286db6a06137ebaab864aa913ccacd5b8e9f08b9
[claws.git] / ChangeLog
1 2010-09-10 [pawel]      3.7.6cvs32
2
3         * src/mainwindow.c
4         * src/summaryview.c
5         * src/toolbar.c
6                 Make Tab key switch between FolderView, MsgView and
7                 SummaryView only, other widgets have/can have their own
8                 keybindings anyway
9
10 2010-08-25 [colin]      3.7.6cvs31
11
12         * src/procmime.c
13         * AUTHORS
14         * src/gtk/authors.h
15         * src/common/base64.c
16         * src/common/base64.h
17                 Fix bug #2245, "base64 decoding fails with line breaks"
18                 Patch by Yotam Medini
19
20 2010-08-25 [colin]      3.7.6cvs30
21
22         * src/main.c
23                 Fix bug #2241, "Empty trash on exit fails on scripted exit"
24
25 2010-08-23 [pawel]      3.7.6cvs29
26
27         * src/inc.c
28         * src/send_message.c
29         * src/statusbar.c
30         * src/toolbar.c
31                 Hide progressbar on statusbar when not needed
32
33 2010-08-17 [colin]      3.7.6cvs28
34
35         * src/main.c
36                 Fix previous patch (our own tmp dir is inside
37                 our rc dir)
38
39 2010-08-16 [colin]      3.7.6cvs27
40
41         * src/main.c
42                 Use temp dir to store logs in Windows. Avoids doing
43                 get_rc_dir() early, which prevents set_rc_dir()
44                 working correctly.
45
46 2010-07-31 [holger]     3.7.6cvs26
47
48         * src/gtk/gtkshruler.c
49                 Yet more GdkGC to Cairo porting
50
51 2010-07-30 [holger]     3.7.6cvs25
52
53         * src/stock_pixmap.c
54                 More GdkGC to Cairo porting
55
56 2010-07-30 [holger]     3.7.6cvs24
57
58         * src/gtk/colorlabel.c
59                 One GdkGC usage less
60
61 2010-07-29 [holger]     3.7.6cvs23
62
63         * src/printing.c
64                 Replace some gdk drawing with cairo, as the former
65                 is going towards deprecation.
66
67 2010-07-25 [colin]      3.7.6cvs22
68
69         * src/common/utils.c
70                 And now for a real fix. g_list_remove() doesn't, of
71                 course, free the data. But we have to have a solid
72                 pointer to it in order to free it ourselves instead
73                 of relying on the old freed list pointer.
74                 Maybe that's the last patch on the subject now ? :)
75
76 2010-07-25 [colin]      3.7.6cvs21
77
78         * src/common/utils.c
79                 Remove stupid and extraneous g_free() of elements
80                 which have just been freed by g_list_remove(). (see
81                 GList documentation). I don't know how it worked before
82
83 2010-07-25 [colin]      3.7.6cvs20
84
85         * src/common/utils.c
86                 Reverse free/use with more logical and safe
87                 use/free. Thanks to Michael Rasmussen !
88
89 2010-07-24 [colin]      3.7.6cvs19
90
91         * src/gtk/quicksearch.c
92                 Finish 3.7.5cvs42 patch. Probably fixes bug 2232,
93                 'freeze when using quick search'
94
95 2010-07-11 [iwkse]      3.7.6cvs18
96
97         * src/gtk/quicksearch.c
98                 Add SMALL_LAYOUT to quicksearch_relayout
99
100 2010-07-10 [iwkse]      3.7.6cvs17
101
102         * src/mainwindow.h
103                         Remove forgotten variable from
104                         the last bugfix #2224
105
106 2010-07-10 [colin]      3.7.6cvs16
107
108         * src/mainwindow.c
109         * src/gtk/quicksearch.c
110                 Clean fix for bug #2224: don't mess with GTK settings when
111                 handling the layout ourselves is enough
112
113 2010-07-09 [iwkse]      3.7.6cvs15
114
115         * src/mainwindow.h
116         * src/mainwindow.c
117                         Better fix for Bug #2224
118
119 2010-07-09 [iwkse]      3.7.6cvs14
120
121         * src/mainwindow.c
122                         Bug #2224
123                         Always use stock icons on buttons
124
125 2010-07-08 [colin]      3.7.6cvs13
126
127         * src/gtk/filesel.c
128                 Fix bug 2223, 'Compilation fails with GTK+
129                 2.21.3'. Thanks to Jan Psota !
130
131 2010-06-29 [pawel]      3.7.6cvs12
132
133         * src/compose.c
134                 Revert 3.7.5cvs41, it breaks templates that use %X
135
136 2010-06-23 [wwp]        3.7.6cvs11
137
138         * src/gtk/colorlabel.c
139                 Silent up a warning by avoiding possible confusion
140                 in logical expression evaluation, thanks to TuxCM.
141
142 2010-06-21 [iwkse]      3.7.6cvs10
143
144         * src/gtk/quicksearch.c
145                 Do not add into quicksearch history
146                 matching rules with bad syntax
147
148 2010-05-26 [holger]     3.7.6cvs9
149
150         * src/summaryview.c
151         * src/summaryview.h
152                 Add function to select rows given a list of messages,
153                 complementary to summary_get_selected_msg_list()
154
155 2010-05-22 [mir]        3.7.6cvs8
156
157         * src/ldapctrl.c
158                 Fix bug 2208. Encode encrypted password to qouted
159                 printable to avoid making invalid XML. Encoding
160                 will be activated the first time the password is
161                 changed.
162
163 2010-05-22 [paul]       3.7.6cvs7
164
165         * manual/advanced.xml
166         * src/compose.c
167         * src/prefs_common.c
168         * src/prefs_common.h
169                 after using the compose margin for several days
170                 I wanted the old style back - add a new hidden
171                 pref 'show_compose_margin' to restore the old
172                 behaviour (defaults to FALSE)
173
174 2010-05-14 [paul]       3.7.6cvs6
175
176         * src/compose.c
177                 add a margin to the compose window text that matches
178                 the margin in textview
179
180 2010-05-14 [colin]      3.7.6cvs5
181
182         * src/gtk/sslcertwindow.c
183                 Fix dangling pointer. Thanks to Michael R!
184
185 2010-05-14 [colin]      3.7.6cvs4
186
187         * src/gtk/sslcertwindow.c
188                 Fix bug 1993, 'Cannot send mail when SSL certificate is 
189                 expired but certificate check is skipped' and maybe
190                 bug 2200, 'SSL is not working with POP3'
191
192 2010-05-14 [colin]      3.7.6cvs3
193
194         * src/plugins/pgpinline/pgpinline.c
195                 Fix bug 2205, 'PGPInline: segfault on malformed mails'
196
197 2010-05-04 [iwkse]      3.7.6cvs2
198
199         * src/prefs_message.c
200                         Get a generic name as 'Quotation' for
201                         the frame
202
203 2010-05-04 [iwkse]      3.7.6cvs1
204
205         * src/prefs_message.c
206         * src/prefs_common.h
207         * src/prefs_common.c
208         * src/textview.c
209                         Fix #2188
210                         Option for collapsing via double-click
211
212 2010-05-01 [paul]       3.7.6
213         * NEWS
214         * README
215         * RELEASE_NOTES 
216                 3.7.6 unleashed!
217
218 2010-05-01 [paul]       3.7.5cvs55
219
220         * tools/claws.i18n.status.pl
221                 add Ukrainian stat
222
223 2010-05-01 [paul]       3.7.5cvs54
224
225         * src/gtk/authors.h
226                 add YUP, new Ukrainian translator
227
228 2010-04-30 [paul]       3.7.5cvs53
229
230         * configure.ac
231         * po/uk.po
232                 add Ukrainian translation, submitted by YUP
233         * po/cs.po
234         * po/de.po
235         * po/fi.po
236         * po/hu.po
237         * po/nl.po
238         * po/pt_BR.po
239         * po/pt_PT.po
240         * po/sk.po
241                 updated by David Vachulka, Stephan Sachse, Flammie Pirinen,
242                 Páder Rezső, Marcel Pol, Frederico Goncalves Guimaraes,
243                 Tiago Faria, and Slavko
244
245 2010-04-26 [wwp]        3.7.5cvs52
246
247         * po/fr.po
248                 Fix capitalization.
249
250 2010-04-26 [mones]      3.7.5cvs51
251
252         * po/es.po
253                 Updated for release
254
255 2010-04-22 [pawel]      3.7.5cvs50
256
257         * src/addressbook.c
258                 fix compile warning
259         * src/vcard.c
260                 first NULL check pointer, then use it
261
262 2010-04-22 [colin]      3.7.5cvs49
263
264         * src/imap.c
265                 Fix error message when session isn't established
266         * po/fr.po
267                 Update translation and fix a typo in it
268
269 2010-04-15 [pawel]      3.7.5cvs48
270
271         * src/prefs_account.c
272                 Fix Bug 2144 'When creating an account with IMAP4+SSL,
273                                 the port isn't configured properly'
274                 When using SSL/TLS tunneling automatically use default
275                 ports for encrypted connections: smtps, pop3s, imaps, nntps
276
277 2010-04-15 [pawel]      3.7.5cvs47
278
279         * src/action.c
280                 Fix crasher in actions using '%f' argument
281                 on multiple files with external scripts which
282                 don't return any output.
283
284 2010-04-14 [colin]      3.7.5cvs46
285
286         * src/mainwindow.c
287                 Fix hand cursor after error symbol appears
288
289 2010-04-12 [colin]      3.7.5cvs45
290
291         * configure.ac
292                 Fix bug 2162, 'configure check for libetpan 
293                 fails with libetpan 1.0'
294
295
296 2010-04-09 [mones]      3.7.5cvs44
297
298         * manual/de/glossary.xml
299                 Fix encoding to match main document's
300                 Also fixes make dist with Debian's openjade
301
302 2010-03-29 [pawel]      3.7.5cvs43
303
304         * src/matcher_parser.h
305         * src/matcher_parser_parse.y
306         * src/gtk/quicksearch.c
307                 Disable matcher warnings when populating quicksearch
308                 completion lists on startup
309
310 2010-03-27 [colin]      3.7.5cvs42
311
312         * src/gtk/quicksearch.c
313                 Fix double-free later in code. Optimize
314                 list creation
315
316 2010-03-27 [pawel]      3.7.5cvs41
317
318         * src/compose.c
319                 Make sure that quote ends with new line char
320
321 2010-03-26 [pawel]      3.7.5cvs40
322
323         * src/compose.c
324         * src/compose.h
325         * src/textview.c
326                 Fix Bug 1928 Add "reply to this address" pop menu 
327                              on Message View
328                 - Set composing account to email one when creating/replying
329                   from NNTP folder by clicking link or choosing option
330                   from popup menu
331                 - Factorize code
332
333 2010-03-25 [paul]       3.7.5cvs39
334
335         * src/gtk/gtkcmclist.c
336                 Fix build with GTK+ 2.20
337
338 2010-03-24 [pawel]      3.7.5cvs38
339
340         * src/addr_compl.c
341         * src/compose.c
342         * src/folderview.c
343         * src/grouplistdialog.c
344         * src/headerview.c
345         * src/mainwindow.c
346         * src/mimeview.c
347         * src/prefs_account.c
348         * src/gtk/gtkcmclist.c
349         * src/gtk/gtkcmctree.c
350         * src/gtk/gtkcmoptionmenu.c
351         * src/gtk/gtksctree.c
352         * src/gtk/gtkshruler.c
353         * src/gtk/gtkutils.c
354         * src/gtk/gtkutils.h
355         * src/gtk/gtkvscrollbutton.c
356         * src/gtk/inputdialog.c
357         * src/gtk/spell_entry.c
358         * src/plugins/trayicon/trayicon.c
359         * src/plugins/trayicon/libeggtrayicon/Makefile.am
360         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
361         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
362                 Fix build with GTK+ 2.19
363
364 2010-03-23 [pawel]      3.7.5cvs37
365
366         * src/mainwindow.c
367         * src/mimeview.c
368                 Respect view->show_col_headers option
369         * src/gtk/gtkcmctree.c
370                 Fix GtkCmcTree column width calculation when it has
371                 auto_resize set and new node is added
372
373 2010-03-22 [pawel]      3.7.5cvs36
374
375         * src/grouplistdialog.c
376         * src/prefs_common.c
377         * src/prefs_common.h
378                 - remember newsgroups list dialog size
379                 - respect use_dotted_lines hidden pref
380                 - respect use_stripes_everywhere hidden pref
381
382 2010-03-21 [pawel]      3.7.5cvs35
383
384         * src/addrgather.c
385                 Remove superfluous gtk_widget_show_all()
386         * src/mimeview.c
387                 Add forgotten colon
388         * src/common/utils.c
389                 Return correct type
390
391 2010-03-21 [pawel]      3.7.5cvs34
392
393         * src/main.c
394         * src/gtk/quicksearch.c
395         * src/gtk/quicksearch.h
396                 Implement separate search phrase completion for
397                 normal/extended quicksearch
398
399 2010-03-11 [paul]       3.7.5cvs33
400
401         * po/zh_CN.po
402                 fix bug 2110, 'Patch to use GB18030 for GB2312 and GBK X-GBK'
403                 submitted by Yuwei Yu
404
405 2010-03-09 [colin]      3.7.5cvs32
406
407         * manual/de/glossary.xml
408                 Fix build
409
410 2010-03-02 [colin]      3.7.5cvs31
411
412         * manual/de/glossary.xml
413                 Sort alphabetically. Done by Volker Ribbert.
414
415 2010-03-02 [mones]      3.7.5cvs30
416
417         * README
418                 Fix mailing list archives location
419                 Remove currently unavailable CVS webview
420
421 2010-03-01 [iwkse]      3.7.5cvs29
422
423         * src/common/plugin.c
424                         Other indentation issues
425
426 2010-03-01 [iwkse]      3.7.5cvs28
427
428         * src/common/plugin.c
429                         Fix indentation of the previous commit
430
431 2010-03-01 [iwkse]      3.7.5cvs27
432
433         * src/common/plugin.h
434         * src/common/plugin.c
435                         Add API for getting a loaded Plugin from the
436                         plugin's name, plugin_get_loaded_by_name (const gchar *name)
437                         Thanks to Colin, Michael
438
439 2010-02-27 [colin]      3.7.5cvs26
440
441         * configure.ac
442         * AUTHORS
443         * src/gtk/authors.h
444         * manual/Makefile.am
445         * manual/de/Makefile.am
446         * manual/de/account.xml
447         * manual/de/ack.xml
448         * manual/de/addrbook.xml
449         * manual/de/advanced.xml
450         * manual/de/claws-mail-manual.xml
451         * manual/de/faq.xml
452         * manual/de/glossary.xml
453         * manual/de/gpl.xml
454         * manual/de/handling.xml
455         * manual/de/intro.xml
456         * manual/de/keyboard.xml
457         * manual/de/plugins.xml
458         * manual/de/starting.xml
459         * manual/de/dist/.cvsignore
460         * manual/de/dist/Makefile.am
461         * manual/de/dist/html/.cvsignore
462         * manual/de/dist/html/Makefile.am
463         * manual/de/dist/pdf/.cvsignore
464         * manual/de/dist/pdf/Makefile.am
465         * manual/de/dist/ps/.cvsignore
466         * manual/de/dist/ps/Makefile.am
467         * manual/de/dist/txt/.cvsignore
468         * manual/de/dist/txt/Makefile.am
469                 Add the german translation of the manual, done by
470                 Volker Ribbert <thoraki@arcor.de>.
471
472 2010-02-27 [holger]     3.7.5cvs25
473
474         * src/prefs_toolbar.c
475                 Don't make toolbar item description for
476                 plugin registered items editable
477
478 2010-02-26 [colin]      3.7.5cvs24
479
480         * src/toolbar.c
481                 Don't translate empty description
482
483 2010-02-22 [colin]      3.7.5cvs23
484
485         * src/compose.c
486                 Don't make In-Reply-To visible when reediting
487                 a draft or sent mail.
488
489 2010-02-20 [colin]      3.7.5cvs22
490
491         * src/imap.c
492         * src/imap.h
493         * src/main.c
494         * src/mainwindow.c
495         * src/etpan/imap-thread.c
496         * src/etpan/imap-thread.h
497         * src/etpan/nntp-thread.c
498         * src/etpan/nntp-thread.h
499                 When going offline from NetworkManager, just
500                 delete IMAP connections. That'll avoid timeouts
501                 when coming back online in certain cases when
502                 the TCP socket will have timed out.
503
504 2010-02-20 [holger]     3.7.5cvs21
505
506         * .cvsignore
507                 More files to ignore
508
509 2010-02-17 [ticho]      3.7.5cvs20
510
511         * src/summaryview.c
512         * src/summaryview.h
513         * src/toolbar.c
514                 Revert 3.7.5cvs19.
515
516 2010-02-16 [ticho]      3.7.5cvs19
517
518         * src/summaryview.c
519         * src/summaryview.h
520         * src/toolbar.c
521                 Removed unused argument from summary_open_row().
522
523 2010-02-10 [pawel]      3.7.5cvs18
524
525         * src/compose.c
526                 - fix headers filtering when prefs_common.trans_hdr is on
527                 - fix headers setting when changing composing account 
528                 - plug memleak
529         * src/prefs_template.c
530                 Re-add template's name for translation
531
532 2010-02-10 [colin]      3.7.5cvs17
533
534         * src/prefs_matcher.c
535                 Fix bug 2099, 'add List-Id in Configuration>Filtering>
536                 Condition>Define>Header>Name combo box'. Patch by
537                 Francois Cami
538
539 2010-02-10 [colin]      3.7.5cvs16
540
541         * src/codeconv.c
542         * src/codeconv.h
543         * src/compose.c
544         * src/mainwindow.c
545         * src/messageview.c
546         * src/prefs_send.c
547         * src/procmime.c
548         * src/textview.c
549                 Add the GB18030 Chinese charset, which is a superset
550                 of GB2312 and (X-)GBK. Patch mostly by Yuwei Yu.
551
552 2010-02-09 [holger]     3.7.5cvs15
553
554         * configure.ac
555                 GTK+ 2.10 related cleanup
556
557 2010-02-09 [pawel]      3.7.5cvs14
558
559         * src/prefs_account.c
560         * src/prefs_folder_item.c
561         * src/prefs_template.c
562         * src/quote_fmt.c
563                 Respect prefs_common.trans_hdr in couple more places to avoid
564                 confusion with translated/non-translated header names
565
566 2010-02-09 [colin]      3.7.5cvs13
567
568         * po/POTFILES.in
569                 Fix make dist
570
571 2010-02-09 [colin]      3.7.5cvs12
572
573         * src/mimeview.c
574                 And fix 2.10 build :)
575
576 2010-02-09 [colin]      3.7.5cvs11
577
578         * configure.ac
579                 Bump up GTK+ requirement to 2.10
580         * src/Makefile.am
581         * src/compose.c
582         * src/crash.c
583         * src/foldersel.c
584         * src/main.c
585         * src/mainwindow.c
586         * src/messageview.c
587         * src/messageview.h
588         * src/prefs_actions.c
589         * src/prefs_common.c
590         * src/prefs_common.h
591         * src/prefs_ext_prog.c
592         * src/prefs_filtering_action.c
593         * src/prefs_fonts.c
594         * src/prefs_image_viewer.c
595         * src/prefs_matcher.c
596         * src/prefs_msg_colors.c
597         * src/prefs_summaries.c
598         * src/prefs_template.c
599         * src/printing.c
600         * src/printing.h
601         * src/quote_fmt.c
602         * src/summaryview.c
603         * src/textview.c
604         * src/gtk/Makefile.am
605         * src/gtk/about.c
606         * src/gtk/gtkcmclist.c
607         * src/gtk/gtkcmctree.c
608         * src/gtk/gtkutils.c
609         * src/gtk/quicksearch.c
610                 Remove all compile-time conditionals depending on
611                 GTK+ < 2.10
612         * src/gedit-print.c
613         * src/gedit-print.h
614         * src/gtk/gtksourceprintjob.c
615         * src/gtk/gtksourceprintjob.h
616                 Remove libgnomeprint-based printing system (and
617                 command-line-based printing system) as GTK+ 2.10
618                 ships with print support.
619
620 2010-02-08 [mir]        3.7.5cvs10
621
622         * src/compose.c
623             Avoid displaying Bcc headers in message sent
624             to NNTP servers. Thanks to Henning Mersch.
625
626
627 2010-02-08 [pawel]      3.7.5cvs9
628
629         * src/mimeview.c
630                 Make tooltips less cryptic
631         * src/gtk/description_window.c
632                 Improve window size calculation
633
634 2010-02-08 [pawel]      3.7.5cvs8
635
636         * src/compose.c
637         * src/compose.h
638         * src/common/utils.c
639         * src/common/utils.h
640         * src/gtk/authors.h
641                 Fix Bug 2058 "use in-reply-to info passed in mailto: links"
642                 Patch by Laurent Bigonville with slight modifications
643
644 2010-02-03 [pawel]      3.7.5cvs7
645
646         * m4/.cvsignore
647                 Add some libtool files to ignore
648
649 2010-02-03 [pawel]      3.7.5cvs6
650
651         * src/plugins/trayicon/trayicon.c
652                 Save and then restore focus when closing/minimizing to tray
653
654 2010-02-03 [mir]        3.7.5cvs5
655
656         * src/addrindex.c
657         * src/editldap.c
658         * src/ldapctrl.c
659         * src/ldapctrl.h
660         * src/ldapquery.c
661         * src/ldapupdate.c
662             Save LDAP password encrypted. See bug 2113.
663
664
665 2010-02-03 [colin]      3.7.5cvs4
666
667         * src/privacy.c
668                 Fix again decoding of encrypted parts. The
669                 reverting of the patch was wrong, as the
670                 double-decoding was fixed in smime itself.
671                 Thanks to Matthias Drochner again...
672
673 2010-02-02 [colin]      3.7.5cvs3
674
675         * src/plugins/smime/smime.c
676         * src/privacy.c
677                 Revert 3.7.4cvs2 and make a better patch for bug
678                 2059 and 2076. Patch by Matthias Drochner
679
680 2010-01-31 [pawel]      3.7.5cvs2
681
682         * src/gtk/authors.h
683                 Fix hungarian translator's name
684
685 2010-01-31 [pawel]      3.7.5cvs1
686
687         * src/messageview.c
688         * src/mimeview.c
689                 Fix Bug 2107 - Arrow keys don't work in message view window
690
691 2010-01-31 [paul]       3.7.5
692
693         * NEWS
694         * README
695         * RELEASE_NOTES 
696                 3.7.5 released!
697
698 2010-01-23 [pawel]      3.7.4cvs10
699
700         * src/addressbook.c
701                 Fix button sensitivity in compose mode
702
703 2010-01-23 [pawel]      3.7.4cvs9
704
705         * commitHelper
706         * tools/kdeservicemenu/install.sh
707         * tools/make.themes.project
708         * tools/nautilus2claws-mail.sh
709         * tools/popfile-link.sh
710         * tools/textviewer.sh
711                 Not all systems have bash installed in /bin, use env(1) to find
712                 it`s location
713
714 2010-01-22 [pawel]      3.7.4cvs8
715
716         * src/prefs_account.c
717         * src/prefs_filtering.c
718         * src/prefs_send.c
719         * src/gtk/colorlabel.c
720                 Add some separators in combos
721
722 2010-01-22 [pawel]      3.7.4cvs7
723
724         * autogen.sh
725                 --disable-aspell -> --disable-enchant
726         * configure.ac
727                 Fix options spacing in configure --help
728         * src/wizard.c
729                 Make wizard's window centered on the screen
730
731 2010-01-19 [holger]     3.7.4cvs6
732
733         * src/folder.c
734         * src/folder.h
735                 Introduce folder_get_item_from_identifier().
736                 In contrast to folder_find_item_from_identifier(), this
737                 function recursively creates the FolderItems in the id path.
738                 Useful for programmatically creating folders (e.g. by plugins)
739
740 2010-01-17 [pawel]      3.7.4cvs5
741
742         * src/gtk/authors.h
743                 Fix my lastname
744
745 2010-01-16 [colin]      3.7.4cvs4
746
747         * src/plugins/pgpcore/sgpgme.c
748                 Probably fix bug 2098, 'claws-mails crashes frequently 
749                 with pgpcore'. Fix double-free.
750
751 2010-01-16 [holger]     3.7.4cvs3
752
753         * src/prefs_toolbar.h
754                 Forgotten header
755
756 2010-01-15 [colin]      3.7.4cvs2
757
758         * src/privacy.c
759                 Decode mimeinfo before decrypting it. Probably
760                 fixes bug 2059 'gpgme >=1.1.8 not compatible 
761                 with S/MIME encryption' and bug 2076 'having 
762                 worked 2 times properly CLAWS ceased to 
763                 decrypt incoming PGP mails -displays base64 
764                 instead - sucks completely'
765                 Let's hope complete suckage ends here!
766                 Thanks to Matthias Drochner.
767
768 2010-01-08 [paul]       3.7.4cvs1
769
770         * tools/claws.i18n.status.pl
771                 fix typos
772
773 2010-01-08 [paul]       3.7.4
774
775         * NEWS
776         * README
777         * RELEASE_NOTES 
778                 3.7.4 released!
779
780 2010-01-08 [paul]       3.7.3cvs57
781
782         * po/ca.po
783         * po/cs.po
784         * po/de.po
785         * po/fi.po
786         * po/hu.po
787         * po/id.po
788         * po/ja.po
789         * po/nl.po
790         * po/pt_BR.po
791         * po/pt_PT.po
792         * po/ru.po
793         * po/sk.po
794                 updated translations by Miquel Oliete, David Vachulka, Stephan Sachse,
795                 Tommi Pirinen, Pader Rezso, MSulchan Darmawan, kazken3, Marcel Pol,
796                 Frederico Goncalves Guimaraes, Tiago Faria, Aleksei Miheev, and
797                 Slavko
798
799 2010-01-08 [paul]       3.7.3cvs56
800
801         * src/common/utils.c
802                 fix bug 2089, 'URLs ending with an underscore ('_')
803                 are not correctly parsed'. thanks to Johan
804
805 2010-01-05 [colin]      3.7.3cvs55
806
807         * po/fr.po
808                 Update french translation
809
810 2010-01-04 [mones]      3.7.3cvs54
811
812         * po/es.po
813                 Update Spanish translation
814
815 2010-01-04 [mones]      3.7.3cvs53
816
817         * manual/plugins.xml
818                 Some format
819         * manual/es/claws-mail-manual.xml
820         * manual/es/intro.xml
821         * manual/es/plugins.xml
822                 Synchronise with English version
823
824 2010-01-03 [paul]       3.7.3cvs52
825
826         * ChangeLog
827                 fix format
828         * src/gtk/authors.h
829                 update TEAM_LIST, fix encoding
830
831 2010-01-03 [mir]        3.7.3cvs51
832
833         * src/compose.c
834                 When composing to a NNTP list TO: will always be preset
835                 to the NNTP list unless user has chosen some other default
836                 in which case we will handle this the normal way. Therefore
837                 mfield will be set to TO_FIELD_PRESENT if mailto is NULL.
838
839 2010-01-01 [paul]       3.7.3cvs50
840
841         * src/gtk/about.c
842                 bump copyright year whilst it's in mind
843
844 2009-12-31 [paul]       3.7.3cvs49
845
846         * manual/claws-mail-manual.xml
847         * manual/intro.xml
848         * manual/plugins.xml
849                 fix links so that they make sense in the context of the
850                 text version of the manual
851
852 2009-12-31 [paul]       3.7.3cvs48
853
854         * manual/intro.xml
855         * manual/plugins.xml
856                 updates, improvements, corrections, additions
857
858 2009-12-29 [pawel]      3.7.3cvs47
859
860         * src/prefs_filtering_action.c
861                 Fix Bug 2082 'Wrong color rectangle position when replacing
862                 "color" processing rule'
863
864 2009-12-29 [colin]      3.7.3cvs46
865
866         * src/compose.c
867                 Fix bug 2074, 'Remember sending account 
868                 for sent messages'
869
870 2009-12-20 [holger]     3.7.3cvs45
871
872         * src/compose.c
873                 Delay CREATED_HOOKLIST invokation until
874                 after the modifications to the compose window
875                 are done, to allow hooks to further modify the
876                 window without getting overridden again
877
878 2009-12-20 [holger]     3.7.3cvs44
879
880         * src/prefs_toolbar.h
881                 Fix last commit
882
883 2009-12-20 [holger]     3.7.3cvs43
884
885         * src/prefs_toolbar.c
886         * src/prefs_toolbar.h
887         * src/toolbar.c
888                 Pass window struct to caller
889
890 2009-12-20 [holger]     3.7.3cvs42
891
892         * src/compose.c
893         * src/compose.h
894                 Add hooklist after creation of a compose window
895
896 2009-12-19 [holger]     3.7.3cvs41
897
898         * src/prefs_toolbar.c
899         * src/prefs_toolbar.h
900         * src/toolbar.c
901                 Allow plugins to choose to which toolbar they want
902                 to add actions (main window, compose window, or message view)
903
904 2009-12-19 [paul]       3.7.3cvs40
905
906         * src/statusbar.c
907                 fix statusbar in GTK+ 2.19.1
908
909 2009-12-10 [pawel]      3.7.3cvs39
910
911         * src/compose.c
912                 Better fix for cvs28 regression
913
914 2009-12-10 [iwkse]      3.7.3cvs38
915
916         * src/compose.c
917             Fix some indentation
918
919 2009-12-10 [iwkse]      3.7.3cvs37
920
921         * src/compose.c
922             Add missing checks for gtkaspell: avoid
923             crashing in some cases when Enchant is 
924             enabled but the spell checker is disabled 
925             in preferences.
926
927 2009-12-09 [colin]      3.7.3cvs36
928
929         * src/compose.c
930                 Fix leak and unchecked accesses.
931
932 2009-12-09 [mir]        3.7.3cvs35
933
934         * src/compose.c
935         Fix Bug 2072 "template at folder properties is not working"
936         introduced in cvs24.
937
938 2009-12-08 [pawel]      3.7.3cvs34
939
940         * src/compose.c
941                 When 'Reply All' remove current compose address from
942                 Cc/Bcc list - fix for regression introduced in cvs28
943
944 2009-12-05 [pawel]      3.7.3cvs33
945
946         * src/messageview.c
947                 Fix memory management, duh!
948
949 2009-12-04 [pawel]      3.7.3cvs32
950
951         * src/messageview.c
952                 Use case insensitive comparison in search for
953                 duplicate urls
954         * src/uri_opener.c
955                 Refresh scrollbars on every window open
956
957 2009-12-04 [pawel]      3.7.3cvs31
958
959         * src/compose.c
960                 Highlight misspelled words when applying template and
961                 check_while_typing option is on
962
963 2009-12-03 [pawel]      3.7.3cvs30
964
965         * src/compose.c
966                 Highlight misspelled words in text inserted from file(s)
967                 or pasted to message body when check_while_typing
968                 options is on
969
970 2009-12-02 [pawel]      3.7.3cvs29
971
972         * src/compose.c
973                 Revert first part of previous commit
974
975 2009-12-02 [pawel]      3.7.3cvs28
976
977         * src/compose.c
978                 Fix Bug 2055 "duplicate mailing list reply if
979                 List-Post + Reply-To present"
980                 - Ignore Reply-To if answering to ML
981                 - Improve parsing of List-Post header
982
983 2009-12-02 [pawel]      3.7.3cvs27
984
985         * src/compose.c
986         * src/compose.h
987                 Fix Bug 1850 "Reply All" duplicates "To" user in "CC" if original
988                 email had user in "From" and "CC"
989                 Don't allow duplicate addresses in compose window headers
990
991 2009-12-02 [mones]      3.7.3cvs26
992
993         * manual/intro.xml
994         * manual/es/intro.xml
995         * manual/fr/intro.xml
996         * manual/it/intro.xml
997         * manual/pl/intro.xml
998                 Make URL to point current site
999
1000 2009-12-01 [holger]     3.7.3cvs25
1001
1002         * src/summaryview.c
1003         * src/summaryview.h
1004                 Introduce new drag type "claws-mail/msg-path-list" for
1005                 drag'n'drop of a message selection from the summaryview
1006                 into other applications. The drag data gets set to the
1007                 folder-item-id followed by message ids, separated by newlines.
1008                 This enables other applications to back-link to Claws Mail
1009                 via a "claws-mail --select" call after they received a drop.
1010
1011 2009-11-30 [mir]        3.7.3cvs24
1012
1013         * src/compose.c
1014            Place cursor in compose window according to provided input
1015            If to: is present place cursor in subject field and if both
1016            to: and subject: is present place cursor in body. If body: is
1017            present insert a new line after text and place cursor there.
1018
1019 2009-11-27 [mones]      3.7.3cvs23
1020
1021         * src/gtk/quicksearch.c
1022                 Allow viewing longer expressions if there's space
1023
1024 2009-11-25 [holger]     3.7.3cvs22
1025
1026         * Makefile.am
1027         * src/common/Makefile.am
1028         * src/common/utils.c
1029         * src/common/utils.h
1030                 Add a function to query the
1031                 filepath of the .desktop file
1032
1033 2009-11-25 [colin]      3.7.3cvs21
1034
1035         * src/imap.c
1036                 Fix bug 2063, 'glib assertion in GRelation use in 
1037                 imap.c'
1038
1039 2009-11-24 [pawel]      3.7.3cvs20
1040
1041         * src/common/utils.c
1042                 Fix Bug 2053 'Inconsistent application of Coloration 
1043                 of Message text'
1044                 Don't allow '<' character between quotation marks
1045
1046 2009-11-21 [holger]     3.7.3cvs19
1047
1048         * src/printing.c
1049                 Modify cairo clip handling in preview windows,
1050                 to prevent print preview windows from being blank
1051                 with GTK+ 2.18. Follow recommendation of the GTK+
1052                 documentation (section "Migrating to client side windows")
1053                 and create a new cairo context for each expose event.
1054
1055 2009-11-19 [pawel]      3.7.3cvs18
1056
1057         * Makefile.am
1058                 complete 3.7.3cvs15 so install is DESTDIR safe
1059                 remove icons with changed names on uninstall
1060
1061 2009-11-18 [pawel]      3.7.3cvs17
1062
1063         * src/news_gtk.c
1064                 remove unneeded and code-duplicating function
1065
1066 2009-11-18 [pawel]      3.7.3cvs16
1067
1068         * src/news_gtk.c
1069                 Fix Bug 2057 'Claws mail does not keep renamed names
1070                 of nntp-subscribed groups'
1071                 Check for already subscribed group using item->path for group
1072                 comparision as folders item->path != item->name may be truth 
1073                 since we allowed renaming of newsgroups folders -> 3.5.0cvs11
1074
1075 2009-11-17 [pawel]      3.7.3cvs15
1076
1077         * Makefile.am
1078                 Fix Bug 2049 'some icons not copied?'
1079                 Install additional 64x64 and 128x128 icons
1080
1081 2009-11-17 [holger]     3.7.3cvs14
1082
1083         * src/prefs_toolbar.c
1084         * src/prefs_toolbar.h
1085         * src/toolbar.c
1086         * src/toolbar.h
1087                 Allow plugins to register toolbar items
1088
1089 2009-11-11 [pawel]      3.7.3cvs13
1090
1091         * src/addressbook.c
1092         * src/compose.c
1093         * src/compose.h
1094         * src/filtering.c
1095                 Fix Bug 1867 Changing account does not change BCC address
1096                 Set account specific headers when changing account
1097                 in compose window.
1098
1099 2009-11-07 [colin]      3.7.3cvs12
1100
1101         * src/gtk/prefswindow.c
1102                 Fix bug 2041, "add autonomical scrolled windows to prefs pages"
1103                 Patch by Pawel
1104
1105 2009-11-07 [colin]      3.7.3cvs11
1106
1107         * src/gtk/spell_entry.c
1108                 Fix bug 2040, 'numbers in subject entry marked as misspelled'
1109                 Patch by Pawel Pekala
1110
1111 2009-10-27 [colin]      3.7.3cvs10
1112
1113         * src/folder.c
1114                 Fix bug 2028, 'Attempts to connect to all accounts on exit'
1115                 Don't try to check whether the folder is up-to-date if
1116                 the folder class doesn't implement set_mtime, as we don't
1117                 care in this case. This code exists since a long time, but
1118                 the bug was triggered by more scanning of queue folders 
1119                 since recently (when we added \Deleted handling).
1120
1121 2009-10-27 [colin]      3.7.3cvs9
1122
1123         * src/mainwindow.c
1124                 Try to fix registering as default client
1125                 on windows 7
1126
1127 2009-10-21 [wwp]        3.7.3cvs8
1128
1129         * src/common/utils.c
1130                 Fix 3.7.3cvs7 (accidentally committed a CVS conflict mark, say bravo).
1131
1132 2009-10-21 [wwp]        3.7.3cvs7
1133
1134         * src/common/utils.c
1135                 Don't core dump when attempting to insert a non-existing
1136                 file using a mailto: uri (g_error does core dump).
1137
1138 2009-10-20 [colin]      3.7.3cvs6
1139
1140         * src/common/utils.c
1141                 Don't g_error on normal warnings...
1142
1143 2009-10-20 [colin]      3.7.3cvs5
1144
1145         * src/plugins/pgpcore/sgpgme.c
1146                 Fix bug 1996, 'S/MIME key not selected'
1147                 Check for S/MIME certs too
1148
1149 2009-10-20 [colin]      3.7.3cvs4
1150
1151         * src/common/w32lib.h
1152                 Fix win32 build on latest mingw32
1153
1154 2009-10-20 [colin]      3.7.3cvs3
1155
1156         * src/exportldif.c
1157         * src/ldif.c
1158         * src/ldif.h
1159                 Fix LDIF export. Patch by Michael Rasmussen
1160
1161 2009-10-18 [paul]       3.7.3cvs2
1162
1163         * tools/claws.i18n.status.pl
1164                 increase the value of $transolddays since we're relasing less
1165                 often now.
1166                 rework the en_GB.po hack so that en_GB is always 100% translated
1167                 and recently updated
1168
1169 2009-10-17 [paul]       3.7.3cvs1
1170
1171         * src/prefs_account.c
1172         * src/prefs_compose_writing.c
1173         * src/prefs_receive.c
1174         * src/prefs_summaries.c
1175         * src/prefs_wrapping.c
1176                 reword a few labels. (this incorporates everything
1177                 that seemed worthwhile from bug 2020)
1178         * src/prefs_customheader.c
1179                 use a 'Browse' button instead of button with
1180                 label 'From file...'
1181
1182 2009-10-12 [colin]
1183
1184         * CVS repository change
1185
1186 2009-10-09 [paul[       3.7.3
1187
1188         version 3.7.3 unleashed!!
1189
1190 2009-10-07 [paul]       3.7.2cvs49
1191
1192         * src/folderview.c
1193         * src/folderview.h
1194         * src/mainwindow.c
1195                 fix  Bug 1994 -  Changing colors required restart.
1196                 in the process rename folderview_reflect_prefs_pixmap_theme() to the
1197                 more accurate folderview_reinit_fonts()
1198
1199 2009-10-07 [paul]       3.7.2cvs48
1200
1201         * src/addrgather.c
1202         * src/prefs_common.c
1203         * src/prefs_common.h
1204                 fix  Bug 2003 -  Address gathering dialog minor bugs/annoyances,
1205                 patch by Pawel Pekala
1206
1207 2009-10-07 [paul]       3.7.2cvs47
1208
1209         * po/cs.po
1210         * po/de.po
1211         * po/hu.po
1212         * po/id.po
1213         * po/ja.po
1214         * po/pt_BR.po
1215                 updated by David Vachulka, Stephan Sachse and Marc Arens,
1216                 Pader Rezso, MSulchan Darmawan, kazken3, and Frederico
1217                 Goncalves Guimaraes
1218
1219 2009-10-06 [colin]      3.7.2cvs46
1220
1221         * po/fr.po
1222                 French translation update
1223
1224 2009-10-05 [paul]       3.7.2cvs45
1225
1226         * src/printing.c
1227                 enable Page Size and Orientation in the print dialog,
1228                 GTK+ >= 2.18.x only. Patch by Mark__T
1229
1230 2009-10-05 [paul]       3.7.2cvs44
1231
1232         * src/prefs_summaries.c
1233                 fix label, startup --> start-up, to match other uses of the
1234                 term
1235
1236 2009-10-05 [paul]       3.7.2cvs43
1237
1238         * po/pl.po
1239                 updated by Emilian Nowak
1240
1241 2009-10-03 [colin]      3.7.2cvs42
1242
1243         * src/mimeview.c
1244         * src/noticeview.c
1245         * src/gtk/gtkcmclist.c
1246         * src/gtk/gtkvscrollbutton.c
1247         * src/gtk/logwindow.c
1248                 GTK+ 2.18 fixes:
1249                 Fix bug 2008, 'Claws-Mail doesn't refresh after deletion'
1250                 Fix bug 2009, 'Incorrect pointer representation with GTK+2.18'
1251                 Fix warning at start
1252
1253 2009-09-28 [colin]      3.7.2cvs41
1254
1255         * src/matcher.c
1256         * src/mimeview.c
1257         * src/prefs_folder_item.c
1258                 Fix bug 2007, 'Small memory leaks'. Patch by Pawel
1259
1260 2009-09-28 [colin]      3.7.2cvs40
1261
1262         * src/prefs_summaries.c
1263         * src/gtk/sslcertwindow.c
1264                 Fix bug 2006, 'Non-utf8 strftime(3) date strings 
1265                 shows up garbled in GUI'. Patch by Pawel Pekala
1266
1267 2009-09-24 [iwkse]      3.7.2cvs39
1268
1269         * configure.ac
1270             That's only for statistics, of course :)
1271
1272 2009-09-24 [iwkse]      3.7.2cvs38
1273
1274         * configure.ac
1275             ...
1276
1277 2009-09-24 [iwkse]      3.7.2cvs37
1278
1279         * configure.ac
1280             Revert unwanted change
1281
1282 2009-09-24 [iwkse]      3.7.2cvs36
1283
1284         * src/action.c
1285             Fix issue with filtering actions and 
1286             parsed parameters
1287
1288 2009-09-20 [mones]      3.7.2cvs35
1289
1290         * tools/convert_mbox.pl
1291                 Add -R flag to support recursive conversions
1292                 of arbitrary Evolution mail folders, based on
1293                 bash script by Daniel Dickinson (fixes debian 
1294                 bug #461435) 
1295         * tools/popfile-link.sh
1296                 Set required shell for script (fixes debian 
1297                 bug #530057)
1298
1299 2009-09-16 [colin]      3.7.2cvs34
1300
1301         * src/main.c
1302                 Go grab files in /etc/skel if they exist
1303                 at first startup 
1304
1305 2009-09-15 [colin]      3.7.2cvs33
1306
1307         * src/procmime.c
1308                 Complete 3.7.1cvs42: only output directly to
1309                 final file if we get NULL byes at the start.
1310                 Still fixes saving UTF16 files, but also
1311                 fixes displaying Base64 parts with decoding
1312                 errors (parts without errors get displayed)
1313
1314 2009-09-14 [colin]      3.7.2cvs32
1315
1316         * src/matcher.c
1317         * src/matcher.h
1318         * src/matcher_parser_parse.y
1319         * src/prefs_matcher.c
1320                 Add 'has_attachment' and 'signed' matcher
1321                 expressions. Patch by Aleksei Miheev, fixes
1322                 bug 1997. 
1323
1324 2009-09-14 [colin]      3.7.2cvs31
1325
1326         * src/common/utils.c
1327                 Add "Re :" prefix from french Yahoo mail.
1328                 Patch by Didier Barvaux, fixes bug 1999
1329
1330 2009-09-10 [mones]      3.7.2cvs30
1331
1332         * manual/plugins.xml
1333                 Fix sites supported by SpamReport
1334         * manual/es/plugins.xml
1335                 Synchronise Spanish manual
1336
1337 2009-09-07 [holger]     3.7.2cvs29
1338
1339         * Makefile.am
1340                 Also update the icon cache on uninstall.
1341                 This prevents possible problems when Claws Mail was
1342                 uninstalled and installed again into a different location,
1343                 see http://bugzilla.gnome.org/show_bug.cgi?id=362604
1344                 and the blog post linked therein
1345
1346 2009-09-07 [paul]       3.7.2cvs28
1347
1348         * src/prefs_toolbar.c
1349                 when updating the main toolbar icons just update
1350                 the main toolbar (and consequently fix a bug where
1351                 folderview icons would disappear)
1352
1353 2009-08-30 [holger]     3.7.2cvs27
1354
1355         * src/compose.c
1356                 Do case-insensitive comparison against
1357                 header names when extracting recipients
1358                 from composed mails
1359
1360 2009-08-23 [colin]      3.7.2cvs26
1361
1362         * src/mbox.c
1363                 Probably fix RH bug 512024, " folder.c:3543 
1364                 Condition msglist != NULL failed"
1365
1366 2009-08-23 [colin]      3.7.2cvs25
1367
1368         * src/prefs_compose_writing.c
1369                 Make the maximum size warning bigger. Patch
1370                 by Didier Barvaux on bug 1986.
1371
1372 2009-08-21 [colin]      3.7.2cvs24
1373
1374         * src/compose.c
1375                 Previous commit: move the function into compose_insert_file
1376                 so that it's also used on drag-n-drop
1377
1378 2009-08-21 [colin]      3.7.2cvs23
1379
1380         * src/compose.c
1381                 Fix scrolling when adding an header
1382
1383 2009-08-21 [colin]      3.7.2cvs22
1384
1385         * src/compose.c
1386         * src/prefs_common.c
1387         * src/prefs_common.h
1388         * src/prefs_compose_writing.c
1389         * src/common/utils.c
1390                 Fix bug 1986, "New feature: warn user when inserting 
1391                 a large file in the message body". Patch by Didier
1392                 Barvaux
1393
1394 2009-08-21 [colin]      3.7.2cvs21
1395
1396         * AUTHORS
1397         * src/gtk/authors.h
1398         * src/common/utils.c
1399                 Fix bug 1984: Add R�f. : reply prefix (french 
1400                 Lotus Notes); patch by Didier Barvaux
1401
1402 2009-08-21 [colin]      3.7.2cvs20
1403
1404         * src/codeconv.c
1405         * src/codeconv.h
1406                 Fix bug 1969, 'Bad guess for outgoing encoding'
1407                 Make sure the specific converters (japanese in
1408                 this case) can return success/error in strict
1409                 mode, instead of silently failing back to 
1410                 strncpy
1411
1412 2009-08-20 [holger]     3.7.2cvs19
1413
1414         * src/compose.c
1415         * src/compose.h
1416                 Make it possible for code outside
1417                 compose (e.g. plugins) to attach files
1418
1419 2009-08-20 [colin]      3.7.2cvs18
1420
1421         * src/main.c
1422                 Fix crash when accessing IMAP soon
1423
1424 2009-08-18 [colin]      3.7.2cvs17
1425
1426         * src/ldapquery.c
1427                 Maybe fix crash on non-existent LDAP server
1428
1429 2009-08-04 [colin]      3.7.2cvs16
1430
1431         * src/toolbar.c
1432                 Fix toolbar's spacing that breaks dark
1433                 themes (patch from http://blogs.igalia.com/aperez/
1434                 2009/07/making-claws-mail-look-better/)
1435
1436 2009-07-28 [colin]      3.7.2cvs15
1437
1438         * src/account.c
1439         * src/addrcustomattr.c
1440         * src/addressadd.c
1441         * src/addressbook_foldersel.c
1442         * src/addrgather.c
1443         * src/browseldap.c
1444         * src/compose.c
1445         * src/editbook.c
1446         * src/editgroup.c
1447         * src/editjpilot.c
1448         * src/editldap.c
1449         * src/editldap_basedn.c
1450         * src/edittags.c
1451         * src/editvcard.c
1452         * src/exphtmldlg.c
1453         * src/expldifdlg.c
1454         * src/export.c
1455         * src/foldersel.c
1456         * src/import.c
1457         * src/importldif.c
1458         * src/importmutt.c
1459         * src/importpine.c
1460         * src/prefs_actions.c
1461         * src/prefs_customheader.c
1462         * src/prefs_display_header.c
1463         * src/prefs_filtering.c
1464         * src/prefs_folder_column.c
1465         * src/prefs_matcher.c
1466         * src/prefs_summary_column.c
1467         * src/prefs_summary_open.c
1468         * src/prefs_template.c
1469         * src/textview.c
1470         * src/uri_opener.c
1471                 Fix bug 1950, 'Program freeze up during folder selection'
1472                 Don't leave hidden windows modal
1473
1474 2009-07-28 [colin]      3.7.2cvs14
1475
1476         * src/ldapquery.c
1477                 Fix bug 1957, 'LDAP errs out after searching too 
1478                 many search bases'
1479
1480 2009-07-28 [colin]      3.7.2cvs13
1481
1482         * src/summaryview.c
1483                 Fix bug 1966, '"Collapse all threads" slower than 
1484                 "Expand all threads"'
1485
1486 2009-07-28 [colin]      3.7.2cvs12
1487
1488         * src/common/session.c
1489                 Fix bug 1967, 'Claws gets stuck after accepting 
1490                 a certificate warning dialog'
1491
1492 2009-07-19 [paul]       3.7.2cvs11
1493
1494         * manual/plugins.xml
1495                 a few small changes to the English
1496
1497 2009-07-18 [mones]      3.7.2cvs10
1498
1499         * manual/plugins.xml
1500                 Add new bsfilter and fancy plugins to the docs
1501                 and a note about dealing with plugins of the same class
1502         * src/prefs_account.c
1503                 Fix extra space at the end typo
1504
1505 2009-07-16 [colin]      3.7.2cvs9
1506
1507         * src/summaryview.c
1508                 Fix wrong return without unlocking; thanks
1509                 to mupuf_
1510
1511 2009-07-14 [colin]      3.7.2cvs8
1512
1513         * src/imap.c
1514                 Fix bug 1954, 'Segfault on reading wrong STATUS'
1515
1516 2009-07-10 [colin]      3.7.2cvs7
1517
1518         * src/plugins/pgpcore/plugin.def
1519         * src/common/utils.h
1520                 Fix windows port
1521
1522 2009-07-10 [colin]      3.7.2cvs6
1523
1524         * src/prefs_display_header.c
1525                 Fix bug 1951, 'C-Mail dumps core when editing 
1526                 displayed headers'. Patch by Alexey Rusakov
1527
1528 2009-07-10 [colin]      3.7.2cvs5
1529
1530         * src/folderview.c
1531                 Fix bug 1952, 'Deleted mails in Queue folder 
1532                 highlight it'.
1533
1534 2009-07-09 [colin]      3.7.2cvs4
1535
1536         * src/gtk/spell_entry.c
1537                 Fix bug 1949, 'Spell checker doesn't recognise 
1538                 certain word in Subject header, but does in 
1539                 message body'. Patch by Pawel Pekala.
1540
1541 2009-07-09 [paul]       3.7.2cvs3
1542
1543         * configure.ac
1544                 use pkgconfig to check for the minimum required
1545                 version of GnuTLS
1546
1547 2009-07-06 [colin]      3.7.2cvs2
1548
1549         * src/prefs_customheader.c
1550                 Fix build failure
1551
1552 2009-07-04 [paul]       3.7.2cvs1
1553
1554         * tools/claws.i18n.status.pl
1555                 updated
1556
1557 2009-07-03 [paul]       3.7.2
1558
1559         * NEWS
1560         * README
1561         * RELEASE_NOTES 
1562                 3.7.2 released!
1563
1564 2009-07-03 [paul]       3.7.1cvs85
1565
1566         * AUTHORS
1567         * configure.ac
1568         * po/pt_PT.po
1569         * po/sk.po
1570         * src/gtk/authors.h
1571                 added new translations by Tiago Faria and Slavko
1572         * po/bg.po
1573         * po/cs.po
1574         * po/de.po
1575         * po/es.po
1576         * po/fi.po
1577         * po/fr.po
1578         * po/hu.po
1579         * po/id.po
1580         * po/it.po
1581         * po/ja.po
1582         * po/pt_BR.po
1583         * po/ru.po
1584                 updated by Yasen Pramatarov, David Vachulka, Stephan Sachse,
1585                 Ricardo Mones, Tommi Pirinen, Colin Leroy, Pader Rezso,
1586                 MSulchan Darmawan, Andrea Spadaccini, kazken3, Frederico
1587                 Goncalves Guimaraes, Aleksei Miheev
1588
1589 2009-07-01 [colin]      3.7.1cvs84
1590
1591         * src/prefs_common.c
1592                 Fix bug 1940, 'Doesn't open links in 
1593                 user's default browser'. Turn the preference
1594                 to TRUE by default; that will only change the
1595                 behaviour for new users.
1596
1597 2009-06-29 [colin]      3.7.1cvs83
1598
1599         * src/filtering.c
1600         * src/filtering.h
1601         * src/prefs_filtering_action.c
1602                 Fix bug 1935, 'problems with very long filtering actions':
1603                 Use a dynamic buffer in action to string, and a bigger
1604                 buffer in string to action
1605
1606 2009-06-29 [colin]      3.7.1cvs82
1607
1608         * src/matcher_parser_lex.l
1609                 Fix bug 1878, 'Processing rules for folders with brackets aren't saved'
1610
1611 2009-06-29 [colin]      3.7.1cvs81
1612
1613         * src/addressbook.c
1614                 Fix warnings
1615         * src/editgroup.c
1616                 Fix crash (out-of-bounds tree column)
1617         * src/gtk/gtkcmctree.c
1618         * src/gtk/gtksctree.c
1619                 Prevent using an out-of-bounds tree column
1620
1621 2009-06-29 [colin]      3.7.1cvs80
1622
1623         * src/ldapupdate.c
1624         * src/ldif.c
1625                 Leak fixes; patch by Pawel Pekala.
1626
1627 2009-06-26 [colin]      3.7.1cvs79
1628
1629         * src/summaryview.c
1630                 Sort by msgnum if dates are equal
1631
1632 2009-06-24 [paul]       3.7.1cvs78
1633
1634         * src/summaryview.c
1635                 make some (forgotten) strings translatable
1636
1637 2009-06-19 [colin]      3.7.1cvs77
1638
1639         * src/summaryview.c
1640                 Fix menu sensitiveness
1641
1642 2009-06-18 [colin]      3.7.1cvs76
1643
1644         * configure.ac
1645         * src/plugins/pgpcore/sgpgme.c
1646         * src/plugins/pgpcore/sgpgme.h
1647         * src/plugins/pgpmime/mypgpcore.def
1648         * src/plugins/pgpmime/pgpmime.c
1649         * src/plugins/smime/mypgpcore.def
1650         * src/plugins/smime/smime.c
1651                 Use largefile support (and stop using our old GPGME
1652                 hack on gpgme_data_seek/rewind)
1653                 (See 1.9.12cvs44 to 46 - if this breaks things we 
1654                 should soon know :)
1655
1656 2009-06-13 [colin]      3.7.1cvs75
1657
1658         * src/gtk/spell_entry.c
1659                 Fix assertion. We can put a NULL gtkaspell to
1660                 an entry; it just means it won't be spell-checked.
1661
1662 2009-06-12 [mones]      3.7.1cvs74
1663
1664         * src/compose.c
1665         * src/messageview.c
1666         * src/prefs_account.c
1667         * src/prefs_account.h
1668         * src/common/utils.c
1669         * src/common/utils.h
1670                 Added preference to use account address in generated
1671                 Message-Id. Fixes Debian bug #531052
1672
1673 2009-06-12 [colin]      3.7.1cvs73
1674
1675         * src/common/ssl.c
1676                 Better fix, API-compatible with libgnutls13
1677
1678 2009-06-12 [colin]      3.7.1cvs72
1679
1680         * src/common/ssl.c
1681                 Use compatibility mode in GnuTLS, and avoid problems with 
1682                 servers that don't comply 100% with the spec, but still
1683                 exist.
1684
1685 2009-06-06 [iwkse]      3.7.1cvs71
1686
1687         * src/compose.c
1688                 Ops..revert a mix with another patch
1689
1690 2009-06-06 [iwkse]      3.7.1cvs70
1691
1692         * src/compose.c
1693                 A better fix for the previous commit's issue
1694
1695 2009-06-06 [iwkse]      3.7.1cvs69
1696
1697         * src/compose.c
1698                 Fix shutting down of Claws Mail while a GTK_Return keypress 
1699                 event is sent to the Attach property window
1700
1701 2009-06-05 [colin]      3.7.1cvs68
1702
1703         * src/compose.c
1704                 Fix build on GTK+ 2.6
1705
1706 2009-06-03 [mones]      3.7.1cvs67
1707
1708         * tools/make.themes.project
1709                 Oops! fix header, sorry Paul ;-)
1710
1711 2009-06-03 [mones]      3.7.1cvs66
1712
1713         * tools/make.themes.project
1714                 Add support for PNG themes and other
1715                 fixes i don't remember now... :)
1716
1717 2009-06-02 [colin]      3.7.1cvs65
1718
1719         * src/compose.c
1720         * src/prefs_template.c
1721         * src/quote_fmt.c
1722                 Fix error messages in templates, and fix their
1723                 checking
1724
1725 2009-05-22 [colin]      3.7.1cvs64
1726
1727         * src/compose.c
1728                 And remove hbox too
1729
1730 2009-05-22 [colin]      3.7.1cvs63
1731
1732         * src/compose.c
1733                 Fix phantom button behind entry when
1734                 changing fields via Tools/Reply mode.
1735
1736 2009-05-22 [colin]      3.7.1cvs62
1737
1738         * src/compose.c
1739                 Fix icon size
1740
1741 2009-05-21 [mones]      3.7.1cvs61
1742
1743         * src/compose.c
1744         * src/compose.h
1745                 Add button to empty header lines with one click
1746
1747 2009-05-21 [paul]       3.7.1cvs60
1748
1749         * src/mainwindow.c
1750         * src/mainwindow.h
1751         * src/plugins/trayicon/trayicon.c
1752                 when quitting from the trayicon, honour
1753                 prefs_common.clean_on_exit
1754
1755 2009-05-21 [paul]       3.7.1cvs59
1756
1757         * src/gtk/Makefile.am
1758                 remove duplicate entry
1759                 thanks to Charles A Edwards
1760
1761 2009-05-19 [paul]       3.7.1cvs58
1762
1763         * src/send_message.c
1764                 clear progressbar in the statusbar on 'Cancel'
1765
1766 2009-05-16 [colin]      3.7.1cvs57
1767
1768         * AUTHORS
1769         * src/gtk/authors.h
1770                 Add Fabian
1771
1772 2009-05-16 [colin]      3.7.1cvs56
1773
1774         * src/msgcache.c
1775                 Remove msgnum>0 condition for removing messages
1776                 from caches. There's no such condition on add.
1777                 Fixes bug 1913, 'Allow to remove phantom 
1778                 messages from the cache'; patch by Fabian
1779                 Keil <fk at fabiankeil.de>
1780
1781 2009-05-12 [holger]     3.7.1cvs55
1782
1783         * src/messageview.c
1784         * src/messageview.h
1785                 Introduce hook after showing of the message view
1786
1787 2009-05-11 [colin]      3.7.1cvs54
1788
1789         * src/compose.c
1790                 Fix bug 1872, 'A: Cc: CCi: selector should 
1791                 default on same as preceding contact'
1792
1793 2009-05-10 [holger]     3.7.1cvs53
1794
1795         * src/addr_compl.c
1796         * src/addr_compl.h
1797                 Add a hook to make it possible for plugins to
1798                 modify the address completion list
1799
1800 2009-05-06 [paul]       3.7.1cvs52
1801
1802         * src/folder.c
1803         * src/mimeview.c
1804                 fix bug 1915, 'Mails signed with smime.p7s
1805                 display both signed and attachment icon.'
1806
1807 2009-05-05 [colin]      3.7.1cvs51
1808
1809         * src/common/utils.c
1810                 Fix patch :)
1811
1812 2009-05-05 [colin]      3.7.1cvs50
1813
1814         * src/common/utils.c
1815                 Fix bug 1895, '(imap) cache issues when cache dir is on a 
1816                 different mountpoint than tempdir'
1817
1818 2009-05-04 [colin]      3.7.1cvs49
1819
1820         * src/msgcache.c
1821                 Probably fix bug 1914, 'Crash reading
1822                 corrupted tags file'
1823
1824 2009-04-26 [paul]       3.7.1cvs48
1825
1826         * configure.ac
1827         * src/gtk/gtkaspell.h
1828                 fix bug 1904, 'build mechanism looks for
1829                 'enchant.h' in a wrong place'
1830
1831 2009-04-25 [paul]       3.7.1cvs47
1832
1833         * src/printing.c
1834                 gah! fix coding style!
1835
1836 2009-04-25 [paul]       3.7.1cvs46
1837
1838         * src/printing.c
1839         * src/toolbar.c
1840                 if building with GTK+ >= 2.16 use
1841                 gtk_orientable_set_orientation() instead of now
1842                 deprecated gtk_toolbar_set_orientation()
1843
1844 2009-04-24 [colin]      3.7.1cvs45
1845
1846         * src/compose.c
1847                 Ask before sending if an attached file has
1848                 disappeared.
1849
1850 2009-04-19 [paul]       3.7.1cvs44
1851
1852         * src/prefs_common.c
1853         * src/prefs_common.h
1854         * src/gtk/about.c
1855                 save About window size.
1856                 patch by Pawel Pekala
1857
1858 2009-04-12 [paul]       3.7.1cvs43
1859
1860         * tools/csv2addressbook.pl
1861                 add extra CSV fields that are now appended
1862                 by thunderbird (version 2.0.0.21)
1863
1864 2009-04-08 [colin]      3.7.1cvs42
1865
1866         * src/procmime.c
1867                 fix saving (but not displaying) of UTF-16
1868                 files
1869
1870 2009-04-08 [colin]      3.7.1cvs41
1871
1872         * src/gtk/manage_window.c
1873                 Disable transient windows on win32 - seems to
1874                 fix most focusing issues
1875
1876 2009-04-05 [colin]      3.7.1cvs40
1877
1878         * src/procmsg.c
1879                 Don't ask whether we want to send deleted mails in queue
1880                 folders; also, don't send deleted mails when flushing
1881                 queues
1882
1883 2009-04-04 [paul]       3.7.1cvs39
1884
1885         * AUTHORS
1886         * configure.ac
1887         * po/id.po
1888         * src/gtk/authors.h
1889         * tools/claws.i18n.status.pl
1890                 add new Indonesian translation, by
1891                 MSulchan Darmawan
1892
1893 2009-04-03 [paul]       3.7.1cvs38
1894
1895         * AUTHORS
1896         * src/gtk/authors.h
1897                 credit due
1898
1899 2009-04-03 [colin]      3.7.1cvs37
1900
1901         * src/compose.c
1902         * src/textview.c
1903                 Fix bug 1891, 'Add support for gopher:// links'
1904                 Patch by Jacob Head <clawsmail at jacob-head.com>
1905                 Let's go back to the roots! 
1906
1907 2009-04-03 [paul]       3.7.1cvs36
1908
1909         * m4/Makefile.am
1910                 complete cvs35
1911
1912 2009-04-03 [paul]       3.7.1cvs35
1913
1914         * configure.ac
1915                 add AC_CONFIG_MACRO_DIR([m4])
1916                 remove CLAWS_ACLOCAL_INCLUDE(m4)
1917         * m4/aclocal-include.m4
1918                 removed this now unneeded file
1919
1920 2009-04-02 [colin]      3.7.1cvs34
1921
1922         * src/common/utils.h
1923                 Fix previous (thanks to Marcus :)
1924
1925 2009-04-02 [colin]      3.7.1cvs33
1926
1927         * src/common/utils.h
1928         * src/etpan/etpan-thread-manager.c
1929                 pipe() was a macro from GLib on win32 until
1930                 glib 2.13.2. It's undefined after that.
1931                 Thanks to Marcus Brinkmann for the heads-up!
1932
1933 2009-03-31 [colin]      3.7.1cvs32
1934
1935         * src/folder_item_prefs.c
1936                 Copy folder settings with prefs
1937
1938 2009-03-31 [colin]      3.7.1cvs31
1939
1940         * src/prefs_account.c
1941                 Don't use un-sensitive checkboxes in Privacy tab
1942                 when privacy system in None (makes unchecking 
1943                 painful when no privacy plugin is loaded)
1944
1945 2009-03-30 [colin]      3.7.1cvs30
1946
1947         * src/folder.c
1948         * src/folder.h
1949         * src/imap.c
1950         * src/mainwindow.c
1951         * src/mainwindow.h
1952         * src/prefs_account.c
1953         * src/prefs_account.h
1954         * src/summaryview.c
1955         * src/summaryview.h
1956                 Fix bug 1866, 'Claws should make use of the IMAP 'deleted' flag'
1957                 Add an option on the Receive page of IMAP account preferences:
1958                 "Move deleted mails to trash and expunge immediately". This
1959                 option defaults to TRUE to avoid changing the existing behaviour.
1960                 Setting it to FALSE prevents automatic expunging. 
1961                 Also, add Tools/Expunge and View/Hide deleted messages menu items
1962                 (View/Hide deleted message being a per-folder setting, and behaving,
1963                 like View/Hide read messages).
1964
1965 2009-03-30 [colin]      3.7.1cvs29
1966
1967         * src/imap.c
1968                 Fix Redhat bug 486422, Ubuntu bug 486422: Don't
1969                 ask for IMAP password when using GSSAPI auth
1970
1971 2009-03-27 [colin]      3.7.1cvs28
1972
1973         * src/folder.c
1974                 Fix cvs14, make sure we mark non-existent caches dirty
1975                 (or they never get written)
1976
1977 2009-03-27 [colin]      3.7.1cvs27
1978
1979         * src/imap.c
1980                 Fix tag update when all tags are removed 
1981                 from another client
1982
1983 2009-03-25 [colin]      3.7.1cvs26
1984
1985         * configure.ac
1986                 Fix configure.ac, thanks to Pawel
1987
1988 2009-03-25 [colin]      3.7.1cvs25
1989
1990         * src/news.c
1991         * src/etpan/nntp-thread.c
1992                 Fix header fetching (NG/To/Cc). Fixes 
1993                 bug 1883, 'Message processing fails to 
1994                 act on Newsgroups: field'
1995
1996 2009-03-23 [colin]      3.7.1cvs24
1997
1998         * src/textview.c
1999                 Fix internal headers visible in queue/sent
2000
2001 2009-03-23 [colin]      3.7.1cvs23
2002
2003         * configure.ac
2004                 Fix check for RC (resource compiler) used
2005                 on win32 (AC_LIBTOOL_RC used to call it 
2006                 implicitely but stopped)
2007
2008 2009-03-19 [colin]      3.7.1cvs22
2009
2010         * src/toolbar.c
2011                 Put spam button in default toolbar even if
2012                 bogofilter and spamassassin are not built.
2013                 Other anti-spam plugin could exist! :)
2014         * src/common/utils.c
2015                 Fix exit status fetch on win32
2016
2017 2009-03-18 [paul]       3.7.1cvs21
2018
2019         * src/gtk/spell_entry.c
2020                 fix "[BUG] Wrong word replaced in 'Subject:'
2021                 when spell-checking correction used"
2022                 Patch by Pawel Pekala
2023
2024 2009-03-17 [colin]      3.7.1cvs20
2025
2026         * src/common/utils.c
2027                 Fix win32 build (from cvs12)
2028
2029 2009-03-17 [colin]      3.7.1cvs19
2030
2031         * src/compose.c
2032                 Fix bug 1735, 'Change To: and Newsgroups: 
2033                 recipient field according account type'
2034                 Patch by Pawel
2035
2036 2009-03-17 [colin]      3.7.1cvs18
2037
2038         * src/msgcache.c
2039         * src/prefs_common.c
2040         * src/prefs_common.h
2041         * src/prefs_other.c
2042         * src/common/prefs.c
2043                 Add preference for fsyncing metadata
2044
2045 2009-03-16 [paul]       3.7.1cvs17
2046
2047         * src/prefs_customheader.c
2048                 add forgotten #if HAVE_LIBCOMPFACE
2049
2050 2009-03-16 [paul]       3.7.1cvs16
2051
2052         * src/prefs_customheader.c
2053                 put the (X-)Face preview image below the up/down
2054                 buttons so they don't jump around.
2055                 make the list reorderable by drag'n'drop
2056
2057 2009-03-16 [colin]      3.7.1cvs15
2058
2059         * src/prefs_customheader.c
2060                 Add a (X-)Face preview. Patch by iwkse.
2061
2062 2009-03-16 [colin]      3.7.1cvs14
2063
2064         * src/compose.c
2065         * src/folder.c
2066         * src/folder.h
2067         * src/msgcache.c
2068         * src/common/prefs.c
2069                 Add fsync calls to make sure we don't
2070                 lose data on system crashes. (to do:
2071                 add a pref to allow people choosing raw
2072                 speed)
2073
2074 2009-03-15 [colin]      3.7.1cvs13
2075
2076         * src/gtk/gtkaspell.c
2077                 Fix empty menu when there are no
2078                 suggestions (using the Spelling menu)
2079
2080 2009-03-14 [colin]      3.7.1cvs12
2081
2082         * src/common/utils.c
2083                 Win32: fix subject prefix length
2084
2085 2009-03-11 [mones]      3.7.1cvs11
2086
2087         * po/es.po
2088                 fix encoding declared in header
2089                 update translation now we're at it
2090
2091 2009-03-10 [colin]      3.7.1cvs10
2092
2093         * src/messageview.c
2094                 Fix "wrong mime" message printed out multiple
2095                 times
2096
2097 2009-03-10 [colin]      3.7.1cvs9
2098
2099         * src/prefs_folder_item.c
2100                 Fix build
2101
2102 2009-03-09 [paul]       3.7.1cvs8
2103
2104         * src/prefs_folder_item.c
2105         * src/send_message.c
2106                 fixes to english text
2107
2108 2009-03-08 [paul]       3.7.1cvs7
2109
2110         * po/ja.po
2111                 correct errors in header
2112
2113 2009-03-08 [paul]       3.7.1cvs6
2114
2115         * AUTHORS
2116         * configure.ac
2117         * po/ja.po
2118         * src/gtk/authors.h
2119         * tools/claws.i18n.status.pl
2120                 add Japanese translation, submitted by kazken3
2121
2122 2009-03-07 [colin]      3.7.1cvs5
2123
2124         * src/messageview.c
2125                 Don't let the invalid MIME warning hide
2126                 other noticeview (Partial receive or 
2127                 return receipt).
2128
2129 2009-03-07 [colin]      3.7.1cvs4
2130
2131         * src/procmime.c
2132                 Fix build
2133
2134 2009-03-07 [colin]      3.7.1cvs3
2135
2136         * src/messageview.c
2137         * src/procmime.c
2138         * src/procmime.h
2139                 Handle mimeparts that lack an end boundary.
2140                 They're invalid but it's too annoying for
2141                 normal users to fix.
2142
2143 2009-03-06 [wwp]        3.7.1cvs2
2144
2145         * src/compose.c
2146         * src/folder_item_prefs.c
2147         * src/folder_item_prefs.h
2148         * src/prefs_folder_item.c
2149                 Add per-folder default cc, bcc and reply-to.
2150
2151 2009-03-06 [colin]      3.7.1cvs1
2152
2153         * src/gedit-print.c
2154         * src/gtk/gtksourceprintjob.c
2155                 Fix build with old print interface
2156
2157 2009-03-06 [paul]       3.7.1
2158
2159         * NEWS
2160         * README
2161         * RELEASE_NOTES 
2162                 3.7.1 released!
2163
2164 2009-03-06 [paul]       3.7.0cvs78
2165
2166         * po/cs.po
2167         * po/de.po
2168         * po/fi.po
2169         * po/fr.po
2170         * po/hu.po
2171         * po/nl.po
2172         * po/pt_BR.po
2173         * po/sv.po
2174         * po/zh_CN.po
2175                 updated by David Vachulka, Stephan Sachse, Flammie
2176                 Pirinen, Colin Leroy, Pader Rezso, Marcel Pol,
2177                 Frederico Goncalves Guimaraes, Lars Persson Fink,
2178                 and Ralph Young
2179
2180 2009-03-03 [colin]      3.7.0cvs77
2181
2182         * src/prefs_filtering.c
2183                 Win32: Fix bug 1865, 'IMAP account name changes 
2184                 are not followed at filter actions'
2185
2186 2009-03-02 [colin]      3.7.0cvs76
2187
2188         * src/imap.c
2189                 Fix Launchpad bug 335571: 'claws-mail crashed 
2190                 with SIGSEGV in strlen() while deleting 
2191                 large amount of e-mails on IMAP account
2192
2193 2009-02-27 [mones]      3.7.0cvs75
2194
2195         * manual/es/account.xml
2196         * manual/es/ack.xml
2197         * manual/es/addrbook.xml
2198         * manual/es/advanced.xml
2199         * manual/es/claws-mail-manual.xml
2200         * manual/es/faq.xml
2201         * manual/es/glossary.xml
2202         * manual/es/gpl.xml
2203         * manual/es/handling.xml
2204         * manual/es/intro.xml
2205         * manual/es/keyboard.xml
2206         * manual/es/plugins.xml
2207         * manual/es/starting.xml
2208                 Sync with English version, fix some typos
2209                 Changed encoding to UTF-8
2210         * po/es.po
2211                 Update for release, changed encoding to UTF-8
2212
2213 2009-02-24 [colin]      3.7.0cvs74
2214
2215         * src/printing.c
2216                 Don't print separation line if there
2217                 are no headers
2218
2219 2009-02-23 [cleroy]     3.7.0cvs73
2220
2221         * src/account.c
2222         * src/action.c
2223         * src/addr_compl.c
2224         * src/addrbook.c
2225         * src/addrcache.c
2226         * src/addrcindex.c
2227         * src/addrclip.c
2228         * src/addrduplicates.c
2229         * src/addressadd.c
2230         * src/addressbook.c
2231         * src/addressbook_foldersel.c
2232         * src/addrharvest.c
2233         * src/addrindex.c
2234         * src/addritem.c
2235         * src/addrquery.c
2236         * src/addrselect.c
2237         * src/codeconv.c
2238         * src/compose.c
2239         * src/customheader.c
2240         * src/editaddress.c
2241         * src/editaddress_other_attributes_ldap.c
2242         * src/editgroup.c
2243         * src/editldap.c
2244         * src/enriched.c
2245         * src/exporthtml.c
2246         * src/exportldif.c
2247         * src/filtering.c
2248         * src/folder.c
2249         * src/foldersel.c
2250         * src/folderutils.c
2251         * src/folderview.c
2252         * src/gedit-print.c
2253         * src/html.c
2254         * src/imap.c
2255         * src/imap_gtk.c
2256         * src/inc.c
2257         * src/jpilot.c
2258         * src/ldapctrl.c
2259         * src/ldapquery.c
2260         * src/ldapserver.c
2261         * src/ldapupdate.c
2262         * src/ldif.c
2263         * src/localfolder.c
2264         * src/main.c
2265         * src/mainwindow.c
2266         * src/matcher.c
2267         * src/mbox.c
2268         * src/messageview.c
2269         * src/mh.c
2270         * src/mh_gtk.c
2271         * src/mimeview.c
2272         * src/msgcache.c
2273         * src/mutt.c
2274         * src/news.c
2275         * src/news_gtk.c
2276         * src/noticeview.c
2277         * src/pine.c
2278         * src/pop.c
2279         * src/prefs_account.c
2280         * src/prefs_actions.c
2281         * src/prefs_common.c
2282         * src/prefs_filtering.c
2283         * src/prefs_filtering_action.c
2284         * src/prefs_folder_column.c
2285         * src/prefs_folder_item.c
2286         * src/prefs_gtk.c
2287         * src/prefs_matcher.c
2288         * src/prefs_quote.c
2289         * src/prefs_send.c
2290         * src/prefs_summaries.c
2291         * src/prefs_summary_column.c
2292         * src/prefs_template.c
2293         * src/prefs_themes.c
2294         * src/prefs_toolbar.c
2295         * src/printing.c
2296         * src/privacy.c
2297         * src/procheader.c
2298         * src/procmime.c
2299         * src/procmsg.c
2300         * src/quote_fmt.c
2301         * src/remotefolder.c
2302         * src/send_message.c
2303         * src/sourcewindow.c
2304         * src/statusbar.c
2305         * src/stock_pixmap.c
2306         * src/summary_search.c
2307         * src/summaryview.c
2308         * src/textview.c
2309         * src/toolbar.c
2310         * src/undo.c
2311         * src/uri_opener.c
2312         * src/vcard.c
2313         * src/common/base64.c
2314         * src/common/claws.c
2315         * src/common/hooks.c
2316         * src/common/plugin.c
2317         * src/common/prefs.c
2318         * src/common/session.c
2319         * src/common/smtp.c
2320         * src/common/socket.c
2321         * src/common/string_match.c
2322         * src/common/stringtable.c
2323         * src/common/utils.c
2324         * src/common/utils.h
2325         * src/common/xml.c
2326         * src/common/xmlprops.c
2327         * src/gtk/colorlabel.c
2328         * src/gtk/combobox.c
2329         * src/gtk/foldersort.c
2330         * src/gtk/gtkaspell.c
2331         * src/gtk/gtkcmclist.c
2332         * src/gtk/gtkcmctree.c
2333         * src/gtk/gtkcmoptionmenu.c
2334         * src/gtk/gtksctree.c
2335         * src/gtk/gtkshruler.c
2336         * src/gtk/gtksourceprintjob.c
2337         * src/gtk/gtkutils.c
2338         * src/gtk/gtkvscrollbutton.c
2339         * src/gtk/logwindow.c
2340         * src/gtk/menu.c
2341         * src/gtk/pluginwindow.c
2342         * src/gtk/prefswindow.c
2343         * src/gtk/quicksearch.c
2344         * src/gtk/spell_entry.c
2345         * src/plugins/pgpcore/select-keys.c
2346         * src/plugins/pgpinline/pgpinline.c
2347         * src/plugins/pgpmime/pgpmime.c
2348         * src/plugins/smime/smime.c
2349         * src/plugins/spamassassin/spamassassin_gtk.c
2350                 Mass commit changing g_return_* to cm_return_*
2351                 and making these more interesting
2352
2353 2009-02-23 [colin]      3.7.0cvs72
2354
2355         * src/imap.c
2356                 Always initialise error code to no error
2357
2358 2009-02-23 [colin]      3.7.0cvs71
2359
2360         * src/imap.c
2361                 Fix separator substitution
2362
2363 2009-02-23 [colin]      3.7.0cvs70
2364
2365         * src/stock_pixmap.c
2366         * src/gtk/colorlabel.c
2367                 don't use g_return on normal checks
2368
2369 2009-02-22 [colin]      3.7.0cvs69
2370
2371         * src/addressbook.c
2372         * src/procmime.c
2373                 More fixes
2374
2375 2009-02-22 [colin]      3.7.0cvs68
2376
2377         * src/addrduplicates.c
2378         * src/addressbook.c
2379         * src/addrharvest.c
2380         * src/codeconv.c
2381         * src/compose.c
2382         * src/filtering.c
2383         * src/folder.c
2384         * src/imap.c
2385         * src/imap_gtk.c
2386         * src/importldif.c
2387         * src/jpilot.c
2388         * src/mainwindow.c
2389         * src/matcher.c
2390         * src/mbox.c
2391         * src/messageview.c
2392         * src/mh_gtk.c
2393         * src/prefs_common.c
2394         * src/prefs_filtering.c
2395         * src/prefs_gtk.c
2396         * src/printing.c
2397         * src/privacy.c
2398         * src/procmime.c
2399         * src/procmsg.c
2400         * src/summaryview.c
2401         * src/textview.c
2402         * src/undo.c
2403         * src/wizard.c
2404         * src/common/md5.c
2405         * src/common/socket.c
2406         * src/common/template.c
2407         * src/etpan/imap-thread.c
2408         * src/gtk/gtkaspell.c
2409         * src/gtk/gtkcmctree.c
2410         * src/gtk/gtksctree.c
2411         * src/gtk/inputdialog.c
2412         * src/plugins/pgpcore/sgpgme.c
2413         * src/plugins/pgpmime/pgpmime.c
2414         * src/plugins/smime/smime.c
2415         * src/plugins/spamassassin/spamassassin.c
2416                 Fix errors caught by Coverity: NULL checks, leaks, overruns,
2417                 uninitialised accesses
2418
2419 2009-02-17 [colin]      3.7.0cvs67
2420
2421         * src/compose.c
2422                 Disable controls during queuing
2423
2424 2009-02-15 [colin]      3.7.0cvs66
2425
2426         * src/privacy.c
2427         * src/plugins/pgpcore/select-keys.c
2428         * src/plugins/pgpcore/sgpgme.c
2429                 Disable use of disabled keys
2430
2431 2009-02-15 [colin]      3.7.0cvs65
2432
2433         * src/folderview.c
2434         * src/summaryview.c
2435                 Fix font updating after changing 
2436                 prefs_common.derive_from_normal_font
2437
2438 2009-02-12 [paul]       3.7.0cvs64
2439
2440         * src/addressitem.h
2441         * src/export.h
2442         * src/headerview.c
2443         * src/headerview.h
2444         * src/common/version.h.in
2445         * src/gtk/about.h
2446         * src/gtk/menu.c
2447         * src/gtk/menu.h
2448                 more copyright header fixes
2449
2450 2009-02-12 [paul]       3.7.0cvs63
2451
2452         * src/gtk/progressdialog.c
2453         * src/gtk/progressdialog.h
2454                 fix copyright header
2455
2456 2009-02-12 [paul]       3.7.0cvs62
2457
2458         * src/gtk/spell_entry.c
2459         * src/gtk/spell_entry.h
2460                 better, more standard copyright header
2461
2462 2009-02-12 [paul]       3.7.0cvs61
2463
2464         * src/gtk/spell_entry.c
2465         * src/gtk/spell_entry.h
2466                 changes to copyright header
2467
2468 2009-02-12 [paul]       3.7.0cvs60
2469
2470         * src/gtk/spell_entry.c
2471         * src/gtk/spell_entry.h
2472                 fix broken build
2473
2474 2009-02-11 [colin]      3.7.0cvs59
2475
2476         * src/gtk/spell_entry.c
2477         * src/gtk/spell_entry.h
2478                 Forgot to add files
2479
2480 2009-02-11 [colin]      3.7.0cvs58
2481
2482         * src/compose.c
2483         * src/gtk/Makefile.am
2484         * src/gtk/gtkaspell.c
2485         * src/gtk/gtkaspell.h
2486                 Add spellcheck to subject. Patch by
2487                 Pawel.
2488
2489 2009-02-10 [holger]     3.7.0cvs57
2490
2491         * src/printing.c
2492         * src/common/defs.h
2493                 Move filename define for printing page setup cache to defs.h
2494
2495 2009-02-08 [mones]      3.7.0cvs56
2496
2497         * src/matcher.h
2498                 Fix build for bison 2.4.1
2499
2500 2009-02-06 [holger]     3.7.0cvs55
2501
2502         * src/prefs_common.c
2503         * src/prefs_common.h
2504         * src/printing.c
2505                 Fix restoring of custom page setups for printing by
2506                 temporarily caching the settings.
2507                 This is a workaround for Gnome Bug #39018, and fixes
2508                 Claws Mail Bug #1840.
2509
2510 2009-02-06 [colin]      3.7.0cvs54
2511
2512         * src/mainwindow.c
2513                 Fix hardcoded Shift-Q quits. Fixes
2514                 bug 1838, 'Claws-Mail sometimes quits 
2515                 when attempting to type a capital Q'
2516
2517 2009-01-31 [paul]       3.7.0cvs53
2518
2519         * src/compose.c
2520                 revert 3.7.0cvs49, until there is time to find out
2521                 why it causes a nasty crash!
2522
2523 2009-01-31 [paul]       3.7.0cvs52
2524
2525         * src/mainwindow.c
2526                 1 string that was forgotten for translation
2527
2528 2009-01-31 [paul]       3.7.0cvs51
2529
2530         * src/messageview.c
2531                 2 strings that were forgotten for translation
2532
2533 2009-01-31 [paul]       3.7.0cvs50
2534
2535         * src/gtk/prefswindow.c
2536                 build prefs tree in a slightly smarter way -
2537                 fix bug where if path[0] had same name as
2538                 path[1], (like in the de translation), path[1]
2539                 was lost and not shown in the window
2540
2541 2009-01-31 [paul]       3.7.0cvs49
2542
2543         * src/compose.c
2544                 fix bug 1836, 'Quoted text still blue after
2545                 removal of quote-character'
2546                 comment out some debug_print's that needlessly
2547                 slow things down
2548         * src/undo.c
2549                 comment out a debug_print that needlessly slows
2550                 things down
2551
2552 2009-01-31 [paul]       3.7.0cvs48
2553
2554         * src/summaryview.c
2555                 fix bug 1834, '"semi"-selection when collapsing thread'
2556
2557 2009-01-31 [paul]       3.7.0cvs47
2558
2559         * src/prefs_compose_writing.c
2560         * src/prefs_message.c
2561                 move 'quote_chars' pref to where it should be
2562
2563 2009-01-30 [paul]       3.7.0cvs46
2564
2565         * src/summaryview.c
2566                 fix updating of popup menu sensitivity
2567
2568 2009-01-28 [paul]       3.7.0cvs45
2569
2570         * tools/filter_conv_new.pl
2571                 move 'move' and 'delete' to end of @actions
2572                 so that they are always final actions in the
2573                 generated filtering rule
2574
2575 2009-01-27 [paul]       3.7.0cvs44
2576
2577         * src/messageview.c
2578                 always select text/calendar mimepart if suitable
2579                 plugin (i.e. vCalendar) is available
2580
2581 2009-01-27 [paul]       3.7.0cvs43
2582
2583         * src/folder.c
2584                 fix crash when right-clicking in summaryview when
2585                 processing is active
2586
2587 2009-01-22 [colin]      3.7.0cvs42
2588
2589         * src/compose.c
2590         * src/privacy.c
2591         * src/privacy.h
2592                 When replying to signed/encrypted mail and the
2593                 preference to sign/encrypt in this case is set,
2594                 choose the original mail's privacy system (if
2595                 available).
2596
2597 2009-01-21 [colin]      3.7.0cvs41
2598
2599         * src/addressbook.h
2600                 Fix warning (on-the-fly theming of
2601                 addressbook isn't complete yet)
2602
2603 2009-01-21 [colin]      3.7.0cvs40
2604
2605         * src/account.c
2606         * src/addressbook.c
2607                 Win32: Fix window placement
2608
2609 2009-01-21 [paul]       3.7.0cvs39
2610
2611         * src/inc.c
2612                 update timeout log msg
2613
2614 2009-01-17 [colin]      3.7.0cvs38
2615
2616         * src/main.c
2617         * src/mbox.c
2618         * src/common/md5.c
2619         * src/common/utils.c
2620         * src/etpan/imap-thread.c
2621                 Fix g_open calls (which don't ignore mode)
2622
2623 2009-01-17 [colin]      3.7.0cvs37
2624
2625         * src/addressbook.c
2626         * src/compose.c
2627         * src/foldersel.c
2628         * src/main.c
2629         * src/mainwindow.c
2630         * src/mbox.c
2631         * src/common/md5.c
2632         * src/common/ssl_certificate.c
2633         * src/common/tags.c
2634         * src/common/utils.c
2635         * src/etpan/imap-thread.c
2636         * src/plugins/bogofilter/bogofilter.c
2637         * src/plugins/pgpinline/pgpinline.c
2638         * src/plugins/smime/smime.c
2639                 Probably fix bug 1825, 'Unable to fetch messages from 
2640                 IMAP folders named with non-ASCII string'
2641                 Change remaining occurences of fopen and open with
2642                 g_fopen and g_open
2643
2644 2009-01-17 [paul]       3.7.0cvs36
2645
2646         * manual/faq.xml
2647                 update an old, outdated piece of info
2648
2649 2009-01-17 [paul]       3.7.0cvs35
2650
2651         * src/prefs_folder_item.c
2652                 fix bug where saving Folder Properties of a
2653                 sub-folder of outbox, queue, draft or trash
2654                 would change its parent's folder type to normal
2655
2656 2009-01-12 [mones]      3.7.0cvs34
2657
2658         * po/es.po
2659                 Updated translation
2660
2661 2009-01-12 [wwp]        3.7.0cvs33
2662
2663         * tools/fix_date.sh
2664         * tools/popfile-link.sh
2665         * tools/textviewer.sh
2666                 Fix bashisms and other portability glitches (thanks to
2667                 Steven M. Bellovin).
2668
2669 2009-01-11 [paul]       3.7.0cvs32
2670
2671         * src/addrindex.c
2672                 clean up some build warnings
2673
2674 2009-01-11 [colin]      3.7.0cvs31
2675
2676         * src/addrindex.c
2677                 Revert part of patch 3.7.0cvs29 
2678                 This function is used when jpilot
2679                 support is disabled
2680
2681 2009-01-11 [colin]      3.7.0cvs30
2682
2683         * src/folder.c
2684                 folder_find_child_item_by_name():
2685                 actually use name, not path's basename
2686
2687 2009-01-11 [paul]       3.7.0cvs29
2688
2689         * src/addrclip.c
2690         * src/addrindex.c
2691         * src/addritem.c
2692         * src/foldersel.h
2693         * src/folderview.c
2694         * src/prefs_folder_item.c
2695                 clean up some build warnings
2696
2697 2009-01-11 [paul]       3.7.0cvs28
2698
2699         * src/gtk/about.c
2700                 don't even mention printing support, assume its
2701                 presence, unless building with GTK+ < 2.10.0
2702
2703 2009-01-10 [colin]      3.7.0cvs27
2704
2705         * src/codeconv.c
2706                 Fix bug 1811, '[mime] Crash when there's no 
2707                 room for filename's start on the same line'
2708                 When the mimetype of the attachment is very 
2709                 long, there's no room at all to start the 
2710                 name=... parameter on the same line. This
2711                 caused an infinite loop as 0 characters of
2712                 the filename could be appended.
2713                 In such cases, insert linebreak before the
2714                 name parameter.
2715
2716 2009-01-09 [colin]      3.7.0cvs26
2717
2718         * src/compose.c
2719         * src/mainwindow.c
2720         * src/common/utils.c
2721                 Win32: Fix bug 1815, 'Drag-n-Drop of files on 
2722                 Compose Window does not attach'
2723
2724 2009-01-09 [colin]      3.7.0cvs25
2725
2726         * src/foldersel.c
2727                 Fix bug 1817, 'Changing Themes does not 
2728                 update the pixmaps in "Select folder" 
2729                 dialog box'
2730
2731 2009-01-09 [colin]      3.7.0cvs24
2732
2733         * src/main.c
2734                 Win32: Fix bug 1816, 'Attaching files with 
2735                 command-line generates error after attaching'
2736
2737 2009-01-09 [paul]       3.7.0cvs23
2738
2739         * src/gtk/about.c
2740                 forgot this '2009' in last commit
2741
2742 2009-01-09 [paul]       3.7.0cvs22
2743
2744         * src/*/*.[c,h]
2745                 it's 2009!
2746                 update copyright headers
2747
2748 2009-01-09 [paul]       3.7.0cvs21
2749
2750         * doc/man/claws-mail.1
2751                 update Team list
2752
2753 2009-01-09 [colin]      3.7.0cvs20
2754
2755         * src/messageview.c
2756                 Fix bug 1814, 'Windows' WM badly places 
2757                 message view'
2758
2759 2009-01-09 [colin]      3.7.0cvs19
2760
2761         * src/prefs_themes.c
2762         * src/stock_pixmap.c
2763         * src/stock_pixmap.h
2764         * src/common/utils.c
2765         * src/common/utils.h
2766                 Win32: Fix bug 1813, 'Installing Theme Creates Error'
2767
2768 2009-01-08 [colin]      3.7.0cvs18
2769
2770         * src/mimeview.c
2771                 Win32: Fix bug 1810, 'Pressing 'o' key 
2772                 crashes CM'
2773
2774 2009-01-07 [colin]      3.7.0cvs17
2775
2776         * src/html.c
2777                 Fix bug 1432, '&amp; not escaped in links (HTML 
2778                 rendered as text)'
2779
2780 2009-01-06 [colin]      3.7.0cvs16
2781
2782         * src/plugins/pgpcore/select-keys.c
2783                 Warn translators the usual way about
2784                 accels
2785
2786 2009-01-06 [colin]      3.7.0cvs15
2787
2788         * src/mainwindow.c
2789                 Fix synchronisation dialog that shouldn't
2790                 appear when network goes down (Network
2791                 Manager)
2792         * src/mimeview.c
2793         * src/textview.c
2794                 Fix save as when attach_save_dir isn't set
2795                 fixes bug 1804, 'attach_save_directory does 
2796                 not default to $HOME'
2797         * src/plugins/pgpcore/select-keys.c
2798                 Add mnemonics to buttons - warn translators!
2799
2800 2009-01-06 [wwp]        3.7.0cvs14
2801
2802         * src/common/utils.c
2803                 Fix cvs13, thanks to Colin.
2804
2805 2009-01-06 [wwp]        3.7.0cvs13
2806
2807         * src/common/utils.c
2808                 Better support for Spanish Outlook replies (RES).
2809
2810 2009-01-02 [colin]      3.7.0cvs12
2811
2812         * src/folderview.c
2813                 Fix (+) sign after collapsed folder names that 
2814                 have quicksearch-matching children.
2815                 Fixes bug 1506, 'Recursive search in collapsed 
2816                 folders'
2817
2818 2009-01-02 [colin]      3.7.0cvs11
2819
2820         * src/stock_pixmap.c
2821         * src/stock_pixmap.h
2822                 Remove now-unused stock_pixmap_gdk
2823
2824 2009-01-02 [colin]      3.7.0cvs10
2825
2826         * src/gtk/gtkutils.c
2827         * src/pixmaps/claws-mail_icon.xpm
2828                 Use pixbuf for app icon, and make the app icon
2829                 a bit nicer
2830
2831 2009-01-02 [colin]      3.7.0cvs9
2832
2833         * src/uri_opener.c
2834                 Show both link title and URI if possible
2835
2836 2009-01-02 [colin]      3.7.0cvs8
2837
2838         * src/addressadd.c
2839         * src/addressbook.c
2840         * src/addressbook_foldersel.c
2841         * src/addressitem.h
2842         * src/folderview.c
2843         * src/grouplistdialog.c
2844         * src/importldif.c
2845         * src/mimeview.c
2846         * src/summaryview.c
2847         * src/gtk/gtkcmclist.c
2848         * src/gtk/gtkcmclist.h
2849         * src/gtk/gtkcmctree.c
2850         * src/gtk/gtkcmctree.h
2851         * src/gtk/gtksctree.c
2852         * src/gtk/gtksctree.h
2853                 Implement pixbuf rendering in tree widgets
2854                 instead of pixmaps
2855         * src/plugins/trayicon/trayicon.c
2856         * src/noticeview.c
2857         * src/prefs_themes.c
2858                 Use pixbuf rendering here too
2859
2860 2008-12-30 [paul]       3.7.0cvs7
2861
2862         * src/textview.c
2863                 no need to prematurely trim the uri in the statusbar
2864
2865 2008-12-29 [paul]       3.7.0cvs6
2866
2867         * src/procmsg.c
2868                 prefer List-Id header to X-* headers when creating
2869                 filter rule automatically
2870
2871 2008-12-28 [colin]      3.7.0cvs5
2872
2873         * src/compose.c
2874                 Set minimum height to 440 instead of 480
2875
2876 2008-12-22 [colin]      3.7.0cvs4
2877
2878         * src/compose.c
2879                 Fix bug 1799, '"Discard message" deletes manually 
2880                 saved draft'. Switch rmode to REEDIT after 
2881                 manually saving.
2882
2883 2008-12-21 [paul]       3.7.0cvs3
2884
2885         * tools/claws.i18n.status.pl
2886                 updates
2887
2888 2008-12-21 [paul]       3.7.0cvs2
2889
2890         * AUTHORS
2891         * src/gtk/authors.h
2892                 (more) updates
2893
2894 2008-12-21 [paul]       3.7.0cvs1
2895
2896         * AUTHORS
2897         * src/gtk/authors.h
2898                 updates
2899
2900 2008-12-19 [paul]       3.7.0
2901
2902         * NEWS
2903         * README
2904         * RELEASE_NOTES 
2905                 3.7.0 released!
2906
2907 2008-12-19 [paul]       3.6.1cvs80
2908
2909         * configure.ac
2910                 remove unmaintained sk and sr from ALL_LINGUAS
2911                 add newly maintained cs to ALL_LINGUAS
2912         * po/bg.po
2913         * po/ca.po
2914         * po/cs.po
2915         * po/de.po
2916         * po/fi.po
2917         * po/hu.po
2918         * po/nl.po
2919         * po/pt_BR.po
2920         * po/ru.po
2921         * po/sv.po
2922                 updated by Yasen Pramatarov, Miquel Oliete, David Vachulka,
2923                 Stephan Sachse, Flammie Pirinen, P�der Rezso, Marcel Pol,
2924                 Frederico Goncalves Guimaraes, Aleksei Miheev, and Lars
2925                 Persson Fink
2926
2927 2008-12-16 [colin]      3.6.1cvs79
2928
2929         * src/plugins/pgpcore/sgpgme.c
2930                 Fix warning
2931
2932 2008-12-15 [colin]      3.6.1cvs78
2933
2934         * src/compose.c
2935         * src/privacy.c
2936         * src/privacy.h
2937         * src/plugins/pgpcore/sgpgme.c
2938         * src/plugins/pgpcore/sgpgme.h
2939         * src/plugins/pgpinline/pgpinline.c
2940         * src/plugins/pgpmime/pgpmime.c
2941         * src/plugins/smime/smime.c
2942                 Fix bug 1796, 'PGP/MIME setting: "select key by your 
2943                 email address" doesn't work'. Use custom from address
2944                 if set
2945
2946 2008-12-15 [colin]      3.6.1cvs77
2947
2948         * src/common/utils.c
2949                 Fix bug 1746, 'Makes a mailto link from several 
2950                 paragraphs'
2951
2952 2008-12-15 [paul]       3.6.1cvs76
2953
2954         * m4/spamassassin.m4
2955                 fix warnings thrown up by autoconf-2.63
2956
2957 2008-12-13 [colin]      3.6.1cvs75
2958
2959         * Makefile.am
2960         * src/Makefile.am
2961         * src/common/ssl.c
2962         * src/common/utils.c
2963         * src/common/utils.h
2964         * tools/Makefile.am
2965                 Finish previous patch
2966
2967 2008-12-13 [colin]      3.6.1cvs74
2968
2969         * tools/Makefile.am
2970                 Only install certs on windows
2971
2972 2008-12-13 [colin]      3.6.1cvs73
2973
2974         * tools/Makefile.am
2975         * tools/ca-certificates.crt
2976         * src/common/Makefile.am
2977         * src/common/ssl.c
2978                 First try to ship SSL certificates in Windows
2979                 build
2980
2981 2008-12-12 [colin]      3.6.1cvs72
2982
2983         * configure.ac
2984         * src/plugins/pgpinline/claws.def
2985                 Windows build fixes
2986
2987 2008-12-12 [paul]       3.6.1cvs71
2988
2989         * src/imap.c
2990         * src/mh.c
2991         * src/partial_download.c
2992         * src/textview.c
2993         * src/common/claws.c
2994         * src/common/prefs.c
2995         * src/common/utils.c
2996                 win32: fix unlinking, renaming and bug with
2997                 non-ascii username
2998                 Patch by Colin
2999
3000 2008-12-11 [colin]      3.6.1cvs70
3001
3002         * po/fr.po
3003         * manual/fr/advanced.xml
3004                 Update french translations
3005
3006 2008-12-10 [colin]      3.6.1cvs69
3007
3008         * manual/faq.xml
3009                 Correct bug submission guidelines
3010
3011 2008-12-10 [colin]      3.6.1cvs68
3012
3013         * src/plugins/pgpcore/pgp_viewer.c
3014                 Fix bug 1736, 'Key import does not work'
3015                 Kill the correct pid (and not the parent
3016                 shell), and increase the timeout a bit.
3017
3018 2008-12-09 [paul]       3.6.1cvs67
3019
3020         * src/messageview.c
3021                 ensure that any stray noticeview buttons are hidden,
3022                 as clicking them causes segfaults!
3023
3024 2008-12-09 [colin]      3.6.1cvs66
3025
3026         * src/compose.c
3027         * src/compose.h
3028         * src/folder_item_prefs.h
3029         * src/prefs_common.c
3030         * src/prefs_common.h
3031         * src/common/defs.h
3032                 Fix bug 1792, '"Save Message to" should 
3033                 retain list of recently selected folders'
3034                 Also, make Enchant-related prefs stick
3035                 even if the build doesn't enable enchant
3036
3037 2008-12-09 [paul]       3.6.1cvs65
3038
3039         * src/messageview.c
3040                 fix bug 1787, 'Prevent automatic PGP inline
3041                 decryption attempts' use the noticeview to display
3042                 decryption failure messages instead of the irritating
3043                 popup dialog
3044
3045 2008-12-09 [colin]      3.6.1cvs64
3046
3047         * src/prefs_filtering.c
3048                 Fix bug 1789, 'filtering account selection 
3049                 (regression)'. Filtering on sending-only
3050                 accounts can be a little useful when using
3051                 filtering via Tools menu.
3052
3053 2008-12-07 [paul]       3.6.1cvs63
3054
3055         * src/prefs_actions.c
3056                 don't auto-select first entry (same as other
3057                 similar dialogs)
3058         * src/gtk/pluginwindow.c
3059                 these parents don't have children so don't look
3060                 for them
3061
3062 2008-12-07 [paul]       3.6.1cvs62
3063
3064         * src/prefs_account.c
3065         * src/gtk/pluginwindow.c
3066         * src/gtk/prefswindow.c
3067         * src/gtk/prefswindow.h
3068                 auto-select first page
3069
3070 2008-12-05 [colin]      3.6.1cvs61
3071
3072         * src/codeconv.c
3073         * src/procmime.c
3074                 Fix bug 1788, 'CM crashes re-encoding 
3075                 encoded parameters' (introduced in cvs40)
3076
3077 2008-12-05 [paul]       3.6.1cvs60
3078
3079         * src/prefs_common.h
3080                 remove gpg prefs that are no longer needed here
3081
3082 2008-12-03 [colin]      3.6.1cvs59
3083
3084         * src/msgcache.c
3085                 Speed up cache reading (about 10% gain)
3086         * src/summaryview.c
3087         * src/gtk/gtksctree.c
3088                 Speed up expand/collapse all threads
3089                 (about 95% gain)
3090
3091 2008-12-03 [paul]       3.6.1cvs58
3092
3093         * configure.ac
3094                 eradicate gcc4's signedness warnings
3095                 fix building with gnuTLS on (Open)Solaris
3096
3097 2008-12-01 [colin]      3.6.1cvs57
3098
3099         * src/gtk/gtkcmclist.c
3100                 Fix column headers
3101
3102 2008-12-01 [colin]      3.6.1cvs56
3103
3104         * src/plugins/pgpinline/pgpinline.c
3105                 Fix bug 1779, 'PGP Inline badly handles 
3106                 multipart'. Properly dump the current part
3107                 instead of running around with scissors
3108
3109 2008-11-30 [paul]       3.6.1cvs55
3110
3111         * manual/advanced.xml
3112         * manual/plugins.xml
3113         * src/prefs_toolbar.c
3114                 remove the verb from the page title and
3115                 update references in the manual
3116
3117 2008-11-30 [paul]       3.6.1cvs54
3118
3119         * src/prefs_other.c
3120                 move Other/ page to Other/Miscellaneous
3121         * src/gtk/prefswindow.c
3122                 make parent page unselectable
3123
3124 2008-11-29 [paul]       3.6.1cvs53
3125
3126         * README
3127                 add the new 'primary_paste_unselects' hidden
3128                 option, add missing 'log_[...]_color' options,
3129                 and reformat the text
3130         * manual/advanced.xml
3131                 add the new 'primary_paste_unselects' hidden
3132                 option, add missing 'log_[...]_color' options
3133
3134 2008-11-28 [colin]      3.6.1cvs52
3135
3136         * src/mimeview.c
3137                 Fix leak
3138
3139 2008-11-28 [colin]      3.6.1cvs51
3140
3141         * po/fr.po
3142                 Update translation
3143
3144 2008-11-28 [colin]      3.6.1cvs50
3145
3146         * src/mainwindow.c
3147                 Fix account selection in Mailing list
3148                 menu
3149
3150 2008-11-28 [paul]       3.6.1cvs49
3151
3152         * po/Makefile.in.in
3153                 automatically remove obsolete strings
3154
3155 2008-11-28 [colin]      3.6.1cvs48
3156
3157         * src/plugins/pgpcore/sgpgme.c
3158                 Fix error message when key isn't available.
3159
3160 2008-11-27 [colin]      3.6.1cvs47
3161
3162         * src/filtering.c
3163         * src/matcher.c
3164                 Fix a little leak
3165
3166 2008-11-26 [colin]      3.6.1cvs46
3167
3168         * src/common/ssl.c
3169                 Fix new warning
3170
3171 2008-11-26 [colin]      3.6.1cvs45
3172
3173         * src/plugins/pgpcore/select-keys.c
3174         * src/plugins/pgpcore/sgpgme.c
3175                 Fix bug 1591, 'S/MIME: better key 
3176                 handling/selection dialog'
3177                 Really ignore revoked/expired keys
3178
3179 2008-11-26 [colin]      3.6.1cvs44
3180
3181         * src/main.c
3182         * src/common/claws.c
3183         * src/common/ssl.c
3184                 Make sure libgcrypt's threading is initialised
3185                 before gnutls. See also old bug 1539.
3186
3187 2008-11-26 [colin]      3.6.1cvs43
3188
3189         * src/imap.c
3190         * src/news.c
3191         * src/etpan/imap-thread.c
3192                 Fix possible crashes due to clist_begin()
3193                 not checking for NULLs (it should!)
3194
3195 2008-11-25 [colin]      3.6.1cvs42
3196
3197         * src/procmime.c
3198                 Fix line length in MIME parameters
3199
3200 2008-11-22 [paul]       3.6.1cvs41
3201
3202         * src/compose.c
3203                 grab Return key press in attachments Properties
3204                 dialog
3205
3206 2008-11-21 [colin]      3.6.1cvs40
3207
3208         * src/compose.c
3209         * src/procmime.c
3210                 Fix bug 1776, 'use encoded name parameters 
3211                 for attachments instead of ascii'.
3212                 Break the RFC 2047 by using B-encoded 
3213                 filename parameter, like everyone does,
3214                 following advice from the RFC author.
3215
3216 2008-11-21 [colin]      3.6.1cvs39
3217
3218         * src/common/socket.c
3219                 Rehandshake if server asks to
3220
3221 2008-11-21 [colin]      3.6.1cvs38
3222
3223         * src/mimeview.h
3224         * src/toolbar.h
3225         * src/common/session.h
3226         * src/common/smtp.h
3227                 Move conditional-compilation members to
3228                 end of structs
3229
3230 2008-11-19 [wwp]        3.6.1cvs37
3231
3232         * src/prefs_actions.c
3233                 Fixed wrong behaviour when pressing Escape (was not cancelling
3234                 the action).
3235
3236 2008-11-19 [wwp]        3.6.1cvs36
3237
3238         * src/compose.c
3239         * src/matcher.c
3240         * src/messageview.c
3241         * src/mimeview.c
3242         * src/prefs_actions.c
3243         * src/prefs_filtering_action.c
3244         * src/procmsg.c
3245         * src/summaryview.c
3246         * src/textview.c
3247         * src/common/utils.c
3248                 Replace occurrences of "command line" with "command-line" everywhere.
3249                 Enforce code style (mostly indentation) in prefs_actions.c.
3250
3251 2008-11-19 [colin]      3.6.1cvs35
3252
3253         * src/compose.c
3254         * src/prefs_common.c
3255         * src/prefs_common.h
3256                 Add primary_paste_unselects hidden preference
3257                 to change how middle-click pasting changes
3258                 the selection and insert point; defaults to
3259                 pre-3.6.1cvs31
3260
3261 2008-11-19 [colin]      3.6.1cvs34
3262
3263         * src/folderview.c
3264                 Always give focus to summaryview, even if
3265                 the folder is empty, in small screen layout.
3266                 Allows to go back to folderlist using the
3267                 keyboard.
3268
3269 2008-11-18 [colin]      3.6.1cvs33
3270
3271         * src/mainwindow.h
3272                 Put back conditional at the end of struct
3273
3274 2008-11-18 [colin]      3.6.1cvs32
3275
3276         * src/procmime.c
3277         * src/common/w32_reg.c
3278                 Fix crash on win32 when browsing to a
3279                 directory
3280
3281 2008-11-15 [colin]      3.6.1cvs31
3282
3283         * src/compose.c
3284                 After a mid-click paste, deselect selection
3285                 and go to end of paste.
3286
3287 2008-11-15 [colin]      3.6.1cvs30
3288
3289         * src/compose.c
3290                 Auto-save draft after external editor quits
3291
3292 2008-11-15 [colin]      3.6.1cvs29
3293
3294         * src/plugins/pgpcore/sgpgme.c
3295                 Fix wrong error display, thanks to
3296                 Charles A. Edwards
3297
3298 2008-11-14 [colin]      3.6.1cvs28
3299
3300         * src/prefs_actions.c
3301                 Comment out bogus (IMO) warning
3302
3303 2008-11-14 [colin]      3.6.1cvs27
3304
3305         * src/mainwindow.c
3306         * src/summaryview.c
3307         * src/summaryview.h
3308         * src/gtk/menu.c
3309         * src/gtk/menu.h
3310                 Share summaryview's context menu actions with
3311                 the equivalent menu items of the main menu;
3312                 this allows to share accelerators and de-
3313                 duplicate code.
3314
3315 2008-11-14 [colin]      3.6.1cvs26
3316
3317         * src/plugins/pgpcore/sgpgme.c
3318                 Fix bug 1768, 'claws-mail crashes while 
3319                 checking smime bad signature'
3320
3321 2008-11-13 [colin]      3.6.1cvs25
3322
3323         * src/account.c
3324         * src/filtering.c
3325                 Fix redefinition of PREFSBUFSIZE
3326
3327 2008-11-13 [wwp]        3.6.1cvs24
3328
3329         * tools/popfile-link.sh
3330                 Add support for reusing existing POPFile session ID.
3331
3332 2008-11-12 [colin]      3.6.1cvs23
3333
3334         * src/prefs_gtk.h
3335                 Fix bug 1771, 'Folder template gets 
3336                 truncated when exiting the application'
3337                 Use a 32k buffer for string preferences
3338
3339 2008-11-11 [colin]      3.6.1cvs22
3340
3341         * src/summaryview.c
3342                 Fix "display sender using addressbook" when
3343                 prefs_common.swap_from is in use. Patch by
3344                 H. Merijn Brand
3345
3346 2008-11-11 [colin]      3.6.1cvs21
3347
3348         * src/autofaces.c
3349         * src/common/md5.c
3350         * src/common/md5.h
3351                 Make a few functions static
3352
3353 2008-11-07 [colin]      3.6.1cvs20
3354
3355         * src/mainwindow.c
3356         * src/summaryview.c
3357                 Fix crash when rebuilding colorlabel
3358                 menu
3359         * src/addrgather.c
3360         * src/editldap.c
3361         * src/prefs_account.c
3362         * src/prefs_compose_writing.c
3363         * src/prefs_logging.c
3364         * src/prefs_message.c
3365         * src/prefs_other.c
3366         * src/prefs_receive.c
3367         * src/prefs_summaries.c
3368         * src/prefs_wrapping.c
3369         * src/plugins/bogofilter/bogofilter_gtk.c
3370         * src/plugins/pgpcore/prefs_gpg.c
3371         * src/plugins/spamassassin/spamassassin_gtk.c
3372                 Fix deprecated use of page_size in 
3373                 gtkspinbutton adjustments
3374
3375 2008-11-06 [mones]      3.6.1cvs19
3376
3377         * src/mainwindow.c
3378                 Fix missing "About" in Help menu
3379         * tools/claws.i18n.status.pl
3380                 Fix header
3381
3382 2008-11-05 [colin]      3.6.1cvs18
3383
3384         * src/action.c
3385         * src/main.c
3386         * src/mainwindow.c
3387         * src/common/socket.c
3388         * src/common/socket.h
3389         * src/gtk/gtkutils.c
3390         * src/gtk/gtkutils.h
3391                 w32: Implement single launch (lock
3392                 socket); always put debug log to
3393                 the rc_dir; fix Start menu update
3394                 after registering as default Mail 
3395                 app
3396
3397 2008-11-05 [colin]      3.6.1cvs17
3398
3399         * src/mainwindow.c
3400                 Setting the Mail start menu item in HKCU 
3401                 confuses the Internet Options dialog. Do 
3402                 it in HKLM as this dialog does.
3403
3404 2008-11-04 [colin]      3.6.1cvs16
3405
3406         * src/common/w32_reg.c
3407                 Fix off-by-one
3408
3409 2008-11-04 [colin]      3.6.1cvs15
3410
3411         * src/procmime.c
3412                 w32: Fix getting content-type 
3413         * src/mimeview.c
3414         * src/prefs_common.c
3415         * src/prefs_common.h
3416         * src/prefs_ext_prog.c
3417         * src/textview.c
3418                 w32: better integration (use the
3419                 standard file associations instead
3420                 of our platform-unadapted open
3421                 dialog)
3422         * src/mainwindow.c
3423         * src/common/utils.c
3424         * src/common/w32_reg.c
3425         * src/common/w32lib.h
3426                 w32: better integration (allow 
3427                 setting Claws as default MUA)
3428
3429 2008-11-01 [colin]      3.6.1cvs14
3430
3431         * src/codeconv.c
3432                 Fix wrongly converted non-ascii characters
3433                 when locale's charset is US-ASCII (strict-mode
3434                 was failing in this case)
3435
3436 2008-10-30 [colin]      3.6.1cvs13
3437
3438         * src/mimeview.c
3439         * src/mimeview.h
3440         * src/textview.c
3441         * src/textview.h
3442                 Use one UI Manager per mimeview, instead of
3443                 the global one -- else user_data pointer gets
3444                 broken if opening and closing another message-
3445                 view, then using right-click on a mimeview's 
3446                 mimepart. Probably fixes bug 1711, 'Save-as
3447                 attachment crashes'
3448
3449 2008-10-24 [paul]       3.6.1cvs12
3450
3451         * tools/Makefile.am
3452         * tools/kdeservicemenu/claws-mail-attach-files.desktop.kde4template
3453         * tools/kdeservicemenu/install.sh
3454                 another, possibly the final?, attempt on getting this
3455                 sorted for kde4
3456
3457 2008-10-24 [paul]       3.6.1cvs11
3458
3459         * tools/kdeservicemenu/install.sh
3460                 fix servicemenu installation directory on kde4
3461
3462 2008-10-24 [paul]       3.6.1cvs10
3463
3464         * tools/kdeservicemenu/README
3465         * tools/kdeservicemenu/install.sh
3466                 add support for kde4 in addition to kde3.
3467                 a rework involving checking for kde4-config, then
3468                 kde-config, finally prompting the user for the
3469                 location of either if they cannot be found
3470                 
3471
3472 2008-10-18 [paul]       3.6.1cvs9
3473
3474         * tools/claws.i18n.status.pl
3475                 updated with latest translator info.
3476                 only print for languages defined in %langname
3477
3478 2008-10-17 [paul]       3.6.1cvs8
3479
3480         * src/plugins/pgpcore/sgpgme.c
3481                 when listing the uid's, show the uid validity
3482
3483 2008-10-16 [paul]       3.6.1cvs7
3484
3485         * INSTALL
3486                 updated
3487
3488 2008-10-13 [wwp]        3.6.1cvs6
3489
3490         * po/fr.po
3491                 Updated French translation.
3492
3493 2008-10-11 [colin]      3.6.1cvs5
3494
3495         * src/gtk/authors.h
3496                 Fix bug 1756, "Outdated translators list in About 
3497                 dialogue". Patch by Aleksei Miheev.
3498
3499 2008-10-11 [colin]      3.6.1cvs4
3500
3501         * src/account.c
3502         * src/imap.c
3503         * src/inc.c
3504         * src/main.c
3505         * src/mainwindow.c
3506         * src/news.c
3507         * src/pop.c
3508         * src/pop.h
3509         * src/prefs_account.c
3510         * src/send_message.c
3511         * src/send_message.h
3512         * src/ssl_manager.c
3513         * src/ssl_manager.h
3514         * src/wizard.c
3515         * src/common/claws.c
3516         * src/common/defs.h
3517         * src/common/session.c
3518         * src/common/session.h
3519         * src/common/smtp.c
3520         * src/common/smtp.h
3521         * src/common/socket.c
3522         * src/common/socket.h
3523         * src/common/ssl.c
3524         * src/common/ssl.h
3525         * src/common/ssl_certificate.c
3526         * src/common/ssl_certificate.h
3527         * src/gtk/about.c
3528         * src/gtk/sslcertwindow.c
3529         * src/gtk/sslcertwindow.h
3530                 Remove OpenSSL code
3531
3532 2008-10-11 [colin]      3.6.1cvs3
3533
3534         * src/common/ssl_certificate.c
3535                 Make local function static
3536
3537 2008-10-10 [colin]      3.6.1cvs2
3538
3539         * src/common/ssl.h
3540         * src/common/ssl_certificate.c
3541         * src/gtk/sslcertwindow.c
3542                 Add offline certificate verification,
3543                 thanks to Nikos Mavrogiannopoulos for the
3544                 hints
3545
3546 2008-10-10 [colin]      3.6.1cvs1
3547
3548         * src/common/ssl_certificate.c
3549         * src/gtk/sslcertwindow.c
3550                 Fix warnings
3551
3552 2008-10-10 [paul]       3.6.1
3553
3554         * m4/spamassassin.m4
3555                 remove openssl dross
3556
3557         * NEWS
3558         * README
3559         * RELEASE_NOTES 
3560                 3.6.1 released!
3561
3562 2008-10-10 [colin]      3.6.0cvs25
3563
3564         * src/common/ssl.c
3565                 Tell libetpan it doesn't need to init
3566                 GnuTLS
3567
3568 2008-10-10 [colin]      3.6.0cvs24
3569
3570         * claws-mail.pc.in
3571                 Remove references to openssl
3572
3573 2008-10-09 [colin]      3.6.0cvs23
3574
3575         * configure.ac
3576                 Fix message
3577
3578 2008-10-09 [colin]      3.6.0cvs22
3579
3580         * configure.ac
3581                 Error out when building against openssl
3582
3583 2008-10-09 [colin]      3.6.0cvs21
3584
3585         * configure.ac
3586         * COPYING
3587         * src/crash.c
3588         * src/main.c
3589         * src/gtk/about.c
3590                 Disable OpenSSL due to requirement of
3591                 OpenSSL exception. Code not removed yet,
3592                 just in case, but disabled.
3593
3594 2008-10-09 [colin]      3.6.0cvs20
3595
3596         * configure.ac
3597         * src/Makefile.am
3598         * src/crash.c
3599         * src/gedit-print.c
3600         * src/gedit-print.h
3601         * src/main.c
3602         * src/mainwindow.c
3603         * src/messageview.c
3604         * src/prefs_ext_prog.c
3605         * src/prefs_fonts.c
3606         * src/prefs_image_viewer.c
3607         * src/printing.c
3608         * src/printing.h
3609         * src/summaryview.c
3610         * src/gtk/Makefile.am
3611         * src/gtk/about.c
3612         * src/gtk/gtksourceprintjob.c
3613         * src/gtk/gtksourceprintjob.h
3614                 Revert previous patch. It'd be better to remove
3615                 OpenSSL instead, as GnuTLS works as well.
3616
3617 2008-10-09 [colin]      3.6.0cvs19
3618
3619         * configure.ac
3620         * src/Makefile.am
3621         * src/crash.c
3622         * src/gedit-print.c
3623         * src/gedit-print.h
3624         * src/main.c
3625         * src/mainwindow.c
3626         * src/messageview.c
3627         * src/prefs_ext_prog.c
3628         * src/prefs_fonts.c
3629         * src/prefs_image_viewer.c
3630         * src/printing.c
3631         * src/printing.h
3632         * src/summaryview.c
3633         * src/gtk/Makefile.am
3634         * src/gtk/about.c
3635         * src/gtk/gtksourceprintjob.c
3636         * src/gtk/gtksourceprintjob.h
3637                 Remove the libgnomeprint interface (deprecated,
3638                 and fixes Debian's #501570, 'Copyright confusion')
3639
3640 2008-10-09 [colin]      3.6.0cvs18
3641
3642         * configure.ac
3643                 Require libetpan 0.57 (important fixes)
3644
3645 2008-10-08 [paul]       3.6.0cvs17
3646
3647         * src/prefs_filtering_action.c
3648         * src/prefs_matcher.c
3649                 enable re-ordering of the filtering/processing
3650                 condition and actions lists by drag'n'drop
3651
3652 2008-10-08 [colin]      3.6.0cvs16
3653
3654         * src/addressbook.c
3655                 Fix wrong menu title
3656
3657 2008-10-07 [colin]      3.6.0cvs15
3658
3659         * src/imap.c
3660                 After thinking, revert this. It's only a minor
3661                 annoyance to GSSAPI users, and I can't test this
3662                 right now. Postponed until after next good release.
3663
3664 2008-10-07 [colin]      3.6.0cvs14
3665
3666         * src/imap.c
3667                 Don't ask for a password when using GSSAPI
3668
3669 2008-10-07 [colin]      3.6.0cvs13
3670
3671         * src/mainwindow.c
3672                 Fix build with GTK+ < 2.14
3673
3674 2008-10-07 [colin]      3.6.0cvs12
3675
3676         * src/mainwindow.c
3677         * src/mainwindow.h
3678         * src/prefs_common.c
3679         * src/prefs_common.h
3680         * src/summaryview.c
3681         * src/gtk/colorlabel.c
3682                 Fix bug 1749, 'Shortcut keys for color labels 
3683                 not changeable'
3684                 Make fullscreen a setting remembered between
3685                 sessions
3686
3687 2008-10-07 [colin]      3.6.0cvs11
3688
3689         * src/prefs_other.c
3690                 Fix bug 1747, 'Wanderlust keybindings no longer 
3691                 working (regression)'
3692
3693 2008-10-07 [colin]      3.6.0cvs10
3694
3695         * src/mainwindow.c
3696                 Make fullscreen a real menu item
3697
3698 2008-10-07 [colin]      3.6.0cvs9
3699
3700         * src/mainwindow.c
3701                 Make sure we won't save size when
3702                 fullscreening
3703
3704 2008-10-06 [colin]      3.6.0cvs8
3705
3706         * src/mainwindow.c
3707         * src/mainwindow.h
3708                 Handle fullscreen via F11. Patch by
3709                 Michael Rasmussen
3710
3711 2008-10-06 [colin]      3.6.0cvs7
3712
3713         * src/common/ssl.c
3714                 Fix return value when setting client cert
3715
3716 2008-10-04 [colin]      3.6.0cvs6
3717
3718         * src/mimeview.c
3719                 Fix bug 1742, 'Attachment list contents not 
3720                 visible/scrollable'
3721
3722 2008-10-04 [paul]       3.6.0cvs5
3723
3724         * src/mainwindow.c
3725                 fix failure of Hide toolbar option on restart
3726
3727 2008-10-04 [colin]      3.6.0cvs4
3728
3729         * src/addressbook.c
3730         * src/compose.c
3731         * src/mainwindow.c
3732         * src/messageview.c
3733         * src/summaryview.c
3734                 Maemo: Fix bug 1737, Crashes upon opening
3735
3736 2008-10-04 [paul]       3.6.0cvs3
3737
3738         * po/pt_BR.po
3739                 submitted (just a little late) by Frederico
3740                 Goncalves Guimaraes
3741
3742 2008-10-03 [wwp]        3.6.0cvs2
3743
3744         * po/fr.po
3745                 Many fixes, mostly in menus and accelerators.
3746
3747 2008-10-03 [colin]      3.6.0cvs1
3748
3749         * src/gtk/filesel.c
3750                 Allow network mounts with new GTKs: they're
3751                 available via FUSE mounts and we don't need
3752                 GVFS.
3753
3754 2008-10-03 [paul]       3.6.0
3755
3756         * NEWS
3757         * README
3758         * RELEASE_NOTES 
3759                 3.6.0 released!
3760
3761 2008-10-03 [paul]       3.5.0cvs145
3762
3763         * configure.ac
3764         * po/bg.po
3765         * po/nl.po
3766         * po/ru.po
3767         * po/sv.po
3768                 new translations. added by Yasen Pramatarov,
3769                 Marcel Pol, Aleksei Miheev, and Lars Persson Fink
3770         * po/ca.po
3771         * po/de.po
3772         * po/fi.po
3773         * po/fr.po
3774         * po/hu.po
3775         * po/it.po
3776         * po/pl.po
3777         * po/zh_CN.po
3778                 updated translations. submitted by Miquel Oliete,
3779                 Stephan Sachse, Flammie Pirinen, wwp, Pader Rezo,
3780                 Andrea Spadaccini, Emilian Nowak, and Ralph Young
3781
3782 2008-10-02 [colin]      3.5.0cvs144
3783
3784         * src/common/session.c
3785                 Fix crash when connection fails on windows
3786
3787 2008-10-01 [colin]      3.5.0cvs143
3788
3789         * src/imap.c
3790                 Real fix for FS-unsafe chars on win32
3791
3792 2008-10-01 [colin]      3.5.0cvs142
3793
3794         * src/imap.c
3795                 Encode prohibited filenames on win32
3796
3797 2008-09-30 [mones]      3.5.0cvs141
3798
3799         * src/ldapctrl.c
3800         * src/main.c
3801         * src/prefs_themes.c
3802         * src/printing.c
3803                 Fix output of some debug messages
3804
3805 2008-09-30 [colin]      3.5.0cvs140
3806
3807         * src/addrbook.c
3808         * src/addrharvest.c
3809         * src/compose.c
3810         * src/jpilot.c
3811         * src/mh.c
3812         * src/prefs_themes.c
3813         * src/procheader.c
3814         * src/procmime.c
3815         * src/summaryview.c
3816         * src/common/utils.c
3817         * src/gtk/sslcertwindow.c
3818                 Win32: Fix time usage; use g_stat
3819
3820 2008-09-29 [colin]      3.5.0cvs139
3821
3822         * src/common/utils.c
3823                 Fix case-sensitive match of subject
3824                 prefixes on win32
3825
3826 2008-09-29 [colin]      3.5.0cvs138
3827
3828         * src/folder_item_prefs.c
3829         * src/folder_item_prefs.h
3830         * src/matcher.c
3831         * src/prefs_folder_item.c
3832         * src/prefs_matcher.c
3833         * src/summaryview.c
3834         * src/common/string_match.c
3835         * src/common/utils.c
3836                 Fix a huge leak (dozens of megs per folder
3837                 change) on Windows: disable regexps 
3838
3839 2008-09-28 [paul]       3.5.0cvs137
3840
3841         * po/en_GB.po
3842                 updated
3843
3844 2008-09-27 [colin]      3.5.0cvs136
3845
3846         * src/account.c
3847         * src/account.h
3848                 Add accessor for cur_account
3849
3850 2008-09-27 [colin]      3.5.0cvs135
3851
3852         * src/imap.c
3853                 Fix crash when error happen on session establishment
3854
3855 2008-09-26 [mones]      3.5.0cvs134
3856
3857         * po/es.po
3858                 Updated for release
3859
3860 2008-09-26 [colin]      3.5.0cvs133
3861
3862         * src/plugins/pgpcore/claws.def
3863                 Fix symbol
3864
3865 2008-09-26 [colin]      3.5.0cvs132
3866
3867         * src/prefs_common.c
3868         * src/prefs_common.h
3869         * src/plugins/pgpcore/pgp_viewer.c
3870                 Add an accessor to prefs_common for plugins
3871                 (Win32 fix)
3872
3873 2008-09-25 [colin]      3.5.0cvs131
3874
3875         * src/main.c
3876                 Fix bug 1725, 'useless lines in clawsrc'
3877         * src/plugins/smime/mypgpcore.def
3878                 Add a missing symbol
3879
3880 2008-09-25 [paul]       3.5.0cvs130
3881
3882         * src/plugins/smime/mypgpcore.def
3883         * src/plugins/smime/plugin.def
3884         * src/plugins/smime/version.rc
3885                 add these windows-specific files
3886                 (Thanks to Colin)
3887
3888 2008-09-25 [colin]      3.5.0cvs129
3889
3890         * src/main.c
3891                 Load standard plugins only on first run
3892
3893 2008-09-25 [colin]      3.5.0cvs128
3894
3895         * src/codeconv.c
3896                 Fix build...
3897
3898 2008-09-24 [colin]      3.5.0cvs127
3899
3900         * src/codeconv.c
3901                 Add nb_NO's charset (iso-8859-1)
3902
3903 2008-09-24 [colin]      3.5.0cvs126
3904
3905         * src/common/utils.c
3906                 Fix get_mail_base_dir() on windows
3907                 (was synced from main ages ago)
3908
3909 2008-09-24 [colin]      3.5.0cvs125
3910
3911         * src/main.c
3912         * src/wizard.c
3913                 Integrate better with Windows' style
3914
3915 2008-09-23 [paul]       3.5.0cvs124
3916
3917         * src/compose.c
3918         * src/mainwindow.c
3919         * src/messageview.c
3920                 offer these strings to translators too 
3921
3922 2008-09-23 [colin]      3.5.0cvs123
3923
3924         * configure.ac
3925                 Add a --disable-dbus flag in case we want
3926                 no DBUS even if headers are available (like
3927                 for building gpg4win)
3928         * src/filtering.c
3929         * src/mainwindow.c
3930         * src/prefs_logging.c
3931         * src/common/utils.c
3932         * src/plugins/pgpcore/sgpgme.c
3933         * src/plugins/smime/claws.def
3934                 Windows fixes:
3935                 - disable filtering log (it's crashy for
3936                   some reason)
3937                 - fix gmtime_r when time is -1 (before 01/01/70)
3938                 - add symbols for smime
3939
3940 2008-09-22 [colin]      3.5.0cvs122
3941
3942         * src/common/utils.c
3943         * src/account.c
3944                 Remove raw printf
3945         * src/compose.c
3946                 Fix cursor position after changing account
3947         * src/imap.c
3948         * src/mimeview.c
3949         * src/news.c
3950                 Fix absolute path detection 
3951
3952 2008-09-21 [colin]      3.5.0cvs121
3953
3954         * src/gtk/gtkaspell.c
3955                 Don't try to use empty dictionaries
3956
3957 2008-09-20 [colin]      3.5.0cvs120
3958
3959         * po/POTFILES.in
3960                 Add the new files to the translations
3961
3962 2008-09-20 [colin]      3.5.0cvs119
3963
3964         * configure.ac
3965         * src/plugins/Makefile.am
3966         * src/plugins/smime/Makefile.am
3967         * src/plugins/smime/plugin.c
3968         * src/plugins/smime/smime.c
3969         * src/plugins/smime/smime.deps
3970         * src/plugins/smime/smime.h
3971                 Include S/Mime plugin in the main plugins
3972                 Will ease the Gpg4win team's work
3973
3974 2008-09-20 [colin]      3.5.0cvs118
3975
3976         * src/autofaces.c
3977         * src/compose.c
3978         * src/ldapquery.c
3979         * src/main.c
3980         * src/news.c
3981         * src/common/socket.c
3982         * src/gtk/gtkutils.c
3983         * src/plugins/pgpcore/claws.def
3984                 Windows: more fixes, thanks to wwp and
3985                 Marcus Brinkmann
3986
3987 2008-09-20 [colin]      3.5.0cvs117
3988
3989         * src/imap.c
3990                 Tell on which server errors happened
3991
3992 2008-09-20 [colin]      3.5.0cvs116
3993
3994         * src/etpan/etpan-thread-manager.c
3995         * src/etpan/imap-thread.c
3996         * src/etpan/nntp-thread.c
3997                 Windows: Fix hang on IMAP/NNTP
3998
3999 2008-09-20 [colin]      3.5.0cvs115
4000
4001         * src/common/utils.c
4002                 Fix bug 1723, "Buffer overflow crash caused by 
4003                 preview in 'Date format help' dialog box"
4004                 Also, optimise fast_strftime a bit :)
4005
4006 2008-09-18 [colin]      3.5.0cvs114
4007
4008         * src/procmime.c
4009         * src/textview.c
4010                 Check for NULLs before str* functions
4011
4012 2008-09-18 [colin]      3.5.0cvs113
4013
4014         * src/messageview.c
4015         * src/procmime.c
4016         * src/textview.c
4017                 Handle html parts in multipart/related
4018                 Decode ISO-8859-1 as Windows-1252 (the former
4019                 is a subset of the latter) in order to 
4020                 workaround Outlook mails misencoding
4021         * src/gtk/logwindow.c
4022         * src/gtk/logwindow.h
4023                 Clear mainwindow's error pixmap when the
4024                 error scrolls out of the log
4025
4026 2008-09-17 [colin]      3.5.0cvs112
4027
4028         * src/image_viewer.c
4029                 Fix image loading (multiple childs added to 
4030                 scrolledwindow, break of the resize functionality)
4031         * src/account.c
4032         * src/prefs_folder_item.c
4033         * src/prefs_spelling.c
4034         * src/gtk/gtkaspell.c
4035                 Better fix problems with dictionaries updates
4036
4037 2008-09-17 [colin]      3.5.0cvs111
4038
4039         * src/common/utils.c
4040                 Fix double-opening (fixes multiple signatures when
4041                 using signify)
4042
4043 2008-09-16 [colin]      3.5.0cvs110
4044
4045         * src/prefs_account.c
4046         * src/prefs_folder_item.c
4047         * src/prefs_spelling.c
4048         * src/gtk/gtkaspell.c
4049                 Better stripping of aspell dictionaries names
4050
4051 2008-09-16 [colin]
4052
4053         * 3.6.0-rc1 released
4054
4055 2008-09-16 [colin]      3.5.0cvs109
4056
4057         * src/account.c
4058         * src/inc.c
4059         * src/mainwindow.c
4060         * src/prefs_account.h
4061         * src/prefs_other.c
4062         * src/send_message.c
4063         * src/gtk/inputdialog.c
4064                 Don't add a pref to allow remembering passwords
4065                 (Just not checking the checkbox is enough)
4066
4067 2008-09-16 [colin]      3.5.0cvs108
4068
4069         * configure.ac
4070                 Require libetpan 0.56 as 0.55 is crashy
4071         * src/messageview.c
4072                 Fix english
4073         * src/gtk/inputdialog.c
4074         * src/gtk/inputdialog.h
4075                 Fix warnings
4076
4077 2008-09-16 [wwp]        3.5.0cvs107
4078
4079         * src/compose.c
4080                 Complete 3.5.0cvs106 by removing a function that got
4081                 moved to account.[ch].
4082
4083 2008-09-16 [wwp]        3.5.0cvs106
4084
4085         * src/account.c
4086         * src/account.h
4087         * src/compose.c
4088         * src/quote_fmt.c
4089         * src/quote_fmt_lex.l
4090         * src/quote_fmt_parse.y
4091                 Add account signature (path and value string) manipulation
4092                 keywords to the template processor. It's now possible in
4093                 all templates to insert the account signature to an
4094                 arbitrary location or to pass it to a external script for
4095                 further editing.
4096
4097
4098 2008-09-16 [mones]      3.5.0cvs105
4099
4100         * src/imap.c
4101         * src/inc.c
4102         * src/mainwindow.c
4103         * src/mainwindow.h
4104         * src/news.c
4105         * src/prefs_account.h
4106         * src/prefs_common.c
4107         * src/prefs_common.h
4108         * src/prefs_other.c
4109         * src/send_message.c
4110         * src/gtk/inputdialog.c
4111         * src/gtk/inputdialog.h
4112                 Implement session passwords: unsaved passwords for receiving
4113                 or sending of accounts can be remembered while running to 
4114                 avoid repetitive typing.
4115                 As keeping passwords in memory is unsafe a new preference 
4116                 in Other page is added to activate or not such capability.
4117
4118 2008-09-14 [colin]      3.5.0cvs104
4119
4120         * src/codeconv.c
4121         * src/codeconv.h
4122                 Make conv_iconv_strdup static
4123
4124 2008-09-12 [colin]      3.5.0cvs103
4125
4126         * claws-mail.pc.in
4127         * src/Makefile.am
4128         * src/compose.c
4129         * src/compose.h
4130         * src/crash.c
4131         * src/folder_item_prefs.c
4132         * src/folder_item_prefs.h
4133         * src/main.c
4134         * src/prefs_account.c
4135         * src/prefs_common.c
4136         * src/prefs_common.h
4137         * src/prefs_folder_item.c
4138         * src/prefs_spelling.c
4139         * src/prefs_template.c
4140         * src/quote_fmt.h
4141         * src/quote_fmt_parse.y
4142         * src/toolbar.c
4143         * src/toolbar.h
4144         * src/gtk/Makefile.am
4145         * src/gtk/about.c
4146         * src/gtk/filesel.c
4147         * src/gtk/gtkaspell.c
4148         * src/gtk/gtkaspell.h
4149         * src/plugins/bogofilter/Makefile.am
4150         * src/plugins/dillo_viewer/Makefile.am
4151         * src/plugins/spamassassin/Makefile.am
4152         * src/plugins/trayicon/Makefile.am
4153                 Switch spellchecker to Enchant
4154
4155 2008-09-12 [paul]       3.5.0cvs102
4156
4157         * tools/README
4158         * tools/csv2addressbook.pl
4159                 add support for Fox Mail
4160
4161 2008-09-12 [paul]       3.5.0cvs101
4162
4163         * src/compose.c
4164         * src/prefs_wrapping.c
4165                 changes to English
4166
4167 2008-09-12 [paul]       3.5.0cvs100
4168
4169         * configure.ac
4170                 revert cvs99's libenchant commit error
4171
4172 2008-09-12 [colin]      3.5.0cvs99
4173
4174         * src/inc.c
4175                 Only go to inbox if there are new mails
4176                 (and fetch was manual)
4177
4178 2008-09-10 [colin]      3.5.0cvs98
4179
4180         * src/inc.c
4181         * src/summaryview.c
4182         * src/common/session.c
4183                 Use g_timeout_add_seconds instead of g_timeout_add
4184                 on glib >= 2.14 when we don't need precision on the 
4185                 delay. This helps reducing power consumption:
4186                 http://mjg59.livejournal.com/74651.html
4187
4188 2008-09-10 [colin]      3.5.0cvs97
4189
4190         * src/compose.c
4191                 Don't save window size and position when
4192                 compose is hidden (filtering action)
4193
4194 2008-09-09 [colin]      3.5.0cvs96
4195
4196         * src/action.h
4197         * src/addr_compl.c
4198         * src/addressadd.c
4199         * src/addressbook.h
4200         * src/addressbook_foldersel.c
4201         * src/addressitem.h
4202         * src/addrgather.c
4203         * src/alertpanel.c
4204         * src/browseldap.c
4205         * src/editaddress.c
4206         * src/editaddress_other_attributes_ldap.h
4207         * src/editbook.c
4208         * src/editjpilot.c
4209         * src/editldap.c
4210         * src/editldap_basedn.c
4211         * src/editvcard.c
4212         * src/exphtmldlg.c
4213         * src/expldifdlg.c
4214         * src/export.c
4215         * src/foldersel.c
4216         * src/foldersel.h
4217         * src/gedit-print.c
4218         * src/gedit-print.h
4219         * src/grouplistdialog.c
4220         * src/headerview.c
4221         * src/headerview.h
4222         * src/image_viewer.c
4223         * src/import.c
4224         * src/importldif.c
4225         * src/importmutt.c
4226         * src/importpine.c
4227         * src/inc.c
4228         * src/main.c
4229         * src/main.h
4230         * src/messageview.c
4231         * src/messageview.h
4232         * src/noticeview.c
4233         * src/prefs_actions.c
4234         * src/prefs_filtering.c
4235         * src/prefs_folder_column.c
4236         * src/prefs_gtk.h
4237         * src/prefs_summary_column.c
4238         * src/prefs_toolbar.c
4239         * src/send_message.c
4240         * src/setup.c
4241         * src/sourcewindow.c
4242         * src/sourcewindow.h
4243         * src/ssl_manager.c
4244         * src/statusbar.c
4245         * src/statusbar.h
4246         * src/stock_pixmap.c
4247         * src/stock_pixmap.h
4248         * src/summaryview.c
4249         * src/textview.c
4250         * src/textview.h
4251         * src/undo.h
4252         * src/uri_opener.c
4253         * src/wizard.c
4254         * src/wizard.h
4255         * src/common/ssl.h
4256         * src/common/utils.c
4257         * src/gtk/about.c
4258         * src/gtk/colorlabel.c
4259         * src/gtk/colorlabel.h
4260         * src/gtk/combobox.h
4261         * src/gtk/description_window.c
4262         * src/gtk/filesel.c
4263         * src/gtk/gtkaspell.c
4264         * src/gtk/gtkaspell.h
4265         * src/gtk/gtkcmclist.c
4266         * src/gtk/gtkcmclist.h
4267         * src/gtk/gtkcmctree.c
4268         * src/gtk/gtkcmctree.h
4269         * src/gtk/gtkcmoptionmenu.h
4270         * src/gtk/gtksctree.c
4271         * src/gtk/gtksctree.h
4272         * src/gtk/gtkshruler.c
4273         * src/gtk/gtkshruler.h
4274         * src/gtk/gtksourceprintjob.c
4275         * src/gtk/gtksourceprintjob.h
4276         * src/gtk/gtkutils.c
4277         * src/gtk/gtkutils.h
4278         * src/gtk/gtkvscrollbutton.c
4279         * src/gtk/gtkvscrollbutton.h
4280         * src/gtk/icon_legend.c
4281         * src/gtk/inputdialog.c
4282         * src/gtk/logwindow.c
4283         * src/gtk/logwindow.h
4284         * src/gtk/manage_window.c
4285         * src/gtk/manage_window.h
4286         * src/gtk/menu.c
4287         * src/gtk/prefswindow.c
4288         * src/gtk/progressdialog.c
4289         * src/gtk/progressdialog.h
4290         * src/plugins/bogofilter/bogofilter_gtk.c
4291         * src/plugins/pgpcore/passphrase.c
4292         * src/plugins/spamassassin/spamassassin_gtk.c
4293         * src/plugins/trayicon/trayicon.c
4294         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
4295         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
4296         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.c
4297         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
4298         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
4299                 Complete GTK+ 2.14 undeprecation
4300                 (thanks to "J.A. Magallon" <jamagallon@ono.com>)
4301
4302 2008-09-09 [colin]      3.5.0cvs95
4303
4304         * src/gtk/gtkcmclist.h
4305                 Fix build on GTK+ 2.14
4306
4307 2008-09-08 [colin]      3.5.0cvs94
4308
4309         * src/noticeview.c
4310         * src/noticeview.h
4311                 Remove GtkSignalFunc
4312
4313 2008-09-07 [colin]      3.5.0cvs93
4314
4315         * src/addressadd.c
4316         * src/addressbook_foldersel.c
4317         * src/gtk/gtkcmclist.c
4318         * src/gtk/gtkcmclist.h
4319         * src/gtk/gtkcmctree.c
4320         * src/gtk/gtkcmctree.h
4321         * src/gtk/gtksctree.c
4322         * src/gtk/prefswindow.c
4323         * src/gtk/prefswindow.h
4324                 Use GDestroyNotify instead of GtkDestroyNotify
4325                 (deprecated in GTK+ 2.14)
4326
4327 2008-09-07 [colin]      3.5.0cvs92
4328
4329         * src/textview.c
4330                 Fix bug 1712, 'invalid "Phishing attempt warning" 
4331                 when linked text ends with spaces'
4332
4333 2008-09-05 [colin]      3.5.0cvs91
4334
4335         * src/procmime.c
4336                 Maybe fix bug 1711, 'Save-as attachment crashes'
4337                 Possibly wrong free() due to pointer shifting
4338
4339 2008-09-05 [colin]      3.5.0cvs90
4340
4341         * src/compose.c
4342                 Fix bug 1710, 'User misreads "Discard Message" 
4343                 as "Discard Changes"'. Propose to save or discard
4344                 only the latest changes when closing an existing
4345                 draft. Autosave may still have saved parts of the
4346                 edit session.
4347
4348 2008-09-04 [colin]      3.5.0cvs89
4349
4350         * src/summaryview.c
4351                 Fix bug 1707, 'Segfault when sorting on non-visible column'
4352
4353 2008-09-01 [colin]      3.5.0cvs88
4354
4355         * src/imap.c
4356         * src/summaryview.c
4357         * src/common/tags.c
4358         * src/etpan/imap-thread.c
4359         * src/etpan/imap-thread.h
4360                 Store spam flag on IMAP (Junk/NonJunk, as 
4361                 ThunderBird does - this is nonstandard)
4362
4363 2008-08-31 [wwp]        3.5.0cvs87
4364
4365         * ChangeLog
4366                 Fix globish edition^Wediting.
4367
4368 2008-08-31 [wwp]        3.5.0cvs86
4369
4370         * src/addressbook.c
4371                 Don't break nickname editing for non-LDAP books (nickname
4372                 value was overwritten when editing existing contact, this
4373                 came from 3.0.2cvs109).
4374
4375 2008-08-30 [colin]      3.5.0cvs85
4376
4377         * src/mainwindow.c
4378         * src/summaryview.c
4379                 Fix "Apply tags..." key shortcut
4380
4381 2008-08-29 [iwkse]      3.5.0cvs84
4382
4383         * src/summaryview.c
4384                         Bit of clean:)
4385
4386 2008-08-29 [iwkse]      3.5.0cvs83
4387
4388         * src/summaryview.c
4389                         Disable "Move to trash" action if
4390                         we are in a trash-like folder.
4391                         Thanks to colinl
4392
4393 2008-08-29 [paul]       3.5.0cvs82
4394
4395         * configure.ac
4396                 bump up libetpan version requirement since
4397                 0.55 is released now
4398
4399 2008-08-28 [wwp]        3.5.0cvs81
4400
4401         * src/account.c
4402         * src/pop.c
4403         * src/prefs_account.c
4404         * src/prefs_account.h
4405                 Add finer granularity to the POP3's remove-after delay (now in
4406                 hours in addition to in days), patch by Paul Rolland.
4407
4408 2008-08-28 [wwp]        3.5.0cvs80
4409
4410         * src/gtk/combobox.c
4411                 Fix a typo in a comment.
4412
4413 2008-08-28 [iwkse]      3.5.0cvs79
4414
4415         * src/account.c
4416         * src/prefs_actions.c
4417         * src/prefs_filtering.c
4418         * src/prefs_template.c
4419                         Add search feature to the account, 
4420                         template and action dialog.
4421                         It's turned on selecting one row
4422                         of the list and typing some random
4423                         letter. Thanks to wwp, colinl
4424
4425 2008-08-28 [colin]      3.5.0cvs78
4426
4427         * src/Makefile.am
4428         * src/account.c
4429         * src/compose.c
4430         * src/prefs_account.c
4431         * src/prefs_account.h
4432         * src/privacy.c
4433         * src/privacy.h
4434         * src/procmime.c
4435         * src/stock_pixmap.c
4436         * src/stock_pixmap.h
4437         * src/summaryview.c
4438         * src/pixmaps/key_gpg_signed.xpm
4439                 Fix bug 1412, "Sign reply, if mail was signed"
4440                 Add an account preference to sign replies to signed mails
4441
4442 2008-08-28 [iwkse]      3.5.0cvs77
4443
4444         * src/prefs_filtering.c
4445                 Making the search more useful,
4446                 jumping directly to the relative rule.
4447
4448 2008-08-27 [colin]      3.5.0cvs76
4449
4450         * src/main.c
4451                 Add a bit of info
4452
4453 2008-08-27 [colin]      3.5.0cvs75
4454
4455         * src/gtk/gtkcmctree.c
4456                 Fix a few ifdefs
4457
4458 2008-08-26 [colin]      3.5.0cvs74
4459
4460         * src/gtk/gtkcmctree.c
4461                 Fix missing inits on old glib
4462
4463 2008-08-26 [wwp]        3.5.0cvs73
4464
4465         * src/common/utils.c
4466                 Added 'Fwd' to the list of known common subject prefixes.
4467
4468 2008-08-25 [iwkse]      3.5.0cvs72
4469
4470         * src/image_viewer.c
4471                 Add animated gif support to the
4472                 message preview.
4473
4474 2008-08-25 [colin]      3.5.0cvs71
4475
4476         * src/gtk/gtkcmctree.c
4477                 Make sure work isn't null
4478
4479 2008-08-24 [colin]      3.5.0cvs70
4480
4481         * src/common/ssl.c
4482                 Fix typo on SSL_CERT_DIR
4483
4484 2008-08-23 [holger]     3.5.0cvs69
4485
4486         * src/printing.c
4487                 Fix bug 1699 'Separator line mis-placed when
4488                 printing some e-mails'. The number of header lines
4489                 was not correctly calculated when Pango inserts
4490                 linebreaks
4491
4492 2008-08-23 [colin]      3.5.0cvs68
4493
4494         * src/mainwindow.c
4495                 Fix the account selector button; thanks
4496                 to wwp
4497
4498 2008-08-21 [colin]      3.5.0cvs67
4499
4500         * src/compose.c
4501         * src/compose.h
4502                 Add a compose preference for auto-indent
4503         * src/mainwindow.c
4504         * src/summaryview.c
4505                 Make colorlabel accels a bit less hacky
4506
4507 2008-08-21 [colin]      3.5.0cvs66
4508
4509         * src/compose.c
4510         * src/prefs_common.c
4511         * src/prefs_common.h
4512         * src/prefs_wrapping.c
4513                 Add a preference for autoindent; fix no_join tag
4514                 being applied to whole lines instead of just \n when
4515                 creating a line 
4516
4517 2008-08-21 [colin]      3.5.0cvs65
4518
4519         * src/compose.c
4520                 Add support for auto-indentation
4521
4522 2008-08-19 [colin]      3.5.0cvs64
4523
4524         * src/compose.c
4525                 Save Autowrap status in drafts/queued mails
4526
4527 2008-08-19 [colin]      3.5.0cvs63
4528
4529         * src/mainwindow.c
4530                 Fix a comment (in reality, test commit on
4531                 the new CVS server)
4532
4533 2008-08-17 [colin]      3.5.0cvs62
4534
4535         * src/prefs_actions.c
4536         * src/procmime.c
4537         * src/wizard.c
4538         * src/common/socket.h
4539         * src/gtk/gtkcmctree.c
4540                 Fix warnings
4541
4542 2008-08-16 [colin]      3.5.0cvs61
4543
4544         * src/editaddress_other_attributes_ldap.h
4545                 Add 'l' field (localityName)
4546
4547 2008-08-16 [colin]      3.5.0cvs60
4548
4549         * src/mainwindow.c
4550         * src/gtk/gtkcmclist.c
4551         * src/gtk/gtkcmclist.h
4552         * src/gtk/gtkcmctree.c
4553         * src/gtk/gtksctree.c
4554         * src/gtk/gtkutils.c
4555         * src/gtk/gtkvscrollbutton.c
4556                 Fix Maemo build (OS2007)
4557
4558 2008-08-14 [colin]      3.5.0cvs59
4559
4560         * src/folder.c
4561                 Don't crash if parent is null when creating
4562                 a folder
4563         * src/gtk/pluginwindow.c
4564                 Don't crash on race when closing window while
4565                 a plugin is loading and does gtk_iterations
4566
4567 2008-08-13 [colin]      3.5.0cvs58
4568
4569         * src/messageview.c
4570         * src/messageview.h
4571         * src/mimeview.c
4572                 Fix bug 1696, 'Viewing binary attachements 
4573                 as text over 1 MB' (various buglets)
4574
4575 2008-08-10 [colin]      3.5.0cvs57
4576
4577         * src/summaryview.c
4578         * src/gtk/gtkcmclist.c
4579                 Continue fixing GTK < 2.12 build, thanks to
4580                 Michael Hugues
4581
4582 2008-08-10 [colin]      3.5.0cvs56
4583
4584         * src/gtk/gtksctree.c
4585                 Fix build on GTK < 2.12
4586
4587 2008-08-09 [colin]      3.5.0cvs55
4588
4589         * src/mainwindow.c
4590                 Fix untranslatable strings, thanks to
4591                 Stephan Sachse
4592
4593 2008-08-07 [colin]      3.5.0cvs54
4594
4595         * src/compose.c
4596         * src/editaddress.c
4597         * src/folderview.c
4598         * src/mainwindow.c
4599         * src/message_search.c
4600         * src/mimeview.c
4601         * src/noticeview.c
4602         * src/prefs_account.c
4603         * src/prefs_common.c
4604         * src/prefs_customheader.c
4605         * src/prefs_ext_prog.c
4606         * src/prefs_filtering_action.c
4607         * src/prefs_gtk.c
4608         * src/prefs_logging.c
4609         * src/prefs_matcher.c
4610         * src/prefs_msg_colors.c
4611         * src/procmime.c
4612         * src/summary_search.c
4613         * src/summaryview.c
4614         * src/toolbar.c
4615         * src/gtk/colorsel.c
4616         * src/gtk/gtkaspell.c
4617         * src/gtk/gtkutils.c
4618         * src/gtk/gtkutils.h
4619         * src/gtk/inputdialog.c
4620         * src/gtk/pluginwindow.c
4621         * src/gtk/quicksearch.c
4622         * src/plugins/bogofilter/bogofilter_gtk.c
4623         * src/plugins/dillo_viewer/dillo_prefs.c
4624         * src/plugins/spamassassin/spamassassin_gtk.c
4625                 - Fix Ctrl-Space shortcut
4626                 - Fix mime-parsing bug in procmime (cvs52)
4627                 - Fix double-free in procmime (cvs52)
4628                 - Use gtk_bin_get_child instead of GTK_BIN()->child
4629                 - Fix Goto menu in mainwindow
4630
4631 2008-08-07 [mones]      3.5.0cvs53
4632
4633         * po/es.po
4634                 Updated translation (lots of changes!)
4635         * src/compose.c
4636                 Add missing accelerator key
4637         * src/mainwindow.c
4638                 Restored 'v' key function (thanks Colin!)
4639
4640 2008-08-06 [colin]      3.5.0cvs52
4641
4642         * src/addrbook.c
4643         * src/addrcindex.c
4644         * src/addrduplicates.c
4645         * src/addrharvest.c
4646         * src/enriched.c
4647         * src/html.c
4648         * src/ldif.c
4649         * src/mimeview.c
4650         * src/mutt.c
4651         * src/pine.c
4652         * src/procmime.c
4653         * src/vcard.c
4654         * src/wizard.c
4655                 Fix my use of g_utf8_strdown (it returns
4656                 a newly allocated string and doesn't
4657                 change the parameter)
4658
4659 2008-08-06 [colin]      3.5.0cvs51
4660
4661         * src/compose.c
4662                 Fix bug 1690, 'Copy/Paste in edit window may 
4663                 break Undo'; middle-click pastes aren't 
4664                 REPLACE_INSERT but just INSERT. 
4665                 Also, fix privacy menu selection
4666
4667 2008-08-05 [colin]      3.5.0cvs50
4668
4669         * src/action.c
4670         * src/addr_compl.c
4671         * src/addrbook.c
4672         * src/addrcindex.c
4673         * src/addrduplicates.c
4674         * src/addrharvest.c
4675         * src/enriched.c
4676         * src/html.c
4677         * src/ldif.c
4678         * src/main.c
4679         * src/mimeview.c
4680         * src/mutt.c
4681         * src/pine.c
4682         * src/procmime.c
4683         * src/vcard.c
4684         * src/wizard.c
4685         * src/common/socket.c
4686         * src/gtk/gtkutils.c
4687         * src/gtk/gtkutils.h
4688         * src/gtk/menu.c
4689         * src/plugins/spamassassin/spamassassin.c
4690                 More undeprecation (Glib)
4691
4692 2008-08-05 [colin]      3.5.0cvs49
4693
4694         * src/prefs_account.c
4695         * src/prefs_filtering_action.c
4696         * src/prefs_matcher.c
4697         * src/gtk/Makefile.am
4698         * src/gtk/claws-marshal.list
4699         * src/gtk/colorlabel.c
4700         * src/gtk/colorsel.c
4701         * src/gtk/foldersort.c
4702         * src/gtk/gtkaspell.c
4703         * src/gtk/gtkcmclist.c
4704         * src/gtk/gtkcmclist.h
4705         * src/gtk/gtkcmctree.c
4706         * src/gtk/gtkcmctree.h
4707         * src/gtk/gtkcmoptionmenu.c
4708         * src/gtk/gtkcmoptionmenu.h
4709         * src/gtk/gtksctree.c
4710         * src/gtk/gtksctree.h
4711         * src/gtk/gtkutils.c
4712         * src/gtk/gtkutils.h
4713         * src/gtk/gtkvscrollbutton.c
4714         * src/gtk/menu.c
4715         * src/gtk/menu.h
4716         * src/gtk/quicksearch.c
4717         * src/plugins/dillo_viewer/dillo_viewer.c
4718         * src/plugins/pgpcore/select-keys.c
4719                 Try to finish yesterday's commit
4720
4721 2008-08-04 [colin]      3.5.0cvs48
4722
4723         * src/addressadd.c
4724         * src/addressbook.c
4725         * src/addressbook_foldersel.c
4726         * src/addressitem.h
4727         * src/addrgather.c
4728         * src/browseldap.c
4729         * src/compose.c
4730         * src/compose.h
4731         * src/editaddress.c
4732         * src/editaddress_other_attributes_ldap.c
4733         * src/editgroup.c
4734         * src/editldap_basedn.c
4735         * src/folderview.c
4736         * src/folderview.h
4737         * src/grouplistdialog.c
4738         * src/image_viewer.c
4739         * src/imap_gtk.c
4740         * src/importldif.c
4741         * src/main.c
4742         * src/mainwindow.c
4743         * src/message_search.c
4744         * src/mh_gtk.c
4745         * src/mimeview.c
4746         * src/mimeview.h
4747         * src/news_gtk.c
4748         * src/noticeview.h
4749         * src/prefs_account.c
4750         * src/prefs_filtering_action.c
4751         * src/prefs_matcher.c
4752         * src/prefs_msg_colors.c
4753         * src/prefs_summaries.c
4754         * src/statusbar.c
4755         * src/stock_pixmap.c
4756         * src/summary_search.c
4757         * src/summaryview.c
4758         * src/summaryview.h
4759         * src/textview.c
4760         * src/toolbar.h
4761         * src/gtk/Makefile.am
4762         * src/gtk/claws-marshal.list
4763         * src/gtk/colorsel.c
4764         * src/gtk/foldersort.c
4765         * src/gtk/gtkaspell.c
4766         * src/gtk/gtkcmclist.c
4767         * src/gtk/gtkcmclist.h
4768         * src/gtk/gtkcmctree.c
4769         * src/gtk/gtkcmctree.h
4770         * src/gtk/gtksctree.c
4771         * src/gtk/gtksctree.h
4772         * src/gtk/gtkutils.c
4773         * src/gtk/gtkutils.h
4774         * src/gtk/gtkvscrollbutton.c
4775         * src/gtk/menu.c
4776         * src/gtk/menu.h
4777         * src/gtk/quicksearch.c
4778         * src/plugins/dillo_viewer/dillo_viewer.c
4779         * src/plugins/pgpcore/select-keys.c
4780                 Include GtkCList/GtkCTree locally (renamed GTKCMCList/CTree)
4781                 Undeprecate their implementation (GtkArg, GtkType, ...)
4782                 Undeprecate a few other things here and there
4783                 Add -DGTK_DISABLE_DEPRECATED to CFLAGS in maintainer mode
4784                 Add #undef GTK_DISABLE_DEPRECATED in the files where we
4785                 still have work to do
4786
4787 2008-08-04 [colin]      3.5.0cvs47
4788
4789         * src/compose.c
4790         * src/compose.h
4791         * src/toolbar.h
4792         * src/textview.c
4793         * src/stock_pixmap.c
4794         * src/statusbar.c
4795         * src/noticeview.h
4796         * src/mimeview.h
4797         * src/mainwindow.c
4798         * src/image_viewer.c
4799         * src/gtk/gtkaspell.c
4800         * src/gtk/gtkvscrollbutton.c
4801         * src/plugins/dillo_viewer/dillo_viewer.c
4802                 Undeprecate more things
4803
4804 2008-08-02 [colin]      3.5.0cvs46
4805
4806         * src/mainwindow.c
4807                 Fix toggle menu activation state
4808                 (thanks to cvs45 ;)
4809
4810 2008-08-02 [paul]       3.5.0cvs45
4811
4812         * src/mainwindow.c
4813                 fix sensitivity of
4814                 /View/Show or hide/Message View
4815
4816 2008-08-01 [paul]       3.5.0cvs44
4817
4818         * src/common/utils.c
4819         * src/plugins/pgpcore/claws.def
4820         * src/plugins/pgpinline/claws.def
4821                 fix compilation problems on mingw32,
4822                 (bug 1688) Patch by Marcus Brinkmann
4823
4824 2008-08-01 [colin]      3.5.0cvs43
4825
4826         * src/gtk/gtkutils.c
4827         * src/gtk/gtkvscrollbutton.c
4828                 Oups, fix build
4829
4830 2008-08-01 [colin]      3.5.0cvs42
4831
4832         * src/compose.c
4833         * src/foldersel.c
4834         * src/mainwindow.c
4835         * src/prefs_account.c
4836         * src/prefs_folder_item.c
4837         * src/prefs_quote.c
4838         * src/summaryview.c
4839         * src/gtk/gtkaspell.c
4840         * src/gtk/gtkutils.c
4841         * src/gtk/gtkvscrollbutton.c
4842                 Replace a few deprecated function calls
4843
4844 2008-08-01 [paul]       3.5.0cvs41
4845
4846         * src/action.c
4847                 fix crash that occurs because of recent GtkUIManager
4848                 changes. Thanks to Colin
4849
4850 2008-07-31 [colin]      3.5.0cvs40
4851
4852         * src/addressbook.c
4853         * src/compose.c
4854         * src/mainwindow.c
4855         * src/messageview.c
4856                 Some Maemo fixes
4857         * src/gtk/menu.c
4858         * src/gtk/menu.h
4859                 Remove deprecated helper funcs
4860
4861 2008-07-30 [colin]      3.5.0cvs39
4862
4863         * src/folderview.c
4864         * src/folderview.h
4865         * src/imap_gtk.c
4866         * src/mh_gtk.c
4867         * src/news_gtk.c
4868                 Move the folderview popup menu to GtkUIManager
4869
4870 2008-07-29 [colin]      3.5.0cvs38
4871
4872         * src/account.c
4873         * src/account.h
4874         * src/action.c
4875         * src/action.h
4876         * src/addressitem.h
4877         * src/compose.c
4878         * src/edittags.c
4879         * src/mainwindow.c
4880         * src/mainwindow.h
4881         * src/mimeview.c
4882         * src/summaryview.c
4883         * src/gtk/menu.c
4884         * src/gtk/menu.h
4885                 Switch the main menu to GtkUIManager
4886                 Warning fixes
4887
4888 2008-07-29 [colin]      3.5.0cvs37
4889
4890         * src/news.c
4891                 Fix bug 1684, 'view news messages with large 
4892                 attachements segfaults'
4893
4894 2008-07-29 [colin]      3.5.0cvs36
4895
4896         * src/action.c
4897         * src/action.h
4898         * src/addressbook.c
4899         * src/addressitem.h
4900         * src/compose.c
4901         * src/compose.h
4902         * src/messageview.c
4903         * src/messageview.h
4904         * src/summaryview.c
4905         * src/gtk/menu.c
4906         * src/gtk/menu.h
4907                 More switches to GtkUIManager
4908
4909 2008-07-26 [colin]      3.5.0cvs35
4910
4911         * src/gtk/menu.c
4912         * src/gtk/menu.h
4913                 Fix prototype
4914
4915 2008-07-25 [colin]      3.5.0cvs34
4916
4917         * src/addrcustomattr.c
4918         * src/addressbook.c
4919         * src/compose.c
4920         * src/editaddress.c
4921         * src/editaddress_other_attributes_ldap.h
4922         * src/edittags.c
4923         * src/mainwindow.c
4924         * src/mimeview.c
4925         * src/prefs_actions.c
4926         * src/prefs_filtering.c
4927         * src/prefs_template.c
4928         * src/summaryview.c
4929         * src/textview.c
4930         * src/textview.h
4931         * src/toolbar.c
4932         * src/gtk/about.c
4933         * src/gtk/menu.c
4934         * src/gtk/menu.h
4935         * src/plugins/trayicon/trayicon.c
4936                 More changes from GtkItemFactory to GtkUIManager
4937
4938 2008-07-25 [colin]      3.5.0cvs33
4939
4940         * src/gtk/menu.h
4941                 Add a macro to remove menu items
4942                 Make the gui_manager variable useless
4943
4944 2008-07-24 [colin]      3.5.0cvs32
4945
4946         * src/mimeview.c
4947                 Fix a gtk warning on clear
4948         * src/mainwindow.c
4949         * src/summaryview.c
4950         * src/summaryview.h
4951                 Switch the message list popup menu to
4952                 GtkUIManager
4953
4954 2008-07-23 [colin]      3.5.0cvs31
4955
4956         * src/plugins/pgpcore/pgp_viewer.c
4957         * src/plugins/pgpcore/sgpgme.c
4958                 Fix bug 1681, 'GnuPG Plugin does not compile on solaris'
4959                 Patch by Thomas Wiegner <wiegner@gmx.de>
4960
4961 2008-07-20 [paul]       3.5.0cvs30
4962
4963         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
4964                 remove redundant GTK version check
4965
4966 2008-07-20 [ticho]      3.5.0cvs29
4967
4968         * src/folderview.c
4969         * src/imap_gtk.c
4970         * src/news_gtk.c
4971                 Moved sensitivity setting for "Download messages" for IMAP and
4972                 news folders from folderview.c to imap_gtk.c and news_gtk.c
4973                 respectively for better code readability.
4974                 Fixed indentation in news' set_sensitivity().
4975
4976 2008-07-20 [paul]       3.5.0cvs28
4977
4978         * src/addrgather.c
4979                 remove more redundant code following cvs27
4980
4981 2008-07-20 [paul]       3.5.0cvs27
4982
4983         * src/addrgather.c
4984                 remove now redundant code
4985         * src/mainwindow.c
4986         * src/mainwindow.h
4987                 fix bug 1673, 'Tools/Harvest adresses is
4988                 grayed out if folder is empty'
4989
4990 2008-07-19 [ticho]      3.5.0cvs26
4991
4992         * src/edittags.c
4993         * src/main.c
4994         * src/mimeview.c
4995         * src/mimeview.h
4996         * src/gtk/gtkutils.c
4997         * src/gtk/gtkutils.h
4998         * src/gtk/menu.c
4999         * src/gtk/menu.h
5000                 Use GtkUIManager for mimeview and tag edit dialog popup menus,
5001                 instead of deprecated GtkItemFactory.
5002
5003 2008-07-19 [colin]      3.5.0cvs25
5004
5005         * src/account.c
5006         * src/addrgather.c
5007         * src/compose.c
5008         * src/editldap.c
5009         * src/expldifdlg.c
5010         * src/importldif.c
5011         * src/main.c
5012         * src/mainwindow.c
5013         * src/mimeview.c
5014         * src/noticeview.c
5015         * src/prefs_account.c
5016         * src/prefs_actions.c
5017         * src/prefs_ext_prog.c
5018         * src/prefs_filtering.c
5019         * src/prefs_folder_item.c
5020         * src/prefs_image_viewer.c
5021         * src/prefs_logging.c
5022         * src/prefs_msg_colors.c
5023         * src/prefs_other.c
5024         * src/prefs_send.c
5025         * src/prefs_spelling.c
5026         * src/prefs_summaries.c
5027         * src/prefs_template.c
5028         * src/printing.c
5029         * src/quote_fmt.c
5030         * src/summary_search.c
5031         * src/summaryview.c
5032         * src/toolbar.c
5033         * src/wizard.c
5034         * src/common/Makefile.am
5035         * src/gtk/gtksctree.c
5036         * src/gtk/gtkutils.h
5037         * src/gtk/pluginwindow.c
5038         * src/gtk/quicksearch.c
5039         * src/plugins/bogofilter/bogofilter_gtk.c
5040         * src/plugins/dillo_viewer/dillo_prefs.c
5041         * src/plugins/pgpcore/prefs_gpg.c
5042         * src/plugins/spamassassin/spamassassin_gtk.c
5043         * src/plugins/trayicon/trayicon.c
5044         * src/plugins/trayicon/trayicon_prefs.c
5045                 Use the shiny new GTK tooltips API when possible (GTK+ 2.12 
5046                 or greater). Use the old deprecated one on GTK+ < 2.12.
5047                 Easy! Straightforward! I'm not annoyed at all! It's not a loss
5048                 of time!
5049
5050 2008-07-16 [colin]      3.5.0cvs24
5051
5052         * src/mainwindow.c
5053                 Fix folderview's scrolbar when starting minimised
5054                 to tray, and popping up the mainwindow by calling
5055                 claws-mail from the command line
5056
5057 2008-07-08 [colin]      3.5.0cvs23
5058
5059         * src/compose.c
5060                 Possibly fix po-headers appearing on empty
5061                 templates
5062
5063 2008-07-08 [colin]      3.5.0cvs22
5064
5065         * src/folderview.c
5066         * src/summaryview.c
5067                 Finish the always_open tristate patch, by Jonathan
5068                 Corbet.
5069
5070 2008-07-07 [paul]       3.5.0cvs21
5071
5072         * src/mainwindow.c
5073                 fix typo (missing ")
5074
5075 2008-07-07 [paul]       3.5.0cvs20
5076
5077         * src/mainwindow.c
5078                 fit the menu style a bit better
5079
5080 2008-07-07 [colin]      3.5.0cvs19
5081
5082         * src/prefs_themes.c
5083                 Make upgrading themes easier
5084
5085 2008-07-07 [colin]      3.5.0cvs18
5086
5087         * src/mainwindow.c
5088         * src/prefs_toolbar.c
5089         * src/stock_pixmap.c
5090                 Finish fixing bug 1609, 'Icon issues'
5091
5092 2008-07-07 [colin]      3.5.0cvs17
5093
5094         * src/prefs_common.c
5095                 Fix the default value
5096
5097 2008-07-07 [colin]      3.5.0cvs16
5098
5099         * src/prefs_summaries.c
5100                 Revert my fix to the string, the correct term
5101                 is indeed Message View
5102
5103 2008-07-07 [colin]      3.5.0cvs15
5104
5105         * AUTHORS
5106         * src/gtk/authors.h
5107         * src/prefs_common.c
5108         * src/prefs_common.h
5109         * src/prefs_summaries.c
5110         * src/summaryview.c
5111         * src/gtk/authors.h
5112                 Change "Always open message when selected" to
5113                 a tristate (Never/Always/When preview is visible)
5114                 Patch by Jonathan Corbet <corbet@lwn.net>.
5115
5116 2008-07-06 [paul]       3.5.0cvs14
5117
5118         * src/addrgather.c
5119                 improve the layout of the dialogue
5120                 improve the English
5121                 add tooltips
5122                 fix some of the nasty coding style
5123         * src/mainwindow.c
5124                 improve the English
5125                 add some missing mnemonics
5126
5127 2008-07-05 [paul]       3.5.0cvs13
5128
5129         * src/mainwindow.c
5130         * src/mainwindow.h
5131                 fix bug 1398, '"Change current account" is
5132                 available even when there's only one account'
5133         * src/plugins/pgpcore/prefs_gpg.c
5134                 put back a needed include, removed in error
5135
5136 2008-07-05 [colin]      3.5.0cvs12
5137
5138         * src/mainwindow.c
5139                 MAEMO: Fix bug 1620, 'Can't use hardware zoom buttons'
5140
5141 2008-07-05 [colin]      3.5.0cvs11
5142
5143         * src/news.c
5144         * src/news_gtk.c
5145                 Provide ability to rename newsgroups. Closes
5146                 bug 1444, 'Add GUI option for renaming 
5147                 newsgroups'. Patch by Pawel Pekala
5148
5149 2008-07-05 [colin]      3.5.0cvs10
5150
5151         * src/plugins/pgpcore/passphrase.c
5152         * src/plugins/pgpcore/prefs_gpg.c
5153         * src/plugins/pgpcore/select-keys.c
5154                 Simplify GTK includes (with the advantage
5155                 of compiling against GTK+2.13); patch by
5156                 Charles A Edwards
5157
5158 2008-07-05 [colin]      3.5.0cvs9
5159
5160         * src/wizard.c
5161                 Add SSL client certificates
5162
5163 2008-07-05 [colin]      3.5.0cvs8
5164
5165         * src/prefs_account.c
5166         * src/common/session.h
5167                 Fix warnings
5168         * src/common/ssl.c
5169                 Add one path for certs
5170
5171 2008-07-05 [colin]      3.5.0cvs7
5172
5173         * src/prefs_account.c
5174                 Fix no-ssl build
5175
5176 2008-07-04 [colin]      3.5.0cvs6
5177
5178         * src/common/ssl.c
5179         * src/common/ssl.h
5180         * src/common/ssl_certificate.c
5181                 Workaround distro bugs and fix certificate checking
5182                 with OpenSSL
5183
5184 2008-07-04 [colin]      3.5.0cvs5
5185
5186         * src/filtering.c
5187         * src/common/ssl_certificate.c
5188         * src/common/ssl_certificate.h
5189         * src/etpan/imap-thread.c
5190         * src/etpan/nntp-thread.c
5191                 Fix some leaks, thanks to Martin Zwickel
5192                 Rename gnutls functions that do the same
5193                 as OpenSSL ones, to avoid symbol clashing
5194                 when Claws is built against GnuTLS and
5195                 libetpan against OpenSSL
5196
5197 2008-07-04 [paul]       3.5.0cvs4
5198
5199         * src/prefs_account.c
5200                 remove 1 forgotten '.'
5201
5202 2008-07-04 [paul]       3.5.0cvs3
5203
5204         * src/prefs_account.c
5205                 layout/engrish fixes to the 'Client
5206                 certificates' frame
5207
5208 2008-07-03 [colin]      3.5.0cvs2
5209
5210         * src/imap.c
5211         * src/news.c
5212         * src/pop.c
5213         * src/prefs_account.c
5214         * src/prefs_account.h
5215         * src/prefs_common.c
5216         * src/send_message.c
5217         * src/common/session.c
5218         * src/common/session.h
5219         * src/common/smtp.c
5220         * src/common/smtp.h
5221         * src/common/socket.h
5222         * src/common/ssl.c
5223         * src/common/ssl.h
5224         * src/common/ssl_certificate.c
5225         * src/common/ssl_certificate.h
5226         * src/etpan/imap-thread.c
5227         * src/etpan/nntp-thread.c
5228         * src/gtk/inputdialog.c
5229                 Add support for SSL client certificates (either PEM files
5230                 with certificate and private key, either PKCS12 files)
5231
5232 2008-06-28 [colin]      3.5.0cvs1
5233
5234         * src/foldersel.c
5235                 Fix compilation with older GTKs
5236
5237 2008-06-27 [paul]       3.5.0
5238
5239         * NEWS
5240         * README
5241         * RELEASE_NOTES 
5242                 3.5.0 released
5243
5244 2008-06-27 [paul]       3.4.0cvs116
5245
5246         * src/gtk/authors.h
5247                 complete cvs115
5248
5249 2008-06-27 [paul]       3.4.0cvs115
5250
5251         * configure.ac
5252         * src/gtk/authors.h
5253                 no longer build unmaintained translations
5254
5255 2008-06-27 [paul]       3.4.0cvs114
5256
5257         * po/de.po
5258         * po/fi.po
5259         * po/pt_BR.po
5260                 updated by Stephan Sachse, Flammie Pirinen, and
5261                 Frederico Goncalves Guimaraes
5262
5263 2008-06-26 [wwp]        3.4.0cvs113
5264
5265         * manual/fr/advanced.xml
5266                 Update French version of the manual (AutoFaces documentation).
5267
5268 2008-06-26 [wwp]        3.4.0cvs112
5269
5270         * manual/fr/advanced.xml
5271         * manual/fr/plugins.xml
5272                 Updated French version of the manual (completed
5273                 hidden options list, added note about Clawsker
5274                 and new mail archiver plugin).
5275
5276 2008-06-25 [colin]      3.4.0cvs111
5277
5278         * src/gtk/gtkaspell.c
5279                 Fix non-UTF8 in the replace with dialog
5280         * src/prefs_actions.c
5281                 Fix possible crasher
5282                 Patches by Pawel
5283
5284 2008-06-24 [mones]      3.4.0cvs110
5285
5286         * src/autofaces.c
5287                 Fix non-warning message, downgraded to debug info
5288
5289 2008-06-24 [colin]      3.4.0cvs109
5290
5291         * src/summaryview.c
5292                 Fix bug 1650, Message line too small after 
5293                 changing columns in "three columns" layout
5294
5295 2008-06-24 [colin]      3.4.0cvs108
5296
5297         * src/messageview.c
5298                 Fix Spam button sensitivity in newsgroups
5299
5300 2008-06-23 [wwp]        3.4.0cvs107
5301
5302         * po/fr.po
5303                 Updated French translation.
5304
5305 2008-06-23 [mones]      3.4.0cvs106
5306
5307         * po/es.po
5308                 Updated translation for release
5309
5310 2008-06-22 [mones]      3.4.0cvs105
5311
5312         * manual/es/plugins.xml
5313                 Synced new entry for Mail Archiver plugin
5314
5315 2008-06-22 [colin]      3.4.0cvs104
5316
5317         * src/compose.c
5318                 Fix initial cursor position
5319
5320 2008-06-21 [paul]       3.4.0cvs103
5321
5322         * manual/plugins.xml
5323                 add an entry for the new Mail Archiver plugin
5324
5325 2008-06-21 [paul]       3.4.0cvs102
5326
5327         * src/gtk/about.c
5328                 we're in 'string freeze', put back the
5329                 < > symbols for now
5330
5331 2008-06-21 [paul]       3.4.0cvs101
5332
5333         * manual/advanced.xml
5334         * manual/es/advanced.xml
5335                 fix build warning: <emphasis> cannot be contained
5336                 within <filename>
5337         * src/gtk/about.c
5338                 fix non-clickable link on License page and drop
5339                 the containing < > symbols to match other links
5340
5341 2008-06-20 [mones]      3.4.0cvs100
5342
5343         * manual/advanced.xml
5344                 Added autofaces documentation, note about clawsker in hidden
5345                 preferences, minor markup fix. Thanks Paul for proofreading
5346         * manual/es/advanced.xml
5347                 Synchronised Spanish manual
5348
5349 2008-06-16 [colin]      3.4.0cvs99
5350
5351         * src/compose.c
5352                 Fix cursor placing on signature change
5353
5354 2008-06-16 [paul]       3.4.0cvs98
5355
5356         * src/imap_gtk.c
5357         * src/mh_gtk.c
5358         * src/gtk/inputdialog.c
5359                 really fussy coding style fixes
5360
5361 2008-06-16 [paul]       3.4.0cvs97
5362
5363         * src/Makefile.am
5364                 keep the alphabetical order
5365
5366 2008-06-13 [mones]      3.4.0cvs96
5367
5368         * src/autofaces.c
5369                 Fix crasher ;-)
5370         * src/prefs_filtering_action.c
5371                 Fixed cosmetic bug, processing also displays "Filtering"
5372
5373 2008-06-13 [mones]      3.4.0cvs95
5374
5375         * src/Makefile.am
5376         * src/autofaces.c       ** NEW FILE **  
5377         * src/autofaces.h       ** NEW FILE **
5378         * src/compose.c
5379                 Allow setting Faces and X-Faces globally and per-account
5380                 from configuration files under ~/.claws-mail/autofaces
5381
5382 2008-06-13 [holger]     3.4.0cvs94
5383
5384         * .cvsignore
5385                 More files to ignore
5386         * src/gtk/inputdialog.c
5387         * src/gtk/inputdialog.h
5388                 Make input dialog more generic so that a checkbox
5389                 with custom text can be used in addition to the
5390                 "remember this" checkbox
5391         * src/imap_gtk.c
5392         * src/mh_gtk.c
5393         * src/prefs_common.c
5394         * src/prefs_common.h
5395                 Allow new folders to inherit the properties of the
5396                 parent folder during folder creation
5397
5398 2008-06-13 [wwp]        3.4.0cvs93
5399
5400         * src/addressbook.c
5401                 a better fix for this string, won't break up translations,
5402                 and is conform to other similar ones.
5403
5404 2008-06-13 [wwp]        3.4.0cvs92
5405
5406         * src/addrduplicates.c
5407         * src/addressadd.c
5408         * src/addressbook.c
5409         * src/addressbook_foldersel.c
5410         * src/editgroup.c
5411                 use tree decorations everywhere AB folders are used (AB tree pane,
5412                     add address to AB, select AB folder, edit group, custom attr, find dup
5413                     results), in order to match global style
5414                 make double-clicks in AB's tree pane behave like in MW's folder tree pane:
5415                     double clicking on groups in tree pane does open the group edit dialog
5416                     double clicking on other items in tree pane does expand/collapse
5417                 fix a missing space in AB's delete-folder dialog
5418                 fix again edit button sensitivity (thanks to iwkse, this reworks cvs79)
5419
5420         * src/foldersel.c
5421                 make foldersel dialog show dotted lines according to global (hidden) prefs
5422
5423 2008-06-12 [colin]      3.4.0cvs91
5424
5425         * src/compose.c
5426         * src/compose.h
5427                 Fix bug 1635, 'Last character of message is truncated 
5428                 when changing accounts w/ sigs'
5429         * src/folderview.c
5430                 Fix bug 1636, 'Can't select "properties" on "folders 
5431                 only" folders'
5432
5433 2008-06-11 [colin]      3.4.0cvs90
5434
5435         * src/folder.c
5436                 Maybe fix bug 1623, 'exits with segfault when 
5437                 logging in to certain imap-servers'
5438
5439 2008-06-10 [mones]      3.4.0cvs89
5440
5441         * AUTHORS
5442         * tools/Makefile.am
5443         * tools/README
5444         * tools/convert_mbox.sh
5445                 Undo cvs86 and cvs87, it really should be a patch to 
5446                 convert_mbox.pl
5447
5448 2008-06-10 [wwp]        3.4.0cvs88
5449
5450         * po/fr.po
5451                 Updated French translation.
5452
5453 2008-06-10 [mones]      3.4.0cvs87
5454
5455         * tools/Makefile.am
5456                 Oops, forgot to add previous script for distribution
5457
5458 2008-06-10 [mones]      3.4.0cvs86
5459
5460         * AUTHORS
5461         * tools/README
5462         * tools/convert_mbox.sh
5463                 Added script to convert Evolution mail folders contributed
5464                 by Daniel Dickinson <cshore@fionavar.ca>
5465                 Fixes debian bug 461435
5466
5467 2008-06-09 [colin]      3.4.0cvs85
5468
5469         * src/main.c
5470                 Integrate AWN information bubble if dbus is
5471                 available
5472         * src/folder.c
5473                 Fix crash when calling scan_required() on 
5474                 folder classes that don't implement them
5475         * src/common/session.c
5476                 Fix a little typo
5477
5478 2008-06-09 [colin]      3.4.0cvs84
5479
5480         * src/main.c
5481                 Fix bug 1447, 'If user tries to close while starting 
5482                 up, it will not close ever.'
5483
5484 2008-06-09 [colin]      3.4.0cvs83
5485
5486         * src/filtering.c
5487                 Fix bug 1628, 'Claws Mail crashes when 
5488                 filtering selected messages'
5489
5490 2008-06-04 [colin]      3.4.0cvs82
5491
5492         * src/messageview.c
5493                 Complete handling of html parts in multipart/alternative
5494                 mails
5495
5496 2008-06-03 [paul]       3.4.0cvs81
5497
5498         * src/prefs_message.c
5499                 make always the english good
5500
5501 2008-06-03 [colin]      3.4.0cvs80
5502
5503         * src/mainwindow.c
5504         * src/mainwindow.h
5505                 Fix bug 1624, '[PATCH] Quick search should be 
5506                 disabled for folder view'; based on a patch by
5507                 Michael Terry
5508
5509 2008-06-03 [iwkse]      3.4.0cvs79
5510
5511         * src/addressbook.c
5512                 Fix little gui bug on button sensitivity
5513         * src/messageview.c
5514         * src/prefs_common.c
5515         * src/prefs_common.h
5516         * src/prefs_message.c
5517                 Allow by default to show html in multipart/alternative
5518
5519 2008-06-02 [colin]      3.4.0cvs78
5520
5521         * src/prefs_actions.c
5522                 GUI rework, patch by Pawel 
5523
5524 2008-06-02 [colin]      3.4.0cvs77
5525
5526         * src/quote_fmt.c
5527                 Fix sensitivity/alignment, patch from
5528                 Pawel
5529
5530 2008-05-31 [colin]      3.4.0cvs76
5531
5532         * src/imap.c
5533                 Fix login issue introduced in cvs75.
5534
5535 2008-05-31 [colin]      3.4.0cvs75
5536
5537         * src/imap.c
5538                 Fix more possible double-frees. Also, fix the root cause
5539                 of these double-frees by just noting the Session is to
5540                 be destroyed instead of destroying it in flight
5541
5542 2008-05-29 [paul]       3.4.0cvs74
5543
5544         * manual/keyboard.xml
5545                 'Makes' these entries like the others
5546
5547 2008-05-29 [colin]      3.4.0cvs73
5548
5549         * src/procmsg.h
5550                 Include utils.h in case we
5551                 need to pull goffset definition
5552
5553 2008-05-29 [colin]      3.4.0cvs72
5554
5555         * src/common/utils.h
5556                 Workaround a stupid Glib issue, where
5557                 goffset happens to be undefined. 
5558
5559 2008-05-28 [colin]      3.4.0cvs71
5560
5561         * src/compose.c
5562         * src/compose.h
5563         * src/grouplistdialog.c
5564         * src/image_viewer.c
5565         * src/imap.c
5566         * src/inc.c
5567         * src/main.c
5568         * src/matcher.c
5569         * src/messageview.c
5570         * src/mimeview.c
5571         * src/prefs_themes.c
5572         * src/procmsg.h
5573         * src/summaryview.c
5574         * src/summaryview.h
5575         * src/textview.c
5576         * src/common/smtp.c
5577         * src/common/utils.c
5578         * src/common/utils.h
5579                 Use goffset instead of off_t for MsgInfo's size
5580                 Allows using MsgInfo structure from plugins
5581                 compiled with largefile support
5582
5583 2008-05-26 [colin]      3.4.0cvs70
5584
5585         * src/mainwindow.c
5586         * src/mainwindow.h
5587                 Define THEME_CHANGED_HOOKLIST and invoke
5588                 it on theme change
5589         * src/plugins/trayicon/trayicon.c
5590                 Listen to THEME_CHANGED_HOOKLIST and
5591                 update accordingly
5592
5593 2008-05-26 [paul]       3.4.0cvs69
5594
5595         * src/mimeview.c
5596                 plug a leak in mimeview_save_all()
5597
5598 2008-05-24 [colin]      3.4.0cvs68
5599
5600         * src/common/utils.h
5601                 Fix wrong define on old glibs
5602
5603 2008-05-24 [paul]       3.4.0cvs67
5604
5605         * src/Makefile.am
5606         * src/stock_pixmap.c
5607         * src/stock_pixmap.h
5608         * src/toolbar.c
5609         * src/pixmaps/cancel.xpm
5610         * src/pixmaps/close.xpm
5611                 add a specific icon for A_CANCEL_INC (addresses
5612                 point 1 of bug 1609 'Icon issues')
5613                 replace close.xpm with an icon of the standard
5614                 24x24 size
5615
5616 2008-05-24 [paul]       3.4.0cvs66
5617
5618         * src/pixmaps/insert_file.xpm
5619                 replaced
5620
5621 2008-05-23 [paul]       3.4.0cvs65
5622
5623         * src/common/md5.c
5624         * src/common/md5.h
5625                 add the possibility to check md5 on binary files,
5626                 thanks to Colin
5627
5628 2008-05-23 [colin]      3.4.0cvs64
5629
5630         * src/mainwindow.c
5631         * src/summaryview.c
5632                 Fix bug 1610, 'claws crash after opening/closing 
5633                 preferences and window update'
5634
5635 2008-05-22 [colin]      3.4.0cvs63
5636
5637         * src/prefs_filtering_action.c
5638         * src/gtk/combobox.c
5639         * src/gtk/combobox.h
5640                 Fix reselecting of Tags actions in
5641                 filtering actions dialog
5642
5643 2008-05-22 [colin]      3.4.0cvs62
5644
5645         * src/Makefile.am
5646         * src/prefs_toolbar.c
5647         * src/stock_pixmap.c
5648         * src/stock_pixmap.h
5649         * src/toolbar.c
5650         * src/pixmaps/delete_btn.xpm
5651         * src/pixmaps/insert_file.xpm
5652         * src/pixmaps/mail_reply_to_list.xpm
5653                 Fix more of bug 1609:
5654                 - Add a Delete button icon
5655                 - Add a Reply to list button icon
5656                 - Fix Insert file button icon
5657                 Artwork by Ciprian Popovici.
5658
5659 2008-05-21 [colin]      3.4.0cvs61
5660
5661         * src/common/utils.c
5662                 Fix a little leak
5663
5664 2008-05-21 [wwp]        3.4.0cvs60
5665
5666         * src/prefs_filtering.c
5667                 Don't show SMTP-only accounts in accounts list, as they are
5668                 irrelevant for filtering incoming messages.
5669
5670 2008-05-21 [colin]      3.4.0cvs59
5671
5672         * src/mainwindow.c
5673                 Don't put SMTP-only accounts in receive menus
5674
5675 2008-05-21 [colin]      3.4.0cvs58
5676
5677         * src/imap.c
5678                 Fix cvs56 (brain fart)
5679
5680 2008-05-21 [colin]      3.4.0cvs57
5681
5682         * src/common/utils.c
5683                 Fix bug 1615, 'hang on FIFO when the other end's not 
5684                 opened'
5685
5686 2008-05-21 [colin]      3.4.0cvs56
5687
5688         * src/imap.c
5689                 Fix a warning
5690
5691 2008-05-19 [colin]      3.4.0cvs55
5692
5693         * src/plugins/pgpcore/sgpgme.c
5694                 Maybe fix debian bug 481856, 'Segmentation fault 
5695                 when verifying a GPG signature'. Although it 
5696                 looks like a race condition...
5697
5698 2008-05-19 [colin]      3.4.0cvs54
5699
5700         * src/prefs_filtering_action.c
5701         * src/prefs_matcher.c
5702         * src/common/tags.c
5703         * src/common/tags.h
5704         * src/gtk/combobox.c
5705         * src/gtk/combobox.h
5706                 Patch by Pawel: disabled Tags menus in filtering dialogs
5707
5708 2008-05-19 [colin]      3.4.0cvs53
5709
5710         * src/prefs_account.c
5711                 GUI patch by Pawel: align ports entries
5712
5713 2008-05-19 [colin]      3.4.0cvs52
5714
5715         * src/mainwindow.c
5716                 Fix bug 1616, 'strange question while emptying trash'
5717
5718 2008-05-18 [colin]      3.4.0cvs51
5719
5720         * src/common/plugin.c
5721         * src/etpan/imap-thread.c
5722         * src/etpan/nntp-thread.c
5723         * src/gtk/gtksctree.c
5724                 Fix bug 1613, 'Various memory leaks'; 
5725                 based on a patch by Didier Barvaux.
5726
5727 2008-05-18 [colin]      3.4.0cvs50
5728
5729         * src/mimeview.c
5730         * src/privacy.h
5731         * src/toolbar.c
5732         * src/toolbar.h
5733         * src/plugins/pgpcore/sgpgme.c
5734                 Fix more parts of bug 1609:
5735                 - Make use of specific Expired privacy icon
5736                 - Use CLOSE instead of NOTICE_ERROR for cancel
5737                   receiving
5738                 - Allow a Preferences button in the main toolbar
5739
5740 2008-05-18 [colin]      3.4.0cvs49
5741
5742         * src/stock_pixmap.c
5743                 Fix bug with non-updating icons after theme change:
5744                 If fetching pixbuf for a given icon after a theme
5745                 change, the next pixmap fetch would return the old
5746                 cached one, as the theme change was forgotten at 
5747                 this time. (and vice-versa). This was mostly 
5748                 visible on open folder icons
5749
5750 2008-05-17 [colin]      3.4.0cvs48
5751
5752         * src/prefs_summaries.c
5753         * src/summaryview.c
5754                 Fix bug 1608, 'Inconsistent behaviour of mark as read 
5755                 options'. Patch by Pawel
5756
5757 2008-05-16 [colin]      3.4.0cvs47
5758
5759         * src/imap.c
5760                 Fix another possible crash (on fatal errors
5761                 at login, like stream error).
5762
5763 2008-05-16 [paul]       3.4.0cvs46
5764
5765         * tools/thunderbird-filters-convertor.pl
5766                 fix a typo
5767                 fix reading a tb rule that contains something
5768                 like that: \"Sender\"
5769
5770 2008-05-16 [paul]       3.4.0cvs45
5771
5772         * tools/README
5773         * tools/csv2addressbook.pl
5774                 add support for gmail exported csv address book
5775
5776 2008-05-16 [colin]      3.4.0cvs44
5777
5778         * configure.ac
5779         * src/ldapupdate.c
5780                 Fix ldap deprecated calls. Patch by
5781                 Michael Rasmussen
5782
5783 2008-05-16 [paul]       3.4.0cvs43
5784
5785         * manual/de/account.xml
5786         * manual/it/account.xml
5787         * manual/it/ack.xml
5788         * manual/it/addrbook.xml
5789         * manual/it/claws-mail-manual.xml
5790         * manual/it/gpl.xml
5791         * manual/it/intro.xml
5792         * manual/it/starting.xml
5793                 add pages towards German and Italian manuals.
5794                 (just for storage, they are not built yet, due
5795                 to being incomplete.) submitted by Speckmade
5796                 <Speckmade@gmx.net> and Salvatore De Paolis
5797                 <iwkse@claws-mail.org>
5798
5799 2008-05-16 [colin]      3.4.0cvs42
5800
5801         * src/gtk/sslcertwindow.c
5802                 Fix SHA1 fingerprint with GnuTLS
5803
5804 2008-05-15 [colin]      3.4.0cvs41
5805
5806         * src/gtk/sslcertwindow.c
5807                 Print SHA1 fingerprint too
5808
5809 2008-05-15 [colin]      3.4.0cvs40
5810
5811         * src/imap.c
5812                 Fix certificate port on TLS. It was 
5813                 previously always 0.
5814                 **IMPORTANT INFORMATION**: this will trigger 
5815                 one wrong "New certificate" warning at the 
5816                 first connection with this fix, if using STARTTLS
5817                 on IMAP.
5818         * src/gtk/sslcertwindow.c
5819                 Make labels selectable
5820
5821 2008-05-15 [colin]      3.4.0cvs39
5822
5823         * src/imap.c
5824                 Fix double free when STARTTLS fails (for
5825                 example due to refusing the certificate)
5826
5827 2008-05-15 [paul]       3.4.0cvs38
5828
5829         * manual/advanced.xml
5830                 fix typo
5831
5832 2008-05-15 [paul]       3.4.0cvs37
5833
5834         * manual/advanced.xml
5835         * src/prefs_send.c
5836                 make outgoing_fallback_to_ascii a hidden pref
5837
5838 2008-05-14 [colin]      3.4.0cvs36
5839
5840         * src/main.c
5841         * src/mainwindow.c
5842         * src/mainwindow.h
5843                 Make it possible to cancel quit when Claws
5844                 ask whether to empty trash.
5845
5846 2008-05-14 [colin]      3.4.0cvs35
5847
5848         * src/compose.c
5849         * src/prefs_common.c
5850         * src/prefs_common.h
5851         * src/prefs_send.c
5852                 Add a preference to be able to specify an
5853                 outgoing charset/encoding but still fallback
5854                 to 7bit US-ASCII when possible (default TRUE,
5855                 same behavior as pre-cvs34)
5856
5857 2008-05-14 [colin]      3.4.0cvs34
5858
5859         * src/compose.c
5860                 Always use the specified encoding and charset if it is
5861                 specified, even if the mail is ASCII.
5862
5863 2008-05-13 [paul]       3.4.0cvs33
5864
5865         * src/ldapupdate.c
5866                 fix the build warnings the easy way for now
5867
5868 2008-05-13 [colin]      3.4.0cvs32
5869
5870         * src/prefs_themes.c
5871                 Count .png files as icons too (fixes part
5872                 of bug 1609, 'Icon issues')
5873
5874 2008-05-13 [wwp]        3.4.0cvs31
5875
5876         * src/addressbook_foldersel.c
5877                 Fix wrong check (completes 3.4.0.cvs30).
5878
5879 2008-05-12 [wwp]        3.4.0cvs30
5880
5881         * src/addressbook.c
5882         * src/addressbook_foldersel.c
5883         * src/filtering.c
5884         * src/matcher.c
5885         * src/prefs_matcher.c
5886         * src/plugins/bogofilter/bogofilter.c
5887         * src/plugins/bogofilter/bogofilter_gtk.c
5888         * src/plugins/dillo_viewer/dillo_prefs.c
5889         * src/plugins/spamassassin/spamassassin.c
5890         * src/plugins/spamassassin/spamassassin_gtk.c
5891                 Fix for bug 1604 "found_in_addressbook in Any in non English local",
5892                 based on a patch submitted by Paul CtrlAltBs. Also fix storing of
5893                 translated string "Any" in plugins (whitelisting) and
5894                 UTF8 comparisons.
5895
5896 2008-05-07 [colin]      3.4.0cvs29
5897
5898         * configure.ac
5899                 Fix --enable-maemo (assume --enable-generic-umpc)
5900
5901 2008-05-07 [colin]      3.4.0cvs28
5902
5903         * configure.ac
5904         * src/account.c
5905         * src/addr_compl.c
5906         * src/compose.c
5907         * src/editaddress.c
5908         * src/folderview.c
5909         * src/mainwindow.c
5910         * src/messageview.c
5911         * src/mimeview.c
5912         * src/prefs_account.c
5913         * src/prefs_common.c
5914         * src/prefs_display_header.c
5915         * src/prefs_filtering.c
5916         * src/prefs_summaries.c
5917         * src/prefs_template.c
5918         * src/prefs_toolbar.c
5919         * src/stock_pixmap.c
5920         * src/summaryview.c
5921         * src/summaryview.h
5922         * src/textview.c
5923         * src/toolbar.c
5924         * src/gtk/about.c
5925         * src/gtk/gtksctree.c
5926         * src/gtk/menu.c
5927         * src/gtk/prefswindow.c
5928         * src/gtk/sslcertwindow.c
5929                 Separate generic UMPC code (layouts, ...) from 
5930                 MAEMO code (Hildon, ...)
5931
5932 2008-05-06 [paul]       3.4.0cvs27
5933
5934         * tools/claws.i18n.status.pl
5935                 add he.po
5936
5937 2008-05-06 [colin]      3.4.0cvs26
5938
5939         * src/common/utils.c
5940                 Maybe fix crash on FreeBSD
5941
5942 2008-05-05 [colin]      3.4.0cvs25
5943
5944         * src/messageview.c
5945                 Fix bug 1602, 'Crash when sending return receipt for
5946                 messages with no subject'
5947
5948 2008-05-05 [colin]      3.4.0cvs24
5949
5950         * src/mimeview.c
5951                 Don't overwrite temporary files with same
5952                 name when drag and dropping. Fixes bug 1599,
5953                 'attach multiple files with the same name from 
5954                 one mail to another'
5955
5956 2008-05-04 [paul]       3.4.0cvs23
5957
5958         * src/compose.c
5959         * src/prefs_common.c
5960                 fix bug 1587 'can not replay with quote'
5961
5962 2008-05-03 [colin]      3.4.0cvs22
5963
5964         * po/de.po
5965                 Fix bug 1598, 'Leading slash while translating "Unsubscribe"'
5966
5967 2008-05-03 [colin]      3.4.0cvs21
5968
5969         * src/toolbar.c
5970                 Fix bug 1597, 'In news folders, "Move Message to Wastebin" 
5971                 icon isn't grayed although ineffective'
5972
5973 2008-05-02 [wwp]        3.4.0cvs20
5974
5975         * po/fr.po
5976                 Fix translation.
5977
5978         * src/prefs_folder_item.c
5979                 Add missing notice in folder properties (templates) when
5980                 folder is a root node.
5981
5982 2008-04-30 [colin]      3.4.0cvs19
5983
5984         * src/prefs_toolbar.c
5985                 Add Trash and Delete icons to the icon chooser
5986
5987 2008-04-30 [colin]      3.4.0cvs18
5988
5989         * src/compose.c
5990                 Remove "Delete entire line" which was a noop
5991                 and should be the same as "Delete line" :)
5992
5993 2008-04-30 [colin]      3.4.0cvs17
5994
5995         * src/compose.c
5996                 Fix 'Delete line' and 'Delete to end of line'
5997                 on the last line. Patch by <seelenhirt@gmx.net>
5998
5999 2008-04-28 [colin]      3.4.0cvs16
6000
6001         * src/folder.c
6002                 Fix bug 1589, 'tagsdb file not removed when
6003                 folder deleted'.
6004         * src/common/utils.c
6005                 Make sure claws_unlink accepts NULL arg.
6006
6007 2008-04-25 [colin]      3.4.0cvs15
6008
6009         * src/common/ssl.c
6010                 Fix/simplify previous commit
6011
6012 2008-04-25 [colin]      3.4.0cvs14
6013
6014         * src/addrindex.h
6015         * src/common/ssl_certificate.c
6016                 Patch by Marcus: Fix Win32 build
6017         * src/common/ssl.c
6018                 Fix build with GnuTLS/no pthread, thanks
6019                 to Marcus
6020
6021 2008-04-25 [colin]      3.4.0cvs13
6022
6023         * src/summaryview.c
6024                 Fix bug 1586, '3-pane vertical layout now and then 
6025                 still shows sender column'
6026
6027 2008-04-25 [colin]      3.4.0cvs12
6028
6029         * src/Makefile.am
6030         * src/w32-logo.ico
6031         * src/w32-resource.rc
6032                 Patch from Marcus Brinkmann to set an icon on w32.
6033
6034 2008-04-24 [colin]      3.4.0cvs11
6035
6036         * src/inc.c
6037         * src/inc.h
6038                 Trace inc locks
6039         * src/ldif.c
6040         * src/ldif.h
6041                 Fix bug 1581, 'Bad File Format during Import LDIF':
6042                 Use dynamically allocated buffers; also, allow 
6043                 importing contacts with no email address
6044
6045 2008-04-24 [colin]      3.4.0cvs10
6046
6047         * src/prefs_common.c
6048                 Increment the timeout a bit on OpenBSD, 75 isn't enough
6049
6050 2008-04-23 [colin]      3.4.0cvs9
6051
6052         * src/compose.c
6053         * src/prefs_folder_item.c
6054         * src/prefs_template.c
6055         * src/quote_fmt.c
6056                 Fix bug 1576: Fix unescaping of templates when testing them
6057                 I think it breaks nothing. (wwp, you're welcome to double-check)
6058
6059 2008-04-23 [paul]       3.4.0cvs8
6060
6061         * manual/advanced.xml
6062                 add info about the "two_line_vertical" hidden
6063                 pref
6064
6065 2008-04-22 [paul]       3.4.0cvs7
6066
6067         * src/prefs_common.c
6068         * src/prefs_common.h
6069         * src/summaryview.c
6070                 make the 2-line view in summaryview when in three
6071                 columns mode configurable. hidden pref: "two_line_vertical"
6072
6073 2008-04-22 [colin]      3.4.0cvs6
6074
6075         * src/inc.c
6076                 Fix missing inc_unlock()
6077         * src/prefs_matcher.c
6078         * src/send_message.c
6079                 Fix my last commit
6080
6081 2008-04-22 [colin]      3.4.0cvs5
6082
6083         * src/etpan/imap-thread.c
6084                 Use g_(un)setenv instead of (un)setenv which
6085                 doesn't exist on IRIX 6.5
6086
6087 2008-04-22 [colin]      3.4.0cvs4
6088
6089         * src/inc.c
6090         * src/prefs_common.c
6091         * src/send_message.c
6092                 Fix bug 1566, 'too short I/O timeout on OpenBSD'
6093                 Set the default timeout to 75 seconds
6094
6095 2008-04-20 [colin]      3.4.0cvs3
6096
6097         * src/pixmaps/tray_newmail.offline.xpm
6098         * src/pixmaps/tray_newmail.xpm
6099         * src/pixmaps/tray_newmarkedmail.offline.xpm
6100         * src/pixmaps/tray_newmarkedmail.xpm
6101         * src/pixmaps/tray_nomail.offline.xpm
6102         * src/pixmaps/tray_nomail.xpm
6103         * src/pixmaps/tray_unreadmail.offline.xpm
6104         * src/pixmaps/tray_unreadmail.xpm
6105         * src/pixmaps/tray_unreadmarkedmail.offline.xpm
6106         * src/pixmaps/tray_unreadmarkedmail.xpm
6107                 Make the tray icons a bit nicer. Would be
6108                 nice to get really nice icons from someone
6109                 who's good at Gimp :)
6110
6111 2008-04-18 [colin]      3.4.0cvs2
6112
6113         * src/common/log.c
6114                 Forgot one g_unlink
6115
6116 lease complete the changelog entry below
6117 2008-04-18 [colin]      3.4.0cvs1
6118
6119         * src/addrduplicates.c
6120         * src/addressbook.c
6121         * src/compose.c
6122         * src/crash.c
6123         * src/editaddress.c
6124         * src/folder.c
6125         * src/image_viewer.c
6126         * src/imap.c
6127         * src/inc.c
6128         * src/main.c
6129         * src/mbox.c
6130         * src/messageview.c
6131         * src/mh.c
6132         * src/msgcache.c
6133         * src/news.c
6134         * src/partial_download.c
6135         * src/pop.c
6136         * src/prefs_common.c
6137         * src/prefs_common.h
6138         * src/prefs_other.c
6139         * src/prefs_themes.c
6140         * src/procheader.c
6141         * src/procmime.c
6142         * src/procmsg.c
6143         * src/textview.c
6144         * src/wizard.c
6145         * src/common/prefs.c
6146         * src/common/ssl_certificate.c
6147         * src/common/template.c
6148         * src/common/utils.c
6149         * src/common/utils.h
6150         * src/etpan/imap-thread.c
6151         * src/plugins/dillo_viewer/dillo_viewer.c
6152         * src/plugins/pgpcore/sgpgme.c
6153         * src/plugins/pgpinline/pgpinline.c
6154                 Add an option to shred temporary files and messages
6155                 instead of just removing them. Slows deletions down!
6156
6157 2008-04-18 [paul]       3.4.0
6158
6159         * NEWS
6160         * README
6161         * RELEASE_NOTES 
6162                 3.4.0 released
6163
6164
6165 2008-04-18 [paul]       3.3.1cvs61
6166
6167         * po/de.po
6168         * po/fi.po
6169         * po/it.po
6170         * po/pt_BR.po
6171                 updated by Stephan Sachse, Flammie Pirinen, Andrea Spadaccini,
6172                 and Frederico Goncalves Guimaraes
6173         * po/es.po
6174                 updated on the last minute by a lazy Ricardo Mones
6175
6176 2008-04-18 [colin]      3.3.1cvs60
6177
6178         * po/fr.po
6179                 Update translation (Fabien Vantard)
6180
6181 2008-04-17 [colin]      3.3.1cvs59
6182
6183         * src/imap.c
6184                 Fix debian bug 474712, 'claws seg faults when IMAP 
6185                 connection breaks after an IMAP protocol error 
6186                 (BAD UID SEARCH Invalid parameter: $Forwarded)]'
6187         * src/summaryview.c
6188                 Fix a little leak
6189
6190 2008-04-17 [colin]      3.3.1cvs58
6191
6192         * src/common/log.c
6193                 Fix log size getting out of control (claws-mail
6194                 getting SIGXFSZ): rotate if every 10MB
6195
6196 2008-04-10 [paul]       3.3.1cvs57
6197
6198         * src/prefs_other.c
6199                 improvements to english usage
6200
6201 2008-04-10 [paul]       3.3.1cvs56
6202
6203         * src/prefs_receive.c
6204                 add an accurate description
6205
6206 2008-04-08 [colin]      3.3.1cvs55
6207
6208         * src/undo.c
6209                 Probably fix corruption, introduced in cvs53
6210
6211 2008-04-04 [iwkse]      3.3.1cvs54
6212
6213         * src/undo.c
6214                 undo should works properly again
6215
6216 2008-04-04 [iwkse]      3.3.1cvs53
6217
6218         * src/undo.c
6219                 Fix a segfault but breaks undo
6220                 on a specific case (eg. double paste with
6221                 middle-mouse button)
6222
6223 2008-04-04 [iwkse]      3.3.1cvs52
6224
6225         * src/prefs_filtering.c
6226                 Fix previous Tab mess
6227
6228 2008-04-03 [iwkse]      3.3.1cvs51
6229
6230         * src/prefs_filtering.c
6231                 Add search in filtering rules list
6232
6233 2008-04-02 [colin]      3.3.1cvs50
6234
6235         * src/main.c
6236                 Revert part of the previous patch: we do
6237                 want to parse ~/.claws-mail/gtkrc-2.0 if it
6238                 exists
6239
6240 2008-04-02 [colin]      3.3.1cvs49
6241
6242         * src/main.c
6243                 Fix bug 1562, 'Claws-Mail does not completely 
6244                 respect settings in GTK2_RC_FILES environment'
6245                 Remove manual parsing of .gtkrc-2.0 and 
6246                 .gtk/gtkrc-2.0. GTK does it itself these days.
6247
6248 2008-04-01 [colin]      3.3.1cvs48
6249
6250         * src/imap_gtk.c
6251                 Fix bug 1561, 'Crashes leaving unsubscribed folder after 
6252                 ticking "Show only subscribed"'
6253
6254 2008-03-31 [colin]      3.3.1cvs47
6255
6256         * src/folder.c
6257                 Fix bug 1553, 'File lock not respected'
6258                 Regression due to the implementation of
6259                 deletion batching
6260
6261 2008-03-31 [colin]      3.3.1cvs46
6262
6263         * src/mainwindow.c
6264                 Fix tags menu update, thanks to Paul
6265
6266 2008-03-29 [wwp]        3.3.1cvs45
6267
6268         * src/prefs_account.c
6269         * src/prefs_common.c
6270         * src/prefs_folder_item.c
6271         * src/prefs_quote.c
6272         * src/quote_fmt.c
6273         * src/quote_fmt.h
6274                 Fix compose template formats (in global preferences)
6275                 being translated under specific conditions.
6276                 Add a button to restore factory defaults for current
6277                 language.
6278
6279 2008-03-27 [colin]      3.3.1cvs44
6280
6281         * src/common/prefs.c
6282         * src/common/xmlprops.c
6283                 Fix RedHat bug 431735, 'segfault if /home is full' 
6284                 (when starting): Fix double fclose() in prefs.c
6285                 and potentially xmlprops.c
6286
6287 2008-03-27 [colin]      3.3.1cvs43
6288
6289         * src/addressbook.c
6290                 Fix bug 1559, 'Claws Mail crashed deleting all 
6291                 common contacts'
6292
6293 2008-03-27 [wwp]        3.3.1cvs42
6294
6295         * src/addressbook.c
6296                 Fix 3.3.0cvs41.
6297
6298 2008-03-27 [wwp]        3.3.1cvs41
6299
6300         * src/addressbook.c
6301                 Prevent list flickering when deleting addresses.
6302
6303 2008-03-26 [colin]      3.3.1cvs40
6304
6305         * src/imap.c
6306                 Clean up session disconnection. Possibly
6307                 fix Ubuntu bug #204290
6308
6309 2008-03-26 [colin]      3.3.1cvs39
6310
6311         * src/textview.c
6312                 Fix bug 1555: current folder wasn't used when
6313                 right-clicking on an email address
6314
6315 2008-03-25 [colin]      3.3.1cvs38
6316
6317         * src/plugins/bogofilter/bogofilter.c
6318         * src/plugins/bogofilter/bogofilter.h
6319         * src/plugins/bogofilter/bogofilter_gtk.c
6320                 Add a "learn from whitelist" preference
6321                 Whitelist Unsure mails too.
6322
6323 2008-03-24 [paul]       3.3.1cvs37
6324
6325         * src/prefs_account.c
6326                 If no MH mailbox and no account exists, when
6327                 creating a POP/Local account, just create and
6328                 use the default one instead of bailing with a
6329                 "Mailbox doesn't exist" error
6330
6331 2008-03-21 [colin]      3.3.1cvs36
6332
6333         * src/procmime.c
6334                 strstrip mime subtype
6335
6336 2008-03-21 [paul]       3.3.1cvs35
6337
6338         * manual/advanced.xml
6339                 correct and update the info about Actions
6340
6341 2008-03-20 [colin]      3.3.1cvs34
6342
6343         * src/messageview.c
6344         * src/messageview.h
6345         * src/textview.c
6346                 Show at max 1MB of text, add a noticeview to
6347                 show everything optionally.
6348
6349 2008-03-20 [colin]      3.3.1cvs33
6350
6351         * src/stock_pixmap.c
6352                 Add support for png themes
6353
6354 2008-03-19 [wwp]        3.3.1cvs32
6355
6356         * src/procheader.c
6357                 Sanity check.
6358
6359 2008-03-18 [colin]      3.3.1cvs31
6360
6361         * src/common/utils.c
6362         * src/common/utils.h
6363                 Handle size_t instead of off_t in to_human_readable
6364
6365 2008-03-18 [colin]      3.3.1cvs30
6366
6367         * src/imap.c
6368                 Remove raw printf
6369
6370 2008-03-16 [colin]      3.3.1cvs29
6371
6372         * src/summaryview.c
6373                 Fix build on GTK < 2.12
6374
6375 2008-03-16 [colin]      3.3.1cvs28
6376
6377         * src/mainwindow.c
6378                 Refresh non-list widget when switching
6379                 messageview
6380
6381 2008-03-16 [colin]      3.3.1cvs27
6382
6383         * manual/faq.xml
6384                 Revert cvs25: This wasn't a typo :) :
6385                 jade:.../faq.xml:49:16:E: there is no attribute "linkend"
6386
6387
6388 2008-03-16 [colin]      3.3.1cvs26
6389
6390         * src/summaryview.c
6391         * src/gtk/gtksctree.c
6392         * src/gtk/gtksctree.h
6393                 Implement 2-lines items in Summaryview when in 
6394                 three columns mode
6395
6396 2008-03-16 [paul]       3.3.1cvs25
6397
6398         * manual/faq.xml
6399                 fix typo
6400
6401 2008-03-14 [colin]      3.3.1cvs24
6402
6403         * src/prefs_filtering_action.c
6404                 Fix buglet on setting recipient when
6405                 reediting forward rules.
6406
6407 2008-03-12 [colin]      3.3.1cvs23
6408
6409         * src/summaryview.c
6410                 Fix a new unused variable warning
6411         * src/plugins/trayicon/trayicon.c
6412                 Fix folderview's scrollbar at startup
6413                 if starting hidden
6414
6415 2008-03-12 [colin]      3.3.1cvs22
6416
6417         * src/folderview.c
6418         * src/summaryview.c
6419                 Use item_opened at the beginning of showing
6420                 a folder instead of the end. Fixes flicker.
6421
6422 2008-03-12 [paul]       3.3.1cvs21
6423
6424         * src/folder.c
6425         * src/folder.h
6426         * src/mainwindow.c
6427         * src/procmsg.c
6428         * src/summaryview.c
6429         * src/plugins/trayicon/trayicon.c
6430                 add tooltip with extended folder stats
6431
6432 2008-03-10 [colin]      3.3.1cvs20
6433
6434         * src/common/xml.c
6435                 Handle comments
6436
6437 2008-03-07 [colin]      3.3.1cvs19
6438
6439         * src/mainwindow.c
6440                 Fix blinking of the taskbar entry
6441
6442 2008-03-07 [colin]      3.3.1cvs18
6443
6444         * src/mainwindow.c
6445                 MAEMO: Fix bug 1494, 'Trayicon 
6446                 plugin breaks UI...'
6447
6448 2008-03-07 [paul]       3.3.1cvs17
6449
6450         * src/gtk/authors.h
6451                 reflect reality a bit more closely
6452
6453 2008-03-06 [colin]      3.3.1cvs16
6454
6455         * src/mainwindow.c
6456         * src/mainwindow.h
6457         * src/summaryview.c
6458         * src/summaryview.h
6459         * src/toolbar.c
6460                 Integrate things better wrt the new
6461                 summaryview extensibility.
6462
6463 2008-03-06 [wwp]        3.3.1cvs15
6464
6465         * src/quote_fmt.c
6466                 Fix some gcc warnings.
6467
6468 2008-03-06 [wwp]        3.3.1cvs14
6469
6470         * src/prefs_account.c
6471         * src/prefs_folder_item.c
6472         * src/prefs_gtk.c
6473         * src/prefs_template.c
6474         * src/gtk/prefswindow.c
6475         * src/gtk/prefswindow.h
6476                 prefs_templates: fix missing unregistering of addr_completion widgets
6477                 and and ending of addr_completion service.
6478                 prefs_folder_item: fix missing registering/unregistering of widgets,
6479                 and rework the way add_completion service is started and stopped.
6480                 Plus few prefswindow API changes (opening).
6481
6482 2008-03-06 [wwp]        3.3.1cvs13
6483
6484         * src/folder_item_prefs.c
6485         * src/prefs_template.c
6486         * src/prefs_template.h
6487         * src/quote_fmt.c
6488         * src/common/template.c
6489                 Complete 3.3.1cvs12, thanks to Colin.
6490
6491 2008-03-06 [wwp]        3.3.1cvs12
6492
6493         * src/compose.c
6494         * src/folder_item_prefs.c
6495         * src/folder_item_prefs.h
6496         * src/prefs_account.c
6497         * src/prefs_folder_item.c
6498         * src/prefs_quote.c
6499         * src/prefs_template.c
6500         * src/quote_fmt.c
6501         * src/quote_fmt.h
6502         * src/common/template.c
6503         * src/common/template.h
6504                 Global and per-folder templates can now override the from name (this
6505                 doesn't change the account being used).
6506                 Examples:
6507                  "My other name" <%account_email> (just changes the name)
6508                  my.faked.email@address.org (overrides the address too)
6509
6510 2008-03-05 [colin]      3.3.1cvs11
6511
6512         * src/summaryview.c
6513         * src/summaryview.h
6514                 Replace that hbox with a notebook
6515
6516 2008-03-05 [colin]      3.3.1cvs10
6517
6518         * src/folder.h
6519         * src/folderview.c
6520                 Add klass functions for notification of folder
6521                 opening/closing via the GUI
6522         * src/summaryview.c
6523         * src/summaryview.h
6524                 Add a specific container for the scrolledwin
6525
6526 2008-03-05 [colin]      3.3.1cvs9
6527
6528         * src/folder.h
6529         * src/folderview.c
6530                 Add klass functions for notification of folder 
6531                 opening/closing via the GUI
6532         * src/summaryview.c
6533         * src/summaryview.h
6534                 Add a specific container for the scrolledwin
6535
6536 2008-03-02 [colin]      3.3.1cvs8
6537
6538         * src/messageview.c
6539                 MAEMO: Fix bug 1541, 'Deleting message from within 
6540                 read window displays next message then closes.'
6541
6542 2008-03-02 [colin]      3.3.1cvs7
6543
6544         * src/main.c
6545                 Probably fix bug 1539, 'Program crashes':
6546                 Setup Gcrypt's thread functions when built
6547                 with GnuTLS
6548
6549 2008-03-01 [colin]      3.3.1cvs6
6550
6551         * src/folder.c
6552         * src/imap_gtk.c
6553                 Get rid of stale folders with no account
6554
6555 2008-02-28 [colin]      3.3.1cvs5
6556
6557         * src/compose.c
6558                 Fix bug 1534, 'Segmentation fault when doing 
6559                 some draft saving and then throwing away'
6560         * src/imap.c
6561                 Fix bug 1533, 'Claws is unable to mark messages 
6562                 as "read" in IMAP shared folders'
6563         * src/etpan/imap-thread.c
6564                 Fix bug 1515, 'large messages crash claws when 
6565                 syncing for offline mode'. This is rather a
6566                 workaround, and mails > 64MB will still be
6567                 problematic if there's less than 64MB available
6568                 on the dataroot volume.
6569         * src/messageview.c
6570                 MAEMO: Add information when fetching big messages
6571
6572 2008-02-26 [colin]      3.3.1cvs4
6573
6574         * src/imap.c
6575                 fix bug 1532, '"login refused" message insufficiently 
6576                 detailed'
6577
6578 2008-02-26 [paul]       3.3.1cvs3
6579
6580         * INSTALL
6581         * README
6582                 remove mentions of ClamAV and a few other
6583                 old bits of information
6584
6585 2008-02-23 [colin]      3.3.1cvs2
6586
6587         * src/main.c
6588                 Fix log output (missing \n)
6589
6590 2008-02-23 [colin]      3.3.1cvs1
6591
6592         * configure.ac
6593                 Bump version number for stable release
6594
6595 2008-02-23 [paul]       3.3.0cvs21
6596
6597         * po/he.po
6598                 updated by Ofer
6599
6600 2008-02-21 [colin]      3.3.0cvs20
6601
6602         * src/matcher.c
6603                 Fix bug 1527, 'filtering is case sensitive when it 
6604                 shouldn't be'
6605
6606 2008-02-20 [colin]      3.3.0cvs19
6607
6608         * src/main.c
6609                 Fix file attachments from older Thunar
6610
6611 2008-02-19 [colin]      3.3.0cvs18
6612
6613         * manual/plugins.xml
6614         * manual/es/plugins.xml
6615         * manual/fr/plugins.xml
6616         * manual/pl/plugins.xml
6617                 Remove Clamav
6618
6619 2008-02-19 [paul]       3.3.0cvs17
6620
6621         * tools/README
6622         * tools/csv2addressbook.pl
6623                 add support for Kmail/Kaddressbook
6624
6625 2008-02-18 [colin]      3.3.0cvs16
6626
6627         * src/imap.c
6628                 Unset folder's session before creating a
6629                 new one
6630         * src/main.c
6631         * src/prefs_common.c
6632         * src/prefs_common.h
6633         * manual/advanced.xml
6634                 Add an hidden use_networkmanager pref, to
6635                 disable NetworkManager handling. Also,
6636                 consider UNKNOWN state to be CONNECTED.
6637
6638 2008-02-18 [wwp]        3.3.0cvs15
6639
6640         * src/matcher.c
6641                 Fix Engrish and make 'not' more visible in filtering debug logs.
6642
6643 2008-02-15 [colin]      3.3.0cvs14
6644
6645         * src/matcher.c
6646                 Revert cvs10 for now, it breaks the feature
6647
6648 2008-02-15 [colin]      3.3.0cvs13
6649
6650         * src/main.c
6651                 Always focus folder tree at startup
6652         * src/compose.c
6653                 Fix bug 1521, 'Cannot close compose window after 
6654                 replying to a non-existent news message'
6655
6656 2008-02-13 [colin]      3.3.0cvs12
6657
6658         * src/folderview.c
6659                 Fix important warnings
6660
6661 2008-02-12 [colin]      3.3.0cvs11
6662
6663         * src/imap.c
6664         * src/etpan/imap-thread.c
6665         * src/etpan/imap-thread.h
6666                 Fix handling of $Forwarded flag on Exchange:
6667                 check for the existence or creatability of a
6668                 flag before using it.
6669
6670 2008-02-12 [colin]      3.3.0cvs10
6671
6672         * src/matcher.c
6673                 Optimise matching on Found in addressbook if
6674                 the matched header is in cache (From, etc)
6675
6676 2008-02-12 [colin]      3.3.0cvs9
6677
6678         * src/folderview.c
6679                 Fix crashy stuff when changing displayed
6680                 columns
6681
6682 2008-02-12 [wwp]        3.3.0cvs8
6683
6684         * src/folder.h
6685                 Remove duplicate func declaration and restore the one
6686                 a missing one.
6687
6688 2008-02-12 [wwp]        3.3.0cvs7
6689
6690         * src/compose.c
6691         * src/export.c
6692         * src/folder.c
6693         * src/folder.h
6694         * src/foldersel.c
6695         * src/foldersel.h
6696         * src/imap_gtk.c
6697         * src/import.c
6698         * src/mainwindow.c
6699         * src/messageview.c
6700         * src/mh_gtk.c
6701         * src/prefs_account.c
6702         * src/prefs_filtering_action.c
6703         * src/summaryview.c
6704         * src/plugins/bogofilter/bogofilter_gtk.c
6705         * src/plugins/spamassassin/spamassassin_gtk.c
6706                 Allow moving/copying folders to root folders when using
6707                 the folder selection dialog (it was not possible to
6708                 maemo users to reparent a subfolder to a root folder
6709                 at all).
6710
6711 2008-02-12 [fabien]     3.3.0cvs6
6712
6713         * po/fr.po
6714                 a few days late for i18n fr update. Sorry.
6715
6716 2008-02-11 [colin]      3.3.0cvs5
6717
6718         * src/main.c
6719                 Implement support for future /dev/mem_notify.
6720                 This Linux kernel feature will allow applications
6721                 to be notified that memory has to be freed
6722                 before getting OOM-killed. For more information:
6723                 http://lwn.net/Articles/267013/
6724
6725 2008-02-10 [paul]       3.3.0cvs4
6726
6727         * src/Makefile.am
6728         * src/mimeview.c
6729         * src/prefs_toolbar.c
6730         * src/stock_pixmap.c
6731         * src/stock_pixmap.h
6732         * src/pixmaps/mime_text_patch.xpm
6733                 add an icon for attached patches
6734
6735 2008-02-09 [paul]       3.3.0cvs3
6736
6737         * src/gtk/about.c
6738                 bump the (c) year
6739
6740 2008-02-09 [wwp]        3.3.0cvs2
6741
6742         * src/main.c
6743                 Fix compiling issue w/ non-gcc/C99 compilers (suncc).
6744
6745 2008-02-08 [colin]      3.3.0cvs1
6746
6747         * src/common/utils.c
6748                 Forbid attaching anything containing "../" or ".ssh/"
6749                 from mailto: URI
6750
6751 2008-02-08 [paul]       3.3.0
6752
6753         * NEWS
6754         * README
6755         * RELEASE_NOTES 
6756                 3.3.0 released
6757
6758 2008-02-08 [paul]       3.2.0cvs77
6759
6760         * AUTHORS
6761                 updated with new translators
6762         * configure.ac
6763                 added he to ALL_LINGUAS
6764         * po/cs.po
6765         * po/de.po
6766         * po/es.po
6767         * po/fi.po
6768         * po/hu.po
6769         * po/it.po
6770         * po/pt_BR.po
6771         * po/zh_CN.po
6772                 updated by Tim Brain and Petr Vanek, Stephan Sachse,
6773                 Ricardo Mones Lastra, Flammie Pirinen, Pader Rezso,
6774                 Andrea Spadaccini, Frederico Goncalves Guimaraes,
6775                 and Ralph Young
6776         * po/he.po
6777                 new Hebrew translation by Ofer <oc666@netvision.net.il>
6778         * src/gtk/about.c
6779                 updated with new translators and bumped (c) year
6780         * src/gtk/authors.h
6781                 updated with new translators
6782
6783 2008-02-05 [colin]      3.2.0cvs76
6784
6785         * src/messageview.c
6786         * src/mimeview.c
6787         * src/mimeview.h
6788                 Special case text/calendar parts: if there's one in
6789                 the mail, and a plugin handling text/calendar is
6790                 loaded, show that part. That'll avoid rendering 
6791                 meetings as plain text, which just looks broken to
6792                 many users.
6793
6794 2008-02-04 [colin]      3.2.0cvs75
6795
6796         * src/mainwindow.c
6797                 Maemo: Fix LED handling on OS 2008
6798
6799 2008-02-01 [colin]      3.2.0cvs74
6800
6801         * src/compose.c
6802                 Possibly fix the annoying and hard-to reproduce bug
6803                 where lines 
6804                 are
6805                 rewrapped
6806                 like
6807                 that.
6808
6809 2008-02-01 [paul]       3.2.0cvs73
6810
6811         * src/common/utils.c
6812                 fix bug 1502, 'Plus signs are stripped from
6813                 email addresses when calling from command line'
6814                 Thanks to Colin
6815
6816 2008-01-31 [colin]      3.2.0cvs72
6817
6818         * src/exphtmldlg.c
6819         * src/mimeview.c
6820         * src/summaryview.c
6821                 Fix building of URIs from filenames
6822
6823 2008-01-31 [wwp]        3.2.0cvs71
6824
6825         * src/main.c
6826                 Fixes debug output of compiled-in features list
6827                 (completes 3.2.0cvs60).
6828
6829 2008-01-31 [colin]      3.2.0cvs70
6830
6831         * configure.ac
6832         * po/POTFILES.in
6833         * src/compose.c
6834         * src/plugins/Makefile.am
6835         * src/plugins/clamav/.cvsignore
6836         * src/plugins/clamav/Makefile.am
6837         * src/plugins/clamav/README
6838         * src/plugins/clamav/clamav_plugin.c
6839         * src/plugins/clamav/clamav_plugin.h
6840         * src/plugins/clamav/clamav_plugin_gtk.c
6841         * src/plugins/clamav/clamav_plugin_gtk.deps
6842                 Remove the Clamav plugin from the core
6843
6844 2008-01-28 [wwp]        3.2.0cvs69
6845
6846         * src/compose.c
6847         * src/prefs_template.c
6848         * src/prefs_template.h
6849         * src/quote_fmt.c
6850         * src/quote_fmt.h
6851         * src/quote_fmt_lex.l
6852         * src/quote_fmt_parse.y
6853                 Fix for bug #1493: count lines (\n chars) according to the way
6854                 format body is passed (i.e. \-escaped or not).
6855
6856 2008-01-27 [paul]       3.2.0cvs68
6857
6858         * po/en_GB.po
6859                 updated
6860         * src/prefs_actions.c
6861         * src/prefs_filtering.c
6862         * src/prefs_folder_item.c
6863         * src/prefs_template.c
6864         * src/gtk/about.c
6865                 some minor changes to the English
6866
6867 2008-01-24 [colin]      3.2.0cvs67
6868
6869         * src/etpan/imap-thread.c
6870         * src/etpan/nntp-thread.c
6871                 Fix bug 1348, 'Hang ups at exit time with 
6872                 pgp plugin since 3.0.2'
6873
6874 2008-01-23 [colin]      3.2.0cvs66
6875
6876         * src/toolbar.c
6877                 Fix translation of something that shouldn't be
6878
6879 2008-01-23 [colin]      3.2.0cvs65
6880
6881         * src/procmime.c
6882                 Fix bug 1486, 'Re: Incorrect content when replying'
6883                 Revert to full scan if short scan found only 0-length
6884                 text parts
6885
6886 2008-01-23 [paul]       3.2.0cvs64
6887
6888         * src/prefs_folder_item.c
6889                 fix bug 1485, 'selecting a folder's default
6890                 account if name contains '&''
6891
6892 2008-01-23 [colin]      3.2.0cvs63
6893
6894         * src/folder.c
6895         * src/folder.h
6896         * src/main.c
6897         * src/mainwindow.c
6898                 Fix bug 1480, 'should be able to display mail file
6899                 from command line'. Let 'claws-mail --select' accept
6900                 absolute paths in addition to folder identifiers.
6901
6902 2008-01-22 [wwp]        3.2.0cvs62
6903
6904         * src/account.c
6905         * src/account.h
6906         * src/compose.c
6907         * src/messageview.c
6908         * src/summaryview.c
6909         * src/common/utils.c
6910         * src/common/utils.h
6911                 Allow from=address in mailto sequence:
6912                   --compose 'recipient@foo.bar?from=i-sent-spam@foo.bar&subject=enlarge-your-ahum&body=body-body'
6913                   The 'from' will try to select the first account matching in accounts list,
6914                   otherwise will use the usual account selection mechanism but override with
6915                   this 'from' address.
6916                 Allow mailto with NNTP accounts
6917                   mailto is now possible w/ NNTP account - if mailto is used when a NNTP account
6918                   is the default one or if a NNTP account address is used with 'from'.
6919                   This is more or less a bugfix as it was possible to use mailto with a NNTP
6920                   default account but the complete mailto sequence was put in To.
6921
6922 2008-01-22 [wwp]        3.2.0cvs61
6923
6924         * doc/man/claws-mail.1
6925                 Updated the man page: status of few features, command-line
6926                 usage (--version-full) and completed list of config files
6927                 and dirs.
6928
6929 2008-01-22 [wwp]        3.2.0cvs60
6930
6931         * src/main.c
6932                 Added --version-full to display version and compiled-in
6933                 features list (for later use by Clawsker for instance).
6934
6935 2008-01-22 [holger]     3.2.0cvs59
6936
6937         * src/addrduplicates.c
6938                 Fix scrolling in addressbook duplicate
6939                 finder result dialog
6940
6941 2008-01-21 [colin]      3.2.0cvs58
6942
6943         * src/summaryview.c
6944                 Fix bug 1457, 'sorting messages on, say, from, 
6945                 should subsort on previous sort choice'. Subsort
6946                 by date when sort is Subject, From, To, Tags.
6947
6948 2008-01-21 [colin]      3.2.0cvs57
6949
6950         * AUTHORS
6951         * src/matcher.c
6952         * src/mimeview.c
6953         * src/common/ssl.c
6954         * src/gtk/authors.h
6955                 Fix bug 1478, 'Wrong pthread_create calls all 
6956                 over the place'. Patch by Christian Cornelssen
6957
6958 2008-01-20 [colin]      3.2.0cvs56
6959
6960         * src/imap.c
6961         * src/etpan/imap-thread.c
6962         * src/etpan/imap-thread.h
6963                 Fix bug 1468, 'Use IMAP keyword to 
6964                 store "forwarded" flag'
6965
6966 2008-01-20 [colin]      3.2.0cvs55
6967
6968         * src/folderutils.c
6969                 Make list operations faster
6970
6971 2008-01-20 [colin]      3.2.0cvs54
6972
6973         * src/mainwindow.c
6974                 Fix bug 1353, 'on startup with small screen 
6975                 layout, keyboard input gets lost'
6976
6977 2008-01-20 [colin]      3.2.0cvs53
6978
6979         * src/textview.c
6980                 Complete 3.2.0cvs49, and fixes bug 1477, 
6981                 'Claws Mail crashes when view PGP-encrypted 
6982                 message'
6983
6984 2008-01-20 [colin]      3.2.0cvs52
6985
6986         * src/compose.c
6987                 Fix privacy menu update when replying to
6988                 encrypted mail and no default privacy 
6989                 system is set
6990
6991 2008-01-19 [colin]      3.2.0cvs51
6992
6993         * src/filtering.c
6994         * src/procmsg.h
6995         * src/plugins/bogofilter/bogofilter.c
6996         * src/plugins/clamav/clamav_plugin.c
6997         * src/plugins/spamassassin/spamassassin.c
6998                 Batch filtering deletions too (and save 4 bytes
6999                 per MsgInfo in the process :)
7000
7001 2008-01-19 [colin]      3.2.0cvs50
7002
7003         * src/folder.c
7004                 Make cache update after copies much faster
7005                 on IMAP
7006
7007 2008-01-19 [colin]      3.2.0cvs49
7008
7009         * src/textview.c
7010                 Check g_fopen() success
7011
7012 2008-01-17 [wwp]        3.2.0cvs48
7013
7014         * manual/faq.xml
7015         * manual/es/faq.xml
7016         * manual/fr/faq.xml
7017         * manual/pl/faq.xml
7018                 Sylpheed? No idea what this means.
7019
7020 2008-01-17 [colin]      3.2.0cvs47
7021
7022         * src/gtk/gtksctree.c
7023                 Make dnd threshold higher on Maemo
7024
7025 2008-01-16 [colin]      3.2.0cvs46
7026
7027         * src/common/passcrypt.c
7028                 Fix build on FreeBSD, thanks to Pawel
7029
7030 2008-01-15 [colin]      3.2.0cvs45
7031
7032         * src/compose.c
7033                 Fix bug 1472, 'Keyboard "Menu" key doesn't call 
7034                 spell check of actuall word'
7035         * src/summaryview.c
7036                 Temporarily disable immediate execution when learning
7037                 spam *only* if the summaryview isn't locked
7038
7039 2008-01-15 [wwp]        3.2.0cvs44
7040
7041         * src/prefs_filtering.c
7042                 Fix filtering prefs layout (Maemo port), moving page up/down
7043                 from buttons to context menu.
7044
7045 2008-01-15 [colin]      3.2.0cvs43
7046
7047         * src/compose.c
7048                 Fix bug 1465, 'First line in new message does not mark URLs'
7049
7050 2008-01-15 [colin]      3.2.0cvs42
7051
7052         * src/common/passcrypt.c
7053                 Fix bug 1461, 'several components #define 
7054                 _XOPEN_SOURCE improperly'
7055
7056 2008-01-15 [colin]      3.2.0cvs41
7057
7058         * src/summaryview.c
7059                 Fix bug 1469, 'Column width adjustments on message 
7060                 lists do not save'
7061
7062 2008-01-14 [holger]     3.2.0cvs40
7063
7064         * configure.ac
7065                 Add tests for dbus, dbus glib bindings,
7066                 and NetworkManager. All is optional. Add new
7067                 --(en|dis)able-networkmanager-support switch.
7068         * src/Makefile.am
7069         * src/imap.c
7070         * src/inc.c
7071         * src/main.c
7072         * src/main.h
7073         * src/mainwindow.c
7074         * src/gtk/about.c
7075                 Add optional NetworkManager support, so Claws Mail
7076                 can try to do the right thing when the network connection
7077                 status changes. NetworkManager support is active by
7078                 default if above requirements were met.
7079
7080 2008-01-12 [colin]      3.2.0cvs39
7081
7082         * src/summaryview.c
7083                 Advertise the click-on-reply feature in the tooltip
7084
7085 2008-01-12 [colin]      3.2.0cvs38
7086
7087         * src/Makefile.am
7088         * src/stock_pixmap.c
7089         * src/stock_pixmap.h
7090         * src/pixmaps/tray_newmail.offline.xpm
7091         * src/pixmaps/tray_newmail.xpm
7092         * src/pixmaps/tray_newmarkedmail.offline.xpm
7093         * src/pixmaps/tray_newmarkedmail.xpm
7094         * src/pixmaps/tray_nomail.offline.xpm
7095         * src/pixmaps/tray_nomail.xpm
7096         * src/pixmaps/tray_unreadmail.offline.xpm
7097         * src/pixmaps/tray_unreadmail.xpm
7098         * src/pixmaps/tray_unreadmarkedmail.offline.xpm
7099         * src/pixmaps/tray_unreadmarkedmail.xpm
7100         * src/plugins/trayicon/Makefile.am
7101         * src/plugins/trayicon/newmail.offline.xpm
7102         * src/plugins/trayicon/newmail.xpm
7103         * src/plugins/trayicon/newmarkedmail.offline.xpm
7104         * src/plugins/trayicon/newmarkedmail.xpm
7105         * src/plugins/trayicon/nomail.offline.xpm
7106         * src/plugins/trayicon/nomail.xpm
7107         * src/plugins/trayicon/trayicon.c
7108         * src/plugins/trayicon/unreadmail.offline.xpm
7109         * src/plugins/trayicon/unreadmail.xpm
7110         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
7111         * src/plugins/trayicon/unreadmarkedmail.xpm
7112                 Make the Trayicon plugin icons themable
7113
7114 2008-01-12 [wwp]        3.2.0cvs37
7115
7116         * src/prefs_display_header.c
7117                 Fix extra leading hyphen visible in the display
7118                 header configuration combo list (maemo).
7119
7120 2008-01-11 [colin]      3.2.0cvs36
7121
7122         * src/imap.c
7123                 Set timeout to 1 before disconnecting all -
7124                 for when one switches to offline and has 
7125                 no network anymore
7126         * src/messageview.c
7127                 Fix bug 1454, 'error message shows parts and 
7128                 signature of previous messages'
7129         * src/prefs_common.c
7130                 Maemo: Hide Send dialog by default
7131
7132 2008-01-10 [colin]      3.2.0cvs35
7133
7134         * src/action.c
7135         * src/editldap.c
7136         * src/prefs_account.c
7137         * src/wizard.c
7138         * src/gtk/inputdialog.c
7139         * src/plugins/pgpcore/passphrase.c
7140                 Maemo: Fix bug 1455, 'Password enters leading letter 
7141                 incorrectly as uppercase'
7142
7143 2008-01-09 [colin]      3.2.0cvs34
7144
7145         * po/pl.po
7146                 Fix bug 1446, 'SC crashes frequently when staying 
7147                 in background'. Format string error in Polish 
7148                 translation
7149         * src/gtk/description_window.c
7150         * src/prefs_template.c
7151                 Complete 3.2.0cvs9 (fix bug with gtk_main loop);
7152                 patch by Pawel
7153         * src/wizard.c
7154                 Maemo: Fix build
7155
7156 2008-01-08 [colin]      3.2.0cvs33
7157
7158         * src/main.c
7159                 Maemo: connect HW status change signal for shutdown
7160         * src/mainwindow.c
7161                 Maemo: Fix hardware space key
7162         * src/wizard.c
7163                 Maemo: name mmc1 and 2 a better name
7164
7165 2008-01-08 [wwp]        3.2.0cvs32
7166
7167         * src/folder.c
7168         * src/folder_item_prefs.c
7169         * src/folder_item_prefs.h
7170         * src/prefs_folder_item.c
7171                 It's now possible to disable processing rules when
7172                 entering a folder (this adds a new option to the
7173                 folder properties dialog).
7174
7175 2008-01-08 [wwp]        3.2.0cvs31
7176
7177         * src/common/utils.c
7178                 Mailto: now supports 'insert' (stands for 'insert file'), this
7179                 adds the ability to create a new message from the command-line,
7180                 with body set from an existing file contents.
7181
7182 2008-01-08 [colin]      3.2.0cvs30
7183
7184         * src/summaryview.c
7185                 Maybe fix bug 1452, 'crash while drag'n'droping 
7186                 emails to an IMAP folder'
7187
7188 2008-01-07 [wwp]        3.2.0cvs29
7189
7190         * src/prefs_filtering.c
7191                 Static-alize a function, thanks to Colin.
7192
7193 2008-01-07 [colin]      3.2.0cvs28
7194
7195         * src/folderview.c
7196                 Fix scrolling to bottom when drag and dropping
7197         * src/summaryview.c
7198                 Fix bug 1445, 'Display sender using addressbook: fails 
7199                 when From: isn't an email address'
7200
7201 2008-01-07 [wwp]        3.2.0cvs27
7202
7203         * src/prefs_actions.c
7204         * src/prefs_filtering.c
7205         * src/prefs_template.c
7206                 Add tooltips to most buttons in the templates, actions and
7207                 filtering/processing dialogs.
7208
7209 2008-01-07 [wwp]        3.2.0cvs26
7210
7211         * src/prefs_filtering.c
7212                  - add a clear button to clear dialog input fields
7213                  - add page up and page down buttons to move selected rule up and down
7214                  - in rules list popup-menu: added Delete, Delete all and Duplicate
7215                  - popup-menu items are greyed out either if the list is empty (not counting the
7216                    (New) row or if there is no selected item
7217                  - clear store when closing dialog
7218
7219         * src/prefs_actions.c
7220                  - reflect some changes to filtering prefs (+ rewritten a bit some funcs):
7221                    clear button, popup-menu
7222                  - clear store when closing dialog
7223
7224         * src/prefs_template.c
7225                  - reflect some changes to filtering prefs (+ rewritten a bit some funcs):
7226                    clear button, popup-menu 
7227
7228         * src/addrcustomattr.c
7229                  - renamed popup-menu item Clear list to Delete all
7230                  - grey out popup-menu items is there is no selected item or if list is empty
7231                  - clear store when closing dialog
7232
7233         * src/edittags.c
7234                  - added popup-menu item Delete all
7235                  - grey out popup-menu items is there is no selected item or if list is empty
7236                  - clear store when closing dialog
7237
7238 2008-01-06 [wwp]        3.2.0cvs25
7239
7240         * src/addressadd.c
7241                 One more layout fix by Pawel (completes 3.2.0cvs24).
7242
7243 2008-01-05 [colin]      3.2.0cvs24
7244
7245         * src/addressadd.c
7246                 Little GUI fixes, patch by Pawel
7247
7248 2007-12-29 [wwp]        3.2.0cvs23
7249
7250         * src/compose.c
7251                 Fix for bug #1443, and strip possible whitespaces around
7252                 custom header names.
7253
7254 2007-12-29 [mones]      3.2.0cvs22
7255
7256         * po/es.po
7257                 Updated translation, corrected a term based 
7258                 on suggestion from Israel Saeta P�rez,
7259                 reverted awful X-Mailer translation
7260         * src/procmime.c
7261                 Complete cvs20 for FreeBSD, patch by Pawel
7262
7263 2007-12-29 [colin]      3.2.0cvs21
7264
7265         * src/textview.c
7266                 Fix bug 1442, 'Tags are repeated in 
7267                 encapsulated messages'
7268
7269 2007-12-28 [colin]      3.2.0cvs20
7270
7271         * src/procmime.c
7272                 Fix path to mime/globs. Patch by Marten King.
7273
7274 2007-12-27 [colin]      3.2.0cvs19
7275
7276         * src/plugins/pgpcore/Makefile.am
7277         * src/plugins/pgpinline/Makefile.am
7278         * src/plugins/pgpmime/Makefile.am
7279                 Add missing flags to build pgp plugins on maemo
7280
7281 2007-12-27 [colin]      3.2.0cvs18
7282
7283         * src/mainwindow.c
7284                 Maximise before showing to avoid probable flickering
7285                 on slow computers.
7286
7287 2007-12-27 [colin]      3.2.0cvs17
7288
7289         * src/main.c
7290         * src/mainwindow.c
7291         * src/prefs_common.c
7292         * src/prefs_common.h
7293                 Fix bug 1439, 'Claws Mail does not remember window size 
7294                 state when restarted'. Save maximised state and force
7295                 maximisation at startup if applicable.
7296
7297 2007-12-23 [paul]       3.2.0cvs16
7298
7299         * src/prefs_matcher.c
7300                 fix bug 1436, 'Filter condition dialog doesn't
7301                 load header name from current rules'
7302
7303 2007-12-22 [paul]       3.2.0cvs15
7304
7305         * src/compose.c
7306                 fix bug 1435, 'Reply doesn't take into account
7307                 reply-to field'
7308
7309 2007-12-21 [paul]       3.2.0cvs14
7310
7311         * src/common/ssl_certificate.c
7312                 fix FreeBSD build with IPV6 support 
7313
7314 2007-12-20 [colin]      3.2.0cvs13
7315
7316         * src/imap.c
7317                 Fix error handling
7318
7319 2007-12-20 [colin]      3.2.0cvs12
7320
7321         * src/imap.c
7322         * src/imap.h
7323         * src/prefs_account.c
7324                 Add DIGEST-MD5 support for IMAP authentication
7325
7326 2007-12-19 [mones]      3.2.0cvs11
7327
7328         * doc/man/claws-mail.1
7329                 Better ordering of sections, updated options
7330         * po/es.po
7331                 Updated strings
7332
7333 2007-12-19 [paul]       3.2.0cvs10
7334
7335         * src/prefs_account.c
7336                 use a spinbutton instead of an entry for
7337                 "POP authentication timeout" also
7338
7339 2007-12-19 [colin]      3.2.0cvs9
7340
7341         * src/prefs_filtering_action.c
7342         * src/prefs_matcher.c
7343         * src/gtk/description_window.c
7344                 Destroy info windows with their parents
7345                 Patch by Pawel
7346
7347 2007-12-19 [colin]      3.2.0cvs8
7348
7349         * src/prefs_account.c
7350                 Use spinbuttons instead of entries where needed
7351                 Patch by Pawel
7352
7353 2007-12-18 [paul]       3.2.0cvs7
7354
7355         * src/prefs_matcher.c
7356                 add missing i18n for a few strings
7357                 Patch by Stephan Sachse
7358
7359 2007-12-18 [paul]       3.2.0cvs6
7360
7361         * src/prefs_logging.c
7362                 use 'disk' instead of 'disc'
7363
7364 2007-12-18 [paul]       3.2.0cvs5
7365
7366         * po/en_GB.po
7367                 updated
7368         * src/addrcustomattr.c
7369         * src/editaddress.c
7370                 fixes to the ingleesh
7371         * src/prefs_filtering_action.c
7372                 fix copyright header
7373                 fix untranslated strings
7374         * src/prefs_filtering_action.h
7375                 fix copyright header
7376
7377 2007-12-18 [wwp]        3.2.0cvs4
7378
7379         * src/folderview.c
7380         * src/headerview.c
7381         * src/prefs_common.c
7382         * src/prefs_common.h
7383         * src/prefs_fonts.c
7384         * src/summaryview.c
7385         * src/textview.c
7386         * src/wizard.c
7387         * src/common/defs.h
7388         * src/gtk/gtkutils.c
7389                 Added prefs to set custom small and bold fonts
7390                 (might matter on some desktops, according to
7391                 DPI and font settings).
7392
7393 2007-12-18 [colin]      3.2.0cvs3
7394
7395         * src/prefs_logging.c
7396                 Rework GUI, patch by Pawel
7397
7398 2007-12-18 [colin]      3.2.0cvs2
7399
7400         * src/prefs_filtering_action.c
7401                 Rework GUI, patch by Pawel
7402
7403 2007-12-18 [colin]      3.2.0cvs1
7404
7405         * src/editaddress.c
7406                 Fix build on old GCC
7407                 Fix inverted buttons
7408
7409 2007-12-17 [paul]       3.2.0
7410
7411         * NEWS
7412         * README
7413         * RELEASE_NOTES 
7414                 3.2.0 released
7415
7416 2007-12-17 [paul]       3.1.0cvs79
7417
7418         * po/de.po
7419         * po/fr.po
7420         * po/hu.po
7421         * po/it.po
7422         * po/pt_BR.po
7423                 updated by Stephan Sachse, Fabien Vantard, Pader Rezso,
7424                 Andrea Spadaccini, and Frederico Goncalves Guimaraes
7425
7426 2007-12-17 [mones]      3.1.0cvs78
7427
7428         * po/es.po
7429                 Updated Spanish translation for 3.2.0 release
7430
7431 2007-12-16 [colin]      3.1.0cvs77
7432
7433         * src/addrcustomattr.c
7434                 Fix translations, patch by Fabien
7435
7436 2007-12-15 [paul]       3.1.0cvs76
7437
7438         * src/folderview.c
7439                 fix compiler warning
7440
7441 2007-12-14 [colin]      3.1.0cvs75
7442
7443         * src/folderview.c
7444                 Simplify logic
7445
7446 2007-12-12 [wwp]        3.1.0cvs74
7447
7448         * AUTHORS
7449         * src/gtk/authors.h
7450                 Added Marius Glauser to the hall of fame.
7451
7452 2007-12-12 [wwp]        3.1.0cvs73
7453
7454         * src/gtk/gtkutils.c
7455                 Improve the way we show results of searches
7456                 in message bodies: selected text now get centered
7457                 vertically in the message window.
7458                 Patch by Marius Glauser <seelenhirt@gmx.net>.
7459
7460 2007-12-10 [colin]      3.1.0cvs72
7461
7462         * src/folder.c
7463                 Don't crash when setting batch mode on no folder
7464
7465 2007-12-10 [colin]      3.1.0cvs71
7466
7467         * src/common/utils.c
7468                 Fix potential buffer overrun (thanks to
7469                 Hiroyuki)
7470
7471 2007-12-08 [paul]       3.1.0cvs70
7472
7473         * src/prefs_receive.c
7474                 small change to the English
7475
7476 2007-12-08 [colin]      3.1.0cvs69
7477
7478         * src/vcard.c
7479                 Fix warnings
7480
7481 2007-12-07 [colin]      3.1.0cvs68
7482
7483         * src/mainwindow.c
7484         * src/summaryview.c
7485         * src/summaryview.h
7486                 Free simplify_subject_preg at exit
7487
7488 2007-12-07 [colin]      3.1.0cvs67
7489
7490         * src/main.c
7491         * src/summaryview.c
7492         * src/common/utils.c
7493         * src/common/utils.h
7494                 We have to free reused regexps from time to
7495                 time, or they get huge
7496
7497 2007-12-07 [colin]      3.1.0cvs66
7498
7499         * src/vcard.c
7500                 Fix QP decoding (and UTF8)
7501
7502 2007-12-07 [colin]      3.1.0cvs65
7503
7504         * src/addrcustomattr.c
7505                 Update list of default custom attributes
7506                 now (will be needed for a feature patch
7507                 post 3.2.0)
7508
7509 2007-12-07 [colin]      3.1.0cvs64
7510
7511         * src/folder.c
7512                 Batch on destination folder when copying - fixes
7513                 slowness when moving unread mails to trash on IMAP
7514
7515 2007-12-06 [colin]      3.1.0cvs63
7516
7517         * src/common/w32_time.c
7518         * src/common/w32lib.h
7519         * src/etpan/etpan-thread-manager.c
7520         * src/etpan/imap-thread.c
7521         * src/etpan/nntp-thread.c
7522         * src/gtk/Makefile.am
7523                 Fix win32 build with libetpan. Thanks to
7524                 Marcus Brinkmann.
7525
7526 2007-12-06 [colin]      3.1.0cvs62
7527
7528         * src/account.c
7529         * src/imap.c
7530         * src/prefs_account.c
7531         * src/prefs_account.h
7532         * src/etpan/imap-thread.c
7533         * src/etpan/imap-thread.h
7534                 Disable connection via command line on WIN32
7535                 Disable mmap use on WIN32 - use normal strings
7536         * src/addressbook.c
7537         * src/addressbook.h
7538         * src/addressbook_foldersel.c
7539         * src/addressbook_foldersel.h
7540         * src/prefs_filtering_action.c
7541         * src/prefs_matcher.c
7542         * src/plugins/bogofilter/bogofilter_gtk.c
7543         * src/plugins/dillo_viewer/dillo_prefs.c
7544         * src/plugins/spamassassin/spamassassin_gtk.c
7545                 Fix leak, rework function logics to be more
7546                 natural - thanks to Holger
7547         * src/common/utils.c
7548                 Fix warnings
7549
7550 2007-12-06 [colin]      3.1.0cvs61
7551
7552         * src/news.c
7553         * src/common/utils.c
7554         * src/common/utils.h
7555                 Fix posting, and fix UTF-8 being sent when encoding
7556                 is 8bit
7557
7558 2007-12-05 [colin]      3.1.0cvs60
7559
7560         * src/news.c
7561                 Fix debian bug #453157, 'Fails to post usenet
7562                 articles after NNTP connection has been 
7563                 interrupted". Fix return value to prevent deletion
7564                 on failure, and issue MODE READER in case posting
7565                 fails at first.
7566
7567 2007-12-05 [colin]      3.1.0cvs59
7568
7569         * src/messageview.c
7570         * src/uri_opener.c
7571                 Improvements to the List URIs dialog
7572                 Patch by Pawel
7573
7574 2007-12-05 [colin]      3.1.0cvs58
7575
7576         * src/prefs_other.c
7577         * src/gtk/gtksctree.h
7578                 Fix warnings
7579
7580 2007-12-04 [colin]      3.1.0cvs57
7581
7582         * src/etpan/imap-thread.c
7583                 Fix bug 1378, 'Claws exits on IMAP alert message'
7584                 Don't do GTK calls directly from Etpan thread
7585
7586 2007-12-04 [colin]      3.1.0cvs56
7587
7588         * src/folderview.c
7589         * src/gtk/gtksctree.c
7590                 MAEMO: Fix bug 1325, 'Folder Navigation Problems'
7591                 Make all the left of column zero an hotspot for
7592                 expanding.
7593
7594 2007-12-04 [colin]      3.1.0cvs55
7595
7596         * src/mainwindow.c
7597         * src/mainwindow.h
7598         * src/prefs_common.c
7599         * src/prefs_common.h
7600         * src/prefs_receive.c
7601                 MAEMO: Fix bug 1199, 'Tie into LED for new mail alert'
7602
7603 2007-12-04 [wwp]        3.1.0cvs54
7604
7605         * src/prefs_other.c
7606                 Fix for bug #1419.
7607
7608 2007-12-04 [holger]     3.1.0cvs53
7609
7610         * src/addrduplicates.c
7611         * src/addrduplicates.h
7612                 Export addressbook entry deletion
7613
7614 2007-12-04 [colin]      3.1.0cvs52
7615
7616         * tools/Makefile.am
7617         * tools/README.sylprint
7618         * tools/sylprint.pl
7619         * tools/sylprint.rc
7620                 Fix debian bug #454089 (symlink attack in TMP directory)
7621                 http://secwatch.org/advisories/1019661/ :
7622                 Remove the buggy script, which was unmaintained anyway
7623         * src/news.c
7624         * src/procmsg.c
7625                 Store things in our private tmp directory.
7626
7627 2007-12-03 [colin]      3.1.0cvs51
7628
7629         * src/folder.c
7630         * src/folder.h
7631         * src/folderview.c
7632         * src/imap.c
7633         * src/mainwindow.c
7634                 Fix update problem when getting remote tags
7635         * src/prefs_matcher.c
7636                 Rework GUI to make it better. Patch by Pawel
7637                 Pekala
7638
7639 2007-12-03 [colin]      3.1.0cvs50
7640
7641         * src/etpan/imap-thread.c
7642         * src/etpan/nntp-thread.c
7643                 Fix bug 1417, 'Network log doesn't reveal 
7644                 enough NNTP errors'
7645
7646 2007-12-02 [iwkse]      3.1.0cvs49
7647
7648         * src/plugins/dillo_viewer/dillo_prefs.c
7649                         Insert dillo under the Plugins menu
7650
7651 2007-12-01 [paul]       3.1.0cvs48
7652
7653         * src/html.c
7654                 add these variant forms
7655                 Thanks to Colin
7656
7657 2007-12-01 [paul]       3.1.0cvs47
7658
7659         * src/matcher.c
7660                 fix a typo
7661
7662 2007-12-01 [paul]       3.1.0cvs46
7663
7664         * po/POTFILES.in
7665                 add the new addrcustomattr.c file
7666
7667 2007-11-29 [colin]      3.1.0cvs45
7668
7669         * src/common/ssl_certificate.c
7670                 Use the more modern getaddrinfo instead of 
7671                 gethostbyname when possible
7672
7673 2007-11-28 [colin]      3.1.0cvs44
7674
7675         * src/summaryview.c
7676                 Maybe fix bug 1410 and other crash reports
7677                 in summaryview since cvs38.
7678
7679 2007-11-28 [wwp]        3.1.0cvs43
7680
7681         * src/prefs_summary_open.c
7682                 Guard against an empty list of actions to perform
7683                 when opening a folder (or migration defaults could
7684                 be introduced, confusing).
7685
7686 2007-11-28 [colin]      3.1.0cvs42
7687
7688         * src/folderview.c
7689                 Fix mark all read from folder's contextual menu
7690
7691 2007-11-27 [colin]      3.1.0cvs41
7692
7693         * src/imap.c
7694         * src/imap.h
7695         * src/imap_gtk.c
7696         * src/prefs_account.c
7697         * src/etpan/imap-thread.c
7698                 A few fixes to the IMAP flags handling: Optimisations,
7699                 two crashers, mention that Bandwitdh-efficient mode
7700                 prevents tag fetching.
7701                 Fix M-UTF7 in subscription dialog.
7702
7703 2007-11-27 [colin]      3.1.0cvs40
7704
7705         * src/folder.c
7706         * src/mbox.c
7707         * src/summaryview.c
7708                 Make filtering faster on flags change: Batch original 
7709                 folderitem, where we'll do flags/tags changes.
7710
7711 2007-11-27 [colin]      3.1.0cvs39
7712
7713         * src/filtering.c
7714                 Fix bug 1407, 'After a copy action, further rules apply 
7715                 to both original and copy'
7716
7717 2007-11-27 [colin]      3.1.0cvs38
7718
7719         * src/edittags.c
7720         * src/summaryview.c
7721                 Fixes races when doing a long operation and user
7722                 asks for another one (Mark all read/unread on a 
7723                 big folder on IMAP for example)
7724
7725 2007-11-27 [wwp]        3.1.0cvs37
7726
7727         * src/addressbook.c
7728         * src/prefs_common.c
7729                 Fix warning introduced by 3.1.0cvs33 (prefs_common.c)
7730                 and 3.1.0cvs35 (addressbook.c).
7731
7732 2007-11-27 [holger]     3.1.0cvs36
7733
7734         * src/printing.c
7735                 Add a line separating header and body
7736                 in the printout
7737
7738 2007-11-27 [wwp]        3.1.0cvs35
7739
7740         * src/addressbook.c
7741                 Fix a drag-and-drop issue introduced with 3.1.0cvs33
7742                 (thanks to Colin) and revert disabling of cut/copy
7743                 context menu entries upon selected groups.
7744
7745 2007-11-27 [holger]     3.1.0cvs34
7746
7747         * src/printing.c
7748                 Add weights to the list of supported text attributes
7749                 for printing
7750
7751 2007-11-27 [wwp]        3.1.0cvs33
7752
7753         * src/Makefile.am
7754         * src/addrcustomattr.c
7755         * src/addrcustomattr.h
7756         * src/addressbook.c
7757         * src/editaddress.c
7758         * src/editaddress.h
7759         * src/prefs_common.c
7760         * src/prefs_common.h
7761         * src/common/defs.h
7762                 Provide a (customizable) list of preset attribute names
7763                 for editing contacts (closes bug #1391).
7764
7765 2007-11-27 [wwp]        3.1.0cvs32
7766
7767         * src/addrclip.c
7768         * src/addressbook.c
7769         * src/addritem.c
7770                 Various fixes in the address book:
7771                         - made copy/move of a folder to itself or its subtree
7772                           impossible (-> error)
7773                         - errors messages don't show in the status bar anymore,
7774                           use alertpanels instead
7775                         - simple click on group doesn't open group edit dialog
7776                           anymore when in contact edit embedded mode (was too itchy)
7777                         - fixed disabling of edit button and and menu entry when
7778                           in contact edit embedded mode (was done in a bad and
7779                           ineffective way)
7780                         - fix menu cut/paste sensitivity in treelist context
7781                           menu (conflicting enabling was done by different functions)
7782                         - fix some menu item sensitivity in address list context menu
7783                         - don't allow cut/copy of groups, it's useless as they won't
7784                           be copied w/ their contents
7785                         - fix missing copy of the picture file when copying (bug #1402),
7786                           fix picture attribute (internal) value when moving or copying
7787
7788
7789 2007-11-27 [colin]      3.1.0cvs31
7790
7791         * src/folder.c
7792         * src/imap.c
7793                 Fix tags loss on move, fix space encoding
7794
7795 2007-11-26 [colin]      3.1.0cvs30
7796
7797         * src/edittags.c
7798         * src/folder.c
7799         * src/folder.h
7800         * src/imap.c
7801         * src/messageview.c
7802         * src/procmsg.c
7803         * src/procmsg.h
7804         * src/summaryview.c
7805         * src/common/utils.c
7806         * src/common/utils.h
7807         * src/etpan/imap-thread.c
7808         * src/etpan/imap-thread.h
7809                 Add IMAP tags support
7810
7811 2007-11-26 [colin]      3.1.0cvs29
7812
7813         * src/imap.c
7814                 Fix bug 1405, 'imap auto auth method doesn't 
7815                 work since 3.1.0'
7816
7817 2007-11-26 [colin]      3.1.0cvs28
7818
7819         * src/messageview.c
7820         * src/procmime.c
7821                 Handle broken disposition-notifications from Evolution
7822                 (http://bugzilla.gnome.org/show_bug.cgi?id=499145)
7823
7824 2007-11-25 [paul]       3.1.0cvs27
7825
7826         * src/folder_item_prefs.c
7827         * src/folder_item_prefs.h
7828                 remove dead code
7829
7830 2007-11-23 [wwp]        3.1.0cvs26
7831
7832         * src/matcher.c
7833         * src/matcher.h
7834         * src/matcher_parser_parse.y
7835         * src/prefs_matcher.c
7836                 Fix irrelevant case folding when adding matcher condition 'test',
7837                 thanks to Colin.
7838
7839 2007-11-23 [wwp]        3.1.0cvs25
7840
7841         * src/prefs_common.c
7842         * src/prefs_common.h
7843         * src/prefs_summary_open.c
7844         * src/prefs_summary_open.h
7845         * src/summaryview.c
7846                 Add "select first email in list" to the list of possible selections
7847                 when opening a folder.
7848
7849 2007-11-23 [paul]       3.1.0cvs24
7850
7851         * po/de.po
7852                 a fix by Stephan Sachse, plus remove all
7853                 old strings from the end of the file
7854
7855 2007-11-23 [wwp]        3.1.0cvs23
7856
7857         * src/prefs_msg_colors.c
7858                 Move colour prefs into tabs. Patch by Pawel Pekala <c0rn@o2.pl>,
7859                 with little changes.
7860
7861 2007-11-23 [paul]       3.1.0cvs22
7862
7863         * src/prefs_logging.c
7864                 eliminate wasted horizontal space
7865
7866 2007-11-23 [paul]       3.1.0cvs21
7867
7868         * src/prefs_summaries.c
7869                 don't wrap the label or put linebreaks
7870
7871 2007-11-22 [colin]      3.1.0cvs20
7872
7873         * src/plugins/pgpinline/pgpinline.c
7874                 Fix decryption
7875
7876 2007-11-22 [wwp]        3.1.0cvs19
7877
7878         * src/prefs_themes.c
7879                 Yet another misuse of get_rc_dir(), still related
7880                 to user themes. Completes 3.1.0cvs18.
7881
7882 2007-11-22 [wwp]        3.1.0cvs18
7883
7884         * src/stock_pixmap.c
7885                 Fix a misuse of get_rc_dir(), user themes dir was
7886                 not set properly and some themes might have disappeared
7887                 from themes list in prefs.
7888
7889 2007-11-22 [wwp]        3.1.0cvs17
7890
7891         * src/edittags.c
7892         * src/edittags.h
7893         * src/common/tags.c
7894         * src/common/tags.h
7895                 Correct copyright for these claws-mail-only brand new
7896                 files.
7897
7898 2007-11-22 [paul]       3.1.0cvs16
7899
7900         * src/compose.c
7901                 fix bug 1400, 'Drag and drop of URLs does not work'
7902                 Thanks to Colin
7903
7904 2007-11-22 [paul]       3.1.0cvs15
7905
7906         * src/prefs_common.c
7907                 make "cmds_use_system_default" default to FALSE
7908                 so as not to disrupt current settings
7909         * src/summaryview.c
7910                 increase the size of the GdkRectangle, tooltips
7911                 didn't show for me otherwise
7912
7913 2007-11-21 [colin]      3.1.0cvs14
7914
7915         * src/compose.c
7916         * src/crash.c
7917         * src/exphtmldlg.c
7918         * src/mainwindow.c
7919         * src/manual.c
7920         * src/mimeview.c
7921         * src/prefs_account.c
7922         * src/prefs_common.c
7923         * src/prefs_common.h
7924         * src/prefs_ext_prog.c
7925         * src/textview.c
7926         * src/uri_opener.c
7927         * src/gtk/about.c
7928         * src/gtk/gtkutils.c
7929                 Use xdg-open as a way to find default browser,
7930                 when available
7931
7932 2007-11-21 [colin]      3.1.0cvs13
7933
7934         * src/messageview.c
7935         * src/procmime.c
7936         * src/procmsg.h
7937                 Send better return receipts (useful ones)
7938                 Handle incoming return receipts
7939
7940 2007-11-20 [colin]      3.1.0cvs12
7941
7942         * src/printing.c
7943         * src/printing.h
7944                 Add getter/setter for settings, and getter
7945                 for page setup
7946
7947 2007-11-20 [colin]      3.1.0cvs11
7948
7949         * src/folderview.c
7950         * src/main.c
7951         * src/mainwindow.c
7952                 Fix bug 1396, 'Crash on disabling a filter 
7953                 while it is processing'
7954
7955 2007-11-20 [paul]       3.1.0cvs10
7956
7957         * src/folder.c
7958                 fix bug 1395, 'Crash on checking for new mails
7959                 while filter is running'
7960                 Thanks to Colin
7961
7962 2007-11-20 [paul]       3.1.0cvs9
7963
7964         * src/compose.c
7965                 make this string easier for translators
7966
7967 2007-11-19 [colin]      3.1.0cvs8
7968
7969         * src/prefs_summaries.c
7970         * src/summaryview.c
7971                 Don't enable more tooltips on Maemo
7972
7973 2007-11-19 [colin]      3.1.0cvs7
7974
7975         * src/prefs_common.c
7976         * src/prefs_common.h
7977         * src/prefs_summaries.c
7978         * src/summaryview.c
7979                 Fix bug 1388, 'message list tool tips'
7980                 Add (optional) tooltips in summaryview.
7981                 This only works with GTK+ >= 2.12
7982
7983 2007-11-19 [colin]      3.1.0cvs6
7984
7985         * src/compose.c
7986                 Make strings a bit better when attaching
7987                 from mailto: URIs
7988
7989 2007-11-19 [colin]      3.1.0cvs5
7990
7991         * src/common/utils.c
7992                 Fix bug 1392, 'Top level domain .EU is 
7993                 not recognised as valid'
7994
7995 2007-11-19 [wwp]        3.1.0cvs4
7996
7997         * src/compose.c
7998         * src/compose.h
7999                 Revert changes to compose.c made in 3.1.0cvs2.
8000
8001 2007-11-19 [wwp]        3.1.0cvs3
8002
8003         * src/addressbook.c
8004         * src/addressbook.h
8005         * src/editaddress.c
8006         * src/editgroup.c
8007         * src/addrduplicates.c
8008                 Minor improvements in the address book:
8009                 always accept new contacts provided that some
8010                 detail is set (instead of rejecting silently).
8011                 Better guessing of contact name from incomplete
8012                 name information. Better display of contacts with
8013                 no name, in contact lists, group contents, find
8014                 duplicate results.
8015                 
8016
8017 2007-11-19 [wwp]        3.1.0cvs2
8018
8019         * src/compose.c
8020         * src/compose.h
8021         * src/prefs_logging.c
8022         * src/prefs_summaries.c
8023                 GUI improvements, thanks to Pawel Pekala <c0rn@o2.pl>:
8024                 wrap some long label in prefs/summaries, layout checkboxes
8025                 in a more compact form in prefs/loggin, make account and
8026                 header's combos have the same size/spacing in compose
8027                 window.
8028
8029 2007-11-19 [wwp]        3.1.0cvs1
8030
8031         * src/edittags.c
8032                 Fix a tiny leak and duplicate variable.
8033
8034 2007-11-19 [paul]       3.1.0
8035
8036         * NEWS
8037         * README
8038         * RELEASE_NOTES 
8039                 3.1.0 released
8040
8041 2007-11-19 [paul]       3.0.2cvs145
8042
8043         * po/de.po
8044         * po/fi.po
8045         * po/fr.po
8046         * po/hu.po
8047         * po/it.po
8048         * po/pl.po
8049         * po/pt_BR.po
8050         * po/sk.po
8051         * po/zh_CN.po
8052                 updated by Stephan Sachse, Flammie Pirinen,
8053                 Fabien Vantard, Pader Rezso, Andrea Spadaccini,
8054                 Emil Nowak, Frederico Goncalves Guimaraes,
8055                 Andrej Kacian, and Ralph Young
8056
8057 2007-11-18 [mones]      3.0.2cvs144
8058
8059         * po/es.po
8060                 Updated Spanish translation
8061
8062 2007-11-18 [colin]      3.0.2cvs143
8063
8064         * src/edittags.c
8065                 Prevent empty tag after edit, thanks to wwp
8066
8067 2007-11-18 [colin]      3.0.2cvs142
8068
8069         * src/editaddress.c
8070                 Fix possible "(null)" %s - thanks to wwp
8071
8072 2007-11-16 [wwp]        3.0.2cvs141
8073
8074         * src/common/utils.c
8075                 Fix for 3.0.2cvs140, prevents from crashing when opening
8076                 a compose window.
8077
8078 2007-11-16 [colin]      3.0.2cvs140
8079
8080         * src/main.c
8081         * src/common/claws.c
8082                 Output a bit more useful info at startup
8083                 in --debug mode
8084
8085 2007-11-16 [colin]      3.0.2cvs139
8086
8087         * src/compose.c
8088         * src/common/utils.c
8089         * src/common/utils.h
8090                 Fix bug 1387, 'Request for --compose to 
8091                 support multiple attachments'
8092
8093 2007-11-16 [colin]      3.0.2cvs138
8094
8095         * src/news.c
8096                 Fix bug 1390, 'NNTP fails after server 
8097                 closed connection'
8098
8099 2007-11-16 [colin]      3.0.2cvs137
8100
8101         * src/prefs_display_header.c
8102                 Fix bug 1389, 'Changing 'Display headers 
8103                 in message view' breaks dispheaderrc'
8104
8105 2007-11-14 [colin]      3.0.2cvs136
8106
8107         * src/summaryview.c
8108         * src/gtk/quicksearch.c
8109         * src/gtk/quicksearch.h
8110                 Fix resetting the quicksearch when in non-sticky
8111                 mode, but Recursive is set: reset only when going
8112                 out of the root search folder.
8113
8114 2007-11-14 [colin]      3.0.2cvs135
8115
8116         * src/filtering.c
8117                 Don't set new flag back when doing "Mark as unread"
8118                 from filtering
8119
8120 2007-11-12 [paul]       3.0.2cvs134
8121
8122         * src/plugins/dillo_viewer/dillo_viewer.c
8123                 don't offer the mime type for translation
8124
8125 2007-11-12 [paul]
8126
8127         3.1.0-rc2 released
8128
8129 2007-11-11 [colin]      3.0.2cvs133
8130
8131         * src/imap_gtk.c
8132         * src/mh_gtk.c
8133                 Use markup-escaped strings in dialogs
8134
8135 2007-11-11 [colin]      3.0.2cvs132
8136
8137         * src/imap.c
8138                 Better IMAP-UTF7/UTF8 conversion
8139
8140 2007-11-10 [colin]      3.0.2cvs131
8141
8142         * src/news.c
8143                 Fix debian bug 450698, 'nntp auth behavior changed 
8144                 without notice'
8145
8146 2007-11-10 [colin]      3.0.2cvs130
8147
8148         * configure.ac
8149         * src/inc.c
8150         * src/main.c
8151         * src/main.h
8152         * src/mimeview.c
8153         * src/statusbar.c
8154         * src/common/utils.c
8155         * src/etpan/Makefile.am
8156         * src/gtk/filesel.c
8157         * src/gtk/gtkutils.h
8158         * src/gtk/menu.c
8159         * src/plugins/bogofilter/Makefile.am
8160         * src/plugins/clamav/Makefile.am
8161         * src/plugins/dillo_viewer/Makefile.am
8162         * src/plugins/pgpcore/Makefile.am
8163         * src/plugins/spamassassin/Makefile.am
8164         * src/plugins/trayicon/Makefile.am
8165                 Fixes (mainly preprocessor foo) for Maemo 4.0 (Chinook)
8166
8167 2007-11-09 [colin]      3.0.2cvs129
8168
8169         * src/addressbook.c
8170         * src/ldapupdate.c
8171                 fix bug 1375, 'Impossible to modify e-mail
8172                 in LDAP addressbook twice'; Try two. update
8173                 externalID, don't make display lag, and
8174                 fix the cases where dn is not mail.
8175
8176 2007-11-08 [paul]       3.0.2cvs128
8177
8178         * src/account.c
8179         * src/compose.c
8180         * src/messageview.c
8181         * src/prefs_account.c
8182         * src/prefs_account.h
8183                 reinstate 'Generate Message-ID' option as an
8184                 account preference. (hidden on IMAP)
8185                 Thanks to Colin
8186
8187 2007-11-08 [paul]       3.0.2cvs127
8188
8189         * src/textview.c
8190                 MAEMO: fix failure of loading images inline
8191                 MAEMO: fix bug 1349, 'Emails still skip to end
8192                 when opened (in certain circumstances)...'
8193
8194 2007-11-07 [colin]      3.0.2cvs126
8195
8196         * src/toolbar.c
8197                 Migrate from A_SYL_ACTIONS to A_CLAWS_ACTIONS
8198
8199 2007-11-07 [colin]      3.0.2cvs125
8200
8201         * src/toolbar.c
8202                 Re-change the string occurence of A_CLAWS_ACTIONS
8203                 to A_SYL_ACTIONS, to prevent parse errors of the
8204                 toolbar_*.xml files
8205
8206 2007-11-07 [colin]      3.0.2cvs124
8207
8208         * src/mimeview.c
8209         * src/prefs_common.c
8210         * src/prefs_common.h
8211         * manual/advanced.xml
8212                 Add an hidden pref, 'save_parts_readwrite';
8213                 completes 3.0.2cvs35
8214
8215 2007-11-07 [paul]       3.0.2cvs123
8216
8217         * src/prefs_toolbar.c
8218         * src/toolbar.c
8219         * src/toolbar.h
8220                 rename ToolbarSylpheedActions to ToolbarClawsActions
8221                 rename A_SYL_ACTIONS to A_CLAWS_ACTIONS
8222
8223 2007-11-07 [paul]       3.0.2cvs122
8224
8225         * src/toolbar.c
8226                 MAEMO: remove tooltips
8227
8228 2007-11-07 [colin]      3.0.2cvs121
8229
8230         * src/plugins/pgpinline/pgpinline.c
8231                 Fix bug 1377, 'unspecific errors on 
8232                 signature checking'. Fix trimming of
8233                 UTF8 data.
8234
8235 2007-11-06 [iwkse]      3.0.2cvs120
8236
8237         * src/prefs_summary_open.c
8238                 yet a string change
8239
8240 2007-11-06 [paul]       3.0.2cvs119
8241
8242         * tools/Makefile.am
8243         * tools/README
8244         * tools/csv2addressbook.pl
8245                 add a new script that imports a CSV formatted
8246                 address book. Becky and Thunderbird address
8247                 book are currently supported.
8248
8249 2007-11-05 [colin]      3.0.2cvs118
8250
8251         * src/imap.c
8252                 Fix deletion 
8253
8254 2007-11-05 [iwkse]      3.0.2cvs117
8255
8256         * src/prefs_summary_open.c
8257                 String changes
8258
8259 2007-11-04 [paul]       3.0.2cvs116
8260
8261         * src/addressbook_foldersel.c
8262                 fix gtk critical warning
8263                 Patch by Pawel Pekala
8264
8265 2007-11-04 [paul]       3.0.2cvs115
8266
8267         * tools/README
8268         * tools/claws-mail-compose-insert-files.pl
8269                 add --bcc and uri_escape() everything
8270
8271 2007-11-04 [paul]       3.0.2cvs114
8272
8273         * src/gtk/gtkutils.c
8274                 gtkut_stock_with_text_button_set_create(): set
8275                 GTK_CAN_DEFAULT on buttons 2 and 3
8276
8277 2007-11-03 [paul]       3.0.2cvs113
8278
8279         * src/common/utils.c
8280                 fix debian bug #448814, 'mailto: URI decoding
8281                 desn't decode the destination address field'
8282                 Patch by Federico Heinz <fheinz@vialibre.org.ar>
8283
8284 2007-11-03 [paul]       3.0.2cvs112
8285
8286         * AUTHORS
8287         * src/compose.c
8288         * src/gtk/authors.h
8289                 allow Bcc in commandline URIs
8290                 (based on) Patch by Federico Heinz <fheinz@vialibre.org.ar>
8291
8292 2007-11-02 [colin]      3.0.2cvs111
8293
8294         * src/addressbook.c
8295                 Maybe fix bug 1376, 'crash on 
8296                 addressbook manipulation'
8297
8298 2007-10-31 [paul]       3.0.2cvs110
8299
8300         * src/ldapupdate.c
8301                 fix bug 1375, 'Impossible to modify e-mail
8302                 in LDAP addressbook twice'
8303                 Patch by Michael Rasmussen
8304
8305 2007-10-30 [paul]       3.0.2cvs109
8306
8307         * configure.ac
8308                 enable GnuTLS support with --enable-gnutls which
8309                 will disable openssl support. if the user has
8310                 gtk >= 2.10.x don't allow gnomeprint even if the
8311                 user asks for it
8312
8313 2007-10-30 [paul]
8314
8315         3.1.0-rc1 released
8316
8317 2007-10-30 [paul]       3.0.2cvs108
8318
8319         * Makefile.am
8320                 add ChangeLog.2.0.0-3.0.0 to EXTRA_DIST
8321
8322 2007-10-30 [paul]       3.0.2cvs107
8323
8324         * src/expldifdlg.c
8325         * src/prefs_account.c
8326         * src/prefs_folder_item.c
8327         * src/prefs_spelling.c
8328         * src/prefs_themes.c
8329         * src/wizard.c
8330         * src/gtk/gtkaspell.c
8331         * src/gtk/gtkaspell.h
8332         * src/plugins/spamassassin/spamassassin_gtk.c
8333                 replace deprecated gtk_option_menu...
8334                 patch by Pawel Pekala
8335
8336 2007-10-29 [colin]      3.0.2cvs106
8337
8338         * src/plugins/dillo_viewer/dillo_prefs.c
8339                 Fix forgotten signal connect
8340
8341 2007-10-28 [colin]      3.0.2cvs105
8342
8343         * src/plugins/dillo_viewer/dillo_prefs.c
8344         * src/plugins/dillo_viewer/dillo_prefs.h
8345         * src/plugins/dillo_viewer/dillo_viewer.c
8346                 Implement addressbook-based whitelisting for loading
8347                 remote images. Fixed missing destroy of the embedded
8348                 browser that made a Dillo window pop up on exit, if
8349                 an HTML part was displayed.
8350
8351 2007-10-26 [colin]      3.0.2cvs104
8352
8353         * src/edittags.c
8354                 Add missing static
8355
8356 2007-10-25 [colin]      3.0.2cvs103
8357
8358         * src/editaddress.c
8359                 Add tap-and-hold on the picture, for Maemo
8360         * src/edittags.c
8361         * src/edittags.h
8362         * src/mainwindow.c
8363         * src/procmsg.c
8364         * src/summaryview.c
8365         * src/textview.c
8366                 Unify tag interfaces.
8367
8368 2007-10-25 [colin]      3.0.2cvs102
8369
8370         * src/imap.c
8371         * src/etpan/imap-thread.h
8372                 Much better error handling. We'll need to be really
8373                 clear to users about where errors come from, with 
8374                 the apparition of Gmail's IMAP server.
8375
8376 2007-10-24 [colin]      3.0.2cvs101
8377
8378         * src/edittags.c
8379         * src/mainwindow.c
8380         * src/summaryview.c
8381         * src/textview.c
8382                 Add tags sorting (alphabetical); allow deletion of
8383                 tags from the Apply Tags window
8384
8385 2007-10-24 [colin]      3.0.2cvs100
8386
8387         * src/editaddress.c
8388         * src/editaddress_other_attributes_ldap.c
8389         * src/editaddress_other_attributes_ldap.h
8390         * src/ldapctrl.c
8391         * src/ldapquery.c
8392         * src/ldapupdate.c
8393                 Fix LDAP writing (got broken in cvs39)
8394                 Add read-only support for jpegPhoto LDAP field
8395
8396 2007-10-23 [colin]      3.0.2cvs99
8397
8398         * src/news.c
8399                 Fix crash in some cases
8400
8401 2007-10-22 [colin]      3.0.2cvs98
8402
8403         * src/common/socket.h
8404         * src/common/ssl.c
8405                 Fix big leak in GnuTLS code
8406
8407 2007-10-22 [colin]      3.0.2cvs97
8408
8409         * src/news.c
8410                 Fix bug 1368, 'SIGSEGV in NNTP code'
8411
8412 2007-10-22 [colin]      3.0.2cvs96
8413
8414         * src/prefs_customheader.c
8415                 Catch compface warnings when generating X-Faces
8416
8417 2007-10-22 [wwp]        3.0.2cvs95
8418
8419         * src/quote_fmt_parse.y
8420                 Remove accidentally committed debug traces.
8421                 Fix a warning.
8422
8423 2007-10-22 [colin]      3.0.2cvs94
8424
8425         * src/etpan/nntp-thread.c
8426                 Fix authentication
8427
8428 2007-10-19 [wwp]        3.0.2cvs93
8429
8430         * src/common/ssl_certificate.c
8431                 Add missing include (Windows).
8432
8433 2007-10-19 [colin]      3.0.2cvs92
8434
8435         * src/imap_gtk.c
8436         * src/mimeview.c
8437         * src/textview.c
8438         * src/gtk/inputdialog.c
8439         * src/gtk/inputdialog.h
8440                 Remove the last old combo; patch by
8441                 Pawel
8442
8443 2007-10-19 [colin]      3.0.2cvs91
8444
8445         * src/common/ssl.c
8446                 Fix interop problem with GnuTLS and some crappy
8447                 servers that have very little keys.
8448
8449 2007-10-19 [colin]      3.0.2cvs90
8450
8451         * src/common/ssl.c
8452                 Fix return value check on GnuTLS, and
8453                 display the error
8454
8455 2007-10-18 [colin]      3.0.2cvs89
8456
8457         * src/common/ssl_certificate.c
8458                 Fix missing initialisations
8459
8460 2007-10-18 [wwp]        3.0.2cvs88
8461
8462         * src/Makefile.am
8463                 Fix linking against GNUTLS (matters if --enable-gnutls only).
8464
8465 2007-10-18 [colin]      3.0.2cvs87
8466
8467         * po/POTFILES.in
8468                 Fix build
8469
8470 2007-10-18 [mones]      3.0.2cvs86
8471
8472         * src/editbook.c
8473         * src/import.c
8474         * src/prefs_account.c
8475         * src/prefs_receive.c
8476         * src/gtk/about.c
8477         * src/plugins/bogofilter/bogofilter_gtk.c
8478         * src/plugins/spamassassin/spamassassin_gtk.c
8479                 More capitalisation micro-fixes
8480
8481 2007-10-18 [paul]       3.0.2cvs85
8482
8483         * configure.ac
8484                 add info about NNTP support via libetpan
8485                 change the configure output ending msg a little
8486         * src/gtk/about.c
8487                 similar changes to above
8488
8489 2007-10-18 [colin]      3.0.2cvs84
8490
8491         * src/procmime.c
8492         * src/procmime.h
8493                 Fix missing symbol for S/MIME
8494
8495 2007-10-18 [colin]      3.0.2cvs83
8496
8497         * src/prefs_filtering_action.c
8498                 Fix crash in tags (introduced in cvs78)
8499
8500 2007-10-18 [colin]      3.0.2cvs82
8501
8502         * src/common/Makefile.am
8503         * src/common/nntp.c
8504         * src/common/nntp.h
8505         * src/etpan/Makefile.am
8506         * src/etpan/etpan-thread-manager-types.h
8507         * src/etpan/etpan-thread-manager.c
8508         * src/etpan/imap-thread.c
8509         * src/etpan/nntp-thread.c
8510         * src/etpan/nntp-thread.h
8511         * src/news.c
8512         * src/news.h
8513                 Rewrite the nntp implementation
8514                 to use libetpan. Non-blocking NNTP!
8515         * src/account.c
8516         * src/crash.c
8517         * src/imap.c
8518         * src/inc.c
8519         * src/main.c
8520         * src/mainwindow.c
8521         * src/pop.c
8522         * src/pop.h
8523         * src/prefs_account.c
8524         * src/recv.c
8525         * src/recv.h
8526         * src/send_message.c
8527         * src/send_message.h
8528         * src/ssl_manager.c
8529         * src/ssl_manager.h
8530         * src/wizard.c
8531         * src/common/claws.c
8532         * src/common/session.c
8533         * src/common/session.h
8534         * src/common/smtp.c
8535         * src/common/smtp.h
8536         * src/common/socket.c
8537         * src/common/socket.h
8538         * src/common/ssl.c
8539         * src/common/ssl.h
8540         * src/common/ssl_certificate.c
8541         * src/common/ssl_certificate.h
8542         * src/gtk/about.c
8543         * src/gtk/sslcertwindow.c
8544         * src/gtk/sslcertwindow.h
8545                 Implement GnuTLS support. GnuTLS support
8546                 will be used if OpenSSL isn't available, or
8547                 specified explicitely. (the reason is that
8548                 GnuTLS cerficate checking is a bit less 
8549                 practical than OpenSSL's)
8550
8551 2007-10-18 [paul]       3.0.2cvs81
8552
8553         * src/gtk/inputdialog.c
8554         * src/gtk/inputdialog.h
8555                 fix copyright header
8556
8557 2007-10-17 [colin]      3.0.2cvs80
8558
8559         * src/plugins/pgpcore/select-keys.c
8560                 Fix bug which prevented encryption key
8561                 auto-selection when two or more matched the
8562                 email address, but only one isn't revoked
8563                 or expired.
8564
8565 2007-10-17 [wwp]        3.0.2cvs79
8566
8567         * src/compose.c
8568         * src/quote_fmt.c
8569         * src/quote_fmt.h
8570         * src/quote_fmt_lex.l
8571         * src/quote_fmt_parse.y
8572                 Templates can now attach files using |attach{filename}.
8573
8574 2007-10-17 [wwp]        3.0.2cvs78
8575
8576         * src/prefs_customheader.c
8577         * src/prefs_ext_prog.c
8578         * src/prefs_filtering_action.c
8579         * src/prefs_matcher.c
8580         * src/prefs_other.c
8581         * src/prefs_toolbar.c
8582         * src/gtk/combobox.c
8583         * src/gtk/combobox.h
8584         * src/gtk/gtkutils.c
8585         * src/gtk/gtkutils.h
8586         * src/plugins/bogofilter/bogofilter_gtk.c
8587         * src/plugins/spamassassin/spamassassin_gtk.c
8588                 Removed almost all remaining instances of GtkCombo
8589                 old API, patch by Pawel Pekala <c0rn@o2.pl>, with
8590                 few visual and code cleanup from Colin.
8591
8592 2007-10-16 [wwp]        3.0.2cvs77
8593         * src/gtk/pluginwindow.c
8594                 Reworked the plugin window layouts, patch by Pawel Pekala <c0rn@o2.pl>.
8595
8596 2007-10-15 [colin]      3.0.2cvs76
8597
8598         * src/edittags.c
8599         * src/edittags.h
8600         * src/filtering.c
8601         * src/filtering.h
8602         * src/importmutt.c
8603         * src/importpine.c
8604         * src/main.c
8605         * src/messageview.c
8606         * src/messageview.h
8607         * src/mimeview.c
8608         * src/mimeview.h
8609         * src/pop.c
8610         * src/pop.h
8611         * src/prefs_common.c
8612         * src/prefs_common.h
8613         * src/prefs_customheader.c
8614         * src/prefs_customheader.h
8615         * src/prefs_display_header.c
8616         * src/prefs_display_header.h
8617         * src/prefs_filtering_action.c
8618         * src/prefs_filtering_action.h
8619         * src/prefs_folder_column.c
8620         * src/prefs_folder_column.h
8621         * src/prefs_folder_item.c
8622         * src/prefs_folder_item.h
8623         * src/prefs_gtk.c
8624         * src/prefs_gtk.h
8625         * src/prefs_logging.h
8626         * src/prefs_matcher.c
8627         * src/prefs_matcher.h
8628         * src/prefs_summary_column.c
8629         * src/prefs_summary_column.h
8630         * src/prefs_summary_open.c
8631         * src/procheader.c
8632         * src/procheader.h
8633         * src/procmime.c
8634         * src/procmime.h
8635         * src/recv.c
8636         * src/recv.h
8637         * src/sourcewindow.c
8638         * src/sourcewindow.h
8639         * src/summaryview.c
8640         * src/summaryview.h
8641         * src/textview.c
8642         * src/textview.h
8643         * src/toolbar.c
8644         * src/toolbar.h
8645         * src/common/mgutils.c
8646         * src/common/mgutils.h
8647         * src/common/nntp.c
8648         * src/common/nntp.h
8649         * src/common/prefs.c
8650         * src/common/prefs.h
8651         * src/common/socket.c
8652         * src/common/socket.h
8653         * src/common/stringtable.c
8654         * src/common/stringtable.h
8655         * src/common/template.c
8656         * src/common/template.h
8657         * src/common/uuencode.c
8658         * src/common/uuencode.h
8659         * src/gtk/gtkshruler.c
8660         * src/gtk/gtkshruler.h
8661         * src/gtk/menu.c
8662         * src/gtk/menu.h
8663         * src/gtk/progressdialog.c
8664         * src/gtk/progressdialog.h
8665                 Remove/staticalize, the return of the revenge
8666
8667 2007-10-15 [colin]      3.0.2cvs75
8668
8669         * src/matcher.c
8670                 Fix redirections in filtering's tests
8671
8672 2007-10-15 [colin]      3.0.2cvs74
8673
8674         * src/imap.c
8675                 Don't build imap_synchronise at all when 
8676                 building without libetpan
8677
8678 2007-10-14 [colin]      3.0.2cvs73
8679
8680         * src/imap.c
8681         * src/common/md5.c
8682         * src/common/md5.h
8683         * src/gtk/manage_window.c
8684         * src/gtk/manage_window.h
8685                 Remove more unused code
8686
8687 2007-10-14 [colin]      3.0.2cvs72
8688
8689         * src/addrquery.c
8690         * src/addrquery.h
8691         * src/recv.c
8692         * src/recv.h
8693         * src/vcard.c
8694         * src/vcard.h
8695         * src/common/xml.c
8696         * src/common/xml.h
8697         * src/common/xmlprops.c
8698         * src/common/xmlprops.h
8699                 Remove more unused code
8700
8701 2007-10-14 [colin]      3.0.2cvs71
8702
8703         * src/common/utils.c
8704                 Remove unused function
8705
8706 2007-10-13 [colin]      3.0.2cvs70
8707
8708         * src/imap.c
8709         * src/imap.h
8710         * src/mainwindow.c
8711         * src/mainwindow.h
8712         * src/gtk/gtkutils.c
8713         * src/gtk/gtkutils.h
8714                 Staticalise/Remove more code
8715
8716 2007-10-13 [colin]      3.0.2cvs69
8717
8718         * src/common/utils.c
8719         * src/common/utils.h
8720                 Remove dead code, unused for ages
8721
8722 2007-10-13 [colin]      3.0.2cvs68
8723
8724         * src/main.c
8725         * src/main.h
8726                 Maemo: define hildon_program in main.c,
8727                 make it accessible in the .h with extern
8728
8729 2007-10-13 [paul]       3.0.2cvs67
8730
8731         * src/gtk/menu.c
8732                 fix a bunch of runtime warnings on maemo
8733
8734 2007-10-13 [paul]       3.0.2cvs66
8735
8736         * src/main.c
8737         * src/main.h
8738         * src/gtk/gtkutils.c
8739         * src/gtk/gtkutils.h
8740                 fix a bunch of compiler warnings on maemo
8741
8742 2007-10-12 [colin]      3.0.2cvs65
8743
8744         * src/account.c
8745         * src/addritem.c
8746         * src/addritem.h
8747         * src/filtering.c
8748         * src/filtering.h
8749         * src/folder.c
8750         * src/folder.h
8751         * src/common/utils.c
8752         * src/common/utils.h
8753                 Remove unused code, staticalise some functions
8754
8755 2007-10-12 [paul]       3.0.2cvs64
8756
8757         * src/account.c
8758         * src/folderview.c
8759         * src/main.c
8760         * src/mainwindow.c
8761         * src/messageview.c
8762         * src/summary_search.c
8763         * src/summaryview.c
8764         * src/toolbar.c
8765         * src/wizard.c
8766         * src/common/utils.c
8767         * src/gtk/prefswindow.c
8768                 fix a bunch of compiler warnings on maemo
8769
8770 2007-10-11 [colin]      3.0.2cvs63
8771
8772         * src/editaddress.c
8773                 Make static function static
8774
8775 2007-10-11 [mones]      3.0.2cvs62
8776
8777         * src/addrduplicates.c
8778         * src/addressbook.c
8779         * src/compose.c
8780         * src/expldifdlg.c
8781         * src/mainwindow.c
8782         * src/messageview.c
8783         * src/pop.c
8784         * src/prefs_customheader.c
8785         * src/prefs_send.c
8786         * src/prefs_themes.c
8787         * src/common/plugin.c
8788         * src/gtk/pluginwindow.c
8789         * src/gtk/quicksearch.c
8790                 Fix several typos and capitalisation issues
8791
8792 2007-10-11 [wwp]        3.0.2cvs61
8793
8794         * src/editaddress.c
8795                 Fix a warning about possible use of uninitialized
8796                 filename var.
8797
8798 2007-10-11 [wwp]        3.0.2cvs60
8799
8800         * src/editaddress.c
8801                 Disable "Unset picture" menu item when there's
8802                 no picture to clear. Fix an extraneous g_unref_object,
8803                 add missing initializers.
8804
8805 2007-10-11 [wwp]        3.0.2cvs59
8806
8807         * src/pixmaps/anonymous.xpm
8808         * src/editaddress.c
8809         * src/Makefile.am
8810         * src/stock_pixmap.c
8811         * src/stock_pixmap.h
8812                 Fix a leak, gettext-ize the photo label.
8813                 Don't clear the existing picture if loading
8814                 a new one fails. Use a default 'anonymous'
8815                 picture (this new xpm has been added to the
8816                 internal stock_pixmap API). Add a
8817                 "Set picture" context menu entry.
8818
8819 2007-10-11 [colin]      3.0.2cvs58
8820
8821         * src/messageview.c
8822                 Make shift-shortcuts work
8823         * src/prefs_actions.c
8824                 Don't ask if we really want to close when
8825                 choosing OK and only the list is changed
8826         * src/prefs_template.c
8827                 Don't ask if we really want to close when
8828                 choosing OK and only the list is changed
8829         * src/common/plugin.c
8830                 Fix writing of second [Plugins_*] block
8831         * src/common/template.c
8832                 Remove unused files (fixes deletion)
8833
8834 2007-10-10 [paul]       3.0.2cvs57
8835
8836         * src/prefs_template.c
8837                 put the whole thing in a scrolled window
8838                 so that half the page is no longer inaccessible
8839                 on maemo
8840                 make the gtk_text_view smaller on maemo
8841
8842 2007-10-10 [colin]      3.0.2cvs56
8843
8844         * src/compose.c
8845                 Fix updating of Attachments number in some
8846                 cases (reedit, attach from command-line, ...)
8847
8848 2007-10-10 [colin]      3.0.2cvs55
8849
8850         * src/editaddress.c
8851                 Initialise error correctly
8852
8853 2007-10-10 [paul]       3.0.2cvs54
8854
8855         * src/prefs_filtering_action.c
8856         * src/gtk/description_window.c
8857         * src/gtk/foldersort.c
8858         * src/gtk/quicksearch.c
8859                 get rid of some pointless new lines and
8860                 make the descripton labels wrap better
8861
8862 2007-10-10 [colin]      3.0.2cvs53
8863
8864         * src/addressadd.c
8865         * src/editaddress.c
8866         * src/headerview.c
8867         * src/textview.c
8868                 More error handling on saving pictures
8869
8870 2007-10-10 [colin]      3.0.2cvs52
8871
8872         * src/printing.c
8873         * src/printing.h
8874                 Generalize a bit printing, so we can factorize
8875                 most of the code. 
8876
8877 2007-10-10 [paul]       3.0.2cvs51
8878
8879         * src/addrduplicates.c
8880                 fix engrish
8881                 use GTK_STOCK... buttons
8882
8883 2007-10-10 [paul]       3.0.2cvs50
8884
8885         * src/addressadd.c
8886         * src/addrindex.c
8887         * src/editaddress.c
8888                 Fix previous patch
8889                 Thanks to Colin
8890
8891 2007-10-10 [paul]       3.0.2cvs49
8892
8893         * src/summaryview.c
8894         * src/messageview.c
8895                 Fix crash on Add sender to addressbook when
8896                 From is null
8897         * src/addressadd.c
8898         * src/addrindex.c
8899         * src/editaddress.c
8900         * src/editaddress_other_attributes_ldap.h
8901                 Fix leaks 
8902                 Rename images to .png in addrbook/
8903         * src/headerview.c
8904         * src/textview.c
8905                 Fix Face/X-Face being used if adding another
8906                 address than sender to addressbook
8907                 Thanks to Colin
8908
8909 2007-10-10 [holger]     3.0.2cvs48
8910
8911         * src/addrduplicates.c
8912         * src/editaddress.c
8913                 Improvements to the addressbook duplicate finder
8914                 feature:
8915                  - add an edit button to the button bar
8916                  - display the whole bookname (with iface) and
8917                    use this for same-book checking
8918                  - after editing, try to keep selections if the
8919                    entries are still present
8920                  - sort the email column alphabetically
8921                  - put results in a scrolled window
8922                  - support embedded editing
8923                  - make columns in detail view resizable
8924                  - add keyboard shortcuts
8925
8926 2007-10-10 [wwp]        3.0.2cvs47
8927
8928         * src/addrindex.c
8929                 Fix a crash when there's no From: in email, thanks to Colin.
8930
8931 2007-10-09 [paul]       3.0.2cvs46
8932
8933         * src/messageview.c
8934         * src/summaryview.c
8935         * src/textview.c
8936                 fix building without compface support
8937
8938 2007-10-09 [colin]      3.0.2cvs45
8939
8940         * src/editaddress.c
8941         * src/headerview.c
8942         * src/textview.c
8943                 Add error handling
8944
8945 2007-10-09 [colin]      3.0.2cvs44
8946
8947         * src/addrduplicates.c
8948         * src/addressadd.c
8949         * src/addressadd.h
8950         * src/addressbook.c
8951         * src/addressbook.h
8952         * src/addrindex.c
8953         * src/addrindex.h
8954         * src/addritem.c
8955         * src/addritem.h
8956         * src/compose.c
8957         * src/editaddress.c
8958         * src/editaddress_other_attributes_ldap.h
8959         * src/headerview.c
8960         * src/messageview.c
8961         * src/mimeview.c
8962         * src/summaryview.c
8963         * src/textview.c
8964         * src/gtk/gtkutils.c
8965                 Automatically set contacts' pictures from Face 
8966                 or X-Face if they have no picture
8967                 Display the contact picture in textview or
8968                 headerview for mails sent by people in the 
8969                 addressbook, that have no Face or X-Face
8970                 Fix a few details in the Person edition dialog
8971                 (ability to unset picture)
8972                 Remove picture file when deleting contacts
8973
8974 2007-10-09 [iwkse]      3.0.2cvs43
8975
8976         * src/gtk/about.c
8977                 center the about window
8978
8979 2007-10-09 [paul]       3.0.2cvs42
8980
8981         * src/prefs_toolbar.c
8982                 fix icon selector window on maemo
8983
8984 2007-10-09 [paul]       3.0.2cvs41
8985
8986         * src/messageview.c
8987                 add 'go to' menu to separate msgview
8988
8989 2007-10-09 [colin]      3.0.2cvs40
8990
8991         * src/common/defs.h
8992                 Add forgotten file
8993
8994 2007-10-09 [iwkse]      3.0.2cvs39
8995
8996         * Makefile.am
8997         * src/addressbook.c
8998         * src/addritem.c
8999         * src/addritem.h
9000         * src/editaddress.c
9001         * src/editaddress_other_attributes_ldap.h
9002         * src/addrbook.c
9003         * src/Makefile.am
9004                 set a photo in the Addressbook
9005
9006 2007-10-08 [colin]      3.0.2cvs38
9007
9008         * src/prefs_toolbar.c
9009                 Make height 320 to remove the scrollbar 
9010                 (with current number of icons)
9011
9012 2007-10-08 [colin]      3.0.2cvs37
9013
9014         * src/prefs_toolbar.c
9015                 Transform the treeview to a GtkIconView.
9016                 Patch by Pawel
9017                 In addition, transform the window so that 
9018                 it looks like a popup menu. Patch by me
9019
9020 2007-10-08 [colin]      3.0.2cvs36
9021
9022         * src/compose.c
9023         * src/compose.h
9024                 Beautify the GUI a bit; in particular, show the
9025                 number of attachments in the tab's title.
9026                 Patch by Pawel
9027
9028 2007-10-08 [paul]       3.0.2cvs35
9029
9030         * src/mimeview.c
9031                 Save users from themselves: save temporary
9032                 files used for Open/Open with as read-only.
9033                 Thanks to Colin
9034
9035 2007-10-08 [paul]       3.0.2cvs34
9036
9037         * tools/Makefile.am
9038                 forgot this in cvs33
9039
9040 2007-10-08 [paul]       3.0.2cvs33
9041
9042         * tools/kdeservicemenu/README
9043         * tools/kdeservicemenu/claws-mail-attach-files.desktop.template
9044         * tools/kdeservicemenu/install.sh
9045         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
9046                 renamed template* to *template so as not to confuse
9047                 lintian
9048
9049 2007-10-08 [paul]       3.0.2cvs32
9050
9051         * src/prefs_themes.c
9052         * src/stock_pixmap.c
9053                 replace 2 direct uses of RC_DIR
9054
9055 2007-10-07 [colin]      3.0.2cvs31
9056
9057         * src/addrduplicates.c
9058         * src/addrduplicates.h
9059         * src/addressbook.c
9060         * src/addressbook.h
9061         * src/addrindex.c
9062         * src/addrindex.h
9063                 Implement deletion in duplicate finder. 
9064                 Patch by Holger 
9065
9066 2007-10-07 [colin]      3.0.2cvs30
9067
9068         * src/exporthtml.c
9069         * src/mbox.c
9070         * src/common/utils.c
9071                 Better fix for Solaris, thanks to Nicolas Doualot
9072
9073 2007-10-07 [colin]      3.0.2cvs29
9074
9075         * AUTHORS
9076         * src/gtk/authors.h
9077                 Add Frank Dietrich
9078
9079 2007-10-07 [colin]      3.0.2cvs28
9080
9081         * src/exporthtml.c
9082                 Fix HTML export to make it more compliant
9083                 Patch by Frank Dietrich <bits_n_bytes@gmx.de>
9084
9085 2007-10-07 [colin]      3.0.2cvs27
9086
9087         * src/prefs_toolbar.c
9088                 Only use icons that wouldn't look stupid in the toolbar
9089                 Patch by Pawel
9090
9091 2007-10-07 [colin]      3.0.2cvs26
9092
9093         * src/prefs_toolbar.c
9094                 Fix old icon being used when none is selected
9095
9096 2007-10-07 [colin]      3.0.2cvs25
9097
9098         * src/toolbar.c
9099                 Fix copy/paste error
9100
9101 2007-10-07 [colin]      3.0.2cvs24
9102
9103         * src/prefs_toolbar.c
9104         * src/toolbar.c
9105         * src/toolbar.h
9106                 Update icon to default one when changing event
9107                 Make the icon chooser nicer (handle Esc, Enter,
9108                 double-click)
9109
9110 2007-10-06 [colin]      3.0.2cvs23
9111
9112         * src/prefs_toolbar.c
9113                 Fix text reset; patch by Pawel
9114
9115 2007-10-06 [colin]      3.0.2cvs22
9116
9117         * src/toolbar.h
9118                 Complete previous commit
9119
9120 2007-10-06 [colin]      3.0.2cvs21
9121
9122         * src/prefs_toolbar.c
9123         * src/toolbar.c
9124                 Set toolbar text automatically to the default
9125                 when changing Event executed on click
9126
9127 2007-10-06 [colin]      3.0.2cvs20
9128
9129         * src/prefs_toolbar.c
9130                 Invert Text and Event fields
9131
9132 2007-10-06 [colin]      3.0.2cvs19
9133
9134         * src/prefs_toolbar.c
9135         * src/toolbar.c
9136                 Make toolbar prefs look much better
9137                 Patch by Pawel Pekala
9138
9139 2007-10-06 [paul]       3.0.2cvs18
9140
9141         * src/account.c
9142         * src/prefs_filtering.c
9143                 fix checkbuttons in gtktreeview on maemo by
9144                 setting maemo's "allow-checkbox-mode" to FALSE
9145
9146 2007-10-06 [colin]      3.0.2cvs17
9147
9148         * configure.ac
9149                 Export -DSOLARIS in CFLAGS for all
9150                 Solaris (not just 2.8) and OpenSolaris
9151
9152 2007-10-06 [paul]       3.0.2cvs16
9153
9154         * AUTHORS
9155         * src/exporthtml.c
9156         * src/mbox.c
9157         * src/gtk/authors.h
9158                 fix build on solaris where ctime_r takes
9159                 3 arguments rather than 2.
9160                 Patch by Nicolas Doualot <slubman.lists@slubman.info>
9161
9162 2007-10-05 [colin]      3.0.2cvs15
9163
9164         * src/etpan/imap-thread.c
9165                 Fix wrong error codepath
9166
9167 2007-10-05 [wwp]        3.0.2cvs14
9168
9169         * src/filtering.c
9170                 Fix unexpected logging of quicksearches:
9171                 debug_filtering_session flag was never reset to FALSE, causing
9172                 matcher functions to log when called from a quicksearch
9173                 (if a filtering session happened before).
9174
9175 2007-10-05 [paul]       3.0.2cvs13
9176
9177         * src/prefs_actions.c
9178         * src/prefs_filtering.c
9179         * src/prefs_template.c
9180                 fix bug 1343, 'Filtering..'s close button
9181                 silently discards new filter'
9182                 Thanks to Colin
9183
9184 2007-10-05 [paul]       3.0.2cvs12
9185
9186         * configure.ac
9187         * src/Makefile.am
9188                 fix bug 1347, '-Wno-unused-function, optional'
9189
9190 2007-10-05 [colin]      3.0.2cvs11
9191
9192         * src/procmime.c
9193         * src/common/mgutils.c
9194                 Fix warnings
9195
9196 2007-10-05 [mones]      3.0.2cvs10
9197
9198         * manual/advanced.xml
9199                 Use full menu name
9200         * manual/es/advanced.xml
9201                 Synchronise translation
9202
9203 2007-10-04 [colin]      3.0.2cvs9
9204
9205         * src/action.c
9206         * src/addrbook.c
9207         * src/addrindex.c
9208         * src/compose.c
9209         * src/exporthtml.c
9210         * src/exportldif.c
9211         * src/folder.c
9212         * src/main.c
9213         * src/matcher.c
9214         * src/mbox.c
9215         * src/messageview.c
9216         * src/mh.c
9217         * src/news.c
9218         * src/partial_download.c
9219         * src/pop.c
9220         * src/procmime.c
9221         * src/procmsg.c
9222         * src/toolbar.c
9223         * src/common/log.c
9224         * src/common/mgutils.c
9225         * src/common/plugin.c
9226         * src/common/utils.c
9227         * src/common/xml.c
9228         * src/common/xml.h
9229         * src/common/xmlprops.c
9230         * src/common/xmlprops.h
9231         * src/plugins/bogofilter/bogofilter.c
9232         * src/plugins/clamav/clamav_plugin.c
9233         * src/plugins/dillo_viewer/dillo_prefs.c
9234         * src/plugins/pgpcore/prefs_gpg.c
9235         * src/plugins/pgpinline/pgpinline.c
9236         * src/plugins/pgpmime/pgpmime.c
9237         * src/plugins/spamassassin/spamassassin.c
9238         * src/plugins/trayicon/trayicon_prefs.c
9239                 Verify success on writes. Will fix possible strange
9240                 failure on disk full.
9241
9242 2007-10-04 [paul]       3.0.2cvs8
9243
9244         * manual/advanced.xml
9245                 add further info about Actions
9246                 Patch by Emmanuel Briot <briot@adacore.com>
9247
9248 2007-10-04 [paul]       3.0.2cvs7
9249
9250         * src/account.c
9251                 remove the D column, instead indicate the
9252                 default account by use of bold text
9253
9254 2007-10-03 [colin]      3.0.2cvs6
9255
9256         * src/common/template.c
9257                 Fix templates writing (was prone to disk full problems)
9258
9259 2007-10-03 [colin]      3.0.2cvs5
9260
9261         * src/Makefile.am
9262         * src/addrduplicates.c
9263         * src/addrduplicates.h
9264         * src/addressbook.c
9265                 Add duplicate deletion. Patch by Holger
9266
9267 2007-10-03 [colin]      3.0.2cvs4
9268
9269         * src/matcher.c
9270         * src/gtk/quicksearch.c
9271                 Fix bug 1340, 'Case insensitive searches with 
9272                 non-ascii alphabets fail'.
9273
9274 2007-10-03 [colin]      3.0.2cvs3
9275
9276         * src/main.c
9277         * src/common/utils.c
9278         * src/common/utils.h
9279                 Implement run-time alternative config directories
9280
9281 2007-10-03 [colin]      3.0.2cvs2
9282
9283         * src/folderview.c
9284                 Prevent opening folder item while folder
9285                 is scanned in a better way
9286
9287 2007-10-02 [paul]       3.0.2cvs1
9288
9289         * NEWS
9290         * README
9291         * RELEASE_NOTES
9292         * configure.ac
9293                 bump up version number following stable release
9294
9295 2007-09-30 [colin]      3.0.1cvs49
9296
9297         * src/imap.c
9298                 Refresh session if needed
9299
9300 2007-09-30 [colin]      3.0.1cvs48
9301
9302         * src/imap.c
9303                 Reset folder's session to NULL
9304                 before destroying it
9305
9306 2007-09-30 [mones]      3.0.1cvs47
9307
9308         * manual/handling.xml
9309                 Use markup quotes instead hardcoded quotes
9310         * manual/es/handling.xml
9311                 Added new synced section (IMAP subscriptions)
9312
9313 2007-09-29 [colin]      3.0.1cvs46
9314
9315         * src/imap.c
9316                 Notice disconnections faster
9317
9318 2007-09-28 [colin]      3.0.1cvs45
9319
9320         * src/addressbook.c
9321         * src/addrindex.c
9322                 Fix warnings
9323
9324 2007-09-28 [paul]       3.0.1cvs44
9325
9326         * src/mimeview.c
9327                 fix maemo build
9328
9329 2007-09-28 [paul]       3.0.1cvs43
9330
9331         * src/account.c
9332                 use gtk_widget_set_size_request() on the label
9333                 so that wrapping works better. get rid of the
9334                 (partially deprecated) hbutton_box.
9335                 these changes should prevent buttons overlapping
9336                 on maemo
9337
9338 2007-09-28 [colin]      3.0.1cvs42
9339
9340         * src/pop.c
9341                 Fix typo :)
9342
9343 2007-09-28 [colin]      3.0.1cvs41
9344
9345         * src/compose.c
9346         * src/msgcache.c
9347         * src/pop.c
9348         * src/procmime.c
9349         * src/etpan/imap-thread.c
9350                 64bits-related warning fixes
9351
9352 2007-09-28 [colin]      3.0.1cvs40
9353
9354         * src/folder_item_prefs.c
9355         * src/ldaputil.c
9356         * src/mainwindow.c
9357         * src/mimeview.c
9358         * src/common/tags.c
9359                 Fix warnings
9360
9361 2007-09-28 [colin]      3.0.1cvs39
9362
9363         * src/plugins/spamassassin/spamassassin.c
9364         * src/plugins/spamassassin/spamassassin.h
9365         * src/plugins/spamassassin/spamassassin_gtk.c
9366                 Add addressbook-based whitelisting
9367
9368 2007-09-28 [colin]      3.0.1cvs38
9369
9370         * src/folder.c
9371                 Fix bug 1337, 'crash on pressing Send button'
9372
9373 2007-09-28 [paul]       3.0.1cvs37
9374
9375         * src/prefs_folder_item.c
9376                 give the orphans a parent. makes all prefs
9377                 pages visible on maemo
9378
9379 2007-09-28 [colin]      3.0.1cvs36
9380
9381         * src/prefs_folder_column.c
9382         * src/prefs_summary_column.c
9383                 Fix two leaks
9384
9385 2007-09-27 [colin]      3.0.1cvs35
9386
9387         * src/gtk/quicksearch.c
9388                 Fix bug 1336, 'Segfault if empty space before search-string'
9389
9390 2007-09-26 [mones]      3.0.1cvs34
9391
9392         * manual/account.xml
9393         * manual/plugins.xml
9394                 Fixed irc channel name, added some docbook markup.
9395                 Changed text markup to docbook markup. 
9396                 Added spamcop as supported in SpamReport description.
9397         * manual/fr/plugins.xml
9398                 Fixed irc channel name.
9399         * manual/es/account.xml
9400         * manual/es/advanced.xml
9401         * manual/es/claws-mail-manual.xml
9402         * manual/es/glossary.xml
9403         * manual/es/gpl.xml
9404         * manual/es/keyboard.xml
9405         * manual/es/plugins.xml
9406                 Synced with English version, fixed a couple of typos.
9407
9408 2007-09-26 [colin]      3.0.1cvs33
9409
9410         * configure.ac
9411                 Explain why "Libgnomeprint: no" on GTK+ 2.10
9412
9413 2007-09-26 [colin]      3.0.1cvs32
9414
9415         * src/messageview.c
9416         * src/procmsg.c
9417         * src/procmsg.h
9418                 Optimisation: avoid fetching mail 3 times locally
9419                 for displaying
9420
9421 2007-09-26 [colin]      3.0.1cvs31
9422
9423         * src/mh.c
9424                 Fix missing static
9425
9426 2007-09-26 [colin]      3.0.1cvs30
9427
9428         * src/folder.c
9429         * src/folder.h
9430         * src/mh.c
9431         * src/mh.h
9432                 Fix MH mtime hack - make it a folder class function
9433
9434 2007-09-26 [colin]      3.0.1cvs29
9435
9436         * src/inc.c
9437                 Fix bug 1334, 'user defined mail incorporation 
9438                 script not run'
9439
9440 2007-09-25 [colin]      3.0.1cvs28
9441
9442         * src/codeconv.c
9443                 Optimisation: shortcut conv_codeset_strdup
9444                 when src_code and dest_code are the same
9445         * src/common/xml.c
9446         * src/common/xml.h
9447                 Optimisation: shortcut code conversions when
9448                 files are in UTF-8; faster list walking by
9449                 using prepend/reverse.
9450
9451 2007-09-25 [holger]     3.0.1cvs27
9452
9453         * src/printing.c
9454                 Replace button bar of the preview window
9455                 with a real toolbar (patch by Colin)
9456                 Add zooming to the preview window
9457
9458 2007-09-24 [paul]       3.0.1cvs26
9459
9460         * src/compose.c
9461                 compact the character set menu, adding some
9462                 missing encodings. Patch by Pawel Pekala
9463
9464 2007-09-23 [paul]       3.0.1cvs25
9465
9466         * src/prefs_account.c
9467         * src/prefs_folder_item.c
9468         * src/prefs_quote.c
9469         * src/quote_fmt.c
9470         * src/quote_fmt.h
9471                 remove unnecessary frame from Templates options
9472                 and improve the English of the check button label
9473
9474 2007-09-22 [colin]      3.0.1cvs24
9475
9476         * src/gtk/quicksearch.c
9477                 Fix bug 1329, 'error in quicksearch.c'
9478                 Fix return with value in function returning void
9479
9480 2007-09-22 [colin]      3.0.1cvs23
9481
9482         * src/imap.c
9483         * src/procmsg.h
9484         * src/common/utils.c
9485         * src/common/utils.h
9486         * src/etpan/imap-thread.c
9487                 Optimise fetching IMAP cached emails *a lot*
9488                 (remember whether mail is fully cached and \r's
9489                  are already stripped)
9490
9491 2007-09-22 [colin]      3.0.1cvs22
9492
9493         * src/folder.c
9494         * src/folder.h
9495         * src/prefs_folder_item.c
9496                 Add a button to allow users to drop local caches.
9497
9498 2007-09-21 [colin]      3.0.1cvs21
9499
9500         * src/summaryview.c
9501                 Remove unnecessary error when cancelling export to mbox.
9502                 Patch by Pawel
9503
9504 2007-09-21 [paul]       3.0.1cvs20
9505
9506         * src/gtk/prefswindow.c
9507                 remove unnecessary frames from the prefs
9508                 pages. Patch by Pawel Pekala
9509
9510 2007-09-21 [paul]       3.0.1cvs19
9511
9512         * src/prefs_account.c
9513         * src/prefs_folder_item.c
9514         * src/prefs_quote.c
9515         * src/quote_fmt.c
9516                 put the Templates options into a tabbed
9517                 layout. Patch by Pawel Pekala
9518
9519 2007-09-21 [paul]       3.0.1cvs18
9520
9521         * src/mainwindow.c
9522                 group together the character set menu items
9523                 move the /View/Show or hide/Message view below
9524                 .../Toolbar menu item
9525                 Patch by Pawel Pekala
9526
9527 2007-09-21 [mones]      3.0.1cvs17
9528
9529         * src/compose.c
9530                 Fix for bug 1327, 'segfault when replying to a non-existent
9531                 news message', thanks to Colin.
9532
9533 2007-09-21 [colin]      3.0.1cvs16
9534
9535         * src/folderview.c
9536                 Complete 3.0.1cvs15
9537
9538 2007-09-20 [colin]      3.0.1cvs15
9539
9540         * src/folderview.c
9541         * src/folderview.h
9542                 Maybe fix bug 1324, 'Corrupted IMAP cache'
9543
9544 2007-09-20 [colin]      3.0.1cvs14
9545
9546         * src/printing.c
9547                 Fix a little leak
9548
9549 2007-09-20 [holger]     3.0.1cvs13
9550
9551         * src/printing.c
9552                 Add page layout to print preview.
9553                 Make the close-button in the toolbar
9554                 right-aligned.
9555
9556 2007-09-20 [paul]       3.0.1cvs12
9557
9558         * po/ru.po
9559                 updated by Pavlo Bohmat
9560
9561 2007-09-19 [colin]      3.0.1cvs11
9562
9563         * src/common/utils.c
9564                 Prevent unquoted mime boundaries, by always
9565                 using a /
9566
9567 2007-09-19 [colin]      3.0.1cvs10
9568
9569         * src/printing.c
9570                 Fix drawing area size, fix DPI change that
9571                 can cause total number of lines to decrease
9572
9573 2007-09-19 [colin]      3.0.1cvs9
9574
9575         * po/POTFILES.in
9576         * src/printing.c
9577                 Make print preview more efficient and nicer.
9578                 Patch mostly by Holger Berndt <hb@claws-mail.org>
9579
9580 2007-09-19 [colin]      3.0.1cvs8
9581
9582         * src/prefs_common.c
9583         * src/prefs_common.h
9584         * src/printing.c
9585                 Add scrolledwindow, default allocation and
9586                 size saving to the print preview window.
9587
9588 2007-09-18 [colin]      3.0.1cvs7
9589
9590         * src/prefs_common.c
9591         * src/prefs_common.h
9592         * src/prefs_image_viewer.c
9593         * src/printing.c
9594                 GtkPrintOperation:
9595                 - add image printing support
9596                 - add option to print images
9597                 - add preview widget
9598                 - add saving of a few Page Setup parameters
9599
9600 2007-09-18 [colin]      3.0.1cvs6
9601
9602         * AUTHORS
9603         * src/gtk/authors.h
9604                 Add Guillaume Chazarain
9605
9606 2007-09-18 [colin]      3.0.1cvs5
9607
9608         * src/common/utils.c
9609                 Fix bug 1321, 'access before allocation 
9610                 when scanning for uris'. Patch by 
9611                 Guillaume Chazarain <guichaz@yahoo.fr>
9612
9613 2007-09-18 [colin]      3.0.1cvs4
9614
9615         * src/toolbar.c
9616                 Fix bug 1320, 'Memory leak caused by 
9617                 gtk_container_get_children'. Patch by
9618                 Guillaume Chazarain <guichaz@yahoo.fr>
9619
9620 2007-09-18 [colin]      3.0.1cvs3
9621
9622         * src/printing.c
9623         * src/printing.h
9624                 Fix HAVE_GNOMEPRINT (USE_GNOMEPRINT)
9625
9626 2007-09-18 [colin]      3.0.1cvs2
9627
9628         * src/Makefile.am
9629         * src/mainwindow.c
9630         * src/messageview.c
9631         * src/messageview.h
9632         * src/prefs_ext_prog.c
9633         * src/prefs_fonts.c
9634         * src/printing.c
9635         * src/printing.h
9636         * src/summaryview.c
9637                 Use GtkPrintOperation by default on GTK+ >= 2.10
9638                 Patch by Holger Berndt <hb@claws-mail.org>
9639
9640 2007-09-18 [paul]       3.0.1cvs1
9641
9642         * NEWS
9643         * README
9644         * RELEASE_NOTES
9645         * configure.ac
9646                 bump up version number following stable release
9647
9648 2007-09-16 [colin]      3.0.0cvs18
9649
9650         * src/folder.c
9651                 Fix possible memleak
9652
9653 2007-09-16 [colin]      3.0.0cvs17
9654
9655         * src/folderview.c
9656                 Fix bug 1311, 'Wrong arrow position 
9657                 while moving message into folder when 
9658                 column headers hidden'
9659         * src/image_viewer.c
9660                 Show error in the GUI if image can't
9661                 be loaded
9662         * src/matcher.c
9663                 Fix spurious output
9664         * src/messageview.c
9665                 Allow setting domain in msgid
9666         * src/common/plugin.c
9667                 Add timing information
9668
9669 2007-09-16 [colin]      3.0.0cvs16
9670
9671         * src/account.c
9672         * src/compose.c
9673         * src/prefs_account.c
9674         * src/prefs_account.h
9675         * src/common/utils.c
9676                 Remove Generate Message-ID option. We need
9677                 this on some IMAP servers.
9678         * src/prefs_template.c
9679                 Fix double-free
9680
9681 2007-09-16 [colin]      3.0.0cvs15
9682
9683         * src/prefs_filtering.c
9684         * src/prefs_filtering.h
9685         * src/prefs_filtering_action.c
9686         * src/common/tags.c
9687                 Fix tags issues: tags with spaces, renaming
9688                 tags.
9689
9690 2007-09-16 [colin]      3.0.0cvs14
9691
9692         * src/folderview.c
9693         * src/main.c
9694         * src/mainwindow.c
9695                 Fix bug 1308, 'Claws deletes folderlist.xml after
9696                 fetching mail short after start-up'
9697
9698 2007-09-16 [colin]      3.0.0cvs13
9699
9700         * src/compose.c
9701                 Fix scrolling to cursor
9702
9703 2007-09-16 [paul]       3.0.0cvs12
9704
9705         * po/sr.po
9706                 updated by Aleksandar Urosevic
9707
9708 2007-09-16 [paul]       3.0.0cvs11
9709
9710         * src/folder.c
9711                 do not allow locked msgs to be deleted,
9712                 even by filtering/processing
9713
9714 2007-09-07 [paul]       3.0.0cvs10
9715
9716         * src/prefs_folder_column.c
9717         * src/prefs_summary_column.c
9718                 implement button sensitivity
9719                 patch by Pawel Pekala
9720
9721 2007-09-06 [wwp]        3.0.0cvs9
9722
9723         * src/prefs_gtk.c
9724                 Add a missing linefeed to a debug message.
9725
9726 2007-09-05 [colin]      3.0.0cvs8
9727
9728         * src/inc.c
9729                 Fix statusbar/window mismatch on Maemo
9730
9731 2007-09-05 [colin]      3.0.0cvs7
9732
9733         * src/ldaputil.c
9734                 Fix build without USE_LDAP_TLS
9735
9736 2007-09-05 [colin]      3.0.0cvs6
9737
9738         * src/folder.c
9739         * src/imap.c
9740         * src/inc.c
9741         * src/mbox.c
9742         * src/send_message.c
9743         * src/statusbar.c
9744         * src/statusbar.h
9745                 Maemo: distinguish various statusbar messages,
9746                 in order to display only the most important.
9747
9748 2007-09-04 [wwp]        3.0.0cvs5
9749
9750         * src/account.c
9751                 Accounts list: fix "Local" protocol not shown when USE_OPENSSL is set.
9752                 Show protocol "SMTP" and the appropriate server for send-only
9753                 accounts, show "-" instead of "" when no value is relevant.
9754
9755 2007-09-03 [ticho]      3.0.0cvs4
9756
9757         * src/summaryview.c
9758                 Handle plural form better in delete confirmation dialog.
9759
9760 2007-09-03 [wwp]        3.0.0cvs3
9761
9762         * src/compose.c
9763                 Warn differently when sending or sending later (queueing).
9764
9765 2007-09-03 [colin]      3.0.0cvs2
9766
9767         * src/procmime.c
9768         * src/procmime.h
9769         * src/common/plugin.c
9770         * src/common/plugin.h
9771                 Add a new plugin API, MimeParser. It allows
9772                 plugins to scan email MIME parts and optionally,
9773                 transform them.
9774
9775 2007-09-03 [mones]      3.0.0cvs1
9776
9777         * po/es.po
9778                 Updated translation
9779         * src/common/defs.h
9780                 While a better solution is made double history sizes
9781
9782 2007-09-03 [paul]       3.0.0
9783
9784         * NEWS
9785         * README
9786         * RELEASE_NOTES
9787                 3.0.0 released
9788
9789 [For previous entries, see ChangeLog.2.0.0-3.0.0]