emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ChangeLog


From: Juri Linkov
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Mon, 23 Jan 2006 01:28:48 +0000

Index: emacs/lisp/ChangeLog
diff -u emacs/lisp/ChangeLog:1.9013 emacs/lisp/ChangeLog:1.9014
--- emacs/lisp/ChangeLog:1.9013 Mon Jan 23 01:08:32 2006
+++ emacs/lisp/ChangeLog        Mon Jan 23 01:28:48 2006
@@ -1,3 +1,40 @@
+2006-01-23  Juri Linkov  <address@hidden>
+
+       * faces.el (link, link-visited): New faces based on default values
+       of `info-xref' and `info-xref-visited'.
+
+       * info.el (info-xref): Inherit from `link'.
+       (info-xref-visited): Inherit from `link-visited'.
+
+       * cus-edit.el (custom-buffer-create-internal): Use widget type
+       `custom-manual' instead of `info-link' and don't set properties
+       `button-face' and `mouse-face' explicitly.
+       (custom-browse-group-tag, custom-browse-variable-tag)
+       (custom-browse-face-tag): Inherit from widget class
+       `custom-group-link' instead of `push-button'.
+       (custom-button-unraised): Inherit from `underline' face.
+       (custom-link): Inherit from `link' face.  Fix doc and group.
+       (custom-add-parent-links, custom-group-value-create): Don't set
+       properties `button-face' and `mouse-face' explicitly for
+       `custom-group-link' widget.
+       (custom-group-link): Add properties `button-face' and `mouse-face'
+       to widget definition.
+       (custom-field-keymap): New variable.  Put `custom-field-keymap' to
+       editable-field's :keymap property.
+       (custom-mode): Fix docstring: substitute keybindings for
+       `widget-forward' and `widget-backward' from `widget-keymap',
+       `widget-complete' from `custom-field-keymap', replace old
+       `Custom-move-and-invoke' with `widget-move-and-invoke'.  Untabify.
+
+       * desktop.el (desktop-load-file): Check for `fboundp' before
+       calling `symbol-function'.
+
+       * simple.el (clone-buffer, clone-indirect-buffer)
+       (clone-indirect-buffer-other-window): Use `read-buffer' instead of
+       `read-string'.  Fix prompts.
+
+       * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
+
 2006-01-23  Nick Roberts  <address@hidden>
 
        * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]