jed-extra (2.2.1-5) UNRELEASED; urgency=low

  * Debconf templates and debian/control reviewed by the debian-l10n-
    english team as part of the Smith review project. Closes: #422778
  * Debconf translation updates:
    - Portuguese. Closes: #422905
    - Swedish. Closes: #422911
    - Czech. Closes: #423489
    - German. Closes: #424115
    - Dutch. Closes: #424664
    - Brazilian Portuguese. Closes: #425706
    - Galician. Closes: #425718
    - French. Closes: #426085

 -- Christian Perrier <bubulle@debian.org>  Tue, 08 May 2007 10:49:20 +0200

jed-extra (2.2.1-4) unstable; urgency=low

  * Uploaded to lenny [RL]
  * debian/examples/50jed-extra.sl: (Re)Added the required autoloads for
    gdbmrecent to fix this independently of the jedstates package [RL, GM]
  * debian/control: Added XS-Vcs-Svn and XS-Vcs-Browser fields

 -- Rafael Laboissiere <rafael@debian.org>  Sun, 15 Apr 2007 13:00:52 +0200

jed-extra (2.2.1-3) experimental; urgency=low

  * debian/examples/50jed-extra.sl: Synched with the etch branch
    (2.2.1-1.etch.3)

 -- Rafael Laboissiere <rafael@debian.org>  Tue,  6 Feb 2007 17:07:26 +0100

jed-extra (2.2.1-2) experimental; urgency=low

  * Released to experimental, letting unstable for updates relating to RC
    bugs and debconf translations, until etch is released [RL]
  * debian/config, debian/templates: Added debconf question for
    removing old files in /etc/jed-init.d/ which were changed by the
    user [RL]
  * debian.control: Depends on debconf [RL]
  * debian/rules: Call dh_installdebconf [RL]
  * debian/copyright: Fixed upstream URL [RL]
  * debian/watch: Added file for uscan [RL]

 -- Rafael Laboissiere <rafael@debian.org>  Tue,  6 Feb 2007 16:55:08 +0100

jed-extra (2.2.1-1.etch.3) unstable; urgency=low

  * Revert the previous change.  The autoloads will now go into the
    initialization code for the jedstate package [RL]

 -- Rafael Laboissiere <rafael@debian.org>  Tue,  6 Feb 2007 15:32:15 +0100

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@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
    bug in purge_not_so_recent(), which did not popped a value in the
    stack after the call to gdbm_delete().  This patch is blessed by the
    usptream author. [RL]

 -- Rafael Laboissiere <rafael@debian.org>  Mon,  5 Feb 2007 22:33:54 +0100

