* NEWS, src/su.c: Preserve COLORTERM in addition to TERM when su

is called with the -l option.
This commit is contained in:
nekral-guest
2009-01-06 20:13:31 +00:00
parent 2bb7007fcb
commit d8c9236a18
5 changed files with 42 additions and 4 deletions

View File

@@ -1,3 +1,8 @@
2009-01-06 Sebastian Rick Rijkers <srrijkers@gmail.com>
* NEWS, src/su.c: Preserve COLORTERM in addition to TERM when su
is called with the -l option.
2008-12-23 Nicolas François <nicolas.francois@centraliens.net>
* libmisc/chkname.c: Use a bool when possible instead of integers.