summaryrefslogtreecommitdiff
path: root/emacs
diff options
context:
space:
mode:
authorJacques Garrigue <garrigue at math.nagoya-u.ac.jp>2002-08-05 02:05:42 +0000
committerJacques Garrigue <garrigue at math.nagoya-u.ac.jp>2002-08-05 02:05:42 +0000
commitfc4c276bd4431b498d619eb91725ef7669dd826a (patch)
treecab0d678aa07436d5b4d12dbe109505f0a960274 /emacs
parent5bce520453a84f796ad0273fe2510e408ee89913 (diff)
downloadocaml-fc4c276bd4431b498d619eb91725ef7669dd826a.tar.gz
prepare snapshot
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@5069 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'emacs')
-rw-r--r--emacs/README13
1 files changed, 11 insertions, 2 deletions
diff --git a/emacs/README b/emacs/README
index 409dbe4d86..f6bf63e842 100644
--- a/emacs/README
+++ b/emacs/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