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
|
visual-fill-column (2.4-1) unstable; urgency=medium
* New upstream release.
-- Nicholas D Steeves <sten@debian.org> Tue, 17 Aug 2021 17:10:43 -0400
visual-fill-column (2.3-1) unstable; urgency=medium
* New upstream bug fix release (addresses Emacs 27 compatibility issues):
c1f6acc Update version number to 2.3
46b7cb7 Do not try to restore the margin width when disabling v-f-c-mode.
6b7d878 Use proper hooks according to Emacs version.
39cb7ab Unconditionally clear `window-configuration-change-hook`.
a93dc5f Do not set `visual-fill-column--min-margins` if already set.
5b08b9a Add test for `visual-fill-column--add-extra-width`.
ad76c16 Update doc string of `visual-fill-column--adjust-window`.
* Activate autopkgtests.
* Update my email address and copyright years.
* Update upstream copyright years.
-- Nicholas D Steeves <sten@debian.org> Tue, 06 Apr 2021 20:38:57 -0400
visual-fill-column (2.2-1) unstable; urgency=medium
* New upstream release.
-- Nicholas D Steeves <nsteeves@gmail.com> Tue, 29 Dec 2020 20:45:07 -0500
visual-fill-column (1.14-1) unstable; urgency=medium
* New upstream release.
* Migrate to debhelper-compat 13.
-- Nicholas D Steeves <nsteeves@gmail.com> Fri, 16 Oct 2020 22:30:35 -0400
visual-fill-column (1.11-4) unstable; urgency=medium
* Drop 0001-Update-claimed-version-important-for-integration-wit.patch, and
instead use pkg-info.mk and DEB_VERSION_UPSTREAM in rules.
* Fix erroneously declared Homepage, and actually use upstream's.
* Switch to debhelper-compat 12.
* Use Rules-Requires-Root: no.
* Declare Standards-Version: 4.5.0 (no changes required).
-- Nicholas D Steeves <nsteeves@gmail.com> Thu, 09 Apr 2020 22:48:24 -0400
visual-fill-column (1.11-3) unstable; urgency=medium
* Switch to debhelper-compat 11, and drop debian/compat.
* Switch Vcs from alioth to salsa.
* Update team name and email address.
* Update my copyright year range.
* Declare Standards-Version: 4.3.0 (no changes required).
-- Nicholas D Steeves <nsteeves@gmail.com> Sat, 09 Feb 2019 00:04:02 -0700
visual-fill-column (1.11-2) unstable; urgency=medium
* debian/control: update to current pkg-emacsen standards.
- Bump Standards-Version to 4.1.0 (no changes needed)
- Drop dep on emacsen-common (now provided by ${misc:Depends)
- Drop Enhances: emacs24
* debian/watch: update to current pkg-emacsen standards.
- Stop using "mode=git"
-- Nicholas D Steeves <nsteeves@gmail.com> Sun, 24 Sep 2017 13:08:00 -0400
visual-fill-column (1.11-1) unstable; urgency=medium
* Initial release. (Closes: #861687)
* Add 0001-Update-claimed-version-important-for-integration-wit.patch
- Provides the correct version to GNU ELPA and MELPA to prevent
potential dependency resolution issues.
-- Nicholas D Steeves <nsteeves@gmail.com> Sun, 11 Jun 2017 15:20:24 -0400
|