X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/05452dc497b4de96edc7379f52c9863696e1c297..0507406b6ca75c4366dd16855123e8fc9b012c6b:/lisp/ChangeLog diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3e10f1f16f..9943884c37 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,23 @@ +2014-04-25 Nicolas Richard + + * battery.el (battery-update): Handle the case where battery + status is "N/A" (bug#17319). + +2014-04-24 Eli Zaretskii + + * tooltip.el (tooltip-show-help-non-mode, tooltip-show-help): + Use equal-including-properties to compare help-echo strings (bug#17331). + +2014-04-24 Leo Liu + + * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table): + Fix syntax for @. (Bug#17325) + +2014-04-24 Daniel Colascione + + * emacs-lisp/cl.el (gv): Require gv early to break eager + macro-expansion cycles. + 2014-04-23 Stefan Monnier * simple.el (region-active-p): Check there's a mark (bug#17324).