📄 changelog
字号:
2002-11-29 Matthias Clasen <maclas@gmx.de> * glib/tmpl/main.sgml: Write something about GSourceDummyMarshal. * glib/tmpl/date.sgml: * glib/tmpl/string_utils.sgml: Remove redundant docs. * glib/glib-sections.txt: Add g_ascii_strtoull and g_get_application_name.2002-11-28 Matthias Clasen <maclas@gmx.de> * glib/tmpl/strings.sgml: * glib/tmpl/string_utils.sgml: * glib/tmpl/misc_utils.sgml: Move some docs inline.2002-11-23 Matthias Clasen <maclas@gmx.de> * gobject/tmpl/gclosure.sgml: * gobject/tmpl/signals.sgml: * gobject/tmpl/gparamspec.sgml: * gobject/tmpl/value_collection.sgml: * gobject/tmpl/generic_values.sgml: * gobject/tmpl/param_value_types.sgml: * gobject/tmpl/gboxed.sgml: * gobject/tmpl/enumerations_flags.sgml: * gobject/tmpl/objects.sgml: * gobject/tmpl/gtypemodule.sgml: * gobject/tmpl/gtypeplugin.sgml: Add missing short descriptions, standardize them to start with a capital and end without a period. * glib/tmpl/arrays.sgml: * glib/tmpl/memory_chunks.sgml: * glib/tmpl/macros.sgml: Remove periods from titles in examples. * glib/building.sgml: Explain --enable-include-printf. * glib/Makefile.am (extra_files): * gobject/Makefile.am (extra_files): Add version.xml.in. * glib/Makefile.am (content_files): * gobject/Makefile.am (content_files): Add version.xml. * glib/version.xml.in: * gobject/version.xml.in: New files to let configure dump the version in. * glib/glib-docs.sgml: * gobject/gobject-docs.sgml: Add version information.Thu Nov 21 15:52:04 2002 Owen Taylor <otaylor@redhat.com> * glib/tmpl/iochannels.sgml: Add helpful comments about the encoding of a new iochannel. (Amaury Jacquot, #96444)2002-11-21 Matthias Clasen <maclas@gmx.de> * glib/tmpl/string_utils.sgml: Add note on including gprintf.h, move some docs inline. * glib/glib-sections.txt: Add g_printf, g_vprintf, g_fprintf, g_vfprintf, g_sprintf, g_vsprintf.2002-11-20 Matthias Clasen <maclas@gmx.de> * glib/tmpl/macros_misc.sgml: Document G_LIKELY, G_UNLIKELY. * glib/glib-sections.txt: Add G_LIKELY, G_UNLIKELY.2002-10-20 Matthias Clasen <maclas@gmx.de> * gobject/Makefile.am (SCANOBJ_FILES): * glib/Makefile.am (SCANOBJ_FILES): Add $(DOC_MODULE).prerequisites.2002-10-15 Matthias Clasen <maclas@gmx.de> * gobject/gobject-sections.txt: Add g_type_interface_prerequisites.2002-10-14 Matthias Clasen <maclas@gmx.de> * gobject/Makefile.am (dist-hook): * glib/Makefile.am (dist-hook): Dist the xml/*.xml, not sgml/*.sgml. (#95678, Owen Taylor)2002-10-14 Matthias Clasen <maclas@gmx.de> * gobject/Makefile.am (SCANOBJ_FILES): * glib/Makefile.am (SCANOBJ_FILES): Add $(DOC_MODULE).interfaces.2002-09-16 Matthias Clasen <maclas@gmx.de> * glib/tmpl/messages.sgml: Replace G_LOG_FLAG_RECURSIVE by G_LOG_FLAG_RECURSION throughout. (#93390) 2002-08-12 Matthias Clasen <maclas@gmx.de> * glib/glib-sections.txt: Add g_markup_parse_context_get_element and g_utf8_strreverse.Thu Jul 25 18:58:29 2002 Owen Taylor <otaylor@redhat.com> * glib/tmpl/threads.sgml: Fix reference to non-existing @priority parameter. (#88500, Linux Walleij) 2002-06-03 Matthias Clasen <maclas@gmx.de> * gobject/gobject-docs.sgml: * glib/glib-docs.sgml: * glib/tmpl/macros.sgml: * glib/tmpl/string_utils.sgml: Replace homegrown "nbsp", "hash" and "percent" entities by standard ISO entities "nbsp", "num" and "percnt". 2002-05-30 Matthias Clasen <maclas@gmx.de> * glib/tmpl/string_utils.sgml: * glib/tmpl/threads.sgml: Small formatting fixes.2002-05-26 Matthias Clasen <maclas@gmx.de> * glib/tmpl/conversions.sgml: Add GIConv. * glib/tmpl/main.sgml: Fix references to nonexisting functions g_main_loop_destroy(), g_source_add(), g_source_connect(). * glib/glib-sections.txt: Add GIConv, g_str_has_prefix, g_str_has_suffix. * glib/tmpl/linked_lists_single.sgml: * glib/tmpl/linked_lists_double.sgml: GListAllocator doesn't exist. * glib/glib-docs.sgml: Declare hash entity. * glib/tmpl/macros.sgml: Escape # in #ifdef to suppress erroneous links.2002-05-25 Matthias Clasen <maclas@gmx.de> * gobject/Makefile.am, gobject/gobject-docs.sgml, gobject/tmpl/*: * glib/Makefile.am, glib/glib-docs.sgml, glib/tmpl/*: Produce XML, not SGML.2002-05-21 Matthias Clasen <maclas@gmx.de> * glib/tmpl/markup.sgml: Updates.Sat May 18 00:44:35 2002 Tim Janik <timj@gtk.org> [merged from stable] * glib/tmpl/scanner.sgml: fix documentation for g_scanner_unexp_token().2002-05-01 Sebastian Wilhelmi <wilhelmi@ira.uka.de> * glib/tmpl/threads.sgml: Clarify recursion issues with GMutex. (#78171)2002-04-24 Matthias Clasen <maclas@gmx.de> * gobject/gobject-sections.txt: * gobject/tmpl/gtype.sgml: Updates.2002-04-21 Matthias Clasen <maclas@gmx.de> * glib/tmpl/strings.sgml: Fix the description of g_string_assign. (#78728)2002-04-18 Matthias Clasen <maclas@gmx.de> * glib/tmpl/error_reporting.sgml: * glib/tmpl/threads.sgml: * glib/tmpl/arrays_pointer.sgml: * glib/tmpl/arrays_byte.sgml: * glib/tmpl/memory_chunks.sgml: s/<!>/<!-- -->/g throughout the documentation to bring the produced Docbook closer to XML.2002-03-25 Sven Neumann <sven@gimp.org> * glib/tmpl/scanner.sgml: Fixed documentation about unused struct fields and added a note about proper g_scanner_unexp_token() usage.2002-03-11 Matthias Clasen <maclas@gmx.de> * glib/tmpl/string_utils.sgml: Add a note about g_strreverse() and UTF-8.2002-02-21 Matthias Clasen <maclas@gmx.de> * glib/Makefile.am (IGNORE_HFILES): Add gdebug.h. * glib/running.sgml: Document the G_DEBUG environment variable. * glib/tmpl/threads.sgml: Replace g_thread_wait() by g_thread_join() in two places.2002-02-20 Sven Neumann <sven@gimp.org> * gobject/gobject-sections.txt * gobject/tmpl/generic_values.sgml * gobject/tmpl/param_value_types.sgml: updated for GValue changes.Tue Feb 19 17:45:43 2002 Tim Janik <timj@gtk.org> * gobject/tmpl/generic_values.sgml: added GValue documentation.Thu Feb 7 12:07:06 2002 Tim Janik <timj@gtk.org> * gobject/tmpl/generic_values.sgml: document value transformation.Mon Feb 4 17:55:39 2002 Tim Janik <timj@gtk.org> * gobject/tmpl/closures.sgml: doc common functions like ref/ sink/unref/invalidate. * gobject/tmpl/objects.sgml: document g_object_watch_closure() and qdata functions.Tue Jan 29 12:00:59 2002 Owen Taylor <otaylor@redhat.com> * gobject/gobject-sections.txt: Updated. * glib/running.sgml glib/changes-2.0.sgml: SGML fixes.2002-01-28 Ron Steinke <rsteinke@w-link.net> * glib/iochannel.sgml: Changed #IOChannelError to #GIOChannelError in one place2002-01-16 Matthias Clasen <matthiasc@poet.de> * glib/building.sgml, glib/compiling.sgml, glib/running.sgml, glib/resources.sgml, glib/changes-2.0.sgml: New files. * glib/Makefile.am (content_files): Add new files. * glib/glib-docs.sgml: Add an Overview chapter.2002-01-08 Sebastian Wilhelmi <wilhelmi@ira.uka.de> * glib/tmpl/threads.sgml: Name the right function.2001-12-23 Matthias Clasen <matthias@poet.de> * glib/tmpl/main.sgml, glib/tmpl/string_utils.sgml, glib/tmpl/strings.sgml: Replace references to deprecated functions.2001-12-21 Matthias Clasen <matthias@poet.de> * glib/glib-sections.txt: Move g_get_charset() to the Charset conversion section. (#65630) Wed Dec 19 23:07:53 2001 Owen Taylor <otaylor@redhat.com> * glib/tmpl/messages.sgml glib/tmpl/string_utils.sgml: SGML fixes. * gobject/gobject-sections.txt glib/glib-sectoins.txt: Small updates.2001-12-15 Matthias Clasen <matthias@poet.de> * glib/tmpl/caches.sgml: GCs are cached by GTK, not by GDK.2001-12-14 Matthias Clasen <matthias@poet.de> * glib/tmpl/memory.sgml: Typo fixes.2001-12-13 Matthias Clasen <matthiasc@poet.de> * glib/tmpl/completion.sgml, glib/tmpl/date.sgml, glib/tmpl/fileutils.sgml, glib/tmpl/iochannels.sgml, glib/tmpl/macros.sgml, glib/tmpl/memory.sgml, glib/tmpl/misc_utils.sgml, glib/tmpl/warnings.sgml, glib/tmpl/windows.sgml: Revert mistaken change: it is UNIX, not Unix. * glib/tmpl/memory_chunks.sgml, glib/tmpl/date.sgml, glib/tmpl/threads.sgml, glib/tmpl/gtype.sgml: Trivial markup fixes.2001-12-12 Matthias Clasen <matthiasc@poet.de> * glib/tmpl/string_utils.sgml: Correct docs for g_[v]snprintf.2001-12-12 Matthias Clasen <matthiasc@poet.de> * glib/tmpl/allocators.sgml, glib/tmpl/arrays.sgml, glib/tmpl/arrays_byte.sgml, glib/tmpl/arrays_pointer.sgml, glib/tmpl/caches.sgml, glib/tmpl/completion.sgml, glib/tmpl/conversions.sgml, glib/tmpl/datalist.sgml, glib/tmpl/date.sgml, glib/tmpl/error_reporting.sgml, glib/tmpl/fileutils.sgml, glib/tmpl/hash_tables.sgml, glib/tmpl/hooks.sgml, glib/tmpl/macros.sgml, glib/tmpl/macros_misc.sgml, glib/tmpl/main.sgml, glib/tmpl/markup.sgml, glib/tmpl/memory.sgml, glib/tmpl/memory_chunks.sgml, glib/tmpl/messages.sgml, glib/tmpl/misc_utils.sgml, glib/tmpl/modules.sgml, glib/tmpl/numerical.sgml, glib/tmpl/patterns.sgml, glib/tmpl/queue.sgml, glib/tmpl/shell.sgml, glib/tmpl/spawn.sgml, glib/tmpl/string_utils.sgml, glib/tmpl/thread_pools.sgml, glib/tmpl/threads.sgml, glib/tmpl/timers.sgml, glib/tmpl/trees-binary.sgml, glib/tmpl/trees-nary.sgml, glib/tmpl/type_conversion.sgml, glib/tmpl/unicode.sgml, glib/tmpl/warnings.sgml, glib/tmpl/windows.sgml: Improve markup of examples, general consistency improvements.2001-12-06 Havoc Pennington <hp@redhat.com> * glib/tmpl/messages.sgml: improve g_log_set_handler docsWed Nov 28 18:50:19 2001 Owen Taylor <otaylor@redhat.com> * glib/glib-sections.txt: Update.2001-11-28 Sebastian Wilhelmi <wilhelmi@ira.uka.de> * glib/tmpl/date.sgml: Fix g_usleep docs.2001-11-26 Matthias Clasen <matthiasc@poet.de> * glib/tmpl/trees-binary.sgml: Document G_LEVEL_ORDER better.2001-11-22 Matthias Clasen <matthiasc@poet.de> Fixes for #61284: * glib/tmpl/windows.sgml: Document G_WIN32_DLLMAIN_FOR_DLL_NAME. * glib/tmpl/fileutils.sgml: Document GDir. * glib/tmpl/limits.sgml: Document G_MININT64, G_MAXINT64, G_MAXUINT64. Thu Nov 22 12:56:57 2001 Owen Taylor <otaylor@redhat.com> * gobject/gobject-sections.txt: Update. * glib/tmpl/{spawn.sgml,patterns.sgml}: SGML fixes. * glib/glib-sections.txt: Updated. * glib/Makefile.am (IGNORE_HFILES): Don't scan headers in build/Sat Nov 17 17:24:19 2001 Owen Taylor <otaylor@redhat.com> * glib/glib-sections.txt: Remove g_log_domain_glib2001-11-15 Matthias Clasen <matthiasc@poet.de> * glib/tmpl/iochannels.sgml: Document GIOFlags, fix typos. * glib/tmpl/conversions.sgml, glib/tmpl/unicode.sgml, glib/tmpl/spawn.sgml, glib/tmpl/fileutils.sgml, glib/tmpl/shell.sgml, glib/tmpl/windows.sgml: Add some missing short and long descriptions.2001-11-14 Matthias Clasen <matthiasc@poet.de> * glib/Makefile.am (MKDB_OPTIONS): Add --sgml-mode. * glib/tmpl/patterns.sgml: Document UTF-8 support.Wed Nov 14 03:19:49 2001 Tim Janik <timj@gtk.org> * gobject/tmpl/param_value_types.sgml: more docs.Tue Nov 13 21:31:58 2001 Tim Janik <timj@gtk.org> * gobject/tmpl/param_value_types.sgml: list parameter and value types. * gobject/tmpl/gparamspec.sgml: more docs for g_param_spec*() functions. * gobject/*: section cleanups.Tue Nov 13 19:49:16 2001 Tim Janik <timj@gtk.org> * gobject/tmpl/gparamspec.sgml: param spec updates.2001-11-12 Matthias Clasen <matthiasc@poet.de> * glib/tmpl/markup.sgml: Remove excess listitem from long description. 2001-11-11 Matthias Clasen <matthiasc@poet.de> * glib/tmpl/unicode.sgml: Document GNormalizeMode enum. * glib/tmpl/spawn.sgml: Document GSpawnFlags flags. * glib/tmpl/error_reporting.sgml: Document GError struct. * glib/tmpl/main.sgml: Document GMainContext, GSource and GSourceCallbackFuncs structs.2001-10-31 Matthias Clasen <matthiasc@poet.de> * glib/tmpl/messages.sgml, glib/tmpl/unicode.sgml: Document g_log_domain_glib, gunichar, gunichar2, GUnicodeType, GUnicodeBreakType.Fri Oct 26 11:42:50 2001 Owen Taylor <otaylor@redhat.com> * */Makefile.am: Remove $(srcdir)/html before building HTML to prevent stale files. Dist all files in html/2001-10-25 Havoc Pennington <hp@pobox.com> * glib/tmpl/string_utils.sgml: docs on why the deprecated functions are deprecated.2001-10-15 Sven Neumann <sven@gimp.org> * glib/tmpl/random_numbers.sgml: fixed typo.Sat Oct 13 06:58:23 2001 Tim Janik <timj@gtk.org> * glib/tmpl/patterns.sgml: amended documentation.2001-10-11 Matthias Clasen <matthiasc@poet.de> * glib/tmpl/patterns.sgml, glib/tmpl/shell.sgml: Updates.2001-10-05 Matthias Clasen <matthiasc@poet.de> * glib/tmpl/hooks.sgml: Document G_HOOK_FLAG_USER_SHIFT. * glib/tmpl/trash_stacks.sgml: Document trash stacks. * glib/tmpl/async_queues.sgml, glib/tmpl/caches.sgml, glib/tmpl/completion.sgml, glib/tmpl/patterns.sgml, glib/tmpl/numerical.sgml, glib/tmpl/random_numbers.sgml, glib/tmpl/relations.sgml, glib/tmpl/modules.sgml: Update.2001-10-05 Matthias Clasen <matthiasc@poet.de> * glib/tmpl/conversions.sgml: Update. * glib/tmpl/patterns.sgml: Update.2001-10-05 Matthias Clasen <matthiasc@poet.de> * glib/tmpl/hooks.sgml, glib/tmpl/spawn.sgml, glib/tmpl/macros_misc.sgml: Update. * glib/tmpl/linked_lists_double.sgml, glib/tmpl/trees-binary.sgml, glib/glib-sections.txt: Document GCompareDataFunc.2001-10-02 Matthias Clasen <matthiasc@poet.de> * glib/tmpl/iochannel.sgml, glib/tmpl/macros_misc.sgml, glib/tmpl/queue.sgml: update docs. * glib/tmpl/modules.sgml, glib/tmpl/threads.sgml: Remove references to glib-config.2001-10-01 Matthias Clasen <matthiasc@poet.de> * glib/tmpl/iochannels.sgml, glib/tmpl/shell.sgml, glib/tmpl/spawn.sgml, glib/tmpl/memory.sgml, glib/tmpl/macros.sgml, glib/tmpl/completion.sgml, glib/tmpl/main.sgml, glib/tmpl/messages.sgml, glib/tmpl/misc_utils.sgml, glib/tmpl/threads.sgml, glib/tmpl/trees-nary.sgml, glib/tmpl/string_utils.sgml: More markup fixes and completions.Mon Oct 1 15:59:46 2001 Owen Taylor <otaylor@redhat.com> * glib/tmpl/strings.sgml docs/glib-sections.txt: Rename g_string_printfa(). to g_string_append_printf().2001-10-01 Matthias Clasen <matthiasc@poet.de> * glib/glib-sections.txt: Move all *_error_quark() functions to the 'Private' sections. (#61472)2001-10-01 Matthias Clasen <matthiasc@poet.de> * glib/tmpl/macros.sgml (G_CONST_RETURN): document allowed uses for 'out' parameters.2001-10-01 Matthias Clasen <matthiasc@poet.de> * glib/tmpl/caches.sgml, glib/tmpl/datalist.sgml, glib/tmpl/hash_tables.sgml, glib/tmpl/messages.sgml, glib/tmpl/misc_utils.sgml: consistently refer to GTK+. * glib/tmpl/error_reporting.sgml, glib/tmpl/fileutils.sgml, glib/tmpl/windows.sgml, glib/tmpl/modules.sgml, glib/tmpl/linked_lists_single.sgml, glib/tmpl/trees-nary.sgml, glib/tmpl/trees-binary.sgml, glib/tmpl/timers.sgml: Markup fixes.2001-09-30 Matthias Clasen <matthiasc@poet.de> * glib/tmpl/arrays.sgml,glib/tmpl/arrays_byte.sgml glib/tmpl/arrays_pointer.sgml, glib/tmpl/caches.sgml, glib/tmpl/datalist.sgml, glib/tmpl/date.sgml, glib/tmpl/datasets.sgml, glib/tmpl/type_conversion.sgml, glib/tmpl/memory.sgml, glib/tmpl/hash_tables.sgml: Markup fixes and a few additions.2001-09-27 Matthias Clasen <matthiasc@poet.de> * glib/tmpl/macros.sgml, glib/tmpl/macros_misc.sgml, glib/tmpl/scanner.sgml: Additions and markup fixes.2001-09-27 Matthias Clasen <matthiasc@poet.de> * glib/tmpl/warnings.sgml, glib/tmpl/linked_lists_double.sgml, glib/tmpl/completion.sgml, glib/tmpl/strings.sgml: Documented
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -