]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 9.1.0750: there are some Win9x legacy references v9.1.0750
authorNir Lichtman <nir@lichtman.org>
Mon, 30 Sep 2024 17:42:28 +0000 (19:42 +0200)
committerChristian Brabandt <cb@256bit.org>
Mon, 30 Sep 2024 17:42:28 +0000 (19:42 +0200)
Problem:  there are some Win9x legacy references
Solution: Remove those mentions (Nir Lichtman)

closes: #15730

Signed-off-by: Nir Lichtman <nir@lichtman.org>
Signed-off-by: Christian Brabandt <cb@256bit.org>
Makefile
READMEdir/README_bindos.txt
READMEdir/README_dos.txt
READMEdir/README_extra.txt
READMEdir/README_ole.txt
src/os_win32.c
src/os_win32.h
src/version.c

index c77a6ec96cf2354a318c6ab7ca47c0fae37e65f2..abe210358143cdf2b62d2b23722358bd3da59ce5 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -285,10 +285,10 @@ dist/$(COMMENT_RT): dist/comment
        echo "Vim - Vi IMproved - v$(VDOT) runtime files for MS-DOS and MS-Windows" > dist/$(COMMENT_RT)
 
 dist/$(COMMENT_W32): dist/comment
-       echo "Vim - Vi IMproved - v$(VDOT) binaries for MS-Windows NT/95" > dist/$(COMMENT_W32)
+       echo "Vim - Vi IMproved - v$(VDOT) binaries for MS-Windows" > dist/$(COMMENT_W32)
 
 dist/$(COMMENT_GVIM): dist/comment
-       echo "Vim - Vi IMproved - v$(VDOT) GUI binaries for MS-Windows NT/95" > dist/$(COMMENT_GVIM)
+       echo "Vim - Vi IMproved - v$(VDOT) GUI binaries for MS-Windows" > dist/$(COMMENT_GVIM)
 
 dist/$(COMMENT_OLE): dist/comment
        echo "Vim - Vi IMproved - v$(VDOT) MS-Windows GUI binaries with OLE support" > dist/$(COMMENT_OLE)
index b1907dd77ff9864bdc775aaf0b44c36bc8bc682e..51fc2c59efed0abc5159fd89604cbb71221add84 100644 (file)
@@ -8,9 +8,9 @@ These files are in the runtime archive (vim91rt.zip).
 There are several binary distributions of Vim for the PC.  You would normally
 pick only one of them, but it's also possible to install several.
 These ones are available (the version number may differ):
-       vim91w32.zip    Windows 95/98/NT/etc. console version
-       gvim91.zip      Windows 95/98/NT/etc. GUI version
-       gvim91ole.zip   Windows 95/98/NT/etc. GUI version with OLE
+       vim91w32.zip    Windows console version
+       gvim91.zip      Windows GUI version
+       gvim91ole.zip   Windows GUI version with OLE
 
 You MUST also get the runtime archive (vim91rt.zip).
 The sources are also available (vim91src.zip).
index 6a7905d7717c417ffc1719c1406582f7e463993d..c650980459b7a00d2259f4193c93452b5a5eb5a2 100644 (file)
@@ -120,30 +120,6 @@ Remarks:
   entry, you can remove it by running the "uninstall.exe".  See
   ":help win32-popup-menu".
 
-- In Windows 95/98/NT you can create a shortcut to Vim.  This works for all
-  DOS and Win32 console versions.  For the console version this gives you the
-  opportunity to set defaults for the Console where Vim runs in.
-
-  1. On the desktop, click right to get a menu.  Select New/Shortcut.
-  2. In the dialog, enter Command line: "C:\command.com".  Click "Next".
-  3. Enter any name.  Click "Finish".
-     The new shortcut will appear on the desktop.
-  4. With the mouse pointer on the new shortcut, click right to get a menu.
-     Select Properties.
-  5. In the Program tab, change the "Cmdline" to add "/c" and the name of the
-     Vim executable.  Examples:
-       C:\command.com /c C:\vim\vim91\vim.exe
-       C:\command.com /c D:\editors\vim\vim91\vim.exe
-  6. Select the font, window size, etc. that you like.  If this isn't
-     possible, select "Advanced" in the Program tab, and deselect "MS-DOS
-     mode".
-  7. Click OK.
-
-  For gvim, you can use a normal shortcut on the desktop, and set the size of
-  the Window in your $VIM/_gvimrc:
-       set lines=30 columns=90
-
-
 For further information, type one of these inside Vim:
        :help dos
        :help win32
