Mercurial > emacs
changeset 54380:b3e0a3f4fdf2
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 12 Mar 2004 10:16:20 +0000 |
parents | e74d0c5cb323 |
children | a9355221b2b4 |
files | lisp/ChangeLog lispref/ChangeLog man/ChangeLog src/ChangeLog |
diffstat | 4 files changed, 28 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri Mar 12 10:16:03 2004 +0000 +++ b/lisp/ChangeLog Fri Mar 12 10:16:20 2004 +0000 @@ -1,3 +1,13 @@ +2004-03-12 Richard M. Stallman <rms@gnu.org> + + * 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 <jasonr@gnu.org> * net/ldap.el (ldap-search-internal): Handle file URLs with drive
--- a/lispref/ChangeLog Fri Mar 12 10:16:03 2004 +0000 +++ b/lispref/ChangeLog Fri Mar 12 10:16:20 2004 +0000 @@ -1,3 +1,8 @@ +2004-03-12 Richard M. Stallman <rms@gnu.org> + + * intro.texi (Version Info): Add arg to emacs-version. + (Lisp History): Change xref to CL manual. + 2004-03-09 Luc Teirlinck <teirllm@auburn.edu> * minibuf.texi (Completion Commands): Add xref to Emacs manual
--- a/man/ChangeLog Fri Mar 12 10:16:03 2004 +0000 +++ b/man/ChangeLog Fri Mar 12 10:16:20 2004 +0000 @@ -1,3 +1,9 @@ +2004-03-12 Richard M. Stallman <rms@gnu.org> + + * cl.texi (Top): Rename top node's title. + + * buffers.texi (Misc Buffer): Add index entry for rename-uniquely. + 2004-03-08 Karl Berry <karl@gnu.org> * info.texi: \input texinfo.tex instead of just texinfo, to avoid
--- a/src/ChangeLog Fri Mar 12 10:16:03 2004 +0000 +++ b/src/ChangeLog Fri Mar 12 10:16:20 2004 +0000 @@ -1,3 +1,10 @@ +2004-03-12 Richard M. Stallman <rms@gnu.org> + + * 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 <storm@cua.dk> Fix image support on MAC. From YAMAMOTO Mitsuharu.