Skip to content

Commit

Permalink
Release v 8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mtreca committed Jan 4, 2021
1 parent df47e87 commit 116cad8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 12 deletions.
17 changes: 10 additions & 7 deletions CHANGELOG.org
Original file line number Diff line number Diff line change
@@ -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=.

Expand All @@ -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.
Expand Down
4 changes: 0 additions & 4 deletions gnuplot-gui.el
Original file line number Diff line number Diff line change
Expand Up @@ -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.
;;
Expand Down
1 change: 0 additions & 1 deletion gnuplot.el
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 116cad8

Please sign in to comment.