* smerge-mode.el (smerge-start-session): Rename from smerge-auto.
[bpt/emacs.git] / lisp / ChangeLog
index caa9c0f..8ae0d57 100644 (file)
@@ -1,3 +1,426 @@
+2008-01-16  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * smerge-mode.el (smerge-start-session): Rename from smerge-auto.
+       * pcvs.el (cvs-revert-if-needed):
+       * vc.el (vc-maybe-resolve-conflicts): Rename callers.
+
+       * vc-svn.el (vc-svn-find-file-hook):
+       * vc-arch.el (vc-arch-find-file-hook): Undo previous change.
+
+2008-01-16  Ulf Jasper  <ulf.jasper@web.de>
+
+       * calendar/icalendar.el (icalendar-version): Increase to 0.16.
+       (icalendar-export-file, icalendar-import-file): Restore
+       significant trailing whitespace in `interactive' prompts.
+
+2008-01-16  Tom Tromey  <tromey@redhat.com>
+
+       * calendar/icalendar.el (icalendar--convert-tz-offset)
+       (icalendar--parse-vtimezone, icalendar--convert-all-timezones)
+       (icalendar--find-time-zone): New functions.
+       (icalendar--decode-isodatetime): Add `zone' argument, passed to
+       `decode-time'.  Doc fix.
+       (icalendar--convert-ical-to-diary): Compute zone-map.  Pass
+       timezone to icalendar--decode-isodatetime.
+
+2008-01-16  Alan Mackenzie  <acm@muc.de>
+
+       * progmodes/cc-vars.el (c-constant-symbol): Put this defun inside
+       an eval-and-compile, so as to permit byte-compiling (e.g. in
+       bootstrap).
+
+2008-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * emacs-lisp/easymenu.el (easy-menu-avoid-duplicate-keys): New var.
+       (easy-menu-create-menu, easy-menu-convert-item-1): Use it to avoid
+       using the same key for different menu entries.
+
+       * smerge-mode.el (smerge-refine): Also work on "same change conflicts".
+       (smerge-makeup-conflict): New command.
+
+2008-01-15  Thien-Thi Nguyen  <ttn@gnuvola.org>
+
+       * log-edit.el (log-edit): Doc fix.
+
+2008-01-15  Glenn Morris  <rgm@gnu.org>
+
+       * diff-mode.el (diff-end-of-hunk): Revert 2008-01-08 change.
+
+2008-01-14  Alan Mackenzie  <acm@muc.de>
+
+       * progmodes/cc-vars.el (c-constant-symbol): New function which
+       supersedes c-const-symbol.  During a customize-.. call it enables
+       an element of (e.g.) c-hanging-braces alist to have its name
+       displayed, even when the default value of c-h-b etc. doesn't
+       include the elemnt.  Replace uses of the old function by the new.
+
+       * progmodes/cc-vars.el (c-hanging-braces-alist): Remove the
+       obscure non-working fragment ":value c-".
+
+2008-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * abbrev.el (clear-abbrev-table): Can't pass a symbol to intern.
+
+2008-01-14  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/tramp.el (tramp-local-host-p): Use `tramp-file-name-host'
+       instead of `tramp-file-name-real-host'.
+
+       * net/trampver.el: Update release number.
+
+2008-01-14  Alan Mackenzie  <acm@muc.de>
+
+       * progmodes/cc-engine.el (c-guess-basic-syntax): Prevent a macro
+       call inside a struct being recognised as a K&R argument.
+
+2008-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * progmodes/compile.el (compilation-error-regexp-alist-alist):
+       Accept "fatal error" from MSFT.
+       Reported by Jared Finder <jfinder@crypticstudios.com>.
+
+2008-01-14  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * smerge-mode.el (smerge-auto): New function.
+       * vc-svn.el (vc-svn-find-file-hook):
+       * vc-arch.el (vc-arch-find-file-hook):
+       * pcvs.el (cvs-revert-if-needed):
+       * vc.el (vc-maybe-resolve-conflicts): Use it instead of vc-mode.
+       (top-level): Add a Todo list.
+
+2008-01-13  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * vc.el (vc-update): Resolve conflicts if necessary instead of
+       just updating the buffer.
+
+       * vc-cvs.el (vc-cvs-merge-news): Ignore the error status of the
+       update command so that we can parse the output.
+
+2008-01-13  Martin Rudalics  <rudalics@gmx.at>
+
+       * mail/rmail.el (rmail-convert-to-babyl-format):
+       Remove save-excursion to avoid infinite looping.
+       Reported by: dnz <dnz@bk.ru>.
+
+2008-01-12  Glenn Morris  <rgm@gnu.org>
+
+       * woman.el (woman-parse-numeric-arg): Change handling of `==':
+       can be interned without a function definition.
+
+2008-01-12  Jason Rumney  <jasonr@gnu.org>
+
+       * nxml/nxml-mode.el (nxml-enable-unicode-char-name-sets)
+       (rng-nxml-mode-init): Declare.
+
+2008-01-11  Jason Rumney  <jasonr@gnu.org>
+
+       * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add some defaults.
+       (rng-preferred-prefix-alist-default): Remove.
+
+       * nxml/nxml-uchnm.el (nxml-internal-unicode-char-name-sets-enabled):
+       Rename from nxml-enable-unicode-char-name-sets-flag.
+       (nxml-enable-unicode-char-name-sets-1): Merge into
+       nxml-enable-unicode-char-name-sets.
+       (nxml-enable-unicode-char-name-sets): Don't unconditionally set
+       nxml-char-name-ignore-case here.
+
+       * nxml/nxml-mode.el (nxml-mode): Call rng-nxml-mode-init directly.
+       Update doc string and commentary.
+       (nxml-char-name-ignore-case): Change default value.
+       (nxml-mode): Call nxml-enable-unicode-char-name-sets directly.
+
+2008-01-11  Martin Rudalics  <rudalics@gmx.at>
+
+       * cus-start.el (all): Add missing version entries.
+
+2008-01-11  Glenn Morris  <rgm@gnu.org>
+
+       * language/china-util.el (big5-to-flat-code, flat-code-to-big5)
+       (euc-to-flat-code, flat-code-to-euc):
+       * textmodes/org.el (elmo-msgdb-overview-get-entity)
+       (wl-summary-buffer-msgdb): Declare as funtions.
+
+2008-01-10  Martin Rudalics  <rudalics@gmx.at>
+
+       * progmodes/ada-mode.el (ada-set-syntax-table-properties):
+       Bind buffer-file-name and buffer-file-truename.
+
+       * fringe.el (fringe-mode-explicit): New variable.
+       (set-fringe-mode): Don't alter default-frame-alist when just
+       loading this file.
+
+2008-01-10  Tassilo Horn  <tassilo@member.fsf.org>
+
+       * doc-view.el (doc-view-buffer-file-name): New variable.
+       (doc-view-convert-current-doc, doc-view-search)
+       (doc-view-current-cache-dir, doc-view-initiate-display)
+       (doc-view-mode): Use it.
+       (doc-view-bookmark-make-cell): Use variable buffer-file-name
+       instead of function.
+
+2008-01-10  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * vc-svn.el (vc-svn-registered): Return the correct value for
+       ignored and unregistered files.
+
+2008-01-10  Tassilo Horn  <tassilo@member.fsf.org>
+
+       * doc-view.el (tramp): Require tramp because we use tramp-tramp-file-p.
+
+2008-01-10  Tom Tromey  <tromey@redhat.com>
+
+       * vc.el (vc-status-unmark-all-files): New function.
+       (vc-status-unmark-all-files): Likewise.
+       (vc-status-mode-map): Add bindings.
+
+2008-01-10  Michael Kifer  <kifer@cs.stonybrook.edu>
+
+       * ediff*.el: Uncomment declare-function.
+
+       * viper*.el: Uncomment declare-function.
+
+2008-01-09  Tassilo Horn  <tassilo@member.fsf.org>
+
+       * doc-view.el (doc-view-mode): Support tramp, compressed files and
+       files inside archives uniformly.
+
+2008-01-09  Eric S. Raymond  <esr@snark.thyrsus.com>
+
+       * testmodes/sgml-mode.el (sgml-tag-syntax-table): Initialize this
+       constant with a computation on sgml-specials rather than a literal
+       list.  Without this change the syntax table is generated
+       incorrectly, and the mode will think it's in a comment following
+       any instance of the string "--".
+
+2008-01-09  Tassilo Horn  <tassilo@member.fsf.org>
+
+       * doc-view.el (doc-view-mode-p): Add EPS as supported type.
+       (doc-view-mode): Support document files inside archives.
+
+2008-01-09  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * vc.el (vc-deduce-fileset): Return the currently selected file if
+       no files are selected when using vc-status.
+
+2008-01-09  Michael Kifer  <kifer@cs.stonybrook.edu>
+
+       * ediff*.el: Comment out declare-function.  "make bootstrap"
+       stops with an error and Emacs does not compile with those things in.
+       Besides, declare-function is not defined in XEmacs.
+
+       * ediff-util (eqiff-quit): Autoraise minibuffer.
+
+       * ediff-diff (ediff-convert-fine-diffs-to-overlays): Make it a defun.
+
+       * viper*.el: Comment out declare-function -- not defined in XEmacs.
+
+       * viper-ex.el (viper-info-on-file): Take care of indirect buffers.
+
+       * viper.el (viper-set-hooks, set-cursor-color):
+       Set viper-vi-state-cursor-color.
+
+2008-01-09  Tom Tromey  <tromey@redhat.com>
+
+       * vc.el (vc-status-headers): Rename from vc-status-insert-headers.
+       Just return header.
+       (vc-status-move-to-goal-column): New function.
+       (vc-status-mode-map): Define more keys.
+       (vc-status-mode): Use vc-status-refresh.  Now 'special.
+       (vc-status-refresh): New function.
+       (vc-status-next-line): Likewise.
+       (vc-status-previous-line): Likewise.
+       (vc-status-mark-file): Use vc-status-next-line.
+       (vc-status-unmark-file): Use vc-status-previous-line.
+       (vc-status-unmark-file-up): New function.
+       (vc-status-register): Likewise.
+       (vc-status-find-file): Likewise.
+       (vc-status-find-file-other-window): Likewise.
+       (vc-status-current-file): Likewise.
+       (vc-ensure-vc-buffer): Understand vc-status mode.
+
+       * vc-hg.el (vc-hg-dir-status): Don't pass -A to "hg status".
+
+2008-01-09  Glenn Morris  <rgm@gnu.org>
+
+       * ffap.el (ffap-string-at-point-mode-alist): Add `\' to file
+       entry, for Windows.
+
+2008-01-09  Tom Tromey  <tromey@redhat.com>
+
+       * play/blackbox.el (blackbox-mode-map): Add `q' and [return] bindings.
+
+2008-01-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
+
+       * ps-print.el: Some face attributes (like :strike-through) were not
+       being recognised.  Reported by Leo <sdl.web@gmail.com>.
+       (ps-print-version): New version 6.8.2.
+       (ps-face-strikout-p, ps-face-overline-p, ps-face-box-p): New funs.
+       (ps-screen-to-bit-face): Fix code.
+
+2008-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * ffap.el (ffap-read-file-or-url): Don't use let-binding to temporarily
+       add a file-name handler.
+
+2008-01-08  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
+
+       * textmodes/bibtex.el (bibtex-initialize): New autoloaded command.
+       Rename from function bibtex-files-expand.  New optional arg select.
+       (bibtex-flash-head): Allow blink-matching-delay being zero.
+       (bibtex-clean-entry): Use atomic-change-group.
+       (bibtex-format-entry): Check presence of required fields only
+       after formatting of fields.  Use member-ignore-case.  Do not use
+       bibtex-parse-entry.  Do not use booktitle field to set a missing title.
+       (bibtex-autofill-entry): Do not call undo-boundary.
+       (bibtex-lessp): Handle crossref keys that point to another bibtex file.
+       (bibtex-sort-buffer, bibtex-prepare-new-entry, bibtex-validate):
+       Parse keys if necessary.
+
+2008-01-08  Nick Roberts  <nickrob@snap.net.nz>
+
+       * progmodes/gdb-ui.el (gdb-var-list-children-1): Put varnum in
+       quotes in case of spaces, e.g. STL containers (not pretty).
+
+2008-01-08  Nick Roberts  <nickrob@snap.net.nz>
+
+       * progmodes/gdb-ui.el (gud-gdb-command-name):
+       Explain "--annotate=3" option is necessary for the Graphical Interface.
+
+2008-01-08  Nick Roberts  <nickrob@snap.net.nz>
+
+       * progmodes/hideif.el (hide-ifdef-mode-menu): Put hide-ifdef commands
+       on menu bar.
+
+2008-01-08  Michael Albinus  <michael.albinus@gmx.de>
+
+       * ffap.el (ffap-read-file-or-url): Let-bind
+       `file-name-handler-alist' due to `rfn-eshadow-update-overlay'.
+
+2008-01-08  Sven Joachim  <svenjoac@gmx.de>
+
+       * vc-bzr.el: Fix typo in header.
+
+2008-01-08  Eli Zaretskii  <eliz@gnu.org>
+
+       * Makefile.in (custom-deps, finder-data): Depend on autoloads
+       instead of loaddefs.el.
+
+2008-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * vc-cvs.el (vc-cvs-annotate-time): Don't move backward when text
+       gets inserted out-of-order.
+
+2008-01-08  Riccardo Murri  <riccardo.murri@gmail.com>
+
+       * vc-bzr.el: Copyright and version headers update.
+       Remove some outdated comments through the whole file.
+       (vc-bzr-program-args): Remove because unused.
+       (vc-bzr-log-switches): New customization option.
+       (vc-bzr-command): Use LC_MESSAGES=C instead of LC_ALL=C.  No longer
+       use `vc-bzr-program-args'.
+       (vc-bzr-register): Fix for working with both 22.1 and CVS version of
+       `vc-find-root' (patch by Andreas Hoenen).
+       (vc-bzr-status): Update regex to match latest Bzr output.
+       Remove redundant test.
+       (vc-bzr-init-version): New function.
+       (vc-bzr-unregister): Must not delete file.
+       (vc-bzr-find-version): New function.
+       (vc-bzr-checkout): Argument `rev' is explicit revision only if it's
+       a non-empty string, otherwise take head revision.
+       (vc-bzr-print-log): Pass `vc-bzr-log-switches' to "bzr log".
+       (vc-bzr-diff): Simpler build of the revision spec string.
+       (vc-annotate-convert-time, vc-bzr-annotate-difference):
+       Remove: compatibility hacks for Emacs21, not needed in Emacs 22.
+       (vc-bzr-dir-state): Add code comments.  Removed redundant statement.
+       (vc-bzr-dired-state-info): Only provide custom strings for
+       overloaded VC state 'edited; otherwise fallback to
+       `vc-default-dired-state-info'.
+
+2008-01-08  Richard Stallman  <rms@gnu.org>
+
+       * delsel.el (delete-selection-mode): Doc fix.
+
+2008-01-08  Nick Roberts  <nickrob@snap.net.nz>
+
+       * progmodes/gud.el (gud-def): Do nothing if gud-running is t.
+       (gud-speedbar-menu-items): Add item for gdb-var-set-format below.
+
+       * progmodes/gdb-ui.el (gdb-var-set-format): Set the output format
+       of watch expressions (only works fully with GDB 6.7 or later).
+
+2008-01-08  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * time-stamp.el (time-stamp-time-zone):
+       * whitespace.el (whitespace-check-buffer-leading)
+       (whitespace-check-buffer-trailing, whitespace-check-buffer-indent)
+       (whitespace-check-buffer-spacetab, whitespace-check-buffer-ateol):
+       * progmodes/sh-script.el (sh-indentation):
+       * textmodes/ispell.el (ispell-local-pdict):
+       Add safe-local-variable properties.
+
+2008-01-08  Michael Albinus  <michael.albinus@gmx.de>
+
+       * vc-git.el (vc-git--call): Apply `process-file' instead of
+       `call-process'.
+
+       * net/tramp.el (tramp-remote-process-environment): Add "LC_CTYPE=C".
+       Reported by Pete Forman <pete.forman@westerngeco.com>.
+       (tramp-perl-encode, tramp-perl-decode): Update copyrights.
+       (tramp-handle-process-file): Handle the case where DESTINATION is
+       a consp with t as car.
+       (tramp-wait-for-output): We shall remove exactly what has been
+       find by the search.
+
+2008-01-08  Kevin Ryde  <user42@zip.com.au>
+
+       * progmodes/compile.el (compilation-error-regexp-alist-alist):
+       For perl, allow "during global destruction" at end.  Add entry for
+       two-arg form of the Test module ok() func.
+
+2008-01-08  Glenn Morris  <rgm@gnu.org>
+
+       * diff-mode.el (diff-end-of-hunk): Don't match empty lines in
+       unified format.
+
+       * mouse.el (mouse-major-mode-menu): Suppress duplicate menus.
+
+2008-01-08  Ralf Angeli  <angeli@caeruleus.net>
+
+       * textmodes/reftex-toc.el (reftex-make-separate-toc-frame):
+       Simplify selection of frame focusing function.
+
+2008-01-08  Michael Olson  <mwolson@gnu.org>
+
+       * textmodes/remember.el (remember-region): Fix typo in docstring.
+
+2008-01-08  Lennart Borgman  <lennart.borgman.073@student.lu.se>
+
+       * textmodes/remember.el (remember): If there is a visible region
+       [that is, the mark is active and transient mark mode is enabled]
+       then use this region for the initial contents of the *Remember*
+       buffer.  Use `region-beginning' and `region-end' instead of
+       `point' and `mark'.
+
+2008-01-07  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * vc-hg.el (vc-hg-dir-state, vc-hg-dir-status): Pass the dir
+       argument to vc-hg-command.
+       (vc-hg-log-view-mode): Handle the user field better.
+
+2008-01-06  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * vc.el (vc-ensure-vc-buffer): Check liveness of vc-parent-buffer.
+
+2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * vc.el (vc-status-fileinfo): New defstruct.
+       (vc-status): New defvar
+       (vc-status-insert-headers, vc-status-printer, vc-status)
+       (vc-status-mode-map, vc-status-mode, vc-status-mark-file)
+       (vc-status-unmark-file, vc-status-marked-files): New functions.
+
+       * vc-hg.el (vc-hg-dir-status): New function.
+
 2008-01-06  Martin Rudalics  <rudalics@gmx.at>
 
        * cus-edit.el (custom-tool-bar-map): Move initialization of this
        * vc-arch.el (vc-arch-root): Only set a property if the file is
        managed by this backend.
 
