summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (texinfo-environments, texinfo-environment-regexp): Hoisted.Stefan Monnier2001-10-251-86/+77
| | | | | | | | | | | | | (texinfo-font-lock-keywords): Use `italic' and `bold' faces. Only highlight the menu name in menu items. Setup `@foo ... @end foo' as text clones. (texinfo-clone-environment): New function. (texinfo-mode): Simplify auto-fill-inhibit-regexp. (texinfo-insert-block): Simplify. (texinfo-insert-quote): Insert a plain " if preceded by \ or if the command is repeated. (texinfo-last-unended-begin, texinfo-next-unmatched-end): New funs. (texinfo-insert-@end): Simplify.
* (texinfo-section-types-regexp)Stefan Monnier2001-10-251-95/+95
| | | | | | | | (texinfo-section-level-regexp, texinfo-subsection-level-regexp) (texinfo-subsubsection-level-regexp) (texinfo-update-menu-same-level-regexps) (texinfo-update-menu-higher-regexps) (texinfo-update-menu-lower-regexps): Moved to eliminate warnings.
* (define-derived-mode): Use {delay,run}-mode-hooks.Stefan Monnier2001-10-251-3/+4
| | | | (derived-mode-p): Autoload.
* (delay-mode-hooks, delayed-mode-hooks, run-mode-hooks): New vars and functions.Stefan Monnier2001-10-251-0/+122
| | | | (text-clone-maintain, text-clone-create): New functions.
* *** empty log message ***Miles Bader2001-10-251-0/+4
|
* (facemenu-add-new-face): Fix variable names.Miles Bader2001-10-251-3/+3
|
* *** empty log message ***Richard M. Stallman2001-10-241-0/+13
|
* (facemenu-unlisted-faces): Improve doc stringsRichard M. Stallman2001-10-241-75/+98
| | | | | | | | | | | | | of t and nil values. (facemenu-set-face): Handle START and END interactively. (facemenu-set-foreground): Don't use a face; specify color directly. (facemenu-set-background): Likewise. (facemenu-set-face-from-menu): Doc fix. (facemenu-active-faces): Use face-attribute-vector to handle bare attributes not in faces. (facemenu-get-face): Don't handle face names fg:... and bg:... specially. (facemenu-add-new-face): New argument MENU. New way to handle adding colors to the color menus.
* (substitute-env-vars): Quote the arg to rx.Richard M. Stallman2001-10-241-3/+3
|
* *** empty log message ***Richard M. Stallman2001-10-241-0/+4
|
* (mouse-buffer-menu-mode-groups): Added "Version Control" group.Sam Steingold2001-10-242-62/+68
|
* *** empty log message ***Stefan Monnier2001-10-241-2/+7
|
* (c-beginning-of-member-init-list):Stefan Monnier2001-10-241-24/+23
| | | | | | Better handling of C++ template args to avoid confusion with `<' and `>' used as operators in member init expressions. From Martin Stjernholm <bug-cc-mode@gnu.org>.
* *** empty log message ***Gerd Moellmann2001-10-241-0/+6
|
* Adapt to change in perform-replace.Gerd Moellmann2001-10-242-3/+5
|
* (perform-replace): Move START and END parametersGerd Moellmann2001-10-241-8/+8
| | | | to the end of the argument list and make them optional.
* *** empty log message ***Gerd Moellmann2001-10-241-0/+6
|
* (x-must-resolve-font-name): NewGerd Moellmann2001-10-241-1/+23
| | | | | function. (x-complement-fontset-spec): Use it.
* (uniquify-get-proposed-name): Fix (.. "usr" "/usr" 0).Stefan Monnier2001-10-232-19/+18
|
* (compile-mouse-goto-error, compile-goto-error): Turn caadr into caar of cdr.Stefan Monnier2001-10-232-2/+7
|
* (Info-fontify-node): Bind doun-mouse-{1,2} insteadGerd Moellmann2001-10-232-2/+5
| | | | of mouse-{1,2} since dragging is on the down event.
* *** empty log message ***Gerd Moellmann2001-10-231-0/+2
|
* (make-doctor-variables): Remove a '($ please)'.Gerd Moellmann2001-10-231-1/+1
|
* (mh-recenter): Call `recenter' with arg tGerd Moellmann2001-10-232-1/+4
| | | | if ARG is nil.
* *** empty log message ***Gerd Moellmann2001-10-231-0/+6
|
* (desktop-last-buffer): New variable.Gerd Moellmann2001-10-231-1/+14
| | | | | (desktop-create-buffer): Set it. (desktop-read): Bind it and switch to that buffer.
* (compilation-set-window-height): SelectGerd Moellmann2001-10-222-1/+9
| | | | old window only if it's still live.
* Remove debugging code. From Stefan Monnier <monnier@cs.yale.edu>.Pavel Janík2001-10-222-2/+5
|
* *** empty log message ***Eli Zaretskii2001-10-221-0/+5
|
* (file-name-sans-extension, file-name-extension): Don'tEli Zaretskii2001-10-221-4/+8
| | | | count the leading dots in file names as signaling an extension.
* #André Spiegel2001-10-221-0/+4
|
* (vc-diff-switches): Doc rewritten.André Spiegel2001-10-221-3/+6
|
* *** empty log message ***Kim F. Storm2001-10-221-4/+4
|
* (tooltip-set-param): Doc fix.Eli Zaretskii2001-10-222-1/+3
|
* (sgml-mode-map): Bind 8-bit codes above 127 to sgml-maybe-name-self.Eli Zaretskii2001-10-222-16/+51
| | | | | | | (sgml-name-8bit-mode): Doc fix. (sgml-char-names-table): New variable. (sgml-name-char): Support non-ASCII and mule-unicode-* characters. Doc fix. (sgml-maybe-name-self): Convert unibyte characters to multibyte.
* (tooltip-x-offset, tooltip-y-offset): Mention in theEli Zaretskii2001-10-222-6/+35
| | | | | | | | | doc string the effect of `left' and `top' parameters in tooltip-frame-parameters, the default values, and the units. (tooltip-frame-parameters): Mention `top' and `left' in the doc string. (tooltip-show): Mention in the doc string the `top' and `left' parameters in tooltip-frame-parameters, and x-max-tooltip-size.
* #André Spiegel2001-10-221-0/+29
|
* New scaling algorithm for vc-annotate.André Spiegel2001-10-221-13/+18
| | | | | | | | | From JD Smith <jdsmith@astro.cornell.edu>. (vc-cvs-annotate-difference): Removed to generic version in vc.el, with (vc-cvs-annotate-current-time): Added, as override of default. (vc-cvs-annotate-time) Added. Taken mostly from the (now removed) `vc-cvs-annotate-difference'.
* Change scaling algorithm for vc-annotate.André Spiegel2001-10-221-94/+196
| | | | | | | | | | | | | | | | | | | | | From JD Smith <jdsmith@astro.cornell.edu>. (vc-annotate-display-default): Accept colormap scaling ratio (now deprecated). (vc-annotate-display-autoscale): Added. (vc-annotate-add-menu): New autoscaling menu options "Span to Oldest" and "Span Oldest->Newest". Easymenu support added for toggle menus driven by customize variable `vc-annotate-display-mode'. (vc-annotate-display-select): Added. (vc-annotate): Changed temp-buffer-show-function to `vc-annotate-display-select'. (vc-annotate-display): Removed arguments BUFFER and BACKEND. Added argument OFFSET. Instead of backend function, calls now generic `vc-annotate-difference'. (vc-annotate-difference): Added as generic function instead of backend-specific function. No longer takes argument POINT, but instead accepts a time OFFSET. (vc-default-annotate-current-time): Added.
* #André Spiegel2001-10-211-1/+2
|
* (diff-switches): Remove duplicate definition.André Spiegel2001-10-211-5/+1
|
* *** empty log message ***Gerd Moellmann2001-10-211-0/+2
|
* (save-place): Require `saveplace'.Gerd Moellmann2001-10-211-1/+2
|
* (cwarn-font-lock-feature-keywords-alist):Gerd Moellmann2001-10-212-2/+7
| | | | Use `sexp' for :value-type instead of `face'.
* *** empty log message ***Eli Zaretskii2001-10-211-2/+7
|
* (rmail-summary-font-lock-keywords): Fix theEli Zaretskii2001-10-211-3/+3
| | | | regexps due to 5-digit message IDs.
* *** empty log message ***Jason Rumney2001-10-211-0/+4
|
* *** empty log message ***Gerd Moellmann2001-10-211-1/+1
|
* (redisplay-dont-pause): Don't set.Jason Rumney2001-10-211-4/+0
|
* *** empty log message ***Miles Bader2001-10-211-0/+4
|