diff options
| author | Paul Eggert | 2012-09-12 21:14:33 -0700 |
|---|---|---|
| committer | Paul Eggert | 2012-09-12 21:14:33 -0700 |
| commit | 8ea47e3a5073256b30a42d34a2654e4551ce7e78 (patch) | |
| tree | e6108d2d6c14fe82a4127a8f5d996297314d957b /src/ChangeLog | |
| parent | 2168fe4f2ad6ea4320a0da7976294b0cdade1a20 (diff) | |
| download | emacs-8ea47e3a5073256b30a42d34a2654e4551ce7e78.tar.gz emacs-8ea47e3a5073256b30a42d34a2654e4551ce7e78.zip | |
Better workaround for GNOME bug when --enable-gcc-warnings.
* emacsgtkfixed.c (G_STATIC_ASSERT): Remove, undoing last change.
Instead, disable -Wunused-local-typedefs. See Dmitry Antipov in
<http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00335.html>.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c8588b973f8..2bc041f0435 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,10 @@ | |||
| 1 | 2012-09-13 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2012-09-13 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | Better workaround for GNOME bug when --enable-gcc-warnings. | ||
| 4 | * emacsgtkfixed.c (G_STATIC_ASSERT): Remove, undoing last change. | ||
| 5 | Instead, disable -Wunused-local-typedefs. See Dmitry Antipov in | ||
| 6 | <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00335.html>. | ||
| 7 | |||
| 3 | Simplify SIGIO usage (Bug#12408). | 8 | Simplify SIGIO usage (Bug#12408). |
| 4 | The code that dealt with SIGIO was crufty and confusing, e.g., it | 9 | The code that dealt with SIGIO was crufty and confusing, e.g., it |
| 5 | played tricks like "#undef SIGIO" but these tricks were not used | 10 | played tricks like "#undef SIGIO" but these tricks were not used |