diff options
| author | Stefan Monnier | 2002-07-17 18:13:20 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2002-07-17 18:13:20 +0000 |
| commit | f5d6a5b85418c5637d4765bdfbc9e1034a8ef41b (patch) | |
| tree | 91f751e4be59868f59d1a1ae5b4a0f7cfe596a67 | |
| parent | c6e973abe43e0d9ab53224737e75dfadeca591db (diff) | |
| download | emacs-f5d6a5b85418c5637d4765bdfbc9e1034a8ef41b.tar.gz emacs-f5d6a5b85418c5637d4765bdfbc9e1034a8ef41b.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1f777bda881..f0d67f217b9 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,11 +1,11 @@ | |||
| 1 | 2002-07-17 Dave Love <fx@gnu.org> | 1 | 2002-07-17 Dave Love <fx@gnu.org> |
| 2 | 2 | ||
| 3 | * international/utf-8.el (utf-8-subst-table) | 3 | * international/utf-8.el (utf-8-subst-table) |
| 4 | (utf-8-subst-rev-table, utf-8-translation-table-for-decode) | 4 | (utf-8-subst-rev-table, utf-8-translation-table-for-decode) |
| 5 | (utf-8-fragment-on-decoding, ccl-untranslated-to-ucs) | 5 | (utf-8-fragment-on-decoding, ccl-untranslated-to-ucs) |
| 6 | (utf-8-ccl-regs, utf-8-translate-cjk): New. | 6 | (utf-8-ccl-regs, utf-8-translate-cjk): New. |
| 7 | (ccl-encode-mule-utf-8): Use utf-8-subst-rev-table. | 7 | (ccl-encode-mule-utf-8): Use utf-8-subst-rev-table. |
| 8 | (ccl-decode-mule-utf-8, ccl-untranslated-to-ucs) | 8 | (ccl-decode-mule-utf-8, ccl-untranslated-to-ucs) |
| 9 | (utf-8-untranslated-to-ucs, utf-8-compose): Rewritten. | 9 | (utf-8-untranslated-to-ucs, utf-8-compose): Rewritten. |
| 10 | (mule-utf-8): Remove pre-write-conversion. | 10 | (mule-utf-8): Remove pre-write-conversion. |
| 11 | (utf-8-post-read-conversion): Comment out. | 11 | (utf-8-post-read-conversion): Comment out. |
| @@ -14,7 +14,7 @@ | |||
| 14 | lookup-character. | 14 | lookup-character. |
| 15 | (ccl-extended-code-table): Add lookup-int-const-tbl, | 15 | (ccl-extended-code-table): Add lookup-int-const-tbl, |
| 16 | lookup-char-const-tbl. | 16 | lookup-char-const-tbl. |
| 17 | (ccl-compile-lookup-integer, ccl-compile-lookup-character) | 17 | (ccl-compile-lookup-integer, ccl-compile-lookup-character) |
| 18 | (ccl-dump-lookup-int-const-tbl, ccl-dump-lookup-char-const-tbl): | 18 | (ccl-dump-lookup-int-const-tbl, ccl-dump-lookup-char-const-tbl): |
| 19 | New functions. | 19 | New functions. |
| 20 | (define-ccl-program): Doc update. | 20 | (define-ccl-program): Doc update. |
| @@ -24,12 +24,12 @@ | |||
| 24 | 24 | ||
| 25 | 2002-07-17 Kenichi Handa <handa@etl.go.jp> | 25 | 2002-07-17 Kenichi Handa <handa@etl.go.jp> |
| 26 | 26 | ||
| 27 | * international/mule.el (define-coding-system-alias): Don't | 27 | * international/mule.el (define-coding-system-alias): |
| 28 | append ALIAS in the property `alias-coding-systems' if ALIAS's | 28 | Don't append ALIAS in the property `alias-coding-systems' if ALIAS's |
| 29 | eol-type is not auto-detection. | 29 | eol-type is not auto-detection. |
| 30 | 30 | ||
| 31 | * international/mule-diag.el (print-coding-system-briefly): Fix | 31 | * international/mule-diag.el (print-coding-system-briefly): |
| 32 | the handling of an alias of which eol-type is not auto-detection. | 32 | Fix the handling of an alias of which eol-type is not auto-detection. |
| 33 | 33 | ||
| 34 | * international/mule-conf.el (us-ascii): Define it as an alias of | 34 | * international/mule-conf.el (us-ascii): Define it as an alias of |
| 35 | iso-safe. | 35 | iso-safe. |
| @@ -43,6 +43,9 @@ | |||
| 43 | 43 | ||
| 44 | 2002-07-16 Stefan Monnier <monnier@cs.yale.edu> | 44 | 2002-07-16 Stefan Monnier <monnier@cs.yale.edu> |
| 45 | 45 | ||
| 46 | * toolbar/tool-bar.el (tool-bar-add-item-from-menu): | ||
| 47 | Make sure to change the global tool-bar-map. | ||
| 48 | |||
| 46 | * vc.el (vc-default-comment-history): Hard code *vc*. | 49 | * vc.el (vc-default-comment-history): Hard code *vc*. |
| 47 | This is because print-log always prints there now. | 50 | This is because print-log always prints there now. |
| 48 | (vc-annotate-font-lock-keywords): New var. | 51 | (vc-annotate-font-lock-keywords): New var. |