]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorJuri Linkov <juri@jurta.org>
Tue, 19 Jul 2005 11:45:11 +0000 (11:45 +0000)
committerJuri Linkov <juri@jurta.org>
Tue, 19 Jul 2005 11:45:11 +0000 (11:45 +0000)
lisp/ChangeLog
man/ChangeLog

index e9b77fcb296cce3bdac8a70f0b4f76af75cb5679..a0fa73b41a80cf57912aac63e386bd466a50dd68 100644 (file)
@@ -1,3 +1,57 @@
+2005-07-19  Juri Linkov  <juri@jurta.org>
+
+       * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
+       (compare-windows-sync-string-size, compare-windows-recenter)
+       (compare-windows-highlight, compare-windows): Add version 22.1.
+       (compare-windows) <defface>: Inherit from lazy-highlight instead
+       of duplicating its default value.
+
+       * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
+       (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
+
+       * descr-text.el (describe-char): Create link buttons for `charset'
+       and `code point'.  Add the current input method name with a link
+       button to `to input' field.  Print face names of display table
+       characters in `The display table entry is displayed by' section
+       instead of printing face-id in the `display' field.
+       Guess hardcoded faces and create a link button for them.
+       Skip empty fields when calculating max-width.
+       Treat `widget-create' specially while inserting strings from the
+       collected field list.
+       (describe-char-after): Made obsolete in version 22.1, not 21.5.
+
+       * diff-mode.el (diff-file-header): Change foreground color from
+       yellow to green on light backgrounds.
+       (diff-context): Inherit from `shadow' only for color/grayscale
+       with more than 88 colors.
+       (diff-indicator-removed, diff-indicator-added)
+       (diff-indicator-changed): New faces.
+       (diff-font-lock-keywords): Use new faces.  Regroup rules.
+       Add "^---$" for `normal' diff format.  Fontify `#' lines with
+       font-lock-comment-delimiter-face and font-lock-comment-face.
+       Add `#' to ^[^...] in the rule for `diff-context-face'.
+
+       * faces.el (mode-line-highlight): Replace RoyalBlue4 with
+       a button-like box.  Inherit from `highlight' on low colors.
+       (shadow): Use shades of gray only for color/grayscale with
+       more than 88 colors.  Use green for light backgrounds with
+       8 colors, and yellow for dark backgrounds with 8 colors.
+
+       * font-lock.el (font-lock-regexp-grouping-backslash): Don't
+       inherit from escape-glyph (use bold for all cases).
+
+       * info.el (info-xref-visited): Use light foreground color `violet'
+       for dark backgrounds instead of dark color `magenta3'.
+       (info-title-1): Use `yellow' color for dark backgrounds.
+
+       * isearch.el (isearch): Use not-too-dark magenta3 instead of
+       too-light magenta2.
+
+       * replace.el (match): Use slightly more light RoyalBlue3 instead
+       of dark RoyalBlue4.
+
+       * wid-edit.el (widget-inactive): Inherit from `shadow'.
+
 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
 
        * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
index 626d882f81c78e99645245f94c0df5eb1978b2f9..ba819c1c6250071b6f481c08b32f8510b46bf115 100644 (file)
@@ -1,3 +1,7 @@
+2005-07-19  Juri Linkov  <juri@jurta.org>
+
+       * files.texi (Comparing Files): Mention resync for `compare-windows'.
+
 2005-07-18  Juri Linkov  <juri@jurta.org>
 
        * calc.texi (Time Zones, Logical Operations):