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