- 13 Jul, 1993 2 commits
-
-
Richard M. Stallman authored
(Qmodification_hooks): Declared.
-
Richard M. Stallman authored
For insertion, run the insert-before-hooks and insert-after-hooks, not the modification-hooks.
-
- 12 Jul, 1993 5 commits
-
-
Richard M. Stallman authored
(syms_of_keyboard): Set up Qundefined. (menu_bar_items): Don't reverse the items. Process the maps in reverse order. (menu_bar_item): If definition is `undefined', delete any menu bar item already made, and don't make one.
-
David J. MacKenzie authored
-
Paul Eggert authored
are no locks.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(menu-bar-edit-menu): Add "Spell" item.
-
- 10 Jul, 1993 3 commits
-
-
Jim Blandy authored
the X Windows libraries.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
- 09 Jul, 1993 10 commits
-
-
Richard M. Stallman authored
swallow_events and do_pending_window_change when appropriate.
-
Richard M. Stallman authored
use rmail-output-to-rmail-file. (rmail-output-to-rmail-file): If file exists and is not an Rmail file, use rmail-output. If we find an element in rmail-output-file-alist, eval it. (rmail-file-p): New function. (rmail-output-file-alist): Now contains expressions to eval.
-
Doug Evans authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Jim Blandy authored
(main): now calls xnew instead of alloca for portability. (../src/config.h): included only if HAVE_CONFIG_H. (const): void definition removed--config.h takes care of it.
-
Richard M. Stallman authored
(consider_token): DEFUNs now treated like funcs in ctags mode. (LEVEL_OK_FOR_FUNCDEF): removed. (C_entries): optimized the test that used LEVEL_OK_FOR_FUNCDEF. (C_entries): removed a piece of useless code. (C_entries): making typedef tags is delayed until a semicolon is met. This handles "typedef int X, Y, Z;" correctly.
-
Richard M. Stallman authored
It turns out the second arg was put in by mistake in the first place.
-
Richard M. Stallman authored
Generate a progn of calls to set-default, then compile it. (byte-compile-file-form-defmumble): Put back second arg of byte-compile-keep-pending, accidentally deleted before.
-
Richard M. Stallman authored
Don't lose if all buffer names are short.
-
- 08 Jul, 1993 18 commits
-
-
Roland McGrath authored
-
Roland McGrath authored
Lisp symbol name (without V prepended).
-
Roland McGrath authored
to also match Ultrix f77: ``Error on line N of FILE: msg''.
-
Roland McGrath authored
-
Roland McGrath authored
this regardless of transient-mark-mode.
-
Roland McGrath authored
(kill-ring-save, pop-mark, keyboard-quit): Call it.
-
Roland McGrath authored
directly. Do this regardless of transient-mark-mode.
-
Roland McGrath authored
(mark): Signal 'mark-inactive instead of using error with a message.
-
Roland McGrath authored
For inactive mark, signal mark-inactive instead of error with a message.
-
Roland McGrath authored
mark is inactive and that is a no-no, signal mark-inactive instead of using error with a message.
-
Roland McGrath authored
-
Roland McGrath authored
(syms_of_data): Initialize it.
-
Roland McGrath authored
-
Roland McGrath authored
end-of-buffer.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Roland McGrath authored
-
Richard M. Stallman authored
call expand-file-name anyway.
-
- 07 Jul, 1993 2 commits
-
-
Richard M. Stallman authored
(texinfo-sequential-node-update): Likewise.
-
Richard M. Stallman authored
Ensure that no commands depend on the value of case-fold-search. Rewrite messages. Avoid using `mark-whole-buffer'. (texinfo-start-menu-description): New function to insert title as description in a menu. (texinfo-make-menu-list): Remove automatic title insertion. (texinfo-master-menu): Error message if file contains too few nodes for a master menu. Handle the case where no master menu was inserted. (texinfo-insert-master-menu-list): Only attempt to insert detailed master menu if there is one. Insert a master menu only after `Top' node and before next node. (texinfo-check-for-node-name): Offer section title as prompt. (texinfo-copy-next-section-title): Copy title correctly. Handle failure to find @node. (texinfo-copy-menu): Error message if menu empty. (texinfo-pointer-name): Find only those section commands that are accompanied by `@node' lines. (texinfo-section-types-regexp): Look for subh and subs, not just sub. (texinfo-make-one-menu): Copy node-name correctly for message. (texinfo-copy-menu-title): Copy title as it should rather than node line. (texinfo-find-higher-level-node): Stop search at limit. Special handling for `top' and `chapter' levels. (texinfo-copy-menu-title): Rewrite to handle outer include files. (texinfo-multi-file-update): Update all nodes properly (and sooner); rewrite doc string and interactive. Copy title properly. (texinfo-all-menus-update): Fixed typo that caused the function to create a master menu when it shouldn't. Update pre-existing master menu, if there is one. (texinfo-incorporate-descriptions): Use a regexp search to look for both kinds of menu item. (texinfo-menu-indent-description): Likewise. (texinfo-incorporate-menu-entry-names): New function. (texinfo-insert-menu): Handle both kinds of menu item. (texinfo-multi-files-insert-main-menu): Likewise. (texinfo-update-node): Pass t as second arg to push-mark. (texinfo-sequential-node-update): Likewise. (texinfo-insert-node-lines): Bind `title' at a higher level. Don't find previous @node if it's close. Take region to process as arguments. (texinfo-multiple-files-update): Handle prefix arg better within `interactive'. Canonicalize the blank lines.
-