aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii <[email protected]>2006-05-19 19:51:35 +0000
committerEli Zaretskii <[email protected]>2006-05-19 19:51:35 +0000
commit75e3b95755421ebf5f55d3288e522161903976f7 (patch)
tree3b6ddc0cadf3dcb106e4334dfdfd760d975a12f2 /src
parent74456292cede7bb245b53e58abf6aaf763f85695 (diff)
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 621e263298..b2f6e402c0 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -2,7 +2,8 @@
* w32.c (init_environment): Perform the processing of environment
variables on a copy of default variables and their values, not on
- the original.
+ the original. Simplify code that calls ExpandEnvironmentStrings
+ and make buf1[] and buf2[] more visible for easier debugging.
2006-05-19 YAMAMOTO Mitsuharu <[email protected]>