comparison lisp/ChangeLog @ 43119:831d45b0807e

*** empty log message ***
author Eli Zaretskii <eliz@gnu.org>
date Wed, 06 Feb 2002 11:35:49 +0000
parents 4081e148336f
children fbd196109c25
comparison
equal deleted inserted replaced
43118:e1b601e414dd 43119:831d45b0807e
1 2002-02-06 Eli Zaretskii <eliz@is.elta.co.il>
2
3 * play/pong.el (pong-height): Don't use height that exceeds the
4 frame height.
5
6 * play/gamegrid.el (gamegrid-display-type): Treat any
7 color-capable display as color-x, if display-color-p is fboundp.
8 (gamegrid-make-color-x-face): Don't call gamegrid-color twice.
9 (gamegrid-make-color-tty-face): Use the value of color, not the
10 symbol itself. Don't call gamegrid-color.
11
1 2002-02-05 Eli Zaretskii <eliz@is.elta.co.il> 12 2002-02-05 Eli Zaretskii <eliz@is.elta.co.il>
2 13
3 * gud.el (gud-refresh): Call recenter only after we are sure we 14 * gud.el (gud-refresh): Call recenter only after we are sure we
4 are in the right window. 15 are in the right window.
5 16
51 (menu-bar-options-save): Save also the value of 62 (menu-bar-options-save): Save also the value of
52 `display-time-mode'. 63 `display-time-mode'.
53 (showhide-date-time): New function. 64 (showhide-date-time): New function.
54 (menu-bar-showhide-menu): New menu-item "Date and time". 65 (menu-bar-showhide-menu): New menu-item "Date and time".
55 66
67 >>>>>>> 1.3409
56 2002-02-03 Eli Zaretskii <eliz@is.elta.co.il> 68 2002-02-03 Eli Zaretskii <eliz@is.elta.co.il>
57 69
58 * mail/rmail.el (rmail): Use find-buffer-visiting instead of 70 * mail/rmail.el (rmail): Use find-buffer-visiting instead of
59 get-file-buffer to check for rmail buffer existence. 71 get-file-buffer to check for rmail buffer existence.
60 72
73 Indent the paragraph from the command's doc string. 85 Indent the paragraph from the command's doc string.
74 86
75 * dabbrev.el (dabbrev--goto-start-of-abbrev): 87 * dabbrev.el (dabbrev--goto-start-of-abbrev):
76 Exit loop on beginning of field rather than bobp. 88 Exit loop on beginning of field rather than bobp.
77 89
90 >>>>>>> 1.3400
78 2002-02-02 Eli Zaretskii <eliz@is.elta.co.il> 91 2002-02-02 Eli Zaretskii <eliz@is.elta.co.il>
79 92
80 * mail/uce.el (uce-reply-to-uce): Prune the headers before copying 93 * mail/uce.el (uce-reply-to-uce): Prune the headers before copying
81 the message text into the *mail* buffer, and restore the pruned 94 the message text into the *mail* buffer, and restore the pruned
82 state after that. 95 state after that.
130 143
131 * indent.el (indent-for-tab-command): Remove spurious code. 144 * indent.el (indent-for-tab-command): Remove spurious code.
132 145
133 * hi-lock.el (hi-lock-find-patterns): Save restriction. 146 * hi-lock.el (hi-lock-find-patterns): Save restriction.
134 147
148 >>>>>>> 1.3396
135 2002-02-01 Eli Zaretskii <eliz@is.elta.co.il> 149 2002-02-01 Eli Zaretskii <eliz@is.elta.co.il>
136 150
137 * calendar/time-date.el: Moved from lisp/gnus. 151 * calendar/time-date.el: Moved from lisp/gnus.
138 152
139 * calendar/parse-time.el: Ditto. 153 * calendar/parse-time.el: Ditto.
186 200
187 * startup.el (normal-splash-screen, display-splash-screen): 201 * startup.el (normal-splash-screen, display-splash-screen):
188 New functions (separated from command-line-1). 202 New functions (separated from command-line-1).
189 (command-line-1): Use them. 203 (command-line-1): Use them.
190 204
205 >>>>>>> 1.3390
191 2002-01-28 Eli Zaretskii <eliz@is.elta.co.il> 206 2002-01-28 Eli Zaretskii <eliz@is.elta.co.il>
192 207
193 * calendar/calendar.el (generate-calendar-month): Doc fix. 208 * calendar/calendar.el (generate-calendar-month): Doc fix.
194 209
195 2002-01-27 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 210 2002-01-27 Pavel Jan,Bm(Bk <Pavel@Janik.cz>