aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index c0d3316bea1..29e8ea4232e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,12 @@
12012-09-13 Paul Eggert <eggert@cs.ucla.edu>
2
3 Work around GCC and GNOME bugs when --enable-gcc-warnings.
4 * emacsgtkfixed.c (G_STATIC_ASSERT): Redefine to use 'verify',
5 to work around GNOME bug 683906.
6 * image.c (jpeg_load_body) [HAVE_JPEG && lint]: Pacify gcc -Wclobber.
7 (struct my_jpeg_error_mgr) [HAVE_JPEG && lint]: New member fp.
8 This works around GCC bug 54561.
9
12012-09-12 Paul Eggert <eggert@cs.ucla.edu> 102012-09-12 Paul Eggert <eggert@cs.ucla.edu>
2 11
3 More fixes for 'volatile' and setjmp/longjmp. 12 More fixes for 'volatile' and setjmp/longjmp.