Mercurial > emacs
comparison lisp/ChangeLog @ 102033:4daf530ddfb0
*** empty log message ***
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 14 Feb 2009 09:08:08 +0000 |
parents | 90de3cf60f68 |
children | 53a6f4b7cab5 |
comparison
equal
deleted
inserted
replaced
102032:5ff1f67594ee | 102033:4daf530ddfb0 |
---|---|
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 |
4 counters. (Bug#2229) | 22 counters. (Bug#2229) |
5 (rmail-revert): Swap buffers before replacing contents. | 23 (rmail-revert): Swap buffers before replacing contents. |