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