aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorNicolas Richard2014-04-25 14:01:18 -0400
committerStefan Monnier2014-04-25 14:01:18 -0400
commit0507406b6ca75c4366dd16855123e8fc9b012c6b (patch)
treea8810668f268969f5f63ff07ee21eac084cb4343 /lisp/ChangeLog
parent844465d6cac7c243e37e446067b1a2e06be293da (diff)
downloademacs-0507406b6ca75c4366dd16855123e8fc9b012c6b.tar.gz
emacs-0507406b6ca75c4366dd16855123e8fc9b012c6b.zip
* lisp/battery.el (battery-update): Handle the case where battery
status is "N/A". Fixes: debbugs:17319
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog9
1 files changed, 7 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 60543c67f8c..9943884c372 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,7 +1,12 @@
12014-04-25 Nicolas Richard <theonewiththeevillook@yahoo.fr>
2
3 * battery.el (battery-update): Handle the case where battery
4 status is "N/A" (bug#17319).
5
12014-04-24 Eli Zaretskii <eliz@gnu.org> 62014-04-24 Eli Zaretskii <eliz@gnu.org>
2 7
3 * tooltip.el (tooltip-show-help-non-mode, tooltip-show-help): Use 8 * tooltip.el (tooltip-show-help-non-mode, tooltip-show-help):
4 equal-including-properties to compare help-echo strings. (Bug#17331) 9 Use equal-including-properties to compare help-echo strings (bug#17331).
5 10
62014-04-24 Leo Liu <sdl.web@gmail.com> 112014-04-24 Leo Liu <sdl.web@gmail.com>
7 12