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