index f4090a0ee016a2c0eb7a331dae02e6c40f05058b..ca88e2d0fc33646446c2bb13a41f77ef0e221428 100644 (file)
@@ -27,7 +27,7 @@ src/gui_w32.*         Files for the Win32 GUI.
 src/gui_w48.*          Files for the Win32 and Win16 GUI.
 src/Make_mvc.mak       MS Visual C++ makefile for the Win32 GUI.
 
-src/if_ole.*           OLE automation interface, for MS Windows 95 and NT.
+src/if_ole.*           OLE automation interface, for MS Windows.
 
 src/GvimExt/*          DLL for the "Edit with Vim" context menu entry
 
index 86b343be35a3d274bd9bdd96181ba1a60b2da459..f34b679a1c7eb83f20cd9b2c1c79af5d9db56471 100644 (file)
@@ -3,7 +3,7 @@ README_ole.txt for version 9.1 of Vim: Vi IMproved.
 This archive contains gvim.exe with OLE interface.
 This version of gvim.exe can also load a number of interface dynamically (you
 can optionally install the .dll files for each interface).
-It is only for MS-Windows 95/98/ME/NT/2000/XP.
+It is only for MS-Windows.
 
 Also see the README_bindos.txt, README_dos.txt and README.txt files.
 
index 6384ac87360ba0f2f41c17fc910c2ff3975bba44..e5351b1ce1d056094292d8fc85a18e0e835c0461 100644 (file)
@@ -12,7 +12,7 @@
  * Used for both the console version and the Win32 GUI.  A lot of code is for
  * the console version only, so there is a lot of "#ifndef FEAT_GUI_MSWIN".
  *
- * Win32 (Windows NT and Windows 95) system-dependent routines.
+ * Win32 system-dependent routines.
  * Portions lifted from the Win32 SDK samples, the MSDOS-dependent code,
  * NetHack 3.1.3, GNU Emacs 19.30, and Vile 5.5.
  *
@@ -7572,19 +7572,9 @@ mch_total_mem(int special UNUSED)
 
 /*
  * mch_wrename() works around a bug in rename (aka MoveFile) in
- * Windows 95: rename("foo.bar", "foo.bar~") will generate a
- * file whose short file name is "FOO.BAR" (its long file name will
- * be correct: "foo.bar~").  Because a file can be accessed by
- * either its SFN or its LFN, "foo.bar" has effectively been
- * renamed to "foo.bar", which is not at all what was wanted.  This
- * seems to happen only when renaming files with three-character
- * extensions by appending a suffix that does not include ".".
- * Windows NT gets it right, however, with an SFN of "FOO~1.BAR".
- *
- * There is another problem, which isn't really a bug but isn't right either:
+ * Windows, the bug can be demonstrated with the following scenario:
  * When renaming "abcdef~1.txt" to "abcdef~1.txt~", the short name can be
- * "abcdef~1.txt" again.  This has been reported on Windows NT 4.0 with
- * service pack 6.  Doesn't seem to happen on Windows 98.
+ * "abcdef~1.txt" again.
  *
  * Like rename(), returns 0 upon success, non-zero upon failure.
  * Should probably set errno appropriately when errors occur.
index 5995e70af294932e3f4a2ddd24f2654533457cae..96d4c8cc6eff956a9bc6b02b7d85e85c749e242f 100644 (file)
@@ -7,7 +7,7 @@
  */
 
 /*
- * Win32 (Windows NT and Windows 95) machine-dependent things.
+ * Win32 machine-dependent things.
  */
 
 #include "os_dos.h"            // common MS-DOS and Win32 stuff
index d1361508ea48a2180b83ffcc5bc4e41d8bef7add..7725549b1458df462344e017f77bf299ba2ceecb 100644 (file)
@@ -704,6 +704,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    750,
 /**/
     749,
 /**/