1
1
#+TITLE: Changelog for =gnuplot.el=
2
2
3
- * Version 8.1 (Feb 18th 2023)
3
+ * Development
4
+
5
+ - Enable ~gnuplot-inline-image-mode~ by default.
6
+ - Enable Eldoc messages by default and provide ~gnuplot-eldoc.el~.
7
+ - Made many functions and variables private to ease refactoring in the future.
8
+ - Remove ~gnuplot-prompt-face~ since Comint highlights the prompt by default.
9
+ - Remove ~gnuplot-tab-completion~ option. Set ~tab-always-indent~ to ~complete~
10
+ instead.
11
+ - Remove ~gnuplot-eldoc-mode~ option. Toggle ~eldoc-mode~ locally instead.
12
+ - Unbind ~C-c C-c~. Use the default binding ~M-;~ instead.
13
+ - Unbind ~M-RET~ for tab completion. Use the default ~M-TAB~ instead.
14
+ - Fix compatibility with Emacs 30 and newer.
15
+
16
+ * Version 0.8.1 (Feb 18th 2023)
4
17
5
18
List of changes for =gnuplot.el= version 0.8.0 ranging from January 2021
6
19
to February 2023.
@@ -13,7 +26,7 @@ to February 2023.
13
26
14
27
- Lexical scoping and linting
15
28
16
- * Version 8.0 (Jan 3rd 2021)
29
+ * Version 0. 8.0 (Jan 3rd 2021)
17
30
18
31
List of changes for =gnuplot.el= version 0.8.0 ranging from March 2014
19
32
to January 2021.
@@ -54,18 +67,17 @@ to January 2021.
54
67
- =comint-process-echoes= is now buffer-local.
55
68
56
69
57
-
58
- * Version 7.0 (Oct 20th 2012)
70
+ * Version 0.7.0 (Oct 20th 2012)
59
71
60
72
- Contextual completion & help, inline plots, some other stuff.
61
73
62
- * Version 6.0 (Dec 13th 2011)
74
+ * Version 0. 6.0 (Dec 13th 2011)
63
75
64
76
- Changed numbering scheme to accommodate gnuplot packaging
65
77
requirements.
66
78
- Moved to github, updated contact info.
67
79
68
- * Version 5.0 (Sep 16th 2002)
80
+ * Version 0. 5.0 (Sep 16th 2002)
69
81
70
82
- Wrote initial draft of gnuplot-gui.el, included it in insertions
71
83
menu and in =gnuplot-insert=. Negate option function, bound to =C-c
@@ -151,7 +163,7 @@ to January 2021.
151
163
152
164
- Fixed a problem with =C-c C-v= jumping forward 2 lines at a time
153
165
154
- * Version 4.0 (Dec 14th 1998)
166
+ * Version 0. 4.0 (Dec 14th 1998)
155
167
156
168
- Use info-look for info interface. No change to gnuplot-mode user
157
169
interface, but cleaner code. With info-look, the help funcion works
@@ -190,8 +202,7 @@ to January 2021.
190
202
=gnuplot-insertion-menu-flag=, intelligent Makefile knows which
191
203
info-look to compile
192
204
193
-
194
- * Verison 3.0 (Sep 15th 1998)
205
+ * Version 0.3.0 (Sep 15th 1998)
195
206
196
207
- Include insertions menu.
197
208
@@ -206,14 +217,14 @@ to January 2021.
206
217
=gnuplot-mark-active= which caused an error to be raised by (mark)
207
218
when the mark was inactive. Some changes to font-lock rules.
208
219
209
- * Version 2.0 (Sep 11th 1998)
220
+ * Version 0. 2.0 (Sep 11th 1998)
210
221
211
222
- Added filename insertion, indentation, and colorization/completion
212
223
in comint buffer.
213
224
214
225
- Made =indent-line-function= buffer-local (whoops!) and fixed some
215
226
stuff in the installation script
216
227
217
- * Version 1.0 (Jun 25th 1998)
228
+ * Version 0. 1.0 (Jun 25th 1998)
218
229
219
230
- Finished with initial release.
0 commit comments