summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-2
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2002-12-21 22:49:28 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2002-12-21 22:49:28 +0000
commite42ddac33f451043c236402840f4a7a986bc8023 (patch)
treef382a31d2be0949fbc112426c10663070ac2bcac /ChangeLog.pre-2-2
parent535c4b5203a55e246a171fa8e7f8aa433c42d95a (diff)
downloadgdk-pixbuf-e42ddac33f451043c236402840f4a7a986bc8023.tar.gz
New static function to set the background of all windows.
* gtk/gtktextview.c (gtk_text_view_set_background): New static function to set the background of all windows. (gtk_text_view_style_set): Use gtk_text_view_set_background(). (gtk_text_view_state_changed): New function; change background according to state. (#88126)
Diffstat (limited to 'ChangeLog.pre-2-2')
-rw-r--r--ChangeLog.pre-2-28
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2
index c5402f541..827fd3542 100644
--- a/ChangeLog.pre-2-2
+++ b/ChangeLog.pre-2-2
@@ -1,3 +1,11 @@
+2002-12-21 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtktextview.c (gtk_text_view_set_background): New static
+ function to set the background of all windows.
+ (gtk_text_view_style_set): Use gtk_text_view_set_background().
+ (gtk_text_view_state_changed): New function; change background
+ according to state. (#88126)
+
2002-12-21 Havoc Pennington <hp@pobox.com>
* gtk/gtktextview.c (gtk_text_view_move_visually): fix the documentation