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