File: NEWS

package info (click to toggle)
haskell-mode 2.0-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 504 kB
  • ctags: 315
  • sloc: lisp: 3,790; makefile: 70; haskell: 20; sh: 19
file content (23 lines) | stat: -rw-r--r-- 813 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Changes since 1.45:

* 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 maintainer <monnier@gnu.org>.