aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 2e7e6c5be50..f0a487370d3 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,20 @@
12012-11-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
2
3 * textmodes/reftex-parse.el (reftex-parse-from-file): Use variable
4 reftex-section-info-function in order to be compatible with
5 Texinfo integration.
6
7 * textmodes/reftex.el (reftex-section-pre-regexp)
8 (reftex-section-post-regexp, reftex-section-info-function): New
9 variable.
10 (reftex-compile-variables): Use variables
11 reftex-section-pre-regexp, reftex-section-post-regexp, and
12 reftex-section-info-function in order to be compatible with Texinfo integration.
13
14 * textmodes/reftex-toc.el (reftex-toc-promote-action): use
15 reftex-section-pre-regexp variable in order to be compatible with
16 Texinfo integration.
17
12012-11-25 Chong Yidong <cyd@gnu.org> 182012-11-25 Chong Yidong <cyd@gnu.org>
2 19
3 * faces.el: Make face-spec-set more analogous to setq. 20 * faces.el: Make face-spec-set more analogous to setq.