branch: elpa/gnuplot commit 663a89d263d4f26b996796d01b6a3b783449e0f5 Author: Daniel Mendler <m...@daniel-mendler.de> Commit: Daniel Mendler <m...@daniel-mendler.de>
Version 0.8.1 --- CHANGELOG.org | 23 ++++++++++++++++------- gnuplot.el | 2 +- 2 files changed, 17 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.org b/CHANGELOG.org index 7a4209bf16..05c4318ffa 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -1,5 +1,18 @@ #+TITLE: Changelog for =gnuplot.el= +* Version 8.1 (Feb 18th 2023) + +List of changes for =gnuplot.el= version 0.8.0 ranging from January 2021 +to February 2023. + +- Fixed the =completion-at-point= function + +- Improve lazy loading of the gnuplot-gui library + +- Remove legacy code + +- Lexical scoping and linting + * Version 8.0 (Jan 3rd 2021) List of changes for =gnuplot.el= version 0.8.0 ranging from March 2014 @@ -57,7 +70,7 @@ to January 2021. - Wrote initial draft of gnuplot-gui.el, included it in insertions menu and in =gnuplot-insert=. Negate option function, bound to =C-c C-n=. - + - =C-c C-h= with no response goes to Commands menu. Transparent toolbar icons. Replace kw-compl with a simple completion function. Put gnuplot-toolbar code in gnuplot.el. @@ -177,7 +190,7 @@ to January 2021. =gnuplot-insertion-menu-flag=, intelligent Makefile knows which info-look to compile - + * Verison 3.0 (Sep 15th 1998) - Include insertions menu. @@ -200,11 +213,7 @@ to January 2021. - Made =indent-line-function= buffer-local (whoops!) and fixed some stuff in the installation script - + * Version 1.0 (Jun 25th 1998) - Finished with initial release. - - - - diff --git a/gnuplot.el b/gnuplot.el index fea098e754..5b0a3cbe32 100644 --- a/gnuplot.el +++ b/gnuplot.el @@ -5,7 +5,7 @@ ;; Author: Jon Oddie, Bruce Ravel, Phil Type ;; Maintainer: Maxime Tréca <max...@gmail.com>, Daniel Mendler <m...@daniel-mendler.de> ;; Created: 1998 -;; Version: 0.8.0 +;; Version: 0.8.1 ;; Keywords: data gnuplot plotting ;; URL: https://github.com/emacs-gnuplot/gnuplot ;; Package-Requires: ((emacs "25.1"))