branch: externals/bbdb commit 641ff1f309e65ac8bd9794bd5f72cfc9ffc297a4 Author: Roland Winkler <wink...@gnu.org> Commit: Roland Winkler <wink...@gnu.org>
Increase version number to 3.2.2d. --- README | 6 +++--- lisp/bbdb-anniv.el | 4 ++-- lisp/bbdb-mua.el | 2 +- lisp/bbdb.el | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README b/README index eb3c95b1d0..50509da7c8 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -Copyright (C) 2010-2022 Free Software Foundation, Inc. +Copyright (C) 2010-2023 Free Software Foundation, Inc. See the end of the file for license conditions. BBDB is the Insidious Big Brother Database for GNU Emacs. @@ -15,7 +15,7 @@ M-x package-install RET bbdb RET BBDB is also available at http://savannah.nongnu.org/projects/bbdb/ To check it out, use -git clone git://git.savannah.nongnu.org/bbdb.git +git clone https://git.savannah.nongnu.org/git/bbdb.git Questions, comments, suggestions, and bug reports may be directed to the BBDB mailing list at bbdb-u...@nongnu.org. @@ -229,7 +229,7 @@ do not modify the records directly. The recommended sequence of calls is ================================================================== -Copyright (C) 2010-2022 Free Software Foundation, Inc. +Copyright (C) 2010-2023 Free Software Foundation, Inc. This file is part of the Insidious Big Brother Database (aka BBDB), diff --git a/lisp/bbdb-anniv.el b/lisp/bbdb-anniv.el index 99f8521658..d67c195060 100644 --- a/lisp/bbdb-anniv.el +++ b/lisp/bbdb-anniv.el @@ -1,6 +1,6 @@ ;;; bbdb-anniv.el --- get anniversaries from BBDB -*- lexical-binding: t -*- -;; Copyright (C) 2011-2022 Free Software Foundation, Inc. +;; Copyright (C) 2011-2023 Free Software Foundation, Inc. ;; This file is part of the Insidious Big Brother Database (aka BBDB), @@ -77,7 +77,7 @@ as format string." This obeys `calendar-date-style' via `diary-date-forms'. To enable this feature, put the following into your .emacs: - \(add-hook 'diary-list-entries-hook 'bbdb-anniv-diary-entries)" + (add-hook \\='diary-list-entries-hook \\='bbdb-anniv-diary-entries)" ;; Loop over NUMBER dates starting from ORGINAL-DATE. (let* ((num-date (1- (calendar-absolute-from-gregorian original-date))) (end-date (+ num-date number))) diff --git a/lisp/bbdb-mua.el b/lisp/bbdb-mua.el index da9d56a499..9e148dfa9f 100644 --- a/lisp/bbdb-mua.el +++ b/lisp/bbdb-mua.el @@ -1,6 +1,6 @@ ;;; bbdb-mua.el --- various MUA functionality for BBDB -*- lexical-binding: t -*- -;; Copyright (C) 2010-2022 Free Software Foundation, Inc. +;; Copyright (C) 2010-2023 Free Software Foundation, Inc. ;; This file is part of the Insidious Big Brother Database (aka BBDB), diff --git a/lisp/bbdb.el b/lisp/bbdb.el index a29306f156..8ad557efc4 100644 --- a/lisp/bbdb.el +++ b/lisp/bbdb.el @@ -1,9 +1,9 @@ ;;; bbdb.el --- Big Brother DataBase -*- lexical-binding: t -*- -;; Copyright (C) 2010-2022 Free Software Foundation, Inc. +;; Copyright (C) 2010-2023 Free Software Foundation, Inc. ;; Maintainer: Roland Winkler <wink...@gnu.org> -;; Version: 3.2.2b +;; Version: 3.2.2d ;; Package-Requires: ((emacs "24") (cl-lib "0.5")) ;; This file is part of the Insidious Big Brother Database (aka BBDB),