comparison lisp/ChangeLog @ 59081:82ff461eee07

*** empty log message ***
author Thien-Thi Nguyen <ttn@gnuvola.org>
date Fri, 24 Dec 2004 02:08:14 +0000
parents 294a7f7e3daf
children 1bf7b005a957 eac554634bfa
comparison
equal deleted inserted replaced
59080:7a200b643c16 59081:82ff461eee07
1 2004-12-24 Thien-Thi Nguyen <ttn@gnu.org>
2
3 * progmodes/hideshow.el: Require `cl' when compiling.
4 Remove XEmacs and Emacs 19 compatibility.
5 Use `dolist' and `add-to-list' for load-time actions.
6 (hs-discard-overlays): Use `dolist'.
7 (hs-show-block): Likewise.
8
1 2004-12-23 Dan Nicolaescu <dann@ics.uci.edu> 9 2004-12-23 Dan Nicolaescu <dann@ics.uci.edu>
2 10
3 * faces.el (mode-line, mode-line-inactive): Use min-colors. 11 * faces.el (mode-line, mode-line-inactive): Use min-colors.
4 12
5 2004-12-23 Thien-Thi Nguyen <ttn@gnu.org> 13 2004-12-23 Thien-Thi Nguyen <ttn@gnu.org>