c6d11c08a5d3068ecc4b74296d53038359b2953d
[claws.git] / ChangeLog
1 2008-04-18 [colin]      3.3.1cvs60
2
3         * po/fr.po
4                 Update translation (Fabien Vantard)
5
6 2008-04-17 [colin]      3.3.1cvs59
7
8         * src/imap.c
9                 Fix debian bug 474712, 'claws seg faults when IMAP 
10                 connection breaks after an IMAP protocol error 
11                 (BAD UID SEARCH Invalid parameter: $Forwarded)]'
12         * src/summaryview.c
13                 Fix a little leak
14
15 2008-04-17 [colin]      3.3.1cvs58
16
17         * src/common/log.c
18                 Fix log size getting out of control (claws-mail
19                 getting SIGXFSZ): rotate if every 10MB
20
21 2008-04-10 [paul]       3.3.1cvs57
22
23         * src/prefs_other.c
24                 improvements to english usage
25
26 2008-04-10 [paul]       3.3.1cvs56
27
28         * src/prefs_receive.c
29                 add an accurate description
30
31 2008-04-08 [colin]      3.3.1cvs55
32
33         * src/undo.c
34                 Probably fix corruption, introduced in cvs53
35
36 2008-04-04 [iwkse]      3.3.1cvs54
37
38         * src/undo.c
39                 undo should works properly again
40
41 2008-04-04 [iwkse]      3.3.1cvs53
42
43         * src/undo.c
44                 Fix a segfault but breaks undo
45                 on a specific case (eg. double paste with
46                 middle-mouse button)
47
48 2008-04-04 [iwkse]      3.3.1cvs52
49
50         * src/prefs_filtering.c
51                 Fix previous Tab mess
52
53 2008-04-03 [iwkse]      3.3.1cvs51
54
55         * src/prefs_filtering.c
56                 Add search in filtering rules list
57
58 2008-04-02 [colin]      3.3.1cvs50
59
60         * src/main.c
61                 Revert part of the previous patch: we do
62                 want to parse ~/.claws-mail/gtkrc-2.0 if it
63                 exists
64
65 2008-04-02 [colin]      3.3.1cvs49
66
67         * src/main.c
68                 Fix bug 1562, 'Claws-Mail does not completely 
69                 respect settings in GTK2_RC_FILES environment'
70                 Remove manual parsing of .gtkrc-2.0 and 
71                 .gtk/gtkrc-2.0. GTK does it itself these days.
72
73 2008-04-01 [colin]      3.3.1cvs48
74
75         * src/imap_gtk.c
76                 Fix bug 1561, 'Crashes leaving unsubscribed folder after 
77                 ticking "Show only subscribed"'
78
79 2008-03-31 [colin]      3.3.1cvs47
80
81         * src/folder.c
82                 Fix bug 1553, 'File lock not respected'
83                 Regression due to the implementation of
84                 deletion batching
85
86 2008-03-31 [colin]      3.3.1cvs46
87
88         * src/mainwindow.c
89                 Fix tags menu update, thanks to Paul
90
91 2008-03-29 [wwp]        3.3.1cvs45
92
93         * src/prefs_account.c
94         * src/prefs_common.c
95         * src/prefs_folder_item.c
96         * src/prefs_quote.c
97         * src/quote_fmt.c
98         * src/quote_fmt.h
99                 Fix compose template formats (in global preferences)
100                 being translated under specific conditions.
101                 Add a button to restore factory defaults for current
102                 language.
103
104 2008-03-27 [colin]      3.3.1cvs44
105
106         * src/common/prefs.c
107         * src/common/xmlprops.c
108                 Fix RedHat bug 431735, 'segfault if /home is full' 
109                 (when starting): Fix double fclose() in prefs.c
110                 and potentially xmlprops.c
111
112 2008-03-27 [colin]      3.3.1cvs43
113
114         * src/addressbook.c
115                 Fix bug 1559, 'Claws Mail crashed deleting all 
116                 common contacts'
117
118 2008-03-27 [wwp]        3.3.1cvs42
119
120         * src/addressbook.c
121                 Fix 3.3.0cvs41.
122
123 2008-03-27 [wwp]        3.3.1cvs41
124
125         * src/addressbook.c
126                 Prevent list flickering when deleting addresses.
127
128 2008-03-26 [colin]      3.3.1cvs40
129
130         * src/imap.c
131                 Clean up session disconnection. Possibly
132                 fix Ubuntu bug #204290
133
134 2008-03-26 [colin]      3.3.1cvs39
135
136         * src/textview.c
137                 Fix bug 1555: current folder wasn't used when
138                 right-clicking on an email address
139
140 2008-03-25 [colin]      3.3.1cvs38
141
142         * src/plugins/bogofilter/bogofilter.c
143         * src/plugins/bogofilter/bogofilter.h
144         * src/plugins/bogofilter/bogofilter_gtk.c
145                 Add a "learn from whitelist" preference
146                 Whitelist Unsure mails too.
147
148 2008-03-24 [paul]       3.3.1cvs37
149
150         * src/prefs_account.c
151                 If no MH mailbox and no account exists, when
152                 creating a POP/Local account, just create and
153                 use the default one instead of bailing with a
154                 "Mailbox doesn't exist" error
155
156 2008-03-21 [colin]      3.3.1cvs36
157
158         * src/procmime.c
159                 strstrip mime subtype
160
161 2008-03-21 [paul]       3.3.1cvs35
162
163         * manual/advanced.xml
164                 correct and update the info about Actions
165
166 2008-03-20 [colin]      3.3.1cvs34
167
168         * src/messageview.c
169         * src/messageview.h
170         * src/textview.c
171                 Show at max 1MB of text, add a noticeview to
172                 show everything optionally.
173
174 2008-03-20 [colin]      3.3.1cvs33
175
176         * src/stock_pixmap.c
177                 Add support for png themes
178
179 2008-03-19 [wwp]        3.3.1cvs32
180
181         * src/procheader.c
182                 Sanity check.
183
184 2008-03-18 [colin]      3.3.1cvs31
185
186         * src/common/utils.c
187         * src/common/utils.h
188                 Handle size_t instead of off_t in to_human_readable
189
190 2008-03-18 [colin]      3.3.1cvs30
191
192         * src/imap.c
193                 Remove raw printf
194
195 2008-03-16 [colin]      3.3.1cvs29
196
197         * src/summaryview.c
198                 Fix build on GTK < 2.12
199
200 2008-03-16 [colin]      3.3.1cvs28
201
202         * src/mainwindow.c
203                 Refresh non-list widget when switching
204                 messageview
205
206 2008-03-16 [colin]      3.3.1cvs27
207
208         * manual/faq.xml
209                 Revert cvs25: This wasn't a typo :) :
210                 jade:.../faq.xml:49:16:E: there is no attribute "linkend"
211
212
213 2008-03-16 [colin]      3.3.1cvs26
214
215         * src/summaryview.c
216         * src/gtk/gtksctree.c
217         * src/gtk/gtksctree.h
218                 Implement 2-lines items in Summaryview when in 
219                 three columns mode
220
221 2008-03-16 [paul]       3.3.1cvs25
222
223         * manual/faq.xml
224                 fix typo
225
226 2008-03-14 [colin]      3.3.1cvs24
227
228         * src/prefs_filtering_action.c
229                 Fix buglet on setting recipient when
230                 reediting forward rules.
231
232 2008-03-12 [colin]      3.3.1cvs23
233
234         * src/summaryview.c
235                 Fix a new unused variable warning
236         * src/plugins/trayicon/trayicon.c
237                 Fix folderview's scrollbar at startup
238                 if starting hidden
239
240 2008-03-12 [colin]      3.3.1cvs22
241
242         * src/folderview.c
243         * src/summaryview.c
244                 Use item_opened at the beginning of showing
245                 a folder instead of the end. Fixes flicker.
246
247 2008-03-12 [paul]       3.3.1cvs21
248
249         * src/folder.c
250         * src/folder.h
251         * src/mainwindow.c
252         * src/procmsg.c
253         * src/summaryview.c
254         * src/plugins/trayicon/trayicon.c
255                 add tooltip with extended folder stats
256
257 2008-03-10 [colin]      3.3.1cvs20
258
259         * src/common/xml.c
260                 Handle comments
261
262 2008-03-07 [colin]      3.3.1cvs19
263
264         * src/mainwindow.c
265                 Fix blinking of the taskbar entry
266
267 2008-03-07 [colin]      3.3.1cvs18
268
269         * src/mainwindow.c
270                 MAEMO: Fix bug 1494, 'Trayicon 
271                 plugin breaks UI...'
272
273 2008-03-07 [paul]       3.3.1cvs17
274
275         * src/gtk/authors.h
276                 reflect reality a bit more closely
277
278 2008-03-06 [colin]      3.3.1cvs16
279
280         * src/mainwindow.c
281         * src/mainwindow.h
282         * src/summaryview.c
283         * src/summaryview.h
284         * src/toolbar.c
285                 Integrate things better wrt the new
286                 summaryview extensibility.
287
288 2008-03-06 [wwp]        3.3.1cvs15
289
290         * src/quote_fmt.c
291                 Fix some gcc warnings.
292
293 2008-03-06 [wwp]        3.3.1cvs14
294
295         * src/prefs_account.c
296         * src/prefs_folder_item.c
297         * src/prefs_gtk.c
298         * src/prefs_template.c
299         * src/gtk/prefswindow.c
300         * src/gtk/prefswindow.h
301                 prefs_templates: fix missing unregistering of addr_completion widgets
302                 and and ending of addr_completion service.
303                 prefs_folder_item: fix missing registering/unregistering of widgets,
304                 and rework the way add_completion service is started and stopped.
305                 Plus few prefswindow API changes (opening).
306
307 2008-03-06 [wwp]        3.3.1cvs13
308
309         * src/folder_item_prefs.c
310         * src/prefs_template.c
311         * src/prefs_template.h
312         * src/quote_fmt.c
313         * src/common/template.c
314                 Complete 3.3.1cvs12, thanks to Colin.
315
316 2008-03-06 [wwp]        3.3.1cvs12
317
318         * src/compose.c
319         * src/folder_item_prefs.c
320         * src/folder_item_prefs.h
321         * src/prefs_account.c
322         * src/prefs_folder_item.c
323         * src/prefs_quote.c
324         * src/prefs_template.c
325         * src/quote_fmt.c
326         * src/quote_fmt.h
327         * src/common/template.c
328         * src/common/template.h
329                 Global and per-folder templates can now override the from name (this
330                 doesn't change the account being used).
331                 Examples:
332                  "My other name" <%account_email> (just changes the name)
333                  my.faked.email@address.org (overrides the address too)
334
335 2008-03-05 [colin]      3.3.1cvs11
336
337         * src/summaryview.c
338         * src/summaryview.h
339                 Replace that hbox with a notebook
340
341 2008-03-05 [colin]      3.3.1cvs10
342
343         * src/folder.h
344         * src/folderview.c
345                 Add klass functions for notification of folder
346                 opening/closing via the GUI
347         * src/summaryview.c
348         * src/summaryview.h
349                 Add a specific container for the scrolledwin
350
351 2008-03-05 [colin]      3.3.1cvs9
352
353         * src/folder.h
354         * src/folderview.c
355                 Add klass functions for notification of folder 
356                 opening/closing via the GUI
357         * src/summaryview.c
358         * src/summaryview.h
359                 Add a specific container for the scrolledwin
360
361 2008-03-02 [colin]      3.3.1cvs8
362
363         * src/messageview.c
364                 MAEMO: Fix bug 1541, 'Deleting message from within 
365                 read window displays next message then closes.'
366
367 2008-03-02 [colin]      3.3.1cvs7
368
369         * src/main.c
370                 Probably fix bug 1539, 'Program crashes':
371                 Setup Gcrypt's thread functions when built
372                 with GnuTLS
373
374 2008-03-01 [colin]      3.3.1cvs6
375
376         * src/folder.c
377         * src/imap_gtk.c
378                 Get rid of stale folders with no account
379
380 2008-02-28 [colin]      3.3.1cvs5
381
382         * src/compose.c
383                 Fix bug 1534, 'Segmentation fault when doing 
384                 some draft saving and then throwing away'
385         * src/imap.c
386                 Fix bug 1533, 'Claws is unable to mark messages 
387                 as "read" in IMAP shared folders'
388         * src/etpan/imap-thread.c
389                 Fix bug 1515, 'large messages crash claws when 
390                 syncing for offline mode'. This is rather a
391                 workaround, and mails > 64MB will still be
392                 problematic if there's less than 64MB available
393                 on the dataroot volume.
394         * src/messageview.c
395                 MAEMO: Add information when fetching big messages
396
397 2008-02-26 [colin]      3.3.1cvs4
398
399         * src/imap.c
400                 fix bug 1532, '"login refused" message insufficiently 
401                 detailed'
402
403 2008-02-26 [paul]       3.3.1cvs3
404
405         * INSTALL
406         * README
407                 remove mentions of ClamAV and a few other
408                 old bits of information
409
410 2008-02-23 [colin]      3.3.1cvs2
411
412         * src/main.c
413                 Fix log output (missing \n)
414
415 2008-02-23 [colin]      3.3.1cvs1
416
417         * configure.ac
418                 Bump version number for stable release
419
420 2008-02-23 [paul]       3.3.0cvs21
421
422         * po/he.po
423                 updated by Ofer
424
425 2008-02-21 [colin]      3.3.0cvs20
426
427         * src/matcher.c
428                 Fix bug 1527, 'filtering is case sensitive when it 
429                 shouldn't be'
430
431 2008-02-20 [colin]      3.3.0cvs19
432
433         * src/main.c
434                 Fix file attachments from older Thunar
435
436 2008-02-19 [colin]      3.3.0cvs18
437
438         * manual/plugins.xml
439         * manual/es/plugins.xml
440         * manual/fr/plugins.xml
441         * manual/pl/plugins.xml
442                 Remove Clamav
443
444 2008-02-19 [paul]       3.3.0cvs17
445
446         * tools/README
447         * tools/csv2addressbook.pl
448                 add support for Kmail/Kaddressbook
449
450 2008-02-18 [colin]      3.3.0cvs16
451
452         * src/imap.c
453                 Unset folder's session before creating a
454                 new one
455         * src/main.c
456         * src/prefs_common.c
457         * src/prefs_common.h
458         * manual/advanced.xml
459                 Add an hidden use_networkmanager pref, to
460                 disable NetworkManager handling. Also,
461                 consider UNKNOWN state to be CONNECTED.
462
463 2008-02-18 [wwp]        3.3.0cvs15
464
465         * src/matcher.c
466                 Fix Engrish and make 'not' more visible in filtering debug logs.
467
468 2008-02-15 [colin]      3.3.0cvs14
469
470         * src/matcher.c
471                 Revert cvs10 for now, it breaks the feature
472
473 2008-02-15 [colin]      3.3.0cvs13
474
475         * src/main.c
476                 Always focus folder tree at startup
477         * src/compose.c
478                 Fix bug 1521, 'Cannot close compose window after 
479                 replying to a non-existent news message'
480
481 2008-02-13 [colin]      3.3.0cvs12
482
483         * src/folderview.c
484                 Fix important warnings
485
486 2008-02-12 [colin]      3.3.0cvs11
487
488         * src/imap.c
489         * src/etpan/imap-thread.c
490         * src/etpan/imap-thread.h
491                 Fix handling of $Forwarded flag on Exchange:
492                 check for the existence or creatability of a
493                 flag before using it.
494
495 2008-02-12 [colin]      3.3.0cvs10
496
497         * src/matcher.c
498                 Optimise matching on Found in addressbook if
499                 the matched header is in cache (From, etc)
500
501 2008-02-12 [colin]      3.3.0cvs9
502
503         * src/folderview.c
504                 Fix crashy stuff when changing displayed
505                 columns
506
507 2008-02-12 [wwp]        3.3.0cvs8
508
509         * src/folder.h
510                 Remove duplicate func declaration and restore the one
511                 a missing one.
512
513 2008-02-12 [wwp]        3.3.0cvs7
514
515         * src/compose.c
516         * src/export.c
517         * src/folder.c
518         * src/folder.h
519         * src/foldersel.c
520         * src/foldersel.h
521         * src/imap_gtk.c
522         * src/import.c
523         * src/mainwindow.c
524         * src/messageview.c
525         * src/mh_gtk.c
526         * src/prefs_account.c
527         * src/prefs_filtering_action.c
528         * src/summaryview.c
529         * src/plugins/bogofilter/bogofilter_gtk.c
530         * src/plugins/spamassassin/spamassassin_gtk.c
531                 Allow moving/copying folders to root folders when using
532                 the folder selection dialog (it was not possible to
533                 maemo users to reparent a subfolder to a root folder
534                 at all).
535
536 2008-02-12 [fabien]     3.3.0cvs6
537
538         * po/fr.po
539                 a few days late for i18n fr update. Sorry.
540
541 2008-02-11 [colin]      3.3.0cvs5
542
543         * src/main.c
544                 Implement support for future /dev/mem_notify.
545                 This Linux kernel feature will allow applications
546                 to be notified that memory has to be freed
547                 before getting OOM-killed. For more information:
548                 http://lwn.net/Articles/267013/
549
550 2008-02-10 [paul]       3.3.0cvs4
551
552         * src/Makefile.am
553         * src/mimeview.c
554         * src/prefs_toolbar.c
555         * src/stock_pixmap.c
556         * src/stock_pixmap.h
557         * src/pixmaps/mime_text_patch.xpm
558                 add an icon for attached patches
559
560 2008-02-09 [paul]       3.3.0cvs3
561
562         * src/gtk/about.c
563                 bump the (c) year
564
565 2008-02-09 [wwp]        3.3.0cvs2
566
567         * src/main.c
568                 Fix compiling issue w/ non-gcc/C99 compilers (suncc).
569
570 2008-02-08 [colin]      3.3.0cvs1
571
572         * src/common/utils.c
573                 Forbid attaching anything containing "../" or ".ssh/"
574                 from mailto: URI
575
576 2008-02-08 [paul]       3.3.0
577
578         * NEWS
579         * README
580         * RELEASE_NOTES 
581                 3.3.0 released
582
583 2008-02-08 [paul]       3.2.0cvs77
584
585         * AUTHORS
586                 updated with new translators
587         * configure.ac
588                 added he to ALL_LINGUAS
589         * po/cs.po
590         * po/de.po
591         * po/es.po
592         * po/fi.po
593         * po/hu.po
594         * po/it.po
595         * po/pt_BR.po
596         * po/zh_CN.po
597                 updated by Tim Brain and Petr Vanek, Stephan Sachse,
598                 Ricardo Mones Lastra, Flammie Pirinen, Pader Rezso,
599                 Andrea Spadaccini, Frederico Goncalves Guimaraes,
600                 and Ralph Young
601         * po/he.po
602                 new Hebrew translation by Ofer <oc666@netvision.net.il>
603         * src/gtk/about.c
604                 updated with new translators and bumped (c) year
605         * src/gtk/authors.h
606                 updated with new translators
607
608 2008-02-05 [colin]      3.2.0cvs76
609
610         * src/messageview.c
611         * src/mimeview.c
612         * src/mimeview.h
613                 Special case text/calendar parts: if there's one in
614                 the mail, and a plugin handling text/calendar is
615                 loaded, show that part. That'll avoid rendering 
616                 meetings as plain text, which just looks broken to
617                 many users.
618
619 2008-02-04 [colin]      3.2.0cvs75
620
621         * src/mainwindow.c
622                 Maemo: Fix LED handling on OS 2008
623
624 2008-02-01 [colin]      3.2.0cvs74
625
626         * src/compose.c
627                 Possibly fix the annoying and hard-to reproduce bug
628                 where lines 
629                 are
630                 rewrapped
631                 like
632                 that.
633
634 2008-02-01 [paul]       3.2.0cvs73
635
636         * src/common/utils.c
637                 fix bug 1502, 'Plus signs are stripped from
638                 email addresses when calling from command line'
639                 Thanks to Colin
640
641 2008-01-31 [colin]      3.2.0cvs72
642
643         * src/exphtmldlg.c
644         * src/mimeview.c
645         * src/summaryview.c
646                 Fix building of URIs from filenames
647
648 2008-01-31 [wwp]        3.2.0cvs71
649
650         * src/main.c
651                 Fixes debug output of compiled-in features list
652                 (completes 3.2.0cvs60).
653
654 2008-01-31 [colin]      3.2.0cvs70
655
656         * configure.ac
657         * po/POTFILES.in
658         * src/compose.c
659         * src/plugins/Makefile.am
660         * src/plugins/clamav/.cvsignore
661         * src/plugins/clamav/Makefile.am
662         * src/plugins/clamav/README
663         * src/plugins/clamav/clamav_plugin.c
664         * src/plugins/clamav/clamav_plugin.h
665         * src/plugins/clamav/clamav_plugin_gtk.c
666         * src/plugins/clamav/clamav_plugin_gtk.deps
667                 Remove the Clamav plugin from the core
668
669 2008-01-28 [wwp]        3.2.0cvs69
670
671         * src/compose.c
672         * src/prefs_template.c
673         * src/prefs_template.h
674         * src/quote_fmt.c
675         * src/quote_fmt.h
676         * src/quote_fmt_lex.l
677         * src/quote_fmt_parse.y
678                 Fix for bug #1493: count lines (\n chars) according to the way
679                 format body is passed (i.e. \-escaped or not).
680
681 2008-01-27 [paul]       3.2.0cvs68
682
683         * po/en_GB.po
684                 updated
685         * src/prefs_actions.c
686         * src/prefs_filtering.c
687         * src/prefs_folder_item.c
688         * src/prefs_template.c
689         * src/gtk/about.c
690                 some minor changes to the English
691
692 2008-01-24 [colin]      3.2.0cvs67
693
694         * src/etpan/imap-thread.c
695         * src/etpan/nntp-thread.c
696                 Fix bug 1348, 'Hang ups at exit time with 
697                 pgp plugin since 3.0.2'
698
699 2008-01-23 [colin]      3.2.0cvs66
700
701         * src/toolbar.c
702                 Fix translation of something that shouldn't be
703
704 2008-01-23 [colin]      3.2.0cvs65
705
706         * src/procmime.c
707                 Fix bug 1486, 'Re: Incorrect content when replying'
708                 Revert to full scan if short scan found only 0-length
709                 text parts
710
711 2008-01-23 [paul]       3.2.0cvs64
712
713         * src/prefs_folder_item.c
714                 fix bug 1485, 'selecting a folder's default
715                 account if name contains '&''
716
717 2008-01-23 [colin]      3.2.0cvs63
718
719         * src/folder.c
720         * src/folder.h
721         * src/main.c
722         * src/mainwindow.c
723                 Fix bug 1480, 'should be able to display mail file
724                 from command line'. Let 'claws-mail --select' accept
725                 absolute paths in addition to folder identifiers.
726
727 2008-01-22 [wwp]        3.2.0cvs62
728
729         * src/account.c
730         * src/account.h
731         * src/compose.c
732         * src/messageview.c
733         * src/summaryview.c
734         * src/common/utils.c
735         * src/common/utils.h
736                 Allow from=address in mailto sequence:
737                   --compose 'recipient@foo.bar?from=i-sent-spam@foo.bar&subject=enlarge-your-ahum&body=body-body'
738                   The 'from' will try to select the first account matching in accounts list,
739                   otherwise will use the usual account selection mechanism but override with
740                   this 'from' address.
741                 Allow mailto with NNTP accounts
742                   mailto is now possible w/ NNTP account - if mailto is used when a NNTP account
743                   is the default one or if a NNTP account address is used with 'from'.
744                   This is more or less a bugfix as it was possible to use mailto with a NNTP
745                   default account but the complete mailto sequence was put in To.
746
747 2008-01-22 [wwp]        3.2.0cvs61
748
749         * doc/man/claws-mail.1
750                 Updated the man page: status of few features, command-line
751                 usage (--version-full) and completed list of config files
752                 and dirs.
753
754 2008-01-22 [wwp]        3.2.0cvs60
755
756         * src/main.c
757                 Added --version-full to display version and compiled-in
758                 features list (for later use by Clawsker for instance).
759
760 2008-01-22 [holger]     3.2.0cvs59
761
762         * src/addrduplicates.c
763                 Fix scrolling in addressbook duplicate
764                 finder result dialog
765
766 2008-01-21 [colin]      3.2.0cvs58
767
768         * src/summaryview.c
769                 Fix bug 1457, 'sorting messages on, say, from, 
770                 should subsort on previous sort choice'. Subsort
771                 by date when sort is Subject, From, To, Tags.
772
773 2008-01-21 [colin]      3.2.0cvs57
774
775         * AUTHORS
776         * src/matcher.c
777         * src/mimeview.c
778         * src/common/ssl.c
779         * src/gtk/authors.h
780                 Fix bug 1478, 'Wrong pthread_create calls all 
781                 over the place'. Patch by Christian Cornelssen
782
783 2008-01-20 [colin]      3.2.0cvs56
784
785         * src/imap.c
786         * src/etpan/imap-thread.c
787         * src/etpan/imap-thread.h
788                 Fix bug 1468, 'Use IMAP keyword to 
789                 store "forwarded" flag'
790
791 2008-01-20 [colin]      3.2.0cvs55
792
793         * src/folderutils.c
794                 Make list operations faster
795
796 2008-01-20 [colin]      3.2.0cvs54
797
798         * src/mainwindow.c
799                 Fix bug 1353, 'on startup with small screen 
800                 layout, keyboard input gets lost'
801
802 2008-01-20 [colin]      3.2.0cvs53
803
804         * src/textview.c
805                 Complete 3.2.0cvs49, and fixes bug 1477, 
806                 'Claws Mail crashes when view PGP-encrypted 
807                 message'
808
809 2008-01-20 [colin]      3.2.0cvs52
810
811         * src/compose.c
812                 Fix privacy menu update when replying to
813                 encrypted mail and no default privacy 
814                 system is set
815
816 2008-01-19 [colin]      3.2.0cvs51
817
818         * src/filtering.c
819         * src/procmsg.h
820         * src/plugins/bogofilter/bogofilter.c
821         * src/plugins/clamav/clamav_plugin.c
822         * src/plugins/spamassassin/spamassassin.c
823                 Batch filtering deletions too (and save 4 bytes
824                 per MsgInfo in the process :)
825
826 2008-01-19 [colin]      3.2.0cvs50
827
828         * src/folder.c
829                 Make cache update after copies much faster
830                 on IMAP
831
832 2008-01-19 [colin]      3.2.0cvs49
833
834         * src/textview.c
835                 Check g_fopen() success
836
837 2008-01-17 [wwp]        3.2.0cvs48
838
839         * manual/faq.xml
840         * manual/es/faq.xml
841         * manual/fr/faq.xml
842         * manual/pl/faq.xml
843                 Sylpheed? No idea what this means.
844
845 2008-01-17 [colin]      3.2.0cvs47
846
847         * src/gtk/gtksctree.c
848                 Make dnd threshold higher on Maemo
849
850 2008-01-16 [colin]      3.2.0cvs46
851
852         * src/common/passcrypt.c
853                 Fix build on FreeBSD, thanks to Pawel
854
855 2008-01-15 [colin]      3.2.0cvs45
856
857         * src/compose.c
858                 Fix bug 1472, 'Keyboard "Menu" key doesn't call 
859                 spell check of actuall word'
860         * src/summaryview.c
861                 Temporarily disable immediate execution when learning
862                 spam *only* if the summaryview isn't locked
863
864 2008-01-15 [wwp]        3.2.0cvs44
865
866         * src/prefs_filtering.c
867                 Fix filtering prefs layout (Maemo port), moving page up/down
868                 from buttons to context menu.
869
870 2008-01-15 [colin]      3.2.0cvs43
871
872         * src/compose.c
873                 Fix bug 1465, 'First line in new message does not mark URLs'
874
875 2008-01-15 [colin]      3.2.0cvs42
876
877         * src/common/passcrypt.c
878                 Fix bug 1461, 'several components #define 
879                 _XOPEN_SOURCE improperly'
880
881 2008-01-15 [colin]      3.2.0cvs41
882
883         * src/summaryview.c
884                 Fix bug 1469, 'Column width adjustments on message 
885                 lists do not save'
886
887 2008-01-14 [holger]     3.2.0cvs40
888
889         * configure.ac
890                 Add tests for dbus, dbus glib bindings,
891                 and NetworkManager. All is optional. Add new
892                 --(en|dis)able-networkmanager-support switch.
893         * src/Makefile.am
894         * src/imap.c
895         * src/inc.c
896         * src/main.c
897         * src/main.h
898         * src/mainwindow.c
899         * src/gtk/about.c
900                 Add optional NetworkManager support, so Claws Mail
901                 can try to do the right thing when the network connection
902                 status changes. NetworkManager support is active by
903                 default if above requirements were met.
904
905 2008-01-12 [colin]      3.2.0cvs39
906
907         * src/summaryview.c
908                 Advertise the click-on-reply feature in the tooltip
909
910 2008-01-12 [colin]      3.2.0cvs38
911
912         * src/Makefile.am
913         * src/stock_pixmap.c
914         * src/stock_pixmap.h
915         * src/pixmaps/tray_newmail.offline.xpm
916         * src/pixmaps/tray_newmail.xpm
917         * src/pixmaps/tray_newmarkedmail.offline.xpm
918         * src/pixmaps/tray_newmarkedmail.xpm
919         * src/pixmaps/tray_nomail.offline.xpm
920         * src/pixmaps/tray_nomail.xpm
921         * src/pixmaps/tray_unreadmail.offline.xpm
922         * src/pixmaps/tray_unreadmail.xpm
923         * src/pixmaps/tray_unreadmarkedmail.offline.xpm
924         * src/pixmaps/tray_unreadmarkedmail.xpm
925         * src/plugins/trayicon/Makefile.am
926         * src/plugins/trayicon/newmail.offline.xpm
927         * src/plugins/trayicon/newmail.xpm
928         * src/plugins/trayicon/newmarkedmail.offline.xpm
929         * src/plugins/trayicon/newmarkedmail.xpm
930         * src/plugins/trayicon/nomail.offline.xpm
931         * src/plugins/trayicon/nomail.xpm
932         * src/plugins/trayicon/trayicon.c
933         * src/plugins/trayicon/unreadmail.offline.xpm
934         * src/plugins/trayicon/unreadmail.xpm
935         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
936         * src/plugins/trayicon/unreadmarkedmail.xpm
937                 Make the Trayicon plugin icons themable
938
939 2008-01-12 [wwp]        3.2.0cvs37
940
941         * src/prefs_display_header.c
942                 Fix extra leading hyphen visible in the display
943                 header configuration combo list (maemo).
944
945 2008-01-11 [colin]      3.2.0cvs36
946
947         * src/imap.c
948                 Set timeout to 1 before disconnecting all -
949                 for when one switches to offline and has 
950                 no network anymore
951         * src/messageview.c
952                 Fix bug 1454, 'error message shows parts and 
953                 signature of previous messages'
954         * src/prefs_common.c
955                 Maemo: Hide Send dialog by default
956
957 2008-01-10 [colin]      3.2.0cvs35
958
959         * src/action.c
960         * src/editldap.c
961         * src/prefs_account.c
962         * src/wizard.c
963         * src/gtk/inputdialog.c
964         * src/plugins/pgpcore/passphrase.c
965                 Maemo: Fix bug 1455, 'Password enters leading letter 
966                 incorrectly as uppercase'
967
968 2008-01-09 [colin]      3.2.0cvs34
969
970         * po/pl.po
971                 Fix bug 1446, 'SC crashes frequently when staying 
972                 in background'. Format string error in Polish 
973                 translation
974         * src/gtk/description_window.c
975         * src/prefs_template.c
976                 Complete 3.2.0cvs9 (fix bug with gtk_main loop);
977                 patch by Pawel
978         * src/wizard.c
979                 Maemo: Fix build
980
981 2008-01-08 [colin]      3.2.0cvs33
982
983         * src/main.c
984                 Maemo: connect HW status change signal for shutdown
985         * src/mainwindow.c
986                 Maemo: Fix hardware space key
987         * src/wizard.c
988                 Maemo: name mmc1 and 2 a better name
989
990 2008-01-08 [wwp]        3.2.0cvs32
991
992         * src/folder.c
993         * src/folder_item_prefs.c
994         * src/folder_item_prefs.h
995         * src/prefs_folder_item.c
996                 It's now possible to disable processing rules when
997                 entering a folder (this adds a new option to the
998                 folder properties dialog).
999
1000 2008-01-08 [wwp]        3.2.0cvs31
1001
1002         * src/common/utils.c
1003                 Mailto: now supports 'insert' (stands for 'insert file'), this
1004                 adds the ability to create a new message from the command-line,
1005                 with body set from an existing file contents.
1006
1007 2008-01-08 [colin]      3.2.0cvs30
1008
1009         * src/summaryview.c
1010                 Maybe fix bug 1452, 'crash while drag'n'droping 
1011                 emails to an IMAP folder'
1012
1013 2008-01-07 [wwp]        3.2.0cvs29
1014
1015         * src/prefs_filtering.c
1016                 Static-alize a function, thanks to Colin.
1017
1018 2008-01-07 [colin]      3.2.0cvs28
1019
1020         * src/folderview.c
1021                 Fix scrolling to bottom when drag and dropping
1022         * src/summaryview.c
1023                 Fix bug 1445, 'Display sender using addressbook: fails 
1024                 when From: isn't an email address'
1025
1026 2008-01-07 [wwp]        3.2.0cvs27
1027
1028         * src/prefs_actions.c
1029         * src/prefs_filtering.c
1030         * src/prefs_template.c
1031                 Add tooltips to most buttons in the templates, actions and
1032                 filtering/processing dialogs.
1033
1034 2008-01-07 [wwp]        3.2.0cvs26
1035
1036         * src/prefs_filtering.c
1037                  - add a clear button to clear dialog input fields
1038                  - add page up and page down buttons to move selected rule up and down
1039                  - in rules list popup-menu: added Delete, Delete all and Duplicate
1040                  - popup-menu items are greyed out either if the list is empty (not counting the
1041                    (New) row or if there is no selected item
1042                  - clear store when closing dialog
1043
1044         * src/prefs_actions.c
1045                  - reflect some changes to filtering prefs (+ rewritten a bit some funcs):
1046                    clear button, popup-menu
1047                  - clear store when closing dialog
1048
1049         * src/prefs_template.c
1050                  - reflect some changes to filtering prefs (+ rewritten a bit some funcs):
1051                    clear button, popup-menu 
1052
1053         * src/addrcustomattr.c
1054                  - renamed popup-menu item Clear list to Delete all
1055                  - grey out popup-menu items is there is no selected item or if list is empty
1056                  - clear store when closing dialog
1057
1058         * src/edittags.c
1059                  - added popup-menu item Delete all
1060                  - grey out popup-menu items is there is no selected item or if list is empty
1061                  - clear store when closing dialog
1062
1063 2008-01-06 [wwp]        3.2.0cvs25
1064
1065         * src/addressadd.c
1066                 One more layout fix by Pawel (completes 3.2.0cvs24).
1067
1068 2008-01-05 [colin]      3.2.0cvs24
1069
1070         * src/addressadd.c
1071                 Little GUI fixes, patch by Pawel
1072
1073 2007-12-29 [wwp]        3.2.0cvs23
1074
1075         * src/compose.c
1076                 Fix for bug #1443, and strip possible whitespaces around
1077                 custom header names.
1078
1079 2007-12-29 [mones]      3.2.0cvs22
1080
1081         * po/es.po
1082                 Updated translation, corrected a term based 
1083                 on suggestion from Israel Saeta Pérez,
1084                 reverted awful X-Mailer translation
1085         * src/procmime.c
1086                 Complete cvs20 for FreeBSD, patch by Pawel
1087
1088 2007-12-29 [colin]      3.2.0cvs21
1089
1090         * src/textview.c
1091                 Fix bug 1442, 'Tags are repeated in 
1092                 encapsulated messages'
1093
1094 2007-12-28 [colin]      3.2.0cvs20
1095
1096         * src/procmime.c
1097                 Fix path to mime/globs. Patch by Marten King.
1098
1099 2007-12-27 [colin]      3.2.0cvs19
1100
1101         * src/plugins/pgpcore/Makefile.am
1102         * src/plugins/pgpinline/Makefile.am
1103         * src/plugins/pgpmime/Makefile.am
1104                 Add missing flags to build pgp plugins on maemo
1105
1106 2007-12-27 [colin]      3.2.0cvs18
1107
1108         * src/mainwindow.c
1109                 Maximise before showing to avoid probable flickering
1110                 on slow computers.
1111
1112 2007-12-27 [colin]      3.2.0cvs17
1113
1114         * src/main.c
1115         * src/mainwindow.c
1116         * src/prefs_common.c
1117         * src/prefs_common.h
1118                 Fix bug 1439, 'Claws Mail does not remember window size 
1119                 state when restarted'. Save maximised state and force
1120                 maximisation at startup if applicable.
1121
1122 2007-12-23 [paul]       3.2.0cvs16
1123
1124         * src/prefs_matcher.c
1125                 fix bug 1436, 'Filter condition dialog doesn't
1126                 load header name from current rules'
1127
1128 2007-12-22 [paul]       3.2.0cvs15
1129
1130         * src/compose.c
1131                 fix bug 1435, 'Reply doesn't take into account
1132                 reply-to field'
1133
1134 2007-12-21 [paul]       3.2.0cvs14
1135
1136         * src/common/ssl_certificate.c
1137                 fix FreeBSD build with IPV6 support 
1138
1139 2007-12-20 [colin]      3.2.0cvs13
1140
1141         * src/imap.c
1142                 Fix error handling
1143
1144 2007-12-20 [colin]      3.2.0cvs12
1145
1146         * src/imap.c
1147         * src/imap.h
1148         * src/prefs_account.c
1149                 Add DIGEST-MD5 support for IMAP authentication
1150
1151 2007-12-19 [mones]      3.2.0cvs11
1152
1153         * doc/man/claws-mail.1
1154                 Better ordering of sections, updated options
1155         * po/es.po
1156                 Updated strings
1157
1158 2007-12-19 [paul]       3.2.0cvs10
1159
1160         * src/prefs_account.c
1161                 use a spinbutton instead of an entry for
1162                 "POP authentication timeout" also
1163
1164 2007-12-19 [colin]      3.2.0cvs9
1165
1166         * src/prefs_filtering_action.c
1167         * src/prefs_matcher.c
1168         * src/gtk/description_window.c
1169                 Destroy info windows with their parents
1170                 Patch by Pawel
1171
1172 2007-12-19 [colin]      3.2.0cvs8
1173
1174         * src/prefs_account.c
1175                 Use spinbuttons instead of entries where needed
1176                 Patch by Pawel
1177
1178 2007-12-18 [paul]       3.2.0cvs7
1179
1180         * src/prefs_matcher.c
1181                 add missing i18n for a few strings
1182                 Patch by Stephan Sachse
1183
1184 2007-12-18 [paul]       3.2.0cvs6
1185
1186         * src/prefs_logging.c
1187                 use 'disk' instead of 'disc'
1188
1189 2007-12-18 [paul]       3.2.0cvs5
1190
1191         * po/en_GB.po
1192                 updated
1193         * src/addrcustomattr.c
1194         * src/editaddress.c
1195                 fixes to the ingleesh
1196         * src/prefs_filtering_action.c
1197                 fix copyright header
1198                 fix untranslated strings
1199         * src/prefs_filtering_action.h
1200                 fix copyright header
1201
1202 2007-12-18 [wwp]        3.2.0cvs4
1203
1204         * src/folderview.c
1205         * src/headerview.c
1206         * src/prefs_common.c
1207         * src/prefs_common.h
1208         * src/prefs_fonts.c
1209         * src/summaryview.c
1210         * src/textview.c
1211         * src/wizard.c
1212         * src/common/defs.h
1213         * src/gtk/gtkutils.c
1214                 Added prefs to set custom small and bold fonts
1215                 (might matter on some desktops, according to
1216                 DPI and font settings).
1217
1218 2007-12-18 [colin]      3.2.0cvs3
1219
1220         * src/prefs_logging.c
1221                 Rework GUI, patch by Pawel
1222
1223 2007-12-18 [colin]      3.2.0cvs2
1224
1225         * src/prefs_filtering_action.c
1226                 Rework GUI, patch by Pawel
1227
1228 2007-12-18 [colin]      3.2.0cvs1
1229
1230         * src/editaddress.c
1231                 Fix build on old GCC
1232                 Fix inverted buttons
1233
1234 2007-12-17 [paul]       3.2.0
1235
1236         * NEWS
1237         * README
1238         * RELEASE_NOTES 
1239                 3.2.0 released
1240
1241 2007-12-17 [paul]       3.1.0cvs79
1242
1243         * po/de.po
1244         * po/fr.po
1245         * po/hu.po
1246         * po/it.po
1247         * po/pt_BR.po
1248                 updated by Stephan Sachse, Fabien Vantard, Pader Rezso,
1249                 Andrea Spadaccini, and Frederico Goncalves Guimaraes
1250
1251 2007-12-17 [mones]      3.1.0cvs78
1252
1253         * po/es.po
1254                 Updated Spanish translation for 3.2.0 release
1255
1256 2007-12-16 [colin]      3.1.0cvs77
1257
1258         * src/addrcustomattr.c
1259                 Fix translations, patch by Fabien
1260
1261 2007-12-15 [paul]       3.1.0cvs76
1262
1263         * src/folderview.c
1264                 fix compiler warning
1265
1266 2007-12-14 [colin]      3.1.0cvs75
1267
1268         * src/folderview.c
1269                 Simplify logic
1270
1271 2007-12-12 [wwp]        3.1.0cvs74
1272
1273         * AUTHORS
1274         * src/gtk/authors.h
1275                 Added Marius Glauser to the hall of fame.
1276
1277 2007-12-12 [wwp]        3.1.0cvs73
1278
1279         * src/gtk/gtkutils.c
1280                 Improve the way we show results of searches
1281                 in message bodies: selected text now get centered
1282                 vertically in the message window.
1283                 Patch by Marius Glauser <seelenhirt@gmx.net>.
1284
1285 2007-12-10 [colin]      3.1.0cvs72
1286
1287         * src/folder.c
1288                 Don't crash when setting batch mode on no folder
1289
1290 2007-12-10 [colin]      3.1.0cvs71
1291
1292         * src/common/utils.c
1293                 Fix potential buffer overrun (thanks to
1294                 Hiroyuki)
1295
1296 2007-12-08 [paul]       3.1.0cvs70
1297
1298         * src/prefs_receive.c
1299                 small change to the English
1300
1301 2007-12-08 [colin]      3.1.0cvs69
1302
1303         * src/vcard.c
1304                 Fix warnings
1305
1306 2007-12-07 [colin]      3.1.0cvs68
1307
1308         * src/mainwindow.c
1309         * src/summaryview.c
1310         * src/summaryview.h
1311                 Free simplify_subject_preg at exit
1312
1313 2007-12-07 [colin]      3.1.0cvs67
1314
1315         * src/main.c
1316         * src/summaryview.c
1317         * src/common/utils.c
1318         * src/common/utils.h
1319                 We have to free reused regexps from time to
1320                 time, or they get huge
1321
1322 2007-12-07 [colin]      3.1.0cvs66
1323
1324         * src/vcard.c
1325                 Fix QP decoding (and UTF8)
1326
1327 2007-12-07 [colin]      3.1.0cvs65
1328
1329         * src/addrcustomattr.c
1330                 Update list of default custom attributes
1331                 now (will be needed for a feature patch
1332                 post 3.2.0)
1333
1334 2007-12-07 [colin]      3.1.0cvs64
1335
1336         * src/folder.c
1337                 Batch on destination folder when copying - fixes
1338                 slowness when moving unread mails to trash on IMAP
1339
1340 2007-12-06 [colin]      3.1.0cvs63
1341
1342         * src/common/w32_time.c
1343         * src/common/w32lib.h
1344         * src/etpan/etpan-thread-manager.c
1345         * src/etpan/imap-thread.c
1346         * src/etpan/nntp-thread.c
1347         * src/gtk/Makefile.am
1348                 Fix win32 build with libetpan. Thanks to
1349                 Marcus Brinkmann.
1350
1351 2007-12-06 [colin]      3.1.0cvs62
1352
1353         * src/account.c
1354         * src/imap.c
1355         * src/prefs_account.c
1356         * src/prefs_account.h
1357         * src/etpan/imap-thread.c
1358         * src/etpan/imap-thread.h
1359                 Disable connection via command line on WIN32
1360                 Disable mmap use on WIN32 - use normal strings
1361         * src/addressbook.c
1362         * src/addressbook.h
1363         * src/addressbook_foldersel.c
1364         * src/addressbook_foldersel.h
1365         * src/prefs_filtering_action.c
1366         * src/prefs_matcher.c
1367         * src/plugins/bogofilter/bogofilter_gtk.c
1368         * src/plugins/dillo_viewer/dillo_prefs.c
1369         * src/plugins/spamassassin/spamassassin_gtk.c
1370                 Fix leak, rework function logics to be more
1371                 natural - thanks to Holger
1372         * src/common/utils.c
1373                 Fix warnings
1374
1375 2007-12-06 [colin]      3.1.0cvs61
1376
1377         * src/news.c
1378         * src/common/utils.c
1379         * src/common/utils.h
1380                 Fix posting, and fix UTF-8 being sent when encoding
1381                 is 8bit
1382
1383 2007-12-05 [colin]      3.1.0cvs60
1384
1385         * src/news.c
1386                 Fix debian bug #453157, 'Fails to post usenet
1387                 articles after NNTP connection has been 
1388                 interrupted". Fix return value to prevent deletion
1389                 on failure, and issue MODE READER in case posting
1390                 fails at first.
1391
1392 2007-12-05 [colin]      3.1.0cvs59
1393
1394         * src/messageview.c
1395         * src/uri_opener.c
1396                 Improvements to the List URIs dialog
1397                 Patch by Pawel
1398
1399 2007-12-05 [colin]      3.1.0cvs58
1400
1401         * src/prefs_other.c
1402         * src/gtk/gtksctree.h
1403                 Fix warnings
1404
1405 2007-12-04 [colin]      3.1.0cvs57
1406
1407         * src/etpan/imap-thread.c
1408                 Fix bug 1378, 'Claws exits on IMAP alert message'
1409                 Don't do GTK calls directly from Etpan thread
1410
1411 2007-12-04 [colin]      3.1.0cvs56
1412
1413         * src/folderview.c
1414         * src/gtk/gtksctree.c
1415                 MAEMO: Fix bug 1325, 'Folder Navigation Problems'
1416                 Make all the left of column zero an hotspot for
1417                 expanding.
1418
1419 2007-12-04 [colin]      3.1.0cvs55
1420
1421         * src/mainwindow.c
1422         * src/mainwindow.h
1423         * src/prefs_common.c
1424         * src/prefs_common.h
1425         * src/prefs_receive.c
1426                 MAEMO: Fix bug 1199, 'Tie into LED for new mail alert'
1427
1428 2007-12-04 [wwp]        3.1.0cvs54
1429
1430         * src/prefs_other.c
1431                 Fix for bug #1419.
1432
1433 2007-12-04 [holger]     3.1.0cvs53
1434
1435         * src/addrduplicates.c
1436         * src/addrduplicates.h
1437                 Export addressbook entry deletion
1438
1439 2007-12-04 [colin]      3.1.0cvs52
1440
1441         * tools/Makefile.am
1442         * tools/README.sylprint
1443         * tools/sylprint.pl
1444         * tools/sylprint.rc
1445                 Fix debian bug #454089 (symlink attack in TMP directory)
1446                 http://secwatch.org/advisories/1019661/ :
1447                 Remove the buggy script, which was unmaintained anyway
1448         * src/news.c
1449         * src/procmsg.c
1450                 Store things in our private tmp directory.
1451
1452 2007-12-03 [colin]      3.1.0cvs51
1453
1454         * src/folder.c
1455         * src/folder.h
1456         * src/folderview.c
1457         * src/imap.c
1458         * src/mainwindow.c
1459                 Fix update problem when getting remote tags
1460         * src/prefs_matcher.c
1461                 Rework GUI to make it better. Patch by Pawel
1462                 Pekala
1463
1464 2007-12-03 [colin]      3.1.0cvs50
1465
1466         * src/etpan/imap-thread.c
1467         * src/etpan/nntp-thread.c
1468                 Fix bug 1417, 'Network log doesn't reveal 
1469                 enough NNTP errors'
1470
1471 2007-12-02 [iwkse]      3.1.0cvs49
1472
1473         * src/plugins/dillo_viewer/dillo_prefs.c
1474                         Insert dillo under the Plugins menu
1475
1476 2007-12-01 [paul]       3.1.0cvs48
1477
1478         * src/html.c
1479                 add these variant forms
1480                 Thanks to Colin
1481
1482 2007-12-01 [paul]       3.1.0cvs47
1483
1484         * src/matcher.c
1485                 fix a typo
1486
1487 2007-12-01 [paul]       3.1.0cvs46
1488
1489         * po/POTFILES.in
1490                 add the new addrcustomattr.c file
1491
1492 2007-11-29 [colin]      3.1.0cvs45
1493
1494         * src/common/ssl_certificate.c
1495                 Use the more modern getaddrinfo instead of 
1496                 gethostbyname when possible
1497
1498 2007-11-28 [colin]      3.1.0cvs44
1499
1500         * src/summaryview.c
1501                 Maybe fix bug 1410 and other crash reports
1502                 in summaryview since cvs38.
1503
1504 2007-11-28 [wwp]        3.1.0cvs43
1505
1506         * src/prefs_summary_open.c
1507                 Guard against an empty list of actions to perform
1508                 when opening a folder (or migration defaults could
1509                 be introduced, confusing).
1510
1511 2007-11-28 [colin]      3.1.0cvs42
1512
1513         * src/folderview.c
1514                 Fix mark all read from folder's contextual menu
1515
1516 2007-11-27 [colin]      3.1.0cvs41
1517
1518         * src/imap.c
1519         * src/imap.h
1520         * src/imap_gtk.c
1521         * src/prefs_account.c
1522         * src/etpan/imap-thread.c
1523                 A few fixes to the IMAP flags handling: Optimisations,
1524                 two crashers, mention that Bandwitdh-efficient mode
1525                 prevents tag fetching.
1526                 Fix M-UTF7 in subscription dialog.
1527
1528 2007-11-27 [colin]      3.1.0cvs40
1529
1530         * src/folder.c
1531         * src/mbox.c
1532         * src/summaryview.c
1533                 Make filtering faster on flags change: Batch original 
1534                 folderitem, where we'll do flags/tags changes.
1535
1536 2007-11-27 [colin]      3.1.0cvs39
1537
1538         * src/filtering.c
1539                 Fix bug 1407, 'After a copy action, further rules apply 
1540                 to both original and copy'
1541
1542 2007-11-27 [colin]      3.1.0cvs38
1543
1544         * src/edittags.c
1545         * src/summaryview.c
1546                 Fixes races when doing a long operation and user
1547                 asks for another one (Mark all read/unread on a 
1548                 big folder on IMAP for example)
1549
1550 2007-11-27 [wwp]        3.1.0cvs37
1551
1552         * src/addressbook.c
1553         * src/prefs_common.c
1554                 Fix warning introduced by 3.1.0cvs33 (prefs_common.c)
1555                 and 3.1.0cvs35 (addressbook.c).
1556
1557 2007-11-27 [holger]     3.1.0cvs36
1558
1559         * src/printing.c
1560                 Add a line separating header and body
1561                 in the printout
1562
1563 2007-11-27 [wwp]        3.1.0cvs35
1564
1565         * src/addressbook.c
1566                 Fix a drag-and-drop issue introduced with 3.1.0cvs33
1567                 (thanks to Colin) and revert disabling of cut/copy
1568                 context menu entries upon selected groups.
1569
1570 2007-11-27 [holger]     3.1.0cvs34
1571
1572         * src/printing.c
1573                 Add weights to the list of supported text attributes
1574                 for printing
1575
1576 2007-11-27 [wwp]        3.1.0cvs33
1577
1578         * src/Makefile.am
1579         * src/addrcustomattr.c
1580         * src/addrcustomattr.h
1581         * src/addressbook.c
1582         * src/editaddress.c
1583         * src/editaddress.h
1584         * src/prefs_common.c
1585         * src/prefs_common.h
1586         * src/common/defs.h
1587                 Provide a (customizable) list of preset attribute names
1588                 for editing contacts (closes bug #1391).
1589
1590 2007-11-27 [wwp]        3.1.0cvs32
1591
1592         * src/addrclip.c
1593         * src/addressbook.c
1594         * src/addritem.c
1595                 Various fixes in the address book:
1596                         - made copy/move of a folder to itself or its subtree
1597                           impossible (-> error)
1598                         - errors messages don't show in the status bar anymore,
1599                           use alertpanels instead
1600                         - simple click on group doesn't open group edit dialog
1601                           anymore when in contact edit embedded mode (was too itchy)
1602                         - fixed disabling of edit button and and menu entry when
1603                           in contact edit embedded mode (was done in a bad and
1604                           ineffective way)
1605                         - fix menu cut/paste sensitivity in treelist context
1606                           menu (conflicting enabling was done by different functions)
1607                         - fix some menu item sensitivity in address list context menu
1608                         - don't allow cut/copy of groups, it's useless as they won't
1609                           be copied w/ their contents
1610                         - fix missing copy of the picture file when copying (bug #1402),
1611                           fix picture attribute (internal) value when moving or copying
1612
1613
1614 2007-11-27 [colin]      3.1.0cvs31
1615
1616         * src/folder.c
1617         * src/imap.c
1618                 Fix tags loss on move, fix space encoding
1619
1620 2007-11-26 [colin]      3.1.0cvs30
1621
1622         * src/edittags.c
1623         * src/folder.c
1624         * src/folder.h
1625         * src/imap.c
1626         * src/messageview.c
1627         * src/procmsg.c
1628         * src/procmsg.h
1629         * src/summaryview.c
1630         * src/common/utils.c
1631         * src/common/utils.h
1632         * src/etpan/imap-thread.c
1633         * src/etpan/imap-thread.h
1634                 Add IMAP tags support
1635
1636 2007-11-26 [colin]      3.1.0cvs29
1637
1638         * src/imap.c
1639                 Fix bug 1405, 'imap auto auth method doesn't 
1640                 work since 3.1.0'
1641
1642 2007-11-26 [colin]      3.1.0cvs28
1643
1644         * src/messageview.c
1645         * src/procmime.c
1646                 Handle broken disposition-notifications from Evolution
1647                 (http://bugzilla.gnome.org/show_bug.cgi?id=499145)
1648
1649 2007-11-25 [paul]       3.1.0cvs27
1650
1651         * src/folder_item_prefs.c
1652         * src/folder_item_prefs.h
1653                 remove dead code
1654
1655 2007-11-23 [wwp]        3.1.0cvs26
1656
1657         * src/matcher.c
1658         * src/matcher.h
1659         * src/matcher_parser_parse.y
1660         * src/prefs_matcher.c
1661                 Fix irrelevant case folding when adding matcher condition 'test',
1662                 thanks to Colin.
1663
1664 2007-11-23 [wwp]        3.1.0cvs25
1665
1666         * src/prefs_common.c
1667         * src/prefs_common.h
1668         * src/prefs_summary_open.c
1669         * src/prefs_summary_open.h
1670         * src/summaryview.c
1671                 Add "select first email in list" to the list of possible selections
1672                 when opening a folder.
1673
1674 2007-11-23 [paul]       3.1.0cvs24
1675
1676         * po/de.po
1677                 a fix by Stephan Sachse, plus remove all
1678                 old strings from the end of the file
1679
1680 2007-11-23 [wwp]        3.1.0cvs23
1681
1682         * src/prefs_msg_colors.c
1683                 Move colour prefs into tabs. Patch by Pawel Pekala <c0rn@o2.pl>,
1684                 with little changes.
1685
1686 2007-11-23 [paul]       3.1.0cvs22
1687
1688         * src/prefs_logging.c
1689                 eliminate wasted horizontal space
1690
1691 2007-11-23 [paul]       3.1.0cvs21
1692
1693         * src/prefs_summaries.c
1694                 don't wrap the label or put linebreaks
1695
1696 2007-11-22 [colin]      3.1.0cvs20
1697
1698         * src/plugins/pgpinline/pgpinline.c
1699                 Fix decryption
1700
1701 2007-11-22 [wwp]        3.1.0cvs19
1702
1703         * src/prefs_themes.c
1704                 Yet another misuse of get_rc_dir(), still related
1705                 to user themes. Completes 3.1.0cvs18.
1706
1707 2007-11-22 [wwp]        3.1.0cvs18
1708
1709         * src/stock_pixmap.c
1710                 Fix a misuse of get_rc_dir(), user themes dir was
1711                 not set properly and some themes might have disappeared
1712                 from themes list in prefs.
1713
1714 2007-11-22 [wwp]        3.1.0cvs17
1715
1716         * src/edittags.c
1717         * src/edittags.h
1718         * src/common/tags.c
1719         * src/common/tags.h
1720                 Correct copyright for these claws-mail-only brand new
1721                 files.
1722
1723 2007-11-22 [paul]       3.1.0cvs16
1724
1725         * src/compose.c
1726                 fix bug 1400, 'Drag and drop of URLs does not work'
1727                 Thanks to Colin
1728
1729 2007-11-22 [paul]       3.1.0cvs15
1730
1731         * src/prefs_common.c
1732                 make "cmds_use_system_default" default to FALSE
1733                 so as not to disrupt current settings
1734         * src/summaryview.c
1735                 increase the size of the GdkRectangle, tooltips
1736                 didn't show for me otherwise
1737
1738 2007-11-21 [colin]      3.1.0cvs14
1739
1740         * src/compose.c
1741         * src/crash.c
1742         * src/exphtmldlg.c
1743         * src/mainwindow.c
1744         * src/manual.c
1745         * src/mimeview.c
1746         * src/prefs_account.c
1747         * src/prefs_common.c
1748         * src/prefs_common.h
1749         * src/prefs_ext_prog.c
1750         * src/textview.c
1751         * src/uri_opener.c
1752         * src/gtk/about.c
1753         * src/gtk/gtkutils.c
1754                 Use xdg-open as a way to find default browser,
1755                 when available
1756
1757 2007-11-21 [colin]      3.1.0cvs13
1758
1759         * src/messageview.c
1760         * src/procmime.c
1761         * src/procmsg.h
1762                 Send better return receipts (useful ones)
1763                 Handle incoming return receipts
1764
1765 2007-11-20 [colin]      3.1.0cvs12
1766
1767         * src/printing.c
1768         * src/printing.h
1769                 Add getter/setter for settings, and getter
1770                 for page setup
1771
1772 2007-11-20 [colin]      3.1.0cvs11
1773
1774         * src/folderview.c
1775         * src/main.c
1776         * src/mainwindow.c
1777                 Fix bug 1396, 'Crash on disabling a filter 
1778                 while it is processing'
1779
1780 2007-11-20 [paul]       3.1.0cvs10
1781
1782         * src/folder.c
1783                 fix bug 1395, 'Crash on checking for new mails
1784                 while filter is running'
1785                 Thanks to Colin
1786
1787 2007-11-20 [paul]       3.1.0cvs9
1788
1789         * src/compose.c
1790                 make this string easier for translators
1791
1792 2007-11-19 [colin]      3.1.0cvs8
1793
1794         * src/prefs_summaries.c
1795         * src/summaryview.c
1796                 Don't enable more tooltips on Maemo
1797
1798 2007-11-19 [colin]      3.1.0cvs7
1799
1800         * src/prefs_common.c
1801         * src/prefs_common.h
1802         * src/prefs_summaries.c
1803         * src/summaryview.c
1804                 Fix bug 1388, 'message list tool tips'
1805                 Add (optional) tooltips in summaryview.
1806                 This only works with GTK+ >= 2.12
1807
1808 2007-11-19 [colin]      3.1.0cvs6
1809
1810         * src/compose.c
1811                 Make strings a bit better when attaching
1812                 from mailto: URIs
1813
1814 2007-11-19 [colin]      3.1.0cvs5
1815
1816         * src/common/utils.c
1817                 Fix bug 1392, 'Top level domain .EU is 
1818                 not recognised as valid'
1819
1820 2007-11-19 [wwp]        3.1.0cvs4
1821
1822         * src/compose.c
1823         * src/compose.h
1824                 Revert changes to compose.c made in 3.1.0cvs2.
1825
1826 2007-11-19 [wwp]        3.1.0cvs3
1827
1828         * src/addressbook.c
1829         * src/addressbook.h
1830         * src/editaddress.c
1831         * src/editgroup.c
1832         * src/addrduplicates.c
1833                 Minor improvements in the address book:
1834                 always accept new contacts provided that some
1835                 detail is set (instead of rejecting silently).
1836                 Better guessing of contact name from incomplete
1837                 name information. Better display of contacts with
1838                 no name, in contact lists, group contents, find
1839                 duplicate results.
1840                 
1841
1842 2007-11-19 [wwp]        3.1.0cvs2
1843
1844         * src/compose.c
1845         * src/compose.h
1846         * src/prefs_logging.c
1847         * src/prefs_summaries.c
1848                 GUI improvements, thanks to Pawel Pekala <c0rn@o2.pl>:
1849                 wrap some long label in prefs/summaries, layout checkboxes
1850                 in a more compact form in prefs/loggin, make account and
1851                 header's combos have the same size/spacing in compose
1852                 window.
1853
1854 2007-11-19 [wwp]        3.1.0cvs1
1855
1856         * src/edittags.c
1857                 Fix a tiny leak and duplicate variable.
1858
1859 2007-11-19 [paul]       3.1.0
1860
1861         * NEWS
1862         * README
1863         * RELEASE_NOTES 
1864                 3.1.0 released
1865
1866 2007-11-19 [paul]       3.0.2cvs145
1867
1868         * po/de.po
1869         * po/fi.po
1870         * po/fr.po
1871         * po/hu.po
1872         * po/it.po
1873         * po/pl.po
1874         * po/pt_BR.po
1875         * po/sk.po
1876         * po/zh_CN.po
1877                 updated by Stephan Sachse, Flammie Pirinen,
1878                 Fabien Vantard, Pader Rezso, Andrea Spadaccini,
1879                 Emil Nowak, Frederico Goncalves Guimaraes,
1880                 Andrej Kacian, and Ralph Young
1881
1882 2007-11-18 [mones]      3.0.2cvs144
1883
1884         * po/es.po
1885                 Updated Spanish translation
1886
1887 2007-11-18 [colin]      3.0.2cvs143
1888
1889         * src/edittags.c
1890                 Prevent empty tag after edit, thanks to wwp
1891
1892 2007-11-18 [colin]      3.0.2cvs142
1893
1894         * src/editaddress.c
1895                 Fix possible "(null)" %s - thanks to wwp
1896
1897 2007-11-16 [wwp]        3.0.2cvs141
1898
1899         * src/common/utils.c
1900                 Fix for 3.0.2cvs140, prevents from crashing when opening
1901                 a compose window.
1902
1903 2007-11-16 [colin]      3.0.2cvs140
1904
1905         * src/main.c
1906         * src/common/claws.c
1907                 Output a bit more useful info at startup
1908                 in --debug mode
1909
1910 2007-11-16 [colin]      3.0.2cvs139
1911
1912         * src/compose.c
1913         * src/common/utils.c
1914         * src/common/utils.h
1915                 Fix bug 1387, 'Request for --compose to 
1916                 support multiple attachments'
1917
1918 2007-11-16 [colin]      3.0.2cvs138
1919
1920         * src/news.c
1921                 Fix bug 1390, 'NNTP fails after server 
1922                 closed connection'
1923
1924 2007-11-16 [colin]      3.0.2cvs137
1925
1926         * src/prefs_display_header.c
1927                 Fix bug 1389, 'Changing 'Display headers 
1928                 in message view' breaks dispheaderrc'
1929
1930 2007-11-14 [colin]      3.0.2cvs136
1931
1932         * src/summaryview.c
1933         * src/gtk/quicksearch.c
1934         * src/gtk/quicksearch.h
1935                 Fix resetting the quicksearch when in non-sticky
1936                 mode, but Recursive is set: reset only when going
1937                 out of the root search folder.
1938
1939 2007-11-14 [colin]      3.0.2cvs135
1940
1941         * src/filtering.c
1942                 Don't set new flag back when doing "Mark as unread"
1943                 from filtering
1944
1945 2007-11-12 [paul]       3.0.2cvs134
1946
1947         * src/plugins/dillo_viewer/dillo_viewer.c
1948                 don't offer the mime type for translation
1949
1950 2007-11-12 [paul]
1951
1952         3.1.0-rc2 released
1953
1954 2007-11-11 [colin]      3.0.2cvs133
1955
1956         * src/imap_gtk.c
1957         * src/mh_gtk.c
1958                 Use markup-escaped strings in dialogs
1959
1960 2007-11-11 [colin]      3.0.2cvs132
1961
1962         * src/imap.c
1963                 Better IMAP-UTF7/UTF8 conversion
1964
1965 2007-11-10 [colin]      3.0.2cvs131
1966
1967         * src/news.c
1968                 Fix debian bug 450698, 'nntp auth behavior changed 
1969                 without notice'
1970
1971 2007-11-10 [colin]      3.0.2cvs130
1972
1973         * configure.ac
1974         * src/inc.c
1975         * src/main.c
1976         * src/main.h
1977         * src/mimeview.c
1978         * src/statusbar.c
1979         * src/common/utils.c
1980         * src/etpan/Makefile.am
1981         * src/gtk/filesel.c
1982         * src/gtk/gtkutils.h
1983         * src/gtk/menu.c
1984         * src/plugins/bogofilter/Makefile.am
1985         * src/plugins/clamav/Makefile.am
1986         * src/plugins/dillo_viewer/Makefile.am
1987         * src/plugins/pgpcore/Makefile.am
1988         * src/plugins/spamassassin/Makefile.am
1989         * src/plugins/trayicon/Makefile.am
1990                 Fixes (mainly preprocessor foo) for Maemo 4.0 (Chinook)
1991
1992 2007-11-09 [colin]      3.0.2cvs129
1993
1994         * src/addressbook.c
1995         * src/ldapupdate.c
1996                 fix bug 1375, 'Impossible to modify e-mail
1997                 in LDAP addressbook twice'; Try two. update
1998                 externalID, don't make display lag, and
1999                 fix the cases where dn is not mail.
2000
2001 2007-11-08 [paul]       3.0.2cvs128
2002
2003         * src/account.c
2004         * src/compose.c
2005         * src/messageview.c
2006         * src/prefs_account.c
2007         * src/prefs_account.h
2008                 reinstate 'Generate Message-ID' option as an
2009                 account preference. (hidden on IMAP)
2010                 Thanks to Colin
2011
2012 2007-11-08 [paul]       3.0.2cvs127
2013
2014         * src/textview.c
2015                 MAEMO: fix failure of loading images inline
2016                 MAEMO: fix bug 1349, 'Emails still skip to end
2017                 when opened (in certain circumstances)...'
2018
2019 2007-11-07 [colin]      3.0.2cvs126
2020
2021         * src/toolbar.c
2022                 Migrate from A_SYL_ACTIONS to A_CLAWS_ACTIONS
2023
2024 2007-11-07 [colin]      3.0.2cvs125
2025
2026         * src/toolbar.c
2027                 Re-change the string occurence of A_CLAWS_ACTIONS
2028                 to A_SYL_ACTIONS, to prevent parse errors of the
2029                 toolbar_*.xml files
2030
2031 2007-11-07 [colin]      3.0.2cvs124
2032
2033         * src/mimeview.c
2034         * src/prefs_common.c
2035         * src/prefs_common.h
2036         * manual/advanced.xml
2037                 Add an hidden pref, 'save_parts_readwrite';
2038                 completes 3.0.2cvs35
2039
2040 2007-11-07 [paul]       3.0.2cvs123
2041
2042         * src/prefs_toolbar.c
2043         * src/toolbar.c
2044         * src/toolbar.h
2045                 rename ToolbarSylpheedActions to ToolbarClawsActions
2046                 rename A_SYL_ACTIONS to A_CLAWS_ACTIONS
2047
2048 2007-11-07 [paul]       3.0.2cvs122
2049
2050         * src/toolbar.c
2051                 MAEMO: remove tooltips
2052
2053 2007-11-07 [colin]      3.0.2cvs121
2054
2055         * src/plugins/pgpinline/pgpinline.c
2056                 Fix bug 1377, 'unspecific errors on 
2057                 signature checking'. Fix trimming of
2058                 UTF8 data.
2059
2060 2007-11-06 [iwkse]      3.0.2cvs120
2061
2062         * src/prefs_summary_open.c
2063                 yet a string change
2064
2065 2007-11-06 [paul]       3.0.2cvs119
2066
2067         * tools/Makefile.am
2068         * tools/README
2069         * tools/csv2addressbook.pl
2070                 add a new script that imports a CSV formatted
2071                 address book. Becky and Thunderbird address
2072                 book are currently supported.
2073
2074 2007-11-05 [colin]      3.0.2cvs118
2075
2076         * src/imap.c
2077                 Fix deletion 
2078
2079 2007-11-05 [iwkse]      3.0.2cvs117
2080
2081         * src/prefs_summary_open.c
2082                 String changes
2083
2084 2007-11-04 [paul]       3.0.2cvs116
2085
2086         * src/addressbook_foldersel.c
2087                 fix gtk critical warning
2088                 Patch by Pawel Pekala
2089
2090 2007-11-04 [paul]       3.0.2cvs115
2091
2092         * tools/README
2093         * tools/claws-mail-compose-insert-files.pl
2094                 add --bcc and uri_escape() everything
2095
2096 2007-11-04 [paul]       3.0.2cvs114
2097
2098         * src/gtk/gtkutils.c
2099                 gtkut_stock_with_text_button_set_create(): set
2100                 GTK_CAN_DEFAULT on buttons 2 and 3
2101
2102 2007-11-03 [paul]       3.0.2cvs113
2103
2104         * src/common/utils.c
2105                 fix debian bug #448814, 'mailto: URI decoding
2106                 desn't decode the destination address field'
2107                 Patch by Federico Heinz <fheinz@vialibre.org.ar>
2108
2109 2007-11-03 [paul]       3.0.2cvs112
2110
2111         * AUTHORS
2112         * src/compose.c
2113         * src/gtk/authors.h
2114                 allow Bcc in commandline URIs
2115                 (based on) Patch by Federico Heinz <fheinz@vialibre.org.ar>
2116
2117 2007-11-02 [colin]      3.0.2cvs111
2118
2119         * src/addressbook.c
2120                 Maybe fix bug 1376, 'crash on 
2121                 addressbook manipulation'
2122
2123 2007-10-31 [paul]       3.0.2cvs110
2124
2125         * src/ldapupdate.c
2126                 fix bug 1375, 'Impossible to modify e-mail
2127                 in LDAP addressbook twice'
2128                 Patch by Michael Rasmussen
2129
2130 2007-10-30 [paul]       3.0.2cvs109
2131
2132         * configure.ac
2133                 enable GnuTLS support with --enable-gnutls which
2134                 will disable openssl support. if the user has
2135                 gtk >= 2.10.x don't allow gnomeprint even if the
2136                 user asks for it
2137
2138 2007-10-30 [paul]
2139
2140         3.1.0-rc1 released
2141
2142 2007-10-30 [paul]       3.0.2cvs108
2143
2144         * Makefile.am
2145                 add ChangeLog.2.0.0-3.0.0 to EXTRA_DIST
2146
2147 2007-10-30 [paul]       3.0.2cvs107
2148
2149         * src/expldifdlg.c
2150         * src/prefs_account.c
2151         * src/prefs_folder_item.c
2152         * src/prefs_spelling.c
2153         * src/prefs_themes.c
2154         * src/wizard.c
2155         * src/gtk/gtkaspell.c
2156         * src/gtk/gtkaspell.h
2157         * src/plugins/spamassassin/spamassassin_gtk.c
2158                 replace deprecated gtk_option_menu...
2159                 patch by Pawel Pekala
2160
2161 2007-10-29 [colin]      3.0.2cvs106
2162
2163         * src/plugins/dillo_viewer/dillo_prefs.c
2164                 Fix forgotten signal connect
2165
2166 2007-10-28 [colin]      3.0.2cvs105
2167
2168         * src/plugins/dillo_viewer/dillo_prefs.c
2169         * src/plugins/dillo_viewer/dillo_prefs.h
2170         * src/plugins/dillo_viewer/dillo_viewer.c
2171                 Implement addressbook-based whitelisting for loading
2172                 remote images. Fixed missing destroy of the embedded
2173                 browser that made a Dillo window pop up on exit, if
2174                 an HTML part was displayed.
2175
2176 2007-10-26 [colin]      3.0.2cvs104
2177
2178         * src/edittags.c
2179                 Add missing static
2180
2181 2007-10-25 [colin]      3.0.2cvs103
2182
2183         * src/editaddress.c
2184                 Add tap-and-hold on the picture, for Maemo
2185         * src/edittags.c
2186         * src/edittags.h
2187         * src/mainwindow.c
2188         * src/procmsg.c
2189         * src/summaryview.c
2190         * src/textview.c
2191                 Unify tag interfaces.
2192
2193 2007-10-25 [colin]      3.0.2cvs102
2194
2195         * src/imap.c
2196         * src/etpan/imap-thread.h
2197                 Much better error handling. We'll need to be really
2198                 clear to users about where errors come from, with 
2199                 the apparition of Gmail's IMAP server.
2200
2201 2007-10-24 [colin]      3.0.2cvs101
2202
2203         * src/edittags.c
2204         * src/mainwindow.c
2205         * src/summaryview.c
2206         * src/textview.c
2207                 Add tags sorting (alphabetical); allow deletion of
2208                 tags from the Apply Tags window
2209
2210 2007-10-24 [colin]      3.0.2cvs100
2211
2212         * src/editaddress.c
2213         * src/editaddress_other_attributes_ldap.c
2214         * src/editaddress_other_attributes_ldap.h
2215         * src/ldapctrl.c
2216         * src/ldapquery.c
2217         * src/ldapupdate.c
2218                 Fix LDAP writing (got broken in cvs39)
2219                 Add read-only support for jpegPhoto LDAP field
2220
2221 2007-10-23 [colin]      3.0.2cvs99
2222
2223         * src/news.c
2224                 Fix crash in some cases
2225
2226 2007-10-22 [colin]      3.0.2cvs98
2227
2228         * src/common/socket.h
2229         * src/common/ssl.c
2230                 Fix big leak in GnuTLS code
2231
2232 2007-10-22 [colin]      3.0.2cvs97
2233
2234         * src/news.c
2235                 Fix bug 1368, 'SIGSEGV in NNTP code'
2236
2237 2007-10-22 [colin]      3.0.2cvs96
2238
2239         * src/prefs_customheader.c
2240                 Catch compface warnings when generating X-Faces
2241
2242 2007-10-22 [wwp]        3.0.2cvs95
2243
2244         * src/quote_fmt_parse.y
2245                 Remove accidentally committed debug traces.
2246                 Fix a warning.
2247
2248 2007-10-22 [colin]      3.0.2cvs94
2249
2250         * src/etpan/nntp-thread.c
2251                 Fix authentication
2252
2253 2007-10-19 [wwp]        3.0.2cvs93
2254
2255         * src/common/ssl_certificate.c
2256                 Add missing include (Windows).
2257
2258 2007-10-19 [colin]      3.0.2cvs92
2259
2260         * src/imap_gtk.c
2261         * src/mimeview.c
2262         * src/textview.c
2263         * src/gtk/inputdialog.c
2264         * src/gtk/inputdialog.h
2265                 Remove the last old combo; patch by
2266                 Pawel
2267
2268 2007-10-19 [colin]      3.0.2cvs91
2269
2270         * src/common/ssl.c
2271                 Fix interop problem with GnuTLS and some crappy
2272                 servers that have very little keys.
2273
2274 2007-10-19 [colin]      3.0.2cvs90
2275
2276         * src/common/ssl.c
2277                 Fix return value check on GnuTLS, and
2278                 display the error
2279
2280 2007-10-18 [colin]      3.0.2cvs89
2281
2282         * src/common/ssl_certificate.c
2283                 Fix missing initialisations
2284
2285 2007-10-18 [wwp]        3.0.2cvs88
2286
2287         * src/Makefile.am
2288                 Fix linking against GNUTLS (matters if --enable-gnutls only).
2289
2290 2007-10-18 [colin]      3.0.2cvs87
2291
2292         * po/POTFILES.in
2293                 Fix build
2294
2295 2007-10-18 [mones]      3.0.2cvs86
2296
2297         * src/editbook.c
2298         * src/import.c
2299         * src/prefs_account.c
2300         * src/prefs_receive.c
2301         * src/gtk/about.c
2302         * src/plugins/bogofilter/bogofilter_gtk.c
2303         * src/plugins/spamassassin/spamassassin_gtk.c
2304                 More capitalisation micro-fixes
2305
2306 2007-10-18 [paul]       3.0.2cvs85
2307
2308         * configure.ac
2309                 add info about NNTP support via libetpan
2310                 change the configure output ending msg a little
2311         * src/gtk/about.c
2312                 similar changes to above
2313
2314 2007-10-18 [colin]      3.0.2cvs84
2315
2316         * src/procmime.c
2317         * src/procmime.h
2318                 Fix missing symbol for S/MIME
2319
2320 2007-10-18 [colin]      3.0.2cvs83
2321
2322         * src/prefs_filtering_action.c
2323                 Fix crash in tags (introduced in cvs78)
2324
2325 2007-10-18 [colin]      3.0.2cvs82
2326
2327         * src/common/Makefile.am
2328         * src/common/nntp.c
2329         * src/common/nntp.h
2330         * src/etpan/Makefile.am
2331         * src/etpan/etpan-thread-manager-types.h
2332         * src/etpan/etpan-thread-manager.c
2333         * src/etpan/imap-thread.c
2334         * src/etpan/nntp-thread.c
2335         * src/etpan/nntp-thread.h
2336         * src/news.c
2337         * src/news.h
2338                 Rewrite the nntp implementation
2339                 to use libetpan. Non-blocking NNTP!
2340         * src/account.c
2341         * src/crash.c
2342         * src/imap.c
2343         * src/inc.c
2344         * src/main.c
2345         * src/mainwindow.c
2346         * src/pop.c
2347         * src/pop.h
2348         * src/prefs_account.c
2349         * src/recv.c
2350         * src/recv.h
2351         * src/send_message.c
2352         * src/send_message.h
2353         * src/ssl_manager.c
2354         * src/ssl_manager.h
2355         * src/wizard.c
2356         * src/common/claws.c
2357         * src/common/session.c
2358         * src/common/session.h
2359         * src/common/smtp.c
2360         * src/common/smtp.h
2361         * src/common/socket.c
2362         * src/common/socket.h
2363         * src/common/ssl.c
2364         * src/common/ssl.h
2365         * src/common/ssl_certificate.c
2366         * src/common/ssl_certificate.h
2367         * src/gtk/about.c
2368         * src/gtk/sslcertwindow.c
2369         * src/gtk/sslcertwindow.h
2370                 Implement GnuTLS support. GnuTLS support
2371                 will be used if OpenSSL isn't available, or
2372                 specified explicitely. (the reason is that
2373                 GnuTLS cerficate checking is a bit less 
2374                 practical than OpenSSL's)
2375
2376 2007-10-18 [paul]       3.0.2cvs81
2377
2378         * src/gtk/inputdialog.c
2379         * src/gtk/inputdialog.h
2380                 fix copyright header
2381
2382 2007-10-17 [colin]      3.0.2cvs80
2383
2384         * src/plugins/pgpcore/select-keys.c
2385                 Fix bug which prevented encryption key
2386                 auto-selection when two or more matched the
2387                 email address, but only one isn't revoked
2388                 or expired.
2389
2390 2007-10-17 [wwp]        3.0.2cvs79
2391
2392         * src/compose.c
2393         * src/quote_fmt.c
2394         * src/quote_fmt.h
2395         * src/quote_fmt_lex.l
2396         * src/quote_fmt_parse.y
2397                 Templates can now attach files using |attach{filename}.
2398
2399 2007-10-17 [wwp]        3.0.2cvs78
2400
2401         * src/prefs_customheader.c
2402         * src/prefs_ext_prog.c
2403         * src/prefs_filtering_action.c
2404         * src/prefs_matcher.c
2405         * src/prefs_other.c
2406         * src/prefs_toolbar.c
2407         * src/gtk/combobox.c
2408         * src/gtk/combobox.h
2409         * src/gtk/gtkutils.c
2410         * src/gtk/gtkutils.h
2411         * src/plugins/bogofilter/bogofilter_gtk.c
2412         * src/plugins/spamassassin/spamassassin_gtk.c
2413                 Removed almost all remaining instances of GtkCombo
2414                 old API, patch by Pawel Pekala <c0rn@o2.pl>, with
2415                 few visual and code cleanup from Colin.
2416
2417 2007-10-16 [wwp]        3.0.2cvs77
2418         * src/gtk/pluginwindow.c
2419                 Reworked the plugin window layouts, patch by Pawel Pekala <c0rn@o2.pl>.
2420
2421 2007-10-15 [colin]      3.0.2cvs76
2422
2423         * src/edittags.c
2424         * src/edittags.h
2425         * src/filtering.c
2426         * src/filtering.h
2427         * src/importmutt.c
2428         * src/importpine.c
2429         * src/main.c
2430         * src/messageview.c
2431         * src/messageview.h
2432         * src/mimeview.c
2433         * src/mimeview.h
2434         * src/pop.c
2435         * src/pop.h
2436         * src/prefs_common.c
2437         * src/prefs_common.h
2438         * src/prefs_customheader.c
2439         * src/prefs_customheader.h
2440         * src/prefs_display_header.c
2441         * src/prefs_display_header.h
2442         * src/prefs_filtering_action.c
2443         * src/prefs_filtering_action.h
2444         * src/prefs_folder_column.c
2445         * src/prefs_folder_column.h
2446         * src/prefs_folder_item.c
2447         * src/prefs_folder_item.h
2448         * src/prefs_gtk.c
2449         * src/prefs_gtk.h
2450         * src/prefs_logging.h
2451         * src/prefs_matcher.c
2452         * src/prefs_matcher.h
2453         * src/prefs_summary_column.c
2454         * src/prefs_summary_column.h
2455         * src/prefs_summary_open.c
2456         * src/procheader.c
2457         * src/procheader.h
2458         * src/procmime.c
2459         * src/procmime.h
2460         * src/recv.c
2461         * src/recv.h
2462         * src/sourcewindow.c
2463         * src/sourcewindow.h
2464         * src/summaryview.c
2465         * src/summaryview.h
2466         * src/textview.c
2467         * src/textview.h
2468         * src/toolbar.c
2469         * src/toolbar.h
2470         * src/common/mgutils.c
2471         * src/common/mgutils.h
2472         * src/common/nntp.c
2473         * src/common/nntp.h
2474         * src/common/prefs.c
2475         * src/common/prefs.h
2476         * src/common/socket.c
2477         * src/common/socket.h
2478         * src/common/stringtable.c
2479         * src/common/stringtable.h
2480         * src/common/template.c
2481         * src/common/template.h
2482         * src/common/uuencode.c
2483         * src/common/uuencode.h
2484         * src/gtk/gtkshruler.c
2485         * src/gtk/gtkshruler.h
2486         * src/gtk/menu.c
2487         * src/gtk/menu.h
2488         * src/gtk/progressdialog.c
2489         * src/gtk/progressdialog.h
2490                 Remove/staticalize, the return of the revenge
2491
2492 2007-10-15 [colin]      3.0.2cvs75
2493
2494         * src/matcher.c
2495                 Fix redirections in filtering's tests
2496
2497 2007-10-15 [colin]      3.0.2cvs74
2498
2499         * src/imap.c
2500                 Don't build imap_synchronise at all when 
2501                 building without libetpan
2502
2503 2007-10-14 [colin]      3.0.2cvs73
2504
2505         * src/imap.c
2506         * src/common/md5.c
2507         * src/common/md5.h
2508         * src/gtk/manage_window.c
2509         * src/gtk/manage_window.h
2510                 Remove more unused code
2511
2512 2007-10-14 [colin]      3.0.2cvs72
2513
2514         * src/addrquery.c
2515         * src/addrquery.h
2516         * src/recv.c
2517         * src/recv.h
2518         * src/vcard.c
2519         * src/vcard.h
2520         * src/common/xml.c
2521         * src/common/xml.h
2522         * src/common/xmlprops.c
2523         * src/common/xmlprops.h
2524                 Remove more unused code
2525
2526 2007-10-14 [colin]      3.0.2cvs71
2527
2528         * src/common/utils.c
2529                 Remove unused function
2530
2531 2007-10-13 [colin]      3.0.2cvs70
2532
2533         * src/imap.c
2534         * src/imap.h
2535         * src/mainwindow.c
2536         * src/mainwindow.h
2537         * src/gtk/gtkutils.c
2538         * src/gtk/gtkutils.h
2539                 Staticalise/Remove more code
2540
2541 2007-10-13 [colin]      3.0.2cvs69
2542
2543         * src/common/utils.c
2544         * src/common/utils.h
2545                 Remove dead code, unused for ages
2546
2547 2007-10-13 [colin]      3.0.2cvs68
2548
2549         * src/main.c
2550         * src/main.h
2551                 Maemo: define hildon_program in main.c,
2552                 make it accessible in the .h with extern
2553
2554 2007-10-13 [paul]       3.0.2cvs67
2555
2556         * src/gtk/menu.c
2557                 fix a bunch of runtime warnings on maemo
2558
2559 2007-10-13 [paul]       3.0.2cvs66
2560
2561         * src/main.c
2562         * src/main.h
2563         * src/gtk/gtkutils.c
2564         * src/gtk/gtkutils.h
2565                 fix a bunch of compiler warnings on maemo
2566
2567 2007-10-12 [colin]      3.0.2cvs65
2568
2569         * src/account.c
2570         * src/addritem.c
2571         * src/addritem.h
2572         * src/filtering.c
2573         * src/filtering.h
2574         * src/folder.c
2575         * src/folder.h
2576         * src/common/utils.c
2577         * src/common/utils.h
2578                 Remove unused code, staticalise some functions
2579
2580 2007-10-12 [paul]       3.0.2cvs64
2581
2582         * src/account.c
2583         * src/folderview.c
2584         * src/main.c
2585         * src/mainwindow.c
2586         * src/messageview.c
2587         * src/summary_search.c
2588         * src/summaryview.c
2589         * src/toolbar.c
2590         * src/wizard.c
2591         * src/common/utils.c
2592         * src/gtk/prefswindow.c
2593                 fix a bunch of compiler warnings on maemo
2594
2595 2007-10-11 [colin]      3.0.2cvs63
2596
2597         * src/editaddress.c
2598                 Make static function static
2599
2600 2007-10-11 [mones]      3.0.2cvs62
2601
2602         * src/addrduplicates.c
2603         * src/addressbook.c
2604         * src/compose.c
2605         * src/expldifdlg.c
2606         * src/mainwindow.c
2607         * src/messageview.c
2608         * src/pop.c
2609         * src/prefs_customheader.c
2610         * src/prefs_send.c
2611         * src/prefs_themes.c
2612         * src/common/plugin.c
2613         * src/gtk/pluginwindow.c
2614         * src/gtk/quicksearch.c
2615                 Fix several typos and capitalisation issues
2616
2617 2007-10-11 [wwp]        3.0.2cvs61
2618
2619         * src/editaddress.c
2620                 Fix a warning about possible use of uninitialized
2621                 filename var.
2622
2623 2007-10-11 [wwp]        3.0.2cvs60
2624
2625         * src/editaddress.c
2626                 Disable "Unset picture" menu item when there's
2627                 no picture to clear. Fix an extraneous g_unref_object,
2628                 add missing initializers.
2629
2630 2007-10-11 [wwp]        3.0.2cvs59
2631
2632         * src/pixmaps/anonymous.xpm
2633         * src/editaddress.c
2634         * src/Makefile.am
2635         * src/stock_pixmap.c
2636         * src/stock_pixmap.h
2637                 Fix a leak, gettext-ize the photo label.
2638                 Don't clear the existing picture if loading
2639                 a new one fails. Use a default 'anonymous'
2640                 picture (this new xpm has been added to the
2641                 internal stock_pixmap API). Add a
2642                 "Set picture" context menu entry.
2643
2644 2007-10-11 [colin]      3.0.2cvs58
2645
2646         * src/messageview.c
2647                 Make shift-shortcuts work
2648         * src/prefs_actions.c
2649                 Don't ask if we really want to close when
2650                 choosing OK and only the list is changed
2651         * src/prefs_template.c
2652                 Don't ask if we really want to close when
2653                 choosing OK and only the list is changed
2654         * src/common/plugin.c
2655                 Fix writing of second [Plugins_*] block
2656         * src/common/template.c
2657                 Remove unused files (fixes deletion)
2658
2659 2007-10-10 [paul]       3.0.2cvs57
2660
2661         * src/prefs_template.c
2662                 put the whole thing in a scrolled window
2663                 so that half the page is no longer inaccessible
2664                 on maemo
2665                 make the gtk_text_view smaller on maemo
2666
2667 2007-10-10 [colin]      3.0.2cvs56
2668
2669         * src/compose.c
2670                 Fix updating of Attachments number in some
2671                 cases (reedit, attach from command-line, ...)
2672
2673 2007-10-10 [colin]      3.0.2cvs55
2674
2675         * src/editaddress.c
2676                 Initialise error correctly
2677
2678 2007-10-10 [paul]       3.0.2cvs54
2679
2680         * src/prefs_filtering_action.c
2681         * src/gtk/description_window.c
2682         * src/gtk/foldersort.c
2683         * src/gtk/quicksearch.c
2684                 get rid of some pointless new lines and
2685                 make the descripton labels wrap better
2686
2687 2007-10-10 [colin]      3.0.2cvs53
2688
2689         * src/addressadd.c
2690         * src/editaddress.c
2691         * src/headerview.c
2692         * src/textview.c
2693                 More error handling on saving pictures
2694
2695 2007-10-10 [colin]      3.0.2cvs52
2696
2697         * src/printing.c
2698         * src/printing.h
2699                 Generalize a bit printing, so we can factorize
2700                 most of the code. 
2701
2702 2007-10-10 [paul]       3.0.2cvs51
2703
2704         * src/addrduplicates.c
2705                 fix engrish
2706                 use GTK_STOCK... buttons
2707
2708 2007-10-10 [paul]       3.0.2cvs50
2709
2710         * src/addressadd.c
2711         * src/addrindex.c
2712         * src/editaddress.c
2713                 Fix previous patch
2714                 Thanks to Colin
2715
2716 2007-10-10 [paul]       3.0.2cvs49
2717
2718         * src/summaryview.c
2719         * src/messageview.c
2720                 Fix crash on Add sender to addressbook when
2721                 From is null
2722         * src/addressadd.c
2723         * src/addrindex.c
2724         * src/editaddress.c
2725         * src/editaddress_other_attributes_ldap.h
2726                 Fix leaks 
2727                 Rename images to .png in addrbook/
2728         * src/headerview.c
2729         * src/textview.c
2730                 Fix Face/X-Face being used if adding another
2731                 address than sender to addressbook
2732                 Thanks to Colin
2733
2734 2007-10-10 [holger]     3.0.2cvs48
2735
2736         * src/addrduplicates.c
2737         * src/editaddress.c
2738                 Improvements to the addressbook duplicate finder
2739                 feature:
2740                  - add an edit button to the button bar
2741                  - display the whole bookname (with iface) and
2742                    use this for same-book checking
2743                  - after editing, try to keep selections if the
2744                    entries are still present
2745                  - sort the email column alphabetically
2746                  - put results in a scrolled window
2747                  - support embedded editing
2748                  - make columns in detail view resizable
2749                  - add keyboard shortcuts
2750
2751 2007-10-10 [wwp]        3.0.2cvs47
2752
2753         * src/addrindex.c
2754                 Fix a crash when there's no From: in email, thanks to Colin.
2755
2756 2007-10-09 [paul]       3.0.2cvs46
2757
2758         * src/messageview.c
2759         * src/summaryview.c
2760         * src/textview.c
2761                 fix building without compface support
2762
2763 2007-10-09 [colin]      3.0.2cvs45
2764
2765         * src/editaddress.c
2766         * src/headerview.c
2767         * src/textview.c
2768                 Add error handling
2769
2770 2007-10-09 [colin]      3.0.2cvs44
2771
2772         * src/addrduplicates.c
2773         * src/addressadd.c
2774         * src/addressadd.h
2775         * src/addressbook.c
2776         * src/addressbook.h
2777         * src/addrindex.c
2778         * src/addrindex.h
2779         * src/addritem.c
2780         * src/addritem.h
2781         * src/compose.c
2782         * src/editaddress.c
2783         * src/editaddress_other_attributes_ldap.h
2784         * src/headerview.c
2785         * src/messageview.c
2786         * src/mimeview.c
2787         * src/summaryview.c
2788         * src/textview.c
2789         * src/gtk/gtkutils.c
2790                 Automatically set contacts' pictures from Face 
2791                 or X-Face if they have no picture
2792                 Display the contact picture in textview or
2793                 headerview for mails sent by people in the 
2794                 addressbook, that have no Face or X-Face
2795                 Fix a few details in the Person edition dialog
2796                 (ability to unset picture)
2797                 Remove picture file when deleting contacts
2798
2799 2007-10-09 [iwkse]      3.0.2cvs43
2800
2801         * src/gtk/about.c
2802                 center the about window
2803
2804 2007-10-09 [paul]       3.0.2cvs42
2805
2806         * src/prefs_toolbar.c
2807                 fix icon selector window on maemo
2808
2809 2007-10-09 [paul]       3.0.2cvs41
2810
2811         * src/messageview.c
2812                 add 'go to' menu to separate msgview
2813
2814 2007-10-09 [colin]      3.0.2cvs40
2815
2816         * src/common/defs.h
2817                 Add forgotten file
2818
2819 2007-10-09 [iwkse]      3.0.2cvs39
2820
2821         * Makefile.am
2822         * src/addressbook.c
2823         * src/addritem.c
2824         * src/addritem.h
2825         * src/editaddress.c
2826         * src/editaddress_other_attributes_ldap.h
2827         * src/addrbook.c
2828         * src/Makefile.am
2829                 set a photo in the Addressbook
2830
2831 2007-10-08 [colin]      3.0.2cvs38
2832
2833         * src/prefs_toolbar.c
2834                 Make height 320 to remove the scrollbar 
2835                 (with current number of icons)
2836
2837 2007-10-08 [colin]      3.0.2cvs37
2838
2839         * src/prefs_toolbar.c
2840                 Transform the treeview to a GtkIconView.
2841                 Patch by Pawel
2842                 In addition, transform the window so that 
2843                 it looks like a popup menu. Patch by me
2844
2845 2007-10-08 [colin]      3.0.2cvs36
2846
2847         * src/compose.c
2848         * src/compose.h
2849                 Beautify the GUI a bit; in particular, show the
2850                 number of attachments in the tab's title.
2851                 Patch by Pawel
2852
2853 2007-10-08 [paul]       3.0.2cvs35
2854
2855         * src/mimeview.c
2856                 Save users from themselves: save temporary
2857                 files used for Open/Open with as read-only.
2858                 Thanks to Colin
2859
2860 2007-10-08 [paul]       3.0.2cvs34
2861
2862         * tools/Makefile.am
2863                 forgot this in cvs33
2864
2865 2007-10-08 [paul]       3.0.2cvs33
2866
2867         * tools/kdeservicemenu/README
2868         * tools/kdeservicemenu/claws-mail-attach-files.desktop.template
2869         * tools/kdeservicemenu/install.sh
2870         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
2871                 renamed template* to *template so as not to confuse
2872                 lintian
2873
2874 2007-10-08 [paul]       3.0.2cvs32
2875
2876         * src/prefs_themes.c
2877         * src/stock_pixmap.c
2878                 replace 2 direct uses of RC_DIR
2879
2880 2007-10-07 [colin]      3.0.2cvs31
2881
2882         * src/addrduplicates.c
2883         * src/addrduplicates.h
2884         * src/addressbook.c
2885         * src/addressbook.h
2886         * src/addrindex.c
2887         * src/addrindex.h
2888                 Implement deletion in duplicate finder. 
2889                 Patch by Holger 
2890
2891 2007-10-07 [colin]      3.0.2cvs30
2892
2893         * src/exporthtml.c
2894         * src/mbox.c
2895         * src/common/utils.c
2896                 Better fix for Solaris, thanks to Nicolas Doualot
2897
2898 2007-10-07 [colin]      3.0.2cvs29
2899
2900         * AUTHORS
2901         * src/gtk/authors.h
2902                 Add Frank Dietrich
2903
2904 2007-10-07 [colin]      3.0.2cvs28
2905
2906         * src/exporthtml.c
2907                 Fix HTML export to make it more compliant
2908                 Patch by Frank Dietrich <bits_n_bytes@gmx.de>
2909
2910 2007-10-07 [colin]      3.0.2cvs27
2911
2912         * src/prefs_toolbar.c
2913                 Only use icons that wouldn't look stupid in the toolbar
2914                 Patch by Pawel
2915
2916 2007-10-07 [colin]      3.0.2cvs26
2917
2918         * src/prefs_toolbar.c
2919                 Fix old icon being used when none is selected
2920
2921 2007-10-07 [colin]      3.0.2cvs25
2922
2923         * src/toolbar.c
2924                 Fix copy/paste error
2925
2926 2007-10-07 [colin]      3.0.2cvs24
2927
2928         * src/prefs_toolbar.c
2929         * src/toolbar.c
2930         * src/toolbar.h
2931                 Update icon to default one when changing event
2932                 Make the icon chooser nicer (handle Esc, Enter,
2933                 double-click)
2934
2935 2007-10-06 [colin]      3.0.2cvs23
2936
2937         * src/prefs_toolbar.c
2938                 Fix text reset; patch by Pawel
2939
2940 2007-10-06 [colin]      3.0.2cvs22
2941
2942         * src/toolbar.h
2943                 Complete previous commit
2944
2945 2007-10-06 [colin]      3.0.2cvs21
2946
2947         * src/prefs_toolbar.c
2948         * src/toolbar.c
2949                 Set toolbar text automatically to the default
2950                 when changing Event executed on click
2951
2952 2007-10-06 [colin]      3.0.2cvs20
2953
2954         * src/prefs_toolbar.c
2955                 Invert Text and Event fields
2956
2957 2007-10-06 [colin]      3.0.2cvs19
2958
2959         * src/prefs_toolbar.c
2960         * src/toolbar.c
2961                 Make toolbar prefs look much better
2962                 Patch by Pawel Pekala
2963
2964 2007-10-06 [paul]       3.0.2cvs18
2965
2966         * src/account.c
2967         * src/prefs_filtering.c
2968                 fix checkbuttons in gtktreeview on maemo by
2969                 setting maemo's "allow-checkbox-mode" to FALSE
2970
2971 2007-10-06 [colin]      3.0.2cvs17
2972
2973         * configure.ac
2974                 Export -DSOLARIS in CFLAGS for all
2975                 Solaris (not just 2.8) and OpenSolaris
2976
2977 2007-10-06 [paul]       3.0.2cvs16
2978
2979         * AUTHORS
2980         * src/exporthtml.c
2981         * src/mbox.c
2982         * src/gtk/authors.h
2983                 fix build on solaris where ctime_r takes
2984                 3 arguments rather than 2.
2985                 Patch by Nicolas Doualot <slubman.lists@slubman.info>
2986
2987 2007-10-05 [colin]      3.0.2cvs15
2988
2989         * src/etpan/imap-thread.c
2990                 Fix wrong error codepath
2991
2992 2007-10-05 [wwp]        3.0.2cvs14
2993
2994         * src/filtering.c
2995                 Fix unexpected logging of quicksearches:
2996                 debug_filtering_session flag was never reset to FALSE, causing
2997                 matcher functions to log when called from a quicksearch
2998                 (if a filtering session happened before).
2999
3000 2007-10-05 [paul]       3.0.2cvs13
3001
3002         * src/prefs_actions.c
3003         * src/prefs_filtering.c
3004         * src/prefs_template.c
3005                 fix bug 1343, 'Filtering..'s close button
3006                 silently discards new filter'
3007                 Thanks to Colin
3008
3009 2007-10-05 [paul]       3.0.2cvs12
3010
3011         * configure.ac
3012         * src/Makefile.am
3013                 fix bug 1347, '-Wno-unused-function, optional'
3014
3015 2007-10-05 [colin]      3.0.2cvs11
3016
3017         * src/procmime.c
3018         * src/common/mgutils.c
3019                 Fix warnings
3020
3021 2007-10-05 [mones]      3.0.2cvs10
3022
3023         * manual/advanced.xml
3024                 Use full menu name
3025         * manual/es/advanced.xml
3026                 Synchronise translation
3027
3028 2007-10-04 [colin]      3.0.2cvs9
3029
3030         * src/action.c
3031         * src/addrbook.c
3032         * src/addrindex.c
3033         * src/compose.c
3034         * src/exporthtml.c
3035         * src/exportldif.c
3036         * src/folder.c
3037         * src/main.c
3038         * src/matcher.c
3039         * src/mbox.c
3040         * src/messageview.c
3041         * src/mh.c
3042         * src/news.c
3043         * src/partial_download.c
3044         * src/pop.c
3045         * src/procmime.c
3046         * src/procmsg.c
3047         * src/toolbar.c
3048         * src/common/log.c
3049         * src/common/mgutils.c
3050         * src/common/plugin.c
3051         * src/common/utils.c
3052         * src/common/xml.c
3053         * src/common/xml.h
3054         * src/common/xmlprops.c
3055         * src/common/xmlprops.h
3056         * src/plugins/bogofilter/bogofilter.c
3057         * src/plugins/clamav/clamav_plugin.c
3058         * src/plugins/dillo_viewer/dillo_prefs.c
3059         * src/plugins/pgpcore/prefs_gpg.c
3060         * src/plugins/pgpinline/pgpinline.c
3061         * src/plugins/pgpmime/pgpmime.c
3062         * src/plugins/spamassassin/spamassassin.c
3063         * src/plugins/trayicon/trayicon_prefs.c
3064                 Verify success on writes. Will fix possible strange
3065                 failure on disk full.
3066
3067 2007-10-04 [paul]       3.0.2cvs8
3068
3069         * manual/advanced.xml
3070                 add further info about Actions
3071                 Patch by Emmanuel Briot <briot@adacore.com>
3072
3073 2007-10-04 [paul]       3.0.2cvs7
3074
3075         * src/account.c
3076                 remove the D column, instead indicate the
3077                 default account by use of bold text
3078
3079 2007-10-03 [colin]      3.0.2cvs6
3080
3081         * src/common/template.c
3082                 Fix templates writing (was prone to disk full problems)
3083
3084 2007-10-03 [colin]      3.0.2cvs5
3085
3086         * src/Makefile.am
3087         * src/addrduplicates.c
3088         * src/addrduplicates.h
3089         * src/addressbook.c
3090                 Add duplicate deletion. Patch by Holger
3091
3092 2007-10-03 [colin]      3.0.2cvs4
3093
3094         * src/matcher.c
3095         * src/gtk/quicksearch.c
3096                 Fix bug 1340, 'Case insensitive searches with 
3097                 non-ascii alphabets fail'.
3098
3099 2007-10-03 [colin]      3.0.2cvs3
3100
3101         * src/main.c
3102         * src/common/utils.c
3103         * src/common/utils.h
3104                 Implement run-time alternative config directories
3105
3106 2007-10-03 [colin]      3.0.2cvs2
3107
3108         * src/folderview.c
3109                 Prevent opening folder item while folder
3110                 is scanned in a better way
3111
3112 2007-10-02 [paul]       3.0.2cvs1
3113
3114         * NEWS
3115         * README
3116         * RELEASE_NOTES
3117         * configure.ac
3118                 bump up version number following stable release
3119
3120 2007-09-30 [colin]      3.0.1cvs49
3121
3122         * src/imap.c
3123                 Refresh session if needed
3124
3125 2007-09-30 [colin]      3.0.1cvs48
3126
3127         * src/imap.c
3128                 Reset folder's session to NULL
3129                 before destroying it
3130
3131 2007-09-30 [mones]      3.0.1cvs47
3132
3133         * manual/handling.xml
3134                 Use markup quotes instead hardcoded quotes
3135         * manual/es/handling.xml
3136                 Added new synced section (IMAP subscriptions)
3137
3138 2007-09-29 [colin]      3.0.1cvs46
3139
3140         * src/imap.c
3141                 Notice disconnections faster
3142
3143 2007-09-28 [colin]      3.0.1cvs45
3144
3145         * src/addressbook.c
3146         * src/addrindex.c
3147                 Fix warnings
3148
3149 2007-09-28 [paul]       3.0.1cvs44
3150
3151         * src/mimeview.c
3152                 fix maemo build
3153
3154 2007-09-28 [paul]       3.0.1cvs43
3155
3156         * src/account.c
3157                 use gtk_widget_set_size_request() on the label
3158                 so that wrapping works better. get rid of the
3159                 (partially deprecated) hbutton_box.
3160                 these changes should prevent buttons overlapping
3161                 on maemo
3162
3163 2007-09-28 [colin]      3.0.1cvs42
3164
3165         * src/pop.c
3166                 Fix typo :)
3167
3168 2007-09-28 [colin]      3.0.1cvs41
3169
3170         * src/compose.c
3171         * src/msgcache.c
3172         * src/pop.c
3173         * src/procmime.c
3174         * src/etpan/imap-thread.c
3175                 64bits-related warning fixes
3176
3177 2007-09-28 [colin]      3.0.1cvs40
3178
3179         * src/folder_item_prefs.c
3180         * src/ldaputil.c
3181         * src/mainwindow.c
3182         * src/mimeview.c
3183         * src/common/tags.c
3184                 Fix warnings
3185
3186 2007-09-28 [colin]      3.0.1cvs39
3187
3188         * src/plugins/spamassassin/spamassassin.c
3189         * src/plugins/spamassassin/spamassassin.h
3190         * src/plugins/spamassassin/spamassassin_gtk.c
3191                 Add addressbook-based whitelisting
3192
3193 2007-09-28 [colin]      3.0.1cvs38
3194
3195         * src/folder.c
3196                 Fix bug 1337, 'crash on pressing Send button'
3197
3198 2007-09-28 [paul]       3.0.1cvs37
3199
3200         * src/prefs_folder_item.c
3201                 give the orphans a parent. makes all prefs
3202                 pages visible on maemo
3203
3204 2007-09-28 [colin]      3.0.1cvs36
3205
3206         * src/prefs_folder_column.c
3207         * src/prefs_summary_column.c
3208                 Fix two leaks
3209
3210 2007-09-27 [colin]      3.0.1cvs35
3211
3212         * src/gtk/quicksearch.c
3213                 Fix bug 1336, 'Segfault if empty space before search-string'
3214
3215 2007-09-26 [mones]      3.0.1cvs34
3216
3217         * manual/account.xml
3218         * manual/plugins.xml
3219                 Fixed irc channel name, added some docbook markup.
3220                 Changed text markup to docbook markup. 
3221                 Added spamcop as supported in SpamReport description.
3222         * manual/fr/plugins.xml
3223                 Fixed irc channel name.
3224         * manual/es/account.xml
3225         * manual/es/advanced.xml
3226         * manual/es/claws-mail-manual.xml
3227         * manual/es/glossary.xml
3228         * manual/es/gpl.xml
3229         * manual/es/keyboard.xml
3230         * manual/es/plugins.xml
3231                 Synced with English version, fixed a couple of typos.
3232
3233 2007-09-26 [colin]      3.0.1cvs33
3234
3235         * configure.ac
3236                 Explain why "Libgnomeprint: no" on GTK+ 2.10
3237
3238 2007-09-26 [colin]      3.0.1cvs32
3239
3240         * src/messageview.c
3241         * src/procmsg.c
3242         * src/procmsg.h
3243                 Optimisation: avoid fetching mail 3 times locally
3244                 for displaying
3245
3246 2007-09-26 [colin]      3.0.1cvs31
3247
3248         * src/mh.c
3249                 Fix missing static
3250
3251 2007-09-26 [colin]      3.0.1cvs30
3252
3253         * src/folder.c
3254         * src/folder.h
3255         * src/mh.c
3256         * src/mh.h
3257                 Fix MH mtime hack - make it a folder class function
3258
3259 2007-09-26 [colin]      3.0.1cvs29
3260
3261         * src/inc.c
3262                 Fix bug 1334, 'user defined mail incorporation 
3263                 script not run'
3264
3265 2007-09-25 [colin]      3.0.1cvs28
3266
3267         * src/codeconv.c
3268                 Optimisation: shortcut conv_codeset_strdup
3269                 when src_code and dest_code are the same
3270         * src/common/xml.c
3271         * src/common/xml.h
3272                 Optimisation: shortcut code conversions when
3273                 files are in UTF-8; faster list walking by
3274                 using prepend/reverse.
3275
3276 2007-09-25 [holger]     3.0.1cvs27
3277
3278         * src/printing.c
3279                 Replace button bar of the preview window
3280                 with a real toolbar (patch by Colin)
3281                 Add zooming to the preview window
3282
3283 2007-09-24 [paul]       3.0.1cvs26
3284
3285         * src/compose.c
3286                 compact the character set menu, adding some
3287                 missing encodings. Patch by Pawel Pekala
3288
3289 2007-09-23 [paul]       3.0.1cvs25
3290
3291         * src/prefs_account.c
3292         * src/prefs_folder_item.c
3293         * src/prefs_quote.c
3294         * src/quote_fmt.c
3295         * src/quote_fmt.h
3296                 remove unnecessary frame from Templates options
3297                 and improve the English of the check button label
3298
3299 2007-09-22 [colin]      3.0.1cvs24
3300
3301         * src/gtk/quicksearch.c
3302                 Fix bug 1329, 'error in quicksearch.c'
3303                 Fix return with value in function returning void
3304
3305 2007-09-22 [colin]      3.0.1cvs23
3306
3307         * src/imap.c
3308         * src/procmsg.h
3309         * src/common/utils.c
3310         * src/common/utils.h
3311         * src/etpan/imap-thread.c
3312                 Optimise fetching IMAP cached emails *a lot*
3313                 (remember whether mail is fully cached and \r's
3314                  are already stripped)
3315
3316 2007-09-22 [colin]      3.0.1cvs22
3317
3318         * src/folder.c
3319         * src/folder.h
3320         * src/prefs_folder_item.c
3321                 Add a button to allow users to drop local caches.
3322
3323 2007-09-21 [colin]      3.0.1cvs21
3324
3325         * src/summaryview.c
3326                 Remove unnecessary error when cancelling export to mbox.
3327                 Patch by Pawel
3328
3329 2007-09-21 [paul]       3.0.1cvs20
3330
3331         * src/gtk/prefswindow.c
3332                 remove unnecessary frames from the prefs
3333                 pages. Patch by Pawel Pekala
3334
3335 2007-09-21 [paul]       3.0.1cvs19
3336
3337         * src/prefs_account.c
3338         * src/prefs_folder_item.c
3339         * src/prefs_quote.c
3340         * src/quote_fmt.c
3341                 put the Templates options into a tabbed
3342                 layout. Patch by Pawel Pekala
3343
3344 2007-09-21 [paul]       3.0.1cvs18
3345
3346         * src/mainwindow.c
3347                 group together the character set menu items
3348                 move the /View/Show or hide/Message view below
3349                 .../Toolbar menu item
3350                 Patch by Pawel Pekala
3351
3352 2007-09-21 [mones]      3.0.1cvs17
3353
3354         * src/compose.c
3355                 Fix for bug 1327, 'segfault when replying to a non-existent
3356                 news message', thanks to Colin.
3357
3358 2007-09-21 [colin]      3.0.1cvs16
3359
3360         * src/folderview.c
3361                 Complete 3.0.1cvs15
3362
3363 2007-09-20 [colin]      3.0.1cvs15
3364
3365         * src/folderview.c
3366         * src/folderview.h
3367                 Maybe fix bug 1324, 'Corrupted IMAP cache'
3368
3369 2007-09-20 [colin]      3.0.1cvs14
3370
3371         * src/printing.c
3372                 Fix a little leak
3373
3374 2007-09-20 [holger]     3.0.1cvs13
3375
3376         * src/printing.c
3377                 Add page layout to print preview.
3378                 Make the close-button in the toolbar
3379                 right-aligned.
3380
3381 2007-09-20 [paul]       3.0.1cvs12
3382
3383         * po/ru.po
3384                 updated by Pavlo Bohmat
3385
3386 2007-09-19 [colin]      3.0.1cvs11
3387
3388         * src/common/utils.c
3389                 Prevent unquoted mime boundaries, by always
3390                 using a /
3391
3392 2007-09-19 [colin]      3.0.1cvs10
3393
3394         * src/printing.c
3395                 Fix drawing area size, fix DPI change that
3396                 can cause total number of lines to decrease
3397
3398 2007-09-19 [colin]      3.0.1cvs9
3399
3400         * po/POTFILES.in
3401         * src/printing.c
3402                 Make print preview more efficient and nicer.
3403                 Patch mostly by Holger Berndt <hb@claws-mail.org>
3404
3405 2007-09-19 [colin]      3.0.1cvs8
3406
3407         * src/prefs_common.c
3408         * src/prefs_common.h
3409         * src/printing.c
3410                 Add scrolledwindow, default allocation and
3411                 size saving to the print preview window.
3412
3413 2007-09-18 [colin]      3.0.1cvs7
3414
3415         * src/prefs_common.c
3416         * src/prefs_common.h
3417         * src/prefs_image_viewer.c
3418         * src/printing.c
3419                 GtkPrintOperation:
3420                 - add image printing support
3421                 - add option to print images
3422                 - add preview widget
3423                 - add saving of a few Page Setup parameters
3424
3425 2007-09-18 [colin]      3.0.1cvs6
3426
3427         * AUTHORS
3428         * src/gtk/authors.h
3429                 Add Guillaume Chazarain
3430
3431 2007-09-18 [colin]      3.0.1cvs5
3432
3433         * src/common/utils.c
3434                 Fix bug 1321, 'access before allocation 
3435                 when scanning for uris'. Patch by 
3436                 Guillaume Chazarain <guichaz@yahoo.fr>
3437
3438 2007-09-18 [colin]      3.0.1cvs4
3439
3440         * src/toolbar.c
3441                 Fix bug 1320, 'Memory leak caused by 
3442                 gtk_container_get_children'. Patch by
3443                 Guillaume Chazarain <guichaz@yahoo.fr>
3444
3445 2007-09-18 [colin]      3.0.1cvs3
3446
3447         * src/printing.c
3448         * src/printing.h
3449                 Fix HAVE_GNOMEPRINT (USE_GNOMEPRINT)
3450
3451 2007-09-18 [colin]      3.0.1cvs2
3452
3453         * src/Makefile.am
3454         * src/mainwindow.c
3455         * src/messageview.c
3456         * src/messageview.h
3457         * src/prefs_ext_prog.c
3458         * src/prefs_fonts.c
3459         * src/printing.c
3460         * src/printing.h
3461         * src/summaryview.c
3462                 Use GtkPrintOperation by default on GTK+ >= 2.10
3463                 Patch by Holger Berndt <hb@claws-mail.org>
3464
3465 2007-09-18 [paul]       3.0.1cvs1
3466
3467         * NEWS
3468         * README
3469         * RELEASE_NOTES
3470         * configure.ac
3471                 bump up version number following stable release
3472
3473 2007-09-16 [colin]      3.0.0cvs18
3474
3475         * src/folder.c
3476                 Fix possible memleak
3477
3478 2007-09-16 [colin]      3.0.0cvs17
3479
3480         * src/folderview.c
3481                 Fix bug 1311, 'Wrong arrow position 
3482                 while moving message into folder when 
3483                 column headers hidden'
3484         * src/image_viewer.c
3485                 Show error in the GUI if image can't
3486                 be loaded
3487         * src/matcher.c
3488                 Fix spurious output
3489         * src/messageview.c
3490                 Allow setting domain in msgid
3491         * src/common/plugin.c
3492                 Add timing information
3493
3494 2007-09-16 [colin]      3.0.0cvs16
3495
3496         * src/account.c
3497         * src/compose.c
3498         * src/prefs_account.c
3499         * src/prefs_account.h
3500         * src/common/utils.c
3501                 Remove Generate Message-ID option. We need
3502                 this on some IMAP servers.
3503         * src/prefs_template.c
3504                 Fix double-free
3505
3506 2007-09-16 [colin]      3.0.0cvs15
3507
3508         * src/prefs_filtering.c
3509         * src/prefs_filtering.h
3510         * src/prefs_filtering_action.c
3511         * src/common/tags.c
3512                 Fix tags issues: tags with spaces, renaming
3513                 tags.
3514
3515 2007-09-16 [colin]      3.0.0cvs14
3516
3517         * src/folderview.c
3518         * src/main.c
3519         * src/mainwindow.c
3520                 Fix bug 1308, 'Claws deletes folderlist.xml after
3521                 fetching mail short after start-up'
3522
3523 2007-09-16 [colin]      3.0.0cvs13
3524
3525         * src/compose.c
3526                 Fix scrolling to cursor
3527
3528 2007-09-16 [paul]       3.0.0cvs12
3529
3530         * po/sr.po
3531                 updated by Aleksandar Urosevic
3532
3533 2007-09-16 [paul]       3.0.0cvs11
3534
3535         * src/folder.c
3536                 do not allow locked msgs to be deleted,
3537                 even by filtering/processing
3538
3539 2007-09-07 [paul]       3.0.0cvs10
3540
3541         * src/prefs_folder_column.c
3542         * src/prefs_summary_column.c
3543                 implement button sensitivity
3544                 patch by Pawel Pekala
3545
3546 2007-09-06 [wwp]        3.0.0cvs9
3547
3548         * src/prefs_gtk.c
3549                 Add a missing linefeed to a debug message.
3550
3551 2007-09-05 [colin]      3.0.0cvs8
3552
3553         * src/inc.c
3554                 Fix statusbar/window mismatch on Maemo
3555
3556 2007-09-05 [colin]      3.0.0cvs7
3557
3558         * src/ldaputil.c
3559                 Fix build without USE_LDAP_TLS
3560
3561 2007-09-05 [colin]      3.0.0cvs6
3562
3563         * src/folder.c
3564         * src/imap.c
3565         * src/inc.c
3566         * src/mbox.c
3567         * src/send_message.c
3568         * src/statusbar.c
3569         * src/statusbar.h
3570                 Maemo: distinguish various statusbar messages,
3571                 in order to display only the most important.
3572
3573 2007-09-04 [wwp]        3.0.0cvs5
3574
3575         * src/account.c
3576                 Accounts list: fix "Local" protocol not shown when USE_OPENSSL is set.
3577                 Show protocol "SMTP" and the appropriate server for send-only
3578                 accounts, show "-" instead of "" when no value is relevant.
3579
3580 2007-09-03 [ticho]      3.0.0cvs4
3581
3582         * src/summaryview.c
3583                 Handle plural form better in delete confirmation dialog.
3584
3585 2007-09-03 [wwp]        3.0.0cvs3
3586
3587         * src/compose.c
3588                 Warn differently when sending or sending later (queueing).
3589
3590 2007-09-03 [colin]      3.0.0cvs2
3591
3592         * src/procmime.c
3593         * src/procmime.h
3594         * src/common/plugin.c
3595         * src/common/plugin.h
3596                 Add a new plugin API, MimeParser. It allows
3597                 plugins to scan email MIME parts and optionally,
3598                 transform them.
3599
3600 2007-09-03 [mones]      3.0.0cvs1
3601
3602         * po/es.po
3603                 Updated translation
3604         * src/common/defs.h
3605                 While a better solution is made double history sizes
3606
3607 2007-09-03 [paul]       3.0.0
3608
3609         * NEWS
3610         * README
3611         * RELEASE_NOTES
3612                 3.0.0 released
3613
3614 [For previous entries, see ChangeLog.2.0.0-3.0.0]