File emacs-haskell-mode.changes of Package emacs-haskell-mode

-------------------------------------------------------------------
Sat Jan  4 05:24:09 UTC 2025 - Richard Rahl <rrahl0@opensuse.org>

- update to 17.5:
  * Don't redefine built-in function
  * Quote aliased symbols
  * Add NonGNU ELPA badge
  * Remove twitter badge
  * Remove defunct Travis status badge
  * Switch the parent mode of haskell-cabal-mode to text-mode
  * Improve cabal font-lock
  * chore(deps): bump actions/checkout from 3 to 4
  * ghci-script-mode: Fix script loading by ghci-script-mode-load.
  * Require flymake-proc to avoid compilation errors in Emacs HEAD
  * Handle when flymake-proc is unavailable (Emacs < 26.1)
  * Implement support for TeX-style literate Haskell buffers
  * Apply suggested improvement to tex indentation predicate
  * Fix build badge URL
- update to 17.4:
  * Links as org, not markdown
  * test lex tweaks
  * Move package metadata to haskell-mode.el
- update to 17.3:
  * Make {-# and #-} not be paragraph boundaries
  * Update haskell-customize.el
  * Remove scanning / sorting declarations messages from imenu index
  * Always use buffer-file-name for ghc compilation
  * Removed unused variables
  * Add package prefix to haskell-compilation-error-regexp-alist
  * Make sure that a local file name is used in compile commands
  * Use "!" class for literate comments instead of "<"
  * Use font-lock-comment-delimiter-face for "--" in interactive popups
  * Push the correct marker so jumping back after goto definition works
  * Revert "Use "!" class for literate comments instead of "<"
  * Fix typo
  * Update supported extensions and options to GHC 9.0.1
  * Add font-lock support for ImportQualifiedPost
  * Remove remaining prompt2 usage
  * Fix linting for current module when reloading another module
  * Use shell-quote-argument on file path in compilation command
- update to 17.2:
  * Remove obsolete suppression of test
  * Bump provisional next-release version
  * Fix clause in cond expression to check for '- prefix.
  * Fix outdated keybinding references
  * Fix syntax class for "-"
  * Correct typos in haskell-mode.texi
  * Enable fontification for qualified quasiquoters
  * Fix haskell-sort-imports-regexp
  * Fix import-sorting regexp properly
  * Fix sorting of multi-line imports
  * Don't prompt to "kill session" when quitting REPL, but still support it
  * Fix malformed prompt strings
  * Fix issue flagged by relint
  * Discontinue most of the Travis build steps
  * Check files with package-lint and relint as part of the build
  * Rename literate-haskell-mode to haskell-literate-mode
  * Rename turn-on-haskell-unicode-input-method
  * Fix trailing parens
  * Add standard keyword to inf-haskell.el
  * Eliminate redundant aliasing for run-haskell/switch-to-haskell
  * Add dir locals for package-lint and indent-tabs-mode
  * Soft-fail build when package-lint fails
  * Remove relint check, which isn't available in all the emacsen we support
  * Shortcut haskell-flymake-init when there is no saved check command
  * Fix outdated MELPA URL
  * Remove bogus tests for clean byte compilation of others' packages
  * Use latest Emacs for one-off actions
  * Replaces customize var. haskell-compile-ignore-cabal
  * Small fixes to (haskell-compile)
  * Don't message "Tags generated" if tags command exited non-zero
- update to 17.1:
  * Require at least Emacs 25.1
  * Many fixes and minor improvements
  * Improved compatibility with newer GHC and Cabal versions
- remove GHCi8.2.1-response.patch as upstream fixed the issue
- use macros

-------------------------------------------------------------------
Fri Apr 13 11:08:13 UTC 2018 - psimons@suse.com

- Fix homepage and download URLs.
- Re-format spec file with recent spec-cleaner.

-------------------------------------------------------------------
Mon Mar 26 15:49:21 UTC 2018 - ptrommler@icloud.com

- update to 16.1
* support Liquid Haskell annotations
* support Yesod rules quasi quotes
* implement electric characters
- add patch GHCi8.2.1-response.patch
* fix module reload in GHCi interactive sessions for GHC 8.2.1
  and later 

-------------------------------------------------------------------
Sat Jul 16 21:07:36 UTC 2016 - psimons@suse.com

- Fix group tag.

-------------------------------------------------------------------
Fri Feb 26 15:05:09 UTC 2016 - peter.trommler@ohm-hochschule.de

- keep haskell-mode-autoloads.el 

-------------------------------------------------------------------
Thu Feb 25 10:26:20 UTC 2016 - peter.trommler@ohm-hochschule.de

- enable automatic loading with suse-start-* 

-------------------------------------------------------------------
Thu Feb 18 15:01:36 UTC 2016 - psimons@suse.com

- update to version 13.18

-------------------------------------------------------------------
Wed May  6 07:04:06 UTC 2015 - mimi.vx@gmail.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 16:07:02 UTC 2014 - peter.trommler@ohm-hochschule.de

- create and install autoloads file 

-------------------------------------------------------------------
Sat Mar  1 18:54:40 UTC 2014 - peter.trommler@ohm-hochschule.de

- install init file 

-------------------------------------------------------------------
Fri Dec 27 15:45:49 UTC 2013 - peter.trommler@ohm-hochschule.de

- initial package (version 13.07) 

openSUSE Build Service is sponsored by