# HG changeset patch # User vimboss # Date 1178974685 0 # Node ID de2bde5aa8ff1ec5f391def3f0a3c359ad09f59d # Parent cab25717c6a69a7d9ebd010153fd9be9529fb49a updated for version 7.1 diff --git a/Makefile b/Makefile --- a/Makefile +++ b/Makefile @@ -69,7 +69,7 @@ all install uninstall tools config confi # Before creating an archive first delete all backup files, *.orig, etc. MAJOR = 7 -MINOR = 1b +MINOR = 1 # Uncomment this line if the Win32s version is to be included. DOSBIN_S = dosbin_s @@ -93,16 +93,17 @@ DOSBIN_S = dosbin_s # - Check for missing options in runtime/optwin.vim et al. (with check.vim). # - Do "make menu" to update the runtime/synmenu.vim file. # - Add remarks for changes to runtime/doc/version7.txt. +# - Check that runtime/doc/help.txt doesn't contain entries in "LOCAL +# ADDITIONS". # - In runtime/doc run "make" and "make html" to check for errors. # - Check if src/Makefile and src/feature.h don't contain any personal # preferences or the GTK, Perl, etc. mentioned above. -# - Check that runtime/doc/help.txt doesn't contain entries in "LOCAL -# ADDITIONS". # - Check file protections to be "644" for text and "755" for executables (run # the "check" script). # - Check compiling on Amiga, MS-DOS and MS-Windows. # - Delete all *~, *.sw?, *.orig, *.rej files # - "make unixall", "make extra", "make lang", "make html" +# - Make diff files against the previous release: "makediff7 7.1 7.2" # # Amiga: # - "make amisrc", move the archive to the Amiga and compile: diff --git a/README_os390.txt b/README_os390.txt --- a/README_os390.txt +++ b/README_os390.txt @@ -1,4 +1,4 @@ -README_os_390.txt for version 7.1b of Vim: Vi IMproved. +README_os_390.txt for version 7.1 of Vim: Vi IMproved. Welcome to the OS/390 Unix port of VIM. diff --git a/nsis/gvim.nsi b/nsis/gvim.nsi --- a/nsis/gvim.nsi +++ b/nsis/gvim.nsi @@ -22,7 +22,7 @@ !define HAVE_NLS !define VER_MAJOR 7 -!define VER_MINOR 1b +!define VER_MINOR 1 # ----------- No configurable settings below this line ----------- diff --git a/runtime/doc/index.txt b/runtime/doc/index.txt --- a/runtime/doc/index.txt +++ b/runtime/doc/index.txt @@ -1,4 +1,4 @@ -*index.txt* For Vim version 7.1b. Last change: 2007 May 05 +*index.txt* For Vim version 7.1. Last change: 2007 May 05 VIM REFERENCE MANUAL by Bram Moolenaar diff --git a/runtime/doc/message.txt b/runtime/doc/message.txt --- a/runtime/doc/message.txt +++ b/runtime/doc/message.txt @@ -1,4 +1,4 @@ -*message.txt* For Vim version 7.1b. Last change: 2007 Mar 20 +*message.txt* For Vim version 7.1. Last change: 2007 Mar 20 VIM REFERENCE MANUAL by Bram Moolenaar diff --git a/runtime/doc/os_mint.txt b/runtime/doc/os_mint.txt --- a/runtime/doc/os_mint.txt +++ b/runtime/doc/os_mint.txt @@ -1,4 +1,4 @@ -*os_mint.txt* For Vim version 7.1b. Last change: 2005 Mar 29 +*os_mint.txt* For Vim version 7.1. Last change: 2005 Mar 29 VIM REFERENCE MANUAL by Jens M. Felderhoff diff --git a/runtime/doc/tabpage.txt b/runtime/doc/tabpage.txt --- a/runtime/doc/tabpage.txt +++ b/runtime/doc/tabpage.txt @@ -1,4 +1,4 @@ -*tabpage.txt* For Vim version 7.1b. Last change: 2007 Mar 11 +*tabpage.txt* For Vim version 7.1. Last change: 2007 Mar 11 VIM REFERENCE MANUAL by Bram Moolenaar diff --git a/runtime/doc/usr_45.txt b/runtime/doc/usr_45.txt --- a/runtime/doc/usr_45.txt +++ b/runtime/doc/usr_45.txt @@ -1,4 +1,4 @@ -*usr_45.txt* For Vim version 7.1b. Last change: 2006 Apr 24 +*usr_45.txt* For Vim version 7.1. Last change: 2006 Apr 24 VIM USER MANUAL - by Bram Moolenaar diff --git a/runtime/doc/version4.txt b/runtime/doc/version4.txt --- a/runtime/doc/version4.txt +++ b/runtime/doc/version4.txt @@ -1,4 +1,4 @@ -*version4.txt* For Vim version 7.1b. Last change: 2006 Apr 24 +*version4.txt* For Vim version 7.1. Last change: 2006 Apr 24 VIM REFERENCE MANUAL by Bram Moolenaar diff --git a/runtime/doc/vi_diff.txt b/runtime/doc/vi_diff.txt --- a/runtime/doc/vi_diff.txt +++ b/runtime/doc/vi_diff.txt @@ -1,4 +1,4 @@ -*vi_diff.txt* For Vim version 7.1b. Last change: 2007 May 07 +*vi_diff.txt* For Vim version 7.1. Last change: 2007 May 07 VIM REFERENCE MANUAL by Bram Moolenaar diff --git a/src/vim.def b/src/vim.def --- a/src/vim.def +++ b/src/vim.def @@ -1,4 +1,4 @@ CODE PRELOAD EXECUTEONLY DATA MULTIPLE SHARED -DESCRIPTION 'Vim 7.1b' +DESCRIPTION 'Vim 7.1' HEAPSIZE 0,0