2007-10-18 [colin] 3.0.2cvs87
[claws.git] / ChangeLog
1 2007-10-18 [colin]      3.0.2cvs87
2
3         * po/POTFILES.in
4                 Fix build
5
6 2007-10-18 [mones]      3.0.2cvs86
7
8         * src/editbook.c
9         * src/import.c
10         * src/prefs_account.c
11         * src/prefs_receive.c
12         * src/gtk/about.c
13         * src/plugins/bogofilter/bogofilter_gtk.c
14         * src/plugins/spamassassin/spamassassin_gtk.c
15                 More capitalisation micro-fixes
16
17 2007-10-18 [paul]       3.0.2cvs85
18
19         * configure.ac
20                 add info about NNTP support via libetpan
21                 change the configure output ending msg a little
22         * src/gtk/about.c
23                 similar changes to above
24
25 2007-10-18 [colin]      3.0.2cvs84
26
27         * src/procmime.c
28         * src/procmime.h
29                 Fix missing symbol for S/MIME
30
31 2007-10-18 [colin]      3.0.2cvs83
32
33         * src/prefs_filtering_action.c
34                 Fix crash in tags (introduced in cvs78)
35
36 2007-10-18 [colin]      3.0.2cvs82
37
38         * src/common/Makefile.am
39         * src/common/nntp.c
40         * src/common/nntp.h
41         * src/etpan/Makefile.am
42         * src/etpan/etpan-thread-manager-types.h
43         * src/etpan/etpan-thread-manager.c
44         * src/etpan/imap-thread.c
45         * src/etpan/nntp-thread.c
46         * src/etpan/nntp-thread.h
47         * src/news.c
48         * src/news.h
49                 Rewrite the nntp implementation
50                 to use libetpan. Non-blocking NNTP!
51         * src/account.c
52         * src/crash.c
53         * src/imap.c
54         * src/inc.c
55         * src/main.c
56         * src/mainwindow.c
57         * src/pop.c
58         * src/pop.h
59         * src/prefs_account.c
60         * src/recv.c
61         * src/recv.h
62         * src/send_message.c
63         * src/send_message.h
64         * src/ssl_manager.c
65         * src/ssl_manager.h
66         * src/wizard.c
67         * src/common/claws.c
68         * src/common/session.c
69         * src/common/session.h
70         * src/common/smtp.c
71         * src/common/smtp.h
72         * src/common/socket.c
73         * src/common/socket.h
74         * src/common/ssl.c
75         * src/common/ssl.h
76         * src/common/ssl_certificate.c
77         * src/common/ssl_certificate.h
78         * src/gtk/about.c
79         * src/gtk/sslcertwindow.c
80         * src/gtk/sslcertwindow.h
81                 Implement GnuTLS support. GnuTLS support
82                 will be used if OpenSSL isn't available, or
83                 specified explicitely. (the reason is that
84                 GnuTLS cerficate checking is a bit less 
85                 practical than OpenSSL's)
86
87 2007-10-18 [paul]       3.0.2cvs81
88
89         * src/gtk/inputdialog.c
90         * src/gtk/inputdialog.h
91                 fix copyright header
92
93 2007-10-17 [colin]      3.0.2cvs80
94
95         * src/plugins/pgpcore/select-keys.c
96                 Fix bug which prevented encryption key
97                 auto-selection when two or more matched the
98                 email address, but only one isn't revoked
99                 or expired.
100
101 2007-10-17 [wwp]        3.0.2cvs79
102
103         * src/compose.c
104         * src/quote_fmt.c
105         * src/quote_fmt.h
106         * src/quote_fmt_lex.l
107         * src/quote_fmt_parse.y
108                 Templates can now attach files using |attach{filename}.
109
110 2007-10-17 [wwp]        3.0.2cvs78
111
112         * src/prefs_customheader.c
113         * src/prefs_ext_prog.c
114         * src/prefs_filtering_action.c
115         * src/prefs_matcher.c
116         * src/prefs_other.c
117         * src/prefs_toolbar.c
118         * src/gtk/combobox.c
119         * src/gtk/combobox.h
120         * src/gtk/gtkutils.c
121         * src/gtk/gtkutils.h
122         * src/plugins/bogofilter/bogofilter_gtk.c
123         * src/plugins/spamassassin/spamassassin_gtk.c
124                 Removed almost all remaining instances of GtkCombo
125                 old API, patch by Pawel Pekala <c0rn@o2.pl>, with
126                 few visual and code cleanup from Colin.
127
128 2007-10-16 [wwp]        3.0.2cvs77
129         * src/gtk/pluginwindow.c
130                 Reworked the plugin window layouts, patch by Pawel Pekala <c0rn@o2.pl>.
131
132 2007-10-15 [colin]      3.0.2cvs76
133
134         * src/edittags.c
135         * src/edittags.h
136         * src/filtering.c
137         * src/filtering.h
138         * src/importmutt.c
139         * src/importpine.c
140         * src/main.c
141         * src/messageview.c
142         * src/messageview.h
143         * src/mimeview.c
144         * src/mimeview.h
145         * src/pop.c
146         * src/pop.h
147         * src/prefs_common.c
148         * src/prefs_common.h
149         * src/prefs_customheader.c
150         * src/prefs_customheader.h
151         * src/prefs_display_header.c
152         * src/prefs_display_header.h
153         * src/prefs_filtering_action.c
154         * src/prefs_filtering_action.h
155         * src/prefs_folder_column.c
156         * src/prefs_folder_column.h
157         * src/prefs_folder_item.c
158         * src/prefs_folder_item.h
159         * src/prefs_gtk.c
160         * src/prefs_gtk.h
161         * src/prefs_logging.h
162         * src/prefs_matcher.c
163         * src/prefs_matcher.h
164         * src/prefs_summary_column.c
165         * src/prefs_summary_column.h
166         * src/prefs_summary_open.c
167         * src/procheader.c
168         * src/procheader.h
169         * src/procmime.c
170         * src/procmime.h
171         * src/recv.c
172         * src/recv.h
173         * src/sourcewindow.c
174         * src/sourcewindow.h
175         * src/summaryview.c
176         * src/summaryview.h
177         * src/textview.c
178         * src/textview.h
179         * src/toolbar.c
180         * src/toolbar.h
181         * src/common/mgutils.c
182         * src/common/mgutils.h
183         * src/common/nntp.c
184         * src/common/nntp.h
185         * src/common/prefs.c
186         * src/common/prefs.h
187         * src/common/socket.c
188         * src/common/socket.h
189         * src/common/stringtable.c
190         * src/common/stringtable.h
191         * src/common/template.c
192         * src/common/template.h
193         * src/common/uuencode.c
194         * src/common/uuencode.h
195         * src/gtk/gtkshruler.c
196         * src/gtk/gtkshruler.h
197         * src/gtk/menu.c
198         * src/gtk/menu.h
199         * src/gtk/progressdialog.c
200         * src/gtk/progressdialog.h
201                 Remove/staticalize, the return of the revenge
202
203 2007-10-15 [colin]      3.0.2cvs75
204
205         * src/matcher.c
206                 Fix redirections in filtering's tests
207
208 2007-10-15 [colin]      3.0.2cvs74
209
210         * src/imap.c
211                 Don't build imap_synchronise at all when 
212                 building without libetpan
213
214 2007-10-14 [colin]      3.0.2cvs73
215
216         * src/imap.c
217         * src/common/md5.c
218         * src/common/md5.h
219         * src/gtk/manage_window.c
220         * src/gtk/manage_window.h
221                 Remove more unused code
222
223 2007-10-14 [colin]      3.0.2cvs72
224
225         * src/addrquery.c
226         * src/addrquery.h
227         * src/recv.c
228         * src/recv.h
229         * src/vcard.c
230         * src/vcard.h
231         * src/common/xml.c
232         * src/common/xml.h
233         * src/common/xmlprops.c
234         * src/common/xmlprops.h
235                 Remove more unused code
236
237 2007-10-14 [colin]      3.0.2cvs71
238
239         * src/common/utils.c
240                 Remove unused function
241
242 2007-10-13 [colin]      3.0.2cvs70
243
244         * src/imap.c
245         * src/imap.h
246         * src/mainwindow.c
247         * src/mainwindow.h
248         * src/gtk/gtkutils.c
249         * src/gtk/gtkutils.h
250                 Staticalise/Remove more code
251
252 2007-10-13 [colin]      3.0.2cvs69
253
254         * src/common/utils.c
255         * src/common/utils.h
256                 Remove dead code, unused for ages
257
258 2007-10-13 [colin]      3.0.2cvs68
259
260         * src/main.c
261         * src/main.h
262                 Maemo: define hildon_program in main.c,
263                 make it accessible in the .h with extern
264
265 2007-10-13 [paul]       3.0.2cvs67
266
267         * src/gtk/menu.c
268                 fix a bunch of runtime warnings on maemo
269
270 2007-10-13 [paul]       3.0.2cvs66
271
272         * src/main.c
273         * src/main.h
274         * src/gtk/gtkutils.c
275         * src/gtk/gtkutils.h
276                 fix a bunch of compiler warnings on maemo
277
278 2007-10-12 [colin]      3.0.2cvs65
279
280         * src/account.c
281         * src/addritem.c
282         * src/addritem.h
283         * src/filtering.c
284         * src/filtering.h
285         * src/folder.c
286         * src/folder.h
287         * src/common/utils.c
288         * src/common/utils.h
289                 Remove unused code, staticalise some functions
290
291 2007-10-12 [paul]       3.0.2cvs64
292
293         * src/account.c
294         * src/folderview.c
295         * src/main.c
296         * src/mainwindow.c
297         * src/messageview.c
298         * src/summary_search.c
299         * src/summaryview.c
300         * src/toolbar.c
301         * src/wizard.c
302         * src/common/utils.c
303         * src/gtk/prefswindow.c
304                 fix a bunch of compiler warnings on maemo
305
306 2007-10-11 [colin]      3.0.2cvs63
307
308         * src/editaddress.c
309                 Make static function static
310
311 2007-10-11 [mones]      3.0.2cvs62
312
313         * src/addrduplicates.c
314         * src/addressbook.c
315         * src/compose.c
316         * src/expldifdlg.c
317         * src/mainwindow.c
318         * src/messageview.c
319         * src/pop.c
320         * src/prefs_customheader.c
321         * src/prefs_send.c
322         * src/prefs_themes.c
323         * src/common/plugin.c
324         * src/gtk/pluginwindow.c
325         * src/gtk/quicksearch.c
326                 Fix several typos and capitalisation issues
327
328 2007-10-11 [wwp]        3.0.2cvs61
329
330         * src/editaddress.c
331                 Fix a warning about possible use of uninitialized
332                 filename var.
333
334 2007-10-11 [wwp]        3.0.2cvs60
335
336         * src/editaddress.c
337                 Disable "Unset picture" menu item when there's
338                 no picture to clear. Fix an extraneous g_unref_object,
339                 add missing initializers.
340
341 2007-10-11 [wwp]        3.0.2cvs59
342
343         * src/pixmaps/anonymous.xpm
344         * src/editaddress.c
345         * src/Makefile.am
346         * src/stock_pixmap.c
347         * src/stock_pixmap.h
348                 Fix a leak, gettext-ize the photo label.
349                 Don't clear the existing picture if loading
350                 a new one fails. Use a default 'anonymous'
351                 picture (this new xpm has been added to the
352                 internal stock_pixmap API). Add a
353                 "Set picture" context menu entry.
354
355 2007-10-11 [colin]      3.0.2cvs58
356
357         * src/messageview.c
358                 Make shift-shortcuts work
359         * src/prefs_actions.c
360                 Don't ask if we really want to close when
361                 choosing OK and only the list is changed
362         * src/prefs_template.c
363                 Don't ask if we really want to close when
364                 choosing OK and only the list is changed
365         * src/common/plugin.c
366                 Fix writing of second [Plugins_*] block
367         * src/common/template.c
368                 Remove unused files (fixes deletion)
369
370 2007-10-10 [paul]       3.0.2cvs57
371
372         * src/prefs_template.c
373                 put the whole thing in a scrolled window
374                 so that half the page is no longer inaccessible
375                 on maemo
376                 make the gtk_text_view smaller on maemo
377
378 2007-10-10 [colin]      3.0.2cvs56
379
380         * src/compose.c
381                 Fix updating of Attachments number in some
382                 cases (reedit, attach from command-line, ...)
383
384 2007-10-10 [colin]      3.0.2cvs55
385
386         * src/editaddress.c
387                 Initialise error correctly
388
389 2007-10-10 [paul]       3.0.2cvs54
390
391         * src/prefs_filtering_action.c
392         * src/gtk/description_window.c
393         * src/gtk/foldersort.c
394         * src/gtk/quicksearch.c
395                 get rid of some pointless new lines and
396                 make the descripton labels wrap better
397
398 2007-10-10 [colin]      3.0.2cvs53
399
400         * src/addressadd.c
401         * src/editaddress.c
402         * src/headerview.c
403         * src/textview.c
404                 More error handling on saving pictures
405
406 2007-10-10 [colin]      3.0.2cvs52
407
408         * src/printing.c
409         * src/printing.h
410                 Generalize a bit printing, so we can factorize
411                 most of the code. 
412
413 2007-10-10 [paul]       3.0.2cvs51
414
415         * src/addrduplicates.c
416                 fix engrish
417                 use GTK_STOCK... buttons
418
419 2007-10-10 [paul]       3.0.2cvs50
420
421         * src/addressadd.c
422         * src/addrindex.c
423         * src/editaddress.c
424                 Fix previous patch
425                 Thanks to Colin
426
427 2007-10-10 [paul]       3.0.2cvs49
428
429         * src/summaryview.c
430         * src/messageview.c
431                 Fix crash on Add sender to addressbook when
432                 From is null
433         * src/addressadd.c
434         * src/addrindex.c
435         * src/editaddress.c
436         * src/editaddress_other_attributes_ldap.h
437                 Fix leaks 
438                 Rename images to .png in addrbook/
439         * src/headerview.c
440         * src/textview.c
441                 Fix Face/X-Face being used if adding another
442                 address than sender to addressbook
443                 Thanks to Colin
444
445 2007-10-10 [holger]     3.0.2cvs48
446
447         * src/addrduplicates.c
448         * src/editaddress.c
449                 Improvements to the addressbook duplicate finder
450                 feature:
451                  - add an edit button to the button bar
452                  - display the whole bookname (with iface) and
453                    use this for same-book checking
454                  - after editing, try to keep selections if the
455                    entries are still present
456                  - sort the email column alphabetically
457                  - put results in a scrolled window
458                  - support embedded editing
459                  - make columns in detail view resizable
460                  - add keyboard shortcuts
461
462 2007-10-10 [wwp]        3.0.2cvs47
463
464         * src/addrindex.c
465                 Fix a crash when there's no From: in email, thanks to Colin.
466
467 2007-10-09 [paul]       3.0.2cvs46
468
469         * src/messageview.c
470         * src/summaryview.c
471         * src/textview.c
472                 fix building without compface support
473
474 2007-10-09 [colin]      3.0.2cvs45
475
476         * src/editaddress.c
477         * src/headerview.c
478         * src/textview.c
479                 Add error handling
480
481 2007-10-09 [colin]      3.0.2cvs44
482
483         * src/addrduplicates.c
484         * src/addressadd.c
485         * src/addressadd.h
486         * src/addressbook.c
487         * src/addressbook.h
488         * src/addrindex.c
489         * src/addrindex.h
490         * src/addritem.c
491         * src/addritem.h
492         * src/compose.c
493         * src/editaddress.c
494         * src/editaddress_other_attributes_ldap.h
495         * src/headerview.c
496         * src/messageview.c
497         * src/mimeview.c
498         * src/summaryview.c
499         * src/textview.c
500         * src/gtk/gtkutils.c
501                 Automatically set contacts' pictures from Face 
502                 or X-Face if they have no picture
503                 Display the contact picture in textview or
504                 headerview for mails sent by people in the 
505                 addressbook, that have no Face or X-Face
506                 Fix a few details in the Person edition dialog
507                 (ability to unset picture)
508                 Remove picture file when deleting contacts
509
510 2007-10-09 [iwkse]      3.0.2cvs43
511
512         * src/gtk/about.c
513                 center the about window
514
515 2007-10-09 [paul]       3.0.2cvs42
516
517         * src/prefs_toolbar.c
518                 fix icon selector window on maemo
519
520 2007-10-09 [paul]       3.0.2cvs41
521
522         * src/messageview.c
523                 add 'go to' menu to separate msgview
524
525 2007-10-09 [colin]      3.0.2cvs40
526
527         * src/common/defs.h
528                 Add forgotten file
529
530 2007-10-09 [iwkse]      3.0.2cvs39
531
532         * Makefile.am
533         * src/addressbook.c
534         * src/addritem.c
535         * src/addritem.h
536         * src/editaddress.c
537         * src/editaddress_other_attributes_ldap.h
538         * src/addrbook.c
539         * src/Makefile.am
540                 set a photo in the Addressbook
541
542 2007-10-08 [colin]      3.0.2cvs38
543
544         * src/prefs_toolbar.c
545                 Make height 320 to remove the scrollbar 
546                 (with current number of icons)
547
548 2007-10-08 [colin]      3.0.2cvs37
549
550         * src/prefs_toolbar.c
551                 Transform the treeview to a GtkIconView.
552                 Patch by Pawel
553                 In addition, transform the window so that 
554                 it looks like a popup menu. Patch by me
555
556 2007-10-08 [colin]      3.0.2cvs36
557
558         * src/compose.c
559         * src/compose.h
560                 Beautify the GUI a bit; in particular, show the
561                 number of attachments in the tab's title.
562                 Patch by Pawel
563
564 2007-10-08 [paul]       3.0.2cvs35
565
566         * src/mimeview.c
567                 Save users from themselves: save temporary
568                 files used for Open/Open with as read-only.
569                 Thanks to Colin
570
571 2007-10-08 [paul]       3.0.2cvs34
572
573         * tools/Makefile.am
574                 forgot this in cvs33
575
576 2007-10-08 [paul]       3.0.2cvs33
577
578         * tools/kdeservicemenu/README
579         * tools/kdeservicemenu/claws-mail-attach-files.desktop.template
580         * tools/kdeservicemenu/install.sh
581         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
582                 renamed template* to *template so as not to confuse
583                 lintian
584
585 2007-10-08 [paul]       3.0.2cvs32
586
587         * src/prefs_themes.c
588         * src/stock_pixmap.c
589                 replace 2 direct uses of RC_DIR
590
591 2007-10-07 [colin]      3.0.2cvs31
592
593         * src/addrduplicates.c
594         * src/addrduplicates.h
595         * src/addressbook.c
596         * src/addressbook.h
597         * src/addrindex.c
598         * src/addrindex.h
599                 Implement deletion in duplicate finder. 
600                 Patch by Holger 
601
602 2007-10-07 [colin]      3.0.2cvs30
603
604         * src/exporthtml.c
605         * src/mbox.c
606         * src/common/utils.c
607                 Better fix for Solaris, thanks to Nicolas Doualot
608
609 2007-10-07 [colin]      3.0.2cvs29
610
611         * AUTHORS
612         * src/gtk/authors.h
613                 Add Frank Dietrich
614
615 2007-10-07 [colin]      3.0.2cvs28
616
617         * src/exporthtml.c
618                 Fix HTML export to make it more compliant
619                 Patch by Frank Dietrich <bits_n_bytes@gmx.de>
620
621 2007-10-07 [colin]      3.0.2cvs27
622
623         * src/prefs_toolbar.c
624                 Only use icons that wouldn't look stupid in the toolbar
625                 Patch by Pawel
626
627 2007-10-07 [colin]      3.0.2cvs26
628
629         * src/prefs_toolbar.c
630                 Fix old icon being used when none is selected
631
632 2007-10-07 [colin]      3.0.2cvs25
633
634         * src/toolbar.c
635                 Fix copy/paste error
636
637 2007-10-07 [colin]      3.0.2cvs24
638
639         * src/prefs_toolbar.c
640         * src/toolbar.c
641         * src/toolbar.h
642                 Update icon to default one when changing event
643                 Make the icon chooser nicer (handle Esc, Enter,
644                 double-click)
645
646 2007-10-06 [colin]      3.0.2cvs23
647
648         * src/prefs_toolbar.c
649                 Fix text reset; patch by Pawel
650
651 2007-10-06 [colin]      3.0.2cvs22
652
653         * src/toolbar.h
654                 Complete previous commit
655
656 2007-10-06 [colin]      3.0.2cvs21
657
658         * src/prefs_toolbar.c
659         * src/toolbar.c
660                 Set toolbar text automatically to the default
661                 when changing Event executed on click
662
663 2007-10-06 [colin]      3.0.2cvs20
664
665         * src/prefs_toolbar.c
666                 Invert Text and Event fields
667
668 2007-10-06 [colin]      3.0.2cvs19
669
670         * src/prefs_toolbar.c
671         * src/toolbar.c
672                 Make toolbar prefs look much better
673                 Patch by Pawel Pekala
674
675 2007-10-06 [paul]       3.0.2cvs18
676
677         * src/account.c
678         * src/prefs_filtering.c
679                 fix checkbuttons in gtktreeview on maemo by
680                 setting maemo's "allow-checkbox-mode" to FALSE
681
682 2007-10-06 [colin]      3.0.2cvs17
683
684         * configure.ac
685                 Export -DSOLARIS in CFLAGS for all
686                 Solaris (not just 2.8) and OpenSolaris
687
688 2007-10-06 [paul]       3.0.2cvs16
689
690         * AUTHORS
691         * src/exporthtml.c
692         * src/mbox.c
693         * src/gtk/authors.h
694                 fix build on solaris where ctime_r takes
695                 3 arguments rather than 2.
696                 Patch by Nicolas Doualot <slubman.lists@slubman.info>
697
698 2007-10-05 [colin]      3.0.2cvs15
699
700         * src/etpan/imap-thread.c
701                 Fix wrong error codepath
702
703 2007-10-05 [wwp]        3.0.2cvs14
704
705         * src/filtering.c
706                 Fix unexpected logging of quicksearches:
707                 debug_filtering_session flag was never reset to FALSE, causing
708                 matcher functions to log when called from a quicksearch
709                 (if a filtering session happened before).
710
711 2007-10-05 [paul]       3.0.2cvs13
712
713         * src/prefs_actions.c
714         * src/prefs_filtering.c
715         * src/prefs_template.c
716                 fix bug 1343, 'Filtering..'s close button
717                 silently discards new filter'
718                 Thanks to Colin
719
720 2007-10-05 [paul]       3.0.2cvs12
721
722         * configure.ac
723         * src/Makefile.am
724                 fix bug 1347, '-Wno-unused-function, optional'
725
726 2007-10-05 [colin]      3.0.2cvs11
727
728         * src/procmime.c
729         * src/common/mgutils.c
730                 Fix warnings
731
732 2007-10-05 [mones]      3.0.2cvs10
733
734         * manual/advanced.xml
735                 Use full menu name
736         * manual/es/advanced.xml
737                 Synchronise translation
738
739 2007-10-04 [colin]      3.0.2cvs9
740
741         * src/action.c
742         * src/addrbook.c
743         * src/addrindex.c
744         * src/compose.c
745         * src/exporthtml.c
746         * src/exportldif.c
747         * src/folder.c
748         * src/main.c
749         * src/matcher.c
750         * src/mbox.c
751         * src/messageview.c
752         * src/mh.c
753         * src/news.c
754         * src/partial_download.c
755         * src/pop.c
756         * src/procmime.c
757         * src/procmsg.c
758         * src/toolbar.c
759         * src/common/log.c
760         * src/common/mgutils.c
761         * src/common/plugin.c
762         * src/common/utils.c
763         * src/common/xml.c
764         * src/common/xml.h
765         * src/common/xmlprops.c
766         * src/common/xmlprops.h
767         * src/plugins/bogofilter/bogofilter.c
768         * src/plugins/clamav/clamav_plugin.c
769         * src/plugins/dillo_viewer/dillo_prefs.c
770         * src/plugins/pgpcore/prefs_gpg.c
771         * src/plugins/pgpinline/pgpinline.c
772         * src/plugins/pgpmime/pgpmime.c
773         * src/plugins/spamassassin/spamassassin.c
774         * src/plugins/trayicon/trayicon_prefs.c
775                 Verify success on writes. Will fix possible strange
776                 failure on disk full.
777
778 2007-10-04 [paul]       3.0.2cvs8
779
780         * manual/advanced.xml
781                 add further info about Actions
782                 Patch by Emmanuel Briot <briot@adacore.com>
783
784 2007-10-04 [paul]       3.0.2cvs7
785
786         * src/account.c
787                 remove the D column, instead indicate the
788                 default account by use of bold text
789
790 2007-10-03 [colin]      3.0.2cvs6
791
792         * src/common/template.c
793                 Fix templates writing (was prone to disk full problems)
794
795 2007-10-03 [colin]      3.0.2cvs5
796
797         * src/Makefile.am
798         * src/addrduplicates.c
799         * src/addrduplicates.h
800         * src/addressbook.c
801                 Add duplicate deletion. Patch by Holger
802
803 2007-10-03 [colin]      3.0.2cvs4
804
805         * src/matcher.c
806         * src/gtk/quicksearch.c
807                 Fix bug 1340, 'Case insensitive searches with 
808                 non-ascii alphabets fail'.
809
810 2007-10-03 [colin]      3.0.2cvs3
811
812         * src/main.c
813         * src/common/utils.c
814         * src/common/utils.h
815                 Implement run-time alternative config directories
816
817 2007-10-03 [colin]      3.0.2cvs2
818
819         * src/folderview.c
820                 Prevent opening folder item while folder
821                 is scanned in a better way
822
823 2007-10-02 [paul]       3.0.2cvs1
824
825         * NEWS
826         * README
827         * RELEASE_NOTES
828         * configure.ac
829                 bump up version number following stable release
830
831 2007-09-30 [colin]      3.0.1cvs49
832
833         * src/imap.c
834                 Refresh session if needed
835
836 2007-09-30 [colin]      3.0.1cvs48
837
838         * src/imap.c
839                 Reset folder's session to NULL
840                 before destroying it
841
842 2007-09-30 [mones]      3.0.1cvs47
843
844         * manual/handling.xml
845                 Use markup quotes instead hardcoded quotes
846         * manual/es/handling.xml
847                 Added new synced section (IMAP subscriptions)
848
849 2007-09-29 [colin]      3.0.1cvs46
850
851         * src/imap.c
852                 Notice disconnections faster
853
854 2007-09-28 [colin]      3.0.1cvs45
855
856         * src/addressbook.c
857         * src/addrindex.c
858                 Fix warnings
859
860 2007-09-28 [paul]       3.0.1cvs44
861
862         * src/mimeview.c
863                 fix maemo build
864
865 2007-09-28 [paul]       3.0.1cvs43
866
867         * src/account.c
868                 use gtk_widget_set_size_request() on the label
869                 so that wrapping works better. get rid of the
870                 (partially deprecated) hbutton_box.
871                 these changes should prevent buttons overlapping
872                 on maemo
873
874 2007-09-28 [colin]      3.0.1cvs42
875
876         * src/pop.c
877                 Fix typo :)
878
879 2007-09-28 [colin]      3.0.1cvs41
880
881         * src/compose.c
882         * src/msgcache.c
883         * src/pop.c
884         * src/procmime.c
885         * src/etpan/imap-thread.c
886                 64bits-related warning fixes
887
888 2007-09-28 [colin]      3.0.1cvs40
889
890         * src/folder_item_prefs.c
891         * src/ldaputil.c
892         * src/mainwindow.c
893         * src/mimeview.c
894         * src/common/tags.c
895                 Fix warnings
896
897 2007-09-28 [colin]      3.0.1cvs39
898
899         * src/plugins/spamassassin/spamassassin.c
900         * src/plugins/spamassassin/spamassassin.h
901         * src/plugins/spamassassin/spamassassin_gtk.c
902                 Add addressbook-based whitelisting
903
904 2007-09-28 [colin]      3.0.1cvs38
905
906         * src/folder.c
907                 Fix bug 1337, 'crash on pressing Send button'
908
909 2007-09-28 [paul]       3.0.1cvs37
910
911         * src/prefs_folder_item.c
912                 give the orphans a parent. makes all prefs
913                 pages visible on maemo
914
915 2007-09-28 [colin]      3.0.1cvs36
916
917         * src/prefs_folder_column.c
918         * src/prefs_summary_column.c
919                 Fix two leaks
920
921 2007-09-27 [colin]      3.0.1cvs35
922
923         * src/gtk/quicksearch.c
924                 Fix bug 1336, 'Segfault if empty space before search-string'
925
926 2007-09-26 [mones]      3.0.1cvs34
927
928         * manual/account.xml
929         * manual/plugins.xml
930                 Fixed irc channel name, added some docbook markup.
931                 Changed text markup to docbook markup. 
932                 Added spamcop as supported in SpamReport description.
933         * manual/fr/plugins.xml
934                 Fixed irc channel name.
935         * manual/es/account.xml
936         * manual/es/advanced.xml
937         * manual/es/claws-mail-manual.xml
938         * manual/es/glossary.xml
939         * manual/es/gpl.xml
940         * manual/es/keyboard.xml
941         * manual/es/plugins.xml
942                 Synced with English version, fixed a couple of typos.
943
944 2007-09-26 [colin]      3.0.1cvs33
945
946         * configure.ac
947                 Explain why "Libgnomeprint: no" on GTK+ 2.10
948
949 2007-09-26 [colin]      3.0.1cvs32
950
951         * src/messageview.c
952         * src/procmsg.c
953         * src/procmsg.h
954                 Optimisation: avoid fetching mail 3 times locally
955                 for displaying
956
957 2007-09-26 [colin]      3.0.1cvs31
958
959         * src/mh.c
960                 Fix missing static
961
962 2007-09-26 [colin]      3.0.1cvs30
963
964         * src/folder.c
965         * src/folder.h
966         * src/mh.c
967         * src/mh.h
968                 Fix MH mtime hack - make it a folder class function
969
970 2007-09-26 [colin]      3.0.1cvs29
971
972         * src/inc.c
973                 Fix bug 1334, 'user defined mail incorporation 
974                 script not run'
975
976 2007-09-25 [colin]      3.0.1cvs28
977
978         * src/codeconv.c
979                 Optimisation: shortcut conv_codeset_strdup
980                 when src_code and dest_code are the same
981         * src/common/xml.c
982         * src/common/xml.h
983                 Optimisation: shortcut code conversions when
984                 files are in UTF-8; faster list walking by
985                 using prepend/reverse.
986
987 2007-09-25 [holger]     3.0.1cvs27
988
989         * src/printing.c
990                 Replace button bar of the preview window
991                 with a real toolbar (patch by Colin)
992                 Add zooming to the preview window
993
994 2007-09-24 [paul]       3.0.1cvs26
995
996         * src/compose.c
997                 compact the character set menu, adding some
998                 missing encodings. Patch by Pawel Pekala
999
1000 2007-09-23 [paul]       3.0.1cvs25
1001
1002         * src/prefs_account.c
1003         * src/prefs_folder_item.c
1004         * src/prefs_quote.c
1005         * src/quote_fmt.c
1006         * src/quote_fmt.h
1007                 remove unnecessary frame from Templates options
1008                 and improve the English of the check button label
1009
1010 2007-09-22 [colin]      3.0.1cvs24
1011
1012         * src/gtk/quicksearch.c
1013                 Fix bug 1329, 'error in quicksearch.c'
1014                 Fix return with value in function returning void
1015
1016 2007-09-22 [colin]      3.0.1cvs23
1017
1018         * src/imap.c
1019         * src/procmsg.h
1020         * src/common/utils.c
1021         * src/common/utils.h
1022         * src/etpan/imap-thread.c
1023                 Optimise fetching IMAP cached emails *a lot*
1024                 (remember whether mail is fully cached and \r's
1025                  are already stripped)
1026
1027 2007-09-22 [colin]      3.0.1cvs22
1028
1029         * src/folder.c
1030         * src/folder.h
1031         * src/prefs_folder_item.c
1032                 Add a button to allow users to drop local caches.
1033
1034 2007-09-21 [colin]      3.0.1cvs21
1035
1036         * src/summaryview.c
1037                 Remove unnecessary error when cancelling export to mbox.
1038                 Patch by Pawel
1039
1040 2007-09-21 [paul]       3.0.1cvs20
1041
1042         * src/gtk/prefswindow.c
1043                 remove unnecessary frames from the prefs
1044                 pages. Patch by Pawel Pekala
1045
1046 2007-09-21 [paul]       3.0.1cvs19
1047
1048         * src/prefs_account.c
1049         * src/prefs_folder_item.c
1050         * src/prefs_quote.c
1051         * src/quote_fmt.c
1052                 put the Templates options into a tabbed
1053                 layout. Patch by Pawel Pekala
1054
1055 2007-09-21 [paul]       3.0.1cvs18
1056
1057         * src/mainwindow.c
1058                 group together the character set menu items
1059                 move the /View/Show or hide/Message view below
1060                 .../Toolbar menu item
1061                 Patch by Pawel Pekala
1062
1063 2007-09-21 [mones]      3.0.1cvs17
1064
1065         * src/compose.c
1066                 Fix for bug 1327, 'segfault when replying to a non-existent
1067                 news message', thanks to Colin.
1068
1069 2007-09-21 [colin]      3.0.1cvs16
1070
1071         * src/folderview.c
1072                 Complete 3.0.1cvs15
1073
1074 2007-09-20 [colin]      3.0.1cvs15
1075
1076         * src/folderview.c
1077         * src/folderview.h
1078                 Maybe fix bug 1324, 'Corrupted IMAP cache'
1079
1080 2007-09-20 [colin]      3.0.1cvs14
1081
1082         * src/printing.c
1083                 Fix a little leak
1084
1085 2007-09-20 [holger]     3.0.1cvs13
1086
1087         * src/printing.c
1088                 Add page layout to print preview.
1089                 Make the close-button in the toolbar
1090                 right-aligned.
1091
1092 2007-09-20 [paul]       3.0.1cvs12
1093
1094         * po/ru.po
1095                 updated by Pavlo Bohmat
1096
1097 2007-09-19 [colin]      3.0.1cvs11
1098
1099         * src/common/utils.c
1100                 Prevent unquoted mime boundaries, by always
1101                 using a /
1102
1103 2007-09-19 [colin]      3.0.1cvs10
1104
1105         * src/printing.c
1106                 Fix drawing area size, fix DPI change that
1107                 can cause total number of lines to decrease
1108
1109 2007-09-19 [colin]      3.0.1cvs9
1110
1111         * po/POTFILES.in
1112         * src/printing.c
1113                 Make print preview more efficient and nicer.
1114                 Patch mostly by Holger Berndt <hb@claws-mail.org>
1115
1116 2007-09-19 [colin]      3.0.1cvs8
1117
1118         * src/prefs_common.c
1119         * src/prefs_common.h
1120         * src/printing.c
1121                 Add scrolledwindow, default allocation and
1122                 size saving to the print preview window.
1123
1124 2007-09-18 [colin]      3.0.1cvs7
1125
1126         * src/prefs_common.c
1127         * src/prefs_common.h
1128         * src/prefs_image_viewer.c
1129         * src/printing.c
1130                 GtkPrintOperation:
1131                 - add image printing support
1132                 - add option to print images
1133                 - add preview widget
1134                 - add saving of a few Page Setup parameters
1135
1136 2007-09-18 [colin]      3.0.1cvs6
1137
1138         * AUTHORS
1139         * src/gtk/authors.h
1140                 Add Guillaume Chazarain
1141
1142 2007-09-18 [colin]      3.0.1cvs5
1143
1144         * src/common/utils.c
1145                 Fix bug 1321, 'access before allocation 
1146                 when scanning for uris'. Patch by 
1147                 Guillaume Chazarain <guichaz@yahoo.fr>
1148
1149 2007-09-18 [colin]      3.0.1cvs4
1150
1151         * src/toolbar.c
1152                 Fix bug 1320, 'Memory leak caused by 
1153                 gtk_container_get_children'. Patch by
1154                 Guillaume Chazarain <guichaz@yahoo.fr>
1155
1156 2007-09-18 [colin]      3.0.1cvs3
1157
1158         * src/printing.c
1159         * src/printing.h
1160                 Fix HAVE_GNOMEPRINT (USE_GNOMEPRINT)
1161
1162 2007-09-18 [colin]      3.0.1cvs2
1163
1164         * src/Makefile.am
1165         * src/mainwindow.c
1166         * src/messageview.c
1167         * src/messageview.h
1168         * src/prefs_ext_prog.c
1169         * src/prefs_fonts.c
1170         * src/printing.c
1171         * src/printing.h
1172         * src/summaryview.c
1173                 Use GtkPrintOperation by default on GTK+ >= 2.10
1174                 Patch by Holger Berndt <hb@claws-mail.org>
1175
1176 2007-09-18 [paul]       3.0.1cvs1
1177
1178         * NEWS
1179         * README
1180         * RELEASE_NOTES
1181         * configure.ac
1182                 bump up version number following stable release
1183
1184 2007-09-16 [colin]      3.0.0cvs18
1185
1186         * src/folder.c
1187                 Fix possible memleak
1188
1189 2007-09-16 [colin]      3.0.0cvs17
1190
1191         * src/folderview.c
1192                 Fix bug 1311, 'Wrong arrow position 
1193                 while moving message into folder when 
1194                 column headers hidden'
1195         * src/image_viewer.c
1196                 Show error in the GUI if image can't
1197                 be loaded
1198         * src/matcher.c
1199                 Fix spurious output
1200         * src/messageview.c
1201                 Allow setting domain in msgid
1202         * src/common/plugin.c
1203                 Add timing information
1204
1205 2007-09-16 [colin]      3.0.0cvs16
1206
1207         * src/account.c
1208         * src/compose.c
1209         * src/prefs_account.c
1210         * src/prefs_account.h
1211         * src/common/utils.c
1212                 Remove Generate Message-ID option. We need
1213                 this on some IMAP servers.
1214         * src/prefs_template.c
1215                 Fix double-free
1216
1217 2007-09-16 [colin]      3.0.0cvs15
1218
1219         * src/prefs_filtering.c
1220         * src/prefs_filtering.h
1221         * src/prefs_filtering_action.c
1222         * src/common/tags.c
1223                 Fix tags issues: tags with spaces, renaming
1224                 tags.
1225
1226 2007-09-16 [colin]      3.0.0cvs14
1227
1228         * src/folderview.c
1229         * src/main.c
1230         * src/mainwindow.c
1231                 Fix bug 1308, 'Claws deletes folderlist.xml after
1232                 fetching mail short after start-up'
1233
1234 2007-09-16 [colin]      3.0.0cvs13
1235
1236         * src/compose.c
1237                 Fix scrolling to cursor
1238
1239 2007-09-16 [paul]       3.0.0cvs12
1240
1241         * po/sr.po
1242                 updated by Aleksandar Urosevic
1243
1244 2007-09-16 [paul]       3.0.0cvs11
1245
1246         * src/folder.c
1247                 do not allow locked msgs to be deleted,
1248                 even by filtering/processing
1249
1250 2007-09-07 [paul]       3.0.0cvs10
1251
1252         * src/prefs_folder_column.c
1253         * src/prefs_summary_column.c
1254                 implement button sensitivity
1255                 patch by Pawel Pekala
1256
1257 2007-09-06 [wwp]        3.0.0cvs9
1258
1259         * src/prefs_gtk.c
1260                 Add a missing linefeed to a debug message.
1261
1262 2007-09-05 [colin]      3.0.0cvs8
1263
1264         * src/inc.c
1265                 Fix statusbar/window mismatch on Maemo
1266
1267 2007-09-05 [colin]      3.0.0cvs7
1268
1269         * src/ldaputil.c
1270                 Fix build without USE_LDAP_TLS
1271
1272 2007-09-05 [colin]      3.0.0cvs6
1273
1274         * src/folder.c
1275         * src/imap.c
1276         * src/inc.c
1277         * src/mbox.c
1278         * src/send_message.c
1279         * src/statusbar.c
1280         * src/statusbar.h
1281                 Maemo: distinguish various statusbar messages,
1282                 in order to display only the most important.
1283
1284 2007-09-04 [wwp]        3.0.0cvs5
1285
1286         * src/account.c
1287                 Accounts list: fix "Local" protocol not shown when USE_OPENSSL is set.
1288                 Show protocol "SMTP" and the appropriate server for send-only
1289                 accounts, show "-" instead of "" when no value is relevant.
1290
1291 2007-09-03 [ticho]      3.0.0cvs4
1292
1293         * src/summaryview.c
1294                 Handle plural form better in delete confirmation dialog.
1295
1296 2007-09-03 [wwp]        3.0.0cvs3
1297
1298         * src/compose.c
1299                 Warn differently when sending or sending later (queueing).
1300
1301 2007-09-03 [colin]      3.0.0cvs2
1302
1303         * src/procmime.c
1304         * src/procmime.h
1305         * src/common/plugin.c
1306         * src/common/plugin.h
1307                 Add a new plugin API, MimeParser. It allows
1308                 plugins to scan email MIME parts and optionally,
1309                 transform them.
1310
1311 2007-09-03 [mones]      3.0.0cvs1
1312
1313         * po/es.po
1314                 Updated translation
1315         * src/common/defs.h
1316                 While a better solution is made double history sizes
1317
1318 2007-09-03 [paul]       3.0.0
1319
1320         * NEWS
1321         * README
1322         * RELEASE_NOTES
1323                 3.0.0 released
1324
1325 [For previous entries, see ChangeLog.2.0.0-3.0.0]