*** empty log message ***

This commit is contained in:
Eli Zaretskii 2004-05-11 09:48:14 +00:00
parent 2a0c736beb
commit cdc9b8452c
4 changed files with 24 additions and 0 deletions

View file

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

View file

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

View file

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

View file

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