[Pkg-jed-commit] r560 - in jed-extra/trunk/debian: . examples

Guenter Milde milde-guest at alioth.debian.org
Tue Feb 6 17:51:35 CET 2007


Author: milde-guest
Date: 2007-02-06 17:51:35 +0100 (Tue, 06 Feb 2007)
New Revision: 560

Modified:
   jed-extra/trunk/debian/changelog
   jed-extra/trunk/debian/examples/50jed-extra.sl
Log:
prepare the next release with a new upstream version
re-introduce autoloads for gdbmrecent.sl


Modified: jed-extra/trunk/debian/changelog
===================================================================
--- jed-extra/trunk/debian/changelog	2007-02-06 16:12:21 UTC (rev 559)
+++ jed-extra/trunk/debian/changelog	2007-02-06 16:51:35 UTC (rev 560)
@@ -1,3 +1,16 @@
+jed-extra (2.3.1) experimental; urgency=low
+  DO NOT RELEASE YET, WAIT FOR NEW UPSTREAM RELEASE
+  
+  * New upstream release: fixes and improvements including
+      datutils.sl   removed array_reverse(): it is not used anywhere and 
+                    conflicts with the internal SLang function of the same 
+                    name (activated by default in Jed >= 0.99.19-51)
+      gdbmrecent.sl applied dpatch upstream             
+  * debian/examples/50jed-extra.sl: (Re)Added the required autoloads for
+    gdbmrecent to fix this independently of the jedstates package [RL, GM]
+
+ -- Günter Milde   <some date in the future>
+
 jed-extra (2.2.1-3) experimental; urgency=low
 
   * debian/examples/50jed-extra.sl: Synched with the etch branch

Modified: jed-extra/trunk/debian/examples/50jed-extra.sl
===================================================================
--- jed-extra/trunk/debian/examples/50jed-extra.sl	2007-02-06 16:12:21 UTC (rev 559)
+++ jed-extra/trunk/debian/examples/50jed-extra.sl	2007-02-06 16:51:35 UTC (rev 560)
@@ -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