r723 - in /trunk/packages/vim: debian/README debian/changelog upstream/patches/7.0.027 upstream/patches/7.0.028 upstream/patches/7.0.029 upstream/patches/7.0.030

jamessan at users.alioth.debian.org jamessan at users.alioth.debian.org
Thu Jun 22 19:18:19 UTC 2006


Author: jamessan
Date: Thu Jun 22 19:18:18 2006
New Revision: 723

URL: http://svn.debian.org/wsvn/pkg-vim/?sc=1&rev=723
Log:
Add upstream patches 27-30

Added:
    trunk/packages/vim/upstream/patches/7.0.027
    trunk/packages/vim/upstream/patches/7.0.028
    trunk/packages/vim/upstream/patches/7.0.029
    trunk/packages/vim/upstream/patches/7.0.030
Modified:
    trunk/packages/vim/debian/README
    trunk/packages/vim/debian/changelog

Modified: trunk/packages/vim/debian/README
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim/debian/README?rev=723&op=diff
==============================================================================
--- trunk/packages/vim/debian/README (original)
+++ trunk/packages/vim/debian/README Thu Jun 22 19:18:18 2006
@@ -46,8 +46,12 @@
   1425  7.0.019  crash for "VjA789" and repeating
   1470  7.0.020  GUI: crash when using 'mousefocus'
   4240  7.0.021  crash when using "\\[" and "\\]" in 'errorformat
-  5471  7.0.022  Using buffer.append() in Ruby may append to the wrong buffer
-  5351  7.0.023  Crash when doing spell completion in an empty line + CTRL-E
-  1619  7.0.024  It is possible to set arbitrary "v:" variables
-  2606  7.0.025  Crash when removing an element of a:000
-  1800  7.0.026  Using libcall() may show an old error
+  5471  7.0.022  Ruby: buffer.append() could append to the wrong buffer
+  5351  7.0.023  crash after Insert mode completion without matches
+  1619  7.0.024  it is possible to set arbitrary v: variables
+  2606  7.0.025  crash when deleting an item from a:000
+  1800  7.0.026  Unix: when using libcall() and old error may be shown
+  1344  7.0.027  (extra) Win32: hang on exit when compiled with SNiFF+
+  3014  7.0.028  (extra) OS/2: compilation problem
+  1494  7.0.029  cursor position may be wrong when using getchar()
+  1664  7.0.030  the ":compiler" command can't be used in a FileChangedRO event

Modified: trunk/packages/vim/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim/debian/changelog?rev=723&op=diff
==============================================================================
--- trunk/packages/vim/debian/changelog (original)
+++ trunk/packages/vim/debian/changelog Thu Jun 22 19:18:18 2006
@@ -1,7 +1,7 @@
-vim (1:7.0-021+1) unstable; urgency=low
+vim (1:7.0-030+1) unstable; urgency=low
 
   [ Debian Vim Maintainers ]
-  * New upstream patches (018 - 026), see README.gz for details.
+  * New upstream patches (018 - 030), see README.gz for details.
 
   [ James Vega ]
   * debian/control: Make Vim binNMUable.

