Mercurial > emacs
changeset 43746:e9ccd91206bd
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Wed, 06 Mar 2002 14:03:32 +0000 |
parents | e959a4317633 |
children | 91939e9a62ec |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 12 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Mar 06 14:03:07 2002 +0000 +++ b/lisp/ChangeLog Wed Mar 06 14:03:32 2002 +0000 @@ -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,Bm(Bk <Pavel@Janik.cz> * language/czech.el ("Czech"): Fix the documentation.
--- a/src/ChangeLog Wed Mar 06 14:03:07 2002 +0000 +++ b/src/ChangeLog Wed Mar 06 14:03:32 2002 +0000 @@ -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.