Commit graph

  • f05f43e747 (Info-select-node): Run Info-selection-hook. Richard M. Stallman 1993-07-24 17:35:02 +00:00
  • 1c0b374342 (tar-parse-info, tar-header-offset, tar-superior-buffer) (tar-superior-descriptor): Make them permanent locals. (tar-mode): Call kill-all-local-variables. Locally set enable-local-variables to nil. Richard M. Stallman 1993-07-24 08:42:00 +00:00
  • e5e548e338 (Fx_create_frame): Don't look for default font if the caller has specified a valid font. Try several alternative font patterns. Richard M. Stallman 1993-07-24 07:23:16 +00:00
  • 82411f65a3 (face_name_id_number): Use assq_no_quit, not Fassq. Richard M. Stallman 1993-07-24 05:49:51 +00:00
  • eb4686e4a3 (Fprocess_status): Use Fget_process, to avoid error if unknown process name. Richard M. Stallman 1993-07-24 05:47:16 +00:00
  • e8608d6a08 (ispell-point): Do nothing if there's no word at START. Richard M. Stallman 1993-07-24 05:33:38 +00:00
  • a612e298a4 (command_loop_1): Run post-command-hook first thing. Richard M. Stallman 1993-07-23 23:23:57 +00:00
  • ab8fb1933c [_LIBC]: Define BSD4_2. Roland McGrath 1993-07-23 20:38:15 +00:00
  • fea0b06d62 (HAVE_SOCKETS): Define, if HAVE_INET_SOCKETS Richard M. Stallman 1993-07-23 19:53:44 +00:00
  • 4ccadbc039 entered into RCS Richard M. Stallman 1993-07-23 19:31:05 +00:00
  • 9a5e9959b5 Initial revision Richard M. Stallman 1993-07-23 19:28:14 +00:00
  • 0fd6b74ee5 Comment fixes. Richard M. Stallman 1993-07-23 19:17:12 +00:00
  • a198209040 (doctor-type-symbol): Win if auto-fill-function is nil. Richard M. Stallman 1993-07-23 18:33:00 +00:00
  • f65069352a (advance-direction): Set kp-f3, not kp-f1. Richard M. Stallman 1993-07-23 18:15:22 +00:00
  • 8c3c073af8 Minor error in previous change. Richard M. Stallman 1993-07-23 17:53:50 +00:00
  • 14324c4d46 (x-select-text): Always set the cut buffer, but sometimes set it to nothing. Don't put large strings in clipboard. Richard M. Stallman 1993-07-23 17:24:45 +00:00
  • 60d38d308a entered into RCS Richard M. Stallman 1993-07-23 16:57:24 +00:00
  • 7719aa0601 (XTread_socket) [! HAVE_X11R5]: Check for XK_Mode_switch and XK_Num_Lock, if defined. Richard M. Stallman 1993-07-23 08:04:52 +00:00
  • ddd931ff51 (set_point): Test Vinhibit_point_motion_hooks. Richard M. Stallman 1993-07-23 07:59:08 +00:00
  • 688a5a0f3e (syms_of_textprop): Set up Lisp var Vinhibit_point_motion_hooks. Richard M. Stallman 1993-07-23 07:58:22 +00:00
  • b81de1f7e7 (Vinhibit_point_motion_hooks): Declared. Richard M. Stallman 1993-07-23 07:57:57 +00:00
  • 0aaa80cc17 (TEXT_START) [__GNUC__]: Define as 0. Richard M. Stallman 1993-07-23 07:48:11 +00:00
  • 1ec9e15b44 (font-lock-after-change-function): Scan for comments and strings from beg of line. (c-font-lock-keywords-1): Recognize &, like *, before fn name. (perl-font-lock-keywords): Put digit 1 into function-name-face items. Allow whitespace before the open-brace. Richard M. Stallman 1993-07-23 05:10:00 +00:00
  • 220eb88b39 (sort-skip-fields): Really implement fields as runs of nonwhitespace chars. (sort-fields, sort-float-fields, sort-numeric-fields): Don't subtract 1 when calling sort-skip-fields. Richard M. Stallman 1993-07-23 04:44:06 +00:00
  • 6e27eb5e02 (PTY_OPEN): Use sigaction, not sigsetmask. Richard M. Stallman 1993-07-23 04:16:38 +00:00
  • 785080c58c (x-select-text): Limit size of text sent to cut buffer. Richard M. Stallman 1993-07-23 01:43:39 +00:00
  • f4ebbdbe78 (keyboard-translate): Properly lengthen existing table. Richard M. Stallman 1993-07-22 22:28:36 +00:00
  • ce8f144d55 (DECLARE_GETPWUID_WITH_UID_T): Declared. Richard M. Stallman 1993-07-22 22:03:25 +00:00
  • 73fc0935f0 (getpwuid): Test DECLARE_GETPWUID_WITH_UID_T. Richard M. Stallman 1993-07-22 22:03:11 +00:00
  • 837255fb49 Implement search for app-defaults directory and localized default databases, along with some other functionality provided by Xt. #include <stdio.h>, since we call sprintf. [emacs] (malloc, realloc, free): #define these to xmalloc, xrealloc, and xfree. (x_get_string_resource, file_p): Add forward declarations for these. (x_customization_string): New variable. (x_get_customization_string): New function. (gethomedir): Return malloc'ed space of the right size, instead of writing into a fixed-size buffer; this means that our callers do not impose an arbitrary limit on file name length. (magic_file_p): Rewrite of decode_magic; actually do the substitutions, instead of expanding all %-escapes to "". Support the customization string. Return 0 or the expanded file name, instead of just zero or one. Allocate the space for the expanded file name ourselves, instead of writing into a fixed-size buffer passed to us; this removes an arbitrary limit. (search_magic_path): Rewrite of magic_searchpath_decoder. Return 0 or the expanded file name, instead of just zero or one. Allocate the space for the expanded file name ourselves, instead of writing into a fixed-size buffer passed to us; this means that our callers do not impose an arbitrary limit on file name length. (get_system_app): Changed to work with search_magic_path. (get_user_app): Rewritten to work with search_magic_path, and not to assume that the values of XAPPLRESDIR is a single directory. (get_user_db): Properly use the new version of gethomedir. (get_environ_db): Remove arbitrary limit on length of host name. (x_load_resources): Take a new argument, myname. Call get_user_db early to obtain the customization string. Changes to stand-alone testing code. Jim Blandy 1993-07-22 22:00:48 +00:00
  • 312c996467 (Fget_buffer_process): Delete doc string from second alternative definition. Richard M. Stallman 1993-07-22 19:38:51 +00:00
  • f7a009a5c4 (ALIGNED, ROUNDUP): Use unsigned long int' instead of unsigned int' for casting addresses and sizes. It matters on the 64-bit Alpha. Roland McGrath 1993-07-22 18:59:43 +00:00
  • b1814de250 [_LIBC]: Just include <sys/resource.h>, and skip hairy #ifdef mess. Roland McGrath 1993-07-22 18:55:19 +00:00
  • d76b8d38bc > (vc-backend-revert): Use co -f' instead of deleting the working file ourselves; that way, if co' fails, we won't have deleted the working file. (vc-backend-steal): Don't delete the working file. Use rcs -u -l', not rcs -u ; rcs -l'; it's faster. Use vc-backend-dispatch -- the old code couldn't have possibly worked. Paul Eggert 1993-07-22 10:57:46 +00:00
  • c08c95c7af (Fdelete_frame): Allow deletion if there is some other visible (perhaps iconified) frame. Also allow deleting terminal frame if there are X frames. Richard M. Stallman 1993-07-22 09:01:22 +00:00
  • 54939090dc (syms_of_buffer): Lisp var doc fixes. Richard M. Stallman 1993-07-22 08:53:43 +00:00
  • c901003d61 (NO_MODE_T): Defined. Richard M. Stallman 1993-07-22 08:36:39 +00:00
  • 322890c475 (float_to_string): Don't use uninitialized pointer `cp'. Set width to -1 at lose: and other places. Default to .17g, not .20g. Richard M. Stallman 1993-07-22 08:34:30 +00:00
  • b8e4857c81 (graft_intervals_into_buffer): When TREE is null, pass buffer as 2nd arg to reproduce_tree. Richard M. Stallman 1993-07-22 08:06:55 +00:00
  • fba985162a (map-y-or-n-p): If LIST is nil, just return. Richard M. Stallman 1993-07-22 07:17:28 +00:00
  • 367ee8f4d0 (mouse-secondary-save-then-kill): When making the undo item, use an integer, not a marker, for the position. Richard M. Stallman 1993-07-22 07:15:49 +00:00
  • 26d86f19f9 (mouse-set-font): Update faces bold, italic and bold-italic. Richard M. Stallman 1993-07-22 06:20:40 +00:00
  • 313d590c15 (perl-font-lock-keywords): Add a `(... . 1)' to the first element of the list. (font-lock-hack-keywords, font-lock-unfontify-region) (font-lock-fontify-region): Bind buffer-read-only to nil, and don't alter buffer-modified-p. (font-lock-fontify-region): Use comment-start-skip, not comment-start. Richard M. Stallman 1993-07-22 06:12:37 +00:00
  • 23b97eb96a (complete): Use sit-for, not cmpl19-sit-for. Richard M. Stallman 1993-07-22 05:49:37 +00:00
  • ac29eb79ce (completion-list-mode): Renamed from completion-mode. (completion-list-mode-map): Likewise. Richard M. Stallman 1993-07-22 05:47:10 +00:00
  • c52e4104a1 (parse-colon-path): Really make nil, not ".", for empty path element. Richard M. Stallman 1993-07-22 05:34:53 +00:00
  • 0a933d4b4f (generate-file-autoloads): Bind float-output-format. Bind print-escape-newlines. Richard M. Stallman 1993-07-21 22:37:55 +00:00
  • 1110dff341 (Qmodification_hooks, Qinsert_in_front_hooks) (Qinsert_behind_hooks): Moved to buffer.c. (syms_of_textprop): Lisp vars setup deleted. Richard M. Stallman 1993-07-21 22:33:37 +00:00
  • 294d215f89 (Qmodification_hooks, Qinsert_in_front_hooks) (Qinsert_behind_hooks): Moved here. (syms_of_buffer): Lisp vars set up here. Richard M. Stallman 1993-07-21 22:33:00 +00:00
  • 5f60ed47d9 (compact_strings): Add USE_TEXT_PROPERTIES conditional. Richard M. Stallman 1993-07-21 22:29:26 +00:00
  • edc28db1ae (Ftext_property_not_all): Fix typo in decl. Richard M. Stallman 1993-07-21 22:25:42 +00:00
  • 011f432b1a (SUNOS_LOCALTIME_BUG): Defined. Richard M. Stallman 1993-07-21 22:23:24 +00:00
  • 8e0ed2de52 Try deleting version.el if it's not writable. Richard M. Stallman 1993-07-21 22:16:11 +00:00
  • 7c7b8f9d15 Fix up previous change. Richard M. Stallman 1993-07-21 22:12:08 +00:00
  • f6f32e5a43 If we do find x_includes and x_libraries via AC_FIND_X, set C_SWITCH_X_SITE and LD_SWITCH_X_SITE. Richard M. Stallman 1993-07-21 22:06:56 +00:00
  • 4b7802ed14 *** empty log message *** Richard M. Stallman 1993-07-21 21:44:24 +00:00
  • 9e6e0fe245 (memmove): Defined. Richard M. Stallman 1993-07-21 21:31:31 +00:00
  • 4c934a4dfe (lynx): Recognize as vendor. (lynxos): Recognize as OS. Jim Wilson 1993-07-21 21:00:37 +00:00
  • d4029c897c (Man-set-fonts): Don't look for another char after the backspace; instead look for a sequence CHAR BS CHAR BS CHAR BS... Delete all the CHAR BS pairs found, after making the text property. Richard M. Stallman 1993-07-21 09:05:18 +00:00
  • 3746159f73 (indent-c-exp): Call calculate-c-indent-within-comment when appropriate. Richard M. Stallman 1993-07-21 08:50:30 +00:00
  • 9ce49c8d77 (indent-c-exp): If ENDPOS, always set OPOINT to the function start. And don'tindet a line which is past ENDPOS. Don't indent a comment on the first line if it's the only thing on that line. Richard M. Stallman 1993-07-21 08:44:36 +00:00
  • f767385c90 (mouse-drag-region): Use deactivate-mark. Richard M. Stallman 1993-07-21 07:40:12 +00:00
  • b6e1c607fc (memmove): Defined as macro. Richard M. Stallman 1993-07-21 04:37:46 +00:00
  • 755f5c8707 (etags): Depend on ../src/config.h. Richard M. Stallman 1993-07-21 03:29:43 +00:00
  • b2327b2077 (xmakefile): Use CFLAGS after C_SWITCH_SYSTEM. Richard M. Stallman 1993-07-20 22:16:59 +00:00
  • e33e80e4a1 (parse-colon-path): Turn empty substring into nil. Richard M. Stallman 1993-07-20 22:04:53 +00:00
  • 1a47fa1367 (validate_x_resource_name): Call make_string properly. Richard M. Stallman 1993-07-20 21:54:57 +00:00
  • 5bebb622b1 (mail-bury): Check that frame-parameters is defined. Richard M. Stallman 1993-07-20 21:42:52 +00:00
  • e5e8bb4adc *** empty log message *** Richard M. Stallman 1993-07-20 21:15:26 +00:00
  • c455d34d63 (X_NOT_POSIX): Defined. Richard M. Stallman 1993-07-20 19:14:05 +00:00
  • 37ef13a631 Comment change. Richard M. Stallman 1993-07-20 19:04:49 +00:00
  • 525a7dc41b *** empty log message *** Richard M. Stallman 1993-07-20 18:26:59 +00:00
  • 5e5586769b (BROKEN_TIOCGETC, BROKEN_TIOCGWINSZ): Add #undefs. Richard M. Stallman 1993-07-20 18:15:38 +00:00
  • ab375e6cf3 (define-key-after): Fix typo in previous change. Richard M. Stallman 1993-07-20 18:09:21 +00:00
  • 32e612806b (outline-mode-map): Delete spurious `outline-' from show and hide command names in menu. Richard M. Stallman 1993-07-20 17:57:35 +00:00
  • 93fe0a356f (ange-ftp-completion-hook-function): New function. Richard M. Stallman 1993-07-20 07:12:30 +00:00
  • 0628c764af (file-name-handler-alist): Have two separate regexps with different hooks. Richard M. Stallman 1993-07-20 07:12:00 +00:00
  • 96099e29a3 Initial revision Richard M. Stallman 1993-07-20 06:07:58 +00:00
  • 30322a2736 (show-paren-face): New variable. (show-paren-command-hook): Use it. Call set-face-background properly. Richard M. Stallman 1993-07-20 05:59:51 +00:00
  • f5d7a8f2f8 (reposition-window): Don't forward-char if eobp. Richard M. Stallman 1993-07-20 05:55:31 +00:00
  • 00aa7e1cdf (normal-top-level): Call abbreviate-file-name again after calling command-line. Richard M. Stallman 1993-07-20 05:46:10 +00:00
  • 73ba415ae2 (memmove): Delete extra parens in the safe_bcopy call. Richard M. Stallman 1993-07-20 05:24:34 +00:00
  • 9a4cc6bd8d (rmail-edit-map): Inherit properly from text-mode-map; use the whole thing, not its cdr. Richard M. Stallman 1993-07-20 05:21:25 +00:00
  • 908d6b8719 Include types.h before file.h. Richard M. Stallman 1993-07-20 05:16:51 +00:00
  • 8258ca538e Comment change. Richard M. Stallman 1993-07-20 05:10:02 +00:00
  • 301b4551f6 (LD_SWITCH_MACHINE): Add -bI:/usr/lpp/X11/bin/smt.exp. Richard M. Stallman 1993-07-20 05:09:02 +00:00
  • 0322056b57 (Man-getpage-in-background): Copy process-environment so we only alter the copy. Richard M. Stallman 1993-07-20 05:05:48 +00:00
  • 2aefa7fb46 (mh-read-msg-list): Add space to message-number regexp. Richard M. Stallman 1993-07-20 04:35:00 +00:00
  • 44cdca98f7 (gnus-emacs-version): New variable. (gnus-version): Updated to 4.1. (gnus-newsrc-to-gnus-format): Use different regexp in 18 and 19. (gnus-group-startup-message): Use gnus-emacs-version. Richard M. Stallman 1993-07-20 04:25:28 +00:00
  • 9723a15c97 (gnus-current-time-zone): Fix typo. (gnus-inews-organization): Fix zero length string operation bug. Richard M. Stallman 1993-07-20 04:25:04 +00:00
  • 9ed9f36f4b entered into RCS Richard M. Stallman 1993-07-20 03:02:12 +00:00
  • f5baea11cb (vc-rcs-status): Use "-", not " ", to separate locks, so that the RCS minor mode doesn't contain internal spaces. Paul Eggert 1993-07-20 02:25:19 +00:00
  • b1ecd9c6d2 (dired-unmark-all-files-no-query): New command. (dired-mode-map): Use that for the Unmark All item. Fix typo that made the Flag Backup Files item not show up. Richard M. Stallman 1993-07-20 01:11:28 +00:00
  • 0d12284471 Include src/gnu-hp300 in the dist. Richard M. Stallman 1993-07-19 22:46:54 +00:00
  • e3c24a741e (Fwhile): If mocklisp, test for nonzeroness. Richard M. Stallman 1993-07-19 22:09:41 +00:00
  • b3f77ca2b8 (while): Comment out converter. Richard M. Stallman 1993-07-19 22:08:21 +00:00
  • 562378c0c0 (SYSTEM_MALLOC): Add #undef. (GNU_MALLOC, REL_ALLOC): Defined. Richard M. Stallman 1993-07-19 21:16:07 +00:00
  • 7e39a592c3 (testing x_includes and x_libraries): Use =, not ==. Richard M. Stallman 1993-07-19 19:42:58 +00:00
  • 279271bab8 (canonical): New variable holds the canonicalized configuration. Don't alter configuration'. Use configuration' for Makefile.in for file naming. Richard M. Stallman 1993-07-19 19:25:46 +00:00
  • 103d21491f (install): Use .n, not .new, for temporary filenames. Richard M. Stallman 1993-07-19 19:11:09 +00:00