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
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
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-
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
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.
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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 '
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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-
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
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
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
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
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
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
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
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
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
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
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
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
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.
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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.
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
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
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
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
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
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
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
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
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
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 +
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
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 - 100 of 1083 matches
Mail list logo