Initial Commit
[packages] / xemacs-packages / haskell-mode / NEWS
1 Changes since 2.0:
2
3 * inf-haskell uses ghci if hugs is absent.
4
5 * Fix up some binding conflicts (C-c C-o in haskell-doc)
6
7 * Many (hopefully minor) changes to the indentation.
8
9 * New symbols in haskell-font-lock-symbols-alist.
10
11 Changes since 1.45:
12
13 * keybindings C-c <char> have been replaced by C-c C-<char> so as not
14   to collide with minor modes.
15
16 * The following modules are now automatically activated without having to
17   add anything to haskell-mode-hook:
18   haskell-font-lock (just turn on global-font-lock-mode).
19   haskell-decl-scan (just bind `imenu' to some key).
20
21 * In recent Emacsen, haskell-doc hooks into eldoc-mode.
22
23 * haskell-hugs and haskell-ghci are superceded by inf-haskell.
24
25 * Indentation rules have been improved when using layout inside parens/braces.
26
27 * Symbols like -> and \ can be displayed as actual arrows and lambdas.
28   See haskell-font-lock-symbols.
29
30 * Tweaks to the font-lock settings.  Among other things paren-matching
31   with things like \(x,y) should work correctly now.
32
33 * New maintainer <monnier@gnu.org>.
34
35 # arch-tag: e50204f2-98e4-438a-bcd1-a49afde5efa5