]> granicus.if.org Git - vim/commitdiff
updated for version 7.1b
authorBram Moolenaar <Bram@vim.org>
Thu, 10 May 2007 16:41:10 +0000 (16:41 +0000)
committerBram Moolenaar <Bram@vim.org>
Thu, 10 May 2007 16:41:10 +0000 (16:41 +0000)
15 files changed:
Makefile
README_os390.txt
nsis/gvim.nsi
runtime/autoload/vimball.vim
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
runtime/makemenu.vim
src/glbl_ime.cpp
src/netbeans.c
src/vim.def

index a21c68b1974053fb5a947cf5afa43319f79188f4..2a0d49a5e284f9e281bc3d76c3e2b04962853c6f 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 = 1a
+MINOR = 1b
 
 # Uncomment this line if the Win32s version is to be included.
 DOSBIN_S =  dosbin_s
@@ -141,13 +141,13 @@ DOSBIN_S =  dosbin_s
 # - "nmake -f Make_mvc.mak GUI=yes.
 # - move "gvim.exe" to here (otherwise the OLE version will overwrite it).
 # - Move gvim.pdb to here.
-# - Delete vimrun.exe, install.exe and uninstall.exe.
+# - Delete vimrun.exe, install.exe and uninstal.exe.
 # - Copy "GvimExt/gvimext.dll" to here.
 # Win32 GUI version with OLE, PERL, TCL, PYTHON and dynamic IME:
 # - Run src/bigvim.bat ("nmake -f Make_mvc.mak GUI=yes OLE=yes IME=yes ...)
 # - Rename "gvim.exe" to "gvim_ole.exe".
 # - Rename gvim.pdb to "gvim_ole.pdb".
-# - Delete install.exe and uninstall.exe.
+# - Delete install.exe and uninstal.exe.
 # - If building the Win32s version delete vimrun.exe.
 # Win32s GUI version:
 # - Set environment for Visual C++ 4.1 (requires a new console window)
index 85f8e41744b35226f794254ababd08b4e0b097e0..2adfe8fd622773d433277b9431be18facecee76b 100644 (file)
@@ -1,4 +1,4 @@
-README_os_390.txt for version 7.1a of Vim: Vi IMproved.
+README_os_390.txt for version 7.1b of Vim: Vi IMproved.
 
 Welcome to the OS/390 Unix port of VIM.
 
index d7cb0eecb8d312cb7368cf62239291788549f021..961c6fd8d503944a3ead7a1a3a87729f2a0db21e 100644 (file)
@@ -22,7 +22,7 @@
 !define HAVE_NLS
 
 !define VER_MAJOR 7
-!define VER_MINOR 1a
+!define VER_MINOR 1b
 
 # ----------- No configurable settings below this line -----------
 
index d4a27fd6da26bbfae408c9f2a59227ce8a28e94a..5ed34f22c385513f682064e96cfc526f7b87432d 100644 (file)
@@ -1,7 +1,7 @@
 " vimball.vim : construct a file containing both paths and files
 " Author:      Charles E. Campbell, Jr.
-" Date:                Jan 03, 2007
-" Version:     21
+" Date:                May 07, 2007
+" Version:     22
 " GetLatestVimScripts: 1502 1 :AutoInstall: vimball.vim
 " Copyright: (c) 2004-2006 by Charles E. Campbell, Jr.
 "            The VIM LICENSE applies to Vimball.vim, and Vimball.txt
@@ -15,7 +15,7 @@ if &cp || exists("g:loaded_vimball") || v:version < 700
  finish
 endif
 let s:keepcpo        = &cpo
-let g:loaded_vimball = "v21"
+let g:loaded_vimball = "v22"
 set cpo&vim
 
 " =====================================================================
@@ -583,13 +583,14 @@ fun! s:SaveSettings()
   let s:fenkeep = &fen
   let s:hidkeep = &hidden
   let s:ickeep  = &ic
+  let s:lzkeep  = &lz
+  let s:pmkeep  = &pm
   let s:repkeep = &report
   let s:vekeep  = &ve
