X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=ChangeLog.pre-2-8;h=86286a38020e0d0c730461fdb9a0aa8789aa6b95;hb=1d15be159965ca4465127a3d1f7833a47080fa5a;hp=b1f93fd1187efb84d3cae4f2589648447a03b7b3;hpb=050625298e15a57543ffefcce79ef2bf8edcc184;p=~andy%2Fgtk diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index b1f93fd11..86286a380 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,25 @@ +2001-11-03 Tor Lillqvist + + * modules/input/Makefile.am: Use -no-undefined on Windows. Look + for .dll or .so as appropriate as module suffix. + + * gtk-zip.sh.in: Use correct import library names. + + * gtk/gtk.def: Add a couple of missing entry points. (#63585) + +2001-11-02 Tor Lillqvist + + * gtk/gtkrc.c (gtk_rc_make_default_dir): Fix typo: extraneous + comma. Include gtkprivate.h for GTK_LIBDIR etc definitions on + Windows. + +2001-10-30 Tor Lillqvist + + * Makefile (install-data-hook): Use cp, not $(LN_S) on the .pc + files. Configure on Win32 (running on Cygwin) thinks symlinks + exist, but pkg-config is not necesarily a Cygwin program, and + doesn't understand them. + Fri Nov 2 16:45:17 2001 Jonathan Blandford * gtk/gtkrbtree.c (_gtk_rbtree_remove_node): Clean up height code @@ -173,7 +195,6 @@ Thu Nov 1 00:44:50 2001 Jonathan Blandford * gtk/gtktreeview.c (gtk_tree_view_class_init): Support Shift, Control, and Shift|Control L<->R, #63475 ->>>>>>> 1.2518 Wed Oct 31 18:53:51 2001 Jonathan Blandford * gtk/gtktreemodel.c (gtk_tree_row_ref_deleted_callback): fix