summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-6
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog.pre-2-6')
-rw-r--r--ChangeLog.pre-2-640
1 files changed, 39 insertions, 1 deletions
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6
index c4939ba1f..41b4b9fa0 100644
--- a/ChangeLog.pre-2-6
+++ b/ChangeLog.pre-2-6
@@ -1,3 +1,39 @@
+Tue Sep 25 12:41:17 2001 Owen Taylor <otaylor@redhat.com>
+
+ * configure.in: Version 1.3.9, interface age 0, binary age 0.
+
+ * configure.in: Require GLib-1.39, Pango 0.20, Atk 0.5.
+
+ * NEWS: Updates.
+
+Mon Sep 24 11:59:09 2001 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkstyle.[ch] (_gtk_draw_insertion_cursor): Shared
+ function for drawing cursors between gtkentry/gtklabel/gtktextview.
+ Should this be public? It has a bit of an odd interface, but
+ custom editing widgets probably should be using it.
+ Function will draw with wider width for taller cursors, and
+ draws a little indicator arrow to indicate directoin for split
+ cursors.
+
+ * gtk/gtktextview.c: Add a "cursor_color" property.
+
+ * gtk/gtktextdisplay.[ch]: Add a cursor_gc parameter to
+ gtk_text_layout_draw().
+
+ * gtk/gtkentry.c gtk/gtklabel.c gtk/gtktextdisplay.c: Use
+ _gtk_draw_insertion_cursor().
+
+Tue Sep 25 11:22:23 2001 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkcellrenderertext.c gtk/gtktexttag.c: Restore
+ the behavior where you could turn family_set (etc) back on
+ and get back the values you had before.
+
+ * demos/gtk-demo/stock_browser.c (id_to_macro): Use
+ g_string_ascii_up() rather than looping through the
+ string ourself.
+
Tue Sep 25 15:32:44 2001 Jonathan Blandford <jrb@redhat.com>
* gtk/gtktreeviewcolumn.c
@@ -198,12 +234,14 @@ Thu Sep 20 17:45:54 2001 Joshua N Pritikin <vishnu@pobox.com>
Thu Sep 20 16:20:47 2001 Owen Taylor <otaylor@redhat.com>
* gdk/gdkrgb.c (gdk_rgb_allocate_images): Remove unnecessary
- call to gdk_image_new_bitmap().
+ call to gdk_image_new_bitmap(). (#59094, reported by
+ by Sven Neumann)
Thu Sep 20 15:31:35 2001 Owen Taylor <otaylor@redhat.com>
* gtk/gtkcalendar.c (gtk_calendar_init): Use the current
day, as well as the current month and year.
+ (#59047, reported by Vitaly Tishkov)
Thu Sep 20 15:10:30 2001 Owen Taylor <otaylor@redhat.com>