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