diff options
| author | Jason Rumney | 2002-03-12 20:27:24 +0000 |
|---|---|---|
| committer | Jason Rumney | 2002-03-12 20:27:24 +0000 |
| commit | fa99e2a4ca1ae061696c88033a9c2557e3361a73 (patch) | |
| tree | 1e9d26f4f06763eefafc7c897e92d18cafd64aa7 | |
| parent | 1e4f6cec8245212941b364acd952ab8651dcd065 (diff) | |
| download | emacs-fa99e2a4ca1ae061696c88033a9c2557e3361a73.tar.gz emacs-fa99e2a4ca1ae061696c88033a9c2557e3361a73.zip | |
Added note about format-time-string deficiencies on MS-Windows.
| -rw-r--r-- | etc/PROBLEMS | 13 |
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 | |||
| 349 | what causes these problems; they are not reproducible by Emacs | 349 | what causes these problems; they are not reproducible by Emacs |
| 350 | developers. | 350 | developers. |
| 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 | ||
| 354 | Emacs 21.1 built for MS-Windows doesn't support images and the tool bar. | 354 | Emacs 21.2 built for MS-Windows doesn't support images and the tool bar. |
| 355 | Support for these will be added in future versions. | 355 | Support for these will be added in future versions. |
| 356 | 356 | ||
| 357 | Frames are not refreshed while the File or Font dialog or a pop-up menu | 357 | Frames 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. | |||
| 375 | An inactive cursor remains in an active window after the Windows | 375 | An inactive cursor remains in an active window after the Windows |
| 376 | Manager driven switch of the focus, until a key is pressed. | 376 | Manager driven switch of the focus, until a key is pressed. |
| 377 | 377 | ||
| 378 | Windows input methods are not recognized by Emacs (as of v21.1). Some | 378 | Windows input methods are not recognized by Emacs (as of v21.2). Some |
| 379 | of these input methods cause the keyboard to send characters encoded | 379 | of these input methods cause the keyboard to send characters encoded |
| 380 | in the appropriate coding system (e.g., ISO 8859-1 for Latin-1 | 380 | in the appropriate coding system (e.g., ISO 8859-1 for Latin-1 |
| 381 | characters, ISO 8859-8 for Hebrew characters, etc.). To make this | 381 | characters, ISO 8859-8 for Hebrew characters, etc.). To make this |
| @@ -387,7 +387,7 @@ appropriate keyboard encoding automatically, but it doesn't do that | |||
| 387 | yet.) | 387 | yet.) |
| 388 | 388 | ||
| 389 | Multilingual text put into the Windows clipboard by other Windows | 389 | Multilingual text put into the Windows clipboard by other Windows |
| 390 | applications cannot be safely pasted into Emacs (as of v21.1). This | 390 | applications cannot be safely pasted into Emacs (as of v21.2). This |
| 391 | is because Windows uses Unicode to represent multilingual text, but | 391 | is because Windows uses Unicode to represent multilingual text, but |
| 392 | Emacs does not yet support Unicode well enough to decode it. This | 392 | Emacs does not yet support Unicode well enough to decode it. This |
| 393 | means that Emacs can only interchange non-ASCII text with other | 393 | means that Emacs can only interchange non-ASCII text with other |
| @@ -395,6 +395,11 @@ Windows programs if the characters are in the system codepage. | |||
| 395 | Reportedly, a partial solution is to install the Mule-UCS package and | 395 | Reportedly, a partial solution is to install the Mule-UCS package and |
| 396 | set selection-coding-system to utf-16-le-dos. | 396 | set selection-coding-system to utf-16-le-dos. |
| 397 | 397 | ||
| 398 | The %h format specifier for format-time-string does not work on Windows. | ||
| 399 | The %b format specifier does not produce abbreviated month names with | ||
| 400 | consistent widths for some locales on some versions of Windows. This is | ||
| 401 | caused 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 | ||
| 400 | This can happen because the linker by default only looks for shared | 405 | This can happen because the linker by default only looks for shared |