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