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


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Tue, 07 Sep 2004 07:30:37 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.6336 emacs/lisp/ChangeLog:1.6337
*** emacs/lisp/ChangeLog:1.6336 Tue Sep  7 03:56:35 2004
--- emacs/lisp/ChangeLog        Tue Sep  7 05:32:35 2004
***************
*** 1,3 ****
--- 1,21 ----
+ 2004-09-07  Stefan  <address@hidden>
+ 
+       * newcomment.el (uncomment-region-default, comment-region-default):
+       New functions extracted from uncomment-region and comment-region.
+       (comment-region, comment-region-function, uncomment-region)
+       (uncomment-region-function): Use them.
+ 
+       * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
+ 
+       * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
+       It's not crucial but can make sense at times.
+ 
+       * vc-arch.el (vc-arch-workfile-version): Handle the special case before
+       the first commit.
+ 
+       * vc.el (vc-buffer-context, vc-restore-buffer-context):
+       Disable obsolete code.
+ 
  2004-09-07  Juri Linkov  <address@hidden>
  
        * progmodes/grep.el (grep-highlight-matches): Change default from
***************
*** 58,65 ****
        (next-error-follow-mode-post-command-hook): New functions.
        (next-error-follow-last-line): New defvar.
  
!       * diff-mode.el (diff-mode-map): Bind
!       toggle-next-error-follow-mode.
        * progmodes/compile.el (compilation-mode-map): Likewise.
        * progmodes/grep.el (grep-mode-map): Likewise.
        * replace.el (occur-mode-map): Likewise.
--- 76,82 ----
        (next-error-follow-mode-post-command-hook): New functions.
        (next-error-follow-last-line): New defvar.
  
!       * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
        * progmodes/compile.el (compilation-mode-map): Likewise.
        * progmodes/grep.el (grep-mode-map): Likewise.
        * replace.el (occur-mode-map): Likewise.




reply via email to

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