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