2008-01-15 Christian Persch === Release 2.21.5 === * NEWS: * configure.in: 2008-01-15 Christian Persch * src/profile-editor.c: (terminal_profile_edit): * src/terminal-window.c: (terminal_window_init): Remove last uses of old tooltips API. 2008-01-15 Christian Persch * src/terminal-window.c: (terminal_window_class_init), (sync_tab_label), (tab_label_style_set_cb), (contruct_tab_label): Update to gtk 2.12 tooltips API, and fix cropping of close buttons with gnome-icon-theme svn. 2008-01-05 Badral Sanlig * po/mn.po: Updated Mongolian translation. 2008-01-05 Christian Persch * src/terminal.c: (main), (get_goption_context): The GnomeProgram adopts the GOptionContext, don't free it twice. 2008-01-02 Behdad Esfahbod Bug 336155 – [patch] port gnome-terminal to goption Based on patch from Christian Kirbach * src/terminal.c: Migrate from popt to GOption, and clean up. * configure.in: Rquire glib-2 >= 2.12.0, libgnome-2 >= 2.14.0 2007-12-28 Behdad Esfahbod * MAINTAINERS: Removed Guilherme, added chpe. 2007-12-20 Christian Persch * src/skey/md5.c: (MD5Keycrunch), (MD5SKey): * src/skey/sha1.c: (SHA1Keycrunch), (SHA1SKey): Adapt to new API for g_checksum_get_digest.