[elpa] externals/debbugs e06d335153: Don't compile after patching, if compile command is nil, 0.40

2024-02-15 Thread Eric Abrahamsen
branch: externals/debbugs commit e06d335153fab7eb82771919c82de125b51bdf66 Author: Eric Abrahamsen Commit: Eric Abrahamsen Don't compile after patching, if compile command is nil, 0.40 * debbugs-gnu.el (debbugs-gnu-apply-patch): Allow the user to set debbugs-gnu-compile-co

[elpa] externals/ebdb f7b50402cf: Final round of compiler quieting

2023-10-23 Thread Eric Abrahamsen
branch: externals/ebdb commit f7b50402cf672448c4999e069b8b58294ef18595 Author: Eric Abrahamsen Commit: Eric Abrahamsen Final round of compiler quieting Thanks again to Arash Esbati Not all the way there, but I don't know what to do about the format compl

[elpa] externals/ebdb updated (3e293a1aad -> dff7a1c432)

2023-10-21 Thread Eric Abrahamsen
girzel pushed a change to branch externals/ebdb. from 3e293a1aad Fix variable-name bug in ebdb-com-delete-field new 55bdcc37b2 Add autoload cookies to all "insinuation" MUA functions new 19f30e5b71 Update all remaining copyright dates to 2023 new 44f8379883 Add ebdb-

[elpa] externals/ebdb dff7a1c432 4/4: More compiler quieting

2023-10-21 Thread Eric Abrahamsen
branch: externals/ebdb commit dff7a1c43223d1a2b218f4a2efc85c80a5cc0c03 Author: Eric Abrahamsen Commit: Eric Abrahamsen More compiler quieting Thanks to Arash Esbati for his continued persistence. --- ebdb-com.el| 2 +- ebdb-i18n-basic.el | 11 +-- ebdb-migrate.el

[elpa] externals/ebdb 55bdcc37b2 1/4: Add autoload cookies to all "insinuation" MUA functions

2023-10-21 Thread Eric Abrahamsen
branch: externals/ebdb commit 55bdcc37b28d1e827f5c03367bea989b707e0564 Author: Eric Abrahamsen Commit: Eric Abrahamsen Add autoload cookies to all "insinuation" MUA functions Preparatory to changing the recommended load method from require, to adding hooks manually.

[elpa] externals/ebdb 19f30e5b71 2/4: Update all remaining copyright dates to 2023

2023-10-21 Thread Eric Abrahamsen
branch: externals/ebdb commit 19f30e5b715487c9575085a6c7d894bca6d55a18 Author: Eric Abrahamsen Commit: Eric Abrahamsen Update all remaining copyright dates to 2023 Just in time for 2024. --- ebdb-complete.el | 2 +- ebdb-counsel.el| 2 +- ebdb-gnus.el | 2 +- ebdb

[elpa] externals/ebdb 44f8379883 3/4: Add ebdb-load guards to all MUA insinuation functions

2023-10-21 Thread Eric Abrahamsen
branch: externals/ebdb commit 44f8379883dd4daee86417047cf0df58d5a3039b Author: Eric Abrahamsen Commit: Eric Abrahamsen Add ebdb-load guards to all MUA insinuation functions Ensure EBDB is loaded when the MUA starts up. --- ebdb-gnus.el| 2 ++ ebdb-message.el | 4 ebdb

[elpa] externals/ebdb 7a0cc7f618 2/4: Don't require cl-macs directly

2023-10-19 Thread Eric Abrahamsen
branch: externals/ebdb commit 7a0cc7f618027f6cb61e682e332d4c2aa8e866d5 Author: Eric Abrahamsen Commit: Eric Abrahamsen Don't require cl-macs directly Everything we need is available via cl-lib. --- ebdb.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eb

[elpa] externals/ebdb updated (18de048be8 -> 3e293a1aad)

2023-10-19 Thread Eric Abrahamsen
girzel pushed a change to branch externals/ebdb. from 18de048be8 Bump version to 0.8.18 new d84b604d57 Flesh out roles and organizations new 7a0cc7f618 Don't require cl-macs directly new 8f34ce1879 Docstrings fixes to pacify compiler new 3e293a1aad Fix variab

[elpa] externals/ebdb 8f34ce1879 3/4: Docstrings fixes to pacify compiler

2023-10-19 Thread Eric Abrahamsen
branch: externals/ebdb commit 8f34ce1879fedb462d2f17f93942906cad02c3dc Author: Eric Abrahamsen Commit: Eric Abrahamsen Docstrings fixes to pacify compiler Thanks to Arash Esbati for the patches. --- ebdb-com.el| 40 ebdb-format.el

[elpa] externals/ebdb 3e293a1aad 4/4: Fix variable-name bug in ebdb-com-delete-field

2023-10-19 Thread Eric Abrahamsen
branch: externals/ebdb commit 3e293a1aad66a6a41516d6d8891b02d3be92f86d Author: Eric Abrahamsen Commit: Eric Abrahamsen Fix variable-name bug in ebdb-com-delete-field * ebdb-com.el (ebdb-com-delete-field): Looks like some half-completed code. --- ebdb-com.el | 2 +- 1 file changed

