Mercurial > emacs
comparison etc/PROBLEMS @ 79164:58e889027356
display-time-world does not exist yet.
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Sun, 21 Oct 2007 01:01:33 +0000 |
parents | f11ff0408bd8 |
children | 2eb513da4da5 b210bba3f477 |
comparison
equal
deleted
inserted
replaced
79163:f11ff0408bd8 | 79164:58e889027356 |
---|---|
2196 The %b specifier for format-time-string does not produce abbreviated | 2196 The %b specifier for format-time-string does not produce abbreviated |
2197 month names with consistent widths for some locales on some versions | 2197 month names with consistent widths for some locales on some versions |
2198 of Windows. This is caused by a deficiency in the underlying system | 2198 of Windows. This is caused by a deficiency in the underlying system |
2199 library function. | 2199 library function. |
2200 | 2200 |
2201 The functions set-time-zone-rule, and display-time-world (which uses it) | 2201 The function set-time-zone-rule gives incorrect results for many |
2202 give incorrect results for many non-US timezones. This is due to a | 2202 non-US timezones. This is due to over-simplistic handling of |
2203 limitation in Windows handling of daylight savings. | 2203 daylight savings switchovers by the Windows libraries. |
2204 | 2204 |
2205 Files larger than 4GB cause overflow in the size (represented as a | 2205 Files larger than 4GB cause overflow in the size (represented as a |
2206 32-bit integer) reported by `file-attributes'. This affects Dired as | 2206 32-bit integer) reported by `file-attributes'. This affects Dired as |
2207 well, since the Windows port uses a Lisp emulation of `ls' that relies | 2207 well, since the Windows port uses a Lisp emulation of `ls' that relies |
2208 on `file-attributes'. | 2208 on `file-attributes'. |