-  let s:lzkeep  = &lz
   if exists("&acd")
-   set ei=all ve=all noacd nofen noic report=999 nohid bt= ma lz
+   set ei=all ve=all noacd nofen noic report=999 nohid bt= ma lz pm=
   else
-   set ei=all ve=all nofen noic report=999 nohid bt= ma lz
+   set ei=all ve=all nofen noic report=999 nohid bt= ma lz pm=
   endif
 "  call Dret("SaveSettings")
 endfun
@@ -606,6 +607,7 @@ fun! s:RestoreSettings()
   let &hidden = s:hidkeep
   let &ic     = s:ickeep
   let &lz     = s:lzkeep
+  let &pm     = s:pmkeep
   let &report = s:repkeep
   let &ve     = s:vekeep
   let &ei     = s:eikeep
@@ -615,9 +617,9 @@ fun! s:RestoreSettings()
    call setpos("'a",s:makeep)
   endif
   if exists("&acd")
-   unlet s:regakeep s:acdkeep s:eikeep s:fenkeep s:hidkeep s:ickeep s:repkeep s:vekeep s:makeep s:lzkeep
+   unlet s:regakeep s:acdkeep s:eikeep s:fenkeep s:hidkeep s:ickeep s:repkeep s:vekeep s:makeep s:lzkeep s:pmkeep
   else
-   unlet s:regakeep s:eikeep s:fenkeep s:hidkeep s:ickeep s:repkeep s:vekeep s:makeep s:lzkeep
+   unlet s:regakeep s:eikeep s:fenkeep s:hidkeep s:ickeep s:repkeep s:vekeep s:makeep s:lzkeep s:pmkeep
   endif
   set bt=nofile noma
 "  call Dret("RestoreSettings")
index 87a7c27079b6644563cf39a13fa4f88f26f2f81c..82f7d0dc17368053e755da12dbb0ff51573b4811 100644 (file)
@@ -1,4 +1,4 @@
-*index.txt*     For Vim version 7.1a.  Last change: 2007 May 05
+*index.txt*     For Vim version 7.1b.  Last change: 2007 May 05
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index 32a76c26ff21f7caed4237b9ad4219f86a3d811c..5b5615b241f47db1968dfcd0dfd70e66a1649379 100644 (file)
@@ -1,4 +1,4 @@
-*message.txt*   For Vim version 7.1a.  Last change: 2007 Mar 20
+*message.txt*   For Vim version 7.1b.  Last change: 2007 Mar 20
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index 764bda7ba91a8b771f6cd84ceef29cd5d9ebd09e..6b23afa95eff8ab5eb7254e71006e7ed06fc5238 100644 (file)
@@ -1,4 +1,4 @@
-*os_mint.txt*   For Vim version 7.1a.  Last change: 2005 Mar 29
+*os_mint.txt*   For Vim version 7.1b.  Last change: 2005 Mar 29
 
 
                  VIM REFERENCE MANUAL    by Jens M. Felderhoff
index 432e6a7fe52db9f64446b87c754caa7258eb8bf4..1628755722891d5725d2d47800064d15e51445c7 100644 (file)
@@ -1,4 +1,4 @@
-*tabpage.txt*   For Vim version 7.1a.  Last change: 2007 Mar 11
+*tabpage.txt*   For Vim version 7.1b.  Last change: 2007 Mar 11
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index 9c11bf484fe06e77a3518cc8544bb4a6fbc7065a..8a8ff171b807558536624b00d05c897db426bb0a 100644 (file)
@@ -1,4 +1,4 @@
-*usr_45.txt*   For Vim version 7.1a.  Last change: 2006 Apr 24
+*usr_45.txt*   For Vim version 7.1b.  Last change: 2006 Apr 24
 
                     VIM USER MANUAL - by Bram Moolenaar
 
