mined (2014.24.2) unstable; urgency=medium

  * New upstream releases.
    • 2014.24 is a major update with a list of new features and enhancements.

  * Internationalization and Character information:
    • Updated to Unicode 7.0.
    • Revamped smart quotes feature.
      – Revised Quotes menu according to investigations of international styles.
      – Supporting opening quotation mark repetition for new paragraphs.
      – Automatic French quotation marks spacing.
      – Primary/alternate styles controlled by locale environment or option.

  * Editing:
    • File tabs and file name tab titles for quick file selection and browsing.
    • Tuned special title casing (Shift-F3) e.g. for Dutch "IJsselmeer".
    • Improved and line end handling in search/replace.
    • Revamped rectangular text selection.
      – Toggle with Alt-mouse-move during click-and-drag.
      – Consistent selection to mouse position (even on shorter lines) including shifted lines.
    • Revamped and enhanced HTML and scripting highlighting.
      – Distinct highlighting for HTML/XML/JSP attributes and values.
    • TAB width 2 enabled in addition to 4 or 8.
    • Smarter clipboard pasting (cygwin/Windows).

  * User configuration:
    • Enhanced user configuration features.
      – Preferences specific for file name pattern or terminal type.
      – Consistent handling of preferences when editing multiple files.
      – Added cursor style setting preference.

  * File handling improvements

  * Terminal interworking improvements
    • (mlterm, tmux, older xterm, missing terminfo, CJK in 'screen')
    • Interworking with Windows PowerShell and xterm 306 dim mode.

  * Bug fixes:
    • File handling: Various pipe handling fixes.
    • File handling: Detecting "quota exceeded" write error.
    • Case conversion function fixes.
    • Handling search expressions with ^M or \r.
    • Keyboard: Ctrl-Backarrow again deleting only one character.
    • Fixed some menu handling cases.
    • Fixed input of typographic apostrophe in some cases.
    • Made file basename visible in long prompt lines.
    • HTML highlighting cases, especially after insert.

 -- Thomas Wolff <mined@towo.net>  Tue, 08 Jul 2014 00:00:00 +0200

mined (2013.23-0.0) unstable; urgency=low

  * New upstream release.
  * Editing:
    • New double-click feature for word selection.
    • Tweaks on smart editing features (undent, wrap, identifier search etc).
  * Filename handling:
    • Suppressing backup file names as generated by command line 
      auto-completion if they appear after their base version name 
      (x~, x;N, x.~N~), so that, e.g., mined x* edits x and x1 but not x~.
  * Character information:
    • Updated to Unicode 6.2.
  * Interworking:
    • Speed-up of directory browsing, especially on slow network drives.
    • Ported stand-alone Windows installer to Windows 7.
    • Ported to MSYS, Raspberry Pi, Irix.
    • Revamped file information statistics to accomodate slow systems.
    • Enhancements for newer mlterm.
  * Bug fixes:
    • Explicit tab width option (-4/-8) takes precedence over file info memory.
    • Fix 'screen' Unicode display by limiting previous workaround to older version.
    • Fixed Alt-digit accent prefix functions for mintty and rxvt (since 2012.20).
    • Fixes related to NUL or NONE pseudo lineends.

 -- Thomas Wolff <mined@towo.net>  Mon, 19 Aug 2013 00:00:00 +0200

mined (2012.22-1) unstable; urgency=low

  * 3 new upstream releases.
    • New user preferences configuration file $HOME/.minedrc.
    • New File switcher: menu listing of opened files (tab-like).
    • New Shift selection mode: visual selection with Shift-keys.
    • Revamped keypad functions and Backarrow dual-mode function.
    • Character information updated to Unicode 6.1.
    • Mouse moving interaction works in rxvt-unicode / urxvt as well.
    • Fixed terminal detection and attribute handling for 'screen'.
    • Workarounds for configuration problems with various terminals.
    • Optimized escape sequence detection for slow terminal connections.

 -- Thomas Wolff <mined@towo.net>  Thu, 10 May 2012 00:00:00 +0200

mined (2011.19-1) unstable; urgency=low

  * New upstream release.

 -- Thomas Wolff <mined@towo.net>  Sat, 12 Nov 2011 22:00:00 +0200

mined (2011.17-1) unstable; urgency=low

  * New upstream release.
  * Checked previous debian patches which are now obsolete.

 -- Thomas Wolff <mined@towo.net>  Wed,  9 Jun 2011 21:39:00 +0200

