diff options
| -rw-r--r-- | lisp/ChangeLog | 23 | ||||
| -rw-r--r-- | lisp/gnus/ChangeLog | 4 |
2 files changed, 26 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7b9058c6284..6eb51bffa84 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,24 @@ | |||
| 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) |
| @@ -15,7 +36,7 @@ | |||
| 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 | ||
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 492852eef68..3681f2fa750 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2005-06-04 Luc Teirlinck <teirllm@auburn.edu> | ||
| 2 | |||
| 3 | * gnus-art.el (article-update-date-lapsed): Use `save-match-data'. | ||
| 4 | |||
| 1 | 2005-06-04 Lute Kamstra <lute@gnu.org> | 5 | 2005-06-04 Lute Kamstra <lute@gnu.org> |
| 2 | 6 | ||
| 3 | * nnfolder.el (nnfolder-read-folder): Make sure that undo | 7 | * nnfolder.el (nnfolder-read-folder): Make sure that undo |