Mercurial > emacs
comparison lisp/ChangeLog @ 69315:dc912174d2e6
*** empty log message ***
author | David Ponce <david@dponce.com> |
---|---|
date | Tue, 07 Mar 2006 06:40:19 +0000 |
parents | c3bd744c874c |
children | bcbe2f30cba0 |
comparison
equal
deleted
inserted
replaced
69314:abc374b7aa85 | 69315:dc912174d2e6 |
---|---|
1 2006-03-06 David Ponce <david@dponce.com> | |
2 | |
3 * tree-widget.el: Update Commentary header. | |
4 (tree-widget-theme-name): Ignore parent themes. | |
5 (tree-widget-set-parent-theme): New function. | |
6 (tree-widget-set-theme): Use it. | |
7 (tree-widget-set-image-properties): Move definition. Does nothing | |
8 if image properties have already been set. | |
9 (tree-widget-image-properties): Move definition. Receive an image | |
10 name. Set the :pointer property. | |
11 (tree-widget-lookup-image): Doc fix. Search in parent themes. | |
12 Don't set the :pointer image property. | |
13 (tree-widget-convert-widget): New function. Handle :dynargs | |
14 compatibility here. | |
15 (tree-widget): Use it to :convert-widget. Add the :expander-p | |
16 predicate to control when the :expander function is entered. | |
17 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea. | |
18 (tree-widget-value-create): Handle :expander-p. widget-apply | |
19 :expander. | |
20 (tree-widget-expander-p): New function. Default value of the | |
21 :expander-p property. | |
22 | |
1 2006-03-06 Chong Yidong <cyd@stupidchicken.com> | 23 2006-03-06 Chong Yidong <cyd@stupidchicken.com> |
2 | 24 |
3 * help.el (describe-key): Properly handle the return value of | 25 * help.el (describe-key): Properly handle the return value of |
4 read-key-sequence when grabbing an up-event. Cleanup mouse-1 | 26 read-key-sequence when grabbing an up-event. Cleanup mouse-1 |
5 remaps. Handle string and vector `follow-link' values. | 27 remaps. Handle string and vector `follow-link' values. |