]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Fri, 12 Mar 2004 10:16:20 +0000 (10:16 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 12 Mar 2004 10:16:20 +0000 (10:16 +0000)
lisp/ChangeLog
lispref/ChangeLog
man/ChangeLog
src/ChangeLog

index 141b28ba9e6ab442bcc2e9319682d7d8a82bcb4f..78721cf73db21a3972ac0181feecf7c835124085 100644 (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
index 4f5e95f307021d2d1fc4de66f93ce2da291cde8f..e605d81eb0209e3cb052b4b7c6ee9c15caafa57b 100644 (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
index f84d1605799ef89af54562348df42bf16e276faf..9a2f5ca02eb9ec5177100b60f50100a5d5d9e5a6 100644 (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
index 296b19f28bdd849a726af9ec1f1e08f16431a641..033a537c2681da65beed70955c7953b8a8b20b71 100644 (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.