aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuri Linkov2006-01-23 01:30:55 +0000
committerJuri Linkov2006-01-23 01:30:55 +0000
commitf9cd958249a8b5e01fdce2a90ddd235e3b9c305c (patch)
tree687137d62fb3ba10d6649168eb7217a6ade23b87
parentfeced8744fd6e202ff01f85fa78f176fd672e1f4 (diff)
downloademacs-f9cd958249a8b5e01fdce2a90ddd235e3b9c305c.tar.gz
emacs-f9cd958249a8b5e01fdce2a90ddd235e3b9c305c.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog37
-rw-r--r--man/ChangeLog7
2 files changed, 44 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index d6297b559e7..3293681e248 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,40 @@
12006-01-23 Juri Linkov <juri@jurta.org>
2
3 * faces.el (link, link-visited): New faces based on default values
4 of `info-xref' and `info-xref-visited'.
5
6 * info.el (info-xref): Inherit from `link'.
7 (info-xref-visited): Inherit from `link-visited'.
8
9 * cus-edit.el (custom-buffer-create-internal): Use widget type
10 `custom-manual' instead of `info-link' and don't set properties
11 `button-face' and `mouse-face' explicitly.
12 (custom-browse-group-tag, custom-browse-variable-tag)
13 (custom-browse-face-tag): Inherit from widget class
14 `custom-group-link' instead of `push-button'.
15 (custom-button-unraised): Inherit from `underline' face.
16 (custom-link): Inherit from `link' face. Fix doc and group.
17 (custom-add-parent-links, custom-group-value-create): Don't set
18 properties `button-face' and `mouse-face' explicitly for
19 `custom-group-link' widget.
20 (custom-group-link): Add properties `button-face' and `mouse-face'
21 to widget definition.
22 (custom-field-keymap): New variable. Put `custom-field-keymap' to
23 editable-field's :keymap property.
24 (custom-mode): Fix docstring: substitute keybindings for
25 `widget-forward' and `widget-backward' from `widget-keymap',
26 `widget-complete' from `custom-field-keymap', replace old
27 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
28
29 * desktop.el (desktop-load-file): Check for `fboundp' before
30 calling `symbol-function'.
31
32 * simple.el (clone-buffer, clone-indirect-buffer)
33 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
34 `read-string'. Fix prompts.
35
36 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
37
12006-01-23 Nick Roberts <nickrob@snap.net.nz> 382006-01-23 Nick Roberts <nickrob@snap.net.nz>
2 39
3 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries. 40 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
diff --git a/man/ChangeLog b/man/ChangeLog
index 8b306687f0c..3d1dfccff15 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,10 @@
12006-01-23 Juri Linkov <juri@jurta.org>
2
3 * custom.texi (Easy Customization, Customization Groups)
4 (Browsing Custom): Mention links along with buttons.
5
6 * widget.texi (User Interface): Add S-TAB for widget-backward.
7
12006-01-22 Michael Albinus <michael.albinus@gmx.de> 82006-01-22 Michael Albinus <michael.albinus@gmx.de>
2 9
3 Sync with Tramp 2.0.52. 10 Sync with Tramp 2.0.52.