]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorJuri Linkov <juri@jurta.org>
Mon, 23 Jan 2006 01:30:55 +0000 (01:30 +0000)
committerJuri Linkov <juri@jurta.org>
Mon, 23 Jan 2006 01:30:55 +0000 (01:30 +0000)
lisp/ChangeLog
man/ChangeLog

index d6297b559e73496a6af04517075e40e1da29738d..3293681e24899ad05a4d4452ad933f79ccb95cbc 100644 (file)
@@ -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.
index 8b306687f0c1522947f552668fbde10674e0c1c2..3d1dfccff15f2171b54e9258033aa5baf6ad25c7 100644 (file)
@@ -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.