# HG changeset patch # User Eli Zaretskii # Date 1079183594 0 # Node ID 87a1108524aa69d0d12062f8dd2f4446d47006da # Parent a3ca89cf37e667ae17bccbc433a558bdd85d2488 *** empty log message *** diff -r a3ca89cf37e6 -r 87a1108524aa lisp/ChangeLog --- a/lisp/ChangeLog Sat Mar 13 13:12:09 2004 +0000 +++ b/lisp/ChangeLog Sat Mar 13 13:13:14 2004 +0000 @@ -1,3 +1,7 @@ +2004-03-12 Jesper Harder + + * info-look.el (info-lookup): Reuse an existing Info window. + 2004-03-12 Francis J. Wright * woman.el (woman-preserve-ascii): Default value changed to t and diff -r a3ca89cf37e6 -r 87a1108524aa src/ChangeLog --- a/src/ChangeLog Sat Mar 13 13:12:09 2004 +0000 +++ b/src/ChangeLog Sat Mar 13 13:13:14 2004 +0000 @@ -1,3 +1,11 @@ +2004-03-13 Eli Zaretskii + + * Makefile.in (XMENU_OBJ): Include xmenu.o if HAVE_MENUS is + defined. + + * emacs.c (main): Call syms_of_xmenu only if HAVE_MENUS is + defined. + 2004-03-12 Richard M. Stallman * fns.c (internal_equal): New arg PROPS controls comparing @@ -44,6 +52,7 @@ (obj): Add $(GTK_OBJ) to list. 2004-03-11 Steven Tamm + * image.c [MAC_OSX]: Include sys/stat.h * macfns.c (syms_of_macfns): Remove definitions of things now