]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog
Add Japanese Translation.
[~andy/gtk] / ChangeLog
index 49bdbdfd5e867f95eff2916be121678164d187de..42ef2c484aabdcecfb739b8eb54e56d6e3f30b96 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,80 @@
+1998-12-18  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * configure.in: do not export the glib flags for thread support to
+       gtk-config.
+
+Fri Dec 18 01:32:59 1998  Tim Janik  <timj@gtk.org>
+
+       * gtk/gtkmain.c (gtk_main): added gdk_flush() after g_main_run(), so we
+       get the original behaviour back, i.e. the event queue needs to be flushed
+       after a main loop has been quitted.
+       (gtk_main): add/remove the current main loop to/from the main loop
+       before/after init/quit functions have been exected to preserve the
+       original gtk_main_quit() behaviour.
+
+Thu Dec 17 23:48:29 1998  Tim Janik  <timj@gtk.org>
+
+       * gdk/gdkevents.c (gdk_events_init): changed argument order in call
+       to g_main_add_poll() to match recent glib changes.
+
+Thu Dec 17 20:33:28 1998  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk-config.in: Add @INTLLIBS@. 
+       gtk-scier-981116-0.patch  Sean Cier <scier@PostHorizon.com>) ]
+
+       * gtk/gtkcolorsel.c gtk/gtkfilesel.c gtk/gtkfontsel.c
+         gtk/gtkgamma.c gtk/gtkinputdialog.c 
+         gtk/gtknotebook.c gtk/gtkrc.c gtk/gtkthemes.c
+         gtk/gtktipsquery.c: 
+       
+       Applied parts of gtk-egger-981215-1 [ Daniel Egger
+       <Daniel.Egger@t-online.de> ] marking additional strings for
+       internationalization.
+       
+       * po/nl.po: Added Dutch translation from 
+       Paul Siegmann <pauls@euronet.nl>.
+       
+Thu Dec 17 18:25:52 1998  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkdnd.c (gtk_drag_drop_finished): Remove the
+       info tag from the context so if the source unexpectedly
+       responds in the future, we do nothing properly.
+
+Thu Dec 17 18:24:41 1998  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtk[hv]paned.c (gtk_[hv]paned_size_allocate): Handle
+       the case where one side of the the pane is empty.
+
+       * gtk/gtkfilesel.c (gtk_file_selection_init): Set
+       dir_title before using it. (Pointed out by
+       Lavoie Philippe <lavoie@zeus.genie.uottawa.ca>)
+       
+Thu Dec 17 10:53:20 1998  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtklabel.c (gtk_label_set_text): Free 
+       previous label->label_wc.
+
+       * gtk/testgtkrc: Leave font, not fontset commented
+       in by default.
+
+1998-12-17  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * gdk/gdkim.c: Define gdk_use_mb outside USE_XIM guard. Removed
+       unnecessary USE_XIM guard inside another. Made gdk_use_mb
+       static. Compile gdk_set_locale also if not USE_XIM.     
+
+Thu Dec 17 00:26:01 1998 Shawn T. Amundson <amundson@gtk.org>
+
+       * Released GTK+ 1.1.9
+
+       * INSTALL:
+         NEWS:
+         README:
+         configure.in:
+         gtk+.spec:
+         gtk/gtkfeatures.h.in:
+         docs/gtk-config.1: version=1.1.9
+
 Wed Dec 16 21:20:00 PST 1998 Manish Singh <yosh@gimp.org>
 
        * autogen.sh: rm -rf intl breaks --disable-nls, put it back