1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168
|
haskell-mode (2.4-1) unstable; urgency=low
* New upstream release.
-- Petr Rockai <mornfall@debian.org> Fri, 15 Feb 2008 13:09:49 +0100
haskell-mode (2.3-1) unstable; urgency=low
* New upstream release (closes: #443400, #448658, #411955),
* re-debianized, using cdbs and debhelper,
* enabling the byte-compile of emacs-lisp sources (closes: #408260),
* new maintainer, keeping Isaac as co-maintainer.
-- Petr Rockai <mornfall@debian.org> Thu, 06 Dec 2007 01:02:06 +0100
haskell-mode (2.1-1) unstable; urgency=low
* New upstream release
* Removed old debconf stuff (Closes: 331845, Closes: 237437)
* removed hook for turn-on-haskell-font-lock (Closes: 306548)
* fixed type for map (Closes: 316992)
-- Isaac Jones <ijones@debian.org> Wed, 16 Nov 2005 22:28:12 -0800
haskell-mode (2.0-1) unstable; urgency=low
* New upstream release. closes: 281998.
* Updated copyright file to show new Debian and upstream maintainers.
closes: 286769
* keybindings C-c <char> have been replaced by C-c C-<char> so as not to
collide with minor modes.
* The following modules are now automatically activated without having
to add anything to haskell-mode-hook: haskell-font-lock (just turn on
global-font-lock-mode). haskell-decl-scan (just bind `imenu' to some
key).
* In recent Emacsen, haskell-doc hooks into eldoc-mode.
* haskell-hugs and haskell-ghci are superceded by inf-haskell.
* Indentation rules have been improved when using layout inside parens/braces.
* Symbols like -> and \ can be displayed as actual arrows and lambdas.
See haskell-font-lock-symbols.
* Tweaks to the font-lock settings. Among other things paren-matching
with things like \(x,y) should work correctly now.
* New upstream maintainer <monnier@gnu.org>.
-- Isaac Jones <ijones@debian.org> Wed, 22 Dec 2004 02:14:02 -0500
haskell-mode (1.45-2) unstable; urgency=low
* Added watchfile.
-- Isaac Jones <ijones@debian.org> Sat, 20 Nov 2004 14:13:25 -0800
haskell-mode (1.45-1) unstable; urgency=low
* New upstream release
* Bugs relating to indentation and comments seem to be fixed.
closes: #46115, closes: #51821
* Not much information from upstream about changes. I'm not sure if
this is exaustive:
"Support for proper behaviour (including with Unicode identifiers)
in Emacs 21 only hacked in messily to avoid disturbing the old
stuff. Needs integrating more cleanly. Allow literate comment
face to be customized. Some support for fontifying definitions."
-- Isaac Jones <ijones@debian.org> Sat, 20 Nov 2004 13:09:01 -0800
haskell-mode (1.44-4) unstable; urgency=low
* Changed the type of getLine from IO Char to IO String, closes: 282000
-- Isaac Jones <ijones@debian.org> Thu, 18 Nov 2004 17:40:15 -0800
haskell-mode (1.44-3) unstable; urgency=low
* Added a load-path line to 50haskell-mode.el, closes: #229976
* Removed empty "haskell-mode" directory in $(emacs_d_dir)
-- Isaac Jones <ijones@debian.org> Wed, 29 Jan 2004 00:15:25 -0500
haskell-mode (1.44-2) unstable; urgency=low
* Installed files in a subdirectory of site-lisp, closes: #119263
* Updated standards-version
* Added a few compilers to the "suggests" field
* Updated description to include ghci
* Removed backup (filename~) files from package
* Updated maintainer's email address
-- Isaac Jones <ijones@debian.org> Sat, 24 Jan 2004 19:02:53 -0500
haskell-mode (1.44-1) unstable; urgency=low
* New upstream release, closes: #111476, #154894
* New maintainer, closes: #174854
* Switched to one-dot version number, which is what upstream uses.
* Fixed small error in copyright file Author(s) -> Authors.
* Removed FHS transition stuff from postinst script.
* Updated standards version to 3.5.8.
* Updated the Depends to emacs21.
-- Isaac Jones <ijones@syntaxpolice.org> Wed, 1 Jan 2003 17:11:02 -0500
haskell-mode (1.4.2-1) unstable; urgency=medium
* New upstream release
* debian/rules: Install debian/conffiles, closes: #132210.
-- Antti-Juhani Kaijanaho <gaia@iki.fi> Sat, 16 Feb 2002 21:52:32 +0200
haskell-mode (1.4.1-1) unstable; urgency=low
* New upstream release, closes: #85405.
-- Antti-Juhani Kaijanaho <ajk@debian.org> Wed, 29 Aug 2001 19:53:55 +0300
haskell-mode (1.4-1) unstable; urgency=low
* New upstream release, closes: #106759.
* Make this a non-native pkg (grr, Tv!)
* debian/50-haskell-mode.el: Make haskell-doc-mode conditional
on the Emacs version, closes: #56449.
* debian/copyright: Fix GPL filename.
* Converted from debhelper to my packaging scheme.
* debian/control: Upgraded standards version
* debian/control: Add real packages to the emacsen depends.
* debian/50-haskell-mode.el: Turn off Hugs support.
* debian/{templates,config,control,postinst.haskell-mode,rules}:
Add debconf note about Hugs/GHCi support.
-- Antti-Juhani Kaijanaho <gaia@iki.fi> Sun, 26 Aug 2001 14:51:53 +0300
haskell-mode (1.3-3) unstable; urgency=low
* New maintainer, closes: #92614
-- Antti-Juhani Kaijanaho <ajk@debian.org> Thu, 19 Jul 2001 17:24:04 +0300
haskell-mode (1.3-2) unstable; urgency=low
* Rebuilt with newer debhelper (closes: bug#91495)
* debian/control: changed Maintainer to Debian QA Group.
-- Marcelo E. Magallon <mmagallo@debian.org> Fri, 13 Apr 2001 17:35:36 +0200
haskell-mode (1.3-1) unstable; urgency=low
* New upstream source.
* runhugs and runhugs98 scripts are opened with haskell-mode
automatically (Closes: #39902).
-- Tommi Virtanen <tv@debian.org> Tue, 6 Jul 1999 13:50:44 +0300
haskell-mode (1.2-1) unstable; urgency=low
* Initial Release.
-- Tommi Virtanen <tv@debian.org> Wed, 30 Dec 1998 03:26:04 +0200
|