g_dir_open: added g_return_val_if_fail() to prevent us from calling
[platform/upstream/glib.git] / ChangeLog.pre-2-2
index d61b882..78a042d 100644 (file)
@@ -1,7 +1,86 @@
-Tue Jan 29 11:18:44 2002  Owen Taylor  <otaylor@redhat.com>
+2002-02-08  Michael Natterer  <mitch@gimp.org>
+
+       * glib/gdir.c: g_dir_open: added g_return_val_if_fail() to prevent
+       us from calling opendir(NULL) (which simply crashes).
+
+2002-02-08  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * glib/gfileutils.c (g_file_test): Extended documentation.
+
+2002-02-07  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * glib/gfileutils.c (g_file_test): Do not follow symbolic links
+       for G_FILE_TEST_SYMLINK. Also fixed the correct "OR"-behaviour for
+       G_FILE_TEST_IS_EXECUTABLE and G_FILE_TEST_EXISTS. (#60048)
+
+2002-02-07  Changwoo Ryu  <cwryu@debian.org>
+
+       * configure.in (ALL_LINGUAS): Added "ko".
+
+Wed Feb  6 14:44:18 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * glib/gmain.c (g_main_context_prepare): Handle 
+       NULL entries (already dispatched) in pending_dispatches array 
+       (pointed out by Manish Singh)
+
+Tue Feb  5 17:13:02 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * glib/gmain.c (g_main_context_prepare): Unref pending
+       dispatches when discarding them.
+
+2002-02-04  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * glib/gthread.c (g_thread_create_full): Delay allocation until
+       after all g_return_val_if_fail ().
+
+       * glib/gthread.h: Make depth member guint for cosmetic reasons.
+
+       * glib/gthread.c: (g_static_rec_mutex_unlock_full): depth should
+       be unsigned. All that spotted by Jörgen Viksell
+       <jorgen.viksell@telia.com>
+
+2002-02-02  Manish Singh  <yosh@gimp.org>
+
+       * glib/gmain.c
+       * glib/gtree.c: remove references to deprecated functions in docs
+       and warning message.
+
+2002-01-31  jacob berkman  <jacob@ximian.com>
+
+       * glib-gettextize.in:
+       * m4macros/glib-gettext.m4 (AM_GLIB_GNU_GETTEXT): remove
+       references to po2tbl
+
+2002-01-29  Matthias Clasen  <matthiasc@poet.de>
+
+       * glib/gmarkup.c (g_markup_parse_context_parse): Change the
+       order in which some error conditions are checked to improve
+       error messages. (#69646)
+
+Tue Jan 29 15:04:31 2002  Owen Taylor  <otaylor@redhat.com>
 
        * 1.3.13
 
+       * tests/shell-test.c: Workaround for MSVC bugs. (#61064)
+
+Tue Jan 29 14:06:22 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * NEWS: Update to include last change. 
+
+2002-01-21  Jeffrey Stedfast  <fejj@ximian.com>
+
+       * glib/gconvert.c (open_converter): Rewritten to cache iconv
+       conversion descriptors. On at least some Unix systems like
+       Solaris, iconv_open() must dlopen the necessary charset modules in
+       order to setup the descriptor. This can take a major toll on
+       performace if you are constantly opening and closing conversion
+       descriptors for the same charset conversions over and over.
+       (g_convert_with_fallback): Use close_converter() rather than
+       g_iconv_close() since open_converter() now caches iconv
+       descriptors.
+
+Tue Jan 29 11:18:44 2002  Owen Taylor  <otaylor@redhat.com>
+
        * NEWS: Updated.
 
        * configure.in: Micro == 13, binary age, interface age 0.