2008-05-16 [paul] 3.4.0cvs43
[claws.git] / ChangeLog
1 2008-05-16 [paul]       3.4.0cvs43
2
3         * manual/de/account.xml
4         * manual/it/account.xml
5         * manual/it/ack.xml
6         * manual/it/addrbook.xml
7         * manual/it/claws-mail-manual.xml
8         * manual/it/gpl.xml
9         * manual/it/intro.xml
10         * manual/it/starting.xml
11                 add pages towards German and Italian manuals.
12                 (just for storage, they are not built yet, due
13                 to being incomplete.) submitted by Speckmade
14                 <Speckmade@gmx.net> and Salvatore De Paolis
15                 <iwkse@claws-mail.org>
16
17 2008-05-16 [colin]      3.4.0cvs42
18
19         * src/gtk/sslcertwindow.c
20                 Fix SHA1 fingerprint with GnuTLS
21
22 2008-05-15 [colin]      3.4.0cvs41
23
24         * src/gtk/sslcertwindow.c
25                 Print SHA1 fingerprint too
26
27 2008-05-15 [colin]      3.4.0cvs40
28
29         * src/imap.c
30                 Fix certificate port on TLS. It was 
31                 previously always 0.
32                 **IMPORTANT INFORMATION**: this will trigger 
33                 one wrong "New certificate" warning at the 
34                 first connection with this fix, if using STARTTLS
35                 on IMAP.
36         * src/gtk/sslcertwindow.c
37                 Make labels selectable
38
39 2008-05-15 [colin]      3.4.0cvs39
40
41         * src/imap.c
42                 Fix double free when STARTTLS fails (for
43                 example due to refusing the certificate)
44
45 2008-05-15 [paul]       3.4.0cvs38
46
47         * manual/advanced.xml
48                 fix typo
49
50 2008-05-15 [paul]       3.4.0cvs37
51
52         * manual/advanced.xml
53         * src/prefs_send.c
54                 make outgoing_fallback_to_ascii a hidden pref
55
56 2008-05-14 [colin]      3.4.0cvs36
57
58         * src/main.c
59         * src/mainwindow.c
60         * src/mainwindow.h
61                 Make it possible to cancel quit when Claws
62                 ask whether to empty trash.
63
64 2008-05-14 [colin]      3.4.0cvs35
65
66         * src/compose.c
67         * src/prefs_common.c
68         * src/prefs_common.h
69         * src/prefs_send.c
70                 Add a preference to be able to specify an
71                 outgoing charset/encoding but still fallback
72                 to 7bit US-ASCII when possible (default TRUE,
73                 same behavior as pre-cvs34)
74
75 2008-05-14 [colin]      3.4.0cvs34
76
77         * src/compose.c
78                 Always use the specified encoding and charset if it is
79                 specified, even if the mail is ASCII.
80
81 2008-05-13 [paul]       3.4.0cvs33
82
83         * src/ldapupdate.c
84                 fix the build warnings the easy way for now
85
86 2008-05-13 [colin]      3.4.0cvs32
87
88         * src/prefs_themes.c
89                 Count .png files as icons too (fixes part
90                 of bug 1609, 'Icon issues')
91
92 2008-05-13 [wwp]        3.4.0cvs31
93
94         * src/addressbook_foldersel.c
95                 Fix wrong check (completes 3.4.0.cvs30).
96
97 2008-05-12 [wwp]        3.4.0cvs30
98
99         * src/addressbook.c
100         * src/addressbook_foldersel.c
101         * src/filtering.c
102         * src/matcher.c
103         * src/prefs_matcher.c
104         * src/plugins/bogofilter/bogofilter.c
105         * src/plugins/bogofilter/bogofilter_gtk.c
106         * src/plugins/dillo_viewer/dillo_prefs.c
107         * src/plugins/spamassassin/spamassassin.c
108         * src/plugins/spamassassin/spamassassin_gtk.c
109                 Fix for bug 1604 "found_in_addressbook in Any in non English local",
110                 based on a patch submitted by Paul CtrlAltBs. Also fix storing of
111                 translated string "Any" in plugins (whitelisting) and
112                 UTF8 comparisons.
113
114 2008-05-07 [colin]      3.4.0cvs29
115
116         * configure.ac
117                 Fix --enable-maemo (assume --enable-generic-umpc)
118
119 2008-05-07 [colin]      3.4.0cvs28
120
121         * configure.ac
122         * src/account.c
123         * src/addr_compl.c
124         * src/compose.c
125         * src/editaddress.c
126         * src/folderview.c
127         * src/mainwindow.c
128         * src/messageview.c
129         * src/mimeview.c
130         * src/prefs_account.c
131         * src/prefs_common.c
132         * src/prefs_display_header.c
133         * src/prefs_filtering.c
134         * src/prefs_summaries.c
135         * src/prefs_template.c
136         * src/prefs_toolbar.c
137         * src/stock_pixmap.c
138         * src/summaryview.c
139         * src/summaryview.h
140         * src/textview.c
141         * src/toolbar.c
142         * src/gtk/about.c
143         * src/gtk/gtksctree.c
144         * src/gtk/menu.c
145         * src/gtk/prefswindow.c
146         * src/gtk/sslcertwindow.c
147                 Separate generic UMPC code (layouts, ...) from 
148                 MAEMO code (Hildon, ...)
149
150 2008-05-06 [paul]       3.4.0cvs27
151
152         * tools/claws.i18n.status.pl
153                 add he.po
154
155 2008-05-06 [colin]      3.4.0cvs26
156
157         * src/common/utils.c
158                 Maybe fix crash on FreeBSD
159
160 2008-05-05 [colin]      3.4.0cvs25
161
162         * src/messageview.c
163                 Fix bug 1602, 'Crash when sending return receipt for
164                 messages with no subject'
165
166 2008-05-05 [colin]      3.4.0cvs24
167
168         * src/mimeview.c
169                 Don't overwrite temporary files with same
170                 name when drag and dropping. Fixes bug 1599,
171                 'attach multiple files with the same name from 
172                 one mail to another'
173
174 2008-05-04 [paul]       3.4.0cvs23
175
176         * src/compose.c
177         * src/prefs_common.c
178                 fix bug 1587 'can not replay with quote'
179
180 2008-05-03 [colin]      3.4.0cvs22
181
182         * po/de.po
183                 Fix bug 1598, 'Leading slash while translating "Unsubscribe"'
184
185 2008-05-03 [colin]      3.4.0cvs21
186
187         * src/toolbar.c
188                 Fix bug 1597, 'In news folders, "Move Message to Wastebin" 
189                 icon isn't grayed although ineffective'
190
191 2008-05-02 [wwp]        3.4.0cvs20
192
193         * po/fr.po
194                 Fix translation.
195
196         * src/prefs_folder_item.c
197                 Add missing notice in folder properties (templates) when
198                 folder is a root node.
199
200 2008-04-30 [colin]      3.4.0cvs19
201
202         * src/prefs_toolbar.c
203                 Add Trash and Delete icons to the icon chooser
204
205 2008-04-30 [colin]      3.4.0cvs18
206
207         * src/compose.c
208                 Remove "Delete entire line" which was a noop
209                 and should be the same as "Delete line" :)
210
211 2008-04-30 [colin]      3.4.0cvs17
212
213         * src/compose.c
214                 Fix 'Delete line' and 'Delete to end of line'
215                 on the last line. Patch by <seelenhirt@gmx.net>
216
217 2008-04-28 [colin]      3.4.0cvs16
218
219         * src/folder.c
220                 Fix bug 1589, 'tagsdb file not removed when
221                 folder deleted'.
222         * src/common/utils.c
223                 Make sure claws_unlink accepts NULL arg.
224
225 2008-04-25 [colin]      3.4.0cvs15
226
227         * src/common/ssl.c
228                 Fix/simplify previous commit
229
230 2008-04-25 [colin]      3.4.0cvs14
231
232         * src/addrindex.h
233         * src/common/ssl_certificate.c
234                 Patch by Marcus: Fix Win32 build
235         * src/common/ssl.c
236                 Fix build with GnuTLS/no pthread, thanks
237                 to Marcus
238
239 2008-04-25 [colin]      3.4.0cvs13
240
241         * src/summaryview.c
242                 Fix bug 1586, '3-pane vertical layout now and then 
243                 still shows sender column'
244
245 2008-04-25 [colin]      3.4.0cvs12
246
247         * src/Makefile.am
248         * src/w32-logo.ico
249         * src/w32-resource.rc
250                 Patch from Marcus Brinkmann to set an icon on w32.
251
252 2008-04-24 [colin]      3.4.0cvs11
253
254         * src/inc.c
255         * src/inc.h
256                 Trace inc locks
257         * src/ldif.c
258         * src/ldif.h
259                 Fix bug 1581, 'Bad File Format during Import LDIF':
260                 Use dynamically allocated buffers; also, allow 
261                 importing contacts with no email address
262
263 2008-04-24 [colin]      3.4.0cvs10
264
265         * src/prefs_common.c
266                 Increment the timeout a bit on OpenBSD, 75 isn't enough
267
268 2008-04-23 [colin]      3.4.0cvs9
269
270         * src/compose.c
271         * src/prefs_folder_item.c
272         * src/prefs_template.c
273         * src/quote_fmt.c
274                 Fix bug 1576: Fix unescaping of templates when testing them
275                 I think it breaks nothing. (wwp, you're welcome to double-check)
276
277 2008-04-23 [paul]       3.4.0cvs8
278
279         * manual/advanced.xml
280                 add info about the "two_line_vertical" hidden
281                 pref
282
283 2008-04-22 [paul]       3.4.0cvs7
284
285         * src/prefs_common.c
286         * src/prefs_common.h
287         * src/summaryview.c
288                 make the 2-line view in summaryview when in three
289                 columns mode configurable. hidden pref: "two_line_vertical"
290
291 2008-04-22 [colin]      3.4.0cvs6
292
293         * src/inc.c
294                 Fix missing inc_unlock()
295         * src/prefs_matcher.c
296         * src/send_message.c
297                 Fix my last commit
298
299 2008-04-22 [colin]      3.4.0cvs5
300
301         * src/etpan/imap-thread.c
302                 Use g_(un)setenv instead of (un)setenv which
303                 doesn't exist on IRIX 6.5
304
305 2008-04-22 [colin]      3.4.0cvs4
306
307         * src/inc.c
308         * src/prefs_common.c
309         * src/send_message.c
310                 Fix bug 1566, 'too short I/O timeout on OpenBSD'
311                 Set the default timeout to 75 seconds
312
313 2008-04-20 [colin]      3.4.0cvs3
314
315         * src/pixmaps/tray_newmail.offline.xpm
316         * src/pixmaps/tray_newmail.xpm
317         * src/pixmaps/tray_newmarkedmail.offline.xpm
318         * src/pixmaps/tray_newmarkedmail.xpm
319         * src/pixmaps/tray_nomail.offline.xpm
320         * src/pixmaps/tray_nomail.xpm
321         * src/pixmaps/tray_unreadmail.offline.xpm
322         * src/pixmaps/tray_unreadmail.xpm
323         * src/pixmaps/tray_unreadmarkedmail.offline.xpm
324         * src/pixmaps/tray_unreadmarkedmail.xpm
325                 Make the tray icons a bit nicer. Would be
326                 nice to get really nice icons from someone
327                 who's good at Gimp :)
328
329 2008-04-18 [colin]      3.4.0cvs2
330
331         * src/common/log.c
332                 Forgot one g_unlink
333
334 lease complete the changelog entry below
335 2008-04-18 [colin]      3.4.0cvs1
336
337         * src/addrduplicates.c
338         * src/addressbook.c
339         * src/compose.c
340         * src/crash.c
341         * src/editaddress.c
342         * src/folder.c
343         * src/image_viewer.c
344         * src/imap.c
345         * src/inc.c
346         * src/main.c
347         * src/mbox.c
348         * src/messageview.c
349         * src/mh.c
350         * src/msgcache.c
351         * src/news.c
352         * src/partial_download.c
353         * src/pop.c
354         * src/prefs_common.c
355         * src/prefs_common.h
356         * src/prefs_other.c
357         * src/prefs_themes.c
358         * src/procheader.c
359         * src/procmime.c
360         * src/procmsg.c
361         * src/textview.c
362         * src/wizard.c
363         * src/common/prefs.c
364         * src/common/ssl_certificate.c
365         * src/common/template.c
366         * src/common/utils.c
367         * src/common/utils.h
368         * src/etpan/imap-thread.c
369         * src/plugins/dillo_viewer/dillo_viewer.c
370         * src/plugins/pgpcore/sgpgme.c
371         * src/plugins/pgpinline/pgpinline.c
372                 Add an option to shred temporary files and messages
373                 instead of just removing them. Slows deletions down!
374
375 2008-04-18 [paul]       3.4.0
376
377         * NEWS
378         * README
379         * RELEASE_NOTES 
380                 3.4.0 released
381
382
383 2008-04-18 [paul]       3.3.1cvs61
384
385         * po/de.po
386         * po/fi.po
387         * po/it.po
388         * po/pt_BR.po
389                 updated by Stephan Sachse, Flammie Pirinen, Andrea Spadaccini,
390                 and Frederico Goncalves Guimaraes
391         * po/es.po
392                 updated on the last minute by a lazy Ricardo Mones
393
394 2008-04-18 [colin]      3.3.1cvs60
395
396         * po/fr.po
397                 Update translation (Fabien Vantard)
398
399 2008-04-17 [colin]      3.3.1cvs59
400
401         * src/imap.c
402                 Fix debian bug 474712, 'claws seg faults when IMAP 
403                 connection breaks after an IMAP protocol error 
404                 (BAD UID SEARCH Invalid parameter: $Forwarded)]'
405         * src/summaryview.c
406                 Fix a little leak
407
408 2008-04-17 [colin]      3.3.1cvs58
409
410         * src/common/log.c
411                 Fix log size getting out of control (claws-mail
412                 getting SIGXFSZ): rotate if every 10MB
413
414 2008-04-10 [paul]       3.3.1cvs57
415
416         * src/prefs_other.c
417                 improvements to english usage
418
419 2008-04-10 [paul]       3.3.1cvs56
420
421         * src/prefs_receive.c
422                 add an accurate description
423
424 2008-04-08 [colin]      3.3.1cvs55
425
426         * src/undo.c
427                 Probably fix corruption, introduced in cvs53
428
429 2008-04-04 [iwkse]      3.3.1cvs54
430
431         * src/undo.c
432                 undo should works properly again
433
434 2008-04-04 [iwkse]      3.3.1cvs53
435
436         * src/undo.c
437                 Fix a segfault but breaks undo
438                 on a specific case (eg. double paste with
439                 middle-mouse button)
440
441 2008-04-04 [iwkse]      3.3.1cvs52
442
443         * src/prefs_filtering.c
444                 Fix previous Tab mess
445
446 2008-04-03 [iwkse]      3.3.1cvs51
447
448         * src/prefs_filtering.c
449                 Add search in filtering rules list
450
451 2008-04-02 [colin]      3.3.1cvs50
452
453         * src/main.c
454                 Revert part of the previous patch: we do
455                 want to parse ~/.claws-mail/gtkrc-2.0 if it
456                 exists
457
458 2008-04-02 [colin]      3.3.1cvs49
459
460         * src/main.c
461                 Fix bug 1562, 'Claws-Mail does not completely 
462                 respect settings in GTK2_RC_FILES environment'
463                 Remove manual parsing of .gtkrc-2.0 and 
464                 .gtk/gtkrc-2.0. GTK does it itself these days.
465
466 2008-04-01 [colin]      3.3.1cvs48
467
468         * src/imap_gtk.c
469                 Fix bug 1561, 'Crashes leaving unsubscribed folder after 
470                 ticking "Show only subscribed"'
471
472 2008-03-31 [colin]      3.3.1cvs47
473
474         * src/folder.c
475                 Fix bug 1553, 'File lock not respected'
476                 Regression due to the implementation of
477                 deletion batching
478
479 2008-03-31 [colin]      3.3.1cvs46
480
481         * src/mainwindow.c
482                 Fix tags menu update, thanks to Paul
483
484 2008-03-29 [wwp]        3.3.1cvs45
485
486         * src/prefs_account.c
487         * src/prefs_common.c
488         * src/prefs_folder_item.c
489         * src/prefs_quote.c
490         * src/quote_fmt.c
491         * src/quote_fmt.h
492                 Fix compose template formats (in global preferences)
493                 being translated under specific conditions.
494                 Add a button to restore factory defaults for current
495                 language.
496
497 2008-03-27 [colin]      3.3.1cvs44
498
499         * src/common/prefs.c
500         * src/common/xmlprops.c
501                 Fix RedHat bug 431735, 'segfault if /home is full' 
502                 (when starting): Fix double fclose() in prefs.c
503                 and potentially xmlprops.c
504
505 2008-03-27 [colin]      3.3.1cvs43
506
507         * src/addressbook.c
508                 Fix bug 1559, 'Claws Mail crashed deleting all 
509                 common contacts'
510
511 2008-03-27 [wwp]        3.3.1cvs42
512
513         * src/addressbook.c
514                 Fix 3.3.0cvs41.
515
516 2008-03-27 [wwp]        3.3.1cvs41
517
518         * src/addressbook.c
519                 Prevent list flickering when deleting addresses.
520
521 2008-03-26 [colin]      3.3.1cvs40
522
523         * src/imap.c
524                 Clean up session disconnection. Possibly
525                 fix Ubuntu bug #204290
526
527 2008-03-26 [colin]      3.3.1cvs39
528
529         * src/textview.c
530                 Fix bug 1555: current folder wasn't used when
531                 right-clicking on an email address
532
533 2008-03-25 [colin]      3.3.1cvs38
534
535         * src/plugins/bogofilter/bogofilter.c
536         * src/plugins/bogofilter/bogofilter.h
537         * src/plugins/bogofilter/bogofilter_gtk.c
538                 Add a "learn from whitelist" preference
539                 Whitelist Unsure mails too.
540
541 2008-03-24 [paul]       3.3.1cvs37
542
543         * src/prefs_account.c
544                 If no MH mailbox and no account exists, when
545                 creating a POP/Local account, just create and
546                 use the default one instead of bailing with a
547                 "Mailbox doesn't exist" error
548
549 2008-03-21 [colin]      3.3.1cvs36
550
551         * src/procmime.c
552                 strstrip mime subtype
553
554 2008-03-21 [paul]       3.3.1cvs35
555
556         * manual/advanced.xml
557                 correct and update the info about Actions
558
559 2008-03-20 [colin]      3.3.1cvs34
560
561         * src/messageview.c
562         * src/messageview.h
563         * src/textview.c
564                 Show at max 1MB of text, add a noticeview to
565                 show everything optionally.
566
567 2008-03-20 [colin]      3.3.1cvs33
568
569         * src/stock_pixmap.c
570                 Add support for png themes
571
572 2008-03-19 [wwp]        3.3.1cvs32
573
574         * src/procheader.c
575                 Sanity check.
576
577 2008-03-18 [colin]      3.3.1cvs31
578
579         * src/common/utils.c
580         * src/common/utils.h
581                 Handle size_t instead of off_t in to_human_readable
582
583 2008-03-18 [colin]      3.3.1cvs30
584
585         * src/imap.c
586                 Remove raw printf
587
588 2008-03-16 [colin]      3.3.1cvs29
589
590         * src/summaryview.c
591                 Fix build on GTK < 2.12
592
593 2008-03-16 [colin]      3.3.1cvs28
594
595         * src/mainwindow.c
596                 Refresh non-list widget when switching
597                 messageview
598
599 2008-03-16 [colin]      3.3.1cvs27
600
601         * manual/faq.xml
602                 Revert cvs25: This wasn't a typo :) :
603                 jade:.../faq.xml:49:16:E: there is no attribute "linkend"
604
605
606 2008-03-16 [colin]      3.3.1cvs26
607
608         * src/summaryview.c
609         * src/gtk/gtksctree.c
610         * src/gtk/gtksctree.h
611                 Implement 2-lines items in Summaryview when in 
612                 three columns mode
613
614 2008-03-16 [paul]       3.3.1cvs25
615
616         * manual/faq.xml
617                 fix typo
618
619 2008-03-14 [colin]      3.3.1cvs24
620
621         * src/prefs_filtering_action.c
622                 Fix buglet on setting recipient when
623                 reediting forward rules.
624
625 2008-03-12 [colin]      3.3.1cvs23
626
627         * src/summaryview.c
628                 Fix a new unused variable warning
629         * src/plugins/trayicon/trayicon.c
630                 Fix folderview's scrollbar at startup
631                 if starting hidden
632
633 2008-03-12 [colin]      3.3.1cvs22
634
635         * src/folderview.c
636         * src/summaryview.c
637                 Use item_opened at the beginning of showing
638                 a folder instead of the end. Fixes flicker.
639
640 2008-03-12 [paul]       3.3.1cvs21
641
642         * src/folder.c
643         * src/folder.h
644         * src/mainwindow.c
645         * src/procmsg.c
646         * src/summaryview.c
647         * src/plugins/trayicon/trayicon.c
648                 add tooltip with extended folder stats
649
650 2008-03-10 [colin]      3.3.1cvs20
651
652         * src/common/xml.c
653                 Handle comments
654
655 2008-03-07 [colin]      3.3.1cvs19
656
657         * src/mainwindow.c
658                 Fix blinking of the taskbar entry
659
660 2008-03-07 [colin]      3.3.1cvs18
661
662         * src/mainwindow.c
663                 MAEMO: Fix bug 1494, 'Trayicon 
664                 plugin breaks UI...'
665
666 2008-03-07 [paul]       3.3.1cvs17
667
668         * src/gtk/authors.h
669                 reflect reality a bit more closely
670
671 2008-03-06 [colin]      3.3.1cvs16
672
673         * src/mainwindow.c
674         * src/mainwindow.h
675         * src/summaryview.c
676         * src/summaryview.h
677         * src/toolbar.c
678                 Integrate things better wrt the new
679                 summaryview extensibility.
680
681 2008-03-06 [wwp]        3.3.1cvs15
682
683         * src/quote_fmt.c
684                 Fix some gcc warnings.
685
686 2008-03-06 [wwp]        3.3.1cvs14
687
688         * src/prefs_account.c
689         * src/prefs_folder_item.c
690         * src/prefs_gtk.c
691         * src/prefs_template.c
692         * src/gtk/prefswindow.c
693         * src/gtk/prefswindow.h
694                 prefs_templates: fix missing unregistering of addr_completion widgets
695                 and and ending of addr_completion service.
696                 prefs_folder_item: fix missing registering/unregistering of widgets,
697                 and rework the way add_completion service is started and stopped.
698                 Plus few prefswindow API changes (opening).
699
700 2008-03-06 [wwp]        3.3.1cvs13
701
702         * src/folder_item_prefs.c
703         * src/prefs_template.c
704         * src/prefs_template.h
705         * src/quote_fmt.c
706         * src/common/template.c
707                 Complete 3.3.1cvs12, thanks to Colin.
708
709 2008-03-06 [wwp]        3.3.1cvs12
710
711         * src/compose.c
712         * src/folder_item_prefs.c
713         * src/folder_item_prefs.h
714         * src/prefs_account.c
715         * src/prefs_folder_item.c
716         * src/prefs_quote.c
717         * src/prefs_template.c
718         * src/quote_fmt.c
719         * src/quote_fmt.h
720         * src/common/template.c
721         * src/common/template.h
722                 Global and per-folder templates can now override the from name (this
723                 doesn't change the account being used).
724                 Examples:
725                  "My other name" <%account_email> (just changes the name)
726                  my.faked.email@address.org (overrides the address too)
727
728 2008-03-05 [colin]      3.3.1cvs11
729
730         * src/summaryview.c
731         * src/summaryview.h
732                 Replace that hbox with a notebook
733
734 2008-03-05 [colin]      3.3.1cvs10
735
736         * src/folder.h
737         * src/folderview.c
738                 Add klass functions for notification of folder
739                 opening/closing via the GUI
740         * src/summaryview.c
741         * src/summaryview.h
742                 Add a specific container for the scrolledwin
743
744 2008-03-05 [colin]      3.3.1cvs9
745
746         * src/folder.h
747         * src/folderview.c
748                 Add klass functions for notification of folder 
749                 opening/closing via the GUI
750         * src/summaryview.c
751         * src/summaryview.h
752                 Add a specific container for the scrolledwin
753
754 2008-03-02 [colin]      3.3.1cvs8
755
756         * src/messageview.c
757                 MAEMO: Fix bug 1541, 'Deleting message from within 
758                 read window displays next message then closes.'
759
760 2008-03-02 [colin]      3.3.1cvs7
761
762         * src/main.c
763                 Probably fix bug 1539, 'Program crashes':
764                 Setup Gcrypt's thread functions when built
765                 with GnuTLS
766
767 2008-03-01 [colin]      3.3.1cvs6
768
769         * src/folder.c
770         * src/imap_gtk.c
771                 Get rid of stale folders with no account
772
773 2008-02-28 [colin]      3.3.1cvs5
774
775         * src/compose.c
776                 Fix bug 1534, 'Segmentation fault when doing 
777                 some draft saving and then throwing away'
778         * src/imap.c
779                 Fix bug 1533, 'Claws is unable to mark messages 
780                 as "read" in IMAP shared folders'
781         * src/etpan/imap-thread.c
782                 Fix bug 1515, 'large messages crash claws when 
783                 syncing for offline mode'. This is rather a
784                 workaround, and mails > 64MB will still be
785                 problematic if there's less than 64MB available
786                 on the dataroot volume.
787         * src/messageview.c
788                 MAEMO: Add information when fetching big messages
789
790 2008-02-26 [colin]      3.3.1cvs4
791
792         * src/imap.c
793                 fix bug 1532, '"login refused" message insufficiently 
794                 detailed'
795
796 2008-02-26 [paul]       3.3.1cvs3
797
798         * INSTALL
799         * README
800                 remove mentions of ClamAV and a few other
801                 old bits of information
802
803 2008-02-23 [colin]      3.3.1cvs2
804
805         * src/main.c
806                 Fix log output (missing \n)
807
808 2008-02-23 [colin]      3.3.1cvs1
809
810         * configure.ac
811                 Bump version number for stable release
812
813 2008-02-23 [paul]       3.3.0cvs21
814
815         * po/he.po
816                 updated by Ofer
817
818 2008-02-21 [colin]      3.3.0cvs20
819
820         * src/matcher.c
821                 Fix bug 1527, 'filtering is case sensitive when it 
822                 shouldn't be'
823
824 2008-02-20 [colin]      3.3.0cvs19
825
826         * src/main.c
827                 Fix file attachments from older Thunar
828
829 2008-02-19 [colin]      3.3.0cvs18
830
831         * manual/plugins.xml
832         * manual/es/plugins.xml
833         * manual/fr/plugins.xml
834         * manual/pl/plugins.xml
835                 Remove Clamav
836
837 2008-02-19 [paul]       3.3.0cvs17
838
839         * tools/README
840         * tools/csv2addressbook.pl
841                 add support for Kmail/Kaddressbook
842
843 2008-02-18 [colin]      3.3.0cvs16
844
845         * src/imap.c
846                 Unset folder's session before creating a
847                 new one
848         * src/main.c
849         * src/prefs_common.c
850         * src/prefs_common.h
851         * manual/advanced.xml
852                 Add an hidden use_networkmanager pref, to
853                 disable NetworkManager handling. Also,
854                 consider UNKNOWN state to be CONNECTED.
855
856 2008-02-18 [wwp]        3.3.0cvs15
857
858         * src/matcher.c
859                 Fix Engrish and make 'not' more visible in filtering debug logs.
860
861 2008-02-15 [colin]      3.3.0cvs14
862
863         * src/matcher.c
864                 Revert cvs10 for now, it breaks the feature
865
866 2008-02-15 [colin]      3.3.0cvs13
867
868         * src/main.c
869                 Always focus folder tree at startup
870         * src/compose.c
871                 Fix bug 1521, 'Cannot close compose window after 
872                 replying to a non-existent news message'
873
874 2008-02-13 [colin]      3.3.0cvs12
875
876         * src/folderview.c
877                 Fix important warnings
878
879 2008-02-12 [colin]      3.3.0cvs11
880
881         * src/imap.c
882         * src/etpan/imap-thread.c
883         * src/etpan/imap-thread.h
884                 Fix handling of $Forwarded flag on Exchange:
885                 check for the existence or creatability of a
886                 flag before using it.
887
888 2008-02-12 [colin]      3.3.0cvs10
889
890         * src/matcher.c
891                 Optimise matching on Found in addressbook if
892                 the matched header is in cache (From, etc)
893
894 2008-02-12 [colin]      3.3.0cvs9
895
896         * src/folderview.c
897                 Fix crashy stuff when changing displayed
898                 columns
899
900 2008-02-12 [wwp]        3.3.0cvs8
901
902         * src/folder.h
903                 Remove duplicate func declaration and restore the one
904                 a missing one.
905
906 2008-02-12 [wwp]        3.3.0cvs7
907
908         * src/compose.c
909         * src/export.c
910         * src/folder.c
911         * src/folder.h
912         * src/foldersel.c
913         * src/foldersel.h
914         * src/imap_gtk.c
915         * src/import.c
916         * src/mainwindow.c
917         * src/messageview.c
918         * src/mh_gtk.c
919         * src/prefs_account.c
920         * src/prefs_filtering_action.c
921         * src/summaryview.c
922         * src/plugins/bogofilter/bogofilter_gtk.c
923         * src/plugins/spamassassin/spamassassin_gtk.c
924                 Allow moving/copying folders to root folders when using
925                 the folder selection dialog (it was not possible to
926                 maemo users to reparent a subfolder to a root folder
927                 at all).
928
929 2008-02-12 [fabien]     3.3.0cvs6
930
931         * po/fr.po
932                 a few days late for i18n fr update. Sorry.
933
934 2008-02-11 [colin]      3.3.0cvs5
935
936         * src/main.c
937                 Implement support for future /dev/mem_notify.
938                 This Linux kernel feature will allow applications
939                 to be notified that memory has to be freed
940                 before getting OOM-killed. For more information:
941                 http://lwn.net/Articles/267013/
942
943 2008-02-10 [paul]       3.3.0cvs4
944
945         * src/Makefile.am
946         * src/mimeview.c
947         * src/prefs_toolbar.c
948         * src/stock_pixmap.c
949         * src/stock_pixmap.h
950         * src/pixmaps/mime_text_patch.xpm
951                 add an icon for attached patches
952
953 2008-02-09 [paul]       3.3.0cvs3
954
955         * src/gtk/about.c
956                 bump the (c) year
957
958 2008-02-09 [wwp]        3.3.0cvs2
959
960         * src/main.c
961                 Fix compiling issue w/ non-gcc/C99 compilers (suncc).
962
963 2008-02-08 [colin]      3.3.0cvs1
964
965         * src/common/utils.c
966                 Forbid attaching anything containing "../" or ".ssh/"
967                 from mailto: URI
968
969 2008-02-08 [paul]       3.3.0
970
971         * NEWS
972         * README
973         * RELEASE_NOTES 
974                 3.3.0 released
975
976 2008-02-08 [paul]       3.2.0cvs77
977
978         * AUTHORS
979                 updated with new translators
980         * configure.ac
981                 added he to ALL_LINGUAS
982         * po/cs.po
983         * po/de.po
984         * po/es.po
985         * po/fi.po
986         * po/hu.po
987         * po/it.po
988         * po/pt_BR.po
989         * po/zh_CN.po
990                 updated by Tim Brain and Petr Vanek, Stephan Sachse,
991                 Ricardo Mones Lastra, Flammie Pirinen, Pader Rezso,
992                 Andrea Spadaccini, Frederico Goncalves Guimaraes,
993                 and Ralph Young
994         * po/he.po
995                 new Hebrew translation by Ofer <oc666@netvision.net.il>
996         * src/gtk/about.c
997                 updated with new translators and bumped (c) year
998         * src/gtk/authors.h
999                 updated with new translators
1000
1001 2008-02-05 [colin]      3.2.0cvs76
1002
1003         * src/messageview.c
1004         * src/mimeview.c
1005         * src/mimeview.h
1006                 Special case text/calendar parts: if there's one in
1007                 the mail, and a plugin handling text/calendar is
1008                 loaded, show that part. That'll avoid rendering 
1009                 meetings as plain text, which just looks broken to
1010                 many users.
1011
1012 2008-02-04 [colin]      3.2.0cvs75
1013
1014         * src/mainwindow.c
1015                 Maemo: Fix LED handling on OS 2008
1016
1017 2008-02-01 [colin]      3.2.0cvs74
1018
1019         * src/compose.c
1020                 Possibly fix the annoying and hard-to reproduce bug
1021                 where lines 
1022                 are
1023                 rewrapped
1024                 like
1025                 that.
1026
1027 2008-02-01 [paul]       3.2.0cvs73
1028
1029         * src/common/utils.c
1030                 fix bug 1502, 'Plus signs are stripped from
1031                 email addresses when calling from command line'
1032                 Thanks to Colin
1033
1034 2008-01-31 [colin]      3.2.0cvs72
1035
1036         * src/exphtmldlg.c
1037         * src/mimeview.c
1038         * src/summaryview.c
1039                 Fix building of URIs from filenames
1040
1041 2008-01-31 [wwp]        3.2.0cvs71
1042
1043         * src/main.c
1044                 Fixes debug output of compiled-in features list
1045                 (completes 3.2.0cvs60).
1046
1047 2008-01-31 [colin]      3.2.0cvs70
1048
1049         * configure.ac
1050         * po/POTFILES.in
1051         * src/compose.c
1052         * src/plugins/Makefile.am
1053         * src/plugins/clamav/.cvsignore
1054         * src/plugins/clamav/Makefile.am
1055         * src/plugins/clamav/README
1056         * src/plugins/clamav/clamav_plugin.c
1057         * src/plugins/clamav/clamav_plugin.h
1058         * src/plugins/clamav/clamav_plugin_gtk.c
1059         * src/plugins/clamav/clamav_plugin_gtk.deps
1060                 Remove the Clamav plugin from the core
1061
1062 2008-01-28 [wwp]        3.2.0cvs69
1063
1064         * src/compose.c
1065         * src/prefs_template.c
1066         * src/prefs_template.h
1067         * src/quote_fmt.c
1068         * src/quote_fmt.h
1069         * src/quote_fmt_lex.l
1070         * src/quote_fmt_parse.y
1071                 Fix for bug #1493: count lines (\n chars) according to the way
1072                 format body is passed (i.e. \-escaped or not).
1073
1074 2008-01-27 [paul]       3.2.0cvs68
1075
1076         * po/en_GB.po
1077                 updated
1078         * src/prefs_actions.c
1079         * src/prefs_filtering.c
1080         * src/prefs_folder_item.c
1081         * src/prefs_template.c
1082         * src/gtk/about.c
1083                 some minor changes to the English
1084
1085 2008-01-24 [colin]      3.2.0cvs67
1086
1087         * src/etpan/imap-thread.c
1088         * src/etpan/nntp-thread.c
1089                 Fix bug 1348, 'Hang ups at exit time with 
1090                 pgp plugin since 3.0.2'
1091
1092 2008-01-23 [colin]      3.2.0cvs66
1093
1094         * src/toolbar.c
1095                 Fix translation of something that shouldn't be
1096
1097 2008-01-23 [colin]      3.2.0cvs65
1098
1099         * src/procmime.c
1100                 Fix bug 1486, 'Re: Incorrect content when replying'
1101                 Revert to full scan if short scan found only 0-length
1102                 text parts
1103
1104 2008-01-23 [paul]       3.2.0cvs64
1105
1106         * src/prefs_folder_item.c
1107                 fix bug 1485, 'selecting a folder's default
1108                 account if name contains '&''
1109
1110 2008-01-23 [colin]      3.2.0cvs63
1111
1112         * src/folder.c
1113         * src/folder.h
1114         * src/main.c
1115         * src/mainwindow.c
1116                 Fix bug 1480, 'should be able to display mail file
1117                 from command line'. Let 'claws-mail --select' accept
1118                 absolute paths in addition to folder identifiers.
1119
1120 2008-01-22 [wwp]        3.2.0cvs62
1121
1122         * src/account.c
1123         * src/account.h
1124         * src/compose.c
1125         * src/messageview.c
1126         * src/summaryview.c
1127         * src/common/utils.c
1128         * src/common/utils.h
1129                 Allow from=address in mailto sequence:
1130                   --compose 'recipient@foo.bar?from=i-sent-spam@foo.bar&subject=enlarge-your-ahum&body=body-body'
1131                   The 'from' will try to select the first account matching in accounts list,
1132                   otherwise will use the usual account selection mechanism but override with
1133                   this 'from' address.
1134                 Allow mailto with NNTP accounts
1135                   mailto is now possible w/ NNTP account - if mailto is used when a NNTP account
1136                   is the default one or if a NNTP account address is used with 'from'.
1137                   This is more or less a bugfix as it was possible to use mailto with a NNTP
1138                   default account but the complete mailto sequence was put in To.
1139
1140 2008-01-22 [wwp]        3.2.0cvs61
1141
1142         * doc/man/claws-mail.1
1143                 Updated the man page: status of few features, command-line
1144                 usage (--version-full) and completed list of config files
1145                 and dirs.
1146
1147 2008-01-22 [wwp]        3.2.0cvs60
1148
1149         * src/main.c
1150                 Added --version-full to display version and compiled-in
1151                 features list (for later use by Clawsker for instance).
1152
1153 2008-01-22 [holger]     3.2.0cvs59
1154
1155         * src/addrduplicates.c
1156                 Fix scrolling in addressbook duplicate
1157                 finder result dialog
1158
1159 2008-01-21 [colin]      3.2.0cvs58
1160
1161         * src/summaryview.c
1162                 Fix bug 1457, 'sorting messages on, say, from, 
1163                 should subsort on previous sort choice'. Subsort
1164                 by date when sort is Subject, From, To, Tags.
1165
1166 2008-01-21 [colin]      3.2.0cvs57
1167
1168         * AUTHORS
1169         * src/matcher.c
1170         * src/mimeview.c
1171         * src/common/ssl.c
1172         * src/gtk/authors.h
1173                 Fix bug 1478, 'Wrong pthread_create calls all 
1174                 over the place'. Patch by Christian Cornelssen
1175
1176 2008-01-20 [colin]      3.2.0cvs56
1177
1178         * src/imap.c
1179         * src/etpan/imap-thread.c
1180         * src/etpan/imap-thread.h
1181                 Fix bug 1468, 'Use IMAP keyword to 
1182                 store "forwarded" flag'
1183
1184 2008-01-20 [colin]      3.2.0cvs55
1185
1186         * src/folderutils.c
1187                 Make list operations faster
1188
1189 2008-01-20 [colin]      3.2.0cvs54
1190
1191         * src/mainwindow.c
1192                 Fix bug 1353, 'on startup with small screen 
1193                 layout, keyboard input gets lost'
1194
1195 2008-01-20 [colin]      3.2.0cvs53
1196
1197         * src/textview.c
1198                 Complete 3.2.0cvs49, and fixes bug 1477, 
1199                 'Claws Mail crashes when view PGP-encrypted 
1200                 message'
1201
1202 2008-01-20 [colin]      3.2.0cvs52
1203
1204         * src/compose.c
1205                 Fix privacy menu update when replying to
1206                 encrypted mail and no default privacy 
1207                 system is set
1208
1209 2008-01-19 [colin]      3.2.0cvs51
1210
1211         * src/filtering.c
1212         * src/procmsg.h
1213         * src/plugins/bogofilter/bogofilter.c
1214         * src/plugins/clamav/clamav_plugin.c
1215         * src/plugins/spamassassin/spamassassin.c
1216                 Batch filtering deletions too (and save 4 bytes
1217                 per MsgInfo in the process :)
1218
1219 2008-01-19 [colin]      3.2.0cvs50
1220
1221         * src/folder.c
1222                 Make cache update after copies much faster
1223                 on IMAP
1224
1225 2008-01-19 [colin]      3.2.0cvs49
1226
1227         * src/textview.c
1228                 Check g_fopen() success
1229
1230 2008-01-17 [wwp]        3.2.0cvs48
1231
1232         * manual/faq.xml
1233         * manual/es/faq.xml
1234         * manual/fr/faq.xml
1235         * manual/pl/faq.xml
1236                 Sylpheed? No idea what this means.
1237
1238 2008-01-17 [colin]      3.2.0cvs47
1239
1240         * src/gtk/gtksctree.c
1241                 Make dnd threshold higher on Maemo
1242
1243 2008-01-16 [colin]      3.2.0cvs46
1244
1245         * src/common/passcrypt.c
1246                 Fix build on FreeBSD, thanks to Pawel
1247
1248 2008-01-15 [colin]      3.2.0cvs45
1249
1250         * src/compose.c
1251                 Fix bug 1472, 'Keyboard "Menu" key doesn't call 
1252                 spell check of actuall word'
1253         * src/summaryview.c
1254                 Temporarily disable immediate execution when learning
1255                 spam *only* if the summaryview isn't locked
1256
1257 2008-01-15 [wwp]        3.2.0cvs44
1258
1259         * src/prefs_filtering.c
1260                 Fix filtering prefs layout (Maemo port), moving page up/down
1261                 from buttons to context menu.
1262
1263 2008-01-15 [colin]      3.2.0cvs43
1264
1265         * src/compose.c
1266                 Fix bug 1465, 'First line in new message does not mark URLs'
1267
1268 2008-01-15 [colin]      3.2.0cvs42
1269
1270         * src/common/passcrypt.c
1271                 Fix bug 1461, 'several components #define 
1272                 _XOPEN_SOURCE improperly'
1273
1274 2008-01-15 [colin]      3.2.0cvs41
1275
1276         * src/summaryview.c
1277                 Fix bug 1469, 'Column width adjustments on message 
1278                 lists do not save'
1279
1280 2008-01-14 [holger]     3.2.0cvs40
1281
1282         * configure.ac
1283                 Add tests for dbus, dbus glib bindings,
1284                 and NetworkManager. All is optional. Add new
1285                 --(en|dis)able-networkmanager-support switch.
1286         * src/Makefile.am
1287         * src/imap.c
1288         * src/inc.c
1289         * src/main.c
1290         * src/main.h
1291         * src/mainwindow.c
1292         * src/gtk/about.c
1293                 Add optional NetworkManager support, so Claws Mail
1294                 can try to do the right thing when the network connection
1295                 status changes. NetworkManager support is active by
1296                 default if above requirements were met.
1297
1298 2008-01-12 [colin]      3.2.0cvs39
1299
1300         * src/summaryview.c
1301                 Advertise the click-on-reply feature in the tooltip
1302
1303 2008-01-12 [colin]      3.2.0cvs38
1304
1305         * src/Makefile.am
1306         * src/stock_pixmap.c
1307         * src/stock_pixmap.h
1308         * src/pixmaps/tray_newmail.offline.xpm
1309         * src/pixmaps/tray_newmail.xpm
1310         * src/pixmaps/tray_newmarkedmail.offline.xpm
1311         * src/pixmaps/tray_newmarkedmail.xpm
1312         * src/pixmaps/tray_nomail.offline.xpm
1313         * src/pixmaps/tray_nomail.xpm
1314         * src/pixmaps/tray_unreadmail.offline.xpm
1315         * src/pixmaps/tray_unreadmail.xpm
1316         * src/pixmaps/tray_unreadmarkedmail.offline.xpm
1317         * src/pixmaps/tray_unreadmarkedmail.xpm
1318         * src/plugins/trayicon/Makefile.am
1319         * src/plugins/trayicon/newmail.offline.xpm
1320         * src/plugins/trayicon/newmail.xpm
1321         * src/plugins/trayicon/newmarkedmail.offline.xpm
1322         * src/plugins/trayicon/newmarkedmail.xpm
1323         * src/plugins/trayicon/nomail.offline.xpm
1324         * src/plugins/trayicon/nomail.xpm
1325         * src/plugins/trayicon/trayicon.c
1326         * src/plugins/trayicon/unreadmail.offline.xpm
1327         * src/plugins/trayicon/unreadmail.xpm
1328         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
1329         * src/plugins/trayicon/unreadmarkedmail.xpm
1330                 Make the Trayicon plugin icons themable
1331
1332 2008-01-12 [wwp]        3.2.0cvs37
1333
1334         * src/prefs_display_header.c
1335                 Fix extra leading hyphen visible in the display
1336                 header configuration combo list (maemo).
1337
1338 2008-01-11 [colin]      3.2.0cvs36
1339
1340         * src/imap.c
1341                 Set timeout to 1 before disconnecting all -
1342                 for when one switches to offline and has 
1343                 no network anymore
1344         * src/messageview.c
1345                 Fix bug 1454, 'error message shows parts and 
1346                 signature of previous messages'
1347         * src/prefs_common.c
1348                 Maemo: Hide Send dialog by default
1349
1350 2008-01-10 [colin]      3.2.0cvs35
1351
1352         * src/action.c
1353         * src/editldap.c
1354         * src/prefs_account.c
1355         * src/wizard.c
1356         * src/gtk/inputdialog.c
1357         * src/plugins/pgpcore/passphrase.c
1358                 Maemo: Fix bug 1455, 'Password enters leading letter 
1359                 incorrectly as uppercase'
1360
1361 2008-01-09 [colin]      3.2.0cvs34
1362
1363         * po/pl.po
1364                 Fix bug 1446, 'SC crashes frequently when staying 
1365                 in background'. Format string error in Polish 
1366                 translation
1367         * src/gtk/description_window.c
1368         * src/prefs_template.c
1369                 Complete 3.2.0cvs9 (fix bug with gtk_main loop);
1370                 patch by Pawel
1371         * src/wizard.c
1372                 Maemo: Fix build
1373
1374 2008-01-08 [colin]      3.2.0cvs33
1375
1376         * src/main.c
1377                 Maemo: connect HW status change signal for shutdown
1378         * src/mainwindow.c
1379                 Maemo: Fix hardware space key
1380         * src/wizard.c
1381                 Maemo: name mmc1 and 2 a better name
1382
1383 2008-01-08 [wwp]        3.2.0cvs32
1384
1385         * src/folder.c
1386         * src/folder_item_prefs.c
1387         * src/folder_item_prefs.h
1388         * src/prefs_folder_item.c
1389                 It's now possible to disable processing rules when
1390                 entering a folder (this adds a new option to the
1391                 folder properties dialog).
1392
1393 2008-01-08 [wwp]        3.2.0cvs31
1394
1395         * src/common/utils.c
1396                 Mailto: now supports 'insert' (stands for 'insert file'), this
1397                 adds the ability to create a new message from the command-line,
1398                 with body set from an existing file contents.
1399
1400 2008-01-08 [colin]      3.2.0cvs30
1401
1402         * src/summaryview.c
1403                 Maybe fix bug 1452, 'crash while drag'n'droping 
1404                 emails to an IMAP folder'
1405
1406 2008-01-07 [wwp]        3.2.0cvs29
1407
1408         * src/prefs_filtering.c
1409                 Static-alize a function, thanks to Colin.
1410
1411 2008-01-07 [colin]      3.2.0cvs28
1412
1413         * src/folderview.c
1414                 Fix scrolling to bottom when drag and dropping
1415         * src/summaryview.c
1416                 Fix bug 1445, 'Display sender using addressbook: fails 
1417                 when From: isn't an email address'
1418
1419 2008-01-07 [wwp]        3.2.0cvs27
1420
1421         * src/prefs_actions.c
1422         * src/prefs_filtering.c
1423         * src/prefs_template.c
1424                 Add tooltips to most buttons in the templates, actions and
1425                 filtering/processing dialogs.
1426
1427 2008-01-07 [wwp]        3.2.0cvs26
1428
1429         * src/prefs_filtering.c
1430                  - add a clear button to clear dialog input fields
1431                  - add page up and page down buttons to move selected rule up and down
1432                  - in rules list popup-menu: added Delete, Delete all and Duplicate
1433                  - popup-menu items are greyed out either if the list is empty (not counting the
1434                    (New) row or if there is no selected item
1435                  - clear store when closing dialog
1436
1437         * src/prefs_actions.c
1438                  - reflect some changes to filtering prefs (+ rewritten a bit some funcs):
1439                    clear button, popup-menu
1440                  - clear store when closing dialog
1441
1442         * src/prefs_template.c
1443                  - reflect some changes to filtering prefs (+ rewritten a bit some funcs):
1444                    clear button, popup-menu 
1445
1446         * src/addrcustomattr.c
1447                  - renamed popup-menu item Clear list to Delete all
1448                  - grey out popup-menu items is there is no selected item or if list is empty
1449                  - clear store when closing dialog
1450
1451         * src/edittags.c
1452                  - added popup-menu item Delete all
1453                  - grey out popup-menu items is there is no selected item or if list is empty
1454                  - clear store when closing dialog
1455
1456 2008-01-06 [wwp]        3.2.0cvs25
1457
1458         * src/addressadd.c
1459                 One more layout fix by Pawel (completes 3.2.0cvs24).
1460
1461 2008-01-05 [colin]      3.2.0cvs24
1462
1463         * src/addressadd.c
1464                 Little GUI fixes, patch by Pawel
1465
1466 2007-12-29 [wwp]        3.2.0cvs23
1467
1468         * src/compose.c
1469                 Fix for bug #1443, and strip possible whitespaces around
1470                 custom header names.
1471
1472 2007-12-29 [mones]      3.2.0cvs22
1473
1474         * po/es.po
1475                 Updated translation, corrected a term based 
1476                 on suggestion from Israel Saeta Pérez,
1477                 reverted awful X-Mailer translation
1478         * src/procmime.c
1479                 Complete cvs20 for FreeBSD, patch by Pawel
1480
1481 2007-12-29 [colin]      3.2.0cvs21
1482
1483         * src/textview.c
1484                 Fix bug 1442, 'Tags are repeated in 
1485                 encapsulated messages'
1486
1487 2007-12-28 [colin]      3.2.0cvs20
1488
1489         * src/procmime.c
1490                 Fix path to mime/globs. Patch by Marten King.
1491
1492 2007-12-27 [colin]      3.2.0cvs19
1493
1494         * src/plugins/pgpcore/Makefile.am
1495         * src/plugins/pgpinline/Makefile.am
1496         * src/plugins/pgpmime/Makefile.am
1497                 Add missing flags to build pgp plugins on maemo
1498
1499 2007-12-27 [colin]      3.2.0cvs18
1500
1501         * src/mainwindow.c
1502                 Maximise before showing to avoid probable flickering
1503                 on slow computers.
1504
1505 2007-12-27 [colin]      3.2.0cvs17
1506
1507         * src/main.c
1508         * src/mainwindow.c
1509         * src/prefs_common.c
1510         * src/prefs_common.h
1511                 Fix bug 1439, 'Claws Mail does not remember window size 
1512                 state when restarted'. Save maximised state and force
1513                 maximisation at startup if applicable.
1514
1515 2007-12-23 [paul]       3.2.0cvs16
1516
1517         * src/prefs_matcher.c
1518                 fix bug 1436, 'Filter condition dialog doesn't
1519                 load header name from current rules'
1520
1521 2007-12-22 [paul]       3.2.0cvs15
1522
1523         * src/compose.c
1524                 fix bug 1435, 'Reply doesn't take into account
1525                 reply-to field'
1526
1527 2007-12-21 [paul]       3.2.0cvs14
1528
1529         * src/common/ssl_certificate.c
1530                 fix FreeBSD build with IPV6 support 
1531
1532 2007-12-20 [colin]      3.2.0cvs13
1533
1534         * src/imap.c
1535                 Fix error handling
1536
1537 2007-12-20 [colin]      3.2.0cvs12
1538
1539         * src/imap.c
1540         * src/imap.h
1541         * src/prefs_account.c
1542                 Add DIGEST-MD5 support for IMAP authentication
1543
1544 2007-12-19 [mones]      3.2.0cvs11
1545
1546         * doc/man/claws-mail.1
1547                 Better ordering of sections, updated options
1548         * po/es.po
1549                 Updated strings
1550
1551 2007-12-19 [paul]       3.2.0cvs10
1552
1553         * src/prefs_account.c
1554                 use a spinbutton instead of an entry for
1555                 "POP authentication timeout" also
1556
1557 2007-12-19 [colin]      3.2.0cvs9
1558
1559         * src/prefs_filtering_action.c
1560         * src/prefs_matcher.c
1561         * src/gtk/description_window.c
1562                 Destroy info windows with their parents
1563                 Patch by Pawel
1564
1565 2007-12-19 [colin]      3.2.0cvs8
1566
1567         * src/prefs_account.c
1568                 Use spinbuttons instead of entries where needed
1569                 Patch by Pawel
1570
1571 2007-12-18 [paul]       3.2.0cvs7
1572
1573         * src/prefs_matcher.c
1574                 add missing i18n for a few strings
1575                 Patch by Stephan Sachse
1576
1577 2007-12-18 [paul]       3.2.0cvs6
1578
1579         * src/prefs_logging.c
1580                 use 'disk' instead of 'disc'
1581
1582 2007-12-18 [paul]       3.2.0cvs5
1583
1584         * po/en_GB.po
1585                 updated
1586         * src/addrcustomattr.c
1587         * src/editaddress.c
1588                 fixes to the ingleesh
1589         * src/prefs_filtering_action.c
1590                 fix copyright header
1591                 fix untranslated strings
1592         * src/prefs_filtering_action.h
1593                 fix copyright header
1594
1595 2007-12-18 [wwp]        3.2.0cvs4
1596
1597         * src/folderview.c
1598         * src/headerview.c
1599         * src/prefs_common.c
1600         * src/prefs_common.h
1601         * src/prefs_fonts.c
1602         * src/summaryview.c
1603         * src/textview.c
1604         * src/wizard.c
1605         * src/common/defs.h
1606         * src/gtk/gtkutils.c
1607                 Added prefs to set custom small and bold fonts
1608                 (might matter on some desktops, according to
1609                 DPI and font settings).
1610
1611 2007-12-18 [colin]      3.2.0cvs3
1612
1613         * src/prefs_logging.c
1614                 Rework GUI, patch by Pawel
1615
1616 2007-12-18 [colin]      3.2.0cvs2
1617
1618         * src/prefs_filtering_action.c
1619                 Rework GUI, patch by Pawel
1620
1621 2007-12-18 [colin]      3.2.0cvs1
1622
1623         * src/editaddress.c
1624                 Fix build on old GCC
1625                 Fix inverted buttons
1626
1627 2007-12-17 [paul]       3.2.0
1628
1629         * NEWS
1630         * README
1631         * RELEASE_NOTES 
1632                 3.2.0 released
1633
1634 2007-12-17 [paul]       3.1.0cvs79
1635
1636         * po/de.po
1637         * po/fr.po
1638         * po/hu.po
1639         * po/it.po
1640         * po/pt_BR.po
1641                 updated by Stephan Sachse, Fabien Vantard, Pader Rezso,
1642                 Andrea Spadaccini, and Frederico Goncalves Guimaraes
1643
1644 2007-12-17 [mones]      3.1.0cvs78
1645
1646         * po/es.po
1647                 Updated Spanish translation for 3.2.0 release
1648
1649 2007-12-16 [colin]      3.1.0cvs77
1650
1651         * src/addrcustomattr.c
1652                 Fix translations, patch by Fabien
1653
1654 2007-12-15 [paul]       3.1.0cvs76
1655
1656         * src/folderview.c
1657                 fix compiler warning
1658
1659 2007-12-14 [colin]      3.1.0cvs75
1660
1661         * src/folderview.c
1662                 Simplify logic
1663
1664 2007-12-12 [wwp]        3.1.0cvs74
1665
1666         * AUTHORS
1667         * src/gtk/authors.h
1668                 Added Marius Glauser to the hall of fame.
1669
1670 2007-12-12 [wwp]        3.1.0cvs73
1671
1672         * src/gtk/gtkutils.c
1673                 Improve the way we show results of searches
1674                 in message bodies: selected text now get centered
1675                 vertically in the message window.
1676                 Patch by Marius Glauser <seelenhirt@gmx.net>.
1677
1678 2007-12-10 [colin]      3.1.0cvs72
1679
1680         * src/folder.c
1681                 Don't crash when setting batch mode on no folder
1682
1683 2007-12-10 [colin]      3.1.0cvs71
1684
1685         * src/common/utils.c
1686                 Fix potential buffer overrun (thanks to
1687                 Hiroyuki)
1688
1689 2007-12-08 [paul]       3.1.0cvs70
1690
1691         * src/prefs_receive.c
1692                 small change to the English
1693
1694 2007-12-08 [colin]      3.1.0cvs69
1695
1696         * src/vcard.c
1697                 Fix warnings
1698
1699 2007-12-07 [colin]      3.1.0cvs68
1700
1701         * src/mainwindow.c
1702         * src/summaryview.c
1703         * src/summaryview.h
1704                 Free simplify_subject_preg at exit
1705
1706 2007-12-07 [colin]      3.1.0cvs67
1707
1708         * src/main.c
1709         * src/summaryview.c
1710         * src/common/utils.c
1711         * src/common/utils.h
1712                 We have to free reused regexps from time to
1713                 time, or they get huge
1714
1715 2007-12-07 [colin]      3.1.0cvs66
1716
1717         * src/vcard.c
1718                 Fix QP decoding (and UTF8)
1719
1720 2007-12-07 [colin]      3.1.0cvs65
1721
1722         * src/addrcustomattr.c
1723                 Update list of default custom attributes
1724                 now (will be needed for a feature patch
1725                 post 3.2.0)
1726
1727 2007-12-07 [colin]      3.1.0cvs64
1728
1729         * src/folder.c
1730                 Batch on destination folder when copying - fixes
1731                 slowness when moving unread mails to trash on IMAP
1732
1733 2007-12-06 [colin]      3.1.0cvs63
1734
1735         * src/common/w32_time.c
1736         * src/common/w32lib.h
1737         * src/etpan/etpan-thread-manager.c
1738         * src/etpan/imap-thread.c
1739         * src/etpan/nntp-thread.c
1740         * src/gtk/Makefile.am
1741                 Fix win32 build with libetpan. Thanks to
1742                 Marcus Brinkmann.
1743
1744 2007-12-06 [colin]      3.1.0cvs62
1745
1746         * src/account.c
1747         * src/imap.c
1748         * src/prefs_account.c
1749         * src/prefs_account.h
1750         * src/etpan/imap-thread.c
1751         * src/etpan/imap-thread.h
1752                 Disable connection via command line on WIN32
1753                 Disable mmap use on WIN32 - use normal strings
1754         * src/addressbook.c
1755         * src/addressbook.h
1756         * src/addressbook_foldersel.c
1757         * src/addressbook_foldersel.h
1758         * src/prefs_filtering_action.c
1759         * src/prefs_matcher.c
1760         * src/plugins/bogofilter/bogofilter_gtk.c
1761         * src/plugins/dillo_viewer/dillo_prefs.c
1762         * src/plugins/spamassassin/spamassassin_gtk.c
1763                 Fix leak, rework function logics to be more
1764                 natural - thanks to Holger
1765         * src/common/utils.c
1766                 Fix warnings
1767
1768 2007-12-06 [colin]      3.1.0cvs61
1769
1770         * src/news.c
1771         * src/common/utils.c
1772         * src/common/utils.h
1773                 Fix posting, and fix UTF-8 being sent when encoding
1774                 is 8bit
1775
1776 2007-12-05 [colin]      3.1.0cvs60
1777
1778         * src/news.c
1779                 Fix debian bug #453157, 'Fails to post usenet
1780                 articles after NNTP connection has been 
1781                 interrupted". Fix return value to prevent deletion
1782                 on failure, and issue MODE READER in case posting
1783                 fails at first.
1784
1785 2007-12-05 [colin]      3.1.0cvs59
1786
1787         * src/messageview.c
1788         * src/uri_opener.c
1789                 Improvements to the List URIs dialog
1790                 Patch by Pawel
1791
1792 2007-12-05 [colin]      3.1.0cvs58
1793
1794         * src/prefs_other.c
1795         * src/gtk/gtksctree.h
1796                 Fix warnings
1797
1798 2007-12-04 [colin]      3.1.0cvs57
1799
1800         * src/etpan/imap-thread.c
1801                 Fix bug 1378, 'Claws exits on IMAP alert message'
1802                 Don't do GTK calls directly from Etpan thread
1803
1804 2007-12-04 [colin]      3.1.0cvs56
1805
1806         * src/folderview.c
1807         * src/gtk/gtksctree.c
1808                 MAEMO: Fix bug 1325, 'Folder Navigation Problems'
1809                 Make all the left of column zero an hotspot for
1810                 expanding.
1811
1812 2007-12-04 [colin]      3.1.0cvs55
1813
1814         * src/mainwindow.c
1815         * src/mainwindow.h
1816         * src/prefs_common.c
1817         * src/prefs_common.h
1818         * src/prefs_receive.c
1819                 MAEMO: Fix bug 1199, 'Tie into LED for new mail alert'
1820
1821 2007-12-04 [wwp]        3.1.0cvs54
1822
1823         * src/prefs_other.c
1824                 Fix for bug #1419.
1825
1826 2007-12-04 [holger]     3.1.0cvs53
1827
1828         * src/addrduplicates.c
1829         * src/addrduplicates.h
1830                 Export addressbook entry deletion
1831
1832 2007-12-04 [colin]      3.1.0cvs52
1833
1834         * tools/Makefile.am
1835         * tools/README.sylprint
1836         * tools/sylprint.pl
1837         * tools/sylprint.rc
1838                 Fix debian bug #454089 (symlink attack in TMP directory)
1839                 http://secwatch.org/advisories/1019661/ :
1840                 Remove the buggy script, which was unmaintained anyway
1841         * src/news.c
1842         * src/procmsg.c
1843                 Store things in our private tmp directory.
1844
1845 2007-12-03 [colin]      3.1.0cvs51
1846
1847         * src/folder.c
1848         * src/folder.h
1849         * src/folderview.c
1850         * src/imap.c
1851         * src/mainwindow.c
1852                 Fix update problem when getting remote tags
1853         * src/prefs_matcher.c
1854                 Rework GUI to make it better. Patch by Pawel
1855                 Pekala
1856
1857 2007-12-03 [colin]      3.1.0cvs50
1858
1859         * src/etpan/imap-thread.c
1860         * src/etpan/nntp-thread.c
1861                 Fix bug 1417, 'Network log doesn't reveal 
1862                 enough NNTP errors'
1863
1864 2007-12-02 [iwkse]      3.1.0cvs49
1865
1866         * src/plugins/dillo_viewer/dillo_prefs.c
1867                         Insert dillo under the Plugins menu
1868
1869 2007-12-01 [paul]       3.1.0cvs48
1870
1871         * src/html.c
1872                 add these variant forms
1873                 Thanks to Colin
1874
1875 2007-12-01 [paul]       3.1.0cvs47
1876
1877         * src/matcher.c
1878                 fix a typo
1879
1880 2007-12-01 [paul]       3.1.0cvs46
1881
1882         * po/POTFILES.in
1883                 add the new addrcustomattr.c file
1884
1885 2007-11-29 [colin]      3.1.0cvs45
1886
1887         * src/common/ssl_certificate.c
1888                 Use the more modern getaddrinfo instead of 
1889                 gethostbyname when possible
1890
1891 2007-11-28 [colin]      3.1.0cvs44
1892
1893         * src/summaryview.c
1894                 Maybe fix bug 1410 and other crash reports
1895                 in summaryview since cvs38.
1896
1897 2007-11-28 [wwp]        3.1.0cvs43
1898
1899         * src/prefs_summary_open.c
1900                 Guard against an empty list of actions to perform
1901                 when opening a folder (or migration defaults could
1902                 be introduced, confusing).
1903
1904 2007-11-28 [colin]      3.1.0cvs42
1905
1906         * src/folderview.c
1907                 Fix mark all read from folder's contextual menu
1908
1909 2007-11-27 [colin]      3.1.0cvs41
1910
1911         * src/imap.c
1912         * src/imap.h
1913         * src/imap_gtk.c
1914         * src/prefs_account.c
1915         * src/etpan/imap-thread.c
1916                 A few fixes to the IMAP flags handling: Optimisations,
1917                 two crashers, mention that Bandwitdh-efficient mode
1918                 prevents tag fetching.
1919                 Fix M-UTF7 in subscription dialog.
1920
1921 2007-11-27 [colin]      3.1.0cvs40
1922
1923         * src/folder.c
1924         * src/mbox.c
1925         * src/summaryview.c
1926                 Make filtering faster on flags change: Batch original 
1927                 folderitem, where we'll do flags/tags changes.
1928
1929 2007-11-27 [colin]      3.1.0cvs39
1930
1931         * src/filtering.c
1932                 Fix bug 1407, 'After a copy action, further rules apply 
1933                 to both original and copy'
1934
1935 2007-11-27 [colin]      3.1.0cvs38
1936
1937         * src/edittags.c
1938         * src/summaryview.c
1939                 Fixes races when doing a long operation and user
1940                 asks for another one (Mark all read/unread on a 
1941                 big folder on IMAP for example)
1942
1943 2007-11-27 [wwp]        3.1.0cvs37
1944
1945         * src/addressbook.c
1946         * src/prefs_common.c
1947                 Fix warning introduced by 3.1.0cvs33 (prefs_common.c)
1948                 and 3.1.0cvs35 (addressbook.c).
1949
1950 2007-11-27 [holger]     3.1.0cvs36
1951
1952         * src/printing.c
1953                 Add a line separating header and body
1954                 in the printout
1955
1956 2007-11-27 [wwp]        3.1.0cvs35
1957
1958         * src/addressbook.c
1959                 Fix a drag-and-drop issue introduced with 3.1.0cvs33
1960                 (thanks to Colin) and revert disabling of cut/copy
1961                 context menu entries upon selected groups.
1962
1963 2007-11-27 [holger]     3.1.0cvs34
1964
1965         * src/printing.c
1966                 Add weights to the list of supported text attributes
1967                 for printing
1968
1969 2007-11-27 [wwp]        3.1.0cvs33
1970
1971         * src/Makefile.am
1972         * src/addrcustomattr.c
1973         * src/addrcustomattr.h
1974         * src/addressbook.c
1975         * src/editaddress.c
1976         * src/editaddress.h
1977         * src/prefs_common.c
1978         * src/prefs_common.h
1979         * src/common/defs.h
1980                 Provide a (customizable) list of preset attribute names
1981                 for editing contacts (closes bug #1391).
1982
1983 2007-11-27 [wwp]        3.1.0cvs32
1984
1985         * src/addrclip.c
1986         * src/addressbook.c
1987         * src/addritem.c
1988                 Various fixes in the address book:
1989                         - made copy/move of a folder to itself or its subtree
1990                           impossible (-> error)
1991                         - errors messages don't show in the status bar anymore,
1992                           use alertpanels instead
1993                         - simple click on group doesn't open group edit dialog
1994                           anymore when in contact edit embedded mode (was too itchy)
1995                         - fixed disabling of edit button and and menu entry when
1996                           in contact edit embedded mode (was done in a bad and
1997                           ineffective way)
1998                         - fix menu cut/paste sensitivity in treelist context
1999                           menu (conflicting enabling was done by different functions)
2000                         - fix some menu item sensitivity in address list context menu
2001                         - don't allow cut/copy of groups, it's useless as they won't
2002                           be copied w/ their contents
2003                         - fix missing copy of the picture file when copying (bug #1402),
2004                           fix picture attribute (internal) value when moving or copying
2005
2006
2007 2007-11-27 [colin]      3.1.0cvs31
2008
2009         * src/folder.c
2010         * src/imap.c
2011                 Fix tags loss on move, fix space encoding
2012
2013 2007-11-26 [colin]      3.1.0cvs30
2014
2015         * src/edittags.c
2016         * src/folder.c
2017         * src/folder.h
2018         * src/imap.c
2019         * src/messageview.c
2020         * src/procmsg.c
2021         * src/procmsg.h
2022         * src/summaryview.c
2023         * src/common/utils.c
2024         * src/common/utils.h
2025         * src/etpan/imap-thread.c
2026         * src/etpan/imap-thread.h
2027                 Add IMAP tags support
2028
2029 2007-11-26 [colin]      3.1.0cvs29
2030
2031         * src/imap.c
2032                 Fix bug 1405, 'imap auto auth method doesn't 
2033                 work since 3.1.0'
2034
2035 2007-11-26 [colin]      3.1.0cvs28
2036
2037         * src/messageview.c
2038         * src/procmime.c
2039                 Handle broken disposition-notifications from Evolution
2040                 (http://bugzilla.gnome.org/show_bug.cgi?id=499145)
2041
2042 2007-11-25 [paul]       3.1.0cvs27
2043
2044         * src/folder_item_prefs.c
2045         * src/folder_item_prefs.h
2046                 remove dead code
2047
2048 2007-11-23 [wwp]        3.1.0cvs26
2049
2050         * src/matcher.c
2051         * src/matcher.h
2052         * src/matcher_parser_parse.y
2053         * src/prefs_matcher.c
2054                 Fix irrelevant case folding when adding matcher condition 'test',
2055                 thanks to Colin.
2056
2057 2007-11-23 [wwp]        3.1.0cvs25
2058
2059         * src/prefs_common.c
2060         * src/prefs_common.h
2061         * src/prefs_summary_open.c
2062         * src/prefs_summary_open.h
2063         * src/summaryview.c
2064                 Add "select first email in list" to the list of possible selections
2065                 when opening a folder.
2066
2067 2007-11-23 [paul]       3.1.0cvs24
2068
2069         * po/de.po
2070                 a fix by Stephan Sachse, plus remove all
2071                 old strings from the end of the file
2072
2073 2007-11-23 [wwp]        3.1.0cvs23
2074
2075         * src/prefs_msg_colors.c
2076                 Move colour prefs into tabs. Patch by Pawel Pekala <c0rn@o2.pl>,
2077                 with little changes.
2078
2079 2007-11-23 [paul]       3.1.0cvs22
2080
2081         * src/prefs_logging.c
2082                 eliminate wasted horizontal space
2083
2084 2007-11-23 [paul]       3.1.0cvs21
2085
2086         * src/prefs_summaries.c
2087                 don't wrap the label or put linebreaks
2088
2089 2007-11-22 [colin]      3.1.0cvs20
2090
2091         * src/plugins/pgpinline/pgpinline.c
2092                 Fix decryption
2093
2094 2007-11-22 [wwp]        3.1.0cvs19
2095
2096         * src/prefs_themes.c
2097                 Yet another misuse of get_rc_dir(), still related
2098                 to user themes. Completes 3.1.0cvs18.
2099
2100 2007-11-22 [wwp]        3.1.0cvs18
2101
2102         * src/stock_pixmap.c
2103                 Fix a misuse of get_rc_dir(), user themes dir was
2104                 not set properly and some themes might have disappeared
2105                 from themes list in prefs.
2106
2107 2007-11-22 [wwp]        3.1.0cvs17
2108
2109         * src/edittags.c
2110         * src/edittags.h
2111         * src/common/tags.c
2112         * src/common/tags.h
2113                 Correct copyright for these claws-mail-only brand new
2114                 files.
2115
2116 2007-11-22 [paul]       3.1.0cvs16
2117
2118         * src/compose.c
2119                 fix bug 1400, 'Drag and drop of URLs does not work'
2120                 Thanks to Colin
2121
2122 2007-11-22 [paul]       3.1.0cvs15
2123
2124         * src/prefs_common.c
2125                 make "cmds_use_system_default" default to FALSE
2126                 so as not to disrupt current settings
2127         * src/summaryview.c
2128                 increase the size of the GdkRectangle, tooltips
2129                 didn't show for me otherwise
2130
2131 2007-11-21 [colin]      3.1.0cvs14
2132
2133         * src/compose.c
2134         * src/crash.c
2135         * src/exphtmldlg.c
2136         * src/mainwindow.c
2137         * src/manual.c
2138         * src/mimeview.c
2139         * src/prefs_account.c
2140         * src/prefs_common.c
2141         * src/prefs_common.h
2142         * src/prefs_ext_prog.c
2143         * src/textview.c
2144         * src/uri_opener.c
2145         * src/gtk/about.c
2146         * src/gtk/gtkutils.c
2147                 Use xdg-open as a way to find default browser,
2148                 when available
2149
2150 2007-11-21 [colin]      3.1.0cvs13
2151
2152         * src/messageview.c
2153         * src/procmime.c
2154         * src/procmsg.h
2155                 Send better return receipts (useful ones)
2156                 Handle incoming return receipts
2157
2158 2007-11-20 [colin]      3.1.0cvs12
2159
2160         * src/printing.c
2161         * src/printing.h
2162                 Add getter/setter for settings, and getter
2163                 for page setup
2164
2165 2007-11-20 [colin]      3.1.0cvs11
2166
2167         * src/folderview.c
2168         * src/main.c
2169         * src/mainwindow.c
2170                 Fix bug 1396, 'Crash on disabling a filter 
2171                 while it is processing'
2172
2173 2007-11-20 [paul]       3.1.0cvs10
2174
2175         * src/folder.c
2176                 fix bug 1395, 'Crash on checking for new mails
2177                 while filter is running'
2178                 Thanks to Colin
2179
2180 2007-11-20 [paul]       3.1.0cvs9
2181
2182         * src/compose.c
2183                 make this string easier for translators
2184
2185 2007-11-19 [colin]      3.1.0cvs8
2186
2187         * src/prefs_summaries.c
2188         * src/summaryview.c
2189                 Don't enable more tooltips on Maemo
2190
2191 2007-11-19 [colin]      3.1.0cvs7
2192
2193         * src/prefs_common.c
2194         * src/prefs_common.h
2195         * src/prefs_summaries.c
2196         * src/summaryview.c
2197                 Fix bug 1388, 'message list tool tips'
2198                 Add (optional) tooltips in summaryview.
2199                 This only works with GTK+ >= 2.12
2200
2201 2007-11-19 [colin]      3.1.0cvs6
2202
2203         * src/compose.c
2204                 Make strings a bit better when attaching
2205                 from mailto: URIs
2206
2207 2007-11-19 [colin]      3.1.0cvs5
2208
2209         * src/common/utils.c
2210                 Fix bug 1392, 'Top level domain .EU is 
2211                 not recognised as valid'
2212
2213 2007-11-19 [wwp]        3.1.0cvs4
2214
2215         * src/compose.c
2216         * src/compose.h
2217                 Revert changes to compose.c made in 3.1.0cvs2.
2218
2219 2007-11-19 [wwp]        3.1.0cvs3
2220
2221         * src/addressbook.c
2222         * src/addressbook.h
2223         * src/editaddress.c
2224         * src/editgroup.c
2225         * src/addrduplicates.c
2226                 Minor improvements in the address book:
2227                 always accept new contacts provided that some
2228                 detail is set (instead of rejecting silently).
2229                 Better guessing of contact name from incomplete
2230                 name information. Better display of contacts with
2231                 no name, in contact lists, group contents, find
2232                 duplicate results.
2233                 
2234
2235 2007-11-19 [wwp]        3.1.0cvs2
2236
2237         * src/compose.c
2238         * src/compose.h
2239         * src/prefs_logging.c
2240         * src/prefs_summaries.c
2241                 GUI improvements, thanks to Pawel Pekala <c0rn@o2.pl>:
2242                 wrap some long label in prefs/summaries, layout checkboxes
2243                 in a more compact form in prefs/loggin, make account and
2244                 header's combos have the same size/spacing in compose
2245                 window.
2246
2247 2007-11-19 [wwp]        3.1.0cvs1
2248
2249         * src/edittags.c
2250                 Fix a tiny leak and duplicate variable.
2251
2252 2007-11-19 [paul]       3.1.0
2253
2254         * NEWS
2255         * README
2256         * RELEASE_NOTES 
2257                 3.1.0 released
2258
2259 2007-11-19 [paul]       3.0.2cvs145
2260
2261         * po/de.po
2262         * po/fi.po
2263         * po/fr.po
2264         * po/hu.po
2265         * po/it.po
2266         * po/pl.po
2267         * po/pt_BR.po
2268         * po/sk.po
2269         * po/zh_CN.po
2270                 updated by Stephan Sachse, Flammie Pirinen,
2271                 Fabien Vantard, Pader Rezso, Andrea Spadaccini,
2272                 Emil Nowak, Frederico Goncalves Guimaraes,
2273                 Andrej Kacian, and Ralph Young
2274
2275 2007-11-18 [mones]      3.0.2cvs144
2276
2277         * po/es.po
2278                 Updated Spanish translation
2279
2280 2007-11-18 [colin]      3.0.2cvs143
2281
2282         * src/edittags.c
2283                 Prevent empty tag after edit, thanks to wwp
2284
2285 2007-11-18 [colin]      3.0.2cvs142
2286
2287         * src/editaddress.c
2288                 Fix possible "(null)" %s - thanks to wwp
2289
2290 2007-11-16 [wwp]        3.0.2cvs141
2291
2292         * src/common/utils.c
2293                 Fix for 3.0.2cvs140, prevents from crashing when opening
2294                 a compose window.
2295
2296 2007-11-16 [colin]      3.0.2cvs140
2297
2298         * src/main.c
2299         * src/common/claws.c
2300                 Output a bit more useful info at startup
2301                 in --debug mode
2302
2303 2007-11-16 [colin]      3.0.2cvs139
2304
2305         * src/compose.c
2306         * src/common/utils.c
2307         * src/common/utils.h
2308                 Fix bug 1387, 'Request for --compose to 
2309                 support multiple attachments'
2310
2311 2007-11-16 [colin]      3.0.2cvs138
2312
2313         * src/news.c
2314                 Fix bug 1390, 'NNTP fails after server 
2315                 closed connection'
2316
2317 2007-11-16 [colin]      3.0.2cvs137
2318
2319         * src/prefs_display_header.c
2320                 Fix bug 1389, 'Changing 'Display headers 
2321                 in message view' breaks dispheaderrc'
2322
2323 2007-11-14 [colin]      3.0.2cvs136
2324
2325         * src/summaryview.c
2326         * src/gtk/quicksearch.c
2327         * src/gtk/quicksearch.h
2328                 Fix resetting the quicksearch when in non-sticky
2329                 mode, but Recursive is set: reset only when going
2330                 out of the root search folder.
2331
2332 2007-11-14 [colin]      3.0.2cvs135
2333
2334         * src/filtering.c
2335                 Don't set new flag back when doing "Mark as unread"
2336                 from filtering
2337
2338 2007-11-12 [paul]       3.0.2cvs134
2339
2340         * src/plugins/dillo_viewer/dillo_viewer.c
2341                 don't offer the mime type for translation
2342
2343 2007-11-12 [paul]
2344
2345         3.1.0-rc2 released
2346
2347 2007-11-11 [colin]      3.0.2cvs133
2348
2349         * src/imap_gtk.c
2350         * src/mh_gtk.c
2351                 Use markup-escaped strings in dialogs
2352
2353 2007-11-11 [colin]      3.0.2cvs132
2354
2355         * src/imap.c
2356                 Better IMAP-UTF7/UTF8 conversion
2357
2358 2007-11-10 [colin]      3.0.2cvs131
2359
2360         * src/news.c
2361                 Fix debian bug 450698, 'nntp auth behavior changed 
2362                 without notice'
2363
2364 2007-11-10 [colin]      3.0.2cvs130
2365
2366         * configure.ac
2367         * src/inc.c
2368         * src/main.c
2369         * src/main.h
2370         * src/mimeview.c
2371         * src/statusbar.c
2372         * src/common/utils.c
2373         * src/etpan/Makefile.am
2374         * src/gtk/filesel.c
2375         * src/gtk/gtkutils.h
2376         * src/gtk/menu.c
2377         * src/plugins/bogofilter/Makefile.am
2378         * src/plugins/clamav/Makefile.am
2379         * src/plugins/dillo_viewer/Makefile.am
2380         * src/plugins/pgpcore/Makefile.am
2381         * src/plugins/spamassassin/Makefile.am
2382         * src/plugins/trayicon/Makefile.am
2383                 Fixes (mainly preprocessor foo) for Maemo 4.0 (Chinook)
2384
2385 2007-11-09 [colin]      3.0.2cvs129
2386
2387         * src/addressbook.c
2388         * src/ldapupdate.c
2389                 fix bug 1375, 'Impossible to modify e-mail
2390                 in LDAP addressbook twice'; Try two. update
2391                 externalID, don't make display lag, and
2392                 fix the cases where dn is not mail.
2393
2394 2007-11-08 [paul]       3.0.2cvs128
2395
2396         * src/account.c
2397         * src/compose.c
2398         * src/messageview.c
2399         * src/prefs_account.c
2400         * src/prefs_account.h
2401                 reinstate 'Generate Message-ID' option as an
2402                 account preference. (hidden on IMAP)
2403                 Thanks to Colin
2404
2405 2007-11-08 [paul]       3.0.2cvs127
2406
2407         * src/textview.c
2408                 MAEMO: fix failure of loading images inline
2409                 MAEMO: fix bug 1349, 'Emails still skip to end
2410                 when opened (in certain circumstances)...'
2411
2412 2007-11-07 [colin]      3.0.2cvs126
2413
2414         * src/toolbar.c
2415                 Migrate from A_SYL_ACTIONS to A_CLAWS_ACTIONS
2416
2417 2007-11-07 [colin]      3.0.2cvs125
2418
2419         * src/toolbar.c
2420                 Re-change the string occurence of A_CLAWS_ACTIONS
2421                 to A_SYL_ACTIONS, to prevent parse errors of the
2422                 toolbar_*.xml files
2423
2424 2007-11-07 [colin]      3.0.2cvs124
2425
2426         * src/mimeview.c
2427         * src/prefs_common.c
2428         * src/prefs_common.h
2429         * manual/advanced.xml
2430                 Add an hidden pref, 'save_parts_readwrite';
2431                 completes 3.0.2cvs35
2432
2433 2007-11-07 [paul]       3.0.2cvs123
2434
2435         * src/prefs_toolbar.c
2436         * src/toolbar.c
2437         * src/toolbar.h
2438                 rename ToolbarSylpheedActions to ToolbarClawsActions
2439                 rename A_SYL_ACTIONS to A_CLAWS_ACTIONS
2440
2441 2007-11-07 [paul]       3.0.2cvs122
2442
2443         * src/toolbar.c
2444                 MAEMO: remove tooltips
2445
2446 2007-11-07 [colin]      3.0.2cvs121
2447
2448         * src/plugins/pgpinline/pgpinline.c
2449                 Fix bug 1377, 'unspecific errors on 
2450                 signature checking'. Fix trimming of
2451                 UTF8 data.
2452
2453 2007-11-06 [iwkse]      3.0.2cvs120
2454
2455         * src/prefs_summary_open.c
2456                 yet a string change
2457
2458 2007-11-06 [paul]       3.0.2cvs119
2459
2460         * tools/Makefile.am
2461         * tools/README
2462         * tools/csv2addressbook.pl
2463                 add a new script that imports a CSV formatted
2464                 address book. Becky and Thunderbird address
2465                 book are currently supported.
2466
2467 2007-11-05 [colin]      3.0.2cvs118
2468
2469         * src/imap.c
2470                 Fix deletion 
2471
2472 2007-11-05 [iwkse]      3.0.2cvs117
2473
2474         * src/prefs_summary_open.c
2475                 String changes
2476
2477 2007-11-04 [paul]       3.0.2cvs116
2478
2479         * src/addressbook_foldersel.c
2480                 fix gtk critical warning
2481                 Patch by Pawel Pekala
2482
2483 2007-11-04 [paul]       3.0.2cvs115
2484
2485         * tools/README
2486         * tools/claws-mail-compose-insert-files.pl
2487                 add --bcc and uri_escape() everything
2488
2489 2007-11-04 [paul]       3.0.2cvs114
2490
2491         * src/gtk/gtkutils.c
2492                 gtkut_stock_with_text_button_set_create(): set
2493                 GTK_CAN_DEFAULT on buttons 2 and 3
2494
2495 2007-11-03 [paul]       3.0.2cvs113
2496
2497         * src/common/utils.c
2498                 fix debian bug #448814, 'mailto: URI decoding
2499                 desn't decode the destination address field'
2500                 Patch by Federico Heinz <fheinz@vialibre.org.ar>
2501
2502 2007-11-03 [paul]       3.0.2cvs112
2503
2504         * AUTHORS
2505         * src/compose.c
2506         * src/gtk/authors.h
2507                 allow Bcc in commandline URIs
2508                 (based on) Patch by Federico Heinz <fheinz@vialibre.org.ar>
2509
2510 2007-11-02 [colin]      3.0.2cvs111
2511
2512         * src/addressbook.c
2513                 Maybe fix bug 1376, 'crash on 
2514                 addressbook manipulation'
2515
2516 2007-10-31 [paul]       3.0.2cvs110
2517
2518         * src/ldapupdate.c
2519                 fix bug 1375, 'Impossible to modify e-mail
2520                 in LDAP addressbook twice'
2521                 Patch by Michael Rasmussen
2522
2523 2007-10-30 [paul]       3.0.2cvs109
2524
2525         * configure.ac
2526                 enable GnuTLS support with --enable-gnutls which
2527                 will disable openssl support. if the user has
2528                 gtk >= 2.10.x don't allow gnomeprint even if the
2529                 user asks for it
2530
2531 2007-10-30 [paul]
2532
2533         3.1.0-rc1 released
2534
2535 2007-10-30 [paul]       3.0.2cvs108
2536
2537         * Makefile.am
2538                 add ChangeLog.2.0.0-3.0.0 to EXTRA_DIST
2539
2540 2007-10-30 [paul]       3.0.2cvs107
2541
2542         * src/expldifdlg.c
2543         * src/prefs_account.c
2544         * src/prefs_folder_item.c
2545         * src/prefs_spelling.c
2546         * src/prefs_themes.c
2547         * src/wizard.c
2548         * src/gtk/gtkaspell.c
2549         * src/gtk/gtkaspell.h
2550         * src/plugins/spamassassin/spamassassin_gtk.c
2551                 replace deprecated gtk_option_menu...
2552                 patch by Pawel Pekala
2553
2554 2007-10-29 [colin]      3.0.2cvs106
2555
2556         * src/plugins/dillo_viewer/dillo_prefs.c
2557                 Fix forgotten signal connect
2558
2559 2007-10-28 [colin]      3.0.2cvs105
2560
2561         * src/plugins/dillo_viewer/dillo_prefs.c
2562         * src/plugins/dillo_viewer/dillo_prefs.h
2563         * src/plugins/dillo_viewer/dillo_viewer.c
2564                 Implement addressbook-based whitelisting for loading
2565                 remote images. Fixed missing destroy of the embedded
2566                 browser that made a Dillo window pop up on exit, if
2567                 an HTML part was displayed.
2568
2569 2007-10-26 [colin]      3.0.2cvs104
2570
2571         * src/edittags.c
2572                 Add missing static
2573
2574 2007-10-25 [colin]      3.0.2cvs103
2575
2576         * src/editaddress.c
2577                 Add tap-and-hold on the picture, for Maemo
2578         * src/edittags.c
2579         * src/edittags.h
2580         * src/mainwindow.c
2581         * src/procmsg.c
2582         * src/summaryview.c
2583         * src/textview.c
2584                 Unify tag interfaces.
2585
2586 2007-10-25 [colin]      3.0.2cvs102
2587
2588         * src/imap.c
2589         * src/etpan/imap-thread.h
2590                 Much better error handling. We'll need to be really
2591                 clear to users about where errors come from, with 
2592                 the apparition of Gmail's IMAP server.
2593
2594 2007-10-24 [colin]      3.0.2cvs101
2595
2596         * src/edittags.c
2597         * src/mainwindow.c
2598         * src/summaryview.c
2599         * src/textview.c
2600                 Add tags sorting (alphabetical); allow deletion of
2601                 tags from the Apply Tags window
2602
2603 2007-10-24 [colin]      3.0.2cvs100
2604
2605         * src/editaddress.c
2606         * src/editaddress_other_attributes_ldap.c
2607         * src/editaddress_other_attributes_ldap.h
2608         * src/ldapctrl.c
2609         * src/ldapquery.c
2610         * src/ldapupdate.c
2611                 Fix LDAP writing (got broken in cvs39)
2612                 Add read-only support for jpegPhoto LDAP field
2613
2614 2007-10-23 [colin]      3.0.2cvs99
2615
2616         * src/news.c
2617                 Fix crash in some cases
2618
2619 2007-10-22 [colin]      3.0.2cvs98
2620
2621         * src/common/socket.h
2622         * src/common/ssl.c
2623                 Fix big leak in GnuTLS code
2624
2625 2007-10-22 [colin]      3.0.2cvs97
2626
2627         * src/news.c
2628                 Fix bug 1368, 'SIGSEGV in NNTP code'
2629
2630 2007-10-22 [colin]      3.0.2cvs96
2631
2632         * src/prefs_customheader.c
2633                 Catch compface warnings when generating X-Faces
2634
2635 2007-10-22 [wwp]        3.0.2cvs95
2636
2637         * src/quote_fmt_parse.y
2638                 Remove accidentally committed debug traces.
2639                 Fix a warning.
2640
2641 2007-10-22 [colin]      3.0.2cvs94
2642
2643         * src/etpan/nntp-thread.c
2644                 Fix authentication
2645
2646 2007-10-19 [wwp]        3.0.2cvs93
2647
2648         * src/common/ssl_certificate.c
2649                 Add missing include (Windows).
2650
2651 2007-10-19 [colin]      3.0.2cvs92
2652
2653         * src/imap_gtk.c
2654         * src/mimeview.c
2655         * src/textview.c
2656         * src/gtk/inputdialog.c
2657         * src/gtk/inputdialog.h
2658                 Remove the last old combo; patch by
2659                 Pawel
2660
2661 2007-10-19 [colin]      3.0.2cvs91
2662
2663         * src/common/ssl.c
2664                 Fix interop problem with GnuTLS and some crappy
2665                 servers that have very little keys.
2666
2667 2007-10-19 [colin]      3.0.2cvs90
2668
2669         * src/common/ssl.c
2670                 Fix return value check on GnuTLS, and
2671                 display the error
2672
2673 2007-10-18 [colin]      3.0.2cvs89
2674
2675         * src/common/ssl_certificate.c
2676                 Fix missing initialisations
2677
2678 2007-10-18 [wwp]        3.0.2cvs88
2679
2680         * src/Makefile.am
2681                 Fix linking against GNUTLS (matters if --enable-gnutls only).
2682
2683 2007-10-18 [colin]      3.0.2cvs87
2684
2685         * po/POTFILES.in
2686                 Fix build
2687
2688 2007-10-18 [mones]      3.0.2cvs86
2689
2690         * src/editbook.c
2691         * src/import.c
2692         * src/prefs_account.c
2693         * src/prefs_receive.c
2694         * src/gtk/about.c
2695         * src/plugins/bogofilter/bogofilter_gtk.c
2696         * src/plugins/spamassassin/spamassassin_gtk.c
2697                 More capitalisation micro-fixes
2698
2699 2007-10-18 [paul]       3.0.2cvs85
2700
2701         * configure.ac
2702                 add info about NNTP support via libetpan
2703                 change the configure output ending msg a little
2704         * src/gtk/about.c
2705                 similar changes to above
2706
2707 2007-10-18 [colin]      3.0.2cvs84
2708
2709         * src/procmime.c
2710         * src/procmime.h
2711                 Fix missing symbol for S/MIME
2712
2713 2007-10-18 [colin]      3.0.2cvs83
2714
2715         * src/prefs_filtering_action.c
2716                 Fix crash in tags (introduced in cvs78)
2717
2718 2007-10-18 [colin]      3.0.2cvs82
2719
2720         * src/common/Makefile.am
2721         * src/common/nntp.c
2722         * src/common/nntp.h
2723         * src/etpan/Makefile.am
2724         * src/etpan/etpan-thread-manager-types.h
2725         * src/etpan/etpan-thread-manager.c
2726         * src/etpan/imap-thread.c
2727         * src/etpan/nntp-thread.c
2728         * src/etpan/nntp-thread.h
2729         * src/news.c
2730         * src/news.h
2731                 Rewrite the nntp implementation
2732                 to use libetpan. Non-blocking NNTP!
2733         * src/account.c
2734         * src/crash.c
2735         * src/imap.c
2736         * src/inc.c
2737         * src/main.c
2738         * src/mainwindow.c
2739         * src/pop.c
2740         * src/pop.h
2741         * src/prefs_account.c
2742         * src/recv.c
2743         * src/recv.h
2744         * src/send_message.c
2745         * src/send_message.h
2746         * src/ssl_manager.c
2747         * src/ssl_manager.h
2748         * src/wizard.c
2749         * src/common/claws.c
2750         * src/common/session.c
2751         * src/common/session.h
2752         * src/common/smtp.c
2753         * src/common/smtp.h
2754         * src/common/socket.c
2755         * src/common/socket.h
2756         * src/common/ssl.c
2757         * src/common/ssl.h
2758         * src/common/ssl_certificate.c
2759         * src/common/ssl_certificate.h
2760         * src/gtk/about.c
2761         * src/gtk/sslcertwindow.c
2762         * src/gtk/sslcertwindow.h
2763                 Implement GnuTLS support. GnuTLS support
2764                 will be used if OpenSSL isn't available, or
2765                 specified explicitely. (the reason is that
2766                 GnuTLS cerficate checking is a bit less 
2767                 practical than OpenSSL's)
2768
2769 2007-10-18 [paul]       3.0.2cvs81
2770
2771         * src/gtk/inputdialog.c
2772         * src/gtk/inputdialog.h
2773                 fix copyright header
2774
2775 2007-10-17 [colin]      3.0.2cvs80
2776
2777         * src/plugins/pgpcore/select-keys.c
2778                 Fix bug which prevented encryption key
2779                 auto-selection when two or more matched the
2780                 email address, but only one isn't revoked
2781                 or expired.
2782
2783 2007-10-17 [wwp]        3.0.2cvs79
2784
2785         * src/compose.c
2786         * src/quote_fmt.c
2787         * src/quote_fmt.h
2788         * src/quote_fmt_lex.l
2789         * src/quote_fmt_parse.y
2790                 Templates can now attach files using |attach{filename}.
2791
2792 2007-10-17 [wwp]        3.0.2cvs78
2793
2794         * src/prefs_customheader.c
2795         * src/prefs_ext_prog.c
2796         * src/prefs_filtering_action.c
2797         * src/prefs_matcher.c
2798         * src/prefs_other.c
2799         * src/prefs_toolbar.c
2800         * src/gtk/combobox.c
2801         * src/gtk/combobox.h
2802         * src/gtk/gtkutils.c
2803         * src/gtk/gtkutils.h
2804         * src/plugins/bogofilter/bogofilter_gtk.c
2805         * src/plugins/spamassassin/spamassassin_gtk.c
2806                 Removed almost all remaining instances of GtkCombo
2807                 old API, patch by Pawel Pekala <c0rn@o2.pl>, with
2808                 few visual and code cleanup from Colin.
2809
2810 2007-10-16 [wwp]        3.0.2cvs77
2811         * src/gtk/pluginwindow.c
2812                 Reworked the plugin window layouts, patch by Pawel Pekala <c0rn@o2.pl>.
2813
2814 2007-10-15 [colin]      3.0.2cvs76
2815
2816         * src/edittags.c
2817         * src/edittags.h
2818         * src/filtering.c
2819         * src/filtering.h
2820         * src/importmutt.c
2821         * src/importpine.c
2822         * src/main.c
2823         * src/messageview.c
2824         * src/messageview.h
2825         * src/mimeview.c
2826         * src/mimeview.h
2827         * src/pop.c
2828         * src/pop.h
2829         * src/prefs_common.c
2830         * src/prefs_common.h
2831         * src/prefs_customheader.c
2832         * src/prefs_customheader.h
2833         * src/prefs_display_header.c
2834         * src/prefs_display_header.h
2835         * src/prefs_filtering_action.c
2836         * src/prefs_filtering_action.h
2837         * src/prefs_folder_column.c
2838         * src/prefs_folder_column.h
2839         * src/prefs_folder_item.c
2840         * src/prefs_folder_item.h
2841         * src/prefs_gtk.c
2842         * src/prefs_gtk.h
2843         * src/prefs_logging.h
2844         * src/prefs_matcher.c
2845         * src/prefs_matcher.h
2846         * src/prefs_summary_column.c
2847         * src/prefs_summary_column.h
2848         * src/prefs_summary_open.c
2849         * src/procheader.c
2850         * src/procheader.h
2851         * src/procmime.c
2852         * src/procmime.h
2853         * src/recv.c
2854         * src/recv.h
2855         * src/sourcewindow.c
2856         * src/sourcewindow.h
2857         * src/summaryview.c
2858         * src/summaryview.h
2859         * src/textview.c
2860         * src/textview.h
2861         * src/toolbar.c
2862         * src/toolbar.h
2863         * src/common/mgutils.c
2864         * src/common/mgutils.h
2865         * src/common/nntp.c
2866         * src/common/nntp.h
2867         * src/common/prefs.c
2868         * src/common/prefs.h
2869         * src/common/socket.c
2870         * src/common/socket.h
2871         * src/common/stringtable.c
2872         * src/common/stringtable.h
2873         * src/common/template.c
2874         * src/common/template.h
2875         * src/common/uuencode.c
2876         * src/common/uuencode.h
2877         * src/gtk/gtkshruler.c
2878         * src/gtk/gtkshruler.h
2879         * src/gtk/menu.c
2880         * src/gtk/menu.h
2881         * src/gtk/progressdialog.c
2882         * src/gtk/progressdialog.h
2883                 Remove/staticalize, the return of the revenge
2884
2885 2007-10-15 [colin]      3.0.2cvs75
2886
2887         * src/matcher.c
2888                 Fix redirections in filtering's tests
2889
2890 2007-10-15 [colin]      3.0.2cvs74
2891
2892         * src/imap.c
2893                 Don't build imap_synchronise at all when 
2894                 building without libetpan
2895
2896 2007-10-14 [colin]      3.0.2cvs73
2897
2898         * src/imap.c
2899         * src/common/md5.c
2900         * src/common/md5.h
2901         * src/gtk/manage_window.c
2902         * src/gtk/manage_window.h
2903                 Remove more unused code
2904
2905 2007-10-14 [colin]      3.0.2cvs72
2906
2907         * src/addrquery.c
2908         * src/addrquery.h
2909         * src/recv.c
2910         * src/recv.h
2911         * src/vcard.c
2912         * src/vcard.h
2913         * src/common/xml.c
2914         * src/common/xml.h
2915         * src/common/xmlprops.c
2916         * src/common/xmlprops.h
2917                 Remove more unused code
2918
2919 2007-10-14 [colin]      3.0.2cvs71
2920
2921         * src/common/utils.c
2922                 Remove unused function
2923
2924 2007-10-13 [colin]      3.0.2cvs70
2925
2926         * src/imap.c
2927         * src/imap.h
2928         * src/mainwindow.c
2929         * src/mainwindow.h
2930         * src/gtk/gtkutils.c
2931         * src/gtk/gtkutils.h
2932                 Staticalise/Remove more code
2933
2934 2007-10-13 [colin]      3.0.2cvs69
2935
2936         * src/common/utils.c
2937         * src/common/utils.h
2938                 Remove dead code, unused for ages
2939
2940 2007-10-13 [colin]      3.0.2cvs68
2941
2942         * src/main.c
2943         * src/main.h
2944                 Maemo: define hildon_program in main.c,
2945                 make it accessible in the .h with extern
2946
2947 2007-10-13 [paul]       3.0.2cvs67
2948
2949         * src/gtk/menu.c
2950                 fix a bunch of runtime warnings on maemo
2951
2952 2007-10-13 [paul]       3.0.2cvs66
2953
2954         * src/main.c
2955         * src/main.h
2956         * src/gtk/gtkutils.c
2957         * src/gtk/gtkutils.h
2958                 fix a bunch of compiler warnings on maemo
2959
2960 2007-10-12 [colin]      3.0.2cvs65
2961
2962         * src/account.c
2963         * src/addritem.c
2964         * src/addritem.h
2965         * src/filtering.c
2966         * src/filtering.h
2967         * src/folder.c
2968         * src/folder.h
2969         * src/common/utils.c
2970         * src/common/utils.h
2971                 Remove unused code, staticalise some functions
2972
2973 2007-10-12 [paul]       3.0.2cvs64
2974
2975         * src/account.c
2976         * src/folderview.c
2977         * src/main.c
2978         * src/mainwindow.c
2979         * src/messageview.c
2980         * src/summary_search.c
2981         * src/summaryview.c
2982         * src/toolbar.c
2983         * src/wizard.c
2984         * src/common/utils.c
2985         * src/gtk/prefswindow.c
2986                 fix a bunch of compiler warnings on maemo
2987
2988 2007-10-11 [colin]      3.0.2cvs63
2989
2990         * src/editaddress.c
2991                 Make static function static
2992
2993 2007-10-11 [mones]      3.0.2cvs62
2994
2995         * src/addrduplicates.c
2996         * src/addressbook.c
2997         * src/compose.c
2998         * src/expldifdlg.c
2999         * src/mainwindow.c
3000         * src/messageview.c
3001         * src/pop.c
3002         * src/prefs_customheader.c
3003         * src/prefs_send.c
3004         * src/prefs_themes.c
3005         * src/common/plugin.c
3006         * src/gtk/pluginwindow.c
3007         * src/gtk/quicksearch.c
3008                 Fix several typos and capitalisation issues
3009
3010 2007-10-11 [wwp]        3.0.2cvs61
3011
3012         * src/editaddress.c
3013                 Fix a warning about possible use of uninitialized
3014                 filename var.
3015
3016 2007-10-11 [wwp]        3.0.2cvs60
3017
3018         * src/editaddress.c
3019                 Disable "Unset picture" menu item when there's
3020                 no picture to clear. Fix an extraneous g_unref_object,
3021                 add missing initializers.
3022
3023 2007-10-11 [wwp]        3.0.2cvs59
3024
3025         * src/pixmaps/anonymous.xpm
3026         * src/editaddress.c
3027         * src/Makefile.am
3028         * src/stock_pixmap.c
3029         * src/stock_pixmap.h
3030                 Fix a leak, gettext-ize the photo label.
3031                 Don't clear the existing picture if loading
3032                 a new one fails. Use a default 'anonymous'
3033                 picture (this new xpm has been added to the
3034                 internal stock_pixmap API). Add a
3035                 "Set picture" context menu entry.
3036
3037 2007-10-11 [colin]      3.0.2cvs58
3038
3039         * src/messageview.c
3040                 Make shift-shortcuts work
3041         * src/prefs_actions.c
3042                 Don't ask if we really want to close when
3043                 choosing OK and only the list is changed
3044         * src/prefs_template.c
3045                 Don't ask if we really want to close when
3046                 choosing OK and only the list is changed
3047         * src/common/plugin.c
3048                 Fix writing of second [Plugins_*] block
3049         * src/common/template.c
3050                 Remove unused files (fixes deletion)
3051
3052 2007-10-10 [paul]       3.0.2cvs57
3053
3054         * src/prefs_template.c
3055                 put the whole thing in a scrolled window
3056                 so that half the page is no longer inaccessible
3057                 on maemo
3058                 make the gtk_text_view smaller on maemo
3059
3060 2007-10-10 [colin]      3.0.2cvs56
3061
3062         * src/compose.c
3063                 Fix updating of Attachments number in some
3064                 cases (reedit, attach from command-line, ...)
3065
3066 2007-10-10 [colin]      3.0.2cvs55
3067
3068         * src/editaddress.c
3069                 Initialise error correctly
3070
3071 2007-10-10 [paul]       3.0.2cvs54
3072
3073         * src/prefs_filtering_action.c
3074         * src/gtk/description_window.c
3075         * src/gtk/foldersort.c
3076         * src/gtk/quicksearch.c
3077                 get rid of some pointless new lines and
3078                 make the descripton labels wrap better
3079
3080 2007-10-10 [colin]      3.0.2cvs53
3081
3082         * src/addressadd.c
3083         * src/editaddress.c
3084         * src/headerview.c
3085         * src/textview.c
3086                 More error handling on saving pictures
3087
3088 2007-10-10 [colin]      3.0.2cvs52
3089
3090         * src/printing.c
3091         * src/printing.h
3092                 Generalize a bit printing, so we can factorize
3093                 most of the code. 
3094
3095 2007-10-10 [paul]       3.0.2cvs51
3096
3097         * src/addrduplicates.c
3098                 fix engrish
3099                 use GTK_STOCK... buttons
3100
3101 2007-10-10 [paul]       3.0.2cvs50
3102
3103         * src/addressadd.c
3104         * src/addrindex.c
3105         * src/editaddress.c
3106                 Fix previous patch
3107                 Thanks to Colin
3108
3109 2007-10-10 [paul]       3.0.2cvs49
3110
3111         * src/summaryview.c
3112         * src/messageview.c
3113                 Fix crash on Add sender to addressbook when
3114                 From is null
3115         * src/addressadd.c
3116         * src/addrindex.c
3117         * src/editaddress.c
3118         * src/editaddress_other_attributes_ldap.h
3119                 Fix leaks 
3120                 Rename images to .png in addrbook/
3121         * src/headerview.c
3122         * src/textview.c
3123                 Fix Face/X-Face being used if adding another
3124                 address than sender to addressbook
3125                 Thanks to Colin
3126
3127 2007-10-10 [holger]     3.0.2cvs48
3128
3129         * src/addrduplicates.c
3130         * src/editaddress.c
3131                 Improvements to the addressbook duplicate finder
3132                 feature:
3133                  - add an edit button to the button bar
3134                  - display the whole bookname (with iface) and
3135                    use this for same-book checking
3136                  - after editing, try to keep selections if the
3137                    entries are still present
3138                  - sort the email column alphabetically
3139                  - put results in a scrolled window
3140                  - support embedded editing
3141                  - make columns in detail view resizable
3142                  - add keyboard shortcuts
3143
3144 2007-10-10 [wwp]        3.0.2cvs47
3145
3146         * src/addrindex.c
3147                 Fix a crash when there's no From: in email, thanks to Colin.
3148
3149 2007-10-09 [paul]       3.0.2cvs46
3150
3151         * src/messageview.c
3152         * src/summaryview.c
3153         * src/textview.c
3154                 fix building without compface support
3155
3156 2007-10-09 [colin]      3.0.2cvs45
3157
3158         * src/editaddress.c
3159         * src/headerview.c
3160         * src/textview.c
3161                 Add error handling
3162
3163 2007-10-09 [colin]      3.0.2cvs44
3164
3165         * src/addrduplicates.c
3166         * src/addressadd.c
3167         * src/addressadd.h
3168         * src/addressbook.c
3169         * src/addressbook.h
3170         * src/addrindex.c
3171         * src/addrindex.h
3172         * src/addritem.c
3173         * src/addritem.h
3174         * src/compose.c
3175         * src/editaddress.c
3176         * src/editaddress_other_attributes_ldap.h
3177         * src/headerview.c
3178         * src/messageview.c
3179         * src/mimeview.c
3180         * src/summaryview.c
3181         * src/textview.c
3182         * src/gtk/gtkutils.c
3183                 Automatically set contacts' pictures from Face 
3184                 or X-Face if they have no picture
3185                 Display the contact picture in textview or
3186                 headerview for mails sent by people in the 
3187                 addressbook, that have no Face or X-Face
3188                 Fix a few details in the Person edition dialog
3189                 (ability to unset picture)
3190                 Remove picture file when deleting contacts
3191
3192 2007-10-09 [iwkse]      3.0.2cvs43
3193
3194         * src/gtk/about.c
3195                 center the about window
3196
3197 2007-10-09 [paul]       3.0.2cvs42
3198
3199         * src/prefs_toolbar.c
3200                 fix icon selector window on maemo
3201
3202 2007-10-09 [paul]       3.0.2cvs41
3203
3204         * src/messageview.c
3205                 add 'go to' menu to separate msgview
3206
3207 2007-10-09 [colin]      3.0.2cvs40
3208
3209         * src/common/defs.h
3210                 Add forgotten file
3211
3212 2007-10-09 [iwkse]      3.0.2cvs39
3213
3214         * Makefile.am
3215         * src/addressbook.c
3216         * src/addritem.c
3217         * src/addritem.h
3218         * src/editaddress.c
3219         * src/editaddress_other_attributes_ldap.h
3220         * src/addrbook.c
3221         * src/Makefile.am
3222                 set a photo in the Addressbook
3223
3224 2007-10-08 [colin]      3.0.2cvs38
3225
3226         * src/prefs_toolbar.c
3227                 Make height 320 to remove the scrollbar 
3228                 (with current number of icons)
3229
3230 2007-10-08 [colin]      3.0.2cvs37
3231
3232         * src/prefs_toolbar.c
3233                 Transform the treeview to a GtkIconView.
3234                 Patch by Pawel
3235                 In addition, transform the window so that 
3236                 it looks like a popup menu. Patch by me
3237
3238 2007-10-08 [colin]      3.0.2cvs36
3239
3240         * src/compose.c
3241         * src/compose.h
3242                 Beautify the GUI a bit; in particular, show the
3243                 number of attachments in the tab's title.
3244                 Patch by Pawel
3245
3246 2007-10-08 [paul]       3.0.2cvs35
3247
3248         * src/mimeview.c
3249                 Save users from themselves: save temporary
3250                 files used for Open/Open with as read-only.
3251                 Thanks to Colin
3252
3253 2007-10-08 [paul]       3.0.2cvs34
3254
3255         * tools/Makefile.am
3256                 forgot this in cvs33
3257
3258 2007-10-08 [paul]       3.0.2cvs33
3259
3260         * tools/kdeservicemenu/README
3261         * tools/kdeservicemenu/claws-mail-attach-files.desktop.template
3262         * tools/kdeservicemenu/install.sh
3263         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
3264                 renamed template* to *template so as not to confuse
3265                 lintian
3266
3267 2007-10-08 [paul]       3.0.2cvs32
3268
3269         * src/prefs_themes.c
3270         * src/stock_pixmap.c
3271                 replace 2 direct uses of RC_DIR
3272
3273 2007-10-07 [colin]      3.0.2cvs31
3274
3275         * src/addrduplicates.c
3276         * src/addrduplicates.h
3277         * src/addressbook.c
3278         * src/addressbook.h
3279         * src/addrindex.c
3280         * src/addrindex.h
3281                 Implement deletion in duplicate finder. 
3282                 Patch by Holger 
3283
3284 2007-10-07 [colin]      3.0.2cvs30
3285
3286         * src/exporthtml.c
3287         * src/mbox.c
3288         * src/common/utils.c
3289                 Better fix for Solaris, thanks to Nicolas Doualot
3290
3291 2007-10-07 [colin]      3.0.2cvs29
3292
3293         * AUTHORS
3294         * src/gtk/authors.h
3295                 Add Frank Dietrich
3296
3297 2007-10-07 [colin]      3.0.2cvs28
3298
3299         * src/exporthtml.c
3300                 Fix HTML export to make it more compliant
3301                 Patch by Frank Dietrich <bits_n_bytes@gmx.de>
3302
3303 2007-10-07 [colin]      3.0.2cvs27
3304
3305         * src/prefs_toolbar.c
3306                 Only use icons that wouldn't look stupid in the toolbar
3307                 Patch by Pawel
3308
3309 2007-10-07 [colin]      3.0.2cvs26
3310
3311         * src/prefs_toolbar.c
3312                 Fix old icon being used when none is selected
3313
3314 2007-10-07 [colin]      3.0.2cvs25
3315
3316         * src/toolbar.c
3317                 Fix copy/paste error
3318
3319 2007-10-07 [colin]      3.0.2cvs24
3320
3321         * src/prefs_toolbar.c
3322         * src/toolbar.c
3323         * src/toolbar.h
3324                 Update icon to default one when changing event
3325                 Make the icon chooser nicer (handle Esc, Enter,
3326                 double-click)
3327
3328 2007-10-06 [colin]      3.0.2cvs23
3329
3330         * src/prefs_toolbar.c
3331                 Fix text reset; patch by Pawel
3332
3333 2007-10-06 [colin]      3.0.2cvs22
3334
3335         * src/toolbar.h
3336                 Complete previous commit
3337
3338 2007-10-06 [colin]      3.0.2cvs21
3339
3340         * src/prefs_toolbar.c
3341         * src/toolbar.c
3342                 Set toolbar text automatically to the default
3343                 when changing Event executed on click
3344
3345 2007-10-06 [colin]      3.0.2cvs20
3346
3347         * src/prefs_toolbar.c
3348                 Invert Text and Event fields
3349
3350 2007-10-06 [colin]      3.0.2cvs19
3351
3352         * src/prefs_toolbar.c
3353         * src/toolbar.c
3354                 Make toolbar prefs look much better
3355                 Patch by Pawel Pekala
3356
3357 2007-10-06 [paul]       3.0.2cvs18
3358
3359         * src/account.c
3360         * src/prefs_filtering.c
3361                 fix checkbuttons in gtktreeview on maemo by
3362                 setting maemo's "allow-checkbox-mode" to FALSE
3363
3364 2007-10-06 [colin]      3.0.2cvs17
3365
3366         * configure.ac
3367                 Export -DSOLARIS in CFLAGS for all
3368                 Solaris (not just 2.8) and OpenSolaris
3369
3370 2007-10-06 [paul]       3.0.2cvs16
3371
3372         * AUTHORS
3373         * src/exporthtml.c
3374         * src/mbox.c
3375         * src/gtk/authors.h
3376                 fix build on solaris where ctime_r takes
3377                 3 arguments rather than 2.
3378                 Patch by Nicolas Doualot <slubman.lists@slubman.info>
3379
3380 2007-10-05 [colin]      3.0.2cvs15
3381
3382         * src/etpan/imap-thread.c
3383                 Fix wrong error codepath
3384
3385 2007-10-05 [wwp]        3.0.2cvs14
3386
3387         * src/filtering.c
3388                 Fix unexpected logging of quicksearches:
3389                 debug_filtering_session flag was never reset to FALSE, causing
3390                 matcher functions to log when called from a quicksearch
3391                 (if a filtering session happened before).
3392
3393 2007-10-05 [paul]       3.0.2cvs13
3394
3395         * src/prefs_actions.c
3396         * src/prefs_filtering.c
3397         * src/prefs_template.c
3398                 fix bug 1343, 'Filtering..'s close button
3399                 silently discards new filter'
3400                 Thanks to Colin
3401
3402 2007-10-05 [paul]       3.0.2cvs12
3403
3404         * configure.ac
3405         * src/Makefile.am
3406                 fix bug 1347, '-Wno-unused-function, optional'
3407
3408 2007-10-05 [colin]      3.0.2cvs11
3409
3410         * src/procmime.c
3411         * src/common/mgutils.c
3412                 Fix warnings
3413
3414 2007-10-05 [mones]      3.0.2cvs10
3415
3416         * manual/advanced.xml
3417                 Use full menu name
3418         * manual/es/advanced.xml
3419                 Synchronise translation
3420
3421 2007-10-04 [colin]      3.0.2cvs9
3422
3423         * src/action.c
3424         * src/addrbook.c
3425         * src/addrindex.c
3426         * src/compose.c
3427         * src/exporthtml.c
3428         * src/exportldif.c
3429         * src/folder.c
3430         * src/main.c
3431         * src/matcher.c
3432         * src/mbox.c
3433         * src/messageview.c
3434         * src/mh.c
3435         * src/news.c
3436         * src/partial_download.c
3437         * src/pop.c
3438         * src/procmime.c
3439         * src/procmsg.c
3440         * src/toolbar.c
3441         * src/common/log.c
3442         * src/common/mgutils.c
3443         * src/common/plugin.c
3444         * src/common/utils.c
3445         * src/common/xml.c
3446         * src/common/xml.h
3447         * src/common/xmlprops.c
3448         * src/common/xmlprops.h
3449         * src/plugins/bogofilter/bogofilter.c
3450         * src/plugins/clamav/clamav_plugin.c
3451         * src/plugins/dillo_viewer/dillo_prefs.c
3452         * src/plugins/pgpcore/prefs_gpg.c
3453         * src/plugins/pgpinline/pgpinline.c
3454         * src/plugins/pgpmime/pgpmime.c
3455         * src/plugins/spamassassin/spamassassin.c
3456         * src/plugins/trayicon/trayicon_prefs.c
3457                 Verify success on writes. Will fix possible strange
3458                 failure on disk full.
3459
3460 2007-10-04 [paul]       3.0.2cvs8
3461
3462         * manual/advanced.xml
3463                 add further info about Actions
3464                 Patch by Emmanuel Briot <briot@adacore.com>
3465
3466 2007-10-04 [paul]       3.0.2cvs7
3467
3468         * src/account.c
3469                 remove the D column, instead indicate the
3470                 default account by use of bold text
3471
3472 2007-10-03 [colin]      3.0.2cvs6
3473
3474         * src/common/template.c
3475                 Fix templates writing (was prone to disk full problems)
3476
3477 2007-10-03 [colin]      3.0.2cvs5
3478
3479         * src/Makefile.am
3480         * src/addrduplicates.c
3481         * src/addrduplicates.h
3482         * src/addressbook.c
3483                 Add duplicate deletion. Patch by Holger
3484
3485 2007-10-03 [colin]      3.0.2cvs4
3486
3487         * src/matcher.c
3488         * src/gtk/quicksearch.c
3489                 Fix bug 1340, 'Case insensitive searches with 
3490                 non-ascii alphabets fail'.
3491
3492 2007-10-03 [colin]      3.0.2cvs3
3493
3494         * src/main.c
3495         * src/common/utils.c
3496         * src/common/utils.h
3497                 Implement run-time alternative config directories
3498
3499 2007-10-03 [colin]      3.0.2cvs2
3500
3501         * src/folderview.c
3502                 Prevent opening folder item while folder
3503                 is scanned in a better way
3504
3505 2007-10-02 [paul]       3.0.2cvs1
3506
3507         * NEWS
3508         * README
3509         * RELEASE_NOTES
3510         * configure.ac
3511                 bump up version number following stable release
3512
3513 2007-09-30 [colin]      3.0.1cvs49
3514
3515         * src/imap.c
3516                 Refresh session if needed
3517
3518 2007-09-30 [colin]      3.0.1cvs48
3519
3520         * src/imap.c
3521                 Reset folder's session to NULL
3522                 before destroying it
3523
3524 2007-09-30 [mones]      3.0.1cvs47
3525
3526         * manual/handling.xml
3527                 Use markup quotes instead hardcoded quotes
3528         * manual/es/handling.xml
3529                 Added new synced section (IMAP subscriptions)
3530
3531 2007-09-29 [colin]      3.0.1cvs46
3532
3533         * src/imap.c
3534                 Notice disconnections faster
3535
3536 2007-09-28 [colin]      3.0.1cvs45
3537
3538         * src/addressbook.c
3539         * src/addrindex.c
3540                 Fix warnings
3541
3542 2007-09-28 [paul]       3.0.1cvs44
3543
3544         * src/mimeview.c
3545                 fix maemo build
3546
3547 2007-09-28 [paul]       3.0.1cvs43
3548
3549         * src/account.c
3550                 use gtk_widget_set_size_request() on the label
3551                 so that wrapping works better. get rid of the
3552                 (partially deprecated) hbutton_box.
3553                 these changes should prevent buttons overlapping
3554                 on maemo
3555
3556 2007-09-28 [colin]      3.0.1cvs42
3557
3558         * src/pop.c
3559                 Fix typo :)
3560
3561 2007-09-28 [colin]      3.0.1cvs41
3562
3563         * src/compose.c
3564         * src/msgcache.c
3565         * src/pop.c
3566         * src/procmime.c
3567         * src/etpan/imap-thread.c
3568                 64bits-related warning fixes
3569
3570 2007-09-28 [colin]      3.0.1cvs40
3571
3572         * src/folder_item_prefs.c
3573         * src/ldaputil.c
3574         * src/mainwindow.c
3575         * src/mimeview.c
3576         * src/common/tags.c
3577                 Fix warnings
3578
3579 2007-09-28 [colin]      3.0.1cvs39
3580
3581         * src/plugins/spamassassin/spamassassin.c
3582         * src/plugins/spamassassin/spamassassin.h
3583         * src/plugins/spamassassin/spamassassin_gtk.c
3584                 Add addressbook-based whitelisting
3585
3586 2007-09-28 [colin]      3.0.1cvs38
3587
3588         * src/folder.c
3589                 Fix bug 1337, 'crash on pressing Send button'
3590
3591 2007-09-28 [paul]       3.0.1cvs37
3592
3593         * src/prefs_folder_item.c
3594                 give the orphans a parent. makes all prefs
3595                 pages visible on maemo
3596
3597 2007-09-28 [colin]      3.0.1cvs36
3598
3599         * src/prefs_folder_column.c
3600         * src/prefs_summary_column.c
3601                 Fix two leaks
3602
3603 2007-09-27 [colin]      3.0.1cvs35
3604
3605         * src/gtk/quicksearch.c
3606                 Fix bug 1336, 'Segfault if empty space before search-string'
3607
3608 2007-09-26 [mones]      3.0.1cvs34
3609
3610         * manual/account.xml
3611         * manual/plugins.xml
3612                 Fixed irc channel name, added some docbook markup.
3613                 Changed text markup to docbook markup. 
3614                 Added spamcop as supported in SpamReport description.
3615         * manual/fr/plugins.xml
3616                 Fixed irc channel name.
3617         * manual/es/account.xml
3618         * manual/es/advanced.xml
3619         * manual/es/claws-mail-manual.xml
3620         * manual/es/glossary.xml
3621         * manual/es/gpl.xml
3622         * manual/es/keyboard.xml
3623         * manual/es/plugins.xml
3624                 Synced with English version, fixed a couple of typos.
3625
3626 2007-09-26 [colin]      3.0.1cvs33
3627
3628         * configure.ac
3629                 Explain why "Libgnomeprint: no" on GTK+ 2.10
3630
3631 2007-09-26 [colin]      3.0.1cvs32
3632
3633         * src/messageview.c
3634         * src/procmsg.c
3635         * src/procmsg.h
3636                 Optimisation: avoid fetching mail 3 times locally
3637                 for displaying
3638
3639 2007-09-26 [colin]      3.0.1cvs31
3640
3641         * src/mh.c
3642                 Fix missing static
3643
3644 2007-09-26 [colin]      3.0.1cvs30
3645
3646         * src/folder.c
3647         * src/folder.h
3648         * src/mh.c
3649         * src/mh.h
3650                 Fix MH mtime hack - make it a folder class function
3651
3652 2007-09-26 [colin]      3.0.1cvs29
3653
3654         * src/inc.c
3655                 Fix bug 1334, 'user defined mail incorporation 
3656                 script not run'
3657
3658 2007-09-25 [colin]      3.0.1cvs28
3659
3660         * src/codeconv.c
3661                 Optimisation: shortcut conv_codeset_strdup
3662                 when src_code and dest_code are the same
3663         * src/common/xml.c
3664         * src/common/xml.h
3665                 Optimisation: shortcut code conversions when
3666                 files are in UTF-8; faster list walking by
3667                 using prepend/reverse.
3668
3669 2007-09-25 [holger]     3.0.1cvs27
3670
3671         * src/printing.c
3672                 Replace button bar of the preview window
3673                 with a real toolbar (patch by Colin)
3674                 Add zooming to the preview window
3675
3676 2007-09-24 [paul]       3.0.1cvs26
3677
3678         * src/compose.c
3679                 compact the character set menu, adding some
3680                 missing encodings. Patch by Pawel Pekala
3681
3682 2007-09-23 [paul]       3.0.1cvs25
3683
3684         * src/prefs_account.c
3685         * src/prefs_folder_item.c
3686         * src/prefs_quote.c
3687         * src/quote_fmt.c
3688         * src/quote_fmt.h
3689                 remove unnecessary frame from Templates options
3690                 and improve the English of the check button label
3691
3692 2007-09-22 [colin]      3.0.1cvs24
3693
3694         * src/gtk/quicksearch.c
3695                 Fix bug 1329, 'error in quicksearch.c'
3696                 Fix return with value in function returning void
3697
3698 2007-09-22 [colin]      3.0.1cvs23
3699
3700         * src/imap.c
3701         * src/procmsg.h
3702         * src/common/utils.c
3703         * src/common/utils.h
3704         * src/etpan/imap-thread.c
3705                 Optimise fetching IMAP cached emails *a lot*
3706                 (remember whether mail is fully cached and \r's
3707                  are already stripped)
3708
3709 2007-09-22 [colin]      3.0.1cvs22
3710
3711         * src/folder.c
3712         * src/folder.h
3713         * src/prefs_folder_item.c
3714                 Add a button to allow users to drop local caches.
3715
3716 2007-09-21 [colin]      3.0.1cvs21
3717
3718         * src/summaryview.c
3719                 Remove unnecessary error when cancelling export to mbox.
3720                 Patch by Pawel
3721
3722 2007-09-21 [paul]       3.0.1cvs20
3723
3724         * src/gtk/prefswindow.c
3725                 remove unnecessary frames from the prefs
3726                 pages. Patch by Pawel Pekala
3727
3728 2007-09-21 [paul]       3.0.1cvs19
3729
3730         * src/prefs_account.c
3731         * src/prefs_folder_item.c
3732         * src/prefs_quote.c
3733         * src/quote_fmt.c
3734                 put the Templates options into a tabbed
3735                 layout. Patch by Pawel Pekala
3736
3737 2007-09-21 [paul]       3.0.1cvs18
3738
3739         * src/mainwindow.c
3740                 group together the character set menu items
3741                 move the /View/Show or hide/Message view below
3742                 .../Toolbar menu item
3743                 Patch by Pawel Pekala
3744
3745 2007-09-21 [mones]      3.0.1cvs17
3746
3747         * src/compose.c
3748                 Fix for bug 1327, 'segfault when replying to a non-existent
3749                 news message', thanks to Colin.
3750
3751 2007-09-21 [colin]      3.0.1cvs16
3752
3753         * src/folderview.c
3754                 Complete 3.0.1cvs15
3755
3756 2007-09-20 [colin]      3.0.1cvs15
3757
3758         * src/folderview.c
3759         * src/folderview.h
3760                 Maybe fix bug 1324, 'Corrupted IMAP cache'
3761
3762 2007-09-20 [colin]      3.0.1cvs14
3763
3764         * src/printing.c
3765                 Fix a little leak
3766
3767 2007-09-20 [holger]     3.0.1cvs13
3768
3769         * src/printing.c
3770                 Add page layout to print preview.
3771                 Make the close-button in the toolbar
3772                 right-aligned.
3773
3774 2007-09-20 [paul]       3.0.1cvs12
3775
3776         * po/ru.po
3777                 updated by Pavlo Bohmat
3778
3779 2007-09-19 [colin]      3.0.1cvs11
3780
3781         * src/common/utils.c
3782                 Prevent unquoted mime boundaries, by always
3783                 using a /
3784
3785 2007-09-19 [colin]      3.0.1cvs10
3786
3787         * src/printing.c
3788                 Fix drawing area size, fix DPI change that
3789                 can cause total number of lines to decrease
3790
3791 2007-09-19 [colin]      3.0.1cvs9
3792
3793         * po/POTFILES.in
3794         * src/printing.c
3795                 Make print preview more efficient and nicer.
3796                 Patch mostly by Holger Berndt <hb@claws-mail.org>
3797
3798 2007-09-19 [colin]      3.0.1cvs8
3799
3800         * src/prefs_common.c
3801         * src/prefs_common.h
3802         * src/printing.c
3803                 Add scrolledwindow, default allocation and
3804                 size saving to the print preview window.
3805
3806 2007-09-18 [colin]      3.0.1cvs7
3807
3808         * src/prefs_common.c
3809         * src/prefs_common.h
3810         * src/prefs_image_viewer.c
3811         * src/printing.c
3812                 GtkPrintOperation:
3813                 - add image printing support
3814                 - add option to print images
3815                 - add preview widget
3816                 - add saving of a few Page Setup parameters
3817
3818 2007-09-18 [colin]      3.0.1cvs6
3819
3820         * AUTHORS
3821         * src/gtk/authors.h
3822                 Add Guillaume Chazarain
3823
3824 2007-09-18 [colin]      3.0.1cvs5
3825
3826         * src/common/utils.c
3827                 Fix bug 1321, 'access before allocation 
3828                 when scanning for uris'. Patch by 
3829                 Guillaume Chazarain <guichaz@yahoo.fr>
3830
3831 2007-09-18 [colin]      3.0.1cvs4
3832
3833         * src/toolbar.c
3834                 Fix bug 1320, 'Memory leak caused by 
3835                 gtk_container_get_children'. Patch by
3836                 Guillaume Chazarain <guichaz@yahoo.fr>
3837
3838 2007-09-18 [colin]      3.0.1cvs3
3839
3840         * src/printing.c
3841         * src/printing.h
3842                 Fix HAVE_GNOMEPRINT (USE_GNOMEPRINT)
3843
3844 2007-09-18 [colin]      3.0.1cvs2
3845
3846         * src/Makefile.am
3847         * src/mainwindow.c
3848         * src/messageview.c
3849         * src/messageview.h
3850         * src/prefs_ext_prog.c
3851         * src/prefs_fonts.c
3852         * src/printing.c
3853         * src/printing.h
3854         * src/summaryview.c
3855                 Use GtkPrintOperation by default on GTK+ >= 2.10
3856                 Patch by Holger Berndt <hb@claws-mail.org>
3857
3858 2007-09-18 [paul]       3.0.1cvs1
3859
3860         * NEWS
3861         * README
3862         * RELEASE_NOTES
3863         * configure.ac
3864                 bump up version number following stable release
3865
3866 2007-09-16 [colin]      3.0.0cvs18
3867
3868         * src/folder.c
3869                 Fix possible memleak
3870
3871 2007-09-16 [colin]      3.0.0cvs17
3872
3873         * src/folderview.c
3874                 Fix bug 1311, 'Wrong arrow position 
3875                 while moving message into folder when 
3876                 column headers hidden'
3877         * src/image_viewer.c
3878                 Show error in the GUI if image can't
3879                 be loaded
3880         * src/matcher.c
3881                 Fix spurious output
3882         * src/messageview.c
3883                 Allow setting domain in msgid
3884         * src/common/plugin.c
3885                 Add timing information
3886
3887 2007-09-16 [colin]      3.0.0cvs16
3888
3889         * src/account.c
3890         * src/compose.c
3891         * src/prefs_account.c
3892         * src/prefs_account.h
3893         * src/common/utils.c
3894                 Remove Generate Message-ID option. We need
3895                 this on some IMAP servers.
3896         * src/prefs_template.c
3897                 Fix double-free
3898
3899 2007-09-16 [colin]      3.0.0cvs15
3900
3901         * src/prefs_filtering.c
3902         * src/prefs_filtering.h
3903         * src/prefs_filtering_action.c
3904         * src/common/tags.c
3905                 Fix tags issues: tags with spaces, renaming
3906                 tags.
3907
3908 2007-09-16 [colin]      3.0.0cvs14
3909
3910         * src/folderview.c
3911         * src/main.c
3912         * src/mainwindow.c
3913                 Fix bug 1308, 'Claws deletes folderlist.xml after
3914                 fetching mail short after start-up'
3915
3916 2007-09-16 [colin]      3.0.0cvs13
3917
3918         * src/compose.c
3919                 Fix scrolling to cursor
3920
3921 2007-09-16 [paul]       3.0.0cvs12
3922
3923         * po/sr.po
3924                 updated by Aleksandar Urosevic
3925
3926 2007-09-16 [paul]       3.0.0cvs11
3927
3928         * src/folder.c
3929                 do not allow locked msgs to be deleted,
3930                 even by filtering/processing
3931
3932 2007-09-07 [paul]       3.0.0cvs10
3933
3934         * src/prefs_folder_column.c
3935         * src/prefs_summary_column.c
3936                 implement button sensitivity
3937                 patch by Pawel Pekala
3938
3939 2007-09-06 [wwp]        3.0.0cvs9
3940
3941         * src/prefs_gtk.c
3942                 Add a missing linefeed to a debug message.
3943
3944 2007-09-05 [colin]      3.0.0cvs8
3945
3946         * src/inc.c
3947                 Fix statusbar/window mismatch on Maemo
3948
3949 2007-09-05 [colin]      3.0.0cvs7
3950
3951         * src/ldaputil.c
3952                 Fix build without USE_LDAP_TLS
3953
3954 2007-09-05 [colin]      3.0.0cvs6
3955
3956         * src/folder.c
3957         * src/imap.c
3958         * src/inc.c
3959         * src/mbox.c
3960         * src/send_message.c
3961         * src/statusbar.c
3962         * src/statusbar.h
3963                 Maemo: distinguish various statusbar messages,
3964                 in order to display only the most important.
3965
3966 2007-09-04 [wwp]        3.0.0cvs5
3967
3968         * src/account.c
3969                 Accounts list: fix "Local" protocol not shown when USE_OPENSSL is set.
3970                 Show protocol "SMTP" and the appropriate server for send-only
3971                 accounts, show "-" instead of "" when no value is relevant.
3972
3973 2007-09-03 [ticho]      3.0.0cvs4
3974
3975         * src/summaryview.c
3976                 Handle plural form better in delete confirmation dialog.
3977
3978 2007-09-03 [wwp]        3.0.0cvs3
3979
3980         * src/compose.c
3981                 Warn differently when sending or sending later (queueing).
3982
3983 2007-09-03 [colin]      3.0.0cvs2
3984
3985         * src/procmime.c
3986         * src/procmime.h
3987         * src/common/plugin.c
3988         * src/common/plugin.h
3989                 Add a new plugin API, MimeParser. It allows
3990                 plugins to scan email MIME parts and optionally,
3991                 transform them.
3992
3993 2007-09-03 [mones]      3.0.0cvs1
3994
3995         * po/es.po
3996                 Updated translation
3997         * src/common/defs.h
3998                 While a better solution is made double history sizes
3999
4000 2007-09-03 [paul]       3.0.0
4001
4002         * NEWS
4003         * README
4004         * RELEASE_NOTES
4005                 3.0.0 released
4006
4007 [For previous entries, see ChangeLog.2.0.0-3.0.0]