diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d2627ac59fd..566284b621b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,33 @@ | |||
| 1 | 2002-11-06 Dave Love <fx@gnu.org> | ||
| 2 | |||
| 3 | * simple.el (quoted-insert): Bind keyboard-translate-table around | ||
| 4 | read-char. | ||
| 5 | |||
| 6 | * international/ucs-tables.el: Use keyboard-translate-table coding | ||
| 7 | system property, not translation-table-for-input, for | ||
| 8 | vietnamese-viscii & al. | ||
| 9 | (translation-table-for-input): Set, | ||
| 10 | don't defvar, and make permanent-local. | ||
| 11 | (ucs-unify-8859, ucs-unify-8859, ucs-fragment-8859): Add/remove | ||
| 12 | set-buffer-major-mode-hook, not quail-activate-hook. | ||
| 13 | (ucs-set-table-for-input): Renamed from ucs-quail-activate. | ||
| 14 | (ucs-unify-8859, ucs-unify-8859, ucs-fragment-8859): Setup | ||
| 15 | keyboard-translate-table, not translation-table-for-input. | ||
| 16 | Modify set-buffer-major-mode-hook, not quail-activate-hook. | ||
| 17 | (ucs-fragment-8859): Don't use translation-table-for-input coding | ||
| 18 | system property. | ||
| 19 | (ucs-quail-activate): Deleted. | ||
| 20 | (ucs-set-table-for-input): New. | ||
| 21 | (ucs-minibuffer-setup): Use it. | ||
| 22 | |||
| 23 | * international/quail.el (quail-input-string-to-events): Use | ||
| 24 | keyboard-translate-table, not translation-table-for-input. | ||
| 25 | |||
| 26 | * files.el (normal-mode): Call ucs-set-table-for-input. | ||
| 27 | |||
| 28 | * international/mule.el (set-buffer-file-coding-system): Call | ||
| 29 | ucs-set-table-for-input. | ||
| 30 | |||
| 1 | 2002-11-06 Richard M. Stallman <rms@gnu.org> | 31 | 2002-11-06 Richard M. Stallman <rms@gnu.org> |
| 2 | 32 | ||
| 3 | * replace.el (query-replace, query-replace-regexp): Doc fixes. | 33 | * replace.el (query-replace, query-replace-regexp): Doc fixes. |