aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 28630124723..3a723a52b70 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,18 @@
12007-11-03 Glenn Morris <rgm@gnu.org>
2
3 * newcomment.el (comment-dwim): Call comment-insert-comment-function,
4 if defined, for blank lines. Doc fix.
5
6 * progmodes/fortran.el (fortran-mode-map): Don't bind M-;.
7 (fortran-mode): Set values for comment-region-function,
8 uncomment-region-function and comment-insert-comment-function.
9 (fortran-uncomment-region): New function.
10
11 * textmodes/nroff-mode.el (nroff-mode): Set
12 comment-insert-comment-function rather than indent-line-function.
13 (nroff-indent-line-function): Remove.
14 (nroff-insert-comment-function): New function.
15
12007-11-02 Michael Kifer <kifer@cs.stonybrook.edu> 162007-11-02 Michael Kifer <kifer@cs.stonybrook.edu>
2 17
3 * ediff-vers.el (ediff-vc-working-revision): Add a quote. 18 * ediff-vers.el (ediff-vc-working-revision): Add a quote.