branch: elpa/gnuplot
commit 116cad8e09024223f97e81b0a4503cef20de9bf5
Author: mtreca <[email protected]>
Commit: mtreca <[email protected]>
Release v 8.0.0
---
CHANGELOG.org | 17 ++++++++++-------
gnuplot-gui.el | 4 ----
gnuplot.el | 1 -
3 files changed, 10 insertions(+), 12 deletions(-)
diff --git a/CHANGELOG.org b/CHANGELOG.org
index 336fa5d..7a4209b 100644
--- a/CHANGELOG.org
+++ b/CHANGELOG.org
@@ -1,16 +1,21 @@
#+TITLE: Changelog for =gnuplot.el=
-* Upcoming Changes
+* Version 8.0 (Jan 3rd 2021)
-List of changes for the upcoming =gnuplot.el= 0.8.0 version ranging
-from March 2014 to December 2020.
+List of changes for =gnuplot.el= version 0.8.0 ranging from March 2014
+to January 2021.
-** Major Changes
+- Changed project license to GPLv3.
-- Change project license to GPLv3.
+- Greatly simplify the compilation process.
+
+- Fix deprecated calls to the =cl= library.
- Deprecated XEmacs support. Bump minimal GNU Emacs version to 24.3.
+- Add a =gnuplot-program-args= variable for passing additional
+ arguments to the gnuplot program binary.
+
- The =gnuplot-inline-image-mode= can now take three values: =nil=,
=inline=, =dedicated=.
@@ -25,8 +30,6 @@ from March 2014 to December 2020.
- Add the =gnuplot-program-args= customization option to pass
additional arguments to the gnuplot process.
-** Minor Changes
-
- Use =syntax-proprietize-rules= in gnuplot buffers.
- =gnuplot-context-sensitive-mode= is now a normal minor mode.
diff --git a/gnuplot-gui.el b/gnuplot-gui.el
index 8194cc6..45020a9 100644
--- a/gnuplot-gui.el
+++ b/gnuplot-gui.el
@@ -29,10 +29,6 @@
;; arguments appropriate the the item that was near point. The goal
;; is to provide point-and-click functionality to gnuplot-mode.
;;
-;; gnuplot-gui is designed for gnuplot 3.7, but since much of 3.7 is
-;; backward compatible to 3.5, it will work well for that version
-;; also.
-;;
;; gnuplot-gui.el was developed using GNU Emacs 25 and should be
;; compatible with GNU Emacs 24.3 and above.
;;
diff --git a/gnuplot.el b/gnuplot.el
index 7b0ca0c..5345b26 100644
--- a/gnuplot.el
+++ b/gnuplot.el
@@ -2031,7 +2031,6 @@ distribution. See gnuplot-context.el for details."
(if gnuplot-context-sensitive-mode
;; Turn on
(progn
- ;; TODO Require by default ?
(load-library "gnuplot-context")
(load-library "eldoc")
(setq gnuplot-completion-at-point-function
#'gnuplot-context-completion-at-point)