[elpa] externals/ebdb 4a78f58 2/9: Fix redisplay in ebdb-with-record-edits

2019-08-13 Thread Eric Abrahamsen
branch: externals/ebdb commit 4a78f5826b5e0f257f978980e9ac0d9e73d35588 Author: Eric Abrahamsen Commit: Eric Abrahamsen Fix redisplay in ebdb-with-record-edits * ebdb-com.el (ebdb-with-record-edits): Redisplay in all EBDB buffers if the current buffer isn't in ebdb-mode.

[elpa] externals/ebdb 31fb567 5/9: Merge remote-tracking branch 'github/VM-mua'

2019-08-13 Thread Eric Abrahamsen
branch: externals/ebdb commit 31fb567ed0eaeef8027da78853926c910c9cef33 Merge: b9ebce9 bb0340e Author: Eric Abrahamsen Commit: Eric Abrahamsen Merge remote-tracking branch 'github/VM-mua' --- ebdb-vm.el | 414 + 1 file changed, 414

[elpa] externals/ebdb 365b9fb 7/9: Fix mua-auto-update customization values

2019-08-13 Thread Eric Abrahamsen
branch: externals/ebdb commit 365b9fb2978141de9ef3ad343ce9e9261a8563c4 Author: Eric Abrahamsen Commit: Eric Abrahamsen Fix mua-auto-update customization values * ebdb-mua.el (ebdb-mua-auto-update-p): One of the options had the wrong symbol: 'search instead of 'existing. The

[elpa] externals/ebdb 2a87f5e 3/9: Fix one-primary-mail-per-record constraint

2019-08-13 Thread Eric Abrahamsen
branch: externals/ebdb commit 2a87f5ed2a53e3a4e91e8c88ba5afc49f5e945df Author: Eric Abrahamsen Commit: Eric Abrahamsen Fix one-primary-mail-per-record constraint Previously the constraint that each record have one and only one 'primary mail was enforced at the database level,

[elpa] externals/ebdb b9ebce9 4/9: Provide MUA-specific versions of ebdb-mua-auto-update-p

2019-08-13 Thread Eric Abrahamsen
branch: externals/ebdb commit b9ebce9bd8fdf3cbfc5067f318b8316d6293c4aa Author: Eric Abrahamsen Commit: Eric Abrahamsen Provide MUA-specific versions of ebdb-mua-auto-update-p * ebdb-mua.el (ebdb-mua-reader-update-p, ebdb-mua-sender-update-p): New options specifying

[elpa] master ab6a47b 1/2: * externals-list: add wisitoken-grammar-mode

2019-08-13 Thread Stephen Leake
branch: master commit ab6a47bdb1bfc7b5f8563187b7f81191787bcdcc Author: Stephen Leake Commit: Stephen Leake * externals-list: add wisitoken-grammar-mode --- externals-list | 1 + 1 file changed, 1 insertion(+) diff --git a/externals-list b/externals-list index c2061f9..638e2e5 100644 ---

[elpa] master updated (653afd9 -> b8e3ab9)

2019-08-13 Thread Stephen Leake
stephen_leake pushed a change to branch master. from 653afd9 * gited.el: Bump version to 0.5.4 new ab6a47b * externals-list: add wisitoken-grammar-mode new b8e3ab9 In ada-mode, wisi: release Ada mode 6.2.0, wisi 1.2.0. Summary of changes: externals-list

[elpa] externals/ebdb 5d9c9b0 6/9: Add a method for parsing US phone numbers, fix phone parsing

2019-08-13 Thread Eric Abrahamsen
branch: externals/ebdb commit 5d9c9b0b0201648d76791e8efa1b3e6e7cda2b00 Author: Eric Abrahamsen Commit: Eric Abrahamsen Add a method for parsing US phone numbers, fix phone parsing Fixes #81 * ebdb-i18n-basic.el (ebdb-parse-i18n): New method for pasing US phone numbers.

[elpa] externals/ebdb updated (3bf66d6 -> 03fcfae)

2019-08-13 Thread Eric Abrahamsen
girzel pushed a change to branch externals/ebdb. from 3bf66d6 Don't automatically migrate from BBDB, bump to 0.6.10 new 4a78f58 Fix redisplay in ebdb-with-record-edits new 2a87f5e Fix one-primary-mail-per-record constraint new b9ebce9 Provide MUA-specific

[elpa] externals/ebdb 03fcfae 9/9: Allow permanent ignoring of mail addresses

2019-08-13 Thread Eric Abrahamsen
branch: externals/ebdb commit 03fcfaedf5745ef45c0d33df62d1305c0c9df5c8 Author: Eric Abrahamsen Commit: Eric Abrahamsen Allow permanent ignoring of mail addresses * ebdb-mua.el (ebdb-permanent-ignores-file): New option specifying where ignored mail addresses should be saved.

[elpa] externals/ebdb e1efb02 8/9: Add before-save-hook and after-save-hook

2019-08-13 Thread Eric Abrahamsen
branch: externals/ebdb commit e1efb0200ac4cde39de22b8a0694696e9ff58794 Author: Eric Abrahamsen Commit: Eric Abrahamsen Add before-save-hook and after-save-hook * ebdb.el (ebdb-before-save-hook, ebdb-after-save-hook): New hooks, as options. (ebdb-save): Run them. ---

[elpa] externals/ebdb bb0340e 1/9: Stick ebdb-vm.el in its own branch until it's usable

2019-08-13 Thread Eric Abrahamsen
branch: externals/ebdb commit bb0340ed822283a42c00307eb5e51fc23bdfd4f8 Author: Eric Abrahamsen Commit: Eric Abrahamsen Stick ebdb-vm.el in its own branch until it's usable * ebdb-vm.el: It lives here now. --- ebdb-vm.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[elpa] branch externals/wisitoken-grammar-mode created (now e5d353c)

2019-08-13 Thread Stephen Leake
stephen_leake pushed a change to branch externals/wisitoken-grammar-mode. at e5d353c * run_wisitoken_grammar_parse.ads: New file. This branch includes the following new commits: new 950a513 initial new e5d353c * run_wisitoken_grammar_parse.ads: New file.

[elpa] externals/wisitoken-grammar-mode 950a513 1/2: initial

2019-08-13 Thread Stephen Leake
branch: externals/wisitoken-grammar-mode commit 950a5138254dae5787b16da007c70fd67446f376 Author: Stephen Leake Commit: Stephen Leake initial --- build.sh | 9 + 1 file changed, 9 insertions(+) diff --git a/build.sh b/build.sh new file mode 100755 index 000..cc44216 ---