summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (compare-windows-skip-whitespace): New function.Richard M. Stallman1993-07-131-21/+34
| | | | | (compare-windows): Use that. (compare-windows-whitespace): Value is now regexp.
* (rmail-insert-inbox-text): If inbox is not in theRichard M. Stallman1993-07-131-1/+6
| | | | spool dir, try copying before renaming.
* (define-key-after): Error if KEY has two elements.Richard M. Stallman1993-07-131-1/+5
|
* (menu-bar-file-menu): Add menu item for dired.Richard M. Stallman1993-07-131-0/+1
|
* * autoload.el (generate-file-autoloads): Correctly detect when theJim Blandy1993-07-131-5/+7
| | | | | buffer receiving the autoload forms is in a parent of or the same directory as FILE, even in the presence of symlinks.
* (vc-rcs-status): Include head version number in mode line if therePaul Eggert1993-07-121-12/+21
| | | | are no locks.
* (ispell-menu-map): New keymap--both fn and var.Richard M. Stallman1993-07-121-0/+18
|
* (ispell-menu-map): New autoload definition.Richard M. Stallman1993-07-121-0/+4
| | | | (menu-bar-edit-menu): Add "Spell" item.
* (show-paren-command-hook): Do nothing if not window-system.Richard M. Stallman1993-07-101-49/+50
|
* Fix typos in previous change.Richard M. Stallman1993-07-101-2/+2
|
* (rmail-output): If file is an Rmail file,Richard M. Stallman1993-07-091-109/+117
| | | | | | | | | 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.
* entered into RCSRichard M. Stallman1993-07-091-0/+1
|
* Initial revisionRichard M. Stallman1993-07-091-0/+589
|
* (byte-compile-file-form-defmumble): Undo previous change.Richard M. Stallman1993-07-091-2/+1
| | | | It turns out the second arg was put in by mistake in the first place.
* (byte-compile-setq-default):Richard M. Stallman1993-07-091-10/+10
| | | | | | 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.
* (mouse-menu-bar-buffers):Richard M. Stallman1993-07-091-1/+1
| | | | Don't lose if all buffer names are short.
* (compilation-error-regexp-alist): Broaden ``Line N of "FILE": msg'' regexpRoland McGrath1993-07-081-2/+6
| | | | to also match Ultrix f77: ``Error on line N of FILE: msg''.
* (kill-ring-save): Call deactivate-mark regardless of transient-mark-mode.Roland McGrath1993-07-081-1/+1
|
* (ispell): Call deactivate-mark instead of setting mark-active directly. DoRoland McGrath1993-07-081-5/+2
| | | | this regardless of transient-mark-mode.
* (deactivate-mark): New function.Roland McGrath1993-07-081-9/+12
| | | | (kill-ring-save, pop-mark, keyboard-quit): Call it.
* (isearch-done): Call deactivate-mark instead of setting mark-activeRoland McGrath1993-07-081-3/+2
| | | | directly. Do this regardless of transient-mark-mode.
* Put error-conditions and error-message properties on 'mark-inactive.Roland McGrath1993-07-081-1/+4
| | | | (mark): Signal 'mark-inactive instead of using error with a message.
* (mail-abbrev-end-of-buffer): Fix interactive spec to "P", same asRoland McGrath1993-07-081-1/+1
| | | | end-of-buffer.
* Initial revisionRichard M. Stallman1993-07-081-0/+3316
|
* (basic-save-buffer): Use after-save-hook.Richard M. Stallman1993-07-081-1/+1
|
* Add (provide 'hanoi).Roland McGrath1993-07-081-1/+3
|
* (file-relative-name): If we use default-directory,Richard M. Stallman1993-07-081-3/+2
| | | | call expand-file-name anyway.
* (texinfo-update-node): Bind auto-fill-hook as well as auto-fill-function.Richard M. Stallman1993-07-071-2/+6
| | | | (texinfo-sequential-node-update): Likewise.
* Fix typo re `texinfo-sequential-node-update.'Richard M. Stallman1993-07-071-455/+757
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* (basic-save-buffer): Invoke after-save-buffer-hook, not after-save-hook.Roland McGrath1993-07-071-1/+1
|
* (update-file-autoloads): Correctly do nothing when there are no cookies.Roland McGrath1993-07-071-11/+17
|
* (mouse-menu-choose-yank): Change menu title to "Choose Next Yank".Roland McGrath1993-07-071-2/+2
|
* (vc-rcs-status): Remove unused var `status'.Paul Eggert1993-07-071-7/+5
|
* (mail-rfc822-time-zone, mail-rfc822-date): New fns.Richard M. Stallman1993-07-071-0/+15
|
* (mail-do-fcc): Use RFC 822 style date in Resent-Date: line.Richard M. Stallman1993-07-071-10/+3
| | | | Use new `mail-rfc822-time-zone' function to simplify pinhead generation.
* (rmail-resend): Use RFC 822 style date in Resent-Date: line.Richard M. Stallman1993-07-071-1/+1
|
* (cd-absolute): Use abbreviate-file-name on expansion of DIR.Roland McGrath1993-07-071-1/+1
|
* Add (provide 'gud).Roland McGrath1993-07-071-0/+2
|
* (basic-save-buffer): Invoke after-save-hook, not after-save-hooks.Roland McGrath1993-07-071-1/+1
|
* (display-time-file-nonempty-p): Use file-chase-links.Roland McGrath1993-07-071-4/+2
|
* (byte-compile-setq-default): Handle multiple pairs args like setq (asRoland McGrath1993-07-071-3/+9
| | | | the setq-default subr does).
* Doc fix.Roland McGrath1993-07-071-1/+1
|
* (rmail-variables): Compare truename as well as given nameRichard M. Stallman1993-07-061-1/+2
| | | | against rmail-file-name.
* (Man-mode-line-format): Add a space after global-mode-string.Richard M. Stallman1993-07-061-1/+1
|
* * man.el (Man-build-man-command): Don't leave a pipe symbol at theJim Blandy1993-07-061-44/+25
| | | | | | | | | | | | | end of the command list if Man-filter-list is nil. (Man-default-man-args): Don't write out assq and mapconcat. (Man-default-man-entry): Don't default to section 2 for C-mode. Call Man-default-man-args, and let people use Man-auto-section-alist if this is what they want. (manual-entry): Call Man-translate-references, instead of writing it out. (Man-getpage-in-background): Don't apply Man-default-man-args here; manual-entry has already run it, and Man-follow-manual-reference provides the sections itself.
* * vc.el (vc-start-entry): Don't call file-name-nondirectory onJim Blandy1993-07-061-1/+1
| | | | | | FILE before passing it to vc-mode-line. Everyplace else passes vc-mode-line full filenames, and vc-mode-line now needs the real file name to decide which version-control system the file is under.
* * map-ynp.el (map-y-or-n-p): If we get a switch-frame-event,Jim Blandy1993-07-051-95/+107
| | | | save it until we're done asking questions, and then unread it.
* * subr.el (posn-point): Properly extract the BUFFER-POSITION fieldJim Blandy1993-07-051-1/+3
| | | | | of an event when read-key-sequence has placed it in a singleton list.
* (vc-name): Moved from vc.el; vc-rcs-status now uses it.Paul Eggert1993-07-051-93/+49
| | | | | | | | | | | | (vc-name, vc-backend-deduce): Set both vc-name and vc-backend properties, to avoid calling vc-registered unnecessarily when the other property is needed. (vc-rcs-status): Yield only status of locks; do not try to yield " REV" if there are no locks, since this cannot be done easily if there are branches. Use vc-name instead of duplicating its function incorrectly. Fix off-by-one bug when inserting master header pieces. Read headers 8192 bytes at a time instead of 100. Don't bother to expand-file-name. (vc-rcs-glean-field): Removed.
* (vc-name): Move to vc-hooks.el.Paul Eggert1993-07-051-7/+0
|