]>
git.eshelyaron.com Git - emacs.git/log
Noah Friedman [Mon, 13 Nov 1995 01:37:40 +0000 (01:37 +0000)]
(top level): Make sure to set global minor-mode-alist, not local one.
(eldoc-mode-print-current-symbol-info): Make sure this-command is a symbol.
(eldoc-function-argstring): If fn is a macro, skip leading `macro' elt.
(eldoc-function-argstring-from-docstring): Look for `condition-case' pattern.
Richard M. Stallman [Sun, 12 Nov 1995 23:58:04 +0000 (23:58 +0000)]
Initial revision
Noah Friedman [Sun, 12 Nov 1995 21:04:08 +0000 (21:04 +0000)]
Initial revision
Richard M. Stallman [Sun, 12 Nov 1995 06:36:40 +0000 (06:36 +0000)]
(LIBS_STANDARD): Definition deleted.
Richard M. Stallman [Sun, 12 Nov 1995 06:34:20 +0000 (06:34 +0000)]
(LIBS_SYSTEM): Fix typo in prev change.
Richard M. Stallman [Sun, 12 Nov 1995 06:32:30 +0000 (06:32 +0000)]
(LIB_STANDARD): Extract this as in src/Makefile.in.
(LOADLIBES): Use LIB_STANDARD.
Richard M. Stallman [Sun, 12 Nov 1995 05:20:12 +0000 (05:20 +0000)]
Always include dispextern.h before cm.h.
Richard M. Stallman [Sat, 11 Nov 1995 23:56:47 +0000 (23:56 +0000)]
(universal-argument-other-key): Add to existing unread-command-events value.
Richard M. Stallman [Sat, 11 Nov 1995 23:56:03 +0000 (23:56 +0000)]
(command-line): Don't reject unknown args here.
(command-line-1): Detect it here.
Richard M. Stallman [Sat, 11 Nov 1995 23:51:44 +0000 (23:51 +0000)]
(balance-windows): Don't count the menu bar's lines in the frame height.
Richard M. Stallman [Sat, 11 Nov 1995 23:50:10 +0000 (23:50 +0000)]
(syms_of_frame_1): Set up Vdefault_frame_alist here.
(syms_of_frame): Not here.
(Vdefault_frame_alist): Definition now unconditional.
Richard M. Stallman [Sat, 11 Nov 1995 23:48:53 +0000 (23:48 +0000)]
(Fdocumentation): Reject a file reference
at the end of a lambda body.
Richard M. Stallman [Sat, 11 Nov 1995 23:48:29 +0000 (23:48 +0000)]
(dos_menubar_clock_displayed): New variable.
(check_timer): Erase the clock if it has been turned off.
Richard M. Stallman [Sat, 11 Nov 1995 22:12:30 +0000 (22:12 +0000)]
(display_text_line): Handle redisplay_end_trigger
before getting the face of the next character. Reset next_face_change.
Richard M. Stallman [Sat, 11 Nov 1995 20:52:52 +0000 (20:52 +0000)]
(mkdir): Create man1dir, not mandir.
(uninstall): Use man1dir, not mandir.
(man1dir): New variable.
(install-arch-indep): Use man1dir.
Richard M. Stallman [Sat, 11 Nov 1995 20:51:37 +0000 (20:51 +0000)]
(NUM_FAILURE_ITEMS, POP_FAILURE_POINT, PUSH_FAILURE_POINT):
Do not test for backtracking--do the same thing with or without.
(_GNU_SOURCE): Undef before defining.
(re_max_failures): Initialize to just 20000.
Richard M. Stallman [Sat, 11 Nov 1995 20:39:37 +0000 (20:39 +0000)]
(describe-buffer-case-table): Use set-char-table-range.
Richard M. Stallman [Sat, 11 Nov 1995 20:37:24 +0000 (20:37 +0000)]
(rmail-summary-overlay): Make it a permanent local.
Richard M. Stallman [Sat, 11 Nov 1995 20:29:31 +0000 (20:29 +0000)]
(auto-compression-mode): Make arg optional.
Richard M. Stallman [Sat, 11 Nov 1995 20:28:26 +0000 (20:28 +0000)]
(check_syntax_table): Check the purpose slot.
Use Qsyntax_table_p for the error message.
(Fmodify_syntax_entry): Don't fail to init MATCH.
Richard M. Stallman [Sat, 11 Nov 1995 20:27:37 +0000 (20:27 +0000)]
(fatal_unexec): Don't use varargs.
Richard M. Stallman [Sat, 11 Nov 1995 15:55:13 +0000 (15:55 +0000)]
(display_menu_bar): Fix backwards conditional.
(update_menu_bar, redisplay_window): Don't use FRAME_EXTERNAL_MENU_BAR
in #ifdef, since it is always defined.
Erik Naggum [Sat, 11 Nov 1995 14:35:47 +0000 (14:35 +0000)]
(sh-mode): Remove ! in column 1.
Richard M. Stallman [Sat, 11 Nov 1995 07:14:26 +0000 (07:14 +0000)]
(NO_EDITRES): Defined.
(LIBXMU): Define once again.
Richard M. Stallman [Sat, 11 Nov 1995 07:13:56 +0000 (07:13 +0000)]
(HACK_EDITRES): Don't define if NO_EDITRES is defined.
Richard M. Stallman [Sat, 11 Nov 1995 07:13:06 +0000 (07:13 +0000)]
(HACK_EDITRES): Define here as in xfns.c.
(XTread_socket): Test HACK_EDITRES.
Richard M. Stallman [Sat, 11 Nov 1995 07:06:05 +0000 (07:06 +0000)]
(delete-frame): Don't use delete-frame as event name.
Richard M. Stallman [Sat, 11 Nov 1995 05:33:37 +0000 (05:33 +0000)]
(change-log-mode): Remove incorrect "^" anchors from
paragraph-start and -separate.
(change-log-fill-paragraph): Use regular value of paragraph-start
to bound paragraph to be filled, modified values only to do the
filling. Make lines beginning with parentheses
paragraph-starters, but not paragraph-separators.
Richard M. Stallman [Sat, 11 Nov 1995 05:32:13 +0000 (05:32 +0000)]
(lisp-mode-variables, lisp-fill-paragraph): Remove
"^" from paragraph-start and paragraph-separate. Moved
page-delimiter first in case it has a "^" also.
Richard M. Stallman [Sat, 11 Nov 1995 05:31:11 +0000 (05:31 +0000)]
(sh-mode): as above. Use page-delimiter rather than literal "^L".
Richard M. Stallman [Sat, 11 Nov 1995 05:30:49 +0000 (05:30 +0000)]
(fill-region-as-paragraph): Since adaptive-fill-regexp
is supposed to match text STARTING at the left margin, use
`looking-at' rather than `re-search-forward'.
(fill-individual-paragraphs): Match fill-prefixes starting at left-margin.
Richard M. Stallman [Sat, 11 Nov 1995 05:24:34 +0000 (05:24 +0000)]
(dabbrev-case-replace): Doc fix.
Richard M. Stallman [Sat, 11 Nov 1995 04:07:39 +0000 (04:07 +0000)]
(global-map): Removed bindings of down events to ignore.
(xterm-mouse-translate): Only generate down event when bound.
Cleanup. Support for mode line and vertical bar dragging, and
menu-bar events.
(xterm-mouse-x): New variable.
(xterm-mouse-y): New variable.
(mouse-position): Advice to use above variables.
(xterm-mouse-event): Support menu-bar. Set xterm-mouse-x and xterm-mouse-y.
Richard M. Stallman [Sat, 11 Nov 1995 04:06:54 +0000 (04:06 +0000)]
Define menu-bar mouse-1 as tmm-menubar.
Richard M. Stallman [Sat, 11 Nov 1995 00:49:45 +0000 (00:49 +0000)]
(set_menu_bar_lines): Record the fact that the window configuration changes.
(set_menu_bar_lines_1): Mark the window as modified.
Karl Heuer [Fri, 10 Nov 1995 19:12:42 +0000 (19:12 +0000)]
(find-file-noselect): Respect the value of
find-file-visit-truename when FILENAME is a directory and
find-file-run-dired is non-nil.
Richard M. Stallman [Fri, 10 Nov 1995 19:08:56 +0000 (19:08 +0000)]
(set-auto-mode): If mode cmds move point, obey them.
Karl Heuer [Fri, 10 Nov 1995 18:59:43 +0000 (18:59 +0000)]
(facemenu-active-faces): Replaces function
`facemenu-discard-redundant-faces'. This version, written by
Simon Marshall, is faster and does not require optional
argument for recursive re-entry. New argument FRAME allows
check to be done relative to face definitions in any frame.
(facemenu-unlisted-faces): Remove font-lock faces from
the default list. The list of face names was out of sync; to
prevent this from happenning again I made font-lock.el, and other
packages that create "private" faces, put them on the list
themselves. This should give them a better chance of being
updated when the packages are changed.
Karl Heuer [Fri, 10 Nov 1995 18:58:59 +0000 (18:58 +0000)]
All faces added to facemenu-unlisted-faces list.
Karl Heuer [Fri, 10 Nov 1995 18:58:37 +0000 (18:58 +0000)]
(makefile-space-face): Don't list in facemenu.
Karl Heuer [Fri, 10 Nov 1995 18:58:14 +0000 (18:58 +0000)]
(show-paren-command-hook): Don't list `paren-mismatch'
face in menu.
Karl Heuer [Fri, 10 Nov 1995 18:57:42 +0000 (18:57 +0000)]
Don't list any faces in menu.
Karl Heuer [Fri, 10 Nov 1995 18:56:58 +0000 (18:56 +0000)]
(holiday-face, calendar-today-face, diary-face): Add
faces to facemenu-unlisted-faces before creating so that facemenu
won't list them as faces to be added interactively.
Richard M. Stallman [Fri, 10 Nov 1995 18:55:48 +0000 (18:55 +0000)]
Don't include Xaw/Paned.h unless USE_LUCID is defined.
(set_frame_menubar): Conditionalized some code on USE_LUCID that
depends on the fact that the parent widget of the menu bar is an Xaw
"Paned" widget.
Richard M. Stallman [Fri, 10 Nov 1995 18:04:18 +0000 (18:04 +0000)]
(enriched-next-annotation): Doc fix.
Richard M. Stallman [Fri, 10 Nov 1995 17:58:55 +0000 (17:58 +0000)]
Fix previous change.
Richard M. Stallman [Fri, 10 Nov 1995 17:47:48 +0000 (17:47 +0000)]
(LIBS): Add libsrc_libs and keep the old LIBS.
Richard M. Stallman [Fri, 10 Nov 1995 17:43:52 +0000 (17:43 +0000)]
(display_menu_item): Don't treat buttons specially.
Richard M. Stallman [Fri, 10 Nov 1995 17:40:47 +0000 (17:40 +0000)]
(x-display-color-p): Accept optional arg.
Richard M. Stallman [Fri, 10 Nov 1995 17:39:54 +0000 (17:39 +0000)]
Rewrite for new case tables.
Richard M. Stallman [Fri, 10 Nov 1995 17:33:26 +0000 (17:33 +0000)]
(do-auto-fill): Use fill-context-prefix.
(shell-command-on-region): Use region-beginning
and region-end, to put them in the command history.
(do-auto-fill): When choosing fill-prefix,
don't include the left-margin indentation.
Richard M. Stallman [Fri, 10 Nov 1995 17:31:23 +0000 (17:31 +0000)]
(view-mode-map): Use ordinary Help command.
Richard M. Stallman [Fri, 10 Nov 1995 17:29:36 +0000 (17:29 +0000)]
(tmm-define-keys): New subroutine.
(tmm-add-prompt): Use that to define keys in both maps separately.
Use f10 as well as M-`.
Richard M. Stallman [Fri, 10 Nov 1995 17:27:52 +0000 (17:27 +0000)]
(command-line): Complain about unknown options.
(command-line): Handle = in option only if starts with --.
(user-mail-address): Doc fix.
Richard M. Stallman [Fri, 10 Nov 1995 17:23:49 +0000 (17:23 +0000)]
(mail-yank-clear-headers): Do nothing if
mail-yank-ignored-headers is nil.
Richard M. Stallman [Fri, 10 Nov 1995 17:21:30 +0000 (17:21 +0000)]
(rmail-delete-message-hook): New hook.
(rmail-delete-message, rmail-delete-forward): Run the hook.
(rmail-mode-hook, rmail-get-new-mail-hook): Add defvars.
(rmail-show-message-hook): Likewise.
Richard M. Stallman [Fri, 10 Nov 1995 17:19:47 +0000 (17:19 +0000)]
(pc-selection-mode): Don't mess with c-mode-map.
Richard M. Stallman [Fri, 10 Nov 1995 17:18:23 +0000 (17:18 +0000)]
(menu-bar-tools-menu): Always define GNUS entry.
Richard M. Stallman [Fri, 10 Nov 1995 17:16:57 +0000 (17:16 +0000)]
(byte-compile-associative): Do operations left to right.
(byte-force-recompile): Improve the prompt.
Richard M. Stallman [Fri, 10 Nov 1995 17:13:56 +0000 (17:13 +0000)]
(fill-region-as-paragraph): Use fill-context-prefix.
(fill-context-prefix): New function.
(fill-region-as-paragraph): Don't insert extra space
at end of filled region.
(fill-individual-paragraphs): Insist on nonempty header name,
in the special mailp case.
Richard M. Stallman [Fri, 10 Nov 1995 17:10:58 +0000 (17:10 +0000)]
(mode-line-format): Modify it, don't override it entirely.
Richard M. Stallman [Fri, 10 Nov 1995 17:09:45 +0000 (17:09 +0000)]
(awk-mode): Require cc-mode.
Richard M. Stallman [Fri, 10 Nov 1995 17:08:38 +0000 (17:08 +0000)]
(apropos-print): Use buffer *Apropos*, not *Help*.
(apropos-follow): Don't print a "how to get back" message.
(apropos-follow): Fix error message.
Richard M. Stallman [Fri, 10 Nov 1995 17:06:28 +0000 (17:06 +0000)]
(sh-mode-map): Put sh-execute-region on C-M-x.
Put executable-interpret on C-c C-x.
Richard M. Stallman [Fri, 10 Nov 1995 17:01:59 +0000 (17:01 +0000)]
(server-log): Record the current time.
End with newline whenever STRING doesn't end with one.
Richard M. Stallman [Fri, 10 Nov 1995 16:46:41 +0000 (16:46 +0000)]
Don't test THIS_IS_YMAKEFILE.
Richard M. Stallman [Fri, 10 Nov 1995 16:42:06 +0000 (16:42 +0000)]
Always include sys/wait.h unless NOT_C_CODE;
don't test #ifdef emacs for that.
Richard M. Stallman [Fri, 10 Nov 1995 16:40:35 +0000 (16:40 +0000)]
(SYMS_SYSTEM): Add syms_of_msdos.
Richard M. Stallman [Fri, 10 Nov 1995 16:38:55 +0000 (16:38 +0000)]
(LIB_STANDARD_1): New macro.
(LIB_STANDARD): Use LIB_STANDARD_1.
(LIBS_SYSTEM): Use it here too.
Richard M. Stallman [Fri, 10 Nov 1995 16:35:33 +0000 (16:35 +0000)]
(LIBXMU): Never define this.
Richard M. Stallman [Fri, 10 Nov 1995 16:33:38 +0000 (16:33 +0000)]
Test NOT_C_CODE instead of THIS_IS_YMAKEFILE.
Get fatal error if not using GCC.
Richard M. Stallman [Fri, 10 Nov 1995 16:27:28 +0000 (16:27 +0000)]
(lisp): Add loadup.el.
(USE_@X_TOOLKIT_TYPE@): Define here, if appropriate.
(THIS_IS_YMAKEFILE): Definition deleted.
Richard M. Stallman [Fri, 10 Nov 1995 16:19:51 +0000 (16:19 +0000)]
(unload_font): Invalidate computed faces.
(unload_color): Likewise.
(new_computed_face): Reuse invalidated computed faces.
Richard M. Stallman [Fri, 10 Nov 1995 16:18:44 +0000 (16:18 +0000)]
(display_text_line): Get redisplay_end_trigger from window.
(display_string): Detect truncation more carefully.
(redisplay_window): On non-X frame, always use
FRAME_MENU_BAR_LINES as criterion for whether to display menu bar.
(update_menu_bar): Likewise.
(display_menu_bar): Do the work here for non-X frames
regardless of USE_X_TOOLKIT.
Richard M. Stallman [Fri, 10 Nov 1995 16:05:24 +0000 (16:05 +0000)]
(struct window): New field redisplay_end_trigger.
Richard M. Stallman [Fri, 10 Nov 1995 16:01:46 +0000 (16:01 +0000)]
(Fwindow_redisplay_end_trigger): New function.
(Fset_window_redisplay_end_trigger): Likewise.
(syms_of_window): defsubr them.
Richard M. Stallman [Fri, 10 Nov 1995 15:58:13 +0000 (15:58 +0000)]
(debug_print): Explicitly print a CR.
Richard M. Stallman [Fri, 10 Nov 1995 15:56:08 +0000 (15:56 +0000)]
(oblookup): Clear ARRAY_MARK_FLAG in obsize.
Richard M. Stallman [Fri, 10 Nov 1995 15:54:33 +0000 (15:54 +0000)]
(interrupt_signal): Do special things in GC.
Richard M. Stallman [Fri, 10 Nov 1995 15:48:13 +0000 (15:48 +0000)]
(Fmove_to_column): Doc fix.
(compute_motion): Update next_boundary
when we skip to next newline.
Simon Marshall [Fri, 10 Nov 1995 08:42:45 +0000 (08:42 +0000)]
Oops; left a note in a doc-string.
Richard M. Stallman [Fri, 10 Nov 1995 06:44:54 +0000 (06:44 +0000)]
(Fwrite_region): Move the code that writes annotations for empty files.
Richard M. Stallman [Fri, 10 Nov 1995 06:41:14 +0000 (06:41 +0000)]
(Fformat): Use doprnt_lisp.
Richard M. Stallman [Fri, 10 Nov 1995 06:40:06 +0000 (06:40 +0000)]
Include lisp.h.
(doprnt1): Renamed from doprnt. New arg LISPSTRINGS.
This is now a static subroutine.
(doprnt): New definition calls doprnt1.
(doprnt_lisp): New function.
Richard M. Stallman [Fri, 10 Nov 1995 06:38:23 +0000 (06:38 +0000)]
(update_line): Avoid indexing into obody by -1.
Richard M. Stallman [Fri, 10 Nov 1995 06:34:09 +0000 (06:34 +0000)]
(syms_of_callint): Set up Qlet, Qletx, Qsave_excursion.
(Fcall_interactively): Look past those special forms
when checking for a call to `list'.
Richard M. Stallman [Fri, 10 Nov 1995 06:32:38 +0000 (06:32 +0000)]
(Fmake_overlay): New args front-advance and rear-advance.
(syms_of_buffer): Delete the buffer-redisplay-end-trigger local variable.
Richard M. Stallman [Fri, 10 Nov 1995 06:08:02 +0000 (06:08 +0000)]
(lisp): Don't distribute site-start.
Richard M. Stallman [Fri, 10 Nov 1995 04:48:27 +0000 (04:48 +0000)]
(run-hook-with-args, run-hook-list-with-args): Safeguard
against a t in the global value of hook variables.
Richard M. Stallman [Fri, 10 Nov 1995 04:44:37 +0000 (04:44 +0000)]
(makefile-mode): Call makefile-define-space-face only if it is defined.
(makefile-define-space-face): Create the face unconditionally;
alter it only if have X.
Richard M. Stallman [Fri, 10 Nov 1995 04:29:21 +0000 (04:29 +0000)]
Fexpt): Doc fix.
Richard M. Stallman [Fri, 10 Nov 1995 04:27:30 +0000 (04:27 +0000)]
Require calendar.
Simon Marshall [Thu, 9 Nov 1995 08:26:32 +0000 (08:26 +0000)]
1. Use local hooks, not local variables.
2. Wrap font-lock-fontify-region, not called fns.
3. Guarantee anchored keywords don't span lines.
Simon Marshall [Thu, 9 Nov 1995 08:20:16 +0000 (08:20 +0000)]
compilation-mode-font-lock-keywords tweak
Geoff Voelker [Tue, 7 Nov 1995 07:58:00 +0000 (07:58 +0000)]
(env_vars): New variable.
(add_registry): New procedure.
(main): Use values of configuration environment variables from
the registry if defined, the process environment otherwise.
Geoff Voelker [Tue, 7 Nov 1995 07:57:46 +0000 (07:57 +0000)]
Update to latest src/config.in.
Geoff Voelker [Tue, 7 Nov 1995 07:57:05 +0000 (07:57 +0000)]
(NTGUI): New macro.
[NTGUI] (CFLAGS): Define HAVE_NTGUI.
Geoff Voelker [Tue, 7 Nov 1995 07:56:36 +0000 (07:56 +0000)]
(addpm.exe): Link with $(ADVAPI32).
(install, fast_install): Change same-dir test to create test file in
installation tree and thereby support read-only shares.
(clean): Remove .pdb files.
Geoff Voelker [Tue, 7 Nov 1995 07:52:28 +0000 (07:52 +0000)]
Initial revision
Geoff Voelker [Tue, 7 Nov 1995 07:48:36 +0000 (07:48 +0000)]
[win32] (face-menu-read-color, list-colors-display, facemenu-color-equal, face-menu-get-face):
Test for 'win32 window system as well as 'x.