From e69cfac29e405ec6713806f76cf670b0d99286a2 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 12 Mar 2004 10:16:20 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 10 ++++++++++ lispref/ChangeLog | 5 +++++ man/ChangeLog | 6 ++++++ src/ChangeLog | 7 +++++++ 4 files changed, 28 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 141b28ba9e6..78721cf73db 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,13 @@ +2004-03-12 Richard M. Stallman + + * pcvs.el (cvs-mode-add-change-log-entry-other-window): + Fix minor bug. + + * replace.el (occur-engine): Change message for count of matches. + + * emacs-lisp/bytecomp.el (byte-compile-get-constant): + For strings, do compare text properties. + 2004-03-11 Jason Rumney * net/ldap.el (ldap-search-internal): Handle file URLs with drive diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 4f5e95f3070..e605d81eb02 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,8 @@ +2004-03-12 Richard M. Stallman + + * intro.texi (Version Info): Add arg to emacs-version. + (Lisp History): Change xref to CL manual. + 2004-03-09 Luc Teirlinck * minibuf.texi (Completion Commands): Add xref to Emacs manual diff --git a/man/ChangeLog b/man/ChangeLog index f84d1605799..9a2f5ca02eb 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,3 +1,9 @@ +2004-03-12 Richard M. Stallman + + * cl.texi (Top): Rename top node's title. + + * buffers.texi (Misc Buffer): Add index entry for rename-uniquely. + 2004-03-08 Karl Berry * info.texi: \input texinfo.tex instead of just texinfo, to avoid diff --git a/src/ChangeLog b/src/ChangeLog index 296b19f28bd..033a537c268 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,10 @@ +2004-03-12 Richard M. Stallman + + * fns.c (internal_equal): New arg PROPS controls comparing + text properties. All callers changed. + (Fequal_including_properties): New function. + (syms_of_fns): defsubr it. + 2004-03-12 Kim F. Storm Fix image support on MAC. From YAMAMOTO Mitsuharu. -- 2.11.4.GIT