aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorJari Aalto2012-12-01 13:51:33 +0800
committerChong Yidong2012-12-01 13:51:33 +0800
commitf38cd76e55fd04f0386859cede6f876c1bd1620d (patch)
treea8e7ae854812a435b6567d12749fcca83724d33f /lisp/ChangeLog
parent9dffb5b69353cd041027b334a9c5aadf4163ec2d (diff)
downloademacs-f38cd76e55fd04f0386859cede6f876c1bd1620d.tar.gz
emacs-f38cd76e55fd04f0386859cede6f876c1bd1620d.zip
Add `add-log-current-defun-function's for CSS and HTML mode.
* textmodes/css-mode.el (css-current-defun-name): New function. (css-mode): Use it. * textmodes/sgml-mode.el (html-current-defun-name): New function. (html-mode): Use it.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index c7fb5cabe07..c2e5e9fa8ce 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,11 @@
12012-12-01 Jari Aalto <jari.aalto@cante.net>
2
3 * textmodes/css-mode.el (css-current-defun-name): New function.
4 (css-mode): Use it.
5
6 * textmodes/sgml-mode.el (html-current-defun-name): New function.
7 (html-mode): Use it.
8
12012-12-01 Chong Yidong <cyd@gnu.org> 92012-12-01 Chong Yidong <cyd@gnu.org>
2 10
3 Modularize add-log-current-defun (Bug#2224). 11 Modularize add-log-current-defun (Bug#2224).