[elpa] externals/counsel ba18ac9 3/3: Merge branch 'master' into externals/counsel

2021-05-09 Thread Basil L. Contovounesios
branch: externals/counsel commit ba18ac9740fcc57ed0a0c9fa04dbd5fdd4563860 Merge: ebdf13f 929da00 Author: Basil L. Contovounesios Commit: Basil L. Contovounesios Merge branch 'master' into externals/counsel --- counsel.el | 23 +-- 1 file changed, 17 insertions(+), 6 dele

[elpa] externals/counsel 929da00 2/3: Document use of locate-command

2021-05-09 Thread Basil L. Contovounesios
branch: externals/counsel commit 929da00d65caaf3901676b889910c8fc43121bbe Author: Basil L. Contovounesios Commit: Basil L. Contovounesios Document use of locate-command * counsel.el (counsel-locate-cmd-default) (counsel-locate-cmd-noregex): Mention locate-command in docstrin

[elpa] externals/counsel updated (ebdf13f -> ba18ac9)

2021-05-09 Thread Basil L. Contovounesios
blc pushed a change to branch externals/counsel. from ebdf13f Merge branch 'master' into externals/counsel adds fc89be7 Fix recent :exit-function status regression adds 67e6734 Fix Hydra menu documentation adds 4ffee1c Regenerate Texinfo manual adds 8b5cb

[elpa] externals/counsel b68f91b 1/3: counsel-locate: honor locate-command

2021-05-09 Thread Basil L. Contovounesios
branch: externals/counsel commit b68f91beec3eb1e2afa0dc6dd0d9a751dab7ac8e Author: Daanturo Commit: Basil L. Contovounesios counsel-locate: honor locate-command * counsel.el (counsel-locate-cmd-default) (counsel-locate-cmd-noregex): Use `locate-command` from `locate.el` inste

[elpa] externals/swiper updated (99ca126 -> 6f17f80)

2021-05-09 Thread Basil L. Contovounesios
blc pushed a change to branch externals/swiper. from 99ca126 Merge branch 'master' into externals/swiper adds 471d644 Improve suggested ignored file extensions regexp adds 8a4d1fc counsel.el (counsel-github-url-p): Don't raise an error when no Git adds 99bf708

[elpa] externals/swiper 11444e8 1/2: Fix pathological swiper-isearch-backward

2021-05-09 Thread Basil L. Contovounesios
branch: externals/swiper commit 11444e82ad3ec4b718b03ee51fc3ba62cbba81bc Author: Basil L. Contovounesios Commit: Basil L. Contovounesios Fix pathological swiper-isearch-backward * swiper.el (swiper--isearch-next-item): When searching backward, test regexp without allocating a st

[elpa] externals/swiper 6f17f80 2/2: Merge branch 'master' into externals/swiper

2021-05-09 Thread Basil L. Contovounesios
branch: externals/swiper commit 6f17f801495aafa17bbb63ca1954046fd8be1a24 Merge: 99ca126 11444e8 Author: Basil L. Contovounesios Commit: Basil L. Contovounesios Merge branch 'master' into externals/swiper --- swiper.el | 32 ++-- 1 file changed, 14 insertions(+),

[elpa] externals/org updated (5d2ccda -> 2ae3083)

2021-05-09 Thread ELPA Syncer
elpasync pushed a change to branch externals/org. from 5d2ccda ol-w3m: handle w3m-image link information new 7dd667a org-plot: Use labels with 2d histogram plot new 2ae3083 org-plot: Fix calling at start of #+plot line Summary of changes: lisp/org-plot.el | 9 ++

[elpa] externals/org 7dd667a 1/2: org-plot: Use labels with 2d histogram plot

2021-05-09 Thread ELPA Syncer
branch: externals/org commit 7dd667af6751e7f0926ad123cbd4042b9e49f8f9 Author: TEC Commit: TEC org-plot: Use labels with 2d histogram plot * lisp/org-plot.el (org-plot/preset-plot-types): When the :with parameter is histograms, use text indices as the x-values. --- lisp/org-plot

