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