]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorJason Rumney <jasonr@gnu.org>
Sun, 28 Apr 2002 18:56:22 +0000 (18:56 +0000)
committerJason Rumney <jasonr@gnu.org>
Sun, 28 Apr 2002 18:56:22 +0000 (18:56 +0000)
etc/PROBLEMS
src/ChangeLog

index 1896200fef3e72894be0c828b9d56599fd442890..65a186f286c67e5a93ed47c324421ed51a3a6a3a 100644 (file)
@@ -352,12 +352,15 @@ developers.
 * Known problems with the MS-Windows port of Emacs 21.2.
 
 Frames are not refreshed while the File or Font dialog or a pop-up menu
-is displayed. This also means help text for pop-up menu items is not
+is displayed. This also means help text for pop-up menus is not
 displayed at all.  This is because message handling under Windows is
 synchronous, so we cannot handle repaint (or any other) messages while
 waiting for a system function to return the result of the dialog or
 pop-up menu interaction.
 
+Windows 95 and Windows NT up to version 4.0 do not support help text
+for menus.  Help text is only available in later versions of Windows.
+
 There are problems with display if mouse-tracking is enabled and the
 mouse is moved off a frame, over another frame then back over the first
 frame.  A workaround is to click the left mouse button inside the frame
index a2db98db431e91ec06142ce3aeb1d746b3103393..6daf3385579f9777ebd5bdbc68010b6a902da9c3 100644 (file)
@@ -1,3 +1,10 @@
+2002-04-28  Jason Rumney  <jasonr@gnu.org>
+
+       * w32proc.c (syms_of_w32proc): Get true file attributes by default.
+
+       * w32.c (stat, fstat): Use file index information to generate
+       inodes for directories where available.
+
 2002-04-26  Andrew Choi  <akochoi@shaw.ca>
 
        * Makefile.in (C_SWITCH_SYSTEM_TEMACS): Add.