branch: externals/ob-haxe
commit bc3f44cb73cb7806bbf23f83e6f1caf6c9614dc9
Author: Ian Martins
Commit: Ian Martins
ob-haxe.el: Add doc link to commentary
---
ob-haxe.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/ob-haxe.el b/ob-haxe.el
index 6f5c529..60a457e 100644
branch: externals/ob-haxe
commit 8a4fb53b132514405c880fa60fce73cbd27d8774
Author: Ian Martins
Commit: Ian Martins
README: Rename readme file
* README: Rename from README.org, reformat
ELPA doesn't render Org, so convert the file to unformatted text.
---
README | 10 +++
branch: externals/ob-haxe
commit d52fa3bc87310a560bed8e6362e412c4b3d73294
Author: Ian Martins
Commit: Ian Martins
ob-haxe.el: Bump version for initial release
---
ob-haxe.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ob-haxe.el b/ob-haxe.el
index 60a457e..97b0a05 10
monnier pushed a change to branch externals/ob-haxe.
from c4d9e25 ob-haxe.el: Use shell-quote-argument instead of regexp
new 8a4fb53 README: Rename readme file
new bc3f44c ob-haxe.el: Add doc link to commentary
new d52fa3b ob-haxe.el: Bump version for initial
branch: externals/pyim
commit 498cc3357d4793d977eb1ad310e54c1c75015f41
Author: Feng Shu
Commit: Feng Shu
* pyim.el (pyim-hanzi2pinyin): When not find a cchar's pinyin, return nil.
---
pyim.el | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pyim.el b/pyim.el
index 9
branch: main
commit 7c98236506edf32de03155104e2bc450190843c3
Author: Feng Shu
Commit: Feng Shu
* elpa-packages ("ivy-posframe" and "posframe"): :auto-sync t
---
elpa-packages | 8 ++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/elpa-packages b/elpa-packages
index 9f0c
branch: externals/org
commit 7922d161c02cf83269d3b7647a0b18fcee24b37e
Author: Stefan Kangas
Commit: Kyle Meyer
Backport commit b34d39170 from Emacs
* lisp/org.el: Don't require easymenu in Emacs 28 or later.
Minor fixes after preloading easymenu
b34d39170b67a7a285f7c8c2
branch: externals/org
commit 6382dbc950e7f588fb4e4b606b0103245b0662b7
Author: Glenn Morris
Commit: Kyle Meyer
Backport commit fddd63f8b from Emacs
* lisp/ox-texinfo.el (org-texinfo-export-to-texinfo-batch): New
function.
Distribute the real source for some doc/misc manu
branch: externals/org
commit 8b9d6f67a083e22fe4fb2cadb2e21f1588e12bdc
Merge: 63c5cac 7922d16
Author: Kyle Meyer
Commit: Kyle Meyer
Merge branch 'km/from-emacs-master'
---
etc/ORG-NEWS| 2 +-
lisp/org-agenda.el | 9 +
lisp/org-element.el | 2 +-
lisp/org-macs.el| 58 +
branch: externals/org
commit 63da3ccfb4952c9b9a8ca12abf8b1204fdd1cd25
Author: Stefan Monnier
Commit: Kyle Meyer
Backport commit 8d5dfafab from Emacs
While at it, I enabled lexical-binding in the affected files.
* lisp/org-agenda.el (org-let, org-let2): Move from org-macs an
branch: externals/org
commit f9a414eb83b40704d75fa841ec75d9b4bfe7a5d3
Author: Stefan Kangas
Commit: Kyle Meyer
Backport commit 2c639a35a from Emacs
* lisp/org.el: Don't require overlay; that's only needed in XEmacs.
Don't require overlay; that's only needed in XEmacs
2c
elpasync pushed a change to branch externals/org.
from 63c5cac test-org-agenda.el: Test bulk functions
new da1ebab Backport commit de15ca7d0 from Emacs
new 63da3cc Backport commit 8d5dfafab from Emacs
new 6382dbc Backport commit fddd63f8b from Emacs
ne
branch: externals/org
commit da1ebabfab5a9092be291b9ded4458f0fc2bd39c
Author: Mattias EngdegÄrd
Commit: Kyle Meyer
Backport commit de15ca7d0 from Emacs
Fix typos
de15ca7d0065c5f77c88a90f4f14569886be3617
Mattias EngdegÄrd
Thu Feb 18 16:50:55 2021 +0100
---
etc/ORG-NEWS |
branch: externals/dash
commit 6a086fccc95e96db2a819346d1eaf504654d9713
Author: Basil L. Contovounesios
Commit: Basil L. Contovounesios
Mention GNU-devel ELPA before MELPA
* dash-template.texi (Installation):
* readme-template.md (Installation): Advertise GNU-devel ELPA before
branch: externals/dash
commit 1a53e13d7964c84cf756ead353eb6dc094b65fd5
Author: Basil L. Contovounesios
Commit: Basil L. Contovounesios
Point release 2.18.1
* NEWS.md (2.18.1): Announce regression fix.
* dash.el: Bump to version 2.18.1.
* README.md:
* dash.texi: Rege
elpasync pushed a change to branch externals/dash.
from 0e97578 Release dash 2.18.0 and dash-functional 1.3.0
new 3deba09 Fix off-by-one regression in --iterate
new 0b9cdba Speed up -flatten-n a bit
Summary of changes:
dash.el | 19 ---
dev/e
branch: externals/dash
commit 3deba098ab6f20dd6016f7943b3af64f8f045308
Author: Basil L. Contovounesios
Commit: Basil L. Contovounesios
Fix off-by-one regression in --iterate
* dash.el (--iterate): Evaluate FORM N-1, not N, times, fixing a
regression in Dash 2.18.0. Don't evalua
branch: externals/dash
commit 0b9cdbaa31c7ae2406722fd9c534aad8f38fa1d5
Author: Basil L. Contovounesios
Commit: Basil L. Contovounesios
Speed up -flatten-n a bit
* dash.el (-flatten-n): Don't maintain a list of intermediate
results. Eta-reduce.
* dev/examples.el (-flatten-n)
18 matches
Mail list logo