Skip to content

Commit 663a89d

Browse files
committed
Version 0.8.1
1 parent b57caf8 commit 663a89d

File tree

2 files changed

+17
-8
lines changed

2 files changed

+17
-8
lines changed

CHANGELOG.org

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
#+TITLE: Changelog for =gnuplot.el=
22

3+
* Version 8.1 (Feb 18th 2023)
4+
5+
List of changes for =gnuplot.el= version 0.8.0 ranging from January 2021
6+
to February 2023.
7+
8+
- Fixed the =completion-at-point= function
9+
10+
- Improve lazy loading of the gnuplot-gui library
11+
12+
- Remove legacy code
13+
14+
- Lexical scoping and linting
15+
316
* Version 8.0 (Jan 3rd 2021)
417

518
List of changes for =gnuplot.el= version 0.8.0 ranging from March 2014
@@ -57,7 +70,7 @@ to January 2021.
5770
- Wrote initial draft of gnuplot-gui.el, included it in insertions
5871
menu and in =gnuplot-insert=. Negate option function, bound to =C-c
5972
C-n=.
60-
73+
6174
- =C-c C-h= with no response goes to Commands menu. Transparent toolbar
6275
icons. Replace kw-compl with a simple completion function. Put
6376
gnuplot-toolbar code in gnuplot.el.
@@ -177,7 +190,7 @@ to January 2021.
177190
=gnuplot-insertion-menu-flag=, intelligent Makefile knows which
178191
info-look to compile
179192

180-
193+
181194
* Verison 3.0 (Sep 15th 1998)
182195

183196
- Include insertions menu.
@@ -200,11 +213,7 @@ to January 2021.
200213

201214
- Made =indent-line-function= buffer-local (whoops!) and fixed some
202215
stuff in the installation script
203-
216+
204217
* Version 1.0 (Jun 25th 1998)
205218

206219
- Finished with initial release.
207-
208-
209-
210-

gnuplot.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
;; Author: Jon Oddie, Bruce Ravel, Phil Type
66
;; Maintainer: Maxime Tréca <maxime@gmail.com>, Daniel Mendler <mail@daniel-mendler.de>
77
;; Created: 1998
8-
;; Version: 0.8.0
8+
;; Version: 0.8.1
99
;; Keywords: data gnuplot plotting
1010
;; URL: https://github.com/emacs-gnuplot/gnuplot
1111
;; Package-Requires: ((emacs "25.1"))

0 commit comments

Comments
 (0)