comparison lisp/ChangeLog @ 40693:80ba762c0205

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sat, 03 Nov 2001 23:53:10 +0000
parents 877b266d0434
children 70a8c046356e
comparison
equal deleted inserted replaced
40692:6328c0607fe9 40693:80ba762c0205
6 2001-11-03 Richard M. Stallman <rms@gnu.org> 6 2001-11-03 Richard M. Stallman <rms@gnu.org>
7 7
8 * startup.el (fancy-splash-tail): Explain how to recover 8 * startup.el (fancy-splash-tail): Explain how to recover
9 from a crash, if there was a crash. 9 from a crash, if there was a crash.
10 (command-line-1): Reorganize display of startup screen, 10 (command-line-1): Reorganize display of startup screen,
11 to simplify the logic. Use a temp buffer for it. 11 to simplify the logic. Use a temp buffer for it.
12 12
13 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il> 13 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
14 14
15 * frame.el (set-background-color, set-foreground-color): Call 15 * frame.el (set-background-color, set-foreground-color):
16 face-set-after-frame-default, to propagate the new colors to the 16 Call face-set-after-frame-default, to propagate the new colors to
17 frame's parameters alist. 17 the frame's parameters alist.
18 18
19 * calendar/timeclock.el (timeclock-out): Signal an error if 19 * calendar/timeclock.el (timeclock-out): Signal an error if
20 timeclock-last-event is nil. 20 timeclock-last-event is nil.
21 21
22 2001-11-02 Stefan Monnier <monnier@cs.yale.edu> 22 2001-11-02 Stefan Monnier <monnier@cs.yale.edu>
23
24 * textmodes/fill.el (fill-context-prefix): Fix braino.
25
26 * international/quail.el (quail-help):
27 Use `help-buffer' and move `help-setup-xref' to beginning.
28
29 * international/mule-cmds.el (describe-language-environment):
30 Use `help-buffer' and move `help-setup-xref' to beginning.
23 31
24 * international/mule-diag.el (list-character-sets) 32 * international/mule-diag.el (list-character-sets)
25 (sort-listed-character-sets, describe-character-set) 33 (sort-listed-character-sets, describe-character-set)
26 (describe-coding-system, describe-fontset, list-fontsets): 34 (describe-coding-system, describe-fontset, list-fontsets):
27 Use `help-buffer' and move `help-setup-xref' to beginning. 35 Use `help-buffer' and move `help-setup-xref' to beginning.