summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-1-8
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2000-02-01 18:52:17 +0000
committerOwen Taylor <otaylor@src.gnome.org>2000-02-01 18:52:17 +0000
commit82d8346691a72e4dd37a1e3999a939be269df32d (patch)
tree644477eb228b5e7f96460ae3e94bd718006d8937 /ChangeLog.pre-1-8
parent532c6902c34f47d5f838623c951e53d5fcdd395f (diff)
downloadpango-82d8346691a72e4dd37a1e3999a939be269df32d.tar.gz
Conditionally define G_N_ELEMENTS() when using glib-1.3.
Wed Feb 2 11:12:12 2000 Owen Taylor <otaylor@redhat.com> * libpango/pango-types.h: Conditionally define G_N_ELEMENTS() when using glib-1.3. * modules/basic/basic.c modules/hangul/hangul.c modules/tamil/tamil.c: Replace MEMBERS() with G_N_ELEMENTS(). * libpango/pango-engine.h: Added a get_coverage() function to the PangoEngineShape vtable. * modules/basic/basic.c modules/hangul/hangul.c modules/tamil/tamil.c: Added get_coverage() functions. The basic.c one is incredibly inefficient (but caching may make that matter that much). The Hangul one needs checking.
Diffstat (limited to 'ChangeLog.pre-1-8')
-rw-r--r--ChangeLog.pre-1-816
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog.pre-1-8 b/ChangeLog.pre-1-8
index 2bc2292c..535243ba 100644
--- a/ChangeLog.pre-1-8
+++ b/ChangeLog.pre-1-8
@@ -1,3 +1,19 @@
+Wed Feb 2 11:12:12 2000 Owen Taylor <otaylor@redhat.com>
+
+ * libpango/pango-types.h: Conditionally define G_N_ELEMENTS() when
+ using glib-1.3.
+
+ * modules/basic/basic.c modules/hangul/hangul.c modules/tamil/tamil.c:
+ Replace MEMBERS() with G_N_ELEMENTS().
+
+ * libpango/pango-engine.h: Added a get_coverage() function
+ to the PangoEngineShape vtable.
+
+ * modules/basic/basic.c modules/hangul/hangul.c modules/tamil/tamil.c:
+ Added get_coverage() functions. The basic.c one is incredibly
+ inefficient (but caching may make that matter that much).
+ The Hangul one needs checking.
+
Wed Feb 2 00:07:13 2000 Owen Taylor <otaylor@redhat.com>
* libpango/pango-*.h: The great header file reorganization.