diff -Nru ebib-2.39.4/debian/changelog ebib-2.40.3/debian/changelog --- ebib-2.39.4/debian/changelog 2023-11-10 07:55:44.000000000 +0000 +++ ebib-2.40.3/debian/changelog 2023-11-18 22:38:13.000000000 +0000 @@ -1,3 +1,12 @@ +ebib (2.40.3-1) unstable; urgency=medium + + * New upstream release. + * Refresh patches. + * Update debian/ copy of upstream changelog. + * Add elpa-compat to Build-Depends (needed for tests). + + -- Aymeric Agon-Rambosson Sat, 18 Nov 2023 23:38:13 +0100 + ebib (2.39.4-1) unstable; urgency=medium * New upstream release. diff -Nru ebib-2.39.4/debian/control ebib-2.40.3/debian/control --- ebib-2.39.4/debian/control 2023-11-10 07:55:44.000000000 +0000 +++ ebib-2.40.3/debian/control 2023-11-18 22:38:13.000000000 +0000 @@ -9,6 +9,7 @@ texinfo, elpa-with-simulated-input, elpa-parsebib, + elpa-compat, Homepage: http://joostkremers.github.io/ebib/ Standards-Version: 4.6.2 Rules-Requires-Root: no diff -Nru ebib-2.39.4/debian/patches/correct-version-elisp-header.patch ebib-2.40.3/debian/patches/correct-version-elisp-header.patch --- ebib-2.39.4/debian/patches/correct-version-elisp-header.patch 2023-11-10 07:55:44.000000000 +0000 +++ ebib-2.40.3/debian/patches/correct-version-elisp-header.patch 2023-11-18 22:38:13.000000000 +0000 @@ -13,4 +13,4 @@ +;; Version: 2.39.3 ;; Keywords: text bibtex ;; URL: http://joostkremers.github.io/ebib/ - ;; Package-Requires: ((parsebib "4.0") (emacs "26.1")) + ;; Package-Requires: ((parsebib "4.0") (emacs "26.1") (compat "29.1.4.3")) diff -Nru ebib-2.39.4/debian/upstream/changelog ebib-2.40.3/debian/upstream/changelog --- ebib-2.39.4/debian/upstream/changelog 2023-11-10 07:55:44.000000000 +0000 +++ ebib-2.40.3/debian/upstream/changelog 2023-11-18 22:38:13.000000000 +0000 @@ -1,3 +1,9 @@ +## Version 2.40, November 2023 ## + +- New user option `ebib-save-indent-as-bibtex`: use spaces for indenting fields, + and use the same indentation that `bibtex-mode` would use. +- Various bug fixes. + ## Version 2.39, September 2022 ## - New user option `ebib-field-edit-functions` allows one to customise the way fields are edited. diff -Nru ebib-2.39.4/docs/NEWS.html ebib-2.40.3/docs/NEWS.html --- ebib-2.39.4/docs/NEWS.html 2023-11-03 00:02:21.000000000 +0000 +++ ebib-2.40.3/docs/NEWS.html 2023-11-17 07:31:45.000000000 +0000 @@ -11,8 +11,11 @@ div.columns{display: flex; gap: min(4vw, 1.5em);} div.column{flex: auto; overflow-x: auto;} div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;} - ul.task-list{list-style: none;} + /* The extra [class] is a hack that increases specificity enough to + override a similar rule in reveal.js */ + ul.task-list[class]{list-style: none;} ul.task-list li input[type="checkbox"] { + font-size: inherit; width: 0.8em; margin: 0 0.8em 0.2em -1.6em; vertical-align: middle; @@ -34,6 +37,13 @@

Ebib News

+

Version 2.40, November 2023

+

Version 2.39, September 2022