Changelog for
termit-3.0-23.1.x86_64.rpm :
Wed Feb 7 13:00:00 2018 avindraAATTopensuse.org
- remove libtool build dependency (unneeded)
Sat Oct 28 14:00:00 2017 aavindraaAATTgmail.com
- update to 3.0.0
+ added AppData file
+ license changed to GPLv3.0+
+ added \'apply to all tabs\' in preferences dialog
+ new options: cursorBlinkMode, cursorShape startMaximized,
hideTitlebarWhenMaximized
+ wordChars replaced with wordCharExceptions
+ removed options: imageFile, transparency, visibleBell
+ Require libvte>0.29 and Gtk-3.
- Lint .spec file
- Drop xz build requirement
Thu Jan 7 13:00:00 2016 sweet_f_aAATTgmx.de
- update to 2.10.1:
* Fixed error with conflicting libvte/Gtk versions
* Fixed ebuild (by Ilya Mochalov).
* Suppress \"invalid option\" for -e.
* Fixed missing link to math library
* Miminum required version for Gtk-2 changed to 2.24.
* Miminum required version for libvte changed to 0.28.
* Rebuild po-files due to source changes.
Thu Nov 6 13:00:00 2014 sweet_f_aAATTgmx.de
- build with vte2/gtk2 because API seems to be more stable than
vte/gtk3, (gtk3 build failed for openSUSE >= 13.2)
Wed Apr 23 14:00:00 2014 sweet_f_aAATTgmx.de
- update to 2.10.0:
* version 2.8.1
fixed bug in currentTabIndex
* version 2.9.0
new Lua functions:
setColormap
added support for system-wide rc.lua
added support for using modules in rc.lua
added several predefined colormaps
* version 2.9.1
fixed setEncoding in termit.utils module
fixed possible zombie process
* version 2.9.2
fix build with --as-needed linker flags enabled (patch by Artur Frysiak)
Meta, Super and Hyper in keybindings (patch by Artur Frysiak)
project language set to C
new Lua functions:
feed feedChild
fixed some compilation issues when using Gtk+3
added Japanese translation (by Nobuhiro Iwamatsu)
* version 2.9.3
fixed installing as non-root
added Spanish translation (by Martintxo)
added German translation (by Dennis Ploeger)
updated Hungarian translation (by Peter Polonkai)
apply foreground color for bold fonts
added several WM-specific commandline options: --name, --class, --role
* version 2.9.4
fix hyphen-used-as-minus-sign in manpage (by Thomas Koch)
new options:
hideTabbar (by Anurag Priyam)
new Lua functions:
toggleTabbar
added Polish translation (by Miś Uszatek)
added Danish translation
added support for Lua 5.2
fixed docs
* version 2.9.5
fixed bug with hideTabbar and hideSingleTab
tabs indexes start with 1 (Lua-indexing)
fixed desktop file
added Swedish translation (by Tomas Fasth)
* version 2.9.6
fixed handling geometry setting
added support to choose libraries while configuring termit build
scrollable tabs in tabbar
new options:
tabPos - set tabbar position
* version 2.10.0
fixed compilation for OpenBSD
prevent building termit with incompatible Gtk and Vte versions
\"exec\" commandline option now works nearly like in xterm
new options:
showBorder - show notebook\'s borders
- cleanup spec file
Wed May 25 14:00:00 2011 carloscsAATTkeysoft.pt
- update to 2.8.0
search in vte buffer (only for vte >= 0.26)
new Lua functions
forEachRow
forEachVisibleRow
findDlg findNext findPrev
new options
backspaceBinding
deleteBinding
setStatusbar
extra warnings when compiling in DEBUG mode
fixed docs
Tue Mar 29 14:00:00 2011 carloscsAATTkeysoft.pt
- update to 2.7.1
display proper encoding when switching pages
Fri Feb 25 13:00:00 2011 carloscsAATTkeysoft.pt
- update to 2.7.0
refactored reading table from Lua
fixed working with sessions
new options:
imageFile - path to image to be set on the background
colormap - instead of setColormap
matches - instead of setMatches
tabs - opened by default tabs
changed default binding for \'closeTab\' from \'Ctrl-w\' to \'CtrlShift-w\'
cleanup
fixed docs
Sat Nov 6 13:00:00 2010 carloscsAATTkeysoft.pt
- update to 2.6.0
fixed -e option: read configs first only then execute
accelerators for user menus
new Lua functions
setTabTitleDlg
loadSessionDlg
saveSessionDlg
preferencesDlg
quit
cleanup
fixed docs
removed support for deprecated:
use rc.lua instead of init.lua
in openTab use title instead of name
and workingDir instead of working_dir
action in menuitem must be lua-function
Wed Apr 21 14:00:00 2010 pascal.bleserAATTopensuse.org
- update to 2.5.0:
* Lua functions: \'selection\' and \'currentTab\' have been added
* global variable \'tabs\' has been added: read-only access to tabs\' properties
* a bug causing a hidden menu to appear after reconfiguring has been fixed
* documentation has been fixed
* there are several changes in the Lua API
- changes from 2.4.0:
* support for changing color maps
Mon Nov 23 13:00:00 2009 pascal.bleserAATTopensuse.org
- update to 2.3.0:
* adds the options audibleBell and visibleBell
* adds support for urgency hint
* custom actions on different matches (initial support)
- changes from 2.2.0:
* bugs were fixed
* mixed modifiers (such as AltCtrl or AltShift) are supported
* new Lua functions were added:
+ setTabForegroundColor
+ setTabBackgroundColor
+ bindMouse
+ toggleMenubar
+ setWindowTitle
+ currentTabIndex
+ getTabTitle
+ getWindowTitle
* new options were added
+ per-tab foreground/background colors
+ fillTabbar
+ hideMenubar
+ changeTitle
- changes from 2.1.1:
* fixes a bug with black default font color
* the man-page and init.lua.example were fixed