2007-09-17 Behdad Esfahbod Released 1.10.1. * configure.ac: Bump version to 1.10.1 and libtool version to 6:2:0. * NEWS: Updated. 2007-09-05 Behdad Esfahbod Bug 311912 – Should come up showing the unicode block for the default language Patch from Federico Mena Quintero * gucharmap/gucharmap-script-chapters.c (get_first_non_underscore_char), (select_default_script), (tree_view_map_event_cb), (queue_select_default_script), (gucharmap_script_chapters_init): Jump to default script for users selected languge (LC_MESSAGES). We do this by getting translation for "_File" and jumping to the block containing its first character. We delay this until the tree view is mapped so that the tree will scroll to the selected row in addition to just selecting it. 2007-09-05 Behdad Esfahbod Bug 466213 – No branch for gnome-2-18 Revert Bug 459279 – port to new tooltips API * configure.ac: Require gtk 2.6.0 again. * gucharmap/gucharmap-window.c (make_text_to_copy): Revert port to new tooltips API, so we build with stable Gtk+. 2007-09-05 Behdad Esfahbod Bug 357471 – chartable::finalize() Patch from paolo borelli * gucharmap/gucharmap-table.c (gucharmap_table_finalize), (gucharmap_table_class_init), (motion_notify_event), (gucharmap_table_init): * gucharmap/gucharmap-table.h: Implement chartable::finalize() so that it frees some stuff and chains up to the parent finalize(). Also avoid leaking the target_list each time something is drag&dropped. 2007-08-07 Behdad Esfahbod * MAINTAINERS: Add Userid field. 2007-07-28 Jan Arne Petersen * configure.ac: Remove help/de/Makefile as de moved to gnome-doc-utils. 2007-07-24 Christian Persch * configure.ac: Update gtk req to 2.11.6. * gucharmap/gucharmap-window.c: (make_text_to_copy): Port to new tooltips API. Bug #459279. 2007-06-21 Behdad Esfahbod Bug 396265 – don't export internal symbols * configure.ac: * gucharmap/Makefile.am: * gucharmap/main.c (main): Only export '^gucharmap_.*' symbols. 2007-04-30 Behdad Esfahbod Bug 434276 – G_UNICODE_BREAK_SURROGATE Patch from huzheng * gucharmap/gucharmap-charmap.c (set_details): Fix typo comparing character General Category to G_UNICODE_BREAK_SURROGATE instead of the break type. 2007-04-26 David Farning * pixmaps/Makefile.am (update-icon-cache): fix gtk-update-icon-cache for for uninstall-hook. 2007-04-26 Christian Persch * gucharmap/gucharmap-search-dialog.c:(gucharmap_search_dialog_finalize): Chain up to parent's finalise handler. Bug #433134. 2007-03-12 Vincent Untz * configure.in: post-release bump to 1.10.1. ==================== 1.10.0 ====================