comparison lisp/ChangeLog @ 63027:b5c7398b1750

*** empty log message ***
author Luc Teirlinck <teirllm@auburn.edu>
date Sat, 04 Jun 2005 22:33:53 +0000
parents 1ed6054e7e74
children ca0a6ccac710
comparison
equal deleted inserted replaced
63026:81ee906cdd23 63027:b5c7398b1750
1 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
2
3 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
4 (font-lock-remove-keywords): Doc fix.
5 (font-lock-mode-major-mode): Compiler defvar.
6 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
7
8 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
9 (font-lock-mode): Update `font-lock-mode-major-mode'.
10 (font-lock-set-defaults): Compiler defvar.
11 (font-lock-default-function): Take `font-lock-mode-major-mode'
12 into account.
13
14 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
15 keep track of which major mode it enabled the minor mode for.
16 Use find-file-hook again. Update docstring.
17
18 * simple.el (eval-expression-print-level)
19 (eval-expression-print-length, eval-expression-debug-on-error):
20 Doc fixes.
21
1 2005-06-04 Matt Hodges <MPHodges@member.fsf.org> 22 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
2 23
3 * iswitchb.el (iswitchb-single-match-face) 24 * iswitchb.el (iswitchb-single-match-face)
4 (iswitchb-current-match-face, iswitchb-virtual-matches-face) 25 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
5 (iswitchb-invalid-regexp-face): New faces. 26 (iswitchb-invalid-regexp-face): New faces.
13 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with 34 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
14 invalid regexps. 35 invalid regexps.
15 (iswitchb-completions): Add check for complete match when entering 36 (iswitchb-completions): Add check for complete match when entering
16 a regexp. 37 a regexp.
17 (iswitchb-completions): Remove require-match argument. 38 (iswitchb-completions): Remove require-match argument.
18 (iswitchb-exhibit): Fix caller. 39 (iswitchb-exhibit): Fix caller.
19 (iswitchb-common-match-inserted): New variable. 40 (iswitchb-common-match-inserted): New variable.
20 (iswitchb-complete, iswitchb-completion-help): Use it. 41 (iswitchb-complete, iswitchb-completion-help): Use it.
21 42
22 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change) 43 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
23 44