Mercurial > emacs
changeset 68349:83bfe0ee63f6
*** empty log message ***
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Mon, 23 Jan 2006 01:30:55 +0000 |
parents | f2441254ec75 |
children | 263a4edafafa |
files | lisp/ChangeLog man/ChangeLog |
diffstat | 2 files changed, 44 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <juri@jurta.org> + + * 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 <nickrob@snap.net.nz> * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
--- 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 <juri@jurta.org> + + * 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 <michael.albinus@gmx.de> Sync with Tramp 2.0.52.