ca8dc25945b1ab920b3130ddda2ef87394324612
[claws.git] / ChangeLog
1 2007-11-27 [wwp]        3.1.0cvs33
2
3         * src/Makefile.am
4         * src/addrcustomattr.c
5         * src/addrcustomattr.h
6         * src/addressbook.c
7         * src/editaddress.c
8         * src/editaddress.h
9         * src/prefs_common.c
10         * src/prefs_common.h
11         * src/common/defs.h
12                 Provide a (customizable) list of preset attribute names
13                 for editing contacts (closes bug #1391).
14
15 2007-11-27 [wwp]        3.1.0cvs32
16
17         * src/addrclip.c
18         * src/addressbook.c
19         * src/addritem.c
20                 Various fixes in the address book:
21                         - made copy/move of a folder to itself or its subtree
22                           impossible (-> error)
23                         - errors messages don't show in the status bar anymore,
24                           use alertpanels instead
25                         - simple click on group doesn't open group edit dialog
26                           anymore when in contact edit embedded mode (was too itchy)
27                         - fixed disabling of edit button and and menu entry when
28                           in contact edit embedded mode (was done in a bad and
29                           ineffective way)
30                         - fix menu cut/paste sensitivity in treelist context
31                           menu (conflicting enabling was done by different functions)
32                         - fix some menu item sensitivity in address list context menu
33                         - don't allow cut/copy of groups, it's useless as they won't
34                           be copied w/ their contents
35                         - fix missing copy of the picture file when copying (bug #1402),
36                           fix picture attribute (internal) value when moving or copying
37
38
39 2007-11-27 [colin]      3.1.0cvs31
40
41         * src/folder.c
42         * src/imap.c
43                 Fix tags loss on move, fix space encoding
44
45 2007-11-26 [colin]      3.1.0cvs30
46
47         * src/edittags.c
48         * src/folder.c
49         * src/folder.h
50         * src/imap.c
51         * src/messageview.c
52         * src/procmsg.c
53         * src/procmsg.h
54         * src/summaryview.c
55         * src/common/utils.c
56         * src/common/utils.h
57         * src/etpan/imap-thread.c
58         * src/etpan/imap-thread.h
59                 Add IMAP tags support
60
61 2007-11-26 [colin]      3.1.0cvs29
62
63         * src/imap.c
64                 Fix bug 1405, 'imap auto auth method doesn't 
65                 work since 3.1.0'
66
67 2007-11-26 [colin]      3.1.0cvs28
68
69         * src/messageview.c
70         * src/procmime.c
71                 Handle broken disposition-notifications from Evolution
72                 (http://bugzilla.gnome.org/show_bug.cgi?id=499145)
73
74 2007-11-25 [paul]       3.1.0cvs27
75
76         * src/folder_item_prefs.c
77         * src/folder_item_prefs.h
78                 remove dead code
79
80 2007-11-23 [wwp]        3.1.0cvs26
81
82         * src/matcher.c
83         * src/matcher.h
84         * src/matcher_parser_parse.y
85         * src/prefs_matcher.c
86                 Fix irrelevant case folding when adding matcher condition 'test',
87                 thanks to Colin.
88
89 2007-11-23 [wwp]        3.1.0cvs25
90
91         * src/prefs_common.c
92         * src/prefs_common.h
93         * src/prefs_summary_open.c
94         * src/prefs_summary_open.h
95         * src/summaryview.c
96                 Add "select first email in list" to the list of possible selections
97                 when opening a folder.
98
99 2007-11-23 [paul]       3.1.0cvs24
100
101         * po/de.po
102                 a fix by Stephan Sachse, plus remove all
103                 old strings from the end of the file
104
105 2007-11-23 [wwp]        3.1.0cvs23
106
107         * src/prefs_msg_colors.c
108                 Move colour prefs into tabs. Patch by Pawel Pekala <c0rn@o2.pl>,
109                 with little changes.
110
111 2007-11-23 [paul]       3.1.0cvs22
112
113         * src/prefs_logging.c
114                 eliminate wasted horizontal space
115
116 2007-11-23 [paul]       3.1.0cvs21
117
118         * src/prefs_summaries.c
119                 don't wrap the label or put linebreaks
120
121 2007-11-22 [colin]      3.1.0cvs20
122
123         * src/plugins/pgpinline/pgpinline.c
124                 Fix decryption
125
126 2007-11-22 [wwp]        3.1.0cvs19
127
128         * src/prefs_themes.c
129                 Yet another misuse of get_rc_dir(), still related
130                 to user themes. Completes 3.1.0cvs18.
131
132 2007-11-22 [wwp]        3.1.0cvs18
133
134         * src/stock_pixmap.c
135                 Fix a misuse of get_rc_dir(), user themes dir was
136                 not set properly and some themes might have disappeared
137                 from themes list in prefs.
138
139 2007-11-22 [wwp]        3.1.0cvs17
140
141         * src/edittags.c
142         * src/edittags.h
143         * src/common/tags.c
144         * src/common/tags.h
145                 Correct copyright for these claws-mail-only brand new
146                 files.
147
148 2007-11-22 [paul]       3.1.0cvs16
149
150         * src/compose.c
151                 fix bug 1400, 'Drag and drop of URLs does not work'
152                 Thanks to Colin
153
154 2007-11-22 [paul]       3.1.0cvs15
155
156         * src/prefs_common.c
157                 make "cmds_use_system_default" default to FALSE
158                 so as not to disrupt current settings
159         * src/summaryview.c
160                 increase the size of the GdkRectangle, tooltips
161                 didn't show for me otherwise
162
163 2007-11-21 [colin]      3.1.0cvs14
164
165         * src/compose.c
166         * src/crash.c
167         * src/exphtmldlg.c
168         * src/mainwindow.c
169         * src/manual.c
170         * src/mimeview.c
171         * src/prefs_account.c
172         * src/prefs_common.c
173         * src/prefs_common.h
174         * src/prefs_ext_prog.c
175         * src/textview.c
176         * src/uri_opener.c
177         * src/gtk/about.c
178         * src/gtk/gtkutils.c
179                 Use xdg-open as a way to find default browser,
180                 when available
181
182 2007-11-21 [colin]      3.1.0cvs13
183
184         * src/messageview.c
185         * src/procmime.c
186         * src/procmsg.h
187                 Send better return receipts (useful ones)
188                 Handle incoming return receipts
189
190 2007-11-20 [colin]      3.1.0cvs12
191
192         * src/printing.c
193         * src/printing.h
194                 Add getter/setter for settings, and getter
195                 for page setup
196
197 2007-11-20 [colin]      3.1.0cvs11
198
199         * src/folderview.c
200         * src/main.c
201         * src/mainwindow.c
202                 Fix bug 1396, 'Crash on disabling a filter 
203                 while it is processing'
204
205 2007-11-20 [paul]       3.1.0cvs10
206
207         * src/folder.c
208                 fix bug 1395, 'Crash on checking for new mails
209                 while filter is running'
210                 Thanks to Colin
211
212 2007-11-20 [paul]       3.1.0cvs9
213
214         * src/compose.c
215                 make this string easier for translators
216
217 2007-11-19 [colin]      3.1.0cvs8
218
219         * src/prefs_summaries.c
220         * src/summaryview.c
221                 Don't enable more tooltips on Maemo
222
223 2007-11-19 [colin]      3.1.0cvs7
224
225         * src/prefs_common.c
226         * src/prefs_common.h
227         * src/prefs_summaries.c
228         * src/summaryview.c
229                 Fix bug 1388, 'message list tool tips'
230                 Add (optional) tooltips in summaryview.
231                 This only works with GTK+ >= 2.12
232
233 2007-11-19 [colin]      3.1.0cvs6
234
235         * src/compose.c
236                 Make strings a bit better when attaching
237                 from mailto: URIs
238
239 2007-11-19 [colin]      3.1.0cvs5
240
241         * src/common/utils.c
242                 Fix bug 1392, 'Top level domain .EU is 
243                 not recognised as valid'
244
245 2007-11-19 [wwp]        3.1.0cvs4
246
247         * src/compose.c
248         * src/compose.h
249                 Revert changes to compose.c made in 3.1.0cvs2.
250
251 2007-11-19 [wwp]        3.1.0cvs3
252
253         * src/addressbook.c
254         * src/addressbook.h
255         * src/editaddress.c
256         * src/editgroup.c
257         * src/addrduplicates.c
258                 Minor improvements in the address book:
259                 always accept new contacts provided that some
260                 detail is set (instead of rejecting silently).
261                 Better guessing of contact name from incomplete
262                 name information. Better display of contacts with
263                 no name, in contact lists, group contents, find
264                 duplicate results.
265                 
266
267 2007-11-19 [wwp]        3.1.0cvs2
268
269         * src/compose.c
270         * src/compose.h
271         * src/prefs_logging.c
272         * src/prefs_summaries.c
273                 GUI improvements, thanks to Pawel Pekala <c0rn@o2.pl>:
274                 wrap some long label in prefs/summaries, layout checkboxes
275                 in a more compact form in prefs/loggin, make account and
276                 header's combos have the same size/spacing in compose
277                 window.
278
279 2007-11-19 [wwp]        3.1.0cvs1
280
281         * src/edittags.c
282                 Fix a tiny leak and duplicate variable.
283
284 2007-11-19 [paul]       3.1.0
285
286         * NEWS
287         * README
288         * RELEASE_NOTES 
289                 3.1.0 released
290
291 2007-11-19 [paul]       3.0.2cvs145
292
293         * po/de.po
294         * po/fi.po
295         * po/fr.po
296         * po/hu.po
297         * po/it.po
298         * po/pl.po
299         * po/pt_BR.po
300         * po/sk.po
301         * po/zh_CN.po
302                 updated by Stephan Sachse, Flammie Pirinen,
303                 Fabien Vantard, Pader Rezso, Andrea Spadaccini,
304                 Emil Nowak, Frederico Goncalves Guimaraes,
305                 Andrej Kacian, and Ralph Young
306
307 2007-11-18 [mones]      3.0.2cvs144
308
309         * po/es.po
310                 Updated Spanish translation
311
312 2007-11-18 [colin]      3.0.2cvs143
313
314         * src/edittags.c
315                 Prevent empty tag after edit, thanks to wwp
316
317 2007-11-18 [colin]      3.0.2cvs142
318
319         * src/editaddress.c
320                 Fix possible "(null)" %s - thanks to wwp
321
322 2007-11-16 [wwp]        3.0.2cvs141
323
324         * src/common/utils.c
325                 Fix for 3.0.2cvs140, prevents from crashing when opening
326                 a compose window.
327
328 2007-11-16 [colin]      3.0.2cvs140
329
330         * src/main.c
331         * src/common/claws.c
332                 Output a bit more useful info at startup
333                 in --debug mode
334
335 2007-11-16 [colin]      3.0.2cvs139
336
337         * src/compose.c
338         * src/common/utils.c
339         * src/common/utils.h
340                 Fix bug 1387, 'Request for --compose to 
341                 support multiple attachments'
342
343 2007-11-16 [colin]      3.0.2cvs138
344
345         * src/news.c
346                 Fix bug 1390, 'NNTP fails after server 
347                 closed connection'
348
349 2007-11-16 [colin]      3.0.2cvs137
350
351         * src/prefs_display_header.c
352                 Fix bug 1389, 'Changing 'Display headers 
353                 in message view' breaks dispheaderrc'
354
355 2007-11-14 [colin]      3.0.2cvs136
356
357         * src/summaryview.c
358         * src/gtk/quicksearch.c
359         * src/gtk/quicksearch.h
360                 Fix resetting the quicksearch when in non-sticky
361                 mode, but Recursive is set: reset only when going
362                 out of the root search folder.
363
364 2007-11-14 [colin]      3.0.2cvs135
365
366         * src/filtering.c
367                 Don't set new flag back when doing "Mark as unread"
368                 from filtering
369
370 2007-11-12 [paul]       3.0.2cvs134
371
372         * src/plugins/dillo_viewer/dillo_viewer.c
373                 don't offer the mime type for translation
374
375 2007-11-12 [paul]
376
377         3.1.0-rc2 released
378
379 2007-11-11 [colin]      3.0.2cvs133
380
381         * src/imap_gtk.c
382         * src/mh_gtk.c
383                 Use markup-escaped strings in dialogs
384
385 2007-11-11 [colin]      3.0.2cvs132
386
387         * src/imap.c
388                 Better IMAP-UTF7/UTF8 conversion
389
390 2007-11-10 [colin]      3.0.2cvs131
391
392         * src/news.c
393                 Fix debian bug 450698, 'nntp auth behavior changed 
394                 without notice'
395
396 2007-11-10 [colin]      3.0.2cvs130
397
398         * configure.ac
399         * src/inc.c
400         * src/main.c
401         * src/main.h
402         * src/mimeview.c
403         * src/statusbar.c
404         * src/common/utils.c
405         * src/etpan/Makefile.am
406         * src/gtk/filesel.c
407         * src/gtk/gtkutils.h
408         * src/gtk/menu.c
409         * src/plugins/bogofilter/Makefile.am
410         * src/plugins/clamav/Makefile.am
411         * src/plugins/dillo_viewer/Makefile.am
412         * src/plugins/pgpcore/Makefile.am
413         * src/plugins/spamassassin/Makefile.am
414         * src/plugins/trayicon/Makefile.am
415                 Fixes (mainly preprocessor foo) for Maemo 4.0 (Chinook)
416
417 2007-11-09 [colin]      3.0.2cvs129
418
419         * src/addressbook.c
420         * src/ldapupdate.c
421                 fix bug 1375, 'Impossible to modify e-mail
422                 in LDAP addressbook twice'; Try two. update
423                 externalID, don't make display lag, and
424                 fix the cases where dn is not mail.
425
426 2007-11-08 [paul]       3.0.2cvs128
427
428         * src/account.c
429         * src/compose.c
430         * src/messageview.c
431         * src/prefs_account.c
432         * src/prefs_account.h
433                 reinstate 'Generate Message-ID' option as an
434                 account preference. (hidden on IMAP)
435                 Thanks to Colin
436
437 2007-11-08 [paul]       3.0.2cvs127
438
439         * src/textview.c
440                 MAEMO: fix failure of loading images inline
441                 MAEMO: fix bug 1349, 'Emails still skip to end
442                 when opened (in certain circumstances)...'
443
444 2007-11-07 [colin]      3.0.2cvs126
445
446         * src/toolbar.c
447                 Migrate from A_SYL_ACTIONS to A_CLAWS_ACTIONS
448
449 2007-11-07 [colin]      3.0.2cvs125
450
451         * src/toolbar.c
452                 Re-change the string occurence of A_CLAWS_ACTIONS
453                 to A_SYL_ACTIONS, to prevent parse errors of the
454                 toolbar_*.xml files
455
456 2007-11-07 [colin]      3.0.2cvs124
457
458         * src/mimeview.c
459         * src/prefs_common.c
460         * src/prefs_common.h
461         * manual/advanced.xml
462                 Add an hidden pref, 'save_parts_readwrite';
463                 completes 3.0.2cvs35
464
465 2007-11-07 [paul]       3.0.2cvs123
466
467         * src/prefs_toolbar.c
468         * src/toolbar.c
469         * src/toolbar.h
470                 rename ToolbarSylpheedActions to ToolbarClawsActions
471                 rename A_SYL_ACTIONS to A_CLAWS_ACTIONS
472
473 2007-11-07 [paul]       3.0.2cvs122
474
475         * src/toolbar.c
476                 MAEMO: remove tooltips
477
478 2007-11-07 [colin]      3.0.2cvs121
479
480         * src/plugins/pgpinline/pgpinline.c
481                 Fix bug 1377, 'unspecific errors on 
482                 signature checking'. Fix trimming of
483                 UTF8 data.
484
485 2007-11-06 [iwkse]      3.0.2cvs120
486
487         * src/prefs_summary_open.c
488                 yet a string change
489
490 2007-11-06 [paul]       3.0.2cvs119
491
492         * tools/Makefile.am
493         * tools/README
494         * tools/csv2addressbook.pl
495                 add a new script that imports a CSV formatted
496                 address book. Becky and Thunderbird address
497                 book are currently supported.
498
499 2007-11-05 [colin]      3.0.2cvs118
500
501         * src/imap.c
502                 Fix deletion 
503
504 2007-11-05 [iwkse]      3.0.2cvs117
505
506         * src/prefs_summary_open.c
507                 String changes
508
509 2007-11-04 [paul]       3.0.2cvs116
510
511         * src/addressbook_foldersel.c
512                 fix gtk critical warning
513                 Patch by Pawel Pekala
514
515 2007-11-04 [paul]       3.0.2cvs115
516
517         * tools/README
518         * tools/claws-mail-compose-insert-files.pl
519                 add --bcc and uri_escape() everything
520
521 2007-11-04 [paul]       3.0.2cvs114
522
523         * src/gtk/gtkutils.c
524                 gtkut_stock_with_text_button_set_create(): set
525                 GTK_CAN_DEFAULT on buttons 2 and 3
526
527 2007-11-03 [paul]       3.0.2cvs113
528
529         * src/common/utils.c
530                 fix debian bug #448814, 'mailto: URI decoding
531                 desn't decode the destination address field'
532                 Patch by Federico Heinz <fheinz@vialibre.org.ar>
533
534 2007-11-03 [paul]       3.0.2cvs112
535
536         * AUTHORS
537         * src/compose.c
538         * src/gtk/authors.h
539                 allow Bcc in commandline URIs
540                 (based on) Patch by Federico Heinz <fheinz@vialibre.org.ar>
541
542 2007-11-02 [colin]      3.0.2cvs111
543
544         * src/addressbook.c
545                 Maybe fix bug 1376, 'crash on 
546                 addressbook manipulation'
547
548 2007-10-31 [paul]       3.0.2cvs110
549
550         * src/ldapupdate.c
551                 fix bug 1375, 'Impossible to modify e-mail
552                 in LDAP addressbook twice'
553                 Patch by Michael Rasmussen
554
555 2007-10-30 [paul]       3.0.2cvs109
556
557         * configure.ac
558                 enable GnuTLS support with --enable-gnutls which
559                 will disable openssl support. if the user has
560                 gtk >= 2.10.x don't allow gnomeprint even if the
561                 user asks for it
562
563 2007-10-30 [paul]
564
565         3.1.0-rc1 released
566
567 2007-10-30 [paul]       3.0.2cvs108
568
569         * Makefile.am
570                 add ChangeLog.2.0.0-3.0.0 to EXTRA_DIST
571
572 2007-10-30 [paul]       3.0.2cvs107
573
574         * src/expldifdlg.c
575         * src/prefs_account.c
576         * src/prefs_folder_item.c
577         * src/prefs_spelling.c
578         * src/prefs_themes.c
579         * src/wizard.c
580         * src/gtk/gtkaspell.c
581         * src/gtk/gtkaspell.h
582         * src/plugins/spamassassin/spamassassin_gtk.c
583                 replace deprecated gtk_option_menu...
584                 patch by Pawel Pekala
585
586 2007-10-29 [colin]      3.0.2cvs106
587
588         * src/plugins/dillo_viewer/dillo_prefs.c
589                 Fix forgotten signal connect
590
591 2007-10-28 [colin]      3.0.2cvs105
592
593         * src/plugins/dillo_viewer/dillo_prefs.c
594         * src/plugins/dillo_viewer/dillo_prefs.h
595         * src/plugins/dillo_viewer/dillo_viewer.c
596                 Implement addressbook-based whitelisting for loading
597                 remote images. Fixed missing destroy of the embedded
598                 browser that made a Dillo window pop up on exit, if
599                 an HTML part was displayed.
600
601 2007-10-26 [colin]      3.0.2cvs104
602
603         * src/edittags.c
604                 Add missing static
605
606 2007-10-25 [colin]      3.0.2cvs103
607
608         * src/editaddress.c
609                 Add tap-and-hold on the picture, for Maemo
610         * src/edittags.c
611         * src/edittags.h
612         * src/mainwindow.c
613         * src/procmsg.c
614         * src/summaryview.c
615         * src/textview.c
616                 Unify tag interfaces.
617
618 2007-10-25 [colin]      3.0.2cvs102
619
620         * src/imap.c
621         * src/etpan/imap-thread.h
622                 Much better error handling. We'll need to be really
623                 clear to users about where errors come from, with 
624                 the apparition of Gmail's IMAP server.
625
626 2007-10-24 [colin]      3.0.2cvs101
627
628         * src/edittags.c
629         * src/mainwindow.c
630         * src/summaryview.c
631         * src/textview.c
632                 Add tags sorting (alphabetical); allow deletion of
633                 tags from the Apply Tags window
634
635 2007-10-24 [colin]      3.0.2cvs100
636
637         * src/editaddress.c
638         * src/editaddress_other_attributes_ldap.c
639         * src/editaddress_other_attributes_ldap.h
640         * src/ldapctrl.c
641         * src/ldapquery.c
642         * src/ldapupdate.c
643                 Fix LDAP writing (got broken in cvs39)
644                 Add read-only support for jpegPhoto LDAP field
645
646 2007-10-23 [colin]      3.0.2cvs99
647
648         * src/news.c
649                 Fix crash in some cases
650
651 2007-10-22 [colin]      3.0.2cvs98
652
653         * src/common/socket.h
654         * src/common/ssl.c
655                 Fix big leak in GnuTLS code
656
657 2007-10-22 [colin]      3.0.2cvs97
658
659         * src/news.c
660                 Fix bug 1368, 'SIGSEGV in NNTP code'
661
662 2007-10-22 [colin]      3.0.2cvs96
663
664         * src/prefs_customheader.c
665                 Catch compface warnings when generating X-Faces
666
667 2007-10-22 [wwp]        3.0.2cvs95
668
669         * src/quote_fmt_parse.y
670                 Remove accidentally committed debug traces.
671                 Fix a warning.
672
673 2007-10-22 [colin]      3.0.2cvs94
674
675         * src/etpan/nntp-thread.c
676                 Fix authentication
677
678 2007-10-19 [wwp]        3.0.2cvs93
679
680         * src/common/ssl_certificate.c
681                 Add missing include (Windows).
682
683 2007-10-19 [colin]      3.0.2cvs92
684
685         * src/imap_gtk.c
686         * src/mimeview.c
687         * src/textview.c
688         * src/gtk/inputdialog.c
689         * src/gtk/inputdialog.h
690                 Remove the last old combo; patch by
691                 Pawel
692
693 2007-10-19 [colin]      3.0.2cvs91
694
695         * src/common/ssl.c
696                 Fix interop problem with GnuTLS and some crappy
697                 servers that have very little keys.
698
699 2007-10-19 [colin]      3.0.2cvs90
700
701         * src/common/ssl.c
702                 Fix return value check on GnuTLS, and
703                 display the error
704
705 2007-10-18 [colin]      3.0.2cvs89
706
707         * src/common/ssl_certificate.c
708                 Fix missing initialisations
709
710 2007-10-18 [wwp]        3.0.2cvs88
711
712         * src/Makefile.am
713                 Fix linking against GNUTLS (matters if --enable-gnutls only).
714
715 2007-10-18 [colin]      3.0.2cvs87
716
717         * po/POTFILES.in
718                 Fix build
719
720 2007-10-18 [mones]      3.0.2cvs86
721
722         * src/editbook.c
723         * src/import.c
724         * src/prefs_account.c
725         * src/prefs_receive.c
726         * src/gtk/about.c
727         * src/plugins/bogofilter/bogofilter_gtk.c
728         * src/plugins/spamassassin/spamassassin_gtk.c
729                 More capitalisation micro-fixes
730
731 2007-10-18 [paul]       3.0.2cvs85
732
733         * configure.ac
734                 add info about NNTP support via libetpan
735                 change the configure output ending msg a little
736         * src/gtk/about.c
737                 similar changes to above
738
739 2007-10-18 [colin]      3.0.2cvs84
740
741         * src/procmime.c
742         * src/procmime.h
743                 Fix missing symbol for S/MIME
744
745 2007-10-18 [colin]      3.0.2cvs83
746
747         * src/prefs_filtering_action.c
748                 Fix crash in tags (introduced in cvs78)
749
750 2007-10-18 [colin]      3.0.2cvs82
751
752         * src/common/Makefile.am
753         * src/common/nntp.c
754         * src/common/nntp.h
755         * src/etpan/Makefile.am
756         * src/etpan/etpan-thread-manager-types.h
757         * src/etpan/etpan-thread-manager.c
758         * src/etpan/imap-thread.c
759         * src/etpan/nntp-thread.c
760         * src/etpan/nntp-thread.h
761         * src/news.c
762         * src/news.h
763                 Rewrite the nntp implementation
764                 to use libetpan. Non-blocking NNTP!
765         * src/account.c
766         * src/crash.c
767         * src/imap.c
768         * src/inc.c
769         * src/main.c
770         * src/mainwindow.c
771         * src/pop.c
772         * src/pop.h
773         * src/prefs_account.c
774         * src/recv.c
775         * src/recv.h
776         * src/send_message.c
777         * src/send_message.h
778         * src/ssl_manager.c
779         * src/ssl_manager.h
780         * src/wizard.c
781         * src/common/claws.c
782         * src/common/session.c
783         * src/common/session.h
784         * src/common/smtp.c
785         * src/common/smtp.h
786         * src/common/socket.c
787         * src/common/socket.h
788         * src/common/ssl.c
789         * src/common/ssl.h
790         * src/common/ssl_certificate.c
791         * src/common/ssl_certificate.h
792         * src/gtk/about.c
793         * src/gtk/sslcertwindow.c
794         * src/gtk/sslcertwindow.h
795                 Implement GnuTLS support. GnuTLS support
796                 will be used if OpenSSL isn't available, or
797                 specified explicitely. (the reason is that
798                 GnuTLS cerficate checking is a bit less 
799                 practical than OpenSSL's)
800
801 2007-10-18 [paul]       3.0.2cvs81
802
803         * src/gtk/inputdialog.c
804         * src/gtk/inputdialog.h
805                 fix copyright header
806
807 2007-10-17 [colin]      3.0.2cvs80
808
809         * src/plugins/pgpcore/select-keys.c
810                 Fix bug which prevented encryption key
811                 auto-selection when two or more matched the
812                 email address, but only one isn't revoked
813                 or expired.
814
815 2007-10-17 [wwp]        3.0.2cvs79
816
817         * src/compose.c
818         * src/quote_fmt.c
819         * src/quote_fmt.h
820         * src/quote_fmt_lex.l
821         * src/quote_fmt_parse.y
822                 Templates can now attach files using |attach{filename}.
823
824 2007-10-17 [wwp]        3.0.2cvs78
825
826         * src/prefs_customheader.c
827         * src/prefs_ext_prog.c
828         * src/prefs_filtering_action.c
829         * src/prefs_matcher.c
830         * src/prefs_other.c
831         * src/prefs_toolbar.c
832         * src/gtk/combobox.c
833         * src/gtk/combobox.h
834         * src/gtk/gtkutils.c
835         * src/gtk/gtkutils.h
836         * src/plugins/bogofilter/bogofilter_gtk.c
837         * src/plugins/spamassassin/spamassassin_gtk.c
838                 Removed almost all remaining instances of GtkCombo
839                 old API, patch by Pawel Pekala <c0rn@o2.pl>, with
840                 few visual and code cleanup from Colin.
841
842 2007-10-16 [wwp]        3.0.2cvs77
843         * src/gtk/pluginwindow.c
844                 Reworked the plugin window layouts, patch by Pawel Pekala <c0rn@o2.pl>.
845
846 2007-10-15 [colin]      3.0.2cvs76
847
848         * src/edittags.c
849         * src/edittags.h
850         * src/filtering.c
851         * src/filtering.h
852         * src/importmutt.c
853         * src/importpine.c
854         * src/main.c
855         * src/messageview.c
856         * src/messageview.h
857         * src/mimeview.c
858         * src/mimeview.h
859         * src/pop.c
860         * src/pop.h
861         * src/prefs_common.c
862         * src/prefs_common.h
863         * src/prefs_customheader.c
864         * src/prefs_customheader.h
865         * src/prefs_display_header.c
866         * src/prefs_display_header.h
867         * src/prefs_filtering_action.c
868         * src/prefs_filtering_action.h
869         * src/prefs_folder_column.c
870         * src/prefs_folder_column.h
871         * src/prefs_folder_item.c
872         * src/prefs_folder_item.h
873         * src/prefs_gtk.c
874         * src/prefs_gtk.h
875         * src/prefs_logging.h
876         * src/prefs_matcher.c
877         * src/prefs_matcher.h
878         * src/prefs_summary_column.c
879         * src/prefs_summary_column.h
880         * src/prefs_summary_open.c
881         * src/procheader.c
882         * src/procheader.h
883         * src/procmime.c
884         * src/procmime.h
885         * src/recv.c
886         * src/recv.h
887         * src/sourcewindow.c
888         * src/sourcewindow.h
889         * src/summaryview.c
890         * src/summaryview.h
891         * src/textview.c
892         * src/textview.h
893         * src/toolbar.c
894         * src/toolbar.h
895         * src/common/mgutils.c
896         * src/common/mgutils.h
897         * src/common/nntp.c
898         * src/common/nntp.h
899         * src/common/prefs.c
900         * src/common/prefs.h
901         * src/common/socket.c
902         * src/common/socket.h
903         * src/common/stringtable.c
904         * src/common/stringtable.h
905         * src/common/template.c
906         * src/common/template.h
907         * src/common/uuencode.c
908         * src/common/uuencode.h
909         * src/gtk/gtkshruler.c
910         * src/gtk/gtkshruler.h
911         * src/gtk/menu.c
912         * src/gtk/menu.h
913         * src/gtk/progressdialog.c
914         * src/gtk/progressdialog.h
915                 Remove/staticalize, the return of the revenge
916
917 2007-10-15 [colin]      3.0.2cvs75
918
919         * src/matcher.c
920                 Fix redirections in filtering's tests
921
922 2007-10-15 [colin]      3.0.2cvs74
923
924         * src/imap.c
925                 Don't build imap_synchronise at all when 
926                 building without libetpan
927
928 2007-10-14 [colin]      3.0.2cvs73
929
930         * src/imap.c
931         * src/common/md5.c
932         * src/common/md5.h
933         * src/gtk/manage_window.c
934         * src/gtk/manage_window.h
935                 Remove more unused code
936
937 2007-10-14 [colin]      3.0.2cvs72
938
939         * src/addrquery.c
940         * src/addrquery.h
941         * src/recv.c
942         * src/recv.h
943         * src/vcard.c
944         * src/vcard.h
945         * src/common/xml.c
946         * src/common/xml.h
947         * src/common/xmlprops.c
948         * src/common/xmlprops.h
949                 Remove more unused code
950
951 2007-10-14 [colin]      3.0.2cvs71
952
953         * src/common/utils.c
954                 Remove unused function
955
956 2007-10-13 [colin]      3.0.2cvs70
957
958         * src/imap.c
959         * src/imap.h
960         * src/mainwindow.c
961         * src/mainwindow.h
962         * src/gtk/gtkutils.c
963         * src/gtk/gtkutils.h
964                 Staticalise/Remove more code
965
966 2007-10-13 [colin]      3.0.2cvs69
967
968         * src/common/utils.c
969         * src/common/utils.h
970                 Remove dead code, unused for ages
971
972 2007-10-13 [colin]      3.0.2cvs68
973
974         * src/main.c
975         * src/main.h
976                 Maemo: define hildon_program in main.c,
977                 make it accessible in the .h with extern
978
979 2007-10-13 [paul]       3.0.2cvs67
980
981         * src/gtk/menu.c
982                 fix a bunch of runtime warnings on maemo
983
984 2007-10-13 [paul]       3.0.2cvs66
985
986         * src/main.c
987         * src/main.h
988         * src/gtk/gtkutils.c
989         * src/gtk/gtkutils.h
990                 fix a bunch of compiler warnings on maemo
991
992 2007-10-12 [colin]      3.0.2cvs65
993
994         * src/account.c
995         * src/addritem.c
996         * src/addritem.h
997         * src/filtering.c
998         * src/filtering.h
999         * src/folder.c
1000         * src/folder.h
1001         * src/common/utils.c
1002         * src/common/utils.h
1003                 Remove unused code, staticalise some functions
1004
1005 2007-10-12 [paul]       3.0.2cvs64
1006
1007         * src/account.c
1008         * src/folderview.c
1009         * src/main.c
1010         * src/mainwindow.c
1011         * src/messageview.c
1012         * src/summary_search.c
1013         * src/summaryview.c
1014         * src/toolbar.c
1015         * src/wizard.c
1016         * src/common/utils.c
1017         * src/gtk/prefswindow.c
1018                 fix a bunch of compiler warnings on maemo
1019
1020 2007-10-11 [colin]      3.0.2cvs63
1021
1022         * src/editaddress.c
1023                 Make static function static
1024
1025 2007-10-11 [mones]      3.0.2cvs62
1026
1027         * src/addrduplicates.c
1028         * src/addressbook.c
1029         * src/compose.c
1030         * src/expldifdlg.c
1031         * src/mainwindow.c
1032         * src/messageview.c
1033         * src/pop.c
1034         * src/prefs_customheader.c
1035         * src/prefs_send.c
1036         * src/prefs_themes.c
1037         * src/common/plugin.c
1038         * src/gtk/pluginwindow.c
1039         * src/gtk/quicksearch.c
1040                 Fix several typos and capitalisation issues
1041
1042 2007-10-11 [wwp]        3.0.2cvs61
1043
1044         * src/editaddress.c
1045                 Fix a warning about possible use of uninitialized
1046                 filename var.
1047
1048 2007-10-11 [wwp]        3.0.2cvs60
1049
1050         * src/editaddress.c
1051                 Disable "Unset picture" menu item when there's
1052                 no picture to clear. Fix an extraneous g_unref_object,
1053                 add missing initializers.
1054
1055 2007-10-11 [wwp]        3.0.2cvs59
1056
1057         * src/pixmaps/anonymous.xpm
1058         * src/editaddress.c
1059         * src/Makefile.am
1060         * src/stock_pixmap.c
1061         * src/stock_pixmap.h
1062                 Fix a leak, gettext-ize the photo label.
1063                 Don't clear the existing picture if loading
1064                 a new one fails. Use a default 'anonymous'
1065                 picture (this new xpm has been added to the
1066                 internal stock_pixmap API). Add a
1067                 "Set picture" context menu entry.
1068
1069 2007-10-11 [colin]      3.0.2cvs58
1070
1071         * src/messageview.c
1072                 Make shift-shortcuts work
1073         * src/prefs_actions.c
1074                 Don't ask if we really want to close when
1075                 choosing OK and only the list is changed
1076         * src/prefs_template.c
1077                 Don't ask if we really want to close when
1078                 choosing OK and only the list is changed
1079         * src/common/plugin.c
1080                 Fix writing of second [Plugins_*] block
1081         * src/common/template.c
1082                 Remove unused files (fixes deletion)
1083
1084 2007-10-10 [paul]       3.0.2cvs57
1085
1086         * src/prefs_template.c
1087                 put the whole thing in a scrolled window
1088                 so that half the page is no longer inaccessible
1089                 on maemo
1090                 make the gtk_text_view smaller on maemo
1091
1092 2007-10-10 [colin]      3.0.2cvs56
1093
1094         * src/compose.c
1095                 Fix updating of Attachments number in some
1096                 cases (reedit, attach from command-line, ...)
1097
1098 2007-10-10 [colin]      3.0.2cvs55
1099
1100         * src/editaddress.c
1101                 Initialise error correctly
1102
1103 2007-10-10 [paul]       3.0.2cvs54
1104
1105         * src/prefs_filtering_action.c
1106         * src/gtk/description_window.c
1107         * src/gtk/foldersort.c
1108         * src/gtk/quicksearch.c
1109                 get rid of some pointless new lines and
1110                 make the descripton labels wrap better
1111
1112 2007-10-10 [colin]      3.0.2cvs53
1113
1114         * src/addressadd.c
1115         * src/editaddress.c
1116         * src/headerview.c
1117         * src/textview.c
1118                 More error handling on saving pictures
1119
1120 2007-10-10 [colin]      3.0.2cvs52
1121
1122         * src/printing.c
1123         * src/printing.h
1124                 Generalize a bit printing, so we can factorize
1125                 most of the code. 
1126
1127 2007-10-10 [paul]       3.0.2cvs51
1128
1129         * src/addrduplicates.c
1130                 fix engrish
1131                 use GTK_STOCK... buttons
1132
1133 2007-10-10 [paul]       3.0.2cvs50
1134
1135         * src/addressadd.c
1136         * src/addrindex.c
1137         * src/editaddress.c
1138                 Fix previous patch
1139                 Thanks to Colin
1140
1141 2007-10-10 [paul]       3.0.2cvs49
1142
1143         * src/summaryview.c
1144         * src/messageview.c
1145                 Fix crash on Add sender to addressbook when
1146                 From is null
1147         * src/addressadd.c
1148         * src/addrindex.c
1149         * src/editaddress.c
1150         * src/editaddress_other_attributes_ldap.h
1151                 Fix leaks 
1152                 Rename images to .png in addrbook/
1153         * src/headerview.c
1154         * src/textview.c
1155                 Fix Face/X-Face being used if adding another
1156                 address than sender to addressbook
1157                 Thanks to Colin
1158
1159 2007-10-10 [holger]     3.0.2cvs48
1160
1161         * src/addrduplicates.c
1162         * src/editaddress.c
1163                 Improvements to the addressbook duplicate finder
1164                 feature:
1165                  - add an edit button to the button bar
1166                  - display the whole bookname (with iface) and
1167                    use this for same-book checking
1168                  - after editing, try to keep selections if the
1169                    entries are still present
1170                  - sort the email column alphabetically
1171                  - put results in a scrolled window
1172                  - support embedded editing
1173                  - make columns in detail view resizable
1174                  - add keyboard shortcuts
1175
1176 2007-10-10 [wwp]        3.0.2cvs47
1177
1178         * src/addrindex.c
1179                 Fix a crash when there's no From: in email, thanks to Colin.
1180
1181 2007-10-09 [paul]       3.0.2cvs46
1182
1183         * src/messageview.c
1184         * src/summaryview.c
1185         * src/textview.c
1186                 fix building without compface support
1187
1188 2007-10-09 [colin]      3.0.2cvs45
1189
1190         * src/editaddress.c
1191         * src/headerview.c
1192         * src/textview.c
1193                 Add error handling
1194
1195 2007-10-09 [colin]      3.0.2cvs44
1196
1197         * src/addrduplicates.c
1198         * src/addressadd.c
1199         * src/addressadd.h
1200         * src/addressbook.c
1201         * src/addressbook.h
1202         * src/addrindex.c
1203         * src/addrindex.h
1204         * src/addritem.c
1205         * src/addritem.h
1206         * src/compose.c
1207         * src/editaddress.c
1208         * src/editaddress_other_attributes_ldap.h
1209         * src/headerview.c
1210         * src/messageview.c
1211         * src/mimeview.c
1212         * src/summaryview.c
1213         * src/textview.c
1214         * src/gtk/gtkutils.c
1215                 Automatically set contacts' pictures from Face 
1216                 or X-Face if they have no picture
1217                 Display the contact picture in textview or
1218                 headerview for mails sent by people in the 
1219                 addressbook, that have no Face or X-Face
1220                 Fix a few details in the Person edition dialog
1221                 (ability to unset picture)
1222                 Remove picture file when deleting contacts
1223
1224 2007-10-09 [iwkse]      3.0.2cvs43
1225
1226         * src/gtk/about.c
1227                 center the about window
1228
1229 2007-10-09 [paul]       3.0.2cvs42
1230
1231         * src/prefs_toolbar.c
1232                 fix icon selector window on maemo
1233
1234 2007-10-09 [paul]       3.0.2cvs41
1235
1236         * src/messageview.c
1237                 add 'go to' menu to separate msgview
1238
1239 2007-10-09 [colin]      3.0.2cvs40
1240
1241         * src/common/defs.h
1242                 Add forgotten file
1243
1244 2007-10-09 [iwkse]      3.0.2cvs39
1245
1246         * Makefile.am
1247         * src/addressbook.c
1248         * src/addritem.c
1249         * src/addritem.h
1250         * src/editaddress.c
1251         * src/editaddress_other_attributes_ldap.h
1252         * src/addrbook.c
1253         * src/Makefile.am
1254                 set a photo in the Addressbook
1255
1256 2007-10-08 [colin]      3.0.2cvs38
1257
1258         * src/prefs_toolbar.c
1259                 Make height 320 to remove the scrollbar 
1260                 (with current number of icons)
1261
1262 2007-10-08 [colin]      3.0.2cvs37
1263
1264         * src/prefs_toolbar.c
1265                 Transform the treeview to a GtkIconView.
1266                 Patch by Pawel
1267                 In addition, transform the window so that 
1268                 it looks like a popup menu. Patch by me
1269
1270 2007-10-08 [colin]      3.0.2cvs36
1271
1272         * src/compose.c
1273         * src/compose.h
1274                 Beautify the GUI a bit; in particular, show the
1275                 number of attachments in the tab's title.
1276                 Patch by Pawel
1277
1278 2007-10-08 [paul]       3.0.2cvs35
1279
1280         * src/mimeview.c
1281                 Save users from themselves: save temporary
1282                 files used for Open/Open with as read-only.
1283                 Thanks to Colin
1284
1285 2007-10-08 [paul]       3.0.2cvs34
1286
1287         * tools/Makefile.am
1288                 forgot this in cvs33
1289
1290 2007-10-08 [paul]       3.0.2cvs33
1291
1292         * tools/kdeservicemenu/README
1293         * tools/kdeservicemenu/claws-mail-attach-files.desktop.template
1294         * tools/kdeservicemenu/install.sh
1295         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
1296                 renamed template* to *template so as not to confuse
1297                 lintian
1298
1299 2007-10-08 [paul]       3.0.2cvs32
1300
1301         * src/prefs_themes.c
1302         * src/stock_pixmap.c
1303                 replace 2 direct uses of RC_DIR
1304
1305 2007-10-07 [colin]      3.0.2cvs31
1306
1307         * src/addrduplicates.c
1308         * src/addrduplicates.h
1309         * src/addressbook.c
1310         * src/addressbook.h
1311         * src/addrindex.c
1312         * src/addrindex.h
1313                 Implement deletion in duplicate finder. 
1314                 Patch by Holger 
1315
1316 2007-10-07 [colin]      3.0.2cvs30
1317
1318         * src/exporthtml.c
1319         * src/mbox.c
1320         * src/common/utils.c
1321                 Better fix for Solaris, thanks to Nicolas Doualot
1322
1323 2007-10-07 [colin]      3.0.2cvs29
1324
1325         * AUTHORS
1326         * src/gtk/authors.h
1327                 Add Frank Dietrich
1328
1329 2007-10-07 [colin]      3.0.2cvs28
1330
1331         * src/exporthtml.c
1332                 Fix HTML export to make it more compliant
1333                 Patch by Frank Dietrich <bits_n_bytes@gmx.de>
1334
1335 2007-10-07 [colin]      3.0.2cvs27
1336
1337         * src/prefs_toolbar.c
1338                 Only use icons that wouldn't look stupid in the toolbar
1339                 Patch by Pawel
1340
1341 2007-10-07 [colin]      3.0.2cvs26
1342
1343         * src/prefs_toolbar.c
1344                 Fix old icon being used when none is selected
1345
1346 2007-10-07 [colin]      3.0.2cvs25
1347
1348         * src/toolbar.c
1349                 Fix copy/paste error
1350
1351 2007-10-07 [colin]      3.0.2cvs24
1352
1353         * src/prefs_toolbar.c
1354         * src/toolbar.c
1355         * src/toolbar.h
1356                 Update icon to default one when changing event
1357                 Make the icon chooser nicer (handle Esc, Enter,
1358                 double-click)
1359
1360 2007-10-06 [colin]      3.0.2cvs23
1361
1362         * src/prefs_toolbar.c
1363                 Fix text reset; patch by Pawel
1364
1365 2007-10-06 [colin]      3.0.2cvs22
1366
1367         * src/toolbar.h
1368                 Complete previous commit
1369
1370 2007-10-06 [colin]      3.0.2cvs21
1371
1372         * src/prefs_toolbar.c
1373         * src/toolbar.c
1374                 Set toolbar text automatically to the default
1375                 when changing Event executed on click
1376
1377 2007-10-06 [colin]      3.0.2cvs20
1378
1379         * src/prefs_toolbar.c
1380                 Invert Text and Event fields
1381
1382 2007-10-06 [colin]      3.0.2cvs19
1383
1384         * src/prefs_toolbar.c
1385         * src/toolbar.c
1386                 Make toolbar prefs look much better
1387                 Patch by Pawel Pekala
1388
1389 2007-10-06 [paul]       3.0.2cvs18
1390
1391         * src/account.c
1392         * src/prefs_filtering.c
1393                 fix checkbuttons in gtktreeview on maemo by
1394                 setting maemo's "allow-checkbox-mode" to FALSE
1395
1396 2007-10-06 [colin]      3.0.2cvs17
1397
1398         * configure.ac
1399                 Export -DSOLARIS in CFLAGS for all
1400                 Solaris (not just 2.8) and OpenSolaris
1401
1402 2007-10-06 [paul]       3.0.2cvs16
1403
1404         * AUTHORS
1405         * src/exporthtml.c
1406         * src/mbox.c
1407         * src/gtk/authors.h
1408                 fix build on solaris where ctime_r takes
1409                 3 arguments rather than 2.
1410                 Patch by Nicolas Doualot <slubman.lists@slubman.info>
1411
1412 2007-10-05 [colin]      3.0.2cvs15
1413
1414         * src/etpan/imap-thread.c
1415                 Fix wrong error codepath
1416
1417 2007-10-05 [wwp]        3.0.2cvs14
1418
1419         * src/filtering.c
1420                 Fix unexpected logging of quicksearches:
1421                 debug_filtering_session flag was never reset to FALSE, causing
1422                 matcher functions to log when called from a quicksearch
1423                 (if a filtering session happened before).
1424
1425 2007-10-05 [paul]       3.0.2cvs13
1426
1427         * src/prefs_actions.c
1428         * src/prefs_filtering.c
1429         * src/prefs_template.c
1430                 fix bug 1343, 'Filtering..'s close button
1431                 silently discards new filter'
1432                 Thanks to Colin
1433
1434 2007-10-05 [paul]       3.0.2cvs12
1435
1436         * configure.ac
1437         * src/Makefile.am
1438                 fix bug 1347, '-Wno-unused-function, optional'
1439
1440 2007-10-05 [colin]      3.0.2cvs11
1441
1442         * src/procmime.c
1443         * src/common/mgutils.c
1444                 Fix warnings
1445
1446 2007-10-05 [mones]      3.0.2cvs10
1447
1448         * manual/advanced.xml
1449                 Use full menu name
1450         * manual/es/advanced.xml
1451                 Synchronise translation
1452
1453 2007-10-04 [colin]      3.0.2cvs9
1454
1455         * src/action.c
1456         * src/addrbook.c
1457         * src/addrindex.c
1458         * src/compose.c
1459         * src/exporthtml.c
1460         * src/exportldif.c
1461         * src/folder.c
1462         * src/main.c
1463         * src/matcher.c
1464         * src/mbox.c
1465         * src/messageview.c
1466         * src/mh.c
1467         * src/news.c
1468         * src/partial_download.c
1469         * src/pop.c
1470         * src/procmime.c
1471         * src/procmsg.c
1472         * src/toolbar.c
1473         * src/common/log.c
1474         * src/common/mgutils.c
1475         * src/common/plugin.c
1476         * src/common/utils.c
1477         * src/common/xml.c
1478         * src/common/xml.h
1479         * src/common/xmlprops.c
1480         * src/common/xmlprops.h
1481         * src/plugins/bogofilter/bogofilter.c
1482         * src/plugins/clamav/clamav_plugin.c
1483         * src/plugins/dillo_viewer/dillo_prefs.c
1484         * src/plugins/pgpcore/prefs_gpg.c
1485         * src/plugins/pgpinline/pgpinline.c
1486         * src/plugins/pgpmime/pgpmime.c
1487         * src/plugins/spamassassin/spamassassin.c
1488         * src/plugins/trayicon/trayicon_prefs.c
1489                 Verify success on writes. Will fix possible strange
1490                 failure on disk full.
1491
1492 2007-10-04 [paul]       3.0.2cvs8
1493
1494         * manual/advanced.xml
1495                 add further info about Actions
1496                 Patch by Emmanuel Briot <briot@adacore.com>
1497
1498 2007-10-04 [paul]       3.0.2cvs7
1499
1500         * src/account.c
1501                 remove the D column, instead indicate the
1502                 default account by use of bold text
1503
1504 2007-10-03 [colin]      3.0.2cvs6
1505
1506         * src/common/template.c
1507                 Fix templates writing (was prone to disk full problems)
1508
1509 2007-10-03 [colin]      3.0.2cvs5
1510
1511         * src/Makefile.am
1512         * src/addrduplicates.c
1513         * src/addrduplicates.h
1514         * src/addressbook.c
1515                 Add duplicate deletion. Patch by Holger
1516
1517 2007-10-03 [colin]      3.0.2cvs4
1518
1519         * src/matcher.c
1520         * src/gtk/quicksearch.c
1521                 Fix bug 1340, 'Case insensitive searches with 
1522                 non-ascii alphabets fail'.
1523
1524 2007-10-03 [colin]      3.0.2cvs3
1525
1526         * src/main.c
1527         * src/common/utils.c
1528         * src/common/utils.h
1529                 Implement run-time alternative config directories
1530
1531 2007-10-03 [colin]      3.0.2cvs2
1532
1533         * src/folderview.c
1534                 Prevent opening folder item while folder
1535                 is scanned in a better way
1536
1537 2007-10-02 [paul]       3.0.2cvs1
1538
1539         * NEWS
1540         * README
1541         * RELEASE_NOTES
1542         * configure.ac
1543                 bump up version number following stable release
1544
1545 2007-09-30 [colin]      3.0.1cvs49
1546
1547         * src/imap.c
1548                 Refresh session if needed
1549
1550 2007-09-30 [colin]      3.0.1cvs48
1551
1552         * src/imap.c
1553                 Reset folder's session to NULL
1554                 before destroying it
1555
1556 2007-09-30 [mones]      3.0.1cvs47
1557
1558         * manual/handling.xml
1559                 Use markup quotes instead hardcoded quotes
1560         * manual/es/handling.xml
1561                 Added new synced section (IMAP subscriptions)
1562
1563 2007-09-29 [colin]      3.0.1cvs46
1564
1565         * src/imap.c
1566                 Notice disconnections faster
1567
1568 2007-09-28 [colin]      3.0.1cvs45
1569
1570         * src/addressbook.c
1571         * src/addrindex.c
1572                 Fix warnings
1573
1574 2007-09-28 [paul]       3.0.1cvs44
1575
1576         * src/mimeview.c
1577                 fix maemo build
1578
1579 2007-09-28 [paul]       3.0.1cvs43
1580
1581         * src/account.c
1582                 use gtk_widget_set_size_request() on the label
1583                 so that wrapping works better. get rid of the
1584                 (partially deprecated) hbutton_box.
1585                 these changes should prevent buttons overlapping
1586                 on maemo
1587
1588 2007-09-28 [colin]      3.0.1cvs42
1589
1590         * src/pop.c
1591                 Fix typo :)
1592
1593 2007-09-28 [colin]      3.0.1cvs41
1594
1595         * src/compose.c
1596         * src/msgcache.c
1597         * src/pop.c
1598         * src/procmime.c
1599         * src/etpan/imap-thread.c
1600                 64bits-related warning fixes
1601
1602 2007-09-28 [colin]      3.0.1cvs40
1603
1604         * src/folder_item_prefs.c
1605         * src/ldaputil.c
1606         * src/mainwindow.c
1607         * src/mimeview.c
1608         * src/common/tags.c
1609                 Fix warnings
1610
1611 2007-09-28 [colin]      3.0.1cvs39
1612
1613         * src/plugins/spamassassin/spamassassin.c
1614         * src/plugins/spamassassin/spamassassin.h
1615         * src/plugins/spamassassin/spamassassin_gtk.c
1616                 Add addressbook-based whitelisting
1617
1618 2007-09-28 [colin]      3.0.1cvs38
1619
1620         * src/folder.c
1621                 Fix bug 1337, 'crash on pressing Send button'
1622
1623 2007-09-28 [paul]       3.0.1cvs37
1624
1625         * src/prefs_folder_item.c
1626                 give the orphans a parent. makes all prefs
1627                 pages visible on maemo
1628
1629 2007-09-28 [colin]      3.0.1cvs36
1630
1631         * src/prefs_folder_column.c
1632         * src/prefs_summary_column.c
1633                 Fix two leaks
1634
1635 2007-09-27 [colin]      3.0.1cvs35
1636
1637         * src/gtk/quicksearch.c
1638                 Fix bug 1336, 'Segfault if empty space before search-string'
1639
1640 2007-09-26 [mones]      3.0.1cvs34
1641
1642         * manual/account.xml
1643         * manual/plugins.xml
1644                 Fixed irc channel name, added some docbook markup.
1645                 Changed text markup to docbook markup. 
1646                 Added spamcop as supported in SpamReport description.
1647         * manual/fr/plugins.xml
1648                 Fixed irc channel name.
1649         * manual/es/account.xml
1650         * manual/es/advanced.xml
1651         * manual/es/claws-mail-manual.xml
1652         * manual/es/glossary.xml
1653         * manual/es/gpl.xml
1654         * manual/es/keyboard.xml
1655         * manual/es/plugins.xml
1656                 Synced with English version, fixed a couple of typos.
1657
1658 2007-09-26 [colin]      3.0.1cvs33
1659
1660         * configure.ac
1661                 Explain why "Libgnomeprint: no" on GTK+ 2.10
1662
1663 2007-09-26 [colin]      3.0.1cvs32
1664
1665         * src/messageview.c
1666         * src/procmsg.c
1667         * src/procmsg.h
1668                 Optimisation: avoid fetching mail 3 times locally
1669                 for displaying
1670
1671 2007-09-26 [colin]      3.0.1cvs31
1672
1673         * src/mh.c
1674                 Fix missing static
1675
1676 2007-09-26 [colin]      3.0.1cvs30
1677
1678         * src/folder.c
1679         * src/folder.h
1680         * src/mh.c
1681         * src/mh.h
1682                 Fix MH mtime hack - make it a folder class function
1683
1684 2007-09-26 [colin]      3.0.1cvs29
1685
1686         * src/inc.c
1687                 Fix bug 1334, 'user defined mail incorporation 
1688                 script not run'
1689
1690 2007-09-25 [colin]      3.0.1cvs28
1691
1692         * src/codeconv.c
1693                 Optimisation: shortcut conv_codeset_strdup
1694                 when src_code and dest_code are the same
1695         * src/common/xml.c
1696         * src/common/xml.h
1697                 Optimisation: shortcut code conversions when
1698                 files are in UTF-8; faster list walking by
1699                 using prepend/reverse.
1700
1701 2007-09-25 [holger]     3.0.1cvs27
1702
1703         * src/printing.c
1704                 Replace button bar of the preview window
1705                 with a real toolbar (patch by Colin)
1706                 Add zooming to the preview window
1707
1708 2007-09-24 [paul]       3.0.1cvs26
1709
1710         * src/compose.c
1711                 compact the character set menu, adding some
1712                 missing encodings. Patch by Pawel Pekala
1713
1714 2007-09-23 [paul]       3.0.1cvs25
1715
1716         * src/prefs_account.c
1717         * src/prefs_folder_item.c
1718         * src/prefs_quote.c
1719         * src/quote_fmt.c
1720         * src/quote_fmt.h
1721                 remove unnecessary frame from Templates options
1722                 and improve the English of the check button label
1723
1724 2007-09-22 [colin]      3.0.1cvs24
1725
1726         * src/gtk/quicksearch.c
1727                 Fix bug 1329, 'error in quicksearch.c'
1728                 Fix return with value in function returning void
1729
1730 2007-09-22 [colin]      3.0.1cvs23
1731
1732         * src/imap.c
1733         * src/procmsg.h
1734         * src/common/utils.c
1735         * src/common/utils.h
1736         * src/etpan/imap-thread.c
1737                 Optimise fetching IMAP cached emails *a lot*
1738                 (remember whether mail is fully cached and \r's
1739                  are already stripped)
1740
1741 2007-09-22 [colin]      3.0.1cvs22
1742
1743         * src/folder.c
1744         * src/folder.h
1745         * src/prefs_folder_item.c
1746                 Add a button to allow users to drop local caches.
1747
1748 2007-09-21 [colin]      3.0.1cvs21
1749
1750         * src/summaryview.c
1751                 Remove unnecessary error when cancelling export to mbox.
1752                 Patch by Pawel
1753
1754 2007-09-21 [paul]       3.0.1cvs20
1755
1756         * src/gtk/prefswindow.c
1757                 remove unnecessary frames from the prefs
1758                 pages. Patch by Pawel Pekala
1759
1760 2007-09-21 [paul]       3.0.1cvs19
1761
1762         * src/prefs_account.c
1763         * src/prefs_folder_item.c
1764         * src/prefs_quote.c
1765         * src/quote_fmt.c
1766                 put the Templates options into a tabbed
1767                 layout. Patch by Pawel Pekala
1768
1769 2007-09-21 [paul]       3.0.1cvs18
1770
1771         * src/mainwindow.c
1772                 group together the character set menu items
1773                 move the /View/Show or hide/Message view below
1774                 .../Toolbar menu item
1775                 Patch by Pawel Pekala
1776
1777 2007-09-21 [mones]      3.0.1cvs17
1778
1779         * src/compose.c
1780                 Fix for bug 1327, 'segfault when replying to a non-existent
1781                 news message', thanks to Colin.
1782
1783 2007-09-21 [colin]      3.0.1cvs16
1784
1785         * src/folderview.c
1786                 Complete 3.0.1cvs15
1787
1788 2007-09-20 [colin]      3.0.1cvs15
1789
1790         * src/folderview.c
1791         * src/folderview.h
1792                 Maybe fix bug 1324, 'Corrupted IMAP cache'
1793
1794 2007-09-20 [colin]      3.0.1cvs14
1795
1796         * src/printing.c
1797                 Fix a little leak
1798
1799 2007-09-20 [holger]     3.0.1cvs13
1800
1801         * src/printing.c
1802                 Add page layout to print preview.
1803                 Make the close-button in the toolbar
1804                 right-aligned.
1805
1806 2007-09-20 [paul]       3.0.1cvs12
1807
1808         * po/ru.po
1809                 updated by Pavlo Bohmat
1810
1811 2007-09-19 [colin]      3.0.1cvs11
1812
1813         * src/common/utils.c
1814                 Prevent unquoted mime boundaries, by always
1815                 using a /
1816
1817 2007-09-19 [colin]      3.0.1cvs10
1818
1819         * src/printing.c
1820                 Fix drawing area size, fix DPI change that
1821                 can cause total number of lines to decrease
1822
1823 2007-09-19 [colin]      3.0.1cvs9
1824
1825         * po/POTFILES.in
1826         * src/printing.c
1827                 Make print preview more efficient and nicer.
1828                 Patch mostly by Holger Berndt <hb@claws-mail.org>
1829
1830 2007-09-19 [colin]      3.0.1cvs8
1831
1832         * src/prefs_common.c
1833         * src/prefs_common.h
1834         * src/printing.c
1835                 Add scrolledwindow, default allocation and
1836                 size saving to the print preview window.
1837
1838 2007-09-18 [colin]      3.0.1cvs7
1839
1840         * src/prefs_common.c
1841         * src/prefs_common.h
1842         * src/prefs_image_viewer.c
1843         * src/printing.c
1844                 GtkPrintOperation:
1845                 - add image printing support
1846                 - add option to print images
1847                 - add preview widget
1848                 - add saving of a few Page Setup parameters
1849
1850 2007-09-18 [colin]      3.0.1cvs6
1851
1852         * AUTHORS
1853         * src/gtk/authors.h
1854                 Add Guillaume Chazarain
1855
1856 2007-09-18 [colin]      3.0.1cvs5
1857
1858         * src/common/utils.c
1859                 Fix bug 1321, 'access before allocation 
1860                 when scanning for uris'. Patch by 
1861                 Guillaume Chazarain <guichaz@yahoo.fr>
1862
1863 2007-09-18 [colin]      3.0.1cvs4
1864
1865         * src/toolbar.c
1866                 Fix bug 1320, 'Memory leak caused by 
1867                 gtk_container_get_children'. Patch by
1868                 Guillaume Chazarain <guichaz@yahoo.fr>
1869
1870 2007-09-18 [colin]      3.0.1cvs3
1871
1872         * src/printing.c
1873         * src/printing.h
1874                 Fix HAVE_GNOMEPRINT (USE_GNOMEPRINT)
1875
1876 2007-09-18 [colin]      3.0.1cvs2
1877
1878         * src/Makefile.am
1879         * src/mainwindow.c
1880         * src/messageview.c
1881         * src/messageview.h
1882         * src/prefs_ext_prog.c
1883         * src/prefs_fonts.c
1884         * src/printing.c
1885         * src/printing.h
1886         * src/summaryview.c
1887                 Use GtkPrintOperation by default on GTK+ >= 2.10
1888                 Patch by Holger Berndt <hb@claws-mail.org>
1889
1890 2007-09-18 [paul]       3.0.1cvs1
1891
1892         * NEWS
1893         * README
1894         * RELEASE_NOTES
1895         * configure.ac
1896                 bump up version number following stable release
1897
1898 2007-09-16 [colin]      3.0.0cvs18
1899
1900         * src/folder.c
1901                 Fix possible memleak
1902
1903 2007-09-16 [colin]      3.0.0cvs17
1904
1905         * src/folderview.c
1906                 Fix bug 1311, 'Wrong arrow position 
1907                 while moving message into folder when 
1908                 column headers hidden'
1909         * src/image_viewer.c
1910                 Show error in the GUI if image can't
1911                 be loaded
1912         * src/matcher.c
1913                 Fix spurious output
1914         * src/messageview.c
1915                 Allow setting domain in msgid
1916         * src/common/plugin.c
1917                 Add timing information
1918
1919 2007-09-16 [colin]      3.0.0cvs16
1920
1921         * src/account.c
1922         * src/compose.c
1923         * src/prefs_account.c
1924         * src/prefs_account.h
1925         * src/common/utils.c
1926                 Remove Generate Message-ID option. We need
1927                 this on some IMAP servers.
1928         * src/prefs_template.c
1929                 Fix double-free
1930
1931 2007-09-16 [colin]      3.0.0cvs15
1932
1933         * src/prefs_filtering.c
1934         * src/prefs_filtering.h
1935         * src/prefs_filtering_action.c
1936         * src/common/tags.c
1937                 Fix tags issues: tags with spaces, renaming
1938                 tags.
1939
1940 2007-09-16 [colin]      3.0.0cvs14
1941
1942         * src/folderview.c
1943         * src/main.c
1944         * src/mainwindow.c
1945                 Fix bug 1308, 'Claws deletes folderlist.xml after
1946                 fetching mail short after start-up'
1947
1948 2007-09-16 [colin]      3.0.0cvs13
1949
1950         * src/compose.c
1951                 Fix scrolling to cursor
1952
1953 2007-09-16 [paul]       3.0.0cvs12
1954
1955         * po/sr.po
1956                 updated by Aleksandar Urosevic
1957
1958 2007-09-16 [paul]       3.0.0cvs11
1959
1960         * src/folder.c
1961                 do not allow locked msgs to be deleted,
1962                 even by filtering/processing
1963
1964 2007-09-07 [paul]       3.0.0cvs10
1965
1966         * src/prefs_folder_column.c
1967         * src/prefs_summary_column.c
1968                 implement button sensitivity
1969                 patch by Pawel Pekala
1970
1971 2007-09-06 [wwp]        3.0.0cvs9
1972
1973         * src/prefs_gtk.c
1974                 Add a missing linefeed to a debug message.
1975
1976 2007-09-05 [colin]      3.0.0cvs8
1977
1978         * src/inc.c
1979                 Fix statusbar/window mismatch on Maemo
1980
1981 2007-09-05 [colin]      3.0.0cvs7
1982
1983         * src/ldaputil.c
1984                 Fix build without USE_LDAP_TLS
1985
1986 2007-09-05 [colin]      3.0.0cvs6
1987
1988         * src/folder.c
1989         * src/imap.c
1990         * src/inc.c
1991         * src/mbox.c
1992         * src/send_message.c
1993         * src/statusbar.c
1994         * src/statusbar.h
1995                 Maemo: distinguish various statusbar messages,
1996                 in order to display only the most important.
1997
1998 2007-09-04 [wwp]        3.0.0cvs5
1999
2000         * src/account.c
2001                 Accounts list: fix "Local" protocol not shown when USE_OPENSSL is set.
2002                 Show protocol "SMTP" and the appropriate server for send-only
2003                 accounts, show "-" instead of "" when no value is relevant.
2004
2005 2007-09-03 [ticho]      3.0.0cvs4
2006
2007         * src/summaryview.c
2008                 Handle plural form better in delete confirmation dialog.
2009
2010 2007-09-03 [wwp]        3.0.0cvs3
2011
2012         * src/compose.c
2013                 Warn differently when sending or sending later (queueing).
2014
2015 2007-09-03 [colin]      3.0.0cvs2
2016
2017         * src/procmime.c
2018         * src/procmime.h
2019         * src/common/plugin.c
2020         * src/common/plugin.h
2021                 Add a new plugin API, MimeParser. It allows
2022                 plugins to scan email MIME parts and optionally,
2023                 transform them.
2024
2025 2007-09-03 [mones]      3.0.0cvs1
2026
2027         * po/es.po
2028                 Updated translation
2029         * src/common/defs.h
2030                 While a better solution is made double history sizes
2031
2032 2007-09-03 [paul]       3.0.0
2033
2034         * NEWS
2035         * README
2036         * RELEASE_NOTES
2037                 3.0.0 released
2038
2039 [For previous entries, see ChangeLog.2.0.0-3.0.0]