aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Rumney2002-03-12 20:27:24 +0000
committerJason Rumney2002-03-12 20:27:24 +0000
commitfa99e2a4ca1ae061696c88033a9c2557e3361a73 (patch)
tree1e9d26f4f06763eefafc7c897e92d18cafd64aa7
parent1e4f6cec8245212941b364acd952ab8651dcd065 (diff)
downloademacs-fa99e2a4ca1ae061696c88033a9c2557e3361a73.tar.gz
emacs-fa99e2a4ca1ae061696c88033a9c2557e3361a73.zip
Added note about format-time-string deficiencies on MS-Windows.
-rw-r--r--etc/PROBLEMS13
1 files changed, 9 insertions, 4 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index ed6f11b3069..262df15b261 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -349,9 +349,9 @@ locks up, grabbing all mouse and keyboard events. We still don't know
349what causes these problems; they are not reproducible by Emacs 349what causes these problems; they are not reproducible by Emacs
350developers. 350developers.
351 351
352* Known problems with the MS-Windows port of Emacs 21.1. 352* Known problems with the MS-Windows port of Emacs 21.2.
353 353
354Emacs 21.1 built for MS-Windows doesn't support images and the tool bar. 354Emacs 21.2 built for MS-Windows doesn't support images and the tool bar.
355Support for these will be added in future versions. 355Support for these will be added in future versions.
356 356
357Frames are not refreshed while the File or Font dialog or a pop-up menu 357Frames are not refreshed while the File or Font dialog or a pop-up menu
@@ -375,7 +375,7 @@ characters, is copied and pasted into a buffer.
375An inactive cursor remains in an active window after the Windows 375An inactive cursor remains in an active window after the Windows
376Manager driven switch of the focus, until a key is pressed. 376Manager driven switch of the focus, until a key is pressed.
377 377
378Windows input methods are not recognized by Emacs (as of v21.1). Some 378Windows input methods are not recognized by Emacs (as of v21.2). Some
379of these input methods cause the keyboard to send characters encoded 379of these input methods cause the keyboard to send characters encoded
380in the appropriate coding system (e.g., ISO 8859-1 for Latin-1 380in the appropriate coding system (e.g., ISO 8859-1 for Latin-1
381characters, ISO 8859-8 for Hebrew characters, etc.). To make this 381characters, ISO 8859-8 for Hebrew characters, etc.). To make this
@@ -387,7 +387,7 @@ appropriate keyboard encoding automatically, but it doesn't do that
387yet.) 387yet.)
388 388
389Multilingual text put into the Windows clipboard by other Windows 389Multilingual text put into the Windows clipboard by other Windows
390applications cannot be safely pasted into Emacs (as of v21.1). This 390applications cannot be safely pasted into Emacs (as of v21.2). This
391is because Windows uses Unicode to represent multilingual text, but 391is because Windows uses Unicode to represent multilingual text, but
392Emacs does not yet support Unicode well enough to decode it. This 392Emacs does not yet support Unicode well enough to decode it. This
393means that Emacs can only interchange non-ASCII text with other 393means that Emacs can only interchange non-ASCII text with other
@@ -395,6 +395,11 @@ Windows programs if the characters are in the system codepage.
395Reportedly, a partial solution is to install the Mule-UCS package and 395Reportedly, a partial solution is to install the Mule-UCS package and
396set selection-coding-system to utf-16-le-dos. 396set selection-coding-system to utf-16-le-dos.
397 397
398The %h format specifier for format-time-string does not work on Windows.
399The %b format specifier does not produce abbreviated month names with
400consistent widths for some locales on some versions of Windows. This is
401caused by a deficiency in the underlying system library function.
402
398* The `configure' script doesn't find the jpeg library. 403* The `configure' script doesn't find the jpeg library.
399 404
400This can happen because the linker by default only looks for shared 405This can happen because the linker by default only looks for shared