mined (2000.16-1) unstable; urgency=low

  * New upstream release.

 -- Lubos Lunak <llunak@novell.com>  Thu, 10 Jun 2010 16:05:00 +0200

mined (2000.15.4-1) unstable; urgency=low

  * New upstream release.
  * Updated maintainer's email address.
  * Standards-Version bumped to 3.8.3
  * debian/patches:
    - modified: 01_install.dpatch to work with this new release.
    - modified: 03_dash.dpatch and removed the part where src/mkkmlist
      is patched since it isn't necessary on this release.
    - added: 04_manpages.dpatch to fix the minus sign on the manpages.
    - added: 05_usrshare_bin.dpatch to fix the hashbang of these scripts.
    - added: 06_xinitrc.dpatch which adds a sh hashbang to the xinitrc
      script.
  * Removed bogus maint-scripts.

 -- Mauro Lizaur <mauro@debian.org>  Fri, 25 Sep 2009 17:07:57 -0300

mined (2000.10-6) unstable; urgency=low

  * New maintainer (closes: #382750)
  * Updated Standards-Version to 3.7.3
  * Fixed a minor typo and added Homepage in
    debian/control (closes: #443777)

 -- Mauro Lizaur <lavaramano@gmail.com>  Fri, 14 Mar 2008 00:31:30 -0200

mined (2000.10-5) unstable; urgency=low

  * QA upload.
  * src/mkkmlist, src/mnemos.check: Use `${*:-foo}' rather than `${*-foo}'
    as dash considers $* to be `set' even if there are no positional
    parameters.  Closes: #383161.

 -- Matej Vela <vela@debian.org>  Sat, 16 Dec 2006 00:00:25 +0100

mined (2000.10-4) unstable; urgency=low

  * QA upload.
  * Provide editor(1) alternative.  Closes: #310717.
  * src/mined.h: Include <sys/types.h> for pid_t on Hurd.  Thanks to
    Guillaume Libersat for the patch.  Closes: #331294.
  * src/mkinclud.mak: Make only scripts executable.
  * Switch to debhelper 5.
  * Switch to dpatch.
  * debian/control: Use Homepage pseudo-header.
  * debian/dirs: Let the Makefile create them.
  * debian/menu: Add quotes to placate Lintian.
  * debian/preinst, debian/prerm, debian/postinst, debian/postrm:
    Remove templates.
  * debian/rules:
    - Pass compilation flags to the Makefile.
    - Let dh_strip handle DEB_BUILD_OPTIONS=nostrip.
  * debian/watch: Add.
  * Conforms to Standards version 3.7.2.

 -- Matej Vela <vela@debian.org>  Sun, 13 Aug 2006 13:01:47 +0200

mined (2000.10-3) unstable; urgency=low

  * orphaning the package.

 -- Ramakrishnan Muthukrishnan <rkrishnan@debian.org>  Sun, 13 Aug 2006 10:35:15 +0530

mined (2000.10-2) unstable; urgency=low

  * Modified the description in the debian/control according to the
    upstream webpage.
  * Modified debian/docs to include the other documentation included with
    the source.
  * Replaced recommended fonts from unifont to xfonts-base, as uni-font is
    mostly useless here.

 -- Ramakrishnan Muthukrishnan <rkrishnan@debian.org>  Sat, 12 Feb 2005 09:35:54 +0530

mined (2000.10-1) unstable; urgency=low

  * New upstream release.
  * Includes upstream fixes for the FTBFS bugs for some targets (like amd64).
  This is untested. (closes: #287656)

 -- Ramakrishnan Muthukrishnan <rkrishnan@debian.org>  Sat,  5 Feb 2005 20:43:46 +0530

mined (2000.9-2) unstable; urgency=low

  * missing build-depends (closes: #235016)

 -- Ramakrishnan Muthukrishnan <rkrishnan@debian.org>  Tue, 23 Mar 2004 00:09:45 +0530

mined (2000.9-1) unstable; urgency=low

  * New upstream release

 -- Ramakrishnan Muthukrishnan <rkrishnan@debian.org>  Tue, 23 Mar 2004 00:05:46 +0530

mined (2000.8-1) unstable; urgency=low

  * Initial Release.
  *  (closes: #87734)

 -- Ramakrishnan Muthukrishnan <rkrishnan@debian.org>  Sun, 15 Feb 2004 11:45:16 +0530
