joe (3.0-0-rain2) unstable; urgency=low
  * Updated conffiles.

 -- Ben Winslow <rain@bluecherry.net>  Mon, 03 May 2004 03:45:47 -0400

joe (3.0-0-rain1) unstable; urgency=low
  * New upstream version.  :o

 -- Ben Winslow <rain@bluecherry.net>  Mon, 03 May 2004 02:54:59 -0400

joe (2.9.8-1) experimental; urgency=low

  * New upstream and new upstream version. :) closes: #95303
    + No longer forgets small undone changes, closes: #30978
    + Disables set[ug]id bits in backup files, closes: #90476
  * Added one post-2.9.8 patch for uedit.c from vsamel, so that
    the function go to previous/next word works properly.
                                             
 -- Josip Rodin <joy-packages@debian.org>  Tue, 19 Aug 2003 13:03:15 +0200

joe (2.8-23) unstable; urgency=medium

  * A forgotten free() wrapper invocation was mistakenly omitted while
    disabling ./.joerc reading code, and this screwed up some of the
    environment variable parsing. Thanks to Frederic Briere, closes: #196391.
    (patch 015_disable_curdir_joerc)
  * Updated paths where configuration files are searched for in the
    commented out part of each conffile, closes: #161844.
    (new patch 018_conffile_paths)

 -- Josip Rodin <joy-packages@debian.org>  Tue, 19 Aug 2003 12:56:46 +0200

joe (2.8-22) unstable; urgency=low

  * Removed bogus reference to varargs.h, closes: #195152.
    (patch 017_varargs)
  * Removed old FHS transition code.

 -- Josip Rodin <joy-packages@debian.org>  Fri, 15 Aug 2003 19:59:32 +0200

joe (2.8-21) unstable; urgency=medium

  * Fixed instant crashes on MIPS, which even though it has SA_INTERRUPT
    and/or SV_INTERRUPT, needs just signal(SIGALRM,dotick).
    Patch kindly provided by Peter Loje <pl@2m.dk>, closes: #113941.
  * Added removal of /etc/joe in postrm+purge, closes: #133450.
  * Added alternatives for other joe names, closes: #121086.
  * Fixed misspelling of "imitation" in the description, closes: #124774.

 -- Josip Rodin <jrodin@jagor.srce.hr>  Tue, 25 Jun 2002 20:25:13 +0200

joe (2.8-20) unstable; urgency=low

  * Added a note about the new version status in README.Debian.
  * Moved the editor manual page symlink to /usr/share/man, closes: #88713.
  * Fixed the description, closes: #91218, parts of #88713.
  * Added a menu entry in Apps/Editors, another part of #88713.
  * Added Marcin Owsiany's Polish translation of help, closes: #95384.

 -- Josip Rodin <jrodin@jagor.srce.hr>  Tue, 16 Oct 2001 21:16:36 +0200

joe (2.8-19) unstable; urgency=low

  * Disabled loading of .joerc from the current directory because it is
    a security risk, closes: #88055.
  * Standards-Version: 3.5.2.

 -- Josip Rodin <jrodin@jagor.srce.hr>  Fri,  2 Mar 2001 20:33:38 +0100

joe (2.8-18) unstable; urgency=low

  * Added some stuff from joe-2.8-43.src.rpm (some data collected from their
    Bugzilla, too):
     + 014_locale: fixes for the locale issues, from Petr Kolar
       <PETR.KOLAR@vslib.cz>. International characters are displayed
       properly (without -asis!), and word skipping is done correctly if
       you set $LANG properly, closes: #36281.
     + 009_sprintf_to_snprintf: renamed/merged from 009_percent_number_s,
       because the purpose is mostly the same -- fixes some sprintfs to be
       snprintfs to prevent possible buffer overflows, from Cristian Gafton
       <gafton@redhat.com>.
     + rc.h clarification of procrc arguments, from Trond Eivind Glomsrd
       <teg@redhat.com>, added to 006_missing_vars
     + moved the vfile.c patch from 000_dwarfs to a new file,
       000_large_file_segfault: it is indeed a fix for segmentation fault
       when exiting after reading huge files, from b4506055@csie.ntu.edu.tw.
  * Updated patch from Wichert, with which the DEADJOE files are written
    correctly, and they have mode 0600 as before, closes: #78422.
    BTW Red Hat's DEADJOE security patch appears to have some issues. :)
  * Fixed some bits and pieces in debian/rules.

 -- Josip Rodin <jrodin@jagor.srce.hr>  Sun, 26 Nov 2000 13:43:21 +0100

