To: vim_dev@googlegroups.com Subject: Patch 8.2.0122 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.0122 Problem: Readme files still mention MS-DOS. Solution: Update readme files. (Ken Takata, closes #5486) Files: README.md, README.txt, READMEdir/README_dos.txt, READMEdir/README_srcdos.txt, READMEdir/README_w32s.txt, runtime/doc/os_win32.txt *** ../vim-8.2.0121/README.md 2019-12-12 12:43:20.000000000 +0100 --- README.md 2020-01-16 19:33:47.649241563 +0100 *************** *** 26,35 **** with ten fingers can work very fast. Additionally, function keys can be mapped to commands by the user, and the mouse can be used. ! Vim runs under MS-Windows (NT, 2000, XP, Vista, 7, 8, 10), Macintosh, VMS and ! almost all flavours of UNIX. Porting to other systems should not be very ! difficult. Older versions of Vim run on MS-DOS, MS-Windows 95/98/Me, Amiga ! DOS, Atari MiNT, BeOS, RISC OS and OS/2. These are no longer maintained. ## Distribution ## --- 26,35 ---- with ten fingers can work very fast. Additionally, function keys can be mapped to commands by the user, and the mouse can be used. ! Vim runs under MS-Windows (XP, Vista, 7, 8, 10), macOS, VMS and almost all ! flavours of UNIX. Porting to other systems should not be very difficult. ! Older versions of Vim run on MS-DOS, MS-Windows 95/98/Me/NT/2000, Amiga DOS, ! Atari MiNT, BeOS, RISC OS and OS/2. These are no longer maintained. ## Distribution ## *** ../vim-8.2.0121/README.txt 2019-12-12 12:43:30.000000000 +0100 --- README.txt 2020-01-16 19:33:47.649241563 +0100 *************** *** 16,25 **** with ten fingers can work very fast. Additionally, function keys can be mapped to commands by the user, and the mouse can be used. ! Vim runs under MS-Windows (NT, 2000, XP, Vista, 7, 8, 10), Macintosh, VMS and ! almost all flavours of UNIX. Porting to other systems should not be very ! difficult. Older versions of Vim run on MS-DOS, MS-Windows 95/98/Me, Amiga ! DOS, Atari MiNT, BeOS, RISC OS and OS/2. These are no longer maintained. DISTRIBUTION --- 16,25 ---- with ten fingers can work very fast. Additionally, function keys can be mapped to commands by the user, and the mouse can be used. ! Vim runs under MS-Windows (XP, Vista, 7, 8, 10), macOS, VMS and almost all ! flavours of UNIX. Porting to other systems should not be very difficult. ! Older versions of Vim run on MS-DOS, MS-Windows 95/98/Me/NT/2000, Amiga DOS, ! Atari MiNT, BeOS, RISC OS and OS/2. These are no longer maintained. DISTRIBUTION *** ../vim-8.2.0121/READMEdir/README_dos.txt 2019-12-12 13:16:06.000000000 +0100 --- READMEdir/README_dos.txt 2020-01-16 19:33:47.649241563 +0100 *************** *** 1,6 **** README_dos.txt for version 8.2 of Vim: Vi IMproved. ! This file explains the installation of Vim on MS-DOS and MS-Windows systems. See "README.txt" for general information about Vim. There are two ways to install Vim: --- 1,6 ---- README_dos.txt for version 8.2 of Vim: Vi IMproved. ! This file explains the installation of Vim on MS-Windows systems. See "README.txt" for general information about Vim. There are two ways to install Vim: *************** *** 64,73 **** to another location. That is where they will stay, the install program won't move or copy the runtime files. - Only for the 32 bit DOS version on MS-DOS without DPMI support (trying to - run install.exe will produce an error message): Unpack the CSDPMI4B.ZIP - archive and follow the instructions in the documentation. - 3. Change to the new directory: cd vim\vim82 Run the "install.exe" program. It will ask you a number of questions about --- 64,69 ---- *************** *** 121,127 **** set VIM=d:\editors\vim - If you have told the "install.exe" program to add the "Edit with Vim" menu ! entry, you can remove it by running the "uninstal.exe". See ":help win32-popup-menu". - In Windows 95/98/NT you can create a shortcut to Vim. This works for all --- 117,123 ---- set VIM=d:\editors\vim - If you have told the "install.exe" program to add the "Edit with Vim" menu ! 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 *************** *** 150,154 **** For further information, type one of these inside Vim: :help dos - :help msdos :help win32 --- 146,149 ---- *** ../vim-8.2.0121/READMEdir/README_srcdos.txt 2019-12-12 13:16:06.000000000 +0100 --- READMEdir/README_srcdos.txt 2020-01-16 19:33:47.649241563 +0100 *************** *** 1,12 **** README_srcdos.txt for version 8.2 of Vim: Vi IMproved. See "README.txt" for general information about Vim. ! See "README_dos.txt" for installation instructions for MS-DOS and MS-Windows. These files are in the runtime archive (vim82rt.zip). ! The DOS source archive contains the files needed to compile Vim on MS-DOS or ! MS-Windows. It is packed for DOS systems, with CR-LF. It also includes the ! VisVim sources. See "src/INSTALLpc.txt" for instructions on how to compile Vim on the PC. --- 1,12 ---- README_srcdos.txt for version 8.2 of Vim: Vi IMproved. See "README.txt" for general information about Vim. ! See "README_dos.txt" for installation instructions for MS-Windows. These files are in the runtime archive (vim82rt.zip). ! The DOS source archive contains the files needed to compile Vim on MS-Windows. ! It is packed for MS-Windows systems, with CR-LF. It also includes the VisVim ! sources. See "src/INSTALLpc.txt" for instructions on how to compile Vim on the PC. *** ../vim-8.2.0121/READMEdir/README_w32s.txt 2019-12-12 13:16:06.000000000 +0100 --- READMEdir/README_w32s.txt 2020-01-16 19:33:47.649241563 +0100 *************** *** 1,15 **** README_w32s.txt for version 8.2 of Vim: Vi IMproved. ! This archive contains the gvim.exe that was specifically compiled for use in ! the Win32s subsystem in MS-Windows 3.1 and 3.11. ! ! Also see the README_bindos.txt, README_dos.txt and README.txt files. ! ! Be careful not to overwrite the Win32s gvim.exe with the another gvim.exe when ! unpacking another binary archive! Check the output of ":version": ! Win32s - "MS-Windows 16/32 bit GUI version" ! Win32 - "MS-Windows 32 bit GUI version" ! Win32 with OLE - "MS-Windows 32 bit GUI version with OLE support" ! ! For further information, type this inside Vim: ! :help win32s --- 1,6 ---- README_w32s.txt for version 8.2 of Vim: Vi IMproved. ! This file used to explain the installation of Vim on MS-Windows 3.1 and 3.11 ! systems. However, support for MS-Windows 3.1 and 3.11 has been removed in ! patch 7.4.1364. ! See "README.txt" for general information about Vim. *** ../vim-8.2.0121/runtime/doc/os_win32.txt 2019-12-12 12:49:06.000000000 +0100 --- runtime/doc/os_win32.txt 2020-01-16 19:33:47.649241563 +0100 *************** *** 171,177 **** *win32s* *windows-3.1* *gui-w32s* *win16* There was a special version of gvim that runs under Windows 3.1 and 3.11. ! Support was removed in patch 7.4.1363. ============================================================================== 7. Win32 mini FAQ *win32-faq* --- 171,177 ---- *win32s* *windows-3.1* *gui-w32s* *win16* There was a special version of gvim that runs under Windows 3.1 and 3.11. ! Support was removed in patch 7.4.1364. ============================================================================== 7. Win32 mini FAQ *win32-faq* *** ../vim-8.2.0121/src/version.c 2020-01-15 20:51:31.301128122 +0100 --- src/version.c 2020-01-16 19:35:49.380709148 +0100 *************** *** 744,745 **** --- 744,747 ---- { /* Add new patch number below this line */ + /**/ + 122, /**/ -- It might look like I'm doing nothing, but at the cellular level I'm really quite busy. /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///