]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-2
Released GTK+ 1.1.3
[~andy/gtk] / ChangeLog.pre-2-2
index ab1c63249a49de610fb8b7b6c6a01fbe61bbbc57..098c9969ecd207939a4a82993c6bb2b35a95e5ab 100644 (file)
@@ -1,3 +1,110 @@
+Sat Oct 31 03:11:57 CST 1998 Shawn T. Amundson <amundson@gtk.org>
+
+       * Released GTK+ 1.1.3
+       
+       * INSTALL:
+       * NEWS:
+       * README:
+       * gtk+.spec:
+       * docs/gtk-config.1: updated for v1.1.3
+
+       * Makefile.am
+       * sanity_check
+       * docs/Makefile.am: Includes new 'make release' as well as
+         'make sanity'.  Also handles html and text creation from html,
+         and puts them into the distribution
+
+       * docs/Makefile.sgml: removed, similar functionality is now in 
+         the Makefile.am file
+
+       * docs/.cvsignore: ignore html and text directories
+       * docs/glib.texi: removed (now in glib dist)
+
+Fri Oct 30 20:02:36 1998  Lars Hamann  <lars@gtk.org>
+
+       * gtk/gtklist.c (gtk_list_remove_items_internal): 
+       free undo_un/selection, unselect list_item before disconnect
+       signal functions
+       (gtk_list_destroy): removed. gtk_list_shutdown clears the list
+       already
+       (gtk_list_signal_item_select) (gtk_list_signal_item_deselect)
+       (gtk_list_signal_item_toggle)   (gtk_list_signal_scroll_horizontal)
+       (gtk_list_signal_toggle_focus_row) (gtk_list_signal_select_all)
+       (gtk_list_signal_unselect_all) (gtk_list_signal_undo_selection)
+       (gtk_list_signal_start_selection) (gtk_list_signal_end_selection)
+       (gtk_list_signal_toggle_add_mode) (gtk_list_signal_scroll_vertical)
+       (gtk_list_signal_extend_selection) (gtk_list_signal_focus_lost):
+       new functions. These functions are signal connected to inserted
+       list_items, to handle key bindings and GtkItem::de/select/toggle
+       signals.
+
+       * gtk/gtklistitem.c (gtk_list_item_class_init): added missing
+       gtk_object_class_add_signals call.
+       (gtk_list_item_toggle_focus_row) (gtk_list_item_select_all)
+       (gtk_list_item_unselect_all) (gtk_list_item_undo_selection)
+       (gtk_list_item_start_selection) (gtk_list_item_end_selection)
+       (gtk_list_item_extend_selection) (gtk_list_item_scroll_horizontal)
+       (gtk_list_item_scroll_vertical) (gtk_list_item_toggle_add_mode):
+       removed. These functions are handled via connected
+       gtk_list_signal_* functions now
+
+Fri Oct 30 05:24:43 1998  Tim Janik  <timj@gtk.org>
+
+       * gtk/Makefile.am: cause the built sources to be rebuild when possible,
+       even with --include-deps:
+       $(libgtk_la_SOURCES): $(BUILT_SOURCES)
+
+Fri Oct 30 01:56:08 1998  Tim Janik  <timj@gtk.org>
+
+       * gtk/gtkobject.c (gtk_object_remove_no_notify): renamed from
+       gtk_object_data_set_destroy to fit the gtkobject.h API.
+
+       * applied patch from Damon Chaplin <DAChaplin@email.msn.com>:
+       * gtk/gtkfontsel.h:
+       * gtk/gtkfontsel.c:
+       Added support for an extra 'base' filter which an application can
+       set to restrict the fonts available to the user (e.g. a terminal
+       program only wants the user to be able to select fixed-width fonts).
+       The type of font (bitmap/scalable/scaled bitmap) is now
+       also a part of the filter, so that an application can
+       request that only scalable fonts are shown.
+       There are new functions to set the base & user filters.
+       I've also stopped the up/down key press signals getting
+       to the clists since the font selection widget handles
+       them itself. It acted a bit strangely before.
+
+Sun Oct 25 20:27:02 1998  Tim Janik  <timj@gtk.org>
+
+       * gtk/gtkmain.c (gtk_init): support an environment variable
+       GTK_MODULES= which takes a colon sperated list of module names
+       automatically loaded at gtk_init() startup.
+
+Sun Oct 25 08:04:33 1998  Tim Janik  <timj@gtk.org>
+
+       * gtk/gtkwidget.c: added more g_return_if_fail() statements.
+
+Thu Oct 22 22:40:35 1998  Lars Hamann  <lars@gtk.org>
+
+       * gtk/gtkctree.c (gtk_ctree_destroy): removed. gtk_clist_destroy
+       is sufficient
+
+Thu Oct 22 16:22:55 1998  Lars Hamann  <lars@gtk.org>
+
+       * gtk/gtkclist.c (COLUMN_FROM_XPIXEL): samll fix for invisible
+       columns
+
+Thu Oct 22 02:29:53 1998  Tim Janik  <timj@gtk.org>
+
+       * gtk/gtkfilesel.h: GtkType and macro fixups
+       * gtk/gtkfilesel.c (gtk_file_selection_complete): set a pattern
+       for the file selection widget to try a completion on (set the
+       initial filter).
+
+Wed Oct 14 14:34:04 1998  Tim Janik  <timj@gtk.org>
+
+       * gtk/gtkmain.c: implement idle functions via GHook. this gives a
+       slight speed improvement and lessens code duplication.
+
 Tue Oct 20 14:53:28 1998  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/gtkdnd.c: Always send "drag_leave" to dests