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