comparison etc/PROBLEMS @ 44111:3599777a5982

Removed fixed problems from MS-Windows port section
author Jason Rumney <jasonr@gnu.org>
date Sat, 23 Mar 2002 00:41:00 +0000
parents 3147736a801d
children cd705768cbe9
comparison
equal deleted inserted replaced
44110:211a38d540fa 44111:3599777a5982
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.2. 352 * Known problems with the MS-Windows port of Emacs 21.2.
353 353
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.
356
357 Frames are not refreshed while the File or Font dialog or a pop-up menu 354 Frames are not refreshed while the File or Font dialog or a pop-up menu
358 is displayed. This also means help text for pop-up menu items is not 355 is displayed. This also means help text for pop-up menu items is not
359 displayed at all. This is because message handling under Windows is 356 displayed at all. This is because message handling under Windows is
360 synchronous, so we cannot handle repaint (or any other) messages while 357 synchronous, so we cannot handle repaint (or any other) messages while
361 waiting for a system function to return the result of the dialog or 358 waiting for a system function to return the result of the dialog or
393 means that Emacs can only interchange non-ASCII text with other 390 means that Emacs can only interchange non-ASCII text with other
394 Windows programs if the characters are in the system codepage. 391 Windows programs if the characters are in the system codepage.
395 Reportedly, a partial solution is to install the Mule-UCS package and 392 Reportedly, a partial solution is to install the Mule-UCS package and
396 set selection-coding-system to utf-16-le-dos. 393 set selection-coding-system to utf-16-le-dos.
397 394
398 The %h format specifier for format-time-string does not work on Windows. 395 The %b specifier for format-time-string does not produce abbreviated
399 The %b format specifier does not produce abbreviated month names with 396 month names with consistent widths for some locales on some versions
400 consistent widths for some locales on some versions of Windows. This is 397 of Windows. This is caused by a deficiency in the underlying system
401 caused by a deficiency in the underlying system library function. 398 library function.
402 399
403 * The `configure' script doesn't find the jpeg library. 400 * The `configure' script doesn't find the jpeg library.
404 401
405 This can happen because the linker by default only looks for shared 402 This can happen because the linker by default only looks for shared
406 libraries, but jpeg distribution by default doesn't build and doesn't 403 libraries, but jpeg distribution by default doesn't build and doesn't