elpasync pushed a change to branch externals/pyim.
from 9695dc5b0c v4.0.0
new 2330f3fd4e 简化 page popup 功能。
new d1cf45f979 v4.0.1
Summary of changes:
pyim-page.el| 76 +++--
pyim-process.el | 3 +--
pyim.el |
branch: externals/pyim
commit 2330f3fd4e167eb6d99f62ba3d7b5892df3d4d9b
Author: Feng Shu
Commit: Feng Shu
简化 page popup 功能。
* pyim-process.el (pyim-process-run-async): Remove
pyim-page-refresh-run-async-p.
* pyim-page.el (pyim-page-refresh-run-async-p): remo
branch: externals/pyim
commit d1cf45f979f7795b9e8f8774914f269d5d3cc628
Author: Feng Shu
Commit: Feng Shu
v4.0.1
---
pyim.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pyim.el b/pyim.el
index c7a009c3f0..6d341ea23d 100644
--- a/pyim.el
+++ b/pyim.el
@@ -7,7 +7,7 @@
branch: externals/org-transclusion
commit 8b8da37aff5afa9b6b338908f7a6b6b8172e3676
Author: Noboru Ota
Commit: Noboru Ota
intrnl: edit for ELPA
---
.elpaignore | 3 +--
.gitignore | 4
Makefile| 2 --
3 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/.elpaignore b/.elp
branch: elpa/mpv
commit 6cf13615a7e1d12ee138d28340e1832cc85213ee
Author: Hitoshi Uchida
Commit: GitHub
Add commands to go to next/prev entry on the playlist (#20)
---
README.md | 1 +
mpv.el| 12
2 files changed, 13 insertions(+)
diff --git a/README.md b/README.md
index c
branch: elpa/mpv
commit a5c6eed9acf2faf31e56b3ebe86b1b0405636d45
Author: c1-g
Commit: Johann Klähn
Add volume control commands
---
README.md | 1 +
mpv.el| 27 +++
2 files changed, 28 insertions(+)
diff --git a/README.md b/README.md
index e9f581df94..cecebce604
branch: elpa/mpv
commit 705e81b8a62a5994cb0e8bd369c99cdc8378f220
Author: firmart
Commit: firmart
Make mpv-version more verbose and update its docstring as suggested
---
mpv.el | 8 +---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/mpv.el b/mpv.el
index 6ac73e5271..5348c
branch: elpa/mpv
commit 79e01bf89b606cad470575cc4a5c77f0c6e4612f
Author: Johann Klähn
Commit: Johann Klähn
Remove stale socket files when mpv process is gone
---
mpv.el | 3 +++
1 file changed, 3 insertions(+)
diff --git a/mpv.el b/mpv.el
index d2fc082b7d..db6375552c 100644
--- a/mpv.el
++
branch: elpa/mpv
commit 9e1781249fc362e1f095e4773dca25a840e4b7e2
Author: Johann Klähn
Commit: Johann Klähn
convert numbers to strings before encoding as JSON
Seems like mpv wants "command" to be a list of strings.
---
mpv.el | 10 +-
1 file changed, 9 insertions(+), 1 delet
branch: elpa/mpv
commit 338af25d2039297369e3f17e538e8654bf4c4040
Author: Johann Klähn
Commit: Johann Klähn
add mpv-on-event-hook
---
mpv.el | 18 +-
1 file changed, 13 insertions(+), 5 deletions(-)
diff --git a/mpv.el b/mpv.el
index 908fc4c951..80e4df89c5 100644
--- a/mpv.e
branch: elpa/mpv
commit ed9c7b0028dce0596d68cb1ecd0d87349e3a9366
Author: Johann Klähn
Commit: Johann Klähn
move functions to public interface
• mpv--alive-p → mpv-live-p
• mpv--start → mpv-start
---
README.md | 2 +-
mpv.el| 17 ++---
2 files changed, 11 insert
branch: elpa/mpv
commit 0579b5c707c506cb6186c92cef3f52ea16a60235
Author: Johann Klähn
Commit: Johann Klähn
support inserting org timer list items
---
mpv-mode.el | 39 ++-
1 file changed, 34 insertions(+), 5 deletions(-)
diff --git a/mpv-mode.el b/mpv-mo
branch: elpa/mpv
commit 2d24187f7bdb0495c90d5109a730742e735636ba
Merge: d7bb3a7082 705e81b8a6
Author: Johann Klähn
Commit: GitHub
Merge pull request #9 from firmart/patch-mpv-version
---
mpv.el | 11 +++
1 file changed, 11 insertions(+)
diff --git a/mpv.el b/mpv.el
index 54d696c34d
branch: elpa/mpv
commit 3a43c9e60abec315da803d645869e835eb8be1a8
Author: Johann Klähn
Commit: Johann Klähn
reorder function definitions
---
mpv.el | 44 +++-
1 file changed, 27 insertions(+), 17 deletions(-)
diff --git a/mpv.el b/mpv.el
index 514843d
branch: elpa/mpv
commit 9bd6d36cc77d3123b5ab11f11c47a0eff8cbf968
Author: Johann Klähn
Commit: GitHub
Fix #16
`alist-get` needs emacs ≥ 25.1
---
mpv.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mpv.el b/mpv.el
index 4dabe16230..d3e6beb188 100644
--- a/mpv.e
branch: elpa/mpv
commit 2d40c4550558eb1bf35a69446777c4e9cae7a623
Author: Johann Klähn
Commit: Johann Klähn
Add mpv-seek and mpv-revert-seek commands
---
mpv.el | 15 ++-
1 file changed, 14 insertions(+), 1 deletion(-)
diff --git a/mpv.el b/mpv.el
index d72ed29ee4..a07887ef7f 10
branch: elpa/mpv
commit 4774d52c8c8aee096d900304dd81ee7cbb4338d6
Merge: b026ae5bb6 f0f61db3af
Author: Johann Klähn
Commit: GitHub
Merge pull request #21 from sachac/master
Add COPYING file following GPL
---
COPYING | 674 +
branch: elpa/mpv
commit 455c5ea805ae19b2e7694dec2ae1ab4f683e
Author: firmart
Commit: firmart
Add mpv-version.
---
mpv.el | 9 +
1 file changed, 9 insertions(+)
diff --git a/mpv.el b/mpv.el
index 54d696c34d..6ac73e5271 100644
--- a/mpv.el
+++ b/mpv.el
@@ -362,5 +362,14 @@ of \\[
branch: elpa/mpv
commit ec4929ad5df1c7421d67b5cff3b21259597eb795
Author: Johann Klähn
Commit: Johann Klähn
fix package header for melpa
---
mpv.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/mpv.el b/mpv.el
index 9a86d9a2c6..30112f91ea 100644
--- a/mpv.el
+++ b/m
branch: elpa/mpv
commit 32f1478ed2a89c3384df5cbc36ad5adba5cbee6b
Author: Johann Klähn
Commit: Johann Klähn
Remove dependency on names package
---
mpv.el | 182 +
1 file changed, 93 insertions(+), 89 deletions(-)
diff --git a/m
branch: elpa/mpv
commit 174cd4b68b590da5ceb81675fb7c9afe5917716e
Author: magnus stahre
Commit: magnus stahre
call expand-file-name on files passed to mpv-play
---
mpv.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mpv.el b/mpv.el
index 4d6a270705..03935912a6 100644
-
branch: elpa/mpv
commit ed83369372ea3ba738ef17c06ef6d15b05f7095d
Author: Johann Klähn
Commit: Johann Klähn
Fix mpv-seek-to-position-at-point for start-of-playback position
Thanks to @snowman for reporting this in issue #8.
---
mpv.el | 2 +-
1 file changed, 1 insertion(+), 1 deleti
branch: elpa/mpv
commit ce3bbfac3630efb37bd4aa00a5312267ed3afa46
Author: Johann Klähn
Commit: Johann Klähn
add mpv-default-options
---
mpv.el | 14 +++---
1 file changed, 11 insertions(+), 3 deletions(-)
diff --git a/mpv.el b/mpv.el
index 7490921bff..908fc4c951 100644
--- a/mpv.el
branch: elpa/mpv
commit 059135de3979e044f14503806047476d9be9f0e8
Author: Johann Klähn
Commit: Johann Klähn
version 0.1.0
---
README.md | 47 ++-
mpv.el| 2 ++
2 files changed, 24 insertions(+), 25 deletions(-)
diff --git a/README.md b/README
branch: elpa/mpv
commit 9ef359d712664dff558f8bdc823bad8d442426f2
Author: Johann Klähn
Commit: Johann Klähn
fix generation of autoloads
---
mpv.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/mpv.el b/mpv.el
index 30112f91ea..5c4a327b2b 100644
--- a/mpv.el
+++ b/mpv.el
@@ -43,6 +43,7
branch: elpa/mpv
commit f31cbdb94a928540069221eb2f7f5847ccab96dc
Author: Johann Klähn
Commit: Johann Klähn
Add convenience functions to get and set properties
Closes #2.
---
mpv.el | 22 +-
1 file changed, 21 insertions(+), 1 deletion(-)
diff --git a/mpv.el b/m
branch: elpa/mpv
commit 15c51ddc5ec66270df2fbe9b5fbac32b54d21f03
Author: Johann Klähn
Commit: Johann Klähn
remove dependency on dash library
---
mpv-mode.el | 31 +++
1 file changed, 15 insertions(+), 16 deletions(-)
diff --git a/mpv-mode.el b/mpv-mode.el
index
branch: elpa/mpv
commit 0e4318b45f42cd72613532b1121d8a28eaba8de4
Author: Johann Klähn
Commit: Johann Klähn
improve docstrings
---
mpv.el | 21 ++---
1 file changed, 18 insertions(+), 3 deletions(-)
diff --git a/mpv.el b/mpv.el
index 159d2743c6..514843d5d8 100644
--- a/mpv.e
branch: elpa/mpv
commit 3021c55fa5723a806dde5fb2a630b115e2c53d06
Merge: 0a02225f4e 174cd4b68b
Author: Johann Klähn
Commit: Johann Klähn
Merge pull request #1 from magnusstahre/expand-tilde
call expand-file-name on files passed to mpv-play
---
mpv.el | 2 +-
1 file changed, 1 insert
branch: elpa/mpv
commit 9ff4d5d80b762dabbea3c29a378147f7e8156437
Author: Johann Klähn
Commit: Johann Klähn
fix mpv-insert-playback-position
Turns out I've been using lexical-binding after all.
---
mpv.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/mpv.el
branch: elpa/mpv
commit 604b32d7e652070206d00d7569f4da302c110bfa
Author: Johann Klähn
Commit: Johann Klähn
add play command
---
mpv-mode.el | 11 +--
1 file changed, 9 insertions(+), 2 deletions(-)
diff --git a/mpv-mode.el b/mpv-mode.el
index 898ab6cca7..437094876e 100644
--- a/mpv
branch: elpa/mpv
commit f0f61db3af375502e53f8fd9909d393d56c632b1
Author: Sacha Chua
Commit: Sacha Chua
Add COPYING file following GPL
---
COPYING | 674
1 file changed, 674 insertions(+)
diff --git a/COPYING b/COPYING
new fil
branch: elpa/mpv
commit 937bdf522a48951d9de0654498a05f9d41c2fc3e
Author: Johann Klähn
Commit: Johann Klähn
implement seeking and changing of playback speed
---
mpv.el | 56 ++--
1 file changed, 54 insertions(+), 2 deletions(-)
diff --git
branch: elpa/mpv
commit d7bb3a70829203be827505c40f761d197494817b
Author: Johann Klähn
Commit: Johann Klähn
Add sleep and timeout to mpv-kill and mpv-play
Fixes #4
---
mpv.el | 11 +--
1 file changed, 9 insertions(+), 2 deletions(-)
diff --git a/mpv.el b/mpv.el
index b05744
branch: elpa/mpv
commit 9dedf3b7c1bfd778284df7f394207ce0447ea7aa
Author: Johann Klähn
Commit: Johann Klähn
Monkey-patch org-timer-item instead of reimplementing
---
mpv.el | 25 ++---
1 file changed, 6 insertions(+), 19 deletions(-)
diff --git a/mpv.el b/mpv.el
index de
branch: elpa/mpv
commit 27b98410e5b53eae62c5fe567e29dbf665fc77f8
Author: c1-g
Commit: Johann Klähn
Fix decreasing volume or speed by multiple steps
---
mpv.el | 14 ++
1 file changed, 6 insertions(+), 8 deletions(-)
diff --git a/mpv.el b/mpv.el
index d99d9ff206..5b9847538e 1006
branch: elpa/mpv
commit b026ae5bb6139b8bbbc572d24974dcd295c1465c
Merge: 2d24187f7b 27b98410e5
Author: Johann Klähn
Commit: GitHub
Merge pull request #19 from c1-g/volume
Add volume control commands
---
README.md | 1 +
mpv.el| 33 +
2 files chan
branch: elpa/mpv
commit fcdca618df6e1c90ff5d6300fa23afdce84e6d24
Author: Johann Klähn
Commit: Johann Klähn
add badge for MELPA stable
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 631f5f9d29..e9f581df94 100644
--- a/README.md
+
branch: elpa/mpv
commit c6b3fa013caa6848e564a5502e2e072584103cb9
Author: Johann Klähn
Commit: Johann Klähn
Add mpv-run-command function to synchronously run commands
Closes #3.
---
mpv.el | 34 --
1 file changed, 24 insertions(+), 10 deletions(-)
di
branch: elpa/mpv
commit e3fad297cd68719b8573bd326b01bbdf20ef4a87
Author: Johann Klähn
Commit: Johann Klähn
add README.md
---
README.md | 31 +++
1 file changed, 31 insertions(+)
diff --git a/README.md b/README.md
new file mode 100644
index 00..2bf926a46c
branch: elpa/mpv
commit ee505feff0b28d335812c175fa6042f88f371a77
Author: Johann Klähn
Commit: Johann Klähn
add .gitignore
---
.gitignore | 1 +
1 file changed, 1 insertion(+)
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 00..c531d9867f
--- /dev/null
+++ b/.gitigno
branch: elpa/mpv
commit 03fe7a536ab14a2a56b4d2c65e3d2cf0b70a7166
Author: Johann Klähn
Commit: Johann Klähn
add mpv-on-start-hook and mpv-on-exit-hook
---
mpv.el | 13 +
1 file changed, 13 insertions(+)
diff --git a/mpv.el b/mpv.el
index 80e4df89c5..a37f5106f9 100644
--- a/mpv.e
branch: elpa/mpv
commit f0da905fd3fb66dd0c16a36e42072fd21dc682d1
Author: Johann Klähn
Commit: Johann Klähn
implement pausing and inserting playback position
---
mpv-mode.el | 28 +++-
1 file changed, 27 insertions(+), 1 deletion(-)
diff --git a/mpv-mode.el b/mpv-mod
branch: elpa/mpv
commit 1e666079b806f6defadec6507cc72f2b62442d6d
Author: Johann Klähn
Commit: Johann Klähn
skip junk at beginning of buffer
---
mpv-mode.el | 2 ++
1 file changed, 2 insertions(+)
diff --git a/mpv-mode.el b/mpv-mode.el
index 02ce91de57..1da08ed794 100644
--- a/mpv-mode.el
+
branch: elpa/mpv
commit 8c0933630bd52532169d6e6b34143d0697101d6c
Author: Johann Klähn
Commit: Johann Klähn
add seek-to-position-at-point
---
mpv-mode.el | 23 +++
1 file changed, 19 insertions(+), 4 deletions(-)
diff --git a/mpv-mode.el b/mpv-mode.el
index 5cfba03ce8..0
elpasync pushed a change to branch elpa/mpv.
at 9bd6d36cc7 Fix #16
This branch includes the following new commits:
new 3849da1e45 root commit
new 91b094c966 initial import
new 33ca8987ed work around spurious event messages
new 899559ae77 some fixes
branch: elpa/mpv
commit 3849da1e45fdfd4829b23bcef90a4a6b00107b72
Author: Johann Klähn
Commit: Johann Klähn
root commit
branch: elpa/mpv
commit 91b094c966fe9a721fb05cfba8880f0bc9e7bb09
Author: Johann Klähn
Commit: Johann Klähn
initial import
---
mpv-mode.el | 63 +
1 file changed, 63 insertions(+)
diff --git a/mpv-mode.el b/mpv-mode.el
new file mod
branch: elpa/mpv
commit 6fe510798a43b3f93ec00a098d65020ab9f31439
Author: Johann Klähn
Commit: Johann Klähn
fix mpv-speed-set
---
mpv.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mpv.el b/mpv.el
index d829faf894..6b2c972db3 100644
--- a/mpv.el
+++ b/mpv.el
@@ -254,7
branch: elpa/mpv
commit 33ca8987ed267eadfe21977480839a38c88d3988
Author: Johann Klähn
Commit: Johann Klähn
work around spurious event messages
---
mpv-mode.el | 66 +
1 file changed, 62 insertions(+), 4 deletions(-)
diff --git a/m
branch: elpa/mpv
commit 6338f0d6b5b345e4a41ea96c7eeecec0abe713de
Author: Johann Klähn
Commit: Johann Klähn
rename to mpv.el
---
mpv-mode.el => mpv.el | 12 ++--
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/mpv-mode.el b/mpv.el
similarity index 96%
rename from mpv-mo
branch: elpa/mpv
commit 8da5b19f3d9195a863429be30b71cb82b492a01f
Author: Johann Klähn
Commit: Johann Klähn
cleanup
---
mpv-mode.el | 9 +++--
1 file changed, 3 insertions(+), 6 deletions(-)
diff --git a/mpv-mode.el b/mpv-mode.el
index 075a73ef05..5cfba03ce8 100644
--- a/mpv-mode.el
+++
branch: elpa/mpv
commit 899559ae77a4ead96358b5845cb39f1c471566f5
Author: Johann Klähn
Commit: Johann Klähn
some fixes
---
mpv-mode.el | 24 ++--
1 file changed, 14 insertions(+), 10 deletions(-)
diff --git a/mpv-mode.el b/mpv-mode.el
index 9e9276af88..02ce91de57 100644
branch: elpa/mpv
commit bc89524528bf91d608ad8416c0fb9ae534a311c8
Author: Johann Klähn
Commit: Johann Klähn
use timer formatting from org-timer.el
---
mpv.el | 47 ++-
1 file changed, 18 insertions(+), 29 deletions(-)
diff --git a/mpv.el b/mpv.el
branch: elpa/mpv
commit 0a02225f4ef23eea3af8ccf251d740b5d0fb8bb7
Author: Johann Klähn
Commit: Johann Klähn
autoload all interactive functions
---
mpv.el | 9 +
1 file changed, 9 insertions(+)
diff --git a/mpv.el b/mpv.el
index 7b91bb4f16..4d6a270705 100644
--- a/mpv.el
+++ b/mpv.el
branch: main
commit 9943a5b3b8529d3bdf45a74ab677c3d674eeef91
Author: Stefan Monnier
Commit: Stefan Monnier
* elpa-packages (mpv): New package
---
elpa-packages | 2 ++
1 file changed, 2 insertions(+)
diff --git a/elpa-packages b/elpa-packages
index 23545f783b..b56e7cff0c 100644
--- a/elpa-
branch: externals/embark
commit 2e3ce23d19da042c4d5b5aa98b5a4345a8a5fcc9
Author: Omar Antolín
Commit: Omar Antolín
Have embark-bindings-at-point also check overlays
The get-text-property function ignores overlays while
get-char-property doesn't. Not the best naming scheme, but a
elpasync pushed a change to branch externals/embark-consult.
from c672dcf1eb Don't inject target into pre-action hook minibuffers!
adds 2e3ce23d19 Have embark-bindings-at-point also check overlays
No new revisions were added by this update.
Summary of changes:
embark.el | 4 ++--
branch: externals/embark
commit c672dcf1eb8c1be0462778b2ab5a115150568c83
Author: Omar Antolín
Commit: Omar Antolín
Don't inject target into pre-action hook minibuffers!
I can't believe this bug was undiscovered for so long. The minibuffer
injection applied to the pre-action hook
elpasync pushed a change to branch externals/embark-consult.
from ab1ee58dcc Missed a spot in the documentation clean up
adds c672dcf1eb Don't inject target into pre-action hook minibuffers!
No new revisions were added by this update.
Summary of changes:
embark.el | 42 +++
branch: externals/coterm
commit 376b819ec01077a623556d557c86cf9438975881
Author: Miha Rihtaršič
Commit: Miha Rihtaršič
Support sequence \e[f (apt uses it as an equivalent to \e[H)
---
coterm.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/coterm.el b/coterm.el
index a
elpasync pushed a change to branch externals/coterm.
from 8e24e4eb07 Improve mpv prompt detection
new 710e7d3087 Fix cursor restoration escape code
new 376b819ec0 Support sequence \e[f (apt uses it as an equivalent to
\e[H)
Summary of changes:
coterm.el | 7 ---
1 fi
branch: externals/coterm
commit 710e7d3087cc21cebeacf7168b6043d4930cf019
Author: Miha Rihtaršič
Commit: Miha Rihtaršič
Fix cursor restoration escape code
---
coterm.el | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/coterm.el b/coterm.el
index 5806f3c616..ad06ce5c69
branch: externals/svg-tag-mode
commit e2481ae15adb979333b51fc83cab982e4a095152
Author: Nicolas P. Rougier
Commit: Nicolas P. Rougier
Modified example to highlight real org tags.
---
examples/example-2.el | 17 +
1 file changed, 9 insertions(+), 8 deletions(-)
diff --git a/e
branch: externals/svg-tag-mode
commit 7266de9f9c59df3dc79118bd3c3fbed7f7116f8d
Author: Nicolas P. Rougier
Commit: Nicolas P. Rougier
Simplified advice on org fontify blocks.
---
svg-tag-mode.el | 52 +---
1 file changed, 25 insertions(+), 27 d
branch: externals/svg-tag-mode
commit 3dd9bef8387752bb170186e09da6e1f18332d8b3
Author: Nicolas P. Rougier
Commit: Nicolas P. Rougier
Removed `org-plist-delete` dependency.
---
svg-tag-mode.el | 19 ++-
1 file changed, 14 insertions(+), 5 deletions(-)
diff --git a/svg-tag-mo
branch: externals/svg-tag-mode
commit 558ac3d3bd286a26eb01907f0109fd6728227852
Author: Nicolas P. Rougier
Commit: Nicolas P. Rougier
Added edit mode (tag is hidden) when pointer is over a tag.
---
svg-tag-mode.el | 23 +--
1 file changed, 21 insertions(+), 2 deletions(-)
branch: externals/svg-tag-mode
commit 4fb494db21478354ed0599444e9add455d60745f
Author: Nicolas P. Rougier
Commit: Nicolas P. Rougier
Changed style of date
---
examples/example-2.el | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/examples/example-2.el b/examples/e
branch: externals/svg-tag-mode
commit b865793671c1de132c82e944527b34d79c6ef86a
Author: Nicolas P. Rougier
Commit: Nicolas P. Rougier
Updated copyright notices.
---
examples/example-1.el | 2 +-
examples/example-2.el | 2 +-
examples/example-3.el | 15 +++
3 files changed, 17 i
branch: externals/svg-tag-mode
commit 85aed73bc6d96d0d198860f41772b1f12a03e0e5
Author: Nicolas P. Rougier
Commit: Nicolas P. Rougier
Added custom option to let user decide on action at point.
---
svg-tag-mode.el | 33 ++---
1 file changed, 22 insertions(+), 11 de
branch: externals/svg-tag-mode
commit c78500db2c4b360f79919a8518c7b62003921a30
Author: Nicolas P. Rougier
Commit: Nicolas P. Rougier
Fix bugs (typos).
---
svg-tag-mode.el | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/svg-tag-mode.el b/svg-tag-mode.el
index d65d68a
branch: externals/svg-tag-mode
commit a5098267c9216ea06cfb665e1393450334ac93dd
Author: Nicolas P. Rougier
Commit: Nicolas P. Rougier
Updated example 2 to new tags format.
---
examples/example-2.el | 161 +-
1 file changed, 41 insertions(+), 12
branch: externals/svg-tag-mode
commit f6adc4b77279e71c8e56d51d8b6643a258925516
Author: Nicolas P. Rougier
Commit: Nicolas P. Rougier
Make sure to remove space from tag.
---
svg-tag-mode.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/svg-tag-mode.el b/svg-tag-mode.el
index dd49c7d81b
branch: externals/svg-tag-mode
commit 60140b7526a5d4cbb874e96d97ba1f976ef3a3fa
Author: Nicolas P. Rougier
Commit: Nicolas P. Rougier
Remove ununsed local variables.
---
svg-tag-mode.el | 3 ---
1 file changed, 3 deletions(-)
diff --git a/svg-tag-mode.el b/svg-tag-mode.el
index 8607c8d48f..
branch: externals/svg-tag-mode
commit 02d60e0a86f16c4ff3ce114aae2a205a022880ec
Author: Nicolas P. Rougier
Commit: Nicolas P. Rougier
Fixed cursor selection.
---
svg-tag-mode.el | 24 ++--
1 file changed, 14 insertions(+), 10 deletions(-)
diff --git a/svg-tag-mode.el b/s
branch: externals/svg-tag-mode
commit b5a00a57464a5f4a8e0692aa075a61e92845bffc
Author: Nicolas P. Rougier
Commit: Nicolas P. Rougier
Bumped version number and fixed some documentation.
---
svg-tag-mode.el | 12 +++-
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/svg-t
branch: externals/svg-tag-mode
commit 1d0d91bb00211db32cc7a8bc0c81db0c38419c61
Author: Nicolas P. Rougier
Commit: Nicolas P. Rougier
Fixed layout
---
examples/example-1.el | 12 ++--
examples/example-2.el | 3 +--
2 files changed, 7 insertions(+), 8 deletions(-)
diff --git a/examp
branch: externals/svg-tag-mode
commit ee162776552c6a5441b03c50621065522e34485f
Author: Nicolas P. Rougier
Commit: Nicolas P. Rougier
Added examples from documentation
---
examples/example-3.el | 55 +++
1 file changed, 55 insertions(+)
diff -
branch: externals/svg-tag-mode
commit 861c68af89351ee87fc2085fca3c5151d26db17f
Author: Nicolas P. Rougier
Commit: Nicolas P. Rougier
Updated example 1 to new tags format.
---
examples/example-1.el | 52 ++-
1 file changed, 10 insertions(+), 42
branch: externals/svg-tag-mode
commit d9a803a92eae68af4cbcaf18001b36aed1442803
Author: Nicolas P. Rougier
Commit: Nicolas P. Rougier
Added date without time format example.
---
examples/example-2.el | 12 ++--
1 file changed, 10 insertions(+), 2 deletions(-)
diff --git a/examples/e
branch: externals/svg-tag-mode
commit 60d56f3f41cd9a9e86d80e704feb2407e31f573a
Author: Nicolas P. Rougier
Commit: Nicolas P. Rougier
Fixed terminal mode error
---
svg-tag-mode.el | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/svg-tag-mode.el b/svg-tag-mode.el
index d
branch: externals/svg-tag-mode
commit 8533c6c174d6ff97065fec6bce15292c041c5be1
Author: Nicolas P. Rougier
Commit: Nicolas P. Rougier
Added progress bar example.
---
examples/example-2.el | 34 ++
1 file changed, 30 insertions(+), 4 deletions(-)
diff --git a/
branch: externals/svg-tag-mode
commit 3e49ddcee288750cf1403a90308f4bb25a94bc3d
Author: Nicolas P. Rougier
Commit: Nicolas P. Rougier
Cancel tag editing in read-only or view mode.
---
examples/example-1.el | 11 +++
svg-tag-mode.el | 8 ++--
2 files changed, 13 insertions(
branch: externals/svg-tag-mode
commit 9ddf0e4f13a421af60a662efb3aba685a1e947e2
Author: Nicolas P. Rougier
Commit: Nicolas P. Rougier
Rename screenshot
---
images/{svg-minor-mode.png => svg-tag-mode.png} | Bin
1 file changed, 0 insertions(+), 0 deletions(-)
diff --git a/images/svg-minor-mo
branch: externals/svg-tag-mode
commit 8d9dd283fb4d5a4d42a5f610b2541b6ec7384a66
Author: Nicolas P. Rougier
Commit: Nicolas P. Rougier
Updated screenshot
---
images/svg-tag-mode.png | Bin 311424 -> 19 bytes
1 file changed, 0 insertions(+), 0 deletions(-)
diff --git a/images/svg-tag-mode
branch: externals/svg-tag-mode
commit cec780a16fbafea3870f100225294d4387b9dd14
Author: Nicolas P. Rougier
Commit: Nicolas P. Rougier
Added version
---
svg-tag-mode.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/svg-tag-mode.el b/svg-tag-mode.el
index 655a90c4fc..a15a1aeefd 100644
--
branch: externals/svg-tag-mode
commit ede0edb5c38803b2899358db544be659aa450f68
Author: Nicolas P. Rougier
Commit: Nicolas P. Rougier
Lint correction
---
svg-tag-mode.el | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/svg-tag-mode.el b/svg-tag-mode.el
index 26d1ba
branch: externals/svg-tag-mode
commit 78a343f0f3c08b6fd17db0a43591a6ae2aa383a0
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
Cleanup whitespace
---
svg-tag-mode.el | 17 +++--
1 file changed, 11 insertions(+), 6 deletions(-)
diff --git a/svg-tag-mode.el b/svg-tag-mode.el
inde
branch: externals/svg-tag-mode
commit 607d05d972e0f308a4c88db95c1b3abc670c6c5f
Merge: 29ca63cdbb 95b5404997
Author: Nicolas P. Rougier
Commit: Nicolas P. Rougier
Fix conflict
---
svg-tag-mode.el | 5 -
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/svg-tag-mode.el b/svg-ta
branch: externals/svg-tag-mode
commit 525901723fb6c98715677b3c49e86dab263890fa
Author: Nicolas P. Rougier
Commit: Nicolas P. Rougier
Fixed requirements.
---
svg-tag-mode.el | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/svg-tag-mode.el b/svg-tag-mode.el
index 3336
branch: externals/svg-tag-mode
commit a34a2e1128fa99f999c34c3bc6642fb62b887f34
Author: Nicolas P. Rougier
Commit: Nicolas P. Rougier
Added scale of 1 just in case
---
svg-tag-mode.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/svg-tag-mode.el b/svg-tag-mode.el
index
branch: externals/svg-tag-mode
commit e9a6256deefa94d5c0947e68635b99b6aaad96b7
Author: Nicolas P. Rougier
Commit: Nicolas P. Rougier
Added org-mode screenshot
---
README.md | 2 ++
images/org-mode.png | Bin 0 -> 67030 bytes
2 files changed, 2 insertions(+)
diff --git a/README.
branch: externals/svg-tag-mode
commit 29ca63cdbb82fed55830b40f8866de123a5bef5e
Author: Nicolas P. Rougier
Commit: Nicolas P. Rougier
Rewrote the mode using svg-lib
---
README.md | 95
README.org | 23 --
svg-tag-o
branch: externals/svg-tag-mode
commit 2c4a3a02a11aa417d352a8ace2202b5a457171b6
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
Enforce use of spaces for indentation
---
svg-tag-mode.el | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/svg-tag-mode.el b/svg-tag-mode.el
i
branch: externals/svg-tag-mode
commit 40d78201436ee304499e6b968edf3c8e09a4f1aa
Author: Nicolas P. Rougier
Commit: Nicolas P. Rougier
Moved examples into a directory
---
example-2.el | 80 ---
example-1.el => examples/example-1.el | 0
examples/exa
branch: externals/svg-tag-mode
commit 72068052ffd304d80ce02c7cfcd67ed04dac25ff
Author: Nicolas P. Rougier
Commit: Nicolas P. Rougier
Fixed default height
---
svg-tag-mode.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/svg-tag-mode.el b/svg-tag-mode.el
index 07f13857e
branch: externals/svg-tag-mode
commit 95b5404997d7194b4946df0a475fd93203a36cb9
Merge: a34a2e1128 78a343f0f3
Author: Nicolas P. Rougier
Commit: GitHub
Merge pull request #13 from tarsiiformes/cleanup
Cleanup whitespace and enforce use of spaces for indentation
---
svg-tag-mode.el |
branch: externals/svg-tag-mode
commit 609ed7cc32e7b6dcbb5ce4017ee8b112e6929b03
Author: Nicolas P. Rougier
Commit: Nicolas P. Rougier
Removed free variable
---
svg-tag-mode.el | 18 +-
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/svg-tag-mode.el b/svg-tag-mod
branch: externals/svg-tag-mode
commit c0492f90465c163bbd0feccd8da4fba529f63df9
Author: Nicolas P. Rougier
Commit: Nicolas P. Rougier
Fixed links
---
README.org | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.org b/README.org
index 84c6abd715..ff7e449e7d 100644
branch: externals/svg-tag-mode
commit 4fdc7ffbb30175fc483dc4078664b95a5299e150
Author: Nicolas P. Rougier
Commit: Nicolas P. Rougier
Fixed font weights
---
example-2.el| 18 +++---
svg-tag-mode.el | 14 +-
2 files changed, 20 insertions(+), 12 deletions(-)
diff
1 - 100 of 159 matches
Mail list logo