2733a6679d72f4957ce1fc37c8c1f6c4f55bba2b
[claws.git] / ChangeLog.claws
1 2003-03-20 [paul]       0.8.11claws31
2
3         * sync with 0.8.11cvs6
4                 see ChangeLog 2003-03-20
5
6 2003-03-19 [match]      0.8.11claws30
7
8         * src/addritem.[ch]
9                 include documentation. minor refactoring.
10         * src/addr_compl.[ch]
11         * src/addrindex.[ch]
12         * src/addresbook.[ch]
13         * src/summaryview.c
14                 re-enable address lookup (was disabled in
15                 0.8.11claws20).
16
17 2003-03-19 [christoph]  0.8.11claws29
18
19         * src/procmsg.c
20                 add temp flag handling, will make moving and copying
21                 messages possible again
22
23         * src/folder.c
24                 correct calulation of folder stats
25
26 2003-03-18 [match]      0.8.11claws28
27
28         * src/editgroup.h
29                 remove case sensitive comparison (closes bug 80).
30
31 2003-03-18 [christoph]  0.8.11claws27
32
33         * src/imap.c
34                 fix imap using a tunnel command
35
36         (closes bug 87)
37
38 2003-03-18 [christoph]  0.8.11claws26
39
40         * src/folder.[ch]
41         * src/imap.c
42         * src/procmsg.[ch]
43                 rewrite flag handling for folders
44
45 2003-03-18 [christoph]  0.8.11claws25
46
47         * src/folder.c
48         * src/procmsg.c
49         * src/summaryview.c
50                 unset NEW and UNREAD flags when message is ignored, to make
51                 sure messages don't show up as unread on other IMAP clients,
52                 because the IGNORE_THREAD flag can not be syncronized through
53                 the IMAP folder
54
55 2003-03-17 [christoph]  0.8.11claws24
56
57         * src/imap.c
58                 don't use recursion to fetch uids when the number of messages
59                 does not match. Moved code into subfunction that is used
60                 again when needed, to prevent an endless loop.
61
62 2003-03-17 [thorsten]   0.8.11claws23
63
64         * src/imageview.[ch]
65                 export imageview_get_resized_size() (for plugins)
66         * src/prefs_common.[ch]
67                 added prefs_common_get() (for plugins)
68
69 2003-03-17 [christoph]  0.8.11claws22
70
71         * src/imap.c
72                 o remove UID guessing from copy code
73                 o support UIDPLUS extension for APPEND command
74
75 2003-03-17 [paul]       0.8.11claws21
76
77         * src/gtk/about.c
78                 remove 'Compiled-plugins' section.
79                 
80         * src/plugins/dillo_viewer/dillo_viewer.c
81                 slight change to description text
82
83 2003-03-16 [match]      0.8.11claws20
84         * src/ldapserver.[ch]           ** NEW **
85         * src/ldapctrl.[ch]             ** NEW **
86         * src/ldapquery.[ch]            ** NEW **
87         * src/ldaputil.[ch]             ** NEW **
88         * src/addrcindex.[ch]           ** NEW **
89         * src/addrquery.h               ** NEW **
90         * src/addritem.[ch]
91         * src/addrcache.[ch]
92         * src/addrindex.[ch]
93         * src/addr_compl.[ch]
94         * src/addressbook.[ch]
95         * src/addrbook.[ch]
96         * src/editgroup.c
97         * src/editaddress.c
98         * src/editldap.c
99         * src/editldap_basedn.c
100         * src/vcard.c
101         * src/jpilot.c
102         * src/Makefile.am
103                 included dynamic LDAP queries. improved address
104                 completion.
105
106 2003-03-16 [paul]       0.8.11claws19
107
108         * tools/multiwebsearch.pl
109                 fix a fatal typo
110
111 2003-03-16 [christoph]  0.8.11claws18
112
113         * src/mimeview.c
114         * src/plugins/dillo_viewer/dillo_viewer.c
115         * src/plugins/mathml_viewer/mathml_viewer.c
116                 make unregistering of MimeViewerFactorys possible
117
118 2003-03-16 [alfons]     0.8.11claws17
119
120         * configure.ac
121                 correct typo
122
123 2003-03-16 [melvin]     0.8.11claws16
124
125         * src/plugins/dillo_viewer.c
126                 Fixed bug where it was not possible to view more than
127                 one text/html attachment per message (bug discovered
128                 by Christoph Hohmann).
129
130 2003-03-15 [melvin]     0.8.11claws15
131
132         * src/prefs_actions.c
133                 Fixed compilation warnings.
134
135 2003-03-15 [melvin]     0.8.11claws14
136
137         * src/plugins/Makefile.am
138         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
139         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
140         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
141                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
142                 newer (http://dillo.auriga.wearlab.de/).
143
144 2003-03-15 [christoph]  0.8.11claws13
145
146         * src/imap.c
147                 don't query imap folder for attributes because we already
148                 for them from imap_status
149
150         * src/mimeview.[ch]
151                 add support for plugable MimeViewers (unloading Viewers
152                 not yet complete)
153
154         * src/plugins/Makefile.am
155         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
156         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
157         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
158                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
159                 widget from http://helm.cs.unibo.it/mml-widget/
160
161 2003-03-14 [christoph]  0.8.11claws12
162
163         * src/folder.[ch]
164                 o error return code's should better be negative
165                 o replace printf with debug_print
166
167         * src/imap.c
168                 improve IMAP folder scan by checking UID-NEXT
169
170         * src/summaryview.c
171                 remove check that are unnecessary in my opinion
172
173 2003-03-13 [christoph]  0.8.11claws11
174
175         * src/folder.[ch]
176         * src/foldersel.c
177         * src/folderview.c
178         * src/imap.c
179         * src/mbox_folder.c
180         * src/mh.c
181         * src/news.c
182         * src/prefs_scoring.c
183         * src/summaryview.c
184                 use a common function to get a displayable name
185                 for a FolderItem
186
187 2003-03-13 [paul]       0.8.11claws10
188
189         * tools/Makefile.am
190           tools/README
191           tools/multiwebsearch.conf     ** NEW FILE **
192           tools/multiwebsearch.pl       ** NEW FILE **
193                 add multiwebsearch Actions script
194
195 2003-03-13 [colin]      0.8.11claws9
196
197         * src/compose.c
198                 Remove leading emtpy lines from quoted text
199                 before quoting it
200
201 2003-03-13 [melvin]     0.8.11claws8
202
203         * src/prefs_actions.c
204                 Fixed a memory leak
205                 Code clean ups
206                 Added Cancel and OK buttons
207                 Corrected help text
208
209 2003-03-13 [christoph]  0.8.11claws7
210
211         * src/account.c
212         * src/folder.[ch]
213         * src/imap.c
214         * src/mainwindow.c
215         * src/mbox_folder.c
216         * src/mh.c
217         * src/news.c
218         * src/setup.c
219                 replace more folder type stuff with folder class stuff
220
221 2003-03-13 [melvin]     0.8.11claws6
222
223         * src/prefs_actions.c
224                 Added new tokens:
225                 %u: user provided argument
226                 %h: user provided argument (hidden on input)
227                 %s: current text selection in the message view 
228
229 2003-03-13 [paul]       0.8.11claws5
230
231         * sync with 0.8.11cvs5
232                 see ChangeLog 2003-03-11, 2003-03-12
233
234 2003-03-12 [christoph]  0.8.11claws4
235
236         * src/folder.c
237                 use folder class idstr when writing folderlist.xml
238
239         * src/folder.h
240         * src/imap.c
241         * src/news.c
242                 replace folder type checks with folder class checks
243
244 2003-03-12 [christoph]  0.8.11claws3
245
246         * src/folder.[ch]
247         * src/imap.[ch]
248         * src/main.c
249         * src/mbox_folder.[ch]
250         * src/mh.[ch]
251         * src/news.[ch]
252                 o create a list of known folder classes in the folder system
253                 o use folder class id strings for folder item identifiers
254
255 2003-03-12 [christoph]  0.8.11claws2
256
257         * src/imap.c
258                 fix imap uid validity check
259
260 2003-03-12 [christoph]  0.8.11claws1
261
262         * src/account.c
263         * src/folder.[ch]
264         * src/foldersel.c
265         * src/folderview.c
266         * src/imap.c
267         * src/mainwindow.c
268         * src/mbox_folder.c
269         * src/mh.c
270         * src/news.c
271         * src/prefs_scoring.c
272         * src/procmsg.c
273         * src/setup.c
274         * src/summaryview.c
275                 initial restructuring of folder system, seperating
276                 folders and folder classes
277
278 2003-03-12 [paul]       0.8.11claws
279
280         0.8.11claws release
281
282 2003-03-12 [christoph]
283
284         * src/gtk/prefswindow.c
285                 fix translation of "Page Index"
286
287 2003-03-12 [paul]       0.8.10claws110
288
289         a sync from 0.8.11cvs4 before the release
290
291         * src/common/utils.c
292                 subject_compare_for_sort(): allow null strings (fixes
293                 summary sorting).
294
295 2003-03-11 [paul]       0.8.10claws109
296
297         * po/es.po
298                 update Spanish translation, submitted by
299                 Ricardo Mones Lastra
300
301 2003-03-11 [melvin]     0.8.10claws108
302
303         * po/fr.po
304                 Updated French translations
305
306 2003-03-11 [paul]       0.8.10claws107
307
308         * manual/en/Makefile.am
309           manual/en/*.html
310                 update English manual, add a new page
311                 updated by Francois Barriere <fbarriere@atmel.fr>
312                 
313         * po/bg.po
314           po/it.po
315           po/sr.po
316                 update Bulgarian, Italian, and Serbian translations
317                 submitted by George Danchev, Alessandro Maestri, and
318                 Urke MMI
319
320 2003-03-10 [paul]       0.8.10claws106
321
322         * src/gtk/about.c
323           src/gtk/prefswindow.c
324                 make some strings translatable
325
326 2003-03-10 [darko]      0.8.10claws105
327
328         * src/compose.c
329                 code cleanup to make Hiro happy
330
331 2003-03-10 [paul]       0.8.10claws104
332
333         * sync with 0.8.11cvs2
334                 see ChangeLog 2003-03-10
335
336 2003-03-09 [melvin]     0.8.10claws103
337
338         * src/textview.c
339                 textview_set_font(): fix for message display in
340                 UTF-8 locales (thanks to Sergey Vlasov).
341                 (was unintentionnaly reverted in 0.8.6claws6)   
342
343 2003-03-08 [darko]      0.8.10claws102
344
345         * src/compose.c
346                 fix infinite loop in wrapping as reported
347                 by happycactus
348                 obsoletes patch #696482
349
350 2003-03-08 [christoph]  0.8.10claws101
351
352         * src/imap.c
353                 add workaround for IMAP servers that do not
354                 support the "UID SEARCH UID" command
355
356 2003-03-07 [christoph]  0.8.10claws100
357
358         * src/plugins/spamassassin/spamassassin.[ch]
359         * src/plugins/spamassassin/spamassassin_gtk.c
360                 code cleanup
361
362 2003-03-07 [paul]       0.8.10claws99
363
364         * po/es.po
365                 updated Spanish translation, submitted by
366                 Ricardo Mones Lastra
367
368 2003-03-07 [christoph]  0.8.10claws98
369
370         * src/send.c
371                 fix in 0.8.10claws94 was wrong
372                 local delivery does not require escaping, remove escaping
373                 code to make signatures of mails with "." lines valid
374                 
375                 NOTE: requires that sendmail is executed with "-i" option,
376                       what is the default now, but has to be changed in all
377                       exsiting accounts)
378
379 2003-03-07 [paul]       0.8.10claws97
380
381         * sync with 0.8.11 release
382                 see ChangeLog 2003-03-07
383
384 2003-03-06 [paul]       0.8.10claws96
385
386         * src/compose.c
387                 revert commit 0.8.10claws92
388
389 2003-03-06 [paul]       0.8.10claws95
390
391         * src/folderview.c
392                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
393
394         * src/gtkaspell.c
395                 fix bug 74, 'Crash opening editor window with pseudo-color
396                 display'
397                 
398         Patches submitted by Kevin Vigor <kevin@vigor.nu>
399
400 2003-03-06 [christoph]  0.8.10claws94
401
402         * src/send.c
403                 fix rfc2821 (4.5.2) violation in SMTP data sending,
404                 all lines starting with a period get an extra period
405                 inserted
406                 (found by Simon 'corecode' Schubert)
407
408 2003-03-06 [paul]       0.8.10claws93
409
410         * src/folderview.c
411                 if configured font can't be loaded fall back to gtk
412                 default. (with thanks to Christoph)
413                 
414                 closes long-standing bug 15 'Crashes on startup'
415
416 2003-03-06 [paul]       0.8.10claws92
417
418         * src/compose.c
419                 freeze text before autosave and thaw afterwards
420                 fixes bug 67 'autosave make re-rediting message crazy'
421
422 2003-03-06 [christoph]  0.8.10claws91
423
424         * src/compose.c
425                 ignore address comment in dupe check for Cc-list
426
427         (closes reopened bug 47 Replying to message strips name part of
428          e-mail addresses of Cc: lines)
429
430 2003-03-06 [paul]       0.8.10claws90
431
432         * src/Makefile.am
433                 remove reference to gtkxtext.h as its no longer in
434                 the repository
435
436 2003-03-06 [paul]       0.8.10claws89
437
438         * sync with 0.8.10cvs25
439                 see ChangeLog 2003-03-06
440
441 2003-03-06 [oliver]     0.8.10claws88
442         
443         * src/messageview.c
444                 remove include
445
446 2003-03-06 [oliver]     0.8.10claws87
447         
448         * src/folderview.c 
449                 remove changes introduced inclaws74
450         * src/messageview.c
451                 another attempt to sanely delete and update
452                 messages deleted in separate messageview
453
454 2003-03-05 [christoph]  0.8.10claws86
455
456         * src/summaryview.c
457                 check if "From" matches any account's address if
458                 addressbook completion of addresses is disabled too
459
460         (closes Bug 70 "Display recipient in from" doesn't check
461          folder's default account)
462
463 2003-03-05 [christoph]  0.8.10claws85
464
465         * src/compose.c
466         * src/common/utils.[ch]
467                 don't strip address comments when building Cc lists
468
469         (closes Bug 47 Replying to message strips name part of e-mail addresses
470          of Cc: lines)
471
472         * src/folder.c
473                 fix return value of copy function
474
475 2003-03-05 [christoph]  0.8.10claws84
476
477         * src/imap.c
478                 don't ask imap server for non rfc822 headers
479
480         (closes bug 71 IMAP FETCH asks for FROM header field twice)
481
482         * src/imap.c
483                 destroy session on socket error to allow reconnecting
484
485 2003-03-05 [christoph]  0.8.10claws83
486
487         * configure.ac
488                 fix building with gnome when no prefix is set
489
490         (closes bug 66 Gnome directory is set to NONE)
491
492 2003-03-05 [paul]       0.8.10claws82
493
494         * sync with 0.8.10cvs23
495                 see ChangeLog 2003-03-05
496
497 2003-03-04 [christoph]  0.8.10claws81
498
499         * src/folder.c
500                 o fix moving and copying when folder returns 0 for new
501                   message number
502                 o remove some code for single message copy and move
503                   operations and use functions for multiple messages
504
505         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
506
507         * src/news.c
508                 remove unused include
509
510 2003-03-04 [paul]       0.8.10claws80
511
512         * src/gtk/about.c
513                 list 'Compiled plugins'
514
515 2003-03-03 [christoph]  0.8.10claws79
516
517         * src/news.[ch]
518                 have to multiply the percentage of the current fetch with
519                 the percentage that it has of the total fetch operation
520                 for correct values
521
522 2003-03-03 [christoph]  0.8.10claws78
523
524         * src/news.c
525                 fix calculation of expected lines for progress indicator
526
527 2003-03-03 [christoph]  0.8.10claws77
528
529         * src/summaryview.c
530         * src/common/utils.c
531                 fix segfault when opening the root news folder
532
533 2003-03-03 [christoph]  0.8.10claws76
534
535         * src/mainwindow.[ch]
536         * src/common/Makefile.am
537         * src/common/progressindicator.[ch]
538                 add UI independent progress indicator handling
539
540         * src/news.[ch]
541                 use new progress indicator for message info fetching
542
543         * src/common/hooks.h
544                 code cleanup
545
546 2003-03-03 [oliver]     0.8.10claws75
547
548         * src/toolbar.c
549         * src/compose.c
550                 removed commented code
551
552 2003-03-03 [oliver]     0.8.10claws74
553
554         * src/toolbar.[ch]
555                 cleanups and refactoring
556         * src/compose.[ch]
557                 compose_reply_mode reply & forwarding interface for
558                 toolbar buttons
559         * src/folderview.c
560                 act on messages marked for deletion in folderview_selected
561                 based on prefs_common.immediate_exec since a message might 
562                 have been deleted by messageview in a folder we are changing 
563                 to (does anybody understand what I'm on about ?)
564
565 2003-03-03 [oliver]     0.8.10claws73
566         
567         * src/messageview.[ch]
568                 new functions
569                 - messageview_delete: delete message shown in messagview
570                 - messageview_update_view: update messageview to currently 
571                   selected summaryview message
572                 - add separate messageview to msgview_list in order to update 
573                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
574         * src/summaryview.[ch]
575                 summary_get_selection returns a list of selected msgs
576                 in summaryview
577         * src/mainwindow.c
578                 toolbar reply refactoring
579
580 2003-03-03 [paul]       0.8.10claws72
581
582         * sync with 0.8.10cvs21
583                 see ChangeLog 2003-03-03
584
585 2003-03-02 [christoph]  0.8.10claws71
586
587         * src/common/passcrypt.c
588                 use POSIX includes
589
590 2003-03-02 [christoph]  0.8.10claws70
591
592         * configure.ac
593         * src/prefs_account.c
594         * src/prefs_gtk.[ch]
595         * src/common/.cvsignore
596         * src/common/Makefile.am
597         * src/common/passcrypt.c                ** NEW **
598         * src/common/passcrypt.h.in             ** NEW **
599                 Implement password encryption in config files
600                 using unix encrypt and setkey functions. The crypt
601                 key can be set as a configure parameter. Old
602                 passwords will be converted if they do not begin
603                 with '!'
604
605 2003-03-02 [paul]       0.8.10claws69
606
607         * src/prefs_account.c
608                 fix compile error
609
610 2003-03-01 [thorsten]   0.8.10claws68
611
612         * po/el.po
613           po/hr.po
614           po/it.po
615           po/nl.po
616           po/sr.po
617           po/sv.po
618                 corrected format strings
619         * po/en_GB.po
620                 corrected headers
621                 (fix compile errors with GNU gettext-0.11.5)
622
623 2003-03-01 [oliver]     0.8.10claws67
624
625         * src/summaryview.c
626                 menu callbacks call toolbar_menu_reply
627
628 2003-03-01 [oliver]     0.8.10claws66
629
630         * src/mainwindow.c
631         * src/messageview.c
632                 menu callbacks call toolbar_menu_reply
633         * src/toolbar.[ch]
634                 callbacks from menu handled by toolbar_menu_reply
635
636 2003-03-01 [paul]       0.8.10claws65
637
638         * src/addressbook.c
639                 revert commit 0.8.10claws54 - breaks editing of
640                 addressbook.
641                 
642         * po/bg.po
643                 update Bulgarian translation, submitted by
644                 George Danchev
645
646 2003-02-28 [christoph]  0.8.10claws64
647
648         * src/account.c
649         * src/addressadd.c
650         * src/compose.c
651         * src/gtkaspell.c
652         * src/gtkxtext.h                ** REMOVE **
653         * src/imap.c
654         * src/matcher.[ch]
655         * src/mh.c
656         * src/news.c
657         * src/pine.c
658         * src/prefs_common.c
659         * src/prefs_matcher.c
660         * src/procheader.[ch]
661         * src/procmsg.[ch]
662         * src/toolbar.c
663         * src/common/ssl_certificate.c
664         * src/gtk/colorlabel.c
665         * src/gtk/menu.c
666                 o fix warnings
667                 o remove code obsoleted by new cache and folder system rework
668
669 2003-02-28 [oliver]     0.8.10claws63
670         
671         * src/toolbar.[ch]
672                 * fix bug where reply in Messageview replied to 
673                 Message displayed in summaryview
674                 (reportedd via ML by chinatinte at gmx dot ch)
675                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
676                 didn't work in separate MessageView Toolbar
677                 (wondering if anybody uses this at all ?)
678         * src/summaryview.[ch]
679                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
680                 (generalize reply and forward code);
681         * src/messageview.c 
682                 remove focus_in event which updated summaryview to messageview
683
684 2003-02-28 [paul]       0.8.10claws62
685
686         * po/Makefile.in.in
687                 add the --check option
688                 Patch submitted by Ricardo Mones Lastra
689
690 2003-02-28 [paul]       0.8.10claws61
691
692         * src/prefs_account.c
693                 re-order 'Signature' items
694
695 2003-02-28 [paul]       0.8.10claws60
696
697         * sync with 0.8.10cvs20
698                 see ChangeLog 2003-02-28
699
700 2003-02-28 [paul]       0.8.10claws59
701
702         * po/POTFILES.in
703                 update to reflect recent movement of files
704
705 2003-02-28 [paul]       0.8.10claws58
706
707         * sync with 0.8.10cvs19
708                 see ChangeLog 2003-02-28
709
710 2003-02-27 [martin]     0.8.10claws57
711
712         * src/prefs_matcher.c 
713                 fix segfault in prefs_matcher_ok() when the
714                 last entry is deleted and prevents that the
715                 message "entry not saved" comes up after deleting
716                 an entry
717
718 2003-02-27 [martin]     0.8.10claws56
719
720         * src/prefs_filtering.c 
721                 fix segfault in prefs_filtering_ok() when the
722                 last entry is deleted and prevents that the
723                 message "entry not saved" comes up after deleting
724                 an entry
725
726 2003-02-27 [paul]       0.8.10claws55
727
728         * sync with 0.8.10cvs18
729                 see ChangeLog 2003-02-27
730
731 2003-02-27 [paul]       0.8.10claws54
732
733         * src/addressbook.c
734                 fix bug where the address book crashes with 
735                 multiple lookups.
736                 Patch [687729] submitted by David Frager 
737                 <dbfrager@users.sourceforge.net>
738
739 2003-02-25 [christoph]  0.8.10claws53
740
741         * src/Makefile.am
742         * src/colorlabel.[ch]           ** REMOVE **
743         * src/gtk/Makefile.am
744         * src/gtk/colorlabel.[ch]       ** NEW **
745                 move colorlabel files to gtk directory
746
747         * src/esmtp.[ch]                ** REMOVE **
748                 has been merged into smtp.[ch] in 0.7.5
749
750 2003-02-25 [christoph]  0.8.10claws52
751
752         * src/Makefile.am
753         * src/about.[ch]                ** REMOVE **
754         * src/gtk/Makefile.am
755         * src/gtk/about.[ch]            ** NEW **
756                 move about files to gtk directory
757
758 2003-02-25 [christoph]  0.8.10claws51
759
760         * src/folder.c
761                 some code optimization of folder scanning code
762
763         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
764
765 2003-02-25 [christoph]  0.8.10claws50
766
767         * src/main.c
768         * src/common/sylpheed.c
769                 add command line parameter parsing to common code
770
771 2003-02-24 [christoph]
772
773         * Makefile.am
774         * configure.ac
775                 fix gnome prefix problems, the configure script now removed
776                 `gnome-config --prefix` from `gnome-config --datadir`
777                 and adds $(prefix} instead
778
779         (closes Bug 24 Makefile does not respect prefix when installing
780          GNOME data)
781
782 2003-02-24 [christoph]  0.8.10claws49
783
784         * src/news.c
785                 check for valid session before trying to authenticate
786
787         (closes Bug 60 crash if "authenticate on logon" is activated
788          and newsserver-hostname is not valid)
789
790 2003-02-24 [melvin]     0.8.10claws48
791
792         * src/prefs_actions.c
793                 Make sure all user's input is sent to the action and then
794                 close the socket..
795
796 2003-02-23 [alfons]     0.8.10claws46
797
798         * src/summaryview.c
799                 also wait cursor when deleting files
800
801 2003-02-23 [paul]
802
803         * tools/freshmeat_search.pl
804           tools/google_search.pl
805                 scripts should now work for any browser/browser command line
806
807 2003-02-22 [christoph]  0.8.10claws45
808
809         * src/procmsg.c
810                 fix IMAP flag setting, IMAP flag is not handled correctly
811                 anymore by the folder system and information about the
812                 folder should not be saved in the MsgInfo (in my opinion)
813
814         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
815
816 2003-02-22 [christoph]  0.8.10claws44
817
818         * src/summaryview.c
819                 fix spelling of "label" ;-)
820
821 2003-02-22 [thorsten]   0.8.10claws43
822
823         * src/mimeview.c
824           src/prefs_common.[ch]
825           src/procmime.[ch]
826                 do not use description as attachment name
827
828 2003-02-22 [alfons]     0.8.10claws42
829
830         * src/summaryview.c
831                 freeze/thaw folder item updates when changing color labels,
832                 and put a wait cursors on
833
834 2003-02-22 [thorsten]   0.8.10claws41
835
836         * src/mimeview.c
837                 save-all fixes: crash if invoked on multipart container,
838                 mimeinfo access, pathseparators, error dialog
839
840 2003-02-21 [alfons]     0.8.10claws40
841
842         * src/prefs_gtk.c
843                 remove unused var
844
845 2003-02-21 [colin]      0.8.10claws39
846
847         * src/send.c
848                 Fix smtp logging
849
850 2003-02-21 [colin]      0.8.10claws38
851
852         * src/summaryview.c
853                 Freeze/thaw folderItem updates when filtering messages 
854                 via Tools/Filter messages
855
856 2003-02-21 [paul]       0.8.10claws37
857
858         * src/compose.c
859                 revert commit 0.8.10claws26, there are ulterior motives
860                 for users to set a Reply-To header when posting to
861                 newsgroups
862
863 2003-02-21 [paul]       0.8.10claws36
864
865         * sync with 0.8.10cvs17
866                 see ChangeLog 2003-02-21
867
868 2003-02-20 [christoph]  0.8.10claws35
869
870         * src/imap.c
871                 IMAP UID fetch speedup using SEARCH
872
873         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
874
875         * src/imap.c
876                 fix problem with UIDs in IMAP UID cache that no longer existed
877
878 2003-02-20 [christoph]  0.8.10claws34
879
880         * src/imap.c
881         * src/procheader.c
882         * src/procheader.h
883                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
884
885         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
886
887         * src/imap.c
888                 Rewrite imap_cmd_gen_recv use sock_getline instead
889                 of sock_gets to avoid problems with too long reply
890                 lines
891     
892 2003-02-20 [colin]      0.8.10claws33
893         
894         * src/prefs_account.c
895                 Better wording
896
897 2003-02-20 [colin]      0.8.10claws32
898
899         * src/compose.c
900                 Remove useless '&& !to_sender' 
901
902 2003-02-20 [darko]
903
904         * AUTHORS
905                 change my e-mail address
906
907 2003-02-19 [colin]      0.8.10claws31
908
909         * src/prefs_common.c
910                 X11 style colors for every configurable color
911
912 2003-02-19 [alfons]     0.8.10claws30
913
914         * src/prefs_gtk.[ch]
915         * src/prefs_common.c
916                 for color_new accept both plain integers and X11 style color
917                 names (as found in /usr/lib/X11/rgb.txt)
918
919 2003-02-19 [paul]       0.8.10claws29
920
921         * src/mainwindow.c
922                 add tooltips to online/offline button and account selector
923                 button
924
925 2003-02-19 [paul]       0.8.10claws28
926
927         * src/folder.c
928           src/news.c
929           src/prefs_account.[ch]
930           src/prefs_common.[ch]
931                 move 'Maximum number of articles to download' to
932                 account prefs.
933                 clean up account prefs gui a little by hiding entries
934                 rather then greying out entries
935
936 2003-02-19 [hiro]       0.8.10claws27
937
938         * src/common/utils.c
939                 fix bug #54 'yesterdays date is displayed in the message 
940                 summary window'
941
942 2003-02-19 [paul]       0.8.10claws26
943
944         * src/compose.c
945                 fix bug reported in Feature Request [688596] 
946                 'Reply-to header in news'
947
948 2003-02-18 [paul]       0.8.10claws25
949
950         * src/select-keys.c
951                 add a 'List all keys' button to key selection dialog
952
953 2003-02-18 [colin]      0.8.10claws24
954         
955         * src/stock_pixmap.c
956                 fix compile error
957
958 2003-02-18 [colin]      0.8.10claws23
959
960         * src/common/smtp.[ch]
961           src/prefs_account.c
962                 Try to starttls if it seems to be the only
963                 way to authenticate a user
964
965 2003-02-18 [paul]       0.8.10claws22
966
967         * src/Makefile.am
968           src/folderview.c
969           src/stock_pixmap.[ch]
970           src/pixmaps/drafts_close.xpm  ** NEW FILE **
971           src/pixmaps/drafts_open.xpm   ** NEW FILE **
972                 as a Drafts folder is a special folder allow it to have
973                 its own unique icons
974
975 2003-02-18 [colin]      0.8.10claws21
976
977         * src/imap.c
978                 Fix port selection when using starttls
979
980 2003-02-18 [paul]       0.8.10claws20
981
982         * src/mainwindow.c
983           src/prefs_common.[ch]
984                 make blue the default new mail colour
985
986 2003-02-18 [paul]       0.8.10claws19
987
988         * sync with 0.8.10cvs14
989                 see ChangeLog 2003-02-18
990
991 2003-02-17 [jens]       0.8.10claws18
992
993         * src/common/md5.c
994                 fixed a compile problem with gcc 3.3
995                 works on 2.95.3 too (testet on PPC as it is big endian)
996
997 2003-02-17 [paul]       0.8.10claws17
998
999         * sync with 0.8.10cvs13
1000                 see ChangeLog 2003-02-17
1001
1002 2003-02-17 [paul]       0.8.10claws16
1003
1004         * sync with 0.8.10cvs12
1005                 see ChangeLog 2003-02-17
1006
1007 2003-02-16 [match]      0.8.10claws15
1008
1009         * src/addressbook.c
1010                 Eliminates reloading of address data when items
1011                 deleted or added. Applied submitted by
1012                 Luke Plant <lukeplant@softhome.net>
1013
1014 2003-02-16 [paul]       0.8.10claws14
1015
1016         * src/news.c
1017                 when a 'protocol error' is encountered disconnect from
1018                 the server. This means that the user can carry on viewing
1019                 other articles and doesn't have to either wait until the
1020                 server timesout or quit sylpheed.
1021                 Fixes bug #53 'Unable to read messages in newsgroups, 
1022                 displayed message doesn't change'
1023
1024 2003-02-15 [christoph]  0.8.10claws13
1025
1026         * src/imap.c
1027                 fix bug that stopped scanning of folders when an
1028                 IMAP folder was empty
1029
1030         (closes bug 46 stop scan messages in folders after empty folder)
1031
1032 2003-02-15 [paul]
1033
1034         * tools/Makefile.am
1035           tools/README
1036           tools/freshmeat_search.pl     ** NEW FILE **
1037           tools/google_search.pl        ** NEW FILE **
1038                 Add 2 Actions scripts which search freshmeat/google
1039                 for the selected text using the browser configured
1040                 in sylpheedrc.
1041                 
1042         Note: These scripts are very dependent on the format of the
1043         browser command and may not work on every occasion. Testing
1044         is welcome. 
1045
1046 2003-02-14 [alfons]     0.8.10claws12
1047
1048         * src/compose.c
1049                 fix breakage because of uninitialized account pointer.
1050                 please verify.
1051
1052 2003-02-14 [paul]       0.8.10claws11
1053
1054         * src/compose.c
1055           src/prefs_account.[ch]
1056           src/prefs_common.[ch]
1057                 move signature settings to Account Prefs
1058
1059 2003-02-14 [paul]       0.8.10claws10
1060
1061         * sync with 0.8.10cvs11
1062                 see ChangeLog 2003-02-14
1063
1064 2003-02-13 [thorsten]   0.8.10claws9
1065
1066         * src/news.c
1067                 revert news progressbar (GUI separation)
1068
1069 2003-02-13 [paul]       0.8.10claws8
1070
1071         * src/compose.c
1072                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
1073                 paragraph 1
1074
1075 2003-02-13 [paul]       0.8.10claws7
1076
1077         * src/compose.[ch]
1078           src/summaryview.c
1079                 fix 'Follow-up and Reply-to' so that it creates a reply to
1080                 the newsgroup and the sender. If the message has the keyword
1081                 'poster' in the Followup-To header, all replies go to the
1082                 sender, re: RFC 1036, Section 2.2.3
1083                 rename all instances of 'ignore_replyto' to 'to_sender', both
1084                 were previously used, now we use just one.
1085
1086 2003-02-13 [paul]       0.8.10claws6
1087
1088         * sync with 0.8.10cvs9
1089                 see ChangeLog 2003-02-13
1090
1091 2003-02-13 [paul]       0.8.10claws5
1092
1093         * configure.ac
1094                 show which plugins are configured in the configure
1095                 output.
1096
1097 2003-02-12 [thorsten]   0.8.10claws4
1098
1099         * src/news.c
1100                 show progress while fetching news headers
1101
1102 2003-02-12 [christoph]  0.8.10claws3
1103
1104         * configure.ac
1105         * src/plugins/Makefile.am
1106                 use AM_CONDITIONAL to enable plugins, automake correctly
1107                 manages this when creating distdir
1108
1109 2003-02-12 [christoph]  0.8.10claws2
1110
1111         * ac/spamassassin.m4
1112         * src/plugins/spamassassin/Makefile.am
1113                 fix building SpamAssassin plugin without OpenSSL
1114
1115 2003-02-12 [paul]       0.8.10claws1
1116
1117         * ac/Makefile.am
1118           src/Makefile.am
1119           src/plugins/Makefile.am
1120                 fix failure of 'make release'
1121
1122 2003-02-12 [paul]       0.8.10claws
1123
1124         * 0.8.10claws released
1125
1126 2003-02-12 [paul]       0.8.9claws56
1127
1128         * po/bg.po
1129           po/es.po
1130           po/it.po
1131           po/ru.po
1132           po/sr.po
1133                 updated translations by George Danchev, Ricardo Mones Lastra,
1134                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
1135                 
1136         * sylpheed.spec.in
1137                 Allow the building of RPMs by a regular user. Submitted
1138                 by Sergei Astanin
1139
1140 2003-02-11 [alfons]     0.8.9claws55
1141
1142         * src/colorlabel.c
1143                 don't use pixmaps for label color rect but draw rectangles
1144                 so we can respect the color map of palette based visuals
1145                 (fixes the long time crashes on Suns - thanks to Andreas
1146                 Engel and Steve O'Hara-Smith for testing)
1147
1148 2003-02-11 [christoph]  0.8.9claws54
1149
1150         * src/matcher_parser_parse.y
1151                 correct bug where filering rules of not existing folders in
1152                 matcherrc were added to global filtering
1153                 
1154         (closes Debian Bug #180253 - Directory's filter-rules are merged with
1155          main filter-rules after removing directory, http://bugs.debian.org/180253)
1156         
1157 2003-02-11 [paul]       0.8.9claws53
1158
1159         * sync with 0.8.10cvs7
1160                 see ChangeLog 2003-02-09
1161
1162 2003-02-11 [melvin]     0.8.9claws52
1163
1164         * po/fr.po
1165                 Updated French tranlsations
1166
1167 2003-02-10 [paul]       0.8.9claws51
1168
1169         * sylpheed.spec.in
1170                 correct --enable-openssl
1171                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
1172
1173 2003-02-09 [martin]     0.8.9claws50
1174
1175         * src/prefs_matcher.c
1176                 fix segfault in prefs_matcher_substitute_cb() when
1177                 no row is selected
1178
1179 2003-02-09 [paul]       0.8.9claws49
1180
1181         * src/folderview.c
1182                 fix bug where a newsgroup folder's processing rules were
1183                 merged with the global filtering rules when the newsgroup
1184                 folder was deleted, causing some seriously bad results,
1185                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
1186
1187 2003-02-08 [melvin]     0.8.9claws48
1188
1189         * src/compose.c
1190                 Corrected and modified an alert message.
1191
1192 2003-02-07 [paul]       0.8.9claws47
1193
1194         * src/folderview.c
1195                 fix bug where both an 'Account properties' window and a
1196                 'Folder properties' window were opened when clicking on
1197                 'Properties' in an NNTP or IMAP folder's popup menu.
1198
1199 2003-02-07 [paul]       0.8.9claws46
1200
1201         * sync with 0.8.10cvs6
1202                 see ChangeLog 2003-02-06
1203
1204 2003-02-06 [christoph]  0.8.9claws45
1205
1206         * src/mbox.c
1207                 freeze folder updates while importing mbox files
1208                 (closes bug 43 importing mbox took hours)
1209                 
1210         Patch submitted by Jens Rantil <jens.rantil@telia.com>
1211
1212 2003-02-06 [thorsten]   0.8.9claws44
1213
1214         * po/de.po
1215                 Updated german translations
1216
1217 2003-02-06 [thorsten]   0.8.9claws43
1218
1219         * src/news.h
1220                 use guint for message numbers (fix count in grouplist dialog)
1221
1222 2003-02-05 [paul]       0.8.9claws42
1223
1224         * sync with 0.8.10cvs2
1225                 see ChangeLog 2003-02-05
1226
1227 2003-02-04 [colin]      0.8.9claws41
1228
1229         * src/prefs_common.[ch]
1230           src/procmsg.c
1231           src/summaryview.c
1232                 Add an option to disable threading by subject
1233
1234 2003-02-04 [christoph]  0.8.9claws40
1235
1236         * src/inc.c
1237                 only abort fetching mails from multiple accounts when the
1238                 error is fatal and does not allow to check any more accounts
1239                 (currently only disk full error)
1240
1241         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
1242          receive mails for other accouts)
1243
1244 2003-02-04 [christoph]  0.8.9claws39
1245
1246         * src/folder.c
1247                 first add the new message to the cache, then
1248                 send the update notification
1249
1250         (closes bug 39 after sending message folderview doesnt get updated)
1251
1252 2003-02-04 [colin]      0.8.9claws38
1253
1254         * src/inc.c
1255                 _really_ fix this Connecting... status
1256
1257 2003-02-04 [paul]       0.8.9claws37
1258
1259         * sync with 0.8.10
1260                 see ChangeLog 2003-02-04
1261
1262 2003-02-04 [paul]       0.8.9claws36
1263
1264         * sync with 0.8.9cvs6
1265                 see ChangeLog 2003-02-03
1266
1267 2003-02-04 [paul]       0.8.9claws35
1268
1269         * po/pt_BR.po
1270                 updated by André Filipe de Assunção e Brito 
1271                 <bedecko@netsite.com.br>
1272
1273 2003-02-03 [thorsten]   0.8.9claws34
1274
1275         * po/de.po
1276                 Updated german translations
1277
1278 2003-02-02 [paul]       0.8.9claws33
1279
1280         * po/es.po
1281                 updated by Ricardo Mones Lastra
1282
1283 2003-02-02 [thorsten]   0.8.9claws32
1284
1285         * src/mh.c
1286                 Fix mh_get_msginfo() segfault if file is inaccessible
1287
1288 2003-01-31 [colin]      0.8.9claws31
1289
1290         * src/procheader.c
1291                 Fix last commit's bug
1292
1293 2003-01-31 [colin]      0.8.9claws30
1294
1295         * src/procheader.c
1296                 Missing a change for gpg-signed messages
1297
1298 2003-01-31 [paul]       0.8.9claws29
1299
1300         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
1301           src/procheader.c
1302           src/stock_pixmap.[ch]
1303           src/summaryview.c
1304                 indicate GnuPG signed messages by displaying an icon
1305                 in the Attachment column.
1306
1307 2003-01-31 [paul]       0.8.9claws28
1308
1309         * sync with 0.8.9cvs4
1310                 see ChangeLog 2003-01-31
1311
1312 2003-01-31 [alfons]     0.8.9claws27
1313
1314         * src/textview.c
1315                 tune URI parser to accept mailto URLs with a '?'
1316                 (patch from Ruslan Balkin)
1317
1318 2003-01-31 [colin]      0.8.9claws26
1319
1320         * src/summaryview.c
1321                 Fix a leak introduced in claws24
1322
1323 2003-01-31 [colin]      0.8.9claws25
1324
1325         * src/summaryview.c
1326                 Freeze/Thaw folder updates when deleting dups
1327
1328 2003-01-31 [colin]      0.8.9claws24
1329         
1330         * src/addr_compl.c
1331           src/summaryview.c
1332           src/msgcache.c
1333                 little speed improvements
1334
1335 2003-01-31 [colin]      0.8.9claws23
1336
1337         * src/summaryview.c
1338                 Fix segfault when forwarding nothing
1339                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
1340                 
1341 2003-01-30 [paul]       0.8.9claws22
1342
1343         * sync with 0.8.9cvs3
1344                 see ChangeLog 2003-01-30
1345
1346 2003-01-30 [paul]       0.8.9claws21
1347
1348         * sync with 0.8.9cvs2
1349                 see ChangeLog 2003-01-30
1350
1351 2003-01-29 [paul]       0.8.9claws20
1352
1353         * sync with 0.8.9cvs1
1354                 see ChangeLog 2003-01-29
1355
1356 2003-01-28 [paul]       0.8.9claws19
1357
1358         * po/POTFILES.in
1359                 update to reflect changes. 
1360                 thanks to Ricardo Mones Lastra
1361
1362 2003-01-27 [christoph]  0.8.9claws18
1363
1364         * ac/openssl.m4
1365         * ac/spamassassin.m4
1366         * src/plugins/spamassassin/README
1367         * src/plugins/spamassassin/libspamc.[ch]
1368         * src/plugins/spamassassin/utils.[ch]
1369                 updated to latest libspamc
1370
1371 2003-01-27 [christoph]  0.8.9claws17
1372
1373         * src/folder.c
1374                 fix wrong use of procheader_get_header_fields
1375
1376 2003-01-27 [christoph]  0.8.9claws16
1377
1378         * src/news.c
1379         * src/prefs_account.[ch]
1380         * src/common/nntp.[ch]
1381                 allow to force authentication for NNTP servers
1382
1383         Patch submitted by Florian Mickler <dmk@d-labs.de>
1384
1385 2003-01-26 [paul]       0.8.9claws15
1386
1387         * src/summaryview.c
1388                 speed up of marking messages as read
1389                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
1390
1391 2003-01-26 [christoph]  0.8.9claws14
1392
1393         * src/Makefile.am
1394         * src/mgutils.[ch]              ** REMOVE **
1395         * src/xml.[ch]                  ** REMOVE **
1396         * src/xmlprops.[ch]             ** REMOVE **
1397         * src/common/Makefile.am
1398         * src/common/mgutils.[ch]       ** NEW **
1399         * src/common/xml.[ch]           ** NEW **
1400         * src/common/xmlprops.[ch]      ** NEW **
1401                 move xml files to common directory
1402
1403 2003-01-26 [christoph]  0.8.9claws13
1404
1405         * src/plugins/spamassassin/spamassassin_gtk.c
1406                 only set gtk entry text if string is available
1407
1408 2003-01-26 [melvin]     0.8.9claws12
1409
1410         * src/description_window.c
1411                 Allow resizing of the window
1412                 Allow automatic horizontal scroll bar
1413                 Do not vertically expand and fill
1414
1415 2003-01-26 [christoph]  0.8.9claws11
1416
1417         * src/Makefile.am
1418         * src/gtkutils.[ch]             ** REMOVE **
1419         * src/common/sylpheed.c
1420         * src/gtk/Makefile.am
1421         * src/gtk/description_window.c
1422         * src/gtk/gtkutils.[ch]         ** NEW **
1423         * src/gtk/prefswindow.c
1424                 move gtkutils to gtk directory
1425
1426 2003-01-26 [paul]       0.8.9claws10
1427
1428         * src/summaryview.c
1429                 rename summary_unread_clicked() to summary_status_clicked()
1430
1431 2003-01-26 [melvin]     0.8.9claws9
1432
1433         * src/prefs_actions.c
1434                 Cosmetical changes to the help text
1435
1436 2003-01-26 [paul]       0.8.9claws8
1437
1438         * src/folder.[ch]
1439           src/mainwindow.c
1440           src/prefs_common.c
1441           src/prefs_sumamry_column.c
1442           summaryview.[ch]
1443                 rename the 'Unread' column to 'Status'
1444
1445 2003-01-25 [match]      0.8.9claws7
1446
1447         * src/mgutils.[ch]
1448                 removed reference to LDAP constants. removed error2string.
1449                 included functions to support LDAP dynamic queries.
1450         * src/syldap.h
1451                 moved LDAP constants here.
1452         * src/addressbook.c
1453         * src/addrindex.c
1454         * src/importldif.c
1455                 removed references to LDAP constants and references to
1456                 error2string.
1457
1458 2003-01-25 [paul]       0.8.9claws6
1459
1460         * src/summaryview.c
1461                 summary_thread_build(), summary_thread_init(): remove 
1462                 unneeded reference to summaryview->folder_item
1463
1464 2003-01-25 [christoph]  0.8.9claws5
1465
1466         * src/gtk/description_window.c
1467                 o allow description texts to expand over multiple columns
1468                 o translate all columns
1469         * src/prefs_actions.c
1470                 change syntax description to use new multi column feature
1471
1472         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
1473
1474 2003-01-25 [match]      0.8.9claws4
1475
1476         * src/vcard.c
1477                 fixed bug with Quoted-Printable
1478
1479 2003-01-25 [paul]       0.8.9claws3
1480
1481         * src/folder.[ch]
1482           src/summaryview.[ch]
1483                 implement per-folder collapsed/expanded threads setting
1484                 
1485         * src/prefs_common.c
1486                 remove global collapsed/expanded threads option
1487
1488 2003-01-25 [christoph]  0.8.9claws2
1489
1490         * po/POTFILES.in
1491                 add pluginwindow and prefswindow
1492         * src/compose.c
1493                 make send respond correctly to messages that could be added
1494                 to the queue folder, but the UID of the message is unknown
1495         * src/folder.c
1496         * src/imap.c
1497                 don't return guessed UIDs in imap_add_msg anymore. We return
1498                 0 to tell the folder system it was appened but the UID is
1499                 unknown. Folder system now get's the UID by scaning the folder
1500                 and searching the cache for the Message-ID
1501                 (closes bug #29 Messages queued, but not sent)
1502
1503 2003-01-25 [paul]       0.8.9claws1
1504
1505         * src/codeconv.c
1506                 conv_encode_header():  fix bug when long headers with 8-bit
1507                 characters are used, so that the encoded words are wrapped.
1508                 If the space in the original text falls on the wrap boundary,
1509                 it can be lost.
1510                 Patch by Sergey Vlasov.
1511                 
1512         * src/folderview.c
1513                  fix bug where a change to the sorting method or thread view
1514                  of a folder's messages is lost if simpify-subject is set and
1515                  toggled on or off.
1516                  Patch by Luke Plant.
1517
1518 2003-01-24 [paul]       0.8.9claws
1519
1520         * sylpheed-0.8.9claws released
1521         
1522         * Makefile.am
1523           sylpheed.spec.in
1524                 remove reference to 'INSTALL.jp'
1525
1526 2003-01-23 [paul]       0.8.8claws128
1527
1528         * po/es.po
1529           po/it.po
1530           po/ru.po
1531           po/sr.po
1532                 updated translations. submitted by Ricardo Mones Lastra,
1533                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
1534
1535 2003-01-23 [colin]      0.8.8claws127
1536
1537         * src/compose.c
1538                 Fix drafted and queued news articles re-edition
1539
1540 2003-01-23 [melvin]     0.8.8claws126
1541
1542         * po/fr.po
1543                 Updated French translations
1544
1545 2003-01-23 [colin]      0.8.8claws125
1546
1547         * src/inc.c
1548                 Fix "Connecting to..." status message
1549
1550 2003-01-22 [paul]       0.8.8claws124
1551
1552         * po/bg.po
1553                 updated by George Danchev
1554                 
1555         * src/folder.c
1556                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
1557                 and folder deletion
1558
1559 2003-01-21 [paul]       0.8.8claws123
1560
1561         * po/bg.po
1562                 updated by George Danchev
1563                 
1564         * src/about.c
1565                 its now 2003
1566                 
1567         * src/toolbar.c
1568                 don't translate 'Separator'
1569                 
1570         * src/plugins/spamassassin/Makefile.am
1571                 add aspell to CPPFLAGS
1572                 
1573         * src/plugins/spamassassin/spamassassin.c
1574           src/plugins/spamassassin/spamassassin_gtk.c
1575                 set correct default for spamassassin_receive_spam
1576                 slightly re-word descriptions and some
1577                 other minor changes
1578
1579 2003-01-19 [alfons]     0.8.8claws122
1580                 
1581         * src/mimeview.c
1582                 mimeview_save_as(): we might as well show the file name for
1583                 the single case "Save As" too
1584
1585 2003-01-19 [alfons]     0.8.8claws121
1586
1587         * src/crash.c
1588                 change bug tracker URL to bugzilla URL
1589
1590 2003-01-19 [alfons]     0.8.8claws120
1591
1592         * src/mimeview.c
1593                 mimeview_save_all(): display name of file before overwriting;
1594                 continue saving all, even when one overwrite was cancelled
1595
1596 2003-01-19 [christoph]  0.8.8claws119
1597
1598         * src/summaryview.c
1599         * src/procmsg.[ch]
1600                 fix wrong usage of procmsg_find_children in summaryview
1601                 by using procmsg_update_unread_children instead of
1602                 summaryview_update_unread_children
1603
1604 2003-01-19 [christoph]  0.8.8claws118
1605
1606         * src/procmsg.c
1607                 fix infinite loop in procmsg_find_children
1608                  (closes bug #25 sylpheed crashes on delete.)
1609
1610         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
1611
1612 2003-01-19 [paul]       0.8.8claws117
1613
1614         * po/pt_BR.po
1615                 updated by Ivan Francolin Martinez
1616
1617 2003-01-18 [melvin]     0.8.8claws116
1618
1619         * src/prefs_actions.c
1620                 Removed syntax limitation of only one '&' at the end of command.
1621                         Now actions that contain '>/dev/null 2>&1' are possible.
1622
1623 2003-01-18 [melvin]     0.8.8claws115
1624
1625         * src/prefs_actions.c
1626                 Actions IO dialog: when the action ends
1627                 the "Close" button now has focus and [Escape] closes the
1628                 window.
1629
1630 2003-01-18 [christoph]  0.8.8claws114
1631
1632         * src/procmsg.c
1633                 o add debug output when MsgInfos are really freed
1634                 o free GSLists in procmsg_find_children and
1635                   procmsg_update_unread_children
1636
1637 2003-01-18 [christoph]  0.8.8claws113
1638
1639         * src/mainwindow.c
1640                 reorder Configuration menu
1641
1642 2003-01-18 [christoph]  0.8.8claws112
1643
1644         * src/compose.c
1645                 fix applying templates to forwarded messages
1646
1647         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
1648
1649 2003-01-17 [christoph]  0.8.8claws111
1650
1651         * src/folder.c
1652                 destroy folder items, when a folder item is removed
1653
1654 2003-01-17 [christoph]  0.8.8claws110
1655
1656         * src/folder.c
1657                 fix wrong folder stats update when ignored message is
1658                 deleted
1659
1660 2003-01-17 [colin]      0.8.8claws109
1661         
1662         * src/mainwindow.c
1663         * src/summaryview.c
1664                 Quicksearch bugfixes: 
1665                 - hide help button at startup if not extended
1666                 - switch to extended when looking for replies
1667
1668 2003-01-17 [paul]
1669
1670         * sync with 0.8.9 release
1671
1672 2003-01-17 [paul]       0.8.8claws108
1673
1674         * sync with 0.8.8cvs11
1675                 see ChangeLog 2003-01-17
1676
1677 2003-01-16 [colin]      0.8.8claws107
1678
1679         * src/procmsg.c
1680                 Changed encryption test to re-ask passphrase
1681                 if an encrypted message hasn't been decrypted
1682                 Fixes bug #5
1683
1684 2003-01-16 [christoph]  0.8.8claws106
1685
1686         * src/prefs_gtk.c
1687         * src/prefs_toolbar.c
1688         * src/gtk/prefswindow.h
1689         * src/plugins/spamassassin/spamassassin_gtk.c
1690                 remove page destroy function that is not used anymore
1691
1692 2003-01-16 [paul]       0.8.8claws105
1693
1694         * sync with 0.8.8cvs9
1695                 see ChangeLog 2002-01-16
1696
1697 2003-01-16 [colin]      0.8.8claws104
1698
1699         * src/compose.[ch]
1700                 Fix bug with autosaved drafts for IMAP, when draft
1701                 folder is specified - fixes bugzilla bug #20
1702
1703 2003-01-15 [paul]       0.8.8claws103
1704
1705         * src/compose.[ch]
1706           src/procmsg.c
1707                 store folder and message-id of message forwarding
1708                 in queue header and set forward flag after sending
1709
1710 2003-01-15 [paul]       0.8.8claws102
1711
1712         * sync with 0.8.8cvs8
1713                 see ChangeLog 2002-01-15
1714
1715 2003-01-15 [colin]      0.8.8claws101
1716
1717         * src/Makefile.am
1718                 Fix linking with GNU libiconv
1719
1720 2003-01-15 [darko]      0.8.8claws100
1721
1722         * src/pine.c
1723                 fix crash when importing pine address book
1724                 entry with an empty name (reported by DY
1725                 <dybulk at tri8.net>)
1726
1727 2003-01-14 [paul]       0.8.8claws99
1728
1729         * configure.in  ** REMOVED **
1730           configure.ac  ** NEW FILE **
1731                 rename configure.in to configure.ac, as it is now
1732                 preferred
1733
1734 2003-01-14 [melvin]     0.8.8claws98
1735
1736         * src/folderview.c
1737                 folderview_check_new(): More precise function description
1738
1739 2003-01-14 [melvin]     0.8.8claws97
1740
1741         * src/folderview.c
1742                 folderview_check_new(): return the number of new messages 
1743                         since last check.
1744         * src/inc.c
1745                 inc_account_mail(): Disable counting of new messages for IMAP
1746                         and NNTP until bug [19] and [14] are fixed.
1747
1748 2003-01-14 [paul]       0.8.8claws96
1749
1750         * sync with 0.8.8cvs6
1751                 see ChangeLog 2003-01-14
1752
1753 2003-01-13 [alfons]     0.8.8claws95
1754
1755         * src/textview.c
1756                 tune email address validation (c. 0.8.8claws89): if . is 
1757                 just one char away from @, the address is invalid too 
1758                 (correctly rejects addresses like foo@.com)
1759
1760 2003-01-13 [paul]       0.8.8claws94
1761
1762         * src/messageview.c
1763           src/toolbar.c
1764                 fixes to the Message View toolbar and menu:
1765                 fix non-functioning Forward button
1766                 make Reply button consider default_reply_list
1767                 remove 'Follow-up...' menu entry
1768                 add 'Forward' and 'Redirect' menu entries
1769
1770 2003-01-13 [melvin]     0.8.8claws93
1771
1772         * src/inc.c
1773                 Fixed typo that could make new messages count incorrect.
1774
1775 2003-01-13 [melvin]     0.8.8claws92
1776
1777         * src/folderview.[ch]
1778                 folderview_check_new(): return the number of new messages.
1779         * src/inc.c
1780                 Should fix bug [14] where new mail notification worked 
1781                         incorrectly with IMAP accounts.
1782                 inc_spool_account(): return number of new msgs, or -1 on error
1783                 inc_all_spool(): return number of new msgs
1784                 
1785 2003-01-13 [melvin]     0.8.8claws91
1786
1787         * src/prefs_actions.c
1788                 Justify help text.
1789
1790 2003-01-12 [thorsten]   0.8.8claws90
1791
1792         * src/common/prefs.c
1793                 close file before rename
1794
1795 2003-01-12 [alfons]     0.8.8claws89
1796
1797         * AUTHORS
1798                 add Christian Mertes
1799         * src/common/utils.[ch]
1800                 g_stricase_hash(), g_stricase_equal(): functions for 
1801                 case insensitive hash tables
1802         * src/textview.c
1803                 use top level domain names to validate email address, based
1804                 on a patch by Christian Mertes (thanks!), but changed 
1805                 implementation to use a hash table 
1806
1807 2003-01-12 [paul]       0.8.8claws88
1808
1809         * po/bg.po
1810                 updated by George Danchev
1811
1812 2003-01-12 [alfons]     0.8.8claws87
1813
1814         * src/summaryview.c
1815                 delete / execute performance: use new style folder update
1816
1817 2003-01-12 [paul]       0.8.8claws86
1818
1819         * sync with 0.8.8cvs5
1820                 see ChangeLog 2003-01-13 (!)
1821
1822 2003-01-12 [alfons]     0.8.8claws85
1823
1824         * src/filtering.c
1825         * src/matcher_parser_parse.y
1826                 prepare change_score filtering action
1827         * src/matcher.[ch]
1828                 give up const-correctness on functions that call non-const-correct functions;
1829                 several casts to gpointer in g_free();
1830                 add change_score;
1831
1832 2003-01-12 [christoph]  0.8.8claws84
1833
1834         * src/compose.c
1835                 fix 2 warnings
1836
1837         * src/gtk/prefswindow.[ch]
1838         * src/plugins/spamassassin/spamassassin_gtk.c
1839                 changed the call of the widget create function
1840                 for PrefsPages, because sometimes the widget
1841                 create function needs a widget that already has
1842                 been attached to a window (to create GDK pixmaps
1843                 for exmaple). So we simply pass the GtkWindow as
1844                 the second parameter now.
1845
1846         * src/main.c
1847         * src/mainwindow.c
1848         * src/prefs_toolbar.[ch]
1849                 rewrite Toolbar Preferences using the new
1850                 prefs window
1851
1852 2003-01-11 [alfons]     0.8.8claws83
1853
1854         * src/addressadd.c
1855                 fix crash when adding sender to addressbook because status bar
1856                 isn't there (the status bar doesn't seem to be used though,
1857                 but I'll let Match decide what to do with it)
1858
1859 2003-01-11 [colin]      0.8.8claws82
1860
1861         * src/main.c
1862           src/toolbar.c
1863                 Two useless changes reversed
1864
1865 2003-01-11 [colin]      0.8.8claws81
1866
1867         * src/mainwindow.c
1868           src/mainwindow.h
1869                 Add mainwindow_get_mainwindow()
1870         * src/alertpanel.c
1871           src/alertpanel.h
1872                 Add alertpanel_error_log() 
1873         * src/compose.c
1874           src/inc.c
1875           src/messageview.c
1876           src/toolbar.c
1877           src/main.c
1878           src/procmsg.c
1879                 Network errors get a View Log button
1880
1881 2003-01-10 [alfons]     0.8.8claws80
1882
1883         * src/prefs_toolbar.c
1884         * src/toolbar.c
1885                 use the translatable string for "Separator" as file name for
1886                 separator toolbar items (probably make this uppercase?)
1887
1888 2003-01-10 [alfons]     0.8.8claws79
1889
1890         * src/prefs_toolbar.c
1891                 put right A_SEPARATOR description string in "displayed
1892                 toolbar items list" so manually added separators are
1893                 saved correctly (bug #10, "Adding a separator to the main 
1894                 toolbar fails, entry in xml file is wrong")
1895
1896 2003-01-10 [christoph]  0.8.8claws78
1897
1898         * src/imap.c
1899                 o fix warnings
1900                 o use CAPABILITY to check if NAMESPACE is available
1901
1902 2003-01-10 [christoph]  0.8.8claws77
1903
1904         * src/imap.[ch]
1905                 apply UIDPLUS IMAP extension support patch
1906
1907         Patch submitted by Simon 'corecode' Schubert
1908
1909 2003-01-10 [paul]       0.8.8claws76
1910
1911         * src/folderview.c
1912                 a sync from main which fixes the news account folders'
1913                 Properties bug
1914
1915 2003-01-10 [christoph]  0.8.8claws75
1916
1917         * src/folder.c
1918                 don't accept 0 as a valid uid returned by copy and move
1919                 functions. 0 means the message was copied or moved but the
1920                 new uid could not be fetched. It is not an error condition
1921                 for the copy or move operation.
1922
1923 2003-01-10 [paul]       0.8.8claws74
1924
1925         * src/prefs_filtering.c
1926                 change English used in Alert when entry is not
1927                 saved.
1928                 
1929         * sync with 0.8.8cvs4
1930                 see ChangeLog 2003-01-10
1931
1932 2003-01-10 [darko]      0.8.8claws73
1933
1934         * src/pine.c
1935                 fix crash when importing address book entry
1936                 without a valid address
1937
1938 2003-01-09 [alfons]     0.8.8claws72
1939
1940         * src/inc.c
1941                 filtering performance: use new style folder update
1942
1943 2003-01-09 [christoph]  0.8.8claws71
1944
1945         * src/compose.c
1946         * src/gtk/menu.[ch]
1947                 fix wrong selecting of mime encoding type, when
1948                 opening property dialog of attachments in the
1949                 compose window. 7bit was always selected and that
1950                 destoryed files with 8bit data.
1951                 (closes bug #9 Sylpheed-claws destroys attachments when
1952                  changing MIME-types)
1953
1954 2003-01-09 [paul]       0.8.8claws70
1955
1956         * sync with 0.8.8cvs3
1957                 see ChangeLog 2003-01-09
1958
1959 2003-01-08 [alfons]     0.8.8claws69
1960         
1961         * src/addressadd.c
1962                 apply patch by Kim Schulz to fix build breakage
1963                 because of missing variable
1964
1965 2003-01-08 [paul]       0.8.8claws68
1966
1967         * sync with 0.8.8cvs2
1968                 see ChangeLog 2002-01-08
1969
1970 2003-01-08 [paul]       0.8.8claws67
1971
1972         * po/it.po
1973                 updated by Alessandro Maestri
1974                 
1975         * src/addressadd.c
1976                 when using 'Add sender to addressbook' allow
1977                 name to be edited and remarks to be entered
1978                 Patch submitted by Luke Plant
1979
1980 2003-01-08 [darko]      0.8.8claws66
1981
1982         * README.claws, src/summaryview.c
1983                 fix description for marked messages
1984
1985 2003-01-08 [paul]
1986
1987         * tools/Makefile.am
1988           tools/launch_phoenix  ** NEW FILE **
1989                 add script that enables using Phoenix as the default
1990                 web browser. 
1991                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
1992                 
1993         * tools/OOo2sylpheed.pl
1994                 remove full path to sylpheed executable, just 'sylpheed'
1995                 will do
1996                 
1997         * tools/README
1998                 add launch_phoenix informtion and re-arrange and compress
1999                 the data a little
2000
2001 2003-01-07 [christoph]  0.8.8claws65
2002
2003         * src/folder.c
2004                 fix update for source folder when moving messages
2005         * src/procmsg.[ch]
2006         * src/summaryview.c
2007                 use function to set to_folder for message infos and
2008                 automatically update the op_count for old and new
2009                 folder
2010
2011 2003-01-07 [melvin]     0.8.8claws64
2012
2013         * src/prefs_actions.c
2014                 Fixed bug where an '%p' Action on a displayed image crashed 
2015                         Sylpheed
2016                 Code clean up (get rid of duplicated code and removed unnecessary 
2017                                 structure member)
2018
2019 2003-01-07 [christoph]  0.8.8claws63
2020
2021         * src/compose.c
2022         * src/folder.[ch]
2023         * src/folderview.c
2024         * src/import.c
2025         * src/inc.c
2026         * src/main.c
2027         * src/mainwindow.c
2028         * src/messageview.c
2029         * src/prefs_folder_item.c
2030         * src/procmsg.c
2031         * src/summaryview.c
2032         * src/toolbar.c
2033                 o remove all folder update triggering from the UI code. The folder
2034                   system should know much better when a folder needs an update.
2035                 o to prevent multiple updates in a row the folder updates can be
2036                   frozen for some time.
2037
2038                 Note: - Please verify that no updates are missing
2039                       - Check where freeze/thaws should be added
2040
2041 2003-01-07 [christoph]  0.8.8claws62
2042
2043         * src/prefs_actions.c
2044                 don't translate empty strings
2045
2046         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2047
2048 2003-01-06 [christoph]  0.8.8claws61
2049
2050         * src/prefs_actions.c
2051                 mark strings for gettext
2052         * src/prefs_matcher.c
2053                 use new description window for Execute action and
2054                 match condition in Filtering
2055
2056         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2057
2058 2003-01-06 [alfons]     0.8.8claws60
2059
2060         keep myself inspired to re-organize matcher part 8; 
2061         yes, more to come (I need to move out the descriptive
2062         text for actions to matcher.c, or at least make it not
2063         depend on the wicked ordering)
2064
2065         * src/prefs_matcher.c
2066                 add documentation so others may comprehend the
2067                 UI part of the conditions
2068                 
2069 2003-01-06 [christoph]  0.8.8claws59
2070
2071         * src/prefs_actions.c
2072                 use new description window for syntax help
2073         * src/gtk/description_window.c
2074                 fix display of descriptions with column count != 2
2075
2076         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2077
2078 2003-01-06 [christoph]  0.8.8claws58
2079
2080         * src/quote_fmt.c
2081         * src/summaryview.[ch]
2082         * src/gtk/Makefile.am
2083         * src/gtk/description_window.[ch]       ** NEW **
2084                 use a generic window to display syntax descriptions
2085                 currently used in quote_fmt and summaryview (new description
2086                 for extended quick search)
2087
2088         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2089
2090 2003-01-06 [paul]       0.8.8claws57
2091
2092         * sync with 0.8.8cvs1
2093                 see ChangeLog 2003-01-06
2094
2095 2003-01-06 [christoph]  0.8.8claws56
2096
2097         * src/mainwindow.c
2098         * src/prefs_gtk.[ch]
2099         * src/gtk/prefswindow.[ch]
2100         * src/plugins/spamassassin/spamassassin_gtk.c
2101                 o remove page management from prefswindow, pages
2102                   will be an argument to prefswindow_open
2103                 o prefswindow_open gets a datapointer that is
2104                   passed to the widget_create function to allow
2105                   creation of prefswindow for specific items
2106
2107 2003-01-06 [colin]      0.8.8claws55
2108         
2109         * src/summaryview.c
2110                 We don't want regexp in the reply-finder, 
2111                 because MIDs can contain !,$,. and so on
2112
2113 2003-01-06 [jens]       0.8.8claws54
2114
2115         * src/jpilot.c
2116                 fixed a wrong free in jpilot_read_db_files
2117
2118 2003-01-06 [alfons]     0.8.8claws53
2119
2120         re-organize matcher part 8; more to come
2121        
2122         * src/matcher.c
2123                 matcherprop_to_string(): put g_free()s before the
2124                 switch-case break to fix memleaks                
2125
2126 2003-01-06 [colin]      0.8.8claws52
2127
2128         * src/summaryview.c
2129                 cleanup & reply-finder now displays the first 
2130                 matching message
2131
2132 2003-01-05 [alfons]     0.8.8claws51
2133
2134         re-organize matcher part 7; more to come
2135
2136         * src/matcher.[ch]
2137                 fixes for constant correctness;
2138                 more documentation;
2139
2140 2003-01-05 [alfons]     0.8.8claws50
2141
2142         re-organize matcher part 6; more to come
2143         
2144         * src/matcher.[ch]
2145                 fixes for constant correctness;
2146                 more documentation;
2147         * src/filtering.c
2148                 fix for constant correctness
2149
2150 2003-01-05 [colin]      0.8.8claws49
2151
2152         * src/account.[ch]
2153                 Add account_get_reply_account function
2154         * src/compose.c
2155                 Use account_get_reply_account function 
2156         * src/summaryview.c
2157                 Basic reply-finder - click on the replied
2158                 icon gets you to the outbox using quick-search
2159
2160 2003-01-05 [paul]       0.8.8claws48
2161
2162         * src/prefs_common.c
2163                 small change to English
2164                 
2165         * src/prefs_filtering.c
2166                 prefs_filtering_action_select(): improve logic and uniformity
2167                 of gui
2168
2169 2003-01-05 [alfons]     0.8.8claws47
2170
2171         fine tune solution to focus problems (bug #7)
2172
2173         * src/mainwindow.c
2174                 mainwindow_focus_in_event(): remove grab event check
2175         * src/summaryview.c
2176                 summary_button_pressed(): move selection on right-click
2177                 too. we can't possibly move the selection back after
2178                 canceling a dialog, because gtk's incomplete focus 
2179                 management. whether this is a good solution, only time
2180                 will tell.
2181
2182 2003-01-05 [christoph]  0.8.8claws46
2183
2184         * src/imap.c
2185                 fix crash when no imap connection could be established
2186
2187 2003-01-05 [paul]       0.8.8claws45
2188
2189         * src/mainwindow.c
2190           src/sumamryview.c
2191           src/gtk/menu.[ch]
2192                 fix bug 605957 'shortcuts in popup-menu'
2193                 make user-defined shortcuts work
2194                 show shortcuts that are already defined
2195                 in the main menu
2196                 Patch submitted by Luke Plant
2197
2198 2003-01-05 [alfons]     0.8.8claws44
2199
2200         * src/mainwindow.c
2201                 focus_in_event handler should not select summary view row 
2202                 when another window (menu, dialog) grabbed for events 
2203                 (bug #7, "[0.8.8claws42] Message summary focus") 
2204
2205 2003-01-04 [christoph]  0.8.8claws43
2206
2207         * src/procmsg.c
2208                 update save folder after adding the sent message
2209                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
2210
2211 2003-01-02 [christoph]  0.8.8claws42
2212
2213         * src/common/plugin.c
2214                 fix unloading of all plugins and unload
2215                 plugins in reverse order
2216                 
2217         * src/gtk/pluginwindow.c
2218                 implement function of load and unload button
2219
2220         * src/gtk/prefswindow.c
2221         * src/gtk/prefswindow.h
2222                 rename register function and add new unregister
2223                 function
2224
2225         * src/plugins/spamassassin/spamassassin_gtk.c
2226                 unregister prefs page and update for changes in
2227                 src/gtk/prefswindow.c
2228
2229 2003-01-02 [paul]       0.8.8claws41
2230
2231         * po/es.po
2232                 updated by Ricardo Mones Lastra
2233
2234 2003-01-02 [paul]
2235
2236         * tools/tb2sylpheed
2237                 fixes and improvements by Urke MMI
2238
2239 2003-01-02 [thorsten]   0.8.8claws40
2240
2241         * src/procmsg.c
2242                 fixed wrong return value
2243
2244 2003-01-02 [thorsten]   0.8.8claws39
2245
2246         * src/prefs.c
2247                 fixed printing wrong variable
2248
2249 2003-01-02 [thorsten]   0.8.8claws38
2250
2251         * src/prefs.c
2252                 fixed acessing members of freed pfile struct
2253
2254 2003-01-02 [thorsten]   0.8.8claws37
2255
2256         * src/procmsg.c
2257                 detect loops across several messages
2258                 as suggested by Christoph Hohmann
2259
2260 2003-01-01 [match]      0.8.8claws36
2261
2262         * src/addrindex.c
2263                 fixed another memory leak.
2264
2265 2003-01-01 [match]      0.8.8claws35
2266
2267         * src/jpilot.[ch]
2268                 fixed memory leaks. applied Doxygen comments.
2269
2270 2003-01-01 [thorsten]   0.8.8claws34
2271
2272         * src/procmsg.c
2273                 inhibit endless loop if msg references itself
2274                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
2275
2276 2003-01-01 [christoph]  0.8.8claws33
2277
2278         * src/mainwindow.c
2279         * src/gtk/Makefile.am
2280         * src/gtk/pluginwindow.c                ** NEW **
2281         * src/gtk/pluginwindow.h                ** NEW **
2282                 add plugin window
2283
2284         * src/plugins/demo/demo.c
2285         * src/plugins/spamassassin/spamassassin.c
2286         * src/plugins/spamassassin/spamassassin_gtk.c
2287                 write better plugin descriptions
2288
2289 2002-12-31 [christoph]  0.8.8claws32
2290
2291         * src/gtk/prefswindow.c
2292         * src/plugins/spamassassin/spamassassin_gtk.c
2293                 some small improvements to GTK code
2294
2295 2002-12-31 [christoph]  0.8.8claws31
2296
2297         * src/plugins/spamassassin/spamassassin_gtk.c
2298                 enable folder select button
2299
2300 2002-12-31 [christoph]  0.8.8claws30
2301
2302         * src/mainwindow.c
2303         * src/gtk/Makefile.am
2304         * src/gtk/prefswindow.c                         ** NEW **
2305         * src/gtk/prefswindow.h                         ** NEW **
2306                 add new prefs window
2307
2308         * src/common/plugin.c
2309                 don't try to load empty config lines
2310         
2311         * src/plugins/spamassassin/Makefile.am
2312         * src/plugins/spamassassin/spamassassin.c
2313         * src/plugins/spamassassin/spamassassin.h       ** NEW **
2314         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
2315                 GTK config for SpamAssassin Plugin using
2316                 the new prefs window
2317
2318 2002-12-31 [paul]       0.8.8claws29
2319
2320         * po/POTFILES.in
2321                 remove obsolete entry 'src/menu.c'
2322
2323 2002-12-31 [alfons]     0.8.8claws28
2324
2325         * src/matcher.[ch]
2326         * src/matcher_parser_parse.y
2327         * src/prefs_matcher.c
2328                 add "ignore_thread" and "~ignore_thread" condition so it's
2329                 possible to make the actions / scoring operate on the ignore
2330                 thread flag
2331
2332 2002-12-31 [christoph]  0.8.8claws27
2333
2334         * src/addrbook.c
2335         * src/addrindex.c
2336         * src/folder.c
2337         * src/matcher.c
2338         * src/prefs_account.c
2339         * src/prefs_actions.c
2340         * src/prefs_customheader.c
2341         * src/prefs_display_header.c
2342         * src/prefs_gtk.c
2343         * src/procmime.c
2344         * src/toolbar.c
2345         * src/xmlprops.c
2346         * src/common/prefs.[ch]
2347                 extend prefs file handling for reading and automatic handling
2348                 of blocks. When reading prefs_set_block_label will automatically
2349                 move on to the block. When writing it will copy all other blocks
2350                 automatically
2351
2352         * src/common/plugin.c
2353                 Now loading plugin filenames from [Plugins] block in
2354                 sylpheed rc file
2355
2356 2002-12-30 [christoph]  0.8.8claws26
2357
2358         * src/common/hooks.[ch]
2359                 return abort status to caller of hooks_invoke
2360                 
2361         * src/inc.[ch]
2362                 invoke message filtering hook and stop
2363                 default handling when filter returns abort
2364
2365         * src/common/plugin.[ch]
2366         * src/plugins/demo/demo.c
2367                 modify plugin loader, because resolving symbols for strings
2368                 does not work correctly
2369         
2370         * configure.in
2371         * ac/spamassassin.m4                            ** NEW **
2372         * src/plugins/spamassassin/.cvsignore           ** NEW **
2373         * src/plugins/spamassassin/Makefile.am          ** NEW **
2374         * src/plugins/spamassassin/README               ** NEW **
2375         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
2376         * src/plugins/spamassassin/spamassassin.c       ** NEW **
2377         * src/plugins/spamassassin/utils.[ch]           ** NEW **
2378                 add spamassassin plugin, see src/plugins/spamassassin/README
2379                 for details
2380
2381 2002-12-29 [alfons]     0.8.8claws25
2382
2383         * src/mainwindow.c
2384                 when moving focus from a message view to the main 
2385                 window, don't forget to select the summary node
2386                 of the displayed message. should fix "[ 659103 ] 
2387                 focus-follows-mouse confuses sylpheed"
2388
2389 2002-12-29 [christoph]  0.8.8claws24
2390
2391         * src/Makefile.am
2392         * src/stringtable.[ch]          ** REMOVE **
2393         * src/common/Makefile.am
2394         * src/common/stringtable.[ch]   ** NEW **
2395                 move stringtable files to common directory
2396
2397 2002-12-29 [christoph]  0.8.8claws23
2398
2399         * src/Makefile.am
2400         * src/menu.[ch]                 ** REMOVE **
2401         * src/gtk/Makefile.am
2402         * src/gtk/menu.[ch]             ** NEW **
2403                 move menu files to gtk directory
2404
2405 2002-12-29 [match]      0.8.8claws22
2406
2407         * src/addressbook.c
2408         * src/syldap.c
2409                 moved UI specific code out of LDAP code into addressbook
2410                 UI code. fixed memory leak.
2411
2412 2002-12-29 [christoph]  0.8.8claws21
2413
2414         * src/folder.c
2415                 only check for IGNORED parent message when message is
2416                 not IGNORED itself
2417
2418 2002-12-29 [alfons]     0.8.8claws20
2419
2420         * src/summaryview.c
2421                 set gtksctree's anchor correct (immediate execute
2422                 changes the tree's layout, and anchor points at 
2423                 the incorrect row). fixes "[ 657233 ] multiple msg 
2424                 delete sometimes off by 1".
2425                 we probably have to look for more tree layout /
2426                 anchor glitches.
2427
2428 2002-12-29 [paul]       0.8.8claws19
2429
2430         * src/summaryview.c
2431                 fix bug [ 659054 ] incorrect sorting of 'From' column
2432                 when using 'display sender using address book'
2433                 thanks to Alfons and Luke Plant
2434
2435 2002-12-29 [christoph]  0.8.8claws18
2436
2437         * src/folder.c
2438         * src/procmsg.[ch]
2439                 check parent messages for IGNORE THREAD flag, when adding,
2440                 moving or copying messages to a folder
2441
2442 2002-12-27 [alfons]     0.8.8claws17
2443
2444         re-organize matcher part 5; more to come
2445
2446         * src/matcher.c
2447                 hash keywords in matchparser_tab 
2448
2449 2002-12-27 [alfons]     0.8.8claws16
2450
2451         re-organize matcher part 4; more to come
2452
2453         * src/matcher_parser.h
2454         * src/matcher_parser_lex.l
2455         * src/matcher_parser_parse.y
2456                 cleanup
2457
2458 2002-12-27 [alfons]     0.8.8claws15
2459
2460         re-organize matcher part 3; more to come
2461
2462         * src/matcher.[ch]
2463                 cleanup
2464
2465 2002-12-27 [alfons]     0.8.8claws14
2466
2467         re-organize matcher part 2; more to come but this should
2468         work. cc me if there are any regressions.
2469
2470         * src/matcher.h
2471                 add prototype for get_matchparser_tab_id()
2472         * src/matcher_parser_lex.l
2473                 look up keywords using matchparser_tab_id();
2474
2475 2002-12-27 [alfons]     0.8.8claws12
2476
2477         re-organize matcher part 1
2478
2479         * src/matcher.h
2480                 map yacc generated constants to sylpheed matcher constants
2481         * src/matcher.c
2482                 add function to find a matcher constant from a string
2483
2484 2002-12-27 [christoph]  0.8.8claws11
2485
2486         * src/compose.c
2487                 MENUITEM_ADD casts the 4th argument from integer to pointer
2488                 so it probably should not be a pointer, this means we
2489                 should use account id for it and not the account's pointer
2490
2491 2002-12-27 [paul]       0.8.8claws10
2492
2493         * src/mainwindow.c
2494                 remove unneeded 'GtkWidget *vbox'
2495                 
2496         * src/summaryview.c
2497                 further sync with 0.8.8 - make sort
2498                 by recipient work as expected
2499                 
2500         * NEWS
2501                 sync with 0.8.8
2502
2503 2002-12-27 [paul]       0.8.8claws9
2504
2505         * po/pt_BR.po
2506                 updated by Ivan F. Martinez
2507                 
2508 2002-12-27 [darko]      0.8.8claws8
2509
2510         * src/common/utils.c
2511                 added locked pattern to extended search
2512
2513 2002-12-27 [alfons]     0.8.8claws7
2514
2515         * src/prefs_matcher.[ch]
2516                 clean up
2517
2518 2002-12-26 [alfons]     0.8.8claws6
2519
2520         * src/matcher.[ch]
2521         * src/matcher_parser_lex.l
2522         * src/matcher_parser_parse.y
2523         * src/prefs_matcher.c
2524                 allow color label as a condition in the matcher
2525
2526 2002-12-26 [oliver]     0.8.8claws5
2527         
2528         * src/toolbar.c 
2529                 enable Addressbook for Main and Messageview
2530         * src/prefs_actions.c
2531                 enable actions in Messageview
2532
2533 2002-12-26 [christoph]  0.8.8claws4
2534
2535         * src/common/plugin.c
2536                 add a little debug output
2537         * configure.in
2538         * src/plugins/demo/Makefile.am
2539                 better use of automake
2540
2541 2002-12-26 [christoph]  0.8.8claws3
2542
2543         * src/Makefile.am
2544         * src/common/Makefile.am
2545                 fix "make distdir"
2546
2547 2002-12-26 [christoph]  0.8.8claws2
2548
2549         * configure.in
2550                 sort configure checks into common / gtk / plugins
2551         * po/POTFILES.in
2552                 add src/prefs_gtk.c
2553         * src/Makefile.am
2554                 add plugins SUBDIR
2555         * src/main.c
2556         * src/common/sylpheed.[ch]
2557                 added now sylpheed_done function for shutdown
2558         * src/common/Makefile.am
2559         * src/common/plugin.[ch]                ** NEW **
2560                 plugin loader and unloader
2561         * src/plugins/.cvsignore                ** NEW **
2562         * src/plugins/Makefile.am               ** NEW **
2563                 build plugins
2564         * src/plugins/demo/.cvsignore           ** NEW **
2565         * src/plugins/demo/Makefile.am          ** NEW **
2566         * src/plugins/demo/demo.c               ** NEW **
2567                 small demo plugin that installs a logtext hook and
2568                 outputs the log text to stdout
2569
2570 2002-12-26 [paul]       0.8.8claws1
2571
2572         * po/es.po
2573                 updated by Ricardo Mones Lastra
2574
2575 2002-12-26 [paul]       0.8.8claws
2576
2577         * 0.8.8claws released
2578
2579 2002-12-26 [paul]       0.8.7claws12
2580
2581         * po/bg.po
2582                 updated by George Danchev
2583
2584 2002-12-26 [paul]       0.8.7claws11
2585
2586         * po/POTFILES.in
2587                 remove unneeded 'src/prefs.c' entry 
2588
2589 2002-12-26 [paul]       0.8.7claws10
2590
2591         * src/codeconv.c
2592           src/mainwindow.c
2593                 sync with 0.8.8 release
2594         
2595         * src/folder.[ch]
2596           src/mh.c
2597           src/summaryview.c
2598                 partial sync with 0.8.8 release
2599         
2600
2601 2002-12-25 [alfons]     0.8.7claws9
2602
2603         * src/matcher.[ch]
2604         * src/matcher_parser_lex.l
2605         * src/matcher_parser_parse.y
2606         * src/prefs_matcher.c
2607                 add locked flag to possible filtering / matcher 
2608                 conditions (also a good example what should be
2609                 done to add a simple boolean condition)
2610
2611 2002-12-25 [christoph]  0.8.7claws8
2612
2613         * src/Makefile.am
2614         * src/account.[ch]
2615         * src/addrbook.c
2616         * src/addressbook.c
2617         * src/addrindex.c
2618         * src/filtering.c
2619         * src/folder.c
2620         * src/matcher.c
2621         * src/prefs.[ch]                ** REMOVE **
2622         * src/prefs_account.c
2623         * src/prefs_actions.c
2624         * src/prefs_common.c
2625         * src/prefs_customheader.c
2626         * src/prefs_display_header.c
2627         * src/prefs_filtering.c
2628         * src/prefs_folder_item.c
2629         * src/prefs_gtk.[ch]            ** NEW **
2630         * src/prefs_matcher.c
2631         * src/prefs_scoring.c
2632         * src/prefs_summary_column.c
2633         * src/procmime.c
2634         * src/selective_download.c
2635         * src/toolbar.c
2636         * src/common/Makefile.am
2637         * src/common/prefs.[ch]         ** NEW **
2638                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
2639
2640 2002-12-24 [alfons]     0.8.7claws7
2641
2642         * src/summaryview.c
2643                 summary_thread_build(): fix real cause of the crash mentioned in
2644                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
2645                 this way we get meaningful ctree nodes 
2646
2647 2002-12-24 [oliver]     0.8.7claws6
2648
2649         * src/mainwindow.[ch]
2650         * src/messageview.[ch]
2651         * src/compose.[ch]
2652         * src/inc.c
2653         * src/summaryview.c
2654                 changes to use updated toolbar handling
2655                 
2656 2002-12-24 [oliver]     0.8.7claws5
2657
2658         * src/toolbar.[ch]
2659                 generic toolbar handling
2660                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
2661         * src/prefs_toolbar.[ch]
2662                 adjust to handling
2663         
2664 2002-12-24 [oliver]     0.8.7claws4
2665         
2666         * src/stock_pixmap.[ch]
2667                 move SYLPHEED_LOGO to end of list in order 
2668                 to remove it from Custom Toolbar`s Icon View
2669
2670 2002-12-24 [alfons]     0.8.7claws3
2671
2672         * src/summaryview.c
2673                 summary_thread_build(): fix crash because of focus != selection 
2674                 after threading. when deleting the selection, gtk tries but fails 
2675                 to find the correct focusable element. we now force the selection
2676                 to be focused. this should solve the infamous bug reported by 
2677                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
2678                 a test case is available. 
2679
2680 2002-12-24 [darko]      0.8.7claws2
2681
2682         * src/summaryview.c
2683                 don't crash when unmarking message with unread children
2684
2685 2002-12-23 [christoph]  0.8.7claws1
2686
2687         * src/Makefile.am
2688         * src/common/Makefile.am
2689                 update Makefiles for moved intl.h, version.h and defs.h
2690         * src/imap.c
2691                 rewrite imap_session_get to avoid duplicate code
2692
2693 2002-12-23 [paul]       0.8.7claws
2694
2695         * Santa-Claws released
2696         
2697         * po/hu.po
2698           po/ru.po
2699                 squeeze in updated Hungarian and Russian translations.
2700                 Submitted by  Gál Zoltán and Ruslan N. Balkin
2701
2702 2002-12-23 [paul]       0.8.6claws129
2703
2704         * po/pl.po
2705                 updated by Witold Wladyslaw Wojciech Wilk
2706
2707 2002-12-23 [paul]       0.8.6claws128
2708
2709         * src/quote_fmt_parse.y
2710                 fix typo and add licence header
2711
2712 2002-12-23 [paul]       0.8.6claws127
2713
2714         * po/en_GB.po
2715                 updated
2716
2717 2002-12-23 [paul]       0.8.6claws126
2718
2719         * po/it.po
2720                 updated translation, submitted by Alessandro Maestri
2721                 
2722 2002-12-23 [paul]       0.8.6claws125
2723
2724         * src/quote_fmt_parse.y
2725                 fix signature-stripping on replies bug. match
2726                 '-- \n' and not '-- '.
2727
2728 2002-12-22 [paul]       0.8.6claws124
2729
2730         * po/bg.po
2731           po/es.po
2732           po/sr.po
2733                 updated translations. submitted by George Danchev,
2734                 Ricardo Mones Lastra, and Urke MMI respectively
2735
2736 2002-12-21 [paul]       0.8.6claws123
2737
2738         * src/addrbook.c
2739                 fix coding style
2740
2741 2002-12-21 [paul]       0.8.6claws122
2742
2743         * src/addrbook.c
2744                 fix bug [643638] where if a person is in one or more
2745                 addressbook groups editing that person's email 
2746                 address results in removal from those groups.
2747                 Patch submitted by Luke Plant.
2748
2749 2002-12-20 [christoph]  0.8.6claws121
2750
2751         * src/common/utils.c
2752         * src/summaryview.c
2753                 reimplement expand_search_string using GString to
2754                 prevent crashs caused by miscalculated string
2755                 lengths reported by Paul
2756
2757 2002-12-20 [christoph]  0.8.6claws120
2758
2759         * src/summaryview.c
2760                 don't use "changed" to check if op_count has to be changed as it
2761                 is also set when the message has unread children
2762                 (closes bug [ 653221 ] crash while deleting duplicates)
2763
2764 2002-12-20 [paul]       0.8.6claws119
2765
2766         * sync with 0.8.6cvs27
2767                 see ChangeLog 2002-12-20
2768
2769 2002-12-20 [paul]       0.8.6claws118
2770
2771         * sync with 0.8.6cvs26
2772                 see ChangeLog 2002-12-19 and 2002-12-20
2773
2774 2002-12-19 [alfons]     0.8.6claws117
2775
2776         * src/textview.c
2777                 fix incorrect parsing of email addresses, submitted by 
2778                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
2779                 name display if it contains @".
2780
2781 2002-12-18 [paul]       0.8.6claws116
2782
2783         * sync with 0.8.6cvs23
2784                 see ChangeLog 2002-12-18
2785
2786 2002-12-18 [paul]       0.8.6claws115
2787
2788         * src/Makefile.am
2789         * src/account.c
2790         * src/codeconv.c
2791         * src/gtkutils.[ch]
2792         * src/imap.c
2793                 sync with 0.8.6cvs22.
2794                 see ChangeLog 2002-12-17 and 2002-12-18
2795
2796 2002-12-17 [christoph]  0.8.6claws114
2797
2798         * src/imap.c
2799                 o don't create a session if imap greeting fails
2800                 o don't close socket when authentication fails
2801                   this is done by imap_session_destroy
2802
2803 2002-12-17 [thorsten]   0.8.6claws113
2804
2805         * tools/Makefile.am
2806           tools/README
2807           tools/google_msgid.pl ** NEW FILE **
2808                 Added "search for message-id" script and doc
2809
2810 2002-12-17 [thorsten]   0.8.6claws112
2811
2812         * po/hu.po
2813                 Updated hungarian translation
2814                 (updated by Gal Zoltan)
2815
2816 2002-12-16 [christoph]  0.8.6claws111
2817
2818         * src/addr_compl.c
2819                 remove stupid addressbook dump to debug output
2820         * src/mh.c
2821                 fix memory leak found by Hiro
2822
2823 2002-12-14 [paul]       0.8.6claws110
2824
2825         * src/compose.c
2826                 fix menubar sensitivity on send
2827                 
2828         * src/prefs_filtering.c
2829         * src/prefs_matcher.c
2830         * src/prefs_scoring.c
2831                 Fix english ;)
2832                 
2833         * src/common/quoted-printable.h
2834                 sync: fix typo
2835         
2836 2002-12-13 [christoph]  0.8.6claws109
2837
2838         * src/Makefile.am
2839         * src/manage_window.[ch]        ** REMOVE **
2840         * src/gtk/Makefile.am
2841         * src/gtk/manage_window.[ch]    ** NEW **
2842                 move manage_window files to gtk directory
2843
2844 2002-12-13 [christoph]  0.8.6claws108
2845
2846         * src/Makefile.am
2847         * src/gtkshruler.[ch]           ** REMOVE **
2848         * src/gtk/Makefile.am
2849         * src/gtk/gtkshruler.[ch]       ** NEW **
2850                 move gtkshruler files to gtk directory
2851
2852 2002-12-13 [christoph]  0.8.6claws107
2853
2854         * src/Makefile.am
2855         * src/compose.c
2856         * src/gtkstext.[ch]             ** REMOVE **
2857         * src/gtkutils.[ch]
2858         * src/textview.c
2859         * src/gtk/gtkstext.[ch]         ** NEW **
2860         * src/gtk/Makefile.am
2861                 o move stext functions to gtkstext.c to remove
2862                   dependency of gtkutils
2863                 o move gtkstext files to gtk directory
2864
2865         * src/gtk/Makefile.am
2866         * src/gtk/sslcertwindow.[ch]
2867                 UI stuff can always depend on common code so
2868                 it's ok to add ../common to include path
2869
2870 2002-12-13 [colin]      0.8.6claws106
2871
2872         * src/summaryview.c
2873                 Disconnect sighandlers for mainwindow when
2874                 quicksearch has the focus
2875                 Fix bug #653231
2876         * src/mainwindow.[ch]
2877                 Make key_pressed callback public, to be able
2878                 to disconnect it
2879
2880 2002-12-13 [christoph]  0.8.6claws105
2881
2882         * src/mh.c
2883                 create .mh_sequences file in new MH folders
2884                 (closes feature request [ 523162 ] MH folders should
2885                  get a .mh_sequences)
2886
2887 2002-12-13 [colin]      0.8.6claws104
2888
2889         * src/summaryview.c
2890                 Better handling of quicksearch show/hide
2891                 (basically the button stays under the mouse 
2892                  when toggled)
2893
2894 2002-12-13 [paul]       0.8.6claws103
2895
2896         * sync with 0.8.6cvs17
2897                 see ChangeLog 2002-12-13
2898
2899 2002-12-13 [paul]       0.8.6claws102
2900
2901         * po/es.po
2902                 updated by Ricardo Mones Lastra
2903
2904 2002-12-11 [colin]       0.8.6claws101
2905
2906         * src/folder.c
2907                 remove statusbar stuff
2908           src/folderview.c
2909                 set statusbar verbosity when moving folders
2910
2911 2002-12-11 [colin]       0.8.6claws100
2912         * src/prefs_filtering.c
2913         * src/prefs_matcher.c
2914         * src/prefs_scoring.c
2915                 Fix english ;)
2916
2917 2002-12-11 [colin]       0.8.6claws99
2918
2919         * src/prefs_common.[ch]
2920                 Add summary_quicksearch_type
2921         * src/summaryview.c
2922                 Save last used quicksearch type
2923
2924 2002-12-11 [jens]       0.8.6claws98
2925         * src/prefs_filtering.c
2926         * src/prefs_matcher.c
2927         * src/prefs_scoring.c
2928                 added dialog for incomplete rules in scoring, filtering and
2929                 matcher to ask wheather really close
2930
2931 2002-12-11 [colin]      0.8.6claws97
2932
2933         * src/folder.c
2934                 Fix folder dnd statusbar logging
2935
2936 2002-12-10 [christoph]  0.8.6claws96
2937
2938         * src/compose.c
2939         * src/folder.c
2940         * src/imap.c
2941         * src/inc.c
2942         * src/main.c
2943         * src/mainwindow.c
2944         * src/news.c
2945         * src/send.c
2946         * src/statusbar.[ch]
2947         * src/common/hooks.c
2948         * src/common/log.[ch]
2949                 o handle verbose logging in statusbar directly in statusbar code
2950                   and common code does not need any knowledge about a statusbar
2951                 o remove direct calls to statusbar_(puts|pop)_all functions
2952
2953 2002-12-10 [jens]       0.8.6claws95
2954
2955         * src/*.c
2956                 removed gettext from g_warnings
2957         * po/POTFILES.in
2958                 cleaned and updated
2959         * po/de.po
2960                 updated
2961
2962 2002-12-10 [colin]      0.8.6claws94
2963
2964         * src/main.c
2965                 finish crash dialog fix
2966
2967 2002-12-10 [colin]      0.8.6claws93
2968
2969         * src/main.c
2970                 "Fix" "sylpheed already running" instead of
2971                 crash dialog appearing after a crash
2972
2973 2002-12-10 [colin]      0.8.6claws92
2974
2975         * po/POTFILES.in
2976                 add src/gtk/sslcertwindow.c
2977
2978 2002-12-10 [paul]       0.8.6claws91
2979
2980         * po/POTFILES.in
2981                 updated to reflect recent changes
2982                 submitted by Alessandro Maestri
2983
2984 2002-12-09 [christoph]  0.8.6claws90
2985
2986         * src/Makefile.am
2987         * src/smtp.[ch]                 ** REMOVE **
2988         * src/common/Makefile.am
2989         * src/common/smtp.[ch]          ** NEW **
2990                 move smtp files to common directory
2991
2992 2002-12-09 [christoph]  0.8.6claws89
2993
2994         * src/Makefile.am
2995         * src/session.[ch]              ** REMOVE **
2996         * src/common/Makefile.am
2997         * src/common/session.[ch]       ** NEW **
2998                 move session files to common directory
2999
3000 2002-12-09 [paul]       0.8.6claws88
3001
3002         * src/account.c
3003                 fix bug [649746] edit accounts: move account reverted
3004                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
3005
3006 2002-12-09 [colin]      0.8.6claws87
3007
3008         * src/ssl_certificate.c
3009                 cleanup
3010
3011 2002-12-09 [colin]      0.8.6claws86
3012
3013         * src/ssl.c
3014                 Try to open the cert.pem database and 
3015                 issue a warning if it isn't there
3016
3017 2002-12-09 [colin]      0.8.6claws85
3018
3019         * src/common/ssl_certificate.c
3020         * src/gtk/sslcertwindow.c
3021                 Warning fixes
3022
3023 2002-12-09 [colin]      0.8.6claws84
3024
3025         * src/ssl_certificate.[ch] ** REMOVED **
3026         * src/common/ssl_certificate.[ch] ** NEW **
3027         * src/Makefile.am
3028         * src/common/Makefile.am
3029                 Moved ssl_certificate.[ch] to common
3030         * src/common/ssl.c 
3031                 Put back needed include
3032         * src/gtk/sslcertwindow.[ch]
3033                 Changed ssl_certificate.h include
3034         
3035 2002-12-09 [colin]      0.8.6claws83
3036
3037         * src/gtk/sslcertwindow.[ch]
3038                 Implement hook for certificate acception
3039         * src/ssl_certificate.[ch]
3040                 Implement hook for certificate acception
3041         * src/common/ssl.c
3042                 Reenable certificate acception check
3043         * src/mainwindow.c
3044                 Register sslcertwindow's hook
3045         
3046 2002-12-08 [christoph]  0.8.6claws82
3047
3048         * src/about.c
3049         * src/addr_compl.c
3050         * src/codeconv.c
3051         * src/manual.c
3052         * src/undo.c
3053         * src/common/utils.c
3054                 o add missing includes
3055                 o fix warnings
3056         * src/.cvsignore
3057         * src/common/.cvsignore
3058         * src/common/version.h          ** REMOVE **
3059                 remove autogenerated file
3060
3061 2002-12-08 [paul]       0.8.6claws81
3062
3063         * src/stringtable.c
3064                 put back needed include
3065
3066 2002-12-08 [colin]      0.8.6claws80
3067         
3068         * src/gtk/sslcertwindow.c
3069                 Cleaner popups when asking
3070         * src/ssl_certificate.c
3071         * src/prefs_common.[ch]
3072                 remove ssl certificate pref
3073                 put back needed include
3074         * src/undo.c
3075                 put back needed include
3076
3077 2002-12-08 [christoph]  0.8.6claws79
3078
3079         * src/folderview.c
3080         * src/logwindow.c
3081         * src/statusbar.c
3082         * src/summaryview.c
3083                 only abort hook invokation if required data is missing not
3084                 if our own data pointer is NULL, update hookfunction for
3085                 log window
3086
3087 2002-12-08 [paul]       0.8.6claws78
3088
3089         * src/about.c
3090         * src/addrcache.c
3091         * src/addrclip.c
3092         * src/addr_compl.c
3093         * src/addrselect.c
3094         * src/codeconv.c
3095         * src/colorlabel.c
3096         * src/enriched.c
3097         * src/esmtp.c
3098         * src/exporthtml.c
3099         * src/headerview.c
3100         * src/imageview.c
3101         * src/manual.c
3102         * src/noticeview.c
3103         * src/pgptext.c
3104         * src/scoring.c
3105         * src/sourcewindow.c
3106         * src/stringtable.c
3107         * src/undo.c
3108                 clean up: remove unneccesary includes
3109
3110 2002-12-08 [christoph]  0.8.6claws77
3111
3112         * src/folderview.c
3113         * src/statusbar.c
3114         * src/summaryview.c
3115         * src/common/hooks.[ch]
3116                 hook functions now have a gboolean return value, if a hook
3117                 returns TRUE it will stop executing of any more hooks in
3118                 the same hooklist for this invokation
3119
3120 2002-12-08 [colin]      0.8.6claws76
3121         
3122         * src/main.c
3123                 put back argv0 for CRASH_DIALOG
3124
3125 2002-12-08 [christoph]  0.8.6claws75
3126
3127         * src/Makefile.am
3128         * src/about.c
3129         * src/account.c
3130         * src/crash.c
3131         * src/esmtp.h
3132         * src/imap.[ch]
3133         * src/inc.c
3134         * src/main.c
3135         * src/mainwindow.c
3136         * src/news.c
3137         * src/pop.[ch]
3138         * src/prefs_account.[ch]
3139         * src/prefs_common.[ch]
3140         * src/send.[ch]
3141         * src/smtp.[ch]
3142         * src/ssl_certificate.[ch]
3143         * src/ssl_manager.[ch]
3144         * src/common/Makefile.am
3145         * src/common/log.c
3146         * src/common/nntp.[ch]
3147         * src/common/socket.[ch]
3148         * src/common/ssl.[ch]
3149         * src/gtk/sslcertwindow.[ch]
3150         * ac/openssl.m4
3151                 use new autoconf script to detect OpenSSL with extra parameters
3152                 to specify the location of libs and includes, also remove USE_SSL
3153                 to USE_OPENSSL
3154
3155         * src/common/sylpheed.[ch]
3156         * src/common/version.h.in
3157                 start seperation of common code initialization seperated from gui
3158
3159         * src/summaryview.c
3160                 The function that is called when a color label changes
3161                 should not change the color lable again
3162
3163 2002-12-08 [colin]      0.8.6claws74
3164
3165         * src/gtk/sslcertwindow.c
3166                 warning fixes
3167
3168 2002-12-08 [colin]      0.8.6claws73
3169
3170         * src/statusbar.c
3171           src/common/log.h
3172                 Register a hook for statusbar_puts_all
3173         * src/common/log.c
3174                 invoke statusbar_puts_all's hook
3175         
3176 2002-12-08 [colin]      0.8.6claws72
3177
3178         * src/ssl_certificate.c
3179                 Put back a badly-removed include
3180
3181 2002-12-08 [colin]      0.8.6claws71
3182
3183         * src/gtk/sslcertwindow.[ch]    ** NEW **
3184                 new certificate presentation
3185         * src/gtk/Makefile.am
3186                 add new files
3187         * src/ssl_certificate.[ch]
3188                 gtk cleanup, made utility functions public
3189         * src/ssl_manager.c
3190                 use new cert presentation
3191
3192 2002-12-07 [christoph]  0.8.6claws70
3193
3194         * src/Makefile.am
3195         * src/nntp.[ch]                 ** REMOVE **
3196         * src/common/Makefile.am
3197         * src/common/nntp.[ch]          ** NEW **
3198                 move nntp files to common directory
3199
3200 2002-12-07 [christoph]  0.8.6claws69
3201
3202         * src/procmsg.[ch]
3203         * src/summaryview.c
3204                 implement msginfo update callback using sylpheed's new
3205                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
3206
3207 2002-12-06 [christoph]  0.8.6claws68
3208
3209         * src/editgroup.c
3210                 This patch changes the 'Edit Group Details' dialog to
3211                 allow extended selections in either pane, so that
3212                 addresses can be added or removed from a group more
3213                 quickly and easily. (it actually is a net decrease in
3214                 file size, as some unnecessary functions have been
3215                 removed). 
3216                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
3217
3218 2002-12-06 [christoph]  0.8.6claws67
3219
3220         * src/Makefile.am
3221         * src/template.[ch]             ** REMOVE **
3222         * src/common/Makefile.am
3223         * src/common/template.[ch]      ** NEW **
3224                 move template files to common directory
3225
3226         * src/nntp.c
3227                 add missing log.h include
3228
3229 2002-12-06 [melvin]     0.8.6claws66
3230
3231         * src/prefs_actions.c
3232                 Added the trailing ">" syntax to insert command's output
3233                 without replacing old text (in contrast to trailing "|").
3234
3235 2002-12-05 [colin]      0.8.6claws65
3236         
3237         * src/common/utils.c
3238                 Don't modify original search_string or it'll change
3239                 the next iterations in the for()
3240
3241 2002-12-05 [darko]      0.8.6claws64
3242
3243         * src/common/utils.c
3244                 proper check for filtering commands, found by Colin
3245
3246 2002-12-05 [darko]      0.8.6claws63
3247
3248         * src/common/utils.c
3249                 check proper string for NULL pointer, found by Colin
3250
3251 2002-12-05 [darko]      0.8.6claws62
3252
3253         * src/common/utils.[ch]
3254                 expand_search_string(): new function
3255                 converts Mutt-like patterns to Sylpheed's
3256                 filtering engine
3257         * src/summaryview.c
3258                 use expand_search_string() to allow Mutt-like
3259                 patterns in extended search
3260         * README.claws
3261                 document extended option in quick search
3262
3263 2002-12-05 [paul]       0.8.6claws61
3264
3265         * sync with 0.8.6cvs16
3266                 see ChangeLog 2002-12-05
3267                 
3268         * po/POTFILES.in
3269                 clean up
3270
3271 2002-12-04 [christoph]  0.8.6claws60
3272
3273         * src/imap.[ch]
3274                 put imap authentication code into a new function and
3275                 remove it from imap_session_new that will allow to
3276                 send other commands before authentication
3277
3278 2002-12-04 [christoph]  0.8.6claws59
3279
3280         * src/imap.[ch]
3281                 use already existing method to prevent unneeded IMAP
3282                 folder selects. Set imap_select parameters to NULL
3283                 in some functions if the values are not required.
3284
3285         * src/xml.h
3286                 remove no longer required include
3287
3288 2002-12-04 [paul]       0.8.6claws58
3289
3290         * po/es.po
3291                 updated by Ricardo Mones Lastra
3292                 
3293         * configure.in
3294           po/hu.po      ** NEW FILE **
3295                 initial Hungarian translation, submitted
3296                 by Gál Zoltán <galzoli@hu.inter.net>
3297
3298 2002-12-03 [christoph]  0.8.6claws57
3299
3300         * src/Makefile.am
3301         * src/gtksctree.[ch]            ** REMOVE **
3302         * src/gtk/Makefile.am
3303         * src/gtk/gtksctree.[ch]        ** NEW **
3304                 move gtksctree files to gtk directory
3305
3306 2002-12-03 [christoph]  0.8.6claws56
3307
3308         * src/Makefile.am
3309         * src/md5.[ch]                  ** REMOVE **
3310         * srm/common/Makefile.am
3311         * src/common/md5.[ch]           ** NEW **
3312                 move md5 files to common directory
3313
3314         * src/gtkstext.c
3315                 remove not required #include
3316
3317 2002-12-03 [sergey]     0.8.6claws55
3318
3319         * src/gtkutils.c
3320         * src/gtkutils.h
3321                 gtkut_window_popup(): new function.
3322         * src/mainwindow.c
3323                 main_window_popup(): use gtkut_window_popup() to raise
3324                 window without changing its position.
3325                 (see sylpheed-main ML message [sylpheed:17247])
3326
3327 2002-12-03 [sergey]     0.8.6claws54
3328
3329         * src/send.c
3330                 send_message_local(): removed first-dot escaping
3331                 (SMTP-only, not needed for sending through pipe)
3332
3333 2002-12-03 [paul]       0.8.6claws53
3334
3335         * po/POTFILES.in
3336                 update to reflect recent changes (thanks
3337                 to Ricardo Mones Lastra)
3338                 
3339         * tools/filter_conv.pl
3340                  fix problem with quoted strings. Patch submitted
3341                  by Luke Plant <lukeplant@softhome.net>
3342
3343 2002-12-03 [paul]       0.8.6claws52
3344
3345         * sync with 0.8.6cvs15
3346                 see ChangeLog 2002-12-03
3347
3348 2002-12-02 [christoph]  0.8.6claws51
3349
3350         * src/logwindow.[ch]
3351         * src/common/log.[ch]
3352                 implement logging using a hook function
3353
3354         * src/folderview.c
3355         * src/folder.[ch]
3356                 define hooklist name in header file to avoid
3357                 errors caused by wrong spelling of hooklist names
3358
3359         * src/toolbar.c
3360                 fix warnings
3361
3362 2002-12-02 [christoph]  0.8.6claws50
3363
3364         * src/common/Makefile.am
3365                 add src/common/hooks.[ch]
3366
3367         * src/common/hooks.[ch]
3368                 implement a simple hook system using glib's hook functions
3369
3370         * src/folder.[ch]
3371         * src/folderview.c
3372                 use new hook system for folder item updates
3373
3374 2002-12-02 [christoph]  0.8.6claws49
3375
3376         * doc-src/ui_seperation.txt     ** NEW **
3377                 information for ui seperation
3378
3379         * src/Makefile.am
3380                 remove files that were moved to common
3381                 include common directory by default for the header files
3382
3383         * src/inc.c
3384         * src/common/socket.c
3385         * src/automaton.[ch]
3386                 implement automaton using g_io_*-functions instead of
3387                 gdk_input_add to make it ui independent
3388
3389         * src/codeconv.c
3390         * src/compose.c
3391         * src/ldif.c
3392         * src/pgptext.c
3393         * src/procmime.c
3394         * src/rfc2015.c
3395         * src/smtp.c
3396         * src/unmime.c
3397                 remove common/ prefix because directory is now in
3398                 include path
3399
3400         * src/compose.c
3401         * src/folder.c
3402         * src/folderview.c
3403         * src/mainwindow.c
3404         * src/messageview.c
3405         * src/prefs_common.c
3406         * src/procmsg.c
3407         * src/rfc2015.c
3408                 fix warnings
3409
3410         * src/imap.c
3411         * src/inc.c
3412         * src/news.c
3413         * src/pop.c
3414         * src/send.c
3415         * src/smtp.c
3416         * src/ssl_certificate.c
3417                 add log.h header file for logging functions
3418
3419         * src/main.c
3420         * src/common/utils.c
3421         * src/summaryview.c
3422         * src/xml.c
3423                 o move debug_mode to common/utils.c
3424                 o add functions to set and get debug_mode
3425
3426         * src/defs.h                    ** REMOVE **
3427         * src/intl.h                    ** REMOVE **
3428         * src/socket.[ch]               ** REMOVE **
3429         * src/ssl.[ch]                  ** REMOVE **
3430         * src/utils.[ch]                ** REMOVE **
3431                 replaced by new files in src/common/
3432         
3433         * src/common/Makefile.am
3434                 add new files in src/common/
3435
3436         * src/common/defs.h             ** NEW **
3437         * src/common/intl.h             ** NEW **
3438         * src/common/log.[ch]           ** NEW **
3439         * src/common/socket.[ch]        ** NEW **
3440         * src/common/ssl.[ch]           ** NEW **
3441         * src/common/utils.[ch]         ** NEW **
3442                 replacement for files in src/
3443
3444 2002-12-02 [colin]      0.8.6claws48
3445
3446         * src/folderview.c
3447                 Scroll folderview if necessary during dnd
3448
3449 2002-12-02 [colin]      0.8.6claws47
3450
3451         * src/folder.[ch]
3452                 Add check to verify a move is within a single mailbox
3453         * src/folderview.c
3454                 Add specific error string for this check
3455
3456 2002-12-02 [colin]      0.8.6claws46
3457
3458         * src/folder.c
3459                 Add a test to folder moving, remove a statusbar_print
3460         * src/folderview.c
3461                 Add Move folder... context-menu item
3462                 Factorize folder moving code
3463                 Enable folder DND for mbox
3464
3465 2002-12-01 [christoph]  0.8.6claws45
3466
3467         * ac/aspell.m4
3468                 remove conf.aspelltest if the version check fails
3469
3470 2002-11-30 [christoph]  0.8.6claws44
3471
3472         * autogen.sh
3473                 run libtoolize --force in autogen to create missing
3474                 libtool scripts
3475
3476 2002-11-30 [christoph]  0.8.6claws43
3477
3478         * src/Makefile.am
3479         * src/pgptext.c
3480         * src/procmime.c
3481         * src/rfc2015.c
3482         * src/uuencode.[ch]             ** REMOVED **
3483         * src/common/Makefile.am
3484         * src/common/uuencode.[ch]      ** NEW **
3485                 move uuen/decoder to common directory
3486
3487 2002-11-30 [christoph]  0.8.6claws42
3488
3489         * src/Makefile.am
3490         * src/base64.[ch]               ** REMOVED **
3491         * src/codeconv.c
3492         * src/compose.c
3493         * src/ldif.c
3494         * src/pgptext.c
3495         * src/procmime.c
3496         * src/rfc2015.c
3497         * src/smtp.c
3498         * src/unmime.c
3499         * src/common/Makefile.am
3500         * src/common/base64.[ch]        ** NEW **
3501                 move base64 en/decoder to common directory
3502
3503 2002-11-30 [christoph]  0.8.6claws41
3504
3505         * src/common                    ** NEW **
3506                 new directory for UI independent code
3507         * src/gtk                       ** NEW **
3508                 new directory for GTK frontend
3509         * src/common/.cvsignore         ** NEW **
3510         * src/gtk/.cvsignore            ** NEW **
3511                 ignore build files
3512         * src/common/Makefile.am        ** NEW **
3513         * src/gtk/Makefile.am           ** NEW **
3514                 automake files to build new seperated stuff
3515         * src/Makefile.am
3516                 the binary will currently still be build with the
3517                 files in src, so we include the code from the
3518                 subdirs for now after building the libs there
3519
3520 2002-11-30 [paul]       0.8.6claws40
3521
3522         * src/compose.c
3523                 fix bug [642731] 'Wrong selected account with drafted mail'
3524
3525 2002-11-29 [oliver]     0.8.6claws39
3526         
3527         * src/messageview.c
3528                 o update summaryview when switching between different
3529                   messageviews          
3530         * src/toolbar.c  
3531                 o check if messageview holds already removed msg
3532                   from summaryview
3533                 
3534
3535 2002-11-29 [oliver]     0.8.6claws38
3536
3537         * src/toolbar.c 
3538                 remove not needed variables and includes
3539                 make messageview stay opened and move to next when msgs are deleted 
3540
3541 2002-11-29 [oliver]     0.8.6claws37
3542         
3543         * src/toolbar.c 
3544                 disable compose button (messageview toolbar) by default
3545                 deleted msgs are moved to trash
3546         
3547 2002-11-29 [melvin]     0.8.6claws36
3548
3549         * configure.in
3550                 Increased minimal gpgme version to 0.3.10 (Zombies out)
3551                 and to detect signatures expirations (gpgme 0.3.6)
3552
3553         * src/main.c
3554                 Use non obsolescent function for Gpgme engine checking.
3555
3556         * src/rfc2015.c
3557                 Inform about expired signatures or signatures which key
3558                 has expired. Expiration date is displayed.
3559
3560         * src/sigstatus.c
3561                 Inform about expired signatures or signatures which key
3562                 has expired.
3563
3564 2002-11-28 [paul]       0.8.6claws35
3565
3566         * src/folderview.c
3567                 re-instate 'Check for new messages' in Newsgroup
3568                 folders right-click menu, after a suggestion from
3569                 Tim Mann <timmann@users.sourceforge.net>
3570
3571         * src/main.c
3572                 after a crash check only local folders for new
3573                 messages
3574
3575 2002-11-28 [paul]       0.8.6claws34
3576
3577         * configure.in
3578                 apply patch that fixes the checking of GTK with XIM 
3579                 support on different OSs, such as FreeBSD. Patch 
3580                 submitted by Topia <topia@users.sourceforge.net>
3581                 
3582 2002-11-28 [paul]       0.8.6claws33
3583
3584         * src/mainwindow.c
3585           src/prefs_common.c
3586           src/prefs_toolbar.c
3587                 more changes to the English
3588
3589 2002-11-28 [paul]       0.8.6claws32
3590
3591         * sync with 0.8.6cvs13
3592                 see ChangeLog 2002-11-28 (no sync needed
3593                 for src/compose.c)
3594
3595 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
3596         
3597         * src/mainwindow.[ch]
3598                 add patch by Ivan F. Martinez introducing messageview Toolbar
3599                 some changes and committed by oliver    
3600
3601 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
3602
3603         * src/messageview.[ch]
3604                 add patch by Ivan F. Martinez introducing messageview Toolbar
3605                 some changes and committed by oliver    
3606
3607 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
3608
3609         * src/compose.[ch]
3610                 add patch by Ivan F. Martinez introducing messageview Toolbar
3611                 some changes and committed by oliver    
3612
3613 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
3614         
3615         * src/toolbar.[ch]
3616                 add patch by Ivan F. Martinez introducing messageview Toolbar
3617                 some changes and committed by oliver
3618
3619 2002-11-28 [oliver]     0.8.6claws27
3620         
3621         * src/prefs_toolbar.[ch]
3622                 getting ready for messageview toolbar
3623                 free mem allocated by gettext
3624                 change prefs_toolbar to prefs_toolbar_open
3625  
3626 2002-11-28 [thorsten]   0.8.6claws26
3627
3628         * src/imageview.[ch]
3629                 cleaned up conflicting declarations of
3630                 imageview_show_image()
3631
3632 2002-11-28 [paul]       0.8.6claws25
3633
3634         * src/grouplistdialog.c
3635           src/prefs_common.c
3636           src/prefs_summary_column.c
3637                 a few more improvements to the English
3638
3639 2002-11-28 [colin]      0.8.6claws24
3640
3641         * man/sylpheed.1
3642                 A few updates to command-line parameters
3643
3644 2002-11-28 [colin]      0.8.6claws23
3645
3646         * src/prefs_filtering.c
3647                 Fix problems with prefs_filtering_delete_path:
3648                 a) if the first rule is removed, original pointers
3649                    weren't updated (leading to segfaults)
3650                 b) it was always global_processing updated in case
3651                    of removed path was parent of rule path
3652
3653 2002-11-27 [paul]       0.8.6claws22
3654
3655         * src/mainwindow.c
3656           src/prefs_account.c
3657           src/prefs_actions.c
3658           src/prefs_common.c
3659           src/prefs_customheader.c
3660           src/prefs_display_header.c
3661           src/prefs_filtering.c
3662           src/prefs_folder_item.c
3663           src/prefs_matcher.c
3664           src/prefs_scoring.c
3665           src/prefs_summary_column.c
3666           src/prefs_template.c
3667           src/prefs_toolbar.c
3668                  improve the English in the GUI
3669
3670 2002-11-27 [colin]      0.8.6claws21
3671
3672         * src/folder.c
3673                 Fix processing renaming problems happening after
3674                 last commit
3675
3676 2002-11-27 [colin]      0.8.6claws20
3677
3678         * src/folder.c
3679                 recursive move now deletes src each subfolder after 
3680                 having moved it
3681         * src/folderview.c
3682                 Use identifier instead of path during dnd (enables
3683                 IMAP folder dnd)
3684
3685 2002-11-27 [paul]       0.8.6claws19
3686
3687         * src/main.c
3688                 apply patch that does command-line processing 
3689                 BEFORE gtk_init, allowing claws to run from 
3690                 shell-scripts in non-X environment (e.g. crontab 
3691                 or ip-up, ip-down scripts). Patch submitted by
3692                 Ruslan N. Balkin <baron@dartel.ru>
3693                 
3694         * po/it.po
3695                 updated by Alessandro Maestri
3696
3697 2002-11-27 [paul]       0.8.6claws18
3698
3699         * sync with 0.8.6cvs12
3700           src/prefs_common.c
3701                 Differences are that main uses a 'Receive dialog'
3702                 frame on the Interface tab, whereas claws groups all 
3703                 the dialogs together in a 'Dialogs' frame.
3704
3705 2002-11-27 [colin]      0.8.6claws17
3706
3707         * src/prefs_matcher.c
3708                 Fix Execute criteria's NOT flag
3709
3710
3711 2002-11-26 [christoph]  0.8.6claws16
3712
3713         * src/ssl.c
3714                 rewrite the ssl code a little bit, only use one
3715                 SSL context, set default certificates' file/path
3716
3717 2002-11-26 [thorsten]   0.8.6claws15
3718
3719         * src/compose.c
3720                 default-reply-to didn't work for ml-reply
3721
3722 2002-11-26 [melvin]     0.8.6claws14
3723
3724         * src/prefs_actions.c
3725                 Made pipe-actions ignore short headers in message view
3726                 Made trailing-pipe-actions write in the message view with
3727                 the same font as the original message
3728
3729 2002-11-26 [paul]       0.8.6claws13
3730
3731         * src/compose.c
3732                 this time commit the correct file
3733
3734 2002-11-26 [paul]       0.8.6claws12
3735
3736         * sync with 0.8.6cvs11
3737           src/quote_fmt_parse.y  
3738                 no sync needed
3739           src/account.[ch]       
3740                 not sync'ed
3741           src/compose.c
3742                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
3743                 on draft mode.
3744                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
3745                 header
3746                 
3747         see ChangeLog 2002-11-25 and 2002-11-26
3748
3749 2002-11-26 [colin]      0.8.6claws11
3750
3751         * src/folderview.c
3752                 Fix collapsed folder not auto-expanding during
3753                 mail dnd, if it was the source folder.
3754
3755 2002-11-25 [colin]      0.8.6claws10
3756
3757         * src/folderview.[ch]
3758                 Variable renaming and cleaning (slist of nodes 
3759                 to be re-collapsed is stored in FolderView)
3760
3761 2002-11-25 [paul]       0.8.6claws9
3762
3763         * src/prefs_common.[ch]
3764                 fix breakage caused by last commit
3765
3766 2002-11-25 [paul]       0.8.6claws8
3767
3768         * sync with 0.8.6cvs4
3769                 see ChangeLog 2002-11-21
3770
3771 2002-11-25 [paul]       0.8.6claws7
3772
3773         * sync with 0.8.6cvs4
3774                 see ChangeLog 2002-11-20
3775
3776 2002-11-25 [paul]       0.8.6claws6
3777
3778         * sync with 0.8.6cvs3
3779                 see ChangeLog 2002-11-18
3780
3781 2002-11-25 [colin]      0.8.6claws5
3782
3783         * src/gtkutils.[ch]
3784                 Add gtkut_ctree_node_is_parent()
3785         * src/folderview.c
3786                 Spring-loaded folders
3787
3788 2002-11-25 [colin]      0.8.6claws4
3789
3790         * src/utils.[ch]
3791                 Add slist_concat_unique(), function to merge
3792                 two GSList filtering dups
3793         * src/folder.[ch]
3794         * src/summaryview.[ch]
3795         * src/folderview.c
3796         * src/main.c
3797                 Add detection/update/display of unread answers
3798                 to marked mails
3799         * src/procmsg.[ch]
3800                 Add procmsg_find_children()
3801                 Add procmsg_msg_has_marked_parent()
3802
3803 2002-11-25 [colin]      0.8.6claws3
3804
3805         * src/ssl_certificate.[ch]
3806                 Allow checking a certificate without a DNS
3807                 lookup
3808                 Allow to forget a cert (by deleting it)
3809                 Make ssl_certificate_destroy_public
3810         * src/ssl_manager.[ch] ** NEW FILES **
3811                 Gui to manage (display/remove) certificates
3812         * src/prefs_common.[ch]
3813                 Add a pref to allow silent acceptation of
3814                 trusted certificates or not (based on the
3815                 "I want to know what's going on" principle)
3816         * src/mainwindow.c
3817                 Add SSL manager in Tools menu
3818         * src/Makefile.am
3819                 Add the new files to the build
3820         * po/POTFILES.in
3821                 Add ssl_manager.c to translations
3822
3823 2002-11-25 [colin]      0.8.6claws2
3824
3825         * src/summaryview.[ch]
3826                 Add S_SEARCH_EXTENDED to the quick search, which 
3827                 allows to search using filtering syntax.
3828
3829 2002-11-25 [colin]      0.8.6claws1
3830
3831         * src/summaryview.c
3832                 Deletion of duplicates now prefer deleting
3833                 the unread dup (fixes feature-request 638989).
3834
3835 2002-11-24 [paul]       0.8.6claws
3836
3837         * po/es.po
3838           po/pl.po
3839           po/ru.po
3840           po/sr.po
3841                 updated by Ricardo Mones Lastra,
3842                 Witold Wladyslaw Wojciech Wilk,
3843                 Ruslan N. Balkin, and  Urke MMI 
3844                 respectively
3845
3846 2002-11-24 [paul]       0.8.5claws182
3847
3848         * po/bg.po
3849                 updated by George Danchev
3850
3851 2002-11-23 [alfons]     0.8.5claws181
3852
3853         * src/imap.c
3854                 tiny memory leak found by browsing Dimitar's 
3855                 valgrind report
3856
3857 2002-11-23 [paul]       0.8.5claws180
3858
3859         * po/it.po
3860                 updated by Alessandro Maestri
3861
3862 2002-11-22 [christoph]  0.8.5claws179
3863
3864         * src/compose.c
3865         * src/inc.c
3866         * src/prefs_filtering.c
3867         * src/summaryview.c
3868                 more warning fixes
3869
3870 2002-11-22 [alfons]     0.8.5claws178
3871
3872         * src/summaryview.c
3873                 summary_execute_delete_func(): if message is deleted, make 
3874                 sure to also remove its entry in the subject hash table. 
3875                 fixes a corner case bug.
3876
3877 2002-11-22 [paul]       0.8.5claws177
3878
3879         * .cvsignore
3880                 add 'autom4te.cache'
3881                 
3882         * ltconfig      ** REMOVED **
3883                 not needed
3884
3885 2002-11-22 [paul]       0.8.5claws176
3886
3887         * src/textview.c
3888                 textview_set_font(): fix for message display in
3889                 UTF-8 locales (thanks to Sergey Vlasov).
3890                 
3891         * AUTHORS
3892                 add new team members and contributors
3893
3894
3895 2002-11-21 [colin]      0.8.5claws175
3896
3897         * src/procmsg.[ch]
3898                 Add procmsg_remove_special_headers()
3899         * src/mh.c
3900                 Use procmsg_remove_special_headers() for 
3901                 previous fix
3902
3903 2002-11-21 [colin]      0.8.5claws174
3904
3905         * src/mh.c
3906                 Fix moving/copying from queue/draft folders
3907                 for MH folders
3908
3909 2002-11-21 [christoph]  0.8.5claws173
3910
3911         * src/crash.c
3912         * src/filtering.c
3913         * src/logwindow.c
3914         * src/main.c
3915         * src/matcher_parser_lex.[hl]
3916         * src/mbox.c
3917         * src/mbox_folder.[ch]
3918         * src/prefs_filtering.c
3919         * src/procheader.c
3920         * src/quote_fmt_lex.l
3921         * src/ssl.c
3922                 fix all warnings except the warnings in lex and yacc files
3923
3924 2002-11-20 [christoph]  0.8.5claws172
3925
3926         * src/imap.c
3927                 fix MsgInfo retrieval for IMAP draft and queue folders
3928                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
3929
3930 2002-11-19 [christoph]  0.8.5claws171
3931
3932         * src/compose.c
3933                 fix segfault, when draft saving does not get
3934                 the MsgInfo of the new message
3935                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
3936
3937 2002-11-19 [christoph]  0.8.5claws170
3938
3939         * src/procmsg.c
3940                 add parameter check for flag setting function
3941                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
3942
3943 2002-11-18 [paul]       0.8.5claws169
3944
3945         * src/compose.c
3946                 more sensitivity fixes to redirect mode:
3947                 * disable toolbar draft button
3948                 * allow only Address book in the Tools menu
3949                 * disable editing of message by the spell
3950                   checker
3951
3952 2002-11-18 [paul]       0.8.5claws168
3953
3954         * src/compose.c
3955                 fix sensitivity of menu items in compose_redirect():
3956                 allow only the necessary items 
3957
3958 2002-11-18 [paul]       0.8.5claws167
3959
3960         * src/compose.c
3961                 fix bug [ 603259 ] 'attachment got lost on bounce'
3962
3963 2002-11-18 [paul]       0.8.5claws166
3964
3965         * po/ru.po
3966                 updated by Ruslan N. Balkin <baron@dartel.ru>
3967
3968 2002-11-18 [colin]      0.8.5claws165
3969
3970         * src/main.c
3971           src/defs.h
3972                 Remove old filtering stuff
3973
3974
3975 2002-11-17 [oliver]     0.8.5claws164
3976
3977         * src/toolbar.h
3978                 remove not needed typedef 
3979
3980 2002-11-17 [oliver]     0.8.5claws163
3981
3982         * src/toolbar.c
3983                 make toolbar's on click events translatable
3984
3985 2002-11-15 [colin]      0.8.5claws162
3986
3987         * src/summaryview.c
3988                 Revert too-soon integration of a feature
3989
3990 2002-11-15 [christoph]  0.8.5claws161
3991
3992         * src/imap.c
3993                 use main's implementation of imap_get_msginfo
3994
3995 2002-11-15 [christoph]  0.8.5claws160
3996
3997         * src/compose.c
3998         * src/folder.[ch]
3999         * src/imap.c
4000         * src/mbox_folder.c
4001         * src/mh.c
4002         * src/news.c
4003         * src/procmsg.c
4004         * src/summaryview.c
4005                 replace claws' fetch_msginfo with main's get_msginfo
4006                 (use main's implementation where possible)
4007
4008 2002-11-15 [colin]      0.8.5claws159
4009
4010         * src/ssl_certificate.c
4011                 Missed a check
4012
4013 2002-11-16 [melvin]     0.8.5claws158
4014
4015         * po/fr.po
4016                 Updated French translations.
4017
4018 2002-11-16 [colin]      0.8.5claws157
4019
4020         * src/ssl_certificate.c
4021                 Check for missing parts in the certificates
4022
4023 2002-11-15 [colin]      0.8.5claws156
4024
4025         * src/folderview.c
4026                 Preventive fix (missing check) found by
4027                 Alfons
4028
4029 2002-11-15 [paul]
4030
4031         * NEWS
4032                 sync with 0.8.6 release
4033
4034 2002-11-15 [colin]      0.8.5claws155
4035
4036         * src/folder.[ch]
4037           src/folderview.c
4038                 Fix error handling of folder_item_move_to()
4039                 (thanks to Alfons!)
4040
4041 2002-11-15 [colin]      0.8.5claws154
4042
4043         * src/folder.[ch]
4044           src/folderview.c
4045                 folder_item_move_to() sets an error message instead
4046                 of having GUI stuff in folder.c
4047
4048 2002-11-15 [colin]      0.8.5claws153
4049
4050         * src/procmsg.[ch]
4051                 Implemented a callback for MsgInfo updates, 
4052                 heavily copy/pasted from Christoph's folder 
4053                 callback system
4054         * src/summaryview.[ch]
4055                 Register summary_update_msg as callback
4056
4057 2002-11-14 [colin]      0.8.5claws152
4058         
4059         * src/procmsg.c
4060                 Update the FolderItem after sending (fixes 617593)
4061
4062 2002-11-14 [christoph]  0.8.5claws151
4063
4064         * src/folder.c
4065                 fix wrong position of NULL pointer check found
4066                 by Sergey
4067
4068 2002-11-14 [christoph]  0.8.5claws150
4069
4070         * src/folder.c
4071                 fix segfault when deleting messages from IMAP folders
4072                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
4073
4074 2002-11-14 [colin]      0.8.5claws149
4075
4076         * src/compose.c
4077                 Forwarding was also ignoring the folder's default account.
4078
4079 2002-11-14 [colin]      0.8.5claws148
4080
4081         * src/compose.c
4082                 Fix sent folder not set to folder properties when 
4083                 forwarding.
4084
4085 2002-11-14 [thorsten]   0.8.5claws147
4086
4087         * src/inc.c
4088                 inc_start(): Files were not moved from .processing to inbox,
4089                 if no global processing rule existed
4090
4091 2002-11-14 [colin]      0.8.5claws146
4092
4093         * src/ssl_certificate
4094                 Fix file operations
4095
4096 2002-11-14 [paul]       0.8.5claws145
4097
4098         * po/it.po
4099                 updated by Alessandro Maestri
4100
4101 2002-11-13 [alfons]     0.8.5claws144
4102
4103         * src/folder.c
4104                 folder_item_close(): only mark messages unread
4105                 when a folder has new messages 
4106
4107 2002-11-13 [keith]      0.8.5claws143
4108
4109         * src/imap.c
4110                 Fix problem moving or copying between
4111                 IMAP folders
4112
4113 2002-11-13 [colin]      0.8.5claws142
4114
4115         * src/matcher_parser_parse.y
4116                 Fix rule problem when " don't match
4117
4118 2002-11-13 [christoph]  0.8.5claws141
4119
4120         * src/folder.c
4121         * src/folderview.c
4122                 moved cache saving to folder_item_close
4123                 the folderview should not have to deal with
4124                 this things
4125
4126 2002-11-13 [christoph]  0.8.5claws140
4127
4128         * src/summaryview.c
4129                 moved setting of important score to
4130                 summary_set_prefs_from_folderitem
4131
4132 2002-11-13 [colin]      0.8.5claws139
4133
4134         * src/matcher_parser_parse.y
4135                 Fix a segfault in the parser (happening when
4136                 a good expression had been tested and a bad 
4137                 one arrives)
4138
4139 2002-11-13 [paul]       0.8.5claws138
4140
4141         * sync with 0.8.5cvs24
4142                 see ChangeLog 2002-11-13
4143                 
4144         * po/pt_BR.po
4145                 updated by Fabio Jr. Beneditto
4146
4147 2002-11-13 [colin]      0.8.5claws137
4148         
4149         * src/msgcache.c
4150           src/defs.h
4151           src/procmsg.[ch]
4152                 Revert last commit, problem
4153
4154 2002-11-13 [colin]      0.8.5claws136
4155
4156         * src/msgcache.c
4157                 Remove duplicated code
4158         * src/defs.h
4159                 Bumped CACHE_VERSION and MARK_VERSION
4160         * src/procmsg.[ch]
4161                 Network endian for cache and mark files
4162
4163 2002-11-12 [colin]      0.8.5claws135
4164
4165         * src/inc.c
4166                 Fix the "socket error" dialog which disappeared
4167
4168 2002-11-12 [colin]      0.8.5claws134
4169
4170         * src/msgcache.c
4171                 Reverse last commit which had performance 
4172                 problems, but still reverse the list
4173
4174 2002-11-12 [colin]      0.8.5claws133
4175
4176         * src/msgcache.c
4177                 Reverse list order
4178
4179 2002-11-12 [melvin]     0.8.5claws132
4180
4181         * src/compose.c
4182                 Added a check for a NULL prefs_common.dictionary
4183
4184 2002-11-12 [colin]      0.8.5claws131
4185
4186         * src/ssl_certificate.[ch]
4187                 Use FQDN hostname
4188
4189 2002-11-12 [colin]      0.8.5claws130
4190
4191         * src/ssl_certificate.[ch]
4192                 Take connection port into account for 
4193                 checking certificates (a single hostname
4194                 could have multiple servers with multiple
4195                 certificates)
4196         * src/ssl.c
4197                 Pass the port to ssl_certificate_check
4198
4199 2002-11-12 [paul]       0.8.5claws129
4200
4201         * src/folder.c
4202                 fix a typo in last commit
4203
4204 2002-11-12 [paul]       0.8.5claws128
4205
4206         * sync with 0.8.5cvs23
4207                 see ChangeLog entry 2002-11-12
4208
4209 2002-11-11 [colin]      0.8.5claws127
4210
4211         * src/ssl_certificate.c
4212                 Cleaner messages
4213                 Don't popup, instead log error, if the 
4214                 corresponding pref is checked
4215         * src/ssl_certificate.h
4216                 include <openssl/objects/h>
4217
4218 2002-11-11 [colin]      0.8.5claws126
4219
4220         * src/ssl_certificate.h
4221                 _Really_ clean it
4222
4223 2002-11-11 [colin]      0.8.5claws125
4224         
4225         * src/ssl_certificate.c
4226                 Fixed leak
4227
4228 2002-11-11 [colin]      0.8.5claws124
4229
4230         * src/ssl.c
4231                 Cleaned a bit
4232         * src/ssl_certificate.[ch]
4233                 Cleaned a bit (better use of SSL API)
4234                 (This will cause non-recognition of saved 
4235                  certificates of claws12[23]...)
4236
4237 2002-11-11 [paul]       0.8.5claws123
4238         
4239         * po/es.po
4240                 updated by Ricardo Mones Lastra
4241
4242 2002-11-11 [colin]      0.8.5claws122
4243
4244         * src/ssl.c
4245                 Fix a typo
4246
4247 2002-11-11 [colin]      0.8.5claws121
4248
4249         * src/ssl_certificate.[ch] ** NEW FILES **
4250         * src/ssl.[ch]
4251                 Check SSL certificates presented to us
4252         * src/Makefile.am
4253                 Add ssl_certificate.[ch]
4254         * po/POTFILES.in
4255                 Add ssl_certificate.c
4256
4257 2002-11-11 [paul]       0.8.5claws120
4258
4259         * sync with 0.8.5cvs22
4260                 see ChangeLog 2002-11-11
4261
4262 2002-11-11 [paul]       0.8.5claws119
4263
4264         * sync with 0.8.5cvs21
4265                 see ChangeLog 2002-11-11
4266
4267 2002-11-10 [jens]       0.8.5claws118
4268
4269         * src/folder.c
4270         * src/folderview.c
4271                 corrected some typing
4272         * po/de.po
4273                 updated german translation
4274         * sylpheed.spec.in
4275                 cleaned up specfile and adjusted it for claws
4276
4277 2002-11-10 [colin]      0.8.5claws117
4278
4279         * src/summaryview.c
4280                 a STATUSBAR_PUSH/POP fix
4281
4282 2002-11-10 [colin]      0.8.5claws116
4283
4284         * src/prefs_folder_item.c
4285                 Fix hanging after opening folder properties
4286
4287 2002-11-10 [hoa]        0.8.5claws115
4288
4289         * src/matcher_parser_lex.l
4290         * src/matcher_parser_parse.y
4291                 config file for scoring and filtering is no more trashed
4292                 when there is a syntax error in a filtering rule when
4293                 editing it in a dialog.
4294
4295 2002-11-09 [colin]      0.8.5claws114
4296
4297         * src/mbox_folder.c
4298                 Added missing initialisation of folder->destroy()
4299
4300 2002-11-09 [colin]      0.8.5claws113
4301
4302         * src/folder.c
4303           src/folderview.c
4304                 Fix the status bar messages
4305
4306 2002-11-09 [colin]      0.8.5claws112
4307
4308         * src/folderview.c
4309                 Fix hangs after folder dnd, happening after 
4310                 claws109.
4311
4312 2002-11-09 [christoph]  0.8.5claws111
4313
4314         * src/folderview.c
4315                 just changed order of calls (reverse order of
4316                 associated calls)
4317         * src/inc.c
4318                 lock inc when checking only one account, otherwise
4319                 inc all could be executed at the same time
4320
4321 2002-11-09 [christoph]  0.8.5claws110
4322
4323         * src/folderview.c
4324                 better unlock the mouse cursor before calling
4325                 summary_show because it changes the cursor too
4326
4327 2002-11-09 [christoph]  0.8.5claws109
4328
4329         * src/folder.[ch]
4330         * src/folderview.c
4331                 add functions to open and close a folder
4332                 o opending will execute scanning for remote folders
4333                   and processing
4334                 o closing will unset new flag for messages
4335
4336 2002-11-09 [colin]      0.8.5claws108
4337
4338         * src/folder.c
4339                 Add a call to prefs_matcher_write_config to 
4340                 avoid non-leaf folders filtering settings to be
4341                 lost
4342
4343 2002-11-09 [paul]       0.8.5claws107
4344
4345         * src/prefs_account.c
4346                 re-word a label
4347
4348 2002-11-09 [colin]      0.8.5claws106
4349
4350         * src/folderview.c
4351                 Minor esthetic fix
4352
4353 2002-11-09 [colin]      0.8.5claws105
4354
4355         * src/folderview.c
4356                 Fix prefs_filtering deletion for MH folders (same
4357                 reason as below)
4358         * src/prefs_filtering.c
4359                 Fix prefs_filtering renaming and deletion for 
4360                 folder-based processing rules.  
4361
4362 2002-11-09 [christoph]  0.8.5claws104
4363
4364         * src/compose.c
4365         * src/folder.[ch]
4366         * src/folderview.[ch]
4367         * src/import.c
4368         * src/inc.c
4369         * src/main.c
4370         * src/mainwindow.c
4371         * src/messageview.c
4372         * src/prefs_folder_item.c
4373         * src/procmsg.c
4374         * src/summaryview.c
4375                 implement a callback system for folder item updates
4376
4377 2002-11-09 [colin]      0.8.5claws103
4378
4379         * src/folderview.c
4380                 Fix prefs_filtering renaming for MH folders (we
4381                 shouldn't rename by path as another folder could
4382                 have the same hierarchy).
4383
4384 2002-11-09 [colin]      0.8.5claws102
4385
4386         * src/folder.c
4387                 Fix a leak found by Christoph, use better variable
4388                 names
4389
4390 2002-11-09 [colin]      0.8.5claws101
4391
4392         * src/folder.c
4393                 One more fix for processing rules
4394
4395 2002-11-08 [colin]      0.8.5claws100
4396         
4397         * src/matcher.c
4398                 Don't copy the compiled regexp (will be reevaluated)
4399         * src/folderview.c
4400                 Lock folderview while moving
4401         * src/folder.c
4402                 Provide info on what's happening to the user
4403
4404 2002-11-08 [colin]      0.8.5claws99
4405
4406         * src/folderview.c
4407                 Fix folder reordering after a move if parent is 
4408                 root
4409         * src/scoring.[ch]
4410                 Add function to copy a ScoringProp
4411         * src/prefs_folder_item.c
4412                 Copy scoring rules when copying a folder prefs
4413
4414 2002-11-08 [colin]      0.8.5claws98
4415
4416         * src/folderview.c
4417                 Fixes in case of failure
4418         * src/filtering.[ch]    
4419                 Add function to duplicate a FilteringProp
4420         * src/matcher.[ch]
4421                 Add function to duplicate a MatcherProp
4422         * src/prefs_folder_item.c
4423                 Save folder's processing rules when copying 
4424                 its prefs
4425
4426 2002-11-08 [colin]      0.8.5claws97
4427         
4428         * src/folderview.c
4429                 Sort after move
4430         * src/folder.c 
4431                 Change a printf to debug_print
4432
4433 2002-11-08 [colin]      0.8.5claws96
4434
4435         * src/folder.c
4436           src/folderview.c
4437                 Fix segfaults, call me stupido
4438         
4439
4440 2002-11-08 [colin]      0.8.5claws95
4441
4442         *src/folder.c
4443                 Added forgotten prefs to save when moving folders
4444
4445 2002-11-08 [colin]      0.8.5claws94
4446
4447         * src/folder.c
4448                 Fixes to folder DND (prefs copy)
4449         * src/folderview.c
4450                 Optimization for folder DND (don't rescan whole tree)
4451                 Added folderview_create_folder_node() for this 
4452                 optimization, so de-duped a bit the code
4453         * src/prefs_folder_item.[ch]
4454                 Added prefs_folder_item_copy_prefs()    
4455           
4456 2002-11-08 [paul]       0.8.5claws93
4457
4458         * src/prefs_account.c
4459           tools/README
4460           tools/kmail2sylpheed_v2.pl
4461                 correct some typos
4462
4463 2002-11-08 [paul]       0.8.5claws92
4464
4465         * src/compose.c
4466           src/prefs_account.[ch]
4467                 remove account options 'clearsign' and 'ascii_armored',
4468                 replace with 'default_gnupg_mode' to prevent mixed-mode
4469                 Privacy settings
4470
4471 2002-11-08 [paul]       0.8.5claws91
4472
4473         * src/compose.[ch]
4474                 re-implement GnuPG 'on-the-fly' mode selection,
4475                 disallow mixed-mode
4476
4477 2002-11-08 [colin]      0.8.5claws90
4478
4479         * src/folderview.c
4480           src/prefs_folder_item.c
4481                 Change "Property" to "Properties"
4482
4483 2002-11-07 [colin]      0.8.5claws89
4484
4485         * src/folderview.c
4486           src/folder.c
4487                 Allow folder dropping to a root folder
4488
4489 2002-11-07 [paul]       0.8.5claws88
4490
4491         * src/compose.c
4492                 revert last commit
4493
4494 2002-11-07 [paul]       0.8.5claws87
4495
4496         * src/compose.c
4497                 fix reply-to-list bug. closes bug report
4498                 "[633382] reply-to-list broken in recent cvs"
4499
4500 2002-11-07 [paul]       0.8.5claws86
4501
4502         * src/compose.c
4503                 add a forgotten '#if USE_GPGME ... #endif'
4504
4505 2002-11-07 [paul]       0.8.5claws85
4506
4507         * sync with 0.8.5cvs20
4508                 see ChangeLog 2002-11-07
4509
4510 2002-11-07 [colin]      0.8.5claws84
4511
4512         * src/folder.[ch]
4513                 Change folder_item_move_to to return the newly 
4514                 created folderitem.
4515         * src/folderview.c
4516                 Select the new folderitem after moving.
4517
4518 2002-11-07 [colin]      0.8.5claws83
4519
4520         * src/prefs_filtering.c
4521                 Fix rule rewriting when moving a leaf folder to a 
4522                 shorter path
4523
4524 2002-11-07 [colin]      0.8.5claws82
4525
4526         * src/prefs_filtering.c
4527                 fix a leak
4528
4529 2002-11-07 [colin]      0.8.5claws81
4530
4531         * src/folder.[ch]
4532                 Add folder_item_move_to() function to move a 
4533                 folderitem into another one (updates matcher etc)
4534         * src/folderview.c
4535                 Add folder drag'n drop (context menu to come)
4536                 [Should be dataloss free, but Please backup before 
4537                  trying !]
4538
4539 2002-11-06 [colin]      0.8.5claws80
4540
4541         * src/mh.c
4542                 mh_create_folder() returns NULL if can't create
4543                 directory hierarchy
4544
4545 2002-11-06 [paul]       0.8.5claws79
4546
4547         * src/compose.[ch]
4548                 allow 'on-the-fly' changing of the type of encryption 
4549                 and/or signing used (mime/ascii) via the compose window
4550
4551 2002-11-06 [paul]       0.8.5claws78
4552
4553         * sync with 0.8.5cvs19
4554                 see ChangeLog 2002-11-06 for src/account.c: 
4555                 account_get_special_folder()
4556                 
4557 2002-11-05 [alfons]     0.8.5claws77
4558
4559         * src/crash.c
4560                 very minor cleanups: nothing to see here, move on. :-)
4561
4562 2002-11-05 [colin]      0.8.5claws76
4563
4564         * src/main.c
4565                 Changes choices if compose windows are opened to
4566                 Discard, Draft, Don't quit
4567
4568 2002-11-05 [thorsten]   0.8.5claws75
4569
4570         * src/compose.c
4571                 reenabled default_reply_to folder option
4572
4573 2002-11-05 [colin]      0.8.5claws74
4574
4575         * src/compose.[ch] 
4576                 add compose_draft()
4577         * src/crash.c
4578                 add SIGTERM handler
4579         * src/main.[ch]
4580                 add clean_quit() for the SIGTERM handler
4581
4582 2002-11-05 [paul]       0.8.5claws73
4583         
4584         * po/es.po
4585                 updated by Ricardo Mones Lastra
4586
4587 2002-11-05 [melvin]     0.8.5claws72
4588
4589         * src/logwindow.c
4590                 Fixed log-clipping bug #616795.
4591                 To stop logging in the log window use 0 length.
4592         * src/prefs_common.c
4593                 Added a label to inform about the 0 log length behaviour.
4594
4595 2002-11-05 [paul]       0.8.5claws71
4596
4597         * sync with 0.8.5cvs17
4598                 see ChangeLog 2002-11-05
4599
4600 2002-11-04 [paul]       0.8.5claws70
4601
4602         * sylpheed-128x128.png
4603           sylpheed-64x64.png
4604           sylpheed.png
4605                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
4606                 <nikai@users.sourceforge.net>
4607                 
4608         * po/bg.po
4609                 updated by George Danchev
4610
4611 2002-11-03 [thorsten]   0.8.5claws69
4612
4613         * src/main.c
4614           src/mimeview.c
4615           src/rfc2015.h
4616                 add check if gpg is active
4617
4618 2002-11-03 [thorsten]   0.8.5claws68
4619
4620         * src/toolbar.h
4621                 removed GSList declaration causing trouble on MacOS-X
4622                 (submitted by alfons, reported by xfesty)
4623
4624 2002-11-01 [paul]       0.8.5claws67
4625
4626         * src/mainwindow.c
4627                 remove last remnants of main's filter code
4628
4629 2002-11-01 [paul]       0.8.5claws66
4630
4631         * tools/filter_conv.pl
4632                 fix bug where user-defined headers were ignored
4633
4634 2002-11-01 [paul]       0.8.5claws65
4635
4636         * src/logwindow.c
4637                 make a debug_print() not translatable
4638
4639 2002-10-31 [melvin]     0.8.5claws64
4640
4641         * ac/aspell.m4
4642                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
4643                 not run any GNU/aspell test.  The dictionary path will
4644                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
4645                 was given, in which case, it will be $prefix/lib/aspell/
4646         * configure.in
4647                 Fixed typo in commentary (Aspell code).
4648
4649 2002-10-31 [paul]       0.8.5claws63
4650
4651         * po/POTFILES.in
4652                 remove src/filter.c and src/prefs_filter.c
4653                 thanks to Ricardo for reminding me
4654
4655 2002-10-31 [colin]      0.8.5claws62
4656
4657         * src/mbox_folder.c
4658                 Plug some leaks
4659
4660 2002-10-31 [paul]       0.8.5claws61
4661
4662         * src/prefs_filter.[ch] ** REMOVED **
4663           src/filter.[ch]       ** REMOVED **
4664           
4665         * src/Makefile.am
4666           src/folderview.c
4667           src/inc.c
4668           src/main.c
4669           src/mainwindow.c
4670           src/mbox.c
4671           src/prefs_common.c
4672           src/prefs_filtering.c
4673           src/summaryview.[ch]
4674                 remove main's 'filter' code
4675                 
4676         README.claws
4677                 update to reflect removal of main's filter
4678
4679 2002-10-31 [paul]       0.8.5claws60
4680
4681         * src/summaryview.c
4682                 remove check for global_processing in summary_filter_open(). 
4683                 This fixes the bug where if the user uses the right-click 
4684                 'Create filter rule...' and doesn't have any filter rules 
4685                 already defined in claws' advanced filtering, the newly 
4686                 created filter rule goes to main's filtering which is 
4687                 inaccessible through the gui. Now the filter rule gets added
4688                 to claws' filtering by default.
4689
4690 2002-10-28 [melvin]     0.8.5claws59
4691
4692         * src/prefs_actions.c
4693                 Fixed bug #627322 where MIME parts were not always
4694                 correctly passed to a %p action
4695                 Display an error dialog when message filename is not found.
4696
4697 2002-10-28 [melvin]     0.8.5claws58
4698
4699         * src/prefs_common.c
4700                 Readded a missing function declaration lost in 0.8.3claws34
4701
4702 2002-10-28 [paul]       0.8.5claws57
4703
4704         * sync with 0.8.5cvs15
4705                 see ChangeLog 2002-10-28 and 2002-10-25
4706                 
4707         Note: ChangeLog entry 2002-10-24 is not sync'ed.
4708
4709 2002-10-27 [oliver]     0.8.5claws56
4710
4711         * src/pop.c
4712                 plug leak in pop3_top_recv
4713
4714 2002-10-26 [christoph]  0.8.5claws55
4715
4716         * src/folder.c
4717                 set need_update folder flag when messages are added
4718                 (closes bug [ 626922 ] folder not updated after receiving)
4719
4720 2002-10-25 [melvin]     0.8.5claws54
4721
4722         * src/imageview.c
4723                 Fixed a memleak introduced in the scaling code.
4724
4725 2002-10-24 [alfons]     0.8.5claws53
4726
4727         * src/filtering.c
4728                 make filtering's forward message action forward from the 
4729                 correct account
4730                 (closes bug [628089 ] Filter -> Forward from address problem
4731                 reported by Oktay)
4732
4733 2002-10-24 [christoph]  0.8.5claws52
4734
4735         * src/mainwindow.c
4736         * src/manual.[ch]
4737                 o use manual of current locale or english if current
4738                   locale is not available (and english is available)
4739                 o also link to sylpheed doc project manuals
4740
4741 2002-10-23 [paul]       0.8.5claws51
4742
4743         * tools/README
4744           tools/kmail2sylpheed_v2.pl
4745                 add new version of kmail addressbook importer script.
4746                 works with newer versions of Kmail/KAddressBook which
4747                 have new and rearranged data.
4748
4749 2002-10-23 [martin]     0.8.5claws50
4750
4751         * src/folderview.c
4752         * src/summaryview.c
4753         * src/utils.h
4754         * src/utils.c
4755                 added length parameter to get_abbrev_newsgroup_name()
4756                 changed this function so that it abbreviates the newsgroup
4757                 names only so long it is smaller than the length parameter
4758                 (for better reading of some newsgroup names and space efficiency)
4759
4760 2002-10-22 [colin]      0.8.5claws49
4761
4762         *src/foldersel.c
4763                 Revert Alfons' last modification (after voting ;-))
4764
4765 2002-10-21 [alfons]     0.8.5claws48
4766
4767         * src/foldersel.c
4768                 folder view in folder selection dialog reflects state of
4769                 folder view in main window
4770
4771 2002-10-18 [alfons]     0.8.5claws47
4772
4773         * src/mbox.c
4774                 drop imported messages in folder selected by user,
4775                 and not in the inbox
4776                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
4777
4778 2002-10-18 [alfons]     0.8.5claws46
4779
4780         * src/compose.c
4781                 make automagic reply work correctly for email accounts 
4782                 (whether it's viable to do a full sync with Hiro's 
4783                 compose.c is still under discussion)
4784
4785 2002-10-18 [melvin]     0.8.5claws45
4786
4787         * src/prefs_actions.c
4788                 Fixed bug #622275 where asynchroneous actions left 
4789                 zombies processes
4790                 Made (synchroneous) actions' input be displayed live.
4791
4792 2002-10-18 [christoph]  0.8.5claws44
4793
4794         * src/textview.c
4795                 don't add a newline in the textview in front of the
4796                 first textpart if header display is disabled
4797                 (closes bug [ 603385 ] disabled header display leaves blank
4798                  lin)
4799
4800 2002-10-18 [christoph]  0.8.5claws43
4801
4802         * src/folder.[ch]
4803         * src/imap.c
4804         * src/mbox_folder.c
4805         * src/mh.c
4806         * src/news.c
4807                 folder->get_num_list now returns an error code
4808                 (closes bug [ 609424 ] News cache cleared on failure)
4809                 
4810 2002-10-17 [colin]      0.8.5claws42
4811         
4812         * src/news.c
4813                 Changed a printf by debug_print
4814
4815 2002-10-16 [paul]       
4816
4817         * tools/OOo2sylpheed.pl
4818                 allow for spaces in the name of the
4819                 file to be attached.
4820
4821 2002-10-16 [colin]      0.8.5claws41
4822
4823         * src/main.c
4824                 Use a tristate to change online mode
4825
4826 2002-10-16 [paul]       0.8.5claws40
4827
4828         * po/es.po
4829                 updated by Ricardo Mones Lastra
4830
4831 2002-10-16 [colin]      0.8.5claws39
4832
4833         * src/main.c
4834           src/mainwindow.[ch]
4835                 Added --online and --offline command-line
4836                 switches
4837
4838 2002-10-15 [christoph]  0.8.5claws38
4839
4840         * src/procmime.c
4841                 set mimeinfo->name to NULL after g_free to
4842                 avoid double freeing with g_free
4843
4844 2002-10-14 [christoph]  0.8.5claws37
4845
4846         * src/compose.c
4847         * src/filtering.c
4848         * src/summaryview.c
4849                 remove calls to folder->change_flags that are now
4850                 done by procmsg flag functions (seems it is not
4851                 used by any foldertype anyway)
4852         * src/folder.c
4853                 init folder->change_flags with NULL
4854
4855 2002-10-14 [christoph]  0.8.5claws36
4856
4857         * src/folder.[ch]
4858         * src/imap.[ch]
4859                 use virtual functions for folder item new and destroy
4860                 functions
4861
4862 2002-10-14 [melvin]     0.8.5claws35
4863
4864         * src/compose.c
4865                 Added a test to not run the spell checker if no default
4866                 dictionary is available. No dialog is displayed though.
4867
4868 2002-10-14 [melvin]     0.8.5claws34
4869
4870         * src/gtkaspell.c
4871                 Fixed bug in dictionary list context menu where
4872                 "More..." pointed to an emtpy submenu if the
4873                 number of dictionaries is a multiple of 15
4874                 Removed unneeded code in suggestions list creation
4875
4876 2002-10-14 [paul]       0.8.5claws33
4877
4878         * po/bg.po
4879                 updated by George Danchev
4880
4881 2002-10-13 [hoa]        0.8.5claws32
4882
4883         * src/matcher.[ch]
4884           src/matcher_parser_parser.y
4885                 removed the escaped string from internal structure
4886                 of matcher.
4887
4888 2002-10-12 [colin]      0.8.5claws31
4889
4890         * src/gtksctree.[ch]
4891           src/summaryview.c
4892                 Removed useless function gtksctree_reanchor
4893
4894 2002-10-12 [alfons]     0.8.5claws30
4895         
4896         * sync with remaining main changes 2002-10-09 - 2002-10-11
4897         - drop changes to src/compose.c (requires claws specific changes)
4898         
4899 2002-10-12 [alfons]     0.8.5claws29
4900         
4901         * sync with main changes of 2002-10-08
4902         - drop changes to src/compose.c (requires claws specific changes)
4903         - drop changes to src/summaryview.c (requires changes to compose.c)     
4904
4905 2002-10-12 [alfons]     0.8.5claws28
4906         
4907         * sync with main changes of 2002-10-07
4908
4909 2002-10-12 [alfons]     0.8.5claws27
4910
4911         * sync with main changes of 2002-10-04
4912         - drop changes to src/compose.c (requires claws specific changes)
4913         - drop changes to src/prefs_folder_item.c (claws implementation
4914           seems to be working)
4915
4916 2002-10-12 [colin]      0.8.5claws26
4917
4918         * src/mainwindow.c
4919                 Fix folder-flicker when space-reading, introduced 
4920                 in claws22.
4921
4922 2002-10-12 [colin]      0.8.5claws25
4923
4924         * src/compose.c
4925                 Save account address when saving as draft.
4926                 (closes bug 621838)
4927
4928 2002-10-12 [colin]      0.8.5claws24
4929
4930         * src/summaryview.c
4931                 Fix the problem consisting of no message selected
4932                 after the last message in a folder has been moved.
4933
4934 2002-10-12 [paul]       0.8.5claws23
4935
4936         * src/compose.c
4937           src/prefs_template.c
4938           src/template.[ch]
4939                 add Cc and Bcc to templates. Patch submitted by
4940                 John L. Males.
4941
4942 2002-10-12 [colin]      0.8.5claws22
4943
4944         * src/folderview.c
4945                 Fix a bug after "Check for new messages":
4946                 If a folder was opened, it was still selected at
4947                 the end of the check, but displayed empty.
4948         * src/mainwindow.c
4949                 Remove unnecessary check
4950
4951 2002-10-12 [paul]
4952
4953         * tools/README
4954                 be more verbose in the description of
4955                 OOo2sylpheed.pl
4956                 
4957
4958 2002-10-11 [colin]      0.8.5claws21
4959
4960         * src/mainwindow.c
4961                 Make space work (better) when no mail is selected
4962
4963 2002-10-11 [colin]      0.8.5claws20
4964
4965         * src/inc.c
4966           src/news.c
4967                 fix warnings
4968
4969 2002-10-11 [colin]      0.8.5claws19
4970
4971         * src/mainwindow.c
4972                 revert 0.8.5claws6 changes as i couldn't get to
4973                 anything satisfying
4974
4975 2002-10-11 [melvin]     0.8.5claws18
4976
4977         * src/compose.c
4978                 Removed buggy and unused macro (should have been committed in
4979                 0.8.5claws17)
4980
4981 2002-10-11 [melvin]     0.8.5claws17
4982
4983         * src/compose.c
4984                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
4985
4986 2002-10-11 [thorsten]   0.8.5claws16 
4987
4988         * src/folderview.c
4989                 remove rescan warning
4990
4991 2002-10-11 [colin]      0.8.5claws15 
4992
4993         * src/procheader.c
4994                 fix a segfault that happens if conv_unmime_header
4995                 fails (should be better to find out why it fails)
4996
4997 2002-10-11 [christoph]  0.8.5claws14
4998
4999         * src/summaryview.c
5000                 update folderview stats after ignore/unignore thread
5001
5002 2002-10-11 [hoa]        0.8.5claws13
5003
5004         * src/quote_fmt_parse.y
5005                 Fixed a yacc/bison syntax error
5006         * src/matcher.c
5007                 Escaping of string is fixed.
5008
5009 2002-10-11 [colin]      0.8.5claws12
5010
5011         * src/imageview.c
5012                 Resize images to fit
5013
5014 2002-10-11 [paul]       0.8.5claws11
5015
5016         * po/es.po
5017                 updated by Ricardo Mones Lastra
5018
5019 2002-10-10 [alfons]     0.8.5claws10
5020
5021         * src/compose.c
5022                 allow dropping files by "moving" files from a file manager,
5023                 not only by the more cumbersome "copying". the latter 
5024                 mostly implies holding down the Control button
5025
5026 2002-10-10 [christoph]  0.8.5claws9
5027
5028         * src/summaryview.c
5029                 update folders after thread building for ignored threads
5030
5031 2002-10-10 [christoph]  0.8.5claws8
5032
5033         * config/.cvsignore
5034                 added Makefile
5035         * src/filtering.[ch]
5036         * src/folder.[ch]
5037         * src/folderview.[ch]
5038         * src/import.c
5039         * src/inc.[ch]
5040         * src/mbox.[ch]
5041         * src/procmsg.c
5042         * src/summaryview.[ch]
5043                 o added new flag need_update to FolderItem
5044                 o removed folder_table from various functions from tracking
5045                   folder updates
5046                 o set need_update flags in folder.c's move, copy and delete
5047                   functions and procmsg's flags functions
5048                 o added function folderview_update_items_when_required that
5049                   updates all folders with need_update set
5050                 o call folderview_update_items_when_required instead of
5051                   folderview_update_item_foreach
5052
5053 2002-10-09 [sergey]     0.8.5claws7
5054
5055         * src/compose.c
5056                 Strip CRs whel loading the text into editor in reedit mode.
5057
5058 2002-10-09 [colin]      0.8.5claws6
5059
5060         * src/mainwindow.c
5061                 Make Space work when no mail is selected
5062
5063 2002-10-09 [colin]      0.8.5claws5
5064
5065         * src/gtksctree.[ch]
5066                 Fix range_select
5067                 Add gtk_sctree_reanchor() 
5068         * src/summaryview.c
5069                 Use gtk_sctree_reanchor() - better fix for 
5070                 bug 60413
5071
5072 2002-10-09 [colin]      0.8.5claws4
5073
5074         * src/summaryview.c
5075                 Fix shift-click select after delete problem
5076                 (closes bug 60413)
5077
5078 2002-10-08 [thorsten]   0.8.5claws3
5079
5080         * src/summaryview.c
5081                 exclude current msg from -hide read messages-
5082
5083 2002-10-08 [colin]      0.8.5claws2
5084
5085         * src/inc.[ch]
5086           src/pop.c
5087           src/recv.c
5088                 Differentiate socket errors from disk full
5089                 errors
5090
5091 2002-10-08 [christoph]  0.8.5claws1
5092
5093         * Makefile.am
5094         * configure.in
5095                 modifications for new config directory
5096
5097         * config.guess  ** REMOVED **
5098         * config.sub    ** REMOVED **
5099         * install-sh    ** REMOVED **
5100         * ltmain.sh     ** REMOVED **
5101         * missing       ** REMOVED **
5102         * mkinstalldirs ** REMOVED **
5103                 these files are autogenerated by automake
5104                 when you run autogen.sh
5105
5106         * config/.cvsignore     ** NEW FILE **
5107         * config/Makefile.am    ** NEW FILE **
5108                 ignore autogenerated files
5109                 create a Makefile in this directory
5110
5111 2002-10-08 [paul]       0.8.5claws
5112
5113         * 0.8.5claws release
5114         
5115         * src/compose.c
5116           src/procheader.c
5117           src/procmsg.c
5118                 fix quote reply format for newsgroups reply bug
5119                 (thanks to Hoa)
5120                 
5121         * po/en_GB.po
5122           po/pl.po
5123                 updated by me and Witold Wladyslaw Wojciech Wilk
5124                 repectively
5125
5126 2002-10-07 [paul]       0.8.3claws53
5127
5128         * po/it.po
5129           po/pt_BR.po
5130           po/sr.po
5131                 updated messages catalogs, submitted by
5132                 Alessandro Maestri, Fabio Jr.Beneditto 
5133                 and Urke MMI, respectively.
5134
5135 2002-10-07 [christoph]  0.8.3claws52
5136
5137         * src/folder.[ch]
5138         * src/folderview.c
5139         * src/mainwindow.c
5140                 fix new folder ghost message bug
5141                 (closes bug [ 619722 ] wrong count for newly created folders)
5142
5143 2002-10-07 [christoph]  0.8.3claws51
5144
5145         * src/compose.c
5146                 fix news posting problem
5147
5148 2002-10-07 [melvin]     0.8.3claws50
5149
5150         * po/fr.po
5151                 Updated French translation
5152
5153 2002-10-05 [christoph]  0.8.3claws49
5154
5155         * src/gtkstext.c
5156                 check if line_start_cache is set in gtk_stext_update_text
5157                 (closes bug [ 618119 ] crash while doing search in folder)
5158
5159 2002-10-05 [christoph]  0.8.3claws48
5160
5161         * src/imap.c
5162         * src/news.c
5163         * src/utils.c
5164         * src/utils.h
5165                 implement cache cleanups for claws' folder system
5166                 (closes bug [ 595916 ] imapcache not cleaned up)
5167
5168 2002-10-05 [melvin]     0.8.3claws47
5169
5170         * src/prefs_actions.c
5171                 Made the help text more clear for the %p token
5172
5173 2002-10-04 [paul]       0.8.3claws46
5174
5175         * sync with 0.8.5
5176                 see ChangeLog 2002-10-02 and 2002-10-03
5177
5178 2002-10-04 [christoph]  0.8.3claws45
5179
5180         * src/inc.c
5181                 fix segfault caused by pop before smtp
5182                 call to inc_account_mail with NULL
5183                 pointer for mainwin
5184
5185 2002-10-04 [paul]       0.8.3claws44
5186
5187         * configure.in
5188                 sync the LDAP detection from 0.8.5cvs1
5189
5190 2002-10-02 [christoph]  0.8.3claws43
5191
5192         * po/de.po
5193                 fix small spelling error
5194
5195 2002-10-02 [melvin]     0.8.3claws42
5196
5197         * ac/aspell.m4
5198                 Behave better and say "no" when test program cannot be run.
5199
5200 2002-10-02 [paul]       0.8.3claws41
5201
5202         * sync with 0.8.4cvs1
5203                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
5204                 
5205         * src/summaryview.c
5206                 toggle the behavior of Reply menuitem between
5207                 normal reply and reply-to-list
5208
5209 2002-10-01 [sergey]     0.8.3claws40
5210
5211         * src/compose.c
5212                 Convert newlines in the message text to the canonical form
5213                 before base64 encoding (RFC2045 compliance, fixes some
5214                 interoperability issues with Evolution 1.0.3)
5215
5216 2002-09-29 [colin]      0.8.3claws39
5217
5218         * src/summaryview.c
5219                 Fix an unwanted copy/paste
5220
5221 2002-09-29 [colin]      0.8.3claws38
5222
5223         * src/mainwindow.c
5224                 Renamed "Custom toolbar" to "Customize toolbar"
5225                 Renamed "Show all header" to "Show all headers"
5226                 Renamed "Set diplay item" to "Set displayed items"
5227         * src/prefs_common.c
5228                 Renamed "Show all header" to "Show all headers"
5229         * src/prefs_summary_column.c
5230                 Renamed "diplay item" to "displayed items"
5231
5232 2002-09-29 [colin]      0.8.3claws37
5233
5234         * src/mainwindow.[ch]
5235                 online/offline status pixmaps follow theme
5236                 changes
5237         * src/summaryview.[ch]
5238                 quicksearch pixmap follows theme changes
5239
5240 2002-09-29 [thorsten]   0.8.3claws36
5241
5242         * src/compose.c
5243           src/prefs_folder_item.[ch]
5244                 add default_reply_to folder option (closes patch 581044)
5245
5246 2002-09-29 [christoph]  0.8.3claws35
5247
5248         * acconfig.h    ** REMOVED **
5249         * configure.in
5250         * ac/aspell.m4
5251         * ac/check-type.m4
5252         * ac/gnupg-check-typedef.m4
5253                 fix autoheader 2.50 warning
5254
5255 2002-09-29 [christoph]  0.8.3claws34
5256
5257         * major code cleanup (part 2)
5258         
5259                 - unused variables removed
5260                 - unused functions removed
5261                 - uninitialized variables checked
5262                 - missing return statements added
5263                 - missing function return types added
5264                 - added parentheses around assignment
5265                   when suggested by gcc
5266
5267 2002-09-29 [alfons]     0.8.3claws33
5268
5269         * src/logwindow.c
5270                 log_window_clear(): only bracket gtk_text_forward_delete() 
5271                 with gtk_text_freeze() / gtk_text_thaw() (see if this
5272                 works around GTK text bug)
5273
5274 2002-09-29 [paul]       0.8.3claws32
5275
5276         * po/bg.po
5277           po/sr.po
5278                 updated by George Danchev and Urke MMI
5279                 respectively
5280
5281 2002-09-27 [christoph]  0.8.3claws31
5282
5283         * doc-src/readme.txt
5284         * doc-src/rfc1806.txt   ** REMOVED **
5285         * doc-src/rfc2183.txt   ** NEW FILE **
5286         * doc-src/rfc2980.txt   ** NEW FILE **
5287                 update rfcs
5288
5289 2002-09-27 [melvin]     0.8.3claws30
5290
5291         * ac/aspell.m4
5292                 Fixed typo which could break linking
5293
5294 2002-09-27 [melvin]     0.8.3claws29
5295
5296         * ac/aspell.m4
5297                 Improved GNU/aspell checking. 
5298                 Fixed bug #614490
5299
5300 2002-09-27 [paul]       0.8.3claws28
5301
5302         * sync with 0.8.3cvs8
5303                 see ChangeLog 2002-09-27
5304
5305 2002-09-26 [colin]      0.8.3claws27
5306
5307         * src/toolbar.[ch]
5308           src/mainwindow.[ch]
5309                 Add "Reply to Mailing-list" to the toolbar
5310
5311 2002-09-26 [christoph]  0.8.3claws26
5312
5313         * src/summaryview.c
5314                 Fix wrong message counts in summaryview status
5315
5316 2002-09-26 [paul]       0.8.3claws25
5317
5318         * sync with 0.8.3cvs7
5319                 see ChangeLog 2002-09-26
5320
5321 2002-09-26 [paul]       0.8.3claws24
5322
5323         * sync with 0.8.3cvs6
5324                 see ChangeLog 2002-09-25
5325
5326 2002-09-25 [christoph]  0.8.3claws23
5327
5328         * src/prefs_common.c
5329         * src/prefs_folder_item.c
5330         * src/prefs_scoring.c
5331                 Renamed "kill score" to "hide score" in GUI
5332                 and prefs files
5333
5334 2002-09-25 [paul]       0.8.3claws22
5335
5336         * sync with 0.8.3cvs5
5337                 see ChangeLog 2002-09-24
5338
5339 2002-09-24 [alfons]     0.8.3claws21
5340
5341         patch by Satoshi Nagayasu: allows appending / saving multiple 
5342         selected files (closes "[ 612279 ] save multiple mesg(s) in 
5343         'Save as ...'")
5344
5345         * AUTHORS
5346                 add Satoshi Nagayasu
5347         * src/summaryview.c
5348                 summary_save_as(): allow saving selected files to
5349                 one file
5350                 summary_set_menu_sensitive: enable "Save As..." when
5351                 multiple files are selected
5352         * src/utils.[ch]
5353                 append_file(): new function
5354
5355 2002-09-24 [colin]      0.8.3claws20
5356
5357         * src/procmime.c
5358                 Fix segfault when mimeinfo doesn't have a 
5359                 content_type. 
5360
5361 2002-09-24 [colin]      0.8.3claws19
5362
5363         * src/prefs_common.[ch]
5364                 Add a preference to display send dialog or not
5365         * src/send.c
5366                 Display send dialog according to preference
5367
5368 2002-09-24 [colin]      0.8.3claws18
5369
5370         * src/compose.[ch]
5371                 Disable user actions when sending
5372
5373 2002-09-24 [colin]      0.8.3claws17
5374
5375         * src/procmime.c
5376                 Do not display name or filename for attachments
5377                 with an application/pgp-signature type
5378                 (security flaw, see bug 537413)
5379
5380 2002-09-23 [colin]      0.8.3claws16
5381
5382         * src/editaddress.c
5383                 Initialize entry_email, entry_alias and 
5384                 entry_remarks to first email address of the list
5385
5386 2002-09-23 [colin]      0.83claws15
5387
5388         * src/compose.c
5389                 Drop pgp-signature when reediting a signed queued
5390                 message
5391
5392 2002-09-23 [melvin]     0.8.3claws14
5393
5394         * po/fr.po
5395                 Updated French translation
5396
5397 2002-09-23 [melvin]     0.8.3claws13
5398
5399         * src/mainwindow.c
5400                 Made custom toolbar menu labels more consistent
5401         * src/prefs_toolbar.c
5402                 Made custom toolbar window title more consistent
5403
5404 2002-09-22 [colin]      0.8.3claws12
5405
5406         * src/inc.c
5407                 Initialize session type to normal before getting 
5408                 mail (fixes strange Get behaviour)
5409         * src/prefs_account.h
5410                 Move STYPE_POP_BEFORE_SMTP to last position to 
5411                 avoid other side-effects
5412
5413 2002-09-22 [colin]      0.8.3claws11
5414
5415         * src/prefs_account.c
5416                 Fix pop_bfr_smtp_tm_entry sensivity when switching
5417                 from pop3 to apop or vice-versa
5418
5419 2002-09-22 [colin]      0.8.3claws10
5420         
5421         * src/prefs_account.[ch]
5422                 Add an option for the POP before SMTP timeout
5423         * src/inc.c
5424                 Remember time of last POP connection
5425         * src/send.c
5426                 Do POP before SMTP only if timeout reached
5427
5428 2002-09-22 [oliver]     0.8.3claws9
5429         
5430         * README.claws
5431                 explain custom toolbar
5432
5433 2002-09-22 [oliver]     0.8.3claws8
5434
5435         * src/prefs_actions.[ch]
5436         custom toolbar for compose      
5437                 actions callback from compose toolbar
5438         * src/folderview.c
5439                 remove include toolbar.h
5440
5441 2002-09-22 [oliver]     0.8.3claws7
5442         
5443         * src/prefs_toolbar.[ch]
5444                 custom toolbar for compose
5445                 - generic prefs_toolbar handles both
5446                   Mainwin's toolbar as well as Compose toolbar          
5447
5448 2002-09-22 [oliver]     0.8.3claws6
5449         
5450         * src/toolbar.[ch]
5451                 custom toolbar for compose
5452                 restructure toolbar.[ch]
5453
5454 2002-09-22 [oliver]     0.8.3claws5
5455
5456         * src/compose.[ch]
5457                 custom toolbar for compose
5458
5459 2002-09-22 [oliver]     0.8.3claws4
5460         
5461         * src/mainwindow.[ch]
5462                 custom toolbar for compose 
5463                 move mainwin toolbar back to mainwindow
5464
5465 2002-09-22 [alfons]     0.8.3claws3
5466
5467         * src/procmsg.c
5468                 :%sno/if(/if (/gc
5469                 :%sno/for(/for (/gc
5470                 (beautify)
5471
5472 2002-09-22 [alfons]     0.8.3claws2
5473         
5474         * src/procmsg.c
5475                 procmsg_save_to_outbox(): don't unlink message file from queue;
5476                 callers should do it using folder_item_remove_msg()
5477
5478 2002-09-22 [colin]      0.8.3claws1
5479
5480         * src/mimeview.[ch]
5481                 Made mimeview_check_signature() public
5482         * src/textview.c
5483                 Made GPG signatures verifiable by clicking
5484                 the [application/pgp-signature] in the Text
5485                 view
5486
5487 2002-09-22 [paul]       0.8.3claws
5488
5489         * po/bg.po
5490           po/en_GB.po
5491           po/es.po
5492           po/it.po
5493           po/pl.po
5494           po/pt_BR.po
5495           po/sr.po
5496                 updated translations, submitted by George Danchev,
5497                 me, Ricardo Mones Lastra, Alessandro Maestri,
5498                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
5499                 and Urke MMI, respectively.     
5500
5501 2002-09-22 [alfons]     0.8.2claws65
5502
5503         * src/procmsg.c
5504         * src/pgptext.c
5505                 no furry valgrinds have been used to plug these memleaks
5506
5507 2002-09-20 [paul]       0.8.2claws64
5508
5509         * sync with 0.8.3cvs4
5510                 'Select thread' re-implemented 
5511                 see ChangeLog 2002-09-20
5512
5513 2002-09-21 [alfons]     0.8.2claws63
5514
5515         * src/compose.c
5516                 compose_send(): plug unnoticed memleak
5517
5518 2002-09-20 [alfons]     0.8.2claws62
5519
5520         * src/addr_compl.c
5521                 replace_address_in_edit(): strict check for NULL address to
5522                 fix "[ 607348 ] Segfault in address completion". My guess is
5523                 that this happens with an empty address book, but it's good
5524                 to have this check here anyway
5525                 
5526                 completion_window_button_press(): free string returned 
5527                 from the internal cache
5528
5529 2002-09-20 [christoph]  0.8.2claws61
5530
5531         * src/procmime.h
5532                 added ENC_BINARY to EncodingType
5533         * src/procmime.c
5534                 the string returned by procmime_get_encoding_str
5535                 should not depend on the order of values in the
5536                 EncodingType definition
5537         * doc-src/rfc1806.txt   ** NEW FILE **
5538                 Added rfc1806 about MIME Content-Disposition
5539                 Extension
5540
5541 2002-09-19 [paul]       0.8.2claws60
5542
5543         * sync with 0.8.2cvs3
5544                 see ChangeLog 2002-09-19
5545
5546 2002-09-19 [paul]       0.8.2claws59
5547
5548         * src/prefs_folder_item.c
5549                 revert to Darko's original alignment of colour
5550                 selector button
5551                 add a colon to folder_color label
5552                 
5553         * src/compose.c
5554                 add Colin's patch (with Hiro's modifications) to 
5555                 force BASE64 encoding for 8-bit text when signing
5556                 (sync with 0.8.3cvs2)
5557
5558 2002-09-18 [alfons]     0.8.2claws58
5559
5560         * src/compose.c
5561                 :%sno/if(/if (/gc
5562                 :%sno/for(/for (/gc
5563                 (beautify a little bit)
5564
5565 2002-09-18 [christoph]  0.8.2claws57
5566
5567         * src/pine.c
5568                 fix handling of fgetc return value
5569
5570 2002-09-17 [alfons]     0.8.2claws56
5571         
5572         * src/summaryview.c
5573                 summary_sort(): check non-NULL summaryview->folder_item when no 
5574                 folder is selected at all
5575                 (closes "[ 610344 ] sort label make syl Crash")
5576
5577 2002-09-17 [alfons]     0.8.2claws55
5578         
5579         * src/compose.c
5580                 beautify a little bit
5581
5582 2002-09-17 [christoph]  0.8.2claws54
5583
5584         * src/folder.c
5585                 initialize max values for cache and folder
5586                 when cache or folder is empty
5587
5588 2002-09-15 [colin]      0.8.2claws53
5589
5590         * src/compose.c
5591                 Fix a leak (thanks Alfons!) and cleaned
5592                 variables names for custom headers
5593
5594 2002-09-15 [colin]      0.8.2claws52
5595
5596         * src/compose.c
5597                 Fix custom headers recognition when
5598                 prefs_common.trans_hdr is on
5599
5600 2002-09-15 [colin]      0.8.2claws51
5601
5602         * src/compose.c
5603                 Allow dynamically-added custom headers
5604                 Yet not reparsed if reedited
5605
5606 2002-09-15 [alfons]     0.8.2claws50
5607
5608         * src/prefs_account.c
5609                 fix warnings
5610
5611 2002-09-15 [colin]      0.8.2claws49
5612         
5613         * src/prefs_account.c
5614                 fix pop_before_smtp sensitivity
5615
5616 2002-09-15 [colin]      0.8.2claws48
5617
5618         * src/inc.[ch]
5619                 add inc_pop_before_smtp()
5620                 allow MainWindow to be undefined in 
5621                 inc_account_mail() and inc_start()
5622         * src/pop.c
5623           src/prefs_account.h
5624                 add STYPE_POP_BEFORE_SMTP session type
5625         * src/prefs_account.c
5626                 activated pop before smtp option
5627         * src/send.c
5628                 do pop before smtp if the relevant option 
5629                 is set
5630
5631 2002-09-15 [paul]       0.8.2claws47
5632
5633         * sync with 0.8.3
5634                 see ChangeLog 2002-09-15
5635
5636 2002-09-14 [paul]       0.8.2claws46
5637
5638         * po/bg.po
5639                 updated Bulgarian translation, submitted by
5640                 George Danchev
5641
5642 2002-09-13 [paul]       0.8.2claws45
5643
5644         * src/compose.c
5645                 merge claws' select_account() with main's
5646                 (new) compose_select_account(). [sync with
5647                 0.8.2cvs15, see ChangeLog 2002-09-11]
5648
5649 2002-09-12 [christoph]  0.8.2claws44
5650
5651         * src/filter.c
5652                 allocate 1 elements of FolderItem not 0
5653
5654 2002-09-12 [colin]      0.8.2claws43
5655
5656         * src/compose.c
5657                 Fix bug #590825 (obey Follow-up: poster)
5658
5659 2002-09-12 [colin]      0.8.2claws42
5660
5661         * src/procmime.c
5662                 Fix bug #557009 (wrong headers for messages 
5663                 forwarded as attachments)
5664
5665 2002-09-11 [colin]      0.8.2claws41
5666         
5667         * src/compose.c
5668                 Put SCF: pseudo-header on top of message
5669                 Set draft tmp_flag when saved as draft
5670
5671         * src/procmsg.c
5672           src/procheader.c
5673                 Skip after first \n\n for beginning of real message
5674                 for drafts too
5675
5676 2002-09-11 [christoph]  0.8.2claws40
5677
5678         * src/filtering.c
5679                 use procmsg flag functions in filtering or processing
5680                 will cause incorrect folder message counts
5681
5682 2002-09-11 [colin]      0.8.2claws39
5683
5684         * src/compose.c
5685                 Fix bug #550175 - wrong save folder when reediting
5686                 drafts
5687
5688 2002-09-11 [paul]       0.8.2claws38
5689
5690         * sync with 0.8.2cvs14
5691                 see ChangeLog 2002-09-11
5692
5693 2002-09-11 [colin]      0.8.2claws37
5694
5695         * src/folder.c
5696                 Fix a typo (seeming to cause new/unread status to
5697                 be lost)
5698
5699 2002-09-10 [christoph]  0.8.2claws36
5700
5701         * src/compose.c
5702                 compose_redirect should not use compose_generic_new
5703                 because that does more stuff than expected including
5704                 opening the external editor
5705                 (closes bug "[ 526608 ] bounced messages appear blank
5706                  in editor")
5707
5708 2002-09-10 [christoph]  0.8.2claws35
5709
5710         * src/folder.c
5711                 fix problem with too large message number range
5712                 causing a crash in folder_item_scan
5713
5714 2002-09-10 [paul]       0.8.2claws34
5715
5716         * sync with 0.8.2cvs13
5717                 see ChangeLog 2002-09-10
5718
5719 2002-09-10 [christoph]  0.8.2claws33
5720
5721         * src/msgcache.c
5722                 set MsgInfo TmpFlags for queue and draft folders
5723                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
5724
5725 2002-09-10 [paul]       0.8.2claws32
5726
5727         * AUTHORS
5728           po/bg.po      ** NEW FILE **
5729                 new Bulgarian translation submitted by
5730                 George Danchev <danchev@spnet.net>
5731                 
5732         * tools/Makefile.am
5733           tools/README
5734           tools/tb2sylpheed     ** NEW FILE **
5735                 add script that converts an addressbook exported
5736                 from The Bat! into a Sylpheed addressbook. Submitted
5737                 by Urke MMI <urke-kg@eunet.yu>
5738
5739 2002-09-10 [paul]       0.8.2claws31
5740
5741         * sync with 0.8.2cvs12
5742                 see ChangeLog 2002-09-10
5743
5744 2002-09-06 [paul]       0.8.2claws30
5745
5746         * src/prefs_common.c
5747                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
5748                 
5749         * tools/Makefile.am
5750           tools/README
5751           tools/ldif-to-xml.py  ** REMOVED **
5752                 remove obsolete python script
5753
5754 2002-09-06 [paul]       0.8.2claws29
5755
5756         * sync with 0.8.2cvs10
5757                 see ChangeLog 2002-09-06
5758
5759 2002-09-04 [paul]       0.8.2claws28
5760
5761         * sync with 0.8.2cvs9
5762                 see ChangeLog 2002-08-04
5763
5764 2002-09-04 [colin]      0.8.2claws27 
5765
5766         * src/prefs_common.[ch]
5767                 Added signature color configuration
5768         * src/textview.c
5769                 Use user-specified signature color
5770
5771 2002-09-03 [colin]      0.8.2claws26
5772
5773         * src/prefs_common.[ch]
5774                 Added autosave and autosave_length prefs
5775         * src/compose.c
5776                 Added compose_remove_draft()
5777                 Auto-save drafts according to the prefs
5778         * src/main.c
5779                 Added a crash-indicator file, allowing to check
5780                 for new messages on startup if Sylpheed crashed
5781                 (makes saved drafts "reappear")
5782
5783 2002-09-03 [colin]      0.8.2claws25
5784
5785         * src/textview.[ch]
5786                 Grey the signature
5787
5788 2002-09-03 [paul]       0.8.2claws24
5789
5790         * sync with 0.8.2cvs8
5791                 see ChangeLog 2002-09-02 and 2002-09-03
5792
5793 2002-09-03 [darko]      0.8.2claws23
5794
5795         * src/folderview.c
5796                 use normal style when creating new folder to pick
5797                 proper font size 
5798
5799 2002-09-02 [melvin]     0.8.2claws22
5800
5801         * src/gtkaspell.m4
5802                 removed some obsolete code
5803
5804 2002-09-02 [melvin]     0.8.2claws21
5805
5806         * ac/aspell.m4
5807                 fixed test's equality sign (== to =)
5808
5809 2002-09-02 [alfons]     0.8.2claws20
5810
5811         * src/folder.c
5812         * src/mh.c
5813                 revert change of 0.8.2claws16 and use the mh_folder_destroy
5814                 as folder->destroy virtual as suggested by Hiro
5815                 (the mh.c code seems to have been lost around mh.c.1.21)
5816
5817 2002-09-02 [paul]       0.8.2claws19
5818
5819         * po/pt_BR.po
5820                 updated by Fabio Jr. Beneditto
5821                 
5822         * src/defs.h
5823                 use 'http://claws.sylpheed.org' for homepage link. 
5824                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
5825
5826 2002-09-01 [alfons]     0.8.2claws18
5827
5828         * src/mh.c
5829                 plug memleak related to one Martin Kluge found
5830
5831 2002-08-31 [paul]       0.8.2claws17
5832
5833         * sync with 0.8.2cvs6
5834                 see ChangeLog 2002-08-30
5835
5836 2002-08-31 [alfons]     0.8.2claws16
5837
5838         * src/folder.c
5839                 folder_destroy(): remove mailbox from folderlist even if it has
5840                 no destroy virtual
5841
5842 2002-08-31 [alfons]     0.8.2claws15
5843
5844         * src/folder.c
5845                 :%sno/if(/if (/gc
5846                 :%sno/for(/for (/gc
5847                 (being pedantic I know)
5848
5849 2002-08-31 [alfons]     0.8.2claws14
5850
5851         * src/folder.c
5852                 check for NULL pointers returned from folder->fetch_msginfo virtual
5853                 (should solve some reported crashes)
5854
5855 2002-08-30 [alfons]     0.8.2claws13
5856
5857         * acconfig.h
5858         * configure.in
5859         * src/crash.c
5860                 enable crash dialog on compilation time
5861                 (--enable-crash-dialog configure option)
5862
5863 2002-08-30 [alfons]     0.8.2claws12
5864
5865         * AUTHORS
5866                 add Martin Kluge
5867         * src/mh.c
5868                 apply memory leak plug patch by Martin Kluge
5869                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
5870                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
5871                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
5872
5873 2002-08-30 [darko]      0.8.2claws11
5874
5875         * src/folderview.c
5876                 copy Gtk style from normal style to match
5877                 font size for coloured folders
5878
5879 2002-08-29 [alfons]     0.8.2claws10
5880
5881         * sylpheed.desktop
5882                 Type=Internet <- Type=Application
5883                 (reported by Michael Schwendt, see:
5884                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
5885                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
5886
5887 2002-08-29 [paul]       0.8.2claws9
5888
5889         * sync with 0.8.2cvs5
5890                 see ChangeLog 2002-08-29
5891
5892 2002-08-29 [colin]      0.8.2claws8
5893
5894         * src/summaryview.c
5895                 Added a sanity check in summary_select_thread
5896                 Should fix bug 601605
5897
5898 2002-08-29 [colin]      0.8.2claws7
5899
5900         * src/main.c
5901                 Revert claws6 changes regarding bug #591676
5902
5903 2002-08-28 [colin]      0.8.2claws6
5904         
5905         * src/main.c
5906                 Ignore cache for queue folderitems
5907                 Fix bug #591676
5908
5909 2002-08-28 [melvin]     0.8.2claws5
5910
5911         * README.claws
5912                 Fixed typos.
5913
5914 2002-08-28 [melvin]     0.8.2claws4
5915
5916         * README.claws
5917                 Updated a bit the text concerning the spell checker
5918
5919 2002-08-28 [melvin]     0.8.2claws3
5920
5921         Merged the GNU_aspell_branch:
5922                 Support of new GNU/aspell is now included and the old pspell
5923                 is not supported anymore.
5924                 See README.claws
5925
5926         * README.claws
5927                 Updated spell checker text to reflect the switch to GNU/aspell
5928
5929         * ac/aspell.m4          *** NEW ***
5930         * src/gtkaspell.[ch]    *** NEW *** 
5931         * ac/pspell.m4          *** DELETED *** 
5932         * src/gtkspell.[ch]     *** DELETED ***
5933
5934         * ac/Makefile.am
5935                 Updated for GNU/aspell support
5936
5937         * po/POTFILES.in
5938                 Replaced gtkspell.c by gtkaspell.c
5939
5940         * acconfig.h
5941         * src/Makefile.am
5942         * src/about.c
5943         * src/compose.[ch]
5944         * src/crash.c
5945         * src/main.c
5946         * src/prefs_common.[ch]
5947                 Updated for GNU/aspell support
5948
5949 2002-08-28 [paul]       0.8.2claws2
5950
5951         * sync with 0.8.2cvs4
5952                 see ChangeLog 2002-08-27 and 2002-08-28
5953
5954 2002-08-28 [colin]      0.8.2claws1
5955
5956         * src/summary_search.c
5957                 Added "AND search"
5958
5959 2002-08-28 [jens]       0.8.2claws
5960
5961         *po/de.po
5962                 Updated German translations
5963
5964 2002-08-27 [melvin]     0.8.2claws
5965
5966         * po/fr.po
5967                 Updated French translations
5968
5969 2002-08-27 [paul]       0.8.2claws
5970
5971         * sync with 0.8.2 main release
5972
5973         * po/en_GB.po
5974           po/es.po
5975           po/it.po
5976           po/pl.po
5977           po/pt_BR.po
5978           po/sr.po
5979                 updated message catalogs submitted by
5980                 Ricardo Mones Lastra, Alessandro Maestri,
5981                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
5982                 Beneditto and Urke MMI  
5983
5984 2002-08-27 [hoa]        0.8.1claws123
5985
5986         * src/mainwindow.[ch]
5987         * src/summaryview.[ch]
5988                 removed the "filter setting" menu option.
5989                 add a "cancel a news message" menu option.
5990
5991 2002-08-26 [martin]     0.8.1claws122
5992
5993         * ChangeLog.claws
5994                 changed string under 0.8.1claws79 changed by myself
5995                 i'm sorry alfons :(
5996
5997 2002-08-26 [martin]     0.8.1claws121
5998
5999         * src/crash.c
6000                 added kill command to debuggerrc to start crash dialog
6001
6002 2002-08-26 [paul]       0.8.1claws120
6003
6004         * sync with 0.8.1cvs31
6005                 see ChangeLog 2002-08-26
6006
6007 2002-08-25 [alfons]     0.8.1claws119
6008
6009         * src/procmsg.c
6010                 fix bug that didn't send out correct headers to news server
6011                 when sending news article and email from queue (bug reported
6012                 and patch provided by Tim Mann; closes bug 
6013                 "[ 583196 ] 0.7.8claws can't post news")
6014
6015 2002-08-25 [alfons]     0.8.1claws118
6016
6017         * src/selective_download.c
6018                 mark two strings as translatable
6019                 (thanks to Urke MMI for pointing this out)
6020
6021 2002-08-25 [alfons]     0.8.1claws117
6022
6023         * src/summaryview.c
6024                 treat sent boxes as special and allow sorting them by addressee
6025                 (closes "[ 589418 ] Sent folder sorting misbehavior"
6026                 submitted by Steve Lamb)
6027
6028 2002-08-24 [alfons]     0.8.1claws116
6029
6030         * src/matcher.c
6031                 fix memleak reported by Martin Kluge
6032                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
6033
6034 2002-08-24 [oliver]     0.8.1claws115
6035
6036         * src/prefs_toolbar.c
6037                 o code cleanup as suggested by Alfons
6038                 o memleak fix
6039
6040 2002-08-24 [alfons]     0.8.1claws114
6041
6042         * src/summaryview.c
6043                 o fix another memory leak reported by Martin Kluge
6044                   (see "[ 599568 ] Small Memory Leak")
6045                 o remove 'from' variable from 'summary_set_header()'; we can
6046                   do with just 'to' 
6047
6048 2002-08-24 [paul]       0.8.1claws113
6049
6050         * sync with 0.8.1cvs30
6051                 see ChangeLog 2002-08-23
6052
6053 2002-08-24 [alfons]     0.8.1claws112
6054
6055         * src/summaryview.c
6056                 remove unnecessary allocations for search bar fixing leaks
6057                 reported by Martin Kluge
6058                 (see "[ 599451 ] Further memory leaks?")
6059
6060 2002-08-24 [alfons]     0.8.1claws111
6061
6062         * src/main.c
6063                 make get_socket_name() public for crash.c
6064         * src/crash.c
6065                 o make report bug button work (goes to claws' 
6066                   bug tracker at sf.net)
6067                 o introduce function for doing important stuff just
6068                   before claws goes down
6069                 o clean up code 
6070
6071 2002-08-24 [alfons]     0.8.1claws110
6072
6073         * src/compose.c
6074                 move cursor to "To" entry when forwarding as attachment
6075                 (reported and solved by Steve Lamb, closes bug report
6076                 "[ 592880 ] Forward as attachment; cursor not in to")
6077
6078 2002-08-24 [colin]      0.8.1claws109
6079
6080         * src/mainwindow.c
6081                 fix quick search visibility after GUI (de)separations.
6082
6083 2002-08-23 [colin]      0.8.1claws108
6084
6085         * src/mainwindow.c
6086                 fix header pane visibility after folderview or
6087                 messageview (de)separation
6088
6089 2002-08-23 [paul]       0.8.1claws107
6090
6091         * src/mainwindow.[ch]
6092           src/toolbar.c
6093                 give full control of display or non-display 
6094                 of the Execute icon to Custom toolbar settings.
6095                 add new sensitivity condition to maninwindow.h: 
6096                 M_DELAY_EXEC
6097
6098         * ChangeLog
6099           ChangeLog.jp
6100           NEWS
6101                 more sync with 0.8.1cvs29
6102
6103 2002-08-23 [melvin]     0.8.1claws106
6104
6105         * src/alertpanel.c
6106                 Readded support for custom widget in alertpanel lost in last
6107                 sync.
6108
6109 2002-08-23 [paul]       0.8.1claws105
6110
6111         * sync with 0.8.1cvs29
6112                 see ChangeLog 2002-08-23
6113
6114 2002-08-23 [colin]      0.8.1claws104
6115
6116         * src/summaryview.c
6117                 Fix folder and search pixmaps exchanging positions
6118                 after theme or toolbar changes. Thank to Oliver for 
6119                 reporting this.
6120
6121 2002-08-23 [colin]      0.8.1claws103
6122
6123         * src/mainwindow.c
6124           src/messageview.[ch]
6125           src/noticeview.[ch]
6126           src/summaryview.c
6127                 Changed messageview_create() and noticeview_create()
6128                 to avoid the last gdk_warning
6129
6130 2002-08-22 [colin]      0.8.1claws102
6131
6132         * src/summaryview.c
6133                 Fix my new `Creating pixmap from xpm' warning
6134
6135 2002-08-22 [colin]      0.8.1claws101
6136
6137         * src/mainwindow.c
6138                 Fix some of the gdk warnings
6139
6140 2002-08-22 [colin]      0.8.1claws100
6141
6142         * src/Makefile.am
6143         * src/stock_pixmap.c
6144         * src/stock_pixmap.h
6145         * src/pixmaps/quicksearch.xpm *ADDED*
6146                 Add the quicksearch pixmap
6147         * src/mainwindow.c
6148         * src/summaryview.c
6149         * src/summaryview.h
6150                 Make quicksearch bar visible/hidden via a button
6151
6152 2002-08-22 [christoph]  0.8.1claws99
6153
6154         * src/folder.c
6155                 fix folder update for newsgroups with message
6156                 numbers below minimum number of articles to fetch
6157                 (closes bug #598445)
6158
6159 2002-08-22 [paul]       0.8.1claws98
6160
6161         * sync with 0.8.1cvs28
6162                 see ChangeLog 2002-08-22
6163
6164 2002-08-21 [alfons]     0.8.1claws97
6165
6166         * src/crash.c
6167                 use bt instead of bt full which seems to work 
6168                 better, and bt full doesn't give a great deal 
6169                 of information anyway
6170
6171 2002-08-21 [colin]      0.8.1claws96
6172
6173         * src/summaryview.c
6174                 fix summaryview_searchtype_changed prototype
6175
6176 2002-08-21 [christoph]  0.8.1claws95
6177
6178         * src/mainwindow.c
6179                 o fix broken menu update for sorting type, we have to
6180                   get this info from the summaryview now
6181                 o removed setting of threaded state in menu callback
6182         * src/summaryview.[ch]
6183                 more summaryview/folderitem seperation for
6184                 threading option
6185         * configure.in
6186                 removed not required --with-compiler-flags option
6187
6188 2002-08-21 [oliver]     0.8.1claws94
6189         
6190         * src/toolbar.h 
6191                 o rename toolbar.xml to toolbar_main.xml
6192                   since toolbar_compose.xml might come up 
6193                   any time soon
6194         * README.claws
6195                 add custom toolbar              
6196
6197 2002-08-21 [darko]      0.8.1claws93
6198
6199         * src/procmsg.c
6200                 don't reset tmp flags for messages copied
6201                 to sent folder
6202
6203 2002-08-21 [colin]      0.8.1claws92
6204         
6205         * src/prefs_filtering.c
6206                 fix renaming rules on folder rename 
6207                 when folder is not a leaf folder
6208
6209 2002-08-21 [paul]       0.8.1claws91
6210
6211         * src/prefs_folder_item.c
6212                 fix alignment of colour selector
6213
6214 2002-08-21 [paul]       0.8.1claws90
6215
6216         * sync with 0.8.1cvs27
6217                 see ChangeLog 2002-08-21
6218
6219 2002-08-21 [paul]       0.8.1claws89
6220
6221         * src/summaryview.c
6222                 fix crash when changing field type in
6223                 Quick search bar
6224
6225 2002-08-21 [colin]      0.8.1claws88
6226
6227         * src/summaryview.c
6228                 Made quick search case-insensitive
6229
6230 2002-08-21 [paul]       0.8.1claws87
6231
6232         * sync with 0.8.1cvs26
6233                 see ChangeLog 2002-08-21
6234
6235 2002-08-20 [christoph]  0.8.1claws86
6236
6237         * src/folderview.c
6238         * src/main.c
6239         * src/summaryview.[ch]
6240                 more summaryview/folderitem seperation for
6241                 sort_key and sort_type
6242         * src/procmsg.c
6243                 added missing return statement
6244
6245 2002-08-20 [colin]      0.8.1claws85
6246
6247         * src/summaryview.[ch]
6248                 Added a quick search box
6249         * src/mainwindow.c
6250         * src/prefs_common.[ch]
6251                 Added a show/hide option for the quick search
6252
6253 2002-08-20 [oliver]     0.8.1claws84
6254         
6255         * src/mainwindow.c
6256                 remove toolbar_create_popups
6257         * src/toolbar.[ch]
6258                 o remove toolbar_create_popups
6259                 o fix toolbar_set_sensitive 
6260                   (Bug reports #596834 and #596832)     
6261         * src/prefs_toolbar.c
6262                 o add "Set default" button
6263                 o align label and text + combo widgets
6264
6265 2002-08-20 [hoa]        0.8.1claws83bis
6266
6267         * src/imap.c
6268                 fixed a bug in imap_fetch_msginfo() in case there is no
6269                 current folder.
6270
6271 2002-08-20 [darko]      0.8.1claws83
6272
6273         * src/folderview.c
6274                 copy the color style of folder view so it
6275                 works with GTK themes
6276
6277 2002-08-20 [darko]      0.8.1claws82
6278
6279         * src/folder.h
6280         * src/folderview.c
6281         * src/prefs_folder_item.[hc]
6282                 don't use UI stuff in folder.h
6283
6284 2002-08-20 [darko]      0.8.1claws81
6285
6286         * src/folder.h
6287         * src/prefs_folder_item.h
6288         * src/folderview.c
6289         * src/prefs_folder_item.c
6290                 ability to set folder color in folderview
6291
6292 2002-08-19 [alfons]     0.8.1claws80
6293
6294         * src/summaryview.c
6295                 fix one of the earlier memleaks reported by Martin Kluge
6296
6297 2002-08-19 [alfons]     0.8.1claws79
6298
6299         * src/mainwindow.c
6300                 hide notice view when selecting seperate folder
6301                 view (reported by Urke MMI)
6302
6303 2002-08-19 [christoph]  0.8.1claws78
6304
6305         * src/folderview.c
6306         * src/prefs_folder_item.h
6307         * src/summaryview.[ch]
6308                 o add summary_set_prefs_from_folderitem to set
6309                   summaryview prefs (first step to remove all
6310                   references to the folderitem in summaryview)
6311                 o moved compiled regex stuff from folderitem prefs
6312                   to summaryview code
6313
6314 2002-08-19 [paul]       0.8.1claws77
6315
6316         * src/compose.c
6317                 add check for '.' to QUOTE_IF_REQUIRED
6318
6319 2002-08-19 [paul]       0.8.1claws76
6320
6321         * src/inc.c
6322                 sync with 0.8.1cvs25 (plug memory leak)
6323
6324         * src/prefs_toolbar.c
6325                 re-order prefs_toolbar_cancel()
6326
6327 2002-08-18 [alfons]     0.8.1claws75
6328
6329         * src/inc.c
6330         * src/matcher.c
6331                 plug other memleaks reported by Martin Kluge
6332
6333 2002-08-18 [paul]       0.8.1claws74
6334
6335         * po/pt_BR.po
6336                 updated by Fabio Jr. Beneditto
6337
6338 2002-08-18 [paul]       0.8.1claws73
6339
6340         * src/toolbar.[ch]
6341                 fix bug where tooltips were displayed untranslated              
6342
6343         * src/prefs_toolbar.c
6344                 fix bug where clicking 'Cancel' creates an icon & text
6345                 toolbar regardless of prefs
6346         
6347
6348 2002-08-17 [oliver]     0.8.1claws72
6349
6350         * src/prefs_toolbar.c
6351                 update toolbar on CANCEL
6352                 bug reported by Martin Kluge
6353         * src/toolbar.c
6354                 toolbar_destroy memleak fixed           
6355
6356 2002-08-17 [alfons]     0.8.1claws71
6357
6358         * src/toolbar.c
6359                 plug another memleak reported by Martin Kluge
6360
6361 2002-08-16 [alfons]     0.8.1claws70
6362
6363         * src/crash.c
6364                 use execvp() correctly (suggested by wwp; thanks!)
6365
6366 2002-08-16 [alfons]     0.8.1claws69
6367
6368         * src/gtksctree.c
6369                 plug memory leak reported by Kim Schultz & Martin Kluge
6370
6371 2002-08-16 [paul]       0.8.1claws68
6372
6373         * po/es.po
6374                 updated by Ricardo Mones Lastra
6375
6376 2002-08-16 [paul]       0.8.1claws67
6377
6378         * src/toolbar.h
6379                 fix bug where 'Compose News' icon showed wrong
6380                 tooltip
6381
6382 2002-08-16 [paul]       0.8.1claws66
6383
6384         * sync with 0.8.1cvs24
6385                 see ChangeLog 2002-08-16
6386
6387         * po/it.po
6388                 updated by Alessandro Maestri
6389
6390 2002-08-15 [paul]       0.8.1claws65
6391
6392         * po/sr.po
6393                 updated by Urke MMI
6394
6395 2002-08-15 [paul]       0.8.1claws64
6396
6397         * src/*.c
6398                 don't translate debug info
6399
6400         * src/matcher.[ch]
6401                 add copyright info
6402
6403 2002-08-15 [paul]       0.8.1claws63
6404
6405         * src/prefs_toolbar.c
6406                 fix bug where clicking 'OK' creates an icon & text
6407                 toolbar regardless of prefs
6408
6409 2002-08-14 [alfons]     0.8.1claws62
6410
6411         * src/main.c
6412                 add global var that has the full argv[0]
6413         * src/crash.c
6414                 o execvp the correct sylpheed by using argv0
6415                   and setting the correct work dir
6416                 o other tweaks  
6417
6418 2002-08-14 [oliver]     0.8.1claws61
6419         
6420         * enable/disable Toolbar Action Buttons 
6421         * code cleanups
6422         * src/mainwindow.c
6423         * src/toolbar.[ch]      
6424         * src/prefs_toolbar.c   
6425
6426 2002-08-14 [melvin]     0.8.1claws60
6427
6428         * po/fr.po
6429                 Updated French translations
6430
6431 2002-08-14 [melvin]     0.8.1claws59
6432
6433         * src/crash.c
6434                 Made bug report not translatable
6435         * src/exporthtml.c
6436                 Fixed exporthtml_build_filespec() return value
6437         * src/foldersel.c
6438                 Fixed incorrect include file
6439         * src/gtkspell.c
6440         * src/prefs_actions.c
6441         * src/prefs_toolbar.c
6442                 Made debug info not translatable
6443         * src/mutt.c
6444         * src/quote_fmt.c
6445                 Added missing includes
6446         * src/prefs_common.c
6447                 Fixed typo
6448
6449 2002-08-14 [paul]       0.8.1claws58
6450
6451         * faq/es/sylpheed-faq.html
6452           faq/es/sylpheed-faq-[1-3].html
6453           faq/es/sylpheed-faq-4.html     **NEW FILE **
6454                 update Spanish FAQ
6455
6456 2002-08-13 [christoph]  0.8.1claws57
6457
6458         * src/procmsg.c
6459                 ignore thread fix that did not mark all
6460                 child nodes of a ignored thread as
6461                 ignored. Does not work perfectly yet,
6462                 but it is better now
6463
6464 2002-08-13 [alfons]     0.8.1claws56
6465
6466         * src/crash.c
6467                 o implement 'save crash log'
6468                 o some tweaks
6469
6470 2002-08-13 [melvin]     0.8.1claws55
6471
6472         * src/main.c
6473                 removed unrequired "execinfo.h" header
6474
6475 2002-08-12 [paul]       0.8.1claws54
6476
6477         * faq/en/sylpheed-faq.html
6478           faq/en/sylpheed-faq-[1-3].html
6479           faq/en/sylpheed-faq-4.html     **NEW FILE **
6480                 update English FAQ
6481
6482 2002-08-12 [alfons]     0.8.1claws53
6483
6484         * po/POTFILES.in
6485                 add crash.c to translatables
6486         * src/crash.c
6487                 bring in Leandro's crash dialog
6488
6489 2002-08-11 [alfons]     0.8.1claws52
6490
6491         * src/crash.c
6492                 clean up some warnings
6493
6494 2002-08-11 [alfons]     0.8.1claws51
6495
6496         * acconfig.h
6497         * configure.in
6498         * src/crash.[ch]        ** NEW FILES **
6499         * src/main.c            
6500                 initial gdb crash handler
6501
6502 2002-08-11 [paul]       0.8.1claws50
6503
6504         * src/prefs_toolbar.c
6505                 replace Up/Down arrow pixmaps with text to be
6506                 consistent across icon themes
6507
6508 2002-08-11 [paul]       0.8.1claws49
6509
6510         * src/prefs_common.c
6511           src/prefs_toolbar.c
6512                 rename 'Pixmap' -> 'Icon'
6513
6514         * src/toolbar.[ch]
6515                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
6516
6517 2002-08-10 [paul]       0.8.1claws48
6518
6519         * src/prefs_toolbar.c
6520                 re-work the UI
6521
6522 2002-08-10 [paul]       0.8.1claws47
6523
6524         * src/main.c
6525                 don't write Processing progress to status bar
6526                 patch submitted by Alexander Evseev
6527
6528         * src/prefs_toolbar.c
6529                 re-position and resize window
6530                 make window assume correct size on first call
6531
6532 2002-08-10 [paul]       0.8.1claws46
6533
6534         * src/mainwindow.c
6535           src/prefs_toolbar.c
6536           src/toolbar.c
6537           src/toolbar.h
6538                 obey coding style
6539                 follow UI text conventions
6540
6541 2002-08-10 [alfons]     0.8.1claws45
6542
6543         * src/toolbar.c
6544                 correct pixmap for delete action
6545
6546 2002-08-10 [paul]       0.8.1claws44
6547
6548         * po/pt_BR.po
6549                 updated by Fabio Jr. Beneditto
6550
6551 2002-08-10 [paul]       0.8.1claws43
6552
6553         * po/POTFILES.in
6554                 add custom toolbar files
6555
6556 2002-08-10 [paul]       0.8.1claws42
6557
6558         * sync with 0.8.1cvs22
6559                 see ChangeLog 2002-08-09
6560
6561 2002-08-09 [paul]       0.8.1claws41
6562
6563         * tools/Makefile.am
6564           tools/README
6565           tools/outlook2sylpheed.pl     ** NEW FILE **
6566                 add script to convert exported Outlook
6567                 contacts list to a Sylpheed addressbook.
6568                 Submitted by Ricardo Mones Lastra.
6569
6570 2002-08-09 [paul]       0.8.1claws40
6571
6572         * AUTHORS
6573           configure.in
6574           po/sr.po      ** NEW FILE **
6575                 add Serbian message catalog. Submitted by
6576                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
6577
6578 2002-08-09 [paul]       0.8.1claws39
6579
6580         * sync with 0.8.1cvs21
6581                 see ChangeLog 2002-08-08
6582
6583 2002-08-08 [oliver]     0.8.1claws38
6584
6585         * src/mainwindow.c
6586                 move Custom Toolbar to Configuration menu
6587
6588 2002-08-08 [oliver]     0.8.1claws37
6589
6590         * src/prefs_toolbar.c
6591                 fix substitute pixmap bug
6592
6593 2002-08-08 [paul]       0.8.1claws36
6594
6595         * sync with 0.8.1cvs19
6596                 see ChangeLog 2002-08-08
6597
6598 2002-08-07 [christoph]  0.8.1claws35
6599
6600         * src/utils.c
6601                 fixed a memory leak in new canonicalize_file_replace
6602
6603 2002-08-07 [christoph]  0.8.1claws34
6604
6605         * src/utils.[ch]
6606                 o canonicalize_file_replace should create the temporary
6607                   file in the same directory as the original file.
6608                 o added get_tmpfile_in_dir that creates a temorary file
6609                   in a specified directory.
6610
6611 2002-08-07 [melvin]     0.8.1claws33
6612
6613         * src/toolbar.c
6614                 fixed bug where 'Article' button acted as 'Email' button.
6615
6616 2002-08-07 [paul]       0.8.1claws32
6617
6618         * sync with 0.8.1.cvs17
6619                 see ChangeLog 2002-08-07
6620
6621 2002-08-07 [colin]      0.8.1claws31
6622         
6623         * src/news.c
6624                 fix mass-cancel problem
6625
6626 2002-08-07 [thorsten]   0.8.1claws30
6627
6628         * src/prefs_toolbar.c
6629                 fix: crash on replace or add new button
6630         * src/toolbar.c
6631                 fix: close xmlfile after reading
6632         * src/utils.c
6633                 fix: unlink() file before rename()
6634
6635 2002-08-06 [paul]       0.8.1claws29
6636
6637         * sync with 0.8.cvs15
6638                 see ChangeLog 2002-08-06
6639
6640 2002-08-06 [oliver]     0.8.1claws28
6641
6642         * src/toolbar.c
6643         * src/prefs_toolbar.c
6644                 fixed empty toolbar issue
6645
6646 2002-08-06 [oliver]     0.8.1claws27
6647
6648         * Custom Toolbar Final 
6649         * src/folderview.c
6650         * src/inc.c
6651         * src/summaryview.c
6652                 o toolbar stuff now lives in src/toolbar.[ch]
6653                 o main_window_toolbar_* functions are renamed to
6654                   toolbar_* reflecting their new source file
6655         * src/mainwindow.[ch]
6656                 o remove toolbar stuff  
6657
6658 2002-08-06 [oliver]     0.8.1claws26
6659         
6660         * src/Makefile.am
6661         * src/prefs_toolbar.[ch]        **New File**
6662         * src/toolbar.[ch]              **New File**
6663                 o prefs_toolbar.[ch] custom toolbar frontend
6664                 o toolbar.[ch]       backend 
6665
6666 2002-08-06 [oliver]     0.8.1claws25
6667
6668         * src/prefs_actions.[ch]
6669                 o new exported function actions_execute
6670
6671 2002-08-06 [paul]       0.8.1claws24
6672
6673         * sync with 0.8.1cvs4
6674                 see ChangeLog 2002-08-06
6675
6676 2002-08-06 [paul]       0.8.1claws23
6677
6678         * sync with 0.8.1cvs13
6679                 see ChangeLog 2002-08-06
6680
6681 2002-08-06 [paul]       0.8.1claws22
6682
6683         * sync with 0.8.1cvs12
6684                 see ChangeLog 2002-08-05 and 2002-08-06
6685
6686 2002-08-06 [match]      0.8.1claws21
6687
6688         * src/addrclip.c
6689                 improvements to cut/copy/paste address
6690
6691 2002-08-05 [match]      0.8.1claws20
6692
6693         * src/addritem.[ch]
6694         * src/addrcache.c
6695         * src/addrbook.c
6696         * src/editaddress.c
6697         * src/addressbook.c
6698                 fixes to improve cut/copy/paste
6699
6700 2002-08-06 [melvin]     0.8.1claws19
6701
6702         * src/account.[ch]
6703                 account_find_all_from_address(): new function that returns the
6704                 list of all accounts that are matched in an address.
6705         * src/alertpanel.[ch]
6706                 alertpanel() now accepts a custom widget
6707                 alertpanel_with_widget(): new function that pops up a panel with
6708                 a custom widget in it 
6709         * src/gtkutils.[ch]
6710                 gtkut_account_menu_new(): new function that allows the selection
6711                 of an account from a list of accounts.
6712         * src/messageview.c
6713                 Extended Return Receipt notification to select the correct 
6714                 account and to make a security test on the Delivery-Notification
6715                 address which should be the same as the Return-Path.
6716
6717 2002-08-06 [thorsten]   0.8.1claws18
6718
6719         * src/mimeview.c
6720                 attach_all: save unnamed as "noname.%d",
6721                 dont free static dirname
6722
6723 2002-08-05 [alfons]     0.8.1claws17
6724
6725         * configure.in
6726                 detect XIM by trying to link rather than compile a XIM program
6727
6728 2002-08-05 [oliver]     0.8.1claws16
6729                 
6730         * src/stock_pixmap.[ch]
6731                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
6732                 o new func to retrieve pixmaps
6733
6734 2002-08-05 [paul]       0.8.1claws15
6735
6736         * sync with 0.8.1cvs10
6737                 see ChangeLog 2002-08-05
6738
6739 2002-08-04 [alfons]     0.8.1claws14
6740
6741         * src/textview.c
6742                 see if this plugs memleak
6743
6744 2002-08-04 [melvin]     0.8.1claws13
6745
6746         * src/gtkspell.c
6747                 fixed bug that could crash Sylpheed when highlighting
6748                 all misspelled words.
6749
6750 2002-08-03 [melvin]     0.8.1claws12
6751
6752         * src/prefs_actions.c
6753                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
6754         * src/messageview.c
6755                 fixed bug where the Return Receipt was sent to
6756                 Delivery-Notification-To address even if it was not present
6757
6758 2002-08-02 [alfons]     0.8.1claws11
6759
6760         * src/prefs_actions.c
6761                 o more check for NULLs
6762                 o put create_io_dialog() in right conditional block
6763
6764 2002-08-02 [paul]       0.8.1claws10
6765
6766         * po/es.po
6767                 updated by Ricardo Mones Lastra
6768
6769 2002-08-01 [christoph]  0.8.1claws9
6770
6771         * src/folder.c
6772                 don't free the cache of the opened
6773                 folder in the summaryview
6774         * src/summaryview.c
6775                 don't unset flags, if it is not required
6776
6777 2002-08-01 [paul]       0.8.1claws8
6778
6779         * sync with 0.8.1cvs8
6780                 see ChangeLog entry 2002-08-01
6781
6782 2002-08-01 [paul]       0.8.1claws7
6783
6784         * sync with 0.8.1cvs7
6785                 see ChangeLog 2002-07-31 and 2002-08-01
6786
6787 2002-07-31 [christoph]  0.8.1claws6
6788
6789         * src/mainwindow.c
6790                 forgot to update menu sensitivity
6791                 function for new menu entry
6792
6793 2002-07-31 [alfons]     0.8.1claws5
6794
6795         * src/main.c
6796                 check folder item and its path for NULL on
6797                 initial processing
6798
6799 2002-07-31 [christoph]  0.8.1claws4
6800
6801         * src/folder.c
6802                 check if folder_item_get_msginfo in
6803                 folder_item_remove_msg returned NULL
6804         * src/imap.c
6805                 better clear the uid cache in the
6806                 uid validity check function and delete
6807                 cached messages
6808
6809 2002-07-31 [paul]       0.8.1claws3
6810
6811         * man/sylpheed.1
6812                 add the '--attach' option and a few other
6813                 minor changes
6814
6815 2002-07-31 [paul]       0.8.1claws2
6816
6817         * sync with 0.8.1cvs5
6818                 see ChangeLog 2002-07-31
6819
6820 2002-07-31 [christoph]  0.8.1claws1
6821
6822         * src/folderview.[ch]
6823         * src/mainwindow.c
6824                 replace "Rescan all folders..." with
6825                 "Check all folders for new messages..."
6826
6827 2002-07-30 [paul]       0.8.1claws
6828
6829         * version 0.8.1claws released
6830
6831 2002-07-30 [paul]       0.8.0claws29
6832
6833         * tools/OOo2sylpheed.pl ** NEW FILE **
6834           tools/README
6835                 add script to enable sending documents as
6836                 attachments from OpenOffice.org
6837
6838 2002-07-30 [melvin]     0.8.0claws28
6839
6840         * src/prefs_actions.c
6841                 Made the actions' input/output dialog display
6842                 without delay.
6843
6844 2002-07-30 [christoph]  0.8.0claws27
6845
6846         * src/procmsg.c
6847                 check if folder_item_get_msginfo in
6848                 procmsg_save_to_outbox returned NULL
6849
6850 2002-07-30 [paul]       0.8.0claws26
6851
6852         * sync with 0.8.1cvs4
6853                 see ChangeLog 2002-07-29
6854
6855 2002-07-29 [thorsten]   0.8.0claws25
6856
6857         * README.claws
6858                 added selective download, delete on server
6859
6860 2002-07-29 [paul]       0.8.0claws24
6861
6862         * sync with 0.8.1cvs3
6863                 see ChangeLog 2002-07-29
6864
6865 2002-07-27 [christoph]  0.8.0claws23
6866
6867         * src/folder.c
6868                 add extra check if fetching the msginfo
6869                 returned NULL
6870
6871 2002-07-27 [paul]       0.8.0claws22
6872
6873         * sync with 0.8.1cvs2
6874                 see ChangeLog 2002-07-26
6875
6876 2002-07-27 [christoph]  0.8.0claws21
6877
6878         * src/imap.c
6879                 add another check if a valid msginfo
6880                 was returned
6881
6882 2002-07-26 [hoa]        0.8.0claws20
6883
6884         * src/folder.c
6885                 Fixed a condition in folder_item_destroy()
6886
6887         * src/imap.c
6888                 Fixed an error in IMAP protocol
6889
6890 2002-07-26 [alfons]     0.8.0claws19
6891
6892         * src/folder.c
6893                 ofcourse compare with identifier, not the path
6894
6895 2002-07-26 [alfons]     0.8.0claws18
6896
6897         * src/folder.c
6898                 use folder item identifier for saving / restoring
6899                 preferences because folder->path might not be unique
6900
6901 2002-07-26 [melvin]     0.8.0claws17
6902
6903         * src/logwindow.c
6904                 Fixed a crash introduced in 0.8.0claws5 when log is 
6905                 cut under 80 characters.
6906
6907 2002-07-26 [paul]       0.8.0claws16
6908
6909         * sync with 0.8.1cvs1
6910                 see ChangeLog 2002-07-26
6911
6912 2002-07-26 [christoph]  0.8.0claws15
6913
6914         * src/imap.[ch]
6915                 imap folder now remembers the last selected
6916                 folder and imap_fetch_msginfo skips selecting
6917                 the folder if it is already selected
6918
6919 2002-07-26 [christoph]  0.8.0claws14
6920
6921         * src/folder.c
6922         * src/folderview.c
6923         * src/imap.c
6924                 fix imap folder rescanning
6925
6926 2002-07-25 [christoph]  0.8.0claws13
6927
6928         * src/filter.c
6929         * src/folder.[ch]
6930         * src/folderview.c
6931         * src/imap.[ch]
6932         * src/mainwindow.c
6933         * src/mbox_folder.c
6934         * src/mh.c
6935         * src/news.c
6936                 implement imap uid cache and uid validity check
6937
6938 2002-07-25 [alfons]     0.8.0claws12
6939
6940         * src/summaryview.c
6941                 fix a brown paper bag bug, and also add some more
6942                 checks
6943
6944 2002-07-25 [christoph]  0.8.0claws11
6945
6946         * src/folder.c
6947                 don't mix copy, fetch_msginfo and remove
6948                 operations in folder item copy and move
6949                 operations
6950
6951 2002-07-25 [christoph]  0.8.0claws10
6952
6953         * src/folderview.c
6954         * src/mainwindow.c
6955         * src/prefs_folder_item.c
6956         * src/summaryview.[ch]
6957                 remove no longer required parameter update_cache from
6958                 summary_show
6959
6960 2002-07-25 [paul]       0.8.0claws9
6961
6962         * sync with 0.8.1
6963         
6964         * AUTHORS
6965                 a few corrections
6966
6967 2002-07-24 [alfons]     0.8.0claws8
6968
6969         * src/summaryview.c
6970                 sort correctly when using simplified subject line
6971                 (closes feature request "[ 585141 ] applying regexp to subject 
6972                 before sort" submitted by Alexandra Walford)
6973
6974 2002-07-24 [paul]       0.8.0claws7
6975
6976         * sync with 0.8.0cvs3
6977                 see ChangeLog 2002-07-24
6978
6979 2002-07-23 [christoph]  0.8.0claws6
6980
6981         * src/folder.c
6982         * src/folder.h
6983         * src/summaryview.c
6984         * src/summaryview.h
6985         * src/main.c
6986                 o separate processing and summaryview
6987                 o removed summary_write_cache from summaryview
6988                 o removed summaryview->killed_messages, because we don't have
6989                   to keep a list of killed messages anymore. New cache will
6990                   keep the hidden messages in cache anyway
6991         * src/folderview.c
6992         * src/inc.c
6993         * src/selective_download.c
6994                 o removed unnecessary summary_write_cache calls
6995         * src/procmsg.c
6996                 o don't set ignore thread flag in procmsg_get_thread_tree
6997                   if it is already set
6998         * src/mainwindow.c
6999         * src/statusbar.h
7000                 o moved STATUSBAR_PUSH/POP to statusbar.h because
7001                   they are used in different files
7002
7003 2002-07-23 [melvin]     0.8.0claws5
7004
7005         * src/addressbook.c
7006         * src/addrgather.c
7007         * src/editaddress.c
7008         * src/editgroup.c
7009         * src/editldap_basedn.c
7010         * src/importldif.c
7011         * src/prefs_common.c
7012                 Fixed few memory leak (gtk_editable_get_chars returns
7013                 an allocated string)
7014         * src/logwindow.c
7015                 Fixed few memory leak (gtk_editable_get_chars returns
7016                 an allocated string) and modified a little the log cutting
7017                 loop.
7018         * src/compose.c
7019                 Replaced a call to an obsolete function gtk_entry_get_text()
7020                 by gtk_editable_get_chars()
7021         * src/send.c
7022                 Removed a debug printf
7023
7024 2002-07-23 [christoph]  0.8.0claws4
7025
7026         * src/filesel.c
7027                 fix another g_dirname memory leak
7028
7029 2002-07-23 [christoph]  0.8.0claws3
7030
7031         * src/mh.c
7032                 fixed a memory leak in mh_fetch_msginfo
7033                 fixed crash when message header could not be
7034                 parsed
7035
7036 2002-07-23 [paul]       0.8.0claws2
7037
7038         * sync with 0.8.0cvs2
7039                 see ChangeLog 2002-07-23
7040
7041 2002-07-23 [paul]       0.8.0claws1
7042
7043         * sync with 0.8.0cvs1
7044                 see ChangeLog 2002-07-23
7045
7046 2002-07-23 [paul]       0.8.0claws
7047
7048         * release of 0.8.0claws
7049
7050 2002-07-23 [paul]       0.7.8claws99
7051
7052         * po/ru.po
7053                 new Russian translation, submitted by
7054                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
7055
7056 2002-07-22 [jens]       0.7.8claws98
7057
7058         * po/de.po
7059                 Updated German translations.
7060
7061 2002-07-22 [paul]       0.7.8claws97
7062
7063         * po/es.po
7064           po/it.po
7065           po/nl.po
7066           po/pt_BR.po
7067                 updated translations by Ricardo Mones Lastra,
7068                 Alessandro Maestri, Wilbert Berendsen and 
7069                 Fabio Jr. Beneditto respectively
7070
7071 2002-07-22 [christoph]  0.7.8claws96
7072
7073         * src/mimeview.c
7074                 fix memory leak caused by wrong g_dirname usage
7075
7076 2002-07-22 [christoph]  0.7.8claws95
7077
7078         * src/summaryview.c
7079                 update new and unread message counts for summaryview
7080                 summaryview does not get it from the folder anymore
7081                 and has to update the values itself
7082
7083 2002-07-22 [melvin]     0.7.8claws94
7084
7085         * po/fr.po
7086                 Updated French translations.
7087
7088 2002-07-22 [christoph]  0.7.8claws93
7089
7090         * src/matcher.c
7091                 set prop->preg pointer to NULL or following check
7092                 will not fail and regexec will be called with
7093                 invalid pointer
7094
7095 2002-07-21 [alfons]     0.7.8claws92
7096         
7097         * src/prefs_common.[ch]
7098                 remove option "Send return receipt on request"
7099
7100 2002-07-21 [thorsten]   0.7.8claws91
7101
7102         * src/mimeview.c
7103                 fixed memleaks, coding style as pointed out by alfons
7104
7105 2002-07-21 [alfons]     0.7.8claws90
7106
7107         * src/messageview.c
7108         * src/noticeview.[ch]
7109                 o fix bug notice view being displayed when going to empty folder 
7110                   (noticed by Christoph)
7111                 o allow RRR to be sent when restarting sylpheed, or changing folder 
7112                   (noticed by Thorsten)
7113
7114 2002-07-21 [thorsten]   0.7.8claws89
7115
7116         * src/mimeview.c
7117                 Included save_all patch from Xaview FACQ
7118                 added support for pathnames
7119
7120 2002-07-21 [alfons]     0.7.8claws88
7121
7122         * po/POTFILES.in
7123         * src/Makefile.am
7124         * src/mainwindow.c
7125         * src/messageview.[ch]
7126         * src/noticeview.c      ** NEW FILE **
7127         * src/noticeview.h      ** NEW FILE **
7128                 make return receipts work again
7129                 (UI idea by Leandro Pereira)
7130
7131 2002-07-21 [paul]       0.7.8claws87
7132
7133         * src/summaryview.c
7134                 fix sensitivity of 'Select thread'
7135
7136 2002-07-21 [paul]       0.7.8claws86
7137
7138         * src/prefs_common.c
7139                 add browser command line for Galeon
7140
7141 2002-07-21 [paul]       0.7.8claws85
7142
7143         * Makefile.am
7144                 fix 'EXTRA_DIST': remove README.README, add TODO
7145                 and TODO.claws
7146
7147 2002-07-21 [alfons]     0.7.8claws84
7148
7149         * src/gtkstext.c
7150                 make enter clear selection
7151                 (closes "[ 579888 ] Editor selection/entry error"
7152                 reported by Steve Lamb)
7153
7154 2002-07-21 [alfons]     0.7.8claws83
7155         
7156         * src/summaryview.c
7157                 sort message list when selecting unthread messages
7158                 (closes "[ 501593 ] switching threaded view doesn't sort"
7159                 reported by Simon Schubert)
7160
7161 2002-07-20 [alfons]     0.7.8claws82
7162         
7163         * src/matcher.c
7164                 const-correctness
7165
7166 2002-07-20 [thorsten]   0.7.8claws81
7167
7168         * src/matcher.c
7169                 Fixed expansion of empty fields in matchactions
7170
7171 2002-07-19 [melvin]     0.7.8claws80
7172
7173         * src/gtkspell.c
7174                 Removed a duplicate menu entry (fast mode) introduced during
7175                 the new cache merge
7176                 Added a menu separator between 'Use alternate' and 'Fast mode'
7177
7178 2002-07-19 [paul]       0.7.8claws79
7179
7180         * tools/Makefile.am
7181           tools/README
7182                 correct typos
7183
7184 2002-07-19 [thorsten]   0.7.8claws78
7185
7186         * tools/calypso_convert.pl      ** NEW FILE **
7187           tools/README
7188           tools/Makefile.am
7189                 script to import mbox files exported
7190                 by calypso
7191                 o generates folder structure
7192                 o includes attachments
7193
7194 2002-07-19 [melvin]     0.7.8claws77
7195
7196         * src/selective_download.[ch]
7197                 Fixed bug where closing the dialog with the window manager's
7198                 close button will not unlock the summary
7199                 Corrected some function declarations that missed a return value
7200                 Made the source code comply better with coding style.
7201         * src/prefs_common.c
7202                 Added new browser command line for Mozilla.
7203
7204 2002-07-18 [paul]       0.7.8claws76
7205
7206         * src/mainwindow.c
7207           src/selective_download.[ch]
7208                 reflect theme changes, fix Gdk Warning when creating 
7209                 pixmap from NULL window, and minor clean up.
7210                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
7211
7212         * po/en_GB.po
7213                 updated
7214
7215 2002-07-17 [paul]       0.7.8claws75
7216
7217         * INSTALL[.jp]
7218                 sync with 0.8.0
7219         
7220         * po/en_GB.po
7221                 updated
7222
7223 2002-07-16 [paul]       0.7.8claws74
7224
7225         * tools/filter_conv.pl
7226           tools/README
7227                 replace conversion script with reimplemented version, 
7228                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
7229
7230 2002-07-16 [colin]      0.7.8claws73
7231
7232         * src/summaryview.c
7233                 remove forgotten debug messages - sorry ;-)
7234
7235 2002-07-16 [colin]      0.7.8claws72
7236
7237         * src/mimeview.c
7238           src/summaryview.c
7239           src/textview.c
7240           src/textview.h
7241                 add the ability to select part of a text mime-part 
7242                 to reply.
7243
7244 2002-07-15 [christoph]  0.7.8claws71
7245
7246         * src/folder.c
7247                 fix folder message count for folders without
7248                 msg_is_changed (includes news folders)
7249
7250 2002-07-15 [martin]     0.7.8claws70
7251
7252         * src/summaryview.c
7253                 option "display recipient on 'From'..." now works
7254                 without the need of enabling the option
7255                 "display  sender  using  address  book".
7256
7257 2002-07-15 [christoph]  0.7.8claws69
7258
7259         * src/summaryview.c
7260                 removed setting folder status from summaryview.
7261                 folder.c should update all message counts correctly.
7262
7263 2002-07-15 [paul]       0.7.8claws68
7264
7265         * po/pt_BR.po
7266                 updated by Fabio Junior Beneditto
7267
7268 2002-07-15 [darko]      0.7.8claws67
7269
7270         * src/mh.c
7271                 Fixed target folder colorization, don't decrease op
7272                 number twice
7273
7274 2002-07-14 [paul]       0.7.8claws66
7275
7276         * sync with main 0.8.0
7277                 see ChangeLog 2002-07-14
7278
7279 2002-07-13 [melvin]     0.7.8claws65
7280         
7281         * src/addrbook.c
7282         * src/addressbook.c
7283         * src/addrindex.c
7284                 Replaced sprintf by g_snprintf to prevent possible buffer
7285                 overflow.
7286         * src/news.c
7287                 Corrected a log message output format.
7288                 Added a missing "done" debug output.
7289         * src/compose.c
7290                 Added keyboard accelerator for Priority menu items
7291                 Added missing \n in debug output
7292         * src/logwindow.c
7293         * src/gtkspell.c
7294         * src/rfc2015.c
7295                 Added missing \n in debug output
7296
7297 2002-07-13 [paul]       0.7.8claws64
7298
7299         * man/sylpheed.1
7300                 change Sergey's email address to the sf address
7301
7302         * src/textview.c
7303                 increase show_url_timeout (more useful for long
7304                 urls)
7305
7306 2002-07-12 [sergey]     0.7.8claws63
7307
7308         * src/rfc2015.c
7309                 applied (with some modifications) patch to set the
7310                 micalg parameter for signatures
7311                 (2001-08-28 Werner Koch <wk@gnupg.org>)
7312
7313 2002-07-12 [sergey]     0.7.8claws62
7314
7315         * man/Makefile.am
7316         * configure.in
7317                 fixed man page installation
7318
7319 2002-07-12 [paul]       0.7.8claws61
7320
7321         * sync with 0.7.8cvs26
7322                 see ChangeLog 2002-07-11 and 2002-07-12
7323
7324 2002-07-11 [christoph]  0.7.8claws60
7325
7326         * src/compose.c
7327         * src/procmsg.c
7328                 first use the message number to find the message
7329                 to mark with a reply flag but check the
7330                 message-id if we got the correct message, if not
7331                 try to find it by message-id.
7332                 use new string seperator that is not allowed
7333                 in message-ids.
7334
7335 2002-07-11 [paul]       0.7.8claws59
7336
7337         * sync with 0.7.8cvs23
7338                 see ChangeLog 2002-07-10
7339
7340 2002-07-10 [christoph]  0.7.8claws58
7341
7342         * src/folder.[ch]
7343         * src/msgcache.[ch]
7344                 Added message-id table to the cache in memory
7345                 and functions to msgcache.c and folder.c to
7346                 fetch MsgInfos by message id
7347         * src/compose.c
7348         * src/procmsg.c
7349                 store folder and message-id of message replying
7350                 to in queue header and set reply flag after sending
7351                 (Closes bug #469498)
7352
7353 2002-07-10 [paul]       0.7.8claws57
7354
7355         * AUTHORS
7356           man/sylpheed.1.gz
7357                 add Martin to the list of authors
7358
7359 2002-07-09 [martin]     0.7.8claws56
7360         * src/gtksctree.c
7361                 Added gtk_ctree_last_visible(), tree_update_level(),
7362                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
7363                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
7364                 from gtk+ to gtksctree.c for the new sorting code
7365                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
7366                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
7367         * src/gtksctree.h
7368                 Added declaration for gtk_sctree_sort_recursive() and
7369                 gtk_sctree_sort_node
7370         * src/addressbook.c
7371         * src/foldersel.c
7372         * src/folderview.c
7373         * src/summaryview.c
7374                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
7375                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
7376
7377 2002-07-08 [paul]       0.7.8claws55
7378
7379         * more sync with 0.7.8cvs21
7380                 see ChangeLog 2002-07-08
7381
7382 2002-07-08 [paul]       0.7.8claws54
7383
7384         * sync with 0.7.8cvs21
7385                 see ChangeLog 2002-07-08
7386
7387 2002-07-07 [alfons]     0.7.8claws53
7388
7389         * src/Makefile.am
7390         * src/stock_pixmap.[ch]
7391         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
7392         * src/pixmaps/notice_error.xpm  ** NEW FILE **
7393         * src/pixmaps/notice_note.xpm   ** NEW FILE **
7394                 add new pixmaps for upcoming notice pane
7395
7396 2002-07-06 [melvin]     0.7.8claws52
7397
7398         * src/gtkspell.[ch]
7399                 Made them a bit closer to Sylpheed's coding style.
7400                 Removed old code.
7401                 Removed possible memory leaks when some errors occurs.
7402
7403 2002-07-06 [melvin]     0.7.8claws51
7404
7405         * po/Makefile.in.in
7406                 Removed --no-location in xgettext command line to help
7407                 translators that use Emacs' po-mode
7408         * src/quote_fmt.c
7409                 Removed unnecessary comments that messed up sylpheed.pot
7410
7411 2002-07-06 [paul]       0.7.8claws50
7412
7413         * sync with 0.7.8cvs19
7414                 see ChangeLog 2002-07-05
7415
7416 2002-07-06 [christoph]  0.7.8claws49
7417
7418         * src/folder.c
7419         * src/mainwindow.c
7420                 fix folder_item_remove_all_msg and folderview
7421                 status for trash folders after emptying trash
7422
7423 2002-07-05 [paul]       0.7.8claws48
7424
7425         * sync with 0.7.8cvs16
7426                 see ChangeLog 2002-07-04 and 2002-07-05
7427
7428 2002-07-04 [paul]       0.7.8claws47
7429
7430         * sync with 0.7.8cvs14
7431                 see  ChangeLog 2002-07-04
7432
7433 2002-07-03 [alfons]     0.7.8claws46
7434
7435         * src/folder.c
7436                 dupe folder item's path because it's being reallocated
7437                 by new folder scanning code
7438
7439 2002-07-03 [christoph]  0.7.8claws45
7440
7441         * src/imap.c
7442                 better IMAP uid fetching using 'FETCH 1:* (UID)'
7443         * src/msgcache.c
7444                 add missing return in msgcache_write
7445
7446 2002-07-02 [thorsten]   0.7.8claws44
7447
7448         * src/jpilot.c
7449         * src/msgcache.c
7450         * src/rfc2015.c
7451                 use binary mode for file access
7452
7453 2002-07-02 [christoph]  0.7.8claws43
7454
7455         * major code cleanup (part 1)
7456         
7457                 - unused variables removed
7458                 - unused functions removed
7459                 - uninitialized variables checked
7460                 - missing return statements added
7461                 - missing function return types added
7462                 - added parentheses around assignment and
7463                   && in || when suggested by gcc
7464               
7465         * src/mh.c
7466         * src/folder.c
7467                 replaced direct calls to folder->scan_tree
7468                 with folder_scan_tree and restore folder
7469                 prefs in this function. The folder should
7470                 not have to deal with them.
7471                 ( Should now work for all folder types )
7472
7473 2002-07-02 [paul]       0.7.8claws42
7474
7475         * sync with 0.7.8cvs13
7476                 see ChangeLog 2002-07-01 and 2002-07-02
7477
7478 2002-07-01 [christoph]  0.7.8claws41
7479
7480         * src/summaryview.c
7481                 fix "goto next/prev unread message" with
7482                 ignored threads
7483
7484 2002-07-01 [paul]       0.7.8claws40
7485
7486         * po/es.po
7487                 updated by Ricardo Mones Lastra
7488
7489 2002-06-30 [match]      0.7.8claws39
7490
7491         * src/jpilot.c
7492                 applied variation of leonerd's patch (566661) to
7493                 allow multiple email addresses per JPilot entry.
7494                 addresses may be separated by space, comma, pipe,
7495                 semi-colon, new-line.
7496
7497 2002-06-30 [alfons]     0.7.8claws38
7498
7499         * src/procmsg.c
7500                 simple fix for putting older nodes before
7501                 newer nodes when threading by subject
7502
7503 2002-06-30 [christoph]  0.7.8claws37
7504
7505         * src/folder.c
7506         * src/folderview.c
7507         * src/mh.c
7508         * src/news.c
7509         * src/procmsg.c
7510                 fix broken folder tree rescaning
7511                 and don't use procmsg_get_mark_sum
7512                 anymore
7513
7514 2002-06-30 [christoph]  0.7.8claws36
7515
7516         * merge new cache branch
7517         * src/imap.c
7518                 fix new cache imap copy bug
7519         * src/folder.c
7520                 improved folder_item_scan
7521                 it should now always set the correct
7522                 new, unread and total message counts
7523
7524 2002-06-29 [paul]       0.7.8claws35
7525
7526         * configure.in
7527                 correct syntax error
7528
7529 2002-06-29 [paul]       0.7.8claws34
7530
7531         * configure.in
7532           Makefile.am
7533           man/Makefile.am       ** NEW FILE **
7534           man/sylpheed.1.gz     ** NEW FILE **
7535                 add Sylpheed man page
7536
7537 2002-06-29 [paul]       0.7.8claws33
7538
7539         * po/pt_BR.po
7540                 updated by Fabio Junior Beneditto
7541
7542 2002-06-28 [jens]       0.7.8claws32
7543
7544         * po/de.po
7545                 translation updated
7546
7547         * src/selective_download.c
7548                 removed gettext for space " "
7549
7550         * src/imap.c
7551                 removed wrong space
7552
7553 2002-06-28 [paul]       0.7.8claws31
7554
7555         * sync with 0.7.8cvs11
7556                 see ChangeLog 2002-06-28
7557
7558 2002-06-28 [paul]       0.7.8claws30
7559
7560         * sync with 0.7.8cvs10
7561                 see ChangeLog 2002-06-27 and 2002-06-28
7562
7563 2002-06-26 [paul]       0.7.8claws29
7564
7565         * src/addrgather.c
7566           src/selective_download.c
7567                 don't gettextise empty strings.
7568                 reserved by gettext. gettext("") returns 
7569                 the header entry with meta information, 
7570                 not the empty string
7571
7572         * po/en_GB.po
7573                 updated
7574
7575 2002-06-26 [paul]       0.7.8claws28
7576
7577         * sync with 0.7.8cvs7
7578                 see ChangeLog 2002-06-25
7579
7580         * src/prefs_common.c
7581                 ...and in the process, tweak the gui a little
7582
7583 2002-06-25 [alfons]     0.7.8claws27
7584         
7585         * configure.in
7586         * src/Makefile.am
7587                 fine tune ldap library detection
7588
7589 2002-06-25 [alfons]     0.7.8claws26
7590
7591         * src/compose.c
7592                 don't allow return receipts when composing a news article
7593
7594 2002-06-25 [paul]       0.7.8claws25
7595
7596         * Makefile.am
7597                 add '$(AMTAR)' to 'release' section to allow for
7598                 new and older autotools
7599
7600 2002-06-25 [paul]       0.7.8claws24
7601
7602         * src/summaryview.c
7603                 fix "No more unread messages" persistant pop-up
7604                 window bug
7605
7606 2002-06-25 [paul]       0.7.8claws23
7607
7608         * po/it.po
7609                 updated by Alessandro Maestri
7610
7611 2002-06-25 [paul]       0.7.8claws22
7612
7613         * sync with 0.7.8cvs6
7614                 see ChangeLog 2002-06-25
7615
7616 2002-06-24 [paul]       0.7.8claws21
7617
7618         * tools/update-po
7619                 add GPL copyright information
7620
7621 2002-06-24 [paul]       0.7.8claws20
7622
7623         * tools/Makefile.am
7624           tools/README
7625           tools/update-po       ** NEW FILE **
7626                 add script that eases the creation of *.po files
7627                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
7628
7629 2002-06-23 [alfons]     0.7.8claws19
7630
7631         * src/messageview.c
7632                 make notification_convert_header obey const correctness
7633                 (next step will be fixing the broken return receipt)
7634
7635 2002-06-23 [paul]       0.7.8claws18
7636
7637         * src/messageview.c
7638                 fix bug introduced in last commit:
7639                 removed too much code in last commit - put back what's
7640                 needed
7641
7642 2002-06-23 [paul]       0.7.8claws17
7643
7644         * src/messageview.[ch]
7645                 remove code committed in error from locally patched
7646                 source
7647
7648 2002-06-23 [colin]      0.7.8claws16
7649
7650         * src/compose.[ch]
7651                 add compose_entry_select(), used to select the default_to
7652                 email address - hopefully avoiding people sending mails to
7653                 wrong recipients.
7654
7655 2002-06-22 [alfons]     0.7.8claws15
7656
7657         * AUTHORS
7658                 add Bram Metsch & Stanislav Karchebny
7659         * src/smtp.[ch]
7660         * src/prefs_account.[ch]
7661         * src/send.c
7662                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
7663                   options.  (see <http://sourceforge.net/tracker/index.php
7664                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
7665
7666                 - merge Stanislav's fix to make SMTP AUTH work with qmail
7667                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
7668
7669 2002-06-22 [paul]       0.7.8claws14
7670
7671         * sync with 0.7.8cvs5
7672                 see ChangeLog 2002-06-19 and 2002-06-20
7673
7674 2002-06-22 [alfons]     0.7.8claws13
7675
7676         * src/selective_download.c
7677                 fix a stupid mistake I made
7678
7679 2002-06-22 [alfons]     0.7.8claws12
7680
7681         * src/selective_download.[ch]
7682                 fix another unnoticed leak; cleanup code
7683
7684 2002-06-21 [alfons]
7685
7686         * tools/Makefile.am
7687                 gpg-sign <-- gpg-sign-syl
7688
7689 2002-06-21 [alfons]     0.7.8claws11
7690
7691         * src/selective_download.c
7692         * src/selective_download.h
7693                 fix assorted mix of allocation errors (should solve
7694                 problem reported by Philippe Gramoullé, see:
7695                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
7696
7697 2002-06-20 [melvin]     0.7.8claws10
7698
7699         * tools/gpg-sign *REMOVED*
7700           tools/gpg-sign-syl *ADDED*
7701                 Replaced the gpg clearsigning script with the version using
7702                 xterm instead of ssh-askpass and changed its name.
7703
7704         * README.claws
7705                 Updated actions example to reflect the renaming of the
7706                 gpg clearsigning script.
7707
7708 2002-06-19 [paul]       0.7.8claws9
7709
7710         * sync with 0.7.8claws9
7711                 see ChangeLog 2002-06-18 and 2002-06-19
7712
7713 2002-06-19 [paul]       0.7.8claws8
7714
7715         * sync with 0.7.8cvs1
7716                 see ChangeLog 2002-06-18
7717
7718 2002-06-18 [alfons]     0.7.8claws7
7719
7720         * src/mainwindow.h
7721                 add omitted prototype
7722
7723 2002-06-17 [paul]       0.7.8claws6
7724
7725         * src/mainwindow.c
7726                 fix hiding of exec_btn
7727
7728 2002-06-17 [paul]       0.7.8claws5
7729
7730         * src/pop.c
7731                 remove unneeded code: should_delete() 
7732                 and Pop3State::uidl_todelete_list
7733
7734 2002-06-17 [paul]       0.7.8claws4
7735
7736         * sync with 0.7.8
7737                 see ChangeLog 2002-06-11 and 2002-06-13
7738
7739 2002-06-16 [alfons]     0.7.8claws3
7740         
7741         * src/folder.c
7742                 make sure lock sort mode (claws specific) is
7743                 also persists after a tree rescan
7744
7745 2002-06-16 [alfons]     0.7.8claws2
7746
7747         * src/prefs_folder_item.c
7748         * src/folder.[ch]
7749                 fix persistence of folder sort mode (broken
7750                 by adapting Hiro's new folder persistence code)
7751
7752 2002-06-16 [alfons]     0.7.8claws1
7753
7754         * AUTHORS
7755         * src/logwindow.c
7756         * src/prefscommon.[ch]
7757                 control size of log text in log window; 
7758                 closes patch #569155 submitted by Mitko Haralanov.
7759
7760 2002-06-15 [paul]       0.7.8claws
7761
7762         * release of 0.7.8claws
7763
7764 2002-06-15 [paul]       0.7.7claws
7765
7766         * po/pt_BR.po
7767                 updated by Fabio Junior Beneditto
7768
7769 2002-06-14 [paul]       0.7.6claws49
7770
7771         * po/es.po
7772                 updated by Ricardo Mones Lastra
7773
7774 2002-06-14 [paul]       0.7.6claws48
7775
7776         * po/nl.po
7777                 updated translation by Wilbert Berendsen
7778
7779 2002-06-14 [melvin]     0.7.6claws47
7780
7781         * po/fr.po
7782                 Updated French translation
7783
7784 2002-06-13 [paul]       0.7.6claws46
7785
7786         * src/filesel.c
7787                 allow filename to be typed in, rather than just
7788                 selected by the mouse. Patch by Gustavo Noronha Silva.
7789
7790 2002-06-13 [alfons]     0.7.6claws45
7791
7792         * src/mainwindow.[ch]
7793                 more cleanups (removing unnecessary menu items Expand 
7794                 summary / message view)
7795
7796 2002-06-13 [melvin]     0.7.6claws44
7797
7798         * po/POTFILES.in
7799                 Added src/string_match.c
7800         * src/string_match.c
7801                 Fixed possible buffer overflow.
7802                 Corrected typo.
7803                 Added missing config.h header.
7804         * src/prefs_common.c
7805           src/prefs_matcher.c
7806           src/prefs_scoring.c
7807                 Made some strings translatable (missing _(..)).
7808
7809 2002-06-13 [melvin]     0.7.6claws43
7810
7811         * README.claws
7812                 Corrected action example (verifying clearsigned mail).
7813         * src/prefs_account.c
7814                 Corrected typo.
7815         * src/prefs_common.c
7816                 Removed incorrect line that generated a Gtk-CRITICAL msg.
7817
7818 2002-06-12 [alfons]     0.7.6claws42
7819
7820         * src/summaryview.c
7821                 add init of score column lost in 0.7.6claws42
7822
7823 2002-06-12 [paul]       0.7.6claws41
7824
7825         * src/prefs_account.c
7826                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
7827                 behavior of the radio buttons, (from 0.7.7cvs2)
7828
7829 2002-06-11 [alfons]     0.7.6claws40
7830
7831         * src/messageview.[ch]
7832         * src/summaryview.[ch]
7833         * src/summary_search.c
7834         * src/mainwindow.c
7835                 perform a sync to bring in Hiro's separate view implementation 
7836
7837                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
7838
7839 2002-06-11 [paul]       0.7.6claws39
7840         
7841         * src/prefs_account.c
7842                 correct a typo on the Receive tab
7843
7844 2002-06-10 [match]      0.7.6claws38
7845
7846         * src/addressbook.c
7847                 Included address completion patch from Gustavo Noronha.
7848
7849 2002-06-10 [paul]       0.7.6claws37
7850
7851         * src/inc.[ch]
7852           src/pop.c
7853           src/prefs_account.[ch]
7854           src/selective_download.[ch]
7855                 apply PATCH #561712
7856                  NEW:
7857                 - check if POP Account
7858                 - Receive Button renamed to Preview
7859                 - Preview Button Popup: preview new/all messages
7860                 - Download Button
7861                 - Account Preferences-->Receive tab checkbutton if you
7862                   want to remove Mail after Download
7863                 -: default YES
7864                 - Account Preferences-->Receive tab checkbutton use
7865                   filtering rules on preview
7866                   (think of delete_on_server)
7867                 -: default YES
7868                 - Account selectable from SD dialog
7869                 - checkbutton to show already downloaded messages if
7870                   all messages are previewed
7871                 - new clist column showing Date
7872                 - ESC KEY close
7873                 FIXES:
7874                 - play ball with UIDL
7875                 - fault tolerant (?) 
7876                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
7877
7878 2002-06-10 [melvin]     0.7.6claws36
7879
7880         * README.claws
7881                 Added a hint to ac/README in cvs instructions.
7882
7883         * src/prefs_actions.c
7884                 Made it possible to use a more elaborate command line
7885                 for asynchronous actions, too.
7886
7887 2002-06-10 [melvin]     0.7.6claws35
7888         
7889         * src/prefs_actions.c
7890                 Make it possible to use a more elaborate command line
7891                 (e.g. |foo|bar|cat>there;echo Done|)
7892                 Corrected error message when calling %f, %F and %p commands
7893                 from the compose window.
7894
7895 2002-06-09 [colin]      0.7.6claws34
7896
7897         * src/summaryview.c
7898                 Automatically find unread messages in current folder
7899                 before annoying the user.
7900
7901 2002-06-08 [alfons]     0.7.6claws33
7902
7903         * po/it.po
7904                 remove bad formatting string in it.po translation
7905                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
7906
7907 2002-06-08 [paul]       0.7.6claws32
7908
7909         * sync with 0.7.6cvs25
7910                 see ChangeLog 2002-06-07
7911
7912 2002-06-05 [paul]       0.7.6claws31
7913
7914         * src/mainwindow.c
7915                 add 'Sort by locked' and 'Sort by score'
7916
7917 2002-06-05 [paul]       0.7.6claws30
7918
7919         * sync with 0.7.6cvs24
7920                 see ChangeLog 2002-06-04
7921
7922 2002-06-04 [paul]       0.7.6claws29
7923
7924         * po/pt_BR.po
7925                 updated by Fabio Junior Beneditto
7926
7927 2002-06-03 [thorsten]   0.7.6claws28
7928
7929         * src/matcher.c
7930                 fclose() matcherrc after reading
7931
7932 2002-06-03 [paul]       0.7.6claws27
7933
7934         * sync with 0.7.6cvs21
7935                 see ChangeLog 2002-05-31
7936
7937 2002-05-31 [paul]       0.7.6claws26
7938
7939         * sync with 0.7.6cvs20
7940                 see ChangeLog 2002-05-29 and 2002-05-30
7941
7942 2002-05-31 [paul]       0.7.6claws25
7943
7944         * src/imap.c
7945                 hopefully fix last buggy sync
7946
7947         * README.claws
7948                 correct typo in 'Actions' examples
7949
7950 2002-05-29 [paul]       0.7.6claws24
7951
7952         * sync with 0.7.6cvs18
7953                 see ChangeLog 2002-05-28 and 2002-05-29
7954
7955         * src/news.c
7956           src/nntp.[ch]
7957                 sync with above 
7958
7959 2002-05-28 [paul]       0.7.6claws23
7960
7961         * sync with 0.7.6cvs16
7962                 see ChangeLog 2002-05-28
7963
7964 2002-05-27 [thorsten]   0.7.6claws22 
7965
7966         * faq/it/sylpheed-faq-1.html
7967           faq/it/sylpheed-faq-2.html
7968           faq/it/sylpheed-faq-3.html
7969           faq/it/sylpheed-faq.html
7970                 corrected DOS lineendings
7971         * faq/de/sylpheed-faq-1.html
7972           faq/de/sylpheed-faq-2.html
7973           faq/en/sylpheed-faq-1.html
7974           faq/en/sylpheed-faq-2.html
7975           faq/en/sylpheed-faq-3.html
7976           faq/es/sylpheed-faq-1.html
7977           faq/es/sylpheed-faq-2.html
7978           faq/es/sylpheed-faq-3.html
7979           faq/fr/sylpheed-faq-1.html
7980           faq/it/sylpheed-faq-1.html
7981           faq/it/sylpheed-faq-2.html
7982           faq/it/sylpheed-faq-3.html
7983           faq/it/sylpheed-faq.html
7984                 changed ">" to &quot;
7985
7986 2002-05-27 [paul]       0.7.6claws21
7987         
7988         * sync with 0.7.6cvs15
7989                 see ChangeLog 2002-05-27
7990
7991 2002-05-27 [paul]       0.7.6claws20
7992
7993         * src/prefs_account.c
7994                 correct a typo
7995
7996 2002-05-26 [paul]       0.7.6claws19
7997
7998         * tools/README
7999                 correct a typo
8000
8001 2002-05-25 [paul]       0.7.6claws18
8002
8003         * tools/README
8004                 add description of kmail2sylpheed.pl
8005
8006 2002-05-25 [paul]       0.7.6claws17
8007
8008         * tools/kmail2sylpheed.pl       ** NEW FILE **
8009                 perl script that converts an exported Kmail address
8010                 book, converts it to sylpheed addressbook file,
8011                 writes the file to .sylpheed, and updates
8012                 addrbook--index.xml 
8013
8014 2002-05-25 [paul]       0.7.6claws16
8015
8016         * sync with 0.7.6cvs14
8017                 see ChangeLog 2002-05-23
8018
8019 2002-05-24 [paul]       0.7.6claws15
8020
8021         * README.claws
8022                 make a correction and add some more info
8023
8024 2002-05-24 [paul]       0.7.6claws14
8025
8026         * src/compose.c
8027                 fix memory leak in 
8028                 compose_redirect_write_headers_from_headerlist()
8029                 add Subject and Resent-Message-ID to
8030                 compose_redirect_write_headers()
8031                 Received, Subject, and X-UIDL are filtered out in 
8032                 compose_redirect_write_to_file()
8033
8034 2002-05-23 [paul]       0.7.6claws13
8035
8036         * src/compose.[ch]
8037           src/filtering.c
8038           src/mainwindow.c
8039           src/matcher.[ch]
8040           src/matcher_parser_lex.l
8041           src/matcher_parser_parse.y
8042           src/prefs_common.[ch]
8043           src/prefs_filtering.c
8044           src/summaryview.c
8045                 rename 'Bounce' to 'Redirect'
8046
8047 2002-05-23 [paul]       0.7.6claws12
8048
8049         * more sync with 0.7.6cvs13
8050           src/compose.c
8051                 see ChangeLog 2002-05-22
8052
8053 2002-05-22 [paul]       0.7.6claws11
8054
8055         * sync with 0.7.6cvs13
8056           src/codeconv.c
8057                 see ChangeLog 2002-05-20
8058           src/prefs_common.c
8059                 see ChangeLog 2002-05-22
8060
8061 2002-05-21 [melvin]     0.7.6claws10
8062
8063         * src/folderview.c
8064                 Added missing filtering and scoring headers
8065                 Fixed bad function call that showed garbage 
8066                 in Folder->Processing
8067
8068 2002-05-21 [paul]       0.7.6claws9
8069
8070         * tools/Makefile.am
8071                 make all tools executable, (patch by Alfons).
8072
8073 2002-05-20 [alfons]     0.7.6claws8
8074
8075         * src/procheader.c
8076                 don't forget to call mktime() so we have a valid week 
8077                 and year day
8078                 (Bug report by Roger Sondermann <mail@jumaros.de>)
8079
8080 2002-05-20 [paul]       0.7.6claws7
8081
8082         * src/html.c
8083                 fix broken parsing of urls
8084         * src/textview.c
8085                 fix displaying of urls
8086
8087                 both fixes from the patch [547855] by Eugene 
8088                 Brevdo (zonem)
8089
8090 2002-05-19 [alfons]     0.7.6claws6
8091
8092         * configure.in
8093                 make sylpheed configure correctly with the latest
8094                 and greatest of automake / autoconf / gettext
8095
8096 2002-05-19 [alfons]     0.7.6claws5
8097
8098         * src/procheader.c
8099         * src/procheader.h
8100                 add function for returning ime zone offset
8101         * src/quote_fmt.c
8102         * src/quote_fmt_parse.y
8103                 better quotation formatting - does not convert
8104                 to local time, but uses the original date string.
8105                 
8106                 Note: %z inserts the timezone offset (should 
8107                 work also on platforms where strftime does not
8108                 support %z).
8109
8110 2002-05-18 [christoph]  0.7.6claws4
8111
8112         * src/summaryview.c
8113                 fix indentation of some code
8114         * tools/Makefile.am
8115                 fix spaces after \
8116         * src/Makefile.am
8117                 add missing \
8118                 correct path for ignorethread.xpm
8119                 incorrect filename for sylpheed_logo.xpm
8120                 add missing include matcher_parser_parse.h
8121
8122 2002-05-18 [paul]       0.7.6claws3
8123
8124         * sync with 0.7.6cvs8
8125                 see ChangeLog 2002-05-16 and 2002-05-17
8126
8127 2002-05-18 [melvin]     0.7.6claws2
8128
8129         * README.claws
8130                 Corrected an action's definition and fixed some misspellings.
8131
8132 2002-05-18 [paul]       0.7.6claws1
8133
8134         * tools/Makefile.am
8135           tools/gpg-sign        ** new file **
8136           tools/uudec           ** new file **
8137                 add Melvin's Actions scripts
8138
8139         * README.claws
8140                 add Melvin's descriptions for Actions
8141
8142 2002-05-18 [paul]       0.7.6claws
8143
8144         * Version 0.7.6claws released
8145
8146 2002-05-17 [paul]       0.7.5claws32
8147
8148         * po/es.po
8149                 updated by Ricardo Mones Lastra
8150
8151 2002-05-17 [paul]       0.7.5claws31
8152
8153         * src/compose.c
8154                 fix Account prefs default folder for sent/draft/deleted
8155                 messages bug
8156
8157         * po/it.po
8158           po/nl.po
8159                 updated translation by Alessandro Maestri and
8160                 Wilbert Berendsen
8161
8162 2002-05-17 [melvin]     0.7.5claws30
8163
8164         * src/prefs_actions.c
8165                 Fixed bug where using %F not at the end of the command 
8166                 resulted in an additional empty argument being created.
8167                 Thanks to Darko Koruga for reporting the bug.
8168
8169 2002-05-17 [melvin]     0.7.5claws29
8170
8171         * po/fr.po
8172                 Updated French translations.
8173
8174 2002-05-15 [paul]       0.7.5claws28
8175         
8176         * po/es.po
8177                 updated by Ricardo Mones Lastra
8178
8179 2002-05-15 [paul]       0.7.5claws27
8180
8181         * sync with 0.7.6cvs4
8182                 see ChangeLog 2002-05-14 and 2002-05-15
8183
8184 2002-05-14 [paul]       0.7.5claws26
8185
8186         * sync with 0.7.6cvs1
8187                 see ChangeLog 2002-05-13
8188
8189 2002-05-13 [thorsten]   0.7.5claws25
8190
8191         * src/messageview.c
8192                 fix select_all and copy in multipart messages
8193         * src/mainwindow.c
8194                 fix select_all and copy in multipart messages
8195
8196 2002-05-12 [paul]       0.7.5claws24
8197
8198         * src/summaryview.c
8199                 reverse last commit, bug already fixed in 0.7.5claws3
8200
8201 2002-05-12 [netztorte]  0.7.5claws23
8202
8203         * src/summaryview.c
8204                 dont parse empty addressbook (checked in before claws20)
8205
8206 2002-05-12 [melvin]     0.7.5claws22
8207
8208         * src/procmsg.[ch]
8209                 Removed unneeded priority code introduced by the previous 
8210                 commit.
8211
8212 2002-05-12 [melvin]     0.7.5claws21
8213
8214         * src/compose.[ch]
8215                 Added possibility to set message's priority.
8216         * src/procmsg.[ch]
8217                 Added possibility to set message's priority.
8218                 Added missing headers
8219
8220 2002-05-12 [melvin]     0.7.5claws20
8221
8222         * src/prefs_actions.c
8223                 Removed implicitely added quotes around the name
8224                 of the temporary files of mime parts.
8225
8226 2002-05-12 [paul]       0.7.5claws19
8227
8228         * sync with 0.7.5cvs20
8229                 see ChangeLog 2002-05-11
8230
8231 2002-05-12 [alfons]     0.7.5claws18
8232
8233         * src/quote_fmt_lex.l
8234         * src/quote_fmt_parse.y
8235                 allow quote / reply date & time format to be set using
8236                 %D{format}. format is a format string you'd pass to
8237                 strftime() (see man strftime, or the Display tab |
8238                 Date format setting).
8239
8240                 Currently %D converts the date to local time. 
8241
8242 2002-05-11 [paul]       0.7.5claws17
8243
8244         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
8245                 see ChangeLog 2002-05-10 and 2002-05-11
8246
8247 2002-05-10 [paul]       0.7.5claws16
8248
8249         * sync with 0.7.5cvs16
8250                 see ChangeLog entries 2002-05-09 and 
8251                 2002-05-10
8252
8253 2002-05-10 [colin]      0.7.5claws15
8254
8255         * src/textview.c
8256                 Corrected a bug that prevented sylpheed to open
8257                 double-clicked URIs.
8258
8259 2002-05-09 [paul]       0.7.5claws14
8260
8261         * sync with 0.7.5cvs14
8262                 see ChangeLog 2002-05-08 and 2002-05-09
8263
8264 2002-05-08 [paul]       0.7.5claws13
8265
8266         * sync with 0.7.5cvs11
8267                 see ChangeLog entry 2002-05-08
8268
8269 2002-05-08 [paul]       0.7.5claws12
8270
8271         * src/mainwindow.c
8272           src/textview.[ch]
8273                 fix segfault on View->Open in new window
8274                 patch submitted by Thorsten Maerz <torte@netztorte.de>
8275
8276 2002-05-07 [paul]       0.7.5claws11
8277
8278         * sync with 0.7.5cvs9
8279                 see ChangeLog entry 2002-05-07
8280
8281 2002-05-06 [paul]       0.7.5claws10
8282
8283         * src/messageview.c
8284           src/textview.c
8285                 display url in statusbar on single-click
8286                 patch submitted by Thorsten Maerz <torte@netztorte.de>
8287
8288 2002-05-06 [match]      0.7.5claws9
8289
8290         * src/addritem.[ch]
8291                 new functions.
8292         * src/addrcache.c
8293                 tidy up.
8294         * src/xmlprops.[ch]
8295                 XML implementation of properties file.
8296         * src/exporthtml.[ch]
8297         * src/expthtmldlg.[ch]
8298         * src/addressbook.c
8299                 export to HTML.
8300
8301 2002-05-02 [sergey]     0.7.5claws8
8302
8303         * src/mainwindow.c (mainwin_entries),
8304           src/prefs_common.c (prefs_send_create()),
8305           src/codeconv.c (locale_table):
8306                 use charset name "Windows-1251" instead of "CP1251".
8307
8308 2002-05-02 [colin]      0.7.5claws7
8309         
8310         * src/compose.c
8311           src/prefs_common.c
8312           src/prefs_folder_item.c
8313                 Fixed cosmetics bugs due to Outbox renamed to Sent.
8314
8315 2002-05-02 [hiro]       0.7.5claws6
8316
8317         * src/imap.c
8318                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
8319
8320 2002-05-02 [paul]       0.7.5claws5
8321
8322         * src/compose.c
8323                 more sync with 0.7.5cvs7, see ChangeLog entry
8324                 2002-05-02
8325
8326 2002-05-02 [hiro]       0.7.5claws4
8327
8328         * src/compose.c
8329                 compose_queue_sub():
8330                 check if queue folder exists (closes #550397).
8331                 removed directory creation since it should be handled
8332                 transparently.
8333         * src/imap.c
8334                 imap_add_msg(): return UID for appended message
8335                 (closes #548842).
8336
8337 2002-04-30 [paul]       0.7.5claws3
8338
8339         * src/summaryview.c
8340                 fix account_find_from_address() bug
8341
8342 2002-04-28 [colin]      0.7.5claws2
8343
8344         * src/compose.c
8345           src/textview.c
8346           src/prefs_common.[ch]
8347           src/utils.[ch]
8348                 Added user-definable quotation characters recognition.
8349
8350 2002-04-28 [paul]       0.7.5claws1
8351
8352         * sync with 0.7.5cvs4
8353                 see ChangeLog entry  2002-04-25
8354
8355 2002-04-28 [paul]       0.7.5claws
8356
8357         * po/es.po
8358           po/nl.po
8359           po/pt_BR.po
8360                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
8361                 Fabio Junior Beneditto
8362
8363 2002-04-27 [jens]       0.7.4claws103
8364
8365         * po/de.po
8366                 updated German translation.
8367
8368 2002-04-27 [hiro]       0.7.4claws102
8369
8370         * src/summaryview.c
8371                 summary_write_cache(): fixed the mark loss of hidden messages.
8372
8373 2002-04-26 [melvin]     0.7.4claws101
8374
8375         * src/procmsg.c
8376                 fixed a second typo (same one)
8377         * po/fr.po
8378           po/it.po
8379           po/pt_BR.po
8380                 fixed the type again...
8381
8382 2002-04-26 [melvin]     0.7.4claws100
8383
8384         * src/procmsg.c
8385                 fixed a typo in an alert message ("temorary").
8386         * po/it.po
8387         * po/pt_BR.po
8388                 corrected the typo  described above.
8389         * po/fr.po
8390                 updated French translation.
8391
8392 2002-04-26 [darko]      0.7.4claws99
8393
8394         * src/summaryview.c
8395                 fix target folder colorization
8396
8397 2002-04-25 [paul]       0.7.4claws98
8398
8399         * po/it.po
8400                 updated by Alessandro Maestri
8401
8402 2002-04-24 [colin]      0.7.4claws97
8403         
8404         * src/compose.c
8405                 Fixed double "subject is empty" question.
8406
8407 2002-04-23 [colin]      0.7.4claws96
8408         
8409         * src/mimeview.c
8410                 Corrected issue when "automatically display images" was
8411                 not set : first image remained after selecting second.
8412
8413 2002-04-23 [melvin]     0.7.4claws95
8414
8415         * src/prefs_actions.c
8416                 Don't display in/out dialog if there is nothing to show.
8417
8418 2002-04-23 [paul]       0.7.4claws94
8419
8420         * sync with 0.7.5cvs3
8421                 bug fixes: see ChangeLog entry 2002-04-23
8422
8423 2002-04-22 [darko]      0.7.4claws93
8424
8425         * src/compose.c
8426                 fix previous check-in which changed code after
8427                 merge from main
8428
8429 2002-04-22 [paul]       0.7.4claws92
8430
8431         * faq/de/*
8432                 add German FAQ
8433         * faq/en/*
8434           faq/es/*
8435           faq/fr/*
8436                 update English, Spanish and French FAQs
8437         * manual/de/*
8438           manual/es/*
8439                 add German and Spanish manuals
8440         * manual/en/*
8441           manual/fr/*
8442                 update English and French manuals
8443
8444         * src/Makefile.am
8445                 add to and re-arrange the pixmap entries
8446
8447 2002-04-22 [darko]      0.7.4claws91
8448
8449         * src/compose.c
8450                 fix sender initials recognition to only allow
8451                 '>' after the initials
8452
8453 2002-04-21 [paul]       0.7.4claws90
8454
8455         * sync with 0.7.5 release
8456                 see ChangeLog entry 2002-04-21
8457
8458 2002-04-21 [alfons]
8459
8460         * src/Makefile.am
8461                 add colin's new pixmaps to EXTRA_DIST
8462
8463 2002-04-21 [colin]      0.7.4claws89
8464         * src/compose.c
8465         * src/inc.c
8466         * src/mainwindow.[ch]
8467         * src/prefs_common.[ch]
8468         * src/stock_pixmap.[ch]
8469                 Added "Work offline" ability.
8470
8471 2002-04-21 [colin]      0.7.4claws88
8472         
8473         * src/mimeview.c
8474         * src/prefs_common.c
8475         * src/prefs_common.h
8476         * src/textview.c : Added an option to common preferences -> display
8477           to allow user not to automatically display images.
8478
8479 2002-04-21 [paul]       0.7.4claws87
8480
8481         * sync with 0.7.4cvs52
8482                 see ChangeLog entry 2002-04-21 (src/imap.c)
8483
8484 2002-04-21 [paul]       0.7.4claws86
8485
8486         * sync with 0.7.4cvs51
8487                 see ChangeLog entry 2002-04-21
8488
8489 2002-04-21 [paul]       0.7.4claws85
8490
8491         * sync with 0.7.4cvs49
8492                 see ChangeLog entries 2002-04-20 and 2002-04-21
8493
8494         * src/Makefile.am
8495                 clean up: remove old 'stock_' element from xpm 
8496                 filenames.
8497
8498 2002-04-21 [alfons]     0.7.4claws84
8499
8500         apply sync patch from Paul
8501
8502         * src/folderview.c
8503                 use old claws prefs_folder_item_create() for now
8504
8505 2002-04-19 [match]      0.7.4claws83
8506
8507         * src/addressbook.[ch]
8508         * src/addrharvest.[ch]
8509         * src/addrgather.[ch]
8510                 recurse folders.
8511         * src/mainwindow.c
8512         * src/summaryview.[ch]
8513                 change menu option.
8514
8515 2002-04-19 [paul]       0.7.4claws82
8516
8517         * po/pt_BR.po
8518                 updated by Fabio Junior Beneditto
8519
8520 2002-04-14 [alfons]     0.7.4claws81
8521
8522         * src/passphrase.c
8523                 add #include <sys/types.h> for mode_t and off_t 
8524
8525 2002-04-13 [paul]       0.7.4claws80
8526         
8527         * src/main.c
8528           src/passphrase.[ch]
8529           src/pgptext.c
8530           src/prefs_common.[ch]
8531           src/rfc2015.c
8532                 enable storing of GnuPG passphrase for the whole 
8533                 session or a user-defined number of minutes. patch 
8534                 submitted by Ravemax <ravemax@dextrose.com>
8535
8536 2002-04-13 [alfons]     0.7.4claws79
8537
8538         * src/textview.c
8539                 make email parser also stop scanning when encountering separators
8540                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
8541
8542 2002-04-13 [paul]       0.7.4claws78
8543
8544         * sync with 0.7.4cvs39
8545                 see ChangeLog entry 2002-04-12
8546
8547 2002-04-11 [paul]       0.7.4claws77
8548
8549         * sync with 0.7.4cvs37
8550                 see ChangeLog entry 2002-04-11
8551
8552 2002-04-11 [paul]       0.7.4claws76
8553
8554         * COPYING 
8555                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
8556                 the clause for OpenSSL). sync with sylpheed main
8557
8558 2002-04-09 [melvin]     0.7.4claws75
8559
8560         * src/compose.c
8561                 Made 'Ctrl-Enter' on send ignore some modifiers 
8562                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
8563                 to bind other *-Enter (but not Alt-Enter).
8564
8565 2002-04-09 [paul]       0.7.4claws74
8566
8567         * sync with 0.7.4cvs35
8568                 see ChangeLog entries 2002-04-09
8569
8570 2002-04-08 [paul]       0.7.4claws73
8571
8572         * sync with 0.7.4cvs33
8573                 see ChangeLog entry 200-04-08
8574
8575 2002-04-07 [match]      0.7.4claws72
8576
8577         * src/addrharvest.[ch]
8578                 fixed to read all addresses in header, regardless
8579                 of header size. improved name parsing. accommodate
8580                 harvest from folders and selected message.
8581         * src/addritem.[ch]
8582                 included new address parsing function.
8583         * src/addrgather.[ch]
8584         * src/addressbook.[ch]
8585         * src/summaryview.[ch]
8586         * src/mainwindow.c
8587                 allow address harvest of folder as well as selected
8588                 messages.
8589
8590 2002-04-07 [paul]       0.7.4claws71
8591
8592         * src/esmtp.[ch]
8593           src/smtp.c
8594                 don't try to authenticate with CRAM-MD5 in SMTP when 
8595                 SMTP-AUTH enabled if MTA doesn't issue this 
8596                 auth-method in it's ehlo-response. bug item #531364,
8597                 patch item #938910. patch submitted by Colin Leroy 
8598                 <colin@colino.net>
8599
8600 2002-04-07 [paul]       0.7.4claws70
8601
8602         * src/nntp.c
8603                 fix missing MODE_READER bug. patch submitted by
8604                 Colin Leroy <colin@colino.net>
8605
8606 2002-04-07 [alfons]     0.7.4claws69
8607
8608         * src/matcher.[ch]
8609         * src/prefs_filtering.c
8610         * src/summaryview.c
8611                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
8612                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
8613
8614 2002-04-07 [paul]       0.7.4claws68
8615
8616         * sync with 0.7.4cvs32
8617                 see ChangeLog entry 2002-04-06
8618
8619         * tools/filter_conv.pl
8620                 more bug fixes
8621
8622 2002-04-06 [paul]       0.7.4claws67
8623
8624         * tools/filter_conv.pl
8625                 modify to be able to find the name of the first
8626                 mailbox and use that. main's filter does not
8627                 record the full path to the mailbox and therefore
8628                 can only filter to the first mailbox.
8629
8630 2002-04-05 [paul]       0.7.4claws66
8631
8632         * tools/filter_conv.pl
8633                 attempt to make the script all-encompassing and
8634                 be able to convert any main 'filter' rule thrown
8635                 at it
8636
8637 2002-04-05 [paul]       0.7.4claws65
8638
8639         * tools/filter_conv.pl
8640                 allow for collapsed folder trees
8641
8642 2002-04-05 [paul]       0.7.4claws64
8643
8644         * sync with 0.7.4cvs31
8645                 see ChangeLog entries 2002-04-05
8646
8647 2002-04-03 [paul]       0.7.4claws63
8648
8649         * sync with 0.7.4cvs29
8650                 see ChangeLog entries 2002-04-02 and 2002-04-03
8651
8652 2002-04-02 [paul]       0.7.4claws62
8653
8654         * sync with 0.7.4cvs26
8655                 see ChangeLog entry 2002-04-01
8656
8657 2002-04-02 [match]      0.7.4claws61
8658
8659         * src/pine.[ch]
8660         * src/importpine.[ch]
8661         * src/addressbook.c
8662                 import Pine address book.
8663
8664 2002-04-02 [match]      0.7.4claws60
8665
8666         * src/addrharvest.[ch]
8667                 improve address parsing of funky addresses.
8668
8669 2002-04-02 [darko]      0.7.4claws59
8670
8671         * src/compose.c
8672                 wrap on send improvements, it now recognizes quoted
8673                 initials as part of the quotation string, and it
8674                 does not join lines separated by CR
8675
8676 2002-04-01 [match]      0.7.4claws58
8677
8678         * src/mgutils.[ch]
8679                 added new functions.
8680         * src/mutt.[ch]
8681                 remove excessive duplicate address generation
8682                 on import.
8683
8684 2002-04-01 [alfons]     0.7.4claws57
8685         
8686         * src/summaryview.c
8687                 put back g_free() 
8688
8689 2002-04-01 [paul]       0.7.4claws56
8690
8691         * sync with 0.7.4cvs25
8692                 see ChangeLog entry 2002-04-01
8693
8694 2002-04-01 [alfons]     0.7.4aprilfool55
8695
8696         * src/summaryview.c
8697                 honour feature request item #537427 to allow for
8698                 displaying names from address book for sent mail also
8699
8700 2002-03-29 [paul]       0.7.4claws54
8701
8702         * src/mainwindow.c
8703           src/prefs_filtering.[ch]
8704           src/prefs_matcher.c
8705           src/summaryview.c
8706                 add 'fast filter' for claws' filtering,
8707                 /Tools/Create filter rule/... patch submitted
8708                 by Neill Miller <neillm@thecodefactory.org>
8709
8710 2002-03-29 [paul]       0.7.4claws53
8711
8712         * sync with 0.7.4cvs24
8713                 see ChangeLog entry 2002-03-29
8714
8715 2002-03-28 [paul]       0.7.4claws52
8716
8717         * sync with 0.7.4cvs23
8718                 see ChangeLog entry 2002-03-28
8719
8720 2002-03-27 [melvin]     0.7.4claws51
8721
8722         * src/prefs_actions.c
8723                 Added support to pass only one message part (as a
8724                 file) to the command using '%p'. No quotes are needed
8725                 because doubles quotes are automatically added.
8726                 Fixed bug where Sylpheed could block when waiting for
8727                 a child process to finish.
8728                 Changed the help menu to remove quotes around symbols to 
8729                 avoid misinterpretation (they must not be used).
8730
8731 2002-03-27 [melvin]     0.7.4claws50
8732
8733         * src/inc.c
8734                 Made the new mail notification command always 
8735                 execute asynchronously.
8736
8737 2002-03-27 [paul]       0.7.4claws49
8738
8739         * src/compose.c
8740                 fix bug introduced in last commit
8741
8742 2002-03-27 [paul]       0.7.4claws48
8743
8744         * sync with 0.7.4cvs21
8745                 see ChangeLog 2002-03-26 and 2002-03-27
8746
8747 2002-03-26 [hoa]        0.7.4claws47
8748
8749         * src/prefs_folder_item.c
8750                 really fixed the bug #516442 with folder rescan.
8751
8752 2002-03-26 [paul]       0.7.4claws46
8753
8754         * sync with 0.7.4cvs19
8755                 see ChangeLog entries 2002-03-25 and 2002-03-26
8756
8757 2002-03-25 [hoa]        0.7.4claws45
8758
8759         * src/matcher.c
8760         * src/mh.c
8761                 fix the bug #516442 with folder rescan.
8762
8763         * src/prefs_common.[ch]
8764         * src/compose.c
8765                 added an option to enable two different behaviours
8766                 for bounce.
8767
8768
8769 2002-03-25 [paul]       0.7.4claws44
8770
8771         * src/mainwindow.c
8772           src/selective_download.c
8773                 correct a few menuitem labels
8774
8775 2002-03-25 [christoph]  0.7.4claws43
8776
8777         * src/procmsg.c
8778                 fix non deleted tmp message in
8779                 procmsg_save_to_outbox
8780                 fix problems caused by sync with
8781                 main branch's procmsg_send_queue
8782
8783 2002-03-25 [paul]       0.7.4claws42
8784
8785         * src/quote_fmt.c
8786           src/quote_fmt_lex.l
8787           src/quote_fmt_parse.y
8788                 add Last name (%L) placeholder for quoting. 
8789                 patch submitted by Thorsten Thielen 
8790                 <thth@users.sourceforge.net>
8791
8792 2002-03-25 [paul]       0.7.4claws41
8793
8794         * src/utils.c
8795                 get full hostname. patch submitted by
8796                 Bob Woodside <rwoodside1@comcast.net>
8797
8798 2002-03-25 [paul]       0.7.4claws40
8799
8800         * src/account.c
8801           src/news.c
8802           src/nntp.[ch]
8803           src/prefs_account.[ch]
8804                 enable NNTP over SSL. patch submitted by
8805                 Pascal Jermini <pascal@infinity.hn.org>
8806
8807 2002-03-24 [paul]       0.7.4claws39
8808
8809         * src/prefs_common.c
8810                 make the arrangement of the Compose tab more
8811                 coherent
8812
8813         * src/mainwindow.c
8814                 fix some irregularities of style
8815
8816         * po/de.po
8817                 updated by Kilian Krause
8818
8819 2002-03-23 [paul]       0.7.4claws38
8820
8821         * po/pt_BR.po
8822                 updated by Fabio Junior Beneditto
8823
8824 2002-03-23 [paul]       0.7.4claws37
8825
8826         * src/mainwindow.c
8827                 move 'Gather addresses' to 'Tools' menu
8828                 make 'Selective download' sensitive
8829
8830 2002-03-23 [paul]       0.7.4claws36
8831
8832         * sync with 0.7.4cvs16
8833                 see ChangeLog entries 2002-03-23
8834
8835 2002-03-22 [christoph]  0.7.4claws35
8836
8837         * src/quote_fmt_parse.y
8838                 fix include program output
8839
8840 2002-03-22 [alfons]     0.7.4claws34
8841
8842         * src/pop.c
8843                 initialize GDate stack variable correctly (sorry!)
8844
8845 2002-03-22 [paul]       0.7.4claws33
8846
8847         * src/compose.c
8848           src/mainwindow.c
8849           src/prefs_actions.c
8850           src/prefs_common.c
8851                 rename 'Tool' to 'Tools'
8852
8853         * src/mainwindow.c
8854                 move 'Delete duplicated messages' from
8855                 'Message/' to 'Tools/'
8856                 re-arrange the order of 'Tools/' items
8857
8858 2002-03-22 [paul]       0.7.4claws32
8859
8860         * src/addr_compl.c
8861           src/addressbook.[ch]
8862                 auto-address completion now also matches on
8863                 Nickname. patch submitted by Bob Forsman 
8864                 <hammor@users.sourceforge.net>
8865
8866         * src/editaddress.c
8867                 correct a spelling mistake
8868
8869 2002-03-22 [alfons]     0.7.4claws31
8870
8871         * src/pop.c
8872                 fix getting uidl from incorrect string 
8873                 (spotted by Colin)
8874
8875 2002-03-21 [alfons]     0.7.4claws30
8876
8877         * src/pop.c
8878                 more code refactoring
8879                 plug mem leak introduced by delete on server
8880
8881 2002-03-21 [paul]       0.7.4claws29
8882
8883         * sync with 0.7.4cvs11
8884                 see ChangeLog entries 2002-03-20
8885
8886 2002-03-20 [alfons]     0.7.4claws28
8887
8888         * src/inc.c
8889                 apply Colin's patch and refactor
8890
8891 2002-03-20 [paul]       0.7.4claws27
8892
8893         * sync with sylpheed 0.7.4cvs9
8894                 see ChangeLog entry 2002-03-20
8895
8896 2002-03-19 [christoph]  0.7.4claws26
8897
8898         * src/mh.c
8899         * src/procmsg.[ch]
8900         * src/summaryview.c
8901                 revert changes for flag updates
8902                 (does not work correctly and no time to debug)
8903
8904 2002-03-20 [alfons]     0.7.4claws25
8905
8906         * src/pop.c
8907                 refactor should_delete() a little bit 
8908
8909 2002-03-19 [paul]       0.7.4claws24
8910
8911         * src/inc.[ch]
8912           src/pop.c
8913           src/prefs_account.[ch]
8914                 allow the user to leave downloaded mail on the 
8915                 server for n days. Patch submitted by Colin Leroy 
8916                 <colin@colino.net>
8917
8918 2002-02-19 [paul]       0.7.4claws23
8919
8920         * sync with sylpheed 0.7.4cvs8
8921                 see ChangeLog entries 2002-03-19
8922
8923 2002-03-18 [paul]       0.7.4claws22
8924
8925         * sync with sylpheed 0.7.4cvs6
8926                 see ChangeLog entry 2002-03-18
8927
8928 2002-03-18 [paul]       0.7.4claws21
8929
8930         * po/en_GB.po
8931                 add en_GB message catalogue
8932
8933         * src/mbox_folder.c
8934           src/prefs_account.c
8935           src/prefs_actions.c
8936                 correct a few spelling mistakes
8937
8938 2002-03-17 [alfons]     0.7.4claws20
8939
8940         * src/matcher.c
8941                 more stringent checks for NULL params when writing
8942                 filtering actions to a file
8943                 
8944 2002-03-17 [hoa]        0.7.3claws20
8945
8946         * src/news.c
8947                 fixed the count of new messages
8948
8949         * src/compose.c
8950                 fixed the "attachment properties" window
8951
8952 2002-03-17 [paul]       0.7.4claws19
8953
8954         * src/defs.h
8955           src/folder.h
8956           src/news.c
8957           src/prefs_account.[ch]
8958           src/procmsg.[ch]
8959           src/summaryview.c
8960                 automatically mark cross-posted messages as read 
8961                 and (optionally) give them a colour label
8962                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
8963                 
8964
8965 2002-03-17 [paul]       0.7.4claws18
8966
8967         * sync with sylpheed 0.7.4cvs5
8968                 see ChangeLog entry 2002-03-17
8969
8970 2002-03-17 [melvin]     0.7.4claws17
8971         
8972         * src/textview.c
8973                 Worked around a gtktext 'bug': when searching for 
8974                 a text in a long message it was scrolling slowly
8975                 line by line until it hit the searched text.
8976         * po/fr.po
8977                 Updated French translation
8978
8979 2002-03-17 [melvin]     0.7.4claws16
8980
8981         * src/mainwindow.c
8982         * src/compose.c
8983         * src/prefs_actions.c
8984                 Moved "Edit/Actions" to "Tool/Actions"
8985                 Made mainwindow/compose window sensitive as soon as
8986                 no child process is running anymore even if the io dialog
8987                 is open.
8988                 Fixed a struct being initialized with a non constant char*
8989
8990 2002-03-16 [christoph]  0.7.4claws15
8991
8992         * configure.in
8993                 add --with-compiler-flags option
8994                 (only for developer hacking)
8995         * src/mh.c
8996         * src/procmsg.[ch]
8997         * src/summaryview.c
8998                 try to make folder-stats and flag handling more
8999                 independent from the summaryview. msgcounts
9000                 are only set when the folder is opened and
9001                 procmsg_msginfo_(un)set_flags will handle it
9002                 later and summaryview will get the values
9003                 from the folder.
9004
9005 2002-03-16 [paul]       0.7.4claws14
9006
9007         * src/messageview.c
9008                 fix Return-receipt. Patch submitted by Bob
9009                 Woodside <rwoodside1@comcast.net>
9010
9011 2002-03-16 [paul]       0.7.4claws13
9012
9013         * src/compose.c
9014                 fix 'dynamic' signatures, make it work again
9015                 broken during sync on 2002-03-14 (0.7.4claws2)
9016
9017 2002-03-15 [match]      0.7.4claws12
9018
9019         * src/addrharvest.[ch]
9020         * src/addrgather.[ch]
9021         * src/addressbook.[ch]
9022         * src/mainwindow.c
9023                 included address harvester feature. still some
9024                 issues with address parsing that I will fix.
9025
9026 2002-03-15 [match]      0.7.4claws11
9027
9028         * src/addrbook.[ch]
9029         * src/addrcache.[ch]
9030         * src/addressbook.[ch]
9031         * src/addrindex.c
9032         * src/editbook.c
9033         * src/importldif.c
9034         * src/importmutt.c
9035         * src/jpilot.[ch]
9036         * src/main.c
9037         * src/syldap.[ch]
9038         * src/vcard.[ch]
9039                 tidy up. fix memory leaks. moved attribs and methods
9040                 from individual interfaces to addrcache object. prep
9041                 for new stuff to come in.
9042
9043 2002-03-15 [alfons]     0.7.4claws10
9044
9045         * src/matcher.[ch]
9046         * src/matcher_parser_parse.y
9047         * src/matcher_parser_lex.l
9048         * src/prefs_matcher.c
9049                 add filtering conditions message greater than, smaller 
9050                 than, and exactly matching a size in bytes
9051                 (does not work with delete from POP3 server yet)
9052
9053                 this should also give others an idea what you should
9054                 do to add new criterions to claws filtering system
9055                 
9056
9057 2002-03-15 [paul]       0.7.4claws9
9058
9059         * tools/filter_conv.pl
9060                 exit if there are no filter rules to convert
9061                 rename filterrc to filterrc.old after completion
9062
9063 2002-03-15 [paul]       0.7.4claws8
9064
9065         * sync with sylpheed 0.7.4cvs3
9066                 see ChangeLog entry 2002-03-14
9067
9068 2002-03-14 [paul]       0.7.4claws7
9069
9070         * src/compose.c
9071                 clean up the last commit (ahem)
9072
9073 2002-03-14 [paul]       0.7.4claws6
9074
9075         * src/compose.c
9076                 fix bug #515655. honour account preferences
9077                 regarding gpg default signing/encryption when 
9078                 changing account from the compose window.
9079
9080 2002-03-14 [paul]       0.7.4claws5
9081
9082         * src/folderview.c
9083                 remove unnecessary curly brackets
9084
9085 2002-03-14 [paul]       0.7.4claws4
9086
9087         * src/folderview.c
9088           src/prefs_filtering.[ch]
9089                 add filter rename on folder rename and filter
9090                 delete on folder delete. Patch submitted by
9091                 Neill Miller <neillm@thecodefactory.org> 
9092
9093 2002-03-14 [christoph]  0.7.4claws3
9094
9095         * src/procmsg.c
9096         * src/send.c
9097                 fix local delivery
9098                 (patch submitted by "Simon 'corecode' Schubert")
9099         * src/prefs_common.c
9100         * src/procmsg.c
9101                 fix gcc 3.0 warning
9102
9103 2002-03-14 [paul]       0.7.4claws2
9104
9105         * sync with sylpheed 0.7.4cvs2
9106                 see ChangeLog entry 2002-03-13
9107
9108 2002-03-12 [darko]      0.7.4claws1
9109
9110         * src/mainwindow.c
9111                 fix what seems to be a copy and paste error
9112                 when setting color for important messages
9113                 (reported by wwp)
9114
9115 2002-03-11 [paul]       version 0.7.4claws released
9116
9117 2002-03-11 [paul]       0.7.4claws
9118
9119         * po/es.po
9120           po/it.po
9121           po/nl.po
9122           po/pt_BR.po
9123                 update message catalogs. Submitted by Ricardo Mones 
9124                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
9125                 Fabio Junior Beneditto
9126
9127         * configure.in
9128           faq/Makefile.am
9129           faq/it/Makefile
9130           faq/it/sylpheed-faq*
9131           src/mainwindow.c
9132           src/manual.[ch]
9133                 add FAQ in Italian
9134         
9135
9136 2002-03-11 [jens]       0.7.3claws7
9137
9138         * po/de.po
9139                 updated German translation
9140
9141 2002-03-11 [melvin]     0.7.3claws6
9142
9143         * po/fr.po
9144                 updated and corrected French translation
9145
9146 2002-03-10 [hoa]        0.7.3claws5
9147
9148         * src/account.c
9149         * src/inc.c
9150         * src/prefs_account.c
9151         * src/procmsg.c
9152         * src/send.[ch]
9153                 fixed the local account.
9154                 you have to change the default "/usr/sbin/sendmail"
9155                 to "/usr/sbin/sendmail -t" in the preferences of
9156                 the local account.
9157
9158         * src/procmime.c
9159                 removed some debug display for renderer
9160
9161 2002-03-10 [paul]       0.7.3claws4
9162
9163         * faq/en/sylpheed-faq-1.html
9164           faq/en/sylpheed-faq-2.html
9165                 update
9166
9167 2002-03-09 [paul]       0.7.3claws3
9168
9169         * sync with sylpheed 0.7.4
9170                 see ChangeLog entry 2002-03-09
9171
9172 2002-03-08 [paul]       0.7.3claws2
9173
9174         * faq/en/sylpheed-faq*
9175           faq/es/sylpheed-faq*
9176           faq/fr/sylpheed-faq*
9177                 update the FAQs
9178
9179         * manual/fr/.cvsignore
9180           manual/fr/Makefilea.am
9181           manual/fr/sylpheed*
9182           src/mainwindow.c
9183           src/manual.[ch]
9184                 add the French manual
9185
9186 2002-03-07 [paul]       0.7.3claws1
9187
9188         * sync with sylpheed 0.7.3cvs4
9189                 see ChangeLog entries  2002-03-06 and 2002-03-07
9190         
9191         * po/nl.po
9192                 updated by Wilbert Berendsen
9193
9194 2002-03-07 [melvin]     0.7.2claws34
9195
9196         * src/selective_download.c
9197                 Changed the pixmap of the receive button to MAIL_RECEIVE.
9198
9199 2002-03-06 [paul]       0.7.2claws33
9200
9201         * sync with sylpheed 0.7.3cvs1
9202                 bug fix, see ChangeLog entry 2002-03-05
9203
9204 2002-03-05 [paul]       0.7.2claws32
9205
9206         * src/mimeview.c
9207           src/pgptext.[ch]
9208           src/procmsg.c
9209                 reverse the pgp ascii-armored code implemented in 
9210                 0.7.2claws16. removal of this code until it matures.
9211                 this means that verifying ascii-armored pgp sigs and
9212                 automatic decryption of ascii-armored encrypted
9213                 messages no longer works.
9214
9215 2002-03-05 [paul]       0.7.2claws31
9216
9217         * configure.in
9218           Makefile.am
9219         * faq/Makefile.am
9220         * faq/en/Makefile.am
9221           faq/en/sylpheed-faq.html
9222           faq/en/sylpheed-faq-1.html
9223           faq/en/sylpheed-faq-2.html
9224           faq/en/sylpheed-faq-3.html
9225         * faq/es/Makefile.am
9226           faq/es/sylpheed-faq.html
9227           faq/es/sylpheed-faq-1.html
9228           faq/es/sylpheed-faq-2.html
9229           faq/es/sylpheed-faq-3.html
9230           faq/es/sylpheed-faq-4.html
9231         * faq/fr/Makefile.am
9232           faq/fr/sylpheed-faq.html
9233           faq/fr/sylpheed-faq-1.html
9234           faq/fr/sylpheed-faq-2.html
9235           faq/fr/sylpheed-faq-3.html
9236         * src/Makefile.am
9237           src/defs.h
9238           src/mainwindow.c
9239           src/manual.[ch]
9240                 add FAQs in English, Spanish and French
9241
9242
9243 2002-03-05 [paul]       0.7.2claws30
9244
9245         * manual/en/sylpheed.html
9246           manual/en/sylpheed-XX.html
9247                 updated the English manual
9248
9249 2002-03-05 [hoa]        
9250
9251         * src/summaryview.c
9252                 dialog box pops up if the article can't be deleted.
9253
9254 2002-03-04 [paul]       
9255         
9256         * po/pt_BR.po
9257                 updated by Fabio Junior Benedito
9258
9259 2002-03-04 [hoa]
9260
9261         * removed ac/gpgme.m4
9262                 to avoid autogen common problem
9263                 developers have to install gpgme development package now
9264
9265         * src/compose.c
9266                 encoding to 7bit or 8bit is enabled.
9267
9268 2002-03-03 [alfons]     0.7.2claws29
9269
9270         * src/pop.c
9271                 merge fix by Oliver Haertel for selective
9272                 download buglet
9273
9274 2002-03-03 [paul]       0.7.2claws28
9275         
9276         * sync with sylpheed 0.7.3
9277
9278 2002-03-03 [paul]       0.7.2claws27
9279
9280         * sync with sylpheed 0.7.2cvs24
9281                 see ChangeLog entries 2002-03-02 and 2002-03-03
9282
9283 2002-03-02 [melvin]     0.7.2claws26
9284
9285         * src/inc.[ch]
9286         * src/main.c
9287         * src/mainwindow.c
9288         * src/prefs_common.[ch]
9289                 Added user definable notification on new mail arrival.
9290                 Removed unused variables in spell checker prefs code.
9291
9292 2002-03-02 [melvin]     0.7.2claws25
9293
9294         * src/quote_fmt.c
9295                 Removed unnecessary escape sequences.
9296                 Changed 'Initial...' to 'Initials of Sender'
9297
9298 2002-03-02 [paul]       0.7.2claws24
9299
9300         * sync with sylpheed 0.7.2cvs22
9301                 see ChangeLog entry 2002-03-01
9302
9303 2002-03-01 [hoa]        0.7.2claws23
9304
9305         * src/mainwindow.c
9306                 Set sensitivity of delete actions to active
9307                 even if the folder is a newsgroup.
9308
9309         * src/summaryview.c
9310                 - Set sensitivity of delete actions
9311                 - Added function check_permission() that will check if the
9312                   user is authorized to delete a message. For news, it
9313                   will check if the author is the same.
9314                 - Enabled deletion when there is no trash folder.
9315
9316         * src/news.[ch]
9317                 - Added news_cancel_article() to cancel articles
9318                 - Implemented news_remove_message() (public function)
9319
9320 2002-03-01 [paul]       0.7.2claws22
9321
9322         * src/gtkutils.c
9323           src/textview.c
9324                 recognise urls that that don't include 'http://' and
9325                 simply begin 'www.' 
9326
9327         * AUTHORS
9328                 remove duplicated name
9329
9330 2002-02-28 [paul]       0.7.2claws21
9331
9332         * src/mainwindow.c
9333           src/summaryview.[ch]
9334                 add ability to 'Select thread'
9335                 combines Melvin's "Select thread's head" patch (#510907)
9336                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
9337                 patch (#518514) 
9338
9339 2002-02-28 [paul]       0.7.2claws20
9340
9341         * src/mimeview.c
9342                 hopefully fix segfault on right-clicking a mime part
9343                 that some people have experienced.      
9344                 fix submitted by Fredrik Olofsson <frol@linux.nu>
9345
9346 2002-02-28 [paul]       0.7.2claws19
9347
9348         * sync with sylpheed 0.7.2cvs21
9349                 see ChangeLog entries 2002-02-27 and 2002-02-28
9350
9351 2002-02-27 [paul]       0.7.2claws18
9352
9353         * sync with sylpheed 0.7.2cvs18
9354                 see ChangeLog entries 2002-02-26 and 2002-02-27
9355
9356 2002-02-26 [alfons]     0.7.2claws17
9357
9358         * src/procheader.c
9359                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
9360                 (spotted by Chris Hessman <idatech@gmx.net>)
9361
9362 2002-02-26 [paul]       0.7.2claws16
9363
9364         * src/mimeview.c
9365           src/pgptext.[ch]
9366           src/procmsg.c
9367                 make decryption of ascii-armored pgp encrypted messages
9368                 and verification of ascii-armored signatures work again.
9369                 slightly altered from the patch by Jens Jahnke 
9370                 <jan0sch@gmx.net>
9371
9372                 ##FIX ME##
9373                 * the checking of plaintext signatures always comes up in 
9374                   a popup box
9375                 * it doesn't work for multipart messages 
9376                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
9377                   including the msg headers and these 2 line themselves, are 
9378                   not displayed
9379
9380         * src/mainwindow.c
9381                 "View/Folder Tree" becomes "View/Separate Folder Tree"
9382                 "View/Message View" becomes "View/Separate Message View"
9383                 because its less ambiguous.
9384
9385         * po/es.po
9386                 updated by Ricardo Mones Lastra
9387
9388 2002-02-26 [paul]       0.7.2claws15
9389
9390         * sync with sylpheed 0.7.2cvs17
9391                 see ChangeLog entries 2002-02-25 and 2002-02-26
9392
9393 2002-02-25 [christoph]  0.7.2claws14
9394
9395         * src/filtering.[ch]
9396         * src/inc.c
9397                 do filtering stuff after all messages have been received
9398                   1. drop all messages to .processing
9399                   2. scan processing folder for messages
9400                   3. filter messages or move to inbox
9401                 this will also find old messages left in processing after
9402                 a crash or something like that and we get a real msginfo
9403                 from folder->get_msg_list and do not have to create our
9404                 own in filter_message
9405         * src/matcher_parser_parse.y
9406                 remove MIX/MAX warning (reordered includes)
9407
9408 2002-02-25 [paul]       0.7.2claws13
9409
9410         * sync with sylpheed 0.7.2cvs15
9411                 see ChangeLog entry 2002-02-24
9412
9413 2002-02-24 [alfons]     0.7.2claws12
9414
9415         * src/filtering.c
9416                 clear old color flags first when applying a new color to
9417                 a message info. 
9418                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
9419
9420 2002-02-24 [alfons]     0.7.2.claws11
9421         
9422         * AUTHORS
9423         * src/prefs_common.c
9424                 add presets for Opera and Konqueror, closes patch #517261,
9425                 submitted by Ville Skyttä <scop@users.sourceforge.net>
9426
9427 2002-02-24 [alfons]     0.7.2.claws10
9428
9429         * AUTHORS
9430         * src/summaryview.c
9431                 fix threading for null message ids, closes patch #521601,
9432                 submitted by Bob Forsman <hammor@users.sourceforge.net>
9433
9434 2002-02-24 [alfons]     0.7.2claws9
9435
9436         * src/summaryview.c
9437         * src/filtering.c
9438                 make Tool | Filter Message work with filtering system so
9439                 setting flags also works
9440
9441                 TODO:
9442
9443                 - Processing uses the same function as Tool | Filter
9444                   Message, but doesn't use the same update proc yet
9445
9446 2002-02-23 [paul]       0.7.2claws8
9447
9448         * sync with sylpheed 0.7.2cvs14
9449                 see ChangeLog entries 2002-02-22 and 2002-02-23
9450
9451 2002-02-22 [christoph]  0.7.2claws7
9452
9453         * src/quote_fmt.c
9454                 Add column space to table
9455         * src/quote_fmt_parse.y
9456                 Close files
9457
9458 2002-02-22 [paul]       0.7.2claws6
9459
9460         * src/Makefile.am
9461           src/defs.h
9462           src/filtering.c
9463           src/inc.[ch]
9464           src/mainwindow.c
9465           src/matcher.[ch]
9466           src/matcher_parser_lex.l
9467           src/matcher_parser_parse.y
9468           src/pop.[ch]
9469           src/prefs_account.h
9470           src/prefs_filtering.c
9471           src/selective_download.[ch]   *** NEW FILES ***
9472           src/utils.[ch]
9473           po/POTFILES.in
9474                 Selective Download added to 'Tool' menu. 
9475                 Retrieves email headers of the currently selected pop3 
9476                 account and allows the user to mark emails for deletion 
9477                 right on the pop3 server. Patch submitted by Oliver Haertel 
9478                 <oha@users.sourceforge.net>.
9479         
9480         * po/POTFILES.in
9481                 add 'src/quote_fmt.c'           
9482
9483 2002-02-22 [christoph]  0.7.2claws5
9484
9485         * src/Makefile.am
9486                 added quote_fmt.c
9487         * src/prefs_common.[ch]
9488         * src/prefs_template.c
9489         * src/quote_fmt.c               *** NEW FILE ***
9490         * src/quote_fmt.h
9491                 move quote format symbol description code
9492                 to it's own file because it is used from
9493                 differnent code parts
9494                 Rewrote symbol description GUI
9495                   + use table
9496                   + add separators
9497                   + get data from array (no more long constant strings)
9498         * src/quote_fmt_lex.l
9499         * src/quote_fmt_parse.y
9500                 Symbol for Literal % changed to \% instead of %%
9501                 (More logical as \ is used for quoting for other symbols)
9502                 Add |f and |p to include files and program output
9503                 Examples:
9504                     |f{/home/.../.signature}
9505                     |p{date}
9506         * po/de.po
9507                 Correct wrong spelling for "Referenzen"
9508
9509 2002-02-21 [paul]       0.7.2claws4
9510
9511         * src/procmsg.c
9512                 forgotten during sync
9513
9514 2002-02-21 [paul]       0.7.2claws3
9515
9516         * sync with sylpheed 0.7.2cvs11
9517                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
9518                 2002-02-20 and 2002-02-21
9519
9520 2002-02-20 [melvin]     0.7.2claws2
9521
9522         * src/prefs_actions.c
9523                 Added error report when child cannot fork or when execvp 
9524                 returns with an error.
9525
9526 2002-02-19 [christoph]  0.7.2claws1
9527
9528         * src/codeconv.c
9529                 return unconverted text if conde conversion is not possible
9530                 when libjconv is used.
9531                 (patch submitted by "Simon 'corecode' Schubert")
9532
9533 2002-02-19 [paul]       
9534
9535         * version 0.7.2claws release
9536
9537 2002-02-19 [paul]       0.7.2claws
9538
9539         * po/nl.po
9540                 updated by Wilbert Berendsen
9541
9542
9543 2002-02-18 [alfons]     0.7.1claws13
9544
9545         * src/syldap.c
9546         * src/jpilot.c
9547                 remove references to dlfcn and explicitly loading functions
9548                 from dynalink libs, because libs linked anyway, and functions
9549                 are loaded explicitly
9550
9551 2002-02-17 [melvin]     0.7.1claws12
9552
9553         * src/prefs_actions.c
9554                 Replaced children wait loop with double fork technique.
9555                 Now, input/output window updated at each new output.
9556                 free_children(): Fixed a memory leak.
9557                 Made input/output window non closable if running children
9558                 still exist.
9559                 Added missing <unistd.h> include.
9560                 Added some --debug outputs.
9561
9562 2002-02-17 [melvin]     0.7.1claws11
9563
9564         * src/summaryview.c
9565                 Fixed bug where descending sort order did not select top
9566                 message.
9567
9568 2002-02-17 [melvin]     0.7.1claws10
9569
9570         * acconfig.h
9571                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
9572         * src/prefs_common.c
9573                 Pspell data package directory no more hard coded but
9574                 set during configuration (PSPELL_PATH). (Thanks to 
9575                                 Gustavo Noronha Silva.)
9576
9577 2002-02-17 [melvin]     0.7.1claws9
9578
9579         * configure.in
9580                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
9581         * src/gtkspell.c
9582                 Fixed compile-time warnings.
9583
9584 2002-02-16 [alfons]     0.7.1claws8
9585
9586         * src/filesel.c
9587                 fix inadvertent free of NULL pointer which caused
9588                 sylpheed to crash when closing the save-as dialog
9589                 using the window close button
9590
9591 2002-02-16 [carsten]    0.7.1claws7
9592         * src/mainwindow.[ch]
9593           src/summaryview.c
9594           src/prefs_common.c
9595                 fixes for pixmap theming code:
9596                         - recently changed mail attributes shouldn't get
9597                           lost any longer
9598                         - theme is only reloaded iff another theme was
9599                           selected
9600
9601 2002-02-16 [paul]       0.7.1claws6
9602
9603         * sync with sylpheed 0.7.2 release
9604                 see ChangeLog entry 2002-02-15 and 2002-02-16
9605
9606 2002-02-15 [paul]       0.7.1claws5
9607
9608         * sync with sylpheed 0.7.1cvs9
9609                 see ChangeLog entry 2002-02-15
9610
9611         * po/POTFILES.in
9612                 remove unneeded headerwindow.c entry
9613
9614 2002-02-14 [carsten]    0.7.1claws4
9615         * src/summaryview.c
9616                 fixed a bug for "Go to next unread message": there was
9617                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
9618                 in the prefs, because of doing "Search again" instead
9619                 "No"
9620
9621 2002-02-14 [carsten]    0.7.1claws3
9622         * src/stock_pixmap.c
9623                 removed 2 more mem leaks; following memprof,
9624                 this code is "leak free" now :)
9625
9626 2002-02-14 [carsten]    0.7.1claws2
9627         * src/stock_pixmap.c
9628                 used opendir/readdir/closedir instead of scandir
9629                 -> code should work now on Solaris
9630
9631 2002-02-14 [paul]       0.7.1claws1
9632
9633         * sync with sylpheed 0.7.1cvs8
9634                 see ChangeLog entries 2002-02-13 and 2002-02-14
9635
9636         * README.claws
9637                 add some description of Actions and Pixmap Themes
9638
9639 2002-02-13 [paul]       
9640
9641         * version 0.7.1claws release
9642
9643 2002-02-13 [paul]       0.7.1claws
9644
9645         * po/es.po
9646           po/it.po
9647           po/pt_BR.po
9648                 updated translations, submitted by Ricardo Mones Lastra,
9649                 Alessandro Maestri and Fabio Junior Beneditto
9650
9651 2002-02-13 [melvin]     0.7.0claws75
9652
9653         * src/prefs_actions.c
9654                 Added missing "signal.h" include
9655
9656 2002-02-13 [melvin]     0.7.0claws74
9657
9658         * src/prefs_folder_item.c
9659                 Added missing "config.h" include
9660         * po/fr.po
9661                 Updated French translation for folder propriety.
9662
9663 2002-02-13 [jens]       0.7.0claws73
9664
9665         * po/POTFILES.in
9666                 Added missing src/prefs_folder_item.c [log added by melvin]
9667         * po/de.po
9668                 Updated German translation.
9669
9670 2002-02-13 [melvin]     0.7.0claws72
9671
9672         * po/fr.po
9673                 Updated French translation.
9674
9675 2002-02-13 [melvin]     0.7.0claws71
9676
9677         * src/gtkutils.c
9678                 Made gtkut_editable_get_selection return NULL if selection
9679                 is of length zero.
9680                 This fixes a bug where selecting part of message A then
9681                 switching to message B and replying to it will not
9682                 quote the message's body.
9683
9684 2002-02-12 [paul]       0.7.0claws70
9685
9686         * src/mainwindow.c
9687                 cosmetic, relating to pixmap themes: on toolbar make 
9688                 updating of 'Exec' and 'Compose news/Compose email'
9689                 icons faster.
9690
9691 2002-02-12 [carsten]    0.7.0claws69
9692         * src/folderview.c
9693           src/mainwindow.[ch]
9694           src/stock_pixmap.c
9695           src/summaryview.c
9696           src/prefs_common.c
9697                 - refreshing after changing pixmap theme better
9698                   now (thanks Paul)
9699                 - wanted to remove some mem leaks, but alfons was
9700                   faster (and had the better solution ;)
9701
9702 2002-02-12 [alfons]     0.7.0claws68
9703
9704         * src/prefs_common.c
9705         * src/stock_pixmap.[ch]
9706                 plug mem leaks, refactor code a little bit
9707
9708
9709 2002-02-12 [sergey]     0.7.0claws67
9710
9711         * src/imap.c
9712                 Fixed problem with copying messages to IMAP folders when the
9713                 server uses something other than '/' as a namespace separator
9714                 (cyrus-imapd uses '.').
9715
9716 2002-02-12 [jens]       0.7.0claws66
9717
9718         * po/de.po
9719                 Updated German Translation
9720
9721 2002-02-12 [paul]       0.7.0claws65
9722
9723         * sync with sylpheed 0.7.1cvs1
9724                 see ChangeLog entry 2002-02-12
9725
9726 2002-02-12 [melvin]     0.7.0claws64
9727
9728         * src/prefs_actions.c
9729                 Fixed "feature" where children's output was duplicated 
9730                 instead of refreshed while monitoring.
9731                 Removed some debug code.
9732
9733 2002-02-12 [christoph]  0.7.0claws63
9734
9735         * src/compose.c
9736                 always delete message from queue after sending/send error
9737                 (closes bug #509601)
9738
9739 2002-02-12 [melvin]     0.7.0claws62
9740
9741         * src/prefs_actions.c
9742                 Children wait loop is now triggered with a timeout of 1s
9743                 Added %F which is replaced with the list of filenames 
9744                 of all selected messages (as suggested by Ricardo Mones Lestra)
9745                 Pipe syntax changed. Prefix with | to send selection, postfix
9746                 with | to retrieve output. Prefix with > or * to send
9747                 user definable input to the command (*: input is hidden)
9748                 Old pipe action should now be postfixed with |, too.
9749
9750 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
9751         * src/stock_pixmap.c
9752                 fixed a bug: if there's no theme directory don't
9753                 throw an error, just do "nothing" (thanks Alfons)
9754
9755 2002-02-12 [carsten]    0.7.0claws60
9756         * src/folderview.c
9757           src/summaryview.c
9758                 had to write the cache twice (nasty!); some marks would 
9759                 get lost if not
9760
9761 2002-02-11 [carsten]    0.7.0claws59
9762         * acconfig.h
9763           configure.in
9764           doc-src/maintainer_guide.txt
9765           src/compose.[ch]
9766           src/defs.h
9767           src/folderview.[ch]
9768           src/gtkutils.[ch]
9769           src/mainwindow.[ch]
9770           src/prefs_common.[ch]
9771           src/stock_pixmap.[ch]
9772           src/summaryview.[ch]
9773                 pixmap theming and related work on pixmap
9774                 handling on some other places
9775                 (e.g. hrm features for all folder)
9776           src/pixmap/stock_*.xpm -> the stock_ was removed
9777         
9778 2002-02-11 [paul]       0.7.0claws58
9779
9780         * sync with sylpheed 0.7.1 release
9781                 see ChangeLog entries 2002-02-11
9782
9783 2002-02-08 [paul]       0.7.0claws57
9784
9785         * sync with sylpheed 0.7.0cvs39
9786                 see ChangeLog entry 2002-02-07 (last entry) 
9787
9788         * src/prefs_actions.c
9789           src/prefs_filtering.c
9790           src/prefs_matcher.c
9791           src/prefs_scoring.c
9792                 sync: made it compile with C compilers other than gcc
9793
9794 2002-02-07 [paul]       0.7.0claws56
9795
9796         * sync with sylpheed 0.7.0cvs38
9797                 see ChangeLog entries 2002-02-06 (last 2 entries) and
9798                 2002-02-07
9799
9800 2002-02-07 [darko]      0.7.0claws55
9801
9802         * src/gtkutils.[ch]
9803         * src/summaryview.c
9804                 Fix const gchar */gchar * issue (thanks Hiro)
9805
9806 2002-02-07 [darko]      0.7.0claws54
9807
9808         * src/compose.[ch]
9809         * src/filtering.c
9810         * src/gtkutils.[ch]
9811         * src/prefs_template.c
9812         * src/quote_fmt.h
9813         * src/quote_fmt_parse.y
9814         * src/summaryview.c
9815         * src/utils.[ch]
9816                 When replying or forwarding an email don't quote the entire
9817                 mail body but use the part of the message text that is selected
9818
9819 2002-02-06 [melvin]     0.7.0claws53
9820
9821         * src/prefs_common.[ch]
9822         * src/gtkspell.[ch]
9823         * src/compose.c
9824                 Made possible to switch quickly to last used dictionary
9825                 which makes checking bilingual documents easier.
9826
9827 2002-02-06 [melvin]     0.7.0claws52
9828         
9829         * po/POTFILES.in
9830                 Added forgotten new file src/prefs_actions.c
9831
9832 2002-02-06 [melvin]     0.7.0claws51
9833
9834         * src/prefs_actions.c   ** NEW FILE **
9835         * src/prefs_actions.h   ** NEW FILE **
9836                 Added actions to execute on message text view, or on the
9837                         message's file.
9838         * src/Makefile.am
9839                 Added src/prefs_actions.[ch]
9840         * src/compose.c
9841                 Added new menu "Edit/Actions"
9842         * src/defs.h
9843                 Added new actionsrc file.
9844         * src/main.c
9845                 Added actionsrc reading.
9846         * src/mainwindow.c
9847                 Added new menus "Edit/Actions" and "Configuration/Actions..."
9848         * src/prefs_common.h
9849                 Added new element actionslst element to prefs_common.
9850
9851 2002-02-06 [paul]       0.7.0claws50
9852
9853         * sync with sylpheed 0.7.0cvs36
9854                 see ChangeLog entry 2002-02-06
9855
9856 2002-02-05 [paul]
9857
9858         * po/es.po
9859                 updated by Ricardo Mones Lastra
9860
9861 2002-02-05 [paul]       0.7.0claws49
9862
9863         * sync with sylpheed 0.7.0cvs33
9864                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
9865
9866 2002-02-05 [paul]       0.7.0claws48
9867
9868         * src/compose.c
9869                 re-add 'Edit/Advanced/Delete entire line', previously named
9870                 'Delete Line+'
9871
9872 2002-02-04 [paul]       0.7.0claws47
9873
9874         * src/compose.c
9875           src/summaryview.c
9876                 fix bug #494993 (Reply All not taking Reply-To into consi)
9877                 eliminate differences in behaviour of right-click 'Reply to all' 
9878                 in summary view and 'Reply to all' on the toolbar. 
9879                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
9880                 view and From gets ignored by 'Reply to all' on toolbar.
9881                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
9882                 From when no Reply-To header is present.
9883
9884 2002-02-04 [paul]       0.7.0claws46
9885
9886         * sync with sylpheed 0.7.0cvs30
9887                 see ChangeLog entries 2002-02-03 and 2002-02-04
9888
9889 2002-02-03 [melvin]     0.7.0claws45
9890
9891         * src/gtkspell.[ch]
9892                 Readded function to highlight all misspelled words.
9893                 Fixed bug where user-provided-words did not replace
9894                         correctly the misspelled word when using the mouse.
9895                 Fixed bug where checking a region selected from right to left did
9896                         not check the region at all.
9897                 Fixed bug where 'Check backwards' may not check at all. 
9898                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
9899                 Fixed possible buffer overflow when checking for long strings (>1k).
9900                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
9901                 Accelerators code uses now gtk_widget_add_accel.
9902                 Removed and disabled obsolete and unfinished code.
9903                 Cleaning up.
9904
9905         * src/compose.c
9906                 Added menu item to Highlight all misspelled words.
9907
9908 2002-02-01 [paul]       0.7.0claws44
9909
9910         * src/mainwindow.c
9911                 fix '/View/Hide read messages' sensitivity when all
9912                 messages in a folder are hidden
9913
9914 2002-02-01 [paul]       0.7.0claws43
9915
9916         * src/main.c
9917                 add --send option to command line interface, sends all
9918                 queued mail. Patch submitted by Ricardo Mones Lastra.
9919
9920 2002-01-31 [paul]       0.7.0claws42
9921
9922         * src/mainwindow.c
9923                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
9924
9925 2002-01-31 [paul]       0.7.0claws41
9926
9927         * sync with sylpheed 0.7.0cvs27
9928                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
9929                 and 2002-01-31
9930
9931         * src/textview.c
9932                 comment out elements of textview_show_part() as temporary
9933                 workaround for attachment 'Display as text' bug 
9934
9935         * po/pt_BR.po
9936                 updated by Fabio Junior Beneditto
9937
9938 2002-01-30 [paul]       0.7.0claws40
9939
9940         * sync with sylpheed 0.7.0cvs24
9941                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
9942                 and 2002-01-30
9943
9944         * src/compose.c
9945                 add {N_("/_Spelling"), ... "<Branch>"} to 
9946                 GtkItemFactoryEntry compose_entries[]
9947
9948         * src/prefs_common.c
9949                 add claws menu items to prefs_keybind_apply_clicked()
9950                 and remove non-claws menu items
9951
9952 2002-01-29 [paul]       0.7.0claws39
9953
9954         * sync with sylpheed 0.7.0cvs22
9955                 see ChangeLog entries 2002-01-28 and 2002-01-29
9956
9957 2002-01-28 [melvin]     0.7.0claws38
9958
9959         * src/compose.c
9960                 Added the declartion of compose_send_control_enter.
9961
9962         * src/compose.c
9963         * src/gtkspell.[ch]
9964                 Added in a 'Spelling' menu which includes the configuration menu. 
9965                 Added a real 'Check all' and got rid from the old one which only
9966                 highlited misspelled word.
9967                 Made 'Check while typing' a disableable option.
9968                 Added a dialog when there are no more misspelled word.
9969                 Added a dialog if error occurs when switching to a dictionary.
9970         
9971         * src/prefs_common.[ch]
9972                 Added option for the default 'Check while typing' option.
9973
9974
9975 2002-01-28 [alfons]     0.7.0claws37
9976
9977         * src/compose.c
9978                 fix buglet and make code comply with sylpheed code style
9979
9980 2002-01-28 [paul]       0.7.0claws36
9981
9982         * sync with sylpheed 0.7.0cvs19
9983                 see ChangeLog entries for 2002-01-28
9984
9985 2002-01-28 [hoa]        0.7.0claws35
9986
9987         * src/defs.h
9988                 added rendererrc
9989
9990         * src/main.c
9991                 read the renderer config
9992
9993         * src/procmime.[ch]
9994                 use the renderer config to convert mime attachments
9995
9996         * src/textview.c
9997                 don't use textview_show_html/ertf,
9998                 use get_text_content instead
9999
10000 2002-01-27 [alfons]     0.7.0claws34
10001         
10002         * src/news.c
10003                 make sylpheed believe it can delete a news message...
10004                 (messages are NOT deleted, maybe we should remove
10005                 processing from the folder properties after all.)
10006
10007 2002-01-27 [alfons]     0.7.0claws33
10008
10009         * src/folder.c
10010                 add extra checks
10011         * src/news.c
10012                 implement remove_msg() 
10013
10014 2002-01-27 [alfons]     0.7.0claws32
10015
10016         * src/procmsg.h
10017         * src/procheader.c
10018         * src/messageview.c
10019                 fix return receipt / disposition notification again. this
10020                 stuff seems to break on _every_ major summary UI change, so
10021                 it's now implemented using a flag which is saved in the
10022                 marks cache
10023                 
10024 2002-01-26 [alfons]     0.7.0claws31
10025
10026         * src/import.c
10027                 let import dialog show the destination folder identifier
10028
10029 2002-01-26 [melvin]     0.7.0claws30
10030
10031         * src/folderview.c
10032         * src/summaryview.c
10033                 Readded 'Mark all read' into summary view popup menu
10034                 Added 'Mark all read' in folder view popup menu for IMAP
10035                 and NNTP.
10036                 Made it insensitive if the selected folder is not the shown
10037                 one to avoid 'Mark all read' on the wrong folder.
10038                 
10039 2002-01-26 [paul]       0.7.0claws29
10040
10041         * src/folderview.c
10042           src/summaryview.c
10043                 move 'Mark all read' from summary view to folder view
10044                 menu. (adapted from) patch submitted by Jeremy Andrews,
10045                 <lists@kerneltrap.com>
10046
10047 2002-01-25 [alfons]     0.7.0claws28
10048
10049         * src/gtkstext.c
10050                 put the gtk class name back so GtkSText adapts the 
10051                 settings of GtkText
10052
10053 2002-01-25 [alfons]     0.7.0claws27
10054
10055         * src/folderview.c 
10056                 assimilate Ricardo's patch that shows pixmaps instead of
10057                 plain "new" and "unread" texts in the folder view column
10058                 headers 
10059
10060 2002-01-25 [paul]       0.7.0claws26
10061
10062         * src/Makefile.am
10063                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
10064                 be found in non-standard locations. 
10065                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
10066
10067 2002-01-25 [paul]       0.7.0claws25
10068
10069         * sync with sylpheed 0.7.0cvs16
10070                 see ChangeLog entry 2002-01-25
10071
10072 2002-01-24 [paul]       0.7.0claws24
10073
10074         * more sync with sylpheed 0.7.0cvs15
10075                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
10076
10077 2002-01-23 [sergey]     0.7.0claws23
10078
10079         * src/importldif.c
10080                 Fixed segfault when closing LDIF import wizard with
10081                 the window manager.
10082         * src/imageview.c
10083         * src/imageview.h
10084         * src/messageview.c
10085         * src/mimeview.c
10086                 Fixed wrong scrolling position after switching between
10087                 text and image parts.
10088
10089 2002-01-23 [paul]       0.7.0claws22
10090
10091         * sync with sylpheed 0.7.0cvs15
10092                 see ChangeLog entries 2002-01-22 and 2002-01-23
10093
10094 2002-01-21 [melvin]     0.7.0claws21
10095
10096         * src/prefs_scoring.c
10097         * src/prefs_filtering.c
10098                 Fixed bug where scoring and filtering windows stopped
10099                 autochecking.
10100
10101 2002-01-21 [paul]       0.7.0claws20
10102
10103         * sync with sylpheed 0.7.0cvs12
10104                 see ChangeLog entries 2002-01-20 and 2002-01-21
10105
10106 2002-01-21 [carsten]    0.7.0claws19
10107         * src/mainwindow.c
10108         * src/menu.[ch]
10109         * src/messageview.[ch]
10110         * src/summaryview.[ch]
10111                 changes to shortcuts handling again:
10112                         + "Q" now controled by mainwin
10113                         + v/V are now customizable and have slightly
10114                           different meanings
10115                 the "button" to minimize the messageview (and maximize
10116                 the summary view) is a real button now
10117         * src/compose.c
10118                 "Delete Line+" added to Edit/Advanced (this will also
10119                 delete the '\n')
10120
10121 2002-01-20 [melvin] 0.7.0claws18
10122
10123         * src/addressbook.c
10124                 Made "Bcc" sensitive when addressbook is called from
10125                 compose window (it was a Claws only bug).
10126
10127 2002-01-19 [alfons] 0.7.0claws17
10128
10129         * src/inc.c
10130                 prevent unnecessary updates when currently selected folder has
10131                 no new messages 
10132
10133 2002-01-19 [alfons] 0.7.0claws16
10134         
10135         * src/summaryview.c
10136                 prevent writing the cache based on current message list in summary 
10137                 view when filtering also put messages in currently selected folder
10138
10139 2002-01-19 [paul]
10140
10141         * po/it.po
10142                 Italian translation submitted by Alessandro Maestri
10143                 <a.maestri@cs.tin.it>
10144
10145 2002-01-18 [melvin]     0.7.0claws15
10146
10147         * src/prefs_filters.c
10148                 fixed bug where 'cancel' from 'filters' window stops autochecking
10149                 if the timer timed out  when the window was open.
10150
10151 2002-01-18 [match]      0.7.0claws14
10152
10153         * src/addrclip.[ch]     ** NEW FILE **
10154         * src/addrselect.[ch]   ** NEW FILE **
10155         * src/adbookbase.h      ** NEW FILE **
10156                 addressbook cut, copy and paste
10157         * src/addrbook.[ch]
10158         * src/addrcache.[ch]
10159         * src/addressitem.h
10160         * src/addrindex.[ch]
10161         * src/addritem.[ch]
10162         * src/importldif.c
10163         * src/importmutt.c
10164         * src/jpilot.[ch]
10165         * src/syldap.[ch]
10166         * src/vcard.[ch]
10167         * src/jpilot.[ch]
10168         * src/editbook.c
10169         * src/editjpilot.c
10170         * src/editldap.c
10171         * src/editvcard.c
10172                 support for copy/paste
10173         * src/addressbook.c
10174                 support for copy/paste
10175                 tidy up menu option processing
10176                 correct address list function arguments
10177         * src/editaddress.c
10178                 sort user attributes
10179         * src/ldif.h
10180         * src/mutt.h
10181                 tidy up
10182
10183         * src/addrbook.[ch]
10184         * src/addrbook.[ch]
10185         * src/addrbook.[ch]
10186                 
10187
10188 2002-01-18 [paul]       0.7.0claws13
10189
10190         * sync with sylpheed 0.7.0cvs8
10191                 configure.in: support Mac OS X (Darwin)
10192
10193 2002-01-18 [carsten]    0.7.0claws12
10194         * src/html.c
10195                 small hack to fix a segfault with an empty href
10196                 (reported by Alexandra Walford <deeni@altern.org>)
10197         * src/mainwindow.c
10198         * src/summaryview.c
10199                 the shortcuts for Mark und Mark as unread are hardcoded
10200                 again
10201         * src/compose.c
10202         * src/gtkstext.[ch]
10203                 readded the shortcuts in gtkstext but made them
10204                 customizeable (simply by adding a menu plus a wrapper
10205                 to compose.c)
10206
10207 2002-01-17 [melvin]     0.7.0claws11
10208
10209         * src/gtkspell.c
10210                 fix default dictionary not being saved.
10211
10212 2002-01-16 [darko]      0.7.0claws10
10213
10214         * src/compose.c
10215                 fix wrapping crash with URL longer than wrapping margin
10216
10217 2002-12-08 [hoa]        0.7.0claws10
10218
10219         * src/matcher_parser_parse.y
10220                 fixed some bugs
10221
10222         * src/prefs_filtering.c
10223                 now, we can use bounce action in the dialog box.
10224
10225 2002-01-16 [carsten]    0.7.0claws9
10226         * src/gtkstext.c
10227                 removed the <control> and <alt> shortcuts because they're
10228                 not needed and interefered with the "normal" shortcuts
10229         * src/mainwindow.c
10230         * src/summaryview.c
10231                 removed most of the hardcoded shortcuts and assigned
10232                 them to menu entries making them easy customizable by
10233                 that
10234
10235 2002-01-16 |melvin]     0.7.0claws8
10236
10237         * src/gtkspell.c
10238                 fixed bug where using the mouse and when the compose
10239                 window is not on top may result in a crash.
10240
10241 2002-01-16 [melvin]     0.7.0claws7
10242
10243         * src/compose.c
10244                 fixed a long standingspell checker bug which could 
10245                 cause a crash after sending a message.
10246
10247 2002-01-16 [paul]       0.7.0claws6
10248
10249         * sync with sylpheed 0.7.0cvs7
10250                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
10251                 2002-01-15, and 2002-01-16
10252
10253 2002-01-16 [melvin]     0.7.0claws5
10254
10255         * README.claws
10256         * src/compose.c
10257         * src/gtkspell.[ch]
10258         * src/main.c
10259                 Heavily modified spell checker code to work around
10260                 ispell bug, to add keyboard shortcuts and for future
10261                 enhancements. See README.claws for usage information.
10262
10263 2002-01-15 [alfons]     0.7.0claws4
10264         
10265         * src/summaryview.c
10266                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
10267                 so sorting within threads reflects sort mode
10268
10269 2002-01-15 [christoph]  0.7.0claws3
10270
10271         * src/procmsg.c
10272                 added alertpanel if mail sending failed
10273
10274 2002-01-15 [alfons]     0.7.0claws2
10275         
10276         * src/prefs_filtering.c
10277                 don't stop timer when prefs filtering dialog is opened
10278
10279 2002-01-14 [alfons]     0.7.0claws1
10280
10281         * src/addr_compl.c
10282         * src/prefs.c
10283                 remove debug_print()s for privacy reasons
10284
10285 2002-01-14 [darko]      0.7.0claws
10286
10287         * README.claws
10288                 quotation wrapping is now also in the main branch
10289
10290 2002-01-14 [paul]
10291
10292         * tools/filter_conv.pl
10293                 allow for Boolean Op and case-sensitivity
10294                 this file is included in the release and tagged
10295                 'rel_0_7_0'
10296
10297 2002-01-13 [paul]       0.7.0claws
10298
10299         * release 0.7.0, with cvs tag 'rel_0_7_0'
10300
10301 2002-01-13 [paul]
10302
10303         * tools/filter_conv.pl
10304         * tools/README
10305                 rewritten to output to matcherrc instead of filteringrc
10306
10307         * po/es.po
10308                 updated Spanish translation by Ricardo Mones Lastra
10309
10310 2002-01-13 [alfons]
10311
10312         * po/nl.po
10313                 update dutch translation
10314
10315 2002-01-13 [paul]
10316
10317         * po/pt_BR.po
10318                 Updated by Fabio Junior Beneditto 
10319
10320 2002-01-13 [melvin]     0.6.6claws53
10321
10322         * po/fr.po
10323                 Updated french translation
10324
10325 2002-01-12 [alfons]     0.6.6claws52
10326
10327         * src/filtering.c
10328                 plug mem leak that has been sitting there for ages              
10329
10330 2002-01-12 [alfons]     0.6.6claws51
10331
10332         * src/summaryview.c
10333                 undo melvin's changes from 0.6.6claws48 because summary
10334                 view now refuses to select first unread message when
10335                 selecting a folder 
10336
10337 2002-01-11 [alfons]     0.6.6claws50
10338
10339         * src/import.c
10340                 use claws' semantics for getting folder item when
10341                 importing an mbox file into a folder 
10342                 (submitted by Dale P. Smith)
10343
10344 2002-01-11 [christoph]  0.6.6claws49
10345
10346         * src/prefs.h
10347                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
10348                 toggle widget, because non static prefs can not use
10349                 prefs_set_* functions
10350         * src/prefs_account.c
10351                 toggle smtp auth password field sensitivity if
10352                 user id is empty and add descrition of usage for
10353                 these fields
10354         * src/prefs_folder_item.c
10355                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
10356                 callbacks
10357
10358 2002-01-11 [melvin]     0.6.6claws48
10359
10360         * src/compose.c
10361                 fix the 'Ctrl-Enter' feature for sending and test really
10362                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
10363                 editables which was not documented in Gtk)
10364
10365         * src/summaryview.c
10366                 Made summaryview refresh after sorting and not before.
10367
10368 2002-01-11 [christoph]  0.6.6claws47
10369
10370         * src/compose.c
10371                 select account from account ids if possible and
10372                 correctly set save folder for copy in reedit
10373
10374 2002-01-10 [paul]       0.6.6claws46
10375
10376         * sync with sylpheed 0.7.0 release
10377                 see ChangeLog entries 2002-01-07, 2002-01-08 and
10378                 2002-01-09
10379
10380 2002-01-09 [alfons]
10381
10382         * src/summaryview.c
10383                 remove more dirt traces...
10384
10385 2002-01-09 [alfons]
10386         
10387         * src/summaryview.c
10388                 clean up some traces of my debugging stuff
10389
10390 2002-01-09 [alfons]     0.6.6claws45
10391
10392         * src/filtering.c
10393                 break up filteringprop_apply() in three separate pieces
10394                 so we can drop messages that failed processing in the
10395                 inbox
10396
10397         * src/summaryview.c
10398                 fix bug #469598 "no refresh of inbox after filter" which 
10399                 was introduced by the new summary view locking, and which 
10400                 prevented the summary view to update after a manual filter 
10401                 message. claw's filter message requires a summary_show().
10402                 (aargh, summary_show() again! :-)
10403                 
10404 2002-01-07 [alfons]     0.6.6claws44
10405
10406         * src/headerwindow.c
10407         * src/logwindow.c
10408         * src/messageview.c
10409         * src/sourcewindow.c
10410                 bring in Hiro's last 0.7.0 wm class fixes
10411
10412         * tools/sylprint.pl
10413                 bring in Ricardo's fix for sylprint script
10414
10415         * AUTHORS       
10416         * src/rfc2015.[ch]
10417         * src/prefs_common.[ch]
10418         * src/prefs_account.[ch]
10419         * src/compose.c
10420                 clean up account preference poison in rfc2015,
10421                 and preparation to fix double sign bug 
10422                 (patch submitted by Simon 'corecode' Schubert)
10423
10424 2002-01-07 [christoph]  0.6.6claws43
10425
10426         * src/mh.c
10427                 search for free message number, do not only rely
10428                 on last_num
10429         * src/send.c
10430                 fix smtp auth and use extra account information
10431                 if available, if not use pop3 data instead
10432                 (closes bug #500341)            
10433         * src/ssl.[ch]
10434                 match coding style
10435
10436 2002-01-06 [alfons]     0.6.6claws42
10437
10438         * src/mainwindow.c
10439                 try making the separate windows work again...
10440
10441 2002-01-06 [alfons]     0.6.6claws41
10442
10443         * src/mainwindow.c
10444                 adapt Hiro's separate window menu (to get rid of the funny
10445                 duplicate menu items), and make it work again
10446
10447 2002-01-06 [alfons]     0.6.6claws40
10448
10449         * tools/Makefile.am
10450         * tools/sylprint.rc
10451         * tools/sylprint.pl
10452         * tools/README.sylprint
10453                 add sylprint script for printing mails from Sylpheed
10454                 (contributed by Ricardo Mones Lastra)
10455
10456         * src/acount.c
10457                 clean up
10458
10459 2002-01-06 [melvin]     0.6.6claws39
10460
10461         * src/mainwindow.c
10462         * src/summaryview.c
10463                 Fixed crash introduced in 0.6.6claws38 by the menu
10464                 reorganisation (Hide read messages)
10465         
10466         * ChangeLog.claws 
10467                 Fixed typo (we are now in 2002, alfons ;) )
10468
10469 2002-01-05 [alfons]     0.6.6claws38
10470
10471         * sync with sylpheed 0.6.6cvs10-17
10472                 (last stuff marked as LAST_STABLE)
10473
10474 2002-01-04 [melvin]     0.6.6claws37
10475
10476         * src/account.c
10477                 Made account selection code use strcasestr again instead of
10478                 g_strcasecmp (fixes bug where reediting queued messages
10479                 did not select proper account reported by T. Link).
10480         
10481         * src/folderview.c
10482                 Fix bug where folder icons are not shown when 'hide read messages'
10483                 is on.
10484         
10485         * src/stock_pixmaps.[ch]
10486                 Added folder icons for 'hide read messages'.
10487         
10488         * src/compose.c
10489                 Fixed bug where 'Enter' in a header entry will send the message 
10490                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
10491
10492 2002-01-03 [melvin]     0.6.6claws36
10493         
10494         * src/prefs.[ch]
10495                 Added popup menu for common preferences and
10496                 account preferences (right click on tab displays
10497                                 a menu of all tabs.)
10498
10499 2002-01-02 [melvin]     0.6.6claws35
10500
10501         * src/gtkspell.[ch]
10502                 Made spelling code compatible with undo/redo feature.
10503                 Added creation of suggestion mode menu for the general
10504                         preferences.
10505         
10506         * src/prefs_common.[ch]
10507                 Added option menu for the speller's suggestion mode.
10508                 Added missing spaces in "..." buttons and made a "..."
10509                         button non translatable!
10510         
10511         * src/compose.c
10512                 Made speller use the default suggestion mode.
10513                 Hack to make it possible to choose 'CTRL-Enter' as a
10514                         shortcut for sending (and only for sending).
10515
10516         * src/prefs_folder_item.c
10517                 Changing subject simplification does not update cache 
10518                         anymore (because it is unnecessary).
10519                 Fixed bug where changing subject simplification updated the 
10520                         summaryview even when the viewed folder is not the
10521                         folder which properties are being changed. (E.g. 
10522                                         viewing folder A and changing
10523                                         the subject simplification of 
10524                                         folder B -not being viewed- updated the 
10525                                         summaryview of folder A with data of
10526                                         folder B). (Hope this is clear... )
10527
10528 2001-12-31 [alfons]     0.6.6claws34
10529         
10530         * src/ldif.c
10531         * src/mutt.c
10532                 fgetc() returns a signed integer which doesn't
10533                 fit in a char. so c truncates this to a char
10534                 but we may lose significant bits. i.e. we may
10535                 comparing 0xFF which may not be equal to -1
10536                 unless properly casted to signed char which
10537                 we won't do because fgetc() returns a signed
10538                 integer which doesn't fit in a char. so c 
10539                 truncates this to a char but we may lose 
10540                 significat bits. (you got the idea, thanks
10541                 to Gustavo Noronha Silva <kov@debian.org>
10542                 and the Debian folks!)
10543
10544 2001-12-30 [alfons]     0.6.6claws33
10545
10546         * src/prefs_common.c
10547                 add #ifdef USE_PSPELLs that Melvin forgot               
10548
10549 2001-12-30 [melvin]     0.6.6claws32
10550         
10551         * src/prefs_common.[ch]
10552                 Added configurable color for misspelled words.
10553
10554         * src/gtkspell.[ch]
10555                 Fixed bug of foreground text color (reported by David
10556                                 Mehrmann)
10557                 Added configurable color for misspelled words.
10558
10559 2001-12-30 [alfons]     0.6.6claws31
10560
10561         * src/folder.c
10562                 remove unnecessary things someone put there
10563
10564         * src/mh.c
10565         * src/folder.[ch]
10566                 make folder properties (like threading and sorting) persistent
10567                 (closes bug #497424 "rescan folder tree resets proprieties")
10568                 currently this is only for MH folders. 
10569
10570 2001-12-29 [melvin]     0.6.6claws30
10571
10572         * src/string_match.[ch]
10573                 Optimized a bit: regexp pattern buffer compiled only once, and
10574                   one subroutine call removed. Fixed ^ regexp search: Now, 
10575                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
10576         
10577         * src/summaryview.c
10578                 Subject filtering changed to filter summary columns and
10579                   not directly the messages subject cache. The loss in 
10580                   performance is balanced by the improvement of string_match.
10581                 Added an alert panel if there is an error in the regexp.
10582
10583         * src/src/prefs_folder_item.h
10584                 Added a regexp pattern buffer.
10585
10586 2001-12-28 [alfons]     0.6.6claws29
10587
10588         * src/string_match.[ch]
10589                 clean up name space
10590                 allow compilation *BSD
10591
10592 2001-12-27 [alfons]     0.6.6claws28
10593
10594         * src/filter.c
10595                 sync the Hiro's bug fix for BSD
10596
10597 2001-12-27 [melvin]     0.6.6claws27
10598         
10599         * src/compose.c
10600                 Simplify focus to subject entry code.
10601
10602 2001-12-27 [darko]      0.6.6claws26
10603
10604         * src/filtering.c
10605         * src/mbox_folder.c
10606         * src/messageview.c
10607         * src/mh.c
10608         * src/procheader.[ch]
10609         * src/procmsg.h
10610         * src/stock_pixmap.[ch]
10611         * src/summaryview.c
10612                 Show key icon for encrypted mails in summary view
10613
10614         * src/pixmaps/clip.xpm
10615         * src/pixmaps/clipkey.xpm
10616         * src/pixmaps/key.xpm
10617                 New/modified icons for the above
10618
10619 2001-12-27 [melvin]     0.6.6claws25
10620
10621         * src/prefs_common.c
10622                 Put spell checker options in a separate tab to decrease
10623                 the Common Preferences window height.
10624
10625         * README.claws  
10626                 Update spell checker usage instruction about its options
10627                 location.
10628
10629 2001-12-27 [melvin]     0.6.6claws24
10630
10631         * src/compose.c
10632                 Changed subject entry widget position. Initial focus is
10633                 on the To header instead of the subject entry.
10634                 Creating a new header scrolls the header list to make the
10635                 created one visible. Nevertheless, when automatically filling
10636                 headers, the first one is shown.
10637                 A Tab key press in the last empty header entry zips the 
10638                 focus to the subject entry.
10639                 (I did not change the combo boxes, yet)
10640
10641 2001-12-26 [alfons]     0.6.6claws23
10642
10643         * src/prefs_account.c
10644         * src/inc.c
10645                 allow default inbox to reside in another mailbox (only
10646                 works for POP3 accounts)
10647
10648 2001-12-26 [alfons]     0.6.6claws22
10649         
10650         * src/textview.c
10651                 make reply-on-click work with the account of the selected folder
10652         * src/compose.c
10653                 put a fixme here to remind me to fix finding correct default
10654                 account for nested folders
10655
10656 2001-12-25 [alfons]     0.6.6claws21
10657
10658         * src/summaryview.c
10659                 make column headers display locked and mark pixmaps (idea by Melvin) 
10660                 fix bug by adding score and locked column type to sort array
10661
10662 2001-12-25 [alfons]     0.6.6claws20
10663         
10664         * src/summaryview.c
10665                 catch a *potentially* inadvertent write back of  
10666                 the message cache(s) introduced by 0.6.5claws37
10667
10668 2001-12-25 [christoph]  0.6.6claws19
10669
10670         * src/stock_pixmap.[ch]
10671         * src/summaryview.c
10672                 add ignore thread pixmap
10673                 (can someone draw a better icon for this?)
10674
10675 2001-12-24 [alfons]     0.6.6claws18
10676
10677         * src/prefs_folder_item.c
10678                 make address completion actually work for the
10679                 Default To address in the Folder Property dialog.
10680
10681 2001-12-24 [alfons]     0.6.6claws17
10682         
10683         * src/summaryview.c
10684                 use new style regexp for subject stripping 
10685                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
10686
10687 2001-12-24 [darko]      0.6.6claws16
10688
10689         * src/pgptext.c
10690         * src/rfc2015.c
10691                 move GPG related informational messages to debug mode
10692
10693 2001-12-23 [alfons]     0.6.6claws15
10694
10695         * src/stock_pixmap.[ch]
10696         * src/summaryview.c
10697                 add the forgotten Claws' locked pixmap
10698
10699 2001-12-23 [alfons]     0.6.6claws14
10700
10701         * src/filesel.c
10702                 accept file name typed in entry in multi file
10703                 selector (patch submitted by Gustavo Noronha Silva 
10704                 <kov@debian.org>)
10705
10706 2001-12-23 [alfons]     0.6.6claws13
10707
10708         * src/prefs_filter.c
10709         * src/prefs_filtering.c
10710         * src/matcher.c
10711         * src/importmutt.c
10712                 clean up a little bit
10713         
10714         * src/string_match.c
10715                 validate input strings a little bit more
10716
10717 2001-12-23 [alfons]     0.6.6claws12
10718
10719         * src/Makefile.am
10720         * src/summaryview.c
10721         * src/string_match.[ch]         ** NEW **
10722         * src/folderview.[ch]
10723         * src/headerview.h
10724         * src/folder.[ch]
10725         * src/prefs_folder_item.[ch]
10726                 add subject simplification to strip out strings from
10727                 a subject line (esp. handy for mailing lists). 
10728                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
10729                 but slightly changed things for better integration.)
10730
10731 2001-12-23 [alfons]     0.6.6claws11
10732
10733         * src/mainwindow.c
10734                 fix bug introduced by submission included in 0.6.5claws52.
10735                 ideally this submission should clean the trash if any trash
10736                 folder has a message. however, the hasTrash variable was
10737                 set to false whenever a trash folder was empty (discarding
10738                 a previously found *filled* trash folder.)
10739
10740                 also edited the code a little bit and made it more safe.
10741
10742 2001-12-22 [alfons]     0.6.6claws10
10743
10744         * src/imap.c
10745                 quick fix for Martin Pool's omission of an account
10746                 specific SSL setting
10747
10748 2001-12-22 [alfons]     0.6.6claws9
10749
10750         * src/compose.c
10751         * src/messageview.c
10752         * src/mimeview.c
10753         * src/pgptext.c
10754         * src/procmime.[ch]
10755                 better support for multipart/digest (submitted
10756                 by Fredrik <e98fo@efd.lth.se>)
10757
10758 2001-12-22 [alfons]     0.6.6claws8
10759
10760         * src/addressbook.c
10761                 correct function signature
10762         * src/socket.[ch]
10763         * src/imap.[ch]
10764         * src/prefs_account.[ch]
10765                 allow IMAP over SSH tunnel (patch submitted by 
10766                 Martin Pool <mbp@samba.org>)
10767
10768 2001-12-21 [alfons]     0.6.6claws7
10769
10770         * sync with sylpheed 0.6.6cvs4-9
10771                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
10772
10773 2001-12-21 [christoph]  0.6.6claws6
10774
10775         * src/compose.c
10776         * src/prefs_folder_item.[ch]
10777                 implement saving of outgoing messages to current folder.
10778                 fix segfault when no default outbox is available
10779                 (closes bug #495683)
10780
10781 2001-12-21 [carsten]    0.6.6claws5
10782         * src/folderview.c
10783         * src/summaryview.c
10784                 pressing CTRL while DND does now the expected thing and
10785                 copies the mail (moving is still the default, as this
10786                 seam more appropriate for handling mails by DND)
10787
10788 2001-12-18 [paul]       0.6.6claws4
10789
10790         * sync with sylpheed 0.6.6cvs3
10791                 see ChangeLog entries 2001-12-18
10792
10793 2001-12-18 [hiro]       0.6.6claws3
10794
10795         * src/undo.c
10796                 fix for multibyte characters (obtain the number of letters
10797                 instead of bytes).
10798
10799 2001-12-17 [paul]       0.6.6claws2
10800
10801         * sync with sylpheed 0.6.6cvs1
10802                 see ChangeLog entry 2001-12-16
10803
10804 2000-12-17 [alfons]     0.6.6claws1
10805
10806         * src/filtering.c
10807                 clean up
10808
10809 2001-12-16 [paul]       0.6.6claws
10810 2001-12-15
10811
10812         * Release version 0.6.6claws, cvs tag: rel_0_6_6
10813
10814         * src/mimeview.c
10815                 last minute sync with main 0.6.6
10816
10817         * po/es.po
10818                 updated by Ricardo Mones Lastra
10819                 update for last minute sync
10820         * po/fr.po
10821         * po/nl.po
10822                 update for last minute sync
10823         * po/de.po
10824                 updated by Jens Oberender
10825         * po/pt_BR.po
10826                 updated by Fabio Junior Beneditto
10827
10828         * src/prefs_common.[ch]
10829         * src/undo.c
10830                 number of undo levels is user configurable
10831                 (squeeze it into the release in the dying
10832                 moments) Submitted by Jens Oberender    
10833
10834 2001-12-15 [melvin]
10835
10836         * po/fr.po
10837                 updated french translation
10838
10839 2001-12-15 [paul]       0.6.5claws92
10840
10841         * sync with sylpheed 0.6.5cvs28
10842                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
10843
10844         * po/nl.po
10845                 update to allow for sync
10846
10847 2001-12-15 [alfons]
10848         
10849         * po/nl.po
10850                 update dutch translation
10851
10852 2001-12-14 [carsten]    0.6.5claws91
10853         * src/summaryview.c
10854                 fixed bug #473785; also after changing the column order
10855                 the same message will be selected and displayed as before
10856                 the reordering
10857
10858 2001-12-14 [carsten]    0.6.5claws90
10859         * src/folderview.c
10860                 probably found the bug reported by wwb opening or closing
10861                 a folder tree just before dnd (found the solution in the
10862                 balsa source -- thanks to them)
10863
10864 2001-12-14 [carsten]    0.6.5claws89
10865         * src/gtkutils.c
10866         * src/account.c
10867                 moved gtk_clist_moveto to the right place, so that
10868                 only the accounts dialog is effected on opening
10869
10870 2001-12-14 [carsten]    0.6.5claws88
10871         * src/gtkutils.c
10872                 gtkut_clist_set_focus_row does a gtk_clist_moveto
10873                 now, so that the focused row will be seen in any case
10874                 (reported by wwp on sf-claws-user)
10875
10876 2001-12-14 [darko]      0.6.5claws87
10877
10878         * src/compose.c
10879                 remove unnecessary line
10880
10881 2001-12-14 [paul]       0.6.5claws86
10882
10883         * sync with sylpheed 0.6.5cvs27
10884                 see ChangeLog entries 2001-12-14
10885
10886 2001-12-14 [carsten]    0.6.5claws85
10887         * src/mainwindow.c
10888                 following a suggestion of Melvin the rcoabm pops up
10889                 right under the button now and the button is reliefed
10890                 while the popup is open
10891
10892 2001-12-14 [darko]      0.6.5claws84
10893
10894         * src/compose.c
10895                 fix crash when wrapping long lines if linewrap quotation
10896                 is disabled and wrapper encounters a word spanning more
10897                 than one line
10898
10899 2001-12-13 [paul]       0.6.5claws83
10900
10901         * src/compose.c
10902                 prefer 'Reply-To' header over mailing list header when
10903                 replying to a message. Finally prevent all those confirmation 
10904                 messages being sent to the list itself.
10905
10906         * src/summaryview.c
10907                 remove unused summary_set_menu_sensitive() entry
10908
10909 2001-12-13 [paul]       0.6.5claws82
10910
10911         * src/folderview.c
10912         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
10913         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
10914         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
10915                 improvements to 'Hide read messages': Inbox, Outbox,
10916                 Trash, Queue, and Draft icons now reveal presence of hidden 
10917                 messages
10918
10919 2001-12-12 [alfons]     0.6.5claws81
10920
10921         0.6.5claws80 was tagged as LAST_STABLE
10922
10923         * src/filtering.[ch]
10924         * src/matcher.[ch]
10925         * src/matcher_parser_lex.c
10926                 fix the filtering; my last attempt to get it right, 
10927                 if it does not work, it's Hoa's turn. ;-)
10928
10929                 for my honourable peers:
10930                 
10931                 the code now makes a clear distinction between
10932                 rules as they are displayed (probably escaped),
10933                 and as they are executed (probably unescaped). the
10934                 parser does *NOT* do any unescaping, this is
10935                 the task of the matcher.c (which breaks up a
10936                 rule into condition) and the filtering.c (which
10937                 breaks up the rule's action). to make this
10938                 run happily we provide an unescaped copy of
10939                 crucial strings to the MatcherProp and 
10940                 FilteringAction structures. note that the only
10941                 exception to this is any REGEXP string. those
10942                 are directly passed to regcomp() and regexp()
10943                 (who have much more powerful unescape functions).
10944                 
10945                 for everyone else:
10946         
10947                 you can escape tab (\t), carriage return (\r),
10948                 linefeed (\n), form feed (\f), quote (\"), 
10949                 single quote (\'), bell (\b) in all the entry
10950                 lines in the scoring & filtering dialogs.
10951                 as an added bonus this should not affect
10952                 existing filtering rules.
10953
10954 2001-12-12 [carsten]    0.6.5claws80
10955
10956         * src/summaryview.c
10957         * po/de.po
10958                 "item(s) selected" is now sensitive to 1 or more
10959                 than one selected (nice for language where simple
10960                 adding of a "s" is not possible as German (Eintrag
10961                 ->Eintr"age)
10962                 
10963                 the "forward as attachment" entry from the right
10964                 click menu removed, "forward" acts following the
10965                 prefs
10966         
10967         * src/textview.c
10968                 reverted my former changes; so compiler warning again
10969                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
10970                 nevertheless
10971
10972         * src/messageview.c
10973                 "search in message" does now *not* only work in MVIEW_TEXT
10974                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
10975                 message
10976
10977         * src/mainwindow.c
10978                 removed "/File/_Close" as it was the same as "/File/E_xit"
10979                 and we don't need it two times
10980
10981                 the separate folder view and message view now get a distinct
10982                 WMCLASS, just in case someone is using sawfish ;-)
10983
10984                 as the menu entries "/View/Message view" and "/View/Folder tree"
10985                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
10986                 make them sensitive accordingly and as these two are "shown"
10987                 after startup anytime check this menuitem at startup
10988
10989 2001-12-12 [paul]       0.6.5claws79
10990
10991         * src/folderview.c
10992                 fix sensitivity of 'Search folder...', broken in
10993                 0.6.5claws75
10994
10995         * src/mainwindow.c
10996                 fix dodgy English
10997
10998 2001-12-11 [carsten]    0.6.5claws78
10999         * src/filtering.c
11000                 fixed two typos returning a wrong FALSE/TRUE
11001         * src/mainwindow.[ch]
11002                 extra menu for email/news button removed
11003
11004 2001-12-11 [alfons]     0.6.5claws77
11005         
11006         * src/matcher.c                 (1.3)
11007         * src/matcher_parser_lex.l      (1.28)
11008                 revert for another attempt
11009                 mark 0.6.5claws77 as LAST_STABLE
11010
11011 2001-12-11 [christoph]  0.6.5claws76
11012
11013         * po/de.po
11014                 fixed wrong translation for prev. unread msg
11015
11016 2001-12-11 [paul]       0.6.5claws75
11017
11018         * src/folder.[ch]
11019         * src/folderview.c
11020         * src/mainwindow.c
11021         * src/summaryview.[ch]
11022         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
11023                 enable ability to hide read messages on per folder basis via 
11024                 '/Summary/Hide read messages'; when selected, a folder will 
11025                 have a red open folder icon, instead of a blue icon, if the 
11026                 folder contains hidden messges
11027                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
11028
11029         * src/mainwindow.c
11030                 remove '/Message/Forward as attachment' from 
11031                 main_window_set_menu_sensitive() to prevent debug warning
11032
11033         * src/folderview.c
11034         * src/mainwindow.c
11035                 Clean up some of the English
11036
11037         * tools/newscache_clean.pl
11038                 allow for new 'hidereadmsgs' entry in folderlist.xml
11039
11040         * po/es.po
11041                 updated translation, submitted by Ricardo Mones Lastra
11042
11043 2001-12-11 [paul]       0.6.5claws74
11044
11045         * sync with sylpheed 0.6.5cvs25
11046                 see ChangeLog entry 2001-12-11
11047
11048 2001-12-10 [alfons]     0.6.5claws73
11049
11050         * src/matcher.c
11051                 add more control characters
11052         * src/matcher_parser_lex.l
11053                 make escaping / unescaping work again
11054
11055 2001-12-10 [alfons]     0.6.5claws72
11056
11057         * src/imap.c
11058                 clean up warnings "returning value for void function" 
11059         * src/prefs_filtering.c
11060                 make info button for execute action sensitive
11061
11062 2001-12-10 [paul]       0.6.5claws71
11063
11064         * src/compose.c
11065         * src/imap.[ch]
11066         * src/summaryview.c
11067                 fix: imap server now gets informed of MARKED, UNMARKED
11068                 and REPLY events. Now people can use different IMAP-Mail
11069                 clients and have the exact same information about MARKED,
11070                 UNMARKED and REPLY status with all of them. Especially
11071                 useful for imap servers with a web-frontend.
11072                 submitted by Tobias Sandhaas <medlor@web.de>
11073
11074 2001-12-09 [melvin]     0.6.5claws70
11075         
11076         * src/textview.[ch]
11077                 fixed bug #490076 (hunted down by Alfons who implemented
11078                 a workaround in 0.6.5claws65)
11079
11080 2001-12-09 [christoph]  0.6.5claws69
11081
11082         * src/summaryview.c
11083                 set pointer to string in LOCKED column to NULL
11084                 (might fix bug #490800)
11085
11086 2001-12-09 [carsten]    0.6.5claws68
11087
11088         * po/de.po
11089                 resolved some cluttered menu shortcuts 
11090                 ('creating new email' and 'creating news message'
11091                 hade the same)
11092         * src/compose.c
11093                 wmclass now distinc from main window
11094         * src/mainwindow.c
11095           src/mainwindow.h
11096                 email/news and forward button functionality similar
11097                 to the reply buttons; removed the ugly dropdown arrows
11098                 and use instead the right mouse button
11099
11100 2001-12-09 [paul]       0.6.5claws67
11101
11102         * src/imap.c
11103         * src/utils.h
11104                 allow spaces in imap folder names
11105                 submitted by Willem van Engen <wvengen@stack.nl>
11106
11107 2001-12-09 [paul]       0.6.5claws66
11108
11109         * sync with sylpheed 0.6.5cvs24
11110                 see ChangeLog entry 2001-12-09
11111
11112 2001-12-08 [alfons]     0.6.5claws65
11113
11114         * src/textview.c
11115                 prevent secondary selection claim after "add to sender" dialog
11116                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
11117                 we trick GTK by simulating a click at (0, 0) in the textview.
11118
11119 2001-12-08 [hoa]        0.6.5claws64
11120
11121         * src/folder.c
11122                 fixed a bug about the .processing folder name while filtering
11123
11124 2001-12-08 [alfons]     0.6.5claws63
11125
11126         * src/folderview.c 
11127                 work around problem of not correctly updating folder stats
11128                 when deleting messages. there's some folder scanning evil
11129                 going so the folderview_update_msg_num() does not work
11130                 correctly. need to investigate this.
11131
11132 2001-12-08 [paul]       0.6.5claws62
11133
11134         * sync with sylpheed 0.6.5cvs23
11135                 see ChangeLog entry 2001-12-08
11136
11137 2001-12-07 [christoph]  0.6.5claws61
11138
11139         * src/compose.c
11140                 fix another header translation problem
11141
11142 2001-12-07 [alfons]     0.6.5claws60
11143
11144         * src/mbox.c
11145                 make filtering also work on local spool mbox
11146
11147 2001-12-07 [carsten]    0.6.5claws59
11148         * src/addressbook.c
11149                 addressbook window gets a wmclass distinct from the main
11150                 sylpheed window
11151         * src/compose.h
11152         * src/mainwindow.[ch]
11153                   forward menu item will use mode selected in prefs, forward 
11154                 as attatchment in menu removed (will be substituted in the
11155                 toolbar similar to reply buttons)
11156                   create news message menu entry and news button is now 
11157                 sensitive to the existance of a news account
11158         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
11159         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
11160         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
11161                 these are removed because the toolbar buttons don't show
11162                 the quoting modus any longer
11163
11164 2001-12-07 [paul]
11165
11166         * tools/newscache_clean.pl      ** NEW FILE **
11167                 perl script to do some tidying up in the newscache directory 
11168                 
11169         * tools/sylpheed-switcher       ** NEW FILE **
11170                 perl script to enable easy switching between main and claws
11171                 
11172         * tools/README
11173                 added descriptions of the two new perl scripts          
11174
11175
11176 2001-12-07 [melvin]     0.6.5claws58
11177
11178         * src/messageview.c
11179                 fixed a warning during compilation introduced in 0.6.5claws56
11180
11181 2001-12-07 [paul]       0.6.5claws57
11182
11183         * src/mainwindow.[ch]
11184         * src/menu.[ch]
11185                 further usability enhancements to replying with or without 
11186                 quoting via the toolbar, use of Ctrl key is replaced by 
11187                 drop down menu 
11188                 Submitted by Carsten Schurig            
11189
11190 2001-12-07 [melvin]     0.6.5claws56
11191
11192         * src/messageview.c
11193                 hack to fix bug that prevented to make/paste selections
11194                 after switching between MVIEW_TEXT and MVIEW_MIME views
11195                 without deselecting the selection first.
11196
11197 2001-12-06 [alfons]     0.6.5claws55
11198
11199         * src/filtering.[ch]
11200         * src/inc.c
11201                 revise filtering a little bit more, and make sure
11202                 messages are delivered to the appropriate inbox
11203                 (perhaps set per account)
11204
11205 2001-12-06 [paul]       0.6.5claws54
11206
11207         * sync with sylpheed 0.6.5cvs22
11208                 see ChangeLog entry 2001-12-06
11209
11210 2001-12-05 [alfons]     0.6.5claws53
11211
11212         * src/inc.c
11213         * src/folder.[ch]
11214         * src/procmsg.c
11215         * src/filtering.c
11216                 more revisions of filtering system
11217                 (last stable version is marked as LAST_STABLE)
11218                 
11219                 | NOTE 1): the filtering system now uses a local folder called
11220                 | .processing. if filtering fails, check this directory
11221                 | for missing messages.
11222                 |
11223                 | NOTE 2): help us find the filtering actions still missing
11224
11225 2001-12-05 [paul]       0.6.5claws52
11226
11227         * src/mainwindow.c
11228                 fix bug where 'Empty Trash?' pop-up window appears even
11229                 when Trash is empty, submitted by Jesse Skinner         
11230
11231 2001-12-05 [melvin]     0.6.5claws51
11232
11233         * src/compose.c
11234                 fixed bug #486106 to select correct account when reediting 
11235                 a queued message
11236         
11237 2001-12-04 [alfons]     0.6.5claws50
11238
11239         * src/mh.c
11240                 declare markfile in appropriate functions when
11241                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
11242                 for spotting this)
11243
11244 2001-12-04 [paul]       0.6.5claws49
11245
11246         * sync with sylpheed 0.6.5cvs21
11247                 see ChangeLog entry 2001-12-04
11248
11249 2001-12-03 [christoph]  0.6.5claws48
11250
11251         * po/de.po
11252                 changed translation of undo
11253         * src/account.c
11254         * src/folder.c
11255                 don't reinvent the wheel to traverse a GNode
11256         * src/compose.[ch]
11257                 seperate code to create the compose gui into functions
11258                 add "Others" page with folder selection for saving copy
11259                 of the message.
11260                 the folder identifier is saved to queue header
11261         * src/procmsg.c
11262                 save message to folder in queue header
11263
11264 2001-12-03 [paul]       0.6.5claws47
11265
11266         * sync with sylpheed 0.6.5cvs20
11267                 see ChangeLog entry 2001-12-03
11268
11269 2001-12-01 [paul]
11270
11271         * more sync with sylpheed 0.6.5cvs19
11272                 see ChangeLog entry 2001-11-29
11273
11274 2001-11-30 [paul]       0.6.5claws46
11275         
11276         * src/compose.c
11277                 remove conflicts introduced by Hoa's last commit
11278          
11279         * src/mainwindow.c
11280                 make 'Message/Bounce' sensitive
11281
11282 2001-11-30 [hoa]        0.6.5claws45
11283
11284         * src/compose.c
11285                 slightly change bounce function to add
11286                 information about the user that bounced the mail
11287                 in the From header line.
11288
11289         * src/folderview.c
11290                 permit the use of processing in outbox folder.
11291
11292 2001-11-29 [paul]       0.6.5claws44
11293
11294         * src/mainwindow.[ch]
11295         * src/prefs_common.c
11296         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
11297         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
11298         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
11299                 usability enhancements to the quoting, implements
11300                 use of Ctrl key to toggle quoting settings
11301                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
11302
11303 2001-11-29 [paul]       0.6.5claws43
11304         
11305         * sync with sylpheed 0.6.5cvs19
11306                 see ChangeLog entry 2001-11-28
11307
11308 2001-11-29 [melvin]     0.6.5claws42
11309         * src/Makefile.am
11310                 added enriched.[ch] to the list of files
11311
11312         * src/textview.c
11313         * src/mimeview.c
11314         * src/procmime.[ch]
11315         * src/enriched.[ch]
11316                 added support to view text/enriched
11317                 added support to show headers in message view for text/enriched and text/html
11318                         in non multipart messages
11319
11320 2001-11-28 [paul]       0.6.5claws41
11321
11322         * more sync with sylpheed 0.6.5cvs18
11323                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
11324
11325 2001-11-27 [paul]       0.6.5claws40
11326         
11327         * po/pt_BR.po
11328                 updated translation, submitted by Fabio Junior Beneditto
11329                 
11330         * sync with sylpheed 0.6.5cvs18
11331                 see ChangeLog entries 2001-11-26 (src/textview.c) and
11332                 2001-11-27
11333
11334
11335 2001-11-26 [paul]
11336
11337         * po/es.po
11338                 updated translation, submitted by Ricardo Mones Lastra
11339
11340 2001-11-26 [alfons]
11341
11342         * src/matcher.c
11343                 add more translatable strings
11344
11345 2001-11-26 [christoph]  0.6.5claws39
11346
11347         * po/de.po      
11348                 fixed one more umlaut
11349         * src/compose.c
11350                 fix translated header when it should not be translated
11351
11352 2001-11-26 [paul]       0.6.5claws38
11353
11354         * src/mainwindow.c
11355                 remove '/Message/Add Sender to address book' from 
11356                 main_window_set_menu_sensitive(), prevent debug warning
11357                 add 'Message/Mark/Mark all read' to mainwin_entries[]
11358
11359 2001-11-26 [paul]       0.6.5claws37
11360
11361         * src/summaryview.c
11362                 fix 'recurring unread state' bug 
11363
11364         * tools/README 
11365         * tools/filter_conv.pl
11366                 read name of top level mailbox from folderlist.xml
11367                 and presume nothing about its name              
11368
11369 2001-11-26 [darko]      0.6.5claws36
11370
11371         * src/gtkstext.[ch]
11372                 removed functions that are now in gtkutils.c
11373                 use gtkut_text_is_uri_string() from gtkutils.c
11374         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
11375
11376 2001-11-26 [paul]       0.6.5claws35
11377
11378         * sync with sylpheed 0.6.5cvs16
11379                 see ChangeLog entries 2001-11-25 and 2001-11-26
11380
11381 2001-11-25 [alfons]     0.6.5claws34
11382
11383         EXPERIMENTAL!!! Please checkout the last stable version using: 
11384           
11385         % cvs update -r LAST_STABLE -dRAP
11386
11387         (Or help us testing this stuff.)
11388
11389         * src/filtering.c               (1.14)
11390         * src/filtering.h               (1.6)
11391         * src/inc.c                     (1.28)
11392         * src/matcher.c                 (1.20)
11393         * src/mbox.c                    (1.9)
11394         * src/procmsg.h                 (1.14)
11395         * src/summaryview.c             (1.59)
11396         * src/summaryview.h             (dunno)
11397                 revert/merge/sync to as it was before commit 
11398                 on Thu, 19 Jul 2001 10:15:51 -0700.
11399
11400 2001-11-25 [hoa]        0.6.5claws33
11401
11402         * src/main.c
11403                 processing mails at startup
11404
11405         * src/folderview.c
11406         * src/summaryview.[ch]
11407                 processing mails when entering folder
11408
11409         * src/prefs_filtering.c
11410                 fixed some UI bugs
11411
11412 2001-11-24 [alfons]     0.6.5claws32
11413
11414         * src/summaryview.[ch]
11415                 make summary sort headers work, and also make
11416                 sure the sort type is stored
11417
11418 2001-11-23 [alfons]     0.6.5claws31
11419
11420         * src/summaryview.[ch]
11421                 make lock work like mark
11422                 disallow deleting messages marked as locked
11423
11424 2001-11-23 [alfons]     0.6.5claws30
11425
11426         * src/gtkstext.c
11427         * src/compose.[ch]
11428         * src/Makefile.am
11429         * src/undo.[ch]
11430                 merge undo patch submitted by Jens
11431
11432 2001-11-23 [christoph]  0.6.5claws29
11433
11434         * src/.cvsignore
11435                 added ylwrap
11436         * src/compose.c
11437                 fixed gpg signing and encoding
11438         * src/folder.[ch]
11439         * src/main.c
11440                 added --status option to get new, unread and total
11441                 message count from a running sylpheed
11442         * src/prefs_common.c
11443                 temporary fix for reply_with_quote problem
11444                 (don't call functions for non existing widget)
11445         * src/procmsg.c
11446                 one more check for ignored threads but still not
11447                 always working correctly. probably a recursive
11448                 check for all parents is needed
11449
11450 2001-11-23 [darko]      0.6.5claws28
11451
11452         * src/compose.c
11453                 wrapping on send improvements
11454         * src/gtkutils.[ch]
11455                 fix for GtkSText after last sync with main branch
11456                 GTK_TEXT -> GTK_STEXT
11457
11458 2001-11-23 [paul]       0.6.5claws27
11459
11460         * sync with sylpheed 0.6.5cvs14
11461                 see ChangeLog entries 2001-11-22 and 2001-11-23
11462                 
11463         * po/de.po
11464                 fixed the scrambled umlauts 
11465                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
11466
11467 2001-11-21 [paul]       0.6.5claws26
11468
11469         * sync with sylpheed 0.6.5cvs12
11470                 see 2nd ChangeLog entry dated 2001-11-20
11471
11472 2001-11-20 [paul]       0.6.5claws25
11473
11474         * sync with sylpheed 0.6.5cvs11
11475                 see ChangeLog entry 2001-11-19 (src/utils.c)
11476
11477 2001-11-20 [hiro]
11478
11479         * src/compose.c
11480                 GTK_TEXT -> GTK_STEXT
11481                 fix for wrong comment
11482
11483 2001-11-20 [hiro]       0.6.5claws24
11484
11485         * src/compose.[ch]
11486                 more merges from main branch
11487                 removed fatal warnings (uninitialized variables etc.)
11488                 some coding style fix
11489         * src/gtkutils.h
11490                 fixed typo.
11491         * src/addressbook.c
11492           src/addrindex.c
11493                 V-Card -> vCard
11494
11495 2001-11-19 [hoa]        0.6.5claws23
11496
11497         * src/filtering.c
11498         * src/prefs_scoring.c
11499         * src/matcher.[ch]
11500         * src/scoring.c
11501                 cleaning code
11502
11503         * src/matcher_parser_parse.y
11504         * src/prefs_filtering.c
11505                 bouncing
11506
11507 2001-11-19 [alfons]     0.6.5claws22
11508
11509         more of my old things into claws
11510
11511         * src/Makefile.am
11512         * src/prefs_common.c
11513         * src/procmsg.h
11514         * src/summaryview.[ch]
11515         * src/prefs_summary_column.c
11516         * src/pixmaps/locked.xpm
11517                 add indicators for locking of message in summary view
11518                 (does not work yet, only visual indicator)
11519
11520 2001-11-19 [paul]       0.6.5claws21
11521
11522         * sync with sylpheed 0.6.5cvs10
11523                 see ChangeLog entry 2001-11-19
11524
11525 2001-11-18 [alfons]     0.6.5claws20
11526         
11527         * src/filtering.c
11528                 remove an inadvertent free I forgot in previous clean up 
11529
11530 2001-11-18 [alfons]     0.6.5claws19
11531
11532         * src/filtering.[ch]
11533                 clean up & plug leaks
11534
11535 2001-11-18 [paul]       0.6.5claws18
11536
11537         * sync with sylpheed 0.6.5cvs9
11538                 see ChangeLog entries 2001-11-17 and 2001-11-18
11539
11540 2001-11-16 [paul]       0.6.5claws17
11541
11542         * sync with sylpheed 0.6.5cvs8
11543                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
11544
11545 2001-11-16 [paul]       0.6.5claws16
11546
11547         * sync with sylpheed 0.6.5cvs7
11548                 see ChangeLog entries 2001-11-15 and 2001-11-16
11549
11550 2001-11-15 [hoa]        0.6.5claws15
11551
11552         * src/compose.c
11553                 fix bounce, mails we received couln't be bounced to ourself.
11554
11555         * src/defs.h
11556         * src/filtering.[ch]
11557         * src/matcher.[ch]
11558         * src/matcher_parser.h
11559         * src/matcher_parser_lex.l
11560         * src/matcher_parser_parse.y
11561         * src/inc.c
11562         * src/main.c
11563         * src/mbox.c
11564         * src/prefs_filtering.[ch]
11565         * src/mainwindow.c
11566         * src/prefs_matcher.c
11567         * src/prefs_scoring.c
11568         * src/scoring.[ch]
11569         * src/summaryview.c
11570                 new matcher/filter/score configuration file parser
11571                 one unique configuration file => ~/.sylpheed/matcherrc
11572                 import in currently automatic, then save are made
11573                 in this new file.
11574                 one filter per folder and one global filter
11575                 (filter of a folder will be used as folder processing)
11576
11577         * src/folder.c
11578                 fix a bug in folder_item_get_identifier
11579                 
11580         * src/messageview.c
11581                 receive receipt return are fixed.
11582
11583 2001-11-14 [alfons]     0.6.5claws14
11584
11585         * src/session.h
11586                 add things from main branch to make claws compile
11587
11588 2001-11-14 [paul]       0.6.5claws13
11589
11590         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
11591                 see ChangeLog entries 2001-11-08 to 2001-11-14
11592
11593 2001-11-14 [hoa] 0.6.5claws12
11594
11595         * src/compose.[ch]
11596         * src/mainwindow.c
11597         * src/summaryview.c
11598                 add "bounce mail" option
11599
11600 2001-11-13 [christoph]  0.6.5claws11
11601
11602         * src/compose.c
11603                 Cleanup a mess i add before commiting
11604
11605 2001-11-13 [hoa]        0.6.5claws10
11606
11607         * src/compose.c
11608                 some fixes when mail are sent or
11609                 for crossposts
11610
11611 2001-11-13 [christoph]  0.6.5claws9
11612
11613         * po/de.po
11614                 Changed two string with the same translation
11615         * src/compose.c
11616         * src/procmsg.[ch]
11617         * src/send.[ch]
11618                 New mailsending process:
11619                   - Always queue message before sending
11620                     (message will be saved if sylpheed crashed or
11621                      freezes while sending)
11622                   - Allow queuing of newspostings
11623                   - No copy in outbox before sending
11624                     (closes bug #469501)
11625                   - No more redundant code for send and send_later
11626         * src/summaryview.c
11627                 Applied wwp <subscript@free.fr>'s patch that fixes
11628                 marks for multiple forwarded messages (+compose.c)
11629
11630 2001-11-12 [alfons]
11631
11632         * README.claws
11633                 remove things that are now in main branch
11634         
11635         * po/nl.po
11636                 update Dutch translation
11637
11638 2001-11-12 [mhadasht]   0.6.5.claws8
11639
11640         * src/prefs_common.c
11641                 re-enabled account autoselection feature for forward
11642                 and reedit lost during the branch point for SYNC-B4-REL
11643         * src/gtkspell.c
11644                 gtkpspell_get_dict(): more readable code (even if function is
11645                 not used yet)
11646         * ChangeLog.claws
11647                 added version number info to 2001-11-12 [hiro] comment.
11648
11649 2001-11-12 [hiro]       0.6.5.claws7
11650
11651         * src/compose.c
11652                 compose_forward(): fixed a bug that forward quote mark
11653                 wasn't used.
11654                 removed unnecessary code.
11655         * src/template_select.[ch]: removed.
11656
11657 2001-11-11 [alfons]
11658
11659         * src/compose.c
11660                 :%s/GTK_TEXT/GTK_STEXT/g
11661         
11662         * src/compose.[ch]
11663         * src/undo.[ch]
11664         * src/Makefile.am
11665                 revert the undo stuff (this is 0.6.6claws stuff)
11666
11667 2001-11-11 [hoa]        0.6.5.claws6
11668
11669         * src/compose.[ch]
11670                 Insert signature at the end of the text.
11671                 Added undo patch but currently disabled
11672
11673         * src/procmsg.c
11674                 Threading by subject improved.
11675
11676         * added src/undo.[ch]
11677                 Undo module for compose dialog box.
11678
11679 2001-11-11 [alfons]     0.6.5.claws5
11680
11681         * src/procmsg.c
11682                 prevent threading by subject on nodes that have already been
11683                 threaded by in-reply-to (as in "circular references in a tree
11684                 result in a dead branch")
11685
11686 2001-11-09 [hoa]        0.6.5.claws4
11687         
11688         * src/folderview.c
11689                 allows creation of mbox folder item from any files.
11690
11691 2001-11-09 [alfons]     0.6.5.claws3
11692         
11693         * src/utils.c
11694         * src/procmsg.c
11695                 do what I mean and correct threading by subject so it really
11696                 ignores attracting lines without "Re: "
11697
11698 2001-11-07 [alfons]     0.6.5.claws2
11699
11700         * src/procmsg.c
11701         * src/utils.[ch]
11702                 only attract by subject if a subject line starts with a "Re: "
11703         * src/syldap.c
11704                 remove warning
11705
11706 2001-11-07 [paul]       0.6.5claws1
11707
11708         * sync with sylpheed 0.6.5. release
11709                 see ChangeLog entry 2001-11-07
11710
11711 2001-11-07 [paul]       0.6.4claws31
11712
11713         * sync with sylpheed 0.6.4cvs18
11714                 see ChangeLog entries 2001-10-30 to 2001-11-07
11715                 prefs_templates.[ch] renamed prefs_template.[ch]
11716
11717 2001-11-06 [alfons]
11718         
11719         * src/utils.h
11720                 add semicolon Hoa forgot ;-)
11721                 
11722
11723 2001-11-06 [hoa]        0.6.4claws30
11724         
11725         * src/procmsg.c
11726         * src/summaryview.c
11727         * src/utils.c
11728         * src/utils.h
11729                 threading by subject - empty subject are ignored
11730
11731 2001-11-06 [christoph]  0.6.4claws29
11732
11733         * src/socket.c
11734                 use SSL_peek for sock_gets
11735         * src/utils.c
11736                 removed unneeded pointer in extracting quoted
11737                 names implementation
11738
11739 2001-11-06 [melvin]     0.6.4claws28
11740
11741         * src/gtkspell.c
11742                 fixed bug #476792 Selection overtyping with spell checker
11743                 fixed bug which could cause a buffer overflow
11744                 fixed a memory leak
11745
11746 2001-11-06 [hoa]        0.6.4claws27
11747         
11748         * src/procmsg.c
11749         * src/summaryview.c
11750                 threading by subject
11751
11752 2001-11-05 [alfons]     0.6.4claws26
11753         
11754         * README.claws
11755                 Claws -> Sylpheed (vice versa)
11756
11757         * src/compose.c
11758                 :%s/gtk_text/gtk_stext/g
11759                 :%s/GTK_TEXT/GTK_STEXT/g
11760                 (thanks to Jonathan Ware for spotting this)
11761
11762 2001-11-04 [christoph]  0.6.4claws25
11763
11764         * src/summaryview.c
11765                 replace Xalloca + strdup with Xstrdup_a
11766         * src/utils.c
11767                 better implementation of extracting quoted names
11768                 from addresses (remove backlashes and ignore
11769                 quotes after them)
11770
11771 2001-11-04 [alfons]     0.6.4claws24
11772
11773         * src/utils.[ch]
11774                 edit to comply more with coding style
11775
11776         * src/textview.c
11777                 fix bug reported by Kim Schulz. introduced by the patch integrated
11778                 in 0.6.4claws15. the code did not check the return value of
11779                 the html parser.
11780
11781         * AUTHORS
11782                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
11783
11784 2001-11-04 [christoph]  0.6.4claws23
11785
11786         * src/main.c
11787         * src/prefs_common.[ch]
11788                 init some pointers that possibly caused a segfault
11789                 reported in the claws-users ML
11790
11791 2001-11-04 [hoa]        0.6.4claws22
11792
11793         * src/grouplistdialog.c
11794                 change the names of the nodes in the tree
11795
11796         * src/compose.c
11797                 enhanced mailto syntax as described in
11798                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
11799                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
11800
11801         * src/utils.c
11802                 encode and decode URI (useful when opening URL into
11803                 netscape).
11804
11805 2001-11-03 [hoa]        0.6.4claws21
11806
11807         * src/grouplistdialog.c
11808                 a new newsgroups list selection dialog box
11809                 with a CTree instead of a CList
11810
11811 2001-11-03 [hoa]        0.6.4claws20
11812
11813         * src/folderview.c
11814                 enable property and scoring options when right
11815                 click on "inbox"
11816
11817         * src/summaryview.c
11818                 fixed bug when nickname were displayed using
11819                 the address book.
11820
11821 2001-11-02 [darko]      0.6.4claws19
11822
11823         * src/compose.c
11824                 new wrap quotation and URL/long words wrapping implementation
11825         * src/compose.c src/gtkstext.[ch]
11826                 move gtkstext_strncmp() to gtkstext.c
11827
11828 2001-11-01 [christoph]  0.6.4claws18
11829
11830         * src/prefs_account.c
11831                 fixed mess in account settings dialog
11832         * src/prefs_folder_item.c
11833                 added label with folder path to dialog
11834
11835 2001-10-31 [match]      0.6.4claws17
11836
11837         * src/vcard.c
11838                 fix memory leak.
11839         * src/addrbook.c
11840                 fix generation of spurious address book file names.
11841                 remove redundant functions.
11842         * po/POTFILES.in
11843                 added missing file names.
11844
11845 2001-10-30 [paul]       0.6.4claws16
11846
11847         * sync with sylpheed 0.6.4cvs6
11848                 see ChangeLog entries 2001-10-26 to 2001-10-30
11849
11850         * tools/filter_conv.pl
11851                 read folderlist.xml to discover whether the top-level
11852                 folder is called 'Mailbox' or 'Mail' 
11853
11854 2001-10-29 [paul]       0.6.4claws15
11855
11856         * src/html.c, src/textview.c
11857                 activate links in html mail and fix clickable parts
11858                 Submitted by Matthieu Dazy <dazy@t-surf.com>
11859
11860 2001-10-29 [paul]
11861
11862         * po/de.po, po/es.po, po/pt_BR/po
11863                 updated translations, submitted by Jens Oberender,
11864                 Ricardo Mones Lastra, and Fabio Junior Beneditto
11865
11866 2001-10-29 [darko]      0.6.4claws14
11867
11868         * src/compose.c
11869                 fix wrapping for good
11870
11871 2001-10-29 [darko]
11872
11873         * src/compose.c
11874                 undo previous change as it broke the smart wrapping
11875
11876 2001-10-29 [darko]      0.6.4claws13
11877
11878         * src/compose.c
11879                 fix infinite loop when long URL is quoted
11880                 (closes bug #475122.
11881
11882 2001-10-28 [match]
11883
11884         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
11885                 import Mutt address book
11886         * src/ldif.[ch] src/importldif.h
11887                 modified import LDIF handle user attributes
11888
11889 2001-10-28 [christoph]  0.6.4claws12
11890
11891         * src/summaryview.c
11892                 fixed that filtering did not work if there
11893                 were no filter rules
11894                 (closes bug #472003 and better implementation
11895                  of patch #474644)
11896
11897 2001-10-27 [christoph]  0.6.4claws11
11898
11899         * src/compose.c
11900                 make the folder's default account to be used when
11901                 replying. (patch by wwp <subscript@free.fr>)
11902         * src/compose.c
11903                 code cleanup, nearly killed all of wwp's patch
11904                 for folder's default account in compose
11905         * src/folderview.c
11906                 error panel when a folder could not be created
11907                 (closes bug #471080 new folder name & already
11908                  existing file)
11909
11910 2001-10-26 [alfons]
11911
11912         * src/utils.h
11913                 change prototype of strstr2() that Christoph forgot about
11914
11915 2001-10-26 [christoph]  0.6.4claws10
11916
11917         * src/account.c
11918                 made search for accounts by email address not case
11919                 sensitive
11920         * src/folder.c
11921                 fixed memory leak in folder_item_get_identifier
11922         * src/gtkspell.c
11923         * src/utils.c
11924                 fixed wrong strstr2 (should work like strstr)
11925
11926 2001-10-26 [darko]      0.6.4claws9
11927
11928         * src/compose.c src/gtkstext.[ch]
11929         * src/gtkstext.c
11930                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
11931
11932 2001-10-26 [paul]       0.6.4claws8
11933
11934         * src/html.c
11935                 ignore css and javascript tags in html mail
11936                 case-insensitive, with or without double-quoted
11937                 strings
11938
11939 2001-10-26 [paul]       0.6.4claws7
11940
11941         * sync with sylpheed 0.6.4cvs1
11942                 see ChangeLog entry 2001-10-26
11943
11944         * src/prefs_account.c, src/prefs_common.c,
11945           src/prefs_summary_column.c
11946                 minor improvements to the English
11947
11948 2001-10-25 [alfons]     0.6.4claws6
11949
11950         * src/gtkstext.c
11951         
11952                 make GtkSText follow style of GtkText (closes bug 
11953                 #469211 "text selection while writing message")
11954                 
11955                 do sync with GTK 1.2.10
11956
11957 2001-10-25 [paul]       0.6.4claws5
11958
11959         * src/html.c
11960                 ignore css tags in html mail
11961
11962 2001-10-25 [darko]      0.6.4claws4
11963
11964         * src/compose.c
11965                 don't declare is_url_string as static function since
11966                 we need it in gtkstext.c
11967         * src/gtkstext.c
11968                 remove unused variable
11969                 don't wrap long URLs while composing a message
11970
11971 2001-10-24 [christoph]  0.6.4claws3
11972
11973         * src/socket.c
11974                 fix ssl deadlock, when peer closes connection
11975
11976 2001-10-24 [paul]       0.6.4claws2
11977
11978         * src/prefs_common.c
11979                 gettextize the gpg ascii-armored warning message
11980
11981         * src/compose.c
11982                 insert a DOS/MAC file into the composed message
11983                 (improvements)
11984
11985         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
11986
11987 2001-10-22 [paul]       0.6.4claws1
11988
11989         * sync with sylpheed 0.6.4 release
11990                 see ChangeLog entries 2001-10-21
11991
11992         * po/fr.po, po/pt_BR.po
11993                 updated by Melvin Hadasht and Fabio Junior Beneditto
11994
11995 2001-10-21 [paul]       0.6.3claws30
11996
11997         * src/compose.c
11998                 insert a DOS text file from the compose window
11999                 into the composed message text (removes CRs characters)
12000                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
12001
12002         * tools/filter_conv.pl, tools/README
12003                 automatically use ~/.sylpheed as working directory
12004                 print out confirmation message on completion
12005
12006         * correct Hoa's last ChangeLog.claws entry
12007
12008 2001-10-20 [hoa]        0.6.3claws29
12009
12010         * src/grouplistdialog.c
12011                 bugfix (another ?) to give the right
12012                 newsgroups list for each news server.
12013
12014         * src/news.c
12015         * src/news.h
12016                 improve the newsgroups list cache
12017
12018 2001-10-20 [paul]       0.6.3claws28
12019
12020         * sync with sylpheed 0.6.3cvs9
12021                 see ChangeLog entry 2001-10-19
12022
12023         * correct Alfons' last ChangeLog.claws entry
12024
12025 2001-10-19 [alfons]
12026
12027         * src/pgptext.[ch]
12028                 fix compilation problems (part of bug #472895)
12029
12030 2001-10-18 [hoa]        0.6.3claws27
12031
12032         * src/grouplistdialog.c
12033                 bugfix when we refresh was clicked (bug 472701)
12034
12035 2001-10-19 [christoph]  0.6.3claws26
12036
12037         * src/compose.c
12038                 last header entry should default to "To:" or
12039                 "Newsgroups:" and not copy the last entry line
12040                 in a new compose window
12041                 (closes bug #472686, #470792)
12042
12043 2001-10-19 [paul]       0.6.3claws25
12044
12045         * sync with Sylpheed 0.6.3cvs8
12046                 see ChangeLog entries 2001-10-18 and 2001-10-19
12047
12048 2001-10-18 [christoph]  0.6.3claws24
12049
12050         * src/procmsg.c
12051                 reimplement ignore thread
12052         
12053 2001-10-18 [hoa]        0.6.3claws23
12054
12055         * src/folderview.c
12056         * src/grouplistdialog.[ch]
12057                 enhanced news subscription interface (feature 469113)
12058
12059         * src/news.c
12060         * src/news.h
12061                 enchanced newsgroup listing,
12062                 now, we can get groups informations
12063                 (NNTPGroupInfo)
12064
12065 2001-10-18 [paul]       0.6.3claws22
12066
12067         * src/summaryview.c
12068                 remove comment (sync with main branch)
12069         * src/mainwindow.c
12070                 fix 'Re-edit' bug in 'Message' menu
12071
12072 2001-10-17 [christoph]  0.6.3claws21
12073
12074         * src/compose.c
12075                 ignore empty or whitespace only header lines
12076
12077 2001-10-17 [paul]       0.6.3claws20
12078
12079         * sync with sylpheed 0.6.3cvs7
12080                 see ChangeLog entries 2001-10-14, 2001-10-16, and
12081                 2001-10-17
12082
12083 2001-10-17 [darko]
12084
12085         * src/compose.c
12086                 wrap long lines without spaces
12087                 don't wrap URLs
12088
12089 2001-10-16 [paul]
12090
12091         * po/es.po, po/nl.po, po/pt_BR.po
12092                 updated by Ricardo Mones Lastra, Alfons,
12093                 and Fabio Junior Beneditto
12094
12095         * sylpheed-0.6.3claws released
12096
12097 2001-10-15 [melvin] 0.6.3claws18
12098
12099         * README.claws
12100                 added summary and detailed installation instructions
12101                 for spell checker
12102         * po/fr.po
12103                 Updated, corrected and completed french translation
12104
12105 2001-10-15 [hoa] 0.6.3claws17
12106         * src/grouplistdialog.c
12107                 we can choose the newsgroups to display with wildcards
12108
12109 2001-10-15 [christoph]  0.6.3claws16
12110
12111         * src/account.c
12112         * src/compose.c
12113         * src/prefs_folder_item.[ch]
12114                 applied wwp <subscript@free.fr>'s folder
12115                 default account patch
12116         * po/de.po
12117                 Fixed wrong translation
12118
12119 2001-10-13 [alfons, christoph, melvin]  
12120                         0.6.3claws15
12121
12122         solution #2 to solve MT-safety problems defers all GUI related calls
12123         to the main thread using a gtk_idle_add() callback. discussed on
12124         ircnet #sylpheed, with christoph spotting some issues with the
12125         original code, and melvin allowing us to lobotomize his sylpheed.
12126
12127         * src/syldap.[ch], src/main.c
12128                 fix race problem in ldap search thread by deferring GUI 
12129                 stuff to main thread using gtk_idle_add()
12130
12131 2001-10-13 [paul]       0.6.3claws14
12132
12133         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
12134                 add Sergey's smtpcred.patch
12135                 adds separate username/password setting for SMTP Auth
12136                 needed by some servers
12137                 (closes feature request #471659)
12138
12139 2001-10-13 [paul]       0.6.3claws13
12140
12141         * src/pgptext.[ch] **NEW FILES**
12142         * src/Makefile.am, src/messageview.c, src/mimeview.c
12143                 decrypt ascii-armored gpg text embedded in
12144                 the message body.
12145                 Submitted by Jens Jahnke <jan0sch@gmx.net>
12146
12147 2001-10-13 [christoph]  0.6.3claws12
12148
12149         * README.claws
12150                 some more details on default to and
12151                 feature requests
12152         * src/main.c
12153                 init glib threading when ldap is used
12154         * src/syldap.c
12155                 threading fixes
12156         * po/de.po
12157                 fixed a typo
12158
12159 2001-10-12 [paul]       0.6.3claws11
12160
12161         * src/prefs_common.[ch], src/rfc2015.c
12162                 enable ascii-armored gpg text to be embedded in the
12163                 message body, selectable through the 'Privacy'
12164                 preferences. Supports encrypting only.
12165                 Submitted by Ravemax <ravemax@dextrose.com>
12166
12167 2001-10-12 [paul]       0.6.3claws10
12168
12169         * sync with sylpheed 0.6.3cvs6
12170                 see ChangeLog entries 2001-10-11 and 2001-11-12
12171
12172         * src/folderview.c
12173                 incorporated mbox folders, scoring, and folder
12174                 properties into the sync
12175
12176 2001-10-12 [darko]      0.6.3claws9
12177
12178         * README.claws
12179                 describe quotation wrapping
12180         * src/compose.c
12181                 don't treat tab as space to calculate line length properly
12182
12183 2001-10-11 [alfons]
12184
12185         * README.claws
12186                 correct description of how to make new filtering system work,
12187                 add some other things
12188                 
12189         * src/syldap.c
12190                 remove sched_yield() (not necessary / unportable)
12191
12192 2001-10-11 [paul]       0.6.3claws8
12193
12194         * sync with sylpheed 0.6.3cvs3
12195                 see ChangeLog entry 2001-10-10
12196
12197 2001-10-10 [christoph]  0.6.3claws7
12198
12199         * .cvsignore
12200                 ignore 2 files created by newer autotools
12201         * src/prefs_folder_item.c
12202                 using table for widget alignment
12203                 fixed memory leak and broken octal display
12204         * src/filesel.c
12205                 fixed segfault caused by lost filename
12206                 workaround (closes bug #469551)
12207
12208 2001-10-10 [paul]       0.6.3claws6
12209
12210         * sync with sylpheed 0.6.3cvs2
12211                 see ChangeLog entries 2001-10-09 and 2001-10-10
12212
12213 2001-10-10 [darko]      0.6.3.claws5
12214
12215         * src/gtkstext.c
12216                 proper calculation of right margin if smart wrapping is enabled
12217         * src/compose.c
12218                 automatically wrap long lines if wrap quotation is enabled
12219
12220 2001-10-09 [alfons]     0.6.3.claws4
12221
12222         * src/summaryview.c
12223                 select correct row when deleting last row in the summary view (and
12224                 close bug "[ #469104 ] select second last in list when deleting")
12225
12226 2001-10-09 [paul]       0.6.3claws3
12227
12228         * sync with sylpheed 0.6.3cvs1
12229                 updated some autotool scripts
12230
12231 2001-10-09 [darko]      0.6.3claws2
12232
12233         * src/gtkstext.[ch]
12234                 new name and mark with Sylpheed comment
12235         * src/compose.c
12236                 smart quotation wrapping a-la VIM
12237
12238 2001-10-08 [paul]       0.6.3claws1
12239
12240         * sync with sylpheed 0.6.3 release
12241                 see ChangeLog entry 2001-10-08
12242
12243 2001-10-08 [paul]       0.6.2claws24
12244
12245         * src/summaryview.c
12246                 more sync with sylpheed 0.6.2cvs12
12247                 Fixed the bug that didn't select the last row correctly
12248
12249
12250 2001-10-07 [paul]       0.6.2claws23
12251
12252         * sync with sylpheed 0.6.2cvs12
12253                 see ChangeLog entry 2001-10-07
12254
12255 2001-10-06 [match]
12256         * src/jpilot.[ch]
12257                 enable jpilot to read unsynch'ed addresses.
12258
12259         * src/editldap_basedn.c
12260                 fix segfault when opening dialog.
12261
12262 2001-10-06 [alfons]     0.6.2.claws22
12263
12264         * src/summaryview.c
12265                 fix bug with summary view selecting last *inserted*
12266                 node instead of last *visible* node. remember we
12267                 work with a tree
12268
12269 2001-10-06 [paul]       0.6.2claws21
12270
12271         * po/pt_BR.po
12272                 updated translation, contains some fixes and new
12273                 translations, submitted by Gustavo Noronha Silva
12274                 <kov@debian.org>
12275
12276         * src/prefs_common.c
12277                 change 'each' to 'every' - fix dubious English
12278
12279         * sync with sylpheed 0.6.2cvs11
12280
12281 2001-10-05 [alfons]     0.6.2claws20
12282
12283         * src/mainwindow.[ch], src/folderview.c
12284                 make composite tool button switch between "Compose News"
12285                 and "Compose Mail" depending on selected folder
12286                 (nifty idea by Kim Schulz <kim@schulz.dk>)
12287
12288 2001-10-05 [paul]       0.6.2claws19
12289
12290         * src/mainwindow.c, src/summaryview.c
12291                 fix 'Message/Reply to all', broken in last commit
12292
12293         * src/compose.c
12294                 fix X_BEENTHERE seg fault, thanks to Alfons
12295
12296 2001-10-04 [paul]       0.6.2claws18
12297
12298         * src/compose.[ch], src/mainwindow.c
12299                 make "Message/Reply" reply to mailing lists; matches
12300                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
12301                 based on portions of the patch submitted by
12302                 Junichi Uekawa <dancer@netfort.gr.jp>
12303
12304 2001-10-04 [darko]      0.6.2claws17
12305
12306         * src/compose.c
12307                 better smart wrapping
12308         * src/gtkstext.[hc]
12309                 a function to make text buffer contiguous
12310
12311 2001-10-03 [paul]       0.6.2claws16
12312
12313         * sync with sylpheed 0.6.2cvs10
12314
12315 2001-10-02 [alfons]
12316
12317         * configure.in
12318         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
12319                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
12320                 references to chinese translations (hope someone picks up
12321                 this)
12322
12323 2001-10-02 [christoph]  0.6.2claws15
12324
12325         * src/compose.c
12326                 fixed non translated header bug
12327         * ChangeLog.claws
12328                 fixed wrong date in alfons last entry ;)
12329
12330 2001-10-02 [alfons]     0.6.2claws14
12331
12332         * src/compose.c, src/prefs_common.[ch]
12333                 add block cursor option
12334
12335 2001-10-02 [paul]       0.6.2claws13
12336
12337         * sync with sylpheed 0.6.2cvs9
12338
12339 2001-09-30 [paul]       0.6.2claws12
12340
12341         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
12342                 updated translations
12343
12344         * po/POTFILES.in
12345                 add 'src/importldif.c'
12346
12347         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
12348                 added eudora-to-vCard conversion tool
12349                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
12350
12351         * sync with sylpheed 0.6.2cvs8
12352
12353 2001-09-30 [paul]
12354
12355         * sylpheed-0.6.2claws released
12356
12357 2001-09-27 [melvin]     0.6.2claws11
12358
12359         * src/gtkspell.c
12360                 fixed crash when using default path (introduced 
12361                 in 0.6.2claws10)
12362                 fixed tiny bug for initial suggestion mode
12363
12364 2001-09-27 [melvin]     0.6.2claws10
12365         
12366         * src/gtkspell.c
12367                 fixed bug where gtkpspell didn't set the path correctly
12368
12369         * README.claws
12370                 added a paragraph about spell checking
12371                 
12372
12373
12374 2001-09-27 [paul]       0.6.2claws9
12375
12376         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
12377                 replace '// comments' with '/* comments */' to prevent
12378                 some compiler warnings 
12379
12380         * sync with sylpheed 0.6.2cvs6
12381
12382 2001-09-26 [alfons]     0.6.2claws8
12383
12384         * src/messageview.c
12385                 introduce return receipt request notification again,
12386                 which was lost because of other semantics in 
12387                 procheader_parse() (???)
12388
12389 2001-09-26 [christoph]  0.6.2claws7
12390
12391         * src/compose.c
12392                 replace comments for old code with #if 0
12393                 readded auto cc, bcc and reply-to
12394         * src/prefs_matcher.c
12395         * src/prefs_scoring.c
12396                 removed some definition (was moved to
12397                 prefs.h)
12398
12399 2001-09-26 [paul]       0.6.2claws6
12400
12401         * src/mainwindow.c
12402                 make 'Follow-up and reply to' sensitive
12403
12404         * more sync with sylpheed 0.6.2cvs5
12405
12406 2001-09-25 [melvin]
12407
12408         * 0.6.2claws5
12409
12410         * src/gtkspell.c
12411                 fixed bug for "US-ASCII" introduced by the encoding code
12412
12413 2001-09-25 [paul]
12414
12415         * 0.6.2claws4
12416
12417         * src/prefs_common.[ch], src/summaryview.c
12418                 'next unread msg' 'go to next folder?' dialog can be
12419                 given default behaviour, either always show dialog,
12420                 or assume 'yes', or assume 'no'
12421                 Submitted by wwp <subscript@free.fr>
12422
12423 2001-09-25 [melvin]
12424                 
12425         * src/compose.c src/gtkspell.[ch]
12426                 added support for different encodings
12427
12428 2001-09-25 [paul]
12429
12430         * more sync with sylpheed 0.6.2cvs5
12431
12432 2001-09-24 [alfons]
12433         
12434         * src/prefs_folder_item.c
12435                 add check for item->prefs->default_to string is NULL and
12436                 add another check when freeing this string
12437
12438 2001-09-24 [paul]
12439
12440         * configure.in
12441                 change to version 0.6.2claws3
12442
12443         * sync with sylpheed 0.6.2cvs5 
12444
12445 2001-09-24 [match]
12446         * src/ldif.[ch], src/importldif.[ch], addressbook.c
12447                 import LDIF files.
12448         * src/addrcache.[ch], addrindex.[ch]
12449                 small update for future
12450         * src/addrbook.c
12451                 fix test XML file.
12452
12453 2001-09-24 [melvin]
12454         * src/gtkspell.[ch]
12455                 added 'Learn from mistakes' option
12456                 better handling of quotes in checked words
12457                 sorted dict list
12458         * po/fr.po
12459                 small update for spell checking stuff
12460
12461 2001-09-23 [alfons]
12462         
12463         * src/gtkspell.c
12464                 edit a little bit so it complies more with main coding style
12465
12466 2001-09-23 [alfons]
12467
12468         * src/folder.[ch], prefs_folder_item.c, compose.c
12469                 migrate "request return receipt" folder property
12470                 to folderlist.xml
12471
12472 2001-09-22 [alfons]
12473
12474         * README.claws **NEW**
12475                 (add things of interest for users of main branch 
12476                 and claws here)
12477
12478         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
12479                 re-implement threading per folder option, but store 
12480                 the setting in folderlist.xml (where it belongs)
12481
12482 2001-09-21 [melvin]
12483
12484         * src/gtkspell.[ch]
12485                 fixed bug when compose window is under another window
12486         * src/prefs_common.[ch] src/compose.c
12487                 changed 'dictionary_path' to 'dictionary' to be consistent
12488                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
12489         * ac/pspell.m4 src/Makefile.am 
12490                 dropped PSPELL_PATH macro
12491         * po/fr.po
12492                 updated translations
12493
12494 2001-09-21 [christoph]
12495
12496         * src/compose.c
12497                 added border around header fields
12498                 keep header type when new field is added
12499
12500 2001-09-20 [christoph]
12501
12502         * src/utils.[ch]
12503                 more portable debug_print with source filename
12504                 and linenumber
12505         * src/procmsg.c
12506                 more newlines after debug messages
12507
12508 2001-09-20 [paul]
12509
12510         * configure.in
12511                 change to version 0.6.2claws2
12512
12513         * sync with sylpheed 0.6.2cvs3
12514
12515 2001-09-19 [melvin]
12516
12517         * src/gtkspell.c
12518                 fixed the post-right-click focus pb
12519                 fixed crash when 'Spell check all' after dict change 
12520                         and when cursor is at the end of the text
12521                 shift-right-click pops up config menu even on misspelled words.
12522         * po/POTFILES.in
12523                 added gtkspell.c
12524
12525 2001-09-19 [melvin]
12526
12527         * src/about.c
12528                 added pspell to compiled-in features list
12529
12530 2001-09-18 [melvin]
12531
12532         * switched to pspell and dropped ispell
12533         * ac/pspell.m4
12534                 new file. autoconf macro for pspell
12535         * ac/Makefile.am 
12536         * configure.in acconfig.h
12537                 added pspell support
12538         * src/Makefile.am
12539         * src/main.c src/compose.[ch] src/gtkspell.[ch]
12540         * src/prefs_common.[ch] 
12541                 added pspell support
12542
12543 2001-09-18 [christoph]
12544
12545         * src/addr_compl.c
12546         * src/template.[ch]
12547                 replace LOG_MESSAGE with debug_print
12548         * src/compose.[ch]
12549                 gui improvements
12550         * src/menu.c
12551                 added newline after debug message
12552         * src/utils.h
12553                 using __VA_ARGS__ for debug_print macro
12554         * tools/.cvsignore
12555                 ignore Makefile and Makefile.in
12556
12557 2001-09-18 [paul]
12558
12559         * configure.in
12560                 change to version 0.6.2claws1
12561         * sync with sylpheed 0.6.2cvs1
12562
12563         * src/matcher.c 
12564         * src/prefs_matcher.c
12565                 add 'score equal to' option, submitted by
12566                 Paul Evans <nerd@freeuk.com>
12567
12568 2001-09-15 [christoph]
12569
12570         * src/mainwindow.c
12571                 comment out menu entry not existing in claws
12572         * src/menu.c
12573                 add debug output for non existing menu entries
12574         * src/summaryview.c
12575                 fix next/prev unread message for ignored threads
12576         * src/utils.[ch]
12577                 add sourcefile and line number to debug output
12578                 otherwise it is sometimes hard to find the
12579                 source code part if debug messages are translated
12580
12581 2001-09-14 [darko]
12582         
12583         * src/folderview.c
12584                 refresh target folder style after colour is changed
12585
12586 2001-09-13 [paul]
12587
12588         * configure.in
12589                 change to version 0.6.1claws3
12590
12591         * sync with sylpheed 0.6.1cvs6
12592
12593 2001-09-13 [darko]
12594         
12595         * src/folderview.c
12596                 fix target folder colourization to use user selected colour
12597
12598 2001-09-12 [darko]
12599         
12600         * src/summaryview.c
12601                 fix crash when message that is marked for copy/move is unmarked
12602
12603 2001-09-09 [paul]
12604
12605         * configure.in
12606                 change to version 0.6.1claws2
12607
12608         * sync with sylpheed 0.6.1cvs3
12609
12610 2001-09-09 [alfons]
12611         
12612         * src/folderview.c
12613                 fix bug with default font used for trash folder text
12614
12615 2001-09-06 [paul]
12616
12617         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
12618                 updated translations
12619
12620         * configure.in
12621                 change to version 0.6.1claws1
12622
12623         * sync with sylpheed 0.6.1cvs2
12624
12625 2001-09-03 [paul]
12626
12627         * po/POTFILES.in
12628                 add Match's new addressbook
12629
12630         * po/de.po
12631                 updated translation submitted by Jens Oberender
12632
12633 2001-09-02 [paul]
12634
12635         * configure.in
12636                 change to 0.6.1claws
12637         * sync with sylpheed 0.6.1 release
12638
12639 2001-09-02 [paul]
12640
12641         * configure.in
12642                 change to 0.6.0claws2
12643
12644         * sync with sylpheed 0.6.0cvs4
12645
12646         * po/pt_BR.po
12647                 updated translation submitted by Fabio Junior Beneditto
12648
12649 2001-09-01 [match]
12650         * pixmaps/
12651                 interface.xpm
12652                 book.xpm
12653                 address.xpm
12654         * src/
12655                 Makefile.am
12656                 a ton of new files
12657
12658 2001-08-31 [paul]
12659
12660         * configure.in
12661                 change to version 0.6.0claws1
12662
12663         * sync with sylpheed 0.6.0cvs1
12664
12665         * po/es.po
12666                 updated translation submitted by Ricardo Mones Lastra
12667
12668         * po/POTFILES.in
12669                 add 'src/prefs_templates.c'
12670
12671         * src/compose.c, src/summaryview.c
12672                 fix segfault on 'Re_edit'               
12673
12674 2001-08-30 [alfons]
12675
12676         * configure.in, Makefile.am
12677         * tools/Makefile.am
12678                 add tools directory to source distribution
12679
12680 2001-08-30 [paul]
12681
12682         * configure.in
12683                 change to version 0.6.0claws
12684
12685         * sync with sylpheed 0.6.0 release
12686
12687 2001-08-30 [christoph]
12688
12689         * configure.in
12690                 removed autoconf version check
12691
12692 2001-08-30 [paul]
12693
12694         * src/account.c, src/compose.c, src/prefs_common.[ch]
12695         * src/procheader.[ch] src/utils.[ch]
12696                 Enhanced automatic account selection on replies
12697                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
12698
12699         * configure.in
12700                 add LDAP and JPilot to the configuration results output.
12701
12702 2001-08-29 [christoph]
12703
12704         * src/summeryview.c
12705                 no bold font for ignored threads
12706
12707 2001-08-29 [paul]
12708
12709         * configure.in
12710                 change to version 0.5.3claws6
12711
12712         * sync with sylpheed 0.5.3cvs10
12713                 src/stringtable.[ch]: New Files
12714
12715         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
12716         * src/pixmaps/sylpheed.xpm
12717                 add mini-icons to windows (by Alfons)
12718
12719 2001-08-27 [paul]
12720
12721         * src/mainwindow.c
12722                 new functions: next_labeled_cb(), prev_labeled_cb()
12723
12724         * src/summaryview.c
12725                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
12726                 summary_select_next_labeled(), summary_select_prev_labeled()
12727
12728         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
12729                 give claws blue folders and a blue trash can
12730
12731 2001-08-27 [paul]
12732
12733         * configure.in
12734                 change to version 0.5.3claws5
12735
12736         * sync with sylpheed 0.5.3cvs9
12737                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
12738
12739 2001-08-24 [christoph]
12740
12741         * src/filesel.c
12742                 keep filename when browsing directories
12743                 (not working for user entered filename, but
12744                  for default name and selected filename from
12745                  file list)
12746         * src/mainwindow.c
12747                 fixed wrong spelling "Folllow-up"
12748         * src/mbox_folder.c
12749         * src/procmsg.c
12750         * src/summaryview.c
12751                 fixed new/unread message count with ignored
12752                 threads (2 commits, first didn't notice no
12753                 longer needed decreasing)
12754         * src/inc.c
12755                 readded scrolling of progress dialog
12756                 (lost in sync)
12757
12758 2001-08-24 [paul]
12759
12760         * configure.in
12761                 change to 0.5.3claws4
12762
12763         * sync with sylpheed 0.5.3cvs7
12764
12765 2001-08-24 [christoph]
12766
12767         * src/compose.c
12768                 set request return receipt when replying
12769                 if it is set is the folder prefs of the
12770                 message
12771         * src/inc.c
12772                 disable final error popup if popups are
12773                 disabled in config (again)
12774
12775 2001-08-23 [paul]
12776
12777         * configure.in
12778                 Change version number to 0.5.3claws3
12779
12780         * sync with sylpheed 0.5.3cvs5
12781
12782         * src/mimeview.c
12783                 double quote '%s' in 'gedit %s' to fix bug when
12784                 opening attachment with spaces in the name
12785
12786 2001-08-22 [alte]
12787         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
12788           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
12789                 initial message templates support
12790
12791
12792 2001-08-22 [paul]
12793
12794         * configure.in
12795                 change version number to 0.5.3claws2
12796
12797         * sync with sylpheed 0.5.3cvs4
12798
12799         * src/procmsg.h src/summaryview.c
12800                 re-implement (un)ignore thread
12801
12802 2001-08-21 [paul]
12803
12804         * src/summaryview.c
12805                 remove unnecessary code
12806         * src/compose.c
12807                 enable 'dynamic' signatures (submitted by
12808                 Eric Limpens <eric@hscg-internet.nl>)
12809
12810 2001-08-21 [paul]
12811
12812         clean up after sync with sylpheed 0.5.3 release
12813
12814         * src/folderview.c
12815                 fix re-introduced font mess, see Christoph's
12816                 entry 2001-06-24
12817
12818         * src/summaryview.c
12819                 remove prev_msgnum
12820                 use sylpheed's small font instead of
12821                 gtk default font for summary view
12822
12823
12824 2001-08-17 [paul]
12825
12826         * configure.in
12827                 add pl to ALL_LINGUAS - sync with main branch
12828
12829         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
12830                 Updated. Translations by Jens Oberender, Ricardo Mones
12831                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
12832
12833         * po/pl.po  ** NEW FILE **
12834                 sync with the main branch
12835
12836         * src/folderview.c
12837                 fix target folder colorizing and refresh problem
12838
12839
12840 2001-08-17 [christoph]
12841
12842         * src/mainwindow.c
12843                 claws uses 4 colors for target folder coloring.
12844                 arrays were not long enough and destroyed the
12845                 stack causing a segfault.
12846                 target folder colorizing does not work anymore
12847                 for me
12848
12849 2001-08-16 [paul]
12850
12851         * configure.in
12852                 change to version 0.5.3claws1
12853
12854         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
12855           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
12856           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
12857
12858                 sync with sylpheed 0.5.3 release, but keep claws method of
12859                 configuring/saving fonts
12860
12861         * src/addressbook.[ch]
12862                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
12863                 in line with a similar change in Hiroyuki's branch
12864
12865         * src/mainwindow.[ch]
12866                 disable main_window_set_thread_option()
12867         * src/prefs_folder_item.c
12868                 comment out &tmps_prefs.enable_thread,
12869         * src/mbox_folder.c, src/procmsg.[ch]
12870                 comment out MSG_IS_IGNORE_THREAD
12871         * src/summaryview.c
12872                 comment out summary_ignore_thread() and summary_unignore_thread()
12873                 comment out MSG_IS_IGNORE_THREAD
12874
12875                 use Hiroyuki's threading instead.
12876
12877
12878
12879 2001-08-15 [paul]
12880
12881         * src/account.c
12882                 use Hiroyuki's 0.5.3 column scheme but also
12883                 include the enable/disable button.
12884         * src/pixmaps/mark.xpm
12885                 add Hiroyuki's amended pixmap
12886
12887 2001-08-13 [christoph]
12888
12889         * src/account.c
12890                 receive at get all column showed wrong state for APOP
12891                 button should only work for POP3 and APOP accounts
12892         * src/prefs_account.c
12893                 added missing preprocessor statement for SSL
12894
12895 2001-08-12 [paul]
12896
12897         * src/account.[ch]
12898                 add 'receive at get all' column and enable/disable
12899                 button.
12900
12901 2001-08-06 [christoph]
12902
12903         * src/account.c
12904                 show usage of SSL in protocol column
12905
12906         * src/imap.c
12907         * src/inc.c
12908                 renamed ssl options
12909
12910         * src/prefs_account.[ch]
12911                 moved ssl options to a new page
12912
12913         * src/send.c
12914         * src/smtp.c
12915         * src/ssl.[ch]
12916                 renamed ssl options
12917                 added support for SMTP STARTTLS command
12918
12919 2001-08-05 [christoph]
12920
12921         * configure.in
12922                 debian autoconf needs version check to find
12923                 correct autoconf version. if the file is
12924                 named configure.in 2.13 is used, which does
12925                 not work with this configure.in script.
12926                 other solution would be to rename the script
12927                 to configure.ac as suggested in the autoconf
12928                 manual.
12929
12930         * src/inc.c
12931                 disable final error popup if popups are
12932                 diabled in config
12933
12934         * src/socket.c
12935                 bugfix in ssl_gets
12936                 fixes IMAP over SSL problem
12937
12938 2001-08-03 [paul]
12939
12940         * configure.in
12941                 change to 0.5.2claws1
12942
12943         * sync with sylpheed 0.5.2cvs1
12944
12945 2001-08-02 [alfons]
12946
12947         * configure.in
12948                 quick fix for ispell detection...
12949
12950 2001-08-01 [paul]
12951
12952         * configure.in
12953                 change to 0.5.1claws4
12954
12955         * sync with sylpheed 0.5.1cvs7
12956
12957 2001-07-31 [alfons]
12958
12959         * src/prefs_common.c, src/prefs_common.h, 
12960           src/gtkspell.c, src/gtkspell.h
12961                 add global spelling checker settings (compose tab) +
12962                 selection of dictionary 
12963           
12964         * configure.in  
12965                 guess valid ispell location
12966
12967 2001-07-31 [paul]
12968
12969         * po/POTFILES.in
12970                 removal of 'src/quote_fmt_parse.c'
12971         * po/de.po
12972                 Updated de.po
12973                 (submitted by Jens Oberender <didge@suse.de>)
12974
12975 2001-07-31 [darko]
12976
12977         * src/folder.[ch]
12978         * src/folderview.[ch]
12979         * src/mainwindow.c
12980         * src/mh.c
12981         * src/prefs_common.[ch]
12982         * src/summaryview.c
12983                 target folder colourization
12984
12985 2001-07-30 [paul]
12986
12987         more sync with Sylpheed 0.5.1cvs6 
12988
12989 2001-07-30 [darko]
12990
12991         * src/mh.c
12992         * src/prefs_folder_item.[hc]
12993         * src/summaryview.c
12994                 shared folders support with a GUI
12995
12996 2001-07-29 [paul]
12997
12998         0.5.1claws3
12999
13000         * sync with Sylpheed 0.5.1cvs6
13001
13002 2001-07-29 [paul]
13003
13004         * po/pt_BR.po
13005                 updated
13006                 (submitted by Fabio Junior Beneditto)
13007
13008 2001-07-28 [paul]
13009
13010         * src/procmime.c
13011         * AUTHORS
13012                 patch to correct bad image mime headers
13013                 (submitted by Don Quijote <dq@searchlores.org>)
13014
13015 2001-07-28 [paul]
13016
13017         * tools/gif2xface.pl   **NEW FILE**
13018         * tools/README
13019                 script to convert file.gif to file.xface for
13020                 use in a custom header.
13021                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
13022
13023 2001-07-27 [alfons]
13024         
13025         * configure.in
13026                 change macros for detecting JPilot and LDAP
13027
13028 2001-07-27 [christoph]
13029
13030         * src/filtering.c
13031                 code cleanup (MIN / MAX warning, needed casting)
13032
13033 2001-07-27 [alfons]
13034
13035         * procheader.c
13036                 disallow setting flags when detecting certain headers
13037                 (X-Status, Status, Seen, X-Seen). 
13038         
13039         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
13040
13041 2001-07-27 [christoph]
13042
13043         * src/prefs_filter.c
13044         * src/prefs_filtering.c
13045         * src/prefs_matcher.c
13046         * src/prefs_scoring.c
13047                 scroll list when moving rows up or down
13048
13049         * src/imap.c
13050         * src/imap.h
13051         * src/prefs_account.c
13052         * src/prefs_account.h
13053         * src/send.c
13054                 SMTP over SSL (untested, feedback requested)
13055                 IMAP over SSL
13056
13057         * src/ssl.c
13058                 code cleanup
13059
13060 2001-07-26 [alfons]
13061         
13062         * configure.in, acconfig.h
13063                 define CLAWS (need this for main / claws detection)
13064
13065 2001-07-25 [alfons]
13066
13067         * configure.in
13068                 Sylpheed 0.5.1claws2
13069                 
13070         * sync with Sylpheed 0.5.1cvs4
13071
13072 2001-07-25 [christoph]
13073
13074         * src/scoring.c
13075                 fixed segfault
13076                 item->prefs == NULL (don't know why)
13077
13078 2001-07-25 [alfons]
13079
13080         * configure.in
13081                 Sylpheed 0.5.1claws1
13082
13083         * sync with Sylpheed 0.5.1cvs1-3
13084
13085 2001-07-24 [christoph]
13086
13087         * src/folderview.c
13088         * src/prefs_folder_item.[ch]
13089                 added folderitem preferences dialog with
13090                 default To: and auto request return receipt
13091
13092         * src/compose.[ch]
13093         * src/menu.[ch]
13094                 changes to handle new folderitem preferences
13095
13096         * src/mainwindow.c
13097         * src/summaryview.c
13098                 call compose new mail with current folderitem
13099
13100 2001-07-24 [alfons]
13101
13102         Release Sylpheed 0.5.1claws
13103
13104         * configure.in
13105                 change to release version 0.5.1claws
13106
13107 2001-07-24 [christoph]
13108
13109         * src/summaryview.c
13110                 fixed segfault that happend when the selected
13111                 message was removed while retrieving new messages.
13112
13113         * po/es.po
13114                 updated translation
13115                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
13116
13117 2001-07-22 [alfons]
13118
13119         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
13120         this is a work in progress, for more information: http://nlpagan.net/sylman 
13121         
13122         * configure.in, src/mainwindow.c, manual/Makefile.am
13123                 add support for English manual
13124
13125         * AUTHORS
13126                 add authors of user manuals
13127
13128         * manual/en/sylpheed*.html
13129                 add English documentation
13130
13131 2001-07-22 [christoph]
13132
13133         * po/POTFILES.in
13134                 added src/ssl.c
13135         * src/ssl.c
13136                 changed a wrong debug message
13137
13138 2001-07-22 [alfons]
13139
13140         * po/nl.po
13141                 update Dutch translation
13142
13143         * src/prefs_filtering.c, 
13144           src/prefs_matcher.c
13145                 add more translatable strings           
13146
13147 2001-07-21 [alfons]
13148
13149         0.5.0claws7
13150
13151         * configure.in
13152                 change version
13153
13154         * src/inc.c, src/summaryview.[ch]
13155                 prevent update of mark file when filtering has done, by
13156                 using a variable; this affects two functions:
13157                         inc.c::inc_finished()
13158                         summaryview.c::summary_show()
13159
13160 2001-07-20 [alfons]
13161
13162         * src/filtering.[ch], src/prefs_filtering.c, 
13163           src/matcher.[ch]
13164                 add filtering action for label coloring 
13165
13166         * po/POTFILES.in
13167                 add labelcolors.c
13168
13169         * added src/labelcolors.c
13170         * added src/labelcolors.h
13171         * src/Makefile.am, src/summaryview.c
13172                 rearrange label coloring code
13173
13174         * src/procmsg.h
13175                 add more parentheses so label colouring works correctly
13176
13177         * src/filtering.c
13178                 don't really delete message, but move it to Trash
13179
13180         * src/prefs_matcher.c
13181                 add quote options to info dialog
13182
13183 2001-07-20 [christoph]
13184
13185         * src/Makefile.am
13186         * src/inc.c
13187         * src/main.[ch]
13188         * src/socket.h
13189         * src/ssl.[ch] (new)
13190                 moved ssl stuff to a seperate file
13191
13192 2001-07-20 [darko]
13193
13194         * src/summaryview.c
13195                 fix show sender using address book with no e-mail
13196                 address in From: field
13197
13198 2001-07-19 [alfons]
13199
13200         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
13201                 fix messy handling of escaping... now at least the
13202                 execute command is useful. escape char is '\', we
13203                 accept \n and \r too. 
13204
13205                 Real life example:
13206                 
13207                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
13208                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
13209
13210 2001-07-18 [alfons]
13211
13212         0.5.0claws6
13213
13214         * src/summaryview.c
13215                 clean up
13216
13217         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
13218           src/procmsg.[ch]
13219                 revise filtering; currently move, copy, marking have
13220                 been tested. if you like bleeding edge stuff, you
13221                 should definitely go for this version :)
13222
13223         * mark old working stuff as VERSION_0_5_0_CLAWS5        
13224
13225 2001-07-17 [christoph]
13226
13227         * src/utils.c
13228                 timestamp log
13229
13230 2001-07-17 [alfons]
13231
13232         0.5.0claws5
13233
13234         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
13235           bits in the mark file, without affecting either branch. Lots of
13236           files changed, also in claws branch.
13237
13238           UNTESTED: use of mbox folders
13239
13240         * src/summaryview.c
13241                 added mark all read; however this was a quick hack used for
13242                 cleaning up mess after initial merge with Hiroyuki
13243
13244         * configure.in
13245                 change claws version number back to 0.5.0claws5 to clear up 
13246                 confusion & pretension (recent release was technically 
13247                 0.5.0claws4, so we neatly align with Hiroyuki :-)
13248
13249 2001-07-16 [alfons]
13250
13251         sync with Hiroyuki's 0.5.0cvs4
13252
13253 2001-07-16 [alfons]
13254
13255         0.5.1claws3
13256
13257         * src/filtering.[ch]
13258                 remove invalid updating of mark files for 
13259                 filter actions MATCHING_ACTION_MOVE and 
13260                 MATCHING_ACTION_DELETE; this should fix the
13261                 folder update bug
13262                 
13263         * src/procmsg.c
13264                 revert Christoph's stab at fixing the folder 
13265                 update bug
13266
13267         * po/POTFILES.in
13268                 add missing files with translatable strings
13269
13270         * src/summaryview.c
13271                 remove debug print
13272
13273 2001-07-15 [alfons]
13274
13275         * src/addr_compl.[ch], src/prefs_filtering.c
13276                 make "filtering pref dialog's destination entry" an
13277                 "address completable entry", if filter destination is 
13278                 an email address
13279
13280         0.5.1claws2
13281         
13282         sync with Hiroyuki's 0.5.0cvs2-3
13283
13284 2001-07-15 [christoph]
13285
13286         * src/procmsg.c
13287                 fixed folder stats update after incorporation
13288
13289 2001-07-15 [alfons]
13290
13291         * src/summaryview.c
13292                 * finish label colouring stuff (for now)
13293                 * fix incorrect colour bug (off by one) 
13294
13295 2001-07-14 [alfons]
13296
13297         * src/mainwindow.c
13298                 change text labels for news and mail message so there's
13299                 plenty of toolbar estate left
13300
13301         * configure.in
13302                 0.5.1claws1
13303
13304         * src/folderview.c
13305           src/folder.[ch]
13306                 sync with Hiroyuki's 0.5.0cvs1
13307
13308         * src/summaryview.c
13309                 more rewrite label colouring
13310
13311 2001-07-14 [alfons]
13312
13313         * src/summaryview.[ch]
13314                 * start rewrite label colouring 
13315                 * fix proper location "Add Sender To Addressbook" menu item
13316
13317 2001-07-13
13318
13319         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
13320         (actually this is 0.5.0claws4)
13321
13322 2001-07-13 [alfons]
13323
13324         * po/pt_BR.po
13325                 * fix duplicate message
13326                 * add updated Portugese / Brazilian translation
13327                   submitted by Fabio Junior Beneditto
13328
13329 2001-07-12 [alfons]
13330
13331         * AUTHORS
13332                 add Jens
13333
13334         * po/nl.po
13335                 add updated Dutch translation
13336
13337         * po/de.po
13338                 add updated German translation submitted by Jens
13339
13340 2001-07-11 [alfons]
13341
13342         Prerelease before 0.5.0claws. Please test.
13343         This version is temporarily tagged as VERSION_0_5_0_TEST
13344
13345         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
13346           src/prefs_scoring.c, src/prefs_matcher.c, 
13347           src/prefs_filtering.c, src/mbox.c, 
13348           src/main.c, src/inc.c, src/filtering.[ch]
13349                 revert new Hoa's new matcher (does not work yet)
13350
13351         * src/Makefile.am
13352                 clean up
13353
13354 2001-07-10
13355
13356         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
13357
13358
13359 2001-07-10 [alfons]
13360
13361         * Makefile.am
13362                 add ChangeLog.claws to EXTRA_DIST
13363         * src/Makefile.am
13364                 add matcher_parser_parse.h to EXTRA_DIST
13365
13366 2001-07-10 [christoph]
13367
13368         * src/inc.c
13369                 add destination folder to table of
13370                 folders that need to be updated after
13371                 incorporation
13372
13373 2001-07-10 [alfons]
13374
13375         * folder.[ch]
13376           folderview.c
13377                 make collapse state of folders and folder items persistent, i.e.
13378                 if you collapse a folder tree, the next time sylpheed-claws starts 
13379                 up the folder tree remains collapsed.  
13380                 
13381 2001-07-10 [christoph]
13382
13383         * acconfig.h
13384         * configure.in
13385                 added --enable-ssl
13386         * src/md5.[ch]
13387                 renamed MD5_CTX to MD5_CTX_syl
13388                 conflicts with a struct in openssl
13389         * src/inc.c
13390         * src/main.[ch]
13391         * src/prefs_account.[ch]
13392         * src/socket.[ch]
13393                 SSL support for POP
13394         * src/mainwindow.c
13395                 fixed compose with current account
13396                 broken by new compose button stuff
13397
13398 2001-07-09 [hoa]
13399
13400         * AUTHORS
13401                 changed my email address
13402
13403         * src/matcher_parser_parse.y
13404                 clean the parser to remove conflicts
13405
13406 2001-07-09 [alfons]
13407
13408         * AUTHORS
13409                 add Match Grun
13410
13411         * configure.in
13412                 fix incorrect description of --enable-ldap parameter
13413
13414         * src/prefs_common.[ch]
13415           src/compose.c
13416                 add experimental option "smart wrapping" which makes the
13417                 compose editor auto wrap.
13418                 
13419                 | TODO: the problem with the buggy cursor handling is caused |
13420                 | by the GtkText. when deleting / backspacing text its       |
13421                 | wrapping algorithm does not take in account the previous   |
13422                 | line. should find a way to hack this in.                   |
13423                 | or should perhaps combine this with the word wrapping      |
13424                 | patch i wrote in january.                                  |
13425
13426         * src/about.c
13427                 show build parameters for LDAP and JPilot
13428
13429         * src/summaryview.c
13430                 revert Christoph's bugfix for selecting next unread message, 
13431                 because folder stats aren't updated correctly
13432
13433 2001-07-08 [hoa]
13434
13435         * src/filtering.c
13436         * src/mainwindow.c
13437         * src/matcher.c
13438         * src/matcher_parser_lex.l
13439         * src/matcher_parser_parse.y
13440         * src/prefs_filtering.c
13441         * src/prefs_scoring.c
13442         * src/scoring.c
13443                 bugfix of the config file parser
13444
13445 2001-07-08 [alfons]
13446
13447         * src/Makefile.am
13448                 added generated matcher sources to BUILT_SOURCES
13449
13450 2001-07-08 [hoa]
13451
13452         * src/Makefile.am
13453         * src/.cvsignore
13454                 added new config file parser
13455
13456         * src/scoring.[ch]
13457         * src/filtering.[ch]
13458         * src/matcher.[ch]
13459         * src/prefs_filtering.c
13460         * src/prefs_matcher.c
13461         * src/prefs_scoring.c
13462         * added src/matcher_parser.h
13463         * added src/matcher_parser_lex.h
13464         * added src/matcher_parser_lex.l
13465         * added src/matcher_parser_parse.y
13466                 lex & yacc config file parser
13467
13468         * src/mbox.c
13469         * src/inc.c
13470         * src/main.c
13471                 changes prefs_filtering into global_filtering           
13472
13473         * src/summaryview.c
13474                 build threads with subjects only if "Re: " is at the
13475                 beginning of the subject
13476
13477 2001-07-07 [paul]
13478
13479         0.5.0claws
13480
13481         sync with sylpheed 0.5.0
13482                 change of version number only
13483
13484 2001-07-06 [paul]
13485
13486         0.5.0claws5
13487
13488         sync with sylpheed 0.5.0pre5
13489
13490 2001-07-05 [paul]
13491
13492         sync with sylpheed 0.5.0pre4 release
13493                 /po and /manual/ja not sync'ed
13494
13495 2001-07-04 [paul]
13496
13497         more sync with sylpheed 0.5.0pre4
13498
13499 2001-07-03 [christoph]
13500
13501         * src/addressbook.c
13502                 fixed address book broken by address book
13503                 for VCard, JPilot, LDAP
13504
13505 2001-07-03 [alfons]
13506
13507         * src/matcher.c
13508         * src/textview.c
13509                 stopped memory leaks
13510
13511 2001-07-03 [paul]
13512
13513         more sync with sylpheed 0.5.0pre4
13514
13515 2001-07-02 [match]
13516
13517         * included address book patch for VCard, JPilot, LDAP
13518         * pref_common.c - fixed Font options on Display tab (cosmetic)
13519         * alertpanel.c - fixed truncated message
13520
13521 2001-07-02 [christoph]
13522
13523         * src/mbox_folder.c
13524         * src/procmsg.[ch]
13525         * src/summaryview.c
13526                 mark threads for ignoring
13527
13528 2001-07-02 [paul]
13529
13530         0.5.0claws4
13531
13532         * sync with sylpheed 0.5.0pre4
13533                 updated gettext to 0.10.38.
13534
13535 2001-07-01 [paul]
13536
13537         * src/ mainwindow.c
13538         * src/procmsg.h
13539         * src/summaryview.[ch]
13540                 new right-click option: Label.
13541                 substitute for 'Mark-->Mark/Unmark', colours the line.
13542                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
13543
13544 2001-07-01 [christoph]
13545
13546         * src/folderview.c
13547                 fixed font for trash
13548         * src/summaryview.c
13549                 move ctree to unread message
13550
13551 2001-07-01 [paul]
13552
13553         * sync with sylpheed 0.5.0pre3 release
13554
13555 2001-06-30 [alfons]
13556
13557         * src/filesel.[ch]
13558         * src/compose.c
13559                 allow inserting / attaching multiple files in
13560                 the composer window
13561
13562 2001-06-30 [paul]
13563
13564         * src/codeconv.c
13565                 small change to Alfons' previous stuff so that it
13566                 actually makes
13567
13568 2001-06-30 [alfons]
13569
13570         * lots of files changed; first attempt to merge the changes
13571           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
13572
13573 2001-06-30 [paul]
13574
13575         * po/pt_BR.po
13576                 updated and completed, translations by Fabio
13577                 Junior Beneditto <fjbeneditto@yahoo.com.br>
13578
13579 2001-06-29 [alfons]
13580
13581         * src/compose.c
13582         * src/mimeproc.[ch]
13583                 allow selecting an attached files' mime type from a 
13584                 list of types.
13585
13586 2001-06-29 [paul]
13587
13588         * more sync with sylpheed 0.5.0pre3
13589
13590 2001-06-29 [paul]
13591
13592         * po/pt_BR.po
13593                 merge with sylpheed.pot and pt_BR.po provided by
13594                 Fabio Junior Beneditto.
13595
13596 2001-06-29 [darko]
13597
13598         * src/procmime.c
13599                 make MIME types case insensitive
13600
13601 2001-06-28 [alfons]
13602
13603         * po/nl.po
13604                 merge with sylpheed.pot and old nl.po; translations added.
13605
13606 2001-06-28 [paul]
13607
13608         * more sync with sylpheed 0.5.0pre3
13609
13610 2001-06-27 [alfons]
13611
13612         * src/summaryview.c
13613                 don't crash when removing parent node of messages
13614                 attracted by subject. this was caused by not deleting
13615                 the parent node from the subject line hash table.
13616
13617 2001-06-27 [alfons]
13618
13619         * src/summaryview.c
13620         * src/compose.[ch]
13621         * src/mainwindow.c
13622                 if there are multiple messages selected, allow forwarding
13623                 them as attachments.
13624
13625 2001-06-27 [paul]
13626
13627         * more sync with sylpheed 0.5.0pre3
13628
13629 2001-06-26 [paul]
13630
13631         0.5.0claws3
13632
13633         * sync with sylpheed 0.5.0pre3
13634
13635 2001-06-25 [paul]
13636
13637         * src/mainwindow.c
13638                 fixed 'compose news article' bug
13639                 from icon-and-text toolbar
13640
13641 2001-06-25 [paul]
13642
13643         * sync with sylpheed 0.5.0pre2 release
13644
13645 2001-06-24 [christoph]
13646
13647         * src/prefs_common.c
13648                 bug fix in font selection
13649         * src/folderview.c
13650                 use sylpheed's normal font instead of
13651                 gtk default font for folders without
13652                 new messages
13653
13654 2001-06-24 [alfons]
13655
13656         * src/mainwindow.[ch]
13657                 added composite compose mail / news button (an idea by Leandro
13658                 Pereira <leandro@linuxmag.com.br>)
13659
13660 2001-06-24 [paul]
13661
13662         Added instructions for ldif-to-xml.py
13663
13664         * tools/README
13665
13666 2001-06-23 [alfons]
13667
13668         Some minor things.
13669
13670         * src/pixmaps/stock_news_compose.xpm
13671                 added pixmap by Leandro
13672         * src/prefs_common.c
13673                 tested built-in spelling checker of GCC 3.0 :)
13674         * po/nl.po
13675                 merged dutch translation of sylpheed-main with
13676                 sylpheed.pot
13677
13678 2001-06-23 [paul]
13679
13680         Added tools directory and files.
13681
13682         * tools/filter_conv.pl
13683                 converts old filter system to new filtering system
13684         * tools/ldif-to-xml.py
13685                 converts netscape addressbook to sylpheed addressbook
13686         * tools/README
13687                 descriptions/instructions for above two files
13688
13689 2001-06-23 [christoph]
13690
13691         * src/inc.c
13692         * src/manage_window.[ch]
13693         * src/prefs_common.[ch]
13694                 mail retrieval dialog can be enabled, disabled
13695                 or hidden if non of sylpheed's windows is active
13696
13697 2001-06-22 [paul]
13698
13699         0.5.0claws2
13700
13701         * sync with sylpheed 0.5.0pre2
13702
13703 2001-06-21 [christoph]
13704
13705         * src/summaryview.c
13706                 show recipient on 'from' for all accounts
13707                 
13708         * src/inc.c
13709         * src/prefs_common.[ch]
13710                 disable error popup on mail receive errors
13711
13712 2001-06-21 [alfons]
13713
13714         * src/compose.c
13715                 made the ruler correctly appear and disappear.
13716
13717         * src/Makefile.am
13718                 removed Hoa's work-in-progress-stuff (interesting!) so 
13719                 claws compiles ok.
13720
13721 2001-06-20 [christoph]
13722
13723         * src/inc.c
13724         * src/progressdialog.c
13725                 added scrolled window for list in progressdialog
13726
13727 2001-06-20 [paul]
13728
13729         sync with sylpheed 0.5.0pre1 release
13730
13731 2001-06-20 [christoph]
13732
13733         * src/summeryview.c
13734                 make building threads by subject work when
13735                 thread view is enabled
13736                 
13737         * src/compose.c
13738         * src/prefs_common.[ch]
13739                 automatically select account for mail replys
13740
13741 2001-06-19 [sergey]
13742
13743         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
13744         they are filled in from the account settings.
13745
13746 2001-06-19 [paul]
13747
13748         * more sync with sylpheed 0.5.0pre1
13749
13750 2001-06-18 [alfons]
13751
13752         * src/Makefile.am,
13753           src/procmime.c
13754                 added --sysconfdir to CPPFLAGS for pointing to the correct
13755                 location of mime.types. 
13756
13757                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
13758                 or ./configure!
13759
13760 2001-06-18 [hoa]
13761
13762         * src/summaryview.c
13763                 fixed some bug when building threads
13764
13765 2001-06-18 [pau]l
13766
13767         * src/prefs_account.c
13768                 UI stuff: More changes to the English
13769
13770 2001-06-18 [paul]
13771
13772         * src/pixmaps/stock_news_compose.xpm: new file
13773         * src/Makefile.am
13774         * src/mainwindow.c
13775         * src/summaryview.c
13776                 Added new icon for Hoa's 'compose a news
13777                 message', plus minor improvements to the
13778                 English
13779
13780         * po/ja.po
13781         * ChangeLog
13782         * ChangeLog.jp
13783                 more sync with sylpheed 0.5.0pre1
13784
13785 2001-06-18 [hoa]
13786
13787         * src/compose.[ch]
13788         * src/mainwindow.c
13789                 Follow-up and reply to
13790
13791         * src/summaryview.[ch]
13792                 Build threads also with subjects
13793
13794 2001-06-17 [hoa]
13795
13796         * src/compose.c
13797                 forwarding use the current account.
13798
13799         * src/mainwindow.c
13800                 the "compose message" button has been replaced with
13801                 "new mail" and "new news" buttons
13802
13803         * src/prefs_common.[ch]
13804                 added a configuration option to use the forward button
13805                 as "forward as attachment"
13806                 changed reply and forward format description
13807
13808         * src/quote_fmt_lex.l
13809         * src/quote_fmt_parse.y
13810                 added message with no signature in format for reply
13811                 and forward.
13812
13813 2001-06-17 [paul]
13814
13815         Minor UI stuff
13816
13817         * src/mainwindow.c
13818         * src/summaryview.c
13819                 Improvements to the English
13820
13821         * src/prefs_common.c
13822                 Improvements to the English and some
13823                 clarity/continuity improvements in the
13824                 description of Quote symbols.
13825
13826 2001-06-17 [paul]
13827
13828         0.5.0claws1
13829
13830         * sync with sylpheed 0.5.0pre1
13831
13832 2001-06-17 [hoa]
13833
13834         * src/compose.c
13835                 Better interface for compose, displayed fields
13836                 are updated whenever we change account.
13837                 Newsgroups field is automatically filled.
13838
13839         * src/mainwindow.c
13840                 Newsgroups field is automatically filled.
13841
13842         * src/prefs_account.c
13843                 Some interface stuff when fields appear and
13844                 disappear.
13845
13846 2001-06-16 [paul]
13847
13848         0.4.99claws
13849
13850         * sync with sylpheed 0.4.99
13851
13852 2001-06-16 [sergey]
13853
13854         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
13855         base64_decoder_free, base64_decoder_decode): new object and
13856         functions for decoding base64 streams.
13857         * src/procmime.c (procmime_decode_content): modified to use the
13858         new base64 decoder.
13859
13860 2001-06-15 [paul]
13861
13862         0.4.99claws10
13863
13864         * sync with sylpheed 0.4.99cvs11
13865
13866 2001-06-13 [paul]
13867
13868         0.4.99claws9
13869
13870         * sync with sylpheed 0.4.99cvs9
13871
13872 2001-06-13 [hoa]
13873
13874         * src/compose.c
13875         * src/prefs_account.c
13876
13877                 SMTP server can be defined in the news account
13878                 mime type of attachment are kept.
13879
13880         * src/summaryview.c
13881
13882                 now choose the highest important score between default
13883                 and important score of folder.
13884
13885 2001-06-09 [alfons]
13886         
13887         * src/prefs_common.c: 
13888
13889                 (prefs_quote_description_create): corrected description of 
13890                 quote format characters
13891
13892 2001-06-09 [paul]
13893
13894         0.4.99claws8
13895
13896         * sync with sylpheed 0.4.99cvs8
13897
13898 2001-06-08 [sergey]
13899
13900         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
13901         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
13902
13903 2001-06-08 [paul]
13904
13905         0.4.99claws7
13906
13907         * sync with sylpheed 0.4.99cvs7
13908
13909 2001-06-06 [sergey]
13910
13911         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
13912         clashes with autogenerated header).
13913         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
13914         * src/Makefile.am: added quote_fmt.h.
13915         * src/.cvsignore: added lex/yacc autogenerated files
13916         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
13917
13918 2001-06-06 [paul]
13919
13920         0.4.99claws6
13921
13922         * sync with sylpheed 0.4.99cvs6
13923
13924 2001-06-06 [hoa]
13925
13926         * added src/quote_fmt_parse.h
13927         * src/compose.c
13928                 removed warnings
13929
13930         * src/prefs.[ch]
13931                 don't modify readonly configuration files
13932
13933         * src/prefs_account.c
13934         * src/prefs_common.c
13935         * src/prefs_customheader.c
13936         * src/prefs_display_header.c
13937         * src/prefs_filter.c
13938         * src/prefs_filtering.c
13939         * src/prefs_scoring.c
13940                 don't open dialog box when configuration files
13941                 are readonly
13942
13943 2001-06-05 [sergey]
13944
13945         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
13946
13947         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
13948         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
13949         BUILT_SOURCES to make all files rebuild properly.
13950
13951         * src/compose.c: removed #include "quote_fmt.tab.h".
13952
13953         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
13954         CHARACTER value in yylval.
13955
13956         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
13957         receive CHARACTER value by documented means (yylval).
13958
13959         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
13960
13961 2001-06-05 [hoa]
13962
13963         * src/Makefile.am
13964                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
13965
13966         * src/filtering.c
13967         * src/matcher.c
13968         * src/matcher.h
13969         * src/prefs_filtering.c
13970                 now keep the configuration for execute action
13971
13972         * src/mbox_folder.c
13973                 fixed a warning
13974
13975 2001-06-05 [paul]
13976
13977         * sync with sylpheed 0.4.99cvs5
13978
13979 2001-06-05 [hoa]
13980
13981         * src/Makefile.am
13982                 added quote_fmt.[ch]
13983
13984         * added src/quote_fmt.y
13985         * added src/quote_fmt.l
13986         * added src/quote_fmt.tab.h
13987         * added src/quote_fmt.tab.c
13988         * added src/lex.quote_fmt.c
13989                 parsing configuration for replying
13990                 and forwarding
13991
13992         * src/prefs_common.[ch]
13993                 added configuration UI for replying
13994                 and forwarding
13995
13996         * src/compose.c
13997                 using configuration for replying
13998                 and forwarding
13999
14000 2001-06-04 [hoa]
14001
14002         * src/filtering.c
14003         * src/matcher.c
14004         * src/matcher.h
14005         * src/prefs_filtering.c
14006         * src/prefs_matcher.c
14007         * src/prefs_matcher.h
14008                 action "run a command" for filtering
14009                 and matching with a command.
14010                 fixed the "whole message" matching
14011
14012         * src/mbox_folder.c
14013                 changed temporary filename for security
14014
14015         * src/messageview.c
14016                 queue the notification if it fails to send.
14017
14018         * src/prefs_common.c
14019         * src/prefs_folder_item.c
14020                 changed the default important score             
14021
14022         * src/prefs_scoring.c
14023         * src/scoring.c
14024                 hide kill score input when the folder is not
14025                 a newsgroup
14026
14027 2001-06-03 [alfons]
14028
14029         * src/prefs_common.c:
14030
14031                 (prefs_font_select): pass font name in font entry box to font
14032                 selection dialog.
14033
14034 2001-06-03 [sergey]
14035
14036         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
14037
14038 2001-06-03 [paul]
14039
14040         * sync with sylpheed 0.4.99cvs4
14041
14042 2001-06-03 [alfons]
14043
14044         * src/headerwindow.c:
14045
14046                 (headerwindow_show_cb): use the selected summary view item, not
14047                 the displayed item.
14048
14049 2001-06-02 [alfons]
14050
14051         * src/headerwindow.c:
14052
14053                 (headerwindow_show_cb): always try to show msginfo
14054
14055 2001-06-02 [hoa]
14056
14057         * src/compose.c
14058                 keep attached parts when reediting or forwarding.
14059
14060 2001-06-01 [hoa]
14061
14062         * src/folderview.c
14063         * src/prefs_folder_item.[ch]
14064         * src/prefs_scoring.[ch]
14065         * src/scoring.[ch]
14066         * src/summaryview.[ch]
14067         * src/main.c
14068         * src/mainwindow.c
14069         * src/prefs_common.[ch]
14070                 support for folder scoring
14071                 kill score and important score for messages
14072         
14073         * src/prefs_account.c
14074                 some display bug fixed for local account
14075                 preferences
14076
14077 2001-05-31 [alfons]
14078
14079         * src/summaryview.c:
14080
14081                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
14082                 sender to address book menu item is disabled.
14083
14084 2001-05-30 [hoa]
14085
14086         * src/filtering.[ch]
14087         * src/summaryview.c
14088                 handling summary menu / filter messages
14089
14090         * src/folder.[ch]
14091                 add some stuff
14092
14093         * src/foldersel.c
14094                 imap folders now appears in list
14095
14096         * src/mbox_folder.c
14097                 doesn't crash if destination mail is not writeable
14098
14099 2001-05-29 [hoa]
14100
14101         * src/compose.c
14102                 removed some warnings
14103
14104         * src/filtering.c
14105         * src/folder.[ch]
14106         * src/prefs_filtering.c
14107                 global string to identify any folders           
14108                 removed some debug info
14109                 filtering to mbox folders is now possible
14110
14111         * src/mainwindow.c
14112                 removed some warnings
14113
14114         * src/mbox_folder.c
14115                 permission on files are changed to read/write for user only,
14116                 nothing for other.
14117                 creation of subfolder is handled better.
14118
14119 2001-05-28 [alfons]
14120
14121         Verified the sync for src/prefs_common.[ch] and
14122         src/prefs_account.[ch]. I believe there were some
14123         minor indentation differences.
14124
14125 2001-05-28 [paul]
14126
14127         0.4.99claws3
14128
14129         * sync with 0.4.99cvs3
14130
14131 2001-05-28 [hoa]
14132
14133         * src/compose.c
14134                 handling flags for mbox format
14135
14136         * src/filtering.c
14137                 use of mark file only for MH format
14138                 handling flags for mbox format
14139                 filtering cannot yet move or copy mails to mbox folders.
14140
14141         * src/folder.[ch]
14142                 changed move_msg, copy_msg,
14143                 move_msgs_with_dest, copy_msgs_with_dest functions
14144                 uses only folder->copy_msg() function
14145                 uses folder->finished_copy() to handle the destination
14146                 folder at the end of the copy or move operation.
14147
14148         * src/foldersel.c
14149                 included mbox directories.
14150
14151         * src/folderview.[ch]
14152         * src/mainwindow.c
14153                 handle folders operation for mbox format
14154
14155         * src/mbox.c
14156                 disable conversion of "From " header
14157
14158         * src/mbox_folder.[ch]
14159                 completion of mbox format handling
14160
14161         * src/mh.c
14162                 changed mh_copy_msg() function and
14163                 removed mh_move_msg(), mh_move_msgs_with_dest(),
14164                 mh_copy_msgs_with_dest()
14165
14166         * src/prefs_filtering.c
14167                 removed some warnings
14168
14169         * src/prefs_matcher.c
14170                 default boolean operation is AND
14171
14172         * src/procheader.c
14173                 handling flags for mbox format
14174                 handling of "From " header
14175
14176         * src/procmsg.[ch]
14177                 removed data field
14178                 added MSG_REALLY_DELETED flags to handle deletion of
14179                 messages in mbox format.
14180
14181         * src/summaryview.c
14182                 handling flags for mbox format
14183                 disable the MSG_DELETED flags when messages
14184                 are deleted in mbox format
14185
14186         * src/textview.c
14187                 "From " headers display fixed.
14188
14189 2001-05-27 [alfons]
14190
14191         * src/textview.c:
14192                 
14193                 (get_email_part): skip quoted email addresses, like in e.g.
14194                 "'alfons@proteus.demon.nl'".
14195
14196 2001-05-26 [alfons]
14197
14198         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
14199         and fixing the persistence troubles when using separate windows.
14200
14201         * src/mainwindow.c:
14202         
14203             Added #define SEPARATE_ACTION used in the gtk item factory for 
14204             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
14205                 use gtk_item_factory_get_widget_by_action() to get the items.
14206                 
14207             Removed separate_widget_cb from the gtk item factory data   
14208           
14209             (mainwindow_create): connect separate_widget_cb() to check
14210             menu item "toggled" signal. also passing a MainWindow pointer
14211                 as object data for both check menu items.
14212                 
14213             (separate_widget_cb): definition of separate_widget_cb() to match
14214             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
14215                 window using gtk_object_get_data(). The type of window separation 
14216                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
14217         
14218         * src/prefs_filtering.c,
14219           src/prefs_matcher.c: added horizontal scrollbars
14220
14221 2001-05-25 [darko]
14222
14223         * src/headerview.c
14224                 fix segfault with invalid bold font
14225         * src/summaryview.c
14226                 correctly display summary stats after row is marked
14227
14228 2001-05-23 [sergey]
14229
14230         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
14231         encodings with libjconv.
14232
14233 2001-05-23 [hoa]
14234
14235         * src/Makefile.am
14236                 added mbox_folder.[ch]
14237         * src/defs.h
14238                 mbox temporary folder
14239         * src/folder.[ch]
14240         * added src/mbox_folder.[ch]
14241         * src/folderview.c
14242         * src/procheader.[ch]
14243                 added mbox support
14244         * src/mbox.c
14245                 bugfix for file incorporation filtering
14246         * src/imap.c
14247                 enable creation of MBOX
14248         * src/prefs_display_header.c
14249                 enable use of headers like "From "
14250                 something that should be fixed :
14251                         displaying of such headers add an extra space
14252         * src/prefs_folder_item.c
14253                 don't create folders because it is not necessary
14254         * src/procmsg.h
14255                 added data field to MsgInfo for mbox internal use
14256         * src/summaryview.c
14257                 added some support for mbox
14258         * src/utils.[ch]
14259                 added get_mbox_cache_dir() function
14260
14261 2001-05-23 [hiroyuki]
14262
14263         * src/headerwindow.c
14264           src/inc.c
14265           src/main.c
14266           src/mh.c
14267           src/nntp.c
14268           src/procmsg.h
14269           src/session.h
14270           src/socket.[ch]
14271           src/summaryview.c
14272           src/textview.c
14273           src/automaton.c
14274           src/folderview.c: more sync with 0.4.99cvs2.
14275
14276         * src/headerwindow.c: reverted.
14277
14278 2001-05-22 [paul]
14279
14280         0.4.99claws2
14281
14282         * sync with sylpheed 0.4.99cvs2
14283                 * src/news.[ch]
14284                 * src/nntp.[ch]
14285                 * INSTALL
14286                 * INSTALL.jp
14287
14288 2001-05-22 [alfons]
14289
14290         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
14291
14292 2001-05-21 [alfons]
14293
14294         Minor things:
14295
14296         * configure.in: if gnome-config not found, "no" is displayed
14297         
14298         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
14299
14300         * src/textview.c: now also possible to add mail addresses by right
14301           clicking in the text view
14302
14303         * src/codeconv.c: merged patch which fixes endless loop when encountering
14304           invalid wide characters; from Alte <010@imis.ru>  
14305
14306 2001-05-20 [alfons]
14307
14308         Added installation of gnome specific things:
14309
14310         * Makefile.am: gnome conditional
14311
14312         * configure.in: check for installed gnome
14313
14314         * added sylpheed.png, sylpheed.desktop
14315
14316 2001-05-20 [sergey]
14317
14318         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
14319
14320         * src/mainwindow.h (main_window_toolbar_create): created a button
14321         for "Reply to all".
14322         (main_window_set_toolbar_sensitive): enable/disable the new button
14323         appropriately.
14324         (toolbar_reply_to_author_cb): handle the new button.
14325
14326         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
14327         send_progress_dialog_destroy() on failure (fixes hang on SMTP
14328         failure).
14329
14330 2001-05-19 [sergey]
14331
14332         * src/compose.h (ComposeReplyMode): new modes
14333         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
14334         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
14335
14336         * src/compose.c
14337         (compose_send): move some code into a new function:
14338         (compose_current_mail_account): new function.
14339         (compose_reply): new argument to_author, all callers changed; if
14340         to_author==TRUE and account->protocol==A_NNTP, find and use an
14341         appropriate mail account for replying.
14342         (compose_reply_set_entry): new argument to_author; ignore
14343         compose->replyto if to_author==TRUE.
14344
14345         * src/mainwindow.c: new command "Message/Reply to author".
14346         (main_window_set_menu_sensitive): enable/disable it.
14347         (reply_cb): handle it.
14348
14349         * src/summaryview.c: new command "Reply to author".
14350         (summary_set_menu_sensitive): enable/disable it.
14351         (summary_reply_cb): handle it.
14352
14353         * src/account.c (account_find_mail_from_address): new function.
14354
14355 2001-05-18 [paul]
14356
14357         0.4.99claws1
14358
14359         * sync with sylpheed 0.4.99cvs1
14360
14361 2001-05-18 [hoa]
14362
14363         * src/compose.[ch]
14364         * src/filtering.c
14365         * src/summaryview.c
14366                 new filtering action : forward and forward as attachment
14367
14368         * src/main.c
14369                 no need for $DISPLAY when we run sylpheed --help
14370                 call to parse_cmd_opt() is moved
14371
14372         * src/mainwindow.[ch]
14373                 execute button is hidden when immediate execute
14374                 is chosen
14375
14376         * src/mh.c
14377         * src/news.c
14378         * src/prefs_folder_item.c
14379         * src/procmsg.c
14380                 better handling of missing directories
14381
14382         * src/summaryview.c
14383                 reedit is enabled in outbox
14384                 reedit is enabled in queue
14385
14386 2001-05-17 [hoa]
14387
14388         * src/filtering.c
14389         * src/matcher.[ch]
14390         * src/prefs_filtering.c
14391                 changed attachement into attachment
14392
14393 2001-05-17 [alfons]
14394
14395         0.4.67claws4    
14396
14397         * sync with sylpheed 0.4.67cvs9
14398         * sync with sylpheed 0.4.67cvs7-8
14399
14400 2001-05-17 [hoa]
14401
14402         * src/Makefile.am
14403                 added prefs_filtering.c
14404
14405         * src/filtering.[ch]
14406         * src/matcher.[ch]
14407                 removed action : forward_news and forward_news_as_attachement
14408                 (forward and forward_as_attachement can be used instead)
14409
14410         * src/mainwindow.c
14411                 added menu option to access filtering configuration
14412
14413         * src/prefs_account.c
14414                 changed mail_command default to /usr/sbin/sendmail
14415
14416         * added src/prefs_filtering.[ch]
14417                 dialog box for filtering configuration
14418
14419         * src/prefs_matcher.c
14420                 added function prefs_matcher_get_criteria_from_matching()
14421
14422         * src/prefs_scoring.c
14423                 reset the dialog when register or substitute is clicked
14424
14425 2001-05-15 [hoa]
14426
14427         * src/Makefile.am
14428                 added filtering.[ch]
14429         * src/inc.c
14430                 using filering.[ch] instead of filter.[ch]
14431         * src/main.c
14432                 reading new filtering configuration
14433         * src/matcher.[ch]
14434                 added some filtering actions
14435                 and fixed a bug for headers and mail body matching
14436         * src/mbox.c
14437                 using filering.[ch] instead of filter.[ch]
14438         * src/mh.c
14439                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
14440         * src/summaryview.c
14441                 some fixes for filtering
14442
14443 2001-05-14 [hiroyuki]
14444
14445         * src/send.c: fixed some weird indentations.
14446           send_message_with_command(): call pclose() only if p != NULL.
14447         * src/textview.c: get_email_part(): modified the code for readability.
14448
14449 2001-05-14 [hiroyuki]
14450
14451         * src/md5global.h
14452           src/md5ify.c
14453           src/md5ify.h: removed from the cvs.
14454
14455 2001-05-13 [sergey]
14456
14457         * src/main.c: include rfc2015.h to avoid compiler warnings.
14458         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
14459         the panel is already on screen.
14460         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
14461         closing the alert window by ESC as "No".
14462         * src/prefs_common.c (prefs_interface_create): moved return
14463         receipt check button to the correct place.
14464
14465 2001-03-13 [alfons]
14466
14467         * src/prefs_common.c: 
14468                 moved return receipt check button to the Send tab. (prefs_send_create)
14469                 removed the date format ui related globals. (prefs_display_create)
14470
14471         0.4.67claws3
14472         
14473         * sync with sylpheed 0.4.67cvs5-6
14474
14475 2001-05-13 [paul]
14476
14477         * added Alfons' font selection patch
14478
14479         * src/defs.h
14480         * src/headerwindow.c
14481         * src/prefs_common.c
14482         * src/prefs_common.h
14483
14484 2001-05-13 [hoa]
14485         * src/defs.h
14486                 changed version of cache
14487         * src/matcher.[ch]
14488         * src/prefs_matcher.c
14489                 added additionnal matching criteria
14490         * src/procheader.c
14491         * src/procmsg.[ch]
14492         * src/news.c
14493                 added references in MsgInfo
14494
14495 2001-05-12 [hoa]
14496
14497         * src/defs.h
14498                 prepared some things for new filtering
14499         * src/matcher.[ch]
14500                 added some matching properties
14501                 inreplyto need to be enhanced
14502                 prepared some things for new filtering
14503         * src/messageview.c
14504                 added Return-Receipt-To handling
14505         * src/prefs_folder_item.c
14506                 changed default value to TRUE
14507         * src/prefs_matcher.c
14508                 added some matching properties
14509         * src/prefs_scoring.[ch]
14510                 the scoring dialog is finished
14511         * src/procheader.c
14512                 added Return-Receipt-To handling
14513                 Reference need to be added
14514         * src/procmsg.[ch]
14515                 added Return-Receipt-To handling
14516                 added threadscore to get a better score sorting when
14517                 threads are enabled
14518         * src/summaryview.c
14519                 suppressed a bug when we sort the list
14520                 when no folder is opened.
14521                 better score sorting when threads are enabled
14522
14523 2001-05-12 [alfons]
14524
14525         * reverted previous patch because of potential errors 
14526
14527         0.4.67claws2
14528         
14529         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
14530                 applied "toggle mail-retrieval dialog window" patch submitted 
14531                 by Eric Limpens <eric@qnt.net>
14532
14533         * sync with sylpheed 0.4.67cvs4
14534
14535 2001-05-12 [sergey]
14536
14537         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
14538         some picky compilers.
14539         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
14540         * src/grouplist_dialog.c: include alertpanel.h.
14541         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
14542         fix compile warning.
14543         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
14544         #include "defs.h" before others to prevent the warning of `MIN'
14545         and `MAX' redefinition.
14546
14547 2001-05-11 [hoa]
14548
14549         * src/main.c
14550         * src/messageview.c
14551         * src/prefs_account.c
14552         * src/prefs_display_header.c
14553                 removed warning
14554         * src/Makefile.am
14555                 added prefs_scoring.[ch]
14556         * src/grouplist_dialog.c
14557                 display an error dialog box if the group list
14558                 cannot be fetched.
14559         * src/mainwindow.[ch]
14560                 added main_window_set_thread_option() function
14561                 scoring dialog box enabled
14562         * src/matcher.[ch]
14563                 added flags matching unread /new / marked
14564                 / deleted / replied / forwarded
14565         * src/news.c
14566                 newsgroups are now finally in newscache
14567         * src/prefs_matcher.[ch]
14568                 finished preferences for matching dialog
14569         * added src/prefs_scoring.[ch]
14570                 scoring dialog box completed
14571         * src/scoring.[ch]
14572                 conversion to string : added scoringprop_to_string()
14573                 write config for preferences :
14574                 added prefs_scoring_write_config()
14575         * src/summaryview.c
14576                 threads can be enabled/disabled independently
14577                 for each folder
14578
14579 2001-05-10 [alfons]
14580
14581         0.4.67claws1
14582         
14583         * AUTHORS: 
14584                 thought it would be nice to have a list of all
14585                 contributors (used Changelog as a reference)
14586         
14587         * configure.in: 
14588                 messed up version numbering...
14589
14590         0.4.66claws1
14591
14592         * sync with sylpheed 0.4.67cvs1-3
14593
14594 2001-05-10 [darko]
14595
14596         * src/prefs_common.c:
14597                 better UI for strftime format, double clicking
14598                 on format now inserts the format in text entry
14599                 replaced close button with standard OK/Cancel
14600                 moved date format button to the right of the
14601                 text entry field
14602
14603 2001-05-09 [alfons]
14604
14605         * src/gtkstext.c:
14606                 Ctrl-Home / Ctrl-End have proper cursor navigation
14607
14608 2001-05-09 [hoa]
14609
14610         * src/prefs_matcher.c
14611                 finished UI to define matching properties
14612                 added ok and cancel button
14613         * src/prefs_filter.c
14614                 added ok and cancel button
14615         * src/news.c
14616                 fixed some bug in xhdr parsing
14617
14618 2001-05-08 [alfons]
14619
14620         * src/textview.c: 
14621                 fixed a bug in textview_show_header(), which displayed two colons (':');
14622                 cleaned up some warnings
14623
14624 2001-05-08 [hoa]
14625
14626         * src/Makefile.am
14627                 added prefs_matcher.[ch]
14628                 compilation with -W -Wall
14629         * src/alertpanel.c
14630                 ungrab the mouse events if grabbed - does it
14631                 fix the bug for disposition notification ?
14632         * src/mainwindow.c
14633                 added a menu option to open the matching dialog.
14634         * src/matcher.[ch]
14635                 added matcherprop_to_string() and matcherlist_to_string()
14636                 fixed some bugs, changed the name of some options
14637                 age_sup and age_inf becomes age_greater and age_lower,
14638                 body and messageheaders becomes body_part and headers_part,
14639                 changed the names of constants from SCORING_XXX to MATCHING_XXX
14640         * src/prefs_display_header.c
14641         * src/prefs_headers.c
14642                 fixed a bug that accidentally destroyed dialogs
14643                 when closed them with delete_event
14644                 Added *_deleted() which handle delete_event signal correctly.
14645         * src/prefs_folder_item.[ch]
14646                 added "enable_thread" field for future customization
14647         * added src/prefs_matcher.[ch]
14648                 sample of the UI to define matching properties
14649         * src/procheader.c
14650                 using procheader_headername_equal instead of str*cmp functions
14651                 using procheader_parse_header() function
14652         * src/scoring.c
14653                 using MATCHING_XXX instead of SCORING_XXX
14654         * src/summaryview.c
14655                 display the sender of the news even if this is ourself
14656                 when this is a news message.
14657         * src/textview.c
14658                 using headername_equal() instead of str*cmp functions
14659
14660 2001-05-08 [alfons]
14661
14662         0.4.66claws
14663
14664         * sync with sylpheed 0.4.66
14665         * src/gtkstext.c: trace logs added 
14666
14667 2001-05-08 [sergey]
14668
14669         * src/prefs_common.[ch]: added option to enable/disable GnuPG
14670         signature check popup.
14671         * src/rfc2015.c (check_signature): show signature check popup only
14672         if it is enabled in preferences.
14673
14674 2001-05-07 [alfons]
14675
14676         0.4.66claws4
14677         
14678         * sync with sylpheed 0.4.66cvs6
14679
14680 2001-05-07 [darko]
14681
14682         * src/prefs_common.[ch]: added option to enable/disable
14683           looking up sender name in address book for summary pane
14684         * src/summaryview.c: look up sender in the address book
14685           by using Alfons' address completion code
14686
14687 2001-05-07 [hiroyuki]
14688
14689         * src/inc.h
14690           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
14691           member of Pop3State.
14692         * src/news.c: brought #include "defs.h" before #include <glib.h>
14693           to prevent the warning of `MIN' and `MAX' redefinition.
14694
14695 2001-05-06 [hoa]
14696
14697         * removed src/headers_display.[ch]
14698         * removed src/prefs_display_headers.[ch]
14699         * src/inc.c
14700                 use a temporary file in the user directory for mbox import
14701         * src/news.c
14702                 added XHDR support to get "To" and "Cc" headers
14703                 (in order to match news with to or cc field for
14704                 scoring)
14705                 added function news_parse_xhdr() to get XHDR response
14706         * src/nntp.[ch]
14707                 added function nntp_xhdr()
14708         * src/matcher.c
14709                 fetch the message if necessary
14710
14711 2001-05-06 [alfons]
14712
14713         0.4.66claws3
14714
14715         * sync with sylpheed 0.4.66cvs3-5
14716
14717 2001-05-06 [hoa]
14718
14719         * src/utils.[ch]
14720                 added function itos_buf() to enable use of several buffers
14721         * src/summaryview.c
14722                 use of itos_buf() instead of itos() in summary list
14723                 to fix the broken display of message number.
14724
14725 2001-05-06 [alfons]
14726
14727         * src/gtkstext.c: bug in cursor up navigation fixed,
14728                 fixed another unsigned / signed comparison (we're getting there :-)
14729
14730 2001-05-06 [hoa]
14731
14732         * src/Makefile.am
14733                 added scoring.c scoring.h
14734                 prefs_folder_item.c prefs_folder_item.h
14735                 matcher.c matcher.h
14736         * src/defs.h
14737                 added FOLDERITEM_RC SCORING_RC
14738         * src/folder.[ch]
14739                 added prefs field in FolderItem :
14740                 properties for each folder (PrefsFolderItem),
14741                 sorting type and mode were added as the first properties.
14742         * src/main.c
14743                 read config for scoring
14744         * added src/matcher.[ch]
14745                 gives functions to parse configuration file to do
14746                 matching on mails with a list of conditions.
14747         * src/mainwindow.c
14748                 add option to sort by score
14749         * src/prefs_common.[ch]
14750                 added preference option to show score and for
14751                 the score column size
14752         * added src/prefs_folder_item.[ch]
14753                 properties for each folder (PrefsFolderItem),
14754                 sorting type and mode were added as the first properties.
14755         * src/procheader.[ch]
14756                 added procheader_parse_header()
14757                 added procheader_header_free()
14758                 added procheader_headername_equal()
14759                 and made modification to use them.
14760         * src/procmsg.[ch]
14761                 added score field to MsgInfo structure
14762         * added src/scoring.[ch]
14763                 gives functions to parse configuration file to do
14764                 scoring on mails with a list of conditions.
14765         * src/summaryview.[ch]
14766                 save the sorting type and mode for the folder
14767                 added column to display the score of the mail
14768                 added function summary_score_clicked()
14769                 sorting type and mode are restored to the folder
14770                 when it is reopen
14771         * src/textview.c
14772                 use procheader_parse_header(), procheader_headername_equal()
14773                 removed memory leak in text_scan_header when freeing headers
14774         * src/filter.c
14775                 changed the function to match names of headers
14776                 using procheader_headername_equal()
14777
14778         Scoring functions are implemented, an interface is needed
14779         to configure that.
14780
14781 2001-05-04 [alfons]
14782
14783         * src/gtkstext.c: 
14784                 hopefully fixed the row up navigation bug,
14785                 removed adding back / forward lines to cache
14786
14787 2001-05-04 [sergey]
14788
14789         * src/prefs_display_headers.c: user interface changes:
14790         (prefs_display_headers_create): remove unused "Show" check button;
14791         allow reordering of headers by dragging.
14792         (prefs_display_headers_write_config): remove unused variables.
14793         (prefs_display_headers_set_dialog): do not insert "(New)" at top
14794         of lists (not needed with the new UI).
14795         (prefs_display_headers_set_list): scan lists starting from row 0,
14796         not 1 (do not skip "(New)").
14797         (prefs_display_headers_find_header): new function.
14798         (prefs_display_headers_clist_set_row): do not allow duplicates.
14799         (prefs_display_headers_delete_cb): do not skip row 0; treat
14800         closing the alert window by ESC as "No".
14801         (prefs_display_headers_up): do not protect row 0.
14802         (prefs_display_headers_down): do not protect row 0.
14803
14804 2001-05-04 [sergey]
14805
14806         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
14807         functions.
14808
14809         * src/summaryview.c
14810         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
14811         summary_select_next_marked, summary_select_prev_marked): new
14812         functions.
14813
14814 2001-05-03 [sergey]
14815
14816         * src/news.c: fixed a bug when no article can be fetched after
14817         server timeout if the connection was restored by news_post():
14818         (news_select_group): new function.
14819         (news_fetch_msg): call news_select_group() before fetching
14820         article.
14821         (news_get_uncached_articles): set session->group after successful
14822         GROUP command.
14823
14824 2001-05-03 [hoa]
14825
14826         * src/defs.h
14827         * src/procmsg.[ch]
14828         * src/procheader.c
14829                  changed version of cache, added cc field
14830
14831         * src/prefs_display_headers.c
14832                 the interface was changed
14833
14834         * src/prefs_headers.c
14835                 added cancel button
14836
14837 2001-05-03 [alfons]
14838
14839         * completed sync of sylpheed cvs2
14840         * src/gtkstext.c: updated row up / down cursor navigation
14841         * src/textview.c: re-edited, prepared for fixing the email address
14842                 scanner.
14843
14844 2001-05-03 [darko]
14845
14846         * src/prefs_common.c: use alfons' strftime ui code
14847         entry_datefmt and datefmt_sample widgets have to be
14848         global in this module because of this change
14849
14850 2001-05-03 [hoa]
14851
14852         * src/messageview.c
14853         * src/prefs_common.[ch] added option to activate the return receipt
14854                 feature.
14855
14856 2001-05-02 [alfons]
14857
14858         * src/gtkstext.c: fix for row up/down cursor navigation. 
14859
14860         0.4.66claws2
14861         
14862         * sync with 0.4.66cvs2
14863
14864 2001-05-02 [paul]
14865
14866         added add-sender-to-addressbook patch
14867
14868         * src/addressbook.c
14869         * src/addressbook.h
14870         * src/summaryview.c
14871
14872 2001-05-02 [sergey]
14873
14874         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
14875         G_ALERTDISABLE.
14876
14877         * src/alertpanel.c (alertpanel_create): new argument can_disable,
14878         all existing callers changed to pass FALSE; create a check button
14879         to disable the message.
14880         (alertpanel_message_with_disable): new function.
14881         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
14882         (alertpanel_button_toggled): new function.
14883         (alertpanel_button_clicked, alertpanel_close): set value using
14884         G_ALERT_VALUE_MASK.
14885
14886         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
14887
14888         * src/prefs_common.c (prefs_privacy_create): new check button
14889         checkbtn_gpgme_warning.
14890
14891         * src/main.c (main): moved preferences reading before gpgme
14892         initialization; check prefs_common.gpgme_warning before giving the
14893         GnuPG warning and set it to FALSE if the user wants to disable the
14894         warning.
14895
14896 2001-05-02 [hiroyuki]
14897
14898         * src/prefs_display_headers.c: modified the layout and some labels.
14899
14900 2001-05-02 [sergey]
14901
14902         * src/prefs_account.c (prefs_account_fix_size): new function.
14903         (prefs_account_create): call prefs_account_fix_size(); use
14904         gtk_widget_show instead of gtk_widget_show_all (fixes too large
14905         size when the window is shown for the first time).
14906         (prefs_account_basic_create): changed layout of serv_table; moved
14907         localmbox_entry above smtpserv_entry (logically it replaces
14908         POP3/IMAP server).
14909         (prefs_account_protocol_activated): set sensitivity of
14910         nntpauth_chkbtn according to the protocol (in addition to
14911         hide/show); commented out gtk_table_set_row_spacing() calls.
14912         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
14913         not sensitive (fixes a bug with disabled username/password boxes
14914         when editing POP3 account after NNTP with authentication).
14915
14916 2001-05-02 [hoa]
14917
14918         * src/account.c
14919         * src/inc.c
14920         * src/prefs_account.[ch]
14921         * src/send.c
14922                 removed local account without SMTP server
14923                 added option to use mail command instead of a connexion
14924                 to SMTP server when a local account is used
14925         * src/prefs_headers.c
14926                 fixed a bug
14927         * src/news.c
14928                 fixed a bug when connexion immediately closed
14929
14930 2001-05-01 [alfons]
14931
14932         0.4.66claws1
14933         
14934         * sync with 0.4.65
14935
14936 2001-05-01 [sergey]
14937
14938         * src/prefs_account.c (Basic, prefs_account_basic_create): new
14939         widget nntpauth_chkbtn.
14940         (prefs_account_protocol_activated): handle nntpauth_chkbtn
14941         visibility.
14942         (prefs_account_nntpauth_toggled): new function.
14943
14944         * src/news.c (news_session_new_for_folder): use NNTP
14945         authentication only if ac->use_nntp_auth is set.
14946
14947 2001-05-01 [hoa]
14948
14949         * src/Makefile.am changed headers.[ch] in customheader.[ch]
14950         * src/prefs_display_headers.c changed the UI
14951         * src/prefs_headers.c changed account_name to account_id
14952         * src/compose.c using customheader.h
14953
14954 2001-05-01 [hiroyuki]
14955
14956         * src/esmtp.c
14957           src/news.c
14958           src/nntp.c: changed sock_read() to sock_gets(), they've been left
14959           unsynched.
14960
14961 2001-05-01 [hoa]
14962
14963         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
14964         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
14965                 for displaying of headers
14966         * src/grouplist_dialog.[ch] minor changes to remove warnings
14967         * src/prefs_display_headers.[ch] dialog to choose the
14968         headers to display in the mail viewer.
14969         * src/headers.h correction of #define
14970         * src/headers_display.[ch] configuration for displaying of headers.
14971         * src/main.c read config of displaying of headers
14972         * src/prefs_common.c add a button to access the config dialog
14973                 for displaying of headers
14974         * src/prefs_display_headers.[ch] dialog for configuration for
14975                 displaying of the headers.
14976         * src/prefs_headers.c cleaning of code
14977         * src/procheader.c comments added to code
14978         * src/textview.c changes to reorder the headers depending
14979                 on the config for displaying of headers
14980
14981 2001-04-30 [alfons]
14982
14983         0.4.65claws7
14984
14985         * sync with 0.4.65cvs12
14986
14987         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
14988
14989 2001-04-30 [sergey]
14990
14991         * src/nntp.h (NNTPSockInfo): new field auth_failed.
14992
14993         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
14994         is set to force reconnection after authentication failure.
14995         (nntp_gen_command): set sock->auth_failed on authentication
14996         failure, or if sock->userid and sock->passwd are not set.
14997
14998         * src/news.c (news_session_new_for_folder): set userid=NULL if
14999         password dialog is cancelled.
15000
15001 2001-04-30 [sergey]
15002
15003         * src/nntp.h (NNTPSockInfo): new type.
15004
15005         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
15006         SockInfo.
15007         (nntp_open_auth, nntp_close): new functions.
15008         (nntp_gen_command): new function to handle authentication; all
15009         NNTP command functions updated to use it.
15010         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
15011         (nntp_list): removed old useless code.
15012
15013         * src/news.h (NNTPSession): new field nntp_sock.
15014
15015         * src/news.c: all functions updated to use NNTPSockInfo instead of
15016         SockInfo.
15017         (news_session_new): new arguments (userid, passwd); made static;
15018         use nntp_open_auth() if needed.
15019         (news_session_destroy): use nntp_close() instead of sock_close().
15020         (news_query_password): changed arguments.
15021         (news_session_new_for_folder): new function.
15022         (news_session_get): use news_session_new_for_folder().
15023         (news_authenticate): deleted.
15024         (news_get_uncached_articles): removed old authentication code.
15025
15026 2001-04-30 [sergey]
15027
15028         * src/news.c: reverted my previous changes (need to do NNTP
15029         authentication in a cleaner way).
15030         
15031 2001-04-29 [sergey]
15032
15033         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
15034         news_nntp_post, news_nntp_mode): new functions (wrappers with
15035         authentication support).
15036         (news_get_article_cmd, news_get_article, news_get_header): new
15037         argument "folder"; all callers changed.
15038         (news_get_article_cmd): added authentication support.
15039         (news_session_get): use news_nntp_mode() instead of nntp_mode().
15040         (news_post): use news_nntp_post() instead of nntp_post().
15041         (news_get_uncached_articles): use news_nntp_group() instead of
15042         nntp_group() and news_nntp_xover() instead of nntp_xover();
15043         removed old authentication code.
15044         (news_get_group_list): use news_nntp_list() instead of nntp_list().
15045
15046         * src/nntp.c (nntp_list): return real error code instead of
15047         hardcoded NN_ERROR.
15048
15049 2001-04-29 [sergey]
15050
15051         * configure.in: fixed wint_t typedef detection again
15052
15053 2001-04-28 [hoa]
15054
15055         * src/prefs_account.[ch], added A_LOCAL_CMD
15056                 (send mail with mail command)
15057         * src/send.c added function send_message_with_command()
15058         * src/inc.c made a more secure get_spool() function with
15059                 mktemp() but maybe mkstemp() or something more
15060                 secure can be used.
15061
15062 2001-04-28 [alfons]
15063
15064         * src/textview.c, colorization of email addresses in headers
15065
15066         0.4.65claws6
15067
15068         * bug sync with sylpheed
15069         * prefs_common.c: created date format ui for darko
15070         * sync with 0.4.65cvs11
15071         * configure.in: corrected to have the new gpg checks
15072
15073 2001-04-27 [alfons]
15074
15075         * completed sync with 0.4.65cvs10
15076         * minor debug things added to gtkstext.c
15077
15078 2001-04-27 [darko]
15079
15080         * configure.in: remove check for availability of
15081           strftime() as advised by Hiroyuki
15082         * src/prefs_common.[ch], src/procheader.c:
15083           synch strftime() code with Hiroyki's main branch
15084
15085 2001-04-26 [sergey]
15086
15087         * src/news.c: news_query_password(), news_authenticate(): new
15088           functions.
15089           news_get_uncached_articles(): added NNTP authentication
15090           handling.
15091         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
15092           new functions.
15093         * src/prefs_account.c: prefs_account_protocol_activated():
15094           enable userid and password fields for NNTP.
15095
15096 2001-04-26
15097
15098         * configure.in: check for availability of strftime()
15099           [darko]
15100         * src/prefs_common.[ch], src/procheader.c: use
15101           strftime() for displaying date in summary pane if it
15102           is available
15103
15104 2001-04-25
15105
15106         * more .cvsignore cleanups [alfons]
15107
15108 2001-04-25
15109
15110         * ac/sv-check-type.m4: new autoconf macro.
15111         * configure.in: fixed wint_t typedef detection (did not work
15112           with gcc-2.96).
15113
15114 2001-04-25
15115
15116         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
15117           [hiroyuki]
15118
15119 2001-04-24
15120         * modified gtkstext.c : buggy cursor navigation fixed, 
15121           and font descent also taken in account when drawing
15122           cursor. [alfons]
15123
15124 2001-04-24 [hoa]
15125         * added comments in src/news.c src/nntp.c
15126         * added src/prefs_headers.[ch]
15127         * added src/headers.[ch]
15128         * modified compose.c to activate custom headers
15129                 added function is_in_custom_headers
15130         * modified prefs_account.[ch]
15131                 added function prefs_account_customhdr_edit
15132         * modified src/defs.h :
15133                 added HEADERS_RC : name of the config file
15134                 for the custom headers
15135
15136 2001-04-24
15137
15138     0.4.65claws5
15139
15140         * configure.in
15141           src/gtkstext.[ch]
15142           src/compose.c
15143           src/Makefile.am
15144           
15145           added gtkstext with configure.in patch by Hiroyuki which
15146           should fix the XIM detection [alfons]
15147
15148         * more clean up of cvs [alfons]
15149
15150                  * removed all Makefile.in files to attic.
15151
15152                  * updated all .cvsignores to really ignore things that could
15153                    be unintentionally committed by a recursive commit.
15154
15155 2001-04-23 [hoa]
15156         * added src/grouplist_dialog.[ch]
15157         * changed src/folderview.c to call grouplist_dialog instead
15158                 of inputdialog
15159         * src/news.c :
15160                 added functions news_reset_group_list
15161                 and news_get_group_list
15162         * src/nntp.c :
15163                 added function nntp_list
15164         * src/defs.h :
15165                 added GROUPLIST_FILE : name of the newsgroup list cache file
15166
15167 2001-04-21
15168
15169         * added option to warn about queued messages on exit [sergey]:
15170
15171           * src/compose.c: compose_queue(): call folder_item_scan()
15172             and folderview_update_item() after queueing.
15173           * src/folderview.c: folderview_update_node(): draw the queue
15174             folder in bold font if there are queued messages.
15175           * src/mainwindow.c: queued_messages(): new function.
15176             app_exit_cb(): display warning if there are queued messages
15177             if warn_queued_on_exit is set.
15178           * prefs_common.[ch]: add warn_queued_on_exit option.
15179
15180         * enhanced GnuPG key selection support [sergey]:
15181
15182           * src/select-keys.c: updated to newer version from Win32
15183             branch with support for selecting arbitrary keys.
15184           * src/prefs_account.c: added the Privacy tab to the account
15185             options window.
15186             prefs_account_privacy_create(),
15187             prefs_account_sign_key_set_data_from_radiobtn(),
15188             prefs_account_sign_key_set_radiobtn(): new functions.
15189           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
15190           * src/rfc2015.c: set_signers(): new function.
15191             pgp_sign(): add the account parameter, call set_signers().
15192             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
15193           * src/rfc2015.h: rfc2015_sign(): updated prototype.
15194           * src/compose.c: pass the current account to rfc2015_sign().
15195
15196         * tag name claws added to prevent confusion with main branch [alfons]
15197
15198         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
15199
15200         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
15201
15202         * sync with recent sylpheed cvs. Untested though. [alfons]
15203