]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-2
Released GTK+ 1.1.3
[~andy/gtk] / ChangeLog.pre-2-2
index 999bade2acd60703ae1bb7311bfa619909c89f72..098c9969ecd207939a4a82993c6bb2b35a95e5ab 100644 (file)
@@ -1,3 +1,59 @@
+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