-       * vc-hg.el (vc-hg-state): Support the new status code for
-       up-to-date.
+       * vc-hg.el (vc-hg-state): Support the new status code for up-to-date.
 
 2008-01-04  Tassilo Horn  <tassilo@member.fsf.org>
 
 
        * doc-view.el (doc-view-scroll-up-or-next-page)
        (doc-view-scroll-down-or-previous-page): Use image-scroll-up and
-       image-scroll-down instead of the non-image equivalents.  Don't
-       rely on a signalled condition but switch pages when scrolling
+       image-scroll-down instead of the non-image equivalents.
+       Don't rely on a signalled condition but switch pages when scrolling
        doesn't change the vertical position anymore.
        (doc-view-mode-map): Remap scroll-{up,down} to
        image-scroll-{up,down}.
        * bs.el (bs--sort-by-mode, bs--get-mode-name):
        * imenu.el (imenu-add-to-menubar):
        * makesum.el (make-command-summary):
-       * mouse.el (mouse-major-mode-menu, mouse-popup-menubar, mouse-buffer-menu):
+       * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
+       (mouse-buffer-menu):
        * msb.el (msb--mode-menu-cond):
        * calc/calc-embed.el (calc-do-embedded):
        * emacs-lisp/helper.el (Helper-describe-mode):
        * progmodes/ada-xref.el (ada-prj-find-prj-file):
        * progmodes/ada-mode.el (comment-region):
        * calendar/todo-mode.el (todo-insert-item):
