branch: externals/svg-lib commit 3980b868c1b58753ab0df0697344f4378b106d22 Author: Nicolas P. Rougier <nicolas.roug...@inria.fr> Commit: Nicolas P. Rougier <nicolas.roug...@inria.fr>
Bumped to version 0.2 --- svg-lib.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/svg-lib.el b/svg-lib.el index 9de819f..211112d 100644 --- a/svg-lib.el +++ b/svg-lib.el @@ -63,10 +63,13 @@ ;; force reload using the svg-icon-get-data function. ;; ;; If you want to add new collections (i.e. URL), make sure the icons -;; are monochrome, their size is consistent. +;; are monochrome and that their size is consistent. ;;; NEWS: +;; Version 0.2 +;; - Fix most of the warnings. + ;; Version 0.1: ;; - Submission to ELPA