File tree Expand file tree Collapse file tree 3 files changed +10
-12
lines changed
Expand file tree Collapse file tree 3 files changed +10
-12
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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; ;
Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments