Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Explain typing C-M- | Richard M. Stallman | 1994-03-09 | 1 | -0/+1 |
| | |||||
* | Don't kill remaining processes if child exits. | Richard M. Stallman | 1994-03-09 | 1 | -0/+16 |
| | | | | | | (call_process_exited): New variable. (Fcall_process): Set it. (call_process_cleanup): Test it. | ||||
* | (outline-regexp): Initialize outside the defvar. | Karl Heuer | 1994-03-09 | 1 | -1/+6 |
| | |||||
* | (nroff-mode): Deleted garbage character. | Karl Heuer | 1994-03-09 | 1 | -1/+1 |
| | |||||
* | (find-buffer-visiting): Fix typo in previous change. | Karl Heuer | 1994-03-09 | 1 | -1/+1 |
| | |||||
* | Fix typo in previous change. | Karl Heuer | 1994-03-09 | 1 | -2/+2 |
| | |||||
* | (Fcall_interactively): Don't select an active minibuffer. | Karl Heuer | 1994-03-09 | 1 | -1/+7 |
| | |||||
* | (Fselect_window): Undo previous minibuffer change. | Karl Heuer | 1994-03-09 | 1 | -4/+0 |
| | |||||
* | (window_loop): Delete MULTI_FRAME | Richard M. Stallman | 1994-03-09 | 1 | -21/+3 |
| | | | | | | conditional within the loop, spuriously added in prev change. Don't ignore invisible or iconified frames for GET_BUFFER_WINDOW; instead, let Fnext_window skip them if appropriate. | ||||
* | (Fselect_window): Don't select an inactive minibuffer. | Karl Heuer | 1994-03-09 | 1 | -0/+4 |
| | |||||
* | (mouse-minibuffer-check): New function to disallow mouse events in an inactive | Karl Heuer | 1994-03-09 | 1 | -3/+22 |
| | | | | minibuffer. All relevant mouse functions changed to use it. | ||||
* | (find-buffer-visiting): New function to look for another buffer visiting the | Karl Heuer | 1994-03-09 | 1 | -40/+41 |
| | | | | | same inode. (find-file-noselect): Use it instead of inline code. | ||||
* | (apropos, super-apropos): Doc fix. | Karl Heuer | 1994-03-08 | 1 | -2/+4 |
| | |||||
* | (super-apropos-check-doc-file): Use doc-directory instead of data-directory. | Karl Heuer | 1994-03-08 | 1 | -1/+1 |
| | |||||
* | (Fdisplay_buffer): If pop_up_frames != 0, | Richard M. Stallman | 1994-03-08 | 1 | -2/+3 |
| | | | | consider just visible frames when looking for existing window. | ||||
* | Initial revision | Karl Heuer | 1994-03-08 | 1 | -0/+38 |
| | |||||
* | Initial revision | Richard M. Stallman | 1994-03-08 | 1 | -0/+2257 |
| | |||||
* | Add freebsd. | Karl Heuer | 1994-03-08 | 1 | -0/+1 |
| | |||||
* | (indented-text-mode): Run indented-text-mode-hook. | Richard M. Stallman | 1994-03-08 | 1 | -1/+1 |
| | |||||
* | Renamed from mode-clone.el. | Richard M. Stallman | 1994-03-08 | 1 | -76/+74 |
| | | | | | All functions renamed. (define-derived-mode): Renamed from define-mode-clone. | ||||
* | (comint-completion-fignore): New variable. | Richard M. Stallman | 1994-03-08 | 1 | -7/+12 |
| | | | | (comint-dynamic-complete-as-filename): Use it. | ||||
* | (shell-completion-fignore): New variable. | Richard M. Stallman | 1994-03-08 | 1 | -6/+17 |
| | | | | | (shell-mode): Use it to set comint-completion-fignore. (shell-dynamic-complete-as-command): Use it. | ||||
* | (syms_of_undo): staticpro pending_boundary. | Richard M. Stallman | 1994-03-08 | 1 | -1/+35 |
| | | | | | | | | (pending_boundary): New variable. (syms_of_undo): Initialize it. (Fundo_boundary): Use pending_boundary. (record_insert, record_delete, record_property_change): Set pending_boundary. | ||||
* | (send_process) [_PC_MAX_CANON]: Also test #ifdef HAVE_FPATHCONF before | Roland McGrath | 1994-03-08 | 1 | -1/+1 |
| | | | | trying to use fpathconf. | ||||
* | Add #undef HAVE_FPATHCONF. | Roland McGrath | 1994-03-08 | 1 | -0/+1 |
| | |||||
* | Check for fpathconf. | Roland McGrath | 1994-03-08 | 1 | -2/+4 |
| | |||||
* | (term_get_fkeys_1): Use term_get_fkeys_arg, not term_get_fkeys_address. | Roland McGrath | 1994-03-08 | 1 | -1/+1 |
| | |||||
* | (term_get_fkeys_1): New local var ADDRESS, init to term_get_fkeys_address. | Roland McGrath | 1994-03-08 | 1 | -0/+2 |
| | |||||
* | (term_get_fkeys_data): Variable removed. | Roland McGrath | 1994-03-08 | 1 | -37/+33 |
| | | | | | | | | | (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. | ||||
* | (Fprevious_window, Fnext_window): ALL_FRAMES = visible | Richard M. Stallman | 1994-03-08 | 1 | -30/+45 |
| | | | | | | | 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. | ||||
* | (next_frame, prev_frame): If MINIBUF is `visible', | Richard M. Stallman | 1994-03-08 | 1 | -7/+28 |
| | | | | | | consider only visible frames. (Fnext_frame, Fprevious_frame): Doc fix. (syms_of_frame): Staticpro Qvisible. | ||||
* | (etags-list-tags): Check for explicit tag names. | Roland McGrath | 1994-03-08 | 1 | -3/+9 |
| | |||||
* | (etags-tags-completion-table): Let the line number or char pos be empty. | Roland McGrath | 1994-03-08 | 1 | -13/+26 |
| | | | | | | | (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. | ||||
* | (Qvisible): Declared. | Richard M. Stallman | 1994-03-08 | 1 | -0/+1 |
| | |||||
* | (Fwindow_width): Doc fix. | Richard M. Stallman | 1994-03-08 | 1 | -1/+4 |
| | |||||
* | entered into RCS | Richard M. Stallman | 1994-03-07 | 1 | -17/+38 |
| | |||||
* | (compile-reinitialize-errors): Rename first arg from ARGP to REPARSE. | Roland McGrath | 1994-03-07 | 1 | -121/+141 |
| | | | | | | | | | | 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. | ||||
* | Comment fix. | Karl Heuer | 1994-03-07 | 1 | -1/+1 |
| | |||||
* | (gdb): Use a minibuffer map with TAB to complete a filename. | Karl Heuer | 1994-03-07 | 1 | -1/+9 |
| | |||||
* | (comment-column): Doc fix. | Karl Heuer | 1994-03-07 | 1 | -1/+1 |
| | |||||
* | (doprnt): Do the right thing for negative size spec. | Karl Heuer | 1994-03-07 | 1 | -1/+2 |
| | |||||
* | (get_minibuffer): Make name buffer large enough. | Karl Heuer | 1994-03-07 | 1 | -1/+1 |
| | |||||
* | (Fminibuffer_complete, Fminibuffer_complete_word): Doc fix. | Karl Heuer | 1994-03-07 | 1 | -2/+4 |
| | |||||
* | (temp_echo_area_glyphs): Use quit_char, not C-g. | Karl Heuer | 1994-03-07 | 1 | -1/+3 |
| | |||||
* | (Fscroll_other_window): Doc fix. | Karl Heuer | 1994-03-07 | 1 | -1/+1 |
| | |||||
* | (mouse-choose-completion): Bury the completion buffer. | Richard M. Stallman | 1994-03-07 | 1 | -0/+4 |
| | |||||
* | Initial revision | Richard M. Stallman | 1994-03-07 | 1 | -0/+613 |
| | |||||
* | Accept freebsd as OS. | Richard M. Stallman | 1994-03-07 | 1 | -1/+1 |
| | |||||
* | Doc fixes. | Richard M. Stallman | 1994-03-07 | 1 | -10/+21 |
| | | | | | | (mouse-sel-insert-at-point): New variable. (mouse-insert-selection): Don't move point if mouse-sel-insert-at-point is non-nil. | ||||
* | (mark_object): Add no-op cast. | Richard M. Stallman | 1994-03-06 | 1 | -1/+3 |
| |