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