[Pkg-jed-commit] r504 - in jed/trunk/debian: . patches

Rafael Laboissiere rafael at alioth.debian.org
Wed Jan 17 19:44:53 CET 2007


Author: rafael
Date: 2007-01-17 19:44:53 +0100 (Wed, 17 Jan 2007)
New Revision: 504

Added:
   jed/trunk/debian/patches/add-describe-bindings-to-C-h.dpatch
Modified:
   jed/trunk/debian/changelog
   jed/trunk/debian/patches/00list
Log:
* debian/patches/add-describe-bindings-to-C-h.dpatch: Bind "Ch b" to
  describe bindings in Emacs emulation


Modified: jed/trunk/debian/changelog
===================================================================
--- jed/trunk/debian/changelog	2007-01-16 17:40:44 UTC (rev 503)
+++ jed/trunk/debian/changelog	2007-01-17 18:44:53 UTC (rev 504)
@@ -15,6 +15,9 @@
     outside the console (closes: #174370) [RL]
   * debian/control: related to the above, suggest the gpm package [RL]
 
+  * debian/patches/add-describe-bindings-to-C-h.dpatch: Bind "Ch b" to
+    describe bindings in Emacs emulation (closes: #292421) [RL]
+
  --
 
 jed (0.99.18-8) unstable; urgency=low

Modified: jed/trunk/debian/patches/00list
===================================================================
--- jed/trunk/debian/patches/00list	2007-01-16 17:40:44 UTC (rev 503)
+++ jed/trunk/debian/patches/00list	2007-01-17 18:44:53 UTC (rev 504)
@@ -17,4 +17,4 @@
 doc
 fix-pymode-tab-space
 pymode-repeat-shift  /* depends on fix-pymode-tab-space */
-
+add-describe-bindings-to-C-h

Added: jed/trunk/debian/patches/add-describe-bindings-to-C-h.dpatch
===================================================================
--- jed/trunk/debian/patches/add-describe-bindings-to-C-h.dpatch	2007-01-16 17:40:44 UTC (rev 503)
+++ jed/trunk/debian/patches/add-describe-bindings-to-C-h.dpatch	2007-01-17 18:44:53 UTC (rev 504)
@@ -0,0 +1,18 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 00_add-describe-bindings-to-C-h.dpatch by  <rafael at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: New patch generated from jed 0.99.18-9 diff.gz
+
+ at DPATCH@
+
+--- jed-0.99.18.orig/lib/site.sl
++++ jed-0.99.18/lib/site.sl
+@@ -2289,6 +2289,7 @@
+    switch (c)
+      { case  8 or case 'H': help (); }
+      { case  'A' : apropos (); }
++     { case  'B' : describe_bindings (); }
+      { case  'I' : info_mode (); }
+      { case  '?' : call ("select_menubar");}
+      { case  'F' : describe_function ();}


Property changes on: jed/trunk/debian/patches/add-describe-bindings-to-C-h.dpatch
___________________________________________________________________
Name: svn:executable
   + *




More information about the Pkg-jed-commit mailing list