Commit graph

  • 43203a1d75 (justify-current-line): Delete space at end of line. Richard M. Stallman 1994-07-27 20:09:22 +00:00
  • f4a0f59b01 (set-auto-mode): Shorten scope of case-fold-search binding. Richard M. Stallman 1994-07-27 18:55:38 +00:00
  • 9c063f29fa [POSIX_SIGNALS] (signal): New definition. Richard M. Stallman 1994-07-27 18:10:51 +00:00
  • defb80d7ad (main): New local var progname saves argv[0]. Richard M. Stallman 1994-07-27 17:59:03 +00:00
  • d86bdede4d (compilation-error-regexp-alist): Fix bug in Borland C++ change. Make first regexp reject cases that give column numbers. Add new regexp for GNU format with column numbers. Richard M. Stallman 1994-07-27 17:52:02 +00:00
  • 2e46c7c6b3 (random, srandom): Obey HAVE_RAND48 flag. Test that random is not a macro. Don't test USG or BSD4_1. Richard M. Stallman 1994-07-27 17:40:29 +00:00
  • 251745a3a7 (rand48): Check for it. Richard M. Stallman 1994-07-27 17:34:52 +00:00
  • e1cd65fd53 (what-domain): Doc fix. Richard M. Stallman 1994-07-27 00:35:18 +00:00
  • 0d55704c3b (x_get_foreign_selection): Use the new feature to queue up SelectionRequest events. Richard M. Stallman 1994-07-27 00:13:42 +00:00
  • e86bf40805 (wait_reading_process_input): If wait_for_cell, do check for keyboard input and handle it. Richard M. Stallman 1994-07-27 00:12:59 +00:00
  • 09756a8501 (x_queue_event, x_unqueue_events): New functions. (x_start_queuing_selection_requests): New function. (x_stop_queuing_selection_requests): New function. (XTread_socket): Queue up SelectionRequest events sometimes. Richard M. Stallman 1994-07-27 00:12:34 +00:00
  • 11c05cd6a8 (forms--update): Undo change made mistakenly. Richard M. Stallman 1994-07-26 21:31:13 +00:00
  • 7fb63acd84 Finish installing previous change. Richard M. Stallman 1994-07-26 21:23:38 +00:00
  • dbf87856a1 Comment change. Richard M. Stallman 1994-07-26 20:37:32 +00:00
  • cdaf7a1a56 (vc-next-action): Even in 1-file case, get its name from FILES. (vc-finish-logentry): Don't do vc-buffer-sync on the parent buffer when that parent buffer is a dired buffer. Richard M. Stallman 1994-07-26 20:34:16 +00:00
  • f9ae53246c Made menu bar's autoloaded stuff conditional on purify-flag, to avoid error message when loading ediff in a frame that has no menu bar. Richard M. Stallman 1994-07-26 20:16:05 +00:00
  • 4d587a6ce1 (menu-bar-update-buffers): Use (current-global-map), not global-map. Richard M. Stallman 1994-07-26 19:57:59 +00:00
  • cd33a5a086 (main): Don't actually modify argv[0]. Modify a copy instead. Richard M. Stallman 1994-07-26 19:56:03 +00:00
  • 980ab937d9 Update the info files. Richard M. Stallman 1994-07-26 19:53:49 +00:00
  • 9c308ed258 (forms-read-file-filter): new hook function to preprocess file contents before being passed to forms mode. (forms-write-file-filter): new hook function to preprocess file contents before it is being saved to disk. Can be used to undo the effects of forms-read-file-filter'. (forms-mode): Supply a default format if no forms-format-list' was specified. Preprocess file contents using forms-read-file-filter' and attach forms-write-file-filter' to the local-write-file-hooks' of the file buffer. Present a friendly message if the visited file is empty or new. (forms--intuit-from-file): New subroutine to get the number of fields from the data file; constructs a default format list. (forms-save-buffer): Forms mode wrapper for save-buffer'. (forms--change-commands, forms--exit): Use it. (forms--update): Check for the presence of the field separator in any of the fields. Refuse update if found. (forms-delete-record): Allow the last record of the file to be deleted, even if not terminated by a newline. (forms--local-write-file-function): Remove. Didn't do any good. Replaced by `forms-save-buffer'. Richard M. Stallman 1994-07-26 19:47:39 +00:00
  • 26d270ab48 (Frandom): Use just the low 30 bits of random's value. Richard M. Stallman 1994-07-26 19:25:42 +00:00
  • b4300a1a6c (compilation-next-error-locus): New arg SILENT. Richard M. Stallman 1994-07-26 19:18:06 +00:00
  • 8bce086749 (dissociated-press): Error at start if buffer is empty. Richard M. Stallman 1994-07-26 15:51:56 +00:00
  • bd37f91150 (tek4300): Don't define if already defined. Richard M. Stallman 1994-07-26 15:26:13 +00:00
  • 597c7ed598 Emacs 18 changes from Carl Witty. Tom Tromey 1994-07-26 00:46:07 +00:00
  • bd7caa546c (BSD_PGRPS): Defined. Richard M. Stallman 1994-07-25 23:44:19 +00:00
  • 89b3f89419 Add #undef alloca. Richard M. Stallman 1994-07-25 23:26:23 +00:00
  • 72ddb82c49 (reset_watch, get_time): Use EMACS_GET_TIME. (tzp): Var deleted. Richard M. Stallman 1994-07-25 23:21:24 +00:00
  • 860befc8a2 (command-line-args-left): Add defvar. Richard M. Stallman 1994-07-25 21:45:36 +00:00
  • e307a7b225 (PURESIZE): Increase non-MULTI_FRAME value. Richard M. Stallman 1994-07-25 21:25:02 +00:00
  • 316506b2f1 (get_system_name): Add a cast. Richard M. Stallman 1994-07-25 21:20:28 +00:00
  • 2b5a5ed300 (comint-dynamic-list-completions): Listify the key sequence to be put back. Richard M. Stallman 1994-07-25 21:10:10 +00:00
  • 5f0929a7f9 [!HAVE_H_ERRNO]: Declare h_errno. (Fopen_network_stream): Set h_errno to 0 initially. Richard M. Stallman 1994-07-25 20:47:57 +00:00
  • e24f1d5575 [!HAVE_H_ERRNO]: Declare h_errno. (init_system_name): Set h_errno to 0 initially. Richard M. Stallman 1994-07-25 20:47:20 +00:00
  • 0f0ed96e06 Add #undef HAVE_H_ERRNO. Richard M. Stallman 1994-07-25 20:46:46 +00:00
  • e9ba01ff3f Make "checking..." messages' style consistent. (HAVE_H_ERRNO): New test. Richard M. Stallman 1994-07-25 20:45:55 +00:00
  • 4622fe48fc Add #undef alloca. Richard M. Stallman 1994-07-25 18:39:55 +00:00
  • a17c29e05e (c++-mode-syntax-table): Give RET the same syntax as newline. Richard M. Stallman 1994-07-25 00:34:55 +00:00
  • 910762b4b7 (emacs-lisp-mode-syntax-table): Give RET the same syntax as newline. Richard M. Stallman 1994-07-25 00:32:46 +00:00
  • abf1ee7556 (i860-*-sysv4*): Set NON_GNU_CC and NON_GNU_CPP. Richard M. Stallman 1994-07-24 20:18:35 +00:00
  • 1bb80f722b (Fnext_window, Fprevious_window): Don't get stuck in a loop in the minibuffer frame. Richard M. Stallman 1994-07-24 20:02:37 +00:00
  • 13118fc3d8 (dbx): Use system-configuration, not system-type. Richard M. Stallman 1994-07-24 20:01:13 +00:00
  • e9ce5adec1 (dired-internal-noselect): a zero modtime means directory is unchanged. Richard M. Stallman 1994-07-24 19:55:26 +00:00
  • 4f8992bd70 Add to global key map for cut, paste & copy keys. Richard M. Stallman 1994-07-24 19:19:17 +00:00
  • 0a6ef8a768 (system-key-alist): Add Sun-specific X11R6 keysyms. Richard M. Stallman 1994-07-24 19:18:19 +00:00
  • 44a1338aa4 (mail-extr-all-top-level-domains): Update a few long names. Richard M. Stallman 1994-07-24 06:14:32 +00:00
  • 6fc6f94bb2 (Fwrite_region): Do unwind the new unwind protect. Richard M. Stallman 1994-07-24 05:42:51 +00:00
  • 29397c5869 (menu-bar-update-buffers): If Buffers item is gone, don't bring it back. Richard M. Stallman 1994-07-24 05:34:16 +00:00
  • 0ab39c81ae (internal_with_output_to_temp_buffer): gcpro things. Richard M. Stallman 1994-07-24 04:18:02 +00:00
  • 486cc7fb6a (Fdisplay_completion_list): gcpro `completions'. Richard M. Stallman 1994-07-24 04:04:36 +00:00
  • 019644eeaa (add-log-current-defun): Skip doc string correctly even if it ends with line that starts space. Richard M. Stallman 1994-07-24 02:50:50 +00:00
  • cd6446282d (PURESIZE): Incremented to 252000. Richard M. Stallman 1994-07-24 01:20:24 +00:00
  • 087aeac6cc (ispell-tex-buffer-p): Write names in lower case. Add slitex-mode. Richard M. Stallman 1994-07-24 01:11:53 +00:00
  • 998ee97650 Set the breakpoint in x_error_quitter instead of _XPrintDefaultError. Richard M. Stallman 1994-07-24 01:10:32 +00:00
  • 3534a80918 (line-move, next-line): Check last line moved over has a newline, in a way that intangible text does not confuse. Richard M. Stallman 1994-07-24 01:10:14 +00:00
  • e8cf82e8a5 Change reference from renamed calendar-current-month to calendar-goto-today. Edward M. Reingold 1994-07-22 20:43:39 +00:00
  • d2d1c35d75 Changes to support NetBSD. Charles Hannum 1994-07-22 18:28:20 +00:00
  • 8c04464485 Add more NetBSD ports; rearrange how they're handled. Charles Hannum 1994-07-22 18:22:36 +00:00
  • 3c13724430 type-break-schedule: Remove autoload cookie. Noah Friedman 1994-07-21 13:00:35 +00:00
  • cc669dd810 type-break-good-rest-interval: Doc fix. type-break-keystroke-threshold: Calcuate based on 35wpm, not 30. Noah Friedman 1994-07-21 10:11:59 +00:00
  • fcbadd58ad (Emacs 19 menu setup): Move back to top level and do it only if purify-flag. Richard M. Stallman 1994-07-20 20:04:47 +00:00
  • 8a792f3ab2 (Vdeferred_action_list, Vdeferred_action_function): New variables. (command_loop_1): Handle them. (syms_of_keyboard): Set up Lisp variables. Richard M. Stallman 1994-07-20 20:01:12 +00:00
  • 19dff8dc59 (direct_output_for_insert): Dpn't call compute_char_face for a non-X frame. Richard M. Stallman 1994-07-20 19:35:41 +00:00
  • 821188d396 Move #undef static before the includes. Richard M. Stallman 1994-07-20 19:32:24 +00:00
  • a8004e4b31 (dired-between-files): Ignore dired-subdir-regexp if we can move to the file name on the line. Richard M. Stallman 1994-07-20 19:27:19 +00:00
  • 045dbcbc1d (ispell-command-loop, ispell-region, ispell-word): Only pop up the choices window if an error is found in the region. Don't change the size of the choices window except as needed. Don't (sit-for 0) at the start of ispell-region (i.e. don't force redisplay at the start of the region). (ispell-overlay-window): Small documentation fix. Richard M. Stallman 1994-07-20 18:26:57 +00:00
  • 229b798613 (visit-tags-table-buffer): Bind a variable local-tags-file-name with the value of tags-file-name before calling tags-verify-table, which switches buffers; change all references to use local-tags-file-name. Save current buffer before that call and on error, switch back before killing local value of tags-file-name. Roland McGrath 1994-07-20 14:02:48 +00:00
  • 7dea4e70f4 (imenu-choose-buffer-index): Use last-nonmenu-event to decide on mouse vs non-mouse. (imenu-progress-message): New arg prevpos. All callers changed. Don't print messages too frequently. Richard M. Stallman 1994-07-20 07:41:16 +00:00
  • 8f510a7131 [USG5] (SYSV): Don't define if already defined. Richard M. Stallman 1994-07-20 07:19:35 +00:00
  • cffcfe6652 (byte-decompile-bytecode-1): Don't add pc values if make-spliceable is non-nil. (Arg renamed from make-splicable.) Richard M. Stallman 1994-07-20 06:04:46 +00:00
  • 3c7e6b9d2a (disassemble-1): Display the pc values. (disassemble-column-1-indent): Increase to 8. Richard M. Stallman 1994-07-20 05:33:14 +00:00
  • 41cf13b9dd (byte-decompile-bytecode-1): Put a pc value before each insn in the list we return. Richard M. Stallman 1994-07-20 05:31:29 +00:00
  • 76bcdf397d (struct font_info): New field full_name. (x_new_font): Record, and return, the full name of the font. Richard M. Stallman 1994-07-19 23:54:02 +00:00
  • 5c6f8be0d2 At compile time, require dired. (vc-finish-logentry): Use the proper files buffer for vc-buffer-sync. Richard M. Stallman 1994-07-19 22:30:06 +00:00
  • db18af03cf (EmacsFrameSetCharSize): Delete the code to make rows at least 3. Richard M. Stallman 1994-07-19 22:16:18 +00:00
  • 37fd22082c (compilation-error-regexp-alist): Allow `(' after linenum in "FILE", line LINENUM. Add backslash so C-M-a works. Richard M. Stallman 1994-07-19 20:03:12 +00:00
  • 616da37c08 (Fopen_network_stream): Retry gethostbyname after TRY_AGAIN failure. Richard M. Stallman 1994-07-19 19:35:43 +00:00
  • 289a8c2941 (sit_for): Return immediately if unread events exist. Richard M. Stallman 1994-07-19 19:35:08 +00:00
  • efa04277fd (init_system_name): Retry gethostbyname after TRY_AGAIN failure. Richard M. Stallman 1994-07-19 19:34:17 +00:00
  • ed80e1ca50 [__GNUC__] (LIBX11_SYSTEM): Add -lcposix. Richard M. Stallman 1994-07-19 16:43:47 +00:00
  • 5bf62b08d9 (PTY_TTY_NAME_SPRINTF): Fail smoothly if cannot get pty. Richard M. Stallman 1994-07-19 16:11:28 +00:00
  • f486195cb1 type-break-keystroke-threshold: Change default wpm to 30 and lower threshold to 1/5, rather than 1/4, of upper. type-break-guestimate-keystroke-threshold: Change threshold fraction here too. Noah Friedman 1994-07-19 04:41:50 +00:00
  • 6b62b567cb type-break-check: Shrink keystroke count if it is less than min-threshold chars from max-threshold, not more. Noah Friedman 1994-07-19 00:52:56 +00:00
  • 4f40f16981 (reporter-dump-state, reporter-submit-bug-report): Don't print package name if pkgname is nil. Don't dump state if varlist is nil. Richard M. Stallman 1994-07-18 18:49:25 +00:00
  • 847e150a18 (note_mouse_movement): Use proper data type for window args to XQueryPointer. (x_scroll_bar_note_movement): Likewise. Richard M. Stallman 1994-07-18 18:15:06 +00:00
  • 11079525c0 (mh-folder-mode): Use local-write-file-hooks. Richard M. Stallman 1994-07-18 18:04:45 +00:00
  • 9081378e9f Make sure that headers are case-insensitive. Upped version to 1.3. Richard M. Stallman 1994-07-18 17:49:23 +00:00
  • be8d412c3f type-break-mode: Make variable `nil' by default. type-break-mode (function): If setting to t and mode was already enabled, don't reschedule breaks or reset keystroke counter. Noah Friedman 1994-07-18 15:21:50 +00:00
  • 4cf64c15e5 type-break-mode: New variable and function. Noah Friedman 1994-07-18 07:37:18 +00:00
  • a9c82aaf41 [emacs]: Include stdio.h. Richard M. Stallman 1994-07-18 06:28:42 +00:00
  • 346dae059b (unread_command_char): Declared. Richard M. Stallman 1994-07-18 06:14:10 +00:00
  • eb4ca29510 (forms-delete-record): Handle deletion of last line when it has no terminating newline. Richard M. Stallman 1994-07-17 23:56:09 +00:00
  • 46bb7c2b49 (Fget_text_property): Simplify using Ftext_properties_at. Richard M. Stallman 1994-07-17 23:53:10 +00:00
  • a6ac02afc3 (Fx_create_frame): Use 140 as default font size. Richard M. Stallman 1994-07-17 16:50:41 +00:00
  • f22aa61700 [USE_X_TOOLKIT] (xmenu_show): Handle UnmapNotify events. Richard M. Stallman 1994-07-17 06:41:53 +00:00
  • b6522df6aa ([vertical-line C-mouse-2]): Bind it as in a scroll bar. Richard M. Stallman 1994-07-16 22:37:18 +00:00
  • 8137dca99f Comment change. Richard M. Stallman 1994-07-16 21:31:43 +00:00
  • a77db92ba6 Comment change. (comint-bol): Doc fix. Richard M. Stallman 1994-07-16 21:31:11 +00:00
  • 5bd436259d (comint-mode-map): Move comint-bol to C-c C-a. Richard M. Stallman 1994-07-16 21:28:30 +00:00
  • 888f3d058c [!MULTI_FRAME] (Fframe_first_window): Defined. (syms_of_frame): Defvar it. Richard M. Stallman 1994-07-16 20:19:25 +00:00