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