/offlineimap/head: changeset 176

This is release 3.1.1. Fixed a typo in the manual: Tk.TKUI -> Tk.TkUI.
Noted the new version and release time in the changelog and in
version.py. Rebuilt the documentation. Feed the cats, watered the
plants, backed up /dev/null.
This commit is contained in:
jgoerzen 2002-07-24 18:46:18 +01:00
parent 6605337cb1
commit 81801f454e
7 changed files with 15 additions and 12 deletions

View File

@ -7,8 +7,11 @@ offlineimap (3.1.1) unstable; urgency=low
make sure to handle thread's exception messages before a thread exited.
* Replaced imaplib.py's braindead readline() with a more efficient one.
* More optimizations to imaputil and folders for faster operation.
* These optimizations, all together, have resulted in OfflineIMAP
using approximately half the CPU time of previous versions, fixing
[complete.org #6], and... Closes: #153503.
-- John Goerzen <jgoerzen@complete.org> Tue, 23 Jul 2002 06:53:16 -0500
-- John Goerzen <jgoerzen@complete.org> Wed, 24 Jul 2002 06:53:16 -0500
offlineimap (3.1.0) unstable; urgency=low

View File

@ -25,7 +25,7 @@
<hr>
<!-- Creator : groff version 1.17.2 -->
<!-- CreationDate: Mon Jul 22 15:46:54 2002 -->
<!-- CreationDate: Wed Jul 24 07:44:16 2002 -->
<a name="NAME"></a>
<h2>NAME</h2>
<table width="100%" border=0 rules="none" frame="void"
@ -434,7 +434,7 @@ be. Use this option with care.</td></table>
cols="2" cellspacing="0" cellpadding="0">
<tr valign="top" align="left">
<td width="21%"></td><td width="79%">
The pre-defined options are <b>Tk.TKUI</b> (a graphical
The pre-defined options are <b>Tk.TkUI</b> (a graphical
interface), <b>TTY.TTYUI</b> (a text-mode interface),
<b>Noninteractive.Basic</b> (a non-interactive mode suitable
for cronning), and <b>Noninteractive.Quiet</b> (a mode that

Binary file not shown.

View File

@ -1,6 +1,6 @@
%!PS-Adobe-3.0
%%Creator: groff version 1.17.2
%%CreationDate: Mon Jul 22 15:46:51 2002
%%CreationDate: Wed Jul 24 07:44:13 2002
%%DocumentNeededResources: font Times-Roman
%%+ font Times-Bold
%%+ font Times-Italic
@ -439,9 +439,9 @@ F0(Run only once, ignoring an)25.3 E 2.5(ya)-.15 G
(will be forced to be used, e)2.78 F -.15(ve)-.25 G 2.781(ni).15 G 2.781
(fi)-2.781 G(ts)-2.781 E F1(isuable\(\))2.781 E F0(method)2.781 E
(states that it cannot be.)144 206.4 Q(Use this option with care.)5 E
1.485(The pre-de\214ned options are)144 223.2 R F1(Tk.TKUI)3.985 E F0
1.485(\(a graphical interf)3.985 F(ace\),)-.1 E F1(TTY)3.984 E(.TTYUI)
-.92 E F0 1.484(\(a te)3.984 F 1.484(xt-mode inter)-.15 F(-)-.2 E -.1
1.687(The pre-de\214ned options are)144 223.2 R F1(Tk.TkUI)4.187 E F0
1.686(\(a graphical interf)4.186 F(ace\),)-.1 E F1(TTY)4.186 E(.TTYUI)
-.92 E F0 1.686(\(a te)4.186 F 1.686(xt-mode inter)-.15 F(-)-.2 E -.1
(fa)144 235.2 S(ce\),).1 E F1(Noninteracti)5.044 E -.1(ve)-.1 G(.Basic)
.1 E F0 2.544(\(a non-interacti)5.044 F 2.844 -.15(ve m)-.25 H 2.545
(ode suitable for cronning\), and).15 F F1(Noninterac-)5.045 E(ti)144

View File

@ -202,7 +202,7 @@ OPTIONS
states that it cannot be. Use this option with
care.
The pre-defined options are Tk.TKUI (a graphical
The pre-defined options are Tk.TkUI (a graphical
interface), TTY.TTYUI (a text-mode interface), Non-
interactive.Basic (a non-interactive mode suitable
for cronning), and Noninteractive.Quiet (a mode

View File

@ -275,7 +275,7 @@ will be forced to be used, even if its
method states that it cannot be. Use this option with care.
.IP
The pre-defined options are
.B Tk.TKUI
.B Tk.TkUI
(a graphical interface),
.B TTY.TTYUI
(a text-mode interface),

View File

@ -1,8 +1,8 @@
productname = 'OfflineIMAP'
versionstr = "3.1.0"
revno = long('$Rev: 165 $'[6:-2])
versionstr = "3.1.1"
revno = long('$Rev: 176 $'[6:-2])
revstr = "Rev %d" % revno
datestr = '$Date: 2002-07-22 15:50:14 -0500 (Mon, 22 Jul 2002) $'
datestr = '$Date: 2002-07-24 07:46:18 -0500 (Wed, 24 Jul 2002) $'
versionlist = versionstr.split(".")