1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-04 13:03:09 -08:00
Commit graph

155589 commits

Author SHA1 Message Date
Richard M. Stallman
5b66a32f60 (frame-delete-all): New function.
(frame-notice-user-settings): Call it--with or without separate
minibuffer frame.
1994-08-02 05:39:48 +00:00
Richard M. Stallman
37fdc96f78 (rmail-mode-map): Fix the Get New Mail entry.
Add `...' where appropriate.
1994-08-02 02:32:26 +00:00
Richard M. Stallman
29e6129ecb (rmail-summary-mode-map): Add `...' where appropriate. 1994-08-02 02:26:35 +00:00
Richard M. Stallman
c0d133a61b (rmail-summary-mode-map): Fix typo. 1994-08-02 02:22:45 +00:00
Richard M. Stallman
5358bc42c2 (rmail-mode-map): Fix the Get New Mail entry. 1994-08-02 01:58:08 +00:00
Richard M. Stallman
e76bca6c4b (rmail-summary-mode-map): Fix the Get New Mail entry. 1994-08-02 01:57:49 +00:00
Richard M. Stallman
4e50f26a07 (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.
1994-08-02 01:33:48 +00:00
Richard M. Stallman
f67a0f51a5 (redisplay_window): Avoid using SET_PT to change point temporarily. 1994-08-02 01:31:07 +00:00
Richard M. Stallman
bfc77306f5 (sendmail-send-it): Handle resent-to specially. 1994-08-02 01:29:20 +00:00
Roland McGrath
5e84269afe (Ffset): Don't call Fget unless SYM's plist is consp. 1994-08-01 22:28:26 +00:00
Richard M. Stallman
60f312e2fc (xmenu_show): Ignore any geometry resource from the user. 1994-08-01 21:29:46 +00:00
Richard M. Stallman
43d5aa6818 (gnus-sortable-date): Use timezone-make-time-string. 1994-08-01 20:00:24 +00:00
Richard M. Stallman
877b578fc8 (Fprog2): Doc fix. 1994-08-01 19:29:56 +00:00
Richard M. Stallman
19e3bf0abc (Fmove_to_window_line): Doc fix. 1994-08-01 18:59:09 +00:00
Richard M. Stallman
ae24c599eb (main): Add casts to avoid warnings. 1994-08-01 07:43:30 +00:00
Richard M. Stallman
3cfb886e3d (insert-directory): Gracefully handle the case
where a file disappears between when it is listed in the directory
and when the attributes are requested.
1994-08-01 07:15:34 +00:00
Richard M. Stallman
5d3b0f182f (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.
1994-08-01 07:11:43 +00:00
Richard M. Stallman
f150bd2b3e (dired-insert-directory): Call expand-file-name here
because the dir name may have been abbreviated before.
1994-08-01 04:43:38 +00:00
Richard M. Stallman
05d9e5954d (compilation-error-regexp-alist): Fix previous change.
Add alternatives for GNU error messages with program name in them.
1994-08-01 00:39:26 +00:00
Richard M. Stallman
40ac73a0a8 (Fx_get_resource): Doc fix. 1994-07-31 23:20:58 +00:00
Richard M. Stallman
823d86f380 (display-time-string-forms): New variable.
(display-time-filter): Simplify to use it.
1994-07-31 22:49:46 +00:00
Richard M. Stallman
370b6149a4 (dired-noselect): Call abbreviate-file-name here.
(dired-internal-noselect): Not here.
1994-07-31 21:42:11 +00:00
Richard M. Stallman
f1db542733 (compile_range): Avoid warning in casts for range_start/end. 1994-07-31 20:59:32 +00:00
Richard M. Stallman
f845f2c9a5 (syms_of_data): Set up Qadvice_info, Qactivate_advice.
(Ffset): Activate advice if symbol has advice-info property.
1994-07-31 20:57:45 +00:00
Richard M. Stallman
7782a0c643 (comint-password-prompt-regexp): Handle PGP prompt. 1994-07-31 20:47:15 +00:00
Richard M. Stallman
0af6491072 (rmail-retry-failure): Handle a weird case with
a couple of lines before the old message header.
1994-07-31 20:08:53 +00:00
Richard M. Stallman
69d4d27f67 (compilation-error-regexp-alist): Make separate
regexp for Borland C++; the combined one matched too much.
1994-07-31 19:00:42 +00:00
Richard M. Stallman
74c44611aa (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.
1994-07-31 18:22:04 +00:00
Richard M. Stallman
d43fe04903 (mouse-extend): Pass WINDOW arg to mouse-scroll-subr. 1994-07-31 17:11:50 +00:00
Richard M. Stallman
3afe9f5eee (sit_for): Undo previous change. 1994-07-31 06:37:57 +00:00
Richard M. Stallman
ea62c5a57e (direct_output_for_insert): Pass missing 8th
argument to compute_char_face.
1994-07-31 05:38:17 +00:00
Richard M. Stallman
754b4eb72c (rmail-mode-map): Move new Re-send menu item to right place. 1994-07-31 05:32:26 +00:00
Richard M. Stallman
b0d3522a05 (rmail-summary-mode-map): Move new Re-send menu item to right place.
Add Get New Mail item.
1994-07-31 05:32:03 +00:00
Richard M. Stallman
5cbdeb30e4 (menu-bar-enable-clipboard): Moved here the
clipboard function key bindings.
1994-07-31 03:01:00 +00:00
Richard M. Stallman
5e7e1da2fe (create_process): Set default handling for SIGINT, etc.
(wait_reading_process_input): Fix previous change.
1994-07-31 00:00:24 +00:00
Richard M. Stallman
b7c2e3d825 Specify patterns for objc-mode. 1994-07-30 21:20:37 +00:00
Richard M. Stallman
d1ab4ede1f (Frandom): Handle LIMIT >= 40000000. 1994-07-30 21:17:41 +00:00
Richard M. Stallman
8581f180f1 (ispell-message-text-end): Improve context diff regexp. 1994-07-30 21:11:00 +00:00
Richard M. Stallman
51b2d33779 (decode_mode_spec): Handle %&. 1994-07-30 20:36:56 +00:00
Richard M. Stallman
3f4e31a29f (rmail-new-summary): If just one window,
put the summary in the upper window and Rmail buffer below.
1994-07-30 07:46:42 +00:00
Richard M. Stallman
a2e667ecc2 (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.
1994-07-30 07:46:03 +00:00
Richard M. Stallman
3df6812aab (rmail-highlighted-face): New variable.
(rmail-highlight-headers): Use it if non-nil.
1994-07-30 02:46:24 +00:00
Richard M. Stallman
4cbcfa9c18 (gnus-group-suspend): Be sure to bury the right buffer. 1994-07-30 00:29:08 +00:00
Richard M. Stallman
2f5ed2e8b3 (mouse-choose-completion): Check for next-single-property-change
returning nil.
1994-07-29 21:42:41 +00:00
Richard M. Stallman
88dd3c24e8 (choose-completion): Check for next-single-property-change returning nil. 1994-07-29 21:35:56 +00:00
Richard M. Stallman
aba6cc3532 (rmail-summary-mode-map): Add Re-send menu item. 1994-07-29 21:26:38 +00:00
Richard M. Stallman
386c099f6f (rmail-mode-map): Add Re-send menu item. 1994-07-29 21:26:00 +00:00
Richard M. Stallman
566b0ad252 (face-initialize): Use underlining for region face
if there's no gray.
(face-try-color-list): Support `underline' in color list.
1994-07-29 21:03:37 +00:00
Richard M. Stallman
ad600343fb (${archlibdir}): Compare the proper dir
before installing the scripts.
1994-07-29 20:33:17 +00:00
Richard M. Stallman
d1fa6affef (hide-ifdefs): Doc fix. 1994-07-29 20:00:00 +00:00