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