diff options
| author | Dmitry Gutov | 2015-01-04 03:24:53 +0300 |
|---|---|---|
| committer | Dmitry Gutov | 2015-01-04 14:44:48 +0300 |
| commit | d7af65d24ade808b44d4c936bf4b6e2eaab708cc (patch) | |
| tree | cd42c5369ed817d9c8f3c449237e7fe259c996b1 /lisp/ChangeLog | |
| parent | e13e3bd819fca99c86ea6386b3351f45ac50cccd (diff) | |
| download | emacs-d7af65d24ade808b44d4c936bf4b6e2eaab708cc.tar.gz emacs-d7af65d24ade808b44d4c936bf4b6e2eaab708cc.zip | |
Backport: Unbreak `mouse-action' property in text buttons
* lisp/button.el (push-button): Fix regression from 2012-12-06.
(cherry picked from commit d94007484ab6b98054b043c1bedeaf7a58eb8606)
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4dfe3e43d23..ddc0c9e6563 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2015-01-04 Dmitry Gutov <dgutov@yandex.ru> | ||
| 2 | |||
| 3 | Unbreak `mouse-action' property in text buttons. | ||
| 4 | |||
| 5 | * button.el (push-button): Fix regression from 2012-12-06. | ||
| 6 | |||
| 1 | 2015-01-01 Eli Zaretskii <eliz@gnu.org> | 7 | 2015-01-01 Eli Zaretskii <eliz@gnu.org> |
| 2 | 8 | ||
| 3 | * tool-bar.el (tool-bar-local-item) | 9 | * tool-bar.el (tool-bar-local-item) |