diff options
| author | Richard M. Stallman <rms@gnu.org> | 2001-12-31 20:53:24 +0000 |
|---|---|---|
| committer | Richard M. Stallman <rms@gnu.org> | 2001-12-31 20:53:24 +0000 |
| commit | 741d51eb0ce59db4fac1572d2bc92faa27fff85d (patch) | |
| tree | cacb07bbf013638836ebdf2b70a05d4ee00e26f1 | |
| parent | 1fd714a4109f5b115bd28142d8c80641eac8f652 (diff) | |
| download | emacs-741d51eb0ce59db4fac1572d2bc92faa27fff85d.tar.gz | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2d7cee33cc4..76a4088563a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,25 @@ +2001-12-31 Richard M. Stallman <rms@gnu.org> + + * comint.el, cus-edit.el, diff-mode.el, enriched.el, font-lock.el: + * generic-x.el, info.el, log-view.el, pcvs-info.el, speedbar.el: + * wid-edit.el, woman.el, calendar/calendar.el, textmodes/flyspell.el: + * emulation/viper-init.el, eshell/em-ls.el, progmodes/antlr-mode.el: + * progmodes/cperl-mode.el, progmodes/idlwave.el: + * progmodes/sh-script.el, progmodes/vhdl-mode.el: + Adapt face definitions to use :weight and :slant. + + * ps-print.el (ps-font-lock-face-attributes): Use :weight and :slant. + + * cus-edit.el (custom-face-edit-fix-value): Delete `assert' call. + + * font-lock.el (initializing from font-lock-face-attributes): + Use :weight and :slant, not :bold and :italic. + +2001-12-31 Per Abrahamsen <abraham@dina.kvl.dk> + + * cus-edit.el (custom-face-edit-fix-value): New function. + (custom-face-edit): Use it, to convert :italic and :bold to new forms. + 2001-12-30 Pavel Jan,Bm(Bk <Pavel@Janik.cz> * progmodes/octave-mod.el (octave-abbrev-table): |
