ChangeLog 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. 2014-03-14 Héctor García <[email protected]>
  2. Added support to defined backscroll lines for terminals. Patch from Balint Deak.
  3. Added support to maximize a terminal (ctrl + shift + x). Patch from Balint Deak.
  4. Added support to change bg y fg colors on selected terminal. Patch from Balint Deak.
  5. Added support to create a new session. Patch from Balint Deak.
  6. 2014-03-13 Héctor García <[email protected]>
  7. Added a new feature to the aliases file. Now you can define aliases for command line text to send using {}
  8. 2014-01-20 Héctor García <[email protected]>
  9. Make paste with mouse middle button focus on terminal
  10. 2014-01-15 Héctor García <[email protected]>
  11. Added patch from Oscar Fernandez to support comments on configuration archive
  12. Added patch from Mario J. Barchéin and Francisco Licerán to support port numbers on host
  13. Copy Debian's mssh man page to upstream and added Karl Goetz <[email protected]> patch
  14. Allow window to be smaller than 1024x768. Patch from Lorenzo Masini <[email protected]>
  15. 2014-01-15 Héctor García <[email protected]>
  16. Bumped version to 2.0 gtk3 support
  17. Changed from gdk_color_ to gdk_rgba_ functions
  18. Changed from gtk_color_button to gtk_color_chooser
  19. Change from gtk_vbox and gtk_hbox to gtk_box
  20. Change colour_table from GTK_TABLE to GTK_GRID
  21. Change table where to place terminals to grid
  22. Replaced GDK_<keyname> with GDK_KEY_<keyname>
  23. Changed direct access to use accessor for terminal->parent
  24. Changed deprecated gtk_menu_bar_append with gtk_menu_shell_append
  25. Migrate from vte_terminal_fork_command to vte_terminal_fork_command_full to make compile against GTK 2.24
  26. 2010-01-15 Bradley Smith <[email protected]>
  27. Bump to version 1.2
  28. Add directional focus option, and focus next window on session close.
  29. Redo accel group when modifier changes.
  30. Add directional focus.
  31. 2010-01-14 Bradley Smith <[email protected]>
  32. Make sure focus is preserved when a session closes, restore back to global entry if focused window closed.
  33. Add call to vte_terminal_set_word_chars.
  34. Get rid of horrible tabs in files.
  35. Add columns override option.
  36. 2009-09-05 Bradley Smith <[email protected]>
  37. Bump version to 1.1.
  38. 2009-09-03 Bradley Smith <[email protected]>
  39. Implement .mssh_clusters config file.
  40. 2009-09-02 Bradley Smith <[email protected]>
  41. Bump version to 1.0.
  42. Hook up the rest of the preferences dialog.
  43. Hook up columns spin button.
  44. 2009-08-29 Bradley Smith <[email protected]>
  45. Add beginnings of columns preference.
  46. Hook up colour preferences.
  47. 2009-08-28 Bradley Smith <[email protected]>
  48. Reduce spacing between terminals.
  49. Add initial gconf stuff, and hook up font preference.
  50. Catch pastes into GtkEntry.
  51. 2009-08-27 Bradley Smith <[email protected]>
  52. Remove menu item on session close.
  53. Fixes to terminal class and add "add session" menuitem.
  54. Add preferences dialog.
  55. Split out terminals into seperate clase and make layout more dynamic.
  56. 2009-08-25 Bradley Smith <[email protected]>
  57. Bump version to 0.2.
  58. Fix segfault with > 32 servers.
  59. 2009-08-20 Bradley Smith <[email protected]>
  60. Add option to send hostname.
  61. 2009-08-02 Bradley Smith <[email protected]>
  62. Fix indentation.
  63. Fix segfault with odd number of servers. Span last server in this case.
  64. Initial commit.