2001-01-24 Sam Steingold * lisp/bbdb-snarf.el (replace-in-string): Emacs 21 has `replace-regexp-in-string' - use it! * lisp/bbdb-merge.el (bbdb-merge-file): bugfix: the parameter for `match-fun' is `rec', not `r' 2001-01-18 Ronan Waide * lisp/bbdb-vm.el: Proper fix for VM windowing bug 2001-01-17 Robert.Fenk@gmx.de * lisp/bbdb.el (bbdb-always-add-addresses): Docfix * lisp/bbdb-vm.el (bbdb/vm-update-record): Restored old behavior of returning one record (bbdb/vm-update-records-mode): (bbdb/vm-update-records): Enhanced in order to allow annotating only new messages, which is now the default. This avoids the annoying questions repetition weather to add records for unknown persons after restarting a VM session. * lisp/bbdb-w3.el (bbdb-www-grab-homepage): Fix to read just one record not a list of records * lisp/bbdb-xemacs.el (bbdb-sounds-directory): (bbdb-sound-volume): (bbdb-load-touchtones): Added variables & functions for Xemacs native sound support used by bbdb-dialing stuff * lisp/bbdb-com.el (bbdb-complete-name): If the completion is done then cycle thru the nets or when called with a prefix arg then display a list of all nets. (bbdb-dial-local-prefix-alist): Used to replace parts of the number depending on a regexp. (bbdb-modem-dial): command used for dialing with the modem. (bbdb-modem-device): the modem device (bbdb-dial-number): new function which performs the dialing of a number. Depending on the settings it uses the play command, native Xemacs sound support or the modem device. (bbdb-dial): modified in order to use the new stuff 2001-01-08 Waider * lisp/bbdb-hooks.el: Added Bill Carpenter-provided function 'bbdb-ignore-selected-messages-confirmation' 2001-01-03 Didier Verna * aclocal.m4: new file (Autoconf support). * configure.in: ditto. * install-sh: ditto. * Makefile.in: ditto. * lisp/Makefile.in: ditto. * texinfo/Makefile.in: ditto. * configure: new file (generated by Autoconf, but should be present in the archive/distribution). * Makefile: removed from the archive (generated by configure). * lisp/Makefile: ditto. * texinfo/Makefile: ditto. * INSTALL: update for the Autoconf support. * texinfo/bbdb.texinfo (Normal User): ditto. (XEmacs Package): ditto. 2001-01-03 Waider * lisp/bbdb-com.el (bbdb-dial): Change docstring for bbdb-dial Remove check for window system * texinfo/bbdb.texinfo: Removed some things from the TODO list Removed the Log section Added xref from 'BBDB Mailing Lists' to 'Using BBDB to implement Mailing Lists' A few other minor tweaks * html/index.html: Updated the links section; some other minor changes. 2000-12-31 Waider * lisp/bbdb.el (bbdb-undisplay-records): Don't mess with *BBDB* if it doesn't exist! Some compile noise hushed. 2000-12-18 Waider * bbdb/lisp/bbdb.el: Added definition for cadar. Docu typo in bbdb-elided-display If bbdb-display-records isn't appending, clear the buffer bbdb-undisplay-records erases the buffer bbdb-insinuate-message now hooks on message-setup-hook * lisp/bbdb-vm.el: Small change to get around an apparent emacs windowing bug. 2000-11-27 Alex Schroeder * lisp/bbdb-com.el (bbdb-check-zip-codes-p): New variable. (bbdb-legal-zip-codes): New variable. (bbdb-parse-zip-string): Use the two new variables instead of hard-coding valid zip string regexps. (bbdb-create-internal): Doc change. Check wether zip code is stringp. * lisp/bbdb-migrate.el (bbdb-migration-features): Added description for version 6. (bbdb-migration-spec): Added version 5->6 stuff. (bbdb-unmigration-spec): Added version 6->5 stuff. (bbdb-migrate-zip-codes-to-strings): New function with code from bbdb-address-zip-string. (bbdb-unmigrate-zip-codes-to-strings): New function with code from bbdb-parse-zip-string. (bbdb-migrate-add-country-field): Doc typo. (bbdb-unmigrate-add-country-field): Doc typo. * lisp/bbdb-print.el (bbdb-print-format-address-continental): Use bbdb-address-zip instead of bbdb-address-zip-string. (bbdb-print-format-address-default): Ditto. * lisp/bbdb.el (bbdb-file-format): Set to 6. (bbdb-address-zip-string): defalised to bbdb-address-zip. (bbdb-continental-zip-regexp): New option. (bbdb-address-is-continental): Use bbdb-continental-zip-regexp. (bbdb-format-address-continental): Use bbdb-address-zip instead of bbdb-address-zip-string. (bbdb-format-address-default): Ditto. 2000-11-16 Robert.Fenk@gmx.de * lisp/bbdb-com.el (bbdb-show-all-recipients): simplified the function and added missing headers * lisp/bbdb-hooks.el (bbdb-extract-field-value): added (case-fold-search t) as headers should be checked case insensitive * lisp/bbdb-snarf.el (bbdb-extract-address-component-regexps): added recognition of true names form addresses like Robert.Fenk@gmx.de, in order to avoid creation of duplicate records. * lisp/bbdb-vm.el (bbdb/vm-update-records): Uses display-message for progress report and honor bbdb-silent-running. (bbdb/vm-snarf-all): removed faulty "second" call of bbdb-update-records * lisp/bbdb.el ((fboundp 'display-message)): added macro for display-message (for GNU Emacs) used for progress reports in bbdb-vm.el (bbdb-format-record): fixed display for elided display * lisp/bbdb-xemacs.el (bbdb-fontify-buffer): Fixed fontification for elided display. 2000-11-06 Waider * lisp/bbdb-vm.el: Respect value of bbdb-use-pop-up. * html/index.html: Corrected mirror link. 2000-11-02 Waider * bbdb/lisp/bbdb.el: Define characterp if it's not already bound. Used in bbdb-vm. 2000-11-02 Sam Steingold * lisp/bbdb.el (bbdb-hashtable-size): call `bbdb-records' only when it is defined (reported by John Wiegley ). 2000-11-01 Sam Steingold * lisp/bbdb.el (bbdb-hashtable-size): new custom variable (primep): define if not defined already (bbdb-records): use `bbdb-hashtable-size' when initializing `bbdb-hashtable' 2000-10-27 Robert.Fenk@gmx.de * lisp/bbdb-mhe.el (bbdb/mh-update-record): * lisp/bbdb-rmail.el (bbdb/rmail-update-record): * lisp/bbdb-gnus.el (bbdb/gnus-update-record): * lisp/bbdb-vm.el (bbdb/vm-update-records): * lisp/bbdb.el (bbdb/prompt-for-create-p): The new variable `bbdb/prompt-for-create-p' can be set to `t' in order to force VM, Gnus, MHE, RMAIL to ask the user before adding a new BBBD record, caused by the automatic update of the popup buffer. (bbdb-pop-up-elided-display-name-end): A new variable which controls for elided display where the "name - company" pair usually ends and where we start to display phone numbers and the like. (bbdb-pop-up-elided-display-fields): A new variable controlling what fields are displayed in elided display. Users may write their own formating functions. * lisp/bbdb-xemacs.el (bbdb-fontify-buffer): changed in order to meet flexible `bbdb-pop-up-elided-display-name-end'. * lisp/bbdb-vm.el (bbdb/vm-update-records): Searching for existing records is limited to the net, as a search for a name may no return the right record. Adding of new records can be controlled similar to query-replace, with y,!,n,s,q (vm-summary-function-B): Added decoding of mime-encoded strings. (bbdb/vm-auto-add-label): Moved the docu on how to hook this function into the function docu. (bbdb/vm-update-records): 2000-10-20 Robert.Fenk@gmx.de * lisp/bbdb-com.el (bbdb-complete-name): If there are multiple nets and the address is already completed then cycle trough the list of nets. * lisp/bbdb-snarf.el (bbdb-extract-address-components): Added an optional argument `ignore-errors'. 2000-10-15 Waider * lisp/Makefile: Fix to allow building with Martin Schwenke's gnuserv. * lisp/bbdb-srv.el: Fixed to work with newer version of gnuserv provided by Martin Schwenke and downloadable from http://linuxcare.com.au/people/martins/hacks/emacs/ * lisp/bbdb-vm.el: Cleaned up some of the customization stuff. Fixed handling of vm-uninteresting-senders * lisp/bbdb.el: Cleaned up some of the customization stuff. * lisp/bbdb-gnus.el: Added Brian Edmonds' filing hackery, modified to fit in bbdb's concept of a namespace. Cleaned up some compiler noise. * lisp/bbdb-com.el: Fixed the compose-mail selection for bbdb-send-mail-style. Thanks to Raymond Scholz for pointing out that it wasn't actually working. 2000-10-04 Waider * lisp/bbdb-com.el (bbdb-send-mail-internal): Added in compose-mail bits. Whoops. 2000-09-20 Waider * lisp/bbdb-com.el: Fix primary-or-name search to pay attention to bbdb-case-fold-search when checking names. (bug report: Eli Tziperman) 2000-09-12 Robert.Fenk@gmx.de * lisp/bbdb-vm.el (bbdb/vm-snarf-all): fixed wrong documentation 2000-09-11 Waider * lisp/bbdb-vm.el: Reinstated 2.00.06 behaviour of creating a record if necessary when : is pressed Added new function, bbdb/vm-show-all-recipients, to do the necessary fandango to show recipients for the current message. Map it to something in vm-mode-map if you wish to use it. I'd suggest "'". 2000-09-08 Sam Steingold * lisp/bbdb.el (bbdbq-mk): new function to create `subliminal' messages. Also, two new messages. 2000-09-08 Waider * lisp/bbdb.el: Daniel Pittman's patch does indeed override Alex's! 2000-09-07 Waider * lisp/bbdb-snarf.el: Daniel Pittman's autoload patch. May make Alex's patch obsolete. * lisp/bbdb.el: Alex Coventry's patch to fix compile-vs-runtime autoloads 2000-09-03 Waider * lisp/bbdb-com.el: Default completed name to an empty string to avoid error 2000-08-29 Waider * lisp/bbdb-vm.el: Check if vm-summary-uninteresting-senders is a string before using it 2000-08-28 Waider * lisp/Makefile: Fix for bbdb-autoloads.el and Xemacs * lisp/bbdb-gnus.el: Moved bbdb-insinuate-message out to bbdb.el to prevent gnus startup looping * lisp/bbdb.el: Moved bbdb-insinuate-message into this file to prevent gnus startup looping Changed \M-\t to [(meta tab)] 2000-08-25 Waider * lisp/bbdb-vm.el: Cache the fact that you didn't want to create an entry for someone, so you don't get prompted repeatedly. Also removed changelog from file. 2000-08-25 Waider * html/bbdb*.html,html/index.html: Updated the HTML version of the manual. Fixed broken stylesheet reference in web page. Added link for Noah Friedman's copy of jwz's bbdb-pilot.el Fixed link to Alex's page. Added link to Martin's bbdb-gnokii.el * lisp/bbdb-vm.el (bbdb/vm-update-records): Fixed to remember that you didn't want to create an entry for a particular message, so you don't get asked every time. Removed Log entry at top of file. 2000-08-18 Robert.Fenk@gmx.de * texinfo/bbdb.texinfo (VM Features): Documentation of new VM features. * lisp/bbdb-vm.el (bbdb/vm-get-only-first-from-p): was formally `bbdb/vm-get-first-from-p' which is not so self explanatory. The default value is now `t' in order to keep the old BBDB behavior. (bbdb/vm-get-from): partially rewritten in order to make it more readable. 2000-08-14 Sam Steingold * lisp/bbdb-com.el: require `cl' at compile time for `flet' (bbdb-add-or-remove-mail-alias): use `let', not `setq' (bbdb-send-mail-internal): fixed call to `vm-mail-internal' 2000-08-11 Sam Steingold * lisp/bbdb.el (bbdb-save-db): fixed the calling sequence of `y-or-n-p-with-timeout' * lisp/bbdb-snarf.el (bbdb-extract-address-components): use `bbdb-warn' instead of `warn' (replace-in-string): check for `boundp', not `functionp' (bbdb-snarf-nice-real-name-regexp, bbdb-snarf-nice-real-name): doc fix * lisp/bbdb.el: removed the `defsubst' kludge - we do not support emaxen without `defsubst' anyway; also pacify the compiler a little bit 2000-08-10 Sam Steingold * lisp/bbdb.el (bbdb-join): dropped an unused variable (save-current-buffer): fset to `save-excursion' if not present (with-current-buffer): defmacro if not present (bbdb-save-buffer-excursion): dumped (bbdb-with-db-buffer, bbdb-records, bbdb-write-file-hook-fn): use `with-current-buffer' instead of `bbdb-save-buffer-excursion' (bbdb-initialize): `load', not `require' "bbdb-autoloads" (bbdb-modified-p): dumped (bbdb-read-string): removed minibuffer-resizing code: all supported emaxen can resize minibuffers themselves Remote DB synchronization: (bbdb-file-remote, bbdb-file-remote-save-always): new user variables (bbdb-buffer): a function now; copy `bbdb-file-remote' to `bbdb-file' when it is newer (bbdb-write-file-hook-fn): maybe write `bbdb-file-remote' 2000-08-10 Robert.Fenk@gmx.de * lisp/bbdb.el (bbdb-quiet-about-name-mismatches): if a number it will be the number of seconds to sit-for when displaying the notification about a name mismatch. (bbdb-join): inverse function of bbdb-split. (bbdb-annotate-message-sender): tries to guess a reasonable default name when creating new records. * lisp/bbdb-com.el (bbdb-define-all-aliases): Records without a net nolonger cause a error, one will get just a waring when not running in silent mode. (bbdb-delete-current-field-or-record): added handling of "*" in order to delete multiple records and 'noprompt'. (bbdb-send-mail-internal): added missing call of vm hooks. (bbdb-add-or-remove-mail-alias): returns all mail aliases in a format suitable for completing read. (bbdb-add-or-remove-mail-alias): convenience function for adding or removing mail aliases from one or multiple records. This makes it much simpler to define groups. * lisp/bbdb-snarf.el (bbdb-snarf-nice-real-name-regexp): regexp matching unwanted characters used by (bbdb-snarf-nice-real-name): removes unwanted characters from real names/email addresses. (bbdb-extract-address-component-regexps): alist of regexps and transformation-instructions used by (bbdb-extract-address-components): is for the extraction of full name and email address from headers. This function is a bit more configurable than `mail-extract-address-components' and it will return a list of all found address components. * lisp/bbdb-vm.el (bbdb/vm-get-from): uses now bbdb-extract-address-components to extract all recipients and uses vm-summary-uninteresting-senders for ignoring senders, which is more consistently with respect VM. One can set the variable `bbdb/vm-get-from-headers' and `bbdb/vm-get-first-from-p' in order to control what headers are processed and what is display is what order. (bbdb/vm-message-cache-lookup): (bbdb/vm-encache-message): We use our own caching functions instead of the bbdb default functions since we are handling a set of records and not a single one. (bbdb/vm-update-record): is now just a call to (bbdb/vm-update-records): which performs the actual work of finding and updating records. (bbdb/vm-set-auto-folder-alist): Is a function from Mark Thomas which sets `vm-auto-folder-alist' according to the field `bbdb/vm-set-auto-folder-alist-field'. 2000-08-10 Sam Steingold * lisp/bbdb.el (bbdb-annotate-notes): `regexp-quote' the annotation before matching it on existing notes 2000-08-03 Sam Steingold * lisp/bbdb.el (bbdb-notes-default-separator): new user option (bbdb-annotate-notes): use it (notes, company): put `field-separator' property * lisp/bbdb-hooks.el (bbdb-auto-notes-hook): search the whole notes string for the new note before adding 2000-08-01 Robert.Fenk@gmx.de * lisp/Makefile (bbdb-autoloads.el): Added setting of variable autoload-package-name and deletion of bbdb-autoloads.el file before creation. 2000-08-01 Waider * lisp/bbdb.el: Add compose-mail as an option for bbdb-send-mail-style (Kai Großjohann) * lisp/bbdb-vm.el: Added Howard Melman's VM labelling code. It's switched off by default; use (add-hook 'bbdb-notice-hook 'bbdb/vm-auto-add-label) to enable it. * lisp/bbdb.el: Added Thomas DeWeese's May 19 (!) fix for bbdb-build-name. 2000-07-27 Sam Steingold * lisp/bbdb.el: dropped bbdb-add-hook * lisp/bbdb.el: limited `bbdb-init-forms' to hooks to protect the innocent 2000-07-27 Sam Steingold * lisp/bbdb.el (bbdb-init-forms): hook adding only (bbdb-initialize): ditto (bbdb-add-hook): dropped 2000-07-25 Sam Steingold * lisp/bbdb.el (bbdb-init-forms): new variable (bbdb-initialize): use it; actually run `bbdb-initialize-hook' do not define autoloads here, load `bbdb-autoloads' instead * lisp/Makefile: removed auto-autoloads, generate bbdb-autoloads 2000-07-21 Waider * lisp/bbdb.el: More bbdb-silent-running edits. 2000-07-20 Sam Steingold * lisp/bbdb-com.el (bbdb-finger): use `bbdb-get-record' * lisp/bbdb-whois.el (bbdb-whois): use `bbdb-get-record' * lisp/bbdb-ftp.el (bbdb-ftp): use `bbdb-get-record' 2000-07-18 Sam Steingold * lisp/bbdb-com.el (bbdb-define-all-aliases): distinguish between `mail-abbrevs' and `mail-aliases' in a uniform way 2000-07-13 Sam Steingold * lisp/bbdb.el (bbdb-write-file-hooks): new variable (bbdb-records): use it 2000-07-11 16:19:29 ShengHuo ZHU * lisp/bbdb-snarf.el (bbdb-snarf-address-lines): Support v5. (bbdb-snarf-make-address): New function. (bbdb-snarf-region): Remove properties. Use bbdb-snarf-make-address. 2000-07-05 Sam Steingold * lisp/bbdb-migrate.el: rewrote migration in a modular way (bbdb-[un]migration-spec): new consts (bbdb-migrate-record-lambda): replaces `bbdb-migrate-record' (bbdb-migrate-versions-lambda): new function (bbdb-migrate, bbdb-unmigrate-record): use it (bbdb-[un]migrate-change-dates): use mapcar (bbdb-[un]migrate-add-country-field, bbdb-[un]migrate-streets-to-list): new functions 2000-07-05 Sam Steingold * lisp/bbdb.el (parse-bbdb-internal): bind, not setq the version. 2000-07-03 Jochen Küpper * texinfo/bbdb.texinfo: Various little changes, including ml info, TeX output changes, thanks. Added info-directory information. Added detailed node list. 2000-06-30 Sam Steingold * lisp/bbdb-migrate.el (bbdb-migrate): re-wrote using `mapcar' instead of `append' this is linear instead of quadratic and avoids much consing 2000-06-30 Jochen Küpper * lisp/Makefile: Add everything to build bbdb-merge.elc. 2000-06-14 Waider * lisp/bbdb-com.el: Fixed bbdb-current-field properly. Note that if you define a new address formatting function, this code may not work correctly. * lisp/bbdb-vm.el: Trying another way to get the from field, since the Presentation buffer hack seems to be somewhat unusable. * lisp/bbdb.el: Fixed docstring for bbdb-quiet-about-name-mismatches * texinfo/bbdb.texinfo: Documented changes in database structure Changed web address, email addresses Some minor typos corrected & details added * Makefile: Added CVS revision discards to tarball exclude list. * lisp/bbdb-merge.el: made notes merging use bbdb-merge-strings. 2000-05-26 Alex Schroeder * lisp/bbdb-com.el (bbdb-parse-zip-string): Match brazilian zip codes as well. 2000-05-25 Alex Schroeder * lisp/bbdb-migrate.el (bbdb-unmigrate-record): Fixed a paren typo and tried to work some more on the backmigration code from 5 -> 4. * lisp/bbdb-com.el (bbdb-address-edit-default): Fixed assignment to free variable. Rewrote street input. * lisp/bbdb.el (bbdb-format-address-continental): Fixed assignment to free variable. (bbdb-format-address-default): Fixed assignment to free variable. 2000-05-02 Sam Steingold * lisp/bbdb.el, lisp/bbdb-com.el: define `unless' and `when' if necessary, do not quote `lambda' in code, do quote (`') functions and variables in doc strings. * lisp/bbdb.el (bbdb-get-field): new helper function. * lisp/bbdb-com.el (bbdb-notes-sort-order): new variable (bbdb-sort-notes, bbdb-sort-phones, bbdb-sort-addresses): new functions, suitable for `bbdb-change-hook'. (bbdb-get-record): new helper function. * lisp/bbdb-w3.el (bbdb-www): do not browse to multiple URLs simultaneously, allow multiple URLs for the same record instead. (bbdb-www-grab-homepage): add the URL if there is such a fields already. 2000-05-01 Waider * lisp/bbdb-merge.el: "API" is a little more settled, also a little more obvious. Making use of more of the existing functions in bbdb-com * html/index.html: Tweaked layout and added a CVS revision tag. * Initial creation of the bits/ and html/ trees. 2000-04-21 Waider * lisp/bbdb-com.el: * documentation corrections Added timestamp compare to bbdb-refile-notes-generate-alist * lisp/bbdb-merge.el: Refined so it works a little better, particularly with merging timestamps Added bbdb-merge-file, so you can now import another bbdb and merge it. 2000-04-19 Waider * lisp/bbdb-merge.el: First cut at merging with a view towards syncing, as opposed to simply cramming everything together a la refile. 2000-04-17 Waider * bbdb/lisp/bbdb-migrate.el: omitted bracket on unmigrate for v5->v4 2000-04-16 kuepper * tex/bbdb-print-brief.tex, texinfo/bbdb.texinfo, tex/bbdb-print.tex bbdb-print documentation Fix \bigbf 2000-04-16 Jochen Küpper * tex/bbdb-print.tex, tex/bbdb-print-brief.tex: Define \bigbf relative to the given base-size. 2000-04-15 Jochen Küpper * lisp/bbdb-print.el (bbdb-print-format-address-continental) : (bbdb-print-format-address-default): Adopt street output to new file format v5. 2000-04-13 Jochen Küpper * tex/bbdb-print-brief.tex, tex/bbdb-print.tex: Use ec fonts instead of cm. Set tt-fonts, before these weren't specified at all ( ectt for ec, pcrr ( = Courier ) for Postscript ). * lisp/bbdb-print.el (bbdb-print-format-record): Put a "\goodbreak" in front of every "\separator" to avoid breaks right after the separator and to get a better overall formatting of tex-output. (bbdb-print): Insert catcodes (I need) for ec-fonts. This needs to be done for Postscript as well. Also more catcodes need to be inserted. 2000-04-13 Waider * Makefile: Made the dist target work again, and started fixing/adding a few more targets to help testing. * lisp/bbdb-com.el: Thomas Deweese's multiple-same-name-records patch "streets" is now a list, not street1 street2 street3 relaxed zip checking a little. new function: bbdb-add-new-field. allows you to programatically add properties to the bbdb file. * lisp/bbdb-migrate.el streets -> list patch * lisp/bbdb-whois.el commented out streets code. This code mostly fails to work right now. * lisp/bbdb.el Thomas's duplicates patch streets patch * lisp/bbdb-gnus.el: Added keymap C-: for bbdb/gnus-summary-show-all-recipients * lisp/bbdb-print.el: Address layout patch, including Euro addresses and the streets->list thing 2000-04-05 Waider * lisp/bbdb-gnus.el: Colin's show-all-recipients 2000-04-02 Waider * lisp/bbdb-com.el (bbdb-dwim-net-address): updated docstring to mention bbdb-dwim-net-address-allow-redundancy (it's been asked about!) * texinfo/bbdb.texinfo: started updating to account for changes since 2.00.03 2000-04-01 Waider * lisp/bbdb-hooks.el: autoload cookie for bbdb-header-start (Yair Friedman) * Alex Schroeder's country patch. I've taken all his ChangeLog entries and added them in here; everything from here down to the next datestamp is his. PLEASE NOTE this changes the bbdb file format and will most likely break all your tools that depend on the old format. * lisp/bbdb-com.el (bbdb-address-editing-function): New variable. (bbdb-record-edit-address): Use bbdb-address-editing-function. (bbdb-address-edit-default): New function. * lisp/bbdb.el (bbdb-version): Version updated. (bbdb-version-date): Version updated. (bbdb-format-address-continental): Bugfix, removed binding for f. (bbdb-format-address-default): dito. * lisp/bbdb-print.el (bbdb-print-format-address-continental): dito. (bbdb-print-format-address-default): dito. * lisp/bbdb.el (bbdb-address-formatting-alist): New variable. (bbdb-address-is-continental): New function. (bbdb-format-streets): New function. (bbdb-format-address-continental): New function. (bbdb-format-address-default): New formatting function. (bbdb-format-address): New function. (bbdb-format-record): Uses bbdb-format-address. * lisp/bbdb-print.el (bbdb-address-print-formatting-alist): New variable. (bbdb-print-format-address-continental): New function. (bbdb-print-format-address-default): New function. (bbdb-print-format-record): Uses bbdb-format-address. * lisp/bbdb.el (bbdb-address-format): Match zip codes from Sweden. * lisp/bbdb-com.el (bbdb-parse-zip-string): Match zip codes from Sweden where the five digits are grouped 3+2 at the request from Mats Lofdahl . * lisp/bbdb.el (bbdb-version): Changed version strings. (bbdb-version-date): Changed date. * lisp/bbdb-migrate.el (bbdb-unmigrate-record): Added migration from version 4 back to version 3 by removing the country field. Some version 4 zip codes will be illegal version 3 (as used in 2.00.06) zip codes. This problem has not been solved! (bbdb-migrate): Fixed migration from version 3 forward to version 4. The bug affected all records with more than one address. * lisp/bbdb-com.el (bbdb-parse-zip-string): Support russian zip codes which have 6 digits. Removed some existing checks. * lisp/bbdb-snarf.el (bbdb-snarf-region): Added country field. * lisp/bbdb.el (bbdb-address-format): New, required for continental zip codes. (bbdb-file-format): New file format with country field. (bbdb-address-): Added country field. (bbdb-address-zip-string): Added continental zip codes. (bbdb-address-format): New, indicates wether an address is continental or not, based on the zip code. (bbdb-format-record): Added continental zip codes and country field. * lisp/bbdb-print.el (bbdb-print): Fixed a bug (?) when reading the file name. (bbdb-print-format-record): Added country field. * lisp/bbdb-migrate.el (bbdb-migration-features): New file format with country field. (bbdb-migrate): Added country field. (bbdb-migrate-record): Fixed typo in doc string. * lisp/bbdb-com.el (bbdb-parse-zip-string): Added continental zip codes. (bbdb-create-internal): Added country field. (bbdb-current-field): Added country field. (bbdb-record-edit-address): Added country field. 2000-03-30 Waider * lisp/bbdb.el (bbdb-annotate-notes): do not add a repeated annotation (Sam Steingold) * lisp/bbdb.el: Added gareth rees' patch to improve bbdb-mode documentation. * lisp/bbdb-com.el: Added Noah Friedman's patch to make completion work as documented. * texinfo/bbdb.texinfo: Fixed xref entries per mail from gareth rees. 1999-01-26 simmonmt * lisp/bbdb-gnus.el: Don't freak out on 0-line Article buffers (pgnus) * tex/bbdb-print.tex: Make e-mail addresses scale properly 1999-01-25 simmonmt * lisp/bbdb-snarf.el: Add autoload cookie for bbdb-snarf-region * lisp/auto-autoloads.el: Added bbdb/gnus-snarf-signature * lisp/bbdb.el: Set-text-properties to nil in bbdb-string-trim * lisp/bbdb-com.el: Protect mark in bbdb-redisplay-records * lisp/bbdb-com.el: Use Info-directory-list * lisp/bbdb.el: Nil out hooks to keep view-mode from interfering with bbdb-mode * lisp/bbdb-gnus.el: Don't use concat with integers * lisp/bbdb-gnus.el: Added bbdb/gnus-snarf-signature 1999-01-24 Matt Simmons * lisp/bbdb.el: BBDB 2.00.06 released 1999-01-24 Colin Rafferty * lisp/bbdb-gnus.el: (bbdb/gnus-score-as-text) Handle the fact that `score' could be either an int or a string. 1999-01-21 Colin Rafferty * lisp/bbdb-com.el (bbdb-info): Made it work with Info-directory-list 1999-01-21 Sam Steingold * lisp/bbdb.el (bbdb-display-records-1): bind `temp-buffer-setup-hook' and `temp-buffer-show-hook' to nil. This fixes the problem of `view-mode' conflicting with `bbdb-mode'. 1999-01-08 Jean-Yves Perrier * lisp/bbdb-comp.el (bbdb-redisplay-records): Don't bug out with mark. 1999-01-08 Colin Rafferty * lisp/bbdb.el (bbdb-string-trim): Make it remove *all* text properties from the string instead of just a few select ones. Inspired by Sam Steingold . 1999-01-08 Sam Steingold * lisp/bbdb.el (bbdb-save-db-timeout): Correct comment. 1998-12-31 Matt Simmons * lisp/bbdb-snarf.el (bbdb-snarf-region): Autoload 1998-12-31 Colin Rafferty * lisp/bbdb-gnus.el (bbdb/gnus-snarf-signature): Created 1998-12-31 Matt Simmons * lisp/bbdb.el: BBDB 2.00.05 released 1998-12-31 Matt Simmons * INSTALL: Added documentation for those without make * lisp/bbdb-snarf.el: Merge in 1.8.1.x subtree 1998-12-30 Matt Simmons * lisp/bbdb.el: BBDB 2.00.04 released 1998-12-29 Colin Rafferty * lisp/bbdb-com.el (bbdb-current-field): Made it handle the blank user. 1998-12-24 Colin Rafferty * lisp/bbdb.el (bbdb-version): Made it take an option to output in current buffer. 1998-12-10 Colin Rafferty * lisp/bbdb.el (bbdb-load-hook): Moved after the provide. * lisp/bbdb.el (bbdb-display-records-1): Fix bug so that it doesn't blow out on null records parameter. 1998-12-07 Colin Rafferty * lisp/bbdb-snarf.el (bbdb-snarf-web-prop): Fix it to be a symbol. * lisp/bbdb-snarf.el (bbdb-merge-internally): Use bbdb-record-set-raw-notes. 1998-12-05 Matt Simmons * lisp/bbdb.el: BBDB 2.00.03 released 1998-12-03 Adam C. Finnefrock * lisp/bbdb-gnus.el (bbdb/gnus-update-record): Honor bbdb-user-mail-names. 1998-11-17 Colin Rafferty * lisp/bbdb-gnus.el (bbdb/gnus-show-sender): Use currently selected summary line rather than what may be in *Article* buffer. * lisp/bbdb-gnus.el (bbdb/gnus-edit-notes): ditto * lisp/bbdb-gnus.el (bbdb/gnus-annotate-sender): ditto 1998-11-09 Didier Verna * lisp/bbdb-xemacs.el (bbdb-fontify-buffer): extent-data is obsolete (and gone in XEmacs 21.2+). Replace it. * lisp/bbdb-xemacs.el (bbdb-menu): ditto. 1998-10-27 Colin Rafferty * bbdb-com.el (bbdb-dwim-net-address-allow-redundancy): Created. * bbdb-com.el (bbdb-dwim-net-address): As inspired by Xavier Francois Vigouroux, use `bbdb-dwim-net-address-allow-redundancy'. 1998-10-23 Colin Rafferty * lisp/bbdb.el: Changed mail list name from info-bbdb to bbdb-info. * lisp/bbdb-print.el: Changed mail list name from info-bbdb to bbdb-info. * texinfo/bbdb.texinfo: Changed mail list name from info-bbdb to bbdb-info. 1998-10-13 Colin Rafferty * bbdb-snarf.el (bbdb-snarf-web-prop): Made it a symbol. 1998-10-13 Colin Rafferty * lisp/bbdb-com.el (bbdb-read-new-record): Check for integerp explicitly with bbdb-default-area-code, instead of relying on condition-case. * lisp/bbdb-print.el (bbdb-print-alist-widget): ditto. * lisp/bbdb-print.el (bbdb-print-alist): ditto. 1998-10-12 Adam C. Finnefrock * lisp/bbdb-com.el (bbdb-info-file): Made it a choice, since nil didn't match the type: file. 1998-10-08 Colin Rafferty * lisp/bbdb.el (bbdb-version): BBDB 2.00.02 released 1998-07-19 SL Baur * lisp/bbdb-migrate.el (bbdb-migration-query): Don't pass an integer to concat. * lisp/bbdb.el (bbdb-y-or-n-p): raise-screen -> raise-frame, screen-visible-p -> frame-visible-p, selected-screen -> selected-frame. * lisp/bbdb.el (bbdb-pop-up-bbdb-buffer-horizontally): screen-width -> frame-width. * lisp/bbdb-xemacs.el (bbdb-fontify-buffer): set-extent-attribute -> set-extent-property, set-extent-data -> set-extent-property. * lisp/bbdb-xemacs.el (bbdb-hack-x-face): set-extent-data -> set-extent-property. * lisp/bbdb-srv.el (bbdb/srv-handle-headers): Use new name for set-window-buffer-dedicated. Sat Apr 11 00:28:17 1998 Matt Simmons * lisp/bbdb.el: BBDB 2.00.01 released * lisp/bbdb.el (bbdb-mode-map): Added bindings * lisp/bbdb.el (bbdb-mode-search-map): Created, bound search functions to it. * lisp/bbdb.el (bbdb-initialize): Gutted * lisp/bbdb.el (bbdb-initialize-hook): Created * lisp/bbdb.el (bbdb-load-hook): Changed documentation * lisp/bbdb.el (advertized-bbdb-delete-current-field-or-record): Began to remove support * lisp/bbdb-com.el (bbdb-changed): Syntax error in comment * lisp/bbdb-com.el (bbdb-phones): Changed prompt * lisp/bbdb-com.el (bbdb-net): Changed prompt * lisp/bbdb-com.el (bbdb-company): Changed prompt * lisp/bbdb-com.el (bbdb-name): Changed prompt * lisp/bbdb-com.el (bbdb): Changed prompt * lisp/bbdb-com.el (advertized-bbdb-delete-current-field-or-record): Began to remove support * texinfo/bbdb.texinfo: Added EOL list. * texinfo/bbdb.texinfo: EOL'd advertized-bbdb-delete-current-field-or-record. * texinfo/bbdb.texinfo: EOL'd GNUS support. * texinfo/bbdb.texinfo: Documented bbdb-initialize-hook * texinfo/bbdb.texinfo: Documented new bindings Fri Mar 13 00:00:00 1998 Colin Rafferty * lisp/bbdb.el (bbdb-initialize): Made the autoloads be conditionally loaded. * lisp/bbdb-com.el: Added ###autoload cookies. * lisp/bbdb-ftp.el: Added ###autoload cookies. * lisp/bbdb-gnus.el: Added ###autoload cookies. * lisp/bbdb-hooks.el: Added ###autoload cookies. * lisp/bbdb-mhe.el: Added ###autoload cookies. * lisp/bbdb-migrate.el: Added ###autoload cookies. * lisp/bbdb-print.el: Added ###autoload cookies. * lisp/bbdb-reportmail.el: Added ###autoload cookies. * lisp/bbdb-rmail.el: Added ###autoload cookies. * lisp/bbdb-sc.el: Added ###autoload cookies. * lisp/bbdb-snarf.el: Added ###autoload cookies. * lisp/bbdb-srv.el: Added ###autoload cookies. * lisp/bbdb-vm.el: Added ###autoload cookies. * lisp/bbdb-w3.el: Added ###autoload cookies. * lisp/bbdb-whois.el: Added ###autoload cookies. * lisp/bbdb-xemacs.el: Added ###autoload cookies. * lisp/auto-autoloads.el: Regenerated with new autoloads. Tue Mar 31 23:46:05 1998 Matt Simmons * lisp/bbdb-migrate.el (bbdb-migrate-change-dates-change-field): Use %S instead of %s for error messages. Tue Mar 17 00:00:00 1998 Colin Rafferty * lisp/bbdb-hooks.el (bbdb-timestamp-hook): Made `format-time-string' take two arguments for XEmacs 19.15. * lisp/bbdb-hooks.el (bbdb-creation-date-hook): Same. Mon Mar 16 20:02:00 1998 Matt Simmons * Makefile: Fix for compatibility with other makes Sun Mar 15 23:46:00 1998 Matt Simmons * lisp/bbdb.el: BBDB 2.00 released Fri Mar 13 01:52:00 1998 Matt Simmons * lisp/bbdb.el: BBDB 1.91unoff released Wed Mar 12 15:37:86 1998 Colin Rafferty * lisp/bbdb.el (parse-bbdb-internal): Fixed the error message on mismatched bbdb-file-format. Fri Feb 06 00:00:00 1998 Colin Rafferty * bbdb-com.el (bbdb-current-field): Made it correctly count the number of lines of a specially-formatted note field. Mon Mar 09 23:25:00 1998 Matt Simmons * lisp/bbdb.el: BBDB 1.90unoff released * lisp/bbdb.el (defface): Fixed defface standin * lisp/bbdb.el (bbdb-alist-with-header): Created widget for bbdb-auto-notes-alist custom fix. * lisp/bbdb.el (bbdb-create-hook): Default to bbdb-creation-date-hook * lisp/bbdb.el (bbdb-change-hook): Default to bbdb-timestamp-hook * lisp/bbdb.el (bbdb-initialize): Added autoload for bbdb-srv * Makefile: Removed my paths * Makefile: Added 19.34 comment about Custom * Makefile: Started test harness for 19.34 and 20.2 * INSTALL: Added 19.34 comment about Custom * lisp/Makefile: Fixed 19.34 problem with custom (:link bug) * lisp/bbdb-hooks.el (bbdb-auto-notes-alist): Fixed customization * lisp/bbdb-srv.el (bbdb/srv-handle-headers): buffer-disable-undo doesn't always return the argument * texinfo/bbdb.texinfo: Finished revisions. Mon Mar 09 03:03:21 1998 Carsten Leonhardt * lisp/bbdb-xemacs.el (bbdb-fontify-buffer): don't access scrollbars on XEmacsen without scrollbars Mon Mar 02 00:00:00 1998 Colin Rafferty * bbdb-com.el (bbdb-refile-notes-generate-alist): Created. * bbdb-com.el (bbdb-refile-notes-default-merge-function): Created. * bbdb-com.el (bbdb-refile-notes-remove-duplicates): Created. * bbdb-com.el (bbdb-refile-notes-string-least): Create. * bbdb-com.el (bbdb-refile-record): Use `bbdb-refile-notes-generate-alist' and `bbdb-refile-notes-default-merge-function' for merging notes. Wed Feb 25 23:35:00 1998 Matt Simmons * lisp/bbdb-print.el (bbdb-print-alist-widget): Protect bbdb-default-area-code * lisp/bbdb-print.el (bbdb-print-alist): Protect bbdb-default-area-code * lisp/bbdb-com.el (bbdb-read-new-record): Protect bbdb-default-area-code * lisp/bbdb-com.el (bbdb-prompt-for-new-field-value): Protect bbdb-default-area-code * lisp/bbdb-com.el (bbdb-dial): Protect bbdb-default-area-code Sat Jan 16 00:00:00 1998 Colin Rafferty * lisp/Makefile (extras): fixed typo in bbdb-migrate.elc Sun Feb 22 20:58:00 1998 Matt Simmons * lisp/bbdb.el: BBDB 1.59unoff released * lisp/bbdb.el: Created defface stand-in macro * lisp/bbdb.el (bbdb-initialize): Reword * lisp/bbdb.el (bbdb-initialize): Add keybinding for bbdb-print * lisp/bbdb.el (bbdb-initialize): Add autoloads for bbdb-show-all-recipients (bbdb-com), bbdb-ftp, bbdb-print * lisp/bbdb.el (bbdb-initialize): Use bbdb-add-hook if none in Emacs * lisp/bbdb-ftp.el: Changed comment - can use EFS * lisp/bbdb-gnus.el: Changed GNUS/Gnus stuff around to reflect docs * lisp/bbdb-gnus.el (bbdb/gnus-summary-author-in-bbdb): Now uses `bbdb-message-marker-field' as documented * lisp/bbdb-gnus.el (bbdb-insinuate-gnus): Use `add-hook', not `bbdb-add-hook' * lisp/bbdb-hooks.el: Use add-hook, not bbdb-add-hook * lisp/bbdb-mhe.el: Use add-hook, not bbdb-add-hook * lisp/bbdb-rmail.el: Use add-hook, not bbdb-add-hook * lisp/bbdb-vm.el: Use add-hook, not bbdb-add-hook * lisp/bbdb-xemacs.el: Use add-hook, not bbdb-add-hook * lisp/bbdb-print.el: Moved key binding to bbdb.el * lisp/bbdb-print.el: Changed default of `bbdb-print-elide' * lisp/bbdb-print.el (bbdb-print-alist-widget): Fixed problem with nil `bbdb-default-area-code' * lisp/bbdb-sc.el: Fixed intro comments * lisp/bbdb-sc.el: Use add-hook, not bbdb-add-hook * Makefile: Alphabetized MUA directory variables, added OTHERDIR variable * lisp/Makefile: Support for OTHERDIR, rearranged flags to Emacs so we can use bbdb-split-string (19.34 doesn't have split-string) * texinfo/bbdb.texinfo: Almost finished doc rewrite * misc/bbdb_gnus-summary-get-author.fig: Created Fri Feb 20 19:31:00 1998 Christopher Kline * texinfo/bbdb.texinfo: Documentation for BBDB-Reportmail Thu Feb 19 13:41:17 1998 Sam Steingold * lisp/bbdb.el (bbdb-version): Return a string if non-interactive Mon Jan 5 20:40:03 1998 Matt Simmons * lisp/bbdb.el: BBDB 1.58unoff released * lisp/auto-autoloads.el: Removed all autoloads except `bbdb-initialize' * lisp/bbdb-com.el: Fixed copyright * lisp/bbdb-com.el: Removed autoloads * lisp/bbdb-com.el: Finger group changed * lisp/bbdb-com.el (bbdb-compare-records): Changed to backquote notation * lisp/bbdb-ftp.el: Customized * lisp/bbdb-ftp.el: Added provide of bbdb-ftp * lisp/bbdb-gnus.el: Removed autoloads * lisp/bbdb-gnus.el (bbdb/gnus-summary-prefer-real-names): Reformatted doc * lisp/bbdb-gnus.el (bbdb/gnus-score-as-text): Remove `when' * lisp/bbdb-gnus.el (bbdb-insinuate-gnus): Remove `when' * lisp/bbdb-hooks.el: Added provide of bbdb-hooks * lisp/bbdb-hooks.el (bbdb-time-internal-format): Replaces bbdb-time-string * lisp/bbdb-hooks.el (bbdb-ignore-most-messages-alist): Fixed custom spec * lisp/bbdb-hooks.el (bbdb-ignore-some-messages-alist): Fixed custom spec * lisp/bbdb-hooks.el (bbdb-auto-notes-alist): Fixed custom spec * lisp/bbdb-hooks.el (bbdb-auto-notes-ignore): Fixed custom spec * lisp/bbdb-hooks.el (bbdb-auto-notes-ignore-all): Fixed custom spec * lisp/bbdb-migrate.el: Created from migrate code in bbdb.el * lisp/bbdb-print.el: Customized * lisp/bbdb-print.el: Removed autoloads * lisp/bbdb-reportmail.el: Changed setup docs, added RCS ID and Log strings * lisp/bbdb-sc.el: Fixed jwz's e-mail address * lisp/bbdb-sc.el: Customized * lisp/bbdb-sc.el: Removed autoloads * lisp/bbdb-sc.el: Added provide of bbdb-sc * lisp/bbdb-snarf.el: Customized * lisp/bbdb-snarf.el: Removed autoloads * lisp/bbdb-srv.el: Rearranged copyright * lisp/bbdb-srv.el: Customized * lisp/bbdb-w3.el: Removed autoloads * lisp/bbdb-w3.el: Added provide of bbdb-w3 * lisp/bbdb-whois.el: Added to copyright * lisp/bbdb-whois.el: Customized * lisp/bbdb-xemacs.el: Removed autoloads * lisp/bbdb.el: Added define-widget definition for users without Custom * lisp/bbdb.el: Added utilities custom groups * lisp/bbdb.el: Removed migration code * lisp/bbdb.el: Commented some code * lisp/bbdb.el (bbdb-string-trim): Delete still more text properties * lisp/bbdb.el (bbdb-save-db): Made error message slightly more obvious * lisp/bbdb.el (bbdb-initialize): Added symbols for selective insinuation * lisp/bbdb.el (bbdb-initialize): Rearranged and added some autoloads * Makefile: Added migrate.el * Makefile: Added deploy target * texinfo/bbdb.texinfo: Changed `setq' to `add-hook' in setup instructions * texinfo/bbdb.texinfo: Added to Internals section Mon Dec 1 09:00:12 1997 Matt Simmons * lisp/bbdb.el: BBDB 1.57Aunoff released * texinfo/bbdb.texinfo: Documented new startup procedure * INSTALL: Documented new startup procedure Sun Nov 30 23:26:21 1997 Matt Simmons * lisp/bbdb.el: BBDB 1.57unoff released Sun Nov 30 22:47:04 1997 Sam Steingold * lisp/bbdb-hooks.el (bbdb-time-string): Uses format string now * lisp/bbdb-com.el (bbdb-display-some): Added * lisp/bbdb-com.el (bbdb-kill-older): Created * lisp/bbdb-com.el (bbdb-timestamp-older): Created * lisp/bbdb-com.el (bbdb-timestamp-newer): Created * lisp/bbdb-com.el (bbdb-creation-older): Created * lisp/bbdb-com.el (bbdb-creation-newer): Created Sun Nov 30 22:44:42 1997 Matt Simmons * lisp/auto-autoloads.el: Autoloads for date functions * lisp/bbdb-com.el (bbdb-complete-clicked-name): Make 19.34 happy * lisp/bbdb-com.el (bbdb-compare-records): Created * lisp/bbdb-com.el: Customized variables * lisp/bbdb-gnus.el: Customized variables * lisp/bbdb-hooks.el: Customized variables * lisp/bbdb.el: Customized variables * lisp/bbdb.el: Added timezone require to support date functions * lisp/bbdb.el: Added migration functions, changed database version * lisp/bbdb.el: Added definitions for utility functions that don't appear in all Emacsen (in the case of string>, in none) * lisp/bbdb.el (defstruct): Added documentation * lisp/bbdb.el (bbdb-format-record): Can now define printing functions for each note field (bbdb-format-record-fieldname) * lisp/bbdb.el (bbdb-copy-thing): Created * lisp/bbdb.el (bbdb-initialize): Created - Use it to initialize * texinfo/Makefile (clean): Changed since we now distribute *.info* * texinfo/Makefile (reallyclean): clean + removes *.info* * texinfo/bbdb.texinfo: Removed `BBDB database' per jwz, added prereq section, more special fields, some internals. * INSTALL: Created Thu Oct 30 07:06:15 1997 Hrvoje Niksic * lisp/bbdb.el: Custom blob to make defcustom and defgroup transparent in non-customized Emacsen Sun Nov 30 12:03:41 1997 Soren Dayton * lisp/bbdb-print.el (bbdb-print-tex-quote): Escape tildes properly Tue Nov 10 20:10:53 1997 Jens-Ulrik Holger Petersen * lisp/bbdb-gnus.el (bbdb-insinuate-gnus): Improve output of warning messages. * lisp/bbdb-gnus.el (bbdb/gnus-summary-known-poster-mark): Correct docstring. Sat Nov 8 17:00:21 1997 Matt Simmons * lisp/bbdb.el (bbdb-string-trim): Just remove 'face property. * lisp/bbdb.el: Define `defvaralias' as empty function if it's not defined. (GNU Emacs doesn't have it) Sun Nov 2 01:32:23 1997 Matt Simmons * lisp/bbdb.el: BBDB 1.56unoff released * lisp/bbdb-sc.el: Added * lisp/bbdb-gnus.el (bbdb-insinuate-gnus): Commented back in score hook addition, can now set up format functions one at a time (latter based on function from Christoph Wedler) * lisp/bbdb-gnus.el (bbdb/gnus-score-default-internal): Added to automagically catch changes to `bbdb/gnus-score-default'. * lisp/bbdb-gnus.el (bbdb/gnus-annotate-sender): Now takes REPLACE argument. * lisp/bbdb-vm.el (bbdb/vm-annotate-sender): Ditto * lisp/bbdb-mhe.el (bbdb/mh-annotate-sender): Ditto * lisp/bbdb-rmail.el (bbdb/rmail-annotate-sender): Ditto * lisp/auto-autoloads.el: Support for bbdb-sc, housekeeping for others. * Makefile (install-pkg): Bug fix. * texinfo/bbdb.texinfo: More rewriting, documentation for the Summary Buffer stuff in bbdb-gnus.el Tue Oct 28 16:08:54 1997 Christoph Wedler * lisp/bbdb-gnus.el (bbdb/gnus-define-format-functions): New variable. * lisp/bbdb-gnus.el (bbdb-insinuate-gnus): Use it. Only define user functions the first time. Use `bbdb-warn' instead `error'. * lisp/bbdb.el (bbdb-warn): New function. Use it. Sun Oct 26 20:47:20 1997 Matt Simmons * lisp/auto-autoloads.el: Remove summary buffer autoloads * lisp/bbdb-gnus.el: Variable aliases for backward compatibility * lisp/bbdb-gnus.el (bbdb/gnus-summary-user-format-letter): Add more descriptive documentation. * lisp/bbdb-gnus.el (bbdb/gnus-summary-in-bbdb-format-letter): Added * lisp/bbdb-gnus.el (bbdb/gnus-lines-and-from): Variable name change * lisp/bbdb-gnus.el (bbdb/gnus-summary-author-in-bbdb): Added * lisp/bbdb-gnus.el (bbdb-insinuate-gnus): Commented out score insinuation, add %ub summary line code creation * lisp/bbdb.el: Remove summary buffer autoloads Sun Oct 26 00:14:36 1997 Matt Simmons * lisp/bbdb.el: BBDB 1.55unoff released * texinfo/bbdb.texinfo: Partial rewrite * lisp/bbdb.el: new autoloads. Override bbdb-display-completion-list for XEmacs users. * lisp/bbdb-w3.el (bbdb-www): Uses browse-url-browser-function instead of a manual funcall * lisp/bbdb-snarf.el (bbdb-snarf-region): Toss trailing space too Sat Oct 25 23:47:40 1997 Brian Edmonds Sat Oct 25 23:47:40 1997 Matt Simmons * lisp/bbdb-gnus.el: Changed *everything* beginning with `gnus-bbdb' to `bbdb/gnus' * lisp/bbdb-gnus.el (bbdb/gnus-summary-get-author): Integrated (along with associated variables and functions) * lisp/bbdb-gnus.el (bbdb/gnus-score): Integrated (along with associated variables and functions) * lisp/bbdb-gnus.el (bbdb-insinuate-gnus): Activate above new features Sat Oct 25 17:54:26 1997 Marco Walther Sat Oct 25 17:54:26 1997 Matt Simmons * lisp/bbdb-com.el (bbdb-complete-name): Clicking on name in completion buffer now restores configuration (uses callback below) * lisp/bbdb-com.el (bbdb-complete-clicked-name): Created. See above * lisp/bbdb-com.el (bbdb-display-completion-list): Wrapper * lisp/bbdb-xemacs.el (bbdb-xemacs-display-completion-list): XEmacs version of bbdb-display-completion-list, allows callbacks * lisp/auto-autoloads.el: autoload for XEmacs version of bbdb-display-completion-list Mon Oct 20 18:38:28 1997 Colin Rafferty * Makefile (install-pkg): Made it install the el before the .elc. Mon Oct 20 12:15:15 1997 Christoph Wedler * lisp/bbdb-xemacs.el (global-bbdb-menu-commands): Bug fix "Finger All Records". * lisp/bbdb-xemacs.el (build-bbdb-finger-menu): Use `bbdb-record-finger-host'. * lisp/bbdb-com.el (bbdb-finger): Doc string extension. * texinfo/bbdb.texinfo (BBDB Mode): Add documentation for `bbdb-finger'. Tue Oct 14 20:06:38 1997 david carlton * Makefile (install-pkg): Fix info linking - use texinfo, not info Mon Oct 13 16:41:27 1997 Soren Dayton * lisp/bbdb-w3.el (bbdb-www): Use browse-url instead of funcalling contents of browse-url-browser-function. Sat Oct 11 19:19:27 1997 Matt Simmons * bbdb.el: BBDB 1.54unoff released * lisp/Makefile: Changed VM, GNUS, and MHE definitions so they can be blank if the packages are in load-path. Added bbdb-snarf and bbdb-w3. Made bbdb-srv and bbdb-reportmail skipping messages more informative. Added check for itimer for bbdb-srv. * lisp/bbdb-w3.el (bbdb-insinuate-w3): Created from bare add-hook statement found in David's version. Add this to w3-mode-hook (yes, that's singular, not plural) * lisp/bbdb-w3.el (bbdb-www): Modified to use browse-url-browser-function instead of having two functions, one for netscape and one for w3. * lisp/bbdb-snarf.el: Fixed area code pattern to use [2-9] instead of [0-9] for first digit. * lisp/auto-autoloads.el: Autoloads for bbdb-snarf, bbdb-www, changed package dir from `bbdb-1.52' to `bbdb', autoload for bbdb-insinuate-message. * lisp/bbdb.el: Added autoloads for bbdb-insinuate-message, bbdb-www, bbdb-www-grab-homepage, bbdb-insinuate-w3, bbdb-snarf. * lisp/bbdb.el (bbdb-mode): Documentation for bbdb-www `w' keystroke * lisp/bbdb.el (bbdb-mode-map): bbdb-www invocation * lisp/bbdb.el (bbdb-split): Documented. * lisp/bbdb-gnus.el (bbdb-insinuate-message): Use it. Sets the M-t binding for message-mode. This isn't in bbdb-insinuate-gnus because some like to use message-mode before loading gnus. Add it to `message-setup-hook', _not_ `message-load-hook'. Sat Oct 11 19:01:00 1997 David Carlton * lisp/bbdb-w3.el: Added to bbdb distribution. I don't know who the original author is, but David mailed it to me. Sat Oct 11 19:00:00 1997 John Heidemann * lisp/bbdb-snarf.el: Added to bbdb distribution. Grabs text from paragraph around point and makes a bbdb record out of it. See the source for docs until I get around to adding to the texinfo file. Sat Oct 11 18:50:52 1997 Kees de Bruin * lisp/bbdb-vm.el (bbdb/vm-alternate-full-name): make VM use the canonicalized net address instead of the default address. * lisp/bbdb-com.el (bbdb-sendmail-internal): Still more message-mode fixes. Default to message-mode if neither mh-e nor vm are in `features'. If message-mode is to be used and it's not loaded, autoload it. Thu Oct 9 06:37:00 1997 Matt Simmons * lisp/Makefile: Check for itimer before building bbdb-srv. Complain nicely when check fails. Sun Oct 5 20:16:00 1997 Matt Simmons * bbdb.el: BBDB 1.53unoff released Sun Oct 5 19:53:12 1997 Boris Goldowsky * tex/bbdb-cols.tex, tex/bbdb-print-brief.tex, tex/bbdb-print.tex, lisp/bbdb-print.el: New version of bbdb-print Sun Oct 5 19:51:21 1997 Jamie Zawinski * utils/bbdb-cid.pl, utils/bbdb-src.pl, utils/bbdb-to-netscape.el: New utilities * lisp/bbdb-com.el (bbdb-parse-phone-number): Changed comment to reflect new area codes that don't have [012] as their second digit * lisp/bbdb-srv.el (bbdb/srv-auto-create-mail-news-dispatcher): Classification of messages as mail or news * lisp/bbdb-srv.el (bbdb-src-add-phone): Supports caller ID util * lisp/bbdb-srv.el (bbdb/srv-handle-headers): Make sure *BBDB* is bottommost buffer Sun Oct 5 19:51:20 1997 Seth Golub * utils/bbdb-areacode-split.pl: New utility Sun Oct 5 19:51:19 1997 Matt Simmons * A grand reorg: .tex files -> tex subdirectory, .texinfo files -> texinfo subdirectory, .el files -> lisp subdirectory, * Makefile: modified all Makefiles to deal with reorg, rewrote XEmacs package section * lisp/bbdb.el (bbdb-frob-mode-line): I like version numbers on modelines * lisp/bbdb.el (bbdb-version-date): Separate date from version number * lisp/bbdb.el (bbdb-version): Modified to deal with version number separate from date Mon Sep 29 18:49:47 1997 Matt Simmons * Makefile: patch to avoid building bbdb-srv and bbdb-reportmail if gnuserv and reportmail (respectively) aren't present * bbdb.el (bbdb-frob-mode-line): Print the version number on the mode line Sun Sep 28 00:50:07 1997 Matt Simmons * bbdb.el: BBDB 1.52unoff released * bbdb.el (bbdb-y-or-n-p): Fix obsolete functions * bbdb-ftp.el: Added check for efs * Makefile: renamed it, removed mail-extr and mail-abbrev, did some reformatting Sun Sep 28 00:49:00 1997 Colin Rafferty * auto-autoloads.el, Makefile: Use BBDB as an XEmacs package Sun Sep 28 00:03:31 1997 Jens-Ulrik Hoger Petersen * bbdb-gnus.el (bbdb/gnus-update-record): Changed method for referencing article buffer. Needed when gnus-single-article-buffer is nil. * bbdb-hooks.el (bbdb-header-start): See above. Sat Sep 27 23:56:35 1997 Christopher Kline * bbdb-reportmail.el: Created Sat Sep 27 23:47:01 1997 Soren Dayton * bbdb-com.el (bbdb-send-mail-internal): Allow use of message-mail * bbdb.el (bbdb-send-mail-style): Documentation change. See above. Sat Sep 27 23:44:43 1997 Colin Rafferty * bbdb.el (bbdb-annotate-message-sender): Use address for name if no name Sat Sep 27 23:39:09 1997 Christoph Wedler * bbdb-com.el (bbdb-finger-host-field): Added code to check for finger-host field. Finger is done on finger-host if it exists, on net address otherwise. Sat Sep 27 20:06:05 1997 Matt Simmons * bbdb-com.el (bbdb-phone-area-regexp): Fix US area code pattern