]>
git.eshelyaron.com Git - emacs.git/log
Richard M. Stallman [Tue, 2 Aug 1994 01:57:49 +0000 (01:57 +0000)]
(rmail-summary-mode-map): Fix the Get New Mail entry.
Richard M. Stallman [Tue, 2 Aug 1994 01:33:48 +0000 (01:33 +0000)]
(follow_key): Don't downcase letters here.
Delete arg `case_converted'.
(read_key_sequence): Do it here; but not if in middle of fcn key.
Richard M. Stallman [Tue, 2 Aug 1994 01:31:07 +0000 (01:31 +0000)]
(redisplay_window): Avoid using SET_PT to change point temporarily.
Richard M. Stallman [Tue, 2 Aug 1994 01:29:20 +0000 (01:29 +0000)]
(sendmail-send-it): Handle resent-to specially.
Roland McGrath [Mon, 1 Aug 1994 22:28:26 +0000 (22:28 +0000)]
(Ffset): Don't call Fget unless SYM's plist is consp.
Richard M. Stallman [Mon, 1 Aug 1994 21:29:46 +0000 (21:29 +0000)]
(xmenu_show): Ignore any geometry resource from the user.
Richard M. Stallman [Mon, 1 Aug 1994 20:00:24 +0000 (20:00 +0000)]
(gnus-sortable-date): Use timezone-make-time-string.
Richard M. Stallman [Mon, 1 Aug 1994 19:29:56 +0000 (19:29 +0000)]
(Fprog2): Doc fix.
Richard M. Stallman [Mon, 1 Aug 1994 18:59:09 +0000 (18:59 +0000)]
(Fmove_to_window_line): Doc fix.
Richard M. Stallman [Mon, 1 Aug 1994 07:43:30 +0000 (07:43 +0000)]
(main): Add casts to avoid warnings.
Richard M. Stallman [Mon, 1 Aug 1994 07:15:34 +0000 (07:15 +0000)]
(insert-directory): Gracefully handle the case
where a file disappears between when it is listed in the directory
and when the attributes are requested.
Richard M. Stallman [Mon, 1 Aug 1994 07:11:43 +0000 (07:11 +0000)]
(imenu, imenu--flatten-index-alist): Add marker support.
(imenu--cleanup): New function.
(imenu-example--name-and-position): Now uses markers.
(imenu-add-to-menubar): New function to add an entry
to the menubar for the buffer's current local keymap.
Richard M. Stallman [Mon, 1 Aug 1994 04:43:38 +0000 (04:43 +0000)]
(dired-insert-directory): Call expand-file-name here
because the dir name may have been abbreviated before.
Richard M. Stallman [Mon, 1 Aug 1994 00:39:26 +0000 (00:39 +0000)]
(compilation-error-regexp-alist): Fix previous change.
Add alternatives for GNU error messages with program name in them.
Richard M. Stallman [Sun, 31 Jul 1994 23:20:58 +0000 (23:20 +0000)]
(Fx_get_resource): Doc fix.
Richard M. Stallman [Sun, 31 Jul 1994 22:49:46 +0000 (22:49 +0000)]
(display-time-string-forms): New variable.
(display-time-filter): Simplify to use it.
Richard M. Stallman [Sun, 31 Jul 1994 21:42:11 +0000 (21:42 +0000)]
(dired-noselect): Call abbreviate-file-name here.
(dired-internal-noselect): Not here.
Richard M. Stallman [Sun, 31 Jul 1994 20:59:32 +0000 (20:59 +0000)]
(compile_range): Avoid warning in casts for range_start/end.
Richard M. Stallman [Sun, 31 Jul 1994 20:57:45 +0000 (20:57 +0000)]
(syms_of_data): Set up Qadvice_info, Qactivate_advice.
(Ffset): Activate advice if symbol has advice-info property.
Richard M. Stallman [Sun, 31 Jul 1994 20:47:15 +0000 (20:47 +0000)]
(comint-password-prompt-regexp): Handle PGP prompt.
Richard M. Stallman [Sun, 31 Jul 1994 20:08:53 +0000 (20:08 +0000)]
(rmail-retry-failure): Handle a weird case with
a couple of lines before the old message header.
Richard M. Stallman [Sun, 31 Jul 1994 19:00:42 +0000 (19:00 +0000)]
(compilation-error-regexp-alist): Make separate
regexp for Borland C++; the combined one matched too much.
Richard M. Stallman [Sun, 31 Jul 1994 18:22:04 +0000 (18:22 +0000)]
(ange-ftp-parse-netrc-group): Don't move back to line
beginning. Skip the machine name whatever it may be.
(ange-ftp-parse-netrc): Skip initial whitespace.
Richard M. Stallman [Sun, 31 Jul 1994 17:11:50 +0000 (17:11 +0000)]
(mouse-extend): Pass WINDOW arg to mouse-scroll-subr.
Richard M. Stallman [Sun, 31 Jul 1994 06:37:57 +0000 (06:37 +0000)]
(sit_for): Undo previous change.
Richard M. Stallman [Sun, 31 Jul 1994 05:38:17 +0000 (05:38 +0000)]
(direct_output_for_insert): Pass missing 8th
argument to compute_char_face.
Richard M. Stallman [Sun, 31 Jul 1994 05:32:26 +0000 (05:32 +0000)]
(rmail-mode-map): Move new Re-send menu item to right place.
Richard M. Stallman [Sun, 31 Jul 1994 05:32:03 +0000 (05:32 +0000)]
(rmail-summary-mode-map): Move new Re-send menu item to right place.
Add Get New Mail item.
Richard M. Stallman [Sun, 31 Jul 1994 03:01:00 +0000 (03:01 +0000)]
(menu-bar-enable-clipboard): Moved here the
clipboard function key bindings.
Richard M. Stallman [Sun, 31 Jul 1994 00:00:24 +0000 (00:00 +0000)]
(create_process): Set default handling for SIGINT, etc.
(wait_reading_process_input): Fix previous change.
Richard M. Stallman [Sat, 30 Jul 1994 21:20:37 +0000 (21:20 +0000)]
Specify patterns for objc-mode.
Richard M. Stallman [Sat, 30 Jul 1994 21:17:41 +0000 (21:17 +0000)]
(Frandom): Handle LIMIT >=
40000000 .
Richard M. Stallman [Sat, 30 Jul 1994 21:11:00 +0000 (21:11 +0000)]
(ispell-message-text-end): Improve context diff regexp.
Richard M. Stallman [Sat, 30 Jul 1994 20:36:56 +0000 (20:36 +0000)]
(decode_mode_spec): Handle %&.
Richard M. Stallman [Sat, 30 Jul 1994 07:46:42 +0000 (07:46 +0000)]
(rmail-new-summary): If just one window,
put the summary in the upper window and Rmail buffer below.
Richard M. Stallman [Sat, 30 Jul 1994 07:46:03 +0000 (07:46 +0000)]
(rmail-display-summary): New variable.
(rmail): Call rmail-summary at the end if rmail-display-summary is set.
(rmail-highlight-face): New variable.
(rmail-highlight-headers): Use it if non-nil.
Richard M. Stallman [Sat, 30 Jul 1994 02:46:24 +0000 (02:46 +0000)]
(rmail-highlighted-face): New variable.
(rmail-highlight-headers): Use it if non-nil.
Richard M. Stallman [Sat, 30 Jul 1994 00:29:08 +0000 (00:29 +0000)]
(gnus-group-suspend): Be sure to bury the right buffer.
Richard M. Stallman [Fri, 29 Jul 1994 21:42:41 +0000 (21:42 +0000)]
(mouse-choose-completion): Check for next-single-property-change
returning nil.
Richard M. Stallman [Fri, 29 Jul 1994 21:35:56 +0000 (21:35 +0000)]
(choose-completion): Check for next-single-property-change returning nil.
Richard M. Stallman [Fri, 29 Jul 1994 21:26:38 +0000 (21:26 +0000)]
(rmail-summary-mode-map): Add Re-send menu item.
Richard M. Stallman [Fri, 29 Jul 1994 21:26:00 +0000 (21:26 +0000)]
(rmail-mode-map): Add Re-send menu item.
Richard M. Stallman [Fri, 29 Jul 1994 21:03:37 +0000 (21:03 +0000)]
(face-initialize): Use underlining for region face
if there's no gray.
(face-try-color-list): Support `underline' in color list.
Richard M. Stallman [Fri, 29 Jul 1994 20:33:17 +0000 (20:33 +0000)]
(${archlibdir}): Compare the proper dir
before installing the scripts.
Richard M. Stallman [Fri, 29 Jul 1994 20:00:00 +0000 (20:00 +0000)]
(hide-ifdefs): Doc fix.
Richard M. Stallman [Fri, 29 Jul 1994 03:45:49 +0000 (03:45 +0000)]
(file-truename): Temporarily get rid of the
ange-ftp completion handler.
Richard Kenner [Thu, 28 Jul 1994 23:16:20 +0000 (23:16 +0000)]
*** empty log message ***
Richard M. Stallman [Thu, 28 Jul 1994 21:20:55 +0000 (21:20 +0000)]
(HAVE_RAND48): Add #undef.
Richard M. Stallman [Thu, 28 Jul 1994 19:45:02 +0000 (19:45 +0000)]
(HAVE_TERMIOS, NO_TERMIO): Defined.
(HAVE_TERMIO): Add #undef.
Noah Friedman [Thu, 28 Jul 1994 17:32:36 +0000 (17:32 +0000)]
type-break-time-warning-intervals, type-break-keystroke-warning-intervals,
type-break-warning-repeat: New variables.
type-break-current-time-warning-interval,
type-break-current-keystroke-warning-interval,
type-break-time-warning-count, type-break-keystroke-warning-count: New
variables.
type-break-demo-boring: New function.
type-break-demo-functions: Add it to the default list.
type-break-post-command-hook: New variable.
type-break-run-tb-post-command-hook: New function.
type-break-mode: Install them.
type-break-keystroke-reset: New function.
type-break-check: Call it when appropriate.
type-break: call type-break-cancel-schedule.
Check that rest time was within 60 seconds of "good rest" interval, not 120.
type-break-time-warning-schedule, type-break-cancel-time-warning-schedule,
type-break-time-warning-alarm, type-break-time-warning: New functions.
type-break-schedule: Remove interactive spec and docstring.
Call type-break-time-warning-schedule.
type-break-cancel-schedule: Remove interactive spec and docstring.
Call type-break-cancel-time-warning-schedule.
type-break-check: Don't check for type-break-mode here.
type-break-run-tb-post-command-hook does that now.
type-break-keystroke-warning: New function.
type-break-check-keystroke-warning: New inline function (defsubst).
type-break-check: Call it.
type-break-query: Bind type-break-mode to nil while calling query function.
Richard M. Stallman [Thu, 28 Jul 1994 12:53:30 +0000 (12:53 +0000)]
(Info-find-node): Use a loop instead of mapcar and catch.
Richard M. Stallman [Thu, 28 Jul 1994 12:50:34 +0000 (12:50 +0000)]
(random): Use rand differently, and distinguish BSD/USG.
Richard M. Stallman [Thu, 28 Jul 1994 12:46:16 +0000 (12:46 +0000)]
(Frandom): Fix previous change.
Richard M. Stallman [Thu, 28 Jul 1994 12:43:01 +0000 (12:43 +0000)]
(Fdisplay_buffer): Add MULTI_FRAME cond in last change.
Richard M. Stallman [Thu, 28 Jul 1994 06:23:17 +0000 (06:23 +0000)]
(buffer-menu): Undo previous change.
Instead, save the point value that list-buffers set up
and go back there after switching windows.
Richard M. Stallman [Wed, 27 Jul 1994 22:44:21 +0000 (22:44 +0000)]
entered into RCS
Richard M. Stallman [Wed, 27 Jul 1994 20:09:22 +0000 (20:09 +0000)]
(justify-current-line): Delete space at end of line.
Richard M. Stallman [Wed, 27 Jul 1994 18:55:38 +0000 (18:55 +0000)]
(set-auto-mode): Shorten scope of case-fold-search binding.
(cd-absolute): Call file-name-as-directory first thing.
(basic-save-buffer-1): Ignore file-precious-flag
if the file's dir is not writable.
Richard M. Stallman [Wed, 27 Jul 1994 18:10:51 +0000 (18:10 +0000)]
[POSIX_SIGNALS] (signal): New definition.
Richard M. Stallman [Wed, 27 Jul 1994 17:59:03 +0000 (17:59 +0000)]
(main): New local var progname saves argv[0].
Richard M. Stallman [Wed, 27 Jul 1994 17:52:02 +0000 (17:52 +0000)]
(compilation-error-regexp-alist): Fix bug in Borland
C++ change. Make first regexp reject cases that give column
numbers. Add new regexp for GNU format with column numbers.
Richard M. Stallman [Wed, 27 Jul 1994 17:40:29 +0000 (17:40 +0000)]
(random, srandom): Obey HAVE_RAND48 flag.
Test that random is not a macro. Don't test USG or BSD4_1.
Richard M. Stallman [Wed, 27 Jul 1994 17:34:52 +0000 (17:34 +0000)]
(rand48): Check for it.
Richard M. Stallman [Wed, 27 Jul 1994 00:35:18 +0000 (00:35 +0000)]
(what-domain): Doc fix.
Richard M. Stallman [Wed, 27 Jul 1994 00:13:42 +0000 (00:13 +0000)]
(x_get_foreign_selection): Use the new feature
to queue up SelectionRequest events.
Richard M. Stallman [Wed, 27 Jul 1994 00:12:59 +0000 (00:12 +0000)]
(wait_reading_process_input): If wait_for_cell,
do check for keyboard input and handle it.
Richard M. Stallman [Wed, 27 Jul 1994 00:12:34 +0000 (00:12 +0000)]
(x_queue_event, x_unqueue_events): New functions.
(x_start_queuing_selection_requests): New function.
(x_stop_queuing_selection_requests): New function.
(XTread_socket): Queue up SelectionRequest events sometimes.
Richard M. Stallman [Tue, 26 Jul 1994 21:31:13 +0000 (21:31 +0000)]
(forms--update): Undo change made mistakenly.
Richard M. Stallman [Tue, 26 Jul 1994 21:23:38 +0000 (21:23 +0000)]
Finish installing previous change.
Richard M. Stallman [Tue, 26 Jul 1994 20:37:32 +0000 (20:37 +0000)]
Comment change.
Richard M. Stallman [Tue, 26 Jul 1994 20:34:16 +0000 (20:34 +0000)]
(vc-next-action): Even in 1-file case, get its name from FILES.
(vc-finish-logentry): Don't do vc-buffer-sync on the parent buffer
when that parent buffer is a dired buffer.
Richard M. Stallman [Tue, 26 Jul 1994 20:16:05 +0000 (20:16 +0000)]
Made menu bar's autoloaded stuff conditional on
purify-flag, to avoid error message when loading ediff in a frame
that has no menu bar.
(ediff-setup): Improved mode-line-buffer-identification.
Now accommodates buffer identifications generated by
mode-line.el and uniquify.el.
(ediff-current-diff-face-A/B,
ediff-fine-diff-face-A/B,ediff-odd/even-diff-face-A/B):
Variables changed to contain face names
instead of face internal representation.
Richard M. Stallman [Tue, 26 Jul 1994 19:57:59 +0000 (19:57 +0000)]
(menu-bar-update-buffers): Use (current-global-map), not global-map.
Richard M. Stallman [Tue, 26 Jul 1994 19:56:03 +0000 (19:56 +0000)]
(main): Don't actually modify argv[0]. Modify a copy instead.
Richard M. Stallman [Tue, 26 Jul 1994 19:53:49 +0000 (19:53 +0000)]
Update the info files.
Richard M. Stallman [Tue, 26 Jul 1994 19:47:39 +0000 (19:47 +0000)]
(forms-read-file-filter): new hook function to
preprocess file contents before being passed to forms mode.
(forms-write-file-filter): new hook function to preprocess file
contents before it is being saved to disk. Can be used to undo the
effects of `forms-read-file-filter'.
(forms-mode): Supply a default format if no `forms-format-list' was
specified.
Preprocess file contents using `forms-read-file-filter' and attach
`forms-write-file-filter' to the `local-write-file-hooks' of the file
buffer.
Present a friendly message if the visited file is empty or new.
(forms--intuit-from-file): New subroutine to get the number of fields
from the data file; constructs a default format list.
(forms-save-buffer): Forms mode wrapper for `save-buffer'.
(forms--change-commands, forms--exit): Use it.
(forms--update): Check for the presence of the field separator in any
of the fields. Refuse update if found.
(forms-delete-record): Allow the last record of the file to be
deleted, even if not terminated by a newline.
(forms--local-write-file-function): Remove. Didn't do any good.
Replaced by `forms-save-buffer'.
Richard M. Stallman [Tue, 26 Jul 1994 19:25:42 +0000 (19:25 +0000)]
(Frandom): Use just the low 30 bits of random's value.
Richard M. Stallman [Tue, 26 Jul 1994 19:18:06 +0000 (19:18 +0000)]
(compilation-next-error-locus): New arg SILENT.
Richard M. Stallman [Tue, 26 Jul 1994 15:51:56 +0000 (15:51 +0000)]
(dissociated-press): Error at start if buffer is empty.
Richard M. Stallman [Tue, 26 Jul 1994 15:26:13 +0000 (15:26 +0000)]
(tek4300): Don't define if already defined.
Tom Tromey [Tue, 26 Jul 1994 00:46:07 +0000 (00:46 +0000)]
Emacs 18 changes from Carl Witty.
Richard M. Stallman [Mon, 25 Jul 1994 23:44:19 +0000 (23:44 +0000)]
(BSD_PGRPS): Defined.
Richard M. Stallman [Mon, 25 Jul 1994 23:26:23 +0000 (23:26 +0000)]
Add #undef alloca.
Richard M. Stallman [Mon, 25 Jul 1994 23:21:24 +0000 (23:21 +0000)]
(reset_watch, get_time): Use EMACS_GET_TIME.
(tzp): Var deleted.
Richard M. Stallman [Mon, 25 Jul 1994 21:45:36 +0000 (21:45 +0000)]
(command-line-args-left): Add defvar.
Richard M. Stallman [Mon, 25 Jul 1994 21:25:02 +0000 (21:25 +0000)]
(PURESIZE): Increase non-MULTI_FRAME value.
Richard M. Stallman [Mon, 25 Jul 1994 21:20:28 +0000 (21:20 +0000)]
(get_system_name): Add a cast.
Richard M. Stallman [Mon, 25 Jul 1994 21:10:10 +0000 (21:10 +0000)]
(comint-dynamic-list-completions): Listify the key
sequence to be put back.
Richard M. Stallman [Mon, 25 Jul 1994 20:47:57 +0000 (20:47 +0000)]
[!HAVE_H_ERRNO]: Declare h_errno.
(Fopen_network_stream): Set h_errno to 0 initially.
Richard M. Stallman [Mon, 25 Jul 1994 20:47:20 +0000 (20:47 +0000)]
[!HAVE_H_ERRNO]: Declare h_errno.
(init_system_name): Set h_errno to 0 initially.
Richard M. Stallman [Mon, 25 Jul 1994 20:46:46 +0000 (20:46 +0000)]
Add #undef HAVE_H_ERRNO.
Richard M. Stallman [Mon, 25 Jul 1994 20:45:55 +0000 (20:45 +0000)]
Make "checking..." messages' style consistent.
(HAVE_H_ERRNO): New test.
Richard M. Stallman [Mon, 25 Jul 1994 18:39:55 +0000 (18:39 +0000)]
Add #undef alloca.
Richard M. Stallman [Mon, 25 Jul 1994 00:34:55 +0000 (00:34 +0000)]
(c++-mode-syntax-table): Give RET the same syntax as newline.
Richard M. Stallman [Mon, 25 Jul 1994 00:32:46 +0000 (00:32 +0000)]
(emacs-lisp-mode-syntax-table): Give RET the same syntax as newline.
Richard M. Stallman [Sun, 24 Jul 1994 20:18:35 +0000 (20:18 +0000)]
(i860-*-sysv4*): Set NON_GNU_CC and NON_GNU_CPP.
Richard M. Stallman [Sun, 24 Jul 1994 20:02:37 +0000 (20:02 +0000)]
(Fnext_window, Fprevious_window): Don't get stuck in a loop
in the minibuffer frame.
Richard M. Stallman [Sun, 24 Jul 1994 20:01:13 +0000 (20:01 +0000)]
(dbx): Use system-configuration, not system-type.
Richard M. Stallman [Sun, 24 Jul 1994 19:55:26 +0000 (19:55 +0000)]
(dired-internal-noselect): a zero modtime means directory is unchanged.
Richard M. Stallman [Sun, 24 Jul 1994 19:19:17 +0000 (19:19 +0000)]
Add to global key map for cut, paste & copy keys.