index 04c31a7b6c94ad11cda2f5e4feb98f6519aac259..2a398456523e385c7926be3307dde43e24b9a9a2 100644 (file)
@@ -1,4 +1,4 @@
-*version4.txt*  For Vim version 7.1a.  Last change: 2006 Apr 24
+*version4.txt*  For Vim version 7.1b.  Last change: 2006 Apr 24
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index 0c9213a8eb0e7c7e97498646d90ee0a0a960a9a7..cd8ea4edc047cb55f37388f447bfc6cc26d790a1 100644 (file)
@@ -1,4 +1,4 @@
-*vi_diff.txt*   For Vim version 7.1a.  Last change: 2006 Nov 18
+*vi_diff.txt*   For Vim version 7.1b.  Last change: 2007 May 07
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -155,7 +155,7 @@ Multi level undo.                                   |undo|
        considered changed anymore.  You can exit it with :q, without <!>.
        When undoing a few changes and then making a new change Vim will
        create a branch in the undo tree.  This means you can go back to any
-       state of the text, there is no risc of a change causing text to be
+       state of the text, there is no risk of a change causing text to be
        lost forever. |undo-tree|
 
 Graphical User Interface (GUI).                                |gui|
index 7a9130e31a8f87039099b1f77fd1ac3d91c42c4e..1a2cda1c1ce09c55f127e818b21c18419b41fffa 100644 (file)
@@ -1,6 +1,6 @@
 " Script to define the syntax menu in synmenu.vim
 " Maintainer:  Bram Moolenaar <Bram@vim.org>
-" Last Change: 2007 May 04
+" Last Change: 2007 May 10
 
 " This is used by "make menu" in the src directory.
 edit <sfile>:p:h/synmenu.vim
@@ -87,6 +87,7 @@ SynMenu AB.ASN\.1:asn
 SynMenu AB.Asterisk\ config:asterisk
 SynMenu AB.Asterisk\ voicemail\ config:asteriskvm
 SynMenu AB.Atlas:atlas
+SynMenu AB.AutoHotKey:autohotkey
 SynMenu AB.AutoIt:autoit
 SynMenu AB.Automake:automake
 SynMenu AB.Avenue:ave
@@ -112,11 +113,9 @@ SynMenu C.C:c
 SynMenu C.C++:cpp
 SynMenu C.C#:cs
 SynMenu C.Calendar:calendar
-SynMenu C.CDL:cdl
-SynMenu C.Crontab:crontab
-SynMenu C.Cyn++:cynpp
-SynMenu C.Cynlib:cynlib
 SynMenu C.Cascading\ Style\ Sheets:css
+SynMenu C.CDL:cdl
+SynMenu C.Cdrdao\ TOC:cdrtoc
 SynMenu C.Century\ Term:cterm
 SynMenu C.CH\ script:ch
 SynMenu C.ChangeLog:changelog
@@ -128,18 +127,22 @@ SynMenu C.Clever:cl
 SynMenu C.Clipper:clipper
 SynMenu C.Cmake:cmake
 SynMenu C.Cmusrc:cmusrc
+SynMenu C.Cobol:cobol
 SynMenu C.Cold\ Fusion:cf
+SynMenu C.Conary\ Recipe:conaryrecipe
 SynMenu C.Config.Cfg\ Config\ file:cfg
-SynMenu C.Config.Generic\ Config\ file:conf
 SynMenu C.Config.Configure\.in:config
+SynMenu C.Config.Generic\ Config\ file:conf
 SynMenu C.CRM114:crm
-SynMenu C.Ctrl-H:ctrlh
-SynMenu C.Cobol:cobol
+SynMenu C.Crontab:crontab
 SynMenu C.CSP:csp
+SynMenu C.Ctrl-H:ctrlh
 SynMenu C.CUPL.CUPL:cupl
 SynMenu C.CUPL.Simulation:cuplsim
 SynMenu C.CVS.commit\ file:cvs
 SynMenu C.CVS.cvsrc:cvsrc
+SynMenu C.Cyn++:cynpp
+SynMenu C.Cynlib:cynlib
 
 SynMenu DE.D:d
 SynMenu DE.Debian.Debian\ ChangeLog:debchangelog
@@ -193,6 +196,7 @@ SynMenu FG.FORM:form
 SynMenu FG.Forth:forth
 SynMenu FG.Fortran:fortran
 SynMenu FG.FoxPro:foxpro
