summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* *** empty log message ***Gerd Moellmann2000-09-271-0/+3
|
* (frame-notice-user-settings): Don't callGerd Moellmann2000-09-271-3/+1
| | | | frame-update-faces, which is a no-op now.
* *** empty log message ***Miles Bader2000-09-271-0/+4
|
* Initial checkin.Miles Bader2000-09-271-0/+152
|
* (adjust_glyph_matrix, enable_glyph_matrix_rows):Gerd Moellmann2000-09-271-1/+0
| | | | Add assertions.
* *** empty log message ***Gerd Moellmann2000-09-271-0/+5
|
* (ediff-control-frame-parameters): Add zeroGerd Moellmann2000-09-271-0/+1
| | | | tool-bar-lines.
* *** empty log message ***Dave Love2000-09-271-0/+4
|
* Fix last change.Dave Love2000-09-271-2/+2
|
* (tool-bar-help): Use `mouse-pixel-position'.Miles Bader2000-09-272-1/+5
|
* (quail-help): The output message is improved.Kenichi Handa2000-09-271-1/+1
|
* *** empty log message ***Kenichi Handa2000-09-271-0/+6
|
* (find-file-suppress-same-file-warnings): period in doc stringSam Steingold2000-09-261-3/+3
|
* *** empty log message ***Dave Love2000-09-261-0/+5
|
* (popup-menu): If POSITION is nil, set it usingDave Love2000-09-261-1/+4
| | | | mouse-position.