pkgsrc-WIP-cvs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: wip/haskell-mode



Module name:    wip
Committed by:   emil_s
Date:           Tue Apr 13 19:17:53 UTC 2010

Modified Files:
        wip/haskell-mode: Makefile PLIST distinfo

Log Message:
Update to 2.7.0

Changes since 2.6.4

* fill-paragraph (M-q) now only affects comments, and correctly
  handles Haddock commentary. adaptive-fill-mode is turned off, as it
  was interfering.

* Yet more unicode symbols

* Better support for unicode encoding of haskell source files

* mdo correctly indented

* Indentation fixes, fixes to the fixes, and fixes to the fixes to the
  fixes

* New command: M-x haskell-check, calls (by default) hlint on the
  current file. Also bound to C-c C-v.

  You can also use the flymake minor mode with this.

Changes since 2.5.1

* Parser corrections for haskell-indentation and haskell-decl-scan

* haskell-indentation: Pressing tab in the rightmost position now
  moves to the leftmost, by default with a warning.

* Typo fix: One haskell-indentation variable had ended up in the
  haskell-ntation customize group.

* haskell-hoogle aliased to hoogle, haskell-hayoo aliased to hayoo

* Courtesy of Alex Ott:
  - Additional unicode symbols for font-lock-symbols: () == /= >= <= !! && || 
sqrt
  - M-x haskell-hayoo search added, opens using browse-url
  - Bug-fix for inferior-haskell-type

* If haskell-indentation errors out, it now fail-safes to inserting
  a literal newline or deleting one character, for return and
  backspace respectively.

Changes since 2.4:

* haskell-indentation, a new minor mode for indentation.



To generate a diff of this commit:
cvs -z3 rdiff -u -r1.1.1.1 -r1.2 wip/haskell-mode/distinfo
cvs -z3 rdiff -u -r1.2 -r1.3 wip/haskell-mode/Makefile \
    wip/haskell-mode/PLIST

To view a diff of this commit:
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/haskell-mode/distinfo?r1=1.1.1.1&r2=1.2
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/haskell-mode/Makefile?r1=1.2&r2=1.3
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/haskell-mode/PLIST?r1=1.2&r2=1.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs


Home | Main Index | Thread Index | Old Index