-
Notifications
You must be signed in to change notification settings - Fork 22
/
CHANGELOG
42 lines (36 loc) · 2.01 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
KDE 4.1
==========================
New Features:
- Text anti-aliasing can be turned off via the 'Smooth Fonts' option in the profile editor
- Make mouse-wheel scrolling work in "less" and other terminal applications which don't
understand mouse commands.
- BUG 158235 - Support Xterm's clear history escape sequence
- BUG 157256 - The session number can be displayed in tab titles using the %# marker
- Added option to specify whether new sessions start in the same directory as the current
session.
Minor changes:
- Limit tab name length to prevent a single tab from taking up the entire tab bar.
- Scroll the terminal continually when the mouse is held down and moved outside the display
(like a text document)
Fixes:
- Fix embedded terminal not gaining focus when shown in Dolphin
- Update scrolling optimisations to work with Qt 4.4
- BUG 159261 - Set both local and remote tab titles when manually renaming a tab
- BUG 152781 - Trailing whitespace at end of selection not copied
- BUG 155801 - Support for setting background and foreground colors of the current session
using the xtermcontrol tool
- BUG 158513 - Re-implement --noclose command-line option. Add -hold as a synonym for
Xterm compatibility
- BUG 120322 - Display a warning and do not close the terminal immediately if the session
cannot be started (eg. because the program is missing). Try to fall back
to $SHELL and then /bin/sh if the program cannot be found
- BUG 159657 - Safer shutdown sequence. Fixes crash which appeared after the changeover
to Qt 4.4
- BUG 159096 - 'Find Next'/'Find Previous' jumped to the wrong line number if the output
contained wrapped lines.
- BUG 156654 - Force Left-To-Right text layout in the terminal display otherwise it
becomes unusable on RTL desktops
- BUG 157667 - Disabled several actions in the KPart which are unused to prevent
clashes with shortcuts in Yakuake etc.
- Allow selection of trailing new-line character at end of selection for consistency with
KDE 3.5