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