Added: trunk/packages/vim/upstream/patches/7.0.027
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim/upstream/patches/7.0.027?rev=723&op=file
==============================================================================
--- trunk/packages/vim/upstream/patches/7.0.027 (added)
+++ trunk/packages/vim/upstream/patches/7.0.027 Thu Jun 22 19:18:18 2006
@@ -1,0 +1,48 @@
+To: vim-dev at vim.org
+Subject: Patch 7.0.027 (extra)
+Fcc: outbox
+From: Bram Moolenaar <Bram at moolenaar.net>
+Mime-Version: 1.0
+Content-Type: text/plain; charset=ISO-8859-1
+Content-Transfer-Encoding: 8bit
+------------
+
+Patch 7.0.027 (extra)
+Problem:    Win32: When compiled with SNIFF gvim may hang on exit.
+Solution:   Translate and dispatch the WM_USER message. (Mathias Michaelis)
+Files:	    src/gui_w48.c
+
+
+*** ../vim-7.0.026/src/gui_w48.c	Thu Apr 27 01:52:16 2006
+--- src/gui_w48.c	Sat Jun 17 13:23:26 2006
+***************
+*** 1664,1670 ****
+--- 1664,1674 ----
+  	/* request is handled in normal.c */
+      }
+      if (msg.message == WM_USER)
++     {
++ 	MyTranslateMessage(&msg)
++ 	DispatchMessage(&msg);
+  	return;
++     }
+  #endif
+  
+  #ifdef MSWIN_FIND_REPLACE
+*** ../vim-7.0.026/src/version.c	Thu Jun 22 18:06:48 2006
+--- src/version.c	Thu Jun 22 18:20:40 2006
+***************
+*** 668,669 ****
+--- 668,671 ----
+  {   /* Add new patch number below this line */
++ /**/
++     27,
+  /**/
+
+-- 
+SIGFUN -- signature too funny (core dumped)
+
+ /// Bram Moolenaar -- Bram at Moolenaar.net -- http://www.Moolenaar.net   \\\
+///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
+\\\        download, build and distribute -- http://www.A-A-P.org        ///
+ \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///

Added: trunk/packages/vim/upstream/patches/7.0.028
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim/upstream/patches/7.0.028?rev=723&op=file
==============================================================================
--- trunk/packages/vim/upstream/patches/7.0.028 (added)
+++ trunk/packages/vim/upstream/patches/7.0.028 Thu Jun 22 19:18:18 2006
@@ -1,0 +1,90 @@
+To: vim-dev at vim.org
+Subject: Patch 7.0.028 (extra)
+Fcc: outbox
+From: Bram Moolenaar <Bram at moolenaar.net>
+Mime-Version: 1.0
+Content-Type: text/plain; charset=ISO-8859-1
+Content-Transfer-Encoding: 8bit
+------------
+
+Patch 7.0.028 (extra)
+Problem:    OS/2: Vim doesn't compile with gcc 3.2.1.
+Solution:   Add argument to after_pathsep(), don't define vim_handle_signal(),
+	    define HAVE_STDARG_H. (David Sanders)
+Files:	    src/os_unix.c, src/vim.h, src/os_os2_cfg.h
+
+
+*** ../vim-7.0.027/src/os_unix.c	Thu Jun 22 18:06:48 2006
+--- src/os_unix.c	Sat Jun 17 21:00:14 2006
+***************
+*** 4971,4977 ****
+  		    if (((*file)[*num_file] = alloc(len + 2)) != NULL)
+  		    {
+  			STRCPY((*file)[*num_file], p);
+! 			if (!after_pathsep((*file)[*num_file] + len))
+  			{
+  			    (*file)[*num_file][len] = psepc;
+  			    (*file)[*num_file][len + 1] = NUL;
+--- 4971,4978 ----
+  		    if (((*file)[*num_file] = alloc(len + 2)) != NULL)
+  		    {
+  			STRCPY((*file)[*num_file], p);
+! 			if (!after_pathsep((*file)[*num_file],
+! 						    (*file)[*num_file] + len))
+  			{
+  			    (*file)[*num_file][len] = psepc;
+  			    (*file)[*num_file][len + 1] = NUL;
+*** ../vim-7.0.027/src/vim.h	Sun Apr 30 20:27:22 2006
+--- src/vim.h	Sat Jun 17 20:59:31 2006
+***************
+*** 1983,1989 ****
+  /* values for vim_handle_signal() that are not a signal */
+  #define SIGNAL_BLOCK	-1
+  #define SIGNAL_UNBLOCK  -2
+! #if !defined(UNIX) && !defined(VMS)
+  # define vim_handle_signal(x) 0
+  #endif
+  
+--- 1983,1989 ----
+  /* values for vim_handle_signal() that are not a signal */
+  #define SIGNAL_BLOCK	-1
+  #define SIGNAL_UNBLOCK  -2
+! #if !defined(UNIX) && !defined(VMS) && !defined(OS2)
+  # define vim_handle_signal(x) 0
+  #endif
+  
+*** ../vim-7.0.027/src/os_os2_cfg.h	Sun Jun 13 18:47:02 2004
+--- src/os_os2_cfg.h	Sat Jun 17 20:58:56 2006
+***************
+*** 183,188 ****
+--- 183,191 ----
+  /* Define if you have the ANSI C header files. */
+  /* #undef STDC_HEADERS */
+  
++ /* added by David Sanders */
++ #define HAVE_STDARG_H 1
++ 
+  /* instead, we check a few STDC things ourselves */
+  #define HAVE_STDLIB_H	1
+  #undef HAVE_STRING_H	/* On EMX it is better to use strings.h */
+*** ../vim-7.0.027/src/version.c	Thu Jun 22 19:34:23 2006
+--- src/version.c	Thu Jun 22 19:41:06 2006
+***************
+*** 668,669 ****
+--- 668,671 ----
+  {   /* Add new patch number below this line */
++ /**/
++     28,
+  /**/
+
+-- 
+BRIDGEKEEPER: What is the air-speed velocity of an unladen swallow?
+ARTHUR:       What do you mean?  An African or European swallow?
+BRIDGEKEEPER: Er ...  I don't know that ... Aaaaarrrrrrggghhh!
+   BRIDGEKEEPER is cast into the gorge.
+                 "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
+
+ /// Bram Moolenaar -- Bram at Moolenaar.net -- http://www.Moolenaar.net   \\\
+///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
+\\\        download, build and distribute -- http://www.A-A-P.org        ///
+ \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///

Added: trunk/packages/vim/upstream/patches/7.0.029
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim/upstream/patches/7.0.029?rev=723&op=file
==============================================================================
--- trunk/packages/vim/upstream/patches/7.0.029 (added)
+++ trunk/packages/vim/upstream/patches/7.0.029 Thu Jun 22 19:18:18 2006
@@ -1,0 +1,48 @@
+To: vim-dev at vim.org
+Subject: Patch 7.0.029
+Fcc: outbox
+From: Bram Moolenaar <Bram at moolenaar.net>
+Mime-Version: 1.0
+Content-Type: text/plain; charset=ISO-8859-1
+Content-Transfer-Encoding: 8bit
+------------
+
+Patch 7.0.029
+Problem:    getchar() may not position the cursor after a space.
+Solution:   Position the cursor explicitly.
+Files:	    src/eval.c
+
+
+*** ../vim-7.0.028/src/eval.c	Thu Jun 22 18:02:06 2006
+--- src/eval.c	Thu Jun 22 21:00:00 2006
+***************
+*** 9792,9797 ****
+--- 9792,9800 ----
+      varnumber_T		n;
+      int			error = FALSE;
+  
++     /* Position the cursor.  Needed after a message that ends in a space. */
++     windgoto(msg_row, msg_col);
++ 
+      ++no_mapping;
+      ++allow_keys;
+      if (argvars[0].v_type == VAR_UNKNOWN)
+*** ../vim-7.0.028/src/version.c	Thu Jun 22 19:47:11 2006
+--- src/version.c	Thu Jun 22 20:55:43 2006
+***************
+*** 668,669 ****
+--- 668,671 ----
+  {   /* Add new patch number below this line */
++ /**/
++     29,
+  /**/
+
+-- 
+BEDEVERE: How do you know so much about swallows?
+ARTHUR:   Well you have to know these things when you're a king, you know.
+                 "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
+
+ /// Bram Moolenaar -- Bram at Moolenaar.net -- http://www.Moolenaar.net   \\\
+///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
+\\\        download, build and distribute -- http://www.A-A-P.org        ///
+ \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///

Added: trunk/packages/vim/upstream/patches/7.0.030
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim/upstream/patches/7.0.030?rev=723&op=file
==============================================================================
--- trunk/packages/vim/upstream/patches/7.0.030 (added)
+++ trunk/packages/vim/upstream/patches/7.0.030 Thu Jun 22 19:18:18 2006
@@ -1,0 +1,52 @@
+To: vim-dev at vim.org
+Subject: Patch 7.0.030
+Fcc: outbox
+From: Bram Moolenaar <Bram at moolenaar.net>
+Mime-Version: 1.0
+Content-Type: text/plain; charset=ISO-8859-1
+Content-Transfer-Encoding: 8bit
+------------
+
+Patch 7.0.030
+Problem:    The ":compiler" command can't be used in a FileChangedRO event.
+	    (Hari Krishna Dara)
+Solution:   Add the CMDWIN flag to the ":compiler" command.
+Files:	    src/ex_cmds.h
+
+
+*** ../vim-7.0.029/src/ex_cmds.h	Fri Apr  7 23:40:07 2006
+--- src/ex_cmds.h	Sun Jun 18 22:44:01 2006
+***************
+*** 262,268 ****
+  EX(CMD_comclear,	"comclear",	ex_comclear,
+  			TRLBAR|CMDWIN),
+  EX(CMD_compiler,	"compiler",	ex_compiler,
+! 			BANG|TRLBAR|WORD1),
+  EX(CMD_continue,	"continue",	ex_continue,
+  			TRLBAR|SBOXOK|CMDWIN),
+  EX(CMD_confirm,		"confirm",	ex_wrongmodifier,
+--- 262,268 ----
+  EX(CMD_comclear,	"comclear",	ex_comclear,
+  			TRLBAR|CMDWIN),
+  EX(CMD_compiler,	"compiler",	ex_compiler,
+! 			BANG|TRLBAR|WORD1|CMDWIN),
+  EX(CMD_continue,	"continue",	ex_continue,
+  			TRLBAR|SBOXOK|CMDWIN),
+  EX(CMD_confirm,		"confirm",	ex_wrongmodifier,
+*** ../vim-7.0.029/src/version.c	Thu Jun 22 21:01:19 2006
+--- src/version.c	Thu Jun 22 21:08:12 2006
+***************
+*** 668,669 ****
+--- 668,671 ----
+  {   /* Add new patch number below this line */
++ /**/
++     30,
+  /**/
+
+-- 
+Every person is responsible for the choices he makes.
+
+ /// Bram Moolenaar -- Bram at Moolenaar.net -- http://www.Moolenaar.net   \\\
+///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
+\\\        download, build and distribute -- http://www.A-A-P.org        ///
+ \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///




More information about the pkg-vim-maintainers mailing list