X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=docs%2Freference%2FChangeLog;h=a6bf71f1b18ab45f9dd83c7b341e7b8d1b7d8ef3;hb=f1024215a4c13971a1778334b5093273f22e53b4;hp=5cbd26d44ea2fb51f110fe32f78977397cf3f17f;hpb=7ace455394c2f7b52e2e74982d8a4527ca4e1460;p=platform%2Fupstream%2Fglib.git diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 5cbd26d..a6bf71f 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,180 @@ +2004-08-02 Matthias Clasen + + * glib/glib-sections.txt: + * glib/tmpl/macros_misc.sgml: Document G_GNUC_INTERNAL. + +2004-08-01 Matthias Clasen + + * === Released 2.5.1 === + +2004-07-28 Matthias Clasen + + * glib/tmpl/misc_utils.sgml: Clarify docs for + g_get_real_name(). (#143552, Danek Duvall) + +Fri Jul 23 10:38:24 2004 Matthias Clasen + + * glib/tmpl/limits.sgml: Fix docs for G_MAXSIZE. (#148262, + Christophe Fergeau) + +Sun Jul 18 18:03:08 2004 Soeren Sandmann + + * === Released 2.5.0 === + +2004-07-09 Matthias Clasen + + * glib/tmpl/arrays.sgml: Improve g_array_free() docs. (#146875, + Ed Griffiths) + +Tue Jul 6 00:54:38 2004 Matthias Clasen + + * gobject/gobject-sections.txt: + * gobject/tmpl/gtypemodule.sgml: Add g_type_module_register_enum() + and g_type_module_register_flags(). + +Mon Jul 5 18:49:56 2004 Matthias Clasen + + * glib/tmpl/messages.sgml: + * glib/glib-sections.txt: Add g_debug. + +2004-06-15 Federico Mena Quintero + + * glib/tmpl/conversions.sgml: New section on file name encodings. + + * glib/file-name-encodings.sxd: New diagram of how file name + encodings work. + + * glib/file-name-encodings.png: Same as above, for inclusion in + the generated docs. + + * glib/Makefile.am (HTML_IMAGES): Add file-name-encodings.png. + (EXTRA_DIST): Add the new images. + + * glib/running.sgml: Add ids to the corresponding paragraphs that + describe G_FILENAME_ENCODING and G_BROKEN_FILENAMES, to be able to + reference them from elsewhere. + +Thu Jun 10 21:29:55 2004 Matthias Clasen + + * glib/tmpl/modules.sgml: Add an example for GModule + usage. (#144127, Tommi Komulainen) + +Sun Jun 6 23:20:42 2004 Matthias Clasen + + * gobject/tmpl/gtype.sgml: Fix the docs for G_DEFINE_TYPE() + and friends. (#143800, Crispin Flowerday) + +2004-05-05 Matthias Clasen + + * gobject/gobject-docs.sgml: + * glib/glib-docs.sgml: Add multiple indices. + +2004-04-30 Matthias Clasen + + * === Released 2.4.1 === + +2004-04-23 Matthias Clasen + + * glib/running.sgml: Document LIBCHARSET_ALIAS_DIR. + +2004-04-15 Matthias Clasen + + * glib/tmpl/types.sgml: Correct the description of the + gfloat and gdouble ranges. + +Tue Mar 16 12:06:09 2004 Owen Taylor + + * === Released 2.4.0 === + +Sun Mar 14 11:00:41 2004 Owen Taylor + + * gobject/tmpl/signals.sgml: Document the fact that + g_signal_connect_object() does *not* remove the signal + when the object is disconnected currently and describe + a workaround to prevent memory leaks. + +Tue Mar 9 09:16:11 2004 Owen Taylor + + * === Released 2.3.6 === + +Mon Mar 8 08:32:36 2004 Owen Taylor + + * glib/tmpl/main.sgml: Reference g_source_set_callback(), + not g_source_attach(). (Takeshi AIHANA) + +2004-02-29 Sebastian Wilhelmi + + * glib/glib-overrides.txt, glib/glib-sections.txt, + glib/tmpl/atomic_operations.sgml: Updated according to code changes. + +Sun Feb 29 02:35:00 2004 Sven Herzberg + + * glib/tmpl/limits.sgml: exchange non-existing G_MAX_DOUBLE for + G_MAXDOUBLE (fixes #135723) + +Fri Feb 27 22:10:25 2004 Matthias Clasen + + * glib/tmpl/modules.sgml: Reformat a bit. + +Fri Feb 27 22:05:23 2004 Matthias Clasen + + * glib/tmpl/limits.sgml: Document G_MAXSIZE. + +2004-02-26 Sebastian Wilhelmi + + * glib/tmpl/threads.sgml: Updated to reflect removal of the PID + niceness surrogate for thread priorities. + + * glib/glib-overrides.txt, glib/glib-sections.txt, + glib/glib-docs.sgml, glib/tmpl/atomic_operations.sgml: Add docs + for atomic operations. + +Tue Feb 24 14:09:21 2004 Owen Taylor + + * === Released 2.3.3 === + + * glib/glib-sections.txt: Updates. + +Sun Feb 22 00:59:11 2004 Matthias Clasen + + * glib/tmpl/trees-nary.sgml: Document GCopyFunc. + +Sun Feb 22 00:54:17 2004 Matthias Clasen + + * glib/glib-sections.txt: Add GCopyFunc and g_node_copy_deep. + +2004-02-18 Sebastian Wilhelmi + + * glib/glib-sections.txt: Add the new g_rand_* functions + +Sat Feb 14 01:25:23 2004 Matthias Clasen + + * glib/glib-sections.txt: Add GPid, GChildWatchFunc, + g_child_watch_source_new, g_child_watch_add, + g_child_watch_add_full. + +Fri Feb 13 23:16:25 2004 Matthias Clasen + + * glib/tmpl/macros_misc.sgml: Fix a typo. + +Sat Feb 7 01:02:06 2004 Matthias Clasen + + * glib/tmpl/numerical.sgml: Fix some external links. + +Thu Feb 5 00:54:43 2004 Matthias Clasen + + * glib/glib-sections.txt: Add g_completion_complete_utf8. + +Fri Jan 30 23:25:58 2004 Matthias Clasen + + * glib/tmpl/iochannels.sgml: + * glib/tmpl/main.sgml: Remove references to deprecated GTK+ and + GDK functions. (#130756, Vincent Untz) + +Wed Jan 28 01:39:59 2004 Matthias Clasen + + * glib/glib-sections.txt: Add g_strsplit_set. (Soeren Sandmann) + Thu Jan 22 14:51:19 2004 Owen Taylor * glib/glib-sections.txt glib/tmpl/timers.sgml: Document