aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index a2169898670..aac855804cb 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,19 @@
12011-07-22 Alan Mackenzie <acm@muc.de>
2
3 Prevent cc-langs.elc being loaded at run time.
4
5 * progmodes/cc-mode.el: Remove two autoload forms which loaded
6 cc-langs.
7
8 * /progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
9 "(require 'cc-langs)". Quote a form so it will evaluate at
10 (cc-mode's) compilation time.
11
122011-07-22 Michael Albinus <michael.albinus@gmx.de>
13
14 * net/tramp.el (tramp-file-name-handler): Avoid recursive
15 loading. (Bug#9114)
16
12011-07-21 Martin Rudalics <rudalics@gmx.at> 172011-07-21 Martin Rudalics <rudalics@gmx.at>
2 18
3 * window.el (display-buffer-pop-up-window) 19 * window.el (display-buffer-pop-up-window)