diff options
| author | Paul Eggert | 2016-04-12 08:50:47 -0700 |
|---|---|---|
| committer | Paul Eggert | 2016-04-12 08:50:47 -0700 |
| commit | 7c2c2196fd4be0b656bdf0e0b68f3d7c4a5eca08 (patch) | |
| tree | c038edb545cc82ee825390d1e7691a247fd7fc5f /etc | |
| parent | 435da5d2955ce35be4785b7d46566ed9b42ea9fb (diff) | |
| parent | ca509810014726cf6bee9f7e8f69bdeaf62dc146 (diff) | |
| download | emacs-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/NEWS | 10 | ||||
| -rw-r--r-- | etc/PROBLEMS | 8 |
2 files changed, 9 insertions, 9 deletions
| @@ -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 |
| 2126 | that specifies the time zone rules for conversion. ZONE is omitted or | 2126 | that specifies the time zone rules for conversion. ZONE is omitted or |
| 2127 | nil for Emacs local time, t for Universal Time, 'wall' for system wall | 2127 | nil for Emacs local time, t for Universal Time, 'wall' for system wall |
| 2128 | clock time, or a string as in 'set-time-zone-rule' for a time zone | 2128 | clock time, or a string as in the TZ environment variable. The |
| 2129 | rule. The affected functions are 'current-time-string', | 2129 | affected 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', |
| 2131 | function 'encode-time', which already accepted a simple time zone rule | 2131 | which already accepted a simple time zone rule argument, has been |
| 2132 | argument, has been extended to accept all the new forms. | 2132 | extended 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'. |
| 2135 | Previously, any non-nil argument was interpreted as specifying Universal Time. | 2135 | Previously, 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 | |||
| 2181 | of Windows. This is caused by a deficiency in the underlying system | 2181 | of Windows. This is caused by a deficiency in the underlying system |
| 2182 | library function. | 2182 | library function. |
| 2183 | 2183 | ||
| 2184 | ** Problems with set-time-zone-rule function | 2184 | ** Non-US time zones. |
| 2185 | 2185 | ||
| 2186 | The function set-time-zone-rule gives incorrect results for many | 2186 | Many non-US time zones are implemented incorrectly. This is due to |
| 2187 | non-US timezones. This is due to over-simplistic handling of | 2187 | over-simplistic handling of daylight savings switchovers by the |
| 2188 | daylight savings switchovers by the Windows libraries. | 2188 | Windows 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 | ||