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