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
|
bm-el (202506-1) unstable; urgency=medium
* New upstream bugfix release.
- 267915a Fix bookmark position when save bookmark to repository
- f2770e4 Make 'bm-repository-save' interactive
+ 17092da Prettyprint repository file contents
- 1351e2e Added test for save/restore of annotation and time. Fixed
copyright year.
+ 0a3085a use emacs-lisp syntax highlighting in code blocks
+ 4f00c86 Added more documentation.
- e69e01e Fixed issue #50, highlighting the full line. Cleaned up the face
definitions. Cleaned up the documentation. Increased default repo size to
1000.
- 168a49b Added Emacs 30.1
- bb572a8 #52 - Added new fringe bitmap. Fixed warning.
- 8547030 Updated the README.md
* Import updated upstream copyright years and update my own.
* Declare Standards-Version 4.7.2 (no changes required).
-- Nicholas D Steeves <sten@debian.org> Sat, 07 Jun 2025 18:51:58 -0400
bm-el (202309-4) unstable; urgency=medium
* Team upload.
* Rebuild against dh-elpa 2.1.5.
Upload pushed to dgit-repos but not salsa.
See <https://lists.debian.org/debian-emacsen/2024/07/msg00077.html>.
-- Sean Whitton <spwhitton@spwhitton.name> Thu, 25 Jul 2024 17:43:05 +0900
bm-el (202309-3) unstable; urgency=medium
* Team upload.
* Rebuild against dh-elpa 2.1.3.
Upload pushed to dgit-repos but not salsa.
See <https://lists.debian.org/debian-emacsen/2024/07/msg00077.html>.
-- Sean Whitton <spwhitton@spwhitton.name> Wed, 24 Jul 2024 21:13:41 +0900
bm-el (202309-2) unstable; urgency=medium
* Drop debian/bm-pkg.el, and export the DEB_VERSION_UPSTREAM substvar in
d/rules, so that dh_elpa will automatically generate the correct
metadata.
-- Nicholas D Steeves <sten@debian.org> Mon, 04 Dec 2023 11:15:22 -0500
bm-el (202309-1) unstable; urgency=medium
* New upstream release (Closes: #1052935).
* Declare Standards-Version 4.6.2 (no changes required).
-- Nicholas D Steeves <sten@debian.org> Thu, 28 Sep 2023 22:00:25 -0400
bm-el (201905-3) unstable; urgency=medium
[ Nicholas D Steeves ]
* Update my email address.
* Drop version qualifier for Recommends: emacs, because even oldoldstable
(stretch) has the required version.
[ Debian Janitor ]
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
Repository-Browse.
* Update standards version to 4.6.1, no changes needed.
-- Nicholas D Steeves <sten@debian.org> Tue, 29 Nov 2022 14:35:04 -0500
bm-el (201905-2) unstable; urgency=medium
* Rebuild with dh-elpa 2.0.
* Migrate to debhelper-compat 13.
* Add Rules-Requires-Root: no.
* Drop Enhances emacs25, because the package does not exist in bullseye.
* Update my copyright years.
* Declare Standards-Version: 4.5.1 (no changes required).
-- Nicholas D Steeves <nsteeves@gmail.com> Fri, 27 Nov 2020 10:42:38 -0500
bm-el (201905-1) unstable; urgency=medium
* New upstream version.
* Drop 0002-Copy-documentation-of-lazy-lock-incompat-from-bm.el-.patch
which was merged upstream.
* Update debian/bm-pkg.el to declare this upstream version.
* Switch to debhelper-compat 12.
* Explicitly load bm-tests.el from ert-helper.el so tests will run again.
* debian/copyright:
- Apply upstream's copyright year range update.
- Drop bm-sync.el stanza, because it is covered by "Files: *".
- Update my copyright years.
* Drop "buffer local" from short description, because this mode also tracks
bookmarks across all open buffers.
* Declare Standards-Version: 4.4.0. (no changes required)
-- Nicholas D Steeves <nsteeves@gmail.com> Mon, 08 Jul 2019 13:15:00 -0400
bm-el (201808-1) unstable; urgency=medium
* Initial release. (Closes: #902839)
-- Nicholas D Steeves <nsteeves@gmail.com> Tue, 21 Aug 2018 07:36:14 -0400
|