Mercurial > emacs
comparison src/ChangeLog @ 102397:ed4b5dcf615c
Add bug references.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Wed, 04 Mar 2009 14:35:11 +0000 (2009-03-04) |
parents | 8311418d8d1f |
children | 934376007cef |
comparison
equal
deleted
inserted
replaced
102396:7b826f79f0d7 | 102397:ed4b5dcf615c |
---|---|
1 2009-03-04 Jason Rumney <jasonr@gnu.org> | 1 2009-03-04 Jason Rumney <jasonr@gnu.org> |
2 | 2 |
3 * w32fns.c (w32_wnd_proc): Only ignore IME messages for the | 3 * w32fns.c (w32_wnd_proc): Only ignore IME messages for the |
4 characters that have already been read. | 4 characters that have already been read. (Bug#2569) |
5 | 5 |
6 * image.c (xbm_read_bitmap_data, png_load, svg_load_image): | 6 * image.c (xbm_read_bitmap_data, png_load, svg_load_image): |
7 Log an error message if check_image_size failed. | 7 Log an error message if check_image_size failed. |
8 (xpm_load_image, pbm_load, jpeg_load, tiff_load, gif_load) | 8 (xpm_load_image, pbm_load, jpeg_load, tiff_load, gif_load) |
9 (gs_load): Mention max-image-size in size error message. | 9 (gs_load): Mention max-image-size in size error message. (Bug#2560) |
10 | 10 |
11 2009-03-02 Eli Zaretskii <eliz@gnu.org> | 11 2009-03-02 Eli Zaretskii <eliz@gnu.org> |
12 | 12 |
13 * callproc.c (Fcall_process): Bind inhibit-modification-hooks to t | 13 * callproc.c (Fcall_process): Bind inhibit-modification-hooks to t |
14 when decoding process output. | 14 when decoding process output. |