diff options
| author | Jonas Bernoulli | 2012-12-06 15:10:36 -0500 |
|---|---|---|
| committer | Stefan Monnier | 2012-12-06 15:10:36 -0500 |
| commit | 24fc9480399b2d018e8d85f34e9c5d8c327ce3bf (patch) | |
| tree | 46246a1e160516229e938fc5b59c266199dd8529 /lisp/ChangeLog | |
| parent | e86f51344b4bc58f8342b360eaf3d2b2ca0c470a (diff) | |
| download | emacs-24fc9480399b2d018e8d85f34e9c5d8c327ce3bf.tar.gz emacs-24fc9480399b2d018e8d85f34e9c5d8c327ce3bf.zip | |
* lisp/button.el: Make them work in header-lines.
(button-map): Add bindings for header-line and mode-line use.
(button-get, button-put, button-label): `button' may now be a string.
(button-activate): Don't make it a defsubst.
(button--area-button-p, button--area-button-string): New functions.
(make-text-button): Fix the return value when `beg' was a string.
(push-button): Handle the mode-line case.
Fixes: debbugs:12817
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d94ffbab67e..58b7e443798 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2012-12-06 Jonas Bernoulli <jonas@bernoul.li> | ||
| 2 | |||
| 3 | * button.el: Make them work in header-lines (bug#12817). | ||
| 4 | (button-map): Add bindings for header-line and mode-line use. | ||
| 5 | (button-get, button-put, button-label): `button' may now be a string. | ||
| 6 | (button-activate): Don't make it a defsubst. | ||
| 7 | (button--area-button-p, button--area-button-string): New functions. | ||
| 8 | (make-text-button): Fix the return value when `beg' was a string. | ||
| 9 | (push-button): Handle the mode-line case. | ||
| 10 | |||
| 1 | 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca> | 11 | 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 12 | ||
| 3 | * progmodes/sql.el: Use cl-lib and lexical-binding; various cleanup. | 13 | * progmodes/sql.el: Use cl-lib and lexical-binding; various cleanup. |