branch: externals/caml
commit 442bd245f1d6000885e1d2cb424447df1e34e0d8
Author: Jacques Garrigue <garrigue at math.nagoya-u.ac.jp>
Commit: Jacques Garrigue <garrigue at math.nagoya-u.ac.jp>
prepare snapshot
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@5069
f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
---
README | 13 +++++++++++--
1 file changed, 11 insertions(+), 2 deletions(-)
diff --git a/README b/README
index 409dbe4..f6bf63e 100644
--- a/README
+++ b/README
@@ -32,8 +32,9 @@ To install ocamltags, do
% make install-ocamltags
-To use highlighting capabilities, add ONE of the following two
-lines to your .emacs.
+To use highlighting capabilities, add ONE of the following two lines
+to your .emacs. The second one works better on recent versions of
+emacs.
(if window-system (require 'caml-hilit))
(if window-system (require 'caml-font))
@@ -63,6 +64,14 @@ For other bindings, see C-h b.
Changes log:
-----------
+Version 3.05:
+-------------
+* improved interaction with inferior caml mode
+
+* access help from the source
+
+* fixes in indentation code
+
Version 3.03:
-------------
* process ;; properly