diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 37c1ecf8824..d35092e277f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,23 @@ | |||
| 1 | 2012-09-23 Chong Yidong <cyd@gnu.org> | ||
| 2 | |||
| 3 | * w32.c (w32_delayed_load): Remove LIBRARIES argument; always use | ||
| 4 | Vdynamic_library_alist. | ||
| 5 | |||
| 6 | * gnutls.c (init_gnutls_functions): Caller changed; remove arg. | ||
| 7 | (Fgnutls_available_p): Caller changed. | ||
| 8 | |||
| 9 | * xml.c (init_libxml2_functions, Flibxml_parse_html_region) | ||
| 10 | (Flibxml_parse_xml_region): Likewise. | ||
| 11 | |||
| 12 | * dispextern.h (struct image_type): Remove arg from init function. | ||
| 13 | |||
| 14 | * image.c (Finit_image_library, lookup_image_type) | ||
| 15 | (define_image_type): Remove now-unneeded second arg. | ||
| 16 | (init_xpm_functions, init_png_functions, init_jpeg_functions) | ||
| 17 | (init_tiff_functions, init_gif_functions, init_svg_functions): | ||
| 18 | Arglist and w32_delayed_load calling convention changed. | ||
| 19 | (gs_type): Remove init_gs_functions; there is no such function. | ||
| 20 | |||
| 1 | 2012-09-23 Paul Eggert <eggert@cs.ucla.edu> | 21 | 2012-09-23 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 22 | ||
| 3 | Simplify and avoid signal-handling races (Bug#12471). | 23 | Simplify and avoid signal-handling races (Bug#12471). |