Skip to content

Commit

Permalink
2.6 administrivia
Browse files Browse the repository at this point in the history
Ignore-this: 7cd16e8798c5f9ebe92fe32e185082c3

darcs-hash:20091101190825-f57bf-3db97040297c2d21b4feb8c43f2f399ccfd5d05d.gz
  • Loading branch information
svein.ove committed Nov 1, 2009
1 parent c040124 commit 4a16cc3
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 22 deletions.
21 changes: 20 additions & 1 deletion NEWS
Original file line number Original file line Diff line number Diff line change
@@ -1,7 +1,26 @@
Changes since 2.5.1

* 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: Changes since 2.4:


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

Changes since 2.3: Changes since 2.3:


* Update license to GPLv3. * Update license to GPLv3.
Expand Down
37 changes: 16 additions & 21 deletions haskell-site-file.el
Original file line number Original file line Diff line number Diff line change
@@ -1,11 +1,3 @@
;;; haskell-site-file.el --- automatically extracted autoloads
;;
;;; Code:

(add-to-list 'load-path
(or (file-name-directory load-file-name) (car load-path)))




;;;### (autoloads (haskell-c-mode) "haskell-c" "haskell-c.el" (18170 ;;;### (autoloads (haskell-c-mode) "haskell-c" "haskell-c.el" (18170
;;;;;; 47169)) ;;;;;; 47169))
Expand Down Expand Up @@ -138,7 +130,7 @@ Invokes `haskell-indent-hook' if not nil.
;;;*** ;;;***


;;;### (autoloads (haskell-indentation-mode) "haskell-indentation" ;;;### (autoloads (haskell-indentation-mode) "haskell-indentation"
;;;;;; "haskell-indentation.el" (19172 38780)) ;;;;;; "haskell-indentation.el" (19181 56295))
;;; Generated autoloads from haskell-indentation.el ;;; Generated autoloads from haskell-indentation.el


(autoload 'haskell-indentation-mode "haskell-indentation" "\ (autoload 'haskell-indentation-mode "haskell-indentation" "\
Expand All @@ -151,8 +143,8 @@ autofill-mode.


;;;*** ;;;***


;;;### (autoloads (haskell-hoogle literate-haskell-mode haskell-mode) ;;;### (autoloads (haskell-hayoo haskell-hoogle literate-haskell-mode
;;;;;; "haskell-mode" "haskell-mode.el" (19172 39700)) ;;;;;; haskell-mode) "haskell-mode" "haskell-mode.el" (19181 51602))
;;; Generated autoloads from haskell-mode.el ;;; Generated autoloads from haskell-mode.el


(autoload 'haskell-mode "haskell-mode" "\ (autoload 'haskell-mode "haskell-mode" "\
Expand Down Expand Up @@ -205,12 +197,21 @@ Do a Hoogle search for QUERY.
\(fn QUERY)" t nil) \(fn QUERY)" t nil)


(defalias 'hoogle 'haskell-hoogle)

(autoload 'haskell-hayoo "haskell-mode" "\
Do a Hayoo search for QUERY.
\(fn QUERY)" t nil)

(defalias 'hayoo 'haskell-hayoo)

;;;*** ;;;***


;;;### (autoloads (inferior-haskell-find-haddock inferior-haskell-find-definition ;;;### (autoloads (inferior-haskell-find-haddock inferior-haskell-find-definition
;;;;;; inferior-haskell-info inferior-haskell-type inferior-haskell-load-file ;;;;;; inferior-haskell-info inferior-haskell-type inferior-haskell-load-file
;;;;;; switch-to-haskell) "inf-haskell" "inf-haskell.el" (19171 ;;;;;; switch-to-haskell) "inf-haskell" "inf-haskell.el" (19181
;;;;;; 22861)) ;;;;;; 47090))
;;; Generated autoloads from inf-haskell.el ;;; Generated autoloads from inf-haskell.el


(defalias 'run-haskell 'switch-to-haskell) (defalias 'run-haskell 'switch-to-haskell)
Expand Down Expand Up @@ -264,14 +265,8 @@ we load it.
;;;*** ;;;***


;;;### (autoloads nil nil ("haskell-font-lock.el" "haskell-ghci.el" ;;;### (autoloads nil nil ("haskell-font-lock.el" "haskell-ghci.el"
;;;;;; "haskell-hugs.el" "haskell-simple-indent.el") (19172 39728 ;;;;;; "haskell-hugs.el" "haskell-simple-indent.el") (19181 56484
;;;;;; 795831)) ;;;;;; 142042))


;;;*** ;;;***


;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; End:
;;; haskell-site-file.el ends here

0 comments on commit 4a16cc3

Please sign in to comment.