aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDan Nicolaescu2010-04-11 13:04:24 -0700
committerDan Nicolaescu2010-04-11 13:04:24 -0700
commit8d9c8ece918ed3f363f094526b358bcccb90dda5 (patch)
tree7bc33150a7df4cdff670426dbc2d7f2b775a8d5e /src/ChangeLog
parent1ecb2d3f03cc83ce7fa3349458f8cf83c97181f2 (diff)
downloademacs-8d9c8ece918ed3f363f094526b358bcccb90dda5.tar.gz
emacs-8d9c8ece918ed3f363f094526b358bcccb90dda5.zip
Use autoconf, not cpp for some variables.
* Makefile.in (C_SWITCH_SYSTEM, C_SWITCH_MACHINE) (C_SWITCH_X_SITE): Define using autoconf, not cpp. (ALL_CFLAGS): Use them as make variables. (really-lwlib, really-oldXMenu): Do not pass them.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 476f68e142b..3813ba047dd 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,11 @@
12010-04-11 Dan Nicolaescu <dann@ics.uci.edu>
2
3 Use autoconf, not cpp for some variables.
4 * Makefile.in (C_SWITCH_SYSTEM, C_SWITCH_MACHINE)
5 (C_SWITCH_X_SITE): Define using autoconf, not cpp.
6 (ALL_CFLAGS): Use them as make variables.
7 (really-lwlib, really-oldXMenu): Do not pass them.
8
12010-04-11 Jan Djärv <jan.h.d@swipnet.se> 92010-04-11 Jan Djärv <jan.h.d@swipnet.se>
2 10
3 * xmenu.c (apply_systemfont_to_dialog): New. 11 * xmenu.c (apply_systemfont_to_dialog): New.