diff options
Diffstat (limited to 'oldXMenu/ChangeLog')
| -rw-r--r-- | oldXMenu/ChangeLog | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/oldXMenu/ChangeLog b/oldXMenu/ChangeLog index 87dadb2745e..a76ea61abd8 100644 --- a/oldXMenu/ChangeLog +++ b/oldXMenu/ChangeLog | |||
| @@ -1,10 +1,15 @@ | |||
| 1 | 2012-04-09 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2012-04-14 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | configure: new option --enable-gcc-warnings (Bug#11207) | 3 | configure: new option --enable-gcc-warnings (Bug#11207) |
| 4 | * Makefile.in (C_WARNINGS_SWITCH): Remove. | 4 | * Makefile.in (C_WARNINGS_SWITCH): Remove. |
| 5 | (WARN_CFLAGS, WERROR_CFLAGS): New macros. | 5 | (WARN_CFLAGS, WERROR_CFLAGS): New macros. |
| 6 | (ALL_CFLAGS): Use new macros rather than old. | 6 | (ALL_CFLAGS): Use new macros rather than old. |
| 7 | 7 | ||
| 8 | 2012-04-11 Glenn Morris <rgm@gnu.org> | ||
| 9 | |||
| 10 | * Makefile.in (C_SWITCH_X_SYSTEM): Remove. | ||
| 11 | (ALL_CFLAGS): Remove C_SWITCH_X_SYSTEM. | ||
| 12 | |||
| 8 | 2011-04-16 Paul Eggert <eggert@cs.ucla.edu> | 13 | 2011-04-16 Paul Eggert <eggert@cs.ucla.edu> |
| 9 | 14 | ||
| 10 | Static checks with GCC 4.6.0 and non-default toolkits. | 15 | Static checks with GCC 4.6.0 and non-default toolkits. |
| @@ -622,7 +627,7 @@ | |||
| 622 | ;; coding: utf-8 | 627 | ;; coding: utf-8 |
| 623 | ;; End: | 628 | ;; End: |
| 624 | 629 | ||
| 625 | Copyright (C) 1993-1999, 2001-2012 Free Software Foundation, Inc. | 630 | Copyright (C) 1993-1999, 2001-2012 Free Software Foundation, Inc. |
| 626 | 631 | ||
| 627 | This file is part of GNU Emacs. | 632 | This file is part of GNU Emacs. |
| 628 | 633 | ||