From 93b9c6cdba3a8f333cc817c3822fc76b71ff4dcd Mon Sep 17 00:00:00 2001 From: Christophe Troestler Date: Wed, 8 Jun 2016 01:16:43 +0200 Subject: [PATCH] Document what's new in 2.0.10 --- CHANGES | 9 +++++++-- tuareg-site-file.el | 9 +++++---- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/CHANGES b/CHANGES index b77fd038..01ba6452 100644 --- a/CHANGES +++ b/CHANGES @@ -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 diff --git a/tuareg-site-file.el b/tuareg-site-file.el index fc228200..f2850dbb 100644 --- a/tuareg-site-file.el +++ b/tuareg-site-file.el @@ -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" "\ @@ -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)) @@ -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)) ;;;***