aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2004-03-12 10:16:20 +0000
committerRichard M. Stallman2004-03-12 10:16:20 +0000
commite69cfac29e405ec6713806f76cf670b0d99286a2 (patch)
treecf6d40b8a65df6d987da4c344e76d1ed479c8c9e
parentd75fbc3ecab8c2a38e0405cb352243fd5fafac36 (diff)
downloademacs-e69cfac29e405ec6713806f76cf670b0d99286a2.tar.gz
emacs-e69cfac29e405ec6713806f76cf670b0d99286a2.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog10
-rw-r--r--lispref/ChangeLog5
-rw-r--r--man/ChangeLog6
-rw-r--r--src/ChangeLog7
4 files changed, 28 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 141b28ba9e6..78721cf73db 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,13 @@
12004-03-12 Richard M. Stallman <rms@gnu.org>
2
3 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
4 Fix minor bug.
5
6 * replace.el (occur-engine): Change message for count of matches.
7
8 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
9 For strings, do compare text properties.
10
12004-03-11 Jason Rumney <jasonr@gnu.org> 112004-03-11 Jason Rumney <jasonr@gnu.org>
2 12
3 * net/ldap.el (ldap-search-internal): Handle file URLs with drive 13 * 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 @@
12004-03-12 Richard M. Stallman <rms@gnu.org>
2
3 * intro.texi (Version Info): Add arg to emacs-version.
4 (Lisp History): Change xref to CL manual.
5
12004-03-09 Luc Teirlinck <teirllm@auburn.edu> 62004-03-09 Luc Teirlinck <teirllm@auburn.edu>
2 7
3 * minibuf.texi (Completion Commands): Add xref to Emacs manual 8 * 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 @@
12004-03-12 Richard M. Stallman <rms@gnu.org>
2
3 * cl.texi (Top): Rename top node's title.
4
5 * buffers.texi (Misc Buffer): Add index entry for rename-uniquely.
6
12004-03-08 Karl Berry <karl@gnu.org> 72004-03-08 Karl Berry <karl@gnu.org>
2 8
3 * info.texi: \input texinfo.tex instead of just texinfo, to avoid 9 * 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 @@
12004-03-12 Richard M. Stallman <rms@gnu.org>
2
3 * fns.c (internal_equal): New arg PROPS controls comparing
4 text properties. All callers changed.
5 (Fequal_including_properties): New function.
6 (syms_of_fns): defsubr it.
7
12004-03-12 Kim F. Storm <storm@cua.dk> 82004-03-12 Kim F. Storm <storm@cua.dk>
2 9
3 Fix image support on MAC. From YAMAMOTO Mitsuharu. 10 Fix image support on MAC. From YAMAMOTO Mitsuharu.