elpasync pushed a change to branch externals/org.
from f03cba1 Merge branch 'maint'
new f7e0e17 ox-texinfo: Fix colons removal in menu entries
new 635920c Merge branch 'maint'
Summary of changes:
lisp/ox-texinfo.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(
branch: externals/org
commit 635920c730e861ca667b99358c7b4f3b153bce0f
Merge: f03cba1 f7e0e17
Author: Nicolas Goaziou
Commit: Nicolas Goaziou
Merge branch 'maint'
---
lisp/ox-texinfo.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/ox-texinfo.el b/lisp/ox-texinfo.e
branch: externals-release/org
commit f7e0e17e828595324f5e3e6a319e51328a197f97
Author: Nicolas Goaziou
Commit: Nicolas Goaziou
ox-texinfo: Fix colons removal in menu entries
* lisp/ox-texinfo.el (org-texinfo--format-entries): Fix regexp
matching unwanted colons.
Reported
branch: externals/company
commit 061d2a22c39c77b3cbd3f9a9d7302624e6dfcd3c
Author: JenChieh
Commit: JenChieh
Fix review
---
company.el | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/company.el b/company.el
index 9876de6..7f02140 100644
--- a/company.el
+++ b/company
branch: externals/company
commit b4145d3e23c976f51a7d511d68e15af38ce050fd
Merge: b8224f2 061d2a2
Author: Dmitry Gutov
Commit: GitHub
Merge pull request #1085 from jcs-PR/icon
Add choices, tty, detect
---
company.el | 8 ++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff
branch: externals/company
commit 86443adbec2c0bc5dbcd5ba942684da42ea96f3e
Author: JenChieh
Commit: JenChieh
Make custom
---
company.el | 7 +--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/company.el b/company.el
index c330d36..9876de6 100644
--- a/company.el
+++ b/comp
branch: externals/company
commit a1849117dfc979a63e0671dbf0f247fb94fa4414
Author: JenChieh
Commit: JenChieh
Add choices, tty, detect
---
company.el | 2 ++
1 file changed, 2 insertions(+)
diff --git a/company.el b/company.el
index 08d30a3..c330d36 100644
--- a/company.el
+++ b/company.el
@
elpasync pushed a change to branch externals/company.
from b8224f2 Merge pull request #1083 from mohkale/unicode-icons
new a184911 Add choices, tty, detect
new 86443ad Make custom
new 061d2a2 Fix review
new b4145d3 Merge pull request #1085 from jcs-