summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Gerd Moellmann2000-09-301-0/+2
|
* (auto-mode-alist): Add pattern for `#*mail*...'.Gerd Moellmann2000-09-301-1/+2
|
* (authors-obsolete-file-p): New function.Gerd Moellmann2000-09-302-6/+34
| | | | | (authors-obsolete-files-regexps): New variable. (authors-add): Don't record changes in obsolete files.
* (dired-map-over-marks): Use modern backquotes and docstring.Stefan Monnier2000-09-291-59/+58
|
* *** empty log message ***Stefan Monnier2000-09-291-0/+8
|
* (auto-insert-mode): Use define-minor-mode.Stefan Monnier2000-09-291-25/+5
|
* *** empty log message ***Gerd Moellmann2000-09-292-0/+12
|
* (gnus-mode-line-buffer-identification)[EMACS]: FixGerd Moellmann2000-09-291-3/+3
| | | | last change.
* (smiley-update-cache): Use `:ascent center'.Gerd Moellmann2000-09-292-1/+8
|
* (gnus-mode-line-buffer-identification)[EMACS]: UseGerd Moellmann2000-09-291-2/+2
| | | | `:ascent center'.
* (startup-echo-area-message): New function.Gerd Moellmann2000-09-291-28/+95
| | | | | | | | (display-startup-echo-area-message): Use it. (fancy-splash-screens): Rewritten to use keymaps and a timer. (fancy-splash-default-action): New function. (fancy-splash-screens-1): New function. (fancy-splash-head): Put a help-echo and a keymap under the image.
* (comment-indent-function): Use 0 for ;;; and %%%.Stefan Monnier2000-09-291-5/+16
| | | | | (comment-indent): Make sure there's a space between code and comment. Shift comments left to avoid going past fill-column.
* *** empty log message ***Stefan Monnier2000-09-291-0/+10
|
* (diff-add-log-file-name): Remove.Stefan Monnier2000-09-291-9/+4
| | | | (diff-mode): Use add-log-buffer-file-name-function.
* (find-change-log): New arg BUFFER-FILE.Stefan Monnier2000-09-291-29/+40
| | | | | | (add-log-file-name): Obey add-log-file-name-function. (add-log-buffer-file-name-function): New var. (add-change-log-entry): Use it.
* Tweak whitespaceMiles Bader2000-09-291-2/+2
|
* (authors-print): Rephrase many-files string.Miles Bader2000-09-291-1/+1
|
* (image-file-name-extensions): New variable.Miles Bader2000-09-292-55/+94
| | | | | | | | | | | | (image-file-name-regexps): Renamed from `image-file-regexps'. New default value is nil. Call `auto-image-file-mode'. (image-file-name-regexp): New function. (auto-image-file-mode): New minor mode. (insert-image-file): Don't make conditional on the image-file handler being enabled. (image-file-handler): Make the call here conditional instead. (set-image-file-handler-enabled, enable-image-file-handler) (disable-image-file-handler): Functions removed.
* *** empty log message ***Gerd Moellmann2000-09-291-0/+7
|
* (latex-outline-regexp): Don't use `list*';Gerd Moellmann2000-09-291-3/+4
| | | | | | it's a function from CL. (latex-imenu-create-index): Replace eval-when-compile with progn because latex-section-alist is not bound while compiling.
* (outline-minor-mode): Use define-minor-mode.Stefan Monnier2000-09-292-57/+108
| | | | (outline-mode): Use define-derived-mode.
* (perl-mode): Don't gratuitously override the default for comment-column.Stefan Monnier2000-09-291-2/+0
|
* (awk-mode): Don't gratuitously override the default for comment-column.Stefan Monnier2000-09-291-2/+0
|
* (asm-mode): Don't gratuitously override the default for comment-column.Stefan Monnier2000-09-291-2/+0
|
* (lisp-complete-symbol):Stefan Monnier2000-09-291-12/+31
| | | | | | Distinguish the let-binding case from the funcall case. (forward-sexp-function): New variable. (forward-sexp): Use it.
* (easy-mmode-define-keymap): Autoload.Stefan Monnier2000-09-291-5/+4
| | | | (easy-mmode-defmap): Remove the now useless autoload.
* (display-time-mode): Use define-minor-mode.Stefan Monnier2000-09-291-51/+30
|
* (add-minor-mode): Don't eval NAME.Stefan Monnier2000-09-291-50/+49
| | | | | Don't depend on the presence of TOGGLE-FUN for any special behavior. Use if rather than cond.
* (read-expression-map): Define more properly.Stefan Monnier2000-09-291-11/+9
| | | | | (comment-indent-hook): Remove. (string-to-syntax): Bug fix.
* (cvs-ediff-exit-hook): Kill buffer before window.Stefan Monnier2000-09-291-16/+14
| | | | | (cvs-ediff-diff): Fix typo. (cvs-revert-if-needed): Don't bother preserving read-only.
* (show-paren-mode): Use define-minor-mode.Stefan Monnier2000-09-291-26/+5
|
* (auto-compression-mode): Use define-minor-mode.Stefan Monnier2000-09-291-56/+10
| | | | | (toggle-auto-compression): Remove. (jka-compr-build-file-regexp): Remove useless grouping.
* (isearch-text-char-description): Pointless rewrite.Stefan Monnier2000-09-291-3/+4
|
* (diff-mode-map, diff-minor-mode-prefix):Stefan Monnier2000-09-291-16/+13
| | | | | | Avoid user-reserved bindings. (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook). (diff-header-face): Revert to grey85.
* (cvs-status-entry-leader-re): Minor fix.Stefan Monnier2000-09-291-2/+6
|
* (partial-completion-mode) <defcustom>: Remove.Stefan Monnier2000-09-291-80/+52
| | | | | | | | (partial-completion-mode): Use define-minor-mode. (PC-do-completion): Understand `completion-auto-help = delay' to mean to popup the completion buffer only the second time. (PC-include-file-all-completions, PC-include-file-all-completions) (PC-include-file-all-completions): Don't quote lambda.
* (comint-mode-hook): Docstring fix.Stefan Monnier2000-09-291-32/+20
| | | | | | | | (comint-mode): Use define-derived-mode. (comint-mode-map): Remove obsolete comment. (make-comint): Minor stylistic change. (comint-insert-clicked-input): Be more careful to find the overlay. Use this-command-keys rather than hardcoding mouse-2.
* Replace confusing (,@ with ,Stefan Monnier2000-09-291-125/+79
| | | | | | | (tex-font-lock-keywords-1, tex-font-lock-keywords-2): Don't use regexp-opt-depth. Spice up the regexp for args. Don't distinguish between cmds that can take an opt arg or not. Use `append' and `prepend' rather than `keep'.
* (latex-imenu-indent-string): Add a space.Stefan Monnier2000-09-291-152/+134
| | | | | | | | | | | | | | | | | | | | | | | (latex-outline-regexp): New var. (latex-outline-level): New fun. (latex-section-alist): New var. (latex-imenu-create-index): Use it. Use `push' as well. (tex-shell-map): Initialize it properly. (tex-mode): Minor stylistic change. (plain-tex-mode): Use define-derived-mode. (latex-mode): Use define-derived-mode. Construct the paragraph regexps in a more readable way. Set the buffer-local outline-{level,regexp} vars. (slitex-mode): Derive from latex-mode. (tex-common-initialization): Don't kill-all-vars anymore. Add setting for comment-add and font-lock-defaults. (tex-start-shell): Use with-current-buffer and don't re-init keymap. (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'. (tex-start-tex): New arg DIR (and send a chdir command for it). Also display the shell buffer and save it in tex-last-buffer-texed. (tex-region): Use expand-file-name rather than concat. Remove code made useless by changes in tex-start-tex. (tex-file): Use tex-main-file and adapt to new tex-start-tex.
* (map-y-or-n-p): Fix missing backquotes.Stefan Monnier2000-09-291-5/+5
|
* *** empty log message ***Dave Love2000-09-281-0/+4
|
* (gnus-mode-line-buffer-identification) [Emacs]: ChangeGerd Moellmann2000-09-282-2/+8
| | | | | image's :ascent to 80. That gives a mode-line which is approx. as tall as the normal one.
* *** empty log message ***Gerd Moellmann2000-09-281-1/+6
|
* (authors-add): Use `nconc' instead ofGerd Moellmann2000-09-281-1/+1
| | | | `append'.
* *** empty log message ***Stefan Monnier2000-09-281-13/+20
|
* (Info-extract-pointer): Undo last change.Stefan Monnier2000-09-281-5/+3
| | | | Instead, fix the position of the `bound' arg to re-search-backward.
* (eshell) <defgroup>: Add :version.Dave Love2000-09-281-0/+1
|
* (Info-extract-pointer):Stefan Monnier2000-09-271-11/+12
| | | | | Widen more carefully, to avoid finding pointers in other nodes. (Info-index): Use push.
* *** empty log message ***Gerd Moellmann2000-09-271-0/+7
|
* (set-frame-font): Remove call to obsolete functionGerd Moellmann2000-09-271-6/+2
| | | | | | frame-update-faces. (set-foreground-color, set-background-color): Likewise for frame-update-face-colors.