aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Ponce2005-08-15 12:58:24 +0000
committerDavid Ponce2005-08-15 12:58:24 +0000
commit86ae23f8c48916016a2c34ba81ff0f7c2e75bfb1 (patch)
treefae44b9683ff205ba4a3834b1bc91f1a2c4f2194
parentedc42f569e7e2a36de59274730479731daef5220 (diff)
downloademacs-86ae23f8c48916016a2c34ba81ff0f7c2e75bfb1.tar.gz
emacs-86ae23f8c48916016a2c34ba81ff0f7c2e75bfb1.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog25
1 files changed, 25 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index db4a2ede606..5f11a65dc40 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,28 @@
12005-08-15 David Ponce <david@dponce.com>
2
3 * tree-widget.el Update Commentary header.
4 (tree-widget-theme): Doc fix.
5 (tree-widget-space-width): New option.
6 (tree-widget-image-properties): Look up in the default theme too.
7 (tree-widget--cursors): Only for images with arrow pointer shape.
8 (tree-widget-lookup-image): Pointer shape is hand by default.
9 (tree-widget-icon): Generic icon widget renamed from
10 `tree-widget-control'.
11 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
12 derive from `tree-widget-icon'.
13 (tree-widget-handle): Improve default look and feel of the text
14 representation.
15 (tree-widget): Rename :*-control properties to :*-icon properties.
16 Add :action and :help-echo properties.
17 (tree-widget-after-toggle-functions): Move.
18 (tree-widget-close-node, tree-widget-open-node): Remove.
19 (tree-widget-before-create-icon-functions): New hook.
20 (tree-widget-value-create): Update to allow customization of icons
21 and nodes at run-time via that new hook.
22 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
23 (tree-widget-icon-action, tree-widget-icon-help-echo)
24 (tree-widget-action, tree-widget-help-echo): New functions.
25
12005-08-15 Kim F. Storm <storm@cua.dk> 262005-08-15 Kim F. Storm <storm@cua.dk>
2 27
3 * ido.el (ido-buffer-internal): Use with-no-warnings. 28 * ido.el (ido-buffer-internal): Use with-no-warnings.