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