comparison lisp/ChangeLog @ 61602:71c8a6678c21

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Sun, 17 Apr 2005 16:04:44 +0000
parents 005901da292a
children dbec9d2e3f52
comparison
equal deleted inserted replaced
61601:aaa0bead8bc5 61602:71c8a6678c21
1 2005-04-17 Richard M. Stallman <rms@gnu.org>
2
3 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
4
5 * startup.el (fancy-splash-max-time): Just 30 seconds.
6 (fancy-splash-delay): Just 7.
7 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
8
9 * loadhist.el (unload-feature): Update for new format of load-history.
10 Simplify the code.
11
12 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
13 (rmail-font-lock-keywords): Don't fontify the text of a citation.
14
15 * mail/sendmail.el (mail-font-lock-keywords):
16 Don't fontify subject text.
17 Don't fontify the text of a citation.
18
19 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
20
21 * comint.el (comint-output-filter): Run comint-output-filter-functions
22 with point where the user had it.
23
1 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca> 24 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
2 25
3 * international/ucs-tables.el (ucs-set-table-for-input): 26 * international/ucs-tables.el (ucs-set-table-for-input):
4 Disable when using unify-on-decoding. 27 Disable when using unify-on-decoding.
5 28