aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorPaul Eggert2016-04-12 08:50:47 -0700
committerPaul Eggert2016-04-12 08:50:47 -0700
commit7c2c2196fd4be0b656bdf0e0b68f3d7c4a5eca08 (patch)
treec038edb545cc82ee825390d1e7691a247fd7fc5f /etc
parent435da5d2955ce35be4785b7d46566ed9b42ea9fb (diff)
parentca509810014726cf6bee9f7e8f69bdeaf62dc146 (diff)
downloademacs-7c2c2196fd4be0b656bdf0e0b68f3d7c4a5eca08.tar.gz
emacs-7c2c2196fd4be0b656bdf0e0b68f3d7c4a5eca08.zip
Merge from origin/emacs-25
ca50981 Improve time zone documentation c23c965 Prevent bootstrap autoload backup files 9344612 Disable multicolor fonts on OS X since they are not supported... c41ce1c Capitalize “Universal Time” in documentation 10597c9 Don't use 'find-program'
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS10
-rw-r--r--etc/PROBLEMS8
2 files changed, 9 insertions, 9 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 59f8d086717..00f5aadd856 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2125,11 +2125,11 @@ quotation marks.
2125*** Time conversion functions now accept an optional ZONE argument 2125*** Time conversion functions now accept an optional ZONE argument
2126that specifies the time zone rules for conversion. ZONE is omitted or 2126that specifies the time zone rules for conversion. ZONE is omitted or
2127nil for Emacs local time, t for Universal Time, 'wall' for system wall 2127nil for Emacs local time, t for Universal Time, 'wall' for system wall
2128clock time, or a string as in 'set-time-zone-rule' for a time zone 2128clock time, or a string as in the TZ environment variable. The
2129rule. The affected functions are 'current-time-string', 2129affected functions are 'current-time-string', 'current-time-zone',
2130'current-time-zone', 'decode-time', and 'format-time-string'. The 2130'decode-time', and 'format-time-string'. The function 'encode-time',
2131function 'encode-time', which already accepted a simple time zone rule 2131which already accepted a simple time zone rule argument, has been
2132argument, has been extended to accept all the new forms. 2132extended to accept all the new forms.
2133 2133
2134*** Incompatible change in the third argument of 'format-time-string'. 2134*** Incompatible change in the third argument of 'format-time-string'.
2135Previously, any non-nil argument was interpreted as specifying Universal Time. 2135Previously, any non-nil argument was interpreted as specifying Universal Time.
diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index 2ccb7711376..4288808f407 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -2181,11 +2181,11 @@ month names with consistent widths for some locales on some versions
2181of Windows. This is caused by a deficiency in the underlying system 2181of Windows. This is caused by a deficiency in the underlying system
2182library function. 2182library function.
2183 2183
2184** Problems with set-time-zone-rule function 2184** Non-US time zones.
2185 2185
2186The function set-time-zone-rule gives incorrect results for many 2186Many non-US time zones are implemented incorrectly. This is due to
2187non-US timezones. This is due to over-simplistic handling of 2187over-simplistic handling of daylight savings switchovers by the
2188daylight savings switchovers by the Windows libraries. 2188Windows libraries.
2189 2189
2190** Files larger than 4GB report wrong size in a 32-bit Windows build 2190** Files larger than 4GB report wrong size in a 32-bit Windows build
2191 2191