]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Wed, 6 Mar 2002 14:03:32 +0000 (14:03 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 6 Mar 2002 14:03:32 +0000 (14:03 +0000)
lisp/ChangeLog
src/ChangeLog

index f7222d72455143587daaa0736425f5bcf56cc423..2dc2615aba81189302384b61f08cd79c7b225894 100644 (file)
@@ -1,3 +1,9 @@
+2002-03-06  Gerd Moellmann  <gerd@gnu.org>
+
+       * vc.el (vc-branch-part): Add autoload cookie.  This function can
+       be called from vc-rcs-find-most-recent-rev when visiting a file
+       checked into RCS in a CVS sandbox.
+
 2002-03-06  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
        * language/czech.el ("Czech"): Fix the documentation.
index b979d1bb8ca6c1ea078c37871d0045279d763898..3f1f73372a49c3e8da16561b373e4621c1ce3c7b 100644 (file)
@@ -1,3 +1,9 @@
+2002-03-06  Gerd Moellmann  <gerd@gnu.org>
+
+       * xdisp.c (message_with_string): Use Fformat instead of doprnt and
+       message3 instead of message2 to display the message using STRING's
+       text properties.
+
 2002-03-05  Andreas Schwab  <schwab@suse.de>
 
        * xdisp.c (hscroll_margin): Change to EMACS_INT.