# HG changeset patch # User Juri Linkov # Date 1137979855 0 # Node ID 83bfe0ee63f6655966d5261ff104295518ca83e2 # Parent f2441254ec753d17806388ac01142e1893fd03b3 *** empty log message *** diff -r f2441254ec75 -r 83bfe0ee63f6 lisp/ChangeLog --- a/lisp/ChangeLog Mon Jan 23 01:30:30 2006 +0000 +++ b/lisp/ChangeLog Mon Jan 23 01:30:55 2006 +0000 @@ -1,3 +1,40 @@ +2006-01-23 Juri Linkov + + * 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 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries. diff -r f2441254ec75 -r 83bfe0ee63f6 man/ChangeLog --- a/man/ChangeLog Mon Jan 23 01:30:30 2006 +0000 +++ b/man/ChangeLog Mon Jan 23 01:30:55 2006 +0000 @@ -1,3 +1,10 @@ +2006-01-23 Juri Linkov + + * custom.texi (Easy Customization, Customization Groups) + (Browsing Custom): Mention links along with buttons. + + * widget.texi (User Interface): Add S-TAB for widget-backward. + 2006-01-22 Michael Albinus Sync with Tramp 2.0.52.