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