Mercurial > emacs
comparison etc/PROBLEMS @ 85688:b210bba3f477
Merge from emacs--rel--22
Patches applied:
* emacs--rel--22 (patch 131-137)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 261-262)
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-908
author | Miles Bader <miles@gnu.org> |
---|---|
date | Sat, 27 Oct 2007 09:07:17 +0000 |
parents | d35fe28557ac 58e889027356 |
children | 2cce56fd7361 4bc33ffdda1a |
comparison
equal
deleted
inserted
replaced
85687:666ace46440f | 85688:b210bba3f477 |
---|---|
2198 The %b specifier for format-time-string does not produce abbreviated | 2198 The %b specifier for format-time-string does not produce abbreviated |
2199 month names with consistent widths for some locales on some versions | 2199 month names with consistent widths for some locales on some versions |
2200 of Windows. This is caused by a deficiency in the underlying system | 2200 of Windows. This is caused by a deficiency in the underlying system |
2201 library function. | 2201 library function. |
2202 | 2202 |
2203 The functions set-time-zone-rule, and display-time-world (which uses it) | 2203 The function set-time-zone-rule gives incorrect results for many |
2204 do not work on Windows. Fixing this is difficult, since Windows uses | 2204 non-US timezones. This is due to over-simplistic handling of |
2205 localtime for the system clock, and any attempt to change the timezone | 2205 daylight savings switchovers by the Windows libraries. |
2206 would have to be accompanied by a clock change for the results to remain | |
2207 consistent. The way in which these functions are used is not intended to | |
2208 cause such system-wide disruption. | |
2209 | 2206 |
2210 Files larger than 4GB cause overflow in the size (represented as a | 2207 Files larger than 4GB cause overflow in the size (represented as a |
2211 32-bit integer) reported by `file-attributes'. This affects Dired as | 2208 32-bit integer) reported by `file-attributes'. This affects Dired as |
2212 well, since the Windows port uses a Lisp emulation of `ls' that relies | 2209 well, since the Windows port uses a Lisp emulation of `ls' that relies |
2213 on `file-attributes'. | 2210 on `file-attributes'. |