summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin C. Krinke <kckrinke@opendoorsoftware.com>2003-07-13 23:03:18 +0000
committerGlynn Foster <gman@src.gnome.org>2003-07-13 23:03:18 +0000
commit652c90596e2c4fff6b7b748afcb01df6e21d22d9 (patch)
treea6de3c96a74723c5c7dfa30939494ca4e7de3f07 /ChangeLog
parentb0c4853c442b4a5a2e06ed3ed02bd893a58f2ae8 (diff)
user input data output to STDOUT via g_print instead of outputting to
2003-07-11 Kevin C. Krinke <kckrinke@opendoorsoftware.com> * src/calendar.c, src/entry.c, src/fileselection.c, src/text.c, src/tree.c: user input data output to STDOUT via g_print instead of outputting to STDERR via g_printerr. This makes it possible to destinguish user input data from GTK+ warnings / errors. * THANKS, src/about.c: I figure this is my second patch submission so I belong in the credits...
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 566f66a..696639e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2003-07-11 Kevin C. Krinke <kckrinke@opendoorsoftware.com>
+
+ * src/calendar.c, src/entry.c, src/fileselection.c, src/text.c,
+ src/tree.c: user input data output to STDOUT via g_print instead
+ of outputting to STDERR via g_printerr. This makes it possible to
+ destinguish user input data from GTK+ warnings / errors.
+ * THANKS, src/about.c: I figure this is my second patch submission
+ so I belong in the credits...
+
2003-07-10 John Fleck <jfleck@inkstain.net>
* autogen.sh