2017-10-24 Héctor García Support to more than one alias on command line with multiple -a Support to define alias and hosts on command line 2017-10-03 Héctor García Migrated from vte_terminal_spawn_sync to vte_terminal_spawn_async 2015-06-08 Héctor García Added info on man page Migrated to vte 0.40 Bumped to version 2.2 2014-12-15 Héctor García Integrated gettext support Added Spanish translation Bumped to version 2.1 2014-12-12 Héctor García Upgrade deprecated funtions to support GTK 3.14 Set the focus on the global entry only if the terminal closed has it. 2014-03-19 gettextize * Makefile.am (SUBDIRS): Add po. (ACLOCAL_AMFLAGS): New variable. (EXTRA_DIST): Add config.rpath, m4/ChangeLog. * configure.ac (AC_OUTPUT): Add po/Makefile.in. 2014-03-17 Héctor García Release as mssh 2.0 2014-03-14 Héctor García Added support to defined backscroll lines for terminals. Patch from Balint Deak. Added support to maximize a terminal (ctrl + shift + x). Patch from Balint Deak. Added support to change bg y fg colors on selected terminal. Patch from Balint Deak. Added support to create a new session. Patch from Balint Deak. 2014-03-13 Héctor García Added a new feature to the aliases file. Now you can define aliases for command line text to send using {} 2014-01-20 Héctor García Make paste with mouse middle button focus on terminal 2014-01-15 Héctor García Added patch from Oscar Fernandez to support comments on configuration archive Added patch from Mario J. Barchéin and Francisco Licerán to support port numbers on host Copy Debian's mssh man page to upstream and added Karl Goetz patch Allow window to be smaller than 1024x768. Patch from Lorenzo Masini 2014-01-15 Héctor García Bumped version to 2.0 gtk3 support Changed from gdk_color_ to gdk_rgba_ functions Changed from gtk_color_button to gtk_color_chooser Change from gtk_vbox and gtk_hbox to gtk_box Change colour_table from GTK_TABLE to GTK_GRID Change table where to place terminals to grid Replaced GDK_ with GDK_KEY_ Changed direct access to use accessor for terminal->parent Changed deprecated gtk_menu_bar_append with gtk_menu_shell_append Migrate from vte_terminal_fork_command to vte_terminal_fork_command_full to make compile against GTK 2.24 2010-01-15 Bradley Smith Bump to version 1.2 Add directional focus option, and focus next window on session close. Redo accel group when modifier changes. Add directional focus. 2010-01-14 Bradley Smith Make sure focus is preserved when a session closes, restore back to global entry if focused window closed. Add call to vte_terminal_set_word_chars. Get rid of horrible tabs in files. Add columns override option. 2009-09-05 Bradley Smith Bump version to 1.1. 2009-09-03 Bradley Smith Implement .mssh_clusters config file. 2009-09-02 Bradley Smith Bump version to 1.0. Hook up the rest of the preferences dialog. Hook up columns spin button. 2009-08-29 Bradley Smith Add beginnings of columns preference. Hook up colour preferences. 2009-08-28 Bradley Smith Reduce spacing between terminals. Add initial gconf stuff, and hook up font preference. Catch pastes into GtkEntry. 2009-08-27 Bradley Smith Remove menu item on session close. Fixes to terminal class and add "add session" menuitem. Add preferences dialog. Split out terminals into seperate clase and make layout more dynamic. 2009-08-25 Bradley Smith Bump version to 0.2. Fix segfault with > 32 servers. 2009-08-20 Bradley Smith Add option to send hostname. 2009-08-02 Bradley Smith Fix indentation. Fix segfault with odd number of servers. Span last server in this case. Initial commit.