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