[Pkg-mc-commits] r116 - in trunk/debian: . patches

winnie at alioth.debian.org winnie at alioth.debian.org
Wed Feb 27 19:48:54 UTC 2008


Author: winnie
Date: 2008-02-27 19:48:53 +0000 (Wed, 27 Feb 2008)
New Revision: 116

Added:
   trunk/debian/patches/64_visible_tabs.patch
Modified:
   trunk/debian/changelog
Log:
Add patch for #466476


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2008-02-27 19:41:29 UTC (rev 115)
+++ trunk/debian/changelog	2008-02-27 19:48:53 UTC (rev 116)
@@ -10,8 +10,9 @@
   * Fix error with files containing a whitespace via ssh. (Closes: #461532)
   * Fix hang when copying a file over fish without having permissions for
     reading for this particular file. (Closes: #447239)
+  * Added patch to make visible_tabs configurable (Closes: #466476) 
 
- -- Patrick Winnertz <winnie at debian.org>  Wed, 27 Feb 2008 17:30:21 +0100
+ -- Patrick Winnertz <winnie at debian.org>  Wed, 27 Feb 2008 20:47:37 +0100
 
 mc (1:4.6.2~pre1-4) experimental; urgency=low
 

Added: trunk/debian/patches/64_visible_tabs.patch
===================================================================
--- trunk/debian/patches/64_visible_tabs.patch	                        (rev 0)
+++ trunk/debian/patches/64_visible_tabs.patch	2008-02-27 19:48:53 UTC (rev 116)
@@ -0,0 +1,23 @@
+--- src/setup.c	26 Sep 2007 10:22:25 -0000	1.93
++++ src/setup.c	27 Feb 2008 18:48:37 -0000
+@@ -216,6 +216,8 @@
+     { "editor_option_typewriter_wrap", &option_typewriter_wrap },
+     { "editor_edit_confirm_save", &edit_confirm_save },
+     { "editor_syntax_highlighting", &option_syntax_highlighting },
++    { "editor_visible_tabs", &visible_tabs },
++    { "editor_visible_spaces", &visible_tws },
+ #endif /* USE_INTERNAL_EDIT */
+ 
+     { "nice_rotating_dash", &nice_rotating_dash },
+--- edit/edit.h	24 Sep 2007 09:28:35 -0000	1.88
++++ edit/edit.h	27 Feb 2008 18:48:37 -0000
+@@ -298,6 +298,9 @@
+ extern int edit_confirm_save;
+ extern int column_highlighting;
+ 
++extern int visible_tabs;
++extern int visible_tws;
++
+ /* File names */
+ #define EDIT_DIR           ".mc" PATH_SEP_STR "cedit"
+ #define SYNTAX_FILE        EDIT_DIR PATH_SEP_STR "Syntax"




More information about the Pkg-mc-commits mailing list