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