Commit graph

  • d5aac16a2a (machine): Add i370-ibm-aix*. Richard M. Stallman 1993-08-05 21:16:04 +00:00
  • b921eae6ab (SYSTEM_TYPE): Don't redefine it here. Richard M. Stallman 1993-08-05 21:03:28 +00:00
  • d5d9ce9182 (font-lock-fontify-region): Handle comment-start-skip = nil. Richard M. Stallman 1993-08-05 20:47:30 +00:00
  • af50f9e585 Doc fix. Richard M. Stallman 1993-08-05 17:38:20 +00:00
  • 6961bfbfdc (rmail-resend): Delete any Sender field. Richard M. Stallman 1993-08-05 06:54:58 +00:00
  • 0ce830bc26 (Fyes_or_no_p): Use Qyes_or_no_p_history. (syms_of_fns): Set up Qyes_or_no_p_history. Richard M. Stallman 1993-08-05 01:51:54 +00:00
  • 97c48db572 (perl-mode): Add autoload cookie. Richard M. Stallman 1993-08-05 01:37:04 +00:00
  • 9c85ef9fe1 (sendmail-program): Try /usr/sbin/sendmail.el also. Richard M. Stallman 1993-08-04 23:19:50 +00:00
  • 34fa2dc2e5 (diary-display-hook): Change default and fix doc string. (diary-hook): New user variable. (diary-date-forms, calendar-date-display-form): Don't autoload them so the European/American style is decided at load time. Richard M. Stallman 1993-08-04 23:02:10 +00:00
  • 6e72e7952d (list-diary-entries): Split diary-display-hook into two pieces, diary-display-hook and diary-hook. If diary-display-hook is nil, use simple display. (include-other-diary-files): Set those hooks properly for other files. Richard M. Stallman 1993-08-04 23:01:24 +00:00
  • 298b760ea5 (expand_and_dir_to_file): Remove final / by copying abspath. Richard M. Stallman 1993-08-04 22:51:22 +00:00
  • 75993094cc entered into RCS Richard M. Stallman 1993-08-04 08:20:00 +00:00
  • a2d24e958a (mouse-save-then-kill): Don't discard all the normal undo info; just replace the deletion entry. Richard M. Stallman 1993-08-04 04:37:11 +00:00
  • cefeb3a98d [BSD4_3] (HAVE_FTIME): Defined. Richard M. Stallman 1993-08-04 04:18:32 +00:00
  • aa29f9b923 (Frem): Don't accept floats, just ints and markers. Richard M. Stallman 1993-08-04 04:17:08 +00:00
  • 2adf4f6165 (print-region-1): Make END a marker so untabify relocates it. Richard M. Stallman 1993-08-04 03:41:03 +00:00
  • d6bd8dca5d (compilation-minor-mode): Make variable buffer-local. (compilation-minor-mode): Autoload this function. Roland McGrath 1993-08-03 21:38:31 +00:00
  • cac0b95d13 (man): Define as alias. Richard M. Stallman 1993-08-03 18:52:07 +00:00
  • df208aafdb (CRT0_COMPILE): Add -O and -Demacs. Richard M. Stallman 1993-08-03 18:23:39 +00:00
  • 520bca5791 (window-setup-hook): Add hook function. Richard M. Stallman 1993-08-03 17:45:17 +00:00
  • 2829f7e326 (comint-dynamic-list-completions): Expand PATHDIR in call to file-name-completion. Roland McGrath 1993-08-03 07:52:10 +00:00
  • e3a7436e6f Changes for 3b1 suggested by Andy Fyfe <andy@scp.caltech.edu> * 7300.h [__GNUC__]: #define HAVE_ALLOCA. [not __GNUC__]: #define SWITCH_ENUM_BUG, C_ALLOCA, and STACK_DIRECTION. (HAVE_SYSVIPC, USE_UTIME): #define these. (memmove): We don't have this; call safe_bcopy. (CRT0_COMPILE): #define this, so we always use the system's cc. * config.h.in: Add #undefs for HAVE_MKDIR and HAVE_RMDIR, for configure to edit. * sysdep.c [not HAVE_MKDIR] (mkdir): New function, taken from tar, for use on systems lacking the mkdir function. [not HAVE_RMDIR] (rmdir): New function, taken from tar, for use on systems lacking the rmdir function. * ymakefile (crt0.o): Replace the compiler and switches with the symbol CRT0_COMPILE. (CRT0_COMPILE): If the system and machine description files have left this undefined, then define it to do the same as the old crt0.o rule used to. Jim Blandy 1993-08-03 07:28:04 +00:00
  • f3f31ccf98 Make boldness and italicness affect subsequently created frames. (make-face-bold, make-face-italic, make-face-bold-italic) (make-face-unbold, make-face-unitalic): Update global-face-data. Ignore a list found in the font slot. (make-face-bold-internal, make-face-italic-internal): (make-face-bold-italic-internal): New subroutines. (x-create-frame-with-faces): If global-face-data's font slot indicates bold and/or italic, make it so. Richard M. Stallman 1993-08-03 07:12:34 +00:00
  • 23524fb950 * config.h.in: Add #undefs for HAVE_MKDIR and HAVE_RMDIR, for configure to edit. * sysdep.c [not HAVE_MKDIR] (mkdir): New function, taken from tar, for use on systems lacking the mkdir function. [not HAVE_RMDIR] (rmdir): New function, taken from tar, for use on systems lacking the rmdir function. Jim Blandy 1993-08-03 07:02:38 +00:00
  • d50a54c0f1 * configure.in (function checks): Test for mkdir and rmdir. Jim Blandy 1993-08-03 06:57:03 +00:00
  • 5ed8d62f52 (shrink-window-if-larger-than-buffer): Pass WINDOW to pos-visible-in-window-p. Roland McGrath 1993-08-03 06:38:26 +00:00
  • 46f950cab8 (cmpl-read-time-eval): Make it no-op. (cmpl-hours-since-origin): Use truncate to make an integer. (completion-search-reset): Use completion-prefix-min-length. Richard M. Stallman 1993-08-03 05:46:33 +00:00
  • 1add72b5df (completion-version): New variable. (save-completions-to-file): Use completion-version. Richard M. Stallman 1993-08-03 04:36:52 +00:00
  • 2f1895276f Don't mention dir `s/' in #include. Richard M. Stallman 1993-08-03 04:30:43 +00:00
  • 901249a345 (telnet): If we already have a telnet to HOST, just switch buffers. Richard M. Stallman 1993-08-03 04:09:19 +00:00
  • a569dbc32f (other-frame): Skip iconified and invisible frames. Roland McGrath 1993-08-03 03:33:14 +00:00
  • 0e18d8ef78 (vfork): Move this outside the USG conditional. Richard M. Stallman 1993-08-03 02:40:31 +00:00
  • 43549f18f5 (occur-mode-goto-occurrence): Give meaningful error message if there's nowhere useful to go. Richard M. Stallman 1993-08-03 01:07:55 +00:00
  • 314ed6a5aa (comint-dynamic-complete): If called interactively twice in a row, give the completion list. Roland McGrath 1993-08-02 23:33:41 +00:00
  • d49458c44a (comint-dynamic-complete): Expand PATHDIR in call to file-name-completion. Roland McGrath 1993-08-02 23:04:05 +00:00
  • 5065f906dc (comint-dynamic-completion): Say "Sole completion", not "Unique completion". Roland McGrath 1993-08-02 22:56:58 +00:00
  • ceab6935fd (other-frame): New function, analogous to other-window. (ctl-x-5-map): Bind C-x 5 o to other-frame. Roland McGrath 1993-08-02 22:18:34 +00:00
  • ef2c57aca0 (Fprevious_frame): New function, for parity with Fnext_frame. (syms_of_frame): Add defsubr for Sprevious_frame. Roland McGrath 1993-08-02 22:16:09 +00:00
  • db6f348c69 * xdisp.c (display_menu_bar): Redisplay all lines occupied by the menu bar, not just the first. Jim Blandy 1993-08-02 21:19:23 +00:00
  • f870f3fefd *** empty log message *** Roland McGrath 1993-08-02 20:48:12 +00:00
  • 522f921699 Initial revision Richard M. Stallman 1993-08-02 19:11:20 +00:00
  • ef58099133 (save_excursion_restore): Never make the buffer visible. Richard M. Stallman 1993-08-02 07:58:13 +00:00
  • eccf8697a7 (indent-c-exp): Don't document ENDPOS. (c-indent-region): Rewrite to use indent-c-exp on one sexp at a time, then use c-indent-line on the next line, etc. Richard M. Stallman 1993-08-02 07:44:36 +00:00
  • fa24a82290 (mail-yank-hooks): Initialize to nil. (mail-yank-original): If mail-yank-hooks is nil, call mail-indent-citation. Richard M. Stallman 1993-08-02 07:43:59 +00:00
  • 2e864a763b (read_key_sequence): Use XFASTINT to convert value of Flength to an int. Richard M. Stallman 1993-08-02 07:29:53 +00:00
  • be8b1c6b25 (Fmove_overlay): Avoid initializer for Lisp_Object vars. (verify_overlay_modification): Declare ostart, oend as Lisp_Object. Richard M. Stallman 1993-08-02 07:28:31 +00:00
  • 23f87cce43 (remove-hook): Doc string added. Change a single function into a list. Richard M. Stallman 1993-08-02 07:23:24 +00:00
  • 322959764a (add-hook): Change a single function into a list. Richard M. Stallman 1993-08-02 07:23:07 +00:00
  • 47f3858d11 (fill-region-as-paragraph): When we take one word after the fill column, don't stop at period with just one space. When checking whether at beginning of line, if no fill prefix, ignore intervening whitespace. Richard M. Stallman 1993-08-02 05:55:56 +00:00
  • 4524cb1c30 (Fset_frame_position): Doc fix. Richard M. Stallman 1993-08-02 05:54:55 +00:00
  • 47082fcd1b (byte-recompile-directory): At end of compiling a file, put back the "Checking DIR..." message. Richard M. Stallman 1993-08-02 04:47:30 +00:00
  • 552775bd93 (Info-fontify-node): New function. (Info-fontify): New variable. (Info-mode): Initialize Info-related faces. (Info-select-node): Fontify the node if necessary. Richard M. Stallman 1993-08-02 04:22:12 +00:00
  • 04402ae3dc *** empty log message *** Roland McGrath 1993-08-01 23:03:26 +00:00
  • b7294c7587 * blackbox.el (blackbox-mode-map): Now that we have terminal-independent function-key facilities, we ought to use them. Remove hack which looks for all bindings for the simple motion keys and locally binds them to blackbox keys; add bindings for the [up], [down], [left], and [right] keys. Jim Blandy 1993-08-01 22:47:44 +00:00
  • eb6a920f20 (etags-tags-completion-table): Fixed regexp for today's format. (etags-snarf-tag): Skip explicit tag name if present. Roland McGrath 1993-08-01 22:22:48 +00:00
  • cc6d6e586d (put_entries): For NODE->rewritten, put pattern before \177 and name after, not vice versa. Roland McGrath 1993-08-01 22:13:54 +00:00
  • c5eeaf525f (pick-random): Remove. All callers changed to use `random' instead. Paul Eggert 1993-08-01 20:50:07 +00:00
  • 82305cbd4d (dissociated-press): Use `(random N)' instead of while loop. Paul Eggert 1993-08-01 20:50:07 +00:00
  • 93cc044bd6 (dun-endgame-question, tcom, tloc): Use (random N) instead of combination of %, abs and random. Paul Eggert 1993-08-01 20:50:07 +00:00
  • f7e55318b4 (random-number): Remove. All callers changed to use `random' instead. Paul Eggert 1993-08-01 20:50:07 +00:00
  • 6b6d5edf69 (life-insert-random-pattern): Simplify (% (abs (random)) N) to (random N). Paul Eggert 1993-08-01 20:50:07 +00:00
  • c9575b25ac (mpuz-random): Remove. All callers changed to use `random' instead. Paul Eggert 1993-08-01 20:50:07 +00:00
  • e00fcc05ec (emerge-default-[AB]): Use (zerop (% A B)) instead of (= (* (/ A B) B) A). Paul Eggert 1993-08-01 20:48:43 +00:00
  • db6730c7ad *** empty log message *** Roland McGrath 1993-08-01 20:39:38 +00:00
  • 559f9d0405 (last_mouse_button): Renamed from button_up_button. (last_mouse_x, last_mouse_y): Likewise. (button_down_time): Replaces button_up_time. (make_lispy_event): Set button_down_time. Detect and report double-down and double-drag events. (apply_modifiers_uncached): Put double' or triple' first. (read_key_sequence): Convert unbound double-drag/down to drag/down. Richard M. Stallman 1993-08-01 18:48:20 +00:00
  • 7f3e80e3b4 Installed the version from the Texinfo package. Richard M. Stallman 1993-08-01 12:23:22 +00:00
  • 57d8d46819 (Finsert_file_contents): Don't call prepare_to_modify_buffer if inserting zero characters. Richard M. Stallman 1993-08-01 12:19:11 +00:00
  • 1d673d85da (dired-sort-mode): Variable deleted. Don't display it in mode line. (dired-sort-set-modeline): Set mode-name instead. Richard M. Stallman 1993-08-01 11:55:12 +00:00
  • ec11639d93 Doc fix. Richard M. Stallman 1993-08-01 08:42:46 +00:00
  • 4d09905307 (main): Generate a SIGIO as soon as we've initialized. Richard M. Stallman 1993-08-01 07:45:35 +00:00
  • a5024e2ace (visit-tags-table-buffer): New local named visit-tags-table-buffer-cont copies cont. (tags-table-including): Set that, instead of cont. Richard M. Stallman 1993-08-01 07:09:22 +00:00
  • 280a6a9f18 Version 2.7 from stig. Richard M. Stallman 1993-08-01 06:26:18 +00:00
  • cf3623c64c (etags-goto-tag-location): Handle selective display. Richard M. Stallman 1993-08-01 06:04:06 +00:00
  • b70af8d72f (indent-c-exp): Don't move an { from column 0. Richard M. Stallman 1993-08-01 05:17:42 +00:00
  • e865c5cea7 Fix doc strings and error message syntax. Add menu bar items. (tar-subfile-mode): Set a local-write-file-hook rather than using key bindings. (tar-subfile-save-buffer): Return t. Richard M. Stallman 1993-07-31 22:35:20 +00:00
  • b0a0fbdac8 (try_window): Handle invisible newline at end of buffer. (display_text_line): Don't display invisible text. Richard M. Stallman 1993-07-31 22:00:33 +00:00
  • 5a05d3d297 (compute_motion): Compute correctly for invisible text. (vmotion): Take care of invisible newlines. Richard M. Stallman 1993-07-31 21:59:42 +00:00
  • d169fe39da (direct_output_for_insert): Fail if character just inserted has text properties. (direct_ouput_forward_char): Fail if moving near invisible chars. Richard M. Stallman 1993-07-31 21:58:45 +00:00
  • 7ce503fdda (adjust_intervals_for_insertion): Handle insertion between two unlike intervals via merge_properties_sticky. (merge_properties_sticky): New function. (graft_intervals_into_buffer): Leave handling of sticky'-ness to adjust_intervals_for_insertion, then merge properties of the inserted text onto the old ones. (textget_direct): New function. (set_point): Fix calculating of fromprev. (verify_interval_modification): Check for read-only' property and take its `sticky'-ness into account. Richard M. Stallman 1993-07-31 21:58:03 +00:00
  • 58943db006 (MERGE_INSERTIONS): Define as 1. (FRONT_STICKY): Add real definition. (END_NONSTICKY): New macro. (END_STICKY): Deleted. (textget_direct, Qfront_sticky, Qrear_nonsticky): Declared. Richard M. Stallman 1993-07-31 21:55:38 +00:00
  • 19e1c4260a (Qfront_sticky, Qrear_nonsticky): New variables. (syms_of_textprop): Set them up. Richard M. Stallman 1993-07-31 21:54:10 +00:00
  • 964141f289 (change-log-mode): Use \f for formfeed, to avoid syntax error. Richard M. Stallman 1993-07-31 18:41:53 +00:00
  • d49b6338aa (isearch-done): Move point (for small window) before deciding whether to set the mark. Richard M. Stallman 1993-07-31 18:39:09 +00:00
  • ea1ebaed7a (Man-section-translations-alist): Add entries for xlib. Richard M. Stallman 1993-07-31 18:34:04 +00:00
  • 3eedeb851b (Man-build-references-alist): When setting word, use only what Man-reference-regexp matched. (Man-reference-regexp): Don't match starting with a period. (Man-first-heading-regexp): Allow leading space. (Man-heading-regexp): Allow leading space. Richard M. Stallman 1993-07-31 18:32:04 +00:00
  • bbd93e4129 (validate-tex-buffer): Record mismatches in *Occur*. Richard M. Stallman 1993-07-31 07:33:02 +00:00
  • 2943f983f2 (basic-save-buffer): When we read a file name, use set-visited-file-name to put it in. Richard M. Stallman 1993-07-31 06:40:04 +00:00
  • 009ef4024d (shell-command-history): New variable. (shell-command, shell-command-on-region): Use it. Richard M. Stallman 1993-07-31 06:10:44 +00:00
  • 2f65feb682 (prop_location_identifier): Was named prop_location_tick. (property_change_reply_identifier): Renamed from ...-tick. (struct prop_location): Field identifier' renamed from tick'. Various functions changed accordingly. (x_handle_selection_request): Delete local struct var `reply'. Richard M. Stallman 1993-07-31 05:55:52 +00:00
  • 7c011261b7 (Fnewline): Disable the "insert one position before" optimization if it would screw up text property behavior. Richard M. Stallman 1993-07-31 05:53:23 +00:00
  • 49e61c4267 (mouse-choose-completion): Actually choose that alternative, don't just insert its name. Richard M. Stallman 1993-07-31 05:31:58 +00:00
  • 8686888e2c * configure.in: Test for the presence of/usr/lpp/X11/bin/smt.exp, and #define HAVE_AIX_SMT_EXP if we do. This is present in some versions of AIX, and needs to be passed to the loader. Jim Blandy 1993-07-31 01:40:35 +00:00
  • b84b186a3a * config.h.in (HAVE_AIX_SMT_EXP): New #undef for configure to edit. * m/ibmrs6000.h (LD_SWITCH_MACHINE): Don't mention /usr/lpp/X11/bin/smt.exp unless HAVE_AIX_SMT_EXP is #defined. Jim Blandy 1993-07-31 01:39:30 +00:00
  • 9b7cd36694 * configure.in: Test for the availablility of the XScreenResourceString function. Jim Blandy 1993-07-31 01:34:30 +00:00
  • f5db3b940f * xfns.c (Fx_open_connection): Test the CPP symbol HAVE_XRMSETDATABASE to decide whether or not to call XrmSetDatabase. Jim Blandy 1993-07-31 01:32:23 +00:00
  • d8717d1508 * config.h.in (HAVE_XSCREENRESOURCESTRING): New #undef for configure to edit. * xrdb.c (get_user_db): Test it to decide whether or not to try to retrieve the screen-dependent resources. Jim Blandy 1993-07-31 01:31:46 +00:00
  • 1f88d61ef5 * config.h.in (HAVE_BCOPY): Add an #undef for this. (BSTRING): #define this iff HAVE_BCOPY is #defined here. Ignore what the system-description files say. They don't always make fine enough distinctions between systems, and sometimes the bcopy routines are available only with X windows. Jim Blandy 1993-07-31 01:21:21 +00:00
  • 3eb217a0b3 (shrink-window-if-larger-than-buffer): Do nothing if the window is the only window of its frame. If the buffer ends in newline and point is not at the end of the buffer, don't display last (empty) line. Richard M. Stallman 1993-07-31 01:08:48 +00:00
  • f5ad956022 * configure.in: Test for availability of bcopy functions, searching the X libraries if we're using X. Jim Blandy 1993-07-31 01:07:38 +00:00
  • 4c2d8cf9b5 (vc-shrink-to-fit): Deleted. All callers changed to use the new, fixed `shrink-window-if-larger-than-buffer' instead. In some places move it after a (goto-char (point-min)). Richard M. Stallman 1993-07-31 01:05:33 +00:00