[nongnu] elpa/tuareg 8a26efd 2/2: No longer track tuareg-site-file.el

2021-09-03 Thread ELPA Syncer
branch: elpa/tuareg commit 8a26efdb205f852dc1dfa0ad6879a6bc730d762d Author: Christophe Troestler Commit: Christophe Troestler No longer track tuareg-site-file.el Fixes https://github.com/ocaml/tuareg/issues/272 --- tuareg-site-file.el | 128 -

[nongnu] elpa/tuareg updated (954ffd3 -> 8a26efd)

2021-09-03 Thread ELPA Syncer
elpasync pushed a change to branch elpa/tuareg. from 954ffd3 Merge "Suppress bogus 'Mismatched parentheses' at end of comment" new 4a18078 show-paren-mode: Suppress bogus mismatched parentheses for comment new 8a26efd No longer track tuareg-site-file.el Summary of

[nongnu] elpa/tuareg 4a18078 1/2: show-paren-mode: Suppress bogus mismatched parentheses for comment

2021-09-03 Thread ELPA Syncer
branch: elpa/tuareg commit 4a180787dbdd17e73bf40d1c53fa6e38f8f5573e Author: Christophe Troestler Commit: Christophe Troestler show-paren-mode: Suppress bogus mismatched parentheses for comment See https://github.com/ocaml/tuareg/pull/270#issuecomment-912846738 --- tuareg.el | 46 ++

[nongnu] elpa/tuareg 862a088 1/2: Suppress bogus "Mismatched parentheses" at end of comment

2021-09-03 Thread ELPA Syncer
branch: elpa/tuareg commit 862a088228496629637a8eff6b0a87699b43fcb2 Author: Mattias Engdegård Commit: Mattias Engdegård Suppress bogus "Mismatched parentheses" at end of comment Partially fixes #269. --- tuareg.el | 14 ++ 1 file changed, 14 insertions(+) diff --git a/

[nongnu] elpa/tuareg 954ffd3 2/2: Merge "Suppress bogus 'Mismatched parentheses' at end of comment"

2021-09-03 Thread ELPA Syncer
branch: elpa/tuareg commit 954ffd3d40e55f41893839934c18918cf66578a3 Merge: c09b797 862a088 Author: Christophe Troestler Commit: Christophe Troestler Merge "Suppress bogus 'Mismatched parentheses' at end of comment" --- tuareg.el | 14 ++ 1 file changed, 14 insertions(+) diff --

[elpa] externals/ebdb 3f5dda3 4/5: Add Germany-specific phone and address display methods

2021-09-03 Thread Eric Abrahamsen
branch: externals/ebdb commit 3f5dda3399bfce7740b5098fdb6d580c134608a5 Author: Eric Abrahamsen Commit: Eric Abrahamsen Add Germany-specific phone and address display methods * ebdb-i18n-basic.el (ebdb-string-i18n): Display German phone numbers and addresses. --- ebdb-i18n-basic

[elpa] externals/ebdb ee1b81f 3/5: New customization option ebdb-default-phone-country

