Commit graph

  • 6016579d51 (rmail-variables): Don't add any permanent-local props. Don't make rmail-last-file local. Richard M. Stallman 1994-05-19 20:48:32 +00:00
  • 6c65d1ec43 (rmail-edit-current-message): Undo previous change. Richard M. Stallman 1994-05-19 20:46:24 +00:00
  • 346af5107f (rmail-output): Doc fix. Richard M. Stallman 1994-05-19 20:44:03 +00:00
  • f670fcba48 rmail-default-file renamed from rmail-last-file, rmail-default-rmail-file renamed from rmail-last-... Richard M. Stallman 1994-05-19 20:42:23 +00:00
  • 8dca31790b [BROKEN_TIOCGWINSZ]: Undef TIOCSWINSZ too. Richard M. Stallman 1994-05-19 20:25:52 +00:00
  • 3883a90171 (PENDING_OUTPUT_COUNT): If __GNU_LIBRARY__, use GNU_LIBRARY_PENDING_OUTPUT_COUNT if defined. Richard M. Stallman 1994-05-19 18:42:37 +00:00
  • 1ad2277b68 (setup_frame_gcs): Move cursor_bits variable out of setup_frame_gcs and rename to setup_frame_cursor_bits. Richard M. Stallman 1994-05-19 18:32:59 +00:00
  • 3f32656c46 Doc fixes. (mouse-avoidance-nudge-mouse): Removed redundant bounds check on destination coordinates. Richard M. Stallman 1994-05-19 17:21:02 +00:00
  • c2c3f859e2 (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Both definitions renamed from PENDING_OUTPUT_COUNT. Richard M. Stallman 1994-05-19 16:34:27 +00:00
  • 948c852a5f (other_menu_bar_item_p): Return 0 if no menu bar. Richard M. Stallman 1994-05-19 15:49:52 +00:00
  • c58bf9ae2a (server-done): Never kill buffer here. (server-buffer-done): Do it here, if temp file. Richard M. Stallman 1994-05-19 05:58:21 +00:00
  • f70e9e1e64 (xmenu_show): Don't look in menubar for core.height if no menu bar. Richard M. Stallman 1994-05-19 05:56:21 +00:00
  • f4226e8999 (Fwrite_region): Set update_mode_lines. Richard M. Stallman 1994-05-19 05:54:51 +00:00
  • c91c739e64 (menu-bar-update-buffers): Record buffers' mod and read-only flags, and recompute if they change. Richard M. Stallman 1994-05-19 05:54:26 +00:00
  • 268466edbe (syms_of_fileio): Doc fix. Richard M. Stallman 1994-05-19 05:20:27 +00:00
  • ea48c94dfd (posn-col-row): Doc fix. Richard M. Stallman 1994-05-19 04:30:14 +00:00
  • 872157e774 (lispy_function_keys): Add various kp- keys for X11R6. Richard M. Stallman 1994-05-19 00:28:39 +00:00
  • 9ab70935c1 (font-lock-after-change-function): Fix typo in prev chg. (font-lock-mode): Use after-change-functions not after-change-function. Richard M. Stallman 1994-05-18 23:38:24 +00:00
  • 3cf855321c (Fset_window_buffer): Fix dedicated window error call. (window_loop, case UNSHOW_BUFFER): Clear dedicated flag. Richard M. Stallman 1994-05-18 23:37:55 +00:00
  • 6252195155 (copydests): Get rid of spurious `-'s. Richard M. Stallman 1994-05-18 22:42:41 +00:00
  • d98ebdb175 entered into RCS Richard M. Stallman 1994-05-18 17:51:44 +00:00
  • e944d8f19b *** empty log message *** Richard M. Stallman 1994-05-18 06:04:03 +00:00
  • 83dcaada84 (WORDS_BIG_ENDIAN): Define this, not BIG_ENDIAN. Richard M. Stallman 1994-05-18 05:50:51 +00:00
  • 376b3ec26a Define EMACS_CONFIGURATION instead of CONFIGURATION. Richard M. Stallman 1994-05-18 05:40:48 +00:00
  • 5adcab5315 EMACS_CONFIGURATION renamed from CONFIGURATION. Richard M. Stallman 1994-05-18 05:40:19 +00:00
  • f7511647da (syms_of_emacs): EMACS_CONFIGURATION renamed from CONFIGURATION. Richard M. Stallman 1994-05-18 05:39:39 +00:00
  • 9fab67cb3e (etags_getcwd): Cast result of popen. (popen): Declaration deleted. Richard M. Stallman 1994-05-18 01:16:16 +00:00
  • adf6b7f952 (tex-delete-last-temp-files): Don't fail on non-existent directory. Karl Heuer 1994-05-18 01:13:09 +00:00
  • f1812d0ae6 [!MSDOS]: Declare popen. Karl Heuer 1994-05-17 23:43:15 +00:00
  • c155860549 (soundex-alist): Put variable before fn that uses it. Richard M. Stallman 1994-05-17 23:04:07 +00:00
  • b6703b0279 (Fbacktrace): Properly nest parentheses. (Fbacktrace_frame): Don't bomb on invalid frame number. Karl Heuer 1994-05-17 22:58:29 +00:00
  • ca873d73a2 (command_loop_1): Fix test for valid display table entry, for backwards motion. Richard M. Stallman 1994-05-17 19:51:54 +00:00
  • b46498ae45 (ALL_LDFLAGS): Add LDFLAGS. (MAKE): Don't override a previous value of MAKE set by configure. Richard M. Stallman 1994-05-17 19:44:17 +00:00
  • d520f0d2ad (update_frame): Fix test of outq and baud_rate some more. Richard M. Stallman 1994-05-17 19:38:45 +00:00
  • f2a578bad4 (update_frame): Fix backwd test of outq and baud_rate. Richard M. Stallman 1994-05-17 19:38:00 +00:00
  • d410d33931 (main): Avoid crash if argc is 1. Richard M. Stallman 1994-05-17 19:12:55 +00:00
  • 8d11884310 (outline-mode): Use outline-this-or-next-heading. (outline-this-or-next-heading): New function. (outline-mode): Fixed topic body reindentation scheme so programming code is not indented unless outline-reindent-bodies' has value force'. (outline-infer-reindent-bodies): Implement above. (outline-reindent-bodies): Doc fix. Richard M. Stallman 1994-05-17 09:48:53 +00:00
  • 15fa1468c1 (Fdo_auto_save): Save listdesc as an integer, only if open. (do_auto_save_unwind): Corresponding changes. Richard M. Stallman 1994-05-17 09:46:59 +00:00
  • cf20434782 (validate_x_resource_name): Don't let Vx_resource_name have invalid characters. Richard M. Stallman 1994-05-17 09:43:47 +00:00
  • ca7fc9331b (gnus-group-mode-map): Fix typo in prev change. Richard M. Stallman 1994-05-17 09:05:25 +00:00
  • b278e52a3b (gettimeofday): New function substituting the library function of the same name. (init_gettimeofday): New function. (init_environment): Call init_gettimeofday after possibly setting TZ environment variable. Richard M. Stallman 1994-05-17 07:24:12 +00:00
  • 56988bbec6 [HAVE_X11]: Merge $C_SWITCH_X_SITE into CFLAGS for the Xlib and Xt checks; then restore old CFLAGS. Richard M. Stallman 1994-05-17 05:14:10 +00:00
  • 78c8278d36 (xmenu_show): Completely ignore nameless panes except for the first pane. Ignore named panes too if KEYMAPS. Richard M. Stallman 1994-05-17 04:30:32 +00:00
  • 2b1bdf65a9 (fix_overlays_in_range): New function. Karl Heuer 1994-05-17 03:30:40 +00:00
  • 8de1d5f084 (Ftranspose_regions): Fix overlays after moving markers. Update point as if it were a marker. Karl Heuer 1994-05-17 03:28:55 +00:00
  • 469e5e326f (Man-heading-regexp): Accept multiple whitespace chars. Richard M. Stallman 1994-05-16 23:08:41 +00:00
  • a082d8bda8 (gnus-post-news): Handle followup-to field. Richard M. Stallman 1994-05-16 23:02:55 +00:00
  • 2b243866ab (blessmail): Specify directory for blessmail.el. Richard M. Stallman 1994-05-16 22:02:48 +00:00
  • f60044f5c6 *** empty log message *** Richard M. Stallman 1994-05-16 21:29:03 +00:00
  • 8eefe2b85b entered into RCS Richard M. Stallman 1994-05-16 20:47:35 +00:00
  • c554da1f7d Don't use +' in regexps as different stream editors interpret them differently. Use *' instead. Richard M. Stallman 1994-05-16 19:29:04 +00:00
  • 5405914986 Comment change. Richard M. Stallman 1994-05-16 10:01:15 +00:00
  • d0b688963b (syms_of_eval): Doc fixes. Richard M. Stallman 1994-05-16 09:41:17 +00:00
  • cdf2fffe38 Doc fixes. (bookmark-relocate): Rename arg. Richard M. Stallman 1994-05-16 07:24:45 +00:00
  • 42a49b29f4 (precompute-menubar-bindings): Don't precompute menus if not using x. Richard M. Stallman 1994-05-16 04:49:23 +00:00
  • 79cf745601 (x_display_box_cursor): Preserve mouse highlight if the old cursor was in it. Richard M. Stallman 1994-05-15 21:39:38 +00:00
  • 3d4ad6e0a3 (crlf_to_lf): Fix off-by-one condition. Richard M. Stallman 1994-05-15 19:38:50 +00:00
  • 5fd4de1597 (Fcurrent_time_zone): Add cast. Richard M. Stallman 1994-05-15 19:25:21 +00:00
  • 57705ff77c (LOCALTIME_CACHE): Defined. Richard M. Stallman 1994-05-15 05:28:41 +00:00
  • 10b713db35 (LOCALTIME_CACHE): Define, if not OSF1. Richard M. Stallman 1994-05-15 05:23:58 +00:00
  • 152e1c0d80 (HAVE_X11XTR6): Add newline before #if. Richard M. Stallman 1994-05-15 05:21:23 +00:00
  • d0a5772821 (bind_polling_period): Never decrease polling_period. Richard M. Stallman 1994-05-14 22:23:38 +00:00
  • 9b07615b7e (XTread_socket): For button events, clear compose_status. Richard M. Stallman 1994-05-14 22:17:13 +00:00
  • db8c16631a Comment change. Richard M. Stallman 1994-05-14 20:31:52 +00:00
  • 9f2863b218 Remove periods from messages. (Man-heading-regexp): Accept only one leading space. Richard M. Stallman 1994-05-14 19:49:52 +00:00
  • e9d7d7e02d (isearch-done): Don't call deactivate-mark. Richard M. Stallman 1994-05-14 09:50:26 +00:00
  • 9759073737 (tar-extract): Put tar name into subfile visited name. (tar-subfile-save-buffer): When updating the desc line, insert new text after, then delete. Richard M. Stallman 1994-05-14 09:18:02 +00:00
  • a1094fc9d0 Make menu bar defines unconditional. Don't alter menu-bar-files-menu here; menu-bar.el does that. Richard M. Stallman 1994-05-14 08:59:22 +00:00
  • c4a6a430aa Move menu bar defines to top level and split them among three top-level sexps. Richard M. Stallman 1994-05-14 08:33:26 +00:00
  • 767151e119 (dired-mode-map): Get rid of dired-regexp-prefix; put the submap directly in the main map. Richard M. Stallman 1994-05-14 07:59:14 +00:00
  • 5acac34e2a (Fcopy_file): Close output before setting its times. Close both before discarding the unwind protects. Richard M. Stallman 1994-05-14 06:34:26 +00:00
  • bbe20e81d1 (Foverlay_lists): Doc fix. (Fnext_overlay_change): Doc fix. Karl Heuer 1994-05-13 22:21:45 +00:00
  • 8f261d407b (font-lock-no-comments): New variable. (font-lock-after-change-function): Test it. (font-lock-fontify-buffer): Test it. (font-lock-set-defaults): Set it. Richard M. Stallman 1994-05-13 21:24:47 +00:00
  • 4624e65168 (HAVE_X11XTR6): Arrange to define it. Richard M. Stallman 1994-05-13 21:02:57 +00:00
  • 3c024044cc (HAVE_X11XTR6): Add #undef. Richard M. Stallman 1994-05-13 21:01:29 +00:00
  • b036baefc4 (LIBXTR6): New variable. Test HAVE_X11XTR6. (LIBXT): Use it. Richard M. Stallman 1994-05-13 20:43:28 +00:00
  • f4eef8b490 (syms_of_keyboard): Set up Qpolling_period. (bind_polling_period): New function. Richard M. Stallman 1994-05-13 08:32:16 +00:00
  • 44ade2e949 (Fopen_network_stream): Call bind_polling_period; later unbind the binding. Richard M. Stallman 1994-05-13 08:31:05 +00:00
  • 03d186909d (save_excursion_restore): Don't run activate-mark-hook if mark position is unchanged. Richard M. Stallman 1994-05-13 08:29:22 +00:00
  • 8b550e92ab (LIBXTR6): New variable. (LIBXT): Use it. Richard M. Stallman 1994-05-13 08:22:50 +00:00
  • b993101e36 (vc-registered): Use find-file-name-handler. Richard M. Stallman 1994-05-13 07:42:34 +00:00
  • 6f8b4d0102 (sys_subshell): PRIO_PROCESS renamed to SET_EMACS_PRIORITY. Don't call nice if emacs_priority is positive. Richard M. Stallman 1994-05-13 07:18:38 +00:00
  • 68d10241fc (child_setup): PRIO_PROCESS renamed to SET_EMACS_PRIORITY. Don't call nice if emacs_priority is positive. Richard M. Stallman 1994-05-13 07:18:18 +00:00
  • a422068f59 (main): PRIO_PROCESS renamed to SET_EMACS_PRIORITY. Richard M. Stallman 1994-05-13 07:17:59 +00:00
  • b1fc21c5c3 Handle Motif and Open-look. (LIBW): New variable. (LIBXT): Use it. Richard M. Stallman 1994-05-12 22:09:39 +00:00
  • 89e143860c Rewrite mouse-3 menu as a keymap. Move calendar-mouse-2-date-menu to down-mouse-2. Richard M. Stallman 1994-05-12 19:21:38 +00:00
  • 1eb0a345ce (autoload-trim-file-name): Make it relative to the directory that loaddefs.el is in. Richard M. Stallman 1994-05-12 18:54:57 +00:00
  • ddb5032903 (outline-init): Delete junk at end. Richard M. Stallman 1994-05-12 18:27:17 +00:00
  • 0fe44016cd (texinfo-show-structure): Fix subsubsection indent amount. Richard M. Stallman 1994-05-12 18:04:36 +00:00
  • 56df6a3f7f (menu-bar-update-buffers): Don't use string-match. Karl Heuer 1994-05-12 17:02:15 +00:00
  • d6f08da40f (display_text_line): Fix check for end of buffer. Karl Heuer 1994-05-12 16:19:01 +00:00
  • 73e4e0eb1a (update-autoloads-here): Split up long message. Karl Heuer 1994-05-12 14:45:30 +00:00
  • fed76e7839 (maybe-blessmail): Mention bless-mail is in lib-src. Richard M. Stallman 1994-05-12 10:52:49 +00:00
  • f512d050d3 (install): Depend on blessmail. Richard M. Stallman 1994-05-12 10:52:24 +00:00
  • da893f1f84 (dumpglyphs): For cursor foreground, try the face's background before the face's foreground. (XTread_socket): Call note_mouse_movement for EnterNotify. Richard M. Stallman 1994-05-12 08:46:03 +00:00
  • 16d03a05a1 (mips-siemens-sysv*): Put quotes around value containing blanks. David J. MacKenzie 1994-05-12 07:44:36 +00:00
  • 1e93f5de4d Comment change. Richard M. Stallman 1994-05-12 07:41:56 +00:00
  • 98df0a52f3 (gnus-group-mode-map, gnus-summary-mode-map): Add bindings for up and down keys. Richard M. Stallman 1994-05-12 06:39:49 +00:00
  • 7e93368366 (init_callproc): Never set Vdata_directory based on the executable's location. But maybe set it from source dir. Richard M. Stallman 1994-05-12 06:35:19 +00:00
  • 412723df84 (tar-extract): Don't clear out the buffer-file-name. Don't set list-buffers-directory. Richard M. Stallman 1994-05-12 05:03:19 +00:00