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