[elpa] externals/ebdb d84b604d57 1/4: Flesh out roles and organizations

2023-10-19 Thread Eric Abrahamsen
branch: externals/ebdb commit d84b604d57369bfc1202c0540bfce9b329ecad79 Author: Eric Abrahamsen Commit: Eric Abrahamsen Flesh out roles and organizations Organizations can have roles at other organizations. * ebdb-format.el (ebdb-fmt-record): Display this when formatting

[elpa] externals/ebdb abf5dfa2c2 1/4: Fix bug in customize-editing a record's main name

2023-09-13 Thread Eric Abrahamsen
branch: externals/ebdb commit abf5dfa2c2716fb0200d5042a216d742ca472145 Author: Eric Abrahamsen Commit: Eric Abrahamsen Fix bug in customize-editing a record's main name * ebdb-com.el (ebdb-customization-name-p): New (unfortunate) variable, buffer-local to the customz

[elpa] externals/ebdb 9cc960409f 2/4: Remove 'affix slot from record names

2023-09-13 Thread Eric Abrahamsen
branch: externals/ebdb commit 9cc960409fe55c316f74a2c175f8ea689dc96cf9 Author: Eric Abrahamsen Commit: Eric Abrahamsen Remove 'affix slot from record names We have suffix and prefix. Merge any existing affixes with the prefix, which will probably annoy anyone who was usi

[elpa] externals/ebdb 53193e2e63 3/4: Fix doubled output of name prefix

2023-09-13 Thread Eric Abrahamsen
branch: externals/ebdb commit 53193e2e632ce554401bff565461770722918a5e Author: Eric Abrahamsen Commit: Eric Abrahamsen Fix doubled output of name prefix --- ebdb.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ebdb.el b/ebdb.el index 28f732cb52..5ca9ec7572 100644

[elpa] externals/ebdb updated (78169bb237 -> 18de048be8)

2023-09-13 Thread Eric Abrahamsen
girzel pushed a change to branch externals/ebdb. from 78169bb237 Fix some plumbing issues related to organizations and relations new abf5dfa2c2 Fix bug in customize-editing a record's main name new 9cc960409f Remove 'affix slot from record names new 53193e2e63 Fix d

[elpa] externals/ebdb 18de048be8 4/4: Bump version to 0.8.18

2023-09-13 Thread Eric Abrahamsen
branch: externals/ebdb commit 18de048be8a560b367e7839b19c873b9753f3ec1 Author: Eric Abrahamsen Commit: Eric Abrahamsen Bump version to 0.8.18 --- ebdb.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ebdb.el b/ebdb.el index 5ca9ec7572..f31d5fa96e 100644 --- a/ebdb.el

[elpa] externals/vcard 44ce65f45a: Update vcard-parse.el to use line-*-position

2023-07-18 Thread Eric Abrahamsen
branch: externals/vcard commit 44ce65f45ade5fa1dad13edb3aa82baa67395666 Author: Eric Abrahamsen Commit: Eric Abrahamsen Update vcard-parse.el to use line-*-position Thanks to Arash Esbati * vcard-parse.el (vcard-parse-buffer): The point-at-* functions are deprecated

[elpa] externals/ebdb 4dd5d15fb5: Various fixes to the passport field

