aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorMichael Albinus2014-06-15 14:15:25 +0200
committerMichael Albinus2014-06-15 14:15:25 +0200
commit2c7bf3ce244fec86b899ac4804aa1956f291f8d6 (patch)
tree45adbbd9f2fa83955c520da9491a46985b604d87 /lisp/ChangeLog
parente4cff260759aa8affa01a28f944c328c1c90c827 (diff)
downloademacs-2c7bf3ce244fec86b899ac4804aa1956f291f8d6.tar.gz
emacs-2c7bf3ce244fec86b899ac4804aa1956f291f8d6.zip
Fix a regression bug in D-Bus event handling.
* net/dbus.el (dbus-call-method): Push only non D-Bus events into `unread-command-events'.
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 3990d4d0106..be263c894ee 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12014-06-15 Michael Albinus <michael.albinus@gmx.de>
2
3 * net/dbus.el (dbus-call-method): Push only non D-Bus events into
4 `unread-command-events'.
5
12014-06-14 Glenn Morris <rgm@gnu.org> 62014-06-14 Glenn Morris <rgm@gnu.org>
2 7
3 * progmodes/cc-langs.el: Require cl-lib. (Bug#17463) 8 * progmodes/cc-langs.el: Require cl-lib. (Bug#17463)