diff options
-rw-r--r-- | etc/ChangeLog | 2 | ||||
-rw-r--r-- | lisp/ChangeLog | 9 |
2 files changed, 11 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index cf498d60c24..49935b9a9b3 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -6,6 +6,8 @@ * GNU: Update footnotes. + * NEWS: Lots of clarifications and cleanups. + 2005-05-05 Slawomir Nowaczyk <slawek@cs.lth.se> (tiny change) * TUTORIAL.pl: Updated header. diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 36b8651772d..35e6fee942e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,12 @@ +2005-05-15 Richard M. Stallman <rms@gnu.org> + + * emacs-lisp/lisp-mode.el (lisp-mode-variables): + Set font-lock-comment-start-skip. + + * font-lock.el (font-lock-comment-start-skip): New variable. + (font-lock-comment-end-skip): New variable. + (font-lock-fontify-syntactically-region): Use them if non-nil. + 2005-05-15 Jay Belanger <belanger@truman.edu> * calc/calc-store.el (calc-store-value): Return a string rather |