-       * bookmark.el (bookmark-buffer-name): Test major-mode rather than mode-name.
+       * bookmark.el (bookmark-buffer-name):
+       Test major-mode rather than mode-name.
 
 2008-01-04  Richard Stallman  <rms@gnu.org>
 
 
 2008-01-02  Karl Fogel  <kfogel@red-bean.com>
 
-       Change a return type, for greater extensibility.  See
-       http://lists.gnu.org/archive/html/emacs-devel/2007-12/msg01077.html
+       Change a return type, for greater extensibility.
+       See http://lists.gnu.org/archive/html/emacs-devel/2007-12/msg01077.html
        and its thread for discussion leading to this change.
 
        * emacs-cvs/lisp/bookmark.el:
 
 2008-01-01  Eric S. Raymond  <esr@snark.thyrsus.com>
 
-       * vc-svn.el (vc-svn-parse-status): Set the 'unregisted property
+       * vc-svn.el (vc-svn-parse-status): Set the `unregisted' property
        correctly.
 
        * vc.el (vc-dired-hook):  Speed tuning.  Replace a vc-backend call
        (verilog-re-search-backward, verilog-re-search-forward-quick)
        (verilog-re-search-backward-quick, verilog-get-beg-of-line)
        (verilog-get-end-of-line, verilog-within-string): Move definitions
-       before first use. No code changes.
+       before first use.  No code changes.
 
 2007-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
 
 2007-12-04  Michael Albinus  <michael.albinus@gmx.de>
 
        * net/dbus.el (dbus-hash-table=): New defun.
-       (dbus-hash-table-test) New hash table test function, used in
+       (dbus-hash-table-test): New hash table test function, used in
        `dbus-registered-functions-table'.
        (dbus-check-event, dbus-handle-event, dbus-event-bus-name)
        (dbus-event-service-name, dbus-event-path-name)
 
 2007-10-08  Jason Rumney  <jasonr@gnu.org>
 
-       * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
+       * frame.el (focus-follows-mouse): Doc-fix.  Change default on w32.
 
 2007-10-08  Richard Stallman  <rms@gnu.org>
 
        * net/browse-url.el (browse-url-encode-url): Use copy-sequence.
        Reported by Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>.
 
-2007-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
-       (python-font-lock-keywords): Update to the 2.5 version of the language.
-       (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
-       (python-backspace): Only behave funny in code.
-       (python-compilation-regexp-alist): Add PDB stack trace regexp.
-       (inferior-python-mode): Add PDB prompt regexp.
-       (python-fill-paragraph): Refine the fenced-string regexp.
-       (python-find-imports): Handle imports spanning several lines.
-       (python-mode): Add `class' to hideshow support.
-
 2007-09-10  Dave Love  <fx@gnu.org>
 
        * outline.el (outline-4, outline-5, outline-7):
        * server.el (server-start, server-unload-hook):
        suspend-tty-functions has been renamed to suspend-tty-hook.
 
-       * xt-mouse.el: Likewise. resume-tty-functions has been renamed to
+       * xt-mouse.el: Likewise.  resume-tty-functions has been renamed to
        resume-tty-hook.
 
 2007-09-03  Emanuele Giaquinta  <e.giaquinta@glauco.it>  (tiny change)
 
        * vc.el (revision-granularity, create-repo): Document new vc
        backend properties.
-       (vc-rollback): Renamed from vc-cancel-version. Update
-       references. Pass a list instead of a file.
-       (vc-revert): Renamed from vc-revert-buffer. Update references.
+       (vc-rollback): Renamed from vc-cancel-version.  Update references.
+       Pass a list instead of a file.
+       (vc-revert): Renamed from vc-revert-buffer.  Update references.
        (vc-delistify, vc-expand-dirs): New functions.
        (vc-do-command): Rename FILE to FILE-OR-LIST and deal with a list
        of files instead of a single file.
        (vc-workfile-version): Update docstring.
        (vc-menu-map): Use vc-rollback instead of vc-cancel-version and
        vc-revert instead of vc-revert-buffer.
-       (vc-prefix-map): Likewise. Bind vc-update.
+       (vc-prefix-map): Likewise.  Bind vc-update.
 
        * vc-svn.el (vc-svn-revision-granularity, vc-svn-create-repo)
        (vc-svn-wash-log): New functions.
        (vc-rcs-wash-log): New functions.
        (vc-rcs-register, vc-rcs-checkin, vc-rcs-diff, vc-rcs-print-log):
        Deal with a list of files, not a single file.
-       (vc-rcs-rollback): Likewise. Rename from vc-rcs-cancel-version.
+       (vc-rcs-rollback): Likewise.  Rename from vc-rcs-cancel-version.
 
        * vc-sccs.el (vc-sccs-revision-granularity, vc-sccs-wash-log): New
        functions.
        a single file.
        (vc-cvs-print-log, vc-cvs-command): Rename FILE to FILES to denote
        that it is a file list, not a single file.
-       (vc-cvs-diff): Likewise. Simplify.
+       (vc-cvs-diff): Likewise.  Simplify.
 
        * vc-arch.el (vc-arch-register, vc-arch-checkin, vc-arch-diff):
        Deal with a list of files, not a single file.
        * vc-bzr.el (vc-bzr-register, vc-bzr-command, vc-bzr-checkin)
        (vc-bzr-print-log): Update FILE parameter name to denote that it
        is a file list, not a single file.
-       (vc-bzr-diff): Likewise. Use the car of files.
+       (vc-bzr-diff): Likewise.  Use the car of files.
 
 2007-07-18  Juanma Barranquero  <lekktu@gmail.com>
 
@@ -12349,7 +12761,7 @@ See ChangeLog.12 for earlier changes.
 ;; add-log-time-zone-rule: t
 ;; End:
 
-    Copyright (C) 2007 Free Software Foundation, Inc.
+    Copyright (C) 2007, 2008  Free Software Foundation, Inc.
 
   This file is part of GNU Emacs.