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