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