[elpa] externals/org 2ae3083 2/2: org-plot: Fix calling at start of #+plot line

2021-05-09 Thread ELPA Syncer
branch: externals/org commit 2ae308342a2daaac2394e4dd94b423d61dbc520c Author: TEC Commit: TEC org-plot: Fix calling at start of #+plot line * lisp/org-plot.el (org-plot/gnuplot): When called with point at the start of the #+plot: line, the behaviour of `org-table-begin' (called

[elpa] externals-release/org bc857bf: agenda: Fix "org-duration-to-minutes: Invalid duration format" error

2021-05-09 Thread ELPA Syncer
branch: externals-release/org commit bc857bfc62ba94e04fb338bfb35f4b612c114d0c Author: Nicolas Goaziou Commit: Nicolas Goaziou agenda: Fix "org-duration-to-minutes: Invalid duration format" error * lisp/org-agenda.el (org-agenda-format-item): Compute duration with `org-duration-t

[elpa] externals/org updated (2ae3083 -> 6f1ea80)

2021-05-09 Thread ELPA Syncer
elpasync pushed a change to branch externals/org. from 2ae3083 org-plot: Fix calling at start of #+plot line new bc857bf agenda: Fix "org-duration-to-minutes: Invalid duration format" error new 6f1ea80 Merge branch 'maint' Summary of changes: lisp/org-agenda.el | 9

[elpa] externals/org 6f1ea80: Merge branch 'maint'

2021-05-09 Thread ELPA Syncer
branch: externals/org commit 6f1ea80bbd0fbd7c479a0cfce2328bb111f8df3d Merge: 2ae3083 bc857bf Author: Nicolas Goaziou Commit: Nicolas Goaziou Merge branch 'maint' --- lisp/org-agenda.el | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/lisp/org-agenda.el b/lisp/org

[elpa] externals/org 981f250: ox-md: Use TeX-style $ math wrapping

2021-05-09 Thread ELPA Syncer
branch: externals/org commit 981f25031dd17ceb4dec69e307815438ed095648 Author: Timothy Commit: TEC ox-md: Use TeX-style $ math wrapping * lisp/ox-md.el (org-md-latex-environment, org-md-latex-fragment): These two new filters wrap LaTeX maths in $ / $$ TeX-style notation. Whil

[elpa] externals/company f122959: Use non-idle timer for company-echo-metadata-frontend

2021-05-09 Thread ELPA Syncer
branch: externals/company commit f12295966e552a397349126a75dbc93e4fedc7ec Author: Dmitry Gutov Commit: Dmitry Gutov Use non-idle timer for company-echo-metadata-frontend Fixes #548. --- company.el | 17 +++-- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git

[elpa] externals/hyperbole c501027 2/2: Fix set-buffer byte-compiler warnings; remove outdated references

2021-05-09 Thread ELPA Syncer
branch: externals/hyperbole commit c501027d85761867e93e53b894bab3685e820d7b Author: Bob Weiner Commit: Bob Weiner Fix set-buffer byte-compiler warnings; remove outdated references --- ChangeLog | 19 +++- Makefile | 4 +-- hbut.el | 40 ++--- hui-

[elpa] externals/hyperbole 8ab9a3b 1/2: Fix demo-org-hide-header-test with save-excursion

2021-05-09 Thread ELPA Syncer
branch: externals/hyperbole commit 8ab9a3b7bb04647b5a6bee8227fd2b5b50348988 Author: Bob Weiner Commit: Bob Weiner Fix demo-org-hide-header-test with save-excursion --- ChangeLog | 4 test/demo-tests.el | 10 -- 2 files changed, 8 insertions(+), 6 deletions(-) diff --

[elpa] externals/hyperbole updated (c7bcb03 -> c501027)

2021-05-09 Thread ELPA Syncer
elpasync pushed a change to branch externals/hyperbole. from c7bcb03 Merge branch 'master' of hyperbole new 8ab9a3b Fix demo-org-hide-header-test with save-excursion new c501027 Fix set-buffer byte-compiler warnings; remove outdated references Summary of changes: C