summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSadrul Habib Chowdhury <sadrul@users.sourceforge.net>2010-02-17 01:30:00 -0500
committerSadrul Habib Chowdhury <sadrul@users.sourceforge.net>2010-02-17 01:30:00 -0500
commit058bb9e0df3e8069752464268ce1cfbb062d207b (patch)
tree8ffae3d4163f8ae968ff7f3a0be501c317ea483c
parente01e137673bf09e2897ead3170719c5a2fb1f087 (diff)
downloadscreen-058bb9e0df3e8069752464268ce1cfbb062d207b.tar.gz
Changelog the last few changes.
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index e6741cf..dd85d82 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -39,6 +39,7 @@ Version 4.1.0 (??/??/20??):
* '-g' parameter to 'windowlist' to show nested list of windows.
* '//group' parameter to 'screen' to create a grouped window.
* 'blankerprg' shows the currently set command on no argument.
+ * 'maxwin' can now be used to increase the number of maximum windows.
.screenrc:
* $PID expands to the PID of the screen session.
@@ -66,6 +67,9 @@ Version 4.1.0 (??/??/20??):
* Some more readline-like bindings in input mode (e.g. ^W, ^D, ^P, ^N etc.)
* Fix displaying unicode characters in the caption/hardstatus on UTF8 locale.
* A revamped displays list (for 'displays' command)
+ * Increased default maximum number of windows from 40 to 100.
+ * Increased number color/attribute changes in caption/hardstatus string from 16 to 256.
+ * Some commands can be remotely queried using the -Q command-line flag.
In-Progress:
* Scripting support (thanks to Google Summer of Code 2009 project by Rui Guo)