ChangeLog 3.1 KB

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