diff options
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 |