aboutsummaryrefslogtreecommitdiffstats
path: root/etc/PROBLEMS
diff options
context:
space:
mode:
authorMiles Bader2007-10-19 00:00:21 +0000
committerMiles Bader2007-10-19 00:00:21 +0000
commit9c8020a8df03dc67a56d7df15664dcf7ace54bf0 (patch)
tree09b0646addff3c39f9e96ba89c04bdcc038a87a7 /etc/PROBLEMS
parentdfc3268dfa133a2e0a677f1af7c1ee548eae065d (diff)
parentbd3164743080f3eb5fc316aca7cc5322ca58fe33 (diff)
downloademacs-9c8020a8df03dc67a56d7df15664dcf7ace54bf0.tar.gz
emacs-9c8020a8df03dc67a56d7df15664dcf7ace54bf0.zip
Merge from emacs--devo--0
Patches applied: * emacs--devo--0 (patch 890-898) - Update from CVS - Merge from emacs--rel--22 * emacs--rel--22 (patch 122-128) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 257-258) - Merge from emacs--rel--22 - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-270
Diffstat (limited to 'etc/PROBLEMS')
-rw-r--r--etc/PROBLEMS7
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index 7ebf7ae8edd..d098fcc2c11 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -2204,6 +2204,13 @@ month names with consistent widths for some locales on some versions
2204of Windows. This is caused by a deficiency in the underlying system 2204of Windows. This is caused by a deficiency in the underlying system
2205library function. 2205library function.
2206 2206
2207The functions set-time-zone-rule, and display-time-world (which uses it)
2208do not work on Windows. Fixing this is difficult, since Windows uses
2209localtime for the system clock, and any attempt to change the timezone
2210would have to be accompanied by a clock change for the results to remain
2211consistent. The way in which these functions are used is not intended to
2212cause such system-wide disruption.
2213
2207Files larger than 4GB cause overflow in the size (represented as a 2214Files larger than 4GB cause overflow in the size (represented as a
220832-bit integer) reported by `file-attributes'. This affects Dired as 221532-bit integer) reported by `file-attributes'. This affects Dired as
2209well, since the Windows port uses a Lisp emulation of `ls' that relies 2216well, since the Windows port uses a Lisp emulation of `ls' that relies