emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ChangeLog,v


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog,v
Date: Fri, 20 Oct 2006 07:56:22 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        06/10/20 07:56:21

Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.10206
retrieving revision 1.10207
diff -u -b -r1.10206 -r1.10207
--- ChangeLog   19 Oct 2006 12:28:17 -0000      1.10206
+++ ChangeLog   20 Oct 2006 07:56:20 -0000      1.10207
@@ -1,3 +1,9 @@
+2006-10-20  Stefan Monnier  <address@hidden>
+
+       * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
+       Add arg `filename' instead.  Don't set vc-backend if `filename' is set.
+       Return `filename's status if applicable.  Update callers.
+
 2006-10-19  Kenichi Handa  <address@hidden>
 
        * international/kkc.el (kkc-region): When a key sequence is not
@@ -62,8 +68,8 @@
 
 2006-10-18  Martin Rudalics  <address@hidden>
 
-       * textmodes/flyspell.el (flyspell-word-search-backward): Set
-       inhibit-point-motion-hooks to avoid looping due to intangibile
+       * textmodes/flyspell.el (flyspell-word-search-backward):
+       Set inhibit-point-motion-hooks to avoid looping due to intangibile
        text.
 
 2006-10-16  Richard Stallman  <address@hidden>
@@ -324,7 +330,7 @@
 
        After 5.10:
 
-       This code may lock Emacs hard!!!  Use on your own risk!
+       This code may lock Emacs hard!!!  Use at your own risk!
 
        (cperl-font-locking): New internal variable.
        (cperl-beginning-of-property): New function.
@@ -338,7 +344,7 @@
                        recursively.
                Bound `next-single-property-change' via `point-max'.
        (cperl-unwind-to-safe): Bound likewise
-       (cperl-font-lock-fontify-region-function): Likewise
+       (cperl-font-lock-fontify-region-function): Likewise.
        (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
                Initialization of `cperl-font-lock-multiline-start' could be
                missed if the "main" fontification did not run due to the




reply via email to

[Prev in Thread] Current Thread [Next in Thread]