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