]> Pileus Git - ~andy/gtk/commitdiff
Updates
authorMatthias Clasen <mclasen@redhat.com>
Fri, 15 Jul 2005 16:29:46 +0000 (16:29 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Fri, 15 Jul 2005 16:29:46 +0000 (16:29 +0000)
2005-07-15  Matthias Clasen  <mclasen@redhat.com>

* NEWS: Updates

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-8
NEWS

index e0ac834d3387e0962071bf2e0749d3fb04664e8b..0ca5ed8f8b356a8a76160853dedca50d79eabb44 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2005-07-15  Matthias Clasen  <mclasen@redhat.com>
 
+       * NEWS: Updates
+
        * gtk/gtkentry.c (gtk_entry_move_forward_word): 
        (gtk_entry_move_backward_word): Don't treat whitespace as
        words for keynav, pointed out by Owen Taylor.
 
 2005-07-11  Matthias Clasen  <mclasen@redhat.com>
 
-       Make gdk_window_present() move the window to the current
+       Make gtk_window_present() move the window to the current
        desktop, instead of letting the WM change the current
        desktop to where the window is.  (#166379, Elijah Newren)
        
index e0ac834d3387e0962071bf2e0749d3fb04664e8b..0ca5ed8f8b356a8a76160853dedca50d79eabb44 100644 (file)
@@ -1,5 +1,7 @@
 2005-07-15  Matthias Clasen  <mclasen@redhat.com>
 
+       * NEWS: Updates
+
        * gtk/gtkentry.c (gtk_entry_move_forward_word): 
        (gtk_entry_move_backward_word): Don't treat whitespace as
        words for keynav, pointed out by Owen Taylor.
 
 2005-07-11  Matthias Clasen  <mclasen@redhat.com>
 
-       Make gdk_window_present() move the window to the current
+       Make gtk_window_present() move the window to the current
        desktop, instead of letting the WM change the current
        desktop to where the window is.  (#166379, Elijah Newren)
        
index e0ac834d3387e0962071bf2e0749d3fb04664e8b..0ca5ed8f8b356a8a76160853dedca50d79eabb44 100644 (file)
@@ -1,5 +1,7 @@
 2005-07-15  Matthias Clasen  <mclasen@redhat.com>
 
+       * NEWS: Updates
+
        * gtk/gtkentry.c (gtk_entry_move_forward_word): 
        (gtk_entry_move_backward_word): Don't treat whitespace as
        words for keynav, pointed out by Owen Taylor.
 
 2005-07-11  Matthias Clasen  <mclasen@redhat.com>
 
-       Make gdk_window_present() move the window to the current
+       Make gtk_window_present() move the window to the current
        desktop, instead of letting the WM change the current
        desktop to where the window is.  (#166379, Elijah Newren)
        
diff --git a/NEWS b/NEWS
index ac877ffba2791d8910932f0847d9d8660de67142..ca3fc52890fe7d37cc1d2f9560514cde2e9cdb31 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,41 @@
+Overview of Changes from GTK+ 2.7.2 to GTK+ 2.7.3
+=================================================
+* Make sure that gtk_window_present() moves the window to the 
+  current desktop [Elijah Newren]
+* GtkFileChooser
+ - Add overwrite confirmation for SAVE mode [Federico Mena Quintero]
+* GtkTreeView
+ - Add gtk_tree_view_get_visible_range() [Mikael Hallendal]
+ - Add gtk_tree_view_column_queue_resize() [Morten Welinder]
+ - Add gtk_tree_row_reference_get_model() [Stefan Kost]
+ - Make page up/down behave as in the text view [Owen Taylor]
+ - In typeahead search, allow Ctrl-G to move to the
+   next match.  [Matt T. Proud]
+ - Interpret Ctrl-Backspace as "Move focus to parent [Kathy
+   Fernandes]
+ - Speed up gtk_tree_selection_selected_foreach [Kristian Rietveld]
+* GtkTextView 
+ - Make double-clicking between words select whitespace [Mike 
+   Miller, Paolo Borelli]
+ - Show dragged text in drag icon [Kevin Duffus, Carlos 
+   Garnacho Parro]
+ - Make invisible text work well enough to remove the
+   remove the warning about it being unsupported.  [Matthias]
+* GtkEntry
+ - Make double-clicking between words select whitespace [Matthias]
+ - Show dragged text in drag icon [Kevin Duffus, Carlos Garnacho Parro]
+ - Fix the sizing of the entry completion popup [Ross Burton, Kris]
+* Win32
+ - Build fixes [Tor Lillqvist]
+ - Fix handlink of Aiptek tablets [Robert Ă–gren]
+* Bug fixes [Kris, Jorn Baayen, Billy Biggs, Tomislav Jonjic, 
+  Owen Taylor, Vincent Noel, Carlos Garnacho Parro, Mark McLoughlin. 
+  Mikael Magnusson, Luis Villa, Brian Bober, Bernd Demian, Manish 
+  Singh, Akira Tagoh, Barbie LeVille, Hans Oesterholt]
+* Documentation improvements [Torsten Schoenfeld, Rodney Dawes,
+  Park Ji-In]
+* New and updated translations (cs,es,et,he,hu,nb,nl,no,sk)
+
 Overview of Changes from GTK+ 2.7.1 to GTK+ 2.7.2
 =================================================
 * GtkAboutDialog