2006-02-25 Behdad Esfahbod Released 1.5.3. * configure.in: * gucharmap/Makefile.am: Bump versions. 2006-02-20 Behdad Esfahbod * gucharmap/gucharmap-windoc.c, po/*.po: Change "based on Unicode Character Databse" to "based on the Unicode Character Database". 2006-02-19 Behnam Esfahbod Bug 331722 – gucharmap crashes with search next/prev * gucharmap/gucharmap-search-dialog.c (gucharmap_search_dialog_start_search): Moving to _gucharmap_search_dialog_fire_search and adding _entry_is_empty check before calling that. 2006-02-19 Behnam Esfahbod * gucharmap/gucharmap-window.c: Reverting the description change, because of string freeze. 2006-02-19 Behnam Esfahbod * gucharmap/gucharmap-search-dialog.c: Renaming "Cancel" button to "Close". Disabling Next and Previous buttons when there's no result. 2006-02-19 Behnam Esfahbod * gucharmap/gucharmap-window.c: Fixing a typo and two warnings. 2006-02-18 Behdad Esfahbod * pixmaps/Makefile.am: Pass -f to gtk-update-icon-cache, as it's rather crazy. 2006-02-18 Behdad Esfahbod * pixmaps/Makefile.am: Pass -t and the target directory to gtk-update-icon-cache. 2006-02-18 Behdad Esfahbod * gucharmap/main.c (main): Call g_set_application_name. * gucharmap/gucharmap-window.c (help_about): Set logo-icon-name in gtk_show_about_dialog. * pixmaps/Makefile.am: Call gtk-update-icon-cache. 2006-02-17 Behdad Esfahbod Bug 331565 – cvs fails to build -- gucharmap/Makefile.am:27: blank line following trailing backslash * gucharmap/Makefile.am: Fixed. 2006-02-17 Behdad Esfahbod * gucharmap/gucharmap-window.c: Use gtk_window_set_icon_name to set the icon. Makes it themable. * gucharmap/main.c: Do gtk_window_set_default_icon_name.