emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] externals/caml 29aaf70 193/197: Move the changelog to CHANGES


From: Stefan Monnier
Subject: [nongnu] externals/caml 29aaf70 193/197: Move the changelog to CHANGES
Date: Sat, 21 Nov 2020 01:20:05 -0500 (EST)

branch: externals/caml
commit 29aaf70df049a04d3e1521279b93476a4efebd98
Author: Christophe Troestler <Christophe.Troestler@umons.ac.be>
Commit: Christophe Troestler <Christophe.Troestler@umons.ac.be>

    Move the changelog to CHANGES
---
 CHANGES.md | 94 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 README.md  | 96 --------------------------------------------------------------
 2 files changed, 94 insertions(+), 96 deletions(-)

diff --git a/CHANGES.md b/CHANGES.md
new file mode 100644
index 0000000..c64d6ce
--- /dev/null
+++ b/CHANGES.md
@@ -0,0 +1,94 @@
+Version 3.10.1
+--------------
+* use `caml-font.el` from Olivier Andrieu
+  old version is left as caml-font-old.el for compatibility
+
+Version 3.07
+------------
+* support for showing type information _Damien Doligez_
+
+Version 3.05
+------------
+* improved interaction with inferior caml mode
+* access help from the source
+* fixes in indentation code
+
+Version 3.03
+------------
+* process `;;` properly
+
+Version 3.00
+------------
+* adapt to new label syntax
+* intelligent indentation of parenthesis
+
+Version 2.02
+------------
+* improved ocamltags _ITZ and JG_
+* added support for multibyte characters in Emacs 20
+
+Version 2.01+
+-------------
+* corrected a bug in `caml-font.el` _Adam P. Jenkins_
+* corrected abbreviations and added `ocamltags` script _Ian T Zimmerman_
+
+Version 2.01
+------------
+* code for interactive errors added by ITZ
+
+Version 2.00
+------------
+* changed the algorithm to skip comments
+* adapted for the new object syntax
+
+Version 1.07
+------------
+* `next-error` bug fix by John Malecki
+* `camldebug.el` modified by Xavier Leroy
+
+Version 1.06
+------------
+* new keywords in Objective Caml 1.06
+* compatibility with GNU Emacs 20
+* changed from caml-imenu-disable to caml-imenu-enable (off by default)
+
+Version 1.05
+------------
+* a few indentation bugs corrected. `let`, `val` ... are now indented
+  correctly even when you write them at the beginning of a line.
+* added a Caml menu, and Imenu support. Imenu menu can be disabled
+  by setting the variable `caml-imenu-disable` to `t`.
+  Xemacs support for the Menu, but no Imenu.
+* key bindings closer to lisp-mode.
+* O'Labl compatibility (":" is part of words) may be switched off by
+  setting `caml-olabl-disable` to `t`.
+* `camldebug.el` was updated by Xavier Leroy.
+
+Version 1.03b
+-------------
+* many bugs corrected.
+
+* (partial) compatibility with Caml-Light added.
+
+        (setq caml-quote-char "`")
+        (setq inferior-caml-program "camllight")
+
+  Literals will be correctly understood and highlighted. However,
+  indentation rules are still OCaml's: this just happens to
+  work well in most cases, but is only intended for occasional use.
+* as many people asked for it, application is now indented. This seems
+  to work well: this time differences in indentation between the
+  compiler's source and this mode are really exceptionnal. On the
+  other hand, you may think that some special cases are strange. No
+  miracle.
+* nicer behaviour when sending a phrase/region to the inferior caml
+  process.
+
+Version 1.03
+------------
+* support of OCaml and Objective Label.
+* an indentation very close to mine, which happens to be the same as
+  Xavier's, since the sources of the OCaml compiler do not
+  change if you indent them in this mode.
+* highlighting.
+
diff --git a/README.md b/README.md
index 6366eb4..6135c1d 100644
--- a/README.md
+++ b/README.md
@@ -65,102 +65,6 @@ Once you have started caml by M-x run-caml:
 
 For other bindings, see <kbd>C-h b</kbd>.
 
-Changes log:
------------
-Version 3.10.1:
----------------
-* use `caml-font.el` from Olivier Andrieu
-  old version is left as caml-font-old.el for compatibility
-
-Version 3.07:
--------------
-* support for showing type information _Damien Doligez_
-
-Version 3.05:
--------------
-* improved interaction with inferior caml mode
-* access help from the source
-* fixes in indentation code
-
-Version 3.03:
--------------
-* process `;;` properly
-
-Version 3.00:
--------------
-* adapt to new label syntax
-* intelligent indentation of parenthesis
-
-Version 2.02:
--------------
-* improved ocamltags _ITZ and JG_
-* added support for multibyte characters in Emacs 20
-
-Version 2.01+:
---------------
-* corrected a bug in `caml-font.el` _Adam P. Jenkins_
-* corrected abbreviations and added `ocamltags` script _Ian T Zimmerman_
-
-Version 2.01:
-------------
-* code for interactive errors added by ITZ
-
-Version 2.00:
-------------
-* changed the algorithm to skip comments
-* adapted for the new object syntax
-
-Version 1.07:
-------------
-* `next-error` bug fix by John Malecki
-* `camldebug.el` modified by Xavier Leroy
-
-Version 1.06:
-------------
-* new keywords in Objective Caml 1.06
-* compatibility with GNU Emacs 20
-* changed from caml-imenu-disable to caml-imenu-enable (off by default)
-
-Version 1.05:
-------------
-* a few indentation bugs corrected. `let`, `val` ... are now indented
-  correctly even when you write them at the beginning of a line.
-* added a Caml menu, and Imenu support. Imenu menu can be disabled
-  by setting the variable `caml-imenu-disable` to `t`.
-  Xemacs support for the Menu, but no Imenu.
-* key bindings closer to lisp-mode.
-* O'Labl compatibility (":" is part of words) may be switched off by
-  setting `caml-olabl-disable` to `t`.
-* `camldebug.el` was updated by Xavier Leroy.
-
-Version 1.03b:
--------------
-* many bugs corrected.
-
-* (partial) compatibility with Caml-Light added.
-
-        (setq caml-quote-char "`")
-        (setq inferior-caml-program "camllight")
-
-  Literals will be correctly understood and highlighted. However,
-  indentation rules are still OCaml's: this just happens to
-  work well in most cases, but is only intended for occasional use.
-* as many people asked for it, application is now indented. This seems
-  to work well: this time differences in indentation between the
-  compiler's source and this mode are really exceptionnal. On the
-  other hand, you may think that some special cases are strange. No
-  miracle.
-* nicer behaviour when sending a phrase/region to the inferior caml
-  process.
-
-Version 1.03:
-------------
-* support of OCaml and Objective Label.
-* an indentation very close to mine, which happens to be the same as
-  Xavier's, since the sources of the OCaml compiler do not
-  change if you indent them in this mode.
-* highlighting.
-
 Some remarks about the style supported:
 --------------------------------------
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]