]>
git.eshelyaron.com Git - emacs.git/log
Richard M. Stallman [Mon, 20 Nov 1995 23:11:39 +0000 (23:11 +0000)]
(menu-bar-epatch-menu, menu-bar-ediff-merge-menu)
(menu-bar-ediff-menu): Give names to the menus.
Richard M. Stallman [Mon, 20 Nov 1995 22:06:06 +0000 (22:06 +0000)]
Renamed from ediff-meta.el. Changed provide.
Richard M. Stallman [Mon, 20 Nov 1995 22:05:03 +0000 (22:05 +0000)]
(ediff-show-registry): Use renamed file ediff-mult.
Richard M. Stallman [Mon, 20 Nov 1995 22:04:22 +0000 (22:04 +0000)]
Require ediff-mult.
Richard M. Stallman [Mon, 20 Nov 1995 22:03:14 +0000 (22:03 +0000)]
(ediff-mult): Require ediff-mult.
Richard M. Stallman [Mon, 20 Nov 1995 21:54:59 +0000 (21:54 +0000)]
(array-mode): Set overwrite-mode to overwrite-mode-textual.
Richard M. Stallman [Mon, 20 Nov 1995 18:38:26 +0000 (18:38 +0000)]
(choose_minibuf_frame): On MSDOS, just use minibuf_window.
Richard M. Stallman [Mon, 20 Nov 1995 06:38:57 +0000 (06:38 +0000)]
(Vsource_directory): New variable.
(init_lread): Initialize it.
(syms_of_lread): Set up Lisp var.
Richard M. Stallman [Mon, 20 Nov 1995 05:39:19 +0000 (05:39 +0000)]
(save-place-to-alist): Handle hexl-mode specially.
Richard M. Stallman [Mon, 20 Nov 1995 05:33:16 +0000 (05:33 +0000)]
(hexl-mode): Set require-final-newline to nil.
If point was at end of buffer, move it back one byte.
Richard M. Stallman [Mon, 20 Nov 1995 04:46:08 +0000 (04:46 +0000)]
(show_mouse_face): When clearing cursor, use proper column range.
Erik Naggum [Sun, 19 Nov 1995 23:25:19 +0000 (23:25 +0000)]
(cal-tex-cursor-week-iso): Doc fix.
Richard M. Stallman [Sun, 19 Nov 1995 21:28:06 +0000 (21:28 +0000)]
(cal-tex-cursor-filofax-week): Renamed from cal-tex-cursor-week6.
(cal-tex-cursor-filofax-2week): Renamed from cal-tex-cursor-week5.
(cal-tex-cursor-week-monday): Renamed from cal-tex-cursor-week4.
(cal-tex-cursor-week-iso): Renamed from cal-tex-cursor-week3.
Richard M. Stallman [Sun, 19 Nov 1995 21:27:12 +0000 (21:27 +0000)]
(cal-tex-version): Deleted.
(cal-tex-cursor-year-landscape): Doc fix.
(cal-tex-cursor-filofax-week): Renamed from cal-tex-cursor-week6.
(cal-tex-cursor-filofax-2week): Renamed from cal-tex-cursor-week5.
(cal-tex-cursor-week-monday): Renamed from cal-tex-cursor-week4.
(cal-tex-cursor-week-iso): Renamed from cal-tex-cursor-week3.
Richard M. Stallman [Sun, 19 Nov 1995 18:03:46 +0000 (18:03 +0000)]
(ange-ftp-process-handle-hash): If
ange-ftp-hash-mark-unit is nil, don't display a message.
(ange-ftp-process-filter): Call ange-ftp-process-handle-hash even
if ange-ftp-hash-mark-unit is nil.
Richard M. Stallman [Sun, 19 Nov 1995 03:39:22 +0000 (03:39 +0000)]
(Fmake_local_variable): Call find_symbol_value
before making a new local binding.
Richard M. Stallman [Sun, 19 Nov 1995 03:37:43 +0000 (03:37 +0000)]
#undef SIGPOLL and SIGURG as well as SIGIO.
Noah Friedman [Sat, 18 Nov 1995 22:32:07 +0000 (22:32 +0000)]
(eldoc-minor-mode-string): New variable.
Richard M. Stallman [Sat, 18 Nov 1995 18:45:04 +0000 (18:45 +0000)]
(rmail-dont-reply-to): Preserve whitespace after comma.
Richard M. Stallman [Sat, 18 Nov 1995 18:24:42 +0000 (18:24 +0000)]
(calendar-goto-info-node): Don't let
same-window-buffer-names do its usual job--force *info* buffer
into another window.
Richard M. Stallman [Sat, 18 Nov 1995 17:44:30 +0000 (17:44 +0000)]
(nntp-open-server): Accept a second optional parameter
for just changing virtual server. Doc fix.
(nntp-possibly-change-server): Use it.
(nntp-close-server): Ditto.
Richard M. Stallman [Sat, 18 Nov 1995 16:46:53 +0000 (16:46 +0000)]
(do-auto-fill): Look at 2nd line for fill prefix
even when on the first line. Don't accept non-whitespace prefix
from the first line.
(do-auto-fill): Ignore the result of fill-context-prefix if it is empty.
Richard M. Stallman [Sat, 18 Nov 1995 16:42:57 +0000 (16:42 +0000)]
(fill-context-prefix): New arg first-line-regexp.
Richard M. Stallman [Sat, 18 Nov 1995 16:22:42 +0000 (16:22 +0000)]
(Fset_text_properties): Call set_properties
even if we also merge an interval.
Richard M. Stallman [Sat, 18 Nov 1995 16:21:19 +0000 (16:21 +0000)]
(Qredisplay_end_trigger_functions): Renamed from ..._hook.
(syms_of_xdisp): Set up new name.
(display_text_line): Call them with arguments.
Richard M. Stallman [Sat, 18 Nov 1995 16:00:22 +0000 (16:00 +0000)]
(Fset_window_redisplay_end_trigger): Doc fix.
Richard M. Stallman [Sat, 18 Nov 1995 15:58:54 +0000 (15:58 +0000)]
(Fexecute_extended_command):
Call Fwhere_is_internal just once to handle all the maps.
Richard M. Stallman [Sat, 18 Nov 1995 15:57:50 +0000 (15:57 +0000)]
(tmm-prompt): Delete tmm-add-prompt if we fail.
Don't switch to *Completions* if it wasn't created.
Richard M. Stallman [Sat, 18 Nov 1995 15:50:42 +0000 (15:50 +0000)]
(finder-known-keywords): Delete `debugging'.
Lars Magne Ingebrigtsen [Sat, 18 Nov 1995 01:51:06 +0000 (01:51 +0000)]
`gnus-group-quit-config' gave a list instead of the quit-config
element.
Richard M. Stallman [Fri, 17 Nov 1995 23:32:15 +0000 (23:32 +0000)]
(fill-region-as-paragraph): Remove redundant "setq from".
Don't add extra newline at end if there is no text in paragraph --
doing so can make fill-region loop.
When testing for indentation exceeding fill-column, skip back over tabs too.
(fill-context-prefix): Use adaptive-fill-regexp only if non-nil.
(fill-context-prefix): Check adaptive-fill-function non-nil.
Richard M. Stallman [Fri, 17 Nov 1995 22:43:35 +0000 (22:43 +0000)]
(move-to-left-margin): Removed left-over code that
made it fail on right-justified and centered text.
Richard M. Stallman [Fri, 17 Nov 1995 22:27:47 +0000 (22:27 +0000)]
(next-file): Make interactive arg t if had any prefix arg.
Edward M. Reingold [Fri, 17 Nov 1995 17:40:02 +0000 (17:40 +0000)]
Fix starting date of Ethiopic calendar.
Edward M. Reingold [Fri, 17 Nov 1995 17:38:52 +0000 (17:38 +0000)]
Minor fixes.
Richard M. Stallman [Fri, 17 Nov 1995 17:01:55 +0000 (17:01 +0000)]
(calendar-julian-date-string): Autoload this.
Karl Heuer [Fri, 17 Nov 1995 08:23:27 +0000 (08:23 +0000)]
(rmail-retry-failure): Add missing colons in regexp.
Use " +", not " *", to check for indented text.
Don't make a temp buffer; just record the indent amount. Simplify.
Richard M. Stallman [Thu, 16 Nov 1995 22:04:24 +0000 (22:04 +0000)]
(vc-locking-user): In CVS case, convert user number to a string.
Richard M. Stallman [Thu, 16 Nov 1995 21:59:46 +0000 (21:59 +0000)]
(install-arch-indep): Rename old info/dir only if exists.
Johan Vromans [Thu, 16 Nov 1995 20:04:57 +0000 (20:04 +0000)]
Use `buffer-substring-no-properties' instead of `buffer-substring' to
avoid the properties being copied.
Richard M. Stallman [Thu, 16 Nov 1995 20:00:37 +0000 (20:00 +0000)]
(FRAME_WINDOW_P): Always define it one way or another.
Richard M. Stallman [Thu, 16 Nov 1995 17:16:12 +0000 (17:16 +0000)]
(minibuffer maps): Delete extra quote.
Richard M. Stallman [Thu, 16 Nov 1995 16:33:04 +0000 (16:33 +0000)]
(Info-complete-menu-item): Don't treat `* Menu:' as a menu item.
Roland McGrath [Thu, 16 Nov 1995 02:51:19 +0000 (02:51 +0000)]
(gettext_noop): New macro, identity fn.
(re_error_msgid): Mark strings with that, to ease message catalog creation.
Roland McGrath [Thu, 16 Nov 1995 01:48:21 +0000 (01:48 +0000)]
Declare etext.
Roland McGrath [Thu, 16 Nov 1995 01:46:10 +0000 (01:46 +0000)]
[_LIBC] (start_of_data): Use weak ref to __data_start; use &etext if not
present.
Richard M. Stallman [Wed, 15 Nov 1995 23:17:18 +0000 (23:17 +0000)]
(info-insert-file-contents-1): Various rewrites.
Compute EXT-LEFT after removing the dot from SUFFIX.
Richard M. Stallman [Wed, 15 Nov 1995 23:15:49 +0000 (23:15 +0000)]
(XTread_socket): Verify a ButtonPress was actually in the
menu bar before generating a menu_bar_activate_event event.
Richard M. Stallman [Wed, 15 Nov 1995 23:00:18 +0000 (23:00 +0000)]
(display_menu_item): Fix previous change.
Richard M. Stallman [Wed, 15 Nov 1995 21:50:46 +0000 (21:50 +0000)]
(hppa*-hp-hpux10*): Use s/hpux10.h.
Richard M. Stallman [Wed, 15 Nov 1995 18:58:57 +0000 (18:58 +0000)]
(c++-mode): Remove autoload cookie.
Richard M. Stallman [Wed, 15 Nov 1995 18:33:45 +0000 (18:33 +0000)]
(syms_of_xselect): Doc fix.
Richard M. Stallman [Wed, 15 Nov 1995 18:32:38 +0000 (18:32 +0000)]
(mouse-sel-lost-selection-hook): Undo prev change.
Richard M. Stallman [Wed, 15 Nov 1995 18:32:09 +0000 (18:32 +0000)]
(x_clear_frame_selections): Get selection_symbol properly.
(x_clear_frame_selections): Undo previous change.
Richard M. Stallman [Wed, 15 Nov 1995 17:44:17 +0000 (17:44 +0000)]
(doprnt1): Add a cast.
Richard M. Stallman [Wed, 15 Nov 1995 17:42:44 +0000 (17:42 +0000)]
(mark_object): Don't overwrite original argument value.
Richard M. Stallman [Wed, 15 Nov 1995 17:24:18 +0000 (17:24 +0000)]
(command-line-1): Mention F10.
Richard M. Stallman [Wed, 15 Nov 1995 16:57:23 +0000 (16:57 +0000)]
(xsymbol): Cast name explicitly to (char *).
Richard M. Stallman [Wed, 15 Nov 1995 05:03:42 +0000 (05:03 +0000)]
(goto-address-highlight-p): New variable.
(goto-address-fontify): Removed check for invisible text,
set inhibit-point-motion-hooks instead
(goto-address): Use S-mouse-2, not S-mouse-1.
Add autoload cookie.
Richard M. Stallman [Wed, 15 Nov 1995 01:30:28 +0000 (01:30 +0000)]
(fill-region-as-paragraph): Handle left margin extending to or past
fill-column.
Richard M. Stallman [Tue, 14 Nov 1995 23:28:24 +0000 (23:28 +0000)]
(fill-individual-paragraphs): Advance 1 line in inner loop.
Richard M. Stallman [Tue, 14 Nov 1995 22:57:02 +0000 (22:57 +0000)]
(mouse-sel-lost-selection-hook): Use (car selection).
Richard M. Stallman [Tue, 14 Nov 1995 22:26:25 +0000 (22:26 +0000)]
(calendar-julian-from-absolute): Autoload it.
Richard M. Stallman [Tue, 14 Nov 1995 21:05:54 +0000 (21:05 +0000)]
(indent-line-to): Delete spaces before inserting a tab.
Geoff Voelker [Tue, 14 Nov 1995 19:41:16 +0000 (19:41 +0000)]
(nt): Rename install, readme, and todo to INSTALL, README, and TODO.
Geoff Voelker [Tue, 14 Nov 1995 19:16:18 +0000 (19:16 +0000)]
Initial revision
Richard M. Stallman [Tue, 14 Nov 1995 18:28:49 +0000 (18:28 +0000)]
(command-line-1): Reorganize the initial help output.
Richard M. Stallman [Tue, 14 Nov 1995 17:38:19 +0000 (17:38 +0000)]
(check_executable) [DOS_NT]: Treat all dirs as executable.
(Fcopy_file): Don't chmod output file on MSDOS
unless we have DJGPP version 2.
Richard M. Stallman [Tue, 14 Nov 1995 03:48:33 +0000 (03:48 +0000)]
(compilation-sentinel): Use the local value of
compilation-exit-message-function in the process buffer.
Richard M. Stallman [Tue, 14 Nov 1995 03:45:10 +0000 (03:45 +0000)]
(archive-remote-regexp): Doc fix.
Richard M. Stallman [Tue, 14 Nov 1995 03:43:40 +0000 (03:43 +0000)]
(View-scroll-lines-forward): Don't recenter at end.
Richard M. Stallman [Tue, 14 Nov 1995 02:59:27 +0000 (02:59 +0000)]
(regex.o): Depend on ../src/config.h.
Richard M. Stallman [Mon, 13 Nov 1995 20:24:46 +0000 (20:24 +0000)]
(vc-directory): Require dired.
(vc-revert-buffer): Ignore vc-suppress-confirm.
Geoff Voelker [Mon, 13 Nov 1995 17:47:35 +0000 (17:47 +0000)]
(install): Change same-dir test to create test file in
installation tree and thereby support read-only shares.
Richard M. Stallman [Mon, 13 Nov 1995 05:06:14 +0000 (05:06 +0000)]
Declare calloc like malloc.
Richard M. Stallman [Mon, 13 Nov 1995 03:20:37 +0000 (03:20 +0000)]
(tmm-define-keys): Don't define ESC ESC.
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.