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