11#+TITLE: Changelog for =gnuplot.el=
22
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)
417
518List of changes for =gnuplot.el= version 0.8.0 ranging from January 2021
619to February 2023.
@@ -13,7 +26,7 @@ to February 2023.
1326
1427- Lexical scoping and linting
1528
16- * Version 8.0 (Jan 3rd 2021)
29+ * Version 0. 8.0 (Jan 3rd 2021)
1730
1831List of changes for =gnuplot.el= version 0.8.0 ranging from March 2014
1932to January 2021.
@@ -54,18 +67,17 @@ to January 2021.
5467- =comint-process-echoes= is now buffer-local.
5568
5669
57-
58- * Version 7.0 (Oct 20th 2012)
70+ * Version 0.7.0 (Oct 20th 2012)
5971
6072- Contextual completion & help, inline plots, some other stuff.
6173
62- * Version 6.0 (Dec 13th 2011)
74+ * Version 0. 6.0 (Dec 13th 2011)
6375
6476- Changed numbering scheme to accommodate gnuplot packaging
6577 requirements.
6678- Moved to github, updated contact info.
6779
68- * Version 5.0 (Sep 16th 2002)
80+ * Version 0. 5.0 (Sep 16th 2002)
6981
7082- Wrote initial draft of gnuplot-gui.el, included it in insertions
7183 menu and in =gnuplot-insert=. Negate option function, bound to =C-c
@@ -151,7 +163,7 @@ to January 2021.
151163
152164- Fixed a problem with =C-c C-v= jumping forward 2 lines at a time
153165
154- * Version 4.0 (Dec 14th 1998)
166+ * Version 0. 4.0 (Dec 14th 1998)
155167
156168- Use info-look for info interface. No change to gnuplot-mode user
157169 interface, but cleaner code. With info-look, the help funcion works
@@ -190,8 +202,7 @@ to January 2021.
190202 =gnuplot-insertion-menu-flag=, intelligent Makefile knows which
191203 info-look to compile
192204
193-
194- * Verison 3.0 (Sep 15th 1998)
205+ * Version 0.3.0 (Sep 15th 1998)
195206
196207- Include insertions menu.
197208
@@ -206,14 +217,14 @@ to January 2021.
206217 =gnuplot-mark-active= which caused an error to be raised by (mark)
207218 when the mark was inactive. Some changes to font-lock rules.
208219
209- * Version 2.0 (Sep 11th 1998)
220+ * Version 0. 2.0 (Sep 11th 1998)
210221
211222- Added filename insertion, indentation, and colorization/completion
212223 in comint buffer.
213224
214225- Made =indent-line-function= buffer-local (whoops!) and fixed some
215226 stuff in the installation script
216227
217- * Version 1.0 (Jun 25th 1998)
228+ * Version 0. 1.0 (Jun 25th 1998)
218229
219230- Finished with initial release.
0 commit comments