ChangeLog 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. 2014-01-15 Héctor García <[email protected]>
  2. Bumped version to 1.3 gtk2 deprecated symbols free
  3. Replaced GDK_<keyname> with GDK_KEY_<keyname>
  4. Changed direct access to use accessor for terminal->parent
  5. Changed deprecated gtk_menu_bar_append with gtk_menu_shell_append
  6. Migrate from vte_terminal_fork_command to vte_terminal_fork_command_full to make compile against GTK 2.24
  7. 2010-01-15 Bradley Smith <[email protected]>
  8. Bump to version 1.2
  9. Add directional focus option, and focus next window on session close.
  10. Redo accel group when modifier changes.
  11. Add directional focus.
  12. 2010-01-14 Bradley Smith <[email protected]>
  13. Make sure focus is preserved when a session closes, restore back to global entry if focused window closed.
  14. Add call to vte_terminal_set_word_chars.
  15. Get rid of horrible tabs in files.
  16. Add columns override option.
  17. 2009-09-05 Bradley Smith <[email protected]>
  18. Bump version to 1.1.
  19. 2009-09-03 Bradley Smith <[email protected]>
  20. Implement .mssh_clusters config file.
  21. 2009-09-02 Bradley Smith <[email protected]>
  22. Bump version to 1.0.
  23. Hook up the rest of the preferences dialog.
  24. Hook up columns spin button.
  25. 2009-08-29 Bradley Smith <[email protected]>
  26. Add beginnings of columns preference.
  27. Hook up colour preferences.
  28. 2009-08-28 Bradley Smith <[email protected]>
  29. Reduce spacing between terminals.
  30. Add initial gconf stuff, and hook up font preference.
  31. Catch pastes into GtkEntry.
  32. 2009-08-27 Bradley Smith <[email protected]>
  33. Remove menu item on session close.
  34. Fixes to terminal class and add "add session" menuitem.
  35. Add preferences dialog.
  36. Split out terminals into seperate clase and make layout more dynamic.
  37. 2009-08-25 Bradley Smith <[email protected]>
  38. Bump version to 0.2.
  39. Fix segfault with > 32 servers.
  40. 2009-08-20 Bradley Smith <[email protected]>
  41. Add option to send hostname.
  42. 2009-08-02 Bradley Smith <[email protected]>
  43. Fix indentation.
  44. Fix segfault with odd number of servers. Span last server in this case.
  45. Initial commit.