From 2905a436e956c5bba16c4633a6e4c4fceefa6535 Mon Sep 17 00:00:00 2001 From: Christophe Troestler Date: Tue, 7 Sep 2021 23:24:36 +0200 Subject: [PATCH] Version 4.9 --- CHANGES.md | 8 ++++++++ caml.el | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index c64d6ce..375e344 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,11 @@ +4.9 2021-09-7 +------------- + +* camldebug mode now recognize the new format of code pointers (#7). +* Make the code ready to be distributed in NonGNU ELPA. +* Many warnings fixed (thanks to Stefan Monnier) and minor code improvements. +* XEmacs is no longer supported. + Version 3.10.1 -------------- * use `caml-font.el` from Olivier Andrieu diff --git a/caml.el b/caml.el index 9a5dd8e..311d0f6 100644 --- a/caml.el +++ b/caml.el @@ -8,7 +8,7 @@ ;; Maintainer: Christophe Troestler ;; Created: July 1993 ;; Package-Requires: ((emacs "24.3")) -;; Version: 4.8 +;; Version: 4.9 ;; Keywords: OCaml ;; Homepage: https://github.com/ocaml/caml-mode