jed-extra (2.2.1-1) unstable; urgency=low

  New upstream release [GM]
  * new modes pymode (extended version of the standard mode) and
    unittest (framework for unit testing of S-Lang scripts)
  * started unit testing of modes
  * various bugfixes; in particular, structured_text.sl does not redefine the
    text_mode_hook, avoiding name clashes (closes: #382593)
  * new, more Debian compatible version of apsmode

 -- Rafael Laboissiere <rafael@debian.org>  Wed, 11 Oct 2006 17:26:34 +0200

jed-extra (2.1.3-2) unstable; urgency=low

  * New upstream URL [GM]
  * Removed dependency on findutils (>= 4.2.9) (for easier backport to sarge)
    [GM]

 -- Rafael Laboissiere <rafael@debian.org>  Sat, 16 Sep 2006 13:31:50 +0200

jed-extra (2.1.3-1) unstable; urgency=low

  New upstream release

  * all modes should now work with SLang-2
  * UTF8 support is still experimental

  * the following modes were (re)moved:

    boekmark, bufed_srch, cua, cuamisc, dabbrev, gpg, history, home-lib, hs,
    kp_keydefs, minued, miscfun, mousedrag, outline, resume, rimini, rmail,
    scrnhelp, server, sfrecent, tracker, yankpop

    They are either obsolete, included in the standard Distribution (package
    jed-common), or no longer available upstream.

  * the following modes were added:

    console_keys, dictmode, dict-backend, filter-buffer, libdir,
    moby-thesaurus, tm, boxquote

    See contents.txt for a listing of contained modes with abstracts.

  * new upstream source URI and download rule [GM]
  * updated copyright file to comply more with
    http://lists.debian.org/debian-devel-announce/2006/03/msg00023.html
    (source URIs, author list, contact info) [JS, GM]

  * updated README.Debian (give customization instructions) [GM]

  * move all initialization/customization to jed.d/50jed-extra.sl
    using libdir.sl for "registering" of library directories [GM]
  * now /etc/jed.d/50jed-extra.sl takes care of the possible state,
    that the package was removed but not purged [JS]

  * list of upstream modes (with categorization) in contents.txt
    modes marked as "Obsolete" are excluded [GM]
  * changed location of jed-extra library dir to /usr/share/jed/jed-extra/
  * create subdirectories utils/, drop-in/, and extra/ and sort modes
    to facilitate configuration
  * removed patches for bugs fixed upstream [GM]

  * The *.slc files are now generated at install-time
    - debian/compile: Script that gets installed as
      /usr/share/jed/compile/jed-extra [RL]
    - debian/postinst, debian/prerm: Call /usr/share/jed/compile/jed-extra
      with the appropriate argument [RL]
    - reworked jed-extra-preparse.sl (compile-files.sl.in before) to be
      fully SLang, which make eperl as build dependency unnecessary [JS]

  *  debian/control:
    - Dropped the Build-Depends-Indep on jed [RL]
    - Upgraded Standards-Version to 3.7.2    [RL]
    - Description update [GM]

  * yodlfun.txt is now in the same directory as yodl.sl
    because it is searched there [JS]

  * restructured source package [JS]
    + now all is in one directory debian
    + patches are dpatches
    + rules use debhelper

  * all *.html files, the README of a2ps and the INSTALL of tar are now
    in /usr/share/doc/jed-extra/mode-doc/ (with INSTALL renamed to
    README.tar.sl, in order to keep lintian happy) [JS]

 -- Rafael Laboissiere <rafael@debian.org>  Sat,  8 Jul 2006 10:00:26 +0200

jed-extra (1.0-1) experimental; urgency=low

  +++ Changes by Rafael Laboisssiere

  * Package adopted by the Debian JED Group at Alioth
  * Complete overhaul of the package.  It uses now the jedmodes.sf.net
    distribution tarball and try to set up sensible autoloads and
    add_completions in /etc/jed-init.d.  This package is uploaded to the
    experimental distribution.

 -- Debian JED Group <pkg-jed-devel@lists.alioth.debian.org>  Sat, 19 Mar 2005 09:29:18 +0100

jed-extra (0.1.8) unstable; urgency=low

  * Changed jed-common to jed in Build-Depends (closes: #213755).

 -- Rafael Laboissiere <rafael@debian.org>  Thu,  2 Oct 2003 22:24:16 +0200

jed-extra (0.1.7) unstable; urgency=low

  * patch/04-dircat-stack-order.patch: Patch on previous patch by
    to Jörg Sommer <joerg@alea.gnuu.de> fixing the filling of the stack
    before a call to dircat in home-lib.sl (closes: #212387).

 -- Rafael Laboissiere <rafael@debian.org>  Fri, 26 Sep 2003 20:17:24 +0200

jed-extra (0.1.6) unstable; urgency=low

  * patch/03-fix-home-jedrc.patch: Added patch to allow sane
    initialization of Jed_Home_Directory when $HOME/.jed exists.  Thanks
    to Jörg Sommer <joerg@alea.gnuu.de> (closes: #212387).

 -- Rafael Laboissiere <rafael@debian.org>  Tue, 23 Sep 2003 18:35:50 +0200

jed-extra (0.1.5) unstable; urgency=low

  * patch/02-ispell-space-option.patch: Added patch for fixing a problem
    in composing the ispell command from the dictionaries-common cache.

 -- Rafael Laboissiere <rafael@debian.org>  Mon, 15 Sep 2003 17:50:39 +0200

jed-extra (0.1.4) unstable; urgency=low

  * debian/control: Fixed a typo and improved the Desription field, after
    suggestions made by Jens Seidel <tux-master@web.de>.

 -- Rafael Laboissiere <rafael@debian.org>  Tue,  9 Sep 2003 08:05:09 +0200

jed-extra (0.1.3) unstable; urgency=low

  * First official upload to Debian unstable (closes: #200985).
  * debian/control:
    - Bumped Standards-Version to 3.6.1.
    - Conflicts with dictionaries-common << 0.14.0.  This version of
      dictionaries-common is not released officially, but is available at
      the staging area are for jed-extra
      (http://people.debian.org/~rafael/jed-extra).
  * debian/README.Debian: Added some text.  This should be improved in the
    future.

 -- Rafael Laboissiere <rafael@debian.org>  Sun, 31 Aug 2003 10:10:42 +0200

jed-extra (0.1.2) unstable; urgency=low

  * patch/01-ispell-hash-name.patch: Patch from Paul Boekholt
    <p.boekholt@hetnet.nl> to give the hash name to option -d of ispell
    instead of the language name.

 -- Rafael Laboissiere <rafael@debian.org>  Mon, 14 Jul 2003 23:24:36 +0200

jed-extra (0.1.1) unstable; urgency=low

  * Updated ispell to upstream version 1.12.
  * debian/copyright: Added URLs for the downloaded tarballs from
    jedmodes.sf.net.
  * debian/rules: Added new files present in ispell.tgz to the sl_files
    variables.
  * patch/{01-ispell-kill-process,02-complete-chage-dict}.patch: Removed
    files.

 -- Rafael Laboissiere <rafael@debian.org>  Sun, 13 Jul 2003 11:19:34 +0200

jed-extra (0.1) unstable; urgency=low

  * Initial Release.

 -- Rafael Laboissiere <rafael@debian.org>  Fri, 11 Jul 2003 10:32:35 +0200
