]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-4
Added <public> documentation to the struct, as suggested by Owen Taylor.
[~andy/gtk] / ChangeLog.pre-2-4
index 958a63fbf8f11eb2d1310f6740dc77dfad742499..7379764ee71b2adf655eb765f29f7d75a0101982 100644 (file)
@@ -1,3 +1,65 @@
+2004-01-05  Murray Cumming  <murrayc@usa.net>
+
+       * gdk/gdkimage.h: Added <public> documentation to the struct, as
+       suggested by Owen Taylor.
+
+Sun Jan  4 15:29:04 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
+
+       * gtk/gtkradiotoolbutton.[ch]
+       (gtk_radio_tool_button_new_with_stock_from_widget): Change API so
+       group is a GtkRadioButton, not a GtkWidget.
+
+2004-01-04  Hans Breuer  <hans@breuer.org>
+
+       * gdk/win32/gdkwindow-win32.c : use SWP_NOACTIVATE in 
+       gdk_window_set_keep_(above|below) to make DND work again.
+       Thanks to Alif Wahid for noticing.
+
+       * gdk/gdk.def : update externals
+
+       * gtk/gtkfilesystemwin32.c : adapt to GtkFileSystemIFace changes
+
+       * gtk/gtk-stock.[hc] gtk/gtkiconfactory.c 
+         gtk/stock-icons/Makefile.am gtk/stock-icons/makefile.msc :
+         gtk/stock-icons/stock_harddisk_16.png 
+         gtk/stock-icons/stock_harddisk_24.png 
+       Harddisk stock icons for file system implementations. Beside
+       FLOPPY and CDROM there is now HARDDISK, probably some 
+       GTK_STOCK_NETWORK would be useful, but I could not find one.
+
+Sat Jan  3 11:39:42 2004  Manish Singh  <yosh@gimp.org>
+
+       * gtk/gtkclipboard.c: Update freedesktop.org clipboard doc link.
+       Patch from Andrew Moise (#130462).
+
+2004-01-01  Jody Goldberg <jody@gnome.org>
+
+       * gtk/gtkaction.c (_GtkActionPrivate) : add visible_horizontal,
+         visible_vertical.
+       (gtk_action_class_init) : here.
+       (gtk_action_init) : here.
+       (gtk_action_set_property) : here.
+       (gtk_action_get_property) : here.
+       (connect_proxy) : and here.
+
+2003-12-30  Jody Goldberg <jody@gnome.org>
+
+       * gtk/gtkactiongroup.c (gtk_action_group_add_action_with_accel) :  new
+         utility routine for use in derived GtkActions with the replicated code
+         from.
+       (gtk_action_group_add_actions_full) : here.
+       (gtk_action_group_add_toggle_actions_full) : here.
+       (gtk_action_group_add_radio_actions_full) : and here.
+
+2004-01-01  Taneem Ahmed  <taneem@bengalinux.org>
+
+       * configure.in: Added "bn" to ALL_LINGUAS.
+
+2004-01-01  Taneem Ahmed  <taneem@bengalinux.org>
+
+       * bn.po: Added Bangla translation by 
+       of Ankur group <gnome-translation@bengalinux.org>.
+
 Fri Jan  2 02:50:11 2004  Matthias Clasen  <maclas@gmx.de>
 
        * gtk/gtkcalendar.c (gtk_calendar_compute_days): 
@@ -8,7 +70,7 @@ Fri Jan  2 02:50:11 2004  Matthias Clasen  <maclas@gmx.de>
 
 2003-12-31 13:49 Daniel Rogers <dsrogers@phasevelocity.org>
 
-        * gdk/x11/gdkinput-x11.c: (gdk_input_translate_coordinates)
+       * gdk/x11/gdkinput-x11.c: (gdk_input_translate_coordinates)
         
        Fix to allow reasonable pointer behavior in window mode when an
        extended input device reports an incorrect resolution of 0.  Fixes
@@ -93,6 +155,17 @@ Tue Dec 23 22:34:50 2003  Manish Singh  <yosh@gimp.org>
        * gtk/gtkicontheme.h: fix GTK_TYPE_ICON_INFO macro, reported by
        muppet.
 
+2003-12-24  Jody Goldberg <jody@gnome.org>
+
+       * gtk/gtkactiongroup.h : Add some const to the char * in
+         GtkActionEntry*.  We're reccomending people pass static strings to
+         them, and not freeing them.  This stems to flood of warnings that
+         result.
+       * gtk/gtkactiongroup.c (gtk_action_group_add_actions_full) : change
+         temp vars to const to match above.
+       (gtk_action_group_add_toggle_actions_full) : ditto.
+       (gtk_action_group_add_radio_actions_full) : ditto.
+
 Wed Dec 24 01:12:53 2003  Matthias Clasen  <maclas@gmx.de>
 
        * gtk/gtkclipboard.[hc]: Add GtkClipboardTargetReceivedFunc,
@@ -375,12 +448,12 @@ Wed Dec 17 21:23:01 2003  Kristian Rietveld  <kris@gtk.org>
 
 2003-12-07  Murray Cumming  <murrayc@usa.net>
  
-       * gtk/gtktreemodel.c:
-       (row_inserted_marshal, row_deleted_marshal, rows_reorderered_marshal)
-       Actually call the default signal handlers instead of calling the
-       marshallers themselves in an endless loop. These default signal handler
-       callbacks are not actually set so this is only noticed by gtkmm at
-       the moment. Bug 123923.
+       * gtk/gtktreemodel.c:
+       (row_inserted_marshal, row_deleted_marshal, rows_reorderered_marshal)
+       Actually call the default signal handlers instead of calling the
+       marshallers themselves in an endless loop. These default signal handler
+       callbacks are not actually set so this is only noticed by gtkmm at
+       the moment. Bug 123923.
 
 2003-12-16  Federico Mena Quintero  <federico@ximian.com>