Mercurial > emacs
changeset 55490:22eeb2c849a0
*** empty log message ***
author | Andreas Schwab <schwab@suse.de> |
---|---|
date | Mon, 10 May 2004 12:00:20 +0000 |
parents | 3f16b03bb46f |
children | 79abf8a72f5a |
files | leim/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 12 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/leim/ChangeLog Mon May 10 12:00:02 2004 +0000 +++ b/leim/ChangeLog Mon May 10 12:00:20 2004 +0000 @@ -1,3 +1,8 @@ +2004-05-10 Andreas Schwab <schwab@suse.de> + + * Makefile.in (all): Readd dependency on ${WORLD} so that lisp + files are compiled when bootstrapping. + 2004-05-07 Stefan Monnier <monnier@iro.umontreal.ca> * quail/latin-ltx.el ("TeX"): Fix typo.
--- a/src/ChangeLog Mon May 10 12:00:02 2004 +0000 +++ b/src/ChangeLog Mon May 10 12:00:20 2004 +0000 @@ -1,3 +1,10 @@ +2004-05-10 Andreas Schwab <schwab@suse.de> + + * lisp.h: Declare Fmake_symbolic_link. + + * fileio.c (Frename_file): Remove extra argument in call to + Fmake_symbolic_link. + 2004-05-10 Kim F. Storm <storm@cua.dk> * xdisp.c (calc_line_height_property): Use string position when