diff options
author | Owen Taylor <otaylor@redhat.com> | 2000-02-25 20:06:45 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2000-02-25 20:06:45 +0000 |
commit | abacca30f29df84d9818cd1395449eff0e4ee171 (patch) | |
tree | 4541c04064b0b00416a76d7408d777f6b47b4963 /ChangeLog.pre-1-6 | |
parent | 3c1ef3b659b2ffdb9613c8d2d330b64dc1fd0963 (diff) | |
download | pango-abacca30f29df84d9818cd1395449eff0e4ee171.tar.gz |
Add size to the font description structure instead of continually passing
Fri Feb 25 15:04:21 2000 Owen Taylor <otaylor@redhat.com>
* libpango/{fonts.c,pango-font.h,pango-context.[ch],pangox.c,
pango-attributes.c,examples/viewer.c: Add size to the
font description structure instead of continually passing
it around as an extra argument.
* libpango/pangox.c: Take screen resolution into account when
choosing fonts, instead of assumming point == pixel.
Diffstat (limited to 'ChangeLog.pre-1-6')
-rw-r--r-- | ChangeLog.pre-1-6 | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/ChangeLog.pre-1-6 b/ChangeLog.pre-1-6 index e8192d7c..a0254f17 100644 --- a/ChangeLog.pre-1-6 +++ b/ChangeLog.pre-1-6 @@ -1,3 +1,23 @@ +Fri Feb 25 15:04:21 2000 Owen Taylor <otaylor@redhat.com> + + * libpango/{fonts.c,pango-font.h,pango-context.[ch],pangox.c, + pango-attributes.c,examples/viewer.c: Add size to the + font description structure instead of continually passing + it around as an extra argument. + + * libpango/pangox.c: Take screen resolution into account when + choosing fonts, instead of assumming point == pixel. + +Fri Feb 25 12:32:01 2000 Owen Taylor <otaylor@redhat.com> + + * configure.in examples/Makefile.am: If GTK+ test fails, + just skip the example program. + + * pango-config.in pango.spec.in: Add a simple pango-config + script to the build. (pango-config --libs pangox really + should add the X libraries, but we'll omit that for the + moment.) + Sat Feb 19 18:51:35 2000 Owen Taylor <otaylor@redhat.com> * libpango/pangox.c (pango_x_make_matching_xlfd): Fix problem |