summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (define-key-after): Fix typo in previous change.Richard M. Stallman1993-07-201-1/+1
|
* (outline-mode-map): Delete spurious `outline-'Richard M. Stallman1993-07-201-9/+9
| | | | from show and hide command names in menu.
* (ange-ftp-completion-hook-function): New function.Richard M. Stallman1993-07-201-0/+10
|
* (file-name-handler-alist): Have two separate regexps with different hooks.Richard M. Stallman1993-07-201-5/+12
|
* (show-paren-face): New variable.Richard M. Stallman1993-07-201-2/+6
| | | | | (show-paren-command-hook): Use it. Call set-face-background properly.
* (reposition-window): Don't forward-char if eobp.Richard M. Stallman1993-07-201-1/+2
|
* (normal-top-level): Call abbreviate-file-name again after calling command-line.Richard M. Stallman1993-07-201-0/+2
|
* (rmail-edit-map): Inherit properly from text-mode-map;Richard M. Stallman1993-07-201-1/+2
| | | | use the whole thing, not its cdr.
* (Man-getpage-in-background): Copy process-environmentRichard M. Stallman1993-07-201-1/+1
| | | | so we only alter the copy.
* (mh-read-msg-list): Add space to message-number regexp.Richard M. Stallman1993-07-201-2/+2
|
* (gnus-emacs-version): New variable.Richard M. Stallman1993-07-201-31/+34
| | | | | | (gnus-version): Updated to 4.1. (gnus-newsrc-to-gnus-format): Use different regexp in 18 and 19. (gnus-group-startup-message): Use gnus-emacs-version.
* (gnus-current-time-zone): Fix typo.Richard M. Stallman1993-07-201-1/+3
| | | | (gnus-inews-organization): Fix zero length string operation bug.
* entered into RCSRichard M. Stallman1993-07-201-0/+123
|
* (vc-rcs-status): Use "-", not " ", to separate locks, so that the RCSPaul Eggert1993-07-201-3/+3
| | | | minor mode doesn't contain internal spaces.
* (dired-unmark-all-files-no-query): New command.Richard M. Stallman1993-07-201-4/+9
| | | | | (dired-mode-map): Use that for the Unmark All item. Fix typo that made the Flag Backup Files item not show up.
* (while): Comment out converter.Richard M. Stallman1993-07-191-13/+13
|
* (hebrew-holidays): Split into 4 sub-variables.Richard M. Stallman1993-07-191-8/+21
|
* (mouse-menu-bar-buffers): Add Frames pane if there are multiple panes.Roland McGrath1993-07-191-56/+76
|
* (vc-rcs-status): Omit "LOCKER:" if you are the locker.Paul Eggert1993-07-191-4/+9
|
* (vc-comment-to-change-log): Copy interactive spec fromRoland McGrath1993-07-191-7/+7
| | | | | | add-change-log-entry-other-window. Call add-change-log-entry instead of add-change-log-entry-other-window; pass it t for OTHER-WINDOW and NEW-ENTRY args. Go to bol before filling.
* (prompt-for-change-log-name): Autoload this (for vc-comment-to-change-log).Roland McGrath1993-07-191-3/+27
| | | | | | | | | | | | | (add-change-log-entry): Take optional fourth arg NEW-ENTRY. If non-nil, never append to an existing entry. (change-log-fill-paragraph): New function. It might be nice to have a general feature to replace this. The idea I have is a variable giving a regexp matching text which should not be moved from bol by filling. change-log-mode would set this to "^\\s *\\s(". But I don't feel up to implementing that today. (change-log-mode-map): New defvar for keymap. Bind M-q to change-log-fill-paragraph in it. (change-log-mode): Use that as local map.
* (vc-comment-to-change-log): Canonicalize following whitespace afterRoland McGrath1993-07-191-6/+8
| | | | | filling, not before. Set END to point at end of indentation. Skip whitespace chars up to END before skipping back to delete.
* (vc-comment-to-change-log): Complete rewrite. Do not useRoland McGrath1993-07-181-8/+39
| | | | | vc-update-change-log. Instead, snarf last comment from vc-comment-ring and insert it with add-change-log-entry-other-window.
* (add-log-current-defun-function): New defvar.Roland McGrath1993-07-181-4/+12
| | | | | | (add-change-log-entry): Call its value if non-nil instead of add-log-current-defun. (add-change-log-entry-other-window): Doc fix.
* (compilation-error-list): An elt's cdr's car is again a cons (DIRECTORY .Roland McGrath1993-07-181-32/+41
| | | | | | | | | | | | FILE) if it's not a marker. The conversion to using a string containing an expanded file name was never finished, and anyway it utterly broke compilation-search-path and few other things. (next-error): Expect them that way. (compilation-parse-errors): Make them that way. (compile-file-of-error): Function removed. (compilation-error-filedata, compilation-error-filedata-file-name): New defsubsts. (compilation-next-file): Use them instead of compile-file-of-error.
* (update-file-autoloads): Go to the beginning of FILE before searching itRoland McGrath1993-07-181-1/+4
| | | | for generate-autoload-cookie.
* (cookie, cookie-insert, cookie-snarf, shuffle-vector): Autoload these.Roland McGrath1993-07-181-0/+4
|
* * makeinfo.el: Don't (require 'texinfmt) - that file doesn't existJim Blandy1993-07-181-1/+0
| | | | any more; all its functions have been moved into other files.
* * files.el (insert-directory): Doc fix.Jim Blandy1993-07-181-13/+7
| | | | | | | * files.el (insert-directory): If FULL-DIRECTORY-P is non-nil, add "." component to the end of the path, so that if file is a symlink, we get the contents of the directory, not the symlink itself.
* * term/x-win.el: Include (invocation-name) in the error messagesJim Blandy1993-07-181-10/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | which might occur during startup. * term/x-win.el: Make the `-rn NAME' option specify a resource name, as documented, and not a resource database string. Make `-name NAME' act like `-rn NAME' and also set the name of the initial frame. (command-switch-alist): Process the `-rn' and `-name' options using the x-handle-name-rn-switch function. (x-handle-name-rn-switch): New function, which sets the x-resource-name variable. (opening connection): Make sure x-resource-name is valid. If it's not a string, set it to (invocation-name), with any periods or asterisks changed to hyphens. * term/x-win.el: Make the `-xrm STRING' option specify a resource database string. `-rn' used to behave this way. (command-switch-alist): Process the `-xrm' switch using x-handle-xrm-switch. (x-handle-xrm-switch): Renamed from x-handle-rn-switch; this function does the right thing for `-xrm', not for `-rn'. * term/x-win.el: Recognize affirmative values for reverseVideo properly. Include "on" in the list of recognized values.
* * shell.el (shell-process-pushd): Fix syntax error inJim Blandy1993-07-181-3/+8
| | | | | | | condition-case. * shell.el (shell-prompt-pattern): Don't match more than one line. Doc fix.
* * hippie-exp.el: Renamed from hippie.el.Jim Blandy1993-07-181-78/+249
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes from Anders Holst, to bring hippie-expand up to version 1.2: * hippie-exp.el (hippie-expand-max-buffers): New variable. (try-expand-line-all-buffers, try-expand-list-all-buffers, try-expand-dabbrev-all-buffers): Use it. (try-expand-list, try-expand-list-all-buffers): New functions. (he-string-beg, he-string-end, he-search-loc): These values are now markers, not integers. Uses changed. (he-reset-string, he-substitute-string): Use a marker to preserve the old position of point. (try-expand-all-abbrevs): handle case the same way as the usual expand-abbrev (which is not a very good way, but for consistency...). (he-dabbrev-beg): Use `skip-syntax' instead of `skip-chars', to adjust its behavior to different modes. (hippie-expand): Don't messages which try function it is using, when the expansion itself is done in the minibuffer (it was very annoying to have the message obscuring the expansion). (try-complete-file-name, try-complete-file-name-partially, try-complete-lisp-symbol, try-complete-lisp-symbol-partially, try-expand-line, try-expand-line-all-buffers, try-expand-all-abbrevs, try-expand-dabbrev, try-expand-dabbrev-all-buffers): No unnecessary "resetting" of the epansion, when no expansion is done (caused the buffer to be marked as changed, although nothing was done, among other things). (he-reset-string): Undoing of last expansion at a later occasion, now undoes correctly (before, it garbled things up). (make-hippie-expand-function): now uses "(function ...)" instead of "'" (matters for compilation). (try-expand-line, try-expand-line-all-buffers, he-line-search-regexp): uses `comint-prompt-regexp' instead of `shell-prompt-pattern', to strip off prompt in process buffers.
* * bytecomp.el (byte-compile-from-buffer): Bind float-output-formatJim Blandy1993-07-181-1/+1
| | | | | to "%.20e", not "%20e"; the latter is always ignored, since it doesn't have a decimal point after the percent sign.
* * ange-ftp.el: Install the correct regexp inJim Blandy1993-07-181-2/+2
| | | | file-name-handler-alist.
* Enable the hook only if window-system.Richard M. Stallman1993-07-181-44/+71
| | | | | | | Clear blink-paren-function at the same time. (show-paren-command-hook): If after a closeparen, highlight that closeparen as well as matching open. Use a different color for a mismatch, if color screen.
* (face-equal): Don't mess with face-background-pixmap.Richard M. Stallman1993-07-181-2/+3
|
* Rewritten by Vromans to use text properties.Richard M. Stallman1993-07-171-319/+650
|
* (tar-extract): Use view-exit-action to kill viewed buf.Richard M. Stallman1993-07-171-4/+5
|
* Doc fixes; some args renamed.Richard M. Stallman1993-07-171-23/+25
|
* (gnus-info-nodes): Update node names.Richard M. Stallman1993-07-171-3/+3
|
* entered into RCSRichard M. Stallman1993-07-171-1/+1
|
* (texinfo-mode): Undo changes mistakenly added withRichard M. Stallman1993-07-171-2/+2
| | | | previous batch: texinfo-{start,end}-of-header are now tex-...
* (revert-buffer): Make menu-enable form more accurateRichard M. Stallman1993-07-171-4/+7
| | | | | | using revert-buffer-function and verify-visited-file-modtime. (menu-bar-help-menu): Put back under global-map. (menu-bar-final-items): Set it.
* (mh-yank-hooks): Use (mark t).Richard M. Stallman1993-07-171-3/+3
| | | | (mh-new-draft-name): Likewise.
* (comint-{next,prev}-prompt, comint-send-eof): New functions.Roland McGrath1993-07-161-0/+25
| | | | | (comint-mode-map): Bind C-c C-n, C-c C-p, and C-c C-d to those. Bind C-c C-y to comint-previous-input, for compatibility with v18 shell.el.
* (ad-start-advice-on-load): Initialize to t.Roland McGrath1993-07-161-1/+1
|
* Initial revisionRoland McGrath1993-07-161-0/+4329
|
* (rmail-mail-new-frame): New variable.Richard M. Stallman1993-07-161-5/+17
| | | | | | (rmail-start-mail): New function. (rmail-mail, rmail-continue, rmail-reply, rmail-forward) (rmail-retry-failure): Use rmail-start-mail.
* (mail-bury): If selected frame is dedicated,Richard M. Stallman1993-07-161-7/+10
| | | | and there are other visible frames, delete this frame.
* (ispell-menu-map): Add missing quote in defalias.Richard M. Stallman1993-07-151-2/+2
| | | | (ispell-window-configuration): Initialize to nil.