*** empty log message ***

This commit is contained in:
Richard M. Stallman 2004-03-12 10:16:20 +00:00
parent d75fbc3eca
commit e69cfac29e
4 changed files with 28 additions and 0 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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.