branch: externals/valign
commit 745889d89a7d536df0fd59dfbac54a13f32adc34
Author: Yuan Fu
Commit: Yuan Fu
* valign.el (valign--at-table-p): Don't pass "" to 'char-to-string'.
---
valign.el | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/valign.el b/valign.el
index fe
branch: externals/valign
commit ccbcc1caa275c2849e1a744dc45092a740039f25
Author: Yuan Fu
Commit: Yuan Fu
Fix alignment for Unicode tables
* valign.el (valign--separator-line-p): Test org mode table and
table.el table separately.
(valign--at-table-p): Add missing case.
(v
branch: externals/validate
commit 3287503edfd76e1cd21c0ddada54f610901ed010
Author: Artur Malabarba
Commit: Artur Malabarba
Fix case when const uses :value - Fix #7
---
validate.el | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/validate.el b/validate.el
index a51cd8
branch: externals/pyim
commit 051903524d7656a1e31f028fdbf378e6b34297e8
Author: Feng Shu
Commit: Feng Shu
Add pyim-cregexp-valid-p and use it.
* pyim.el (pyim-cregexp-valid-p): New function.
(pyim-cregexp-build): Use pyim-cregexp-valid-p.
---
pyim.el | 36 ++-
monnier pushed a change to branch externals/validate.
from 2bc1a7c Fix a false negative with list/group/vector schemas
new 3287503 Fix case when const uses :value - Fix #7
new 58ad12e Increase print-length by 1
new 90a6d21 Specifically avoid validating cases
branch: externals/valign
commit 2035143e07f525f365c246bb34a6fc414d85b70b
Author: Yuan Fu
Commit: Yuan Fu
* README-CN.org (自定义): Add descriptions for some variables.
---
README-CN.org | 5 +
1 file changed, 5 insertions(+)
diff --git a/README-CN.org b/README-CN.org
index c25911a..cc4d52
branch: externals/valign
commit ad8419e338fac1466907624c412d98fe9c56cd2e
Author: Yuan Fu
Commit: Yuan Fu
; * test.org: Add a test for Unicode tables.
---
test.org | 20
1 file changed, 20 insertions(+)
diff --git a/test.org b/test.org
index 218d79f..a76e665 100644
---
branch: externals/validate
commit 90a6d213870bd13a15cb9e00606aea6983167e34
Author: Artur Malabarba
Commit: Artur Malabarba
Specifically avoid validating cases of :convert-widget - Fix #5
---
validate.el | 157 ++--
1 file changed, 79 i
branch: externals/validate
commit 58ad12e4018c229a1de98e85efbc8e7e5d655ab1
Author: Artur Malabarba
Commit: Artur Malabarba
Increase print-length by 1
---
validate.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/validate.el b/validate.el
index eb78567..0682e84 100644
-
branch: externals/valign
commit db5145aa2da7237532a1a77eaeade814676c044f
Author: Yuan Fu
Commit: Yuan Fu
* README.org (Customization): Add description for some variables.
---
README.org | 5 +
1 file changed, 5 insertions(+)
diff --git a/README.org b/README.org
index ef291cd..6585e3a 1
branch: externals/valign
commit f5db1efc7bcee2d307c23240b05ea598db6e8190
Author: Yuan Fu
Commit: Yuan Fu
; * README.org: Change link to Chinese README.
---
README.org | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.org b/README.org
index 4b7319d..c6e6ca6 100644
--
branch: externals/valign
commit 3fcb17330e9895b78ca69c4b032e452e00a0be37
Author: Yuan Fu
Commit: Yuan Fu
Fix 'valign--separator-line-p'
* valign.el (valign--separator-p): Add optional argument POINT.
(valign--separator-line-p): Separate logic for table.el tables and org
tabl
branch: externals/valign
commit bcfb414421abfd87085ae9ca111ff4f56ddf92ce
Author: Yuan Fu
Commit: Yuan Fu
Improve parse error report
* valign.el (valign--cell-alignment, valign--calculate-cell-width,
valign--calculate-alignment, valign-table-1): More detail in the error
messa
branch: externals/valign
commit 49209b42fbf3a269688fb3da1eb183f56843451c
Author: Yuan Fu
Commit: Yuan Fu
* README-CN.org: Touch up on phrasing.
---
README-CN.org | 37 ++---
1 file changed, 14 insertions(+), 23 deletions(-)
diff --git a/README-CN.org b/READM
branch: externals/valign
commit acdb5518ce21ddcf8dadb4728076cd4a3b6babf9
Author: Yuan Fu
Commit: Yuan Fu
Really really fix org-indent and line-number problem
* valign.el (valign--pixel-width-from-to): Remove WITH-PREFIX
parameter, remove hacks and use simple subtraction to get t
branch: externals/valign
commit 16ff9472517d48ffb0f0c4830713767ffb576452
Author: Yuan Fu
Commit: Yuan Fu
Patch an outline bug.
* valign.el (valign--flag-region-advice): Change beg to (max 0 beg).
---
valign.el | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/v
branch: externals/valign
commit e8a5ce10838a473dc07f4d8183637c0e493f73e6
Author: Yuan Fu
Commit: Yuan Fu
Remove note about org-indent-mode + line-numbers-mode
* README-CN.org: Remove note.
* README.org: Remove note.
---
README-CN.org | 1 -
README.org| 1 -
2 files changed,
branch: externals/valign
commit b6a0dcdb36b28c177ead30da3d391e68265edf1a
Author: EvanMeek
Commit: Yuan Fu
Add Chinese README
* README-CN.org: New file.
* README.org: Add link to README-CN.org.
---
README-CN.org | 54 ++
README
branch: externals/valign
commit 6b0345e29cdec8526c9c19b73bdea53295ec998e
Author: Yuan Fu
Commit: Yuan Fu
Make at-table-p testing stricter
* valign.el (valign--at-table-p): Tighten check for table.el tables.
---
valign.el | 33 ++---
1 file changed, 22 in
branch: externals/valign
commit b000ccafcdf2a690979dfbb58baa09d5e9710190
Author: Yuan Fu
Commit: Yuan Fu
Fix alignment for table.el tables
When display-line-number-mode is on.
* valign.el (valign--cell-content-config): Change = to <=.
(valign--pixel-width-from-to): Hand
monnier pushed a change to branch externals/valign.
from 223407d Merge remote-tracking branch 'elpa/externals/valign'
new acdb551 Really really fix org-indent and line-number problem
new b000cca Fix alignment for table.el tables
new 6b0345e Make at-table-p te
branch: externals/webfeeder
commit 1084a5d41d3c107211a021fa82924c8a2bf4b341
Author: Pierre Neidhardt
Commit: Pierre Neidhardt
Fix test with default author function.
---
webfeeder-test.el | 6 --
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/webfeeder-test.el b/webfeeder-
branch: externals/webfeeder
commit 0e2535802ff216aed7cde254521fa0164ad8fb47
Author: Pierre Neidhardt
Commit: Pierre Neidhardt
webfeeder-test: Reindent.
---
webfeeder-test.el | 52 ++--
1 file changed, 26 insertions(+), 26 deletions(-)
diff --
branch: externals/webfeeder
commit e9ce707806d4731c7593f2ab267d1db3a304a017
Author: Pierre Neidhardt
Commit: Pierre Neidhardt
Parse author, title and subtitle XML when using default functions.
---
webfeeder.el | 18 ++
1 file changed, 10 insertions(+), 8 deletions(-)
diff -
branch: externals/webfeeder
commit 943ac612e3e4b78985c96c8e71cf50f32646f4cb
Author: Pierre Neidhardt
Commit: Pierre Neidhardt
Actually escape title and subtitle.
---
webfeeder.el | 28 +---
1 file changed, 17 insertions(+), 11 deletions(-)
diff --git a/webfeeder.el
branch: externals/webfeeder
commit da705f929caea124244244ae8a9f6843d6ad49f4
Author: Pierre Neidhardt
Commit: Pierre Neidhardt
Fix test data with escaped subtitle.
---
testdata/default-post0.atom | 2 +-
testdata/libxml-post0+post1.atom| 2 +-
testdata/libxml-post0-no-fancy.atom
monnier pushed a change to branch externals/webfeeder.
from 914a1d0 Version 1.1.1.
new 0e25358 webfeeder-test: Reindent.
new 1084a5d Fix test with default author function.
new e9ce707 Parse author, title and subtitle XML when using default
functions.
branch: externals/which-key
commit ca268fd313d3fb2bd03a8b5e4bdcca675ce58ca7
Author: BlaCk_Void
Commit: GitHub
REAMDE code's Number of parentheses pairs (#270)
---
README.org | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/README.org b/README.org
index d2d375d..c4
branch: externals/which-key
commit c0608e812a8d1bc7aefeacdfaeb56a7272eabf44
Author: Justin Burkett
Commit: Justin Burkett
Version 3.5.1
---
which-key.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/which-key.el b/which-key.el
index ba3efe3..529bcfa 100644
--- a/which-
branch: externals/which-key
commit c011b268196b8356c70f668506a1133086bc9477
Author: Justin Burkett
Commit: Justin Burkett
Add tests for keymap-based-bindings
---
which-key-tests.el | 19 ++-
1 file changed, 18 insertions(+), 1 deletion(-)
diff --git a/which-key-tests.el b/w
branch: externals/which-key
commit 3908719ff2cf45ef886fa484af0cf8a81e95c9aa
Author: Daniel Mendler
Commit: Daniel Mendler
simplify pseudo key
---
which-key.el | 11 ---
1 file changed, 4 insertions(+), 7 deletions(-)
diff --git a/which-key.el b/which-key.el
index de1aa67..b2635ea 1
branch: externals/which-key
commit 428aedfce0157920814fbb2ae5d00b4aea89df88
Author: Justin Burkett
Commit: Justin Burkett
Further simplify which-key--pseudo-key
---
which-key.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/which-key.el b/which-key.el
index b2635ea..ba
branch: externals/which-key
commit 5b37abcbe74ae5012802eacaba3235e310905949
Author: Justin Burkett
Commit: Justin Burkett
Fix which-key--next-page-hint
prefix-keys might be a vector.
Fixes #265
---
which-key.el | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
di
branch: externals/which-key
commit ae59b7edb0d82aa0251803fdfbde6b865083c8b8
Author: Justin Burkett
Commit: Justin Burkett
Version 3.5.0
---
which-key.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/which-key.el b/which-key.el
index 1dbdd08..de1aa67 100644
--- a/which-
branch: externals/which-key
commit 427c3f4a53fe70799b08ff49c23ddd41ab2376c6
Author: Justin Burkett
Commit: Justin Burkett
Clarify README's description of keymap-based replacement
---
README.org | 66 --
1 file changed, 34 insertion
branch: externals/which-key
commit a70fc16adcf604f2cb8061d77813354da018c541
Author: Justin Burkett
Commit: Justin Burkett
Hide paging hint when prefix is help-char
We can't do paging in this case.
---
which-key.el | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git
monnier pushed a change to branch externals/which-key.
from d794c4a Improve keymap-based-replacement description in README
new a70fc16 Hide paging hint when prefix is help-char
new 5b37abc Fix which-key--next-page-hint
new ae59b7e Version 3.5.0
new 42
branch: externals/ztree
commit 07bca6c1ab19aadad03655da9b18f804721784bb
Author: Alexey Veretennikov
Commit: Alexey Veretennikov
Unified creation of callback functions
Now buffer-local function variables and wrapper
functions are created together.
---
ztree-util.el | 20
branch: elpa-admin
commit 68c0d47bd00d59013f153df0d2ec9131ee3461b4
Author: Stefan Monnier
Commit: Stefan Monnier
* elpa-admin.el (elpaa--fetch): Don't show the log if branches diverged
---
elpa-admin.el | 6 ++
1 file changed, 6 insertions(+)
diff --git a/elpa-admin.el b/elpa-admin.el
branch: externals/ztree
commit 8f1ff3365d3b9bed9cf66d3530824ee4118d
Author: Alexey Veretennikov
Commit: Alexey Veretennikov
Reimplemented progress reporting.
Progress reporting is using Emacs' built in
progress-reporter
---
ztree-diff-model.el | 34 ++---
branch: externals/ztree
commit 51b1604953557ea391e5426d0710fef84ca76f90
Author: Alexey Veretennikov
Commit: Alexey Veretennikov
Fixed bug with not expanded root
Removed 1 too many line.
---
ztree-view.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/ztree-view.el b/ztree-view
branch: externals/ztree
commit 0be261d4c0f5892441709293fd962a323f1fb34f
Author: Alexey Veretennikov
Commit: Alexey Veretennikov
Refactored using generics instead of function variables
---
ztree-diff.el | 61 ++
ztree-dir.el | 48 +
branch: externals/ztree
commit dc5f76923436ea87b802b56a54185b6888177a8c
Author: Alexey Veretennikov
Commit: Alexey Veretennikov
Finalized the refactoring with protocol usage.
Fixed the issue when the buffer local variables
used to recreate a model set before the buffer has
b
branch: externals/ztree
commit 6eee81d2691009ce60b2edf7c298b227caf1b0d6
Author: Alexey Veretennikov
Commit: Alexey Veretennikov
Issue #67: LICENSE / COPYING file missing
Added LICENSE file with GPL3 license.
---
LICENSE | 674
branch: externals/ztree
commit 79a0d6efe9d322dd72a0341230f78003b0034636
Author: Alexey Veretennikov
Commit: Alexey Veretennikov
Renamed cl function incf to cl-incf
---
ztree-view.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ztree-view.el b/ztree-view.el
index ddf24
branch: externals/ztree
commit f658f5a93cf48f313d6e01f7aca5bb968d8b3f5a
Author: Alexey Veretennikov
Commit: Alexey Veretennikov
Issue #71: Warning: Package cl is deprecated
Use cl-lib instead.
---
ztree-diff-model.el | 2 +-
ztree-diff.el | 4 ++--
ztree-dir.el| 2 +-
monnier pushed a change to branch externals/ztree.
from 0a5b25f Merge pull request #68 from webzak/fix_ws_ignore
new f658f5a Issue #71: Warning: Package cl is deprecated
new 79a0d6e Renamed cl function incf to cl-incf
new 6eee81d Issue #67: LICENSE / COPYING
branch: externals/yasnippet
commit 7c02bc142c3b157699ab8c4f24ff98da94401248
Author: Noam Postavsky
Commit: Noam Postavsky
Fix failure on depth 2+ nested snippets
* yasnippet.el (yas--advance-end-maybe-previous-fields): New function.
(yas--commit-snippet, yas--on-field-overlay-mo
branch: externals/yasnippet
commit 1cc1996074bdd8fa4e94a51171f5f4ae35f6600b
Author: Noam Postavsky
Commit: Noam Postavsky
Don't bind inhibit-modification-hooks in yas--snippet-create
* yasnippet.el (yas--snippet-create): Bind before-change-functions and
after-change-functions to
branch: externals/yasnippet
commit 5b1217ab085fab4abeb1118dccb260691b446703
Author: Noam Postavsky
Commit: Noam Postavsky
; Add some notes about narrowing, font-lock cc-mode issues
* yasnippet-tests.el (yas--with-font-locked-temp-buffer)
(example-for-issue-474):
* yasnippet.
branch: externals/yasnippet
commit 170d13d0691c5e5bb22ae6c1026eabdd9267508b
Author: Noam Postavsky
Commit: Noam Postavsky
Scan nested fields properly
* yasnippet.el (yas--scan-for-field-end): New function.
(yas--field-parse-create): Use it instead of yas--scan-sexps, which
i
branch: externals/yasnippet
commit 291873ee13543c962bfc69cde330c8704a7dcfde
Author: Noam Postavsky
Commit: Noam Postavsky
; .travis.yml: Clean up validator warnings/infos
---
.travis.yml | 6 --
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/.travis.yml b/.travis.yml
inde
branch: externals/yasnippet
commit 5cbdbf0d2015540c59ed8ee0fcf4788effdf75b6
Author: Noam Postavsky
Commit: Noam Postavsky
Handle errors during evaluation properly
* yasnippet.el (yas--eval-for-string): Convert error to a string,
rather than returning the error data (which can on
branch: externals/yasnippet
commit ac03c2f192ac0a6e8fca8c5b93a0eb7955e43c24
Author: Noam Postavsky
Commit: Noam Postavsky
; Test on Emacs 27
* .travis.yml: Add 27-prerelease. Change 26-prerelease to 26.3.
---
.travis.yml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
dif
monnier pushed a change to branch externals/yasnippet.
from 3bf9a3b Release 0.14.0
new ac03c2f ; Test on Emacs 27
new 7c02bc1 Fix failure on depth 2+ nested snippets
new 170d13d Scan nested fields properly
new 291873e ; .travis.yml: Clean up validat
branch: externals/yasnippet
commit d3d6d70b1cd4818d271752468e0fdb0788db750d
Author: João Távora
Commit: João Távora
Correct manual call to after-change-functions
The pre-change-len argument passed to each element of
after-change-fucntions must reflect the length of the affected
branch: externals/tiny
commit fd8a6b0b0c564d8242259e20e557ee6041f40908
Author: Oleh Krehel
Commit: Oleh Krehel
tiny.el: Make "m10|fun(%s)" work
Stop relying on 'cl, use 'cl-lib instead.
---
tiny-test.el | 11 ---
tiny.el | 30 +++---
2 files cha
branch: externals/tiny
commit e3474f3a11173b112a8fbd31aaf7d73a476884ff
Author: Oleh Krehel
Commit: Oleh Krehel
tiny.el (tiny-mapconcat-parse): Less false positives
After this chage, tiny won't try to expand this (point is at |):
(+ my-variable-1 asdf|)
Previous
branch: externals/tiny
commit 4a16dc3cdc8b3ffe9a6da2bb4225247f44cadf9c
Author: Oleh Krehel
Commit: Oleh Krehel
tiny.el (tiny-expand): Return true if expanded
---
tiny.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/tiny.el b/tiny.el
index b4da4b2..3d5110d 100644
---
monnier pushed a change to branch externals/tiny.
from 012b2e7 targets/elpa.el: Add copyright notice
new d883abc tiny.el (tiny--strip-newlines): Rename from tiny--strip-\n
new 4a16dc3 tiny.el (tiny-expand): Return true if expanded
new e3474f3 tiny.el (tiny-ma
branch: externals/tiny
commit d883abcca6476e33bb624f80d59b86fe992cb515
Author: Oleh Krehel
Commit: Oleh Krehel
tiny.el (tiny--strip-newlines): Rename from tiny--strip-\n
---
tiny.el | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/tiny.el b/tiny.el
index 66eea40..b4
branch: externals/realgud-ipdb
commit f18f907aa4ddd3e59dc19ca296d4ee2dc5e436b0
Author: rocky
Commit: rocky
Fix broken link ...
and http:// -> https://
---
README.md | 2 +-
realgud-ipdb.el | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/RE
branch: externals/realgud-ipdb
commit bbfcf32266199dbd56a9b9caa07f335c2eea98b2
Author: R. Bernstein
Commit: GitHub
Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index a4bb574..bbcec1b 100644
--- a/README.md
+++ b/REA
branch: externals/realgud-ipdb
commit 6a70d4550bf24caf866fbe4f424870b72bd5f78a
Author: junnu-github
Commit: junnu-github
fix names of realgud--ipdb-completion-at-point,
realgud--ipdb-minibuffer-history
---
ipdb/ipdb.el | 12 ++--
1 file changed, 6 insertions(+), 6 deletions(-)
dif
branch: externals/realgud-ipdb
commit 073db528c932680ccea7a74fb71ed0f6d1ac02c5
Author: R. Bernstein
Commit: GitHub
Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 576a8f3..a4bb574 100644
--- a/README.md
+++ b/REA
branch: externals/realgud-ipdb
commit 40c4d1c20482b0615ed9d56447a29e7e1d6bc17c
Merge: 3642767 989f3c4
Author: R. Bernstein
Commit: GitHub
Merge pull request #4 from junnu-github/master
Fix realgud--ipdb-command-name
---
ipdb/core.el | 2 +-
1 file changed, 1 insertion(+), 1 deletio
branch: externals/realgud-ipdb
commit 347090928d7866a9909208c5bbe2cb8fa7b55cd7
Merge: 40c4d1c 6a70d45
Author: R. Bernstein
Commit: GitHub
Merge pull request #5 from junnu-github/master
fix names of realgud--ipdb-completion-at-point, realgud--ipdb-minibuf…
---
ipdb/ipdb.el | 12
branch: externals/realgud-ipdb
commit 989f3c43ea8e63256f8f97e9132fd80d696c726f
Author: Anush V
Commit: Anush V
Fix realgud--ipdb-command-name
---
ipdb/core.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ipdb/core.el b/ipdb/core.el
index 7468299..9201833 100644
--- a/
monnier pushed a change to branch externals/realgud-ipdb.
from 3642767 Fix packaging to include all ipdb subdirectory
new 989f3c4 Fix realgud--ipdb-command-name
new 40c4d1c Merge pull request #4 from junnu-github/master
new 6a70d45 fix names of realgud--ipdb-
branch: externals/realgud-node-inspect
commit e606e0b55fc714922bb4c18254d0a727e1f9cc1c
Author: rocky
Commit: rocky
Tweak links
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 5ab2126..a9f94dc 100644
--- a/README.md
+++ b/READ
branch: externals/realgud-node-inspect
commit 4d9dd412858d7fe0a6c4658c4102d40f1fd54ee6
Author: R. Bernstein
Commit: GitHub
Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 60397ad..00e0fe2 100644
--- a/README.md
+
branch: externals/realgud-node-inspect
commit c3ed48cf3bc2b28f9fd23bcf60ea13a3cf019fc8
Author: R. Bernstein
Commit: GitHub
Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 00e0fe2..fef475f 100644
--- a/README.md
+
branch: externals/realgud-node-inspect
commit 7fecb5468fd5828bb627e5a837562709ceef
Author: rocky
Commit: rocky
Small doc tweak
---
README.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/README.md b/README.md
index a9f94dc..60397ad 100644
--- a/README.md
+++ b/README.md
@@ -4,3
monnier pushed a change to branch externals/realgud-node-inspect.
from b753407 Adjust author line
new e0f1844 Recent node notes frame changes in loc
new e606e0b Tweak links
new 7fe Small doc tweak
new 4d9dd41 Update README.md
new c3ed48c
branch: externals/realgud-node-inspect
commit e0f18442d759b8ce4479c01e090975b62270257d
Author: rocky
Commit: rocky
Recent node notes frame changes in loc
---
realgud-node-inspect/init.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/realgud-node-inspect/init.el b/rea
branch: externals/realgud-lldb
commit 47cb0178fdde50a9d9151ab45806b41007cd758a
Author: rocky
Commit: rocky
Correct travis badge image
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index a185170..231527f 100644
--- a/README.md
+++ b/R
branch: externals/realgud-lldb
commit d693c26689555f23a546cfd9e814778706a76f15
Author: rocky
Commit: rocky
Try TravisCI
---
.gitignore | 1 +
.travis.yml | 17 +
Cask | 12
cask-install.el | 12
run-travis-ci.sh | 21 +++
branch: externals/realgud-lldb
commit b67a54b5366d53fb2666dcf99dd1d4b5fb6c5e14
Author: rocky
Commit: rocky
More tests, more batches
---
.travis.yml | 6 +++---
README.md | 13 -
2 files changed, 15 insertions(+), 4 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 05
monnier pushed a change to branch externals/realgud-lldb.
from f2f77d6 Get ready for release 1.0.2
new d693c26 Try TravisCI
new b67a54b More tests, more batches
new 47cb017 Correct travis badge image
Summary of changes:
.gitignore | 1 +
.travis.yml
branch: externals/scanner
commit adf5fd6f57ed9234984d038fac7d4b4d0ac0ac3c
Author: Raffael Stocker
Commit: Raffael Stocker
re-indent long or weird lines
---
scanner.el | 15 +++
1 file changed, 7 insertions(+), 8 deletions(-)
diff --git a/scanner.el b/scanner.el
index 9f3df3c..3
branch: externals/scanner
commit cd7839244f3e3b44b36771a0de833d837ed47716
Author: Raffael Stocker
Commit: Raffael Stocker
clarify docstring in scanner-scan-delay
---
scanner.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scanner.el b/scanner.el
index 32aa7c3..5a755d7
branch: externals/scanner
commit d0c4981aba1ee2dffa398db8ef601fa4a9c5e0cf
Author: Raffael Stocker
Commit: Raffael Stocker
add a ‘:whatever’ paper size to let scanimage use maximum scan area
* scanner.el (scanner-doc-papersize): allow :whatever as key
(scanner-select-pap
branch: externals/scanner
commit 43cf030c7338d59f42b90c2d45e2eb7755623447
Author: Raffael Stocker
Commit: Raffael Stocker
explicitly set variables modified with plist-put
‘plist-put’ doesn't guarantee to keep the structure of a plist intact, so we
explicitly set the list to its
monnier pushed a change to branch externals/scanner.
from b96d3d1 bump version number
new d64d59f handle old scanimage versions without the -o switch
new d0c4981 add a ‘:whatever’ paper size to let scanimage use maximum
scan area
new adf5fd6 re-indent long o
branch: externals/scanner
commit d64d59f884e981a029a89f3db34ab167a3c54d17
Author: Raffael Stocker
Commit: Raffael Stocker
handle old scanimage versions without the -o switch
* scanner.el (scanner--scanimage-args): remove output file argument
(scanner--program-version):
branch: externals/rich-minority
commit 7902a2e40e049e150f7eaced53181bfb01525e60
Merge: 333e466 8dbc001
Author: Artur Malabarba
Commit: GitHub
Merge pull request #16 from sten0/master
Add examples to documentation
---
README.org | 24 +++-
1 file changed, 23 inse
branch: externals/rich-minority
commit 333e4669f76a0fb68b433117d377711e418a525e
Merge: 478f0fb 93d44e4
Author: Artur Malabarba
Commit: GitHub
Merge pull request #18 from brandelune/master
Move license to GPL3+
---
LICENSE | 903 ++---
branch: externals/rich-minority
commit a50d9b2fd059f6a0e5b22063a5375851a087f61a
Author: Artur Malabarba
Commit: Artur Malabarba
Add an example to the readme - Fix #19
---
README.org | 9 +
1 file changed, 9 insertions(+)
diff --git a/README.org b/README.org
index 4e89bea..308ca69 1
branch: externals/rich-minority
commit 8400e55b95187a5d8e9d4cd5f361d5b0966e033c
Author: Kirill Ignatiev
Commit: Kirill Ignatiev
Silence byte compilation warning
See
https://github.com/emacs-mirror/emacs/blob/3ff7d7321ac62b1eb896e8a032e7f75f5a6b8146/lisp/emacs-lisp/bytecomp.el#L2449
branch: externals/rich-minority
commit 93d44e4532c6deb595b70df201485cfb9ebacaad
Author: Jean-Christophe Helary
Commit: Jean-Christophe Helary
Move license to GPL3+
License has been moved to GPL3 and newer.
---
LICENSE | 903 ++---
branch: externals/rich-minority
commit d33d2e357c8eb0b38624dbc51e8b953b08b0cc98
Author: Artur Malabarba
Commit: Artur Malabarba
Version 1.0.3
---
rich-minority.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rich-minority.el b/rich-minority.el
index 259c00c..56b8788 1
branch: externals/rich-minority
commit 8dbc001cb0643eaf124fe9b2037b7e2282e785a7
Author: Nicholas D Steeves
Commit: Nicholas D Steeves
Add "Blacklist all minor modes" example
---
README.org | 10 ++
1 file changed, 10 insertions(+)
diff --git a/README.org b/README.org
index 3c4dd3c.
branch: externals/rich-minority
commit a03e693f6f9232cf75363aaaf1cb041f21675c19
Merge: d33d2e3 8400e55
Author: Artur Malabarba
Commit: GitHub
Merge pull request #22 from ikirill/master
Silence byte compilation warning
---
rich-minority.el | 6 +++---
1 file changed, 3 insertions(+)
branch: externals/rich-minority
commit 5839ee43b1f91d1d95d5ec4543e978424ce0649b
Author: Artur Malabarba
Commit: Artur Malabarba
Move a lambda to a global function to reduce memory usage -- Fix #20
---
rich-minority.el | 14 --
1 file changed, 8 insertions(+), 6 deletions(-)
dif
branch: externals/rich-minority
commit 5f01a29eb8acbfb3db715b2d45d3aed095b07978
Author: Nicholas D Steeves
Commit: Nicholas D Steeves
Provide rm-blacklist configuration example (Source: issue 108)
Source: https://github.com/Malabarba/smart-mode-line/issues/108
---
README.org | 14 ++
branch: externals/rich-minority
commit d8cd63952289a42b028d32aa170f12aa180b8b13
Author: Fredrik Axelsson
Commit: Fredrik Axelsson
Add missing quote.
---
rich-minority.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rich-minority.el b/rich-minority.el
index 2bf8189..25
branch: externals/rich-minority
commit 478f0fbc0dbba6619a96a471b9b295f2f436475f
Merge: f8541d9 a18097b
Author: Artur Malabarba
Commit: GitHub
Merge pull request #14 from cpitclaudel/master
Fix alignment of mode names in tooltip
---
rich-minority.el | 6 --
1 file changed, 4 ins
branch: externals/rich-minority
commit 3201f6e1769beb9f6cbbda392bef99fce337acf4
Author: Artur Malabarba
Commit: Artur Malabarba
Shorten readme a bit
---
README.org | 21 +++--
1 file changed, 3 insertions(+), 18 deletions(-)
diff --git a/README.org b/README.org
index 5d8b52
branch: externals/rich-minority
commit 9355dc5378f18580d7542d6eb4f1038c3e211b08
Author: Artur Malabarba
Commit: Artur Malabarba
Add lexical binding to the file
---
rich-minority.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rich-minority.el b/rich-minority.el
index
branch: externals/rich-minority
commit a18097b6a1c04b0c581a312f4ac224e2c5b316e7
Author: Clément Pit--Claudel
Commit: Clément Pit--Claudel
Fix alignment of mode names in tooltip
This is useful when lighters include wide characters.
---
rich-minority.el | 6 --
1 file changed, 4
1 - 100 of 238 matches
Mail list logo