]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-8
Add rule to regenerate man pages from Docbook. (man_MANS): Add
[~andy/gtk] / ChangeLog.pre-2-8
index e16f078e5c4afdc3e1279a27296c0a18ddd6e482..dad0e8e98f11dcb443526be9001236c1b8d621c0 100644 (file)
@@ -1,3 +1,98 @@
+2003-06-17  Matthias Clasen  <maclas@gmx.de>
+
+       * acinclude.m4 (JH_PATH_XML_CATALOG, JH_CHECK_XML_CATALOG): New
+       macros to check for XML catalog contents and path, borrowed from
+       gtk-doc. 
+       * configure.in: New option --enable-man to enable regeneration of
+       man pages from Docbook, if the necessary tools are found.
+
+2003-06-15  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkcalendar.c (gtk_calendar_class_init): 
+       * gtk/gtknotebook.c (gtk_notebook_class_init): 
+       * gtk/gtkalignment.c (gtk_alignment_class_init): 
+       * gtk/gtkpaned.c (gtk_paned_class_init): Document new properties
+       as 2.4 additions.
+
+       * gtk/gtkwidget.c (gtk_widget_class_init): Move inline signal docs 
+       to the proper place, immediately before the g_signal_new() call.
+
+       * gtk/gtktextiter.h: Make the flags-nature of GtkTextSearchFlags 
+       more obvious.  (#115122, Jeff Franks)
+
+2003-06-12  Anders Carlsson  <andersca@codefactory.se>
+
+       * gtk/gtkwidget.c: (event_window_is_still_viewable):
+       Special case pixmaps. (#114880)
+       
+2003-06-12  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkwidget.c: Document child-notify and drag-data-received
+       signals. Owen, we need to figure out where the best place for
+       these comments in the source is. I currently put them in front of
+       the signals enum.
+
+2003-06-11  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkdnd.c (gtk_drag_check_threshold): s/threshhold/threshold/.
+
+Thu Jan 12 01:01:19 2003  Kristian Rietveld  <kris@gtk.org>
+
+       * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_process_action):
+       silly typo fix. s/seperator/separator/. This gets rid of the
+       assert spam when using TreeView.
+
+Tue Jun 10 11:23:48 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
+
+       * modules/input/gtkimcontextxim.c (xim_instantiate_callback): New
+       function for XIM instantiate callback.
+       * modules/input/gtkimcontextxim.c (xim_info_try_im): New function
+       where call to XOpenIM() or XRegisterIMInstantiateCallback() is
+       actually made.
+       * modules/input/gtkimcontextxim.c (xim_destroy_callback): New function
+       for XIM's destroy callback.
+       * modules/input/gtkimcontextxim.c (get_im): add a check if info->im 
+       is set or not - if it's not set, call xim_info_try_im() to try to
+       initiaize it.
+       * modules/input/gtkimcontextxim.c (reinitialize_ic): reset
+       filter_key_release flag of the context.
+       * modules/input/gtkimcontextxim.c (get_ic_real): removed
+       * modules/input/gtkimcontextxim.c (gtk_im_context_xim_get_ic): move
+       code from the removed get_ic_real().
+
+       For XIM instantiation, destruction and re-instantiation. With
+       this, Gtk+ apps will be able to connect or reconnect to the XIM,
+       when it starts after the apps, or when the XIM gets lost and recover.
+       (#113099, #107782).
+
+Mon Jun 10 01:12:31 2003  Kristian Rietveld  <kris@gtk.org>
+
+       Merged from stable.
+
+       * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_get_size):
+       check if width is !null, not *width. Doh.
+
+Tue Jun 10 01:09:33 2003  Kristian Rietveld  <kris@gtk.org>
+
+       Merged from stable.
+
+       * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_process_action):
+       Remove the weird dx logic, get all cell_area and background_area
+       calculations right. Not sure what was up with it before. (Fixes
+       #110989, testcase from Vasco Alexandre da Silva Costa).
+
+Tue Jun 10 00:58:23 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
+
+       * tests/testgtk.c: Make it compile with C89 compilers
+
+2003-06-10  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtktextview.c (gtk_text_view_class_init): Install boolean
+       property "overwrite".
+       (gtk_text_view_[gs]et_property): Handle "overwrite".
+       * gtk/gtktextview.[hc] (gtk_text_view_[gs]et_overwrite): Getter
+       and setter for "overwrite" property.  (#110241, Jeroen Zwartepoorte)
+
 2003-06-09  Matthias Clasen  <maclas@gmx.de>
 
        * gtk/gtkpaned.c (gtk_paned_class_init): Install boolean child