aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog33
1 files changed, 33 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 6a9b1808cdf..d8342df4da5 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,36 @@
12012-03-07 Michael Albinus <Michael.Albinus@alcatel-lucent.com>
2
3 Avoid superfluous registering of signals. (Bug#10807)
4
5 * notifications.el (notifications-on-action-object)
6 (notifications-on-close-object): New defvars.
7 (notifications-on-action-signal, notifications-on-closed-signal):
8 Unregister the signal if not needed any longer.
9 (notifications-notify): Register `notifications-action-signal' or
10 `notifications-closed-signal', if :on-action or :on-close has been
11 passed as argument.
12
132012-03-07 Chong Yidong <cyd@gnu.org>
14
15 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
16 non-X platforms.
17
182012-03-06 Glenn Morris <rgm@gnu.org>
19
20 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
21 (x-disown-selection-internal, x-get-selection-internal):
22 Doc fix (add arglist signatures). (Bug#10783)
23
242012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
25
26 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
27 Handle breakpoints with no "type".
28
292012-03-06 Glenn Morris <rgm@gnu.org>
30
31 * files.el (locate-dominating-file): Add optional predicate argument.
32 (dir-locals-find-file): Make use of above change.
33
12012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org> 342012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
2 35
3 * info.el (Info-insert-dir): Also try "dir.gz". 36 * info.el (Info-insert-dir): Also try "dir.gz".