-
Notifications
You must be signed in to change notification settings - Fork 4
/
NEWS
130 lines (115 loc) · 5.47 KB
/
NEWS
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
1.3.1 (2023-04-20)
=====
- Update copyright year
- Remove deprecated project files
- Add remote-event functionality - fixes #51
- build: Fix autotools warnings
- Fix remaining blurry icons when UI scale > 1
- Add GitLab pipeline
- Use "logo-icon-name" instead of "logo" in about dialog
- Remove soon-to-be-deprecated exo-string functions
- Fix intltool lock file problem during make distcheck
- Update COPYING
- Fix compilation warnings
- autoconf: Some updates
- Update `.gitignore`
- Add "View Log..." menu item
- Update log status on force mail update
- Fix missing-prototypes
- Translation Updates:
Albanian, Arabic, Basque, Belarusian, Bulgarian, Catalan, Chinese
(China), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, English
(Australia), English (United Kingdom), Finnish, French, Galician,
German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Interlingue,
Italian, Japanese, Korean, Latvian, Lithuanian, Malay, Norwegian
Bokmål, Occitan (post 1500), Polish, Portuguese, Portuguese
(Brazil), Russian, Serbian, Slovak, Slovenian, Spanish, Swedish,
Thai, Turkish, Ukrainian, Urdu, Urdu (Pakistan), Uyghur, Vietnamese
1.3.0
======
- GTK 3 Port
- Remove Libgcrypt dependency
- Move "watching" column to the left to avoid overlapping with scrollbar
- Add support for XfceTitledDialog new API
- Fix cast to pointer
- Replace deprecated GTimeVal
- Update URLs from goodies.x.o to docs.x.o (Bug #16167)
- Added support for multi-row/column panels in xfce4-panel > 4.9
- Fix running command on each change of the count
- Fix running an empty command
- Do not run command when new message count is 0
- Add SSL support CFLAGS and LDFLAGS conditionally
- Translation Updates:
Albanian, Arabic, Asturian, Basque, Belarusian, Bulgarian, Catalan,
Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish, Dutch,
English (Australia), English (United Kingdom), Finnish, French,
Galician, German, Greek, Hebrew, Hungarian, Icelandic, Indonesian,
Interlingue, Italian, Japanese, Korean, Latvian, Lithuanian, Malay,
Norwegian Bokmål, Occitan (post 1500), Polish, Portuguese,
Portuguese (Brazil), Russian, Serbian, Slovak, Slovenian, Spanish,
Swedish, Thai, Turkish, Ukrainian, Urdu, Urdu (Pakistan), Uyghur,
Vietnamese
1.2.0 (24 Oct 2013)
===================
- Fix recieving data from multiple packets.
- Port to libxfce4ui.
- Fix compilation and linking with libgcrypt.
- Fix compilation error when using gnutls >= 3.0.3.
- Fix build when SSL is disabled.
- Also support gtk-2.12-style tooltips, and make the tooltip auto-update
in place if the status changes while the tooltip is active.
- Fix high CPU usage while checking mail (bug #4494).
- Add new help dialog with redirection.
- Remove a moved documentation.
- Add configured features to print.
- Use exo icon chooser dialog for icon selection.
- Drop the old panel support.
- Translation updates: Arabic, German, English (Australian), Spanish,
French, Croatian, Hungarian, Italian, Japanese, Korean, Dutch, Polish,
Portuguese, Portuguese (Brazilian), Russian, Serbian, Turkish, Ukranian,
Chinese (China), Chinese (Taiwan).
- Translation additions: Bulgarian.
1.1.0 (14 Sep 2008)
===================
- Fix a compiler error on some systems (bug 1822).
- Fix incorrect getaddrinfo() usage breaking use on NetBSD (bug 3767).
- Fix possible hang when reading IMAP responses when a selected folder
is later deleted or unsubscribed.
- Fix buffer size issues when reading IMAP folder contents (bug 2009).
- Fix mailcheck interval not getting saved if changed using the
keyboard rather than the mouse (bug 2386).
- Fix problems receiving full commands on IMAP accounts (bug 2416).
- Fix problems receiving full commands on POP3 accounts (bug 2013).
- Fix removed new-mail folders sometimes re-adding themselves (bug 2647).
- Display message in log about possible incorrect username/password
when IMAP or POP3 authentication fails (bug 4344).
- Clean out stale mailbox data when a mailbox is removed.
- Update the new message counts for all mailboxes on startup, rather than
waiting for the first interval timeout.
- Document the behavior of forcing a new messsage count update when the
user double-clicks the icon (patch from Maximilian Schleiss).
- Add experimental IPv6 support.
- Add an 'Update Now' menu item (bug 3908).
- Add CRAM-MD5 authentication support for POP3 and IMAP (bug 3420).
- Add about dialog.
- Network layer heavily refactored to make code more readable and fix
strange timing bugs. It's much easier to read, maintain, and debug
now. This isn't particularly user-visible, but is notable.
- Eliminated periodic wakeups to see if it's time to check mail again,
instead using a long-running timeout. A side-effect of this is that
the mail-checking threads no longer run all the time, but only when
needed. Should save a little battery life for laptop users, and
just be more resource-friendly in general.
- Allow non-square plugin buttons.
- Allow deselecting INBOX in the IMAP folder list (bug 4150).
- Use GtkFileChooserButton for mbox and maildir file/dir entries rather
than a GtkEntry+GtkButton.
1.0.1 (20 Apr 2006)
===================
- Fix a possible connection failure when using IMAPS or POP3S.
- Don't compile in the GMail mailbox type if GNUTLS is not available,
as GMail requires an SSL HTTP connection.
1.0.0 (31 Jan 2006)
===================
- Initial release. I feel pretty good about it, thus the 1.0.0 designation.
That means there are no bugs. Seriously. Ok, not really.