File tree 3 files changed +10
-12
lines changed
3 files changed +10
-12
lines changed Original file line number Diff line number Diff line change 1
1
#+TITLE: Changelog for =gnuplot.el=
2
2
3
- * Upcoming Changes
3
+ * Version 8.0 (Jan 3rd 2021)
4
4
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 .
7
7
8
- ** Major Changes
8
+ - Changed project license to GPLv3.
9
9
10
- - Change project license to GPLv3.
10
+ - Greatly simplify the compilation process.
11
+
12
+ - Fix deprecated calls to the =cl= library.
11
13
12
14
- Deprecated XEmacs support. Bump minimal GNU Emacs version to 24.3.
13
15
16
+ - Add a =gnuplot-program-args= variable for passing additional
17
+ arguments to the gnuplot program binary.
18
+
14
19
- The =gnuplot-inline-image-mode= can now take three values: =nil=,
15
20
=inline=, =dedicated=.
16
21
@@ -25,8 +30,6 @@ from March 2014 to December 2020.
25
30
- Add the =gnuplot-program-args= customization option to pass
26
31
additional arguments to the gnuplot process.
27
32
28
- ** Minor Changes
29
-
30
33
- Use =syntax-proprietize-rules= in gnuplot buffers.
31
34
32
35
- =gnuplot-context-sensitive-mode= is now a normal minor mode.
Original file line number Diff line number Diff line change 29
29
; ; arguments appropriate the the item that was near point. The goal
30
30
; ; is to provide point-and-click functionality to gnuplot-mode.
31
31
; ;
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
- ; ;
36
32
; ; gnuplot-gui.el was developed using GNU Emacs 25 and should be
37
33
; ; compatible with GNU Emacs 24.3 and above.
38
34
; ;
Original file line number Diff line number Diff line change @@ -2031,7 +2031,6 @@ distribution. See gnuplot-context.el for details."
2031
2031
(if gnuplot-context-sensitive-mode
2032
2032
; ; Turn on
2033
2033
(progn
2034
- ; ; TODO Require by default ?
2035
2034
(load-library " gnuplot-context" )
2036
2035
(load-library " eldoc" )
2037
2036
(setq gnuplot-completion-at-point-function #'gnuplot-context-completion-at-point )
You can’t perform that action at this time.
0 commit comments