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