index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
svg.el
Age
Commit message (
Expand
)
Author
2026-01-01
; Add 2026 to copyright years.
Sean Whitton
2025-01-01
Update copyright year to 2025
Paul Eggert
2024-08-04
Avoid inserting extra space in SVG data
David Ponce
2024-01-02
Merge from savannah/emacs-29
Po Lu
2024-01-02
; Add 2024 to copyright years
Po Lu
2023-10-01
; Add missing GNU ELPA :core package statements
Stefan Kangas
2023-01-01
; Add 2023 to copyright years.
Eli Zaretskii
2022-01-01
; Add 2022 to copyright years.
Eli Zaretskii
2021-09-14
; More minor docfixes found by checkdoc
Stefan Kangas
2021-04-24
* lisp/svg.el: Fix typo in sample code; add minor optimization
Stefan Monnier
2021-01-01
Update copyright year to 2021
Paul Eggert
2020-12-12
Explicitly specify svg base_uri using `:base-uri' image property
Zajcev Evgeny
2020-09-06
* lisp/svg.el: Bump package version to 1.1.
Stefan Kangas
2020-03-24
Don't add repeated xlmns:xlink declarations in svg-create
Lars Ingebrigtsen
2020-03-20
Make svg images with links valid
Zhu Zihao
2020-01-01
Update copyright year to 2020
Paul Eggert
2019-07-31
Revert "Revert "Add support for paths to svg.el""
Lars Ingebrigtsen
2019-07-16
Revert "Add support for paths to svg.el"
Lars Ingebrigtsen
2019-07-15
Add support for paths to svg.el
Felix E. Klee
2019-06-24
* lisp/svg.el: Prepare for distribution via GNU ELPA
Stefan Monnier
2019-06-11
Merge from origin/emacs-26
Glenn Morris
2019-06-10
lisp/*.el: Minor docstring fixes
Juanma Barranquero
2018-12-31
Merge from origin/emacs-26
Paul Eggert
2019-01-01
Update copyright year to 2019
Paul Eggert
2018-01-01
Merge from origin/emacs-26
Paul Eggert
2018-01-01
Update copyright year to 2018
Paul Eggert
2017-10-26
Fix up svg text encoding
Lars Ingebrigtsen
2017-10-19
* lisp/svg.el (svg--encode-text): Fix off-by-one error in previous patch.
Lars Ingebrigtsen
2017-10-19
(svg--encode-text): Make strings even more valid
Lars Ingebrigtsen
2017-10-19
Encode non-ASCII SVG texts
Lars Ingebrigtsen
2017-09-13
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-09-12
Update uses of if-let and when-let
Mark Oteiza
2017-05-20
* lisp/svg.el (svg-line): Fix x/y typo. (Bug#26953)
Ari Roponen
2017-04-21
Allow svg-image to take all create-image PROPS
Lars Ingebrigtsen
2017-04-18
Avoid unnecessary loading of subr-x at run-time
Glenn Morris
2017-01-01
Update copyright year to 2017 in master
Paul Eggert
2016-06-27
New functions svg-text and svg-remove
Lars Magne Ingebrigtsen
2016-06-27
Add a new function `svg-embed'
Lars Magne Ingebrigtsen
2016-05-21
* lisp/svg.el (svg-create): Fix a typo: xmlsn -> xmlns. (Bug#23589)
Puneeth Chaganti
2016-04-03
Spelling fixes
Paul Eggert
2016-02-19
Add a library for creating and manipulating SVG images
Lars Ingebrigtsen