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
Use eval-and-compile. (bbdb-subint): Moved here from lisp/bbdb.el. Simplified. (bbdb-parse-phone): Return value always includes extension. (bbdb-read-record): Simplified accordingly. (bbdb-prompt-for-new-field): Use phone number style as returned from bbdb-parse-phone. More... over 13 years ago
(bbdb-message-headers, bbdb-accept-name-mismatch) (bbdb-use-alternate-names): Fix docstring. (bbdb-auto-notes-rules): Renamed from bbdb-auto-notes-alist. New format. (bbdb-auto-notes-ignore-messages): Renamed from bbdb-auto-notes-ignore-all. (bbdb-auto-notes-ignore-headers): Renamed from bbdb-auto-notes-ignore. (bbdb-pop-up-window-size): Fix docstring. (bbdb-horiz-pop-up-window-size): New variable. (bbdb-pop-up-buffer): Use it. (bbdb-auto-notes-rules-expanded): New variable. More... over 13 years ago
ChangeLog More... over 13 years ago
Updated to compile also the new files. More... over 13 years ago
Initial version. More... over 13 years ago
(bbdb/rmail-update-records) (bbdb/rmail-pop-up-bbdb-buffer, bbdb/rmail-show-records) (bbdb/rmail-show-sender, bbdb/rmail-show-recipients) (bbdb/rmail-annotate-sender, bbdb/rmail-edit-notes) (bbdb/rmail-summary-show-all-recipients): Obsolete. Use instead generic functions in bbdb-mua.el. (bbdb-insinuate-rmail): Use generic commands. Remove defadvice which has become obsolete because header Messge-ID is used for message caching. More... over 13 years ago
(bbdb/gnus-update-records) (bbdb/gnus-pop-up-bbdb-buffer, bbdb/gnus-show-records) (bbdb/gnus-show-sender, bbdb/gnus-show-recipients) (bbdb/gnus-annotate-sender, bbdb/gnus-edit-notes) (bbdb/gnus-summary-show-all-recipients): Obsolete. Use instead generic functions in bbdb-mua.el. (bbdb-insinuate-gnus): Use generic commands. (bbdb/gnus-lines-and-from-length): Removed as gnus-optional-headers appears to be obsolete, too. (bbdb/gnus-message-marker-field): New variable. (bbdb-message-marker-field): Declared obsolete. (bbdb/gnus-summary-get-sender, bbdb/gnus-summary-sender-in-bbdb) (bbdb/gnus-nnimap-folder-list-from-bbdb): Simplified. More... over 13 years ago
(bbdb/vm-header): Remove MIME decoding. (bbdb/vm-update-records, bbdb/vm-pop-up-bbdb-buffer) (bbdb/vm-show-records, bbdb/vm-show-sender) (bbdb/vm-show-recipients, bbdb/vm-annotate-sender) (bbdb/vm-edit-notes): Obsolete. Use instead generic functions in bbdb-mua.el. (bbdb-insinuate-vm): Use generic commands. More... over 13 years ago
(bbdb-mua, bbdb-message-header): New functions. (bbdb-get-address-components): Use bbdb-message-header. Simplified. (bbdb-update-records): New arg msg-key. Handle message cache. Arg update-p may also be a function. (bbdb-mua-update-records, bbdb-mua-update-mua) (bbdb-mua-update-interactive-p, bbdb-mua-pop-up-bbdb-buffer): New functions. (bbdb-mua-display-records, bbdb-mua-display-sender) (bbdb-mua-display-recipients, bbdb-mua-annotate-sender) (bbdb-mua-annotate-recipients, bbdb-mua-edit-notes-sender) (bbdb-mua-edit-notes-recipients): New commands. More... over 13 years ago
(bbdb-mail, bbdb-mail-address): Simplified. More... over 13 years ago
(bbdb-mua-message): New customization group. (bbdb-update-records-p): Value may also be a function. (bbdb-mua-update-interactive-p): New variable. (bbdb-init-forms): Add message and mail mode support. Sendmail is depreciated (use mail instead). Remove outdated support for reportmail, supercite and w3. (bbdb-initialize): Updated accordingly. Do not test presence of features (which is not needed). (bbdb-insinuate-sendmail): Removed (use bbdb-insinuate-mail). ( bbdb-insinuate-message): Moved to bbdb-message.el. More... over 13 years ago
remove historical loooooooooooooong byte compilation chatter in script More... over 13 years ago
minor grammatical corrections (bbdb/bbdb.emacsen-install) More... over 13 years ago
allow emacs (!) to reindent debian/bbdb.emacsen-install More... over 13 years ago
prep for release More... over 13 years ago
autoupdate; autoconf More... over 13 years ago
log dh updates More... over 13 years ago
dh --with autotools_dev More... over 13 years ago
dh --parallel (debian/rules) More... over 13 years ago
dh 8 More... over 13 years ago
ChangeLog More... over 13 years ago
(bbdb/rmail-update-records-p): Improved default. More... over 13 years ago
(bbdb/gnus-update-records-p): Improved default. More... over 13 years ago
(bbdb/vm-update-records-p): Improved default. More... over 13 years ago
(bbdb-delete-duplicate-mails, bbdb-display-records-completely) (bbdb-display-records-with-layout, bbdb-copy-records-as-kill): Doc fix. (bbdb-search-duplicates): Improved interactive spec. New arg records. Doc fix (bbdb-delete-field-or-record): Make records a required arg. New arg fields. Doc fix. (bbdb-delete-records, bbdb-toggle-records-layout) (bbdb-sort-addresses, bbdb-sort-phones, bbdb-sort-notes) (bbdb-add-mail-alias): Make records a required arg. Doc fix. (bbdb-mail-address): New command bound to M. (bbdb-mail): Use it. New arg verbose. Fix interactive spec. (bbdb-mail-yank): Renamed from bbdb-yank-addresses. Bug fix. (bbdb-yank-addresses): Declared obsolete. (bbdb-browse-url): Simplify. Doc fix. (bbdb-grab-url): Simplify. More... over 13 years ago
(bbdb-update-records-p): Fix docstring. (bbdb-message-pop-up): Change default to a less aggressive nil. (bbdb-format-record-one-line): Remove linebreaks from multi-line notes. More... over 13 years ago
ChangeLog More... over 13 years ago
(bbdb-dwim-mail): Fix typo. More... over 13 years ago
(bbdb-wrap-column): New variable. (bbdb-format-list): Use bbdb-wrap-column and bbdb-separator-alist. (bbdb-layout-alist, bbdb-format-address-continental) (bbdb-format-address-default, bbdb-format-record-multi-line): Change value of indentation such that it becomes the total indentation. More... over 13 years ago
ChangeLog More... over 13 years ago