Extract and display the CVS repository.
[bpt/emacs.git] / lisp / ChangeLog
index 0e30e7d..5495a63 100644 (file)
@@ -1,10 +1,70 @@
+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'.
+
+2008-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * net/tramp.el: Load auth-source library.
+       (tramp-read-passwd): Use it for password, not login.
+
+2008-05-15  Shigeru Fukaya  <shugeru.fukaya@gmail.com>
+
+       * ses.el (ses-goto-print): Use move-to-column rather than
+       forward-char.
+       (ses-print-cell): Use string-width, truncate-string-to-width,
+       delete-region rather than length, substring, delete-char.
+       (ses-setup): Set inhibit-point-motion-hooks to t.  Calculate
+       position by actually moving point rather than just using unibyte
+       character length.
+       (ses-mode): Set indent-tabs-mode to nil.
+       (ses-center): Use string-width rather than length.
+
+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-*-create-snapshot and vc-*-retrieve-snapshot to vc-*-create-tag
+       and vc-*-retrieve-tag respectively.
+
+       * vc-dispatcher.el: Fix an incorrect buffer name and remove an
+       unneeded defalias.
+
+       * vc.el, vc-dispatcher.el (vc-dir-menu-map-filter): Moved.
+
+       * vc.el, vc-dispatcher.el (vc-dir-menu-map): Remove assumption
+       about buffer names.
+
+2008-05-15  Glenn Morris  <rgm@gnu.org>
+
+       * vc-hooks.el (vc-directory-resynch-file): Fix declaration.
+
+       * org/org-exp.el (org-infojs-options-inbuffer-template):
+       Fix declaration.
+
+       * progmodes/cc-mode.el (declare-function): Add compat definition.
+       (awk-mode-syntax-table, c-awk-unstick-NL-prop): Declare for compiler.
+
 2008-05-14  Eric S. Raymond  <esr@snark.thyrsus.com>
 
        * 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>