diff options
| author | Eli Zaretskii | 2015-03-21 17:44:00 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2015-03-21 17:44:00 +0200 |
| commit | ad80180d0f2fc2ea422cf7ca5bdcc636c0600744 (patch) | |
| tree | 64b1677bdaa9d79db58c15075971c5f37243bfbc /src/ChangeLog | |
| parent | 4a50af936e24b5f71df4079beb6dde82ed1955c2 (diff) | |
| download | emacs-ad80180d0f2fc2ea422cf7ca5bdcc636c0600744.tar.gz emacs-ad80180d0f2fc2ea422cf7ca5bdcc636c0600744.zip | |
Fix problems with setting system-time-locale on MS-Windows
src/emacs.c (synchronize_locale) [WINDOWSNT]: Ignore 'category' and
always use LC_ALL instead. Fixes problems with setting
system-time-locale to something non-default.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index bdec3c9cde1..5aa248e91b9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2015-03-21 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * emacs.c (synchronize_locale) [WINDOWSNT]: Ignore 'category' and | ||
| 4 | always use LC_ALL instead. Fixes problems with setting | ||
| 5 | system-time-locale to something non-default. | ||
| 6 | |||
| 1 | 2015-03-18 Glenn Morris <rgm@gnu.org> | 7 | 2015-03-18 Glenn Morris <rgm@gnu.org> |
| 2 | 8 | ||
| 3 | * frame.h (x_set_bitmap_icon): Don't set the icon if icon-type is | 9 | * frame.h (x_set_bitmap_icon): Don't set the icon if icon-type is |