[Pkg-jed-commit] r547 - in jed-extra/branches/etch/debian: . examples

Rafael Laboissiere rafael at alioth.debian.org
Tue Feb 6 10:05:44 CET 2007


Author: rafael
Date: 2007-02-06 10:05:43 +0100 (Tue, 06 Feb 2007)
New Revision: 547

Modified:
   jed-extra/branches/etch/debian/changelog
   jed-extra/branches/etch/debian/examples/50jed-extra.sl
Log:
* debian/examples/50jed-extra.sl: Added the required autoloads for
  gdbmrecent


Modified: jed-extra/branches/etch/debian/changelog
===================================================================
--- jed-extra/branches/etch/debian/changelog	2007-02-05 22:56:25 UTC (rev 546)
+++ jed-extra/branches/etch/debian/changelog	2007-02-06 09:05:43 UTC (rev 547)
@@ -1,3 +1,10 @@
+jed-extra (2.2.1-1.etch.2) unstable; urgency=low
+
+  * debian/examples/50jed-extra.sl: Added the required autoloads for
+    gdbmrecent [RL]
+
+ -- Rafael Laboissiere <rafael at debian.org>  Tue,  6 Feb 2007 09:53:19 +0100
+
 jed-extra (2.2.1-1.etch.1) unstable; urgency=low
 
   * debian/patches/01_gdbmrecent-clean-stack.dpatch: Added patch to fix a

Modified: jed-extra/branches/etch/debian/examples/50jed-extra.sl
===================================================================
--- jed-extra/branches/etch/debian/examples/50jed-extra.sl	2007-02-05 22:56:25 UTC (rev 546)
+++ jed-extra/branches/etch/debian/examples/50jed-extra.sl	2007-02-06 09:05:43 UTC (rev 547)
@@ -44,6 +44,8 @@
 autoload("push_defaults", "sl_utils");    % needed by ispell_init.sl, complete, occur, ...
 autoload("string_nth_match", "strutils"); % needed by hyperman.sl
 autoload("get_keystring", "strutils");    % needed by snake.sl
+autoload("what_line_if_wide", "sl_utils");% needed by gdbmrecent.sl
+autoload("buffer_dirname", "bufutils");   % needed by gdbmrecent.sl
 % alternatively evaluate the utils/ini.sl file (or set the "initialize"
 % argument to 1 in append_libdir($1 + "utils/", 1) above)
 % () = evalfile("utils/ini.sl");          % autoloads for all utilit functions




More information about the Pkg-jed-commit mailing list