r225 - in trunk/vim: debian upstream/patches

Matthijs Mohlmann active2-guest@costa.debian.org
Tue, 14 Jun 2005 14:21:24 +0000


Author: active2-guest
Date: 2005-06-14 14:21:21 +0000 (Tue, 14 Jun 2005)
New Revision: 225

Added:
   trunk/vim/upstream/patches/6.3.077
Modified:
   trunk/vim/debian/README
   trunk/vim/debian/changelog
Log:
 * Added new upstream patch


Modified: trunk/vim/debian/README
===================================================================
--- trunk/vim/debian/README	2005-06-07 12:52:11 UTC (rev 224)
+++ trunk/vim/debian/README	2005-06-14 14:21:21 UTC (rev 225)
@@ -100,4 +100,5 @@
   2017  6.3.073  Win32 GUI: display errors when scrolling up/down
   2365  6.3.074  with 'insertmode' CTRL-V after Select mode doesn't work
   1745  6.3.075  syntax highlighting wrong after unloading another buffer
-  3547  6.3.076  crash when using cscope and there is a parse error
+  3546  6.3.076  crash when using Cscope interface with very long result
+  1934  6.3.077  (extra) VMS: character after ESC not handled correctly

Modified: trunk/vim/debian/changelog
===================================================================
--- trunk/vim/debian/changelog	2005-06-07 12:52:11 UTC (rev 224)
+++ trunk/vim/debian/changelog	2005-06-14 14:21:21 UTC (rev 225)
@@ -1,12 +1,12 @@
 vim (1:6.3-076+1) UNRELEASED; urgency=low
 
-  * New upstream patches (073 to 076), see README.gz for details.
+  * New upstream patches (073 to 077), see README.gz for details.
 
   * James Vega <jamessan@jamessan.com>
     + Added patch 128_vimdiff.1.diff, which fixes a typo in the vimdiff
       manpage.  (closes: #310331)
 
- -- Debian VIM Maintainers <pkg-vim-maintainers@lists.alioth.debian.org>  Tue,  7 Jun 2005 08:45:45 -0400
+ -- Debian VIM Maintainers <pkg-vim-maintainers@lists.alioth.debian.org>  Tue, 14 Jun 2005 16:20:49 +0200
 
 vim (1:6.3-072+1) unstable; urgency=high
 

Added: trunk/vim/upstream/patches/6.3.077
===================================================================
--- trunk/vim/upstream/patches/6.3.077	2005-06-07 12:52:11 UTC (rev 224)
+++ trunk/vim/upstream/patches/6.3.077	2005-06-14 14:21:21 UTC (rev 225)
@@ -0,0 +1,55 @@
+To: vim-dev@vim.org
+Subject: Patch 6.3.077 (extra)
+Fcc: outbox
+From: Bram Moolenaar <Bram@moolenaar.net>
+Mime-Version: 1.0
+Content-Type: text/plain; charset=ISO-8859-1
+Content-Transfer-Encoding: 8bit
+------------
+
+Patch 6.3.077 (extra)
+Problem:    VMS: First character input after ESC was not recognized.
+Solution:   Added TRM$M_TM_TIMED in vms_read().  (Zoltan Arpadffy)
+Files:	    src/os_vms.c
+
+
+*** ../vim-6.3.076/src/os_vms.c	Wed Jun  9 14:56:26 2004
+--- src/os_vms.c	Tue Jun 14 09:49:40 2005
+***************
+*** 308,315 ****
+  	tt_mode = get_tty();
+  
+      vul_item(&itmlst[0], 0, TRM$_MODIFIERS,
+! 	    (char *)(TRM$M_TM_ESCAPE | TRM$M_TM_NOECHO | TRM$M_TM_NOEDIT |
+! 	       TRM$M_TM_NOFILTR | TRM$M_TM_NORECALL | TRM$M_TM_TRMNOECHO), 0);
+      vul_item(&itmlst[1], sizeof(trm_mask), TRM$_TERM, (char *)&trm_mask, 0);
+  
+      function = (IO$_READLBLK | IO$M_EXTEND);
+--- 308,316 ----
+  	tt_mode = get_tty();
+  
+      vul_item(&itmlst[0], 0, TRM$_MODIFIERS,
+! 	     (char *)( TRM$M_TM_ESCAPE  | TRM$M_TM_TIMED    | TRM$M_TM_NOECHO |
+!                        TRM$M_TM_NOEDIT  | TRM$M_TM_NOFILTR  |
+!                        TRM$M_TM_NORECALL| TRM$M_TM_TRMNOECHO), 0);
+      vul_item(&itmlst[1], sizeof(trm_mask), TRM$_TERM, (char *)&trm_mask, 0);
+  
+      function = (IO$_READLBLK | IO$M_EXTEND);
+*** ../vim-6.3.076/src/version.c	Tue Jun  7 11:11:33 2005
+--- src/version.c	Tue Jun 14 14:02:57 2005
+***************
+*** 643,644 ****
+--- 643,646 ----
+  {   /* Add new patch number below this line */
++ /**/
++     77,
+  /**/
+
+-- 
+From "know your smileys":
+ !-|	I-am-a-Cylon-Centurian-with-one-red-eye-bouncing-back-and-forth
+
+ /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
+///        Sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
+\\\              Project leader for A-A-P -- http://www.A-A-P.org        ///
+ \\\     Buy LOTR 3 and help AIDS victims -- http://ICCF.nl/lotr.html   ///