diff options
| author | Eli Zaretskii | 2009-02-14 09:08:08 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2009-02-14 09:08:08 +0000 |
| commit | b46957e2f4dacb404f30586c3675773a23715e16 (patch) | |
| tree | 74cd10fc109d37cedb75ed3e891a3d115d396e65 /lisp/ChangeLog | |
| parent | a6c39c14a291fe76be797a920326410e591152ae (diff) | |
| download | emacs-b46957e2f4dacb404f30586c3675773a23715e16.tar.gz emacs-b46957e2f4dacb404f30586c3675773a23715e16.zip | |
(translation-table-for-input): Declare obsolete again.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ab95e57abaf..8ad2ee87a88 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,21 @@ | |||
| 1 | 2009-02-14 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * textmodes/ispell.el (ispell-insert-word): Use `with-no-warnings' | ||
| 4 | around forms that refer to translation-table-for-input. | ||
| 5 | |||
| 6 | * isearch.el (isearch-search-string): Use `with-no-warnings' | ||
| 7 | around forms that refer to translation-table-for-input. | ||
| 8 | |||
| 9 | * international/quail.el (quail-input-string-to-events) | ||
| 10 | (quail-store-decode-map-key, quail-char-equal-p): Use | ||
| 11 | `with-no-warnings' around forms that refer to | ||
| 12 | translation-table-for-input. | ||
| 13 | |||
| 14 | * simple.el (quoted-insert, zap-to-char): Use `with-no-warnings' | ||
| 15 | around forms that refer to translation-table-for-input. | ||
| 16 | |||
| 17 | * subr.el (translation-table-for-input): Declare obsolete again. | ||
| 18 | |||
| 1 | 2009-02-14 Glenn Morris <rgm@gnu.org> | 19 | 2009-02-14 Glenn Morris <rgm@gnu.org> |
| 2 | 20 | ||
| 3 | * mail/rmail.el (rmail): When reverting, swap buffers before setting | 21 | * mail/rmail.el (rmail): When reverting, swap buffers before setting |