Commit graph

  • 9e18f0a0a8 (ispell-menu-map): New autoload definition. (menu-bar-edit-menu): Add "Spell" item. Richard M. Stallman 1993-07-12 20:29:28 +00:00
  • e740c737a0 * configure.in: Use the autoconf AC_FIND_X macro to try to find the X Windows libraries. Jim Blandy 1993-07-10 05:18:56 +00:00
  • 80e1673824 (show-paren-command-hook): Do nothing if not window-system. Richard M. Stallman 1993-07-10 05:16:08 +00:00
  • 757e603c90 Fix typos in previous change. Richard M. Stallman 1993-07-10 05:09:45 +00:00
  • 97f3b3d6e9 (wait_reading_process_input): If wait_for_cell, do call swallow_events and do_pending_window_change when appropriate. Richard M. Stallman 1993-07-09 21:42:51 +00:00
  • dba3adb09b (rmail-output): If file is an Rmail file, use rmail-output-to-rmail-file. (rmail-output-to-rmail-file): If file exists and is not an Rmail file, use rmail-output. If we find an element in rmail-output-file-alist, eval it. (rmail-file-p): New function. (rmail-output-file-alist): Now contains expressions to eval. Richard M. Stallman 1993-07-09 20:46:42 +00:00
  • f920529b21 Make `solaris' reflect the most recent major release. Doug Evans 1993-07-09 20:44:12 +00:00
  • 60b691e231 entered into RCS Richard M. Stallman 1993-07-09 20:28:05 +00:00
  • 030f4a352d Initial revision Richard M. Stallman 1993-07-09 20:27:43 +00:00
  • 72a339d7e3 * etags.c (alloca): removed all references to it. (main): now calls xnew instead of alloca for portability. (../src/config.h): included only if HAVE_CONFIG_H. (const): void definition removed--config.h takes care of it. Jim Blandy 1993-07-09 19:44:58 +00:00
  • 591fa824dd (consider_token): was ==', now is ='. (consider_token): DEFUNs now treated like funcs in ctags mode. Richard M. Stallman 1993-07-09 18:56:47 +00:00
  • ce3be3d531 (byte-compile-file-form-defmumble): Undo previous change. It turns out the second arg was put in by mistake in the first place. Richard M. Stallman 1993-07-09 06:53:42 +00:00
  • ca38179a74 (byte-compile-setq-default): Generate a progn of calls to set-default, then compile it. (byte-compile-file-form-defmumble): Put back second arg of byte-compile-keep-pending, accidentally deleted before. Richard M. Stallman 1993-07-09 06:33:05 +00:00
  • 07a9765faa (mouse-menu-bar-buffers): Don't lose if all buffer names are short. Richard M. Stallman 1993-07-09 04:04:39 +00:00
  • 646d9d18cc (region_limit): Declare Vmark_even_if_inactive. Roland McGrath 1993-07-08 23:45:22 +00:00
  • 2ad6c95919 (syms_of_callint): Fix DEFVAR_LISP for Vmark_even_if_inactive to use right Lisp symbol name (without V prepended). Roland McGrath 1993-07-08 23:44:01 +00:00
  • ff7351344a (compilation-error-regexp-alist): Broaden `Line N of "FILE": msg'' regexp to also match Ultrix f77: `Error on line N of FILE: msg''. Roland McGrath 1993-07-08 23:31:58 +00:00
  • e4e593ae57 (kill-ring-save): Call deactivate-mark regardless of transient-mark-mode. Roland McGrath 1993-07-08 22:42:14 +00:00
  • 0d28f0725d (ispell): Call deactivate-mark instead of setting mark-active directly. Do this regardless of transient-mark-mode. Roland McGrath 1993-07-08 22:38:59 +00:00
  • 19d353745f (deactivate-mark): New function. (kill-ring-save, pop-mark, keyboard-quit): Call it. Roland McGrath 1993-07-08 22:37:42 +00:00
  • 67cbb73ffd (isearch-done): Call deactivate-mark instead of setting mark-active directly. Do this regardless of transient-mark-mode. Roland McGrath 1993-07-08 22:33:57 +00:00
  • 62d1c1fcb2 Put error-conditions and error-message properties on 'mark-inactive. (mark): Signal 'mark-inactive instead of using error with a message. Roland McGrath 1993-07-08 21:46:22 +00:00
  • 6497d2d838 (check_mark): Don't check mark-active unless in transient-mark-mode. For inactive mark, signal mark-inactive instead of error with a message. Roland McGrath 1993-07-08 21:43:11 +00:00
  • c9dd14e184 (region_limit): Don't error if Vmark_even_if_inactive is set. When the mark is inactive and that is a no-no, signal mark-inactive instead of using error with a message. Roland McGrath 1993-07-08 21:36:04 +00:00
  • 638b77e614 (syms_of_data): Staticpro Qmark_inactive. Roland McGrath 1993-07-08 21:27:33 +00:00
  • 3b8819d645 Define Qmark_inactive. (syms_of_data): Initialize it. Roland McGrath 1993-07-08 21:26:57 +00:00
  • 83125cd707 Declare Qmark_inactive. Roland McGrath 1993-07-08 21:26:29 +00:00
  • 650d648679 (mail-abbrev-end-of-buffer): Fix interactive spec to "P", same as end-of-buffer. Roland McGrath 1993-07-08 21:14:43 +00:00
  • 62078373fa Initial revision Richard M. Stallman 1993-07-08 21:10:59 +00:00
  • 1bf3d47551 (basic-save-buffer): Use after-save-hook. Richard M. Stallman 1993-07-08 20:51:51 +00:00
  • 62daf326f2 Add (provide 'hanoi). Roland McGrath 1993-07-08 19:06:38 +00:00
  • 77fb6aed82 (file-relative-name): If we use default-directory, call expand-file-name anyway. Richard M. Stallman 1993-07-08 03:04:52 +00:00
  • fe3371ef58 (texinfo-update-node): Bind auto-fill-hook as well as auto-fill-function. (texinfo-sequential-node-update): Likewise. Richard M. Stallman 1993-07-07 22:21:19 +00:00
  • daa6abb8d5 Fix typo re texinfo-sequential-node-update.' Ensure that no commands depend on the value of case-fold-search. Rewrite messages. Avoid using mark-whole-buffer'. Richard M. Stallman 1993-07-07 22:15:20 +00:00
  • 1e377362be (basic-save-buffer): Invoke after-save-buffer-hook, not after-save-hook. Roland McGrath 1993-07-07 20:25:48 +00:00
  • 88e37e7b31 (update-file-autoloads): Correctly do nothing when there are no cookies. Roland McGrath 1993-07-07 20:13:57 +00:00
  • 7534058437 (mouse-menu-choose-yank): Change menu title to "Choose Next Yank". Roland McGrath 1993-07-07 19:58:54 +00:00
  • 137fcf3148 (vc-rcs-status): Remove unused var `status'. Paul Eggert 1993-07-07 19:07:54 +00:00
  • 07f15dfd8b (describe_map_tree): When inserting TITLE, mention PREFIX. Insert newline at end, if inserted anything else. (describe_buffer_bindings): Corresponding changes. For minor mode maps, build up a title string, then let describe_map_tree insert it. Richard M. Stallman 1993-07-07 18:40:35 +00:00
  • e6a4a267ff (mail-rfc822-time-zone, mail-rfc822-date): New fns. Richard M. Stallman 1993-07-07 17:55:55 +00:00
  • f309891747 (mail-do-fcc): Use RFC 822 style date in Resent-Date: line. Use new `mail-rfc822-time-zone' function to simplify pinhead generation. Richard M. Stallman 1993-07-07 17:55:28 +00:00
  • bcf120251a (rmail-resend): Use RFC 822 style date in Resent-Date: line. Richard M. Stallman 1993-07-07 17:54:20 +00:00
  • 50aa2f9032 * editfns.c (Fformat): Since floats occupy two elements in the argument list passed to doprnt, we must use separate indices for the array of arguments passed to Fformat, and the array of arguments to be passed to doprnt. Jim Blandy 1993-07-07 10:22:05 +00:00
  • 82a82d4881 * make-dist (tempdir): Don't create lisp/forms-mode directory in the distribution. Those files aren't kept in their own subdirectory any more. Jim Blandy 1993-07-07 09:58:18 +00:00
  • b3c4423b20 (cd-absolute): Use abbreviate-file-name on expansion of DIR. Roland McGrath 1993-07-07 06:26:31 +00:00
  • 96f4e22e39 Add (provide 'gud). Roland McGrath 1993-07-07 05:44:53 +00:00
  • b4e5a3c7c4 (basic-save-buffer): Invoke after-save-hook, not after-save-hooks. Roland McGrath 1993-07-07 05:12:29 +00:00
  • 2fe4a905f8 (display-time-file-nonempty-p): Use file-chase-links. Roland McGrath 1993-07-07 04:31:38 +00:00
  • 8ccc377f96 (byte-compile-setq-default): Handle multiple pairs args like setq (as the setq-default subr does). Roland McGrath 1993-07-07 03:06:28 +00:00
  • 23de57664f Doc fix. Roland McGrath 1993-07-07 02:03:18 +00:00
  • fb3ebe6ca6 *** empty log message *** David J. MacKenzie 1993-07-06 23:07:30 +00:00
  • 6cd37f8f5f (rmail-variables): Compare truename as well as given name against rmail-file-name. Richard M. Stallman 1993-07-06 22:39:56 +00:00
  • 056a5ef342 (Man-mode-line-format): Add a space after global-mode-string. Richard M. Stallman 1993-07-06 22:07:27 +00:00
  • 312752df3f * b2m.c: #include <sys/types.h>. (ltoday): Declare this to be time_t. Jim Blandy 1993-07-06 16:07:30 +00:00
  • 15e4954b14 * textprop.c (copy_text_properties): Pass a copy of POS to validate_interval_range; that function increments its arguments, which isn't what we want. Jim Blandy 1993-07-06 14:55:20 +00:00
  • 15e92abada * textprop.c (copy_text_properties): New function, from David Gillespie. * intervals.h: Declare copy_text_properties. * fns.c: #include "intervals.h". (Fsubstring): Copy text properties to result string. (concat): Copy text properties to result string. * ymakefile (fns.o): Note that this depends on INTERVAL_SRC. Jim Blandy 1993-07-06 14:54:28 +00:00
  • 24e3d3bf9e * intervals.c (find_interval): Doc fixes, computation of tree->position rearranged for clarity. Jim Blandy 1993-07-06 14:53:54 +00:00
  • ac811a55ab * fns.c (Fsubstring, concat): Pass all six arguments to copy_text_properties. Jim Blandy 1993-07-06 14:43:32 +00:00
  • 30503c0bab * print.c: Get rid of extra space at the end of print syntax for strings with intervals. [USE_TEXT_PROPERTIES] (print): Don't print a space before the interval property lists. [USE_TEXT_PROPERTIES] (print_interval): Print a space before this internal's properties, not after. Jim Blandy 1993-07-06 07:44:36 +00:00
  • d902a61114 * man.el (Man-build-man-command): Don't leave a pipe symbol at the end of the command list if Man-filter-list is nil. (Man-default-man-args): Don't write out assq and mapconcat. (Man-default-man-entry): Don't default to section 2 for C-mode. Call Man-default-man-args, and let people use Man-auto-section-alist if this is what they want. (manual-entry): Call Man-translate-references, instead of writing it out. (Man-getpage-in-background): Don't apply Man-default-man-args here; manual-entry has already run it, and Man-follow-manual-reference provides the sections itself. Jim Blandy 1993-07-06 06:59:31 +00:00
  • 9b4d86fc62 * m/pmax.h (C_SWITCH_X_MACHINE): Set this to "-DNeedFunctionPrototypes=0", to avoid lossage in DEC X11 header files. * ymakefile (really-oldXMenu): Pass C_SWITCH_X_MACHINE to the oldXMenu make. Jim Blandy 1993-07-06 06:57:49 +00:00
  • cf50f71757 * vc.el (vc-start-entry): Don't call file-name-nondirectory on FILE before passing it to vc-mode-line. Everyplace else passes vc-mode-line full filenames, and vc-mode-line now needs the real file name to decide which version-control system the file is under. Jim Blandy 1993-07-06 06:18:50 +00:00
  • fc593b0589 * doc.c (Fsubstitute_command_keys): Pass all five arguments to describe_map_tree. Jim Blandy 1993-07-06 06:16:20 +00:00
  • 734c51b2dd Compare the values of text properties using EQ, not Fequal. * intervals.c (intervals_equal): Call EQ, not Fequal. * textprop.c (interval_has_all_properties, add_properties): Same. Jim Blandy 1993-07-06 02:23:22 +00:00
  • 657070acda * xfaces.c [XOS_NEEDS_TIME_H]: #undef USG while #including <X11/Xos.h>, so that file doesn't try to define struct timeval and struct timezone. Jim Blandy 1993-07-05 09:31:36 +00:00
  • b1e94638f6 * textprop.c (validate_interval_range): Don't increment both *begin and *end if they point to the same thing. (validate_plist): Call QUIT while scanning LIST. Jim Blandy 1993-07-05 08:13:50 +00:00
  • 375aa801ba * intervals.c (intervals_equal): Test the return value of Fequal against Qnil, not 0. Jim Blandy 1993-07-05 07:57:34 +00:00
  • aab06933fa Fix initialization of Vdouble_click_time in syms_of_keyboard. Jim Blandy 1993-07-05 07:45:43 +00:00
  • 564dc952e9 * keyboard.c (Vdouble_click_time): Renamed from double_click_time, and made a Lisp_Object instead of an int. (make_lispy_event): If Vdouble_click_time is t, impose no time limit on double-clicks. (syms_of_keyboard): DEFVAR_LISP (not DEFVAR_INT) Vdouble_click_time (not double_click_time), and adjust doc string to say that nil' means no double clicks, and t' means no time limit. Jim Blandy 1993-07-05 07:18:24 +00:00
  • 3eea8aa223 * map-ynp.el (map-y-or-n-p): If we get a switch-frame-event, save it until we're done asking questions, and then unread it. Jim Blandy 1993-07-05 04:50:16 +00:00
  • 15db4e0e34 * subr.el (posn-point): Properly extract the BUFFER-POSITION field of an event when read-key-sequence has placed it in a singleton list. Jim Blandy 1993-07-05 04:33:42 +00:00
  • 6765e5b098 * keyboard.h (EVENT_CLICK_COUNT, POSN_SCROLLBAR_PART): New accessors. Jim Blandy 1993-07-05 04:26:30 +00:00
  • a03140c851 (vc-name): Moved from vc.el; vc-rcs-status now uses it. (vc-name, vc-backend-deduce): Set both vc-name and vc-backend properties, to avoid calling vc-registered unnecessarily when the other property is needed. (vc-rcs-status): Yield only status of locks; do not try to yield " REV" if there are no locks, since this cannot be done easily if there are branches. Use vc-name instead of duplicating its function incorrectly. Fix off-by-one bug when inserting master header pieces. Read headers 8192 bytes at a time instead of 100. Don't bother to expand-file-name. (vc-rcs-glean-field): Removed. Paul Eggert 1993-07-05 03:20:12 +00:00
  • 2bd5041b8e (vc-name): Move to vc-hooks.el. Paul Eggert 1993-07-05 03:20:12 +00:00
  • ee1a4f843b (outline-mode-map): Add menu bar items. (outline-minor-mode-map): Copy menu bar submap from outline-mode-map. Richard M. Stallman 1993-07-04 21:44:25 +00:00
  • fca4b77513 (describe-key-briefly): Don't set `foo'. Richard M. Stallman 1993-07-04 21:30:15 +00:00
  • 41752cf1c4 * comint.el (comint-prompt-regexp): Double the backslashes in the sample prompt regexps, so that they print properly when unquoted. Jim Blandy 1993-07-04 21:02:21 +00:00
  • 54a60e143a Doc fix. Jim Blandy 1993-07-04 20:03:20 +00:00
  • 8b7c3e3a5a * s/sunos4-1.h (LIBS_SYSTEM): Don't link against -lresolv; that's only needed for some broken systems. Jim Blandy 1993-07-04 20:01:21 +00:00
  • c7cba9cb35 (describe-prefix-bindings): Doc fix. Richard M. Stallman 1993-07-04 18:55:54 +00:00
  • d64ca902f7 (vc-backend-diff): Undo "-q" change. This was fixed instead by adding -q support to vcdiff. Paul Eggert 1993-07-04 18:54:59 +00:00
  • 61c6b658a9 (describe-prefix-bindings): New command. (prefix-help-command): Set it. Richard M. Stallman 1993-07-04 18:53:24 +00:00
  • e9b2008b9b (forms-new-record-filter): Correct default value. (forms-modified-record-filter): Correct default value. Richard M. Stallman 1993-07-04 17:56:40 +00:00
  • a836eeaf02 Added a keyword. Richard M. Stallman 1993-07-04 17:56:02 +00:00
  • e4c37df716 *** empty log message *** Jim Blandy 1993-07-04 17:52:52 +00:00
  • 5e2325c935 *** empty log message *** Jim Blandy 1993-07-04 17:41:56 +00:00
  • 9f315aebf6 (Vmark_even_if_inactive): New var, with Lisp variable. (check_mark): Use it. Richard M. Stallman 1993-07-04 04:55:03 +00:00
  • b45d89b0ef (vc-mode-line): Put RCS' or SCCS' before version num. Richard M. Stallman 1993-07-04 04:53:58 +00:00
  • d3e6f8be7b (Fsignal): Clarify error message. Richard M. Stallman 1993-07-04 04:51:13 +00:00
  • 7e85b93579 (read_char): After Fgarbage_collect, call redisplay. Richard M. Stallman 1993-07-04 02:21:02 +00:00
  • 58bf604216 * frame.el (frame-remove-geometry-params): New function. (frame-initialize): Call it, instead of writing it out. Jim Blandy 1993-07-04 02:20:59 +00:00
  • 1314409546 * frame.c (Fredirect_frame_focus): Allow redirection of focus of dead frames. Jim Blandy 1993-07-04 01:53:24 +00:00
  • eacaa9905a * faces.el (make-face-bold, make-face-italic, make-face-bold-italic, make-face-unbold, make-face-unitalic): Properly pass noerror argument to recursive calls. Jim Blandy 1993-07-04 01:46:30 +00:00
  • 939acc46c7 * s/sunos4-1.h (LIBS_SYSTEM): Make this be -lresolv, so we get the versions of gethostbyname and such that use the DNS. Jim Blandy 1993-07-03 21:11:51 +00:00
  • 12bcd3b6da (kill-region): Cope with change hooks that change props. Richard M. Stallman 1993-07-03 19:12:35 +00:00
  • 88046be2ad * term/x-win.el: Check the reverseVideo/ReverseVideo resource, correctly distinguish between "on" and "off" values, and put a parameter in default-frame-alist. * frame.el (frame-initialize): Don't call x-get-resource here. Jim Blandy 1993-07-03 10:17:56 +00:00
  • d4f70b769d (update-file-autoloads): Do nothing when there are no cookies. Roland McGrath 1993-07-03 07:22:04 +00:00
  • 164aeafee8 * s/hpux8.h (random, srandom): No need to define these to be foo_random and foo_srandom; autoconf should autodetect when the real random functions are available. Jim Blandy 1993-07-03 07:19:24 +00:00
  • d093c3ac08 (Frename_file): After prompting for ok-if-already-exists, pass only nil or t to copy-file, never an integer. Roland McGrath 1993-07-03 06:58:05 +00:00
  • f66ef18523 (Faccessible_keymaps): Doc fix. Richard M. Stallman 1993-07-03 03:58:10 +00:00