diff options
| author | Eli Zaretskii | 2013-03-28 11:18:16 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2013-03-28 11:18:16 +0200 |
| commit | ef454cf704fdf8862f9f75e20fa989a1564e4be9 (patch) | |
| tree | d05ab72d277f13b60e6cca71439434ca628d7c66 /src/ChangeLog | |
| parent | 121ab1cdc40e531c1c281bf98573ae61f00fc50f (diff) | |
| download | emacs-ef454cf704fdf8862f9f75e20fa989a1564e4be9.tar.gz emacs-ef454cf704fdf8862f9f75e20fa989a1564e4be9.zip | |
Add debugging code to w32fns.c.
src/w32fns.c (w32_wnd_proc) [ENABLE_CHECKING]: Add code to help
identify the reasons for assertion violations in bug#14062 and
similar ones.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index d4edb2c3267..1e47fa0e1b6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2013-03-28 Eli Zaretskii <eliz@gnu.org> | 1 | 2013-03-28 Eli Zaretskii <eliz@gnu.org> |
| 2 | 2 | ||
| 3 | * w32fns.c (w32_wnd_proc) [ENABLE_CHECKING]: Add code to help | ||
| 4 | identify the reasons for assertion violations in bug#14062 and | ||
| 5 | similar ones. | ||
| 6 | |||
| 3 | * image.c (g_error_free) [WINDOWSNT]: Add DEF_IMGLIB_FN. | 7 | * image.c (g_error_free) [WINDOWSNT]: Add DEF_IMGLIB_FN. |
| 4 | Reported by <rzl24ozi@gmail.com>. | 8 | Reported by <rzl24ozi@gmail.com>. |
| 5 | 9 | ||