aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 49cd687b8c6..3a52a0ad79d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,9 @@
12004-03-11 Kim F. Storm <storm@cua.dk> 12004-03-11 Kim F. Storm <storm@cua.dk>
2 2
3 * dispextern.h: Move image related prototypes from xfns.c section
4 to image.c. Condition them by HAVE_WINDOW_SYSTEM rather than
5 HAVE_X_WINDOWS.
6
3 * Makefile.in (XOBJ): Consolidate into one list. Add image.o. 7 * Makefile.in (XOBJ): Consolidate into one list. Add image.o.
4 Move gtkutil.o to new GTK_OBJ list. 8 Move gtkutil.o to new GTK_OBJ list.
5 (XMENU_OBJ) [HAVE_MENUS]: Move declaration to proper place. 9 (XMENU_OBJ) [HAVE_MENUS]: Move declaration to proper place.