Skip to content

Commit 6a4d4bd

Browse files
committed
Update NEWS with 13.10 changes
1 parent 9757590 commit 6a4d4bd

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

NEWS

+18
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,24 @@ This file uses Org mode. Some useful (default) key-bindings:
66
- Use "<backtab>" to cycle visibility of all nodes
77
- Use "C-c C-o" to open links
88

9+
* Changes in 13.10
10+
11+
- Small fix for haskell-simple-indent: Certain indentation situations
12+
cause valname-string to be nil, which haskell-trim did not handle
13+
gracefully (naturally, since nil != "").
14+
15+
- Luke Hoersten's Shnippet merged in under snippets/.
16+
17+
- haskell-presentation-mode is now a haskell-mode derived mode.
18+
19+
- Small improvement to haskell-process-do-info (works on constructors
20+
now and underscored names).
21+
22+
- Add haskell-indent-spaces configuration variable.
23+
24+
- The command string to run cabal commands is slightly more
25+
configurable. See: C-h f haskell-process-do-cabal-format-string
26+
927
* Changes in 13.8
1028

1129
See also [[https://github.com/haskell/haskell-mode/compare/v13.07...v13.08][detailed Git history]].

0 commit comments

Comments
 (0)