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,v


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog,v
Date: Wed, 07 May 2008 18:16:31 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        08/05/07 18:16:29

Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.13678
retrieving revision 1.13679
diff -u -b -r1.13678 -r1.13679
--- ChangeLog   7 May 2008 12:52:19 -0000       1.13678
+++ ChangeLog   7 May 2008 18:16:25 -0000       1.13679
@@ -1,3 +1,11 @@
+2008-05-07  Stefan Monnier  <address@hidden>
+
+       * tool-bar.el: Choose images dynamically.
+       (tool-bar-make-keymap, tool-bar-find-image): New function.
+       (tool-bar-find-image-cache): New var.
+       (tool-bar-local-item, tool-bar-local-item-from-menu):
+       Don't select the image yet, do it later in tool-bar-make-keymap.
+
 2008-05-07  Andreas Schwab  <address@hidden>
 
        * window.el: Require 'cl when compiling.
@@ -60,8 +68,7 @@
 2008-05-06  Chong Yidong  <address@hidden>
 
        * progmodes/compile.el (compilation-error-regexp-alist-alist):
-       Tweak Open Watcom regexp to distinguish between errors and
-       warnings.
+       Tweak Open Watcom regexp to distinguish between errors and warnings.
 
 2008-05-06  Stefan Monnier  <address@hidden>
 
@@ -103,7 +110,7 @@
 
        * vc-dispatcher.el (vc-dir-mark-buffer-changed): Fix typo
        client-mode -> vc-client-object, and guess `funcall' was meant.
-       (vc-dir-mode): Rename client-mode -> vc-client.mode.
+       (vc-dir-mode): Rename client-mode -> vc-client-mode.
 
 2008-05-05  Dan Nicolaescu  <address@hidden>
 
@@ -152,10 +159,9 @@
        The separation is not yet completely clean, but it's a good start.
        * vc.el: This file is about 1700 lines shorter now.
        Remove obsolete logentry-check from the backend API.
-       * vc-sccs.el (vc-sccs-logentry-check): Remove .  This was
-       was the only implementation of the logentry-check method, and
-       it guarded against a log length limit that has probably been
-       obsolete for 15 years (!).
+       * vc-sccs.el (vc-sccs-logentry-check): Remove .  This was the only
+       implementation of the logentry-check method, and it guarded against
+       a log length limit that has probably been obsolete for 15 years (!).
 
 2008-05-02  Sam Steingold  <address@hidden>
 




reply via email to

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