1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454
|
Sun Mar 15 23:46:00 1998 Matt Simmons <simmonmt@acm.org>
* lisp/bbdb.el: BBDB 2.00 released
Fri Mar 13 01:52:00 1998 Matt Simmons <simmonmt@acm.org>
* lisp/bbdb.el: BBDB 1.91unoff released
Wed Mar 12 15:37:86 1998 Colin Rafferty <colin@xemacs.org>
* lisp/bbdb.el (parse-bbdb-internal): Fixed the error message on
mismatched bbdb-file-format.
Fri Feb 06 00:00:00 1998 Colin Rafferty <colin@xemacs.org>
* 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 <simmonmt@acm.org>
* 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 <leo@arioch.oche.de>
* lisp/bbdb-xemacs.el (bbdb-fontify-buffer): don't access
scrollbars on XEmacsen without scrollbars
Mon Mar 02 00:00:00 1998 Colin Rafferty <colin@xemacs.org>
* 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 <simmonmt@acm.org>
* 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 <colin@xemacs.org>
* lisp/Makefile (extras): fixed typo in bbdb-migrate.elc
Sun Feb 22 20:58:00 1998 Matt Simmons <simmonmt@acm.org>
* 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 <ckline@media.mit.edu>
* texinfo/bbdb.texinfo: Documentation for BBDB-Reportmail
Thu Feb 19 13:41:17 1998 Sam Steingold <sds@usa.net>
* lisp/bbdb.el (bbdb-version): Return a string if non-interactive
Mon Jan 5 20:40:03 1998 Matt Simmons <simmonmt@acm.org>
* 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 <simmonmt@acm.org>
* 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 <simmonmt@acm.org>
* lisp/bbdb.el: BBDB 1.57unoff released
Sun Nov 30 22:47:04 1997 Sam Steingold <sshteingold@cctrading.com>
* 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 <simmonmt@acm.org>
* 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 <hniksic@srce.hr>
* lisp/bbdb.el: Custom blob to make defcustom and defgroup
transparent in non-customized Emacsen
Sun Nov 30 12:03:41 1997 Soren Dayton <csdayton@cs.uchicago.edu>
* lisp/bbdb-print.el (bbdb-print-tex-quote): Escape tildes properly
Tue Nov 10 20:10:53 1997 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
* 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 <simmonmt@acm.org>
* 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 <simmonmt@acm.org>
* 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 <wedler@fmi.uni-passau.de>
* 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 <simmonmt@acm.org>
* 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 <simmonmt@acm.org>
* 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 <edmonds@cs.ubc.ca>
Sat Oct 25 23:47:40 1997 Matt Simmons <simmonmt@acm.org>
* 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 <Marco.Walther@mch.sni.de>
Sat Oct 25 17:54:26 1997 Matt Simmons <simmonmt@acm.org>
* 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 <craffert@ml.com>
* Makefile (install-pkg): Made it install the el before the .elc.
Mon Oct 20 12:15:15 1997 Christoph Wedler <wedler@fmi.uni-passau.de>
* 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 <carlton@math.mit.edu>
* Makefile (install-pkg): Fix info linking - use texinfo, not info
Mon Oct 13 16:41:27 1997 Soren Dayton <csdayton@cs.uchicago.edu>
* 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 <simmonmt@acm.org>
* 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 <carlton@math.mit.edu>
* 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 <johnh@isi.edu>
* 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 <kees_de_bruin@tasking.nl>
* 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 <simmonmt@acm.org>
* lisp/Makefile: Check for itimer before building bbdb-srv.
Complain nicely when check fails.
Sun Oct 5 20:16:00 1997 Matt Simmons <simmonmt@acm.org>
* bbdb.el: BBDB 1.53unoff released
Sun Oct 5 19:53:12 1997 Boris Goldowsky <boris@gnu.ai.mit.edu>
* 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 <jwz@netscape.com>
* 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 <seth@cs.wustl.edu>
* utils/bbdb-areacode-split.pl: New utility
Sun Oct 5 19:51:19 1997 Matt Simmons <simmonmt@acm.org>
* 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 <simmonmt@acm.org>
* 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 <simmonmt@acm.org>
* 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 <craffert@ml.com>
* auto-autoloads.el, Makefile: Use BBDB as an XEmacs package
Sun Sep 28 00:03:31 1997 Jens-Ulrik Hoger Petersen <petersen@kurims.kyoto-u.ac.jp>
* 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 <ckline@mitre.org>
* bbdb-reportmail.el: Created
Sat Sep 27 23:47:01 1997 Soren Dayton <csdayton+bbdb@cs.uchicago.edu>
* 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 <craffert@ml.com>
* bbdb.el (bbdb-annotate-message-sender): Use address for name if no name
Sat Sep 27 23:39:09 1997 Christoph Wedler <wedler@fmi.uni-passau.de>
* 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 <simmonmt@acm.org>
* bbdb-com.el (bbdb-phone-area-regexp): Fix US area code pattern
|