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