summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2008-06-22 16:54:08 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2008-06-22 16:54:08 +0000
commit46383e33f8ab7511446baaf81ffb43243230c51f (patch)
tree8a8b09c186a72620baa3916b90e06066042990de /CHANGES
parent76019e1d527ab8b1634f93ac98daf41165bb91ae (diff)
Don't be clever and translate default colour.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES10
1 files changed, 9 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index afa53fe0..0c245e14 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,11 @@
+22 June 2008
+
+* Do not translate black and white into default if the terminal supports
+ default colours. This was nice to force programs which didn't use default
+ colours to be properly transparent in rxvt/aterm windows with a background
+ image, but it causes trouble if someone redefines the default foreground and
+ background (to have black on white or something).
+
21 June 2008
* Naive tab completion in the command prompt. This only completes command
@@ -542,4 +550,4 @@
(including mutt, emacs). No status bar yet and no key remapping or other
customisation.
-$Id: CHANGES,v 1.135 2008-06-21 14:11:39 nicm Exp $
+$Id: CHANGES,v 1.136 2008-06-22 16:54:08 nicm Exp $