[vim/f18] - patchlevel 644

Karsten Hopp karsten at fedoraproject.org
Thu Oct 4 21:37:10 UTC 2012


commit 2c2b50510c793297c3a3f5720705082b5bf2de00
Author: Karsten Hopp <karsten at redhat.com>
Date:   Fri Oct 5 00:35:48 2012 +0200

    - patchlevel 644

 7.3.644 |   72 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 72 insertions(+), 0 deletions(-)
---
diff --git a/7.3.644 b/7.3.644
new file mode 100644
index 0000000..6f2630c
--- /dev/null
+++ b/7.3.644
@@ -0,0 +1,72 @@
+To: vim_dev at googlegroups.com
+Subject: Patch 7.3.644
+Fcc: outbox
+From: Bram Moolenaar <Bram at moolenaar.net>
+Mime-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+------------
+
+Patch 7.3.644
+Problem:    Dead code for BeOS GUI.
+Solution:   Remove unused __BEOS__ stuff.
+Files:	    src/gui.c
+
+
+*** ../vim-7.3.643/src/gui.c	2012-07-10 16:49:08.000000000 +0200
+--- src/gui.c	2012-08-29 16:28:46.000000000 +0200
+***************
+*** 37,44 ****
+  static void gui_set_bg_color __ARGS((char_u *name));
+  static win_T *xy2win __ARGS((int x, int y));
+  
+! #if defined(UNIX) && !defined(__BEOS__) && !defined(MACOS_X) \
+! 	&& !defined(__APPLE__)
+  # define MAY_FORK
+  static void gui_do_fork __ARGS((void));
+  
+--- 37,43 ----
+  static void gui_set_bg_color __ARGS((char_u *name));
+  static win_T *xy2win __ARGS((int x, int y));
+  
+! #if defined(UNIX) && !defined(MACOS_X) && !defined(__APPLE__)
+  # define MAY_FORK
+  static void gui_do_fork __ARGS((void));
+  
+***************
+*** 784,794 ****
+  gui_exit(rc)
+      int		rc;
+  {
+- #ifndef __BEOS__
+      /* don't free the fonts, it leads to a BUS error
+       * richard at whitequeen.com Jul 99 */
+      free_highlight_fonts();
+- #endif
+      gui.in_use = FALSE;
+      gui_mch_exit(rc);
+  }
+--- 783,791 ----
+*** ../vim-7.3.643/src/version.c	2012-08-29 16:26:01.000000000 +0200
+--- src/version.c	2012-08-29 16:33:30.000000000 +0200
+***************
+*** 721,722 ****
+--- 721,724 ----
+  {   /* Add new patch number below this line */
++ /**/
++     644,
+  /**/
+
+-- 
+E  M  A  C  S
+s  e  l  o  h
+c  t  t  n  i
+a  a     t  f
+p        r  t
+e        o
+         l
+
+ /// Bram Moolenaar -- Bram at Moolenaar.net -- http://www.Moolenaar.net   \\\
+///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
+\\\  an exciting new programming language -- http://www.Zimbu.org        ///
+ \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///


More information about the scm-commits mailing list