3f4244b6b82635825c0d228f2035231693af3fbd
[claws.git] / ChangeLog
1 2008-01-31 [colin]      3.2.0cvs72
2
3         * src/exphtmldlg.c
4         * src/mimeview.c
5         * src/summaryview.c
6                 Fix building of URIs from filenames
7
8 2008-01-31 [wwp]        3.2.0cvs71
9
10         * src/main.c
11                 Fixes debug output of compiled-in features list
12                 (completes 3.2.0cvs60).
13
14 2008-01-31 [colin]      3.2.0cvs70
15
16         * configure.ac
17         * po/POTFILES.in
18         * src/compose.c
19         * src/plugins/Makefile.am
20         * src/plugins/clamav/.cvsignore
21         * src/plugins/clamav/Makefile.am
22         * src/plugins/clamav/README
23         * src/plugins/clamav/clamav_plugin.c
24         * src/plugins/clamav/clamav_plugin.h
25         * src/plugins/clamav/clamav_plugin_gtk.c
26         * src/plugins/clamav/clamav_plugin_gtk.deps
27                 Remove the Clamav plugin from the core
28
29 2008-01-28 [wwp]        3.2.0cvs69
30
31         * src/compose.c
32         * src/prefs_template.c
33         * src/prefs_template.h
34         * src/quote_fmt.c
35         * src/quote_fmt.h
36         * src/quote_fmt_lex.l
37         * src/quote_fmt_parse.y
38                 Fix for bug #1493: count lines (\n chars) according to the way
39                 format body is passed (i.e. \-escaped or not).
40
41 2008-01-27 [paul]       3.2.0cvs68
42
43         * po/en_GB.po
44                 updated
45         * src/prefs_actions.c
46         * src/prefs_filtering.c
47         * src/prefs_folder_item.c
48         * src/prefs_template.c
49         * src/gtk/about.c
50                 some minor changes to the English
51
52 2008-01-24 [colin]      3.2.0cvs67
53
54         * src/etpan/imap-thread.c
55         * src/etpan/nntp-thread.c
56                 Fix bug 1348, 'Hang ups at exit time with 
57                 pgp plugin since 3.0.2'
58
59 2008-01-23 [colin]      3.2.0cvs66
60
61         * src/toolbar.c
62                 Fix translation of something that shouldn't be
63
64 2008-01-23 [colin]      3.2.0cvs65
65
66         * src/procmime.c
67                 Fix bug 1486, 'Re: Incorrect content when replying'
68                 Revert to full scan if short scan found only 0-length
69                 text parts
70
71 2008-01-23 [paul]       3.2.0cvs64
72
73         * src/prefs_folder_item.c
74                 fix bug 1485, 'selecting a folder's default
75                 account if name contains '&''
76
77 2008-01-23 [colin]      3.2.0cvs63
78
79         * src/folder.c
80         * src/folder.h
81         * src/main.c
82         * src/mainwindow.c
83                 Fix bug 1480, 'should be able to display mail file
84                 from command line'. Let 'claws-mail --select' accept
85                 absolute paths in addition to folder identifiers.
86
87 2008-01-22 [wwp]        3.2.0cvs62
88
89         * src/account.c
90         * src/account.h
91         * src/compose.c
92         * src/messageview.c
93         * src/summaryview.c
94         * src/common/utils.c
95         * src/common/utils.h
96                 Allow from=address in mailto sequence:
97                   --compose 'recipient@foo.bar?from=i-sent-spam@foo.bar&subject=enlarge-your-ahum&body=body-body'
98                   The 'from' will try to select the first account matching in accounts list,
99                   otherwise will use the usual account selection mechanism but override with
100                   this 'from' address.
101                 Allow mailto with NNTP accounts
102                   mailto is now possible w/ NNTP account - if mailto is used when a NNTP account
103                   is the default one or if a NNTP account address is used with 'from'.
104                   This is more or less a bugfix as it was possible to use mailto with a NNTP
105                   default account but the complete mailto sequence was put in To.
106
107 2008-01-22 [wwp]        3.2.0cvs61
108
109         * doc/man/claws-mail.1
110                 Updated the man page: status of few features, command-line
111                 usage (--version-full) and completed list of config files
112                 and dirs.
113
114 2008-01-22 [wwp]        3.2.0cvs60
115
116         * src/main.c
117                 Added --version-full to display version and compiled-in
118                 features list (for later use by Clawsker for instance).
119
120 2008-01-22 [holger]     3.2.0cvs59
121
122         * src/addrduplicates.c
123                 Fix scrolling in addressbook duplicate
124                 finder result dialog
125
126 2008-01-21 [colin]      3.2.0cvs58
127
128         * src/summaryview.c
129                 Fix bug 1457, 'sorting messages on, say, from, 
130                 should subsort on previous sort choice'. Subsort
131                 by date when sort is Subject, From, To, Tags.
132
133 2008-01-21 [colin]      3.2.0cvs57
134
135         * AUTHORS
136         * src/matcher.c
137         * src/mimeview.c
138         * src/common/ssl.c
139         * src/gtk/authors.h
140                 Fix bug 1478, 'Wrong pthread_create calls all 
141                 over the place'. Patch by Christian Cornelssen
142
143 2008-01-20 [colin]      3.2.0cvs56
144
145         * src/imap.c
146         * src/etpan/imap-thread.c
147         * src/etpan/imap-thread.h
148                 Fix bug 1468, 'Use IMAP keyword to 
149                 store "forwarded" flag'
150
151 2008-01-20 [colin]      3.2.0cvs55
152
153         * src/folderutils.c
154                 Make list operations faster
155
156 2008-01-20 [colin]      3.2.0cvs54
157
158         * src/mainwindow.c
159                 Fix bug 1353, 'on startup with small screen 
160                 layout, keyboard input gets lost'
161
162 2008-01-20 [colin]      3.2.0cvs53
163
164         * src/textview.c
165                 Complete 3.2.0cvs49, and fixes bug 1477, 
166                 'Claws Mail crashes when view PGP-encrypted 
167                 message'
168
169 2008-01-20 [colin]      3.2.0cvs52
170
171         * src/compose.c
172                 Fix privacy menu update when replying to
173                 encrypted mail and no default privacy 
174                 system is set
175
176 2008-01-19 [colin]      3.2.0cvs51
177
178         * src/filtering.c
179         * src/procmsg.h
180         * src/plugins/bogofilter/bogofilter.c
181         * src/plugins/clamav/clamav_plugin.c
182         * src/plugins/spamassassin/spamassassin.c
183                 Batch filtering deletions too (and save 4 bytes
184                 per MsgInfo in the process :)
185
186 2008-01-19 [colin]      3.2.0cvs50
187
188         * src/folder.c
189                 Make cache update after copies much faster
190                 on IMAP
191
192 2008-01-19 [colin]      3.2.0cvs49
193
194         * src/textview.c
195                 Check g_fopen() success
196
197 2008-01-17 [wwp]        3.2.0cvs48
198
199         * manual/faq.xml
200         * manual/es/faq.xml
201         * manual/fr/faq.xml
202         * manual/pl/faq.xml
203                 Sylpheed? No idea what this means.
204
205 2008-01-17 [colin]      3.2.0cvs47
206
207         * src/gtk/gtksctree.c
208                 Make dnd threshold higher on Maemo
209
210 2008-01-16 [colin]      3.2.0cvs46
211
212         * src/common/passcrypt.c
213                 Fix build on FreeBSD, thanks to Pawel
214
215 2008-01-15 [colin]      3.2.0cvs45
216
217         * src/compose.c
218                 Fix bug 1472, 'Keyboard "Menu" key doesn't call 
219                 spell check of actuall word'
220         * src/summaryview.c
221                 Temporarily disable immediate execution when learning
222                 spam *only* if the summaryview isn't locked
223
224 2008-01-15 [wwp]        3.2.0cvs44
225
226         * src/prefs_filtering.c
227                 Fix filtering prefs layout (Maemo port), moving page up/down
228                 from buttons to context menu.
229
230 2008-01-15 [colin]      3.2.0cvs43
231
232         * src/compose.c
233                 Fix bug 1465, 'First line in new message does not mark URLs'
234
235 2008-01-15 [colin]      3.2.0cvs42
236
237         * src/common/passcrypt.c
238                 Fix bug 1461, 'several components #define 
239                 _XOPEN_SOURCE improperly'
240
241 2008-01-15 [colin]      3.2.0cvs41
242
243         * src/summaryview.c
244                 Fix bug 1469, 'Column width adjustments on message 
245                 lists do not save'
246
247 2008-01-14 [holger]     3.2.0cvs40
248
249         * configure.ac
250                 Add tests for dbus, dbus glib bindings,
251                 and NetworkManager. All is optional. Add new
252                 --(en|dis)able-networkmanager-support switch.
253         * src/Makefile.am
254         * src/imap.c
255         * src/inc.c
256         * src/main.c
257         * src/main.h
258         * src/mainwindow.c
259         * src/gtk/about.c
260                 Add optional NetworkManager support, so Claws Mail
261                 can try to do the right thing when the network connection
262                 status changes. NetworkManager support is active by
263                 default if above requirements were met.
264
265 2008-01-12 [colin]      3.2.0cvs39
266
267         * src/summaryview.c
268                 Advertise the click-on-reply feature in the tooltip
269
270 2008-01-12 [colin]      3.2.0cvs38
271
272         * src/Makefile.am
273         * src/stock_pixmap.c
274         * src/stock_pixmap.h
275         * src/pixmaps/tray_newmail.offline.xpm
276         * src/pixmaps/tray_newmail.xpm
277         * src/pixmaps/tray_newmarkedmail.offline.xpm
278         * src/pixmaps/tray_newmarkedmail.xpm
279         * src/pixmaps/tray_nomail.offline.xpm
280         * src/pixmaps/tray_nomail.xpm
281         * src/pixmaps/tray_unreadmail.offline.xpm
282         * src/pixmaps/tray_unreadmail.xpm
283         * src/pixmaps/tray_unreadmarkedmail.offline.xpm
284         * src/pixmaps/tray_unreadmarkedmail.xpm
285         * src/plugins/trayicon/Makefile.am
286         * src/plugins/trayicon/newmail.offline.xpm
287         * src/plugins/trayicon/newmail.xpm
288         * src/plugins/trayicon/newmarkedmail.offline.xpm
289         * src/plugins/trayicon/newmarkedmail.xpm
290         * src/plugins/trayicon/nomail.offline.xpm
291         * src/plugins/trayicon/nomail.xpm
292         * src/plugins/trayicon/trayicon.c
293         * src/plugins/trayicon/unreadmail.offline.xpm
294         * src/plugins/trayicon/unreadmail.xpm
295         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
296         * src/plugins/trayicon/unreadmarkedmail.xpm
297                 Make the Trayicon plugin icons themable
298
299 2008-01-12 [wwp]        3.2.0cvs37
300
301         * src/prefs_display_header.c
302                 Fix extra leading hyphen visible in the display
303                 header configuration combo list (maemo).
304
305 2008-01-11 [colin]      3.2.0cvs36
306
307         * src/imap.c
308                 Set timeout to 1 before disconnecting all -
309                 for when one switches to offline and has 
310                 no network anymore
311         * src/messageview.c
312                 Fix bug 1454, 'error message shows parts and 
313                 signature of previous messages'
314         * src/prefs_common.c
315                 Maemo: Hide Send dialog by default
316
317 2008-01-10 [colin]      3.2.0cvs35
318
319         * src/action.c
320         * src/editldap.c
321         * src/prefs_account.c
322         * src/wizard.c
323         * src/gtk/inputdialog.c
324         * src/plugins/pgpcore/passphrase.c
325                 Maemo: Fix bug 1455, 'Password enters leading letter 
326                 incorrectly as uppercase'
327
328 2008-01-09 [colin]      3.2.0cvs34
329
330         * po/pl.po
331                 Fix bug 1446, 'SC crashes frequently when staying 
332                 in background'. Format string error in Polish 
333                 translation
334         * src/gtk/description_window.c
335         * src/prefs_template.c
336                 Complete 3.2.0cvs9 (fix bug with gtk_main loop);
337                 patch by Pawel
338         * src/wizard.c
339                 Maemo: Fix build
340
341 2008-01-08 [colin]      3.2.0cvs33
342
343         * src/main.c
344                 Maemo: connect HW status change signal for shutdown
345         * src/mainwindow.c
346                 Maemo: Fix hardware space key
347         * src/wizard.c
348                 Maemo: name mmc1 and 2 a better name
349
350 2008-01-08 [wwp]        3.2.0cvs32
351
352         * src/folder.c
353         * src/folder_item_prefs.c
354         * src/folder_item_prefs.h
355         * src/prefs_folder_item.c
356                 It's now possible to disable processing rules when
357                 entering a folder (this adds a new option to the
358                 folder properties dialog).
359
360 2008-01-08 [wwp]        3.2.0cvs31
361
362         * src/common/utils.c
363                 Mailto: now supports 'insert' (stands for 'insert file'), this
364                 adds the ability to create a new message from the command-line,
365                 with body set from an existing file contents.
366
367 2008-01-08 [colin]      3.2.0cvs30
368
369         * src/summaryview.c
370                 Maybe fix bug 1452, 'crash while drag'n'droping 
371                 emails to an IMAP folder'
372
373 2008-01-07 [wwp]        3.2.0cvs29
374
375         * src/prefs_filtering.c
376                 Static-alize a function, thanks to Colin.
377
378 2008-01-07 [colin]      3.2.0cvs28
379
380         * src/folderview.c
381                 Fix scrolling to bottom when drag and dropping
382         * src/summaryview.c
383                 Fix bug 1445, 'Display sender using addressbook: fails 
384                 when From: isn't an email address'
385
386 2008-01-07 [wwp]        3.2.0cvs27
387
388         * src/prefs_actions.c
389         * src/prefs_filtering.c
390         * src/prefs_template.c
391                 Add tooltips to most buttons in the templates, actions and
392                 filtering/processing dialogs.
393
394 2008-01-07 [wwp]        3.2.0cvs26
395
396         * src/prefs_filtering.c
397                  - add a clear button to clear dialog input fields
398                  - add page up and page down buttons to move selected rule up and down
399                  - in rules list popup-menu: added Delete, Delete all and Duplicate
400                  - popup-menu items are greyed out either if the list is empty (not counting the
401                    (New) row or if there is no selected item
402                  - clear store when closing dialog
403
404         * src/prefs_actions.c
405                  - reflect some changes to filtering prefs (+ rewritten a bit some funcs):
406                    clear button, popup-menu
407                  - clear store when closing dialog
408
409         * src/prefs_template.c
410                  - reflect some changes to filtering prefs (+ rewritten a bit some funcs):
411                    clear button, popup-menu 
412
413         * src/addrcustomattr.c
414                  - renamed popup-menu item Clear list to Delete all
415                  - grey out popup-menu items is there is no selected item or if list is empty
416                  - clear store when closing dialog
417
418         * src/edittags.c
419                  - added popup-menu item Delete all
420                  - grey out popup-menu items is there is no selected item or if list is empty
421                  - clear store when closing dialog
422
423 2008-01-06 [wwp]        3.2.0cvs25
424
425         * src/addressadd.c
426                 One more layout fix by Pawel (completes 3.2.0cvs24).
427
428 2008-01-05 [colin]      3.2.0cvs24
429
430         * src/addressadd.c
431                 Little GUI fixes, patch by Pawel
432
433 2007-12-29 [wwp]        3.2.0cvs23
434
435         * src/compose.c
436                 Fix for bug #1443, and strip possible whitespaces around
437                 custom header names.
438
439 2007-12-29 [mones]      3.2.0cvs22
440
441         * po/es.po
442                 Updated translation, corrected a term based 
443                 on suggestion from Israel Saeta Pérez,
444                 reverted awful X-Mailer translation
445         * src/procmime.c
446                 Complete cvs20 for FreeBSD, patch by Pawel
447
448 2007-12-29 [colin]      3.2.0cvs21
449
450         * src/textview.c
451                 Fix bug 1442, 'Tags are repeated in 
452                 encapsulated messages'
453
454 2007-12-28 [colin]      3.2.0cvs20
455
456         * src/procmime.c
457                 Fix path to mime/globs. Patch by Marten King.
458
459 2007-12-27 [colin]      3.2.0cvs19
460
461         * src/plugins/pgpcore/Makefile.am
462         * src/plugins/pgpinline/Makefile.am
463         * src/plugins/pgpmime/Makefile.am
464                 Add missing flags to build pgp plugins on maemo
465
466 2007-12-27 [colin]      3.2.0cvs18
467
468         * src/mainwindow.c
469                 Maximise before showing to avoid probable flickering
470                 on slow computers.
471
472 2007-12-27 [colin]      3.2.0cvs17
473
474         * src/main.c
475         * src/mainwindow.c
476         * src/prefs_common.c
477         * src/prefs_common.h
478                 Fix bug 1439, 'Claws Mail does not remember window size 
479                 state when restarted'. Save maximised state and force
480                 maximisation at startup if applicable.
481
482 2007-12-23 [paul]       3.2.0cvs16
483
484         * src/prefs_matcher.c
485                 fix bug 1436, 'Filter condition dialog doesn't
486                 load header name from current rules'
487
488 2007-12-22 [paul]       3.2.0cvs15
489
490         * src/compose.c
491                 fix bug 1435, 'Reply doesn't take into account
492                 reply-to field'
493
494 2007-12-21 [paul]       3.2.0cvs14
495
496         * src/common/ssl_certificate.c
497                 fix FreeBSD build with IPV6 support 
498
499 2007-12-20 [colin]      3.2.0cvs13
500
501         * src/imap.c
502                 Fix error handling
503
504 2007-12-20 [colin]      3.2.0cvs12
505
506         * src/imap.c
507         * src/imap.h
508         * src/prefs_account.c
509                 Add DIGEST-MD5 support for IMAP authentication
510
511 2007-12-19 [mones]      3.2.0cvs11
512
513         * doc/man/claws-mail.1
514                 Better ordering of sections, updated options
515         * po/es.po
516                 Updated strings
517
518 2007-12-19 [paul]       3.2.0cvs10
519
520         * src/prefs_account.c
521                 use a spinbutton instead of an entry for
522                 "POP authentication timeout" also
523
524 2007-12-19 [colin]      3.2.0cvs9
525
526         * src/prefs_filtering_action.c
527         * src/prefs_matcher.c
528         * src/gtk/description_window.c
529                 Destroy info windows with their parents
530                 Patch by Pawel
531
532 2007-12-19 [colin]      3.2.0cvs8
533
534         * src/prefs_account.c
535                 Use spinbuttons instead of entries where needed
536                 Patch by Pawel
537
538 2007-12-18 [paul]       3.2.0cvs7
539
540         * src/prefs_matcher.c
541                 add missing i18n for a few strings
542                 Patch by Stephan Sachse
543
544 2007-12-18 [paul]       3.2.0cvs6
545
546         * src/prefs_logging.c
547                 use 'disk' instead of 'disc'
548
549 2007-12-18 [paul]       3.2.0cvs5
550
551         * po/en_GB.po
552                 updated
553         * src/addrcustomattr.c
554         * src/editaddress.c
555                 fixes to the ingleesh
556         * src/prefs_filtering_action.c
557                 fix copyright header
558                 fix untranslated strings
559         * src/prefs_filtering_action.h
560                 fix copyright header
561
562 2007-12-18 [wwp]        3.2.0cvs4
563
564         * src/folderview.c
565         * src/headerview.c
566         * src/prefs_common.c
567         * src/prefs_common.h
568         * src/prefs_fonts.c
569         * src/summaryview.c
570         * src/textview.c
571         * src/wizard.c
572         * src/common/defs.h
573         * src/gtk/gtkutils.c
574                 Added prefs to set custom small and bold fonts
575                 (might matter on some desktops, according to
576                 DPI and font settings).
577
578 2007-12-18 [colin]      3.2.0cvs3
579
580         * src/prefs_logging.c
581                 Rework GUI, patch by Pawel
582
583 2007-12-18 [colin]      3.2.0cvs2
584
585         * src/prefs_filtering_action.c
586                 Rework GUI, patch by Pawel
587
588 2007-12-18 [colin]      3.2.0cvs1
589
590         * src/editaddress.c
591                 Fix build on old GCC
592                 Fix inverted buttons
593
594 2007-12-17 [paul]       3.2.0
595
596         * NEWS
597         * README
598         * RELEASE_NOTES 
599                 3.2.0 released
600
601 2007-12-17 [paul]       3.1.0cvs79
602
603         * po/de.po
604         * po/fr.po
605         * po/hu.po
606         * po/it.po
607         * po/pt_BR.po
608                 updated by Stephan Sachse, Fabien Vantard, Pader Rezso,
609                 Andrea Spadaccini, and Frederico Goncalves Guimaraes
610
611 2007-12-17 [mones]      3.1.0cvs78
612
613         * po/es.po
614                 Updated Spanish translation for 3.2.0 release
615
616 2007-12-16 [colin]      3.1.0cvs77
617
618         * src/addrcustomattr.c
619                 Fix translations, patch by Fabien
620
621 2007-12-15 [paul]       3.1.0cvs76
622
623         * src/folderview.c
624                 fix compiler warning
625
626 2007-12-14 [colin]      3.1.0cvs75
627
628         * src/folderview.c
629                 Simplify logic
630
631 2007-12-12 [wwp]        3.1.0cvs74
632
633         * AUTHORS
634         * src/gtk/authors.h
635                 Added Marius Glauser to the hall of fame.
636
637 2007-12-12 [wwp]        3.1.0cvs73
638
639         * src/gtk/gtkutils.c
640                 Improve the way we show results of searches
641                 in message bodies: selected text now get centered
642                 vertically in the message window.
643                 Patch by Marius Glauser <seelenhirt@gmx.net>.
644
645 2007-12-10 [colin]      3.1.0cvs72
646
647         * src/folder.c
648                 Don't crash when setting batch mode on no folder
649
650 2007-12-10 [colin]      3.1.0cvs71
651
652         * src/common/utils.c
653                 Fix potential buffer overrun (thanks to
654                 Hiroyuki)
655
656 2007-12-08 [paul]       3.1.0cvs70
657
658         * src/prefs_receive.c
659                 small change to the English
660
661 2007-12-08 [colin]      3.1.0cvs69
662
663         * src/vcard.c
664                 Fix warnings
665
666 2007-12-07 [colin]      3.1.0cvs68
667
668         * src/mainwindow.c
669         * src/summaryview.c
670         * src/summaryview.h
671                 Free simplify_subject_preg at exit
672
673 2007-12-07 [colin]      3.1.0cvs67
674
675         * src/main.c
676         * src/summaryview.c
677         * src/common/utils.c
678         * src/common/utils.h
679                 We have to free reused regexps from time to
680                 time, or they get huge
681
682 2007-12-07 [colin]      3.1.0cvs66
683
684         * src/vcard.c
685                 Fix QP decoding (and UTF8)
686
687 2007-12-07 [colin]      3.1.0cvs65
688
689         * src/addrcustomattr.c
690                 Update list of default custom attributes
691                 now (will be needed for a feature patch
692                 post 3.2.0)
693
694 2007-12-07 [colin]      3.1.0cvs64
695
696         * src/folder.c
697                 Batch on destination folder when copying - fixes
698                 slowness when moving unread mails to trash on IMAP
699
700 2007-12-06 [colin]      3.1.0cvs63
701
702         * src/common/w32_time.c
703         * src/common/w32lib.h
704         * src/etpan/etpan-thread-manager.c
705         * src/etpan/imap-thread.c
706         * src/etpan/nntp-thread.c
707         * src/gtk/Makefile.am
708                 Fix win32 build with libetpan. Thanks to
709                 Marcus Brinkmann.
710
711 2007-12-06 [colin]      3.1.0cvs62
712
713         * src/account.c
714         * src/imap.c
715         * src/prefs_account.c
716         * src/prefs_account.h
717         * src/etpan/imap-thread.c
718         * src/etpan/imap-thread.h
719                 Disable connection via command line on WIN32
720                 Disable mmap use on WIN32 - use normal strings
721         * src/addressbook.c
722         * src/addressbook.h
723         * src/addressbook_foldersel.c
724         * src/addressbook_foldersel.h
725         * src/prefs_filtering_action.c
726         * src/prefs_matcher.c
727         * src/plugins/bogofilter/bogofilter_gtk.c
728         * src/plugins/dillo_viewer/dillo_prefs.c
729         * src/plugins/spamassassin/spamassassin_gtk.c
730                 Fix leak, rework function logics to be more
731                 natural - thanks to Holger
732         * src/common/utils.c
733                 Fix warnings
734
735 2007-12-06 [colin]      3.1.0cvs61
736
737         * src/news.c
738         * src/common/utils.c
739         * src/common/utils.h
740                 Fix posting, and fix UTF-8 being sent when encoding
741                 is 8bit
742
743 2007-12-05 [colin]      3.1.0cvs60
744
745         * src/news.c
746                 Fix debian bug #453157, 'Fails to post usenet
747                 articles after NNTP connection has been 
748                 interrupted". Fix return value to prevent deletion
749                 on failure, and issue MODE READER in case posting
750                 fails at first.
751
752 2007-12-05 [colin]      3.1.0cvs59
753
754         * src/messageview.c
755         * src/uri_opener.c
756                 Improvements to the List URIs dialog
757                 Patch by Pawel
758
759 2007-12-05 [colin]      3.1.0cvs58
760
761         * src/prefs_other.c
762         * src/gtk/gtksctree.h
763                 Fix warnings
764
765 2007-12-04 [colin]      3.1.0cvs57
766
767         * src/etpan/imap-thread.c
768                 Fix bug 1378, 'Claws exits on IMAP alert message'
769                 Don't do GTK calls directly from Etpan thread
770
771 2007-12-04 [colin]      3.1.0cvs56
772
773         * src/folderview.c
774         * src/gtk/gtksctree.c
775                 MAEMO: Fix bug 1325, 'Folder Navigation Problems'
776                 Make all the left of column zero an hotspot for
777                 expanding.
778
779 2007-12-04 [colin]      3.1.0cvs55
780
781         * src/mainwindow.c
782         * src/mainwindow.h
783         * src/prefs_common.c
784         * src/prefs_common.h
785         * src/prefs_receive.c
786                 MAEMO: Fix bug 1199, 'Tie into LED for new mail alert'
787
788 2007-12-04 [wwp]        3.1.0cvs54
789
790         * src/prefs_other.c
791                 Fix for bug #1419.
792
793 2007-12-04 [holger]     3.1.0cvs53
794
795         * src/addrduplicates.c
796         * src/addrduplicates.h
797                 Export addressbook entry deletion
798
799 2007-12-04 [colin]      3.1.0cvs52
800
801         * tools/Makefile.am
802         * tools/README.sylprint
803         * tools/sylprint.pl
804         * tools/sylprint.rc
805                 Fix debian bug #454089 (symlink attack in TMP directory)
806                 http://secwatch.org/advisories/1019661/ :
807                 Remove the buggy script, which was unmaintained anyway
808         * src/news.c
809         * src/procmsg.c
810                 Store things in our private tmp directory.
811
812 2007-12-03 [colin]      3.1.0cvs51
813
814         * src/folder.c
815         * src/folder.h
816         * src/folderview.c
817         * src/imap.c
818         * src/mainwindow.c
819                 Fix update problem when getting remote tags
820         * src/prefs_matcher.c
821                 Rework GUI to make it better. Patch by Pawel
822                 Pekala
823
824 2007-12-03 [colin]      3.1.0cvs50
825
826         * src/etpan/imap-thread.c
827         * src/etpan/nntp-thread.c
828                 Fix bug 1417, 'Network log doesn't reveal 
829                 enough NNTP errors'
830
831 2007-12-02 [iwkse]      3.1.0cvs49
832
833         * src/plugins/dillo_viewer/dillo_prefs.c
834                         Insert dillo under the Plugins menu
835
836 2007-12-01 [paul]       3.1.0cvs48
837
838         * src/html.c
839                 add these variant forms
840                 Thanks to Colin
841
842 2007-12-01 [paul]       3.1.0cvs47
843
844         * src/matcher.c
845                 fix a typo
846
847 2007-12-01 [paul]       3.1.0cvs46
848
849         * po/POTFILES.in
850                 add the new addrcustomattr.c file
851
852 2007-11-29 [colin]      3.1.0cvs45
853
854         * src/common/ssl_certificate.c
855                 Use the more modern getaddrinfo instead of 
856                 gethostbyname when possible
857
858 2007-11-28 [colin]      3.1.0cvs44
859
860         * src/summaryview.c
861                 Maybe fix bug 1410 and other crash reports
862                 in summaryview since cvs38.
863
864 2007-11-28 [wwp]        3.1.0cvs43
865
866         * src/prefs_summary_open.c
867                 Guard against an empty list of actions to perform
868                 when opening a folder (or migration defaults could
869                 be introduced, confusing).
870
871 2007-11-28 [colin]      3.1.0cvs42
872
873         * src/folderview.c
874                 Fix mark all read from folder's contextual menu
875
876 2007-11-27 [colin]      3.1.0cvs41
877
878         * src/imap.c
879         * src/imap.h
880         * src/imap_gtk.c
881         * src/prefs_account.c
882         * src/etpan/imap-thread.c
883                 A few fixes to the IMAP flags handling: Optimisations,
884                 two crashers, mention that Bandwitdh-efficient mode
885                 prevents tag fetching.
886                 Fix M-UTF7 in subscription dialog.
887
888 2007-11-27 [colin]      3.1.0cvs40
889
890         * src/folder.c
891         * src/mbox.c
892         * src/summaryview.c
893                 Make filtering faster on flags change: Batch original 
894                 folderitem, where we'll do flags/tags changes.
895
896 2007-11-27 [colin]      3.1.0cvs39
897
898         * src/filtering.c
899                 Fix bug 1407, 'After a copy action, further rules apply 
900                 to both original and copy'
901
902 2007-11-27 [colin]      3.1.0cvs38
903
904         * src/edittags.c
905         * src/summaryview.c
906                 Fixes races when doing a long operation and user
907                 asks for another one (Mark all read/unread on a 
908                 big folder on IMAP for example)
909
910 2007-11-27 [wwp]        3.1.0cvs37
911
912         * src/addressbook.c
913         * src/prefs_common.c
914                 Fix warning introduced by 3.1.0cvs33 (prefs_common.c)
915                 and 3.1.0cvs35 (addressbook.c).
916
917 2007-11-27 [holger]     3.1.0cvs36
918
919         * src/printing.c
920                 Add a line separating header and body
921                 in the printout
922
923 2007-11-27 [wwp]        3.1.0cvs35
924
925         * src/addressbook.c
926                 Fix a drag-and-drop issue introduced with 3.1.0cvs33
927                 (thanks to Colin) and revert disabling of cut/copy
928                 context menu entries upon selected groups.
929
930 2007-11-27 [holger]     3.1.0cvs34
931
932         * src/printing.c
933                 Add weights to the list of supported text attributes
934                 for printing
935
936 2007-11-27 [wwp]        3.1.0cvs33
937
938         * src/Makefile.am
939         * src/addrcustomattr.c
940         * src/addrcustomattr.h
941         * src/addressbook.c
942         * src/editaddress.c
943         * src/editaddress.h
944         * src/prefs_common.c
945         * src/prefs_common.h
946         * src/common/defs.h
947                 Provide a (customizable) list of preset attribute names
948                 for editing contacts (closes bug #1391).
949
950 2007-11-27 [wwp]        3.1.0cvs32
951
952         * src/addrclip.c
953         * src/addressbook.c
954         * src/addritem.c
955                 Various fixes in the address book:
956                         - made copy/move of a folder to itself or its subtree
957                           impossible (-> error)
958                         - errors messages don't show in the status bar anymore,
959                           use alertpanels instead
960                         - simple click on group doesn't open group edit dialog
961                           anymore when in contact edit embedded mode (was too itchy)
962                         - fixed disabling of edit button and and menu entry when
963                           in contact edit embedded mode (was done in a bad and
964                           ineffective way)
965                         - fix menu cut/paste sensitivity in treelist context
966                           menu (conflicting enabling was done by different functions)
967                         - fix some menu item sensitivity in address list context menu
968                         - don't allow cut/copy of groups, it's useless as they won't
969                           be copied w/ their contents
970                         - fix missing copy of the picture file when copying (bug #1402),
971                           fix picture attribute (internal) value when moving or copying
972
973
974 2007-11-27 [colin]      3.1.0cvs31
975
976         * src/folder.c
977         * src/imap.c
978                 Fix tags loss on move, fix space encoding
979
980 2007-11-26 [colin]      3.1.0cvs30
981
982         * src/edittags.c
983         * src/folder.c
984         * src/folder.h
985         * src/imap.c
986         * src/messageview.c
987         * src/procmsg.c
988         * src/procmsg.h
989         * src/summaryview.c
990         * src/common/utils.c
991         * src/common/utils.h
992         * src/etpan/imap-thread.c
993         * src/etpan/imap-thread.h
994                 Add IMAP tags support
995
996 2007-11-26 [colin]      3.1.0cvs29
997
998         * src/imap.c
999                 Fix bug 1405, 'imap auto auth method doesn't 
1000                 work since 3.1.0'
1001
1002 2007-11-26 [colin]      3.1.0cvs28
1003
1004         * src/messageview.c
1005         * src/procmime.c
1006                 Handle broken disposition-notifications from Evolution
1007                 (http://bugzilla.gnome.org/show_bug.cgi?id=499145)
1008
1009 2007-11-25 [paul]       3.1.0cvs27
1010
1011         * src/folder_item_prefs.c
1012         * src/folder_item_prefs.h
1013                 remove dead code
1014
1015 2007-11-23 [wwp]        3.1.0cvs26
1016
1017         * src/matcher.c
1018         * src/matcher.h
1019         * src/matcher_parser_parse.y
1020         * src/prefs_matcher.c
1021                 Fix irrelevant case folding when adding matcher condition 'test',
1022                 thanks to Colin.
1023
1024 2007-11-23 [wwp]        3.1.0cvs25
1025
1026         * src/prefs_common.c
1027         * src/prefs_common.h
1028         * src/prefs_summary_open.c
1029         * src/prefs_summary_open.h
1030         * src/summaryview.c
1031                 Add "select first email in list" to the list of possible selections
1032                 when opening a folder.
1033
1034 2007-11-23 [paul]       3.1.0cvs24
1035
1036         * po/de.po
1037                 a fix by Stephan Sachse, plus remove all
1038                 old strings from the end of the file
1039
1040 2007-11-23 [wwp]        3.1.0cvs23
1041
1042         * src/prefs_msg_colors.c
1043                 Move colour prefs into tabs. Patch by Pawel Pekala <c0rn@o2.pl>,
1044                 with little changes.
1045
1046 2007-11-23 [paul]       3.1.0cvs22
1047
1048         * src/prefs_logging.c
1049                 eliminate wasted horizontal space
1050
1051 2007-11-23 [paul]       3.1.0cvs21
1052
1053         * src/prefs_summaries.c
1054                 don't wrap the label or put linebreaks
1055
1056 2007-11-22 [colin]      3.1.0cvs20
1057
1058         * src/plugins/pgpinline/pgpinline.c
1059                 Fix decryption
1060
1061 2007-11-22 [wwp]        3.1.0cvs19
1062
1063         * src/prefs_themes.c
1064                 Yet another misuse of get_rc_dir(), still related
1065                 to user themes. Completes 3.1.0cvs18.
1066
1067 2007-11-22 [wwp]        3.1.0cvs18
1068
1069         * src/stock_pixmap.c
1070                 Fix a misuse of get_rc_dir(), user themes dir was
1071                 not set properly and some themes might have disappeared
1072                 from themes list in prefs.
1073
1074 2007-11-22 [wwp]        3.1.0cvs17
1075
1076         * src/edittags.c
1077         * src/edittags.h
1078         * src/common/tags.c
1079         * src/common/tags.h
1080                 Correct copyright for these claws-mail-only brand new
1081                 files.
1082
1083 2007-11-22 [paul]       3.1.0cvs16
1084
1085         * src/compose.c
1086                 fix bug 1400, 'Drag and drop of URLs does not work'
1087                 Thanks to Colin
1088
1089 2007-11-22 [paul]       3.1.0cvs15
1090
1091         * src/prefs_common.c
1092                 make "cmds_use_system_default" default to FALSE
1093                 so as not to disrupt current settings
1094         * src/summaryview.c
1095                 increase the size of the GdkRectangle, tooltips
1096                 didn't show for me otherwise
1097
1098 2007-11-21 [colin]      3.1.0cvs14
1099
1100         * src/compose.c
1101         * src/crash.c
1102         * src/exphtmldlg.c
1103         * src/mainwindow.c
1104         * src/manual.c
1105         * src/mimeview.c
1106         * src/prefs_account.c
1107         * src/prefs_common.c
1108         * src/prefs_common.h
1109         * src/prefs_ext_prog.c
1110         * src/textview.c
1111         * src/uri_opener.c
1112         * src/gtk/about.c
1113         * src/gtk/gtkutils.c
1114                 Use xdg-open as a way to find default browser,
1115                 when available
1116
1117 2007-11-21 [colin]      3.1.0cvs13
1118
1119         * src/messageview.c
1120         * src/procmime.c
1121         * src/procmsg.h
1122                 Send better return receipts (useful ones)
1123                 Handle incoming return receipts
1124
1125 2007-11-20 [colin]      3.1.0cvs12
1126
1127         * src/printing.c
1128         * src/printing.h
1129                 Add getter/setter for settings, and getter
1130                 for page setup
1131
1132 2007-11-20 [colin]      3.1.0cvs11
1133
1134         * src/folderview.c
1135         * src/main.c
1136         * src/mainwindow.c
1137                 Fix bug 1396, 'Crash on disabling a filter 
1138                 while it is processing'
1139
1140 2007-11-20 [paul]       3.1.0cvs10
1141
1142         * src/folder.c
1143                 fix bug 1395, 'Crash on checking for new mails
1144                 while filter is running'
1145                 Thanks to Colin
1146
1147 2007-11-20 [paul]       3.1.0cvs9
1148
1149         * src/compose.c
1150                 make this string easier for translators
1151
1152 2007-11-19 [colin]      3.1.0cvs8
1153
1154         * src/prefs_summaries.c
1155         * src/summaryview.c
1156                 Don't enable more tooltips on Maemo
1157
1158 2007-11-19 [colin]      3.1.0cvs7
1159
1160         * src/prefs_common.c
1161         * src/prefs_common.h
1162         * src/prefs_summaries.c
1163         * src/summaryview.c
1164                 Fix bug 1388, 'message list tool tips'
1165                 Add (optional) tooltips in summaryview.
1166                 This only works with GTK+ >= 2.12
1167
1168 2007-11-19 [colin]      3.1.0cvs6
1169
1170         * src/compose.c
1171                 Make strings a bit better when attaching
1172                 from mailto: URIs
1173
1174 2007-11-19 [colin]      3.1.0cvs5
1175
1176         * src/common/utils.c
1177                 Fix bug 1392, 'Top level domain .EU is 
1178                 not recognised as valid'
1179
1180 2007-11-19 [wwp]        3.1.0cvs4
1181
1182         * src/compose.c
1183         * src/compose.h
1184                 Revert changes to compose.c made in 3.1.0cvs2.
1185
1186 2007-11-19 [wwp]        3.1.0cvs3
1187
1188         * src/addressbook.c
1189         * src/addressbook.h
1190         * src/editaddress.c
1191         * src/editgroup.c
1192         * src/addrduplicates.c
1193                 Minor improvements in the address book:
1194                 always accept new contacts provided that some
1195                 detail is set (instead of rejecting silently).
1196                 Better guessing of contact name from incomplete
1197                 name information. Better display of contacts with
1198                 no name, in contact lists, group contents, find
1199                 duplicate results.
1200                 
1201
1202 2007-11-19 [wwp]        3.1.0cvs2
1203
1204         * src/compose.c
1205         * src/compose.h
1206         * src/prefs_logging.c
1207         * src/prefs_summaries.c
1208                 GUI improvements, thanks to Pawel Pekala <c0rn@o2.pl>:
1209                 wrap some long label in prefs/summaries, layout checkboxes
1210                 in a more compact form in prefs/loggin, make account and
1211                 header's combos have the same size/spacing in compose
1212                 window.
1213
1214 2007-11-19 [wwp]        3.1.0cvs1
1215
1216         * src/edittags.c
1217                 Fix a tiny leak and duplicate variable.
1218
1219 2007-11-19 [paul]       3.1.0
1220
1221         * NEWS
1222         * README
1223         * RELEASE_NOTES 
1224                 3.1.0 released
1225
1226 2007-11-19 [paul]       3.0.2cvs145
1227
1228         * po/de.po
1229         * po/fi.po
1230         * po/fr.po
1231         * po/hu.po
1232         * po/it.po
1233         * po/pl.po
1234         * po/pt_BR.po
1235         * po/sk.po
1236         * po/zh_CN.po
1237                 updated by Stephan Sachse, Flammie Pirinen,
1238                 Fabien Vantard, Pader Rezso, Andrea Spadaccini,
1239                 Emil Nowak, Frederico Goncalves Guimaraes,
1240                 Andrej Kacian, and Ralph Young
1241
1242 2007-11-18 [mones]      3.0.2cvs144
1243
1244         * po/es.po
1245                 Updated Spanish translation
1246
1247 2007-11-18 [colin]      3.0.2cvs143
1248
1249         * src/edittags.c
1250                 Prevent empty tag after edit, thanks to wwp
1251
1252 2007-11-18 [colin]      3.0.2cvs142
1253
1254         * src/editaddress.c
1255                 Fix possible "(null)" %s - thanks to wwp
1256
1257 2007-11-16 [wwp]        3.0.2cvs141
1258
1259         * src/common/utils.c
1260                 Fix for 3.0.2cvs140, prevents from crashing when opening
1261                 a compose window.
1262
1263 2007-11-16 [colin]      3.0.2cvs140
1264
1265         * src/main.c
1266         * src/common/claws.c
1267                 Output a bit more useful info at startup
1268                 in --debug mode
1269
1270 2007-11-16 [colin]      3.0.2cvs139
1271
1272         * src/compose.c
1273         * src/common/utils.c
1274         * src/common/utils.h
1275                 Fix bug 1387, 'Request for --compose to 
1276                 support multiple attachments'
1277
1278 2007-11-16 [colin]      3.0.2cvs138
1279
1280         * src/news.c
1281                 Fix bug 1390, 'NNTP fails after server 
1282                 closed connection'
1283
1284 2007-11-16 [colin]      3.0.2cvs137
1285
1286         * src/prefs_display_header.c
1287                 Fix bug 1389, 'Changing 'Display headers 
1288                 in message view' breaks dispheaderrc'
1289
1290 2007-11-14 [colin]      3.0.2cvs136
1291
1292         * src/summaryview.c
1293         * src/gtk/quicksearch.c
1294         * src/gtk/quicksearch.h
1295                 Fix resetting the quicksearch when in non-sticky
1296                 mode, but Recursive is set: reset only when going
1297                 out of the root search folder.
1298
1299 2007-11-14 [colin]      3.0.2cvs135
1300
1301         * src/filtering.c
1302                 Don't set new flag back when doing "Mark as unread"
1303                 from filtering
1304
1305 2007-11-12 [paul]       3.0.2cvs134
1306
1307         * src/plugins/dillo_viewer/dillo_viewer.c
1308                 don't offer the mime type for translation
1309
1310 2007-11-12 [paul]
1311
1312         3.1.0-rc2 released
1313
1314 2007-11-11 [colin]      3.0.2cvs133
1315
1316         * src/imap_gtk.c
1317         * src/mh_gtk.c
1318                 Use markup-escaped strings in dialogs
1319
1320 2007-11-11 [colin]      3.0.2cvs132
1321
1322         * src/imap.c
1323                 Better IMAP-UTF7/UTF8 conversion
1324
1325 2007-11-10 [colin]      3.0.2cvs131
1326
1327         * src/news.c
1328                 Fix debian bug 450698, 'nntp auth behavior changed 
1329                 without notice'
1330
1331 2007-11-10 [colin]      3.0.2cvs130
1332
1333         * configure.ac
1334         * src/inc.c
1335         * src/main.c
1336         * src/main.h
1337         * src/mimeview.c
1338         * src/statusbar.c
1339         * src/common/utils.c
1340         * src/etpan/Makefile.am
1341         * src/gtk/filesel.c
1342         * src/gtk/gtkutils.h
1343         * src/gtk/menu.c
1344         * src/plugins/bogofilter/Makefile.am
1345         * src/plugins/clamav/Makefile.am
1346         * src/plugins/dillo_viewer/Makefile.am
1347         * src/plugins/pgpcore/Makefile.am
1348         * src/plugins/spamassassin/Makefile.am
1349         * src/plugins/trayicon/Makefile.am
1350                 Fixes (mainly preprocessor foo) for Maemo 4.0 (Chinook)
1351
1352 2007-11-09 [colin]      3.0.2cvs129
1353
1354         * src/addressbook.c
1355         * src/ldapupdate.c
1356                 fix bug 1375, 'Impossible to modify e-mail
1357                 in LDAP addressbook twice'; Try two. update
1358                 externalID, don't make display lag, and
1359                 fix the cases where dn is not mail.
1360
1361 2007-11-08 [paul]       3.0.2cvs128
1362
1363         * src/account.c
1364         * src/compose.c
1365         * src/messageview.c
1366         * src/prefs_account.c
1367         * src/prefs_account.h
1368                 reinstate 'Generate Message-ID' option as an
1369                 account preference. (hidden on IMAP)
1370                 Thanks to Colin
1371
1372 2007-11-08 [paul]       3.0.2cvs127
1373
1374         * src/textview.c
1375                 MAEMO: fix failure of loading images inline
1376                 MAEMO: fix bug 1349, 'Emails still skip to end
1377                 when opened (in certain circumstances)...'
1378
1379 2007-11-07 [colin]      3.0.2cvs126
1380
1381         * src/toolbar.c
1382                 Migrate from A_SYL_ACTIONS to A_CLAWS_ACTIONS
1383
1384 2007-11-07 [colin]      3.0.2cvs125
1385
1386         * src/toolbar.c
1387                 Re-change the string occurence of A_CLAWS_ACTIONS
1388                 to A_SYL_ACTIONS, to prevent parse errors of the
1389                 toolbar_*.xml files
1390
1391 2007-11-07 [colin]      3.0.2cvs124
1392
1393         * src/mimeview.c
1394         * src/prefs_common.c
1395         * src/prefs_common.h
1396         * manual/advanced.xml
1397                 Add an hidden pref, 'save_parts_readwrite';
1398                 completes 3.0.2cvs35
1399
1400 2007-11-07 [paul]       3.0.2cvs123
1401
1402         * src/prefs_toolbar.c
1403         * src/toolbar.c
1404         * src/toolbar.h
1405                 rename ToolbarSylpheedActions to ToolbarClawsActions
1406                 rename A_SYL_ACTIONS to A_CLAWS_ACTIONS
1407
1408 2007-11-07 [paul]       3.0.2cvs122
1409
1410         * src/toolbar.c
1411                 MAEMO: remove tooltips
1412
1413 2007-11-07 [colin]      3.0.2cvs121
1414
1415         * src/plugins/pgpinline/pgpinline.c
1416                 Fix bug 1377, 'unspecific errors on 
1417                 signature checking'. Fix trimming of
1418                 UTF8 data.
1419
1420 2007-11-06 [iwkse]      3.0.2cvs120
1421
1422         * src/prefs_summary_open.c
1423                 yet a string change
1424
1425 2007-11-06 [paul]       3.0.2cvs119
1426
1427         * tools/Makefile.am
1428         * tools/README
1429         * tools/csv2addressbook.pl
1430                 add a new script that imports a CSV formatted
1431                 address book. Becky and Thunderbird address
1432                 book are currently supported.
1433
1434 2007-11-05 [colin]      3.0.2cvs118
1435
1436         * src/imap.c
1437                 Fix deletion 
1438
1439 2007-11-05 [iwkse]      3.0.2cvs117
1440
1441         * src/prefs_summary_open.c
1442                 String changes
1443
1444 2007-11-04 [paul]       3.0.2cvs116
1445
1446         * src/addressbook_foldersel.c
1447                 fix gtk critical warning
1448                 Patch by Pawel Pekala
1449
1450 2007-11-04 [paul]       3.0.2cvs115
1451
1452         * tools/README
1453         * tools/claws-mail-compose-insert-files.pl
1454                 add --bcc and uri_escape() everything
1455
1456 2007-11-04 [paul]       3.0.2cvs114
1457
1458         * src/gtk/gtkutils.c
1459                 gtkut_stock_with_text_button_set_create(): set
1460                 GTK_CAN_DEFAULT on buttons 2 and 3
1461
1462 2007-11-03 [paul]       3.0.2cvs113
1463
1464         * src/common/utils.c
1465                 fix debian bug #448814, 'mailto: URI decoding
1466                 desn't decode the destination address field'
1467                 Patch by Federico Heinz <fheinz@vialibre.org.ar>
1468
1469 2007-11-03 [paul]       3.0.2cvs112
1470
1471         * AUTHORS
1472         * src/compose.c
1473         * src/gtk/authors.h
1474                 allow Bcc in commandline URIs
1475                 (based on) Patch by Federico Heinz <fheinz@vialibre.org.ar>
1476
1477 2007-11-02 [colin]      3.0.2cvs111
1478
1479         * src/addressbook.c
1480                 Maybe fix bug 1376, 'crash on 
1481                 addressbook manipulation'
1482
1483 2007-10-31 [paul]       3.0.2cvs110
1484
1485         * src/ldapupdate.c
1486                 fix bug 1375, 'Impossible to modify e-mail
1487                 in LDAP addressbook twice'
1488                 Patch by Michael Rasmussen
1489
1490 2007-10-30 [paul]       3.0.2cvs109
1491
1492         * configure.ac
1493                 enable GnuTLS support with --enable-gnutls which
1494                 will disable openssl support. if the user has
1495                 gtk >= 2.10.x don't allow gnomeprint even if the
1496                 user asks for it
1497
1498 2007-10-30 [paul]
1499
1500         3.1.0-rc1 released
1501
1502 2007-10-30 [paul]       3.0.2cvs108
1503
1504         * Makefile.am
1505                 add ChangeLog.2.0.0-3.0.0 to EXTRA_DIST
1506
1507 2007-10-30 [paul]       3.0.2cvs107
1508
1509         * src/expldifdlg.c
1510         * src/prefs_account.c
1511         * src/prefs_folder_item.c
1512         * src/prefs_spelling.c
1513         * src/prefs_themes.c
1514         * src/wizard.c
1515         * src/gtk/gtkaspell.c
1516         * src/gtk/gtkaspell.h
1517         * src/plugins/spamassassin/spamassassin_gtk.c
1518                 replace deprecated gtk_option_menu...
1519                 patch by Pawel Pekala
1520
1521 2007-10-29 [colin]      3.0.2cvs106
1522
1523         * src/plugins/dillo_viewer/dillo_prefs.c
1524                 Fix forgotten signal connect
1525
1526 2007-10-28 [colin]      3.0.2cvs105
1527
1528         * src/plugins/dillo_viewer/dillo_prefs.c
1529         * src/plugins/dillo_viewer/dillo_prefs.h
1530         * src/plugins/dillo_viewer/dillo_viewer.c
1531                 Implement addressbook-based whitelisting for loading
1532                 remote images. Fixed missing destroy of the embedded
1533                 browser that made a Dillo window pop up on exit, if
1534                 an HTML part was displayed.
1535
1536 2007-10-26 [colin]      3.0.2cvs104
1537
1538         * src/edittags.c
1539                 Add missing static
1540
1541 2007-10-25 [colin]      3.0.2cvs103
1542
1543         * src/editaddress.c
1544                 Add tap-and-hold on the picture, for Maemo
1545         * src/edittags.c
1546         * src/edittags.h
1547         * src/mainwindow.c
1548         * src/procmsg.c
1549         * src/summaryview.c
1550         * src/textview.c
1551                 Unify tag interfaces.
1552
1553 2007-10-25 [colin]      3.0.2cvs102
1554
1555         * src/imap.c
1556         * src/etpan/imap-thread.h
1557                 Much better error handling. We'll need to be really
1558                 clear to users about where errors come from, with 
1559                 the apparition of Gmail's IMAP server.
1560
1561 2007-10-24 [colin]      3.0.2cvs101
1562
1563         * src/edittags.c
1564         * src/mainwindow.c
1565         * src/summaryview.c
1566         * src/textview.c
1567                 Add tags sorting (alphabetical); allow deletion of
1568                 tags from the Apply Tags window
1569
1570 2007-10-24 [colin]      3.0.2cvs100
1571
1572         * src/editaddress.c
1573         * src/editaddress_other_attributes_ldap.c
1574         * src/editaddress_other_attributes_ldap.h
1575         * src/ldapctrl.c
1576         * src/ldapquery.c
1577         * src/ldapupdate.c
1578                 Fix LDAP writing (got broken in cvs39)
1579                 Add read-only support for jpegPhoto LDAP field
1580
1581 2007-10-23 [colin]      3.0.2cvs99
1582
1583         * src/news.c
1584                 Fix crash in some cases
1585
1586 2007-10-22 [colin]      3.0.2cvs98
1587
1588         * src/common/socket.h
1589         * src/common/ssl.c
1590                 Fix big leak in GnuTLS code
1591
1592 2007-10-22 [colin]      3.0.2cvs97
1593
1594         * src/news.c
1595                 Fix bug 1368, 'SIGSEGV in NNTP code'
1596
1597 2007-10-22 [colin]      3.0.2cvs96
1598
1599         * src/prefs_customheader.c
1600                 Catch compface warnings when generating X-Faces
1601
1602 2007-10-22 [wwp]        3.0.2cvs95
1603
1604         * src/quote_fmt_parse.y
1605                 Remove accidentally committed debug traces.
1606                 Fix a warning.
1607
1608 2007-10-22 [colin]      3.0.2cvs94
1609
1610         * src/etpan/nntp-thread.c
1611                 Fix authentication
1612
1613 2007-10-19 [wwp]        3.0.2cvs93
1614
1615         * src/common/ssl_certificate.c
1616                 Add missing include (Windows).
1617
1618 2007-10-19 [colin]      3.0.2cvs92
1619
1620         * src/imap_gtk.c
1621         * src/mimeview.c
1622         * src/textview.c
1623         * src/gtk/inputdialog.c
1624         * src/gtk/inputdialog.h
1625                 Remove the last old combo; patch by
1626                 Pawel
1627
1628 2007-10-19 [colin]      3.0.2cvs91
1629
1630         * src/common/ssl.c
1631                 Fix interop problem with GnuTLS and some crappy
1632                 servers that have very little keys.
1633
1634 2007-10-19 [colin]      3.0.2cvs90
1635
1636         * src/common/ssl.c
1637                 Fix return value check on GnuTLS, and
1638                 display the error
1639
1640 2007-10-18 [colin]      3.0.2cvs89
1641
1642         * src/common/ssl_certificate.c
1643                 Fix missing initialisations
1644
1645 2007-10-18 [wwp]        3.0.2cvs88
1646
1647         * src/Makefile.am
1648                 Fix linking against GNUTLS (matters if --enable-gnutls only).
1649
1650 2007-10-18 [colin]      3.0.2cvs87
1651
1652         * po/POTFILES.in
1653                 Fix build
1654
1655 2007-10-18 [mones]      3.0.2cvs86
1656
1657         * src/editbook.c
1658         * src/import.c
1659         * src/prefs_account.c
1660         * src/prefs_receive.c
1661         * src/gtk/about.c
1662         * src/plugins/bogofilter/bogofilter_gtk.c
1663         * src/plugins/spamassassin/spamassassin_gtk.c
1664                 More capitalisation micro-fixes
1665
1666 2007-10-18 [paul]       3.0.2cvs85
1667
1668         * configure.ac
1669                 add info about NNTP support via libetpan
1670                 change the configure output ending msg a little
1671         * src/gtk/about.c
1672                 similar changes to above
1673
1674 2007-10-18 [colin]      3.0.2cvs84
1675
1676         * src/procmime.c
1677         * src/procmime.h
1678                 Fix missing symbol for S/MIME
1679
1680 2007-10-18 [colin]      3.0.2cvs83
1681
1682         * src/prefs_filtering_action.c
1683                 Fix crash in tags (introduced in cvs78)
1684
1685 2007-10-18 [colin]      3.0.2cvs82
1686
1687         * src/common/Makefile.am
1688         * src/common/nntp.c
1689         * src/common/nntp.h
1690         * src/etpan/Makefile.am
1691         * src/etpan/etpan-thread-manager-types.h
1692         * src/etpan/etpan-thread-manager.c
1693         * src/etpan/imap-thread.c
1694         * src/etpan/nntp-thread.c
1695         * src/etpan/nntp-thread.h
1696         * src/news.c
1697         * src/news.h
1698                 Rewrite the nntp implementation
1699                 to use libetpan. Non-blocking NNTP!
1700         * src/account.c
1701         * src/crash.c
1702         * src/imap.c
1703         * src/inc.c
1704         * src/main.c
1705         * src/mainwindow.c
1706         * src/pop.c
1707         * src/pop.h
1708         * src/prefs_account.c
1709         * src/recv.c
1710         * src/recv.h
1711         * src/send_message.c
1712         * src/send_message.h
1713         * src/ssl_manager.c
1714         * src/ssl_manager.h
1715         * src/wizard.c
1716         * src/common/claws.c
1717         * src/common/session.c
1718         * src/common/session.h
1719         * src/common/smtp.c
1720         * src/common/smtp.h
1721         * src/common/socket.c
1722         * src/common/socket.h
1723         * src/common/ssl.c
1724         * src/common/ssl.h
1725         * src/common/ssl_certificate.c
1726         * src/common/ssl_certificate.h
1727         * src/gtk/about.c
1728         * src/gtk/sslcertwindow.c
1729         * src/gtk/sslcertwindow.h
1730                 Implement GnuTLS support. GnuTLS support
1731                 will be used if OpenSSL isn't available, or
1732                 specified explicitely. (the reason is that
1733                 GnuTLS cerficate checking is a bit less 
1734                 practical than OpenSSL's)
1735
1736 2007-10-18 [paul]       3.0.2cvs81
1737
1738         * src/gtk/inputdialog.c
1739         * src/gtk/inputdialog.h
1740                 fix copyright header
1741
1742 2007-10-17 [colin]      3.0.2cvs80
1743
1744         * src/plugins/pgpcore/select-keys.c
1745                 Fix bug which prevented encryption key
1746                 auto-selection when two or more matched the
1747                 email address, but only one isn't revoked
1748                 or expired.
1749
1750 2007-10-17 [wwp]        3.0.2cvs79
1751
1752         * src/compose.c
1753         * src/quote_fmt.c
1754         * src/quote_fmt.h
1755         * src/quote_fmt_lex.l
1756         * src/quote_fmt_parse.y
1757                 Templates can now attach files using |attach{filename}.
1758
1759 2007-10-17 [wwp]        3.0.2cvs78
1760
1761         * src/prefs_customheader.c
1762         * src/prefs_ext_prog.c
1763         * src/prefs_filtering_action.c
1764         * src/prefs_matcher.c
1765         * src/prefs_other.c
1766         * src/prefs_toolbar.c
1767         * src/gtk/combobox.c
1768         * src/gtk/combobox.h
1769         * src/gtk/gtkutils.c
1770         * src/gtk/gtkutils.h
1771         * src/plugins/bogofilter/bogofilter_gtk.c
1772         * src/plugins/spamassassin/spamassassin_gtk.c
1773                 Removed almost all remaining instances of GtkCombo
1774                 old API, patch by Pawel Pekala <c0rn@o2.pl>, with
1775                 few visual and code cleanup from Colin.
1776
1777 2007-10-16 [wwp]        3.0.2cvs77
1778         * src/gtk/pluginwindow.c
1779                 Reworked the plugin window layouts, patch by Pawel Pekala <c0rn@o2.pl>.
1780
1781 2007-10-15 [colin]      3.0.2cvs76
1782
1783         * src/edittags.c
1784         * src/edittags.h
1785         * src/filtering.c
1786         * src/filtering.h
1787         * src/importmutt.c
1788         * src/importpine.c
1789         * src/main.c
1790         * src/messageview.c
1791         * src/messageview.h
1792         * src/mimeview.c
1793         * src/mimeview.h
1794         * src/pop.c
1795         * src/pop.h
1796         * src/prefs_common.c
1797         * src/prefs_common.h
1798         * src/prefs_customheader.c
1799         * src/prefs_customheader.h
1800         * src/prefs_display_header.c
1801         * src/prefs_display_header.h
1802         * src/prefs_filtering_action.c
1803         * src/prefs_filtering_action.h
1804         * src/prefs_folder_column.c
1805         * src/prefs_folder_column.h
1806         * src/prefs_folder_item.c
1807         * src/prefs_folder_item.h
1808         * src/prefs_gtk.c
1809         * src/prefs_gtk.h
1810         * src/prefs_logging.h
1811         * src/prefs_matcher.c
1812         * src/prefs_matcher.h
1813         * src/prefs_summary_column.c
1814         * src/prefs_summary_column.h
1815         * src/prefs_summary_open.c
1816         * src/procheader.c
1817         * src/procheader.h
1818         * src/procmime.c
1819         * src/procmime.h
1820         * src/recv.c
1821         * src/recv.h
1822         * src/sourcewindow.c
1823         * src/sourcewindow.h
1824         * src/summaryview.c
1825         * src/summaryview.h
1826         * src/textview.c
1827         * src/textview.h
1828         * src/toolbar.c
1829         * src/toolbar.h
1830         * src/common/mgutils.c
1831         * src/common/mgutils.h
1832         * src/common/nntp.c
1833         * src/common/nntp.h
1834         * src/common/prefs.c
1835         * src/common/prefs.h
1836         * src/common/socket.c
1837         * src/common/socket.h
1838         * src/common/stringtable.c
1839         * src/common/stringtable.h
1840         * src/common/template.c
1841         * src/common/template.h
1842         * src/common/uuencode.c
1843         * src/common/uuencode.h
1844         * src/gtk/gtkshruler.c
1845         * src/gtk/gtkshruler.h
1846         * src/gtk/menu.c
1847         * src/gtk/menu.h
1848         * src/gtk/progressdialog.c
1849         * src/gtk/progressdialog.h
1850                 Remove/staticalize, the return of the revenge
1851
1852 2007-10-15 [colin]      3.0.2cvs75
1853
1854         * src/matcher.c
1855                 Fix redirections in filtering's tests
1856
1857 2007-10-15 [colin]      3.0.2cvs74
1858
1859         * src/imap.c
1860                 Don't build imap_synchronise at all when 
1861                 building without libetpan
1862
1863 2007-10-14 [colin]      3.0.2cvs73
1864
1865         * src/imap.c
1866         * src/common/md5.c
1867         * src/common/md5.h
1868         * src/gtk/manage_window.c
1869         * src/gtk/manage_window.h
1870                 Remove more unused code
1871
1872 2007-10-14 [colin]      3.0.2cvs72
1873
1874         * src/addrquery.c
1875         * src/addrquery.h
1876         * src/recv.c
1877         * src/recv.h
1878         * src/vcard.c
1879         * src/vcard.h
1880         * src/common/xml.c
1881         * src/common/xml.h
1882         * src/common/xmlprops.c
1883         * src/common/xmlprops.h
1884                 Remove more unused code
1885
1886 2007-10-14 [colin]      3.0.2cvs71
1887
1888         * src/common/utils.c
1889                 Remove unused function
1890
1891 2007-10-13 [colin]      3.0.2cvs70
1892
1893         * src/imap.c
1894         * src/imap.h
1895         * src/mainwindow.c
1896         * src/mainwindow.h
1897         * src/gtk/gtkutils.c
1898         * src/gtk/gtkutils.h
1899                 Staticalise/Remove more code
1900
1901 2007-10-13 [colin]      3.0.2cvs69
1902
1903         * src/common/utils.c
1904         * src/common/utils.h
1905                 Remove dead code, unused for ages
1906
1907 2007-10-13 [colin]      3.0.2cvs68
1908
1909         * src/main.c
1910         * src/main.h
1911                 Maemo: define hildon_program in main.c,
1912                 make it accessible in the .h with extern
1913
1914 2007-10-13 [paul]       3.0.2cvs67
1915
1916         * src/gtk/menu.c
1917                 fix a bunch of runtime warnings on maemo
1918
1919 2007-10-13 [paul]       3.0.2cvs66
1920
1921         * src/main.c
1922         * src/main.h
1923         * src/gtk/gtkutils.c
1924         * src/gtk/gtkutils.h
1925                 fix a bunch of compiler warnings on maemo
1926
1927 2007-10-12 [colin]      3.0.2cvs65
1928
1929         * src/account.c
1930         * src/addritem.c
1931         * src/addritem.h
1932         * src/filtering.c
1933         * src/filtering.h
1934         * src/folder.c
1935         * src/folder.h
1936         * src/common/utils.c
1937         * src/common/utils.h
1938                 Remove unused code, staticalise some functions
1939
1940 2007-10-12 [paul]       3.0.2cvs64
1941
1942         * src/account.c
1943         * src/folderview.c
1944         * src/main.c
1945         * src/mainwindow.c
1946         * src/messageview.c
1947         * src/summary_search.c
1948         * src/summaryview.c
1949         * src/toolbar.c
1950         * src/wizard.c
1951         * src/common/utils.c
1952         * src/gtk/prefswindow.c
1953                 fix a bunch of compiler warnings on maemo
1954
1955 2007-10-11 [colin]      3.0.2cvs63
1956
1957         * src/editaddress.c
1958                 Make static function static
1959
1960 2007-10-11 [mones]      3.0.2cvs62
1961
1962         * src/addrduplicates.c
1963         * src/addressbook.c
1964         * src/compose.c
1965         * src/expldifdlg.c
1966         * src/mainwindow.c
1967         * src/messageview.c
1968         * src/pop.c
1969         * src/prefs_customheader.c
1970         * src/prefs_send.c
1971         * src/prefs_themes.c
1972         * src/common/plugin.c
1973         * src/gtk/pluginwindow.c
1974         * src/gtk/quicksearch.c
1975                 Fix several typos and capitalisation issues
1976
1977 2007-10-11 [wwp]        3.0.2cvs61
1978
1979         * src/editaddress.c
1980                 Fix a warning about possible use of uninitialized
1981                 filename var.
1982
1983 2007-10-11 [wwp]        3.0.2cvs60
1984
1985         * src/editaddress.c
1986                 Disable "Unset picture" menu item when there's
1987                 no picture to clear. Fix an extraneous g_unref_object,
1988                 add missing initializers.
1989
1990 2007-10-11 [wwp]        3.0.2cvs59
1991
1992         * src/pixmaps/anonymous.xpm
1993         * src/editaddress.c
1994         * src/Makefile.am
1995         * src/stock_pixmap.c
1996         * src/stock_pixmap.h
1997                 Fix a leak, gettext-ize the photo label.
1998                 Don't clear the existing picture if loading
1999                 a new one fails. Use a default 'anonymous'
2000                 picture (this new xpm has been added to the
2001                 internal stock_pixmap API). Add a
2002                 "Set picture" context menu entry.
2003
2004 2007-10-11 [colin]      3.0.2cvs58
2005
2006         * src/messageview.c
2007                 Make shift-shortcuts work
2008         * src/prefs_actions.c
2009                 Don't ask if we really want to close when
2010                 choosing OK and only the list is changed
2011         * src/prefs_template.c
2012                 Don't ask if we really want to close when
2013                 choosing OK and only the list is changed
2014         * src/common/plugin.c
2015                 Fix writing of second [Plugins_*] block
2016         * src/common/template.c
2017                 Remove unused files (fixes deletion)
2018
2019 2007-10-10 [paul]       3.0.2cvs57
2020
2021         * src/prefs_template.c
2022                 put the whole thing in a scrolled window
2023                 so that half the page is no longer inaccessible
2024                 on maemo
2025                 make the gtk_text_view smaller on maemo
2026
2027 2007-10-10 [colin]      3.0.2cvs56
2028
2029         * src/compose.c
2030                 Fix updating of Attachments number in some
2031                 cases (reedit, attach from command-line, ...)
2032
2033 2007-10-10 [colin]      3.0.2cvs55
2034
2035         * src/editaddress.c
2036                 Initialise error correctly
2037
2038 2007-10-10 [paul]       3.0.2cvs54
2039
2040         * src/prefs_filtering_action.c
2041         * src/gtk/description_window.c
2042         * src/gtk/foldersort.c
2043         * src/gtk/quicksearch.c
2044                 get rid of some pointless new lines and
2045                 make the descripton labels wrap better
2046
2047 2007-10-10 [colin]      3.0.2cvs53
2048
2049         * src/addressadd.c
2050         * src/editaddress.c
2051         * src/headerview.c
2052         * src/textview.c
2053                 More error handling on saving pictures
2054
2055 2007-10-10 [colin]      3.0.2cvs52
2056
2057         * src/printing.c
2058         * src/printing.h
2059                 Generalize a bit printing, so we can factorize
2060                 most of the code. 
2061
2062 2007-10-10 [paul]       3.0.2cvs51
2063
2064         * src/addrduplicates.c
2065                 fix engrish
2066                 use GTK_STOCK... buttons
2067
2068 2007-10-10 [paul]       3.0.2cvs50
2069
2070         * src/addressadd.c
2071         * src/addrindex.c
2072         * src/editaddress.c
2073                 Fix previous patch
2074                 Thanks to Colin
2075
2076 2007-10-10 [paul]       3.0.2cvs49
2077
2078         * src/summaryview.c
2079         * src/messageview.c
2080                 Fix crash on Add sender to addressbook when
2081                 From is null
2082         * src/addressadd.c
2083         * src/addrindex.c
2084         * src/editaddress.c
2085         * src/editaddress_other_attributes_ldap.h
2086                 Fix leaks 
2087                 Rename images to .png in addrbook/
2088         * src/headerview.c
2089         * src/textview.c
2090                 Fix Face/X-Face being used if adding another
2091                 address than sender to addressbook
2092                 Thanks to Colin
2093
2094 2007-10-10 [holger]     3.0.2cvs48
2095
2096         * src/addrduplicates.c
2097         * src/editaddress.c
2098                 Improvements to the addressbook duplicate finder
2099                 feature:
2100                  - add an edit button to the button bar
2101                  - display the whole bookname (with iface) and
2102                    use this for same-book checking
2103                  - after editing, try to keep selections if the
2104                    entries are still present
2105                  - sort the email column alphabetically
2106                  - put results in a scrolled window
2107                  - support embedded editing
2108                  - make columns in detail view resizable
2109                  - add keyboard shortcuts
2110
2111 2007-10-10 [wwp]        3.0.2cvs47
2112
2113         * src/addrindex.c
2114                 Fix a crash when there's no From: in email, thanks to Colin.
2115
2116 2007-10-09 [paul]       3.0.2cvs46
2117
2118         * src/messageview.c
2119         * src/summaryview.c
2120         * src/textview.c
2121                 fix building without compface support
2122
2123 2007-10-09 [colin]      3.0.2cvs45
2124
2125         * src/editaddress.c
2126         * src/headerview.c
2127         * src/textview.c
2128                 Add error handling
2129
2130 2007-10-09 [colin]      3.0.2cvs44
2131
2132         * src/addrduplicates.c
2133         * src/addressadd.c
2134         * src/addressadd.h
2135         * src/addressbook.c
2136         * src/addressbook.h
2137         * src/addrindex.c
2138         * src/addrindex.h
2139         * src/addritem.c
2140         * src/addritem.h
2141         * src/compose.c
2142         * src/editaddress.c
2143         * src/editaddress_other_attributes_ldap.h
2144         * src/headerview.c
2145         * src/messageview.c
2146         * src/mimeview.c
2147         * src/summaryview.c
2148         * src/textview.c
2149         * src/gtk/gtkutils.c
2150                 Automatically set contacts' pictures from Face 
2151                 or X-Face if they have no picture
2152                 Display the contact picture in textview or
2153                 headerview for mails sent by people in the 
2154                 addressbook, that have no Face or X-Face
2155                 Fix a few details in the Person edition dialog
2156                 (ability to unset picture)
2157                 Remove picture file when deleting contacts
2158
2159 2007-10-09 [iwkse]      3.0.2cvs43
2160
2161         * src/gtk/about.c
2162                 center the about window
2163
2164 2007-10-09 [paul]       3.0.2cvs42
2165
2166         * src/prefs_toolbar.c
2167                 fix icon selector window on maemo
2168
2169 2007-10-09 [paul]       3.0.2cvs41
2170
2171         * src/messageview.c
2172                 add 'go to' menu to separate msgview
2173
2174 2007-10-09 [colin]      3.0.2cvs40
2175
2176         * src/common/defs.h
2177                 Add forgotten file
2178
2179 2007-10-09 [iwkse]      3.0.2cvs39
2180
2181         * Makefile.am
2182         * src/addressbook.c
2183         * src/addritem.c
2184         * src/addritem.h
2185         * src/editaddress.c
2186         * src/editaddress_other_attributes_ldap.h
2187         * src/addrbook.c
2188         * src/Makefile.am
2189                 set a photo in the Addressbook
2190
2191 2007-10-08 [colin]      3.0.2cvs38
2192
2193         * src/prefs_toolbar.c
2194                 Make height 320 to remove the scrollbar 
2195                 (with current number of icons)
2196
2197 2007-10-08 [colin]      3.0.2cvs37
2198
2199         * src/prefs_toolbar.c
2200                 Transform the treeview to a GtkIconView.
2201                 Patch by Pawel
2202                 In addition, transform the window so that 
2203                 it looks like a popup menu. Patch by me
2204
2205 2007-10-08 [colin]      3.0.2cvs36
2206
2207         * src/compose.c
2208         * src/compose.h
2209                 Beautify the GUI a bit; in particular, show the
2210                 number of attachments in the tab's title.
2211                 Patch by Pawel
2212
2213 2007-10-08 [paul]       3.0.2cvs35
2214
2215         * src/mimeview.c
2216                 Save users from themselves: save temporary
2217                 files used for Open/Open with as read-only.
2218                 Thanks to Colin
2219
2220 2007-10-08 [paul]       3.0.2cvs34
2221
2222         * tools/Makefile.am
2223                 forgot this in cvs33
2224
2225 2007-10-08 [paul]       3.0.2cvs33
2226
2227         * tools/kdeservicemenu/README
2228         * tools/kdeservicemenu/claws-mail-attach-files.desktop.template
2229         * tools/kdeservicemenu/install.sh
2230         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
2231                 renamed template* to *template so as not to confuse
2232                 lintian
2233
2234 2007-10-08 [paul]       3.0.2cvs32
2235
2236         * src/prefs_themes.c
2237         * src/stock_pixmap.c
2238                 replace 2 direct uses of RC_DIR
2239
2240 2007-10-07 [colin]      3.0.2cvs31
2241
2242         * src/addrduplicates.c
2243         * src/addrduplicates.h
2244         * src/addressbook.c
2245         * src/addressbook.h
2246         * src/addrindex.c
2247         * src/addrindex.h
2248                 Implement deletion in duplicate finder. 
2249                 Patch by Holger 
2250
2251 2007-10-07 [colin]      3.0.2cvs30
2252
2253         * src/exporthtml.c
2254         * src/mbox.c
2255         * src/common/utils.c
2256                 Better fix for Solaris, thanks to Nicolas Doualot
2257
2258 2007-10-07 [colin]      3.0.2cvs29
2259
2260         * AUTHORS
2261         * src/gtk/authors.h
2262                 Add Frank Dietrich
2263
2264 2007-10-07 [colin]      3.0.2cvs28
2265
2266         * src/exporthtml.c
2267                 Fix HTML export to make it more compliant
2268                 Patch by Frank Dietrich <bits_n_bytes@gmx.de>
2269
2270 2007-10-07 [colin]      3.0.2cvs27
2271
2272         * src/prefs_toolbar.c
2273                 Only use icons that wouldn't look stupid in the toolbar
2274                 Patch by Pawel
2275
2276 2007-10-07 [colin]      3.0.2cvs26
2277
2278         * src/prefs_toolbar.c
2279                 Fix old icon being used when none is selected
2280
2281 2007-10-07 [colin]      3.0.2cvs25
2282
2283         * src/toolbar.c
2284                 Fix copy/paste error
2285
2286 2007-10-07 [colin]      3.0.2cvs24
2287
2288         * src/prefs_toolbar.c
2289         * src/toolbar.c
2290         * src/toolbar.h
2291                 Update icon to default one when changing event
2292                 Make the icon chooser nicer (handle Esc, Enter,
2293                 double-click)
2294
2295 2007-10-06 [colin]      3.0.2cvs23
2296
2297         * src/prefs_toolbar.c
2298                 Fix text reset; patch by Pawel
2299
2300 2007-10-06 [colin]      3.0.2cvs22
2301
2302         * src/toolbar.h
2303                 Complete previous commit
2304
2305 2007-10-06 [colin]      3.0.2cvs21
2306
2307         * src/prefs_toolbar.c
2308         * src/toolbar.c
2309                 Set toolbar text automatically to the default
2310                 when changing Event executed on click
2311
2312 2007-10-06 [colin]      3.0.2cvs20
2313
2314         * src/prefs_toolbar.c
2315                 Invert Text and Event fields
2316
2317 2007-10-06 [colin]      3.0.2cvs19
2318
2319         * src/prefs_toolbar.c
2320         * src/toolbar.c
2321                 Make toolbar prefs look much better
2322                 Patch by Pawel Pekala
2323
2324 2007-10-06 [paul]       3.0.2cvs18
2325
2326         * src/account.c
2327         * src/prefs_filtering.c
2328                 fix checkbuttons in gtktreeview on maemo by
2329                 setting maemo's "allow-checkbox-mode" to FALSE
2330
2331 2007-10-06 [colin]      3.0.2cvs17
2332
2333         * configure.ac
2334                 Export -DSOLARIS in CFLAGS for all
2335                 Solaris (not just 2.8) and OpenSolaris
2336
2337 2007-10-06 [paul]       3.0.2cvs16
2338
2339         * AUTHORS
2340         * src/exporthtml.c
2341         * src/mbox.c
2342         * src/gtk/authors.h
2343                 fix build on solaris where ctime_r takes
2344                 3 arguments rather than 2.
2345                 Patch by Nicolas Doualot <slubman.lists@slubman.info>
2346
2347 2007-10-05 [colin]      3.0.2cvs15
2348
2349         * src/etpan/imap-thread.c
2350                 Fix wrong error codepath
2351
2352 2007-10-05 [wwp]        3.0.2cvs14
2353
2354         * src/filtering.c
2355                 Fix unexpected logging of quicksearches:
2356                 debug_filtering_session flag was never reset to FALSE, causing
2357                 matcher functions to log when called from a quicksearch
2358                 (if a filtering session happened before).
2359
2360 2007-10-05 [paul]       3.0.2cvs13
2361
2362         * src/prefs_actions.c
2363         * src/prefs_filtering.c
2364         * src/prefs_template.c
2365                 fix bug 1343, 'Filtering..'s close button
2366                 silently discards new filter'
2367                 Thanks to Colin
2368
2369 2007-10-05 [paul]       3.0.2cvs12
2370
2371         * configure.ac
2372         * src/Makefile.am
2373                 fix bug 1347, '-Wno-unused-function, optional'
2374
2375 2007-10-05 [colin]      3.0.2cvs11
2376
2377         * src/procmime.c
2378         * src/common/mgutils.c
2379                 Fix warnings
2380
2381 2007-10-05 [mones]      3.0.2cvs10
2382
2383         * manual/advanced.xml
2384                 Use full menu name
2385         * manual/es/advanced.xml
2386                 Synchronise translation
2387
2388 2007-10-04 [colin]      3.0.2cvs9
2389
2390         * src/action.c
2391         * src/addrbook.c
2392         * src/addrindex.c
2393         * src/compose.c
2394         * src/exporthtml.c
2395         * src/exportldif.c
2396         * src/folder.c
2397         * src/main.c
2398         * src/matcher.c
2399         * src/mbox.c
2400         * src/messageview.c
2401         * src/mh.c
2402         * src/news.c
2403         * src/partial_download.c
2404         * src/pop.c
2405         * src/procmime.c
2406         * src/procmsg.c
2407         * src/toolbar.c
2408         * src/common/log.c
2409         * src/common/mgutils.c
2410         * src/common/plugin.c
2411         * src/common/utils.c
2412         * src/common/xml.c
2413         * src/common/xml.h
2414         * src/common/xmlprops.c
2415         * src/common/xmlprops.h
2416         * src/plugins/bogofilter/bogofilter.c
2417         * src/plugins/clamav/clamav_plugin.c
2418         * src/plugins/dillo_viewer/dillo_prefs.c
2419         * src/plugins/pgpcore/prefs_gpg.c
2420         * src/plugins/pgpinline/pgpinline.c
2421         * src/plugins/pgpmime/pgpmime.c
2422         * src/plugins/spamassassin/spamassassin.c
2423         * src/plugins/trayicon/trayicon_prefs.c
2424                 Verify success on writes. Will fix possible strange
2425                 failure on disk full.
2426
2427 2007-10-04 [paul]       3.0.2cvs8
2428
2429         * manual/advanced.xml
2430                 add further info about Actions
2431                 Patch by Emmanuel Briot <briot@adacore.com>
2432
2433 2007-10-04 [paul]       3.0.2cvs7
2434
2435         * src/account.c
2436                 remove the D column, instead indicate the
2437                 default account by use of bold text
2438
2439 2007-10-03 [colin]      3.0.2cvs6
2440
2441         * src/common/template.c
2442                 Fix templates writing (was prone to disk full problems)
2443
2444 2007-10-03 [colin]      3.0.2cvs5
2445
2446         * src/Makefile.am
2447         * src/addrduplicates.c
2448         * src/addrduplicates.h
2449         * src/addressbook.c
2450                 Add duplicate deletion. Patch by Holger
2451
2452 2007-10-03 [colin]      3.0.2cvs4
2453
2454         * src/matcher.c
2455         * src/gtk/quicksearch.c
2456                 Fix bug 1340, 'Case insensitive searches with 
2457                 non-ascii alphabets fail'.
2458
2459 2007-10-03 [colin]      3.0.2cvs3
2460
2461         * src/main.c
2462         * src/common/utils.c
2463         * src/common/utils.h
2464                 Implement run-time alternative config directories
2465
2466 2007-10-03 [colin]      3.0.2cvs2
2467
2468         * src/folderview.c
2469                 Prevent opening folder item while folder
2470                 is scanned in a better way
2471
2472 2007-10-02 [paul]       3.0.2cvs1
2473
2474         * NEWS
2475         * README
2476         * RELEASE_NOTES
2477         * configure.ac
2478                 bump up version number following stable release
2479
2480 2007-09-30 [colin]      3.0.1cvs49
2481
2482         * src/imap.c
2483                 Refresh session if needed
2484
2485 2007-09-30 [colin]      3.0.1cvs48
2486
2487         * src/imap.c
2488                 Reset folder's session to NULL
2489                 before destroying it
2490
2491 2007-09-30 [mones]      3.0.1cvs47
2492
2493         * manual/handling.xml
2494                 Use markup quotes instead hardcoded quotes
2495         * manual/es/handling.xml
2496                 Added new synced section (IMAP subscriptions)
2497
2498 2007-09-29 [colin]      3.0.1cvs46
2499
2500         * src/imap.c
2501                 Notice disconnections faster
2502
2503 2007-09-28 [colin]      3.0.1cvs45
2504
2505         * src/addressbook.c
2506         * src/addrindex.c
2507                 Fix warnings
2508
2509 2007-09-28 [paul]       3.0.1cvs44
2510
2511         * src/mimeview.c
2512                 fix maemo build
2513
2514 2007-09-28 [paul]       3.0.1cvs43
2515
2516         * src/account.c
2517                 use gtk_widget_set_size_request() on the label
2518                 so that wrapping works better. get rid of the
2519                 (partially deprecated) hbutton_box.
2520                 these changes should prevent buttons overlapping
2521                 on maemo
2522
2523 2007-09-28 [colin]      3.0.1cvs42
2524
2525         * src/pop.c
2526                 Fix typo :)
2527
2528 2007-09-28 [colin]      3.0.1cvs41
2529
2530         * src/compose.c
2531         * src/msgcache.c
2532         * src/pop.c
2533         * src/procmime.c
2534         * src/etpan/imap-thread.c
2535                 64bits-related warning fixes
2536
2537 2007-09-28 [colin]      3.0.1cvs40
2538
2539         * src/folder_item_prefs.c
2540         * src/ldaputil.c
2541         * src/mainwindow.c
2542         * src/mimeview.c
2543         * src/common/tags.c
2544                 Fix warnings
2545
2546 2007-09-28 [colin]      3.0.1cvs39
2547
2548         * src/plugins/spamassassin/spamassassin.c
2549         * src/plugins/spamassassin/spamassassin.h
2550         * src/plugins/spamassassin/spamassassin_gtk.c
2551                 Add addressbook-based whitelisting
2552
2553 2007-09-28 [colin]      3.0.1cvs38
2554
2555         * src/folder.c
2556                 Fix bug 1337, 'crash on pressing Send button'
2557
2558 2007-09-28 [paul]       3.0.1cvs37
2559
2560         * src/prefs_folder_item.c
2561                 give the orphans a parent. makes all prefs
2562                 pages visible on maemo
2563
2564 2007-09-28 [colin]      3.0.1cvs36
2565
2566         * src/prefs_folder_column.c
2567         * src/prefs_summary_column.c
2568                 Fix two leaks
2569
2570 2007-09-27 [colin]      3.0.1cvs35
2571
2572         * src/gtk/quicksearch.c
2573                 Fix bug 1336, 'Segfault if empty space before search-string'
2574
2575 2007-09-26 [mones]      3.0.1cvs34
2576
2577         * manual/account.xml
2578         * manual/plugins.xml
2579                 Fixed irc channel name, added some docbook markup.
2580                 Changed text markup to docbook markup. 
2581                 Added spamcop as supported in SpamReport description.
2582         * manual/fr/plugins.xml
2583                 Fixed irc channel name.
2584         * manual/es/account.xml
2585         * manual/es/advanced.xml
2586         * manual/es/claws-mail-manual.xml
2587         * manual/es/glossary.xml
2588         * manual/es/gpl.xml
2589         * manual/es/keyboard.xml
2590         * manual/es/plugins.xml
2591                 Synced with English version, fixed a couple of typos.
2592
2593 2007-09-26 [colin]      3.0.1cvs33
2594
2595         * configure.ac
2596                 Explain why "Libgnomeprint: no" on GTK+ 2.10
2597
2598 2007-09-26 [colin]      3.0.1cvs32
2599
2600         * src/messageview.c
2601         * src/procmsg.c
2602         * src/procmsg.h
2603                 Optimisation: avoid fetching mail 3 times locally
2604                 for displaying
2605
2606 2007-09-26 [colin]      3.0.1cvs31
2607
2608         * src/mh.c
2609                 Fix missing static
2610
2611 2007-09-26 [colin]      3.0.1cvs30
2612
2613         * src/folder.c
2614         * src/folder.h
2615         * src/mh.c
2616         * src/mh.h
2617                 Fix MH mtime hack - make it a folder class function
2618
2619 2007-09-26 [colin]      3.0.1cvs29
2620
2621         * src/inc.c
2622                 Fix bug 1334, 'user defined mail incorporation 
2623                 script not run'
2624
2625 2007-09-25 [colin]      3.0.1cvs28
2626
2627         * src/codeconv.c
2628                 Optimisation: shortcut conv_codeset_strdup
2629                 when src_code and dest_code are the same
2630         * src/common/xml.c
2631         * src/common/xml.h
2632                 Optimisation: shortcut code conversions when
2633                 files are in UTF-8; faster list walking by
2634                 using prepend/reverse.
2635
2636 2007-09-25 [holger]     3.0.1cvs27
2637
2638         * src/printing.c
2639                 Replace button bar of the preview window
2640                 with a real toolbar (patch by Colin)
2641                 Add zooming to the preview window
2642
2643 2007-09-24 [paul]       3.0.1cvs26
2644
2645         * src/compose.c
2646                 compact the character set menu, adding some
2647                 missing encodings. Patch by Pawel Pekala
2648
2649 2007-09-23 [paul]       3.0.1cvs25
2650
2651         * src/prefs_account.c
2652         * src/prefs_folder_item.c
2653         * src/prefs_quote.c
2654         * src/quote_fmt.c
2655         * src/quote_fmt.h
2656                 remove unnecessary frame from Templates options
2657                 and improve the English of the check button label
2658
2659 2007-09-22 [colin]      3.0.1cvs24
2660
2661         * src/gtk/quicksearch.c
2662                 Fix bug 1329, 'error in quicksearch.c'
2663                 Fix return with value in function returning void
2664
2665 2007-09-22 [colin]      3.0.1cvs23
2666
2667         * src/imap.c
2668         * src/procmsg.h
2669         * src/common/utils.c
2670         * src/common/utils.h
2671         * src/etpan/imap-thread.c
2672                 Optimise fetching IMAP cached emails *a lot*
2673                 (remember whether mail is fully cached and \r's
2674                  are already stripped)
2675
2676 2007-09-22 [colin]      3.0.1cvs22
2677
2678         * src/folder.c
2679         * src/folder.h
2680         * src/prefs_folder_item.c
2681                 Add a button to allow users to drop local caches.
2682
2683 2007-09-21 [colin]      3.0.1cvs21
2684
2685         * src/summaryview.c
2686                 Remove unnecessary error when cancelling export to mbox.
2687                 Patch by Pawel
2688
2689 2007-09-21 [paul]       3.0.1cvs20
2690
2691         * src/gtk/prefswindow.c
2692                 remove unnecessary frames from the prefs
2693                 pages. Patch by Pawel Pekala
2694
2695 2007-09-21 [paul]       3.0.1cvs19
2696
2697         * src/prefs_account.c
2698         * src/prefs_folder_item.c
2699         * src/prefs_quote.c
2700         * src/quote_fmt.c
2701                 put the Templates options into a tabbed
2702                 layout. Patch by Pawel Pekala
2703
2704 2007-09-21 [paul]       3.0.1cvs18
2705
2706         * src/mainwindow.c
2707                 group together the character set menu items
2708                 move the /View/Show or hide/Message view below
2709                 .../Toolbar menu item
2710                 Patch by Pawel Pekala
2711
2712 2007-09-21 [mones]      3.0.1cvs17
2713
2714         * src/compose.c
2715                 Fix for bug 1327, 'segfault when replying to a non-existent
2716                 news message', thanks to Colin.
2717
2718 2007-09-21 [colin]      3.0.1cvs16
2719
2720         * src/folderview.c
2721                 Complete 3.0.1cvs15
2722
2723 2007-09-20 [colin]      3.0.1cvs15
2724
2725         * src/folderview.c
2726         * src/folderview.h
2727                 Maybe fix bug 1324, 'Corrupted IMAP cache'
2728
2729 2007-09-20 [colin]      3.0.1cvs14
2730
2731         * src/printing.c
2732                 Fix a little leak
2733
2734 2007-09-20 [holger]     3.0.1cvs13
2735
2736         * src/printing.c
2737                 Add page layout to print preview.
2738                 Make the close-button in the toolbar
2739                 right-aligned.
2740
2741 2007-09-20 [paul]       3.0.1cvs12
2742
2743         * po/ru.po
2744                 updated by Pavlo Bohmat
2745
2746 2007-09-19 [colin]      3.0.1cvs11
2747
2748         * src/common/utils.c
2749                 Prevent unquoted mime boundaries, by always
2750                 using a /
2751
2752 2007-09-19 [colin]      3.0.1cvs10
2753
2754         * src/printing.c
2755                 Fix drawing area size, fix DPI change that
2756                 can cause total number of lines to decrease
2757
2758 2007-09-19 [colin]      3.0.1cvs9
2759
2760         * po/POTFILES.in
2761         * src/printing.c
2762                 Make print preview more efficient and nicer.
2763                 Patch mostly by Holger Berndt <hb@claws-mail.org>
2764
2765 2007-09-19 [colin]      3.0.1cvs8
2766
2767         * src/prefs_common.c
2768         * src/prefs_common.h
2769         * src/printing.c
2770                 Add scrolledwindow, default allocation and
2771                 size saving to the print preview window.
2772
2773 2007-09-18 [colin]      3.0.1cvs7
2774
2775         * src/prefs_common.c
2776         * src/prefs_common.h
2777         * src/prefs_image_viewer.c
2778         * src/printing.c
2779                 GtkPrintOperation:
2780                 - add image printing support
2781                 - add option to print images
2782                 - add preview widget
2783                 - add saving of a few Page Setup parameters
2784
2785 2007-09-18 [colin]      3.0.1cvs6
2786
2787         * AUTHORS
2788         * src/gtk/authors.h
2789                 Add Guillaume Chazarain
2790
2791 2007-09-18 [colin]      3.0.1cvs5
2792
2793         * src/common/utils.c
2794                 Fix bug 1321, 'access before allocation 
2795                 when scanning for uris'. Patch by 
2796                 Guillaume Chazarain <guichaz@yahoo.fr>
2797
2798 2007-09-18 [colin]      3.0.1cvs4
2799
2800         * src/toolbar.c
2801                 Fix bug 1320, 'Memory leak caused by 
2802                 gtk_container_get_children'. Patch by
2803                 Guillaume Chazarain <guichaz@yahoo.fr>
2804
2805 2007-09-18 [colin]      3.0.1cvs3
2806
2807         * src/printing.c
2808         * src/printing.h
2809                 Fix HAVE_GNOMEPRINT (USE_GNOMEPRINT)
2810
2811 2007-09-18 [colin]      3.0.1cvs2
2812
2813         * src/Makefile.am
2814         * src/mainwindow.c
2815         * src/messageview.c
2816         * src/messageview.h
2817         * src/prefs_ext_prog.c
2818         * src/prefs_fonts.c
2819         * src/printing.c
2820         * src/printing.h
2821         * src/summaryview.c
2822                 Use GtkPrintOperation by default on GTK+ >= 2.10
2823                 Patch by Holger Berndt <hb@claws-mail.org>
2824
2825 2007-09-18 [paul]       3.0.1cvs1
2826
2827         * NEWS
2828         * README
2829         * RELEASE_NOTES
2830         * configure.ac
2831                 bump up version number following stable release
2832
2833 2007-09-16 [colin]      3.0.0cvs18
2834
2835         * src/folder.c
2836                 Fix possible memleak
2837
2838 2007-09-16 [colin]      3.0.0cvs17
2839
2840         * src/folderview.c
2841                 Fix bug 1311, 'Wrong arrow position 
2842                 while moving message into folder when 
2843                 column headers hidden'
2844         * src/image_viewer.c
2845                 Show error in the GUI if image can't
2846                 be loaded
2847         * src/matcher.c
2848                 Fix spurious output
2849         * src/messageview.c
2850                 Allow setting domain in msgid
2851         * src/common/plugin.c
2852                 Add timing information
2853
2854 2007-09-16 [colin]      3.0.0cvs16
2855
2856         * src/account.c
2857         * src/compose.c
2858         * src/prefs_account.c
2859         * src/prefs_account.h
2860         * src/common/utils.c
2861                 Remove Generate Message-ID option. We need
2862                 this on some IMAP servers.
2863         * src/prefs_template.c
2864                 Fix double-free
2865
2866 2007-09-16 [colin]      3.0.0cvs15
2867
2868         * src/prefs_filtering.c
2869         * src/prefs_filtering.h
2870         * src/prefs_filtering_action.c
2871         * src/common/tags.c
2872                 Fix tags issues: tags with spaces, renaming
2873                 tags.
2874
2875 2007-09-16 [colin]      3.0.0cvs14
2876
2877         * src/folderview.c
2878         * src/main.c
2879         * src/mainwindow.c
2880                 Fix bug 1308, 'Claws deletes folderlist.xml after
2881                 fetching mail short after start-up'
2882
2883 2007-09-16 [colin]      3.0.0cvs13
2884
2885         * src/compose.c
2886                 Fix scrolling to cursor
2887
2888 2007-09-16 [paul]       3.0.0cvs12
2889
2890         * po/sr.po
2891                 updated by Aleksandar Urosevic
2892
2893 2007-09-16 [paul]       3.0.0cvs11
2894
2895         * src/folder.c
2896                 do not allow locked msgs to be deleted,
2897                 even by filtering/processing
2898
2899 2007-09-07 [paul]       3.0.0cvs10
2900
2901         * src/prefs_folder_column.c
2902         * src/prefs_summary_column.c
2903                 implement button sensitivity
2904                 patch by Pawel Pekala
2905
2906 2007-09-06 [wwp]        3.0.0cvs9
2907
2908         * src/prefs_gtk.c
2909                 Add a missing linefeed to a debug message.
2910
2911 2007-09-05 [colin]      3.0.0cvs8
2912
2913         * src/inc.c
2914                 Fix statusbar/window mismatch on Maemo
2915
2916 2007-09-05 [colin]      3.0.0cvs7
2917
2918         * src/ldaputil.c
2919                 Fix build without USE_LDAP_TLS
2920
2921 2007-09-05 [colin]      3.0.0cvs6
2922
2923         * src/folder.c
2924         * src/imap.c
2925         * src/inc.c
2926         * src/mbox.c
2927         * src/send_message.c
2928         * src/statusbar.c
2929         * src/statusbar.h
2930                 Maemo: distinguish various statusbar messages,
2931                 in order to display only the most important.
2932
2933 2007-09-04 [wwp]        3.0.0cvs5
2934
2935         * src/account.c
2936                 Accounts list: fix "Local" protocol not shown when USE_OPENSSL is set.
2937                 Show protocol "SMTP" and the appropriate server for send-only
2938                 accounts, show "-" instead of "" when no value is relevant.
2939
2940 2007-09-03 [ticho]      3.0.0cvs4
2941
2942         * src/summaryview.c
2943                 Handle plural form better in delete confirmation dialog.
2944
2945 2007-09-03 [wwp]        3.0.0cvs3
2946
2947         * src/compose.c
2948                 Warn differently when sending or sending later (queueing).
2949
2950 2007-09-03 [colin]      3.0.0cvs2
2951
2952         * src/procmime.c
2953         * src/procmime.h
2954         * src/common/plugin.c
2955         * src/common/plugin.h
2956                 Add a new plugin API, MimeParser. It allows
2957                 plugins to scan email MIME parts and optionally,
2958                 transform them.
2959
2960 2007-09-03 [mones]      3.0.0cvs1
2961
2962         * po/es.po
2963                 Updated translation
2964         * src/common/defs.h
2965                 While a better solution is made double history sizes
2966
2967 2007-09-03 [paul]       3.0.0
2968
2969         * NEWS
2970         * README
2971         * RELEASE_NOTES
2972                 3.0.0 released
2973
2974 [For previous entries, see ChangeLog.2.0.0-3.0.0]