Commit graph

  • f3d79de9e7 (tex-mode): Check for documentclass like documentstyle. Richard M. Stallman 1994-08-06 03:22:23 +00:00
  • b5a8e0fc22 (save-buffer): Unconditionally make a backup with 2 or 3 C-u's even if make-backup-files is nil. Richard M. Stallman 1994-08-06 03:19:35 +00:00
  • 5da0f9456d (Info-directory-list): Doc fix. Richard M. Stallman 1994-08-06 02:58:22 +00:00
  • 19d973e89f (x-fixed-font-alist): Regularize how fonts are specified. Richard M. Stallman 1994-08-05 19:31:42 +00:00
  • 5b0841fdf2 (display-time-filter): pm starts at 12, not 13. Richard M. Stallman 1994-08-05 18:56:32 +00:00
  • 81eee8abb0 (ad-subr-arglist): Adapted to new DOC file format. Richard M. Stallman 1994-08-05 05:31:36 +00:00
  • b056da51fb (font-lock-syntax-table): New syntax table. (font-lock-hack-keywords): Use it temporarily here. (font-lock-set-defaults): Set up special syntax table for C and C++. Richard M. Stallman 1994-08-05 05:11:30 +00:00
  • 168e43e724 (select-tags-table): Doc fix. Richard M. Stallman 1994-08-05 04:33:20 +00:00
  • 474f38896a (isearch-mode-map): Delete mouse-2, down-mouse-2 bindings. Richard M. Stallman 1994-08-05 04:15:20 +00:00
  • dbd04e0102 (Fread_file_name_internal): Call double_dollars when `changed' is set. Richard M. Stallman 1994-08-04 23:36:07 +00:00
  • 9759578f6c (frame-delete-all): Copy the whole alist first. Richard M. Stallman 1994-08-04 23:31:12 +00:00
  • 3186ddb70e [SOLARIS2] (VALBITS, GCTYPEBITS): New definitions. Richard M. Stallman 1994-08-04 23:30:09 +00:00
  • a704a68410 Initial revision Richard M. Stallman 1994-08-04 23:29:11 +00:00
  • 32304ff922 Handle solaris 2.4. Richard M. Stallman 1994-08-04 23:21:24 +00:00
  • 3b9ee81953 Include config.h first thing. Richard M. Stallman 1994-08-04 23:15:35 +00:00
  • ab29781122 (Fdefine_function, Fdefalias): Handle advice as in Ffset. (Qad_advice_info): Lisp and C names renamed from Qadvice_info. (Qad_activate): C name renamed from Qactivate_advice. Richard M. Stallman 1994-08-04 22:57:13 +00:00
  • a05fc4d9f1 (rmail-select-summary): Preserve rmail buffer's value of rmail-total-messages even while summary buffer is current. Richard M. Stallman 1994-08-04 22:33:36 +00:00
  • 285cdf4e20 (byte-compile-protect-from-advice): Macro deleted. (byte-compile-from-buffer, byte-compile-top-level): Don't use it. Richard M. Stallman 1994-08-04 21:47:55 +00:00
  • fabaa9b58e New handling of automatic advice activation that exploits modified built-in versions of fset' and defalias' which take care of this functionality directly: (ad-start-advice-on-load, ad-activate-on-definition) (ad-definition-hooks, ad-enable-definition-hooks, ad-defined-function) (ad-advised-definers, ad-advised-byte-compilers, byte-constant) (byte-constant-limit, byte-constant2, byte-fset) (ad-byte-code-fset-regexp): Variables deleted. (ad-activate-defined-function, ad-find-fset-in-byte-code) (ad-scan-byte-code-for-fsets, ad-advised-byte-code) (ad-recover-byte-code, ad-enable-definition-hooks) (ad-disable-definition-hooks): Functions deleted. (defun, defmacro, fset, defalias, define-function) (byte-compile-from-buffer, byte-compile-top-level): Removed defadvice' for these functions. (ad-save-real-definitions): Removed saving of byte-code'. (ad-activate-off): New dummy function. (ad-activate-on): New name for ad-activate'. All calls changed. (ad-with-auto-activation-disabled): New macro prevents automatic advice activation. (ad-safe-fset): New function, used instead of ad-real-fset'. (ad-compile-function): Disable automatic advice activation while compiling, because byte-compile' uses fset'. (ad-activate-on): Renamed from ad-activate'. Avoid recursive calls. (ad-activate-on-top-level): New variable. (ad-start-advice, ad-stop-advice, ad-recover-normality): Modified to achieve de/activation of automatic advice activation by setting the definition of ad-activate' to ad-activate-on' or ad-activate-off'. (ad-start-advice): Is now called unconditionally when Advice is loaded. Richard M. Stallman 1994-08-04 21:40:49 +00:00
  • 8951521e96 Doc fixes. Richard M. Stallman 1994-08-04 21:08:04 +00:00
  • 8b947f90b3 (hilit-find-file-hook): Preserve buffer modified state. Richard M. Stallman 1994-08-04 20:15:36 +00:00
  • 4500ff36ef (end-of-buffer-other-window): Go to the end, not to the beginning. Richard M. Stallman 1994-08-04 19:59:03 +00:00
  • 7c496a7928 (ediff-version): Function, variable deleted. (ediff-date): Var deleted. (ediff-status-info): Don't call ediff-version. Richard M. Stallman 1994-08-04 08:22:09 +00:00
  • 9c197f24a1 (appt-make-list): Do nothing unless range being processed for diary entries includes today's date. Richard M. Stallman 1994-08-04 05:44:30 +00:00
  • 1507a647c0 (gnus-kill-files-directory): New variable. (gnus-Newsgroup-kill-file, gnus-newsgroup-kill-file): Use it. Richard M. Stallman 1994-08-04 03:26:33 +00:00
  • 474ac5bb05 (dired-mode): Put expanded name in list-buffers-directory. Richard M. Stallman 1994-08-04 02:43:58 +00:00
  • 133bbcd690 (x_make_frame_visible): Start one_in_four at 1. Richard M. Stallman 1994-08-03 23:20:26 +00:00
  • 06e8cf7450 (list_buffers_1): Add one column to size column. Richard M. Stallman 1994-08-03 23:11:05 +00:00
  • 387ce4a68a (Fwindow_end): Doc fix. Richard M. Stallman 1994-08-03 21:58:47 +00:00
  • 0e551775a0 (icomplete-prime-minibuffer): Copy the hook lists after making them local. Richard M. Stallman 1994-08-03 21:23:30 +00:00
  • c57ca86e2a (iso-fix-iso2tex, iso-fix-tex2iso): Check plain-text-mode. Richard M. Stallman 1994-08-03 20:41:33 +00:00
  • 78ced549ab (make_lispy_event): If the position is not in a window, at least pass along the frame it is in. Richard M. Stallman 1994-08-03 07:39:40 +00:00
  • 44a4a59b60 (Faccessible_keymaps): Use PREFIX to set loop starting point; don't even consider maps except those reached via prefix. Richard M. Stallman 1994-08-03 07:39:00 +00:00
  • 23faf38f99 (construct_mouse_click, construct_menu_click): Don't update x_mouse_grabbed, Vmouse_depressed, last_mouse_frame here. (XTread_socket): Update them here, so we do it without fail. (XTmouse_position, XTread_socket case MotionNotify): Check last_mouse_frame is nonzero before using it. Richard M. Stallman 1994-08-03 07:35:50 +00:00
  • f194e50908 (alloca.o): Use -f in all rm's. Richard M. Stallman 1994-08-03 04:39:08 +00:00
  • 1bebba148e (auto-mode-alist): Fix typos in comments. Karl Heuer 1994-08-03 02:17:57 +00:00
  • 61cfa85263 *** empty log message *** Richard M. Stallman 1994-08-03 00:12:07 +00:00
  • 0a50b9936f Capitalize some error messages. (mouse-set-point): Nice error if button release is in scrollbar. Richard M. Stallman 1994-08-02 21:59:19 +00:00
  • e60476ca9c Set up a "Compile" menubar item. (recompile): New function. (previous-error): New function. (first-error): New function. Richard M. Stallman 1994-08-02 21:01:04 +00:00
  • 5b66a32f60 (frame-delete-all): New function. (frame-notice-user-settings): Call it--with or without separate minibuffer frame. Richard M. Stallman 1994-08-02 05:39:48 +00:00
  • 37fdc96f78 (rmail-mode-map): Fix the Get New Mail entry. Add `...' where appropriate. Richard M. Stallman 1994-08-02 02:32:26 +00:00
  • 29e6129ecb (rmail-summary-mode-map): Add `...' where appropriate. Richard M. Stallman 1994-08-02 02:26:35 +00:00
  • c0d133a61b (rmail-summary-mode-map): Fix typo. Richard M. Stallman 1994-08-02 02:22:45 +00:00
  • 5358bc42c2 (rmail-mode-map): Fix the Get New Mail entry. Richard M. Stallman 1994-08-02 01:58:08 +00:00
  • e76bca6c4b (rmail-summary-mode-map): Fix the Get New Mail entry. Richard M. Stallman 1994-08-02 01:57:49 +00:00
  • 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. Richard M. Stallman 1994-08-02 01:33:48 +00:00
  • f67a0f51a5 (redisplay_window): Avoid using SET_PT to change point temporarily. Richard M. Stallman 1994-08-02 01:31:07 +00:00
  • bfc77306f5 (sendmail-send-it): Handle resent-to specially. Richard M. Stallman 1994-08-02 01:29:20 +00:00
  • 5e84269afe (Ffset): Don't call Fget unless SYM's plist is consp. Roland McGrath 1994-08-01 22:28:26 +00:00
  • 60f312e2fc (xmenu_show): Ignore any geometry resource from the user. Richard M. Stallman 1994-08-01 21:29:46 +00:00
  • 43d5aa6818 (gnus-sortable-date): Use timezone-make-time-string. Richard M. Stallman 1994-08-01 20:00:24 +00:00
  • 877b578fc8 (Fprog2): Doc fix. Richard M. Stallman 1994-08-01 19:29:56 +00:00
  • 19e3bf0abc (Fmove_to_window_line): Doc fix. Richard M. Stallman 1994-08-01 18:59:09 +00:00
  • ae24c599eb (main): Add casts to avoid warnings. Richard M. Stallman 1994-08-01 07:43:30 +00:00
  • 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. Richard M. Stallman 1994-08-01 07:15:34 +00:00
  • 5d3b0f182f (imenu, imenu--flatten-index-alist): Add marker support. (imenu--cleanup): New function. (imenu-example--name-and-position): Now uses markers. Richard M. Stallman 1994-08-01 07:11:43 +00:00
  • f150bd2b3e (dired-insert-directory): Call expand-file-name here because the dir name may have been abbreviated before. Richard M. Stallman 1994-08-01 04:43:38 +00:00
  • 05d9e5954d (compilation-error-regexp-alist): Fix previous change. Add alternatives for GNU error messages with program name in them. Richard M. Stallman 1994-08-01 00:39:26 +00:00
  • 40ac73a0a8 (Fx_get_resource): Doc fix. Richard M. Stallman 1994-07-31 23:20:58 +00:00
  • 823d86f380 (display-time-string-forms): New variable. (display-time-filter): Simplify to use it. Richard M. Stallman 1994-07-31 22:49:46 +00:00
  • 370b6149a4 (dired-noselect): Call abbreviate-file-name here. (dired-internal-noselect): Not here. Richard M. Stallman 1994-07-31 21:42:11 +00:00
  • f1db542733 (compile_range): Avoid warning in casts for range_start/end. Richard M. Stallman 1994-07-31 20:59:32 +00:00
  • f845f2c9a5 (syms_of_data): Set up Qadvice_info, Qactivate_advice. (Ffset): Activate advice if symbol has advice-info property. Richard M. Stallman 1994-07-31 20:57:45 +00:00
  • 7782a0c643 (comint-password-prompt-regexp): Handle PGP prompt. Richard M. Stallman 1994-07-31 20:47:15 +00:00
  • 0af6491072 (rmail-retry-failure): Handle a weird case with a couple of lines before the old message header. Richard M. Stallman 1994-07-31 20:08:53 +00:00
  • 69d4d27f67 (compilation-error-regexp-alist): Make separate regexp for Borland C++; the combined one matched too much. Richard M. Stallman 1994-07-31 19:00:42 +00:00
  • 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. Richard M. Stallman 1994-07-31 18:22:04 +00:00
  • d43fe04903 (mouse-extend): Pass WINDOW arg to mouse-scroll-subr. Richard M. Stallman 1994-07-31 17:11:50 +00:00
  • 3afe9f5eee (sit_for): Undo previous change. Richard M. Stallman 1994-07-31 06:37:57 +00:00
  • ea62c5a57e (direct_output_for_insert): Pass missing 8th argument to compute_char_face. Richard M. Stallman 1994-07-31 05:38:17 +00:00
  • 754b4eb72c (rmail-mode-map): Move new Re-send menu item to right place. Richard M. Stallman 1994-07-31 05:32:26 +00:00
  • b0d3522a05 (rmail-summary-mode-map): Move new Re-send menu item to right place. Add Get New Mail item. Richard M. Stallman 1994-07-31 05:32:03 +00:00
  • 5cbdeb30e4 (menu-bar-enable-clipboard): Moved here the clipboard function key bindings. Richard M. Stallman 1994-07-31 03:01:00 +00:00
  • 5e7e1da2fe (create_process): Set default handling for SIGINT, etc. Richard M. Stallman 1994-07-31 00:00:24 +00:00
  • b7c2e3d825 Specify patterns for objc-mode. Richard M. Stallman 1994-07-30 21:20:37 +00:00
  • d1ab4ede1f (Frandom): Handle LIMIT >= 40000000. Richard M. Stallman 1994-07-30 21:17:41 +00:00
  • 8581f180f1 (ispell-message-text-end): Improve context diff regexp. Richard M. Stallman 1994-07-30 21:11:00 +00:00
  • 51b2d33779 (decode_mode_spec): Handle %&. Richard M. Stallman 1994-07-30 20:36:56 +00:00
  • 3f4e31a29f (rmail-new-summary): If just one window, put the summary in the upper window and Rmail buffer below. Richard M. Stallman 1994-07-30 07:46:42 +00:00
  • a2e667ecc2 (rmail-display-summary): New variable. (rmail): Call rmail-summary at the end if rmail-display-summary is set. Richard M. Stallman 1994-07-30 07:46:03 +00:00
  • 3df6812aab (rmail-highlighted-face): New variable. (rmail-highlight-headers): Use it if non-nil. Richard M. Stallman 1994-07-30 02:46:24 +00:00
  • 4cbcfa9c18 (gnus-group-suspend): Be sure to bury the right buffer. Richard M. Stallman 1994-07-30 00:29:08 +00:00
  • 2f5ed2e8b3 (mouse-choose-completion): Check for next-single-property-change returning nil. Richard M. Stallman 1994-07-29 21:42:41 +00:00
  • 88dd3c24e8 (choose-completion): Check for next-single-property-change returning nil. Richard M. Stallman 1994-07-29 21:35:56 +00:00
  • aba6cc3532 (rmail-summary-mode-map): Add Re-send menu item. Richard M. Stallman 1994-07-29 21:26:38 +00:00
  • 386c099f6f (rmail-mode-map): Add Re-send menu item. Richard M. Stallman 1994-07-29 21:26:00 +00:00
  • 566b0ad252 (face-initialize): Use underlining for region face if there's no gray. (face-try-color-list): Support `underline' in color list. Richard M. Stallman 1994-07-29 21:03:37 +00:00
  • ad600343fb (${archlibdir}): Compare the proper dir before installing the scripts. Richard M. Stallman 1994-07-29 20:33:17 +00:00
  • d1fa6affef (hide-ifdefs): Doc fix. Richard M. Stallman 1994-07-29 20:00:00 +00:00
  • b505828b09 (file-truename): Temporarily get rid of the ange-ftp completion handler. Richard M. Stallman 1994-07-29 03:45:49 +00:00
  • f3ec183ee8 *** empty log message *** Richard Kenner 1994-07-28 23:16:20 +00:00
  • 0440cc80a4 (HAVE_RAND48): Add #undef. Richard M. Stallman 1994-07-28 21:20:55 +00:00
  • 5568392f39 (HAVE_TERMIOS, NO_TERMIO): Defined. (HAVE_TERMIO): Add #undef. Richard M. Stallman 1994-07-28 19:45:02 +00:00
  • e7b2041725 type-break-time-warning-intervals, type-break-keystroke-warning-intervals, type-break-warning-repeat: New variables. Noah Friedman 1994-07-28 17:32:36 +00:00
  • 35d4f4e8e4 (Info-find-node): Use a loop instead of mapcar and catch. Richard M. Stallman 1994-07-28 12:53:30 +00:00
  • f8b53a822c (random): Use rand differently, and distinguish BSD/USG. Richard M. Stallman 1994-07-28 12:50:34 +00:00
  • 8ee9ba64c1 (Frandom): Fix previous change. Richard M. Stallman 1994-07-28 12:46:16 +00:00
  • 9f7a8b5dbe (Fdisplay_buffer): Add MULTI_FRAME cond in last change. Richard M. Stallman 1994-07-28 12:43:01 +00:00
  • 70e808bd5e (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 1994-07-28 06:23:17 +00:00
  • 9d00084253 entered into RCS Richard M. Stallman 1994-07-27 22:44:21 +00:00