aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog14
1 files changed, 10 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 4a34904f568..0999e794216 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12006-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
4 Add arg `filename' instead. Don't set vc-backend if `filename' is set.
5 Return `filename's status if applicable. Update callers.
6
12006-10-19 Kenichi Handa <handa@m17n.org> 72006-10-19 Kenichi Handa <handa@m17n.org>
2 8
3 * international/kkc.el (kkc-region): When a key sequence is not 9 * international/kkc.el (kkc-region): When a key sequence is not
@@ -62,8 +68,8 @@
62 68
632006-10-18 Martin Rudalics <rudalics@gmx.at> 692006-10-18 Martin Rudalics <rudalics@gmx.at>
64 70
65 * textmodes/flyspell.el (flyspell-word-search-backward): Set 71 * textmodes/flyspell.el (flyspell-word-search-backward):
66 inhibit-point-motion-hooks to avoid looping due to intangibile 72 Set inhibit-point-motion-hooks to avoid looping due to intangibile
67 text. 73 text.
68 74
692006-10-16 Richard Stallman <rms@gnu.org> 752006-10-16 Richard Stallman <rms@gnu.org>
@@ -324,7 +330,7 @@
324 330
325 After 5.10: 331 After 5.10:
326 332
327 This code may lock Emacs hard!!! Use on your own risk! 333 This code may lock Emacs hard!!! Use at your own risk!
328 334
329 (cperl-font-locking): New internal variable. 335 (cperl-font-locking): New internal variable.
330 (cperl-beginning-of-property): New function. 336 (cperl-beginning-of-property): New function.
@@ -338,7 +344,7 @@
338 recursively. 344 recursively.
339 Bound `next-single-property-change' via `point-max'. 345 Bound `next-single-property-change' via `point-max'.
340 (cperl-unwind-to-safe): Bound likewise 346 (cperl-unwind-to-safe): Bound likewise
341 (cperl-font-lock-fontify-region-function): Likewise 347 (cperl-font-lock-fontify-region-function): Likewise.
342 (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol' 348 (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
343 Initialization of `cperl-font-lock-multiline-start' could be 349 Initialization of `cperl-font-lock-multiline-start' could be
344 missed if the "main" fontification did not run due to the 350 missed if the "main" fontification did not run due to the