1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-30 08:09:04 +00:00
Commit Graph

6252 Commits

Author SHA1 Message Date
Richard M. Stallman
9343c8eea7 (emerge-revisions, emerge-revisions-with-ancestor)
(emerge-merge-directories): Add autoloads.
1994-03-10 07:27:32 +00:00
Richard M. Stallman
29bff36629 (ispell-dictionary-alist): Add autoload.
(ispell-menu-map): Don't redefine if already defined.
Don't test for menu-bar since this is now done before menu-bar.
1994-03-10 07:25:09 +00:00
Richard M. Stallman
7d687545ec (ispell-menu-map): Autoload the whole setup. 1994-03-10 07:19:15 +00:00
Richard M. Stallman
845ca0c853 (PURESIZE): Increment to 240000. 1994-03-10 06:25:56 +00:00
Richard M. Stallman
5875fdac00 (menu-bar-bookmark-map): Autoload the whole setup. 1994-03-10 04:24:29 +00:00
Richard M. Stallman
09113ea2f1 (menu-bar-emerge-menu): Autoload the whole setup. 1994-03-10 04:23:52 +00:00
Richard M. Stallman
ad9c7f2b76 (generate-file-autoloads): Don't ignore the line
after the form marked by a ;;;###autoload\n.
1994-03-10 04:18:10 +00:00
Richard M. Stallman
966bcdddf1 Delete the `>' from various menu item strings. 1994-03-10 04:09:13 +00:00
Richard M. Stallman
d7eb09a0cd (display_mode_line): Highlight partial-width mode lines
for a non-termcal frame.
1994-03-10 00:23:35 +00:00
Richard M. Stallman
4606cc9da8 (GLYPH_MODE_LINE_FACE): New macro. 1994-03-10 00:20:34 +00:00
Richard M. Stallman
ff46d9b7b4 Explain typing C-M- 1994-03-09 23:59:52 +00:00
Richard M. Stallman
37d5412167 Don't kill remaining processes if child exits.
(call_process_exited): New variable.
(Fcall_process): Set it.
(call_process_cleanup): Test it.
1994-03-09 22:10:08 +00:00
Karl Heuer
9f9d894124 (outline-regexp): Initialize outside the defvar. 1994-03-09 06:52:12 +00:00
Karl Heuer
589479d190 (nroff-mode): Deleted garbage character. 1994-03-09 06:42:46 +00:00
Karl Heuer
0f933cf6b2 (find-buffer-visiting): Fix typo in previous change. 1994-03-09 06:20:32 +00:00
Karl Heuer
d68807fc71 Fix typo in previous change. 1994-03-09 06:13:36 +00:00
Karl Heuer
d1fa2e8a7a (Fcall_interactively): Don't select an active minibuffer. 1994-03-09 06:07:43 +00:00
Karl Heuer
8c2c32d279 (Fselect_window): Undo previous minibuffer change. 1994-03-09 06:02:56 +00:00
Richard M. Stallman
d29a563167 (window_loop): Delete MULTI_FRAME
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.
1994-03-09 05:59:08 +00:00
Karl Heuer
671cfd1aa3 (Fselect_window): Don't select an inactive minibuffer. 1994-03-09 04:17:47 +00:00
Karl Heuer
d65147f61d (mouse-minibuffer-check): New function to disallow mouse events in an inactive
minibuffer.  All relevant mouse functions changed to use it.
1994-03-09 04:00:12 +00:00
Karl Heuer
138c44f6a3 (find-buffer-visiting): New function to look for another buffer visiting the
same inode.
(find-file-noselect): Use it instead of inline code.
1994-03-09 00:23:30 +00:00
Karl Heuer
e6d25e1474 (apropos, super-apropos): Doc fix. 1994-03-08 23:53:06 +00:00
Karl Heuer
201cb91b51 (super-apropos-check-doc-file): Use doc-directory instead of data-directory. 1994-03-08 23:31:55 +00:00
Richard M. Stallman
e8edb3aef6 (Fdisplay_buffer): If pop_up_frames != 0,
consider just visible frames when looking for existing window.
1994-03-08 23:28:14 +00:00
Karl Heuer
be210740d1 Initial revision 1994-03-08 22:59:20 +00:00
Richard M. Stallman
8db970a4e7 Initial revision 1994-03-08 22:47:20 +00:00
Karl Heuer
a117e51e29 Add freebsd. 1994-03-08 22:37:54 +00:00
Richard M. Stallman
b0fab82cb6 (indented-text-mode): Run indented-text-mode-hook. 1994-03-08 21:42:39 +00:00
Richard M. Stallman
06d35594f6 Renamed from mode-clone.el.
All functions renamed.
(define-derived-mode): Renamed from define-mode-clone.
1994-03-08 19:02:50 +00:00
Richard M. Stallman
497513adfb (comint-completion-fignore): New variable.
(comint-dynamic-complete-as-filename): Use it.
1994-03-08 17:43:37 +00:00
Richard M. Stallman
e11284d5d2 (shell-completion-fignore): New variable.
(shell-mode): Use it to set comint-completion-fignore.
(shell-dynamic-complete-as-command): Use it.
1994-03-08 17:43:07 +00:00
Richard M. Stallman
c58632fc81 (syms_of_undo): staticpro pending_boundary.
(pending_boundary): New variable.
(syms_of_undo): Initialize it.
(Fundo_boundary): Use pending_boundary.
(record_insert, record_delete, record_property_change):
Set pending_boundary.
1994-03-08 16:33:28 +00:00
Roland McGrath
5d69474126 (send_process) [_PC_MAX_CANON]: Also test #ifdef HAVE_FPATHCONF before
trying to use fpathconf.
1994-03-08 06:53:48 +00:00
Roland McGrath
c51b1a7c77 Add #undef HAVE_FPATHCONF. 1994-03-08 06:52:58 +00:00
Roland McGrath
5725490b48 Check for fpathconf. 1994-03-08 06:51:56 +00:00
Roland McGrath
3708523330 (term_get_fkeys_1): Use term_get_fkeys_arg, not term_get_fkeys_address. 1994-03-08 06:48:45 +00:00
Roland McGrath
f778aff2fd (term_get_fkeys_1): New local var ADDRESS, init to term_get_fkeys_address. 1994-03-08 06:45:43 +00:00
Roland McGrath
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.
1994-03-08 06:20:26 +00:00
Richard M. Stallman
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.
1994-03-08 06:20:18 +00:00
Richard M. Stallman
f7af3f7b44 (next_frame, prev_frame): If MINIBUF is `visible',
consider only visible frames.
(Fnext_frame, Fprevious_frame): Doc fix.
(syms_of_frame): Staticpro Qvisible.
1994-03-08 06:18:49 +00:00
Roland McGrath
b7277ac618 (etags-list-tags): Check for explicit tag names. 1994-03-08 05:58:50 +00:00
Roland McGrath
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.
1994-03-08 05:49:24 +00:00
Richard M. Stallman
362fb47a7c (Qvisible): Declared. 1994-03-08 05:37:15 +00:00
Richard M. Stallman
3b5908ef61 (Fwindow_width): Doc fix. 1994-03-08 00:09:03 +00:00
Richard M. Stallman
26d6bb604c entered into RCS 1994-03-07 23:24:02 +00:00
Roland McGrath
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.
1994-03-07 22:31:48 +00:00
Karl Heuer
acdf173af7 Comment fix. 1994-03-07 20:21:56 +00:00
Karl Heuer
e886137a18 (gdb): Use a minibuffer map with TAB to complete a filename. 1994-03-07 20:13:50 +00:00
Karl Heuer
b492f73b18 (comment-column): Doc fix. 1994-03-07 19:44:50 +00:00