summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (debug): Don't bury the buffer unless it's in a dedicated window.Stefan Monnier2005-06-062-2/+11
|
* Doc fix.Stefan Monnier2005-06-061-1/+1
|
* (latexenc-find-file-coding-system):Stefan Monnier2005-06-062-9/+14
| | | | Undo part of last patch, to turn off a compiler warning.
* (tmm-inactive, tmm-remove-inactive-mouse-face):Juri Linkov2005-06-062-2/+7
| | | | Rename `tmm-inactive-face' to `tmm-inactive'.
* (thumbs-thumbsdir-max-size, thumbs-image-resizing-step,Juanma Barranquero2005-06-062-3/+6
| | | | thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
* *** empty log message ***Juanma Barranquero2005-06-061-0/+3
|
* (ps-default-fg, ps-default-bg): Fix typos in docstrings.Juanma Barranquero2005-06-061-3/+3
|
* 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>Kim F. Storm2005-06-061-8/+8
| | | | * iswitchb.el: Rename faces.
* *** empty log message ***Kim F. Storm2005-06-061-0/+4
|
* * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)Kim F. Storm2005-06-063-11/+6
| | | | | | | (cua-global-mark): Remove -face suffix from face names. * emulation/cua-gmrk.el (cua--init-global-mark): Remove cua-global-mark face setup.
* *** empty log message ***Kim F. Storm2005-06-061-3/+10
|
* *** empty log message ***Richard M. Stallman2005-06-061-0/+34
|
* (makefile-dependency-regex): Handle whitespaceRichard M. Stallman2005-06-061-2/+15
| | | | | | | | just like other allowed characters. (makefile-match-dependency): Exclude leading and training whitespace from the range of regexp subexp 1. (makefile-macroassign-regex): Don't try to match the body, just the name of the macro being defined.
* (ido-first-match, ido-only-match, ido-subdir)Kim F. Storm2005-06-061-10/+10
| | | | (ido-indicator): Remove -face suffix from face names.
* (Info-read-node-name-2): New function.Richard M. Stallman2005-06-061-4/+46
| | | | | (Info-read-node-name-1): Use that. Add a completion-base-size-function property.
* *** empty log message ***Kim F. Storm2005-06-061-0/+5
|
* (completion-setup-function): Look for completion-base-size-functionRichard M. Stallman2005-06-061-1/+5
| | | | property of minibuffer-completion-table.
* *** empty log message ***Juri Linkov2005-06-061-0/+22
|
* (hack-local-variables-confirm): New arg FLAG-TO-CHECK.Richard M. Stallman2005-06-061-7/+10
| | | | | | | (hack-one-local-variable, hack-local-variables) (hack-local-variables-prop-line): Pass that arg. (locate-file-completion): Doc fix.
* Don't call pr-update-menus; user must do that.Richard M. Stallman2005-06-061-1/+2
|
* (debugger-window): New variable.Richard M. Stallman2005-06-061-1/+12
| | | | | (debug): Use debugger-window if it is set and still alive. Record debugger-window for next entry.
* (compilation-start): Move `erase-buffer' upJuri Linkov2005-06-061-2/+3
| | | | | before selecting the desired mode to not spend time fontifying old contents.
* (sc-mail-glom-frame): Mark as risky.Richard M. Stallman2005-06-061-0/+1
|
* (Info-title-1-face): Use green instead of yellow becauseJuri Linkov2005-06-061-1/+1
| | | | bold yellow is not readable on light backgrounds.
* * tmm.el (tmm-inactive-face): Inherit from `shadow' face.Juri Linkov2005-06-061-2/+1
|
* * rfn-eshadow.el (file-name-shadow): Inherit from `shadow' face.Juri Linkov2005-06-061-4/+1
|
* * dired.el (dired-ignored): Inherit from `shadow' face.Juri Linkov2005-06-061-1/+1
|
* * diff-mode.el (diff-context-face): Inherit from `shadow' face.Juri Linkov2005-06-061-4/+1
|
* (no-break-space, shadow): New faces.Juri Linkov2005-06-061-6/+22
| | | | (escape-glyph): Use less loud colors pink2 and red4.
* (font-lock-regexp-backslash)Juri Linkov2005-06-061-8/+17
| | | | | | (font-lock-regexp-backslash-construct): New faces. (lisp-font-lock-keywords-2): Use new faces. Match `?:' only after `('. Add `while-no-input' to control structures.
* Formatting fixes.Juanma Barranquero2005-06-061-6/+6
|
* (isearchb): Don't pass a spurious second argument to `iswitchb-completions'.Juanma Barranquero2005-06-062-1/+6
|
* Add comment to line-move re. sit-for.Kim F. Storm2005-06-051-0/+2
|
* Wrong formatNick Roberts2005-06-051-10/+0
|
* Icon for GUD to print dereferenced valueNick Roberts2005-06-053-0/+39
|
* (gdb-info-locals-handler): Use window point to preserve point.Nick Roberts2005-06-051-3/+5
| | | | (gdb-find-file-hook): Add doc string.
* (gdb, gud-menu-map): Add command to evaluateNick Roberts2005-06-052-6/+12
| | | | | C dereferenced pointer expression. (gud-tool-bar-map): Put it on the tool bar.
* *** empty log message ***Nick Roberts2005-06-051-2/+21
|
* Make background transparent.Nick Roberts2005-06-0514-14/+14
|
* (font-lock-set-defaults): Fix omission in last change.Luc Teirlinck2005-06-051-0/+1
|
* *** empty log message ***Luc Teirlinck2005-06-042-1/+26
|
* (article-update-date-lapsed): Use `save-match-data'.Luc Teirlinck2005-06-041-14/+15
|
* (font-lock-add-keywords): Doc fix. Comment change.Luc Teirlinck2005-06-041-9/+27
| | | | | | (font-lock-remove-keywords): Doc fix. (font-lock-mode-major-mode): Compiler defvar. (font-lock-set-defaults): Use `font-lock-mode-major-mode '.
* (font-lock-mode-major-mode): Compiler defvar.Luc Teirlinck2005-06-041-3/+13
| | | | | | (font-lock-mode): Update `font-lock-mode-major-mode'. (font-lock-set-defaults): Compiler defvar. (font-lock-default-function): Take `font-lock-mode-major-mode' into account.
* (define-global-minor-mode): Make it keep track of which major mode itLuc Teirlinck2005-06-041-19/+47
| | | | enabled the minor mode for. Use find-file-hook again. Update docstring.
* (eval-expression-print-level)Luc Teirlinck2005-06-041-3/+3
| | | | (eval-expression-print-length, eval-expression-debug-on-error): Doc fixes.
* *** empty log message ***Eli Zaretskii2005-06-041-2/+18
|
* *** empty log message ***Eli Zaretskii2005-06-041-0/+5
|
* (iswitchb-single-match-face)Eli Zaretskii2005-06-041-53/+93
| | | | | | | | | | | | | | | | | | (iswitchb-current-match-face, iswitchb-virtual-matches-face) (iswitchb-invalid-regexp-face): New faces. (iswitchb-completions): Use them. (iswitchb-use-faces): Renamed from iswitchb-use-fonts, which is now marked as an obsolete alias. (iswitchb-read-buffer): Remove check for bound font variables. (iswitchb-invalid-regexp): New free variable. (iswitchb-get-matched-buffers): Catch invalid-regexp errors and set iswitchb-invalid-regexp. (iswitchb, iswitchb-complete, iswitchb-completions): Deal with invalid regexps. (iswitchb-completions): Add check for complete match when entering a regexp. (iswitchb-completions): Remove require-match argument. (iswitchb-exhibit): Fix caller. (iswitchb-common-match-inserted): New variable. (iswitchb-complete, iswitchb-completion-help): Use it.
* (iswitchb-get-matched-buffers): Handle invalid-regexp errors inEli Zaretskii2005-06-041-16/+21
| | | | post-command-hook.