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