Package: xterm
Version: 231-1
Followup-For: Bug #464588

It's basically a one-character patch, however I'll attach a full debdiff 
in case it can be convenient.
diff -u xterm-231/debian/changelog xterm-231/debian/changelog
--- xterm-231/debian/changelog
+++ xterm-231/debian/changelog
@@ -1,3 +1,10 @@
+xterm (231-2) unstable; urgency=low
+
+  * 950_enable_highlighting.dpatch: enable URL highlighting in XTerm.ad
+    (Closes: #464588)
+
+ -- Tormod Volden <[EMAIL PROTECTED]>  Thu, 07 Feb 2008 22:13:00 +0100
+
 xterm (231-1) unstable; urgency=low
 
   * New upstream release
only in patch2:
unchanged:
--- xterm-231.orig/debian/patches/950_enable_highlighting.dpatch
+++ xterm-231/debian/patches/950_enable_highlighting.dpatch
@@ -0,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 950_enable_highlighting.dpatch by  <[EMAIL PROTECTED]>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
[EMAIL PROTECTED]@
+diff -urNad xterm-231~/XTerm.ad xterm-231/XTerm.ad
+--- xterm-231~/XTerm.ad        2007-11-26 19:42:37.000000000 +0100
++++ xterm-231/XTerm.ad 2008-02-07 22:07:26.000000000 +0100
+@@ -183,7 +183,7 @@
+ *SimpleMenu*borderWidth: 2
+ 
+ ! Here is a pattern that is useful for double-clicking on a URL:
+-!*charClass: 33:48,35:48,37-38:48,43-47:48,58:48,61:48,63-64:48,95:48,126:48
++*charClass: 33:48,35:48,37-38:48,43-47:48,58:48,61:48,63-64:48,95:48,126:48
+ !
+ ! Alternatively,
+ !*on2Clicks: regex [[:alpha:]]+://([[:alnum:]!#+,./[EMAIL 
PROTECTED]|(%[[:xdigit:]][[:xdigit:]]))+

Reply via email to