2004-11-29 Mariano Suárez-Alvarez * src/terminal-screen.c(terminal_screen_edit_title): * src/terminal.c(fix_button_align, terminal_app_manage_profiles): use the HIG layout. Basically Dennis Cranston's patch from bug 147312. 2004-11-23 Mariano Suárez-Alvarez * src/terminal-screen.c(copy_url_callback): use the clipboard corresponding to the display of the window. * src/terminal-window.c(update_edit_menu, edit_menu_activate_callback, terminal_window_init): watch for activations of the Edit menu, and set the sensitivity of the Paste menu item in the callback. Also when the window instance is created get the GtkClipboard for its display, so as not to lag too much the first time the user wants something with a Paste menu item. * src/terminal-window.c(update_notebook): rewrite less verbosely. 2004-11-21 Mariano Suárez-Alvarez * configure.in: depend on startup-notification 0.8, so that we get the focus-stealing prevention stuff. 2004-11-15 Mariano Suárez-Alvarez * src/Makefile.am: Fix builddir problem, bug #158319. 2004-11-15 Mariano Suárez-Alvarez * src/Makefile.am: remove a deprecation flag. 2004-11-10 Mariano Suárez-Alvarez * src/terminal-window.c(about_callback): fix constness of the authors array now that gtk does the Right Thing there. 2004-11-07 Mariano Suárez-Alvarez * AUTHORS: UTF-8-fy my last name and update email. 2004-11-07 Mariano Suárez-Alvarez * src/terminal-window.c(about_callback): use the new GtkAboutDialog. * src/terminal-window.c(terminal_window_init): use the new GTK_STOCK_ABOUT instead of GNOME_STOCK_ABOUT. 2004-11-05 Mariano Suárez-Alvarez * src/terminal-window.c(terminal_window_show): support _NET_WM_USER_TIME focus stealing prevention. Patch from Elijah Newren on bug #156413. 2004-11-05 Mariano Suárez-Alvarez * autogen.sh: use automake-1.8. * Makefile.am: change distuninstallcheck_listfiles so that scrollkeeper's mess is ignored at distuninstallcheck time. I hope I got this right this time... Last time I moved to 1.8 it did distcheck for a time, too :( 2004-11-03 Mariano Suárez-Alvarez * src/termnal-window.c(title_changed_callback, terminal_window_add_screen): use the new GtkLabel ellipsizing, instead of our own EelEllipsizingLabel. * configure.in: require GTK+ >= 2.5.4 so that we actually have the ellipsizing stuff in GtkLabel. * src/eel/*: remove this, as we do not need any more. * src/terminal-profile.c(terminal_profile_get_font): fix the return value on the g_return_val_if_fail call. 2004-11-03 Mariano Suárez-Alvarez * src/terminal-screen.c(terminal_screen_do_popup): do not use gtk_clipboard_wait_is_text_available but explicitely do a gtk_clipboard_request_text, and build the popup in a new callback popup_clipboard_request_callback. Shoulf fix both bugs #157153 and #157151. 2004-11-01 Mariano Suárez-Alvarez * configure.in: Post release bump: Version 2.9.2