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