[elpa] master 5467880: Fix previous change for version-less commands

2019-04-01 Thread Noam Postavsky
branch: master commit 54678808cdb18da080553e18ce5d806cd1659c82 Author: Noam Postavsky Commit: Noam Postavsky Fix previous change for version-less commands * packages/debbugs/debbugs-gnu.el (debbugs-gnu-make-control-message): Bind version to the empty string rather than nil. ---

[elpa] master be4e402: New command debbugs-control-make-message (Bug#33225)

2019-04-01 Thread Noam Postavsky
branch: master commit be4e402f92ba3c2326f0f71afdcc5dde66546624 Author: Noam Postavsky Commit: Noam Postavsky New command debbugs-control-make-message (Bug#33225) Add new command debbugs-control-make-message which is like debbugs-gnu-send-control-message, but doesn't send the

[elpa] master 407c13c: Wcheck: Mention GNU Elpa in the README file

2019-04-01 Thread Teemu Likonen
branch: master commit 407c13cc94c645a3061acde726151d57e2f4a6e6 Author: Teemu Likonen Commit: Teemu Likonen Wcheck: Mention GNU Elpa in the README file --- packages/wcheck-mode/README.md | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git

[elpa] externals/relint updated (ee70350 -> fdfb2d7)

2019-04-01 Thread Mattias Engdeg�rd
mattiase pushed a change to branch externals/relint. from ee70350 FSF copyright, URL, and increment version to 1.5 new 41831f4 Add several cl-seq and other functions, and simplify. new f9e4d20 More messages and updates when running interactively new 4145e3f

[elpa] externals/relint 98bbb44 4/8: Documentation updates

2019-04-01 Thread Mattias Engdeg�rd
branch: externals/relint commit 98bbb445acc2f64ffa1e38e8e3e75b4ed04491f6 Author: Mattias Engdegård Commit: Mattias Engdegård Documentation updates Update README.org and the package description in relint.el to account for that installation is now made from ELPA. --- README.org

[elpa] externals/relint 4145e3f 3/8: Drop -patterns and -pattern-list as variable suffixes

2019-04-01 Thread Mattias Engdeg�rd
branch: externals/relint commit 4145e3f91871694cf5b19a43e615a36e501ca657 Author: Mattias Engdegård Commit: Mattias Engdegård Drop -patterns and -pattern-list as variable suffixes The -patterns and -pattern-list suffix rule found very few actual regexp lists, and enough false

[elpa] externals/relint 41831f4 1/8: Add several cl-seq and other functions, and simplify.

2019-04-01 Thread Mattias Engdeg�rd
branch: externals/relint commit 41831f4bc1fcbdcaa9326a1af08805b25253e004 Author: Mattias Engdegård Commit: Mattias Engdegård Add several cl-seq and other functions, and simplify. The cl-seq functions require special attention to the keyword arguments, some of which must be

[elpa] externals/relint cff253a 6/8: Add relint-current-buffer

2019-04-01 Thread Mattias Engdeg�rd
branch: externals/relint commit cff253a55d8e205d6a3dc52b58cb890cd1537dfc Author: Mattias Engdegård Commit: Mattias Engdegård Add relint-current-buffer Suggested by Manuel Uberti (resolves #5). File names in the error buffer are now relative, making them shorter and

[elpa] externals/relint 350a9e4 7/8: Extend regexp-generating heuristics

2019-04-01 Thread Mattias Engdeg�rd
branch: externals/relint commit 350a9e4e90d4747ca8538a3332868b4b7a943ab6 Author: Mattias Engdegård Commit: Mattias Engdegård Extend regexp-generating heuristics Recognise more standard regexp-returning functions, several standard regexp variables, and look at variable names to

[elpa] externals/relint eabac3b 5/8: Add memql as a safe function

2019-04-01 Thread Mattias Engdeg�rd
branch: externals/relint commit eabac3b9385c9c6e9f17cbecf66361e3b4b60410 Author: Mattias Engdegård Commit: Mattias Engdegård Add memql as a safe function --- relint.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/relint.el b/relint.el index 04081ca..dd5faae 100644

[elpa] externals/relint fdfb2d7 8/8: Increment version to 1.7; add News section

2019-04-01 Thread Mattias Engdeg�rd
branch: externals/relint commit fdfb2d75c8a28808e7099635d9bfba651f9044cc Author: Mattias Engdegård Commit: Mattias Engdegård Increment version to 1.7; add News section Also raise the xr requirement to version 1.10. Although older xr will work technically, newer versions make

[elpa] externals/relint f9e4d20 2/8: More messages and updates when running interactively

2019-04-01 Thread Mattias Engdeg�rd
branch: externals/relint commit f9e4d20dae8544ecee426dcd43444b4ac08ef2ce Author: Mattias Engdegård Commit: Mattias Engdegård More messages and updates when running interactively --- relint.el | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/relint.el b/relint.el

[elpa] externals/xr 7612347 2/5: URL to repository and to relint

2019-04-01 Thread Mattias Engdeg�rd
branch: externals/xr commit 761234723172e73de558d558c1e6336912f4e88f Author: Mattias Engdegård Commit: Mattias Engdegård URL to repository and to relint --- README.org | 2 +- xr.el | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index

[elpa] externals/xr 5b53cc9 3/5: Warn about two-character ranges like [*-+]

2019-04-01 Thread Mattias Engdeg�rd
branch: externals/xr commit 5b53cc9efe25b668ce0c7263c1b8cf50c999a6cb Author: Mattias Engdegård Commit: Mattias Engdegård Warn about two-character ranges like [*-+] --- xr-test.el | 5 + xr.el | 10 ++ 2 files changed, 15 insertions(+) diff --git a/xr-test.el b/xr-test.el

[elpa] externals/xr updated (2136a7d -> 2aec9fd)

2019-04-01 Thread Mattias Engdeg�rd
mattiase pushed a change to branch externals/xr. from 2136a7d Increment version to 1.9 new 4525d39 Comment cosmetics, and add a README. new 7612347 URL to repository and to relint new 5b53cc9 Warn about two-character ranges like [*-+] new 018a994

[elpa] externals/xr 2aec9fd 5/5: Increment version to 1.10; add News section

2019-04-01 Thread Mattias Engdeg�rd
branch: externals/xr commit 2aec9fdd6bac987896c262bf8d8d19b6eefaa691 Author: Mattias Engdegård Commit: Mattias Engdegård Increment version to 1.10; add News section --- xr.el | 28 +++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/xr.el b/xr.el

[elpa] externals/xr 018a994 4/5: Warn about [[:class:]] in skip-sets

2019-04-01 Thread Mattias Engdeg�rd
branch: externals/xr commit 018a994f9cb5d2fcd9dcfcabef40f492b7bb952b Author: Mattias Engdegård Commit: Mattias Engdegård Warn about [[:class:]] in skip-sets This check overlaps the general "[...]" check, but neither is a subset of the other. It's possible to get both; no harm