summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-1-2
diff options
context:
space:
mode:
authorJames Henstridge <james@daa.com.au>2001-07-02 14:17:18 +0000
committerJames Henstridge <jamesh@src.gnome.org>2001-07-02 14:17:18 +0000
commit977dbeb2e823baa4940dbd8cfc054deed3017548 (patch)
tree55bb75b2a55105562cde92dfe3cb125e8db91686 /ChangeLog.pre-1-2
parentd5f6f37adfff287b5d5cc1aadfb4cb79f3596d1f (diff)
downloadpango-977dbeb2e823baa4940dbd8cfc054deed3017548.tar.gz
copy function. (pango_glyph_string_get_type): implement get_type function.
2001-07-02 James Henstridge <james@daa.com.au> * pango/glyphstring.c (pango_glyph_string_copy): copy function. (pango_glyph_string_get_type): implement get_type function. * pango/pango-glyph.h (pango_glyph_string_get_type): get_type function prototype. (pango_glyph_string_copy): prototype for copy function. * pango/pango-utils.c (pango_language_get_type): implementation. * pango/pango-types.h (pango_language_get_type): get_type function. * pango/pango-tabs.c (pango_tab_array_get_type): implementation. * pango/pango-tabs.h (pango_tab_array_get_type): get_type function. * pango/fonts.c (pango_font_description_get_type): implementation. * pango/pango-font.h (pango_font_description_get_type): add get_type function for typecode.
Diffstat (limited to 'ChangeLog.pre-1-2')
-rw-r--r--ChangeLog.pre-1-222
1 files changed, 22 insertions, 0 deletions
diff --git a/ChangeLog.pre-1-2 b/ChangeLog.pre-1-2
index 827d5b7d..84fb9d09 100644
--- a/ChangeLog.pre-1-2
+++ b/ChangeLog.pre-1-2
@@ -1,3 +1,25 @@
+2001-07-02 James Henstridge <james@daa.com.au>
+
+ * pango/glyphstring.c (pango_glyph_string_copy): copy function.
+ (pango_glyph_string_get_type): implement get_type function.
+
+ * pango/pango-glyph.h (pango_glyph_string_get_type): get_type
+ function prototype.
+ (pango_glyph_string_copy): prototype for copy function.
+
+ * pango/pango-utils.c (pango_language_get_type): implementation.
+
+ * pango/pango-types.h (pango_language_get_type): get_type function.
+
+ * pango/pango-tabs.c (pango_tab_array_get_type): implementation.
+
+ * pango/pango-tabs.h (pango_tab_array_get_type): get_type function.
+
+ * pango/fonts.c (pango_font_description_get_type): implementation.
+
+ * pango/pango-font.h (pango_font_description_get_type): add
+ get_type function for typecode.
+
Mon Jul 2 06:12:18 2001 Tim Janik <timj@gtk.org>
* pango/pangoxft-font.c: