Mercurial > emacs
comparison lisp/ChangeLog @ 64505:a4590903b2c4
*** empty log message ***
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Tue, 19 Jul 2005 11:45:11 +0000 |
parents | 8764731ab214 |
children | 1564c7bbebdd |
comparison
equal
deleted
inserted
replaced
64504:6d0e9c3f9769 | 64505:a4590903b2c4 |
---|---|
1 2005-07-19 Juri Linkov <juri@jurta.org> | |
2 | |
3 * compare-w.el (compare-ignore-whitespace, compare-windows-sync) | |
4 (compare-windows-sync-string-size, compare-windows-recenter) | |
5 (compare-windows-highlight, compare-windows): Add version 22.1. | |
6 (compare-windows) <defface>: Inherit from lazy-highlight instead | |
7 of duplicating its default value. | |
8 | |
9 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'. | |
10 (Custom-mode-menu): Use `info' instead of `Info-goto-node'. | |
11 | |
12 * descr-text.el (describe-char): Create link buttons for `charset' | |
13 and `code point'. Add the current input method name with a link | |
14 button to `to input' field. Print face names of display table | |
15 characters in `The display table entry is displayed by' section | |
16 instead of printing face-id in the `display' field. | |
17 Guess hardcoded faces and create a link button for them. | |
18 Skip empty fields when calculating max-width. | |
19 Treat `widget-create' specially while inserting strings from the | |
20 collected field list. | |
21 (describe-char-after): Made obsolete in version 22.1, not 21.5. | |
22 | |
23 * diff-mode.el (diff-file-header): Change foreground color from | |
24 yellow to green on light backgrounds. | |
25 (diff-context): Inherit from `shadow' only for color/grayscale | |
26 with more than 88 colors. | |
27 (diff-indicator-removed, diff-indicator-added) | |
28 (diff-indicator-changed): New faces. | |
29 (diff-font-lock-keywords): Use new faces. Regroup rules. | |
30 Add "^---$" for `normal' diff format. Fontify `#' lines with | |
31 font-lock-comment-delimiter-face and font-lock-comment-face. | |
32 Add `#' to ^[^...] in the rule for `diff-context-face'. | |
33 | |
34 * faces.el (mode-line-highlight): Replace RoyalBlue4 with | |
35 a button-like box. Inherit from `highlight' on low colors. | |
36 (shadow): Use shades of gray only for color/grayscale with | |
37 more than 88 colors. Use green for light backgrounds with | |
38 8 colors, and yellow for dark backgrounds with 8 colors. | |
39 | |
40 * font-lock.el (font-lock-regexp-grouping-backslash): Don't | |
41 inherit from escape-glyph (use bold for all cases). | |
42 | |
43 * info.el (info-xref-visited): Use light foreground color `violet' | |
44 for dark backgrounds instead of dark color `magenta3'. | |
45 (info-title-1): Use `yellow' color for dark backgrounds. | |
46 | |
47 * isearch.el (isearch): Use not-too-dark magenta3 instead of | |
48 too-light magenta2. | |
49 | |
50 * replace.el (match): Use slightly more light RoyalBlue3 instead | |
51 of dark RoyalBlue4. | |
52 | |
53 * wid-edit.el (widget-inactive): Inherit from `shadow'. | |
54 | |
1 2005-07-19 Juanma Barranquero <lekktu@gmail.com> | 55 2005-07-19 Juanma Barranquero <lekktu@gmail.com> |
2 | 56 |
3 * desktop.el (desktop-enable, desktop-buffer-modes-to-save) | 57 * desktop.el (desktop-enable, desktop-buffer-modes-to-save) |
4 (desktop-buffer-misc-functions, desktop-buffer-handlers) | 58 (desktop-buffer-misc-functions, desktop-buffer-handlers) |
5 (desktop-load-default): Add release to obsolescence info. | 59 (desktop-load-default): Add release to obsolescence info. |