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