aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 5d40325c952..7e13237ccf6 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,11 @@
12011-05-05 Glenn Morris <rgm@gnu.org> 12011-05-05 Glenn Morris <rgm@gnu.org>
2 2
3 * net/network-stream.el (gnutls-negotiate):
4 * simple.el (tabulated-list-print): Fix declarations.
5
6 * progmodes/gud.el (syntax-symbol, syntax-point):
7 Remove unnecessary and incorrect declarations.
8
3 * emacs-lisp/check-declare.el (check-declare-scan): 9 * emacs-lisp/check-declare.el (check-declare-scan):
4 Handle byte-compile-initial-macro-environment in bytecomp.el 10 Handle byte-compile-initial-macro-environment in bytecomp.el
5 11