diff options
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 15281f47438..cf75c28c385 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2011-09-16 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * image.c (tiff_handler): Work around a bug in MinGW GCC 3.x (see | ||
| 4 | GCC PR/17406) by declaring this function with external scope. | ||
| 5 | |||
| 1 | 2011-09-15 Paul Eggert <eggert@cs.ucla.edu> | 6 | 2011-09-15 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 7 | ||
| 3 | * editfns.c (Fformat): Fix bug in text-property fix (Bug#9514). | 8 | * editfns.c (Fformat): Fix bug in text-property fix (Bug#9514). |