]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-10
set correct focus_row after a remove_row call.
[~andy/gtk] / ChangeLog.pre-2-10
index 42b0fbd919e3fb55a7e4e1eb30f65ef0324121b5..a71f26f095b65310e4e3333f184cdc3eed924571 100644 (file)
@@ -1,3 +1,50 @@
+Wed Nov  4 02:02:07 1998  Lars Hamann  <lars@gtk.org>
+
+       * gtk/gtkclist.c (real_remove_row) (sync_selection): set correct
+       focus_row after a remove_row call.
+
+Sun Nov  1 21:00:06 GMT 1998  Austin Donnelly  <austin@greenend.org.uk>
+
+       * gtk/gtkoptionmenu.c
+       * gtk/gtkmenushell.c: make option menus work when some of the
+       menuitems are hidden - previously, option menu would popup too
+       high.
+
+1998-10-31  Raja R Harinath  <harinath@cs.umn.edu>
+
+       * gtk/gtkfeatures.h.in: Remove `#pragma }'.
+
+       * gdk/gdki18n.h: Update to use new `glib' widechar defines.
+
+       * configure.in (CFLAGS): Don't use test -z "echo .. | grep".  Use
+       case instead.
+       (wchar.h, wctype.h, iswalnum): Duplicate widechar tests from `glib'.
+       (GDK_WLIBS): New variable.  Lists extra libraries needed to use
+       widechar functions.
+       * gtk-config.in (--libs): List $GDK_WLIBS, too.
+
+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):