changeset 55531:e862a78a46da

*** empty log message ***
author Eli Zaretskii <eliz@gnu.org>
date Tue, 11 May 2004 09:48:14 +0000
parents ada02c2b390c
children c9cc17f13ff4
files leim/ChangeLog lisp/ChangeLog msdos/ChangeLog src/ChangeLog
diffstat 4 files changed, 24 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/leim/ChangeLog	Tue May 11 09:47:25 2004 +0000
+++ b/leim/ChangeLog	Tue May 11 09:48:14 2004 +0000
@@ -1,3 +1,10 @@
+2004-05-11  Eli Zaretskii  <eliz@gnu.org>
+
+	* Makefile.in (leim-list.el): Move commands to convert TIT and
+	MISC dictionaries from here...
+	(changed.tit, changed.misc): ...to here.  Remove the (now
+	unneeded) test of the contents of changed.* files.
+
 2004-05-10  Andreas Schwab  <schwab@suse.de>
 
 	* Makefile.in (all): Readd dependency on ${WORLD} so that lisp
--- a/lisp/ChangeLog	Tue May 11 09:47:25 2004 +0000
+++ b/lisp/ChangeLog	Tue May 11 09:48:14 2004 +0000
@@ -1,3 +1,9 @@
+2004-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
+
+	* mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
+	parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
+	and "mailto:addr1?to=addr2" equal.
+
 2004-05-11  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
 
 	* man.el (Man-getpage-in-background): Use shell-file-name
--- a/msdos/ChangeLog	Tue May 11 09:47:25 2004 +0000
+++ b/msdos/ChangeLog	Tue May 11 09:48:14 2004 +0000
@@ -1,3 +1,9 @@
+2004-05-11  Eli Zaretskii  <eliz@gnu.org>
+
+	* sedleim.inp (distclean): Remove stamp-subdirs.
+	(SUBDIRS): Don't use `touch', use `djecho' instead.
+	(changed.tit, changed.misc): Use `djecho' instead of `echo'.
+
 2004-05-02  Eli Zaretskii  <eliz@gnu.org>
 
 	* sed2v2.inp (HAVE_GETRUSAGE): Define.
--- a/src/ChangeLog	Tue May 11 09:47:25 2004 +0000
+++ b/src/ChangeLog	Tue May 11 09:48:14 2004 +0000
@@ -1,3 +1,8 @@
+2004-04-29  Jim Blandy  <jimb@redhat.com>
+
+	* regex.c (mutually_exclusive_p): In 'case wordbeg', compare op2
+	against proper opcode.
+
 2004-05-10  Juanma Barranquero  <lektu@terra.es>
 
 	* process.c (Fstart_process): Fix docstring.