summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Explain typing C-M-Richard M. Stallman1994-03-091-0/+1
|
* Don't kill remaining processes if child exits.Richard M. Stallman1994-03-091-0/+16
| | | | | | (call_process_exited): New variable. (Fcall_process): Set it. (call_process_cleanup): Test it.
* (outline-regexp): Initialize outside the defvar.Karl Heuer1994-03-091-1/+6
|
* (nroff-mode): Deleted garbage character.Karl Heuer1994-03-091-1/+1
|
* (find-buffer-visiting): Fix typo in previous change.Karl Heuer1994-03-091-1/+1
|
* Fix typo in previous change.Karl Heuer1994-03-091-2/+2
|
* (Fcall_interactively): Don't select an active minibuffer.Karl Heuer1994-03-091-1/+7
|
* (Fselect_window): Undo previous minibuffer change.Karl Heuer1994-03-091-4/+0
|
* (window_loop): Delete MULTI_FRAMERichard M. Stallman1994-03-091-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 Heuer1994-03-091-0/+4
|
* (mouse-minibuffer-check): New function to disallow mouse events in an inactiveKarl Heuer1994-03-091-3/+22
| | | | minibuffer. All relevant mouse functions changed to use it.
* (find-buffer-visiting): New function to look for another buffer visiting theKarl Heuer1994-03-091-40/+41
| | | | | same inode. (find-file-noselect): Use it instead of inline code.
* (apropos, super-apropos): Doc fix.Karl Heuer1994-03-081-2/+4
|
* (super-apropos-check-doc-file): Use doc-directory instead of data-directory.Karl Heuer1994-03-081-1/+1
|
* (Fdisplay_buffer): If pop_up_frames != 0,Richard M. Stallman1994-03-081-2/+3
| | | | consider just visible frames when looking for existing window.
* Initial revisionKarl Heuer1994-03-081-0/+38
|
* Initial revisionRichard M. Stallman1994-03-081-0/+2257
|
* Add freebsd.Karl Heuer1994-03-081-0/+1
|
* (indented-text-mode): Run indented-text-mode-hook.Richard M. Stallman1994-03-081-1/+1
|
* Renamed from mode-clone.el.Richard M. Stallman1994-03-081-76/+74
| | | | | All functions renamed. (define-derived-mode): Renamed from define-mode-clone.
* (comint-completion-fignore): New variable.Richard M. Stallman1994-03-081-7/+12
| | | | (comint-dynamic-complete-as-filename): Use it.
* (shell-completion-fignore): New variable.Richard M. Stallman1994-03-081-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. Stallman1994-03-081-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 beforeRoland McGrath1994-03-081-1/+1
| | | | trying to use fpathconf.
* Add #undef HAVE_FPATHCONF.Roland McGrath1994-03-081-0/+1
|
* Check for fpathconf.Roland McGrath1994-03-081-2/+4
|
* (term_get_fkeys_1): Use term_get_fkeys_arg, not term_get_fkeys_address.Roland McGrath1994-03-081-1/+1
|
* (term_get_fkeys_1): New local var ADDRESS, init to term_get_fkeys_address.Roland McGrath1994-03-081-0/+2
|
* (term_get_fkeys_data): Variable removed.Roland McGrath1994-03-081-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 = visibleRichard M. Stallman1994-03-081-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. Stallman1994-03-081-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 McGrath1994-03-081-3/+9
|
* (etags-tags-completion-table): Let the line number or char pos be empty.Roland McGrath1994-03-081-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. Stallman1994-03-081-0/+1
|
* (Fwindow_width): Doc fix.Richard M. Stallman1994-03-081-1/+4
|
* entered into RCSRichard M. Stallman1994-03-071-17/+38
|
* (compile-reinitialize-errors): Rename first arg from ARGP to REPARSE.Roland McGrath1994-03-071-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 Heuer1994-03-071-1/+1
|
* (gdb): Use a minibuffer map with TAB to complete a filename.Karl Heuer1994-03-071-1/+9
|
* (comment-column): Doc fix.Karl Heuer1994-03-071-1/+1
|
* (doprnt): Do the right thing for negative size spec.Karl Heuer1994-03-071-1/+2
|
* (get_minibuffer): Make name buffer large enough.Karl Heuer1994-03-071-1/+1
|
* (Fminibuffer_complete, Fminibuffer_complete_word): Doc fix.Karl Heuer1994-03-071-2/+4
|
* (temp_echo_area_glyphs): Use quit_char, not C-g.Karl Heuer1994-03-071-1/+3
|
* (Fscroll_other_window): Doc fix.Karl Heuer1994-03-071-1/+1
|
* (mouse-choose-completion): Bury the completion buffer.Richard M. Stallman1994-03-071-0/+4
|
* Initial revisionRichard M. Stallman1994-03-071-0/+613
|
* Accept freebsd as OS.Richard M. Stallman1994-03-071-1/+1
|
* Doc fixes.Richard M. Stallman1994-03-071-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. Stallman1994-03-061-1/+3
|