Skip to content

Commit

Permalink
Document what's new in 2.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris00 committed Jun 7, 2016
1 parent f79fc24 commit 93b9c6c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
9 changes: 7 additions & 2 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
After 2.0.9:
2.0.10:
* New indentation config var for SMIE: tuareg-indent-align-with-first-arg.
* Many indentation improvements.
* Fixed point jumping in ocamldebug completion (by Darius Foo).
* Improved (var: t) syntax highlighting.
* Color all predefined exceptions with font-lock-builtin-face
* Syntax highlight cppo preprocessor directives.

2.0.9 (master):
2.0.9:
* Do not activate Tuareg for .mll and .mly files.
* Toplevel prompt is readonly.
* Font-lock code completely rewritten (avoids several hangs). New faces
Expand Down
9 changes: 5 additions & 4 deletions tuareg-site-file.el
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
(add-to-list 'load-path
(or (file-name-directory load-file-name) (car load-path)))

;;;### (autoloads nil "ocamldebug" "ocamldebug.el" (21289 25149 485562
;;;;;; 840000))
;;;### (autoloads nil "ocamldebug" "ocamldebug.el" (22091 24718 836997
;;;;;; 845000))
;;; Generated autoloads from ocamldebug.el

(autoload 'ocamldebug "ocamldebug" "\
Expand All @@ -19,9 +19,10 @@ the ocamldebug commands `cd DIR' and `directory'.

;;;***

;;;### (autoloads nil "tuareg" "tuareg.el" (21767 12781 330987 783000))
;;;### (autoloads nil "tuareg" "tuareg.el" (22359 21012 24789 234000))
;;; Generated autoloads from tuareg.el
(add-to-list 'auto-mode-alist '("\\.ml[ip]?\\'" . tuareg-mode))
(add-to-list 'auto-mode-alist '("\\.eliomi?\\'" . tuareg-mode))
(dolist (ext '(".cmo" ".cmx" ".cma" ".cmxa" ".cmi"
".annot" ".cmt" ".cmti"))
(add-to-list 'completion-ignored-extensions ext))
Expand Down Expand Up @@ -82,7 +83,7 @@ Run an OCaml toplevel process. I/O via buffer `*ocaml-toplevel*'.
;;;***

;;;### (autoloads nil nil ("tuareg-light.el" "tuareg-mly.el" "tuareg_indent.el")
;;;;;; (21767 12785 775655 707000))
;;;;;; (22359 21031 494316 93000))

;;;***

0 comments on commit 93b9c6c

Please sign in to comment.