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