branch: externals/auctex
commit d02011deede6c8a4aa43e9cb008477cf8d04d6c8
Author: Ikumi Keita
Commit: Ikumi Keita
Simplify GNUmakefile and tex-site.el.in
* GNUmakefile:
* tex-site.el.in
Do constant replacement in advance.
---
GNUmakefile| 5 +
tex-site.el.in | 8
elpasync pushed a change to branch externals/auctex.
from 52911e6211 Arrange the documentations about update history
new b06e18b4ad ; * NEWS.org (Added): Add missing comma.
new 3cb63537d4 ; * doc/install.texi (Installation): Add instruction.
new d02011deed Simplify G
branch: externals/auctex
commit 3cb63537d4fcbcef92d239c0717609b358bbc261
Author: Ikumi Keita
Commit: Ikumi Keita
; * doc/install.texi (Installation): Add instruction.
---
doc/install.texi | 8 +++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/doc/install.texi b/doc/insta
branch: externals/auctex
commit b06e18b4ad3dc3e59443c4e7fa8320cd6103cfa7
Author: Arash Esbati
Commit: Arash Esbati
; * NEWS.org (Added): Add missing comma.
---
NEWS.org | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/NEWS.org b/NEWS.org
index fff9105c41..3226810f45 10064
branch: elpa/mastodon
commit 3443b49c55f65ae8e0b07e93e1e0299ce1bf8ed6
Author: marty hiatt
Commit: marty hiatt
bump version
---
lisp/mastodon.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/mastodon.el b/lisp/mastodon.el
index 82a2491424..017b5da0a0 100644
--- a/l
branch: elpa/mastodon
commit a4cc633346eb3dd538b0169b00ea1cbc16ece139
Author: marty hiatt
Commit: marty hiatt
remove duplicated tl funs (from develop audit)
---
lisp/mastodon-tl.el | 40
1 file changed, 40 deletions(-)
diff --git a/lisp/mastodon-tl.
elpasync pushed a change to branch elpa/mastodon.
from 45903de823 info update
new 4c7fc8b475 basic apply filters. #575.
new 9778bf0226 apply filters to notifications. #575.
new a4cc633346 remove duplicated tl funs (from develop audit)
new 3443b49c55 bump vers
branch: elpa/mastodon
commit 9778bf022660ddb5a445e8538cd49b8e94fa7003
Author: marty hiatt
Commit: marty hiatt
apply filters to notifications. #575.
---
lisp/mastodon-notifications.el | 149 +
1 file changed, 77 insertions(+), 72 deletions(-)
diff --g
branch: elpa/mastodon
commit 4c7fc8b47517249a271d64e104f68cf59048e872
Author: marty hiatt
Commit: marty hiatt
basic apply filters. #575.
---
lisp/mastodon-notifications.el | 1 +
lisp/mastodon-tl.el| 129 +++--
lisp/mastodon-views.el
branch: externals/phpinspect
commit f2f1ac9b849cc1bde26f395cae6e4ab06735626c
Author: Hugo Thunnissen
Commit: Hugo Thunnissen
Add property types and anonymous function argument types to used-types index
---
phpinspect-index.el | 47 ++-
test/test-i
branch: externals/phpinspect
commit d3f100388eeefde2f218faa6f5056fe59352889c
Author: Hugo Thunnissen
Commit: Hugo Thunnissen
Resolve property types using other methods when resolving from constructor
fails
Property types of classes in live buffers are now resolved from assignments
branch: externals/phpinspect
commit 3fff772d8a1f52ef16c6dfb8a6984e6bc0a5f5ba
Author: Hugo Thunnissen
Commit: Hugo Thunnissen
Fix phpinspect-buffer-index-functions test
---
test/test-buffer.el | 67 +++--
1 file changed, 24 insertions(+), 43 de
branch: externals/phpinspect
commit 31c6e069343eb63ed519b8de67089c841c86113a
Author: Hugo Thunnissen
Commit: Hugo Thunnissen
Reparse buffer when fixing import (+ add comment explaining why)
---
phpinspect-buffer.el | 2 +-
phpinspect-imports.el | 11 ++-
2 files changed, 11 insert
branch: externals/phpinspect
commit 2e064d52e120d4cd5dab714d8ae2883ffa8de23c
Author: Hugo Thunnissen
Commit: Hugo Thunnissen
Implement containing type inference for collection-like class properties
---
phpinspect-index.el | 65 -
test/test
branch: externals/phpinspect
commit 130e2c06c59f1fe31b3ed3ab90ea61e3d27814f1
Author: Hugo Thunnissen
Commit: Hugo Thunnissen
Index types used in arrays
---
phpinspect-index.el | 2 +-
test/test-index.el | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/phpinspect-inde
branch: externals/phpinspect
commit 93b815d71a9b24cb309385c14274ec6c5a46b123
Author: Hugo Thunnissen
Commit: Hugo Thunnissen
Index used traits (juste use of type, no actual functionality outside of
that)
---
phpinspect-index.el | 4
test/test-index.el | 4 +++-
2 files changed, 7 ins
branch: externals/phpinspect
commit 8296641ba965f0d418a999e7cd7f7d41f9712a7a
Author: Hugo Thunnissen
Commit: Hugo Thunnissen
Implement removal of unused imports in `phpinspect-fix-imports'
---
phpinspect-imports.el | 62 +--
phpinspect-meta.el
branch: externals/phpinspect
commit 3a0ce3ac2dad7fbee01010fa8a4464dfef39dbfa
Author: Hugo Thunnissen
Commit: Hugo Thunnissen
Fix another infinite recursion bug
Bug occured in scenario's where array-members were self-referentially
assigned
in a foreach loop.
like so:
branch: externals/phpinspect
commit c20f010ee4ab326f04c4bec176d44586a91230ba
Author: Hugo Thunnissen
Commit: Hugo Thunnissen
Introduce `phpinspect-buffer-fresh-p' and
`phpinspect-buffer-reparse-if-not-fresh'
+ use in `phpinspect-fix-imports' instead of `phpinspect-buffer-reparse'
-
branch: externals/phpinspect
commit 2520c8968011ba714919448e09c59c857ecc77e0
Author: Hugo Thunnissen
Commit: Hugo Thunnissen
Account for tokens after @method annotation when indexing
- Add :rest keyword to `phpinspect--match-sequence'
- Use :rest keyword in `phpinspect--index-
branch: externals/phpinspect
commit 2d93ec7f7955b7566bf632d3d55121d6cc77586b
Author: Hugo Thunnissen
Commit: Hugo Thunnissen
Fix infinite recursion bug in `phpinspect--get-pattern-type-in-block'
---
phpinspect-resolve.el | 90 -
phpinspect-u
elpasync pushed a change to branch externals/phpinspect.
from 3887bc58d4 Implement indexation of readonly variables + allow
invalid keywords
new 5528aff2a2 Handle cases where the filepath of a type cannot be
determined
new 2520c89680 Account for tokens after @method annota
branch: externals/phpinspect
commit 6a175c9e44f52b4726398bfcc959ef6d1f80fdfb
Author: Hugo Thunnissen
Commit: Hugo Thunnissen
Update a few doc strings in phpinspect-index.el
---
phpinspect-index.el | 13 ++---
1 file changed, 10 insertions(+), 3 deletions(-)
diff --git a/phpinspect-
branch: externals/phpinspect
commit f1dc69956022977baa5b8bede66620e72a4dfcc7
Author: Hugo Thunnissen
Commit: Hugo Thunnissen
Detect types used with "instanceoff"
---
phpinspect-index.el | 2 +-
test/test-index.el | 8 ++--
2 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/
branch: externals/phpinspect
commit 5528aff2a21f71eac37c5c378e8e5be0accab872
Author: Hugo Thunnissen
Commit: Hugo Thunnissen
Handle cases where the filepath of a type cannot be determined
---
phpinspect-autoload.el | 5 +
phpinspect-project.el | 9 +++--
2 files changed, 12 inserti
branch: externals/phpinspect
commit b6eadfb79970350b5ebc5441207931ad2247539a
Author: Hugo Thunnissen
Commit: Hugo Thunnissen
Make autoload indexation more robust and prevent double indexation
Prevent the project directory from being indexed multiple times (because of
directory-f
branch: externals/phpinspect
commit d141f8a6db96e7a72c049970f8fccea5bee979b8
Author: Hugo Thunnissen
Commit: Hugo Thunnissen
Infer namespace token within import manipulation loop
---
phpinspect-imports.el | 21 ++---
1 file changed, 14 insertions(+), 7 deletions(-)
diff --g
branch: externals/phpinspect
commit 4ec4c40c9df59ce395fa3796e12799b6f7abc32f
Author: Hugo Thunnissen
Commit: Hugo Thunnissen
Add eldoc for sigil variables and allow display of multiple eldoc results
By allowing multiple eldoc results, displaying variable information doesn't
inte
branch: externals/csv-mode
commit 849ce3e754f291c3643bc36ed802226606955c3f
Author: Stefan Monnier
Commit: Stefan Monnier
csv-mode.el: More cosmetic changes
* csv-mode.el: Use `setq-local` and `defvar-local`.
(csv-interactive-args): Improve docstring markup. Use `csv--field-inde
branch: elpa-admin
commit 722a92ae25398a85e9ce4bea2610413b51417d2f
Author: Stefan Monnier
Commit: Stefan Monnier
Merge make-atom-feed, add batch-make-atom-feed
---
elpa-admin.el | 108 +-
1 file changed, 62 insertions(+), 46 deletions(
branch: elpa-admin
commit 9bd65395f1d4875915731ddbdd73a471f10d7794
Author: Stefan Monnier
Commit: Stefan Monnier
elpa-admin.el (elpaa--wsl-read): Filter out status 400 and entries with a
"/"
---
elpa-admin.el | 8 ++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/elpa-
monnier pushed a change to branch elpa-admin.
from 584bb472c8 Merge remote-tracking branch
'refs/remotes/origin/elpa-admin' into elpa-admin
new ba613c0dc2 (elpaa--make-atom-feed): Avoid parsing the `elpaa--url`
new 2c6eeec610 * elpa-admin.el (elpaa--render-atom): Fix timest
branch: elpa-admin
commit ba613c0dc2af1e4363da873627aa94bf09b5eaf3
Author: Stefan Monnier
Commit: Stefan Monnier
(elpaa--make-atom-feed): Avoid parsing the `elpaa--url`
* elpa-admin.el (elpaa--make-atom-feed): Don't split the URL into
domain+path any more. Use names relative to
branch: elpa-admin
commit 2c6eeec610557b18db6591f8557dcf62b3b68b48
Author: Stefan Monnier
Commit: Stefan Monnier
* elpa-admin.el (elpaa--render-atom): Fix timestamp
We ended up using the time/date of the oldest file. Rather than
change it to the date of the newest file, just us
branch: externals/phpinspect
commit 2052c289e1cf97137b41e839042f0ec96ded2efe
Author: Hugo Thunnissen
Commit: Hugo Thunnissen
Use `phpinspect--display-format-type-name' as standardized propertized
string
- Move `propertize' calls into `phpinspect--display-format-type-name'
- Use
branch: externals/phpinspect
commit e04ab0c11852fa095db1183c404376241482f657
Author: Hugo Thunnissen
Commit: Hugo Thunnissen
Resolve types of suggested variable completions
---
phpinspect-resolve.el| 8
phpinspect-resolvecontext.el | 17 +
phpinspect-sugges
elpasync pushed a change to branch externals/phpinspect.
from 4ec4c40c9d Add eldoc for sigil variables and allow display of
multiple eldoc results
new 2052c289e1 Use `phpinspect--display-format-type-name' as
standardized propertized string
new ae681a0663 Fix bug that broke
branch: externals/phpinspect
commit ae681a06636d546b957e67f9b68a9ffc899e794c
Author: Hugo Thunnissen
Commit: Hugo Thunnissen
Fix bug that broke stub cache
Empty, non-indexed classes were created by
`phpinspect-project-enqueue-if-not-present', which caused them to override
any
branch: elpa/drupal-mode
commit 1e6f973ed5dfdbbfda96c4ab266bd8ef3d6436d7
Merge: d920370dc6 f9d5596a57
Author: Arne Jørgensen
Commit: Arne Jørgensen
Merge branch 'release/0.7.1'
---
drupal-mode.el | 9 +++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/drupal-mode.el b/d
elpasync pushed a change to branch elpa/drupal-mode.
from 17927723ad Merge pull request #85 from skangas/bump-version
new d920370dc6 Merge branch 'release/0.7.0'
new 1e6f973ed5 Merge branch 'release/0.7.1'
new afa84f7b28 Merge branch 'release/0.7.2'
new 49ce6
branch: elpa/drupal-mode
commit 49ce63c659aa0af7a2daf0c9e74e58fbce6deb71
Merge: afa84f7b28 7f26310cc7
Author: Arne Jørgensen
Commit: Arne Jørgensen
Merge branch 'release/0.7.3'
---
drupal-mode.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drupal-mode.el b/drupal
branch: elpa/drupal-mode
commit a971073b5028e58fa530746bcab77f05582e8057
Merge: 49ce63c659 b5302b45d4
Author: Arne Jørgensen
Commit: Arne Jørgensen
Merge branch 'release/0.8.0'
---
.travis.yml | 22 ++
CODE_OF_CONDUCT.md | 76
branch: elpa/drupal-mode
commit afa84f7b2800dd2f1ec04fd779184d5df0c58e68
Merge: 1e6f973ed5 9d5808972f
Author: Arne Jørgensen
Commit: Arne Jørgensen
Merge branch 'release/0.7.2'
---
.travis.yml| 5 +
drupal-mode.el | 37 +++--
drupal/flycheck.
branch: elpa/drupal-mode
commit 3f91d1d44df11ebd0137a896055fca6a1bb2f554
Merge: 1177191767 a353f8bdf3
Author: Arne Jørgensen
Commit: Arne Jørgensen
Merge tag '0.8.1' into develop
0.8.1
---
drupal-mode.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drupal-mod
branch: elpa/drupal-mode
commit d920370dc632bd0b4abf736a7315aa20748d2676
Merge: cf0364cbaf f604acedb1
Author: Arne Jørgensen
Commit: Arne Jørgensen
Merge branch 'release/0.7.0'
---
.travis.yml | 15 +++
drupal-mode.el | 59 ---
branch: elpa/drupal-mode
commit a353f8bdf3ed98f76b9418afbbc4ef17b5552647
Merge: a971073b50 f632fa5f14
Author: Arne Jørgensen
Commit: Arne Jørgensen
Merge branch 'release/0.8.1'
---
drupal-mode.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drupal-mode.el b/drupal-mod
branch: elpa/drupal-mode
commit b5302b45d43accb4260e2658f7248ba20424f3b6
Merge: 17927723ad 541a0c014a
Author: Arne Jørgensen
Commit: GitHub
Merge pull request #88 from arnested/tweaks
Fix c-basic-offset, indent-tabs-mode, and more
---
drupal-mode.el | 2 +-
1 file changed, 1 insert
branch: elpa/drupal-mode
commit 541a0c014aa1860855df5a8457192d7d9032daa1
Author: Arne Jørgensen
Commit: Arne Jørgensen
Fix c-basic-offset, indent-tabs-mode, and more
php-mode is no longer based on c-mode, but php-base-mode (see
https://github.com/emacs-php/php-mode/pull/772).
branch: elpa/drupal-mode
commit f632fa5f140b04260fa23b15ffccbfe5a787b2e2
Author: Arne Jørgensen
Commit: Arne Jørgensen
Bump version number
---
drupal-mode.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drupal-mode.el b/drupal-mode.el
index 83cb184d08..6a23f28fd1 1006
branch: elpa/drupal-mode
commit 11771917677e06e641f176f48e4414fd2a1e946b
Merge: b5302b45d4 a971073b50
Author: Arne Jørgensen
Commit: Arne Jørgensen
Merge tag '0.8.0' into develop
0.8.0
branch: externals/dape
commit daa32c57156641023dbbf03d1aa8353e72f5cdd6
Author: Daniel Pettersson
Commit: Daniel Pettersson
Remove delay when disabling of dape-active-mode
The delay in disabling dape-active-mode served its purpose by ensuring
that the "terminated" status message
branch: externals/dape
commit f596fc42b49e58cd071dfa9baec987cb2be6080e
Author: Daniel Pettersson
Commit: Daniel Pettersson
Remove Y/N on quit from dape-repl
---
dape.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dape.el b/dape.el
index 43563eeddd..e6c80f52aa 100644
elpasync pushed a change to branch externals/dape.
from 7b432a8558 Fix source buffer being displayed in minibuffer
new f596fc42b4 Remove Y/N on quit from dape-repl
new daa32c5715 Remove delay when disabling of dape-active-mode
Summary of changes:
dape.el | 32
branch: externals/phpinspect
commit 14c63e4187ed7221ecc4baa0a2d3fbdd122014d3
Author: Hugo Thunnissen
Commit: Hugo Thunnissen
Improve method return-type test
---
test/test-index.el | 13 -
1 file changed, 8 insertions(+), 5 deletions(-)
diff --git a/test/test-index.el b/test/tes
branch: externals/phpinspect
commit 58ef5e359976ad60c9bb45c9f686aaa724e64abb
Author: Hugo Thunnissen
Commit: Hugo Thunnissen
Refactor use of project root to project obj injection + test and fix some
bugs
- Test/Fix indexation of method return types
- Get rid of some technical d
elpasync pushed a change to branch externals/phpinspect.
from e04ab0c118 Resolve types of suggested variable completions
new 58ef5e3599 Refactor use of project root to project obj injection +
test and fix some bugs
new 14c63e4187 Improve method return-type test
Summary of
branch: externals/phpinspect
commit 5032ae74ff6f44912ca0ece057325b3ae2a1716e
Author: Hugo Thunnissen
Commit: Hugo Thunnissen
Resolve types of expressions nested in list tokens
- Resolve "(new Foo())->bar"
- Resolve "if ($foo = new Bar()) { $foo->baz"
---
phpinspect-resolve.el |
elpasync pushed a change to branch elpa/hyperdrive.
from 78035e0e21 Tidy: (he/within-version-range) Docstring
new b2fdfa121d Tidy: (he//api-then) Tidy pcase
new 74cd5f6ce3 Docs: Document history buffer file size color
Summary of changes:
doc/hyperdrive.org | 3 +++
doc/h
branch: elpa/hyperdrive
commit 74cd5f6ce35a20aed6872968d69ebdfcd2e035c6
Author: Joseph Turner
Commit: Joseph Turner
Docs: Document history buffer file size color
---
doc/hyperdrive.org | 3 +++
doc/hyperdrive.texi | 3 +++
2 files changed, 6 insertions(+)
diff --git a/doc/hyperdrive.org b
branch: elpa/hyperdrive
commit b2fdfa121d9b55b8295e775a023a27cd90267b0c
Author: Joseph Turner
Commit: Joseph Turner
Tidy: (he//api-then) Tidy pcase
---
hyperdrive-lib.el | 9 +++--
1 file changed, 3 insertions(+), 6 deletions(-)
diff --git a/hyperdrive-lib.el b/hyperdrive-lib.el
index
branch: elpa/with-editor
commit 7189486efbd16b34a599075ec9c5e4f0bab2d656
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
make: Ensure documentation is cleaned up and regenerated when needed
- Files are not the only inputs to `texi', so we cannot rely on their
modification time
branch: elpa/with-editor
commit 4fa6c31c8f8e3fb5536334bac9d62b652dfb5634
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
make release: Don't pass along $VERSION
This currently isn't being used.
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefil
elpasync pushed a change to branch elpa/with-editor.
from d30a96c7b2 ci: Publish manual for tagged releases
new 7189486efb make: Ensure documentation is cleaned up and regenerated
when needed
new 4fa6c31c8f make release: Don't pass along $VERSION
Summary of changes:
Make
branch: externals-release/plz
commit 3df4f3c0a3e6843b1b9dc6a0dda2ea95399bde08
Author: Adam Porter
Commit: Adam Porter
Fix: (plz) Docstring, documentation
---
README.org | 2 +-
plz.el | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/README.org b/README.org
index 7
branch: externals-release/plz
commit 635a026926ea4ad33d78033a4ba4870e9e34156f
Author: Adam Porter
Commit: Adam Porter
Meta: v0.9.1-pre
---
README.org | 4
plz.el | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/README.org b/README.org
index bc7b2866a6..7c27a40a
branch: externals-release/plz
commit c579f039ffdb52ff61775ff25510a9c26e25d0c5
Author: Adam Porter
Commit: Adam Porter
Release: v0.9.1
---
README.org | 2 +-
plz.el | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.org b/README.org
index d817fd33e1..8132cccaeb
branch: externals/plz
commit 99202f2149abbe880fc8cbd8169548684ff032c3
Author: Adam Porter
Commit: Adam Porter
Docs: Update changelog
---
README.org | 4
1 file changed, 4 insertions(+)
diff --git a/README.org b/README.org
index 3181c1c58e..2705cbddc3 100644
--- a/README.org
+++ b/READ
branch: externals-release/plz
commit 528ce2fba20e14c5ec63c14e53141db1cd4b7e93
Author: Joseph Turner
Commit: Adam Porter
Fix: (plz) Expand as-filename
---
plz.el | 12 +---
1 file changed, 9 insertions(+), 3 deletions(-)
diff --git a/plz.el b/plz.el
index 3eb64ed78a..7425f155a3 1006
branch: externals/plz
commit 570eae7fe435e2655d09cd61ae9b5db90f5c30f6
Author: Joseph Turner
Commit: Joseph Turner
Tidy: (plz) Consolidate duplicate (pcase as ...) forms
This commit avoids duplicate headers by passing --dump-header with "-"
as its value in all requests and then p
elpasync pushed a change to branch externals-release/plz.
from df44acec4b Merge: v0.9
new 635a026926 Meta: v0.9.1-pre
new 528ce2fba2 Fix: (plz) Expand as-filename
new 3df4f3c0a3 Fix: (plz) Docstring, documentation
new 6b319645d5 Docs: Update changelog
branch: externals/plz
commit 56b930559c5e9e20e872cc0090de8622b6816bc8
Author: Joseph Turner
Commit: Adam Porter
Fix: (plz) Create empty directories when outputting to a file
---
plz.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/plz.el b/plz.el
index c3316dd481..af
branch: externals/plz
commit 5008920318e93de6ab4b1a57451dc8437edfe4d6
Author: Adam Porter
Commit: Adam Porter
Meta: v0.10-pre
---
README.org | 4
plz.el | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/README.org b/README.org
index bc7b2866a6..5e40920a33 100644
branch: externals-release/plz
commit 6b319645d5ebfec5a9be8059f6121496a283e18d
Author: Adam Porter
Commit: Adam Porter
Docs: Update changelog
---
README.org | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/README.org b/README.org
index 06cb9861c4..d817fd33e1 100644
---
branch: externals/plz
commit f7357edb4e4111a3d602c21185f319772e831229
Merge: 5008920318 c579f039ff
Author: Adam Porter
Commit: Adam Porter
Merge: v0.9.1
---
README.org | 8 +++-
plz.el | 15 +++
2 files changed, 18 insertions(+), 5 deletions(-)
diff --git a/README.org
elpasync pushed a change to branch externals/plz.
from 399ad3e1aa Release: v0.9
new 5008920318 Meta: v0.10-pre
adds 9b681d4893 Merge: v0.8
adds df44acec4b Merge: v0.9
new 635a026926 Meta: v0.9.1-pre
new 528ce2fba2 Fix: (plz) Expand as-filename
ne
branch: externals/plz
commit 8ddabbb5a95a0d3ef0b6b0cfd6e17cb616b2981c
Merge: f7357edb4e 99202f2149
Author: Adam Porter
Commit: Adam Porter
Merge: Create missing subdirectories when downloading to a file
---
README.org | 4
plz.el | 3 ++-
2 files changed, 6 insertions(+), 1 deletio
branch: externals/plz
commit 9fb22d84d9e39692392276d7b7b9979ca6ca1c01
Merge: 8ddabbb5a9 60c8e3fe16
Author: Adam Porter
Commit: Adam Porter
Merge: Consolidate curl argument logic
Also adds Joseph's test for "'head :as 'file".
---
plz.el| 88 ++
branch: externals/plz
commit a91994aae91e4db96062abc7cbabbccf8e09cd16
Author: Joseph Turner
Commit: Joseph Turner
Tidy: (plz) Consolidate --request argument
This tidy-up commit means that GET requests now explicitly pass
"--request GET" to curl, which appears to make no differen
branch: externals/plz
commit 60c8e3fe160f0fbd3385983ad65ed5407e2d4fcc
Author: Joseph Turner
Commit: Joseph Turner
Tests: (plz-head-temp-file) Add
---
tests/test-plz.el | 10 ++
1 file changed, 10 insertions(+)
diff --git a/tests/test-plz.el b/tests/test-plz.el
index 8725b9e4dc..415
branch: elpa/hyperdrive
commit de0d6f98ec1ab49af28049e2fe34ec064d10cf1a
Author: Joseph Turner
Commit: Joseph Turner
Change: (hyperdrive-download-url) Make async
---
hyperdrive.el | 14 +-
1 file changed, 9 insertions(+), 5 deletions(-)
diff --git a/hyperdrive.el b/hyperdrive.el
branch: elpa/hyperdrive
commit 1e539c435c941ebc1a44f57ca2f4d7f358b3302d
Author: Joseph Turner
Commit: Joseph Turner
Meta: Update changelog
---
CHANGELOG.org | 1 +
1 file changed, 1 insertion(+)
diff --git a/CHANGELOG.org b/CHANGELOG.org
index e0edbd7a22..b98516d7d4 100644
--- a/CHANGELOG.
elpasync pushed a change to branch elpa/hyperdrive.
from 74cd5f6ce3 Docs: Document history buffer file size color
new a234d3ee28 Fix: (hyperdrive-download-url) Create nonexistent parent
directories
new de0d6f98ec Change: (hyperdrive-download-url) Make async
new 1e53
branch: elpa/hyperdrive
commit 9524d30b2fcef74ca15dbc444fc7bcd3d99b494d
Author: Joseph Turner
Commit: Joseph Turner
Docs: Update installation instructions
---
doc/hyperdrive.org | 3 +++
doc/hyperdrive.texi | 3 +++
2 files changed, 6 insertions(+)
diff --git a/doc/hyperdrive.org b/doc/hy
branch: elpa/hyperdrive
commit a234d3ee2885adc4a56468359dd6aaca28adc130
Author: Joseph Turner
Commit: Joseph Turner
Fix: (hyperdrive-download-url) Create nonexistent parent directories
---
hyperdrive.el | 3 +++
1 file changed, 3 insertions(+)
diff --git a/hyperdrive.el b/hyperdrive.el
ind
branch: elpa/hyperdrive
commit fd64117c3597e3c375a3da7472ad85d924b7b5fd
Author: Joseph Turner
Commit: Joseph Turner
Change: (he/within-version-range-p) Rename from he/within-version-range
Suggested-by: Adam Porter
---
hyperdrive-history.el | 2 +-
hyperdrive-lib.el | 2 +-
2 f
branch: elpa/hyperdrive
commit 0718055eefe85f0269b116e9d8247b5233780f0a
Author: Joseph Turner
Commit: Joseph Turner
Tidy: (h/dir--invalidate-entry) Remove unnecessary `and' check
---
hyperdrive-dir.el | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/hyperdrive-dir.el
branch: elpa/hyperdrive
commit f78087ede84f9fc10f3f0311c7110fce83828053
Author: Joseph Turner
Commit: Joseph Turner
Tidy: (h/history-find-file) Use defun, not cl-defun
Suggested-by: Adam Porter
---
hyperdrive-history.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff -
branch: elpa/hyperdrive
commit bba6d9a8d0c76a20ddcbe5eff100ac7545b55b5d
Author: Joseph Turner
Commit: Joseph Turner
Tidy: (h/history--invalidate-entry) Remove unnecessary `and' check
---
hyperdrive-history.el | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/hyperdriv
branch: externals/taxy
commit 3099ae5cb27a34961e06a3af67555919c62c12d7
Author: Adam Porter
Commit: Adam Porter
Release: v0.10.2
---
README.org | 2 +-
taxy.el| 2 +-
taxy.info | 106 ++---
3 files changed, 55 insertions(+), 55
branch: externals/taxy
commit 43e1e47aed3f77c3270ce70a6a29154f2447f388
Author: Adam Porter
Commit: Adam Porter
Fix: (taxy-define-key-definer) Reduce expanded docstring width
---
README.org | 3 +-
taxy.el| 6 +-
taxy.info | 247 --
branch: externals/taxy
commit d847db3e5f08a1bcce12271228ebef546be21a19
Author: Adam Porter
Commit: Adam Porter
Meta: v0.10.2-pre
---
README.org | 4
taxy.el| 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/README.org b/README.org
index 47f6e116e5..7acde9d019 100
branch: externals/taxy-magit-section
commit c4d8c1c5393807c41a5b20030a6347beb088b47e
Author: Adam Porter
Commit: Adam Porter
Release: v0.14
---
README.org | 2 +-
taxy-magit-section.el | 2 +-
taxy-magit-section.info | 40
3 files ch
elpasync pushed a change to branch externals/taxy-magit-section.
from cfcfdaf25a Docs: Fix typo
new c113fda80d Fix: (taxy-magit-section-define-column-definer) Reduce
docstring width
new c4d8c1c539 Release: v0.14
Summary of changes:
README.org | 5 +++--
tax
elpasync pushed a change to branch externals/taxy.
from b27fa67ecf Release: 0.10.1
new d847db3e5f Meta: v0.10.2-pre
new 43e1e47aed Fix: (taxy-define-key-definer) Reduce expanded docstring
width
new 3099ae5cb2 Release: v0.10.2
Summary of changes:
README.org | 5
branch: externals/taxy-magit-section
commit c113fda80dcbb76b0a21048896f347530ac9d138
Author: Adam Porter
Commit: Adam Porter
Fix: (taxy-magit-section-define-column-definer) Reduce docstring width
---
README.org | 3 ++-
taxy-magit-section.el | 8 ++--
taxy-magit-section
elpasync pushed a change to branch elpa/hyperdrive.
from f78087ede8 Tidy: (h/history-find-file) Use defun, not cl-defun
new fc8fbb9141 Revert "Fix: (h/history-current-entry) Move into
hyperdrive-lib.el"
new d53fe79960 Tidy: (h/history-find-buffer-visiting) Move into
h/hist
branch: elpa/hyperdrive
commit e25bff2a7e14d316a809a6e4a13610849e1cd2a0
Author: Joseph Turner
Commit: Joseph Turner
Meta: Upgrade taxy-magit-section dependency
This resolves the byte compilation warning:
hyperdrive-mirror.el:72:2: Error: defvar `hyperdrive-mirror-keys' docs
branch: elpa/hyperdrive
commit d53fe79960ddea16cecd934e6c96dca302465ce0
Author: Joseph Turner
Commit: Joseph Turner
Tidy: (h/history-find-buffer-visiting) Move into h/history.el
---
hyperdrive-history.el | 9 +
hyperdrive-lib.el | 9 -
2 files changed, 9 insertions(+), 9
branch: elpa/hyperdrive
commit fc8fbb9141e4960ce4e8ddc2f0cb77d7c007d0f1
Author: Joseph Turner
Commit: Joseph Turner
Revert "Fix: (h/history-current-entry) Move into hyperdrive-lib.el"
This reverts commit 3eae122932b92c45e4de5a580474fc3b737c158a.
Since 9815aae, this change i
branch: elpa/hyperdrive
commit cc77a8852957ffb6e6b9e37287d820017e919368
Author: Joseph Turner
Commit: Joseph Turner
Meta: Upgrade plz.el to 0.9.1
This version of plz expands filenames when downloading :as 'file.
---
hyperdrive.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-
100 matches
Mail list logo