branch: externals/aggressive-indent
commit f920dd59c895875c23dd67e7a3e80763de4e913a
Merge: c39dbff fdafc53
Author: Artur Malabarba
Commit: GitHub
Merge pull request #123 from leungbk/patch
Add elm- and haskell-mode to excluded list.
---
aggressive-indent.el | 6 --
1 file chang
branch: externals/aggressive-indent
commit 58348d29adf8d2f23da2798badd7f89ff59cd7cc
Merge: bfd04fc f611f31
Author: Artur Malabarba
Commit: GitHub
Merge pull request #135 from leuven65/master
Cancel the timer when buffer is killed
---
aggressive-indent.el | 12 ++--
1 file c
branch: externals/aggressive-indent
commit d6778ae89cd2d40949aa076a43e327f7acff59c3
Author: Artur Malabarba
Commit: Artur Malabarba
Add python to excluded modes
---
aggressive-indent.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/aggressive-indent.el b/aggressive-indent.el
index 328
branch: externals/aggressive-indent
commit 1f09fe232bf4d7e26bf0ef9104132daa99064fd1
Author: Artur Malabarba
Commit: Artur Malabarba
Add sql-interactive-mode
---
aggressive-indent.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/aggressive-indent.el b/aggressive-indent.el
index 6603a18
branch: externals/aggressive-indent
commit bfd04fcb943ec2e62a1c51408652c751d61cb59c
Merge: c28246b 81b6f68
Author: Artur Malabarba
Commit: GitHub
Merge pull request #136 from tmurph/master
Capture current buffer for idle timer indentation function.
---
aggressive-indent.el | 25 +++
branch: externals/aggressive-indent
commit 113389c223ed02cc44655fe6d891242dd0e5eb09
Merge: b0ec004 7e65c9e
Author: Artur Malabarba
Commit: Artur Malabarba
Merge remote-tracking branch 'elpa/externals/aggressive-indent'
---
aggressive-indent.el | 9 -
1 file changed, 4 insertions(+),
branch: externals/aggressive-indent
commit 986df07134448b8afb82be9350e48d4ee2b5f293
Author: Steve Purcell
Commit: Steve Purcell
Code actually requires Emacs 24.3, so state that explicitly
---
aggressive-indent.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/aggressive
branch: externals/aggressive-indent
commit e1c17abb4aa714c2f5b2a2a4b45c4cd72d69a155
Author: Steve Purcell
Commit: Steve Purcell
Consistently kill timer safely, avoiding a race condition
---
aggressive-indent.el | 27 ---
1 file changed, 12 insertions(+), 15 deletions
branch: externals/aggressive-indent
commit d5417f449af0dc13c402e6d9949ba002aa8b83af
Author: Artur Malabarba
Commit: Artur Malabarba
Don't indent in ediff-merge buffers
---
aggressive-indent.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/aggressive-indent.el b/aggressive-indent.el
in
branch: externals/aggressive-indent
commit 4994a50c6d0086491b1989830e29810e9daf0e5a
Author: Artur Malabarba
Commit: Artur Malabarba
Revert "Make the idle timer not be buffer local"
This reverts commit cc8da01e32684e1b75d2901400e6723b2c2d42f8.
---
aggressive-indent.el | 16 +
branch: externals/aggressive-indent
commit 12a64b4e5c1a1e124baa74336738b6ae1972607f
Author: Artur Malabarba
Commit: Artur Malabarba
Fix #137 - Trying to select deleted buffers
---
aggressive-indent.el | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/aggressive-inden
branch: externals/aggressive-indent
commit cb416faf61c46977c06cf9d99525b04dc109a33c
Author: Artur Malabarba
Commit: Artur Malabarba
Version 1.10.0
---
aggressive-indent.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/aggressive-indent.el b/aggressive-indent.el
ind
branch: externals/aggressive-indent
commit f611f3114b55e92a03e978cd0721b21e58523f48
Author: Jian Wang
Commit: Jian Wang
Cancel the timer when buffer is killed
---
aggressive-indent.el | 12 ++--
1 file changed, 10 insertions(+), 2 deletions(-)
diff --git a/aggressive-indent.el b/ag
branch: externals/aggressive-indent
commit 5a019ef01b29b46381b9263f0edb3eee72b60328
Author: Artur Malabarba
Commit: Artur Malabarba
Exclude inf-ruby mode
---
aggressive-indent.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/aggressive-indent.el b/aggressive-indent.e
branch: externals/aggressive-indent
commit d4616c8caf03671ab62f452c7e86b60f9d4b1ec6
Author: Artur Malabarba
Commit: Artur Malabarba
Try a different method of keeping timers from getting out of hand
Close #121
Another attempt at #112
---
aggressive-indent.el | 16 +--
branch: externals/aggressive-indent
commit 584e3f92ab55a6111991df7ab07d6eee5441ec3a
Author: CeleritasCelery
Commit: CeleritasCelery
Prevent aggressive-indent-mode from modifying buffer after revert
---
aggressive-indent.el | 6 ++
1 file changed, 6 insertions(+)
diff --git a/aggressive
branch: externals/aggressive-indent
commit e8a6aa8f4fa5202ce3d98c6731e112d68b7370b4
Author: Steve Purcell
Commit: Steve Purcell
Fix typo in function name
---
aggressive-indent.el | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/aggressive-indent.el b/aggressive-in
branch: externals/aggressive-indent
commit b0ec0047aaae071ad1647159613166a253410a63
Merge: 12a64b4 986df07
Author: Artur Malabarba
Commit: GitHub
Merge pull request #139 from purcell/always-kill-timer
Always kill timer
---
aggressive-indent.el | 37 +
branch: externals/aggressive-indent
commit fdafc533afc9bc86da56985f0544d36118122838
Author: leungbk
Commit: leungbk
Add elm- and haskell-mode.
---
aggressive-indent.el | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/aggressive-indent.el b/aggressive-indent.el
index f2
branch: externals/ioccur
commit 2ee58f31d9d91422e9d5279aae3d5fd46dcee3aa
Author: Thierry Volpiatto
Commit: Thierry Volpiatto
Create README.md
---
README.md | 4
1 file changed, 4 insertions(+)
diff --git a/README.md b/README.md
new file mode 100644
index 000..7673724
--- /dev/null
branch: externals/ioccur
commit 2e4f83ba72bc7d0225606176de2ef7a970ca301c
Author: Stefan Monnier
Commit: Thierry Volpiatto
* ioccur.el: Merge Stefan changes from ELPA.
Mark unused arg.
(ioccur-print-line): Remove unused `regexp' arg.
(ioccur-find-buffer-matching1): Remove redundan
branch: externals/ioccur
commit 59350b2066d61444f93c8a51b16353e746486e4c
Author: Stefan Monnier
Commit: Thierry Volpiatto
Use lexical-binding and cl-lib
Also remove redundant (or dangling) `:group` args.
* ioccur.el: (ioccur-iter-list): Make it a function.
(ioccur-iter-
monnier pushed a change to branch externals/ioccur.
from 95bbe13 * packages/ioccur/ioccur.el: Use lexical-binding and
cl-lib
new 2e4f83b * ioccur.el: Merge Stefan changes from ELPA. Mark unused
arg. (ioccur-print-line): Remove unused `regexp' arg.
(ioccur-find-buffer-matching
branch: externals/ioccur
commit 4c0ef992a6fcd2aed62e3866d56650463108ab5a
Author: Thierry Volpiatto
Commit: Thierry Volpiatto
* README.md: Update.
---
README.md | 3 +++
1 file changed, 3 insertions(+)
diff --git a/README.md b/README.md
index 7673724..cb3faa3 100644
--- a/README.md
+++ b/RE
branch: externals/ioccur
commit fde594db0ed50aadf7d229958a68b095a51fde83
Merge: 59350b2 95bbe13
Author: Thierry Volpiatto
Commit: Thierry Volpiatto
Merge remote-tracking branch 'elpa/externals/ioccur'
branch: externals/ioccur
commit f7d858baf010ca4a3760078490d587d1a1b98abc
Author: Thierry Volpiatto
Commit: Thierry Volpiatto
Update my email address
---
ioccur.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ioccur.el b/ioccur.el
index e88ca3d..dffca7a 100644
--- a/io
branch: externals/ftable
commit 2b08dc96d287517d02bf49c1ca785e765a92f0fb
Author: Yuan Fu
Commit: Yuan Fu
Init
* README.org: New file.
* ftable.gif: New file.
* ftable.el: New file.
---
README.org | 23 +++
ftable.el | 626 ++
monnier pushed a change to branch externals/ftable.
at 96a0475 Prepare for ELPA
This branch includes the following new commits:
new 2b08dc9 Init
new 8ff305b Not use forward-paragraph
new a647832 xx
new 63fb0ac Add checks for parsing
new
branch: externals/ftable
commit ec019c2d81e89d1dd7768df285f3d3b7fab7e3c6
Author: Yuan Fu
Commit: Yuan Fu
Add customization
* README.org: Fix typo.
* ftable.el (ftable): New custom group.
(ftable-fill-column): Change to a custom option.
(ftable-recognize-table): New custo
branch: externals/ftable
commit 33b32ba7967fe68be42a907cb003d2e7bd90c3b0
Author: Yuan Fu
Commit: Yuan Fu
* ftable.el (ftable-edit-cell): Fix typos.
---
ftable.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/ftable.el b/ftable.el
index 5af7eda..13caf2f 100644
--- a
branch: externals/ftable
commit d2385e3216e536a903833212ac1318d806ecec26
Author: Yuan Fu
Commit: Yuan Fu
* ftable.el (ftable-misc-test): Fix test.
---
ftable.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ftable.el b/ftable.el
index 84e3a3e..7812924 100644
--- a/ftab
branch: externals/ftable
commit 9f7534079c60c62a9e7256faf9a6726202404982
Author: Yuan Fu
Commit: Yuan Fu
Make ftable work with CJK characters
* ftable.el (ftable--parse-to, ftable--max-line-width,
ftable--pad-to): Replace 'length' with 'string-width'.
---
ftable.el | 9
branch: externals/ftable
commit 71dcbd0593610386f60f2540b5511f7ca5adb0b4
Author: Yuan Fu
Commit: Yuan Fu
Fix beginning- and end-of-table function
* ftable.el (ftable--beginning-of-table, ftable--end-of-table): Don't
move point if not at a table.
---
ftable.el | 6 --
1 file
branch: externals/ftable
commit 939cc1bc0a272e9b3bca4e1f6bd077e4754fb8ea
Author: Yuan Fu
Commit: Yuan Fu
Fix typo
* ftable.el (ftable--at-table-p, ftable--beginning-of-table): Change
valign to ftable.
---
ftable.el | 10 +-
1 file changed, 5 insertions(+), 5 deletions(-
branch: externals/ftable
commit a647832418e4a36392f27157fbccc1ade1f8525f
Author: Yuan Fu
Commit: Yuan Fu
xx
---
ftable.el | 10 ++
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/ftable.el b/ftable.el
index 6c33b9f..57c0beb 100644
--- a/ftable.el
+++ b/ftable.el
@@ -55
branch: externals/ftable
commit 8ff305be0936de0c7ed9e691684aa1ae9be241ff
Author: Yuan Fu
Commit: Yuan Fu
Not use forward-paragraph
Sometimes it doesn't work.
* ftable.el (ftable--table-info): Change 'forward-paragraph' to
'search-forward'.
---
ftable.el | 4 ++--
1 fil
branch: externals/ftable
commit 9c13bfc27b65bf4d47b5f1f49d1f59292439d6d1
Author: Yuan Fu
Commit: Yuan Fu
Add table.el intergration
* ftable.el (ftable-recognize-table): Remove custom option.
(ftable-fill, ftable-edit-cell, ftable-reformat): Run
'table-recognize' after edit i
branch: externals/ftable
commit 1ea20be274f278df3953cea4720f776adad43616
Author: Yuan Fu
Commit: Yuan Fu
Allow non-table lines before and after table
* ftable.el (ftable--at-table-p, ftable--beginning-of-table,
ftable--end-of-table): New functions.
(ftable--table-info): Use
branch: externals/ftable
commit 63fb0acc8409888b65b9206a7b0ec5d36ebb29b1
Author: Yuan Fu
Commit: Yuan Fu
Add checks for parsing
And removes an assertion.
* ftable.el (ftable-parse-error): New error.
(ftable--parse-to): Add dimension check.
(ftable--check-dimension):
branch: externals/ftable
commit e029b2f4079643c3c5ed1ee7e629976613db6a62
Author: Yuan Fu
Commit: Yuan Fu
* ftable.el: Add a workaround.
---
ftable.el | 4
1 file changed, 4 insertions(+)
diff --git a/ftable.el b/ftable.el
index 13caf2f..e0f8136 100644
--- a/ftable.el
+++ b/ftable.el
@
branch: externals/ftable
commit 96a0475871b1642582a0c0fb5a361a8af0dd5923
Author: Yuan Fu
Commit: Yuan Fu
Prepare for ELPA
* ftable.el (ftable): Remove custom options.
(ftable-fill, ftable-edit-cell, ftable-reformat): Add autoload cookie.
---
ftable.el | 29 +
branch: main
commit 06e26055b33771c4ac7dd26e0f092de75b03d62c
Author: Stefan Monnier
Commit: Stefan Monnier
* elpa-packages (ftable): New package
---
elpa-packages | 3 +++
1 file changed, 3 insertions(+)
diff --git a/elpa-packages b/elpa-packages
index 1d92d27..c355604 100644
--- a/elpa-pa
branch: main
commit dcbd1d73ea5fd318b79bcf2b6626c7b6a61929c7
Author: Yuan Fu
Commit: Stefan Monnier
* html/layout.css (dd): Reduce `margin-bottom`.
---
html/layout.css | 5 -
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/html/layout.css b/html/layout.css
index 4330ed7..02
branch: externals/kiwix
commit ca03a65f3c107ea6010aec1cd08efba3c26af069
Author: stardiviner
Commit: stardiviner
use Docker server by default
---
kiwix.el | 17 +
1 file changed, 9 insertions(+), 8 deletions(-)
diff --git a/kiwix.el b/kiwix.el
index c290cae..6b07ad6 100644
-
monnier pushed a change to branch externals/kiwix.
from 0c5e161 Fix #5 Switch from selectrum-read to consult--read API
new ca03a65 use Docker server by default
new 12e13c8 support remote Docker service
new 0ec84f3 use dynamic ZIM library path
new 7e0b
branch: externals/kiwix
commit c871befcd37a37f182c36dcf94b9b93e2870e89e
Author: stardiviner
Commit: stardiviner
refactor function kiwix-at-point to separate into smaller functional
functions
---
kiwix.el | 133 ++-
1 file changed,
branch: externals/kiwix
commit c27342992ea68f958a327bd5355deabd8062f260
Author: stardiviner
Commit: stardiviner
refactor and remove the variable `kiwix--selected-library'
---
kiwix.el | 18 --
1 file changed, 4 insertions(+), 14 deletions(-)
diff --git a/kiwix.el b/kiwix.el
branch: externals/kiwix
commit 12e13c8e44e5d2f965b184fadcb6639c19f4c2d1
Author: stardiviner
Commit: stardiviner
support remote Docker service
---
kiwix.el | 70 ++--
1 file changed, 42 insertions(+), 28 deletions(-)
diff --git a/k
branch: externals/kiwix
commit 0ec84f35f7cb10327924260cafdc16c4a6d02c96
Author: stardiviner
Commit: stardiviner
use dynamic ZIM library path
---
kiwix.el | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/kiwix.el b/kiwix.el
index 2e1bcae..18c610e 100644
--- a/kiwix
branch: externals/kiwix
commit 423f60705b0922437984387d89d8153c74bf204a
Author: stardiviner
Commit: stardiviner
Concentrate all kiwix library dir variables into only one
---
kiwix.el | 38 --
1 file changed, 8 insertions(+), 30 deletions(-)
diff --git a/
branch: externals/kiwix
commit 7e0b82c2776dd56130a46e11b78f9a659e70f50f
Author: stardiviner
Commit: stardiviner
refresh ZIM libraries list once-time per package loading
---
kiwix.el | 8
1 file changed, 8 deletions(-)
diff --git a/kiwix.el b/kiwix.el
index 18c610e..2ab9843 100644
branch: externals/kiwix
commit e191c312e5c9343fd9601c45a8ccd017479ee475
Author: stardiviner
Commit: stardiviner
improve function kiwix-get-libraries to support remote Docker server
---
kiwix.el | 51 +++
1 file changed, 43 insertions(+), 8 del
branch: externals/kiwix
commit 716f3c43ccf5c1d0ced2ff362fe2d68767c506cb
Author: stardiviner
Commit: stardiviner
Add condition to detect kiwix library path exist to fix GitHub Actions
---
kiwix.el | 11 ++-
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/kiwix.el b/kiwi
branch: externals/kiwix
commit 9521d3ba1333bdf7b026a9ef920f673b2939172b
Author: stardiviner
Commit: stardiviner
Change default kiwix-server-type to docker-local
---
kiwix.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kiwix.el b/kiwix.el
index 979a478..8616cff 100644
branch: externals/kiwix
commit 3330d7ef3e151afab8280448928d584dce641cc3
Author: stardiviner
Commit: stardiviner
Add extra library "elquery" for parsing HTTP query HTML result
---
kiwix.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/kiwix.el b/kiwix.el
index 9279cee
branch: externals/kiwix
commit f49557d949b60857363d3617d7268ae582d64c2a
Author: stardiviner
Commit: stardiviner
Fix format three fields
---
kiwix.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kiwix.el b/kiwix.el
index 7659e67..738e3ef 100644
--- a/kiwix.el
+++ b/kiw
branch: externals/kiwix
commit d1e8fa23e9634327fb132d024f31f90082eac0e6
Author: stardiviner
Commit: stardiviner
Fix void variable kiwix-zim-dir
---
kiwix.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kiwix.el b/kiwix.el
index f11fddd..7659e67 100644
--- a/kiwix.el
+
branch: externals/kiwix
commit f9cae99d4ac2ffc65087da72be38838f50abd6c2
Author: stardiviner
Commit: stardiviner
Improve kiwix-server-type docstring
---
kiwix.el | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/kiwix.el b/kiwix.el
index 0beebf5..979a478 100644
--- a/
branch: externals/kiwix
commit a33c4a2fd00f24b899b1f2197fc104eb29897706
Author: stardiviner
Commit: stardiviner
Fix kiwix-libraries variable not initialized by function kiwix-get-libraries
---
kiwix.el | 5 +
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/kiwix.el b/kiwix.
branch: externals/kiwix
commit 71e770ce1e9994cf3e035cbcc7a2f26b1922323c
Author: stardiviner
Commit: stardiviner
Update config example in source code document section
---
kiwix.el | 10 +++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/kiwix.el b/kiwix.el
index 86d577e
branch: externals/kiwix
commit 0f85022bc7a02c84ac8054ae9576f2d9a3c711fc
Author: stardiviner
Commit: stardiviner
Add autoload cookies and improve docstring
---
kiwix.el | 6 +-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/kiwix.el b/kiwix.el
index a47591b..86d577e 100644
branch: externals/kiwix
commit c0c597d1e1653112f3e10c67dcc22d85beb2aed8
Author: stardiviner
Commit: stardiviner
Improve package config examples on README
---
README.org | 43 ---
1 file changed, 40 insertions(+), 3 deletions(-)
diff --git a/README.or
monnier pushed a change to branch externals/multishell.
from 35a0dd3 * multishell/multishell.el: Require cl-lib when compiling
for cl-letf macro.
new bf8285b Make multishell command-key customization work.
new 82b2ac6 Try to clarify multishell-command-key description,
branch: externals/multishell
commit bf8285ba07ae6d1939c91a2db3eae438044540b7
Author: Ken Manheimer
Commit: Ken Manheimer
Make multishell command-key customization work.
We're deprecating the complicated mess that wasn't working. That
deprecation is partial, because I don't see h
branch: externals/multishell
commit 82b2ac67352d483a0c5eb226a506ff409f55e7d9
Author: Ken Manheimer
Commit: Ken Manheimer
Try to clarify multishell-command-key description, remove deprecated stuff.
The deprecation was insufficient, anyway, since I was unable to deprecate
the mult
branch: elpa-admin
commit d4c962aaed9d483006aa14b01606c77e66a147d4
Author: Adam Porter
Commit: Stefan Monnier
* elpa-admin.el (elpaa--get-section): Add docstring, rename vars
---
elpa-admin.el | 27 +++
1 file changed, 15 insertions(+), 12 deletions(-)
diff --git a/
branch: main
commit 927f8397bfbda6cc140d63ea5955c7c9b0137ebc
Author: Stefan Monnier
Commit: Stefan Monnier
* elpa-packages (engraved-faces): New package
---
elpa-packages | 4
1 file changed, 4 insertions(+)
diff --git a/elpa-packages b/elpa-packages
index 51840bc..69dd6e3 100644
---
branch: elpa-admin
commit e71d294c26f58b83ab42b6376022640652356328
Author: Stefan Monnier
Commit: Stefan Monnier
* GNUmakefile (packages/%.elc): Use `other-packages` if present
---
GNUmakefile | 6 --
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/GNUmakefile b/GNUmakefil
branch: main
commit a4124a544eb0191145d4ba9a92b56d45759eacdc
Author: Stefan Monnier
Commit: Stefan Monnier
* Makefile (gnu-elpa git): Fix URL for elpa.git
Use The `git` transport because it is significantly faster (in terms of
time before the transfer starts, which can take abou
branch: main
commit de79ac3739679ef55def70da4d91c606f82d450f
Author: Stefan Monnier
Commit: Stefan Monnier
* elpa-packages (easy-escape): New package
---
elpa-packages | 2 ++
1 file changed, 2 insertions(+)
diff --git a/elpa-packages b/elpa-packages
index 18be905..62fc23e 100644
--- a/elp
branch: main
commit 75a8844efd928296ecf672e6efcdf25d6808be38
Author: Stefan Monnier
Commit: Stefan Monnier
* elpa-packages (sketch-mode): New package
---
elpa-packages | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/elpa-packages b/elpa-packages
index 62fc23e..cffd9a
branch: scratch/prettify-readme.org
commit 3dc70f46af906a37e5a214c4f3d1f6e2fce4cd21
Author: Stefan Monnier
Commit: Stefan Monnier
* elpa-admin.el: Fix mime types for org and md
Also use symbols rather than strings for mime types.
And build the temp files in the current directory
monnier pushed a change to branch scratch/prettify-readme.org.
at 214032b * elpa-admin.el (elpaa--export-org): Take the content
string as input
This branch includes the following new commits:
new 1a42fb8 * elpa-admin.el: Export Org readmes to ASCII and HTML
new 3dc7
branch: scratch/prettify-readme.org
commit 214032b497d5e7896b9d3a03525e2f9d5abb885c
Author: Stefan Monnier
Commit: Stefan Monnier
* elpa-admin.el (elpaa--export-org): Take the content string as input
rather than a file name.
(elpaa--section-to-plain-text, elpaa--section-to-
branch: scratch/prettify-readme.org
commit 1a42fb824b33b0c4f3a5c30d63d40e57d506a6ef
Author: Adam Porter
Commit: Stefan Monnier
* elpa-admin.el: Export Org readmes to ASCII and HTML
(elpaa--export-org, elpaa--section-to-plain-text,
elpaa--section-to-html): New functions.
branch: externals/ioccur
commit 117bfb2a1a56d022800a09d0d7e9e0f717857aa4
Author: Thierry Volpiatto
Commit: Thierry Volpiatto
Bump to version 2.5
---
ioccur.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ioccur.el b/ioccur.el
index dffca7a..091cdb4 100644
--- a/ioccur
branch: main
commit 38d5e0378ff847121258a04a8a963e1416001ac2
Author: Stefan Monnier
Commit: Stefan Monnier
* elpa-packages (svg-lib): New package
---
elpa-packages | 2 ++
1 file changed, 2 insertions(+)
diff --git a/elpa-packages b/elpa-packages
index 89e6989..5166d6e 100644
--- a/elpa-pa
branch: main
commit 530dc36b9331f49a5ad1c8a91d462f7369100f7f
Author: Stefan Monnier
Commit: Stefan Monnier
* elpa-paclages (nano-theme): New package
---
elpa-packages | 5 +
1 file changed, 5 insertions(+)
diff --git a/elpa-packages b/elpa-packages
index 5166d6e..ed0db60 100644
--- a/e
branch: main
commit f43f7a0b31e2d58cb362d5b291e8cda6df7d28d2
Author: Alfred M. Szmidt
Commit: Stefan Monnier
* elpa-packages (vc-fossil): New package
---
elpa-packages | 5 +
1 file changed, 5 insertions(+)
diff --git a/elpa-packages b/elpa-packages
index 1074f4c..dfbe5c4 100644
--- a/
branch: reafs/heads/externals/multi-mode
commit 03dae71ad44bd5d10495011f124a1cd6f43f795d
Author: Stefan Monnier
Commit: Stefan Monnier
* multi-mode.el: Use lexical-binding
Adjust copyright.
Remove some comments and code that seemed specific to Emacs-21.
(multi-alist): M
branch: main
commit d31bec852fec829526554fadb18de4e5fbf17a9d
Author: Stefan Monnier
Commit: Stefan Monnier
* elpa-packages (multi-mode): New package
---
elpa-packages | 1 +
1 file changed, 1 insertion(+)
diff --git a/elpa-packages b/elpa-packages
index ed0db60..5c9fb53 100644
--- a/elpa-p
monnier pushed a change to branch reafs/heads/externals/multi-mode.
at 03dae71 * multi-mode.el: Use lexical-binding
This branch includes the following new commits:
new 8087bdf * multi-mode.el: Initial commit
new 03dae71 * multi-mode.el: Use lexical-binding
branch: reafs/heads/externals/multi-mode
commit 8087bdf565ed66e06b0e11bdd97fcdd430f50f6d
Author: Stefan Monnier
Commit: Stefan Monnier
* multi-mode.el: Initial commit
Taken from http://www.loveshack.ukfsn.org/emacs
---
multi-mode.el | 536 +++
monnier pushed a change to branch externals/multi-mode.
at 03dae71 * multi-mode.el: Use lexical-binding
No new revisions were added by this update.
monnier pushed a change to branch reafs/heads/externals/multi-mode.
was 03dae71 * multi-mode.el: Use lexical-binding
The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.
branch: main
commit 16285e03e089d007a302fb3ade9377dfa42f7ed8
Author: Stefan Monnier
Commit: Stefan Monnier
* elpa-paclages (boxy, boxy-headlines): New packages
---
elpa-packages | 4
1 file changed, 4 insertions(+)
diff --git a/elpa-packages b/elpa-packages
index 5c9fb53..96b6f55 1006
branch: main
commit 0dbb15449e5864255c7226913828f617aa1ba842
Author: Stefan Monnier
Commit: Stefan Monnier
* elpa-packages (popup, haskell-tng-mode): New packages
---
elpa-packages | 4
1 file changed, 4 insertions(+)
diff --git a/elpa-packages b/elpa-packages
index dfbe5c4..02a582a 1
branch: main
commit 154d1e40cf635f5170d5f1100f72817a6690b491
Author: Stefan Monnier
Commit: Stefan Monnier
* elpa-packages (org-real): New package
---
elpa-packages | 2 ++
1 file changed, 2 insertions(+)
diff --git a/elpa-packages b/elpa-packages
index 96b6f55..1ef16cf 100644
--- a/elpa-p
branch: externals/eev
commit 817a52bb41dc78daed97e673d6ef72dababc0e4e
Author: Eduardo Ochs
Commit: Eduardo Ochs
Added "[Video links:]" blocks to several intros.
---
ChangeLog | 17 +
VERSION | 4 +--
eev-audiovideo.el | 19 --
eev-beginner.el | 5
branch: externals/eev
commit 37a6ddc553af6cdc27399db27955ea2ab5f0244b
Author: Eduardo Ochs
Commit: Eduardo Ochs
New file: "eev-hydras.el".
---
ChangeLog | 17
VERSION | 4 +-
eev-audiovideo.el | 5 +-
eev-hydras.el | 111 +
eev-intro.el
branch: externals/eev
commit 3d5d4a1ec564d4ab91255d2477159b3fb8844195
Author: Eduardo Ochs
Commit: Eduardo Ochs
Changed the format of the "Version:" strings: 2019dec04 -> 20191204
---
ChangeLog | 10 +-
VERSION| 4 ++--
eejump.el | 2 +-
eepitch.el
monnier pushed a change to branch externals/eev.
from 817a52b Added "[Video links:]" blocks to several intros.
new 3d5d4a1 Changed the format of the "Version:" strings: 2019dec04
-> 20191204
new 37a6ddc New file: "eev-hydras.el".
new 2ffe55e Added `find-eevv
branch: externals/eev
commit 2ffe55e12b71a927b33d8149252f3da819ecef59
Author: Eduardo Ochs
Commit: Eduardo Ochs
Added `find-eevvlinksvideo'.
---
ChangeLog | 3 +++
VERSION | 4 ++--
eev-audiovideo.el | 26 +-
eev-intro.el | 19 +++
branch: externals/eev
commit af3fb0cde757697c8cf7d952691b8134b937bd9b
Author: Eduardo Ochs
Commit: Eduardo Ochs
Bumped the version number in eev.el.
---
VERSION | 4 ++--
eev-intro.el | 7 +++
eev.el | 2 +-
3 files changed, 10 insertions(+), 3 deletions(-)
diff --git a/VERS
branch: externals/realgud
commit 962b5af40c8970d09581613d67b1a5d99eaa39e7
Author: rocky
Commit: rocky
Remove "+".
Thanks ShuguangSun!
---
realgud-recursive-autoloads.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/realgud-recursive-autoloads.el b/realgud-recu
branch: externals/realgud
commit 629227ba194457ffbd9c3c5ff56dad2aa8b7adee
Author: yberfrankc
Commit: yberfrankc
Fix focus lose in source buffer after invoking debugger command.
Fixes https://github.com/realgud/realgud/issues/289
---
realgud/common/track.el | 3 +--
1 file changed,
monnier pushed a change to branch externals/realgud.
from 3f0a69e Merge branch 'master' of github.com:realgud/realgud
new bfcb44a Remove redundant code from a `define-minor-mode`
new 962b5af Remove "+".
new 629227b Fix focus lose in source buffer after invoki
branch: externals/realgud
commit 34557f8d8fc6af8d3763380942cc07193335c73b
Merge: 962b5af 629227b
Author: R. Bernstein
Commit: GitHub
Merge pull request #293 from yberfrankc/master
Fix focus lose in source buffer after invoking debugger command.
---
realgud/common/track.el | 3 +--
branch: externals/realgud
commit bfcb44aa606b9d382d43b635ff9839cc16e62471
Author: rocky
Commit: rocky
Remove redundant code from a `define-minor-mode`
Fixes realgud tarball build errors
---
realgud/debugger/remake/track-mode.el | 8 ++--
test/test-send.el |
monnier pushed a change to branch externals/bnf-mode.
from d88eef6 Merge pull request #15 from sergeyklay/refactor-tests
new ec0774e Add ability to generate bnf-mode-autoloads.el file
new 1da5977 Update documentation
new d0f76a6 Add autoloads to clean target
401 - 500 of 2965 matches
Mail list logo