aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ab8c87fca97..0115f9d0cf4 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,9 @@
12013-10-01 Dmitry Gutov <dgutov@yandex.ru> 12013-10-01 Dmitry Gutov <dgutov@yandex.ru>
2 2
3 * emacs-lisp/package.el (package-buffer-info, describe-package-1):
4 Use :url instead of :homepage, as per
5 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
6
3 * newcomment.el (comment-beginning): When `comment-use-syntax' is 7 * newcomment.el (comment-beginning): When `comment-use-syntax' is
4 non-nil, use `syntax-ppss' (Bug#15251). 8 non-nil, use `syntax-ppss' (Bug#15251).
5 9