2021-09-03 Thread Eric Abrahamsen
branch: externals/ebdb commit ee1b81f363ced98b10c9000f2d6da66d8972b710 Author: Eric Abrahamsen Commit: Eric Abrahamsen New customization option ebdb-default-phone-country * ebdb.el (ebdb-default-phone-country): Phone country-code to use if none is specified/parsed out. (ebdb

[elpa] externals/ebdb fb13955 5/5: Add menu item for `ebdb-edit-field-customize', do minor point release

2021-09-03 Thread Eric Abrahamsen
branch: externals/ebdb commit fb139551974e1c0d02914d0ca63c6d59c8958869 Author: Eric Abrahamsen Commit: Eric Abrahamsen Add menu item for `ebdb-edit-field-customize', do minor point release * ebdb-com.el (ebdb-menu): Useful to have in the menu. --- ebdb-com.el | 1 + ebdb.el | 2

[elpa] externals/ebdb 6377fb5 2/5: Add a "neighborhood" slot for addresses

2021-09-03 Thread Eric Abrahamsen
branch: externals/ebdb commit 6377fb5d3ae2deb3fc434e446d6f8d5a4a02029c Author: Eric Abrahamsen Commit: Eric Abrahamsen Add a "neighborhood" slot for addresses Not displayed by default. * ebdb.el (ebdb-field-address): This is a common thing in some countries. (ebdb-r

[elpa] externals/ebdb e6717b8 1/5: Small updates to phone number parsing

2021-09-03 Thread Eric Abrahamsen
branch: externals/ebdb commit e6717b85f93deafd1ed40364caa7553b034c1f5d Author: Eric Abrahamsen Commit: Eric Abrahamsen Small updates to phone number parsing * ebdb.el (ebdb-parse): Allow spaces and dashes in the number part; remove everything but digits afterwards. * ebdb-te

[elpa] externals/ebdb updated (365cf0c -> fb13955)

2021-09-03 Thread Eric Abrahamsen
girzel pushed a change to branch externals/ebdb. from 365cf0c Don't attempt to specialize on &optional arguments new e6717b8 Small updates to phone number parsing new 6377fb5 Add a "neighborhood" slot for addresses new ee1b81f New customization option ebdb-de

[nongnu] elpa/tuareg 8bf95ce 2/4: mli generation: Be more subtle when extracting the signature

2021-09-03 Thread ELPA Syncer
branch: elpa/tuareg commit 8bf95cef4598f05582b94029a8f228d50e2d1dac Author: Christophe Troestler Commit: Christophe Troestler mli generation: Be more subtle when extracting the signature --- tuareg.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tuareg.el b/tuareg.e

[nongnu] elpa/tuareg f474014 3/4: Advertise the new features of the .ml ↔ .mli switch

2021-09-03 Thread ELPA Syncer
branch: elpa/tuareg commit f4740141a01480b7356a50aa9b09f674b095b2ec Author: Christophe Troestler Commit: Christophe Troestler Advertise the new features of the .ml ↔ .mli switch --- CHANGES.md | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md i

[nongnu] elpa/tuareg c09b797 4/4: Merge "autoload compilation error regexp"

2021-09-03 Thread ELPA Syncer
branch: elpa/tuareg commit c09b797ab7665ca6e16c968dcf03255b99ec5f4b Merge: f474014 9d97699 Author: Christophe Troestler Commit: Christophe Troestler Merge "autoload compilation error regexp" --- tuareg.el | 120 +++--- 1 file changed,

[nongnu] elpa/tuareg 9d97699 1/4: Autoload compilation error regexp

2021-09-03 Thread ELPA Syncer
branch: elpa/tuareg commit 9d97699943687e734ecabb0a3c7361fb54ac9e64 Author: Mattias Engdegård Commit: Mattias Engdegård Autoload compilation error regexp This allows OCaml errors to be matched in compilation buffers without first loading the Tuareg package. --- tuareg.el | 120

[nongnu] elpa/tuareg updated (f4fc7c5 -> c09b797)

2021-09-03 Thread ELPA Syncer
elpasync pushed a change to branch elpa/tuareg. from f4fc7c5 Offer to fill the .mli when creating it with C-cC-a new 8bf95ce mli generation: Be more subtle when extracting the signature new f474014 Advertise the new features of the .ml ↔ .mli switch new 9d9769

[nongnu] elpa/tuareg f4fc7c5: Offer to fill the .mli when creating it with C-cC-a

2021-09-03 Thread ELPA Syncer
branch: elpa/tuareg commit f4fc7c542c99a1c10f3ae1b92d46961c82c5e465 Author: Christophe Troestler Commit: Christophe Troestler Offer to fill the .mli when creating it with C-cC-a Some people find this useful, see the discussion at https://discuss.ocaml.org/t/thank-you-for-ocaml-

[elpa] externals/ivy 1831495 2/2: Merge branch 'master' into externals/ivy

2021-09-03 Thread Basil L. Contovounesios
branch: externals/ivy commit 18314955569cb7179017b9bd81ccba14614b0b7f Merge: 93cabe2 6a8e561 Author: Basil L. Contovounesios Commit: Basil L. Contovounesios Merge branch 'master' into externals/ivy --- ivy.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ivy.el b/ivy

[elpa] externals/ivy 6a8e561 1/2: Allow actions to be read in minibuffer-only frame

2021-09-03 Thread Basil L. Contovounesios
branch: externals/ivy commit 6a8e5611f32cf7cc77c2c6974dc2d3a18f32d5a5 Author: Basil L. Contovounesios Commit: Basil L. Contovounesios Allow actions to be read in minibuffer-only frame * ivy.el (ivy-read-action-by-key): Allow ivy-shrink-after-dispatching to fail in minibuffer-onl

[elpa] externals/ivy 93cabe2 2/2: Merge branch 'master' into externals/ivy

2021-09-03 Thread Basil L. Contovounesios
branch: externals/ivy commit 93cabe27411807908e554abb772236fb2f67d36a Merge: 972980b 23bdb5a Author: Basil L. Contovounesios Commit: Basil L. Contovounesios Merge branch 'master' into externals/ivy --- ivy-test.el | 40 1 file changed, 20 insertions(

[elpa] externals/ivy 23bdb5a 1/2: Fix ivy-partial-files test for Emacs 28

2021-09-03 Thread Basil L. Contovounesios
branch: externals/ivy commit 23bdb5ab7003694aa880655d092fa9c321a31bb3 Author: Basil L. Contovounesios Commit: Basil L. Contovounesios Fix ivy-partial-files test for Emacs 28 * ivy-test.el (ivy-partial-files): Refactor for hygiene; simplify. Quit with abort-recursive-edit instead

[elpa] externals/ivy updated (972980b -> 93cabe2)

2021-09-03 Thread Basil L. Contovounesios
blc pushed a change to branch externals/ivy. from 972980b Merge branch 'master' into externals/ivy adds 7cdde66 Insert minibuffer history wholesale new 23bdb5a Fix ivy-partial-files test for Emacs 28 new 93cabe2 Merge branch 'master' into externals/ivy Summa