]> granicus.if.org Git - vim/commitdiff
updated for version 7.1
authorBram Moolenaar <Bram@vim.org>
Sat, 12 May 2007 12:58:05 +0000 (12:58 +0000)
committerBram Moolenaar <Bram@vim.org>
Sat, 12 May 2007 12:58:05 +0000 (12:58 +0000)
Makefile
README_os390.txt
nsis/gvim.nsi
runtime/doc/index.txt
runtime/doc/message.txt
runtime/doc/os_mint.txt
runtime/doc/tabpage.txt
runtime/doc/usr_45.txt
runtime/doc/version4.txt
runtime/doc/vi_diff.txt
src/vim.def

index 2a0d49a5e284f9e281bc3d76c3e2b04962853c6f..f4090fafd70a6bb29b42a94744ed5f47cfb53777 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -69,7 +69,7 @@ all install uninstall tools config configure reconfig proto depend lint tags typ
 #    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:
index 2adfe8fd622773d433277b9431be18facecee76b..635bedbd1cc95690db033cf82b2c0d2c90818465 100644 (file)
@@ -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.
 
index 961c6fd8d503944a3ead7a1a3a87729f2a0db21e..cc629cd0f911bf2df9e57d428434249ca1836c17 100644 (file)
@@ -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 -----------
 
index 82f7d0dc17368053e755da12dbb0ff51573b4811..f587cc902bd83580e96aefe061b9448bc8b7b6fe 100644 (file)
@@ -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
index 5b5615b241f47db1968dfcd0dfd70e66a1649379..885d1eea6a29c8e3e833827995b3281943bf8c9a 100644 (file)
@@ -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
index 6b23afa95eff8ab5eb7254e71006e7ed06fc5238..e2399f5798a6cfeb398424d86b7058cdfbe8ef9e 100644 (file)
@@ -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
index 1628755722891d5725d2d47800064d15e51445c7..5826cf6cfe83030bb99435b412432b448e670b5e 100644 (file)
@@ -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
index 8a8ff171b807558536624b00d05c897db426bb0a..ab76ae81d36ae53ed05c51eac9256943c2404c71 100644 (file)
@@ -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
 
index 2a398456523e385c7926be3307dde43e24b9a9a2..bad5fece6c24153e36ec2cc8d5deb7ac73e80020 100644 (file)
@@ -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
index cd8ea4edc047cb55f37388f447bfc6cc26d790a1..854c8baf5eaed5bf703030f2a50ec13453ca26f0 100644 (file)
@@ -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
index db319cd6c2453a25115f5dc58be9e8cc4c7b896c..4b79f7d0880fcc5a4fef4ececfba91302aaedb0d 100644 (file)
@@ -1,4 +1,4 @@
 CODE PRELOAD EXECUTEONLY
 DATA MULTIPLE SHARED
-DESCRIPTION 'Vim 7.1b'
+DESCRIPTION 'Vim 7.1'
 HEAPSIZE 0,0