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