branch: externals/hyperbole
commit 5cd01a05f7d4813911f5238bff17a6c6946dd742
Author: Bob Weiner
Commit: Bob Weiner
Add Jump (webjump library) to Find/Web menu; autosize selected items window
grid
---
ChangeLog | 19
FAST-DEMO | 4 +++
HY-ANNOUNCE|
branch: externals/hyperbole
commit d90067ac7372dc76c3f5c0cd0e79f705cfb15b08
Author: Robert Weiner
Commit: Robert Weiner
In FAST-DEMO, document using Hyperbole history after windows-grid
---
FAST-DEMO | 6 --
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/FAST-DEMO b/FAST-
elpasync pushed a change to branch externals/hyperbole.
from 86d5b92afc Replace all use of button 'modify' with 'edit'
new d90067ac73 In FAST-DEMO, document using Hyperbole history after
windows-grid
new 5cd01a05f7 Add Jump (webjump library) to Find/Web menu; autosize
sele
branch: elpa/web-mode
commit 4e3a7ebfef91cbf68c743cd72771994380ead070
Author: dalu <25452934+dal...@users.noreply.github.com>
Commit: GitHub
A typo in `:value-type`
---
web-mode.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/web-mode.el b/web-mode.el
index 3284b429a6.
branch: elpa/web-mode
commit 837f422f0858a5bda7692cd8fd25ab34a57403e4
Merge: 7ad06cafec 4e3a7ebfef
Author: fxbois
Commit: GitHub
Merge pull request #1231 from dalugm/patch-1
---
web-mode.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/web-mode.el b/web-mode.el
index 3
branch: elpa/projectile
commit 2c948f3a8ed378ae5fd800d2c66aece06ba058b8
Author: Derek Passen
Commit: Bozhidar Batsov
Add vterm to the menu
---
projectile.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/projectile.el b/projectile.el
index 1e987c9b56..b5f3bae13a 100644
--- a/projectile
branch: externals/cape
commit e93aff671929177263068edfe5894e192840c3fe
Author: Daniel Mendler
Commit: Daniel Mendler
Fix cape-super-cache invalidation (Fix #29)
---
README.org | 1 +
cape.el| 41 +
2 files changed, 22 insertions(+), 20 deletions(
branch: externals/cape
commit fc7a20be524d0faa848ba2a16a80767a445a1391
Author: Daniel Mendler
Commit: Daniel Mendler
Minor cleanup
---
cape.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cape.el b/cape.el
index 00cc37303c..7668d69159 100644
--- a/cape.el
+++ b/cape.e
elpasync pushed a change to branch externals/cape.
from 4f52903663 Fix Stefan's docstring parsing ambiguity issue
new e93aff6719 Fix cape-super-cache invalidation (Fix #29)
new fc7a20be52 Minor cleanup
Summary of changes:
README.org | 1 +
cape.el| 41 +++
elpasync pushed a change to branch elpa/helm-core.
from 8b351788ac Make predicates much faster to find icon for candidate
adds e4fe41bbca Fix typo
No new revisions were added by this update.
Summary of changes:
helm-files.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
branch: elpa/helm
commit e4fe41bbca936ca43a51103626fe33e87a47b0f6
Author: Thierry Volpiatto
Commit: Thierry Volpiatto
Fix typo
---
helm-files.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/helm-files.el b/helm-files.el
index 8f16f6a144..d4ca178ab7 100644
--- a/helm-f
elpasync pushed a change to branch elpa/helm-core.
from fbe5eb0325 Fix preselection in HFF quick delete
adds 8b351788ac Make predicates much faster to find icon for candidate
No new revisions were added by this update.
Summary of changes:
helm-files.el | 54 +++
branch: elpa/helm
commit 8b351788ac0fad1b09fc55bc9f57e42fca314f89
Author: Thierry Volpiatto
Commit: Thierry Volpiatto
Make predicates much faster to find icon for candidate
Prevent using file-directory-p and file-exists-p as predicate which
are too costly. Reuse instead what ha
branch: externals/ebdb
commit fbc49aae3b5fc83dde0134c6f7f5cdf098094fc6
Author: Eric Abrahamsen
Commit: Eric Abrahamsen
Fix, document and improve record image display
* ebdb-com.el (ebdb-fmt-field): Fix plain old bug in call to
`propertize' (girzel/ebdb#100).
(ebdb-image-addi
girzel pushed a change to branch externals/ebdb.
from 8fcd14c9a9 Add before-save-db and after-save-db hooks, bump version
new 0ba072ce9a Documentation variable names typos, around
`ebdb-accept-header-alist' (#101)
new 39ccc1fb8a Potentially look for quotes around the name w
branch: externals/ebdb
commit fb10925183b29fd173fb97552334b25d6e433865
Author: Eric Abrahamsen
Commit: Eric Abrahamsen
Add an arbitrary comment slot to all fields
* ebdb.el (ebdb-field): New slot inherited by all fields; not sure how
to deal with this yet.
---
ebdb.el | 10
branch: externals/ebdb
commit ecbbc3555061e4b7de9f973946d8191edf075323
Author: Eric Abrahamsen
Commit: Eric Abrahamsen
Release 0.8.12
---
ebdb.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ebdb.el b/ebdb.el
index 9f88bdb7b7..2f690671bc 100644
--- a/ebdb.el
+++ b/ebd
branch: externals/ebdb
commit cf47d45fbc50f5424d9e30ed01069ead1ba585ac
Author: Eric Abrahamsen
Commit: Eric Abrahamsen
Add :custom arg to notes field
* ebdb.el (ebdb-field-notes): This should be editable via the custom
interface.
---
ebdb.el | 1 +
1 file changed, 1 insertion(+
branch: externals/ebdb
commit 0ba072ce9a6540dd3002e56eaa83693d7cebadd5
Author: Santiago PayĆ Miralta
Commit: GitHub
Documentation variable names typos, around `ebdb-accept-header-alist' (#101)
* Fix documentation variable names typos, around `ebdb-accept-header-alist'
* Rec
branch: externals/ebdb
commit 39ccc1fb8a922813ca42d9ffe07b44125f7d85fc
Author: Eric Abrahamsen
Commit: Eric Abrahamsen
Potentially look for quotes around the name when snarfing
* ebdb-snarf.el (ebdb-snarf-collect): This can happen.
---
ebdb-snarf.el | 4 ++--
1 file changed, 2 inse
branch: externals/ebdb
commit 35e6e28116fddd2e42c9d1b84a03e174426a4e63
Author: Eric Abrahamsen
Commit: Eric Abrahamsen
Insinuate EBDB into notmuch on the message hook, release 0.8.11
Thanks to Utkarsh Singh for the report
* ebdb-notmuch.el (notmuch-message-mode-hook): Messa
elpasync pushed a change to branch elpa/web-mode.
from 1662f1f762 erb block delimiter
new e433ffbd5a fix config
new 7ad06cafec fix indent with else
Summary of changes:
issues/1160.html | 13 +
web-mode.el | 7 ++-
2 files changed, 15 insertions(+), 5
branch: elpa/web-mode
commit 7ad06cafeccdb81840a31cf68ff99a540471c478
Author: fxbois
Commit: fxbois
fix indent with else
#1160
---
issues/1160.html | 13 +
web-mode.el | 5 +
2 files changed, 14 insertions(+), 4 deletions(-)
diff --git a/issues/1160.html b/is
branch: elpa/web-mode
commit e433ffbd5aae4e98d381d4bc8df82da8f480c372
Author: fxbois
Commit: fxbois
fix config
#1183
---
web-mode.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/web-mode.el b/web-mode.el
index dc2d60fedb..9b2a8b5225 100644
--- a/web-mode.el
+
branch: elpa/web-mode
commit 8a2d8693c007ec0e1880e7503cd51db672f5338a
Author: fxbois
Commit: fxbois
nunjucks set control block
#1226
---
issues/1212.psp| 9 +
issues/1226.djhtml | 5 +
web-mode.el| 7 ++-
3 files changed, 20 insertions(+), 1 deletion(-)
branch: elpa/web-mode
commit 9356c84f0e05125d79f44e19ba8a8be935fb38de
Author: fxbois
Commit: fxbois
fix element renaming
#1214
---
web-mode.el | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/web-mode.el b/web-mode.el
index a1b89e3a4c..d9f24b1d5d 100644
-
branch: elpa/web-mode
commit 1662f1f762e59d197ef61604cd1ad71fe053e517
Author: fxbois
Commit: fxbois
erb block delimiter
#1198
---
issues/1198.erb | 3 +++
web-mode.el | 6 +++---
2 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/issues/1198.erb b/issues/1198.erb
ne
elpasync pushed a change to branch elpa/web-mode.
from d46ab9fd17 add tmpl_var to void elements
new 8a2d8693c0 nunjucks set control block
new 9356c84f0e fix element renaming
new 1662f1f762 erb block delimiter
Summary of changes:
issues/1198.erb| 3 +++
issues
branch: externals/compat
commit 47aeeb110f3d4836bf808ba761bcf1a51918461f
Author: Philip Kaludercic
Commit: Philip Kaludercic
Refine conditions for functions from json.c
Before 28.1, if Emacs is not compiled with JSON support, these
functions will return nil and generate a messag
elpasync pushed a change to branch externals/compat.
from cac9929134 Check if nadvice is available using fboundp
new f4ff0504ad Remove "Update defaults" section
new 57e7792aa4 Allow for compat macros to be evaluated in a file-less
buffer
new cab15b1831 Fix nadvice c
branch: externals/compat
commit cab15b18318226425605c24b5926096049748e63
Author: Philip Kaludercic
Commit: Philip Kaludercic
Fix nadvice check
---
compat-tests.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compat-tests.el b/compat-tests.el
index 30b58b74f3..6a9f7f0c
branch: externals/compat
commit 57e7792aa48a0139f821b978c87ebb9e792ccf44
Author: Philip Kaludercic
Commit: Philip Kaludercic
Allow for compat macros to be evaluated in a file-less buffer
---
compat-macs.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/compat-macs.el
branch: externals/compat
commit 3f755dbbba1a51c86044c41e40ae827c8f77496a
Author: Philip Kaludercic
Commit: Philip Kaludercic
Move compat-def check into compat body
As it is possible for multiple compat definitions to be given for the
same function, the important thing is not to
branch: externals/marginalia
commit 5767b6ff49e26ecd6aa26f552397d5d2b8213d25
Author: Daniel Mendler
Commit: Daniel Mendler
marginalia-annotate-library: Use zcat for decompression (Fix #132)
By not going through the Emacs decompression facilities, the annotation
function
will be
branch: elpa/web-mode
commit d46ab9fd17775580901e02bbb90b745087986e5a
Author: fxbois
Commit: fxbois
add tmpl_var to void elements
#1221
---
issues/1221.html | 4
web-mode.el | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/issues/1221.html b/issues/12
elpasync pushed a change to branch externals/comint-mime.
from 1431605940 Encoding workaround for images
new 21ba536c27 comint-mime.py: Add a size limit for the payload
new 271c49cf3e Move screenshots to a branch
Summary of changes:
README.org | 4 ++--
comint-mime.p
branch: externals/comint-mime
commit 271c49cf3e1c4d92b40f247ceccc07f53f8630a6
Author: Augusto Stoffel
Commit: Augusto Stoffel
Move screenshots to a branch
---
README.org | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.org b/README.org
index 0eaf52549a..c50f7d6
elpasync pushed a change to branch elpa/web-mode.
from 71903d4837 tag lexing bug
new 1bc9a5ec06 fix js indentation issue
new de5c44ef68 recognize more js file extensions
Summary of changes:
issues/1228.html | 23 +++
web-mode.el | 34 +
branch: elpa/web-mode
commit 1bc9a5ec06f6caafa93c0c7c8e8af89f2d00d9a6
Author: fxbois
Commit: fxbois
fix js indentation issue
#1228
---
issues/1228.html | 23 +++
web-mode.el | 32 ++--
2 files changed, 49 insertions(+), 6 deletio
branch: elpa/web-mode
commit de5c44ef68f017e5b014f3e3497352533b2816c9
Author: fxbois
Commit: fxbois
recognize more js file extensions
#1224
---
web-mode.el | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/web-mode.el b/web-mode.el
index dadb90baaa..4fed1584
branch: externals/comint-mime
commit 21ba536c2707b3e4f960770d1b5f98805a91545a
Author: Augusto Stoffel
Commit: Augusto Stoffel
comint-mime.py: Add a size limit for the payload
---
comint-mime.py | 10 +-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/comint-mime.py b/co
branch: elpa/web-mode
commit 71903d4837c2ce8add6ec2d994186c68e1459497
Author: fxbois
Commit: fxbois
tag lexing bug
#1150
---
issues/1150.html | 3 ++-
web-mode.el | 68 +---
2 files changed, 37 insertions(+), 34 deletions(-)
branch: externals/isearch-mb
commit 275df2cb1cba715c85269a1eb419e7a5fdbf6ae3
Author: Augusto Stoffel
Commit: Augusto Stoffel
Mention the wiki in the README
---
README.org | 3 +++
1 file changed, 3 insertions(+)
diff --git a/README.org b/README.org
index 62e8843f3a..e5c0150fae 100644
--- a
branch: externals-release/org
commit 83c6eccaee060b989695281f312a623fc4b9aaca
Author: David Lukes
Commit: Nicolas Goaziou
oc-basic: Better handling of CSL-JSON dates
* lisp/oc-basic.el (org-cite-basic--parse-json): Make date-parsing and
year extraction more resilient. Provide m
elpasync pushed a change to branch externals/org.
from 282a01f221 ORG-NEWS: Add news items about new features in texinfo
exporter
new 83c6eccaee oc-basic: Better handling of CSL-JSON dates
new bb6830409d Merge branch 'bugfix'
Summary of changes:
lisp/oc-basic.el | 20 +++
branch: externals/org
commit bb6830409d985dd8a443a2e6099980b74166feb2
Merge: 282a01f221 83c6eccaee
Author: Nicolas Goaziou
Commit: Nicolas Goaziou
Merge branch 'bugfix'
---
lisp/oc-basic.el | 20 ++--
1 file changed, 14 insertions(+), 6 deletions(-)
diff --git a/lisp/oc-bas
branch: externals/devdocs
commit cdc1a7cc3f05235883ffb098fe1c5a8963ed06e2
Author: Augusto Stoffel
Commit: Augusto Stoffel
Bump version
---
README.org | 4 ++--
devdocs.el | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.org b/README.org
index a5c3b80b28..94ded7c
branch: externals/org-remark
commit 97239d7beda4c9934c513452957e9e9ad76bc44e
Author: Noboru Ota
Commit: Noboru Ota
fix:#22: highlights not found when marginalia does not show all
When file subtree (H1) is does not show all the highlight headlings (H2),
not
all the highlights fo
48 matches
Mail list logo