diff options
author | Owen Taylor <otaylor@redhat.com> | 2004-03-01 03:30:27 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2004-03-01 03:30:27 +0000 |
commit | 4ea9813d23e5454d7b301b33433ab8db457438cd (patch) | |
tree | abe1ceeacc16e730137c4bbc1476414aec1c20e9 /ChangeLog.pre-2-6 | |
parent | 8451e4f843d8e56a0b02e820002aec49d91ddc47 (diff) | |
download | gtk+-4ea9813d23e5454d7b301b33433ab8db457438cd.tar.gz |
Add gtk_entry_set_alignment() to allow right-aligned entries and a
Sun Feb 29 22:01:49 2004 Owen Taylor <otaylor@redhat.com>
* gtk/gtkentry.[ch]: Add gtk_entry_set_alignment()
to allow right-aligned entries and a "xalign"
property. (#59799, patch from Egon Andersen and
Steffen Gutmann)
* gtk/gtkmisc.c (gtk_misc_class_init): Use improved
xalign property description here too.
* tests/testtext.c: UNDERLINE_ERROR test addition
from Nicolas Settons' patch.
Diffstat (limited to 'ChangeLog.pre-2-6')
-rw-r--r-- | ChangeLog.pre-2-6 | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 4e73b4271e..cb3fc0430e 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,16 @@ +Sun Feb 29 22:01:49 2004 Owen Taylor <otaylor@redhat.com> + + * gtk/gtkentry.[ch]: Add gtk_entry_set_alignment() + to allow right-aligned entries and a "xalign" + property. (#59799, patch from Egon Andersen and + Steffen Gutmann) + + * gtk/gtkmisc.c (gtk_misc_class_init): Use improved + xalign property description here too. + + * tests/testtext.c: UNDERLINE_ERROR test addition + from Nicolas Settons' patch. + Sun Feb 29 20:34:06 2004 Owen Taylor <otaylor@redhat.com> * gtk/gtkwindow.[ch] gtk/gtkmenushellx.c: export |