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