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


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Fri, 23 Dec 2005 04:57:28 +0000

Index: emacs/lisp/ChangeLog
diff -u emacs/lisp/ChangeLog:1.8848 emacs/lisp/ChangeLog:1.8849
--- emacs/lisp/ChangeLog:1.8848 Fri Dec 23 01:51:11 2005
+++ emacs/lisp/ChangeLog        Fri Dec 23 04:57:28 2005
@@ -1,3 +1,23 @@
+2005-12-22  Stefan Monnier  <address@hidden>
+
+       * vc.el: 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.
+
 2005-12-23  Nick Roberts  <address@hidden>
 
        * descr-text.el: Add FSF as maintainer.
@@ -11,7 +31,7 @@
        (describe-char-unicodedata-file): Make URL link in doc string.
 
 2005-12-22  Richard M. Stallman  <address@hidden>
-       
+
        * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
        (custom-buffer-create-internal): Reword the top-of-buffer help intro.
        Don't include buttons that write a file when there's no file.




reply via email to

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