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