summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJohn Finlay <finlay@src.gnome.org>2006-07-24 21:50:44 +0000
committerJohn Finlay <finlay@src.gnome.org>2006-07-24 21:50:44 +0000
commit1a0fe754cdc93ea2e42ce50b6e8ec2230efa914b (patch)
treeb910a3f0920af3e9448d09b70c1808179756c8d8 /ChangeLog
parent21ffc4face9dc5c92cc73a8de64de05c04065ac8 (diff)
downloadpygtk-1a0fe754cdc93ea2e42ce50b6e8ec2230efa914b.tar.gz
ignore-glob (pango_default_break): ignore
* pango.override (*_get_type, *_ref, *_unref, *_free): ignore-glob (pango_default_break): ignore * pango.defs (pango_attr_shape_new_with_data, pango_default_break) (pango_context_get_font_map, pango_context_set_matrix) (pango_context_get_matrix, pango_itemize_with_base_dir) (pango_coverage_new, pango_glyph_item_split, pango_glyph_item_free) (pango_glyph_item_apply_attrs, pango_glyph_item_letter_space) (pango_item_get_type, pango_item_new, pango_item_copy) (pango_item_free, pango_item_split, pango_script_for_unichar) (pango_script_iter_new, pango_script_iter_get_range) (pango_script_iter_next, pango_script_iter_free) (pango_script_get_sample_language, pango_script_includes_script) (pango_matrix_get_type, pango_matrix_copy, pango_matrix_free) (pango_matrix_translate, pango_matrix_scale, pango_matrix_rotate) (pango_matrix_concat, pango_get_mirror_char, pango_unichar_direction) (pango_find_base_dir): Add. Add virtuals. (pango_font_metrics_new, pango_find_map, pango_map_get_engine) (pango_map_get_engines, pango_module_register): Add with ifdef PANGO_ENABLE_BACKEND (pango_split_file_list, pango_trim_string, pango_read_line) (pango_skip_space, pango_scan_word, pango_scan_string) (pango_scan_int, pango_config_key_get, pango_lookup_aliases) (pango_parse_style, pango_parse_variant, pango_parse_weight) (pango_parse_stretch, pango_get_sysconf_subdirectory) (pango_get_lib_subdirectory, pango_log2vis_get_embedding_levels) (pango_get_sample_string, pango_is_zero_width): Add with ifdef USE_PANGO_UTILS * pango-types.defs (WrapMode): Add PANGO_WRAP_WORD_CHAR. Reorganize.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog33
1 files changed, 33 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4cb5bfc6..a9977274 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,36 @@
+2006-07-24 John Finlay <finlay@moeraki.com>
+
+ * pango.override (*_get_type, *_ref, *_unref, *_free): ignore-glob
+ (pango_default_break): ignore
+
+ * pango.defs (pango_attr_shape_new_with_data, pango_default_break)
+ (pango_context_get_font_map, pango_context_set_matrix)
+ (pango_context_get_matrix, pango_itemize_with_base_dir)
+ (pango_coverage_new, pango_glyph_item_split, pango_glyph_item_free)
+ (pango_glyph_item_apply_attrs, pango_glyph_item_letter_space)
+ (pango_item_get_type, pango_item_new, pango_item_copy)
+ (pango_item_free, pango_item_split, pango_script_for_unichar)
+ (pango_script_iter_new, pango_script_iter_get_range)
+ (pango_script_iter_next, pango_script_iter_free)
+ (pango_script_get_sample_language, pango_script_includes_script)
+ (pango_matrix_get_type, pango_matrix_copy, pango_matrix_free)
+ (pango_matrix_translate, pango_matrix_scale, pango_matrix_rotate)
+ (pango_matrix_concat, pango_get_mirror_char, pango_unichar_direction)
+ (pango_find_base_dir): Add. Add virtuals.
+ (pango_font_metrics_new, pango_find_map, pango_map_get_engine)
+ (pango_map_get_engines, pango_module_register): Add with ifdef
+ PANGO_ENABLE_BACKEND
+ (pango_split_file_list, pango_trim_string, pango_read_line)
+ (pango_skip_space, pango_scan_word, pango_scan_string)
+ (pango_scan_int, pango_config_key_get, pango_lookup_aliases)
+ (pango_parse_style, pango_parse_variant, pango_parse_weight)
+ (pango_parse_stretch, pango_get_sysconf_subdirectory)
+ (pango_get_lib_subdirectory, pango_log2vis_get_embedding_levels)
+ (pango_get_sample_string, pango_is_zero_width): Add with ifdef
+ USE_PANGO_UTILS
+
+ * pango-types.defs (WrapMode): Add PANGO_WRAP_WORD_CHAR. Reorganize.
+
2006-07-23 John Finlay <finlay@moeraki.com>
* atk.override (AtkObjectFactory__do_create_accessible)