emacs-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-commit] emacs/lisp vc.el ChangeLog


From: Stefan Monnier
Subject: [Emacs-commit] emacs/lisp vc.el ChangeLog
Date: Fri, 23 Dec 2005 04:57:29 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Branch:         
Changes by:     Stefan Monnier <address@hidden> 05/12/23 04:57:28

Modified files:
        lisp           : vc.el ChangeLog 

Log message:
        Remove unnecessary leading * in docstrings.
        (vc-annotate-mode-map): Move initialization into declaration.
        (vc-static-header-alist): Nitpick on the regexp.
        (vc-default-init-version): New fun.
        (vc-register): Use it.
        (vc-insert-headers): Use dolist.
        (vc-annotate-get-backend): Remove unused function.
        (vc-annotate-add-menu): Remove.  Build the menu directly at toplevel.
        (vc-annotate-mode): Remove corresponding call.
        (vc-annotate-car-last-cons): Simplify.
        (vc-annotate-buffers): Remove var.
        (vc-annotate-backend): Make it buffer-local.
        (vc-annotate): Move the interaction to the interactive spec.
        Add a `buf' argument.
        (vc-annotate-warp-version): Use this new `buf' argument to avoid
        killing&creating a vc-annotate buffer, which is very disruptive when
        the buffers are shown in dedicated frames.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/emacs/lisp/vc.el.diff?tr1=1.407&tr2=1.408&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/emacs/emacs/lisp/ChangeLog.diff?tr1=1.8848&tr2=1.8849&r1=text&r2=text




reply via email to

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