aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2014-04-24 18:02:56 +0300
committerEli Zaretskii2014-04-24 18:02:56 +0300
commitbc0650fdb6476da2d0fcb563955d848479b14959 (patch)
treecc6a41d0a56dc88b75b16f301b3e92ecc89f101d /lisp/ChangeLog
parentc0b9bc72cc3488a89d774afe94c3a5f630c6f563 (diff)
downloademacs-bc0650fdb6476da2d0fcb563955d848479b14959.tar.gz
emacs-bc0650fdb6476da2d0fcb563955d848479b14959.zip
Fix bug #17331 with display properties on help-echo strings.
lisp/tooltip.el (tooltip-show-help-non-mode, tooltip-show-help): Use equal-including-properties to compare help-echo strings.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 4286c378b88..60543c67f8c 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12014-04-24 Eli Zaretskii <eliz@gnu.org>
2
3 * tooltip.el (tooltip-show-help-non-mode, tooltip-show-help): Use
4 equal-including-properties to compare help-echo strings. (Bug#17331)
5
12014-04-24 Leo Liu <sdl.web@gmail.com> 62014-04-24 Leo Liu <sdl.web@gmail.com>
2 7
3 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table): 8 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):