Mercurial > emacs
comparison src/ChangeLog @ 54388:87a1108524aa
*** empty log message ***
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 13 Mar 2004 13:13:14 +0000 |
parents | b3e0a3f4fdf2 |
children | 84c215d133e7 |
comparison
equal
deleted
inserted
replaced
54387:a3ca89cf37e6 | 54388:87a1108524aa |
---|---|
1 2004-03-13 Eli Zaretskii <eliz@elta.co.il> | |
2 | |
3 * Makefile.in (XMENU_OBJ): Include xmenu.o if HAVE_MENUS is | |
4 defined. | |
5 | |
6 * emacs.c (main): Call syms_of_xmenu only if HAVE_MENUS is | |
7 defined. | |
8 | |
1 2004-03-12 Richard M. Stallman <rms@gnu.org> | 9 2004-03-12 Richard M. Stallman <rms@gnu.org> |
2 | 10 |
3 * fns.c (internal_equal): New arg PROPS controls comparing | 11 * fns.c (internal_equal): New arg PROPS controls comparing |
4 text properties. All callers changed. | 12 text properties. All callers changed. |
5 (Fequal_including_properties): New function. | 13 (Fequal_including_properties): New function. |
42 (XMENU_OBJ) [HAVE_MENUS]: Move declaration to proper place. | 50 (XMENU_OBJ) [HAVE_MENUS]: Move declaration to proper place. |
43 (GTK_OBJ) [USE_GTK]: New declaration. | 51 (GTK_OBJ) [USE_GTK]: New declaration. |
44 (obj): Add $(GTK_OBJ) to list. | 52 (obj): Add $(GTK_OBJ) to list. |
45 | 53 |
46 2004-03-11 Steven Tamm <steventamm@mac.com> | 54 2004-03-11 Steven Tamm <steventamm@mac.com> |
55 | |
47 * image.c [MAC_OSX]: Include sys/stat.h | 56 * image.c [MAC_OSX]: Include sys/stat.h |
48 | 57 |
49 * macfns.c (syms_of_macfns): Remove definitions of things now | 58 * macfns.c (syms_of_macfns): Remove definitions of things now |
50 defined in image.c | 59 defined in image.c |
51 | 60 |