summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-4
diff options
context:
space:
mode:
authorHavoc Pennington <hp@pobox.com>2000-11-05 16:38:16 +0000
committerHavoc Pennington <hp@src.gnome.org>2000-11-05 16:38:16 +0000
commit110c6cbac8d9cbddc27dcdf3f6c22889262fcc54 (patch)
tree4cf44e4c872b420e83ad8a6596818f720df0619c /ChangeLog.pre-2-4
parent56f81205cff9047545d5896418718d959c50eb4d (diff)
downloadglib-110c6cbac8d9cbddc27dcdf3f6c22889262fcc54.tar.gz
Added
2000-11-05 Havoc Pennington <hp@pobox.com> * glib/tmpl/spawn.sgml, glib/tmpl/markup.sgml, glib/tmpl/fileutils.sgml: Added * glib/Makefile.am: Add new files * glib/glib-sections.txt: Add stuff from -unused 2000-11-05 Havoc Pennington <hp@pobox.com> * gutils.c (g_find_program_in_path): cleanup docs, sync param names to those in the header * gfileutils.c (g_mkstemp): clean up docs * gshell.h: sync param names with param names in .c file * gfileutils.h (enum GFileTest): remove trailing comma from last member, confuses gtk-doc * gmarkup.h: s/GMarkupErrorType/GMarkupError/g; to follow convention
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r--ChangeLog.pre-2-415
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4
index 179ca87f2..3f857f54d 100644
--- a/ChangeLog.pre-2-4
+++ b/ChangeLog.pre-2-4
@@ -1,3 +1,18 @@
+2000-11-05 Havoc Pennington <hp@pobox.com>
+
+ * gutils.c (g_find_program_in_path): cleanup docs, sync param
+ names to those in the header
+
+ * gfileutils.c (g_mkstemp): clean up docs
+
+ * gshell.h: sync param names with param names in .c file
+
+ * gfileutils.h (enum GFileTest): remove trailing comma from last
+ member, confuses gtk-doc
+
+ * gmarkup.h: s/GMarkupErrorType/GMarkupError/g; to follow
+ convention
+
2000-11-02 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* gasyncqueue.c: Added documentation for asyncronous queues.