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