]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog
don't use += before =
[~andy/gtk] / ChangeLog
index fef88189ee6fcc2624e99303f1d0e44460263d14..6914fef55412d7487f4af29be7762aafbd2659d0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,140 @@
+2001-09-18  Matt Wilson  <msw@redhat.com>
+
+       * docs/Makefile.am (EXTRA_DIST): don't use += before =
+
+       * docs/faq/Makefile.am (EXTRA_DIST): likewise
+
+       * docs/tutorial/Makefile.am (EXTRA_DIST): likewise
+       
+       * gdk/Makefile.am (MAINTAINERCLEANFILES): likewise
+       (EXTRA_HEADERS): likewise
+
+       * gtk/Makefile.am (MAINTAINERCLEANFILES): likewise
+       (EXTRA_HEADERS): likewise
+       (EXTRA_DIST): likewise
+       (CLEANFILES): likewise
+
+       * gtk/stock-icons/Makefile.am (CLEANFILES): likewise
+
+       * tests/Makefile.am (EXTRA_DIST): likewise
+       
+       * Makefile.am (install-data-local): changed to use
+       install-data-hook, which runs after install-pkgconfigDATA, so that
+       the pkgconfigdir will have been created and populated first.
+
+Mon Sep 17 17:39:52 2001  Jonathan Blandford  <jrb@redhat.com>
+
+       * gtk/gtkcelleditable.[ch]: Add editable interface.  This should
+       be the last big GtkTreeView API change.
+
+       * gtk/gtkcellrenderer.[ch]: Get rid of the "event" vfunc, and
+       replace with "activate" and "start_editing".  Also, added a
+       "can_activate" and "can_edit" property.
+
+       * gtk/gtktreeviewcolumn.c: modify to use above.
+
+2001-09-16  Alexander Larsson  <alla@lysator.liu.se>
+
+       * gtk/gtkoptionmenu.c:  Handle scroll wheel events.
+
+Fri Sep 14 22:31:25 2001  Matthias Clasen  <matthiasc@poet.de>
+
+       * demos/gtk-demo/main.c (setup_default_icon): Use a shaped
+       icon instead of one with ugly white background.
+
+Fri Sep 14 22:26:01 2001  Matthias Clasen  <matthiasc@poet.de>
+
+       * demos/gtk-demo/stock_browser.c (id_to_macro): make
+       the uppercasing work. (#59550)
+
+2001-09-14  Jakub Steiner <jimmac@ximian.com>
+
+       * gtk/stock-icons/dialog_error.png:
+       * gtk/stock-icons/dialog_question.png: more road signs
+
+2001-09-13  Jakub Steiner <jimmac@ximian.com>
+
+       * gtk/stock-icons/dialog_question.png:
+       * gtk/stock-icons/dialog_warning.png: anders and jonathan seem to
+         like a road sign.
+
+Wed Sep 12 19:01:05 2001  Jonathan Blandford  <jrb@redhat.com>
+
+       * gtk/gtktreemodel.h (struct _GtkTreeModelIface): Rename interface
+       signals to make them more clear.  Also, change ::range_changed to
+       ::row_changed.
+       * gtk/gtktreemodel.c: Adjust to interface change
+       * gtk/gtktreemodel.h: ditto
+       * gtk/gtktreemodelsort.c: ditto
+       * gtk/gtktreestore.c: ditto
+       * gtk/gtkliststore.c: ditto
+       * gtk/gtktreeview.c: ditto
+       * tests/testtreecolumns.c: ditto
+       * gtk/gtkmarshal.list: Actually remove a marshaller!
+
+2001-09-12  Padraig O'Briain <padraig.obriain@sun.com>
+
+       * gtk/gtktextview.c
+       Add support for Ctrl+Up/Down arrow to move cursor to beginning
+       of previous/next paragraph. If within a paragraph cursor moves to
+       beginning of that paragraph.
+
+2001-09-12  Jakub Steiner <jimmac@ximian.com>
+
+       * gtk/stock-icons/dialog_question.png: replacing the shaky
+         question mark with a sans-serif one.
+       * gtk/stock-icons/stock_top.png, stock_bottom.png,
+     stock_first.png, stock_last.png: using the new style arrows
+       * gtk/stock-icons/stock_font.png: simple one to replace the ugly
+     colors.
+       * gtk/stock-icons/stock_refresh.png: anti-aliased and changed
+     color.
+       * gtk/stock-icons/stock_zoom*: anti-aliased
+       * gtk/stock-icons/dialog_error.png, dialog_warning.png: confused
+     '-' with a '_', removed the wrong files
+
+Sat Sep  8 16:19:02 2001  Owen Taylor  <otaylor@redhat.com>
+       * gtk/gtkmain.c: Implement a search path for GTK+ modules.
+       * configure.in gtk/gtkrc.c gtk/Makefile.am: Look for modules
+       in gtk-2.0/<type>/major.minor.(micro-binary_age) rather
+       than in gtk-2.0/major.minor.micro/<type>/. This
+       works better for a search path for modules.
+       * gtk+-2.0.pc.in gtk+-2.0-uninstalled.pc.in: Add
+       gtk_binary_version variable holding major.minor.(micro-binary_age).
+       * modules/input/Makefile.am (moduledir): Fix installation
+       directory to match change in lookup location.
+       * gtk/gtkmain.c (gtk_init_check): Remove OS/2 code for dll 
+       suffixes. Needs to be handled in g_module_build_path().
+
+       * gtk/gtkrc.c gtk/queryimmodules.c: Use g_build_filename() where
+       appropriate.
+Tue Sep 11 13:59:12 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkrc.c (insert_rc_property): Fixed reversed comparison
+       causing RC properties not to work.
+
+2001-09-11  Jakub Steiner <jimmac@ximian.com>
+
+       * gtk/stock-icons/dialog-error.png: less drastic
+       * gtk/stock-icons/dialog-warning.png: no body parts. (I hope
+         "STOP" is international enough.
+       * gtk/stock-icons/stock_dnd*.png: get rid of the cursor
+       * gtk/stock-icons/stock_menu_properties.png: 16x16 version
+
+Mon Sep 10 21:26:24 2001  Joshua N Pritikin  <vishnu@pobox.com>
+
+       * gtk/gtktextview.c (gtk_text_view_set_buffer): Make
+       (add|remove)_selection_clipboard symmetric. (bug #59836)
+
+       * gtk/gtktreeview.c (gtk_tree_view_unref_and_check_selection_tree): 
+       Avoid SEGV for empty tree. (bug #60243)
+
 Mon Sep 10 20:47:22 2001  Tim Janik  <timj@gtk.org>
 
        * tests/testgtk.c (create_idle_test): slight fix for
@@ -1028,6 +1165,7 @@ Wed Aug 15 12:36:55 2001  Tim Janik  <timj@gtk.org>
 
        * gtk/demos/gtk-demo/*: Remove all uses of deprecated functions.
 
+>>>>>>> 1.2276
 2001-08-17  Anders Carlsson  <andersca@gnu.org>
 
        * gtk/gtkstyle.c (create_expander_affine): Divide with floating