diff options
| author | Dave Love | 2003-09-11 09:52:23 +0000 |
|---|---|---|
| committer | Dave Love | 2003-09-11 09:52:23 +0000 |
| commit | 2aba43ab68046ba79d493c203e92fa65ac4215a0 (patch) | |
| tree | 73f83ef7cd8f3874677e15e63a87e92e34bf4dc0 | |
| parent | a40f1cb47f8d3184a9c66bf23440baceddddedcd (diff) | |
| download | emacs-2aba43ab68046ba79d493c203e92fa65ac4215a0.tar.gz emacs-2aba43ab68046ba79d493c203e92fa65ac4215a0.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog.22 | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/lisp/ChangeLog.22 b/lisp/ChangeLog.22 index 0de3712acf9..478e800ef0b 100644 --- a/lisp/ChangeLog.22 +++ b/lisp/ChangeLog.22 | |||
| @@ -1,5 +1,25 @@ | |||
| 1 | 2003-09-11 Dave Love <fx@gnu.org> | ||
| 2 | |||
| 3 | * international/mule-util.el | ||
| 4 | (detect-coding-with-language-environment): Doc fix. | ||
| 5 | |||
| 6 | * composite.el: Doc fixes. | ||
| 7 | (auto-compose-chars): Use functionp, not fboundp. | ||
| 8 | |||
| 9 | * international/mule-diag.el (list-charset-chars): Set buffer file | ||
| 10 | coding system. | ||
| 11 | |||
| 12 | * progmodes/cap-words.el (capitalized-words-mode): Add autoload | ||
| 13 | cookie. Doc fix. | ||
| 14 | |||
| 1 | 2003-09-10 Dave Love <fx@gnu.org> | 15 | 2003-09-10 Dave Love <fx@gnu.org> |
| 2 | 16 | ||
| 17 | * international/mule-diag.el (list-charset-chars): Set buffer file | ||
| 18 | coding system. | ||
| 19 | |||
| 20 | * progmodes/cap-words.el (capitalized-words-mode): Add autoload | ||
| 21 | cookie. Doc fix. | ||
| 22 | |||
| 3 | * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function): | 23 | * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function): |
| 4 | * progmodes/sh-script.el (sh-font-lock-syntactic-face-function): | 24 | * progmodes/sh-script.el (sh-font-lock-syntactic-face-function): |
| 5 | * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function): | 25 | * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function): |