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 [EMACS_22_BASE]


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog,v [EMACS_22_BASE]
Date: Mon, 30 Jul 2007 00:19:15 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Dan Nicolaescu <dann>   07/07/30 00:19:07

Index: lisp/ChangeLog
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.11049.2.169
retrieving revision 1.11049.2.170
diff -u -b -r1.11049.2.169 -r1.11049.2.170
--- lisp/ChangeLog      29 Jul 2007 20:11:22 -0000      1.11049.2.169
+++ lisp/ChangeLog      30 Jul 2007 00:19:02 -0000      1.11049.2.170
@@ -1,3 +1,38 @@
+2007-07-30  Dan Nicolaescu  <address@hidden>
+
+       * vc-git.el: (vc-directory-exclusion-list, vc-handled-backends):
+       Remove.
+       (vc-git-revision-completion-table): Enable.
+       
+       * vc-hooks.el (vc-handled-backends): Add GIT and HG.
+
+       * vc.el (vc-directory-exclusion-list): Add .git and .hg.
+
+       * vc-hg.el (vc-hg-revision-completion-table): Re-enable.
+
+       * diff-mode.el (diff-mode-menu): New entries.
+
+2007-06-30  Stefan Monnier  <address@hidden>
+
+       * diff-mode.el (diff-beginning-of-file-and-junk): New function.
+       (diff-file-kill): Use it.
+       (diff-beginning-of-hunk): Add arg `try-harder' using it.
+       (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
+       Use it so they find the hunk even when we're in the file header.
+
+       * vc.el: Add new VC operation `revision-completion-table'.
+       (vc-default-revision-completion-table): New function.
+       (vc-version-diff, vc-version-other-window): Use it to provide
+       completion of revision names if the backend provides it.
+
+       * vc-arch.el (vc-arch--version-completion-table)
+       (vc-arch-revision-completion-table): New functions to provide
+       completion of revision names.
+
+       * vc-cvs.el: Require CL.
+       (vc-cvs-revision-table, vc-cvs-revision-completion-table):
+       New functions to provide completion of revision names.
+
 2007-07-29  Kimit Yada  <address@hidden>  (tiny change)
 
        * emacs-lisp/copyright.el (copyright-update-year, copyright-update)




reply via email to

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