summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (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.
* (vc-rcs-status): Make work buffer's name start w/ space.Richard M. Stallman1993-07-151-1/+1
|
* (completion-setup-function): Insert the mouse help messageRichard M. Stallman1993-07-151-2/+3
| | | | only if non-nil `window-system'.
* (help-menu-bar-map): Put the Help item in this map.Richard M. Stallman1993-07-151-1/+3
|
* (dired-mode-map): Add menu bar items.Richard M. Stallman1993-07-151-0/+127
|
* * assoc.el (asort): First argument should be named alist-symbol,Jim Blandy1993-07-151-1/+1
| | | | not assoc-symbol.
* (server-done): Let save-buffer make the backup,Richard M. Stallman1993-07-151-5/+9
| | | | so that make-backup-files remains effective.
* (isearch-edit-string): Bind isearch-nonincremental to its own value, not toRoland McGrath1993-07-151-2/+2
| | | | nil.
* (compilation-parse-errors): After skipping two lines, move one char back soRoland McGrath1993-07-151-1/+6
| | | | point before the newline.
* (gud-debugger-startup): Replaced with gud-massage-args.Roland McGrath1993-07-151-75/+78
| | | | | | | | | | | | | (gud-{gdb,sdb,xdb}-debugger-startup): Replaced with gud-*-massage-args. (gdb, sdb, xdb): Argument is command line, not args for it. Remove debugger name from prompt and put it in the default input instead. Overload gud-massage-args instead of gud-debugger-startup. (gud-chop-words): New function; subr for gud-common-init. (gud-common-init): Argument is command line, not args for it. Rewritten to use gud-chop-words instead of temp buffer and kludge involving read. Find the program name as the first word of the command line. Use make-comint and gud-massage-args in place of gud-debugger-startup. Expand the file name before passing it to gud-massage-args.
* (snarf-spooks): Restore function.Roland McGrath1993-07-141-9/+16
|
* (cookie-cache): New defvar.Roland McGrath1993-07-141-17/+28
| | | | | (cookie-snarf): Cache cookies in `cookie-cache', not in obarray (idiot). Also store the modtime and punt the cache when it changes.
* (generate-file-autoloads): Fix FILE truename hacking to substringRoland McGrath1993-07-141-7/+7
| | | | SOURCE-TRUENAME instead of FILE.
* * calendar.el (calendar-holidays): Don't autoload this; its valueJim Blandy1993-07-141-1/+0
| | | | must be set after the user's .emacs file is loaded.
* (copy-face): New arg NEW-FRAME.Richard M. Stallman1993-07-131-8/+56
| | | | (list-faces-display): New command.
* (completion-mode): New major mode.Richard M. Stallman1993-07-131-0/+30
| | | | | (completion-setup-function): New function. Add it to completion-setup-hook.
* (mouse-choose-completion): New function.Richard M. Stallman1993-07-131-0/+23
|