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