joe (2.8-17) unstable; urgency=low

  * Fixed editor.1 link, closes: #71214.
  * Doesn't install /etc/joe/termcap anymore, either.
  * Moved to DBS, because I need multiple-patch system.
    Separated patches to these chunks:
      + 000_dwarfs: three hunks meaning of which I have yet to determine :)
        Dale said (but he wasn't 100% sure):
        "I think this is one of the patches for the segfault on large files"
      + 001_missing_headers: two headers needed for the thing to compile
      + 002_int_to_long: changes to some casts, int -> long
      + 003_renamed_stuff: renaming of *_alloc functions and variables
      + 004_terminal_init: terminal initialization stuff
      + 005_pts: support for /dev/pts/* under glibc 2.1
      + 006_missing_vars: addition of missing variables in 3 function calls
      + 007_parens_logic: fixed logic with parenthesis
      + 008_protect_deadjoe: make DEADJOE 600.
      + 009_percent_number_s: changes %s -> %.60s etc in messages
      + 010_eol_in_conf_files: addition of "eol .@7" to config files
      + 011_manpage: manual page patches
      + 012_makefile_debug: changed default CFLAGS to -g [redundant]
  * Removed a few bashisms from DBS files :/
  * Added 013_Wall_patches: assorted patches to keep down warnings when
    compiling with -Wall. (hopefully I didn't wreck something)
  * Added Wichert's changes from the -15.1 potato NMU, closes: #77676
      + safe creation of DEADJOE in order to prevent nastiness, closes: #34524
        (added to 008_protect_deadjoe, with an addition of defining
        _GNU_SOURCE in there because O_NOFOLLOW isn't defined otherwise)
      + renamed _another_ function in order to prevent conflict with glibc
        (added to 003_renamed_stuff)

 -- Josip Rodin <jrodin@jagor.srce.hr>  Sat,  9 Sep 2000 20:40:23 +0200

joe (2.8-16) unstable; urgency=low

  * New maintainer.
  * Fixed :include directive, closes: #70460.
  * Added Kalle Olavi Niemitalo <tosi@stekt.oulu.fi>'s patches,
    closes: #62396.
  * Recompiled against libncurses5, closes: #67344.
  * Since joe doesn't use termcap (but terminfo), termidx can be removed,
    which is an ever so convenient way to do this: closes: #29890, #51611,
    #56170.
  * Undid the funny patch to a msdos-related file, closes: #66692.
  * Updated for full Policy 3.x compliance. Lintian clean.
  * Removed patches to the Makefile, do everything needed from debian/rules
    in a cleaner way.
  * Removed obsolete .editorrc, editorrc, debian.README files (used parts
    of the latter for README.Debian).
  * Removed unneeded Modifications section in the manual page, and
    improved its header.
  * Redid the package description. Various small updates to debian/*.

 -- Josip Rodin <jrodin@jagor.srce.hr>  Tue, 29 Aug 2000 20:46:18 +0200

joe (2.8-15) frozen unstable; urgency=low

  * added another patch for large file segfault on exit.
  *             closes: #18084, #18085, #33753, #42581, #50976

 -- Dale Scheetz <dwarf@polaris.net>  Thu,  6 Apr 2000 09:38:44 -0400

joe (2.8-14) unstable; urgency=low

  * added patch for "core dump on large filename"

 -- Dale Scheetz <dwarf@polaris.net>  Sun,  1 Aug 1999 14:29:21 -0400

joe (2.8-13) unstable; urgence=low

  * added patch for DEADJOE privileges: fixes #41444
  * corrected typo in description: fixes #18946

 -- Dale Scheetz <dwarf@polaris.net>  Sun,  1 Aug 1999 14:11:10 -0400

joe (2.8-12) frozen unstable; urgency=low

  * rebuilt against version independent libc6 and the newest ncurses4
  * added the end key patch to the jstarrc file: fixes 24948
  * added the end key patch to the other rc files to avoid further bugs
  * fixed minor typo in description: fixes 18946
  * applied patch changing int to long for alpha port: fixes 21138

 -- Dale Scheetz <dwarf@polaris.net>  Thu, 10 Dec 1998 14:27:25 -0500

joe (2.8-11) frozen unstable; urgency=low

  * rebuilt against ncurses4

 -- Dale Scheetz <dwarf@polaris.net>  Sun,  1 Nov 1998 14:56:35 -0500

joe (2.8-10) frozen unstable; urgency=low

  * truncated file name when building message buffers: fixes 18085
  * remove substvars* and files* from the debian directory (unreported error)

 -- Dale Scheetz <dwarf@polaris.net>  Sun, 19 Apr 1998 14:48:31 -0400

joe (2.8-9) unstable; urgency=low

  * Applied "end key" patch : fixes 16941, 18627
  * Applied screen init patch : fixes 18626

 -- Dale Scheetz <dwarf@polaris.net>  Thu, 26 Feb 1998 22:32:51 -0500

joe (2.8-8) unstable; urgency=low

  * compiled for libc6
  * general clean up of rules file
  * added update-alternatives for /usr/bin/editor
  * removed execute permission from copyright : bug #13713
  * fixed screensize problems : bug #14968

 -- Dale Scheetz <dwarf@polaris.net>  Wed, 19 Nov 1997 09:28:47 -0500

joe (2.8-7) frozen unstable; urgency=low

  * corrected permissions on conffiles

  * Upgraded source package format to Standards-Version 2.1.0.0

 -- Dale Scheetz <dwarf@polaris.net>  Sun, 24 Nov 1996 12:34:33 -0500

Fri Jun 28 12:43:33 MET DST 1996 Michael Meskes <meskes@informatik.rwth-aachen.de>

        joe (2.8-5):

	* Changed debian.rules for new naming scheme (Bug#3337)

	* Added architecture field to debian.control

	* gzip manpages

Fri Mar  8 18:29:17 MET 1996 Michael Meskes <meskes@informatik.rwth-aachen.de>

        joe (2.8-4):

	* Moved termidx call into postinst file

	* Added termcap and terminfo file to conffiles

Tue Feb 27 19:56:42 MET 1996 Michael Meskes <meskes@informatik.rwth-aachen.de>

        joe (2.8-3):

	* Changed extended description

	* Added automatic creation of .changes file

	* Corrected control file to list revision again

Wed Jan 24 12:34:23 MET 1996 Michael Meskes <meskes@informatik.rwth-aachen.de>

	joe (2.8-2):

	* Changed symbol name "valloc" to make joe run again with libc >= 5.3.2

Tue Jan  9 15:56:13 MET 1996 Michael Meskes <meskes@informatik.rwth-aachen.de> 

	joe (2.8-1):

	* Added support for indexed termcap file

Fri Apr 21 16:35:28 MET DST 1995 Christian Linhart <chris@cosy.sbg.ac.at>

	joe (2.8-0):

	* Added Debian GNU/Linux package maintenance system files.

	* Configured Makefile:
		- to be FSSTND-compliant. 
		- CFLAGS to comply with Debian packaging guidelines
	  	- Added DESTDIR-Variable for being able to install into
	  	  debian-tmp

	* Edited man-page to document the changed file positions.

	* Made symlinks to joe's man page for the other names,
	  joe can be invoked as.

Local variables: 
mode: debian-changelog
End:

