Statistics
| Revision:

root / NEWS-2.0 @ 2798

History | View | Annotate | Download (12.8 kB)

1 50 hiro
Changes of Sylpheed
2 50 hiro
3 451 hiro
* 2.0.0
4 451 hiro
5 451 hiro
    * This is the first release of GTK2-based stable version.
6 451 hiro
7 443 hiro
* 2.0.0rc
8 443 hiro
9 443 hiro
    * The IMAP4rev1 code conversion was fixed so that it can handle folder
10 443 hiro
      names that include '+' correctly.
11 443 hiro
    * The correct row is selected after moving or deleting a message now when
12 443 hiro
      sorting is enabled.
13 443 hiro
    * The line-wrap of composition was modified so that it doesn't break line
14 443 hiro
      after '/' (slash) to protect file path etc.
15 443 hiro
    * The duplicated insertion when a text file is dragged onto the
16 443 hiro
      composition window was fixed.
17 445 hiro
    * The cache discrepancy problem of the draft folder was fixed.
18 443 hiro
    * Temporary files are now cleaned up also on startup.
19 443 hiro
20 431 hiro
* 2.0.0beta6
21 431 hiro
22 431 hiro
    * A new application icon was added, and it is now used as a default window
23 431 hiro
      icon.
24 431 hiro
    * A margin was added for the summary view when scrolling.
25 431 hiro
    * The folder selection dialog now displays new/unread information for each
26 431 hiro
      folders.
27 431 hiro
    * The displayed file size of attachments became more accurate.
28 431 hiro
    * The filter rules are now modified after folders are moved.
29 431 hiro
    * Several alert dialogs were modified.
30 431 hiro
    * The line-wrap of composition was modified so that it doesn't break line
31 431 hiro
      after '-' (hyphen) to protect e-mail address etc.
32 431 hiro
    * UTF-8 text file is now properly inserted in composition window.
33 431 hiro
    * The Content-Type's charset is used as a fallback encoding of broken
34 431 hiro
      header strings on reply.
35 431 hiro
    * The problem was fixed that signature was not switched properly by the
36 431 hiro
      account selection in re-edit mode or after editing with external editor.
37 431 hiro
    * Attached files without text/* as the Content-Type is not uncanonicalized
38 431 hiro
      anymore.
39 431 hiro
    * The URI parser of the text view was modified.
40 431 hiro
    * The cache discrepancy problem of the queue folder was fixed.
41 431 hiro
42 410 hiro
* 2.0.0beta5
43 410 hiro
44 410 hiro
    * The order of the buttons of dialogs now complies with GNOME Human
45 410 hiro
      Interface Guidelines (configurable with 'Common preferences/Interface/
46 410 hiro
      Make the order of buttons comply with GNOME HIG').
47 410 hiro
    * Existing window is put in front when trying to re-edit draft/queue
48 410 hiro
      messages which are already open.
49 410 hiro
    * The toolbar and special folder icons are replaced with new png images
50 410 hiro
      which are based on GNOME icon theme.
51 410 hiro
    * The Sylpheed logo of the about dialog was replaced with new one.
52 412 hiro
    * The crash when cancelling the file selection dialog of vCard/JPilot
53 412 hiro
      by Escape key was fixed.
54 410 hiro
55 394 hiro
* 2.0.0beta4
56 394 hiro
57 394 hiro
    * The feature to move folders within the same mailbox was implemented.
58 394 hiro
    * The flag changes by manual filtering on IMAP4 folders are now reflected
59 394 hiro
      to IMAP4 server.
60 394 hiro
    * A warning is displayed on the first run if the locale encoding is not
61 394 hiro
      UTF-8 but the environmental variable G_FILENAME_ENCODING is not set.
62 394 hiro
    * A warning is displayed when sending message if it exceeds the hard line
63 394 hiro
      length limit (998 bytes).
64 394 hiro
    * Other minor bugs were fixed.
65 394 hiro
66 362 hiro
* 2.0.0beta3
67 362 hiro
68 362 hiro
    * The strict checking of the integrity of summary caches was disabled by
69 362 hiro
      default, and the performance of displaying summary was improved.
70 363 hiro
    * The columns of the summary view became reorderable by drag and drop.
71 362 hiro
    * An option to execute command when new messages arrive was added.
72 369 hiro
    * 'Compose new message', 'Add to address book' and 'Open with Web browser'
73 369 hiro
      was added to the context menu of the text view.
74 362 hiro
    * Encryption is enabled by default when replying to encrypted messages.
75 362 hiro
    * GPGME and OpenSSL support are now enabled by default.
76 362 hiro
    * The bug that caused failure of parsing IMAP4 response if embedded null
77 362 hiro
      characters appeared in message headers.
78 362 hiro
    * Selected text is used on reply even if the Attachment tab is selected.
79 367 hiro
    * The quote color setting dialog works properly now.
80 362 hiro
81 348 hiro
* 2.0.0beta2
82 348 hiro
83 348 hiro
    * The junk mail filter setting was integrated into the common preferences,
84 348 hiro
      and 'Tools/Filter junk mails' menus were added.
85 348 hiro
    * The behavior of the flag search was modified.
86 348 hiro
    * The bug that the change of color labels was not saved was fixed.
87 348 hiro
    * The 'Insert signature' on the composition window now replaces the
88 348 hiro
      current signature, or add a new one to the buttom.
89 348 hiro
    * The bug that MIME headers were not properly parsed on some locales
90 348 hiro
      (such as Turkish) was fixed.
91 348 hiro
    * A possible crash when moving/deleting messages while the summary is
92 348 hiro
      sorted was fixed.
93 348 hiro
    * Wrong display of unread message number on some condition was fixed.
94 348 hiro
    * The scroll position of the summary when opening folders was fixed.
95 348 hiro
    * Sending messages by external command now checks for its exit status.
96 348 hiro
97 323 hiro
* 2.0.0beta1
98 323 hiro
99 323 hiro
    * A feature to assist junk mail control was added.
100 323 hiro
    * An option to apply filter rules to sent messages was added.
101 323 hiro
    * The progress dialog was reimplemented using GtkTreeView.
102 323 hiro
    * The selection handling of the summary view was optimized a bit.
103 323 hiro
    * The drag and drop from the summary view was improved.
104 323 hiro
    * The Japanese auto-detection is always enabled if the locale string
105 323 hiro
      begins with "ja".
106 323 hiro
    * Hebrew encodings support was added.
107 325 hiro
    * Lithuanian translation was added.
108 323 hiro
    * The scanning of folders right after an IMAP4 account is created was
109 323 hiro
      disabled for performance issue.
110 323 hiro
    * Currently selected messages are skipped now when searching unread
111 323 hiro
      messages.
112 323 hiro
    * The typeahead search of the summary view was disabled.
113 323 hiro
    * The sylpheed.spec file was updated.
114 323 hiro
    * Several bugs were fixed.
115 323 hiro
116 295 hiro
* 1.9.12 (development)
117 295 hiro
118 295 hiro
    * The MIME view and the attachment list of the compose window were
119 295 hiro
      reimplemented using GtkTreeView.
120 295 hiro
    * An option to toggle cursor in the message view was added.
121 295 hiro
    * The backward search button was added to the summary and message search
122 295 hiro
      dialog.
123 295 hiro
    * The PGP Sign and Encrypt check button were added to the compose window.
124 295 hiro
    * The drag and drop of messages in the summary view to external
125 295 hiro
      applications was enabled.
126 295 hiro
    * The writing of summary cache and mark was optimized so that it will be
127 295 hiro
      written only if it is required.
128 295 hiro
    * The ~/.sylpheed-2.0/tmp/ directory is cleaned up on exit now.
129 295 hiro
    * Errors are detected now when messages are sent with sendmail command.
130 295 hiro
    * The phishing URL checking was modified so that it works even if
131 295 hiro
      non-ascii space is put at the head of link strings.
132 295 hiro
    * Several bugs of the summary view were fixed.
133 295 hiro
    * The column width of the folder view is now remembered.
134 295 hiro
    * The drag and drop of attached files with non-ascii filename was fixed.
135 295 hiro
    * The attaching of files with locale-encoded filename by drag and drop
136 295 hiro
      was fixed.
137 295 hiro
    * A bug that caused crash when timeout happened while scanning IMAP4
138 295 hiro
      folder tree was fixed.
139 295 hiro
    * On IMAP4, a bug that only the first response of the SEARCH command was
140 295 hiro
      recognized was fixed.
141 295 hiro
    * Bcc header fields in mailto URL are no longer interpreted to conform to
142 295 hiro
      RFC 2368.
143 295 hiro
144 263 hiro
* 1.9.11 (development)
145 263 hiro
146 263 hiro
    * The bug that Return, Space and Delete key were ignored when multiple
147 263 hiro
      messages were selected was fixed.
148 263 hiro
    * A compile error was fixed.
149 263 hiro
    * The selection problem after the change of the contents of the summary
150 263 hiro
      was fixed.
151 263 hiro
    * The bug that prohibited the resizing of the summary columns was fixed.
152 263 hiro
    * The bug that the summary view couldn't be scrolled after expanding a
153 263 hiro
      thread at the bottom of the view was fixed.
154 263 hiro
155 252 hiro
* 1.9.10 (development)
156 252 hiro
157 252 hiro
    * The summary view was reimplemented using GtkTreeView.
158 252 hiro
    * The performance of the update of the statusbar was improved.
159 252 hiro
    * The CRAM-MD5 is preferred now on IMAP4 automatic authentication.
160 252 hiro
    * Messages selected with 'View/Go to' will not open now if the message
161 252 hiro
      view is hidden.
162 252 hiro
    * The default message font was changed to Monospace 12.
163 252 hiro
    * A redraw problem of the text view on smooth scroll was fixed.
164 252 hiro
    * Several bugs of the folder view were fixed.
165 252 hiro
166 222 hiro
* 1.9.9 (development)
167 222 hiro
168 222 hiro
    * The memory usage when sending messages was reduced.
169 222 hiro
    * The crash when ~/.gnupg not exist was fixed.
170 222 hiro
    * A compile error with GTK+ 2.4 was fixed.
171 222 hiro
    * Some bugs of the folder view were fixed.
172 222 hiro
    * A problem that the Emacs gtk-key-theme didn't work on composition was
173 222 hiro
      fixed.
174 222 hiro
175 208 hiro
* 1.9.8 (development)
176 208 hiro
177 213 hiro
    * The filter preferences dialog, the edit account dialog, and the folder
178 213 hiro
      view were reimplemented using GtkTreeView.
179 213 hiro
    * Auto-scroll on DnD was implemented.
180 213 hiro
    * GBK encoding is supported.
181 213 hiro
    * The broken PLAIN authentication for SMTP AUTH was fixed.
182 213 hiro
    * A workaround for some SMTP servers, which terminate connection right
183 213 hiro
      after QUIT command was sent, was made.
184 213 hiro
    * Clear-signed messages are not MIME-encoded anymore.
185 208 hiro
    * The line-wrapping of composition window was modified not to screw up
186 208 hiro
      itemized lines.
187 208 hiro
188 192 hiro
* 1.9.7 (development)
189 192 hiro
190 192 hiro
    * The outgoing encoding can be changed on composition temporarily now.
191 192 hiro
    * The folder selection dialog was reimplemented using GtkTreeView.
192 192 hiro
    * An option that specifies whether to render HTML as text or not was added.
193 192 hiro
    * The state of the expander of the file save dialog is now remembered.
194 192 hiro
    * Every message-ids in References: header is now used for message
195 192 hiro
      threading.
196 192 hiro
    * The internal code conversion API has been changed.
197 192 hiro
    * A possible crash on re-editing draft, queue and sent messages was fixed.
198 192 hiro
    * The error checking of Japanese code conversion also became strict.
199 192 hiro
    * An empty Reply-To: header is now ignored.
200 192 hiro
201 164 hiro
* 1.9.6 (development)
202 164 hiro
203 164 hiro
    * Multiple files can be attached to the composition window all at once now.
204 170 hiro
    * In the file selection dialog, last opened directories are now remembered
205 170 hiro
      for each operations.
206 164 hiro
    * Inline images are now resized to fit window.
207 164 hiro
    * 'Save this image as...' was added to the context menu of inline images.
208 170 hiro
    * PLAIN authentication method was implemented for SMTP AUTH.
209 164 hiro
    * The switching between text and MIME view became smoother.
210 164 hiro
    * A workaround for huge slow down when displaying extremely long lines
211 164 hiro
      was made.
212 164 hiro
    * The replacement of signatures when switching accounts in the composition
213 164 hiro
      dialog became stabilied.
214 170 hiro
    * Error checking of code conversion on sending became strict.
215 164 hiro
    * Bugfixes have been made for MIME view, message view, auto-wrapping
216 164 hiro
      and GPG passphrase dialog.
217 164 hiro
218 150 hiro
* 1.9.5 (development)
219 150 hiro
220 150 hiro
    * A buffer overflow which occurred when replying to a message with
221 150 hiro
      certain headers which contain non-ascii characters was fixed.
222 150 hiro
    * A workaround for not MIME-encoded headers was made.
223 150 hiro
224 142 hiro
* 1.9.4 (development)
225 142 hiro
226 142 hiro
    * The bug in SSL connection which brought on sporadic crashes and errors
227 142 hiro
      were fixed.
228 142 hiro
    * The user-interface of MIME view was improved, and its several bugs were
229 142 hiro
      fixed.
230 142 hiro
    * Miscellaneous dialogs were modified.
231 142 hiro
      - The design of alert dialog was modified to fit other Gtk2
232 142 hiro
        applications (not yet HIG compliant, though).
233 142 hiro
      - The file selection dialog was replaced with GtkFileChooserDialog.
234 142 hiro
    * The line number limit of the log window was re-enabled.
235 142 hiro
    * Text for printing is now output with locale encoding.
236 142 hiro
    * The incompatibility of PGP signature between gnupg-1.2 and 1.4 when
237 142 hiro
      attached text has trailing spaces was fixed.
238 142 hiro
    * Locale encoding is now assumed for unencoded header strings on display.
239 142 hiro
    * The version of GLib and GTK is now checked on configure.
240 142 hiro
    * Code cleanups were made.
241 142 hiro
    * Some minor bugs have been fixed.
242 142 hiro
243 119 hiro
* 1.9.3 (development)
244 119 hiro
245 119 hiro
    * The line-wrapping function has been reimplemented.
246 119 hiro
      - The i18n is now fully supported.
247 119 hiro
      - Proper line-breaking is enabled.
248 119 hiro
      - It actually complies with the 'Wrap quotation' option now.
249 119 hiro
    * 'Copy this link' has been added to the context menu of text view.
250 119 hiro
    * The incompatibility of PGP signature between gnupg-1.2 and 1.4 occurred
251 119 hiro
      when trailing spaces appeared has been fixed.
252 119 hiro
    * A bug that attached files with non-ascii filename couldn't be opened
253 119 hiro
      has been fixed.
254 119 hiro
    * Some minor bugs have been fixed.
255 119 hiro
256 103 hiro
* 1.9.2 (development)
257 103 hiro
258 103 hiro
    * The inline image display has been implemented.
259 103 hiro
    * The processing of hypertext has been improved.
260 103 hiro
    * The message text search has been reimplemented.
261 103 hiro
    * The popup of windows has been improved.
262 103 hiro
    * Non-UTF8 filename handling of the file selection dialog has been fixed.
263 103 hiro
264 84 hiro
* 1.9.1 (development)
265 84 hiro
266 84 hiro
    * The bug that quoted texts were corrupted on replying or forwarding
267 84 hiro
      while auto-wrapping was enabled has been fixed.
268 84 hiro
    * The help message is now converted to locale encding.
269 84 hiro
    * The sylpheed.spec file has been fixed.
270 87 hiro
    * The documents have been updated.
271 84 hiro
272 64 hiro
* 1.9.0 (development)
273 50 hiro
274 63 hiro
    * This is the first release of GTK2 development version.
275 63 hiro
    * From GTK2 feature:
276 63 hiro
      - Multilingualization (m17n) has been supported.
277 63 hiro
      - Anti-aliased font has been supported.
278 65 hiro
      - Many glitches related to font management have been solved.
279 65 hiro
      - The user-interface has been improved in many respects.
280 65 hiro
    * Gpgme-1.0 has been supported.
281 65 hiro
      - A warning is displayed if a key for encryption is untrusted.
282 65 hiro
      - The status of signature validity became more descriptive.
283 65 hiro
      - Signatures inside nested multipart are now recognized.