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