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