diff options
| author | Eli Zaretskii | 2012-12-31 18:09:00 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2012-12-31 18:09:00 +0200 |
| commit | a7f11948344e03745cfc3b52a9089b770966798e (patch) | |
| tree | a51bea624f3295a50fec48b29e5f94a4e0fff221 /src/ChangeLog | |
| parent | 1a82330cc569deda2b37b228d7a16ec6fb65f67a (diff) | |
| download | emacs-a7f11948344e03745cfc3b52a9089b770966798e.tar.gz emacs-a7f11948344e03745cfc3b52a9089b770966798e.zip | |
Fix a bug with time zones on MS-Windows.
src/w32.c (unsetenv): Set up the string passed to _putenv
correctly. See
http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00863.html
for the bug this caused.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 483930a6489..e5d663b746e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2012-12-31 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * w32.c (unsetenv): Set up the string passed to _putenv | ||
| 4 | correctly. See | ||
| 5 | http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00863.html | ||
| 6 | for the bug this caused. | ||
| 7 | |||
| 1 | 2012-12-30 Paul Eggert <eggert@cs.ucla.edu> | 8 | 2012-12-30 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 9 | ||
| 3 | * coding.c (Qmac): Now static. | 10 | * coding.c (Qmac): Now static. |