2023-02-19 Thread Eric Abrahamsen
branch: externals/ebdb commit 4dd5d15fb5662f5cedc6d20572669531b3ba4abb Author: Eric Abrahamsen Commit: Eric Abrahamsen Various fixes to the passport field * ebdb.el (ebdb-read): Tweak reading of ebdb-field-labeled to check if the field already has a label. (ebdb-id-label

[elpa] externals/ebdb updated (a961744cc4 -> 610d1ed5d4)

2023-01-12 Thread Eric Abrahamsen
girzel pushed a change to branch externals/ebdb. from a961744cc4 Adjust Notmuch insinuation new fa65397bae Fix bug in window popping-up new d86eedbf7c Basic implementation of mailing list record type new 610d1ed5d4 Fix function signature of ebdb-record-mail, release

[elpa] externals/ebdb 610d1ed5d4 3/3: Fix function signature of ebdb-record-mail, release 0.8.17

2023-01-12 Thread Eric Abrahamsen
branch: externals/ebdb commit 610d1ed5d4095936836102e1e48dc4416d0d260b Author: Eric Abrahamsen Commit: Eric Abrahamsen Fix function signature of ebdb-record-mail, release 0.8.17 * ebdb.el (ebdb-record-mail): Missing optional arguments, and the no-roles argument wasn't doin

[elpa] externals/ebdb fa65397bae 1/3: Fix bug in window popping-up

2023-01-12 Thread Eric Abrahamsen
branch: externals/ebdb commit fa65397bae97ec58efdbda1fdab2fd3484ce7e81 Author: Eric Abrahamsen Commit: Eric Abrahamsen Fix bug in window popping-up * ebdb-com.el (ebdb-pop-up-window): The setting of `buffer-window' was supposed to belong to the THEN branch. --- ebdb-com.e

[elpa] externals/ebdb d86eedbf7c 2/3: Basic implementation of mailing list record type

2023-01-12 Thread Eric Abrahamsen
branch: externals/ebdb commit d86eedbf7c1b41229c9fee65e8f82be026a128cf Author: Eric Abrahamsen Commit: Eric Abrahamsen Basic implementation of mailing list record type * ebdb.el (ebdb-record-mailing-list): It now has slots! (ebdb-read, ebdb-string): And the basic methods

[elpa] externals/gnorb 409e4fc2c8: Handle org-agenda-type 'tags with no tags, release 1.6.11

2023-01-08 Thread Eric Abrahamsen
branch: externals/gnorb commit 409e4fc2c83f8406f362028dbcc3a1fc21182819 Author: Eric Abrahamsen Commit: Eric Abrahamsen Handle org-agenda-type 'tags with no tags, release 1.6.11 * gnorb-org.el (gnorb-org-popup-bbdb): When popping up BBDB for org agenda searches, the '

[elpa] externals/peg 03a35ddee9 1/2: Peg doc patches

2022-11-29 Thread Eric Abrahamsen
branch: externals/peg commit 03a35ddee99cf4b6831ee4f98474a745cc79b66f Author: Eric Abrahamsen Commit: Eric Abrahamsen Peg doc patches --- peg.el | 70 ++ 1 file changed, 62 insertions(+), 8 deletions(-) diff --git a/peg.el b

[elpa] externals/peg 90c9004a83 2/2: Fix syntax-class PEX to move point; release 1.0.1

2022-11-29 Thread Eric Abrahamsen
branch: externals/peg commit 90c9004a8347209f94a37c8d9506425721098402 Author: Eric Abrahamsen Commit: Eric Abrahamsen Fix syntax-class PEX to move point; release 1.0.1 * peg.el (peg--translate): This method was only testing buffer text after point, it needs to actually move

[elpa] externals/peg updated (9a8d2396e7 -> 90c9004a83)

2022-11-29 Thread Eric Abrahamsen
girzel pushed a change to branch externals/peg. from 9a8d2396e7 * peg.el: New official entry points `peg` and `peg-run` new 03a35ddee9 Peg doc patches new 90c9004a83 Fix syntax-class PEX to move point; release 1.0.1 Summary of changes: peg-tests.el | 5 peg.el

[elpa] externals/ebdb a961744cc4: Adjust Notmuch insinuation

2022-11-05 Thread Eric Abrahamsen
branch: externals/ebdb commit a961744cc49a6e9b96474ef8ea90dc34feaef24c Author: Eric Abrahamsen Commit: Eric Abrahamsen Adjust Notmuch insinuation notmuch-show-mode and notmuch-message-mode may be invoked in different orders, so provide separate hooks for each. --- ebdb

[elpa] externals/ebdb 8ca9902869 2/2: Fix mis-parsing of surname prefixes

2022-11-05 Thread Eric Abrahamsen
branch: externals/ebdb commit 8ca9902869b6a3e3bb4d0d2b45b88f476146b7b6 Author: Eric Abrahamsen Commit: Eric Abrahamsen Fix mis-parsing of surname prefixes Fixes #106 * ebdb.el (ebdb-divide-name): The prefix should only be found at the beginning of the string, separated

[elpa] externals/ebdb updated (83bc38c93f -> 8ca9902869)

2022-11-05 Thread Eric Abrahamsen
girzel pushed a change to branch externals/ebdb. from 83bc38c93f typos (#107) new 8d78ffb7c6 Update copyright notices to 2022 new 8ca9902869 Fix mis-parsing of surname prefixes Summary of changes: ebdb-com.el| 2 +- ebdb-complete.el | 2 +- ebdb-counsel.el

[elpa] externals/ebdb 8d78ffb7c6 1/2: Update copyright notices to 2022

2022-11-05 Thread Eric Abrahamsen
branch: externals/ebdb commit 8d78ffb7c64b3751f63c92d1c36748c919a6bdcc Author: Eric Abrahamsen Commit: Eric Abrahamsen Update copyright notices to 2022 Which is nearly over... --- ebdb-com.el| 2 +- ebdb-complete.el | 2 +- ebdb-counsel.el| 2 +- ebdb-format.el

[elpa] externals/vcard 3fb7c41c8e: Make dependency on iso8601 conditional

2022-07-13 Thread Eric Abrahamsen
branch: externals/vcard commit 3fb7c41c8eca14d6191c4216fcb6faf1256ec119 Author: Eric Abrahamsen Commit: Eric Abrahamsen Make dependency on iso8601 conditional * vcard-parse.el (vcard-parse-card): Only use `iso8601-parse' if it is bound. --- vcard-parse.el | 11 +++ 1

[elpa] externals/ebdb c98512ebb6: Fix to previous divide name change, release 0.8.14

2022-03-23 Thread Eric Abrahamsen
branch: externals/ebdb commit c98512ebb6984701bbf090f1eabedb120c51e7bd Author: Eric Abrahamsen Commit: Eric Abrahamsen Fix to previous divide name change, release 0.8.14 Fixes #102 We need to move to proper parsing. * ebdb.el (ebdb-divide-name): There isn't a

[elpa] externals/ebdb 0539addcbd 1/3: Look for comments in BBDB phone numbers during migration

2022-03-20 Thread Eric Abrahamsen
branch: externals/ebdb commit 0539addcbd0decb528370b75ab753e7ffc010d29 Author: Eric Abrahamsen Commit: Eric Abrahamsen Look for comments in BBDB phone numbers during migration * ebdb-migrate.el (ebdb-migrate-vector-to-class): The plain-string form of BBDB phone numbers allowed

[elpa] externals/ebdb 333c68f7e9 3/3: Release 0.8.13

2022-03-20 Thread Eric Abrahamsen
branch: externals/ebdb commit 333c68f7e95590e867ca02742c9f5d612e633c28 Author: Eric Abrahamsen Commit: Eric Abrahamsen Release 0.8.13 --- ebdb.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ebdb.el b/ebdb.el index 1d9abb2310..e8012c8ca6 100644 --- a/ebdb.el +++ b

[elpa] externals/ebdb updated (ecbbc35550 -> 333c68f7e9)

2022-03-20 Thread Eric Abrahamsen
girzel pushed a change to branch externals/ebdb. from ecbbc35550 Release 0.8.12 new 0539addcbd Look for comments in BBDB phone numbers during migration new 8f7024c49b Find prefixes while parsing names, and output them properly new 333c68f7e9 Release 0.8.13 Summary

[elpa] externals/ebdb 8f7024c49b 2/3: Find prefixes while parsing names, and output them properly

2022-03-20 Thread Eric Abrahamsen
branch: externals/ebdb commit 8f7024c49b25780c8aa6864fcdf74273f346e615 Author: Eric Abrahamsen Commit: Eric Abrahamsen Find prefixes while parsing names, and output them properly * ebdb.el (ebdb-divide-name): We went to the trouble of having name prefixes, with a regexp and

[elpa] externals/org-translate bdc5d169ef 4/4: Don't use format-prompt, release 0.1.4

2022-03-12 Thread Eric Abrahamsen
branch: externals/org-translate commit bdc5d169ef0c502f46aa673918ccf34fcc8415f2 Author: Eric Abrahamsen Commit: Eric Abrahamsen Don't use format-prompt, release 0.1.4 Also change packages requires to depend on Emacs 27.1; 25.1 was way too optimistic. * org-transla

[elpa] externals/org-translate 7d067b4c47 3/4: Disable removal of segmentation characters on export

2022-03-12 Thread Eric Abrahamsen
branch: externals/org-translate commit 7d067b4c47b269dfee6f6e6a9fd5f418a7ab50f7 Author: Eric Abrahamsen Commit: Eric Abrahamsen Disable removal of segmentation characters on export * org-translate.el (org-translate-mode): This doesn't work the way it was intended, and

[elpa] externals/org-translate 0579202997 2/4: Org link export functions need to accept four parameters

2022-03-12 Thread Eric Abrahamsen
branch: externals/org-translate commit 0579202997a2a5436f2c3dfd44c1d711745c8a0c Author: Eric Abrahamsen Commit: Eric Abrahamsen Org link export functions need to accept four parameters * org-translate.el (ogt-export-link): Did they once only take three? Use &rest and fo

[elpa] externals/org-translate 086e36ce76 1/4: Fix up locating end of source segment

2022-03-12 Thread Eric Abrahamsen
branch: externals/org-translate commit 086e36ce764323dda3be6dfb6a1b585cd3006630 Author: Eric Abrahamsen Commit: Eric Abrahamsen Fix up locating end of source segment * org-translate.el (ogt-highlight-source-segment): regexp-opt was choking on org-heading-regexp somehow; use rx

[elpa] externals/org-translate updated (80a95ac6fa -> bdc5d169ef)

2022-03-12 Thread Eric Abrahamsen
girzel pushed a change to branch externals/org-translate. from 80a95ac6fa Use cl-pushnew instead of push for org-export-filter-body-functions new 086e36ce76 Fix up locating end of source segment new 0579202997 Org link export functions need to accept four parameters

[elpa] externals/ebdb fbc49aae3b 6/7: Fix, document and improve record image display

2022-02-26 Thread Eric Abrahamsen
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-

[elpa] externals/ebdb updated (8fcd14c9a9 -> ecbbc35550)

2022-02-26 Thread Eric Abrahamsen
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

[elpa] externals/ebdb fb10925183 3/7: Add an arbitrary comment slot to all fields

2022-02-26 Thread Eric Abrahamsen
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

[elpa] externals/ebdb ecbbc35550 7/7: Release 0.8.12

2022-02-26 Thread Eric Abrahamsen
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

[elpa] externals/ebdb cf47d45fbc 4/7: Add :custom arg to notes field

2022-02-26 Thread Eric Abrahamsen
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

[elpa] externals/ebdb 0ba072ce9a 1/7: Documentation variable names typos, around `ebdb-accept-header-alist' (#101)

2022-02-26 Thread Eric Abrahamsen
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

[elpa] externals/ebdb 39ccc1fb8a 2/7: Potentially look for quotes around the name when snarfing

2022-02-26 Thread Eric Abrahamsen
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

[elpa] externals/ebdb 35e6e28116 5/7: Insinuate EBDB into notmuch on the message hook, release 0.8.11

2022-02-26 Thread Eric Abrahamsen
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

[elpa] externals/ebdb 8fcd14c9a9: Add before-save-db and after-save-db hooks, bump version

2022-01-26 Thread Eric Abrahamsen
branch: externals/ebdb commit 8fcd14c9a9e1710716ddef8195bc123140473912 Author: Eric Abrahamsen Commit: Eric Abrahamsen Add before-save-db and after-save-db hooks, bump version * ebdb.el (ebdb-before-save-db-hook, ebdb-after-save-db-hook): These may be helpful for users wanting

[elpa] externals/ebdb c23b924374: Fix migration routine for affixes; release 0.8.9

2022-01-25 Thread Eric Abrahamsen
branch: externals/ebdb commit c23b924374a46bfc40d61831438a9d72f1951857 Author: Eric Abrahamsen Commit: Eric Abrahamsen Fix migration routine for affixes; release 0.8.9 * ebdb-migrate.el (ebdb-migrate-vector-to-class): BBDB affix is likely to be a list of strings, handle that

[elpa] externals/ebdb updated (ba0bb42019 -> e122e38f3c)

2022-01-19 Thread Eric Abrahamsen
girzel pushed a change to branch externals/ebdb. from ba0bb42019 Further fix to ebdb-prompt-for-record, bump to 0.8.8 new 8c0c831605 Fix very dumb bug in ebdb-read-string new ef936b286b Make migration error reports easier to read new e122e38f3c Add an "add-to-existin

[elpa] externals/ebdb e122e38f3c 3/3: Add an "add-to-existing" task during message annotation

2022-01-19 Thread Eric Abrahamsen
branch: externals/ebdb commit e122e38f3c4cb5d249e2c1538122a3af830e952c Author: Eric Abrahamsen Commit: Eric Abrahamsen Add an "add-to-existing" task during message annotation * ebdb-mua.el (ebdb-update-records): If our task is 'add-to-existing, prompt for an exis

[elpa] externals/ebdb 8c0c831605 1/3: Fix very dumb bug in ebdb-read-string

2022-01-19 Thread Eric Abrahamsen
branch: externals/ebdb commit 8c0c831605fb8d771872eef70ba4a71f5d4c8c0a Author: Eric Abrahamsen Commit: Eric Abrahamsen Fix very dumb bug in ebdb-read-string Thanks to Mohsin Kaleem for the report. * ebdb.el (ebdb-read-string): Function should signal 'ebdb-empty

[elpa] externals/ebdb ef936b286b 2/3: Make migration error reports easier to read

2022-01-19 Thread Eric Abrahamsen
branch: externals/ebdb commit ef936b286bf28ac43efc2f5fc81e7f8dc4e3a2d6 Author: Eric Abrahamsen Commit: Eric Abrahamsen Make migration error reports easier to read * ebdb-migrate.el (ebdb-migrate-from-bbdb): These lines could be long; break between the record and the error

[elpa] externals/gnorb 4e04c77: Release 1.6.10

2021-12-19 Thread Eric Abrahamsen
branch: externals/gnorb commit 4e04c776a90f0e866705b6ad3ec89063603dab59 Author: Eric Abrahamsen Commit: Eric Abrahamsen Release 1.6.10 There are still plenty more compiler warnings to attend to, but I'm not getting to them, and meanwhile there are actual bug-fixes in

[elpa] externals/ebdb 68292f6 4/8: Fix dumb mistake in record migration

2021-10-25 Thread Eric Abrahamsen
branch: externals/ebdb commit 68292f67f1fefee4c299af8cbac2795d8f4bf760 Author: Eric Abrahamsen Commit: Eric Abrahamsen Fix dumb mistake in record migration * ebdb-migrate.el (ebdb-migrate-vector-to-class): Argument order in `string-match-p' reversed. --- ebdb-migrate.e

[elpa] externals/ebdb c38931f 2/8: Improve ebdb-prompt-for-record string selection

2021-10-25 Thread Eric Abrahamsen
branch: externals/ebdb commit c38931f2c99e2e5314b05e93011fa0289e598fef Author: Eric Abrahamsen Commit: Eric Abrahamsen Improve ebdb-prompt-for-record string selection * ebdb.el (ebdb-prompt-for-record): Draw all available names from `ebdb-record-alt-names', not just

[elpa] externals/ebdb 65bccc9 1/8: make ebdb find mu4e 1.6.x buffer (#97)

2021-10-25 Thread Eric Abrahamsen
branch: externals/ebdb commit 65bccc998311c4eaf4e0579fd33f0dfebbc4d66d Author: secomi Commit: GitHub make ebdb find mu4e 1.6.x buffer (#97) * Make ebdb compatible with mu4e 1.6 MU4e 1.6 (released, as of July 27 2021) Use the gnus-based message viewer as the default.

[elpa] externals/ebdb 684452c 6/8: Interpret an empty street list as a desire to quit address reading

2021-10-25 Thread Eric Abrahamsen
branch: externals/ebdb commit 684452c22ba8aa6bfb5cec8e34cc1acdb62c8d31 Author: Eric Abrahamsen Commit: Eric Abrahamsen Interpret an empty street list as a desire to quit address reading * ebdb.el (ebdb-edit-address-street): All address fields now catch quit/ebdb-empty, meaning

[elpa] externals/ebdb 7aed64a 3/8: Remove another sneaky trailing colon on ebdb-read

2021-10-25 Thread Eric Abrahamsen
branch: externals/ebdb commit 7aed64a6242a44d3ea71c3067ca047be5136babf Author: Eric Abrahamsen Commit: Eric Abrahamsen Remove another sneaky trailing colon on ebdb-read * ebdb.el (ebdb-read): Was grep-proof. --- ebdb.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff

[elpa] externals/ebdb ba0bb42 8/8: Further fix to ebdb-prompt-for-record, bump to 0.8.8

2021-10-25 Thread Eric Abrahamsen
branch: externals/ebdb commit ba0bb420193535ecf1ab56d11477580a2c219266 Author: Eric Abrahamsen Commit: Eric Abrahamsen Further fix to ebdb-prompt-for-record, bump to 0.8.8 * ebdb.el (ebdb-prompt-for-record): There's some cleaning up that needs to be done with ebdb-stri

[elpa] externals/ebdb updated (13a9a9d -> ba0bb42)

2021-10-25 Thread Eric Abrahamsen
girzel pushed a change to branch externals/ebdb. from 13a9a9d Simplify German address formatting, bump version to 0.8.6 new 65bccc9 make ebdb find mu4e 1.6.x buffer (#97) new c38931f Improve ebdb-prompt-for-record string selection new 7aed64a Remove another s

[elpa] externals/ebdb 9e5eccb 7/8: Start making use of ebdb-read-string-override, bump to 0.8.7

2021-10-25 Thread Eric Abrahamsen
branch: externals/ebdb commit 9e5eccb62eef72e46eb8506c6c2dd66bd72eb8af Author: Eric Abrahamsen Commit: Eric Abrahamsen Start making use of ebdb-read-string-override, bump to 0.8.7 * ebdb.el (ebdb-read): Use prompt overrides in address and phone reading. (ebdb-read-string): Fix

[elpa] externals/ebdb c67dc08 5/8: Fix editing of internationalized US addresses

2021-10-25 Thread Eric Abrahamsen
branch: externals/ebdb commit c67dc08df4a8a29d4dba86ca1f26436576a5469f Author: Eric Abrahamsen Commit: Eric Abrahamsen Fix editing of internationalized US addresses * ebdb-i18n-basic.el (ebdb-read-i18n): If we're editing an existing one, use the correct value from ebdb-i18

[elpa] externals/ebdb 53773d1 08/10: Remove UK address read method from i18n-basic

2021-10-08 Thread Eric Abrahamsen
branch: externals/ebdb commit 53773d1587a822c870f65a134990a3af00584d90 Author: Eric Abrahamsen Commit: Eric Abrahamsen Remove UK address read method from i18n-basic * ebdb-i18n-basic.el (ebdb-read-i18n): Sometimes UK addresses *do* need the region! --- ebdb-i18n-basic.el | 8

[elpa] externals/ebdb 8700b4a 06/10: Don't show redundant labels for fields that don't have their own

2021-10-08 Thread Eric Abrahamsen
branch: externals/ebdb commit 8700b4a33f578328a4e8210a4befaa23590791ff Author: Eric Abrahamsen Commit: Eric Abrahamsen Don't show redundant labels for fields that don't have their own This might indicate we need to re-think the label formatting procedure. * e

[elpa] externals/ebdb 3e6bed6 09/10: Borrow changes from notification branch

2021-10-08 Thread Eric Abrahamsen
branch: externals/ebdb commit 3e6bed6c65f5e7c26d636e61a42472b6d4ef6f27 Author: Eric Abrahamsen Commit: Eric Abrahamsen Borrow changes from notification branch Should have done these here first. * ebdb.el (ebdb-field-anniversary, ebdb-field-id): Put better tags on the

[elpa] externals/ebdb 13a9a9d 10/10: Simplify German address formatting, bump version to 0.8.6

2021-10-08 Thread Eric Abrahamsen
branch: externals/ebdb commit 13a9a9d1e91afde5d915a580060eb9c2f692e2d9 Author: Eric Abrahamsen Commit: Eric Abrahamsen Simplify German address formatting, bump version to 0.8.6 This will probably have to be changed again in the future, but this is "correct enough&quo

[elpa] externals/ebdb 044b022 04/10: Remove the Universal Time flag for timestamp output

2021-10-08 Thread Eric Abrahamsen
branch: externals/ebdb commit 044b0222dcdb40afde6b295e50254956e315c15d Author: Eric Abrahamsen Commit: Eric Abrahamsen Remove the Universal Time flag for timestamp output With thanks to Dieter Faulbaum for all the reports and suggestions. * ebdb.el (ebdb-string): There&#

[elpa] externals/ebdb 8573c7f 02/10: Fix argument order in ebdb-read-i18n

2021-10-08 Thread Eric Abrahamsen
branch: externals/ebdb commit 8573c7fb3944bd75108efab21278bd69cd284def Author: Eric Abrahamsen Commit: Eric Abrahamsen Fix argument order in ebdb-read-i18n * ebdb-i18n.el (ebdb-read-i18n): The spec needs to come right after the class type so it can be specialized on. The

[elpa] externals/ebdb 082acb1 05/10: Fix retrieval of default when editing object labels

2021-10-08 Thread Eric Abrahamsen
branch: externals/ebdb commit 082acb13b767c9affee5a65675ce2f4b7f8b9df2 Author: Eric Abrahamsen Commit: Eric Abrahamsen Fix retrieval of default when editing object labels * ebdb.el (ebdb-read): The OBJ argument is the old field, FIELD is the new one. --- ebdb.el | 2 +- 1 file

[elpa] externals/ebdb 4aa9845 07/10: Improve reading of states in German addresses

2021-10-08 Thread Eric Abrahamsen
branch: externals/ebdb commit 4aa98450caabca8a0281e16e99dce056610949cf Author: Eric Abrahamsen Commit: Eric Abrahamsen Improve reading of states in German addresses Fix to b08a5264ef * ebdb-i18n-basic.el (ebdb-read-i18n): Previous version _forced_ entry of a state

[elpa] externals/ebdb a5571cf 03/10: Add address i18n for Singapore

2021-10-08 Thread Eric Abrahamsen
branch: externals/ebdb commit a5571cf537c589446323276fe28f70752a7d07c3 Author: Eric Abrahamsen Commit: Eric Abrahamsen Add address i18n for Singapore * ebdb-i18n-basic.el (ebdb-read-i18n): There's not much to a Singapore address. --- ebdb-i18n-basic.el | 11 +++ 1

[elpa] externals/ebdb 4fd89fe 01/10: Make all address slots skippable

2021-10-08 Thread Eric Abrahamsen
branch: externals/ebdb commit 4fd89fe651b01727cf603ba185b01109b8443f7f Author: Eric Abrahamsen Commit: Eric Abrahamsen Make all address slots skippable * ebdb.el (ebdb-read): You never know what kind of data people will have to enter. Use `ebdb-with-exit' for everything

[elpa] externals/ebdb updated (b08a526 -> 13a9a9d)

2021-10-08 Thread Eric Abrahamsen
girzel pushed a change to branch externals/ebdb. from b08a526 Add ebdb-i18n-german-states variable, use in reading, bump version new 4fd89fe Make all address slots skippable new 8573c7f Fix argument order in ebdb-read-i18n new a5571cf Add address i18n for Si

[elpa] externals/ebdb bcab2b6 2/4: Always ignore "undisclosed recipients" string in message headers

2021-10-03 Thread Eric Abrahamsen
branch: externals/ebdb commit bcab2b61a4f762a1889e29ef2ff7e691504e8003 Author: Eric Abrahamsen Commit: Eric Abrahamsen Always ignore "undisclosed recipients" string in message headers * ebdb-mua.el (ebdb-get-address-components): No one's going to create a

[elpa] externals/ebdb 491152b 1/4: Use ebdb-default-phone-country as default for i18n phone parsing

2021-10-03 Thread Eric Abrahamsen
branch: externals/ebdb commit 491152b6747e6f04ff7931ffe4d141fa736eea99 Author: Eric Abrahamsen Commit: Eric Abrahamsen Use ebdb-default-phone-country as default for i18n phone parsing * ebdb-i18n.el (ebdb-parse): If it's the default for non-i18n phone parsing, it should b

[elpa] externals/ebdb b08a526 4/4: Add ebdb-i18n-german-states variable, use in reading, bump version

2021-10-03 Thread Eric Abrahamsen
branch: externals/ebdb commit b08a5264ef2609b5cc789dcfe9452b02db384f0f Author: Eric Abrahamsen Commit: Eric Abrahamsen Add ebdb-i18n-german-states variable, use in reading, bump version * ebdb-i18n-basic.el (ebdb-i18n-german-states): New variable. (ebdb-read-i18n): Use when

[elpa] externals/ebdb updated (7a280d6 -> b08a526)

2021-10-03 Thread Eric Abrahamsen
girzel pushed a change to branch externals/ebdb. from 7a280d6 Menu option for saving the database should call `ebdb-save-ebdb' new 491152b Use ebdb-default-phone-country as default for i18n phone parsing new bcab2b6 Always ignore "undisclosed recipients" string in me

[elpa] externals/ebdb 9050ed2 3/4: Do a better job of displaying German phone numbers; add parsing

2021-10-03 Thread Eric Abrahamsen
branch: externals/ebdb commit 9050ed2c8d4c97ef1af16bd88fc6ca0ed6f03c4d Author: Eric Abrahamsen Commit: Eric Abrahamsen Do a better job of displaying German phone numbers; add parsing * ebdb-i18n-basic.el (ebdb-string-i18n): This wasn't working quite right; change

[elpa] externals/ebdb 7a280d6: Menu option for saving the database should call `ebdb-save-ebdb'

2021-09-10 Thread Eric Abrahamsen
branch: externals/ebdb commit 7a280d6b59d9f7a9f13a340711eaf298c6744723 Author: Eric Abrahamsen Commit: Eric Abrahamsen Menu option for saving the database should call `ebdb-save-ebdb' * ebdb-com.el (ebdb-menu): Not `ebdb-save', which is a lower-level functi

[elpa] externals/ebdb 7273309: Fix misunderstanding about German phone numbers, release point fix

2021-09-04 Thread Eric Abrahamsen
branch: externals/ebdb commit 72733093f307a85753385b7e9fb9adea8e89313c Author: Eric Abrahamsen Commit: Eric Abrahamsen Fix misunderstanding about German phone numbers, release point fix * ebdb-i18n-basic.el (ebdb-string-i18n): Turns out the hyphen is for the extension

[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

[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

[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 + eb

[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.

[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

[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

[elpa] externals/ebdb 365cf0c: Don't attempt to specialize on &optional arguments

2021-08-26 Thread Eric Abrahamsen
branch: externals/ebdb commit 365cf0c2cbca5e60aee745f32b728304abc8840f Author: Eric Abrahamsen Commit: Eric Abrahamsen Don't attempt to specialize on &optional arguments That doesn't work, and in most cases actually breaks the function definitions altogether. Bonu

[elpa] externals/ebdb 4290d25: Fix errors caught by compiler, release 0.8.2

2021-08-24 Thread Eric Abrahamsen
branch: externals/ebdb commit 4290d25f749cf33e2d9195e4914d983760a18c0d Author: Eric Abrahamsen Commit: Eric Abrahamsen Fix errors caught by compiler, release 0.8.2 Things I should have caught (with the compiler) _before_ I pushed * ebdb-i18n-basic.el (ebdb-parse-i18n): Was

[elpa] externals/ebdb 183f0ba: Have passport fields inherit from ID fields, release 0.8.1

2021-08-19 Thread Eric Abrahamsen
branch: externals/ebdb commit 183f0baeeefb3b254902c5be8adc87ab43c64c10 Author: Eric Abrahamsen Commit: Eric Abrahamsen Have passport fields inherit from ID fields, release 0.8.1 There was no reason to make these separate, and the issue/expiration date slots are useful for any

[elpa] externals/ebdb updated (f1471ca -> ebb5fc0)

2021-08-18 Thread Eric Abrahamsen
girzel pushed a change to branch externals/ebdb. from f1471ca Remove requires for vm libraries, release 0.7.1 new 0566a91 Re-instate ebdb-utilities-anniv defgroup new c9faa7c Fix US version of phone parsing new ebb5fc0 Rework diary integration, release versio

[elpa] externals/ebdb ebb5fc0 3/3: Rework diary integration, release version 0.8

2021-08-18 Thread Eric Abrahamsen
branch: externals/ebdb commit ebb5fc01ac7d000a09cc1c6129cc8212c8dbd137 Author: Eric Abrahamsen Commit: Eric Abrahamsen Rework diary integration, release version 0.8 The nutshell: before, we dynamically injected entries into the diary list using `diary-add-to-list'. That

[elpa] externals/ebdb 0566a91 1/3: Re-instate ebdb-utilities-anniv defgroup

2021-08-18 Thread Eric Abrahamsen
branch: externals/ebdb commit 0566a912365c7b033aafcc8ef7e81703592e6508 Author: Eric Abrahamsen Commit: Eric Abrahamsen Re-instate ebdb-utilities-anniv defgroup * ebdb.el: This got deleted somehow. --- ebdb.el | 4 1 file changed, 4 insertions(+) diff --git a/ebdb.el b

[elpa] externals/ebdb c9faa7c 2/3: Fix US version of phone parsing

2021-08-18 Thread Eric Abrahamsen
branch: externals/ebdb commit c9faa7ced1b58fb8b60af30785ec9323e217e39c Author: Eric Abrahamsen Commit: Eric Abrahamsen Fix US version of phone parsing * ebdb-i18n-basic.el (ebdb-parse-i18n): This worked for new phone numbers, but failed when editing existing phone numbers

[elpa] externals/ebdb updated (f8d1802 -> f1471ca)

2021-08-05 Thread Eric Abrahamsen
girzel pushed a change to branch externals/ebdb. from f8d1802 Replace defadvice with advice-add new ac94a77 Don't offer to create roles based on defunct mail addresses new f1471ca Remove requires for vm libraries, release 0.7.1 Summary of changes: ebdb-com.el | 5 +

[elpa] externals/ebdb f1471ca 2/2: Remove requires for vm libraries, release 0.7.1

2021-08-05 Thread Eric Abrahamsen
branch: externals/ebdb commit f1471cac20cba9def6ef1fc206423524cdfcdc99 Author: Eric Abrahamsen Commit: Eric Abrahamsen Remove requires for vm libraries, release 0.7.1 * ebdb-vm.el: The declare-functions and defvars are sufficient, this was causing errors. --- ebdb-vm.el | 4

[elpa] externals/ebdb ac94a77 1/2: Don't offer to create roles based on defunct mail addresses

2021-08-05 Thread Eric Abrahamsen
branch: externals/ebdb commit ac94a778bc6d22bc999eec705f26c5a17d8d3da6 Author: Eric Abrahamsen Commit: Eric Abrahamsen Don't offer to create roles based on defunct mail addresses * ebdb-com.el (ebdb-record-insert-field): Skip if mail is defunct. --- ebdb-com.el | 5 - 1

  1   2   3   4   5   6   7   8   9   10   >