comparison lisp/ChangeLog @ 64984:b8e3b3b0bdb2

*** empty log message ***
author David Ponce <david@dponce.com>
date Mon, 15 Aug 2005 12:58:24 +0000
parents d912e5d238ec
children 77e9c9085af1
comparison
equal deleted inserted replaced
64983:1a1aa1eae3b3 64984:b8e3b3b0bdb2
1 2005-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
1 2005-08-15 Kim F. Storm <storm@cua.dk> 26 2005-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.
4 (ido-make-merged-file-list): Use while-no-input. 29 (ido-make-merged-file-list): Use while-no-input.
5 30