Commit graph

  • e8edb3aef6 (Fdisplay_buffer): If pop_up_frames != 0, consider just visible frames when looking for existing window. Richard M. Stallman 1994-03-08 23:28:14 +00:00
  • be210740d1 Initial revision Karl Heuer 1994-03-08 22:59:20 +00:00
  • 8db970a4e7 Initial revision Richard M. Stallman 1994-03-08 22:47:20 +00:00
  • a117e51e29 Add freebsd. Karl Heuer 1994-03-08 22:37:54 +00:00
  • b0fab82cb6 (indented-text-mode): Run indented-text-mode-hook. Richard M. Stallman 1994-03-08 21:42:39 +00:00
  • 06d35594f6 Renamed from mode-clone.el. All functions renamed. (define-derived-mode): Renamed from define-mode-clone. Richard M. Stallman 1994-03-08 19:02:50 +00:00
  • 497513adfb (comint-completion-fignore): New variable. (comint-dynamic-complete-as-filename): Use it. Richard M. Stallman 1994-03-08 17:43:37 +00:00
  • e11284d5d2 (shell-completion-fignore): New variable. (shell-mode): Use it to set comint-completion-fignore. (shell-dynamic-complete-as-command): Use it. Richard M. Stallman 1994-03-08 17:43:07 +00:00
  • c58632fc81 (syms_of_undo): staticpro pending_boundary. Richard M. Stallman 1994-03-08 16:33:28 +00:00
  • 5d69474126 (send_process) [_PC_MAX_CANON]: Also test #ifdef HAVE_FPATHCONF before trying to use fpathconf. Roland McGrath 1994-03-08 06:53:48 +00:00
  • c51b1a7c77 Add #undef HAVE_FPATHCONF. Roland McGrath 1994-03-08 06:52:58 +00:00
  • 5725490b48 Check for fpathconf. Roland McGrath 1994-03-08 06:51:56 +00:00
  • 3708523330 (term_get_fkeys_1): Use term_get_fkeys_arg, not term_get_fkeys_address. Roland McGrath 1994-03-08 06:48:45 +00:00
  • f778aff2fd (term_get_fkeys_1): New local var ADDRESS, init to term_get_fkeys_address. Roland McGrath 1994-03-08 06:45:43 +00:00
  • f2a003428d (term_get_fkeys_data): Variable removed. (term_get_fkeys_define_1, term_get_fkeys_define): Functions removed. (term_get_fkeys_address): New variable, to pass arg through condition-case. (term_get_fkeys): Set that to ADDRESS; just do condition-case around call to term_get_fkeys_1, ignoring all errors. (term_get_fkeys_1): New function, containing body of term_get_fkeys. Don't use term_get_fkeys_define_1; call Fdefine_key directly. Roland McGrath 1994-03-08 06:20:26 +00:00
  • 89bca6129b (Fprevious_window, Fnext_window): ALL_FRAMES = visible means consider only visible frames. (window_loop): Likewise for FRAMES. (Fget_buffer_window, Fget_largest_window, Fget_lru_window): Doc fix. (Fdelete_windows_on): Doc fix. Richard M. Stallman 1994-03-08 06:20:18 +00:00
  • f7af3f7b44 (next_frame, prev_frame): If MINIBUF is `visible', consider only visible frames. (Fnext_frame, Fprevious_frame): Doc fix. (syms_of_frame): Staticpro Qvisible. Richard M. Stallman 1994-03-08 06:18:49 +00:00
  • b7277ac618 (etags-list-tags): Check for explicit tag names. Roland McGrath 1994-03-08 05:58:50 +00:00
  • e1dec509bd (etags-tags-completion-table): Let the line number or char pos be empty. (etags-snarf-tag): Look for line number as well as char pos. Let either be empty; return both. (etags-goto-tag-location): Arg also contains line number. If char pos is nil, use line number. Roland McGrath 1994-03-08 05:49:24 +00:00
  • 362fb47a7c (Qvisible): Declared. Richard M. Stallman 1994-03-08 05:37:15 +00:00
  • 3b5908ef61 (Fwindow_width): Doc fix. Richard M. Stallman 1994-03-08 00:09:03 +00:00
  • 26d6bb604c entered into RCS Richard M. Stallman 1994-03-07 23:24:02 +00:00
  • eaa3cac5f4 (compile-reinitialize-errors): Rename first arg from ARGP to REPARSE. Test only its nilness. (compile-goto-error): Pass (consp ARGP) to compile-reinitialize-errors instead of ARGP itself. (next-error): Code broken out into two new functions; call them. (compilation-next-error-locus): New function; bulk of code from next-error. Silently skip errors whose source loci are markers in killed buffers. (compilation-goto-locus): New function, final code from next-error. Roland McGrath 1994-03-07 22:31:48 +00:00
  • acdf173af7 Comment fix. Karl Heuer 1994-03-07 20:21:56 +00:00
  • e886137a18 (gdb): Use a minibuffer map with TAB to complete a filename. Karl Heuer 1994-03-07 20:13:50 +00:00
  • b492f73b18 (comment-column): Doc fix. Karl Heuer 1994-03-07 19:44:50 +00:00
  • dfd351ef6d (doprnt): Do the right thing for negative size spec. Karl Heuer 1994-03-07 18:59:00 +00:00
  • 9f6c23bc36 (get_minibuffer): Make name buffer large enough. Karl Heuer 1994-03-07 18:55:55 +00:00
  • 6300d782d7 (Fminibuffer_complete, Fminibuffer_complete_word): Doc fix. Karl Heuer 1994-03-07 18:53:02 +00:00
  • a4e71d81b9 (temp_echo_area_glyphs): Use quit_char, not C-g. Karl Heuer 1994-03-07 18:47:49 +00:00
  • 77b24de6f6 (Fscroll_other_window): Doc fix. Karl Heuer 1994-03-07 18:39:11 +00:00
  • 73e2025fcd (mouse-choose-completion): Bury the completion buffer. Richard M. Stallman 1994-03-07 03:37:55 +00:00
  • 0a688fd0fc Initial revision Richard M. Stallman 1994-03-07 03:00:30 +00:00
  • f88b8cee6f Accept freebsd as OS. Richard M. Stallman 1994-03-07 02:49:06 +00:00
  • cd1f32a618 Doc fixes. Richard M. Stallman 1994-03-07 02:29:26 +00:00
  • fd80e3bbba (mark_object): Add no-op cast. Richard M. Stallman 1994-03-06 22:07:19 +00:00
  • a1ed3ba654 (edebug-skip-whitespace): Only \n, not \r, ends a comment. Richard M. Stallman 1994-03-06 21:05:30 +00:00
  • 9125da08de (error): Use doprnt. Make buffer larger as necessary. Richard M. Stallman 1994-03-06 20:39:52 +00:00
  • 288f95bd03 (backquote-listify): Renamed from bq-listify. (backquote-process): Renamed from bq-process. (backquote-list*-function): Renamed from list*-function. (backquote-list*-macro): Renamed from list*-macro. (backquote-list*): Renamed from list*. Richard M. Stallman 1994-03-06 19:43:23 +00:00
  • 41ea659a7f Complete rewrite by Sladkey. Richard M. Stallman 1994-03-06 19:39:10 +00:00
  • 0dba5606aa Comment changes. Richard M. Stallman 1994-03-06 19:00:21 +00:00
  • 34628a901f (operate_on_word): Don't move point; store in *NEWPOINT. (Fupcase_word, Fdowncase_word, Fcapitalize_word): Set point after changing case. Rename opoint to beg. Richard M. Stallman 1994-03-06 18:54:21 +00:00
  • d6eac7d468 Initial revision Richard M. Stallman 1994-03-06 03:27:00 +00:00
  • 1bd5084056 (c++-font-lock-keywords-1, c++-font-lock-keywords-2): New variables. (c++-font-lock-keywords): Use c++-font-lock-keywords-1. Richard M. Stallman 1994-03-05 23:32:27 +00:00
  • 54b2aa5c65 (jka-compr-insert-file-contents): Handle 5th arg. Richard M. Stallman 1994-03-05 23:28:35 +00:00
  • b3bbaa663d (byte-compile-track-mouse): Handle >1 body form. Generate code that binds track-mouse. Richard M. Stallman 1994-03-05 23:27:51 +00:00
  • 846d69ac63 (ARRAY_MARK_FLAG): Define here. Richard M. Stallman 1994-03-05 23:26:52 +00:00
  • e3515d10e7 Clean up indentation and whitespace. Richard M. Stallman 1994-03-05 21:53:42 +00:00
  • 902a54b2c7 (main): Change delimiter from "^L" to "^_^L". Allow for text following "BABYL OPTIONS:". Add --help option. Use argv[0] in error messages. Richard M. Stallman 1994-03-05 21:49:26 +00:00
  • 1518a9eb45 (main) [HAVE_SYSVIPC]: Make msgp->mtext longer if necessary. On HPUX, error if it's more than 512 chars. Richard M. Stallman 1994-03-05 21:42:57 +00:00
  • 0bc439a076 Include config.h, lisp.h, buffer.h, process.h, commands.h, errno.h and file.h. (write_to_vms_process): Change =- to -=. (create_process): Set status field instead of obsolete flags field. (child_sig): Likewise. Richard M. Stallman 1994-03-05 21:38:34 +00:00
  • 3f872b675a (ARRAY_MARK_FLAG): Definition moved to lisp.h. Richard M. Stallman 1994-03-05 20:39:07 +00:00
  • 829d872be9 (shut_down_emacs): Set Vrun_hooks to nil. Richard M. Stallman 1994-03-05 20:38:30 +00:00
  • 012d4cdc7f (Fdo_auto_save): Doc fix. Richard M. Stallman 1994-03-05 20:36:38 +00:00
  • 88ce066e29 (command_loop_1, read_key_sequence, Fcommand_execute): Don't call Vrun_hooks if it is nil. Richard M. Stallman 1994-03-05 20:35:52 +00:00
  • 92d3b06efb (read_minibuf): Don't call Vrun_hooks if it is nil. Richard M. Stallman 1994-03-05 20:35:13 +00:00
  • 9fed2b1852 (save_excursion_restore): Don't call Vrun_hooks if nil. Richard M. Stallman 1994-03-05 20:32:35 +00:00
  • fd186f07f1 (Fkill_buffer, Fkill_all_local_variables): Don't call Vrun_hooks if it is nil. Richard M. Stallman 1994-03-05 20:31:10 +00:00
  • 8746da9580 (command_loop_1): Fix misplaced assignment of last_point_position. Karl Heuer 1994-03-05 03:58:45 +00:00
  • c47fae76cd (rmail-message-filter): Doc fix. Karl Heuer 1994-03-04 23:08:31 +00:00
  • 972a693aa5 *** empty log message *** Karl Heuer 1994-03-04 22:26:03 +00:00
  • 1a2f2d332e (isnan): New macro. (float_arith_driver): min and max yield NaN if any argument is a NaN. Karl Heuer 1994-03-04 21:21:08 +00:00
  • cffa74ea6c (update_one_frame_psheets): Call EmacsFrameSetCharSize to force the paned widget to resize to the right value. (xmenu_show): No need to check a second time whether the mouse has moved to another menu bar item. This slows down execution. Fred Pierresteguy 1994-03-04 09:30:58 +00:00
  • 57aa60d8f1 (EmacsFrameSetCharSize): Don't call XtMakeResizeRequest. Use XtVaSetValues for geometry management. Fred Pierresteguy 1994-03-04 09:09:49 +00:00
  • 6f3e8e346c [USE_X_TOOLKIT] (xmenu_show): Pass display to XtWindowToWidget. Roland McGrath 1994-03-04 07:52:34 +00:00
  • 31efa7c9f6 (compile-goto-error): Push the mark before calling next-error. Roland McGrath 1994-03-04 06:11:51 +00:00
  • 9239c6c1ee (skip_chars): Treat `-' as alias for space, if syntaxp. Richard M. Stallman 1994-03-04 04:42:04 +00:00
  • acc8cdd212 (system-key-alist): Fix the code value for `remove'. Richard M. Stallman 1994-03-04 04:38:06 +00:00
  • 251f623e8e (Finsert_file_contents): Pass del_range_1 two ends, not a length. Richard M. Stallman 1994-03-04 04:19:14 +00:00
  • 8a5dd08600 (byte-compile-insert-header): Take a filename argument. (byte-compile-from-buffer): Change second argument to filename. Always return outbuffer; never eval from it or kill it. (byte-compile-file): Pass filename to byte-compile-from-buffer. Richard M. Stallman 1994-03-04 04:03:46 +00:00
  • 17b85a9b30 (ange-ftp-nslookup-host, ange-ftp-start-process): Bind default-directory to some accessible directory, if necessary. Richard M. Stallman 1994-03-04 01:33:43 +00:00
  • b28e2cc6b0 (chan_process): Don't specify size. Karl Heuer 1994-03-04 01:08:34 +00:00
  • 176afd0492 (c-fill-paragraph): Preserve final sentence boundary. Karl Heuer 1994-03-04 00:05:15 +00:00
  • ba02c1673c Rename comint-input-filter-functions and comint-output-filter-functions. Richard M. Stallman 1994-03-03 23:57:27 +00:00
  • 8a16a82695 (inferior-scheme-mode): Removed unnecessary initialisation of comint-input-sentinel. Richard M. Stallman 1994-03-03 23:56:04 +00:00
  • fb9ab28af0 (comint-input-filter-functions) (comint-output-filter-functions): Renamed from ...-sentinel-functions. Richard M. Stallman 1994-03-03 23:53:46 +00:00
  • 988a4d60ce (shell-dynamic-complete-functions): New variable. (shell-mode): Use it to set comint-dynamic-complete-functions. Richard M. Stallman 1994-03-03 23:37:27 +00:00
  • 1b4218268d (comint-after-partial-filename-command, comint-dynamic-complete-filename-command, comint-dynamic-complete-command-command, comint-get-current-command): Deleted. Richard M. Stallman 1994-03-03 23:30:57 +00:00
  • 52859db83c (generate-file-autoloads): Move misplaced paren in match clause of cond so copying the rest of the line to the output is the else clause of if (eolp), not after the if. Roland McGrath 1994-03-03 22:13:45 +00:00
  • 74cc295951 Fix typo in comment. Karl Heuer 1994-03-03 21:28:36 +00:00
  • e5ccf0c17e (server-switch-buffer): Don't select a minibuffer. Karl Heuer 1994-03-03 21:13:08 +00:00
  • 351bd676ba (Fread_file_name): Do the right thing when insert-default-directory is nil. Allow for doubled dollar signs in dir when computing pos. Karl Heuer 1994-03-03 21:01:37 +00:00
  • 4e665715b9 (record_delete): Save last_point_position in the undo record, rather than the current value of point. Karl Heuer 1994-03-03 20:12:01 +00:00
  • 01314b95fa New variable last_point_position. Karl Heuer 1994-03-03 20:08:49 +00:00
  • b453f72e5c (command_loop_1): Set last_point_position to the value of point. Karl Heuer 1994-03-03 20:08:12 +00:00
  • cfadd37670 (Finsert_file_contents): If undo_list was t, leave it t. Richard M. Stallman 1994-03-03 19:24:54 +00:00
  • faf931a83d (kill-emacs-query-functions, kill-buffer-query-functions): Add functions to these lists. Richard M. Stallman 1994-03-03 19:23:59 +00:00
  • c1eaf68c23 (outline-on-heading-p): Use bolp. (show-children): Use outline-back-to-heading. (outline-next-preface): Don't retreat over \n or ^M if no more headers. Richard M. Stallman 1994-03-03 19:17:47 +00:00
  • 1e8c5ac4c9 (current-word): Check properly for bolp. New optional arg STRICT. Doc fix. Richard M. Stallman 1994-03-03 18:27:51 +00:00
  • 88d00c7e26 (main): Change delimiter from "^L" to "^_^L". Allow for text following "BABYL OPTIONS:". Add --help option. Use argv[0] in error messages. Karl Heuer 1994-03-03 18:11:32 +00:00
  • 5b3557df52 (map_event_to_object, set_frame_menubar): Use FRAME_MENU_BAR_LINES as vector. Richard M. Stallman 1994-03-03 18:04:59 +00:00
  • 16c323ee67 Comment change. Richard M. Stallman 1994-03-03 17:43:26 +00:00
  • 590496255a Use add-hook instead of setq. Karl Heuer 1994-03-03 17:39:32 +00:00
  • 92194d02c2 (Fget_file_buffer): Doc fix. Karl Heuer 1994-03-03 17:35:55 +00:00
  • 7d806fcdab (buffer-file-truename): Doc fix. Karl Heuer 1994-03-03 17:28:52 +00:00
  • f14dbba771 (substitute-key-definition): Avoid infinite recursion. Karl Heuer 1994-03-03 16:27:06 +00:00
  • bbf2192538 (C_SWITCH_SYSTEM): Increase maxmem when using IBM's compiler. Karl Heuer 1994-03-03 15:59:31 +00:00
  • fcf848767b (chan_process, Vprocess_alist): Declared. Richard M. Stallman 1994-03-02 23:37:02 +00:00
  • 41f3aa98d1 (chan_process, Vprocess_alist): No longer static. Richard M. Stallman 1994-03-02 23:35:11 +00:00
  • f36f4e9e5c (mouse-choose-completion): Use that as the buffer to edit. Richard M. Stallman 1994-03-02 23:26:06 +00:00