]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-2
Replaced the crappy de.po with a valid one.
[~andy/gtk] / ChangeLog.pre-2-2
index d8de67a1b66fb04c4f459f7a30c351daa77d1ca3..2631024128b35e8a876ad2f402bead17d737ce98 100644 (file)
@@ -1,3 +1,158 @@
+Tue Dec 15 02:27:42 MET 1998 Sven Neumann <sven@gimp.org>
+
+       * po/de.po: Replaced the crappy german po-file with a valid one.
+
+Mon Dec 14 16:10:05 1998  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkrc.c (gtk_rc_init): Append locale-specific
+       suffixes to default rc file names, and look these
+       up in addition to the base filename, to facilitate
+       having the correct fontset per-locale.
+
+       move $(sysconfdir)/gtkrc to $(sysconfdir)/gtk/gtkrc
+
+       * gtk/gtkitemfactory.[ch] (gtk_item_factory_set_translate_func):
+       New function to set a function to translate menu paths.
+
+       * gtk/gtkrc.c (gtk_rc_add_initial_default_files): Free
+       results of g_strsplit().
+
+1998-12-14  Nuno Ferreira  <nmrf@rnl.ist.utl.pt>
+
+       * configure.in (ALL_LINGUAS): Added 'pt'.
+
+       * po/pt.po: Added Portuguese translation.
+
+Mon Dec 14 20:04:31 1998  Stefan Jeske  <stefan@gtk.org>
+
+       * gtk/gtkspinbutton.c: Only call gtk_spin_button_update if
+       the spinbutton is editable.
+
+Mon Dec 14 12:24:13 1998  Owen Taylor  <otaylor@redhat.com>
+
+       * HACKING: Added gettext-10.35
+
+       * autogen.sh: Run gettextize.
+
+Wed Dec  9 16:29:06 1998  Owen Taylor  <otaylor@redhat.com>
+
+        Applied gtk-egger-981010-[12] 
+       [ Daniel.Egger@t-online.de (Daniel Egger) ]
+
+       * gtk/gtkintl.h: New file - defines for localization.
+
+       * gtk/gtkfilesel.c gtk/gtkinputdialog.c: Mark strings
+       for internationalization.
+
+       * gtk/gtkmain.c: call bindtextdomain
+
+       * po/ - directory for translations. Initially includes
+       German translation.
+
+Mon Dec 14 02:42:11 1998  Tim Janik  <timj@gtk.org>
+
+       * gtk/gtkwidget.c: made GtkWidget::grab_focus a RUN_LAST and
+       RUN_ACTION signal. moved stuff from gtk_widget_grab_focus() into
+       gtk_widget_real_grab_focus() so a signal is always emitted
+       if the focus is grabbed on a widget.
+
+Mon Dec 14 02:13:01 1998  Tim Janik  <timj@gtk.org>
+
+       * gtk/gtkmenuitem.c: fixed submenu popup timeouts, we decide whether or
+       not to delay the submenu popup from a menu item deselection time stamp.
+       the code looks even more hackish than before, but in practice "feels"
+       very well.
+
+1998-12-13  Federico Mena Quintero  <federico@nuclecu.unam.mx>
+
+       * gtk/gtkwidget.h (struct _GtkWidgetClass): Added a "grab_focus"
+       signal for widgets.  When the signal is emitted, the widget will
+       grab the focus.  This is needed to let the user press an
+       accelerator key in a dialog box and have the corresponding widget
+       be focused.
+
+       * gtk/gtkwidget.c (gtk_widget_class_init): Create the "grab_focus"
+       signal.  The default handler is simply gtk_widget_grab_focus().
+
+Sun Dec 13 22:15:48 GMT 1998  Tony Gale  <gale@gtk.org>
+
+       * docs/gtk_tut.sgml: Update the following sections to the
+         current API:
+           - Container Widgets
+           - CList Widget
+           - List Widget
+           - Tree Widget
+
+Sat Dec 12 19:11:35 1998  Tim Janik  <timj@gtk.org>
+
+       * gtk/gtkmenuitem.c: made GtkMenuItem::activate a GTK_RUN_ACTION signal.
+
+       * gtk/gtkbutton.c: made GtkButton::clicked a GTK_RUN_ACTION signal.
+
+       * gtk/gtkfeatures.h.in: define GTK_HAVE_FEATURES_1_1_8.
+
+Sat Dec 12 17:46:55 1998  Owen Taylor  <otaylor@gtk.org>
+
+       * gtk/gtklayout.c (gtk_layout_unrealize): Mark
+       child->window as destroyed so we don't destroy
+       it again.
+
+Sat Dec 12 17:18:32 1998  Owen Taylor  <otaylor@redhat.com>
+
+       * gdk/gdkfont.c (gdk_text_extents): Corrections
+       to computation of extents of text from a font set.
+       (from Chi-Deok Hwang <cdhwang@sr.hei.co.kr>)
+         and Akira Higuchi <a-higuti@math.sci.hokudai.ac.jp>)
+       
+Fri Dec 11 08:59:12 1998  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtklistitem.c (gtk_list_item_style_set):
+       * gtk/gtklist.c     (gtk_list_style_set):
+       Added "style_set" handlers.
+
+Fri Dec 11 05:49:30 1998  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkclist.c (gtk_clist_style_set): Add in a "style_set"
+       handler so that the background of the clist changes
+       with the theme.
+
+Thu Dec 10 22:02:49 CST 1998 Shawn T. Amundson <amundson@gtk.org>
+
+       * Released GTK+ 1.1.7
+
+       * INSTALL:
+         NEWS:
+         README:
+         configure.in:
+         gtk+.spec:
+         gtk/gtkfeatures.h.in: 
+         docs/gtk-config.1: Version to 1.1.7
+
+Thu Dec 10 20:48:19 PST 1998 Manish Singh <yosh@gimp.org>
+
+       * gtk/gtkclist.c: avoid void pointer math
+
+       * gtk/gtkhscale.c
+       * gtk/gtkhscrollbar.c
+       * gtk/gtkvscale.c
+       * gtk/gtkvscrollbar.c: removed trailing , from enums
+
+       * gtk/gtksignal.c: can't use enums as a bitfield type, use guint
+
+       * gtk/testgtk.c: removed C++ comment added by owenpoo
+
+Thu Dec 10 21:48:34 1998  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkdnd.[ch]: Added gtk_drag_source_unset()
+
+Thu Dec 10 20:42:22 1998  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkdnd.c (gtk_drag_dest_handle_event): Use 
+       gdk_window_get_origin() instead of gdk_window_get_position,
+       because get_position is unreliable for plugs. 
+
+       This is a bad hack, maybe we need GDK_WINDOW_PLUG?
+
 Thu Dec 10 17:58:49 GMT 1998  Tony Gale  <gale@gtk.org>
 
        * docs/gtk_tut.sgml: