summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-2
diff options
context:
space:
mode:
authorTim Janik <timj@gtk.org>2002-10-10 21:26:25 +0000
committerTim Janik <timj@src.gnome.org>2002-10-10 21:26:25 +0000
commit41c5704578c2c939f4a01a7c86e3dff7e70a2a74 (patch)
treed6b1c796d8a396ef35402955d76135b3a8622ed9 /ChangeLog.pre-2-2
parent133b56198b047f50f16a008d44bab4b794fccb61 (diff)
if input_name is NULL, print out "<memory>" instead of completely skipping
Thu Oct 10 23:27:02 2002 Tim Janik <timj@gtk.org> * glib/gscanner.c (g_scanner_msg_handler): if input_name is NULL, print out "<memory>" instead of completely skipping input specification and thusly loosing error line information.
Diffstat (limited to 'ChangeLog.pre-2-2')
-rw-r--r--ChangeLog.pre-2-26
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2
index ea4012c48..ed1f150c4 100644
--- a/ChangeLog.pre-2-2
+++ b/ChangeLog.pre-2-2
@@ -1,3 +1,9 @@
+Thu Oct 10 23:27:02 2002 Tim Janik <timj@gtk.org>
+
+ * glib/gscanner.c (g_scanner_msg_handler): if input_name is NULL,
+ print out "<memory>" instead of completely skipping input specification
+ and thusly loosing error line information.
+
Sun Sep 29 12:15:44 2002 Manish Singh <yosh@gimp.org>
* tests/mainloop-test.c: use gsize instead of int where appropriate