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
|
xlbiff (4.6.5-1) unstable; urgency=low
* test automation: nmh 1.8-RC2 requires non-empty $HOME (closes: #1029752)
-- Stephen Gildea <stepheng+debian@gildea.com> Mon, 30 Jan 2023 13:19:10 -0800
xlbiff (4.6.4-1) unstable; urgency=low
* Set window type to Notification so it doesn't steal the focus on popup.
* Expand internal buffer to handle multi-byte characters.
* Option -debug now takes a debug level.
* Handle unquoted literals in bodystructure response from IMAP server.
* Handle non-fuzzy preview from recent IMAP servers.
* Handle folded Subject lines.
* Policy updated to 4.6.2 (no changes)
-- Stephen Gildea <stepheng+debian@gildea.com> Tue, 24 Jan 2023 16:41:00 -0800
xlbiff (4.6.3-1) unstable; urgency=low
* Developers: Disable automatic runs of flaky windowing test.
Test was introduced in version 4.5.4-1.
-- Stephen Gildea <stepheng+debian@gildea.com> Sun, 16 Jan 2022 10:16:48 -0800
xlbiff (4.6.2-1) unstable; urgency=low
* Developers: Tests do not write soft failures to stderr
-- Stephen Gildea <stepheng+debian@gildea.com> Fri, 14 Jan 2022 12:01:13 -0800
xlbiff (4.6.1-1) unstable; urgency=low
* Maildir format for local mailbox is supported by mailbox-preview.
* mailbox-preview has other minor improvements.
* Developers: tests fixed to work without a merged /usr partition.
-- Stephen Gildea <stepheng+debian@gildea.com> Thu, 13 Jan 2022 21:53:58 -0800
xlbiff (4.6-1) unstable; urgency=low
* mailbox-preview: new script to support IMAP
* scanCommand accepts a "rows" parameter with additional %d
* xlbiff.form moved to nmh's config directory and used by default
* Developers: test logging and robustness improved
-- Stephen Gildea <stepheng+debian@gildea.com> Sat, 01 Jan 2022 20:18:28 -0800
xlbiff (4.5.6-1) unstable; urgency=low
* Tests use Xvfb directly, eliminating xvfb-run script
* debian/watch does not need filenamemangle option, as noted by lintian
-- Stephen Gildea <stepheng+debian@gildea.com> Sun, 28 Nov 2021 21:26:36 -0800
xlbiff (4.5.5-1) unstable; urgency=low
* Decode RFC 2047 (MIME-encoded) "From" and "Subject" headers in xlbiff.form
* Tune flakiness in windowing test
-- Stephen Gildea <stepheng+debian@gildea.com> Sun, 21 Nov 2021 08:17:59 -0800
xlbiff (4.5.4-2) unstable; urgency=low
* procps package is needed by "windowing" test for "ps"
-- Stephen Gildea <stepheng+debian@gildea.com> Thu, 18 Nov 2021 07:10:00 -0800
xlbiff (4.5.4-1) unstable; urgency=low
* Test the window behavior of Popup and Popdown
-- Stephen Gildea <stepheng+debian@gildea.com> Wed, 17 Nov 2021 20:54:15 -0800
xlbiff (4.5.3-1) unstable; urgency=low
* Window no longer moves with -bottom and a window manager running
when mailerCommand does not change the mailbox
* Refresh time is now honored and -ledPopdown works with -bottom
* mailer() action always re-checks for mail, even with no mailerCommand
* Intervals can be floating point: -update, -fade, and -refresh
* Null-terminate message scan output (error found by Coverity Scan)
* Policy updated to 4.6.0 (no changes)
-- Stephen Gildea <stepheng+debian@gildea.com> Thu, 28 Oct 2021 20:34:52 -0700
xlbiff (4.5.2-1) unstable; urgency=low
* Popup problem fixed where a screen size change would move the
xlbiff widget as needed but then realize it even if it was
supposed to be unrealized. Bug introduced in version 4.5-1.
* Documentation improvements:
- "Customizing" section moved from README.md to man page.
- README.md removed from package; it is all about installing now.
- TODO file removed from package; TODO is for developers, not users.
- Reword package description to not use "I", which sets off lintian.
-- Stephen Gildea <stepheng+debian@gildea.com> Mon, 12 Apr 2021 22:25:39 -0700
xlbiff (4.5.1-2) unstable; urgency=low
* watch file updated for new GitHub URLs, which are now of the form
href="/edsantiago/xlbiff/archive/refs/tags/debian/4.5.1-2.tar.gz"
-- Stephen Gildea <stepheng+debian@gildea.com> Mon, 22 Mar 2021 22:16:25 -0700
xlbiff (4.5.1-1) unstable; urgency=low
* Description in manual, README, and debian/control updated
* recommend xfonts-base instead of depending on it; lintian says
packages must not depend on an X font package
* Vcs-Git path should end with ".git/", according to lintian
* README.md is new name for README file, now in Markdown format
-- Stephen Gildea <stepheng+debian@gildea.com> Mon, 01 Feb 2021 22:42:04 -0800
xlbiff (4.5-1) unstable; urgency=low
* handle screen size changes so "xlbiff -bottom" stays at screen bottom
* standards version 4.5.1 (no changes)
-- Stephen Gildea <stepheng+debian@gildea.com> Mon, 07 Dec 2020 21:49:05 -0800
xlbiff (4.4-1) unstable; urgency=low
* scanCommand works even if user has not run mh-install (closes: #743835)
* autopkgtest added for the new wrapper for scan
* depend on xfonts-base, because X resources names a specific font
* build with hardening=+all for "bindnow" linker flag
-- Stephen Gildea <stepheng+debian@gildea.com> Sun, 01 Nov 2020 20:48:22 -0800
xlbiff (4.3-2) unstable; urgency=low
* debian/watch file added
* Homepage field added to debian/control
* dh_strip --no-automatic-dbgsym removed from debian/rules
-- Stephen Gildea <stepheng+debian@gildea.com> Sat, 26 Sep 2020 15:29:45 -0700
xlbiff (4.3-1) unstable; urgency=low
* new maintainer (closes: #485647)
* new upstream version:
- rename manual page from xlbiff.1x to xlbiff.1
- change default mail path directory from /var/spool/mail to /var/mail
- update default font resource (#743835)
* distribute example bulk support files: README.bulk, Bcheck, Bscan
* remove xlbiff.form from /usr/share/doc; it is already in /usr/share/mh
-- Stephen Gildea <stepheng+debian@gildea.com> Wed, 09 Sep 2020 21:01:52 -0700
xlbiff (4.1-7) unstable; urgency=low
* set maintainer to Debian QA Group <packages@qa.debian.org>
package is orphaned (#485647)
-- Christoph Martin <christoph.martin@uni-mainz.de> Tue, 24 May 2011 21:02:01 +0200
xlbiff (4.1-6) unstable; urgency=low
* correct maintainer email
-- Christoph Martin <Christoph.Martin@Uni-Mainz.DE> Wed, 18 Jun 2008 10:56:41 +0200
xlbiff (4.1-5) unstable; urgency=low
* fix lintian warnings
* change to debhelper version 5
* bump standards version (no changes)
* change build-depends to xutils-dev (closes: #485713)
* remove call to strip (closes: #438303)
-- Christoph Martin <Christoph.Martin@Uni-Mainz.DE> Tue, 17 Jun 2008 18:44:21 +0200
xlbiff (4.1-4) unstable; urgency=low
* change paths from /usr/X11R6/ to /usr (closes: #395927)
-- Christoph Martin <christoph.martin@uni-mainz.de> Mon, 30 Oct 2006 12:30:07 +0100
xlbiff (4.1-3) unstable; urgency=low
* rebuild because arm autobuilder failed to build it because of a
misconfiguration of the autobuilder at that time and nobody of the
autobuilder maintainers reacted to my mails to have it rebuild
* (from 4.1-2) fix build process to make it run with x.org (closes:
#347146, #370326)
-- Christoph Martin <christoph.martin@uni-mainz.de> Mon, 11 Sep 2006 15:25:01 +0200
xlbiff (4.1-2) unstable; urgency=low
* fix build process to make it run with x.org (closes: #347146, #370326)
-- Christoph Martin <christoph.martin@uni-mainz.de> Mon, 12 Jun 2006 14:11:54 +0200
xlbiff (4.1-1) unstable; urgency=low
* new upstream version
+ add *mailerCommand resource and functionality
* updated copyright and control information
-- Christoph Martin <christoph.martin@uni-mainz.de> Mon, 17 Nov 2003 13:52:19 +0100
xlbiff (3.0-7) unstable; urgency=low
* change default scancommand to full path of /usr/bin/mh/scan as it is
not in the PATH (closes: #139725)
* corrected spelling errors in description (closes: #125548)
-- Christoph Martin <christoph.martin@uni-mainz.de> Fri, 4 Oct 2002 17:43:19 +0200
xlbiff (3.0-6) unstable; urgency=low
* added missing builddepends (closes: #119832)
-- Christoph Martin <christoph.martin@uni-mainz.de> Sat, 10 Nov 2001 16:05:54 +0100
xlbiff (3.0-5) unstable; urgency=low
* depend on nmh | mh (closes: #118685)
* don't include /usr/X11R6/lib/X11/app-defaults (closes: #91958)
-- Christoph Martin <christoph.martin@uni-mainz.de> Thu, 8 Nov 2001 17:58:48 +0100
xlbiff (3.0-4) unstable; urgency=high
* build for xfree86-4 (closes: #86311)
* introduce dephelpers
-- Christoph Martin <christoph.martin@uni-mainz.de> Sat, 17 Feb 2001 15:36:02 +0100
xlbiff (3.0-3) unstable; urgency=low
* Added copyright notice (Bug #21942), no changes in the code or install
scripts
-- Christoph Martin <christoph.martin@uni-mainz.de> Fri, 19 Jun 1998 16:34:46 +0200
xlbiff (3.0-2) frozen unstable; urgency=low
* Corrected synopsis line (bug #18034)
* Corrected some permissions lintian warns about
-- Christoph Martin <christoph.martin@uni-mainz.de> Sat, 28 Mar 1998 13:40:52 +0100
xlbiff (3.0-1) unstable; urgency=low
* Initial Release.
-- Christoph Martin <christoph.martin@uni-mainz.de> Fri, 16 Jan 1998 21:48:57 +0100
|