comparison lisp/ChangeLog @ 63062:ab68a12df35a

*** empty log message ***
author Juri Linkov <juri@jurta.org>
date Mon, 06 Jun 2005 12:37:46 +0000
parents c0b03fb8ef01
children 7e053d892401
comparison
equal deleted inserted replaced
63061:ac2e43626d90 63062:ab68a12df35a
1 2005-06-06 Juri Linkov <juri@jurta.org>
2
3 * font-lock.el (font-lock-regexp-backslash)
4 (font-lock-regexp-backslash-construct): New faces.
5 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
6 after `('. Add `while-no-input' to control structures.
7
8 * faces.el (no-break-space, shadow): New faces.
9 (escape-glyph): Use less loud colors pink2 and red4.
10
11 * diff-mode.el (diff-context-face)
12 * dired.el (dired-ignored)
13 * rfn-eshadow.el (file-name-shadow)
14 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
15
16 * info.el (Info-title-1-face): Use green instead of yellow because
17 bold yellow is not readable on light backgrounds.
18
19 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
20 before selecting the desired mode to not spend time fontifying
21 old contents.
22
1 2005-06-06 Juanma Barranquero <lekktu@gmail.com> 23 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
2 24
3 * isearchb.el (isearchb): Don't pass a spurious second argument to 25 * isearchb.el (isearchb): Don't pass a spurious second argument to
4 `iswitchb-completions'. 26 `iswitchb-completions'.
5 27