aboutsummaryrefslogtreecommitdiffstats
path: root/lwlib/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2012-04-10 21:25:51 -0400
committerGlenn Morris2012-04-10 21:25:51 -0400
commit2f097256b95314f85f7c4ce5dfff9e41e1cfaeb3 (patch)
tree0cfa8ab6a327acc87bca0ce43511f3261f1a9d3d /lwlib/ChangeLog
parenta38c310cdd714d14c6125ddbdd89bb5bb671dd0d (diff)
downloademacs-2f097256b95314f85f7c4ce5dfff9e41e1cfaeb3.tar.gz
emacs-2f097256b95314f85f7c4ce5dfff9e41e1cfaeb3.zip
Repurpose C_SWITCH_X_SYSTEM as GNUSTEP_CFLAGS
This is the only thing left that uses it. * configure.in (GNUSTEP_CFLAGS): Rename from C_SWITCH_X_SYSTEM. * src/Makefile.in (GNUSTEP_CFLAGS): Rename from C_SWITCH_X_SYSTEM. * lwlib/Makefile.in (C_SWITCH_X_SYSTEM): Remove. (ALL_CFLAGS): Remove C_SWITCH_X_SYSTEM. * oldXMenu/Makefile.in (C_SWITCH_X_SYSTEM): Remove. (ALL_CFLAGS): Remove C_SWITCH_X_SYSTEM. * msdos/sedlibmk.inp, msdos/sed1v2.inp: GNUSTEP_CFLAGS replaces C_SWITCH_X_SYSTEM.
Diffstat (limited to 'lwlib/ChangeLog')
-rw-r--r--lwlib/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/lwlib/ChangeLog b/lwlib/ChangeLog
index a4bb243f35d..8ac9e6994ab 100644
--- a/lwlib/ChangeLog
+++ b/lwlib/ChangeLog
@@ -1,3 +1,8 @@
12012-04-11 Glenn Morris <rgm@gnu.org>
2
3 * Makefile.in (C_SWITCH_X_SYSTEM): Remove.
4 (ALL_CFLAGS): Remove C_SWITCH_X_SYSTEM.
5
12011-10-13 Dmitry Antipov <dmantipov@yandex.ru> 62011-10-13 Dmitry Antipov <dmantipov@yandex.ru>
2 7
3 * lwlib-Xaw.c (openFont, xaw_destroy_instance): Replace free with 8 * lwlib-Xaw.c (openFont, xaw_destroy_instance): Replace free with
@@ -1756,7 +1761,7 @@
1756;; coding: utf-8 1761;; coding: utf-8
1757;; End: 1762;; End:
1758 1763
1759 Copyright (C) 1995-1999, 2001-2012 Free Software Foundation, Inc. 1764 Copyright (C) 1995-1999, 2001-2012 Free Software Foundation, Inc.
1760 1765
1761 This file is part of GNU Emacs. 1766 This file is part of GNU Emacs.
1762 1767