summaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorSadrul Habib Chowdhury <sadrul@users.sourceforge.net>2010-04-01 15:25:03 -0400
committerSadrul Habib Chowdhury <sadrul@users.sourceforge.net>2010-04-01 15:25:03 -0400
commit869278e490913531a98602b8bec5cc08831aa46d (patch)
tree2e3c802ce9ac51e5c7a29389fed2c7b34b64f6dc /src/ChangeLog
parent7ec27de25cc83b2189965584352edb660da00338 (diff)
parenta881bb274ae2d3c4027ae61e1707576bc8d35cab (diff)
downloadscreen-869278e490913531a98602b8bec5cc08831aa46d.tar.gz
Merge branch 'master' into unicode++
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 9d9d768..720a2f6 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -3,7 +3,7 @@ Version 4.1.0 (??/??/20??):
* 'unbindall' to unbind all commands
* 'up', 'down', 'left', 'right' sub-commands for 'focus'
* 'rendition' to specify rendition to use in caption/hardstatus for
- window-names that have bell/monitor/so turned on.
+ window-names that have bell/monitor/silence/so turned on.
* 'layout', with the following sub-commands
- 'title'
- 'number'
@@ -25,6 +25,8 @@ Version 4.1.0 (??/??/20??):
a mark and the scroll wheel to scroll through the buffer. Additional
features might be to allow clicking on window-titles in the caption to
switch to that window.
+ * All commands prefixed '@' are treated as 'quiet', i.e. '@'-prefixed commands
+ do not trigger any display messages.
Changed Commands:
* '-v' parameter to 'split' command for vertical splits.
@@ -43,6 +45,7 @@ Version 4.1.0 (??/??/20??):
.screenrc:
* $PID expands to the PID of the screen session.
+ * $PWD expands to the current working directory of the session.
* $STY expands to the session name.
* Tilde-expansion in pathnames (e.g. for the 'source' command)
* C-style escapes can be used (e.g. "\n" to get a newline with 'stuff')
@@ -106,6 +109,7 @@ Version 4.1.0 (??/??/20??):
* Emanuele Giaquinta <e.giaquinta@glauco.it>
* Yi-Hsuan Hsin <mhsin@mhsin.org>
* Chris Jones <cjns1989@gmail.com>
+ * Max Kalashnikov <mmt@maxkalashnikov.com>
* Steve Kemp <steve@steve.org.uk>
* Ryan Niebur <ryan@debian.org>
* Jan Christoph Nordholz <hesso@pool.math.tu-berlin.de>