Changelog for
emacs-haskell-mode-13.18-1.2.noarch.rpm :
Sat Jul 16 14:00:00 2016 psimonsAATTsuse.com
- Fix group tag.
Fri Feb 26 13:00:00 2016 peter.trommlerAATTohm-hochschule.de
- keep haskell-mode-autoloads.el
Thu Feb 25 13:00:00 2016 peter.trommlerAATTohm-hochschule.de
- enable automatic loading with suse-start-
*
Thu Feb 18 13:00:00 2016 psimonsAATTsuse.com
- update to version 13.18
Wed May 6 14:00:00 2015 mimi.vxAATTgmail.com
- update to version 13.12
- Added haskell-bot.el
- Added support for cabal repl build targets
- Automatically add import lines via Hoogle
- Automatically add package to cabal file
- Added w3m-haddock.el
- Added debugger mode
- Added preliminary :present support
- Added haskell-sort-imports
- Added haskell-complete-module
- Support if and multi-way if in indentation
- Add support to generate tags on windows
- Add haskell-language-extensions variable
- Improve haskell-simple-indent mode
- Improve test cases
* Changes in 13.10
- Small fix for haskell-simple-indent: Certain indentation situations
cause valname-string to be nil, which haskell-trim did not handle
gracefully (naturally, since nil != \"\").
- Luke Hoersten\'s Shnippet merged in under snippets/.
- haskell-presentation-mode is now a haskell-mode derived mode.
- Small improvement to haskell-process-do-info (works on constructors
now and underscored names).
- Add haskell-indent-spaces configuration variable.
- The command string to run cabal commands is slightly more
configurable. See: C-h f haskell-process-do-cabal-format-string
* Changes in 13.8
- Make `haskell-simple-indent-mode\' a proper minor mode with `SInd` as
mode-line lighter
- Support popular \"λ> \" prompt in inf-haskell by default
- Hide internal `
*print-haskell-mode
*\' buffers
(used when `haskell-interactive-mode-eval-mode\' is active)
- Add tab-completion support for haskell-interactive-mode
(requires `:complete\' command support in GHCi)
- Add support to `haskell-process-do-info` to perform `:browse!` query
on module name when called on import statement line
- `haskell-decl-scan-mode\':
- New customize group `haskell-decl-scan\'
- New flag `haskell-decl-scan-bindings-as-variables\' for controlling
whether to put value bindings into the \"Variables\" category.
- New flag `haskell-decl-scan-add-to-menubar\' for controlling
whether to add \"Declarations\" menu entry to menu bar.
- New manual section node `(haskell-mode)haskell-decl-scan-mode\'
- Add support for [[http://www.haskell.org/ghc/docs/latest/html/users_guide/syntax-extns.html#lambda-case][LambdaCase]] syntax extension to `haskell-indentation`
- Change `haskell-indentation-mode\' to never jump back a whole line
when pressing DEL. The old behavior can be restored by setting
`haskell-indentation-delete-backward-jump-line\' to t
- New convenience function `haskell-cabal-visit-file\' for locating and
visiting most likely `.cabal` file associated with current buffer
- Add support for [[http://www.haskell.org/ghc/docs/latest/html/users_guide/syntax-extns.html#package-import][PackageImports]] and [[http://www.haskell.org/ghc/docs/latest/html/users_guide/syntax-extns.html#safe-imports-ext][SafeHaskell]] syntax extensions to
`haskell-decl-scan-mode\' parser
- Add `turn-{on,off}-haskell-doc\' commands as aliases for the existing
`turn-{on,off}-haskell-doc-mode\' commands
- Add support for \"cabal repl\" process type to `haskell-interactive-mode\'
- Add new Haskell compilation sub-mode and associated `haskell-compile\'
command
Sun Mar 2 13:00:00 2014 peter.trommlerAATTohm-hochschule.de
- create and install autoloads file
Sat Mar 1 13:00:00 2014 peter.trommlerAATTohm-hochschule.de
- install init file
Fri Dec 27 13:00:00 2013 peter.trommlerAATTohm-hochschule.de
- initial package (version 13.07)