diff options
| author | Juri Linkov | 2005-07-19 11:45:11 +0000 |
|---|---|---|
| committer | Juri Linkov | 2005-07-19 11:45:11 +0000 |
| commit | 09cab23d04a9070c0d84b2adb59ae75bb5398274 (patch) | |
| tree | 711f05af766c51274cf84a9c8c8ed4bacc1af7a0 | |
| parent | 6866bf6a8054d65644d275b6d2908fcafd426f4c (diff) | |
| download | emacs-09cab23d04a9070c0d84b2adb59ae75bb5398274.tar.gz emacs-09cab23d04a9070c0d84b2adb59ae75bb5398274.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 54 | ||||
| -rw-r--r-- | man/ChangeLog | 4 |
2 files changed, 58 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e9b77fcb296..a0fa73b41a8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,57 @@ | |||
| 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) |
diff --git a/man/ChangeLog b/man/ChangeLog index 626d882f81c..ba819c1c625 100644 --- a/man/ChangeLog +++ b/man/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2005-07-19 Juri Linkov <juri@jurta.org> | ||
| 2 | |||
| 3 | * files.texi (Comparing Files): Mention resync for `compare-windows'. | ||
| 4 | |||
| 1 | 2005-07-18 Juri Linkov <juri@jurta.org> | 5 | 2005-07-18 Juri Linkov <juri@jurta.org> |
| 2 | 6 | ||
| 3 | * calc.texi (Time Zones, Logical Operations): | 7 | * calc.texi (Time Zones, Logical Operations): |