22
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 13, 2023 — May 13, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
(bbdb/gnus-update-records-p): Doc fix. More... about 13 years ago
(bbdb/mh-update-records-p): Doc fix. More... about 13 years ago
(bbdb/vm-update-records-p): Doc fix. More... about 13 years ago
(bbdb/message-update-records-p): Doc fix. More... about 13 years ago
(bbdb-mua-wrapper): Simplify code. (bbdb-mua-auto-update-init): Doc fix. More... about 13 years ago
(bbdb-append-display-p, bbdb-append-display) (bbdb-search-invert-p, bbdb-search-invert): Use bbdb-modeline-info. (bbdb-search): Also search for addresses. Simplify codde. (bbdb-search-address): New command. (bbdb-search-phone): Fix prompt. More... about 13 years ago
(bbdb-modeline-info): New variable. (bbdb-mode): Use it. (bbdb-mode-map): Unify keybindings for search commands. (bbdb-sort-records): Update marker positions correctly. More... about 13 years ago
ChangeLog More... about 13 years ago
(bbdb-migrate-postcodes-to-strings): Renamed from bbdb-migrate-zip-codes-to-strings. More... about 13 years ago
(bbdb-message-search): Use name only if mail address does not match. (bbdb-parse-postcode): Renamed from bbdb-parse-zip. (bbdb-insert-field): In interactive calls ignore fields that are already present. (bbdb-record-edit-phone): Convert format of phone number if old and new format are different. (bbdb-edit-field): Use new bbdb-record-edit-phone. (bbdb-record-edit-address): Use bbdb-address-format-list. (bbdb-edit-address-street): Renamed from bbdb-address-edit-street. Take arg street instead of address. (bbdb-edit-address-default): Renamed from bbdb-address-edit-default. (bbdb-address-edit-continental): Removed (obsolete). (bbdb-complete-mail-cleanup): Removed. Code merged with bbdb-complete-mail. (bbdb-complete-mail): Return non-nil if valid completion exists. Simplify code. More... about 13 years ago
(bbdb-print-tex-quote-alist): Fix regexp. (bbdb-print-address-format-list): Renamed from bbdb-print-address-format-alist. Use bbdb-address-format-list as default. (bbdb-print): Use bbdb-format-address. (bbdb-print-address-continental): Removed. More... about 13 years ago
(bbdb-annotate-message): Use bbdb-string=. (bbdb-mua-wrapper): Also handle mail and message mode. (bbdb-mua-auto-update): Renamed from bbdb-mua-pop-up-bbdb-buffer. Perform auto update even if bbdb-message-pop-up is nil. (bbdb-mua-auto-update-init): Renamed from bbdb-mua-pop-up-init. Doc fix. Use memq instead of member. (bbdb-force-record-create): Removed (obsolete). More... about 13 years ago
(bbdb-address-format-list): New variable for customization of address formatting and editing. (renamed from bbdb-address-format-alist). (bbdb-format-address): Use it. (bbdb-format-record-one-line, bbdb-format-record-multi-line): Use bbdb-format-address. (bbdb-address-edit-function, bbdb-format-streets) (bbdb-format-address-continental): Removed. Obsolete because of bbdb-address-format-list. (bbdb-format-record): Use funcall instead of eval. (bbdb-continental-postcode-regexp): Renamed from bbdb-continental-zip-regexp. (bbdb-check-postcode): Renamed from bbdb-check-zip. (bbdb-legal-postcodes): Renamed from bbdb-legal-zip-codes. (bbdb-expand-mail-aliases): Removed. (bbdb-notes-label-list): Renamed from bbdb-notes-names. (bbdb-parse-frobnicate): Calculate value of bbdb-notes-label-list instead of reading it. Use memq instead of member. (bbdb-set-notes-labels): Renamed from bbdb-set-notes-names. Do not write value of bbdb-notes-label-list. (bbdb-set-eq): Removed (obsolete). (bbdb-defstruct): Use defsubst. (bbdb-record-unset-name): Clarify code. (bbdb-initialize): Doc fix. More... about 13 years ago
ChangeLog More... over 13 years ago
Do not attempt to add empty line to bbdb-autloads.el. More... over 13 years ago
ChangeLog More... over 13 years ago
Updated. More... over 13 years ago
In bbdb-autloads.el, add BBDB lisp directory to load-path. More... over 13 years ago
(bbdb-pop-up-buffer): Use condition-case, in case split-window fails. (bbdb-records, bbdb-mode, bbdb-version, bbdb-initialize): Add autoload cookie. More... over 13 years ago
ChangeLog More... over 13 years ago
(bbdb-complete-name): Obsolete alias for bbdb-complete-mail. More... over 13 years ago
(bbdb-insinuate-gnus): Code doc updated. More... over 13 years ago
(bbdb-mua-update-records): For Gnus use gnus-article-buffer. (bbdb-mua-wrapper): New macro. (bbdb-mua-display-records, bbdb-mua-annotate-sender) (bbdb-mua-annotate-recipients, bbdb-mua-edit-notes-sender) (bbdb-mua-edit-notes-recipients): Use it. (bbdb-mua-update-mua): Removed (obsolete because of bbdb-mua-wrapper). More... over 13 years ago
ChangeLog More... over 13 years ago
(bbdb-insinuate-vm): Do not hook in bbdb-mua-pop-up-bbdb-buffer. (Use instead bbdb-mua-pop-up-init.) More... over 13 years ago
(bbdb-insinuate-mh): Do not hook in bbdb-mua-pop-up-bbdb-buffer. (Use instead bbdb-mua-pop-up-init.) More... over 13 years ago
(bbdb-insinuate-gnus): Do not hook in bbdb-mua-pop-up-bbdb-buffer. (Use instead bbdb-mua-pop-up-init.) More... over 13 years ago
(bbdb-insinuate-rmail): Do not hook in bbdb-mua-pop-up-bbdb-buffer. (Use instead bbdb-mua-pop-up-init.) More... over 13 years ago
(bbdb-insinuate-message, bbdb-insinuate-mail): Do not hook in bbdb-mua-pop-up-bbdb-buffer. (Use instead bbdb-mua-pop-up-init.) More... over 13 years ago
Use eval-and-compile. (bbdb-update-records): Avoid name clash with function search in cl-seq.el. (bbdb-message-header-re): New function. (bbdb-accept-message): Use it. (bbdb-get-address-components): Also return MUA. (bbdb-annotate-message): Bug fix. Simplify. (bbdb-mua-pop-up-init): New function. (bbdb-auto-notes): Complete re-write. More... over 13 years ago