Skip to content

Commit 116cad8

Browse files
committed
Release v 8.0.0
1 parent df47e87 commit 116cad8

File tree

3 files changed

+10
-12
lines changed

3 files changed

+10
-12
lines changed

CHANGELOG.org

+10-7
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,21 @@
11
#+TITLE: Changelog for =gnuplot.el=
22

3-
* Upcoming Changes
3+
* Version 8.0 (Jan 3rd 2021)
44

5-
List of changes for the upcoming =gnuplot.el= 0.8.0 version ranging
6-
from March 2014 to December 2020.
5+
List of changes for =gnuplot.el= version 0.8.0 ranging from March 2014
6+
to January 2021.
77

8-
** Major Changes
8+
- Changed project license to GPLv3.
99

10-
- Change project license to GPLv3.
10+
- Greatly simplify the compilation process.
11+
12+
- Fix deprecated calls to the =cl= library.
1113

1214
- Deprecated XEmacs support. Bump minimal GNU Emacs version to 24.3.
1315

16+
- Add a =gnuplot-program-args= variable for passing additional
17+
arguments to the gnuplot program binary.
18+
1419
- The =gnuplot-inline-image-mode= can now take three values: =nil=,
1520
=inline=, =dedicated=.
1621

@@ -25,8 +30,6 @@ from March 2014 to December 2020.
2530
- Add the =gnuplot-program-args= customization option to pass
2631
additional arguments to the gnuplot process.
2732

28-
** Minor Changes
29-
3033
- Use =syntax-proprietize-rules= in gnuplot buffers.
3134

3235
- =gnuplot-context-sensitive-mode= is now a normal minor mode.

gnuplot-gui.el

-4
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@
2929
;; arguments appropriate the the item that was near point. The goal
3030
;; is to provide point-and-click functionality to gnuplot-mode.
3131
;;
32-
;; gnuplot-gui is designed for gnuplot 3.7, but since much of 3.7 is
33-
;; backward compatible to 3.5, it will work well for that version
34-
;; also.
35-
;;
3632
;; gnuplot-gui.el was developed using GNU Emacs 25 and should be
3733
;; compatible with GNU Emacs 24.3 and above.
3834
;;

gnuplot.el

-1
Original file line numberDiff line numberDiff line change
@@ -2031,7 +2031,6 @@ distribution. See gnuplot-context.el for details."
20312031
(if gnuplot-context-sensitive-mode
20322032
;; Turn on
20332033
(progn
2034-
;; TODO Require by default ?
20352034
(load-library "gnuplot-context")
20362035
(load-library "eldoc")
20372036
(setq gnuplot-completion-at-point-function #'gnuplot-context-completion-at-point)

0 commit comments

Comments
 (0)