]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog
Renamed README.cvs-commits to README.commits
[~andy/gtk] / ChangeLog
index 822bce716cbef453c20dc169ddb0a7aa015db6a3..54d0b10e84c662f808b899a8a4be421b02725c90 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,62 @@
+2007-08-17  Cody Russell  <bratsche@gnome.org>
+
+       * Renamed README.cvs-commits to README.commits
+
+2007-08-17  Cody Russell  <bratsche@gnome.org>
+
+       * HACKING
+       * README.cvs-commits: Updated documentation about SVN, and
+       updated dependency information.  (#447883, Yesudeep Mangalapilly)
+
+Fri Aug 17 11:36:29 2007  Tim Janik  <timj@imendio.com>
+
+       * gtk/gtkmenu.c (gtk_menu_popup): Clarified activate_time docs.
+
+2007-08-16  Cody Russell  <bratsche@gnome.org>
+
+       * gdk/win32/cursor.bdf: Committing changes to the source
+       bdf font file that I forgot to commit yesterday for #458088.
+
+2007-08-15  Cody Russell  <bratsche@gnome.org>
+
+       * gdk/win32/xcursors.h: Modified the sb_h_double_arrow and
+       sb_v_double_arrow mouse cursors to match the ones that Windows
+       uses for split container controls.  This allows our paned
+       widgets to be more easily identified as paned widgets on
+       Windows, since we don't have any prelighting on the draggable
+       pane part.  (#458088)
+
+2007-08-15  Cody Russell  <bratsche@gnome.org>
+
+       * gtk/gtkcontainer.c: Another documentation fix that I forgot to
+       commit yesterday.  (#459340, Guillaume Cottenceau)
+
+2007-08-14  Cody Russell  <bratsche@gnome.org>
+
+       * gtk/gtkwidget.c
+       * gtk/gtkscrolledwindow.c
+       * gtk/gtklabel.c: Correct documentation that refers to the
+       deprecated gtk_widget_set_usize() API.  Refer instead to
+       gtk_widget_set_size_request().  (#459340, Guillaume Cottenceau)
+
+2007-08-14  Kristian Rietveld  <kris@imendio.com>
+
+       * gtk/gtktreeview.c (gtk_tree_view_move_cursor_up_down): make
+       sure we fail keynav if the only item in the list is already selected.
+       (Fixes #465039, reported by Fernando Herrera).
+
+2007-08-09  Sven Neumann  <sven@gimp.org>
+
+       * modules/printbackends/file/gtkprintbackendfile.c: change the
+       file extension when the file format is changed in the Print dialog
+       (#356630).
+
+2007-08-09  Stefan Kost  <ensonic@users.sf.net>
+
+       * docs/reference/gtk/tmpl/gtkruler.sgml:
+       * gtk/gtkruler.c:
+       Move documentation of gtk_ruler_set_range() to source and fix nonsense.
+
 2007-08-08  Mikael Hallendal  <micke@imendio.com>
 
        * gtk/gtkcombobox.c (gtk_combo_box_class_init):