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