summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* bbdb-mail-abbrev-expand-hook): honor theRobert Fenk2001-02-01
| | | | pop-up settings, e.g. bbdb-pop-up-target-lines
* *** empty log message ***Robert Fenk2001-02-01
|
* * lisp/bbdb-vm.el (bbdb/vm-pop-up-bbdb-buffer): Fixed the pop-upRobert Fenk2001-02-01
| | | | behaviour.
* lisp/bbdb-com.el (bbdb-complete-name): Fixes completion problemRobert Fenk2001-01-30
| | | | slipped into with revision 1.89
* Added autoload cookie for bbdb-ignore-selected-messages-hookRonan Waide2001-01-29
|
* Include configure in ignored files.Ronan Waide2001-01-29
|
* *** empty log message ***Ronan Waide2001-01-25
|
* Updates for 2.2Ronan Waide2001-01-25
|
* Updates for 2.2 releaseRonan Waide2001-01-25
|
* Changed version to 2.3, which is now the official developer release.Ronan Waide2001-01-25
|
* *** empty log message ***Ronan Waide2001-01-24
|
* Added distclean targetRonan Waide2001-01-24
|
* Removed test targets as they weren't helpfulRonan Waide2001-01-24
| | | | Added some new cleaning targets, including distclean
* New cleanup targetsRonan Waide2001-01-24
|
* Define caddar if it's not found. Yeesh. How hard is it to doRonan Waide2001-01-24
| | | | (car (cdr ...)) anyway?
* Add-ons that didn't make it to the current release.Ronan Waide2001-01-24
|
* (replace-in-string): Emacs 21 has `replace-regexp-in-string' - use it!Sam Steingold2001-01-24
|
* ignore MakefilesSam Steingold2001-01-24
|
* initial checkinSam Steingold2001-01-24
|
* lisp/bbdb-merge.el (bbdb-merge-file): bugfix: Sam Steingold2001-01-24
| | | | the parameter for `match-fun' is `rec', not `r'
* Use geektools.com instead of rs.internic.netRonan Waide2001-01-24
| | | | Slightly smarter parsing of results
* Add support for M-TAB to expand mail aliasesRonan Waide2001-01-24
|
* Don't look for email completions when there are none!Ronan Waide2001-01-24
|
* Don't load touchtones if the touchtones directory is unset.Ronan Waide2001-01-24
|
* Check that an AKA is not already in the list before adding itRonan Waide2001-01-22
|
* Minor typo fixRonan Waide2001-01-18
|
* *** empty log message ***Ronan Waide2001-01-18
|
* * Proper fix for VM windowing bugRonan Waide2001-01-18
|
* *** empty log message ***Robert Fenk2001-01-17
|
* (bbdb-complete-name):Robert Fenk2001-01-17
| | | | | | | | | | | | | 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
* (bbdb-sounds-directory):Robert Fenk2001-01-17
| | | | | | | (bbdb-sound-volume): (bbdb-load-touchtones): Added variables & functions for Xemacs native sound support used by bbdb-dialing stuff
* (bbdb-www-grab-homepage):Robert Fenk2001-01-17
| | | | Fix to read just one record not a list of records
* (bbdb/vm-update-record):Robert Fenk2001-01-17
| | | | | | | | | | 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.
* (bbdb-always-add-addresses): DocfixRobert Fenk2001-01-17
|
* Minor change to make it work again.Ronan Waide2001-01-08
|
* Corrected pointers to mailing lists.Ronan Waide2001-01-08
|
* configure script from autoconf 2.13Didier Verna2001-01-08
|
* Autoconf supportDidier Verna2001-01-08
|
* Autoconf support documentationDidier Verna2001-01-08
|
* removed files for autoconf supportDidier Verna2001-01-08
|
* new files for autoconf supportDidier Verna2001-01-08
|
* Fixed commented-out items in TODO section.Ronan Waide2001-01-08
|
* Added Bill Carpenter-provided functionRonan Waide2001-01-08
| | | | 'bbdb-ignore-selected-messages-confirmation'
* (bbdb-dial)Ronan Waide2001-01-03
| | | | | Change docstring for bbdb-dial Remove check for window system
* * Removed some things from the TODO listRonan Waide2001-01-03
| | | | | | * Removed the Log section * Added xref from BBDB Mailing Lists to Using BBDB to implement Mailing Lists * A few other minor tweaks
* Updated the links section; some other minor changes.Ronan Waide2001-01-03
|
* *** empty log message ***Ronan Waide2000-12-31
|
* (bbdb-undisplay-records) Don't try to use *BBDB* buffer if it doesn't exist.Ronan Waide2000-12-31
|
* *** empty log message ***Ronan Waide2000-12-18
|
* * Added definition for cadar.Ronan Waide2000-12-18
| | | | | | | * 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