New function to deep-copy a GNode and its children. (#93464, James M.
[platform/upstream/glib.git] / docs / reference / ChangeLog
2004-02-21 Matthias ClasenNew function to deep-copy a GNode and its children...
2004-02-18 Sebastian WilhelmiForgot ChangeLog
2004-02-14 Matthias ClasenWrap waitpid() as a GSource. This is a partial implemen...
2004-02-13 Matthias ClasenFix a typo.
2004-02-06 Matthias ClasenFix some external links.
2004-02-04 Matthias ClasenNew function which works like g_completion_complete...
2004-01-30 Matthias ClasenRemove references to deprecated GTK+ and GDK functions...
2004-01-28 Matthias ClasenNew function, a cross between g_strsplit() and strtok...
2004-01-22 Owen TaylorAdd g_timer_continue(). (#98536, Tim-Philipp Müller)
2004-01-11 Matthias ClasenImprove docs for G_DEFINE_TYPE_* macros.
2004-01-10 Matthias ClasenDocument the new GType boilerplate macros with an example.
2004-01-10 Matthias ClasenDocument g_type_class_peek_static.
2004-01-09 Matthias ClasenAdd a boxed type for nul-terminated string arrays....
2003-12-26 Matthias ClasenNew function to call a function for each element of...
2003-12-21 Matthias ClasenDocument the encoding of g_get_real_name().
2003-12-19 Matthias ClasenSome rewording.
2003-12-02 Matthias ClasenFix for #103710, Mark Jones:
2003-11-06 Matthias ClasenAdd an i18n section. Include the corresponding entity...
2003-10-24 Matthias Clasen100%
2003-10-23 Owen Taylor=== Released 2.3.0 ===
2003-10-21 Matthias ClasenAdditions.
2003-10-21 Matthias ClasenAdd "Since 2.4" markers where appropriate.
2003-10-21 Owen TaylorDocument interface properties and GParamSpecOverride.
2003-10-20 Matthias ClasenDocumentation additions.
2003-10-20 Matthias ClasenRemoved... ...and readded. Change to the standard file...
2003-10-19 Matthias ClasenAdditions.
2003-10-19 Matthias ClasenAdd $(top_builddir)/glib as an include dir. (#124934...
2003-10-18 Matthias ClasenAdditions.
2003-10-17 Matthias ClasenAdd /*< public >*/ and /*< private >*/ markers for...
2003-10-17 Matthias ClasenList GObject here, since the documentation misses the...
2003-10-16 Matthias ClasenAdd the necessary stuff to compile gobject-scan.
2003-10-15 Matthias ClasenAdditions, document GParamSpecPool.
2003-10-14 Matthias ClasenImprovements from Owen's feedback.
2003-10-14 Matthias ClasenDocument closures.
2003-10-05 Matthias ClasenFix includes.
2003-10-02 Owen TaylorAdd g_type_add/remove_interface_check()
2003-09-29 Matthias ClasenAdditions.
2003-09-29 Matthias ClasenAdd "Since: 2.4" to docs. Add g_unichar_get_mirror_char and
2003-09-29 Owen TaylorDocs for g_type_default_interface_ref(), etc. :
2003-09-12 Owen TaylorAdd docs for g_signal_accumulator_true_handled.
2003-09-12 Matthias ClasenMake the g_value_set_x_take_ownership() functions ...
2003-08-05 Matthias ClasenAdd note about in-place editing to g_strdelimit() doc.
2003-07-30 Matthias ClasenSmall doc additions.
2003-07-30 Matthias ClasenSmall doc fixes.
2003-07-29 Matthias ClasenAdd paragraph about multi-threading policy.
2003-07-29 Matthias ClasenRename g_read_link() to g_file_read_link() to better...
2003-07-28 Matthias ClasenIntegrate gnulib vasnprintf().
2003-07-28 Matthias ClasenNew function g_read_link(). (#72545)
2003-07-28 Matthias ClasenAdd g_setenv() and g_unsetenv(). (#100763)
2003-07-26 Matthias ClasenNew functions to remove a range of elements from an...
2003-07-25 Matthias ClasenRemove the 1024 char limit in the common (non-recursive...
2003-07-23 Matthias ClasenMention the restriction on message length. (#118043...
2003-07-17 Matthias ClasenAdd a note about double indirection in g_ptr_array_sort...
2003-07-08 Matthias ClasenDoc additions.
2003-07-08 Matthias ClasenSupport for one-time initialization functions. (#69668...
2003-07-01 Matthias ClasenMove g_strfreev() docs inline.
2003-06-18 Matthias ClasenMove the documentation inline and add details. (#108505...
2003-06-18 Matthias ClasenAdd g_thread_init_glib to silence gtk-doc.
2003-06-17 Matthias ClasenNew macros to check for XML catalog contents and path...
2003-06-16 Matthias ClasenAdd an autogenerated index.
2003-06-11 Matthias ClasenA small addition.
2003-06-08 Owen TaylorXML fix.
2003-06-06 Matthias ClasenCorrect the documentation for G_MINFLOAT and G_MINDOUBL...
2003-06-05 Matthias ClasenAdd g_vasprintf().
2003-05-27 Matthias ClasenDocument that g_strdup() and g_strndup() accept NULL...
2003-05-11 Matthias ClasenFix a duplicate id left by copy-and-paste. (#112785...
2003-04-18 Matthias ClasenCorrect the documentation GSignalEmissionHook (#110906...
2003-04-11 Matthias ClasenFix a few typos.
2003-04-09 Matthias ClasenMove install docs into reference manual.
2003-04-07 Matthias ClasenMove cross-compilation info to reference manual.
2003-04-07 Matthias ClasenAdditions.
2003-03-31 Matthias ClasenFix formatting of examples.
2003-03-31 Matthias ClasenNew function, to insert possible non-nul-terminated...
2003-03-27 Matthias ClasenAdditions.
2003-03-24 Matthias ClasenAdditions.
2003-03-24 Matthias ClasenAdditions.
2003-03-10 Owen TaylorDocument private instance data.
2003-02-10 Matthias ClasenFix an off-by-one error in the g_strescape() docs....
2003-02-07 Matthias ClasenMove all docs out-of-line. Boy, what a waste of time.
2003-01-21 Matthias ClasenDocument the return value of g_string_free().
2003-01-14 Matthias ClasenFix the description of G_TYPE_FUNDAMENTAL. (#103119...
2003-01-01 Tor LillqvistRemove comment that only stdout would be used on Window...
2002-12-15 Matthias ClasenMove some docs inline.
2002-12-15 Matthias ClasenAdd gprintfint.h and trio.
2002-12-12 Matthias ClasenAdd --ignore-files=trio to avoid gtk-doc warnings about...
2002-12-10 Owen TaylorImprove docs for return value and @microseconds out...
2002-12-09 Matthias ClasenAdd docs.
2002-12-09 Matthias ClasenAdd docs.
2002-12-09 Matthias ClasenAdd GTypeClass, GTypePluginClass and GTypeModuleClass.
2002-12-08 Matthias ClasenAdd docs.
2002-12-06 Matthias ClasenTypo fix.
2002-12-05 Matthias ClasenAdd Since and Deprecation info for symbols documented...
2002-12-03 Matthias ClasenSync parameter names with docs and implementation.
2002-12-02 Matthias ClasenMore GSignal docs.
2002-12-01 Matthias ClasenMore docs.
2002-11-28 Matthias ClasenAdjust to changed parameter names.
2002-11-28 Matthias ClasenMove some docs inline, and add deprecation information...
2002-11-23 Matthias ClasenAdd missing short descriptions, standardize them to...
2002-11-23 Matthias ClasenExplain --enable-include-printf.
2002-11-23 Matthias ClasenAdd version info to API docs.
next