SHA256
1
0
forked from pool/yakuake
OBS User unknown
2007-10-05 13:59:55 +00:00
committed by Git OBS Bridge
parent 01af42931b
commit 4656ba49dc
4 changed files with 52 additions and 11 deletions

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Fri Oct 5 14:57:12 CEST 2007 - stbinner@suse.de
- update to new upstream version 2.8:
- Made the new behavior of the Open/Retract action focussing an
already open Yakuake window optional.
- The Xinerama screen setting is now updated when the window is
moved to a different screen using facilities outside of Yakuake
itself, such as the new shortcuts provided by Lubos Lunak's
Xinerama Improvements patchset for KWin 3.5.x. The window size
and position get updated to fit the new bounding box accordingly.
- Initial session tab label naming is now consistent with Konsole.
Instead of naively incrementing the shell number, the lowest
available number is used.
- Swapped horizontal & vertical split actions for consistency with Kate.
- Added slotSessionName() and slotSessionName(int session_id) DCOP Calls.
- Added sessionIdList() and terminalIdList(int session_id) DCOP calls.
- Naming consistency improvements in the DCOP interface.
- Added more What's This help in the config dialog.
- Minor interface wording improvements.
- Greatly expanded translation coverage.
-------------------------------------------------------------------
Fri Sep 7 18:02:30 CEST 2007 - dkukawka@suse.de