0.8.11claws42
[claws.git] / ChangeLog.claws
1 2003-03-22 [christoph]  0.8.11claws42
2
3         * src/plugins/trayicon/trayicon.c
4                 fix setting the transparent area when the window size
5                 is forced by the system tray
6
7 2003-03-22 [christoph]  0.8.11claws41
8
9         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
10         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
11         * src/plugins/trayicon/newmail.xpm              ** NEW **
12         * src/plugins/trayicon/nomail.xpm               ** NEW **
13         * src/plugins/trayicon/trayicon.c
14         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
15                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
16                 o add icon for unread mails
17                 o set transparency for window
18
19 2003-03-22 [christoph]  0.8.11claws40
20
21         * src/news.c
22                 init news session to prevent crash when session is closed
23
24 2003-03-22 [christoph]  0.8.11claws39
25
26         * src/imap.c
27         * src/common/session.[ch]
28                 Init session data to make sure we don't have invalid pointers
29                 for read_ch and write_ch when new multi process sessions are
30                 not used
31
32         * src/main.c
33         * src/common/plugin.c
34         * src/common/sylpheed.c
35         * src/plugins/demo/demo.c
36         * src/plugins/dillo_viewer/dillo_viewer.c
37         * src/plugins/mathml_viewer/mathml_viewer.c
38         * src/plugins/spamassassin/spamassassin.c
39         * src/plugins/spamassassin/spamassassin_gtk.c
40                 add plugin types to allow loading plugins at different times
41                 (and maybe for different frontends), because it's not good to
42                 load GTK-Plugins gefore gtk_init was called
43
44         * configure.ac
45         * src/plugins/Makefile.am
46         * src/plugins/trayicon/.cvsignore               ** NEW **
47         * src/plugins/trayicon/Makefile.am              ** NEW **
48         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
49         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
50         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
51         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
52         * src/plugins/trayicon/trayicon.c               ** NEW **
53                 New Trayicon plugin that shows an icon in a systray that uses
54                 XEMBED protocol like Gnome's systray. Icon shows if there
55                 are new mails and a tooltip shows information about new,
56                 unread and total messages.
57
58 2003-03-22 [paul]       0.8.11claws38
59
60         * src/common/smtp.c
61                 fix ESMTP AUTH CRAM-MD5
62                 [sync with main (still version 0.8.11cvs6), see
63                  ChangeLog 2003-03-22]
64
65 2003-03-21 [colin]      0.8.11claws37
66
67         * src/send_message.c
68                 Fix USE_SSL => USE_OPENSSL
69
70 2003-03-21 [colin]      0.8.11claws36
71
72         * src/folderview.c
73                 Fix counts in drag and dropped subfolders
74
75 2003-03-21 [colin]      0.8.11claws35
76
77         * src/folder.c 
78         * src/folderview.c
79                 speed up a bit folder dnd
80
81 2003-03-20 [alfons]     0.8.11claws34
82
83         * src/main.c
84         * src/toolbar.c
85         * src/procmsg.c
86                 don't send locked queue messages
87                 (feature request "[ 705245 ] Locking message in outbox 
88                  should prevent sending")
89
90 2003-03-20 [christoph]  0.8.11claws33
91
92         * src/folder.c
93                 remove NEW and UNREAD flag in special folders when scanning
94                 
95         * src/common/smtp.c
96                 fix ESMTP AUTH CRAM-MD5
97
98 2003-03-20 [paul]       0.8.11claws32
99
100         * src/prefs_account.c
101                 Re-write 'Tunnel command to open connection' as
102                 'Use command to communicate with server', and disable
103                 it for all except IMAP accounts
104
105 2003-03-20 [paul]       0.8.11claws31
106
107         * sync with 0.8.11cvs6
108                 see ChangeLog 2003-03-20
109
110 2003-03-19 [match]      0.8.11claws30
111
112         * src/addritem.[ch]
113                 include documentation. minor refactoring.
114         * src/addr_compl.[ch]
115         * src/addrindex.[ch]
116         * src/addresbook.[ch]
117         * src/summaryview.c
118                 re-enable address lookup (was disabled in
119                 0.8.11claws20).
120
121 2003-03-19 [christoph]  0.8.11claws29
122
123         * src/procmsg.c
124                 add temp flag handling, will make moving and copying
125                 messages possible again
126
127         * src/folder.c
128                 correct calulation of folder stats
129
130 2003-03-18 [match]      0.8.11claws28
131
132         * src/editgroup.h
133                 remove case sensitive comparison (closes bug 80).
134
135 2003-03-18 [christoph]  0.8.11claws27
136
137         * src/imap.c
138                 fix imap using a tunnel command
139
140         (closes bug 87)
141
142 2003-03-18 [christoph]  0.8.11claws26
143
144         * src/folder.[ch]
145         * src/imap.c
146         * src/procmsg.[ch]
147                 rewrite flag handling for folders
148
149 2003-03-18 [christoph]  0.8.11claws25
150
151         * src/folder.c
152         * src/procmsg.c
153         * src/summaryview.c
154                 unset NEW and UNREAD flags when message is ignored, to make
155                 sure messages don't show up as unread on other IMAP clients,
156                 because the IGNORE_THREAD flag can not be syncronized through
157                 the IMAP folder
158
159 2003-03-17 [christoph]  0.8.11claws24
160
161         * src/imap.c
162                 don't use recursion to fetch uids when the number of messages
163                 does not match. Moved code into subfunction that is used
164                 again when needed, to prevent an endless loop.
165
166 2003-03-17 [thorsten]   0.8.11claws23
167
168         * src/imageview.[ch]
169                 export imageview_get_resized_size() (for plugins)
170         * src/prefs_common.[ch]
171                 added prefs_common_get() (for plugins)
172
173 2003-03-17 [christoph]  0.8.11claws22
174
175         * src/imap.c
176                 o remove UID guessing from copy code
177                 o support UIDPLUS extension for APPEND command
178
179 2003-03-17 [paul]       0.8.11claws21
180
181         * src/gtk/about.c
182                 remove 'Compiled-plugins' section.
183                 
184         * src/plugins/dillo_viewer/dillo_viewer.c
185                 slight change to description text
186
187 2003-03-16 [match]      0.8.11claws20
188         * src/ldapserver.[ch]           ** NEW **
189         * src/ldapctrl.[ch]             ** NEW **
190         * src/ldapquery.[ch]            ** NEW **
191         * src/ldaputil.[ch]             ** NEW **
192         * src/addrcindex.[ch]           ** NEW **
193         * src/addrquery.h               ** NEW **
194         * src/addritem.[ch]
195         * src/addrcache.[ch]
196         * src/addrindex.[ch]
197         * src/addr_compl.[ch]
198         * src/addressbook.[ch]
199         * src/addrbook.[ch]
200         * src/editgroup.c
201         * src/editaddress.c
202         * src/editldap.c
203         * src/editldap_basedn.c
204         * src/vcard.c
205         * src/jpilot.c
206         * src/Makefile.am
207                 included dynamic LDAP queries. improved address
208                 completion.
209
210 2003-03-16 [paul]       0.8.11claws19
211
212         * tools/multiwebsearch.pl
213                 fix a fatal typo
214
215 2003-03-16 [christoph]  0.8.11claws18
216
217         * src/mimeview.c
218         * src/plugins/dillo_viewer/dillo_viewer.c
219         * src/plugins/mathml_viewer/mathml_viewer.c
220                 make unregistering of MimeViewerFactorys possible
221
222 2003-03-16 [alfons]     0.8.11claws17
223
224         * configure.ac
225                 correct typo
226
227 2003-03-16 [melvin]     0.8.11claws16
228
229         * src/plugins/dillo_viewer.c
230                 Fixed bug where it was not possible to view more than
231                 one text/html attachment per message (bug discovered
232                 by Christoph Hohmann).
233
234 2003-03-15 [melvin]     0.8.11claws15
235
236         * src/prefs_actions.c
237                 Fixed compilation warnings.
238
239 2003-03-15 [melvin]     0.8.11claws14
240
241         * src/plugins/Makefile.am
242         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
243         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
244         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
245                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
246                 newer (http://dillo.auriga.wearlab.de/).
247
248 2003-03-15 [christoph]  0.8.11claws13
249
250         * src/imap.c
251                 don't query imap folder for attributes because we already
252                 for them from imap_status
253
254         * src/mimeview.[ch]
255                 add support for plugable MimeViewers (unloading Viewers
256                 not yet complete)
257
258         * src/plugins/Makefile.am
259         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
260         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
261         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
262                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
263                 widget from http://helm.cs.unibo.it/mml-widget/
264
265 2003-03-14 [christoph]  0.8.11claws12
266
267         * src/folder.[ch]
268                 o error return code's should better be negative
269                 o replace printf with debug_print
270
271         * src/imap.c
272                 improve IMAP folder scan by checking UID-NEXT
273
274         * src/summaryview.c
275                 remove check that are unnecessary in my opinion
276
277 2003-03-13 [christoph]  0.8.11claws11
278
279         * src/folder.[ch]
280         * src/foldersel.c
281         * src/folderview.c
282         * src/imap.c
283         * src/mbox_folder.c
284         * src/mh.c
285         * src/news.c
286         * src/prefs_scoring.c
287         * src/summaryview.c
288                 use a common function to get a displayable name
289                 for a FolderItem
290
291 2003-03-13 [paul]       0.8.11claws10
292
293         * tools/Makefile.am
294           tools/README
295           tools/multiwebsearch.conf     ** NEW FILE **
296           tools/multiwebsearch.pl       ** NEW FILE **
297                 add multiwebsearch Actions script
298
299 2003-03-13 [colin]      0.8.11claws9
300
301         * src/compose.c
302                 Remove leading emtpy lines from quoted text
303                 before quoting it
304
305 2003-03-13 [melvin]     0.8.11claws8
306
307         * src/prefs_actions.c
308                 Fixed a memory leak
309                 Code clean ups
310                 Added Cancel and OK buttons
311                 Corrected help text
312
313 2003-03-13 [christoph]  0.8.11claws7
314
315         * src/account.c
316         * src/folder.[ch]
317         * src/imap.c
318         * src/mainwindow.c
319         * src/mbox_folder.c
320         * src/mh.c
321         * src/news.c
322         * src/setup.c
323                 replace more folder type stuff with folder class stuff
324
325 2003-03-13 [melvin]     0.8.11claws6
326
327         * src/prefs_actions.c
328                 Added new tokens:
329                 %u: user provided argument
330                 %h: user provided argument (hidden on input)
331                 %s: current text selection in the message view 
332
333 2003-03-13 [paul]       0.8.11claws5
334
335         * sync with 0.8.11cvs5
336                 see ChangeLog 2003-03-11, 2003-03-12
337
338 2003-03-12 [christoph]  0.8.11claws4
339
340         * src/folder.c
341                 use folder class idstr when writing folderlist.xml
342
343         * src/folder.h
344         * src/imap.c
345         * src/news.c
346                 replace folder type checks with folder class checks
347
348 2003-03-12 [christoph]  0.8.11claws3
349
350         * src/folder.[ch]
351         * src/imap.[ch]
352         * src/main.c
353         * src/mbox_folder.[ch]
354         * src/mh.[ch]
355         * src/news.[ch]
356                 o create a list of known folder classes in the folder system
357                 o use folder class id strings for folder item identifiers
358
359 2003-03-12 [christoph]  0.8.11claws2
360
361         * src/imap.c
362                 fix imap uid validity check
363
364 2003-03-12 [christoph]  0.8.11claws1
365
366         * src/account.c
367         * src/folder.[ch]
368         * src/foldersel.c
369         * src/folderview.c
370         * src/imap.c
371         * src/mainwindow.c
372         * src/mbox_folder.c
373         * src/mh.c
374         * src/news.c
375         * src/prefs_scoring.c
376         * src/procmsg.c
377         * src/setup.c
378         * src/summaryview.c
379                 initial restructuring of folder system, seperating
380                 folders and folder classes
381
382 2003-03-12 [paul]       0.8.11claws
383
384         0.8.11claws release
385
386 2003-03-12 [christoph]
387
388         * src/gtk/prefswindow.c
389                 fix translation of "Page Index"
390
391 2003-03-12 [paul]       0.8.10claws110
392
393         a sync from 0.8.11cvs4 before the release
394
395         * src/common/utils.c
396                 subject_compare_for_sort(): allow null strings (fixes
397                 summary sorting).
398
399 2003-03-11 [paul]       0.8.10claws109
400
401         * po/es.po
402                 update Spanish translation, submitted by
403                 Ricardo Mones Lastra
404
405 2003-03-11 [melvin]     0.8.10claws108
406
407         * po/fr.po
408                 Updated French translations
409
410 2003-03-11 [paul]       0.8.10claws107
411
412         * manual/en/Makefile.am
413           manual/en/*.html
414                 update English manual, add a new page
415                 updated by Francois Barriere <fbarriere@atmel.fr>
416                 
417         * po/bg.po
418           po/it.po
419           po/sr.po
420                 update Bulgarian, Italian, and Serbian translations
421                 submitted by George Danchev, Alessandro Maestri, and
422                 Urke MMI
423
424 2003-03-10 [paul]       0.8.10claws106
425
426         * src/gtk/about.c
427           src/gtk/prefswindow.c
428                 make some strings translatable
429
430 2003-03-10 [darko]      0.8.10claws105
431
432         * src/compose.c
433                 code cleanup to make Hiro happy
434
435 2003-03-10 [paul]       0.8.10claws104
436
437         * sync with 0.8.11cvs2
438                 see ChangeLog 2003-03-10
439
440 2003-03-09 [melvin]     0.8.10claws103
441
442         * src/textview.c
443                 textview_set_font(): fix for message display in
444                 UTF-8 locales (thanks to Sergey Vlasov).
445                 (was unintentionnaly reverted in 0.8.6claws6)   
446
447 2003-03-08 [darko]      0.8.10claws102
448
449         * src/compose.c
450                 fix infinite loop in wrapping as reported
451                 by happycactus
452                 obsoletes patch #696482
453
454 2003-03-08 [christoph]  0.8.10claws101
455
456         * src/imap.c
457                 add workaround for IMAP servers that do not
458                 support the "UID SEARCH UID" command
459
460 2003-03-07 [christoph]  0.8.10claws100
461
462         * src/plugins/spamassassin/spamassassin.[ch]
463         * src/plugins/spamassassin/spamassassin_gtk.c
464                 code cleanup
465
466 2003-03-07 [paul]       0.8.10claws99
467
468         * po/es.po
469                 updated Spanish translation, submitted by
470                 Ricardo Mones Lastra
471
472 2003-03-07 [christoph]  0.8.10claws98
473
474         * src/send.c
475                 fix in 0.8.10claws94 was wrong
476                 local delivery does not require escaping, remove escaping
477                 code to make signatures of mails with "." lines valid
478                 
479                 NOTE: requires that sendmail is executed with "-i" option,
480                       what is the default now, but has to be changed in all
481                       exsiting accounts)
482
483 2003-03-07 [paul]       0.8.10claws97
484
485         * sync with 0.8.11 release
486                 see ChangeLog 2003-03-07
487
488 2003-03-06 [paul]       0.8.10claws96
489
490         * src/compose.c
491                 revert commit 0.8.10claws92
492
493 2003-03-06 [paul]       0.8.10claws95
494
495         * src/folderview.c
496                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
497
498         * src/gtkaspell.c
499                 fix bug 74, 'Crash opening editor window with pseudo-color
500                 display'
501                 
502         Patches submitted by Kevin Vigor <kevin@vigor.nu>
503
504 2003-03-06 [christoph]  0.8.10claws94
505
506         * src/send.c
507                 fix rfc2821 (4.5.2) violation in SMTP data sending,
508                 all lines starting with a period get an extra period
509                 inserted
510                 (found by Simon 'corecode' Schubert)
511
512 2003-03-06 [paul]       0.8.10claws93
513
514         * src/folderview.c
515                 if configured font can't be loaded fall back to gtk
516                 default. (with thanks to Christoph)
517                 
518                 closes long-standing bug 15 'Crashes on startup'
519
520 2003-03-06 [paul]       0.8.10claws92
521
522         * src/compose.c
523                 freeze text before autosave and thaw afterwards
524                 fixes bug 67 'autosave make re-rediting message crazy'
525
526 2003-03-06 [christoph]  0.8.10claws91
527
528         * src/compose.c
529                 ignore address comment in dupe check for Cc-list
530
531         (closes reopened bug 47 Replying to message strips name part of
532          e-mail addresses of Cc: lines)
533
534 2003-03-06 [paul]       0.8.10claws90
535
536         * src/Makefile.am
537                 remove reference to gtkxtext.h as its no longer in
538                 the repository
539
540 2003-03-06 [paul]       0.8.10claws89
541
542         * sync with 0.8.10cvs25
543                 see ChangeLog 2003-03-06
544
545 2003-03-06 [oliver]     0.8.10claws88
546         
547         * src/messageview.c
548                 remove include
549
550 2003-03-06 [oliver]     0.8.10claws87
551         
552         * src/folderview.c 
553                 remove changes introduced inclaws74
554         * src/messageview.c
555                 another attempt to sanely delete and update
556                 messages deleted in separate messageview
557
558 2003-03-05 [christoph]  0.8.10claws86
559
560         * src/summaryview.c
561                 check if "From" matches any account's address if
562                 addressbook completion of addresses is disabled too
563
564         (closes Bug 70 "Display recipient in from" doesn't check
565          folder's default account)
566
567 2003-03-05 [christoph]  0.8.10claws85
568
569         * src/compose.c
570         * src/common/utils.[ch]
571                 don't strip address comments when building Cc lists
572
573         (closes Bug 47 Replying to message strips name part of e-mail addresses
574          of Cc: lines)
575
576         * src/folder.c
577                 fix return value of copy function
578
579 2003-03-05 [christoph]  0.8.10claws84
580
581         * src/imap.c
582                 don't ask imap server for non rfc822 headers
583
584         (closes bug 71 IMAP FETCH asks for FROM header field twice)
585
586         * src/imap.c
587                 destroy session on socket error to allow reconnecting
588
589 2003-03-05 [christoph]  0.8.10claws83
590
591         * configure.ac
592                 fix building with gnome when no prefix is set
593
594         (closes bug 66 Gnome directory is set to NONE)
595
596 2003-03-05 [paul]       0.8.10claws82
597
598         * sync with 0.8.10cvs23
599                 see ChangeLog 2003-03-05
600
601 2003-03-04 [christoph]  0.8.10claws81
602
603         * src/folder.c
604                 o fix moving and copying when folder returns 0 for new
605                   message number
606                 o remove some code for single message copy and move
607                   operations and use functions for multiple messages
608
609         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
610
611         * src/news.c
612                 remove unused include
613
614 2003-03-04 [paul]       0.8.10claws80
615
616         * src/gtk/about.c
617                 list 'Compiled plugins'
618
619 2003-03-03 [christoph]  0.8.10claws79
620
621         * src/news.[ch]
622                 have to multiply the percentage of the current fetch with
623                 the percentage that it has of the total fetch operation
624                 for correct values
625
626 2003-03-03 [christoph]  0.8.10claws78
627
628         * src/news.c
629                 fix calculation of expected lines for progress indicator
630
631 2003-03-03 [christoph]  0.8.10claws77
632
633         * src/summaryview.c
634         * src/common/utils.c
635                 fix segfault when opening the root news folder
636
637 2003-03-03 [christoph]  0.8.10claws76
638
639         * src/mainwindow.[ch]
640         * src/common/Makefile.am
641         * src/common/progressindicator.[ch]
642                 add UI independent progress indicator handling
643
644         * src/news.[ch]
645                 use new progress indicator for message info fetching
646
647         * src/common/hooks.h
648                 code cleanup
649
650 2003-03-03 [oliver]     0.8.10claws75
651
652         * src/toolbar.c
653         * src/compose.c
654                 removed commented code
655
656 2003-03-03 [oliver]     0.8.10claws74
657
658         * src/toolbar.[ch]
659                 cleanups and refactoring
660         * src/compose.[ch]
661                 compose_reply_mode reply & forwarding interface for
662                 toolbar buttons
663         * src/folderview.c
664                 act on messages marked for deletion in folderview_selected
665                 based on prefs_common.immediate_exec since a message might 
666                 have been deleted by messageview in a folder we are changing 
667                 to (does anybody understand what I'm on about ?)
668
669 2003-03-03 [oliver]     0.8.10claws73
670         
671         * src/messageview.[ch]
672                 new functions
673                 - messageview_delete: delete message shown in messagview
674                 - messageview_update_view: update messageview to currently 
675                   selected summaryview message
676                 - add separate messageview to msgview_list in order to update 
677                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
678         * src/summaryview.[ch]
679                 summary_get_selection returns a list of selected msgs
680                 in summaryview
681         * src/mainwindow.c
682                 toolbar reply refactoring
683
684 2003-03-03 [paul]       0.8.10claws72
685
686         * sync with 0.8.10cvs21
687                 see ChangeLog 2003-03-03
688
689 2003-03-02 [christoph]  0.8.10claws71
690
691         * src/common/passcrypt.c
692                 use POSIX includes
693
694 2003-03-02 [christoph]  0.8.10claws70
695
696         * configure.ac
697         * src/prefs_account.c
698         * src/prefs_gtk.[ch]
699         * src/common/.cvsignore
700         * src/common/Makefile.am
701         * src/common/passcrypt.c                ** NEW **
702         * src/common/passcrypt.h.in             ** NEW **
703                 Implement password encryption in config files
704                 using unix encrypt and setkey functions. The crypt
705                 key can be set as a configure parameter. Old
706                 passwords will be converted if they do not begin
707                 with '!'
708
709 2003-03-02 [paul]       0.8.10claws69
710
711         * src/prefs_account.c
712                 fix compile error
713
714 2003-03-01 [thorsten]   0.8.10claws68
715
716         * po/el.po
717           po/hr.po
718           po/it.po
719           po/nl.po
720           po/sr.po
721           po/sv.po
722                 corrected format strings
723         * po/en_GB.po
724                 corrected headers
725                 (fix compile errors with GNU gettext-0.11.5)
726
727 2003-03-01 [oliver]     0.8.10claws67
728
729         * src/summaryview.c
730                 menu callbacks call toolbar_menu_reply
731
732 2003-03-01 [oliver]     0.8.10claws66
733
734         * src/mainwindow.c
735         * src/messageview.c
736                 menu callbacks call toolbar_menu_reply
737         * src/toolbar.[ch]
738                 callbacks from menu handled by toolbar_menu_reply
739
740 2003-03-01 [paul]       0.8.10claws65
741
742         * src/addressbook.c
743                 revert commit 0.8.10claws54 - breaks editing of
744                 addressbook.
745                 
746         * po/bg.po
747                 update Bulgarian translation, submitted by
748                 George Danchev
749
750 2003-02-28 [christoph]  0.8.10claws64
751
752         * src/account.c
753         * src/addressadd.c
754         * src/compose.c
755         * src/gtkaspell.c
756         * src/gtkxtext.h                ** REMOVE **
757         * src/imap.c
758         * src/matcher.[ch]
759         * src/mh.c
760         * src/news.c
761         * src/pine.c
762         * src/prefs_common.c
763         * src/prefs_matcher.c
764         * src/procheader.[ch]
765         * src/procmsg.[ch]
766         * src/toolbar.c
767         * src/common/ssl_certificate.c
768         * src/gtk/colorlabel.c
769         * src/gtk/menu.c
770                 o fix warnings
771                 o remove code obsoleted by new cache and folder system rework
772
773 2003-02-28 [oliver]     0.8.10claws63
774         
775         * src/toolbar.[ch]
776                 * fix bug where reply in Messageview replied to 
777                 Message displayed in summaryview
778                 (reportedd via ML by chinatinte at gmx dot ch)
779                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
780                 didn't work in separate MessageView Toolbar
781                 (wondering if anybody uses this at all ?)
782         * src/summaryview.[ch]
783                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
784                 (generalize reply and forward code);
785         * src/messageview.c 
786                 remove focus_in event which updated summaryview to messageview
787
788 2003-02-28 [paul]       0.8.10claws62
789
790         * po/Makefile.in.in
791                 add the --check option
792                 Patch submitted by Ricardo Mones Lastra
793
794 2003-02-28 [paul]       0.8.10claws61
795
796         * src/prefs_account.c
797                 re-order 'Signature' items
798
799 2003-02-28 [paul]       0.8.10claws60
800
801         * sync with 0.8.10cvs20
802                 see ChangeLog 2003-02-28
803
804 2003-02-28 [paul]       0.8.10claws59
805
806         * po/POTFILES.in
807                 update to reflect recent movement of files
808
809 2003-02-28 [paul]       0.8.10claws58
810
811         * sync with 0.8.10cvs19
812                 see ChangeLog 2003-02-28
813
814 2003-02-27 [martin]     0.8.10claws57
815
816         * src/prefs_matcher.c 
817                 fix segfault in prefs_matcher_ok() when the
818                 last entry is deleted and prevents that the
819                 message "entry not saved" comes up after deleting
820                 an entry
821
822 2003-02-27 [martin]     0.8.10claws56
823
824         * src/prefs_filtering.c 
825                 fix segfault in prefs_filtering_ok() when the
826                 last entry is deleted and prevents that the
827                 message "entry not saved" comes up after deleting
828                 an entry
829
830 2003-02-27 [paul]       0.8.10claws55
831
832         * sync with 0.8.10cvs18
833                 see ChangeLog 2003-02-27
834
835 2003-02-27 [paul]       0.8.10claws54
836
837         * src/addressbook.c
838                 fix bug where the address book crashes with 
839                 multiple lookups.
840                 Patch [687729] submitted by David Frager 
841                 <dbfrager@users.sourceforge.net>
842
843 2003-02-25 [christoph]  0.8.10claws53
844
845         * src/Makefile.am
846         * src/colorlabel.[ch]           ** REMOVE **
847         * src/gtk/Makefile.am
848         * src/gtk/colorlabel.[ch]       ** NEW **
849                 move colorlabel files to gtk directory
850
851         * src/esmtp.[ch]                ** REMOVE **
852                 has been merged into smtp.[ch] in 0.7.5
853
854 2003-02-25 [christoph]  0.8.10claws52
855
856         * src/Makefile.am
857         * src/about.[ch]                ** REMOVE **
858         * src/gtk/Makefile.am
859         * src/gtk/about.[ch]            ** NEW **
860                 move about files to gtk directory
861
862 2003-02-25 [christoph]  0.8.10claws51
863
864         * src/folder.c
865                 some code optimization of folder scanning code
866
867         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
868
869 2003-02-25 [christoph]  0.8.10claws50
870
871         * src/main.c
872         * src/common/sylpheed.c
873                 add command line parameter parsing to common code
874
875 2003-02-24 [christoph]
876
877         * Makefile.am
878         * configure.ac
879                 fix gnome prefix problems, the configure script now removed
880                 `gnome-config --prefix` from `gnome-config --datadir`
881                 and adds $(prefix} instead
882
883         (closes Bug 24 Makefile does not respect prefix when installing
884          GNOME data)
885
886 2003-02-24 [christoph]  0.8.10claws49
887
888         * src/news.c
889                 check for valid session before trying to authenticate
890
891         (closes Bug 60 crash if "authenticate on logon" is activated
892          and newsserver-hostname is not valid)
893
894 2003-02-24 [melvin]     0.8.10claws48
895
896         * src/prefs_actions.c
897                 Make sure all user's input is sent to the action and then
898                 close the socket..
899
900 2003-02-23 [alfons]     0.8.10claws46
901
902         * src/summaryview.c
903                 also wait cursor when deleting files
904
905 2003-02-23 [paul]
906
907         * tools/freshmeat_search.pl
908           tools/google_search.pl
909                 scripts should now work for any browser/browser command line
910
911 2003-02-22 [christoph]  0.8.10claws45
912
913         * src/procmsg.c
914                 fix IMAP flag setting, IMAP flag is not handled correctly
915                 anymore by the folder system and information about the
916                 folder should not be saved in the MsgInfo (in my opinion)
917
918         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
919
920 2003-02-22 [christoph]  0.8.10claws44
921
922         * src/summaryview.c
923                 fix spelling of "label" ;-)
924
925 2003-02-22 [thorsten]   0.8.10claws43
926
927         * src/mimeview.c
928           src/prefs_common.[ch]
929           src/procmime.[ch]
930                 do not use description as attachment name
931
932 2003-02-22 [alfons]     0.8.10claws42
933
934         * src/summaryview.c
935                 freeze/thaw folder item updates when changing color labels,
936                 and put a wait cursors on
937
938 2003-02-22 [thorsten]   0.8.10claws41
939
940         * src/mimeview.c
941                 save-all fixes: crash if invoked on multipart container,
942                 mimeinfo access, pathseparators, error dialog
943
944 2003-02-21 [alfons]     0.8.10claws40
945
946         * src/prefs_gtk.c
947                 remove unused var
948
949 2003-02-21 [colin]      0.8.10claws39
950
951         * src/send.c
952                 Fix smtp logging
953
954 2003-02-21 [colin]      0.8.10claws38
955
956         * src/summaryview.c
957                 Freeze/thaw folderItem updates when filtering messages 
958                 via Tools/Filter messages
959
960 2003-02-21 [paul]       0.8.10claws37
961
962         * src/compose.c
963                 revert commit 0.8.10claws26, there are ulterior motives
964                 for users to set a Reply-To header when posting to
965                 newsgroups
966
967 2003-02-21 [paul]       0.8.10claws36
968
969         * sync with 0.8.10cvs17
970                 see ChangeLog 2003-02-21
971
972 2003-02-20 [christoph]  0.8.10claws35
973
974         * src/imap.c
975                 IMAP UID fetch speedup using SEARCH
976
977         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
978
979         * src/imap.c
980                 fix problem with UIDs in IMAP UID cache that no longer existed
981
982 2003-02-20 [christoph]  0.8.10claws34
983
984         * src/imap.c
985         * src/procheader.c
986         * src/procheader.h
987                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
988
989         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
990
991         * src/imap.c
992                 Rewrite imap_cmd_gen_recv use sock_getline instead
993                 of sock_gets to avoid problems with too long reply
994                 lines
995     
996 2003-02-20 [colin]      0.8.10claws33
997         
998         * src/prefs_account.c
999                 Better wording
1000
1001 2003-02-20 [colin]      0.8.10claws32
1002
1003         * src/compose.c
1004                 Remove useless '&& !to_sender' 
1005
1006 2003-02-20 [darko]
1007
1008         * AUTHORS
1009                 change my e-mail address
1010
1011 2003-02-19 [colin]      0.8.10claws31
1012
1013         * src/prefs_common.c
1014                 X11 style colors for every configurable color
1015
1016 2003-02-19 [alfons]     0.8.10claws30
1017
1018         * src/prefs_gtk.[ch]
1019         * src/prefs_common.c
1020                 for color_new accept both plain integers and X11 style color
1021                 names (as found in /usr/lib/X11/rgb.txt)
1022
1023 2003-02-19 [paul]       0.8.10claws29
1024
1025         * src/mainwindow.c
1026                 add tooltips to online/offline button and account selector
1027                 button
1028
1029 2003-02-19 [paul]       0.8.10claws28
1030
1031         * src/folder.c
1032           src/news.c
1033           src/prefs_account.[ch]
1034           src/prefs_common.[ch]
1035                 move 'Maximum number of articles to download' to
1036                 account prefs.
1037                 clean up account prefs gui a little by hiding entries
1038                 rather then greying out entries
1039
1040 2003-02-19 [hiro]       0.8.10claws27
1041
1042         * src/common/utils.c
1043                 fix bug #54 'yesterdays date is displayed in the message 
1044                 summary window'
1045
1046 2003-02-19 [paul]       0.8.10claws26
1047
1048         * src/compose.c
1049                 fix bug reported in Feature Request [688596] 
1050                 'Reply-to header in news'
1051
1052 2003-02-18 [paul]       0.8.10claws25
1053
1054         * src/select-keys.c
1055                 add a 'List all keys' button to key selection dialog
1056
1057 2003-02-18 [colin]      0.8.10claws24
1058         
1059         * src/stock_pixmap.c
1060                 fix compile error
1061
1062 2003-02-18 [colin]      0.8.10claws23
1063
1064         * src/common/smtp.[ch]
1065           src/prefs_account.c
1066                 Try to starttls if it seems to be the only
1067                 way to authenticate a user
1068
1069 2003-02-18 [paul]       0.8.10claws22
1070
1071         * src/Makefile.am
1072           src/folderview.c
1073           src/stock_pixmap.[ch]
1074           src/pixmaps/drafts_close.xpm  ** NEW FILE **
1075           src/pixmaps/drafts_open.xpm   ** NEW FILE **
1076                 as a Drafts folder is a special folder allow it to have
1077                 its own unique icons
1078
1079 2003-02-18 [colin]      0.8.10claws21
1080
1081         * src/imap.c
1082                 Fix port selection when using starttls
1083
1084 2003-02-18 [paul]       0.8.10claws20
1085
1086         * src/mainwindow.c
1087           src/prefs_common.[ch]
1088                 make blue the default new mail colour
1089
1090 2003-02-18 [paul]       0.8.10claws19
1091
1092         * sync with 0.8.10cvs14
1093                 see ChangeLog 2003-02-18
1094
1095 2003-02-17 [jens]       0.8.10claws18
1096
1097         * src/common/md5.c
1098                 fixed a compile problem with gcc 3.3
1099                 works on 2.95.3 too (testet on PPC as it is big endian)
1100
1101 2003-02-17 [paul]       0.8.10claws17
1102
1103         * sync with 0.8.10cvs13
1104                 see ChangeLog 2003-02-17
1105
1106 2003-02-17 [paul]       0.8.10claws16
1107
1108         * sync with 0.8.10cvs12
1109                 see ChangeLog 2003-02-17
1110
1111 2003-02-16 [match]      0.8.10claws15
1112
1113         * src/addressbook.c
1114                 Eliminates reloading of address data when items
1115                 deleted or added. Applied submitted by
1116                 Luke Plant <lukeplant@softhome.net>
1117
1118 2003-02-16 [paul]       0.8.10claws14
1119
1120         * src/news.c
1121                 when a 'protocol error' is encountered disconnect from
1122                 the server. This means that the user can carry on viewing
1123                 other articles and doesn't have to either wait until the
1124                 server timesout or quit sylpheed.
1125                 Fixes bug #53 'Unable to read messages in newsgroups, 
1126                 displayed message doesn't change'
1127
1128 2003-02-15 [christoph]  0.8.10claws13
1129
1130         * src/imap.c
1131                 fix bug that stopped scanning of folders when an
1132                 IMAP folder was empty
1133
1134         (closes bug 46 stop scan messages in folders after empty folder)
1135
1136 2003-02-15 [paul]
1137
1138         * tools/Makefile.am
1139           tools/README
1140           tools/freshmeat_search.pl     ** NEW FILE **
1141           tools/google_search.pl        ** NEW FILE **
1142                 Add 2 Actions scripts which search freshmeat/google
1143                 for the selected text using the browser configured
1144                 in sylpheedrc.
1145                 
1146         Note: These scripts are very dependent on the format of the
1147         browser command and may not work on every occasion. Testing
1148         is welcome. 
1149
1150 2003-02-14 [alfons]     0.8.10claws12
1151
1152         * src/compose.c
1153                 fix breakage because of uninitialized account pointer.
1154                 please verify.
1155
1156 2003-02-14 [paul]       0.8.10claws11
1157
1158         * src/compose.c
1159           src/prefs_account.[ch]
1160           src/prefs_common.[ch]
1161                 move signature settings to Account Prefs
1162
1163 2003-02-14 [paul]       0.8.10claws10
1164
1165         * sync with 0.8.10cvs11
1166                 see ChangeLog 2003-02-14
1167
1168 2003-02-13 [thorsten]   0.8.10claws9
1169
1170         * src/news.c
1171                 revert news progressbar (GUI separation)
1172
1173 2003-02-13 [paul]       0.8.10claws8
1174
1175         * src/compose.c
1176                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
1177                 paragraph 1
1178
1179 2003-02-13 [paul]       0.8.10claws7
1180
1181         * src/compose.[ch]
1182           src/summaryview.c
1183                 fix 'Follow-up and Reply-to' so that it creates a reply to
1184                 the newsgroup and the sender. If the message has the keyword
1185                 'poster' in the Followup-To header, all replies go to the
1186                 sender, re: RFC 1036, Section 2.2.3
1187                 rename all instances of 'ignore_replyto' to 'to_sender', both
1188                 were previously used, now we use just one.
1189
1190 2003-02-13 [paul]       0.8.10claws6
1191
1192         * sync with 0.8.10cvs9
1193                 see ChangeLog 2003-02-13
1194
1195 2003-02-13 [paul]       0.8.10claws5
1196
1197         * configure.ac
1198                 show which plugins are configured in the configure
1199                 output.
1200
1201 2003-02-12 [thorsten]   0.8.10claws4
1202
1203         * src/news.c
1204                 show progress while fetching news headers
1205
1206 2003-02-12 [christoph]  0.8.10claws3
1207
1208         * configure.ac
1209         * src/plugins/Makefile.am
1210                 use AM_CONDITIONAL to enable plugins, automake correctly
1211                 manages this when creating distdir
1212
1213 2003-02-12 [christoph]  0.8.10claws2
1214
1215         * ac/spamassassin.m4
1216         * src/plugins/spamassassin/Makefile.am
1217                 fix building SpamAssassin plugin without OpenSSL
1218
1219 2003-02-12 [paul]       0.8.10claws1
1220
1221         * ac/Makefile.am
1222           src/Makefile.am
1223           src/plugins/Makefile.am
1224                 fix failure of 'make release'
1225
1226 2003-02-12 [paul]       0.8.10claws
1227
1228         * 0.8.10claws released
1229
1230 2003-02-12 [paul]       0.8.9claws56
1231
1232         * po/bg.po
1233           po/es.po
1234           po/it.po
1235           po/ru.po
1236           po/sr.po
1237                 updated translations by George Danchev, Ricardo Mones Lastra,
1238                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
1239                 
1240         * sylpheed.spec.in
1241                 Allow the building of RPMs by a regular user. Submitted
1242                 by Sergei Astanin
1243
1244 2003-02-11 [alfons]     0.8.9claws55
1245
1246         * src/colorlabel.c
1247                 don't use pixmaps for label color rect but draw rectangles
1248                 so we can respect the color map of palette based visuals
1249                 (fixes the long time crashes on Suns - thanks to Andreas
1250                 Engel and Steve O'Hara-Smith for testing)
1251
1252 2003-02-11 [christoph]  0.8.9claws54
1253
1254         * src/matcher_parser_parse.y
1255                 correct bug where filering rules of not existing folders in
1256                 matcherrc were added to global filtering
1257                 
1258         (closes Debian Bug #180253 - Directory's filter-rules are merged with
1259          main filter-rules after removing directory, http://bugs.debian.org/180253)
1260         
1261 2003-02-11 [paul]       0.8.9claws53
1262
1263         * sync with 0.8.10cvs7
1264                 see ChangeLog 2003-02-09
1265
1266 2003-02-11 [melvin]     0.8.9claws52
1267
1268         * po/fr.po
1269                 Updated French tranlsations
1270
1271 2003-02-10 [paul]       0.8.9claws51
1272
1273         * sylpheed.spec.in
1274                 correct --enable-openssl
1275                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
1276
1277 2003-02-09 [martin]     0.8.9claws50
1278
1279         * src/prefs_matcher.c
1280                 fix segfault in prefs_matcher_substitute_cb() when
1281                 no row is selected
1282
1283 2003-02-09 [paul]       0.8.9claws49
1284
1285         * src/folderview.c
1286                 fix bug where a newsgroup folder's processing rules were
1287                 merged with the global filtering rules when the newsgroup
1288                 folder was deleted, causing some seriously bad results,
1289                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
1290
1291 2003-02-08 [melvin]     0.8.9claws48
1292
1293         * src/compose.c
1294                 Corrected and modified an alert message.
1295
1296 2003-02-07 [paul]       0.8.9claws47
1297
1298         * src/folderview.c
1299                 fix bug where both an 'Account properties' window and a
1300                 'Folder properties' window were opened when clicking on
1301                 'Properties' in an NNTP or IMAP folder's popup menu.
1302
1303 2003-02-07 [paul]       0.8.9claws46
1304
1305         * sync with 0.8.10cvs6
1306                 see ChangeLog 2003-02-06
1307
1308 2003-02-06 [christoph]  0.8.9claws45
1309
1310         * src/mbox.c
1311                 freeze folder updates while importing mbox files
1312                 (closes bug 43 importing mbox took hours)
1313                 
1314         Patch submitted by Jens Rantil <jens.rantil@telia.com>
1315
1316 2003-02-06 [thorsten]   0.8.9claws44
1317
1318         * po/de.po
1319                 Updated german translations
1320
1321 2003-02-06 [thorsten]   0.8.9claws43
1322
1323         * src/news.h
1324                 use guint for message numbers (fix count in grouplist dialog)
1325
1326 2003-02-05 [paul]       0.8.9claws42
1327
1328         * sync with 0.8.10cvs2
1329                 see ChangeLog 2003-02-05
1330
1331 2003-02-04 [colin]      0.8.9claws41
1332
1333         * src/prefs_common.[ch]
1334           src/procmsg.c
1335           src/summaryview.c
1336                 Add an option to disable threading by subject
1337
1338 2003-02-04 [christoph]  0.8.9claws40
1339
1340         * src/inc.c
1341                 only abort fetching mails from multiple accounts when the
1342                 error is fatal and does not allow to check any more accounts
1343                 (currently only disk full error)
1344
1345         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
1346          receive mails for other accouts)
1347
1348 2003-02-04 [christoph]  0.8.9claws39
1349
1350         * src/folder.c
1351                 first add the new message to the cache, then
1352                 send the update notification
1353
1354         (closes bug 39 after sending message folderview doesnt get updated)
1355
1356 2003-02-04 [colin]      0.8.9claws38
1357
1358         * src/inc.c
1359                 _really_ fix this Connecting... status
1360
1361 2003-02-04 [paul]       0.8.9claws37
1362
1363         * sync with 0.8.10
1364                 see ChangeLog 2003-02-04
1365
1366 2003-02-04 [paul]       0.8.9claws36
1367
1368         * sync with 0.8.9cvs6
1369                 see ChangeLog 2003-02-03
1370
1371 2003-02-04 [paul]       0.8.9claws35
1372
1373         * po/pt_BR.po
1374                 updated by André Filipe de Assunção e Brito 
1375                 <bedecko@netsite.com.br>
1376
1377 2003-02-03 [thorsten]   0.8.9claws34
1378
1379         * po/de.po
1380                 Updated german translations
1381
1382 2003-02-02 [paul]       0.8.9claws33
1383
1384         * po/es.po
1385                 updated by Ricardo Mones Lastra
1386
1387 2003-02-02 [thorsten]   0.8.9claws32
1388
1389         * src/mh.c
1390                 Fix mh_get_msginfo() segfault if file is inaccessible
1391
1392 2003-01-31 [colin]      0.8.9claws31
1393
1394         * src/procheader.c
1395                 Fix last commit's bug
1396
1397 2003-01-31 [colin]      0.8.9claws30
1398
1399         * src/procheader.c
1400                 Missing a change for gpg-signed messages
1401
1402 2003-01-31 [paul]       0.8.9claws29
1403
1404         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
1405           src/procheader.c
1406           src/stock_pixmap.[ch]
1407           src/summaryview.c
1408                 indicate GnuPG signed messages by displaying an icon
1409                 in the Attachment column.
1410
1411 2003-01-31 [paul]       0.8.9claws28
1412
1413         * sync with 0.8.9cvs4
1414                 see ChangeLog 2003-01-31
1415
1416 2003-01-31 [alfons]     0.8.9claws27
1417
1418         * src/textview.c
1419                 tune URI parser to accept mailto URLs with a '?'
1420                 (patch from Ruslan Balkin)
1421
1422 2003-01-31 [colin]      0.8.9claws26
1423
1424         * src/summaryview.c
1425                 Fix a leak introduced in claws24
1426
1427 2003-01-31 [colin]      0.8.9claws25
1428
1429         * src/summaryview.c
1430                 Freeze/Thaw folder updates when deleting dups
1431
1432 2003-01-31 [colin]      0.8.9claws24
1433         
1434         * src/addr_compl.c
1435           src/summaryview.c
1436           src/msgcache.c
1437                 little speed improvements
1438
1439 2003-01-31 [colin]      0.8.9claws23
1440
1441         * src/summaryview.c
1442                 Fix segfault when forwarding nothing
1443                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
1444                 
1445 2003-01-30 [paul]       0.8.9claws22
1446
1447         * sync with 0.8.9cvs3
1448                 see ChangeLog 2003-01-30
1449
1450 2003-01-30 [paul]       0.8.9claws21
1451
1452         * sync with 0.8.9cvs2
1453                 see ChangeLog 2003-01-30
1454
1455 2003-01-29 [paul]       0.8.9claws20
1456
1457         * sync with 0.8.9cvs1
1458                 see ChangeLog 2003-01-29
1459
1460 2003-01-28 [paul]       0.8.9claws19
1461
1462         * po/POTFILES.in
1463                 update to reflect changes. 
1464                 thanks to Ricardo Mones Lastra
1465
1466 2003-01-27 [christoph]  0.8.9claws18
1467
1468         * ac/openssl.m4
1469         * ac/spamassassin.m4
1470         * src/plugins/spamassassin/README
1471         * src/plugins/spamassassin/libspamc.[ch]
1472         * src/plugins/spamassassin/utils.[ch]
1473                 updated to latest libspamc
1474
1475 2003-01-27 [christoph]  0.8.9claws17
1476
1477         * src/folder.c
1478                 fix wrong use of procheader_get_header_fields
1479
1480 2003-01-27 [christoph]  0.8.9claws16
1481
1482         * src/news.c
1483         * src/prefs_account.[ch]
1484         * src/common/nntp.[ch]
1485                 allow to force authentication for NNTP servers
1486
1487         Patch submitted by Florian Mickler <dmk@d-labs.de>
1488
1489 2003-01-26 [paul]       0.8.9claws15
1490
1491         * src/summaryview.c
1492                 speed up of marking messages as read
1493                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
1494
1495 2003-01-26 [christoph]  0.8.9claws14
1496
1497         * src/Makefile.am
1498         * src/mgutils.[ch]              ** REMOVE **
1499         * src/xml.[ch]                  ** REMOVE **
1500         * src/xmlprops.[ch]             ** REMOVE **
1501         * src/common/Makefile.am
1502         * src/common/mgutils.[ch]       ** NEW **
1503         * src/common/xml.[ch]           ** NEW **
1504         * src/common/xmlprops.[ch]      ** NEW **
1505                 move xml files to common directory
1506
1507 2003-01-26 [christoph]  0.8.9claws13
1508
1509         * src/plugins/spamassassin/spamassassin_gtk.c
1510                 only set gtk entry text if string is available
1511
1512 2003-01-26 [melvin]     0.8.9claws12
1513
1514         * src/description_window.c
1515                 Allow resizing of the window
1516                 Allow automatic horizontal scroll bar
1517                 Do not vertically expand and fill
1518
1519 2003-01-26 [christoph]  0.8.9claws11
1520
1521         * src/Makefile.am
1522         * src/gtkutils.[ch]             ** REMOVE **
1523         * src/common/sylpheed.c
1524         * src/gtk/Makefile.am
1525         * src/gtk/description_window.c
1526         * src/gtk/gtkutils.[ch]         ** NEW **
1527         * src/gtk/prefswindow.c
1528                 move gtkutils to gtk directory
1529
1530 2003-01-26 [paul]       0.8.9claws10
1531
1532         * src/summaryview.c
1533                 rename summary_unread_clicked() to summary_status_clicked()
1534
1535 2003-01-26 [melvin]     0.8.9claws9
1536
1537         * src/prefs_actions.c
1538                 Cosmetical changes to the help text
1539
1540 2003-01-26 [paul]       0.8.9claws8
1541
1542         * src/folder.[ch]
1543           src/mainwindow.c
1544           src/prefs_common.c
1545           src/prefs_sumamry_column.c
1546           summaryview.[ch]
1547                 rename the 'Unread' column to 'Status'
1548
1549 2003-01-25 [match]      0.8.9claws7
1550
1551         * src/mgutils.[ch]
1552                 removed reference to LDAP constants. removed error2string.
1553                 included functions to support LDAP dynamic queries.
1554         * src/syldap.h
1555                 moved LDAP constants here.
1556         * src/addressbook.c
1557         * src/addrindex.c
1558         * src/importldif.c
1559                 removed references to LDAP constants and references to
1560                 error2string.
1561
1562 2003-01-25 [paul]       0.8.9claws6
1563
1564         * src/summaryview.c
1565                 summary_thread_build(), summary_thread_init(): remove 
1566                 unneeded reference to summaryview->folder_item
1567
1568 2003-01-25 [christoph]  0.8.9claws5
1569
1570         * src/gtk/description_window.c
1571                 o allow description texts to expand over multiple columns
1572                 o translate all columns
1573         * src/prefs_actions.c
1574                 change syntax description to use new multi column feature
1575
1576         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
1577
1578 2003-01-25 [match]      0.8.9claws4
1579
1580         * src/vcard.c
1581                 fixed bug with Quoted-Printable
1582
1583 2003-01-25 [paul]       0.8.9claws3
1584
1585         * src/folder.[ch]
1586           src/summaryview.[ch]
1587                 implement per-folder collapsed/expanded threads setting
1588                 
1589         * src/prefs_common.c
1590                 remove global collapsed/expanded threads option
1591
1592 2003-01-25 [christoph]  0.8.9claws2
1593
1594         * po/POTFILES.in
1595                 add pluginwindow and prefswindow
1596         * src/compose.c
1597                 make send respond correctly to messages that could be added
1598                 to the queue folder, but the UID of the message is unknown
1599         * src/folder.c
1600         * src/imap.c
1601                 don't return guessed UIDs in imap_add_msg anymore. We return
1602                 0 to tell the folder system it was appened but the UID is
1603                 unknown. Folder system now get's the UID by scaning the folder
1604                 and searching the cache for the Message-ID
1605                 (closes bug #29 Messages queued, but not sent)
1606
1607 2003-01-25 [paul]       0.8.9claws1
1608
1609         * src/codeconv.c
1610                 conv_encode_header():  fix bug when long headers with 8-bit
1611                 characters are used, so that the encoded words are wrapped.
1612                 If the space in the original text falls on the wrap boundary,
1613                 it can be lost.
1614                 Patch by Sergey Vlasov.
1615                 
1616         * src/folderview.c
1617                  fix bug where a change to the sorting method or thread view
1618                  of a folder's messages is lost if simpify-subject is set and
1619                  toggled on or off.
1620                  Patch by Luke Plant.
1621
1622 2003-01-24 [paul]       0.8.9claws
1623
1624         * sylpheed-0.8.9claws released
1625         
1626         * Makefile.am
1627           sylpheed.spec.in
1628                 remove reference to 'INSTALL.jp'
1629
1630 2003-01-23 [paul]       0.8.8claws128
1631
1632         * po/es.po
1633           po/it.po
1634           po/ru.po
1635           po/sr.po
1636                 updated translations. submitted by Ricardo Mones Lastra,
1637                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
1638
1639 2003-01-23 [colin]      0.8.8claws127
1640
1641         * src/compose.c
1642                 Fix drafted and queued news articles re-edition
1643
1644 2003-01-23 [melvin]     0.8.8claws126
1645
1646         * po/fr.po
1647                 Updated French translations
1648
1649 2003-01-23 [colin]      0.8.8claws125
1650
1651         * src/inc.c
1652                 Fix "Connecting to..." status message
1653
1654 2003-01-22 [paul]       0.8.8claws124
1655
1656         * po/bg.po
1657                 updated by George Danchev
1658                 
1659         * src/folder.c
1660                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
1661                 and folder deletion
1662
1663 2003-01-21 [paul]       0.8.8claws123
1664
1665         * po/bg.po
1666                 updated by George Danchev
1667                 
1668         * src/about.c
1669                 its now 2003
1670                 
1671         * src/toolbar.c
1672                 don't translate 'Separator'
1673                 
1674         * src/plugins/spamassassin/Makefile.am
1675                 add aspell to CPPFLAGS
1676                 
1677         * src/plugins/spamassassin/spamassassin.c
1678           src/plugins/spamassassin/spamassassin_gtk.c
1679                 set correct default for spamassassin_receive_spam
1680                 slightly re-word descriptions and some
1681                 other minor changes
1682
1683 2003-01-19 [alfons]     0.8.8claws122
1684                 
1685         * src/mimeview.c
1686                 mimeview_save_as(): we might as well show the file name for
1687                 the single case "Save As" too
1688
1689 2003-01-19 [alfons]     0.8.8claws121
1690
1691         * src/crash.c
1692                 change bug tracker URL to bugzilla URL
1693
1694 2003-01-19 [alfons]     0.8.8claws120
1695
1696         * src/mimeview.c
1697                 mimeview_save_all(): display name of file before overwriting;
1698                 continue saving all, even when one overwrite was cancelled
1699
1700 2003-01-19 [christoph]  0.8.8claws119
1701
1702         * src/summaryview.c
1703         * src/procmsg.[ch]
1704                 fix wrong usage of procmsg_find_children in summaryview
1705                 by using procmsg_update_unread_children instead of
1706                 summaryview_update_unread_children
1707
1708 2003-01-19 [christoph]  0.8.8claws118
1709
1710         * src/procmsg.c
1711                 fix infinite loop in procmsg_find_children
1712                  (closes bug #25 sylpheed crashes on delete.)
1713
1714         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
1715
1716 2003-01-19 [paul]       0.8.8claws117
1717
1718         * po/pt_BR.po
1719                 updated by Ivan Francolin Martinez
1720
1721 2003-01-18 [melvin]     0.8.8claws116
1722
1723         * src/prefs_actions.c
1724                 Removed syntax limitation of only one '&' at the end of command.
1725                         Now actions that contain '>/dev/null 2>&1' are possible.
1726
1727 2003-01-18 [melvin]     0.8.8claws115
1728
1729         * src/prefs_actions.c
1730                 Actions IO dialog: when the action ends
1731                 the "Close" button now has focus and [Escape] closes the
1732                 window.
1733
1734 2003-01-18 [christoph]  0.8.8claws114
1735
1736         * src/procmsg.c
1737                 o add debug output when MsgInfos are really freed
1738                 o free GSLists in procmsg_find_children and
1739                   procmsg_update_unread_children
1740
1741 2003-01-18 [christoph]  0.8.8claws113
1742
1743         * src/mainwindow.c
1744                 reorder Configuration menu
1745
1746 2003-01-18 [christoph]  0.8.8claws112
1747
1748         * src/compose.c
1749                 fix applying templates to forwarded messages
1750
1751         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
1752
1753 2003-01-17 [christoph]  0.8.8claws111
1754
1755         * src/folder.c
1756                 destroy folder items, when a folder item is removed
1757
1758 2003-01-17 [christoph]  0.8.8claws110
1759
1760         * src/folder.c
1761                 fix wrong folder stats update when ignored message is
1762                 deleted
1763
1764 2003-01-17 [colin]      0.8.8claws109
1765         
1766         * src/mainwindow.c
1767         * src/summaryview.c
1768                 Quicksearch bugfixes: 
1769                 - hide help button at startup if not extended
1770                 - switch to extended when looking for replies
1771
1772 2003-01-17 [paul]
1773
1774         * sync with 0.8.9 release
1775
1776 2003-01-17 [paul]       0.8.8claws108
1777
1778         * sync with 0.8.8cvs11
1779                 see ChangeLog 2003-01-17
1780
1781 2003-01-16 [colin]      0.8.8claws107
1782
1783         * src/procmsg.c
1784                 Changed encryption test to re-ask passphrase
1785                 if an encrypted message hasn't been decrypted
1786                 Fixes bug #5
1787
1788 2003-01-16 [christoph]  0.8.8claws106
1789
1790         * src/prefs_gtk.c
1791         * src/prefs_toolbar.c
1792         * src/gtk/prefswindow.h
1793         * src/plugins/spamassassin/spamassassin_gtk.c
1794                 remove page destroy function that is not used anymore
1795
1796 2003-01-16 [paul]       0.8.8claws105
1797
1798         * sync with 0.8.8cvs9
1799                 see ChangeLog 2002-01-16
1800
1801 2003-01-16 [colin]      0.8.8claws104
1802
1803         * src/compose.[ch]
1804                 Fix bug with autosaved drafts for IMAP, when draft
1805                 folder is specified - fixes bugzilla bug #20
1806
1807 2003-01-15 [paul]       0.8.8claws103
1808
1809         * src/compose.[ch]
1810           src/procmsg.c
1811                 store folder and message-id of message forwarding
1812                 in queue header and set forward flag after sending
1813
1814 2003-01-15 [paul]       0.8.8claws102
1815
1816         * sync with 0.8.8cvs8
1817                 see ChangeLog 2002-01-15
1818
1819 2003-01-15 [colin]      0.8.8claws101
1820
1821         * src/Makefile.am
1822                 Fix linking with GNU libiconv
1823
1824 2003-01-15 [darko]      0.8.8claws100
1825
1826         * src/pine.c
1827                 fix crash when importing pine address book
1828                 entry with an empty name (reported by DY
1829                 <dybulk at tri8.net>)
1830
1831 2003-01-14 [paul]       0.8.8claws99
1832
1833         * configure.in  ** REMOVED **
1834           configure.ac  ** NEW FILE **
1835                 rename configure.in to configure.ac, as it is now
1836                 preferred
1837
1838 2003-01-14 [melvin]     0.8.8claws98
1839
1840         * src/folderview.c
1841                 folderview_check_new(): More precise function description
1842
1843 2003-01-14 [melvin]     0.8.8claws97
1844
1845         * src/folderview.c
1846                 folderview_check_new(): return the number of new messages 
1847                         since last check.
1848         * src/inc.c
1849                 inc_account_mail(): Disable counting of new messages for IMAP
1850                         and NNTP until bug [19] and [14] are fixed.
1851
1852 2003-01-14 [paul]       0.8.8claws96
1853
1854         * sync with 0.8.8cvs6
1855                 see ChangeLog 2003-01-14
1856
1857 2003-01-13 [alfons]     0.8.8claws95
1858
1859         * src/textview.c
1860                 tune email address validation (c. 0.8.8claws89): if . is 
1861                 just one char away from @, the address is invalid too 
1862                 (correctly rejects addresses like foo@.com)
1863
1864 2003-01-13 [paul]       0.8.8claws94
1865
1866         * src/messageview.c
1867           src/toolbar.c
1868                 fixes to the Message View toolbar and menu:
1869                 fix non-functioning Forward button
1870                 make Reply button consider default_reply_list
1871                 remove 'Follow-up...' menu entry
1872                 add 'Forward' and 'Redirect' menu entries
1873
1874 2003-01-13 [melvin]     0.8.8claws93
1875
1876         * src/inc.c
1877                 Fixed typo that could make new messages count incorrect.
1878
1879 2003-01-13 [melvin]     0.8.8claws92
1880
1881         * src/folderview.[ch]
1882                 folderview_check_new(): return the number of new messages.
1883         * src/inc.c
1884                 Should fix bug [14] where new mail notification worked 
1885                         incorrectly with IMAP accounts.
1886                 inc_spool_account(): return number of new msgs, or -1 on error
1887                 inc_all_spool(): return number of new msgs
1888                 
1889 2003-01-13 [melvin]     0.8.8claws91
1890
1891         * src/prefs_actions.c
1892                 Justify help text.
1893
1894 2003-01-12 [thorsten]   0.8.8claws90
1895
1896         * src/common/prefs.c
1897                 close file before rename
1898
1899 2003-01-12 [alfons]     0.8.8claws89
1900
1901         * AUTHORS
1902                 add Christian Mertes
1903         * src/common/utils.[ch]
1904                 g_stricase_hash(), g_stricase_equal(): functions for 
1905                 case insensitive hash tables
1906         * src/textview.c
1907                 use top level domain names to validate email address, based
1908                 on a patch by Christian Mertes (thanks!), but changed 
1909                 implementation to use a hash table 
1910
1911 2003-01-12 [paul]       0.8.8claws88
1912
1913         * po/bg.po
1914                 updated by George Danchev
1915
1916 2003-01-12 [alfons]     0.8.8claws87
1917
1918         * src/summaryview.c
1919                 delete / execute performance: use new style folder update
1920
1921 2003-01-12 [paul]       0.8.8claws86
1922
1923         * sync with 0.8.8cvs5
1924                 see ChangeLog 2003-01-13 (!)
1925
1926 2003-01-12 [alfons]     0.8.8claws85
1927
1928         * src/filtering.c
1929         * src/matcher_parser_parse.y
1930                 prepare change_score filtering action
1931         * src/matcher.[ch]
1932                 give up const-correctness on functions that call non-const-correct functions;
1933                 several casts to gpointer in g_free();
1934                 add change_score;
1935
1936 2003-01-12 [christoph]  0.8.8claws84
1937
1938         * src/compose.c
1939                 fix 2 warnings
1940
1941         * src/gtk/prefswindow.[ch]
1942         * src/plugins/spamassassin/spamassassin_gtk.c
1943                 changed the call of the widget create function
1944                 for PrefsPages, because sometimes the widget
1945                 create function needs a widget that already has
1946                 been attached to a window (to create GDK pixmaps
1947                 for exmaple). So we simply pass the GtkWindow as
1948                 the second parameter now.
1949
1950         * src/main.c
1951         * src/mainwindow.c
1952         * src/prefs_toolbar.[ch]
1953                 rewrite Toolbar Preferences using the new
1954                 prefs window
1955
1956 2003-01-11 [alfons]     0.8.8claws83
1957
1958         * src/addressadd.c
1959                 fix crash when adding sender to addressbook because status bar
1960                 isn't there (the status bar doesn't seem to be used though,
1961                 but I'll let Match decide what to do with it)
1962
1963 2003-01-11 [colin]      0.8.8claws82
1964
1965         * src/main.c
1966           src/toolbar.c
1967                 Two useless changes reversed
1968
1969 2003-01-11 [colin]      0.8.8claws81
1970
1971         * src/mainwindow.c
1972           src/mainwindow.h
1973                 Add mainwindow_get_mainwindow()
1974         * src/alertpanel.c
1975           src/alertpanel.h
1976                 Add alertpanel_error_log() 
1977         * src/compose.c
1978           src/inc.c
1979           src/messageview.c
1980           src/toolbar.c
1981           src/main.c
1982           src/procmsg.c
1983                 Network errors get a View Log button
1984
1985 2003-01-10 [alfons]     0.8.8claws80
1986
1987         * src/prefs_toolbar.c
1988         * src/toolbar.c
1989                 use the translatable string for "Separator" as file name for
1990                 separator toolbar items (probably make this uppercase?)
1991
1992 2003-01-10 [alfons]     0.8.8claws79
1993
1994         * src/prefs_toolbar.c
1995                 put right A_SEPARATOR description string in "displayed
1996                 toolbar items list" so manually added separators are
1997                 saved correctly (bug #10, "Adding a separator to the main 
1998                 toolbar fails, entry in xml file is wrong")
1999
2000 2003-01-10 [christoph]  0.8.8claws78
2001
2002         * src/imap.c
2003                 o fix warnings
2004                 o use CAPABILITY to check if NAMESPACE is available
2005
2006 2003-01-10 [christoph]  0.8.8claws77
2007
2008         * src/imap.[ch]
2009                 apply UIDPLUS IMAP extension support patch
2010
2011         Patch submitted by Simon 'corecode' Schubert
2012
2013 2003-01-10 [paul]       0.8.8claws76
2014
2015         * src/folderview.c
2016                 a sync from main which fixes the news account folders'
2017                 Properties bug
2018
2019 2003-01-10 [christoph]  0.8.8claws75
2020
2021         * src/folder.c
2022                 don't accept 0 as a valid uid returned by copy and move
2023                 functions. 0 means the message was copied or moved but the
2024                 new uid could not be fetched. It is not an error condition
2025                 for the copy or move operation.
2026
2027 2003-01-10 [paul]       0.8.8claws74
2028
2029         * src/prefs_filtering.c
2030                 change English used in Alert when entry is not
2031                 saved.
2032                 
2033         * sync with 0.8.8cvs4
2034                 see ChangeLog 2003-01-10
2035
2036 2003-01-10 [darko]      0.8.8claws73
2037
2038         * src/pine.c
2039                 fix crash when importing address book entry
2040                 without a valid address
2041
2042 2003-01-09 [alfons]     0.8.8claws72
2043
2044         * src/inc.c
2045                 filtering performance: use new style folder update
2046
2047 2003-01-09 [christoph]  0.8.8claws71
2048
2049         * src/compose.c
2050         * src/gtk/menu.[ch]
2051                 fix wrong selecting of mime encoding type, when
2052                 opening property dialog of attachments in the
2053                 compose window. 7bit was always selected and that
2054                 destoryed files with 8bit data.
2055                 (closes bug #9 Sylpheed-claws destroys attachments when
2056                  changing MIME-types)
2057
2058 2003-01-09 [paul]       0.8.8claws70
2059
2060         * sync with 0.8.8cvs3
2061                 see ChangeLog 2003-01-09
2062
2063 2003-01-08 [alfons]     0.8.8claws69
2064         
2065         * src/addressadd.c
2066                 apply patch by Kim Schulz to fix build breakage
2067                 because of missing variable
2068
2069 2003-01-08 [paul]       0.8.8claws68
2070
2071         * sync with 0.8.8cvs2
2072                 see ChangeLog 2002-01-08
2073
2074 2003-01-08 [paul]       0.8.8claws67
2075
2076         * po/it.po
2077                 updated by Alessandro Maestri
2078                 
2079         * src/addressadd.c
2080                 when using 'Add sender to addressbook' allow
2081                 name to be edited and remarks to be entered
2082                 Patch submitted by Luke Plant
2083
2084 2003-01-08 [darko]      0.8.8claws66
2085
2086         * README.claws, src/summaryview.c
2087                 fix description for marked messages
2088
2089 2003-01-08 [paul]
2090
2091         * tools/Makefile.am
2092           tools/launch_phoenix  ** NEW FILE **
2093                 add script that enables using Phoenix as the default
2094                 web browser. 
2095                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
2096                 
2097         * tools/OOo2sylpheed.pl
2098                 remove full path to sylpheed executable, just 'sylpheed'
2099                 will do
2100                 
2101         * tools/README
2102                 add launch_phoenix informtion and re-arrange and compress
2103                 the data a little
2104
2105 2003-01-07 [christoph]  0.8.8claws65
2106
2107         * src/folder.c
2108                 fix update for source folder when moving messages
2109         * src/procmsg.[ch]
2110         * src/summaryview.c
2111                 use function to set to_folder for message infos and
2112                 automatically update the op_count for old and new
2113                 folder
2114
2115 2003-01-07 [melvin]     0.8.8claws64
2116
2117         * src/prefs_actions.c
2118                 Fixed bug where an '%p' Action on a displayed image crashed 
2119                         Sylpheed
2120                 Code clean up (get rid of duplicated code and removed unnecessary 
2121                                 structure member)
2122
2123 2003-01-07 [christoph]  0.8.8claws63
2124
2125         * src/compose.c
2126         * src/folder.[ch]
2127         * src/folderview.c
2128         * src/import.c
2129         * src/inc.c
2130         * src/main.c
2131         * src/mainwindow.c
2132         * src/messageview.c
2133         * src/prefs_folder_item.c
2134         * src/procmsg.c
2135         * src/summaryview.c
2136         * src/toolbar.c
2137                 o remove all folder update triggering from the UI code. The folder
2138                   system should know much better when a folder needs an update.
2139                 o to prevent multiple updates in a row the folder updates can be
2140                   frozen for some time.
2141
2142                 Note: - Please verify that no updates are missing
2143                       - Check where freeze/thaws should be added
2144
2145 2003-01-07 [christoph]  0.8.8claws62
2146
2147         * src/prefs_actions.c
2148                 don't translate empty strings
2149
2150         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2151
2152 2003-01-06 [christoph]  0.8.8claws61
2153
2154         * src/prefs_actions.c
2155                 mark strings for gettext
2156         * src/prefs_matcher.c
2157                 use new description window for Execute action and
2158                 match condition in Filtering
2159
2160         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2161
2162 2003-01-06 [alfons]     0.8.8claws60
2163
2164         keep myself inspired to re-organize matcher part 8; 
2165         yes, more to come (I need to move out the descriptive
2166         text for actions to matcher.c, or at least make it not
2167         depend on the wicked ordering)
2168
2169         * src/prefs_matcher.c
2170                 add documentation so others may comprehend the
2171                 UI part of the conditions
2172                 
2173 2003-01-06 [christoph]  0.8.8claws59
2174
2175         * src/prefs_actions.c
2176                 use new description window for syntax help
2177         * src/gtk/description_window.c
2178                 fix display of descriptions with column count != 2
2179
2180         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2181
2182 2003-01-06 [christoph]  0.8.8claws58
2183
2184         * src/quote_fmt.c
2185         * src/summaryview.[ch]
2186         * src/gtk/Makefile.am
2187         * src/gtk/description_window.[ch]       ** NEW **
2188                 use a generic window to display syntax descriptions
2189                 currently used in quote_fmt and summaryview (new description
2190                 for extended quick search)
2191
2192         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2193
2194 2003-01-06 [paul]       0.8.8claws57
2195
2196         * sync with 0.8.8cvs1
2197                 see ChangeLog 2003-01-06
2198
2199 2003-01-06 [christoph]  0.8.8claws56
2200
2201         * src/mainwindow.c
2202         * src/prefs_gtk.[ch]
2203         * src/gtk/prefswindow.[ch]
2204         * src/plugins/spamassassin/spamassassin_gtk.c
2205                 o remove page management from prefswindow, pages
2206                   will be an argument to prefswindow_open
2207                 o prefswindow_open gets a datapointer that is
2208                   passed to the widget_create function to allow
2209                   creation of prefswindow for specific items
2210
2211 2003-01-06 [colin]      0.8.8claws55
2212         
2213         * src/summaryview.c
2214                 We don't want regexp in the reply-finder, 
2215                 because MIDs can contain !,$,. and so on
2216
2217 2003-01-06 [jens]       0.8.8claws54
2218
2219         * src/jpilot.c
2220                 fixed a wrong free in jpilot_read_db_files
2221
2222 2003-01-06 [alfons]     0.8.8claws53
2223
2224         re-organize matcher part 8; more to come
2225        
2226         * src/matcher.c
2227                 matcherprop_to_string(): put g_free()s before the
2228                 switch-case break to fix memleaks                
2229
2230 2003-01-06 [colin]      0.8.8claws52
2231
2232         * src/summaryview.c
2233                 cleanup & reply-finder now displays the first 
2234                 matching message
2235
2236 2003-01-05 [alfons]     0.8.8claws51
2237
2238         re-organize matcher part 7; more to come
2239
2240         * src/matcher.[ch]
2241                 fixes for constant correctness;
2242                 more documentation;
2243
2244 2003-01-05 [alfons]     0.8.8claws50
2245
2246         re-organize matcher part 6; more to come
2247         
2248         * src/matcher.[ch]
2249                 fixes for constant correctness;
2250                 more documentation;
2251         * src/filtering.c
2252                 fix for constant correctness
2253
2254 2003-01-05 [colin]      0.8.8claws49
2255
2256         * src/account.[ch]
2257                 Add account_get_reply_account function
2258         * src/compose.c
2259                 Use account_get_reply_account function 
2260         * src/summaryview.c
2261                 Basic reply-finder - click on the replied
2262                 icon gets you to the outbox using quick-search
2263
2264 2003-01-05 [paul]       0.8.8claws48
2265
2266         * src/prefs_common.c
2267                 small change to English
2268                 
2269         * src/prefs_filtering.c
2270                 prefs_filtering_action_select(): improve logic and uniformity
2271                 of gui
2272
2273 2003-01-05 [alfons]     0.8.8claws47
2274
2275         fine tune solution to focus problems (bug #7)
2276
2277         * src/mainwindow.c
2278                 mainwindow_focus_in_event(): remove grab event check
2279         * src/summaryview.c
2280                 summary_button_pressed(): move selection on right-click
2281                 too. we can't possibly move the selection back after
2282                 canceling a dialog, because gtk's incomplete focus 
2283                 management. whether this is a good solution, only time
2284                 will tell.
2285
2286 2003-01-05 [christoph]  0.8.8claws46
2287
2288         * src/imap.c
2289                 fix crash when no imap connection could be established
2290
2291 2003-01-05 [paul]       0.8.8claws45
2292
2293         * src/mainwindow.c
2294           src/sumamryview.c
2295           src/gtk/menu.[ch]
2296                 fix bug 605957 'shortcuts in popup-menu'
2297                 make user-defined shortcuts work
2298                 show shortcuts that are already defined
2299                 in the main menu
2300                 Patch submitted by Luke Plant
2301
2302 2003-01-05 [alfons]     0.8.8claws44
2303
2304         * src/mainwindow.c
2305                 focus_in_event handler should not select summary view row 
2306                 when another window (menu, dialog) grabbed for events 
2307                 (bug #7, "[0.8.8claws42] Message summary focus") 
2308
2309 2003-01-04 [christoph]  0.8.8claws43
2310
2311         * src/procmsg.c
2312                 update save folder after adding the sent message
2313                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
2314
2315 2003-01-02 [christoph]  0.8.8claws42
2316
2317         * src/common/plugin.c
2318                 fix unloading of all plugins and unload
2319                 plugins in reverse order
2320                 
2321         * src/gtk/pluginwindow.c
2322                 implement function of load and unload button
2323
2324         * src/gtk/prefswindow.c
2325         * src/gtk/prefswindow.h
2326                 rename register function and add new unregister
2327                 function
2328
2329         * src/plugins/spamassassin/spamassassin_gtk.c
2330                 unregister prefs page and update for changes in
2331                 src/gtk/prefswindow.c
2332
2333 2003-01-02 [paul]       0.8.8claws41
2334
2335         * po/es.po
2336                 updated by Ricardo Mones Lastra
2337
2338 2003-01-02 [paul]
2339
2340         * tools/tb2sylpheed
2341                 fixes and improvements by Urke MMI
2342
2343 2003-01-02 [thorsten]   0.8.8claws40
2344
2345         * src/procmsg.c
2346                 fixed wrong return value
2347
2348 2003-01-02 [thorsten]   0.8.8claws39
2349
2350         * src/prefs.c
2351                 fixed printing wrong variable
2352
2353 2003-01-02 [thorsten]   0.8.8claws38
2354
2355         * src/prefs.c
2356                 fixed acessing members of freed pfile struct
2357
2358 2003-01-02 [thorsten]   0.8.8claws37
2359
2360         * src/procmsg.c
2361                 detect loops across several messages
2362                 as suggested by Christoph Hohmann
2363
2364 2003-01-01 [match]      0.8.8claws36
2365
2366         * src/addrindex.c
2367                 fixed another memory leak.
2368
2369 2003-01-01 [match]      0.8.8claws35
2370
2371         * src/jpilot.[ch]
2372                 fixed memory leaks. applied Doxygen comments.
2373
2374 2003-01-01 [thorsten]   0.8.8claws34
2375
2376         * src/procmsg.c
2377                 inhibit endless loop if msg references itself
2378                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
2379
2380 2003-01-01 [christoph]  0.8.8claws33
2381
2382         * src/mainwindow.c
2383         * src/gtk/Makefile.am
2384         * src/gtk/pluginwindow.c                ** NEW **
2385         * src/gtk/pluginwindow.h                ** NEW **
2386                 add plugin window
2387
2388         * src/plugins/demo/demo.c
2389         * src/plugins/spamassassin/spamassassin.c
2390         * src/plugins/spamassassin/spamassassin_gtk.c
2391                 write better plugin descriptions
2392
2393 2002-12-31 [christoph]  0.8.8claws32
2394
2395         * src/gtk/prefswindow.c
2396         * src/plugins/spamassassin/spamassassin_gtk.c
2397                 some small improvements to GTK code
2398
2399 2002-12-31 [christoph]  0.8.8claws31
2400
2401         * src/plugins/spamassassin/spamassassin_gtk.c
2402                 enable folder select button
2403
2404 2002-12-31 [christoph]  0.8.8claws30
2405
2406         * src/mainwindow.c
2407         * src/gtk/Makefile.am
2408         * src/gtk/prefswindow.c                         ** NEW **
2409         * src/gtk/prefswindow.h                         ** NEW **
2410                 add new prefs window
2411
2412         * src/common/plugin.c
2413                 don't try to load empty config lines
2414         
2415         * src/plugins/spamassassin/Makefile.am
2416         * src/plugins/spamassassin/spamassassin.c
2417         * src/plugins/spamassassin/spamassassin.h       ** NEW **
2418         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
2419                 GTK config for SpamAssassin Plugin using
2420                 the new prefs window
2421
2422 2002-12-31 [paul]       0.8.8claws29
2423
2424         * po/POTFILES.in
2425                 remove obsolete entry 'src/menu.c'
2426
2427 2002-12-31 [alfons]     0.8.8claws28
2428
2429         * src/matcher.[ch]
2430         * src/matcher_parser_parse.y
2431         * src/prefs_matcher.c
2432                 add "ignore_thread" and "~ignore_thread" condition so it's
2433                 possible to make the actions / scoring operate on the ignore
2434                 thread flag
2435
2436 2002-12-31 [christoph]  0.8.8claws27
2437
2438         * src/addrbook.c
2439         * src/addrindex.c
2440         * src/folder.c
2441         * src/matcher.c
2442         * src/prefs_account.c
2443         * src/prefs_actions.c
2444         * src/prefs_customheader.c
2445         * src/prefs_display_header.c
2446         * src/prefs_gtk.c
2447         * src/procmime.c
2448         * src/toolbar.c
2449         * src/xmlprops.c
2450         * src/common/prefs.[ch]
2451                 extend prefs file handling for reading and automatic handling
2452                 of blocks. When reading prefs_set_block_label will automatically
2453                 move on to the block. When writing it will copy all other blocks
2454                 automatically
2455
2456         * src/common/plugin.c
2457                 Now loading plugin filenames from [Plugins] block in
2458                 sylpheed rc file
2459
2460 2002-12-30 [christoph]  0.8.8claws26
2461
2462         * src/common/hooks.[ch]
2463                 return abort status to caller of hooks_invoke
2464                 
2465         * src/inc.[ch]
2466                 invoke message filtering hook and stop
2467                 default handling when filter returns abort
2468
2469         * src/common/plugin.[ch]
2470         * src/plugins/demo/demo.c
2471                 modify plugin loader, because resolving symbols for strings
2472                 does not work correctly
2473         
2474         * configure.in
2475         * ac/spamassassin.m4                            ** NEW **
2476         * src/plugins/spamassassin/.cvsignore           ** NEW **
2477         * src/plugins/spamassassin/Makefile.am          ** NEW **
2478         * src/plugins/spamassassin/README               ** NEW **
2479         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
2480         * src/plugins/spamassassin/spamassassin.c       ** NEW **
2481         * src/plugins/spamassassin/utils.[ch]           ** NEW **
2482                 add spamassassin plugin, see src/plugins/spamassassin/README
2483                 for details
2484
2485 2002-12-29 [alfons]     0.8.8claws25
2486
2487         * src/mainwindow.c
2488                 when moving focus from a message view to the main 
2489                 window, don't forget to select the summary node
2490                 of the displayed message. should fix "[ 659103 ] 
2491                 focus-follows-mouse confuses sylpheed"
2492
2493 2002-12-29 [christoph]  0.8.8claws24
2494
2495         * src/Makefile.am
2496         * src/stringtable.[ch]          ** REMOVE **
2497         * src/common/Makefile.am
2498         * src/common/stringtable.[ch]   ** NEW **
2499                 move stringtable files to common directory
2500
2501 2002-12-29 [christoph]  0.8.8claws23
2502
2503         * src/Makefile.am
2504         * src/menu.[ch]                 ** REMOVE **
2505         * src/gtk/Makefile.am
2506         * src/gtk/menu.[ch]             ** NEW **
2507                 move menu files to gtk directory
2508
2509 2002-12-29 [match]      0.8.8claws22
2510
2511         * src/addressbook.c
2512         * src/syldap.c
2513                 moved UI specific code out of LDAP code into addressbook
2514                 UI code. fixed memory leak.
2515
2516 2002-12-29 [christoph]  0.8.8claws21
2517
2518         * src/folder.c
2519                 only check for IGNORED parent message when message is
2520                 not IGNORED itself
2521
2522 2002-12-29 [alfons]     0.8.8claws20
2523
2524         * src/summaryview.c
2525                 set gtksctree's anchor correct (immediate execute
2526                 changes the tree's layout, and anchor points at 
2527                 the incorrect row). fixes "[ 657233 ] multiple msg 
2528                 delete sometimes off by 1".
2529                 we probably have to look for more tree layout /
2530                 anchor glitches.
2531
2532 2002-12-29 [paul]       0.8.8claws19
2533
2534         * src/summaryview.c
2535                 fix bug [ 659054 ] incorrect sorting of 'From' column
2536                 when using 'display sender using address book'
2537                 thanks to Alfons and Luke Plant
2538
2539 2002-12-29 [christoph]  0.8.8claws18
2540
2541         * src/folder.c
2542         * src/procmsg.[ch]
2543                 check parent messages for IGNORE THREAD flag, when adding,
2544                 moving or copying messages to a folder
2545
2546 2002-12-27 [alfons]     0.8.8claws17
2547
2548         re-organize matcher part 5; more to come
2549
2550         * src/matcher.c
2551                 hash keywords in matchparser_tab 
2552
2553 2002-12-27 [alfons]     0.8.8claws16
2554
2555         re-organize matcher part 4; more to come
2556
2557         * src/matcher_parser.h
2558         * src/matcher_parser_lex.l
2559         * src/matcher_parser_parse.y
2560                 cleanup
2561
2562 2002-12-27 [alfons]     0.8.8claws15
2563
2564         re-organize matcher part 3; more to come
2565
2566         * src/matcher.[ch]
2567                 cleanup
2568
2569 2002-12-27 [alfons]     0.8.8claws14
2570
2571         re-organize matcher part 2; more to come but this should
2572         work. cc me if there are any regressions.
2573
2574         * src/matcher.h
2575                 add prototype for get_matchparser_tab_id()
2576         * src/matcher_parser_lex.l
2577                 look up keywords using matchparser_tab_id();
2578
2579 2002-12-27 [alfons]     0.8.8claws12
2580
2581         re-organize matcher part 1
2582
2583         * src/matcher.h
2584                 map yacc generated constants to sylpheed matcher constants
2585         * src/matcher.c
2586                 add function to find a matcher constant from a string
2587
2588 2002-12-27 [christoph]  0.8.8claws11
2589
2590         * src/compose.c
2591                 MENUITEM_ADD casts the 4th argument from integer to pointer
2592                 so it probably should not be a pointer, this means we
2593                 should use account id for it and not the account's pointer
2594
2595 2002-12-27 [paul]       0.8.8claws10
2596
2597         * src/mainwindow.c
2598                 remove unneeded 'GtkWidget *vbox'
2599                 
2600         * src/summaryview.c
2601                 further sync with 0.8.8 - make sort
2602                 by recipient work as expected
2603                 
2604         * NEWS
2605                 sync with 0.8.8
2606
2607 2002-12-27 [paul]       0.8.8claws9
2608
2609         * po/pt_BR.po
2610                 updated by Ivan F. Martinez
2611                 
2612 2002-12-27 [darko]      0.8.8claws8
2613
2614         * src/common/utils.c
2615                 added locked pattern to extended search
2616
2617 2002-12-27 [alfons]     0.8.8claws7
2618
2619         * src/prefs_matcher.[ch]
2620                 clean up
2621
2622 2002-12-26 [alfons]     0.8.8claws6
2623
2624         * src/matcher.[ch]
2625         * src/matcher_parser_lex.l
2626         * src/matcher_parser_parse.y
2627         * src/prefs_matcher.c
2628                 allow color label as a condition in the matcher
2629
2630 2002-12-26 [oliver]     0.8.8claws5
2631         
2632         * src/toolbar.c 
2633                 enable Addressbook for Main and Messageview
2634         * src/prefs_actions.c
2635                 enable actions in Messageview
2636
2637 2002-12-26 [christoph]  0.8.8claws4
2638
2639         * src/common/plugin.c
2640                 add a little debug output
2641         * configure.in
2642         * src/plugins/demo/Makefile.am
2643                 better use of automake
2644
2645 2002-12-26 [christoph]  0.8.8claws3
2646
2647         * src/Makefile.am
2648         * src/common/Makefile.am
2649                 fix "make distdir"
2650
2651 2002-12-26 [christoph]  0.8.8claws2
2652
2653         * configure.in
2654                 sort configure checks into common / gtk / plugins
2655         * po/POTFILES.in
2656                 add src/prefs_gtk.c
2657         * src/Makefile.am
2658                 add plugins SUBDIR
2659         * src/main.c
2660         * src/common/sylpheed.[ch]
2661                 added now sylpheed_done function for shutdown
2662         * src/common/Makefile.am
2663         * src/common/plugin.[ch]                ** NEW **
2664                 plugin loader and unloader
2665         * src/plugins/.cvsignore                ** NEW **
2666         * src/plugins/Makefile.am               ** NEW **
2667                 build plugins
2668         * src/plugins/demo/.cvsignore           ** NEW **
2669         * src/plugins/demo/Makefile.am          ** NEW **
2670         * src/plugins/demo/demo.c               ** NEW **
2671                 small demo plugin that installs a logtext hook and
2672                 outputs the log text to stdout
2673
2674 2002-12-26 [paul]       0.8.8claws1
2675
2676         * po/es.po
2677                 updated by Ricardo Mones Lastra
2678
2679 2002-12-26 [paul]       0.8.8claws
2680
2681         * 0.8.8claws released
2682
2683 2002-12-26 [paul]       0.8.7claws12
2684
2685         * po/bg.po
2686                 updated by George Danchev
2687
2688 2002-12-26 [paul]       0.8.7claws11
2689
2690         * po/POTFILES.in
2691                 remove unneeded 'src/prefs.c' entry 
2692
2693 2002-12-26 [paul]       0.8.7claws10
2694
2695         * src/codeconv.c
2696           src/mainwindow.c
2697                 sync with 0.8.8 release
2698         
2699         * src/folder.[ch]
2700           src/mh.c
2701           src/summaryview.c
2702                 partial sync with 0.8.8 release
2703         
2704
2705 2002-12-25 [alfons]     0.8.7claws9
2706
2707         * src/matcher.[ch]
2708         * src/matcher_parser_lex.l
2709         * src/matcher_parser_parse.y
2710         * src/prefs_matcher.c
2711                 add locked flag to possible filtering / matcher 
2712                 conditions (also a good example what should be
2713                 done to add a simple boolean condition)
2714
2715 2002-12-25 [christoph]  0.8.7claws8
2716
2717         * src/Makefile.am
2718         * src/account.[ch]
2719         * src/addrbook.c
2720         * src/addressbook.c
2721         * src/addrindex.c
2722         * src/filtering.c
2723         * src/folder.c
2724         * src/matcher.c
2725         * src/prefs.[ch]                ** REMOVE **
2726         * src/prefs_account.c
2727         * src/prefs_actions.c
2728         * src/prefs_common.c
2729         * src/prefs_customheader.c
2730         * src/prefs_display_header.c
2731         * src/prefs_filtering.c
2732         * src/prefs_folder_item.c
2733         * src/prefs_gtk.[ch]            ** NEW **
2734         * src/prefs_matcher.c
2735         * src/prefs_scoring.c
2736         * src/prefs_summary_column.c
2737         * src/procmime.c
2738         * src/selective_download.c
2739         * src/toolbar.c
2740         * src/common/Makefile.am
2741         * src/common/prefs.[ch]         ** NEW **
2742                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
2743
2744 2002-12-24 [alfons]     0.8.7claws7
2745
2746         * src/summaryview.c
2747                 summary_thread_build(): fix real cause of the crash mentioned in
2748                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
2749                 this way we get meaningful ctree nodes 
2750
2751 2002-12-24 [oliver]     0.8.7claws6
2752
2753         * src/mainwindow.[ch]
2754         * src/messageview.[ch]
2755         * src/compose.[ch]
2756         * src/inc.c
2757         * src/summaryview.c
2758                 changes to use updated toolbar handling
2759                 
2760 2002-12-24 [oliver]     0.8.7claws5
2761
2762         * src/toolbar.[ch]
2763                 generic toolbar handling
2764                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
2765         * src/prefs_toolbar.[ch]
2766                 adjust to handling
2767         
2768 2002-12-24 [oliver]     0.8.7claws4
2769         
2770         * src/stock_pixmap.[ch]
2771                 move SYLPHEED_LOGO to end of list in order 
2772                 to remove it from Custom Toolbar`s Icon View
2773
2774 2002-12-24 [alfons]     0.8.7claws3
2775
2776         * src/summaryview.c
2777                 summary_thread_build(): fix crash because of focus != selection 
2778                 after threading. when deleting the selection, gtk tries but fails 
2779                 to find the correct focusable element. we now force the selection
2780                 to be focused. this should solve the infamous bug reported by 
2781                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
2782                 a test case is available. 
2783
2784 2002-12-24 [darko]      0.8.7claws2
2785
2786         * src/summaryview.c
2787                 don't crash when unmarking message with unread children
2788
2789 2002-12-23 [christoph]  0.8.7claws1
2790
2791         * src/Makefile.am
2792         * src/common/Makefile.am
2793                 update Makefiles for moved intl.h, version.h and defs.h
2794         * src/imap.c
2795                 rewrite imap_session_get to avoid duplicate code
2796
2797 2002-12-23 [paul]       0.8.7claws
2798
2799         * Santa-Claws released
2800         
2801         * po/hu.po
2802           po/ru.po
2803                 squeeze in updated Hungarian and Russian translations.
2804                 Submitted by  Gál Zoltán and Ruslan N. Balkin
2805
2806 2002-12-23 [paul]       0.8.6claws129
2807
2808         * po/pl.po
2809                 updated by Witold Wladyslaw Wojciech Wilk
2810
2811 2002-12-23 [paul]       0.8.6claws128
2812
2813         * src/quote_fmt_parse.y
2814                 fix typo and add licence header
2815
2816 2002-12-23 [paul]       0.8.6claws127
2817
2818         * po/en_GB.po
2819                 updated
2820
2821 2002-12-23 [paul]       0.8.6claws126
2822
2823         * po/it.po
2824                 updated translation, submitted by Alessandro Maestri
2825                 
2826 2002-12-23 [paul]       0.8.6claws125
2827
2828         * src/quote_fmt_parse.y
2829                 fix signature-stripping on replies bug. match
2830                 '-- \n' and not '-- '.
2831
2832 2002-12-22 [paul]       0.8.6claws124
2833
2834         * po/bg.po
2835           po/es.po
2836           po/sr.po
2837                 updated translations. submitted by George Danchev,
2838                 Ricardo Mones Lastra, and Urke MMI respectively
2839
2840 2002-12-21 [paul]       0.8.6claws123
2841
2842         * src/addrbook.c
2843                 fix coding style
2844
2845 2002-12-21 [paul]       0.8.6claws122
2846
2847         * src/addrbook.c
2848                 fix bug [643638] where if a person is in one or more
2849                 addressbook groups editing that person's email 
2850                 address results in removal from those groups.
2851                 Patch submitted by Luke Plant.
2852
2853 2002-12-20 [christoph]  0.8.6claws121
2854
2855         * src/common/utils.c
2856         * src/summaryview.c
2857                 reimplement expand_search_string using GString to
2858                 prevent crashs caused by miscalculated string
2859                 lengths reported by Paul
2860
2861 2002-12-20 [christoph]  0.8.6claws120
2862
2863         * src/summaryview.c
2864                 don't use "changed" to check if op_count has to be changed as it
2865                 is also set when the message has unread children
2866                 (closes bug [ 653221 ] crash while deleting duplicates)
2867
2868 2002-12-20 [paul]       0.8.6claws119
2869
2870         * sync with 0.8.6cvs27
2871                 see ChangeLog 2002-12-20
2872
2873 2002-12-20 [paul]       0.8.6claws118
2874
2875         * sync with 0.8.6cvs26
2876                 see ChangeLog 2002-12-19 and 2002-12-20
2877
2878 2002-12-19 [alfons]     0.8.6claws117
2879
2880         * src/textview.c
2881                 fix incorrect parsing of email addresses, submitted by 
2882                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
2883                 name display if it contains @".
2884
2885 2002-12-18 [paul]       0.8.6claws116
2886
2887         * sync with 0.8.6cvs23
2888                 see ChangeLog 2002-12-18
2889
2890 2002-12-18 [paul]       0.8.6claws115
2891
2892         * src/Makefile.am
2893         * src/account.c
2894         * src/codeconv.c
2895         * src/gtkutils.[ch]
2896         * src/imap.c
2897                 sync with 0.8.6cvs22.
2898                 see ChangeLog 2002-12-17 and 2002-12-18
2899
2900 2002-12-17 [christoph]  0.8.6claws114
2901
2902         * src/imap.c
2903                 o don't create a session if imap greeting fails
2904                 o don't close socket when authentication fails
2905                   this is done by imap_session_destroy
2906
2907 2002-12-17 [thorsten]   0.8.6claws113
2908
2909         * tools/Makefile.am
2910           tools/README
2911           tools/google_msgid.pl ** NEW FILE **
2912                 Added "search for message-id" script and doc
2913
2914 2002-12-17 [thorsten]   0.8.6claws112
2915
2916         * po/hu.po
2917                 Updated hungarian translation
2918                 (updated by Gal Zoltan)
2919
2920 2002-12-16 [christoph]  0.8.6claws111
2921
2922         * src/addr_compl.c
2923                 remove stupid addressbook dump to debug output
2924         * src/mh.c
2925                 fix memory leak found by Hiro
2926
2927 2002-12-14 [paul]       0.8.6claws110
2928
2929         * src/compose.c
2930                 fix menubar sensitivity on send
2931                 
2932         * src/prefs_filtering.c
2933         * src/prefs_matcher.c
2934         * src/prefs_scoring.c
2935                 Fix english ;)
2936                 
2937         * src/common/quoted-printable.h
2938                 sync: fix typo
2939         
2940 2002-12-13 [christoph]  0.8.6claws109
2941
2942         * src/Makefile.am
2943         * src/manage_window.[ch]        ** REMOVE **
2944         * src/gtk/Makefile.am
2945         * src/gtk/manage_window.[ch]    ** NEW **
2946                 move manage_window files to gtk directory
2947
2948 2002-12-13 [christoph]  0.8.6claws108
2949
2950         * src/Makefile.am
2951         * src/gtkshruler.[ch]           ** REMOVE **
2952         * src/gtk/Makefile.am
2953         * src/gtk/gtkshruler.[ch]       ** NEW **
2954                 move gtkshruler files to gtk directory
2955
2956 2002-12-13 [christoph]  0.8.6claws107
2957
2958         * src/Makefile.am
2959         * src/compose.c
2960         * src/gtkstext.[ch]             ** REMOVE **
2961         * src/gtkutils.[ch]
2962         * src/textview.c
2963         * src/gtk/gtkstext.[ch]         ** NEW **
2964         * src/gtk/Makefile.am
2965                 o move stext functions to gtkstext.c to remove
2966                   dependency of gtkutils
2967                 o move gtkstext files to gtk directory
2968
2969         * src/gtk/Makefile.am
2970         * src/gtk/sslcertwindow.[ch]
2971                 UI stuff can always depend on common code so
2972                 it's ok to add ../common to include path
2973
2974 2002-12-13 [colin]      0.8.6claws106
2975
2976         * src/summaryview.c
2977                 Disconnect sighandlers for mainwindow when
2978                 quicksearch has the focus
2979                 Fix bug #653231
2980         * src/mainwindow.[ch]
2981                 Make key_pressed callback public, to be able
2982                 to disconnect it
2983
2984 2002-12-13 [christoph]  0.8.6claws105
2985
2986         * src/mh.c
2987                 create .mh_sequences file in new MH folders
2988                 (closes feature request [ 523162 ] MH folders should
2989                  get a .mh_sequences)
2990
2991 2002-12-13 [colin]      0.8.6claws104
2992
2993         * src/summaryview.c
2994                 Better handling of quicksearch show/hide
2995                 (basically the button stays under the mouse 
2996                  when toggled)
2997
2998 2002-12-13 [paul]       0.8.6claws103
2999
3000         * sync with 0.8.6cvs17
3001                 see ChangeLog 2002-12-13
3002
3003 2002-12-13 [paul]       0.8.6claws102
3004
3005         * po/es.po
3006                 updated by Ricardo Mones Lastra
3007
3008 2002-12-11 [colin]       0.8.6claws101
3009
3010         * src/folder.c
3011                 remove statusbar stuff
3012           src/folderview.c
3013                 set statusbar verbosity when moving folders
3014
3015 2002-12-11 [colin]       0.8.6claws100
3016         * src/prefs_filtering.c
3017         * src/prefs_matcher.c
3018         * src/prefs_scoring.c
3019                 Fix english ;)
3020
3021 2002-12-11 [colin]       0.8.6claws99
3022
3023         * src/prefs_common.[ch]
3024                 Add summary_quicksearch_type
3025         * src/summaryview.c
3026                 Save last used quicksearch type
3027
3028 2002-12-11 [jens]       0.8.6claws98
3029         * src/prefs_filtering.c
3030         * src/prefs_matcher.c
3031         * src/prefs_scoring.c
3032                 added dialog for incomplete rules in scoring, filtering and
3033                 matcher to ask wheather really close
3034
3035 2002-12-11 [colin]      0.8.6claws97
3036
3037         * src/folder.c
3038                 Fix folder dnd statusbar logging
3039
3040 2002-12-10 [christoph]  0.8.6claws96
3041
3042         * src/compose.c
3043         * src/folder.c
3044         * src/imap.c
3045         * src/inc.c
3046         * src/main.c
3047         * src/mainwindow.c
3048         * src/news.c
3049         * src/send.c
3050         * src/statusbar.[ch]
3051         * src/common/hooks.c
3052         * src/common/log.[ch]
3053                 o handle verbose logging in statusbar directly in statusbar code
3054                   and common code does not need any knowledge about a statusbar
3055                 o remove direct calls to statusbar_(puts|pop)_all functions
3056
3057 2002-12-10 [jens]       0.8.6claws95
3058
3059         * src/*.c
3060                 removed gettext from g_warnings
3061         * po/POTFILES.in
3062                 cleaned and updated
3063         * po/de.po
3064                 updated
3065
3066 2002-12-10 [colin]      0.8.6claws94
3067
3068         * src/main.c
3069                 finish crash dialog fix
3070
3071 2002-12-10 [colin]      0.8.6claws93
3072
3073         * src/main.c
3074                 "Fix" "sylpheed already running" instead of
3075                 crash dialog appearing after a crash
3076
3077 2002-12-10 [colin]      0.8.6claws92
3078
3079         * po/POTFILES.in
3080                 add src/gtk/sslcertwindow.c
3081
3082 2002-12-10 [paul]       0.8.6claws91
3083
3084         * po/POTFILES.in
3085                 updated to reflect recent changes
3086                 submitted by Alessandro Maestri
3087
3088 2002-12-09 [christoph]  0.8.6claws90
3089
3090         * src/Makefile.am
3091         * src/smtp.[ch]                 ** REMOVE **
3092         * src/common/Makefile.am
3093         * src/common/smtp.[ch]          ** NEW **
3094                 move smtp files to common directory
3095
3096 2002-12-09 [christoph]  0.8.6claws89
3097
3098         * src/Makefile.am
3099         * src/session.[ch]              ** REMOVE **
3100         * src/common/Makefile.am
3101         * src/common/session.[ch]       ** NEW **
3102                 move session files to common directory
3103
3104 2002-12-09 [paul]       0.8.6claws88
3105
3106         * src/account.c
3107                 fix bug [649746] edit accounts: move account reverted
3108                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
3109
3110 2002-12-09 [colin]      0.8.6claws87
3111
3112         * src/ssl_certificate.c
3113                 cleanup
3114
3115 2002-12-09 [colin]      0.8.6claws86
3116
3117         * src/ssl.c
3118                 Try to open the cert.pem database and 
3119                 issue a warning if it isn't there
3120
3121 2002-12-09 [colin]      0.8.6claws85
3122
3123         * src/common/ssl_certificate.c
3124         * src/gtk/sslcertwindow.c
3125                 Warning fixes
3126
3127 2002-12-09 [colin]      0.8.6claws84
3128
3129         * src/ssl_certificate.[ch] ** REMOVED **
3130         * src/common/ssl_certificate.[ch] ** NEW **
3131         * src/Makefile.am
3132         * src/common/Makefile.am
3133                 Moved ssl_certificate.[ch] to common
3134         * src/common/ssl.c 
3135                 Put back needed include
3136         * src/gtk/sslcertwindow.[ch]
3137                 Changed ssl_certificate.h include
3138         
3139 2002-12-09 [colin]      0.8.6claws83
3140
3141         * src/gtk/sslcertwindow.[ch]
3142                 Implement hook for certificate acception
3143         * src/ssl_certificate.[ch]
3144                 Implement hook for certificate acception
3145         * src/common/ssl.c
3146                 Reenable certificate acception check
3147         * src/mainwindow.c
3148                 Register sslcertwindow's hook
3149         
3150 2002-12-08 [christoph]  0.8.6claws82
3151
3152         * src/about.c
3153         * src/addr_compl.c
3154         * src/codeconv.c
3155         * src/manual.c
3156         * src/undo.c
3157         * src/common/utils.c
3158                 o add missing includes
3159                 o fix warnings
3160         * src/.cvsignore
3161         * src/common/.cvsignore
3162         * src/common/version.h          ** REMOVE **
3163                 remove autogenerated file
3164
3165 2002-12-08 [paul]       0.8.6claws81
3166
3167         * src/stringtable.c
3168                 put back needed include
3169
3170 2002-12-08 [colin]      0.8.6claws80
3171         
3172         * src/gtk/sslcertwindow.c
3173                 Cleaner popups when asking
3174         * src/ssl_certificate.c
3175         * src/prefs_common.[ch]
3176                 remove ssl certificate pref
3177                 put back needed include
3178         * src/undo.c
3179                 put back needed include
3180
3181 2002-12-08 [christoph]  0.8.6claws79
3182
3183         * src/folderview.c
3184         * src/logwindow.c
3185         * src/statusbar.c
3186         * src/summaryview.c
3187                 only abort hook invokation if required data is missing not
3188                 if our own data pointer is NULL, update hookfunction for
3189                 log window
3190
3191 2002-12-08 [paul]       0.8.6claws78
3192
3193         * src/about.c
3194         * src/addrcache.c
3195         * src/addrclip.c
3196         * src/addr_compl.c
3197         * src/addrselect.c
3198         * src/codeconv.c
3199         * src/colorlabel.c
3200         * src/enriched.c
3201         * src/esmtp.c
3202         * src/exporthtml.c
3203         * src/headerview.c
3204         * src/imageview.c
3205         * src/manual.c
3206         * src/noticeview.c
3207         * src/pgptext.c
3208         * src/scoring.c
3209         * src/sourcewindow.c
3210         * src/stringtable.c
3211         * src/undo.c
3212                 clean up: remove unneccesary includes
3213
3214 2002-12-08 [christoph]  0.8.6claws77
3215
3216         * src/folderview.c
3217         * src/statusbar.c
3218         * src/summaryview.c
3219         * src/common/hooks.[ch]
3220                 hook functions now have a gboolean return value, if a hook
3221                 returns TRUE it will stop executing of any more hooks in
3222                 the same hooklist for this invokation
3223
3224 2002-12-08 [colin]      0.8.6claws76
3225         
3226         * src/main.c
3227                 put back argv0 for CRASH_DIALOG
3228
3229 2002-12-08 [christoph]  0.8.6claws75
3230
3231         * src/Makefile.am
3232         * src/about.c
3233         * src/account.c
3234         * src/crash.c
3235         * src/esmtp.h
3236         * src/imap.[ch]
3237         * src/inc.c
3238         * src/main.c
3239         * src/mainwindow.c
3240         * src/news.c
3241         * src/pop.[ch]
3242         * src/prefs_account.[ch]
3243         * src/prefs_common.[ch]
3244         * src/send.[ch]
3245         * src/smtp.[ch]
3246         * src/ssl_certificate.[ch]
3247         * src/ssl_manager.[ch]
3248         * src/common/Makefile.am
3249         * src/common/log.c
3250         * src/common/nntp.[ch]
3251         * src/common/socket.[ch]
3252         * src/common/ssl.[ch]
3253         * src/gtk/sslcertwindow.[ch]
3254         * ac/openssl.m4
3255                 use new autoconf script to detect OpenSSL with extra parameters
3256                 to specify the location of libs and includes, also remove USE_SSL
3257                 to USE_OPENSSL
3258
3259         * src/common/sylpheed.[ch]
3260         * src/common/version.h.in
3261                 start seperation of common code initialization seperated from gui
3262
3263         * src/summaryview.c
3264                 The function that is called when a color label changes
3265                 should not change the color lable again
3266
3267 2002-12-08 [colin]      0.8.6claws74
3268
3269         * src/gtk/sslcertwindow.c
3270                 warning fixes
3271
3272 2002-12-08 [colin]      0.8.6claws73
3273
3274         * src/statusbar.c
3275           src/common/log.h
3276                 Register a hook for statusbar_puts_all
3277         * src/common/log.c
3278                 invoke statusbar_puts_all's hook
3279         
3280 2002-12-08 [colin]      0.8.6claws72
3281
3282         * src/ssl_certificate.c
3283                 Put back a badly-removed include
3284
3285 2002-12-08 [colin]      0.8.6claws71
3286
3287         * src/gtk/sslcertwindow.[ch]    ** NEW **
3288                 new certificate presentation
3289         * src/gtk/Makefile.am
3290                 add new files
3291         * src/ssl_certificate.[ch]
3292                 gtk cleanup, made utility functions public
3293         * src/ssl_manager.c
3294                 use new cert presentation
3295
3296 2002-12-07 [christoph]  0.8.6claws70
3297
3298         * src/Makefile.am
3299         * src/nntp.[ch]                 ** REMOVE **
3300         * src/common/Makefile.am
3301         * src/common/nntp.[ch]          ** NEW **
3302                 move nntp files to common directory
3303
3304 2002-12-07 [christoph]  0.8.6claws69
3305
3306         * src/procmsg.[ch]
3307         * src/summaryview.c
3308                 implement msginfo update callback using sylpheed's new
3309                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
3310
3311 2002-12-06 [christoph]  0.8.6claws68
3312
3313         * src/editgroup.c
3314                 This patch changes the 'Edit Group Details' dialog to
3315                 allow extended selections in either pane, so that
3316                 addresses can be added or removed from a group more
3317                 quickly and easily. (it actually is a net decrease in
3318                 file size, as some unnecessary functions have been
3319                 removed). 
3320                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
3321
3322 2002-12-06 [christoph]  0.8.6claws67
3323
3324         * src/Makefile.am
3325         * src/template.[ch]             ** REMOVE **
3326         * src/common/Makefile.am
3327         * src/common/template.[ch]      ** NEW **
3328                 move template files to common directory
3329
3330         * src/nntp.c
3331                 add missing log.h include
3332
3333 2002-12-06 [melvin]     0.8.6claws66
3334
3335         * src/prefs_actions.c
3336                 Added the trailing ">" syntax to insert command's output
3337                 without replacing old text (in contrast to trailing "|").
3338
3339 2002-12-05 [colin]      0.8.6claws65
3340         
3341         * src/common/utils.c
3342                 Don't modify original search_string or it'll change
3343                 the next iterations in the for()
3344
3345 2002-12-05 [darko]      0.8.6claws64
3346
3347         * src/common/utils.c
3348                 proper check for filtering commands, found by Colin
3349
3350 2002-12-05 [darko]      0.8.6claws63
3351
3352         * src/common/utils.c
3353                 check proper string for NULL pointer, found by Colin
3354
3355 2002-12-05 [darko]      0.8.6claws62
3356
3357         * src/common/utils.[ch]
3358                 expand_search_string(): new function
3359                 converts Mutt-like patterns to Sylpheed's
3360                 filtering engine
3361         * src/summaryview.c
3362                 use expand_search_string() to allow Mutt-like
3363                 patterns in extended search
3364         * README.claws
3365                 document extended option in quick search
3366
3367 2002-12-05 [paul]       0.8.6claws61
3368
3369         * sync with 0.8.6cvs16
3370                 see ChangeLog 2002-12-05
3371                 
3372         * po/POTFILES.in
3373                 clean up
3374
3375 2002-12-04 [christoph]  0.8.6claws60
3376
3377         * src/imap.[ch]
3378                 put imap authentication code into a new function and
3379                 remove it from imap_session_new that will allow to
3380                 send other commands before authentication
3381
3382 2002-12-04 [christoph]  0.8.6claws59
3383
3384         * src/imap.[ch]
3385                 use already existing method to prevent unneeded IMAP
3386                 folder selects. Set imap_select parameters to NULL
3387                 in some functions if the values are not required.
3388
3389         * src/xml.h
3390                 remove no longer required include
3391
3392 2002-12-04 [paul]       0.8.6claws58
3393
3394         * po/es.po
3395                 updated by Ricardo Mones Lastra
3396                 
3397         * configure.in
3398           po/hu.po      ** NEW FILE **
3399                 initial Hungarian translation, submitted
3400                 by Gál Zoltán <galzoli@hu.inter.net>
3401
3402 2002-12-03 [christoph]  0.8.6claws57
3403
3404         * src/Makefile.am
3405         * src/gtksctree.[ch]            ** REMOVE **
3406         * src/gtk/Makefile.am
3407         * src/gtk/gtksctree.[ch]        ** NEW **
3408                 move gtksctree files to gtk directory
3409
3410 2002-12-03 [christoph]  0.8.6claws56
3411
3412         * src/Makefile.am
3413         * src/md5.[ch]                  ** REMOVE **
3414         * srm/common/Makefile.am
3415         * src/common/md5.[ch]           ** NEW **
3416                 move md5 files to common directory
3417
3418         * src/gtkstext.c
3419                 remove not required #include
3420
3421 2002-12-03 [sergey]     0.8.6claws55
3422
3423         * src/gtkutils.c
3424         * src/gtkutils.h
3425                 gtkut_window_popup(): new function.
3426         * src/mainwindow.c
3427                 main_window_popup(): use gtkut_window_popup() to raise
3428                 window without changing its position.
3429                 (see sylpheed-main ML message [sylpheed:17247])
3430
3431 2002-12-03 [sergey]     0.8.6claws54
3432
3433         * src/send.c
3434                 send_message_local(): removed first-dot escaping
3435                 (SMTP-only, not needed for sending through pipe)
3436
3437 2002-12-03 [paul]       0.8.6claws53
3438
3439         * po/POTFILES.in
3440                 update to reflect recent changes (thanks
3441                 to Ricardo Mones Lastra)
3442                 
3443         * tools/filter_conv.pl
3444                  fix problem with quoted strings. Patch submitted
3445                  by Luke Plant <lukeplant@softhome.net>
3446
3447 2002-12-03 [paul]       0.8.6claws52
3448
3449         * sync with 0.8.6cvs15
3450                 see ChangeLog 2002-12-03
3451
3452 2002-12-02 [christoph]  0.8.6claws51
3453
3454         * src/logwindow.[ch]
3455         * src/common/log.[ch]
3456                 implement logging using a hook function
3457
3458         * src/folderview.c
3459         * src/folder.[ch]
3460                 define hooklist name in header file to avoid
3461                 errors caused by wrong spelling of hooklist names
3462
3463         * src/toolbar.c
3464                 fix warnings
3465
3466 2002-12-02 [christoph]  0.8.6claws50
3467
3468         * src/common/Makefile.am
3469                 add src/common/hooks.[ch]
3470
3471         * src/common/hooks.[ch]
3472                 implement a simple hook system using glib's hook functions
3473
3474         * src/folder.[ch]
3475         * src/folderview.c
3476                 use new hook system for folder item updates
3477
3478 2002-12-02 [christoph]  0.8.6claws49
3479
3480         * doc-src/ui_seperation.txt     ** NEW **
3481                 information for ui seperation
3482
3483         * src/Makefile.am
3484                 remove files that were moved to common
3485                 include common directory by default for the header files
3486
3487         * src/inc.c
3488         * src/common/socket.c
3489         * src/automaton.[ch]
3490                 implement automaton using g_io_*-functions instead of
3491                 gdk_input_add to make it ui independent
3492
3493         * src/codeconv.c
3494         * src/compose.c
3495         * src/ldif.c
3496         * src/pgptext.c
3497         * src/procmime.c
3498         * src/rfc2015.c
3499         * src/smtp.c
3500         * src/unmime.c
3501                 remove common/ prefix because directory is now in
3502                 include path
3503
3504         * src/compose.c
3505         * src/folder.c
3506         * src/folderview.c
3507         * src/mainwindow.c
3508         * src/messageview.c
3509         * src/prefs_common.c
3510         * src/procmsg.c
3511         * src/rfc2015.c
3512                 fix warnings
3513
3514         * src/imap.c
3515         * src/inc.c
3516         * src/news.c
3517         * src/pop.c
3518         * src/send.c
3519         * src/smtp.c
3520         * src/ssl_certificate.c
3521                 add log.h header file for logging functions
3522
3523         * src/main.c
3524         * src/common/utils.c
3525         * src/summaryview.c
3526         * src/xml.c
3527                 o move debug_mode to common/utils.c
3528                 o add functions to set and get debug_mode
3529
3530         * src/defs.h                    ** REMOVE **
3531         * src/intl.h                    ** REMOVE **
3532         * src/socket.[ch]               ** REMOVE **
3533         * src/ssl.[ch]                  ** REMOVE **
3534         * src/utils.[ch]                ** REMOVE **
3535                 replaced by new files in src/common/
3536         
3537         * src/common/Makefile.am
3538                 add new files in src/common/
3539
3540         * src/common/defs.h             ** NEW **
3541         * src/common/intl.h             ** NEW **
3542         * src/common/log.[ch]           ** NEW **
3543         * src/common/socket.[ch]        ** NEW **
3544         * src/common/ssl.[ch]           ** NEW **
3545         * src/common/utils.[ch]         ** NEW **
3546                 replacement for files in src/
3547
3548 2002-12-02 [colin]      0.8.6claws48
3549
3550         * src/folderview.c
3551                 Scroll folderview if necessary during dnd
3552
3553 2002-12-02 [colin]      0.8.6claws47
3554
3555         * src/folder.[ch]
3556                 Add check to verify a move is within a single mailbox
3557         * src/folderview.c
3558                 Add specific error string for this check
3559
3560 2002-12-02 [colin]      0.8.6claws46
3561
3562         * src/folder.c
3563                 Add a test to folder moving, remove a statusbar_print
3564         * src/folderview.c
3565                 Add Move folder... context-menu item
3566                 Factorize folder moving code
3567                 Enable folder DND for mbox
3568
3569 2002-12-01 [christoph]  0.8.6claws45
3570
3571         * ac/aspell.m4
3572                 remove conf.aspelltest if the version check fails
3573
3574 2002-11-30 [christoph]  0.8.6claws44
3575
3576         * autogen.sh
3577                 run libtoolize --force in autogen to create missing
3578                 libtool scripts
3579
3580 2002-11-30 [christoph]  0.8.6claws43
3581
3582         * src/Makefile.am
3583         * src/pgptext.c
3584         * src/procmime.c
3585         * src/rfc2015.c
3586         * src/uuencode.[ch]             ** REMOVED **
3587         * src/common/Makefile.am
3588         * src/common/uuencode.[ch]      ** NEW **
3589                 move uuen/decoder to common directory
3590
3591 2002-11-30 [christoph]  0.8.6claws42
3592
3593         * src/Makefile.am
3594         * src/base64.[ch]               ** REMOVED **
3595         * src/codeconv.c
3596         * src/compose.c
3597         * src/ldif.c
3598         * src/pgptext.c
3599         * src/procmime.c
3600         * src/rfc2015.c
3601         * src/smtp.c
3602         * src/unmime.c
3603         * src/common/Makefile.am
3604         * src/common/base64.[ch]        ** NEW **
3605                 move base64 en/decoder to common directory
3606
3607 2002-11-30 [christoph]  0.8.6claws41
3608
3609         * src/common                    ** NEW **
3610                 new directory for UI independent code
3611         * src/gtk                       ** NEW **
3612                 new directory for GTK frontend
3613         * src/common/.cvsignore         ** NEW **
3614         * src/gtk/.cvsignore            ** NEW **
3615                 ignore build files
3616         * src/common/Makefile.am        ** NEW **
3617         * src/gtk/Makefile.am           ** NEW **
3618                 automake files to build new seperated stuff
3619         * src/Makefile.am
3620                 the binary will currently still be build with the
3621                 files in src, so we include the code from the
3622                 subdirs for now after building the libs there
3623
3624 2002-11-30 [paul]       0.8.6claws40
3625
3626         * src/compose.c
3627                 fix bug [642731] 'Wrong selected account with drafted mail'
3628
3629 2002-11-29 [oliver]     0.8.6claws39
3630         
3631         * src/messageview.c
3632                 o update summaryview when switching between different
3633                   messageviews          
3634         * src/toolbar.c  
3635                 o check if messageview holds already removed msg
3636                   from summaryview
3637                 
3638
3639 2002-11-29 [oliver]     0.8.6claws38
3640
3641         * src/toolbar.c 
3642                 remove not needed variables and includes
3643                 make messageview stay opened and move to next when msgs are deleted 
3644
3645 2002-11-29 [oliver]     0.8.6claws37
3646         
3647         * src/toolbar.c 
3648                 disable compose button (messageview toolbar) by default
3649                 deleted msgs are moved to trash
3650         
3651 2002-11-29 [melvin]     0.8.6claws36
3652
3653         * configure.in
3654                 Increased minimal gpgme version to 0.3.10 (Zombies out)
3655                 and to detect signatures expirations (gpgme 0.3.6)
3656
3657         * src/main.c
3658                 Use non obsolescent function for Gpgme engine checking.
3659
3660         * src/rfc2015.c
3661                 Inform about expired signatures or signatures which key
3662                 has expired. Expiration date is displayed.
3663
3664         * src/sigstatus.c
3665                 Inform about expired signatures or signatures which key
3666                 has expired.
3667
3668 2002-11-28 [paul]       0.8.6claws35
3669
3670         * src/folderview.c
3671                 re-instate 'Check for new messages' in Newsgroup
3672                 folders right-click menu, after a suggestion from
3673                 Tim Mann <timmann@users.sourceforge.net>
3674
3675         * src/main.c
3676                 after a crash check only local folders for new
3677                 messages
3678
3679 2002-11-28 [paul]       0.8.6claws34
3680
3681         * configure.in
3682                 apply patch that fixes the checking of GTK with XIM 
3683                 support on different OSs, such as FreeBSD. Patch 
3684                 submitted by Topia <topia@users.sourceforge.net>
3685                 
3686 2002-11-28 [paul]       0.8.6claws33
3687
3688         * src/mainwindow.c
3689           src/prefs_common.c
3690           src/prefs_toolbar.c
3691                 more changes to the English
3692
3693 2002-11-28 [paul]       0.8.6claws32
3694
3695         * sync with 0.8.6cvs13
3696                 see ChangeLog 2002-11-28 (no sync needed
3697                 for src/compose.c)
3698
3699 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
3700         
3701         * src/mainwindow.[ch]
3702                 add patch by Ivan F. Martinez introducing messageview Toolbar
3703                 some changes and committed by oliver    
3704
3705 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
3706
3707         * src/messageview.[ch]
3708                 add patch by Ivan F. Martinez introducing messageview Toolbar
3709                 some changes and committed by oliver    
3710
3711 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
3712
3713         * src/compose.[ch]
3714                 add patch by Ivan F. Martinez introducing messageview Toolbar
3715                 some changes and committed by oliver    
3716
3717 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
3718         
3719         * src/toolbar.[ch]
3720                 add patch by Ivan F. Martinez introducing messageview Toolbar
3721                 some changes and committed by oliver
3722
3723 2002-11-28 [oliver]     0.8.6claws27
3724         
3725         * src/prefs_toolbar.[ch]
3726                 getting ready for messageview toolbar
3727                 free mem allocated by gettext
3728                 change prefs_toolbar to prefs_toolbar_open
3729  
3730 2002-11-28 [thorsten]   0.8.6claws26
3731
3732         * src/imageview.[ch]
3733                 cleaned up conflicting declarations of
3734                 imageview_show_image()
3735
3736 2002-11-28 [paul]       0.8.6claws25
3737
3738         * src/grouplistdialog.c
3739           src/prefs_common.c
3740           src/prefs_summary_column.c
3741                 a few more improvements to the English
3742
3743 2002-11-28 [colin]      0.8.6claws24
3744
3745         * man/sylpheed.1
3746                 A few updates to command-line parameters
3747
3748 2002-11-28 [colin]      0.8.6claws23
3749
3750         * src/prefs_filtering.c
3751                 Fix problems with prefs_filtering_delete_path:
3752                 a) if the first rule is removed, original pointers
3753                    weren't updated (leading to segfaults)
3754                 b) it was always global_processing updated in case
3755                    of removed path was parent of rule path
3756
3757 2002-11-27 [paul]       0.8.6claws22
3758
3759         * src/mainwindow.c
3760           src/prefs_account.c
3761           src/prefs_actions.c
3762           src/prefs_common.c
3763           src/prefs_customheader.c
3764           src/prefs_display_header.c
3765           src/prefs_filtering.c
3766           src/prefs_folder_item.c
3767           src/prefs_matcher.c
3768           src/prefs_scoring.c
3769           src/prefs_summary_column.c
3770           src/prefs_template.c
3771           src/prefs_toolbar.c
3772                  improve the English in the GUI
3773
3774 2002-11-27 [colin]      0.8.6claws21
3775
3776         * src/folder.c
3777                 Fix processing renaming problems happening after
3778                 last commit
3779
3780 2002-11-27 [colin]      0.8.6claws20
3781
3782         * src/folder.c
3783                 recursive move now deletes src each subfolder after 
3784                 having moved it
3785         * src/folderview.c
3786                 Use identifier instead of path during dnd (enables
3787                 IMAP folder dnd)
3788
3789 2002-11-27 [paul]       0.8.6claws19
3790
3791         * src/main.c
3792                 apply patch that does command-line processing 
3793                 BEFORE gtk_init, allowing claws to run from 
3794                 shell-scripts in non-X environment (e.g. crontab 
3795                 or ip-up, ip-down scripts). Patch submitted by
3796                 Ruslan N. Balkin <baron@dartel.ru>
3797                 
3798         * po/it.po
3799                 updated by Alessandro Maestri
3800
3801 2002-11-27 [paul]       0.8.6claws18
3802
3803         * sync with 0.8.6cvs12
3804           src/prefs_common.c
3805                 Differences are that main uses a 'Receive dialog'
3806                 frame on the Interface tab, whereas claws groups all 
3807                 the dialogs together in a 'Dialogs' frame.
3808
3809 2002-11-27 [colin]      0.8.6claws17
3810
3811         * src/prefs_matcher.c
3812                 Fix Execute criteria's NOT flag
3813
3814
3815 2002-11-26 [christoph]  0.8.6claws16
3816
3817         * src/ssl.c
3818                 rewrite the ssl code a little bit, only use one
3819                 SSL context, set default certificates' file/path
3820
3821 2002-11-26 [thorsten]   0.8.6claws15
3822
3823         * src/compose.c
3824                 default-reply-to didn't work for ml-reply
3825
3826 2002-11-26 [melvin]     0.8.6claws14
3827
3828         * src/prefs_actions.c
3829                 Made pipe-actions ignore short headers in message view
3830                 Made trailing-pipe-actions write in the message view with
3831                 the same font as the original message
3832
3833 2002-11-26 [paul]       0.8.6claws13
3834
3835         * src/compose.c
3836                 this time commit the correct file
3837
3838 2002-11-26 [paul]       0.8.6claws12
3839
3840         * sync with 0.8.6cvs11
3841           src/quote_fmt_parse.y  
3842                 no sync needed
3843           src/account.[ch]       
3844                 not sync'ed
3845           src/compose.c
3846                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
3847                 on draft mode.
3848                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
3849                 header
3850                 
3851         see ChangeLog 2002-11-25 and 2002-11-26
3852
3853 2002-11-26 [colin]      0.8.6claws11
3854
3855         * src/folderview.c
3856                 Fix collapsed folder not auto-expanding during
3857                 mail dnd, if it was the source folder.
3858
3859 2002-11-25 [colin]      0.8.6claws10
3860
3861         * src/folderview.[ch]
3862                 Variable renaming and cleaning (slist of nodes 
3863                 to be re-collapsed is stored in FolderView)
3864
3865 2002-11-25 [paul]       0.8.6claws9
3866
3867         * src/prefs_common.[ch]
3868                 fix breakage caused by last commit
3869
3870 2002-11-25 [paul]       0.8.6claws8
3871
3872         * sync with 0.8.6cvs4
3873                 see ChangeLog 2002-11-21
3874
3875 2002-11-25 [paul]       0.8.6claws7
3876
3877         * sync with 0.8.6cvs4
3878                 see ChangeLog 2002-11-20
3879
3880 2002-11-25 [paul]       0.8.6claws6
3881
3882         * sync with 0.8.6cvs3
3883                 see ChangeLog 2002-11-18
3884
3885 2002-11-25 [colin]      0.8.6claws5
3886
3887         * src/gtkutils.[ch]
3888                 Add gtkut_ctree_node_is_parent()
3889         * src/folderview.c
3890                 Spring-loaded folders
3891
3892 2002-11-25 [colin]      0.8.6claws4
3893
3894         * src/utils.[ch]
3895                 Add slist_concat_unique(), function to merge
3896                 two GSList filtering dups
3897         * src/folder.[ch]
3898         * src/summaryview.[ch]
3899         * src/folderview.c
3900         * src/main.c
3901                 Add detection/update/display of unread answers
3902                 to marked mails
3903         * src/procmsg.[ch]
3904                 Add procmsg_find_children()
3905                 Add procmsg_msg_has_marked_parent()
3906
3907 2002-11-25 [colin]      0.8.6claws3
3908
3909         * src/ssl_certificate.[ch]
3910                 Allow checking a certificate without a DNS
3911                 lookup
3912                 Allow to forget a cert (by deleting it)
3913                 Make ssl_certificate_destroy_public
3914         * src/ssl_manager.[ch] ** NEW FILES **
3915                 Gui to manage (display/remove) certificates
3916         * src/prefs_common.[ch]
3917                 Add a pref to allow silent acceptation of
3918                 trusted certificates or not (based on the
3919                 "I want to know what's going on" principle)
3920         * src/mainwindow.c
3921                 Add SSL manager in Tools menu
3922         * src/Makefile.am
3923                 Add the new files to the build
3924         * po/POTFILES.in
3925                 Add ssl_manager.c to translations
3926
3927 2002-11-25 [colin]      0.8.6claws2
3928
3929         * src/summaryview.[ch]
3930                 Add S_SEARCH_EXTENDED to the quick search, which 
3931                 allows to search using filtering syntax.
3932
3933 2002-11-25 [colin]      0.8.6claws1
3934
3935         * src/summaryview.c
3936                 Deletion of duplicates now prefer deleting
3937                 the unread dup (fixes feature-request 638989).
3938
3939 2002-11-24 [paul]       0.8.6claws
3940
3941         * po/es.po
3942           po/pl.po
3943           po/ru.po
3944           po/sr.po
3945                 updated by Ricardo Mones Lastra,
3946                 Witold Wladyslaw Wojciech Wilk,
3947                 Ruslan N. Balkin, and  Urke MMI 
3948                 respectively
3949
3950 2002-11-24 [paul]       0.8.5claws182
3951
3952         * po/bg.po
3953                 updated by George Danchev
3954
3955 2002-11-23 [alfons]     0.8.5claws181
3956
3957         * src/imap.c
3958                 tiny memory leak found by browsing Dimitar's 
3959                 valgrind report
3960
3961 2002-11-23 [paul]       0.8.5claws180
3962
3963         * po/it.po
3964                 updated by Alessandro Maestri
3965
3966 2002-11-22 [christoph]  0.8.5claws179
3967
3968         * src/compose.c
3969         * src/inc.c
3970         * src/prefs_filtering.c
3971         * src/summaryview.c
3972                 more warning fixes
3973
3974 2002-11-22 [alfons]     0.8.5claws178
3975
3976         * src/summaryview.c
3977                 summary_execute_delete_func(): if message is deleted, make 
3978                 sure to also remove its entry in the subject hash table. 
3979                 fixes a corner case bug.
3980
3981 2002-11-22 [paul]       0.8.5claws177
3982
3983         * .cvsignore
3984                 add 'autom4te.cache'
3985                 
3986         * ltconfig      ** REMOVED **
3987                 not needed
3988
3989 2002-11-22 [paul]       0.8.5claws176
3990
3991         * src/textview.c
3992                 textview_set_font(): fix for message display in
3993                 UTF-8 locales (thanks to Sergey Vlasov).
3994                 
3995         * AUTHORS
3996                 add new team members and contributors
3997
3998
3999 2002-11-21 [colin]      0.8.5claws175
4000
4001         * src/procmsg.[ch]
4002                 Add procmsg_remove_special_headers()
4003         * src/mh.c
4004                 Use procmsg_remove_special_headers() for 
4005                 previous fix
4006
4007 2002-11-21 [colin]      0.8.5claws174
4008
4009         * src/mh.c
4010                 Fix moving/copying from queue/draft folders
4011                 for MH folders
4012
4013 2002-11-21 [christoph]  0.8.5claws173
4014
4015         * src/crash.c
4016         * src/filtering.c
4017         * src/logwindow.c
4018         * src/main.c
4019         * src/matcher_parser_lex.[hl]
4020         * src/mbox.c
4021         * src/mbox_folder.[ch]
4022         * src/prefs_filtering.c
4023         * src/procheader.c
4024         * src/quote_fmt_lex.l
4025         * src/ssl.c
4026                 fix all warnings except the warnings in lex and yacc files
4027
4028 2002-11-20 [christoph]  0.8.5claws172
4029
4030         * src/imap.c
4031                 fix MsgInfo retrieval for IMAP draft and queue folders
4032                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
4033
4034 2002-11-19 [christoph]  0.8.5claws171
4035
4036         * src/compose.c
4037                 fix segfault, when draft saving does not get
4038                 the MsgInfo of the new message
4039                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
4040
4041 2002-11-19 [christoph]  0.8.5claws170
4042
4043         * src/procmsg.c
4044                 add parameter check for flag setting function
4045                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
4046
4047 2002-11-18 [paul]       0.8.5claws169
4048
4049         * src/compose.c
4050                 more sensitivity fixes to redirect mode:
4051                 * disable toolbar draft button
4052                 * allow only Address book in the Tools menu
4053                 * disable editing of message by the spell
4054                   checker
4055
4056 2002-11-18 [paul]       0.8.5claws168
4057
4058         * src/compose.c
4059                 fix sensitivity of menu items in compose_redirect():
4060                 allow only the necessary items 
4061
4062 2002-11-18 [paul]       0.8.5claws167
4063
4064         * src/compose.c
4065                 fix bug [ 603259 ] 'attachment got lost on bounce'
4066
4067 2002-11-18 [paul]       0.8.5claws166
4068
4069         * po/ru.po
4070                 updated by Ruslan N. Balkin <baron@dartel.ru>
4071
4072 2002-11-18 [colin]      0.8.5claws165
4073
4074         * src/main.c
4075           src/defs.h
4076                 Remove old filtering stuff
4077
4078
4079 2002-11-17 [oliver]     0.8.5claws164
4080
4081         * src/toolbar.h
4082                 remove not needed typedef 
4083
4084 2002-11-17 [oliver]     0.8.5claws163
4085
4086         * src/toolbar.c
4087                 make toolbar's on click events translatable
4088
4089 2002-11-15 [colin]      0.8.5claws162
4090
4091         * src/summaryview.c
4092                 Revert too-soon integration of a feature
4093
4094 2002-11-15 [christoph]  0.8.5claws161
4095
4096         * src/imap.c
4097                 use main's implementation of imap_get_msginfo
4098
4099 2002-11-15 [christoph]  0.8.5claws160
4100
4101         * src/compose.c
4102         * src/folder.[ch]
4103         * src/imap.c
4104         * src/mbox_folder.c
4105         * src/mh.c
4106         * src/news.c
4107         * src/procmsg.c
4108         * src/summaryview.c
4109                 replace claws' fetch_msginfo with main's get_msginfo
4110                 (use main's implementation where possible)
4111
4112 2002-11-15 [colin]      0.8.5claws159
4113
4114         * src/ssl_certificate.c
4115                 Missed a check
4116
4117 2002-11-16 [melvin]     0.8.5claws158
4118
4119         * po/fr.po
4120                 Updated French translations.
4121
4122 2002-11-16 [colin]      0.8.5claws157
4123
4124         * src/ssl_certificate.c
4125                 Check for missing parts in the certificates
4126
4127 2002-11-15 [colin]      0.8.5claws156
4128
4129         * src/folderview.c
4130                 Preventive fix (missing check) found by
4131                 Alfons
4132
4133 2002-11-15 [paul]
4134
4135         * NEWS
4136                 sync with 0.8.6 release
4137
4138 2002-11-15 [colin]      0.8.5claws155
4139
4140         * src/folder.[ch]
4141           src/folderview.c
4142                 Fix error handling of folder_item_move_to()
4143                 (thanks to Alfons!)
4144
4145 2002-11-15 [colin]      0.8.5claws154
4146
4147         * src/folder.[ch]
4148           src/folderview.c
4149                 folder_item_move_to() sets an error message instead
4150                 of having GUI stuff in folder.c
4151
4152 2002-11-15 [colin]      0.8.5claws153
4153
4154         * src/procmsg.[ch]
4155                 Implemented a callback for MsgInfo updates, 
4156                 heavily copy/pasted from Christoph's folder 
4157                 callback system
4158         * src/summaryview.[ch]
4159                 Register summary_update_msg as callback
4160
4161 2002-11-14 [colin]      0.8.5claws152
4162         
4163         * src/procmsg.c
4164                 Update the FolderItem after sending (fixes 617593)
4165
4166 2002-11-14 [christoph]  0.8.5claws151
4167
4168         * src/folder.c
4169                 fix wrong position of NULL pointer check found
4170                 by Sergey
4171
4172 2002-11-14 [christoph]  0.8.5claws150
4173
4174         * src/folder.c
4175                 fix segfault when deleting messages from IMAP folders
4176                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
4177
4178 2002-11-14 [colin]      0.8.5claws149
4179
4180         * src/compose.c
4181                 Forwarding was also ignoring the folder's default account.
4182
4183 2002-11-14 [colin]      0.8.5claws148
4184
4185         * src/compose.c
4186                 Fix sent folder not set to folder properties when 
4187                 forwarding.
4188
4189 2002-11-14 [thorsten]   0.8.5claws147
4190
4191         * src/inc.c
4192                 inc_start(): Files were not moved from .processing to inbox,
4193                 if no global processing rule existed
4194
4195 2002-11-14 [colin]      0.8.5claws146
4196
4197         * src/ssl_certificate
4198                 Fix file operations
4199
4200 2002-11-14 [paul]       0.8.5claws145
4201
4202         * po/it.po
4203                 updated by Alessandro Maestri
4204
4205 2002-11-13 [alfons]     0.8.5claws144
4206
4207         * src/folder.c
4208                 folder_item_close(): only mark messages unread
4209                 when a folder has new messages 
4210
4211 2002-11-13 [keith]      0.8.5claws143
4212
4213         * src/imap.c
4214                 Fix problem moving or copying between
4215                 IMAP folders
4216
4217 2002-11-13 [colin]      0.8.5claws142
4218
4219         * src/matcher_parser_parse.y
4220                 Fix rule problem when " don't match
4221
4222 2002-11-13 [christoph]  0.8.5claws141
4223
4224         * src/folder.c
4225         * src/folderview.c
4226                 moved cache saving to folder_item_close
4227                 the folderview should not have to deal with
4228                 this things
4229
4230 2002-11-13 [christoph]  0.8.5claws140
4231
4232         * src/summaryview.c
4233                 moved setting of important score to
4234                 summary_set_prefs_from_folderitem
4235
4236 2002-11-13 [colin]      0.8.5claws139
4237
4238         * src/matcher_parser_parse.y
4239                 Fix a segfault in the parser (happening when
4240                 a good expression had been tested and a bad 
4241                 one arrives)
4242
4243 2002-11-13 [paul]       0.8.5claws138
4244
4245         * sync with 0.8.5cvs24
4246                 see ChangeLog 2002-11-13
4247                 
4248         * po/pt_BR.po
4249                 updated by Fabio Jr. Beneditto
4250
4251 2002-11-13 [colin]      0.8.5claws137
4252         
4253         * src/msgcache.c
4254           src/defs.h
4255           src/procmsg.[ch]
4256                 Revert last commit, problem
4257
4258 2002-11-13 [colin]      0.8.5claws136
4259
4260         * src/msgcache.c
4261                 Remove duplicated code
4262         * src/defs.h
4263                 Bumped CACHE_VERSION and MARK_VERSION
4264         * src/procmsg.[ch]
4265                 Network endian for cache and mark files
4266
4267 2002-11-12 [colin]      0.8.5claws135
4268
4269         * src/inc.c
4270                 Fix the "socket error" dialog which disappeared
4271
4272 2002-11-12 [colin]      0.8.5claws134
4273
4274         * src/msgcache.c
4275                 Reverse last commit which had performance 
4276                 problems, but still reverse the list
4277
4278 2002-11-12 [colin]      0.8.5claws133
4279
4280         * src/msgcache.c
4281                 Reverse list order
4282
4283 2002-11-12 [melvin]     0.8.5claws132
4284
4285         * src/compose.c
4286                 Added a check for a NULL prefs_common.dictionary
4287
4288 2002-11-12 [colin]      0.8.5claws131
4289
4290         * src/ssl_certificate.[ch]
4291                 Use FQDN hostname
4292
4293 2002-11-12 [colin]      0.8.5claws130
4294
4295         * src/ssl_certificate.[ch]
4296                 Take connection port into account for 
4297                 checking certificates (a single hostname
4298                 could have multiple servers with multiple
4299                 certificates)
4300         * src/ssl.c
4301                 Pass the port to ssl_certificate_check
4302
4303 2002-11-12 [paul]       0.8.5claws129
4304
4305         * src/folder.c
4306                 fix a typo in last commit
4307
4308 2002-11-12 [paul]       0.8.5claws128
4309
4310         * sync with 0.8.5cvs23
4311                 see ChangeLog entry 2002-11-12
4312
4313 2002-11-11 [colin]      0.8.5claws127
4314
4315         * src/ssl_certificate.c
4316                 Cleaner messages
4317                 Don't popup, instead log error, if the 
4318                 corresponding pref is checked
4319         * src/ssl_certificate.h
4320                 include <openssl/objects/h>
4321
4322 2002-11-11 [colin]      0.8.5claws126
4323
4324         * src/ssl_certificate.h
4325                 _Really_ clean it
4326
4327 2002-11-11 [colin]      0.8.5claws125
4328         
4329         * src/ssl_certificate.c
4330                 Fixed leak
4331
4332 2002-11-11 [colin]      0.8.5claws124
4333
4334         * src/ssl.c
4335                 Cleaned a bit
4336         * src/ssl_certificate.[ch]
4337                 Cleaned a bit (better use of SSL API)
4338                 (This will cause non-recognition of saved 
4339                  certificates of claws12[23]...)
4340
4341 2002-11-11 [paul]       0.8.5claws123
4342         
4343         * po/es.po
4344                 updated by Ricardo Mones Lastra
4345
4346 2002-11-11 [colin]      0.8.5claws122
4347
4348         * src/ssl.c
4349                 Fix a typo
4350
4351 2002-11-11 [colin]      0.8.5claws121
4352
4353         * src/ssl_certificate.[ch] ** NEW FILES **
4354         * src/ssl.[ch]
4355                 Check SSL certificates presented to us
4356         * src/Makefile.am
4357                 Add ssl_certificate.[ch]
4358         * po/POTFILES.in
4359                 Add ssl_certificate.c
4360
4361 2002-11-11 [paul]       0.8.5claws120
4362
4363         * sync with 0.8.5cvs22
4364                 see ChangeLog 2002-11-11
4365
4366 2002-11-11 [paul]       0.8.5claws119
4367
4368         * sync with 0.8.5cvs21
4369                 see ChangeLog 2002-11-11
4370
4371 2002-11-10 [jens]       0.8.5claws118
4372
4373         * src/folder.c
4374         * src/folderview.c
4375                 corrected some typing
4376         * po/de.po
4377                 updated german translation
4378         * sylpheed.spec.in
4379                 cleaned up specfile and adjusted it for claws
4380
4381 2002-11-10 [colin]      0.8.5claws117
4382
4383         * src/summaryview.c
4384                 a STATUSBAR_PUSH/POP fix
4385
4386 2002-11-10 [colin]      0.8.5claws116
4387
4388         * src/prefs_folder_item.c
4389                 Fix hanging after opening folder properties
4390
4391 2002-11-10 [hoa]        0.8.5claws115
4392
4393         * src/matcher_parser_lex.l
4394         * src/matcher_parser_parse.y
4395                 config file for scoring and filtering is no more trashed
4396                 when there is a syntax error in a filtering rule when
4397                 editing it in a dialog.
4398
4399 2002-11-09 [colin]      0.8.5claws114
4400
4401         * src/mbox_folder.c
4402                 Added missing initialisation of folder->destroy()
4403
4404 2002-11-09 [colin]      0.8.5claws113
4405
4406         * src/folder.c
4407           src/folderview.c
4408                 Fix the status bar messages
4409
4410 2002-11-09 [colin]      0.8.5claws112
4411
4412         * src/folderview.c
4413                 Fix hangs after folder dnd, happening after 
4414                 claws109.
4415
4416 2002-11-09 [christoph]  0.8.5claws111
4417
4418         * src/folderview.c
4419                 just changed order of calls (reverse order of
4420                 associated calls)
4421         * src/inc.c
4422                 lock inc when checking only one account, otherwise
4423                 inc all could be executed at the same time
4424
4425 2002-11-09 [christoph]  0.8.5claws110
4426
4427         * src/folderview.c
4428                 better unlock the mouse cursor before calling
4429                 summary_show because it changes the cursor too
4430
4431 2002-11-09 [christoph]  0.8.5claws109
4432
4433         * src/folder.[ch]
4434         * src/folderview.c
4435                 add functions to open and close a folder
4436                 o opending will execute scanning for remote folders
4437                   and processing
4438                 o closing will unset new flag for messages
4439
4440 2002-11-09 [colin]      0.8.5claws108
4441
4442         * src/folder.c
4443                 Add a call to prefs_matcher_write_config to 
4444                 avoid non-leaf folders filtering settings to be
4445                 lost
4446
4447 2002-11-09 [paul]       0.8.5claws107
4448
4449         * src/prefs_account.c
4450                 re-word a label
4451
4452 2002-11-09 [colin]      0.8.5claws106
4453
4454         * src/folderview.c
4455                 Minor esthetic fix
4456
4457 2002-11-09 [colin]      0.8.5claws105
4458
4459         * src/folderview.c
4460                 Fix prefs_filtering deletion for MH folders (same
4461                 reason as below)
4462         * src/prefs_filtering.c
4463                 Fix prefs_filtering renaming and deletion for 
4464                 folder-based processing rules.  
4465
4466 2002-11-09 [christoph]  0.8.5claws104
4467
4468         * src/compose.c
4469         * src/folder.[ch]
4470         * src/folderview.[ch]
4471         * src/import.c
4472         * src/inc.c
4473         * src/main.c
4474         * src/mainwindow.c
4475         * src/messageview.c
4476         * src/prefs_folder_item.c
4477         * src/procmsg.c
4478         * src/summaryview.c
4479                 implement a callback system for folder item updates
4480
4481 2002-11-09 [colin]      0.8.5claws103
4482
4483         * src/folderview.c
4484                 Fix prefs_filtering renaming for MH folders (we
4485                 shouldn't rename by path as another folder could
4486                 have the same hierarchy).
4487
4488 2002-11-09 [colin]      0.8.5claws102
4489
4490         * src/folder.c
4491                 Fix a leak found by Christoph, use better variable
4492                 names
4493
4494 2002-11-09 [colin]      0.8.5claws101
4495
4496         * src/folder.c
4497                 One more fix for processing rules
4498
4499 2002-11-08 [colin]      0.8.5claws100
4500         
4501         * src/matcher.c
4502                 Don't copy the compiled regexp (will be reevaluated)
4503         * src/folderview.c
4504                 Lock folderview while moving
4505         * src/folder.c
4506                 Provide info on what's happening to the user
4507
4508 2002-11-08 [colin]      0.8.5claws99
4509
4510         * src/folderview.c
4511                 Fix folder reordering after a move if parent is 
4512                 root
4513         * src/scoring.[ch]
4514                 Add function to copy a ScoringProp
4515         * src/prefs_folder_item.c
4516                 Copy scoring rules when copying a folder prefs
4517
4518 2002-11-08 [colin]      0.8.5claws98
4519
4520         * src/folderview.c
4521                 Fixes in case of failure
4522         * src/filtering.[ch]    
4523                 Add function to duplicate a FilteringProp
4524         * src/matcher.[ch]
4525                 Add function to duplicate a MatcherProp
4526         * src/prefs_folder_item.c
4527                 Save folder's processing rules when copying 
4528                 its prefs
4529
4530 2002-11-08 [colin]      0.8.5claws97
4531         
4532         * src/folderview.c
4533                 Sort after move
4534         * src/folder.c 
4535                 Change a printf to debug_print
4536
4537 2002-11-08 [colin]      0.8.5claws96
4538
4539         * src/folder.c
4540           src/folderview.c
4541                 Fix segfaults, call me stupido
4542         
4543
4544 2002-11-08 [colin]      0.8.5claws95
4545
4546         *src/folder.c
4547                 Added forgotten prefs to save when moving folders
4548
4549 2002-11-08 [colin]      0.8.5claws94
4550
4551         * src/folder.c
4552                 Fixes to folder DND (prefs copy)
4553         * src/folderview.c
4554                 Optimization for folder DND (don't rescan whole tree)
4555                 Added folderview_create_folder_node() for this 
4556                 optimization, so de-duped a bit the code
4557         * src/prefs_folder_item.[ch]
4558                 Added prefs_folder_item_copy_prefs()    
4559           
4560 2002-11-08 [paul]       0.8.5claws93
4561
4562         * src/prefs_account.c
4563           tools/README
4564           tools/kmail2sylpheed_v2.pl
4565                 correct some typos
4566
4567 2002-11-08 [paul]       0.8.5claws92
4568
4569         * src/compose.c
4570           src/prefs_account.[ch]
4571                 remove account options 'clearsign' and 'ascii_armored',
4572                 replace with 'default_gnupg_mode' to prevent mixed-mode
4573                 Privacy settings
4574
4575 2002-11-08 [paul]       0.8.5claws91
4576
4577         * src/compose.[ch]
4578                 re-implement GnuPG 'on-the-fly' mode selection,
4579                 disallow mixed-mode
4580
4581 2002-11-08 [colin]      0.8.5claws90
4582
4583         * src/folderview.c
4584           src/prefs_folder_item.c
4585                 Change "Property" to "Properties"
4586
4587 2002-11-07 [colin]      0.8.5claws89
4588
4589         * src/folderview.c
4590           src/folder.c
4591                 Allow folder dropping to a root folder
4592
4593 2002-11-07 [paul]       0.8.5claws88
4594
4595         * src/compose.c
4596                 revert last commit
4597
4598 2002-11-07 [paul]       0.8.5claws87
4599
4600         * src/compose.c
4601                 fix reply-to-list bug. closes bug report
4602                 "[633382] reply-to-list broken in recent cvs"
4603
4604 2002-11-07 [paul]       0.8.5claws86
4605
4606         * src/compose.c
4607                 add a forgotten '#if USE_GPGME ... #endif'
4608
4609 2002-11-07 [paul]       0.8.5claws85
4610
4611         * sync with 0.8.5cvs20
4612                 see ChangeLog 2002-11-07
4613
4614 2002-11-07 [colin]      0.8.5claws84
4615
4616         * src/folder.[ch]
4617                 Change folder_item_move_to to return the newly 
4618                 created folderitem.
4619         * src/folderview.c
4620                 Select the new folderitem after moving.
4621
4622 2002-11-07 [colin]      0.8.5claws83
4623
4624         * src/prefs_filtering.c
4625                 Fix rule rewriting when moving a leaf folder to a 
4626                 shorter path
4627
4628 2002-11-07 [colin]      0.8.5claws82
4629
4630         * src/prefs_filtering.c
4631                 fix a leak
4632
4633 2002-11-07 [colin]      0.8.5claws81
4634
4635         * src/folder.[ch]
4636                 Add folder_item_move_to() function to move a 
4637                 folderitem into another one (updates matcher etc)
4638         * src/folderview.c
4639                 Add folder drag'n drop (context menu to come)
4640                 [Should be dataloss free, but Please backup before 
4641                  trying !]
4642
4643 2002-11-06 [colin]      0.8.5claws80
4644
4645         * src/mh.c
4646                 mh_create_folder() returns NULL if can't create
4647                 directory hierarchy
4648
4649 2002-11-06 [paul]       0.8.5claws79
4650
4651         * src/compose.[ch]
4652                 allow 'on-the-fly' changing of the type of encryption 
4653                 and/or signing used (mime/ascii) via the compose window
4654
4655 2002-11-06 [paul]       0.8.5claws78
4656
4657         * sync with 0.8.5cvs19
4658                 see ChangeLog 2002-11-06 for src/account.c: 
4659                 account_get_special_folder()
4660                 
4661 2002-11-05 [alfons]     0.8.5claws77
4662
4663         * src/crash.c
4664                 very minor cleanups: nothing to see here, move on. :-)
4665
4666 2002-11-05 [colin]      0.8.5claws76
4667
4668         * src/main.c
4669                 Changes choices if compose windows are opened to
4670                 Discard, Draft, Don't quit
4671
4672 2002-11-05 [thorsten]   0.8.5claws75
4673
4674         * src/compose.c
4675                 reenabled default_reply_to folder option
4676
4677 2002-11-05 [colin]      0.8.5claws74
4678
4679         * src/compose.[ch] 
4680                 add compose_draft()
4681         * src/crash.c
4682                 add SIGTERM handler
4683         * src/main.[ch]
4684                 add clean_quit() for the SIGTERM handler
4685
4686 2002-11-05 [paul]       0.8.5claws73
4687         
4688         * po/es.po
4689                 updated by Ricardo Mones Lastra
4690
4691 2002-11-05 [melvin]     0.8.5claws72
4692
4693         * src/logwindow.c
4694                 Fixed log-clipping bug #616795.
4695                 To stop logging in the log window use 0 length.
4696         * src/prefs_common.c
4697                 Added a label to inform about the 0 log length behaviour.
4698
4699 2002-11-05 [paul]       0.8.5claws71
4700
4701         * sync with 0.8.5cvs17
4702                 see ChangeLog 2002-11-05
4703
4704 2002-11-04 [paul]       0.8.5claws70
4705
4706         * sylpheed-128x128.png
4707           sylpheed-64x64.png
4708           sylpheed.png
4709                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
4710                 <nikai@users.sourceforge.net>
4711                 
4712         * po/bg.po
4713                 updated by George Danchev
4714
4715 2002-11-03 [thorsten]   0.8.5claws69
4716
4717         * src/main.c
4718           src/mimeview.c
4719           src/rfc2015.h
4720                 add check if gpg is active
4721
4722 2002-11-03 [thorsten]   0.8.5claws68
4723
4724         * src/toolbar.h
4725                 removed GSList declaration causing trouble on MacOS-X
4726                 (submitted by alfons, reported by xfesty)
4727
4728 2002-11-01 [paul]       0.8.5claws67
4729
4730         * src/mainwindow.c
4731                 remove last remnants of main's filter code
4732
4733 2002-11-01 [paul]       0.8.5claws66
4734
4735         * tools/filter_conv.pl
4736                 fix bug where user-defined headers were ignored
4737
4738 2002-11-01 [paul]       0.8.5claws65
4739
4740         * src/logwindow.c
4741                 make a debug_print() not translatable
4742
4743 2002-10-31 [melvin]     0.8.5claws64
4744
4745         * ac/aspell.m4
4746                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
4747                 not run any GNU/aspell test.  The dictionary path will
4748                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
4749                 was given, in which case, it will be $prefix/lib/aspell/
4750         * configure.in
4751                 Fixed typo in commentary (Aspell code).
4752
4753 2002-10-31 [paul]       0.8.5claws63
4754
4755         * po/POTFILES.in
4756                 remove src/filter.c and src/prefs_filter.c
4757                 thanks to Ricardo for reminding me
4758
4759 2002-10-31 [colin]      0.8.5claws62
4760
4761         * src/mbox_folder.c
4762                 Plug some leaks
4763
4764 2002-10-31 [paul]       0.8.5claws61
4765
4766         * src/prefs_filter.[ch] ** REMOVED **
4767           src/filter.[ch]       ** REMOVED **
4768           
4769         * src/Makefile.am
4770           src/folderview.c
4771           src/inc.c
4772           src/main.c
4773           src/mainwindow.c
4774           src/mbox.c
4775           src/prefs_common.c
4776           src/prefs_filtering.c
4777           src/summaryview.[ch]
4778                 remove main's 'filter' code
4779                 
4780         README.claws
4781                 update to reflect removal of main's filter
4782
4783 2002-10-31 [paul]       0.8.5claws60
4784
4785         * src/summaryview.c
4786                 remove check for global_processing in summary_filter_open(). 
4787                 This fixes the bug where if the user uses the right-click 
4788                 'Create filter rule...' and doesn't have any filter rules 
4789                 already defined in claws' advanced filtering, the newly 
4790                 created filter rule goes to main's filtering which is 
4791                 inaccessible through the gui. Now the filter rule gets added
4792                 to claws' filtering by default.
4793
4794 2002-10-28 [melvin]     0.8.5claws59
4795
4796         * src/prefs_actions.c
4797                 Fixed bug #627322 where MIME parts were not always
4798                 correctly passed to a %p action
4799                 Display an error dialog when message filename is not found.
4800
4801 2002-10-28 [melvin]     0.8.5claws58
4802
4803         * src/prefs_common.c
4804                 Readded a missing function declaration lost in 0.8.3claws34
4805
4806 2002-10-28 [paul]       0.8.5claws57
4807
4808         * sync with 0.8.5cvs15
4809                 see ChangeLog 2002-10-28 and 2002-10-25
4810                 
4811         Note: ChangeLog entry 2002-10-24 is not sync'ed.
4812
4813 2002-10-27 [oliver]     0.8.5claws56
4814
4815         * src/pop.c
4816                 plug leak in pop3_top_recv
4817
4818 2002-10-26 [christoph]  0.8.5claws55
4819
4820         * src/folder.c
4821                 set need_update folder flag when messages are added
4822                 (closes bug [ 626922 ] folder not updated after receiving)
4823
4824 2002-10-25 [melvin]     0.8.5claws54
4825
4826         * src/imageview.c
4827                 Fixed a memleak introduced in the scaling code.
4828
4829 2002-10-24 [alfons]     0.8.5claws53
4830
4831         * src/filtering.c
4832                 make filtering's forward message action forward from the 
4833                 correct account
4834                 (closes bug [628089 ] Filter -> Forward from address problem
4835                 reported by Oktay)
4836
4837 2002-10-24 [christoph]  0.8.5claws52
4838
4839         * src/mainwindow.c
4840         * src/manual.[ch]
4841                 o use manual of current locale or english if current
4842                   locale is not available (and english is available)
4843                 o also link to sylpheed doc project manuals
4844
4845 2002-10-23 [paul]       0.8.5claws51
4846
4847         * tools/README
4848           tools/kmail2sylpheed_v2.pl
4849                 add new version of kmail addressbook importer script.
4850                 works with newer versions of Kmail/KAddressBook which
4851                 have new and rearranged data.
4852
4853 2002-10-23 [martin]     0.8.5claws50
4854
4855         * src/folderview.c
4856         * src/summaryview.c
4857         * src/utils.h
4858         * src/utils.c
4859                 added length parameter to get_abbrev_newsgroup_name()
4860                 changed this function so that it abbreviates the newsgroup
4861                 names only so long it is smaller than the length parameter
4862                 (for better reading of some newsgroup names and space efficiency)
4863
4864 2002-10-22 [colin]      0.8.5claws49
4865
4866         *src/foldersel.c
4867                 Revert Alfons' last modification (after voting ;-))
4868
4869 2002-10-21 [alfons]     0.8.5claws48
4870
4871         * src/foldersel.c
4872                 folder view in folder selection dialog reflects state of
4873                 folder view in main window
4874
4875 2002-10-18 [alfons]     0.8.5claws47
4876
4877         * src/mbox.c
4878                 drop imported messages in folder selected by user,
4879                 and not in the inbox
4880                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
4881
4882 2002-10-18 [alfons]     0.8.5claws46
4883
4884         * src/compose.c
4885                 make automagic reply work correctly for email accounts 
4886                 (whether it's viable to do a full sync with Hiro's 
4887                 compose.c is still under discussion)
4888
4889 2002-10-18 [melvin]     0.8.5claws45
4890
4891         * src/prefs_actions.c
4892                 Fixed bug #622275 where asynchroneous actions left 
4893                 zombies processes
4894                 Made (synchroneous) actions' input be displayed live.
4895
4896 2002-10-18 [christoph]  0.8.5claws44
4897
4898         * src/textview.c
4899                 don't add a newline in the textview in front of the
4900                 first textpart if header display is disabled
4901                 (closes bug [ 603385 ] disabled header display leaves blank
4902                  lin)
4903
4904 2002-10-18 [christoph]  0.8.5claws43
4905
4906         * src/folder.[ch]
4907         * src/imap.c
4908         * src/mbox_folder.c
4909         * src/mh.c
4910         * src/news.c
4911                 folder->get_num_list now returns an error code
4912                 (closes bug [ 609424 ] News cache cleared on failure)
4913                 
4914 2002-10-17 [colin]      0.8.5claws42
4915         
4916         * src/news.c
4917                 Changed a printf by debug_print
4918
4919 2002-10-16 [paul]       
4920
4921         * tools/OOo2sylpheed.pl
4922                 allow for spaces in the name of the
4923                 file to be attached.
4924
4925 2002-10-16 [colin]      0.8.5claws41
4926
4927         * src/main.c
4928                 Use a tristate to change online mode
4929
4930 2002-10-16 [paul]       0.8.5claws40
4931
4932         * po/es.po
4933                 updated by Ricardo Mones Lastra
4934
4935 2002-10-16 [colin]      0.8.5claws39
4936
4937         * src/main.c
4938           src/mainwindow.[ch]
4939                 Added --online and --offline command-line
4940                 switches
4941
4942 2002-10-15 [christoph]  0.8.5claws38
4943
4944         * src/procmime.c
4945                 set mimeinfo->name to NULL after g_free to
4946                 avoid double freeing with g_free
4947
4948 2002-10-14 [christoph]  0.8.5claws37
4949
4950         * src/compose.c
4951         * src/filtering.c
4952         * src/summaryview.c
4953                 remove calls to folder->change_flags that are now
4954                 done by procmsg flag functions (seems it is not
4955                 used by any foldertype anyway)
4956         * src/folder.c
4957                 init folder->change_flags with NULL
4958
4959 2002-10-14 [christoph]  0.8.5claws36
4960
4961         * src/folder.[ch]
4962         * src/imap.[ch]
4963                 use virtual functions for folder item new and destroy
4964                 functions
4965
4966 2002-10-14 [melvin]     0.8.5claws35
4967
4968         * src/compose.c
4969                 Added a test to not run the spell checker if no default
4970                 dictionary is available. No dialog is displayed though.
4971
4972 2002-10-14 [melvin]     0.8.5claws34
4973
4974         * src/gtkaspell.c
4975                 Fixed bug in dictionary list context menu where
4976                 "More..." pointed to an emtpy submenu if the
4977                 number of dictionaries is a multiple of 15
4978                 Removed unneeded code in suggestions list creation
4979
4980 2002-10-14 [paul]       0.8.5claws33
4981
4982         * po/bg.po
4983                 updated by George Danchev
4984
4985 2002-10-13 [hoa]        0.8.5claws32
4986
4987         * src/matcher.[ch]
4988           src/matcher_parser_parser.y
4989                 removed the escaped string from internal structure
4990                 of matcher.
4991
4992 2002-10-12 [colin]      0.8.5claws31
4993
4994         * src/gtksctree.[ch]
4995           src/summaryview.c
4996                 Removed useless function gtksctree_reanchor
4997
4998 2002-10-12 [alfons]     0.8.5claws30
4999         
5000         * sync with remaining main changes 2002-10-09 - 2002-10-11
5001         - drop changes to src/compose.c (requires claws specific changes)
5002         
5003 2002-10-12 [alfons]     0.8.5claws29
5004         
5005         * sync with main changes of 2002-10-08
5006         - drop changes to src/compose.c (requires claws specific changes)
5007         - drop changes to src/summaryview.c (requires changes to compose.c)     
5008
5009 2002-10-12 [alfons]     0.8.5claws28
5010         
5011         * sync with main changes of 2002-10-07
5012
5013 2002-10-12 [alfons]     0.8.5claws27
5014
5015         * sync with main changes of 2002-10-04
5016         - drop changes to src/compose.c (requires claws specific changes)
5017         - drop changes to src/prefs_folder_item.c (claws implementation
5018           seems to be working)
5019
5020 2002-10-12 [colin]      0.8.5claws26
5021
5022         * src/mainwindow.c
5023                 Fix folder-flicker when space-reading, introduced 
5024                 in claws22.
5025
5026 2002-10-12 [colin]      0.8.5claws25
5027
5028         * src/compose.c
5029                 Save account address when saving as draft.
5030                 (closes bug 621838)
5031
5032 2002-10-12 [colin]      0.8.5claws24
5033
5034         * src/summaryview.c
5035                 Fix the problem consisting of no message selected
5036                 after the last message in a folder has been moved.
5037
5038 2002-10-12 [paul]       0.8.5claws23
5039
5040         * src/compose.c
5041           src/prefs_template.c
5042           src/template.[ch]
5043                 add Cc and Bcc to templates. Patch submitted by
5044                 John L. Males.
5045
5046 2002-10-12 [colin]      0.8.5claws22
5047
5048         * src/folderview.c
5049                 Fix a bug after "Check for new messages":
5050                 If a folder was opened, it was still selected at
5051                 the end of the check, but displayed empty.
5052         * src/mainwindow.c
5053                 Remove unnecessary check
5054
5055 2002-10-12 [paul]
5056
5057         * tools/README
5058                 be more verbose in the description of
5059                 OOo2sylpheed.pl
5060                 
5061
5062 2002-10-11 [colin]      0.8.5claws21
5063
5064         * src/mainwindow.c
5065                 Make space work (better) when no mail is selected
5066
5067 2002-10-11 [colin]      0.8.5claws20
5068
5069         * src/inc.c
5070           src/news.c
5071                 fix warnings
5072
5073 2002-10-11 [colin]      0.8.5claws19
5074
5075         * src/mainwindow.c
5076                 revert 0.8.5claws6 changes as i couldn't get to
5077                 anything satisfying
5078
5079 2002-10-11 [melvin]     0.8.5claws18
5080
5081         * src/compose.c
5082                 Removed buggy and unused macro (should have been committed in
5083                 0.8.5claws17)
5084
5085 2002-10-11 [melvin]     0.8.5claws17
5086
5087         * src/compose.c
5088                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
5089
5090 2002-10-11 [thorsten]   0.8.5claws16 
5091
5092         * src/folderview.c
5093                 remove rescan warning
5094
5095 2002-10-11 [colin]      0.8.5claws15 
5096
5097         * src/procheader.c
5098                 fix a segfault that happens if conv_unmime_header
5099                 fails (should be better to find out why it fails)
5100
5101 2002-10-11 [christoph]  0.8.5claws14
5102
5103         * src/summaryview.c
5104                 update folderview stats after ignore/unignore thread
5105
5106 2002-10-11 [hoa]        0.8.5claws13
5107
5108         * src/quote_fmt_parse.y
5109                 Fixed a yacc/bison syntax error
5110         * src/matcher.c
5111                 Escaping of string is fixed.
5112
5113 2002-10-11 [colin]      0.8.5claws12
5114
5115         * src/imageview.c
5116                 Resize images to fit
5117
5118 2002-10-11 [paul]       0.8.5claws11
5119
5120         * po/es.po
5121                 updated by Ricardo Mones Lastra
5122
5123 2002-10-10 [alfons]     0.8.5claws10
5124
5125         * src/compose.c
5126                 allow dropping files by "moving" files from a file manager,
5127                 not only by the more cumbersome "copying". the latter 
5128                 mostly implies holding down the Control button
5129
5130 2002-10-10 [christoph]  0.8.5claws9
5131
5132         * src/summaryview.c
5133                 update folders after thread building for ignored threads
5134
5135 2002-10-10 [christoph]  0.8.5claws8
5136
5137         * config/.cvsignore
5138                 added Makefile
5139         * src/filtering.[ch]
5140         * src/folder.[ch]
5141         * src/folderview.[ch]
5142         * src/import.c
5143         * src/inc.[ch]
5144         * src/mbox.[ch]
5145         * src/procmsg.c
5146         * src/summaryview.[ch]
5147                 o added new flag need_update to FolderItem
5148                 o removed folder_table from various functions from tracking
5149                   folder updates
5150                 o set need_update flags in folder.c's move, copy and delete
5151                   functions and procmsg's flags functions
5152                 o added function folderview_update_items_when_required that
5153                   updates all folders with need_update set
5154                 o call folderview_update_items_when_required instead of
5155                   folderview_update_item_foreach
5156
5157 2002-10-09 [sergey]     0.8.5claws7
5158
5159         * src/compose.c
5160                 Strip CRs whel loading the text into editor in reedit mode.
5161
5162 2002-10-09 [colin]      0.8.5claws6
5163
5164         * src/mainwindow.c
5165                 Make Space work when no mail is selected
5166
5167 2002-10-09 [colin]      0.8.5claws5
5168
5169         * src/gtksctree.[ch]
5170                 Fix range_select
5171                 Add gtk_sctree_reanchor() 
5172         * src/summaryview.c
5173                 Use gtk_sctree_reanchor() - better fix for 
5174                 bug 60413
5175
5176 2002-10-09 [colin]      0.8.5claws4
5177
5178         * src/summaryview.c
5179                 Fix shift-click select after delete problem
5180                 (closes bug 60413)
5181
5182 2002-10-08 [thorsten]   0.8.5claws3
5183
5184         * src/summaryview.c
5185                 exclude current msg from -hide read messages-
5186
5187 2002-10-08 [colin]      0.8.5claws2
5188
5189         * src/inc.[ch]
5190           src/pop.c
5191           src/recv.c
5192                 Differentiate socket errors from disk full
5193                 errors
5194
5195 2002-10-08 [christoph]  0.8.5claws1
5196
5197         * Makefile.am
5198         * configure.in
5199                 modifications for new config directory
5200
5201         * config.guess  ** REMOVED **
5202         * config.sub    ** REMOVED **
5203         * install-sh    ** REMOVED **
5204         * ltmain.sh     ** REMOVED **
5205         * missing       ** REMOVED **
5206         * mkinstalldirs ** REMOVED **
5207                 these files are autogenerated by automake
5208                 when you run autogen.sh
5209
5210         * config/.cvsignore     ** NEW FILE **
5211         * config/Makefile.am    ** NEW FILE **
5212                 ignore autogenerated files
5213                 create a Makefile in this directory
5214
5215 2002-10-08 [paul]       0.8.5claws
5216
5217         * 0.8.5claws release
5218         
5219         * src/compose.c
5220           src/procheader.c
5221           src/procmsg.c
5222                 fix quote reply format for newsgroups reply bug
5223                 (thanks to Hoa)
5224                 
5225         * po/en_GB.po
5226           po/pl.po
5227                 updated by me and Witold Wladyslaw Wojciech Wilk
5228                 repectively
5229
5230 2002-10-07 [paul]       0.8.3claws53
5231
5232         * po/it.po
5233           po/pt_BR.po
5234           po/sr.po
5235                 updated messages catalogs, submitted by
5236                 Alessandro Maestri, Fabio Jr.Beneditto 
5237                 and Urke MMI, respectively.
5238
5239 2002-10-07 [christoph]  0.8.3claws52
5240
5241         * src/folder.[ch]
5242         * src/folderview.c
5243         * src/mainwindow.c
5244                 fix new folder ghost message bug
5245                 (closes bug [ 619722 ] wrong count for newly created folders)
5246
5247 2002-10-07 [christoph]  0.8.3claws51
5248
5249         * src/compose.c
5250                 fix news posting problem
5251
5252 2002-10-07 [melvin]     0.8.3claws50
5253
5254         * po/fr.po
5255                 Updated French translation
5256
5257 2002-10-05 [christoph]  0.8.3claws49
5258
5259         * src/gtkstext.c
5260                 check if line_start_cache is set in gtk_stext_update_text
5261                 (closes bug [ 618119 ] crash while doing search in folder)
5262
5263 2002-10-05 [christoph]  0.8.3claws48
5264
5265         * src/imap.c
5266         * src/news.c
5267         * src/utils.c
5268         * src/utils.h
5269                 implement cache cleanups for claws' folder system
5270                 (closes bug [ 595916 ] imapcache not cleaned up)
5271
5272 2002-10-05 [melvin]     0.8.3claws47
5273
5274         * src/prefs_actions.c
5275                 Made the help text more clear for the %p token
5276
5277 2002-10-04 [paul]       0.8.3claws46
5278
5279         * sync with 0.8.5
5280                 see ChangeLog 2002-10-02 and 2002-10-03
5281
5282 2002-10-04 [christoph]  0.8.3claws45
5283
5284         * src/inc.c
5285                 fix segfault caused by pop before smtp
5286                 call to inc_account_mail with NULL
5287                 pointer for mainwin
5288
5289 2002-10-04 [paul]       0.8.3claws44
5290
5291         * configure.in
5292                 sync the LDAP detection from 0.8.5cvs1
5293
5294 2002-10-02 [christoph]  0.8.3claws43
5295
5296         * po/de.po
5297                 fix small spelling error
5298
5299 2002-10-02 [melvin]     0.8.3claws42
5300
5301         * ac/aspell.m4
5302                 Behave better and say "no" when test program cannot be run.
5303
5304 2002-10-02 [paul]       0.8.3claws41
5305
5306         * sync with 0.8.4cvs1
5307                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
5308                 
5309         * src/summaryview.c
5310                 toggle the behavior of Reply menuitem between
5311                 normal reply and reply-to-list
5312
5313 2002-10-01 [sergey]     0.8.3claws40
5314
5315         * src/compose.c
5316                 Convert newlines in the message text to the canonical form
5317                 before base64 encoding (RFC2045 compliance, fixes some
5318                 interoperability issues with Evolution 1.0.3)
5319
5320 2002-09-29 [colin]      0.8.3claws39
5321
5322         * src/summaryview.c
5323                 Fix an unwanted copy/paste
5324
5325 2002-09-29 [colin]      0.8.3claws38
5326
5327         * src/mainwindow.c
5328                 Renamed "Custom toolbar" to "Customize toolbar"
5329                 Renamed "Show all header" to "Show all headers"
5330                 Renamed "Set diplay item" to "Set displayed items"
5331         * src/prefs_common.c
5332                 Renamed "Show all header" to "Show all headers"
5333         * src/prefs_summary_column.c
5334                 Renamed "diplay item" to "displayed items"
5335
5336 2002-09-29 [colin]      0.8.3claws37
5337
5338         * src/mainwindow.[ch]
5339                 online/offline status pixmaps follow theme
5340                 changes
5341         * src/summaryview.[ch]
5342                 quicksearch pixmap follows theme changes
5343
5344 2002-09-29 [thorsten]   0.8.3claws36
5345
5346         * src/compose.c
5347           src/prefs_folder_item.[ch]
5348                 add default_reply_to folder option (closes patch 581044)
5349
5350 2002-09-29 [christoph]  0.8.3claws35
5351
5352         * acconfig.h    ** REMOVED **
5353         * configure.in
5354         * ac/aspell.m4
5355         * ac/check-type.m4
5356         * ac/gnupg-check-typedef.m4
5357                 fix autoheader 2.50 warning
5358
5359 2002-09-29 [christoph]  0.8.3claws34
5360
5361         * major code cleanup (part 2)
5362         
5363                 - unused variables removed
5364                 - unused functions removed
5365                 - uninitialized variables checked
5366                 - missing return statements added
5367                 - missing function return types added
5368                 - added parentheses around assignment
5369                   when suggested by gcc
5370
5371 2002-09-29 [alfons]     0.8.3claws33
5372
5373         * src/logwindow.c
5374                 log_window_clear(): only bracket gtk_text_forward_delete() 
5375                 with gtk_text_freeze() / gtk_text_thaw() (see if this
5376                 works around GTK text bug)
5377
5378 2002-09-29 [paul]       0.8.3claws32
5379
5380         * po/bg.po
5381           po/sr.po
5382                 updated by George Danchev and Urke MMI
5383                 respectively
5384
5385 2002-09-27 [christoph]  0.8.3claws31
5386
5387         * doc-src/readme.txt
5388         * doc-src/rfc1806.txt   ** REMOVED **
5389         * doc-src/rfc2183.txt   ** NEW FILE **
5390         * doc-src/rfc2980.txt   ** NEW FILE **
5391                 update rfcs
5392
5393 2002-09-27 [melvin]     0.8.3claws30
5394
5395         * ac/aspell.m4
5396                 Fixed typo which could break linking
5397
5398 2002-09-27 [melvin]     0.8.3claws29
5399
5400         * ac/aspell.m4
5401                 Improved GNU/aspell checking. 
5402                 Fixed bug #614490
5403
5404 2002-09-27 [paul]       0.8.3claws28
5405
5406         * sync with 0.8.3cvs8
5407                 see ChangeLog 2002-09-27
5408
5409 2002-09-26 [colin]      0.8.3claws27
5410
5411         * src/toolbar.[ch]
5412           src/mainwindow.[ch]
5413                 Add "Reply to Mailing-list" to the toolbar
5414
5415 2002-09-26 [christoph]  0.8.3claws26
5416
5417         * src/summaryview.c
5418                 Fix wrong message counts in summaryview status
5419
5420 2002-09-26 [paul]       0.8.3claws25
5421
5422         * sync with 0.8.3cvs7
5423                 see ChangeLog 2002-09-26
5424
5425 2002-09-26 [paul]       0.8.3claws24
5426
5427         * sync with 0.8.3cvs6
5428                 see ChangeLog 2002-09-25
5429
5430 2002-09-25 [christoph]  0.8.3claws23
5431
5432         * src/prefs_common.c
5433         * src/prefs_folder_item.c
5434         * src/prefs_scoring.c
5435                 Renamed "kill score" to "hide score" in GUI
5436                 and prefs files
5437
5438 2002-09-25 [paul]       0.8.3claws22
5439
5440         * sync with 0.8.3cvs5
5441                 see ChangeLog 2002-09-24
5442
5443 2002-09-24 [alfons]     0.8.3claws21
5444
5445         patch by Satoshi Nagayasu: allows appending / saving multiple 
5446         selected files (closes "[ 612279 ] save multiple mesg(s) in 
5447         'Save as ...'")
5448
5449         * AUTHORS
5450                 add Satoshi Nagayasu
5451         * src/summaryview.c
5452                 summary_save_as(): allow saving selected files to
5453                 one file
5454                 summary_set_menu_sensitive: enable "Save As..." when
5455                 multiple files are selected
5456         * src/utils.[ch]
5457                 append_file(): new function
5458
5459 2002-09-24 [colin]      0.8.3claws20
5460
5461         * src/procmime.c
5462                 Fix segfault when mimeinfo doesn't have a 
5463                 content_type. 
5464
5465 2002-09-24 [colin]      0.8.3claws19
5466
5467         * src/prefs_common.[ch]
5468                 Add a preference to display send dialog or not
5469         * src/send.c
5470                 Display send dialog according to preference
5471
5472 2002-09-24 [colin]      0.8.3claws18
5473
5474         * src/compose.[ch]
5475                 Disable user actions when sending
5476
5477 2002-09-24 [colin]      0.8.3claws17
5478
5479         * src/procmime.c
5480                 Do not display name or filename for attachments
5481                 with an application/pgp-signature type
5482                 (security flaw, see bug 537413)
5483
5484 2002-09-23 [colin]      0.8.3claws16
5485
5486         * src/editaddress.c
5487                 Initialize entry_email, entry_alias and 
5488                 entry_remarks to first email address of the list
5489
5490 2002-09-23 [colin]      0.83claws15
5491
5492         * src/compose.c
5493                 Drop pgp-signature when reediting a signed queued
5494                 message
5495
5496 2002-09-23 [melvin]     0.8.3claws14
5497
5498         * po/fr.po
5499                 Updated French translation
5500
5501 2002-09-23 [melvin]     0.8.3claws13
5502
5503         * src/mainwindow.c
5504                 Made custom toolbar menu labels more consistent
5505         * src/prefs_toolbar.c
5506                 Made custom toolbar window title more consistent
5507
5508 2002-09-22 [colin]      0.8.3claws12
5509
5510         * src/inc.c
5511                 Initialize session type to normal before getting 
5512                 mail (fixes strange Get behaviour)
5513         * src/prefs_account.h
5514                 Move STYPE_POP_BEFORE_SMTP to last position to 
5515                 avoid other side-effects
5516
5517 2002-09-22 [colin]      0.8.3claws11
5518
5519         * src/prefs_account.c
5520                 Fix pop_bfr_smtp_tm_entry sensivity when switching
5521                 from pop3 to apop or vice-versa
5522
5523 2002-09-22 [colin]      0.8.3claws10
5524         
5525         * src/prefs_account.[ch]
5526                 Add an option for the POP before SMTP timeout
5527         * src/inc.c
5528                 Remember time of last POP connection
5529         * src/send.c
5530                 Do POP before SMTP only if timeout reached
5531
5532 2002-09-22 [oliver]     0.8.3claws9
5533         
5534         * README.claws
5535                 explain custom toolbar
5536
5537 2002-09-22 [oliver]     0.8.3claws8
5538
5539         * src/prefs_actions.[ch]
5540         custom toolbar for compose      
5541                 actions callback from compose toolbar
5542         * src/folderview.c
5543                 remove include toolbar.h
5544
5545 2002-09-22 [oliver]     0.8.3claws7
5546         
5547         * src/prefs_toolbar.[ch]
5548                 custom toolbar for compose
5549                 - generic prefs_toolbar handles both
5550                   Mainwin's toolbar as well as Compose toolbar          
5551
5552 2002-09-22 [oliver]     0.8.3claws6
5553         
5554         * src/toolbar.[ch]
5555                 custom toolbar for compose
5556                 restructure toolbar.[ch]
5557
5558 2002-09-22 [oliver]     0.8.3claws5
5559
5560         * src/compose.[ch]
5561                 custom toolbar for compose
5562
5563 2002-09-22 [oliver]     0.8.3claws4
5564         
5565         * src/mainwindow.[ch]
5566                 custom toolbar for compose 
5567                 move mainwin toolbar back to mainwindow
5568
5569 2002-09-22 [alfons]     0.8.3claws3
5570
5571         * src/procmsg.c
5572                 :%sno/if(/if (/gc
5573                 :%sno/for(/for (/gc
5574                 (beautify)
5575
5576 2002-09-22 [alfons]     0.8.3claws2
5577         
5578         * src/procmsg.c
5579                 procmsg_save_to_outbox(): don't unlink message file from queue;
5580                 callers should do it using folder_item_remove_msg()
5581
5582 2002-09-22 [colin]      0.8.3claws1
5583
5584         * src/mimeview.[ch]
5585                 Made mimeview_check_signature() public
5586         * src/textview.c
5587                 Made GPG signatures verifiable by clicking
5588                 the [application/pgp-signature] in the Text
5589                 view
5590
5591 2002-09-22 [paul]       0.8.3claws
5592
5593         * po/bg.po
5594           po/en_GB.po
5595           po/es.po
5596           po/it.po
5597           po/pl.po
5598           po/pt_BR.po
5599           po/sr.po
5600                 updated translations, submitted by George Danchev,
5601                 me, Ricardo Mones Lastra, Alessandro Maestri,
5602                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
5603                 and Urke MMI, respectively.     
5604
5605 2002-09-22 [alfons]     0.8.2claws65
5606
5607         * src/procmsg.c
5608         * src/pgptext.c
5609                 no furry valgrinds have been used to plug these memleaks
5610
5611 2002-09-20 [paul]       0.8.2claws64
5612
5613         * sync with 0.8.3cvs4
5614                 'Select thread' re-implemented 
5615                 see ChangeLog 2002-09-20
5616
5617 2002-09-21 [alfons]     0.8.2claws63
5618
5619         * src/compose.c
5620                 compose_send(): plug unnoticed memleak
5621
5622 2002-09-20 [alfons]     0.8.2claws62
5623
5624         * src/addr_compl.c
5625                 replace_address_in_edit(): strict check for NULL address to
5626                 fix "[ 607348 ] Segfault in address completion". My guess is
5627                 that this happens with an empty address book, but it's good
5628                 to have this check here anyway
5629                 
5630                 completion_window_button_press(): free string returned 
5631                 from the internal cache
5632
5633 2002-09-20 [christoph]  0.8.2claws61
5634
5635         * src/procmime.h
5636                 added ENC_BINARY to EncodingType
5637         * src/procmime.c
5638                 the string returned by procmime_get_encoding_str
5639                 should not depend on the order of values in the
5640                 EncodingType definition
5641         * doc-src/rfc1806.txt   ** NEW FILE **
5642                 Added rfc1806 about MIME Content-Disposition
5643                 Extension
5644
5645 2002-09-19 [paul]       0.8.2claws60
5646
5647         * sync with 0.8.2cvs3
5648                 see ChangeLog 2002-09-19
5649
5650 2002-09-19 [paul]       0.8.2claws59
5651
5652         * src/prefs_folder_item.c
5653                 revert to Darko's original alignment of colour
5654                 selector button
5655                 add a colon to folder_color label
5656                 
5657         * src/compose.c
5658                 add Colin's patch (with Hiro's modifications) to 
5659                 force BASE64 encoding for 8-bit text when signing
5660                 (sync with 0.8.3cvs2)
5661
5662 2002-09-18 [alfons]     0.8.2claws58
5663
5664         * src/compose.c
5665                 :%sno/if(/if (/gc
5666                 :%sno/for(/for (/gc
5667                 (beautify a little bit)
5668
5669 2002-09-18 [christoph]  0.8.2claws57
5670
5671         * src/pine.c
5672                 fix handling of fgetc return value
5673
5674 2002-09-17 [alfons]     0.8.2claws56
5675         
5676         * src/summaryview.c
5677                 summary_sort(): check non-NULL summaryview->folder_item when no 
5678                 folder is selected at all
5679                 (closes "[ 610344 ] sort label make syl Crash")
5680
5681 2002-09-17 [alfons]     0.8.2claws55
5682         
5683         * src/compose.c
5684                 beautify a little bit
5685
5686 2002-09-17 [christoph]  0.8.2claws54
5687
5688         * src/folder.c
5689                 initialize max values for cache and folder
5690                 when cache or folder is empty
5691
5692 2002-09-15 [colin]      0.8.2claws53
5693
5694         * src/compose.c
5695                 Fix a leak (thanks Alfons!) and cleaned
5696                 variables names for custom headers
5697
5698 2002-09-15 [colin]      0.8.2claws52
5699
5700         * src/compose.c
5701                 Fix custom headers recognition when
5702                 prefs_common.trans_hdr is on
5703
5704 2002-09-15 [colin]      0.8.2claws51
5705
5706         * src/compose.c
5707                 Allow dynamically-added custom headers
5708                 Yet not reparsed if reedited
5709
5710 2002-09-15 [alfons]     0.8.2claws50
5711
5712         * src/prefs_account.c
5713                 fix warnings
5714
5715 2002-09-15 [colin]      0.8.2claws49
5716         
5717         * src/prefs_account.c
5718                 fix pop_before_smtp sensitivity
5719
5720 2002-09-15 [colin]      0.8.2claws48
5721
5722         * src/inc.[ch]
5723                 add inc_pop_before_smtp()
5724                 allow MainWindow to be undefined in 
5725                 inc_account_mail() and inc_start()
5726         * src/pop.c
5727           src/prefs_account.h
5728                 add STYPE_POP_BEFORE_SMTP session type
5729         * src/prefs_account.c
5730                 activated pop before smtp option
5731         * src/send.c
5732                 do pop before smtp if the relevant option 
5733                 is set
5734
5735 2002-09-15 [paul]       0.8.2claws47
5736
5737         * sync with 0.8.3
5738                 see ChangeLog 2002-09-15
5739
5740 2002-09-14 [paul]       0.8.2claws46
5741
5742         * po/bg.po
5743                 updated Bulgarian translation, submitted by
5744                 George Danchev
5745
5746 2002-09-13 [paul]       0.8.2claws45
5747
5748         * src/compose.c
5749                 merge claws' select_account() with main's
5750                 (new) compose_select_account(). [sync with
5751                 0.8.2cvs15, see ChangeLog 2002-09-11]
5752
5753 2002-09-12 [christoph]  0.8.2claws44
5754
5755         * src/filter.c
5756                 allocate 1 elements of FolderItem not 0
5757
5758 2002-09-12 [colin]      0.8.2claws43
5759
5760         * src/compose.c
5761                 Fix bug #590825 (obey Follow-up: poster)
5762
5763 2002-09-12 [colin]      0.8.2claws42
5764
5765         * src/procmime.c
5766                 Fix bug #557009 (wrong headers for messages 
5767                 forwarded as attachments)
5768
5769 2002-09-11 [colin]      0.8.2claws41
5770         
5771         * src/compose.c
5772                 Put SCF: pseudo-header on top of message
5773                 Set draft tmp_flag when saved as draft
5774
5775         * src/procmsg.c
5776           src/procheader.c
5777                 Skip after first \n\n for beginning of real message
5778                 for drafts too
5779
5780 2002-09-11 [christoph]  0.8.2claws40
5781
5782         * src/filtering.c
5783                 use procmsg flag functions in filtering or processing
5784                 will cause incorrect folder message counts
5785
5786 2002-09-11 [colin]      0.8.2claws39
5787
5788         * src/compose.c
5789                 Fix bug #550175 - wrong save folder when reediting
5790                 drafts
5791
5792 2002-09-11 [paul]       0.8.2claws38
5793
5794         * sync with 0.8.2cvs14
5795                 see ChangeLog 2002-09-11
5796
5797 2002-09-11 [colin]      0.8.2claws37
5798
5799         * src/folder.c
5800                 Fix a typo (seeming to cause new/unread status to
5801                 be lost)
5802
5803 2002-09-10 [christoph]  0.8.2claws36
5804
5805         * src/compose.c
5806                 compose_redirect should not use compose_generic_new
5807                 because that does more stuff than expected including
5808                 opening the external editor
5809                 (closes bug "[ 526608 ] bounced messages appear blank
5810                  in editor")
5811
5812 2002-09-10 [christoph]  0.8.2claws35
5813
5814         * src/folder.c
5815                 fix problem with too large message number range
5816                 causing a crash in folder_item_scan
5817
5818 2002-09-10 [paul]       0.8.2claws34
5819
5820         * sync with 0.8.2cvs13
5821                 see ChangeLog 2002-09-10
5822
5823 2002-09-10 [christoph]  0.8.2claws33
5824
5825         * src/msgcache.c
5826                 set MsgInfo TmpFlags for queue and draft folders
5827                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
5828
5829 2002-09-10 [paul]       0.8.2claws32
5830
5831         * AUTHORS
5832           po/bg.po      ** NEW FILE **
5833                 new Bulgarian translation submitted by
5834                 George Danchev <danchev@spnet.net>
5835                 
5836         * tools/Makefile.am
5837           tools/README
5838           tools/tb2sylpheed     ** NEW FILE **
5839                 add script that converts an addressbook exported
5840                 from The Bat! into a Sylpheed addressbook. Submitted
5841                 by Urke MMI <urke-kg@eunet.yu>
5842
5843 2002-09-10 [paul]       0.8.2claws31
5844
5845         * sync with 0.8.2cvs12
5846                 see ChangeLog 2002-09-10
5847
5848 2002-09-06 [paul]       0.8.2claws30
5849
5850         * src/prefs_common.c
5851                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
5852                 
5853         * tools/Makefile.am
5854           tools/README
5855           tools/ldif-to-xml.py  ** REMOVED **
5856                 remove obsolete python script
5857
5858 2002-09-06 [paul]       0.8.2claws29
5859
5860         * sync with 0.8.2cvs10
5861                 see ChangeLog 2002-09-06
5862
5863 2002-09-04 [paul]       0.8.2claws28
5864
5865         * sync with 0.8.2cvs9
5866                 see ChangeLog 2002-08-04
5867
5868 2002-09-04 [colin]      0.8.2claws27 
5869
5870         * src/prefs_common.[ch]
5871                 Added signature color configuration
5872         * src/textview.c
5873                 Use user-specified signature color
5874
5875 2002-09-03 [colin]      0.8.2claws26
5876
5877         * src/prefs_common.[ch]
5878                 Added autosave and autosave_length prefs
5879         * src/compose.c
5880                 Added compose_remove_draft()
5881                 Auto-save drafts according to the prefs
5882         * src/main.c
5883                 Added a crash-indicator file, allowing to check
5884                 for new messages on startup if Sylpheed crashed
5885                 (makes saved drafts "reappear")
5886
5887 2002-09-03 [colin]      0.8.2claws25
5888
5889         * src/textview.[ch]
5890                 Grey the signature
5891
5892 2002-09-03 [paul]       0.8.2claws24
5893
5894         * sync with 0.8.2cvs8
5895                 see ChangeLog 2002-09-02 and 2002-09-03
5896
5897 2002-09-03 [darko]      0.8.2claws23
5898
5899         * src/folderview.c
5900                 use normal style when creating new folder to pick
5901                 proper font size 
5902
5903 2002-09-02 [melvin]     0.8.2claws22
5904
5905         * src/gtkaspell.m4
5906                 removed some obsolete code
5907
5908 2002-09-02 [melvin]     0.8.2claws21
5909
5910         * ac/aspell.m4
5911                 fixed test's equality sign (== to =)
5912
5913 2002-09-02 [alfons]     0.8.2claws20
5914
5915         * src/folder.c
5916         * src/mh.c
5917                 revert change of 0.8.2claws16 and use the mh_folder_destroy
5918                 as folder->destroy virtual as suggested by Hiro
5919                 (the mh.c code seems to have been lost around mh.c.1.21)
5920
5921 2002-09-02 [paul]       0.8.2claws19
5922
5923         * po/pt_BR.po
5924                 updated by Fabio Jr. Beneditto
5925                 
5926         * src/defs.h
5927                 use 'http://claws.sylpheed.org' for homepage link. 
5928                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
5929
5930 2002-09-01 [alfons]     0.8.2claws18
5931
5932         * src/mh.c
5933                 plug memleak related to one Martin Kluge found
5934
5935 2002-08-31 [paul]       0.8.2claws17
5936
5937         * sync with 0.8.2cvs6
5938                 see ChangeLog 2002-08-30
5939
5940 2002-08-31 [alfons]     0.8.2claws16
5941
5942         * src/folder.c
5943                 folder_destroy(): remove mailbox from folderlist even if it has
5944                 no destroy virtual
5945
5946 2002-08-31 [alfons]     0.8.2claws15
5947
5948         * src/folder.c
5949                 :%sno/if(/if (/gc
5950                 :%sno/for(/for (/gc
5951                 (being pedantic I know)
5952
5953 2002-08-31 [alfons]     0.8.2claws14
5954
5955         * src/folder.c
5956                 check for NULL pointers returned from folder->fetch_msginfo virtual
5957                 (should solve some reported crashes)
5958
5959 2002-08-30 [alfons]     0.8.2claws13
5960
5961         * acconfig.h
5962         * configure.in
5963         * src/crash.c
5964                 enable crash dialog on compilation time
5965                 (--enable-crash-dialog configure option)
5966
5967 2002-08-30 [alfons]     0.8.2claws12
5968
5969         * AUTHORS
5970                 add Martin Kluge
5971         * src/mh.c
5972                 apply memory leak plug patch by Martin Kluge
5973                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
5974                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
5975                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
5976
5977 2002-08-30 [darko]      0.8.2claws11
5978
5979         * src/folderview.c
5980                 copy Gtk style from normal style to match
5981                 font size for coloured folders
5982
5983 2002-08-29 [alfons]     0.8.2claws10
5984
5985         * sylpheed.desktop
5986                 Type=Internet <- Type=Application
5987                 (reported by Michael Schwendt, see:
5988                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
5989                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
5990
5991 2002-08-29 [paul]       0.8.2claws9
5992
5993         * sync with 0.8.2cvs5
5994                 see ChangeLog 2002-08-29
5995
5996 2002-08-29 [colin]      0.8.2claws8
5997
5998         * src/summaryview.c
5999                 Added a sanity check in summary_select_thread
6000                 Should fix bug 601605
6001
6002 2002-08-29 [colin]      0.8.2claws7
6003
6004         * src/main.c
6005                 Revert claws6 changes regarding bug #591676
6006
6007 2002-08-28 [colin]      0.8.2claws6
6008         
6009         * src/main.c
6010                 Ignore cache for queue folderitems
6011                 Fix bug #591676
6012
6013 2002-08-28 [melvin]     0.8.2claws5
6014
6015         * README.claws
6016                 Fixed typos.
6017
6018 2002-08-28 [melvin]     0.8.2claws4
6019
6020         * README.claws
6021                 Updated a bit the text concerning the spell checker
6022
6023 2002-08-28 [melvin]     0.8.2claws3
6024
6025         Merged the GNU_aspell_branch:
6026                 Support of new GNU/aspell is now included and the old pspell
6027                 is not supported anymore.
6028                 See README.claws
6029
6030         * README.claws
6031                 Updated spell checker text to reflect the switch to GNU/aspell
6032
6033         * ac/aspell.m4          *** NEW ***
6034         * src/gtkaspell.[ch]    *** NEW *** 
6035         * ac/pspell.m4          *** DELETED *** 
6036         * src/gtkspell.[ch]     *** DELETED ***
6037
6038         * ac/Makefile.am
6039                 Updated for GNU/aspell support
6040
6041         * po/POTFILES.in
6042                 Replaced gtkspell.c by gtkaspell.c
6043
6044         * acconfig.h
6045         * src/Makefile.am
6046         * src/about.c
6047         * src/compose.[ch]
6048         * src/crash.c
6049         * src/main.c
6050         * src/prefs_common.[ch]
6051                 Updated for GNU/aspell support
6052
6053 2002-08-28 [paul]       0.8.2claws2
6054
6055         * sync with 0.8.2cvs4
6056                 see ChangeLog 2002-08-27 and 2002-08-28
6057
6058 2002-08-28 [colin]      0.8.2claws1
6059
6060         * src/summary_search.c
6061                 Added "AND search"
6062
6063 2002-08-28 [jens]       0.8.2claws
6064
6065         *po/de.po
6066                 Updated German translations
6067
6068 2002-08-27 [melvin]     0.8.2claws
6069
6070         * po/fr.po
6071                 Updated French translations
6072
6073 2002-08-27 [paul]       0.8.2claws
6074
6075         * sync with 0.8.2 main release
6076
6077         * po/en_GB.po
6078           po/es.po
6079           po/it.po
6080           po/pl.po
6081           po/pt_BR.po
6082           po/sr.po
6083                 updated message catalogs submitted by
6084                 Ricardo Mones Lastra, Alessandro Maestri,
6085                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
6086                 Beneditto and Urke MMI  
6087
6088 2002-08-27 [hoa]        0.8.1claws123
6089
6090         * src/mainwindow.[ch]
6091         * src/summaryview.[ch]
6092                 removed the "filter setting" menu option.
6093                 add a "cancel a news message" menu option.
6094
6095 2002-08-26 [martin]     0.8.1claws122
6096
6097         * ChangeLog.claws
6098                 changed string under 0.8.1claws79 changed by myself
6099                 i'm sorry alfons :(
6100
6101 2002-08-26 [martin]     0.8.1claws121
6102
6103         * src/crash.c
6104                 added kill command to debuggerrc to start crash dialog
6105
6106 2002-08-26 [paul]       0.8.1claws120
6107
6108         * sync with 0.8.1cvs31
6109                 see ChangeLog 2002-08-26
6110
6111 2002-08-25 [alfons]     0.8.1claws119
6112
6113         * src/procmsg.c
6114                 fix bug that didn't send out correct headers to news server
6115                 when sending news article and email from queue (bug reported
6116                 and patch provided by Tim Mann; closes bug 
6117                 "[ 583196 ] 0.7.8claws can't post news")
6118
6119 2002-08-25 [alfons]     0.8.1claws118
6120
6121         * src/selective_download.c
6122                 mark two strings as translatable
6123                 (thanks to Urke MMI for pointing this out)
6124
6125 2002-08-25 [alfons]     0.8.1claws117
6126
6127         * src/summaryview.c
6128                 treat sent boxes as special and allow sorting them by addressee
6129                 (closes "[ 589418 ] Sent folder sorting misbehavior"
6130                 submitted by Steve Lamb)
6131
6132 2002-08-24 [alfons]     0.8.1claws116
6133
6134         * src/matcher.c
6135                 fix memleak reported by Martin Kluge
6136                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
6137
6138 2002-08-24 [oliver]     0.8.1claws115
6139
6140         * src/prefs_toolbar.c
6141                 o code cleanup as suggested by Alfons
6142                 o memleak fix
6143
6144 2002-08-24 [alfons]     0.8.1claws114
6145
6146         * src/summaryview.c
6147                 o fix another memory leak reported by Martin Kluge
6148                   (see "[ 599568 ] Small Memory Leak")
6149                 o remove 'from' variable from 'summary_set_header()'; we can
6150                   do with just 'to' 
6151
6152 2002-08-24 [paul]       0.8.1claws113
6153
6154         * sync with 0.8.1cvs30
6155                 see ChangeLog 2002-08-23
6156
6157 2002-08-24 [alfons]     0.8.1claws112
6158
6159         * src/summaryview.c
6160                 remove unnecessary allocations for search bar fixing leaks
6161                 reported by Martin Kluge
6162                 (see "[ 599451 ] Further memory leaks?")
6163
6164 2002-08-24 [alfons]     0.8.1claws111
6165
6166         * src/main.c
6167                 make get_socket_name() public for crash.c
6168         * src/crash.c
6169                 o make report bug button work (goes to claws' 
6170                   bug tracker at sf.net)
6171                 o introduce function for doing important stuff just
6172                   before claws goes down
6173                 o clean up code 
6174
6175 2002-08-24 [alfons]     0.8.1claws110
6176
6177         * src/compose.c
6178                 move cursor to "To" entry when forwarding as attachment
6179                 (reported and solved by Steve Lamb, closes bug report
6180                 "[ 592880 ] Forward as attachment; cursor not in to")
6181
6182 2002-08-24 [colin]      0.8.1claws109
6183
6184         * src/mainwindow.c
6185                 fix quick search visibility after GUI (de)separations.
6186
6187 2002-08-23 [colin]      0.8.1claws108
6188
6189         * src/mainwindow.c
6190                 fix header pane visibility after folderview or
6191                 messageview (de)separation
6192
6193 2002-08-23 [paul]       0.8.1claws107
6194
6195         * src/mainwindow.[ch]
6196           src/toolbar.c
6197                 give full control of display or non-display 
6198                 of the Execute icon to Custom toolbar settings.
6199                 add new sensitivity condition to maninwindow.h: 
6200                 M_DELAY_EXEC
6201
6202         * ChangeLog
6203           ChangeLog.jp
6204           NEWS
6205                 more sync with 0.8.1cvs29
6206
6207 2002-08-23 [melvin]     0.8.1claws106
6208
6209         * src/alertpanel.c
6210                 Readded support for custom widget in alertpanel lost in last
6211                 sync.
6212
6213 2002-08-23 [paul]       0.8.1claws105
6214
6215         * sync with 0.8.1cvs29
6216                 see ChangeLog 2002-08-23
6217
6218 2002-08-23 [colin]      0.8.1claws104
6219
6220         * src/summaryview.c
6221                 Fix folder and search pixmaps exchanging positions
6222                 after theme or toolbar changes. Thank to Oliver for 
6223                 reporting this.
6224
6225 2002-08-23 [colin]      0.8.1claws103
6226
6227         * src/mainwindow.c
6228           src/messageview.[ch]
6229           src/noticeview.[ch]
6230           src/summaryview.c
6231                 Changed messageview_create() and noticeview_create()
6232                 to avoid the last gdk_warning
6233
6234 2002-08-22 [colin]      0.8.1claws102
6235
6236         * src/summaryview.c
6237                 Fix my new `Creating pixmap from xpm' warning
6238
6239 2002-08-22 [colin]      0.8.1claws101
6240
6241         * src/mainwindow.c
6242                 Fix some of the gdk warnings
6243
6244 2002-08-22 [colin]      0.8.1claws100
6245
6246         * src/Makefile.am
6247         * src/stock_pixmap.c
6248         * src/stock_pixmap.h
6249         * src/pixmaps/quicksearch.xpm *ADDED*
6250                 Add the quicksearch pixmap
6251         * src/mainwindow.c
6252         * src/summaryview.c
6253         * src/summaryview.h
6254                 Make quicksearch bar visible/hidden via a button
6255
6256 2002-08-22 [christoph]  0.8.1claws99
6257
6258         * src/folder.c
6259                 fix folder update for newsgroups with message
6260                 numbers below minimum number of articles to fetch
6261                 (closes bug #598445)
6262
6263 2002-08-22 [paul]       0.8.1claws98
6264
6265         * sync with 0.8.1cvs28
6266                 see ChangeLog 2002-08-22
6267
6268 2002-08-21 [alfons]     0.8.1claws97
6269
6270         * src/crash.c
6271                 use bt instead of bt full which seems to work 
6272                 better, and bt full doesn't give a great deal 
6273                 of information anyway
6274
6275 2002-08-21 [colin]      0.8.1claws96
6276
6277         * src/summaryview.c
6278                 fix summaryview_searchtype_changed prototype
6279
6280 2002-08-21 [christoph]  0.8.1claws95
6281
6282         * src/mainwindow.c
6283                 o fix broken menu update for sorting type, we have to
6284                   get this info from the summaryview now
6285                 o removed setting of threaded state in menu callback
6286         * src/summaryview.[ch]
6287                 more summaryview/folderitem seperation for
6288                 threading option
6289         * configure.in
6290                 removed not required --with-compiler-flags option
6291
6292 2002-08-21 [oliver]     0.8.1claws94
6293         
6294         * src/toolbar.h 
6295                 o rename toolbar.xml to toolbar_main.xml
6296                   since toolbar_compose.xml might come up 
6297                   any time soon
6298         * README.claws
6299                 add custom toolbar              
6300
6301 2002-08-21 [darko]      0.8.1claws93
6302
6303         * src/procmsg.c
6304                 don't reset tmp flags for messages copied
6305                 to sent folder
6306
6307 2002-08-21 [colin]      0.8.1claws92
6308         
6309         * src/prefs_filtering.c
6310                 fix renaming rules on folder rename 
6311                 when folder is not a leaf folder
6312
6313 2002-08-21 [paul]       0.8.1claws91
6314
6315         * src/prefs_folder_item.c
6316                 fix alignment of colour selector
6317
6318 2002-08-21 [paul]       0.8.1claws90
6319
6320         * sync with 0.8.1cvs27
6321                 see ChangeLog 2002-08-21
6322
6323 2002-08-21 [paul]       0.8.1claws89
6324
6325         * src/summaryview.c
6326                 fix crash when changing field type in
6327                 Quick search bar
6328
6329 2002-08-21 [colin]      0.8.1claws88
6330
6331         * src/summaryview.c
6332                 Made quick search case-insensitive
6333
6334 2002-08-21 [paul]       0.8.1claws87
6335
6336         * sync with 0.8.1cvs26
6337                 see ChangeLog 2002-08-21
6338
6339 2002-08-20 [christoph]  0.8.1claws86
6340
6341         * src/folderview.c
6342         * src/main.c
6343         * src/summaryview.[ch]
6344                 more summaryview/folderitem seperation for
6345                 sort_key and sort_type
6346         * src/procmsg.c
6347                 added missing return statement
6348
6349 2002-08-20 [colin]      0.8.1claws85
6350
6351         * src/summaryview.[ch]
6352                 Added a quick search box
6353         * src/mainwindow.c
6354         * src/prefs_common.[ch]
6355                 Added a show/hide option for the quick search
6356
6357 2002-08-20 [oliver]     0.8.1claws84
6358         
6359         * src/mainwindow.c
6360                 remove toolbar_create_popups
6361         * src/toolbar.[ch]
6362                 o remove toolbar_create_popups
6363                 o fix toolbar_set_sensitive 
6364                   (Bug reports #596834 and #596832)     
6365         * src/prefs_toolbar.c
6366                 o add "Set default" button
6367                 o align label and text + combo widgets
6368
6369 2002-08-20 [hoa]        0.8.1claws83bis
6370
6371         * src/imap.c
6372                 fixed a bug in imap_fetch_msginfo() in case there is no
6373                 current folder.
6374
6375 2002-08-20 [darko]      0.8.1claws83
6376
6377         * src/folderview.c
6378                 copy the color style of folder view so it
6379                 works with GTK themes
6380
6381 2002-08-20 [darko]      0.8.1claws82
6382
6383         * src/folder.h
6384         * src/folderview.c
6385         * src/prefs_folder_item.[hc]
6386                 don't use UI stuff in folder.h
6387
6388 2002-08-20 [darko]      0.8.1claws81
6389
6390         * src/folder.h
6391         * src/prefs_folder_item.h
6392         * src/folderview.c
6393         * src/prefs_folder_item.c
6394                 ability to set folder color in folderview
6395
6396 2002-08-19 [alfons]     0.8.1claws80
6397
6398         * src/summaryview.c
6399                 fix one of the earlier memleaks reported by Martin Kluge
6400
6401 2002-08-19 [alfons]     0.8.1claws79
6402
6403         * src/mainwindow.c
6404                 hide notice view when selecting seperate folder
6405                 view (reported by Urke MMI)
6406
6407 2002-08-19 [christoph]  0.8.1claws78
6408
6409         * src/folderview.c
6410         * src/prefs_folder_item.h
6411         * src/summaryview.[ch]
6412                 o add summary_set_prefs_from_folderitem to set
6413                   summaryview prefs (first step to remove all
6414                   references to the folderitem in summaryview)
6415                 o moved compiled regex stuff from folderitem prefs
6416                   to summaryview code
6417
6418 2002-08-19 [paul]       0.8.1claws77
6419
6420         * src/compose.c
6421                 add check for '.' to QUOTE_IF_REQUIRED
6422
6423 2002-08-19 [paul]       0.8.1claws76
6424
6425         * src/inc.c
6426                 sync with 0.8.1cvs25 (plug memory leak)
6427
6428         * src/prefs_toolbar.c
6429                 re-order prefs_toolbar_cancel()
6430
6431 2002-08-18 [alfons]     0.8.1claws75
6432
6433         * src/inc.c
6434         * src/matcher.c
6435                 plug other memleaks reported by Martin Kluge
6436
6437 2002-08-18 [paul]       0.8.1claws74
6438
6439         * po/pt_BR.po
6440                 updated by Fabio Jr. Beneditto
6441
6442 2002-08-18 [paul]       0.8.1claws73
6443
6444         * src/toolbar.[ch]
6445                 fix bug where tooltips were displayed untranslated              
6446
6447         * src/prefs_toolbar.c
6448                 fix bug where clicking 'Cancel' creates an icon & text
6449                 toolbar regardless of prefs
6450         
6451
6452 2002-08-17 [oliver]     0.8.1claws72
6453
6454         * src/prefs_toolbar.c
6455                 update toolbar on CANCEL
6456                 bug reported by Martin Kluge
6457         * src/toolbar.c
6458                 toolbar_destroy memleak fixed           
6459
6460 2002-08-17 [alfons]     0.8.1claws71
6461
6462         * src/toolbar.c
6463                 plug another memleak reported by Martin Kluge
6464
6465 2002-08-16 [alfons]     0.8.1claws70
6466
6467         * src/crash.c
6468                 use execvp() correctly (suggested by wwp; thanks!)
6469
6470 2002-08-16 [alfons]     0.8.1claws69
6471
6472         * src/gtksctree.c
6473                 plug memory leak reported by Kim Schultz & Martin Kluge
6474
6475 2002-08-16 [paul]       0.8.1claws68
6476
6477         * po/es.po
6478                 updated by Ricardo Mones Lastra
6479
6480 2002-08-16 [paul]       0.8.1claws67
6481
6482         * src/toolbar.h
6483                 fix bug where 'Compose News' icon showed wrong
6484                 tooltip
6485
6486 2002-08-16 [paul]       0.8.1claws66
6487
6488         * sync with 0.8.1cvs24
6489                 see ChangeLog 2002-08-16
6490
6491         * po/it.po
6492                 updated by Alessandro Maestri
6493
6494 2002-08-15 [paul]       0.8.1claws65
6495
6496         * po/sr.po
6497                 updated by Urke MMI
6498
6499 2002-08-15 [paul]       0.8.1claws64
6500
6501         * src/*.c
6502                 don't translate debug info
6503
6504         * src/matcher.[ch]
6505                 add copyright info
6506
6507 2002-08-15 [paul]       0.8.1claws63
6508
6509         * src/prefs_toolbar.c
6510                 fix bug where clicking 'OK' creates an icon & text
6511                 toolbar regardless of prefs
6512
6513 2002-08-14 [alfons]     0.8.1claws62
6514
6515         * src/main.c
6516                 add global var that has the full argv[0]
6517         * src/crash.c
6518                 o execvp the correct sylpheed by using argv0
6519                   and setting the correct work dir
6520                 o other tweaks  
6521
6522 2002-08-14 [oliver]     0.8.1claws61
6523         
6524         * enable/disable Toolbar Action Buttons 
6525         * code cleanups
6526         * src/mainwindow.c
6527         * src/toolbar.[ch]      
6528         * src/prefs_toolbar.c   
6529
6530 2002-08-14 [melvin]     0.8.1claws60
6531
6532         * po/fr.po
6533                 Updated French translations
6534
6535 2002-08-14 [melvin]     0.8.1claws59
6536
6537         * src/crash.c
6538                 Made bug report not translatable
6539         * src/exporthtml.c
6540                 Fixed exporthtml_build_filespec() return value
6541         * src/foldersel.c
6542                 Fixed incorrect include file
6543         * src/gtkspell.c
6544         * src/prefs_actions.c
6545         * src/prefs_toolbar.c
6546                 Made debug info not translatable
6547         * src/mutt.c
6548         * src/quote_fmt.c
6549                 Added missing includes
6550         * src/prefs_common.c
6551                 Fixed typo
6552
6553 2002-08-14 [paul]       0.8.1claws58
6554
6555         * faq/es/sylpheed-faq.html
6556           faq/es/sylpheed-faq-[1-3].html
6557           faq/es/sylpheed-faq-4.html     **NEW FILE **
6558                 update Spanish FAQ
6559
6560 2002-08-13 [christoph]  0.8.1claws57
6561
6562         * src/procmsg.c
6563                 ignore thread fix that did not mark all
6564                 child nodes of a ignored thread as
6565                 ignored. Does not work perfectly yet,
6566                 but it is better now
6567
6568 2002-08-13 [alfons]     0.8.1claws56
6569
6570         * src/crash.c
6571                 o implement 'save crash log'
6572                 o some tweaks
6573
6574 2002-08-13 [melvin]     0.8.1claws55
6575
6576         * src/main.c
6577                 removed unrequired "execinfo.h" header
6578
6579 2002-08-12 [paul]       0.8.1claws54
6580
6581         * faq/en/sylpheed-faq.html
6582           faq/en/sylpheed-faq-[1-3].html
6583           faq/en/sylpheed-faq-4.html     **NEW FILE **
6584                 update English FAQ
6585
6586 2002-08-12 [alfons]     0.8.1claws53
6587
6588         * po/POTFILES.in
6589                 add crash.c to translatables
6590         * src/crash.c
6591                 bring in Leandro's crash dialog
6592
6593 2002-08-11 [alfons]     0.8.1claws52
6594
6595         * src/crash.c
6596                 clean up some warnings
6597
6598 2002-08-11 [alfons]     0.8.1claws51
6599
6600         * acconfig.h
6601         * configure.in
6602         * src/crash.[ch]        ** NEW FILES **
6603         * src/main.c            
6604                 initial gdb crash handler
6605
6606 2002-08-11 [paul]       0.8.1claws50
6607
6608         * src/prefs_toolbar.c
6609                 replace Up/Down arrow pixmaps with text to be
6610                 consistent across icon themes
6611
6612 2002-08-11 [paul]       0.8.1claws49
6613
6614         * src/prefs_common.c
6615           src/prefs_toolbar.c
6616                 rename 'Pixmap' -> 'Icon'
6617
6618         * src/toolbar.[ch]
6619                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
6620
6621 2002-08-10 [paul]       0.8.1claws48
6622
6623         * src/prefs_toolbar.c
6624                 re-work the UI
6625
6626 2002-08-10 [paul]       0.8.1claws47
6627
6628         * src/main.c
6629                 don't write Processing progress to status bar
6630                 patch submitted by Alexander Evseev
6631
6632         * src/prefs_toolbar.c
6633                 re-position and resize window
6634                 make window assume correct size on first call
6635
6636 2002-08-10 [paul]       0.8.1claws46
6637
6638         * src/mainwindow.c
6639           src/prefs_toolbar.c
6640           src/toolbar.c
6641           src/toolbar.h
6642                 obey coding style
6643                 follow UI text conventions
6644
6645 2002-08-10 [alfons]     0.8.1claws45
6646
6647         * src/toolbar.c
6648                 correct pixmap for delete action
6649
6650 2002-08-10 [paul]       0.8.1claws44
6651
6652         * po/pt_BR.po
6653                 updated by Fabio Jr. Beneditto
6654
6655 2002-08-10 [paul]       0.8.1claws43
6656
6657         * po/POTFILES.in
6658                 add custom toolbar files
6659
6660 2002-08-10 [paul]       0.8.1claws42
6661
6662         * sync with 0.8.1cvs22
6663                 see ChangeLog 2002-08-09
6664
6665 2002-08-09 [paul]       0.8.1claws41
6666
6667         * tools/Makefile.am
6668           tools/README
6669           tools/outlook2sylpheed.pl     ** NEW FILE **
6670                 add script to convert exported Outlook
6671                 contacts list to a Sylpheed addressbook.
6672                 Submitted by Ricardo Mones Lastra.
6673
6674 2002-08-09 [paul]       0.8.1claws40
6675
6676         * AUTHORS
6677           configure.in
6678           po/sr.po      ** NEW FILE **
6679                 add Serbian message catalog. Submitted by
6680                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
6681
6682 2002-08-09 [paul]       0.8.1claws39
6683
6684         * sync with 0.8.1cvs21
6685                 see ChangeLog 2002-08-08
6686
6687 2002-08-08 [oliver]     0.8.1claws38
6688
6689         * src/mainwindow.c
6690                 move Custom Toolbar to Configuration menu
6691
6692 2002-08-08 [oliver]     0.8.1claws37
6693
6694         * src/prefs_toolbar.c
6695                 fix substitute pixmap bug
6696
6697 2002-08-08 [paul]       0.8.1claws36
6698
6699         * sync with 0.8.1cvs19
6700                 see ChangeLog 2002-08-08
6701
6702 2002-08-07 [christoph]  0.8.1claws35
6703
6704         * src/utils.c
6705                 fixed a memory leak in new canonicalize_file_replace
6706
6707 2002-08-07 [christoph]  0.8.1claws34
6708
6709         * src/utils.[ch]
6710                 o canonicalize_file_replace should create the temporary
6711                   file in the same directory as the original file.
6712                 o added get_tmpfile_in_dir that creates a temorary file
6713                   in a specified directory.
6714
6715 2002-08-07 [melvin]     0.8.1claws33
6716
6717         * src/toolbar.c
6718                 fixed bug where 'Article' button acted as 'Email' button.
6719
6720 2002-08-07 [paul]       0.8.1claws32
6721
6722         * sync with 0.8.1.cvs17
6723                 see ChangeLog 2002-08-07
6724
6725 2002-08-07 [colin]      0.8.1claws31
6726         
6727         * src/news.c
6728                 fix mass-cancel problem
6729
6730 2002-08-07 [thorsten]   0.8.1claws30
6731
6732         * src/prefs_toolbar.c
6733                 fix: crash on replace or add new button
6734         * src/toolbar.c
6735                 fix: close xmlfile after reading
6736         * src/utils.c
6737                 fix: unlink() file before rename()
6738
6739 2002-08-06 [paul]       0.8.1claws29
6740
6741         * sync with 0.8.cvs15
6742                 see ChangeLog 2002-08-06
6743
6744 2002-08-06 [oliver]     0.8.1claws28
6745
6746         * src/toolbar.c
6747         * src/prefs_toolbar.c
6748                 fixed empty toolbar issue
6749
6750 2002-08-06 [oliver]     0.8.1claws27
6751
6752         * Custom Toolbar Final 
6753         * src/folderview.c
6754         * src/inc.c
6755         * src/summaryview.c
6756                 o toolbar stuff now lives in src/toolbar.[ch]
6757                 o main_window_toolbar_* functions are renamed to
6758                   toolbar_* reflecting their new source file
6759         * src/mainwindow.[ch]
6760                 o remove toolbar stuff  
6761
6762 2002-08-06 [oliver]     0.8.1claws26
6763         
6764         * src/Makefile.am
6765         * src/prefs_toolbar.[ch]        **New File**
6766         * src/toolbar.[ch]              **New File**
6767                 o prefs_toolbar.[ch] custom toolbar frontend
6768                 o toolbar.[ch]       backend 
6769
6770 2002-08-06 [oliver]     0.8.1claws25
6771
6772         * src/prefs_actions.[ch]
6773                 o new exported function actions_execute
6774
6775 2002-08-06 [paul]       0.8.1claws24
6776
6777         * sync with 0.8.1cvs4
6778                 see ChangeLog 2002-08-06
6779
6780 2002-08-06 [paul]       0.8.1claws23
6781
6782         * sync with 0.8.1cvs13
6783                 see ChangeLog 2002-08-06
6784
6785 2002-08-06 [paul]       0.8.1claws22
6786
6787         * sync with 0.8.1cvs12
6788                 see ChangeLog 2002-08-05 and 2002-08-06
6789
6790 2002-08-06 [match]      0.8.1claws21
6791
6792         * src/addrclip.c
6793                 improvements to cut/copy/paste address
6794
6795 2002-08-05 [match]      0.8.1claws20
6796
6797         * src/addritem.[ch]
6798         * src/addrcache.c
6799         * src/addrbook.c
6800         * src/editaddress.c
6801         * src/addressbook.c
6802                 fixes to improve cut/copy/paste
6803
6804 2002-08-06 [melvin]     0.8.1claws19
6805
6806         * src/account.[ch]
6807                 account_find_all_from_address(): new function that returns the
6808                 list of all accounts that are matched in an address.
6809         * src/alertpanel.[ch]
6810                 alertpanel() now accepts a custom widget
6811                 alertpanel_with_widget(): new function that pops up a panel with
6812                 a custom widget in it 
6813         * src/gtkutils.[ch]
6814                 gtkut_account_menu_new(): new function that allows the selection
6815                 of an account from a list of accounts.
6816         * src/messageview.c
6817                 Extended Return Receipt notification to select the correct 
6818                 account and to make a security test on the Delivery-Notification
6819                 address which should be the same as the Return-Path.
6820
6821 2002-08-06 [thorsten]   0.8.1claws18
6822
6823         * src/mimeview.c
6824                 attach_all: save unnamed as "noname.%d",
6825                 dont free static dirname
6826
6827 2002-08-05 [alfons]     0.8.1claws17
6828
6829         * configure.in
6830                 detect XIM by trying to link rather than compile a XIM program
6831
6832 2002-08-05 [oliver]     0.8.1claws16
6833                 
6834         * src/stock_pixmap.[ch]
6835                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
6836                 o new func to retrieve pixmaps
6837
6838 2002-08-05 [paul]       0.8.1claws15
6839
6840         * sync with 0.8.1cvs10
6841                 see ChangeLog 2002-08-05
6842
6843 2002-08-04 [alfons]     0.8.1claws14
6844
6845         * src/textview.c
6846                 see if this plugs memleak
6847
6848 2002-08-04 [melvin]     0.8.1claws13
6849
6850         * src/gtkspell.c
6851                 fixed bug that could crash Sylpheed when highlighting
6852                 all misspelled words.
6853
6854 2002-08-03 [melvin]     0.8.1claws12
6855
6856         * src/prefs_actions.c
6857                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
6858         * src/messageview.c
6859                 fixed bug where the Return Receipt was sent to
6860                 Delivery-Notification-To address even if it was not present
6861
6862 2002-08-02 [alfons]     0.8.1claws11
6863
6864         * src/prefs_actions.c
6865                 o more check for NULLs
6866                 o put create_io_dialog() in right conditional block
6867
6868 2002-08-02 [paul]       0.8.1claws10
6869
6870         * po/es.po
6871                 updated by Ricardo Mones Lastra
6872
6873 2002-08-01 [christoph]  0.8.1claws9
6874
6875         * src/folder.c
6876                 don't free the cache of the opened
6877                 folder in the summaryview
6878         * src/summaryview.c
6879                 don't unset flags, if it is not required
6880
6881 2002-08-01 [paul]       0.8.1claws8
6882
6883         * sync with 0.8.1cvs8
6884                 see ChangeLog entry 2002-08-01
6885
6886 2002-08-01 [paul]       0.8.1claws7
6887
6888         * sync with 0.8.1cvs7
6889                 see ChangeLog 2002-07-31 and 2002-08-01
6890
6891 2002-07-31 [christoph]  0.8.1claws6
6892
6893         * src/mainwindow.c
6894                 forgot to update menu sensitivity
6895                 function for new menu entry
6896
6897 2002-07-31 [alfons]     0.8.1claws5
6898
6899         * src/main.c
6900                 check folder item and its path for NULL on
6901                 initial processing
6902
6903 2002-07-31 [christoph]  0.8.1claws4
6904
6905         * src/folder.c
6906                 check if folder_item_get_msginfo in
6907                 folder_item_remove_msg returned NULL
6908         * src/imap.c
6909                 better clear the uid cache in the
6910                 uid validity check function and delete
6911                 cached messages
6912
6913 2002-07-31 [paul]       0.8.1claws3
6914
6915         * man/sylpheed.1
6916                 add the '--attach' option and a few other
6917                 minor changes
6918
6919 2002-07-31 [paul]       0.8.1claws2
6920
6921         * sync with 0.8.1cvs5
6922                 see ChangeLog 2002-07-31
6923
6924 2002-07-31 [christoph]  0.8.1claws1
6925
6926         * src/folderview.[ch]
6927         * src/mainwindow.c
6928                 replace "Rescan all folders..." with
6929                 "Check all folders for new messages..."
6930
6931 2002-07-30 [paul]       0.8.1claws
6932
6933         * version 0.8.1claws released
6934
6935 2002-07-30 [paul]       0.8.0claws29
6936
6937         * tools/OOo2sylpheed.pl ** NEW FILE **
6938           tools/README
6939                 add script to enable sending documents as
6940                 attachments from OpenOffice.org
6941
6942 2002-07-30 [melvin]     0.8.0claws28
6943
6944         * src/prefs_actions.c
6945                 Made the actions' input/output dialog display
6946                 without delay.
6947
6948 2002-07-30 [christoph]  0.8.0claws27
6949
6950         * src/procmsg.c
6951                 check if folder_item_get_msginfo in
6952                 procmsg_save_to_outbox returned NULL
6953
6954 2002-07-30 [paul]       0.8.0claws26
6955
6956         * sync with 0.8.1cvs4
6957                 see ChangeLog 2002-07-29
6958
6959 2002-07-29 [thorsten]   0.8.0claws25
6960
6961         * README.claws
6962                 added selective download, delete on server
6963
6964 2002-07-29 [paul]       0.8.0claws24
6965
6966         * sync with 0.8.1cvs3
6967                 see ChangeLog 2002-07-29
6968
6969 2002-07-27 [christoph]  0.8.0claws23
6970
6971         * src/folder.c
6972                 add extra check if fetching the msginfo
6973                 returned NULL
6974
6975 2002-07-27 [paul]       0.8.0claws22
6976
6977         * sync with 0.8.1cvs2
6978                 see ChangeLog 2002-07-26
6979
6980 2002-07-27 [christoph]  0.8.0claws21
6981
6982         * src/imap.c
6983                 add another check if a valid msginfo
6984                 was returned
6985
6986 2002-07-26 [hoa]        0.8.0claws20
6987
6988         * src/folder.c
6989                 Fixed a condition in folder_item_destroy()
6990
6991         * src/imap.c
6992                 Fixed an error in IMAP protocol
6993
6994 2002-07-26 [alfons]     0.8.0claws19
6995
6996         * src/folder.c
6997                 ofcourse compare with identifier, not the path
6998
6999 2002-07-26 [alfons]     0.8.0claws18
7000
7001         * src/folder.c
7002                 use folder item identifier for saving / restoring
7003                 preferences because folder->path might not be unique
7004
7005 2002-07-26 [melvin]     0.8.0claws17
7006
7007         * src/logwindow.c
7008                 Fixed a crash introduced in 0.8.0claws5 when log is 
7009                 cut under 80 characters.
7010
7011 2002-07-26 [paul]       0.8.0claws16
7012
7013         * sync with 0.8.1cvs1
7014                 see ChangeLog 2002-07-26
7015
7016 2002-07-26 [christoph]  0.8.0claws15
7017
7018         * src/imap.[ch]
7019                 imap folder now remembers the last selected
7020                 folder and imap_fetch_msginfo skips selecting
7021                 the folder if it is already selected
7022
7023 2002-07-26 [christoph]  0.8.0claws14
7024
7025         * src/folder.c
7026         * src/folderview.c
7027         * src/imap.c
7028                 fix imap folder rescanning
7029
7030 2002-07-25 [christoph]  0.8.0claws13
7031
7032         * src/filter.c
7033         * src/folder.[ch]
7034         * src/folderview.c
7035         * src/imap.[ch]
7036         * src/mainwindow.c
7037         * src/mbox_folder.c
7038         * src/mh.c
7039         * src/news.c
7040                 implement imap uid cache and uid validity check
7041
7042 2002-07-25 [alfons]     0.8.0claws12
7043
7044         * src/summaryview.c
7045                 fix a brown paper bag bug, and also add some more
7046                 checks
7047
7048 2002-07-25 [christoph]  0.8.0claws11
7049
7050         * src/folder.c
7051                 don't mix copy, fetch_msginfo and remove
7052                 operations in folder item copy and move
7053                 operations
7054
7055 2002-07-25 [christoph]  0.8.0claws10
7056
7057         * src/folderview.c
7058         * src/mainwindow.c
7059         * src/prefs_folder_item.c
7060         * src/summaryview.[ch]
7061                 remove no longer required parameter update_cache from
7062                 summary_show
7063
7064 2002-07-25 [paul]       0.8.0claws9
7065
7066         * sync with 0.8.1
7067         
7068         * AUTHORS
7069                 a few corrections
7070
7071 2002-07-24 [alfons]     0.8.0claws8
7072
7073         * src/summaryview.c
7074                 sort correctly when using simplified subject line
7075                 (closes feature request "[ 585141 ] applying regexp to subject 
7076                 before sort" submitted by Alexandra Walford)
7077
7078 2002-07-24 [paul]       0.8.0claws7
7079
7080         * sync with 0.8.0cvs3
7081                 see ChangeLog 2002-07-24
7082
7083 2002-07-23 [christoph]  0.8.0claws6
7084
7085         * src/folder.c
7086         * src/folder.h
7087         * src/summaryview.c
7088         * src/summaryview.h
7089         * src/main.c
7090                 o separate processing and summaryview
7091                 o removed summary_write_cache from summaryview
7092                 o removed summaryview->killed_messages, because we don't have
7093                   to keep a list of killed messages anymore. New cache will
7094                   keep the hidden messages in cache anyway
7095         * src/folderview.c
7096         * src/inc.c
7097         * src/selective_download.c
7098                 o removed unnecessary summary_write_cache calls
7099         * src/procmsg.c
7100                 o don't set ignore thread flag in procmsg_get_thread_tree
7101                   if it is already set
7102         * src/mainwindow.c
7103         * src/statusbar.h
7104                 o moved STATUSBAR_PUSH/POP to statusbar.h because
7105                   they are used in different files
7106
7107 2002-07-23 [melvin]     0.8.0claws5
7108
7109         * src/addressbook.c
7110         * src/addrgather.c
7111         * src/editaddress.c
7112         * src/editgroup.c
7113         * src/editldap_basedn.c
7114         * src/importldif.c
7115         * src/prefs_common.c
7116                 Fixed few memory leak (gtk_editable_get_chars returns
7117                 an allocated string)
7118         * src/logwindow.c
7119                 Fixed few memory leak (gtk_editable_get_chars returns
7120                 an allocated string) and modified a little the log cutting
7121                 loop.
7122         * src/compose.c
7123                 Replaced a call to an obsolete function gtk_entry_get_text()
7124                 by gtk_editable_get_chars()
7125         * src/send.c
7126                 Removed a debug printf
7127
7128 2002-07-23 [christoph]  0.8.0claws4
7129
7130         * src/filesel.c
7131                 fix another g_dirname memory leak
7132
7133 2002-07-23 [christoph]  0.8.0claws3
7134
7135         * src/mh.c
7136                 fixed a memory leak in mh_fetch_msginfo
7137                 fixed crash when message header could not be
7138                 parsed
7139
7140 2002-07-23 [paul]       0.8.0claws2
7141
7142         * sync with 0.8.0cvs2
7143                 see ChangeLog 2002-07-23
7144
7145 2002-07-23 [paul]       0.8.0claws1
7146
7147         * sync with 0.8.0cvs1
7148                 see ChangeLog 2002-07-23
7149
7150 2002-07-23 [paul]       0.8.0claws
7151
7152         * release of 0.8.0claws
7153
7154 2002-07-23 [paul]       0.7.8claws99
7155
7156         * po/ru.po
7157                 new Russian translation, submitted by
7158                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
7159
7160 2002-07-22 [jens]       0.7.8claws98
7161
7162         * po/de.po
7163                 Updated German translations.
7164
7165 2002-07-22 [paul]       0.7.8claws97
7166
7167         * po/es.po
7168           po/it.po
7169           po/nl.po
7170           po/pt_BR.po
7171                 updated translations by Ricardo Mones Lastra,
7172                 Alessandro Maestri, Wilbert Berendsen and 
7173                 Fabio Jr. Beneditto respectively
7174
7175 2002-07-22 [christoph]  0.7.8claws96
7176
7177         * src/mimeview.c
7178                 fix memory leak caused by wrong g_dirname usage
7179
7180 2002-07-22 [christoph]  0.7.8claws95
7181
7182         * src/summaryview.c
7183                 update new and unread message counts for summaryview
7184                 summaryview does not get it from the folder anymore
7185                 and has to update the values itself
7186
7187 2002-07-22 [melvin]     0.7.8claws94
7188
7189         * po/fr.po
7190                 Updated French translations.
7191
7192 2002-07-22 [christoph]  0.7.8claws93
7193
7194         * src/matcher.c
7195                 set prop->preg pointer to NULL or following check
7196                 will not fail and regexec will be called with
7197                 invalid pointer
7198
7199 2002-07-21 [alfons]     0.7.8claws92
7200         
7201         * src/prefs_common.[ch]
7202                 remove option "Send return receipt on request"
7203
7204 2002-07-21 [thorsten]   0.7.8claws91
7205
7206         * src/mimeview.c
7207                 fixed memleaks, coding style as pointed out by alfons
7208
7209 2002-07-21 [alfons]     0.7.8claws90
7210
7211         * src/messageview.c
7212         * src/noticeview.[ch]
7213                 o fix bug notice view being displayed when going to empty folder 
7214                   (noticed by Christoph)
7215                 o allow RRR to be sent when restarting sylpheed, or changing folder 
7216                   (noticed by Thorsten)
7217
7218 2002-07-21 [thorsten]   0.7.8claws89
7219
7220         * src/mimeview.c
7221                 Included save_all patch from Xaview FACQ
7222                 added support for pathnames
7223
7224 2002-07-21 [alfons]     0.7.8claws88
7225
7226         * po/POTFILES.in
7227         * src/Makefile.am
7228         * src/mainwindow.c
7229         * src/messageview.[ch]
7230         * src/noticeview.c      ** NEW FILE **
7231         * src/noticeview.h      ** NEW FILE **
7232                 make return receipts work again
7233                 (UI idea by Leandro Pereira)
7234
7235 2002-07-21 [paul]       0.7.8claws87
7236
7237         * src/summaryview.c
7238                 fix sensitivity of 'Select thread'
7239
7240 2002-07-21 [paul]       0.7.8claws86
7241
7242         * src/prefs_common.c
7243                 add browser command line for Galeon
7244
7245 2002-07-21 [paul]       0.7.8claws85
7246
7247         * Makefile.am
7248                 fix 'EXTRA_DIST': remove README.README, add TODO
7249                 and TODO.claws
7250
7251 2002-07-21 [alfons]     0.7.8claws84
7252
7253         * src/gtkstext.c
7254                 make enter clear selection
7255                 (closes "[ 579888 ] Editor selection/entry error"
7256                 reported by Steve Lamb)
7257
7258 2002-07-21 [alfons]     0.7.8claws83
7259         
7260         * src/summaryview.c
7261                 sort message list when selecting unthread messages
7262                 (closes "[ 501593 ] switching threaded view doesn't sort"
7263                 reported by Simon Schubert)
7264
7265 2002-07-20 [alfons]     0.7.8claws82
7266         
7267         * src/matcher.c
7268                 const-correctness
7269
7270 2002-07-20 [thorsten]   0.7.8claws81
7271
7272         * src/matcher.c
7273                 Fixed expansion of empty fields in matchactions
7274
7275 2002-07-19 [melvin]     0.7.8claws80
7276
7277         * src/gtkspell.c
7278                 Removed a duplicate menu entry (fast mode) introduced during
7279                 the new cache merge
7280                 Added a menu separator between 'Use alternate' and 'Fast mode'
7281
7282 2002-07-19 [paul]       0.7.8claws79
7283
7284         * tools/Makefile.am
7285           tools/README
7286                 correct typos
7287
7288 2002-07-19 [thorsten]   0.7.8claws78
7289
7290         * tools/calypso_convert.pl      ** NEW FILE **
7291           tools/README
7292           tools/Makefile.am
7293                 script to import mbox files exported
7294                 by calypso
7295                 o generates folder structure
7296                 o includes attachments
7297
7298 2002-07-19 [melvin]     0.7.8claws77
7299
7300         * src/selective_download.[ch]
7301                 Fixed bug where closing the dialog with the window manager's
7302                 close button will not unlock the summary
7303                 Corrected some function declarations that missed a return value
7304                 Made the source code comply better with coding style.
7305         * src/prefs_common.c
7306                 Added new browser command line for Mozilla.
7307
7308 2002-07-18 [paul]       0.7.8claws76
7309
7310         * src/mainwindow.c
7311           src/selective_download.[ch]
7312                 reflect theme changes, fix Gdk Warning when creating 
7313                 pixmap from NULL window, and minor clean up.
7314                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
7315
7316         * po/en_GB.po
7317                 updated
7318
7319 2002-07-17 [paul]       0.7.8claws75
7320
7321         * INSTALL[.jp]
7322                 sync with 0.8.0
7323         
7324         * po/en_GB.po
7325                 updated
7326
7327 2002-07-16 [paul]       0.7.8claws74
7328
7329         * tools/filter_conv.pl
7330           tools/README
7331                 replace conversion script with reimplemented version, 
7332                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
7333
7334 2002-07-16 [colin]      0.7.8claws73
7335
7336         * src/summaryview.c
7337                 remove forgotten debug messages - sorry ;-)
7338
7339 2002-07-16 [colin]      0.7.8claws72
7340
7341         * src/mimeview.c
7342           src/summaryview.c
7343           src/textview.c
7344           src/textview.h
7345                 add the ability to select part of a text mime-part 
7346                 to reply.
7347
7348 2002-07-15 [christoph]  0.7.8claws71
7349
7350         * src/folder.c
7351                 fix folder message count for folders without
7352                 msg_is_changed (includes news folders)
7353
7354 2002-07-15 [martin]     0.7.8claws70
7355
7356         * src/summaryview.c
7357                 option "display recipient on 'From'..." now works
7358                 without the need of enabling the option
7359                 "display  sender  using  address  book".
7360
7361 2002-07-15 [christoph]  0.7.8claws69
7362
7363         * src/summaryview.c
7364                 removed setting folder status from summaryview.
7365                 folder.c should update all message counts correctly.
7366
7367 2002-07-15 [paul]       0.7.8claws68
7368
7369         * po/pt_BR.po
7370                 updated by Fabio Junior Beneditto
7371
7372 2002-07-15 [darko]      0.7.8claws67
7373
7374         * src/mh.c
7375                 Fixed target folder colorization, don't decrease op
7376                 number twice
7377
7378 2002-07-14 [paul]       0.7.8claws66
7379
7380         * sync with main 0.8.0
7381                 see ChangeLog 2002-07-14
7382
7383 2002-07-13 [melvin]     0.7.8claws65
7384         
7385         * src/addrbook.c
7386         * src/addressbook.c
7387         * src/addrindex.c
7388                 Replaced sprintf by g_snprintf to prevent possible buffer
7389                 overflow.
7390         * src/news.c
7391                 Corrected a log message output format.
7392                 Added a missing "done" debug output.
7393         * src/compose.c
7394                 Added keyboard accelerator for Priority menu items
7395                 Added missing \n in debug output
7396         * src/logwindow.c
7397         * src/gtkspell.c
7398         * src/rfc2015.c
7399                 Added missing \n in debug output
7400
7401 2002-07-13 [paul]       0.7.8claws64
7402
7403         * man/sylpheed.1
7404                 change Sergey's email address to the sf address
7405
7406         * src/textview.c
7407                 increase show_url_timeout (more useful for long
7408                 urls)
7409
7410 2002-07-12 [sergey]     0.7.8claws63
7411
7412         * src/rfc2015.c
7413                 applied (with some modifications) patch to set the
7414                 micalg parameter for signatures
7415                 (2001-08-28 Werner Koch <wk@gnupg.org>)
7416
7417 2002-07-12 [sergey]     0.7.8claws62
7418
7419         * man/Makefile.am
7420         * configure.in
7421                 fixed man page installation
7422
7423 2002-07-12 [paul]       0.7.8claws61
7424
7425         * sync with 0.7.8cvs26
7426                 see ChangeLog 2002-07-11 and 2002-07-12
7427
7428 2002-07-11 [christoph]  0.7.8claws60
7429
7430         * src/compose.c
7431         * src/procmsg.c
7432                 first use the message number to find the message
7433                 to mark with a reply flag but check the
7434                 message-id if we got the correct message, if not
7435                 try to find it by message-id.
7436                 use new string seperator that is not allowed
7437                 in message-ids.
7438
7439 2002-07-11 [paul]       0.7.8claws59
7440
7441         * sync with 0.7.8cvs23
7442                 see ChangeLog 2002-07-10
7443
7444 2002-07-10 [christoph]  0.7.8claws58
7445
7446         * src/folder.[ch]
7447         * src/msgcache.[ch]
7448                 Added message-id table to the cache in memory
7449                 and functions to msgcache.c and folder.c to
7450                 fetch MsgInfos by message id
7451         * src/compose.c
7452         * src/procmsg.c
7453                 store folder and message-id of message replying
7454                 to in queue header and set reply flag after sending
7455                 (Closes bug #469498)
7456
7457 2002-07-10 [paul]       0.7.8claws57
7458
7459         * AUTHORS
7460           man/sylpheed.1.gz
7461                 add Martin to the list of authors
7462
7463 2002-07-09 [martin]     0.7.8claws56
7464         * src/gtksctree.c
7465                 Added gtk_ctree_last_visible(), tree_update_level(),
7466                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
7467                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
7468                 from gtk+ to gtksctree.c for the new sorting code
7469                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
7470                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
7471         * src/gtksctree.h
7472                 Added declaration for gtk_sctree_sort_recursive() and
7473                 gtk_sctree_sort_node
7474         * src/addressbook.c
7475         * src/foldersel.c
7476         * src/folderview.c
7477         * src/summaryview.c
7478                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
7479                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
7480
7481 2002-07-08 [paul]       0.7.8claws55
7482
7483         * more sync with 0.7.8cvs21
7484                 see ChangeLog 2002-07-08
7485
7486 2002-07-08 [paul]       0.7.8claws54
7487
7488         * sync with 0.7.8cvs21
7489                 see ChangeLog 2002-07-08
7490
7491 2002-07-07 [alfons]     0.7.8claws53
7492
7493         * src/Makefile.am
7494         * src/stock_pixmap.[ch]
7495         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
7496         * src/pixmaps/notice_error.xpm  ** NEW FILE **
7497         * src/pixmaps/notice_note.xpm   ** NEW FILE **
7498                 add new pixmaps for upcoming notice pane
7499
7500 2002-07-06 [melvin]     0.7.8claws52
7501
7502         * src/gtkspell.[ch]
7503                 Made them a bit closer to Sylpheed's coding style.
7504                 Removed old code.
7505                 Removed possible memory leaks when some errors occurs.
7506
7507 2002-07-06 [melvin]     0.7.8claws51
7508
7509         * po/Makefile.in.in
7510                 Removed --no-location in xgettext command line to help
7511                 translators that use Emacs' po-mode
7512         * src/quote_fmt.c
7513                 Removed unnecessary comments that messed up sylpheed.pot
7514
7515 2002-07-06 [paul]       0.7.8claws50
7516
7517         * sync with 0.7.8cvs19
7518                 see ChangeLog 2002-07-05
7519
7520 2002-07-06 [christoph]  0.7.8claws49
7521
7522         * src/folder.c
7523         * src/mainwindow.c
7524                 fix folder_item_remove_all_msg and folderview
7525                 status for trash folders after emptying trash
7526
7527 2002-07-05 [paul]       0.7.8claws48
7528
7529         * sync with 0.7.8cvs16
7530                 see ChangeLog 2002-07-04 and 2002-07-05
7531
7532 2002-07-04 [paul]       0.7.8claws47
7533
7534         * sync with 0.7.8cvs14
7535                 see  ChangeLog 2002-07-04
7536
7537 2002-07-03 [alfons]     0.7.8claws46
7538
7539         * src/folder.c
7540                 dupe folder item's path because it's being reallocated
7541                 by new folder scanning code
7542
7543 2002-07-03 [christoph]  0.7.8claws45
7544
7545         * src/imap.c
7546                 better IMAP uid fetching using 'FETCH 1:* (UID)'
7547         * src/msgcache.c
7548                 add missing return in msgcache_write
7549
7550 2002-07-02 [thorsten]   0.7.8claws44
7551
7552         * src/jpilot.c
7553         * src/msgcache.c
7554         * src/rfc2015.c
7555                 use binary mode for file access
7556
7557 2002-07-02 [christoph]  0.7.8claws43
7558
7559         * major code cleanup (part 1)
7560         
7561                 - unused variables removed
7562                 - unused functions removed
7563                 - uninitialized variables checked
7564                 - missing return statements added
7565                 - missing function return types added
7566                 - added parentheses around assignment and
7567                   && in || when suggested by gcc
7568               
7569         * src/mh.c
7570         * src/folder.c
7571                 replaced direct calls to folder->scan_tree
7572                 with folder_scan_tree and restore folder
7573                 prefs in this function. The folder should
7574                 not have to deal with them.
7575                 ( Should now work for all folder types )
7576
7577 2002-07-02 [paul]       0.7.8claws42
7578
7579         * sync with 0.7.8cvs13
7580                 see ChangeLog 2002-07-01 and 2002-07-02
7581
7582 2002-07-01 [christoph]  0.7.8claws41
7583
7584         * src/summaryview.c
7585                 fix "goto next/prev unread message" with
7586                 ignored threads
7587
7588 2002-07-01 [paul]       0.7.8claws40
7589
7590         * po/es.po
7591                 updated by Ricardo Mones Lastra
7592
7593 2002-06-30 [match]      0.7.8claws39
7594
7595         * src/jpilot.c
7596                 applied variation of leonerd's patch (566661) to
7597                 allow multiple email addresses per JPilot entry.
7598                 addresses may be separated by space, comma, pipe,
7599                 semi-colon, new-line.
7600
7601 2002-06-30 [alfons]     0.7.8claws38
7602
7603         * src/procmsg.c
7604                 simple fix for putting older nodes before
7605                 newer nodes when threading by subject
7606
7607 2002-06-30 [christoph]  0.7.8claws37
7608
7609         * src/folder.c
7610         * src/folderview.c
7611         * src/mh.c
7612         * src/news.c
7613         * src/procmsg.c
7614                 fix broken folder tree rescaning
7615                 and don't use procmsg_get_mark_sum
7616                 anymore
7617
7618 2002-06-30 [christoph]  0.7.8claws36
7619
7620         * merge new cache branch
7621         * src/imap.c
7622                 fix new cache imap copy bug
7623         * src/folder.c
7624                 improved folder_item_scan
7625                 it should now always set the correct
7626                 new, unread and total message counts
7627
7628 2002-06-29 [paul]       0.7.8claws35
7629
7630         * configure.in
7631                 correct syntax error
7632
7633 2002-06-29 [paul]       0.7.8claws34
7634
7635         * configure.in
7636           Makefile.am
7637           man/Makefile.am       ** NEW FILE **
7638           man/sylpheed.1.gz     ** NEW FILE **
7639                 add Sylpheed man page
7640
7641 2002-06-29 [paul]       0.7.8claws33
7642
7643         * po/pt_BR.po
7644                 updated by Fabio Junior Beneditto
7645
7646 2002-06-28 [jens]       0.7.8claws32
7647
7648         * po/de.po
7649                 translation updated
7650
7651         * src/selective_download.c
7652                 removed gettext for space " "
7653
7654         * src/imap.c
7655                 removed wrong space
7656
7657 2002-06-28 [paul]       0.7.8claws31
7658
7659         * sync with 0.7.8cvs11
7660                 see ChangeLog 2002-06-28
7661
7662 2002-06-28 [paul]       0.7.8claws30
7663
7664         * sync with 0.7.8cvs10
7665                 see ChangeLog 2002-06-27 and 2002-06-28
7666
7667 2002-06-26 [paul]       0.7.8claws29
7668
7669         * src/addrgather.c
7670           src/selective_download.c
7671                 don't gettextise empty strings.
7672                 reserved by gettext. gettext("") returns 
7673                 the header entry with meta information, 
7674                 not the empty string
7675
7676         * po/en_GB.po
7677                 updated
7678
7679 2002-06-26 [paul]       0.7.8claws28
7680
7681         * sync with 0.7.8cvs7
7682                 see ChangeLog 2002-06-25
7683
7684         * src/prefs_common.c
7685                 ...and in the process, tweak the gui a little
7686
7687 2002-06-25 [alfons]     0.7.8claws27
7688         
7689         * configure.in
7690         * src/Makefile.am
7691                 fine tune ldap library detection
7692
7693 2002-06-25 [alfons]     0.7.8claws26
7694
7695         * src/compose.c
7696                 don't allow return receipts when composing a news article
7697
7698 2002-06-25 [paul]       0.7.8claws25
7699
7700         * Makefile.am
7701                 add '$(AMTAR)' to 'release' section to allow for
7702                 new and older autotools
7703
7704 2002-06-25 [paul]       0.7.8claws24
7705
7706         * src/summaryview.c
7707                 fix "No more unread messages" persistant pop-up
7708                 window bug
7709
7710 2002-06-25 [paul]       0.7.8claws23
7711
7712         * po/it.po
7713                 updated by Alessandro Maestri
7714
7715 2002-06-25 [paul]       0.7.8claws22
7716
7717         * sync with 0.7.8cvs6
7718                 see ChangeLog 2002-06-25
7719
7720 2002-06-24 [paul]       0.7.8claws21
7721
7722         * tools/update-po
7723                 add GPL copyright information
7724
7725 2002-06-24 [paul]       0.7.8claws20
7726
7727         * tools/Makefile.am
7728           tools/README
7729           tools/update-po       ** NEW FILE **
7730                 add script that eases the creation of *.po files
7731                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
7732
7733 2002-06-23 [alfons]     0.7.8claws19
7734
7735         * src/messageview.c
7736                 make notification_convert_header obey const correctness
7737                 (next step will be fixing the broken return receipt)
7738
7739 2002-06-23 [paul]       0.7.8claws18
7740
7741         * src/messageview.c
7742                 fix bug introduced in last commit:
7743                 removed too much code in last commit - put back what's
7744                 needed
7745
7746 2002-06-23 [paul]       0.7.8claws17
7747
7748         * src/messageview.[ch]
7749                 remove code committed in error from locally patched
7750                 source
7751
7752 2002-06-23 [colin]      0.7.8claws16
7753
7754         * src/compose.[ch]
7755                 add compose_entry_select(), used to select the default_to
7756                 email address - hopefully avoiding people sending mails to
7757                 wrong recipients.
7758
7759 2002-06-22 [alfons]     0.7.8claws15
7760
7761         * AUTHORS
7762                 add Bram Metsch & Stanislav Karchebny
7763         * src/smtp.[ch]
7764         * src/prefs_account.[ch]
7765         * src/send.c
7766                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
7767                   options.  (see <http://sourceforge.net/tracker/index.php
7768                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
7769
7770                 - merge Stanislav's fix to make SMTP AUTH work with qmail
7771                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
7772
7773 2002-06-22 [paul]       0.7.8claws14
7774
7775         * sync with 0.7.8cvs5
7776                 see ChangeLog 2002-06-19 and 2002-06-20
7777
7778 2002-06-22 [alfons]     0.7.8claws13
7779
7780         * src/selective_download.c
7781                 fix a stupid mistake I made
7782
7783 2002-06-22 [alfons]     0.7.8claws12
7784
7785         * src/selective_download.[ch]
7786                 fix another unnoticed leak; cleanup code
7787
7788 2002-06-21 [alfons]
7789
7790         * tools/Makefile.am
7791                 gpg-sign <-- gpg-sign-syl
7792
7793 2002-06-21 [alfons]     0.7.8claws11
7794
7795         * src/selective_download.c
7796         * src/selective_download.h
7797                 fix assorted mix of allocation errors (should solve
7798                 problem reported by Philippe Gramoullé, see:
7799                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
7800
7801 2002-06-20 [melvin]     0.7.8claws10
7802
7803         * tools/gpg-sign *REMOVED*
7804           tools/gpg-sign-syl *ADDED*
7805                 Replaced the gpg clearsigning script with the version using
7806                 xterm instead of ssh-askpass and changed its name.
7807
7808         * README.claws
7809                 Updated actions example to reflect the renaming of the
7810                 gpg clearsigning script.
7811
7812 2002-06-19 [paul]       0.7.8claws9
7813
7814         * sync with 0.7.8claws9
7815                 see ChangeLog 2002-06-18 and 2002-06-19
7816
7817 2002-06-19 [paul]       0.7.8claws8
7818
7819         * sync with 0.7.8cvs1
7820                 see ChangeLog 2002-06-18
7821
7822 2002-06-18 [alfons]     0.7.8claws7
7823
7824         * src/mainwindow.h
7825                 add omitted prototype
7826
7827 2002-06-17 [paul]       0.7.8claws6
7828
7829         * src/mainwindow.c
7830                 fix hiding of exec_btn
7831
7832 2002-06-17 [paul]       0.7.8claws5
7833
7834         * src/pop.c
7835                 remove unneeded code: should_delete() 
7836                 and Pop3State::uidl_todelete_list
7837
7838 2002-06-17 [paul]       0.7.8claws4
7839
7840         * sync with 0.7.8
7841                 see ChangeLog 2002-06-11 and 2002-06-13
7842
7843 2002-06-16 [alfons]     0.7.8claws3
7844         
7845         * src/folder.c
7846                 make sure lock sort mode (claws specific) is
7847                 also persists after a tree rescan
7848
7849 2002-06-16 [alfons]     0.7.8claws2
7850
7851         * src/prefs_folder_item.c
7852         * src/folder.[ch]
7853                 fix persistence of folder sort mode (broken
7854                 by adapting Hiro's new folder persistence code)
7855
7856 2002-06-16 [alfons]     0.7.8claws1
7857
7858         * AUTHORS
7859         * src/logwindow.c
7860         * src/prefscommon.[ch]
7861                 control size of log text in log window; 
7862                 closes patch #569155 submitted by Mitko Haralanov.
7863
7864 2002-06-15 [paul]       0.7.8claws
7865
7866         * release of 0.7.8claws
7867
7868 2002-06-15 [paul]       0.7.7claws
7869
7870         * po/pt_BR.po
7871                 updated by Fabio Junior Beneditto
7872
7873 2002-06-14 [paul]       0.7.6claws49
7874
7875         * po/es.po
7876                 updated by Ricardo Mones Lastra
7877
7878 2002-06-14 [paul]       0.7.6claws48
7879
7880         * po/nl.po
7881                 updated translation by Wilbert Berendsen
7882
7883 2002-06-14 [melvin]     0.7.6claws47
7884
7885         * po/fr.po
7886                 Updated French translation
7887
7888 2002-06-13 [paul]       0.7.6claws46
7889
7890         * src/filesel.c
7891                 allow filename to be typed in, rather than just
7892                 selected by the mouse. Patch by Gustavo Noronha Silva.
7893
7894 2002-06-13 [alfons]     0.7.6claws45
7895
7896         * src/mainwindow.[ch]
7897                 more cleanups (removing unnecessary menu items Expand 
7898                 summary / message view)
7899
7900 2002-06-13 [melvin]     0.7.6claws44
7901
7902         * po/POTFILES.in
7903                 Added src/string_match.c
7904         * src/string_match.c
7905                 Fixed possible buffer overflow.
7906                 Corrected typo.
7907                 Added missing config.h header.
7908         * src/prefs_common.c
7909           src/prefs_matcher.c
7910           src/prefs_scoring.c
7911                 Made some strings translatable (missing _(..)).
7912
7913 2002-06-13 [melvin]     0.7.6claws43
7914
7915         * README.claws
7916                 Corrected action example (verifying clearsigned mail).
7917         * src/prefs_account.c
7918                 Corrected typo.
7919         * src/prefs_common.c
7920                 Removed incorrect line that generated a Gtk-CRITICAL msg.
7921
7922 2002-06-12 [alfons]     0.7.6claws42
7923
7924         * src/summaryview.c
7925                 add init of score column lost in 0.7.6claws42
7926
7927 2002-06-12 [paul]       0.7.6claws41
7928
7929         * src/prefs_account.c
7930                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
7931                 behavior of the radio buttons, (from 0.7.7cvs2)
7932
7933 2002-06-11 [alfons]     0.7.6claws40
7934
7935         * src/messageview.[ch]
7936         * src/summaryview.[ch]
7937         * src/summary_search.c
7938         * src/mainwindow.c
7939                 perform a sync to bring in Hiro's separate view implementation 
7940
7941                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
7942
7943 2002-06-11 [paul]       0.7.6claws39
7944         
7945         * src/prefs_account.c
7946                 correct a typo on the Receive tab
7947
7948 2002-06-10 [match]      0.7.6claws38
7949
7950         * src/addressbook.c
7951                 Included address completion patch from Gustavo Noronha.
7952
7953 2002-06-10 [paul]       0.7.6claws37
7954
7955         * src/inc.[ch]
7956           src/pop.c
7957           src/prefs_account.[ch]
7958           src/selective_download.[ch]
7959                 apply PATCH #561712
7960                  NEW:
7961                 - check if POP Account
7962                 - Receive Button renamed to Preview
7963                 - Preview Button Popup: preview new/all messages
7964                 - Download Button
7965                 - Account Preferences-->Receive tab checkbutton if you
7966                   want to remove Mail after Download
7967                 -: default YES
7968                 - Account Preferences-->Receive tab checkbutton use
7969                   filtering rules on preview
7970                   (think of delete_on_server)
7971                 -: default YES
7972                 - Account selectable from SD dialog
7973                 - checkbutton to show already downloaded messages if
7974                   all messages are previewed
7975                 - new clist column showing Date
7976                 - ESC KEY close
7977                 FIXES:
7978                 - play ball with UIDL
7979                 - fault tolerant (?) 
7980                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
7981
7982 2002-06-10 [melvin]     0.7.6claws36
7983
7984         * README.claws
7985                 Added a hint to ac/README in cvs instructions.
7986
7987         * src/prefs_actions.c
7988                 Made it possible to use a more elaborate command line
7989                 for asynchronous actions, too.
7990
7991 2002-06-10 [melvin]     0.7.6claws35
7992         
7993         * src/prefs_actions.c
7994                 Make it possible to use a more elaborate command line
7995                 (e.g. |foo|bar|cat>there;echo Done|)
7996                 Corrected error message when calling %f, %F and %p commands
7997                 from the compose window.
7998
7999 2002-06-09 [colin]      0.7.6claws34
8000
8001         * src/summaryview.c
8002                 Automatically find unread messages in current folder
8003                 before annoying the user.
8004
8005 2002-06-08 [alfons]     0.7.6claws33
8006
8007         * po/it.po
8008                 remove bad formatting string in it.po translation
8009                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
8010
8011 2002-06-08 [paul]       0.7.6claws32
8012
8013         * sync with 0.7.6cvs25
8014                 see ChangeLog 2002-06-07
8015
8016 2002-06-05 [paul]       0.7.6claws31
8017
8018         * src/mainwindow.c
8019                 add 'Sort by locked' and 'Sort by score'
8020
8021 2002-06-05 [paul]       0.7.6claws30
8022
8023         * sync with 0.7.6cvs24
8024                 see ChangeLog 2002-06-04
8025
8026 2002-06-04 [paul]       0.7.6claws29
8027
8028         * po/pt_BR.po
8029                 updated by Fabio Junior Beneditto
8030
8031 2002-06-03 [thorsten]   0.7.6claws28
8032
8033         * src/matcher.c
8034                 fclose() matcherrc after reading
8035
8036 2002-06-03 [paul]       0.7.6claws27
8037
8038         * sync with 0.7.6cvs21
8039                 see ChangeLog 2002-05-31
8040
8041 2002-05-31 [paul]       0.7.6claws26
8042
8043         * sync with 0.7.6cvs20
8044                 see ChangeLog 2002-05-29 and 2002-05-30
8045
8046 2002-05-31 [paul]       0.7.6claws25
8047
8048         * src/imap.c
8049                 hopefully fix last buggy sync
8050
8051         * README.claws
8052                 correct typo in 'Actions' examples
8053
8054 2002-05-29 [paul]       0.7.6claws24
8055
8056         * sync with 0.7.6cvs18
8057                 see ChangeLog 2002-05-28 and 2002-05-29
8058
8059         * src/news.c
8060           src/nntp.[ch]
8061                 sync with above 
8062
8063 2002-05-28 [paul]       0.7.6claws23
8064
8065         * sync with 0.7.6cvs16
8066                 see ChangeLog 2002-05-28
8067
8068 2002-05-27 [thorsten]   0.7.6claws22 
8069
8070         * faq/it/sylpheed-faq-1.html
8071           faq/it/sylpheed-faq-2.html
8072           faq/it/sylpheed-faq-3.html
8073           faq/it/sylpheed-faq.html
8074                 corrected DOS lineendings
8075         * faq/de/sylpheed-faq-1.html
8076           faq/de/sylpheed-faq-2.html
8077           faq/en/sylpheed-faq-1.html
8078           faq/en/sylpheed-faq-2.html
8079           faq/en/sylpheed-faq-3.html
8080           faq/es/sylpheed-faq-1.html
8081           faq/es/sylpheed-faq-2.html
8082           faq/es/sylpheed-faq-3.html
8083           faq/fr/sylpheed-faq-1.html
8084           faq/it/sylpheed-faq-1.html
8085           faq/it/sylpheed-faq-2.html
8086           faq/it/sylpheed-faq-3.html
8087           faq/it/sylpheed-faq.html
8088                 changed ">" to &quot;
8089
8090 2002-05-27 [paul]       0.7.6claws21
8091         
8092         * sync with 0.7.6cvs15
8093                 see ChangeLog 2002-05-27
8094
8095 2002-05-27 [paul]       0.7.6claws20
8096
8097         * src/prefs_account.c
8098                 correct a typo
8099
8100 2002-05-26 [paul]       0.7.6claws19
8101
8102         * tools/README
8103                 correct a typo
8104
8105 2002-05-25 [paul]       0.7.6claws18
8106
8107         * tools/README
8108                 add description of kmail2sylpheed.pl
8109
8110 2002-05-25 [paul]       0.7.6claws17
8111
8112         * tools/kmail2sylpheed.pl       ** NEW FILE **
8113                 perl script that converts an exported Kmail address
8114                 book, converts it to sylpheed addressbook file,
8115                 writes the file to .sylpheed, and updates
8116                 addrbook--index.xml 
8117
8118 2002-05-25 [paul]       0.7.6claws16
8119
8120         * sync with 0.7.6cvs14
8121                 see ChangeLog 2002-05-23
8122
8123 2002-05-24 [paul]       0.7.6claws15
8124
8125         * README.claws
8126                 make a correction and add some more info
8127
8128 2002-05-24 [paul]       0.7.6claws14
8129
8130         * src/compose.c
8131                 fix memory leak in 
8132                 compose_redirect_write_headers_from_headerlist()
8133                 add Subject and Resent-Message-ID to
8134                 compose_redirect_write_headers()
8135                 Received, Subject, and X-UIDL are filtered out in 
8136                 compose_redirect_write_to_file()
8137
8138 2002-05-23 [paul]       0.7.6claws13
8139
8140         * src/compose.[ch]
8141           src/filtering.c
8142           src/mainwindow.c
8143           src/matcher.[ch]
8144           src/matcher_parser_lex.l
8145           src/matcher_parser_parse.y
8146           src/prefs_common.[ch]
8147           src/prefs_filtering.c
8148           src/summaryview.c
8149                 rename 'Bounce' to 'Redirect'
8150
8151 2002-05-23 [paul]       0.7.6claws12
8152
8153         * more sync with 0.7.6cvs13
8154           src/compose.c
8155                 see ChangeLog 2002-05-22
8156
8157 2002-05-22 [paul]       0.7.6claws11
8158
8159         * sync with 0.7.6cvs13
8160           src/codeconv.c
8161                 see ChangeLog 2002-05-20
8162           src/prefs_common.c
8163                 see ChangeLog 2002-05-22
8164
8165 2002-05-21 [melvin]     0.7.6claws10
8166
8167         * src/folderview.c
8168                 Added missing filtering and scoring headers
8169                 Fixed bad function call that showed garbage 
8170                 in Folder->Processing
8171
8172 2002-05-21 [paul]       0.7.6claws9
8173
8174         * tools/Makefile.am
8175                 make all tools executable, (patch by Alfons).
8176
8177 2002-05-20 [alfons]     0.7.6claws8
8178
8179         * src/procheader.c
8180                 don't forget to call mktime() so we have a valid week 
8181                 and year day
8182                 (Bug report by Roger Sondermann <mail@jumaros.de>)
8183
8184 2002-05-20 [paul]       0.7.6claws7
8185
8186         * src/html.c
8187                 fix broken parsing of urls
8188         * src/textview.c
8189                 fix displaying of urls
8190
8191                 both fixes from the patch [547855] by Eugene 
8192                 Brevdo (zonem)
8193
8194 2002-05-19 [alfons]     0.7.6claws6
8195
8196         * configure.in
8197                 make sylpheed configure correctly with the latest
8198                 and greatest of automake / autoconf / gettext
8199
8200 2002-05-19 [alfons]     0.7.6claws5
8201
8202         * src/procheader.c
8203         * src/procheader.h
8204                 add function for returning ime zone offset
8205         * src/quote_fmt.c
8206         * src/quote_fmt_parse.y
8207                 better quotation formatting - does not convert
8208                 to local time, but uses the original date string.
8209                 
8210                 Note: %z inserts the timezone offset (should 
8211                 work also on platforms where strftime does not
8212                 support %z).
8213
8214 2002-05-18 [christoph]  0.7.6claws4
8215
8216         * src/summaryview.c
8217                 fix indentation of some code
8218         * tools/Makefile.am
8219                 fix spaces after \
8220         * src/Makefile.am
8221                 add missing \
8222                 correct path for ignorethread.xpm
8223                 incorrect filename for sylpheed_logo.xpm
8224                 add missing include matcher_parser_parse.h
8225
8226 2002-05-18 [paul]       0.7.6claws3
8227
8228         * sync with 0.7.6cvs8
8229                 see ChangeLog 2002-05-16 and 2002-05-17
8230
8231 2002-05-18 [melvin]     0.7.6claws2
8232
8233         * README.claws
8234                 Corrected an action's definition and fixed some misspellings.
8235
8236 2002-05-18 [paul]       0.7.6claws1
8237
8238         * tools/Makefile.am
8239           tools/gpg-sign        ** new file **
8240           tools/uudec           ** new file **
8241                 add Melvin's Actions scripts
8242
8243         * README.claws
8244                 add Melvin's descriptions for Actions
8245
8246 2002-05-18 [paul]       0.7.6claws
8247
8248         * Version 0.7.6claws released
8249
8250 2002-05-17 [paul]       0.7.5claws32
8251
8252         * po/es.po
8253                 updated by Ricardo Mones Lastra
8254
8255 2002-05-17 [paul]       0.7.5claws31
8256
8257         * src/compose.c
8258                 fix Account prefs default folder for sent/draft/deleted
8259                 messages bug
8260
8261         * po/it.po
8262           po/nl.po
8263                 updated translation by Alessandro Maestri and
8264                 Wilbert Berendsen
8265
8266 2002-05-17 [melvin]     0.7.5claws30
8267
8268         * src/prefs_actions.c
8269                 Fixed bug where using %F not at the end of the command 
8270                 resulted in an additional empty argument being created.
8271                 Thanks to Darko Koruga for reporting the bug.
8272
8273 2002-05-17 [melvin]     0.7.5claws29
8274
8275         * po/fr.po
8276                 Updated French translations.
8277
8278 2002-05-15 [paul]       0.7.5claws28
8279         
8280         * po/es.po
8281                 updated by Ricardo Mones Lastra
8282
8283 2002-05-15 [paul]       0.7.5claws27
8284
8285         * sync with 0.7.6cvs4
8286                 see ChangeLog 2002-05-14 and 2002-05-15
8287
8288 2002-05-14 [paul]       0.7.5claws26
8289
8290         * sync with 0.7.6cvs1
8291                 see ChangeLog 2002-05-13
8292
8293 2002-05-13 [thorsten]   0.7.5claws25
8294
8295         * src/messageview.c
8296                 fix select_all and copy in multipart messages
8297         * src/mainwindow.c
8298                 fix select_all and copy in multipart messages
8299
8300 2002-05-12 [paul]       0.7.5claws24
8301
8302         * src/summaryview.c
8303                 reverse last commit, bug already fixed in 0.7.5claws3
8304
8305 2002-05-12 [netztorte]  0.7.5claws23
8306
8307         * src/summaryview.c
8308                 dont parse empty addressbook (checked in before claws20)
8309
8310 2002-05-12 [melvin]     0.7.5claws22
8311
8312         * src/procmsg.[ch]
8313                 Removed unneeded priority code introduced by the previous 
8314                 commit.
8315
8316 2002-05-12 [melvin]     0.7.5claws21
8317
8318         * src/compose.[ch]
8319                 Added possibility to set message's priority.
8320         * src/procmsg.[ch]
8321                 Added possibility to set message's priority.
8322                 Added missing headers
8323
8324 2002-05-12 [melvin]     0.7.5claws20
8325
8326         * src/prefs_actions.c
8327                 Removed implicitely added quotes around the name
8328                 of the temporary files of mime parts.
8329
8330 2002-05-12 [paul]       0.7.5claws19
8331
8332         * sync with 0.7.5cvs20
8333                 see ChangeLog 2002-05-11
8334
8335 2002-05-12 [alfons]     0.7.5claws18
8336
8337         * src/quote_fmt_lex.l
8338         * src/quote_fmt_parse.y
8339                 allow quote / reply date & time format to be set using
8340                 %D{format}. format is a format string you'd pass to
8341                 strftime() (see man strftime, or the Display tab |
8342                 Date format setting).
8343
8344                 Currently %D converts the date to local time. 
8345
8346 2002-05-11 [paul]       0.7.5claws17
8347
8348         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
8349                 see ChangeLog 2002-05-10 and 2002-05-11
8350
8351 2002-05-10 [paul]       0.7.5claws16
8352
8353         * sync with 0.7.5cvs16
8354                 see ChangeLog entries 2002-05-09 and 
8355                 2002-05-10
8356
8357 2002-05-10 [colin]      0.7.5claws15
8358
8359         * src/textview.c
8360                 Corrected a bug that prevented sylpheed to open
8361                 double-clicked URIs.
8362
8363 2002-05-09 [paul]       0.7.5claws14
8364
8365         * sync with 0.7.5cvs14
8366                 see ChangeLog 2002-05-08 and 2002-05-09
8367
8368 2002-05-08 [paul]       0.7.5claws13
8369
8370         * sync with 0.7.5cvs11
8371                 see ChangeLog entry 2002-05-08
8372
8373 2002-05-08 [paul]       0.7.5claws12
8374
8375         * src/mainwindow.c
8376           src/textview.[ch]
8377                 fix segfault on View->Open in new window
8378                 patch submitted by Thorsten Maerz <torte@netztorte.de>
8379
8380 2002-05-07 [paul]       0.7.5claws11
8381
8382         * sync with 0.7.5cvs9
8383                 see ChangeLog entry 2002-05-07
8384
8385 2002-05-06 [paul]       0.7.5claws10
8386
8387         * src/messageview.c
8388           src/textview.c
8389                 display url in statusbar on single-click
8390                 patch submitted by Thorsten Maerz <torte@netztorte.de>
8391
8392 2002-05-06 [match]      0.7.5claws9
8393
8394         * src/addritem.[ch]
8395                 new functions.
8396         * src/addrcache.c
8397                 tidy up.
8398         * src/xmlprops.[ch]
8399                 XML implementation of properties file.
8400         * src/exporthtml.[ch]
8401         * src/expthtmldlg.[ch]
8402         * src/addressbook.c
8403                 export to HTML.
8404
8405 2002-05-02 [sergey]     0.7.5claws8
8406
8407         * src/mainwindow.c (mainwin_entries),
8408           src/prefs_common.c (prefs_send_create()),
8409           src/codeconv.c (locale_table):
8410                 use charset name "Windows-1251" instead of "CP1251".
8411
8412 2002-05-02 [colin]      0.7.5claws7
8413         
8414         * src/compose.c
8415           src/prefs_common.c
8416           src/prefs_folder_item.c
8417                 Fixed cosmetics bugs due to Outbox renamed to Sent.
8418
8419 2002-05-02 [hiro]       0.7.5claws6
8420
8421         * src/imap.c
8422                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
8423
8424 2002-05-02 [paul]       0.7.5claws5
8425
8426         * src/compose.c
8427                 more sync with 0.7.5cvs7, see ChangeLog entry
8428                 2002-05-02
8429
8430 2002-05-02 [hiro]       0.7.5claws4
8431
8432         * src/compose.c
8433                 compose_queue_sub():
8434                 check if queue folder exists (closes #550397).
8435                 removed directory creation since it should be handled
8436                 transparently.
8437         * src/imap.c
8438                 imap_add_msg(): return UID for appended message
8439                 (closes #548842).
8440
8441 2002-04-30 [paul]       0.7.5claws3
8442
8443         * src/summaryview.c
8444                 fix account_find_from_address() bug
8445
8446 2002-04-28 [colin]      0.7.5claws2
8447
8448         * src/compose.c
8449           src/textview.c
8450           src/prefs_common.[ch]
8451           src/utils.[ch]
8452                 Added user-definable quotation characters recognition.
8453
8454 2002-04-28 [paul]       0.7.5claws1
8455
8456         * sync with 0.7.5cvs4
8457                 see ChangeLog entry  2002-04-25
8458
8459 2002-04-28 [paul]       0.7.5claws
8460
8461         * po/es.po
8462           po/nl.po
8463           po/pt_BR.po
8464                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
8465                 Fabio Junior Beneditto
8466
8467 2002-04-27 [jens]       0.7.4claws103
8468
8469         * po/de.po
8470                 updated German translation.
8471
8472 2002-04-27 [hiro]       0.7.4claws102
8473
8474         * src/summaryview.c
8475                 summary_write_cache(): fixed the mark loss of hidden messages.
8476
8477 2002-04-26 [melvin]     0.7.4claws101
8478
8479         * src/procmsg.c
8480                 fixed a second typo (same one)
8481         * po/fr.po
8482           po/it.po
8483           po/pt_BR.po
8484                 fixed the type again...
8485
8486 2002-04-26 [melvin]     0.7.4claws100
8487
8488         * src/procmsg.c
8489                 fixed a typo in an alert message ("temorary").
8490         * po/it.po
8491         * po/pt_BR.po
8492                 corrected the typo  described above.
8493         * po/fr.po
8494                 updated French translation.
8495
8496 2002-04-26 [darko]      0.7.4claws99
8497
8498         * src/summaryview.c
8499                 fix target folder colorization
8500
8501 2002-04-25 [paul]       0.7.4claws98
8502
8503         * po/it.po
8504                 updated by Alessandro Maestri
8505
8506 2002-04-24 [colin]      0.7.4claws97
8507         
8508         * src/compose.c
8509                 Fixed double "subject is empty" question.
8510
8511 2002-04-23 [colin]      0.7.4claws96
8512         
8513         * src/mimeview.c
8514                 Corrected issue when "automatically display images" was
8515                 not set : first image remained after selecting second.
8516
8517 2002-04-23 [melvin]     0.7.4claws95
8518
8519         * src/prefs_actions.c
8520                 Don't display in/out dialog if there is nothing to show.
8521
8522 2002-04-23 [paul]       0.7.4claws94
8523
8524         * sync with 0.7.5cvs3
8525                 bug fixes: see ChangeLog entry 2002-04-23
8526
8527 2002-04-22 [darko]      0.7.4claws93
8528
8529         * src/compose.c
8530                 fix previous check-in which changed code after
8531                 merge from main
8532
8533 2002-04-22 [paul]       0.7.4claws92
8534
8535         * faq/de/*
8536                 add German FAQ
8537         * faq/en/*
8538           faq/es/*
8539           faq/fr/*
8540                 update English, Spanish and French FAQs
8541         * manual/de/*
8542           manual/es/*
8543                 add German and Spanish manuals
8544         * manual/en/*
8545           manual/fr/*
8546                 update English and French manuals
8547
8548         * src/Makefile.am
8549                 add to and re-arrange the pixmap entries
8550
8551 2002-04-22 [darko]      0.7.4claws91
8552
8553         * src/compose.c
8554                 fix sender initials recognition to only allow
8555                 '>' after the initials
8556
8557 2002-04-21 [paul]       0.7.4claws90
8558
8559         * sync with 0.7.5 release
8560                 see ChangeLog entry 2002-04-21
8561
8562 2002-04-21 [alfons]
8563
8564         * src/Makefile.am
8565                 add colin's new pixmaps to EXTRA_DIST
8566
8567 2002-04-21 [colin]      0.7.4claws89
8568         * src/compose.c
8569         * src/inc.c
8570         * src/mainwindow.[ch]
8571         * src/prefs_common.[ch]
8572         * src/stock_pixmap.[ch]
8573                 Added "Work offline" ability.
8574
8575 2002-04-21 [colin]      0.7.4claws88
8576         
8577         * src/mimeview.c
8578         * src/prefs_common.c
8579         * src/prefs_common.h
8580         * src/textview.c : Added an option to common preferences -> display
8581           to allow user not to automatically display images.
8582
8583 2002-04-21 [paul]       0.7.4claws87
8584
8585         * sync with 0.7.4cvs52
8586                 see ChangeLog entry 2002-04-21 (src/imap.c)
8587
8588 2002-04-21 [paul]       0.7.4claws86
8589
8590         * sync with 0.7.4cvs51
8591                 see ChangeLog entry 2002-04-21
8592
8593 2002-04-21 [paul]       0.7.4claws85
8594
8595         * sync with 0.7.4cvs49
8596                 see ChangeLog entries 2002-04-20 and 2002-04-21
8597
8598         * src/Makefile.am
8599                 clean up: remove old 'stock_' element from xpm 
8600                 filenames.
8601
8602 2002-04-21 [alfons]     0.7.4claws84
8603
8604         apply sync patch from Paul
8605
8606         * src/folderview.c
8607                 use old claws prefs_folder_item_create() for now
8608
8609 2002-04-19 [match]      0.7.4claws83
8610
8611         * src/addressbook.[ch]
8612         * src/addrharvest.[ch]
8613         * src/addrgather.[ch]
8614                 recurse folders.
8615         * src/mainwindow.c
8616         * src/summaryview.[ch]
8617                 change menu option.
8618
8619 2002-04-19 [paul]       0.7.4claws82
8620
8621         * po/pt_BR.po
8622                 updated by Fabio Junior Beneditto
8623
8624 2002-04-14 [alfons]     0.7.4claws81
8625
8626         * src/passphrase.c
8627                 add #include <sys/types.h> for mode_t and off_t 
8628
8629 2002-04-13 [paul]       0.7.4claws80
8630         
8631         * src/main.c
8632           src/passphrase.[ch]
8633           src/pgptext.c
8634           src/prefs_common.[ch]
8635           src/rfc2015.c
8636                 enable storing of GnuPG passphrase for the whole 
8637                 session or a user-defined number of minutes. patch 
8638                 submitted by Ravemax <ravemax@dextrose.com>
8639
8640 2002-04-13 [alfons]     0.7.4claws79
8641
8642         * src/textview.c
8643                 make email parser also stop scanning when encountering separators
8644                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
8645
8646 2002-04-13 [paul]       0.7.4claws78
8647
8648         * sync with 0.7.4cvs39
8649                 see ChangeLog entry 2002-04-12
8650
8651 2002-04-11 [paul]       0.7.4claws77
8652
8653         * sync with 0.7.4cvs37
8654                 see ChangeLog entry 2002-04-11
8655
8656 2002-04-11 [paul]       0.7.4claws76
8657
8658         * COPYING 
8659                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
8660                 the clause for OpenSSL). sync with sylpheed main
8661
8662 2002-04-09 [melvin]     0.7.4claws75
8663
8664         * src/compose.c
8665                 Made 'Ctrl-Enter' on send ignore some modifiers 
8666                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
8667                 to bind other *-Enter (but not Alt-Enter).
8668
8669 2002-04-09 [paul]       0.7.4claws74
8670
8671         * sync with 0.7.4cvs35
8672                 see ChangeLog entries 2002-04-09
8673
8674 2002-04-08 [paul]       0.7.4claws73
8675
8676         * sync with 0.7.4cvs33
8677                 see ChangeLog entry 200-04-08
8678
8679 2002-04-07 [match]      0.7.4claws72
8680
8681         * src/addrharvest.[ch]
8682                 fixed to read all addresses in header, regardless
8683                 of header size. improved name parsing. accommodate
8684                 harvest from folders and selected message.
8685         * src/addritem.[ch]
8686                 included new address parsing function.
8687         * src/addrgather.[ch]
8688         * src/addressbook.[ch]
8689         * src/summaryview.[ch]
8690         * src/mainwindow.c
8691                 allow address harvest of folder as well as selected
8692                 messages.
8693
8694 2002-04-07 [paul]       0.7.4claws71
8695
8696         * src/esmtp.[ch]
8697           src/smtp.c
8698                 don't try to authenticate with CRAM-MD5 in SMTP when 
8699                 SMTP-AUTH enabled if MTA doesn't issue this 
8700                 auth-method in it's ehlo-response. bug item #531364,
8701                 patch item #938910. patch submitted by Colin Leroy 
8702                 <colin@colino.net>
8703
8704 2002-04-07 [paul]       0.7.4claws70
8705
8706         * src/nntp.c
8707                 fix missing MODE_READER bug. patch submitted by
8708                 Colin Leroy <colin@colino.net>
8709
8710 2002-04-07 [alfons]     0.7.4claws69
8711
8712         * src/matcher.[ch]
8713         * src/prefs_filtering.c
8714         * src/summaryview.c
8715                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
8716                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
8717
8718 2002-04-07 [paul]       0.7.4claws68
8719
8720         * sync with 0.7.4cvs32
8721                 see ChangeLog entry 2002-04-06
8722
8723         * tools/filter_conv.pl
8724                 more bug fixes
8725
8726 2002-04-06 [paul]       0.7.4claws67
8727
8728         * tools/filter_conv.pl
8729                 modify to be able to find the name of the first
8730                 mailbox and use that. main's filter does not
8731                 record the full path to the mailbox and therefore
8732                 can only filter to the first mailbox.
8733
8734 2002-04-05 [paul]       0.7.4claws66
8735
8736         * tools/filter_conv.pl
8737                 attempt to make the script all-encompassing and
8738                 be able to convert any main 'filter' rule thrown
8739                 at it
8740
8741 2002-04-05 [paul]       0.7.4claws65
8742
8743         * tools/filter_conv.pl
8744                 allow for collapsed folder trees
8745
8746 2002-04-05 [paul]       0.7.4claws64
8747
8748         * sync with 0.7.4cvs31
8749                 see ChangeLog entries 2002-04-05
8750
8751 2002-04-03 [paul]       0.7.4claws63
8752
8753         * sync with 0.7.4cvs29
8754                 see ChangeLog entries 2002-04-02 and 2002-04-03
8755
8756 2002-04-02 [paul]       0.7.4claws62
8757
8758         * sync with 0.7.4cvs26
8759                 see ChangeLog entry 2002-04-01
8760
8761 2002-04-02 [match]      0.7.4claws61
8762
8763         * src/pine.[ch]
8764         * src/importpine.[ch]
8765         * src/addressbook.c
8766                 import Pine address book.
8767
8768 2002-04-02 [match]      0.7.4claws60
8769
8770         * src/addrharvest.[ch]
8771                 improve address parsing of funky addresses.
8772
8773 2002-04-02 [darko]      0.7.4claws59
8774
8775         * src/compose.c
8776                 wrap on send improvements, it now recognizes quoted
8777                 initials as part of the quotation string, and it
8778                 does not join lines separated by CR
8779
8780 2002-04-01 [match]      0.7.4claws58
8781
8782         * src/mgutils.[ch]
8783                 added new functions.
8784         * src/mutt.[ch]
8785                 remove excessive duplicate address generation
8786                 on import.
8787
8788 2002-04-01 [alfons]     0.7.4claws57
8789         
8790         * src/summaryview.c
8791                 put back g_free() 
8792
8793 2002-04-01 [paul]       0.7.4claws56
8794
8795         * sync with 0.7.4cvs25
8796                 see ChangeLog entry 2002-04-01
8797
8798 2002-04-01 [alfons]     0.7.4aprilfool55
8799
8800         * src/summaryview.c
8801                 honour feature request item #537427 to allow for
8802                 displaying names from address book for sent mail also
8803
8804 2002-03-29 [paul]       0.7.4claws54
8805
8806         * src/mainwindow.c
8807           src/prefs_filtering.[ch]
8808           src/prefs_matcher.c
8809           src/summaryview.c
8810                 add 'fast filter' for claws' filtering,
8811                 /Tools/Create filter rule/... patch submitted
8812                 by Neill Miller <neillm@thecodefactory.org>
8813
8814 2002-03-29 [paul]       0.7.4claws53
8815
8816         * sync with 0.7.4cvs24
8817                 see ChangeLog entry 2002-03-29
8818
8819 2002-03-28 [paul]       0.7.4claws52
8820
8821         * sync with 0.7.4cvs23
8822                 see ChangeLog entry 2002-03-28
8823
8824 2002-03-27 [melvin]     0.7.4claws51
8825
8826         * src/prefs_actions.c
8827                 Added support to pass only one message part (as a
8828                 file) to the command using '%p'. No quotes are needed
8829                 because doubles quotes are automatically added.
8830                 Fixed bug where Sylpheed could block when waiting for
8831                 a child process to finish.
8832                 Changed the help menu to remove quotes around symbols to 
8833                 avoid misinterpretation (they must not be used).
8834
8835 2002-03-27 [melvin]     0.7.4claws50
8836
8837         * src/inc.c
8838                 Made the new mail notification command always 
8839                 execute asynchronously.
8840
8841 2002-03-27 [paul]       0.7.4claws49
8842
8843         * src/compose.c
8844                 fix bug introduced in last commit
8845
8846 2002-03-27 [paul]       0.7.4claws48
8847
8848         * sync with 0.7.4cvs21
8849                 see ChangeLog 2002-03-26 and 2002-03-27
8850
8851 2002-03-26 [hoa]        0.7.4claws47
8852
8853         * src/prefs_folder_item.c
8854                 really fixed the bug #516442 with folder rescan.
8855
8856 2002-03-26 [paul]       0.7.4claws46
8857
8858         * sync with 0.7.4cvs19
8859                 see ChangeLog entries 2002-03-25 and 2002-03-26
8860
8861 2002-03-25 [hoa]        0.7.4claws45
8862
8863         * src/matcher.c
8864         * src/mh.c
8865                 fix the bug #516442 with folder rescan.
8866
8867         * src/prefs_common.[ch]
8868         * src/compose.c
8869                 added an option to enable two different behaviours
8870                 for bounce.
8871
8872
8873 2002-03-25 [paul]       0.7.4claws44
8874
8875         * src/mainwindow.c
8876           src/selective_download.c
8877                 correct a few menuitem labels
8878
8879 2002-03-25 [christoph]  0.7.4claws43
8880
8881         * src/procmsg.c
8882                 fix non deleted tmp message in
8883                 procmsg_save_to_outbox
8884                 fix problems caused by sync with
8885                 main branch's procmsg_send_queue
8886
8887 2002-03-25 [paul]       0.7.4claws42
8888
8889         * src/quote_fmt.c
8890           src/quote_fmt_lex.l
8891           src/quote_fmt_parse.y
8892                 add Last name (%L) placeholder for quoting. 
8893                 patch submitted by Thorsten Thielen 
8894                 <thth@users.sourceforge.net>
8895
8896 2002-03-25 [paul]       0.7.4claws41
8897
8898         * src/utils.c
8899                 get full hostname. patch submitted by
8900                 Bob Woodside <rwoodside1@comcast.net>
8901
8902 2002-03-25 [paul]       0.7.4claws40
8903
8904         * src/account.c
8905           src/news.c
8906           src/nntp.[ch]
8907           src/prefs_account.[ch]
8908                 enable NNTP over SSL. patch submitted by
8909                 Pascal Jermini <pascal@infinity.hn.org>
8910
8911 2002-03-24 [paul]       0.7.4claws39
8912
8913         * src/prefs_common.c
8914                 make the arrangement of the Compose tab more
8915                 coherent
8916
8917         * src/mainwindow.c
8918                 fix some irregularities of style
8919
8920         * po/de.po
8921                 updated by Kilian Krause
8922
8923 2002-03-23 [paul]       0.7.4claws38
8924
8925         * po/pt_BR.po
8926                 updated by Fabio Junior Beneditto
8927
8928 2002-03-23 [paul]       0.7.4claws37
8929
8930         * src/mainwindow.c
8931                 move 'Gather addresses' to 'Tools' menu
8932                 make 'Selective download' sensitive
8933
8934 2002-03-23 [paul]       0.7.4claws36
8935
8936         * sync with 0.7.4cvs16
8937                 see ChangeLog entries 2002-03-23
8938
8939 2002-03-22 [christoph]  0.7.4claws35
8940
8941         * src/quote_fmt_parse.y
8942                 fix include program output
8943
8944 2002-03-22 [alfons]     0.7.4claws34
8945
8946         * src/pop.c
8947                 initialize GDate stack variable correctly (sorry!)
8948
8949 2002-03-22 [paul]       0.7.4claws33
8950
8951         * src/compose.c
8952           src/mainwindow.c
8953           src/prefs_actions.c
8954           src/prefs_common.c
8955                 rename 'Tool' to 'Tools'
8956
8957         * src/mainwindow.c
8958                 move 'Delete duplicated messages' from
8959                 'Message/' to 'Tools/'
8960                 re-arrange the order of 'Tools/' items
8961
8962 2002-03-22 [paul]       0.7.4claws32
8963
8964         * src/addr_compl.c
8965           src/addressbook.[ch]
8966                 auto-address completion now also matches on
8967                 Nickname. patch submitted by Bob Forsman 
8968                 <hammor@users.sourceforge.net>
8969
8970         * src/editaddress.c
8971                 correct a spelling mistake
8972
8973 2002-03-22 [alfons]     0.7.4claws31
8974
8975         * src/pop.c
8976                 fix getting uidl from incorrect string 
8977                 (spotted by Colin)
8978
8979 2002-03-21 [alfons]     0.7.4claws30
8980
8981         * src/pop.c
8982                 more code refactoring
8983                 plug mem leak introduced by delete on server
8984
8985 2002-03-21 [paul]       0.7.4claws29
8986
8987         * sync with 0.7.4cvs11
8988                 see ChangeLog entries 2002-03-20
8989
8990 2002-03-20 [alfons]     0.7.4claws28
8991
8992         * src/inc.c
8993                 apply Colin's patch and refactor
8994
8995 2002-03-20 [paul]       0.7.4claws27
8996
8997         * sync with sylpheed 0.7.4cvs9
8998                 see ChangeLog entry 2002-03-20
8999
9000 2002-03-19 [christoph]  0.7.4claws26
9001
9002         * src/mh.c
9003         * src/procmsg.[ch]
9004         * src/summaryview.c
9005                 revert changes for flag updates
9006                 (does not work correctly and no time to debug)
9007
9008 2002-03-20 [alfons]     0.7.4claws25
9009
9010         * src/pop.c
9011                 refactor should_delete() a little bit 
9012
9013 2002-03-19 [paul]       0.7.4claws24
9014
9015         * src/inc.[ch]
9016           src/pop.c
9017           src/prefs_account.[ch]
9018                 allow the user to leave downloaded mail on the 
9019                 server for n days. Patch submitted by Colin Leroy 
9020                 <colin@colino.net>
9021
9022 2002-02-19 [paul]       0.7.4claws23
9023
9024         * sync with sylpheed 0.7.4cvs8
9025                 see ChangeLog entries 2002-03-19
9026
9027 2002-03-18 [paul]       0.7.4claws22
9028
9029         * sync with sylpheed 0.7.4cvs6
9030                 see ChangeLog entry 2002-03-18
9031
9032 2002-03-18 [paul]       0.7.4claws21
9033
9034         * po/en_GB.po
9035                 add en_GB message catalogue
9036
9037         * src/mbox_folder.c
9038           src/prefs_account.c
9039           src/prefs_actions.c
9040                 correct a few spelling mistakes
9041
9042 2002-03-17 [alfons]     0.7.4claws20
9043
9044         * src/matcher.c
9045                 more stringent checks for NULL params when writing
9046                 filtering actions to a file
9047                 
9048 2002-03-17 [hoa]        0.7.3claws20
9049
9050         * src/news.c
9051                 fixed the count of new messages
9052
9053         * src/compose.c
9054                 fixed the "attachment properties" window
9055
9056 2002-03-17 [paul]       0.7.4claws19
9057
9058         * src/defs.h
9059           src/folder.h
9060           src/news.c
9061           src/prefs_account.[ch]
9062           src/procmsg.[ch]
9063           src/summaryview.c
9064                 automatically mark cross-posted messages as read 
9065                 and (optionally) give them a colour label
9066                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
9067                 
9068
9069 2002-03-17 [paul]       0.7.4claws18
9070
9071         * sync with sylpheed 0.7.4cvs5
9072                 see ChangeLog entry 2002-03-17
9073
9074 2002-03-17 [melvin]     0.7.4claws17
9075         
9076         * src/textview.c
9077                 Worked around a gtktext 'bug': when searching for 
9078                 a text in a long message it was scrolling slowly
9079                 line by line until it hit the searched text.
9080         * po/fr.po
9081                 Updated French translation
9082
9083 2002-03-17 [melvin]     0.7.4claws16
9084
9085         * src/mainwindow.c
9086         * src/compose.c
9087         * src/prefs_actions.c
9088                 Moved "Edit/Actions" to "Tool/Actions"
9089                 Made mainwindow/compose window sensitive as soon as
9090                 no child process is running anymore even if the io dialog
9091                 is open.
9092                 Fixed a struct being initialized with a non constant char*
9093
9094 2002-03-16 [christoph]  0.7.4claws15
9095
9096         * configure.in
9097                 add --with-compiler-flags option
9098                 (only for developer hacking)
9099         * src/mh.c
9100         * src/procmsg.[ch]
9101         * src/summaryview.c
9102                 try to make folder-stats and flag handling more
9103                 independent from the summaryview. msgcounts
9104                 are only set when the folder is opened and
9105                 procmsg_msginfo_(un)set_flags will handle it
9106                 later and summaryview will get the values
9107                 from the folder.
9108
9109 2002-03-16 [paul]       0.7.4claws14
9110
9111         * src/messageview.c
9112                 fix Return-receipt. Patch submitted by Bob
9113                 Woodside <rwoodside1@comcast.net>
9114
9115 2002-03-16 [paul]       0.7.4claws13
9116
9117         * src/compose.c
9118                 fix 'dynamic' signatures, make it work again
9119                 broken during sync on 2002-03-14 (0.7.4claws2)
9120
9121 2002-03-15 [match]      0.7.4claws12
9122
9123         * src/addrharvest.[ch]
9124         * src/addrgather.[ch]
9125         * src/addressbook.[ch]
9126         * src/mainwindow.c
9127                 included address harvester feature. still some
9128                 issues with address parsing that I will fix.
9129
9130 2002-03-15 [match]      0.7.4claws11
9131
9132         * src/addrbook.[ch]
9133         * src/addrcache.[ch]
9134         * src/addressbook.[ch]
9135         * src/addrindex.c
9136         * src/editbook.c
9137         * src/importldif.c
9138         * src/importmutt.c
9139         * src/jpilot.[ch]
9140         * src/main.c
9141         * src/syldap.[ch]
9142         * src/vcard.[ch]
9143                 tidy up. fix memory leaks. moved attribs and methods
9144                 from individual interfaces to addrcache object. prep
9145                 for new stuff to come in.
9146
9147 2002-03-15 [alfons]     0.7.4claws10
9148
9149         * src/matcher.[ch]
9150         * src/matcher_parser_parse.y
9151         * src/matcher_parser_lex.l
9152         * src/prefs_matcher.c
9153                 add filtering conditions message greater than, smaller 
9154                 than, and exactly matching a size in bytes
9155                 (does not work with delete from POP3 server yet)
9156
9157                 this should also give others an idea what you should
9158                 do to add new criterions to claws filtering system
9159                 
9160
9161 2002-03-15 [paul]       0.7.4claws9
9162
9163         * tools/filter_conv.pl
9164                 exit if there are no filter rules to convert
9165                 rename filterrc to filterrc.old after completion
9166
9167 2002-03-15 [paul]       0.7.4claws8
9168
9169         * sync with sylpheed 0.7.4cvs3
9170                 see ChangeLog entry 2002-03-14
9171
9172 2002-03-14 [paul]       0.7.4claws7
9173
9174         * src/compose.c
9175                 clean up the last commit (ahem)
9176
9177 2002-03-14 [paul]       0.7.4claws6
9178
9179         * src/compose.c
9180                 fix bug #515655. honour account preferences
9181                 regarding gpg default signing/encryption when 
9182                 changing account from the compose window.
9183
9184 2002-03-14 [paul]       0.7.4claws5
9185
9186         * src/folderview.c
9187                 remove unnecessary curly brackets
9188
9189 2002-03-14 [paul]       0.7.4claws4
9190
9191         * src/folderview.c
9192           src/prefs_filtering.[ch]
9193                 add filter rename on folder rename and filter
9194                 delete on folder delete. Patch submitted by
9195                 Neill Miller <neillm@thecodefactory.org> 
9196
9197 2002-03-14 [christoph]  0.7.4claws3
9198
9199         * src/procmsg.c
9200         * src/send.c
9201                 fix local delivery
9202                 (patch submitted by "Simon 'corecode' Schubert")
9203         * src/prefs_common.c
9204         * src/procmsg.c
9205                 fix gcc 3.0 warning
9206
9207 2002-03-14 [paul]       0.7.4claws2
9208
9209         * sync with sylpheed 0.7.4cvs2
9210                 see ChangeLog entry 2002-03-13
9211
9212 2002-03-12 [darko]      0.7.4claws1
9213
9214         * src/mainwindow.c
9215                 fix what seems to be a copy and paste error
9216                 when setting color for important messages
9217                 (reported by wwp)
9218
9219 2002-03-11 [paul]       version 0.7.4claws released
9220
9221 2002-03-11 [paul]       0.7.4claws
9222
9223         * po/es.po
9224           po/it.po
9225           po/nl.po
9226           po/pt_BR.po
9227                 update message catalogs. Submitted by Ricardo Mones 
9228                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
9229                 Fabio Junior Beneditto
9230
9231         * configure.in
9232           faq/Makefile.am
9233           faq/it/Makefile
9234           faq/it/sylpheed-faq*
9235           src/mainwindow.c
9236           src/manual.[ch]
9237                 add FAQ in Italian
9238         
9239
9240 2002-03-11 [jens]       0.7.3claws7
9241
9242         * po/de.po
9243                 updated German translation
9244
9245 2002-03-11 [melvin]     0.7.3claws6
9246
9247         * po/fr.po
9248                 updated and corrected French translation
9249
9250 2002-03-10 [hoa]        0.7.3claws5
9251
9252         * src/account.c
9253         * src/inc.c
9254         * src/prefs_account.c
9255         * src/procmsg.c
9256         * src/send.[ch]
9257                 fixed the local account.
9258                 you have to change the default "/usr/sbin/sendmail"
9259                 to "/usr/sbin/sendmail -t" in the preferences of
9260                 the local account.
9261
9262         * src/procmime.c
9263                 removed some debug display for renderer
9264
9265 2002-03-10 [paul]       0.7.3claws4
9266
9267         * faq/en/sylpheed-faq-1.html
9268           faq/en/sylpheed-faq-2.html
9269                 update
9270
9271 2002-03-09 [paul]       0.7.3claws3
9272
9273         * sync with sylpheed 0.7.4
9274                 see ChangeLog entry 2002-03-09
9275
9276 2002-03-08 [paul]       0.7.3claws2
9277
9278         * faq/en/sylpheed-faq*
9279           faq/es/sylpheed-faq*
9280           faq/fr/sylpheed-faq*
9281                 update the FAQs
9282
9283         * manual/fr/.cvsignore
9284           manual/fr/Makefilea.am
9285           manual/fr/sylpheed*
9286           src/mainwindow.c
9287           src/manual.[ch]
9288                 add the French manual
9289
9290 2002-03-07 [paul]       0.7.3claws1
9291
9292         * sync with sylpheed 0.7.3cvs4
9293                 see ChangeLog entries  2002-03-06 and 2002-03-07
9294         
9295         * po/nl.po
9296                 updated by Wilbert Berendsen
9297
9298 2002-03-07 [melvin]     0.7.2claws34
9299
9300         * src/selective_download.c
9301                 Changed the pixmap of the receive button to MAIL_RECEIVE.
9302
9303 2002-03-06 [paul]       0.7.2claws33
9304
9305         * sync with sylpheed 0.7.3cvs1
9306                 bug fix, see ChangeLog entry 2002-03-05
9307
9308 2002-03-05 [paul]       0.7.2claws32
9309
9310         * src/mimeview.c
9311           src/pgptext.[ch]
9312           src/procmsg.c
9313                 reverse the pgp ascii-armored code implemented in 
9314                 0.7.2claws16. removal of this code until it matures.
9315                 this means that verifying ascii-armored pgp sigs and
9316                 automatic decryption of ascii-armored encrypted
9317                 messages no longer works.
9318
9319 2002-03-05 [paul]       0.7.2claws31
9320
9321         * configure.in
9322           Makefile.am
9323         * faq/Makefile.am
9324         * faq/en/Makefile.am
9325           faq/en/sylpheed-faq.html
9326           faq/en/sylpheed-faq-1.html
9327           faq/en/sylpheed-faq-2.html
9328           faq/en/sylpheed-faq-3.html
9329         * faq/es/Makefile.am
9330           faq/es/sylpheed-faq.html
9331           faq/es/sylpheed-faq-1.html
9332           faq/es/sylpheed-faq-2.html
9333           faq/es/sylpheed-faq-3.html
9334           faq/es/sylpheed-faq-4.html
9335         * faq/fr/Makefile.am
9336           faq/fr/sylpheed-faq.html
9337           faq/fr/sylpheed-faq-1.html
9338           faq/fr/sylpheed-faq-2.html
9339           faq/fr/sylpheed-faq-3.html
9340         * src/Makefile.am
9341           src/defs.h
9342           src/mainwindow.c
9343           src/manual.[ch]
9344                 add FAQs in English, Spanish and French
9345
9346
9347 2002-03-05 [paul]       0.7.2claws30
9348
9349         * manual/en/sylpheed.html
9350           manual/en/sylpheed-XX.html
9351                 updated the English manual
9352
9353 2002-03-05 [hoa]        
9354
9355         * src/summaryview.c
9356                 dialog box pops up if the article can't be deleted.
9357
9358 2002-03-04 [paul]       
9359         
9360         * po/pt_BR.po
9361                 updated by Fabio Junior Benedito
9362
9363 2002-03-04 [hoa]
9364
9365         * removed ac/gpgme.m4
9366                 to avoid autogen common problem
9367                 developers have to install gpgme development package now
9368
9369         * src/compose.c
9370                 encoding to 7bit or 8bit is enabled.
9371
9372 2002-03-03 [alfons]     0.7.2claws29
9373
9374         * src/pop.c
9375                 merge fix by Oliver Haertel for selective
9376                 download buglet
9377
9378 2002-03-03 [paul]       0.7.2claws28
9379         
9380         * sync with sylpheed 0.7.3
9381
9382 2002-03-03 [paul]       0.7.2claws27
9383
9384         * sync with sylpheed 0.7.2cvs24
9385                 see ChangeLog entries 2002-03-02 and 2002-03-03
9386
9387 2002-03-02 [melvin]     0.7.2claws26
9388
9389         * src/inc.[ch]
9390         * src/main.c
9391         * src/mainwindow.c
9392         * src/prefs_common.[ch]
9393                 Added user definable notification on new mail arrival.
9394                 Removed unused variables in spell checker prefs code.
9395
9396 2002-03-02 [melvin]     0.7.2claws25
9397
9398         * src/quote_fmt.c
9399                 Removed unnecessary escape sequences.
9400                 Changed 'Initial...' to 'Initials of Sender'
9401
9402 2002-03-02 [paul]       0.7.2claws24
9403
9404         * sync with sylpheed 0.7.2cvs22
9405                 see ChangeLog entry 2002-03-01
9406
9407 2002-03-01 [hoa]        0.7.2claws23
9408
9409         * src/mainwindow.c
9410                 Set sensitivity of delete actions to active
9411                 even if the folder is a newsgroup.
9412
9413         * src/summaryview.c
9414                 - Set sensitivity of delete actions
9415                 - Added function check_permission() that will check if the
9416                   user is authorized to delete a message. For news, it
9417                   will check if the author is the same.
9418                 - Enabled deletion when there is no trash folder.
9419
9420         * src/news.[ch]
9421                 - Added news_cancel_article() to cancel articles
9422                 - Implemented news_remove_message() (public function)
9423
9424 2002-03-01 [paul]       0.7.2claws22
9425
9426         * src/gtkutils.c
9427           src/textview.c
9428                 recognise urls that that don't include 'http://' and
9429                 simply begin 'www.' 
9430
9431         * AUTHORS
9432                 remove duplicated name
9433
9434 2002-02-28 [paul]       0.7.2claws21
9435
9436         * src/mainwindow.c
9437           src/summaryview.[ch]
9438                 add ability to 'Select thread'
9439                 combines Melvin's "Select thread's head" patch (#510907)
9440                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
9441                 patch (#518514) 
9442
9443 2002-02-28 [paul]       0.7.2claws20
9444
9445         * src/mimeview.c
9446                 hopefully fix segfault on right-clicking a mime part
9447                 that some people have experienced.      
9448                 fix submitted by Fredrik Olofsson <frol@linux.nu>
9449
9450 2002-02-28 [paul]       0.7.2claws19
9451
9452         * sync with sylpheed 0.7.2cvs21
9453                 see ChangeLog entries 2002-02-27 and 2002-02-28
9454
9455 2002-02-27 [paul]       0.7.2claws18
9456
9457         * sync with sylpheed 0.7.2cvs18
9458                 see ChangeLog entries 2002-02-26 and 2002-02-27
9459
9460 2002-02-26 [alfons]     0.7.2claws17
9461
9462         * src/procheader.c
9463                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
9464                 (spotted by Chris Hessman <idatech@gmx.net>)
9465
9466 2002-02-26 [paul]       0.7.2claws16
9467
9468         * src/mimeview.c
9469           src/pgptext.[ch]
9470           src/procmsg.c
9471                 make decryption of ascii-armored pgp encrypted messages
9472                 and verification of ascii-armored signatures work again.
9473                 slightly altered from the patch by Jens Jahnke 
9474                 <jan0sch@gmx.net>
9475
9476                 ##FIX ME##
9477                 * the checking of plaintext signatures always comes up in 
9478                   a popup box
9479                 * it doesn't work for multipart messages 
9480                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
9481                   including the msg headers and these 2 line themselves, are 
9482                   not displayed
9483
9484         * src/mainwindow.c
9485                 "View/Folder Tree" becomes "View/Separate Folder Tree"
9486                 "View/Message View" becomes "View/Separate Message View"
9487                 because its less ambiguous.
9488
9489         * po/es.po
9490                 updated by Ricardo Mones Lastra
9491
9492 2002-02-26 [paul]       0.7.2claws15
9493
9494         * sync with sylpheed 0.7.2cvs17
9495                 see ChangeLog entries 2002-02-25 and 2002-02-26
9496
9497 2002-02-25 [christoph]  0.7.2claws14
9498
9499         * src/filtering.[ch]
9500         * src/inc.c
9501                 do filtering stuff after all messages have been received
9502                   1. drop all messages to .processing
9503                   2. scan processing folder for messages
9504                   3. filter messages or move to inbox
9505                 this will also find old messages left in processing after
9506                 a crash or something like that and we get a real msginfo
9507                 from folder->get_msg_list and do not have to create our
9508                 own in filter_message
9509         * src/matcher_parser_parse.y
9510                 remove MIX/MAX warning (reordered includes)
9511
9512 2002-02-25 [paul]       0.7.2claws13
9513
9514         * sync with sylpheed 0.7.2cvs15
9515                 see ChangeLog entry 2002-02-24
9516
9517 2002-02-24 [alfons]     0.7.2claws12
9518
9519         * src/filtering.c
9520                 clear old color flags first when applying a new color to
9521                 a message info. 
9522                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
9523
9524 2002-02-24 [alfons]     0.7.2.claws11
9525         
9526         * AUTHORS
9527         * src/prefs_common.c
9528                 add presets for Opera and Konqueror, closes patch #517261,
9529                 submitted by Ville Skyttä <scop@users.sourceforge.net>
9530
9531 2002-02-24 [alfons]     0.7.2.claws10
9532
9533         * AUTHORS
9534         * src/summaryview.c
9535                 fix threading for null message ids, closes patch #521601,
9536                 submitted by Bob Forsman <hammor@users.sourceforge.net>
9537
9538 2002-02-24 [alfons]     0.7.2claws9
9539
9540         * src/summaryview.c
9541         * src/filtering.c
9542                 make Tool | Filter Message work with filtering system so
9543                 setting flags also works
9544
9545                 TODO:
9546
9547                 - Processing uses the same function as Tool | Filter
9548                   Message, but doesn't use the same update proc yet
9549
9550 2002-02-23 [paul]       0.7.2claws8
9551
9552         * sync with sylpheed 0.7.2cvs14
9553                 see ChangeLog entries 2002-02-22 and 2002-02-23
9554
9555 2002-02-22 [christoph]  0.7.2claws7
9556
9557         * src/quote_fmt.c
9558                 Add column space to table
9559         * src/quote_fmt_parse.y
9560                 Close files
9561
9562 2002-02-22 [paul]       0.7.2claws6
9563
9564         * src/Makefile.am
9565           src/defs.h
9566           src/filtering.c
9567           src/inc.[ch]
9568           src/mainwindow.c
9569           src/matcher.[ch]
9570           src/matcher_parser_lex.l
9571           src/matcher_parser_parse.y
9572           src/pop.[ch]
9573           src/prefs_account.h
9574           src/prefs_filtering.c
9575           src/selective_download.[ch]   *** NEW FILES ***
9576           src/utils.[ch]
9577           po/POTFILES.in
9578                 Selective Download added to 'Tool' menu. 
9579                 Retrieves email headers of the currently selected pop3 
9580                 account and allows the user to mark emails for deletion 
9581                 right on the pop3 server. Patch submitted by Oliver Haertel 
9582                 <oha@users.sourceforge.net>.
9583         
9584         * po/POTFILES.in
9585                 add 'src/quote_fmt.c'           
9586
9587 2002-02-22 [christoph]  0.7.2claws5
9588
9589         * src/Makefile.am
9590                 added quote_fmt.c
9591         * src/prefs_common.[ch]
9592         * src/prefs_template.c
9593         * src/quote_fmt.c               *** NEW FILE ***
9594         * src/quote_fmt.h
9595                 move quote format symbol description code
9596                 to it's own file because it is used from
9597                 differnent code parts
9598                 Rewrote symbol description GUI
9599                   + use table
9600                   + add separators
9601                   + get data from array (no more long constant strings)
9602         * src/quote_fmt_lex.l
9603         * src/quote_fmt_parse.y
9604                 Symbol for Literal % changed to \% instead of %%
9605                 (More logical as \ is used for quoting for other symbols)
9606                 Add |f and |p to include files and program output
9607                 Examples:
9608                     |f{/home/.../.signature}
9609                     |p{date}
9610         * po/de.po
9611                 Correct wrong spelling for "Referenzen"
9612
9613 2002-02-21 [paul]       0.7.2claws4
9614
9615         * src/procmsg.c
9616                 forgotten during sync
9617
9618 2002-02-21 [paul]       0.7.2claws3
9619
9620         * sync with sylpheed 0.7.2cvs11
9621                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
9622                 2002-02-20 and 2002-02-21
9623
9624 2002-02-20 [melvin]     0.7.2claws2
9625
9626         * src/prefs_actions.c
9627                 Added error report when child cannot fork or when execvp 
9628                 returns with an error.
9629
9630 2002-02-19 [christoph]  0.7.2claws1
9631
9632         * src/codeconv.c
9633                 return unconverted text if conde conversion is not possible
9634                 when libjconv is used.
9635                 (patch submitted by "Simon 'corecode' Schubert")
9636
9637 2002-02-19 [paul]       
9638
9639         * version 0.7.2claws release
9640
9641 2002-02-19 [paul]       0.7.2claws
9642
9643         * po/nl.po
9644                 updated by Wilbert Berendsen
9645
9646
9647 2002-02-18 [alfons]     0.7.1claws13
9648
9649         * src/syldap.c
9650         * src/jpilot.c
9651                 remove references to dlfcn and explicitly loading functions
9652                 from dynalink libs, because libs linked anyway, and functions
9653                 are loaded explicitly
9654
9655 2002-02-17 [melvin]     0.7.1claws12
9656
9657         * src/prefs_actions.c
9658                 Replaced children wait loop with double fork technique.
9659                 Now, input/output window updated at each new output.
9660                 free_children(): Fixed a memory leak.
9661                 Made input/output window non closable if running children
9662                 still exist.
9663                 Added missing <unistd.h> include.
9664                 Added some --debug outputs.
9665
9666 2002-02-17 [melvin]     0.7.1claws11
9667
9668         * src/summaryview.c
9669                 Fixed bug where descending sort order did not select top
9670                 message.
9671
9672 2002-02-17 [melvin]     0.7.1claws10
9673
9674         * acconfig.h
9675                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
9676         * src/prefs_common.c
9677                 Pspell data package directory no more hard coded but
9678                 set during configuration (PSPELL_PATH). (Thanks to 
9679                                 Gustavo Noronha Silva.)
9680
9681 2002-02-17 [melvin]     0.7.1claws9
9682
9683         * configure.in
9684                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
9685         * src/gtkspell.c
9686                 Fixed compile-time warnings.
9687
9688 2002-02-16 [alfons]     0.7.1claws8
9689
9690         * src/filesel.c
9691                 fix inadvertent free of NULL pointer which caused
9692                 sylpheed to crash when closing the save-as dialog
9693                 using the window close button
9694
9695 2002-02-16 [carsten]    0.7.1claws7
9696         * src/mainwindow.[ch]
9697           src/summaryview.c
9698           src/prefs_common.c
9699                 fixes for pixmap theming code:
9700                         - recently changed mail attributes shouldn't get
9701                           lost any longer
9702                         - theme is only reloaded iff another theme was
9703                           selected
9704
9705 2002-02-16 [paul]       0.7.1claws6
9706
9707         * sync with sylpheed 0.7.2 release
9708                 see ChangeLog entry 2002-02-15 and 2002-02-16
9709
9710 2002-02-15 [paul]       0.7.1claws5
9711
9712         * sync with sylpheed 0.7.1cvs9
9713                 see ChangeLog entry 2002-02-15
9714
9715         * po/POTFILES.in
9716                 remove unneeded headerwindow.c entry
9717
9718 2002-02-14 [carsten]    0.7.1claws4
9719         * src/summaryview.c
9720                 fixed a bug for "Go to next unread message": there was
9721                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
9722                 in the prefs, because of doing "Search again" instead
9723                 "No"
9724
9725 2002-02-14 [carsten]    0.7.1claws3
9726         * src/stock_pixmap.c
9727                 removed 2 more mem leaks; following memprof,
9728                 this code is "leak free" now :)
9729
9730 2002-02-14 [carsten]    0.7.1claws2
9731         * src/stock_pixmap.c
9732                 used opendir/readdir/closedir instead of scandir
9733                 -> code should work now on Solaris
9734
9735 2002-02-14 [paul]       0.7.1claws1
9736
9737         * sync with sylpheed 0.7.1cvs8
9738                 see ChangeLog entries 2002-02-13 and 2002-02-14
9739
9740         * README.claws
9741                 add some description of Actions and Pixmap Themes
9742
9743 2002-02-13 [paul]       
9744
9745         * version 0.7.1claws release
9746
9747 2002-02-13 [paul]       0.7.1claws
9748
9749         * po/es.po
9750           po/it.po
9751           po/pt_BR.po
9752                 updated translations, submitted by Ricardo Mones Lastra,
9753                 Alessandro Maestri and Fabio Junior Beneditto
9754
9755 2002-02-13 [melvin]     0.7.0claws75
9756
9757         * src/prefs_actions.c
9758                 Added missing "signal.h" include
9759
9760 2002-02-13 [melvin]     0.7.0claws74
9761
9762         * src/prefs_folder_item.c
9763                 Added missing "config.h" include
9764         * po/fr.po
9765                 Updated French translation for folder propriety.
9766
9767 2002-02-13 [jens]       0.7.0claws73
9768
9769         * po/POTFILES.in
9770                 Added missing src/prefs_folder_item.c [log added by melvin]
9771         * po/de.po
9772                 Updated German translation.
9773
9774 2002-02-13 [melvin]     0.7.0claws72
9775
9776         * po/fr.po
9777                 Updated French translation.
9778
9779 2002-02-13 [melvin]     0.7.0claws71
9780
9781         * src/gtkutils.c
9782                 Made gtkut_editable_get_selection return NULL if selection
9783                 is of length zero.
9784                 This fixes a bug where selecting part of message A then
9785                 switching to message B and replying to it will not
9786                 quote the message's body.
9787
9788 2002-02-12 [paul]       0.7.0claws70
9789
9790         * src/mainwindow.c
9791                 cosmetic, relating to pixmap themes: on toolbar make 
9792                 updating of 'Exec' and 'Compose news/Compose email'
9793                 icons faster.
9794
9795 2002-02-12 [carsten]    0.7.0claws69
9796         * src/folderview.c
9797           src/mainwindow.[ch]
9798           src/stock_pixmap.c
9799           src/summaryview.c
9800           src/prefs_common.c
9801                 - refreshing after changing pixmap theme better
9802                   now (thanks Paul)
9803                 - wanted to remove some mem leaks, but alfons was
9804                   faster (and had the better solution ;)
9805
9806 2002-02-12 [alfons]     0.7.0claws68
9807
9808         * src/prefs_common.c
9809         * src/stock_pixmap.[ch]
9810                 plug mem leaks, refactor code a little bit
9811
9812
9813 2002-02-12 [sergey]     0.7.0claws67
9814
9815         * src/imap.c
9816                 Fixed problem with copying messages to IMAP folders when the
9817                 server uses something other than '/' as a namespace separator
9818                 (cyrus-imapd uses '.').
9819
9820 2002-02-12 [jens]       0.7.0claws66
9821
9822         * po/de.po
9823                 Updated German Translation
9824
9825 2002-02-12 [paul]       0.7.0claws65
9826
9827         * sync with sylpheed 0.7.1cvs1
9828                 see ChangeLog entry 2002-02-12
9829
9830 2002-02-12 [melvin]     0.7.0claws64
9831
9832         * src/prefs_actions.c
9833                 Fixed "feature" where children's output was duplicated 
9834                 instead of refreshed while monitoring.
9835                 Removed some debug code.
9836
9837 2002-02-12 [christoph]  0.7.0claws63
9838
9839         * src/compose.c
9840                 always delete message from queue after sending/send error
9841                 (closes bug #509601)
9842
9843 2002-02-12 [melvin]     0.7.0claws62
9844
9845         * src/prefs_actions.c
9846                 Children wait loop is now triggered with a timeout of 1s
9847                 Added %F which is replaced with the list of filenames 
9848                 of all selected messages (as suggested by Ricardo Mones Lestra)
9849                 Pipe syntax changed. Prefix with | to send selection, postfix
9850                 with | to retrieve output. Prefix with > or * to send
9851                 user definable input to the command (*: input is hidden)
9852                 Old pipe action should now be postfixed with |, too.
9853
9854 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
9855         * src/stock_pixmap.c
9856                 fixed a bug: if there's no theme directory don't
9857                 throw an error, just do "nothing" (thanks Alfons)
9858
9859 2002-02-12 [carsten]    0.7.0claws60
9860         * src/folderview.c
9861           src/summaryview.c
9862                 had to write the cache twice (nasty!); some marks would 
9863                 get lost if not
9864
9865 2002-02-11 [carsten]    0.7.0claws59
9866         * acconfig.h
9867           configure.in
9868           doc-src/maintainer_guide.txt
9869           src/compose.[ch]
9870           src/defs.h
9871           src/folderview.[ch]
9872           src/gtkutils.[ch]
9873           src/mainwindow.[ch]
9874           src/prefs_common.[ch]
9875           src/stock_pixmap.[ch]
9876           src/summaryview.[ch]
9877                 pixmap theming and related work on pixmap
9878                 handling on some other places
9879                 (e.g. hrm features for all folder)
9880           src/pixmap/stock_*.xpm -> the stock_ was removed
9881         
9882 2002-02-11 [paul]       0.7.0claws58
9883
9884         * sync with sylpheed 0.7.1 release
9885                 see ChangeLog entries 2002-02-11
9886
9887 2002-02-08 [paul]       0.7.0claws57
9888
9889         * sync with sylpheed 0.7.0cvs39
9890                 see ChangeLog entry 2002-02-07 (last entry) 
9891
9892         * src/prefs_actions.c
9893           src/prefs_filtering.c
9894           src/prefs_matcher.c
9895           src/prefs_scoring.c
9896                 sync: made it compile with C compilers other than gcc
9897
9898 2002-02-07 [paul]       0.7.0claws56
9899
9900         * sync with sylpheed 0.7.0cvs38
9901                 see ChangeLog entries 2002-02-06 (last 2 entries) and
9902                 2002-02-07
9903
9904 2002-02-07 [darko]      0.7.0claws55
9905
9906         * src/gtkutils.[ch]
9907         * src/summaryview.c
9908                 Fix const gchar */gchar * issue (thanks Hiro)
9909
9910 2002-02-07 [darko]      0.7.0claws54
9911
9912         * src/compose.[ch]
9913         * src/filtering.c
9914         * src/gtkutils.[ch]
9915         * src/prefs_template.c
9916         * src/quote_fmt.h
9917         * src/quote_fmt_parse.y
9918         * src/summaryview.c
9919         * src/utils.[ch]
9920                 When replying or forwarding an email don't quote the entire
9921                 mail body but use the part of the message text that is selected
9922
9923 2002-02-06 [melvin]     0.7.0claws53
9924
9925         * src/prefs_common.[ch]
9926         * src/gtkspell.[ch]
9927         * src/compose.c
9928                 Made possible to switch quickly to last used dictionary
9929                 which makes checking bilingual documents easier.
9930
9931 2002-02-06 [melvin]     0.7.0claws52
9932         
9933         * po/POTFILES.in
9934                 Added forgotten new file src/prefs_actions.c
9935
9936 2002-02-06 [melvin]     0.7.0claws51
9937
9938         * src/prefs_actions.c   ** NEW FILE **
9939         * src/prefs_actions.h   ** NEW FILE **
9940                 Added actions to execute on message text view, or on the
9941                         message's file.
9942         * src/Makefile.am
9943                 Added src/prefs_actions.[ch]
9944         * src/compose.c
9945                 Added new menu "Edit/Actions"
9946         * src/defs.h
9947                 Added new actionsrc file.
9948         * src/main.c
9949                 Added actionsrc reading.
9950         * src/mainwindow.c
9951                 Added new menus "Edit/Actions" and "Configuration/Actions..."
9952         * src/prefs_common.h
9953                 Added new element actionslst element to prefs_common.
9954
9955 2002-02-06 [paul]       0.7.0claws50
9956
9957         * sync with sylpheed 0.7.0cvs36
9958                 see ChangeLog entry 2002-02-06
9959
9960 2002-02-05 [paul]
9961
9962         * po/es.po
9963                 updated by Ricardo Mones Lastra
9964
9965 2002-02-05 [paul]       0.7.0claws49
9966
9967         * sync with sylpheed 0.7.0cvs33
9968                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
9969
9970 2002-02-05 [paul]       0.7.0claws48
9971
9972         * src/compose.c
9973                 re-add 'Edit/Advanced/Delete entire line', previously named
9974                 'Delete Line+'
9975
9976 2002-02-04 [paul]       0.7.0claws47
9977
9978         * src/compose.c
9979           src/summaryview.c
9980                 fix bug #494993 (Reply All not taking Reply-To into consi)
9981                 eliminate differences in behaviour of right-click 'Reply to all' 
9982                 in summary view and 'Reply to all' on the toolbar. 
9983                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
9984                 view and From gets ignored by 'Reply to all' on toolbar.
9985                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
9986                 From when no Reply-To header is present.
9987
9988 2002-02-04 [paul]       0.7.0claws46
9989
9990         * sync with sylpheed 0.7.0cvs30
9991                 see ChangeLog entries 2002-02-03 and 2002-02-04
9992
9993 2002-02-03 [melvin]     0.7.0claws45
9994
9995         * src/gtkspell.[ch]
9996                 Readded function to highlight all misspelled words.
9997                 Fixed bug where user-provided-words did not replace
9998                         correctly the misspelled word when using the mouse.
9999                 Fixed bug where checking a region selected from right to left did
10000                         not check the region at all.
10001                 Fixed bug where 'Check backwards' may not check at all. 
10002                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
10003                 Fixed possible buffer overflow when checking for long strings (>1k).
10004                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
10005                 Accelerators code uses now gtk_widget_add_accel.
10006                 Removed and disabled obsolete and unfinished code.
10007                 Cleaning up.
10008
10009         * src/compose.c
10010                 Added menu item to Highlight all misspelled words.
10011
10012 2002-02-01 [paul]       0.7.0claws44
10013
10014         * src/mainwindow.c
10015                 fix '/View/Hide read messages' sensitivity when all
10016                 messages in a folder are hidden
10017
10018 2002-02-01 [paul]       0.7.0claws43
10019
10020         * src/main.c
10021                 add --send option to command line interface, sends all
10022                 queued mail. Patch submitted by Ricardo Mones Lastra.
10023
10024 2002-01-31 [paul]       0.7.0claws42
10025
10026         * src/mainwindow.c
10027                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
10028
10029 2002-01-31 [paul]       0.7.0claws41
10030
10031         * sync with sylpheed 0.7.0cvs27
10032                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
10033                 and 2002-01-31
10034
10035         * src/textview.c
10036                 comment out elements of textview_show_part() as temporary
10037                 workaround for attachment 'Display as text' bug 
10038
10039         * po/pt_BR.po
10040                 updated by Fabio Junior Beneditto
10041
10042 2002-01-30 [paul]       0.7.0claws40
10043
10044         * sync with sylpheed 0.7.0cvs24
10045                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
10046                 and 2002-01-30
10047
10048         * src/compose.c
10049                 add {N_("/_Spelling"), ... "<Branch>"} to 
10050                 GtkItemFactoryEntry compose_entries[]
10051
10052         * src/prefs_common.c
10053                 add claws menu items to prefs_keybind_apply_clicked()
10054                 and remove non-claws menu items
10055
10056 2002-01-29 [paul]       0.7.0claws39
10057
10058         * sync with sylpheed 0.7.0cvs22
10059                 see ChangeLog entries 2002-01-28 and 2002-01-29
10060
10061 2002-01-28 [melvin]     0.7.0claws38
10062
10063         * src/compose.c
10064                 Added the declartion of compose_send_control_enter.
10065
10066         * src/compose.c
10067         * src/gtkspell.[ch]
10068                 Added in a 'Spelling' menu which includes the configuration menu. 
10069                 Added a real 'Check all' and got rid from the old one which only
10070                 highlited misspelled word.
10071                 Made 'Check while typing' a disableable option.
10072                 Added a dialog when there are no more misspelled word.
10073                 Added a dialog if error occurs when switching to a dictionary.
10074         
10075         * src/prefs_common.[ch]
10076                 Added option for the default 'Check while typing' option.
10077
10078
10079 2002-01-28 [alfons]     0.7.0claws37
10080
10081         * src/compose.c
10082                 fix buglet and make code comply with sylpheed code style
10083
10084 2002-01-28 [paul]       0.7.0claws36
10085
10086         * sync with sylpheed 0.7.0cvs19
10087                 see ChangeLog entries for 2002-01-28
10088
10089 2002-01-28 [hoa]        0.7.0claws35
10090
10091         * src/defs.h
10092                 added rendererrc
10093
10094         * src/main.c
10095                 read the renderer config
10096
10097         * src/procmime.[ch]
10098                 use the renderer config to convert mime attachments
10099
10100         * src/textview.c
10101                 don't use textview_show_html/ertf,
10102                 use get_text_content instead
10103
10104 2002-01-27 [alfons]     0.7.0claws34
10105         
10106         * src/news.c
10107                 make sylpheed believe it can delete a news message...
10108                 (messages are NOT deleted, maybe we should remove
10109                 processing from the folder properties after all.)
10110
10111 2002-01-27 [alfons]     0.7.0claws33
10112
10113         * src/folder.c
10114                 add extra checks
10115         * src/news.c
10116                 implement remove_msg() 
10117
10118 2002-01-27 [alfons]     0.7.0claws32
10119
10120         * src/procmsg.h
10121         * src/procheader.c
10122         * src/messageview.c
10123                 fix return receipt / disposition notification again. this
10124                 stuff seems to break on _every_ major summary UI change, so
10125                 it's now implemented using a flag which is saved in the
10126                 marks cache
10127                 
10128 2002-01-26 [alfons]     0.7.0claws31
10129
10130         * src/import.c
10131                 let import dialog show the destination folder identifier
10132
10133 2002-01-26 [melvin]     0.7.0claws30
10134
10135         * src/folderview.c
10136         * src/summaryview.c
10137                 Readded 'Mark all read' into summary view popup menu
10138                 Added 'Mark all read' in folder view popup menu for IMAP
10139                 and NNTP.
10140                 Made it insensitive if the selected folder is not the shown
10141                 one to avoid 'Mark all read' on the wrong folder.
10142                 
10143 2002-01-26 [paul]       0.7.0claws29
10144
10145         * src/folderview.c
10146           src/summaryview.c
10147                 move 'Mark all read' from summary view to folder view
10148                 menu. (adapted from) patch submitted by Jeremy Andrews,
10149                 <lists@kerneltrap.com>
10150
10151 2002-01-25 [alfons]     0.7.0claws28
10152
10153         * src/gtkstext.c
10154                 put the gtk class name back so GtkSText adapts the 
10155                 settings of GtkText
10156
10157 2002-01-25 [alfons]     0.7.0claws27
10158
10159         * src/folderview.c 
10160                 assimilate Ricardo's patch that shows pixmaps instead of
10161                 plain "new" and "unread" texts in the folder view column
10162                 headers 
10163
10164 2002-01-25 [paul]       0.7.0claws26
10165
10166         * src/Makefile.am
10167                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
10168                 be found in non-standard locations. 
10169                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
10170
10171 2002-01-25 [paul]       0.7.0claws25
10172
10173         * sync with sylpheed 0.7.0cvs16
10174                 see ChangeLog entry 2002-01-25
10175
10176 2002-01-24 [paul]       0.7.0claws24
10177
10178         * more sync with sylpheed 0.7.0cvs15
10179                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
10180
10181 2002-01-23 [sergey]     0.7.0claws23
10182
10183         * src/importldif.c
10184                 Fixed segfault when closing LDIF import wizard with
10185                 the window manager.
10186         * src/imageview.c
10187         * src/imageview.h
10188         * src/messageview.c
10189         * src/mimeview.c
10190                 Fixed wrong scrolling position after switching between
10191                 text and image parts.
10192
10193 2002-01-23 [paul]       0.7.0claws22
10194
10195         * sync with sylpheed 0.7.0cvs15
10196                 see ChangeLog entries 2002-01-22 and 2002-01-23
10197
10198 2002-01-21 [melvin]     0.7.0claws21
10199
10200         * src/prefs_scoring.c
10201         * src/prefs_filtering.c
10202                 Fixed bug where scoring and filtering windows stopped
10203                 autochecking.
10204
10205 2002-01-21 [paul]       0.7.0claws20
10206
10207         * sync with sylpheed 0.7.0cvs12
10208                 see ChangeLog entries 2002-01-20 and 2002-01-21
10209
10210 2002-01-21 [carsten]    0.7.0claws19
10211         * src/mainwindow.c
10212         * src/menu.[ch]
10213         * src/messageview.[ch]
10214         * src/summaryview.[ch]
10215                 changes to shortcuts handling again:
10216                         + "Q" now controled by mainwin
10217                         + v/V are now customizable and have slightly
10218                           different meanings
10219                 the "button" to minimize the messageview (and maximize
10220                 the summary view) is a real button now
10221         * src/compose.c
10222                 "Delete Line+" added to Edit/Advanced (this will also
10223                 delete the '\n')
10224
10225 2002-01-20 [melvin] 0.7.0claws18
10226
10227         * src/addressbook.c
10228                 Made "Bcc" sensitive when addressbook is called from
10229                 compose window (it was a Claws only bug).
10230
10231 2002-01-19 [alfons] 0.7.0claws17
10232
10233         * src/inc.c
10234                 prevent unnecessary updates when currently selected folder has
10235                 no new messages 
10236
10237 2002-01-19 [alfons] 0.7.0claws16
10238         
10239         * src/summaryview.c
10240                 prevent writing the cache based on current message list in summary 
10241                 view when filtering also put messages in currently selected folder
10242
10243 2002-01-19 [paul]
10244
10245         * po/it.po
10246                 Italian translation submitted by Alessandro Maestri
10247                 <a.maestri@cs.tin.it>
10248
10249 2002-01-18 [melvin]     0.7.0claws15
10250
10251         * src/prefs_filters.c
10252                 fixed bug where 'cancel' from 'filters' window stops autochecking
10253                 if the timer timed out  when the window was open.
10254
10255 2002-01-18 [match]      0.7.0claws14
10256
10257         * src/addrclip.[ch]     ** NEW FILE **
10258         * src/addrselect.[ch]   ** NEW FILE **
10259         * src/adbookbase.h      ** NEW FILE **
10260                 addressbook cut, copy and paste
10261         * src/addrbook.[ch]
10262         * src/addrcache.[ch]
10263         * src/addressitem.h
10264         * src/addrindex.[ch]
10265         * src/addritem.[ch]
10266         * src/importldif.c
10267         * src/importmutt.c
10268         * src/jpilot.[ch]
10269         * src/syldap.[ch]
10270         * src/vcard.[ch]
10271         * src/jpilot.[ch]
10272         * src/editbook.c
10273         * src/editjpilot.c
10274         * src/editldap.c
10275         * src/editvcard.c
10276                 support for copy/paste
10277         * src/addressbook.c
10278                 support for copy/paste
10279                 tidy up menu option processing
10280                 correct address list function arguments
10281         * src/editaddress.c
10282                 sort user attributes
10283         * src/ldif.h
10284         * src/mutt.h
10285                 tidy up
10286
10287         * src/addrbook.[ch]
10288         * src/addrbook.[ch]
10289         * src/addrbook.[ch]
10290                 
10291
10292 2002-01-18 [paul]       0.7.0claws13
10293
10294         * sync with sylpheed 0.7.0cvs8
10295                 configure.in: support Mac OS X (Darwin)
10296
10297 2002-01-18 [carsten]    0.7.0claws12
10298         * src/html.c
10299                 small hack to fix a segfault with an empty href
10300                 (reported by Alexandra Walford <deeni@altern.org>)
10301         * src/mainwindow.c
10302         * src/summaryview.c
10303                 the shortcuts for Mark und Mark as unread are hardcoded
10304                 again
10305         * src/compose.c
10306         * src/gtkstext.[ch]
10307                 readded the shortcuts in gtkstext but made them
10308                 customizeable (simply by adding a menu plus a wrapper
10309                 to compose.c)
10310
10311 2002-01-17 [melvin]     0.7.0claws11
10312
10313         * src/gtkspell.c
10314                 fix default dictionary not being saved.
10315
10316 2002-01-16 [darko]      0.7.0claws10
10317
10318         * src/compose.c
10319                 fix wrapping crash with URL longer than wrapping margin
10320
10321 2002-12-08 [hoa]        0.7.0claws10
10322
10323         * src/matcher_parser_parse.y
10324                 fixed some bugs
10325
10326         * src/prefs_filtering.c
10327                 now, we can use bounce action in the dialog box.
10328
10329 2002-01-16 [carsten]    0.7.0claws9
10330         * src/gtkstext.c
10331                 removed the <control> and <alt> shortcuts because they're
10332                 not needed and interefered with the "normal" shortcuts
10333         * src/mainwindow.c
10334         * src/summaryview.c
10335                 removed most of the hardcoded shortcuts and assigned
10336                 them to menu entries making them easy customizable by
10337                 that
10338
10339 2002-01-16 |melvin]     0.7.0claws8
10340
10341         * src/gtkspell.c
10342                 fixed bug where using the mouse and when the compose
10343                 window is not on top may result in a crash.
10344
10345 2002-01-16 [melvin]     0.7.0claws7
10346
10347         * src/compose.c
10348                 fixed a long standingspell checker bug which could 
10349                 cause a crash after sending a message.
10350
10351 2002-01-16 [paul]       0.7.0claws6
10352
10353         * sync with sylpheed 0.7.0cvs7
10354                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
10355                 2002-01-15, and 2002-01-16
10356
10357 2002-01-16 [melvin]     0.7.0claws5
10358
10359         * README.claws
10360         * src/compose.c
10361         * src/gtkspell.[ch]
10362         * src/main.c
10363                 Heavily modified spell checker code to work around
10364                 ispell bug, to add keyboard shortcuts and for future
10365                 enhancements. See README.claws for usage information.
10366
10367 2002-01-15 [alfons]     0.7.0claws4
10368         
10369         * src/summaryview.c
10370                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
10371                 so sorting within threads reflects sort mode
10372
10373 2002-01-15 [christoph]  0.7.0claws3
10374
10375         * src/procmsg.c
10376                 added alertpanel if mail sending failed
10377
10378 2002-01-15 [alfons]     0.7.0claws2
10379         
10380         * src/prefs_filtering.c
10381                 don't stop timer when prefs filtering dialog is opened
10382
10383 2002-01-14 [alfons]     0.7.0claws1
10384
10385         * src/addr_compl.c
10386         * src/prefs.c
10387                 remove debug_print()s for privacy reasons
10388
10389 2002-01-14 [darko]      0.7.0claws
10390
10391         * README.claws
10392                 quotation wrapping is now also in the main branch
10393
10394 2002-01-14 [paul]
10395
10396         * tools/filter_conv.pl
10397                 allow for Boolean Op and case-sensitivity
10398                 this file is included in the release and tagged
10399                 'rel_0_7_0'
10400
10401 2002-01-13 [paul]       0.7.0claws
10402
10403         * release 0.7.0, with cvs tag 'rel_0_7_0'
10404
10405 2002-01-13 [paul]
10406
10407         * tools/filter_conv.pl
10408         * tools/README
10409                 rewritten to output to matcherrc instead of filteringrc
10410
10411         * po/es.po
10412                 updated Spanish translation by Ricardo Mones Lastra
10413
10414 2002-01-13 [alfons]
10415
10416         * po/nl.po
10417                 update dutch translation
10418
10419 2002-01-13 [paul]
10420
10421         * po/pt_BR.po
10422                 Updated by Fabio Junior Beneditto 
10423
10424 2002-01-13 [melvin]     0.6.6claws53
10425
10426         * po/fr.po
10427                 Updated french translation
10428
10429 2002-01-12 [alfons]     0.6.6claws52
10430
10431         * src/filtering.c
10432                 plug mem leak that has been sitting there for ages              
10433
10434 2002-01-12 [alfons]     0.6.6claws51
10435
10436         * src/summaryview.c
10437                 undo melvin's changes from 0.6.6claws48 because summary
10438                 view now refuses to select first unread message when
10439                 selecting a folder 
10440
10441 2002-01-11 [alfons]     0.6.6claws50
10442
10443         * src/import.c
10444                 use claws' semantics for getting folder item when
10445                 importing an mbox file into a folder 
10446                 (submitted by Dale P. Smith)
10447
10448 2002-01-11 [christoph]  0.6.6claws49
10449
10450         * src/prefs.h
10451                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
10452                 toggle widget, because non static prefs can not use
10453                 prefs_set_* functions
10454         * src/prefs_account.c
10455                 toggle smtp auth password field sensitivity if
10456                 user id is empty and add descrition of usage for
10457                 these fields
10458         * src/prefs_folder_item.c
10459                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
10460                 callbacks
10461
10462 2002-01-11 [melvin]     0.6.6claws48
10463
10464         * src/compose.c
10465                 fix the 'Ctrl-Enter' feature for sending and test really
10466                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
10467                 editables which was not documented in Gtk)
10468
10469         * src/summaryview.c
10470                 Made summaryview refresh after sorting and not before.
10471
10472 2002-01-11 [christoph]  0.6.6claws47
10473
10474         * src/compose.c
10475                 select account from account ids if possible and
10476                 correctly set save folder for copy in reedit
10477
10478 2002-01-10 [paul]       0.6.6claws46
10479
10480         * sync with sylpheed 0.7.0 release
10481                 see ChangeLog entries 2002-01-07, 2002-01-08 and
10482                 2002-01-09
10483
10484 2002-01-09 [alfons]
10485
10486         * src/summaryview.c
10487                 remove more dirt traces...
10488
10489 2002-01-09 [alfons]
10490         
10491         * src/summaryview.c
10492                 clean up some traces of my debugging stuff
10493
10494 2002-01-09 [alfons]     0.6.6claws45
10495
10496         * src/filtering.c
10497                 break up filteringprop_apply() in three separate pieces
10498                 so we can drop messages that failed processing in the
10499                 inbox
10500
10501         * src/summaryview.c
10502                 fix bug #469598 "no refresh of inbox after filter" which 
10503                 was introduced by the new summary view locking, and which 
10504                 prevented the summary view to update after a manual filter 
10505                 message. claw's filter message requires a summary_show().
10506                 (aargh, summary_show() again! :-)
10507                 
10508 2002-01-07 [alfons]     0.6.6claws44
10509
10510         * src/headerwindow.c
10511         * src/logwindow.c
10512         * src/messageview.c
10513         * src/sourcewindow.c
10514                 bring in Hiro's last 0.7.0 wm class fixes
10515
10516         * tools/sylprint.pl
10517                 bring in Ricardo's fix for sylprint script
10518
10519         * AUTHORS       
10520         * src/rfc2015.[ch]
10521         * src/prefs_common.[ch]
10522         * src/prefs_account.[ch]
10523         * src/compose.c
10524                 clean up account preference poison in rfc2015,
10525                 and preparation to fix double sign bug 
10526                 (patch submitted by Simon 'corecode' Schubert)
10527
10528 2002-01-07 [christoph]  0.6.6claws43
10529
10530         * src/mh.c
10531                 search for free message number, do not only rely
10532                 on last_num
10533         * src/send.c
10534                 fix smtp auth and use extra account information
10535                 if available, if not use pop3 data instead
10536                 (closes bug #500341)            
10537         * src/ssl.[ch]
10538                 match coding style
10539
10540 2002-01-06 [alfons]     0.6.6claws42
10541
10542         * src/mainwindow.c
10543                 try making the separate windows work again...
10544
10545 2002-01-06 [alfons]     0.6.6claws41
10546
10547         * src/mainwindow.c
10548                 adapt Hiro's separate window menu (to get rid of the funny
10549                 duplicate menu items), and make it work again
10550
10551 2002-01-06 [alfons]     0.6.6claws40
10552
10553         * tools/Makefile.am
10554         * tools/sylprint.rc
10555         * tools/sylprint.pl
10556         * tools/README.sylprint
10557                 add sylprint script for printing mails from Sylpheed
10558                 (contributed by Ricardo Mones Lastra)
10559
10560         * src/acount.c
10561                 clean up
10562
10563 2002-01-06 [melvin]     0.6.6claws39
10564
10565         * src/mainwindow.c
10566         * src/summaryview.c
10567                 Fixed crash introduced in 0.6.6claws38 by the menu
10568                 reorganisation (Hide read messages)
10569         
10570         * ChangeLog.claws 
10571                 Fixed typo (we are now in 2002, alfons ;) )
10572
10573 2002-01-05 [alfons]     0.6.6claws38
10574
10575         * sync with sylpheed 0.6.6cvs10-17
10576                 (last stuff marked as LAST_STABLE)
10577
10578 2002-01-04 [melvin]     0.6.6claws37
10579
10580         * src/account.c
10581                 Made account selection code use strcasestr again instead of
10582                 g_strcasecmp (fixes bug where reediting queued messages
10583                 did not select proper account reported by T. Link).
10584         
10585         * src/folderview.c
10586                 Fix bug where folder icons are not shown when 'hide read messages'
10587                 is on.
10588         
10589         * src/stock_pixmaps.[ch]
10590                 Added folder icons for 'hide read messages'.
10591         
10592         * src/compose.c
10593                 Fixed bug where 'Enter' in a header entry will send the message 
10594                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
10595
10596 2002-01-03 [melvin]     0.6.6claws36
10597         
10598         * src/prefs.[ch]
10599                 Added popup menu for common preferences and
10600                 account preferences (right click on tab displays
10601                                 a menu of all tabs.)
10602
10603 2002-01-02 [melvin]     0.6.6claws35
10604
10605         * src/gtkspell.[ch]
10606                 Made spelling code compatible with undo/redo feature.
10607                 Added creation of suggestion mode menu for the general
10608                         preferences.
10609         
10610         * src/prefs_common.[ch]
10611                 Added option menu for the speller's suggestion mode.
10612                 Added missing spaces in "..." buttons and made a "..."
10613                         button non translatable!
10614         
10615         * src/compose.c
10616                 Made speller use the default suggestion mode.
10617                 Hack to make it possible to choose 'CTRL-Enter' as a
10618                         shortcut for sending (and only for sending).
10619
10620         * src/prefs_folder_item.c
10621                 Changing subject simplification does not update cache 
10622                         anymore (because it is unnecessary).
10623                 Fixed bug where changing subject simplification updated the 
10624                         summaryview even when the viewed folder is not the
10625                         folder which properties are being changed. (E.g. 
10626                                         viewing folder A and changing
10627                                         the subject simplification of 
10628                                         folder B -not being viewed- updated the 
10629                                         summaryview of folder A with data of
10630                                         folder B). (Hope this is clear... )
10631
10632 2001-12-31 [alfons]     0.6.6claws34
10633         
10634         * src/ldif.c
10635         * src/mutt.c
10636                 fgetc() returns a signed integer which doesn't
10637                 fit in a char. so c truncates this to a char
10638                 but we may lose significant bits. i.e. we may
10639                 comparing 0xFF which may not be equal to -1
10640                 unless properly casted to signed char which
10641                 we won't do because fgetc() returns a signed
10642                 integer which doesn't fit in a char. so c 
10643                 truncates this to a char but we may lose 
10644                 significat bits. (you got the idea, thanks
10645                 to Gustavo Noronha Silva <kov@debian.org>
10646                 and the Debian folks!)
10647
10648 2001-12-30 [alfons]     0.6.6claws33
10649
10650         * src/prefs_common.c
10651                 add #ifdef USE_PSPELLs that Melvin forgot               
10652
10653 2001-12-30 [melvin]     0.6.6claws32
10654         
10655         * src/prefs_common.[ch]
10656                 Added configurable color for misspelled words.
10657
10658         * src/gtkspell.[ch]
10659                 Fixed bug of foreground text color (reported by David
10660                                 Mehrmann)
10661                 Added configurable color for misspelled words.
10662
10663 2001-12-30 [alfons]     0.6.6claws31
10664
10665         * src/folder.c
10666                 remove unnecessary things someone put there
10667
10668         * src/mh.c
10669         * src/folder.[ch]
10670                 make folder properties (like threading and sorting) persistent
10671                 (closes bug #497424 "rescan folder tree resets proprieties")
10672                 currently this is only for MH folders. 
10673
10674 2001-12-29 [melvin]     0.6.6claws30
10675
10676         * src/string_match.[ch]
10677                 Optimized a bit: regexp pattern buffer compiled only once, and
10678                   one subroutine call removed. Fixed ^ regexp search: Now, 
10679                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
10680         
10681         * src/summaryview.c
10682                 Subject filtering changed to filter summary columns and
10683                   not directly the messages subject cache. The loss in 
10684                   performance is balanced by the improvement of string_match.
10685                 Added an alert panel if there is an error in the regexp.
10686
10687         * src/src/prefs_folder_item.h
10688                 Added a regexp pattern buffer.
10689
10690 2001-12-28 [alfons]     0.6.6claws29
10691
10692         * src/string_match.[ch]
10693                 clean up name space
10694                 allow compilation *BSD
10695
10696 2001-12-27 [alfons]     0.6.6claws28
10697
10698         * src/filter.c
10699                 sync the Hiro's bug fix for BSD
10700
10701 2001-12-27 [melvin]     0.6.6claws27
10702         
10703         * src/compose.c
10704                 Simplify focus to subject entry code.
10705
10706 2001-12-27 [darko]      0.6.6claws26
10707
10708         * src/filtering.c
10709         * src/mbox_folder.c
10710         * src/messageview.c
10711         * src/mh.c
10712         * src/procheader.[ch]
10713         * src/procmsg.h
10714         * src/stock_pixmap.[ch]
10715         * src/summaryview.c
10716                 Show key icon for encrypted mails in summary view
10717
10718         * src/pixmaps/clip.xpm
10719         * src/pixmaps/clipkey.xpm
10720         * src/pixmaps/key.xpm
10721                 New/modified icons for the above
10722
10723 2001-12-27 [melvin]     0.6.6claws25
10724
10725         * src/prefs_common.c
10726                 Put spell checker options in a separate tab to decrease
10727                 the Common Preferences window height.
10728
10729         * README.claws  
10730                 Update spell checker usage instruction about its options
10731                 location.
10732
10733 2001-12-27 [melvin]     0.6.6claws24
10734
10735         * src/compose.c
10736                 Changed subject entry widget position. Initial focus is
10737                 on the To header instead of the subject entry.
10738                 Creating a new header scrolls the header list to make the
10739                 created one visible. Nevertheless, when automatically filling
10740                 headers, the first one is shown.
10741                 A Tab key press in the last empty header entry zips the 
10742                 focus to the subject entry.
10743                 (I did not change the combo boxes, yet)
10744
10745 2001-12-26 [alfons]     0.6.6claws23
10746
10747         * src/prefs_account.c
10748         * src/inc.c
10749                 allow default inbox to reside in another mailbox (only
10750                 works for POP3 accounts)
10751
10752 2001-12-26 [alfons]     0.6.6claws22
10753         
10754         * src/textview.c
10755                 make reply-on-click work with the account of the selected folder
10756         * src/compose.c
10757                 put a fixme here to remind me to fix finding correct default
10758                 account for nested folders
10759
10760 2001-12-25 [alfons]     0.6.6claws21
10761
10762         * src/summaryview.c
10763                 make column headers display locked and mark pixmaps (idea by Melvin) 
10764                 fix bug by adding score and locked column type to sort array
10765
10766 2001-12-25 [alfons]     0.6.6claws20
10767         
10768         * src/summaryview.c
10769                 catch a *potentially* inadvertent write back of  
10770                 the message cache(s) introduced by 0.6.5claws37
10771
10772 2001-12-25 [christoph]  0.6.6claws19
10773
10774         * src/stock_pixmap.[ch]
10775         * src/summaryview.c
10776                 add ignore thread pixmap
10777                 (can someone draw a better icon for this?)
10778
10779 2001-12-24 [alfons]     0.6.6claws18
10780
10781         * src/prefs_folder_item.c
10782                 make address completion actually work for the
10783                 Default To address in the Folder Property dialog.
10784
10785 2001-12-24 [alfons]     0.6.6claws17
10786         
10787         * src/summaryview.c
10788                 use new style regexp for subject stripping 
10789                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
10790
10791 2001-12-24 [darko]      0.6.6claws16
10792
10793         * src/pgptext.c
10794         * src/rfc2015.c
10795                 move GPG related informational messages to debug mode
10796
10797 2001-12-23 [alfons]     0.6.6claws15
10798
10799         * src/stock_pixmap.[ch]
10800         * src/summaryview.c
10801                 add the forgotten Claws' locked pixmap
10802
10803 2001-12-23 [alfons]     0.6.6claws14
10804
10805         * src/filesel.c
10806                 accept file name typed in entry in multi file
10807                 selector (patch submitted by Gustavo Noronha Silva 
10808                 <kov@debian.org>)
10809
10810 2001-12-23 [alfons]     0.6.6claws13
10811
10812         * src/prefs_filter.c
10813         * src/prefs_filtering.c
10814         * src/matcher.c
10815         * src/importmutt.c
10816                 clean up a little bit
10817         
10818         * src/string_match.c
10819                 validate input strings a little bit more
10820
10821 2001-12-23 [alfons]     0.6.6claws12
10822
10823         * src/Makefile.am
10824         * src/summaryview.c
10825         * src/string_match.[ch]         ** NEW **
10826         * src/folderview.[ch]
10827         * src/headerview.h
10828         * src/folder.[ch]
10829         * src/prefs_folder_item.[ch]
10830                 add subject simplification to strip out strings from
10831                 a subject line (esp. handy for mailing lists). 
10832                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
10833                 but slightly changed things for better integration.)
10834
10835 2001-12-23 [alfons]     0.6.6claws11
10836
10837         * src/mainwindow.c
10838                 fix bug introduced by submission included in 0.6.5claws52.
10839                 ideally this submission should clean the trash if any trash
10840                 folder has a message. however, the hasTrash variable was
10841                 set to false whenever a trash folder was empty (discarding
10842                 a previously found *filled* trash folder.)
10843
10844                 also edited the code a little bit and made it more safe.
10845
10846 2001-12-22 [alfons]     0.6.6claws10
10847
10848         * src/imap.c
10849                 quick fix for Martin Pool's omission of an account
10850                 specific SSL setting
10851
10852 2001-12-22 [alfons]     0.6.6claws9
10853
10854         * src/compose.c
10855         * src/messageview.c
10856         * src/mimeview.c
10857         * src/pgptext.c
10858         * src/procmime.[ch]
10859                 better support for multipart/digest (submitted
10860                 by Fredrik <e98fo@efd.lth.se>)
10861
10862 2001-12-22 [alfons]     0.6.6claws8
10863
10864         * src/addressbook.c
10865                 correct function signature
10866         * src/socket.[ch]
10867         * src/imap.[ch]
10868         * src/prefs_account.[ch]
10869                 allow IMAP over SSH tunnel (patch submitted by 
10870                 Martin Pool <mbp@samba.org>)
10871
10872 2001-12-21 [alfons]     0.6.6claws7
10873
10874         * sync with sylpheed 0.6.6cvs4-9
10875                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
10876
10877 2001-12-21 [christoph]  0.6.6claws6
10878
10879         * src/compose.c
10880         * src/prefs_folder_item.[ch]
10881                 implement saving of outgoing messages to current folder.
10882                 fix segfault when no default outbox is available
10883                 (closes bug #495683)
10884
10885 2001-12-21 [carsten]    0.6.6claws5
10886         * src/folderview.c
10887         * src/summaryview.c
10888                 pressing CTRL while DND does now the expected thing and
10889                 copies the mail (moving is still the default, as this
10890                 seam more appropriate for handling mails by DND)
10891
10892 2001-12-18 [paul]       0.6.6claws4
10893
10894         * sync with sylpheed 0.6.6cvs3
10895                 see ChangeLog entries 2001-12-18
10896
10897 2001-12-18 [hiro]       0.6.6claws3
10898
10899         * src/undo.c
10900                 fix for multibyte characters (obtain the number of letters
10901                 instead of bytes).
10902
10903 2001-12-17 [paul]       0.6.6claws2
10904
10905         * sync with sylpheed 0.6.6cvs1
10906                 see ChangeLog entry 2001-12-16
10907
10908 2000-12-17 [alfons]     0.6.6claws1
10909
10910         * src/filtering.c
10911                 clean up
10912
10913 2001-12-16 [paul]       0.6.6claws
10914 2001-12-15
10915
10916         * Release version 0.6.6claws, cvs tag: rel_0_6_6
10917
10918         * src/mimeview.c
10919                 last minute sync with main 0.6.6
10920
10921         * po/es.po
10922                 updated by Ricardo Mones Lastra
10923                 update for last minute sync
10924         * po/fr.po
10925         * po/nl.po
10926                 update for last minute sync
10927         * po/de.po
10928                 updated by Jens Oberender
10929         * po/pt_BR.po
10930                 updated by Fabio Junior Beneditto
10931
10932         * src/prefs_common.[ch]
10933         * src/undo.c
10934                 number of undo levels is user configurable
10935                 (squeeze it into the release in the dying
10936                 moments) Submitted by Jens Oberender    
10937
10938 2001-12-15 [melvin]
10939
10940         * po/fr.po
10941                 updated french translation
10942
10943 2001-12-15 [paul]       0.6.5claws92
10944
10945         * sync with sylpheed 0.6.5cvs28
10946                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
10947
10948         * po/nl.po
10949                 update to allow for sync
10950
10951 2001-12-15 [alfons]
10952         
10953         * po/nl.po
10954                 update dutch translation
10955
10956 2001-12-14 [carsten]    0.6.5claws91
10957         * src/summaryview.c
10958                 fixed bug #473785; also after changing the column order
10959                 the same message will be selected and displayed as before
10960                 the reordering
10961
10962 2001-12-14 [carsten]    0.6.5claws90
10963         * src/folderview.c
10964                 probably found the bug reported by wwb opening or closing
10965                 a folder tree just before dnd (found the solution in the
10966                 balsa source -- thanks to them)
10967
10968 2001-12-14 [carsten]    0.6.5claws89
10969         * src/gtkutils.c
10970         * src/account.c
10971                 moved gtk_clist_moveto to the right place, so that
10972                 only the accounts dialog is effected on opening
10973
10974 2001-12-14 [carsten]    0.6.5claws88
10975         * src/gtkutils.c
10976                 gtkut_clist_set_focus_row does a gtk_clist_moveto
10977                 now, so that the focused row will be seen in any case
10978                 (reported by wwp on sf-claws-user)
10979
10980 2001-12-14 [darko]      0.6.5claws87
10981
10982         * src/compose.c
10983                 remove unnecessary line
10984
10985 2001-12-14 [paul]       0.6.5claws86
10986
10987         * sync with sylpheed 0.6.5cvs27
10988                 see ChangeLog entries 2001-12-14
10989
10990 2001-12-14 [carsten]    0.6.5claws85
10991         * src/mainwindow.c
10992                 following a suggestion of Melvin the rcoabm pops up
10993                 right under the button now and the button is reliefed
10994                 while the popup is open
10995
10996 2001-12-14 [darko]      0.6.5claws84
10997
10998         * src/compose.c
10999                 fix crash when wrapping long lines if linewrap quotation
11000                 is disabled and wrapper encounters a word spanning more
11001                 than one line
11002
11003 2001-12-13 [paul]       0.6.5claws83
11004
11005         * src/compose.c
11006                 prefer 'Reply-To' header over mailing list header when
11007                 replying to a message. Finally prevent all those confirmation 
11008                 messages being sent to the list itself.
11009
11010         * src/summaryview.c
11011                 remove unused summary_set_menu_sensitive() entry
11012
11013 2001-12-13 [paul]       0.6.5claws82
11014
11015         * src/folderview.c
11016         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
11017         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
11018         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
11019                 improvements to 'Hide read messages': Inbox, Outbox,
11020                 Trash, Queue, and Draft icons now reveal presence of hidden 
11021                 messages
11022
11023 2001-12-12 [alfons]     0.6.5claws81
11024
11025         0.6.5claws80 was tagged as LAST_STABLE
11026
11027         * src/filtering.[ch]
11028         * src/matcher.[ch]
11029         * src/matcher_parser_lex.c
11030                 fix the filtering; my last attempt to get it right, 
11031                 if it does not work, it's Hoa's turn. ;-)
11032
11033                 for my honourable peers:
11034                 
11035                 the code now makes a clear distinction between
11036                 rules as they are displayed (probably escaped),
11037                 and as they are executed (probably unescaped). the
11038                 parser does *NOT* do any unescaping, this is
11039                 the task of the matcher.c (which breaks up a
11040                 rule into condition) and the filtering.c (which
11041                 breaks up the rule's action). to make this
11042                 run happily we provide an unescaped copy of
11043                 crucial strings to the MatcherProp and 
11044                 FilteringAction structures. note that the only
11045                 exception to this is any REGEXP string. those
11046                 are directly passed to regcomp() and regexp()
11047                 (who have much more powerful unescape functions).
11048                 
11049                 for everyone else:
11050         
11051                 you can escape tab (\t), carriage return (\r),
11052                 linefeed (\n), form feed (\f), quote (\"), 
11053                 single quote (\'), bell (\b) in all the entry
11054                 lines in the scoring & filtering dialogs.
11055                 as an added bonus this should not affect
11056                 existing filtering rules.
11057
11058 2001-12-12 [carsten]    0.6.5claws80
11059
11060         * src/summaryview.c
11061         * po/de.po
11062                 "item(s) selected" is now sensitive to 1 or more
11063                 than one selected (nice for language where simple
11064                 adding of a "s" is not possible as German (Eintrag
11065                 ->Eintr"age)
11066                 
11067                 the "forward as attachment" entry from the right
11068                 click menu removed, "forward" acts following the
11069                 prefs
11070         
11071         * src/textview.c
11072                 reverted my former changes; so compiler warning again
11073                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
11074                 nevertheless
11075
11076         * src/messageview.c
11077                 "search in message" does now *not* only work in MVIEW_TEXT
11078                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
11079                 message
11080
11081         * src/mainwindow.c
11082                 removed "/File/_Close" as it was the same as "/File/E_xit"
11083                 and we don't need it two times
11084
11085                 the separate folder view and message view now get a distinct
11086                 WMCLASS, just in case someone is using sawfish ;-)
11087
11088                 as the menu entries "/View/Message view" and "/View/Folder tree"
11089                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
11090                 make them sensitive accordingly and as these two are "shown"
11091                 after startup anytime check this menuitem at startup
11092
11093 2001-12-12 [paul]       0.6.5claws79
11094
11095         * src/folderview.c
11096                 fix sensitivity of 'Search folder...', broken in
11097                 0.6.5claws75
11098
11099         * src/mainwindow.c
11100                 fix dodgy English
11101
11102 2001-12-11 [carsten]    0.6.5claws78
11103         * src/filtering.c
11104                 fixed two typos returning a wrong FALSE/TRUE
11105         * src/mainwindow.[ch]
11106                 extra menu for email/news button removed
11107
11108 2001-12-11 [alfons]     0.6.5claws77
11109         
11110         * src/matcher.c                 (1.3)
11111         * src/matcher_parser_lex.l      (1.28)
11112                 revert for another attempt
11113                 mark 0.6.5claws77 as LAST_STABLE
11114
11115 2001-12-11 [christoph]  0.6.5claws76
11116
11117         * po/de.po
11118                 fixed wrong translation for prev. unread msg
11119
11120 2001-12-11 [paul]       0.6.5claws75
11121
11122         * src/folder.[ch]
11123         * src/folderview.c
11124         * src/mainwindow.c
11125         * src/summaryview.[ch]
11126         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
11127                 enable ability to hide read messages on per folder basis via 
11128                 '/Summary/Hide read messages'; when selected, a folder will 
11129                 have a red open folder icon, instead of a blue icon, if the 
11130                 folder contains hidden messges
11131                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
11132
11133         * src/mainwindow.c
11134                 remove '/Message/Forward as attachment' from 
11135                 main_window_set_menu_sensitive() to prevent debug warning
11136
11137         * src/folderview.c
11138         * src/mainwindow.c
11139                 Clean up some of the English
11140
11141         * tools/newscache_clean.pl
11142                 allow for new 'hidereadmsgs' entry in folderlist.xml
11143
11144         * po/es.po
11145                 updated translation, submitted by Ricardo Mones Lastra
11146
11147 2001-12-11 [paul]       0.6.5claws74
11148
11149         * sync with sylpheed 0.6.5cvs25
11150                 see ChangeLog entry 2001-12-11
11151
11152 2001-12-10 [alfons]     0.6.5claws73
11153
11154         * src/matcher.c
11155                 add more control characters
11156         * src/matcher_parser_lex.l
11157                 make escaping / unescaping work again
11158
11159 2001-12-10 [alfons]     0.6.5claws72
11160
11161         * src/imap.c
11162                 clean up warnings "returning value for void function" 
11163         * src/prefs_filtering.c
11164                 make info button for execute action sensitive
11165
11166 2001-12-10 [paul]       0.6.5claws71
11167
11168         * src/compose.c
11169         * src/imap.[ch]
11170         * src/summaryview.c
11171                 fix: imap server now gets informed of MARKED, UNMARKED
11172                 and REPLY events. Now people can use different IMAP-Mail
11173                 clients and have the exact same information about MARKED,
11174                 UNMARKED and REPLY status with all of them. Especially
11175                 useful for imap servers with a web-frontend.
11176                 submitted by Tobias Sandhaas <medlor@web.de>
11177
11178 2001-12-09 [melvin]     0.6.5claws70
11179         
11180         * src/textview.[ch]
11181                 fixed bug #490076 (hunted down by Alfons who implemented
11182                 a workaround in 0.6.5claws65)
11183
11184 2001-12-09 [christoph]  0.6.5claws69
11185
11186         * src/summaryview.c
11187                 set pointer to string in LOCKED column to NULL
11188                 (might fix bug #490800)
11189
11190 2001-12-09 [carsten]    0.6.5claws68
11191
11192         * po/de.po
11193                 resolved some cluttered menu shortcuts 
11194                 ('creating new email' and 'creating news message'
11195                 hade the same)
11196         * src/compose.c
11197                 wmclass now distinc from main window
11198         * src/mainwindow.c
11199           src/mainwindow.h
11200                 email/news and forward button functionality similar
11201                 to the reply buttons; removed the ugly dropdown arrows
11202                 and use instead the right mouse button
11203
11204 2001-12-09 [paul]       0.6.5claws67
11205
11206         * src/imap.c
11207         * src/utils.h
11208                 allow spaces in imap folder names
11209                 submitted by Willem van Engen <wvengen@stack.nl>
11210
11211 2001-12-09 [paul]       0.6.5claws66
11212
11213         * sync with sylpheed 0.6.5cvs24
11214                 see ChangeLog entry 2001-12-09
11215
11216 2001-12-08 [alfons]     0.6.5claws65
11217
11218         * src/textview.c
11219                 prevent secondary selection claim after "add to sender" dialog
11220                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
11221                 we trick GTK by simulating a click at (0, 0) in the textview.
11222
11223 2001-12-08 [hoa]        0.6.5claws64
11224
11225         * src/folder.c
11226                 fixed a bug about the .processing folder name while filtering
11227
11228 2001-12-08 [alfons]     0.6.5claws63
11229
11230         * src/folderview.c 
11231                 work around problem of not correctly updating folder stats
11232                 when deleting messages. there's some folder scanning evil
11233                 going so the folderview_update_msg_num() does not work
11234                 correctly. need to investigate this.
11235
11236 2001-12-08 [paul]       0.6.5claws62
11237
11238         * sync with sylpheed 0.6.5cvs23
11239                 see ChangeLog entry 2001-12-08
11240
11241 2001-12-07 [christoph]  0.6.5claws61
11242
11243         * src/compose.c
11244                 fix another header translation problem
11245
11246 2001-12-07 [alfons]     0.6.5claws60
11247
11248         * src/mbox.c
11249                 make filtering also work on local spool mbox
11250
11251 2001-12-07 [carsten]    0.6.5claws59
11252         * src/addressbook.c
11253                 addressbook window gets a wmclass distinct from the main
11254                 sylpheed window
11255         * src/compose.h
11256         * src/mainwindow.[ch]
11257                   forward menu item will use mode selected in prefs, forward 
11258                 as attatchment in menu removed (will be substituted in the
11259                 toolbar similar to reply buttons)
11260                   create news message menu entry and news button is now 
11261                 sensitive to the existance of a news account
11262         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
11263         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
11264         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
11265                 these are removed because the toolbar buttons don't show
11266                 the quoting modus any longer
11267
11268 2001-12-07 [paul]
11269
11270         * tools/newscache_clean.pl      ** NEW FILE **
11271                 perl script to do some tidying up in the newscache directory 
11272                 
11273         * tools/sylpheed-switcher       ** NEW FILE **
11274                 perl script to enable easy switching between main and claws
11275                 
11276         * tools/README
11277                 added descriptions of the two new perl scripts          
11278
11279
11280 2001-12-07 [melvin]     0.6.5claws58
11281
11282         * src/messageview.c
11283                 fixed a warning during compilation introduced in 0.6.5claws56
11284
11285 2001-12-07 [paul]       0.6.5claws57
11286
11287         * src/mainwindow.[ch]
11288         * src/menu.[ch]
11289                 further usability enhancements to replying with or without 
11290                 quoting via the toolbar, use of Ctrl key is replaced by 
11291                 drop down menu 
11292                 Submitted by Carsten Schurig            
11293
11294 2001-12-07 [melvin]     0.6.5claws56
11295
11296         * src/messageview.c
11297                 hack to fix bug that prevented to make/paste selections
11298                 after switching between MVIEW_TEXT and MVIEW_MIME views
11299                 without deselecting the selection first.
11300
11301 2001-12-06 [alfons]     0.6.5claws55
11302
11303         * src/filtering.[ch]
11304         * src/inc.c
11305                 revise filtering a little bit more, and make sure
11306                 messages are delivered to the appropriate inbox
11307                 (perhaps set per account)
11308
11309 2001-12-06 [paul]       0.6.5claws54
11310
11311         * sync with sylpheed 0.6.5cvs22
11312                 see ChangeLog entry 2001-12-06
11313
11314 2001-12-05 [alfons]     0.6.5claws53
11315
11316         * src/inc.c
11317         * src/folder.[ch]
11318         * src/procmsg.c
11319         * src/filtering.c
11320                 more revisions of filtering system
11321                 (last stable version is marked as LAST_STABLE)
11322                 
11323                 | NOTE 1): the filtering system now uses a local folder called
11324                 | .processing. if filtering fails, check this directory
11325                 | for missing messages.
11326                 |
11327                 | NOTE 2): help us find the filtering actions still missing
11328
11329 2001-12-05 [paul]       0.6.5claws52
11330
11331         * src/mainwindow.c
11332                 fix bug where 'Empty Trash?' pop-up window appears even
11333                 when Trash is empty, submitted by Jesse Skinner         
11334
11335 2001-12-05 [melvin]     0.6.5claws51
11336
11337         * src/compose.c
11338                 fixed bug #486106 to select correct account when reediting 
11339                 a queued message
11340         
11341 2001-12-04 [alfons]     0.6.5claws50
11342
11343         * src/mh.c
11344                 declare markfile in appropriate functions when
11345                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
11346                 for spotting this)
11347
11348 2001-12-04 [paul]       0.6.5claws49
11349
11350         * sync with sylpheed 0.6.5cvs21
11351                 see ChangeLog entry 2001-12-04
11352
11353 2001-12-03 [christoph]  0.6.5claws48
11354
11355         * po/de.po
11356                 changed translation of undo
11357         * src/account.c
11358         * src/folder.c
11359                 don't reinvent the wheel to traverse a GNode
11360         * src/compose.[ch]
11361                 seperate code to create the compose gui into functions
11362                 add "Others" page with folder selection for saving copy
11363                 of the message.
11364                 the folder identifier is saved to queue header
11365         * src/procmsg.c
11366                 save message to folder in queue header
11367
11368 2001-12-03 [paul]       0.6.5claws47
11369
11370         * sync with sylpheed 0.6.5cvs20
11371                 see ChangeLog entry 2001-12-03
11372
11373 2001-12-01 [paul]
11374
11375         * more sync with sylpheed 0.6.5cvs19
11376                 see ChangeLog entry 2001-11-29
11377
11378 2001-11-30 [paul]       0.6.5claws46
11379         
11380         * src/compose.c
11381                 remove conflicts introduced by Hoa's last commit
11382          
11383         * src/mainwindow.c
11384                 make 'Message/Bounce' sensitive
11385
11386 2001-11-30 [hoa]        0.6.5claws45
11387
11388         * src/compose.c
11389                 slightly change bounce function to add
11390                 information about the user that bounced the mail
11391                 in the From header line.
11392
11393         * src/folderview.c
11394                 permit the use of processing in outbox folder.
11395
11396 2001-11-29 [paul]       0.6.5claws44
11397
11398         * src/mainwindow.[ch]
11399         * src/prefs_common.c
11400         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
11401         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
11402         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
11403                 usability enhancements to the quoting, implements
11404                 use of Ctrl key to toggle quoting settings
11405                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
11406
11407 2001-11-29 [paul]       0.6.5claws43
11408         
11409         * sync with sylpheed 0.6.5cvs19
11410                 see ChangeLog entry 2001-11-28
11411
11412 2001-11-29 [melvin]     0.6.5claws42
11413         * src/Makefile.am
11414                 added enriched.[ch] to the list of files
11415
11416         * src/textview.c
11417         * src/mimeview.c
11418         * src/procmime.[ch]
11419         * src/enriched.[ch]
11420                 added support to view text/enriched
11421                 added support to show headers in message view for text/enriched and text/html
11422                         in non multipart messages
11423
11424 2001-11-28 [paul]       0.6.5claws41
11425
11426         * more sync with sylpheed 0.6.5cvs18
11427                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
11428
11429 2001-11-27 [paul]       0.6.5claws40
11430         
11431         * po/pt_BR.po
11432                 updated translation, submitted by Fabio Junior Beneditto
11433                 
11434         * sync with sylpheed 0.6.5cvs18
11435                 see ChangeLog entries 2001-11-26 (src/textview.c) and
11436                 2001-11-27
11437
11438
11439 2001-11-26 [paul]
11440
11441         * po/es.po
11442                 updated translation, submitted by Ricardo Mones Lastra
11443
11444 2001-11-26 [alfons]
11445
11446         * src/matcher.c
11447                 add more translatable strings
11448
11449 2001-11-26 [christoph]  0.6.5claws39
11450
11451         * po/de.po      
11452                 fixed one more umlaut
11453         * src/compose.c
11454                 fix translated header when it should not be translated
11455
11456 2001-11-26 [paul]       0.6.5claws38
11457
11458         * src/mainwindow.c
11459                 remove '/Message/Add Sender to address book' from 
11460                 main_window_set_menu_sensitive(), prevent debug warning
11461                 add 'Message/Mark/Mark all read' to mainwin_entries[]
11462
11463 2001-11-26 [paul]       0.6.5claws37
11464
11465         * src/summaryview.c
11466                 fix 'recurring unread state' bug 
11467
11468         * tools/README 
11469         * tools/filter_conv.pl
11470                 read name of top level mailbox from folderlist.xml
11471                 and presume nothing about its name              
11472
11473 2001-11-26 [darko]      0.6.5claws36
11474
11475         * src/gtkstext.[ch]
11476                 removed functions that are now in gtkutils.c
11477                 use gtkut_text_is_uri_string() from gtkutils.c
11478         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
11479
11480 2001-11-26 [paul]       0.6.5claws35
11481
11482         * sync with sylpheed 0.6.5cvs16
11483                 see ChangeLog entries 2001-11-25 and 2001-11-26
11484
11485 2001-11-25 [alfons]     0.6.5claws34
11486
11487         EXPERIMENTAL!!! Please checkout the last stable version using: 
11488           
11489         % cvs update -r LAST_STABLE -dRAP
11490
11491         (Or help us testing this stuff.)
11492
11493         * src/filtering.c               (1.14)
11494         * src/filtering.h               (1.6)
11495         * src/inc.c                     (1.28)
11496         * src/matcher.c                 (1.20)
11497         * src/mbox.c                    (1.9)
11498         * src/procmsg.h                 (1.14)
11499         * src/summaryview.c             (1.59)
11500         * src/summaryview.h             (dunno)
11501                 revert/merge/sync to as it was before commit 
11502                 on Thu, 19 Jul 2001 10:15:51 -0700.
11503
11504 2001-11-25 [hoa]        0.6.5claws33
11505
11506         * src/main.c
11507                 processing mails at startup
11508
11509         * src/folderview.c
11510         * src/summaryview.[ch]
11511                 processing mails when entering folder
11512
11513         * src/prefs_filtering.c
11514                 fixed some UI bugs
11515
11516 2001-11-24 [alfons]     0.6.5claws32
11517
11518         * src/summaryview.[ch]
11519                 make summary sort headers work, and also make
11520                 sure the sort type is stored
11521
11522 2001-11-23 [alfons]     0.6.5claws31
11523
11524         * src/summaryview.[ch]
11525                 make lock work like mark
11526                 disallow deleting messages marked as locked
11527
11528 2001-11-23 [alfons]     0.6.5claws30
11529
11530         * src/gtkstext.c
11531         * src/compose.[ch]
11532         * src/Makefile.am
11533         * src/undo.[ch]
11534                 merge undo patch submitted by Jens
11535
11536 2001-11-23 [christoph]  0.6.5claws29
11537
11538         * src/.cvsignore
11539                 added ylwrap
11540         * src/compose.c
11541                 fixed gpg signing and encoding
11542         * src/folder.[ch]
11543         * src/main.c
11544                 added --status option to get new, unread and total
11545                 message count from a running sylpheed
11546         * src/prefs_common.c
11547                 temporary fix for reply_with_quote problem
11548                 (don't call functions for non existing widget)
11549         * src/procmsg.c
11550                 one more check for ignored threads but still not
11551                 always working correctly. probably a recursive
11552                 check for all parents is needed
11553
11554 2001-11-23 [darko]      0.6.5claws28
11555
11556         * src/compose.c
11557                 wrapping on send improvements
11558         * src/gtkutils.[ch]
11559                 fix for GtkSText after last sync with main branch
11560                 GTK_TEXT -> GTK_STEXT
11561
11562 2001-11-23 [paul]       0.6.5claws27
11563
11564         * sync with sylpheed 0.6.5cvs14
11565                 see ChangeLog entries 2001-11-22 and 2001-11-23
11566                 
11567         * po/de.po
11568                 fixed the scrambled umlauts 
11569                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
11570
11571 2001-11-21 [paul]       0.6.5claws26
11572
11573         * sync with sylpheed 0.6.5cvs12
11574                 see 2nd ChangeLog entry dated 2001-11-20
11575
11576 2001-11-20 [paul]       0.6.5claws25
11577
11578         * sync with sylpheed 0.6.5cvs11
11579                 see ChangeLog entry 2001-11-19 (src/utils.c)
11580
11581 2001-11-20 [hiro]
11582
11583         * src/compose.c
11584                 GTK_TEXT -> GTK_STEXT
11585                 fix for wrong comment
11586
11587 2001-11-20 [hiro]       0.6.5claws24
11588
11589         * src/compose.[ch]
11590                 more merges from main branch
11591                 removed fatal warnings (uninitialized variables etc.)
11592                 some coding style fix
11593         * src/gtkutils.h
11594                 fixed typo.
11595         * src/addressbook.c
11596           src/addrindex.c
11597                 V-Card -> vCard
11598
11599 2001-11-19 [hoa]        0.6.5claws23
11600
11601         * src/filtering.c
11602         * src/prefs_scoring.c
11603         * src/matcher.[ch]
11604         * src/scoring.c
11605                 cleaning code
11606
11607         * src/matcher_parser_parse.y
11608         * src/prefs_filtering.c
11609                 bouncing
11610
11611 2001-11-19 [alfons]     0.6.5claws22
11612
11613         more of my old things into claws
11614
11615         * src/Makefile.am
11616         * src/prefs_common.c
11617         * src/procmsg.h
11618         * src/summaryview.[ch]
11619         * src/prefs_summary_column.c
11620         * src/pixmaps/locked.xpm
11621                 add indicators for locking of message in summary view
11622                 (does not work yet, only visual indicator)
11623
11624 2001-11-19 [paul]       0.6.5claws21
11625
11626         * sync with sylpheed 0.6.5cvs10
11627                 see ChangeLog entry 2001-11-19
11628
11629 2001-11-18 [alfons]     0.6.5claws20
11630         
11631         * src/filtering.c
11632                 remove an inadvertent free I forgot in previous clean up 
11633
11634 2001-11-18 [alfons]     0.6.5claws19
11635
11636         * src/filtering.[ch]
11637                 clean up & plug leaks
11638
11639 2001-11-18 [paul]       0.6.5claws18
11640
11641         * sync with sylpheed 0.6.5cvs9
11642                 see ChangeLog entries 2001-11-17 and 2001-11-18
11643
11644 2001-11-16 [paul]       0.6.5claws17
11645
11646         * sync with sylpheed 0.6.5cvs8
11647                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
11648
11649 2001-11-16 [paul]       0.6.5claws16
11650
11651         * sync with sylpheed 0.6.5cvs7
11652                 see ChangeLog entries 2001-11-15 and 2001-11-16
11653
11654 2001-11-15 [hoa]        0.6.5claws15
11655
11656         * src/compose.c
11657                 fix bounce, mails we received couln't be bounced to ourself.
11658
11659         * src/defs.h
11660         * src/filtering.[ch]
11661         * src/matcher.[ch]
11662         * src/matcher_parser.h
11663         * src/matcher_parser_lex.l
11664         * src/matcher_parser_parse.y
11665         * src/inc.c
11666         * src/main.c
11667         * src/mbox.c
11668         * src/prefs_filtering.[ch]
11669         * src/mainwindow.c
11670         * src/prefs_matcher.c
11671         * src/prefs_scoring.c
11672         * src/scoring.[ch]
11673         * src/summaryview.c
11674                 new matcher/filter/score configuration file parser
11675                 one unique configuration file => ~/.sylpheed/matcherrc
11676                 import in currently automatic, then save are made
11677                 in this new file.
11678                 one filter per folder and one global filter
11679                 (filter of a folder will be used as folder processing)
11680
11681         * src/folder.c
11682                 fix a bug in folder_item_get_identifier
11683                 
11684         * src/messageview.c
11685                 receive receipt return are fixed.
11686
11687 2001-11-14 [alfons]     0.6.5claws14
11688
11689         * src/session.h
11690                 add things from main branch to make claws compile
11691
11692 2001-11-14 [paul]       0.6.5claws13
11693
11694         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
11695                 see ChangeLog entries 2001-11-08 to 2001-11-14
11696
11697 2001-11-14 [hoa] 0.6.5claws12
11698
11699         * src/compose.[ch]
11700         * src/mainwindow.c
11701         * src/summaryview.c
11702                 add "bounce mail" option
11703
11704 2001-11-13 [christoph]  0.6.5claws11
11705
11706         * src/compose.c
11707                 Cleanup a mess i add before commiting
11708
11709 2001-11-13 [hoa]        0.6.5claws10
11710
11711         * src/compose.c
11712                 some fixes when mail are sent or
11713                 for crossposts
11714
11715 2001-11-13 [christoph]  0.6.5claws9
11716
11717         * po/de.po
11718                 Changed two string with the same translation
11719         * src/compose.c
11720         * src/procmsg.[ch]
11721         * src/send.[ch]
11722                 New mailsending process:
11723                   - Always queue message before sending
11724                     (message will be saved if sylpheed crashed or
11725                      freezes while sending)
11726                   - Allow queuing of newspostings
11727                   - No copy in outbox before sending
11728                     (closes bug #469501)
11729                   - No more redundant code for send and send_later
11730         * src/summaryview.c
11731                 Applied wwp <subscript@free.fr>'s patch that fixes
11732                 marks for multiple forwarded messages (+compose.c)
11733
11734 2001-11-12 [alfons]
11735
11736         * README.claws
11737                 remove things that are now in main branch
11738         
11739         * po/nl.po
11740                 update Dutch translation
11741
11742 2001-11-12 [mhadasht]   0.6.5.claws8
11743
11744         * src/prefs_common.c
11745                 re-enabled account autoselection feature for forward
11746                 and reedit lost during the branch point for SYNC-B4-REL
11747         * src/gtkspell.c
11748                 gtkpspell_get_dict(): more readable code (even if function is
11749                 not used yet)
11750         * ChangeLog.claws
11751                 added version number info to 2001-11-12 [hiro] comment.
11752
11753 2001-11-12 [hiro]       0.6.5.claws7
11754
11755         * src/compose.c
11756                 compose_forward(): fixed a bug that forward quote mark
11757                 wasn't used.
11758                 removed unnecessary code.
11759         * src/template_select.[ch]: removed.
11760
11761 2001-11-11 [alfons]
11762
11763         * src/compose.c
11764                 :%s/GTK_TEXT/GTK_STEXT/g
11765         
11766         * src/compose.[ch]
11767         * src/undo.[ch]
11768         * src/Makefile.am
11769                 revert the undo stuff (this is 0.6.6claws stuff)
11770
11771 2001-11-11 [hoa]        0.6.5.claws6
11772
11773         * src/compose.[ch]
11774                 Insert signature at the end of the text.
11775                 Added undo patch but currently disabled
11776
11777         * src/procmsg.c
11778                 Threading by subject improved.
11779
11780         * added src/undo.[ch]
11781                 Undo module for compose dialog box.
11782
11783 2001-11-11 [alfons]     0.6.5.claws5
11784
11785         * src/procmsg.c
11786                 prevent threading by subject on nodes that have already been
11787                 threaded by in-reply-to (as in "circular references in a tree
11788                 result in a dead branch")
11789
11790 2001-11-09 [hoa]        0.6.5.claws4
11791         
11792         * src/folderview.c
11793                 allows creation of mbox folder item from any files.
11794
11795 2001-11-09 [alfons]     0.6.5.claws3
11796         
11797         * src/utils.c
11798         * src/procmsg.c
11799                 do what I mean and correct threading by subject so it really
11800                 ignores attracting lines without "Re: "
11801
11802 2001-11-07 [alfons]     0.6.5.claws2
11803
11804         * src/procmsg.c
11805         * src/utils.[ch]
11806                 only attract by subject if a subject line starts with a "Re: "
11807         * src/syldap.c
11808                 remove warning
11809
11810 2001-11-07 [paul]       0.6.5claws1
11811
11812         * sync with sylpheed 0.6.5. release
11813                 see ChangeLog entry 2001-11-07
11814
11815 2001-11-07 [paul]       0.6.4claws31
11816
11817         * sync with sylpheed 0.6.4cvs18
11818                 see ChangeLog entries 2001-10-30 to 2001-11-07
11819                 prefs_templates.[ch] renamed prefs_template.[ch]
11820
11821 2001-11-06 [alfons]
11822         
11823         * src/utils.h
11824                 add semicolon Hoa forgot ;-)
11825                 
11826
11827 2001-11-06 [hoa]        0.6.4claws30
11828         
11829         * src/procmsg.c
11830         * src/summaryview.c
11831         * src/utils.c
11832         * src/utils.h
11833                 threading by subject - empty subject are ignored
11834
11835 2001-11-06 [christoph]  0.6.4claws29
11836
11837         * src/socket.c
11838                 use SSL_peek for sock_gets
11839         * src/utils.c
11840                 removed unneeded pointer in extracting quoted
11841                 names implementation
11842
11843 2001-11-06 [melvin]     0.6.4claws28
11844
11845         * src/gtkspell.c
11846                 fixed bug #476792 Selection overtyping with spell checker
11847                 fixed bug which could cause a buffer overflow
11848                 fixed a memory leak
11849
11850 2001-11-06 [hoa]        0.6.4claws27
11851         
11852         * src/procmsg.c
11853         * src/summaryview.c
11854                 threading by subject
11855
11856 2001-11-05 [alfons]     0.6.4claws26
11857         
11858         * README.claws
11859                 Claws -> Sylpheed (vice versa)
11860
11861         * src/compose.c
11862                 :%s/gtk_text/gtk_stext/g
11863                 :%s/GTK_TEXT/GTK_STEXT/g
11864                 (thanks to Jonathan Ware for spotting this)
11865
11866 2001-11-04 [christoph]  0.6.4claws25
11867
11868         * src/summaryview.c
11869                 replace Xalloca + strdup with Xstrdup_a
11870         * src/utils.c
11871                 better implementation of extracting quoted names
11872                 from addresses (remove backlashes and ignore
11873                 quotes after them)
11874
11875 2001-11-04 [alfons]     0.6.4claws24
11876
11877         * src/utils.[ch]
11878                 edit to comply more with coding style
11879
11880         * src/textview.c
11881                 fix bug reported by Kim Schulz. introduced by the patch integrated
11882                 in 0.6.4claws15. the code did not check the return value of
11883                 the html parser.
11884
11885         * AUTHORS
11886                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
11887
11888 2001-11-04 [christoph]  0.6.4claws23
11889
11890         * src/main.c
11891         * src/prefs_common.[ch]
11892                 init some pointers that possibly caused a segfault
11893                 reported in the claws-users ML
11894
11895 2001-11-04 [hoa]        0.6.4claws22
11896
11897         * src/grouplistdialog.c
11898                 change the names of the nodes in the tree
11899
11900         * src/compose.c
11901                 enhanced mailto syntax as described in
11902                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
11903                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
11904
11905         * src/utils.c
11906                 encode and decode URI (useful when opening URL into
11907                 netscape).
11908
11909 2001-11-03 [hoa]        0.6.4claws21
11910
11911         * src/grouplistdialog.c
11912                 a new newsgroups list selection dialog box
11913                 with a CTree instead of a CList
11914
11915 2001-11-03 [hoa]        0.6.4claws20
11916
11917         * src/folderview.c
11918                 enable property and scoring options when right
11919                 click on "inbox"
11920
11921         * src/summaryview.c
11922                 fixed bug when nickname were displayed using
11923                 the address book.
11924
11925 2001-11-02 [darko]      0.6.4claws19
11926
11927         * src/compose.c
11928                 new wrap quotation and URL/long words wrapping implementation
11929         * src/compose.c src/gtkstext.[ch]
11930                 move gtkstext_strncmp() to gtkstext.c
11931
11932 2001-11-01 [christoph]  0.6.4claws18
11933
11934         * src/prefs_account.c
11935                 fixed mess in account settings dialog
11936         * src/prefs_folder_item.c
11937                 added label with folder path to dialog
11938
11939 2001-10-31 [match]      0.6.4claws17
11940
11941         * src/vcard.c
11942                 fix memory leak.
11943         * src/addrbook.c
11944                 fix generation of spurious address book file names.
11945                 remove redundant functions.
11946         * po/POTFILES.in
11947                 added missing file names.
11948
11949 2001-10-30 [paul]       0.6.4claws16
11950
11951         * sync with sylpheed 0.6.4cvs6
11952                 see ChangeLog entries 2001-10-26 to 2001-10-30
11953
11954         * tools/filter_conv.pl
11955                 read folderlist.xml to discover whether the top-level
11956                 folder is called 'Mailbox' or 'Mail' 
11957
11958 2001-10-29 [paul]       0.6.4claws15
11959
11960         * src/html.c, src/textview.c
11961                 activate links in html mail and fix clickable parts
11962                 Submitted by Matthieu Dazy <dazy@t-surf.com>
11963
11964 2001-10-29 [paul]
11965
11966         * po/de.po, po/es.po, po/pt_BR/po
11967                 updated translations, submitted by Jens Oberender,
11968                 Ricardo Mones Lastra, and Fabio Junior Beneditto
11969
11970 2001-10-29 [darko]      0.6.4claws14
11971
11972         * src/compose.c
11973                 fix wrapping for good
11974
11975 2001-10-29 [darko]
11976
11977         * src/compose.c
11978                 undo previous change as it broke the smart wrapping
11979
11980 2001-10-29 [darko]      0.6.4claws13
11981
11982         * src/compose.c
11983                 fix infinite loop when long URL is quoted
11984                 (closes bug #475122.
11985
11986 2001-10-28 [match]
11987
11988         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
11989                 import Mutt address book
11990         * src/ldif.[ch] src/importldif.h
11991                 modified import LDIF handle user attributes
11992
11993 2001-10-28 [christoph]  0.6.4claws12
11994
11995         * src/summaryview.c
11996                 fixed that filtering did not work if there
11997                 were no filter rules
11998                 (closes bug #472003 and better implementation
11999                  of patch #474644)
12000
12001 2001-10-27 [christoph]  0.6.4claws11
12002
12003         * src/compose.c
12004                 make the folder's default account to be used when
12005                 replying. (patch by wwp <subscript@free.fr>)
12006         * src/compose.c
12007                 code cleanup, nearly killed all of wwp's patch
12008                 for folder's default account in compose
12009         * src/folderview.c
12010                 error panel when a folder could not be created
12011                 (closes bug #471080 new folder name & already
12012                  existing file)
12013
12014 2001-10-26 [alfons]
12015
12016         * src/utils.h
12017                 change prototype of strstr2() that Christoph forgot about
12018
12019 2001-10-26 [christoph]  0.6.4claws10
12020
12021         * src/account.c
12022                 made search for accounts by email address not case
12023                 sensitive
12024         * src/folder.c
12025                 fixed memory leak in folder_item_get_identifier
12026         * src/gtkspell.c
12027         * src/utils.c
12028                 fixed wrong strstr2 (should work like strstr)
12029
12030 2001-10-26 [darko]      0.6.4claws9
12031
12032         * src/compose.c src/gtkstext.[ch]
12033         * src/gtkstext.c
12034                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
12035
12036 2001-10-26 [paul]       0.6.4claws8
12037
12038         * src/html.c
12039                 ignore css and javascript tags in html mail
12040                 case-insensitive, with or without double-quoted
12041                 strings
12042
12043 2001-10-26 [paul]       0.6.4claws7
12044
12045         * sync with sylpheed 0.6.4cvs1
12046                 see ChangeLog entry 2001-10-26
12047
12048         * src/prefs_account.c, src/prefs_common.c,
12049           src/prefs_summary_column.c
12050                 minor improvements to the English
12051
12052 2001-10-25 [alfons]     0.6.4claws6
12053
12054         * src/gtkstext.c
12055         
12056                 make GtkSText follow style of GtkText (closes bug 
12057                 #469211 "text selection while writing message")
12058                 
12059                 do sync with GTK 1.2.10
12060
12061 2001-10-25 [paul]       0.6.4claws5
12062
12063         * src/html.c
12064                 ignore css tags in html mail
12065
12066 2001-10-25 [darko]      0.6.4claws4
12067
12068         * src/compose.c
12069                 don't declare is_url_string as static function since
12070                 we need it in gtkstext.c
12071         * src/gtkstext.c
12072                 remove unused variable
12073                 don't wrap long URLs while composing a message
12074
12075 2001-10-24 [christoph]  0.6.4claws3
12076
12077         * src/socket.c
12078                 fix ssl deadlock, when peer closes connection
12079
12080 2001-10-24 [paul]       0.6.4claws2
12081
12082         * src/prefs_common.c
12083                 gettextize the gpg ascii-armored warning message
12084
12085         * src/compose.c
12086                 insert a DOS/MAC file into the composed message
12087                 (improvements)
12088
12089         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
12090
12091 2001-10-22 [paul]       0.6.4claws1
12092
12093         * sync with sylpheed 0.6.4 release
12094                 see ChangeLog entries 2001-10-21
12095
12096         * po/fr.po, po/pt_BR.po
12097                 updated by Melvin Hadasht and Fabio Junior Beneditto
12098
12099 2001-10-21 [paul]       0.6.3claws30
12100
12101         * src/compose.c
12102                 insert a DOS text file from the compose window
12103                 into the composed message text (removes CRs characters)
12104                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
12105
12106         * tools/filter_conv.pl, tools/README
12107                 automatically use ~/.sylpheed as working directory
12108                 print out confirmation message on completion
12109
12110         * correct Hoa's last ChangeLog.claws entry
12111
12112 2001-10-20 [hoa]        0.6.3claws29
12113
12114         * src/grouplistdialog.c
12115                 bugfix (another ?) to give the right
12116                 newsgroups list for each news server.
12117
12118         * src/news.c
12119         * src/news.h
12120                 improve the newsgroups list cache
12121
12122 2001-10-20 [paul]       0.6.3claws28
12123
12124         * sync with sylpheed 0.6.3cvs9
12125                 see ChangeLog entry 2001-10-19
12126
12127         * correct Alfons' last ChangeLog.claws entry
12128
12129 2001-10-19 [alfons]
12130
12131         * src/pgptext.[ch]
12132                 fix compilation problems (part of bug #472895)
12133
12134 2001-10-18 [hoa]        0.6.3claws27
12135
12136         * src/grouplistdialog.c
12137                 bugfix when we refresh was clicked (bug 472701)
12138
12139 2001-10-19 [christoph]  0.6.3claws26
12140
12141         * src/compose.c
12142                 last header entry should default to "To:" or
12143                 "Newsgroups:" and not copy the last entry line
12144                 in a new compose window
12145                 (closes bug #472686, #470792)
12146
12147 2001-10-19 [paul]       0.6.3claws25
12148
12149         * sync with Sylpheed 0.6.3cvs8
12150                 see ChangeLog entries 2001-10-18 and 2001-10-19
12151
12152 2001-10-18 [christoph]  0.6.3claws24
12153
12154         * src/procmsg.c
12155                 reimplement ignore thread
12156         
12157 2001-10-18 [hoa]        0.6.3claws23
12158
12159         * src/folderview.c
12160         * src/grouplistdialog.[ch]
12161                 enhanced news subscription interface (feature 469113)
12162
12163         * src/news.c
12164         * src/news.h
12165                 enchanced newsgroup listing,
12166                 now, we can get groups informations
12167                 (NNTPGroupInfo)
12168
12169 2001-10-18 [paul]       0.6.3claws22
12170
12171         * src/summaryview.c
12172                 remove comment (sync with main branch)
12173         * src/mainwindow.c
12174                 fix 'Re-edit' bug in 'Message' menu
12175
12176 2001-10-17 [christoph]  0.6.3claws21
12177
12178         * src/compose.c
12179                 ignore empty or whitespace only header lines
12180
12181 2001-10-17 [paul]       0.6.3claws20
12182
12183         * sync with sylpheed 0.6.3cvs7
12184                 see ChangeLog entries 2001-10-14, 2001-10-16, and
12185                 2001-10-17
12186
12187 2001-10-17 [darko]
12188
12189         * src/compose.c
12190                 wrap long lines without spaces
12191                 don't wrap URLs
12192
12193 2001-10-16 [paul]
12194
12195         * po/es.po, po/nl.po, po/pt_BR.po
12196                 updated by Ricardo Mones Lastra, Alfons,
12197                 and Fabio Junior Beneditto
12198
12199         * sylpheed-0.6.3claws released
12200
12201 2001-10-15 [melvin] 0.6.3claws18
12202
12203         * README.claws
12204                 added summary and detailed installation instructions
12205                 for spell checker
12206         * po/fr.po
12207                 Updated, corrected and completed french translation
12208
12209 2001-10-15 [hoa] 0.6.3claws17
12210         * src/grouplistdialog.c
12211                 we can choose the newsgroups to display with wildcards
12212
12213 2001-10-15 [christoph]  0.6.3claws16
12214
12215         * src/account.c
12216         * src/compose.c
12217         * src/prefs_folder_item.[ch]
12218                 applied wwp <subscript@free.fr>'s folder
12219                 default account patch
12220         * po/de.po
12221                 Fixed wrong translation
12222
12223 2001-10-13 [alfons, christoph, melvin]  
12224                         0.6.3claws15
12225
12226         solution #2 to solve MT-safety problems defers all GUI related calls
12227         to the main thread using a gtk_idle_add() callback. discussed on
12228         ircnet #sylpheed, with christoph spotting some issues with the
12229         original code, and melvin allowing us to lobotomize his sylpheed.
12230
12231         * src/syldap.[ch], src/main.c
12232                 fix race problem in ldap search thread by deferring GUI 
12233                 stuff to main thread using gtk_idle_add()
12234
12235 2001-10-13 [paul]       0.6.3claws14
12236
12237         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
12238                 add Sergey's smtpcred.patch
12239                 adds separate username/password setting for SMTP Auth
12240                 needed by some servers
12241                 (closes feature request #471659)
12242
12243 2001-10-13 [paul]       0.6.3claws13
12244
12245         * src/pgptext.[ch] **NEW FILES**
12246         * src/Makefile.am, src/messageview.c, src/mimeview.c
12247                 decrypt ascii-armored gpg text embedded in
12248                 the message body.
12249                 Submitted by Jens Jahnke <jan0sch@gmx.net>
12250
12251 2001-10-13 [christoph]  0.6.3claws12
12252
12253         * README.claws
12254                 some more details on default to and
12255                 feature requests
12256         * src/main.c
12257                 init glib threading when ldap is used
12258         * src/syldap.c
12259                 threading fixes
12260         * po/de.po
12261                 fixed a typo
12262
12263 2001-10-12 [paul]       0.6.3claws11
12264
12265         * src/prefs_common.[ch], src/rfc2015.c
12266                 enable ascii-armored gpg text to be embedded in the
12267                 message body, selectable through the 'Privacy'
12268                 preferences. Supports encrypting only.
12269                 Submitted by Ravemax <ravemax@dextrose.com>
12270
12271 2001-10-12 [paul]       0.6.3claws10
12272
12273         * sync with sylpheed 0.6.3cvs6
12274                 see ChangeLog entries 2001-10-11 and 2001-11-12
12275
12276         * src/folderview.c
12277                 incorporated mbox folders, scoring, and folder
12278                 properties into the sync
12279
12280 2001-10-12 [darko]      0.6.3claws9
12281
12282         * README.claws
12283                 describe quotation wrapping
12284         * src/compose.c
12285                 don't treat tab as space to calculate line length properly
12286
12287 2001-10-11 [alfons]
12288
12289         * README.claws
12290                 correct description of how to make new filtering system work,
12291                 add some other things
12292                 
12293         * src/syldap.c
12294                 remove sched_yield() (not necessary / unportable)
12295
12296 2001-10-11 [paul]       0.6.3claws8
12297
12298         * sync with sylpheed 0.6.3cvs3
12299                 see ChangeLog entry 2001-10-10
12300
12301 2001-10-10 [christoph]  0.6.3claws7
12302
12303         * .cvsignore
12304                 ignore 2 files created by newer autotools
12305         * src/prefs_folder_item.c
12306                 using table for widget alignment
12307                 fixed memory leak and broken octal display
12308         * src/filesel.c
12309                 fixed segfault caused by lost filename
12310                 workaround (closes bug #469551)
12311
12312 2001-10-10 [paul]       0.6.3claws6
12313
12314         * sync with sylpheed 0.6.3cvs2
12315                 see ChangeLog entries 2001-10-09 and 2001-10-10
12316
12317 2001-10-10 [darko]      0.6.3.claws5
12318
12319         * src/gtkstext.c
12320                 proper calculation of right margin if smart wrapping is enabled
12321         * src/compose.c
12322                 automatically wrap long lines if wrap quotation is enabled
12323
12324 2001-10-09 [alfons]     0.6.3.claws4
12325
12326         * src/summaryview.c
12327                 select correct row when deleting last row in the summary view (and
12328                 close bug "[ #469104 ] select second last in list when deleting")
12329
12330 2001-10-09 [paul]       0.6.3claws3
12331
12332         * sync with sylpheed 0.6.3cvs1
12333                 updated some autotool scripts
12334
12335 2001-10-09 [darko]      0.6.3claws2
12336
12337         * src/gtkstext.[ch]
12338                 new name and mark with Sylpheed comment
12339         * src/compose.c
12340                 smart quotation wrapping a-la VIM
12341
12342 2001-10-08 [paul]       0.6.3claws1
12343
12344         * sync with sylpheed 0.6.3 release
12345                 see ChangeLog entry 2001-10-08
12346
12347 2001-10-08 [paul]       0.6.2claws24
12348
12349         * src/summaryview.c
12350                 more sync with sylpheed 0.6.2cvs12
12351                 Fixed the bug that didn't select the last row correctly
12352
12353
12354 2001-10-07 [paul]       0.6.2claws23
12355
12356         * sync with sylpheed 0.6.2cvs12
12357                 see ChangeLog entry 2001-10-07
12358
12359 2001-10-06 [match]
12360         * src/jpilot.[ch]
12361                 enable jpilot to read unsynch'ed addresses.
12362
12363         * src/editldap_basedn.c
12364                 fix segfault when opening dialog.
12365
12366 2001-10-06 [alfons]     0.6.2.claws22
12367
12368         * src/summaryview.c
12369                 fix bug with summary view selecting last *inserted*
12370                 node instead of last *visible* node. remember we
12371                 work with a tree
12372
12373 2001-10-06 [paul]       0.6.2claws21
12374
12375         * po/pt_BR.po
12376                 updated translation, contains some fixes and new
12377                 translations, submitted by Gustavo Noronha Silva
12378                 <kov@debian.org>
12379
12380         * src/prefs_common.c
12381                 change 'each' to 'every' - fix dubious English
12382
12383         * sync with sylpheed 0.6.2cvs11
12384
12385 2001-10-05 [alfons]     0.6.2claws20
12386
12387         * src/mainwindow.[ch], src/folderview.c
12388                 make composite tool button switch between "Compose News"
12389                 and "Compose Mail" depending on selected folder
12390                 (nifty idea by Kim Schulz <kim@schulz.dk>)
12391
12392 2001-10-05 [paul]       0.6.2claws19
12393
12394         * src/mainwindow.c, src/summaryview.c
12395                 fix 'Message/Reply to all', broken in last commit
12396
12397         * src/compose.c
12398                 fix X_BEENTHERE seg fault, thanks to Alfons
12399
12400 2001-10-04 [paul]       0.6.2claws18
12401
12402         * src/compose.[ch], src/mainwindow.c
12403                 make "Message/Reply" reply to mailing lists; matches
12404                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
12405                 based on portions of the patch submitted by
12406                 Junichi Uekawa <dancer@netfort.gr.jp>
12407
12408 2001-10-04 [darko]      0.6.2claws17
12409
12410         * src/compose.c
12411                 better smart wrapping
12412         * src/gtkstext.[hc]
12413                 a function to make text buffer contiguous
12414
12415 2001-10-03 [paul]       0.6.2claws16
12416
12417         * sync with sylpheed 0.6.2cvs10
12418
12419 2001-10-02 [alfons]
12420
12421         * configure.in
12422         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
12423                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
12424                 references to chinese translations (hope someone picks up
12425                 this)
12426
12427 2001-10-02 [christoph]  0.6.2claws15
12428
12429         * src/compose.c
12430                 fixed non translated header bug
12431         * ChangeLog.claws
12432                 fixed wrong date in alfons last entry ;)
12433
12434 2001-10-02 [alfons]     0.6.2claws14
12435
12436         * src/compose.c, src/prefs_common.[ch]
12437                 add block cursor option
12438
12439 2001-10-02 [paul]       0.6.2claws13
12440
12441         * sync with sylpheed 0.6.2cvs9
12442
12443 2001-09-30 [paul]       0.6.2claws12
12444
12445         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
12446                 updated translations
12447
12448         * po/POTFILES.in
12449                 add 'src/importldif.c'
12450
12451         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
12452                 added eudora-to-vCard conversion tool
12453                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
12454
12455         * sync with sylpheed 0.6.2cvs8
12456
12457 2001-09-30 [paul]
12458
12459         * sylpheed-0.6.2claws released
12460
12461 2001-09-27 [melvin]     0.6.2claws11
12462
12463         * src/gtkspell.c
12464                 fixed crash when using default path (introduced 
12465                 in 0.6.2claws10)
12466                 fixed tiny bug for initial suggestion mode
12467
12468 2001-09-27 [melvin]     0.6.2claws10
12469         
12470         * src/gtkspell.c
12471                 fixed bug where gtkpspell didn't set the path correctly
12472
12473         * README.claws
12474                 added a paragraph about spell checking
12475                 
12476
12477
12478 2001-09-27 [paul]       0.6.2claws9
12479
12480         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
12481                 replace '// comments' with '/* comments */' to prevent
12482                 some compiler warnings 
12483
12484         * sync with sylpheed 0.6.2cvs6
12485
12486 2001-09-26 [alfons]     0.6.2claws8
12487
12488         * src/messageview.c
12489                 introduce return receipt request notification again,
12490                 which was lost because of other semantics in 
12491                 procheader_parse() (???)
12492
12493 2001-09-26 [christoph]  0.6.2claws7
12494
12495         * src/compose.c
12496                 replace comments for old code with #if 0
12497                 readded auto cc, bcc and reply-to
12498         * src/prefs_matcher.c
12499         * src/prefs_scoring.c
12500                 removed some definition (was moved to
12501                 prefs.h)
12502
12503 2001-09-26 [paul]       0.6.2claws6
12504
12505         * src/mainwindow.c
12506                 make 'Follow-up and reply to' sensitive
12507
12508         * more sync with sylpheed 0.6.2cvs5
12509
12510 2001-09-25 [melvin]
12511
12512         * 0.6.2claws5
12513
12514         * src/gtkspell.c
12515                 fixed bug for "US-ASCII" introduced by the encoding code
12516
12517 2001-09-25 [paul]
12518
12519         * 0.6.2claws4
12520
12521         * src/prefs_common.[ch], src/summaryview.c
12522                 'next unread msg' 'go to next folder?' dialog can be
12523                 given default behaviour, either always show dialog,
12524                 or assume 'yes', or assume 'no'
12525                 Submitted by wwp <subscript@free.fr>
12526
12527 2001-09-25 [melvin]
12528                 
12529         * src/compose.c src/gtkspell.[ch]
12530                 added support for different encodings
12531
12532 2001-09-25 [paul]
12533
12534         * more sync with sylpheed 0.6.2cvs5
12535
12536 2001-09-24 [alfons]
12537         
12538         * src/prefs_folder_item.c
12539                 add check for item->prefs->default_to string is NULL and
12540                 add another check when freeing this string
12541
12542 2001-09-24 [paul]
12543
12544         * configure.in
12545                 change to version 0.6.2claws3
12546
12547         * sync with sylpheed 0.6.2cvs5 
12548
12549 2001-09-24 [match]
12550         * src/ldif.[ch], src/importldif.[ch], addressbook.c
12551                 import LDIF files.
12552         * src/addrcache.[ch], addrindex.[ch]
12553                 small update for future
12554         * src/addrbook.c
12555                 fix test XML file.
12556
12557 2001-09-24 [melvin]
12558         * src/gtkspell.[ch]
12559                 added 'Learn from mistakes' option
12560                 better handling of quotes in checked words
12561                 sorted dict list
12562         * po/fr.po
12563                 small update for spell checking stuff
12564
12565 2001-09-23 [alfons]
12566         
12567         * src/gtkspell.c
12568                 edit a little bit so it complies more with main coding style
12569
12570 2001-09-23 [alfons]
12571
12572         * src/folder.[ch], prefs_folder_item.c, compose.c
12573                 migrate "request return receipt" folder property
12574                 to folderlist.xml
12575
12576 2001-09-22 [alfons]
12577
12578         * README.claws **NEW**
12579                 (add things of interest for users of main branch 
12580                 and claws here)
12581
12582         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
12583                 re-implement threading per folder option, but store 
12584                 the setting in folderlist.xml (where it belongs)
12585
12586 2001-09-21 [melvin]
12587
12588         * src/gtkspell.[ch]
12589                 fixed bug when compose window is under another window
12590         * src/prefs_common.[ch] src/compose.c
12591                 changed 'dictionary_path' to 'dictionary' to be consistent
12592                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
12593         * ac/pspell.m4 src/Makefile.am 
12594                 dropped PSPELL_PATH macro
12595         * po/fr.po
12596                 updated translations
12597
12598 2001-09-21 [christoph]
12599
12600         * src/compose.c
12601                 added border around header fields
12602                 keep header type when new field is added
12603
12604 2001-09-20 [christoph]
12605
12606         * src/utils.[ch]
12607                 more portable debug_print with source filename
12608                 and linenumber
12609         * src/procmsg.c
12610                 more newlines after debug messages
12611
12612 2001-09-20 [paul]
12613
12614         * configure.in
12615                 change to version 0.6.2claws2
12616
12617         * sync with sylpheed 0.6.2cvs3
12618
12619 2001-09-19 [melvin]
12620
12621         * src/gtkspell.c
12622                 fixed the post-right-click focus pb
12623                 fixed crash when 'Spell check all' after dict change 
12624                         and when cursor is at the end of the text
12625                 shift-right-click pops up config menu even on misspelled words.
12626         * po/POTFILES.in
12627                 added gtkspell.c
12628
12629 2001-09-19 [melvin]
12630
12631         * src/about.c
12632                 added pspell to compiled-in features list
12633
12634 2001-09-18 [melvin]
12635
12636         * switched to pspell and dropped ispell
12637         * ac/pspell.m4
12638                 new file. autoconf macro for pspell
12639         * ac/Makefile.am 
12640         * configure.in acconfig.h
12641                 added pspell support
12642         * src/Makefile.am
12643         * src/main.c src/compose.[ch] src/gtkspell.[ch]
12644         * src/prefs_common.[ch] 
12645                 added pspell support
12646
12647 2001-09-18 [christoph]
12648
12649         * src/addr_compl.c
12650         * src/template.[ch]
12651                 replace LOG_MESSAGE with debug_print
12652         * src/compose.[ch]
12653                 gui improvements
12654         * src/menu.c
12655                 added newline after debug message
12656         * src/utils.h
12657                 using __VA_ARGS__ for debug_print macro
12658         * tools/.cvsignore
12659                 ignore Makefile and Makefile.in
12660
12661 2001-09-18 [paul]
12662
12663         * configure.in
12664                 change to version 0.6.2claws1
12665         * sync with sylpheed 0.6.2cvs1
12666
12667         * src/matcher.c 
12668         * src/prefs_matcher.c
12669                 add 'score equal to' option, submitted by
12670                 Paul Evans <nerd@freeuk.com>
12671
12672 2001-09-15 [christoph]
12673
12674         * src/mainwindow.c
12675                 comment out menu entry not existing in claws
12676         * src/menu.c
12677                 add debug output for non existing menu entries
12678         * src/summaryview.c
12679                 fix next/prev unread message for ignored threads
12680         * src/utils.[ch]
12681                 add sourcefile and line number to debug output
12682                 otherwise it is sometimes hard to find the
12683                 source code part if debug messages are translated
12684
12685 2001-09-14 [darko]
12686         
12687         * src/folderview.c
12688                 refresh target folder style after colour is changed
12689
12690 2001-09-13 [paul]
12691
12692         * configure.in
12693                 change to version 0.6.1claws3
12694
12695         * sync with sylpheed 0.6.1cvs6
12696
12697 2001-09-13 [darko]
12698         
12699         * src/folderview.c
12700                 fix target folder colourization to use user selected colour
12701
12702 2001-09-12 [darko]
12703         
12704         * src/summaryview.c
12705                 fix crash when message that is marked for copy/move is unmarked
12706
12707 2001-09-09 [paul]
12708
12709         * configure.in
12710                 change to version 0.6.1claws2
12711
12712         * sync with sylpheed 0.6.1cvs3
12713
12714 2001-09-09 [alfons]
12715         
12716         * src/folderview.c
12717                 fix bug with default font used for trash folder text
12718
12719 2001-09-06 [paul]
12720
12721         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
12722                 updated translations
12723
12724         * configure.in
12725                 change to version 0.6.1claws1
12726
12727         * sync with sylpheed 0.6.1cvs2
12728
12729 2001-09-03 [paul]
12730
12731         * po/POTFILES.in
12732                 add Match's new addressbook
12733
12734         * po/de.po
12735                 updated translation submitted by Jens Oberender
12736
12737 2001-09-02 [paul]
12738
12739         * configure.in
12740                 change to 0.6.1claws
12741         * sync with sylpheed 0.6.1 release
12742
12743 2001-09-02 [paul]
12744
12745         * configure.in
12746                 change to 0.6.0claws2
12747
12748         * sync with sylpheed 0.6.0cvs4
12749
12750         * po/pt_BR.po
12751                 updated translation submitted by Fabio Junior Beneditto
12752
12753 2001-09-01 [match]
12754         * pixmaps/
12755                 interface.xpm
12756                 book.xpm
12757                 address.xpm
12758         * src/
12759                 Makefile.am
12760                 a ton of new files
12761
12762 2001-08-31 [paul]
12763
12764         * configure.in
12765                 change to version 0.6.0claws1
12766
12767         * sync with sylpheed 0.6.0cvs1
12768
12769         * po/es.po
12770                 updated translation submitted by Ricardo Mones Lastra
12771
12772         * po/POTFILES.in
12773                 add 'src/prefs_templates.c'
12774
12775         * src/compose.c, src/summaryview.c
12776                 fix segfault on 'Re_edit'               
12777
12778 2001-08-30 [alfons]
12779
12780         * configure.in, Makefile.am
12781         * tools/Makefile.am
12782                 add tools directory to source distribution
12783
12784 2001-08-30 [paul]
12785
12786         * configure.in
12787                 change to version 0.6.0claws
12788
12789         * sync with sylpheed 0.6.0 release
12790
12791 2001-08-30 [christoph]
12792
12793         * configure.in
12794                 removed autoconf version check
12795
12796 2001-08-30 [paul]
12797
12798         * src/account.c, src/compose.c, src/prefs_common.[ch]
12799         * src/procheader.[ch] src/utils.[ch]
12800                 Enhanced automatic account selection on replies
12801                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
12802
12803         * configure.in
12804                 add LDAP and JPilot to the configuration results output.
12805
12806 2001-08-29 [christoph]
12807
12808         * src/summeryview.c
12809                 no bold font for ignored threads
12810
12811 2001-08-29 [paul]
12812
12813         * configure.in
12814                 change to version 0.5.3claws6
12815
12816         * sync with sylpheed 0.5.3cvs10
12817                 src/stringtable.[ch]: New Files
12818
12819         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
12820         * src/pixmaps/sylpheed.xpm
12821                 add mini-icons to windows (by Alfons)
12822
12823 2001-08-27 [paul]
12824
12825         * src/mainwindow.c
12826                 new functions: next_labeled_cb(), prev_labeled_cb()
12827
12828         * src/summaryview.c
12829                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
12830                 summary_select_next_labeled(), summary_select_prev_labeled()
12831
12832         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
12833                 give claws blue folders and a blue trash can
12834
12835 2001-08-27 [paul]
12836
12837         * configure.in
12838                 change to version 0.5.3claws5
12839
12840         * sync with sylpheed 0.5.3cvs9
12841                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
12842
12843 2001-08-24 [christoph]
12844
12845         * src/filesel.c
12846                 keep filename when browsing directories
12847                 (not working for user entered filename, but
12848                  for default name and selected filename from
12849                  file list)
12850         * src/mainwindow.c
12851                 fixed wrong spelling "Folllow-up"
12852         * src/mbox_folder.c
12853         * src/procmsg.c
12854         * src/summaryview.c
12855                 fixed new/unread message count with ignored
12856                 threads (2 commits, first didn't notice no
12857                 longer needed decreasing)
12858         * src/inc.c
12859                 readded scrolling of progress dialog
12860                 (lost in sync)
12861
12862 2001-08-24 [paul]
12863
12864         * configure.in
12865                 change to 0.5.3claws4
12866
12867         * sync with sylpheed 0.5.3cvs7
12868
12869 2001-08-24 [christoph]
12870
12871         * src/compose.c
12872                 set request return receipt when replying
12873                 if it is set is the folder prefs of the
12874                 message
12875         * src/inc.c
12876                 disable final error popup if popups are
12877                 disabled in config (again)
12878
12879 2001-08-23 [paul]
12880
12881         * configure.in
12882                 Change version number to 0.5.3claws3
12883
12884         * sync with sylpheed 0.5.3cvs5
12885
12886         * src/mimeview.c
12887                 double quote '%s' in 'gedit %s' to fix bug when
12888                 opening attachment with spaces in the name
12889
12890 2001-08-22 [alte]
12891         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
12892           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
12893                 initial message templates support
12894
12895
12896 2001-08-22 [paul]
12897
12898         * configure.in
12899                 change version number to 0.5.3claws2
12900
12901         * sync with sylpheed 0.5.3cvs4
12902
12903         * src/procmsg.h src/summaryview.c
12904                 re-implement (un)ignore thread
12905
12906 2001-08-21 [paul]
12907
12908         * src/summaryview.c
12909                 remove unnecessary code
12910         * src/compose.c
12911                 enable 'dynamic' signatures (submitted by
12912                 Eric Limpens <eric@hscg-internet.nl>)
12913
12914 2001-08-21 [paul]
12915
12916         clean up after sync with sylpheed 0.5.3 release
12917
12918         * src/folderview.c
12919                 fix re-introduced font mess, see Christoph's
12920                 entry 2001-06-24
12921
12922         * src/summaryview.c
12923                 remove prev_msgnum
12924                 use sylpheed's small font instead of
12925                 gtk default font for summary view
12926
12927
12928 2001-08-17 [paul]
12929
12930         * configure.in
12931                 add pl to ALL_LINGUAS - sync with main branch
12932
12933         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
12934                 Updated. Translations by Jens Oberender, Ricardo Mones
12935                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
12936
12937         * po/pl.po  ** NEW FILE **
12938                 sync with the main branch
12939
12940         * src/folderview.c
12941                 fix target folder colorizing and refresh problem
12942
12943
12944 2001-08-17 [christoph]
12945
12946         * src/mainwindow.c
12947                 claws uses 4 colors for target folder coloring.
12948                 arrays were not long enough and destroyed the
12949                 stack causing a segfault.
12950                 target folder colorizing does not work anymore
12951                 for me
12952
12953 2001-08-16 [paul]
12954
12955         * configure.in
12956                 change to version 0.5.3claws1
12957
12958         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
12959           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
12960           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
12961
12962                 sync with sylpheed 0.5.3 release, but keep claws method of
12963                 configuring/saving fonts
12964
12965         * src/addressbook.[ch]
12966                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
12967                 in line with a similar change in Hiroyuki's branch
12968
12969         * src/mainwindow.[ch]
12970                 disable main_window_set_thread_option()
12971         * src/prefs_folder_item.c
12972                 comment out &tmps_prefs.enable_thread,
12973         * src/mbox_folder.c, src/procmsg.[ch]
12974                 comment out MSG_IS_IGNORE_THREAD
12975         * src/summaryview.c
12976                 comment out summary_ignore_thread() and summary_unignore_thread()
12977                 comment out MSG_IS_IGNORE_THREAD
12978
12979                 use Hiroyuki's threading instead.
12980
12981
12982
12983 2001-08-15 [paul]
12984
12985         * src/account.c
12986                 use Hiroyuki's 0.5.3 column scheme but also
12987                 include the enable/disable button.
12988         * src/pixmaps/mark.xpm
12989                 add Hiroyuki's amended pixmap
12990
12991 2001-08-13 [christoph]
12992
12993         * src/account.c
12994                 receive at get all column showed wrong state for APOP
12995                 button should only work for POP3 and APOP accounts
12996         * src/prefs_account.c
12997                 added missing preprocessor statement for SSL
12998
12999 2001-08-12 [paul]
13000
13001         * src/account.[ch]
13002                 add 'receive at get all' column and enable/disable
13003                 button.
13004
13005 2001-08-06 [christoph]
13006
13007         * src/account.c
13008                 show usage of SSL in protocol column
13009
13010         * src/imap.c
13011         * src/inc.c
13012                 renamed ssl options
13013
13014         * src/prefs_account.[ch]
13015                 moved ssl options to a new page
13016
13017         * src/send.c
13018         * src/smtp.c
13019         * src/ssl.[ch]
13020                 renamed ssl options
13021                 added support for SMTP STARTTLS command
13022
13023 2001-08-05 [christoph]
13024
13025         * configure.in
13026                 debian autoconf needs version check to find
13027                 correct autoconf version. if the file is
13028                 named configure.in 2.13 is used, which does
13029                 not work with this configure.in script.
13030                 other solution would be to rename the script
13031                 to configure.ac as suggested in the autoconf
13032                 manual.
13033
13034         * src/inc.c
13035                 disable final error popup if popups are
13036                 diabled in config
13037
13038         * src/socket.c
13039                 bugfix in ssl_gets
13040                 fixes IMAP over SSL problem
13041
13042 2001-08-03 [paul]
13043
13044         * configure.in
13045                 change to 0.5.2claws1
13046
13047         * sync with sylpheed 0.5.2cvs1
13048
13049 2001-08-02 [alfons]
13050
13051         * configure.in
13052                 quick fix for ispell detection...
13053
13054 2001-08-01 [paul]
13055
13056         * configure.in
13057                 change to 0.5.1claws4
13058
13059         * sync with sylpheed 0.5.1cvs7
13060
13061 2001-07-31 [alfons]
13062
13063         * src/prefs_common.c, src/prefs_common.h, 
13064           src/gtkspell.c, src/gtkspell.h
13065                 add global spelling checker settings (compose tab) +
13066                 selection of dictionary 
13067           
13068         * configure.in  
13069                 guess valid ispell location
13070
13071 2001-07-31 [paul]
13072
13073         * po/POTFILES.in
13074                 removal of 'src/quote_fmt_parse.c'
13075         * po/de.po
13076                 Updated de.po
13077                 (submitted by Jens Oberender <didge@suse.de>)
13078
13079 2001-07-31 [darko]
13080
13081         * src/folder.[ch]
13082         * src/folderview.[ch]
13083         * src/mainwindow.c
13084         * src/mh.c
13085         * src/prefs_common.[ch]
13086         * src/summaryview.c
13087                 target folder colourization
13088
13089 2001-07-30 [paul]
13090
13091         more sync with Sylpheed 0.5.1cvs6 
13092
13093 2001-07-30 [darko]
13094
13095         * src/mh.c
13096         * src/prefs_folder_item.[hc]
13097         * src/summaryview.c
13098                 shared folders support with a GUI
13099
13100 2001-07-29 [paul]
13101
13102         0.5.1claws3
13103
13104         * sync with Sylpheed 0.5.1cvs6
13105
13106 2001-07-29 [paul]
13107
13108         * po/pt_BR.po
13109                 updated
13110                 (submitted by Fabio Junior Beneditto)
13111
13112 2001-07-28 [paul]
13113
13114         * src/procmime.c
13115         * AUTHORS
13116                 patch to correct bad image mime headers
13117                 (submitted by Don Quijote <dq@searchlores.org>)
13118
13119 2001-07-28 [paul]
13120
13121         * tools/gif2xface.pl   **NEW FILE**
13122         * tools/README
13123                 script to convert file.gif to file.xface for
13124                 use in a custom header.
13125                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
13126
13127 2001-07-27 [alfons]
13128         
13129         * configure.in
13130                 change macros for detecting JPilot and LDAP
13131
13132 2001-07-27 [christoph]
13133
13134         * src/filtering.c
13135                 code cleanup (MIN / MAX warning, needed casting)
13136
13137 2001-07-27 [alfons]
13138
13139         * procheader.c
13140                 disallow setting flags when detecting certain headers
13141                 (X-Status, Status, Seen, X-Seen). 
13142         
13143         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
13144
13145 2001-07-27 [christoph]
13146
13147         * src/prefs_filter.c
13148         * src/prefs_filtering.c
13149         * src/prefs_matcher.c
13150         * src/prefs_scoring.c
13151                 scroll list when moving rows up or down
13152
13153         * src/imap.c
13154         * src/imap.h
13155         * src/prefs_account.c
13156         * src/prefs_account.h
13157         * src/send.c
13158                 SMTP over SSL (untested, feedback requested)
13159                 IMAP over SSL
13160
13161         * src/ssl.c
13162                 code cleanup
13163
13164 2001-07-26 [alfons]
13165         
13166         * configure.in, acconfig.h
13167                 define CLAWS (need this for main / claws detection)
13168
13169 2001-07-25 [alfons]
13170
13171         * configure.in
13172                 Sylpheed 0.5.1claws2
13173                 
13174         * sync with Sylpheed 0.5.1cvs4
13175
13176 2001-07-25 [christoph]
13177
13178         * src/scoring.c
13179                 fixed segfault
13180                 item->prefs == NULL (don't know why)
13181
13182 2001-07-25 [alfons]
13183
13184         * configure.in
13185                 Sylpheed 0.5.1claws1
13186
13187         * sync with Sylpheed 0.5.1cvs1-3
13188
13189 2001-07-24 [christoph]
13190
13191         * src/folderview.c
13192         * src/prefs_folder_item.[ch]
13193                 added folderitem preferences dialog with
13194                 default To: and auto request return receipt
13195
13196         * src/compose.[ch]
13197         * src/menu.[ch]
13198                 changes to handle new folderitem preferences
13199
13200         * src/mainwindow.c
13201         * src/summaryview.c
13202                 call compose new mail with current folderitem
13203
13204 2001-07-24 [alfons]
13205
13206         Release Sylpheed 0.5.1claws
13207
13208         * configure.in
13209                 change to release version 0.5.1claws
13210
13211 2001-07-24 [christoph]
13212
13213         * src/summaryview.c
13214                 fixed segfault that happend when the selected
13215                 message was removed while retrieving new messages.
13216
13217         * po/es.po
13218                 updated translation
13219                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
13220
13221 2001-07-22 [alfons]
13222
13223         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
13224         this is a work in progress, for more information: http://nlpagan.net/sylman 
13225         
13226         * configure.in, src/mainwindow.c, manual/Makefile.am
13227                 add support for English manual
13228
13229         * AUTHORS
13230                 add authors of user manuals
13231
13232         * manual/en/sylpheed*.html
13233                 add English documentation
13234
13235 2001-07-22 [christoph]
13236
13237         * po/POTFILES.in
13238                 added src/ssl.c
13239         * src/ssl.c
13240                 changed a wrong debug message
13241
13242 2001-07-22 [alfons]
13243
13244         * po/nl.po
13245                 update Dutch translation
13246
13247         * src/prefs_filtering.c, 
13248           src/prefs_matcher.c
13249                 add more translatable strings           
13250
13251 2001-07-21 [alfons]
13252
13253         0.5.0claws7
13254
13255         * configure.in
13256                 change version
13257
13258         * src/inc.c, src/summaryview.[ch]
13259                 prevent update of mark file when filtering has done, by
13260                 using a variable; this affects two functions:
13261                         inc.c::inc_finished()
13262                         summaryview.c::summary_show()
13263
13264 2001-07-20 [alfons]
13265
13266         * src/filtering.[ch], src/prefs_filtering.c, 
13267           src/matcher.[ch]
13268                 add filtering action for label coloring 
13269
13270         * po/POTFILES.in
13271                 add labelcolors.c
13272
13273         * added src/labelcolors.c
13274         * added src/labelcolors.h
13275         * src/Makefile.am, src/summaryview.c
13276                 rearrange label coloring code
13277
13278         * src/procmsg.h
13279                 add more parentheses so label colouring works correctly
13280
13281         * src/filtering.c
13282                 don't really delete message, but move it to Trash
13283
13284         * src/prefs_matcher.c
13285                 add quote options to info dialog
13286
13287 2001-07-20 [christoph]
13288
13289         * src/Makefile.am
13290         * src/inc.c
13291         * src/main.[ch]
13292         * src/socket.h
13293         * src/ssl.[ch] (new)
13294                 moved ssl stuff to a seperate file
13295
13296 2001-07-20 [darko]
13297
13298         * src/summaryview.c
13299                 fix show sender using address book with no e-mail
13300                 address in From: field
13301
13302 2001-07-19 [alfons]
13303
13304         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
13305                 fix messy handling of escaping... now at least the
13306                 execute command is useful. escape char is '\', we
13307                 accept \n and \r too. 
13308
13309                 Real life example:
13310                 
13311                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
13312                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
13313
13314 2001-07-18 [alfons]
13315
13316         0.5.0claws6
13317
13318         * src/summaryview.c
13319                 clean up
13320
13321         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
13322           src/procmsg.[ch]
13323                 revise filtering; currently move, copy, marking have
13324                 been tested. if you like bleeding edge stuff, you
13325                 should definitely go for this version :)
13326
13327         * mark old working stuff as VERSION_0_5_0_CLAWS5        
13328
13329 2001-07-17 [christoph]
13330
13331         * src/utils.c
13332                 timestamp log
13333
13334 2001-07-17 [alfons]
13335
13336         0.5.0claws5
13337
13338         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
13339           bits in the mark file, without affecting either branch. Lots of
13340           files changed, also in claws branch.
13341
13342           UNTESTED: use of mbox folders
13343
13344         * src/summaryview.c
13345                 added mark all read; however this was a quick hack used for
13346                 cleaning up mess after initial merge with Hiroyuki
13347
13348         * configure.in
13349                 change claws version number back to 0.5.0claws5 to clear up 
13350                 confusion & pretension (recent release was technically 
13351                 0.5.0claws4, so we neatly align with Hiroyuki :-)
13352
13353 2001-07-16 [alfons]
13354
13355         sync with Hiroyuki's 0.5.0cvs4
13356
13357 2001-07-16 [alfons]
13358
13359         0.5.1claws3
13360
13361         * src/filtering.[ch]
13362                 remove invalid updating of mark files for 
13363                 filter actions MATCHING_ACTION_MOVE and 
13364                 MATCHING_ACTION_DELETE; this should fix the
13365                 folder update bug
13366                 
13367         * src/procmsg.c
13368                 revert Christoph's stab at fixing the folder 
13369                 update bug
13370
13371         * po/POTFILES.in
13372                 add missing files with translatable strings
13373
13374         * src/summaryview.c
13375                 remove debug print
13376
13377 2001-07-15 [alfons]
13378
13379         * src/addr_compl.[ch], src/prefs_filtering.c
13380                 make "filtering pref dialog's destination entry" an
13381                 "address completable entry", if filter destination is 
13382                 an email address
13383
13384         0.5.1claws2
13385         
13386         sync with Hiroyuki's 0.5.0cvs2-3
13387
13388 2001-07-15 [christoph]
13389
13390         * src/procmsg.c
13391                 fixed folder stats update after incorporation
13392
13393 2001-07-15 [alfons]
13394
13395         * src/summaryview.c
13396                 * finish label colouring stuff (for now)
13397                 * fix incorrect colour bug (off by one) 
13398
13399 2001-07-14 [alfons]
13400
13401         * src/mainwindow.c
13402                 change text labels for news and mail message so there's
13403                 plenty of toolbar estate left
13404
13405         * configure.in
13406                 0.5.1claws1
13407
13408         * src/folderview.c
13409           src/folder.[ch]
13410                 sync with Hiroyuki's 0.5.0cvs1
13411
13412         * src/summaryview.c
13413                 more rewrite label colouring
13414
13415 2001-07-14 [alfons]
13416
13417         * src/summaryview.[ch]
13418                 * start rewrite label colouring 
13419                 * fix proper location "Add Sender To Addressbook" menu item
13420
13421 2001-07-13
13422
13423         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
13424         (actually this is 0.5.0claws4)
13425
13426 2001-07-13 [alfons]
13427
13428         * po/pt_BR.po
13429                 * fix duplicate message
13430                 * add updated Portugese / Brazilian translation
13431                   submitted by Fabio Junior Beneditto
13432
13433 2001-07-12 [alfons]
13434
13435         * AUTHORS
13436                 add Jens
13437
13438         * po/nl.po
13439                 add updated Dutch translation
13440
13441         * po/de.po
13442                 add updated German translation submitted by Jens
13443
13444 2001-07-11 [alfons]
13445
13446         Prerelease before 0.5.0claws. Please test.
13447         This version is temporarily tagged as VERSION_0_5_0_TEST
13448
13449         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
13450           src/prefs_scoring.c, src/prefs_matcher.c, 
13451           src/prefs_filtering.c, src/mbox.c, 
13452           src/main.c, src/inc.c, src/filtering.[ch]
13453                 revert new Hoa's new matcher (does not work yet)
13454
13455         * src/Makefile.am
13456                 clean up
13457
13458 2001-07-10
13459
13460         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
13461
13462
13463 2001-07-10 [alfons]
13464
13465         * Makefile.am
13466                 add ChangeLog.claws to EXTRA_DIST
13467         * src/Makefile.am
13468                 add matcher_parser_parse.h to EXTRA_DIST
13469
13470 2001-07-10 [christoph]
13471
13472         * src/inc.c
13473                 add destination folder to table of
13474                 folders that need to be updated after
13475                 incorporation
13476
13477 2001-07-10 [alfons]
13478
13479         * folder.[ch]
13480           folderview.c
13481                 make collapse state of folders and folder items persistent, i.e.
13482                 if you collapse a folder tree, the next time sylpheed-claws starts 
13483                 up the folder tree remains collapsed.  
13484                 
13485 2001-07-10 [christoph]
13486
13487         * acconfig.h
13488         * configure.in
13489                 added --enable-ssl
13490         * src/md5.[ch]
13491                 renamed MD5_CTX to MD5_CTX_syl
13492                 conflicts with a struct in openssl
13493         * src/inc.c
13494         * src/main.[ch]
13495         * src/prefs_account.[ch]
13496         * src/socket.[ch]
13497                 SSL support for POP
13498         * src/mainwindow.c
13499                 fixed compose with current account
13500                 broken by new compose button stuff
13501
13502 2001-07-09 [hoa]
13503
13504         * AUTHORS
13505                 changed my email address
13506
13507         * src/matcher_parser_parse.y
13508                 clean the parser to remove conflicts
13509
13510 2001-07-09 [alfons]
13511
13512         * AUTHORS
13513                 add Match Grun
13514
13515         * configure.in
13516                 fix incorrect description of --enable-ldap parameter
13517
13518         * src/prefs_common.[ch]
13519           src/compose.c
13520                 add experimental option "smart wrapping" which makes the
13521                 compose editor auto wrap.
13522                 
13523                 | TODO: the problem with the buggy cursor handling is caused |
13524                 | by the GtkText. when deleting / backspacing text its       |
13525                 | wrapping algorithm does not take in account the previous   |
13526                 | line. should find a way to hack this in.                   |
13527                 | or should perhaps combine this with the word wrapping      |
13528                 | patch i wrote in january.                                  |
13529
13530         * src/about.c
13531                 show build parameters for LDAP and JPilot
13532
13533         * src/summaryview.c
13534                 revert Christoph's bugfix for selecting next unread message, 
13535                 because folder stats aren't updated correctly
13536
13537 2001-07-08 [hoa]
13538
13539         * src/filtering.c
13540         * src/mainwindow.c
13541         * src/matcher.c
13542         * src/matcher_parser_lex.l
13543         * src/matcher_parser_parse.y
13544         * src/prefs_filtering.c
13545         * src/prefs_scoring.c
13546         * src/scoring.c
13547                 bugfix of the config file parser
13548
13549 2001-07-08 [alfons]
13550
13551         * src/Makefile.am
13552                 added generated matcher sources to BUILT_SOURCES
13553
13554 2001-07-08 [hoa]
13555
13556         * src/Makefile.am
13557         * src/.cvsignore
13558                 added new config file parser
13559
13560         * src/scoring.[ch]
13561         * src/filtering.[ch]
13562         * src/matcher.[ch]
13563         * src/prefs_filtering.c
13564         * src/prefs_matcher.c
13565         * src/prefs_scoring.c
13566         * added src/matcher_parser.h
13567         * added src/matcher_parser_lex.h
13568         * added src/matcher_parser_lex.l
13569         * added src/matcher_parser_parse.y
13570                 lex & yacc config file parser
13571
13572         * src/mbox.c
13573         * src/inc.c
13574         * src/main.c
13575                 changes prefs_filtering into global_filtering           
13576
13577         * src/summaryview.c
13578                 build threads with subjects only if "Re: " is at the
13579                 beginning of the subject
13580
13581 2001-07-07 [paul]
13582
13583         0.5.0claws
13584
13585         sync with sylpheed 0.5.0
13586                 change of version number only
13587
13588 2001-07-06 [paul]
13589
13590         0.5.0claws5
13591
13592         sync with sylpheed 0.5.0pre5
13593
13594 2001-07-05 [paul]
13595
13596         sync with sylpheed 0.5.0pre4 release
13597                 /po and /manual/ja not sync'ed
13598
13599 2001-07-04 [paul]
13600
13601         more sync with sylpheed 0.5.0pre4
13602
13603 2001-07-03 [christoph]
13604
13605         * src/addressbook.c
13606                 fixed address book broken by address book
13607                 for VCard, JPilot, LDAP
13608
13609 2001-07-03 [alfons]
13610
13611         * src/matcher.c
13612         * src/textview.c
13613                 stopped memory leaks
13614
13615 2001-07-03 [paul]
13616
13617         more sync with sylpheed 0.5.0pre4
13618
13619 2001-07-02 [match]
13620
13621         * included address book patch for VCard, JPilot, LDAP
13622         * pref_common.c - fixed Font options on Display tab (cosmetic)
13623         * alertpanel.c - fixed truncated message
13624
13625 2001-07-02 [christoph]
13626
13627         * src/mbox_folder.c
13628         * src/procmsg.[ch]
13629         * src/summaryview.c
13630                 mark threads for ignoring
13631
13632 2001-07-02 [paul]
13633
13634         0.5.0claws4
13635
13636         * sync with sylpheed 0.5.0pre4
13637                 updated gettext to 0.10.38.
13638
13639 2001-07-01 [paul]
13640
13641         * src/ mainwindow.c
13642         * src/procmsg.h
13643         * src/summaryview.[ch]
13644                 new right-click option: Label.
13645                 substitute for 'Mark-->Mark/Unmark', colours the line.
13646                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
13647
13648 2001-07-01 [christoph]
13649
13650         * src/folderview.c
13651                 fixed font for trash
13652         * src/summaryview.c
13653                 move ctree to unread message
13654
13655 2001-07-01 [paul]
13656
13657         * sync with sylpheed 0.5.0pre3 release
13658
13659 2001-06-30 [alfons]
13660
13661         * src/filesel.[ch]
13662         * src/compose.c
13663                 allow inserting / attaching multiple files in
13664                 the composer window
13665
13666 2001-06-30 [paul]
13667
13668         * src/codeconv.c
13669                 small change to Alfons' previous stuff so that it
13670                 actually makes
13671
13672 2001-06-30 [alfons]
13673
13674         * lots of files changed; first attempt to merge the changes
13675           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
13676
13677 2001-06-30 [paul]
13678
13679         * po/pt_BR.po
13680                 updated and completed, translations by Fabio
13681                 Junior Beneditto <fjbeneditto@yahoo.com.br>
13682
13683 2001-06-29 [alfons]
13684
13685         * src/compose.c
13686         * src/mimeproc.[ch]
13687                 allow selecting an attached files' mime type from a 
13688                 list of types.
13689
13690 2001-06-29 [paul]
13691
13692         * more sync with sylpheed 0.5.0pre3
13693
13694 2001-06-29 [paul]
13695
13696         * po/pt_BR.po
13697                 merge with sylpheed.pot and pt_BR.po provided by
13698                 Fabio Junior Beneditto.
13699
13700 2001-06-29 [darko]
13701
13702         * src/procmime.c
13703                 make MIME types case insensitive
13704
13705 2001-06-28 [alfons]
13706
13707         * po/nl.po
13708                 merge with sylpheed.pot and old nl.po; translations added.
13709
13710 2001-06-28 [paul]
13711
13712         * more sync with sylpheed 0.5.0pre3
13713
13714 2001-06-27 [alfons]
13715
13716         * src/summaryview.c
13717                 don't crash when removing parent node of messages
13718                 attracted by subject. this was caused by not deleting
13719                 the parent node from the subject line hash table.
13720
13721 2001-06-27 [alfons]
13722
13723         * src/summaryview.c
13724         * src/compose.[ch]
13725         * src/mainwindow.c
13726                 if there are multiple messages selected, allow forwarding
13727                 them as attachments.
13728
13729 2001-06-27 [paul]
13730
13731         * more sync with sylpheed 0.5.0pre3
13732
13733 2001-06-26 [paul]
13734
13735         0.5.0claws3
13736
13737         * sync with sylpheed 0.5.0pre3
13738
13739 2001-06-25 [paul]
13740
13741         * src/mainwindow.c
13742                 fixed 'compose news article' bug
13743                 from icon-and-text toolbar
13744
13745 2001-06-25 [paul]
13746
13747         * sync with sylpheed 0.5.0pre2 release
13748
13749 2001-06-24 [christoph]
13750
13751         * src/prefs_common.c
13752                 bug fix in font selection
13753         * src/folderview.c
13754                 use sylpheed's normal font instead of
13755                 gtk default font for folders without
13756                 new messages
13757
13758 2001-06-24 [alfons]
13759
13760         * src/mainwindow.[ch]
13761                 added composite compose mail / news button (an idea by Leandro
13762                 Pereira <leandro@linuxmag.com.br>)
13763
13764 2001-06-24 [paul]
13765
13766         Added instructions for ldif-to-xml.py
13767
13768         * tools/README
13769
13770 2001-06-23 [alfons]
13771
13772         Some minor things.
13773
13774         * src/pixmaps/stock_news_compose.xpm
13775                 added pixmap by Leandro
13776         * src/prefs_common.c
13777                 tested built-in spelling checker of GCC 3.0 :)
13778         * po/nl.po
13779                 merged dutch translation of sylpheed-main with
13780                 sylpheed.pot
13781
13782 2001-06-23 [paul]
13783
13784         Added tools directory and files.
13785
13786         * tools/filter_conv.pl
13787                 converts old filter system to new filtering system
13788         * tools/ldif-to-xml.py
13789                 converts netscape addressbook to sylpheed addressbook
13790         * tools/README
13791                 descriptions/instructions for above two files
13792
13793 2001-06-23 [christoph]
13794
13795         * src/inc.c
13796         * src/manage_window.[ch]
13797         * src/prefs_common.[ch]
13798                 mail retrieval dialog can be enabled, disabled
13799                 or hidden if non of sylpheed's windows is active
13800
13801 2001-06-22 [paul]
13802
13803         0.5.0claws2
13804
13805         * sync with sylpheed 0.5.0pre2
13806
13807 2001-06-21 [christoph]
13808
13809         * src/summaryview.c
13810                 show recipient on 'from' for all accounts
13811                 
13812         * src/inc.c
13813         * src/prefs_common.[ch]
13814                 disable error popup on mail receive errors
13815
13816 2001-06-21 [alfons]
13817
13818         * src/compose.c
13819                 made the ruler correctly appear and disappear.
13820
13821         * src/Makefile.am
13822                 removed Hoa's work-in-progress-stuff (interesting!) so 
13823                 claws compiles ok.
13824
13825 2001-06-20 [christoph]
13826
13827         * src/inc.c
13828         * src/progressdialog.c
13829                 added scrolled window for list in progressdialog
13830
13831 2001-06-20 [paul]
13832
13833         sync with sylpheed 0.5.0pre1 release
13834
13835 2001-06-20 [christoph]
13836
13837         * src/summeryview.c
13838                 make building threads by subject work when
13839                 thread view is enabled
13840                 
13841         * src/compose.c
13842         * src/prefs_common.[ch]
13843                 automatically select account for mail replys
13844
13845 2001-06-19 [sergey]
13846
13847         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
13848         they are filled in from the account settings.
13849
13850 2001-06-19 [paul]
13851
13852         * more sync with sylpheed 0.5.0pre1
13853
13854 2001-06-18 [alfons]
13855
13856         * src/Makefile.am,
13857           src/procmime.c
13858                 added --sysconfdir to CPPFLAGS for pointing to the correct
13859                 location of mime.types. 
13860
13861                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
13862                 or ./configure!
13863
13864 2001-06-18 [hoa]
13865
13866         * src/summaryview.c
13867                 fixed some bug when building threads
13868
13869 2001-06-18 [pau]l
13870
13871         * src/prefs_account.c
13872                 UI stuff: More changes to the English
13873
13874 2001-06-18 [paul]
13875
13876         * src/pixmaps/stock_news_compose.xpm: new file
13877         * src/Makefile.am
13878         * src/mainwindow.c
13879         * src/summaryview.c
13880                 Added new icon for Hoa's 'compose a news
13881                 message', plus minor improvements to the
13882                 English
13883
13884         * po/ja.po
13885         * ChangeLog
13886         * ChangeLog.jp
13887                 more sync with sylpheed 0.5.0pre1
13888
13889 2001-06-18 [hoa]
13890
13891         * src/compose.[ch]
13892         * src/mainwindow.c
13893                 Follow-up and reply to
13894
13895         * src/summaryview.[ch]
13896                 Build threads also with subjects
13897
13898 2001-06-17 [hoa]
13899
13900         * src/compose.c
13901                 forwarding use the current account.
13902
13903         * src/mainwindow.c
13904                 the "compose message" button has been replaced with
13905                 "new mail" and "new news" buttons
13906
13907         * src/prefs_common.[ch]
13908                 added a configuration option to use the forward button
13909                 as "forward as attachment"
13910                 changed reply and forward format description
13911
13912         * src/quote_fmt_lex.l
13913         * src/quote_fmt_parse.y
13914                 added message with no signature in format for reply
13915                 and forward.
13916
13917 2001-06-17 [paul]
13918
13919         Minor UI stuff
13920
13921         * src/mainwindow.c
13922         * src/summaryview.c
13923                 Improvements to the English
13924
13925         * src/prefs_common.c
13926                 Improvements to the English and some
13927                 clarity/continuity improvements in the
13928                 description of Quote symbols.
13929
13930 2001-06-17 [paul]
13931
13932         0.5.0claws1
13933
13934         * sync with sylpheed 0.5.0pre1
13935
13936 2001-06-17 [hoa]
13937
13938         * src/compose.c
13939                 Better interface for compose, displayed fields
13940                 are updated whenever we change account.
13941                 Newsgroups field is automatically filled.
13942
13943         * src/mainwindow.c
13944                 Newsgroups field is automatically filled.
13945
13946         * src/prefs_account.c
13947                 Some interface stuff when fields appear and
13948                 disappear.
13949
13950 2001-06-16 [paul]
13951
13952         0.4.99claws
13953
13954         * sync with sylpheed 0.4.99
13955
13956 2001-06-16 [sergey]
13957
13958         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
13959         base64_decoder_free, base64_decoder_decode): new object and
13960         functions for decoding base64 streams.
13961         * src/procmime.c (procmime_decode_content): modified to use the
13962         new base64 decoder.
13963
13964 2001-06-15 [paul]
13965
13966         0.4.99claws10
13967
13968         * sync with sylpheed 0.4.99cvs11
13969
13970 2001-06-13 [paul]
13971
13972         0.4.99claws9
13973
13974         * sync with sylpheed 0.4.99cvs9
13975
13976 2001-06-13 [hoa]
13977
13978         * src/compose.c
13979         * src/prefs_account.c
13980
13981                 SMTP server can be defined in the news account
13982                 mime type of attachment are kept.
13983
13984         * src/summaryview.c
13985
13986                 now choose the highest important score between default
13987                 and important score of folder.
13988
13989 2001-06-09 [alfons]
13990         
13991         * src/prefs_common.c: 
13992
13993                 (prefs_quote_description_create): corrected description of 
13994                 quote format characters
13995
13996 2001-06-09 [paul]
13997
13998         0.4.99claws8
13999
14000         * sync with sylpheed 0.4.99cvs8
14001
14002 2001-06-08 [sergey]
14003
14004         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
14005         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
14006
14007 2001-06-08 [paul]
14008
14009         0.4.99claws7
14010
14011         * sync with sylpheed 0.4.99cvs7
14012
14013 2001-06-06 [sergey]
14014
14015         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
14016         clashes with autogenerated header).
14017         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
14018         * src/Makefile.am: added quote_fmt.h.
14019         * src/.cvsignore: added lex/yacc autogenerated files
14020         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
14021
14022 2001-06-06 [paul]
14023
14024         0.4.99claws6
14025
14026         * sync with sylpheed 0.4.99cvs6
14027
14028 2001-06-06 [hoa]
14029
14030         * added src/quote_fmt_parse.h
14031         * src/compose.c
14032                 removed warnings
14033
14034         * src/prefs.[ch]
14035                 don't modify readonly configuration files
14036
14037         * src/prefs_account.c
14038         * src/prefs_common.c
14039         * src/prefs_customheader.c
14040         * src/prefs_display_header.c
14041         * src/prefs_filter.c
14042         * src/prefs_filtering.c
14043         * src/prefs_scoring.c
14044                 don't open dialog box when configuration files
14045                 are readonly
14046
14047 2001-06-05 [sergey]
14048
14049         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
14050
14051         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
14052         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
14053         BUILT_SOURCES to make all files rebuild properly.
14054
14055         * src/compose.c: removed #include "quote_fmt.tab.h".
14056
14057         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
14058         CHARACTER value in yylval.
14059
14060         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
14061         receive CHARACTER value by documented means (yylval).
14062
14063         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
14064
14065 2001-06-05 [hoa]
14066
14067         * src/Makefile.am
14068                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
14069
14070         * src/filtering.c
14071         * src/matcher.c
14072         * src/matcher.h
14073         * src/prefs_filtering.c
14074                 now keep the configuration for execute action
14075
14076         * src/mbox_folder.c
14077                 fixed a warning
14078
14079 2001-06-05 [paul]
14080
14081         * sync with sylpheed 0.4.99cvs5
14082
14083 2001-06-05 [hoa]
14084
14085         * src/Makefile.am
14086                 added quote_fmt.[ch]
14087
14088         * added src/quote_fmt.y
14089         * added src/quote_fmt.l
14090         * added src/quote_fmt.tab.h
14091         * added src/quote_fmt.tab.c
14092         * added src/lex.quote_fmt.c
14093                 parsing configuration for replying
14094                 and forwarding
14095
14096         * src/prefs_common.[ch]
14097                 added configuration UI for replying
14098                 and forwarding
14099
14100         * src/compose.c
14101                 using configuration for replying
14102                 and forwarding
14103
14104 2001-06-04 [hoa]
14105
14106         * src/filtering.c
14107         * src/matcher.c
14108         * src/matcher.h
14109         * src/prefs_filtering.c
14110         * src/prefs_matcher.c
14111         * src/prefs_matcher.h
14112                 action "run a command" for filtering
14113                 and matching with a command.
14114                 fixed the "whole message" matching
14115
14116         * src/mbox_folder.c
14117                 changed temporary filename for security
14118
14119         * src/messageview.c
14120                 queue the notification if it fails to send.
14121
14122         * src/prefs_common.c
14123         * src/prefs_folder_item.c
14124                 changed the default important score             
14125
14126         * src/prefs_scoring.c
14127         * src/scoring.c
14128                 hide kill score input when the folder is not
14129                 a newsgroup
14130
14131 2001-06-03 [alfons]
14132
14133         * src/prefs_common.c:
14134
14135                 (prefs_font_select): pass font name in font entry box to font
14136                 selection dialog.
14137
14138 2001-06-03 [sergey]
14139
14140         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
14141
14142 2001-06-03 [paul]
14143
14144         * sync with sylpheed 0.4.99cvs4
14145
14146 2001-06-03 [alfons]
14147
14148         * src/headerwindow.c:
14149
14150                 (headerwindow_show_cb): use the selected summary view item, not
14151                 the displayed item.
14152
14153 2001-06-02 [alfons]
14154
14155         * src/headerwindow.c:
14156
14157                 (headerwindow_show_cb): always try to show msginfo
14158
14159 2001-06-02 [hoa]
14160
14161         * src/compose.c
14162                 keep attached parts when reediting or forwarding.
14163
14164 2001-06-01 [hoa]
14165
14166         * src/folderview.c
14167         * src/prefs_folder_item.[ch]
14168         * src/prefs_scoring.[ch]
14169         * src/scoring.[ch]
14170         * src/summaryview.[ch]
14171         * src/main.c
14172         * src/mainwindow.c
14173         * src/prefs_common.[ch]
14174                 support for folder scoring
14175                 kill score and important score for messages
14176         
14177         * src/prefs_account.c
14178                 some display bug fixed for local account
14179                 preferences
14180
14181 2001-05-31 [alfons]
14182
14183         * src/summaryview.c:
14184
14185                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
14186                 sender to address book menu item is disabled.
14187
14188 2001-05-30 [hoa]
14189
14190         * src/filtering.[ch]
14191         * src/summaryview.c
14192                 handling summary menu / filter messages
14193
14194         * src/folder.[ch]
14195                 add some stuff
14196
14197         * src/foldersel.c
14198                 imap folders now appears in list
14199
14200         * src/mbox_folder.c
14201                 doesn't crash if destination mail is not writeable
14202
14203 2001-05-29 [hoa]
14204
14205         * src/compose.c
14206                 removed some warnings
14207
14208         * src/filtering.c
14209         * src/folder.[ch]
14210         * src/prefs_filtering.c
14211                 global string to identify any folders           
14212                 removed some debug info
14213                 filtering to mbox folders is now possible
14214
14215         * src/mainwindow.c
14216                 removed some warnings
14217
14218         * src/mbox_folder.c
14219                 permission on files are changed to read/write for user only,
14220                 nothing for other.
14221                 creation of subfolder is handled better.
14222
14223 2001-05-28 [alfons]
14224
14225         Verified the sync for src/prefs_common.[ch] and
14226         src/prefs_account.[ch]. I believe there were some
14227         minor indentation differences.
14228
14229 2001-05-28 [paul]
14230
14231         0.4.99claws3
14232
14233         * sync with 0.4.99cvs3
14234
14235 2001-05-28 [hoa]
14236
14237         * src/compose.c
14238                 handling flags for mbox format
14239
14240         * src/filtering.c
14241                 use of mark file only for MH format
14242                 handling flags for mbox format
14243                 filtering cannot yet move or copy mails to mbox folders.
14244
14245         * src/folder.[ch]
14246                 changed move_msg, copy_msg,
14247                 move_msgs_with_dest, copy_msgs_with_dest functions
14248                 uses only folder->copy_msg() function
14249                 uses folder->finished_copy() to handle the destination
14250                 folder at the end of the copy or move operation.
14251
14252         * src/foldersel.c
14253                 included mbox directories.
14254
14255         * src/folderview.[ch]
14256         * src/mainwindow.c
14257                 handle folders operation for mbox format
14258
14259         * src/mbox.c
14260                 disable conversion of "From " header
14261
14262         * src/mbox_folder.[ch]
14263                 completion of mbox format handling
14264
14265         * src/mh.c
14266                 changed mh_copy_msg() function and
14267                 removed mh_move_msg(), mh_move_msgs_with_dest(),
14268                 mh_copy_msgs_with_dest()
14269
14270         * src/prefs_filtering.c
14271                 removed some warnings
14272
14273         * src/prefs_matcher.c
14274                 default boolean operation is AND
14275
14276         * src/procheader.c
14277                 handling flags for mbox format
14278                 handling of "From " header
14279
14280         * src/procmsg.[ch]
14281                 removed data field
14282                 added MSG_REALLY_DELETED flags to handle deletion of
14283                 messages in mbox format.
14284
14285         * src/summaryview.c
14286                 handling flags for mbox format
14287                 disable the MSG_DELETED flags when messages
14288                 are deleted in mbox format
14289
14290         * src/textview.c
14291                 "From " headers display fixed.
14292
14293 2001-05-27 [alfons]
14294
14295         * src/textview.c:
14296                 
14297                 (get_email_part): skip quoted email addresses, like in e.g.
14298                 "'alfons@proteus.demon.nl'".
14299
14300 2001-05-26 [alfons]
14301
14302         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
14303         and fixing the persistence troubles when using separate windows.
14304
14305         * src/mainwindow.c:
14306         
14307             Added #define SEPARATE_ACTION used in the gtk item factory for 
14308             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
14309                 use gtk_item_factory_get_widget_by_action() to get the items.
14310                 
14311             Removed separate_widget_cb from the gtk item factory data   
14312           
14313             (mainwindow_create): connect separate_widget_cb() to check
14314             menu item "toggled" signal. also passing a MainWindow pointer
14315                 as object data for both check menu items.
14316                 
14317             (separate_widget_cb): definition of separate_widget_cb() to match
14318             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
14319                 window using gtk_object_get_data(). The type of window separation 
14320                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
14321         
14322         * src/prefs_filtering.c,
14323           src/prefs_matcher.c: added horizontal scrollbars
14324
14325 2001-05-25 [darko]
14326
14327         * src/headerview.c
14328                 fix segfault with invalid bold font
14329         * src/summaryview.c
14330                 correctly display summary stats after row is marked
14331
14332 2001-05-23 [sergey]
14333
14334         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
14335         encodings with libjconv.
14336
14337 2001-05-23 [hoa]
14338
14339         * src/Makefile.am
14340                 added mbox_folder.[ch]
14341         * src/defs.h
14342                 mbox temporary folder
14343         * src/folder.[ch]
14344         * added src/mbox_folder.[ch]
14345         * src/folderview.c
14346         * src/procheader.[ch]
14347                 added mbox support
14348         * src/mbox.c
14349                 bugfix for file incorporation filtering
14350         * src/imap.c
14351                 enable creation of MBOX
14352         * src/prefs_display_header.c
14353                 enable use of headers like "From "
14354                 something that should be fixed :
14355                         displaying of such headers add an extra space
14356         * src/prefs_folder_item.c
14357                 don't create folders because it is not necessary
14358         * src/procmsg.h
14359                 added data field to MsgInfo for mbox internal use
14360         * src/summaryview.c
14361                 added some support for mbox
14362         * src/utils.[ch]
14363                 added get_mbox_cache_dir() function
14364
14365 2001-05-23 [hiroyuki]
14366
14367         * src/headerwindow.c
14368           src/inc.c
14369           src/main.c
14370           src/mh.c
14371           src/nntp.c
14372           src/procmsg.h
14373           src/session.h
14374           src/socket.[ch]
14375           src/summaryview.c
14376           src/textview.c
14377           src/automaton.c
14378           src/folderview.c: more sync with 0.4.99cvs2.
14379
14380         * src/headerwindow.c: reverted.
14381
14382 2001-05-22 [paul]
14383
14384         0.4.99claws2
14385
14386         * sync with sylpheed 0.4.99cvs2
14387                 * src/news.[ch]
14388                 * src/nntp.[ch]
14389                 * INSTALL
14390                 * INSTALL.jp
14391
14392 2001-05-22 [alfons]
14393
14394         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
14395
14396 2001-05-21 [alfons]
14397
14398         Minor things:
14399
14400         * configure.in: if gnome-config not found, "no" is displayed
14401         
14402         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
14403
14404         * src/textview.c: now also possible to add mail addresses by right
14405           clicking in the text view
14406
14407         * src/codeconv.c: merged patch which fixes endless loop when encountering
14408           invalid wide characters; from Alte <010@imis.ru>  
14409
14410 2001-05-20 [alfons]
14411
14412         Added installation of gnome specific things:
14413
14414         * Makefile.am: gnome conditional
14415
14416         * configure.in: check for installed gnome
14417
14418         * added sylpheed.png, sylpheed.desktop
14419
14420 2001-05-20 [sergey]
14421
14422         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
14423
14424         * src/mainwindow.h (main_window_toolbar_create): created a button
14425         for "Reply to all".
14426         (main_window_set_toolbar_sensitive): enable/disable the new button
14427         appropriately.
14428         (toolbar_reply_to_author_cb): handle the new button.
14429
14430         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
14431         send_progress_dialog_destroy() on failure (fixes hang on SMTP
14432         failure).
14433
14434 2001-05-19 [sergey]
14435
14436         * src/compose.h (ComposeReplyMode): new modes
14437         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
14438         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
14439
14440         * src/compose.c
14441         (compose_send): move some code into a new function:
14442         (compose_current_mail_account): new function.
14443         (compose_reply): new argument to_author, all callers changed; if
14444         to_author==TRUE and account->protocol==A_NNTP, find and use an
14445         appropriate mail account for replying.
14446         (compose_reply_set_entry): new argument to_author; ignore
14447         compose->replyto if to_author==TRUE.
14448
14449         * src/mainwindow.c: new command "Message/Reply to author".
14450         (main_window_set_menu_sensitive): enable/disable it.
14451         (reply_cb): handle it.
14452
14453         * src/summaryview.c: new command "Reply to author".
14454         (summary_set_menu_sensitive): enable/disable it.
14455         (summary_reply_cb): handle it.
14456
14457         * src/account.c (account_find_mail_from_address): new function.
14458
14459 2001-05-18 [paul]
14460
14461         0.4.99claws1
14462
14463         * sync with sylpheed 0.4.99cvs1
14464
14465 2001-05-18 [hoa]
14466
14467         * src/compose.[ch]
14468         * src/filtering.c
14469         * src/summaryview.c
14470                 new filtering action : forward and forward as attachment
14471
14472         * src/main.c
14473                 no need for $DISPLAY when we run sylpheed --help
14474                 call to parse_cmd_opt() is moved
14475
14476         * src/mainwindow.[ch]
14477                 execute button is hidden when immediate execute
14478                 is chosen
14479
14480         * src/mh.c
14481         * src/news.c
14482         * src/prefs_folder_item.c
14483         * src/procmsg.c
14484                 better handling of missing directories
14485
14486         * src/summaryview.c
14487                 reedit is enabled in outbox
14488                 reedit is enabled in queue
14489
14490 2001-05-17 [hoa]
14491
14492         * src/filtering.c
14493         * src/matcher.[ch]
14494         * src/prefs_filtering.c
14495                 changed attachement into attachment
14496
14497 2001-05-17 [alfons]
14498
14499         0.4.67claws4    
14500
14501         * sync with sylpheed 0.4.67cvs9
14502         * sync with sylpheed 0.4.67cvs7-8
14503
14504 2001-05-17 [hoa]
14505
14506         * src/Makefile.am
14507                 added prefs_filtering.c
14508
14509         * src/filtering.[ch]
14510         * src/matcher.[ch]
14511                 removed action : forward_news and forward_news_as_attachement
14512                 (forward and forward_as_attachement can be used instead)
14513
14514         * src/mainwindow.c
14515                 added menu option to access filtering configuration
14516
14517         * src/prefs_account.c
14518                 changed mail_command default to /usr/sbin/sendmail
14519
14520         * added src/prefs_filtering.[ch]
14521                 dialog box for filtering configuration
14522
14523         * src/prefs_matcher.c
14524                 added function prefs_matcher_get_criteria_from_matching()
14525
14526         * src/prefs_scoring.c
14527                 reset the dialog when register or substitute is clicked
14528
14529 2001-05-15 [hoa]
14530
14531         * src/Makefile.am
14532                 added filtering.[ch]
14533         * src/inc.c
14534                 using filering.[ch] instead of filter.[ch]
14535         * src/main.c
14536                 reading new filtering configuration
14537         * src/matcher.[ch]
14538                 added some filtering actions
14539                 and fixed a bug for headers and mail body matching
14540         * src/mbox.c
14541                 using filering.[ch] instead of filter.[ch]
14542         * src/mh.c
14543                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
14544         * src/summaryview.c
14545                 some fixes for filtering
14546
14547 2001-05-14 [hiroyuki]
14548
14549         * src/send.c: fixed some weird indentations.
14550           send_message_with_command(): call pclose() only if p != NULL.
14551         * src/textview.c: get_email_part(): modified the code for readability.
14552
14553 2001-05-14 [hiroyuki]
14554
14555         * src/md5global.h
14556           src/md5ify.c
14557           src/md5ify.h: removed from the cvs.
14558
14559 2001-05-13 [sergey]
14560
14561         * src/main.c: include rfc2015.h to avoid compiler warnings.
14562         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
14563         the panel is already on screen.
14564         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
14565         closing the alert window by ESC as "No".
14566         * src/prefs_common.c (prefs_interface_create): moved return
14567         receipt check button to the correct place.
14568
14569 2001-03-13 [alfons]
14570
14571         * src/prefs_common.c: 
14572                 moved return receipt check button to the Send tab. (prefs_send_create)
14573                 removed the date format ui related globals. (prefs_display_create)
14574
14575         0.4.67claws3
14576         
14577         * sync with sylpheed 0.4.67cvs5-6
14578
14579 2001-05-13 [paul]
14580
14581         * added Alfons' font selection patch
14582
14583         * src/defs.h
14584         * src/headerwindow.c
14585         * src/prefs_common.c
14586         * src/prefs_common.h
14587
14588 2001-05-13 [hoa]
14589         * src/defs.h
14590                 changed version of cache
14591         * src/matcher.[ch]
14592         * src/prefs_matcher.c
14593                 added additionnal matching criteria
14594         * src/procheader.c
14595         * src/procmsg.[ch]
14596         * src/news.c
14597                 added references in MsgInfo
14598
14599 2001-05-12 [hoa]
14600
14601         * src/defs.h
14602                 prepared some things for new filtering
14603         * src/matcher.[ch]
14604                 added some matching properties
14605                 inreplyto need to be enhanced
14606                 prepared some things for new filtering
14607         * src/messageview.c
14608                 added Return-Receipt-To handling
14609         * src/prefs_folder_item.c
14610                 changed default value to TRUE
14611         * src/prefs_matcher.c
14612                 added some matching properties
14613         * src/prefs_scoring.[ch]
14614                 the scoring dialog is finished
14615         * src/procheader.c
14616                 added Return-Receipt-To handling
14617                 Reference need to be added
14618         * src/procmsg.[ch]
14619                 added Return-Receipt-To handling
14620                 added threadscore to get a better score sorting when
14621                 threads are enabled
14622         * src/summaryview.c
14623                 suppressed a bug when we sort the list
14624                 when no folder is opened.
14625                 better score sorting when threads are enabled
14626
14627 2001-05-12 [alfons]
14628
14629         * reverted previous patch because of potential errors 
14630
14631         0.4.67claws2
14632         
14633         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
14634                 applied "toggle mail-retrieval dialog window" patch submitted 
14635                 by Eric Limpens <eric@qnt.net>
14636
14637         * sync with sylpheed 0.4.67cvs4
14638
14639 2001-05-12 [sergey]
14640
14641         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
14642         some picky compilers.
14643         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
14644         * src/grouplist_dialog.c: include alertpanel.h.
14645         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
14646         fix compile warning.
14647         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
14648         #include "defs.h" before others to prevent the warning of `MIN'
14649         and `MAX' redefinition.
14650
14651 2001-05-11 [hoa]
14652
14653         * src/main.c
14654         * src/messageview.c
14655         * src/prefs_account.c
14656         * src/prefs_display_header.c
14657                 removed warning
14658         * src/Makefile.am
14659                 added prefs_scoring.[ch]
14660         * src/grouplist_dialog.c
14661                 display an error dialog box if the group list
14662                 cannot be fetched.
14663         * src/mainwindow.[ch]
14664                 added main_window_set_thread_option() function
14665                 scoring dialog box enabled
14666         * src/matcher.[ch]
14667                 added flags matching unread /new / marked
14668                 / deleted / replied / forwarded
14669         * src/news.c
14670                 newsgroups are now finally in newscache
14671         * src/prefs_matcher.[ch]
14672                 finished preferences for matching dialog
14673         * added src/prefs_scoring.[ch]
14674                 scoring dialog box completed
14675         * src/scoring.[ch]
14676                 conversion to string : added scoringprop_to_string()
14677                 write config for preferences :
14678                 added prefs_scoring_write_config()
14679         * src/summaryview.c
14680                 threads can be enabled/disabled independently
14681                 for each folder
14682
14683 2001-05-10 [alfons]
14684
14685         0.4.67claws1
14686         
14687         * AUTHORS: 
14688                 thought it would be nice to have a list of all
14689                 contributors (used Changelog as a reference)
14690         
14691         * configure.in: 
14692                 messed up version numbering...
14693
14694         0.4.66claws1
14695
14696         * sync with sylpheed 0.4.67cvs1-3
14697
14698 2001-05-10 [darko]
14699
14700         * src/prefs_common.c:
14701                 better UI for strftime format, double clicking
14702                 on format now inserts the format in text entry
14703                 replaced close button with standard OK/Cancel
14704                 moved date format button to the right of the
14705                 text entry field
14706
14707 2001-05-09 [alfons]
14708
14709         * src/gtkstext.c:
14710                 Ctrl-Home / Ctrl-End have proper cursor navigation
14711
14712 2001-05-09 [hoa]
14713
14714         * src/prefs_matcher.c
14715                 finished UI to define matching properties
14716                 added ok and cancel button
14717         * src/prefs_filter.c
14718                 added ok and cancel button
14719         * src/news.c
14720                 fixed some bug in xhdr parsing
14721
14722 2001-05-08 [alfons]
14723
14724         * src/textview.c: 
14725                 fixed a bug in textview_show_header(), which displayed two colons (':');
14726                 cleaned up some warnings
14727
14728 2001-05-08 [hoa]
14729
14730         * src/Makefile.am
14731                 added prefs_matcher.[ch]
14732                 compilation with -W -Wall
14733         * src/alertpanel.c
14734                 ungrab the mouse events if grabbed - does it
14735                 fix the bug for disposition notification ?
14736         * src/mainwindow.c
14737                 added a menu option to open the matching dialog.
14738         * src/matcher.[ch]
14739                 added matcherprop_to_string() and matcherlist_to_string()
14740                 fixed some bugs, changed the name of some options
14741                 age_sup and age_inf becomes age_greater and age_lower,
14742                 body and messageheaders becomes body_part and headers_part,
14743                 changed the names of constants from SCORING_XXX to MATCHING_XXX
14744         * src/prefs_display_header.c
14745         * src/prefs_headers.c
14746                 fixed a bug that accidentally destroyed dialogs
14747                 when closed them with delete_event
14748                 Added *_deleted() which handle delete_event signal correctly.
14749         * src/prefs_folder_item.[ch]
14750                 added "enable_thread" field for future customization
14751         * added src/prefs_matcher.[ch]
14752                 sample of the UI to define matching properties
14753         * src/procheader.c
14754                 using procheader_headername_equal instead of str*cmp functions
14755                 using procheader_parse_header() function
14756         * src/scoring.c
14757                 using MATCHING_XXX instead of SCORING_XXX
14758         * src/summaryview.c
14759                 display the sender of the news even if this is ourself
14760                 when this is a news message.
14761         * src/textview.c
14762                 using headername_equal() instead of str*cmp functions
14763
14764 2001-05-08 [alfons]
14765
14766         0.4.66claws
14767
14768         * sync with sylpheed 0.4.66
14769         * src/gtkstext.c: trace logs added 
14770
14771 2001-05-08 [sergey]
14772
14773         * src/prefs_common.[ch]: added option to enable/disable GnuPG
14774         signature check popup.
14775         * src/rfc2015.c (check_signature): show signature check popup only
14776         if it is enabled in preferences.
14777
14778 2001-05-07 [alfons]
14779
14780         0.4.66claws4
14781         
14782         * sync with sylpheed 0.4.66cvs6
14783
14784 2001-05-07 [darko]
14785
14786         * src/prefs_common.[ch]: added option to enable/disable
14787           looking up sender name in address book for summary pane
14788         * src/summaryview.c: look up sender in the address book
14789           by using Alfons' address completion code
14790
14791 2001-05-07 [hiroyuki]
14792
14793         * src/inc.h
14794           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
14795           member of Pop3State.
14796         * src/news.c: brought #include "defs.h" before #include <glib.h>
14797           to prevent the warning of `MIN' and `MAX' redefinition.
14798
14799 2001-05-06 [hoa]
14800
14801         * removed src/headers_display.[ch]
14802         * removed src/prefs_display_headers.[ch]
14803         * src/inc.c
14804                 use a temporary file in the user directory for mbox import
14805         * src/news.c
14806                 added XHDR support to get "To" and "Cc" headers
14807                 (in order to match news with to or cc field for
14808                 scoring)
14809                 added function news_parse_xhdr() to get XHDR response
14810         * src/nntp.[ch]
14811                 added function nntp_xhdr()
14812         * src/matcher.c
14813                 fetch the message if necessary
14814
14815 2001-05-06 [alfons]
14816
14817         0.4.66claws3
14818
14819         * sync with sylpheed 0.4.66cvs3-5
14820
14821 2001-05-06 [hoa]
14822
14823         * src/utils.[ch]
14824                 added function itos_buf() to enable use of several buffers
14825         * src/summaryview.c
14826                 use of itos_buf() instead of itos() in summary list
14827                 to fix the broken display of message number.
14828
14829 2001-05-06 [alfons]
14830
14831         * src/gtkstext.c: bug in cursor up navigation fixed,
14832                 fixed another unsigned / signed comparison (we're getting there :-)
14833
14834 2001-05-06 [hoa]
14835
14836         * src/Makefile.am
14837                 added scoring.c scoring.h
14838                 prefs_folder_item.c prefs_folder_item.h
14839                 matcher.c matcher.h
14840         * src/defs.h
14841                 added FOLDERITEM_RC SCORING_RC
14842         * src/folder.[ch]
14843                 added prefs field in FolderItem :
14844                 properties for each folder (PrefsFolderItem),
14845                 sorting type and mode were added as the first properties.
14846         * src/main.c
14847                 read config for scoring
14848         * added src/matcher.[ch]
14849                 gives functions to parse configuration file to do
14850                 matching on mails with a list of conditions.
14851         * src/mainwindow.c
14852                 add option to sort by score
14853         * src/prefs_common.[ch]
14854                 added preference option to show score and for
14855                 the score column size
14856         * added src/prefs_folder_item.[ch]
14857                 properties for each folder (PrefsFolderItem),
14858                 sorting type and mode were added as the first properties.
14859         * src/procheader.[ch]
14860                 added procheader_parse_header()
14861                 added procheader_header_free()
14862                 added procheader_headername_equal()
14863                 and made modification to use them.
14864         * src/procmsg.[ch]
14865                 added score field to MsgInfo structure
14866         * added src/scoring.[ch]
14867                 gives functions to parse configuration file to do
14868                 scoring on mails with a list of conditions.
14869         * src/summaryview.[ch]
14870                 save the sorting type and mode for the folder
14871                 added column to display the score of the mail
14872                 added function summary_score_clicked()
14873                 sorting type and mode are restored to the folder
14874                 when it is reopen
14875         * src/textview.c
14876                 use procheader_parse_header(), procheader_headername_equal()
14877                 removed memory leak in text_scan_header when freeing headers
14878         * src/filter.c
14879                 changed the function to match names of headers
14880                 using procheader_headername_equal()
14881
14882         Scoring functions are implemented, an interface is needed
14883         to configure that.
14884
14885 2001-05-04 [alfons]
14886
14887         * src/gtkstext.c: 
14888                 hopefully fixed the row up navigation bug,
14889                 removed adding back / forward lines to cache
14890
14891 2001-05-04 [sergey]
14892
14893         * src/prefs_display_headers.c: user interface changes:
14894         (prefs_display_headers_create): remove unused "Show" check button;
14895         allow reordering of headers by dragging.
14896         (prefs_display_headers_write_config): remove unused variables.
14897         (prefs_display_headers_set_dialog): do not insert "(New)" at top
14898         of lists (not needed with the new UI).
14899         (prefs_display_headers_set_list): scan lists starting from row 0,
14900         not 1 (do not skip "(New)").
14901         (prefs_display_headers_find_header): new function.
14902         (prefs_display_headers_clist_set_row): do not allow duplicates.
14903         (prefs_display_headers_delete_cb): do not skip row 0; treat
14904         closing the alert window by ESC as "No".
14905         (prefs_display_headers_up): do not protect row 0.
14906         (prefs_display_headers_down): do not protect row 0.
14907
14908 2001-05-04 [sergey]
14909
14910         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
14911         functions.
14912
14913         * src/summaryview.c
14914         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
14915         summary_select_next_marked, summary_select_prev_marked): new
14916         functions.
14917
14918 2001-05-03 [sergey]
14919
14920         * src/news.c: fixed a bug when no article can be fetched after
14921         server timeout if the connection was restored by news_post():
14922         (news_select_group): new function.
14923         (news_fetch_msg): call news_select_group() before fetching
14924         article.
14925         (news_get_uncached_articles): set session->group after successful
14926         GROUP command.
14927
14928 2001-05-03 [hoa]
14929
14930         * src/defs.h
14931         * src/procmsg.[ch]
14932         * src/procheader.c
14933                  changed version of cache, added cc field
14934
14935         * src/prefs_display_headers.c
14936                 the interface was changed
14937
14938         * src/prefs_headers.c
14939                 added cancel button
14940
14941 2001-05-03 [alfons]
14942
14943         * completed sync of sylpheed cvs2
14944         * src/gtkstext.c: updated row up / down cursor navigation
14945         * src/textview.c: re-edited, prepared for fixing the email address
14946                 scanner.
14947
14948 2001-05-03 [darko]
14949
14950         * src/prefs_common.c: use alfons' strftime ui code
14951         entry_datefmt and datefmt_sample widgets have to be
14952         global in this module because of this change
14953
14954 2001-05-03 [hoa]
14955
14956         * src/messageview.c
14957         * src/prefs_common.[ch] added option to activate the return receipt
14958                 feature.
14959
14960 2001-05-02 [alfons]
14961
14962         * src/gtkstext.c: fix for row up/down cursor navigation. 
14963
14964         0.4.66claws2
14965         
14966         * sync with 0.4.66cvs2
14967
14968 2001-05-02 [paul]
14969
14970         added add-sender-to-addressbook patch
14971
14972         * src/addressbook.c
14973         * src/addressbook.h
14974         * src/summaryview.c
14975
14976 2001-05-02 [sergey]
14977
14978         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
14979         G_ALERTDISABLE.
14980
14981         * src/alertpanel.c (alertpanel_create): new argument can_disable,
14982         all existing callers changed to pass FALSE; create a check button
14983         to disable the message.
14984         (alertpanel_message_with_disable): new function.
14985         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
14986         (alertpanel_button_toggled): new function.
14987         (alertpanel_button_clicked, alertpanel_close): set value using
14988         G_ALERT_VALUE_MASK.
14989
14990         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
14991
14992         * src/prefs_common.c (prefs_privacy_create): new check button
14993         checkbtn_gpgme_warning.
14994
14995         * src/main.c (main): moved preferences reading before gpgme
14996         initialization; check prefs_common.gpgme_warning before giving the
14997         GnuPG warning and set it to FALSE if the user wants to disable the
14998         warning.
14999
15000 2001-05-02 [hiroyuki]
15001
15002         * src/prefs_display_headers.c: modified the layout and some labels.
15003
15004 2001-05-02 [sergey]
15005
15006         * src/prefs_account.c (prefs_account_fix_size): new function.
15007         (prefs_account_create): call prefs_account_fix_size(); use
15008         gtk_widget_show instead of gtk_widget_show_all (fixes too large
15009         size when the window is shown for the first time).
15010         (prefs_account_basic_create): changed layout of serv_table; moved
15011         localmbox_entry above smtpserv_entry (logically it replaces
15012         POP3/IMAP server).
15013         (prefs_account_protocol_activated): set sensitivity of
15014         nntpauth_chkbtn according to the protocol (in addition to
15015         hide/show); commented out gtk_table_set_row_spacing() calls.
15016         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
15017         not sensitive (fixes a bug with disabled username/password boxes
15018         when editing POP3 account after NNTP with authentication).
15019
15020 2001-05-02 [hoa]
15021
15022         * src/account.c
15023         * src/inc.c
15024         * src/prefs_account.[ch]
15025         * src/send.c
15026                 removed local account without SMTP server
15027                 added option to use mail command instead of a connexion
15028                 to SMTP server when a local account is used
15029         * src/prefs_headers.c
15030                 fixed a bug
15031         * src/news.c
15032                 fixed a bug when connexion immediately closed
15033
15034 2001-05-01 [alfons]
15035
15036         0.4.66claws1
15037         
15038         * sync with 0.4.65
15039
15040 2001-05-01 [sergey]
15041
15042         * src/prefs_account.c (Basic, prefs_account_basic_create): new
15043         widget nntpauth_chkbtn.
15044         (prefs_account_protocol_activated): handle nntpauth_chkbtn
15045         visibility.
15046         (prefs_account_nntpauth_toggled): new function.
15047
15048         * src/news.c (news_session_new_for_folder): use NNTP
15049         authentication only if ac->use_nntp_auth is set.
15050
15051 2001-05-01 [hoa]
15052
15053         * src/Makefile.am changed headers.[ch] in customheader.[ch]
15054         * src/prefs_display_headers.c changed the UI
15055         * src/prefs_headers.c changed account_name to account_id
15056         * src/compose.c using customheader.h
15057
15058 2001-05-01 [hiroyuki]
15059
15060         * src/esmtp.c
15061           src/news.c
15062           src/nntp.c: changed sock_read() to sock_gets(), they've been left
15063           unsynched.
15064
15065 2001-05-01 [hoa]
15066
15067         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
15068         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
15069                 for displaying of headers
15070         * src/grouplist_dialog.[ch] minor changes to remove warnings
15071         * src/prefs_display_headers.[ch] dialog to choose the
15072         headers to display in the mail viewer.
15073         * src/headers.h correction of #define
15074         * src/headers_display.[ch] configuration for displaying of headers.
15075         * src/main.c read config of displaying of headers
15076         * src/prefs_common.c add a button to access the config dialog
15077                 for displaying of headers
15078         * src/prefs_display_headers.[ch] dialog for configuration for
15079                 displaying of the headers.
15080         * src/prefs_headers.c cleaning of code
15081         * src/procheader.c comments added to code
15082         * src/textview.c changes to reorder the headers depending
15083                 on the config for displaying of headers
15084
15085 2001-04-30 [alfons]
15086
15087         0.4.65claws7
15088
15089         * sync with 0.4.65cvs12
15090
15091         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
15092
15093 2001-04-30 [sergey]
15094
15095         * src/nntp.h (NNTPSockInfo): new field auth_failed.
15096
15097         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
15098         is set to force reconnection after authentication failure.
15099         (nntp_gen_command): set sock->auth_failed on authentication
15100         failure, or if sock->userid and sock->passwd are not set.
15101
15102         * src/news.c (news_session_new_for_folder): set userid=NULL if
15103         password dialog is cancelled.
15104
15105 2001-04-30 [sergey]
15106
15107         * src/nntp.h (NNTPSockInfo): new type.
15108
15109         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
15110         SockInfo.
15111         (nntp_open_auth, nntp_close): new functions.
15112         (nntp_gen_command): new function to handle authentication; all
15113         NNTP command functions updated to use it.
15114         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
15115         (nntp_list): removed old useless code.
15116
15117         * src/news.h (NNTPSession): new field nntp_sock.
15118
15119         * src/news.c: all functions updated to use NNTPSockInfo instead of
15120         SockInfo.
15121         (news_session_new): new arguments (userid, passwd); made static;
15122         use nntp_open_auth() if needed.
15123         (news_session_destroy): use nntp_close() instead of sock_close().
15124         (news_query_password): changed arguments.
15125         (news_session_new_for_folder): new function.
15126         (news_session_get): use news_session_new_for_folder().
15127         (news_authenticate): deleted.
15128         (news_get_uncached_articles): removed old authentication code.
15129
15130 2001-04-30 [sergey]
15131
15132         * src/news.c: reverted my previous changes (need to do NNTP
15133         authentication in a cleaner way).
15134         
15135 2001-04-29 [sergey]
15136
15137         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
15138         news_nntp_post, news_nntp_mode): new functions (wrappers with
15139         authentication support).
15140         (news_get_article_cmd, news_get_article, news_get_header): new
15141         argument "folder"; all callers changed.
15142         (news_get_article_cmd): added authentication support.
15143         (news_session_get): use news_nntp_mode() instead of nntp_mode().
15144         (news_post): use news_nntp_post() instead of nntp_post().
15145         (news_get_uncached_articles): use news_nntp_group() instead of
15146         nntp_group() and news_nntp_xover() instead of nntp_xover();
15147         removed old authentication code.
15148         (news_get_group_list): use news_nntp_list() instead of nntp_list().
15149
15150         * src/nntp.c (nntp_list): return real error code instead of
15151         hardcoded NN_ERROR.
15152
15153 2001-04-29 [sergey]
15154
15155         * configure.in: fixed wint_t typedef detection again
15156
15157 2001-04-28 [hoa]
15158
15159         * src/prefs_account.[ch], added A_LOCAL_CMD
15160                 (send mail with mail command)
15161         * src/send.c added function send_message_with_command()
15162         * src/inc.c made a more secure get_spool() function with
15163                 mktemp() but maybe mkstemp() or something more
15164                 secure can be used.
15165
15166 2001-04-28 [alfons]
15167
15168         * src/textview.c, colorization of email addresses in headers
15169
15170         0.4.65claws6
15171
15172         * bug sync with sylpheed
15173         * prefs_common.c: created date format ui for darko
15174         * sync with 0.4.65cvs11
15175         * configure.in: corrected to have the new gpg checks
15176
15177 2001-04-27 [alfons]
15178
15179         * completed sync with 0.4.65cvs10
15180         * minor debug things added to gtkstext.c
15181
15182 2001-04-27 [darko]
15183
15184         * configure.in: remove check for availability of
15185           strftime() as advised by Hiroyuki
15186         * src/prefs_common.[ch], src/procheader.c:
15187           synch strftime() code with Hiroyki's main branch
15188
15189 2001-04-26 [sergey]
15190
15191         * src/news.c: news_query_password(), news_authenticate(): new
15192           functions.
15193           news_get_uncached_articles(): added NNTP authentication
15194           handling.
15195         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
15196           new functions.
15197         * src/prefs_account.c: prefs_account_protocol_activated():
15198           enable userid and password fields for NNTP.
15199
15200 2001-04-26
15201
15202         * configure.in: check for availability of strftime()
15203           [darko]
15204         * src/prefs_common.[ch], src/procheader.c: use
15205           strftime() for displaying date in summary pane if it
15206           is available
15207
15208 2001-04-25
15209
15210         * more .cvsignore cleanups [alfons]
15211
15212 2001-04-25
15213
15214         * ac/sv-check-type.m4: new autoconf macro.
15215         * configure.in: fixed wint_t typedef detection (did not work
15216           with gcc-2.96).
15217
15218 2001-04-25
15219
15220         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
15221           [hiroyuki]
15222
15223 2001-04-24
15224         * modified gtkstext.c : buggy cursor navigation fixed, 
15225           and font descent also taken in account when drawing
15226           cursor. [alfons]
15227
15228 2001-04-24 [hoa]
15229         * added comments in src/news.c src/nntp.c
15230         * added src/prefs_headers.[ch]
15231         * added src/headers.[ch]
15232         * modified compose.c to activate custom headers
15233                 added function is_in_custom_headers
15234         * modified prefs_account.[ch]
15235                 added function prefs_account_customhdr_edit
15236         * modified src/defs.h :
15237                 added HEADERS_RC : name of the config file
15238                 for the custom headers
15239
15240 2001-04-24
15241
15242     0.4.65claws5
15243
15244         * configure.in
15245           src/gtkstext.[ch]
15246           src/compose.c
15247           src/Makefile.am
15248           
15249           added gtkstext with configure.in patch by Hiroyuki which
15250           should fix the XIM detection [alfons]
15251
15252         * more clean up of cvs [alfons]
15253
15254                  * removed all Makefile.in files to attic.
15255
15256                  * updated all .cvsignores to really ignore things that could
15257                    be unintentionally committed by a recursive commit.
15258
15259 2001-04-23 [hoa]
15260         * added src/grouplist_dialog.[ch]
15261         * changed src/folderview.c to call grouplist_dialog instead
15262                 of inputdialog
15263         * src/news.c :
15264                 added functions news_reset_group_list
15265                 and news_get_group_list
15266         * src/nntp.c :
15267                 added function nntp_list
15268         * src/defs.h :
15269                 added GROUPLIST_FILE : name of the newsgroup list cache file
15270
15271 2001-04-21
15272
15273         * added option to warn about queued messages on exit [sergey]:
15274
15275           * src/compose.c: compose_queue(): call folder_item_scan()
15276             and folderview_update_item() after queueing.
15277           * src/folderview.c: folderview_update_node(): draw the queue
15278             folder in bold font if there are queued messages.
15279           * src/mainwindow.c: queued_messages(): new function.
15280             app_exit_cb(): display warning if there are queued messages
15281             if warn_queued_on_exit is set.
15282           * prefs_common.[ch]: add warn_queued_on_exit option.
15283
15284         * enhanced GnuPG key selection support [sergey]:
15285
15286           * src/select-keys.c: updated to newer version from Win32
15287             branch with support for selecting arbitrary keys.
15288           * src/prefs_account.c: added the Privacy tab to the account
15289             options window.
15290             prefs_account_privacy_create(),
15291             prefs_account_sign_key_set_data_from_radiobtn(),
15292             prefs_account_sign_key_set_radiobtn(): new functions.
15293           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
15294           * src/rfc2015.c: set_signers(): new function.
15295             pgp_sign(): add the account parameter, call set_signers().
15296             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
15297           * src/rfc2015.h: rfc2015_sign(): updated prototype.
15298           * src/compose.c: pass the current account to rfc2015_sign().
15299
15300         * tag name claws added to prevent confusion with main branch [alfons]
15301
15302         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
15303
15304         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
15305
15306         * sync with recent sylpheed cvs. Untested though. [alfons]
15307