Extract and display the CVS repository.
[bpt/emacs.git] / lisp / ChangeLog
index 75f578e..5495a63 100644 (file)
@@ -1,3 +1,17 @@
+2008-05-16  Eric S. Raymond  <esr@snark.thyrsus.com>
+
+       * vc.el: Remove my analysis of SCCS/RCS concurrency issues from
+       the end of the file, it was good work at one time but has been
+       stale since 1995 and may now be actively misleading.
+       * vc-cvs.el (vc-cvs-status-extra-headers): Extract and display the
+       CVS repository.
+
+2008-05-16  Juanma Barranquero  <lekktu@gmail.com>
+
+       * vc-rcs.el (vc-rcs-create-tag):
+       * vc-sccs.el (vc-sccs-create-tag):
+       Fix typo in error message and pass backend arg.
+
 2008-05-15  Michael Albinus  <michael.albinus@gmx.de>
 
        * net/tramp.el (tramp-file-name-for-operation): Add `make-temp-name'.
@@ -22,9 +36,9 @@
 2008-05-15  Eric S. Raymond  <esr@snark.thyrsus.com>
 
        * vc-cvs.el, vc-git.el, vc-hg.el, vc-hooks.el, vc-mcvs.el,
-       vc-rcs.el, vc-sccs.el, vc-svn.el, vc.el: Rename
+       vc-rcs.el, vc-sccs.el, vc-svn.el, vc.el: Rename
        vc-*-create-snapshot and vc-*-retrieve-snapshot to vc-*-create-tag
-       and vc-*-retireve-tag respectively.
+       and vc-*-retrieve-tag respectively.
 
        * vc-dispatcher.el: Fix an incorrect buffer name and remove an
        unneeded defalias.
@@ -49,8 +63,8 @@
        * vc-dispatcher.el (vc-dispatcher-selection): Change the returned
        list to a cons so the caller can get back both expanded and
        unexpanded filesets.
-       * vc.el (vc-deduce-fileseset, vc-next-action, vc-diff-internal,
-       vc-merge, vc-version-diff, vc-print-log, vc-revert, vc-rollback):
+       * vc.el (vc-deduce-fileseset, vc-next-action, vc-diff-internal)
+       (vc-merge, vc-version-diff, vc-print-log, vc-revert, vc-rollback):
        Change handling of selection-set returns as required.
 
 2008-05-15  John Paul Wallington  <jpw@pobox.com>
 2008-05-14  Eric S. Raymond  <esr@snark.thyrsus.com>
 
        * vc.el (vc-deduce-fileset): Do the right thing when visting a
-       buffer (say, a log buffer or diff buffer) with a vc-dir buffer as parent.
+       buffer (say, a log buffer or diff buffer) with a vc-dir buffer
+       as parent.
 
 2008-05-14  John Paul Wallington  <jpw@pobox.com>
 
-       * international/mule.el (convert-define-charset-argument): Remove
-       period from end of error message.
+       * international/mule.el (convert-define-charset-argument):
+       Remove period from end of error message.
        (coding-system-mnemonic): Doc fix.
        (ctext-pre-write-conversion): Doc fix.
 
 
 2008-05-13  Jay Belanger  <jay.p.belanger@gmail.com>
 
-       * calc/calc.el (calc-mode-map): Remove old keybinding for
-       `calc-yank'.
+       * calc/calc.el (calc-mode-map): Remove old keybinding for `calc-yank'.
 
 2008-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>