+SynMenu FG.FrameScript:framescript
 SynMenu FG.Fstab:fstab
 SynMenu FG.Fvwm.Fvwm\ configuration:fvwm1
 SynMenu FG.Fvwm.Fvwm2\ configuration:fvwm2
@@ -261,7 +265,8 @@ SynMenu L-Ma.Lace:lace
 SynMenu L-Ma.LamdaProlog:lprolog
 SynMenu L-Ma.Latte:latte
 SynMenu L-Ma.Ld\ script:ld
-SynMenu L-Ma.LDAP\ LDIF:ldif
+SynMenu L-Ma.LDAP.LDIF:ldif
+SynMenu L-Ma.LDAP.Configuration:ldapconf
 SynMenu L-Ma.Lex:lex
 SynMenu L-Ma.LFTP\ config:lftp
 SynMenu L-Ma.Libao:libao
@@ -270,6 +275,7 @@ SynMenu L-Ma.Lilo:lilo
 SynMenu L-Ma.Limits\ config:limits
 SynMenu L-Ma.Lisp:lisp
 SynMenu L-Ma.Lite:lite
+SynMenu L-Ma.LiteStep\ RC:litestep
 SynMenu L-Ma.Locale\ Input:fdcc
 SynMenu L-Ma.Login\.access:loginaccess
 SynMenu L-Ma.Login\.defs:logindefs
index 20247e552d4973bba3fa723aeb562ac2491164df..1abfeaf57ed00dde4a08e756e37725c04f050bd7 100644 (file)
  * Global IME makes capability input Chinese, Japanese, and Korean text into
  * Vim buffer on any language version of Windows 98, Windows 95, and Windows
  * NT 4.0.  See below URL for detail of Global IME.  You can also find
- * various laguage version of Global IME at same place.
+ * various language version of Global IME at same place.
  *
  * RUNTIME REQUIREMENTS:
- * - Internet Exproler 5.01 or higher.
+ * - Internet Explorer 5.01 or higher.
  * - Global IME (with language pack?).
  * - Of course Vim for Windows.
  *
@@ -159,7 +159,7 @@ global_ime_TranslateMessage(CONST MSG *lpMsg)
  * Set position of IME compotision window.
  *
  * You have to call this before starting composition.  If once composition
- * started, this can take no effect until that composition have finised.  So
+ * started, this can take no effect until that composition have finished.  So
  * you should handle WM_IME_STARTCOMPOSITION and call this function.
  */
     void WINAPI
index dbb8b3c46e8bed52812c049c1707c29baf3bfb27..023e857d58b579dcddf63edac699e4d5e36f46bf 100644 (file)
@@ -1211,8 +1211,8 @@ static int inAtomic = 0;
 
 /*
  * Do the actual processing of a single netbeans command or function.
- * The differance between a command and function is that a function
- * gets a response (its required) but a command does not.
+ * The difference between a command and function is that a function
+ * gets a response (it's required) but a command does not.
  * For arguments see comment for nb_parse_cmd().
  */
     static int
@@ -2945,7 +2945,7 @@ netbeans_button_release(int button)
 
 
 /*
- * Send a keypress event back to netbeans. This usualy simulates some
+ * Send a keypress event back to netbeans. This usually simulates some
  * kind of function key press. This function operates on a key code.
  */
     void
@@ -2959,7 +2959,7 @@ netbeans_keycommand(int key)
 
 
 /*
- * Send a keypress event back to netbeans. This usualy simulates some
+ * Send a keypress event back to netbeans. This usually simulates some
  * kind of function key press. This function operates on a key string.
  */
     static void
index 37d2e5a098463ab2c0fe5d95cda0f36d0679de97..db319cd6c2453a25115f5dc58be9e8cc4c7b896c 100644 (file)
@@ -1,4 +1,4 @@
 CODE PRELOAD EXECUTEONLY
 DATA MULTIPLE SHARED
-DESCRIPTION 'Vim 7.1a'
+DESCRIPTION 'Vim 7.1b'
 HEAPSIZE 0,0