2007-12-17 Behdad Esfahbod * NEWS: * configure.in: Released 2.21.4 2007-12-08 Christian Persch * configure.in: * src/skey/md5.c: (MD5Keycrunch), (MD5SKey): * src/skey/md5.h: * src/skey/sha1.c: (SHA1Keycrunch), (SHA1SKey): * src/skey/sha1.h: * src/skey/skey.c: * src/skey/skeyutil.c: Use GChecksum instead of our own MD5 and SHA1 implementations. Bug #501667. 2007-12-05 Behdad Esfahbod Bug 501635 – crash in Terminal: running gnome-session-sa... * src/terminal.c (terminal_app_get_clone_command): NULL-terminate the array. 2007-12-04 Behdad Esfahbod Bug 501665 – Remove simple-x-font-selector * src/Makefile.am: * src/profile-editor.c (profile_changed), (terminal_profile_edit), (profile_editor_update_sensitivity), (profile_editor_update_font): * src/simple-x-font-selector.c: * src/simple-x-font-selector.h: * src/terminal-profile.c (terminal_profile_init), (terminal_profile_finalize), (terminal_profile_update), (profile_change_notify), (terminal_profile_create): * src/terminal-profile.h: * src/terminal-screen.c (terminal_screen_set_font), (terminal_screen_update_scrollbar): * src/terminal-widget-vte.c: Remove simple-x-font-selector: Makefile.am | 2 profile-editor.c | 155 ---- simple-x-font-selector.c | 1730 ----------------------------------------------- simple-x-font-selector.h | 180 ---- terminal-profile.c | 61 - terminal-profile.h | 4 terminal-screen.c | 314 -------- terminal-widget-vte.c | 6 8 files changed, 41 insertions(+), 2411 deletions(-) 2007-12-04 Behdad Esfahbod * src/encoding.c (terminal_encoding_free), (terminal_encoding_copy), (terminal_encoding_init): * src/profile-editor.c (color_scheme_changed), (palette_scheme_changed), (profile_editor_update_color_scheme_menu), (profile_editor_update_palette), (profile_editor_update_x_font), (profile_editor_update_background_type): * src/skey/btoe.c (btoe), (extract): * src/skey/skey.c (skey_test): * src/skey/skeyutil.c: * src/terminal-accels.c: * src/terminal-profile.c: * src/terminal-screen.c (terminal_screen_set_font): * src/terminal-window.c (terminal_window_realized_callback): * src/terminal.c (slowly_and_stupidly_obtain_timestamp), (main), (terminal_app_new_terminal): Fix bunch of compiler warnings. 2007-12-04 Behdad Esfahbod Bug 144000 – encodings other than the current encoding are not listed in gnome-terminal on Solaris. * src/encoding.c: Fix typo in the name of three encoding. 2007-12-04 Behdad Esfahbod Bug 144000 – encodings other than the current encoding are not listed in gnome-terminal on Solaris. * src/encoding.c (terminal_encoding_init): Fix encoding sanity check.