summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (vc-revert-buffer1): Don't assume that compilation-error-listRichard M. Stallman1993-05-141-1/+1
| | | | is a list; it might be t.
* (emerge-find-difference-diff): Renamed from emerge-find-difference.Richard M. Stallman1993-05-131-11/+20
| | | | | | (emerge-find-difference): New command. Now on `.'. (emerge-diff-ok-lines-regexp): Renamed from emerge-diff-ok-lines. (emerge-diff3-ok-lines-regexp): Renamed from emerge-diff3-ok-lines.
* (emerge-setup-fixed-keymaps): Put emerge-abort on C-].Richard M. Stallman1993-05-131-0/+1
|
* (emerge-count-matches-string): Renamed from count-matches-string.Richard M. Stallman1993-05-131-356/+364
| | | | | | | | | | | | | | | | | (emerge-command-prefix): Now C-c C-c. emerge-shadow-key-definition): Deleted. Callers use substitute-key-definition. (emerge-recursively-substitute-key-definition): Deleted. Callers use substitute-key-definition. (emerge-unselect-hook): Renamed from emerge-unselect-hooks. (emerge-files-internal): Use file-local-copy to handle remote files. (emerge-files-with-ancestor-internal): Likewise. (emerge-remote-file-p): Deleted. (emerge-abort): New command. (describe-mode): Deleted. (emerge-hash-string-into-string): Renamed from hash-string-into-string. (emerge-unslashify-name): Renamed from unslashify-name. (emerge-write-and-delete): Don't write-file if file-out is nil.
* Install DRW's version 5.Richard M. Stallman1993-05-131-766/+761
|
* (vc-version-diff): Don't move point in current buffer.Richard M. Stallman1993-05-131-9/+3
|
* (tags-table-including): Take new third arg CORE-ONLY. If non-nil,Roland McGrath1993-05-131-7/+19
| | | | | | ignore files without extant buffers. (visit-tags-table-buffer): Call tags-table-including first with CORE-ONLY set, and then afterwards with it clear.
* Provide 'menu-bar.Richard M. Stallman1993-05-131-0/+2
|
* (face-initialize): New function.Richard M. Stallman1993-05-131-38/+44
| | | | | | All initialization code moved into it. Call at end of file, if using X frames already. (x-create-frame-with-faces): Don't use faces if not initialized.
* Don't put frame-initialize and frame-notice-user-settings on hooks.Richard M. Stallman1993-05-131-2/+5
| | | | They are now called directly.
* (command-line): Call frame-initialize explicitly.Richard M. Stallman1993-05-131-0/+6
| | | | | Call face-initialize. (normal-top-level): Call frame-notice-user-settings explicitly.
* (Setting minor-mode-map-alist):Richard M. Stallman1993-05-132-7/+7
| | | | Put the map directly in the alist, not a variable name.
* (kbd-macro-query): Fix prompt string.Richard M. Stallman1993-05-121-1/+1
|
* (default-menubar): Make initial value nil.Richard M. Stallman1993-05-121-257/+4
| | | | | | | | | (kill-this-buffer, x-new-frame) (sensitize-file-and-edit-menus-hook, format-buffers-menu-line) (buffers-menu-max-size, complex-buffers-menu-p) (buffers-menu-switch-to-buffer-function, buffer-menu-save-buffer) (buffer-menu-write-file, build-buffers-menu-internal) (build-buffers-menu-hook): Functions and variables deleted.
* Improve doc strings and prompt strings.Richard M. Stallman1993-05-121-33/+35
| | | | (vc-cancel-version): Ask whether to revert buffer.
* (comint-filter): Increment opoint only if after insertion point.Richard M. Stallman1993-05-121-1/+2
|
* (te-pass-through): Handle meta chars and non-char events.Richard M. Stallman1993-05-121-33/+43
| | | | | | | | | | | | | | | | | | (terminal-map, etc.): Use default bindings, not fillarray. Make the maps sparse. (terminal-meta-map): New map; lets us make ESC a prefix key. (terminal-map): Bind ESC to terminal-meta-map. (te-more-break-unread): Handle non-char as last-input-char. (te-filter): Delete code that worked with meta-flag. (terminal-emulator): Don't look at meta-flag. (terminal-mode): Don't make meta-flag local. (te-stty-string): Quote the args that have ^. Add pass8. Changes that esr made in the previous version but didn't describe in detail: Some defvars moved. Defvars added for many variables. (te-stty-string): Specify the characters explicitly--not `stty dec'.
* (vc-diff): Report an error if the buffer isn't registered.Richard M. Stallman1993-05-111-7/+21
| | | | | | | | | | (vc-registration-error): New function. (vc-next-action, vc-diff, vc-print-log, vc-backend-diff): Use it to make VC's error messages more uniform. (vc-directory, vc-revert-buffer1): Quote lambdas with (function ...) for Emacs 18. (compilation-old-error-list): Set if undefined, for Emacs 18.
* Re-arranged stuff to put defsubst accessors at the topJim Blandy1993-05-111-71/+84
|
* (buffer-menu): Don't save a window config.Richard M. Stallman1993-05-101-20/+22
| | | | | (Buffer-menu-select): Don't call Buffer-menu-execute. Don't restore a window config.
* (byte-recompile-directory): If ARG is non-nil, set it to its prefixRoland McGrath1993-05-101-2/+4
| | | | numeric value. Test for ARG being zero with eq, not zerop.
* * x-win.el: Since we require faces.el, there's no point in settingJim Blandy1993-05-091-3/+3
| | | | | | | | frame-creation-function to x-create-frame - just set it directly to x-create-frame-with-faces. * x-win.el: (require 'faces), too. Move (require 'select) to top, with the other requires.
* (rmail-output): Undo June 11 1992 change:Richard M. Stallman1993-05-091-1/+1
| | | | Don't try to use Date field in the From.
* * finder.el: Bind finder-exit to 'q', not 'x'; the former is theJim Blandy1993-05-091-3/+4
| | | | | | conventional way to get out of such a package. (finder-summary): Use substitute-command-keys. (finder-mode): Use \\<...> to make sure we get the right keymap.
* * faces.el: Call internal-set-face-1, not internat-set-face-1.Jim Blandy1993-05-091-10/+11
| | | | | | | | | | * faces.el: Don't set frame-creation-function here; x-win.el is the appropriate place to set it. * faces.el: Only apply x-initialize-frame-faces to X frames; pass over terminal frames. * faces.el: Provide 'faces.
* * faces.el (read-face-name): Call face-list, not list-faces.Jim Blandy1993-05-091-119/+120
| | | | | | | | | | | | | | | | | | Fail more gracefully if we can't build bold, italic, etc, versions of the default font. * faces.el (make-face-bold, make-face-italic, make-face-bold-italic, make-face-unbold, make-face-unitalic): Implement NOERROR argument. (x-initialize-frame-faces): Use the NOERROR argument to the font manipulation functions to avoid errors while starting up. Remove initialization of isearch font. * xfaces.c (internal-x-complain-about-font): Add new frame argument, so we can check the frame parameters to find the default font. Callers changed. * faces.el (x-create-frame-with-faces): Fix typo. Dyke out code to fully qualify the modeline font; we may not be able to do that correctly.
* (dabbrev-expand): Delete a search-forward callRichard M. Stallman1993-05-091-1/+3
| | | | after the second replace-match.
* (find-change-log): If there is a buffer-local value ofRoland McGrath1993-05-091-25/+31
| | | | | change-log-default-name, just return it with no searching. Previously a if it was set to a nonexistent file name, we would loop forever.
* (query-replace-map): Bind [escape] like "\e".Richard M. Stallman1993-05-091-0/+1
|
* Doc fix.Richard M. Stallman1993-05-091-6/+7
|
* (kbd-macro-query): Use query-replace-map to define answers.Richard M. Stallman1993-05-091-11/+33
|
* (vc-backend-diff): Handle either string or list.Richard M. Stallman1993-05-091-1/+3
|
* (diff-switches): Define var here as well as in diff.el.Richard M. Stallman1993-05-091-0/+4
|
* Comment fix.Richard M. Stallman1993-05-091-0/+1
|
* (mail-do-fcc): Don't output a newline before From...Richard M. Stallman1993-05-091-1/+1
|
* (rmail-convert-to-babyl-format): Delete 1 charRichard M. Stallman1993-05-091-3/+5
| | | | if we see a newline instead of what we expect.
* (jump-to-register): Allow file name "in" a register.Richard M. Stallman1993-05-091-2/+8
|
* (scroll-bar-drag, scroll-bar-drag-1): New functions.Richard M. Stallman1993-05-081-3/+31
| | | | | Put scroll-bar-drag on down-mouse-2 in scroll bar. Leave up-events on mouse-2 unbound.
* Require help-macro, not help-screen.Richard M. Stallman1993-05-081-2/+2
|
* Provide help-macro, not help-screen.Richard M. Stallman1993-05-081-1/+1
|
* Don't add menu bar to minibuffer-only frames.Richard M. Stallman1993-05-081-1/+3
|
* (vc-directory-18): cd to the directory in question before the file tree walk.Richard M. Stallman1993-05-081-1/+2
|
* (vc-directory-18): New function.Richard M. Stallman1993-05-081-1/+32
| | | | If Emacs 18, make vc-directory alias to this.
* (calendar-mode-map): Add arrow key bindings.Richard M. Stallman1993-05-071-0/+4
|
* (rmail-resend): Add `resent' attribute.Richard M. Stallman1993-05-071-35/+40
| | | | (rmail-forward): With prefix arg, run rmail-resend.
* (flush-lines, keep-lines, how-many):Richard M. Stallman1993-05-061-3/+3
| | | | Delete spurious `s' from prompt arg to read-from-minibuffer.
* (comint-filter): New function.Richard M. Stallman1993-05-061-1/+39
| | | | (comint-exec): Install the filter.
* (previous-matching-history-element): If minibuf is empty,Richard M. Stallman1993-05-061-14/+24
| | | | | use the last regexp specified a the default. (next-matching-history-element): Likewise.
* (comint-previous-matching-input): Use let* in the interactive.Richard M. Stallman1993-05-061-8/+8
|
* (comint-previous-matching-input): New command, on M-r.Richard M. Stallman1993-05-061-79/+118
| | | | | | | | | (comint-next-matching-input): New command, on M-s. (comint-previous-similar-input): Commented out. (comint-next-similar-input): Likewise. (comint-previous-input-matching): Deleted. (comint-last-input-match): Var commented out. (comint-mode): Don't make comint-last-input-match local.