summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2008-11-16 10:10:26 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2008-11-16 10:10:26 +0000
commit46f5e42145ed34567b29c73032adbd8a41f5dfa2 (patch)
treec084d02f1886fb187d9c34977f45f59ea3d896ab /CHANGES
parent1425738790052e53211f8c38054f49eaf54cb644 (diff)
Keep stack of previous windows.
Check for op (orig_pair) for default colours.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES12
1 files changed, 11 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index ac033861..999397cb 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,13 @@
+16 November 2008
+
+* Enable default colours if op contains \033[39;49m, based on a report from
+ fulvio ciriaco.
+
+12 November 2008
+
+* Keep stack of last windows rather than just most recent; based on a diff from
+ joshe.
+
04 November 2008
* Don't try to redraw status line when showing a prompt or message; if it does,
@@ -687,4 +697,4 @@
(including mutt, emacs). No status bar yet and no key remapping or other
customisation.
-$Id: CHANGES,v 1.165 2008-11-04 20:55:58 nicm Exp $
+$Id: CHANGES,v 1.166 2008-11-16 10:10:26 nicm Exp $