001049bb93287a09f7ef477e7a046893b2281b73
[claws.git] / ChangeLog
1 2007-03-31 [colin]      2.8.1cvs77
2
3         * src/folderview.c
4         * src/prefs_common.c
5         * src/prefs_common.h
6                 Fix bug 1167, 'Allow not displaying zeros 
7                 in folder list'. Patch by MartinP
8
9 2007-03-31 [colin]      2.8.1cvs76
10
11         * AUTHORS
12                 Add Jean-Luc Biord
13
14 2007-03-31 [colin]      2.8.1cvs75
15
16         * src/imap.c
17                 Apply patch from bug 1172, direct
18                 access to the folder's session instead
19                 of using getter. Patch by MartinP
20
21 2007-03-31 [paul]       2.8.1cvs74
22
23         * src/gtk/authors.h
24                 no need to list Fabien twice!
25
26 2007-03-31 [colin]      2.8.1cvs73
27
28         * src/inc.c
29                 If we're currently "overriding for %d minutes",
30                 don't ask
31
32 2007-03-31 [colin]      2.8.1cvs72
33
34         * src/compose.c
35         * src/imap.c
36         * src/inc.c
37         * src/inc.h
38         * src/messageview.c
39         * src/news.c
40         * src/plugins/spamassassin/spamassassin.c
41                 Offline override: Add a parameter to allow
42                 asking even if the override timer is running.
43                 Allows to ask every time the user makes an
44                 explicit action needing online access (such
45                 as Get Mail), and not when the action is 
46                 implicit (such as opening an IMAP folder)
47
48 2007-03-31 [colin]      2.8.1cvs71
49
50         * src/inc.c
51                 Override offline: "No" answer shouldn't
52                 re-ask after 3 seconds, but 10 minutes. 
53
54 2007-03-30 [colin]      2.8.1cvs70
55
56         * src/common/socket.c
57                 Better error reporting on unix socket
58                 failure (bind usually)
59         * src/gtk/gtkutils.c
60         * src/gtk/gtkutils.h
61                 Label window: add a pulsing progress
62                 bar to show we're not hung :)
63         * src/folderview.c
64         * src/main.c
65         * src/plugins/pgpcore/sgpgme.c
66                 Update API
67
68 2007-03-30 [colin]      2.8.1cvs69
69
70         * src/pop.c
71         * src/prefs_common.c
72                 Fix possible trashing of history and uidl
73                 files on disk full problems
74
75 2007-03-30 [paul]       2.8.1cvs68
76
77         * src/mainwindow.c
78         * src/summaryview.c
79         * src/summaryview.h
80                 update summary when changing layout type
81                 (fixes wrong folder icon being displayed)
82                 Thanks to Colin
83
84 2007-03-29 [colin]      2.8.1cvs67
85
86         * src/prefs_ext_prog.c
87                 The browser pref is irrelevant on Maemo
88
89 2007-03-29 [colin]      2.8.1cvs66
90
91         * src/compose.c
92         * src/compose.h
93                 Maemo: dynamically switch headers/text position
94         * src/prefs_common.c
95                 Maemo: hide compose's ruler by default
96         * src/common/socket.c
97         * src/common/socket.h
98                 Fix build warning
99
100 2007-03-29 [colin]      2.8.1cvs65
101
102         * src/common/socket.c
103         * src/common/socket.h
104                 Fix build when MAEMO_CFLAGS contains
105                 _X_OPENSOURCE (resolv.h errors as long
106                 as we don't add _BSD_SOURCE. Ugly).
107
108 2007-03-29 [wwp]        2.8.1cvs64
109
110         * src/prefs_logging.c
111                 Fix sensitivity of clip-log widgets in prefs/logging,
112                 thanks to Fabien.
113
114 2007-03-29 [wwp]        2.8.1cvs63
115
116         * po/POTFILES.in
117                 Updated files list for translations, thanks to Fabien.
118
119 2007-03-29 [colin]      2.8.1cvs62
120
121         * src/main.c
122         * src/common/Makefile.am
123         * src/common/utils.c
124                 Maybe make URI opening work in Maemo
125                 Requires testing :)
126
127 2007-03-28 [colin]      2.8.1cvs61
128
129         * src/folder.c
130         * src/folder.h
131         * src/folderview.c
132                 Add the possibility to sort folders arbitrarily
133                 (via editing of folderlist.xml only). Patch by
134                 Martin P <mp26+claws@os.inf.tu-dresden.de>
135                 Fixes bug 1166, 'Folder ordering is fixed and cannot 
136                 be changed by the user'
137
138 2007-03-28 [colin]      2.8.1cvs60
139
140         * src/mimeview.c
141                 Add popup menu for mime icons
142
143 2007-03-28 [colin]      2.8.1cvs59
144
145         * src/mainwindow.c
146                 Fix a layout issue when presenting
147                 mainwindow in Small screen layout
148         * src/toolbar.c
149         * src/toolbar.h
150                 Add a "Go to folder list" button for
151                 mainwindow, and make it default in
152                 the Maemo build
153
154 2007-03-28 [colin]      2.8.1cvs58
155
156         * src/compose.c
157                 Don't dynamically update title on Maemo
158                 Patch by Jean-Luc Biord
159
160 2007-03-27 [colin]      2.8.1cvs57
161
162         * src/compose.c
163         * src/folderview.c
164         * src/summaryview.c
165                 Enable tap-and-hold on Maemo
166
167 2007-03-26 [colin]      2.8.1cvs56
168
169         * src/compose.c
170                 More popup-menu (in attachments list)
171
172 2007-03-26 [colin]      2.8.1cvs55
173
174         * src/compose.c
175                 Enable popup-menu signal
176
177 2007-03-26 [colin]      2.8.1cvs54
178
179         * src/plugins/pgpinline/pgpinline.c
180                 Fix bug 1111, 'PGP/inline plugin hides text 
181                 around encrypted text block'. Patch based on
182                 a patch from Michal Cihar.
183
184 2007-03-26 [wwp]        2.8.1cvs53
185
186         * src/procmsg.c
187                 Fix getting a false error when sending queued message
188                 whereas the sending was fine (if there are subfolders
189                 in the queue folder), thanks to Colin.
190
191 2007-03-26 [paul]       2.8.1cvs52
192
193         * src/wizard.c
194                 update FACE header in welcome message
195
196 2007-03-25 [colin]      2.8.1cvs51
197
198         * src/Makefile.am
199                 Fix make dist
200
201 2007-03-25 [colin]      2.8.1cvs50
202
203         * src/main.c
204                 Fix OSSO_NAME on Maemo (patch by Jean-Luc)
205
206 2007-03-24 [colin]      2.8.1cvs49
207
208         * src/main.c
209                 Fix a few launch problems on Maemo
210                 Patch by Jean-Luc Biord
211
212 2007-03-24 [wwp]        2.8.1cvs48
213
214         * src/alertpanel.c
215         * src/alertpanel.h
216         * src/messageview.c
217         * src/summaryview.c
218                 Fix wrong action performed when closing the
219                 "ask about account specific filtering rules
220                 when filtering manually" dialog by pressing Escape.
221                 Fix wrong order of buttons in the "return receipt
222                 notification - the message was sent to several of
223                 your accounts" dialog.
224
225 2007-03-24 [paul]       2.8.1cvs47
226
227         * src/folderview.c
228                 an improvement to English usage
229         * tools/kdeservicemenu/README
230                 updated Claws url
231
232 2007-03-24 [paul]       2.8.1cvs46
233
234         * src/Makefile.am
235         * src/stock_pixmap.c
236         * src/pixmaps/edit_extern.xpm
237         * src/pixmaps/mail_sign.xpm
238                 rescue long lost icons
239
240 2007-03-24 [paul]       2.8.1cvs45
241
242         * src/toolbar.c
243                 fix toolbar (broken in 2.8.1cvs42)
244
245 2007-03-23 [colin]      2.8.1cvs44
246
247         * src/imap.c
248                 Correctly unsubscribe/resubscribe after
249                 RENAME
250
251 2007-03-23 [colin]      2.8.1cvs43
252
253         * src/prefs_common.c
254                 Maemo: as the platform is light on RAM, allow
255                 caches to be discarded faster.
256
257 2007-03-23 [colin]      2.8.1cvs42
258
259         * src/Makefile.am
260         * src/compose.c
261         * src/compose.h
262         * src/stock_pixmap.c
263         * src/stock_pixmap.h
264         * src/summaryview.c
265         * src/summaryview.h
266         * src/toolbar.c
267         * src/toolbar.h
268         * src/pixmaps/open_mail.xpm
269                 Maemo changes: Add the possibility to have
270                 "Open Email" and "Close Window" buttons on 
271                 toolbars (and use them in Maemo's default
272                 toolbars)
273
274 2007-03-23 [wwp]        2.8.1cvs41
275
276         * src/action.c
277                 Reverted that part of the action dialog closure logics, to
278                 pre-2.8.1cvs19. Managing action dialog w/ no output may be
279                 done later in a different way (or may not).
280
281 2007-03-22 [wwp]        2.8.1cvs40
282
283         * src/action.c
284                 Fix sticky action dialog when got no output but action command
285                 is pipe'ing out or inserting (introduced w/ 2.8.1cvs19).
286
287 2007-03-22 [colin]      2.8.1cvs39
288
289         * src/prefs_filtering.c
290         * src/gtk/combobox.h
291                 Fix escaping account names in filtering prefs
292
293 2007-03-22 [colin]      2.8.1cvs38
294
295         * src/addrindex.c
296         * src/ldapctrl.h
297         * src/ldapquery.c
298                 Add any attribute specified in LDAP servers'
299                 Search attributes to the Other Attributes tab
300                 of contacts; Add 'telephoneNumber' in the
301                 default list.
302
303 2007-03-22 [colin]      2.8.1cvs37
304
305         * src/folderview.c
306         * src/folderview.h
307         * src/mainwindow.c
308                 Try to prevent race conditions when
309                 changing the folder list
310         * src/summaryview.c
311                 Fix possible red folder icon when
312                 switching from Small screen layout
313                 to any other
314
315 2007-03-22 [colin]      2.8.1cvs36
316
317         * src/mainwindow.c
318         * src/mainwindow.h
319         * src/summaryview.c
320                 Rename "little screen" to "Small screen"
321         * src/gtk/Makefile.am
322         * src/common/utils.c
323         * src/mh.c
324                 Fix Maemo-related compilation problems
325
326 2007-03-21 [colin]      2.8.1cvs35
327
328         * configure.ac
329                 Fix previous commit
330         * claws-mail.desktop
331                 Remove .png from the Icon, it's useless
332
333 2007-03-21 [colin]      2.8.1cvs34
334
335         * configure.ac
336         * src/Makefile.am
337                 Add the necessary lib checking for 
338                 Maemo
339
340 2007-03-21 [colin]      2.8.1cvs33
341
342         * src/main.c
343                 Fix unconditional "error happened" when
344                 sending via command-line. "lol @ myself"
345
346 2007-03-21 [colin]      2.8.1cvs32
347
348         * claws-mail-40x40.png
349         * claws-mail-26x26.png
350         * src/account.c
351         * src/addressbook.c
352         * src/compose.c
353         * src/folderview.c
354         * src/folderview.h
355         * src/main.c
356         * src/mainwindow.c
357         * src/mainwindow.h
358         * src/messageview.c
359         * src/prefs_account.c
360         * src/prefs_common.c
361         * src/summary_search.c
362         * src/summaryview.c
363         * src/summaryview.h
364         * src/gtk/authors.h
365         * src/gtk/gtkutils.c
366         * src/gtk/gtkutils.h
367         * src/gtk/logwindow.c
368         * src/gtk/menu.c
369         * src/gtk/prefswindow.c
370                 Add Maemo port (patch mainly by Jean-Luc Biort)
371                 Add a new 'Little screen' layout to help on such
372                 platforms (patch by me)
373                 Make some default preferences different (more
374                 adapted) on Maemo (patch by me)
375
376 2007-03-21 [wwp]        2.8.1cvs31
377
378         * src/prefs_logging.c
379         * src/prefs_logging.h
380                 Fixed copyright header of newly added files.
381
382 2007-03-21 [wwp]        2.8.1cvs30
383
384         * src/Makefile.am
385         * src/filtering.c
386         * src/filtering.h
387         * src/folder.c
388         * src/folderview.c
389         * src/imap.c
390         * src/inc.c
391         * src/main.c
392         * src/mainwindow.c
393         * src/mainwindow.h
394         * src/matcher.c
395         * src/messageview.c
396         * src/news.c
397         * src/pop.c
398         * src/prefs_common.c
399         * src/prefs_common.h
400         * src/prefs_logging.c
401         * src/prefs_logging.h
402         * src/prefs_other.c
403         * src/procmsg.c
404         * src/send_message.c
405         * src/summaryview.c
406         * src/common/log.c
407         * src/common/log.h
408         * src/common/nntp.c
409         * src/common/session.c
410         * src/common/smtp.c
411         * src/common/socket.c
412         * src/etpan/imap-thread.c
413         * src/gtk/logwindow.c
414         * src/gtk/logwindow.h
415         * src/plugins/bogofilter/bogofilter.c
416         * src/plugins/spamassassin/spamassassin.c
417                 Added debugging of filtering/processing rules.
418                 The debug log is here 'Tools/Filtering debug window',
419                 the options there 'Configuration/Preferences/Other/Logging',
420                 and the log file is ~/.claws-mail/filtering.log.
421                 Moved protocol log prefs to 'Other/Logging' as well.
422                 To support such debugging feature, the existing log API has
423                 been enhanced (common/log.[ch] and gtk/logwindow.[ch]) and
424                 this impacts many external modules (commits follow).
425
426 2007-03-21 [paul]       2.8.1cvs29
427
428         * src/etpan/Makefile.am
429         * src/etpan/imap-thread.c
430                 add missing #include
431
432 2007-03-21 [colin]      2.8.1cvs28
433
434         * src/procmime.c
435                 Fix bug 1157, 'some broken messages confuse 
436                 mime parser'. Make sure we can't have MimeInfos
437                 with negative sizes.
438
439 2007-03-20 [colin]      2.8.1cvs27
440
441         * src/main.c
442                 Fix missing \0 on buffer
443
444 2007-03-20 [colin]      2.8.1cvs26
445
446         * src/mh.c
447                 Use make_dir_hier instead of make_dir 
448                 to create the MH mailbox
449
450 2007-03-20 [colin]      2.8.1cvs25
451
452         * src/folder.c
453         * src/folder.h
454         * src/prefs_account.c
455         * src/wizard.c
456                 Fix default inbox weirdnesses (after wizard,
457                 if path is Mail, mailbox identifier is #mh/Mailbox,
458                 and when creating new accounts)
459
460 2007-03-20 [colin]      2.8.1cvs24
461
462         * src/account.c
463                 Write folderlist after adding/deleting accounts
464                 that have folders
465
466 2007-03-20 [colin]      2.8.1cvs23
467
468         * src/imap.c
469         * src/remotefolder.h
470                 Fix bug 1153, 'CM segfaults if IMAP folder is 
471                 selected while scanning prior to update'
472
473 2007-03-17 [paul]       2.8.1cvs22
474
475         * src/main.c
476                 fix a typo, and be a little more verbose.
477
478 2007-03-17 [wwp]        2.8.1cvs21
479
480         * src/inc.c
481                 Fix a compiler warning.
482
483 2007-03-16 [wwp]        2.8.1cvs20
484
485         * tools/Makefile.am
486         * tools/README
487                 Updated to deal w/ the new mairix.sh tool.
488
489 2007-03-16 [wwp]        2.8.1cvs19
490
491         * src/action.c
492                 Fix logics issues around the action IO dialog:
493                 - disable entry widget and exec button when
494                   the exec button is clicked (don't wait for any
495                   output line) - fix possible disabling/re-enabling/
496                   re-disabling of those widgets
497                 - raise an error if executing a %as{} action either
498                   empty or invalid, instead of failing silently
499                 - don't close the dialog if the abort button has been
500                   clicked and if there was no output yet
501                 - set focus to the abort button when the exec button
502                   is clicked
503                 - fix capitalization of a warning message
504
505 2007-03-16 [wwp]        2.8.1cvs18
506
507         * tools/mairix.sh
508                 Added a wrapper to mairix to the tools folder.
509
510 2007-03-16 [colin]      2.8.1cvs17
511
512         * src/messageview.c
513         * src/mimeview.h
514                 Allow mimeviewer plugins to print
515                 their stuff
516
517 2007-03-16 [colin]      2.8.1cvs16
518
519         * .cvsignore
520                 Ignore *.patchset
521
522 2007-03-15 [colin]      2.8.1cvs15
523
524         * src/messageview.c
525         * src/mimeview.h
526                 Add a way for mimeviewer plugins to
527                 implement body search
528
529 2007-03-15 [paul]       2.8.1cvs14
530
531         * src/prefs_spelling.c
532                 fix English usage
533
534 2007-03-15 [paul]       2.8.1cvs13
535
536         * src/common/quoted-printable.c
537                 fix decoding of quoted-printable parts
538
539 2007-03-14 [wwp]        2.8.1cvs12
540
541         * src/gtk/logwindow.h
542                 Oops, remove that devel stuff committed w/ 2.8.1cvs11 :\.
543
544 2007-03-14 [wwp]        2.8.1cvs11
545
546         * src/gtk/logwindow.h
547                 Complete 2.8.1cvs10.
548
549 2007-03-14 [colin]      2.8.1cvs10
550
551         * src/gtk/logwindow.c
552                 Probably fix bug 1149, crash on logwindow
553                 close - at the expense of performance once
554                 logwin has been opened
555
556 2007-03-14 [colin]      2.8.1cvs9
557
558         * src/main.c
559                 If claws-mail is running on another
560                 display, warn instead of popping it up
561                 on the other display
562
563 2007-03-12 [colin]      2.8.1cvs8
564
565         * src/wizard.c
566                 Fix bug 1145, 'Setting a different name 
567                 for the Mailbox name isn't reflected in 
568                 default account settings'. Patch by wwp
569
570 2007-03-12 [colin]      2.8.1cvs7
571
572         * src/summaryview.c
573                 Fix bug 1143, 'Add number of messages to be 
574                 deleted to confirmation dialog'
575
576 2007-03-12 [wwp]        2.8.1cvs6
577
578         * src/folderview.c
579         * src/prefs_common.c
580         * src/prefs_common.h
581         * src/prefs_summaries.c
582                 Changed the option that displays unread messages count
583                 next to the folder name in folder list: it is now
584                 possible to either display nothing, display the
585                 unread messages number only or the unread and total messages
586                 numbers. The patch includes this extra feature as well
587                 as some minor fixes by rewriting the algo in folderview.c.
588                 Thanks to Paul for the original idea and implementation, plus
589                 testing and proof-reading!
590
591 2007-03-09 [paul]       2.8.1cvs5
592
593         * tools/Makefile.am
594         * tools/README
595         * tools/claws-mail-compose-insert-files.pl
596                 added a script which enables inserting files
597                 into the message body of a new Claws Mail
598                 Compose window from the command line. Additionally
599                 To, Cc, Subject and files to attach to the message
600                 can be specified.
601
602 2007-03-09 [wwp]        2.8.1cvs4
603
604         * src/addr_compl.c
605         * src/addr_compl.h
606         * src/filtering.c
607                 Optimize matching of addresses in the addressbook
608                 (filtering/processing 'found_in_addressbook' condition).
609
610 2007-03-07 [wwp]        2.8.1cvs3
611
612         * src/quote_fmt.c
613         * src/quote_fmt_lex.l
614         * src/quote_fmt_parse.y
615                 Add a new quote format symbol: %A to insert the
616                 sender email address (just the address itself).
617
618 2007-03-06 [wwp]        2.8.1cvs2
619
620         * src/gtk/gtkutils.c
621         * src/plugins/trayicon/trayicon_prefs.h
622         * src/plugins/trayicon/trayicon_prefs.c
623         * src/plugins/trayicon/trayicon.c
624         * src/mainwindow.h
625         * src/mainwindow.c
626                 Add a new trayicon (optional) feature: minimize to tray. When enabled,
627                 minimizing Claws-Mail main window will hide it to the trayicon instead.
628
629
630 2007-03-06 [paul]       2.8.1cvs1
631
632         * NEWS
633         * README
634         * RELEASE_NOTES
635         * configure.ac
636                 bump version number following
637                 stable release
638
639 2007-03-06 [paul]       2.8.0cvs24
640
641         * po/cs.po
642                 corrected by by Tim <timbrain@post.cz>
643
644 2007-03-05 [colin]      2.8.0cvs23
645
646         * src/Makefile.am
647         * src/procmime.c
648                 Fix mime/globs path on NetBSD
649                 patch by George Michaelson
650
651 2007-03-05 [wwp]        2.8.0cvs22
652
653         * src/addr_compl.c
654                 Remove debug statement (accidentally committed w/ cvs14).
655
656 2007-03-05 [paul]       2.8.0cvs21
657
658         * src/plugins/pgpcore/prefs_gpg.c
659                 fix compiler warning
660
661 2007-03-05 [wwp]        2.8.0cvs20
662
663         * src/matcher_parser_parse.y
664                 Fix mismerge between cvs17 and cvs19.
665
666 2007-03-05 [wwp]        2.8.0cvs19
667
668         * src/matcher_parser_parse.y
669         * src/prefs_filtering_action.c
670         * src/matcher.c
671         * src/matcher.h
672         * src/filtering.c
673         * src/filtering.h
674                 Add new 'add_to_addressbook' filtering/processing action.
675
676 2007-03-05 [wwp]        2.8.0cvs18
677
678         * src/filtering.c
679                 Fix mark_as_ham filtering/processing action: spam flag
680                 was not unset.
681
682 2007-03-04 [colin]      2.8.0cvs17
683
684         * src/filtering.c
685         * src/matcher.c
686         * src/matcher.h
687         * src/matcher_parser_parse.y
688         * src/prefs_filtering_action.c
689                 Add 'Mark as spam' and 'Mark as ham' filtering
690                 actions. Fixes bug 1138.
691
692 2007-03-04 [colin]      2.8.0cvs16
693
694         * src/imap.c
695                 Fix bug 1140, wrong return value
696                 without libetpan
697
698 2007-03-04 [wwp]        2.8.0cvs15
699
700         * src/addr_compl.c
701                 Rollback cvs14: don't free stuff that is managed in g_list.
702
703 2007-03-04 [wwp]        2.8.0cvs14
704
705         * src/addr_compl.c
706                 Fix a leak in address completion code.
707
708 2007-03-04 [colin]      2.8.0cvs13
709
710         * src/addr_compl.c
711                 Maybe fix bug 1136, 'Crash in group 
712                 address completion'
713
714 2007-03-04 [iwkse]      2.8.0cvs12
715
716         * src/imap.c
717                 fix: alertpanel.h included only in #ifdef HAVE_LIBETPAN
718
719 2007-03-03 [colin]      2.8.0cvs11
720
721         * src/plugins/pgpinline/pgpinline.c
722                 Fix off-by-one, fix double-free. Fixes
723                 bug 1135, 'cm-segfault on decrypting 
724                 with PGP/inline'
725
726 2007-03-03 [colin]      2.8.0cvs10
727
728         * configure.ac
729         * src/main.c
730         * src/common/plugin.c
731                 Fix bug 1134, 'Valgrind macros unhandled 
732                 by Irix's cc'
733
734 2007-03-02 [colin]      2.8.0cvs9
735
736         * src/mbox.c
737                 Don't error out on EAGAIN. Fixes 
738                 bug 1129, '"local mbox file" account 
739                 isn't retrieving mails'
740
741 2007-03-01 [wwp]        2.8.0cvs8
742
743         * src/mainwindow.c
744         * src/gtk/colorlabel.c
745                 Remove accels for extra color labels until we set better
746                 and definitive ones.
747
748 2007-02-28 [wwp]        2.8.0cvs7
749
750         * src/mainwindow.c
751         * src/matcher_parser_parse.y
752         * src/prefs_common.c
753         * src/prefs_msg_colors.c
754         * src/procmsg.h
755         * src/gtk/colorlabel.c
756         * src/gtk/colorlabel.h
757                 Add more customizable color labels. Cleaned up a bit
758                 the color label API to avoid duplicate defines of
759                 the max number of colors.
760
761 2007-02-27 [colin]      2.8.0cvs6
762
763         * src/mainwindow.c
764         * src/common/utils.c
765         * src/common/utils.h
766                 Fix '+' in mailto URIs for List-* headers
767
768 2007-02-27 [colin]      2.8.0cvs5
769
770         * src/gtk/gtkutils.c
771                 Use gtk_window_set_role instead of 
772                 _set_wmclass
773
774 2007-02-27 [colin]      2.8.0cvs4
775
776         * src/inc.c
777                 Fix "After receiving new mail, go to inbox" on IMAP,
778                 and make it work only on manual reception
779
780 2007-02-27 [wwp]        2.8.0cvs3
781
782         * src/prefs_filtering.c
783         * src/prefs_filtering_action.c
784         * src/prefs_matcher.c
785                 Update filtering matcher's and action's color label menus
786                 when re-opening those dialogs (reflect any change to the
787                 color labels list in the preferences).
788
789 2007-02-27 [colin]      2.8.0cvs2
790
791         * src/imap.c
792         * src/etpan/etpan-thread-manager-types.h
793         * src/etpan/etpan-thread-manager.c
794         * src/etpan/imap-thread.c
795                 Log imap ALERTs as errors in the log.
796
797 2007-02-26 [paul]       2.8.0cvs1
798
799         * tools/claws.i18n.status.pl
800                 updated
801
802 2007-02-26 [paul]       2.7.2cvs75
803
804         * po/ca.po
805         * po/cs.po
806         * po/de.po
807         * po/en_GB.po
808         * po/fi.po
809         * po/fr.po
810         * po/hu.po
811         * po/pl.po
812         * po/pt_BR.po
813         * po/sk.po
814         * po/sr.po
815         * po/zh_CN.po
816                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
817                 me, Flammie Pirinen, Fabien Vantard, Pader Rezso,
818                 Pawel Pekala, Frederico Goncalves Guimaraes, Andrej Kacian,
819                 Aleksandar Urosevic, and Ralgh Young
820
821 2007-02-25 [mones]      2.7.2cvs74
822
823         * po/es.po
824                 Updated for release
825
826 2007-02-25 [colin]      2.7.2cvs73
827
828         * src/main.c
829                 Clearing the list is only useful
830                 to prevent a valgrind false-positive
831
832 2007-02-25 [paul]       2.7.2cvs72
833
834         * tools/Makefile.am
835         * tools/README
836         * tools/kmail-mailbox2claws-mail.pl  **ADDED**
837         * tools/maildir2claws-mail.pl  **REMOVED**
838                 renamed the script, fixed a couple bugs
839
840 2007-02-23 [colin]      2.7.2cvs71
841
842         * src/addressbook.c
843                 Fix a leak, check for a few improbable nulls
844
845 2007-02-23 [colin]      2.7.2cvs70
846
847         * src/main.c
848         * src/main.h
849         * src/plugins/trayicon/trayicon.c
850                 Fix blinking mainwin when starting in tray
851                 (show mainwindow later in the startup process,
852                  apart if restarting post-crash)
853
854 2007-02-23 [colin]      2.7.2cvs69
855
856         * src/folderview.c
857         * src/imap_gtk.c
858                 Fix crash when unsubscribing the currently
859                 selected/opened folder
860
861 2007-02-23 [colin]      2.7.2cvs68
862
863         * src/compose.c
864                 Fix bug that prevented colorization to
865                 work without wrap quotation option
866
867 2007-02-23 [colin]      2.7.2cvs67
868
869         * src/addr_compl.c
870                 Fix refcounting, start and end completion who
871                 behaved as if there couldn't be any other current
872                 user of completion
873
874 2007-02-23 [wwp]        2.7.2cvs66
875
876         * src/addressbook.c
877         * src/addrindex.c
878                 Address completion fixes: fix addressbook_peek_folder_exists() in
879                 which the algorithm was ridiculously over-obfuscated and broken.
880                 Fix addrindex_load_completion() as well, to load addresses in
881                 completion list with regards to what addressbook_peek_folder_exists()
882                 returns now.
883
884 2007-02-23 [wwp]        2.7.2cvs65
885
886         * src/addr_compl.c
887                 Add addresses to completion when they're non-empty (thanks to Colin).
888
889 2007-02-23 [paul]       2.7.2cvs64
890
891         * src/plugins/pgpcore/passphrase.c
892                 remove 'const '
893
894 2007-02-23 [colin]      2.7.2cvs63
895
896         * src/plugins/pgpcore/prefs_gpg.c
897         * src/plugins/pgpcore/prefs_gpg.h
898         * src/plugins/pgpcore/sgpgme.c
899         * src/plugins/pgpinline/pgpinline.c
900         * src/plugins/pgpmime/pgpmime.c
901                 Try harder to respect user's choice wrt
902                 gpg-agent even with gpg2, by unsetting
903                 GPG_AGENT_INFO when necessary.
904
905 2007-02-22 [paul]       2.7.2cvs62
906
907         * src/plugins/pgpcore/sgpgme.c
908         * src/plugins/pgpcore/sgpgme.h
909         * src/plugins/pgpcore/passphrase.c
910         * src/plugins/pgpinline/pgpinline.c
911         * src/plugins/pgpmime/pgpmime.c
912                 Fix a leak - gpgme_data_release_and_get_mem
913                 leaks in recent gpgme. Workaround by using
914                 our own function.
915
916 2007-02-22 [paul]       2.7.2cvs61
917
918         * src/gtk/quicksearch.c
919                 Abandon dynamic search when pressing
920                 Enter
921
922 2007-02-21 [colin]      2.7.2cvs60
923
924         * src/procmsg.c
925         * src/plugins/pgpcore/passphrase.c
926                 Fix little memory leaks
927         * src/main.c
928                 Fix false-positive leak at exit
929         * src/gtk/quicksearch.c
930                 Fix potentially big leak in recursive
931                 Quicksearch
932
933 2007-02-21 [wwp]        2.7.2cvs59
934
935         * src/summaryview.c
936                 Add missing newline to a debug message.
937
938 2007-02-20 [colin]      2.7.2cvs58
939
940         * src/Makefile.am
941         * src/mimeview.c
942         * src/stock_pixmap.c
943         * src/stock_pixmap.h
944         * src/pixmaps/mime_pgpsig.xpm
945                 Add icon for application/pgp-signature
946
947 2007-02-20 [colin]      2.7.2cvs57
948
949         * src/Makefile.am
950         * src/main.c
951         * src/mimeview.c
952         * src/stock_pixmap.c
953         * src/stock_pixmap.h
954         * src/pixmaps/mime_calendar.xpm
955         * src/pixmaps/mime_pdf.xpm
956         * src/pixmaps/mime_ps.xpm
957                 Add icons for text/calendar, application/pdf
958                 and application/postscript
959
960 2007-02-20 [colin]      2.7.2cvs56
961
962         * autogen.sh
963         * src/matcher_parser_parse.y
964         * src/matcher_parser_lex.l
965                 Fix big memory leak in flex, and
966                 require flex 2.5.31
967
968 2007-02-20 [wwp]        2.7.2cvs55
969
970         * src/matcher_parser_parse.y
971                 Fix a duplicate token definition (thanks to iwkse).
972
973 2007-02-20 [wwp]        2.7.2cvs54
974
975         * src/matcher_parser_lex.l
976         * src/quote_fmt_lex.l
977                 Use proper flex options instead of direct use of #define,
978                 make the flex-generated C lighter.
979
980 2007-02-20 [colin]      2.7.2cvs53
981
982         * src/summaryview.c
983                 Grab focus in message list after hiding
984                 the quicksearch, instead of leaving it
985                 "somewhere"
986
987 2007-02-19 [colin]      2.7.2cvs52
988
989         * src/folderview.c
990                 Fix bug 1033, 'Automatically refresh 
991                 message list when new messages arrives'
992                 Looks like folderview->opened can sometimes
993                 be wrong...
994
995 2007-02-19 [paul]       2.7.2cvs51
996
997         * tools/Makefile.am
998         * tools/README
999         * tools/thunderbird-filters-convertor.pl
1000                 add new script which converts thunderbird filter
1001                 rules to Claws filter rules
1002
1003 2007-02-18 [paul]       2.7.2cvs50
1004
1005         * src/plugins/pgpcore/prefs_gpg.c
1006         * src/plugins/pgpcore/prefs_gpg.h
1007         * src/plugins/pgpcore/sgpgme.c
1008         * src/plugins/pgpinline/pgpinline.c
1009         * src/plugins/pgpmime/pgpmime.c
1010                 improved GUI interoperability with gpg-agent
1011
1012 2007-02-18 [paul]       2.7.2cvs49
1013
1014         * src/prefs_account.c
1015                 Privacy options sensitivity fix
1016
1017 2007-02-17 [colin]      2.7.2cvs48
1018
1019         * src/messageview.c
1020                 Reset icon to warning in the noticeview
1021
1022 2007-02-15 [colin]      2.7.2cvs47
1023
1024         * src/folderview.c
1025                 Fix a manifestation of bug 1033 (summaryview failing
1026                 to update for new mails), which happens after editing
1027                 account preferences or preferences that cause a 
1028                 folderview reload.
1029
1030 2007-02-15 [colin]      2.7.2cvs46
1031
1032         * src/addressbook.c
1033                 Probably fix bug 1123, 'Segmentation 
1034                 fault while opening address book'. I get
1035                 g_warnings if the saved paned position is
1036                 not greater than 0. Also, save position
1037                 when hiding the addressbook instead of
1038                 via signal.
1039
1040 2007-02-14 [colin]      2.7.2cvs45
1041
1042         * src/plugins/pgpcore/prefs_gpg.c
1043         * src/plugins/pgpcore/prefs_gpg.h
1044         * src/plugins/pgpcore/sgpgme.c
1045         * src/plugins/pgpinline/pgpinline.c
1046         * src/plugins/pgpmime/pgpmime.c
1047                 Add an option "Use gpg-agent if available". Fixes
1048                 annoyances with distro-installed gpg-agent, when
1049                 no pinentry program is installed, and the user's 
1050                 at a loss on why "decryption failed". Makes more
1051                 clear why passphrase isn't saved when gpg-agent is
1052                 used. Defaults to true, to avoid changing the 
1053                 current behaviour.
1054
1055 2007-02-14 [wwp]        2.7.2cvs44
1056
1057         * src/matcher_parser_parse.y
1058                 Fix missing line number reset (wrong line number might appear
1059                 when re-loading filtering rules if there's a parser error).
1060
1061 2007-02-13 [colin]      2.7.2cvs43
1062
1063         * src/common/utils.c
1064                 Don't encode ',' in URIs before passing it
1065                 to the browser command-line. It was probably
1066                 done at a time where commas in URIs made
1067                 mozilla -remote 'openurl(%s,new-window)'
1068                 bug.
1069
1070 2007-02-13 [wwp]        2.7.2cvs42
1071
1072         * src/prefs_matcher.c
1073         * src/plugins/bogofilter/bogofilter_gtk.c
1074                 A bit of string factorization around "Select ..." buttons.
1075
1076 2007-02-11 [colin]      2.7.2cvs41
1077
1078         * src/alertpanel.c
1079                 Make sure to escape the title
1080
1081 2007-02-11 [colin]      2.7.2cvs40
1082
1083         * src/codeconv.c
1084                 Recognize .utf8 locales as .UTF-8 ones
1085
1086 2007-02-11 [colin]      2.7.2cvs39
1087
1088         * src/compose.c
1089                 Fix code conversion when dragging a file
1090
1091 2007-02-09 [colin]      2.7.2cvs38
1092
1093         * src/plugins/clamav/clamav_plugin.c
1094                 Complete Paul's patch with conditional
1095                 compilation to avoid breaking compilation
1096                 on old Dapper and Edgy... Maybe other
1097                 distros too.
1098
1099 2007-02-09 [paul]       2.7.2cvs37
1100
1101         * src/plugins/clamav/clamav_plugin.c
1102                 fix for the upstream changes in libclamav
1103
1104 2007-02-09 [paul]       2.7.2cvs36
1105
1106         * src/main.c
1107         * src/mainwindow.c
1108         * src/procmsg.c
1109         * src/procmsg.h
1110                 fix "warn if there are queued messages" (on exit)
1111                 option, which only checked the first mailbox's
1112                 queue
1113                 don't ask before emptying trash if there are no
1114                 messages in trash, also check and empty all trash
1115                 folders
1116         * src/prefs_other.c
1117                 move "Ask before emptying trash" option
1118                 outside of the "On exit" frame as it's
1119                 not only an "On exit" option
1120
1121 2007-02-09 [paul]       2.7.2cvs35
1122
1123         * src/addrgather.c
1124         * src/alertpanel.c
1125         * src/editldap.c
1126         * src/prefs_account.c
1127         * src/prefs_folder_item.c
1128         * src/prefs_gtk.h
1129         * src/prefs_matcher.c
1130         * src/prefs_message.c
1131         * src/prefs_msg_colors.c
1132         * src/prefs_summaries.c
1133         * src/wizard.c
1134         * src/gtk/inputdialog.c
1135         * src/plugins/bogofilter/bogofilter_gtk.c
1136                 pedantic commit: use 'checkbtn' everywhere
1137                 instead of a mixture of 'checkbtn' and 'chkbtn'
1138
1139 2007-02-09 [paul]       2.7.2cvs34
1140
1141         * src/compose.c
1142                 fix default hotkeys
1143         * src/prefs_other.c
1144         * src/prefs_send.c
1145                 move "Never send Return Receipts" from
1146                 prefs_other to prefs_send
1147                 add an option "Ask about account specific
1148                 filtering rules..." to prefs_other
1149         * src/gtk/gtkutils.c
1150                 fix a compiler warning
1151
1152 2007-02-08 [colin]      2.7.2cvs33
1153
1154         * src/plugins/pgpinline/pgpinline.c
1155                 Fix bug 1110, 'pgpmime fails to process 
1156                 encapsulated openpgp mime (rfc 3156, 6.1 
1157                 -> rfc1847)'
1158                 It was due to an interaction between PGP/Mime
1159                 and PGP/Inline plugin. 
1160
1161 2007-02-08 [colin]      2.7.2cvs32
1162
1163         * src/inc.c
1164         * src/mbox.c
1165         * src/mbox.h
1166                 Fix bug 1117, 'fcntl locking code 
1167                 does not work in mbox.c'
1168
1169 2007-02-08 [colin]      2.7.2cvs31
1170
1171         * src/prefs_account.c
1172                 Fix Gentoo bug 165819, 'can't create 
1173                 a "local mbox file" account'. Patch
1174                 by Olivier <castan.o@free.fr>
1175
1176 2007-02-07 [colin]      2.7.2cvs30
1177
1178         * src/ldapquery.c
1179                 Fix bug 1106, 'Claws crash on exit if LDAPS 
1180                 autocompletion was used'
1181
1182 2007-02-07 [paul]       2.7.2cvs29
1183
1184         * src/folder.c
1185                 cut down on unnecessary debug_prints
1186         * src/imap_gtk.c
1187                 fix menu_set_active() on 'Show only
1188                 subscribed folders'
1189
1190 2007-02-07 [paul]       2.7.2cvs28
1191
1192         * src/plugins/clamav/clamav_plugin.c
1193         * src/plugins/clamav/clamav_plugin.h
1194         * src/plugins/clamav/clamav_plugin_gtk.c
1195                 fix copyright header
1196
1197 2007-02-07 [paul]       2.7.2cvs27
1198
1199         * src/procheader.c
1200                 fix bug 1116, 'summary view allow a 
1201                 subject line break'
1202
1203 2007-02-06 [colin]      2.7.2cvs26
1204
1205         * src/summaryview.c
1206                 Fix delete thread
1207
1208 2007-02-05 [fabien]     2.7.2cvs25
1209
1210         * po/POTFILES.in
1211         * src/uri_opener.c
1212                 i18n related - 1 fix and 1 message for translators.
1213
1214 2007-02-05 [colin]      2.7.2cvs24
1215
1216         * src/gtk/quicksearch.c
1217                 Don't reload summary list if quicksearch wasn't
1218                 active on hiding; move currently selected mail in
1219                 the visible area when showing the quicksearch
1220
1221 2007-02-05 [colin]      2.7.2cvs23
1222
1223         * src/folderview.c
1224                 Add debug to try to solve bug 1104
1225
1226 2007-02-05 [paul]       2.7.2cvs22
1227
1228         * src/mainwindow.c
1229                 confirm before emptying trash on exit is
1230                 a Yes or No answer, use Yes or No in the
1231                 dialog
1232
1233 2007-02-04 [colin]      2.7.2cvs21
1234
1235         * src/compose.c
1236         * src/plugins/pgpcore/passphrase.c
1237         * src/plugins/pgpcore/select-keys.c
1238                 Set wmclass on new windows
1239
1240 2007-02-04 [colin]
1241
1242         2.8.0-rc1 released
1243
1244 2007-02-04 [colin]      2.7.2cvs20
1245
1246         * src/compose.c
1247         * src/compose.h
1248                 Auto save drafts on exit, reopen them
1249                 at startup, instead of asking
1250         * src/account.c
1251         * src/addressadd.c
1252         * src/addressbook.c
1253         * src/addressbook_foldersel.c
1254         * src/addrgather.c
1255         * src/crash.c
1256         * src/editaddress.c
1257         * src/editbook.c
1258         * src/editgroup.c
1259         * src/editjpilot.c
1260         * src/editldap.c
1261         * src/editldap_basedn.c
1262         * src/editvcard.c
1263         * src/exphtmldlg.c
1264         * src/expldifdlg.c
1265         * src/export.c
1266         * src/foldersel.c
1267         * src/gedit-print.c
1268         * src/import.c
1269         * src/importldif.c
1270         * src/importmutt.c
1271         * src/importpine.c
1272         * src/main.c
1273         * src/mainwindow.c
1274         * src/message_search.c
1275         * src/messageview.c
1276         * src/prefs_actions.c
1277         * src/prefs_customheader.c
1278         * src/prefs_display_header.c
1279         * src/prefs_filtering.c
1280         * src/prefs_filtering_action.c
1281         * src/prefs_folder_column.c
1282         * src/prefs_gtk.c
1283         * src/prefs_matcher.c
1284         * src/prefs_other.c
1285         * src/prefs_summaries.c
1286         * src/prefs_summary_column.c
1287         * src/prefs_template.c
1288         * src/sourcewindow.c
1289         * src/ssl_manager.c
1290         * src/summary_search.c
1291         * src/uri_opener.c
1292         * src/gtk/about.c
1293         * src/gtk/description_window.c
1294         * src/gtk/foldersort.c
1295         * src/gtk/gtkutils.c
1296         * src/gtk/gtkutils.h
1297         * src/gtk/icon_legend.c
1298         * src/gtk/logwindow.c
1299         * src/gtk/pluginwindow.c
1300         * src/gtk/prefswindow.c
1301                 Give different wmclass to different
1302                 windows - thanks to sed ;)
1303
1304 2007-02-04 [colin]      2.7.2cvs19
1305
1306         * src/main.c
1307                 Revert previous patch, can't reproduce
1308                 it anymore. 
1309
1310 2007-02-03 [colin]      2.7.2cvs18
1311
1312         * src/main.c
1313                 Don't save the mainwindow size and
1314                 position on emergency exit (libSM's
1315                 "die" callback), Xfce seems to make
1316                 the window smaller just before the
1317                 size's saved.
1318
1319 2007-02-03 [colin]      2.7.2cvs17
1320
1321         * src/plugins/bogofilter/bogofilter.c
1322         * src/plugins/bogofilter/bogofilter.h
1323         * src/plugins/bogofilter/bogofilter_gtk.c
1324         * src/plugins/pgpinline/pgpinline.c
1325         * src/plugins/pgpinline/pgpinline.h
1326                 Fix more copyrights
1327
1328 2007-02-03 [colin]      2.7.2cvs16
1329
1330         * src/partial_download.c
1331         * src/partial_download.h
1332         * src/ssl_manager.c
1333         * src/ssl_manager.h
1334         * src/uri_opener.c
1335         * src/uri_opener.h
1336         * src/wizard.c
1337         * src/wizard.h
1338         * src/common/ssl_certificate.c
1339         * src/common/ssl_certificate.h
1340         * src/gtk/quicksearch.c
1341         * src/gtk/quicksearch.h
1342         * src/gtk/sslcertwindow.c
1343         * src/gtk/sslcertwindow.h
1344                 Fix copyright on my files
1345
1346 2007-02-02 [colin]      2.7.2cvs15
1347
1348         * src/Makefile.am
1349         * src/mainwindow.c
1350         * src/messageview.c
1351         * src/messageview.h
1352         * src/textview.c
1353         * src/textview.h
1354         * src/uri_opener.c
1355         * src/uri_opener.h
1356                 Add Tools/List URIs to allow
1357                 opening any URI in the current mail
1358
1359 2007-02-02 [colin]      2.7.2cvs14
1360
1361         * src/common/valgrind.h ** NEW FILE **
1362         * src/common/Makefile.am
1363         * src/common/plugin.c
1364                 Don't dlclose the plugins if we're running
1365                 under valgrind. (doesn't require valgrind
1366                 either at compile time or run time).
1367
1368 2007-02-01 [paul]       2.7.2cvs13
1369
1370         * AUTHORS
1371         * src/gtk/authors.h
1372         * tools/freshmeat_search.pl
1373         * tools/google_search.pl
1374         * tools/multiwebsearch.pl
1375                 add support for non ISO-8859-1 compatible locales
1376                 Patch by Alex Gorbachenko <agent_007@immo.ru>
1377
1378 2007-02-01 [colin]      2.7.2cvs12
1379
1380         * src/prefs_other.c
1381         * src/prefs_summaries.c
1382                 Move keybinding prefs to the Other page
1383
1384 2007-02-01 [wwp]        2.7.2cvs11
1385
1386         * src/plugins/trayicon/trayicon.c
1387                 Fix a raising issue within KDE.
1388
1389 2007-02-01 [colin]      2.7.2cvs10
1390
1391         * src/codeconv.c
1392                 Fix stray quotes in encoded strings
1393         * src/addressadd.c
1394                 Fix wrong call causing g_warnings
1395         * src/textview.c
1396                 Remove useless message
1397
1398 2007-01-31 [wwp]        2.7.2cvs9
1399
1400         * src/plugins/trayicon/trayicon.c
1401                 fix buggy hiding of main window when closing if close-to-tray
1402                 is not set (bad logics  in the trayicon hook code).
1403                 Changed the quit confirmation message too.
1404
1405 2007-01-30 [colin]      2.7.2cvs8
1406
1407         * src/main.c
1408                 Fix hidden mainwindow after clicking on
1409                 the X close button, if compose windows
1410                 exist and the user chooses not to quit
1411
1412 2007-01-30 [colin]      2.7.2cvs7
1413
1414         * src/main.c
1415         * src/compose.c
1416                 Handle local URIs to attach files (file:///...)
1417                 Fixes attaching files from Thunar for example
1418
1419 2007-01-30 [colin]      2.7.2cvs6
1420
1421         * src/prefs_ext_prog.c
1422                 Add 'mousepad' to the list of text editors.
1423                 Mousepad is XFCE's text editor
1424
1425 2007-01-29 [wwp]        2.7.2cvs5
1426
1427         * po/POTFILES.in
1428         * src/plugins/trayicon/trayicon_prefs.c
1429                 trayicon i18n fixes, thanks to Fabien.
1430
1431 2007-01-28 [wwp]        2.7.2cvs4
1432
1433         * src/mainwindow.c
1434         * src/mainwindow.h
1435         * src/plugins/trayicon/trayicon.c
1436         * src/plugins/trayicon/trayicon_prefs.c
1437         * src/plugins/trayicon/trayicon_prefs.h
1438                 Added a new TrayIcon plugin option to close to tray
1439                 (WM's hotkey and [X] button will hide the window instead
1440                 of closing it - closing CM can be done using the tray icon
1441                 menu or the File menu).
1442                 Improved visibility handling in trayicon, clicking the
1443                 trayicon now raise the window to current desktop when it
1444                 was either minimized/shaded/on another desktop.
1445                 Thanks to Paul for testing and fixing a strange behaviour
1446                 in KDE ;-).
1447
1448 2007-01-27 [paul]       2.7.2cvs3
1449
1450         * src/prefs_folder_item.c
1451         * src/prefs_receive.c
1452         * src/plugins/pgpcore/prefs_gpg.c
1453                 use 'start-up' instead of 'startup' in labels
1454
1455 2007-01-26 [wwp]        2.7.2cvs2
1456
1457         * src/plugins/trayicon/Makefile.am
1458         * src/plugins/trayicon/trayicon.c
1459         * src/plugins/trayicon/trayicon_prefs.c
1460         * src/plugins/trayicon/trayicon_prefs.h
1461                 Add a new TrayIcon option to hide the main window at
1462                 start-up.
1463                 Fix trayicon.c copyright header.
1464
1465 2007-01-26 [paul]       2.7.2cvs1
1466
1467         * NEWS
1468         * README
1469         * RELEASE_NOTES
1470         * configure.ac
1471                 bump up version number following
1472                 stable release
1473
1474 2007-01-25 [mones]      2.7.1cvs60
1475
1476         * po/es.po
1477                 updated thousands of strings (well, probably less ;-)
1478
1479 2007-01-25 [colin]      2.7.1cvs59
1480
1481         * src/matcher.c
1482                 Fix 2nd-run loss of matcherrc on new
1483                 configurations. 
1484
1485 2007-01-25 [wwp]        2.7.1cvs58
1486
1487         * src/mimeview.c
1488                 fix handling of empty value in attach_save_directory too, thanks
1489                 to Colin.
1490
1491 2007-01-25 [wwp]        2.7.1cvs57
1492
1493         * src/gtk/filesel.c
1494                 fix handling of empty value in attach_load_directory,
1495                 thanks to Colin.
1496
1497 2007-01-25 [wwp]        2.7.1cvs56
1498
1499         * src/plugins/dillo_viewer/dillo_prefs.h
1500                 fix a typo.
1501
1502 2007-01-25 [colin]      2.7.1cvs55
1503
1504         * src/matcher.c
1505         * src/matcher.h
1506         * src/matcher_parser_parse.y
1507         * src/prefs_matcher.c
1508                 Add matching on the spam flag
1509
1510 2007-01-24 [colin]      2.7.1cvs54
1511
1512         * src/folder.c
1513         * src/common/xml.c
1514         * src/common/xml.h
1515                 Make sure folderlist.xml is correctly
1516                 written before overwriting it.
1517         * src/procmsg.c
1518         * src/procmsg.h
1519         * src/summaryview.c
1520         * src/plugins/bogofilter/bogofilter.c
1521         * src/plugins/bogofilter/bogofilter.h
1522         * src/plugins/bogofilter/bogofilter_gtk.c
1523         * src/plugins/spamassassin/spamassassin.c
1524         * src/plugins/spamassassin/spamassassin.h
1525         * src/plugins/spamassassin/spamassassin_gtk.c
1526                 Move spam to the correct trash folder after
1527                 learning, if spam directory isn't set.
1528
1529 2007-01-23 [paul]       2.7.1cvs53
1530
1531         * src/plugins/bogofilter/bogofilter_gtk.c
1532                 fix sensitivity of "Insert X-Bogosity header"
1533                 option
1534
1535 2007-01-23 [colin]      2.7.1cvs52
1536
1537         * src/toolbar.c
1538                 Translate toolbar items text if
1539                 they're translatable (default)
1540         * src/addrcache.c
1541         * src/addrcache.h
1542         * src/addritem.c
1543         * src/addritem.h
1544         * src/codeconv.c
1545         * src/codeconv.h
1546         * src/jpilot.c
1547         * src/jpilot.h
1548         * src/ldapctrl.c
1549         * src/ldapctrl.h
1550         * src/ldapquery.h
1551         * src/ldif.c
1552         * src/ldif.h
1553         * src/etpan/etpan-thread-manager.c
1554         * src/etpan/etpan-thread-manager.h
1555         * src/gtk/gtkutils.c
1556         * src/gtk/gtkutils.h
1557                 More static functions
1558
1559 2007-01-22 [fabien]     2.7.1cvs51
1560
1561         * src/gtk/gtkutils.c
1562                 gtkut_get_options_frame() : ability to pass
1563                 a 'NULL' value in frame pointer parameter if
1564                 we don't need it.
1565
1566 2007-01-22 [colin]      2.7.1cvs50
1567
1568         * src/procmsg.c
1569         * src/procmsg.h
1570         * src/plugins/bogofilter/bogofilter.c
1571         * src/plugins/bogofilter/bogofilter_gtk.c
1572         * src/plugins/spamassassin/spamassassin.c
1573         * src/plugins/spamassassin/spamassassin_gtk.c
1574                 Allow moving spams to the account's trash
1575                 instead of default one
1576
1577 2007-01-21 [colin]      2.7.1cvs49
1578
1579         * src/ldapquery.c
1580         * src/ldapquery.h
1581                 Revert a static function that shouldn't
1582                 have been
1583
1584 2007-01-21 [colin]      2.7.1cvs48
1585
1586         * src/ldapquery.c
1587         * src/ldapquery.h
1588                 Same
1589
1590 2007-01-21 [colin]      2.7.1cvs47
1591
1592         * src/procmsg.c
1593         * src/procmsg.h
1594                 Same
1595
1596 2007-01-21 [colin]      2.7.1cvs46
1597
1598         * src/common/socket.c
1599         * src/common/socket.h
1600                 Same
1601
1602 2007-01-21 [colin]      2.7.1cvs45
1603
1604         * src/crash.c
1605         * src/exporthtml.c
1606         * src/exporthtml.h
1607         * src/exportldif.c
1608         * src/exportldif.h
1609         * src/folder.c
1610         * src/folder.h
1611         * src/folder_item_prefs.c
1612         * src/folder_item_prefs.h
1613         * src/folderview.c
1614         * src/folderview.h
1615         * src/gedit-print.c
1616         * src/gedit-print.h
1617         * src/main.c
1618         * src/main.h
1619         * src/common/socket.c
1620         * src/common/socket.h
1621         * src/gtk/gtkaspell.c
1622         * src/gtk/gtkaspell.h
1623         * src/gtk/quicksearch.c
1624         * src/gtk/quicksearch.h
1625                 Same
1626
1627 2007-01-21 [colin]      2.7.1cvs44
1628
1629         * src/common/utils.c
1630         * src/common/utils.h
1631         * src/etpan/etpan-thread-manager.c
1632         * src/etpan/etpan-thread-manager.h
1633                 Same (Funny that etpan_thread_unbind
1634                 is called but not etpan_thread_bind)
1635
1636 2007-01-21 [colin]      2.7.1cvs43
1637
1638         * src/addrselect.c
1639         * src/addrselect.h
1640         * src/codeconv.c
1641         * src/codeconv.h
1642         * src/compose.c
1643         * src/compose.h
1644         * src/etpan/Makefile.am
1645         * src/gtk/colorlabel.c
1646         * src/gtk/colorlabel.h
1647         * src/gtk/sslcertwindow.c
1648         * src/gtk/sslcertwindow.h
1649         * src/etpan/etpan-log.c ** REMOVED **
1650         * src/etpan/etpan-log.h ** REMOVED **
1651                 Same
1652
1653 2007-01-20 [colin]      2.7.1cvs42
1654
1655         * src/addritem.c
1656         * src/addritem.h
1657                 Same
1658
1659 2007-01-20 [colin]      2.7.1cvs41
1660
1661         * src/account.c
1662         * src/account.h
1663         * src/addrbook.c
1664         * src/addrbook.h
1665         * src/addrcache.c
1666         * src/addrcache.h
1667         * src/addrclip.c
1668         * src/addrclip.h
1669         * src/addressbook.c
1670         * src/addressbook.h
1671         * src/addrharvest.c
1672         * src/addrharvest.h
1673         * src/addrindex.c
1674         * src/addrindex.h
1675         * src/editaddress.c
1676         * src/editaddress.h
1677                 Make functions that aren't used in other
1678                 files static
1679
1680 2007-01-20 [colin]      2.7.1cvs40
1681
1682         * src/account.c
1683         * src/addrbook.c
1684         * src/addrcache.c
1685         * src/addressbook.c
1686         * src/addrgather.c
1687         * src/addrindex.c
1688         * src/addrquery.c
1689         * src/addrselect.c
1690         * src/browseldap.c
1691         * src/compose.c
1692         * src/editbook.c
1693         * src/editjpilot.c
1694         * src/editldap.c
1695         * src/editldap_basedn.c
1696         * src/editvcard.c
1697         * src/exporthtml.c
1698         * src/exportldif.c
1699         * src/folder.c
1700         * src/folderview.c
1701         * src/image_viewer.c
1702         * src/imap.c
1703         * src/importmutt.c
1704         * src/importpine.c
1705         * src/jpilot.c
1706         * src/ldapquery.c
1707         * src/main.c
1708         * src/mainwindow.c
1709         * src/matcher.c
1710         * src/messageview.c
1711         * src/mh.c
1712         * src/mimeview.c
1713         * src/msgcache.c
1714         * src/mutt.c
1715         * src/news.c
1716         * src/pine.c
1717         * src/prefs_account.c
1718         * src/prefs_common.c
1719         * src/prefs_compose_writing.c
1720         * src/prefs_ext_prog.c
1721         * src/prefs_folder_item.c
1722         * src/prefs_fonts.c
1723         * src/prefs_message.c
1724         * src/prefs_msg_colors.c
1725         * src/prefs_other.c
1726         * src/prefs_quote.c
1727         * src/prefs_receive.c
1728         * src/prefs_send.c
1729         * src/prefs_spelling.c
1730         * src/prefs_summaries.c
1731         * src/prefs_toolbar.c
1732         * src/prefs_wrapping.c
1733         * src/privacy.c
1734         * src/procmime.c
1735         * src/procmsg.c
1736         * src/ssl_manager.c
1737         * src/statusbar.c
1738         * src/summaryview.c
1739         * src/toolbar.c
1740         * src/vcard.c
1741         * src/common/hooks.c
1742         * src/common/log.c
1743         * src/common/passcrypt.c
1744         * src/common/socket.c
1745         * src/common/ssl.c
1746         * src/common/ssl_certificate.c
1747         * src/common/template.c
1748         * src/common/utils.c
1749         * src/etpan/imap-thread.c
1750         * src/gtk/sslcertwindow.c
1751         * src/gtk/sslcertwindow.h
1752                 Make functions that could be static, static
1753
1754 2007-01-20 [colin]      2.7.1cvs39
1755
1756         * src/editldap.c
1757                 Fix tooltip
1758
1759 2007-01-20 [colin]      2.7.1cvs38
1760
1761         * src/ldapquery.c
1762         * src/ldaputil.c
1763         * src/ldaputil.h
1764                 Fix bug 1102, 'claws-mail-2.7.1 
1765                 makes use of deprecated ldap 
1766                 functions'
1767
1768 2007-01-20 [colin]      2.7.1cvs37
1769
1770         * src/mainwindow.c
1771         * src/mainwindow.h
1772         * src/summaryview.c
1773         * src/gtk/quicksearch.c
1774                 Add Wide message list layout
1775
1776 2007-01-19 [fabien]     2.7.1cvs36
1777
1778         * src/textview.c
1779                 make sure a font change is considered in links of
1780                 headerview.
1781
1782 2007-01-19 [colin]      2.7.1cvs35
1783
1784         * src/main.c
1785         * src/mainwindow.c
1786         * src/mainwindow.h
1787         * src/messageview.c
1788         * src/messageview.h
1789         * src/prefs_common.c
1790         * src/prefs_common.h
1791         * src/summaryview.c
1792         * src/summaryview.h
1793         * src/gtk/quicksearch.c
1794         * src/gtk/quicksearch.h
1795                 Drop 'Separate Folder tree' and 'Separate
1796                 Message View'. Put three layouts in place
1797                 of it.
1798
1799 2007-01-19 [paul]       2.7.1cvs34
1800
1801         * src/prefs_msg_colors.c
1802                 more use of Q_ for translators
1803
1804 2007-01-19 [paul]       2.7.1cvs33
1805
1806         * src/imap_gtk.c
1807         * src/prefs_account.c
1808                 a few changes to the English
1809
1810 2007-01-19 [fabien]     2.7.1cvs32
1811
1812         * src/wizard.c
1813                 factorize translatable string
1814
1815 2007-01-18 [colin]      2.7.1cvs31
1816
1817         * src/main.c
1818                 Don't error out on --sync option. Although
1819                 we don't do anything with it, gtk+ handles
1820                 it, and it's useful for debugging X errors
1821
1822 2007-01-18 [fabien]     2.7.1cvs30
1823
1824         * src/prefs_other.c
1825                 ability to apply on the fly the recent added
1826                 'gtk_can_change_accels' pref (no need to restart).
1827
1828 2007-01-18 [fabien]     2.7.1cvs29
1829
1830         * src/plugins/bogofilter/bogofilter_gtk.c
1831         * src/plugins/bogofilter/bogofilter.c
1832         * src/plugins/spamassassin/spamassassin_gtk.c
1833         * src/addr_compl.c
1834         * src/prefs_account.c
1835                 factorize or rewrite some translatable strings.
1836
1837 2007-01-18 [fabien]     2.7.1cvs28
1838
1839         * src/prefs_gtk.h
1840         * src/compose.c
1841                 set a 4pix space between "Subject:" label and subject entry in
1842                 compose window.
1843
1844 2007-01-18 [wwp]        2.7.1cvs27
1845
1846         * src/addressbook.c
1847                 fix conflicting address-copy/paste when focus is set
1848                 to the embedded edit-person form.
1849  
1850
1851 2007-01-18 [wwp]        2.7.1cvs26
1852
1853         * src/addressbook.h
1854                 complete 2.7.1cvs23 (one more file was missing from that
1855                 commit).
1856
1857 2007-01-18 [colin]      2.7.1cvs25
1858
1859         * src/main.c
1860                 Provide a way to migrate without backup
1861                 Re-ask for migration on next start if 
1862                 it has been refused and wizard has been 
1863                 cancelled after.
1864
1865 2007-01-18 [wwp]        2.7.1cvs24
1866
1867         * src/editaddress.c
1868                 complete 2.7.1.cvs23 (file was missing from previous
1869                 commit).
1870
1871 2007-01-18 [wwp]        2.7.1cvs23
1872
1873         * src/addressbook.c
1874                 fix potential crashes in address book's focus_in/out signal handlers,
1875                 force focus to the edit-person form when clicked the Edit menu entry or
1876                 button (this only matters if the edit-person form is embedded to the
1877                 AB window, in that case, focus is not set when browsing the contacts
1878                 list w/ keys or mouse clicks).
1879
1880 2007-01-18 [paul]       2.7.1cvs22
1881
1882         * src/main.c
1883                 add command line options:
1884                 -h for --help
1885                 -q and --quit for --exit
1886                 -v for --version
1887                 print "Unknown option" for unknown options
1888
1889 2007-01-18 [paul]       2.7.1cvs21
1890
1891         * po/ru.po
1892                 updated by Pavlo Bohmat
1893
1894 2007-01-18 [paul]       2.7.1cvs20
1895
1896         * src/mainwindow.c
1897                 fix sensitivity issues of Mark as Spam/Ham
1898
1899 2007-01-17 [fabien]     2.7.1cvs19
1900
1901         * src/prefs_other.c
1902         * src/prefs_common.c
1903         * src/prefs_common.h
1904         * src/main.c
1905                 Add a 'gtk_can_change_accels' pref in Preferences/Other which
1906                 control the corresponding gtk property. It could be used to lock
1907                 all shortcuts (avoid to set one of them by inadvertency).
1908
1909 2007-01-17 [colin]      2.7.1cvs18
1910
1911         * src/summaryview.c
1912                 Fix bug 1100, 'Highlighted e-mail data not visible 
1913                 when color label applied.'. Use a weighted average
1914                 between normal selected foreground color and color
1915                 label instead of a simple one (3/1 instead 1/1).
1916
1917 2007-01-17 [colin]      2.7.1cvs17
1918
1919         * src/messageview.c
1920                 Better fix for bug 1088, 'Ctrl-h produces repeatable
1921                 crash' - don't prevent mail switching while loading
1922
1923 2007-01-17 [colin]      2.7.1cvs16
1924
1925         * src/folder.c
1926         * src/folder.h
1927         * src/folderview.c
1928         * src/folderview.h
1929         * src/imap.c
1930         * src/imap.h
1931         * src/imap_gtk.c
1932                 Manage recursive search of unsubscribed folders
1933                 Rescan tree without checking for new messages 
1934                 after subscriptions changed
1935
1936 2007-01-17 [paul]       2.7.1cvs15
1937
1938         * src/prefs_common.c
1939         * src/gtk/pluginwindow.c
1940                 fix bug 1101, '"Load plugin" button is
1941                 accidentally hidden'
1942                 unset (-1) initial width in prefs_common,
1943                 fix overlapping buttons,
1944                 and other cleanups
1945
1946 2007-01-17 [paul]       2.7.1cvs14
1947
1948         * src/procmime.c
1949                 add #include <errno.h>, it's needed
1950                 on some systems
1951
1952 2007-01-17 [paul]       2.7.1cvs13
1953
1954         * src/common/defs.h
1955         * tools/make.themes.project
1956                 rename .sylpheed_themeinfo to .claws_themeinfo
1957                 and use it
1958         * src/etpan/etpan-errors.h
1959         * src/etpan/etpan-log.c
1960         * src/etpan/etpan-log.h
1961         * src/etpan/etpan-thread-manager-types.h
1962         * src/etpan/etpan-thread-manager.c
1963         * src/etpan/etpan-thread-manager.h
1964         * src/etpan/imap-thread.c
1965         * src/etpan/imap-thread.h
1966                 add copyright header
1967
1968 2007-01-17 [colin]      2.7.1cvs12
1969
1970         * src/plugins/pgpcore/select-keys.c
1971         * src/gtk/pluginwindow.c
1972         * src/prefs_account.c
1973                 Fix warnings
1974
1975 2007-01-16 [colin]      2.7.1cvs11
1976
1977         * src/imap.c
1978         * src/imap.h
1979         * src/imap_gtk.c
1980                 Manage subscribing to subfolders when only
1981                 subscribed folders are shown.
1982
1983 2007-01-16 [colin]      2.7.1cvs10
1984
1985         * src/folderview.c
1986                 Fix annoying vscrollbar going back to top
1987                 on Check for new folders
1988
1989 2007-01-16 [colin]      2.7.1cvs9
1990
1991         * src/imap.c
1992                 Remove printf
1993
1994 2007-01-16 [colin]      2.7.1cvs8
1995
1996         * src/filtering.c
1997                 Bigger buffer for errors
1998         * src/imap.c
1999         * src/imap.h
2000         * src/imap_gtk.c
2001         * src/prefs_account.c
2002         * src/prefs_account.h
2003         * src/wizard.c
2004         * src/etpan/imap-thread.c
2005         * src/etpan/imap-thread.h
2006         * manual/handling.xml
2007                 Add subscriptions management. What it changes:
2008                 Creating a folder subscribes to it
2009                 Deleting a folder unsubscribes it
2010                 New contextual menu item allowing to switch between
2011                 All folders and Subscribed folders, subscribe, and
2012                 unsubscribe. "Creating" an existing but unsubscribed
2013                 folder will subscribe it.
2014                 By default for new accounts, only subscribed folders 
2015                 are shown.
2016
2017
2018 2007-01-16 [paul]       2.7.1cvs7
2019
2020         * src/summaryview.c
2021                 Allow folder classes to specify only sort_key or
2022                 sort_type instead of both or none.
2023
2024 2007-01-16 [paul]       2.7.1cvs6
2025
2026         * src/action.c
2027         * src/compose.c
2028         * src/mimeview.c
2029         * src/procmime.c
2030         * src/textview.c
2031                 Save and use errno for procmime_get_part
2032
2033 2007-01-16 [colin]      2.7.1cvs5
2034
2035         * src/imap.c
2036                 Never remove INBOX when scanning for
2037                 new folders. It's a special folder
2038                 that has to exist.
2039
2040 2007-01-15 [colin]      2.7.1cvs4
2041
2042         * src/imap.c
2043                 Fix 'Check for new folders' when IMAP subdirectory
2044                 is set
2045         * src/etpan/imap-thread.c
2046                 Fix build
2047
2048 2007-01-15 [colin]      2.7.1cvs3
2049
2050         * src/etpan/imap-thread.c
2051                 Fix invalid free on command-connection
2052                 error
2053
2054 2007-01-15 [wwp]        2.7.1cvs2
2055
2056         * src/matcher_parser_lex.l
2057         * src/quote_fmt_lex.l
2058         * src/matcher_parser_parse.y
2059                 fix copyright header in lexers and parsers.
2060
2061 2007-01-15 [paul]       2.7.1cvs1
2062
2063         * NEWS
2064         * README
2065         * RELEASE_NOTES
2066         * configure.ac
2067                 bump up version number following
2068                 stable release
2069
2070 2007-01-15 [paul]       2.7.0cvs31
2071
2072         * AUTHORS
2073         * src/gtk/authors.h
2074                 add Fabien to the Team list
2075                 add the recent contributors
2076                 make a few corrections
2077
2078 2007-01-15 [paul]       2.7.0cvs30
2079
2080         * src/mainwindow.c
2081                 fix compiler warning
2082         * src/plugins/pgpcore/prefs_gpg.c
2083         * src/plugins/pgpcore/prefs_gpg.h
2084                 add missing include
2085                 fix copyright header
2086
2087 2007-01-14 [colin]      2.7.0cvs29
2088
2089         * src/gtk/filesel.c
2090                 Use the 'gtk+' backend. Avoids gnome-vfs use,
2091                 two benefits: faster to open, will fix strange
2092                 dbus-related crash. Thanks to Pascal Terjan.
2093
2094 2007-01-14 [colin]      2.7.0cvs28
2095
2096         * src/etpan/imap-thread.c
2097                 Delete the old imap just after allocating
2098                 the new one. Makes sure we don't get the
2099                 same pointer by sheer luck, which feels
2100                 strange in the debug log.
2101
2102 2007-01-14 [colin]      2.7.0cvs27
2103
2104         * src/gtk/inputdialog.c
2105                 Make sure we don't print passwords in
2106                 clear text when in debug mode
2107
2108 2007-01-14 [colin]      2.7.0cvs26
2109
2110         * src/gtk/gtksctree.c
2111                 Fix bug 1098, 'bogus last row display 
2112                 after expanding a thread'. Patch by
2113                 Jindrich Makovicka <makovick@gmail.com>
2114
2115 2007-01-14 [colin]      2.7.0cvs25
2116
2117         * src/etpan/imap-thread.c
2118                 Close socket manually before
2119                 freeing the imap struct
2120
2121 2007-01-14 [colin]      2.7.0cvs24
2122
2123         * src/etpan/imap-thread.c
2124                 Maybe fix new reconnection issues
2125
2126 2007-01-13 [colin]      2.7.0cvs23
2127
2128         * src/summaryview.c
2129                 Freeze/thaw on thread selection
2130
2131 2007-01-13 [paul]       2.7.0cvs22
2132
2133         * src/mainwindow.c
2134         * src/summaryview.c
2135         * src/summaryview.h
2136                 add 'Edit/Delete thread'
2137
2138 2007-01-13 [colin]      2.7.0cvs21
2139
2140         * src/prefs_account.c
2141         * src/prefs_compose_writing.c
2142         * src/prefs_message.c
2143         * src/prefs_msg_colors.c
2144         * src/prefs_other.c
2145         * src/prefs_receive.c
2146         * src/prefs_spelling.c
2147         * src/prefs_summaries.c
2148         * src/prefs_themes.c
2149         * src/gtk/gtkutils.c
2150         * src/gtk/gtkutils.h
2151         * src/plugins/pgpcore/prefs_gpg.c
2152         * src/plugins/spamassassin/spamassassin_gtk.c
2153                 Factorize gtk frame creation
2154                 Patch by Pawel
2155
2156 2007-01-13 [colin]      2.7.0cvs20
2157
2158         * src/message_search.c
2159         * src/summary_search.c
2160                 Fix Enter in search windows
2161         * src/messageview.c
2162                 Fix body search starting at the
2163                 end of the mail (and asking for loop)
2164
2165 2007-01-13 [colin]      2.7.0cvs19
2166
2167         * src/etpan/imap-thread.c
2168                 Make sure we don't free the same imap
2169                 twice
2170
2171 2007-01-13 [colin]      2.7.0cvs18
2172
2173         * commitHelper
2174                 Allow multiple commitHelpers to
2175                 run at once
2176
2177 2007-01-12 [colin]      2.7.0cvs17
2178
2179         * src/etpan/imap-thread.c
2180                 Make sure we get rid of the previous mailimap
2181                 when connecting - just in case disconnect was
2182                 unclean
2183
2184 2007-01-12 [paul]       2.7.0cvs16
2185
2186         * src/compose.c
2187                 Strip S/MIME signatures when re-editing
2188                 S/MIME signed messages.
2189
2190 2007-01-12 [paul]       2.7.0cvs15
2191
2192         * configure.ac
2193         * src/addressbook.c
2194         * src/foldersel.c
2195         * src/folderview.c
2196         * src/main.c
2197                 no need to define CLAWS anymore, remove
2198                 all that stuff
2199
2200 2007-01-12 [paul]       2.7.0cvs14
2201
2202         * src/mimeview.c
2203                 check if the mail's signed as
2204                 it can change the mail structure
2205                 Thanks to Colin
2206
2207 2007-01-12 [paul]       2.7.0cvs13
2208
2209         * src/procmime.c
2210                 fix Forwarding msgs with attachments
2211                 that have dos line endings
2212                 Thanks to Colin
2213
2214 2007-01-12 [wwp]        2.7.0cvs12
2215
2216         * configure.ac
2217                 Revert accidentally committed extra version tag.
2218
2219 2007-01-12 [wwp]        2.7.0cvs11
2220
2221         * src/prefs_account.c
2222                 Fix compilation w/o aspell (completes 2.7.0cvs7).
2223
2224 2007-01-11 [colin]      2.7.0cvs10
2225
2226         * src/imap.c
2227                 move g_warning to debug_print
2228                 it scares people for no reason
2229
2230 2007-01-11 [colin]      2.7.0cvs9
2231
2232         * po/POTFILES.in
2233                 Fix files to translate. Patch by
2234                 Fabien
2235
2236 2007-01-11 [paul]       2.7.0cvs8
2237
2238         * src/imap.c
2239                 Fix recursion when server lists the
2240                 current subfolder in the response
2241         * src/mimeview.c
2242                 Fix updating of icon_list/ctree
2243         * src/plugins/pgpcore/select-keys.c
2244                 Fix a few annoyances when choosing
2245                 keys for the CMS (S/MIME) protocol
2246
2247 2007-01-11 [wwp]        2.7.0cvs7
2248
2249         * src/compose.c
2250         * src/prefs_account.c
2251         * src/prefs_account.h
2252                 Add per-account spellcheck default dictionaries settings.
2253
2254 2007-01-10 [colin]      2.7.0cvs6
2255
2256         * src/prefs_folder_item.c
2257                 Factorize strings - patch by Fabien
2258
2259 2007-01-10 [colin]      2.7.0cvs5
2260
2261         * src/mainwindow.c
2262                 Fix bug 1095, 'Crash while changing folder 
2263                 columns during incorporation'
2264
2265 2007-01-09 [colin]      2.7.0cvs4
2266
2267         * src/gtk/pluginwindow.c
2268                 Set the plugin window transient. Seems
2269                 like some window managers hide it in
2270                 the background after "load plugin"...
2271
2272 2007-01-09 [colin]      2.7.0cvs3
2273
2274         * src/gtk/filesel.c
2275                 Use the same type for alloc and free
2276
2277 2007-01-08 [paul]       2.7.0cvs2
2278
2279         * po/nl.po
2280                 updated by Tim Dijkstra
2281
2282 2007-01-08 [paul]       2.7.0cvs1
2283
2284         * src/prefs_themes.c
2285         * src/common/utils.c
2286                 Fix resource leaks
2287
2288 2007-01-08 [paul]       2.7.0
2289
2290         * NEWS
2291         * README
2292         * RELEASE_NOTES
2293                 2.7.0 released
2294
2295 2007-01-08 [paul]       2.6.1cvs119
2296
2297         * doc/man/claws-mail.1
2298                 another correction
2299
2300 2007-01-08 [paul]       2.6.1cvs118
2301
2302         * doc/man/claws-mail.1
2303                 corrections
2304         * manual/advanced.xml
2305                 improved English usage
2306
2307 2007-01-08 [paul]       2.6.1cvs117
2308
2309         * po/ca.po
2310         * po/de.po
2311         * po/en_GB.po
2312         * po/fi.po
2313         * po/it.po
2314         * po/pt_BR.po
2315         * po/sk.po
2316         * po/sr.po
2317         * po/zh_CN.po
2318                 updated by Miquel Oliete, Stephan Sachse, me,
2319                 Tommi Pirinen, Andrea Spadaccini, Frederico
2320                 Goncalves Guimaraes, Andrej Kacian, Aleksandar
2321                 Urosevic, and Ralgh Young
2322
2323 2007-01-07 [mones]      2.6.1cvs116
2324
2325         * manual/es/advanced.xml
2326         * po/es.po
2327                 Synced manual (unhide mark_as_read_delay)
2328                 and updated translation for release
2329
2330 2007-01-07 [paul]       2.6.1cvs115
2331
2332         * src/prefs_matcher.c
2333                 make the hbox content fit better under
2334                 various languages
2335
2336 2007-01-07 [colin]      2.6.1cvs114
2337
2338         * src/messageview.c
2339                 Fix bug 1088, 'Ctrl-h produces repeatable
2340                 crash'
2341
2342 2007-01-06 [colin]      2.6.1cvs113
2343
2344         * src/etpan/imap-thread.c
2345                 Add casts to int to get certs. Fixes
2346                 bug 1064, 'crash @ etpan_certificate_check() 
2347                 when opening an IMAP folder', with latest
2348                 libetpan CVS or >= 0.49
2349         * src/mainwindow.c
2350         * src/mainwindow.h
2351         * src/imap_gtk.c
2352         * src/news_gtk.c
2353         * src/prefs_folder_item.c
2354                 Grey out the "synchronise" menu items if
2355                 there's nothing to synchronise.
2356         * src/plugins/pgpcore/sgpgme.c
2357                 Make an error clearer than "Unknown error"
2358
2359 2007-01-06 [colin]      2.6.1cvs112
2360
2361         * src/messageview.c
2362                 Don't try to show a message if updating
2363                 Maybe fixes bug 1088, 'ctrl-h produces
2364                 repeatable crash'.
2365
2366 2007-01-06 [colin]      2.6.1cvs111
2367
2368         * src/summaryview.c
2369                 Disable Control-Space (handle it as Space).
2370
2371 2007-01-05 [paul]       2.6.1cvs110
2372
2373         * src/imap.c
2374                 Fix bug 934, 'sylpheed claws 2.1 
2375                 doesn't show Exchanges Public Folders'
2376                 Thanks to Hoa and Colin
2377         * src/msgcache.c
2378                 Refuse to allocate more than 2 MB for a 
2379                 single field, it's a good indication of
2380                 cache corruption.
2381
2382 2007-01-05 [colin]      2.6.1cvs109
2383
2384         * src/mainwindow.c
2385                 Allow --select'ing emails by Message-ID too
2386
2387 2007-01-05 [colin]      2.6.1cvs108
2388
2389         * src/common/quoted-printable.c
2390                 Uh! Third fix :)
2391
2392 2007-01-05 [colin]      2.6.1cvs107
2393
2394         * src/common/quoted-printable.c
2395                 Fix previous commit about bug 1089
2396                 Thanks to Ralf
2397
2398 2007-01-05 [colin]      2.6.1cvs106
2399
2400         * src/common/quoted-printable.c
2401                 Fix my previous commit on bug 1089
2402                 - Thanks to Ralf :)
2403
2404 2007-01-04 [colin]      2.6.1cvs105
2405
2406         * src/common/quoted-printable.c
2407                 Fix bug 1089, 'NUL characters in Subject 
2408                 line are misinterpreted'. Not a pain to
2409                 fix in fact.
2410
2411 2007-01-04 [colin]      
2412
2413         2.7.0-rc3 released
2414
2415 2007-01-04 [wwp]        2.6.1cvs104
2416
2417         * src/image_viewer.c
2418                 Force operator precedence (fix a compiler warning).
2419
2420 2007-01-04 [colin]      2.6.1cvs103
2421
2422         * src/image_viewer.c
2423                 Be cautious there too (same fix as the one
2424                 in textview from cvs33)
2425         * src/messageview.c
2426                 Don't use any MimeViewer plugin when showing
2427                 all headers
2428
2429 2007-01-03 [wwp]        2.6.1cvs102
2430
2431         * src/html.c
2432         * src/html.h
2433                 fixed "cent" sign (use the existing ASCII one),
2434                 decode more HTML entities,
2435                 converted table ASCII entries to UTF-8,
2436                 moved a switch() into a hashtable.
2437
2438 2007-01-03 [paul]       2.6.1cvs101
2439
2440         * src/compose.c
2441         * src/messageview.c
2442         * src/procmsg.c
2443         * src/procmsg.h
2444                 When possible, use move_msg instead of
2445                 copy_msg + remove_msg to move sent mail
2446                 from Queue to Sent. 
2447
2448 2007-01-03 [paul]       2.6.1cvs100
2449
2450         * src/html.c
2451                 add more html entity recognition:
2452                 pounds, euros, and cents
2453
2454 2007-01-03 [colin]      2.6.1cvs99
2455
2456         * src/imap_gtk.c
2457                 Don't display an error on NOSELECT
2458                 folders when synchronising
2459
2460 2007-01-03 [paul]       2.6.1cvs98
2461
2462         * tools/maildir2claws-mail.pl
2463                 only substitute 'sent-mail' if it's
2464                 the full directory name
2465
2466 2007-01-03 [paul]       2.6.1cvs97
2467
2468         * ChangeLog
2469         * ChangeLog.pre2.0.0
2470         * Makefile.am
2471                 archive a chunk of ChangeLog in
2472                 ChangeLog.pre2.0.0
2473         * ChangeLog.gtk1
2474         * doc/src/ChangeLog.claws-pre0.8.0
2475                 remove ChangeLog.claws-pre0.8.0, adding
2476                 its contents to ChangeLog.gtk1
2477
2478 2007-01-03 [paul]       2.6.1cvs96
2479
2480         * src/account.c
2481         * src/account.h
2482         * src/action.c
2483         * src/action.h
2484         * src/adbookbase.h
2485         * src/addr_compl.c
2486         * src/addr_compl.h
2487         * src/addrbook.c
2488         * src/addrcache.c
2489         * src/addrcache.h
2490         * src/addrcindex.c
2491         * src/addrcindex.h
2492         * src/addrclip.c
2493         * src/addrclip.h
2494         * src/addrdefs.h
2495         * src/addressadd.c
2496         * src/addressadd.h
2497         * src/addressbook.c
2498         * src/addressbook.h
2499         * src/addressbook_foldersel.c
2500         * src/addressbook_foldersel.h
2501         * src/addrgather.c
2502         * src/addrgather.h
2503         * src/addrharvest.c
2504         * src/addrharvest.h
2505         * src/addrindex.c
2506         * src/addrindex.h
2507         * src/addritem.c
2508         * src/addritem.h
2509         * src/addrquery.c
2510         * src/addrquery.h
2511         * src/addrselect.c
2512         * src/addrselect.h
2513         * src/alertpanel.c
2514         * src/alertpanel.h
2515         * src/browseldap.c
2516         * src/browseldap.h
2517         * src/codeconv.c
2518         * src/codeconv.h
2519         * src/compose.c
2520         * src/compose.h
2521         * src/customheader.c
2522         * src/customheader.h
2523         * src/displayheader.c
2524         * src/displayheader.h
2525         * src/editaddress.c
2526         * src/editaddress.h
2527         * src/editbook.c
2528         * src/editbook.h
2529         * src/editgroup.c
2530         * src/editgroup.h
2531         * src/editjpilot.c
2532         * src/editjpilot.h
2533         * src/editldap.c
2534         * src/editldap.h
2535         * src/editldap_basedn.c
2536         * src/editldap_basedn.h
2537         * src/editvcard.c
2538         * src/editvcard.h
2539         * src/exphtmldlg.c
2540         * src/exphtmldlg.h
2541         * src/expldifdlg.c
2542         * src/expldifdlg.h
2543         * src/export.c
2544         * src/export.h
2545         * src/exporthtml.c
2546         * src/exporthtml.h
2547         * src/exportldif.c
2548         * src/exportldif.h
2549         * src/filtering.c
2550         * src/filtering.h
2551         * src/folder.c
2552         * src/folder.h
2553         * src/folder_item_prefs.c
2554         * src/folder_item_prefs.h
2555         * src/foldersel.c
2556         * src/foldersel.h
2557         * src/folderutils.c
2558         * src/folderutils.h
2559         * src/folderview.c
2560         * src/folderview.h
2561         * src/grouplistdialog.c
2562         * src/grouplistdialog.h
2563         * src/headerview.c
2564         * src/html.c
2565         * src/html.h
2566         * src/image_viewer.c
2567         * src/image_viewer.h
2568         * src/imap.c
2569         * src/imap.h
2570         * src/imap_gtk.c
2571         * src/imap_gtk.h
2572         * src/import.c
2573         * src/import.h
2574         * src/importldif.c
2575         * src/importldif.h
2576         * src/importmutt.c
2577         * src/importmutt.h
2578         * src/importpine.c
2579         * src/importpine.h
2580         * src/inc.c
2581         * src/inc.h
2582         * src/jpilot.c
2583         * src/jpilot.h
2584         * src/ldapctrl.c
2585         * src/ldapctrl.h
2586         * src/ldaplocate.c
2587         * src/ldaplocate.h
2588         * src/ldapquery.c
2589         * src/ldapquery.h
2590         * src/ldapserver.c
2591         * src/ldapserver.h
2592         * src/ldaputil.c
2593         * src/ldaputil.h
2594         * src/ldif.c
2595         * src/ldif.h
2596         * src/main.c
2597         * src/main.h
2598         * src/mainwindow.c
2599         * src/mainwindow.h
2600         * src/manual.c
2601         * src/manual.h
2602         * src/mbox.c
2603         * src/message_search.c
2604         * src/message_search.h
2605         * src/messageview.c
2606         * src/messageview.h
2607         * src/mh.c
2608         * src/mh.h
2609         * src/mh_gtk.c
2610         * src/mh_gtk.h
2611         * src/mimeview.c
2612         * src/mimeview.h
2613         * src/msgcache.c
2614         * src/msgcache.h
2615         * src/mutt.c
2616         * src/mutt.h
2617         * src/news.c
2618         * src/news.h
2619         * src/news_gtk.c
2620         * src/news_gtk.h
2621         * src/partial_download.c
2622         * src/partial_download.h
2623         * src/pine.c
2624         * src/pine.h
2625         * src/pop.c
2626         * src/pop.h
2627         * src/prefs_account.c
2628         * src/prefs_account.h
2629         * src/prefs_actions.c
2630         * src/prefs_actions.h
2631         * src/prefs_common.c
2632         * src/prefs_common.h
2633         * src/prefs_compose_writing.c
2634         * src/prefs_compose_writing.h
2635         * src/prefs_customheader.c
2636         * src/prefs_customheader.h
2637         * src/prefs_display_header.c
2638         * src/prefs_display_header.h
2639         * src/prefs_filtering.c
2640         * src/prefs_filtering.h
2641         * src/prefs_filtering_action.c
2642         * src/prefs_filtering_action.h
2643         * src/prefs_folder_column.c
2644         * src/prefs_folder_column.h
2645         * src/prefs_folder_item.c
2646         * src/prefs_folder_item.h
2647         * src/prefs_fonts.c
2648         * src/prefs_fonts.h
2649         * src/prefs_gtk.c
2650         * src/prefs_gtk.h
2651         * src/prefs_image_viewer.c
2652         * src/prefs_image_viewer.h
2653         * src/prefs_matcher.c
2654         * src/prefs_matcher.h
2655         * src/prefs_message.c
2656         * src/prefs_msg_colors.c
2657         * src/prefs_msg_colors.h
2658         * src/prefs_other.c
2659         * src/prefs_quote.c
2660         * src/prefs_receive.c
2661         * src/prefs_send.c
2662         * src/prefs_spelling.c
2663         * src/prefs_spelling.h
2664         * src/prefs_summaries.c
2665         * src/prefs_summaries.h
2666         * src/prefs_summary_column.c
2667         * src/prefs_summary_column.h
2668         * src/prefs_template.c
2669         * src/prefs_template.h
2670         * src/prefs_themes.c
2671         * src/prefs_themes.h
2672         * src/prefs_toolbar.c
2673         * src/prefs_toolbar.h
2674         * src/prefs_wrapping.c
2675         * src/prefs_wrapping.h
2676         * src/privacy.c
2677         * src/privacy.h
2678         * src/procheader.c
2679         * src/procheader.h
2680         * src/procmime.c
2681         * src/procmime.h
2682         * src/procmsg.c
2683         * src/procmsg.h
2684         * src/quote_fmt.c
2685         * src/quote_fmt_parse.y
2686         * src/recv.c
2687         * src/recv.h
2688         * src/remotefolder.c
2689         * src/remotefolder.h
2690         * src/send_message.c
2691         * src/send_message.h
2692         * src/setup.c
2693         * src/setup.h
2694         * src/sourcewindow.c
2695         * src/sourcewindow.h
2696         * src/ssl_manager.c
2697         * src/ssl_manager.h
2698         * src/statusbar.c
2699         * src/statusbar.h
2700         * src/stock_pixmap.c
2701         * src/stock_pixmap.h
2702         * src/summary_search.c
2703         * src/summary_search.h
2704         * src/summaryview.c
2705         * src/summaryview.h
2706         * src/textview.c
2707         * src/textview.h
2708         * src/toolbar.c
2709         * src/toolbar.h
2710         * src/undo.c
2711         * src/undo.h
2712         * src/unmime.c
2713         * src/unmime.h
2714         * src/vcard.c
2715         * src/vcard.h
2716         * src/wizard.c
2717         * src/wizard.h
2718         * src/common/base64.c
2719         * src/common/base64.h
2720         * src/common/defs.h
2721         * src/common/hooks.c
2722         * src/common/hooks.h
2723         * src/common/log.c
2724         * src/common/log.h
2725         * src/common/mgutils.c
2726         * src/common/mgutils.h
2727         * src/common/nntp.c
2728         * src/common/nntp.h
2729         * src/common/passcrypt.c
2730         * src/common/passcrypt.h.in
2731         * src/common/plugin.c
2732         * src/common/plugin.h
2733         * src/common/prefs.c
2734         * src/common/prefs.h
2735         * src/common/progressindicator.c
2736         * src/common/progressindicator.h
2737         * src/common/quoted-printable.c
2738         * src/common/quoted-printable.h
2739         * src/common/session.c
2740         * src/common/session.h
2741         * src/common/smtp.c
2742         * src/common/smtp.h
2743         * src/common/socket.c
2744         * src/common/socket.h
2745         * src/common/ssl.c
2746         * src/common/ssl.h
2747         * src/common/ssl_certificate.c
2748         * src/common/ssl_certificate.h
2749         * src/common/stringtable.c
2750         * src/common/stringtable.h
2751         * src/common/template.c
2752         * src/common/template.h
2753         * src/common/timing.h
2754         * src/common/utils.c
2755         * src/common/utils.h
2756         * src/common/version.h.in
2757         * src/common/xml.c
2758         * src/common/xml.h
2759         * src/common/xmlprops.c
2760         * src/common/xmlprops.h
2761         * src/gtk/about.c
2762         * src/gtk/colorlabel.c
2763         * src/gtk/colorsel.c
2764         * src/gtk/colorsel.h
2765         * src/gtk/combobox.c
2766         * src/gtk/combobox.h
2767         * src/gtk/description_window.c
2768         * src/gtk/description_window.h
2769         * src/gtk/filesel.c
2770         * src/gtk/filesel.h
2771         * src/gtk/foldersort.c
2772         * src/gtk/foldersort.h
2773         * src/gtk/gtksctree.c
2774         * src/gtk/gtkutils.c
2775         * src/gtk/gtkutils.h
2776         * src/gtk/inputdialog.c
2777         * src/gtk/inputdialog.h
2778         * src/gtk/logwindow.c
2779         * src/gtk/logwindow.h
2780         * src/gtk/manage_window.c
2781         * src/gtk/manage_window.h
2782         * src/gtk/menu.c
2783         * src/gtk/menu.h
2784         * src/gtk/pluginwindow.c
2785         * src/gtk/pluginwindow.h
2786         * src/gtk/prefswindow.c
2787         * src/gtk/prefswindow.h
2788         * src/gtk/progressdialog.c
2789         * src/gtk/progressdialog.h
2790         * src/gtk/sslcertwindow.c
2791         * src/gtk/sslcertwindow.h
2792         * src/plugins/bogofilter/bogofilter.c
2793         * src/plugins/bogofilter/bogofilter.h
2794         * src/plugins/bogofilter/bogofilter_gtk.c
2795         * src/plugins/clamav/clamav_plugin.c
2796         * src/plugins/clamav/clamav_plugin.h
2797         * src/plugins/clamav/clamav_plugin_gtk.c
2798         * src/plugins/demo/demo.c
2799         * src/plugins/dillo_viewer/dillo_prefs.c
2800         * src/plugins/dillo_viewer/dillo_prefs.h
2801         * src/plugins/dillo_viewer/dillo_viewer.c
2802         * src/plugins/pgpcore/passphrase.c
2803         * src/plugins/pgpcore/passphrase.h
2804         * src/plugins/pgpcore/pgp_viewer.c
2805         * src/plugins/pgpcore/pgp_viewer.h
2806         * src/plugins/pgpcore/plugin.c
2807         * src/plugins/pgpcore/select-keys.c
2808         * src/plugins/pgpcore/select-keys.h
2809         * src/plugins/pgpcore/sgpgme.c
2810         * src/plugins/pgpcore/sgpgme.h
2811         * src/plugins/pgpinline/pgpinline.c
2812         * src/plugins/pgpinline/pgpinline.h
2813         * src/plugins/pgpinline/plugin.c
2814         * src/plugins/pgpmime/pgpmime.c
2815         * src/plugins/pgpmime/pgpmime.h
2816         * src/plugins/pgpmime/plugin.c
2817         * src/plugins/spamassassin/spamassassin.c
2818         * src/plugins/spamassassin/spamassassin.h
2819         * src/plugins/spamassassin/spamassassin_gtk.c
2820         * src/plugins/trayicon/trayicon.c
2821                 it's 2007, update the year in the copyright headers
2822
2823 2007-01-03 [paul]       2.6.1cvs95
2824
2825         * src/gtk/about.c
2826                 it is 2007, use it in the copyright string
2827
2828 2007-01-03 [paul]       2.6.1cvs94
2829
2830         * src/html.c
2831                 html entity conversion:
2832                 move &#153; to a more suitable place
2833                 add &bull; and &ndash;
2834                 make sure &mdash; and &#8212; are both
2835                 converted the same
2836
2837 2007-01-02 [colin]      2.6.1cvs93
2838
2839         * src/addrbook.c
2840                 Fix leak
2841         * src/common/plugin.c
2842                 Add comment
2843         * src/etpan/imap-thread.c
2844                 Fix warning
2845
2846 2006-12-31 [paul]       2.6.1cvs92
2847
2848         * src/prefs_summaries.c
2849                 use gtk_button_new_from_stock()
2850
2851 2006-12-30 [colin]      2.6.1cvs91
2852
2853         * src/folder.c
2854         * src/imap_gtk.c
2855         * src/mh_gtk.c
2856                 Don't update filtering and account paths 
2857                 when copying folders
2858
2859 2006-12-30 [colin]      2.6.1cvs90
2860
2861         * src/prefs_compose_writing.c
2862         * src/prefs_quote.c
2863         * src/prefs_template.c
2864                 Use message font for Writing and 
2865                 Quoting prefs, as well as Templates.
2866
2867 2006-12-30 [colin]      2.6.1cvs89
2868
2869         * src/prefs_summaries.c
2870                 Rework GUI; patch by Pawel
2871
2872 2006-12-29 [colin]      2.6.1cvs88
2873
2874         * src/prefs_folder_item.c
2875                 Fix bug 1085, 'Apply to subfolder 
2876                 doesn't work' - I was mistaken saying
2877                 it worked in every case
2878
2879 2006-12-28 [colin]      2.6.1cvs87
2880
2881         * src/gtk/gtkaspell.c
2882                 Don't assert if use_alternate is true
2883                 and alt_dictionary isn't set -- this 
2884                 is what happens on upgrade! Rather,
2885                 do with it.
2886
2887 2006-12-28 [colin]      2.6.1cvs86
2888
2889         * Makefile.am
2890                 Fix desktop/icon simplification
2891
2892 2006-12-28 [colin]      2.6.1cvs85
2893
2894         * Makefile.am
2895                 Make desktop and icon not 
2896                 dependant on the desktop
2897
2898 2006-12-28 [wwp]        2.6.1cvs84
2899
2900         * src/plugins/pgpmime/claws.def
2901                 Add missing symbol (discards gpg4win's 03-plugins-symbols.patch).
2902
2903 2006-12-28 [wwp]        2.6.1cvs83
2904
2905         * src/prefs_folder_item.c
2906                 Fix coloring of "simplify subject regexp" (folder prefs),
2907                 which might be left to red whereas the regexp gets empty.
2908
2909 2006-12-28 [wwp]        2.6.1cvs82
2910
2911         * src/prefs_common.c
2912         * src/prefs_common.h
2913         * src/addressbook.c
2914         * src/addressitem.h
2915                 Save addressbook mainwindow's horizontal and vertical splitter position.
2916
2917 2006-12-27 [wwp]        2.6.1cvs81
2918
2919         * src/gtk/gtkaspell.c
2920         * src/gtk/gtkaspell.h
2921         * src/compose.c
2922                 Fix assignment of compose's default and alternate dictionary from
2923                 account or folder settings. Now gtkaspell_change_dict does rotate
2924                 dicts only when it's called from a menu cb.
2925
2926 2006-12-27 [wwp]        2.6.1cvs80
2927
2928         * src/folder_item_prefs.c
2929                 Fix randomly initialized default-alt-dictionary (folder prefs),
2930                 complete 2.6.1cvs72.
2931
2932 2006-12-27 [paul]       2.6.1cvs79
2933
2934         * src/imap_gtk.c
2935         * src/mh_gtk.c
2936                 Add Copy folder in the folder's contextual
2937                 menu
2938
2939 2006-12-27 [wwp]        2.6.1cvs78
2940
2941         * src/imap.c
2942                 Clean up session locking, thanks to Colin.
2943
2944 2006-12-26 [colin]      2.6.1cvs77
2945
2946         * src/statusbar.c
2947                 Revert previous patch
2948
2949 2006-12-26 [colin]      2.6.1cvs76
2950
2951         * src/folder.c
2952         * src/folderview.c
2953         * src/imap.c
2954         * src/statusbar.c
2955         * src/etpan/imap-thread.c
2956                 Fix previous commit warnings
2957                 Make statusbar update every second if total < 20
2958                 Make IMAP APPEND faster by simplifying log              
2959
2960 2006-12-26 [colin]      2.6.1cvs75
2961
2962         * src/folder.c
2963         * src/folder.h
2964         * src/folderview.c
2965         * src/folderview.h
2966         * src/imap_gtk.c
2967         * src/mh_gtk.c
2968                 Make it possible to copy folders accross
2969                 mailboxes (this was an arbitrary limitation).
2970                 Still make it impossible to move folders 
2971                 accross mailboxes.
2972
2973 2006-12-26 [colin]      2.6.1cvs74
2974
2975         * src/etpan/imap-thread.c
2976                 Fix bug 1081, 'claws-mail 
2977                 segfaults when going offline 
2978                 while it transfers mails via 
2979                 imap'
2980
2981 2006-12-26 [colin]      2.6.1cvs73
2982
2983         * src/folder_item_prefs.c
2984                 Don't forget alt dictionary when
2985                 renaming/moving folders
2986
2987 2006-12-26 [wwp]        2.6.1cvs72
2988
2989         * src/folder_item_prefs.c
2990                 Add missing defaults for per-folder alt dict
2991                 (forgotten in 2.6.1cvs61).
2992
2993 2006-12-26 [colin]      2.6.1cvs71
2994
2995         * src/wizard.c
2996                 Add tooltip to state that specifying
2997                 full path to mailbox is possible
2998
2999 2006-12-26 [wwp]        2.6.1cvs70
3000
3001         * src/partial_download.c
3002         * src/gtk/gtkvscrollbutton.c
3003         * src/plugins/pgpinline/plugin.c
3004                 Fix for few compiler warnings that matter.
3005
3006 2006-12-25 [colin]      2.6.1cvs69
3007
3008         * src/partial_download.c
3009                 Fix marking for download or deletion
3010                 when the header isn't the first
3011         * src/gtk/logwindow.c
3012                 Fix start of scrolling
3013
3014 2006-12-23 [paul]       2.6.1cvs68
3015
3016         * src/compose.c
3017                 change last commit to use the 'academic'
3018                 method instead. Thanks to wwp
3019
3020 2006-12-23 [paul]       2.6.1cvs67
3021
3022         * src/compose.c
3023                 don't warn about empty subject when
3024                 redirecting
3025
3026 2006-12-22 [colin]      2.6.1cvs66
3027
3028         * src/summary_search.c
3029                 Fix previous patch
3030
3031 2006-12-22 [colin]      2.6.1cvs65
3032
3033         * src/gtk/gtkutils.c
3034         * src/imap.c
3035         * src/jpilot.c
3036         * src/summary_search.c
3037                 A few warning fixes
3038
3039 2006-12-23 [paul]       
3040
3041         2.7.0-rc2 released
3042
3043 2006-12-22 [colin]      2.6.1cvs64
3044
3045         * src/toolbar.c
3046         * src/toolbar.h
3047                 Add a combo to the learn spam button
3048         * src/plugins/bogofilter/bogofilter.c
3049         * src/plugins/bogofilter/bogofilter_gtk.c
3050         * src/plugins/bogofilter/bogofilter.h
3051                 Allow to store Unsure mails in a specific
3052                 folder to make better teaching easier
3053
3054 2006-12-21 [wwp]        2.6.1cvs63
3055
3056         * src/compose.c
3057         * src/prefs_common.c
3058         * src/prefs_common.h
3059         * src/prefs_spelling.c
3060         * src/gtk/gtkaspell.c
3061         * src/gtk/gtkaspell.h
3062                 Allow spell-checking using both current and alternate dictionaries
3063                 (thanks to Colin).
3064
3065 2006-12-21 [wwp]        2.6.1cvs62
3066
3067         * src/gtk/gtkaspell.c
3068                 Apply recheck_when_changing_dict (highlight all mispelled words)
3069                 when switching to alternate dictionary.
3070
3071 2006-12-21 [wwp]        2.6.1cvs61
3072
3073         * src/compose.c
3074         * src/folder_item_prefs.h
3075         * src/prefs_common.c
3076         * src/prefs_common.h
3077         * src/prefs_folder_item.c
3078         * src/prefs_spelling.c
3079         * src/gtk/gtkaspell.c
3080         * src/gtk/gtkaspell.h
3081                 Add global and per-folder prefs to set the default
3082                 alternate dictionary.
3083
3084 2006-12-21 [colin]      2.6.1cvs60
3085
3086         * src/folder.c
3087                 Look for folders by path in all folders
3088         * src/html.c
3089                 add &mdash;
3090
3091 2006-12-20 [colin]      2.6.1cvs59
3092
3093         * src/gtk/quicksearch.c
3094                 Make sure in_typing is false when clearing
3095
3096 2006-12-20 [wwp]        2.6.1cvs58
3097
3098         * configure.ac
3099                 change manual's target dir to be LFH-compliant (thanks to Colin).
3100
3101 2006-12-20 [wwp]        2.6.1cvs57
3102
3103         * src/prefs_common.c
3104         * src/prefs_summaries.c
3105                 i18n fix and factorize patch, thanks to Fabien.
3106
3107 2006-12-20 [paul]       2.6.1cvs56
3108
3109         * configure.ac
3110                 last of the renaming (??)
3111         * src/main.c
3112                 correct --help info of --status-full
3113         * src/plugins/bogofilter/bogofilter.c
3114                 make FALSE default of whitelist_ab
3115
3116 2006-12-19 [colin]      2.6.1cvs55
3117
3118         * src/jpilot.c
3119                 Same as before, without depending on
3120                 pisock >= 0.12
3121
3122 2006-12-19 [colin]      2.6.1cvs54
3123
3124         * src/jpilot.c
3125                 Fix bug 1059, 'Better jpilot charset 
3126                 handling'. Use libpisync's charset conversion
3127                 if possible
3128
3129 2006-12-19 [colin]      2.6.1cvs53
3130
3131         * po/fr.po
3132                 Updated by Fabien
3133
3134 2006-12-19 [wwp]        2.6.1cvs52
3135
3136         * src/gtk/about.c
3137                 Add missing #include (thanks to Colin).
3138
3139 2006-12-19 [wwp]        2.6.1cvs51
3140
3141         * src/prefs_receive.c
3142                 Better spacing between widgets in prefs.
3143
3144 2006-12-18 [colin]      2.6.1cvs50
3145
3146         * src/imap.c
3147                 Fix failure to get separator on LIST "" ""
3148                 Try LIST "" "INBOX" too.
3149
3150 2006-12-18 [wwp]        2.6.1cvs49
3151
3152         * src/common/session.c
3153                 Fix a compiler warning (thanks to Fabien).
3154
3155 2006-12-18 [wwp]        2.6.1cvs48
3156
3157         * src/compose.c
3158         * src/prefs_quote.c
3159                 Factorize some strings for translation (it's about error
3160                 messages when applying or checking template/quote format).
3161
3162 2006-12-18 [colin]      2.6.1cvs47
3163
3164         * Makefile.am
3165         * src/common/defs.h
3166         * src/gtk/Makefile.am
3167         * src/gtk/about.c
3168                 Add a Release notes tab from the contents of
3169                 $(DOCDIR)/RELEASE_NOTES. Patch by Fabien.
3170
3171 2006-12-17 [colin]      2.6.1cvs46
3172
3173         * src/mimeview.c
3174         * src/textview.c
3175         * src/gtk/filesel.c
3176                 Correctly convert from/to UTF8/filename encoding
3177                 when loading and saving files. Probably fixes
3178                 bug 1068, 'Claws-Mail uses 100% CPU when looking 
3179                 for a file to attach and is blocked...'
3180
3181 2006-12-17 [colin]      2.6.1cvs45
3182
3183         * src/gtk/logwindow.c
3184                 Fix bug 1067, 'Claws-Mail uses 100% CPU on an 
3185                 IMAP folder and is blocked on main thread': 
3186                 make sure we put utf8 in the log.
3187
3188 2006-12-16 [colin]      2.6.1cvs44
3189
3190         * src/toolbar.c
3191         * src/toolbar.h
3192                 Fix bug 1055, 'Add the 'cancel receive' 
3193                 in the available events for the toolbar buttons'
3194
3195 2006-12-16 [colin]      2.6.1cvs43
3196
3197         * po/POTFILES.in
3198         * src/imap.c
3199         * src/common/nntp.c
3200         * src/common/session.c
3201                 Log error when SSL handshakes fail. 
3202                 Fixes bug 1082, 'incorrect / imprecise 
3203                 error message when imap server provides 
3204                 ssl only through STARTTLS but SSL is 
3205                 selected'
3206
3207 2006-12-15 [wwp]        2.6.1cvs42
3208
3209         * src/plugins/bogofilter/bogofilter_gtk.c
3210                 set proper sensitivity to widgets I've recently added.
3211
3212 2006-12-15 [colin]      
3213
3214         2.7.0-rc1 released
3215
3216 2006-12-15 [wwp]        2.6.1cvs41
3217
3218         * src/plugins/bogofilter/bogofilter.c
3219         * src/plugins/bogofilter/bogofilter.h
3220         * src/plugins/bogofilter/bogofilter_gtk.c
3221                 bogofilter's whitelist can now use a subset of
3222                 the addressbook (either a book, a subfolder of a book,
3223                 or the whole addressbook by using "Any"). Re-used there
3224                 some pref_matcher widgets and mechanisms to match a subset
3225                 of the addressbook.
3226
3227 2006-12-15 [wwp]        2.6.1cvs40
3228
3229         * src/wizard.c
3230         * src/common/plugin.c
3231         * src/common/plugin.h
3232         * src/gtk/about.c
3233         * src/plugins/bogofilter/bogofilter.c
3234         * src/plugins/clamav/clamav_plugin.c
3235         * src/plugins/demo/demo.c
3236         * src/plugins/dillo_viewer/dillo_viewer.c
3237         * src/plugins/pgpcore/plugin.c
3238         * src/plugins/pgpinline/plugin.c
3239         * src/plugins/pgpmime/plugin.c
3240         * src/plugins/spamassassin/spamassassin.c
3241         * src/plugins/trayicon/trayicon.c
3242                 factorize some translatable strings (plugins-related),
3243                 fix missing punctuation in several places,
3244                 remove useless translatable \n in about.c,
3245                 and factorize plugin init code w/ a new function
3246                 check_plugin_version() in common/plugin.c.
3247                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
3248
3249 2006-12-15 [wwp]        2.6.1cvs39
3250
3251         * src/plugins/bogofilter/bogofilter.c
3252         * src/plugins/bogofilter/bogofilter_gtk.c
3253                 flag whitelisted spams as spam, but don't filter it to the spam
3254                 folder. Thanks to Colin.
3255
3256 2006-12-15 [ticho]      2.6.1cvs38
3257
3258         * src/plugins/bogofilter/bogofilter.c
3259         * src/plugins/bogofilter/bogofilter.h
3260         * src/plugins/bogofilter/bogofilter_gtk.c
3261                 Add option to whitelist senders found in addressbook. Patch by colin.
3262
3263 2006-12-15 [paul]       2.6.1cvs37
3264
3265         * src/folderview.c
3266                 add missing #include "log.h"
3267
3268 2006-12-15 [paul]       2.6.1cvs36
3269
3270         * src/plugins/bogofilter/bogofilter.c
3271         * src/plugins/bogofilter/bogofilter.h
3272         * src/plugins/bogofilter/bogofilter_gtk.c
3273                 Add an option to allow inserting an
3274                 X-Claws-Bogosity header (on MH folders
3275                 only). Patch by Colin
3276
3277 2006-12-14 [colin]      2.6.1cvs35
3278
3279         * src/main.c
3280                 "Yes" should be the default choice for
3281                 migration configuration
3282
3283 2006-12-14 [paul]       2.6.1cvs34
3284
3285         * src/prefs_summaries.c
3286         * manual/advanced.xml
3287                 Unhide mark_as_read_delay
3288
3289 2006-12-14 [paul]       2.6.1cvs33
3290
3291         * src/messageview.c
3292         * src/messageview.h
3293         * src/mimeview.c
3294         * src/mimeview.h
3295         * src/summaryview.c
3296         * src/textview.c
3297         * src/textview.h
3298                 Fix printing of selection
3299                 Fix printing of message parts
3300                 Fix printing of images
3301         * src/gtk/gtksourceprintjob.c
3302                 Fix page count when there are images
3303
3304 2006-12-14 [wwp]        2.6.1cvs32
3305
3306         * src/mainwindow.c
3307         * src/summaryview.c
3308         * src/summaryview.h
3309         * src/gtk/quicksearch.c
3310                 fix quicksearch 'magnify' button status when QS is closed
3311                 using the Escape key, thanks to Colin.
3312
3313 2006-12-14 [wwp]        2.6.1cvs31
3314
3315         * src/mainwindow.c
3316         * src/summaryview.c
3317         * src/summaryview.h
3318         * src/gtk/quicksearch.c
3319                 fix quicksearch 'magnify' button status when QS is closed
3320                 using the Escape key, thanks to Colin.
3321
3322 2006-12-13 [colin]      2.6.1cvs30
3323
3324         * src/ldapquery.c
3325         * src/ldaputil.c
3326                 Use the binary safe version of ldap_get_values,
3327                 to make sure we manipulate null-terminated 
3328                 strings. Maybe fixes bug 1075, 'claws mail 
3329                 segfault when completing ldap adresses'
3330         * src/syldap.c ** REMOVED **
3331         * src/syldap.h ** REMOVED **
3332                 Remove dead files
3333
3334 2006-12-13 [mones]      2.6.1cvs29
3335
3336         * po/es.po
3337                 Fixed piped strings, fixed click translation
3338
3339 2006-12-13 [paul]       2.6.1cvs28
3340
3341         * src/main.c
3342                 don't translate these strings
3343
3344 2006-12-13 [paul]       2.6.1cvs27
3345
3346         * po/en_GB.po
3347                 updated
3348
3349 2006-12-13 [colin]      2.6.1cvs26
3350
3351         * src/main.c
3352         * src/main.h
3353                 Add claws_is_starting()
3354
3355 2006-12-13 [mones]      2.6.1cvs25
3356
3357         * manual/es/advanced.xml
3358         * po/es.po
3359                 Synced manual and updated translation
3360
3361 2006-12-12 [colin]      2.6.1cvs24
3362
3363         * src/wizard.c
3364                 Add an option to use STARTTLS in the
3365                 welcome wizard. Fixes bug 1080, 
3366                 'Using SSL option in wizard for incoming 
3367                 server does not activate SSL with STARTTLS'
3368
3369 2006-12-12 [colin]      2.6.1cvs23
3370
3371         * src/main.c
3372                 Don't exit when there's an incomplete
3373                 mailbox configured - leaves a chance 
3374                 to fix a failing IMAP account. Exit
3375                 if no mailbox at all is loaded (case
3376                 of missing plugin).
3377                 Completes bug 1077's fix (I was wrong
3378                 in this bug's comment #3).
3379
3380 2006-12-12 [colin]      2.6.1cvs22
3381
3382         * src/gtk/menu.h
3383                 Add another menu data type
3384         * src/prefs_account.c
3385                 Complete the completion of bug 1076
3386                 (doesn't lose the pref on apply)
3387
3388 2006-12-12 [paul]       2.6.1cvs21
3389
3390         * src/prefs_account.c
3391                 complete the fix of bug 1076
3392                 also be more verbose with the text
3393
3394 2006-12-12 [paul]       2.6.1cvs20
3395
3396         * src/gtk/combobox.c
3397                 fix compilation warning
3398
3399 2006-12-11 [colin]      2.6.1cvs19
3400
3401         * src/wizard.c
3402                 Document :port in server entry tooltips
3403
3404 2006-12-11 [colin]      2.6.1cvs18
3405
3406         * src/main.c
3407                 Fix compile
3408
3409 2006-12-11 [colin]      2.6.1cvs17
3410
3411         * src/main.c
3412                 Add failing IMAP as a reason for no
3413                 mailbox
3414
3415 2006-12-11 [colin]      2.6.1cvs16
3416
3417         * src/prefs_account.c
3418                 Check for existence of inbox for local
3419                 accounts too
3420         * src/wizard.c
3421                 Allow setting the port to use for servers
3422                 by using the usual "server.example.com:port"
3423                 syntax. Fixes bug 1077, 'sylpheed-claws does 
3424                 not start when IMAP server is unavailable'
3425
3426 2006-12-11 [colin]      2.6.1cvs15
3427
3428         * src/prefs_account.c
3429                 Prevent use of non-existing default inbox
3430
3431 2006-12-11 [colin]      2.6.1cvs14
3432
3433         * src/prefs_account.c
3434                 Fix sensitivity. Fixes bug 1076, 'privacy 
3435                 options are displayed even when pgp plugin 
3436                 not loaded / available'
3437
3438 2006-12-09 [colin]      2.6.1cvs13
3439
3440         * manual/advanced.xml
3441         * src/prefs_common.c
3442         * src/prefs_common.h
3443         * src/common/ssl_certificate.c
3444                 Add a new hidden preference, 'unsafe_ssl_certs',
3445                 which allows to store multiple certificates per
3446                 server/port. This is disabled by default because
3447                 it's less secure (presenting a new certificate
3448                 instead of a changed one raises less alarms).
3449                 This will cause Claws to ask about an unknown
3450                 certificate for people who have used 2.6.1cvs8
3451                 or greater.
3452
3453 2006-12-09 [colin]      2.6.1cvs12
3454
3455         * src/action.c
3456                 Fix cache updating after action
3457
3458 2006-12-07 [wwp]        2.6.1cvs11
3459
3460         * src/compose.c
3461                 fix email address comparison when replying to all
3462                 (avoid replying to ourselves), thanks to Colin.
3463
3464 2006-12-06 [paul]       2.6.1cvs10
3465
3466         * src/addrharvest.c
3467         * src/editldap.c
3468         * src/expldifdlg.c
3469         * src/news.c
3470         * src/toolbar.c
3471         * src/common/utils.c
3472                 ...and more renaming
3473                 Thanks to Colin
3474
3475 2006-12-06 [paul]       2.6.1cvs9
3476
3477         * src/compose.c
3478         * src/messageview.c
3479         * src/procheader.c
3480         * src/procmime.c
3481         * src/procmsg.c
3482         * src/textview.c
3483                 more renaming
3484                 Thanks to Colin
3485
3486 2006-12-06 [colin]      2.6.1cvs8
3487
3488         * src/ssl_manager.c
3489         * src/common/ssl_certificate.c
3490         * src/common/ssl_certificate.h
3491                 Handle multiple certificates per host/port
3492
3493 2006-12-06 [colin]      2.6.1cvs7
3494
3495         * src/etpan/imap-thread.c
3496                 Fix certificate checking on IMAP
3497
3498 2006-12-06 [colin]      2.6.1cvs6
3499
3500         * src/folderview.c
3501                 Fix bug 1072, 'Claws stops fetching newsgroups 
3502                 from server when newsgroup got deleted': continue
3503                 checking other groups
3504
3505 2006-12-05 [wwp]        2.6.1cvs5
3506
3507         * src/message_search.c
3508         * src/summary_search.c
3509         * src/gtk/combobox.c
3510         * src/gtk/combobox.h
3511         * src/gtk/gtkutils.c
3512         * src/gtk/gtkutils.h
3513                 make up and down arrow keys in modern gtk_combo_box_entry widgets
3514                 behave like w/ old comboboxes (summary and message search only).
3515
3516 2006-12-05 [paul]       2.6.1cvs4
3517
3518         * src/wizard.c
3519                 encode headers
3520                 Thanks to Colin
3521
3522 2006-12-05 [paul]       2.6.1cvs3
3523
3524         * tools/README
3525         * tools/textviewer.pl
3526                 script updated and description added
3527
3528 2006-12-04 [colin]      2.6.1cvs2
3529
3530         * src/compose.c
3531                 Run pre-send hook only when checking
3532                 everything
3533
3534 2006-12-04 [paul]       2.6.1cvs1
3535
3536         * NEWS
3537         * README
3538         * RELEASE_NOTES
3539         * configure.ac
3540         * tools/README
3541                 bump up version number following stable release
3542
3543 2006-12-04 [paul]       2.6.0cvs83
3544
3545         * README
3546                 updates and corrections
3547
3548 2006-12-04 [colin]      2.6.0cvs82
3549
3550         * src/common/utils.c
3551                 Probably fix bug 1066, 'Incorrect mailbox 
3552                 size displayed'
3553
3554 2006-12-04 [colin]      2.6.0cvs81
3555
3556         * src/common/utils.c
3557                 Trim tabs from mailcap file too.
3558
3559 2006-12-02 [paul]       2.6.0cvs80
3560
3561         * src/exphtmldlg.c
3562                 fix broken GUI under certain languages
3563         * src/expldifdlg.c
3564                 put the Cancel button to the right
3565
3566 2006-12-01 [paul]       2.6.0cvs79
3567
3568         * tools/Makefile.am
3569                 remove reference to removed file
3570
3571 2006-12-01 [wwp]        2.6.0cvs78
3572
3573         * src/addressbook.c
3574         * src/editaddress.c
3575                 remove forgotten debug statements.
3576
3577 2006-12-01 [wwp]        2.6.0cvs77
3578
3579         * manual/advanced.xml
3580         * manual/fr/advanced.xml
3581         * src/addressbook.c
3582         * src/addressbook.h
3583         * src/addressitem.h
3584         * src/editaddress.c
3585         * src/editaddress.h
3586         * src/prefs_common.c
3587         * src/prefs_common.h
3588         * src/gtk/gtkutils.c
3589         * src/gtk/gtkutils.h
3590                 add a hidden option to allow embedding the editaddress (edit contact details)
3591                 dialog into the addressbook's window. This doesn't change the default
3592                 behaviour.
3593
3594 2006-12-01 [wwp]        2.6.0cvs76
3595
3596         * src/message_search.c
3597         * src/summary_search.c
3598                 fix more focus issues (don't set focus to combobox's entry widget when
3599                 entry's value changed, if entry widget has focus already).
3600
3601 2006-12-01 [wwp]        2.6.0cvs75
3602
3603         * src/gtk/quicksearch.c
3604                 revert last changes to the quicksearch gtk_combo_box, this needs more
3605                 tuning and testing.
3606
3607 2006-12-01 [paul]       2.6.0cvs74
3608
3609         * tools/kdeservicemenu/README
3610         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
3611         * tools/kdeservicemenu/install.sh
3612         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
3613         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
3614                 simplify this stuff, and in so doing,
3615                 fix it. (possibly re-extend it again at
3616                 a later date)
3617
3618 2006-12-01 [wwp]        2.6.0cvs73
3619
3620         * src/gtk/quicksearch.c
3621                 adapt quicksearch code to use modern gtk_combo_box'es.
3622
3623 2006-12-01 [wwp]        2.6.0cvs72
3624
3625         * src/common/defs.h
3626         * src/prefs_common.c
3627         * src/prefs_common.h
3628         * src/message_search.c
3629         * src/summary_search.c
3630         * src/gtk/combobox.c
3631         * src/gtk/combobox.h
3632                 add history combos to all message and summary search fields.
3633
3634 2006-12-01 [wwp]        2.6.0cvs71
3635
3636         * src/summaryview.c
3637                 As the list may change while the mark as read delay
3638                 runs, we can't rely on the 'row' pointer, which can
3639                 be invalid when the timeout is called. As the mark
3640                 as read is only done if the message is still selected,
3641                 use summaryview->selected instead. Thanks to Colin.
3642
3643 2006-11-30 [paul]       2.6.0cvs70
3644
3645         * src/textview.c
3646                 give emphasis to "Sylpheed-Claws"
3647                 as well as "Claws Mail"
3648
3649 2006-11-30 [colin]      2.6.0cvs69
3650
3651         * src/wizard.c
3652                 Put the SSL checkboxes in the receiving
3653                 and sending server pages.
3654
3655 2006-11-29 [colin]      2.6.0cvs68
3656
3657         * src/gtk/gtkutils.c
3658         * src/gtk/gtkvscrollbutton.c
3659                 Revert some deprecated fixes - they seem to
3660                 deprecate stuff as soon as a new one gets out.
3661                 g_object_ref_sink needed glib-2.10.
3662
3663 2006-11-29 [colin]      2.6.0cvs67
3664
3665         * src/common/utils.c
3666                 Create .mailcap if it doesn't exist
3667
3668 2006-11-29 [colin]      2.6.0cvs66
3669
3670         * src/compose.c
3671                 Followup to cvs60: use original list
3672                 of recipients if replying to a mail
3673                 in Sent Drafts or Queue.
3674
3675 2006-11-27 [paul]       2.6.0cvs65
3676
3677         * src/image_viewer.c
3678                 revert the last change for now (it's broken)
3679
3680 2006-11-27 [paul]       2.6.0cvs64
3681
3682         * Makefile.am
3683         * configure.ac
3684         * m4/aclocal-include.m4
3685         * m4/check-type.m4
3686         * src/Makefile.am
3687         * src/addr_compl.c
3688         * src/compose.c
3689         * src/crash.c
3690         * src/export.c
3691         * src/exporthtml.c
3692         * src/exportldif.c
3693         * src/imap.c
3694         * src/import.c
3695         * src/main.c
3696         * src/main.h
3697         * src/matcher.c
3698         * src/mimeview.c
3699         * src/procmsg.c
3700         * src/textview.c
3701         * src/common/Makefile.am
3702         * src/common/claws.c
3703         * src/common/claws.h
3704         * src/common/ssl.c
3705         * src/common/sylpheed.c
3706         * src/common/sylpheed.h
3707         * src/etpan/Makefile.am
3708         * src/gtk/Makefile.am
3709         * src/gtk/claws-marshal.list
3710         * src/gtk/filesel.c
3711         * src/gtk/gtksctree.c
3712         * src/gtk/quicksearch.c
3713         * src/gtk/sylpheed-marshal.list
3714         * src/plugins/bogofilter/bogofilter.c
3715         * src/plugins/bogofilter/bogofilter_gtk.c
3716         * src/plugins/clamav/clamav_plugin.c
3717         * src/plugins/clamav/clamav_plugin_gtk.c
3718         * src/plugins/demo/demo.c
3719         * src/plugins/dillo_viewer/dillo_viewer.c
3720         * src/plugins/pgpcore/Makefile.am
3721         * src/plugins/pgpcore/claws.def
3722         * src/plugins/pgpcore/pgp_viewer.c
3723         * src/plugins/pgpcore/plugin.c
3724         * src/plugins/pgpcore/sylpheed.def
3725         * src/plugins/pgpinline/Makefile.am
3726         * src/plugins/pgpinline/claws.def
3727         * src/plugins/pgpinline/plugin.c
3728         * src/plugins/pgpinline/sylpheed.def
3729         * src/plugins/pgpmime/Makefile.am
3730         * src/plugins/pgpmime/claws.def
3731         * src/plugins/pgpmime/plugin.c
3732         * src/plugins/pgpmime/sylpheed.def
3733         * src/plugins/spamassassin/spamassassin.c
3734         * src/plugins/spamassassin/spamassassin_gtk.c
3735         * src/plugins/trayicon/trayicon.c
3736                 yet more renaming
3737                 remove deprecated gtk_tooltips_set_delay()
3738
3739 2006-11-26 [paul]       2.6.0cvs63
3740
3741         * src/expldifdlg.c
3742         * src/folderview.c
3743         * src/image_viewer.c
3744         * src/mainwindow.c
3745         * src/gtk/gtkutils.c
3746         * src/gtk/gtkvscrollbutton.c
3747         * src/gtk/prefswindow.c
3748         * src/plugins/pgpcore/prefs_gpg.c
3749                 replace more deprecated GTK+ functions
3750
3751 2006-11-26 [paul]       2.6.0cvs62
3752
3753         * src/addr_compl.c
3754         * src/addressbook.c
3755         * src/browseldap.c
3756                 replace deprecated gtk_idle_... functions
3757
3758 2006-11-26 [paul]       2.6.0cvs61
3759
3760         * src/compose.c
3761         * src/folderview.c
3762         * src/inc.c
3763         * src/summaryview.c
3764         * src/gtk/gtkvscrollbutton.c
3765         * src/gtk/quicksearch.c
3766         * src/plugins/pgpcore/passphrase.c
3767                 replace deprecated gtk_timeout_add and
3768                 gtk_timeout_remove
3769
3770 2006-11-26 [paul]       2.6.0cvs60
3771
3772         * src/compose.c
3773                 fix bug that caused the wrong recipient
3774                 to be selected when replying to a msg
3775                 which is From one of our accounts to
3776                 another of our accounts
3777
3778 2006-11-25 [paul]       2.6.0cvs59
3779
3780         * src/summaryview.c
3781                 don't change the From column title to
3782                 To if the To column is visible
3783
3784 2006-11-24 [paul]       2.6.0cvs58
3785
3786         * src/compose.c
3787                 fix bug 1069, 'Sent mails disappear, BCC
3788                 or locking problem?'
3789
3790 2006-11-21 [wwp]        2.6.0cvs57
3791
3792         * src/compose.c
3793                 fix spelling menu when replying (same as 2.3.1cvs39):
3794                 discrepancy between context menu and top menu when
3795                 folder's dictionary isn't the default one.
3796
3797 2006-11-19 [paul]       2.6.0cvs56
3798
3799         * src/summaryview.c
3800                 obey always_show_msg option when
3801                 marking as spam
3802         * src/plugins/bogofilter/bogofilter.c
3803                 fix typo
3804
3805 2006-11-18 [paul]       2.6.0cvs55
3806
3807         * AUTHORS
3808         * README
3809         * debian/copyright
3810         * manual/ack.xml
3811         * manual/es/ack.xml
3812         * manual/fr/ack.xml
3813         * manual/pl/ack.xml
3814         * src/gtk/authors.h
3815         * src/gtk/icon_legend.c
3816         * src/gtk/icon_legend.h
3817         * tools/OOo2claws-mail.pl
3818         * tools/README
3819         * tools/acroread2claws-mail.pl
3820         * tools/claws.i18n.status.pl
3821         * tools/filter_conv.pl
3822         * tools/filter_conv_new.pl
3823         * tools/freshmeat_search.pl
3824         * tools/google_search.pl
3825         * tools/kmail2claws-mail.pl
3826         * tools/kmail2claws-mail_v2.pl
3827         * tools/maildir2claws-mail.pl
3828         * tools/make.themes.project
3829         * tools/multiwebsearch.pl
3830         * tools/outlook2claws-mail.pl
3831         * tools/tb2claws-mail
3832         * tools/kdeservicemenu/README
3833         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
3834                 update mine and wwp's email addresses in
3835                 several places
3836                 Patch by wwp
3837         * src/prefs_compose_writing.c
3838                 set sensitivity on 'new message format' frame
3839
3840 2006-11-17 [paul]       2.6.0cvs54
3841
3842         * src/gtk/about.c
3843                 more reworking of the GUI
3844                 Patch by Fabien Vantard
3845
3846 2006-11-16 [paul]       2.6.0cvs53
3847
3848         * src/gtk/about.c
3849                 set a minimum size for the window, allow
3850                 it to automatically expand as necessary
3851
3852 2006-11-16 [wwp]        2.6.0cvs52
3853
3854         * src/gtk/about.c
3855                 better wrap of copyright info on some systems.
3856
3857 2006-11-16 [paul]       2.6.0cvs51
3858
3859         * src/gtk/about.c
3860                 move the tech info from the upper panel
3861                 to the Info tab
3862                 use a gtk_text_view for the features tab
3863
3864 2006-11-16 [paul]       2.6.0cvs50
3865
3866         * po/Makevars
3867                 update my email address
3868         * src/addressbook.c
3869         * src/compose.c
3870         * src/imap_gtk.c
3871         * src/mh_gtk.c
3872         * src/news_gtk.c
3873         * src/summaryview.c
3874         * src/plugins/trayicon/trayicon.c
3875                 don't offer simple menu separators
3876                 for translation
3877         * src/folderview.c
3878                 add separator between 'mark all read'
3879                 and 'search folder'
3880
3881 2006-11-15 [wwp]        2.6.0cvs49
3882
3883         * src/gtk/authors.h
3884                 updated manuals authors.
3885
3886 2006-11-14 [paul]       2.6.0cvs48
3887
3888         * src/compose.c
3889                 Fix Options/Reply mode after draft save
3890
3891 2006-11-14 [paul]       2.6.0cvs47
3892
3893         * src/Makefile.am
3894                 Fix make DESTDIR=...
3895         * src/mbox.c
3896                 Optimise speed
3897         * src/plugins/pgpinline/pgpinline.c
3898                 Probably fix bug 1061
3899
3900 2006-11-14 [paul]       2.6.0cvs46
3901
3902         * po/Makevars
3903                 enable Q_ macro
3904         * src/Makefile.am
3905         * src/stock_pixmap.c
3906         * src/stock_pixmap.h
3907         * src/gtk/about.c
3908         * src/pixmaps/active.xpm
3909         * src/pixmaps/inactive.xpm
3910                 add a new page, 'Features', to the About dialog
3911                 showing which features are compiled in and which
3912                 are not
3913
3914 2006-11-14 [paul]       2.6.0cvs45
3915
3916         * po/ru.po
3917                 updated by Pavlo Bohmat
3918
3919 2006-11-14 [colin]      2.6.0cvs44
3920
3921         * src/compose.c
3922         * src/inc.c
3923         * src/messageview.c
3924         * src/news.c
3925         * src/pop.c
3926         * src/procmsg.c
3927         * src/gtk/gtkaspell.c
3928                 Fix 64-bit-related warnings
3929         * src/ssl_manager.c
3930                 Fix possible infinite loop
3931         * src/plugins/pgpcore/sgpgme.c
3932                 Remove useless check
3933
3934 2006-11-13 [colin]      2.6.0cvs43
3935
3936         * src/gtk/Makefile.am
3937                 authors.h isn't generated
3938
3939 2006-11-13 [colin]      2.6.0cvs42
3940
3941         * src/plugins/pgpinline/pgpinline.c
3942         * src/plugins/pgpmime/pgpmime.c
3943                 Very probably fix bug 1061, 'crash on 
3944                 opening signed email'. Another cast
3945                 problem
3946
3947 2006-11-13 [colin]      2.6.0cvs41
3948
3949         * src/plugins/pgpcore/sgpgme.c
3950                 Maybe fix bug 1061, 'crash on opening 
3951                 signed email'
3952
3953 2006-11-13 [wwp]        2.6.0cvs40
3954
3955         * src/plugins/pgpinline/pgpinline.c
3956                 fix candidate for bug #1057, thanks to Colin.
3957
3958 2006-11-13 [wwp]        2.6.0cvs39
3959
3960         * src/compose.c
3961         * src/quote_fmt_parse.y
3962                 fix bug 1052: current parser buffer was not always 
3963                 allocated, ptr to this buffer could be returned as 
3964                 NULL whereas no parser error has occurred. in 
3965                 consequence, defining a template body as "%d" 
3966                 (w/o the quotes) for the first time of the instance 
3967                 of claws-mail, was reporting a parser error. make 
3968                 sure that the buffer is always allocated, even to 
3969                 an empty string.
3970                 fix mis-unescaping in compose.:compose_quote_fmt(): 
3971                 unescaping of the fmt string was always done 
3972                 whereas it must be done *only* when receiving 
3973                 quote format strings issued from the prefs 
3974                 (compose new message, reply, forward, redirect 
3975                 formats), *not* when applying templates.  in 
3976                 consequences, applying templates w/ sequences 
3977                 like \\|p{echo} were failing. make sure that 
3978                 unescaping is done only when necessary.
3979
3980 2006-11-12 [colin]      2.6.0cvs38
3981
3982         * po/de.po
3983                 Fix typo (s/KB/MB)
3984
3985 2006-11-12 [colin]      2.6.0cvs37
3986
3987         * src/plugins/pgpinline/pgpinline.c
3988         * src/plugins/pgpmime/pgpmime.c
3989                 Release GPG context at the latest 
3990                 possible moment. Maybe fixes 
3991                 bug 1057, 'crash on sending signed 
3992                 message to a newsgroup'
3993                 
3994
3995 2006-11-12 [colin]      2.6.0cvs36
3996
3997         * src/plugins/pgpcore/sgpgme.c
3998                 Tell a bit more when gpg's status doesn't
3999                 contain any signature
4000
4001 2006-11-12 [colin]      2.6.0cvs35
4002
4003         * src/compose.c
4004                 Fix bug 1060, 'compilation error with 
4005                 Irix's cc'
4006
4007 2006-11-12 [paul]       2.6.0cvs34
4008
4009         * doc/man/claws-mail.1
4010         * src/prefs_gtk.c
4011         * src/plugins/clamav/README
4012         * src/plugins/spamassassin/README
4013         * tools/README
4014         * tools/freshmeat_search.pl
4015         * tools/google_search.pl
4016         * tools/multiwebsearch.pl
4017                 more renaming
4018         * src/plugins/trayicon/trayicon.c
4019                 fix compiliation warning
4020
4021 2006-11-11 [colin]      2.6.0cvs33
4022
4023         * src/folderview.c
4024                 Forbid drag and drop from/to different
4025                 folders of type F_UNKNOWN
4026
4027 2006-11-11 [colin]      2.6.0cvs32
4028
4029         * src/plugins/pgpinline/pgpinline.c
4030                 Fix typo in previous commit:
4031                 - gpgme_new(&ctx);
4032                 + if ((err = gpgme_new(&data->ctx)) ...)
4033
4034 2006-11-11 [colin]      2.6.0cvs31
4035
4036         * src/plugins/pgpinline/pgpinline.c
4037         * src/plugins/pgpmime/pgpmime.c
4038                 Check success after calling gpgme_new
4039                 Maybe fixes bug 1057, 'crash on sending 
4040                 signed message to a newsgroup'
4041
4042 2006-11-11 [colin]      2.6.0cvs30
4043
4044         * src/undo.c
4045                 init undostruct to 0s (from
4046                 valgrind log of bug 1057)
4047
4048 2006-11-10 [colin]      2.6.0cvs29
4049
4050         * src/mainwindow.c
4051                 Set cursor to wait before filtering
4052                 duplicates in all folders
4053         * src/plugins/bogofilter/bogofilter.c
4054         * src/plugins/bogofilter/bogofilter.h
4055         * src/plugins/bogofilter/bogofilter_gtk.c
4056                 Completely thread away the bogofilter
4057                 filtering
4058
4059 2006-11-10 [mones]      2.6.0cvs28
4060
4061         * src/compose.c
4062         * src/compose.h
4063                 added COMPOSE_CHECK_BEFORE_SEND hook
4064
4065 2006-11-10 [paul]       2.6.0cvs27
4066
4067         * src/crash.c
4068                 more renaming
4069                 add libSM to get_compiled_in_features()
4070         * src/main.c
4071                 more renaming
4072
4073 2006-11-10 [colin]      2.6.0cvs26
4074
4075         * src/etpan/imap-thread.c
4076                 Add a reference to libetpan's sasl engine
4077                 so that sasl_done() doesn't get called by
4078                 libetpan, and doesn't break openssl.
4079                 Should fix bug 1053, 'SC fails to reestablish 
4080                 a secure connection'
4081                 Patch by Hoa
4082
4083 2006-11-10 [colin]      2.6.0cvs25
4084
4085         * manual/addrbook.xml
4086         * manual/advanced.xml
4087         * manual/faq.xml
4088         * manual/intro.xml
4089                 Some more renaming
4090
4091 2006-11-09 [colin]      2.6.0cvs24
4092
4093         * src/plugins/bogofilter/bogofilter_gtk.c
4094                 Add comment about annoyance
4095
4096 2006-11-09 [colin]      2.6.0cvs23
4097
4098         * src/plugins/bogofilter/bogofilter.c
4099         * src/plugins/bogofilter/bogofilter_gtk.c
4100                 Prepare things needed to thread bogofilter
4101                 filtering: separate bogo stuff and possible GUI
4102                 stuff. 
4103
4104 2006-11-09 [colin]      2.6.0cvs22
4105
4106         * src/account.c
4107         * src/compose.c
4108                 Search for one of our accounts in Delivered-To
4109                 (helps for auto-account selection when 
4110                  replying/forwarding)
4111         * src/folderview.c
4112         * src/mainwindow.c
4113         * src/mainwindow.h
4114         * src/plugins/trayicon/trayicon.c
4115                 Allow opening a new mail with any account from
4116                 the contextual menu
4117
4118 2006-11-09 [wwp]        2.6.0cvs21
4119
4120         * src/compose.c
4121         * src/prefs_common.c
4122         * src/prefs_common.h
4123         * src/prefs_compose_writing.c
4124                 add a compose new message format (in prefs/compose/writing), it's a
4125                 simple subject+body template to use when opening a new composition
4126                 window. It's similar to the existent reply and forward formats.
4127
4128                 enhanced the template/format % symbols substitution mechanism to
4129                 use current composition window information when % are used in
4130                 the compose new message format or in templates applied to new
4131                 messages (there were useless in that situations before). When
4132                 applied to new messages, %d corresponds to the system time/date.
4133
4134 2006-11-09 [paul]       2.6.0cvs20
4135
4136         * src/gtk/authors.h
4137                 fix last commit
4138
4139 2006-11-09 [paul]       2.6.0cvs19
4140
4141         * src/gtk/authors.h
4142                 keep tje alphabetical order
4143
4144 2006-11-08 [colin]      2.6.0cvs18
4145
4146         * src/etpan/imap-thread.c
4147                 Fix bug 1054, 'Slowness logging big 
4148                 data chunks'
4149
4150 2006-11-08 [paul]       2.6.0cvs17
4151
4152         * tools/Makefile.am
4153                 fix the renaming
4154
4155 2006-11-08 [paul]       2.6.0cvs16
4156
4157         * src/common/defs.h
4158                 update BUGZILLA_URI
4159
4160 2006-11-08 [paul]       2.6.0cvs15
4161
4162         * tools/Makefile.am
4163         * tools/OOo2claws-mail.pl
4164         * tools/OOo2sylpheed.pl
4165         * tools/README
4166         * tools/acroread2claws-mail.pl
4167         * tools/acroread2sylpheed.pl
4168         * tools/kmail2claws-mail.pl
4169         * tools/kmail2claws-mail_v2.pl
4170         * tools/kmail2sylpheed.pl
4171         * tools/kmail2sylpheed_v2.pl
4172         * tools/maildir2claws-mail.pl
4173         * tools/maildir2sylpheed.pl
4174         * tools/nautilus2claws-mail.sh
4175         * tools/nautilus2sylpheed.sh
4176         * tools/outlook2claws-mail.pl
4177         * tools/outlook2sylpheed.pl
4178         * tools/tb2claws-mail
4179         * tools/tb2sylpheed
4180         * tools/tbird2claws.py
4181         * tools/tbird2syl.py
4182         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
4183         * tools/kdeservicemenu/install.sh
4184         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
4185         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
4186         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
4187         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
4188         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
4189                 renamed (removed, added) tools files
4190
4191 2006-11-08 [paul]       2.6.0cvs14
4192
4193         * src/main.c
4194         * src/common/defs.h
4195                 Migrate sylpheedrc to clawsrc, and fix the standard
4196                 plugins path in the process
4197
4198 2006-11-07 [colin]      2.6.0cvs13
4199
4200         * src/Makefile.am
4201                 Symlink sylpheed-claws relative to 
4202                 claws-mail
4203
4204 2006-11-07 [colin]      2.6.0cvs12
4205
4206         * src/compose.c
4207                 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
4208
4209 2006-11-07 [paul]       2.6.0cvs11
4210
4211         * src/gtk/about.c
4212                 Fix a missed occurence of
4213                 Sylpheed-Claws
4214
4215 2006-11-07 [paul]       2.6.0cvs10
4216
4217         * src/Makefile.am
4218                 Fix symlink installation
4219
4220 2006-11-07 [paul]       2.6.0cvs9
4221
4222         * src/Makefile.am
4223                 Symlink claws-mail to sylpheed-claws
4224         * src/common/utils.c
4225                 Fix migrating symlinks
4226         * src/etpan/imap-thread.c
4227                 check certificate only when there's
4228                 no error
4229
4230 2006-11-07 [paul]       2.6.0cvs8
4231
4232         * Makefile.am
4233                 Fix icon breakages with Gtk, which needs a 
4234                 cache updated to see them.
4235
4236 2006-11-07 [paul]       2.6.0cvs7
4237
4238         * .cvsignore
4239         * AUTHORS
4240         * COPYING
4241         * INSTALL
4242         * Makefile.am
4243         * NEWS
4244         * README
4245         * RELEASE_NOTES
4246         * autogen.sh
4247         * claws-mail-128x128.png
4248         * claws-mail-64x64.png
4249         * claws-mail.ico
4250         * claws-mail.pc.in
4251         * claws-mail.png
4252         * configure.ac
4253         * sylpheed-claws-128x128.png
4254         * sylpheed-claws-64x64.png
4255         * sylpheed-claws.desktop
4256         * sylpheed-claws.ico
4257         * sylpheed-claws.pc.in
4258         * sylpheed-claws.png
4259         * debian/README.Debian
4260         * debian/changelog
4261         * debian/claws-mail.desktop
4262         * debian/claws-mail.menu
4263         * debian/claws-mail.postinst.debhelper
4264         * debian/claws-mail.postrm.debhelper
4265         * debian/control
4266         * debian/copyright
4267         * debian/files
4268         * debian/rules
4269         * debian/sylpheed-claws.desktop
4270         * debian/sylpheed-claws.menu
4271         * debian/sylpheed-claws.postinst.debhelper
4272         * debian/sylpheed-claws.postrm.debhelper
4273         * doc/man/Makefile.am
4274         * doc/man/claws-mail.1
4275         * doc/man/sylpheed-claws.1
4276         * doc/src/ChangeLog.claws-pre0.8.0
4277         * manual/Makefile.am
4278         * manual/account.xml
4279         * manual/ack.xml
4280         * manual/addrbook.xml
4281         * manual/advanced.xml
4282         * manual/claws-mail-manual.xml
4283         * manual/faq.xml
4284         * manual/glossary.xml
4285         * manual/handling.xml
4286         * manual/intro.xml
4287         * manual/keyboard.xml
4288         * manual/plugins.xml
4289         * manual/starting.xml
4290         * manual/sylpheed-claws-manual.xml
4291         * manual/xml2pdf
4292         * manual/dist/.cvsignore
4293         * manual/dist/html/.cvsignore
4294         * manual/dist/html/Makefile.am
4295         * manual/dist/pdf/.cvsignore
4296         * manual/dist/pdf/Makefile.am
4297         * manual/dist/ps/.cvsignore
4298         * manual/dist/ps/Makefile.am
4299         * manual/dist/txt/.cvsignore
4300         * manual/dist/txt/Makefile.am
4301         * manual/es/Makefile.am
4302         * manual/es/advanced.xml
4303         * manual/es/claws-mail-manual.xml
4304         * manual/es/faq.xml
4305         * manual/es/glossary.xml
4306         * manual/es/handling.xml
4307         * manual/es/intro.xml
4308         * manual/es/plugins.xml
4309         * manual/es/sylpheed-claws-manual.xml
4310         * manual/es/dist/.cvsignore
4311         * manual/es/dist/html/.cvsignore
4312         * manual/es/dist/html/Makefile.am
4313         * manual/es/dist/pdf/.cvsignore
4314         * manual/es/dist/pdf/Makefile.am
4315         * manual/es/dist/ps/.cvsignore
4316         * manual/es/dist/ps/Makefile.am
4317         * manual/es/dist/txt/.cvsignore
4318         * manual/es/dist/txt/Makefile.am
4319         * manual/fr/Makefile.am
4320         * manual/fr/account.xml
4321         * manual/fr/ack.xml
4322         * manual/fr/addrbook.xml
4323         * manual/fr/advanced.xml
4324         * manual/fr/claws-mail-manual.xml
4325         * manual/fr/faq.xml
4326         * manual/fr/glossary.xml
4327         * manual/fr/handling.xml
4328         * manual/fr/intro.xml
4329         * manual/fr/keyboard.xml
4330         * manual/fr/plugins.xml
4331         * manual/fr/starting.xml
4332         * manual/fr/sylpheed-claws-manual.xml
4333         * manual/fr/dist/.cvsignore
4334         * manual/fr/dist/html/.cvsignore
4335         * manual/fr/dist/html/Makefile.am
4336         * manual/fr/dist/pdf/.cvsignore
4337         * manual/fr/dist/pdf/Makefile.am
4338         * manual/fr/dist/ps/.cvsignore
4339         * manual/fr/dist/ps/Makefile.am
4340         * manual/fr/dist/txt/.cvsignore
4341         * manual/fr/dist/txt/Makefile.am
4342         * manual/pl/Makefile.am
4343         * manual/pl/account.xml
4344         * manual/pl/ack.xml
4345         * manual/pl/addrbook.xml
4346         * manual/pl/advanced.xml
4347         * manual/pl/claws-mail-manual.xml
4348         * manual/pl/faq.xml
4349         * manual/pl/glossary.xml
4350         * manual/pl/handling.xml
4351         * manual/pl/intro.xml
4352         * manual/pl/keyboard.xml
4353         * manual/pl/plugins.xml
4354         * manual/pl/starting.xml
4355         * manual/pl/sylpheed-claws-manual.xml
4356         * manual/pl/dist/.cvsignore
4357         * manual/pl/dist/html/.cvsignore
4358         * manual/pl/dist/html/Makefile.am
4359         * manual/pl/dist/pdf/.cvsignore
4360         * manual/pl/dist/pdf/Makefile.am
4361         * manual/pl/dist/ps/.cvsignore
4362         * manual/pl/dist/ps/Makefile.am
4363         * manual/pl/dist/txt/.cvsignore
4364         * manual/pl/dist/txt/Makefile.am
4365         * po/.cvsignore
4366         * po/Makevars
4367         * src/.cvsignore
4368         * src/Makefile.am
4369         * src/account.c
4370         * src/account.h
4371         * src/action.c
4372         * src/action.h
4373         * src/adbookbase.h
4374         * src/addr_compl.c
4375         * src/addr_compl.h
4376         * src/addrbook.c
4377         * src/addrcache.c
4378         * src/addrcache.h
4379         * src/addrcindex.c
4380         * src/addrcindex.h
4381         * src/addrclip.c
4382         * src/addrclip.h
4383         * src/addrdefs.h
4384         * src/addressadd.c
4385         * src/addressadd.h
4386         * src/addressbook.c
4387         * src/addressbook.h
4388         * src/addressbook_foldersel.c
4389         * src/addressbook_foldersel.h
4390         * src/addrgather.c
4391         * src/addrgather.h
4392         * src/addrharvest.c
4393         * src/addrharvest.h
4394         * src/addrindex.c
4395         * src/addrindex.h
4396         * src/addritem.c
4397         * src/addritem.h
4398         * src/addrquery.c
4399         * src/addrquery.h
4400         * src/addrselect.c
4401         * src/addrselect.h
4402         * src/alertpanel.c
4403         * src/alertpanel.h
4404         * src/browseldap.c
4405         * src/browseldap.h
4406         * src/codeconv.c
4407         * src/codeconv.h
4408         * src/compose.c
4409         * src/crash.c
4410         * src/crash.h
4411         * src/customheader.c
4412         * src/customheader.h
4413         * src/displayheader.c
4414         * src/displayheader.h
4415         * src/editaddress.c
4416         * src/editaddress.h
4417         * src/editbook.c
4418         * src/editbook.h
4419         * src/editgroup.c
4420         * src/editgroup.h
4421         * src/editjpilot.c
4422         * src/editjpilot.h
4423         * src/editldap.c
4424         * src/editldap.h
4425         * src/editldap_basedn.c
4426         * src/editldap_basedn.h
4427         * src/editvcard.c
4428         * src/editvcard.h
4429         * src/exphtmldlg.c
4430         * src/exphtmldlg.h
4431         * src/expldifdlg.c
4432         * src/expldifdlg.h
4433         * src/export.c
4434         * src/exporthtml.c
4435         * src/exporthtml.h
4436         * src/exportldif.c
4437         * src/exportldif.h
4438         * src/filtering.c
4439         * src/filtering.h
4440         * src/folder.c
4441         * src/folder.h
4442         * src/folder_item_prefs.c
4443         * src/folder_item_prefs.h
4444         * src/foldersel.c
4445         * src/foldersel.h
4446         * src/folderutils.c
4447         * src/folderutils.h
4448         * src/folderview.c
4449         * src/folderview.h
4450         * src/grouplistdialog.c
4451         * src/grouplistdialog.h
4452         * src/html.c
4453         * src/html.h
4454         * src/image_viewer.c
4455         * src/image_viewer.h
4456         * src/imap.c
4457         * src/imap.h
4458         * src/imap_gtk.c
4459         * src/imap_gtk.h
4460         * src/import.c
4461         * src/import.h
4462         * src/importldif.c
4463         * src/importldif.h
4464         * src/importmutt.c
4465         * src/importmutt.h
4466         * src/importpine.c
4467         * src/importpine.h
4468         * src/inc.c
4469         * src/inc.h
4470         * src/jpilot.c
4471         * src/jpilot.h
4472         * src/ldapctrl.c
4473         * src/ldapctrl.h
4474         * src/ldaplocate.c
4475         * src/ldaplocate.h
4476         * src/ldapquery.c
4477         * src/ldapquery.h
4478         * src/ldapserver.c
4479         * src/ldapserver.h
4480         * src/ldaputil.c
4481         * src/ldaputil.h
4482         * src/ldif.c
4483         * src/ldif.h
4484         * src/localfolder.c
4485         * src/localfolder.h
4486         * src/main.c
4487         * src/main.h
4488         * src/mainwindow.c
4489         * src/mainwindow.h
4490         * src/manual.c
4491         * src/manual.h
4492         * src/matcher.c
4493         * src/matcher.h
4494         * src/matcher_parser.h
4495         * src/matcher_parser_lex.l
4496         * src/matcher_parser_parse.y
4497         * src/mbox.c
4498         * src/mbox.h
4499         * src/message_search.c
4500         * src/message_search.h
4501         * src/messageview.c
4502         * src/messageview.h
4503         * src/mh.c
4504         * src/mh.h
4505         * src/mh_gtk.c
4506         * src/mh_gtk.h
4507         * src/mimeview.c
4508         * src/mimeview.h
4509         * src/msgcache.c
4510         * src/msgcache.h
4511         * src/mutt.c
4512         * src/mutt.h
4513         * src/news.c
4514         * src/news.h
4515         * src/news_gtk.c
4516         * src/news_gtk.h
4517         * src/noticeview.c
4518         * src/noticeview.h
4519         * src/partial_download.c
4520         * src/partial_download.h
4521         * src/pine.c
4522         * src/pine.h
4523         * src/pop.c
4524         * src/pop.h
4525         * src/prefs_account.c
4526         * src/prefs_account.h
4527         * src/prefs_actions.c
4528         * src/prefs_actions.h
4529         * src/prefs_common.c
4530         * src/prefs_common.h
4531         * src/prefs_compose_writing.c
4532         * src/prefs_compose_writing.h
4533         * src/prefs_customheader.c
4534         * src/prefs_customheader.h
4535         * src/prefs_display_header.c
4536         * src/prefs_display_header.h
4537         * src/prefs_ext_prog.c
4538         * src/prefs_ext_prog.h
4539         * src/prefs_filtering.c
4540         * src/prefs_folder_column.c
4541         * src/prefs_folder_column.h
4542         * src/prefs_folder_item.c
4543         * src/prefs_folder_item.h
4544         * src/prefs_fonts.c
4545         * src/prefs_fonts.h
4546         * src/prefs_gtk.c
4547         * src/prefs_gtk.h
4548         * src/prefs_image_viewer.c
4549         * src/prefs_image_viewer.h
4550         * src/prefs_matcher.c
4551         * src/prefs_matcher.h
4552         * src/prefs_message.c
4553         * src/prefs_message.h
4554         * src/prefs_msg_colors.c
4555         * src/prefs_msg_colors.h
4556         * src/prefs_other.c
4557         * src/prefs_other.h
4558         * src/prefs_quote.c
4559         * src/prefs_quote.h
4560         * src/prefs_receive.c
4561         * src/prefs_receive.h
4562         * src/prefs_send.c
4563         * src/prefs_send.h
4564         * src/prefs_spelling.c
4565         * src/prefs_spelling.h
4566         * src/prefs_summaries.c
4567         * src/prefs_summaries.h
4568         * src/prefs_summary_column.c
4569         * src/prefs_summary_column.h
4570         * src/prefs_template.c
4571         * src/prefs_template.h
4572         * src/prefs_themes.c
4573         * src/prefs_themes.h
4574         * src/prefs_toolbar.c
4575         * src/prefs_toolbar.h
4576         * src/prefs_wrapping.c
4577         * src/prefs_wrapping.h
4578         * src/privacy.c
4579         * src/privacy.h
4580         * src/procheader.c
4581         * src/procheader.h
4582         * src/procmime.c
4583         * src/procmime.h
4584         * src/procmsg.c
4585         * src/procmsg.h
4586         * src/quote_fmt.c
4587         * src/quote_fmt_parse.y
4588         * src/recv.c
4589         * src/recv.h
4590         * src/remotefolder.c
4591         * src/remotefolder.h
4592         * src/send_message.c
4593         * src/send_message.h
4594         * src/setup.c
4595         * src/setup.h
4596         * src/sourcewindow.c
4597         * src/sourcewindow.h
4598         * src/ssl_manager.c
4599         * src/ssl_manager.h
4600         * src/statusbar.c
4601         * src/statusbar.h
4602         * src/stock_pixmap.c
4603         * src/stock_pixmap.h
4604         * src/summary_search.c
4605         * src/summary_search.h
4606         * src/summaryview.c
4607         * src/summaryview.h
4608         * src/syldap.c
4609         * src/syldap.h
4610         * src/textview.c
4611         * src/textview.h
4612         * src/toolbar.c
4613         * src/toolbar.h
4614         * src/undo.c
4615         * src/undo.h
4616         * src/unmime.c
4617         * src/unmime.h
4618         * src/vcard.c
4619         * src/vcard.h
4620         * src/wizard.c
4621         * src/wizard.h
4622         * src/common/base64.c
4623         * src/common/base64.h
4624         * src/common/defs.h
4625         * src/common/hooks.c
4626         * src/common/hooks.h
4627         * src/common/log.c
4628         * src/common/log.h
4629         * src/common/mgutils.c
4630         * src/common/mgutils.h
4631         * src/common/nntp.c
4632         * src/common/nntp.h
4633         * src/common/passcrypt.c
4634         * src/common/passcrypt.h.in
4635         * src/common/plugin.c
4636         * src/common/plugin.h
4637         * src/common/prefs.c
4638         * src/common/prefs.h
4639         * src/common/progressindicator.c
4640         * src/common/progressindicator.h
4641         * src/common/quoted-printable.c
4642         * src/common/quoted-printable.h
4643         * src/common/session.c
4644         * src/common/session.h
4645         * src/common/smtp.c
4646         * src/common/smtp.h
4647         * src/common/socket.c
4648         * src/common/socket.h
4649         * src/common/ssl.c
4650         * src/common/ssl.h
4651         * src/common/stringtable.c
4652         * src/common/stringtable.h
4653         * src/common/sylpheed.c
4654         * src/common/sylpheed.h
4655         * src/common/template.c
4656         * src/common/template.h
4657         * src/common/timing.h
4658         * src/common/utils.c
4659         * src/common/utils.h
4660         * src/common/version.h.in
4661         * src/common/xml.c
4662         * src/common/xml.h
4663         * src/common/xmlprops.c
4664         * src/common/xmlprops.h
4665         * src/gtk/about.c
4666         * src/gtk/colorlabel.c
4667         * src/gtk/colorlabel.h
4668         * src/gtk/colorsel.c
4669         * src/gtk/colorsel.h
4670         * src/gtk/combobox.c
4671         * src/gtk/combobox.h
4672         * src/gtk/description_window.c
4673         * src/gtk/description_window.h
4674         * src/gtk/filesel.c
4675         * src/gtk/filesel.h
4676         * src/gtk/foldersort.c
4677         * src/gtk/foldersort.h
4678         * src/gtk/gtkaspell.c
4679         * src/gtk/gtkaspell.h
4680         * src/gtk/gtksctree.c
4681         * src/gtk/gtkshruler.c
4682         * src/gtk/gtkshruler.h
4683         * src/gtk/gtkutils.c
4684         * src/gtk/gtkutils.h
4685         * src/gtk/icon_legend.c
4686         * src/gtk/icon_legend.h
4687         * src/gtk/logwindow.c
4688         * src/gtk/logwindow.h
4689         * src/gtk/manage_window.c
4690         * src/gtk/manage_window.h
4691         * src/gtk/pluginwindow.c
4692         * src/gtk/pluginwindow.h
4693         * src/gtk/prefswindow.c
4694         * src/gtk/prefswindow.h
4695         * src/gtk/quicksearch.c
4696         * src/gtk/quicksearch.h
4697         * src/pixmaps/claws-mail.xpm
4698         * src/pixmaps/claws-mail_icon.xpm
4699         * src/pixmaps/claws-mail_logo.xpm
4700         * src/pixmaps/sylpheed-claws.xpm
4701         * src/pixmaps/sylpheed-claws_icon.xpm
4702         * src/pixmaps/sylpheed-claws_logo.xpm
4703         * src/plugins/bogofilter/Makefile.am
4704         * src/plugins/bogofilter/bogofilter.c
4705         * src/plugins/bogofilter/bogofilter.h
4706         * src/plugins/bogofilter/bogofilter_gtk.c
4707         * src/plugins/clamav/Makefile.am
4708         * src/plugins/clamav/clamav_plugin.c
4709         * src/plugins/clamav/clamav_plugin.h
4710         * src/plugins/clamav/clamav_plugin_gtk.c
4711         * src/plugins/demo/Makefile.am
4712         * src/plugins/demo/demo.c
4713         * src/plugins/dillo_viewer/Makefile.am
4714         * src/plugins/dillo_viewer/README
4715         * src/plugins/dillo_viewer/dillo_prefs.c
4716         * src/plugins/dillo_viewer/dillo_prefs.h
4717         * src/plugins/dillo_viewer/dillo_viewer.c
4718         * src/plugins/pgpcore/Makefile.am
4719         * src/plugins/pgpcore/passphrase.c
4720         * src/plugins/pgpcore/passphrase.h
4721         * src/plugins/pgpcore/pgp_viewer.c
4722         * src/plugins/pgpcore/pgp_viewer.h
4723         * src/plugins/pgpcore/plugin.c
4724         * src/plugins/pgpcore/prefs_gpg.c
4725         * src/plugins/pgpcore/prefs_gpg.h
4726         * src/plugins/pgpcore/select-keys.c
4727         * src/plugins/pgpcore/select-keys.h
4728         * src/plugins/pgpcore/sgpgme.c
4729         * src/plugins/pgpcore/sgpgme.h
4730         * src/plugins/pgpcore/sylpheed.def
4731         * src/plugins/pgpcore/version.rc
4732         * src/plugins/pgpinline/Makefile.am
4733         * src/plugins/pgpinline/pgpinline.c
4734         * src/plugins/pgpinline/pgpinline.h
4735         * src/plugins/pgpinline/plugin.c
4736         * src/plugins/pgpinline/sylpheed.def
4737         * src/plugins/pgpinline/version.rc
4738         * src/plugins/pgpmime/Makefile.am
4739         * src/plugins/pgpmime/pgpmime.c
4740         * src/plugins/pgpmime/pgpmime.h
4741         * src/plugins/pgpmime/plugin.c
4742         * src/plugins/pgpmime/sylpheed.def
4743         * src/plugins/pgpmime/version.rc
4744         * src/plugins/spamassassin/Makefile.am
4745         * src/plugins/spamassassin/README
4746         * src/plugins/spamassassin/spamassassin.c
4747         * src/plugins/spamassassin/spamassassin.h
4748         * src/plugins/spamassassin/spamassassin_gtk.c
4749         * src/plugins/trayicon/Makefile.am
4750         * src/plugins/trayicon/trayicon.c
4751         * tools/OOo2sylpheed.pl
4752         * tools/README
4753         * tools/README.sylprint
4754         * tools/acroread2sylpheed.pl
4755         * tools/claws.i18n.status.pl
4756         * tools/filter_conv.pl
4757         * tools/filter_conv_new.pl
4758         * tools/freshmeat_search.pl
4759         * tools/google_search.pl
4760         * tools/kmail2sylpheed.pl
4761         * tools/kmail2sylpheed_v2.pl
4762         * tools/make.themes.project
4763         * tools/multiwebsearch.pl
4764         * tools/nautilus2sylpheed.sh
4765         * tools/outlook2sylpheed.pl
4766         * tools/sylprint.pl
4767         * tools/sylprint.rc
4768         * tools/tb2sylpheed
4769         * tools/textviewer.sh
4770         * tools/vcard2xml.py
4771         * tools/kdeservicemenu/README
4772         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
4773         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
4774         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
4775                 Change name to Claws Mail. Announce to follow...
4776
4777 2006-11-06 [wwp]        2.6.0cvs6
4778
4779         * src/prefs_template.c
4780                 unify messages related to quote format/template errors (fix
4781                 capitalization), again.
4782
4783 2006-11-06 [wwp]        2.6.0cvs5
4784
4785         * src/prefs_quote.c
4786                 unify messages related to quote format/template errors.
4787
4788 2006-11-06 [wwp]        2.6.0cvs4
4789
4790         * src/prefs_msg_colors.c
4791                 more uses of Q_ macro for contextual translations, thanks
4792                 to Fabien (fzzzzz).
4793
4794 2006-11-06 [wwp]        2.6.0cvs3
4795
4796         * src/compose.c
4797         * src/common/utils.c
4798         * src/common/utils.h
4799                 show an alertpanel to make sure users are aware that sensitive
4800                 files are attached (it's file blacklist-based). This will fix
4801                 interaction w/ GoogleEarth for instance, thanks to Colin.
4802
4803 2006-11-06 [wwp]        2.6.0cvs2
4804
4805         * src/prefs_quote.c
4806         * src/prefs_template.c
4807         * src/prefs_template.h
4808                 check quote format when applying/closing prefs. For now this only
4809                 shows up an error dialog box, not preventing the user from using
4810                 a broken quote (reply, forwards) format.
4811
4812 2006-11-06 [wwp]        2.6.0cvs1
4813
4814         * src/prefs_template.c
4815                 fix missing checks of some template fields.
4816
4817 2006-11-06 [paul]       2.6.0
4818
4819         * NEWS
4820         * README
4821         * RELEASE_NOTES
4822                 2.6.0 released
4823
4824 2006-11-06 [paul]       2.5.6cvs22
4825
4826         * manual/advanced.xml
4827         * manual/es/advanced.xml
4828                 put 'respect_flowed_format' info in the correct
4829                 place
4830
4831 2006-11-06 [mones]      2.5.6cvs21
4832
4833         * po/es.po
4834                 Minor fixes for release
4835
4836 2006-11-06 [paul]       2.5.6cvs20
4837
4838         * po/cs.po
4839         * po/de.po
4840         * po/fr.po
4841         * po/it.po
4842         * po/nl.po
4843         * po/pt_BR.po
4844         * po/sk.po
4845         * po/sv.po
4846         * po/zh_CN.po
4847                 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
4848                 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
4849                 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
4850                 Young
4851
4852 2006-11-02 [colin]      2.5.6cvs19
4853
4854         * src/imap.c
4855         * src/imap.h
4856         * src/prefs_account.c
4857         * src/etpan/imap-thread.c
4858                 Add GSSAPI support - fixes Debian bug #383274
4859
4860 2006-11-01 [colin]      2.5.6cvs18
4861
4862         * src/jpilot.c
4863                 Handle libpisock12 support. Probably
4864                 fixes bug 1046, 'jpilot AddressDB.pdb 
4865                 import fail'
4866
4867 2006-11-01 [colin]      2.5.6cvs17
4868
4869         * src/folderutils.c
4870                 debug_print() folderutils_mark_all_read()
4871
4872 2006-11-01 [colin]      2.5.6cvs16
4873
4874         * COPYING
4875                 Add missed files to the Apache exception
4876
4877 2006-10-31 [colin]      2.5.6cvs15
4878
4879         * src/folder.c
4880         * src/folder.h
4881                 Add a copy_private_data() func to FolderClasses
4882                 Doesn't break the feature freeze, because we 
4883                 won't use it (right now) in the core.
4884
4885 2006-10-31 [colin]      2.5.6cvs14
4886
4887         * COPYING
4888                 Allow linking with the Apache licensed files in
4889                 src/plugins/spamassassin. Hopefully fixes 
4890                 bug 1048, 'Spamassassin plugin license problem'
4891
4892 2006-10-31 [wwp]        2.5.6cvs13
4893
4894         * src/compose.c
4895                 fix and optimize trimming of leading linefeeds in body loop.
4896
4897 2006-10-31 [colin]      2.5.6cvs12
4898
4899         * src/etpan/imap-thread.c
4900         * src/imap.c
4901                 Make really sure to have NULL sets in case
4902                 of error
4903
4904 2006-10-30 [wwp]        2.5.6cvs11
4905
4906         * src/prefs_common.c
4907         * src/prefs_common.h
4908         * src/compose.c
4909                 fix broken storage of quote format template when it contains \-escape
4910                 sequences. The application of such sequences is also fixed now (\t
4911                 in quote format will be a real tab instead of a 't', for instance).
4912
4913 2006-10-27 [colin]      2.5.6cvs10
4914
4915         * src/compose.c
4916                 Probably fix bug 1045, 'sylpheed-claws 
4917                 doesn't remove the mail from the IMAP 
4918                 Queue folder after sending'. From
4919                 2.5.6cvs3-stable
4920
4921 2006-10-27 [colin]      2.5.6cvs9
4922
4923         * configure.ac
4924                 Require libetpan-0.48. I'm so annoying,
4925                 I know ;-)
4926
4927 2006-10-27 [colin]      2.5.6cvs8
4928
4929         * src/folder.c
4930         * src/imap.c
4931                 Probably fix bug 1044, 'sylpheed-claws 
4932                 segfaults while moving mails' - Fix relation
4933                 usage when moving to an IMAP mailbox from another
4934                 mailbox
4935
4936 2006-10-26 [paul]       2.5.6cvs7
4937
4938         * src/gtk/about.c
4939                 add libSM to compiled-in features
4940                 list
4941
4942 2006-10-24 [colin]      2.5.6cvs6
4943
4944         * src/textview.c
4945         * src/gtk/gtkutils.c
4946                 Fix crash when printing emails with an
4947                 xface
4948
4949 2006-10-24 [mones]      2.5.6cvs5
4950
4951         * manual/es/advanced.xml
4952                 Synchronize hidden option respect_flowed_format
4953         * po/es.po
4954                 Updated translation
4955
4956 2006-10-21 [paul]       2.5.6cvs4
4957
4958         * src/gtk/authors.h
4959         * src/plugins/pgpcore/pgp_viewer.c
4960         * src/plugins/pgpcore/sgpgme.c
4961                 fix building on BSDs
4962                 Thanks to Michael Hughes
4963                 <Sylpheed-Claws_user@thehugheslogcabin.net>
4964
4965 2006-10-20 [colin]      2.5.6cvs3
4966
4967         * configure.ac
4968                 Bump up libetpan requirement
4969                 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
4970         * src/common/utils.c
4971         * src/common/utils.h
4972                 Add convenience get_file_mtime()
4973         * src/imap.c
4974         * src/etpan/imap-thread.c
4975         * src/etpan/imap-thread.h
4976                 Implement UIDPLUS support if the server
4977                 supports it - faster sending in this case
4978
4979 2006-10-19 [colin]      2.5.6cvs2
4980
4981         * src/gtk/quicksearch.c
4982                 Fix emptying in type-ahead+extended mode
4983         * src/mainwindow.c
4984         * src/mainwindow.h
4985                 Add a hook for offline state change
4986         * src/plugins/trayicon/trayicon.c
4987                 Use it to display offline icons
4988         * src/plugins/trayicon/Makefile.am
4989         * src/plugins/trayicon/newmail.offline.xpm
4990         * src/plugins/trayicon/newmarkedmail.offline.xpm
4991         * src/plugins/trayicon/nomail.offline.xpm
4992         * src/plugins/trayicon/unreadmail.offline.xpm
4993         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
4994                 Add the icons
4995
4996 2006-10-12 [paul]       2.5.6cvs1
4997
4998         * NEWS
4999         * README
5000         * configure.ac
5001                 Update version number following
5002                 stable release
5003
5004 2006-10-19 [colin]      2.5.5cvs18
5005
5006         * manual/handling.xml
5007                 Add type-ahead search
5008
5009 2006-10-18 [colin]      2.5.5cvs17
5010
5011         * src/gtk/quicksearch.c
5012                 Remove "save to history only if there's
5013                 no syntax error", it breaks for some 
5014                 reason which I'll investigate later.
5015
5016 2006-10-18 [colin]      2.5.5cvs16
5017
5018         * src/prefs_common.c
5019         * src/prefs_common.h
5020         * src/summaryview.c
5021         * src/gtk/quicksearch.c
5022         * src/gtk/quicksearch.h
5023                 Add a type-ahead option for fast searches
5024                 Patch by Fabien Vantard
5025
5026 2006-10-18 [colin]      2.5.5cvs15
5027
5028         * src/compose.c
5029         * src/compose.h
5030                 Add Options/Reply mode/ menu to be able to
5031                 change the recipients of a reply on the fly
5032
5033 2006-10-18 [colin]      2.5.5cvs14
5034
5035         * src/compose.c
5036                 Fix redirecting of our own sent mails
5037
5038 2006-10-17 [wwp]        2.5.5cvs13
5039
5040         * src/send_message.c
5041                 Fix duplicate error messages when sending, and missing
5042                 newline in such error messages.
5043
5044 2006-10-17 [colin]      2.5.5cvs12
5045
5046         * src/compose.c
5047                 Compare addresses case-insensitive
5048
5049 2006-10-17 [colin]      2.5.5cvs11
5050
5051         * src/plugins/pgpcore/sgpgme.c
5052                 Fix return status
5053
5054 2006-10-17 [colin]      2.5.5cvs10
5055
5056         * src/plugins/pgpcore/pgp_viewer.c
5057                 Fix return status
5058
5059 2006-10-17 [colin]      2.5.5cvs9
5060
5061         * src/quote_fmt.c
5062                 Fix a typo (thanks to Fabien)
5063
5064 2006-10-16 [colin]      2.5.5cvs8
5065
5066         * src/textview.c
5067                 Fix problem with quote-folding when emails
5068                 don't convert cleanly to UTF-8
5069
5070 2006-10-14 [colin]      2.5.5cvs7
5071
5072         * src/prefs_template.c
5073                 Reset fields when reopening
5074                 the window
5075
5076 2006-10-13 [paul]       2.5.5cvs6
5077
5078         * manual/advanced.xml
5079         * src/prefs_message.c
5080                 make 'respect_flowed_format' a hidden
5081                 option, and add a manual entry for it
5082                 Thanks to Colin
5083
5084 2006-10-12 [colin]      2.5.5cvs5
5085
5086         * src/codeconv.c
5087                 Revert part of 2.5.2cvs21:
5088                 Don't optimise by reusing the 
5089                 last iconv converter if possible:
5090                 it seems slightly broken in a 
5091                 very hard way to reproduce
5092
5093 2006-10-12 [colin]      2.5.5cvs4
5094
5095         * src/prefs_common.c
5096         * src/prefs_common.h
5097         * src/prefs_message.c
5098         * src/procmime.c
5099                 Fix bug 1035, 'Incorrect handling 
5100                 of flowed lines'. We now optionnaly
5101                 handle this format (preference is in
5102                 Message View/Text options section)
5103
5104 2006-10-12 [colin]      2.5.5cvs3
5105
5106         * po/POTFILES.in
5107                 Add new file
5108         * src/plugins/pgpcore/pgp_viewer.c
5109         * src/plugins/pgpcore/sgpgme.c
5110                 Don't try to import without asking
5111
5112 2006-10-12 [colin]      2.5.5cvs2
5113
5114         * src/compose.c
5115                 Fix bug 1036, 'Forwarding a mutlipart
5116                 mail with a "text/html" block to ms
5117                 outlook users leeds to freeze of
5118                 outlook'. Poor outlook users...
5119
5120 2006-10-12 [paul]       2.5.5cvs1
5121
5122         * NEWS
5123         * README
5124         * configure.ac
5125                 Update version number following
5126                 stable release
5127
5128 2006-10-11 [paul]       2.5.4cvs1
5129
5130         * NEWS
5131         * README
5132         * configure.ac
5133                 Update version number following
5134                 stable release
5135
5136 2006-10-11 [paul]       2.5.3cvs32
5137
5138         * src/textview.c
5139                 fix bug 1032, 'Segmentation fault when showing
5140                 message' (bug in quote folding)
5141                 Thanks to Colin
5142
5143 2006-10-10 [colin]      2.5.3cvs31
5144
5145         * src/quote_fmt.c
5146                 Rephrase english a bit
5147
5148 2006-10-10 [colin]      2.5.3cvs30
5149
5150         * src/prefs_compose_writing.c
5151                 Stop making the page larger than the window
5152
5153 2006-10-10 [wwp]        2.5.3cvs29
5154
5155         * src/compose.c
5156         * src/prefs_template.c
5157         * src/quote_fmt.c
5158         * src/quote_fmt.h
5159         * src/quote_fmt_lex.l
5160         * src/quote_fmt_parse.y
5161                 Extend the quote parser a bit: allow to get access to
5162                 basic (composing) account info.
5163
5164 2006-10-10 [colin]      2.5.3cvs28
5165
5166         * src/procheader.c
5167                 Fix this \t problem in subject
5168
5169 2006-10-09 [colin]      2.5.3cvs27
5170
5171         * src/main.c
5172         * src/prefs_gtk.c
5173                 Prepare cache a bit later
5174                 If section already exists, skip the new one 
5175                 (as previously); avoid writing the same block
5176                 twice - if we find a second block with the 
5177                 same id, skip it.
5178         * src/plugins/pgpcore/pgp_viewer.c
5179                 Set cursor to busy when retrieving a key
5180         * src/plugins/pgpcore/sgpgme.c
5181                 allow 5 seconds for gpg to export the key
5182                 
5183
5184 2006-10-09 [colin]      2.5.3cvs26
5185
5186         * configure.ac
5187         * src/msgcache.c
5188         * src/prefs_gtk.c
5189                 Check for existence of fgets_unlocked
5190                 and fwrite_unlocked
5191
5192 2006-10-09 [paul]       2.5.3cvs25
5193
5194         * src/prefs_summaries.c
5195                 replace strftime() with fast_strftime() and in
5196                 the consequence fix the bug in the display of
5197                 AM/PM in the 'Example' string
5198
5199 2006-10-09 [ticho]      2.5.3cvs24
5200
5201         * po/sk.po
5202                 Updated (and fixed up somewhat) Slovak translation.
5203
5204 2006-10-08 [colin]      2.5.3cvs23
5205
5206         * src/prefs_folder_item.c
5207                 Explain why prefs in the top-level folder
5208                 aren't retained, but are still useful
5209
5210 2006-10-08 [colin]      2.5.3cvs22
5211
5212         * src/prefs_gtk.c
5213                 Don't cache anything if caching fails
5214
5215 2006-10-08 [colin]      2.5.3cvs21
5216
5217         * src/common/utils.c
5218                 always include gi18n.h
5219
5220 2006-10-07 [colin]      2.5.3cvs20
5221
5222         * src/plugins/pgpcore/pgp_viewer.c
5223                 Kill gpg after 5 seconds wait
5224
5225 2006-10-07 [colin]      2.5.3cvs19
5226
5227         * src/plugins/pgpcore/pgp_viewer.c
5228         * src/plugins/pgpcore/pgp_viewer.h
5229                 Fix copyright
5230
5231 2006-10-07 [colin]      2.5.3cvs18
5232
5233         * src/plugins/pgpcore/pgp_viewer.c
5234         * src/plugins/pgpcore/pgp_viewer.h
5235                 Actually add the files to CVS
5236
5237 2006-10-07 [colin]      2.5.3cvs17
5238
5239         * src/plugins/pgpcore/sgpgme.c
5240                 Be sure not to crash on 'application/pgp-signature' that
5241                 are not application/pgp-signatures
5242
5243 2006-10-07 [colin]      2.5.3cvs16
5244
5245         * src/textview.c
5246         * src/textview.h
5247                 Make a bit more of the API available
5248         * src/plugins/pgpcore/Makefile.am
5249         * src/plugins/pgpcore/plugin.c
5250         * src/plugins/pgpcore/sgpgme.c
5251                 Add basic key import/export
5252
5253 2006-10-07 [colin]      2.5.3cvs15
5254
5255         * src/folderview.c
5256         * src/imap.c
5257         * src/prefs_account.c
5258         * src/wizard.c
5259                 Warn users *everywhere* if libetpan's not
5260                 linked in
5261
5262 2006-10-06 [mones]      2.5.3cvs14
5263
5264         * po/de.po
5265         * po/es.po
5266                 updated by Stephan Sachse and me
5267
5268 2006-10-06 [colin]      2.5.3cvs13
5269
5270         * src/main.c
5271         * src/common/sylpheed.c
5272                 Don't load common plugins if --exit is passed
5273         * src/prefs_gtk.c
5274         * src/prefs_gtk.h
5275                 Implement a cache to avoid reading the same
5276                 files over and over again at startup
5277
5278 2006-10-06 [colin]      2.5.3cvs12
5279
5280         * src/summaryview.c
5281         * src/gtk/quicksearch.c
5282                 Update display every 5k mails on fast searches
5283
5284 2006-10-06 [colin]      2.5.3cvs11
5285
5286         * src/textview.c
5287                 Don't do quote folding on HTML or ERTF.
5288                 May fix the Cygwin issues if they were
5289                 happening with HTML mails?
5290
5291 2006-10-05 [colin]      2.5.3cvs10
5292
5293         * src/prefs_gtk.c
5294                 Oops, forgot one
5295
5296 2006-10-05 [colin]      2.5.3cvs9
5297
5298         * src/prefs_gtk.c
5299                 Use unlocked_stdio here too
5300
5301 2006-10-05 [colin]      2.5.3cvs8
5302
5303         * src/folderview.c
5304                 Fix go to next * after preferences apply
5305         * src/msgcache.c
5306                 Do the fd lock/unlock ourselves instead of
5307                 letting the libc do it at each write 
5308
5309 2006-10-05 [colin]      2.5.3cvs7
5310
5311         * src/common/utils.c
5312                 Faster division, thanks to Jean Diraison
5313
5314 2006-10-05 [paul]       2.5.3cvs6
5315
5316         * src/common/utils.c
5317                 fix building with --disable-nls
5318
5319 2006-10-04 [colin]      2.5.3cvs5
5320
5321         * src/folder.c
5322                 Maybe fix a segfault
5323
5324 2006-10-04 [wwp]        2.5.3cvs4
5325
5326         * src/prefs_folder_item.c
5327                 Fine-tune layouts in folder item prefs. Suggested by
5328                 Fabien Vantard <fzzzzz@gmail.com>.
5329
5330 2006-10-04 [wwp]        2.5.3cvs3
5331
5332         * src/prefs_folder_item.c
5333                 Kill the clandestine passengers. You didn't see anything.
5334
5335 2006-10-04 [wwp]        2.5.3cvs2
5336
5337         * src/prefs_folder_item.c
5338                 Add a way to test the subject simplify regexp in
5339                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
5340                 w/ few layout changes.
5341
5342 2006-20-04 [paul]       2.5.3cvs1
5343
5344         * NEWS
5345         * README
5346         * configure.ac
5347                 Update version number following
5348                 stable release
5349
5350 2006-10-04 [colin]      2.5.2cvs42
5351
5352         * src/folder.c
5353         * src/folder.h
5354         * src/summaryview.c
5355                 Provide a way for folder classes to set their sort
5356                 type and key
5357
5358 2006-10-03 [colin]      2.5.2cvs41
5359
5360         * src/mh.c
5361                 Don't use strlen() to know if the
5362                 string's empty
5363
5364 2006-10-03 [colin]      2.5.2cvs40
5365
5366         * src/mh.c
5367                 Fix "check for new folders" with accentued folders
5368
5369 2006-10-03 [ticho]      2.5.2cvs39
5370
5371         * src/filtering.c
5372         * src/folder.c
5373         * src/inc.c
5374         * src/mbox.c
5375                 Colin's fix for "copy" filtering rules.
5376
5377 2006-10-02 [colin]      2.5.2cvs38
5378
5379         * src/folderview.c
5380                 Fix for double-click too
5381
5382 2006-10-02 [colin]      2.5.2cvs37
5383
5384         * src/folderview.c
5385                 correct fix for cvs36
5386
5387 2006-10-02 [colin]      2.5.2cvs36
5388
5389         * src/folderview.c
5390                 Fix 'goto next unread' after collapsing/expanding 
5391                 a node.
5392
5393 2006-10-02 [colin]      2.5.2cvs35
5394
5395         * src/summaryview.c
5396                 Fix double freeze/thaw
5397         * src/common/utils.c
5398         * src/common/utils.h
5399                 Reimplement strftime
5400         * src/procheader.c
5401                 Use it
5402
5403
5404 2006-10-02 [colin]      2.5.2cvs34
5405
5406         * src/mh.c
5407                 Time mh_write_sequences() - it's fast
5408         * src/summaryview.c
5409                 Init a variable to shut up gcc
5410
5411 2006-10-01 [colin]      2.5.2cvs33
5412
5413         * src/folder.c
5414         * src/mh.c
5415         * src/mh.h
5416         * src/msgcache.c
5417                 Add helper mh_set_mtime(), and set mtime to stat()'s result
5418                 Add fsync but disable it, it's slow as hell
5419
5420 2006-10-01 [colin]      2.5.2cvs32
5421
5422         * src/mh.c
5423         * src/msgcache.c
5424                 fflush() caches and mh_sequences before
5425                 fclose()ing
5426
5427 2006-10-01 [colin]      2.5.2cvs31
5428
5429         * src/msgcache.c
5430                 Don't ftruncate when not using mmap
5431
5432 2006-09-30 [colin]      2.5.2cvs30
5433
5434         * src/main.c
5435                 Write folder list *after* saving caches
5436
5437 2006-09-30 [colin]      2.5.2cvs29
5438
5439         * src/folder.c
5440         * src/mh.c
5441                 Debug forced mtime changes
5442
5443 2006-09-30 [colin]      2.5.2cvs28
5444
5445         * src/folder.c
5446         * src/main.c
5447                 Remove useless debug_print()s (code
5448                 well-tested)
5449
5450 2006-09-30 [colin]      2.5.2cvs27
5451
5452         * src/mh.c
5453                 Do stuff faster when writing mh_sequences
5454
5455 2006-09-30 [colin]      2.5.2cvs26
5456
5457         * src/mh.c
5458                 Don't let the writing of .mh_sequences, which
5459                 can change the folder's mtime, let us think
5460                 we need to scan.
5461
5462 2006-09-30 [colin]      2.5.2cvs25
5463
5464         * src/folder.c
5465                 Move a debug_print where it belongs 
5466                 (processing)
5467         * src/summaryview.c
5468                 Don't mess with a huge slow subject
5469                 table if we're not threading by
5470                 subject
5471
5472 2006-09-30 [colin]      2.5.2cvs24
5473
5474         * src/msgcache.c
5475                 Reenable mmaped reads (*not* writes!)
5476         * src/procmsg.c
5477                 Don't destroy and recreate hashtables just
5478                 for fun
5479         * src/common/utils.c
5480                 Remove useless reply prefixes (it's case
5481                 unsensitive)
5482
5483 2006-09-30 [wwp]        2.5.2cvs23
5484
5485         * tools/fix_date.sh
5486                 Fixed a minor bug in date value extraction, added a switch
5487                 to replace non RFC-compliant Date: value, added a switch
5488                 to use strict RFC matching patterns for dates.
5489
5490 2006-09-29 [colin]      2.5.2cvs22
5491
5492         * src/matcher_parser.h
5493         * src/matcher_parser_parse.y
5494         * src/prefs_filtering.c
5495         * src/statusbar.c
5496         * src/summary_search.c
5497         * src/summaryview.c
5498         * src/gtk/quicksearch.c
5499         * src/gtk/quicksearch.h
5500                 Optimise searches by setting different
5501                 refresh intervals (depending if the 
5502                 search is fast or not)
5503
5504 2006-09-29 [colin]      2.5.2cvs21
5505
5506         * src/codeconv.c
5507                 Optimise by reusing the last iconv converter
5508                 if possible
5509         * src/textview.c
5510                 Optimise a bit (the foldable quotes feature
5511                 still has an awful O(n^2) algo
5512
5513 2006-09-29 [colin]      2.5.2cvs20
5514
5515         * src/gtk/gtksctree.c
5516         * src/gtk/gtksctree.h
5517                 Optimise de-selection via up/down or
5518                 another key
5519
5520 2006-09-28 [colin]      2.5.2cvs19
5521
5522         * src/action.c
5523         * src/compose.c
5524         * src/folderview.c
5525         * src/mainwindow.c
5526         * src/messageview.c
5527         * src/summary_search.c
5528         * src/toolbar.c
5529                 Avoid using summaryview->ctree directly
5530
5531 2006-09-28 [colin]      2.5.2cvs18
5532
5533         * src/summaryview.c
5534         * src/summaryview.h
5535                 Add helpers to freeze/thaw/grab_focus
5536                 Factorize calls to freeze/thaw/grab_focus
5537                 
5538
5539 2006-09-28 [colin]      2.5.2cvs17
5540
5541         * src/main.c
5542                 More guards for the session management
5543
5544 2006-09-28 [colin]      2.5.2cvs16
5545
5546         * src/folderview.c
5547         * src/gtk/gtksctree.c
5548         * src/gtk/gtksctree.h
5549                 Make expanding not recursive in folderview
5550
5551 2006-09-28 [colin]      2.5.2cvs15
5552
5553         * src/addressbook.c
5554                 If nothing is selected in the list (right part)
5555                 and a group is selected in the tree (left part),
5556                 mail this group.
5557
5558 2006-09-28 [colin]      2.5.2cvs14
5559
5560         * src/Makefile.am
5561                 Actually use SM_LIBS
5562
5563 2006-09-28 [ticho]      2.5.2cvs13
5564
5565         * src/export.c
5566         * src/messageview.c
5567         * src/mimeview.c
5568         * src/news.c
5569         * src/pop.c
5570         * src/prefs_themes.c
5571         * src/procmsg.c
5572                 Small i18n string optimization.
5573         * src/send_message.c
5574         * src/summaryview.c
5575         * src/common/session.c
5576         * src/common/smtp.c
5577         * src/common/ssl_certificate.c
5578         * src/common/utils.c
5579                 Use "Couldn't" instead of "Can't" in UI messages,
5580                 where appropriate.
5581
5582 2006-09-28 [colin]      2.5.2cvs12
5583
5584         * configure.ac
5585                 Possibly fix link errors
5586
5587 2006-09-27 [wwp]        2.5.2cvs11
5588
5589         * src/gtk/authors.h
5590         * doc/man/sylpheed-claws.1
5591         * manual/ack.xml
5592         * manual/es/ack.xml
5593         * manual/fr/ack.xml
5594         * manual/pl/ack.xml
5595                 Updated authors info (me, myself and I).
5596
5597 2006-09-27 [colin]      2.5.2cvs10
5598
5599         * src/addressbook.c
5600                 Remove useless printf
5601
5602 2006-09-27 [wwp]        2.5.2cvs9
5603
5604         * src/editgroup.c
5605         * src/send_message.c
5606         * src/inc.c
5607         * src/prefs_common.c
5608         * src/prefs_common.h
5609         * src/gtk/progressdialog.c
5610                 remember more windows' sizes (send dialog, received dialog,
5611                 edit group in addressbook).
5612
5613 2006-09-27 [colin]      2.5.2cvs8
5614
5615         * configure.ac
5616         * src/main.c
5617         * src/mainwindow.h
5618                 Use libSM to communicate with the session
5619                 manager, so that we can know when the 
5620                 session ends, save our caches, and draft
5621                 our compose windows.
5622
5623 2006-09-27 [colin]      2.5.2cvs7
5624
5625         * src/addressbook.c
5626                 Fix issues:
5627                 o Allow Book and Group creation from the tree's
5628                   contextual menu
5629                 o Do not actually delete the contacts when 
5630                   deleting groups from the tree (duh!)
5631
5632 2006-09-27 [colin]      2.5.2cvs6
5633
5634         * src/compose.c
5635         * src/compose.h
5636         * src/mainwindow.c
5637         * src/textview.c
5638         * src/toolbar.c
5639                 o Allow passing an email address to 
5640                   compose_new_with_folderitem
5641                 o Update callers
5642                 o Use current folderitem when clicking
5643                   on a TextView mailto: link
5644                 o Fix a possible leak in TextView
5645
5646 2006-09-27 [colin]      2.5.2cvs5
5647
5648         * src/html.c
5649                 Use UTF-8 chars to replace HTML entities
5650
5651 2006-09-27 [colin]      2.5.2cvs4
5652
5653         * AUTHORS
5654         * src/prefs_account.c
5655         * src/gtk/authors.h
5656                 Fix bug #1024 (Array index out of
5657                 range in sylpheed-claws-2.5.2)
5658                 Patch by Ales Nosek <anosek@suse.cz>
5659
5660 2006-09-27 [colin]      2.5.2cvs3
5661
5662         * src/addr_compl.c
5663                 Actually do the test
5664
5665 2006-09-27 [colin]      2.5.2cvs2
5666
5667         * src/addr_compl.c
5668         * src/addr_compl.h
5669                 Allow completing with comma (in certain cases: vCalendar
5670                 for example doesn't support that)
5671                 Patch by Fabien Vantard
5672
5673 2006-09-26 [colin]      2.5.2cvs1
5674
5675         * src/Makefile.am
5676         * src/addr_compl.c
5677         * src/addr_compl.h
5678         * src/addrbook.c
5679         * src/addrbook.h
5680         * src/addressbook.c
5681         * src/addrindex.c
5682         * src/addrindex.h
5683         * src/compose.c
5684         * src/prefs_common.c
5685         * src/prefs_filtering_action.c
5686         * src/prefs_folder_item.c
5687         * src/prefs_template.c
5688         * src/stock_pixmap.c
5689         * src/stock_pixmap.h
5690         * src/pixmaps/addr_one.xpm
5691         * src/pixmaps/addr_two.xpm
5692                 Add auto-completion on groups
5693
5694 2006-09-26 [colin]      2.5.2
5695
5696         * NEWS
5697         * README
5698         * RELEASE_NOTES
5699                 2.5.2 released
5700
5701 2006-09-26 [colin]      2.5.1cvs5
5702
5703         * src/matcher.c
5704                 Fix condition
5705
5706 2006-09-26 [colin]      2.5.1cvs4
5707
5708         * src/mbox.c
5709                 Revert cvs1 (useless as the message is printed 
5710                 every 500 mails)
5711
5712 2006-09-26 [colin]      2.5.1cvs3
5713
5714         * src/partial_download.c
5715                 Fix crasher found by Alexsandar Urosevic
5716
5717 2006-09-26 [colin]      2.5.1cvs2
5718
5719         * src/summaryview.c
5720                 Fix bug #1023 (Sylpheed deletes too much messages)
5721
5722 2006-09-26 [ticho]      2.5.1cvs1
5723
5724         * src/mbox.c
5725                 Make use of gettext's multiple plurals for statusbar
5726                 progress message.
5727
5728 2006-09-25 [paul]       2.5.1
5729
5730         * NEWS
5731         * README
5732         * RELEASE_NOTES
5733                 2.5.1 released
5734
5735 2006-09-25 [colin]      2.5.0cvs3
5736
5737         * src/plugins/bogofilter/bogofilter.c
5738         * src/plugins/clamav/clamav_plugin.c
5739         * src/plugins/spamassassin/spamassassin.c
5740                 BogoFilter, Spamassassin: Fix double hook registering after
5741                 visiting preferences
5742                 Spamassassin, Clamav: Just set the mails to move instead of
5743                 doing the move - caller will move the things at once.
5744
5745 2006-09-25 [colin]      2.5.0cvs2
5746
5747         * src/imap.c
5748         * src/etpan/imap-thread.c
5749                 Use UID SEARCH ALL instead of UID 1:*
5750                 (braindead servers can't figure out that's
5751                 the same...)
5752
5753 2006-09-25 [wwp]        2.5.0cvs1
5754
5755         * src/message_search.c
5756                 Added the ability to stop a running search (in message body).
5757
5758 2006-09-25 [paul]       2.5.0
5759
5760         * NEWS
5761         * README
5762         * RELEASE_NOTES
5763                 2.5.0 released
5764
5765 2006-09-25 [paul]       2.4.0cvs214
5766
5767         * po/cs.po
5768         * po/de.po
5769         * po/fi.po
5770         * po/fr.po
5771         * po/nl.po
5772         * po/pt_BR.po
5773         * po/sk.po
5774         * po/sr.po
5775         * po/zh_CN.po
5776                 updated by Tim, Stephan Sachse, Flammie Pirinen,
5777                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
5778                 Ticho, Aleksander Urosevic, Ralgh Young
5779
5780 2006-09-24 [mones]      2.4.0cvs213
5781
5782         * po/es.po
5783                 Updated for release
5784
5785 2006-09-23 [colin]      2.4.0cvs212
5786
5787         * src/gtk/inputdialog.c
5788                 Fix [ ] remember this appearing in normal
5789                 input dialogs after it's been used by
5790                 mimeview.
5791         * src/folder.c
5792         * src/folderview.c
5793         * src/msgcache.c
5794         * src/procmsg.c
5795         * src/summaryview.c
5796         * src/textview.c
5797         * src/common/timing.h
5798                 Enable timings in debug mode and make it
5799                 look prettier.
5800
5801 2006-09-22 [colin]      2.4.0cvs211
5802
5803         * README
5804                 Revert test change
5805         * commitHelper
5806                 ping the correct URI
5807
5808 2006-09-22 [colin]      2.4.0cvs210
5809
5810         * README
5811                 Let's see if bug #1022 is fixed
5812
5813 2006-09-21 [colin]      2.4.0cvs209
5814
5815         * src/wizard.c
5816         * src/common/plugin.c
5817                 Prepare infra to load predefined plugins when
5818                 no configuration existed. Don't actually load
5819                 anything yet (feat. freeze)
5820
5821 2006-09-21 [wwp]        2.4.0cvs208
5822
5823         * manual/fr/faq.xml
5824                 Partial sync w/ 2.4.0cvs72:
5825                 wrap file and minor updates.
5826
5827 2006-09-21 [wwp]        2.4.0cvs207
5828
5829         * tools/fix_date.sh
5830                 several fixes and enhancements. A new --force switch has been
5831                 added to prevent overriding by default Date: header when
5832                 already existing.
5833
5834 2006-09-21 [paul]       2.4.0cvs206
5835
5836         * src/common/utils.c
5837                 add Chinese UTF8 Re prefix
5838
5839 2006-09-21 [wwp]        2.4.0cvs205
5840
5841         * tools/Makefile.am
5842                 Fics alfabettical order.
5843
5844 2006-09-21 [wwp]        2.4.0cvs204
5845
5846         * tools/fix_date.sh
5847         * tools/Makefile.am
5848                 Added an action tool to fix missing Date field in emails.
5849                 Updated Makefile.am to reflect those last two additions.
5850
5851 2006-09-21 [wwp]        2.4.0cvs203
5852
5853         * tools/uuooffice
5854                 Added a action tool to open uuencoded docs w/
5855                 OpenOffice (based on uudec method).
5856
5857 2006-09-21 [colin]      2.4.0cvs202
5858
5859         * src/compose.c
5860         * src/textview.c
5861                 Workaround possible GTK crash: remove selection 
5862                 clipboard before destroying widget, or GTK+-2.10
5863                 dies. Thanks to Hiro.
5864
5865 2006-09-20 [colin]      2.4.0cvs201
5866
5867         * src/compose.c
5868                 Fix free-after-use in some cases (when 
5869                 procmime_encode_content() frees mimeinfo->data.mem
5870                 and turns it to a temp file)
5871
5872 2006-09-20 [colin]      2.4.0cvs200
5873
5874         * src/folderview.c
5875         * src/summaryview.c
5876         * src/gtk/gtksctree.c
5877         * src/gtk/gtksctree.h
5878                 Add tooltips in the folderview and summaryview
5879                 (Doesn't break string freeze as they already
5880                 exist)
5881         * src/toolbar.c
5882                 Put the spam button in the default configuration
5883                 if compiled with bogo plugin too
5884
5885 2006-09-19 [colin]      2.4.0cvs199
5886
5887         * src/summaryview.c
5888         * src/summaryview.h
5889                 Update folder name label on folder rename
5890         * src/prefs_matcher.c
5891         * src/gtk/logwindow.h
5892                 Fix warnings
5893                 Patches by Fabien
5894
5895 2006-09-19 [wwp]        2.4.0cvs198
5896
5897         * src/summary_search.c
5898                 fix can't click forward/backward buttons in the
5899                 search messages.
5900
5901 2006-09-18 [paul]       2.4.0cvs197
5902
5903         * src/wizard.c
5904                 add missing bracket, capitalise the A of
5905                 'SpamAssassin'
5906
5907 2006-09-18 [paul]       2.4.0cvs196
5908
5909         * src/compose.c
5910                 fix bug 1012 'crashed upon sending mail
5911                 from compose window'
5912                 Thanks to Colin
5913
5914 2006-09-16 [colin]      2.4.0cvs195
5915
5916         * src/folderview.c
5917                 Fix "real-time" sorting by freezing/thawing
5918
5919 2006-09-16 [colin]      2.4.0cvs194
5920
5921         * manual/faq.xml
5922                 Fix the anti-spam entry a bit
5923
5924 2006-09-16 [colin]      2.4.0cvs193
5925
5926         * src/wizard.c
5927                 Make sure reviewers have no excuse when stating
5928                 Sylpheed-Claws doesn't have antispam capabilities.
5929
5930 2006-09-16 [colin]      2.4.0cvs192
5931
5932         * src/main.c
5933                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
5934                 as if the SIGPIPE comes from etpan's thread we could
5935                 trigger a GUI update from this thread.
5936
5937 2006-09-16 [colin]      2.4.0cvs191
5938
5939         * src/summaryview.c
5940                 Init all members of the struct
5941
5942 2006-09-16 [paul]       2.4.0cvs190
5943
5944         * src/account.c
5945                 improvements to the English
5946
5947 2006-09-15 [colin]      2.4.0cvs189
5948
5949         * src/summaryview.c
5950                 HIG order on dialog
5951
5952 2006-09-14 [colin]      2.4.0cvs188
5953
5954         * src/common/socket.c
5955         * src/common/socket.h
5956         * src/common/ssl.c
5957         * src/common/ssl_certificate.c
5958         * src/common/ssl_certificate.h
5959         * src/etpan/imap-thread.c
5960                 the get_fqdn() call done to get canonical name when
5961                 checking an SSL certificate is blocking, which is
5962                 sad as we just did a non-blocking lookup to connect.
5963                 Fix that by letting the fqdn available to the SockInfo,
5964                 and use that in ssl_certificate_check(). For IMAP,
5965                 we don't do it as the lookup's done by libetpan, but
5966                 it's less annoying as IMAP connections as much more
5967                 rare than POP3 connections.
5968
5969 2006-09-14 [paul]       2.4.0cvs187
5970
5971         * manual/advanced.xml
5972                 improvements to the English,
5973                 properly place the new hidden options
5974                 within the alphabetical order
5975         * src/gtk/pluginwindow.c
5976                 improvements to the English
5977
5978 2006-09-14 [colin]      2.4.0cvs186
5979
5980         * src/prefs_common.c
5981         * src/prefs_common.h
5982         * src/gtk/gtksctree.c
5983         * manual/advanced.xml
5984                 New hidden pref, stripes_color_offset, to change
5985                 the value added/substracted to normal bgcolor to
5986                 create the stripes in summaries
5987
5988 2006-09-13 [colin]      2.4.0cvs185
5989
5990         * src/gedit-print.c
5991         * src/messageview.c
5992         * src/messageview.h
5993         * src/summaryview.c
5994         * src/textview.c
5995                 Fix misc. printing issues: 
5996                 - Bad font for linkified headers
5997                 - Different font if the mail was displayed or not
5998                 - Factorize the thing
5999
6000 2006-09-13 [colin]      2.4.0cvs184
6001
6002         * src/common/ssl_certificate.c
6003                 Only get FQDN once when checking certificate
6004
6005 2006-09-13 [colin]      2.4.0cvs183
6006
6007         * src/account.c
6008         * src/gtk/pluginwindow.c
6009                 Misc. GUI fixes by Fabien
6010
6011 2006-09-13 [wwp]        2.4.0cvs182
6012
6013         * configure.ac
6014         * src/common/utils.h
6015         * src/common/utils.c
6016                 get rid of unused wide-char functions.
6017
6018 2006-09-13 [wwp]        2.4.0cvs181
6019
6020         * src/plugins/pgpinline/sylpheed.def
6021         * src/textview.c
6022                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
6023                 add privacy_reset_error to the .def file,
6024                 do not fork for an external textviewer.
6025
6026 2006-09-13 [wwp]        2.4.0cvs180
6027
6028         * src/prefs_common.c
6029                 fix broken font entry in prefs (patch issued by the gpg4win team,
6030                 probably by Marcus Brinkmann <marcus@g10code.de>).
6031
6032 2006-09-13 [colin]      2.4.0cvs179
6033
6034         * src/folder.h
6035                 Fix a warning in summaryview.c
6036         * src/mainwindow.c
6037         * src/summaryview.c
6038         * src/summaryview.h
6039                 Add missing Mark/* elements in the
6040                 main menu
6041
6042 2006-09-12 [colin]      2.4.0cvs178
6043
6044         * src/prefs_actions.c
6045         * src/prefs_filtering_action.c
6046         * src/prefs_matcher.c
6047                 Use (New) instead of New everywhere
6048
6049 2006-09-12 [wwp]        2.4.0cvs177
6050
6051         * manual/fr/addrbook.xml
6052         * manual/fr/handling.xml
6053                 updated some quotes in the fr manual to match the fr translation.
6054
6055 2006-09-12 [wwp]        2.4.0cvs176
6056
6057         * src/prefs_matcher.c
6058                 don't store translated string elements in matcher expressions.
6059                 Also fixed a misused of Q_().
6060
6061 2006-09-11 [wwp]        2.4.0cvs175
6062
6063         * src/plugins//bogofilter/bogofilter.c
6064         * src/plugins//clamav/clamav_plugin.c
6065         * src/plugins//demo/demo.c
6066         * src/plugins//dillo_viewer/dillo_viewer.c
6067         * src/plugins//pgpcore/plugin.c
6068         * src/plugins//pgpinline/plugin.c
6069         * src/plugins//pgpmime/plugin.c
6070         * src/plugins//spamassassin/spamassassin.c
6071                 gettext-ize more strings (mostly plugin error messages).
6072
6073 2006-09-11 [colin]      2.4.0cvs174
6074
6075         * src/alertpanel.c
6076                 Make maximum buffer size bigger to avoid
6077                 truncating translated messages. Patch by
6078                 Fabien
6079
6080 2006-09-11 [colin]      2.4.0cvs173
6081
6082         * src/etpan/imap-thread.c
6083                 Fix compilation on OpenBSD, thanks to 
6084                 Landry
6085
6086 2006-09-10 [wwp]        2.4.0cvs172
6087
6088         * manual/account.xml
6089         * manual/addrbook.xml
6090         * manual/handling.xml
6091         * manual/es/handling.xml
6092         * manual/fr/account.xml
6093         * manual/fr/addrbook.xml
6094         * manual/fr/handling.xml
6095                 documented addressbook matching (condition configuration):
6096                   addrbook.xml, en fr
6097                 documented per-account filtering rules (handling/filtering
6098                   section, account section):
6099                   account.xml, handling.xml, en fr
6100                 slightly updated the handling/searching section to tell few
6101                   words about the extended search ability:
6102                   handling.xml, en fr
6103                 added missing <quote></quotes> to Quick Search:
6104                   handling.xml, en fr es
6105                 fixed a typo (auomatically):
6106                   handling.xml, en
6107                 changes revisited by Paul.
6108
6109 2006-09-10 [paul]       2.4.0cvs171
6110
6111         * src/prefs_actions.c
6112         * src/prefs_filtering.c
6113         * src/prefs_template.c
6114                 adjustments to the gui
6115                 Patch by Fabien Vantard (slightly modified)
6116
6117 2006-09-10 [colin]      2.4.0cvs170
6118
6119         * src/summaryview.c
6120                 Check folderitem/summaryview consistency
6121                 (basically automates Update summary). Fixes
6122                 #1011 (wrong (negative) count on unread 
6123                 messages)
6124
6125 2006-09-10 [colin]      2.4.0cvs169
6126
6127         * src/gtk/gtksctree.c
6128                 Fix recursive expansion via mouse
6129         * src/plugins/bogofilter/bogofilter.c
6130                 Use normal filtering way of moving
6131                 messages (batching), possibly fixing
6132                 bug #1015 (Bogofilter plugin doubles 
6133                 new messages)
6134
6135 2006-09-09 [wwp]        2.4.0cvs168
6136
6137         * src/prefs_filtering.c
6138                 better place for this fix.
6139
6140 2006-09-09 [wwp]        2.4.0cvs167
6141
6142         * src/prefs_filtering.c
6143                 fix a minor bug when the enabled status of a filtering/processing
6144                 rule always got set to TRUE when replacing this rule. That still
6145                 make sense when adding a new rule, but now when replacing, we
6146                 don't override the value of 'enabled'.
6147                 Also renamed the func prefs_filtering_list_view_get_rule_name()
6148                 to prefs_filtering_list_view_get_info() as this function not only
6149                 returns the name, but also the account_id and the enabled status.
6150
6151 2006-09-09 [mones]      2.4.0cvs166
6152
6153         * manual/glossary.xml
6154         * manual/plugins.xml
6155                 Minor format corrections
6156         * manual/gpl.xml
6157                 Fix misplaced NO WARRANTY section
6158         * manual/es/advanced.xml
6159         * manual/es/faq.xml
6160         * manual/es/glossary.xml
6161         * manual/es/gpl.xml
6162         * manual/es/handling.xml
6163         * manual/es/plugins.xml
6164         * manual/es/starting.xml
6165                 Incorporate changes from English version
6166         * manual/fr/ack.xml
6167         * manual/pl/ack.xml
6168         * manual/es/ack.xml
6169                 Fix address, (add translation credits in es version)
6170         * po/es.po
6171                 Updated translation
6172
6173 2006-09-09 [wwp]        2.4.0cvs165
6174
6175         * src/prefs_filtering.c
6176                 fix a crash when opening filtering prefs, if matcherrc file contains
6177                 broken data (non-existing account id, which is theoretically not
6178                 possible).
6179
6180 2006-09-08 [colin]      2.4.0cvs164
6181
6182         * src/folder.c
6183                 Wrong assert, make it an if()
6184         * src/gtk/gtksctree.c
6185                 Fix bug #1013 (expand selected thread 
6186                 tree) - expanding is now recursive
6187
6188 2006-09-07 [wwp]        2.4.0cvs163
6189
6190         * src/prefs_matcher.c
6191                 make better sentences about addressbook matching in the
6192                 matcher prefs. This should make translators' work easier
6193                 too.
6194
6195 2006-09-07 [wwp]        2.4.0cvs162
6196
6197         * src/prefs_filtering.c
6198                 code simplification (get rid of dup var. assignment).
6199
6200 2006-09-07 [wwp]        2.4.0cvs161
6201
6202         * src/summaryview.c
6203                 use GTK_STOCK icons when possible, patch by Fabien Vantard
6204                 <fzzzzz@gmail.com>.
6205
6206 2006-09-07 [paul]       2.4.0cvs160
6207
6208         * src/mimeview.c
6209                 fix compilation warnings
6210                 Thanks to Colin
6211
6212 2006-09-07 [paul]       2.4.0cvs159
6213
6214         * src/mimeview.c
6215                 select the mimepart icon when
6216                 displaying as text
6217                 Thanks to Colin
6218
6219 2006-09-06 [paul]       2.4.0cvs158
6220
6221         * src/prefs_filtering.c
6222                 fix labels and table element spacing
6223                 Patch by Fabien Vantard
6224
6225 2006-09-06 [paul]
6226
6227         2.5.0-rc3 released
6228
6229 2006-09-06 [paul]       2.4.0cvs157
6230
6231         * manual/es/advanced.xml
6232                 fix typo
6233
6234 2006-09-06 [wwp]        2.4.0cvs156
6235
6236         * src/mainwindow.c
6237                 fix an dup launch issue when iconified, thanks to Colin.
6238
6239 2006-09-06 [wwp]        2.4.0cvs155
6240
6241         * src/gtk//gtksctree.h
6242                 oops, forgot that one!
6243
6244 2006-09-06 [wwp]        2.4.0cvs154
6245
6246         * manual/pl/advanced.xml
6247         * manual/advanced.xml
6248         * manual/es/advanced.xml
6249         * manual/fr/advanced.xml
6250         * src/prefs_customheader.c
6251         * src/prefs_filtering_action.c
6252         * src/foldersel.c
6253         * src/prefs_summaries.c
6254         * src/prefs_filtering.c
6255         * src/account.c
6256         * src/compose.c
6257         * src/prefs_summary_column.c
6258         * src/addr_compl.c
6259         * src/prefs_actions.c
6260         * src/prefs_folder_column.c
6261         * src/ssl_manager.c
6262         * src/prefs_template.c
6263         * src/prefs_display_header.c
6264         * src/prefs_common.h
6265         * src/prefs_matcher.c
6266         * src/prefs_common.c
6267         * src/prefs_toolbar.c
6268         * src/summaryview.c
6269         * src/folderview.c
6270         * src/gtk/gtksctree.c
6271         * src/gtk/pluginwindow.c
6272         * src/gtk/progressdialog.c
6273         * src/gtk/prefswindow.c
6274                 renamed hidden option enable_rules_hint to use_stripes_everywhere
6275                 to make its meaning more obvious (all versions of the manual reflect
6276                 the change).
6277                 added an extra hidden option use_stripes_in_summary to allow
6278                 discarding these stripes in mainwindow's folder and message lists;
6279                 en and fr manuals only are OK towards this.
6280
6281 2006-09-06 [colin]      2.4.0cvs153
6282
6283         * src/textview.c
6284                 Hide Sylpheed-Claws' internal queue headers
6285                 when showing all headers. They'll be present
6286                 only in Source window.
6287
6288 2006-09-05 [colin]      2.4.0cvs152
6289
6290         * src/plugins/trayicon/trayicon.c
6291                 Fix crash at exit - we have to disconnect
6292                 our handlers
6293         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
6294                 Update eggtrayicon - patch adapted from a
6295                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
6296                 on Sylpheed's ML
6297
6298 2006-09-05 [colin]      2.4.0cvs151
6299
6300         * src/mainwindow.c
6301         * src/gtk/logwindow.c
6302                 Fix race condition when something writes
6303                 to the log too soon during init. Thanks
6304                 to Fabien Vantard
6305
6306 2006-09-05 [colin]      2.4.0cvs150
6307
6308         * src/mimeview.c
6309                 Don't select part on right-click either
6310
6311 2006-09-05 [paul]       2.4.0cvs149
6312
6313         * src/mimeview.c
6314                 completion of previous commit
6315                 Thanks to Colin
6316
6317 2006-09-05 [colin]      2.4.0cvs148
6318
6319         * src/mimeview.c
6320                 Don't force selection on middle-click, just open
6321
6322 2006-09-04 [colin]      2.4.0cvs147
6323
6324         * src/mimeview.c
6325                 Looks like gtk_notebook_set_current_page()
6326                 sometimes steals focus, and this annoys us
6327                 in MimeViewers as it renders navigation
6328                 keys useless. Take back focus after switching
6329                 pages.
6330
6331 2006-09-04 [colin]      2.4.0cvs146
6332
6333         * src/messageview.c
6334                 Set stop_loading when clicking on Next
6335                 during load. Don't add a callback to 
6336                 avoid over-complicating things.
6337
6338 2006-09-04 [colin]      2.4.0cvs145
6339
6340         * src/mimeview.c
6341         * src/messageview.c
6342                 Fix multiple loads in separate messageview
6343
6344 2006-09-04 [colin]      2.4.0cvs144
6345
6346         * src/summaryview.c
6347                 Let navigation keys be handled during 
6348                 load
6349
6350 2006-09-04 [colin]      2.4.0cvs143
6351
6352         * src/messageview.c
6353         * src/summaryview.c
6354         * src/textview.c
6355         * src/textview.h
6356                 Make loading of huge mails (lots of text and/or
6357                 images) cancellable, so the GUI doesn't block 
6358
6359 2006-09-04 [colin]      2.4.0cvs142
6360
6361         * src/plugins/trayicon/trayicon.c
6362                 Fix annoyance when removing a folder with 
6363                 unread mails: trayicon didn't update
6364
6365 2006-09-04 [paul]       2.4.0cvs141
6366
6367         * src/gtk/icon_legend.c
6368                 straighten up columns
6369                 Patch by Fabien Vantard
6370
6371 2006-09-04 [wwp]        2.4.0cvs140
6372
6373         * src/prefs_filtering.c
6374                 fix new line's account name in filtering prefs:
6375                 was "All", is now "(New)".
6376
6377 2006-09-04 [paul]       2.4.0cvs139
6378
6379         * tools/make.themes.project
6380                 use "AUTOMAKE_OPTIONS = dist-bzip2"
6381                 instead of homebrewed "make release"
6382
6383 2006-09-03 [colin]      2.4.0cvs138
6384
6385         * src/folderview.c
6386                 Fix bug #1007 (Wrong folder highlighted)
6387
6388 2006-09-03 [colin]      2.4.0cvs137
6389
6390         * src/compose.c
6391                 Don't set Newsgroup: header to a mail folder
6392                 path
6393
6394 2006-09-03 [paul]       2.4.0cvs136
6395
6396         * src/prefs_other.c
6397         * src/prefs_spelling.c
6398                 unify the gui
6399
6400 2006-09-03 [paul]       2.4.0cvs135
6401
6402         * src/prefs_summaries.c
6403                 correct menu item text in prefs_keybind_apply_clicked()
6404
6405 2006-09-03 [paul]       2.4.0cvs134
6406
6407         * manual/advanced.xml
6408                 some improvements to the descriptions
6409         * src/mainwindow.c
6410         * src/messageview.c
6411         * src/summaryview.c
6412         * src/gtk/menu.c
6413                 fix menu sensitivity issues
6414         * src/prefs_message.c
6415                 drop the useless word 'short'
6416         * src/prefs_other.c
6417                 add the word 'lines' indicating log length
6418                 is a measure of lines
6419         * src/textview.c
6420                 fix compilation warnings
6421
6422 2006-09-02 [colin]      2.4.0cvs133
6423
6424         * src/messageview.c
6425                 Display a special return-receipt message
6426                 if the message is from the user
6427         * src/summaryview.c
6428                 Fix missing freeze of the list when marking
6429                 all read and unthreading for exec. Thanks
6430                 to Stephan Sachse.
6431
6432 2006-09-02 [paul]       2.4.0cvs132
6433
6434         * src/mainwindow.c
6435         * src/prefs_message.c
6436         * src/summaryview.c
6437                 fix some english
6438
6439 2006-09-02 [wwp]        2.4.0cvs131
6440
6441         * src/prefs_filtering.c
6442                 added an account name column to the filtering rules
6443                 dialog.
6444
6445 2006-09-02 [colin]      2.4.0cvs130
6446
6447         * src/gtk/logwindow.c
6448         * src/gtk/logwindow.h
6449                 Block scrolling if we're not at the end
6450                 of the log
6451
6452 2006-09-02 [colin]      2.4.0cvs129
6453
6454         * src/folder.c
6455                 Make sure account-specific rules can't
6456                 be used in {pre-,post-,}processing
6457         * src/mainwindow.c
6458         * src/gtk/logwindow.c
6459         * src/gtk/logwindow.h
6460                 Jump to last error when clicking on the
6461                 warning icon
6462
6463 2006-09-02 [colin]      2.4.0cvs128
6464
6465         * src/imap.c
6466         * src/import.c
6467         * src/mainwindow.c
6468         * src/mainwindow.h
6469                 Fix warning icon
6470         * src/inc.c
6471         * src/mbox.c
6472         * src/mbox.h
6473                 Let proc_mbox know its account, for
6474                 account-specific rules
6475
6476 2006-09-01 [colin]      2.4.0cvs127
6477
6478         * src/codeconv.c
6479                 Don't uselessly use iconv to convert from
6480                 us-ascii
6481         * src/alertpanel.c
6482         * src/mainwindow.c
6483         * src/mainwindow.h
6484         * src/inc.c
6485                 Fix certain log cases, disable warning icon
6486                 for now, the correct way to display it when
6487                 necessary and only when necessary is probably
6488                 to do it manually rather than use error logs
6489         * src/etpan/imap-thread.c
6490                 Clean up UID logging a bit
6491         * src/gtk/logwindow.c
6492         * src/gtk/logwindow.h
6493                 Make logging faster when the window's closed
6494
6495 2006-09-01 [wwp]        2.4.0cvs126
6496
6497         * manual/fr/account.xml
6498                 reflect changes to the ref. manual (parts of cvs72):
6499                 fix tabnames and quotes.
6500
6501 2006-09-01 [wwp]        2.4.0cvs125
6502
6503         * manual/fr/plugins.xml
6504                 reflect changes to the reference manual (cvs42):
6505                 update IRC channel info.
6506
6507 2006-09-01 [wwp]        2.4.0cvs124
6508
6509         * commitHelper
6510                 use CVSEDITOR env. var. if set, according to `man cvs`.
6511
6512 2006-09-01 [wwp]        2.4.0cvs123
6513
6514         * manual/advanced.xml
6515                 better sentence again (thanks to Paul).
6516
6517 2006-09-01 [wwp]        2.4.0cvs122
6518
6519         * manual/advanced.xml
6520         fix definition of toolbar_detachable and rework a bit the one of
6521         enable_dotted_lines.
6522
6523 2006-09-01 [mones]      2.4.0cvs121
6524
6525         * manual/advanced.xml
6526                 Document enable_dotted_lines
6527
6528 2006-09-01 [paul]       2.4.0cvs120
6529
6530         * src/folderview.c
6531         * src/folderview.h
6532         * src/imap.c
6533         * src/mainwindow.c
6534         * src/summaryview.c
6535                 obey the 'When entering folder...' option
6536                 when using the /View/Go to/... menu items
6537                 Thanks to Colin
6538
6539 2006-08-31 [colin]      2.4.0cvs119
6540
6541         * src/folderview.c
6542                 Revert 2.4.0cvs116, wrong fix.
6543
6544 2006-08-31 [colin]      2.4.0cvs118
6545
6546         * src/gtk/gtksctree.c
6547                 Better state the various copyrights
6548
6549 2006-08-31 [colin]      2.4.0cvs117
6550
6551         * src/prefs_common.c
6552                 fix enable_dotted_lines
6553
6554 2006-08-31 [colin]      2.4.0cvs116
6555
6556         * src/folderview.c
6557                 Use pref "Always open on select" when going
6558                 to next unread folder
6559         * src/gtk/gtksctree.c
6560                 Fix link failure to _gtk_clist_create_cell_layout
6561                 on certain computers. (Why not mine, I wonder)
6562
6563 2006-08-31 [colin]      2.4.0cvs115
6564
6565         * src/procmsg.c
6566         * src/textview.c
6567         * src/plugins/bogofilter/bogofilter.c
6568         * src/plugins/spamassassin/spamassassin.c
6569                 Requalify some "errors" to warnings
6570         * src/mainwindow.c
6571         * src/mainwindow.h
6572         * src/statusbar.c
6573                 Add an icon in the statusbar to notify
6574                 of errors
6575         * src/gtk/gtksctree.c
6576         * src/folderview.c
6577         * src/summaryview.c
6578                 Make the GtkSCTree look more modern by
6579                 alternating background lines
6580         * src/prefs_common.c
6581         * src/prefs_common.h
6582                 Add a pref to let people have the old
6583                 way if they prefer
6584
6585
6586 2006-08-30 [colin]      2.4.0cvs114
6587
6588         * src/procmsg.c
6589         * src/procmsg.h
6590                 Provide a way to filter a list of
6591                 messages in an optimised manner, and
6592                 add a list-filtering hook
6593         * src/folder.c
6594         * src/inc.c
6595         * src/mbox.c
6596                 Use the list filtering
6597         * src/plugins/bogofilter/bogofilter.c
6598                 Use the list-filtering hook
6599                 Use -b (bulk) mode for more speed
6600                 when learning and filtering
6601         * src/etpan/imap-thread.c
6602                 Make log output shorter in UID SEARCH
6603
6604
6605 2006-08-30 [colin]      2.4.0cvs113
6606
6607         * src/plugins/bogofilter/bogofilter.c
6608                 Really fast mass learning - thanks to David
6609                 Relson for the options explanations :)
6610
6611 2006-08-30 [colin]      2.4.0cvs112
6612
6613         * src/msgcache.c
6614                 Fix compilation on FreeBSD. Thanks
6615                 to Michael Hugues
6616
6617 2006-08-29 [colin]      2.4.0cvs111
6618
6619         * src/folderview.c
6620                 Handle "popup_menu" signal (for popping the 
6621                 menu via the keyboard)
6622         * src/mimeview.c
6623         * src/mimeview.h
6624         * src/summaryview.c
6625         * src/textview.c
6626         * src/gtk/gtkutils.c
6627         * src/gtk/gtkutils.h
6628                 Factorize scrolling code, and add an API 
6629                 for MimeViewers to handle scroll orders
6630
6631 2006-08-29 [wwp]        2.4.0cvs110
6632
6633         * src/plugins//bogofilter/bogofilter.c
6634         * src/plugins//spamassassin/spamassassin.c
6635                 make the bogofilter/spamassassin filtering error dialogs at
6636         incorporation obey to the "don't popup error dialog on
6637         receive error" option. If disabled, feed the log window w/
6638         the error message.
6639
6640 2006-08-29 [paul]
6641
6642         2.5.0-rc2 released
6643
6644 2006-08-29 [paul]       2.4.0cvs109
6645
6646         * Makefile.am
6647                 remove 'make release', it's not needed
6648                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
6649
6650 2006-08-29 [paul]       2.4.0cvs108
6651
6652         * src/foldersel.c
6653         * src/summary_search.c
6654         * src/gtk/progressdialog.c
6655         * src/plugins/pgpcore/passphrase.c
6656                 replace deprecated gtk_window_set_policy()
6657
6658 2006-08-29 [colin]      2.4.0cvs107
6659
6660         * src/folder.c
6661                 Fix data loss when copy fails during a move:
6662                 only use fast remove_msgs if everything was
6663                 copied OK; else use slow remove_msg on the
6664                 mails that got copied only.
6665
6666 2006-08-28 [paul]       2.4.0cvs106
6667
6668         * src/mh.c
6669                 revert change in 2.4.0cvs104, it breaks
6670                 stuff
6671
6672 2006-08-28 [paul]       2.4.0cvs105
6673
6674         * src/plugins/spamassassin/spamassassin.c
6675                 english fix
6676
6677 2006-08-28 [paul]       2.4.0cvs104
6678
6679         * src/mh.c
6680                 fix data loss when moving to another
6681                 mailbox fails
6682         * src/prefs_spelling.c
6683                 improve the english
6684         * src/gtk/pluginwindow.c
6685                 improve the layout of the dialog text
6686         All thanks to Colin
6687
6688 2006-08-28 [paul]       2.4.0cvs103
6689
6690         * src/plugins/bogofilter/bogofilter.c
6691         * src/plugins/bogofilter/bogofilter_gtk.c
6692                 fix english up a bit, innit
6693
6694 2006-08-28 [paul]       2.4.0cvs102
6695
6696         * configure.ac
6697         * po/Makefile.in.in
6698         * po/Makevars
6699                 require autoconf 2.60, enabling building
6700                 with gettext 0.15 (gettext 0.14.x build still
6701                 possible). Replace Makefiles with versions
6702                 from gettext 0.15.
6703                 Remove configure options --with-localedir and
6704                 --with-mandir. The options that are provided
6705                 directly by autoconf 2.60 can be used instead:
6706                 --mandir --localedir
6707
6708 2006-08-27 [colin]      2.4.0cvs101
6709
6710         * src/plugins/bogofilter/Makefile.am
6711                 Fix make dist (no README)
6712
6713 2006-08-27 [colin]      2.4.0cvs100
6714
6715         * src/folder.c
6716                 Don't use F_UNKNOWN folders for any default
6717                 outbox/trash/etc
6718         * src/plugins/bogofilter/bogofilter.c
6719         * src/plugins/bogofilter/bogofilter.h
6720         * src/plugins/bogofilter/bogofilter_gtk.c
6721                 Add an option to specify the path to bogofilter
6722                 Use single-quotes to be able to learn in folders
6723                 with spaces in their names
6724                 Verify learning status
6725
6726 2006-08-27 [colin]      2.4.0cvs99
6727
6728         * manual/faq.xml
6729         * manual/plugins.xml
6730                 Document Bogofilter plugin
6731
6732 2006-08-27 [colin]      2.4.0cvs98
6733
6734         * src/compose.c
6735         * src/messageview.c
6736         * src/procmsg.c
6737         * src/procmsg.h
6738                 When possible, copy the queued mail to sent folder
6739                 instead of re-adding. Much faster on IMAP.
6740
6741 2006-08-27 [colin]      2.4.0cvs97
6742
6743         * src/msgcache.c
6744                 Disable mmaped caches - huge metadata loss
6745                 here after a power failure.
6746         * src/summaryview.c
6747                 Add quicksearch timing
6748         * src/common/plugin.c
6749         * src/common/plugin.h
6750                 Implement an interface to tell what plugins
6751                 provide. Prevent loading of similar plugins.
6752         * src/plugins/clamav/clamav_plugin.c
6753         * src/plugins/demo/demo.c
6754         * src/plugins/dillo_viewer/dillo_viewer.c
6755         * src/plugins/pgpcore/plugin.c
6756         * src/plugins/pgpinline/pgpinline.c
6757         * src/plugins/pgpmime/pgpmime.c
6758         * src/plugins/spamassassin/spamassassin.c
6759         * src/plugins/trayicon/trayicon.c
6760                 Implement plugin_provides()
6761
6762 2006-08-27 [colin]      2.4.0cvs96
6763
6764         * configure.ac
6765         * src/plugins/Makefile.am
6766         * src/plugins/bogofilter/.cvsignore
6767         * src/plugins/bogofilter/Makefile.am
6768         * src/plugins/bogofilter/bogofilter.c
6769         * src/plugins/bogofilter/bogofilter.h
6770         * src/plugins/bogofilter/bogofilter_gtk.c
6771                 New Bogofilter plugin, provides filtering and
6772                 learning. Spamassassin will go to extra plugins.
6773
6774 2006-08-26 [mones]      2.4.0cvs95
6775
6776         * manual/handling.xml
6777                 Fix subfolder path in the example (thanks to Paul) 
6778
6779 2006-08-26 [mones]      2.4.0cvs94
6780
6781         * manual/glossary.xml
6782                 2.2. + add ISP to the glossary
6783                 7.5. + Add UIDL to glossary
6784                 7.7. + Add TCP to glossary
6785         * manual/handling.xml
6786                 7.1. + Mentions GNU/Linux distribution, what about the non...
6787                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
6788                 7.3. + Mentions .bashrc, what about the non-bash ones? 
6789                 7.4. = Use appropriate quotation for commands
6790                 7.6. = change "" to <quote></quote>
6791         * manual/plugins.xml
6792                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
6793         * manual/starting.xml
6794                 2.1. + local mbox file: some examples of mbox file locations...
6795                 Also reformatted files requiring it
6796
6797 2006-08-26 [wwp]        2.4.0cvs93
6798
6799         * src/summary_search.c
6800                 disable find buttons while summary search is running.
6801
6802 2006-08-25 [colin]      2.4.0cvs92
6803
6804         * src/folder.c
6805         * src/folderutils.c
6806         * src/mh.c
6807         * src/procmsg.h
6808         * src/summaryview.c
6809                 Speed up MH moving, and add progressbar
6810                 for MH deletion
6811         * src/msgcache.c
6812                 Write cache files using mmap() too
6813
6814 2006-08-25 [wwp]        2.4.0cvs91
6815
6816         * src/summaryview.c
6817                 switch spam<->ham button when a message has been marked as spam or ham
6818                 and is still selected. Thanks to Colin.
6819
6820 2006-08-25 [paul]       2.4.0cvs90
6821
6822         * src/Makefile.am
6823         * src/stock_pixmap.c
6824         * src/stock_pixmap.h
6825         * src/summaryview.c
6826         * src/gtk/icon_legend.c
6827         * src/pixmaps/copied.xpm
6828         * src/pixmaps/moved.xpm
6829                 add icons for delayed execution marked for
6830                 copying, marked for moving
6831
6832 2006-08-25 [mones]      2.4.0cvs89
6833
6834         * manual/glossary.xml
6835                 Fix the other glossary items:
6836                 5.1. = Inmmediate execution -> <quote>immediate execution...
6837                 5.2. = Fix MBOX capitalization -> Mbox
6838                 5.3. + Improve Plugins def. w/ tech. ref.
6839                 5.4. = Quotation -> replace '>' by <quote>></quote>
6840                 5.5. - SMTP Server. -> remove dot
6841         * po/es.po
6842                 Updated translation
6843
6844 2006-08-25 [mones]      2.4.0cvs88
6845
6846         * manual/ack.xml
6847                 Reformatted, changed email address
6848         * manual/glossary.xml
6849                 Reformatted, fixed MANUAL-TODO items:
6850                 8.2. + add ROT-13 to glossary
6851                 8.4. + add URL to glossary
6852         * manual/es/advanced.xml
6853                 Fixed <literal>s
6854
6855 2006-08-25 [paul]       2.4.0cvs87
6856
6857         * src/gtk/icon_legend.c
6858                 add 'marked for deletion' icon
6859                 arrange icons by containing column
6860                 wrap long label text
6861
6862 2006-08-25 [colin]      2.4.0cvs86
6863
6864         * src/common/utils.c
6865         * src/common/utils.h
6866                 Add the sc_g_*list_bigger functions in
6867                 a place everyone can use it
6868         * src/summaryview.c
6869                 Only freeze/thaw the list when working
6870                 on the selection, if it's bigger than 1
6871         * src/gtk/gtksctree.c
6872                 Only freeze/thaw the list when unselec-
6873                 ting 'all' if ('all' != 1)
6874                 This avoids some flickering
6875
6876 2006-08-24 [colin]      2.4.0cvs85
6877
6878         * src/addressbook.c
6879                 Fix strange list selection
6880                 Fix random seg (Invalid read of freed memory)
6881
6882 2006-08-24 [colin]      2.4.0cvs84
6883
6884         * src/alertpanel.c
6885         * src/gtk/inputdialog.c
6886         * src/plugins/pgpcore/passphrase.c
6887                 Revert minimal width patch of 2.4.0cvs67,
6888                 as it is also a maximal width. Use 
6889                 gtk_window_set_default_size instead.
6890
6891 2006-08-24 [colin]      2.4.0cvs83
6892
6893         * src/msgcache.c
6894                 Write cache/mark to temp files before
6895                 overwriting old ones (avoids metadata
6896                 loss if writing the new files fail).
6897                 Use mmap() to read cache/mark file, as
6898                 this makes cache reading faster. Dis-
6899                 abled for big-endian machines until it
6900                 can be tested. (Big-endian users: set
6901                 msgcache_use_mmap = TRUE in the relevant
6902                 #if).
6903         * src/procmsg.h
6904                 Move rarely used fields of MsgInfo in 
6905                 another structure, which will only be
6906                 allocated if needed. Face, X-Face,
6907                 Return receipt headers and List-*
6908                 headers are moved. Mails having none
6909                 of these occupy 52 bytes less with
6910                 this patch, which makes 2.5MB of RAM
6911                 saved on a 50k folder).
6912         * src/headerview.c
6913         * src/mainwindow.c
6914         * src/messageview.c
6915         * src/partial_download.c
6916         * src/procheader.c
6917         * src/procmsg.c
6918         * src/textview.c
6919                 Follow this structure change.
6920
6921 2006-08-24 [wwp]        2.4.0cvs82
6922
6923         * manual/es/.cvsignore
6924         * manual/es/dist/.cvsignore
6925         * manual/es/dist/html/.cvsignore
6926         * manual/es/dist/pdf/.cvsignore
6927         * manual/es/dist/ps/.cvsignore
6928         * manual/es/dist/txt/.cvsignore
6929                 more (generated) files to ignore.
6930
6931 2006-08-24 [colin]      2.4.0cvs81
6932
6933         * src/folder.c
6934         * src/mh.c
6935                 Fix possible problems with local delivery. Check the folder doesn't
6936                 need scan before setting its mtime when saving cache (which can be
6937                 done long after the folder's been modified by an external process);
6938                 Check that the stored item's mtime didn't change in mh functions.
6939
6940 2006-08-24 [mones]      2.4.0cvs80
6941
6942         * manual/advanced.xml
6943                 Rewrapping, some fixes and MANUAL-TODO items:
6944                 8.1. = change "" to <quote></quote>
6945                 8.3. = quote menu items
6946                 8.5. - deploying -> new user ... ideally a new user (redundant)
6947
6948 2006-08-23 [colin]      2.4.0cvs79
6949
6950         * src/gtk/gtksctree.c
6951                 When selecting or deselecting range, only
6952                 freeze/thaw when selection is bigger than 10
6953
6954 2006-08-23 [colin]      2.4.0cvs78
6955
6956         * src/messageview.c
6957         * src/mimeview.c
6958         * src/mimeview.h
6959         * src/plugins/dillo_viewer/dillo_viewer.c
6960                 Provide an API for MimeViewer plugins to
6961                 return a text selection for replying
6962
6963 2006-08-23 [colin]      2.4.0cvs77
6964
6965         * src/image_viewer.c
6966         * src/textview.c
6967                 Use gtk_pixbuf_new_from_file_at_scale(), which
6968                 is faster than getting the pixbuf then resizing
6969                 it.
6970
6971 2006-08-23 [colin]      2.4.0cvs76
6972
6973         * src/procmime.c
6974                 UTF-8 should be sent Quoted-printable
6975
6976 2006-08-22 [colin]      2.4.0cvs75
6977
6978         * src/mh.c
6979                 Check if scan is required before touching
6980                 the folder (or it'll be required every time)
6981
6982 2006-08-22 [colin]      2.4.0cvs74
6983
6984         * configure.ac
6985                 Require libetpan 0.46 (crasher fix when built
6986                 against gnutls)
6987
6988 2006-08-22 [colin]      2.4.0cvs73
6989
6990         * src/folder.c
6991                 Set folder's mtime after writing its
6992                 cache
6993         * src/folderview.c
6994                 Add some timing
6995         * src/procmsg.c
6996                 Don't do useless stuff if we don't 
6997                 thread by subject
6998         * src/summaryview.c
6999                 Add some timing, don't deselect prior
7000                 to selecting (gtksctree does it itself),
7001                 remove crash avoidance hacks as it's been
7002                 properly fixed since a while
7003         * src/common/utils.c
7004                 Optimize to_human_readable(): _() is slow,
7005                 do it only once, and avoid %f format for KB
7006                 (the most common in a summaryview)
7007         * src/gtk/gtksctree.c
7008                 Don't uselessly freeze/thaw (fixes flicker
7009                 on next unread and friends), reduce number
7010                 of g_list_nth/g_list_position where possible
7011         * src/gtk/gtkutils.c
7012         * src/gtk/gtkutils.h
7013                 Reduce number of g_list_nth/g_list_position
7014                 where possible.
7015                 All of this makes loading as 70k folder 2.1
7016                 seconds instead of 3.2 (with hot FS caches).
7017                 (1.3 seconds without Date and Size columns...)
7018
7019 2006-08-22 [paul]       2.4.0cvs72
7020
7021         wrap documents and do some items from mones' MANUAL-TODO:
7022
7023         * manual/account.xml
7024                 4.1. = fix tabname references to <quote>tabname</quote>
7025                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
7026         * manual/faq.xml
7027                 1.1. = mentioned options don't match UI
7028                 Add information about the 'Never send Return Receipts'
7029                 option
7030         * manual/handling.xml
7031                 6.2. = Mentions Extended symbols button, but now is
7032                 named Information
7033                 6.3. = Mentions ... button, which is now Edit
7034
7035 2006-08-22 [colin]      2.4.0cvs71
7036
7037         * src/gtk/pluginwindow.c
7038                 Fix layout in verbose translations (such
7039                 as french)
7040
7041 2006-08-22 [paul]       2.4.0cvs70
7042
7043         * manual/Makefile.am
7044                 build manuals in alphabetical order
7045         * src/addressbook.c
7046         * src/prefs_themes.c
7047                 replace/remove deprecated symbols
7048         * src/gtk/gtkutils.c
7049                 fix a warning
7050         * src/gtk/pluginwindow.c
7051                 replace deprecated symbol
7052                 replace label text and move it
7053         * src/plugins/pgpcore/prefs_gpg.c
7054                 move the 'Generate...' button out of the
7055                 Sign Key frame, replace the English used
7056         * src/plugins/pgpcore/sgpgme.c
7057                 fixes to the English
7058
7059 2006-08-21 [colin]      2.4.0cvs69
7060
7061         * src/plugins/trayicon/trayicon.c
7062                 Add more strings for translation; patch
7063                 by Pawel
7064
7065 2006-08-21 [colin]      2.4.0cvs68
7066
7067         * src/compose.c
7068                 fix replied flag not set after drafting
7069         * src/matcher.c
7070                 fix body quicksearch in non-encoded bodies
7071                 containing '='
7072         * src/msgcache.c
7073                 Get rid of the g_malloc workaround for
7074                 corrupted caches, use g_try_malloc
7075
7076 2006-08-21 [colin]      2.4.0cvs67
7077
7078         * src/alertpanel.c
7079         * src/gtk/inputdialog.c
7080         * src/plugins/pgpcore/passphrase.c
7081                 Set minimal width to 375
7082         * src/mainwindow.c
7083                 Fix switching to offline, asking if it 
7084                 should be overriden for synchronising
7085         * src/mimeview.c
7086                 Don't offer to remember command on Open 
7087                 with for text parts, as the browser or 
7088                 text editor command isn't changed from 
7089                 there
7090
7091 2006-08-20 [paul]       2.4.0cvs66
7092
7093         * po/ko.po
7094         * po/zh_CN.po
7095                 fix plural form errors. revealed by stricter
7096                 checking of gettext 0.15
7097
7098 2006-08-18 [paul]       2.4.0cvs65
7099
7100         * src/stock_pixmap.c
7101                 fix the fix of 2.4.0cvs64
7102                 Thanks to Colin
7103
7104 2006-08-18 [paul]       2.4.0cvs64
7105
7106         * src/stock_pixmap.c
7107                 fix leaks
7108                 Thanks to Colin
7109
7110 2006-08-18 [paul]       2.4.0cvs63
7111
7112         * src/compose.c
7113         * src/procmsg.c
7114                 fix occasional IMAP bug where large msgs
7115                 were left in the queue folder after sending
7116                 Thanks to Colin
7117
7118 2006-08-18 [paul]       2.4.0cvs62
7119
7120         * src/folderview.c
7121                 freeze the summaryview while quicksearch results
7122                 are displayed
7123                 (fixes bug 456 'current message is hidden when the
7124                 view is refreshed and extended search is "unread 
7125                 messages"')
7126                 Thanks to Colin
7127         * src/textview.c
7128                 add missing #include "inputdialog.h"
7129         * src/common/utils.h
7130                 add missing mailcap_update_default() and improve
7131                 readability
7132
7133 2006-08-17 [colin]      2.4.0cvs61
7134
7135         * src/plugins/pgpcore/select-keys.c
7136                 Fix warnings :)
7137
7138 2006-08-17 [colin]      2.4.0cvs60
7139
7140         * src/compose.c
7141                 Don't continue queuing if Cancel is clicked
7142                 in select-keys
7143
7144 2006-08-17 [colin]      2.4.0cvs59
7145
7146         * src/plugins/pgpcore/select-keys.c
7147                 When encrypting, if only one key matches and it 
7148                 matches exactly, automatically use it.
7149
7150 2006-08-17 [colin]      2.4.0cvs58
7151
7152         * src/mimeview.c
7153         * src/prefs_common.c
7154         * src/prefs_common.h
7155         * src/prefs_ext_prog.c
7156         * src/textview.c
7157                 Fix issues with previous patch (text/html)
7158                 Remove outdated prefs
7159
7160 2006-08-17 [colin]      2.4.0cvs57
7161
7162         * src/imap.c
7163                 Add View Log button on auth error
7164         * src/procmsg.c
7165                 Fix encrypted mail marked as new when
7166                 saved in normal folders
7167         * src/plugins/pgpinline/pgpinline.c
7168                 Fix encrypt bug on IMAP
7169         * src/mimeview.c
7170         * src/common/utils.c
7171         * src/common/utils.h
7172         * src/gtk/inputdialog.c
7173         * src/gtk/inputdialog.h
7174                 Get rid of metamail stuff, simplify
7175                 opening, and allow remembering of user's
7176                 choices (by updating ~/.mailcap). There's
7177                 still to drop "Audio player" and "Image
7178                 viewer" preferences.
7179
7180 2006-08-17 [mones]      2.4.0cvs56
7181
7182         * manual/es/sylpheed-claws-manual.xml
7183                 fix DTD path
7184
7185 2006-08-17 [mones]      2.4.0cvs55
7186
7187         * configure.ac
7188         * manual/Makefile.am
7189         * manual/es/Makefile.am
7190         * manual/es/account.xml
7191         * manual/es/ack.xml
7192         * manual/es/addrbook.xml
7193         * manual/es/advanced.xml
7194         * manual/es/faq.xml
7195         * manual/es/glossary.xml
7196         * manual/es/gpl.xml
7197         * manual/es/handling.xml
7198         * manual/es/intro.xml
7199         * manual/es/keyboard.xml
7200         * manual/es/plugins.xml
7201         * manual/es/starting.xml
7202         * manual/es/sylpheed-claws-manual.xml
7203         * manual/es/dist/Makefile.am
7204         * manual/es/dist/html/Makefile.am
7205         * manual/es/dist/pdf/Makefile.am
7206         * manual/es/dist/ps/Makefile.am
7207         * manual/es/dist/txt/Makefile.am
7208                 Spanish translation for the manual
7209
7210 2006-08-16 [colin]      2.4.0cvs54
7211
7212         * src/compose.c
7213         * src/main.c
7214         * src/mainwindow.c
7215                 Fix send button sensitivity at startup
7216                 Set send menu sensitivity (patch by Fabien)
7217         * src/ssl_manager.c
7218                 Enable closing with esc (patch by Fabien)
7219         * src/gtk/foldersort.c
7220                 Enable closing with esc (patch by Fabien)
7221         * src/procmime.c
7222                 Optimisation (no need to copy to tempfile to
7223                 "decode" 7bit and 8bit)
7224         * src/summaryview.c
7225                 Fix cruft in swap_from case
7226         * src/textview.c
7227                 Fix missing last line in some mail cases 
7228                 (Fixes debian #381872)
7229         * src/plugins/pgpcore/prefs_gpg.c
7230         * src/plugins/pgpcore/sgpgme.c
7231         * src/plugins/pgpcore/sgpgme.h
7232                 Don't show "no key found" when user explicitely
7233                 wants to create a key
7234
7235 2006-08-16 [paul]       2.4.0cvs53
7236
7237         * configure.ac
7238         * src/account.c
7239         * src/addressbook.c
7240         * src/headerview.c
7241         * src/prefs_account.c
7242         * src/prefs_message.c
7243         * src/gtk/gtkutils.c
7244                 bump up minimum required versions of GTK+ and
7245                 GLIB to 2.6.0
7246
7247 2006-08-16 [paul]       2.4.0cvs52
7248
7249         * src/toolbar.c
7250                 workaround GTK+ Bug 351600 - 'Can't re-click
7251                 on button after sensitivity update'
7252                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
7253                 Thanks to Colin
7254
7255 2006-08-15 [colin]      2.4.0cvs51
7256
7257         * src/plugins/pgpcore/prefs_gpg.c
7258                 Set options sensitivity according to
7259                 key existence
7260         * src/plugins/pgpcore/sgpgme.c
7261                 Allow to create key with no passphrase
7262
7263 2006-08-14 [cleroy]     2.4.0cvs50
7264
7265         * src/gtk/pluginwindow.c
7266                 New layout (maybe to be changed?)
7267         * src/gtk/gtkutils.c
7268                 Fix a bit label_window
7269         * src/plugins/pgpcore/passphrase.c
7270         * src/plugins/pgpcore/passphrase.h
7271         * src/plugins/pgpcore/plugin.c
7272         * src/plugins/pgpcore/prefs_gpg.c
7273         * src/plugins/pgpcore/prefs_gpg.h
7274         * src/plugins/pgpcore/sgpgme.c
7275         * src/plugins/pgpcore/sgpgme.h
7276                 Allow to create a PGP private key via the GUI
7277
7278 2006-08-14 [wwp]        2.4.0cvs49
7279
7280         * src/addressbook_foldersel.c
7281                 fix strict ISO C90 compliance.
7282
7283 2006-08-14 [paul]       2.4.0cvs48
7284
7285         * src/gtk/prefswindow.c
7286                 re-set scrolled window on opening
7287                 Patch by Ticho
7288
7289 2006-08-14 [paul]
7290
7291         2.5.0-rc1 released
7292
7293 2006-08-14 [paul]       2.4.0cvs47
7294
7295         * src/prefs_display_header.c
7296                 re-enable user-defined Displayed Headers
7297
7298 2006-08-14 [paul]       2.4.0cvs46
7299
7300         * src/prefs_account.c
7301                 use GTK_STOCK_EDIT
7302
7303 2006-08-13 [colin]      2.4.0cvs45
7304
7305         * src/common/utils.c
7306                 Fix "a" in quote when the original message is empty,
7307                 by using \0 instead of 'a' to test writability of
7308                 temp files.
7309
7310 2006-08-13 [wwp]        2.4.0cvs44
7311
7312         * src/plugins/spamassassin/spamassassin.c
7313                 fix capitalization of "SpamAssassin" in some debug, log and
7314                 dialog messages.
7315
7316 2006-08-13 [paul]       2.4.0cvs43
7317
7318         * src/editldap.c
7319                 fix overlapping widgets
7320         * src/prefs_account.c
7321                 fix translation of protocol_names[]
7322                 fix label disappearing off the edge of the
7323                 visible area
7324
7325 2006-08-12 [paul]       2.4.0cvs42
7326
7327         * manual/plugins.xml
7328                 update IRC channel info before it gets forgotten
7329                 about
7330
7331 2006-08-11 [colin]      2.4.0cvs41
7332
7333         * src/compose.c
7334         * src/mainwindow.c
7335         * src/mainwindow.h
7336         * src/procmsg.c
7337         * src/procmsg.h
7338         * src/summaryview.c
7339         * src/toolbar.c
7340                 Grey out the Send button if
7341                 - Queue folders are empty, or
7342                 - We're sending already
7343
7344 2006-08-11 [wwp]        2.4.0cvs40
7345
7346         * src/main.c
7347                 fix a logic issue when quitting while a compose window is
7348                 still open, thanks to Colin.
7349
7350 2006-08-10 [colin]      2.4.0cvs39
7351
7352         * src/main.c
7353                 Fix default font size setting after wizard run
7354         * src/imap.c
7355         * src/etpan/imap-thread.c
7356         * src/etpan/imap-thread.h
7357                 Fix bug #999 (Timing out on TSL cert validation 
7358                 dialog makes ugly things happen). Also, STARTTLS
7359                 unconditionnaly if initial capabilities contain
7360                 LOGINDISABLED and STARTTLS.
7361
7362 2006-08-09 [colin]      2.4.0cvs38
7363
7364         * src/mainwindow.c
7365         * src/mainwindow.h
7366                 Fix Tools/Actions sensitivity when there are
7367                 no actions
7368
7369 2006-08-09 [colin]      2.4.0cvs37
7370
7371         * src/prefs_filtering.c
7372                 Warning fix, patch by Paul
7373         * src/messageview.c
7374         * src/prefs_actions.c
7375         * src/prefs_filtering_action.c
7376         * src/prefs_matcher.c
7377                 Uniformisation of "Info ..." to "Info..." (for
7378                 old gtk), patch by Fabien
7379         * src/plugins/clamav/clamav_plugin_gtk.c
7380                 Sensitivity fix by Fabien
7381
7382 2006-08-09 [colin]      2.4.0cvs36
7383
7384         * src/main.c
7385         * src/main.h
7386                 Add a function to know whether we're exiting
7387         * src/plugins/trayicon/trayicon.c
7388                 If exiting, don't do anything. Faster, and
7389                 avoids gtk_main_iteration reentracy causing
7390                 segfaults at exit
7391
7392 2006-08-09 [colin]      2.4.0cvs35
7393
7394         * src/messageview.c
7395         * src/mimeview.c
7396         * src/mimeview.h
7397                 Fix lack of part selection when automatically 
7398                 jumping to a specific part
7399         * src/msgcache.c
7400                 Little optimisation in cache reading
7401
7402 2006-08-09 [colin]      2.4.0cvs34
7403
7404         * src/compose.c
7405                 Fix crash setting the priority on reedit
7406                 (Accessing compose before creating it!)
7407
7408 2006-08-08 [colin]      2.4.0cvs33
7409
7410         * src/procmime.c
7411                 Fix bug #998 (last attachment is not accessible)
7412                 Bad RFC interpretation on multipart close-delimiters
7413         * src/mimeview.c
7414         * src/mimeview.h
7415         * src/gtk/gtkvscrollbutton.c
7416         * src/gtk/gtkvscrollbutton.h
7417                 Make attachments list wheel-scrollable
7418
7419 2006-08-07 [colin]      2.4.0cvs32
7420
7421         * src/gtk/gtkaspell.c
7422                 Fix bug #973 (Unicode punctation characters 
7423                 are not recognized as separators by the
7424                 spell checker); fix unsigned stuff
7425
7426 2006-08-07 [colin]      2.4.0cvs31
7427
7428         * src/compose.c
7429                 Fix bug #956 (DnD text with accents in compose 
7430                 text entry); fix gccc's signed/unsigned fuss
7431
7432 2006-08-06 [colin]      2.4.0cvs30
7433
7434         * src/main.c
7435                 Fix bug #979 (Plugin crashes when exiting 
7436                 sylpheed-claws) : handle exit request only 
7437                 once
7438
7439 2006-08-05 [colin]      2.4.0cvs29
7440
7441         * src/news.c
7442                 Just make sure we have a msgid.
7443
7444 2006-08-05 [colin]      2.4.0cvs28
7445
7446         * src/news.c
7447         * src/summaryview.c
7448                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
7449                 by reimplementing it
7450         * src/textview.c
7451                 Fix bug when hiding quotes with level > 3 and quote
7452                 colors are recycled
7453
7454 2006-08-04 [colin]      2.4.0cvs27
7455
7456         * src/compose.c
7457         * src/undo.c
7458         * src/undo.h
7459                 Fix a bit replace-by-pasting undo
7460         * src/mainwindow.c
7461         * src/messageview.c
7462                 Fix Fold quotes menu synchro in
7463                 mainwindow when it changes in 
7464                 messageview
7465         * src/textview.c
7466                 Fix right-click on quotes blocks
7467         * src/common/utils.c
7468                 Verify that the file created by
7469                 my_tmpfile() is writable. Fixes
7470                 bug #988 (very specific filesystem
7471                 issue)
7472         * src/plugins/pgpcore/sgpgme.c
7473                 Fix file descriptor leak
7474         * src/plugins/spamassassin/spamassassin.c
7475                 Warn once if spamd isn't reachable
7476
7477 2006-08-04 [colin]      2.4.0cvs26
7478
7479         * src/toolbar.c
7480                 i18n context patch by Fabien
7481
7482 2006-08-03 [colin]      2.4.0cvs25
7483
7484         * src/mainwindow.c
7485         * src/messageview.c
7486                 Rename "Hide quotes" to "Fold quotes"
7487         * src/textview.c
7488                 Don't use hand cursor on quotes. "all 
7489                 the bonuses of the feature and none of 
7490                 unwelcome side-effects"
7491
7492 2006-08-03 [colin]      2.4.0cvs24
7493
7494         * AUTHORS
7495         * sylpheed-claws.desktop
7496         * src/gtk/authors.h
7497                 Bring the desktop file to XDG compliance
7498                 Patch by Charles A. Edwards
7499
7500 2006-08-03 [colin]      2.4.0cvs23
7501
7502         * src/textview.c
7503                 Fix links offset when they are preceded
7504                 by accentued chars (g_utf8_strlen!)
7505         * src/mainwindow.c
7506                 Fix wrong status when starting offline
7507
7508
7509 2006-08-03 [wwp]        2.4.0cvs22
7510
7511         * src/prefs_common.h
7512                 ask what to do w/ filtering rules that belong to an account when
7513                 applying filtering rules manually from the main window (skip,
7514                 apply regardless of the account, use current account). This dialog
7515                 can be skipped and the last reply used.
7516                 (forgot that file)
7517
7518 2006-08-03 [wwp]        2.4.0cvs21
7519
7520         * src/filtering.c
7521         * src/filtering.h
7522         * src/prefs_common.c
7523         * src/summaryview.c
7524         * src/alertpanel.c
7525         * src/alertpanel.h
7526         * src/messageview.c
7527                 ask what to do w/ filtering rules that belong to an account when
7528                 applying filtering rules manually from the main window (skip,
7529                 apply regardless of the account, use current account). This dialog
7530                 can be skipped and the last reply used.
7531
7532
7533 2006-08-03 [colin]      2.4.0cvs20
7534
7535         * src/textview.c
7536                 Optimize previous patch
7537
7538 2006-08-03 [cleroy]     2.4.0cvs19
7539
7540         * src/textview.c
7541                 Fix quotes getting toggled back when the
7542                 mail has an even number of text parts
7543
7544 2006-08-02 [colin]      2.4.0cvs18
7545
7546         * src/messageview.c
7547                 Add Hide quotes menu
7548
7549 2006-08-02 [colin]      2.4.0cvs17
7550
7551         * src/mainwindow.c
7552         * src/prefs_common.c
7553         * src/textview.c
7554         * src/textview.h
7555         * src/gtk/about.c
7556                 Allow per-level quote hiding,
7557                 Allow toggling quotes by double-clicking them
7558                 Rename RemoteURI to ClickableText to reflect
7559                 the fact it's used for a variety of things
7560
7561 2006-08-02 [wwp]        2.4.0cvs16
7562
7563         * src/mainwindow.c
7564                 fix "View/Hide quotes" menu item status initialization.
7565
7566 2006-08-02 [wwp]        2.4.0cvs15
7567
7568         * src/matcher_parser_parse.y
7569                 remove a debug trace.
7570
7571 2006-08-02 [paul]       2.4.0cvs14
7572
7573         * src/plugins/pgpcore/passphrase.c
7574                 don't set initial dialog size
7575                 make it resizable
7576
7577 2006-08-02 [paul]       2.4.0cvs13
7578
7579         * src/noticeview.c
7580                 remove the rogue '/' character
7581
7582 2006-08-02 [paul]       2.4.0cvs12
7583
7584         * src/noticeview.c
7585                 allow buttons to resize as necessary
7586
7587 2006-08-01 [wwp]        2.4.0cvs11
7588
7589         * src/mbox.c
7590                 fix strict ISO C90 compliance.
7591
7592 2006-08-01 [wwp]        2.4.0cvs10
7593
7594         * tools/update-po
7595                 updated update-po tool to work w/ context-dependent translations.
7596                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
7597
7598 2006-08-01 [wwp]        2.4.0cvs9
7599
7600         * src/matcher.c
7601         * src/prefs_filtering.c
7602         * src/prefs_matcher.c
7603                 allow context-dependent translations for "All",
7604                 patch by Fabien Vantard <fzzzzz@gmail.com>.
7605
7606 2006-07-31 [colin]      2.4.0cvs8
7607
7608         * AUTHORS
7609         * src/gtk/authors.h
7610                 Add Rafal to authors
7611
7612 2006-07-31 [colin]      2.4.0cvs7
7613
7614         * src/compose.c
7615         * src/mainwindow.c
7616         * src/messageview.h
7617         * src/prefs_common.c
7618         * src/prefs_common.h
7619         * src/textview.c
7620                 Add 'View/Hide quotes'. Patch based on a patch
7621                 by Rafal Weglarz
7622
7623 2006-07-31 [colin]      2.4.0cvs6
7624
7625         * src/action.c
7626                 Fix problem with "> stuff >" actions
7627
7628 2006-07-31 [paul]       2.4.0cvs5
7629
7630         * po/nb.po
7631                 updated by Geir Helland
7632
7633 2006-07-31 [wwp]        2.4.0cvs4
7634
7635         * src/mainwindow.c
7636         * src/summaryview.c
7637         * src/summaryview.h
7638                 add "View/Go to/Parent message" and "View/Go to/Last read message",
7639                 thanks to Colin.
7640
7641 2006-07-31 [wwp]        2.4.0cvs3
7642
7643         * src/Makefile.am
7644         * src/addr_compl.c
7645         * src/addr_compl.h
7646         * src/addressbook.c
7647         * src/addressbook.h
7648         * src/addressbook_foldersel.c
7649         * src/addressbook_foldersel.h
7650         * src/addrindex.c
7651         * src/addrindex.h
7652         * src/matcher.c
7653         * src/matcher.h
7654         * src/matcher_parser_lex.l
7655         * src/matcher_parser_parse.y
7656         * src/prefs_common.c
7657         * src/prefs_common.h
7658         * src/prefs_filtering.c
7659         * src/prefs_matcher.c
7660         * src/prefs_matcher.h
7661         * src/summaryview.c
7662                 introduce filtering against the address book. It's now possible to add
7663                 matched conditions to determine if any email address in a message matches
7664                 or doesn't match any or all books or folders in the address book.
7665
7666 2006-07-31 [wwp]        2.4.0cvs2
7667
7668         * src/account.c
7669         * src/filtering.c
7670         * src/filtering.h
7671         * src/folder.c
7672         * src/folderview.c
7673         * src/inc.c
7674         * src/mainwindow.c
7675         * src/matcher.c
7676         * src/matcher_parser_lex.l
7677         * src/matcher_parser_parse.y
7678         * src/mbox.c
7679         * src/prefs_filtering.c
7680         * src/prefs_filtering.h
7681         * src/procmsg.c
7682         * src/procmsg.h
7683         * src/summaryview.c
7684                 introduce per-account filtering rules. Each filtering rule can now be assigned
7685                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
7686                 when applying filtering rules manually, as all rules will apply - even the ones
7687                 assigned to an account. This issue will be addressed soon.
7688  
7689
7690
7691 2006-07-31 [wwp]        2.4.0cvs1
7692
7693         * src/quote_fmt.c
7694                 make more strings translatable.
7695
7696 2006-07-31 [paul]       2.4.0
7697
7698         2.4.0 released
7699
7700 2006-07-31 [paul]       2.3.1cvs91
7701
7702         * po/ca.po
7703                 updated by Miquel Oliete
7704
7705 2006-07-31 [paul]       2.3.1cvs90
7706
7707         * po/de.po
7708         * po/el.po
7709         * po/fr.po
7710         * po/it.po
7711         * po/pl.po
7712         * po/pt_BR.po
7713         * po/sr.po
7714         * po/zh_CN.po
7715                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
7716                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
7717                 Aleksandar Urosevic, and Ralgh Young
7718
7719 2006-07-31 [paul]       2.3.1cvs89
7720
7721         * src/account.c
7722         * src/main.c
7723         * src/mainwindow.c
7724         * src/mainwindow.h
7725                 Fix a race condition when, after an SC crash, rescanning
7726                 folders took more than 0.5 seconds
7727                 Thanks to Colin
7728
7729 2006-07-31 [paul]       2.3.1cvs88
7730
7731         * src/folderview.c
7732                 don't translate separator strings
7733
7734 2006-07-30 [mones]      2.3.1cvs87
7735
7736         * doc/man/sylpheed-claws.1
7737                 Fixed non-ASCII chars in Hoa's name
7738         * po/es.po
7739                 Updated for release
7740
7741 2006-07-27 [colin]      2.3.1cvs86
7742
7743         * src/textview.c
7744                 Don't include the leading \n in links
7745                 Patch by Fabien
7746
7747 2006-07-25 [colin]      2.3.1cvs85
7748
7749         * src/mainwindow.c
7750         * src/common/socket.h
7751         * src/etpan/imap-thread.c
7752                 Refresh resolvers before connecting
7753                 to IMAP servers, and after switching
7754                 to online. Thanks to Paul.
7755
7756 2006-07-18 [colin]
7757
7758         * 2.4.0-rc4 released
7759
7760 2006-07-17 [colin]      2.3.1cvs84
7761
7762         * src/inc.c
7763                 Show connection attempt in statusbar before
7764                 connecting (previously first message was
7765                 "Retrieving messages from ..." after the
7766                 connection succeeded.
7767
7768 2006-07-16 [wwp]        2.3.1cvs83
7769
7770         * sylpheed-claws.ico
7771                 Added .ico file (windows multi-size icon file, generated).
7772
7773 2006-07-12 [wwp]        2.3.1cvs82
7774
7775         * src/messageview.c
7776                 remove Message/Re-edit menu entry from messageview window,
7777                 as sent/draft/queued messages are opened in compose window when
7778                 re-edited and it's not possible to re-edit other msgs.
7779
7780 2006-07-12 [paul]       2.3.1cvs81
7781
7782         * AUTHORS
7783         * src/mainwindow.c
7784         * src/gtk/authors.h
7785                 check online state before resetting
7786                 mailcheck timer. Useful if some program
7787                 verifies connection state and updates
7788                 Claws.
7789                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
7790
7791 2006-07-12 [paul]       2.3.1cvs80
7792
7793         * sylpheed-claws-128x128.png
7794         * sylpheed-claws-64x64.png
7795         * sylpheed-claws.png
7796         * src/Makefile.am
7797         * src/main.c
7798         * src/prefs_toolbar.c
7799         * src/stock_pixmap.c
7800         * src/stock_pixmap.h
7801         * src/wizard.c
7802         * src/gtk/about.c
7803         * src/gtk/gtkutils.c
7804         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
7805         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
7806         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
7807         * src/pixmaps/sylpheed.xpm              ** REMOVED **
7808         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
7809         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
7810                 updated and renamed logo/icon files and related
7811                 logo by Jesper Schultz
7812
7813 2006-07-11 [paul]       2.3.1cvs79
7814
7815         * src/main.c
7816                 fix the labels a smidgin
7817
7818 2006-07-09 [colin]      2.3.1cvs78
7819
7820         * src/textview.c
7821                 Show errors in textviewer's command
7822                 Patch by H. Merijn Brand
7823
7824 2006-07-09 [colin]      2.3.1cvs77
7825
7826         * src/compose.c
7827                 Save FMID in drafts too
7828
7829 2006-07-08 [colin]      2.3.1cvs76
7830
7831         * src/compose.c
7832                 Svae RMID in drafted mails too
7833                 Save quote_fmt vars for whole mails,
7834                 don't reset at each quote_fmt_init:
7835                 allows to use the same |i{var} in
7836                 various template fields
7837         * src/prefs_template.c
7838         * src/quote_fmt.h
7839         * src/quote_fmt_parse.y
7840                 Same
7841
7842 2006-07-08 [colin]      2.3.1cvs75
7843
7844         * src/textview.c
7845                 Fix highlighting of attached parts URIs
7846
7847 2006-07-08 [colin]      2.3.1cvs74
7848
7849         * src/main.c
7850                 Prevent bug #981 (sc 2.3.1 segfaults with 
7851                 gtk+ 2.10) from being reported again:
7852                 if Sylpheed-Claws has been compiled against
7853                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
7854                 of if Sylpheed-Claws has been compiled against
7855                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
7856                 error out.
7857
7858 2006-07-07 [colin]      2.3.1cvs73
7859
7860         * src/prefs_actions.c
7861                 Fix label
7862
7863 2006-07-07 [colin]      2.3.1cvs72
7864
7865         * src/prefs_actions.c
7866                 Fix compile on gtk < 2.8. argh :)
7867
7868 2006-07-07 [paul]       2.3.1cvs71
7869
7870         * src/common/defs.h
7871                 update DONATE_URI
7872
7873 2006-07-07 [colin]      2.3.1cvs70
7874
7875         * po/POTFILES.in
7876         * src/quote_fmt.c
7877         * src/quote_fmt_lex.l
7878         * src/quote_fmt_parse.y
7879                 Add |i{var}, a way to insert user-entered
7880                 text in a template
7881
7882 2006-07-07 [colin]
7883
7884         * 2.4.0-rc3 released
7885
7886 2006-07-07 [colin]      2.3.1cvs69
7887
7888         * src/folder.c
7889                 Don't consider inboxes of UNKNOWN folder 
7890                 classes to be useable as default inboxes
7891
7892 2006-07-07 [paul]       2.3.1cvs68
7893
7894         * src/textview.c
7895                 add missing #include <errno.h>
7896                 Thanks to René J. Blokland
7897
7898 2006-07-07 [paul]       2.3.1cvs67
7899
7900         * src/action.c
7901                 Return now Closes dialog
7902         * src/mimeview.c
7903         * src/mimeview.h
7904         * src/textview.c
7905                 add contextual menu to mime parts listed
7906                 in the textview
7907                 Thanks to Colin
7908         * src/common/utils.c
7909                 reversal: ' is a valid character in URLs
7910
7911 2006-07-06 [colin]      2.3.1cvs66
7912
7913         * src/remotefolder.h
7914                 Forgotten in previous commit
7915
7916 2006-07-06 [colin]      2.3.1cvs65
7917
7918         * src/folder.c
7919                 Set summary update flag whenever
7920                 totals changed
7921         * src/imap.c
7922         * src/prefs_account.c
7923         * src/common/utils.h
7924         * src/etpan/imap-thread.c
7925                 Fix warnings, thanks to Fabien and
7926                 Ricardo
7927
7928 2006-07-06 [wwp]        2.3.1cvs64
7929
7930         * src/gtk/gtkutils.c
7931                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
7932
7933 2006-07-06 [wwp]        2.3.1cvs63
7934
7935         * src/account.c
7936         * src/addressbook.c
7937         * src/addressitem.h
7938         * src/folderview.c
7939         * src/mainwindow.c
7940         * src/manual.c
7941         * src/manual.h
7942         * src/message_search.c
7943         * src/prefs_actions.c
7944         * src/prefs_filtering.c
7945         * src/prefs_filtering.h
7946         * src/prefs_template.c
7947         * src/summary_search.c
7948         * src/summaryview.c
7949         * src/gtk/gtkutils.c
7950         * src/gtk/gtkutils.h
7951         * src/gtk/pluginwindow.c
7952                 add help buttons to some dialogs. Clicking such buttons opens a
7953                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
7954
7955 2006-07-06 [paul]       2.3.1cvs62
7956
7957         * src/textview.c
7958                 fix attachments contextual menu
7959                 Thanks to Colin
7960
7961 2006-07-05 [colin]      2.3.1cvs61
7962
7963         * src/textview.c
7964         * src/compose.c
7965                 Handle sftp:// links
7966
7967 2006-07-05 [paul]       2.3.1cvs60
7968
7969         * src/gtk/filesel.c
7970                 grab save button by default
7971                 Thanks to Colin
7972
7973 2006-07-05 [wwp]        2.3.1cvs59
7974
7975         * manual/xml2pdf
7976                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
7977
7978 2006-07-04 [colin]      2.3.1cvs58
7979
7980         * src/mimeview.c
7981         * src/textview.c
7982                 Use left click to select, middle click to open
7983                 on mimeparts links
7984         * src/common/utils.c
7985                 Fix segfault
7986
7987 2006-07-04 [colin]      2.3.1cvs57
7988
7989         * src/mainwindow.c
7990         * src/news.c
7991                 Warning fixes, thanks to Fabien
7992
7993 2006-07-04 [colin]      2.3.1cvs56
7994
7995         * src/mimeview.c
7996         * src/mimeview.h
7997         * src/textview.c
7998                 Allow parts to be selected via their text label
7999                 in textview
8000
8001 2006-07-04 [colin]      2.3.1cvs55
8002
8003         * src/folderview.c
8004                 Feedback when closing (for big folders)
8005         * src/prefs_actions.c
8006         * src/prefs_filtering.c
8007         * src/prefs_matcher.c
8008         * src/prefs_template.c
8009                 Fix default button when closing without
8010                 having saved
8011
8012 2006-07-04 [colin]      2.3.1cvs54
8013
8014         * src/news.c
8015                 Delete local file on deletion
8016
8017 2006-07-03 [colin]      2.3.1cvs53
8018
8019         * src/folderview.c
8020         * src/main.c
8021                 Don't freeze when rescanning after crash
8022
8023 2006-07-03 [wwp]        2.3.1cvs52
8024
8025         * src/compose.c
8026         * src/privacy.c
8027         * src/privacy.h
8028         * src/plugins/pgpinline/pgpinline.c
8029         * src/plugins/pgpmime/pgpmime.c
8030                 don't report an error when the user cancels the passphrase dialog.
8031
8032 2006-07-02 [colin]      2.3.1cvs51
8033
8034         * src/folderview.c
8035                 Open message when crossing folders with Space,
8036                 goto next unread and friends
8037
8038 2006-07-01 [colin]      2.3.1cvs50
8039
8040         * src/prefs_account.c
8041                 Typographic rules varying from language
8042                 to language (in french "Protocole :"),
8043                 we have to do that :)
8044
8045 2006-07-01 [ticho]      2.3.1cvs49
8046
8047         * src/prefs_account.c
8048                 Only use one temporary gchar* variable in
8049                 prefs_account_protocol_set_optmenu().
8050
8051 2006-07-01 [ticho]      2.3.1cvs48
8052
8053         * src/prefs_account.c
8054         * src/prefs_account.h
8055                 Use GtkLabel for existing account protocol name.
8056                 Created an array for protocol names and populate the
8057                 combobox from it in a for() cycle.
8058
8059 2006-06-30 [colin]      2.3.1cvs47
8060
8061         * src/compose.c
8062                 Block undo when changing signature (by changing
8063                 account)
8064
8065 2006-06-30 [paul]       2.3.1cvs46
8066
8067         * src/send_message.c
8068                 when editing From in the Compose window, use that address
8069                 in the Return-Path: header
8070                 Thanks to Colin
8071
8072 2006-06-30 [colin]      2.3.1cvs45
8073
8074         * src/compose.c
8075                 Fix signature replacement:
8076                 - when no newline before separator
8077                 - when reediting
8078
8079 2006-06-29 [colin]      2.3.1cvs44
8080
8081         * src/folderview.c
8082         * src/folderview.h
8083         * src/mainwindow.c
8084         * src/summaryview.c
8085                 Let 'View/Go to/Next marked' work like
8086                 Next new & Next unread: across folders
8087                 Change the select_on_entry pref to do
8088                 what we want when changing folder
8089         * src/common/utils.c
8090                 Fix single-quoted links 
8091
8092 2006-06-29 [colin]      2.3.1cvs43
8093
8094         * src/gtk/gtkaspell.c
8095                 "Sylpheed" and "Sylpheed-Claws" do exist !
8096
8097 2006-06-29 [colin]      2.3.1cvs42
8098
8099         * src/imap.c
8100                 Forgot to remove debug
8101
8102 2006-06-29 [colin]      2.3.1cvs41
8103
8104         * src/imap.c
8105         * src/imap.h
8106         * src/mainwindow.c
8107                 Disconnect from IMAP servers when going
8108                 offline. Fixes bug #978 (going to offline-mode 
8109                 won't close connections)
8110
8111 2006-06-29 [colin]      2.3.1cvs40
8112
8113         * src/main.c
8114                 Fix transient setting on failing plugins
8115                 Patch by Fabien
8116         * src/plugins/pgpcore/sgpgme.c
8117                 Only warn for OpenPGP. Most people don't
8118                 have CMS available.
8119
8120 2006-06-29 [colin]      2.3.1cvs39
8121
8122         * src/compose.c
8123                 Fix Spelling menu (discrepancy between context menu
8124                 and top menu when folder's dictionary isn't the 
8125                 default one)
8126         * src/plugins/pgpcore/sgpgme.c
8127                 More error reporting about why gpgme can fail
8128
8129 2006-06-29 [wwp]        2.3.1cvs38
8130
8131         * src/mainwindow.c
8132                 honor the display-header-pane setting even when the message view
8133                 is a separate window.
8134
8135 2006-06-29 [wwp]        2.3.1cvs37
8136
8137         * src/prefs_actions.c
8138                 forgot to commit that one (use of GTK_STOCK_INFO).
8139
8140 2006-06-29 [colin]      2.3.1cvs36
8141
8142         * src/imap.c
8143                 Better handling of login errors (ask the password
8144                 again once), alert in case of error. Fix three
8145                 signedness warnings.
8146
8147 2006-06-28 [wwp]        2.3.1cvs35
8148
8149         * src/prefs_template.c
8150         * src/prefs_matcher.c
8151         * src/prefs_filtering_action.c
8152         * src/prefs_quote.c
8153                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
8154                 patch by Fabien Vantard, slightly modified.
8155
8156 2006-06-28 [paul]
8157
8158         2.4.0-rc2 released
8159
8160 2006-06-28 [colin]      2.3.1cvs34
8161
8162         * src/prefs_account.c
8163                 Fix bug #977 (Can't add or edit imap accounts)
8164
8165 2006-06-28 [colin]      2.3.1cvs33
8166
8167         * src/mimeview.c
8168                 Fix previous
8169
8170 2006-06-28 [colin]      2.3.1cvs32
8171
8172         * src/mimeview.c
8173                 Save named inlined attachments with "Save all"
8174         * src/main.c
8175         * src/mbox.c
8176         * src/common/plugin.c
8177         * src/common/plugin.h
8178         * src/common/sylpheed.c
8179         * src/common/utils.c
8180         * src/plugins/pgpcore/sylpheed.def
8181         * src/plugins/pgpinline/sylpheed.def
8182         * src/plugins/pgpmime/sylpheed.def
8183                 Win32 compatibility patch, by
8184                 Werner Koch
8185
8186 2006-06-28 [wwp]        2.3.1cvs31
8187
8188         * src/imap.c
8189         * src/prefs_folder_item.c
8190                 less compilation warnings (thanks to Fabien Vantard), less typos.
8191
8192 2006-06-28 [paul]       2.3.1cvs30
8193
8194         * src/gtk/gtkutils.c
8195                 gtk_combo_box_set_focus_on_click() is only
8196                 available since gtk 2.6.0
8197
8198 2006-06-28 [paul]       2.3.1cvs29
8199
8200         * src/prefs_ext_prog.c
8201                 fix engrish and add a tooltip for the
8202                 'command for 'Display as text' option
8203
8204 2006-06-28 [paul]
8205
8206         2.4.0-rc1 released
8207
8208 2006-06-28 [paul]       2.3.1cvs28
8209
8210         * ChangeLog
8211         * tools/Makefile.am
8212                 include textviewer.pl in releases
8213
8214 2006-06-28 [paul]       2.3.1cvs27
8215
8216         * src/prefs_ext_prog.c
8217                 hide Print command option if libgnomeprint
8218                 support is present
8219
8220 2006-06-27 [colin]      2.3.1cvs26
8221
8222         * src/compose.c
8223                 Fix Esc handling in insert/attach dialog
8224                 Don't show this dialog if dragging something
8225                 else than text/uri-list
8226                 Thanks to Fabien Vantard
8227         * tools/textviewer.pl
8228                 Filter script to display stuff as text
8229                 by H. Merijn Brand
8230
8231 2006-06-27 [wwp]        2.3.1cvs25
8232
8233         * src/messageview.c
8234                 use the exact product name (message view title), patch
8235                 by Fabien Vantard.
8236
8237 2006-06-27 [ticho]      2.3.1cvs24
8238
8239         * src/prefs_account.c
8240         * src/prefs_common.c
8241         * src/prefs_common.h
8242         * src/prefs_ext_prog.c
8243         * src/textview.c
8244                 Add a preference (Preferences/External programs)
8245                 to allow "Display as text" to be done via a script
8246                 (patch by H.Merijn Brand).
8247                 Use GtkComboBox for protocol selection in account
8248                 preferences.
8249                 Only include current choice for existing accounts, and
8250                 insensitivize the combobox.
8251
8252 2006-06-27 [paul]       2.3.1cvs23
8253
8254         * src/mbox.c
8255                 fix crasher introduced in cvs21.
8256                 Thanks to Colin
8257
8258 2006-06-26 [colin]      2.3.1cvs22
8259
8260         * src/mbox.c
8261                 Fix double-frees when leaving folders
8262                 after exporting to mbox
8263
8264 2006-06-26 [colin]      2.3.1cvs21
8265
8266         * src/mbox.c
8267                 More feedback (and optimisation)
8268                 on import/export
8269         * src/common/utils.c
8270                 Fix case when looking for mail addresses
8271         * src/gtk/gtkutils.c
8272                 Extra check for (X-)Face
8273
8274 2006-06-25 [ticho]      2.3.1cvs20
8275
8276         * src/compose.c
8277         * src/exphtmldlg.c
8278         * src/gtk/gtkutils.c
8279         * src/gtk/gtkutils.h
8280                 Added second argument to gtkut_sc_combobox_create() to
8281                 control focus-on-click for the widget.
8282                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
8283
8284 2006-06-25 [ticho]      2.3.1cvs19
8285
8286         * src/compose.c
8287         * src/gtk/Makefile.am
8288         * src/gtk/combobox.c
8289         * src/gtk/combobox.h
8290         * src/gtk/gtkutils.c
8291         * src/gtk/gtkutils.h
8292                 Use GtkComboBox instead of deprecated GtkOptionMenu
8293                 for account selector in compose window and for encoding
8294                 selector in attachment properties.
8295                 Also factorise working with the new GtkComboBox somewhat.
8296
8297 2006-06-24 [paul]       2.3.1cvs18
8298
8299         * src/prefs_common.c
8300                 use the correct default value
8301
8302 2006-06-24 [paul]       2.3.1cvs17
8303
8304         * src/compose.c
8305         * src/prefs_common.c
8306         * src/prefs_common.h
8307         * src/prefs_compose_writing.c
8308                 enable setting of default action when
8309                 dnd'ing files in the compose window.
8310                 (Collaborative effort with wwp)
8311
8312 2006-06-23 [wwp]        2.3.1cvs16
8313
8314         * src/compose.c
8315                 i18n fix (thanks to Fabien Vantard)
8316
8317 2006-06-22 [colin]      2.3.1cvs15
8318
8319         * src/prefs_customheader.c
8320                 Don't use filters in custom headers' file 
8321                 selector. Remember, extensions mean nothing :)
8322
8323 2006-06-22 [paul]       2.3.1cvs14
8324
8325         * configure.ac
8326                 allow setting of man directory location
8327
8328 2006-06-22 [colin]      2.3.1cvs13
8329
8330         * src/mainwindow.c
8331                 Add 'View/Go to/Next unread folder'.
8332                 I missed that :)
8333
8334 2006-06-22 [colin]      2.3.1cvs12
8335
8336         * src/common/utils.c
8337                 Add some subject prefixes
8338                 Patch by Bjorn T Johansen <btj@havleik.no>
8339
8340 2006-06-22 [colin]      2.3.1cvs11
8341
8342         * manual/advanced.xml
8343                 Forgotten hidden pref
8344
8345 2006-06-21 [paul]       2.3.1cvs10
8346
8347         * src/prefs_account.c
8348                 complete the removal of 'Add date header' option
8349
8350 2006-06-21 [paul]       2.3.1cvs9
8351
8352         * src/account.c
8353         * src/compose.c
8354         * src/prefs_account.c
8355         * src/prefs_account.h
8356                 remove option to add date header - always
8357                 add date header
8358         * src/etpan/imap-thread.c
8359                 fix warnings (Thanks to Colin)
8360
8361 2006-06-21 [wwp]        2.3.1cvs8
8362
8363         * src/folder.c
8364                 set the attachment flag when inline text part are (file)named. This is more convenient
8365                 when receiving (for instance) inline source files or patches sent using thunderbird.
8366
8367 2006-06-21 [paul]       2.3.1cvs7
8368
8369         * src/inc.c
8370                 fix off-by-one count of current msg in
8371                 statusbar filtering progressbar
8372
8373 2006-06-21 [paul]       2.3.1cvs6
8374
8375         * src/folder.c
8376                 Show attachment icon even if the part is 'inline'
8377                 if the following conditions are met:
8378                 - content-type != 'text/plain'
8379                 - content-type != '*/pgp-signature'
8380                 - either 'name' or 'filename' parameter is not NULL
8381                 
8382                 Thanks to Colin
8383
8384 2006-06-21 [paul]       2.3.1cvs5
8385
8386         * src/messageview.c
8387         * src/prefs_common.c
8388         * src/prefs_common.h
8389         * src/prefs_other.c
8390                 add an option to 'Never send Return
8391                 Receipts'
8392                 Thanks to Colin
8393
8394 2006-06-20 [mones]      2.3.1cvs4
8395
8396         * po/es.po
8397                 updated
8398         * src/compose.c
8399                 typo fixed (space after comma)
8400         * tools/make.themes.project
8401                 remove exec mode from tarball files
8402
8403 2006-06-20 [colin]      2.3.1cvs3
8404
8405         * src/news.c
8406         * src/procheader.c
8407         * src/unmime.c
8408                 Better fix for \n's in headers (don't 
8409                 break Received: and others)
8410
8411 2006-06-20 [paul]       2.3.1cvs2
8412
8413         * src/alertpanel.c
8414         * src/textview.c
8415                 improve legibility of phishing attempt
8416                 dialog
8417
8418 2006-06-20 [paul]       2.3.1cvs1
8419
8420         * NEWS
8421         * README
8422         * configure.ac
8423                 Update version number following
8424                 stable release
8425
8426 2006-06-20 [colin]      2.3.0cvs26
8427
8428         * src/compose.c
8429                 When dragging a file to the text of the compose
8430                 window, ask whether we want to insert or attach
8431                 (I know lots of people who do that to attach)
8432
8433 2006-06-20 [colin]      2.3.0cvs25
8434
8435         * src/etpan/imap-thread.c
8436                 Fix threshold (the append command is often > 32 bytes)
8437
8438 2006-06-19 [colin]      2.3.0cvs24
8439
8440         * src/imap.c
8441         * src/etpan/imap-thread.c
8442                 Workaround Rockliffe IMAP server bug: replace
8443                 "x UID SEARCH (ANSWERED UID 1:*)" with
8444                 "x UID SEARCH ANSWERED"
8445                 (Rockliffe doesn't handle the parenthesis)
8446
8447 2006-06-19 [colin]      2.3.0cvs23
8448
8449         * src/compose.c
8450         * src/imap.c
8451         * src/etpan/imap-thread.c
8452                 Probably fix bug #972 (Freezes when adding 
8453                 an attachment to the message)
8454         * src/common/defs.h
8455                 Modernize Firefox cmd
8456
8457
8458 2006-06-18 [colin]      2.3.0cvs22
8459
8460         * src/prefs_customheader.c
8461                 Only allow correct filenames for various
8462                 custom headers
8463
8464 2006-06-18 [colin]      2.3.0cvs21
8465
8466         * src/prefs_customheader.c
8467                 Add a 'From File...' button in custom headers prefs, which
8468                 try to do the right thing: 
8469                 for normal headers, use file as plaintext,
8470                 for X-Face, calls compface,
8471                 for Face, encode to b64.
8472
8473 2006-06-17 [colin]      2.3.0cvs20
8474
8475         * src/mh.c
8476                 Warning fix
8477
8478 2006-06-16 [colin]      2.3.0cvs19
8479
8480         * src/summaryview.c
8481                 Recursive quicksearch: show message list
8482                 in current folder, *then* search children
8483                 in the background.
8484
8485 2006-06-16 [colin]      2.3.0cvs18
8486
8487         * src/main.c
8488                 Instead of ignoring SIGPIPE, save caches
8489                 when getting one. Will fix the fact that
8490                 hot caches are out-of-date when logging 
8491                 out of Xorg.
8492         * src/compose.c
8493         * src/prefs_compose_writing.c
8494                 Only save text (not attachments) when 
8495                 auto-saving to drafts
8496         * src/unmime.c
8497                 Always replace \n, \r and \t with spaces
8498                 in headers
8499         * manual/dist/html/Makefile.am
8500         * manual/dist/pdf/Makefile.am
8501         * manual/dist/ps/Makefile.am
8502         * manual/dist/txt/Makefile.am
8503         * manual/fr/dist/html/Makefile.am
8504         * manual/fr/dist/pdf/Makefile.am
8505         * manual/fr/dist/ps/Makefile.am
8506         * manual/fr/dist/txt/Makefile.am
8507         * manual/pl/dist/html/Makefile.am
8508         * manual/pl/dist/pdf/Makefile.am
8509         * manual/pl/dist/ps/Makefile.am
8510         * manual/pl/dist/txt/Makefile.am
8511                 Fix make clean removing pregenerated manuals
8512
8513
8514 2006-06-16 [colin]      2.3.0cvs17
8515
8516         * src/plugins/pgpcore/sgpgme.c
8517         * src/plugins/pgpmime/pgpmime.c
8518         * src/plugins/pgpinline/pgpinline.c
8519                 Better error reporting in setup_signers.
8520                 Don't fallback to default key if specified
8521                 key isn't found.
8522                 Don't allow signing if more than one secret
8523                 key matches the one specified in prefs.
8524
8525 2006-06-15 [colin]      2.3.0cvs16
8526
8527         * src/folderview.c
8528                 Add "Send queue" in the folder's contextual
8529                 menu
8530         * src/compose.c
8531         * src/messageview.c
8532         * src/privacy.c
8533         * src/privacy.h
8534         * src/procmime.c
8535         * src/procmsg.c
8536         * src/plugins/pgpcore/passphrase.c
8537         * src/plugins/pgpcore/sgpgme.c
8538         * src/plugins/pgpinline/pgpinline.c
8539         * src/plugins/pgpmime/pgpmime.c
8540                 Better error reporting
8541         * src/mbox.c
8542                 Probably fix bug #971 (2.2.3 cannot read mail 
8543                 from local mbox)
8544
8545
8546 2006-06-15 [mones]      2.3.0cvs15
8547
8548         * tools/make.themes.project
8549                 creates the themes project from the web page
8550
8551 2006-06-15 [colin]      2.3.0cvs14
8552
8553         * src/folder.c
8554                 Better fix (avoid losing the folder if scan_tree 
8555                 fails)
8556
8557 2006-06-15 [cleroy]     2.3.0cvs13
8558
8559         * src/folder.c
8560                 Probably fix Bug #969 (crash on rebuilding 
8561                 imap folder)
8562
8563 2006-06-14 [colin]      2.3.0cvs12
8564
8565         * manual/dtd/manual.xsl
8566         * manual/sylpheed-claws-manual.xml
8567         * manual/fr/sylpheed-claws-manual.xml
8568         * manual/pl/sylpheed-claws-manual.xml
8569                 Insert pagebreaks between sections
8570
8571 2006-06-14 [paul]       2.3.0cvs11
8572
8573         * configure.ac
8574                 better fix than 2.3.0cvs10
8575
8576 2006-06-14 [paul]       2.3.0cvs10
8577
8578         * configure.ac
8579                 fix setting of PACKAGE_DATA_DIR with newer autoconf
8580                 (backwards compatible)
8581
8582 2006-06-13 [colin]      2.3.0cvs9
8583
8584         * src/messageview.c
8585                 Fix sending of return receipt with the new queue folders
8586
8587 2006-06-13 [wwp]        2.3.0cvs8
8588
8589         * src/quote_fmt_lex.l
8590                 fix wrong tokens returned in quote_fmt lexer, query not().
8591
8592 2006-06-13 [wwp]        2.3.0cvs7
8593
8594         * src/folder.c
8595         * src/prefs_folder_item.c
8596                 allow changing folder type even when folder is not a top-level one,
8597                 thanks to Colin.
8598
8599 2006-06-12 [colin]      2.3.0cvs6
8600
8601         * src/folderview.c
8602                 Fix double-ask of "Do you want to mark all
8603                 as read"
8604
8605 2006-06-12 [colin]      2.3.0cvs5
8606
8607         * src/compose.c
8608         * src/compose.h
8609         * src/folder.c
8610         * src/folder.h
8611         * src/imap.c
8612         * src/inc.c
8613         * src/main.c
8614         * src/messageview.c
8615         * src/mh.c
8616         * src/prefs_folder_item.c
8617         * src/procheader.c
8618         * src/procmime.c
8619         * src/procmsg.c
8620         * src/procmsg.h
8621         * src/send_message.c
8622         * src/summaryview.c
8623         * src/toolbar.c
8624                 Apply bug #964's patch (Queue and drafts aren't normal)
8625                 The Drafts and Queue folder now contain RFC-822 files,
8626                 allowing to move and copy mails from and to these 
8627                 folders. Moving from Drafts to Queue will prepare the
8628                 mail for sending (PGP signature, encryption, etc).
8629                 This patch also rework sending errors handling to try
8630                 to be more helpful.
8631                 Also, allow redefining folder types via the GUI 
8632                 (Folder type in its Properties)
8633
8634 2006-06-12 [colin]      2.3.0cvs4
8635
8636         * src/summaryview.c
8637         * src/prefs_common.c
8638         * src/prefs_common.h
8639         * src/gedit-print.c
8640                 Allow to define a specific print font - patch
8641                 by Bernhard Walle <bernhard.walle@gmx.de>
8642         * src/prefs_fonts.c
8643         * manual/advanced.xml
8644         * manual/fr/advanced.xml
8645                 Add a hidden pref to allow deletion without
8646                 confirmation
8647
8648 2006-06-12 [wwp]        2.3.0cvs3
8649
8650         * .cvsignore
8651                 more files to ignore.
8652
8653 2006-06-12 [wwp]        2.3.0cvs2
8654
8655         * src/quote_fmt.c
8656         * src/quote_fmt_lex.l
8657         * src/quote_fmt_parse.y
8658                 extend the quote_fmt parser (templates and quotes):
8659                 - allow limited sub-expressions in |p{} and |f{} expressions,
8660                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
8661                 - implemented/fixed missing implementation of query_references and show_references,
8662                 - completed, fixed contents and format of the symbols help dialog,
8663                 - fix some compilation warnings.
8664
8665 2006-06-12 [wwp]        2.3.0cvs1
8666
8667         * manual/advanced.xml
8668         * manual/fr/advanced.xml
8669                 updates in the "templates" section of the manual (eng/fr):
8670                  - be more precise (both versions)
8671                  - completed to match the english reference (fr version)
8672                  - touchups (both versions)
8673
8674 2006-06-12 [paul]       2.3.0
8675
8676         2.3.0 released
8677
8678 2006-06-12 [paul]       2.2.3cvs14
8679
8680         * po/ca.po
8681         * po/cs.po
8682         * po/de.po
8683         * po/el.po
8684         * po/fr.po
8685         * po/it.po
8686         * po/pt_BR.po
8687         * po/sr.po
8688         * po/zh_CN.po
8689                 updated by Miquel Oliete, Tim, Stephan Sachse,
8690                 Stavros Giannouris, Fabien Vantard, Andrea
8691                 Spadaccini, Frederico Goncalves Guimaraes,
8692                 Aleksandar Urosevic, and Ralgh Young
8693
8694 2006-06-12 [colin]      2.2.3cvs13
8695
8696         * src/mbox.c
8697                 Add missing header
8698
8699 2006-06-11 [colin]      2.2.3cvs12
8700
8701         * src/msgcache.c
8702                 Verify that g_malloc() succeeded
8703
8704 2006-06-11 [colin]      2.2.3cvs11
8705
8706         * src/wizard.c
8707                 Add Face header to welcome mail
8708
8709 2006-06-10 [colin]      2.2.3cvs10
8710
8711         * src/textview.c
8712                 Revert previous (Forgot it changes the
8713                 margin on the whole mail)
8714
8715 2006-06-10 [colin]      2.2.3cvs9
8716
8717         * src/textview.c
8718                 Don't overlap long headers under (X-)Face
8719
8720 2006-06-10 [mones]      2.2.3cvs8
8721
8722         * manual/xml2pdf
8723                 allow generation of manual on systems lacking saxon binary
8724                 but with java and the saxon library installed
8725
8726         * po/es.po
8727                 updated for release
8728
8729 2006-06-09 [colin]      2.2.3cvs7
8730
8731         * src/summaryview.c
8732                 Fix leak when using Display Sender using Addressbook
8733
8734 2006-06-09 [colin]      2.2.3cvs6
8735
8736         * src/compose.c
8737         * src/folder.c
8738         * src/folderview.c
8739         * src/mimeview.c
8740         * src/summaryview.c
8741                 More leaks fixes
8742
8743 2006-06-09 [paul]       2.2.3cvs5
8744
8745         * AUTHORS
8746         * src/gtk/authors.h
8747         * tools/claws.i18n.status.pl
8748                 updated with new info
8749
8750 2006-06-09 [paul]       2.2.3cvs4
8751
8752         * README
8753                 updated
8754         * manual/ack.xml
8755                 add wwp to authors list
8756         * src/gtk/authors.h
8757                 update mine and Colin's addresses
8758
8759 2006-06-08 [colin]      2.2.3cvs3
8760
8761         * src/etpan/imap-thread.c
8762                 Fix leak on SSL cert check
8763
8764 2006-06-08 [colin]      2.2.3cvs2
8765
8766         * src/common/utils.c
8767                 Fix leak
8768
8769 2006-06-08 [paul]       2.2.3cvs1
8770
8771         * configure.ac
8772                 Update version number following
8773                 stable release
8774
8775 2006-06-07 [colin]      2.2.2cvs3
8776
8777         * src/msgcache.c
8778                 Fix catching cache read errors (guint instead of gint)
8779                 Prevent malloc'ing more than 8MB (means cache corruption)
8780
8781 2006-06-07 [paul]       2.2.2cvs2
8782
8783         * src/exporthtml.c
8784         * src/exportldif.c
8785         * src/mh.c
8786         * src/mutt.c
8787         * src/pine.c
8788         * src/common/utils.c
8789                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
8790                 obey $HOME'
8791                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
8792                 Thanks to Colin
8793
8794 2006-06-06 [paul]       2.2.2cvs1
8795
8796         * configure.ac
8797                 Update version number following
8798                 stable release
8799
8800 2006-06-06 [paul]       2.2.1cvs6
8801
8802         * src/matcher.c
8803                 fix  implicit declaration of
8804                 sylpheed_do_idle()
8805                 Patch by Fabien Vantard
8806
8807 2006-06-06 [paul]       2.2.1cvs5
8808
8809         * src/matcher.c
8810                 fix age_greater and age_lower so that they
8811                 mean what say and not '...or equal to'
8812                 Thanks to Colin
8813
8814 2006-06-06 [paul]       2.2.1cvs4
8815
8816         * src/textview.c
8817         * src/common/utils.c
8818                 fix URI check
8819                 Thanks to Colin
8820
8821 2006-06-05 [wwp]        2.2.1cvs3
8822
8823         * manual/fr/account.xml
8824                 minor language fixes (thanks to Fabien Vantard).
8825
8826 2006-06-05 [colin]      2.2.1cvs2
8827
8828         * src/prefs_folder_item.c
8829         * src/folderview.c
8830                 Allow recursive setting of properties 
8831                 for whole mailboxes
8832         * src/matcher.c
8833                 Don't freeze on 'test' filtering rule
8834
8835 2006-06-05 [colin]      2.2.1cvs1
8836
8837         * configure.ac
8838                 Update version number following
8839                 stable release
8840
8841 2006-06-04 [wwp]        2.2.0cvs82
8842
8843         * manual/glossary.xml
8844         * manual/account.xml
8845         * manual/fr/glossary.xml
8846         * manual/fr/account.xml
8847                 added glossary section and references/links related to the Face custom header.
8848
8849 2006-06-04 [colin]      2.2.0cvs81
8850
8851         * src/summaryview.c
8852                 Skip to next message on move with no
8853                 immediate execution
8854
8855 2006-06-04 [wwp]        2.2.0cvs80
8856
8857         * manual/xml2pdf
8858                 added sanity checks, exit when needed.
8859
8860 2006-06-03 [paul]       2.2.0cvs79
8861
8862         * src/prefs_receive.c
8863                 page name is now 'Receiving'
8864         * src/prefs_send.c
8865                 page name is now 'Sending'
8866
8867 2006-06-03 [colin]      2.2.0cvs78
8868
8869         * src/plugins/spamassassin/spamassassin_gtk.c
8870                 Autoswitch to Localhost if transport was previously
8871                 disabled. Else people had to check [] Enable, then
8872                 *reselect* transport.
8873
8874 2006-06-03 [colin]      2.2.0cvs77
8875
8876         * src/plugins/pgpinline/pgpinline.c
8877         * src/plugins/pgpmime/pgpmime.c
8878                 Check that gpg_data_release_and_get_mem 
8879                 didn't fail (now, why this happens...)
8880
8881 2006-06-03 [colin]      2.2.0cvs76
8882
8883         * src/mbox.c
8884                 Fix bug #962 (Manual and/or UI should 
8885                 warn about incompatible locking 
8886                 causing dataloss)
8887
8888 2006-06-02 [cleroy]     2.2.0cvs75
8889
8890         * src/filtering.c
8891         * src/folder.c
8892         * src/procmsg.c
8893         * src/summaryview.c
8894                 Fix a few leaks
8895
8896 2006-06-02 [colin]      2.2.0cvs74
8897
8898         * src/main.c
8899                 On exit, free caches after writing them
8900                 Shuts up some valgrind false positives
8901         * src/procmsg.c
8902         * src/send_message.c
8903                 Fix races when reusing existing SMTP connections
8904                 Fix inexistant session timeout
8905         * src/toolbar.c
8906                 Display alertpanel after all queues have
8907                 been processed, not after each
8908
8909 2006-06-02 [wwp]        2.2.0cvs73
8910
8911         * manual/fr/glossary.xml
8912         * manual/fr/ack.xml
8913         * manual/ack.xml
8914                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
8915
8916 2006-06-02 [wwp]        2.2.0cvs72
8917
8918         * manual/xml2pdf
8919         * manual/dist/pdf/Makefile.am
8920         * manual/dtd/manual.xsl
8921         * manual/fr/dist/pdf/Makefile.am
8922         * manual/pl/dist/pdf/Makefile.am
8923                 we changed the procedure to generate the .pdf version of the manual.
8924                 The procedure is more modern and the .pdf we get now has a valid index.
8925                 Here are the new pre-requisites:
8926
8927                 - JRE 1.x (1.4 here): there must be one from your distro
8928                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
8929                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
8930                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
8931
8932                 See my posts for further info about the installation of this toolchain:
8933
8934                 Date: Fri, 19 May 2006 19:40:06 +0200
8935                 From: wwp <subscript@free.fr>
8936                 To: sylpheed-claws-devel@lists.sourceforge.net
8937                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
8938
8939                 and
8940
8941                 Date: Wed, 24 May 2006 12:58:49 +0200
8942                 From: wwp <subscript@free.fr>
8943                 To: sylpheed-claws-devel@lists.sourceforge.net
8944                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
8945
8946 2006-06-01 [colin]      2.2.0cvs71
8947
8948         * src/compose.c
8949                 Better guards against IMAP races
8950         * src/main.c
8951         * src/prefs_common.c
8952         * src/prefs_common.h
8953         * src/common/ssl_certificate.c
8954         * src/etpan/imap-thread.c
8955         * src/etpan/imap-thread.h
8956         * src/gtk/sslcertwindow.c
8957                 New hidden option ssl_skip_cert_check to 
8958                 avoid dups of bug #959 (libetpan linked
8959                 against gnutls and gnutls buggy on 64bit)
8960                 Present expired warning only once per
8961                 session/server.
8962         * manual/advanced.xml
8963         * manual/fr/advanced.xml
8964                 Document new option
8965
8966 2006-06-01 [wwp]        2.2.0cvs70
8967
8968         * src/messageview.c
8969                 fix for bug #961 (return receipt dialog 
8970                 complains incorrectly about return-path 
8971                 email adress being different), thanks 
8972                 to Colin.
8973
8974 2006-05-31 [cleroy]     2.2.0cvs69
8975
8976         * src/common/ssl.c
8977                 Guard against NULLs, although this
8978                 should never be an issue
8979
8980 2006-05-31 [colin]      2.2.0cvs68
8981
8982         * src/filtering.c
8983                 Use g_slist_prepend
8984         * src/imap.c
8985                 Don't remove caches when destroying folder, it
8986                 could (should) be done at exit
8987         * src/inc.c
8988                 free processing cache after incorporation
8989         * src/etpan/imap-thread.c
8990                 Maybe fix bug #959 (Crash on moving to emails 
8991                 to a imap account per ssl with a expired 
8992                 certificate.)
8993
8994 2006-05-30 [colin]      2.2.0cvs67
8995
8996         * src/summaryview.c
8997                 Put back event flush when displaying message
8998                 It avoids reading a bunch of messages just
8999                 by hitting shift-n for too long ;)
9000
9001 2006-05-29 [colin]      2.2.0cvs66
9002
9003         * src/summaryview.c
9004                 Remove useless g_warnings
9005
9006 2006-05-29 [colin]      2.2.0cvs65
9007
9008         * src/imap.c
9009                 Fix g_slist_append()s for performance
9010
9011 2006-05-29 [colin]      2.2.0cvs64
9012
9013         * src/compose.c
9014         * src/common/utils.c
9015                 Fix extraneous tab at start of addresses
9016         * src/mainwindow.c
9017                 Fix warnings (thanks to Fabien)
9018                 Fix crash at exit when composing messages 
9019                 exist
9020         * src/pop.c
9021                 Fix progress bar when deleting expired mails
9022                 Thanks to Hiro
9023         * src/summaryview.c
9024         * src/gtk/gtksctree.c
9025                 Fix re-sorting slowness
9026
9027 2006-05-29 [paul]       2.2.0cvs63
9028
9029         * src/mh.c
9030                 fetch full message when moving mails
9031                 from another mailbox, (fixed data loss
9032                 when filtering from IMAP to MH, introduced
9033                 in 2.2.0cvs57).
9034                 Thanks to Colin
9035
9036 2006-05-29 [mones]      2.2.0cvs62
9037
9038         * src/gtk/gtksctree.c
9039                 Unselect faster (patch by Colin)        
9040
9041 2006-05-26 [colin]      2.2.0cvs61
9042
9043         * src/summaryview.c
9044                 Unplug MSGINFO_UPDATE callback on delete too.
9045
9046 2006-05-26 [colin]      2.2.0cvs60
9047
9048         * src/foldersel.c
9049                 Fix bold in folder selection window with glib2.10
9050                 thanks Hiro
9051
9052 2006-05-26 [colin]      2.2.0cvs59
9053
9054         * src/procheader.c
9055                 Convert date only if necessary (and don't
9056                 try to convert from utf8 to utf8, too)
9057         * src/summaryview.c
9058                 Only set column's text if the column's 
9059                 displayed
9060
9061 2006-05-26 [colin]      2.2.0cvs58
9062
9063         * src/summaryview.c
9064         * src/gtk/gtkutils.c
9065                 Fix useless warning
9066
9067 2006-05-26 [colin]      2.2.0cvs57
9068
9069         * src/mainwindow.c
9070                 Make summaryview selectable as long as 
9071                 no message has focus
9072         * src/mh.c
9073                 Faster deletion (by implementing mh_remove_msgs)
9074                 Faster copy (avoid using mh_fetch_msg just to get
9075                 the filename)
9076                 Faster move (using move_file instead of copy_file
9077                 if MSG_IS_MOVE)
9078                 No progressbar if total number of mails to cp/mv 
9079                 is less than 100
9080         * src/summaryview.c
9081                 Fix removal from subject_table when mail gets moved
9082                 Faster deletion (g_slist_prepend instead of append)
9083         * src/gtk/gtksctree.c
9084                 Remove useless code
9085
9086 2006-05-25 [colin]      2.2.0cvs56
9087
9088         * src/common/ssl_certificate.c
9089                 Fix leak in expired cert check
9090
9091 2006-05-25 [colin]      2.2.0cvs55
9092
9093         * src/mh.c
9094                 Disable flags syncing on .mh_sequences - it
9095                 is buggy and marks mails read under unknown
9096                 conditions.
9097
9098 2006-05-25 [paul]
9099
9100         * 2.3.0-rc4 released
9101
9102 2006-05-24 [colin]      2.2.0cvs54
9103
9104         attention cvs users: if you manage to crash
9105         Sylpheed-Claws while moving, copying or deleting
9106         mails, we *are* interested in stack traces and
9107         valgrind logs. It looks stable, but one never
9108         knows...
9109
9110         * src/folder.c
9111                 Add progressbar for cache updates
9112         * src/folderutils.c
9113                 Optimize Mark all read in the current
9114                 folder
9115         * src/mh.c
9116                 Add progressbar for copy/move
9117         * src/procmsg.c
9118                 Optimize O(n^2) in copy/move
9119         * src/summaryview.c
9120         * src/gtk/gtksctree.c
9121                 Optimize O(n^2) algos
9122         * src/common/timing.h
9123                 Display ms instead of us
9124
9125 2006-05-24 [wwp]        2.2.0cvs53
9126
9127         * manual/fr/advanced.xml
9128                 updates to the French manual.
9129
9130 2006-05-24 [wwp]        2.2.0cvs52
9131
9132         * src/common/utils.c
9133                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
9134
9135 2006-05-24 [wwp]        2.2.0cvs51
9136
9137         * src/folderutils.c
9138                 fixed "mark all read" in MH folders (thanks to Colin).
9139
9140 2006-05-24 [paul]       2.2.0cvs50
9141
9142         * doc/man/sylpheed-claws.1
9143                 updated the man page
9144
9145 2006-05-23 [colin]      2.2.0cvs49
9146
9147         * src/folderview.c
9148         * src/imap.c
9149         * src/inc.c
9150         * src/mbox.c
9151         * src/messageview.c
9152         * src/news.c
9153         * src/send_message.c
9154         * src/summaryview.c
9155         * src/gtk/sslcertwindow.c
9156                 alertpanel fixes, by Fabien
9157
9158 2006-05-23 [colin]      2.2.0cvs48
9159
9160         * src/folder.c
9161         * src/folderview.c
9162         * src/msgcache.c
9163         * src/summaryview.c
9164         * src/gtk/gtksctree.c
9165         * src/gtk/gtksctree.h
9166                 More timings
9167                 Fix slow loading problem, which was caused by the
9168                 use of some gtk_ctree funcs and their use of
9169                 g_list_position while gtk_ctree_(un)link'ing.
9170                 Reap more functions from gtkctree.c to be sure we
9171                 use our (fast) version instead of theirs.
9172         * src/mh.c
9173                 Fix copy of unread mails
9174
9175
9176 2006-05-22 [wwp]        2.2.0cvs47
9177
9178         * manual/fr/advanced.xml
9179                 updated.
9180
9181 2006-05-22 [colin]      2.2.0cvs46
9182
9183         * src/filtering.c
9184                 Fix possible infinite loop. 'copy' is not a 
9185                 final action, so when encountering a 'copy',
9186                 we have to check if a previous one was set
9187                 and do it. In the same way, if we encounter
9188                 a 'move' we have to perform a possibly 
9189                 pending 'copy'. This will slow down filtering
9190                 on IMAP if move+copy or multiple copy actions
9191                 are to be done, but handling it via the batch
9192                 would be really too convoluted.
9193
9194 2006-05-22 [wwp]        2.2.0cvs45
9195
9196         * manual/fr/advanced.xml
9197         * manual/fr/faq.xml
9198         * manual/fr/glossary.xml
9199         * manual/fr/handling.xml
9200         * manual/fr/intro.xml
9201         * manual/fr/plugins.xml
9202         * manual/fr/sylpheed-claws-manual.xml
9203                 sync w/ the english manual: updates URIs, documented mailing-list
9204                 support, better explanation about the enabled/disabled feature
9205                 in filtering/processing rules by Paul.
9206
9207 2006-05-21 [colin]      2.2.0cvs44
9208
9209         * src/summaryview.c
9210                 Don't expand after building threads, but during
9211
9212 2006-05-21 [colin]      2.2.0cvs43
9213
9214         * src/procmsg.c
9215         * src/summaryview.c
9216                 More timing possibilities... For next time I have 
9217                 to find out how the hell some 3GHz computer takes
9218                 one minute to open a 30k folder...
9219
9220 2006-05-21 [colin]      2.2.0cvs42
9221
9222         * manual/pl/advanced.xml
9223         * manual/pl/faq.xml
9224         * manual/pl/glossary.xml
9225         * manual/pl/handling.xml
9226         * manual/pl/intro.xml
9227         * manual/pl/plugins.xml
9228         * manual/pl/sylpheed-claws-manual.xml
9229                 Polish manual updated by Pawel
9230
9231 2006-05-20 [colin]
9232
9233         * 2.3.0-rc3 released
9234
9235 2006-05-20 [colin]      2.2.0cvs41
9236
9237         * src/imap.c
9238                 Fix -rc2 problems:
9239                 - remove cache of moved messages from original folder
9240                 - apply new flags to messages even if they aren't appliable
9241                   via IMAP.
9242
9243 2006-05-20 [colin]
9244
9245         * 2.3.0-rc2 released
9246
9247 2006-05-19 [colin]      2.2.0cvs40
9248
9249         * src/imap.c
9250                 Don't issue SELECT in imap_change_flags
9251                 before having checked that we indeed have
9252                 some flags to change. MSG_POSTFILTERED for
9253                 example can't be used on IMAP.
9254                 Fixes bug #955 (copying messages between 
9255                 imap folders is extremely slow), which was
9256                 a regression.
9257
9258 2006-05-19 [colin]      2.2.0cvs39
9259
9260         * src/folder.c
9261         * src/folder.h
9262         * src/folderview.c
9263                 Try to fix bug #830 (Some unread messages 
9264                 get marked read in IMAP inbox):
9265                 - Prevent scanning a folder if it's being 
9266                   opened via the GUI
9267                 - Postpone opening via the GUI of a folder
9268                   currently scanned.
9269
9270
9271 2006-05-19 [wwp]        2.2.0cvs38
9272
9273         * manual/advanced.xml
9274                 fix English+typo (thanks to Paul).
9275
9276 2006-05-19 [wwp]        2.2.0cvs37
9277
9278         * manual/advanced.xml
9279         * manual/fr/advanced.xml
9280         * src/gtk/logwindow.c
9281         * src/prefs_common.c
9282         * src/prefs_common.h
9283                 added hidden prefs to allow customization of colors used in
9284                 protocol log window (useful for dark gtk+ themes).
9285
9286 2006-05-19 [wwp]        2.2.0cvs36
9287
9288         * ChangeLog
9289                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
9290
9291 2006-05-19 [paul]       2.2.0cvs35
9292
9293         * src/textview.c
9294                 make Reply-To fully clickable
9295         * src/gtk/logwindow.c
9296                 more colouring (SMTP ESMTP)
9297         Both patches by Pawel Pekala
9298
9299 2006-05-19 [cleroy]     2.2.0cvs34
9300
9301         * src/mh.c
9302                 Don't update flags from current folder
9303                 Probably fixes bug #935 (Read Messages 
9304                 Revert to Being Marked as Unread)
9305
9306 2006-05-18 [colin]      2.2.0cvs33
9307
9308         * src/imap.c
9309                 Warning fix
9310         * src/compose.c
9311         * src/mainwindow.c
9312         * src/summaryview.c
9313         * src/toolbar.c
9314                 Allow replying to multiple emails
9315                 in multiple windows
9316         * src/mimeview.c
9317         * src/etpan/imap-thread.c
9318                 Leak fixes
9319
9320 2006-05-18 [paul]       2.2.0cvs32
9321
9322         * src/summaryview.c
9323                 keep Mailing-List menu refreshed
9324                 Thanks to Colin
9325
9326 2006-05-18 [paul]       2.2.0cvs31
9327
9328         * manual/advanced.xml
9329         * manual/faq.xml
9330         * manual/glossary.xml
9331         * manual/handling.xml
9332         * manual/intro.xml
9333         * manual/plugins.xml
9334         * manual/sylpheed-claws-manual.xml
9335                 update URLs
9336                 add info about mailing-list support
9337                 edit filtering info
9338         * src/wizard.c
9339         * src/common/defs.h
9340         * src/gtk/about.c
9341         * src/plugins/dillo_viewer/README
9342                 update URLs
9343
9344 2006-05-17 [wwp]        2.2.0cvs30
9345
9346         * manual/handling.xml
9347         * manual/fr/handling.xml
9348                 documented the ability to enabled/disable filtering/processing rules.
9349
9350 2006-05-17 [colin]      2.2.0cvs29
9351
9352         * src/main.c
9353                 Don't initialize g_thread subsystem if it's 
9354                 already done (thanks to Hiro)
9355         * src/mimeview.c
9356                 Fix saving of parts when there name can't be
9357                 converted from UTF-8.
9358
9359 2006-05-17 [paul]       2.2.0cvs28
9360
9361         * po/Makefile.in.in
9362                 fix config.status warning with autoconf 2.60
9363
9364 2006-05-17 [paul]       2.2.0cvs27
9365
9366         * po/POTFILES.in
9367                 add src/mbox.c
9368
9369 2006-05-17 [wwp]        2.2.0cvs26
9370
9371         * src/mainwindow.c
9372                 fix useless and potentially dangerous buffer walking (thanks to Colin).
9373
9374 2006-05-17 [wwp]        2.2.0cvs25
9375
9376         * src/plugins/demo/demo.c
9377                 updated product name in plugin demo (many plugins need to be
9378                 sync'ed w/ that change).
9379
9380 2006-05-17 [colin]      2.2.0cvs24
9381
9382         * src/mh.c
9383                 Fix leak
9384
9385 2006-05-16 [colin]      2.2.0cvs23
9386
9387         * src/mainwindow.c
9388                 Stupid me hit again. Fix cvs22.
9389
9390 2006-05-16 [colin]      2.2.0cvs22
9391
9392         * src/mainwindow.c
9393                 Fix bug #922 (sylpheed-claws crashed after 
9394                 pushing on Inbox folder)
9395
9396 2006-05-16 [colin]      2.2.0cvs21
9397
9398         * src/compose.c
9399                 Make From header be copy/paste/select-able
9400
9401 2006-05-16 [wwp]        2.2.0cvs20
9402
9403         * src/export.c
9404         * src/matcher.c
9405         * src/summaryview.c
9406         * src/etpan/imap-thread.c
9407                 fix some compiler warnings (thanks to Colin).
9408
9409 2006-05-16 [wwp]        2.2.0cvs19
9410
9411         * src/action.c
9412         * src/gedit-print.c
9413         * src/inc.c
9414         * src/mainwindow.c
9415         * src/mh.c
9416         * src/statusbar.c
9417         * src/send_message.c
9418         * src/summaryview.c
9419                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
9420
9421 2006-05-15 [colin]      2.2.0cvs18
9422
9423         * src/procmsg.c
9424                 Fix automatic rule creation with List-Post
9425
9426 2006-05-15 [paul]       2.2.0cvs17
9427
9428         * tools/filter_conv_new.pl
9429                 updated for rule enabling/disabling
9430                 claws version >= 2.3.x required
9431
9432 2006-05-15 [cleroy]     2.2.0cvs16
9433
9434         * src/main.c
9435                 Revert test
9436
9437 2006-05-15 [cleroy]     2.2.0cvs15
9438
9439         * src/main.c
9440                 test
9441
9442 2006-05-15 [wwp]        2.2.0cvs14
9443
9444         * manual/pl/.cvsignore
9445                 ignore generated files.
9446
9447 2006-05-14 [wwp]        2.3.0-rc1
9448
9449         * 2.3.0-rc1 released
9450
9451 2006-05-13 [wwp]        2.2.0cvs13
9452
9453         * src/filtering.c
9454         * src/filtering.h
9455         * src/matcher.c
9456         * src/matcher_parser_lex.l
9457         * src/matcher_parser_parse.y
9458         * src/prefs_filtering.c
9459                 new feature: provide the ability to disable filtering and processing
9460                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
9461                 adaptations.
9462
9463 2006-05-13 [colin]      2.2.0cvs12
9464
9465         * src/compose.c
9466                 Remove useless if (a) b; else b;
9467                 Thanks to wwp
9468
9469 2006-05-13 [wwp]        2.2.0cvs11
9470
9471         * src/export.c
9472         * src/import.c
9473         * src/mainwindow.c
9474         * src/mbox.c
9475         * src/summaryview.c
9476         * src/summaryview.h
9477                 no more silent failures (or at least less ones) when importing
9478                 or exporting from/to mbox. Also start importing/exporting if
9479                 the necessary info is set.
9480
9481 2006-05-13 [wwp]        2.2.0cvs10
9482
9483         * RELEASE_NOTES
9484                 restored up-to-date release notes.
9485
9486 2006-05-13 [paul]       2.2.0cvs9
9487
9488         * po/nl.po
9489         * po/ru.po
9490                 updated by Tim Dijkstra and Pavlo Bohmat
9491
9492 2006-05-12 [colin]      2.2.0cvs8
9493
9494         * src/gtk/quicksearch.c
9495                 Add "k" as shortcut for "colorlabel". Patch
9496                 by ath42@users.sf.net.
9497
9498 2006-05-12 [paul]       2.2.0cvs7
9499
9500         * src/prefs_common.h
9501         * src/prefs_summaries.c
9502         * src/summaryview.c
9503                 when entering a folder also allow
9504                 going directly to first Marked message
9505
9506 2006-05-12 [paul]       2.2.0cvs6
9507
9508         * src/summaryview.c
9509                 always obey 'confirm before marking all
9510                 mails read' option
9511
9512 2006-05-12 [paul]       2.2.0cvs5
9513
9514         * src/textview.c
9515                 make Sender fully clickable
9516
9517 2006-05-12 [colin]      2.2.0cvs4
9518
9519         * src/compose.c
9520         * src/compose.h
9521                 Let From be editable
9522         * src/main.c
9523         * src/mh.c
9524                 Full support of .mh_sequences' Unseen seq
9525
9526 2006-05-12 [colin]      2.2.0cvs3
9527
9528         * src/folder.c
9529         * src/mainwindow.c
9530         * src/mainwindow.h
9531         * src/messageview.c
9532         * src/prefs_spelling.c
9533         * src/procheader.c
9534         * src/procmsg.c
9535         * src/procmsg.h
9536         * src/summaryview.c
9537         * src/toolbar.c
9538         * src/toolbar.h
9539                 Add contextual menu on Compose toolbar
9540                 button. Fixes bug #944 (Automatic
9541                 addresses not applied when changing account
9542                 from compose window)
9543                 add Mailing List support
9544                 based on the old 0.6.5claws25 patch by
9545                 Melvin Hadasht, with finishing touches
9546                 by Colin
9547                 Fix "ignore thread" when mails are threaded by
9548                 subject (and weren't ignored although appearing
9549                 in the thread).
9550                 GUI rework.
9551                 Both patches by Pawel.
9552
9553 2006-05-08 [paul]       2.2.0cvs2
9554
9555         * src/mainwindow.c
9556         * src/mainwindow.h
9557         * src/messageview.c
9558         * src/procheader.c
9559         * src/procmsg.c
9560         * src/procmsg.h
9561         * src/summaryview.c
9562                 add Mailing List support
9563                 based on the old 0.6.5claws25 patch by 
9564                 Melvin Hadasht, with finishing touches
9565                 by Colin
9566
9567 2006-05-08 [colin]      2.2.0cvs1
9568
9569         * src/mainwindow.c
9570         * src/toolbar.c
9571         * src/toolbar.h
9572                 Add contextual menu on Compose toolbar 
9573                 button. Fixes bug #944 (Automatic 
9574                 addresses not applied when changing account 
9575                 from compose window)
9576
9577 2006-05-08 [paul]       2.2.0
9578
9579         2.2.0 released
9580
9581 2006-05-08 [paul]       2.1.1cvs51
9582
9583         * po/cs.po
9584         * po/de.po
9585         * po/en_GB.po
9586         * po/fi.po
9587         * po/fr.po
9588         * po/pt_BR.po
9589         * po/sr.po
9590         * po/zh_CN.po
9591                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
9592                 Fabien Vantard, Frederico Goncalves Guimaraes,
9593                 Aleksandar Urosevic, and Ralgh Young
9594
9595 2006-05-12 [colin]      2.1.1cvs50
9596
9597         * po/cs.po
9598         * po/de.po
9599         * po/en_GB.po
9600         * po/es.po
9601         * po/fi.po
9602         * po/fr.po
9603         * po/pt_BR.po
9604         * po/sr.po
9605         * po/zh_CN.po
9606                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
9607                 Fabien Vantard, Frederico Goncalves Guimaraes,
9608                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
9609
9610 2006-05-05 [colin]      2.1.1cvs49
9611
9612         * manual/Makefile.am
9613         * manual/pl/Makefile.am
9614         * manual/pl/account.xml
9615         * manual/pl/ack.xml
9616         * manual/pl/addrbook.xml
9617         * manual/pl/advanced.xml
9618         * manual/pl/faq.xml
9619         * manual/pl/glossary.xml
9620         * manual/pl/gpl.xml
9621         * manual/pl/handling.xml
9622         * manual/pl/intro.xml
9623         * manual/pl/keyboard.xml
9624         * manual/pl/plugins.xml
9625         * manual/pl/starting.xml
9626         * manual/pl/sylpheed-claws-manual.xml
9627         * manual/pl/dist/.cvsignore
9628         * manual/pl/dist/Makefile.am
9629         * manual/pl/dist/html/.cvsignore
9630         * manual/pl/dist/html/Makefile.am
9631         * manual/pl/dist/pdf/.cvsignore
9632         * manual/pl/dist/pdf/Makefile.am
9633         * manual/pl/dist/ps/.cvsignore
9634         * manual/pl/dist/ps/Makefile.am
9635         * manual/pl/dist/txt/.cvsignore
9636         * manual/pl/dist/txt/Makefile.am
9637                 Add the polish translation of the manual,
9638                 Authored by Pawel Pekala.
9639
9640 2006-05-05 [cleroy]     2.1.1cvs48
9641
9642         * src/main.c
9643                 Re-read matcherrc after loading plugins 
9644                 if some of them add folders.
9645
9646 2006-05-03 [colin]      2.1.1cvs47
9647
9648         * src/imap.c
9649                 I'm idiot
9650
9651 2006-05-03 [colin]      2.1.1cvs46
9652
9653         * src/imap.c
9654                 Be sure to have a session when
9655                 getting separator
9656
9657 2006-05-03 [colin]      2.1.1cvs45
9658
9659         * src/imap.c
9660         * src/imap.h
9661         * src/imap_gtk.c
9662                 Fix preventing renaming with namespace 
9663                 separator.
9664
9665 2006-05-01 [colin]      2.1.1cvs44
9666
9667         * src/action.c
9668                 Don't reload messageview when result of
9669                 action is piped.
9670
9671 2006-04-29 [colin]      2.1.1cvs43
9672
9673         * src/prefs_receive.c
9674         * src/plugins/spamassassin/spamassassin_gtk.c
9675         * src/plugins/clamav/clamav_plugin_gtk.c
9676                 GUI fixes by Pawel
9677
9678 2006-04-29 [colin]      2.1.1cvs42
9679
9680         * src/prefs_compose_writing.c
9681         * src/prefs_quote.c
9682                 Cleanups. Patch by Pawel
9683
9684 2006-04-28 [paul]       2.1.1cvs41
9685
9686         * src/matcher.c
9687                 fix returned quick search results when search
9688                 term contains an underscore.
9689                 Thanks to Colin
9690
9691 2006-04-28 [paul]       2.1.1cvs40
9692
9693         * src/prefs_message.c
9694         * src/prefs_receive.c
9695                 GUI cleanups
9696                 Patches by Pawel Pekala
9697
9698 2006-04-27 [colin]      2.1.1cvs39
9699
9700         * src/wizard.c
9701                 Differentiate subject Welcome from
9702                 window's title Welcome
9703
9704 2006-04-27 [paul]
9705
9706         2.2.0-rc1 released
9707
9708 2006-04-27 [paul]       2.1.1cvs38
9709
9710         * manual/advanced.xml
9711         * manual/fr/advanced.xml
9712                 add info about compose_no_markup hidden pref
9713
9714 2006-04-27 [paul]       2.1.1cvs37
9715
9716         * src/prefs_account.c
9717                 improve privacy labels
9718         * src/prefs_msg_colors.c
9719                 change some strings for translators' convenience
9720         * src/gtk/gtkutils.c
9721                 don't underline the link button text
9722
9723 2006-04-25 [colin]      2.1.1cvs36
9724
9725         * src/folder.c
9726                 Complete 2.1.1cvs33 (once more ;)
9727
9728 2006-04-25 [colin]      2.1.1cvs35
9729
9730         * src/editldap.c
9731                 Fix tooltip
9732
9733 2006-04-25 [cleroy]     2.1.1cvs34
9734
9735         * src/compose.c
9736         * src/gtk/gtkaspell.c
9737                 Fix crash on redirect (related to the return 
9738                 of the aspell menu in compose's toolbar)
9739         * src/prefs_msg_colors.c
9740                 Fix sensitivity widgets
9741         * src/image_viewer.c
9742         * src/gtk/pluginwindow.c
9743         * src/gtk/prefswindow.c
9744                 Change released signals to clicked (Fabien)
9745         * po/POTFILES.in
9746         * src/common/socket.c
9747         * src/plugins/spamassassin/spamassassin.c
9748                 Translate strings (Fabien)
9749
9750 2006-04-25 [paul]       2.1.1cvs33
9751
9752         * src/folder.c
9753         * src/folder.h
9754         * src/folderview.c
9755                 complete the fix of bug #912
9756                 Thanks to Colin
9757
9758 2006-04-25 [colin]      2.1.1cvs32
9759
9760         * src/news.c
9761                 Better progress bar
9762         * src/mimeview.c
9763         * src/summaryview.c
9764         * src/summaryview.h
9765                 Fix focus chain
9766                 Patches by Pawel Pekala
9767
9768 2006-04-24 [colin]      2.1.1cvs31
9769
9770         * src/compose.c
9771                 Fix compilation warnings (Fabien)
9772
9773 2006-04-24 [colin]      2.1.1cvs30
9774
9775         * src/addrindex.c
9776         * src/editldap.c
9777         * src/editldap_basedn.c
9778         * src/editldap_basedn.h
9779         * src/ldapctrl.c
9780         * src/ldapctrl.h
9781         * src/ldapquery.c
9782         * src/ldaputil.c
9783         * src/ldaputil.h
9784                 Fix bug #901 (LDAPS support)
9785
9786 2006-04-24 [colin]      2.1.1cvs29
9787
9788         * src/compose.c
9789                 Fix logic on error with send dialog on
9790         * src/imap.c
9791                 Fix compilation without libetpan, thanks
9792                 to Fabien
9793         * src/summaryview.c
9794                 Fix 'context-menu' key
9795
9796 2006-04-23 [colin]      2.1.1cvs28
9797
9798         * src/folder.c
9799                 Never free current's cache to free up 
9800                 memory. Fixes bug #912 (new count 
9801                 randomly set to message count)
9802
9803 2006-04-23 [colin]      2.1.1cvs27
9804
9805         * src/gtk/quicksearch.c
9806                 And remove printf...
9807
9808 2006-04-23 [colin]      2.1.1cvs26
9809
9810         * src/gtk/quicksearch.c
9811                 Fix replacing in quicksearch, and fix inserting
9812                 in the middle of the string. (introduced at 2.1.0cvs22)
9813
9814 2006-04-23 [colin]      2.1.1cvs25
9815
9816         * src/imap.c
9817                 Make sure uidnext is initialized in get_num_list
9818                 (not for stable, related to 2.1.1cvs8 and friends)
9819
9820 2006-04-23 [colin]      2.1.1cvs24
9821
9822         * src/imap.c
9823                 Output something when login is successful
9824                 too
9825
9826 2006-04-23 [colin]      2.1.1cvs23
9827
9828         * src/etpan/imap-thread.c
9829                 Better logging (line-per-line, hide data in fetch)
9830                 Fix a const warning
9831         * src/gtk/logwindow.c
9832         * src/gtk/logwindow.h
9833                 Better logging (color for input/output)
9834
9835 2006-04-21 [colin]      2.1.1cvs22
9836
9837         * src/gtk/quicksearch.c
9838                 On gtk+-2.8, use stock buttons in quicksearch
9839                 Based on a patch by Fabien and a design by Paul
9840
9841 2006-04-21 [colin]      2.1.1cvs21
9842
9843         * src/folderview.c
9844         * src/mainwindow.c
9845                 Fix occasional flicker in folderview
9846         * src/common/utils.c
9847                 Fix bug #943 (Incorrectly parsed email address 
9848                 list in short headers on message view and in 
9849                 printouts)
9850
9851 2006-04-20 [colin]      2.1.1cvs20
9852
9853         * src/imap.c
9854         * src/imap.h
9855         * src/prefs_account.c
9856                 Add ANONYMOUS auth for IMAP
9857
9858 2006-04-20 [paul]       2.1.1cvs19
9859
9860         * src/main.c
9861                 proper fix for 2.1.1cvs18
9862                 Thanks to Colin
9863
9864 2006-04-20 [paul]       2.1.1cvs18
9865
9866         * src/main.c
9867                 fix build warnings
9868
9869 2006-04-20 [paul]       2.1.1cvs17
9870
9871         * src/gtk/quicksearch.c
9872                 fix standard, non-extended Quick search,
9873                 was broken in 2.1.1cvs15.
9874                 Thanks to Colin.
9875
9876 2006-04-20 [colin]      2.1.1cvs16
9877
9878         * src/prefs_matcher.c
9879                 Fix values when reselecting a ~test
9880                 rule
9881
9882 2006-04-19 [colin]      2.1.1cvs15
9883
9884         * src/compose.c
9885         * src/compose.h
9886         * src/gtk/gtkaspell.c
9887         * src/gtk/gtkaspell.h
9888                 Put back Options menu in Spelling/
9889         * src/gtk/quicksearch.c
9890                 Don't search, and show error, if the
9891                 advanced search has a syntax error
9892
9893 2006-04-18 [colin]      2.1.1cvs14
9894
9895         * src/textview.c
9896                 Fix gdk warnings on set_cursor when textview
9897                 isn't visible
9898
9899 2006-04-18 [colin]      2.1.1cvs13
9900
9901         * src/gtk/gtksctree.c
9902                 Remove seemingly useless refresh that causes
9903                 flicker - watch this commit in case of 
9904                 problems before planned backport to stable
9905
9906 2006-04-18 [colin]      2.1.1cvs12
9907
9908         * src/imap.c
9909                 Factorize get/set_xml code
9910         * src/compose.c
9911         * src/prefs_account.c
9912         * src/prefs_account.h
9913         * src/procmsg.c
9914                 Add Encrypt to self option
9915
9916 2006-04-17 [colin]      2.1.1cvs11
9917
9918         * configure.ac
9919                 Fix search on encrpyt function on dragonfly
9920                 Patch by Jonathan Buschmann <jonthn@agmact.com>
9921
9922 2006-04-17 [colin]      2.1.1cvs10
9923
9924         * src/prefs_account.c
9925                 Be safe by default: remove mails from POP3
9926                 after 7 days, not immediately
9927
9928 2006-04-17 [colin]      2.1.1cvs9
9929
9930         * src/etpan/imap-thread.c
9931                 Fix build on DragonFly - patch by 
9932                 Jonathan Buschmann <jonthn@agmact.com>
9933
9934 2006-04-17 [colin]      2.1.1cvs8
9935
9936         * src/imap.c
9937                 Save uidnext between sessions
9938
9939 2006-04-17 [colin]      2.1.1cvs7
9940
9941         * src/imap.c
9942                 scan is required when uid validity changes
9943
9944 2006-04-17 [colin]      2.1.1cvs6
9945
9946         * src/folderview.c
9947                 Don't scan if not necessary, apart in current
9948                 folder and INBOX to fetch flags.
9949         * src/imap.c
9950                 Scan is necessary if unread count changes
9951
9952 2006-04-17 [colin]      2.1.1cvs5
9953
9954         * src/imap.c
9955                 ...But always fetch ANSWERED and DELETED flags for
9956                 INBOX, as filtering can happen on these flags.
9957
9958 2006-04-17 [colin]      2.1.1cvs4
9959
9960         * src/imap.c
9961                 Don't fetch REPLIED and DELETED flags when synchronising
9962                 flags with a closed folder. We only need UNSEEN and FLAGGED
9963                 to update the folderview.
9964
9965 2006-04-17 [colin]      2.1.1cvs3
9966
9967         * src/imap.c
9968                 Faster flag search when there are new mails 
9969                 in a folder. We can do a full search if the 
9970                 folder contains less messages than the new
9971                 list.
9972
9973 2006-04-17 [colin]      2.1.1cvs2
9974
9975         * po/cs.po
9976         * po/de.po
9977         * po/fr.po
9978         * po/nl.po
9979         * po/pt_BR.po
9980                 Update translations from stable branch
9981
9982 2006-04-17 [colin]      2.1.1cvs1
9983
9984         * configure.ac
9985                 Bump version to follow stable release
9986
9987 2006-04-16 [mones]      2.1.0cvs50
9988
9989         * po/es.po
9990                 Updated for release
9991
9992 2006-04-16 [colin]      2.1.0cvs49
9993
9994         * src/textview.c
9995                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
9996                 with gtk < 2.8. Thanks to Fabien Vantard.
9997
9998 2006-04-15 [colin]      2.1.0cvs48
9999
10000         * src/etpan/imap-thread.c
10001                 Fix bug #919 (libetpan: SEGV when connecting 
10002                 using command)
10003
10004 2006-04-14 [colin]      2.1.0cvs47
10005
10006         * src/main.c
10007                 Fix race on --select (should be done better)
10008
10009 2006-04-14 [wwp]        2.1.0cvs46
10010
10011         * src/send_message.c
10012                 enforce a check for domain in account prefs (a sending
10013                 error could be faced if domain was checked but no value set),
10014                 thanks to Colin.
10015
10016 2006-04-14 [colin]      2.1.0cvs45
10017
10018         * src/codeconv.c
10019                 when converting from unknown to unknown, if the
10020                 string is UTF8, don't convert it to the locale
10021                 (which breaks it)
10022
10023 2006-04-14 [colin]      2.1.0cvs44
10024
10025         * src/compose.c
10026                 Don't try to use ASCII for converting headers
10027                 (as done in body)
10028
10029 2006-04-14 [paul]       2.1.0cvs43
10030
10031         * src/crash.c
10032                 add locale/charset info to crash report
10033         * src/gtk/about.c
10034                 add wwp to doc team
10035                 replace 'e-mail' with preferred 'email'
10036         * src/gtk/authors.h
10037                 ensure contributors list is in alphabetical
10038                 order
10039
10040 2006-04-13 [colin]      2.1.0cvs42
10041
10042         * src/textview.c
10043                 Prevent gdk warnings
10044
10045 2006-04-13 [colin]      2.1.0cvs41
10046
10047         * src/common/ssl_certificate.c
10048         * src/common/ssl_certificate.h
10049         * src/gtk/sslcertwindow.c
10050                 Warn on expired certs, and display the expiration date
10051
10052 2006-04-13 [colin]      2.1.0cvs40
10053
10054         * src/plugins/spamassassin/spamassassin_gtk.c
10055                 Fix missing set_text on unix socket
10056
10057 2006-04-13 [wwp]        2.1.0cvs39
10058
10059         * manual/fr/advanced.xml
10060         * manual/fr/glossary.xml
10061                 applied new spam/ham/email lexicon (pourriel, courriel)
10062
10063 2006-04-13 [paul]       2.1.0cvs38
10064
10065         * src/plugins/pgpmime/plugin.c
10066                 remove the mention of S/MIME from the
10067                 description. This is now handled by the
10068                 S/MIME plugin.
10069
10070 2006-04-13 [paul]       2.1.0cvs37
10071
10072         * src/prefs_msg_colors.c
10073                 rework dialog
10074         * src/prefs_folder_item.c
10075         * src/prefs_spelling.c
10076                 add a tooltip to the colour selector buttons
10077
10078 2006-04-13 [wwp]        2.1.0cvs36
10079
10080         * manual/advanced.xml
10081         * manual/glossary.xml
10082         * manual/handling.xml
10083         * manual/keyboard.xml
10084         * manual/plugins.xml
10085         * manual/starting.xml
10086         * manual/fr/account.xml
10087         * manual/fr/ack.xml
10088         * manual/fr/addrbook.xml
10089         * manual/fr/advanced.xml
10090         * manual/fr/faq.xml
10091         * manual/fr/glossary.xml
10092         * manual/fr/gpl.xml
10093         * manual/fr/handling.xml
10094         * manual/fr/intro.xml
10095         * manual/fr/keyboard.xml
10096         * manual/fr/plugins.xml
10097         * manual/fr/starting.xml
10098         * manual/fr/sylpheed-claws-manual.xml
10099                 fixes to the manuals:
10100                  - summaryview -> Message List (same in French)
10101                  - translate key names
10102                  - fix French punctuation, use non-breakable spaces when
10103                    necessary, don't use &thinsp; which is not portable
10104                  - tell what maildir and mbox formats we support
10105
10106 2006-04-12 [wwp]        2.1.0cvs35
10107
10108         * src/prefs_toolbar.c
10109                 unified a replace button more,
10110                 patch by Fabien Vantard <fzzzzz@gmail.com>.
10111
10112 2006-04-12 [wwp]        2.1.0cvs34
10113
10114         * src/prefs_common.c
10115         * src/prefs_msg_colors.c
10116                 make default color labels translatable,
10117                 patch from Fabien Vantard <fzzzzz@gmail.com>,
10118                 thanks to Tim <timbrain@post.cz> for reporting.
10119
10120 2006-04-12 [wwp]        2.1.0cvs33
10121
10122         * manual/glossary.xml
10123         * manual/intro.xml
10124         * manual/plugins.xml
10125         * manual/starting.xml
10126         * manual/sylpheed-claws-manual.xml
10127         * manual/fr/.cvsignore
10128         * manual/fr/account.xml
10129         * manual/fr/ack.xml
10130         * manual/fr/addrbook.xml
10131         * manual/fr/advanced.xml
10132         * manual/fr/faq.xml
10133         * manual/fr/glossary.xml
10134         * manual/fr/handling.xml
10135         * manual/fr/intro.xml
10136         * manual/fr/keyboard.xml
10137         * manual/fr/plugins.xml
10138         * manual/fr/starting.xml
10139         * manual/fr/sylpheed-claws-manual.xml
10140                 various fixes: typos, missing .fr translations, punctuation,
10141                 capitalization, links, accents and some bad French more.
10142
10143 2006-04-12 [wwp]        2.1.0cvs32
10144
10145         * src/prefs_gtk.c
10146                 fix for bug #935: always store prefs files in UTF-8 (thanks
10147                 to Colin).
10148
10149 2006-04-11 [colin]      2.1.0cvs31
10150
10151         * src/compose.c
10152                 Fix inserting files not in utf8 when locale is utf8
10153
10154 2006-04-11 [colin]      2.1.0cvs30
10155
10156         * src/inc.c
10157                 Don't show error dialog when cancelling connection
10158                 Patch by Pawel
10159
10160 2006-04-11 [cleroy]     2.1.0cvs29
10161
10162         * src/compose.c
10163                 Implement multiple quote levels
10164         * src/prefs_common.c
10165                 Change a little bit the quote bgcolor for 2nd level
10166
10167 2006-04-11 [colin]      2.1.0cvs28
10168
10169         * src/gtk/about.c
10170                 Add locale and charset in the label
10171
10172 2006-04-10 [colin]      2.1.0cvs27
10173
10174         * src/compose.c
10175         * src/prefs_common.c
10176         * src/prefs_common.h
10177         * src/prefs_msg_colors.c
10178         * src/textview.c
10179                 Allow optional background color in quotes
10180                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
10181                 GTK+-2.8.x feature
10182
10183 2006-04-10 [colin]      2.1.0cvs26
10184
10185         * src/main.c
10186         * src/mainwindow.c
10187         * src/mainwindow.h
10188                 Implement --select
10189
10190 2006-04-10 [colin]      2.1.0cvs25
10191
10192         * manual/plugins.xml
10193         * manual/fr/plugins.xml
10194                 Document libcurl's proxy variables
10195
10196 2006-04-09 [colin]      2.1.0cvs24
10197
10198         * src/prefs_common.c
10199                 gettext() returns statically allocated stuff. We have
10200                 to strdup it in order to be able to free it.
10201
10202 2006-04-09 [colin]      2.1.0cvs23
10203
10204         * AUTHORS
10205         * src/gtk/authors.h
10206                 Add Alexei
10207
10208 2006-04-09 [colin]      2.1.0cvs22
10209
10210         * src/mainwindow.c
10211         * src/gtk/quicksearch.c
10212                 Fix bug #859 (problems with cyrilic input in 
10213                 search panel) - Patch by Alexey Illarionov 
10214                 <littlesavage@rambler.ru>
10215
10216 2006-04-09 [colin]      2.1.0cvs21
10217
10218         * src/prefs_customheader.c
10219                 I prefer removing then freeing rather than the contrary
10220                 (even if it doesn't change anything ;-)
10221         * src/prefs_account.c
10222                 Fix bug #933 (Crash re-entering the custom headers list 
10223                 dialog in accounts prefs)
10224                 The problem happened when cancelling the Account 
10225                 Preferences' dialogs - in which case we didn't do 
10226                 anything to the PrefsAccount * struct. In case of applying,
10227                 the old ac_prefs was replaced with the tmp_ac_prefs we were
10228                 working with in this dialog. The problem is that 
10229                 prefs_customheader.c, working on this tmp_ac_prefs, always
10230                 changes the ->customhdr_list pointer, even when cancelled. 
10231                 So in case of cancelling the prefs_account dialog, we still
10232                 have to update ->customhdr_list in the real account.
10233
10234 2006-04-08 [colin]      2.1.0cvs20
10235
10236         * manual/fr/glossary.xml
10237         * manual/fr/keyboard.xml
10238                 Forgot some headers :)
10239
10240 2006-04-08 [colin]      2.1.0cvs19
10241
10242         * manual/Makefile.am
10243         * manual/fr/Makefile.am
10244         * manual/fr/account.xml
10245         * manual/fr/ack.xml
10246         * manual/fr/addrbook.xml
10247         * manual/fr/advanced.xml
10248         * manual/fr/faq.xml
10249         * manual/fr/glossary.xml
10250         * manual/fr/gpl.xml
10251         * manual/fr/handling.xml
10252         * manual/fr/intro.xml
10253         * manual/fr/keyboard.xml
10254         * manual/fr/plugins.xml
10255         * manual/fr/starting.xml
10256         * manual/fr/sylpheed-claws-manual.xml
10257         * manual/fr/dist/.cvsignore
10258         * manual/fr/dist/Makefile.am
10259         * manual/fr/dist/html/.cvsignore
10260         * manual/fr/dist/html/Makefile.am
10261         * manual/fr/dist/pdf/.cvsignore
10262         * manual/fr/dist/pdf/Makefile.am
10263         * manual/fr/dist/ps/.cvsignore
10264         * manual/fr/dist/ps/Makefile.am
10265         * manual/fr/dist/txt/.cvsignore
10266         * manual/fr/dist/txt/Makefile.am
10267                 Add the french translation of the manual. Thanks to
10268                 Olivier Delhomme <olivier.delhomme@free.fr> for 
10269                 account.xml, ack.xml, addrbook.xml and advanced.xml
10270
10271 2006-04-08 [colin]      2.1.0cvs18
10272
10273         * manual/plugins.xml
10274         * manual/starting.xml
10275                 More fixes
10276
10277 2006-04-07 [colin]      2.1.0cvs17
10278
10279         * manual/faq.xml
10280         * manual/intro.xml
10281         * manual/keyboard.xml
10282                 Little fixes
10283
10284 2006-04-07 [colin]      2.1.0cvs16
10285
10286         * README
10287         * src/compose.c
10288         * src/prefs_common.c
10289         * src/prefs_common.h
10290                 Add hidden compose_no_markup pref
10291
10292 2006-04-07 [wwp]        2.1.0cvs15
10293
10294         * src/summary_search.c
10295         * .cvsignore
10296                 Bugfix: stop button was sticky when searching in an empty folder.
10297                 Applied curly brackets code style to the whole file (summary_search.c).
10298                 More files to ignore.
10299
10300 2006-04-07 [wwp]        2.1.0cvs14
10301
10302         * src/message_search.c
10303         * src/summary_search.c
10304                 changed default button when search bumps at file/folder
10305                 beginning or end, for convenience (thanks to Colin).
10306
10307 2006-04-07 [paul]       2.1.0cvs13
10308
10309         * src/plugins/dillo_viewer/dillo_prefs.c
10310                 avoid future potential for namespace collision
10311                 Patch by Colin
10312
10313 2006-04-06 [wwp]        2.1.0cvs12
10314
10315         * src/summary_search.c
10316                 Unify extended/advanced searches names (and thus factorize labels),
10317                 patch by Fabien Vantard <fzzzzz@gmail.com>.
10318
10319 2006-04-06 [wwp]        2.1.0cvs11
10320
10321         * src/folderview.c
10322         * src/prefs_themes.c
10323         * src/summaryview.c
10324                 Fixed some compilation warnings.
10325
10326 2006-04-06 [colin]      2.1.0cvs10
10327
10328         * manual/advanced.xml
10329                 Document the wizard template and how to deploy
10330                 Sylpheed-Claws effectively
10331
10332 2006-04-06 [colin]      2.1.0cvs9
10333
10334         * src/folderview.c
10335                 gettext patch to tell translators about _("#"),
10336                 by Maxim Britov
10337
10338 2006-04-06 [colin]      2.1.0cvs8
10339
10340         * src/textview.c
10341                 Fix invalid GtkTextBIter after clicking "Display as text"
10342
10343 2006-04-06 [mones]      2.1.0cvs7
10344
10345         * src/addr_compl.c
10346         * src/addrindex.c
10347         * src/addritem.c
10348         * src/codeconv.c
10349         * src/compose.c
10350         * src/filtering.c
10351         * src/folder.c
10352         * src/folder_item_prefs.c
10353         * src/folderview.c
10354         * src/localfolder.c
10355         * src/matcher.c
10356         * src/mimeview.c
10357         * src/prefs_msg_colors.c
10358         * src/prefs_spelling.c
10359         * src/prefs_themes.c
10360         * src/procmime.c
10361         * src/procmsg.c
10362         * src/stock_pixmap.c
10363         * src/summaryview.c
10364         * src/textview.c
10365         * src/toolbar.c
10366         * src/common/mgutils.c
10367         * src/common/prefs.c
10368         * src/common/ssl_certificate.c
10369         * src/gtk/colorlabel.c
10370         * src/gtk/quicksearch.c
10371         * src/plugins/pgpmime/pgpmime.c
10372         * src/plugins/spamassassin/spamassassin.c
10373                 Removed redundant NULL checks for g_free() calls.
10374                 Patch by Pawel Pekala.
10375
10376 2006-04-06 [mones]      2.1.0cvs6
10377
10378         * src/prefs_actions.c
10379         * src/prefs_filtering.c
10380         * src/prefs_filtering_action.c
10381         * src/prefs_matcher.c
10382         * src/prefs_template.c
10383         * src/gtk/gtkutils.c
10384         * src/gtk/gtkutils.h
10385                 Have a nice replace button. Patch by Pawel Pekala
10386
10387 2006-04-06 [colin]      2.1.0cvs5
10388
10389         * src/addressbook.c
10390                 Fix crash with empty columns
10391
10392 2006-04-05 [colin]      2.1.0cvs4
10393
10394         * src/wizard.c
10395         * src/prefs_gtk.c
10396                 Allow wizard customization with pre-filled values
10397
10398 2006-04-05 [colin]      2.1.0cvs3
10399
10400         * src/textview.c
10401         * src/mimeview.c
10402         * src/mimeview.h
10403                 Nicer messages in mimeview
10404
10405 2006-04-05 [colin]      2.1.0cvs2
10406
10407         * src/addressbook.c
10408         * src/prefs_summaries.c
10409                 i18n fix
10410
10411 2006-04-05 [colin]      2.1.0cvs1
10412
10413         * src/plugins/pgpcore/plugin.c
10414         * src/plugins/pgpcore/select-keys.c
10415         * src/plugins/pgpcore/select-keys.h
10416         * src/plugins/pgpcore/sgpgme.c
10417         * src/plugins/pgpcore/sgpgme.h
10418         * src/plugins/pgpinline/pgpinline.c
10419         * src/plugins/pgpinline/plugin.c
10420         * src/plugins/pgpmime/pgpmime.c
10421         * src/plugins/pgpmime/plugin.c
10422                 Factorize and generalize a bit 
10423                 Drop S/MIME signature verification from PGP/MIME
10424                 (adding it as another, more complete plugin)
10425
10426 2006-04-05 [paul]       2.1.0
10427
10428         2.1.0 released
10429
10430 2006-04-05 [paul]       2.0.0cvs186
10431
10432         * manual/advanced.xml
10433                 add info on colour labels
10434
10435 2006-04-05 [paul]       2.0.0cvs185
10436
10437         * po/bg.po
10438         * po/cs.po
10439         * po/de.po
10440         * po/el.po
10441         * po/en_GB.po
10442         * po/fi.po
10443         * po/fr.po
10444         * po/it.po
10445         * po/nl.po
10446         * po/pl.po
10447         * po/pt_BR.po
10448         * po/sr.po
10449         * po/zh_CN.po
10450                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
10451                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
10452                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
10453                 Guimaraes, Aleksandar Urosevic, Ralgh Young
10454         * src/gtk/authors.h
10455         * tools/claws.i18n.status.pl
10456                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
10457                 and new Czech translator, Tim <timbrain@post.cz>
10458
10459 2006-04-05 [mones]      2.0.0cvs184
10460
10461         * po/es.po
10462                 Updated translation
10463
10464 2006-04-05 [colin]      2.0.0cvs183
10465
10466         * src/gtk/quicksearch.c
10467                 Fix bug #929 (unnecessary reload in quick search bar)
10468
10469 2006-04-05 [colin]      2.0.0cvs182
10470
10471         * src/compose.c
10472                 Fix crash on Reply with no From:
10473                 Show signature and conversion error on queuing 
10474                 (but not sending)
10475         * src/mainwindow.c
10476         * src/summaryview.c
10477         * src/summaryview.h
10478                 Factorize threading code and make sure msginfo 
10479                 is not null when it comes from a GtkCTreeRow's 
10480                 data
10481         * src/gtk/gtkaspell.c
10482                 Check for necessary things
10483         * src/gtk/gtksctree.c
10484         * src/gtk/gtksctree.h
10485                 Reset anchor if necessary when removing node
10486
10487 2006-03-29 [colin]      2.0.0cvs181
10488
10489         * src/folderview.c
10490                 Warn for disabled IMAP accounts (due to lack of
10491                 libetpan). Breaks string-freeze - sorry - but it
10492                 is kind of important ;)
10493
10494 2006-03-28 [colin]      2.0.0cvs180
10495
10496         * src/gtk/gtkutils.c
10497         * src/gtk/gtkutils.h
10498                 Add a gtkut_get_link_btn() function that
10499                 creates a button which acts like an URI
10500         * src/prefs_themes.c
10501         * src/gtk/about.c
10502                 Use this function (factorizes codes)
10503         * src/common/defs.h
10504         * src/gtk/pluginwindow.c
10505                 Add a "Get more..." in the plugins window
10506
10507 2006-03-28 [colin]      2.0.0cvs179
10508
10509         * src/common/smtp.c
10510         * src/common/passcrypt.c
10511         * src/undo.c
10512                 Warning fixes. Patch by Pawel Pekala
10513
10514 2006-03-27 [colin]      2.0.0cvs178
10515
10516         * src/undo.c
10517                 Fix undoing by blocks with spaces
10518
10519 2006-03-27 [colin]      2.0.0cvs177
10520
10521         * src/textview.c
10522                 Set margin to 3px for headers
10523
10524 2006-03-27 [paul]
10525
10526         2.1.0-rc2 released
10527
10528 2006-03-27 [wwp]        2.0.0cvs176
10529
10530         * src/summaryview.c
10531                 don't reset quicksearch when updating the message list.
10532                 Thanks to Colin.
10533
10534 2006-03-26 [wwp]        2.0.0cvs175
10535
10536         * src/compose.c
10537                 use a unified border width ('other' tab in the compose window,
10538                 patch by Pawel Pekala).
10539
10540
10541 2006-03-26 [wwp]        2.0.0cvs174
10542
10543         * src/common/quoted-printable.c
10544         * src/addressbook.c
10545                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
10546
10547 2006-03-26 [colin]      2.0.0cvs173
10548
10549         * src/quote_fmt_parse.y
10550                 Fix non-UTF8 date formats messing up the whole quote a 
10551                 little bit
10552
10553 2006-03-26 [colin]      2.0.0cvs172
10554
10555         * src/procheader.c
10556                 Make sure the date is UTF8 valid, or try to make it
10557                 so. IncrediMail is really IncrediStupid.
10558         * src/compose.c
10559                 Fix possible conversions. 
10560                 
10561
10562 2006-03-26 [colin]      2.0.0cvs171
10563
10564         * src/matcher.c
10565                 Fix corner cases in body search. This is still a
10566                 hack... It seems impossible to make it good and 
10567                 reasonably fast at the same time.
10568
10569 2006-03-26 [colin]      2.0.0cvs170
10570
10571         * src/summaryview.c
10572                 I think I killed the twilight zone bug!
10573                 summary_select_node() flushes GTK events in order
10574                 to be able to center the view. But this also 
10575                 flushes keypresses like Ctrl-Alt-U, so this can
10576                 call summary_show from summary_select_node (itself
10577                 called from summary_show, etc.). And the summaryview
10578                 has to be unlocked in this function. So just locking
10579                 while processing GTK events, and bailing if locked, 
10580                 should fix it.
10581                 Fixes bug #927 (SIGSEGV during Update Summary)
10582
10583 2006-03-25 [colin]      2.0.0cvs169
10584
10585         * src/matcher.c
10586                 Fix search in QP-encoded bodies
10587                 Fix utf-8 searches in bodies encoded in the
10588                 locale's encoding
10589         * src/common/quoted-printable.c
10590         * src/common/quoted-printable.h
10591                 Add a decode function that doesn't overwrite
10592                 the original pointer
10593                 
10594
10595 2006-03-24 [colin]      2.0.0cvs168
10596
10597         * src/action.c
10598         * src/summaryview.c
10599         * src/summaryview.h
10600                 Update message cache after action
10601                 Patch by H. Merijn Brand
10602         * src/prefs_msg_colors.c
10603                 Factorize label 
10604                 Patch by Fabien Vantard
10605         * src/plugins/spamassassin/spamassassin_gtk.c
10606                 Remove useless translation
10607                 Patch by Fabien Vantard
10608
10609 2006-03-23 [colin]      2.0.0cvs167
10610
10611         * src/common/ssl.c
10612                 Let 30 seconds to SSL_connect
10613
10614 2006-03-23 [wwp]        2.0.0cvs166
10615
10616         * src/summaryview.c
10617         * src/gtk/description_window.c
10618                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
10619                 and headers are translated; adjust description windows' width to fit their
10620                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
10621
10622 2006-03-23 [paul]       2.0.0cvs165
10623
10624         * src/common/utils.c
10625                 fix highlighting of URIs containing "()"
10626                 (2.0.0cvs164's reversal fixed)
10627                 Thanks to Colin.
10628
10629 2006-03-23 [paul]       2.0.0cvs164
10630
10631         * src/common/utils.c
10632                 revert patch, (postponing a fix), at 2.0.0cvs120
10633                 as it breaks more URIs than it fixes.
10634                 Allow '-' to be a terminating character in a URI
10635
10636 2006-03-22 [colin]      2.0.0cvs163
10637
10638         * configure.ac
10639                 Require libetpan 0.45
10640                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
10641
10642 2006-03-22 [paul]       2.0.0cvs162
10643
10644         * src/editgroup.c
10645                 replace '<-' and '->' buttons with GTK_STOCK graphical
10646                 buttons
10647         * src/summary_search.c
10648                 don't offer '...' for translation
10649                 add a tooltip to advanced search '...' button
10650         * src/gtk/quicksearch.c
10651                 don't offer '...' for translation
10652
10653 2006-03-21 [colin]      2.0.0cvs161
10654
10655         * src/compose.c
10656                 Fix middle-click pasting (insert at click
10657                 position instead of cursor position, don't
10658                 remove existing selection and allow pasting
10659                 our own selection)
10660         * src/addressbook.c
10661                 "LDAP Server" -> "LDAP servers"
10662
10663 2006-03-21 [wwp]        2.0.0cvs160
10664
10665         * src/etpan/imap-thread.c
10666                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
10667
10668 2006-03-20 [colin]      2.0.0cvs159
10669
10670         * src/summaryview.c
10671                 Don't reload summaryview after an execute with no
10672                 move action
10673
10674 2006-03-19 [colin]      2.0.0cvs158
10675
10676         * src/addressbook.c
10677                 and put groups at the top, always
10678
10679 2006-03-19 [colin]      2.0.0cvs157
10680
10681         * src/addressbook.c
10682                 Order groups before names, as previously
10683
10684 2006-03-19 [colin]      2.0.0cvs156
10685
10686         * src/addressbook.c
10687                 - Sort case-unsensitive
10688                 - Put the sort arrow at opening too
10689
10690 2006-03-19 [wwp]        2.0.0cvs155
10691
10692         * src/addressbook.c
10693                 allow sorting by name/email/remarks, ensure that right-pane's contents
10694                 matches the left-pane selection (cleared when appropriate).
10695                 Patch by Pawel Pekala <c0rn@o2.pl>.
10696
10697 2006-03-18 [colin]      2.0.0cvs154
10698
10699         * src/textview.c
10700                 Fix text cursor ;)
10701
10702 2006-03-18 [colin]      2.0.0cvs153
10703
10704         * src/gtk/filesel.c
10705                 Make sure we hide the preview if we didn't get
10706                 a filename
10707
10708 2006-03-18 [colin]      2.0.0cvs152
10709
10710         * src/summaryview.c
10711                 Set cursor to watch for execution (fixes lack
10712                 of watch-cursor when dnd'ing hundreds of mails)
10713         * src/gtk/filesel.c
10714                 Check that mime type is 'image/*' before updating
10715                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
10716
10717 2006-03-18 [colin]      2.0.0cvs151
10718
10719         * src/mainwindow.c
10720         * src/textview.c
10721         * src/textview.h
10722                 Put a watch cursor in textview too when the mainwindow's
10723                 cursor in a watch
10724
10725 2006-03-18 [colin]      2.0.0cvs150
10726
10727         * src/folder.c
10728                 Change wrong asserts to simple tests
10729
10730 2006-03-17 [colin]      2.0.0cvs149
10731
10732         * src/mainwindow.c
10733         * src/mainwindow.h
10734         * src/prefs_msg_colors.c
10735         * src/summaryview.c
10736         * src/summaryview.h
10737         * src/gtk/colorlabel.c
10738         * src/gtk/colorlabel.h
10739                 Add a color label menu in the main menubar
10740                 Add (fixed) accels Ctrl-{0-7} to change the color
10741                 They have to be fixed because the menu's dynamic,
10742                 the items are complex widgets, hence we can't use
10743                 a GtkItemFactory.
10744
10745
10746 2006-03-17 [wwp]        2.0.0cvs148
10747
10748         * src/compose.c
10749                 rollback few lines from my previous commit (those lines come from
10750                 a pending patch, accidentally commited, even if neutral as they are
10751                 commented out).
10752
10753 2006-03-17 [wwp]        2.0.0cvs147
10754
10755         * src/compose.c
10756                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
10757                 applied code style/indentation to the modified function.
10758
10759 2006-03-17 [wwp]        2.0.0cvs146
10760
10761         * src/procmsg.c
10762         * src/compose.c
10763                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
10764
10765 2006-03-17 [paul]
10766
10767         2.1.0-rc1 released
10768
10769 2006-03-17 [paul]       2.0.0cvs145
10770
10771         * src/main.c
10772                 addressbook_read_file() was called twice
10773         * src/textview.c
10774                 X-Mailer highlighting
10775
10776 2006-03-16 [colin]      2.0.0cvs144
10777
10778         * src/sourcewindow.c
10779         * src/sourcewindow.h
10780                 And the last one, in source window.
10781
10782 2006-03-16 [colin]      2.0.0cvs143
10783
10784         * src/compose.c
10785         * src/compose.h
10786                 Fix the same stuff in compose
10787
10788 2006-03-16 [colin]      2.0.0cvs142
10789
10790         * src/messageview.c
10791                 Complete the previous messageview crash fix
10792
10793 2006-03-16 [colin]      2.0.0cvs141
10794
10795         * src/procmsg.h
10796         * src/procmsg.c
10797         * src/folder.c
10798                 Fix POSTPROCESSING hook
10799                 Patch by H. Merijn Brand
10800
10801         * src/procmime.c
10802         * src/procmime.h
10803                 Parse Content-Location
10804
10805         * src/toolbar.c
10806         * src/messageview.c
10807         * src/messageview.h
10808                 Don't crash when a top-level MessageView has
10809                 been closed on us. Same problematic than
10810                 yesterday's quicksearch issue.
10811
10812 2006-03-15 [colin]      2.0.0cvs140
10813
10814         * src/gtk/quicksearch.c
10815                 Fix a bitchy race we didn't think about when we
10816                 added quicksearch cancellation:
10817                 If the search is not on cached fields, for example
10818                 body_part matchcase "stuff"
10819                 the matcher code has to get the whole message. If
10820                 we're on IMAP, that can be slow, and in order to
10821                 be non-blocking, the IMAP code idle loop processes
10822                 gtk events too. So it is possible to cancel a
10823                 quicksearch while the matcher is getting the mail's
10824                 body. After matcher got its body, it will start to
10825                 iterate over the matcher list that the Quicksearch's
10826                 clear_search_cb() just freed via prepare_matcher().
10827                 SIGSEGV ensues.
10828                 The fix consists of guarding the matcherlist_match()
10829                 call with a boolean 'matching'. If we reset the
10830                 quicksearch while matching is TRUE, we don't free
10831                 the matcherlist anymore like we did, but we set
10832                 another new flag, deferred_free, to TRUE. Then,
10833                 in quicksearch_match(), just after returning from
10834                 matcherlist_match() and unsetting the matching flag,
10835                 we check the deferred_free flag and do the
10836                 prepare_matcher() (which does the matcherlist_free)
10837                 for real, so we free the matcherlist once it's not
10838                 used anymore.
10839                 As all of this runs via the glib main loop, we
10840                 luckily don't need a mutex.
10841         * src/summaryview.c
10842                 Also, show progress while searching.
10843
10844
10845 2006-03-14 [colin]      2.0.0cvs139
10846
10847         * src/alertpanel.c
10848                 Make alertpanel_is_open non-static
10849
10850 2006-03-14 [colin]      2.0.0cvs138
10851
10852         * src/prefs_spelling.c
10853                 Cleanups - Fabien Vantard
10854
10855 2006-03-14 [wwp]        2.0.0cvs137
10856
10857         * src/main.c
10858                 code style normalization (curly braces, indentation).
10859
10860 2006-03-14 [wwp]        2.0.0cvs137
10861
10862         * src/main.c
10863                 code style (braces, indentation)
10864
10865 2006-03-12 [paul]       2.0.0cvs136
10866
10867         * src/prefs_common.c
10868                 trans_hdr defaults to FALSE to be RFC-savvy
10869         * src/prefs_summaries.c
10870                 add a tooltip to the trans_hdr option
10871                 
10872
10873 2006-03-12 [paul]       2.0.0cvs135
10874
10875         * src/prefs_matcher.c
10876                 give a little more width to the combos
10877         * src/prefs_display_header.c
10878         * src/textview.c
10879                 translate headers if prefs_common.trans_hdr
10880                 is TRUE
10881
10882         Patches by Pawel Pekala
10883
10884 2006-03-12 [paul]       2.0.0cvs134
10885
10886         * src/plugins/clamav/clamav_plugin.c
10887         * src/plugins/dillo_viewer/dillo_viewer.c
10888         * src/plugins/pgpcore/plugin.c
10889         * src/plugins/pgpinline/plugin.c
10890         * src/plugins/pgpmime/plugin.c
10891         * src/plugins/spamassassin/spamassassin.c
10892                 update/add to descriptions
10893         * src/plugins/spamassassin/spamassassin_gtk.c
10894                 fixes to the english, remove superfluous
10895                 tooltips, clean up a little
10896
10897 2006-03-12 [paul]       2.0.0cvs133
10898
10899         * src/compose.c
10900                 fix Bug 924, 'Account combo box shows up wrong 
10901                 if & is in account name'
10902
10903 2006-03-11 [colin]      2.0.0cvs132
10904
10905         * src/summaryview.c
10906                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
10907                 messed up shift-selection because is slows down
10908                 moving around summaryview. thanks -users
10909
10910 2006-03-10 [colin]      2.0.0cvs131
10911
10912         * src/plugins/spamassassin/spamassassin_gtk.c
10913                 Put back Paul's engrish fixes
10914
10915 2006-03-10 [colin]      2.0.0cvs130
10916
10917         * src/plugins/spamassassin/spamassassin.c
10918         * src/plugins/spamassassin/spamassassin.h
10919         * src/plugins/spamassassin/spamassassin_gtk.c
10920                 Cleanup SA prefs page (more)
10921                 Patch by Fabien Vantard
10922
10923 2006-03-10 [paul]       2.0.0cvs129
10924
10925         * src/prefs_msg_colors.c
10926         * src/prefs_spelling.c
10927                 widget sensitivity
10928
10929 2006-03-09 [mones]      2.0.0cvs128
10930
10931         * po/es.po
10932                 Update for next RC
10933
10934 2006-03-09 [wwp]        2.0.0cvs127
10935
10936         * configure.ac
10937                 revert accidental commit (requirement for libetpan 0.43), this time
10938                 not in HEAD.
10939
10940 2006-03-09 [wwp]        2.0.0cvs125
10941
10942         * configure.ac
10943                 revert accidental commit (requirement for libetpan 0.43)
10944
10945 2006-03-09 [paul]       2.0.0cvs126
10946
10947         * src/prefs_receive.c
10948                 remove useless frame
10949                 replace 'incorporation' with 'receiving'
10950         * src/plugins/clamav/clamav_plugin_gtk.c
10951         * src/plugins/spamassassin/spamassassin_gtk.c
10952                 improve widget sensitivity
10953                 fix a bit his engrish
10954
10955 2006-03-09 [wwp]        2.0.0cvs125
10956
10957         * src/addressadd.c
10958         * src/foldersel.c
10959         * src/prefs_common.c
10960         * src/prefs_common.h
10961                 remember some more windows' sizes (add to addressbook and
10962                 select folder).
10963
10964 2006-03-09 [paul]       2.0.0cvs124
10965
10966         * src/plugins/pgpcore/prefs_gpg.c
10967                 normalise construction of dialogue
10968
10969 2006-03-09 [paul]       2.0.0cvs123
10970
10971         * src/plugins/trayicon/Makefile.am
10972                 add missing slash
10973
10974 2006-03-08 [colin]      2.0.0cvs122
10975
10976         * src/plugins/trayicon/Makefile.am
10977                 Fix build in separate dir 
10978                 Patch by Bamanzi <bamanzi@gmail.com>
10979
10980 2006-03-08 [colin]      2.0.0cvs121
10981
10982         * src/procmsg.c
10983                 Batch move and copies from summaryview with delayed execution
10984                 too
10985
10986 2006-03-07 [paul]       2.0.0cvs120
10987
10988         * src/common/utils.c
10989                 fix highlighting of URIs containing "()"
10990                 Patch by Pawel Pekala
10991
10992 2006-03-07 [paul]       2.0.0cvs119
10993
10994         * src/folder.c
10995         * src/folder.h
10996         * src/folderview.c
10997                 immediately do alphabetical resort when
10998                 changing a folder's name
10999                 Patch by Pawel Pekala
11000
11001 2006-03-07 [paul]       2.0.0cvs118
11002
11003         * src/news.c
11004         * src/news_gtk.c
11005                 when unsubscribing a newsgroup, remove the
11006                 folder and msgs in .sylpheed-claws/newscache
11007                 Patch by Pawel Pekala <c0rn@gazeta.pl>
11008
11009 2006-03-07 [paul]       2.0.0cvs117
11010
11011         * src/textview.c
11012                 fix wrong Fake URL Warning
11013                 Thanks to Hiro
11014
11015 2006-03-07 [colin]      2.0.0cvs116
11016
11017         * src/imap.c
11018                 Return immediately when password dialog was
11019                 cancelled
11020         * src/gtk/inputdialog.c
11021                 Allow empty strings for passwords
11022
11023
11024 2006-03-06 [colin]      2.0.0cvs115
11025
11026         * src/imap.c
11027                 Prevent double-timeouts when connection fails
11028
11029 2006-03-06 [colin]
11030
11031         2.0.1-rc1 released
11032
11033 2006-03-06 [colin]      2.0.0cvs114
11034
11035         * src/imap.c
11036                 Refresh session during potentially long
11037                 operations
11038
11039 2006-03-06 [wwp]        2.0.0cvs113
11040
11041         * src/prefs_msg_colors.h
11042                 forgot that one (custom color labels).
11043
11044 2006-03-06 [wwp]        2.0.0cvs112
11045
11046         * src/prefs_common.c
11047         * src/prefs_common.h
11048         * src/prefs_msg_colors.c
11049         * src/summaryview.c
11050         * src/summaryview.h
11051         * src/gtk/colorlabel.c
11052         * src/gtk/colorlabel.h
11053                 colors in messages list are now customizable. Color values and names can
11054                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
11055                 Thanks to Paul and Colin for their help with this longstanding patch!
11056
11057 2006-03-06 [wwp]        2.0.0cvs111
11058
11059         * src/textview.c
11060                 don't crash if (x)face is bad.
11061
11062 2006-03-05 [paul]       2.0.0cvs110
11063
11064         * AUTHORS
11065         * configure.ac
11066         * src/Makefile.am
11067         * src/common/Makefile.am
11068         * src/common/utils.h
11069         * src/etpan/imap-thread.c
11070         * src/gtk/authors.h
11071         * src/plugins/clamav/Makefile.am
11072         * src/plugins/demo/Makefile.am
11073         * src/plugins/dillo_viewer/Makefile.am
11074         * src/plugins/pgpcore/Makefile.am
11075         * src/plugins/pgpcore/passphrase.c
11076         * src/plugins/pgpinline/Makefile.am
11077         * src/plugins/pgpmime/Makefile.am
11078         * src/plugins/spamassassin/Makefile.am
11079         * src/plugins/trayicon/Makefile.am
11080                 fix builiding on cygwin
11081                 Patch by Ralgh Young <bamanzi@gmail.com>
11082
11083 2006-03-04 [wwp]        2.0.0cvs109
11084
11085         * manual/keyboard.xml
11086                 fix mixed up/down keys.
11087
11088 2006-03-04 [wwp]        2.0.0cvs108
11089
11090         * README
11091         * INSTALL
11092                 updated links to SpamAssassin.
11093
11094 2006-03-04 [wwp]        2.0.0cvs107
11095
11096         * manual/plugins.xml
11097         * src/plugins/spamassassin/README
11098                 updated SpamAssassin plugin docs to reflect new functional additions
11099                 (also fix/update/documents few technical stuff more, see the README).
11100
11101 2006-03-04 [wwp]        2.0.0cvs106
11102
11103         * src/prefs_message.c
11104                 normalized capitalization of message-prefs paths.
11105
11106 2006-03-04 [wwp]        2.0.0cvs105
11107
11108         * manual/advanced.xml
11109                 typo.
11110
11111 2006-03-03 [colin]      2.0.0cvs104
11112
11113         * src/plugins/clamav/clamav_plugin_gtk.c
11114                 Rework prefs page, patch by Fabien 
11115
11116 2006-03-03 [colin]      2.0.0cvs103
11117
11118         * src/plugins/clamav/clamav_plugin.c
11119                 Set error on all errors
11120
11121 2006-03-03 [colin]      2.0.0cvs102
11122
11123         * src/common/plugin.c
11124                 Initialize error to avoid crashing when a plugin fails
11125                 without setting error
11126
11127 2006-03-02 [wwp]        2.0.0cvs101
11128
11129         * configure.ac
11130                 fixed linker flags for libetpan support on Cygwin
11131                 (thanks to H.Merijn Brand).
11132
11133 2006-03-02 [wwp]        2.0.0cvs100
11134
11135         * src/addressbook.c
11136                 fix some AB error messages: one for punctuation and
11137                 one wrongly duplicate (thanks, maxbritov).
11138
11139 2006-03-02 [wwp]        2.0.0cvs99
11140
11141         * src/plugins/spamassassin/spamassassin.c
11142                 make sync calls to sa-learn/spamc to prevent
11143                 system (whatever local or client/server) overload.
11144
11145 2006-03-02 [colin]      2.0.0cvs98
11146
11147         * src/summaryview.c
11148                 Put the spam icon in the status column instead of the
11149                 mark one
11150
11151 2006-03-01 [colin]      2.0.0cvs97
11152
11153         * src/plugins/spamassassin/spamassassin.c
11154                 Fix segfault (g_file_set_contents fails for some 
11155                 reason and err==0x2f. Can't find out why with
11156                 valgrind, using working function :-)
11157
11158 2006-03-01 [colin]      2.0.0cvs96
11159
11160         * src/inc.c
11161                 Offline overriding: let 'No' be cached only 3 seconds
11162
11163 2006-03-01 [colin]      2.0.0cvs95
11164
11165         * src/addr_compl.c
11166         * src/addrbook.c
11167         * src/addressbook.c
11168         * src/addrindex.c
11169         * src/folder_item_prefs.c
11170         * src/headerview.c
11171         * src/imap.c
11172         * src/inc.c
11173         * src/ldif.c
11174         * src/mainwindow.c
11175         * src/mh.c
11176         * src/msgcache.c
11177         * src/prefs_common.h
11178         * src/prefs_msg_colors.c
11179         * src/procheader.c
11180         * src/procheader.h
11181         * src/procmime.c
11182         * src/procmsg.c
11183         * src/procmsg.h
11184         * src/send_message.h
11185         * src/simple-gettext.c
11186         * src/summaryview.c
11187         * src/summaryview.h
11188         * src/syldap.c
11189         * src/textview.c
11190         * src/undo.c
11191         * src/common/ssl_certificate.c
11192         * src/common/utils.c
11193         * src/gtk/colorsel.c
11194         * src/gtk/gtksctree.c
11195         * src/gtk/gtkshruler.c
11196         * src/plugins/trayicon/trayicon.c
11197                 #if 0 goes to /dev/null
11198
11199 2006-03-01 [colin]      2.0.0cvs94
11200
11201         * src/compose.c
11202         * src/imap.c
11203         * src/inc.c
11204         * src/inc.h
11205         * src/messageview.c
11206         * src/news.c
11207         * src/plugins/spamassassin/spamassassin.c
11208                 Allow to add information in the "working offline"
11209                 window
11210
11211 2006-03-01 [wwp]        2.0.0cvs93
11212
11213         * src/plugins/spamassassin/spamassassin.c
11214                 fixed spamc invocation: use a tricky temporary mini shell wrapper
11215                 'cause it seems that calling `spamc ... < inputfile` with
11216                 g_spawn_(a)sync simply.. erm doesn't work :-).
11217
11218 2006-03-01 [wwp]        2.0.0cvs92
11219
11220         * src/toolbar.c
11221         * src/toolbar.h
11222                 simplify the adding of spam/ham button to the messageview toolbar
11223                 (it gets more clear now that the same button will be "Mark as spam"
11224                 or "Mark as ham" according to the current message status,
11225                 thanks to Colin).
11226
11227 2006-03-01 [wwp]        2.0.0cvs91
11228
11229         * src/messageview.c
11230         * src/procmsg.c
11231         * src/procmsg.h
11232         * src/summaryview.c
11233         * src/plugins/spamassassin/spamassassin.c
11234         * src/plugins/spamassassin/spamassassin.h
11235                 make learner callbacks return a status (0 for ok),
11236                 handle it in main code to avoid setting flags when learning failed,
11237                 don't learn on TCP if offline in spamassassin,
11238                 thanks to Colin.
11239
11240                 
11241
11242 2006-03-01 [wwp]        2.0.0cvs90
11243
11244         * src/compose.c
11245                 some work around the compose window's account menu,
11246                 patch by Fabien Vantard.
11247
11248 2006-03-01 [wwp]        2.0.0cvs89
11249
11250         * src/plugins/spamassassin/spamassassin.c
11251                 fixed bad logics, was using spamc in local mode and sa-learn
11252                 in remote mode (thanks, Colin).
11253
11254 2006-03-01 [wwp]        2.0.0cvs88
11255
11256         * src/plugins/spamassassin/spamassassin.c
11257         * src/plugins/spamassassin/spamassassin.h
11258         * src/plugins/spamassassin/spamassassin_gtk.c
11259                 made processing of emails w/ sa-plugin an option (default is TRUE),
11260                 fixed Engrish some tooltips, capitalization of some debug messages
11261                 and warnings. The spamassassin plugin now provides two separate
11262                 services: process emails upon incorporation and spamd training.
11263                 Both services (un)register independently but use some common
11264                 plugin settings (transport settings, spam storage location).
11265
11266 2006-02-28 [wwp]        2.0.0cvs87
11267
11268         * src/plugins/spamassassin/spamassassin.c
11269                 fix async flag to spamc cmdline execution (batch exec should
11270                 be asynchronous).
11271
11272 2006-02-27 [wwp]        2.0.0cvs86
11273
11274         * src/plugins/spamassassin/spamassassin.c
11275         * src/plugins/spamassassin/spamassassin.h
11276         * src/plugins/spamassassin/spamassassin_gtk.c
11277                 - added the ability to learn a remote spamassassin server (spamd),
11278                 using spamc.
11279                 - added the spamassassin option 'username', that applies to all
11280                 spamassassin operations (filtering, learning, local or remote).
11281                 The default username is the current unix user (if left blank
11282                 from gtk prefs or config file).
11283                 - commented out some unused code (notebook widget), removed unused
11284                 layout (hbox1).
11285                 - make more widgets sensitive to the transport type.
11286
11287 2006-02-27 [colin]      2.0.0cvs85
11288
11289         * src/plugins/spamassassin/spamassassin.c
11290                 Fix sa-learn call when offline
11291
11292 2006-02-27 [colin]      2.0.0cvs84
11293
11294         * configure.ac
11295         * src/Makefile.am
11296         * src/mainwindow.c
11297         * src/mainwindow.h
11298         * src/messageview.c
11299         * src/messageview.h
11300         * src/prefs_toolbar.c
11301         * src/procmsg.c
11302         * src/stock_pixmap.c
11303         * src/stock_pixmap.h
11304         * src/summaryview.c
11305         * src/toolbar.c
11306         * src/toolbar.h
11307         * src/pixmaps/ham_btn.xpm
11308         * src/pixmaps/spam.xpm
11309         * src/pixmaps/spam_btn.xpm
11310         * src/plugins/spamassassin/spamassassin.c
11311                 Add button in toolbar for spam learning
11312                 Fix a few bugs from the last related commit
11313                 Revert 1.9.6cvs23 which messed up shift-selection
11314
11315 2006-02-24 [colin]      2.0.0cvs83
11316
11317         * src/procmsg.c
11318         * src/summaryview.c
11319         * src/summaryview.h
11320         * src/plugins/spamassassin/spamassassin.c
11321         * src/plugins/spamassassin/spamassassin.h
11322         * src/plugins/spamassassin/spamassassin_gtk.c
11323                 Unregister learner when spamassassin is either
11324                 disabled or over tcp
11325
11326 2006-02-24 [colin]      2.0.0cvs82
11327
11328         * src/Makefile.am
11329         * src/mainwindow.c
11330         * src/mainwindow.h
11331         * src/procmsg.c
11332         * src/procmsg.h
11333         * src/stock_pixmap.c
11334         * src/stock_pixmap.h
11335         * src/summaryview.c
11336         * src/summaryview.h
11337         * src/gtk/icon_legend.c
11338         * src/pixmaps/spam.xpm  ** NEW FILE **
11339         * src/plugins/spamassassin/spamassassin.c
11340         * src/plugins/spamassassin/spamassassin_gtk.c
11341                 Add spam learning interface (Mark/Mark as 
11342                 (spam|ham) menus)
11343
11344 2006-02-24 [wwp]        2.0.0cvs81
11345
11346         * src/compose.c
11347         * src/compose.h
11348         * src/filtering.c
11349                 hide compose window when sending message in batch mode
11350                 (filtering: forward and redirect). Also fixed a wrong
11351                 value returned when sending failed, neutral anyway.
11352                 (Colin, me) 
11353
11354 2006-02-24 [wwp]        2.0.0cvs80
11355
11356         * src/mainwindow.c
11357                 use GTK+'s stock quit button. Patch by Fabien Vantard.
11358
11359 2006-02-24 [paul]       2.0.0cvs79
11360
11361         * src/news.c
11362         * src/news.h
11363         * src/news_gtk.c
11364                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
11365                 Thanks to Colin
11366
11367 2006-02-23 [colin]      2.0.0cvs78
11368
11369         * src/alertpanel.c
11370                 Change OK to Close in alertpanel with View log
11371                 button; add accel to View log. Patch by Fabien
11372                 Vantard
11373
11374 2006-02-23 [wwp]        2.0.0cvs77
11375
11376         * src/compose.c
11377                 silly me, there were much more tests to perform, since toolbars can
11378                 really have down to 1 element only.
11379
11380 2006-02-23 [wwp]        2.0.0cvs76
11381
11382         * commitHelper
11383                 fixed indentation from my previous commit. Fallback to VISUAL if
11384                 EDITOR is not set (and to vi, at last resort).
11385
11386 2006-02-23 [wwp]        2.0.0cvs75
11387
11388         * commitHelper
11389                 improved error detection (Colin, me).
11390
11391 2006-02-23 [wwp]        2.0.0cvs74
11392
11393         * src/prefs_toolbar.c
11394                 simplify and fix prefs/toolbars layouting. Combos' contents can
11395                 now be really displayed.
11396
11397 2006-02-23 [wwp]        2.0.0cvs73
11398         simplifies and fix prefs/toolbars layouting. Combos' contents can now
11399         be really displayed.
11400
11401 2006-02-22 [wwp]        2.0.0cvs72
11402
11403         * src/compose.c
11404                 fix a typo in my previous commit (sorry!).
11405
11406 2006-02-22 [wwp]        2.0.0cvs71
11407
11408         * src/prefs_toolbar.c
11409                 fix a crash when adding separators to toolbars,
11410                 also fix some separator item information.
11411
11412 2006-02-22 [wwp]        2.0.0cvs70
11413
11414         * src/compose.c
11415                 fix a crash when redirecting (for instance) when compose window's
11416                 toolbar contents has been customized (when some buttons have been
11417                 removed in fact).
11418
11419 2006-02-21 [wwp]        2.0.0cvs69
11420
11421         * src/summaryview.c
11422         * src/gtk/pluginwindow.c
11423         * src/plugins/pgpcore/prefs_gpg.c
11424                 fix some compilation warnings (feat. remains of removed code).
11425
11426 2006-02-21 [wwp]        2.0.0cvs68
11427
11428         * src/gtk/gtkutils.c
11429                 fix two compilation issues, thanks to Stephan Sachse.
11430
11431 2006-02-20 [colin]      2.0.0cvs67
11432
11433         * src/mainwindow.c
11434                 Don't reselect displayed mail on refocus
11435                 This fixes actions misbehaving 
11436
11437 2006-02-20 [wwp]        2.0.0cvs66
11438
11439         * src/summaryview.c
11440         * src/gtk/gtksctree.c
11441         * src/gtk/gtkshruler.c
11442                 changed more runtime typecast checks.
11443
11444 2006-02-20 [wwp]        2.0.0cvs65
11445
11446         * src/summary_search.c
11447                 find all - summaryview refresh issue fixed, thanks to Colin.
11448
11449 2006-02-20 [wwp]        2.0.0cvs64
11450
11451         * src/gtk/gtkutils.c
11452                 better runtime typecast checks.
11453
11454 2006-02-20 [wwp]        2.0.0cvs63
11455
11456         * src/summary_search.c
11457                 enhancements to the summary search:
11458                         - add the ability to stop the running search
11459                           (upon ESC-key press, new Stop button or when Clear button is pressed)
11460                         - don't search if no criteria (From/To/Subject/Body) is set
11461                         - ensure that a busy mouse pointer is always shown when searching,
11462                           show it even a bit earlier
11463
11464 2006-02-19 [colin]      2.0.0cvs62
11465
11466         * src/compose.c
11467         * src/imap.c
11468         * src/etpan/imap-thread.c
11469         * src/etpan/imap-thread.h
11470                 (Future) IMAP speed improvement on sending
11471                 Will require a libetpan update
11472         * src/summaryview.c
11473         * src/gtk/quicksearch.c
11474                 Make quicksearch clearable while running.
11475
11476 2006-02-17 [colin]      2.0.0cvs61
11477
11478         * src/imap.c
11479         * src/etpan/imap-thread.c
11480         * src/etpan/imap-thread.h
11481                 Check for IMAP certificates
11482                 ** Requires libetpan-0.42-cvs4 
11483                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
11484
11485 2006-02-17 [colin]      2.0.0cvs60
11486
11487         * src/messageview.c
11488         * src/prefs_common.c
11489         * src/prefs_common.h
11490         * src/prefs_message.c
11491                 Add pref to display HTML-only mails with plugin, 
11492                 if possible (defaulting to FALSE of course).
11493
11494 2006-02-16 [colin]      2.0.0cvs59
11495
11496         * src/main.c
11497         * src/common/plugin.c
11498         * src/common/plugin.h
11499         * src/gtk/pluginwindow.c
11500                 Keep track of requested (but unloaded) plugins
11501                 in some error cases.
11502
11503 2006-02-16 [wwp]        2.0.0cvs58
11504
11505         * src/gtk/gtkaspell.c
11506         * src/gtk/gtkaspell.h
11507         * src/prefs_spelling.c
11508         * src/compose.c
11509         * src/prefs_common.c
11510         * src/prefs_common.h
11511                 implemented new optional spellchecker behaviour: re-check message when
11512                 dictionary got changed (from compose-window/context-menu/Change dictionary).
11513
11514 2006-02-16 [wwp]        2.0.0cvs57
11515
11516         * src/quote_fmt_parse.y
11517                 pclose popen'ed pipe.
11518
11519 2006-02-15 [colin]      2.0.0cvs56
11520
11521         * src/mimeview.c
11522         * src/mimeview.h
11523                 Let MimeViewers know which MimeView they
11524                 depend of.
11525         * src/summaryview.c
11526                 Swap From/To columns in Sent/Queue/Drafts
11527                 folders
11528         * src/etpan/imap-thread.c
11529                 Use mailstream_low_tls_open() for STARTTLS
11530                 instead of mailstream_low_ssl_open()
11531                 ** REQUIRES libetpan 0.42cvs3 **
11532
11533 2006-02-15 [wwp]        2.0.0cvs55
11534
11535         * src/compose.c
11536         * src/compose.h
11537         * src/message_search.c
11538         * src/message_search.h
11539         * src/textview.c
11540         * src/gtk/gtkutils.c
11541         * src/gtk/gtkutils.h
11542                 added the ability to Find text in the compose window (and a bit
11543                 of code factorization).
11544
11545 2006-02-15 [wwp]        2.0.0cvs54
11546
11547         * src/prefs_gtk.c
11548                 yet another one file was missing (fix for some widgets' sensitivity).
11549                 Thanks Colin!
11550
11551 2006-02-15 [wwp]        2.0.0cvs53
11552
11553         * src/prefs_gtk.h
11554                 oops forgot that file (fix for some widgets' sensitivity).
11555
11556 2006-02-15 [wwp]        2.0.0cvs52
11557
11558         * src/summary_search.c
11559                 implemented advanced summary search options (added the ability
11560                 to use matcher conditions in an advanced search mode).
11561
11562 2006-02-15 [wwp]        2.0.0cvs51
11563
11564         * src/plugins/pgpcore/prefs_gpg.c
11565         * src/prefs_account.c
11566                 fix some widget sensitivity, mostly around some labels in
11567                 account prefs.
11568
11569 2006-02-15 [paul]       2.0.0cvs50
11570
11571         * manual/advanced.xml
11572                 improve Templates info
11573                 written by wwp
11574
11575 2006-02-14 [colin]      2.0.0cvs49
11576
11577         * src/pixmaps/address_book.xpm
11578         * src/pixmaps/preferences.xpm
11579         * src/pixmaps/properties.xpm
11580                 Fix pixmap size - patch by Fabien Vantard
11581
11582 2006-02-13 [colin]      2.0.0cvs48
11583
11584         * src/procmime.c
11585                 Add missing fclose()s on error
11586         * src/textview.c
11587                 Remove unused code
11588         * src/common/utils.c
11589                 Fix temp files not being deleted on windows
11590         Patches by Thomas Gilgin
11591
11592 2006-02-13 [colin]      2.0.0cvs47
11593
11594         * src/mainwindow.c
11595                 Fix exit crash
11596
11597 2006-02-13 [wwp]        2.0.0cvs46
11598
11599         * src/plugins/pgpcore/prefs_gpg.c
11600                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
11601
11602 2006-02-12 [colin]      2.0.0cvs45
11603
11604         * src/folderview.c
11605         * src/main.c
11606         * src/mainwindow.c
11607                 Fix "stuff" when quitting
11608
11609 2006-02-12 [wwp]        2.0.0cvs44
11610
11611         * src/prefs_themes.c
11612                 fix typos in debug messages.
11613
11614 2006-02-11 [colin]      2.0.0cvs43
11615
11616         * src/summaryview.c
11617                 don't allow drag/drop from ourself
11618
11619 2006-02-10 [wwp]        2.0.0cvs42
11620
11621         * src/exporthtml.c
11622         * src/html.c
11623         * src/html.h
11624         * src/procmime.c
11625         * src/textview.c
11626                 renamed html_ prefixed functions and data structures to avoid
11627                 namespace clashes w/ other software (gtkhtml2 for instance).
11628                 Closes bug #907.
11629
11630
11631 2006-02-09 [colin]      2.0.0cvs41
11632
11633         * src/summaryview.c
11634                 Fix shitty logic messed up. Thanks Ticho for the hint!
11635
11636 2006-02-09 [wwp]        2.0.0cvs40
11637
11638         * src/gtk/about.c
11639         * src/compose.c
11640         * src/prefs_account.c
11641         * src/prefs_gtk.h
11642         * src/editaddress.c
11643                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
11644                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
11645                 Browse buttons in accounts prefs.
11646
11647 2006-02-09 [colin]      2.0.0cvs39
11648
11649         * src/matcher.c
11650                 Check for pointer before using its members
11651         * src/gtk/gtksourceprintjob.c
11652                 Fix a wrong warning
11653
11654 2006-02-09 [wwp]        2.0.0cvs38
11655
11656         * src/gtk/filesel.c
11657                 fix few compiler warnings (type mismatch).
11658
11659 2006-02-09 [paul]       2.0.0cvs37
11660
11661         * po/fr.po
11662                 updated by Fabien Vantard
11663
11664 2006-02-08 [colin]      2.0.0cvs36
11665
11666         * src/prefs_common.c
11667         * src/common/defs.h
11668         * src/common/plugin.c
11669                 allow windows and linux configurations to coexist
11670                 patch by Thomas Gilgin
11671
11672 2006-02-08 [colin]      2.0.0cvs35
11673
11674         * src/filtering.c
11675         * src/matcher.c
11676         * src/matcher.h
11677         * src/matcher_parser_parse.y
11678         * src/prefs_filtering_action.c
11679         * src/prefs_matcher.c
11680                 Add the "Ignore thread" filtering
11681                 action
11682
11683 2006-02-08 [colin]      2.0.0cvs34
11684
11685         * src/compose.c
11686         * src/procmime.c
11687         * src/procmime.h
11688                 Fix bug #905 (damaged attachment)
11689                 text files with raw \0's aren't really text files
11690         FOR_STABLE
11691
11692 2006-02-08 [colin]      2.0.0cvs33
11693
11694         * src/summaryview.c
11695                 Fix crasher introduced yesterday
11696
11697 2006-02-08 [wwp]        2.0.0cvs32
11698
11699         * src/compose.c
11700         * src/compose.h
11701                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
11702
11703 2006-02-08 [wwp]        2.0.0cvs31
11704
11705         * src/prefs_template.c
11706                 templates enhancement: allow address completion for Cc and Bcc fields
11707                 (it was currently possible for the To field only)
11708
11709 2006-02-08 [colin]      2.0.0cvs30
11710
11711         * src/compose.c
11712                 Don't unblock if not blocked
11713         FOR_STABLE
11714
11715 2006-02-07 [colin]      2.0.0cvs29
11716
11717         * src/action.c
11718                 Forgot to refresh summaryview
11719
11720 2006-02-07 [colin]      2.0.0cvs28
11721
11722         * src/action.c
11723                 Freeze/thaw message list and folder list while
11724                 processing %as{} actions 
11725         * src/compose.c
11726                 Fix auto-wrap disabling after a middle-click
11727                 paste - FOR_STABLE
11728
11729 2006-02-07 [paul]       2.0.0cvs27
11730
11731         * src/folder.c
11732                 fix freeing of uninitialised pointers
11733                 Thanks to Colin
11734
11735 2006-02-06 [colin]      2.0.0cvs26
11736
11737         * src/folder.c
11738                 Use g_slist_prepend in potentially big list
11739
11740 2006-02-06 [colin]      2.0.0cvs25
11741
11742         * src/folder.c
11743                 Completely skip processing if it doesn't 
11744                 exist (faster!)
11745
11746 2006-02-06 [colin]      2.0.0cvs24
11747
11748         * src/folder.c
11749         * src/summaryview.c
11750                 Batch filtering in summaryview (from Tools menu)
11751                 and pre/post//-processing too
11752
11753 2006-02-06 [colin]      2.0.0cvs23
11754
11755         * src/procmsg.h
11756         * src/filtering.c
11757                 Use a special field for batch filtering instead
11758                 of stepping on deferred execution's toes
11759
11760 2006-02-06 [colin]      2.0.0cvs22
11761
11762         * src/action.c
11763         * src/filtering.c
11764         * src/filtering.h
11765         * src/folder.c
11766         * src/summaryview.c
11767                 Fix filtering via menus and actions
11768
11769 2006-02-06 [colin]      2.0.0cvs21
11770
11771         * src/imap.c
11772                 Put the added file directly to cache if possible (will work
11773                 with next libetpan)
11774         * src/filtering.c
11775         * src/filtering.h
11776         * src/inc.c
11777         * src/folder.c
11778         * src/mbox.c
11779         * src/procmsg.h
11780                 Move and copy filtered messages by batches instead of one
11781                 by one - faster on IMAP
11782         * src/procmsg.c
11783                 Add a function that'll possibly be useful later
11784
11785 2006-02-06 [colin]      2.0.0cvs20
11786
11787         * src/addressbook.c
11788                 Use internal mime-type instead of text/plain for d'n'd
11789         * src/compose.c
11790                 Allow attaching files from mimeview's icon list via d'n'd
11791         * src/folderview.c
11792         * src/folderview.h
11793                 Use internal mime-type instead of text/plain for d'n'd
11794                 Don't try to selected opened folder if none is
11795                 Factorize d'n'd from other apps code
11796         * src/headerview.c
11797         * src/textview.c
11798         * src/gtk/gtkutils.c
11799         * src/gtk/gtkutils.h
11800                 Factorize Face/X-Face stuff
11801         * src/mimeview.c
11802                 Fix d'n'd to other apps
11803         * src/prefs_message.c
11804                 Let the XFace pref be usable without libcompface as it also
11805                 applies to Face
11806         * src/summaryview.c
11807                 Fix d'n'd to other apps
11808                 Factorize d'n'd from other apps code
11809
11810 2006-02-06 [wwp]        2.0.0cvs19
11811
11812         * po/it.po
11813                 Italian translation fixes by Andrea Spadaccini (no more confusion
11814                 between filtering and processing, and few changes in the About
11815                 dialog).
11816
11817
11818 2006-02-06 [mones]      2.0.0cvs18
11819
11820         * src/gtk/icon_legend.c
11821                 Improved descriptions allowing better translations
11822
11823 2006-02-05 [colin]      2.0.0cvs17
11824
11825         * src/imap.c
11826                 Add the f*cking missing expunge that caused imap_fetch_env
11827                 to fail after an add_msgs ! :-///
11828         * src/etpan/imap-thread.c
11829                 Add a bit of debug
11830         FOR_STABLE
11831
11832 2006-02-05 [colin]      2.0.0cvs16
11833
11834         * src/common/utils.c
11835                 Don't check for return-path (or we can't put
11836                 back non-sent mails)
11837
11838 2006-02-05 [colin]      2.0.0cvs15
11839
11840         * src/textview.c
11841                 Don't try to display Face header in textview
11842                 when teh headerview's active
11843
11844 2006-02-05 [colin]      2.0.0cvs14
11845
11846         * tools/tbird2syl.py
11847         * tools/Makefile.am
11848                 Add script to import Thunderbird mails
11849
11850 2006-02-05 [colin]      2.0.0cvs13
11851
11852         * src/headerview.c
11853         * src/procheader.c
11854         * src/procmsg.c
11855         * src/procmsg.h
11856         * src/textview.c
11857                 Show Face headers - patch partially by Klaus Flittner
11858
11859 2006-02-05 [colin]      2.0.0cvs12
11860
11861         * src/folderview.c
11862         * src/summaryview.c
11863         * src/common/utils.c
11864         * src/common/utils.h
11865                 Let dnd work from mime icons to summaryview
11866                 and to folderview too
11867                 Add a crude test to avoid trying to add files
11868                 drag'n'dropped when they're not mails
11869
11870 2006-02-04 [colin]      2.0.0cvs11
11871
11872         * src/summaryview.c
11873         * src/mimeview.c
11874                 Fix utf8 conversion
11875
11876 2006-02-04 [colin]      2.0.0cvs10
11877
11878         * src/compose.c
11879         * src/folderview.c
11880         * src/mimeview.c
11881         * src/summaryview.c
11882         * src/summaryview.h
11883                 Added various drag and drop capas:
11884                 From                    To
11885                 summaryview             other apps
11886                 mimeview icons          other apps
11887                 other apps              summaryview
11888                 other apps              folderview
11889
11890                 This shouldn't have broken the existing:
11891                 From                    To
11892                 summaryview             folderview
11893                 folderview              folderview
11894                 summaryview             compose's attachments
11895
11896         Tests welcomed.
11897
11898 2006-02-02 [paul]       2.0.0cvs9
11899
11900         * src/mainwindow.c
11901                 move global option 'Set displayed columns...' out
11902                 of folder option grouping.
11903                 fix sensitivity of 'harvest addresses'
11904         FOR_STABLE
11905
11906 2006-02-01 [colin]      2.0.0cvs8
11907
11908         * src/mimeview.c
11909                 Revert the alertpanel patch, it sucks (intrusive
11910                 and gets in the way of "open")
11911
11912 2006-02-01 [colin]      2.0.0cvs7
11913
11914         * src/compose.c
11915         * src/prefs_account.c
11916         * src/prefs_common.c
11917         * src/common/defs.h
11918         * src/common/utils.c
11919         * src/common/utils.h
11920                 Add ability to edit the signature file
11921                 from the account preferences, and use
11922                 a default for the text editor.
11923                 Patch by Fabien Vantard
11924
11925 2006-02-01 [colin]      2.0.0cvs6
11926
11927         * src/mimeview.c
11928                 Try to get mime type by extension if it is
11929                 application/octet-stream
11930                 Display a window with possible choices when
11931                 encountering unknown mime types
11932         * src/gtk/filesel.c
11933         * src/gtk/filesel.h
11934                 Add preview
11935                 Allow multiple selection in filtered filesel
11936                 (patch by Fabien Vantard)
11937         * src/gtk/pluginwindow.c
11938                 Use it (patch by Fabien Vantard)
11939
11940 2006-02-01 [paul]       2.0.0cvs5
11941
11942         * src/jpilot.c
11943                 fix crash on creating jpilot address book
11944                 Thanks to Colin - FOR_STABLE
11945         * src/prefs_summaries.c
11946         * src/prefs_wrapping.c
11947         * src/gtk/icon_legend.c
11948         * src/gtk/quicksearch.c
11949                 string fixes and additions
11950
11951 2006-02-01 [paul]       2.0.0cvs4
11952
11953         * src/compose.c
11954         * src/mainwindow.c
11955         * src/messageview.c
11956         * src/prefs_send.c
11957                 add Arabic encoding option
11958                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
11959
11960 2006-01-31 [colin]      2.0.0cvs3
11961
11962         * src/plugins/pgpcore/passphrase.c
11963                 Convert passphrase to locale encoding
11964         * src/compose.c
11965                 Fix drafting on IMAP. Crappy bug sneaked in
11966                 the release :-/
11967         FOR_STABLE
11968
11969 2006-01-30 [paul]       2.0.0cvs2
11970
11971         * src/gtk/icon_legend.c
11972                 show the new entries
11973
11974 2006-01-30 [colin]      2.0.0cvs1
11975
11976         * src/manual.c
11977                 Check for the file to be present before 
11978                 enabling the menu - FOR_STABLE
11979         * src/gtk/icon_legend.c
11980                 Add folders icons (not all of them, there
11981                 are too much, but the most intriguing ones)
11982
11983 2006-01-30 [paul]       2.0.0
11984
11985         version 2.0.0 released
11986
11987 [For previous entries, see ChangeLog.pre2.0.0]