summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-2
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@src.gnome.org>1998-08-12 16:53:45 +0000
committerOwen Taylor <otaylor@src.gnome.org>1998-08-12 16:53:45 +0000
commit7a235648ea4282a784669004fe60d859725a322d (patch)
treea8843ae6faa37fc6808c5ce495c3327f22d0df4d /ChangeLog.pre-2-2
parent0346147a0e6da8e1c7b9578ec72c1678057d02ff (diff)
downloadgtk+-7a235648ea4282a784669004fe60d859725a322d.tar.gz
More ChangeLog fixups.
Diffstat (limited to 'ChangeLog.pre-2-2')
-rw-r--r--ChangeLog.pre-2-28
1 files changed, 4 insertions, 4 deletions
diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2
index 3b22d214d7..a6cad6a487 100644
--- a/ChangeLog.pre-2-2
+++ b/ChangeLog.pre-2-2
@@ -1,7 +1,7 @@
Tue Jul 21 12:42:01 1998 Owen Taylor <otaylor@redhat.com>
* gdk/gdk.h gdk/gdkfont.c: Added gdk_text/string_extents() -
- too calculate all the metrics at once of a string, including
+ to calculate all the metrics at once of a string, including
things which weren't calculated before.
* gtk/Makefile.am gtk/gtk.h gtk/gtktearoffmenu.[ch]: New
@@ -16,10 +16,11 @@ Tue Jul 21 12:42:01 1998 Owen Taylor <otaylor@redhat.com>
* gtk/gtkitemfactory.c:
- Create a AccelGroup for each MenuShell we create.
- - If an '&' appears before a character 'c' in the path,
+ - If an '_' appears before a character 'c' in the path,
then make 'c' an accelerator in the menu's accel group,
and if the menuitem is menubar <alt>C an accelerator
- in the itemfactory's accel group.
+ in the itemfactory's accel group. Double '__' inserts
+ a literal '_'
* gtk/gtklabel.[ch]: Add support for a pattern arg -
which is a string. If an '_' appears in this string,
@@ -118,7 +119,6 @@ Thu Aug 6 22:37:21 1998 Stefan Jeske <stefan@gtk.org>
* gtk/gtkclist.c: Renamed my_merge and my_mergesort to
gtk_clist_merge and gtk_clist_mergesort. :)
->>>>>>> 1.579
1998-08-06 Martin Baulig <martin@home-of-linux.org>
* gtk/gtkclist.c: Renamed `merge' -> `my_merge' and