0.8.11claws50
[claws.git] / ChangeLog.claws
1 2003-03-26 [christoph]  0.8.11claws50
2
3         * src/news.c
4                 fix NEWS that got broken by a sync with sylpheed-main
5
6 2003-03-26 [christoph]  0.8.11claws49
7
8         * src/mimeview.c
9                 fix mime type guessing when no mime type is found for a file
10
11 2003-03-25 [christoph]  0.8.11claws48
12
13         * src/mimeview.c
14         * src/procmime.c
15                 remove mime type guessing from mime parser and use
16                 name based mime types in viewer lookup for mime type
17                 application/octet-stream
18
19 2003-03-25 [christoph]  0.8.11claws47
20
21         * doc-src/readme.txt
22         * doc-src/rfc2554.txt
23                 add RFC about SMTP AUTH
24
25         * src/send_message.c
26         * src/common/smtp.[ch]
27                 add extra error code for authentication errors and
28                 clear temporary password when this error occurs
29
30         (closes Bug 84 authentication failure while sending should
31          prompt for password again)
32
33 2003-03-25 [christoph]  0.8.11claws46
34
35         * configure.ac
36         * src/Makefile.am
37         * src/imageview.[ch]                            ** REMOVE **
38         * src/messageview.[ch]
39         * src/mimeview.[ch]
40         * src/prefs_common.[ch]
41         * src/textview.c
42         * src/plugins/Makefile.am
43         * src/plugins/image_viewer/.cvsignore           ** NEW **
44         * src/plugins/image_viewer/Makefile.am          ** NEW **
45         * src/plugins/image_viewer/plugin.c             ** NEW **
46         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
47                 move image viewer into a plugin (building is enabled by default)
48                 [ToDo: Prefs for resize and autoview]
49
50 2003-03-25 [paul]       0.8.11claws45
51
52         * sync with 0.8.11cvs12
53                 see ChangeLog 2003-03-26
54
55 2003-03-25 [paul]       0.8.11claws44
56
57         * sync with 0.8.11cvs11
58                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
59                 
60         Note: Selective Download is broken.
61                 
62 2003-03-22 [christoph]  0.8.11claws43
63
64         * src/folder.c
65                 code cleanup for flags copying
66
67 2003-03-22 [christoph]  0.8.11claws42
68
69         * src/plugins/trayicon/trayicon.c
70                 fix setting the transparent area when the window size
71                 is forced by the system tray
72
73 2003-03-22 [christoph]  0.8.11claws41
74
75         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
76         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
77         * src/plugins/trayicon/newmail.xpm              ** NEW **
78         * src/plugins/trayicon/nomail.xpm               ** NEW **
79         * src/plugins/trayicon/trayicon.c
80         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
81                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
82                 o add icon for unread mails
83                 o set transparency for window
84
85 2003-03-22 [christoph]  0.8.11claws40
86
87         * src/news.c
88                 init news session to prevent crash when session is closed
89
90 2003-03-22 [christoph]  0.8.11claws39
91
92         * src/imap.c
93         * src/common/session.[ch]
94                 Init session data to make sure we don't have invalid pointers
95                 for read_ch and write_ch when new multi process sessions are
96                 not used
97
98         * src/main.c
99         * src/common/plugin.c
100         * src/common/sylpheed.c
101         * src/plugins/demo/demo.c
102         * src/plugins/dillo_viewer/dillo_viewer.c
103         * src/plugins/mathml_viewer/mathml_viewer.c
104         * src/plugins/spamassassin/spamassassin.c
105         * src/plugins/spamassassin/spamassassin_gtk.c
106                 add plugin types to allow loading plugins at different times
107                 (and maybe for different frontends), because it's not good to
108                 load GTK-Plugins gefore gtk_init was called
109
110         * configure.ac
111         * src/plugins/Makefile.am
112         * src/plugins/trayicon/.cvsignore               ** NEW **
113         * src/plugins/trayicon/Makefile.am              ** NEW **
114         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
115         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
116         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
117         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
118         * src/plugins/trayicon/trayicon.c               ** NEW **
119                 New Trayicon plugin that shows an icon in a systray that uses
120                 XEMBED protocol like Gnome's systray. Icon shows if there
121                 are new mails and a tooltip shows information about new,
122                 unread and total messages.
123
124 2003-03-22 [paul]       0.8.11claws38
125
126         * src/common/smtp.c
127                 fix ESMTP AUTH CRAM-MD5
128                 [sync with main (still version 0.8.11cvs6), see
129                  ChangeLog 2003-03-22]
130
131 2003-03-21 [colin]      0.8.11claws37
132
133         * src/send_message.c
134                 Fix USE_SSL => USE_OPENSSL
135
136 2003-03-21 [colin]      0.8.11claws36
137
138         * src/folderview.c
139                 Fix counts in drag and dropped subfolders
140
141 2003-03-21 [colin]      0.8.11claws35
142
143         * src/folder.c 
144         * src/folderview.c
145                 speed up a bit folder dnd
146
147 2003-03-20 [alfons]     0.8.11claws34
148
149         * src/main.c
150         * src/toolbar.c
151         * src/procmsg.c
152                 don't send locked queue messages
153                 (feature request "[ 705245 ] Locking message in outbox 
154                  should prevent sending")
155
156 2003-03-20 [christoph]  0.8.11claws33
157
158         * src/folder.c
159                 remove NEW and UNREAD flag in special folders when scanning
160                 
161         * src/common/smtp.c
162                 fix ESMTP AUTH CRAM-MD5
163
164 2003-03-20 [paul]       0.8.11claws32
165
166         * src/prefs_account.c
167                 Re-write 'Tunnel command to open connection' as
168                 'Use command to communicate with server', and disable
169                 it for all except IMAP accounts
170
171 2003-03-20 [paul]       0.8.11claws31
172
173         * sync with 0.8.11cvs6
174                 see ChangeLog 2003-03-20
175
176 2003-03-19 [match]      0.8.11claws30
177
178         * src/addritem.[ch]
179                 include documentation. minor refactoring.
180         * src/addr_compl.[ch]
181         * src/addrindex.[ch]
182         * src/addresbook.[ch]
183         * src/summaryview.c
184                 re-enable address lookup (was disabled in
185                 0.8.11claws20).
186
187 2003-03-19 [christoph]  0.8.11claws29
188
189         * src/procmsg.c
190                 add temp flag handling, will make moving and copying
191                 messages possible again
192
193         * src/folder.c
194                 correct calulation of folder stats
195
196 2003-03-18 [match]      0.8.11claws28
197
198         * src/editgroup.h
199                 remove case sensitive comparison (closes bug 80).
200
201 2003-03-18 [christoph]  0.8.11claws27
202
203         * src/imap.c
204                 fix imap using a tunnel command
205
206         (closes bug 87)
207
208 2003-03-18 [christoph]  0.8.11claws26
209
210         * src/folder.[ch]
211         * src/imap.c
212         * src/procmsg.[ch]
213                 rewrite flag handling for folders
214
215 2003-03-18 [christoph]  0.8.11claws25
216
217         * src/folder.c
218         * src/procmsg.c
219         * src/summaryview.c
220                 unset NEW and UNREAD flags when message is ignored, to make
221                 sure messages don't show up as unread on other IMAP clients,
222                 because the IGNORE_THREAD flag can not be syncronized through
223                 the IMAP folder
224
225 2003-03-17 [christoph]  0.8.11claws24
226
227         * src/imap.c
228                 don't use recursion to fetch uids when the number of messages
229                 does not match. Moved code into subfunction that is used
230                 again when needed, to prevent an endless loop.
231
232 2003-03-17 [thorsten]   0.8.11claws23
233
234         * src/imageview.[ch]
235                 export imageview_get_resized_size() (for plugins)
236         * src/prefs_common.[ch]
237                 added prefs_common_get() (for plugins)
238
239 2003-03-17 [christoph]  0.8.11claws22
240
241         * src/imap.c
242                 o remove UID guessing from copy code
243                 o support UIDPLUS extension for APPEND command
244
245 2003-03-17 [paul]       0.8.11claws21
246
247         * src/gtk/about.c
248                 remove 'Compiled-plugins' section.
249                 
250         * src/plugins/dillo_viewer/dillo_viewer.c
251                 slight change to description text
252
253 2003-03-16 [match]      0.8.11claws20
254         * src/ldapserver.[ch]           ** NEW **
255         * src/ldapctrl.[ch]             ** NEW **
256         * src/ldapquery.[ch]            ** NEW **
257         * src/ldaputil.[ch]             ** NEW **
258         * src/addrcindex.[ch]           ** NEW **
259         * src/addrquery.h               ** NEW **
260         * src/addritem.[ch]
261         * src/addrcache.[ch]
262         * src/addrindex.[ch]
263         * src/addr_compl.[ch]
264         * src/addressbook.[ch]
265         * src/addrbook.[ch]
266         * src/editgroup.c
267         * src/editaddress.c
268         * src/editldap.c
269         * src/editldap_basedn.c
270         * src/vcard.c
271         * src/jpilot.c
272         * src/Makefile.am
273                 included dynamic LDAP queries. improved address
274                 completion.
275
276 2003-03-16 [paul]       0.8.11claws19
277
278         * tools/multiwebsearch.pl
279                 fix a fatal typo
280
281 2003-03-16 [christoph]  0.8.11claws18
282
283         * src/mimeview.c
284         * src/plugins/dillo_viewer/dillo_viewer.c
285         * src/plugins/mathml_viewer/mathml_viewer.c
286                 make unregistering of MimeViewerFactorys possible
287
288 2003-03-16 [alfons]     0.8.11claws17
289
290         * configure.ac
291                 correct typo
292
293 2003-03-16 [melvin]     0.8.11claws16
294
295         * src/plugins/dillo_viewer.c
296                 Fixed bug where it was not possible to view more than
297                 one text/html attachment per message (bug discovered
298                 by Christoph Hohmann).
299
300 2003-03-15 [melvin]     0.8.11claws15
301
302         * src/prefs_actions.c
303                 Fixed compilation warnings.
304
305 2003-03-15 [melvin]     0.8.11claws14
306
307         * src/plugins/Makefile.am
308         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
309         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
310         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
311                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
312                 newer (http://dillo.auriga.wearlab.de/).
313
314 2003-03-15 [christoph]  0.8.11claws13
315
316         * src/imap.c
317                 don't query imap folder for attributes because we already
318                 for them from imap_status
319
320         * src/mimeview.[ch]
321                 add support for plugable MimeViewers (unloading Viewers
322                 not yet complete)
323
324         * src/plugins/Makefile.am
325         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
326         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
327         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
328                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
329                 widget from http://helm.cs.unibo.it/mml-widget/
330
331 2003-03-14 [christoph]  0.8.11claws12
332
333         * src/folder.[ch]
334                 o error return code's should better be negative
335                 o replace printf with debug_print
336
337         * src/imap.c
338                 improve IMAP folder scan by checking UID-NEXT
339
340         * src/summaryview.c
341                 remove check that are unnecessary in my opinion
342
343 2003-03-13 [christoph]  0.8.11claws11
344
345         * src/folder.[ch]
346         * src/foldersel.c
347         * src/folderview.c
348         * src/imap.c
349         * src/mbox_folder.c
350         * src/mh.c
351         * src/news.c
352         * src/prefs_scoring.c
353         * src/summaryview.c
354                 use a common function to get a displayable name
355                 for a FolderItem
356
357 2003-03-13 [paul]       0.8.11claws10
358
359         * tools/Makefile.am
360           tools/README
361           tools/multiwebsearch.conf     ** NEW FILE **
362           tools/multiwebsearch.pl       ** NEW FILE **
363                 add multiwebsearch Actions script
364
365 2003-03-13 [colin]      0.8.11claws9
366
367         * src/compose.c
368                 Remove leading emtpy lines from quoted text
369                 before quoting it
370
371 2003-03-13 [melvin]     0.8.11claws8
372
373         * src/prefs_actions.c
374                 Fixed a memory leak
375                 Code clean ups
376                 Added Cancel and OK buttons
377                 Corrected help text
378
379 2003-03-13 [christoph]  0.8.11claws7
380
381         * src/account.c
382         * src/folder.[ch]
383         * src/imap.c
384         * src/mainwindow.c
385         * src/mbox_folder.c
386         * src/mh.c
387         * src/news.c
388         * src/setup.c
389                 replace more folder type stuff with folder class stuff
390
391 2003-03-13 [melvin]     0.8.11claws6
392
393         * src/prefs_actions.c
394                 Added new tokens:
395                 %u: user provided argument
396                 %h: user provided argument (hidden on input)
397                 %s: current text selection in the message view 
398
399 2003-03-13 [paul]       0.8.11claws5
400
401         * sync with 0.8.11cvs5
402                 see ChangeLog 2003-03-11, 2003-03-12
403
404 2003-03-12 [christoph]  0.8.11claws4
405
406         * src/folder.c
407                 use folder class idstr when writing folderlist.xml
408
409         * src/folder.h
410         * src/imap.c
411         * src/news.c
412                 replace folder type checks with folder class checks
413
414 2003-03-12 [christoph]  0.8.11claws3
415
416         * src/folder.[ch]
417         * src/imap.[ch]
418         * src/main.c
419         * src/mbox_folder.[ch]
420         * src/mh.[ch]
421         * src/news.[ch]
422                 o create a list of known folder classes in the folder system
423                 o use folder class id strings for folder item identifiers
424
425 2003-03-12 [christoph]  0.8.11claws2
426
427         * src/imap.c
428                 fix imap uid validity check
429
430 2003-03-12 [christoph]  0.8.11claws1
431
432         * src/account.c
433         * src/folder.[ch]
434         * src/foldersel.c
435         * src/folderview.c
436         * src/imap.c
437         * src/mainwindow.c
438         * src/mbox_folder.c
439         * src/mh.c
440         * src/news.c
441         * src/prefs_scoring.c
442         * src/procmsg.c
443         * src/setup.c
444         * src/summaryview.c
445                 initial restructuring of folder system, seperating
446                 folders and folder classes
447
448 2003-03-12 [paul]       0.8.11claws
449
450         0.8.11claws release
451
452 2003-03-12 [christoph]
453
454         * src/gtk/prefswindow.c
455                 fix translation of "Page Index"
456
457 2003-03-12 [paul]       0.8.10claws110
458
459         a sync from 0.8.11cvs4 before the release
460
461         * src/common/utils.c
462                 subject_compare_for_sort(): allow null strings (fixes
463                 summary sorting).
464
465 2003-03-11 [paul]       0.8.10claws109
466
467         * po/es.po
468                 update Spanish translation, submitted by
469                 Ricardo Mones Lastra
470
471 2003-03-11 [melvin]     0.8.10claws108
472
473         * po/fr.po
474                 Updated French translations
475
476 2003-03-11 [paul]       0.8.10claws107
477
478         * manual/en/Makefile.am
479           manual/en/*.html
480                 update English manual, add a new page
481                 updated by Francois Barriere <fbarriere@atmel.fr>
482                 
483         * po/bg.po
484           po/it.po
485           po/sr.po
486                 update Bulgarian, Italian, and Serbian translations
487                 submitted by George Danchev, Alessandro Maestri, and
488                 Urke MMI
489
490 2003-03-10 [paul]       0.8.10claws106
491
492         * src/gtk/about.c
493           src/gtk/prefswindow.c
494                 make some strings translatable
495
496 2003-03-10 [darko]      0.8.10claws105
497
498         * src/compose.c
499                 code cleanup to make Hiro happy
500
501 2003-03-10 [paul]       0.8.10claws104
502
503         * sync with 0.8.11cvs2
504                 see ChangeLog 2003-03-10
505
506 2003-03-09 [melvin]     0.8.10claws103
507
508         * src/textview.c
509                 textview_set_font(): fix for message display in
510                 UTF-8 locales (thanks to Sergey Vlasov).
511                 (was unintentionnaly reverted in 0.8.6claws6)   
512
513 2003-03-08 [darko]      0.8.10claws102
514
515         * src/compose.c
516                 fix infinite loop in wrapping as reported
517                 by happycactus
518                 obsoletes patch #696482
519
520 2003-03-08 [christoph]  0.8.10claws101
521
522         * src/imap.c
523                 add workaround for IMAP servers that do not
524                 support the "UID SEARCH UID" command
525
526 2003-03-07 [christoph]  0.8.10claws100
527
528         * src/plugins/spamassassin/spamassassin.[ch]
529         * src/plugins/spamassassin/spamassassin_gtk.c
530                 code cleanup
531
532 2003-03-07 [paul]       0.8.10claws99
533
534         * po/es.po
535                 updated Spanish translation, submitted by
536                 Ricardo Mones Lastra
537
538 2003-03-07 [christoph]  0.8.10claws98
539
540         * src/send.c
541                 fix in 0.8.10claws94 was wrong
542                 local delivery does not require escaping, remove escaping
543                 code to make signatures of mails with "." lines valid
544                 
545                 NOTE: requires that sendmail is executed with "-i" option,
546                       what is the default now, but has to be changed in all
547                       exsiting accounts)
548
549 2003-03-07 [paul]       0.8.10claws97
550
551         * sync with 0.8.11 release
552                 see ChangeLog 2003-03-07
553
554 2003-03-06 [paul]       0.8.10claws96
555
556         * src/compose.c
557                 revert commit 0.8.10claws92
558
559 2003-03-06 [paul]       0.8.10claws95
560
561         * src/folderview.c
562                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
563
564         * src/gtkaspell.c
565                 fix bug 74, 'Crash opening editor window with pseudo-color
566                 display'
567                 
568         Patches submitted by Kevin Vigor <kevin@vigor.nu>
569
570 2003-03-06 [christoph]  0.8.10claws94
571
572         * src/send.c
573                 fix rfc2821 (4.5.2) violation in SMTP data sending,
574                 all lines starting with a period get an extra period
575                 inserted
576                 (found by Simon 'corecode' Schubert)
577
578 2003-03-06 [paul]       0.8.10claws93
579
580         * src/folderview.c
581                 if configured font can't be loaded fall back to gtk
582                 default. (with thanks to Christoph)
583                 
584                 closes long-standing bug 15 'Crashes on startup'
585
586 2003-03-06 [paul]       0.8.10claws92
587
588         * src/compose.c
589                 freeze text before autosave and thaw afterwards
590                 fixes bug 67 'autosave make re-rediting message crazy'
591
592 2003-03-06 [christoph]  0.8.10claws91
593
594         * src/compose.c
595                 ignore address comment in dupe check for Cc-list
596
597         (closes reopened bug 47 Replying to message strips name part of
598          e-mail addresses of Cc: lines)
599
600 2003-03-06 [paul]       0.8.10claws90
601
602         * src/Makefile.am
603                 remove reference to gtkxtext.h as its no longer in
604                 the repository
605
606 2003-03-06 [paul]       0.8.10claws89
607
608         * sync with 0.8.10cvs25
609                 see ChangeLog 2003-03-06
610
611 2003-03-06 [oliver]     0.8.10claws88
612         
613         * src/messageview.c
614                 remove include
615
616 2003-03-06 [oliver]     0.8.10claws87
617         
618         * src/folderview.c 
619                 remove changes introduced inclaws74
620         * src/messageview.c
621                 another attempt to sanely delete and update
622                 messages deleted in separate messageview
623
624 2003-03-05 [christoph]  0.8.10claws86
625
626         * src/summaryview.c
627                 check if "From" matches any account's address if
628                 addressbook completion of addresses is disabled too
629
630         (closes Bug 70 "Display recipient in from" doesn't check
631          folder's default account)
632
633 2003-03-05 [christoph]  0.8.10claws85
634
635         * src/compose.c
636         * src/common/utils.[ch]
637                 don't strip address comments when building Cc lists
638
639         (closes Bug 47 Replying to message strips name part of e-mail addresses
640          of Cc: lines)
641
642         * src/folder.c
643                 fix return value of copy function
644
645 2003-03-05 [christoph]  0.8.10claws84
646
647         * src/imap.c
648                 don't ask imap server for non rfc822 headers
649
650         (closes bug 71 IMAP FETCH asks for FROM header field twice)
651
652         * src/imap.c
653                 destroy session on socket error to allow reconnecting
654
655 2003-03-05 [christoph]  0.8.10claws83
656
657         * configure.ac
658                 fix building with gnome when no prefix is set
659
660         (closes bug 66 Gnome directory is set to NONE)
661
662 2003-03-05 [paul]       0.8.10claws82
663
664         * sync with 0.8.10cvs23
665                 see ChangeLog 2003-03-05
666
667 2003-03-04 [christoph]  0.8.10claws81
668
669         * src/folder.c
670                 o fix moving and copying when folder returns 0 for new
671                   message number
672                 o remove some code for single message copy and move
673                   operations and use functions for multiple messages
674
675         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
676
677         * src/news.c
678                 remove unused include
679
680 2003-03-04 [paul]       0.8.10claws80
681
682         * src/gtk/about.c
683                 list 'Compiled plugins'
684
685 2003-03-03 [christoph]  0.8.10claws79
686
687         * src/news.[ch]
688                 have to multiply the percentage of the current fetch with
689                 the percentage that it has of the total fetch operation
690                 for correct values
691
692 2003-03-03 [christoph]  0.8.10claws78
693
694         * src/news.c
695                 fix calculation of expected lines for progress indicator
696
697 2003-03-03 [christoph]  0.8.10claws77
698
699         * src/summaryview.c
700         * src/common/utils.c
701                 fix segfault when opening the root news folder
702
703 2003-03-03 [christoph]  0.8.10claws76
704
705         * src/mainwindow.[ch]
706         * src/common/Makefile.am
707         * src/common/progressindicator.[ch]
708                 add UI independent progress indicator handling
709
710         * src/news.[ch]
711                 use new progress indicator for message info fetching
712
713         * src/common/hooks.h
714                 code cleanup
715
716 2003-03-03 [oliver]     0.8.10claws75
717
718         * src/toolbar.c
719         * src/compose.c
720                 removed commented code
721
722 2003-03-03 [oliver]     0.8.10claws74
723
724         * src/toolbar.[ch]
725                 cleanups and refactoring
726         * src/compose.[ch]
727                 compose_reply_mode reply & forwarding interface for
728                 toolbar buttons
729         * src/folderview.c
730                 act on messages marked for deletion in folderview_selected
731                 based on prefs_common.immediate_exec since a message might 
732                 have been deleted by messageview in a folder we are changing 
733                 to (does anybody understand what I'm on about ?)
734
735 2003-03-03 [oliver]     0.8.10claws73
736         
737         * src/messageview.[ch]
738                 new functions
739                 - messageview_delete: delete message shown in messagview
740                 - messageview_update_view: update messageview to currently 
741                   selected summaryview message
742                 - add separate messageview to msgview_list in order to update 
743                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
744         * src/summaryview.[ch]
745                 summary_get_selection returns a list of selected msgs
746                 in summaryview
747         * src/mainwindow.c
748                 toolbar reply refactoring
749
750 2003-03-03 [paul]       0.8.10claws72
751
752         * sync with 0.8.10cvs21
753                 see ChangeLog 2003-03-03
754
755 2003-03-02 [christoph]  0.8.10claws71
756
757         * src/common/passcrypt.c
758                 use POSIX includes
759
760 2003-03-02 [christoph]  0.8.10claws70
761
762         * configure.ac
763         * src/prefs_account.c
764         * src/prefs_gtk.[ch]
765         * src/common/.cvsignore
766         * src/common/Makefile.am
767         * src/common/passcrypt.c                ** NEW **
768         * src/common/passcrypt.h.in             ** NEW **
769                 Implement password encryption in config files
770                 using unix encrypt and setkey functions. The crypt
771                 key can be set as a configure parameter. Old
772                 passwords will be converted if they do not begin
773                 with '!'
774
775 2003-03-02 [paul]       0.8.10claws69
776
777         * src/prefs_account.c
778                 fix compile error
779
780 2003-03-01 [thorsten]   0.8.10claws68
781
782         * po/el.po
783           po/hr.po
784           po/it.po
785           po/nl.po
786           po/sr.po
787           po/sv.po
788                 corrected format strings
789         * po/en_GB.po
790                 corrected headers
791                 (fix compile errors with GNU gettext-0.11.5)
792
793 2003-03-01 [oliver]     0.8.10claws67
794
795         * src/summaryview.c
796                 menu callbacks call toolbar_menu_reply
797
798 2003-03-01 [oliver]     0.8.10claws66
799
800         * src/mainwindow.c
801         * src/messageview.c
802                 menu callbacks call toolbar_menu_reply
803         * src/toolbar.[ch]
804                 callbacks from menu handled by toolbar_menu_reply
805
806 2003-03-01 [paul]       0.8.10claws65
807
808         * src/addressbook.c
809                 revert commit 0.8.10claws54 - breaks editing of
810                 addressbook.
811                 
812         * po/bg.po
813                 update Bulgarian translation, submitted by
814                 George Danchev
815
816 2003-02-28 [christoph]  0.8.10claws64
817
818         * src/account.c
819         * src/addressadd.c
820         * src/compose.c
821         * src/gtkaspell.c
822         * src/gtkxtext.h                ** REMOVE **
823         * src/imap.c
824         * src/matcher.[ch]
825         * src/mh.c
826         * src/news.c
827         * src/pine.c
828         * src/prefs_common.c
829         * src/prefs_matcher.c
830         * src/procheader.[ch]
831         * src/procmsg.[ch]
832         * src/toolbar.c
833         * src/common/ssl_certificate.c
834         * src/gtk/colorlabel.c
835         * src/gtk/menu.c
836                 o fix warnings
837                 o remove code obsoleted by new cache and folder system rework
838
839 2003-02-28 [oliver]     0.8.10claws63
840         
841         * src/toolbar.[ch]
842                 * fix bug where reply in Messageview replied to 
843                 Message displayed in summaryview
844                 (reportedd via ML by chinatinte at gmx dot ch)
845                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
846                 didn't work in separate MessageView Toolbar
847                 (wondering if anybody uses this at all ?)
848         * src/summaryview.[ch]
849                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
850                 (generalize reply and forward code);
851         * src/messageview.c 
852                 remove focus_in event which updated summaryview to messageview
853
854 2003-02-28 [paul]       0.8.10claws62
855
856         * po/Makefile.in.in
857                 add the --check option
858                 Patch submitted by Ricardo Mones Lastra
859
860 2003-02-28 [paul]       0.8.10claws61
861
862         * src/prefs_account.c
863                 re-order 'Signature' items
864
865 2003-02-28 [paul]       0.8.10claws60
866
867         * sync with 0.8.10cvs20
868                 see ChangeLog 2003-02-28
869
870 2003-02-28 [paul]       0.8.10claws59
871
872         * po/POTFILES.in
873                 update to reflect recent movement of files
874
875 2003-02-28 [paul]       0.8.10claws58
876
877         * sync with 0.8.10cvs19
878                 see ChangeLog 2003-02-28
879
880 2003-02-27 [martin]     0.8.10claws57
881
882         * src/prefs_matcher.c 
883                 fix segfault in prefs_matcher_ok() when the
884                 last entry is deleted and prevents that the
885                 message "entry not saved" comes up after deleting
886                 an entry
887
888 2003-02-27 [martin]     0.8.10claws56
889
890         * src/prefs_filtering.c 
891                 fix segfault in prefs_filtering_ok() when the
892                 last entry is deleted and prevents that the
893                 message "entry not saved" comes up after deleting
894                 an entry
895
896 2003-02-27 [paul]       0.8.10claws55
897
898         * sync with 0.8.10cvs18
899                 see ChangeLog 2003-02-27
900
901 2003-02-27 [paul]       0.8.10claws54
902
903         * src/addressbook.c
904                 fix bug where the address book crashes with 
905                 multiple lookups.
906                 Patch [687729] submitted by David Frager 
907                 <dbfrager@users.sourceforge.net>
908
909 2003-02-25 [christoph]  0.8.10claws53
910
911         * src/Makefile.am
912         * src/colorlabel.[ch]           ** REMOVE **
913         * src/gtk/Makefile.am
914         * src/gtk/colorlabel.[ch]       ** NEW **
915                 move colorlabel files to gtk directory
916
917         * src/esmtp.[ch]                ** REMOVE **
918                 has been merged into smtp.[ch] in 0.7.5
919
920 2003-02-25 [christoph]  0.8.10claws52
921
922         * src/Makefile.am
923         * src/about.[ch]                ** REMOVE **
924         * src/gtk/Makefile.am
925         * src/gtk/about.[ch]            ** NEW **
926                 move about files to gtk directory
927
928 2003-02-25 [christoph]  0.8.10claws51
929
930         * src/folder.c
931                 some code optimization of folder scanning code
932
933         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
934
935 2003-02-25 [christoph]  0.8.10claws50
936
937         * src/main.c
938         * src/common/sylpheed.c
939                 add command line parameter parsing to common code
940
941 2003-02-24 [christoph]
942
943         * Makefile.am
944         * configure.ac
945                 fix gnome prefix problems, the configure script now removed
946                 `gnome-config --prefix` from `gnome-config --datadir`
947                 and adds $(prefix} instead
948
949         (closes Bug 24 Makefile does not respect prefix when installing
950          GNOME data)
951
952 2003-02-24 [christoph]  0.8.10claws49
953
954         * src/news.c
955                 check for valid session before trying to authenticate
956
957         (closes Bug 60 crash if "authenticate on logon" is activated
958          and newsserver-hostname is not valid)
959
960 2003-02-24 [melvin]     0.8.10claws48
961
962         * src/prefs_actions.c
963                 Make sure all user's input is sent to the action and then
964                 close the socket..
965
966 2003-02-23 [alfons]     0.8.10claws46
967
968         * src/summaryview.c
969                 also wait cursor when deleting files
970
971 2003-02-23 [paul]
972
973         * tools/freshmeat_search.pl
974           tools/google_search.pl
975                 scripts should now work for any browser/browser command line
976
977 2003-02-22 [christoph]  0.8.10claws45
978
979         * src/procmsg.c
980                 fix IMAP flag setting, IMAP flag is not handled correctly
981                 anymore by the folder system and information about the
982                 folder should not be saved in the MsgInfo (in my opinion)
983
984         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
985
986 2003-02-22 [christoph]  0.8.10claws44
987
988         * src/summaryview.c
989                 fix spelling of "label" ;-)
990
991 2003-02-22 [thorsten]   0.8.10claws43
992
993         * src/mimeview.c
994           src/prefs_common.[ch]
995           src/procmime.[ch]
996                 do not use description as attachment name
997
998 2003-02-22 [alfons]     0.8.10claws42
999
1000         * src/summaryview.c
1001                 freeze/thaw folder item updates when changing color labels,
1002                 and put a wait cursors on
1003
1004 2003-02-22 [thorsten]   0.8.10claws41
1005
1006         * src/mimeview.c
1007                 save-all fixes: crash if invoked on multipart container,
1008                 mimeinfo access, pathseparators, error dialog
1009
1010 2003-02-21 [alfons]     0.8.10claws40
1011
1012         * src/prefs_gtk.c
1013                 remove unused var
1014
1015 2003-02-21 [colin]      0.8.10claws39
1016
1017         * src/send.c
1018                 Fix smtp logging
1019
1020 2003-02-21 [colin]      0.8.10claws38
1021
1022         * src/summaryview.c
1023                 Freeze/thaw folderItem updates when filtering messages 
1024                 via Tools/Filter messages
1025
1026 2003-02-21 [paul]       0.8.10claws37
1027
1028         * src/compose.c
1029                 revert commit 0.8.10claws26, there are ulterior motives
1030                 for users to set a Reply-To header when posting to
1031                 newsgroups
1032
1033 2003-02-21 [paul]       0.8.10claws36
1034
1035         * sync with 0.8.10cvs17
1036                 see ChangeLog 2003-02-21
1037
1038 2003-02-20 [christoph]  0.8.10claws35
1039
1040         * src/imap.c
1041                 IMAP UID fetch speedup using SEARCH
1042
1043         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1044
1045         * src/imap.c
1046                 fix problem with UIDs in IMAP UID cache that no longer existed
1047
1048 2003-02-20 [christoph]  0.8.10claws34
1049
1050         * src/imap.c
1051         * src/procheader.c
1052         * src/procheader.h
1053                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
1054
1055         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1056
1057         * src/imap.c
1058                 Rewrite imap_cmd_gen_recv use sock_getline instead
1059                 of sock_gets to avoid problems with too long reply
1060                 lines
1061     
1062 2003-02-20 [colin]      0.8.10claws33
1063         
1064         * src/prefs_account.c
1065                 Better wording
1066
1067 2003-02-20 [colin]      0.8.10claws32
1068
1069         * src/compose.c
1070                 Remove useless '&& !to_sender' 
1071
1072 2003-02-20 [darko]
1073
1074         * AUTHORS
1075                 change my e-mail address
1076
1077 2003-02-19 [colin]      0.8.10claws31
1078
1079         * src/prefs_common.c
1080                 X11 style colors for every configurable color
1081
1082 2003-02-19 [alfons]     0.8.10claws30
1083
1084         * src/prefs_gtk.[ch]
1085         * src/prefs_common.c
1086                 for color_new accept both plain integers and X11 style color
1087                 names (as found in /usr/lib/X11/rgb.txt)
1088
1089 2003-02-19 [paul]       0.8.10claws29
1090
1091         * src/mainwindow.c
1092                 add tooltips to online/offline button and account selector
1093                 button
1094
1095 2003-02-19 [paul]       0.8.10claws28
1096
1097         * src/folder.c
1098           src/news.c
1099           src/prefs_account.[ch]
1100           src/prefs_common.[ch]
1101                 move 'Maximum number of articles to download' to
1102                 account prefs.
1103                 clean up account prefs gui a little by hiding entries
1104                 rather then greying out entries
1105
1106 2003-02-19 [hiro]       0.8.10claws27
1107
1108         * src/common/utils.c
1109                 fix bug #54 'yesterdays date is displayed in the message 
1110                 summary window'
1111
1112 2003-02-19 [paul]       0.8.10claws26
1113
1114         * src/compose.c
1115                 fix bug reported in Feature Request [688596] 
1116                 'Reply-to header in news'
1117
1118 2003-02-18 [paul]       0.8.10claws25
1119
1120         * src/select-keys.c
1121                 add a 'List all keys' button to key selection dialog
1122
1123 2003-02-18 [colin]      0.8.10claws24
1124         
1125         * src/stock_pixmap.c
1126                 fix compile error
1127
1128 2003-02-18 [colin]      0.8.10claws23
1129
1130         * src/common/smtp.[ch]
1131           src/prefs_account.c
1132                 Try to starttls if it seems to be the only
1133                 way to authenticate a user
1134
1135 2003-02-18 [paul]       0.8.10claws22
1136
1137         * src/Makefile.am
1138           src/folderview.c
1139           src/stock_pixmap.[ch]
1140           src/pixmaps/drafts_close.xpm  ** NEW FILE **
1141           src/pixmaps/drafts_open.xpm   ** NEW FILE **
1142                 as a Drafts folder is a special folder allow it to have
1143                 its own unique icons
1144
1145 2003-02-18 [colin]      0.8.10claws21
1146
1147         * src/imap.c
1148                 Fix port selection when using starttls
1149
1150 2003-02-18 [paul]       0.8.10claws20
1151
1152         * src/mainwindow.c
1153           src/prefs_common.[ch]
1154                 make blue the default new mail colour
1155
1156 2003-02-18 [paul]       0.8.10claws19
1157
1158         * sync with 0.8.10cvs14
1159                 see ChangeLog 2003-02-18
1160
1161 2003-02-17 [jens]       0.8.10claws18
1162
1163         * src/common/md5.c
1164                 fixed a compile problem with gcc 3.3
1165                 works on 2.95.3 too (testet on PPC as it is big endian)
1166
1167 2003-02-17 [paul]       0.8.10claws17
1168
1169         * sync with 0.8.10cvs13
1170                 see ChangeLog 2003-02-17
1171
1172 2003-02-17 [paul]       0.8.10claws16
1173
1174         * sync with 0.8.10cvs12
1175                 see ChangeLog 2003-02-17
1176
1177 2003-02-16 [match]      0.8.10claws15
1178
1179         * src/addressbook.c
1180                 Eliminates reloading of address data when items
1181                 deleted or added. Applied submitted by
1182                 Luke Plant <lukeplant@softhome.net>
1183
1184 2003-02-16 [paul]       0.8.10claws14
1185
1186         * src/news.c
1187                 when a 'protocol error' is encountered disconnect from
1188                 the server. This means that the user can carry on viewing
1189                 other articles and doesn't have to either wait until the
1190                 server timesout or quit sylpheed.
1191                 Fixes bug #53 'Unable to read messages in newsgroups, 
1192                 displayed message doesn't change'
1193
1194 2003-02-15 [christoph]  0.8.10claws13
1195
1196         * src/imap.c
1197                 fix bug that stopped scanning of folders when an
1198                 IMAP folder was empty
1199
1200         (closes bug 46 stop scan messages in folders after empty folder)
1201
1202 2003-02-15 [paul]
1203
1204         * tools/Makefile.am
1205           tools/README
1206           tools/freshmeat_search.pl     ** NEW FILE **
1207           tools/google_search.pl        ** NEW FILE **
1208                 Add 2 Actions scripts which search freshmeat/google
1209                 for the selected text using the browser configured
1210                 in sylpheedrc.
1211                 
1212         Note: These scripts are very dependent on the format of the
1213         browser command and may not work on every occasion. Testing
1214         is welcome. 
1215
1216 2003-02-14 [alfons]     0.8.10claws12
1217
1218         * src/compose.c
1219                 fix breakage because of uninitialized account pointer.
1220                 please verify.
1221
1222 2003-02-14 [paul]       0.8.10claws11
1223
1224         * src/compose.c
1225           src/prefs_account.[ch]
1226           src/prefs_common.[ch]
1227                 move signature settings to Account Prefs
1228
1229 2003-02-14 [paul]       0.8.10claws10
1230
1231         * sync with 0.8.10cvs11
1232                 see ChangeLog 2003-02-14
1233
1234 2003-02-13 [thorsten]   0.8.10claws9
1235
1236         * src/news.c
1237                 revert news progressbar (GUI separation)
1238
1239 2003-02-13 [paul]       0.8.10claws8
1240
1241         * src/compose.c
1242                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
1243                 paragraph 1
1244
1245 2003-02-13 [paul]       0.8.10claws7
1246
1247         * src/compose.[ch]
1248           src/summaryview.c
1249                 fix 'Follow-up and Reply-to' so that it creates a reply to
1250                 the newsgroup and the sender. If the message has the keyword
1251                 'poster' in the Followup-To header, all replies go to the
1252                 sender, re: RFC 1036, Section 2.2.3
1253                 rename all instances of 'ignore_replyto' to 'to_sender', both
1254                 were previously used, now we use just one.
1255
1256 2003-02-13 [paul]       0.8.10claws6
1257
1258         * sync with 0.8.10cvs9
1259                 see ChangeLog 2003-02-13
1260
1261 2003-02-13 [paul]       0.8.10claws5
1262
1263         * configure.ac
1264                 show which plugins are configured in the configure
1265                 output.
1266
1267 2003-02-12 [thorsten]   0.8.10claws4
1268
1269         * src/news.c
1270                 show progress while fetching news headers
1271
1272 2003-02-12 [christoph]  0.8.10claws3
1273
1274         * configure.ac
1275         * src/plugins/Makefile.am
1276                 use AM_CONDITIONAL to enable plugins, automake correctly
1277                 manages this when creating distdir
1278
1279 2003-02-12 [christoph]  0.8.10claws2
1280
1281         * ac/spamassassin.m4
1282         * src/plugins/spamassassin/Makefile.am
1283                 fix building SpamAssassin plugin without OpenSSL
1284
1285 2003-02-12 [paul]       0.8.10claws1
1286
1287         * ac/Makefile.am
1288           src/Makefile.am
1289           src/plugins/Makefile.am
1290                 fix failure of 'make release'
1291
1292 2003-02-12 [paul]       0.8.10claws
1293
1294         * 0.8.10claws released
1295
1296 2003-02-12 [paul]       0.8.9claws56
1297
1298         * po/bg.po
1299           po/es.po
1300           po/it.po
1301           po/ru.po
1302           po/sr.po
1303                 updated translations by George Danchev, Ricardo Mones Lastra,
1304                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
1305                 
1306         * sylpheed.spec.in
1307                 Allow the building of RPMs by a regular user. Submitted
1308                 by Sergei Astanin
1309
1310 2003-02-11 [alfons]     0.8.9claws55
1311
1312         * src/colorlabel.c
1313                 don't use pixmaps for label color rect but draw rectangles
1314                 so we can respect the color map of palette based visuals
1315                 (fixes the long time crashes on Suns - thanks to Andreas
1316                 Engel and Steve O'Hara-Smith for testing)
1317
1318 2003-02-11 [christoph]  0.8.9claws54
1319
1320         * src/matcher_parser_parse.y
1321                 correct bug where filering rules of not existing folders in
1322                 matcherrc were added to global filtering
1323                 
1324         (closes Debian Bug #180253 - Directory's filter-rules are merged with
1325          main filter-rules after removing directory, http://bugs.debian.org/180253)
1326         
1327 2003-02-11 [paul]       0.8.9claws53
1328
1329         * sync with 0.8.10cvs7
1330                 see ChangeLog 2003-02-09
1331
1332 2003-02-11 [melvin]     0.8.9claws52
1333
1334         * po/fr.po
1335                 Updated French tranlsations
1336
1337 2003-02-10 [paul]       0.8.9claws51
1338
1339         * sylpheed.spec.in
1340                 correct --enable-openssl
1341                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
1342
1343 2003-02-09 [martin]     0.8.9claws50
1344
1345         * src/prefs_matcher.c
1346                 fix segfault in prefs_matcher_substitute_cb() when
1347                 no row is selected
1348
1349 2003-02-09 [paul]       0.8.9claws49
1350
1351         * src/folderview.c
1352                 fix bug where a newsgroup folder's processing rules were
1353                 merged with the global filtering rules when the newsgroup
1354                 folder was deleted, causing some seriously bad results,
1355                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
1356
1357 2003-02-08 [melvin]     0.8.9claws48
1358
1359         * src/compose.c
1360                 Corrected and modified an alert message.
1361
1362 2003-02-07 [paul]       0.8.9claws47
1363
1364         * src/folderview.c
1365                 fix bug where both an 'Account properties' window and a
1366                 'Folder properties' window were opened when clicking on
1367                 'Properties' in an NNTP or IMAP folder's popup menu.
1368
1369 2003-02-07 [paul]       0.8.9claws46
1370
1371         * sync with 0.8.10cvs6
1372                 see ChangeLog 2003-02-06
1373
1374 2003-02-06 [christoph]  0.8.9claws45
1375
1376         * src/mbox.c
1377                 freeze folder updates while importing mbox files
1378                 (closes bug 43 importing mbox took hours)
1379                 
1380         Patch submitted by Jens Rantil <jens.rantil@telia.com>
1381
1382 2003-02-06 [thorsten]   0.8.9claws44
1383
1384         * po/de.po
1385                 Updated german translations
1386
1387 2003-02-06 [thorsten]   0.8.9claws43
1388
1389         * src/news.h
1390                 use guint for message numbers (fix count in grouplist dialog)
1391
1392 2003-02-05 [paul]       0.8.9claws42
1393
1394         * sync with 0.8.10cvs2
1395                 see ChangeLog 2003-02-05
1396
1397 2003-02-04 [colin]      0.8.9claws41
1398
1399         * src/prefs_common.[ch]
1400           src/procmsg.c
1401           src/summaryview.c
1402                 Add an option to disable threading by subject
1403
1404 2003-02-04 [christoph]  0.8.9claws40
1405
1406         * src/inc.c
1407                 only abort fetching mails from multiple accounts when the
1408                 error is fatal and does not allow to check any more accounts
1409                 (currently only disk full error)
1410
1411         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
1412          receive mails for other accouts)
1413
1414 2003-02-04 [christoph]  0.8.9claws39
1415
1416         * src/folder.c
1417                 first add the new message to the cache, then
1418                 send the update notification
1419
1420         (closes bug 39 after sending message folderview doesnt get updated)
1421
1422 2003-02-04 [colin]      0.8.9claws38
1423
1424         * src/inc.c
1425                 _really_ fix this Connecting... status
1426
1427 2003-02-04 [paul]       0.8.9claws37
1428
1429         * sync with 0.8.10
1430                 see ChangeLog 2003-02-04
1431
1432 2003-02-04 [paul]       0.8.9claws36
1433
1434         * sync with 0.8.9cvs6
1435                 see ChangeLog 2003-02-03
1436
1437 2003-02-04 [paul]       0.8.9claws35
1438
1439         * po/pt_BR.po
1440                 updated by André Filipe de Assunção e Brito 
1441                 <bedecko@netsite.com.br>
1442
1443 2003-02-03 [thorsten]   0.8.9claws34
1444
1445         * po/de.po
1446                 Updated german translations
1447
1448 2003-02-02 [paul]       0.8.9claws33
1449
1450         * po/es.po
1451                 updated by Ricardo Mones Lastra
1452
1453 2003-02-02 [thorsten]   0.8.9claws32
1454
1455         * src/mh.c
1456                 Fix mh_get_msginfo() segfault if file is inaccessible
1457
1458 2003-01-31 [colin]      0.8.9claws31
1459
1460         * src/procheader.c
1461                 Fix last commit's bug
1462
1463 2003-01-31 [colin]      0.8.9claws30
1464
1465         * src/procheader.c
1466                 Missing a change for gpg-signed messages
1467
1468 2003-01-31 [paul]       0.8.9claws29
1469
1470         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
1471           src/procheader.c
1472           src/stock_pixmap.[ch]
1473           src/summaryview.c
1474                 indicate GnuPG signed messages by displaying an icon
1475                 in the Attachment column.
1476
1477 2003-01-31 [paul]       0.8.9claws28
1478
1479         * sync with 0.8.9cvs4
1480                 see ChangeLog 2003-01-31
1481
1482 2003-01-31 [alfons]     0.8.9claws27
1483
1484         * src/textview.c
1485                 tune URI parser to accept mailto URLs with a '?'
1486                 (patch from Ruslan Balkin)
1487
1488 2003-01-31 [colin]      0.8.9claws26
1489
1490         * src/summaryview.c
1491                 Fix a leak introduced in claws24
1492
1493 2003-01-31 [colin]      0.8.9claws25
1494
1495         * src/summaryview.c
1496                 Freeze/Thaw folder updates when deleting dups
1497
1498 2003-01-31 [colin]      0.8.9claws24
1499         
1500         * src/addr_compl.c
1501           src/summaryview.c
1502           src/msgcache.c
1503                 little speed improvements
1504
1505 2003-01-31 [colin]      0.8.9claws23
1506
1507         * src/summaryview.c
1508                 Fix segfault when forwarding nothing
1509                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
1510                 
1511 2003-01-30 [paul]       0.8.9claws22
1512
1513         * sync with 0.8.9cvs3
1514                 see ChangeLog 2003-01-30
1515
1516 2003-01-30 [paul]       0.8.9claws21
1517
1518         * sync with 0.8.9cvs2
1519                 see ChangeLog 2003-01-30
1520
1521 2003-01-29 [paul]       0.8.9claws20
1522
1523         * sync with 0.8.9cvs1
1524                 see ChangeLog 2003-01-29
1525
1526 2003-01-28 [paul]       0.8.9claws19
1527
1528         * po/POTFILES.in
1529                 update to reflect changes. 
1530                 thanks to Ricardo Mones Lastra
1531
1532 2003-01-27 [christoph]  0.8.9claws18
1533
1534         * ac/openssl.m4
1535         * ac/spamassassin.m4
1536         * src/plugins/spamassassin/README
1537         * src/plugins/spamassassin/libspamc.[ch]
1538         * src/plugins/spamassassin/utils.[ch]
1539                 updated to latest libspamc
1540
1541 2003-01-27 [christoph]  0.8.9claws17
1542
1543         * src/folder.c
1544                 fix wrong use of procheader_get_header_fields
1545
1546 2003-01-27 [christoph]  0.8.9claws16
1547
1548         * src/news.c
1549         * src/prefs_account.[ch]
1550         * src/common/nntp.[ch]
1551                 allow to force authentication for NNTP servers
1552
1553         Patch submitted by Florian Mickler <dmk@d-labs.de>
1554
1555 2003-01-26 [paul]       0.8.9claws15
1556
1557         * src/summaryview.c
1558                 speed up of marking messages as read
1559                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
1560
1561 2003-01-26 [christoph]  0.8.9claws14
1562
1563         * src/Makefile.am
1564         * src/mgutils.[ch]              ** REMOVE **
1565         * src/xml.[ch]                  ** REMOVE **
1566         * src/xmlprops.[ch]             ** REMOVE **
1567         * src/common/Makefile.am
1568         * src/common/mgutils.[ch]       ** NEW **
1569         * src/common/xml.[ch]           ** NEW **
1570         * src/common/xmlprops.[ch]      ** NEW **
1571                 move xml files to common directory
1572
1573 2003-01-26 [christoph]  0.8.9claws13
1574
1575         * src/plugins/spamassassin/spamassassin_gtk.c
1576                 only set gtk entry text if string is available
1577
1578 2003-01-26 [melvin]     0.8.9claws12
1579
1580         * src/description_window.c
1581                 Allow resizing of the window
1582                 Allow automatic horizontal scroll bar
1583                 Do not vertically expand and fill
1584
1585 2003-01-26 [christoph]  0.8.9claws11
1586
1587         * src/Makefile.am
1588         * src/gtkutils.[ch]             ** REMOVE **
1589         * src/common/sylpheed.c
1590         * src/gtk/Makefile.am
1591         * src/gtk/description_window.c
1592         * src/gtk/gtkutils.[ch]         ** NEW **
1593         * src/gtk/prefswindow.c
1594                 move gtkutils to gtk directory
1595
1596 2003-01-26 [paul]       0.8.9claws10
1597
1598         * src/summaryview.c
1599                 rename summary_unread_clicked() to summary_status_clicked()
1600
1601 2003-01-26 [melvin]     0.8.9claws9
1602
1603         * src/prefs_actions.c
1604                 Cosmetical changes to the help text
1605
1606 2003-01-26 [paul]       0.8.9claws8
1607
1608         * src/folder.[ch]
1609           src/mainwindow.c
1610           src/prefs_common.c
1611           src/prefs_sumamry_column.c
1612           summaryview.[ch]
1613                 rename the 'Unread' column to 'Status'
1614
1615 2003-01-25 [match]      0.8.9claws7
1616
1617         * src/mgutils.[ch]
1618                 removed reference to LDAP constants. removed error2string.
1619                 included functions to support LDAP dynamic queries.
1620         * src/syldap.h
1621                 moved LDAP constants here.
1622         * src/addressbook.c
1623         * src/addrindex.c
1624         * src/importldif.c
1625                 removed references to LDAP constants and references to
1626                 error2string.
1627
1628 2003-01-25 [paul]       0.8.9claws6
1629
1630         * src/summaryview.c
1631                 summary_thread_build(), summary_thread_init(): remove 
1632                 unneeded reference to summaryview->folder_item
1633
1634 2003-01-25 [christoph]  0.8.9claws5
1635
1636         * src/gtk/description_window.c
1637                 o allow description texts to expand over multiple columns
1638                 o translate all columns
1639         * src/prefs_actions.c
1640                 change syntax description to use new multi column feature
1641
1642         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
1643
1644 2003-01-25 [match]      0.8.9claws4
1645
1646         * src/vcard.c
1647                 fixed bug with Quoted-Printable
1648
1649 2003-01-25 [paul]       0.8.9claws3
1650
1651         * src/folder.[ch]
1652           src/summaryview.[ch]
1653                 implement per-folder collapsed/expanded threads setting
1654                 
1655         * src/prefs_common.c
1656                 remove global collapsed/expanded threads option
1657
1658 2003-01-25 [christoph]  0.8.9claws2
1659
1660         * po/POTFILES.in
1661                 add pluginwindow and prefswindow
1662         * src/compose.c
1663                 make send respond correctly to messages that could be added
1664                 to the queue folder, but the UID of the message is unknown
1665         * src/folder.c
1666         * src/imap.c
1667                 don't return guessed UIDs in imap_add_msg anymore. We return
1668                 0 to tell the folder system it was appened but the UID is
1669                 unknown. Folder system now get's the UID by scaning the folder
1670                 and searching the cache for the Message-ID
1671                 (closes bug #29 Messages queued, but not sent)
1672
1673 2003-01-25 [paul]       0.8.9claws1
1674
1675         * src/codeconv.c
1676                 conv_encode_header():  fix bug when long headers with 8-bit
1677                 characters are used, so that the encoded words are wrapped.
1678                 If the space in the original text falls on the wrap boundary,
1679                 it can be lost.
1680                 Patch by Sergey Vlasov.
1681                 
1682         * src/folderview.c
1683                  fix bug where a change to the sorting method or thread view
1684                  of a folder's messages is lost if simpify-subject is set and
1685                  toggled on or off.
1686                  Patch by Luke Plant.
1687
1688 2003-01-24 [paul]       0.8.9claws
1689
1690         * sylpheed-0.8.9claws released
1691         
1692         * Makefile.am
1693           sylpheed.spec.in
1694                 remove reference to 'INSTALL.jp'
1695
1696 2003-01-23 [paul]       0.8.8claws128
1697
1698         * po/es.po
1699           po/it.po
1700           po/ru.po
1701           po/sr.po
1702                 updated translations. submitted by Ricardo Mones Lastra,
1703                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
1704
1705 2003-01-23 [colin]      0.8.8claws127
1706
1707         * src/compose.c
1708                 Fix drafted and queued news articles re-edition
1709
1710 2003-01-23 [melvin]     0.8.8claws126
1711
1712         * po/fr.po
1713                 Updated French translations
1714
1715 2003-01-23 [colin]      0.8.8claws125
1716
1717         * src/inc.c
1718                 Fix "Connecting to..." status message
1719
1720 2003-01-22 [paul]       0.8.8claws124
1721
1722         * po/bg.po
1723                 updated by George Danchev
1724                 
1725         * src/folder.c
1726                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
1727                 and folder deletion
1728
1729 2003-01-21 [paul]       0.8.8claws123
1730
1731         * po/bg.po
1732                 updated by George Danchev
1733                 
1734         * src/about.c
1735                 its now 2003
1736                 
1737         * src/toolbar.c
1738                 don't translate 'Separator'
1739                 
1740         * src/plugins/spamassassin/Makefile.am
1741                 add aspell to CPPFLAGS
1742                 
1743         * src/plugins/spamassassin/spamassassin.c
1744           src/plugins/spamassassin/spamassassin_gtk.c
1745                 set correct default for spamassassin_receive_spam
1746                 slightly re-word descriptions and some
1747                 other minor changes
1748
1749 2003-01-19 [alfons]     0.8.8claws122
1750                 
1751         * src/mimeview.c
1752                 mimeview_save_as(): we might as well show the file name for
1753                 the single case "Save As" too
1754
1755 2003-01-19 [alfons]     0.8.8claws121
1756
1757         * src/crash.c
1758                 change bug tracker URL to bugzilla URL
1759
1760 2003-01-19 [alfons]     0.8.8claws120
1761
1762         * src/mimeview.c
1763                 mimeview_save_all(): display name of file before overwriting;
1764                 continue saving all, even when one overwrite was cancelled
1765
1766 2003-01-19 [christoph]  0.8.8claws119
1767
1768         * src/summaryview.c
1769         * src/procmsg.[ch]
1770                 fix wrong usage of procmsg_find_children in summaryview
1771                 by using procmsg_update_unread_children instead of
1772                 summaryview_update_unread_children
1773
1774 2003-01-19 [christoph]  0.8.8claws118
1775
1776         * src/procmsg.c
1777                 fix infinite loop in procmsg_find_children
1778                  (closes bug #25 sylpheed crashes on delete.)
1779
1780         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
1781
1782 2003-01-19 [paul]       0.8.8claws117
1783
1784         * po/pt_BR.po
1785                 updated by Ivan Francolin Martinez
1786
1787 2003-01-18 [melvin]     0.8.8claws116
1788
1789         * src/prefs_actions.c
1790                 Removed syntax limitation of only one '&' at the end of command.
1791                         Now actions that contain '>/dev/null 2>&1' are possible.
1792
1793 2003-01-18 [melvin]     0.8.8claws115
1794
1795         * src/prefs_actions.c
1796                 Actions IO dialog: when the action ends
1797                 the "Close" button now has focus and [Escape] closes the
1798                 window.
1799
1800 2003-01-18 [christoph]  0.8.8claws114
1801
1802         * src/procmsg.c
1803                 o add debug output when MsgInfos are really freed
1804                 o free GSLists in procmsg_find_children and
1805                   procmsg_update_unread_children
1806
1807 2003-01-18 [christoph]  0.8.8claws113
1808
1809         * src/mainwindow.c
1810                 reorder Configuration menu
1811
1812 2003-01-18 [christoph]  0.8.8claws112
1813
1814         * src/compose.c
1815                 fix applying templates to forwarded messages
1816
1817         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
1818
1819 2003-01-17 [christoph]  0.8.8claws111
1820
1821         * src/folder.c
1822                 destroy folder items, when a folder item is removed
1823
1824 2003-01-17 [christoph]  0.8.8claws110
1825
1826         * src/folder.c
1827                 fix wrong folder stats update when ignored message is
1828                 deleted
1829
1830 2003-01-17 [colin]      0.8.8claws109
1831         
1832         * src/mainwindow.c
1833         * src/summaryview.c
1834                 Quicksearch bugfixes: 
1835                 - hide help button at startup if not extended
1836                 - switch to extended when looking for replies
1837
1838 2003-01-17 [paul]
1839
1840         * sync with 0.8.9 release
1841
1842 2003-01-17 [paul]       0.8.8claws108
1843
1844         * sync with 0.8.8cvs11
1845                 see ChangeLog 2003-01-17
1846
1847 2003-01-16 [colin]      0.8.8claws107
1848
1849         * src/procmsg.c
1850                 Changed encryption test to re-ask passphrase
1851                 if an encrypted message hasn't been decrypted
1852                 Fixes bug #5
1853
1854 2003-01-16 [christoph]  0.8.8claws106
1855
1856         * src/prefs_gtk.c
1857         * src/prefs_toolbar.c
1858         * src/gtk/prefswindow.h
1859         * src/plugins/spamassassin/spamassassin_gtk.c
1860                 remove page destroy function that is not used anymore
1861
1862 2003-01-16 [paul]       0.8.8claws105
1863
1864         * sync with 0.8.8cvs9
1865                 see ChangeLog 2002-01-16
1866
1867 2003-01-16 [colin]      0.8.8claws104
1868
1869         * src/compose.[ch]
1870                 Fix bug with autosaved drafts for IMAP, when draft
1871                 folder is specified - fixes bugzilla bug #20
1872
1873 2003-01-15 [paul]       0.8.8claws103
1874
1875         * src/compose.[ch]
1876           src/procmsg.c
1877                 store folder and message-id of message forwarding
1878                 in queue header and set forward flag after sending
1879
1880 2003-01-15 [paul]       0.8.8claws102
1881
1882         * sync with 0.8.8cvs8
1883                 see ChangeLog 2002-01-15
1884
1885 2003-01-15 [colin]      0.8.8claws101
1886
1887         * src/Makefile.am
1888                 Fix linking with GNU libiconv
1889
1890 2003-01-15 [darko]      0.8.8claws100
1891
1892         * src/pine.c
1893                 fix crash when importing pine address book
1894                 entry with an empty name (reported by DY
1895                 <dybulk at tri8.net>)
1896
1897 2003-01-14 [paul]       0.8.8claws99
1898
1899         * configure.in  ** REMOVED **
1900           configure.ac  ** NEW FILE **
1901                 rename configure.in to configure.ac, as it is now
1902                 preferred
1903
1904 2003-01-14 [melvin]     0.8.8claws98
1905
1906         * src/folderview.c
1907                 folderview_check_new(): More precise function description
1908
1909 2003-01-14 [melvin]     0.8.8claws97
1910
1911         * src/folderview.c
1912                 folderview_check_new(): return the number of new messages 
1913                         since last check.
1914         * src/inc.c
1915                 inc_account_mail(): Disable counting of new messages for IMAP
1916                         and NNTP until bug [19] and [14] are fixed.
1917
1918 2003-01-14 [paul]       0.8.8claws96
1919
1920         * sync with 0.8.8cvs6
1921                 see ChangeLog 2003-01-14
1922
1923 2003-01-13 [alfons]     0.8.8claws95
1924
1925         * src/textview.c
1926                 tune email address validation (c. 0.8.8claws89): if . is 
1927                 just one char away from @, the address is invalid too 
1928                 (correctly rejects addresses like foo@.com)
1929
1930 2003-01-13 [paul]       0.8.8claws94
1931
1932         * src/messageview.c
1933           src/toolbar.c
1934                 fixes to the Message View toolbar and menu:
1935                 fix non-functioning Forward button
1936                 make Reply button consider default_reply_list
1937                 remove 'Follow-up...' menu entry
1938                 add 'Forward' and 'Redirect' menu entries
1939
1940 2003-01-13 [melvin]     0.8.8claws93
1941
1942         * src/inc.c
1943                 Fixed typo that could make new messages count incorrect.
1944
1945 2003-01-13 [melvin]     0.8.8claws92
1946
1947         * src/folderview.[ch]
1948                 folderview_check_new(): return the number of new messages.
1949         * src/inc.c
1950                 Should fix bug [14] where new mail notification worked 
1951                         incorrectly with IMAP accounts.
1952                 inc_spool_account(): return number of new msgs, or -1 on error
1953                 inc_all_spool(): return number of new msgs
1954                 
1955 2003-01-13 [melvin]     0.8.8claws91
1956
1957         * src/prefs_actions.c
1958                 Justify help text.
1959
1960 2003-01-12 [thorsten]   0.8.8claws90
1961
1962         * src/common/prefs.c
1963                 close file before rename
1964
1965 2003-01-12 [alfons]     0.8.8claws89
1966
1967         * AUTHORS
1968                 add Christian Mertes
1969         * src/common/utils.[ch]
1970                 g_stricase_hash(), g_stricase_equal(): functions for 
1971                 case insensitive hash tables
1972         * src/textview.c
1973                 use top level domain names to validate email address, based
1974                 on a patch by Christian Mertes (thanks!), but changed 
1975                 implementation to use a hash table 
1976
1977 2003-01-12 [paul]       0.8.8claws88
1978
1979         * po/bg.po
1980                 updated by George Danchev
1981
1982 2003-01-12 [alfons]     0.8.8claws87
1983
1984         * src/summaryview.c
1985                 delete / execute performance: use new style folder update
1986
1987 2003-01-12 [paul]       0.8.8claws86
1988
1989         * sync with 0.8.8cvs5
1990                 see ChangeLog 2003-01-13 (!)
1991
1992 2003-01-12 [alfons]     0.8.8claws85
1993
1994         * src/filtering.c
1995         * src/matcher_parser_parse.y
1996                 prepare change_score filtering action
1997         * src/matcher.[ch]
1998                 give up const-correctness on functions that call non-const-correct functions;
1999                 several casts to gpointer in g_free();
2000                 add change_score;
2001
2002 2003-01-12 [christoph]  0.8.8claws84
2003
2004         * src/compose.c
2005                 fix 2 warnings
2006
2007         * src/gtk/prefswindow.[ch]
2008         * src/plugins/spamassassin/spamassassin_gtk.c
2009                 changed the call of the widget create function
2010                 for PrefsPages, because sometimes the widget
2011                 create function needs a widget that already has
2012                 been attached to a window (to create GDK pixmaps
2013                 for exmaple). So we simply pass the GtkWindow as
2014                 the second parameter now.
2015
2016         * src/main.c
2017         * src/mainwindow.c
2018         * src/prefs_toolbar.[ch]
2019                 rewrite Toolbar Preferences using the new
2020                 prefs window
2021
2022 2003-01-11 [alfons]     0.8.8claws83
2023
2024         * src/addressadd.c
2025                 fix crash when adding sender to addressbook because status bar
2026                 isn't there (the status bar doesn't seem to be used though,
2027                 but I'll let Match decide what to do with it)
2028
2029 2003-01-11 [colin]      0.8.8claws82
2030
2031         * src/main.c
2032           src/toolbar.c
2033                 Two useless changes reversed
2034
2035 2003-01-11 [colin]      0.8.8claws81
2036
2037         * src/mainwindow.c
2038           src/mainwindow.h
2039                 Add mainwindow_get_mainwindow()
2040         * src/alertpanel.c
2041           src/alertpanel.h
2042                 Add alertpanel_error_log() 
2043         * src/compose.c
2044           src/inc.c
2045           src/messageview.c
2046           src/toolbar.c
2047           src/main.c
2048           src/procmsg.c
2049                 Network errors get a View Log button
2050
2051 2003-01-10 [alfons]     0.8.8claws80
2052
2053         * src/prefs_toolbar.c
2054         * src/toolbar.c
2055                 use the translatable string for "Separator" as file name for
2056                 separator toolbar items (probably make this uppercase?)
2057
2058 2003-01-10 [alfons]     0.8.8claws79
2059
2060         * src/prefs_toolbar.c
2061                 put right A_SEPARATOR description string in "displayed
2062                 toolbar items list" so manually added separators are
2063                 saved correctly (bug #10, "Adding a separator to the main 
2064                 toolbar fails, entry in xml file is wrong")
2065
2066 2003-01-10 [christoph]  0.8.8claws78
2067
2068         * src/imap.c
2069                 o fix warnings
2070                 o use CAPABILITY to check if NAMESPACE is available
2071
2072 2003-01-10 [christoph]  0.8.8claws77
2073
2074         * src/imap.[ch]
2075                 apply UIDPLUS IMAP extension support patch
2076
2077         Patch submitted by Simon 'corecode' Schubert
2078
2079 2003-01-10 [paul]       0.8.8claws76
2080
2081         * src/folderview.c
2082                 a sync from main which fixes the news account folders'
2083                 Properties bug
2084
2085 2003-01-10 [christoph]  0.8.8claws75
2086
2087         * src/folder.c
2088                 don't accept 0 as a valid uid returned by copy and move
2089                 functions. 0 means the message was copied or moved but the
2090                 new uid could not be fetched. It is not an error condition
2091                 for the copy or move operation.
2092
2093 2003-01-10 [paul]       0.8.8claws74
2094
2095         * src/prefs_filtering.c
2096                 change English used in Alert when entry is not
2097                 saved.
2098                 
2099         * sync with 0.8.8cvs4
2100                 see ChangeLog 2003-01-10
2101
2102 2003-01-10 [darko]      0.8.8claws73
2103
2104         * src/pine.c
2105                 fix crash when importing address book entry
2106                 without a valid address
2107
2108 2003-01-09 [alfons]     0.8.8claws72
2109
2110         * src/inc.c
2111                 filtering performance: use new style folder update
2112
2113 2003-01-09 [christoph]  0.8.8claws71
2114
2115         * src/compose.c
2116         * src/gtk/menu.[ch]
2117                 fix wrong selecting of mime encoding type, when
2118                 opening property dialog of attachments in the
2119                 compose window. 7bit was always selected and that
2120                 destoryed files with 8bit data.
2121                 (closes bug #9 Sylpheed-claws destroys attachments when
2122                  changing MIME-types)
2123
2124 2003-01-09 [paul]       0.8.8claws70
2125
2126         * sync with 0.8.8cvs3
2127                 see ChangeLog 2003-01-09
2128
2129 2003-01-08 [alfons]     0.8.8claws69
2130         
2131         * src/addressadd.c
2132                 apply patch by Kim Schulz to fix build breakage
2133                 because of missing variable
2134
2135 2003-01-08 [paul]       0.8.8claws68
2136
2137         * sync with 0.8.8cvs2
2138                 see ChangeLog 2002-01-08
2139
2140 2003-01-08 [paul]       0.8.8claws67
2141
2142         * po/it.po
2143                 updated by Alessandro Maestri
2144                 
2145         * src/addressadd.c
2146                 when using 'Add sender to addressbook' allow
2147                 name to be edited and remarks to be entered
2148                 Patch submitted by Luke Plant
2149
2150 2003-01-08 [darko]      0.8.8claws66
2151
2152         * README.claws, src/summaryview.c
2153                 fix description for marked messages
2154
2155 2003-01-08 [paul]
2156
2157         * tools/Makefile.am
2158           tools/launch_phoenix  ** NEW FILE **
2159                 add script that enables using Phoenix as the default
2160                 web browser. 
2161                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
2162                 
2163         * tools/OOo2sylpheed.pl
2164                 remove full path to sylpheed executable, just 'sylpheed'
2165                 will do
2166                 
2167         * tools/README
2168                 add launch_phoenix informtion and re-arrange and compress
2169                 the data a little
2170
2171 2003-01-07 [christoph]  0.8.8claws65
2172
2173         * src/folder.c
2174                 fix update for source folder when moving messages
2175         * src/procmsg.[ch]
2176         * src/summaryview.c
2177                 use function to set to_folder for message infos and
2178                 automatically update the op_count for old and new
2179                 folder
2180
2181 2003-01-07 [melvin]     0.8.8claws64
2182
2183         * src/prefs_actions.c
2184                 Fixed bug where an '%p' Action on a displayed image crashed 
2185                         Sylpheed
2186                 Code clean up (get rid of duplicated code and removed unnecessary 
2187                                 structure member)
2188
2189 2003-01-07 [christoph]  0.8.8claws63
2190
2191         * src/compose.c
2192         * src/folder.[ch]
2193         * src/folderview.c
2194         * src/import.c
2195         * src/inc.c
2196         * src/main.c
2197         * src/mainwindow.c
2198         * src/messageview.c
2199         * src/prefs_folder_item.c
2200         * src/procmsg.c
2201         * src/summaryview.c
2202         * src/toolbar.c
2203                 o remove all folder update triggering from the UI code. The folder
2204                   system should know much better when a folder needs an update.
2205                 o to prevent multiple updates in a row the folder updates can be
2206                   frozen for some time.
2207
2208                 Note: - Please verify that no updates are missing
2209                       - Check where freeze/thaws should be added
2210
2211 2003-01-07 [christoph]  0.8.8claws62
2212
2213         * src/prefs_actions.c
2214                 don't translate empty strings
2215
2216         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2217
2218 2003-01-06 [christoph]  0.8.8claws61
2219
2220         * src/prefs_actions.c
2221                 mark strings for gettext
2222         * src/prefs_matcher.c
2223                 use new description window for Execute action and
2224                 match condition in Filtering
2225
2226         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2227
2228 2003-01-06 [alfons]     0.8.8claws60
2229
2230         keep myself inspired to re-organize matcher part 8; 
2231         yes, more to come (I need to move out the descriptive
2232         text for actions to matcher.c, or at least make it not
2233         depend on the wicked ordering)
2234
2235         * src/prefs_matcher.c
2236                 add documentation so others may comprehend the
2237                 UI part of the conditions
2238                 
2239 2003-01-06 [christoph]  0.8.8claws59
2240
2241         * src/prefs_actions.c
2242                 use new description window for syntax help
2243         * src/gtk/description_window.c
2244                 fix display of descriptions with column count != 2
2245
2246         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2247
2248 2003-01-06 [christoph]  0.8.8claws58
2249
2250         * src/quote_fmt.c
2251         * src/summaryview.[ch]
2252         * src/gtk/Makefile.am
2253         * src/gtk/description_window.[ch]       ** NEW **
2254                 use a generic window to display syntax descriptions
2255                 currently used in quote_fmt and summaryview (new description
2256                 for extended quick search)
2257
2258         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2259
2260 2003-01-06 [paul]       0.8.8claws57
2261
2262         * sync with 0.8.8cvs1
2263                 see ChangeLog 2003-01-06
2264
2265 2003-01-06 [christoph]  0.8.8claws56
2266
2267         * src/mainwindow.c
2268         * src/prefs_gtk.[ch]
2269         * src/gtk/prefswindow.[ch]
2270         * src/plugins/spamassassin/spamassassin_gtk.c
2271                 o remove page management from prefswindow, pages
2272                   will be an argument to prefswindow_open
2273                 o prefswindow_open gets a datapointer that is
2274                   passed to the widget_create function to allow
2275                   creation of prefswindow for specific items
2276
2277 2003-01-06 [colin]      0.8.8claws55
2278         
2279         * src/summaryview.c
2280                 We don't want regexp in the reply-finder, 
2281                 because MIDs can contain !,$,. and so on
2282
2283 2003-01-06 [jens]       0.8.8claws54
2284
2285         * src/jpilot.c
2286                 fixed a wrong free in jpilot_read_db_files
2287
2288 2003-01-06 [alfons]     0.8.8claws53
2289
2290         re-organize matcher part 8; more to come
2291        
2292         * src/matcher.c
2293                 matcherprop_to_string(): put g_free()s before the
2294                 switch-case break to fix memleaks                
2295
2296 2003-01-06 [colin]      0.8.8claws52
2297
2298         * src/summaryview.c
2299                 cleanup & reply-finder now displays the first 
2300                 matching message
2301
2302 2003-01-05 [alfons]     0.8.8claws51
2303
2304         re-organize matcher part 7; more to come
2305
2306         * src/matcher.[ch]
2307                 fixes for constant correctness;
2308                 more documentation;
2309
2310 2003-01-05 [alfons]     0.8.8claws50
2311
2312         re-organize matcher part 6; more to come
2313         
2314         * src/matcher.[ch]
2315                 fixes for constant correctness;
2316                 more documentation;
2317         * src/filtering.c
2318                 fix for constant correctness
2319
2320 2003-01-05 [colin]      0.8.8claws49
2321
2322         * src/account.[ch]
2323                 Add account_get_reply_account function
2324         * src/compose.c
2325                 Use account_get_reply_account function 
2326         * src/summaryview.c
2327                 Basic reply-finder - click on the replied
2328                 icon gets you to the outbox using quick-search
2329
2330 2003-01-05 [paul]       0.8.8claws48
2331
2332         * src/prefs_common.c
2333                 small change to English
2334                 
2335         * src/prefs_filtering.c
2336                 prefs_filtering_action_select(): improve logic and uniformity
2337                 of gui
2338
2339 2003-01-05 [alfons]     0.8.8claws47
2340
2341         fine tune solution to focus problems (bug #7)
2342
2343         * src/mainwindow.c
2344                 mainwindow_focus_in_event(): remove grab event check
2345         * src/summaryview.c
2346                 summary_button_pressed(): move selection on right-click
2347                 too. we can't possibly move the selection back after
2348                 canceling a dialog, because gtk's incomplete focus 
2349                 management. whether this is a good solution, only time
2350                 will tell.
2351
2352 2003-01-05 [christoph]  0.8.8claws46
2353
2354         * src/imap.c
2355                 fix crash when no imap connection could be established
2356
2357 2003-01-05 [paul]       0.8.8claws45
2358
2359         * src/mainwindow.c
2360           src/sumamryview.c
2361           src/gtk/menu.[ch]
2362                 fix bug 605957 'shortcuts in popup-menu'
2363                 make user-defined shortcuts work
2364                 show shortcuts that are already defined
2365                 in the main menu
2366                 Patch submitted by Luke Plant
2367
2368 2003-01-05 [alfons]     0.8.8claws44
2369
2370         * src/mainwindow.c
2371                 focus_in_event handler should not select summary view row 
2372                 when another window (menu, dialog) grabbed for events 
2373                 (bug #7, "[0.8.8claws42] Message summary focus") 
2374
2375 2003-01-04 [christoph]  0.8.8claws43
2376
2377         * src/procmsg.c
2378                 update save folder after adding the sent message
2379                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
2380
2381 2003-01-02 [christoph]  0.8.8claws42
2382
2383         * src/common/plugin.c
2384                 fix unloading of all plugins and unload
2385                 plugins in reverse order
2386                 
2387         * src/gtk/pluginwindow.c
2388                 implement function of load and unload button
2389
2390         * src/gtk/prefswindow.c
2391         * src/gtk/prefswindow.h
2392                 rename register function and add new unregister
2393                 function
2394
2395         * src/plugins/spamassassin/spamassassin_gtk.c
2396                 unregister prefs page and update for changes in
2397                 src/gtk/prefswindow.c
2398
2399 2003-01-02 [paul]       0.8.8claws41
2400
2401         * po/es.po
2402                 updated by Ricardo Mones Lastra
2403
2404 2003-01-02 [paul]
2405
2406         * tools/tb2sylpheed
2407                 fixes and improvements by Urke MMI
2408
2409 2003-01-02 [thorsten]   0.8.8claws40
2410
2411         * src/procmsg.c
2412                 fixed wrong return value
2413
2414 2003-01-02 [thorsten]   0.8.8claws39
2415
2416         * src/prefs.c
2417                 fixed printing wrong variable
2418
2419 2003-01-02 [thorsten]   0.8.8claws38
2420
2421         * src/prefs.c
2422                 fixed acessing members of freed pfile struct
2423
2424 2003-01-02 [thorsten]   0.8.8claws37
2425
2426         * src/procmsg.c
2427                 detect loops across several messages
2428                 as suggested by Christoph Hohmann
2429
2430 2003-01-01 [match]      0.8.8claws36
2431
2432         * src/addrindex.c
2433                 fixed another memory leak.
2434
2435 2003-01-01 [match]      0.8.8claws35
2436
2437         * src/jpilot.[ch]
2438                 fixed memory leaks. applied Doxygen comments.
2439
2440 2003-01-01 [thorsten]   0.8.8claws34
2441
2442         * src/procmsg.c
2443                 inhibit endless loop if msg references itself
2444                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
2445
2446 2003-01-01 [christoph]  0.8.8claws33
2447
2448         * src/mainwindow.c
2449         * src/gtk/Makefile.am
2450         * src/gtk/pluginwindow.c                ** NEW **
2451         * src/gtk/pluginwindow.h                ** NEW **
2452                 add plugin window
2453
2454         * src/plugins/demo/demo.c
2455         * src/plugins/spamassassin/spamassassin.c
2456         * src/plugins/spamassassin/spamassassin_gtk.c
2457                 write better plugin descriptions
2458
2459 2002-12-31 [christoph]  0.8.8claws32
2460
2461         * src/gtk/prefswindow.c
2462         * src/plugins/spamassassin/spamassassin_gtk.c
2463                 some small improvements to GTK code
2464
2465 2002-12-31 [christoph]  0.8.8claws31
2466
2467         * src/plugins/spamassassin/spamassassin_gtk.c
2468                 enable folder select button
2469
2470 2002-12-31 [christoph]  0.8.8claws30
2471
2472         * src/mainwindow.c
2473         * src/gtk/Makefile.am
2474         * src/gtk/prefswindow.c                         ** NEW **
2475         * src/gtk/prefswindow.h                         ** NEW **
2476                 add new prefs window
2477
2478         * src/common/plugin.c
2479                 don't try to load empty config lines
2480         
2481         * src/plugins/spamassassin/Makefile.am
2482         * src/plugins/spamassassin/spamassassin.c
2483         * src/plugins/spamassassin/spamassassin.h       ** NEW **
2484         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
2485                 GTK config for SpamAssassin Plugin using
2486                 the new prefs window
2487
2488 2002-12-31 [paul]       0.8.8claws29
2489
2490         * po/POTFILES.in
2491                 remove obsolete entry 'src/menu.c'
2492
2493 2002-12-31 [alfons]     0.8.8claws28
2494
2495         * src/matcher.[ch]
2496         * src/matcher_parser_parse.y
2497         * src/prefs_matcher.c
2498                 add "ignore_thread" and "~ignore_thread" condition so it's
2499                 possible to make the actions / scoring operate on the ignore
2500                 thread flag
2501
2502 2002-12-31 [christoph]  0.8.8claws27
2503
2504         * src/addrbook.c
2505         * src/addrindex.c
2506         * src/folder.c
2507         * src/matcher.c
2508         * src/prefs_account.c
2509         * src/prefs_actions.c
2510         * src/prefs_customheader.c
2511         * src/prefs_display_header.c
2512         * src/prefs_gtk.c
2513         * src/procmime.c
2514         * src/toolbar.c
2515         * src/xmlprops.c
2516         * src/common/prefs.[ch]
2517                 extend prefs file handling for reading and automatic handling
2518                 of blocks. When reading prefs_set_block_label will automatically
2519                 move on to the block. When writing it will copy all other blocks
2520                 automatically
2521
2522         * src/common/plugin.c
2523                 Now loading plugin filenames from [Plugins] block in
2524                 sylpheed rc file
2525
2526 2002-12-30 [christoph]  0.8.8claws26
2527
2528         * src/common/hooks.[ch]
2529                 return abort status to caller of hooks_invoke
2530                 
2531         * src/inc.[ch]
2532                 invoke message filtering hook and stop
2533                 default handling when filter returns abort
2534
2535         * src/common/plugin.[ch]
2536         * src/plugins/demo/demo.c
2537                 modify plugin loader, because resolving symbols for strings
2538                 does not work correctly
2539         
2540         * configure.in
2541         * ac/spamassassin.m4                            ** NEW **
2542         * src/plugins/spamassassin/.cvsignore           ** NEW **
2543         * src/plugins/spamassassin/Makefile.am          ** NEW **
2544         * src/plugins/spamassassin/README               ** NEW **
2545         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
2546         * src/plugins/spamassassin/spamassassin.c       ** NEW **
2547         * src/plugins/spamassassin/utils.[ch]           ** NEW **
2548                 add spamassassin plugin, see src/plugins/spamassassin/README
2549                 for details
2550
2551 2002-12-29 [alfons]     0.8.8claws25
2552
2553         * src/mainwindow.c
2554                 when moving focus from a message view to the main 
2555                 window, don't forget to select the summary node
2556                 of the displayed message. should fix "[ 659103 ] 
2557                 focus-follows-mouse confuses sylpheed"
2558
2559 2002-12-29 [christoph]  0.8.8claws24
2560
2561         * src/Makefile.am
2562         * src/stringtable.[ch]          ** REMOVE **
2563         * src/common/Makefile.am
2564         * src/common/stringtable.[ch]   ** NEW **
2565                 move stringtable files to common directory
2566
2567 2002-12-29 [christoph]  0.8.8claws23
2568
2569         * src/Makefile.am
2570         * src/menu.[ch]                 ** REMOVE **
2571         * src/gtk/Makefile.am
2572         * src/gtk/menu.[ch]             ** NEW **
2573                 move menu files to gtk directory
2574
2575 2002-12-29 [match]      0.8.8claws22
2576
2577         * src/addressbook.c
2578         * src/syldap.c
2579                 moved UI specific code out of LDAP code into addressbook
2580                 UI code. fixed memory leak.
2581
2582 2002-12-29 [christoph]  0.8.8claws21
2583
2584         * src/folder.c
2585                 only check for IGNORED parent message when message is
2586                 not IGNORED itself
2587
2588 2002-12-29 [alfons]     0.8.8claws20
2589
2590         * src/summaryview.c
2591                 set gtksctree's anchor correct (immediate execute
2592                 changes the tree's layout, and anchor points at 
2593                 the incorrect row). fixes "[ 657233 ] multiple msg 
2594                 delete sometimes off by 1".
2595                 we probably have to look for more tree layout /
2596                 anchor glitches.
2597
2598 2002-12-29 [paul]       0.8.8claws19
2599
2600         * src/summaryview.c
2601                 fix bug [ 659054 ] incorrect sorting of 'From' column
2602                 when using 'display sender using address book'
2603                 thanks to Alfons and Luke Plant
2604
2605 2002-12-29 [christoph]  0.8.8claws18
2606
2607         * src/folder.c
2608         * src/procmsg.[ch]
2609                 check parent messages for IGNORE THREAD flag, when adding,
2610                 moving or copying messages to a folder
2611
2612 2002-12-27 [alfons]     0.8.8claws17
2613
2614         re-organize matcher part 5; more to come
2615
2616         * src/matcher.c
2617                 hash keywords in matchparser_tab 
2618
2619 2002-12-27 [alfons]     0.8.8claws16
2620
2621         re-organize matcher part 4; more to come
2622
2623         * src/matcher_parser.h
2624         * src/matcher_parser_lex.l
2625         * src/matcher_parser_parse.y
2626                 cleanup
2627
2628 2002-12-27 [alfons]     0.8.8claws15
2629
2630         re-organize matcher part 3; more to come
2631
2632         * src/matcher.[ch]
2633                 cleanup
2634
2635 2002-12-27 [alfons]     0.8.8claws14
2636
2637         re-organize matcher part 2; more to come but this should
2638         work. cc me if there are any regressions.
2639
2640         * src/matcher.h
2641                 add prototype for get_matchparser_tab_id()
2642         * src/matcher_parser_lex.l
2643                 look up keywords using matchparser_tab_id();
2644
2645 2002-12-27 [alfons]     0.8.8claws12
2646
2647         re-organize matcher part 1
2648
2649         * src/matcher.h
2650                 map yacc generated constants to sylpheed matcher constants
2651         * src/matcher.c
2652                 add function to find a matcher constant from a string
2653
2654 2002-12-27 [christoph]  0.8.8claws11
2655
2656         * src/compose.c
2657                 MENUITEM_ADD casts the 4th argument from integer to pointer
2658                 so it probably should not be a pointer, this means we
2659                 should use account id for it and not the account's pointer
2660
2661 2002-12-27 [paul]       0.8.8claws10
2662
2663         * src/mainwindow.c
2664                 remove unneeded 'GtkWidget *vbox'
2665                 
2666         * src/summaryview.c
2667                 further sync with 0.8.8 - make sort
2668                 by recipient work as expected
2669                 
2670         * NEWS
2671                 sync with 0.8.8
2672
2673 2002-12-27 [paul]       0.8.8claws9
2674
2675         * po/pt_BR.po
2676                 updated by Ivan F. Martinez
2677                 
2678 2002-12-27 [darko]      0.8.8claws8
2679
2680         * src/common/utils.c
2681                 added locked pattern to extended search
2682
2683 2002-12-27 [alfons]     0.8.8claws7
2684
2685         * src/prefs_matcher.[ch]
2686                 clean up
2687
2688 2002-12-26 [alfons]     0.8.8claws6
2689
2690         * src/matcher.[ch]
2691         * src/matcher_parser_lex.l
2692         * src/matcher_parser_parse.y
2693         * src/prefs_matcher.c
2694                 allow color label as a condition in the matcher
2695
2696 2002-12-26 [oliver]     0.8.8claws5
2697         
2698         * src/toolbar.c 
2699                 enable Addressbook for Main and Messageview
2700         * src/prefs_actions.c
2701                 enable actions in Messageview
2702
2703 2002-12-26 [christoph]  0.8.8claws4
2704
2705         * src/common/plugin.c
2706                 add a little debug output
2707         * configure.in
2708         * src/plugins/demo/Makefile.am
2709                 better use of automake
2710
2711 2002-12-26 [christoph]  0.8.8claws3
2712
2713         * src/Makefile.am
2714         * src/common/Makefile.am
2715                 fix "make distdir"
2716
2717 2002-12-26 [christoph]  0.8.8claws2
2718
2719         * configure.in
2720                 sort configure checks into common / gtk / plugins
2721         * po/POTFILES.in
2722                 add src/prefs_gtk.c
2723         * src/Makefile.am
2724                 add plugins SUBDIR
2725         * src/main.c
2726         * src/common/sylpheed.[ch]
2727                 added now sylpheed_done function for shutdown
2728         * src/common/Makefile.am
2729         * src/common/plugin.[ch]                ** NEW **
2730                 plugin loader and unloader
2731         * src/plugins/.cvsignore                ** NEW **
2732         * src/plugins/Makefile.am               ** NEW **
2733                 build plugins
2734         * src/plugins/demo/.cvsignore           ** NEW **
2735         * src/plugins/demo/Makefile.am          ** NEW **
2736         * src/plugins/demo/demo.c               ** NEW **
2737                 small demo plugin that installs a logtext hook and
2738                 outputs the log text to stdout
2739
2740 2002-12-26 [paul]       0.8.8claws1
2741
2742         * po/es.po
2743                 updated by Ricardo Mones Lastra
2744
2745 2002-12-26 [paul]       0.8.8claws
2746
2747         * 0.8.8claws released
2748
2749 2002-12-26 [paul]       0.8.7claws12
2750
2751         * po/bg.po
2752                 updated by George Danchev
2753
2754 2002-12-26 [paul]       0.8.7claws11
2755
2756         * po/POTFILES.in
2757                 remove unneeded 'src/prefs.c' entry 
2758
2759 2002-12-26 [paul]       0.8.7claws10
2760
2761         * src/codeconv.c
2762           src/mainwindow.c
2763                 sync with 0.8.8 release
2764         
2765         * src/folder.[ch]
2766           src/mh.c
2767           src/summaryview.c
2768                 partial sync with 0.8.8 release
2769         
2770
2771 2002-12-25 [alfons]     0.8.7claws9
2772
2773         * src/matcher.[ch]
2774         * src/matcher_parser_lex.l
2775         * src/matcher_parser_parse.y
2776         * src/prefs_matcher.c
2777                 add locked flag to possible filtering / matcher 
2778                 conditions (also a good example what should be
2779                 done to add a simple boolean condition)
2780
2781 2002-12-25 [christoph]  0.8.7claws8
2782
2783         * src/Makefile.am
2784         * src/account.[ch]
2785         * src/addrbook.c
2786         * src/addressbook.c
2787         * src/addrindex.c
2788         * src/filtering.c
2789         * src/folder.c
2790         * src/matcher.c
2791         * src/prefs.[ch]                ** REMOVE **
2792         * src/prefs_account.c
2793         * src/prefs_actions.c
2794         * src/prefs_common.c
2795         * src/prefs_customheader.c
2796         * src/prefs_display_header.c
2797         * src/prefs_filtering.c
2798         * src/prefs_folder_item.c
2799         * src/prefs_gtk.[ch]            ** NEW **
2800         * src/prefs_matcher.c
2801         * src/prefs_scoring.c
2802         * src/prefs_summary_column.c
2803         * src/procmime.c
2804         * src/selective_download.c
2805         * src/toolbar.c
2806         * src/common/Makefile.am
2807         * src/common/prefs.[ch]         ** NEW **
2808                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
2809
2810 2002-12-24 [alfons]     0.8.7claws7
2811
2812         * src/summaryview.c
2813                 summary_thread_build(): fix real cause of the crash mentioned in
2814                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
2815                 this way we get meaningful ctree nodes 
2816
2817 2002-12-24 [oliver]     0.8.7claws6
2818
2819         * src/mainwindow.[ch]
2820         * src/messageview.[ch]
2821         * src/compose.[ch]
2822         * src/inc.c
2823         * src/summaryview.c
2824                 changes to use updated toolbar handling
2825                 
2826 2002-12-24 [oliver]     0.8.7claws5
2827
2828         * src/toolbar.[ch]
2829                 generic toolbar handling
2830                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
2831         * src/prefs_toolbar.[ch]
2832                 adjust to handling
2833         
2834 2002-12-24 [oliver]     0.8.7claws4
2835         
2836         * src/stock_pixmap.[ch]
2837                 move SYLPHEED_LOGO to end of list in order 
2838                 to remove it from Custom Toolbar`s Icon View
2839
2840 2002-12-24 [alfons]     0.8.7claws3
2841
2842         * src/summaryview.c
2843                 summary_thread_build(): fix crash because of focus != selection 
2844                 after threading. when deleting the selection, gtk tries but fails 
2845                 to find the correct focusable element. we now force the selection
2846                 to be focused. this should solve the infamous bug reported by 
2847                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
2848                 a test case is available. 
2849
2850 2002-12-24 [darko]      0.8.7claws2
2851
2852         * src/summaryview.c
2853                 don't crash when unmarking message with unread children
2854
2855 2002-12-23 [christoph]  0.8.7claws1
2856
2857         * src/Makefile.am
2858         * src/common/Makefile.am
2859                 update Makefiles for moved intl.h, version.h and defs.h
2860         * src/imap.c
2861                 rewrite imap_session_get to avoid duplicate code
2862
2863 2002-12-23 [paul]       0.8.7claws
2864
2865         * Santa-Claws released
2866         
2867         * po/hu.po
2868           po/ru.po
2869                 squeeze in updated Hungarian and Russian translations.
2870                 Submitted by  Gál Zoltán and Ruslan N. Balkin
2871
2872 2002-12-23 [paul]       0.8.6claws129
2873
2874         * po/pl.po
2875                 updated by Witold Wladyslaw Wojciech Wilk
2876
2877 2002-12-23 [paul]       0.8.6claws128
2878
2879         * src/quote_fmt_parse.y
2880                 fix typo and add licence header
2881
2882 2002-12-23 [paul]       0.8.6claws127
2883
2884         * po/en_GB.po
2885                 updated
2886
2887 2002-12-23 [paul]       0.8.6claws126
2888
2889         * po/it.po
2890                 updated translation, submitted by Alessandro Maestri
2891                 
2892 2002-12-23 [paul]       0.8.6claws125
2893
2894         * src/quote_fmt_parse.y
2895                 fix signature-stripping on replies bug. match
2896                 '-- \n' and not '-- '.
2897
2898 2002-12-22 [paul]       0.8.6claws124
2899
2900         * po/bg.po
2901           po/es.po
2902           po/sr.po
2903                 updated translations. submitted by George Danchev,
2904                 Ricardo Mones Lastra, and Urke MMI respectively
2905
2906 2002-12-21 [paul]       0.8.6claws123
2907
2908         * src/addrbook.c
2909                 fix coding style
2910
2911 2002-12-21 [paul]       0.8.6claws122
2912
2913         * src/addrbook.c
2914                 fix bug [643638] where if a person is in one or more
2915                 addressbook groups editing that person's email 
2916                 address results in removal from those groups.
2917                 Patch submitted by Luke Plant.
2918
2919 2002-12-20 [christoph]  0.8.6claws121
2920
2921         * src/common/utils.c
2922         * src/summaryview.c
2923                 reimplement expand_search_string using GString to
2924                 prevent crashs caused by miscalculated string
2925                 lengths reported by Paul
2926
2927 2002-12-20 [christoph]  0.8.6claws120
2928
2929         * src/summaryview.c
2930                 don't use "changed" to check if op_count has to be changed as it
2931                 is also set when the message has unread children
2932                 (closes bug [ 653221 ] crash while deleting duplicates)
2933
2934 2002-12-20 [paul]       0.8.6claws119
2935
2936         * sync with 0.8.6cvs27
2937                 see ChangeLog 2002-12-20
2938
2939 2002-12-20 [paul]       0.8.6claws118
2940
2941         * sync with 0.8.6cvs26
2942                 see ChangeLog 2002-12-19 and 2002-12-20
2943
2944 2002-12-19 [alfons]     0.8.6claws117
2945
2946         * src/textview.c
2947                 fix incorrect parsing of email addresses, submitted by 
2948                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
2949                 name display if it contains @".
2950
2951 2002-12-18 [paul]       0.8.6claws116
2952
2953         * sync with 0.8.6cvs23
2954                 see ChangeLog 2002-12-18
2955
2956 2002-12-18 [paul]       0.8.6claws115
2957
2958         * src/Makefile.am
2959         * src/account.c
2960         * src/codeconv.c
2961         * src/gtkutils.[ch]
2962         * src/imap.c
2963                 sync with 0.8.6cvs22.
2964                 see ChangeLog 2002-12-17 and 2002-12-18
2965
2966 2002-12-17 [christoph]  0.8.6claws114
2967
2968         * src/imap.c
2969                 o don't create a session if imap greeting fails
2970                 o don't close socket when authentication fails
2971                   this is done by imap_session_destroy
2972
2973 2002-12-17 [thorsten]   0.8.6claws113
2974
2975         * tools/Makefile.am
2976           tools/README
2977           tools/google_msgid.pl ** NEW FILE **
2978                 Added "search for message-id" script and doc
2979
2980 2002-12-17 [thorsten]   0.8.6claws112
2981
2982         * po/hu.po
2983                 Updated hungarian translation
2984                 (updated by Gal Zoltan)
2985
2986 2002-12-16 [christoph]  0.8.6claws111
2987
2988         * src/addr_compl.c
2989                 remove stupid addressbook dump to debug output
2990         * src/mh.c
2991                 fix memory leak found by Hiro
2992
2993 2002-12-14 [paul]       0.8.6claws110
2994
2995         * src/compose.c
2996                 fix menubar sensitivity on send
2997                 
2998         * src/prefs_filtering.c
2999         * src/prefs_matcher.c
3000         * src/prefs_scoring.c
3001                 Fix english ;)
3002                 
3003         * src/common/quoted-printable.h
3004                 sync: fix typo
3005         
3006 2002-12-13 [christoph]  0.8.6claws109
3007
3008         * src/Makefile.am
3009         * src/manage_window.[ch]        ** REMOVE **
3010         * src/gtk/Makefile.am
3011         * src/gtk/manage_window.[ch]    ** NEW **
3012                 move manage_window files to gtk directory
3013
3014 2002-12-13 [christoph]  0.8.6claws108
3015
3016         * src/Makefile.am
3017         * src/gtkshruler.[ch]           ** REMOVE **
3018         * src/gtk/Makefile.am
3019         * src/gtk/gtkshruler.[ch]       ** NEW **
3020                 move gtkshruler files to gtk directory
3021
3022 2002-12-13 [christoph]  0.8.6claws107
3023
3024         * src/Makefile.am
3025         * src/compose.c
3026         * src/gtkstext.[ch]             ** REMOVE **
3027         * src/gtkutils.[ch]
3028         * src/textview.c
3029         * src/gtk/gtkstext.[ch]         ** NEW **
3030         * src/gtk/Makefile.am
3031                 o move stext functions to gtkstext.c to remove
3032                   dependency of gtkutils
3033                 o move gtkstext files to gtk directory
3034
3035         * src/gtk/Makefile.am
3036         * src/gtk/sslcertwindow.[ch]
3037                 UI stuff can always depend on common code so
3038                 it's ok to add ../common to include path
3039
3040 2002-12-13 [colin]      0.8.6claws106
3041
3042         * src/summaryview.c
3043                 Disconnect sighandlers for mainwindow when
3044                 quicksearch has the focus
3045                 Fix bug #653231
3046         * src/mainwindow.[ch]
3047                 Make key_pressed callback public, to be able
3048                 to disconnect it
3049
3050 2002-12-13 [christoph]  0.8.6claws105
3051
3052         * src/mh.c
3053                 create .mh_sequences file in new MH folders
3054                 (closes feature request [ 523162 ] MH folders should
3055                  get a .mh_sequences)
3056
3057 2002-12-13 [colin]      0.8.6claws104
3058
3059         * src/summaryview.c
3060                 Better handling of quicksearch show/hide
3061                 (basically the button stays under the mouse 
3062                  when toggled)
3063
3064 2002-12-13 [paul]       0.8.6claws103
3065
3066         * sync with 0.8.6cvs17
3067                 see ChangeLog 2002-12-13
3068
3069 2002-12-13 [paul]       0.8.6claws102
3070
3071         * po/es.po
3072                 updated by Ricardo Mones Lastra
3073
3074 2002-12-11 [colin]       0.8.6claws101
3075
3076         * src/folder.c
3077                 remove statusbar stuff
3078           src/folderview.c
3079                 set statusbar verbosity when moving folders
3080
3081 2002-12-11 [colin]       0.8.6claws100
3082         * src/prefs_filtering.c
3083         * src/prefs_matcher.c
3084         * src/prefs_scoring.c
3085                 Fix english ;)
3086
3087 2002-12-11 [colin]       0.8.6claws99
3088
3089         * src/prefs_common.[ch]
3090                 Add summary_quicksearch_type
3091         * src/summaryview.c
3092                 Save last used quicksearch type
3093
3094 2002-12-11 [jens]       0.8.6claws98
3095         * src/prefs_filtering.c
3096         * src/prefs_matcher.c
3097         * src/prefs_scoring.c
3098                 added dialog for incomplete rules in scoring, filtering and
3099                 matcher to ask wheather really close
3100
3101 2002-12-11 [colin]      0.8.6claws97
3102
3103         * src/folder.c
3104                 Fix folder dnd statusbar logging
3105
3106 2002-12-10 [christoph]  0.8.6claws96
3107
3108         * src/compose.c
3109         * src/folder.c
3110         * src/imap.c
3111         * src/inc.c
3112         * src/main.c
3113         * src/mainwindow.c
3114         * src/news.c
3115         * src/send.c
3116         * src/statusbar.[ch]
3117         * src/common/hooks.c
3118         * src/common/log.[ch]
3119                 o handle verbose logging in statusbar directly in statusbar code
3120                   and common code does not need any knowledge about a statusbar
3121                 o remove direct calls to statusbar_(puts|pop)_all functions
3122
3123 2002-12-10 [jens]       0.8.6claws95
3124
3125         * src/*.c
3126                 removed gettext from g_warnings
3127         * po/POTFILES.in
3128                 cleaned and updated
3129         * po/de.po
3130                 updated
3131
3132 2002-12-10 [colin]      0.8.6claws94
3133
3134         * src/main.c
3135                 finish crash dialog fix
3136
3137 2002-12-10 [colin]      0.8.6claws93
3138
3139         * src/main.c
3140                 "Fix" "sylpheed already running" instead of
3141                 crash dialog appearing after a crash
3142
3143 2002-12-10 [colin]      0.8.6claws92
3144
3145         * po/POTFILES.in
3146                 add src/gtk/sslcertwindow.c
3147
3148 2002-12-10 [paul]       0.8.6claws91
3149
3150         * po/POTFILES.in
3151                 updated to reflect recent changes
3152                 submitted by Alessandro Maestri
3153
3154 2002-12-09 [christoph]  0.8.6claws90
3155
3156         * src/Makefile.am
3157         * src/smtp.[ch]                 ** REMOVE **
3158         * src/common/Makefile.am
3159         * src/common/smtp.[ch]          ** NEW **
3160                 move smtp files to common directory
3161
3162 2002-12-09 [christoph]  0.8.6claws89
3163
3164         * src/Makefile.am
3165         * src/session.[ch]              ** REMOVE **
3166         * src/common/Makefile.am
3167         * src/common/session.[ch]       ** NEW **
3168                 move session files to common directory
3169
3170 2002-12-09 [paul]       0.8.6claws88
3171
3172         * src/account.c
3173                 fix bug [649746] edit accounts: move account reverted
3174                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
3175
3176 2002-12-09 [colin]      0.8.6claws87
3177
3178         * src/ssl_certificate.c
3179                 cleanup
3180
3181 2002-12-09 [colin]      0.8.6claws86
3182
3183         * src/ssl.c
3184                 Try to open the cert.pem database and 
3185                 issue a warning if it isn't there
3186
3187 2002-12-09 [colin]      0.8.6claws85
3188
3189         * src/common/ssl_certificate.c
3190         * src/gtk/sslcertwindow.c
3191                 Warning fixes
3192
3193 2002-12-09 [colin]      0.8.6claws84
3194
3195         * src/ssl_certificate.[ch] ** REMOVED **
3196         * src/common/ssl_certificate.[ch] ** NEW **
3197         * src/Makefile.am
3198         * src/common/Makefile.am
3199                 Moved ssl_certificate.[ch] to common
3200         * src/common/ssl.c 
3201                 Put back needed include
3202         * src/gtk/sslcertwindow.[ch]
3203                 Changed ssl_certificate.h include
3204         
3205 2002-12-09 [colin]      0.8.6claws83
3206
3207         * src/gtk/sslcertwindow.[ch]
3208                 Implement hook for certificate acception
3209         * src/ssl_certificate.[ch]
3210                 Implement hook for certificate acception
3211         * src/common/ssl.c
3212                 Reenable certificate acception check
3213         * src/mainwindow.c
3214                 Register sslcertwindow's hook
3215         
3216 2002-12-08 [christoph]  0.8.6claws82
3217
3218         * src/about.c
3219         * src/addr_compl.c
3220         * src/codeconv.c
3221         * src/manual.c
3222         * src/undo.c
3223         * src/common/utils.c
3224                 o add missing includes
3225                 o fix warnings
3226         * src/.cvsignore
3227         * src/common/.cvsignore
3228         * src/common/version.h          ** REMOVE **
3229                 remove autogenerated file
3230
3231 2002-12-08 [paul]       0.8.6claws81
3232
3233         * src/stringtable.c
3234                 put back needed include
3235
3236 2002-12-08 [colin]      0.8.6claws80
3237         
3238         * src/gtk/sslcertwindow.c
3239                 Cleaner popups when asking
3240         * src/ssl_certificate.c
3241         * src/prefs_common.[ch]
3242                 remove ssl certificate pref
3243                 put back needed include
3244         * src/undo.c
3245                 put back needed include
3246
3247 2002-12-08 [christoph]  0.8.6claws79
3248
3249         * src/folderview.c
3250         * src/logwindow.c
3251         * src/statusbar.c
3252         * src/summaryview.c
3253                 only abort hook invokation if required data is missing not
3254                 if our own data pointer is NULL, update hookfunction for
3255                 log window
3256
3257 2002-12-08 [paul]       0.8.6claws78
3258
3259         * src/about.c
3260         * src/addrcache.c
3261         * src/addrclip.c
3262         * src/addr_compl.c
3263         * src/addrselect.c
3264         * src/codeconv.c
3265         * src/colorlabel.c
3266         * src/enriched.c
3267         * src/esmtp.c
3268         * src/exporthtml.c
3269         * src/headerview.c
3270         * src/imageview.c
3271         * src/manual.c
3272         * src/noticeview.c
3273         * src/pgptext.c
3274         * src/scoring.c
3275         * src/sourcewindow.c
3276         * src/stringtable.c
3277         * src/undo.c
3278                 clean up: remove unneccesary includes
3279
3280 2002-12-08 [christoph]  0.8.6claws77
3281
3282         * src/folderview.c
3283         * src/statusbar.c
3284         * src/summaryview.c
3285         * src/common/hooks.[ch]
3286                 hook functions now have a gboolean return value, if a hook
3287                 returns TRUE it will stop executing of any more hooks in
3288                 the same hooklist for this invokation
3289
3290 2002-12-08 [colin]      0.8.6claws76
3291         
3292         * src/main.c
3293                 put back argv0 for CRASH_DIALOG
3294
3295 2002-12-08 [christoph]  0.8.6claws75
3296
3297         * src/Makefile.am
3298         * src/about.c
3299         * src/account.c
3300         * src/crash.c
3301         * src/esmtp.h
3302         * src/imap.[ch]
3303         * src/inc.c
3304         * src/main.c
3305         * src/mainwindow.c
3306         * src/news.c
3307         * src/pop.[ch]
3308         * src/prefs_account.[ch]
3309         * src/prefs_common.[ch]
3310         * src/send.[ch]
3311         * src/smtp.[ch]
3312         * src/ssl_certificate.[ch]
3313         * src/ssl_manager.[ch]
3314         * src/common/Makefile.am
3315         * src/common/log.c
3316         * src/common/nntp.[ch]
3317         * src/common/socket.[ch]
3318         * src/common/ssl.[ch]
3319         * src/gtk/sslcertwindow.[ch]
3320         * ac/openssl.m4
3321                 use new autoconf script to detect OpenSSL with extra parameters
3322                 to specify the location of libs and includes, also remove USE_SSL
3323                 to USE_OPENSSL
3324
3325         * src/common/sylpheed.[ch]
3326         * src/common/version.h.in
3327                 start seperation of common code initialization seperated from gui
3328
3329         * src/summaryview.c
3330                 The function that is called when a color label changes
3331                 should not change the color lable again
3332
3333 2002-12-08 [colin]      0.8.6claws74
3334
3335         * src/gtk/sslcertwindow.c
3336                 warning fixes
3337
3338 2002-12-08 [colin]      0.8.6claws73
3339
3340         * src/statusbar.c
3341           src/common/log.h
3342                 Register a hook for statusbar_puts_all
3343         * src/common/log.c
3344                 invoke statusbar_puts_all's hook
3345         
3346 2002-12-08 [colin]      0.8.6claws72
3347
3348         * src/ssl_certificate.c
3349                 Put back a badly-removed include
3350
3351 2002-12-08 [colin]      0.8.6claws71
3352
3353         * src/gtk/sslcertwindow.[ch]    ** NEW **
3354                 new certificate presentation
3355         * src/gtk/Makefile.am
3356                 add new files
3357         * src/ssl_certificate.[ch]
3358                 gtk cleanup, made utility functions public
3359         * src/ssl_manager.c
3360                 use new cert presentation
3361
3362 2002-12-07 [christoph]  0.8.6claws70
3363
3364         * src/Makefile.am
3365         * src/nntp.[ch]                 ** REMOVE **
3366         * src/common/Makefile.am
3367         * src/common/nntp.[ch]          ** NEW **
3368                 move nntp files to common directory
3369
3370 2002-12-07 [christoph]  0.8.6claws69
3371
3372         * src/procmsg.[ch]
3373         * src/summaryview.c
3374                 implement msginfo update callback using sylpheed's new
3375                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
3376
3377 2002-12-06 [christoph]  0.8.6claws68
3378
3379         * src/editgroup.c
3380                 This patch changes the 'Edit Group Details' dialog to
3381                 allow extended selections in either pane, so that
3382                 addresses can be added or removed from a group more
3383                 quickly and easily. (it actually is a net decrease in
3384                 file size, as some unnecessary functions have been
3385                 removed). 
3386                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
3387
3388 2002-12-06 [christoph]  0.8.6claws67
3389
3390         * src/Makefile.am
3391         * src/template.[ch]             ** REMOVE **
3392         * src/common/Makefile.am
3393         * src/common/template.[ch]      ** NEW **
3394                 move template files to common directory
3395
3396         * src/nntp.c
3397                 add missing log.h include
3398
3399 2002-12-06 [melvin]     0.8.6claws66
3400
3401         * src/prefs_actions.c
3402                 Added the trailing ">" syntax to insert command's output
3403                 without replacing old text (in contrast to trailing "|").
3404
3405 2002-12-05 [colin]      0.8.6claws65
3406         
3407         * src/common/utils.c
3408                 Don't modify original search_string or it'll change
3409                 the next iterations in the for()
3410
3411 2002-12-05 [darko]      0.8.6claws64
3412
3413         * src/common/utils.c
3414                 proper check for filtering commands, found by Colin
3415
3416 2002-12-05 [darko]      0.8.6claws63
3417
3418         * src/common/utils.c
3419                 check proper string for NULL pointer, found by Colin
3420
3421 2002-12-05 [darko]      0.8.6claws62
3422
3423         * src/common/utils.[ch]
3424                 expand_search_string(): new function
3425                 converts Mutt-like patterns to Sylpheed's
3426                 filtering engine
3427         * src/summaryview.c
3428                 use expand_search_string() to allow Mutt-like
3429                 patterns in extended search
3430         * README.claws
3431                 document extended option in quick search
3432
3433 2002-12-05 [paul]       0.8.6claws61
3434
3435         * sync with 0.8.6cvs16
3436                 see ChangeLog 2002-12-05
3437                 
3438         * po/POTFILES.in
3439                 clean up
3440
3441 2002-12-04 [christoph]  0.8.6claws60
3442
3443         * src/imap.[ch]
3444                 put imap authentication code into a new function and
3445                 remove it from imap_session_new that will allow to
3446                 send other commands before authentication
3447
3448 2002-12-04 [christoph]  0.8.6claws59
3449
3450         * src/imap.[ch]
3451                 use already existing method to prevent unneeded IMAP
3452                 folder selects. Set imap_select parameters to NULL
3453                 in some functions if the values are not required.
3454
3455         * src/xml.h
3456                 remove no longer required include
3457
3458 2002-12-04 [paul]       0.8.6claws58
3459
3460         * po/es.po
3461                 updated by Ricardo Mones Lastra
3462                 
3463         * configure.in
3464           po/hu.po      ** NEW FILE **
3465                 initial Hungarian translation, submitted
3466                 by Gál Zoltán <galzoli@hu.inter.net>
3467
3468 2002-12-03 [christoph]  0.8.6claws57
3469
3470         * src/Makefile.am
3471         * src/gtksctree.[ch]            ** REMOVE **
3472         * src/gtk/Makefile.am
3473         * src/gtk/gtksctree.[ch]        ** NEW **
3474                 move gtksctree files to gtk directory
3475
3476 2002-12-03 [christoph]  0.8.6claws56
3477
3478         * src/Makefile.am
3479         * src/md5.[ch]                  ** REMOVE **
3480         * srm/common/Makefile.am
3481         * src/common/md5.[ch]           ** NEW **
3482                 move md5 files to common directory
3483
3484         * src/gtkstext.c
3485                 remove not required #include
3486
3487 2002-12-03 [sergey]     0.8.6claws55
3488
3489         * src/gtkutils.c
3490         * src/gtkutils.h
3491                 gtkut_window_popup(): new function.
3492         * src/mainwindow.c
3493                 main_window_popup(): use gtkut_window_popup() to raise
3494                 window without changing its position.
3495                 (see sylpheed-main ML message [sylpheed:17247])
3496
3497 2002-12-03 [sergey]     0.8.6claws54
3498
3499         * src/send.c
3500                 send_message_local(): removed first-dot escaping
3501                 (SMTP-only, not needed for sending through pipe)
3502
3503 2002-12-03 [paul]       0.8.6claws53
3504
3505         * po/POTFILES.in
3506                 update to reflect recent changes (thanks
3507                 to Ricardo Mones Lastra)
3508                 
3509         * tools/filter_conv.pl
3510                  fix problem with quoted strings. Patch submitted
3511                  by Luke Plant <lukeplant@softhome.net>
3512
3513 2002-12-03 [paul]       0.8.6claws52
3514
3515         * sync with 0.8.6cvs15
3516                 see ChangeLog 2002-12-03
3517
3518 2002-12-02 [christoph]  0.8.6claws51
3519
3520         * src/logwindow.[ch]
3521         * src/common/log.[ch]
3522                 implement logging using a hook function
3523
3524         * src/folderview.c
3525         * src/folder.[ch]
3526                 define hooklist name in header file to avoid
3527                 errors caused by wrong spelling of hooklist names
3528
3529         * src/toolbar.c
3530                 fix warnings
3531
3532 2002-12-02 [christoph]  0.8.6claws50
3533
3534         * src/common/Makefile.am
3535                 add src/common/hooks.[ch]
3536
3537         * src/common/hooks.[ch]
3538                 implement a simple hook system using glib's hook functions
3539
3540         * src/folder.[ch]
3541         * src/folderview.c
3542                 use new hook system for folder item updates
3543
3544 2002-12-02 [christoph]  0.8.6claws49
3545
3546         * doc-src/ui_seperation.txt     ** NEW **
3547                 information for ui seperation
3548
3549         * src/Makefile.am
3550                 remove files that were moved to common
3551                 include common directory by default for the header files
3552
3553         * src/inc.c
3554         * src/common/socket.c
3555         * src/automaton.[ch]
3556                 implement automaton using g_io_*-functions instead of
3557                 gdk_input_add to make it ui independent
3558
3559         * src/codeconv.c
3560         * src/compose.c
3561         * src/ldif.c
3562         * src/pgptext.c
3563         * src/procmime.c
3564         * src/rfc2015.c
3565         * src/smtp.c
3566         * src/unmime.c
3567                 remove common/ prefix because directory is now in
3568                 include path
3569
3570         * src/compose.c
3571         * src/folder.c
3572         * src/folderview.c
3573         * src/mainwindow.c
3574         * src/messageview.c
3575         * src/prefs_common.c
3576         * src/procmsg.c
3577         * src/rfc2015.c
3578                 fix warnings
3579
3580         * src/imap.c
3581         * src/inc.c
3582         * src/news.c
3583         * src/pop.c
3584         * src/send.c
3585         * src/smtp.c
3586         * src/ssl_certificate.c
3587                 add log.h header file for logging functions
3588
3589         * src/main.c
3590         * src/common/utils.c
3591         * src/summaryview.c
3592         * src/xml.c
3593                 o move debug_mode to common/utils.c
3594                 o add functions to set and get debug_mode
3595
3596         * src/defs.h                    ** REMOVE **
3597         * src/intl.h                    ** REMOVE **
3598         * src/socket.[ch]               ** REMOVE **
3599         * src/ssl.[ch]                  ** REMOVE **
3600         * src/utils.[ch]                ** REMOVE **
3601                 replaced by new files in src/common/
3602         
3603         * src/common/Makefile.am
3604                 add new files in src/common/
3605
3606         * src/common/defs.h             ** NEW **
3607         * src/common/intl.h             ** NEW **
3608         * src/common/log.[ch]           ** NEW **
3609         * src/common/socket.[ch]        ** NEW **
3610         * src/common/ssl.[ch]           ** NEW **
3611         * src/common/utils.[ch]         ** NEW **
3612                 replacement for files in src/
3613
3614 2002-12-02 [colin]      0.8.6claws48
3615
3616         * src/folderview.c
3617                 Scroll folderview if necessary during dnd
3618
3619 2002-12-02 [colin]      0.8.6claws47
3620
3621         * src/folder.[ch]
3622                 Add check to verify a move is within a single mailbox
3623         * src/folderview.c
3624                 Add specific error string for this check
3625
3626 2002-12-02 [colin]      0.8.6claws46
3627
3628         * src/folder.c
3629                 Add a test to folder moving, remove a statusbar_print
3630         * src/folderview.c
3631                 Add Move folder... context-menu item
3632                 Factorize folder moving code
3633                 Enable folder DND for mbox
3634
3635 2002-12-01 [christoph]  0.8.6claws45
3636
3637         * ac/aspell.m4
3638                 remove conf.aspelltest if the version check fails
3639
3640 2002-11-30 [christoph]  0.8.6claws44
3641
3642         * autogen.sh
3643                 run libtoolize --force in autogen to create missing
3644                 libtool scripts
3645
3646 2002-11-30 [christoph]  0.8.6claws43
3647
3648         * src/Makefile.am
3649         * src/pgptext.c
3650         * src/procmime.c
3651         * src/rfc2015.c
3652         * src/uuencode.[ch]             ** REMOVED **
3653         * src/common/Makefile.am
3654         * src/common/uuencode.[ch]      ** NEW **
3655                 move uuen/decoder to common directory
3656
3657 2002-11-30 [christoph]  0.8.6claws42
3658
3659         * src/Makefile.am
3660         * src/base64.[ch]               ** REMOVED **
3661         * src/codeconv.c
3662         * src/compose.c
3663         * src/ldif.c
3664         * src/pgptext.c
3665         * src/procmime.c
3666         * src/rfc2015.c
3667         * src/smtp.c
3668         * src/unmime.c
3669         * src/common/Makefile.am
3670         * src/common/base64.[ch]        ** NEW **
3671                 move base64 en/decoder to common directory
3672
3673 2002-11-30 [christoph]  0.8.6claws41
3674
3675         * src/common                    ** NEW **
3676                 new directory for UI independent code
3677         * src/gtk                       ** NEW **
3678                 new directory for GTK frontend
3679         * src/common/.cvsignore         ** NEW **
3680         * src/gtk/.cvsignore            ** NEW **
3681                 ignore build files
3682         * src/common/Makefile.am        ** NEW **
3683         * src/gtk/Makefile.am           ** NEW **
3684                 automake files to build new seperated stuff
3685         * src/Makefile.am
3686                 the binary will currently still be build with the
3687                 files in src, so we include the code from the
3688                 subdirs for now after building the libs there
3689
3690 2002-11-30 [paul]       0.8.6claws40
3691
3692         * src/compose.c
3693                 fix bug [642731] 'Wrong selected account with drafted mail'
3694
3695 2002-11-29 [oliver]     0.8.6claws39
3696         
3697         * src/messageview.c
3698                 o update summaryview when switching between different
3699                   messageviews          
3700         * src/toolbar.c  
3701                 o check if messageview holds already removed msg
3702                   from summaryview
3703                 
3704
3705 2002-11-29 [oliver]     0.8.6claws38
3706
3707         * src/toolbar.c 
3708                 remove not needed variables and includes
3709                 make messageview stay opened and move to next when msgs are deleted 
3710
3711 2002-11-29 [oliver]     0.8.6claws37
3712         
3713         * src/toolbar.c 
3714                 disable compose button (messageview toolbar) by default
3715                 deleted msgs are moved to trash
3716         
3717 2002-11-29 [melvin]     0.8.6claws36
3718
3719         * configure.in
3720                 Increased minimal gpgme version to 0.3.10 (Zombies out)
3721                 and to detect signatures expirations (gpgme 0.3.6)
3722
3723         * src/main.c
3724                 Use non obsolescent function for Gpgme engine checking.
3725
3726         * src/rfc2015.c
3727                 Inform about expired signatures or signatures which key
3728                 has expired. Expiration date is displayed.
3729
3730         * src/sigstatus.c
3731                 Inform about expired signatures or signatures which key
3732                 has expired.
3733
3734 2002-11-28 [paul]       0.8.6claws35
3735
3736         * src/folderview.c
3737                 re-instate 'Check for new messages' in Newsgroup
3738                 folders right-click menu, after a suggestion from
3739                 Tim Mann <timmann@users.sourceforge.net>
3740
3741         * src/main.c
3742                 after a crash check only local folders for new
3743                 messages
3744
3745 2002-11-28 [paul]       0.8.6claws34
3746
3747         * configure.in
3748                 apply patch that fixes the checking of GTK with XIM 
3749                 support on different OSs, such as FreeBSD. Patch 
3750                 submitted by Topia <topia@users.sourceforge.net>
3751                 
3752 2002-11-28 [paul]       0.8.6claws33
3753
3754         * src/mainwindow.c
3755           src/prefs_common.c
3756           src/prefs_toolbar.c
3757                 more changes to the English
3758
3759 2002-11-28 [paul]       0.8.6claws32
3760
3761         * sync with 0.8.6cvs13
3762                 see ChangeLog 2002-11-28 (no sync needed
3763                 for src/compose.c)
3764
3765 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
3766         
3767         * src/mainwindow.[ch]
3768                 add patch by Ivan F. Martinez introducing messageview Toolbar
3769                 some changes and committed by oliver    
3770
3771 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
3772
3773         * src/messageview.[ch]
3774                 add patch by Ivan F. Martinez introducing messageview Toolbar
3775                 some changes and committed by oliver    
3776
3777 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
3778
3779         * src/compose.[ch]
3780                 add patch by Ivan F. Martinez introducing messageview Toolbar
3781                 some changes and committed by oliver    
3782
3783 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
3784         
3785         * src/toolbar.[ch]
3786                 add patch by Ivan F. Martinez introducing messageview Toolbar
3787                 some changes and committed by oliver
3788
3789 2002-11-28 [oliver]     0.8.6claws27
3790         
3791         * src/prefs_toolbar.[ch]
3792                 getting ready for messageview toolbar
3793                 free mem allocated by gettext
3794                 change prefs_toolbar to prefs_toolbar_open
3795  
3796 2002-11-28 [thorsten]   0.8.6claws26
3797
3798         * src/imageview.[ch]
3799                 cleaned up conflicting declarations of
3800                 imageview_show_image()
3801
3802 2002-11-28 [paul]       0.8.6claws25
3803
3804         * src/grouplistdialog.c
3805           src/prefs_common.c
3806           src/prefs_summary_column.c
3807                 a few more improvements to the English
3808
3809 2002-11-28 [colin]      0.8.6claws24
3810
3811         * man/sylpheed.1
3812                 A few updates to command-line parameters
3813
3814 2002-11-28 [colin]      0.8.6claws23
3815
3816         * src/prefs_filtering.c
3817                 Fix problems with prefs_filtering_delete_path:
3818                 a) if the first rule is removed, original pointers
3819                    weren't updated (leading to segfaults)
3820                 b) it was always global_processing updated in case
3821                    of removed path was parent of rule path
3822
3823 2002-11-27 [paul]       0.8.6claws22
3824
3825         * src/mainwindow.c
3826           src/prefs_account.c
3827           src/prefs_actions.c
3828           src/prefs_common.c
3829           src/prefs_customheader.c
3830           src/prefs_display_header.c
3831           src/prefs_filtering.c
3832           src/prefs_folder_item.c
3833           src/prefs_matcher.c
3834           src/prefs_scoring.c
3835           src/prefs_summary_column.c
3836           src/prefs_template.c
3837           src/prefs_toolbar.c
3838                  improve the English in the GUI
3839
3840 2002-11-27 [colin]      0.8.6claws21
3841
3842         * src/folder.c
3843                 Fix processing renaming problems happening after
3844                 last commit
3845
3846 2002-11-27 [colin]      0.8.6claws20
3847
3848         * src/folder.c
3849                 recursive move now deletes src each subfolder after 
3850                 having moved it
3851         * src/folderview.c
3852                 Use identifier instead of path during dnd (enables
3853                 IMAP folder dnd)
3854
3855 2002-11-27 [paul]       0.8.6claws19
3856
3857         * src/main.c
3858                 apply patch that does command-line processing 
3859                 BEFORE gtk_init, allowing claws to run from 
3860                 shell-scripts in non-X environment (e.g. crontab 
3861                 or ip-up, ip-down scripts). Patch submitted by
3862                 Ruslan N. Balkin <baron@dartel.ru>
3863                 
3864         * po/it.po
3865                 updated by Alessandro Maestri
3866
3867 2002-11-27 [paul]       0.8.6claws18
3868
3869         * sync with 0.8.6cvs12
3870           src/prefs_common.c
3871                 Differences are that main uses a 'Receive dialog'
3872                 frame on the Interface tab, whereas claws groups all 
3873                 the dialogs together in a 'Dialogs' frame.
3874
3875 2002-11-27 [colin]      0.8.6claws17
3876
3877         * src/prefs_matcher.c
3878                 Fix Execute criteria's NOT flag
3879
3880
3881 2002-11-26 [christoph]  0.8.6claws16
3882
3883         * src/ssl.c
3884                 rewrite the ssl code a little bit, only use one
3885                 SSL context, set default certificates' file/path
3886
3887 2002-11-26 [thorsten]   0.8.6claws15
3888
3889         * src/compose.c
3890                 default-reply-to didn't work for ml-reply
3891
3892 2002-11-26 [melvin]     0.8.6claws14
3893
3894         * src/prefs_actions.c
3895                 Made pipe-actions ignore short headers in message view
3896                 Made trailing-pipe-actions write in the message view with
3897                 the same font as the original message
3898
3899 2002-11-26 [paul]       0.8.6claws13
3900
3901         * src/compose.c
3902                 this time commit the correct file
3903
3904 2002-11-26 [paul]       0.8.6claws12
3905
3906         * sync with 0.8.6cvs11
3907           src/quote_fmt_parse.y  
3908                 no sync needed
3909           src/account.[ch]       
3910                 not sync'ed
3911           src/compose.c
3912                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
3913                 on draft mode.
3914                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
3915                 header
3916                 
3917         see ChangeLog 2002-11-25 and 2002-11-26
3918
3919 2002-11-26 [colin]      0.8.6claws11
3920
3921         * src/folderview.c
3922                 Fix collapsed folder not auto-expanding during
3923                 mail dnd, if it was the source folder.
3924
3925 2002-11-25 [colin]      0.8.6claws10
3926
3927         * src/folderview.[ch]
3928                 Variable renaming and cleaning (slist of nodes 
3929                 to be re-collapsed is stored in FolderView)
3930
3931 2002-11-25 [paul]       0.8.6claws9
3932
3933         * src/prefs_common.[ch]
3934                 fix breakage caused by last commit
3935
3936 2002-11-25 [paul]       0.8.6claws8
3937
3938         * sync with 0.8.6cvs4
3939                 see ChangeLog 2002-11-21
3940
3941 2002-11-25 [paul]       0.8.6claws7
3942
3943         * sync with 0.8.6cvs4
3944                 see ChangeLog 2002-11-20
3945
3946 2002-11-25 [paul]       0.8.6claws6
3947
3948         * sync with 0.8.6cvs3
3949                 see ChangeLog 2002-11-18
3950
3951 2002-11-25 [colin]      0.8.6claws5
3952
3953         * src/gtkutils.[ch]
3954                 Add gtkut_ctree_node_is_parent()
3955         * src/folderview.c
3956                 Spring-loaded folders
3957
3958 2002-11-25 [colin]      0.8.6claws4
3959
3960         * src/utils.[ch]
3961                 Add slist_concat_unique(), function to merge
3962                 two GSList filtering dups
3963         * src/folder.[ch]
3964         * src/summaryview.[ch]
3965         * src/folderview.c
3966         * src/main.c
3967                 Add detection/update/display of unread answers
3968                 to marked mails
3969         * src/procmsg.[ch]
3970                 Add procmsg_find_children()
3971                 Add procmsg_msg_has_marked_parent()
3972
3973 2002-11-25 [colin]      0.8.6claws3
3974
3975         * src/ssl_certificate.[ch]
3976                 Allow checking a certificate without a DNS
3977                 lookup
3978                 Allow to forget a cert (by deleting it)
3979                 Make ssl_certificate_destroy_public
3980         * src/ssl_manager.[ch] ** NEW FILES **
3981                 Gui to manage (display/remove) certificates
3982         * src/prefs_common.[ch]
3983                 Add a pref to allow silent acceptation of
3984                 trusted certificates or not (based on the
3985                 "I want to know what's going on" principle)
3986         * src/mainwindow.c
3987                 Add SSL manager in Tools menu
3988         * src/Makefile.am
3989                 Add the new files to the build
3990         * po/POTFILES.in
3991                 Add ssl_manager.c to translations
3992
3993 2002-11-25 [colin]      0.8.6claws2
3994
3995         * src/summaryview.[ch]
3996                 Add S_SEARCH_EXTENDED to the quick search, which 
3997                 allows to search using filtering syntax.
3998
3999 2002-11-25 [colin]      0.8.6claws1
4000
4001         * src/summaryview.c
4002                 Deletion of duplicates now prefer deleting
4003                 the unread dup (fixes feature-request 638989).
4004
4005 2002-11-24 [paul]       0.8.6claws
4006
4007         * po/es.po
4008           po/pl.po
4009           po/ru.po
4010           po/sr.po
4011                 updated by Ricardo Mones Lastra,
4012                 Witold Wladyslaw Wojciech Wilk,
4013                 Ruslan N. Balkin, and  Urke MMI 
4014                 respectively
4015
4016 2002-11-24 [paul]       0.8.5claws182
4017
4018         * po/bg.po
4019                 updated by George Danchev
4020
4021 2002-11-23 [alfons]     0.8.5claws181
4022
4023         * src/imap.c
4024                 tiny memory leak found by browsing Dimitar's 
4025                 valgrind report
4026
4027 2002-11-23 [paul]       0.8.5claws180
4028
4029         * po/it.po
4030                 updated by Alessandro Maestri
4031
4032 2002-11-22 [christoph]  0.8.5claws179
4033
4034         * src/compose.c
4035         * src/inc.c
4036         * src/prefs_filtering.c
4037         * src/summaryview.c
4038                 more warning fixes
4039
4040 2002-11-22 [alfons]     0.8.5claws178
4041
4042         * src/summaryview.c
4043                 summary_execute_delete_func(): if message is deleted, make 
4044                 sure to also remove its entry in the subject hash table. 
4045                 fixes a corner case bug.
4046
4047 2002-11-22 [paul]       0.8.5claws177
4048
4049         * .cvsignore
4050                 add 'autom4te.cache'
4051                 
4052         * ltconfig      ** REMOVED **
4053                 not needed
4054
4055 2002-11-22 [paul]       0.8.5claws176
4056
4057         * src/textview.c
4058                 textview_set_font(): fix for message display in
4059                 UTF-8 locales (thanks to Sergey Vlasov).
4060                 
4061         * AUTHORS
4062                 add new team members and contributors
4063
4064
4065 2002-11-21 [colin]      0.8.5claws175
4066
4067         * src/procmsg.[ch]
4068                 Add procmsg_remove_special_headers()
4069         * src/mh.c
4070                 Use procmsg_remove_special_headers() for 
4071                 previous fix
4072
4073 2002-11-21 [colin]      0.8.5claws174
4074
4075         * src/mh.c
4076                 Fix moving/copying from queue/draft folders
4077                 for MH folders
4078
4079 2002-11-21 [christoph]  0.8.5claws173
4080
4081         * src/crash.c
4082         * src/filtering.c
4083         * src/logwindow.c
4084         * src/main.c
4085         * src/matcher_parser_lex.[hl]
4086         * src/mbox.c
4087         * src/mbox_folder.[ch]
4088         * src/prefs_filtering.c
4089         * src/procheader.c
4090         * src/quote_fmt_lex.l
4091         * src/ssl.c
4092                 fix all warnings except the warnings in lex and yacc files
4093
4094 2002-11-20 [christoph]  0.8.5claws172
4095
4096         * src/imap.c
4097                 fix MsgInfo retrieval for IMAP draft and queue folders
4098                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
4099
4100 2002-11-19 [christoph]  0.8.5claws171
4101
4102         * src/compose.c
4103                 fix segfault, when draft saving does not get
4104                 the MsgInfo of the new message
4105                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
4106
4107 2002-11-19 [christoph]  0.8.5claws170
4108
4109         * src/procmsg.c
4110                 add parameter check for flag setting function
4111                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
4112
4113 2002-11-18 [paul]       0.8.5claws169
4114
4115         * src/compose.c
4116                 more sensitivity fixes to redirect mode:
4117                 * disable toolbar draft button
4118                 * allow only Address book in the Tools menu
4119                 * disable editing of message by the spell
4120                   checker
4121
4122 2002-11-18 [paul]       0.8.5claws168
4123
4124         * src/compose.c
4125                 fix sensitivity of menu items in compose_redirect():
4126                 allow only the necessary items 
4127
4128 2002-11-18 [paul]       0.8.5claws167
4129
4130         * src/compose.c
4131                 fix bug [ 603259 ] 'attachment got lost on bounce'
4132
4133 2002-11-18 [paul]       0.8.5claws166
4134
4135         * po/ru.po
4136                 updated by Ruslan N. Balkin <baron@dartel.ru>
4137
4138 2002-11-18 [colin]      0.8.5claws165
4139
4140         * src/main.c
4141           src/defs.h
4142                 Remove old filtering stuff
4143
4144
4145 2002-11-17 [oliver]     0.8.5claws164
4146
4147         * src/toolbar.h
4148                 remove not needed typedef 
4149
4150 2002-11-17 [oliver]     0.8.5claws163
4151
4152         * src/toolbar.c
4153                 make toolbar's on click events translatable
4154
4155 2002-11-15 [colin]      0.8.5claws162
4156
4157         * src/summaryview.c
4158                 Revert too-soon integration of a feature
4159
4160 2002-11-15 [christoph]  0.8.5claws161
4161
4162         * src/imap.c
4163                 use main's implementation of imap_get_msginfo
4164
4165 2002-11-15 [christoph]  0.8.5claws160
4166
4167         * src/compose.c
4168         * src/folder.[ch]
4169         * src/imap.c
4170         * src/mbox_folder.c
4171         * src/mh.c
4172         * src/news.c
4173         * src/procmsg.c
4174         * src/summaryview.c
4175                 replace claws' fetch_msginfo with main's get_msginfo
4176                 (use main's implementation where possible)
4177
4178 2002-11-15 [colin]      0.8.5claws159
4179
4180         * src/ssl_certificate.c
4181                 Missed a check
4182
4183 2002-11-16 [melvin]     0.8.5claws158
4184
4185         * po/fr.po
4186                 Updated French translations.
4187
4188 2002-11-16 [colin]      0.8.5claws157
4189
4190         * src/ssl_certificate.c
4191                 Check for missing parts in the certificates
4192
4193 2002-11-15 [colin]      0.8.5claws156
4194
4195         * src/folderview.c
4196                 Preventive fix (missing check) found by
4197                 Alfons
4198
4199 2002-11-15 [paul]
4200
4201         * NEWS
4202                 sync with 0.8.6 release
4203
4204 2002-11-15 [colin]      0.8.5claws155
4205
4206         * src/folder.[ch]
4207           src/folderview.c
4208                 Fix error handling of folder_item_move_to()
4209                 (thanks to Alfons!)
4210
4211 2002-11-15 [colin]      0.8.5claws154
4212
4213         * src/folder.[ch]
4214           src/folderview.c
4215                 folder_item_move_to() sets an error message instead
4216                 of having GUI stuff in folder.c
4217
4218 2002-11-15 [colin]      0.8.5claws153
4219
4220         * src/procmsg.[ch]
4221                 Implemented a callback for MsgInfo updates, 
4222                 heavily copy/pasted from Christoph's folder 
4223                 callback system
4224         * src/summaryview.[ch]
4225                 Register summary_update_msg as callback
4226
4227 2002-11-14 [colin]      0.8.5claws152
4228         
4229         * src/procmsg.c
4230                 Update the FolderItem after sending (fixes 617593)
4231
4232 2002-11-14 [christoph]  0.8.5claws151
4233
4234         * src/folder.c
4235                 fix wrong position of NULL pointer check found
4236                 by Sergey
4237
4238 2002-11-14 [christoph]  0.8.5claws150
4239
4240         * src/folder.c
4241                 fix segfault when deleting messages from IMAP folders
4242                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
4243
4244 2002-11-14 [colin]      0.8.5claws149
4245
4246         * src/compose.c
4247                 Forwarding was also ignoring the folder's default account.
4248
4249 2002-11-14 [colin]      0.8.5claws148
4250
4251         * src/compose.c
4252                 Fix sent folder not set to folder properties when 
4253                 forwarding.
4254
4255 2002-11-14 [thorsten]   0.8.5claws147
4256
4257         * src/inc.c
4258                 inc_start(): Files were not moved from .processing to inbox,
4259                 if no global processing rule existed
4260
4261 2002-11-14 [colin]      0.8.5claws146
4262
4263         * src/ssl_certificate
4264                 Fix file operations
4265
4266 2002-11-14 [paul]       0.8.5claws145
4267
4268         * po/it.po
4269                 updated by Alessandro Maestri
4270
4271 2002-11-13 [alfons]     0.8.5claws144
4272
4273         * src/folder.c
4274                 folder_item_close(): only mark messages unread
4275                 when a folder has new messages 
4276
4277 2002-11-13 [keith]      0.8.5claws143
4278
4279         * src/imap.c
4280                 Fix problem moving or copying between
4281                 IMAP folders
4282
4283 2002-11-13 [colin]      0.8.5claws142
4284
4285         * src/matcher_parser_parse.y
4286                 Fix rule problem when " don't match
4287
4288 2002-11-13 [christoph]  0.8.5claws141
4289
4290         * src/folder.c
4291         * src/folderview.c
4292                 moved cache saving to folder_item_close
4293                 the folderview should not have to deal with
4294                 this things
4295
4296 2002-11-13 [christoph]  0.8.5claws140
4297
4298         * src/summaryview.c
4299                 moved setting of important score to
4300                 summary_set_prefs_from_folderitem
4301
4302 2002-11-13 [colin]      0.8.5claws139
4303
4304         * src/matcher_parser_parse.y
4305                 Fix a segfault in the parser (happening when
4306                 a good expression had been tested and a bad 
4307                 one arrives)
4308
4309 2002-11-13 [paul]       0.8.5claws138
4310
4311         * sync with 0.8.5cvs24
4312                 see ChangeLog 2002-11-13
4313                 
4314         * po/pt_BR.po
4315                 updated by Fabio Jr. Beneditto
4316
4317 2002-11-13 [colin]      0.8.5claws137
4318         
4319         * src/msgcache.c
4320           src/defs.h
4321           src/procmsg.[ch]
4322                 Revert last commit, problem
4323
4324 2002-11-13 [colin]      0.8.5claws136
4325
4326         * src/msgcache.c
4327                 Remove duplicated code
4328         * src/defs.h
4329                 Bumped CACHE_VERSION and MARK_VERSION
4330         * src/procmsg.[ch]
4331                 Network endian for cache and mark files
4332
4333 2002-11-12 [colin]      0.8.5claws135
4334
4335         * src/inc.c
4336                 Fix the "socket error" dialog which disappeared
4337
4338 2002-11-12 [colin]      0.8.5claws134
4339
4340         * src/msgcache.c
4341                 Reverse last commit which had performance 
4342                 problems, but still reverse the list
4343
4344 2002-11-12 [colin]      0.8.5claws133
4345
4346         * src/msgcache.c
4347                 Reverse list order
4348
4349 2002-11-12 [melvin]     0.8.5claws132
4350
4351         * src/compose.c
4352                 Added a check for a NULL prefs_common.dictionary
4353
4354 2002-11-12 [colin]      0.8.5claws131
4355
4356         * src/ssl_certificate.[ch]
4357                 Use FQDN hostname
4358
4359 2002-11-12 [colin]      0.8.5claws130
4360
4361         * src/ssl_certificate.[ch]
4362                 Take connection port into account for 
4363                 checking certificates (a single hostname
4364                 could have multiple servers with multiple
4365                 certificates)
4366         * src/ssl.c
4367                 Pass the port to ssl_certificate_check
4368
4369 2002-11-12 [paul]       0.8.5claws129
4370
4371         * src/folder.c
4372                 fix a typo in last commit
4373
4374 2002-11-12 [paul]       0.8.5claws128
4375
4376         * sync with 0.8.5cvs23
4377                 see ChangeLog entry 2002-11-12
4378
4379 2002-11-11 [colin]      0.8.5claws127
4380
4381         * src/ssl_certificate.c
4382                 Cleaner messages
4383                 Don't popup, instead log error, if the 
4384                 corresponding pref is checked
4385         * src/ssl_certificate.h
4386                 include <openssl/objects/h>
4387
4388 2002-11-11 [colin]      0.8.5claws126
4389
4390         * src/ssl_certificate.h
4391                 _Really_ clean it
4392
4393 2002-11-11 [colin]      0.8.5claws125
4394         
4395         * src/ssl_certificate.c
4396                 Fixed leak
4397
4398 2002-11-11 [colin]      0.8.5claws124
4399
4400         * src/ssl.c
4401                 Cleaned a bit
4402         * src/ssl_certificate.[ch]
4403                 Cleaned a bit (better use of SSL API)
4404                 (This will cause non-recognition of saved 
4405                  certificates of claws12[23]...)
4406
4407 2002-11-11 [paul]       0.8.5claws123
4408         
4409         * po/es.po
4410                 updated by Ricardo Mones Lastra
4411
4412 2002-11-11 [colin]      0.8.5claws122
4413
4414         * src/ssl.c
4415                 Fix a typo
4416
4417 2002-11-11 [colin]      0.8.5claws121
4418
4419         * src/ssl_certificate.[ch] ** NEW FILES **
4420         * src/ssl.[ch]
4421                 Check SSL certificates presented to us
4422         * src/Makefile.am
4423                 Add ssl_certificate.[ch]
4424         * po/POTFILES.in
4425                 Add ssl_certificate.c
4426
4427 2002-11-11 [paul]       0.8.5claws120
4428
4429         * sync with 0.8.5cvs22
4430                 see ChangeLog 2002-11-11
4431
4432 2002-11-11 [paul]       0.8.5claws119
4433
4434         * sync with 0.8.5cvs21
4435                 see ChangeLog 2002-11-11
4436
4437 2002-11-10 [jens]       0.8.5claws118
4438
4439         * src/folder.c
4440         * src/folderview.c
4441                 corrected some typing
4442         * po/de.po
4443                 updated german translation
4444         * sylpheed.spec.in
4445                 cleaned up specfile and adjusted it for claws
4446
4447 2002-11-10 [colin]      0.8.5claws117
4448
4449         * src/summaryview.c
4450                 a STATUSBAR_PUSH/POP fix
4451
4452 2002-11-10 [colin]      0.8.5claws116
4453
4454         * src/prefs_folder_item.c
4455                 Fix hanging after opening folder properties
4456
4457 2002-11-10 [hoa]        0.8.5claws115
4458
4459         * src/matcher_parser_lex.l
4460         * src/matcher_parser_parse.y
4461                 config file for scoring and filtering is no more trashed
4462                 when there is a syntax error in a filtering rule when
4463                 editing it in a dialog.
4464
4465 2002-11-09 [colin]      0.8.5claws114
4466
4467         * src/mbox_folder.c
4468                 Added missing initialisation of folder->destroy()
4469
4470 2002-11-09 [colin]      0.8.5claws113
4471
4472         * src/folder.c
4473           src/folderview.c
4474                 Fix the status bar messages
4475
4476 2002-11-09 [colin]      0.8.5claws112
4477
4478         * src/folderview.c
4479                 Fix hangs after folder dnd, happening after 
4480                 claws109.
4481
4482 2002-11-09 [christoph]  0.8.5claws111
4483
4484         * src/folderview.c
4485                 just changed order of calls (reverse order of
4486                 associated calls)
4487         * src/inc.c
4488                 lock inc when checking only one account, otherwise
4489                 inc all could be executed at the same time
4490
4491 2002-11-09 [christoph]  0.8.5claws110
4492
4493         * src/folderview.c
4494                 better unlock the mouse cursor before calling
4495                 summary_show because it changes the cursor too
4496
4497 2002-11-09 [christoph]  0.8.5claws109
4498
4499         * src/folder.[ch]
4500         * src/folderview.c
4501                 add functions to open and close a folder
4502                 o opending will execute scanning for remote folders
4503                   and processing
4504                 o closing will unset new flag for messages
4505
4506 2002-11-09 [colin]      0.8.5claws108
4507
4508         * src/folder.c
4509                 Add a call to prefs_matcher_write_config to 
4510                 avoid non-leaf folders filtering settings to be
4511                 lost
4512
4513 2002-11-09 [paul]       0.8.5claws107
4514
4515         * src/prefs_account.c
4516                 re-word a label
4517
4518 2002-11-09 [colin]      0.8.5claws106
4519
4520         * src/folderview.c
4521                 Minor esthetic fix
4522
4523 2002-11-09 [colin]      0.8.5claws105
4524
4525         * src/folderview.c
4526                 Fix prefs_filtering deletion for MH folders (same
4527                 reason as below)
4528         * src/prefs_filtering.c
4529                 Fix prefs_filtering renaming and deletion for 
4530                 folder-based processing rules.  
4531
4532 2002-11-09 [christoph]  0.8.5claws104
4533
4534         * src/compose.c
4535         * src/folder.[ch]
4536         * src/folderview.[ch]
4537         * src/import.c
4538         * src/inc.c
4539         * src/main.c
4540         * src/mainwindow.c
4541         * src/messageview.c
4542         * src/prefs_folder_item.c
4543         * src/procmsg.c
4544         * src/summaryview.c
4545                 implement a callback system for folder item updates
4546
4547 2002-11-09 [colin]      0.8.5claws103
4548
4549         * src/folderview.c
4550                 Fix prefs_filtering renaming for MH folders (we
4551                 shouldn't rename by path as another folder could
4552                 have the same hierarchy).
4553
4554 2002-11-09 [colin]      0.8.5claws102
4555
4556         * src/folder.c
4557                 Fix a leak found by Christoph, use better variable
4558                 names
4559
4560 2002-11-09 [colin]      0.8.5claws101
4561
4562         * src/folder.c
4563                 One more fix for processing rules
4564
4565 2002-11-08 [colin]      0.8.5claws100
4566         
4567         * src/matcher.c
4568                 Don't copy the compiled regexp (will be reevaluated)
4569         * src/folderview.c
4570                 Lock folderview while moving
4571         * src/folder.c
4572                 Provide info on what's happening to the user
4573
4574 2002-11-08 [colin]      0.8.5claws99
4575
4576         * src/folderview.c
4577                 Fix folder reordering after a move if parent is 
4578                 root
4579         * src/scoring.[ch]
4580                 Add function to copy a ScoringProp
4581         * src/prefs_folder_item.c
4582                 Copy scoring rules when copying a folder prefs
4583
4584 2002-11-08 [colin]      0.8.5claws98
4585
4586         * src/folderview.c
4587                 Fixes in case of failure
4588         * src/filtering.[ch]    
4589                 Add function to duplicate a FilteringProp
4590         * src/matcher.[ch]
4591                 Add function to duplicate a MatcherProp
4592         * src/prefs_folder_item.c
4593                 Save folder's processing rules when copying 
4594                 its prefs
4595
4596 2002-11-08 [colin]      0.8.5claws97
4597         
4598         * src/folderview.c
4599                 Sort after move
4600         * src/folder.c 
4601                 Change a printf to debug_print
4602
4603 2002-11-08 [colin]      0.8.5claws96
4604
4605         * src/folder.c
4606           src/folderview.c
4607                 Fix segfaults, call me stupido
4608         
4609
4610 2002-11-08 [colin]      0.8.5claws95
4611
4612         *src/folder.c
4613                 Added forgotten prefs to save when moving folders
4614
4615 2002-11-08 [colin]      0.8.5claws94
4616
4617         * src/folder.c
4618                 Fixes to folder DND (prefs copy)
4619         * src/folderview.c
4620                 Optimization for folder DND (don't rescan whole tree)
4621                 Added folderview_create_folder_node() for this 
4622                 optimization, so de-duped a bit the code
4623         * src/prefs_folder_item.[ch]
4624                 Added prefs_folder_item_copy_prefs()    
4625           
4626 2002-11-08 [paul]       0.8.5claws93
4627
4628         * src/prefs_account.c
4629           tools/README
4630           tools/kmail2sylpheed_v2.pl
4631                 correct some typos
4632
4633 2002-11-08 [paul]       0.8.5claws92
4634
4635         * src/compose.c
4636           src/prefs_account.[ch]
4637                 remove account options 'clearsign' and 'ascii_armored',
4638                 replace with 'default_gnupg_mode' to prevent mixed-mode
4639                 Privacy settings
4640
4641 2002-11-08 [paul]       0.8.5claws91
4642
4643         * src/compose.[ch]
4644                 re-implement GnuPG 'on-the-fly' mode selection,
4645                 disallow mixed-mode
4646
4647 2002-11-08 [colin]      0.8.5claws90
4648
4649         * src/folderview.c
4650           src/prefs_folder_item.c
4651                 Change "Property" to "Properties"
4652
4653 2002-11-07 [colin]      0.8.5claws89
4654
4655         * src/folderview.c
4656           src/folder.c
4657                 Allow folder dropping to a root folder
4658
4659 2002-11-07 [paul]       0.8.5claws88
4660
4661         * src/compose.c
4662                 revert last commit
4663
4664 2002-11-07 [paul]       0.8.5claws87
4665
4666         * src/compose.c
4667                 fix reply-to-list bug. closes bug report
4668                 "[633382] reply-to-list broken in recent cvs"
4669
4670 2002-11-07 [paul]       0.8.5claws86
4671
4672         * src/compose.c
4673                 add a forgotten '#if USE_GPGME ... #endif'
4674
4675 2002-11-07 [paul]       0.8.5claws85
4676
4677         * sync with 0.8.5cvs20
4678                 see ChangeLog 2002-11-07
4679
4680 2002-11-07 [colin]      0.8.5claws84
4681
4682         * src/folder.[ch]
4683                 Change folder_item_move_to to return the newly 
4684                 created folderitem.
4685         * src/folderview.c
4686                 Select the new folderitem after moving.
4687
4688 2002-11-07 [colin]      0.8.5claws83
4689
4690         * src/prefs_filtering.c
4691                 Fix rule rewriting when moving a leaf folder to a 
4692                 shorter path
4693
4694 2002-11-07 [colin]      0.8.5claws82
4695
4696         * src/prefs_filtering.c
4697                 fix a leak
4698
4699 2002-11-07 [colin]      0.8.5claws81
4700
4701         * src/folder.[ch]
4702                 Add folder_item_move_to() function to move a 
4703                 folderitem into another one (updates matcher etc)
4704         * src/folderview.c
4705                 Add folder drag'n drop (context menu to come)
4706                 [Should be dataloss free, but Please backup before 
4707                  trying !]
4708
4709 2002-11-06 [colin]      0.8.5claws80
4710
4711         * src/mh.c
4712                 mh_create_folder() returns NULL if can't create
4713                 directory hierarchy
4714
4715 2002-11-06 [paul]       0.8.5claws79
4716
4717         * src/compose.[ch]
4718                 allow 'on-the-fly' changing of the type of encryption 
4719                 and/or signing used (mime/ascii) via the compose window
4720
4721 2002-11-06 [paul]       0.8.5claws78
4722
4723         * sync with 0.8.5cvs19
4724                 see ChangeLog 2002-11-06 for src/account.c: 
4725                 account_get_special_folder()
4726                 
4727 2002-11-05 [alfons]     0.8.5claws77
4728
4729         * src/crash.c
4730                 very minor cleanups: nothing to see here, move on. :-)
4731
4732 2002-11-05 [colin]      0.8.5claws76
4733
4734         * src/main.c
4735                 Changes choices if compose windows are opened to
4736                 Discard, Draft, Don't quit
4737
4738 2002-11-05 [thorsten]   0.8.5claws75
4739
4740         * src/compose.c
4741                 reenabled default_reply_to folder option
4742
4743 2002-11-05 [colin]      0.8.5claws74
4744
4745         * src/compose.[ch] 
4746                 add compose_draft()
4747         * src/crash.c
4748                 add SIGTERM handler
4749         * src/main.[ch]
4750                 add clean_quit() for the SIGTERM handler
4751
4752 2002-11-05 [paul]       0.8.5claws73
4753         
4754         * po/es.po
4755                 updated by Ricardo Mones Lastra
4756
4757 2002-11-05 [melvin]     0.8.5claws72
4758
4759         * src/logwindow.c
4760                 Fixed log-clipping bug #616795.
4761                 To stop logging in the log window use 0 length.
4762         * src/prefs_common.c
4763                 Added a label to inform about the 0 log length behaviour.
4764
4765 2002-11-05 [paul]       0.8.5claws71
4766
4767         * sync with 0.8.5cvs17
4768                 see ChangeLog 2002-11-05
4769
4770 2002-11-04 [paul]       0.8.5claws70
4771
4772         * sylpheed-128x128.png
4773           sylpheed-64x64.png
4774           sylpheed.png
4775                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
4776                 <nikai@users.sourceforge.net>
4777                 
4778         * po/bg.po
4779                 updated by George Danchev
4780
4781 2002-11-03 [thorsten]   0.8.5claws69
4782
4783         * src/main.c
4784           src/mimeview.c
4785           src/rfc2015.h
4786                 add check if gpg is active
4787
4788 2002-11-03 [thorsten]   0.8.5claws68
4789
4790         * src/toolbar.h
4791                 removed GSList declaration causing trouble on MacOS-X
4792                 (submitted by alfons, reported by xfesty)
4793
4794 2002-11-01 [paul]       0.8.5claws67
4795
4796         * src/mainwindow.c
4797                 remove last remnants of main's filter code
4798
4799 2002-11-01 [paul]       0.8.5claws66
4800
4801         * tools/filter_conv.pl
4802                 fix bug where user-defined headers were ignored
4803
4804 2002-11-01 [paul]       0.8.5claws65
4805
4806         * src/logwindow.c
4807                 make a debug_print() not translatable
4808
4809 2002-10-31 [melvin]     0.8.5claws64
4810
4811         * ac/aspell.m4
4812                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
4813                 not run any GNU/aspell test.  The dictionary path will
4814                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
4815                 was given, in which case, it will be $prefix/lib/aspell/
4816         * configure.in
4817                 Fixed typo in commentary (Aspell code).
4818
4819 2002-10-31 [paul]       0.8.5claws63
4820
4821         * po/POTFILES.in
4822                 remove src/filter.c and src/prefs_filter.c
4823                 thanks to Ricardo for reminding me
4824
4825 2002-10-31 [colin]      0.8.5claws62
4826
4827         * src/mbox_folder.c
4828                 Plug some leaks
4829
4830 2002-10-31 [paul]       0.8.5claws61
4831
4832         * src/prefs_filter.[ch] ** REMOVED **
4833           src/filter.[ch]       ** REMOVED **
4834           
4835         * src/Makefile.am
4836           src/folderview.c
4837           src/inc.c
4838           src/main.c
4839           src/mainwindow.c
4840           src/mbox.c
4841           src/prefs_common.c
4842           src/prefs_filtering.c
4843           src/summaryview.[ch]
4844                 remove main's 'filter' code
4845                 
4846         README.claws
4847                 update to reflect removal of main's filter
4848
4849 2002-10-31 [paul]       0.8.5claws60
4850
4851         * src/summaryview.c
4852                 remove check for global_processing in summary_filter_open(). 
4853                 This fixes the bug where if the user uses the right-click 
4854                 'Create filter rule...' and doesn't have any filter rules 
4855                 already defined in claws' advanced filtering, the newly 
4856                 created filter rule goes to main's filtering which is 
4857                 inaccessible through the gui. Now the filter rule gets added
4858                 to claws' filtering by default.
4859
4860 2002-10-28 [melvin]     0.8.5claws59
4861
4862         * src/prefs_actions.c
4863                 Fixed bug #627322 where MIME parts were not always
4864                 correctly passed to a %p action
4865                 Display an error dialog when message filename is not found.
4866
4867 2002-10-28 [melvin]     0.8.5claws58
4868
4869         * src/prefs_common.c
4870                 Readded a missing function declaration lost in 0.8.3claws34
4871
4872 2002-10-28 [paul]       0.8.5claws57
4873
4874         * sync with 0.8.5cvs15
4875                 see ChangeLog 2002-10-28 and 2002-10-25
4876                 
4877         Note: ChangeLog entry 2002-10-24 is not sync'ed.
4878
4879 2002-10-27 [oliver]     0.8.5claws56
4880
4881         * src/pop.c
4882                 plug leak in pop3_top_recv
4883
4884 2002-10-26 [christoph]  0.8.5claws55
4885
4886         * src/folder.c
4887                 set need_update folder flag when messages are added
4888                 (closes bug [ 626922 ] folder not updated after receiving)
4889
4890 2002-10-25 [melvin]     0.8.5claws54
4891
4892         * src/imageview.c
4893                 Fixed a memleak introduced in the scaling code.
4894
4895 2002-10-24 [alfons]     0.8.5claws53
4896
4897         * src/filtering.c
4898                 make filtering's forward message action forward from the 
4899                 correct account
4900                 (closes bug [628089 ] Filter -> Forward from address problem
4901                 reported by Oktay)
4902
4903 2002-10-24 [christoph]  0.8.5claws52
4904
4905         * src/mainwindow.c
4906         * src/manual.[ch]
4907                 o use manual of current locale or english if current
4908                   locale is not available (and english is available)
4909                 o also link to sylpheed doc project manuals
4910
4911 2002-10-23 [paul]       0.8.5claws51
4912
4913         * tools/README
4914           tools/kmail2sylpheed_v2.pl
4915                 add new version of kmail addressbook importer script.
4916                 works with newer versions of Kmail/KAddressBook which
4917                 have new and rearranged data.
4918
4919 2002-10-23 [martin]     0.8.5claws50
4920
4921         * src/folderview.c
4922         * src/summaryview.c
4923         * src/utils.h
4924         * src/utils.c
4925                 added length parameter to get_abbrev_newsgroup_name()
4926                 changed this function so that it abbreviates the newsgroup
4927                 names only so long it is smaller than the length parameter
4928                 (for better reading of some newsgroup names and space efficiency)
4929
4930 2002-10-22 [colin]      0.8.5claws49
4931
4932         *src/foldersel.c
4933                 Revert Alfons' last modification (after voting ;-))
4934
4935 2002-10-21 [alfons]     0.8.5claws48
4936
4937         * src/foldersel.c
4938                 folder view in folder selection dialog reflects state of
4939                 folder view in main window
4940
4941 2002-10-18 [alfons]     0.8.5claws47
4942
4943         * src/mbox.c
4944                 drop imported messages in folder selected by user,
4945                 and not in the inbox
4946                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
4947
4948 2002-10-18 [alfons]     0.8.5claws46
4949
4950         * src/compose.c
4951                 make automagic reply work correctly for email accounts 
4952                 (whether it's viable to do a full sync with Hiro's 
4953                 compose.c is still under discussion)
4954
4955 2002-10-18 [melvin]     0.8.5claws45
4956
4957         * src/prefs_actions.c
4958                 Fixed bug #622275 where asynchroneous actions left 
4959                 zombies processes
4960                 Made (synchroneous) actions' input be displayed live.
4961
4962 2002-10-18 [christoph]  0.8.5claws44
4963
4964         * src/textview.c
4965                 don't add a newline in the textview in front of the
4966                 first textpart if header display is disabled
4967                 (closes bug [ 603385 ] disabled header display leaves blank
4968                  lin)
4969
4970 2002-10-18 [christoph]  0.8.5claws43
4971
4972         * src/folder.[ch]
4973         * src/imap.c
4974         * src/mbox_folder.c
4975         * src/mh.c
4976         * src/news.c
4977                 folder->get_num_list now returns an error code
4978                 (closes bug [ 609424 ] News cache cleared on failure)
4979                 
4980 2002-10-17 [colin]      0.8.5claws42
4981         
4982         * src/news.c
4983                 Changed a printf by debug_print
4984
4985 2002-10-16 [paul]       
4986
4987         * tools/OOo2sylpheed.pl
4988                 allow for spaces in the name of the
4989                 file to be attached.
4990
4991 2002-10-16 [colin]      0.8.5claws41
4992
4993         * src/main.c
4994                 Use a tristate to change online mode
4995
4996 2002-10-16 [paul]       0.8.5claws40
4997
4998         * po/es.po
4999                 updated by Ricardo Mones Lastra
5000
5001 2002-10-16 [colin]      0.8.5claws39
5002
5003         * src/main.c
5004           src/mainwindow.[ch]
5005                 Added --online and --offline command-line
5006                 switches
5007
5008 2002-10-15 [christoph]  0.8.5claws38
5009
5010         * src/procmime.c
5011                 set mimeinfo->name to NULL after g_free to
5012                 avoid double freeing with g_free
5013
5014 2002-10-14 [christoph]  0.8.5claws37
5015
5016         * src/compose.c
5017         * src/filtering.c
5018         * src/summaryview.c
5019                 remove calls to folder->change_flags that are now
5020                 done by procmsg flag functions (seems it is not
5021                 used by any foldertype anyway)
5022         * src/folder.c
5023                 init folder->change_flags with NULL
5024
5025 2002-10-14 [christoph]  0.8.5claws36
5026
5027         * src/folder.[ch]
5028         * src/imap.[ch]
5029                 use virtual functions for folder item new and destroy
5030                 functions
5031
5032 2002-10-14 [melvin]     0.8.5claws35
5033
5034         * src/compose.c
5035                 Added a test to not run the spell checker if no default
5036                 dictionary is available. No dialog is displayed though.
5037
5038 2002-10-14 [melvin]     0.8.5claws34
5039
5040         * src/gtkaspell.c
5041                 Fixed bug in dictionary list context menu where
5042                 "More..." pointed to an emtpy submenu if the
5043                 number of dictionaries is a multiple of 15
5044                 Removed unneeded code in suggestions list creation
5045
5046 2002-10-14 [paul]       0.8.5claws33
5047
5048         * po/bg.po
5049                 updated by George Danchev
5050
5051 2002-10-13 [hoa]        0.8.5claws32
5052
5053         * src/matcher.[ch]
5054           src/matcher_parser_parser.y
5055                 removed the escaped string from internal structure
5056                 of matcher.
5057
5058 2002-10-12 [colin]      0.8.5claws31
5059
5060         * src/gtksctree.[ch]
5061           src/summaryview.c
5062                 Removed useless function gtksctree_reanchor
5063
5064 2002-10-12 [alfons]     0.8.5claws30
5065         
5066         * sync with remaining main changes 2002-10-09 - 2002-10-11
5067         - drop changes to src/compose.c (requires claws specific changes)
5068         
5069 2002-10-12 [alfons]     0.8.5claws29
5070         
5071         * sync with main changes of 2002-10-08
5072         - drop changes to src/compose.c (requires claws specific changes)
5073         - drop changes to src/summaryview.c (requires changes to compose.c)     
5074
5075 2002-10-12 [alfons]     0.8.5claws28
5076         
5077         * sync with main changes of 2002-10-07
5078
5079 2002-10-12 [alfons]     0.8.5claws27
5080
5081         * sync with main changes of 2002-10-04
5082         - drop changes to src/compose.c (requires claws specific changes)
5083         - drop changes to src/prefs_folder_item.c (claws implementation
5084           seems to be working)
5085
5086 2002-10-12 [colin]      0.8.5claws26
5087
5088         * src/mainwindow.c
5089                 Fix folder-flicker when space-reading, introduced 
5090                 in claws22.
5091
5092 2002-10-12 [colin]      0.8.5claws25
5093
5094         * src/compose.c
5095                 Save account address when saving as draft.
5096                 (closes bug 621838)
5097
5098 2002-10-12 [colin]      0.8.5claws24
5099
5100         * src/summaryview.c
5101                 Fix the problem consisting of no message selected
5102                 after the last message in a folder has been moved.
5103
5104 2002-10-12 [paul]       0.8.5claws23
5105
5106         * src/compose.c
5107           src/prefs_template.c
5108           src/template.[ch]
5109                 add Cc and Bcc to templates. Patch submitted by
5110                 John L. Males.
5111
5112 2002-10-12 [colin]      0.8.5claws22
5113
5114         * src/folderview.c
5115                 Fix a bug after "Check for new messages":
5116                 If a folder was opened, it was still selected at
5117                 the end of the check, but displayed empty.
5118         * src/mainwindow.c
5119                 Remove unnecessary check
5120
5121 2002-10-12 [paul]
5122
5123         * tools/README
5124                 be more verbose in the description of
5125                 OOo2sylpheed.pl
5126                 
5127
5128 2002-10-11 [colin]      0.8.5claws21
5129
5130         * src/mainwindow.c
5131                 Make space work (better) when no mail is selected
5132
5133 2002-10-11 [colin]      0.8.5claws20
5134
5135         * src/inc.c
5136           src/news.c
5137                 fix warnings
5138
5139 2002-10-11 [colin]      0.8.5claws19
5140
5141         * src/mainwindow.c
5142                 revert 0.8.5claws6 changes as i couldn't get to
5143                 anything satisfying
5144
5145 2002-10-11 [melvin]     0.8.5claws18
5146
5147         * src/compose.c
5148                 Removed buggy and unused macro (should have been committed in
5149                 0.8.5claws17)
5150
5151 2002-10-11 [melvin]     0.8.5claws17
5152
5153         * src/compose.c
5154                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
5155
5156 2002-10-11 [thorsten]   0.8.5claws16 
5157
5158         * src/folderview.c
5159                 remove rescan warning
5160
5161 2002-10-11 [colin]      0.8.5claws15 
5162
5163         * src/procheader.c
5164                 fix a segfault that happens if conv_unmime_header
5165                 fails (should be better to find out why it fails)
5166
5167 2002-10-11 [christoph]  0.8.5claws14
5168
5169         * src/summaryview.c
5170                 update folderview stats after ignore/unignore thread
5171
5172 2002-10-11 [hoa]        0.8.5claws13
5173
5174         * src/quote_fmt_parse.y
5175                 Fixed a yacc/bison syntax error
5176         * src/matcher.c
5177                 Escaping of string is fixed.
5178
5179 2002-10-11 [colin]      0.8.5claws12
5180
5181         * src/imageview.c
5182                 Resize images to fit
5183
5184 2002-10-11 [paul]       0.8.5claws11
5185
5186         * po/es.po
5187                 updated by Ricardo Mones Lastra
5188
5189 2002-10-10 [alfons]     0.8.5claws10
5190
5191         * src/compose.c
5192                 allow dropping files by "moving" files from a file manager,
5193                 not only by the more cumbersome "copying". the latter 
5194                 mostly implies holding down the Control button
5195
5196 2002-10-10 [christoph]  0.8.5claws9
5197
5198         * src/summaryview.c
5199                 update folders after thread building for ignored threads
5200
5201 2002-10-10 [christoph]  0.8.5claws8
5202
5203         * config/.cvsignore
5204                 added Makefile
5205         * src/filtering.[ch]
5206         * src/folder.[ch]
5207         * src/folderview.[ch]
5208         * src/import.c
5209         * src/inc.[ch]
5210         * src/mbox.[ch]
5211         * src/procmsg.c
5212         * src/summaryview.[ch]
5213                 o added new flag need_update to FolderItem
5214                 o removed folder_table from various functions from tracking
5215                   folder updates
5216                 o set need_update flags in folder.c's move, copy and delete
5217                   functions and procmsg's flags functions
5218                 o added function folderview_update_items_when_required that
5219                   updates all folders with need_update set
5220                 o call folderview_update_items_when_required instead of
5221                   folderview_update_item_foreach
5222
5223 2002-10-09 [sergey]     0.8.5claws7
5224
5225         * src/compose.c
5226                 Strip CRs whel loading the text into editor in reedit mode.
5227
5228 2002-10-09 [colin]      0.8.5claws6
5229
5230         * src/mainwindow.c
5231                 Make Space work when no mail is selected
5232
5233 2002-10-09 [colin]      0.8.5claws5
5234
5235         * src/gtksctree.[ch]
5236                 Fix range_select
5237                 Add gtk_sctree_reanchor() 
5238         * src/summaryview.c
5239                 Use gtk_sctree_reanchor() - better fix for 
5240                 bug 60413
5241
5242 2002-10-09 [colin]      0.8.5claws4
5243
5244         * src/summaryview.c
5245                 Fix shift-click select after delete problem
5246                 (closes bug 60413)
5247
5248 2002-10-08 [thorsten]   0.8.5claws3
5249
5250         * src/summaryview.c
5251                 exclude current msg from -hide read messages-
5252
5253 2002-10-08 [colin]      0.8.5claws2
5254
5255         * src/inc.[ch]
5256           src/pop.c
5257           src/recv.c
5258                 Differentiate socket errors from disk full
5259                 errors
5260
5261 2002-10-08 [christoph]  0.8.5claws1
5262
5263         * Makefile.am
5264         * configure.in
5265                 modifications for new config directory
5266
5267         * config.guess  ** REMOVED **
5268         * config.sub    ** REMOVED **
5269         * install-sh    ** REMOVED **
5270         * ltmain.sh     ** REMOVED **
5271         * missing       ** REMOVED **
5272         * mkinstalldirs ** REMOVED **
5273                 these files are autogenerated by automake
5274                 when you run autogen.sh
5275
5276         * config/.cvsignore     ** NEW FILE **
5277         * config/Makefile.am    ** NEW FILE **
5278                 ignore autogenerated files
5279                 create a Makefile in this directory
5280
5281 2002-10-08 [paul]       0.8.5claws
5282
5283         * 0.8.5claws release
5284         
5285         * src/compose.c
5286           src/procheader.c
5287           src/procmsg.c
5288                 fix quote reply format for newsgroups reply bug
5289                 (thanks to Hoa)
5290                 
5291         * po/en_GB.po
5292           po/pl.po
5293                 updated by me and Witold Wladyslaw Wojciech Wilk
5294                 repectively
5295
5296 2002-10-07 [paul]       0.8.3claws53
5297
5298         * po/it.po
5299           po/pt_BR.po
5300           po/sr.po
5301                 updated messages catalogs, submitted by
5302                 Alessandro Maestri, Fabio Jr.Beneditto 
5303                 and Urke MMI, respectively.
5304
5305 2002-10-07 [christoph]  0.8.3claws52
5306
5307         * src/folder.[ch]
5308         * src/folderview.c
5309         * src/mainwindow.c
5310                 fix new folder ghost message bug
5311                 (closes bug [ 619722 ] wrong count for newly created folders)
5312
5313 2002-10-07 [christoph]  0.8.3claws51
5314
5315         * src/compose.c
5316                 fix news posting problem
5317
5318 2002-10-07 [melvin]     0.8.3claws50
5319
5320         * po/fr.po
5321                 Updated French translation
5322
5323 2002-10-05 [christoph]  0.8.3claws49
5324
5325         * src/gtkstext.c
5326                 check if line_start_cache is set in gtk_stext_update_text
5327                 (closes bug [ 618119 ] crash while doing search in folder)
5328
5329 2002-10-05 [christoph]  0.8.3claws48
5330
5331         * src/imap.c
5332         * src/news.c
5333         * src/utils.c
5334         * src/utils.h
5335                 implement cache cleanups for claws' folder system
5336                 (closes bug [ 595916 ] imapcache not cleaned up)
5337
5338 2002-10-05 [melvin]     0.8.3claws47
5339
5340         * src/prefs_actions.c
5341                 Made the help text more clear for the %p token
5342
5343 2002-10-04 [paul]       0.8.3claws46
5344
5345         * sync with 0.8.5
5346                 see ChangeLog 2002-10-02 and 2002-10-03
5347
5348 2002-10-04 [christoph]  0.8.3claws45
5349
5350         * src/inc.c
5351                 fix segfault caused by pop before smtp
5352                 call to inc_account_mail with NULL
5353                 pointer for mainwin
5354
5355 2002-10-04 [paul]       0.8.3claws44
5356
5357         * configure.in
5358                 sync the LDAP detection from 0.8.5cvs1
5359
5360 2002-10-02 [christoph]  0.8.3claws43
5361
5362         * po/de.po
5363                 fix small spelling error
5364
5365 2002-10-02 [melvin]     0.8.3claws42
5366
5367         * ac/aspell.m4
5368                 Behave better and say "no" when test program cannot be run.
5369
5370 2002-10-02 [paul]       0.8.3claws41
5371
5372         * sync with 0.8.4cvs1
5373                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
5374                 
5375         * src/summaryview.c
5376                 toggle the behavior of Reply menuitem between
5377                 normal reply and reply-to-list
5378
5379 2002-10-01 [sergey]     0.8.3claws40
5380
5381         * src/compose.c
5382                 Convert newlines in the message text to the canonical form
5383                 before base64 encoding (RFC2045 compliance, fixes some
5384                 interoperability issues with Evolution 1.0.3)
5385
5386 2002-09-29 [colin]      0.8.3claws39
5387
5388         * src/summaryview.c
5389                 Fix an unwanted copy/paste
5390
5391 2002-09-29 [colin]      0.8.3claws38
5392
5393         * src/mainwindow.c
5394                 Renamed "Custom toolbar" to "Customize toolbar"
5395                 Renamed "Show all header" to "Show all headers"
5396                 Renamed "Set diplay item" to "Set displayed items"
5397         * src/prefs_common.c
5398                 Renamed "Show all header" to "Show all headers"
5399         * src/prefs_summary_column.c
5400                 Renamed "diplay item" to "displayed items"
5401
5402 2002-09-29 [colin]      0.8.3claws37
5403
5404         * src/mainwindow.[ch]
5405                 online/offline status pixmaps follow theme
5406                 changes
5407         * src/summaryview.[ch]
5408                 quicksearch pixmap follows theme changes
5409
5410 2002-09-29 [thorsten]   0.8.3claws36
5411
5412         * src/compose.c
5413           src/prefs_folder_item.[ch]
5414                 add default_reply_to folder option (closes patch 581044)
5415
5416 2002-09-29 [christoph]  0.8.3claws35
5417
5418         * acconfig.h    ** REMOVED **
5419         * configure.in
5420         * ac/aspell.m4
5421         * ac/check-type.m4
5422         * ac/gnupg-check-typedef.m4
5423                 fix autoheader 2.50 warning
5424
5425 2002-09-29 [christoph]  0.8.3claws34
5426
5427         * major code cleanup (part 2)
5428         
5429                 - unused variables removed
5430                 - unused functions removed
5431                 - uninitialized variables checked
5432                 - missing return statements added
5433                 - missing function return types added
5434                 - added parentheses around assignment
5435                   when suggested by gcc
5436
5437 2002-09-29 [alfons]     0.8.3claws33
5438
5439         * src/logwindow.c
5440                 log_window_clear(): only bracket gtk_text_forward_delete() 
5441                 with gtk_text_freeze() / gtk_text_thaw() (see if this
5442                 works around GTK text bug)
5443
5444 2002-09-29 [paul]       0.8.3claws32
5445
5446         * po/bg.po
5447           po/sr.po
5448                 updated by George Danchev and Urke MMI
5449                 respectively
5450
5451 2002-09-27 [christoph]  0.8.3claws31
5452
5453         * doc-src/readme.txt
5454         * doc-src/rfc1806.txt   ** REMOVED **
5455         * doc-src/rfc2183.txt   ** NEW FILE **
5456         * doc-src/rfc2980.txt   ** NEW FILE **
5457                 update rfcs
5458
5459 2002-09-27 [melvin]     0.8.3claws30
5460
5461         * ac/aspell.m4
5462                 Fixed typo which could break linking
5463
5464 2002-09-27 [melvin]     0.8.3claws29
5465
5466         * ac/aspell.m4
5467                 Improved GNU/aspell checking. 
5468                 Fixed bug #614490
5469
5470 2002-09-27 [paul]       0.8.3claws28
5471
5472         * sync with 0.8.3cvs8
5473                 see ChangeLog 2002-09-27
5474
5475 2002-09-26 [colin]      0.8.3claws27
5476
5477         * src/toolbar.[ch]
5478           src/mainwindow.[ch]
5479                 Add "Reply to Mailing-list" to the toolbar
5480
5481 2002-09-26 [christoph]  0.8.3claws26
5482
5483         * src/summaryview.c
5484                 Fix wrong message counts in summaryview status
5485
5486 2002-09-26 [paul]       0.8.3claws25
5487
5488         * sync with 0.8.3cvs7
5489                 see ChangeLog 2002-09-26
5490
5491 2002-09-26 [paul]       0.8.3claws24
5492
5493         * sync with 0.8.3cvs6
5494                 see ChangeLog 2002-09-25
5495
5496 2002-09-25 [christoph]  0.8.3claws23
5497
5498         * src/prefs_common.c
5499         * src/prefs_folder_item.c
5500         * src/prefs_scoring.c
5501                 Renamed "kill score" to "hide score" in GUI
5502                 and prefs files
5503
5504 2002-09-25 [paul]       0.8.3claws22
5505
5506         * sync with 0.8.3cvs5
5507                 see ChangeLog 2002-09-24
5508
5509 2002-09-24 [alfons]     0.8.3claws21
5510
5511         patch by Satoshi Nagayasu: allows appending / saving multiple 
5512         selected files (closes "[ 612279 ] save multiple mesg(s) in 
5513         'Save as ...'")
5514
5515         * AUTHORS
5516                 add Satoshi Nagayasu
5517         * src/summaryview.c
5518                 summary_save_as(): allow saving selected files to
5519                 one file
5520                 summary_set_menu_sensitive: enable "Save As..." when
5521                 multiple files are selected
5522         * src/utils.[ch]
5523                 append_file(): new function
5524
5525 2002-09-24 [colin]      0.8.3claws20
5526
5527         * src/procmime.c
5528                 Fix segfault when mimeinfo doesn't have a 
5529                 content_type. 
5530
5531 2002-09-24 [colin]      0.8.3claws19
5532
5533         * src/prefs_common.[ch]
5534                 Add a preference to display send dialog or not
5535         * src/send.c
5536                 Display send dialog according to preference
5537
5538 2002-09-24 [colin]      0.8.3claws18
5539
5540         * src/compose.[ch]
5541                 Disable user actions when sending
5542
5543 2002-09-24 [colin]      0.8.3claws17
5544
5545         * src/procmime.c
5546                 Do not display name or filename for attachments
5547                 with an application/pgp-signature type
5548                 (security flaw, see bug 537413)
5549
5550 2002-09-23 [colin]      0.8.3claws16
5551
5552         * src/editaddress.c
5553                 Initialize entry_email, entry_alias and 
5554                 entry_remarks to first email address of the list
5555
5556 2002-09-23 [colin]      0.83claws15
5557
5558         * src/compose.c
5559                 Drop pgp-signature when reediting a signed queued
5560                 message
5561
5562 2002-09-23 [melvin]     0.8.3claws14
5563
5564         * po/fr.po
5565                 Updated French translation
5566
5567 2002-09-23 [melvin]     0.8.3claws13
5568
5569         * src/mainwindow.c
5570                 Made custom toolbar menu labels more consistent
5571         * src/prefs_toolbar.c
5572                 Made custom toolbar window title more consistent
5573
5574 2002-09-22 [colin]      0.8.3claws12
5575
5576         * src/inc.c
5577                 Initialize session type to normal before getting 
5578                 mail (fixes strange Get behaviour)
5579         * src/prefs_account.h
5580                 Move STYPE_POP_BEFORE_SMTP to last position to 
5581                 avoid other side-effects
5582
5583 2002-09-22 [colin]      0.8.3claws11
5584
5585         * src/prefs_account.c
5586                 Fix pop_bfr_smtp_tm_entry sensivity when switching
5587                 from pop3 to apop or vice-versa
5588
5589 2002-09-22 [colin]      0.8.3claws10
5590         
5591         * src/prefs_account.[ch]
5592                 Add an option for the POP before SMTP timeout
5593         * src/inc.c
5594                 Remember time of last POP connection
5595         * src/send.c
5596                 Do POP before SMTP only if timeout reached
5597
5598 2002-09-22 [oliver]     0.8.3claws9
5599         
5600         * README.claws
5601                 explain custom toolbar
5602
5603 2002-09-22 [oliver]     0.8.3claws8
5604
5605         * src/prefs_actions.[ch]
5606         custom toolbar for compose      
5607                 actions callback from compose toolbar
5608         * src/folderview.c
5609                 remove include toolbar.h
5610
5611 2002-09-22 [oliver]     0.8.3claws7
5612         
5613         * src/prefs_toolbar.[ch]
5614                 custom toolbar for compose
5615                 - generic prefs_toolbar handles both
5616                   Mainwin's toolbar as well as Compose toolbar          
5617
5618 2002-09-22 [oliver]     0.8.3claws6
5619         
5620         * src/toolbar.[ch]
5621                 custom toolbar for compose
5622                 restructure toolbar.[ch]
5623
5624 2002-09-22 [oliver]     0.8.3claws5
5625
5626         * src/compose.[ch]
5627                 custom toolbar for compose
5628
5629 2002-09-22 [oliver]     0.8.3claws4
5630         
5631         * src/mainwindow.[ch]
5632                 custom toolbar for compose 
5633                 move mainwin toolbar back to mainwindow
5634
5635 2002-09-22 [alfons]     0.8.3claws3
5636
5637         * src/procmsg.c
5638                 :%sno/if(/if (/gc
5639                 :%sno/for(/for (/gc
5640                 (beautify)
5641
5642 2002-09-22 [alfons]     0.8.3claws2
5643         
5644         * src/procmsg.c
5645                 procmsg_save_to_outbox(): don't unlink message file from queue;
5646                 callers should do it using folder_item_remove_msg()
5647
5648 2002-09-22 [colin]      0.8.3claws1
5649
5650         * src/mimeview.[ch]
5651                 Made mimeview_check_signature() public
5652         * src/textview.c
5653                 Made GPG signatures verifiable by clicking
5654                 the [application/pgp-signature] in the Text
5655                 view
5656
5657 2002-09-22 [paul]       0.8.3claws
5658
5659         * po/bg.po
5660           po/en_GB.po
5661           po/es.po
5662           po/it.po
5663           po/pl.po
5664           po/pt_BR.po
5665           po/sr.po
5666                 updated translations, submitted by George Danchev,
5667                 me, Ricardo Mones Lastra, Alessandro Maestri,
5668                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
5669                 and Urke MMI, respectively.     
5670
5671 2002-09-22 [alfons]     0.8.2claws65
5672
5673         * src/procmsg.c
5674         * src/pgptext.c
5675                 no furry valgrinds have been used to plug these memleaks
5676
5677 2002-09-20 [paul]       0.8.2claws64
5678
5679         * sync with 0.8.3cvs4
5680                 'Select thread' re-implemented 
5681                 see ChangeLog 2002-09-20
5682
5683 2002-09-21 [alfons]     0.8.2claws63
5684
5685         * src/compose.c
5686                 compose_send(): plug unnoticed memleak
5687
5688 2002-09-20 [alfons]     0.8.2claws62
5689
5690         * src/addr_compl.c
5691                 replace_address_in_edit(): strict check for NULL address to
5692                 fix "[ 607348 ] Segfault in address completion". My guess is
5693                 that this happens with an empty address book, but it's good
5694                 to have this check here anyway
5695                 
5696                 completion_window_button_press(): free string returned 
5697                 from the internal cache
5698
5699 2002-09-20 [christoph]  0.8.2claws61
5700
5701         * src/procmime.h
5702                 added ENC_BINARY to EncodingType
5703         * src/procmime.c
5704                 the string returned by procmime_get_encoding_str
5705                 should not depend on the order of values in the
5706                 EncodingType definition
5707         * doc-src/rfc1806.txt   ** NEW FILE **
5708                 Added rfc1806 about MIME Content-Disposition
5709                 Extension
5710
5711 2002-09-19 [paul]       0.8.2claws60
5712
5713         * sync with 0.8.2cvs3
5714                 see ChangeLog 2002-09-19
5715
5716 2002-09-19 [paul]       0.8.2claws59
5717
5718         * src/prefs_folder_item.c
5719                 revert to Darko's original alignment of colour
5720                 selector button
5721                 add a colon to folder_color label
5722                 
5723         * src/compose.c
5724                 add Colin's patch (with Hiro's modifications) to 
5725                 force BASE64 encoding for 8-bit text when signing
5726                 (sync with 0.8.3cvs2)
5727
5728 2002-09-18 [alfons]     0.8.2claws58
5729
5730         * src/compose.c
5731                 :%sno/if(/if (/gc
5732                 :%sno/for(/for (/gc
5733                 (beautify a little bit)
5734
5735 2002-09-18 [christoph]  0.8.2claws57
5736
5737         * src/pine.c
5738                 fix handling of fgetc return value
5739
5740 2002-09-17 [alfons]     0.8.2claws56
5741         
5742         * src/summaryview.c
5743                 summary_sort(): check non-NULL summaryview->folder_item when no 
5744                 folder is selected at all
5745                 (closes "[ 610344 ] sort label make syl Crash")
5746
5747 2002-09-17 [alfons]     0.8.2claws55
5748         
5749         * src/compose.c
5750                 beautify a little bit
5751
5752 2002-09-17 [christoph]  0.8.2claws54
5753
5754         * src/folder.c
5755                 initialize max values for cache and folder
5756                 when cache or folder is empty
5757
5758 2002-09-15 [colin]      0.8.2claws53
5759
5760         * src/compose.c
5761                 Fix a leak (thanks Alfons!) and cleaned
5762                 variables names for custom headers
5763
5764 2002-09-15 [colin]      0.8.2claws52
5765
5766         * src/compose.c
5767                 Fix custom headers recognition when
5768                 prefs_common.trans_hdr is on
5769
5770 2002-09-15 [colin]      0.8.2claws51
5771
5772         * src/compose.c
5773                 Allow dynamically-added custom headers
5774                 Yet not reparsed if reedited
5775
5776 2002-09-15 [alfons]     0.8.2claws50
5777
5778         * src/prefs_account.c
5779                 fix warnings
5780
5781 2002-09-15 [colin]      0.8.2claws49
5782         
5783         * src/prefs_account.c
5784                 fix pop_before_smtp sensitivity
5785
5786 2002-09-15 [colin]      0.8.2claws48
5787
5788         * src/inc.[ch]
5789                 add inc_pop_before_smtp()
5790                 allow MainWindow to be undefined in 
5791                 inc_account_mail() and inc_start()
5792         * src/pop.c
5793           src/prefs_account.h
5794                 add STYPE_POP_BEFORE_SMTP session type
5795         * src/prefs_account.c
5796                 activated pop before smtp option
5797         * src/send.c
5798                 do pop before smtp if the relevant option 
5799                 is set
5800
5801 2002-09-15 [paul]       0.8.2claws47
5802
5803         * sync with 0.8.3
5804                 see ChangeLog 2002-09-15
5805
5806 2002-09-14 [paul]       0.8.2claws46
5807
5808         * po/bg.po
5809                 updated Bulgarian translation, submitted by
5810                 George Danchev
5811
5812 2002-09-13 [paul]       0.8.2claws45
5813
5814         * src/compose.c
5815                 merge claws' select_account() with main's
5816                 (new) compose_select_account(). [sync with
5817                 0.8.2cvs15, see ChangeLog 2002-09-11]
5818
5819 2002-09-12 [christoph]  0.8.2claws44
5820
5821         * src/filter.c
5822                 allocate 1 elements of FolderItem not 0
5823
5824 2002-09-12 [colin]      0.8.2claws43
5825
5826         * src/compose.c
5827                 Fix bug #590825 (obey Follow-up: poster)
5828
5829 2002-09-12 [colin]      0.8.2claws42
5830
5831         * src/procmime.c
5832                 Fix bug #557009 (wrong headers for messages 
5833                 forwarded as attachments)
5834
5835 2002-09-11 [colin]      0.8.2claws41
5836         
5837         * src/compose.c
5838                 Put SCF: pseudo-header on top of message
5839                 Set draft tmp_flag when saved as draft
5840
5841         * src/procmsg.c
5842           src/procheader.c
5843                 Skip after first \n\n for beginning of real message
5844                 for drafts too
5845
5846 2002-09-11 [christoph]  0.8.2claws40
5847
5848         * src/filtering.c
5849                 use procmsg flag functions in filtering or processing
5850                 will cause incorrect folder message counts
5851
5852 2002-09-11 [colin]      0.8.2claws39
5853
5854         * src/compose.c
5855                 Fix bug #550175 - wrong save folder when reediting
5856                 drafts
5857
5858 2002-09-11 [paul]       0.8.2claws38
5859
5860         * sync with 0.8.2cvs14
5861                 see ChangeLog 2002-09-11
5862
5863 2002-09-11 [colin]      0.8.2claws37
5864
5865         * src/folder.c
5866                 Fix a typo (seeming to cause new/unread status to
5867                 be lost)
5868
5869 2002-09-10 [christoph]  0.8.2claws36
5870
5871         * src/compose.c
5872                 compose_redirect should not use compose_generic_new
5873                 because that does more stuff than expected including
5874                 opening the external editor
5875                 (closes bug "[ 526608 ] bounced messages appear blank
5876                  in editor")
5877
5878 2002-09-10 [christoph]  0.8.2claws35
5879
5880         * src/folder.c
5881                 fix problem with too large message number range
5882                 causing a crash in folder_item_scan
5883
5884 2002-09-10 [paul]       0.8.2claws34
5885
5886         * sync with 0.8.2cvs13
5887                 see ChangeLog 2002-09-10
5888
5889 2002-09-10 [christoph]  0.8.2claws33
5890
5891         * src/msgcache.c
5892                 set MsgInfo TmpFlags for queue and draft folders
5893                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
5894
5895 2002-09-10 [paul]       0.8.2claws32
5896
5897         * AUTHORS
5898           po/bg.po      ** NEW FILE **
5899                 new Bulgarian translation submitted by
5900                 George Danchev <danchev@spnet.net>
5901                 
5902         * tools/Makefile.am
5903           tools/README
5904           tools/tb2sylpheed     ** NEW FILE **
5905                 add script that converts an addressbook exported
5906                 from The Bat! into a Sylpheed addressbook. Submitted
5907                 by Urke MMI <urke-kg@eunet.yu>
5908
5909 2002-09-10 [paul]       0.8.2claws31
5910
5911         * sync with 0.8.2cvs12
5912                 see ChangeLog 2002-09-10
5913
5914 2002-09-06 [paul]       0.8.2claws30
5915
5916         * src/prefs_common.c
5917                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
5918                 
5919         * tools/Makefile.am
5920           tools/README
5921           tools/ldif-to-xml.py  ** REMOVED **
5922                 remove obsolete python script
5923
5924 2002-09-06 [paul]       0.8.2claws29
5925
5926         * sync with 0.8.2cvs10
5927                 see ChangeLog 2002-09-06
5928
5929 2002-09-04 [paul]       0.8.2claws28
5930
5931         * sync with 0.8.2cvs9
5932                 see ChangeLog 2002-08-04
5933
5934 2002-09-04 [colin]      0.8.2claws27 
5935
5936         * src/prefs_common.[ch]
5937                 Added signature color configuration
5938         * src/textview.c
5939                 Use user-specified signature color
5940
5941 2002-09-03 [colin]      0.8.2claws26
5942
5943         * src/prefs_common.[ch]
5944                 Added autosave and autosave_length prefs
5945         * src/compose.c
5946                 Added compose_remove_draft()
5947                 Auto-save drafts according to the prefs
5948         * src/main.c
5949                 Added a crash-indicator file, allowing to check
5950                 for new messages on startup if Sylpheed crashed
5951                 (makes saved drafts "reappear")
5952
5953 2002-09-03 [colin]      0.8.2claws25
5954
5955         * src/textview.[ch]
5956                 Grey the signature
5957
5958 2002-09-03 [paul]       0.8.2claws24
5959
5960         * sync with 0.8.2cvs8
5961                 see ChangeLog 2002-09-02 and 2002-09-03
5962
5963 2002-09-03 [darko]      0.8.2claws23
5964
5965         * src/folderview.c
5966                 use normal style when creating new folder to pick
5967                 proper font size 
5968
5969 2002-09-02 [melvin]     0.8.2claws22
5970
5971         * src/gtkaspell.m4
5972                 removed some obsolete code
5973
5974 2002-09-02 [melvin]     0.8.2claws21
5975
5976         * ac/aspell.m4
5977                 fixed test's equality sign (== to =)
5978
5979 2002-09-02 [alfons]     0.8.2claws20
5980
5981         * src/folder.c
5982         * src/mh.c
5983                 revert change of 0.8.2claws16 and use the mh_folder_destroy
5984                 as folder->destroy virtual as suggested by Hiro
5985                 (the mh.c code seems to have been lost around mh.c.1.21)
5986
5987 2002-09-02 [paul]       0.8.2claws19
5988
5989         * po/pt_BR.po
5990                 updated by Fabio Jr. Beneditto
5991                 
5992         * src/defs.h
5993                 use 'http://claws.sylpheed.org' for homepage link. 
5994                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
5995
5996 2002-09-01 [alfons]     0.8.2claws18
5997
5998         * src/mh.c
5999                 plug memleak related to one Martin Kluge found
6000
6001 2002-08-31 [paul]       0.8.2claws17
6002
6003         * sync with 0.8.2cvs6
6004                 see ChangeLog 2002-08-30
6005
6006 2002-08-31 [alfons]     0.8.2claws16
6007
6008         * src/folder.c
6009                 folder_destroy(): remove mailbox from folderlist even if it has
6010                 no destroy virtual
6011
6012 2002-08-31 [alfons]     0.8.2claws15
6013
6014         * src/folder.c
6015                 :%sno/if(/if (/gc
6016                 :%sno/for(/for (/gc
6017                 (being pedantic I know)
6018
6019 2002-08-31 [alfons]     0.8.2claws14
6020
6021         * src/folder.c
6022                 check for NULL pointers returned from folder->fetch_msginfo virtual
6023                 (should solve some reported crashes)
6024
6025 2002-08-30 [alfons]     0.8.2claws13
6026
6027         * acconfig.h
6028         * configure.in
6029         * src/crash.c
6030                 enable crash dialog on compilation time
6031                 (--enable-crash-dialog configure option)
6032
6033 2002-08-30 [alfons]     0.8.2claws12
6034
6035         * AUTHORS
6036                 add Martin Kluge
6037         * src/mh.c
6038                 apply memory leak plug patch by Martin Kluge
6039                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
6040                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
6041                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
6042
6043 2002-08-30 [darko]      0.8.2claws11
6044
6045         * src/folderview.c
6046                 copy Gtk style from normal style to match
6047                 font size for coloured folders
6048
6049 2002-08-29 [alfons]     0.8.2claws10
6050
6051         * sylpheed.desktop
6052                 Type=Internet <- Type=Application
6053                 (reported by Michael Schwendt, see:
6054                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
6055                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
6056
6057 2002-08-29 [paul]       0.8.2claws9
6058
6059         * sync with 0.8.2cvs5
6060                 see ChangeLog 2002-08-29
6061
6062 2002-08-29 [colin]      0.8.2claws8
6063
6064         * src/summaryview.c
6065                 Added a sanity check in summary_select_thread
6066                 Should fix bug 601605
6067
6068 2002-08-29 [colin]      0.8.2claws7
6069
6070         * src/main.c
6071                 Revert claws6 changes regarding bug #591676
6072
6073 2002-08-28 [colin]      0.8.2claws6
6074         
6075         * src/main.c
6076                 Ignore cache for queue folderitems
6077                 Fix bug #591676
6078
6079 2002-08-28 [melvin]     0.8.2claws5
6080
6081         * README.claws
6082                 Fixed typos.
6083
6084 2002-08-28 [melvin]     0.8.2claws4
6085
6086         * README.claws
6087                 Updated a bit the text concerning the spell checker
6088
6089 2002-08-28 [melvin]     0.8.2claws3
6090
6091         Merged the GNU_aspell_branch:
6092                 Support of new GNU/aspell is now included and the old pspell
6093                 is not supported anymore.
6094                 See README.claws
6095
6096         * README.claws
6097                 Updated spell checker text to reflect the switch to GNU/aspell
6098
6099         * ac/aspell.m4          *** NEW ***
6100         * src/gtkaspell.[ch]    *** NEW *** 
6101         * ac/pspell.m4          *** DELETED *** 
6102         * src/gtkspell.[ch]     *** DELETED ***
6103
6104         * ac/Makefile.am
6105                 Updated for GNU/aspell support
6106
6107         * po/POTFILES.in
6108                 Replaced gtkspell.c by gtkaspell.c
6109
6110         * acconfig.h
6111         * src/Makefile.am
6112         * src/about.c
6113         * src/compose.[ch]
6114         * src/crash.c
6115         * src/main.c
6116         * src/prefs_common.[ch]
6117                 Updated for GNU/aspell support
6118
6119 2002-08-28 [paul]       0.8.2claws2
6120
6121         * sync with 0.8.2cvs4
6122                 see ChangeLog 2002-08-27 and 2002-08-28
6123
6124 2002-08-28 [colin]      0.8.2claws1
6125
6126         * src/summary_search.c
6127                 Added "AND search"
6128
6129 2002-08-28 [jens]       0.8.2claws
6130
6131         *po/de.po
6132                 Updated German translations
6133
6134 2002-08-27 [melvin]     0.8.2claws
6135
6136         * po/fr.po
6137                 Updated French translations
6138
6139 2002-08-27 [paul]       0.8.2claws
6140
6141         * sync with 0.8.2 main release
6142
6143         * po/en_GB.po
6144           po/es.po
6145           po/it.po
6146           po/pl.po
6147           po/pt_BR.po
6148           po/sr.po
6149                 updated message catalogs submitted by
6150                 Ricardo Mones Lastra, Alessandro Maestri,
6151                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
6152                 Beneditto and Urke MMI  
6153
6154 2002-08-27 [hoa]        0.8.1claws123
6155
6156         * src/mainwindow.[ch]
6157         * src/summaryview.[ch]
6158                 removed the "filter setting" menu option.
6159                 add a "cancel a news message" menu option.
6160
6161 2002-08-26 [martin]     0.8.1claws122
6162
6163         * ChangeLog.claws
6164                 changed string under 0.8.1claws79 changed by myself
6165                 i'm sorry alfons :(
6166
6167 2002-08-26 [martin]     0.8.1claws121
6168
6169         * src/crash.c
6170                 added kill command to debuggerrc to start crash dialog
6171
6172 2002-08-26 [paul]       0.8.1claws120
6173
6174         * sync with 0.8.1cvs31
6175                 see ChangeLog 2002-08-26
6176
6177 2002-08-25 [alfons]     0.8.1claws119
6178
6179         * src/procmsg.c
6180                 fix bug that didn't send out correct headers to news server
6181                 when sending news article and email from queue (bug reported
6182                 and patch provided by Tim Mann; closes bug 
6183                 "[ 583196 ] 0.7.8claws can't post news")
6184
6185 2002-08-25 [alfons]     0.8.1claws118
6186
6187         * src/selective_download.c
6188                 mark two strings as translatable
6189                 (thanks to Urke MMI for pointing this out)
6190
6191 2002-08-25 [alfons]     0.8.1claws117
6192
6193         * src/summaryview.c
6194                 treat sent boxes as special and allow sorting them by addressee
6195                 (closes "[ 589418 ] Sent folder sorting misbehavior"
6196                 submitted by Steve Lamb)
6197
6198 2002-08-24 [alfons]     0.8.1claws116
6199
6200         * src/matcher.c
6201                 fix memleak reported by Martin Kluge
6202                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
6203
6204 2002-08-24 [oliver]     0.8.1claws115
6205
6206         * src/prefs_toolbar.c
6207                 o code cleanup as suggested by Alfons
6208                 o memleak fix
6209
6210 2002-08-24 [alfons]     0.8.1claws114
6211
6212         * src/summaryview.c
6213                 o fix another memory leak reported by Martin Kluge
6214                   (see "[ 599568 ] Small Memory Leak")
6215                 o remove 'from' variable from 'summary_set_header()'; we can
6216                   do with just 'to' 
6217
6218 2002-08-24 [paul]       0.8.1claws113
6219
6220         * sync with 0.8.1cvs30
6221                 see ChangeLog 2002-08-23
6222
6223 2002-08-24 [alfons]     0.8.1claws112
6224
6225         * src/summaryview.c
6226                 remove unnecessary allocations for search bar fixing leaks
6227                 reported by Martin Kluge
6228                 (see "[ 599451 ] Further memory leaks?")
6229
6230 2002-08-24 [alfons]     0.8.1claws111
6231
6232         * src/main.c
6233                 make get_socket_name() public for crash.c
6234         * src/crash.c
6235                 o make report bug button work (goes to claws' 
6236                   bug tracker at sf.net)
6237                 o introduce function for doing important stuff just
6238                   before claws goes down
6239                 o clean up code 
6240
6241 2002-08-24 [alfons]     0.8.1claws110
6242
6243         * src/compose.c
6244                 move cursor to "To" entry when forwarding as attachment
6245                 (reported and solved by Steve Lamb, closes bug report
6246                 "[ 592880 ] Forward as attachment; cursor not in to")
6247
6248 2002-08-24 [colin]      0.8.1claws109
6249
6250         * src/mainwindow.c
6251                 fix quick search visibility after GUI (de)separations.
6252
6253 2002-08-23 [colin]      0.8.1claws108
6254
6255         * src/mainwindow.c
6256                 fix header pane visibility after folderview or
6257                 messageview (de)separation
6258
6259 2002-08-23 [paul]       0.8.1claws107
6260
6261         * src/mainwindow.[ch]
6262           src/toolbar.c
6263                 give full control of display or non-display 
6264                 of the Execute icon to Custom toolbar settings.
6265                 add new sensitivity condition to maninwindow.h: 
6266                 M_DELAY_EXEC
6267
6268         * ChangeLog
6269           ChangeLog.jp
6270           NEWS
6271                 more sync with 0.8.1cvs29
6272
6273 2002-08-23 [melvin]     0.8.1claws106
6274
6275         * src/alertpanel.c
6276                 Readded support for custom widget in alertpanel lost in last
6277                 sync.
6278
6279 2002-08-23 [paul]       0.8.1claws105
6280
6281         * sync with 0.8.1cvs29
6282                 see ChangeLog 2002-08-23
6283
6284 2002-08-23 [colin]      0.8.1claws104
6285
6286         * src/summaryview.c
6287                 Fix folder and search pixmaps exchanging positions
6288                 after theme or toolbar changes. Thank to Oliver for 
6289                 reporting this.
6290
6291 2002-08-23 [colin]      0.8.1claws103
6292
6293         * src/mainwindow.c
6294           src/messageview.[ch]
6295           src/noticeview.[ch]
6296           src/summaryview.c
6297                 Changed messageview_create() and noticeview_create()
6298                 to avoid the last gdk_warning
6299
6300 2002-08-22 [colin]      0.8.1claws102
6301
6302         * src/summaryview.c
6303                 Fix my new `Creating pixmap from xpm' warning
6304
6305 2002-08-22 [colin]      0.8.1claws101
6306
6307         * src/mainwindow.c
6308                 Fix some of the gdk warnings
6309
6310 2002-08-22 [colin]      0.8.1claws100
6311
6312         * src/Makefile.am
6313         * src/stock_pixmap.c
6314         * src/stock_pixmap.h
6315         * src/pixmaps/quicksearch.xpm *ADDED*
6316                 Add the quicksearch pixmap
6317         * src/mainwindow.c
6318         * src/summaryview.c
6319         * src/summaryview.h
6320                 Make quicksearch bar visible/hidden via a button
6321
6322 2002-08-22 [christoph]  0.8.1claws99
6323
6324         * src/folder.c
6325                 fix folder update for newsgroups with message
6326                 numbers below minimum number of articles to fetch
6327                 (closes bug #598445)
6328
6329 2002-08-22 [paul]       0.8.1claws98
6330
6331         * sync with 0.8.1cvs28
6332                 see ChangeLog 2002-08-22
6333
6334 2002-08-21 [alfons]     0.8.1claws97
6335
6336         * src/crash.c
6337                 use bt instead of bt full which seems to work 
6338                 better, and bt full doesn't give a great deal 
6339                 of information anyway
6340
6341 2002-08-21 [colin]      0.8.1claws96
6342
6343         * src/summaryview.c
6344                 fix summaryview_searchtype_changed prototype
6345
6346 2002-08-21 [christoph]  0.8.1claws95
6347
6348         * src/mainwindow.c
6349                 o fix broken menu update for sorting type, we have to
6350                   get this info from the summaryview now
6351                 o removed setting of threaded state in menu callback
6352         * src/summaryview.[ch]
6353                 more summaryview/folderitem seperation for
6354                 threading option
6355         * configure.in
6356                 removed not required --with-compiler-flags option
6357
6358 2002-08-21 [oliver]     0.8.1claws94
6359         
6360         * src/toolbar.h 
6361                 o rename toolbar.xml to toolbar_main.xml
6362                   since toolbar_compose.xml might come up 
6363                   any time soon
6364         * README.claws
6365                 add custom toolbar              
6366
6367 2002-08-21 [darko]      0.8.1claws93
6368
6369         * src/procmsg.c
6370                 don't reset tmp flags for messages copied
6371                 to sent folder
6372
6373 2002-08-21 [colin]      0.8.1claws92
6374         
6375         * src/prefs_filtering.c
6376                 fix renaming rules on folder rename 
6377                 when folder is not a leaf folder
6378
6379 2002-08-21 [paul]       0.8.1claws91
6380
6381         * src/prefs_folder_item.c
6382                 fix alignment of colour selector
6383
6384 2002-08-21 [paul]       0.8.1claws90
6385
6386         * sync with 0.8.1cvs27
6387                 see ChangeLog 2002-08-21
6388
6389 2002-08-21 [paul]       0.8.1claws89
6390
6391         * src/summaryview.c
6392                 fix crash when changing field type in
6393                 Quick search bar
6394
6395 2002-08-21 [colin]      0.8.1claws88
6396
6397         * src/summaryview.c
6398                 Made quick search case-insensitive
6399
6400 2002-08-21 [paul]       0.8.1claws87
6401
6402         * sync with 0.8.1cvs26
6403                 see ChangeLog 2002-08-21
6404
6405 2002-08-20 [christoph]  0.8.1claws86
6406
6407         * src/folderview.c
6408         * src/main.c
6409         * src/summaryview.[ch]
6410                 more summaryview/folderitem seperation for
6411                 sort_key and sort_type
6412         * src/procmsg.c
6413                 added missing return statement
6414
6415 2002-08-20 [colin]      0.8.1claws85
6416
6417         * src/summaryview.[ch]
6418                 Added a quick search box
6419         * src/mainwindow.c
6420         * src/prefs_common.[ch]
6421                 Added a show/hide option for the quick search
6422
6423 2002-08-20 [oliver]     0.8.1claws84
6424         
6425         * src/mainwindow.c
6426                 remove toolbar_create_popups
6427         * src/toolbar.[ch]
6428                 o remove toolbar_create_popups
6429                 o fix toolbar_set_sensitive 
6430                   (Bug reports #596834 and #596832)     
6431         * src/prefs_toolbar.c
6432                 o add "Set default" button
6433                 o align label and text + combo widgets
6434
6435 2002-08-20 [hoa]        0.8.1claws83bis
6436
6437         * src/imap.c
6438                 fixed a bug in imap_fetch_msginfo() in case there is no
6439                 current folder.
6440
6441 2002-08-20 [darko]      0.8.1claws83
6442
6443         * src/folderview.c
6444                 copy the color style of folder view so it
6445                 works with GTK themes
6446
6447 2002-08-20 [darko]      0.8.1claws82
6448
6449         * src/folder.h
6450         * src/folderview.c
6451         * src/prefs_folder_item.[hc]
6452                 don't use UI stuff in folder.h
6453
6454 2002-08-20 [darko]      0.8.1claws81
6455
6456         * src/folder.h
6457         * src/prefs_folder_item.h
6458         * src/folderview.c
6459         * src/prefs_folder_item.c
6460                 ability to set folder color in folderview
6461
6462 2002-08-19 [alfons]     0.8.1claws80
6463
6464         * src/summaryview.c
6465                 fix one of the earlier memleaks reported by Martin Kluge
6466
6467 2002-08-19 [alfons]     0.8.1claws79
6468
6469         * src/mainwindow.c
6470                 hide notice view when selecting seperate folder
6471                 view (reported by Urke MMI)
6472
6473 2002-08-19 [christoph]  0.8.1claws78
6474
6475         * src/folderview.c
6476         * src/prefs_folder_item.h
6477         * src/summaryview.[ch]
6478                 o add summary_set_prefs_from_folderitem to set
6479                   summaryview prefs (first step to remove all
6480                   references to the folderitem in summaryview)
6481                 o moved compiled regex stuff from folderitem prefs
6482                   to summaryview code
6483
6484 2002-08-19 [paul]       0.8.1claws77
6485
6486         * src/compose.c
6487                 add check for '.' to QUOTE_IF_REQUIRED
6488
6489 2002-08-19 [paul]       0.8.1claws76
6490
6491         * src/inc.c
6492                 sync with 0.8.1cvs25 (plug memory leak)
6493
6494         * src/prefs_toolbar.c
6495                 re-order prefs_toolbar_cancel()
6496
6497 2002-08-18 [alfons]     0.8.1claws75
6498
6499         * src/inc.c
6500         * src/matcher.c
6501                 plug other memleaks reported by Martin Kluge
6502
6503 2002-08-18 [paul]       0.8.1claws74
6504
6505         * po/pt_BR.po
6506                 updated by Fabio Jr. Beneditto
6507
6508 2002-08-18 [paul]       0.8.1claws73
6509
6510         * src/toolbar.[ch]
6511                 fix bug where tooltips were displayed untranslated              
6512
6513         * src/prefs_toolbar.c
6514                 fix bug where clicking 'Cancel' creates an icon & text
6515                 toolbar regardless of prefs
6516         
6517
6518 2002-08-17 [oliver]     0.8.1claws72
6519
6520         * src/prefs_toolbar.c
6521                 update toolbar on CANCEL
6522                 bug reported by Martin Kluge
6523         * src/toolbar.c
6524                 toolbar_destroy memleak fixed           
6525
6526 2002-08-17 [alfons]     0.8.1claws71
6527
6528         * src/toolbar.c
6529                 plug another memleak reported by Martin Kluge
6530
6531 2002-08-16 [alfons]     0.8.1claws70
6532
6533         * src/crash.c
6534                 use execvp() correctly (suggested by wwp; thanks!)
6535
6536 2002-08-16 [alfons]     0.8.1claws69
6537
6538         * src/gtksctree.c
6539                 plug memory leak reported by Kim Schultz & Martin Kluge
6540
6541 2002-08-16 [paul]       0.8.1claws68
6542
6543         * po/es.po
6544                 updated by Ricardo Mones Lastra
6545
6546 2002-08-16 [paul]       0.8.1claws67
6547
6548         * src/toolbar.h
6549                 fix bug where 'Compose News' icon showed wrong
6550                 tooltip
6551
6552 2002-08-16 [paul]       0.8.1claws66
6553
6554         * sync with 0.8.1cvs24
6555                 see ChangeLog 2002-08-16
6556
6557         * po/it.po
6558                 updated by Alessandro Maestri
6559
6560 2002-08-15 [paul]       0.8.1claws65
6561
6562         * po/sr.po
6563                 updated by Urke MMI
6564
6565 2002-08-15 [paul]       0.8.1claws64
6566
6567         * src/*.c
6568                 don't translate debug info
6569
6570         * src/matcher.[ch]
6571                 add copyright info
6572
6573 2002-08-15 [paul]       0.8.1claws63
6574
6575         * src/prefs_toolbar.c
6576                 fix bug where clicking 'OK' creates an icon & text
6577                 toolbar regardless of prefs
6578
6579 2002-08-14 [alfons]     0.8.1claws62
6580
6581         * src/main.c
6582                 add global var that has the full argv[0]
6583         * src/crash.c
6584                 o execvp the correct sylpheed by using argv0
6585                   and setting the correct work dir
6586                 o other tweaks  
6587
6588 2002-08-14 [oliver]     0.8.1claws61
6589         
6590         * enable/disable Toolbar Action Buttons 
6591         * code cleanups
6592         * src/mainwindow.c
6593         * src/toolbar.[ch]      
6594         * src/prefs_toolbar.c   
6595
6596 2002-08-14 [melvin]     0.8.1claws60
6597
6598         * po/fr.po
6599                 Updated French translations
6600
6601 2002-08-14 [melvin]     0.8.1claws59
6602
6603         * src/crash.c
6604                 Made bug report not translatable
6605         * src/exporthtml.c
6606                 Fixed exporthtml_build_filespec() return value
6607         * src/foldersel.c
6608                 Fixed incorrect include file
6609         * src/gtkspell.c
6610         * src/prefs_actions.c
6611         * src/prefs_toolbar.c
6612                 Made debug info not translatable
6613         * src/mutt.c
6614         * src/quote_fmt.c
6615                 Added missing includes
6616         * src/prefs_common.c
6617                 Fixed typo
6618
6619 2002-08-14 [paul]       0.8.1claws58
6620
6621         * faq/es/sylpheed-faq.html
6622           faq/es/sylpheed-faq-[1-3].html
6623           faq/es/sylpheed-faq-4.html     **NEW FILE **
6624                 update Spanish FAQ
6625
6626 2002-08-13 [christoph]  0.8.1claws57
6627
6628         * src/procmsg.c
6629                 ignore thread fix that did not mark all
6630                 child nodes of a ignored thread as
6631                 ignored. Does not work perfectly yet,
6632                 but it is better now
6633
6634 2002-08-13 [alfons]     0.8.1claws56
6635
6636         * src/crash.c
6637                 o implement 'save crash log'
6638                 o some tweaks
6639
6640 2002-08-13 [melvin]     0.8.1claws55
6641
6642         * src/main.c
6643                 removed unrequired "execinfo.h" header
6644
6645 2002-08-12 [paul]       0.8.1claws54
6646
6647         * faq/en/sylpheed-faq.html
6648           faq/en/sylpheed-faq-[1-3].html
6649           faq/en/sylpheed-faq-4.html     **NEW FILE **
6650                 update English FAQ
6651
6652 2002-08-12 [alfons]     0.8.1claws53
6653
6654         * po/POTFILES.in
6655                 add crash.c to translatables
6656         * src/crash.c
6657                 bring in Leandro's crash dialog
6658
6659 2002-08-11 [alfons]     0.8.1claws52
6660
6661         * src/crash.c
6662                 clean up some warnings
6663
6664 2002-08-11 [alfons]     0.8.1claws51
6665
6666         * acconfig.h
6667         * configure.in
6668         * src/crash.[ch]        ** NEW FILES **
6669         * src/main.c            
6670                 initial gdb crash handler
6671
6672 2002-08-11 [paul]       0.8.1claws50
6673
6674         * src/prefs_toolbar.c
6675                 replace Up/Down arrow pixmaps with text to be
6676                 consistent across icon themes
6677
6678 2002-08-11 [paul]       0.8.1claws49
6679
6680         * src/prefs_common.c
6681           src/prefs_toolbar.c
6682                 rename 'Pixmap' -> 'Icon'
6683
6684         * src/toolbar.[ch]
6685                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
6686
6687 2002-08-10 [paul]       0.8.1claws48
6688
6689         * src/prefs_toolbar.c
6690                 re-work the UI
6691
6692 2002-08-10 [paul]       0.8.1claws47
6693
6694         * src/main.c
6695                 don't write Processing progress to status bar
6696                 patch submitted by Alexander Evseev
6697
6698         * src/prefs_toolbar.c
6699                 re-position and resize window
6700                 make window assume correct size on first call
6701
6702 2002-08-10 [paul]       0.8.1claws46
6703
6704         * src/mainwindow.c
6705           src/prefs_toolbar.c
6706           src/toolbar.c
6707           src/toolbar.h
6708                 obey coding style
6709                 follow UI text conventions
6710
6711 2002-08-10 [alfons]     0.8.1claws45
6712
6713         * src/toolbar.c
6714                 correct pixmap for delete action
6715
6716 2002-08-10 [paul]       0.8.1claws44
6717
6718         * po/pt_BR.po
6719                 updated by Fabio Jr. Beneditto
6720
6721 2002-08-10 [paul]       0.8.1claws43
6722
6723         * po/POTFILES.in
6724                 add custom toolbar files
6725
6726 2002-08-10 [paul]       0.8.1claws42
6727
6728         * sync with 0.8.1cvs22
6729                 see ChangeLog 2002-08-09
6730
6731 2002-08-09 [paul]       0.8.1claws41
6732
6733         * tools/Makefile.am
6734           tools/README
6735           tools/outlook2sylpheed.pl     ** NEW FILE **
6736                 add script to convert exported Outlook
6737                 contacts list to a Sylpheed addressbook.
6738                 Submitted by Ricardo Mones Lastra.
6739
6740 2002-08-09 [paul]       0.8.1claws40
6741
6742         * AUTHORS
6743           configure.in
6744           po/sr.po      ** NEW FILE **
6745                 add Serbian message catalog. Submitted by
6746                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
6747
6748 2002-08-09 [paul]       0.8.1claws39
6749
6750         * sync with 0.8.1cvs21
6751                 see ChangeLog 2002-08-08
6752
6753 2002-08-08 [oliver]     0.8.1claws38
6754
6755         * src/mainwindow.c
6756                 move Custom Toolbar to Configuration menu
6757
6758 2002-08-08 [oliver]     0.8.1claws37
6759
6760         * src/prefs_toolbar.c
6761                 fix substitute pixmap bug
6762
6763 2002-08-08 [paul]       0.8.1claws36
6764
6765         * sync with 0.8.1cvs19
6766                 see ChangeLog 2002-08-08
6767
6768 2002-08-07 [christoph]  0.8.1claws35
6769
6770         * src/utils.c
6771                 fixed a memory leak in new canonicalize_file_replace
6772
6773 2002-08-07 [christoph]  0.8.1claws34
6774
6775         * src/utils.[ch]
6776                 o canonicalize_file_replace should create the temporary
6777                   file in the same directory as the original file.
6778                 o added get_tmpfile_in_dir that creates a temorary file
6779                   in a specified directory.
6780
6781 2002-08-07 [melvin]     0.8.1claws33
6782
6783         * src/toolbar.c
6784                 fixed bug where 'Article' button acted as 'Email' button.
6785
6786 2002-08-07 [paul]       0.8.1claws32
6787
6788         * sync with 0.8.1.cvs17
6789                 see ChangeLog 2002-08-07
6790
6791 2002-08-07 [colin]      0.8.1claws31
6792         
6793         * src/news.c
6794                 fix mass-cancel problem
6795
6796 2002-08-07 [thorsten]   0.8.1claws30
6797
6798         * src/prefs_toolbar.c
6799                 fix: crash on replace or add new button
6800         * src/toolbar.c
6801                 fix: close xmlfile after reading
6802         * src/utils.c
6803                 fix: unlink() file before rename()
6804
6805 2002-08-06 [paul]       0.8.1claws29
6806
6807         * sync with 0.8.cvs15
6808                 see ChangeLog 2002-08-06
6809
6810 2002-08-06 [oliver]     0.8.1claws28
6811
6812         * src/toolbar.c
6813         * src/prefs_toolbar.c
6814                 fixed empty toolbar issue
6815
6816 2002-08-06 [oliver]     0.8.1claws27
6817
6818         * Custom Toolbar Final 
6819         * src/folderview.c
6820         * src/inc.c
6821         * src/summaryview.c
6822                 o toolbar stuff now lives in src/toolbar.[ch]
6823                 o main_window_toolbar_* functions are renamed to
6824                   toolbar_* reflecting their new source file
6825         * src/mainwindow.[ch]
6826                 o remove toolbar stuff  
6827
6828 2002-08-06 [oliver]     0.8.1claws26
6829         
6830         * src/Makefile.am
6831         * src/prefs_toolbar.[ch]        **New File**
6832         * src/toolbar.[ch]              **New File**
6833                 o prefs_toolbar.[ch] custom toolbar frontend
6834                 o toolbar.[ch]       backend 
6835
6836 2002-08-06 [oliver]     0.8.1claws25
6837
6838         * src/prefs_actions.[ch]
6839                 o new exported function actions_execute
6840
6841 2002-08-06 [paul]       0.8.1claws24
6842
6843         * sync with 0.8.1cvs4
6844                 see ChangeLog 2002-08-06
6845
6846 2002-08-06 [paul]       0.8.1claws23
6847
6848         * sync with 0.8.1cvs13
6849                 see ChangeLog 2002-08-06
6850
6851 2002-08-06 [paul]       0.8.1claws22
6852
6853         * sync with 0.8.1cvs12
6854                 see ChangeLog 2002-08-05 and 2002-08-06
6855
6856 2002-08-06 [match]      0.8.1claws21
6857
6858         * src/addrclip.c
6859                 improvements to cut/copy/paste address
6860
6861 2002-08-05 [match]      0.8.1claws20
6862
6863         * src/addritem.[ch]
6864         * src/addrcache.c
6865         * src/addrbook.c
6866         * src/editaddress.c
6867         * src/addressbook.c
6868                 fixes to improve cut/copy/paste
6869
6870 2002-08-06 [melvin]     0.8.1claws19
6871
6872         * src/account.[ch]
6873                 account_find_all_from_address(): new function that returns the
6874                 list of all accounts that are matched in an address.
6875         * src/alertpanel.[ch]
6876                 alertpanel() now accepts a custom widget
6877                 alertpanel_with_widget(): new function that pops up a panel with
6878                 a custom widget in it 
6879         * src/gtkutils.[ch]
6880                 gtkut_account_menu_new(): new function that allows the selection
6881                 of an account from a list of accounts.
6882         * src/messageview.c
6883                 Extended Return Receipt notification to select the correct 
6884                 account and to make a security test on the Delivery-Notification
6885                 address which should be the same as the Return-Path.
6886
6887 2002-08-06 [thorsten]   0.8.1claws18
6888
6889         * src/mimeview.c
6890                 attach_all: save unnamed as "noname.%d",
6891                 dont free static dirname
6892
6893 2002-08-05 [alfons]     0.8.1claws17
6894
6895         * configure.in
6896                 detect XIM by trying to link rather than compile a XIM program
6897
6898 2002-08-05 [oliver]     0.8.1claws16
6899                 
6900         * src/stock_pixmap.[ch]
6901                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
6902                 o new func to retrieve pixmaps
6903
6904 2002-08-05 [paul]       0.8.1claws15
6905
6906         * sync with 0.8.1cvs10
6907                 see ChangeLog 2002-08-05
6908
6909 2002-08-04 [alfons]     0.8.1claws14
6910
6911         * src/textview.c
6912                 see if this plugs memleak
6913
6914 2002-08-04 [melvin]     0.8.1claws13
6915
6916         * src/gtkspell.c
6917                 fixed bug that could crash Sylpheed when highlighting
6918                 all misspelled words.
6919
6920 2002-08-03 [melvin]     0.8.1claws12
6921
6922         * src/prefs_actions.c
6923                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
6924         * src/messageview.c
6925                 fixed bug where the Return Receipt was sent to
6926                 Delivery-Notification-To address even if it was not present
6927
6928 2002-08-02 [alfons]     0.8.1claws11
6929
6930         * src/prefs_actions.c
6931                 o more check for NULLs
6932                 o put create_io_dialog() in right conditional block
6933
6934 2002-08-02 [paul]       0.8.1claws10
6935
6936         * po/es.po
6937                 updated by Ricardo Mones Lastra
6938
6939 2002-08-01 [christoph]  0.8.1claws9
6940
6941         * src/folder.c
6942                 don't free the cache of the opened
6943                 folder in the summaryview
6944         * src/summaryview.c
6945                 don't unset flags, if it is not required
6946
6947 2002-08-01 [paul]       0.8.1claws8
6948
6949         * sync with 0.8.1cvs8
6950                 see ChangeLog entry 2002-08-01
6951
6952 2002-08-01 [paul]       0.8.1claws7
6953
6954         * sync with 0.8.1cvs7
6955                 see ChangeLog 2002-07-31 and 2002-08-01
6956
6957 2002-07-31 [christoph]  0.8.1claws6
6958
6959         * src/mainwindow.c
6960                 forgot to update menu sensitivity
6961                 function for new menu entry
6962
6963 2002-07-31 [alfons]     0.8.1claws5
6964
6965         * src/main.c
6966                 check folder item and its path for NULL on
6967                 initial processing
6968
6969 2002-07-31 [christoph]  0.8.1claws4
6970
6971         * src/folder.c
6972                 check if folder_item_get_msginfo in
6973                 folder_item_remove_msg returned NULL
6974         * src/imap.c
6975                 better clear the uid cache in the
6976                 uid validity check function and delete
6977                 cached messages
6978
6979 2002-07-31 [paul]       0.8.1claws3
6980
6981         * man/sylpheed.1
6982                 add the '--attach' option and a few other
6983                 minor changes
6984
6985 2002-07-31 [paul]       0.8.1claws2
6986
6987         * sync with 0.8.1cvs5
6988                 see ChangeLog 2002-07-31
6989
6990 2002-07-31 [christoph]  0.8.1claws1
6991
6992         * src/folderview.[ch]
6993         * src/mainwindow.c
6994                 replace "Rescan all folders..." with
6995                 "Check all folders for new messages..."
6996
6997 2002-07-30 [paul]       0.8.1claws
6998
6999         * version 0.8.1claws released
7000
7001 2002-07-30 [paul]       0.8.0claws29
7002
7003         * tools/OOo2sylpheed.pl ** NEW FILE **
7004           tools/README
7005                 add script to enable sending documents as
7006                 attachments from OpenOffice.org
7007
7008 2002-07-30 [melvin]     0.8.0claws28
7009
7010         * src/prefs_actions.c
7011                 Made the actions' input/output dialog display
7012                 without delay.
7013
7014 2002-07-30 [christoph]  0.8.0claws27
7015
7016         * src/procmsg.c
7017                 check if folder_item_get_msginfo in
7018                 procmsg_save_to_outbox returned NULL
7019
7020 2002-07-30 [paul]       0.8.0claws26
7021
7022         * sync with 0.8.1cvs4
7023                 see ChangeLog 2002-07-29
7024
7025 2002-07-29 [thorsten]   0.8.0claws25
7026
7027         * README.claws
7028                 added selective download, delete on server
7029
7030 2002-07-29 [paul]       0.8.0claws24
7031
7032         * sync with 0.8.1cvs3
7033                 see ChangeLog 2002-07-29
7034
7035 2002-07-27 [christoph]  0.8.0claws23
7036
7037         * src/folder.c
7038                 add extra check if fetching the msginfo
7039                 returned NULL
7040
7041 2002-07-27 [paul]       0.8.0claws22
7042
7043         * sync with 0.8.1cvs2
7044                 see ChangeLog 2002-07-26
7045
7046 2002-07-27 [christoph]  0.8.0claws21
7047
7048         * src/imap.c
7049                 add another check if a valid msginfo
7050                 was returned
7051
7052 2002-07-26 [hoa]        0.8.0claws20
7053
7054         * src/folder.c
7055                 Fixed a condition in folder_item_destroy()
7056
7057         * src/imap.c
7058                 Fixed an error in IMAP protocol
7059
7060 2002-07-26 [alfons]     0.8.0claws19
7061
7062         * src/folder.c
7063                 ofcourse compare with identifier, not the path
7064
7065 2002-07-26 [alfons]     0.8.0claws18
7066
7067         * src/folder.c
7068                 use folder item identifier for saving / restoring
7069                 preferences because folder->path might not be unique
7070
7071 2002-07-26 [melvin]     0.8.0claws17
7072
7073         * src/logwindow.c
7074                 Fixed a crash introduced in 0.8.0claws5 when log is 
7075                 cut under 80 characters.
7076
7077 2002-07-26 [paul]       0.8.0claws16
7078
7079         * sync with 0.8.1cvs1
7080                 see ChangeLog 2002-07-26
7081
7082 2002-07-26 [christoph]  0.8.0claws15
7083
7084         * src/imap.[ch]
7085                 imap folder now remembers the last selected
7086                 folder and imap_fetch_msginfo skips selecting
7087                 the folder if it is already selected
7088
7089 2002-07-26 [christoph]  0.8.0claws14
7090
7091         * src/folder.c
7092         * src/folderview.c
7093         * src/imap.c
7094                 fix imap folder rescanning
7095
7096 2002-07-25 [christoph]  0.8.0claws13
7097
7098         * src/filter.c
7099         * src/folder.[ch]
7100         * src/folderview.c
7101         * src/imap.[ch]
7102         * src/mainwindow.c
7103         * src/mbox_folder.c
7104         * src/mh.c
7105         * src/news.c
7106                 implement imap uid cache and uid validity check
7107
7108 2002-07-25 [alfons]     0.8.0claws12
7109
7110         * src/summaryview.c
7111                 fix a brown paper bag bug, and also add some more
7112                 checks
7113
7114 2002-07-25 [christoph]  0.8.0claws11
7115
7116         * src/folder.c
7117                 don't mix copy, fetch_msginfo and remove
7118                 operations in folder item copy and move
7119                 operations
7120
7121 2002-07-25 [christoph]  0.8.0claws10
7122
7123         * src/folderview.c
7124         * src/mainwindow.c
7125         * src/prefs_folder_item.c
7126         * src/summaryview.[ch]
7127                 remove no longer required parameter update_cache from
7128                 summary_show
7129
7130 2002-07-25 [paul]       0.8.0claws9
7131
7132         * sync with 0.8.1
7133         
7134         * AUTHORS
7135                 a few corrections
7136
7137 2002-07-24 [alfons]     0.8.0claws8
7138
7139         * src/summaryview.c
7140                 sort correctly when using simplified subject line
7141                 (closes feature request "[ 585141 ] applying regexp to subject 
7142                 before sort" submitted by Alexandra Walford)
7143
7144 2002-07-24 [paul]       0.8.0claws7
7145
7146         * sync with 0.8.0cvs3
7147                 see ChangeLog 2002-07-24
7148
7149 2002-07-23 [christoph]  0.8.0claws6
7150
7151         * src/folder.c
7152         * src/folder.h
7153         * src/summaryview.c
7154         * src/summaryview.h
7155         * src/main.c
7156                 o separate processing and summaryview
7157                 o removed summary_write_cache from summaryview
7158                 o removed summaryview->killed_messages, because we don't have
7159                   to keep a list of killed messages anymore. New cache will
7160                   keep the hidden messages in cache anyway
7161         * src/folderview.c
7162         * src/inc.c
7163         * src/selective_download.c
7164                 o removed unnecessary summary_write_cache calls
7165         * src/procmsg.c
7166                 o don't set ignore thread flag in procmsg_get_thread_tree
7167                   if it is already set
7168         * src/mainwindow.c
7169         * src/statusbar.h
7170                 o moved STATUSBAR_PUSH/POP to statusbar.h because
7171                   they are used in different files
7172
7173 2002-07-23 [melvin]     0.8.0claws5
7174
7175         * src/addressbook.c
7176         * src/addrgather.c
7177         * src/editaddress.c
7178         * src/editgroup.c
7179         * src/editldap_basedn.c
7180         * src/importldif.c
7181         * src/prefs_common.c
7182                 Fixed few memory leak (gtk_editable_get_chars returns
7183                 an allocated string)
7184         * src/logwindow.c
7185                 Fixed few memory leak (gtk_editable_get_chars returns
7186                 an allocated string) and modified a little the log cutting
7187                 loop.
7188         * src/compose.c
7189                 Replaced a call to an obsolete function gtk_entry_get_text()
7190                 by gtk_editable_get_chars()
7191         * src/send.c
7192                 Removed a debug printf
7193
7194 2002-07-23 [christoph]  0.8.0claws4
7195
7196         * src/filesel.c
7197                 fix another g_dirname memory leak
7198
7199 2002-07-23 [christoph]  0.8.0claws3
7200
7201         * src/mh.c
7202                 fixed a memory leak in mh_fetch_msginfo
7203                 fixed crash when message header could not be
7204                 parsed
7205
7206 2002-07-23 [paul]       0.8.0claws2
7207
7208         * sync with 0.8.0cvs2
7209                 see ChangeLog 2002-07-23
7210
7211 2002-07-23 [paul]       0.8.0claws1
7212
7213         * sync with 0.8.0cvs1
7214                 see ChangeLog 2002-07-23
7215
7216 2002-07-23 [paul]       0.8.0claws
7217
7218         * release of 0.8.0claws
7219
7220 2002-07-23 [paul]       0.7.8claws99
7221
7222         * po/ru.po
7223                 new Russian translation, submitted by
7224                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
7225
7226 2002-07-22 [jens]       0.7.8claws98
7227
7228         * po/de.po
7229                 Updated German translations.
7230
7231 2002-07-22 [paul]       0.7.8claws97
7232
7233         * po/es.po
7234           po/it.po
7235           po/nl.po
7236           po/pt_BR.po
7237                 updated translations by Ricardo Mones Lastra,
7238                 Alessandro Maestri, Wilbert Berendsen and 
7239                 Fabio Jr. Beneditto respectively
7240
7241 2002-07-22 [christoph]  0.7.8claws96
7242
7243         * src/mimeview.c
7244                 fix memory leak caused by wrong g_dirname usage
7245
7246 2002-07-22 [christoph]  0.7.8claws95
7247
7248         * src/summaryview.c
7249                 update new and unread message counts for summaryview
7250                 summaryview does not get it from the folder anymore
7251                 and has to update the values itself
7252
7253 2002-07-22 [melvin]     0.7.8claws94
7254
7255         * po/fr.po
7256                 Updated French translations.
7257
7258 2002-07-22 [christoph]  0.7.8claws93
7259
7260         * src/matcher.c
7261                 set prop->preg pointer to NULL or following check
7262                 will not fail and regexec will be called with
7263                 invalid pointer
7264
7265 2002-07-21 [alfons]     0.7.8claws92
7266         
7267         * src/prefs_common.[ch]
7268                 remove option "Send return receipt on request"
7269
7270 2002-07-21 [thorsten]   0.7.8claws91
7271
7272         * src/mimeview.c
7273                 fixed memleaks, coding style as pointed out by alfons
7274
7275 2002-07-21 [alfons]     0.7.8claws90
7276
7277         * src/messageview.c
7278         * src/noticeview.[ch]
7279                 o fix bug notice view being displayed when going to empty folder 
7280                   (noticed by Christoph)
7281                 o allow RRR to be sent when restarting sylpheed, or changing folder 
7282                   (noticed by Thorsten)
7283
7284 2002-07-21 [thorsten]   0.7.8claws89
7285
7286         * src/mimeview.c
7287                 Included save_all patch from Xaview FACQ
7288                 added support for pathnames
7289
7290 2002-07-21 [alfons]     0.7.8claws88
7291
7292         * po/POTFILES.in
7293         * src/Makefile.am
7294         * src/mainwindow.c
7295         * src/messageview.[ch]
7296         * src/noticeview.c      ** NEW FILE **
7297         * src/noticeview.h      ** NEW FILE **
7298                 make return receipts work again
7299                 (UI idea by Leandro Pereira)
7300
7301 2002-07-21 [paul]       0.7.8claws87
7302
7303         * src/summaryview.c
7304                 fix sensitivity of 'Select thread'
7305
7306 2002-07-21 [paul]       0.7.8claws86
7307
7308         * src/prefs_common.c
7309                 add browser command line for Galeon
7310
7311 2002-07-21 [paul]       0.7.8claws85
7312
7313         * Makefile.am
7314                 fix 'EXTRA_DIST': remove README.README, add TODO
7315                 and TODO.claws
7316
7317 2002-07-21 [alfons]     0.7.8claws84
7318
7319         * src/gtkstext.c
7320                 make enter clear selection
7321                 (closes "[ 579888 ] Editor selection/entry error"
7322                 reported by Steve Lamb)
7323
7324 2002-07-21 [alfons]     0.7.8claws83
7325         
7326         * src/summaryview.c
7327                 sort message list when selecting unthread messages
7328                 (closes "[ 501593 ] switching threaded view doesn't sort"
7329                 reported by Simon Schubert)
7330
7331 2002-07-20 [alfons]     0.7.8claws82
7332         
7333         * src/matcher.c
7334                 const-correctness
7335
7336 2002-07-20 [thorsten]   0.7.8claws81
7337
7338         * src/matcher.c
7339                 Fixed expansion of empty fields in matchactions
7340
7341 2002-07-19 [melvin]     0.7.8claws80
7342
7343         * src/gtkspell.c
7344                 Removed a duplicate menu entry (fast mode) introduced during
7345                 the new cache merge
7346                 Added a menu separator between 'Use alternate' and 'Fast mode'
7347
7348 2002-07-19 [paul]       0.7.8claws79
7349
7350         * tools/Makefile.am
7351           tools/README
7352                 correct typos
7353
7354 2002-07-19 [thorsten]   0.7.8claws78
7355
7356         * tools/calypso_convert.pl      ** NEW FILE **
7357           tools/README
7358           tools/Makefile.am
7359                 script to import mbox files exported
7360                 by calypso
7361                 o generates folder structure
7362                 o includes attachments
7363
7364 2002-07-19 [melvin]     0.7.8claws77
7365
7366         * src/selective_download.[ch]
7367                 Fixed bug where closing the dialog with the window manager's
7368                 close button will not unlock the summary
7369                 Corrected some function declarations that missed a return value
7370                 Made the source code comply better with coding style.
7371         * src/prefs_common.c
7372                 Added new browser command line for Mozilla.
7373
7374 2002-07-18 [paul]       0.7.8claws76
7375
7376         * src/mainwindow.c
7377           src/selective_download.[ch]
7378                 reflect theme changes, fix Gdk Warning when creating 
7379                 pixmap from NULL window, and minor clean up.
7380                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
7381
7382         * po/en_GB.po
7383                 updated
7384
7385 2002-07-17 [paul]       0.7.8claws75
7386
7387         * INSTALL[.jp]
7388                 sync with 0.8.0
7389         
7390         * po/en_GB.po
7391                 updated
7392
7393 2002-07-16 [paul]       0.7.8claws74
7394
7395         * tools/filter_conv.pl
7396           tools/README
7397                 replace conversion script with reimplemented version, 
7398                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
7399
7400 2002-07-16 [colin]      0.7.8claws73
7401
7402         * src/summaryview.c
7403                 remove forgotten debug messages - sorry ;-)
7404
7405 2002-07-16 [colin]      0.7.8claws72
7406
7407         * src/mimeview.c
7408           src/summaryview.c
7409           src/textview.c
7410           src/textview.h
7411                 add the ability to select part of a text mime-part 
7412                 to reply.
7413
7414 2002-07-15 [christoph]  0.7.8claws71
7415
7416         * src/folder.c
7417                 fix folder message count for folders without
7418                 msg_is_changed (includes news folders)
7419
7420 2002-07-15 [martin]     0.7.8claws70
7421
7422         * src/summaryview.c
7423                 option "display recipient on 'From'..." now works
7424                 without the need of enabling the option
7425                 "display  sender  using  address  book".
7426
7427 2002-07-15 [christoph]  0.7.8claws69
7428
7429         * src/summaryview.c
7430                 removed setting folder status from summaryview.
7431                 folder.c should update all message counts correctly.
7432
7433 2002-07-15 [paul]       0.7.8claws68
7434
7435         * po/pt_BR.po
7436                 updated by Fabio Junior Beneditto
7437
7438 2002-07-15 [darko]      0.7.8claws67
7439
7440         * src/mh.c
7441                 Fixed target folder colorization, don't decrease op
7442                 number twice
7443
7444 2002-07-14 [paul]       0.7.8claws66
7445
7446         * sync with main 0.8.0
7447                 see ChangeLog 2002-07-14
7448
7449 2002-07-13 [melvin]     0.7.8claws65
7450         
7451         * src/addrbook.c
7452         * src/addressbook.c
7453         * src/addrindex.c
7454                 Replaced sprintf by g_snprintf to prevent possible buffer
7455                 overflow.
7456         * src/news.c
7457                 Corrected a log message output format.
7458                 Added a missing "done" debug output.
7459         * src/compose.c
7460                 Added keyboard accelerator for Priority menu items
7461                 Added missing \n in debug output
7462         * src/logwindow.c
7463         * src/gtkspell.c
7464         * src/rfc2015.c
7465                 Added missing \n in debug output
7466
7467 2002-07-13 [paul]       0.7.8claws64
7468
7469         * man/sylpheed.1
7470                 change Sergey's email address to the sf address
7471
7472         * src/textview.c
7473                 increase show_url_timeout (more useful for long
7474                 urls)
7475
7476 2002-07-12 [sergey]     0.7.8claws63
7477
7478         * src/rfc2015.c
7479                 applied (with some modifications) patch to set the
7480                 micalg parameter for signatures
7481                 (2001-08-28 Werner Koch <wk@gnupg.org>)
7482
7483 2002-07-12 [sergey]     0.7.8claws62
7484
7485         * man/Makefile.am
7486         * configure.in
7487                 fixed man page installation
7488
7489 2002-07-12 [paul]       0.7.8claws61
7490
7491         * sync with 0.7.8cvs26
7492                 see ChangeLog 2002-07-11 and 2002-07-12
7493
7494 2002-07-11 [christoph]  0.7.8claws60
7495
7496         * src/compose.c
7497         * src/procmsg.c
7498                 first use the message number to find the message
7499                 to mark with a reply flag but check the
7500                 message-id if we got the correct message, if not
7501                 try to find it by message-id.
7502                 use new string seperator that is not allowed
7503                 in message-ids.
7504
7505 2002-07-11 [paul]       0.7.8claws59
7506
7507         * sync with 0.7.8cvs23
7508                 see ChangeLog 2002-07-10
7509
7510 2002-07-10 [christoph]  0.7.8claws58
7511
7512         * src/folder.[ch]
7513         * src/msgcache.[ch]
7514                 Added message-id table to the cache in memory
7515                 and functions to msgcache.c and folder.c to
7516                 fetch MsgInfos by message id
7517         * src/compose.c
7518         * src/procmsg.c
7519                 store folder and message-id of message replying
7520                 to in queue header and set reply flag after sending
7521                 (Closes bug #469498)
7522
7523 2002-07-10 [paul]       0.7.8claws57
7524
7525         * AUTHORS
7526           man/sylpheed.1.gz
7527                 add Martin to the list of authors
7528
7529 2002-07-09 [martin]     0.7.8claws56
7530         * src/gtksctree.c
7531                 Added gtk_ctree_last_visible(), tree_update_level(),
7532                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
7533                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
7534                 from gtk+ to gtksctree.c for the new sorting code
7535                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
7536                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
7537         * src/gtksctree.h
7538                 Added declaration for gtk_sctree_sort_recursive() and
7539                 gtk_sctree_sort_node
7540         * src/addressbook.c
7541         * src/foldersel.c
7542         * src/folderview.c
7543         * src/summaryview.c
7544                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
7545                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
7546
7547 2002-07-08 [paul]       0.7.8claws55
7548
7549         * more sync with 0.7.8cvs21
7550                 see ChangeLog 2002-07-08
7551
7552 2002-07-08 [paul]       0.7.8claws54
7553
7554         * sync with 0.7.8cvs21
7555                 see ChangeLog 2002-07-08
7556
7557 2002-07-07 [alfons]     0.7.8claws53
7558
7559         * src/Makefile.am
7560         * src/stock_pixmap.[ch]
7561         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
7562         * src/pixmaps/notice_error.xpm  ** NEW FILE **
7563         * src/pixmaps/notice_note.xpm   ** NEW FILE **
7564                 add new pixmaps for upcoming notice pane
7565
7566 2002-07-06 [melvin]     0.7.8claws52
7567
7568         * src/gtkspell.[ch]
7569                 Made them a bit closer to Sylpheed's coding style.
7570                 Removed old code.
7571                 Removed possible memory leaks when some errors occurs.
7572
7573 2002-07-06 [melvin]     0.7.8claws51
7574
7575         * po/Makefile.in.in
7576                 Removed --no-location in xgettext command line to help
7577                 translators that use Emacs' po-mode
7578         * src/quote_fmt.c
7579                 Removed unnecessary comments that messed up sylpheed.pot
7580
7581 2002-07-06 [paul]       0.7.8claws50
7582
7583         * sync with 0.7.8cvs19
7584                 see ChangeLog 2002-07-05
7585
7586 2002-07-06 [christoph]  0.7.8claws49
7587
7588         * src/folder.c
7589         * src/mainwindow.c
7590                 fix folder_item_remove_all_msg and folderview
7591                 status for trash folders after emptying trash
7592
7593 2002-07-05 [paul]       0.7.8claws48
7594
7595         * sync with 0.7.8cvs16
7596                 see ChangeLog 2002-07-04 and 2002-07-05
7597
7598 2002-07-04 [paul]       0.7.8claws47
7599
7600         * sync with 0.7.8cvs14
7601                 see  ChangeLog 2002-07-04
7602
7603 2002-07-03 [alfons]     0.7.8claws46
7604
7605         * src/folder.c
7606                 dupe folder item's path because it's being reallocated
7607                 by new folder scanning code
7608
7609 2002-07-03 [christoph]  0.7.8claws45
7610
7611         * src/imap.c
7612                 better IMAP uid fetching using 'FETCH 1:* (UID)'
7613         * src/msgcache.c
7614                 add missing return in msgcache_write
7615
7616 2002-07-02 [thorsten]   0.7.8claws44
7617
7618         * src/jpilot.c
7619         * src/msgcache.c
7620         * src/rfc2015.c
7621                 use binary mode for file access
7622
7623 2002-07-02 [christoph]  0.7.8claws43
7624
7625         * major code cleanup (part 1)
7626         
7627                 - unused variables removed
7628                 - unused functions removed
7629                 - uninitialized variables checked
7630                 - missing return statements added
7631                 - missing function return types added
7632                 - added parentheses around assignment and
7633                   && in || when suggested by gcc
7634               
7635         * src/mh.c
7636         * src/folder.c
7637                 replaced direct calls to folder->scan_tree
7638                 with folder_scan_tree and restore folder
7639                 prefs in this function. The folder should
7640                 not have to deal with them.
7641                 ( Should now work for all folder types )
7642
7643 2002-07-02 [paul]       0.7.8claws42
7644
7645         * sync with 0.7.8cvs13
7646                 see ChangeLog 2002-07-01 and 2002-07-02
7647
7648 2002-07-01 [christoph]  0.7.8claws41
7649
7650         * src/summaryview.c
7651                 fix "goto next/prev unread message" with
7652                 ignored threads
7653
7654 2002-07-01 [paul]       0.7.8claws40
7655
7656         * po/es.po
7657                 updated by Ricardo Mones Lastra
7658
7659 2002-06-30 [match]      0.7.8claws39
7660
7661         * src/jpilot.c
7662                 applied variation of leonerd's patch (566661) to
7663                 allow multiple email addresses per JPilot entry.
7664                 addresses may be separated by space, comma, pipe,
7665                 semi-colon, new-line.
7666
7667 2002-06-30 [alfons]     0.7.8claws38
7668
7669         * src/procmsg.c
7670                 simple fix for putting older nodes before
7671                 newer nodes when threading by subject
7672
7673 2002-06-30 [christoph]  0.7.8claws37
7674
7675         * src/folder.c
7676         * src/folderview.c
7677         * src/mh.c
7678         * src/news.c
7679         * src/procmsg.c
7680                 fix broken folder tree rescaning
7681                 and don't use procmsg_get_mark_sum
7682                 anymore
7683
7684 2002-06-30 [christoph]  0.7.8claws36
7685
7686         * merge new cache branch
7687         * src/imap.c
7688                 fix new cache imap copy bug
7689         * src/folder.c
7690                 improved folder_item_scan
7691                 it should now always set the correct
7692                 new, unread and total message counts
7693
7694 2002-06-29 [paul]       0.7.8claws35
7695
7696         * configure.in
7697                 correct syntax error
7698
7699 2002-06-29 [paul]       0.7.8claws34
7700
7701         * configure.in
7702           Makefile.am
7703           man/Makefile.am       ** NEW FILE **
7704           man/sylpheed.1.gz     ** NEW FILE **
7705                 add Sylpheed man page
7706
7707 2002-06-29 [paul]       0.7.8claws33
7708
7709         * po/pt_BR.po
7710                 updated by Fabio Junior Beneditto
7711
7712 2002-06-28 [jens]       0.7.8claws32
7713
7714         * po/de.po
7715                 translation updated
7716
7717         * src/selective_download.c
7718                 removed gettext for space " "
7719
7720         * src/imap.c
7721                 removed wrong space
7722
7723 2002-06-28 [paul]       0.7.8claws31
7724
7725         * sync with 0.7.8cvs11
7726                 see ChangeLog 2002-06-28
7727
7728 2002-06-28 [paul]       0.7.8claws30
7729
7730         * sync with 0.7.8cvs10
7731                 see ChangeLog 2002-06-27 and 2002-06-28
7732
7733 2002-06-26 [paul]       0.7.8claws29
7734
7735         * src/addrgather.c
7736           src/selective_download.c
7737                 don't gettextise empty strings.
7738                 reserved by gettext. gettext("") returns 
7739                 the header entry with meta information, 
7740                 not the empty string
7741
7742         * po/en_GB.po
7743                 updated
7744
7745 2002-06-26 [paul]       0.7.8claws28
7746
7747         * sync with 0.7.8cvs7
7748                 see ChangeLog 2002-06-25
7749
7750         * src/prefs_common.c
7751                 ...and in the process, tweak the gui a little
7752
7753 2002-06-25 [alfons]     0.7.8claws27
7754         
7755         * configure.in
7756         * src/Makefile.am
7757                 fine tune ldap library detection
7758
7759 2002-06-25 [alfons]     0.7.8claws26
7760
7761         * src/compose.c
7762                 don't allow return receipts when composing a news article
7763
7764 2002-06-25 [paul]       0.7.8claws25
7765
7766         * Makefile.am
7767                 add '$(AMTAR)' to 'release' section to allow for
7768                 new and older autotools
7769
7770 2002-06-25 [paul]       0.7.8claws24
7771
7772         * src/summaryview.c
7773                 fix "No more unread messages" persistant pop-up
7774                 window bug
7775
7776 2002-06-25 [paul]       0.7.8claws23
7777
7778         * po/it.po
7779                 updated by Alessandro Maestri
7780
7781 2002-06-25 [paul]       0.7.8claws22
7782
7783         * sync with 0.7.8cvs6
7784                 see ChangeLog 2002-06-25
7785
7786 2002-06-24 [paul]       0.7.8claws21
7787
7788         * tools/update-po
7789                 add GPL copyright information
7790
7791 2002-06-24 [paul]       0.7.8claws20
7792
7793         * tools/Makefile.am
7794           tools/README
7795           tools/update-po       ** NEW FILE **
7796                 add script that eases the creation of *.po files
7797                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
7798
7799 2002-06-23 [alfons]     0.7.8claws19
7800
7801         * src/messageview.c
7802                 make notification_convert_header obey const correctness
7803                 (next step will be fixing the broken return receipt)
7804
7805 2002-06-23 [paul]       0.7.8claws18
7806
7807         * src/messageview.c
7808                 fix bug introduced in last commit:
7809                 removed too much code in last commit - put back what's
7810                 needed
7811
7812 2002-06-23 [paul]       0.7.8claws17
7813
7814         * src/messageview.[ch]
7815                 remove code committed in error from locally patched
7816                 source
7817
7818 2002-06-23 [colin]      0.7.8claws16
7819
7820         * src/compose.[ch]
7821                 add compose_entry_select(), used to select the default_to
7822                 email address - hopefully avoiding people sending mails to
7823                 wrong recipients.
7824
7825 2002-06-22 [alfons]     0.7.8claws15
7826
7827         * AUTHORS
7828                 add Bram Metsch & Stanislav Karchebny
7829         * src/smtp.[ch]
7830         * src/prefs_account.[ch]
7831         * src/send.c
7832                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
7833                   options.  (see <http://sourceforge.net/tracker/index.php
7834                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
7835
7836                 - merge Stanislav's fix to make SMTP AUTH work with qmail
7837                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
7838
7839 2002-06-22 [paul]       0.7.8claws14
7840
7841         * sync with 0.7.8cvs5
7842                 see ChangeLog 2002-06-19 and 2002-06-20
7843
7844 2002-06-22 [alfons]     0.7.8claws13
7845
7846         * src/selective_download.c
7847                 fix a stupid mistake I made
7848
7849 2002-06-22 [alfons]     0.7.8claws12
7850
7851         * src/selective_download.[ch]
7852                 fix another unnoticed leak; cleanup code
7853
7854 2002-06-21 [alfons]
7855
7856         * tools/Makefile.am
7857                 gpg-sign <-- gpg-sign-syl
7858
7859 2002-06-21 [alfons]     0.7.8claws11
7860
7861         * src/selective_download.c
7862         * src/selective_download.h
7863                 fix assorted mix of allocation errors (should solve
7864                 problem reported by Philippe Gramoullé, see:
7865                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
7866
7867 2002-06-20 [melvin]     0.7.8claws10
7868
7869         * tools/gpg-sign *REMOVED*
7870           tools/gpg-sign-syl *ADDED*
7871                 Replaced the gpg clearsigning script with the version using
7872                 xterm instead of ssh-askpass and changed its name.
7873
7874         * README.claws
7875                 Updated actions example to reflect the renaming of the
7876                 gpg clearsigning script.
7877
7878 2002-06-19 [paul]       0.7.8claws9
7879
7880         * sync with 0.7.8claws9
7881                 see ChangeLog 2002-06-18 and 2002-06-19
7882
7883 2002-06-19 [paul]       0.7.8claws8
7884
7885         * sync with 0.7.8cvs1
7886                 see ChangeLog 2002-06-18
7887
7888 2002-06-18 [alfons]     0.7.8claws7
7889
7890         * src/mainwindow.h
7891                 add omitted prototype
7892
7893 2002-06-17 [paul]       0.7.8claws6
7894
7895         * src/mainwindow.c
7896                 fix hiding of exec_btn
7897
7898 2002-06-17 [paul]       0.7.8claws5
7899
7900         * src/pop.c
7901                 remove unneeded code: should_delete() 
7902                 and Pop3State::uidl_todelete_list
7903
7904 2002-06-17 [paul]       0.7.8claws4
7905
7906         * sync with 0.7.8
7907                 see ChangeLog 2002-06-11 and 2002-06-13
7908
7909 2002-06-16 [alfons]     0.7.8claws3
7910         
7911         * src/folder.c
7912                 make sure lock sort mode (claws specific) is
7913                 also persists after a tree rescan
7914
7915 2002-06-16 [alfons]     0.7.8claws2
7916
7917         * src/prefs_folder_item.c
7918         * src/folder.[ch]
7919                 fix persistence of folder sort mode (broken
7920                 by adapting Hiro's new folder persistence code)
7921
7922 2002-06-16 [alfons]     0.7.8claws1
7923
7924         * AUTHORS
7925         * src/logwindow.c
7926         * src/prefscommon.[ch]
7927                 control size of log text in log window; 
7928                 closes patch #569155 submitted by Mitko Haralanov.
7929
7930 2002-06-15 [paul]       0.7.8claws
7931
7932         * release of 0.7.8claws
7933
7934 2002-06-15 [paul]       0.7.7claws
7935
7936         * po/pt_BR.po
7937                 updated by Fabio Junior Beneditto
7938
7939 2002-06-14 [paul]       0.7.6claws49
7940
7941         * po/es.po
7942                 updated by Ricardo Mones Lastra
7943
7944 2002-06-14 [paul]       0.7.6claws48
7945
7946         * po/nl.po
7947                 updated translation by Wilbert Berendsen
7948
7949 2002-06-14 [melvin]     0.7.6claws47
7950
7951         * po/fr.po
7952                 Updated French translation
7953
7954 2002-06-13 [paul]       0.7.6claws46
7955
7956         * src/filesel.c
7957                 allow filename to be typed in, rather than just
7958                 selected by the mouse. Patch by Gustavo Noronha Silva.
7959
7960 2002-06-13 [alfons]     0.7.6claws45
7961
7962         * src/mainwindow.[ch]
7963                 more cleanups (removing unnecessary menu items Expand 
7964                 summary / message view)
7965
7966 2002-06-13 [melvin]     0.7.6claws44
7967
7968         * po/POTFILES.in
7969                 Added src/string_match.c
7970         * src/string_match.c
7971                 Fixed possible buffer overflow.
7972                 Corrected typo.
7973                 Added missing config.h header.
7974         * src/prefs_common.c
7975           src/prefs_matcher.c
7976           src/prefs_scoring.c
7977                 Made some strings translatable (missing _(..)).
7978
7979 2002-06-13 [melvin]     0.7.6claws43
7980
7981         * README.claws
7982                 Corrected action example (verifying clearsigned mail).
7983         * src/prefs_account.c
7984                 Corrected typo.
7985         * src/prefs_common.c
7986                 Removed incorrect line that generated a Gtk-CRITICAL msg.
7987
7988 2002-06-12 [alfons]     0.7.6claws42
7989
7990         * src/summaryview.c
7991                 add init of score column lost in 0.7.6claws42
7992
7993 2002-06-12 [paul]       0.7.6claws41
7994
7995         * src/prefs_account.c
7996                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
7997                 behavior of the radio buttons, (from 0.7.7cvs2)
7998
7999 2002-06-11 [alfons]     0.7.6claws40
8000
8001         * src/messageview.[ch]
8002         * src/summaryview.[ch]
8003         * src/summary_search.c
8004         * src/mainwindow.c
8005                 perform a sync to bring in Hiro's separate view implementation 
8006
8007                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
8008
8009 2002-06-11 [paul]       0.7.6claws39
8010         
8011         * src/prefs_account.c
8012                 correct a typo on the Receive tab
8013
8014 2002-06-10 [match]      0.7.6claws38
8015
8016         * src/addressbook.c
8017                 Included address completion patch from Gustavo Noronha.
8018
8019 2002-06-10 [paul]       0.7.6claws37
8020
8021         * src/inc.[ch]
8022           src/pop.c
8023           src/prefs_account.[ch]
8024           src/selective_download.[ch]
8025                 apply PATCH #561712
8026                  NEW:
8027                 - check if POP Account
8028                 - Receive Button renamed to Preview
8029                 - Preview Button Popup: preview new/all messages
8030                 - Download Button
8031                 - Account Preferences-->Receive tab checkbutton if you
8032                   want to remove Mail after Download
8033                 -: default YES
8034                 - Account Preferences-->Receive tab checkbutton use
8035                   filtering rules on preview
8036                   (think of delete_on_server)
8037                 -: default YES
8038                 - Account selectable from SD dialog
8039                 - checkbutton to show already downloaded messages if
8040                   all messages are previewed
8041                 - new clist column showing Date
8042                 - ESC KEY close
8043                 FIXES:
8044                 - play ball with UIDL
8045                 - fault tolerant (?) 
8046                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
8047
8048 2002-06-10 [melvin]     0.7.6claws36
8049
8050         * README.claws
8051                 Added a hint to ac/README in cvs instructions.
8052
8053         * src/prefs_actions.c
8054                 Made it possible to use a more elaborate command line
8055                 for asynchronous actions, too.
8056
8057 2002-06-10 [melvin]     0.7.6claws35
8058         
8059         * src/prefs_actions.c
8060                 Make it possible to use a more elaborate command line
8061                 (e.g. |foo|bar|cat>there;echo Done|)
8062                 Corrected error message when calling %f, %F and %p commands
8063                 from the compose window.
8064
8065 2002-06-09 [colin]      0.7.6claws34
8066
8067         * src/summaryview.c
8068                 Automatically find unread messages in current folder
8069                 before annoying the user.
8070
8071 2002-06-08 [alfons]     0.7.6claws33
8072
8073         * po/it.po
8074                 remove bad formatting string in it.po translation
8075                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
8076
8077 2002-06-08 [paul]       0.7.6claws32
8078
8079         * sync with 0.7.6cvs25
8080                 see ChangeLog 2002-06-07
8081
8082 2002-06-05 [paul]       0.7.6claws31
8083
8084         * src/mainwindow.c
8085                 add 'Sort by locked' and 'Sort by score'
8086
8087 2002-06-05 [paul]       0.7.6claws30
8088
8089         * sync with 0.7.6cvs24
8090                 see ChangeLog 2002-06-04
8091
8092 2002-06-04 [paul]       0.7.6claws29
8093
8094         * po/pt_BR.po
8095                 updated by Fabio Junior Beneditto
8096
8097 2002-06-03 [thorsten]   0.7.6claws28
8098
8099         * src/matcher.c
8100                 fclose() matcherrc after reading
8101
8102 2002-06-03 [paul]       0.7.6claws27
8103
8104         * sync with 0.7.6cvs21
8105                 see ChangeLog 2002-05-31
8106
8107 2002-05-31 [paul]       0.7.6claws26
8108
8109         * sync with 0.7.6cvs20
8110                 see ChangeLog 2002-05-29 and 2002-05-30
8111
8112 2002-05-31 [paul]       0.7.6claws25
8113
8114         * src/imap.c
8115                 hopefully fix last buggy sync
8116
8117         * README.claws
8118                 correct typo in 'Actions' examples
8119
8120 2002-05-29 [paul]       0.7.6claws24
8121
8122         * sync with 0.7.6cvs18
8123                 see ChangeLog 2002-05-28 and 2002-05-29
8124
8125         * src/news.c
8126           src/nntp.[ch]
8127                 sync with above 
8128
8129 2002-05-28 [paul]       0.7.6claws23
8130
8131         * sync with 0.7.6cvs16
8132                 see ChangeLog 2002-05-28
8133
8134 2002-05-27 [thorsten]   0.7.6claws22 
8135
8136         * faq/it/sylpheed-faq-1.html
8137           faq/it/sylpheed-faq-2.html
8138           faq/it/sylpheed-faq-3.html
8139           faq/it/sylpheed-faq.html
8140                 corrected DOS lineendings
8141         * faq/de/sylpheed-faq-1.html
8142           faq/de/sylpheed-faq-2.html
8143           faq/en/sylpheed-faq-1.html
8144           faq/en/sylpheed-faq-2.html
8145           faq/en/sylpheed-faq-3.html
8146           faq/es/sylpheed-faq-1.html
8147           faq/es/sylpheed-faq-2.html
8148           faq/es/sylpheed-faq-3.html
8149           faq/fr/sylpheed-faq-1.html
8150           faq/it/sylpheed-faq-1.html
8151           faq/it/sylpheed-faq-2.html
8152           faq/it/sylpheed-faq-3.html
8153           faq/it/sylpheed-faq.html
8154                 changed ">" to &quot;
8155
8156 2002-05-27 [paul]       0.7.6claws21
8157         
8158         * sync with 0.7.6cvs15
8159                 see ChangeLog 2002-05-27
8160
8161 2002-05-27 [paul]       0.7.6claws20
8162
8163         * src/prefs_account.c
8164                 correct a typo
8165
8166 2002-05-26 [paul]       0.7.6claws19
8167
8168         * tools/README
8169                 correct a typo
8170
8171 2002-05-25 [paul]       0.7.6claws18
8172
8173         * tools/README
8174                 add description of kmail2sylpheed.pl
8175
8176 2002-05-25 [paul]       0.7.6claws17
8177
8178         * tools/kmail2sylpheed.pl       ** NEW FILE **
8179                 perl script that converts an exported Kmail address
8180                 book, converts it to sylpheed addressbook file,
8181                 writes the file to .sylpheed, and updates
8182                 addrbook--index.xml 
8183
8184 2002-05-25 [paul]       0.7.6claws16
8185
8186         * sync with 0.7.6cvs14
8187                 see ChangeLog 2002-05-23
8188
8189 2002-05-24 [paul]       0.7.6claws15
8190
8191         * README.claws
8192                 make a correction and add some more info
8193
8194 2002-05-24 [paul]       0.7.6claws14
8195
8196         * src/compose.c
8197                 fix memory leak in 
8198                 compose_redirect_write_headers_from_headerlist()
8199                 add Subject and Resent-Message-ID to
8200                 compose_redirect_write_headers()
8201                 Received, Subject, and X-UIDL are filtered out in 
8202                 compose_redirect_write_to_file()
8203
8204 2002-05-23 [paul]       0.7.6claws13
8205
8206         * src/compose.[ch]
8207           src/filtering.c
8208           src/mainwindow.c
8209           src/matcher.[ch]
8210           src/matcher_parser_lex.l
8211           src/matcher_parser_parse.y
8212           src/prefs_common.[ch]
8213           src/prefs_filtering.c
8214           src/summaryview.c
8215                 rename 'Bounce' to 'Redirect'
8216
8217 2002-05-23 [paul]       0.7.6claws12
8218
8219         * more sync with 0.7.6cvs13
8220           src/compose.c
8221                 see ChangeLog 2002-05-22
8222
8223 2002-05-22 [paul]       0.7.6claws11
8224
8225         * sync with 0.7.6cvs13
8226           src/codeconv.c
8227                 see ChangeLog 2002-05-20
8228           src/prefs_common.c
8229                 see ChangeLog 2002-05-22
8230
8231 2002-05-21 [melvin]     0.7.6claws10
8232
8233         * src/folderview.c
8234                 Added missing filtering and scoring headers
8235                 Fixed bad function call that showed garbage 
8236                 in Folder->Processing
8237
8238 2002-05-21 [paul]       0.7.6claws9
8239
8240         * tools/Makefile.am
8241                 make all tools executable, (patch by Alfons).
8242
8243 2002-05-20 [alfons]     0.7.6claws8
8244
8245         * src/procheader.c
8246                 don't forget to call mktime() so we have a valid week 
8247                 and year day
8248                 (Bug report by Roger Sondermann <mail@jumaros.de>)
8249
8250 2002-05-20 [paul]       0.7.6claws7
8251
8252         * src/html.c
8253                 fix broken parsing of urls
8254         * src/textview.c
8255                 fix displaying of urls
8256
8257                 both fixes from the patch [547855] by Eugene 
8258                 Brevdo (zonem)
8259
8260 2002-05-19 [alfons]     0.7.6claws6
8261
8262         * configure.in
8263                 make sylpheed configure correctly with the latest
8264                 and greatest of automake / autoconf / gettext
8265
8266 2002-05-19 [alfons]     0.7.6claws5
8267
8268         * src/procheader.c
8269         * src/procheader.h
8270                 add function for returning ime zone offset
8271         * src/quote_fmt.c
8272         * src/quote_fmt_parse.y
8273                 better quotation formatting - does not convert
8274                 to local time, but uses the original date string.
8275                 
8276                 Note: %z inserts the timezone offset (should 
8277                 work also on platforms where strftime does not
8278                 support %z).
8279
8280 2002-05-18 [christoph]  0.7.6claws4
8281
8282         * src/summaryview.c
8283                 fix indentation of some code
8284         * tools/Makefile.am
8285                 fix spaces after \
8286         * src/Makefile.am
8287                 add missing \
8288                 correct path for ignorethread.xpm
8289                 incorrect filename for sylpheed_logo.xpm
8290                 add missing include matcher_parser_parse.h
8291
8292 2002-05-18 [paul]       0.7.6claws3
8293
8294         * sync with 0.7.6cvs8
8295                 see ChangeLog 2002-05-16 and 2002-05-17
8296
8297 2002-05-18 [melvin]     0.7.6claws2
8298
8299         * README.claws
8300                 Corrected an action's definition and fixed some misspellings.
8301
8302 2002-05-18 [paul]       0.7.6claws1
8303
8304         * tools/Makefile.am
8305           tools/gpg-sign        ** new file **
8306           tools/uudec           ** new file **
8307                 add Melvin's Actions scripts
8308
8309         * README.claws
8310                 add Melvin's descriptions for Actions
8311
8312 2002-05-18 [paul]       0.7.6claws
8313
8314         * Version 0.7.6claws released
8315
8316 2002-05-17 [paul]       0.7.5claws32
8317
8318         * po/es.po
8319                 updated by Ricardo Mones Lastra
8320
8321 2002-05-17 [paul]       0.7.5claws31
8322
8323         * src/compose.c
8324                 fix Account prefs default folder for sent/draft/deleted
8325                 messages bug
8326
8327         * po/it.po
8328           po/nl.po
8329                 updated translation by Alessandro Maestri and
8330                 Wilbert Berendsen
8331
8332 2002-05-17 [melvin]     0.7.5claws30
8333
8334         * src/prefs_actions.c
8335                 Fixed bug where using %F not at the end of the command 
8336                 resulted in an additional empty argument being created.
8337                 Thanks to Darko Koruga for reporting the bug.
8338
8339 2002-05-17 [melvin]     0.7.5claws29
8340
8341         * po/fr.po
8342                 Updated French translations.
8343
8344 2002-05-15 [paul]       0.7.5claws28
8345         
8346         * po/es.po
8347                 updated by Ricardo Mones Lastra
8348
8349 2002-05-15 [paul]       0.7.5claws27
8350
8351         * sync with 0.7.6cvs4
8352                 see ChangeLog 2002-05-14 and 2002-05-15
8353
8354 2002-05-14 [paul]       0.7.5claws26
8355
8356         * sync with 0.7.6cvs1
8357                 see ChangeLog 2002-05-13
8358
8359 2002-05-13 [thorsten]   0.7.5claws25
8360
8361         * src/messageview.c
8362                 fix select_all and copy in multipart messages
8363         * src/mainwindow.c
8364                 fix select_all and copy in multipart messages
8365
8366 2002-05-12 [paul]       0.7.5claws24
8367
8368         * src/summaryview.c
8369                 reverse last commit, bug already fixed in 0.7.5claws3
8370
8371 2002-05-12 [netztorte]  0.7.5claws23
8372
8373         * src/summaryview.c
8374                 dont parse empty addressbook (checked in before claws20)
8375
8376 2002-05-12 [melvin]     0.7.5claws22
8377
8378         * src/procmsg.[ch]
8379                 Removed unneeded priority code introduced by the previous 
8380                 commit.
8381
8382 2002-05-12 [melvin]     0.7.5claws21
8383
8384         * src/compose.[ch]
8385                 Added possibility to set message's priority.
8386         * src/procmsg.[ch]
8387                 Added possibility to set message's priority.
8388                 Added missing headers
8389
8390 2002-05-12 [melvin]     0.7.5claws20
8391
8392         * src/prefs_actions.c
8393                 Removed implicitely added quotes around the name
8394                 of the temporary files of mime parts.
8395
8396 2002-05-12 [paul]       0.7.5claws19
8397
8398         * sync with 0.7.5cvs20
8399                 see ChangeLog 2002-05-11
8400
8401 2002-05-12 [alfons]     0.7.5claws18
8402
8403         * src/quote_fmt_lex.l
8404         * src/quote_fmt_parse.y
8405                 allow quote / reply date & time format to be set using
8406                 %D{format}. format is a format string you'd pass to
8407                 strftime() (see man strftime, or the Display tab |
8408                 Date format setting).
8409
8410                 Currently %D converts the date to local time. 
8411
8412 2002-05-11 [paul]       0.7.5claws17
8413
8414         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
8415                 see ChangeLog 2002-05-10 and 2002-05-11
8416
8417 2002-05-10 [paul]       0.7.5claws16
8418
8419         * sync with 0.7.5cvs16
8420                 see ChangeLog entries 2002-05-09 and 
8421                 2002-05-10
8422
8423 2002-05-10 [colin]      0.7.5claws15
8424
8425         * src/textview.c
8426                 Corrected a bug that prevented sylpheed to open
8427                 double-clicked URIs.
8428
8429 2002-05-09 [paul]       0.7.5claws14
8430
8431         * sync with 0.7.5cvs14
8432                 see ChangeLog 2002-05-08 and 2002-05-09
8433
8434 2002-05-08 [paul]       0.7.5claws13
8435
8436         * sync with 0.7.5cvs11
8437                 see ChangeLog entry 2002-05-08
8438
8439 2002-05-08 [paul]       0.7.5claws12
8440
8441         * src/mainwindow.c
8442           src/textview.[ch]
8443                 fix segfault on View->Open in new window
8444                 patch submitted by Thorsten Maerz <torte@netztorte.de>
8445
8446 2002-05-07 [paul]       0.7.5claws11
8447
8448         * sync with 0.7.5cvs9
8449                 see ChangeLog entry 2002-05-07
8450
8451 2002-05-06 [paul]       0.7.5claws10
8452
8453         * src/messageview.c
8454           src/textview.c
8455                 display url in statusbar on single-click
8456                 patch submitted by Thorsten Maerz <torte@netztorte.de>
8457
8458 2002-05-06 [match]      0.7.5claws9
8459
8460         * src/addritem.[ch]
8461                 new functions.
8462         * src/addrcache.c
8463                 tidy up.
8464         * src/xmlprops.[ch]
8465                 XML implementation of properties file.
8466         * src/exporthtml.[ch]
8467         * src/expthtmldlg.[ch]
8468         * src/addressbook.c
8469                 export to HTML.
8470
8471 2002-05-02 [sergey]     0.7.5claws8
8472
8473         * src/mainwindow.c (mainwin_entries),
8474           src/prefs_common.c (prefs_send_create()),
8475           src/codeconv.c (locale_table):
8476                 use charset name "Windows-1251" instead of "CP1251".
8477
8478 2002-05-02 [colin]      0.7.5claws7
8479         
8480         * src/compose.c
8481           src/prefs_common.c
8482           src/prefs_folder_item.c
8483                 Fixed cosmetics bugs due to Outbox renamed to Sent.
8484
8485 2002-05-02 [hiro]       0.7.5claws6
8486
8487         * src/imap.c
8488                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
8489
8490 2002-05-02 [paul]       0.7.5claws5
8491
8492         * src/compose.c
8493                 more sync with 0.7.5cvs7, see ChangeLog entry
8494                 2002-05-02
8495
8496 2002-05-02 [hiro]       0.7.5claws4
8497
8498         * src/compose.c
8499                 compose_queue_sub():
8500                 check if queue folder exists (closes #550397).
8501                 removed directory creation since it should be handled
8502                 transparently.
8503         * src/imap.c
8504                 imap_add_msg(): return UID for appended message
8505                 (closes #548842).
8506
8507 2002-04-30 [paul]       0.7.5claws3
8508
8509         * src/summaryview.c
8510                 fix account_find_from_address() bug
8511
8512 2002-04-28 [colin]      0.7.5claws2
8513
8514         * src/compose.c
8515           src/textview.c
8516           src/prefs_common.[ch]
8517           src/utils.[ch]
8518                 Added user-definable quotation characters recognition.
8519
8520 2002-04-28 [paul]       0.7.5claws1
8521
8522         * sync with 0.7.5cvs4
8523                 see ChangeLog entry  2002-04-25
8524
8525 2002-04-28 [paul]       0.7.5claws
8526
8527         * po/es.po
8528           po/nl.po
8529           po/pt_BR.po
8530                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
8531                 Fabio Junior Beneditto
8532
8533 2002-04-27 [jens]       0.7.4claws103
8534
8535         * po/de.po
8536                 updated German translation.
8537
8538 2002-04-27 [hiro]       0.7.4claws102
8539
8540         * src/summaryview.c
8541                 summary_write_cache(): fixed the mark loss of hidden messages.
8542
8543 2002-04-26 [melvin]     0.7.4claws101
8544
8545         * src/procmsg.c
8546                 fixed a second typo (same one)
8547         * po/fr.po
8548           po/it.po
8549           po/pt_BR.po
8550                 fixed the type again...
8551
8552 2002-04-26 [melvin]     0.7.4claws100
8553
8554         * src/procmsg.c
8555                 fixed a typo in an alert message ("temorary").
8556         * po/it.po
8557         * po/pt_BR.po
8558                 corrected the typo  described above.
8559         * po/fr.po
8560                 updated French translation.
8561
8562 2002-04-26 [darko]      0.7.4claws99
8563
8564         * src/summaryview.c
8565                 fix target folder colorization
8566
8567 2002-04-25 [paul]       0.7.4claws98
8568
8569         * po/it.po
8570                 updated by Alessandro Maestri
8571
8572 2002-04-24 [colin]      0.7.4claws97
8573         
8574         * src/compose.c
8575                 Fixed double "subject is empty" question.
8576
8577 2002-04-23 [colin]      0.7.4claws96
8578         
8579         * src/mimeview.c
8580                 Corrected issue when "automatically display images" was
8581                 not set : first image remained after selecting second.
8582
8583 2002-04-23 [melvin]     0.7.4claws95
8584
8585         * src/prefs_actions.c
8586                 Don't display in/out dialog if there is nothing to show.
8587
8588 2002-04-23 [paul]       0.7.4claws94
8589
8590         * sync with 0.7.5cvs3
8591                 bug fixes: see ChangeLog entry 2002-04-23
8592
8593 2002-04-22 [darko]      0.7.4claws93
8594
8595         * src/compose.c
8596                 fix previous check-in which changed code after
8597                 merge from main
8598
8599 2002-04-22 [paul]       0.7.4claws92
8600
8601         * faq/de/*
8602                 add German FAQ
8603         * faq/en/*
8604           faq/es/*
8605           faq/fr/*
8606                 update English, Spanish and French FAQs
8607         * manual/de/*
8608           manual/es/*
8609                 add German and Spanish manuals
8610         * manual/en/*
8611           manual/fr/*
8612                 update English and French manuals
8613
8614         * src/Makefile.am
8615                 add to and re-arrange the pixmap entries
8616
8617 2002-04-22 [darko]      0.7.4claws91
8618
8619         * src/compose.c
8620                 fix sender initials recognition to only allow
8621                 '>' after the initials
8622
8623 2002-04-21 [paul]       0.7.4claws90
8624
8625         * sync with 0.7.5 release
8626                 see ChangeLog entry 2002-04-21
8627
8628 2002-04-21 [alfons]
8629
8630         * src/Makefile.am
8631                 add colin's new pixmaps to EXTRA_DIST
8632
8633 2002-04-21 [colin]      0.7.4claws89
8634         * src/compose.c
8635         * src/inc.c
8636         * src/mainwindow.[ch]
8637         * src/prefs_common.[ch]
8638         * src/stock_pixmap.[ch]
8639                 Added "Work offline" ability.
8640
8641 2002-04-21 [colin]      0.7.4claws88
8642         
8643         * src/mimeview.c
8644         * src/prefs_common.c
8645         * src/prefs_common.h
8646         * src/textview.c : Added an option to common preferences -> display
8647           to allow user not to automatically display images.
8648
8649 2002-04-21 [paul]       0.7.4claws87
8650
8651         * sync with 0.7.4cvs52
8652                 see ChangeLog entry 2002-04-21 (src/imap.c)
8653
8654 2002-04-21 [paul]       0.7.4claws86
8655
8656         * sync with 0.7.4cvs51
8657                 see ChangeLog entry 2002-04-21
8658
8659 2002-04-21 [paul]       0.7.4claws85
8660
8661         * sync with 0.7.4cvs49
8662                 see ChangeLog entries 2002-04-20 and 2002-04-21
8663
8664         * src/Makefile.am
8665                 clean up: remove old 'stock_' element from xpm 
8666                 filenames.
8667
8668 2002-04-21 [alfons]     0.7.4claws84
8669
8670         apply sync patch from Paul
8671
8672         * src/folderview.c
8673                 use old claws prefs_folder_item_create() for now
8674
8675 2002-04-19 [match]      0.7.4claws83
8676
8677         * src/addressbook.[ch]
8678         * src/addrharvest.[ch]
8679         * src/addrgather.[ch]
8680                 recurse folders.
8681         * src/mainwindow.c
8682         * src/summaryview.[ch]
8683                 change menu option.
8684
8685 2002-04-19 [paul]       0.7.4claws82
8686
8687         * po/pt_BR.po
8688                 updated by Fabio Junior Beneditto
8689
8690 2002-04-14 [alfons]     0.7.4claws81
8691
8692         * src/passphrase.c
8693                 add #include <sys/types.h> for mode_t and off_t 
8694
8695 2002-04-13 [paul]       0.7.4claws80
8696         
8697         * src/main.c
8698           src/passphrase.[ch]
8699           src/pgptext.c
8700           src/prefs_common.[ch]
8701           src/rfc2015.c
8702                 enable storing of GnuPG passphrase for the whole 
8703                 session or a user-defined number of minutes. patch 
8704                 submitted by Ravemax <ravemax@dextrose.com>
8705
8706 2002-04-13 [alfons]     0.7.4claws79
8707
8708         * src/textview.c
8709                 make email parser also stop scanning when encountering separators
8710                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
8711
8712 2002-04-13 [paul]       0.7.4claws78
8713
8714         * sync with 0.7.4cvs39
8715                 see ChangeLog entry 2002-04-12
8716
8717 2002-04-11 [paul]       0.7.4claws77
8718
8719         * sync with 0.7.4cvs37
8720                 see ChangeLog entry 2002-04-11
8721
8722 2002-04-11 [paul]       0.7.4claws76
8723
8724         * COPYING 
8725                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
8726                 the clause for OpenSSL). sync with sylpheed main
8727
8728 2002-04-09 [melvin]     0.7.4claws75
8729
8730         * src/compose.c
8731                 Made 'Ctrl-Enter' on send ignore some modifiers 
8732                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
8733                 to bind other *-Enter (but not Alt-Enter).
8734
8735 2002-04-09 [paul]       0.7.4claws74
8736
8737         * sync with 0.7.4cvs35
8738                 see ChangeLog entries 2002-04-09
8739
8740 2002-04-08 [paul]       0.7.4claws73
8741
8742         * sync with 0.7.4cvs33
8743                 see ChangeLog entry 200-04-08
8744
8745 2002-04-07 [match]      0.7.4claws72
8746
8747         * src/addrharvest.[ch]
8748                 fixed to read all addresses in header, regardless
8749                 of header size. improved name parsing. accommodate
8750                 harvest from folders and selected message.
8751         * src/addritem.[ch]
8752                 included new address parsing function.
8753         * src/addrgather.[ch]
8754         * src/addressbook.[ch]
8755         * src/summaryview.[ch]
8756         * src/mainwindow.c
8757                 allow address harvest of folder as well as selected
8758                 messages.
8759
8760 2002-04-07 [paul]       0.7.4claws71
8761
8762         * src/esmtp.[ch]
8763           src/smtp.c
8764                 don't try to authenticate with CRAM-MD5 in SMTP when 
8765                 SMTP-AUTH enabled if MTA doesn't issue this 
8766                 auth-method in it's ehlo-response. bug item #531364,
8767                 patch item #938910. patch submitted by Colin Leroy 
8768                 <colin@colino.net>
8769
8770 2002-04-07 [paul]       0.7.4claws70
8771
8772         * src/nntp.c
8773                 fix missing MODE_READER bug. patch submitted by
8774                 Colin Leroy <colin@colino.net>
8775
8776 2002-04-07 [alfons]     0.7.4claws69
8777
8778         * src/matcher.[ch]
8779         * src/prefs_filtering.c
8780         * src/summaryview.c
8781                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
8782                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
8783
8784 2002-04-07 [paul]       0.7.4claws68
8785
8786         * sync with 0.7.4cvs32
8787                 see ChangeLog entry 2002-04-06
8788
8789         * tools/filter_conv.pl
8790                 more bug fixes
8791
8792 2002-04-06 [paul]       0.7.4claws67
8793
8794         * tools/filter_conv.pl
8795                 modify to be able to find the name of the first
8796                 mailbox and use that. main's filter does not
8797                 record the full path to the mailbox and therefore
8798                 can only filter to the first mailbox.
8799
8800 2002-04-05 [paul]       0.7.4claws66
8801
8802         * tools/filter_conv.pl
8803                 attempt to make the script all-encompassing and
8804                 be able to convert any main 'filter' rule thrown
8805                 at it
8806
8807 2002-04-05 [paul]       0.7.4claws65
8808
8809         * tools/filter_conv.pl
8810                 allow for collapsed folder trees
8811
8812 2002-04-05 [paul]       0.7.4claws64
8813
8814         * sync with 0.7.4cvs31
8815                 see ChangeLog entries 2002-04-05
8816
8817 2002-04-03 [paul]       0.7.4claws63
8818
8819         * sync with 0.7.4cvs29
8820                 see ChangeLog entries 2002-04-02 and 2002-04-03
8821
8822 2002-04-02 [paul]       0.7.4claws62
8823
8824         * sync with 0.7.4cvs26
8825                 see ChangeLog entry 2002-04-01
8826
8827 2002-04-02 [match]      0.7.4claws61
8828
8829         * src/pine.[ch]
8830         * src/importpine.[ch]
8831         * src/addressbook.c
8832                 import Pine address book.
8833
8834 2002-04-02 [match]      0.7.4claws60
8835
8836         * src/addrharvest.[ch]
8837                 improve address parsing of funky addresses.
8838
8839 2002-04-02 [darko]      0.7.4claws59
8840
8841         * src/compose.c
8842                 wrap on send improvements, it now recognizes quoted
8843                 initials as part of the quotation string, and it
8844                 does not join lines separated by CR
8845
8846 2002-04-01 [match]      0.7.4claws58
8847
8848         * src/mgutils.[ch]
8849                 added new functions.
8850         * src/mutt.[ch]
8851                 remove excessive duplicate address generation
8852                 on import.
8853
8854 2002-04-01 [alfons]     0.7.4claws57
8855         
8856         * src/summaryview.c
8857                 put back g_free() 
8858
8859 2002-04-01 [paul]       0.7.4claws56
8860
8861         * sync with 0.7.4cvs25
8862                 see ChangeLog entry 2002-04-01
8863
8864 2002-04-01 [alfons]     0.7.4aprilfool55
8865
8866         * src/summaryview.c
8867                 honour feature request item #537427 to allow for
8868                 displaying names from address book for sent mail also
8869
8870 2002-03-29 [paul]       0.7.4claws54
8871
8872         * src/mainwindow.c
8873           src/prefs_filtering.[ch]
8874           src/prefs_matcher.c
8875           src/summaryview.c
8876                 add 'fast filter' for claws' filtering,
8877                 /Tools/Create filter rule/... patch submitted
8878                 by Neill Miller <neillm@thecodefactory.org>
8879
8880 2002-03-29 [paul]       0.7.4claws53
8881
8882         * sync with 0.7.4cvs24
8883                 see ChangeLog entry 2002-03-29
8884
8885 2002-03-28 [paul]       0.7.4claws52
8886
8887         * sync with 0.7.4cvs23
8888                 see ChangeLog entry 2002-03-28
8889
8890 2002-03-27 [melvin]     0.7.4claws51
8891
8892         * src/prefs_actions.c
8893                 Added support to pass only one message part (as a
8894                 file) to the command using '%p'. No quotes are needed
8895                 because doubles quotes are automatically added.
8896                 Fixed bug where Sylpheed could block when waiting for
8897                 a child process to finish.
8898                 Changed the help menu to remove quotes around symbols to 
8899                 avoid misinterpretation (they must not be used).
8900
8901 2002-03-27 [melvin]     0.7.4claws50
8902
8903         * src/inc.c
8904                 Made the new mail notification command always 
8905                 execute asynchronously.
8906
8907 2002-03-27 [paul]       0.7.4claws49
8908
8909         * src/compose.c
8910                 fix bug introduced in last commit
8911
8912 2002-03-27 [paul]       0.7.4claws48
8913
8914         * sync with 0.7.4cvs21
8915                 see ChangeLog 2002-03-26 and 2002-03-27
8916
8917 2002-03-26 [hoa]        0.7.4claws47
8918
8919         * src/prefs_folder_item.c
8920                 really fixed the bug #516442 with folder rescan.
8921
8922 2002-03-26 [paul]       0.7.4claws46
8923
8924         * sync with 0.7.4cvs19
8925                 see ChangeLog entries 2002-03-25 and 2002-03-26
8926
8927 2002-03-25 [hoa]        0.7.4claws45
8928
8929         * src/matcher.c
8930         * src/mh.c
8931                 fix the bug #516442 with folder rescan.
8932
8933         * src/prefs_common.[ch]
8934         * src/compose.c
8935                 added an option to enable two different behaviours
8936                 for bounce.
8937
8938
8939 2002-03-25 [paul]       0.7.4claws44
8940
8941         * src/mainwindow.c
8942           src/selective_download.c
8943                 correct a few menuitem labels
8944
8945 2002-03-25 [christoph]  0.7.4claws43
8946
8947         * src/procmsg.c
8948                 fix non deleted tmp message in
8949                 procmsg_save_to_outbox
8950                 fix problems caused by sync with
8951                 main branch's procmsg_send_queue
8952
8953 2002-03-25 [paul]       0.7.4claws42
8954
8955         * src/quote_fmt.c
8956           src/quote_fmt_lex.l
8957           src/quote_fmt_parse.y
8958                 add Last name (%L) placeholder for quoting. 
8959                 patch submitted by Thorsten Thielen 
8960                 <thth@users.sourceforge.net>
8961
8962 2002-03-25 [paul]       0.7.4claws41
8963
8964         * src/utils.c
8965                 get full hostname. patch submitted by
8966                 Bob Woodside <rwoodside1@comcast.net>
8967
8968 2002-03-25 [paul]       0.7.4claws40
8969
8970         * src/account.c
8971           src/news.c
8972           src/nntp.[ch]
8973           src/prefs_account.[ch]
8974                 enable NNTP over SSL. patch submitted by
8975                 Pascal Jermini <pascal@infinity.hn.org>
8976
8977 2002-03-24 [paul]       0.7.4claws39
8978
8979         * src/prefs_common.c
8980                 make the arrangement of the Compose tab more
8981                 coherent
8982
8983         * src/mainwindow.c
8984                 fix some irregularities of style
8985
8986         * po/de.po
8987                 updated by Kilian Krause
8988
8989 2002-03-23 [paul]       0.7.4claws38
8990
8991         * po/pt_BR.po
8992                 updated by Fabio Junior Beneditto
8993
8994 2002-03-23 [paul]       0.7.4claws37
8995
8996         * src/mainwindow.c
8997                 move 'Gather addresses' to 'Tools' menu
8998                 make 'Selective download' sensitive
8999
9000 2002-03-23 [paul]       0.7.4claws36
9001
9002         * sync with 0.7.4cvs16
9003                 see ChangeLog entries 2002-03-23
9004
9005 2002-03-22 [christoph]  0.7.4claws35
9006
9007         * src/quote_fmt_parse.y
9008                 fix include program output
9009
9010 2002-03-22 [alfons]     0.7.4claws34
9011
9012         * src/pop.c
9013                 initialize GDate stack variable correctly (sorry!)
9014
9015 2002-03-22 [paul]       0.7.4claws33
9016
9017         * src/compose.c
9018           src/mainwindow.c
9019           src/prefs_actions.c
9020           src/prefs_common.c
9021                 rename 'Tool' to 'Tools'
9022
9023         * src/mainwindow.c
9024                 move 'Delete duplicated messages' from
9025                 'Message/' to 'Tools/'
9026                 re-arrange the order of 'Tools/' items
9027
9028 2002-03-22 [paul]       0.7.4claws32
9029
9030         * src/addr_compl.c
9031           src/addressbook.[ch]
9032                 auto-address completion now also matches on
9033                 Nickname. patch submitted by Bob Forsman 
9034                 <hammor@users.sourceforge.net>
9035
9036         * src/editaddress.c
9037                 correct a spelling mistake
9038
9039 2002-03-22 [alfons]     0.7.4claws31
9040
9041         * src/pop.c
9042                 fix getting uidl from incorrect string 
9043                 (spotted by Colin)
9044
9045 2002-03-21 [alfons]     0.7.4claws30
9046
9047         * src/pop.c
9048                 more code refactoring
9049                 plug mem leak introduced by delete on server
9050
9051 2002-03-21 [paul]       0.7.4claws29
9052
9053         * sync with 0.7.4cvs11
9054                 see ChangeLog entries 2002-03-20
9055
9056 2002-03-20 [alfons]     0.7.4claws28
9057
9058         * src/inc.c
9059                 apply Colin's patch and refactor
9060
9061 2002-03-20 [paul]       0.7.4claws27
9062
9063         * sync with sylpheed 0.7.4cvs9
9064                 see ChangeLog entry 2002-03-20
9065
9066 2002-03-19 [christoph]  0.7.4claws26
9067
9068         * src/mh.c
9069         * src/procmsg.[ch]
9070         * src/summaryview.c
9071                 revert changes for flag updates
9072                 (does not work correctly and no time to debug)
9073
9074 2002-03-20 [alfons]     0.7.4claws25
9075
9076         * src/pop.c
9077                 refactor should_delete() a little bit 
9078
9079 2002-03-19 [paul]       0.7.4claws24
9080
9081         * src/inc.[ch]
9082           src/pop.c
9083           src/prefs_account.[ch]
9084                 allow the user to leave downloaded mail on the 
9085                 server for n days. Patch submitted by Colin Leroy 
9086                 <colin@colino.net>
9087
9088 2002-02-19 [paul]       0.7.4claws23
9089
9090         * sync with sylpheed 0.7.4cvs8
9091                 see ChangeLog entries 2002-03-19
9092
9093 2002-03-18 [paul]       0.7.4claws22
9094
9095         * sync with sylpheed 0.7.4cvs6
9096                 see ChangeLog entry 2002-03-18
9097
9098 2002-03-18 [paul]       0.7.4claws21
9099
9100         * po/en_GB.po
9101                 add en_GB message catalogue
9102
9103         * src/mbox_folder.c
9104           src/prefs_account.c
9105           src/prefs_actions.c
9106                 correct a few spelling mistakes
9107
9108 2002-03-17 [alfons]     0.7.4claws20
9109
9110         * src/matcher.c
9111                 more stringent checks for NULL params when writing
9112                 filtering actions to a file
9113                 
9114 2002-03-17 [hoa]        0.7.3claws20
9115
9116         * src/news.c
9117                 fixed the count of new messages
9118
9119         * src/compose.c
9120                 fixed the "attachment properties" window
9121
9122 2002-03-17 [paul]       0.7.4claws19
9123
9124         * src/defs.h
9125           src/folder.h
9126           src/news.c
9127           src/prefs_account.[ch]
9128           src/procmsg.[ch]
9129           src/summaryview.c
9130                 automatically mark cross-posted messages as read 
9131                 and (optionally) give them a colour label
9132                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
9133                 
9134
9135 2002-03-17 [paul]       0.7.4claws18
9136
9137         * sync with sylpheed 0.7.4cvs5
9138                 see ChangeLog entry 2002-03-17
9139
9140 2002-03-17 [melvin]     0.7.4claws17
9141         
9142         * src/textview.c
9143                 Worked around a gtktext 'bug': when searching for 
9144                 a text in a long message it was scrolling slowly
9145                 line by line until it hit the searched text.
9146         * po/fr.po
9147                 Updated French translation
9148
9149 2002-03-17 [melvin]     0.7.4claws16
9150
9151         * src/mainwindow.c
9152         * src/compose.c
9153         * src/prefs_actions.c
9154                 Moved "Edit/Actions" to "Tool/Actions"
9155                 Made mainwindow/compose window sensitive as soon as
9156                 no child process is running anymore even if the io dialog
9157                 is open.
9158                 Fixed a struct being initialized with a non constant char*
9159
9160 2002-03-16 [christoph]  0.7.4claws15
9161
9162         * configure.in
9163                 add --with-compiler-flags option
9164                 (only for developer hacking)
9165         * src/mh.c
9166         * src/procmsg.[ch]
9167         * src/summaryview.c
9168                 try to make folder-stats and flag handling more
9169                 independent from the summaryview. msgcounts
9170                 are only set when the folder is opened and
9171                 procmsg_msginfo_(un)set_flags will handle it
9172                 later and summaryview will get the values
9173                 from the folder.
9174
9175 2002-03-16 [paul]       0.7.4claws14
9176
9177         * src/messageview.c
9178                 fix Return-receipt. Patch submitted by Bob
9179                 Woodside <rwoodside1@comcast.net>
9180
9181 2002-03-16 [paul]       0.7.4claws13
9182
9183         * src/compose.c
9184                 fix 'dynamic' signatures, make it work again
9185                 broken during sync on 2002-03-14 (0.7.4claws2)
9186
9187 2002-03-15 [match]      0.7.4claws12
9188
9189         * src/addrharvest.[ch]
9190         * src/addrgather.[ch]
9191         * src/addressbook.[ch]
9192         * src/mainwindow.c
9193                 included address harvester feature. still some
9194                 issues with address parsing that I will fix.
9195
9196 2002-03-15 [match]      0.7.4claws11
9197
9198         * src/addrbook.[ch]
9199         * src/addrcache.[ch]
9200         * src/addressbook.[ch]
9201         * src/addrindex.c
9202         * src/editbook.c
9203         * src/importldif.c
9204         * src/importmutt.c
9205         * src/jpilot.[ch]
9206         * src/main.c
9207         * src/syldap.[ch]
9208         * src/vcard.[ch]
9209                 tidy up. fix memory leaks. moved attribs and methods
9210                 from individual interfaces to addrcache object. prep
9211                 for new stuff to come in.
9212
9213 2002-03-15 [alfons]     0.7.4claws10
9214
9215         * src/matcher.[ch]
9216         * src/matcher_parser_parse.y
9217         * src/matcher_parser_lex.l
9218         * src/prefs_matcher.c
9219                 add filtering conditions message greater than, smaller 
9220                 than, and exactly matching a size in bytes
9221                 (does not work with delete from POP3 server yet)
9222
9223                 this should also give others an idea what you should
9224                 do to add new criterions to claws filtering system
9225                 
9226
9227 2002-03-15 [paul]       0.7.4claws9
9228
9229         * tools/filter_conv.pl
9230                 exit if there are no filter rules to convert
9231                 rename filterrc to filterrc.old after completion
9232
9233 2002-03-15 [paul]       0.7.4claws8
9234
9235         * sync with sylpheed 0.7.4cvs3
9236                 see ChangeLog entry 2002-03-14
9237
9238 2002-03-14 [paul]       0.7.4claws7
9239
9240         * src/compose.c
9241                 clean up the last commit (ahem)
9242
9243 2002-03-14 [paul]       0.7.4claws6
9244
9245         * src/compose.c
9246                 fix bug #515655. honour account preferences
9247                 regarding gpg default signing/encryption when 
9248                 changing account from the compose window.
9249
9250 2002-03-14 [paul]       0.7.4claws5
9251
9252         * src/folderview.c
9253                 remove unnecessary curly brackets
9254
9255 2002-03-14 [paul]       0.7.4claws4
9256
9257         * src/folderview.c
9258           src/prefs_filtering.[ch]
9259                 add filter rename on folder rename and filter
9260                 delete on folder delete. Patch submitted by
9261                 Neill Miller <neillm@thecodefactory.org> 
9262
9263 2002-03-14 [christoph]  0.7.4claws3
9264
9265         * src/procmsg.c
9266         * src/send.c
9267                 fix local delivery
9268                 (patch submitted by "Simon 'corecode' Schubert")
9269         * src/prefs_common.c
9270         * src/procmsg.c
9271                 fix gcc 3.0 warning
9272
9273 2002-03-14 [paul]       0.7.4claws2
9274
9275         * sync with sylpheed 0.7.4cvs2
9276                 see ChangeLog entry 2002-03-13
9277
9278 2002-03-12 [darko]      0.7.4claws1
9279
9280         * src/mainwindow.c
9281                 fix what seems to be a copy and paste error
9282                 when setting color for important messages
9283                 (reported by wwp)
9284
9285 2002-03-11 [paul]       version 0.7.4claws released
9286
9287 2002-03-11 [paul]       0.7.4claws
9288
9289         * po/es.po
9290           po/it.po
9291           po/nl.po
9292           po/pt_BR.po
9293                 update message catalogs. Submitted by Ricardo Mones 
9294                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
9295                 Fabio Junior Beneditto
9296
9297         * configure.in
9298           faq/Makefile.am
9299           faq/it/Makefile
9300           faq/it/sylpheed-faq*
9301           src/mainwindow.c
9302           src/manual.[ch]
9303                 add FAQ in Italian
9304         
9305
9306 2002-03-11 [jens]       0.7.3claws7
9307
9308         * po/de.po
9309                 updated German translation
9310
9311 2002-03-11 [melvin]     0.7.3claws6
9312
9313         * po/fr.po
9314                 updated and corrected French translation
9315
9316 2002-03-10 [hoa]        0.7.3claws5
9317
9318         * src/account.c
9319         * src/inc.c
9320         * src/prefs_account.c
9321         * src/procmsg.c
9322         * src/send.[ch]
9323                 fixed the local account.
9324                 you have to change the default "/usr/sbin/sendmail"
9325                 to "/usr/sbin/sendmail -t" in the preferences of
9326                 the local account.
9327
9328         * src/procmime.c
9329                 removed some debug display for renderer
9330
9331 2002-03-10 [paul]       0.7.3claws4
9332
9333         * faq/en/sylpheed-faq-1.html
9334           faq/en/sylpheed-faq-2.html
9335                 update
9336
9337 2002-03-09 [paul]       0.7.3claws3
9338
9339         * sync with sylpheed 0.7.4
9340                 see ChangeLog entry 2002-03-09
9341
9342 2002-03-08 [paul]       0.7.3claws2
9343
9344         * faq/en/sylpheed-faq*
9345           faq/es/sylpheed-faq*
9346           faq/fr/sylpheed-faq*
9347                 update the FAQs
9348
9349         * manual/fr/.cvsignore
9350           manual/fr/Makefilea.am
9351           manual/fr/sylpheed*
9352           src/mainwindow.c
9353           src/manual.[ch]
9354                 add the French manual
9355
9356 2002-03-07 [paul]       0.7.3claws1
9357
9358         * sync with sylpheed 0.7.3cvs4
9359                 see ChangeLog entries  2002-03-06 and 2002-03-07
9360         
9361         * po/nl.po
9362                 updated by Wilbert Berendsen
9363
9364 2002-03-07 [melvin]     0.7.2claws34
9365
9366         * src/selective_download.c
9367                 Changed the pixmap of the receive button to MAIL_RECEIVE.
9368
9369 2002-03-06 [paul]       0.7.2claws33
9370
9371         * sync with sylpheed 0.7.3cvs1
9372                 bug fix, see ChangeLog entry 2002-03-05
9373
9374 2002-03-05 [paul]       0.7.2claws32
9375
9376         * src/mimeview.c
9377           src/pgptext.[ch]
9378           src/procmsg.c
9379                 reverse the pgp ascii-armored code implemented in 
9380                 0.7.2claws16. removal of this code until it matures.
9381                 this means that verifying ascii-armored pgp sigs and
9382                 automatic decryption of ascii-armored encrypted
9383                 messages no longer works.
9384
9385 2002-03-05 [paul]       0.7.2claws31
9386
9387         * configure.in
9388           Makefile.am
9389         * faq/Makefile.am
9390         * faq/en/Makefile.am
9391           faq/en/sylpheed-faq.html
9392           faq/en/sylpheed-faq-1.html
9393           faq/en/sylpheed-faq-2.html
9394           faq/en/sylpheed-faq-3.html
9395         * faq/es/Makefile.am
9396           faq/es/sylpheed-faq.html
9397           faq/es/sylpheed-faq-1.html
9398           faq/es/sylpheed-faq-2.html
9399           faq/es/sylpheed-faq-3.html
9400           faq/es/sylpheed-faq-4.html
9401         * faq/fr/Makefile.am
9402           faq/fr/sylpheed-faq.html
9403           faq/fr/sylpheed-faq-1.html
9404           faq/fr/sylpheed-faq-2.html
9405           faq/fr/sylpheed-faq-3.html
9406         * src/Makefile.am
9407           src/defs.h
9408           src/mainwindow.c
9409           src/manual.[ch]
9410                 add FAQs in English, Spanish and French
9411
9412
9413 2002-03-05 [paul]       0.7.2claws30
9414
9415         * manual/en/sylpheed.html
9416           manual/en/sylpheed-XX.html
9417                 updated the English manual
9418
9419 2002-03-05 [hoa]        
9420
9421         * src/summaryview.c
9422                 dialog box pops up if the article can't be deleted.
9423
9424 2002-03-04 [paul]       
9425         
9426         * po/pt_BR.po
9427                 updated by Fabio Junior Benedito
9428
9429 2002-03-04 [hoa]
9430
9431         * removed ac/gpgme.m4
9432                 to avoid autogen common problem
9433                 developers have to install gpgme development package now
9434
9435         * src/compose.c
9436                 encoding to 7bit or 8bit is enabled.
9437
9438 2002-03-03 [alfons]     0.7.2claws29
9439
9440         * src/pop.c
9441                 merge fix by Oliver Haertel for selective
9442                 download buglet
9443
9444 2002-03-03 [paul]       0.7.2claws28
9445         
9446         * sync with sylpheed 0.7.3
9447
9448 2002-03-03 [paul]       0.7.2claws27
9449
9450         * sync with sylpheed 0.7.2cvs24
9451                 see ChangeLog entries 2002-03-02 and 2002-03-03
9452
9453 2002-03-02 [melvin]     0.7.2claws26
9454
9455         * src/inc.[ch]
9456         * src/main.c
9457         * src/mainwindow.c
9458         * src/prefs_common.[ch]
9459                 Added user definable notification on new mail arrival.
9460                 Removed unused variables in spell checker prefs code.
9461
9462 2002-03-02 [melvin]     0.7.2claws25
9463
9464         * src/quote_fmt.c
9465                 Removed unnecessary escape sequences.
9466                 Changed 'Initial...' to 'Initials of Sender'
9467
9468 2002-03-02 [paul]       0.7.2claws24
9469
9470         * sync with sylpheed 0.7.2cvs22
9471                 see ChangeLog entry 2002-03-01
9472
9473 2002-03-01 [hoa]        0.7.2claws23
9474
9475         * src/mainwindow.c
9476                 Set sensitivity of delete actions to active
9477                 even if the folder is a newsgroup.
9478
9479         * src/summaryview.c
9480                 - Set sensitivity of delete actions
9481                 - Added function check_permission() that will check if the
9482                   user is authorized to delete a message. For news, it
9483                   will check if the author is the same.
9484                 - Enabled deletion when there is no trash folder.
9485
9486         * src/news.[ch]
9487                 - Added news_cancel_article() to cancel articles
9488                 - Implemented news_remove_message() (public function)
9489
9490 2002-03-01 [paul]       0.7.2claws22
9491
9492         * src/gtkutils.c
9493           src/textview.c
9494                 recognise urls that that don't include 'http://' and
9495                 simply begin 'www.' 
9496
9497         * AUTHORS
9498                 remove duplicated name
9499
9500 2002-02-28 [paul]       0.7.2claws21
9501
9502         * src/mainwindow.c
9503           src/summaryview.[ch]
9504                 add ability to 'Select thread'
9505                 combines Melvin's "Select thread's head" patch (#510907)
9506                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
9507                 patch (#518514) 
9508
9509 2002-02-28 [paul]       0.7.2claws20
9510
9511         * src/mimeview.c
9512                 hopefully fix segfault on right-clicking a mime part
9513                 that some people have experienced.      
9514                 fix submitted by Fredrik Olofsson <frol@linux.nu>
9515
9516 2002-02-28 [paul]       0.7.2claws19
9517
9518         * sync with sylpheed 0.7.2cvs21
9519                 see ChangeLog entries 2002-02-27 and 2002-02-28
9520
9521 2002-02-27 [paul]       0.7.2claws18
9522
9523         * sync with sylpheed 0.7.2cvs18
9524                 see ChangeLog entries 2002-02-26 and 2002-02-27
9525
9526 2002-02-26 [alfons]     0.7.2claws17
9527
9528         * src/procheader.c
9529                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
9530                 (spotted by Chris Hessman <idatech@gmx.net>)
9531
9532 2002-02-26 [paul]       0.7.2claws16
9533
9534         * src/mimeview.c
9535           src/pgptext.[ch]
9536           src/procmsg.c
9537                 make decryption of ascii-armored pgp encrypted messages
9538                 and verification of ascii-armored signatures work again.
9539                 slightly altered from the patch by Jens Jahnke 
9540                 <jan0sch@gmx.net>
9541
9542                 ##FIX ME##
9543                 * the checking of plaintext signatures always comes up in 
9544                   a popup box
9545                 * it doesn't work for multipart messages 
9546                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
9547                   including the msg headers and these 2 line themselves, are 
9548                   not displayed
9549
9550         * src/mainwindow.c
9551                 "View/Folder Tree" becomes "View/Separate Folder Tree"
9552                 "View/Message View" becomes "View/Separate Message View"
9553                 because its less ambiguous.
9554
9555         * po/es.po
9556                 updated by Ricardo Mones Lastra
9557
9558 2002-02-26 [paul]       0.7.2claws15
9559
9560         * sync with sylpheed 0.7.2cvs17
9561                 see ChangeLog entries 2002-02-25 and 2002-02-26
9562
9563 2002-02-25 [christoph]  0.7.2claws14
9564
9565         * src/filtering.[ch]
9566         * src/inc.c
9567                 do filtering stuff after all messages have been received
9568                   1. drop all messages to .processing
9569                   2. scan processing folder for messages
9570                   3. filter messages or move to inbox
9571                 this will also find old messages left in processing after
9572                 a crash or something like that and we get a real msginfo
9573                 from folder->get_msg_list and do not have to create our
9574                 own in filter_message
9575         * src/matcher_parser_parse.y
9576                 remove MIX/MAX warning (reordered includes)
9577
9578 2002-02-25 [paul]       0.7.2claws13
9579
9580         * sync with sylpheed 0.7.2cvs15
9581                 see ChangeLog entry 2002-02-24
9582
9583 2002-02-24 [alfons]     0.7.2claws12
9584
9585         * src/filtering.c
9586                 clear old color flags first when applying a new color to
9587                 a message info. 
9588                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
9589
9590 2002-02-24 [alfons]     0.7.2.claws11
9591         
9592         * AUTHORS
9593         * src/prefs_common.c
9594                 add presets for Opera and Konqueror, closes patch #517261,
9595                 submitted by Ville Skyttä <scop@users.sourceforge.net>
9596
9597 2002-02-24 [alfons]     0.7.2.claws10
9598
9599         * AUTHORS
9600         * src/summaryview.c
9601                 fix threading for null message ids, closes patch #521601,
9602                 submitted by Bob Forsman <hammor@users.sourceforge.net>
9603
9604 2002-02-24 [alfons]     0.7.2claws9
9605
9606         * src/summaryview.c
9607         * src/filtering.c
9608                 make Tool | Filter Message work with filtering system so
9609                 setting flags also works
9610
9611                 TODO:
9612
9613                 - Processing uses the same function as Tool | Filter
9614                   Message, but doesn't use the same update proc yet
9615
9616 2002-02-23 [paul]       0.7.2claws8
9617
9618         * sync with sylpheed 0.7.2cvs14
9619                 see ChangeLog entries 2002-02-22 and 2002-02-23
9620
9621 2002-02-22 [christoph]  0.7.2claws7
9622
9623         * src/quote_fmt.c
9624                 Add column space to table
9625         * src/quote_fmt_parse.y
9626                 Close files
9627
9628 2002-02-22 [paul]       0.7.2claws6
9629
9630         * src/Makefile.am
9631           src/defs.h
9632           src/filtering.c
9633           src/inc.[ch]
9634           src/mainwindow.c
9635           src/matcher.[ch]
9636           src/matcher_parser_lex.l
9637           src/matcher_parser_parse.y
9638           src/pop.[ch]
9639           src/prefs_account.h
9640           src/prefs_filtering.c
9641           src/selective_download.[ch]   *** NEW FILES ***
9642           src/utils.[ch]
9643           po/POTFILES.in
9644                 Selective Download added to 'Tool' menu. 
9645                 Retrieves email headers of the currently selected pop3 
9646                 account and allows the user to mark emails for deletion 
9647                 right on the pop3 server. Patch submitted by Oliver Haertel 
9648                 <oha@users.sourceforge.net>.
9649         
9650         * po/POTFILES.in
9651                 add 'src/quote_fmt.c'           
9652
9653 2002-02-22 [christoph]  0.7.2claws5
9654
9655         * src/Makefile.am
9656                 added quote_fmt.c
9657         * src/prefs_common.[ch]
9658         * src/prefs_template.c
9659         * src/quote_fmt.c               *** NEW FILE ***
9660         * src/quote_fmt.h
9661                 move quote format symbol description code
9662                 to it's own file because it is used from
9663                 differnent code parts
9664                 Rewrote symbol description GUI
9665                   + use table
9666                   + add separators
9667                   + get data from array (no more long constant strings)
9668         * src/quote_fmt_lex.l
9669         * src/quote_fmt_parse.y
9670                 Symbol for Literal % changed to \% instead of %%
9671                 (More logical as \ is used for quoting for other symbols)
9672                 Add |f and |p to include files and program output
9673                 Examples:
9674                     |f{/home/.../.signature}
9675                     |p{date}
9676         * po/de.po
9677                 Correct wrong spelling for "Referenzen"
9678
9679 2002-02-21 [paul]       0.7.2claws4
9680
9681         * src/procmsg.c
9682                 forgotten during sync
9683
9684 2002-02-21 [paul]       0.7.2claws3
9685
9686         * sync with sylpheed 0.7.2cvs11
9687                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
9688                 2002-02-20 and 2002-02-21
9689
9690 2002-02-20 [melvin]     0.7.2claws2
9691
9692         * src/prefs_actions.c
9693                 Added error report when child cannot fork or when execvp 
9694                 returns with an error.
9695
9696 2002-02-19 [christoph]  0.7.2claws1
9697
9698         * src/codeconv.c
9699                 return unconverted text if conde conversion is not possible
9700                 when libjconv is used.
9701                 (patch submitted by "Simon 'corecode' Schubert")
9702
9703 2002-02-19 [paul]       
9704
9705         * version 0.7.2claws release
9706
9707 2002-02-19 [paul]       0.7.2claws
9708
9709         * po/nl.po
9710                 updated by Wilbert Berendsen
9711
9712
9713 2002-02-18 [alfons]     0.7.1claws13
9714
9715         * src/syldap.c
9716         * src/jpilot.c
9717                 remove references to dlfcn and explicitly loading functions
9718                 from dynalink libs, because libs linked anyway, and functions
9719                 are loaded explicitly
9720
9721 2002-02-17 [melvin]     0.7.1claws12
9722
9723         * src/prefs_actions.c
9724                 Replaced children wait loop with double fork technique.
9725                 Now, input/output window updated at each new output.
9726                 free_children(): Fixed a memory leak.
9727                 Made input/output window non closable if running children
9728                 still exist.
9729                 Added missing <unistd.h> include.
9730                 Added some --debug outputs.
9731
9732 2002-02-17 [melvin]     0.7.1claws11
9733
9734         * src/summaryview.c
9735                 Fixed bug where descending sort order did not select top
9736                 message.
9737
9738 2002-02-17 [melvin]     0.7.1claws10
9739
9740         * acconfig.h
9741                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
9742         * src/prefs_common.c
9743                 Pspell data package directory no more hard coded but
9744                 set during configuration (PSPELL_PATH). (Thanks to 
9745                                 Gustavo Noronha Silva.)
9746
9747 2002-02-17 [melvin]     0.7.1claws9
9748
9749         * configure.in
9750                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
9751         * src/gtkspell.c
9752                 Fixed compile-time warnings.
9753
9754 2002-02-16 [alfons]     0.7.1claws8
9755
9756         * src/filesel.c
9757                 fix inadvertent free of NULL pointer which caused
9758                 sylpheed to crash when closing the save-as dialog
9759                 using the window close button
9760
9761 2002-02-16 [carsten]    0.7.1claws7
9762         * src/mainwindow.[ch]
9763           src/summaryview.c
9764           src/prefs_common.c
9765                 fixes for pixmap theming code:
9766                         - recently changed mail attributes shouldn't get
9767                           lost any longer
9768                         - theme is only reloaded iff another theme was
9769                           selected
9770
9771 2002-02-16 [paul]       0.7.1claws6
9772
9773         * sync with sylpheed 0.7.2 release
9774                 see ChangeLog entry 2002-02-15 and 2002-02-16
9775
9776 2002-02-15 [paul]       0.7.1claws5
9777
9778         * sync with sylpheed 0.7.1cvs9
9779                 see ChangeLog entry 2002-02-15
9780
9781         * po/POTFILES.in
9782                 remove unneeded headerwindow.c entry
9783
9784 2002-02-14 [carsten]    0.7.1claws4
9785         * src/summaryview.c
9786                 fixed a bug for "Go to next unread message": there was
9787                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
9788                 in the prefs, because of doing "Search again" instead
9789                 "No"
9790
9791 2002-02-14 [carsten]    0.7.1claws3
9792         * src/stock_pixmap.c
9793                 removed 2 more mem leaks; following memprof,
9794                 this code is "leak free" now :)
9795
9796 2002-02-14 [carsten]    0.7.1claws2
9797         * src/stock_pixmap.c
9798                 used opendir/readdir/closedir instead of scandir
9799                 -> code should work now on Solaris
9800
9801 2002-02-14 [paul]       0.7.1claws1
9802
9803         * sync with sylpheed 0.7.1cvs8
9804                 see ChangeLog entries 2002-02-13 and 2002-02-14
9805
9806         * README.claws
9807                 add some description of Actions and Pixmap Themes
9808
9809 2002-02-13 [paul]       
9810
9811         * version 0.7.1claws release
9812
9813 2002-02-13 [paul]       0.7.1claws
9814
9815         * po/es.po
9816           po/it.po
9817           po/pt_BR.po
9818                 updated translations, submitted by Ricardo Mones Lastra,
9819                 Alessandro Maestri and Fabio Junior Beneditto
9820
9821 2002-02-13 [melvin]     0.7.0claws75
9822
9823         * src/prefs_actions.c
9824                 Added missing "signal.h" include
9825
9826 2002-02-13 [melvin]     0.7.0claws74
9827
9828         * src/prefs_folder_item.c
9829                 Added missing "config.h" include
9830         * po/fr.po
9831                 Updated French translation for folder propriety.
9832
9833 2002-02-13 [jens]       0.7.0claws73
9834
9835         * po/POTFILES.in
9836                 Added missing src/prefs_folder_item.c [log added by melvin]
9837         * po/de.po
9838                 Updated German translation.
9839
9840 2002-02-13 [melvin]     0.7.0claws72
9841
9842         * po/fr.po
9843                 Updated French translation.
9844
9845 2002-02-13 [melvin]     0.7.0claws71
9846
9847         * src/gtkutils.c
9848                 Made gtkut_editable_get_selection return NULL if selection
9849                 is of length zero.
9850                 This fixes a bug where selecting part of message A then
9851                 switching to message B and replying to it will not
9852                 quote the message's body.
9853
9854 2002-02-12 [paul]       0.7.0claws70
9855
9856         * src/mainwindow.c
9857                 cosmetic, relating to pixmap themes: on toolbar make 
9858                 updating of 'Exec' and 'Compose news/Compose email'
9859                 icons faster.
9860
9861 2002-02-12 [carsten]    0.7.0claws69
9862         * src/folderview.c
9863           src/mainwindow.[ch]
9864           src/stock_pixmap.c
9865           src/summaryview.c
9866           src/prefs_common.c
9867                 - refreshing after changing pixmap theme better
9868                   now (thanks Paul)
9869                 - wanted to remove some mem leaks, but alfons was
9870                   faster (and had the better solution ;)
9871
9872 2002-02-12 [alfons]     0.7.0claws68
9873
9874         * src/prefs_common.c
9875         * src/stock_pixmap.[ch]
9876                 plug mem leaks, refactor code a little bit
9877
9878
9879 2002-02-12 [sergey]     0.7.0claws67
9880
9881         * src/imap.c
9882                 Fixed problem with copying messages to IMAP folders when the
9883                 server uses something other than '/' as a namespace separator
9884                 (cyrus-imapd uses '.').
9885
9886 2002-02-12 [jens]       0.7.0claws66
9887
9888         * po/de.po
9889                 Updated German Translation
9890
9891 2002-02-12 [paul]       0.7.0claws65
9892
9893         * sync with sylpheed 0.7.1cvs1
9894                 see ChangeLog entry 2002-02-12
9895
9896 2002-02-12 [melvin]     0.7.0claws64
9897
9898         * src/prefs_actions.c
9899                 Fixed "feature" where children's output was duplicated 
9900                 instead of refreshed while monitoring.
9901                 Removed some debug code.
9902
9903 2002-02-12 [christoph]  0.7.0claws63
9904
9905         * src/compose.c
9906                 always delete message from queue after sending/send error
9907                 (closes bug #509601)
9908
9909 2002-02-12 [melvin]     0.7.0claws62
9910
9911         * src/prefs_actions.c
9912                 Children wait loop is now triggered with a timeout of 1s
9913                 Added %F which is replaced with the list of filenames 
9914                 of all selected messages (as suggested by Ricardo Mones Lestra)
9915                 Pipe syntax changed. Prefix with | to send selection, postfix
9916                 with | to retrieve output. Prefix with > or * to send
9917                 user definable input to the command (*: input is hidden)
9918                 Old pipe action should now be postfixed with |, too.
9919
9920 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
9921         * src/stock_pixmap.c
9922                 fixed a bug: if there's no theme directory don't
9923                 throw an error, just do "nothing" (thanks Alfons)
9924
9925 2002-02-12 [carsten]    0.7.0claws60
9926         * src/folderview.c
9927           src/summaryview.c
9928                 had to write the cache twice (nasty!); some marks would 
9929                 get lost if not
9930
9931 2002-02-11 [carsten]    0.7.0claws59
9932         * acconfig.h
9933           configure.in
9934           doc-src/maintainer_guide.txt
9935           src/compose.[ch]
9936           src/defs.h
9937           src/folderview.[ch]
9938           src/gtkutils.[ch]
9939           src/mainwindow.[ch]
9940           src/prefs_common.[ch]
9941           src/stock_pixmap.[ch]
9942           src/summaryview.[ch]
9943                 pixmap theming and related work on pixmap
9944                 handling on some other places
9945                 (e.g. hrm features for all folder)
9946           src/pixmap/stock_*.xpm -> the stock_ was removed
9947         
9948 2002-02-11 [paul]       0.7.0claws58
9949
9950         * sync with sylpheed 0.7.1 release
9951                 see ChangeLog entries 2002-02-11
9952
9953 2002-02-08 [paul]       0.7.0claws57
9954
9955         * sync with sylpheed 0.7.0cvs39
9956                 see ChangeLog entry 2002-02-07 (last entry) 
9957
9958         * src/prefs_actions.c
9959           src/prefs_filtering.c
9960           src/prefs_matcher.c
9961           src/prefs_scoring.c
9962                 sync: made it compile with C compilers other than gcc
9963
9964 2002-02-07 [paul]       0.7.0claws56
9965
9966         * sync with sylpheed 0.7.0cvs38
9967                 see ChangeLog entries 2002-02-06 (last 2 entries) and
9968                 2002-02-07
9969
9970 2002-02-07 [darko]      0.7.0claws55
9971
9972         * src/gtkutils.[ch]
9973         * src/summaryview.c
9974                 Fix const gchar */gchar * issue (thanks Hiro)
9975
9976 2002-02-07 [darko]      0.7.0claws54
9977
9978         * src/compose.[ch]
9979         * src/filtering.c
9980         * src/gtkutils.[ch]
9981         * src/prefs_template.c
9982         * src/quote_fmt.h
9983         * src/quote_fmt_parse.y
9984         * src/summaryview.c
9985         * src/utils.[ch]
9986                 When replying or forwarding an email don't quote the entire
9987                 mail body but use the part of the message text that is selected
9988
9989 2002-02-06 [melvin]     0.7.0claws53
9990
9991         * src/prefs_common.[ch]
9992         * src/gtkspell.[ch]
9993         * src/compose.c
9994                 Made possible to switch quickly to last used dictionary
9995                 which makes checking bilingual documents easier.
9996
9997 2002-02-06 [melvin]     0.7.0claws52
9998         
9999         * po/POTFILES.in
10000                 Added forgotten new file src/prefs_actions.c
10001
10002 2002-02-06 [melvin]     0.7.0claws51
10003
10004         * src/prefs_actions.c   ** NEW FILE **
10005         * src/prefs_actions.h   ** NEW FILE **
10006                 Added actions to execute on message text view, or on the
10007                         message's file.
10008         * src/Makefile.am
10009                 Added src/prefs_actions.[ch]
10010         * src/compose.c
10011                 Added new menu "Edit/Actions"
10012         * src/defs.h
10013                 Added new actionsrc file.
10014         * src/main.c
10015                 Added actionsrc reading.
10016         * src/mainwindow.c
10017                 Added new menus "Edit/Actions" and "Configuration/Actions..."
10018         * src/prefs_common.h
10019                 Added new element actionslst element to prefs_common.
10020
10021 2002-02-06 [paul]       0.7.0claws50
10022
10023         * sync with sylpheed 0.7.0cvs36
10024                 see ChangeLog entry 2002-02-06
10025
10026 2002-02-05 [paul]
10027
10028         * po/es.po
10029                 updated by Ricardo Mones Lastra
10030
10031 2002-02-05 [paul]       0.7.0claws49
10032
10033         * sync with sylpheed 0.7.0cvs33
10034                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
10035
10036 2002-02-05 [paul]       0.7.0claws48
10037
10038         * src/compose.c
10039                 re-add 'Edit/Advanced/Delete entire line', previously named
10040                 'Delete Line+'
10041
10042 2002-02-04 [paul]       0.7.0claws47
10043
10044         * src/compose.c
10045           src/summaryview.c
10046                 fix bug #494993 (Reply All not taking Reply-To into consi)
10047                 eliminate differences in behaviour of right-click 'Reply to all' 
10048                 in summary view and 'Reply to all' on the toolbar. 
10049                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
10050                 view and From gets ignored by 'Reply to all' on toolbar.
10051                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
10052                 From when no Reply-To header is present.
10053
10054 2002-02-04 [paul]       0.7.0claws46
10055
10056         * sync with sylpheed 0.7.0cvs30
10057                 see ChangeLog entries 2002-02-03 and 2002-02-04
10058
10059 2002-02-03 [melvin]     0.7.0claws45
10060
10061         * src/gtkspell.[ch]
10062                 Readded function to highlight all misspelled words.
10063                 Fixed bug where user-provided-words did not replace
10064                         correctly the misspelled word when using the mouse.
10065                 Fixed bug where checking a region selected from right to left did
10066                         not check the region at all.
10067                 Fixed bug where 'Check backwards' may not check at all. 
10068                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
10069                 Fixed possible buffer overflow when checking for long strings (>1k).
10070                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
10071                 Accelerators code uses now gtk_widget_add_accel.
10072                 Removed and disabled obsolete and unfinished code.
10073                 Cleaning up.
10074
10075         * src/compose.c
10076                 Added menu item to Highlight all misspelled words.
10077
10078 2002-02-01 [paul]       0.7.0claws44
10079
10080         * src/mainwindow.c
10081                 fix '/View/Hide read messages' sensitivity when all
10082                 messages in a folder are hidden
10083
10084 2002-02-01 [paul]       0.7.0claws43
10085
10086         * src/main.c
10087                 add --send option to command line interface, sends all
10088                 queued mail. Patch submitted by Ricardo Mones Lastra.
10089
10090 2002-01-31 [paul]       0.7.0claws42
10091
10092         * src/mainwindow.c
10093                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
10094
10095 2002-01-31 [paul]       0.7.0claws41
10096
10097         * sync with sylpheed 0.7.0cvs27
10098                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
10099                 and 2002-01-31
10100
10101         * src/textview.c
10102                 comment out elements of textview_show_part() as temporary
10103                 workaround for attachment 'Display as text' bug 
10104
10105         * po/pt_BR.po
10106                 updated by Fabio Junior Beneditto
10107
10108 2002-01-30 [paul]       0.7.0claws40
10109
10110         * sync with sylpheed 0.7.0cvs24
10111                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
10112                 and 2002-01-30
10113
10114         * src/compose.c
10115                 add {N_("/_Spelling"), ... "<Branch>"} to 
10116                 GtkItemFactoryEntry compose_entries[]
10117
10118         * src/prefs_common.c
10119                 add claws menu items to prefs_keybind_apply_clicked()
10120                 and remove non-claws menu items
10121
10122 2002-01-29 [paul]       0.7.0claws39
10123
10124         * sync with sylpheed 0.7.0cvs22
10125                 see ChangeLog entries 2002-01-28 and 2002-01-29
10126
10127 2002-01-28 [melvin]     0.7.0claws38
10128
10129         * src/compose.c
10130                 Added the declartion of compose_send_control_enter.
10131
10132         * src/compose.c
10133         * src/gtkspell.[ch]
10134                 Added in a 'Spelling' menu which includes the configuration menu. 
10135                 Added a real 'Check all' and got rid from the old one which only
10136                 highlited misspelled word.
10137                 Made 'Check while typing' a disableable option.
10138                 Added a dialog when there are no more misspelled word.
10139                 Added a dialog if error occurs when switching to a dictionary.
10140         
10141         * src/prefs_common.[ch]
10142                 Added option for the default 'Check while typing' option.
10143
10144
10145 2002-01-28 [alfons]     0.7.0claws37
10146
10147         * src/compose.c
10148                 fix buglet and make code comply with sylpheed code style
10149
10150 2002-01-28 [paul]       0.7.0claws36
10151
10152         * sync with sylpheed 0.7.0cvs19
10153                 see ChangeLog entries for 2002-01-28
10154
10155 2002-01-28 [hoa]        0.7.0claws35
10156
10157         * src/defs.h
10158                 added rendererrc
10159
10160         * src/main.c
10161                 read the renderer config
10162
10163         * src/procmime.[ch]
10164                 use the renderer config to convert mime attachments
10165
10166         * src/textview.c
10167                 don't use textview_show_html/ertf,
10168                 use get_text_content instead
10169
10170 2002-01-27 [alfons]     0.7.0claws34
10171         
10172         * src/news.c
10173                 make sylpheed believe it can delete a news message...
10174                 (messages are NOT deleted, maybe we should remove
10175                 processing from the folder properties after all.)
10176
10177 2002-01-27 [alfons]     0.7.0claws33
10178
10179         * src/folder.c
10180                 add extra checks
10181         * src/news.c
10182                 implement remove_msg() 
10183
10184 2002-01-27 [alfons]     0.7.0claws32
10185
10186         * src/procmsg.h
10187         * src/procheader.c
10188         * src/messageview.c
10189                 fix return receipt / disposition notification again. this
10190                 stuff seems to break on _every_ major summary UI change, so
10191                 it's now implemented using a flag which is saved in the
10192                 marks cache
10193                 
10194 2002-01-26 [alfons]     0.7.0claws31
10195
10196         * src/import.c
10197                 let import dialog show the destination folder identifier
10198
10199 2002-01-26 [melvin]     0.7.0claws30
10200
10201         * src/folderview.c
10202         * src/summaryview.c
10203                 Readded 'Mark all read' into summary view popup menu
10204                 Added 'Mark all read' in folder view popup menu for IMAP
10205                 and NNTP.
10206                 Made it insensitive if the selected folder is not the shown
10207                 one to avoid 'Mark all read' on the wrong folder.
10208                 
10209 2002-01-26 [paul]       0.7.0claws29
10210
10211         * src/folderview.c
10212           src/summaryview.c
10213                 move 'Mark all read' from summary view to folder view
10214                 menu. (adapted from) patch submitted by Jeremy Andrews,
10215                 <lists@kerneltrap.com>
10216
10217 2002-01-25 [alfons]     0.7.0claws28
10218
10219         * src/gtkstext.c
10220                 put the gtk class name back so GtkSText adapts the 
10221                 settings of GtkText
10222
10223 2002-01-25 [alfons]     0.7.0claws27
10224
10225         * src/folderview.c 
10226                 assimilate Ricardo's patch that shows pixmaps instead of
10227                 plain "new" and "unread" texts in the folder view column
10228                 headers 
10229
10230 2002-01-25 [paul]       0.7.0claws26
10231
10232         * src/Makefile.am
10233                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
10234                 be found in non-standard locations. 
10235                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
10236
10237 2002-01-25 [paul]       0.7.0claws25
10238
10239         * sync with sylpheed 0.7.0cvs16
10240                 see ChangeLog entry 2002-01-25
10241
10242 2002-01-24 [paul]       0.7.0claws24
10243
10244         * more sync with sylpheed 0.7.0cvs15
10245                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
10246
10247 2002-01-23 [sergey]     0.7.0claws23
10248
10249         * src/importldif.c
10250                 Fixed segfault when closing LDIF import wizard with
10251                 the window manager.
10252         * src/imageview.c
10253         * src/imageview.h
10254         * src/messageview.c
10255         * src/mimeview.c
10256                 Fixed wrong scrolling position after switching between
10257                 text and image parts.
10258
10259 2002-01-23 [paul]       0.7.0claws22
10260
10261         * sync with sylpheed 0.7.0cvs15
10262                 see ChangeLog entries 2002-01-22 and 2002-01-23
10263
10264 2002-01-21 [melvin]     0.7.0claws21
10265
10266         * src/prefs_scoring.c
10267         * src/prefs_filtering.c
10268                 Fixed bug where scoring and filtering windows stopped
10269                 autochecking.
10270
10271 2002-01-21 [paul]       0.7.0claws20
10272
10273         * sync with sylpheed 0.7.0cvs12
10274                 see ChangeLog entries 2002-01-20 and 2002-01-21
10275
10276 2002-01-21 [carsten]    0.7.0claws19
10277         * src/mainwindow.c
10278         * src/menu.[ch]
10279         * src/messageview.[ch]
10280         * src/summaryview.[ch]
10281                 changes to shortcuts handling again:
10282                         + "Q" now controled by mainwin
10283                         + v/V are now customizable and have slightly
10284                           different meanings
10285                 the "button" to minimize the messageview (and maximize
10286                 the summary view) is a real button now
10287         * src/compose.c
10288                 "Delete Line+" added to Edit/Advanced (this will also
10289                 delete the '\n')
10290
10291 2002-01-20 [melvin] 0.7.0claws18
10292
10293         * src/addressbook.c
10294                 Made "Bcc" sensitive when addressbook is called from
10295                 compose window (it was a Claws only bug).
10296
10297 2002-01-19 [alfons] 0.7.0claws17
10298
10299         * src/inc.c
10300                 prevent unnecessary updates when currently selected folder has
10301                 no new messages 
10302
10303 2002-01-19 [alfons] 0.7.0claws16
10304         
10305         * src/summaryview.c
10306                 prevent writing the cache based on current message list in summary 
10307                 view when filtering also put messages in currently selected folder
10308
10309 2002-01-19 [paul]
10310
10311         * po/it.po
10312                 Italian translation submitted by Alessandro Maestri
10313                 <a.maestri@cs.tin.it>
10314
10315 2002-01-18 [melvin]     0.7.0claws15
10316
10317         * src/prefs_filters.c
10318                 fixed bug where 'cancel' from 'filters' window stops autochecking
10319                 if the timer timed out  when the window was open.
10320
10321 2002-01-18 [match]      0.7.0claws14
10322
10323         * src/addrclip.[ch]     ** NEW FILE **
10324         * src/addrselect.[ch]   ** NEW FILE **
10325         * src/adbookbase.h      ** NEW FILE **
10326                 addressbook cut, copy and paste
10327         * src/addrbook.[ch]
10328         * src/addrcache.[ch]
10329         * src/addressitem.h
10330         * src/addrindex.[ch]
10331         * src/addritem.[ch]
10332         * src/importldif.c
10333         * src/importmutt.c
10334         * src/jpilot.[ch]
10335         * src/syldap.[ch]
10336         * src/vcard.[ch]
10337         * src/jpilot.[ch]
10338         * src/editbook.c
10339         * src/editjpilot.c
10340         * src/editldap.c
10341         * src/editvcard.c
10342                 support for copy/paste
10343         * src/addressbook.c
10344                 support for copy/paste
10345                 tidy up menu option processing
10346                 correct address list function arguments
10347         * src/editaddress.c
10348                 sort user attributes
10349         * src/ldif.h
10350         * src/mutt.h
10351                 tidy up
10352
10353         * src/addrbook.[ch]
10354         * src/addrbook.[ch]
10355         * src/addrbook.[ch]
10356                 
10357
10358 2002-01-18 [paul]       0.7.0claws13
10359
10360         * sync with sylpheed 0.7.0cvs8
10361                 configure.in: support Mac OS X (Darwin)
10362
10363 2002-01-18 [carsten]    0.7.0claws12
10364         * src/html.c
10365                 small hack to fix a segfault with an empty href
10366                 (reported by Alexandra Walford <deeni@altern.org>)
10367         * src/mainwindow.c
10368         * src/summaryview.c
10369                 the shortcuts for Mark und Mark as unread are hardcoded
10370                 again
10371         * src/compose.c
10372         * src/gtkstext.[ch]
10373                 readded the shortcuts in gtkstext but made them
10374                 customizeable (simply by adding a menu plus a wrapper
10375                 to compose.c)
10376
10377 2002-01-17 [melvin]     0.7.0claws11
10378
10379         * src/gtkspell.c
10380                 fix default dictionary not being saved.
10381
10382 2002-01-16 [darko]      0.7.0claws10
10383
10384         * src/compose.c
10385                 fix wrapping crash with URL longer than wrapping margin
10386
10387 2002-12-08 [hoa]        0.7.0claws10
10388
10389         * src/matcher_parser_parse.y
10390                 fixed some bugs
10391
10392         * src/prefs_filtering.c
10393                 now, we can use bounce action in the dialog box.
10394
10395 2002-01-16 [carsten]    0.7.0claws9
10396         * src/gtkstext.c
10397                 removed the <control> and <alt> shortcuts because they're
10398                 not needed and interefered with the "normal" shortcuts
10399         * src/mainwindow.c
10400         * src/summaryview.c
10401                 removed most of the hardcoded shortcuts and assigned
10402                 them to menu entries making them easy customizable by
10403                 that
10404
10405 2002-01-16 |melvin]     0.7.0claws8
10406
10407         * src/gtkspell.c
10408                 fixed bug where using the mouse and when the compose
10409                 window is not on top may result in a crash.
10410
10411 2002-01-16 [melvin]     0.7.0claws7
10412
10413         * src/compose.c
10414                 fixed a long standingspell checker bug which could 
10415                 cause a crash after sending a message.
10416
10417 2002-01-16 [paul]       0.7.0claws6
10418
10419         * sync with sylpheed 0.7.0cvs7
10420                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
10421                 2002-01-15, and 2002-01-16
10422
10423 2002-01-16 [melvin]     0.7.0claws5
10424
10425         * README.claws
10426         * src/compose.c
10427         * src/gtkspell.[ch]
10428         * src/main.c
10429                 Heavily modified spell checker code to work around
10430                 ispell bug, to add keyboard shortcuts and for future
10431                 enhancements. See README.claws for usage information.
10432
10433 2002-01-15 [alfons]     0.7.0claws4
10434         
10435         * src/summaryview.c
10436                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
10437                 so sorting within threads reflects sort mode
10438
10439 2002-01-15 [christoph]  0.7.0claws3
10440
10441         * src/procmsg.c
10442                 added alertpanel if mail sending failed
10443
10444 2002-01-15 [alfons]     0.7.0claws2
10445         
10446         * src/prefs_filtering.c
10447                 don't stop timer when prefs filtering dialog is opened
10448
10449 2002-01-14 [alfons]     0.7.0claws1
10450
10451         * src/addr_compl.c
10452         * src/prefs.c
10453                 remove debug_print()s for privacy reasons
10454
10455 2002-01-14 [darko]      0.7.0claws
10456
10457         * README.claws
10458                 quotation wrapping is now also in the main branch
10459
10460 2002-01-14 [paul]
10461
10462         * tools/filter_conv.pl
10463                 allow for Boolean Op and case-sensitivity
10464                 this file is included in the release and tagged
10465                 'rel_0_7_0'
10466
10467 2002-01-13 [paul]       0.7.0claws
10468
10469         * release 0.7.0, with cvs tag 'rel_0_7_0'
10470
10471 2002-01-13 [paul]
10472
10473         * tools/filter_conv.pl
10474         * tools/README
10475                 rewritten to output to matcherrc instead of filteringrc
10476
10477         * po/es.po
10478                 updated Spanish translation by Ricardo Mones Lastra
10479
10480 2002-01-13 [alfons]
10481
10482         * po/nl.po
10483                 update dutch translation
10484
10485 2002-01-13 [paul]
10486
10487         * po/pt_BR.po
10488                 Updated by Fabio Junior Beneditto 
10489
10490 2002-01-13 [melvin]     0.6.6claws53
10491
10492         * po/fr.po
10493                 Updated french translation
10494
10495 2002-01-12 [alfons]     0.6.6claws52
10496
10497         * src/filtering.c
10498                 plug mem leak that has been sitting there for ages              
10499
10500 2002-01-12 [alfons]     0.6.6claws51
10501
10502         * src/summaryview.c
10503                 undo melvin's changes from 0.6.6claws48 because summary
10504                 view now refuses to select first unread message when
10505                 selecting a folder 
10506
10507 2002-01-11 [alfons]     0.6.6claws50
10508
10509         * src/import.c
10510                 use claws' semantics for getting folder item when
10511                 importing an mbox file into a folder 
10512                 (submitted by Dale P. Smith)
10513
10514 2002-01-11 [christoph]  0.6.6claws49
10515
10516         * src/prefs.h
10517                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
10518                 toggle widget, because non static prefs can not use
10519                 prefs_set_* functions
10520         * src/prefs_account.c
10521                 toggle smtp auth password field sensitivity if
10522                 user id is empty and add descrition of usage for
10523                 these fields
10524         * src/prefs_folder_item.c
10525                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
10526                 callbacks
10527
10528 2002-01-11 [melvin]     0.6.6claws48
10529
10530         * src/compose.c
10531                 fix the 'Ctrl-Enter' feature for sending and test really
10532                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
10533                 editables which was not documented in Gtk)
10534
10535         * src/summaryview.c
10536                 Made summaryview refresh after sorting and not before.
10537
10538 2002-01-11 [christoph]  0.6.6claws47
10539
10540         * src/compose.c
10541                 select account from account ids if possible and
10542                 correctly set save folder for copy in reedit
10543
10544 2002-01-10 [paul]       0.6.6claws46
10545
10546         * sync with sylpheed 0.7.0 release
10547                 see ChangeLog entries 2002-01-07, 2002-01-08 and
10548                 2002-01-09
10549
10550 2002-01-09 [alfons]
10551
10552         * src/summaryview.c
10553                 remove more dirt traces...
10554
10555 2002-01-09 [alfons]
10556         
10557         * src/summaryview.c
10558                 clean up some traces of my debugging stuff
10559
10560 2002-01-09 [alfons]     0.6.6claws45
10561
10562         * src/filtering.c
10563                 break up filteringprop_apply() in three separate pieces
10564                 so we can drop messages that failed processing in the
10565                 inbox
10566
10567         * src/summaryview.c
10568                 fix bug #469598 "no refresh of inbox after filter" which 
10569                 was introduced by the new summary view locking, and which 
10570                 prevented the summary view to update after a manual filter 
10571                 message. claw's filter message requires a summary_show().
10572                 (aargh, summary_show() again! :-)
10573                 
10574 2002-01-07 [alfons]     0.6.6claws44
10575
10576         * src/headerwindow.c
10577         * src/logwindow.c
10578         * src/messageview.c
10579         * src/sourcewindow.c
10580                 bring in Hiro's last 0.7.0 wm class fixes
10581
10582         * tools/sylprint.pl
10583                 bring in Ricardo's fix for sylprint script
10584
10585         * AUTHORS       
10586         * src/rfc2015.[ch]
10587         * src/prefs_common.[ch]
10588         * src/prefs_account.[ch]
10589         * src/compose.c
10590                 clean up account preference poison in rfc2015,
10591                 and preparation to fix double sign bug 
10592                 (patch submitted by Simon 'corecode' Schubert)
10593
10594 2002-01-07 [christoph]  0.6.6claws43
10595
10596         * src/mh.c
10597                 search for free message number, do not only rely
10598                 on last_num
10599         * src/send.c
10600                 fix smtp auth and use extra account information
10601                 if available, if not use pop3 data instead
10602                 (closes bug #500341)            
10603         * src/ssl.[ch]
10604                 match coding style
10605
10606 2002-01-06 [alfons]     0.6.6claws42
10607
10608         * src/mainwindow.c
10609                 try making the separate windows work again...
10610
10611 2002-01-06 [alfons]     0.6.6claws41
10612
10613         * src/mainwindow.c
10614                 adapt Hiro's separate window menu (to get rid of the funny
10615                 duplicate menu items), and make it work again
10616
10617 2002-01-06 [alfons]     0.6.6claws40
10618
10619         * tools/Makefile.am
10620         * tools/sylprint.rc
10621         * tools/sylprint.pl
10622         * tools/README.sylprint
10623                 add sylprint script for printing mails from Sylpheed
10624                 (contributed by Ricardo Mones Lastra)
10625
10626         * src/acount.c
10627                 clean up
10628
10629 2002-01-06 [melvin]     0.6.6claws39
10630
10631         * src/mainwindow.c
10632         * src/summaryview.c
10633                 Fixed crash introduced in 0.6.6claws38 by the menu
10634                 reorganisation (Hide read messages)
10635         
10636         * ChangeLog.claws 
10637                 Fixed typo (we are now in 2002, alfons ;) )
10638
10639 2002-01-05 [alfons]     0.6.6claws38
10640
10641         * sync with sylpheed 0.6.6cvs10-17
10642                 (last stuff marked as LAST_STABLE)
10643
10644 2002-01-04 [melvin]     0.6.6claws37
10645
10646         * src/account.c
10647                 Made account selection code use strcasestr again instead of
10648                 g_strcasecmp (fixes bug where reediting queued messages
10649                 did not select proper account reported by T. Link).
10650         
10651         * src/folderview.c
10652                 Fix bug where folder icons are not shown when 'hide read messages'
10653                 is on.
10654         
10655         * src/stock_pixmaps.[ch]
10656                 Added folder icons for 'hide read messages'.
10657         
10658         * src/compose.c
10659                 Fixed bug where 'Enter' in a header entry will send the message 
10660                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
10661
10662 2002-01-03 [melvin]     0.6.6claws36
10663         
10664         * src/prefs.[ch]
10665                 Added popup menu for common preferences and
10666                 account preferences (right click on tab displays
10667                                 a menu of all tabs.)
10668
10669 2002-01-02 [melvin]     0.6.6claws35
10670
10671         * src/gtkspell.[ch]
10672                 Made spelling code compatible with undo/redo feature.
10673                 Added creation of suggestion mode menu for the general
10674                         preferences.
10675         
10676         * src/prefs_common.[ch]
10677                 Added option menu for the speller's suggestion mode.
10678                 Added missing spaces in "..." buttons and made a "..."
10679                         button non translatable!
10680         
10681         * src/compose.c
10682                 Made speller use the default suggestion mode.
10683                 Hack to make it possible to choose 'CTRL-Enter' as a
10684                         shortcut for sending (and only for sending).
10685
10686         * src/prefs_folder_item.c
10687                 Changing subject simplification does not update cache 
10688                         anymore (because it is unnecessary).
10689                 Fixed bug where changing subject simplification updated the 
10690                         summaryview even when the viewed folder is not the
10691                         folder which properties are being changed. (E.g. 
10692                                         viewing folder A and changing
10693                                         the subject simplification of 
10694                                         folder B -not being viewed- updated the 
10695                                         summaryview of folder A with data of
10696                                         folder B). (Hope this is clear... )
10697
10698 2001-12-31 [alfons]     0.6.6claws34
10699         
10700         * src/ldif.c
10701         * src/mutt.c
10702                 fgetc() returns a signed integer which doesn't
10703                 fit in a char. so c truncates this to a char
10704                 but we may lose significant bits. i.e. we may
10705                 comparing 0xFF which may not be equal to -1
10706                 unless properly casted to signed char which
10707                 we won't do because fgetc() returns a signed
10708                 integer which doesn't fit in a char. so c 
10709                 truncates this to a char but we may lose 
10710                 significat bits. (you got the idea, thanks
10711                 to Gustavo Noronha Silva <kov@debian.org>
10712                 and the Debian folks!)
10713
10714 2001-12-30 [alfons]     0.6.6claws33
10715
10716         * src/prefs_common.c
10717                 add #ifdef USE_PSPELLs that Melvin forgot               
10718
10719 2001-12-30 [melvin]     0.6.6claws32
10720         
10721         * src/prefs_common.[ch]
10722                 Added configurable color for misspelled words.
10723
10724         * src/gtkspell.[ch]
10725                 Fixed bug of foreground text color (reported by David
10726                                 Mehrmann)
10727                 Added configurable color for misspelled words.
10728
10729 2001-12-30 [alfons]     0.6.6claws31
10730
10731         * src/folder.c
10732                 remove unnecessary things someone put there
10733
10734         * src/mh.c
10735         * src/folder.[ch]
10736                 make folder properties (like threading and sorting) persistent
10737                 (closes bug #497424 "rescan folder tree resets proprieties")
10738                 currently this is only for MH folders. 
10739
10740 2001-12-29 [melvin]     0.6.6claws30
10741
10742         * src/string_match.[ch]
10743                 Optimized a bit: regexp pattern buffer compiled only once, and
10744                   one subroutine call removed. Fixed ^ regexp search: Now, 
10745                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
10746         
10747         * src/summaryview.c
10748                 Subject filtering changed to filter summary columns and
10749                   not directly the messages subject cache. The loss in 
10750                   performance is balanced by the improvement of string_match.
10751                 Added an alert panel if there is an error in the regexp.
10752
10753         * src/src/prefs_folder_item.h
10754                 Added a regexp pattern buffer.
10755
10756 2001-12-28 [alfons]     0.6.6claws29
10757
10758         * src/string_match.[ch]
10759                 clean up name space
10760                 allow compilation *BSD
10761
10762 2001-12-27 [alfons]     0.6.6claws28
10763
10764         * src/filter.c
10765                 sync the Hiro's bug fix for BSD
10766
10767 2001-12-27 [melvin]     0.6.6claws27
10768         
10769         * src/compose.c
10770                 Simplify focus to subject entry code.
10771
10772 2001-12-27 [darko]      0.6.6claws26
10773
10774         * src/filtering.c
10775         * src/mbox_folder.c
10776         * src/messageview.c
10777         * src/mh.c
10778         * src/procheader.[ch]
10779         * src/procmsg.h
10780         * src/stock_pixmap.[ch]
10781         * src/summaryview.c
10782                 Show key icon for encrypted mails in summary view
10783
10784         * src/pixmaps/clip.xpm
10785         * src/pixmaps/clipkey.xpm
10786         * src/pixmaps/key.xpm
10787                 New/modified icons for the above
10788
10789 2001-12-27 [melvin]     0.6.6claws25
10790
10791         * src/prefs_common.c
10792                 Put spell checker options in a separate tab to decrease
10793                 the Common Preferences window height.
10794
10795         * README.claws  
10796                 Update spell checker usage instruction about its options
10797                 location.
10798
10799 2001-12-27 [melvin]     0.6.6claws24
10800
10801         * src/compose.c
10802                 Changed subject entry widget position. Initial focus is
10803                 on the To header instead of the subject entry.
10804                 Creating a new header scrolls the header list to make the
10805                 created one visible. Nevertheless, when automatically filling
10806                 headers, the first one is shown.
10807                 A Tab key press in the last empty header entry zips the 
10808                 focus to the subject entry.
10809                 (I did not change the combo boxes, yet)
10810
10811 2001-12-26 [alfons]     0.6.6claws23
10812
10813         * src/prefs_account.c
10814         * src/inc.c
10815                 allow default inbox to reside in another mailbox (only
10816                 works for POP3 accounts)
10817
10818 2001-12-26 [alfons]     0.6.6claws22
10819         
10820         * src/textview.c
10821                 make reply-on-click work with the account of the selected folder
10822         * src/compose.c
10823                 put a fixme here to remind me to fix finding correct default
10824                 account for nested folders
10825
10826 2001-12-25 [alfons]     0.6.6claws21
10827
10828         * src/summaryview.c
10829                 make column headers display locked and mark pixmaps (idea by Melvin) 
10830                 fix bug by adding score and locked column type to sort array
10831
10832 2001-12-25 [alfons]     0.6.6claws20
10833         
10834         * src/summaryview.c
10835                 catch a *potentially* inadvertent write back of  
10836                 the message cache(s) introduced by 0.6.5claws37
10837
10838 2001-12-25 [christoph]  0.6.6claws19
10839
10840         * src/stock_pixmap.[ch]
10841         * src/summaryview.c
10842                 add ignore thread pixmap
10843                 (can someone draw a better icon for this?)
10844
10845 2001-12-24 [alfons]     0.6.6claws18
10846
10847         * src/prefs_folder_item.c
10848                 make address completion actually work for the
10849                 Default To address in the Folder Property dialog.
10850
10851 2001-12-24 [alfons]     0.6.6claws17
10852         
10853         * src/summaryview.c
10854                 use new style regexp for subject stripping 
10855                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
10856
10857 2001-12-24 [darko]      0.6.6claws16
10858
10859         * src/pgptext.c
10860         * src/rfc2015.c
10861                 move GPG related informational messages to debug mode
10862
10863 2001-12-23 [alfons]     0.6.6claws15
10864
10865         * src/stock_pixmap.[ch]
10866         * src/summaryview.c
10867                 add the forgotten Claws' locked pixmap
10868
10869 2001-12-23 [alfons]     0.6.6claws14
10870
10871         * src/filesel.c
10872                 accept file name typed in entry in multi file
10873                 selector (patch submitted by Gustavo Noronha Silva 
10874                 <kov@debian.org>)
10875
10876 2001-12-23 [alfons]     0.6.6claws13
10877
10878         * src/prefs_filter.c
10879         * src/prefs_filtering.c
10880         * src/matcher.c
10881         * src/importmutt.c
10882                 clean up a little bit
10883         
10884         * src/string_match.c
10885                 validate input strings a little bit more
10886
10887 2001-12-23 [alfons]     0.6.6claws12
10888
10889         * src/Makefile.am
10890         * src/summaryview.c
10891         * src/string_match.[ch]         ** NEW **
10892         * src/folderview.[ch]
10893         * src/headerview.h
10894         * src/folder.[ch]
10895         * src/prefs_folder_item.[ch]
10896                 add subject simplification to strip out strings from
10897                 a subject line (esp. handy for mailing lists). 
10898                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
10899                 but slightly changed things for better integration.)
10900
10901 2001-12-23 [alfons]     0.6.6claws11
10902
10903         * src/mainwindow.c
10904                 fix bug introduced by submission included in 0.6.5claws52.
10905                 ideally this submission should clean the trash if any trash
10906                 folder has a message. however, the hasTrash variable was
10907                 set to false whenever a trash folder was empty (discarding
10908                 a previously found *filled* trash folder.)
10909
10910                 also edited the code a little bit and made it more safe.
10911
10912 2001-12-22 [alfons]     0.6.6claws10
10913
10914         * src/imap.c
10915                 quick fix for Martin Pool's omission of an account
10916                 specific SSL setting
10917
10918 2001-12-22 [alfons]     0.6.6claws9
10919
10920         * src/compose.c
10921         * src/messageview.c
10922         * src/mimeview.c
10923         * src/pgptext.c
10924         * src/procmime.[ch]
10925                 better support for multipart/digest (submitted
10926                 by Fredrik <e98fo@efd.lth.se>)
10927
10928 2001-12-22 [alfons]     0.6.6claws8
10929
10930         * src/addressbook.c
10931                 correct function signature
10932         * src/socket.[ch]
10933         * src/imap.[ch]
10934         * src/prefs_account.[ch]
10935                 allow IMAP over SSH tunnel (patch submitted by 
10936                 Martin Pool <mbp@samba.org>)
10937
10938 2001-12-21 [alfons]     0.6.6claws7
10939
10940         * sync with sylpheed 0.6.6cvs4-9
10941                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
10942
10943 2001-12-21 [christoph]  0.6.6claws6
10944
10945         * src/compose.c
10946         * src/prefs_folder_item.[ch]
10947                 implement saving of outgoing messages to current folder.
10948                 fix segfault when no default outbox is available
10949                 (closes bug #495683)
10950
10951 2001-12-21 [carsten]    0.6.6claws5
10952         * src/folderview.c
10953         * src/summaryview.c
10954                 pressing CTRL while DND does now the expected thing and
10955                 copies the mail (moving is still the default, as this
10956                 seam more appropriate for handling mails by DND)
10957
10958 2001-12-18 [paul]       0.6.6claws4
10959
10960         * sync with sylpheed 0.6.6cvs3
10961                 see ChangeLog entries 2001-12-18
10962
10963 2001-12-18 [hiro]       0.6.6claws3
10964
10965         * src/undo.c
10966                 fix for multibyte characters (obtain the number of letters
10967                 instead of bytes).
10968
10969 2001-12-17 [paul]       0.6.6claws2
10970
10971         * sync with sylpheed 0.6.6cvs1
10972                 see ChangeLog entry 2001-12-16
10973
10974 2000-12-17 [alfons]     0.6.6claws1
10975
10976         * src/filtering.c
10977                 clean up
10978
10979 2001-12-16 [paul]       0.6.6claws
10980 2001-12-15
10981
10982         * Release version 0.6.6claws, cvs tag: rel_0_6_6
10983
10984         * src/mimeview.c
10985                 last minute sync with main 0.6.6
10986
10987         * po/es.po
10988                 updated by Ricardo Mones Lastra
10989                 update for last minute sync
10990         * po/fr.po
10991         * po/nl.po
10992                 update for last minute sync
10993         * po/de.po
10994                 updated by Jens Oberender
10995         * po/pt_BR.po
10996                 updated by Fabio Junior Beneditto
10997
10998         * src/prefs_common.[ch]
10999         * src/undo.c
11000                 number of undo levels is user configurable
11001                 (squeeze it into the release in the dying
11002                 moments) Submitted by Jens Oberender    
11003
11004 2001-12-15 [melvin]
11005
11006         * po/fr.po
11007                 updated french translation
11008
11009 2001-12-15 [paul]       0.6.5claws92
11010
11011         * sync with sylpheed 0.6.5cvs28
11012                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
11013
11014         * po/nl.po
11015                 update to allow for sync
11016
11017 2001-12-15 [alfons]
11018         
11019         * po/nl.po
11020                 update dutch translation
11021
11022 2001-12-14 [carsten]    0.6.5claws91
11023         * src/summaryview.c
11024                 fixed bug #473785; also after changing the column order
11025                 the same message will be selected and displayed as before
11026                 the reordering
11027
11028 2001-12-14 [carsten]    0.6.5claws90
11029         * src/folderview.c
11030                 probably found the bug reported by wwb opening or closing
11031                 a folder tree just before dnd (found the solution in the
11032                 balsa source -- thanks to them)
11033
11034 2001-12-14 [carsten]    0.6.5claws89
11035         * src/gtkutils.c
11036         * src/account.c
11037                 moved gtk_clist_moveto to the right place, so that
11038                 only the accounts dialog is effected on opening
11039
11040 2001-12-14 [carsten]    0.6.5claws88
11041         * src/gtkutils.c
11042                 gtkut_clist_set_focus_row does a gtk_clist_moveto
11043                 now, so that the focused row will be seen in any case
11044                 (reported by wwp on sf-claws-user)
11045
11046 2001-12-14 [darko]      0.6.5claws87
11047
11048         * src/compose.c
11049                 remove unnecessary line
11050
11051 2001-12-14 [paul]       0.6.5claws86
11052
11053         * sync with sylpheed 0.6.5cvs27
11054                 see ChangeLog entries 2001-12-14
11055
11056 2001-12-14 [carsten]    0.6.5claws85
11057         * src/mainwindow.c
11058                 following a suggestion of Melvin the rcoabm pops up
11059                 right under the button now and the button is reliefed
11060                 while the popup is open
11061
11062 2001-12-14 [darko]      0.6.5claws84
11063
11064         * src/compose.c
11065                 fix crash when wrapping long lines if linewrap quotation
11066                 is disabled and wrapper encounters a word spanning more
11067                 than one line
11068
11069 2001-12-13 [paul]       0.6.5claws83
11070
11071         * src/compose.c
11072                 prefer 'Reply-To' header over mailing list header when
11073                 replying to a message. Finally prevent all those confirmation 
11074                 messages being sent to the list itself.
11075
11076         * src/summaryview.c
11077                 remove unused summary_set_menu_sensitive() entry
11078
11079 2001-12-13 [paul]       0.6.5claws82
11080
11081         * src/folderview.c
11082         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
11083         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
11084         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
11085                 improvements to 'Hide read messages': Inbox, Outbox,
11086                 Trash, Queue, and Draft icons now reveal presence of hidden 
11087                 messages
11088
11089 2001-12-12 [alfons]     0.6.5claws81
11090
11091         0.6.5claws80 was tagged as LAST_STABLE
11092
11093         * src/filtering.[ch]
11094         * src/matcher.[ch]
11095         * src/matcher_parser_lex.c
11096                 fix the filtering; my last attempt to get it right, 
11097                 if it does not work, it's Hoa's turn. ;-)
11098
11099                 for my honourable peers:
11100                 
11101                 the code now makes a clear distinction between
11102                 rules as they are displayed (probably escaped),
11103                 and as they are executed (probably unescaped). the
11104                 parser does *NOT* do any unescaping, this is
11105                 the task of the matcher.c (which breaks up a
11106                 rule into condition) and the filtering.c (which
11107                 breaks up the rule's action). to make this
11108                 run happily we provide an unescaped copy of
11109                 crucial strings to the MatcherProp and 
11110                 FilteringAction structures. note that the only
11111                 exception to this is any REGEXP string. those
11112                 are directly passed to regcomp() and regexp()
11113                 (who have much more powerful unescape functions).
11114                 
11115                 for everyone else:
11116         
11117                 you can escape tab (\t), carriage return (\r),
11118                 linefeed (\n), form feed (\f), quote (\"), 
11119                 single quote (\'), bell (\b) in all the entry
11120                 lines in the scoring & filtering dialogs.
11121                 as an added bonus this should not affect
11122                 existing filtering rules.
11123
11124 2001-12-12 [carsten]    0.6.5claws80
11125
11126         * src/summaryview.c
11127         * po/de.po
11128                 "item(s) selected" is now sensitive to 1 or more
11129                 than one selected (nice for language where simple
11130                 adding of a "s" is not possible as German (Eintrag
11131                 ->Eintr"age)
11132                 
11133                 the "forward as attachment" entry from the right
11134                 click menu removed, "forward" acts following the
11135                 prefs
11136         
11137         * src/textview.c
11138                 reverted my former changes; so compiler warning again
11139                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
11140                 nevertheless
11141
11142         * src/messageview.c
11143                 "search in message" does now *not* only work in MVIEW_TEXT
11144                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
11145                 message
11146
11147         * src/mainwindow.c
11148                 removed "/File/_Close" as it was the same as "/File/E_xit"
11149                 and we don't need it two times
11150
11151                 the separate folder view and message view now get a distinct
11152                 WMCLASS, just in case someone is using sawfish ;-)
11153
11154                 as the menu entries "/View/Message view" and "/View/Folder tree"
11155                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
11156                 make them sensitive accordingly and as these two are "shown"
11157                 after startup anytime check this menuitem at startup
11158
11159 2001-12-12 [paul]       0.6.5claws79
11160
11161         * src/folderview.c
11162                 fix sensitivity of 'Search folder...', broken in
11163                 0.6.5claws75
11164
11165         * src/mainwindow.c
11166                 fix dodgy English
11167
11168 2001-12-11 [carsten]    0.6.5claws78
11169         * src/filtering.c
11170                 fixed two typos returning a wrong FALSE/TRUE
11171         * src/mainwindow.[ch]
11172                 extra menu for email/news button removed
11173
11174 2001-12-11 [alfons]     0.6.5claws77
11175         
11176         * src/matcher.c                 (1.3)
11177         * src/matcher_parser_lex.l      (1.28)
11178                 revert for another attempt
11179                 mark 0.6.5claws77 as LAST_STABLE
11180
11181 2001-12-11 [christoph]  0.6.5claws76
11182
11183         * po/de.po
11184                 fixed wrong translation for prev. unread msg
11185
11186 2001-12-11 [paul]       0.6.5claws75
11187
11188         * src/folder.[ch]
11189         * src/folderview.c
11190         * src/mainwindow.c
11191         * src/summaryview.[ch]
11192         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
11193                 enable ability to hide read messages on per folder basis via 
11194                 '/Summary/Hide read messages'; when selected, a folder will 
11195                 have a red open folder icon, instead of a blue icon, if the 
11196                 folder contains hidden messges
11197                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
11198
11199         * src/mainwindow.c
11200                 remove '/Message/Forward as attachment' from 
11201                 main_window_set_menu_sensitive() to prevent debug warning
11202
11203         * src/folderview.c
11204         * src/mainwindow.c
11205                 Clean up some of the English
11206
11207         * tools/newscache_clean.pl
11208                 allow for new 'hidereadmsgs' entry in folderlist.xml
11209
11210         * po/es.po
11211                 updated translation, submitted by Ricardo Mones Lastra
11212
11213 2001-12-11 [paul]       0.6.5claws74
11214
11215         * sync with sylpheed 0.6.5cvs25
11216                 see ChangeLog entry 2001-12-11
11217
11218 2001-12-10 [alfons]     0.6.5claws73
11219
11220         * src/matcher.c
11221                 add more control characters
11222         * src/matcher_parser_lex.l
11223                 make escaping / unescaping work again
11224
11225 2001-12-10 [alfons]     0.6.5claws72
11226
11227         * src/imap.c
11228                 clean up warnings "returning value for void function" 
11229         * src/prefs_filtering.c
11230                 make info button for execute action sensitive
11231
11232 2001-12-10 [paul]       0.6.5claws71
11233
11234         * src/compose.c
11235         * src/imap.[ch]
11236         * src/summaryview.c
11237                 fix: imap server now gets informed of MARKED, UNMARKED
11238                 and REPLY events. Now people can use different IMAP-Mail
11239                 clients and have the exact same information about MARKED,
11240                 UNMARKED and REPLY status with all of them. Especially
11241                 useful for imap servers with a web-frontend.
11242                 submitted by Tobias Sandhaas <medlor@web.de>
11243
11244 2001-12-09 [melvin]     0.6.5claws70
11245         
11246         * src/textview.[ch]
11247                 fixed bug #490076 (hunted down by Alfons who implemented
11248                 a workaround in 0.6.5claws65)
11249
11250 2001-12-09 [christoph]  0.6.5claws69
11251
11252         * src/summaryview.c
11253                 set pointer to string in LOCKED column to NULL
11254                 (might fix bug #490800)
11255
11256 2001-12-09 [carsten]    0.6.5claws68
11257
11258         * po/de.po
11259                 resolved some cluttered menu shortcuts 
11260                 ('creating new email' and 'creating news message'
11261                 hade the same)
11262         * src/compose.c
11263                 wmclass now distinc from main window
11264         * src/mainwindow.c
11265           src/mainwindow.h
11266                 email/news and forward button functionality similar
11267                 to the reply buttons; removed the ugly dropdown arrows
11268                 and use instead the right mouse button
11269
11270 2001-12-09 [paul]       0.6.5claws67
11271
11272         * src/imap.c
11273         * src/utils.h
11274                 allow spaces in imap folder names
11275                 submitted by Willem van Engen <wvengen@stack.nl>
11276
11277 2001-12-09 [paul]       0.6.5claws66
11278
11279         * sync with sylpheed 0.6.5cvs24
11280                 see ChangeLog entry 2001-12-09
11281
11282 2001-12-08 [alfons]     0.6.5claws65
11283
11284         * src/textview.c
11285                 prevent secondary selection claim after "add to sender" dialog
11286                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
11287                 we trick GTK by simulating a click at (0, 0) in the textview.
11288
11289 2001-12-08 [hoa]        0.6.5claws64
11290
11291         * src/folder.c
11292                 fixed a bug about the .processing folder name while filtering
11293
11294 2001-12-08 [alfons]     0.6.5claws63
11295
11296         * src/folderview.c 
11297                 work around problem of not correctly updating folder stats
11298                 when deleting messages. there's some folder scanning evil
11299                 going so the folderview_update_msg_num() does not work
11300                 correctly. need to investigate this.
11301
11302 2001-12-08 [paul]       0.6.5claws62
11303
11304         * sync with sylpheed 0.6.5cvs23
11305                 see ChangeLog entry 2001-12-08
11306
11307 2001-12-07 [christoph]  0.6.5claws61
11308
11309         * src/compose.c
11310                 fix another header translation problem
11311
11312 2001-12-07 [alfons]     0.6.5claws60
11313
11314         * src/mbox.c
11315                 make filtering also work on local spool mbox
11316
11317 2001-12-07 [carsten]    0.6.5claws59
11318         * src/addressbook.c
11319                 addressbook window gets a wmclass distinct from the main
11320                 sylpheed window
11321         * src/compose.h
11322         * src/mainwindow.[ch]
11323                   forward menu item will use mode selected in prefs, forward 
11324                 as attatchment in menu removed (will be substituted in the
11325                 toolbar similar to reply buttons)
11326                   create news message menu entry and news button is now 
11327                 sensitive to the existance of a news account
11328         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
11329         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
11330         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
11331                 these are removed because the toolbar buttons don't show
11332                 the quoting modus any longer
11333
11334 2001-12-07 [paul]
11335
11336         * tools/newscache_clean.pl      ** NEW FILE **
11337                 perl script to do some tidying up in the newscache directory 
11338                 
11339         * tools/sylpheed-switcher       ** NEW FILE **
11340                 perl script to enable easy switching between main and claws
11341                 
11342         * tools/README
11343                 added descriptions of the two new perl scripts          
11344
11345
11346 2001-12-07 [melvin]     0.6.5claws58
11347
11348         * src/messageview.c
11349                 fixed a warning during compilation introduced in 0.6.5claws56
11350
11351 2001-12-07 [paul]       0.6.5claws57
11352
11353         * src/mainwindow.[ch]
11354         * src/menu.[ch]
11355                 further usability enhancements to replying with or without 
11356                 quoting via the toolbar, use of Ctrl key is replaced by 
11357                 drop down menu 
11358                 Submitted by Carsten Schurig            
11359
11360 2001-12-07 [melvin]     0.6.5claws56
11361
11362         * src/messageview.c
11363                 hack to fix bug that prevented to make/paste selections
11364                 after switching between MVIEW_TEXT and MVIEW_MIME views
11365                 without deselecting the selection first.
11366
11367 2001-12-06 [alfons]     0.6.5claws55
11368
11369         * src/filtering.[ch]
11370         * src/inc.c
11371                 revise filtering a little bit more, and make sure
11372                 messages are delivered to the appropriate inbox
11373                 (perhaps set per account)
11374
11375 2001-12-06 [paul]       0.6.5claws54
11376
11377         * sync with sylpheed 0.6.5cvs22
11378                 see ChangeLog entry 2001-12-06
11379
11380 2001-12-05 [alfons]     0.6.5claws53
11381
11382         * src/inc.c
11383         * src/folder.[ch]
11384         * src/procmsg.c
11385         * src/filtering.c
11386                 more revisions of filtering system
11387                 (last stable version is marked as LAST_STABLE)
11388                 
11389                 | NOTE 1): the filtering system now uses a local folder called
11390                 | .processing. if filtering fails, check this directory
11391                 | for missing messages.
11392                 |
11393                 | NOTE 2): help us find the filtering actions still missing
11394
11395 2001-12-05 [paul]       0.6.5claws52
11396
11397         * src/mainwindow.c
11398                 fix bug where 'Empty Trash?' pop-up window appears even
11399                 when Trash is empty, submitted by Jesse Skinner         
11400
11401 2001-12-05 [melvin]     0.6.5claws51
11402
11403         * src/compose.c
11404                 fixed bug #486106 to select correct account when reediting 
11405                 a queued message
11406         
11407 2001-12-04 [alfons]     0.6.5claws50
11408
11409         * src/mh.c
11410                 declare markfile in appropriate functions when
11411                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
11412                 for spotting this)
11413
11414 2001-12-04 [paul]       0.6.5claws49
11415
11416         * sync with sylpheed 0.6.5cvs21
11417                 see ChangeLog entry 2001-12-04
11418
11419 2001-12-03 [christoph]  0.6.5claws48
11420
11421         * po/de.po
11422                 changed translation of undo
11423         * src/account.c
11424         * src/folder.c
11425                 don't reinvent the wheel to traverse a GNode
11426         * src/compose.[ch]
11427                 seperate code to create the compose gui into functions
11428                 add "Others" page with folder selection for saving copy
11429                 of the message.
11430                 the folder identifier is saved to queue header
11431         * src/procmsg.c
11432                 save message to folder in queue header
11433
11434 2001-12-03 [paul]       0.6.5claws47
11435
11436         * sync with sylpheed 0.6.5cvs20
11437                 see ChangeLog entry 2001-12-03
11438
11439 2001-12-01 [paul]
11440
11441         * more sync with sylpheed 0.6.5cvs19
11442                 see ChangeLog entry 2001-11-29
11443
11444 2001-11-30 [paul]       0.6.5claws46
11445         
11446         * src/compose.c
11447                 remove conflicts introduced by Hoa's last commit
11448          
11449         * src/mainwindow.c
11450                 make 'Message/Bounce' sensitive
11451
11452 2001-11-30 [hoa]        0.6.5claws45
11453
11454         * src/compose.c
11455                 slightly change bounce function to add
11456                 information about the user that bounced the mail
11457                 in the From header line.
11458
11459         * src/folderview.c
11460                 permit the use of processing in outbox folder.
11461
11462 2001-11-29 [paul]       0.6.5claws44
11463
11464         * src/mainwindow.[ch]
11465         * src/prefs_common.c
11466         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
11467         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
11468         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
11469                 usability enhancements to the quoting, implements
11470                 use of Ctrl key to toggle quoting settings
11471                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
11472
11473 2001-11-29 [paul]       0.6.5claws43
11474         
11475         * sync with sylpheed 0.6.5cvs19
11476                 see ChangeLog entry 2001-11-28
11477
11478 2001-11-29 [melvin]     0.6.5claws42
11479         * src/Makefile.am
11480                 added enriched.[ch] to the list of files
11481
11482         * src/textview.c
11483         * src/mimeview.c
11484         * src/procmime.[ch]
11485         * src/enriched.[ch]
11486                 added support to view text/enriched
11487                 added support to show headers in message view for text/enriched and text/html
11488                         in non multipart messages
11489
11490 2001-11-28 [paul]       0.6.5claws41
11491
11492         * more sync with sylpheed 0.6.5cvs18
11493                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
11494
11495 2001-11-27 [paul]       0.6.5claws40
11496         
11497         * po/pt_BR.po
11498                 updated translation, submitted by Fabio Junior Beneditto
11499                 
11500         * sync with sylpheed 0.6.5cvs18
11501                 see ChangeLog entries 2001-11-26 (src/textview.c) and
11502                 2001-11-27
11503
11504
11505 2001-11-26 [paul]
11506
11507         * po/es.po
11508                 updated translation, submitted by Ricardo Mones Lastra
11509
11510 2001-11-26 [alfons]
11511
11512         * src/matcher.c
11513                 add more translatable strings
11514
11515 2001-11-26 [christoph]  0.6.5claws39
11516
11517         * po/de.po      
11518                 fixed one more umlaut
11519         * src/compose.c
11520                 fix translated header when it should not be translated
11521
11522 2001-11-26 [paul]       0.6.5claws38
11523
11524         * src/mainwindow.c
11525                 remove '/Message/Add Sender to address book' from 
11526                 main_window_set_menu_sensitive(), prevent debug warning
11527                 add 'Message/Mark/Mark all read' to mainwin_entries[]
11528
11529 2001-11-26 [paul]       0.6.5claws37
11530
11531         * src/summaryview.c
11532                 fix 'recurring unread state' bug 
11533
11534         * tools/README 
11535         * tools/filter_conv.pl
11536                 read name of top level mailbox from folderlist.xml
11537                 and presume nothing about its name              
11538
11539 2001-11-26 [darko]      0.6.5claws36
11540
11541         * src/gtkstext.[ch]
11542                 removed functions that are now in gtkutils.c
11543                 use gtkut_text_is_uri_string() from gtkutils.c
11544         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
11545
11546 2001-11-26 [paul]       0.6.5claws35
11547
11548         * sync with sylpheed 0.6.5cvs16
11549                 see ChangeLog entries 2001-11-25 and 2001-11-26
11550
11551 2001-11-25 [alfons]     0.6.5claws34
11552
11553         EXPERIMENTAL!!! Please checkout the last stable version using: 
11554           
11555         % cvs update -r LAST_STABLE -dRAP
11556
11557         (Or help us testing this stuff.)
11558
11559         * src/filtering.c               (1.14)
11560         * src/filtering.h               (1.6)
11561         * src/inc.c                     (1.28)
11562         * src/matcher.c                 (1.20)
11563         * src/mbox.c                    (1.9)
11564         * src/procmsg.h                 (1.14)
11565         * src/summaryview.c             (1.59)
11566         * src/summaryview.h             (dunno)
11567                 revert/merge/sync to as it was before commit 
11568                 on Thu, 19 Jul 2001 10:15:51 -0700.
11569
11570 2001-11-25 [hoa]        0.6.5claws33
11571
11572         * src/main.c
11573                 processing mails at startup
11574
11575         * src/folderview.c
11576         * src/summaryview.[ch]
11577                 processing mails when entering folder
11578
11579         * src/prefs_filtering.c
11580                 fixed some UI bugs
11581
11582 2001-11-24 [alfons]     0.6.5claws32
11583
11584         * src/summaryview.[ch]
11585                 make summary sort headers work, and also make
11586                 sure the sort type is stored
11587
11588 2001-11-23 [alfons]     0.6.5claws31
11589
11590         * src/summaryview.[ch]
11591                 make lock work like mark
11592                 disallow deleting messages marked as locked
11593
11594 2001-11-23 [alfons]     0.6.5claws30
11595
11596         * src/gtkstext.c
11597         * src/compose.[ch]
11598         * src/Makefile.am
11599         * src/undo.[ch]
11600                 merge undo patch submitted by Jens
11601
11602 2001-11-23 [christoph]  0.6.5claws29
11603
11604         * src/.cvsignore
11605                 added ylwrap
11606         * src/compose.c
11607                 fixed gpg signing and encoding
11608         * src/folder.[ch]
11609         * src/main.c
11610                 added --status option to get new, unread and total
11611                 message count from a running sylpheed
11612         * src/prefs_common.c
11613                 temporary fix for reply_with_quote problem
11614                 (don't call functions for non existing widget)
11615         * src/procmsg.c
11616                 one more check for ignored threads but still not
11617                 always working correctly. probably a recursive
11618                 check for all parents is needed
11619
11620 2001-11-23 [darko]      0.6.5claws28
11621
11622         * src/compose.c
11623                 wrapping on send improvements
11624         * src/gtkutils.[ch]
11625                 fix for GtkSText after last sync with main branch
11626                 GTK_TEXT -> GTK_STEXT
11627
11628 2001-11-23 [paul]       0.6.5claws27
11629
11630         * sync with sylpheed 0.6.5cvs14
11631                 see ChangeLog entries 2001-11-22 and 2001-11-23
11632                 
11633         * po/de.po
11634                 fixed the scrambled umlauts 
11635                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
11636
11637 2001-11-21 [paul]       0.6.5claws26
11638
11639         * sync with sylpheed 0.6.5cvs12
11640                 see 2nd ChangeLog entry dated 2001-11-20
11641
11642 2001-11-20 [paul]       0.6.5claws25
11643
11644         * sync with sylpheed 0.6.5cvs11
11645                 see ChangeLog entry 2001-11-19 (src/utils.c)
11646
11647 2001-11-20 [hiro]
11648
11649         * src/compose.c
11650                 GTK_TEXT -> GTK_STEXT
11651                 fix for wrong comment
11652
11653 2001-11-20 [hiro]       0.6.5claws24
11654
11655         * src/compose.[ch]
11656                 more merges from main branch
11657                 removed fatal warnings (uninitialized variables etc.)
11658                 some coding style fix
11659         * src/gtkutils.h
11660                 fixed typo.
11661         * src/addressbook.c
11662           src/addrindex.c
11663                 V-Card -> vCard
11664
11665 2001-11-19 [hoa]        0.6.5claws23
11666
11667         * src/filtering.c
11668         * src/prefs_scoring.c
11669         * src/matcher.[ch]
11670         * src/scoring.c
11671                 cleaning code
11672
11673         * src/matcher_parser_parse.y
11674         * src/prefs_filtering.c
11675                 bouncing
11676
11677 2001-11-19 [alfons]     0.6.5claws22
11678
11679         more of my old things into claws
11680
11681         * src/Makefile.am
11682         * src/prefs_common.c
11683         * src/procmsg.h
11684         * src/summaryview.[ch]
11685         * src/prefs_summary_column.c
11686         * src/pixmaps/locked.xpm
11687                 add indicators for locking of message in summary view
11688                 (does not work yet, only visual indicator)
11689
11690 2001-11-19 [paul]       0.6.5claws21
11691
11692         * sync with sylpheed 0.6.5cvs10
11693                 see ChangeLog entry 2001-11-19
11694
11695 2001-11-18 [alfons]     0.6.5claws20
11696         
11697         * src/filtering.c
11698                 remove an inadvertent free I forgot in previous clean up 
11699
11700 2001-11-18 [alfons]     0.6.5claws19
11701
11702         * src/filtering.[ch]
11703                 clean up & plug leaks
11704
11705 2001-11-18 [paul]       0.6.5claws18
11706
11707         * sync with sylpheed 0.6.5cvs9
11708                 see ChangeLog entries 2001-11-17 and 2001-11-18
11709
11710 2001-11-16 [paul]       0.6.5claws17
11711
11712         * sync with sylpheed 0.6.5cvs8
11713                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
11714
11715 2001-11-16 [paul]       0.6.5claws16
11716
11717         * sync with sylpheed 0.6.5cvs7
11718                 see ChangeLog entries 2001-11-15 and 2001-11-16
11719
11720 2001-11-15 [hoa]        0.6.5claws15
11721
11722         * src/compose.c
11723                 fix bounce, mails we received couln't be bounced to ourself.
11724
11725         * src/defs.h
11726         * src/filtering.[ch]
11727         * src/matcher.[ch]
11728         * src/matcher_parser.h
11729         * src/matcher_parser_lex.l
11730         * src/matcher_parser_parse.y
11731         * src/inc.c
11732         * src/main.c
11733         * src/mbox.c
11734         * src/prefs_filtering.[ch]
11735         * src/mainwindow.c
11736         * src/prefs_matcher.c
11737         * src/prefs_scoring.c
11738         * src/scoring.[ch]
11739         * src/summaryview.c
11740                 new matcher/filter/score configuration file parser
11741                 one unique configuration file => ~/.sylpheed/matcherrc
11742                 import in currently automatic, then save are made
11743                 in this new file.
11744                 one filter per folder and one global filter
11745                 (filter of a folder will be used as folder processing)
11746
11747         * src/folder.c
11748                 fix a bug in folder_item_get_identifier
11749                 
11750         * src/messageview.c
11751                 receive receipt return are fixed.
11752
11753 2001-11-14 [alfons]     0.6.5claws14
11754
11755         * src/session.h
11756                 add things from main branch to make claws compile
11757
11758 2001-11-14 [paul]       0.6.5claws13
11759
11760         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
11761                 see ChangeLog entries 2001-11-08 to 2001-11-14
11762
11763 2001-11-14 [hoa] 0.6.5claws12
11764
11765         * src/compose.[ch]
11766         * src/mainwindow.c
11767         * src/summaryview.c
11768                 add "bounce mail" option
11769
11770 2001-11-13 [christoph]  0.6.5claws11
11771
11772         * src/compose.c
11773                 Cleanup a mess i add before commiting
11774
11775 2001-11-13 [hoa]        0.6.5claws10
11776
11777         * src/compose.c
11778                 some fixes when mail are sent or
11779                 for crossposts
11780
11781 2001-11-13 [christoph]  0.6.5claws9
11782
11783         * po/de.po
11784                 Changed two string with the same translation
11785         * src/compose.c
11786         * src/procmsg.[ch]
11787         * src/send.[ch]
11788                 New mailsending process:
11789                   - Always queue message before sending
11790                     (message will be saved if sylpheed crashed or
11791                      freezes while sending)
11792                   - Allow queuing of newspostings
11793                   - No copy in outbox before sending
11794                     (closes bug #469501)
11795                   - No more redundant code for send and send_later
11796         * src/summaryview.c
11797                 Applied wwp <subscript@free.fr>'s patch that fixes
11798                 marks for multiple forwarded messages (+compose.c)
11799
11800 2001-11-12 [alfons]
11801
11802         * README.claws
11803                 remove things that are now in main branch
11804         
11805         * po/nl.po
11806                 update Dutch translation
11807
11808 2001-11-12 [mhadasht]   0.6.5.claws8
11809
11810         * src/prefs_common.c
11811                 re-enabled account autoselection feature for forward
11812                 and reedit lost during the branch point for SYNC-B4-REL
11813         * src/gtkspell.c
11814                 gtkpspell_get_dict(): more readable code (even if function is
11815                 not used yet)
11816         * ChangeLog.claws
11817                 added version number info to 2001-11-12 [hiro] comment.
11818
11819 2001-11-12 [hiro]       0.6.5.claws7
11820
11821         * src/compose.c
11822                 compose_forward(): fixed a bug that forward quote mark
11823                 wasn't used.
11824                 removed unnecessary code.
11825         * src/template_select.[ch]: removed.
11826
11827 2001-11-11 [alfons]
11828
11829         * src/compose.c
11830                 :%s/GTK_TEXT/GTK_STEXT/g
11831         
11832         * src/compose.[ch]
11833         * src/undo.[ch]
11834         * src/Makefile.am
11835                 revert the undo stuff (this is 0.6.6claws stuff)
11836
11837 2001-11-11 [hoa]        0.6.5.claws6
11838
11839         * src/compose.[ch]
11840                 Insert signature at the end of the text.
11841                 Added undo patch but currently disabled
11842
11843         * src/procmsg.c
11844                 Threading by subject improved.
11845
11846         * added src/undo.[ch]
11847                 Undo module for compose dialog box.
11848
11849 2001-11-11 [alfons]     0.6.5.claws5
11850
11851         * src/procmsg.c
11852                 prevent threading by subject on nodes that have already been
11853                 threaded by in-reply-to (as in "circular references in a tree
11854                 result in a dead branch")
11855
11856 2001-11-09 [hoa]        0.6.5.claws4
11857         
11858         * src/folderview.c
11859                 allows creation of mbox folder item from any files.
11860
11861 2001-11-09 [alfons]     0.6.5.claws3
11862         
11863         * src/utils.c
11864         * src/procmsg.c
11865                 do what I mean and correct threading by subject so it really
11866                 ignores attracting lines without "Re: "
11867
11868 2001-11-07 [alfons]     0.6.5.claws2
11869
11870         * src/procmsg.c
11871         * src/utils.[ch]
11872                 only attract by subject if a subject line starts with a "Re: "
11873         * src/syldap.c
11874                 remove warning
11875
11876 2001-11-07 [paul]       0.6.5claws1
11877
11878         * sync with sylpheed 0.6.5. release
11879                 see ChangeLog entry 2001-11-07
11880
11881 2001-11-07 [paul]       0.6.4claws31
11882
11883         * sync with sylpheed 0.6.4cvs18
11884                 see ChangeLog entries 2001-10-30 to 2001-11-07
11885                 prefs_templates.[ch] renamed prefs_template.[ch]
11886
11887 2001-11-06 [alfons]
11888         
11889         * src/utils.h
11890                 add semicolon Hoa forgot ;-)
11891                 
11892
11893 2001-11-06 [hoa]        0.6.4claws30
11894         
11895         * src/procmsg.c
11896         * src/summaryview.c
11897         * src/utils.c
11898         * src/utils.h
11899                 threading by subject - empty subject are ignored
11900
11901 2001-11-06 [christoph]  0.6.4claws29
11902
11903         * src/socket.c
11904                 use SSL_peek for sock_gets
11905         * src/utils.c
11906                 removed unneeded pointer in extracting quoted
11907                 names implementation
11908
11909 2001-11-06 [melvin]     0.6.4claws28
11910
11911         * src/gtkspell.c
11912                 fixed bug #476792 Selection overtyping with spell checker
11913                 fixed bug which could cause a buffer overflow
11914                 fixed a memory leak
11915
11916 2001-11-06 [hoa]        0.6.4claws27
11917         
11918         * src/procmsg.c
11919         * src/summaryview.c
11920                 threading by subject
11921
11922 2001-11-05 [alfons]     0.6.4claws26
11923         
11924         * README.claws
11925                 Claws -> Sylpheed (vice versa)
11926
11927         * src/compose.c
11928                 :%s/gtk_text/gtk_stext/g
11929                 :%s/GTK_TEXT/GTK_STEXT/g
11930                 (thanks to Jonathan Ware for spotting this)
11931
11932 2001-11-04 [christoph]  0.6.4claws25
11933
11934         * src/summaryview.c
11935                 replace Xalloca + strdup with Xstrdup_a
11936         * src/utils.c
11937                 better implementation of extracting quoted names
11938                 from addresses (remove backlashes and ignore
11939                 quotes after them)
11940
11941 2001-11-04 [alfons]     0.6.4claws24
11942
11943         * src/utils.[ch]
11944                 edit to comply more with coding style
11945
11946         * src/textview.c
11947                 fix bug reported by Kim Schulz. introduced by the patch integrated
11948                 in 0.6.4claws15. the code did not check the return value of
11949                 the html parser.
11950
11951         * AUTHORS
11952                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
11953
11954 2001-11-04 [christoph]  0.6.4claws23
11955
11956         * src/main.c
11957         * src/prefs_common.[ch]
11958                 init some pointers that possibly caused a segfault
11959                 reported in the claws-users ML
11960
11961 2001-11-04 [hoa]        0.6.4claws22
11962
11963         * src/grouplistdialog.c
11964                 change the names of the nodes in the tree
11965
11966         * src/compose.c
11967                 enhanced mailto syntax as described in
11968                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
11969                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
11970
11971         * src/utils.c
11972                 encode and decode URI (useful when opening URL into
11973                 netscape).
11974
11975 2001-11-03 [hoa]        0.6.4claws21
11976
11977         * src/grouplistdialog.c
11978                 a new newsgroups list selection dialog box
11979                 with a CTree instead of a CList
11980
11981 2001-11-03 [hoa]        0.6.4claws20
11982
11983         * src/folderview.c
11984                 enable property and scoring options when right
11985                 click on "inbox"
11986
11987         * src/summaryview.c
11988                 fixed bug when nickname were displayed using
11989                 the address book.
11990
11991 2001-11-02 [darko]      0.6.4claws19
11992
11993         * src/compose.c
11994                 new wrap quotation and URL/long words wrapping implementation
11995         * src/compose.c src/gtkstext.[ch]
11996                 move gtkstext_strncmp() to gtkstext.c
11997
11998 2001-11-01 [christoph]  0.6.4claws18
11999
12000         * src/prefs_account.c
12001                 fixed mess in account settings dialog
12002         * src/prefs_folder_item.c
12003                 added label with folder path to dialog
12004
12005 2001-10-31 [match]      0.6.4claws17
12006
12007         * src/vcard.c
12008                 fix memory leak.
12009         * src/addrbook.c
12010                 fix generation of spurious address book file names.
12011                 remove redundant functions.
12012         * po/POTFILES.in
12013                 added missing file names.
12014
12015 2001-10-30 [paul]       0.6.4claws16
12016
12017         * sync with sylpheed 0.6.4cvs6
12018                 see ChangeLog entries 2001-10-26 to 2001-10-30
12019
12020         * tools/filter_conv.pl
12021                 read folderlist.xml to discover whether the top-level
12022                 folder is called 'Mailbox' or 'Mail' 
12023
12024 2001-10-29 [paul]       0.6.4claws15
12025
12026         * src/html.c, src/textview.c
12027                 activate links in html mail and fix clickable parts
12028                 Submitted by Matthieu Dazy <dazy@t-surf.com>
12029
12030 2001-10-29 [paul]
12031
12032         * po/de.po, po/es.po, po/pt_BR/po
12033                 updated translations, submitted by Jens Oberender,
12034                 Ricardo Mones Lastra, and Fabio Junior Beneditto
12035
12036 2001-10-29 [darko]      0.6.4claws14
12037
12038         * src/compose.c
12039                 fix wrapping for good
12040
12041 2001-10-29 [darko]
12042
12043         * src/compose.c
12044                 undo previous change as it broke the smart wrapping
12045
12046 2001-10-29 [darko]      0.6.4claws13
12047
12048         * src/compose.c
12049                 fix infinite loop when long URL is quoted
12050                 (closes bug #475122.
12051
12052 2001-10-28 [match]
12053
12054         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
12055                 import Mutt address book
12056         * src/ldif.[ch] src/importldif.h
12057                 modified import LDIF handle user attributes
12058
12059 2001-10-28 [christoph]  0.6.4claws12
12060
12061         * src/summaryview.c
12062                 fixed that filtering did not work if there
12063                 were no filter rules
12064                 (closes bug #472003 and better implementation
12065                  of patch #474644)
12066
12067 2001-10-27 [christoph]  0.6.4claws11
12068
12069         * src/compose.c
12070                 make the folder's default account to be used when
12071                 replying. (patch by wwp <subscript@free.fr>)
12072         * src/compose.c
12073                 code cleanup, nearly killed all of wwp's patch
12074                 for folder's default account in compose
12075         * src/folderview.c
12076                 error panel when a folder could not be created
12077                 (closes bug #471080 new folder name & already
12078                  existing file)
12079
12080 2001-10-26 [alfons]
12081
12082         * src/utils.h
12083                 change prototype of strstr2() that Christoph forgot about
12084
12085 2001-10-26 [christoph]  0.6.4claws10
12086
12087         * src/account.c
12088                 made search for accounts by email address not case
12089                 sensitive
12090         * src/folder.c
12091                 fixed memory leak in folder_item_get_identifier
12092         * src/gtkspell.c
12093         * src/utils.c
12094                 fixed wrong strstr2 (should work like strstr)
12095
12096 2001-10-26 [darko]      0.6.4claws9
12097
12098         * src/compose.c src/gtkstext.[ch]
12099         * src/gtkstext.c
12100                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
12101
12102 2001-10-26 [paul]       0.6.4claws8
12103
12104         * src/html.c
12105                 ignore css and javascript tags in html mail
12106                 case-insensitive, with or without double-quoted
12107                 strings
12108
12109 2001-10-26 [paul]       0.6.4claws7
12110
12111         * sync with sylpheed 0.6.4cvs1
12112                 see ChangeLog entry 2001-10-26
12113
12114         * src/prefs_account.c, src/prefs_common.c,
12115           src/prefs_summary_column.c
12116                 minor improvements to the English
12117
12118 2001-10-25 [alfons]     0.6.4claws6
12119
12120         * src/gtkstext.c
12121         
12122                 make GtkSText follow style of GtkText (closes bug 
12123                 #469211 "text selection while writing message")
12124                 
12125                 do sync with GTK 1.2.10
12126
12127 2001-10-25 [paul]       0.6.4claws5
12128
12129         * src/html.c
12130                 ignore css tags in html mail
12131
12132 2001-10-25 [darko]      0.6.4claws4
12133
12134         * src/compose.c
12135                 don't declare is_url_string as static function since
12136                 we need it in gtkstext.c
12137         * src/gtkstext.c
12138                 remove unused variable
12139                 don't wrap long URLs while composing a message
12140
12141 2001-10-24 [christoph]  0.6.4claws3
12142
12143         * src/socket.c
12144                 fix ssl deadlock, when peer closes connection
12145
12146 2001-10-24 [paul]       0.6.4claws2
12147
12148         * src/prefs_common.c
12149                 gettextize the gpg ascii-armored warning message
12150
12151         * src/compose.c
12152                 insert a DOS/MAC file into the composed message
12153                 (improvements)
12154
12155         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
12156
12157 2001-10-22 [paul]       0.6.4claws1
12158
12159         * sync with sylpheed 0.6.4 release
12160                 see ChangeLog entries 2001-10-21
12161
12162         * po/fr.po, po/pt_BR.po
12163                 updated by Melvin Hadasht and Fabio Junior Beneditto
12164
12165 2001-10-21 [paul]       0.6.3claws30
12166
12167         * src/compose.c
12168                 insert a DOS text file from the compose window
12169                 into the composed message text (removes CRs characters)
12170                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
12171
12172         * tools/filter_conv.pl, tools/README
12173                 automatically use ~/.sylpheed as working directory
12174                 print out confirmation message on completion
12175
12176         * correct Hoa's last ChangeLog.claws entry
12177
12178 2001-10-20 [hoa]        0.6.3claws29
12179
12180         * src/grouplistdialog.c
12181                 bugfix (another ?) to give the right
12182                 newsgroups list for each news server.
12183
12184         * src/news.c
12185         * src/news.h
12186                 improve the newsgroups list cache
12187
12188 2001-10-20 [paul]       0.6.3claws28
12189
12190         * sync with sylpheed 0.6.3cvs9
12191                 see ChangeLog entry 2001-10-19
12192
12193         * correct Alfons' last ChangeLog.claws entry
12194
12195 2001-10-19 [alfons]
12196
12197         * src/pgptext.[ch]
12198                 fix compilation problems (part of bug #472895)
12199
12200 2001-10-18 [hoa]        0.6.3claws27
12201
12202         * src/grouplistdialog.c
12203                 bugfix when we refresh was clicked (bug 472701)
12204
12205 2001-10-19 [christoph]  0.6.3claws26
12206
12207         * src/compose.c
12208                 last header entry should default to "To:" or
12209                 "Newsgroups:" and not copy the last entry line
12210                 in a new compose window
12211                 (closes bug #472686, #470792)
12212
12213 2001-10-19 [paul]       0.6.3claws25
12214
12215         * sync with Sylpheed 0.6.3cvs8
12216                 see ChangeLog entries 2001-10-18 and 2001-10-19
12217
12218 2001-10-18 [christoph]  0.6.3claws24
12219
12220         * src/procmsg.c
12221                 reimplement ignore thread
12222         
12223 2001-10-18 [hoa]        0.6.3claws23
12224
12225         * src/folderview.c
12226         * src/grouplistdialog.[ch]
12227                 enhanced news subscription interface (feature 469113)
12228
12229         * src/news.c
12230         * src/news.h
12231                 enchanced newsgroup listing,
12232                 now, we can get groups informations
12233                 (NNTPGroupInfo)
12234
12235 2001-10-18 [paul]       0.6.3claws22
12236
12237         * src/summaryview.c
12238                 remove comment (sync with main branch)
12239         * src/mainwindow.c
12240                 fix 'Re-edit' bug in 'Message' menu
12241
12242 2001-10-17 [christoph]  0.6.3claws21
12243
12244         * src/compose.c
12245                 ignore empty or whitespace only header lines
12246
12247 2001-10-17 [paul]       0.6.3claws20
12248
12249         * sync with sylpheed 0.6.3cvs7
12250                 see ChangeLog entries 2001-10-14, 2001-10-16, and
12251                 2001-10-17
12252
12253 2001-10-17 [darko]
12254
12255         * src/compose.c
12256                 wrap long lines without spaces
12257                 don't wrap URLs
12258
12259 2001-10-16 [paul]
12260
12261         * po/es.po, po/nl.po, po/pt_BR.po
12262                 updated by Ricardo Mones Lastra, Alfons,
12263                 and Fabio Junior Beneditto
12264
12265         * sylpheed-0.6.3claws released
12266
12267 2001-10-15 [melvin] 0.6.3claws18
12268
12269         * README.claws
12270                 added summary and detailed installation instructions
12271                 for spell checker
12272         * po/fr.po
12273                 Updated, corrected and completed french translation
12274
12275 2001-10-15 [hoa] 0.6.3claws17
12276         * src/grouplistdialog.c
12277                 we can choose the newsgroups to display with wildcards
12278
12279 2001-10-15 [christoph]  0.6.3claws16
12280
12281         * src/account.c
12282         * src/compose.c
12283         * src/prefs_folder_item.[ch]
12284                 applied wwp <subscript@free.fr>'s folder
12285                 default account patch
12286         * po/de.po
12287                 Fixed wrong translation
12288
12289 2001-10-13 [alfons, christoph, melvin]  
12290                         0.6.3claws15
12291
12292         solution #2 to solve MT-safety problems defers all GUI related calls
12293         to the main thread using a gtk_idle_add() callback. discussed on
12294         ircnet #sylpheed, with christoph spotting some issues with the
12295         original code, and melvin allowing us to lobotomize his sylpheed.
12296
12297         * src/syldap.[ch], src/main.c
12298                 fix race problem in ldap search thread by deferring GUI 
12299                 stuff to main thread using gtk_idle_add()
12300
12301 2001-10-13 [paul]       0.6.3claws14
12302
12303         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
12304                 add Sergey's smtpcred.patch
12305                 adds separate username/password setting for SMTP Auth
12306                 needed by some servers
12307                 (closes feature request #471659)
12308
12309 2001-10-13 [paul]       0.6.3claws13
12310
12311         * src/pgptext.[ch] **NEW FILES**
12312         * src/Makefile.am, src/messageview.c, src/mimeview.c
12313                 decrypt ascii-armored gpg text embedded in
12314                 the message body.
12315                 Submitted by Jens Jahnke <jan0sch@gmx.net>
12316
12317 2001-10-13 [christoph]  0.6.3claws12
12318
12319         * README.claws
12320                 some more details on default to and
12321                 feature requests
12322         * src/main.c
12323                 init glib threading when ldap is used
12324         * src/syldap.c
12325                 threading fixes
12326         * po/de.po
12327                 fixed a typo
12328
12329 2001-10-12 [paul]       0.6.3claws11
12330
12331         * src/prefs_common.[ch], src/rfc2015.c
12332                 enable ascii-armored gpg text to be embedded in the
12333                 message body, selectable through the 'Privacy'
12334                 preferences. Supports encrypting only.
12335                 Submitted by Ravemax <ravemax@dextrose.com>
12336
12337 2001-10-12 [paul]       0.6.3claws10
12338
12339         * sync with sylpheed 0.6.3cvs6
12340                 see ChangeLog entries 2001-10-11 and 2001-11-12
12341
12342         * src/folderview.c
12343                 incorporated mbox folders, scoring, and folder
12344                 properties into the sync
12345
12346 2001-10-12 [darko]      0.6.3claws9
12347
12348         * README.claws
12349                 describe quotation wrapping
12350         * src/compose.c
12351                 don't treat tab as space to calculate line length properly
12352
12353 2001-10-11 [alfons]
12354
12355         * README.claws
12356                 correct description of how to make new filtering system work,
12357                 add some other things
12358                 
12359         * src/syldap.c
12360                 remove sched_yield() (not necessary / unportable)
12361
12362 2001-10-11 [paul]       0.6.3claws8
12363
12364         * sync with sylpheed 0.6.3cvs3
12365                 see ChangeLog entry 2001-10-10
12366
12367 2001-10-10 [christoph]  0.6.3claws7
12368
12369         * .cvsignore
12370                 ignore 2 files created by newer autotools
12371         * src/prefs_folder_item.c
12372                 using table for widget alignment
12373                 fixed memory leak and broken octal display
12374         * src/filesel.c
12375                 fixed segfault caused by lost filename
12376                 workaround (closes bug #469551)
12377
12378 2001-10-10 [paul]       0.6.3claws6
12379
12380         * sync with sylpheed 0.6.3cvs2
12381                 see ChangeLog entries 2001-10-09 and 2001-10-10
12382
12383 2001-10-10 [darko]      0.6.3.claws5
12384
12385         * src/gtkstext.c
12386                 proper calculation of right margin if smart wrapping is enabled
12387         * src/compose.c
12388                 automatically wrap long lines if wrap quotation is enabled
12389
12390 2001-10-09 [alfons]     0.6.3.claws4
12391
12392         * src/summaryview.c
12393                 select correct row when deleting last row in the summary view (and
12394                 close bug "[ #469104 ] select second last in list when deleting")
12395
12396 2001-10-09 [paul]       0.6.3claws3
12397
12398         * sync with sylpheed 0.6.3cvs1
12399                 updated some autotool scripts
12400
12401 2001-10-09 [darko]      0.6.3claws2
12402
12403         * src/gtkstext.[ch]
12404                 new name and mark with Sylpheed comment
12405         * src/compose.c
12406                 smart quotation wrapping a-la VIM
12407
12408 2001-10-08 [paul]       0.6.3claws1
12409
12410         * sync with sylpheed 0.6.3 release
12411                 see ChangeLog entry 2001-10-08
12412
12413 2001-10-08 [paul]       0.6.2claws24
12414
12415         * src/summaryview.c
12416                 more sync with sylpheed 0.6.2cvs12
12417                 Fixed the bug that didn't select the last row correctly
12418
12419
12420 2001-10-07 [paul]       0.6.2claws23
12421
12422         * sync with sylpheed 0.6.2cvs12
12423                 see ChangeLog entry 2001-10-07
12424
12425 2001-10-06 [match]
12426         * src/jpilot.[ch]
12427                 enable jpilot to read unsynch'ed addresses.
12428
12429         * src/editldap_basedn.c
12430                 fix segfault when opening dialog.
12431
12432 2001-10-06 [alfons]     0.6.2.claws22
12433
12434         * src/summaryview.c
12435                 fix bug with summary view selecting last *inserted*
12436                 node instead of last *visible* node. remember we
12437                 work with a tree
12438
12439 2001-10-06 [paul]       0.6.2claws21
12440
12441         * po/pt_BR.po
12442                 updated translation, contains some fixes and new
12443                 translations, submitted by Gustavo Noronha Silva
12444                 <kov@debian.org>
12445
12446         * src/prefs_common.c
12447                 change 'each' to 'every' - fix dubious English
12448
12449         * sync with sylpheed 0.6.2cvs11
12450
12451 2001-10-05 [alfons]     0.6.2claws20
12452
12453         * src/mainwindow.[ch], src/folderview.c
12454                 make composite tool button switch between "Compose News"
12455                 and "Compose Mail" depending on selected folder
12456                 (nifty idea by Kim Schulz <kim@schulz.dk>)
12457
12458 2001-10-05 [paul]       0.6.2claws19
12459
12460         * src/mainwindow.c, src/summaryview.c
12461                 fix 'Message/Reply to all', broken in last commit
12462
12463         * src/compose.c
12464                 fix X_BEENTHERE seg fault, thanks to Alfons
12465
12466 2001-10-04 [paul]       0.6.2claws18
12467
12468         * src/compose.[ch], src/mainwindow.c
12469                 make "Message/Reply" reply to mailing lists; matches
12470                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
12471                 based on portions of the patch submitted by
12472                 Junichi Uekawa <dancer@netfort.gr.jp>
12473
12474 2001-10-04 [darko]      0.6.2claws17
12475
12476         * src/compose.c
12477                 better smart wrapping
12478         * src/gtkstext.[hc]
12479                 a function to make text buffer contiguous
12480
12481 2001-10-03 [paul]       0.6.2claws16
12482
12483         * sync with sylpheed 0.6.2cvs10
12484
12485 2001-10-02 [alfons]
12486
12487         * configure.in
12488         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
12489                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
12490                 references to chinese translations (hope someone picks up
12491                 this)
12492
12493 2001-10-02 [christoph]  0.6.2claws15
12494
12495         * src/compose.c
12496                 fixed non translated header bug
12497         * ChangeLog.claws
12498                 fixed wrong date in alfons last entry ;)
12499
12500 2001-10-02 [alfons]     0.6.2claws14
12501
12502         * src/compose.c, src/prefs_common.[ch]
12503                 add block cursor option
12504
12505 2001-10-02 [paul]       0.6.2claws13
12506
12507         * sync with sylpheed 0.6.2cvs9
12508
12509 2001-09-30 [paul]       0.6.2claws12
12510
12511         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
12512                 updated translations
12513
12514         * po/POTFILES.in
12515                 add 'src/importldif.c'
12516
12517         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
12518                 added eudora-to-vCard conversion tool
12519                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
12520
12521         * sync with sylpheed 0.6.2cvs8
12522
12523 2001-09-30 [paul]
12524
12525         * sylpheed-0.6.2claws released
12526
12527 2001-09-27 [melvin]     0.6.2claws11
12528
12529         * src/gtkspell.c
12530                 fixed crash when using default path (introduced 
12531                 in 0.6.2claws10)
12532                 fixed tiny bug for initial suggestion mode
12533
12534 2001-09-27 [melvin]     0.6.2claws10
12535         
12536         * src/gtkspell.c
12537                 fixed bug where gtkpspell didn't set the path correctly
12538
12539         * README.claws
12540                 added a paragraph about spell checking
12541                 
12542
12543
12544 2001-09-27 [paul]       0.6.2claws9
12545
12546         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
12547                 replace '// comments' with '/* comments */' to prevent
12548                 some compiler warnings 
12549
12550         * sync with sylpheed 0.6.2cvs6
12551
12552 2001-09-26 [alfons]     0.6.2claws8
12553
12554         * src/messageview.c
12555                 introduce return receipt request notification again,
12556                 which was lost because of other semantics in 
12557                 procheader_parse() (???)
12558
12559 2001-09-26 [christoph]  0.6.2claws7
12560
12561         * src/compose.c
12562                 replace comments for old code with #if 0
12563                 readded auto cc, bcc and reply-to
12564         * src/prefs_matcher.c
12565         * src/prefs_scoring.c
12566                 removed some definition (was moved to
12567                 prefs.h)
12568
12569 2001-09-26 [paul]       0.6.2claws6
12570
12571         * src/mainwindow.c
12572                 make 'Follow-up and reply to' sensitive
12573
12574         * more sync with sylpheed 0.6.2cvs5
12575
12576 2001-09-25 [melvin]
12577
12578         * 0.6.2claws5
12579
12580         * src/gtkspell.c
12581                 fixed bug for "US-ASCII" introduced by the encoding code
12582
12583 2001-09-25 [paul]
12584
12585         * 0.6.2claws4
12586
12587         * src/prefs_common.[ch], src/summaryview.c
12588                 'next unread msg' 'go to next folder?' dialog can be
12589                 given default behaviour, either always show dialog,
12590                 or assume 'yes', or assume 'no'
12591                 Submitted by wwp <subscript@free.fr>
12592
12593 2001-09-25 [melvin]
12594                 
12595         * src/compose.c src/gtkspell.[ch]
12596                 added support for different encodings
12597
12598 2001-09-25 [paul]
12599
12600         * more sync with sylpheed 0.6.2cvs5
12601
12602 2001-09-24 [alfons]
12603         
12604         * src/prefs_folder_item.c
12605                 add check for item->prefs->default_to string is NULL and
12606                 add another check when freeing this string
12607
12608 2001-09-24 [paul]
12609
12610         * configure.in
12611                 change to version 0.6.2claws3
12612
12613         * sync with sylpheed 0.6.2cvs5 
12614
12615 2001-09-24 [match]
12616         * src/ldif.[ch], src/importldif.[ch], addressbook.c
12617                 import LDIF files.
12618         * src/addrcache.[ch], addrindex.[ch]
12619                 small update for future
12620         * src/addrbook.c
12621                 fix test XML file.
12622
12623 2001-09-24 [melvin]
12624         * src/gtkspell.[ch]
12625                 added 'Learn from mistakes' option
12626                 better handling of quotes in checked words
12627                 sorted dict list
12628         * po/fr.po
12629                 small update for spell checking stuff
12630
12631 2001-09-23 [alfons]
12632         
12633         * src/gtkspell.c
12634                 edit a little bit so it complies more with main coding style
12635
12636 2001-09-23 [alfons]
12637
12638         * src/folder.[ch], prefs_folder_item.c, compose.c
12639                 migrate "request return receipt" folder property
12640                 to folderlist.xml
12641
12642 2001-09-22 [alfons]
12643
12644         * README.claws **NEW**
12645                 (add things of interest for users of main branch 
12646                 and claws here)
12647
12648         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
12649                 re-implement threading per folder option, but store 
12650                 the setting in folderlist.xml (where it belongs)
12651
12652 2001-09-21 [melvin]
12653
12654         * src/gtkspell.[ch]
12655                 fixed bug when compose window is under another window
12656         * src/prefs_common.[ch] src/compose.c
12657                 changed 'dictionary_path' to 'dictionary' to be consistent
12658                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
12659         * ac/pspell.m4 src/Makefile.am 
12660                 dropped PSPELL_PATH macro
12661         * po/fr.po
12662                 updated translations
12663
12664 2001-09-21 [christoph]
12665
12666         * src/compose.c
12667                 added border around header fields
12668                 keep header type when new field is added
12669
12670 2001-09-20 [christoph]
12671
12672         * src/utils.[ch]
12673                 more portable debug_print with source filename
12674                 and linenumber
12675         * src/procmsg.c
12676                 more newlines after debug messages
12677
12678 2001-09-20 [paul]
12679
12680         * configure.in
12681                 change to version 0.6.2claws2
12682
12683         * sync with sylpheed 0.6.2cvs3
12684
12685 2001-09-19 [melvin]
12686
12687         * src/gtkspell.c
12688                 fixed the post-right-click focus pb
12689                 fixed crash when 'Spell check all' after dict change 
12690                         and when cursor is at the end of the text
12691                 shift-right-click pops up config menu even on misspelled words.
12692         * po/POTFILES.in
12693                 added gtkspell.c
12694
12695 2001-09-19 [melvin]
12696
12697         * src/about.c
12698                 added pspell to compiled-in features list
12699
12700 2001-09-18 [melvin]
12701
12702         * switched to pspell and dropped ispell
12703         * ac/pspell.m4
12704                 new file. autoconf macro for pspell
12705         * ac/Makefile.am 
12706         * configure.in acconfig.h
12707                 added pspell support
12708         * src/Makefile.am
12709         * src/main.c src/compose.[ch] src/gtkspell.[ch]
12710         * src/prefs_common.[ch] 
12711                 added pspell support
12712
12713 2001-09-18 [christoph]
12714
12715         * src/addr_compl.c
12716         * src/template.[ch]
12717                 replace LOG_MESSAGE with debug_print
12718         * src/compose.[ch]
12719                 gui improvements
12720         * src/menu.c
12721                 added newline after debug message
12722         * src/utils.h
12723                 using __VA_ARGS__ for debug_print macro
12724         * tools/.cvsignore
12725                 ignore Makefile and Makefile.in
12726
12727 2001-09-18 [paul]
12728
12729         * configure.in
12730                 change to version 0.6.2claws1
12731         * sync with sylpheed 0.6.2cvs1
12732
12733         * src/matcher.c 
12734         * src/prefs_matcher.c
12735                 add 'score equal to' option, submitted by
12736                 Paul Evans <nerd@freeuk.com>
12737
12738 2001-09-15 [christoph]
12739
12740         * src/mainwindow.c
12741                 comment out menu entry not existing in claws
12742         * src/menu.c
12743                 add debug output for non existing menu entries
12744         * src/summaryview.c
12745                 fix next/prev unread message for ignored threads
12746         * src/utils.[ch]
12747                 add sourcefile and line number to debug output
12748                 otherwise it is sometimes hard to find the
12749                 source code part if debug messages are translated
12750
12751 2001-09-14 [darko]
12752         
12753         * src/folderview.c
12754                 refresh target folder style after colour is changed
12755
12756 2001-09-13 [paul]
12757
12758         * configure.in
12759                 change to version 0.6.1claws3
12760
12761         * sync with sylpheed 0.6.1cvs6
12762
12763 2001-09-13 [darko]
12764         
12765         * src/folderview.c
12766                 fix target folder colourization to use user selected colour
12767
12768 2001-09-12 [darko]
12769         
12770         * src/summaryview.c
12771                 fix crash when message that is marked for copy/move is unmarked
12772
12773 2001-09-09 [paul]
12774
12775         * configure.in
12776                 change to version 0.6.1claws2
12777
12778         * sync with sylpheed 0.6.1cvs3
12779
12780 2001-09-09 [alfons]
12781         
12782         * src/folderview.c
12783                 fix bug with default font used for trash folder text
12784
12785 2001-09-06 [paul]
12786
12787         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
12788                 updated translations
12789
12790         * configure.in
12791                 change to version 0.6.1claws1
12792
12793         * sync with sylpheed 0.6.1cvs2
12794
12795 2001-09-03 [paul]
12796
12797         * po/POTFILES.in
12798                 add Match's new addressbook
12799
12800         * po/de.po
12801                 updated translation submitted by Jens Oberender
12802
12803 2001-09-02 [paul]
12804
12805         * configure.in
12806                 change to 0.6.1claws
12807         * sync with sylpheed 0.6.1 release
12808
12809 2001-09-02 [paul]
12810
12811         * configure.in
12812                 change to 0.6.0claws2
12813
12814         * sync with sylpheed 0.6.0cvs4
12815
12816         * po/pt_BR.po
12817                 updated translation submitted by Fabio Junior Beneditto
12818
12819 2001-09-01 [match]
12820         * pixmaps/
12821                 interface.xpm
12822                 book.xpm
12823                 address.xpm
12824         * src/
12825                 Makefile.am
12826                 a ton of new files
12827
12828 2001-08-31 [paul]
12829
12830         * configure.in
12831                 change to version 0.6.0claws1
12832
12833         * sync with sylpheed 0.6.0cvs1
12834
12835         * po/es.po
12836                 updated translation submitted by Ricardo Mones Lastra
12837
12838         * po/POTFILES.in
12839                 add 'src/prefs_templates.c'
12840
12841         * src/compose.c, src/summaryview.c
12842                 fix segfault on 'Re_edit'               
12843
12844 2001-08-30 [alfons]
12845
12846         * configure.in, Makefile.am
12847         * tools/Makefile.am
12848                 add tools directory to source distribution
12849
12850 2001-08-30 [paul]
12851
12852         * configure.in
12853                 change to version 0.6.0claws
12854
12855         * sync with sylpheed 0.6.0 release
12856
12857 2001-08-30 [christoph]
12858
12859         * configure.in
12860                 removed autoconf version check
12861
12862 2001-08-30 [paul]
12863
12864         * src/account.c, src/compose.c, src/prefs_common.[ch]
12865         * src/procheader.[ch] src/utils.[ch]
12866                 Enhanced automatic account selection on replies
12867                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
12868
12869         * configure.in
12870                 add LDAP and JPilot to the configuration results output.
12871
12872 2001-08-29 [christoph]
12873
12874         * src/summeryview.c
12875                 no bold font for ignored threads
12876
12877 2001-08-29 [paul]
12878
12879         * configure.in
12880                 change to version 0.5.3claws6
12881
12882         * sync with sylpheed 0.5.3cvs10
12883                 src/stringtable.[ch]: New Files
12884
12885         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
12886         * src/pixmaps/sylpheed.xpm
12887                 add mini-icons to windows (by Alfons)
12888
12889 2001-08-27 [paul]
12890
12891         * src/mainwindow.c
12892                 new functions: next_labeled_cb(), prev_labeled_cb()
12893
12894         * src/summaryview.c
12895                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
12896                 summary_select_next_labeled(), summary_select_prev_labeled()
12897
12898         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
12899                 give claws blue folders and a blue trash can
12900
12901 2001-08-27 [paul]
12902
12903         * configure.in
12904                 change to version 0.5.3claws5
12905
12906         * sync with sylpheed 0.5.3cvs9
12907                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
12908
12909 2001-08-24 [christoph]
12910
12911         * src/filesel.c
12912                 keep filename when browsing directories
12913                 (not working for user entered filename, but
12914                  for default name and selected filename from
12915                  file list)
12916         * src/mainwindow.c
12917                 fixed wrong spelling "Folllow-up"
12918         * src/mbox_folder.c
12919         * src/procmsg.c
12920         * src/summaryview.c
12921                 fixed new/unread message count with ignored
12922                 threads (2 commits, first didn't notice no
12923                 longer needed decreasing)
12924         * src/inc.c
12925                 readded scrolling of progress dialog
12926                 (lost in sync)
12927
12928 2001-08-24 [paul]
12929
12930         * configure.in
12931                 change to 0.5.3claws4
12932
12933         * sync with sylpheed 0.5.3cvs7
12934
12935 2001-08-24 [christoph]
12936
12937         * src/compose.c
12938                 set request return receipt when replying
12939                 if it is set is the folder prefs of the
12940                 message
12941         * src/inc.c
12942                 disable final error popup if popups are
12943                 disabled in config (again)
12944
12945 2001-08-23 [paul]
12946
12947         * configure.in
12948                 Change version number to 0.5.3claws3
12949
12950         * sync with sylpheed 0.5.3cvs5
12951
12952         * src/mimeview.c
12953                 double quote '%s' in 'gedit %s' to fix bug when
12954                 opening attachment with spaces in the name
12955
12956 2001-08-22 [alte]
12957         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
12958           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
12959                 initial message templates support
12960
12961
12962 2001-08-22 [paul]
12963
12964         * configure.in
12965                 change version number to 0.5.3claws2
12966
12967         * sync with sylpheed 0.5.3cvs4
12968
12969         * src/procmsg.h src/summaryview.c
12970                 re-implement (un)ignore thread
12971
12972 2001-08-21 [paul]
12973
12974         * src/summaryview.c
12975                 remove unnecessary code
12976         * src/compose.c
12977                 enable 'dynamic' signatures (submitted by
12978                 Eric Limpens <eric@hscg-internet.nl>)
12979
12980 2001-08-21 [paul]
12981
12982         clean up after sync with sylpheed 0.5.3 release
12983
12984         * src/folderview.c
12985                 fix re-introduced font mess, see Christoph's
12986                 entry 2001-06-24
12987
12988         * src/summaryview.c
12989                 remove prev_msgnum
12990                 use sylpheed's small font instead of
12991                 gtk default font for summary view
12992
12993
12994 2001-08-17 [paul]
12995
12996         * configure.in
12997                 add pl to ALL_LINGUAS - sync with main branch
12998
12999         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
13000                 Updated. Translations by Jens Oberender, Ricardo Mones
13001                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
13002
13003         * po/pl.po  ** NEW FILE **
13004                 sync with the main branch
13005
13006         * src/folderview.c
13007                 fix target folder colorizing and refresh problem
13008
13009
13010 2001-08-17 [christoph]
13011
13012         * src/mainwindow.c
13013                 claws uses 4 colors for target folder coloring.
13014                 arrays were not long enough and destroyed the
13015                 stack causing a segfault.
13016                 target folder colorizing does not work anymore
13017                 for me
13018
13019 2001-08-16 [paul]
13020
13021         * configure.in
13022                 change to version 0.5.3claws1
13023
13024         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
13025           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
13026           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
13027
13028                 sync with sylpheed 0.5.3 release, but keep claws method of
13029                 configuring/saving fonts
13030
13031         * src/addressbook.[ch]
13032                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
13033                 in line with a similar change in Hiroyuki's branch
13034
13035         * src/mainwindow.[ch]
13036                 disable main_window_set_thread_option()
13037         * src/prefs_folder_item.c
13038                 comment out &tmps_prefs.enable_thread,
13039         * src/mbox_folder.c, src/procmsg.[ch]
13040                 comment out MSG_IS_IGNORE_THREAD
13041         * src/summaryview.c
13042                 comment out summary_ignore_thread() and summary_unignore_thread()
13043                 comment out MSG_IS_IGNORE_THREAD
13044
13045                 use Hiroyuki's threading instead.
13046
13047
13048
13049 2001-08-15 [paul]
13050
13051         * src/account.c
13052                 use Hiroyuki's 0.5.3 column scheme but also
13053                 include the enable/disable button.
13054         * src/pixmaps/mark.xpm
13055                 add Hiroyuki's amended pixmap
13056
13057 2001-08-13 [christoph]
13058
13059         * src/account.c
13060                 receive at get all column showed wrong state for APOP
13061                 button should only work for POP3 and APOP accounts
13062         * src/prefs_account.c
13063                 added missing preprocessor statement for SSL
13064
13065 2001-08-12 [paul]
13066
13067         * src/account.[ch]
13068                 add 'receive at get all' column and enable/disable
13069                 button.
13070
13071 2001-08-06 [christoph]
13072
13073         * src/account.c
13074                 show usage of SSL in protocol column
13075
13076         * src/imap.c
13077         * src/inc.c
13078                 renamed ssl options
13079
13080         * src/prefs_account.[ch]
13081                 moved ssl options to a new page
13082
13083         * src/send.c
13084         * src/smtp.c
13085         * src/ssl.[ch]
13086                 renamed ssl options
13087                 added support for SMTP STARTTLS command
13088
13089 2001-08-05 [christoph]
13090
13091         * configure.in
13092                 debian autoconf needs version check to find
13093                 correct autoconf version. if the file is
13094                 named configure.in 2.13 is used, which does
13095                 not work with this configure.in script.
13096                 other solution would be to rename the script
13097                 to configure.ac as suggested in the autoconf
13098                 manual.
13099
13100         * src/inc.c
13101                 disable final error popup if popups are
13102                 diabled in config
13103
13104         * src/socket.c
13105                 bugfix in ssl_gets
13106                 fixes IMAP over SSL problem
13107
13108 2001-08-03 [paul]
13109
13110         * configure.in
13111                 change to 0.5.2claws1
13112
13113         * sync with sylpheed 0.5.2cvs1
13114
13115 2001-08-02 [alfons]
13116
13117         * configure.in
13118                 quick fix for ispell detection...
13119
13120 2001-08-01 [paul]
13121
13122         * configure.in
13123                 change to 0.5.1claws4
13124
13125         * sync with sylpheed 0.5.1cvs7
13126
13127 2001-07-31 [alfons]
13128
13129         * src/prefs_common.c, src/prefs_common.h, 
13130           src/gtkspell.c, src/gtkspell.h
13131                 add global spelling checker settings (compose tab) +
13132                 selection of dictionary 
13133           
13134         * configure.in  
13135                 guess valid ispell location
13136
13137 2001-07-31 [paul]
13138
13139         * po/POTFILES.in
13140                 removal of 'src/quote_fmt_parse.c'
13141         * po/de.po
13142                 Updated de.po
13143                 (submitted by Jens Oberender <didge@suse.de>)
13144
13145 2001-07-31 [darko]
13146
13147         * src/folder.[ch]
13148         * src/folderview.[ch]
13149         * src/mainwindow.c
13150         * src/mh.c
13151         * src/prefs_common.[ch]
13152         * src/summaryview.c
13153                 target folder colourization
13154
13155 2001-07-30 [paul]
13156
13157         more sync with Sylpheed 0.5.1cvs6 
13158
13159 2001-07-30 [darko]
13160
13161         * src/mh.c
13162         * src/prefs_folder_item.[hc]
13163         * src/summaryview.c
13164                 shared folders support with a GUI
13165
13166 2001-07-29 [paul]
13167
13168         0.5.1claws3
13169
13170         * sync with Sylpheed 0.5.1cvs6
13171
13172 2001-07-29 [paul]
13173
13174         * po/pt_BR.po
13175                 updated
13176                 (submitted by Fabio Junior Beneditto)
13177
13178 2001-07-28 [paul]
13179
13180         * src/procmime.c
13181         * AUTHORS
13182                 patch to correct bad image mime headers
13183                 (submitted by Don Quijote <dq@searchlores.org>)
13184
13185 2001-07-28 [paul]
13186
13187         * tools/gif2xface.pl   **NEW FILE**
13188         * tools/README
13189                 script to convert file.gif to file.xface for
13190                 use in a custom header.
13191                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
13192
13193 2001-07-27 [alfons]
13194         
13195         * configure.in
13196                 change macros for detecting JPilot and LDAP
13197
13198 2001-07-27 [christoph]
13199
13200         * src/filtering.c
13201                 code cleanup (MIN / MAX warning, needed casting)
13202
13203 2001-07-27 [alfons]
13204
13205         * procheader.c
13206                 disallow setting flags when detecting certain headers
13207                 (X-Status, Status, Seen, X-Seen). 
13208         
13209         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
13210
13211 2001-07-27 [christoph]
13212
13213         * src/prefs_filter.c
13214         * src/prefs_filtering.c
13215         * src/prefs_matcher.c
13216         * src/prefs_scoring.c
13217                 scroll list when moving rows up or down
13218
13219         * src/imap.c
13220         * src/imap.h
13221         * src/prefs_account.c
13222         * src/prefs_account.h
13223         * src/send.c
13224                 SMTP over SSL (untested, feedback requested)
13225                 IMAP over SSL
13226
13227         * src/ssl.c
13228                 code cleanup
13229
13230 2001-07-26 [alfons]
13231         
13232         * configure.in, acconfig.h
13233                 define CLAWS (need this for main / claws detection)
13234
13235 2001-07-25 [alfons]
13236
13237         * configure.in
13238                 Sylpheed 0.5.1claws2
13239                 
13240         * sync with Sylpheed 0.5.1cvs4
13241
13242 2001-07-25 [christoph]
13243
13244         * src/scoring.c
13245                 fixed segfault
13246                 item->prefs == NULL (don't know why)
13247
13248 2001-07-25 [alfons]
13249
13250         * configure.in
13251                 Sylpheed 0.5.1claws1
13252
13253         * sync with Sylpheed 0.5.1cvs1-3
13254
13255 2001-07-24 [christoph]
13256
13257         * src/folderview.c
13258         * src/prefs_folder_item.[ch]
13259                 added folderitem preferences dialog with
13260                 default To: and auto request return receipt
13261
13262         * src/compose.[ch]
13263         * src/menu.[ch]
13264                 changes to handle new folderitem preferences
13265
13266         * src/mainwindow.c
13267         * src/summaryview.c
13268                 call compose new mail with current folderitem
13269
13270 2001-07-24 [alfons]
13271
13272         Release Sylpheed 0.5.1claws
13273
13274         * configure.in
13275                 change to release version 0.5.1claws
13276
13277 2001-07-24 [christoph]
13278
13279         * src/summaryview.c
13280                 fixed segfault that happend when the selected
13281                 message was removed while retrieving new messages.
13282
13283         * po/es.po
13284                 updated translation
13285                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
13286
13287 2001-07-22 [alfons]
13288
13289         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
13290         this is a work in progress, for more information: http://nlpagan.net/sylman 
13291         
13292         * configure.in, src/mainwindow.c, manual/Makefile.am
13293                 add support for English manual
13294
13295         * AUTHORS
13296                 add authors of user manuals
13297
13298         * manual/en/sylpheed*.html
13299                 add English documentation
13300
13301 2001-07-22 [christoph]
13302
13303         * po/POTFILES.in
13304                 added src/ssl.c
13305         * src/ssl.c
13306                 changed a wrong debug message
13307
13308 2001-07-22 [alfons]
13309
13310         * po/nl.po
13311                 update Dutch translation
13312
13313         * src/prefs_filtering.c, 
13314           src/prefs_matcher.c
13315                 add more translatable strings           
13316
13317 2001-07-21 [alfons]
13318
13319         0.5.0claws7
13320
13321         * configure.in
13322                 change version
13323
13324         * src/inc.c, src/summaryview.[ch]
13325                 prevent update of mark file when filtering has done, by
13326                 using a variable; this affects two functions:
13327                         inc.c::inc_finished()
13328                         summaryview.c::summary_show()
13329
13330 2001-07-20 [alfons]
13331
13332         * src/filtering.[ch], src/prefs_filtering.c, 
13333           src/matcher.[ch]
13334                 add filtering action for label coloring 
13335
13336         * po/POTFILES.in
13337                 add labelcolors.c
13338
13339         * added src/labelcolors.c
13340         * added src/labelcolors.h
13341         * src/Makefile.am, src/summaryview.c
13342                 rearrange label coloring code
13343
13344         * src/procmsg.h
13345                 add more parentheses so label colouring works correctly
13346
13347         * src/filtering.c
13348                 don't really delete message, but move it to Trash
13349
13350         * src/prefs_matcher.c
13351                 add quote options to info dialog
13352
13353 2001-07-20 [christoph]
13354
13355         * src/Makefile.am
13356         * src/inc.c
13357         * src/main.[ch]
13358         * src/socket.h
13359         * src/ssl.[ch] (new)
13360                 moved ssl stuff to a seperate file
13361
13362 2001-07-20 [darko]
13363
13364         * src/summaryview.c
13365                 fix show sender using address book with no e-mail
13366                 address in From: field
13367
13368 2001-07-19 [alfons]
13369
13370         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
13371                 fix messy handling of escaping... now at least the
13372                 execute command is useful. escape char is '\', we
13373                 accept \n and \r too. 
13374
13375                 Real life example:
13376                 
13377                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
13378                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
13379
13380 2001-07-18 [alfons]
13381
13382         0.5.0claws6
13383
13384         * src/summaryview.c
13385                 clean up
13386
13387         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
13388           src/procmsg.[ch]
13389                 revise filtering; currently move, copy, marking have
13390                 been tested. if you like bleeding edge stuff, you
13391                 should definitely go for this version :)
13392
13393         * mark old working stuff as VERSION_0_5_0_CLAWS5        
13394
13395 2001-07-17 [christoph]
13396
13397         * src/utils.c
13398                 timestamp log
13399
13400 2001-07-17 [alfons]
13401
13402         0.5.0claws5
13403
13404         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
13405           bits in the mark file, without affecting either branch. Lots of
13406           files changed, also in claws branch.
13407
13408           UNTESTED: use of mbox folders
13409
13410         * src/summaryview.c
13411                 added mark all read; however this was a quick hack used for
13412                 cleaning up mess after initial merge with Hiroyuki
13413
13414         * configure.in
13415                 change claws version number back to 0.5.0claws5 to clear up 
13416                 confusion & pretension (recent release was technically 
13417                 0.5.0claws4, so we neatly align with Hiroyuki :-)
13418
13419 2001-07-16 [alfons]
13420
13421         sync with Hiroyuki's 0.5.0cvs4
13422
13423 2001-07-16 [alfons]
13424
13425         0.5.1claws3
13426
13427         * src/filtering.[ch]
13428                 remove invalid updating of mark files for 
13429                 filter actions MATCHING_ACTION_MOVE and 
13430                 MATCHING_ACTION_DELETE; this should fix the
13431                 folder update bug
13432                 
13433         * src/procmsg.c
13434                 revert Christoph's stab at fixing the folder 
13435                 update bug
13436
13437         * po/POTFILES.in
13438                 add missing files with translatable strings
13439
13440         * src/summaryview.c
13441                 remove debug print
13442
13443 2001-07-15 [alfons]
13444
13445         * src/addr_compl.[ch], src/prefs_filtering.c
13446                 make "filtering pref dialog's destination entry" an
13447                 "address completable entry", if filter destination is 
13448                 an email address
13449
13450         0.5.1claws2
13451         
13452         sync with Hiroyuki's 0.5.0cvs2-3
13453
13454 2001-07-15 [christoph]
13455
13456         * src/procmsg.c
13457                 fixed folder stats update after incorporation
13458
13459 2001-07-15 [alfons]
13460
13461         * src/summaryview.c
13462                 * finish label colouring stuff (for now)
13463                 * fix incorrect colour bug (off by one) 
13464
13465 2001-07-14 [alfons]
13466
13467         * src/mainwindow.c
13468                 change text labels for news and mail message so there's
13469                 plenty of toolbar estate left
13470
13471         * configure.in
13472                 0.5.1claws1
13473
13474         * src/folderview.c
13475           src/folder.[ch]
13476                 sync with Hiroyuki's 0.5.0cvs1
13477
13478         * src/summaryview.c
13479                 more rewrite label colouring
13480
13481 2001-07-14 [alfons]
13482
13483         * src/summaryview.[ch]
13484                 * start rewrite label colouring 
13485                 * fix proper location "Add Sender To Addressbook" menu item
13486
13487 2001-07-13
13488
13489         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
13490         (actually this is 0.5.0claws4)
13491
13492 2001-07-13 [alfons]
13493
13494         * po/pt_BR.po
13495                 * fix duplicate message
13496                 * add updated Portugese / Brazilian translation
13497                   submitted by Fabio Junior Beneditto
13498
13499 2001-07-12 [alfons]
13500
13501         * AUTHORS
13502                 add Jens
13503
13504         * po/nl.po
13505                 add updated Dutch translation
13506
13507         * po/de.po
13508                 add updated German translation submitted by Jens
13509
13510 2001-07-11 [alfons]
13511
13512         Prerelease before 0.5.0claws. Please test.
13513         This version is temporarily tagged as VERSION_0_5_0_TEST
13514
13515         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
13516           src/prefs_scoring.c, src/prefs_matcher.c, 
13517           src/prefs_filtering.c, src/mbox.c, 
13518           src/main.c, src/inc.c, src/filtering.[ch]
13519                 revert new Hoa's new matcher (does not work yet)
13520
13521         * src/Makefile.am
13522                 clean up
13523
13524 2001-07-10
13525
13526         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
13527
13528
13529 2001-07-10 [alfons]
13530
13531         * Makefile.am
13532                 add ChangeLog.claws to EXTRA_DIST
13533         * src/Makefile.am
13534                 add matcher_parser_parse.h to EXTRA_DIST
13535
13536 2001-07-10 [christoph]
13537
13538         * src/inc.c
13539                 add destination folder to table of
13540                 folders that need to be updated after
13541                 incorporation
13542
13543 2001-07-10 [alfons]
13544
13545         * folder.[ch]
13546           folderview.c
13547                 make collapse state of folders and folder items persistent, i.e.
13548                 if you collapse a folder tree, the next time sylpheed-claws starts 
13549                 up the folder tree remains collapsed.  
13550                 
13551 2001-07-10 [christoph]
13552
13553         * acconfig.h
13554         * configure.in
13555                 added --enable-ssl
13556         * src/md5.[ch]
13557                 renamed MD5_CTX to MD5_CTX_syl
13558                 conflicts with a struct in openssl
13559         * src/inc.c
13560         * src/main.[ch]
13561         * src/prefs_account.[ch]
13562         * src/socket.[ch]
13563                 SSL support for POP
13564         * src/mainwindow.c
13565                 fixed compose with current account
13566                 broken by new compose button stuff
13567
13568 2001-07-09 [hoa]
13569
13570         * AUTHORS
13571                 changed my email address
13572
13573         * src/matcher_parser_parse.y
13574                 clean the parser to remove conflicts
13575
13576 2001-07-09 [alfons]
13577
13578         * AUTHORS
13579                 add Match Grun
13580
13581         * configure.in
13582                 fix incorrect description of --enable-ldap parameter
13583
13584         * src/prefs_common.[ch]
13585           src/compose.c
13586                 add experimental option "smart wrapping" which makes the
13587                 compose editor auto wrap.
13588                 
13589                 | TODO: the problem with the buggy cursor handling is caused |
13590                 | by the GtkText. when deleting / backspacing text its       |
13591                 | wrapping algorithm does not take in account the previous   |
13592                 | line. should find a way to hack this in.                   |
13593                 | or should perhaps combine this with the word wrapping      |
13594                 | patch i wrote in january.                                  |
13595
13596         * src/about.c
13597                 show build parameters for LDAP and JPilot
13598
13599         * src/summaryview.c
13600                 revert Christoph's bugfix for selecting next unread message, 
13601                 because folder stats aren't updated correctly
13602
13603 2001-07-08 [hoa]
13604
13605         * src/filtering.c
13606         * src/mainwindow.c
13607         * src/matcher.c
13608         * src/matcher_parser_lex.l
13609         * src/matcher_parser_parse.y
13610         * src/prefs_filtering.c
13611         * src/prefs_scoring.c
13612         * src/scoring.c
13613                 bugfix of the config file parser
13614
13615 2001-07-08 [alfons]
13616
13617         * src/Makefile.am
13618                 added generated matcher sources to BUILT_SOURCES
13619
13620 2001-07-08 [hoa]
13621
13622         * src/Makefile.am
13623         * src/.cvsignore
13624                 added new config file parser
13625
13626         * src/scoring.[ch]
13627         * src/filtering.[ch]
13628         * src/matcher.[ch]
13629         * src/prefs_filtering.c
13630         * src/prefs_matcher.c
13631         * src/prefs_scoring.c
13632         * added src/matcher_parser.h
13633         * added src/matcher_parser_lex.h
13634         * added src/matcher_parser_lex.l
13635         * added src/matcher_parser_parse.y
13636                 lex & yacc config file parser
13637
13638         * src/mbox.c
13639         * src/inc.c
13640         * src/main.c
13641                 changes prefs_filtering into global_filtering           
13642
13643         * src/summaryview.c
13644                 build threads with subjects only if "Re: " is at the
13645                 beginning of the subject
13646
13647 2001-07-07 [paul]
13648
13649         0.5.0claws
13650
13651         sync with sylpheed 0.5.0
13652                 change of version number only
13653
13654 2001-07-06 [paul]
13655
13656         0.5.0claws5
13657
13658         sync with sylpheed 0.5.0pre5
13659
13660 2001-07-05 [paul]
13661
13662         sync with sylpheed 0.5.0pre4 release
13663                 /po and /manual/ja not sync'ed
13664
13665 2001-07-04 [paul]
13666
13667         more sync with sylpheed 0.5.0pre4
13668
13669 2001-07-03 [christoph]
13670
13671         * src/addressbook.c
13672                 fixed address book broken by address book
13673                 for VCard, JPilot, LDAP
13674
13675 2001-07-03 [alfons]
13676
13677         * src/matcher.c
13678         * src/textview.c
13679                 stopped memory leaks
13680
13681 2001-07-03 [paul]
13682
13683         more sync with sylpheed 0.5.0pre4
13684
13685 2001-07-02 [match]
13686
13687         * included address book patch for VCard, JPilot, LDAP
13688         * pref_common.c - fixed Font options on Display tab (cosmetic)
13689         * alertpanel.c - fixed truncated message
13690
13691 2001-07-02 [christoph]
13692
13693         * src/mbox_folder.c
13694         * src/procmsg.[ch]
13695         * src/summaryview.c
13696                 mark threads for ignoring
13697
13698 2001-07-02 [paul]
13699
13700         0.5.0claws4
13701
13702         * sync with sylpheed 0.5.0pre4
13703                 updated gettext to 0.10.38.
13704
13705 2001-07-01 [paul]
13706
13707         * src/ mainwindow.c
13708         * src/procmsg.h
13709         * src/summaryview.[ch]
13710                 new right-click option: Label.
13711                 substitute for 'Mark-->Mark/Unmark', colours the line.
13712                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
13713
13714 2001-07-01 [christoph]
13715
13716         * src/folderview.c
13717                 fixed font for trash
13718         * src/summaryview.c
13719                 move ctree to unread message
13720
13721 2001-07-01 [paul]
13722
13723         * sync with sylpheed 0.5.0pre3 release
13724
13725 2001-06-30 [alfons]
13726
13727         * src/filesel.[ch]
13728         * src/compose.c
13729                 allow inserting / attaching multiple files in
13730                 the composer window
13731
13732 2001-06-30 [paul]
13733
13734         * src/codeconv.c
13735                 small change to Alfons' previous stuff so that it
13736                 actually makes
13737
13738 2001-06-30 [alfons]
13739
13740         * lots of files changed; first attempt to merge the changes
13741           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
13742
13743 2001-06-30 [paul]
13744
13745         * po/pt_BR.po
13746                 updated and completed, translations by Fabio
13747                 Junior Beneditto <fjbeneditto@yahoo.com.br>
13748
13749 2001-06-29 [alfons]
13750
13751         * src/compose.c
13752         * src/mimeproc.[ch]
13753                 allow selecting an attached files' mime type from a 
13754                 list of types.
13755
13756 2001-06-29 [paul]
13757
13758         * more sync with sylpheed 0.5.0pre3
13759
13760 2001-06-29 [paul]
13761
13762         * po/pt_BR.po
13763                 merge with sylpheed.pot and pt_BR.po provided by
13764                 Fabio Junior Beneditto.
13765
13766 2001-06-29 [darko]
13767
13768         * src/procmime.c
13769                 make MIME types case insensitive
13770
13771 2001-06-28 [alfons]
13772
13773         * po/nl.po
13774                 merge with sylpheed.pot and old nl.po; translations added.
13775
13776 2001-06-28 [paul]
13777
13778         * more sync with sylpheed 0.5.0pre3
13779
13780 2001-06-27 [alfons]
13781
13782         * src/summaryview.c
13783                 don't crash when removing parent node of messages
13784                 attracted by subject. this was caused by not deleting
13785                 the parent node from the subject line hash table.
13786
13787 2001-06-27 [alfons]
13788
13789         * src/summaryview.c
13790         * src/compose.[ch]
13791         * src/mainwindow.c
13792                 if there are multiple messages selected, allow forwarding
13793                 them as attachments.
13794
13795 2001-06-27 [paul]
13796
13797         * more sync with sylpheed 0.5.0pre3
13798
13799 2001-06-26 [paul]
13800
13801         0.5.0claws3
13802
13803         * sync with sylpheed 0.5.0pre3
13804
13805 2001-06-25 [paul]
13806
13807         * src/mainwindow.c
13808                 fixed 'compose news article' bug
13809                 from icon-and-text toolbar
13810
13811 2001-06-25 [paul]
13812
13813         * sync with sylpheed 0.5.0pre2 release
13814
13815 2001-06-24 [christoph]
13816
13817         * src/prefs_common.c
13818                 bug fix in font selection
13819         * src/folderview.c
13820                 use sylpheed's normal font instead of
13821                 gtk default font for folders without
13822                 new messages
13823
13824 2001-06-24 [alfons]
13825
13826         * src/mainwindow.[ch]
13827                 added composite compose mail / news button (an idea by Leandro
13828                 Pereira <leandro@linuxmag.com.br>)
13829
13830 2001-06-24 [paul]
13831
13832         Added instructions for ldif-to-xml.py
13833
13834         * tools/README
13835
13836 2001-06-23 [alfons]
13837
13838         Some minor things.
13839
13840         * src/pixmaps/stock_news_compose.xpm
13841                 added pixmap by Leandro
13842         * src/prefs_common.c
13843                 tested built-in spelling checker of GCC 3.0 :)
13844         * po/nl.po
13845                 merged dutch translation of sylpheed-main with
13846                 sylpheed.pot
13847
13848 2001-06-23 [paul]
13849
13850         Added tools directory and files.
13851
13852         * tools/filter_conv.pl
13853                 converts old filter system to new filtering system
13854         * tools/ldif-to-xml.py
13855                 converts netscape addressbook to sylpheed addressbook
13856         * tools/README
13857                 descriptions/instructions for above two files
13858
13859 2001-06-23 [christoph]
13860
13861         * src/inc.c
13862         * src/manage_window.[ch]
13863         * src/prefs_common.[ch]
13864                 mail retrieval dialog can be enabled, disabled
13865                 or hidden if non of sylpheed's windows is active
13866
13867 2001-06-22 [paul]
13868
13869         0.5.0claws2
13870
13871         * sync with sylpheed 0.5.0pre2
13872
13873 2001-06-21 [christoph]
13874
13875         * src/summaryview.c
13876                 show recipient on 'from' for all accounts
13877                 
13878         * src/inc.c
13879         * src/prefs_common.[ch]
13880                 disable error popup on mail receive errors
13881
13882 2001-06-21 [alfons]
13883
13884         * src/compose.c
13885                 made the ruler correctly appear and disappear.
13886
13887         * src/Makefile.am
13888                 removed Hoa's work-in-progress-stuff (interesting!) so 
13889                 claws compiles ok.
13890
13891 2001-06-20 [christoph]
13892
13893         * src/inc.c
13894         * src/progressdialog.c
13895                 added scrolled window for list in progressdialog
13896
13897 2001-06-20 [paul]
13898
13899         sync with sylpheed 0.5.0pre1 release
13900
13901 2001-06-20 [christoph]
13902
13903         * src/summeryview.c
13904                 make building threads by subject work when
13905                 thread view is enabled
13906                 
13907         * src/compose.c
13908         * src/prefs_common.[ch]
13909                 automatically select account for mail replys
13910
13911 2001-06-19 [sergey]
13912
13913         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
13914         they are filled in from the account settings.
13915
13916 2001-06-19 [paul]
13917
13918         * more sync with sylpheed 0.5.0pre1
13919
13920 2001-06-18 [alfons]
13921
13922         * src/Makefile.am,
13923           src/procmime.c
13924                 added --sysconfdir to CPPFLAGS for pointing to the correct
13925                 location of mime.types. 
13926
13927                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
13928                 or ./configure!
13929
13930 2001-06-18 [hoa]
13931
13932         * src/summaryview.c
13933                 fixed some bug when building threads
13934
13935 2001-06-18 [pau]l
13936
13937         * src/prefs_account.c
13938                 UI stuff: More changes to the English
13939
13940 2001-06-18 [paul]
13941
13942         * src/pixmaps/stock_news_compose.xpm: new file
13943         * src/Makefile.am
13944         * src/mainwindow.c
13945         * src/summaryview.c
13946                 Added new icon for Hoa's 'compose a news
13947                 message', plus minor improvements to the
13948                 English
13949
13950         * po/ja.po
13951         * ChangeLog
13952         * ChangeLog.jp
13953                 more sync with sylpheed 0.5.0pre1
13954
13955 2001-06-18 [hoa]
13956
13957         * src/compose.[ch]
13958         * src/mainwindow.c
13959                 Follow-up and reply to
13960
13961         * src/summaryview.[ch]
13962                 Build threads also with subjects
13963
13964 2001-06-17 [hoa]
13965
13966         * src/compose.c
13967                 forwarding use the current account.
13968
13969         * src/mainwindow.c
13970                 the "compose message" button has been replaced with
13971                 "new mail" and "new news" buttons
13972
13973         * src/prefs_common.[ch]
13974                 added a configuration option to use the forward button
13975                 as "forward as attachment"
13976                 changed reply and forward format description
13977
13978         * src/quote_fmt_lex.l
13979         * src/quote_fmt_parse.y
13980                 added message with no signature in format for reply
13981                 and forward.
13982
13983 2001-06-17 [paul]
13984
13985         Minor UI stuff
13986
13987         * src/mainwindow.c
13988         * src/summaryview.c
13989                 Improvements to the English
13990
13991         * src/prefs_common.c
13992                 Improvements to the English and some
13993                 clarity/continuity improvements in the
13994                 description of Quote symbols.
13995
13996 2001-06-17 [paul]
13997
13998         0.5.0claws1
13999
14000         * sync with sylpheed 0.5.0pre1
14001
14002 2001-06-17 [hoa]
14003
14004         * src/compose.c
14005                 Better interface for compose, displayed fields
14006                 are updated whenever we change account.
14007                 Newsgroups field is automatically filled.
14008
14009         * src/mainwindow.c
14010                 Newsgroups field is automatically filled.
14011
14012         * src/prefs_account.c
14013                 Some interface stuff when fields appear and
14014                 disappear.
14015
14016 2001-06-16 [paul]
14017
14018         0.4.99claws
14019
14020         * sync with sylpheed 0.4.99
14021
14022 2001-06-16 [sergey]
14023
14024         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
14025         base64_decoder_free, base64_decoder_decode): new object and
14026         functions for decoding base64 streams.
14027         * src/procmime.c (procmime_decode_content): modified to use the
14028         new base64 decoder.
14029
14030 2001-06-15 [paul]
14031
14032         0.4.99claws10
14033
14034         * sync with sylpheed 0.4.99cvs11
14035
14036 2001-06-13 [paul]
14037
14038         0.4.99claws9
14039
14040         * sync with sylpheed 0.4.99cvs9
14041
14042 2001-06-13 [hoa]
14043
14044         * src/compose.c
14045         * src/prefs_account.c
14046
14047                 SMTP server can be defined in the news account
14048                 mime type of attachment are kept.
14049
14050         * src/summaryview.c
14051
14052                 now choose the highest important score between default
14053                 and important score of folder.
14054
14055 2001-06-09 [alfons]
14056         
14057         * src/prefs_common.c: 
14058
14059                 (prefs_quote_description_create): corrected description of 
14060                 quote format characters
14061
14062 2001-06-09 [paul]
14063
14064         0.4.99claws8
14065
14066         * sync with sylpheed 0.4.99cvs8
14067
14068 2001-06-08 [sergey]
14069
14070         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
14071         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
14072
14073 2001-06-08 [paul]
14074
14075         0.4.99claws7
14076
14077         * sync with sylpheed 0.4.99cvs7
14078
14079 2001-06-06 [sergey]
14080
14081         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
14082         clashes with autogenerated header).
14083         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
14084         * src/Makefile.am: added quote_fmt.h.
14085         * src/.cvsignore: added lex/yacc autogenerated files
14086         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
14087
14088 2001-06-06 [paul]
14089
14090         0.4.99claws6
14091
14092         * sync with sylpheed 0.4.99cvs6
14093
14094 2001-06-06 [hoa]
14095
14096         * added src/quote_fmt_parse.h
14097         * src/compose.c
14098                 removed warnings
14099
14100         * src/prefs.[ch]
14101                 don't modify readonly configuration files
14102
14103         * src/prefs_account.c
14104         * src/prefs_common.c
14105         * src/prefs_customheader.c
14106         * src/prefs_display_header.c
14107         * src/prefs_filter.c
14108         * src/prefs_filtering.c
14109         * src/prefs_scoring.c
14110                 don't open dialog box when configuration files
14111                 are readonly
14112
14113 2001-06-05 [sergey]
14114
14115         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
14116
14117         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
14118         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
14119         BUILT_SOURCES to make all files rebuild properly.
14120
14121         * src/compose.c: removed #include "quote_fmt.tab.h".
14122
14123         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
14124         CHARACTER value in yylval.
14125
14126         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
14127         receive CHARACTER value by documented means (yylval).
14128
14129         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
14130
14131 2001-06-05 [hoa]
14132
14133         * src/Makefile.am
14134                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
14135
14136         * src/filtering.c
14137         * src/matcher.c
14138         * src/matcher.h
14139         * src/prefs_filtering.c
14140                 now keep the configuration for execute action
14141
14142         * src/mbox_folder.c
14143                 fixed a warning
14144
14145 2001-06-05 [paul]
14146
14147         * sync with sylpheed 0.4.99cvs5
14148
14149 2001-06-05 [hoa]
14150
14151         * src/Makefile.am
14152                 added quote_fmt.[ch]
14153
14154         * added src/quote_fmt.y
14155         * added src/quote_fmt.l
14156         * added src/quote_fmt.tab.h
14157         * added src/quote_fmt.tab.c
14158         * added src/lex.quote_fmt.c
14159                 parsing configuration for replying
14160                 and forwarding
14161
14162         * src/prefs_common.[ch]
14163                 added configuration UI for replying
14164                 and forwarding
14165
14166         * src/compose.c
14167                 using configuration for replying
14168                 and forwarding
14169
14170 2001-06-04 [hoa]
14171
14172         * src/filtering.c
14173         * src/matcher.c
14174         * src/matcher.h
14175         * src/prefs_filtering.c
14176         * src/prefs_matcher.c
14177         * src/prefs_matcher.h
14178                 action "run a command" for filtering
14179                 and matching with a command.
14180                 fixed the "whole message" matching
14181
14182         * src/mbox_folder.c
14183                 changed temporary filename for security
14184
14185         * src/messageview.c
14186                 queue the notification if it fails to send.
14187
14188         * src/prefs_common.c
14189         * src/prefs_folder_item.c
14190                 changed the default important score             
14191
14192         * src/prefs_scoring.c
14193         * src/scoring.c
14194                 hide kill score input when the folder is not
14195                 a newsgroup
14196
14197 2001-06-03 [alfons]
14198
14199         * src/prefs_common.c:
14200
14201                 (prefs_font_select): pass font name in font entry box to font
14202                 selection dialog.
14203
14204 2001-06-03 [sergey]
14205
14206         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
14207
14208 2001-06-03 [paul]
14209
14210         * sync with sylpheed 0.4.99cvs4
14211
14212 2001-06-03 [alfons]
14213
14214         * src/headerwindow.c:
14215
14216                 (headerwindow_show_cb): use the selected summary view item, not
14217                 the displayed item.
14218
14219 2001-06-02 [alfons]
14220
14221         * src/headerwindow.c:
14222
14223                 (headerwindow_show_cb): always try to show msginfo
14224
14225 2001-06-02 [hoa]
14226
14227         * src/compose.c
14228                 keep attached parts when reediting or forwarding.
14229
14230 2001-06-01 [hoa]
14231
14232         * src/folderview.c
14233         * src/prefs_folder_item.[ch]
14234         * src/prefs_scoring.[ch]
14235         * src/scoring.[ch]
14236         * src/summaryview.[ch]
14237         * src/main.c
14238         * src/mainwindow.c
14239         * src/prefs_common.[ch]
14240                 support for folder scoring
14241                 kill score and important score for messages
14242         
14243         * src/prefs_account.c
14244                 some display bug fixed for local account
14245                 preferences
14246
14247 2001-05-31 [alfons]
14248
14249         * src/summaryview.c:
14250
14251                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
14252                 sender to address book menu item is disabled.
14253
14254 2001-05-30 [hoa]
14255
14256         * src/filtering.[ch]
14257         * src/summaryview.c
14258                 handling summary menu / filter messages
14259
14260         * src/folder.[ch]
14261                 add some stuff
14262
14263         * src/foldersel.c
14264                 imap folders now appears in list
14265
14266         * src/mbox_folder.c
14267                 doesn't crash if destination mail is not writeable
14268
14269 2001-05-29 [hoa]
14270
14271         * src/compose.c
14272                 removed some warnings
14273
14274         * src/filtering.c
14275         * src/folder.[ch]
14276         * src/prefs_filtering.c
14277                 global string to identify any folders           
14278                 removed some debug info
14279                 filtering to mbox folders is now possible
14280
14281         * src/mainwindow.c
14282                 removed some warnings
14283
14284         * src/mbox_folder.c
14285                 permission on files are changed to read/write for user only,
14286                 nothing for other.
14287                 creation of subfolder is handled better.
14288
14289 2001-05-28 [alfons]
14290
14291         Verified the sync for src/prefs_common.[ch] and
14292         src/prefs_account.[ch]. I believe there were some
14293         minor indentation differences.
14294
14295 2001-05-28 [paul]
14296
14297         0.4.99claws3
14298
14299         * sync with 0.4.99cvs3
14300
14301 2001-05-28 [hoa]
14302
14303         * src/compose.c
14304                 handling flags for mbox format
14305
14306         * src/filtering.c
14307                 use of mark file only for MH format
14308                 handling flags for mbox format
14309                 filtering cannot yet move or copy mails to mbox folders.
14310
14311         * src/folder.[ch]
14312                 changed move_msg, copy_msg,
14313                 move_msgs_with_dest, copy_msgs_with_dest functions
14314                 uses only folder->copy_msg() function
14315                 uses folder->finished_copy() to handle the destination
14316                 folder at the end of the copy or move operation.
14317
14318         * src/foldersel.c
14319                 included mbox directories.
14320
14321         * src/folderview.[ch]
14322         * src/mainwindow.c
14323                 handle folders operation for mbox format
14324
14325         * src/mbox.c
14326                 disable conversion of "From " header
14327
14328         * src/mbox_folder.[ch]
14329                 completion of mbox format handling
14330
14331         * src/mh.c
14332                 changed mh_copy_msg() function and
14333                 removed mh_move_msg(), mh_move_msgs_with_dest(),
14334                 mh_copy_msgs_with_dest()
14335
14336         * src/prefs_filtering.c
14337                 removed some warnings
14338
14339         * src/prefs_matcher.c
14340                 default boolean operation is AND
14341
14342         * src/procheader.c
14343                 handling flags for mbox format
14344                 handling of "From " header
14345
14346         * src/procmsg.[ch]
14347                 removed data field
14348                 added MSG_REALLY_DELETED flags to handle deletion of
14349                 messages in mbox format.
14350
14351         * src/summaryview.c
14352                 handling flags for mbox format
14353                 disable the MSG_DELETED flags when messages
14354                 are deleted in mbox format
14355
14356         * src/textview.c
14357                 "From " headers display fixed.
14358
14359 2001-05-27 [alfons]
14360
14361         * src/textview.c:
14362                 
14363                 (get_email_part): skip quoted email addresses, like in e.g.
14364                 "'alfons@proteus.demon.nl'".
14365
14366 2001-05-26 [alfons]
14367
14368         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
14369         and fixing the persistence troubles when using separate windows.
14370
14371         * src/mainwindow.c:
14372         
14373             Added #define SEPARATE_ACTION used in the gtk item factory for 
14374             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
14375                 use gtk_item_factory_get_widget_by_action() to get the items.
14376                 
14377             Removed separate_widget_cb from the gtk item factory data   
14378           
14379             (mainwindow_create): connect separate_widget_cb() to check
14380             menu item "toggled" signal. also passing a MainWindow pointer
14381                 as object data for both check menu items.
14382                 
14383             (separate_widget_cb): definition of separate_widget_cb() to match
14384             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
14385                 window using gtk_object_get_data(). The type of window separation 
14386                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
14387         
14388         * src/prefs_filtering.c,
14389           src/prefs_matcher.c: added horizontal scrollbars
14390
14391 2001-05-25 [darko]
14392
14393         * src/headerview.c
14394                 fix segfault with invalid bold font
14395         * src/summaryview.c
14396                 correctly display summary stats after row is marked
14397
14398 2001-05-23 [sergey]
14399
14400         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
14401         encodings with libjconv.
14402
14403 2001-05-23 [hoa]
14404
14405         * src/Makefile.am
14406                 added mbox_folder.[ch]
14407         * src/defs.h
14408                 mbox temporary folder
14409         * src/folder.[ch]
14410         * added src/mbox_folder.[ch]
14411         * src/folderview.c
14412         * src/procheader.[ch]
14413                 added mbox support
14414         * src/mbox.c
14415                 bugfix for file incorporation filtering
14416         * src/imap.c
14417                 enable creation of MBOX
14418         * src/prefs_display_header.c
14419                 enable use of headers like "From "
14420                 something that should be fixed :
14421                         displaying of such headers add an extra space
14422         * src/prefs_folder_item.c
14423                 don't create folders because it is not necessary
14424         * src/procmsg.h
14425                 added data field to MsgInfo for mbox internal use
14426         * src/summaryview.c
14427                 added some support for mbox
14428         * src/utils.[ch]
14429                 added get_mbox_cache_dir() function
14430
14431 2001-05-23 [hiroyuki]
14432
14433         * src/headerwindow.c
14434           src/inc.c
14435           src/main.c
14436           src/mh.c
14437           src/nntp.c
14438           src/procmsg.h
14439           src/session.h
14440           src/socket.[ch]
14441           src/summaryview.c
14442           src/textview.c
14443           src/automaton.c
14444           src/folderview.c: more sync with 0.4.99cvs2.
14445
14446         * src/headerwindow.c: reverted.
14447
14448 2001-05-22 [paul]
14449
14450         0.4.99claws2
14451
14452         * sync with sylpheed 0.4.99cvs2
14453                 * src/news.[ch]
14454                 * src/nntp.[ch]
14455                 * INSTALL
14456                 * INSTALL.jp
14457
14458 2001-05-22 [alfons]
14459
14460         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
14461
14462 2001-05-21 [alfons]
14463
14464         Minor things:
14465
14466         * configure.in: if gnome-config not found, "no" is displayed
14467         
14468         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
14469
14470         * src/textview.c: now also possible to add mail addresses by right
14471           clicking in the text view
14472
14473         * src/codeconv.c: merged patch which fixes endless loop when encountering
14474           invalid wide characters; from Alte <010@imis.ru>  
14475
14476 2001-05-20 [alfons]
14477
14478         Added installation of gnome specific things:
14479
14480         * Makefile.am: gnome conditional
14481
14482         * configure.in: check for installed gnome
14483
14484         * added sylpheed.png, sylpheed.desktop
14485
14486 2001-05-20 [sergey]
14487
14488         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
14489
14490         * src/mainwindow.h (main_window_toolbar_create): created a button
14491         for "Reply to all".
14492         (main_window_set_toolbar_sensitive): enable/disable the new button
14493         appropriately.
14494         (toolbar_reply_to_author_cb): handle the new button.
14495
14496         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
14497         send_progress_dialog_destroy() on failure (fixes hang on SMTP
14498         failure).
14499
14500 2001-05-19 [sergey]
14501
14502         * src/compose.h (ComposeReplyMode): new modes
14503         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
14504         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
14505
14506         * src/compose.c
14507         (compose_send): move some code into a new function:
14508         (compose_current_mail_account): new function.
14509         (compose_reply): new argument to_author, all callers changed; if
14510         to_author==TRUE and account->protocol==A_NNTP, find and use an
14511         appropriate mail account for replying.
14512         (compose_reply_set_entry): new argument to_author; ignore
14513         compose->replyto if to_author==TRUE.
14514
14515         * src/mainwindow.c: new command "Message/Reply to author".
14516         (main_window_set_menu_sensitive): enable/disable it.
14517         (reply_cb): handle it.
14518
14519         * src/summaryview.c: new command "Reply to author".
14520         (summary_set_menu_sensitive): enable/disable it.
14521         (summary_reply_cb): handle it.
14522
14523         * src/account.c (account_find_mail_from_address): new function.
14524
14525 2001-05-18 [paul]
14526
14527         0.4.99claws1
14528
14529         * sync with sylpheed 0.4.99cvs1
14530
14531 2001-05-18 [hoa]
14532
14533         * src/compose.[ch]
14534         * src/filtering.c
14535         * src/summaryview.c
14536                 new filtering action : forward and forward as attachment
14537
14538         * src/main.c
14539                 no need for $DISPLAY when we run sylpheed --help
14540                 call to parse_cmd_opt() is moved
14541
14542         * src/mainwindow.[ch]
14543                 execute button is hidden when immediate execute
14544                 is chosen
14545
14546         * src/mh.c
14547         * src/news.c
14548         * src/prefs_folder_item.c
14549         * src/procmsg.c
14550                 better handling of missing directories
14551
14552         * src/summaryview.c
14553                 reedit is enabled in outbox
14554                 reedit is enabled in queue
14555
14556 2001-05-17 [hoa]
14557
14558         * src/filtering.c
14559         * src/matcher.[ch]
14560         * src/prefs_filtering.c
14561                 changed attachement into attachment
14562
14563 2001-05-17 [alfons]
14564
14565         0.4.67claws4    
14566
14567         * sync with sylpheed 0.4.67cvs9
14568         * sync with sylpheed 0.4.67cvs7-8
14569
14570 2001-05-17 [hoa]
14571
14572         * src/Makefile.am
14573                 added prefs_filtering.c
14574
14575         * src/filtering.[ch]
14576         * src/matcher.[ch]
14577                 removed action : forward_news and forward_news_as_attachement
14578                 (forward and forward_as_attachement can be used instead)
14579
14580         * src/mainwindow.c
14581                 added menu option to access filtering configuration
14582
14583         * src/prefs_account.c
14584                 changed mail_command default to /usr/sbin/sendmail
14585
14586         * added src/prefs_filtering.[ch]
14587                 dialog box for filtering configuration
14588
14589         * src/prefs_matcher.c
14590                 added function prefs_matcher_get_criteria_from_matching()
14591
14592         * src/prefs_scoring.c
14593                 reset the dialog when register or substitute is clicked
14594
14595 2001-05-15 [hoa]
14596
14597         * src/Makefile.am
14598                 added filtering.[ch]
14599         * src/inc.c
14600                 using filering.[ch] instead of filter.[ch]
14601         * src/main.c
14602                 reading new filtering configuration
14603         * src/matcher.[ch]
14604                 added some filtering actions
14605                 and fixed a bug for headers and mail body matching
14606         * src/mbox.c
14607                 using filering.[ch] instead of filter.[ch]
14608         * src/mh.c
14609                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
14610         * src/summaryview.c
14611                 some fixes for filtering
14612
14613 2001-05-14 [hiroyuki]
14614
14615         * src/send.c: fixed some weird indentations.
14616           send_message_with_command(): call pclose() only if p != NULL.
14617         * src/textview.c: get_email_part(): modified the code for readability.
14618
14619 2001-05-14 [hiroyuki]
14620
14621         * src/md5global.h
14622           src/md5ify.c
14623           src/md5ify.h: removed from the cvs.
14624
14625 2001-05-13 [sergey]
14626
14627         * src/main.c: include rfc2015.h to avoid compiler warnings.
14628         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
14629         the panel is already on screen.
14630         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
14631         closing the alert window by ESC as "No".
14632         * src/prefs_common.c (prefs_interface_create): moved return
14633         receipt check button to the correct place.
14634
14635 2001-03-13 [alfons]
14636
14637         * src/prefs_common.c: 
14638                 moved return receipt check button to the Send tab. (prefs_send_create)
14639                 removed the date format ui related globals. (prefs_display_create)
14640
14641         0.4.67claws3
14642         
14643         * sync with sylpheed 0.4.67cvs5-6
14644
14645 2001-05-13 [paul]
14646
14647         * added Alfons' font selection patch
14648
14649         * src/defs.h
14650         * src/headerwindow.c
14651         * src/prefs_common.c
14652         * src/prefs_common.h
14653
14654 2001-05-13 [hoa]
14655         * src/defs.h
14656                 changed version of cache
14657         * src/matcher.[ch]
14658         * src/prefs_matcher.c
14659                 added additionnal matching criteria
14660         * src/procheader.c
14661         * src/procmsg.[ch]
14662         * src/news.c
14663                 added references in MsgInfo
14664
14665 2001-05-12 [hoa]
14666
14667         * src/defs.h
14668                 prepared some things for new filtering
14669         * src/matcher.[ch]
14670                 added some matching properties
14671                 inreplyto need to be enhanced
14672                 prepared some things for new filtering
14673         * src/messageview.c
14674                 added Return-Receipt-To handling
14675         * src/prefs_folder_item.c
14676                 changed default value to TRUE
14677         * src/prefs_matcher.c
14678                 added some matching properties
14679         * src/prefs_scoring.[ch]
14680                 the scoring dialog is finished
14681         * src/procheader.c
14682                 added Return-Receipt-To handling
14683                 Reference need to be added
14684         * src/procmsg.[ch]
14685                 added Return-Receipt-To handling
14686                 added threadscore to get a better score sorting when
14687                 threads are enabled
14688         * src/summaryview.c
14689                 suppressed a bug when we sort the list
14690                 when no folder is opened.
14691                 better score sorting when threads are enabled
14692
14693 2001-05-12 [alfons]
14694
14695         * reverted previous patch because of potential errors 
14696
14697         0.4.67claws2
14698         
14699         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
14700                 applied "toggle mail-retrieval dialog window" patch submitted 
14701                 by Eric Limpens <eric@qnt.net>
14702
14703         * sync with sylpheed 0.4.67cvs4
14704
14705 2001-05-12 [sergey]
14706
14707         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
14708         some picky compilers.
14709         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
14710         * src/grouplist_dialog.c: include alertpanel.h.
14711         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
14712         fix compile warning.
14713         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
14714         #include "defs.h" before others to prevent the warning of `MIN'
14715         and `MAX' redefinition.
14716
14717 2001-05-11 [hoa]
14718
14719         * src/main.c
14720         * src/messageview.c
14721         * src/prefs_account.c
14722         * src/prefs_display_header.c
14723                 removed warning
14724         * src/Makefile.am
14725                 added prefs_scoring.[ch]
14726         * src/grouplist_dialog.c
14727                 display an error dialog box if the group list
14728                 cannot be fetched.
14729         * src/mainwindow.[ch]
14730                 added main_window_set_thread_option() function
14731                 scoring dialog box enabled
14732         * src/matcher.[ch]
14733                 added flags matching unread /new / marked
14734                 / deleted / replied / forwarded
14735         * src/news.c
14736                 newsgroups are now finally in newscache
14737         * src/prefs_matcher.[ch]
14738                 finished preferences for matching dialog
14739         * added src/prefs_scoring.[ch]
14740                 scoring dialog box completed
14741         * src/scoring.[ch]
14742                 conversion to string : added scoringprop_to_string()
14743                 write config for preferences :
14744                 added prefs_scoring_write_config()
14745         * src/summaryview.c
14746                 threads can be enabled/disabled independently
14747                 for each folder
14748
14749 2001-05-10 [alfons]
14750
14751         0.4.67claws1
14752         
14753         * AUTHORS: 
14754                 thought it would be nice to have a list of all
14755                 contributors (used Changelog as a reference)
14756         
14757         * configure.in: 
14758                 messed up version numbering...
14759
14760         0.4.66claws1
14761
14762         * sync with sylpheed 0.4.67cvs1-3
14763
14764 2001-05-10 [darko]
14765
14766         * src/prefs_common.c:
14767                 better UI for strftime format, double clicking
14768                 on format now inserts the format in text entry
14769                 replaced close button with standard OK/Cancel
14770                 moved date format button to the right of the
14771                 text entry field
14772
14773 2001-05-09 [alfons]
14774
14775         * src/gtkstext.c:
14776                 Ctrl-Home / Ctrl-End have proper cursor navigation
14777
14778 2001-05-09 [hoa]
14779
14780         * src/prefs_matcher.c
14781                 finished UI to define matching properties
14782                 added ok and cancel button
14783         * src/prefs_filter.c
14784                 added ok and cancel button
14785         * src/news.c
14786                 fixed some bug in xhdr parsing
14787
14788 2001-05-08 [alfons]
14789
14790         * src/textview.c: 
14791                 fixed a bug in textview_show_header(), which displayed two colons (':');
14792                 cleaned up some warnings
14793
14794 2001-05-08 [hoa]
14795
14796         * src/Makefile.am
14797                 added prefs_matcher.[ch]
14798                 compilation with -W -Wall
14799         * src/alertpanel.c
14800                 ungrab the mouse events if grabbed - does it
14801                 fix the bug for disposition notification ?
14802         * src/mainwindow.c
14803                 added a menu option to open the matching dialog.
14804         * src/matcher.[ch]
14805                 added matcherprop_to_string() and matcherlist_to_string()
14806                 fixed some bugs, changed the name of some options
14807                 age_sup and age_inf becomes age_greater and age_lower,
14808                 body and messageheaders becomes body_part and headers_part,
14809                 changed the names of constants from SCORING_XXX to MATCHING_XXX
14810         * src/prefs_display_header.c
14811         * src/prefs_headers.c
14812                 fixed a bug that accidentally destroyed dialogs
14813                 when closed them with delete_event
14814                 Added *_deleted() which handle delete_event signal correctly.
14815         * src/prefs_folder_item.[ch]
14816                 added "enable_thread" field for future customization
14817         * added src/prefs_matcher.[ch]
14818                 sample of the UI to define matching properties
14819         * src/procheader.c
14820                 using procheader_headername_equal instead of str*cmp functions
14821                 using procheader_parse_header() function
14822         * src/scoring.c
14823                 using MATCHING_XXX instead of SCORING_XXX
14824         * src/summaryview.c
14825                 display the sender of the news even if this is ourself
14826                 when this is a news message.
14827         * src/textview.c
14828                 using headername_equal() instead of str*cmp functions
14829
14830 2001-05-08 [alfons]
14831
14832         0.4.66claws
14833
14834         * sync with sylpheed 0.4.66
14835         * src/gtkstext.c: trace logs added 
14836
14837 2001-05-08 [sergey]
14838
14839         * src/prefs_common.[ch]: added option to enable/disable GnuPG
14840         signature check popup.
14841         * src/rfc2015.c (check_signature): show signature check popup only
14842         if it is enabled in preferences.
14843
14844 2001-05-07 [alfons]
14845
14846         0.4.66claws4
14847         
14848         * sync with sylpheed 0.4.66cvs6
14849
14850 2001-05-07 [darko]
14851
14852         * src/prefs_common.[ch]: added option to enable/disable
14853           looking up sender name in address book for summary pane
14854         * src/summaryview.c: look up sender in the address book
14855           by using Alfons' address completion code
14856
14857 2001-05-07 [hiroyuki]
14858
14859         * src/inc.h
14860           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
14861           member of Pop3State.
14862         * src/news.c: brought #include "defs.h" before #include <glib.h>
14863           to prevent the warning of `MIN' and `MAX' redefinition.
14864
14865 2001-05-06 [hoa]
14866
14867         * removed src/headers_display.[ch]
14868         * removed src/prefs_display_headers.[ch]
14869         * src/inc.c
14870                 use a temporary file in the user directory for mbox import
14871         * src/news.c
14872                 added XHDR support to get "To" and "Cc" headers
14873                 (in order to match news with to or cc field for
14874                 scoring)
14875                 added function news_parse_xhdr() to get XHDR response
14876         * src/nntp.[ch]
14877                 added function nntp_xhdr()
14878         * src/matcher.c
14879                 fetch the message if necessary
14880
14881 2001-05-06 [alfons]
14882
14883         0.4.66claws3
14884
14885         * sync with sylpheed 0.4.66cvs3-5
14886
14887 2001-05-06 [hoa]
14888
14889         * src/utils.[ch]
14890                 added function itos_buf() to enable use of several buffers
14891         * src/summaryview.c
14892                 use of itos_buf() instead of itos() in summary list
14893                 to fix the broken display of message number.
14894
14895 2001-05-06 [alfons]
14896
14897         * src/gtkstext.c: bug in cursor up navigation fixed,
14898                 fixed another unsigned / signed comparison (we're getting there :-)
14899
14900 2001-05-06 [hoa]
14901
14902         * src/Makefile.am
14903                 added scoring.c scoring.h
14904                 prefs_folder_item.c prefs_folder_item.h
14905                 matcher.c matcher.h
14906         * src/defs.h
14907                 added FOLDERITEM_RC SCORING_RC
14908         * src/folder.[ch]
14909                 added prefs field in FolderItem :
14910                 properties for each folder (PrefsFolderItem),
14911                 sorting type and mode were added as the first properties.
14912         * src/main.c
14913                 read config for scoring
14914         * added src/matcher.[ch]
14915                 gives functions to parse configuration file to do
14916                 matching on mails with a list of conditions.
14917         * src/mainwindow.c
14918                 add option to sort by score
14919         * src/prefs_common.[ch]
14920                 added preference option to show score and for
14921                 the score column size
14922         * added src/prefs_folder_item.[ch]
14923                 properties for each folder (PrefsFolderItem),
14924                 sorting type and mode were added as the first properties.
14925         * src/procheader.[ch]
14926                 added procheader_parse_header()
14927                 added procheader_header_free()
14928                 added procheader_headername_equal()
14929                 and made modification to use them.
14930         * src/procmsg.[ch]
14931                 added score field to MsgInfo structure
14932         * added src/scoring.[ch]
14933                 gives functions to parse configuration file to do
14934                 scoring on mails with a list of conditions.
14935         * src/summaryview.[ch]
14936                 save the sorting type and mode for the folder
14937                 added column to display the score of the mail
14938                 added function summary_score_clicked()
14939                 sorting type and mode are restored to the folder
14940                 when it is reopen
14941         * src/textview.c
14942                 use procheader_parse_header(), procheader_headername_equal()
14943                 removed memory leak in text_scan_header when freeing headers
14944         * src/filter.c
14945                 changed the function to match names of headers
14946                 using procheader_headername_equal()
14947
14948         Scoring functions are implemented, an interface is needed
14949         to configure that.
14950
14951 2001-05-04 [alfons]
14952
14953         * src/gtkstext.c: 
14954                 hopefully fixed the row up navigation bug,
14955                 removed adding back / forward lines to cache
14956
14957 2001-05-04 [sergey]
14958
14959         * src/prefs_display_headers.c: user interface changes:
14960         (prefs_display_headers_create): remove unused "Show" check button;
14961         allow reordering of headers by dragging.
14962         (prefs_display_headers_write_config): remove unused variables.
14963         (prefs_display_headers_set_dialog): do not insert "(New)" at top
14964         of lists (not needed with the new UI).
14965         (prefs_display_headers_set_list): scan lists starting from row 0,
14966         not 1 (do not skip "(New)").
14967         (prefs_display_headers_find_header): new function.
14968         (prefs_display_headers_clist_set_row): do not allow duplicates.
14969         (prefs_display_headers_delete_cb): do not skip row 0; treat
14970         closing the alert window by ESC as "No".
14971         (prefs_display_headers_up): do not protect row 0.
14972         (prefs_display_headers_down): do not protect row 0.
14973
14974 2001-05-04 [sergey]
14975
14976         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
14977         functions.
14978
14979         * src/summaryview.c
14980         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
14981         summary_select_next_marked, summary_select_prev_marked): new
14982         functions.
14983
14984 2001-05-03 [sergey]
14985
14986         * src/news.c: fixed a bug when no article can be fetched after
14987         server timeout if the connection was restored by news_post():
14988         (news_select_group): new function.
14989         (news_fetch_msg): call news_select_group() before fetching
14990         article.
14991         (news_get_uncached_articles): set session->group after successful
14992         GROUP command.
14993
14994 2001-05-03 [hoa]
14995
14996         * src/defs.h
14997         * src/procmsg.[ch]
14998         * src/procheader.c
14999                  changed version of cache, added cc field
15000
15001         * src/prefs_display_headers.c
15002                 the interface was changed
15003
15004         * src/prefs_headers.c
15005                 added cancel button
15006
15007 2001-05-03 [alfons]
15008
15009         * completed sync of sylpheed cvs2
15010         * src/gtkstext.c: updated row up / down cursor navigation
15011         * src/textview.c: re-edited, prepared for fixing the email address
15012                 scanner.
15013
15014 2001-05-03 [darko]
15015
15016         * src/prefs_common.c: use alfons' strftime ui code
15017         entry_datefmt and datefmt_sample widgets have to be
15018         global in this module because of this change
15019
15020 2001-05-03 [hoa]
15021
15022         * src/messageview.c
15023         * src/prefs_common.[ch] added option to activate the return receipt
15024                 feature.
15025
15026 2001-05-02 [alfons]
15027
15028         * src/gtkstext.c: fix for row up/down cursor navigation. 
15029
15030         0.4.66claws2
15031         
15032         * sync with 0.4.66cvs2
15033
15034 2001-05-02 [paul]
15035
15036         added add-sender-to-addressbook patch
15037
15038         * src/addressbook.c
15039         * src/addressbook.h
15040         * src/summaryview.c
15041
15042 2001-05-02 [sergey]
15043
15044         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
15045         G_ALERTDISABLE.
15046
15047         * src/alertpanel.c (alertpanel_create): new argument can_disable,
15048         all existing callers changed to pass FALSE; create a check button
15049         to disable the message.
15050         (alertpanel_message_with_disable): new function.
15051         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
15052         (alertpanel_button_toggled): new function.
15053         (alertpanel_button_clicked, alertpanel_close): set value using
15054         G_ALERT_VALUE_MASK.
15055
15056         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
15057
15058         * src/prefs_common.c (prefs_privacy_create): new check button
15059         checkbtn_gpgme_warning.
15060
15061         * src/main.c (main): moved preferences reading before gpgme
15062         initialization; check prefs_common.gpgme_warning before giving the
15063         GnuPG warning and set it to FALSE if the user wants to disable the
15064         warning.
15065
15066 2001-05-02 [hiroyuki]
15067
15068         * src/prefs_display_headers.c: modified the layout and some labels.
15069
15070 2001-05-02 [sergey]
15071
15072         * src/prefs_account.c (prefs_account_fix_size): new function.
15073         (prefs_account_create): call prefs_account_fix_size(); use
15074         gtk_widget_show instead of gtk_widget_show_all (fixes too large
15075         size when the window is shown for the first time).
15076         (prefs_account_basic_create): changed layout of serv_table; moved
15077         localmbox_entry above smtpserv_entry (logically it replaces
15078         POP3/IMAP server).
15079         (prefs_account_protocol_activated): set sensitivity of
15080         nntpauth_chkbtn according to the protocol (in addition to
15081         hide/show); commented out gtk_table_set_row_spacing() calls.
15082         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
15083         not sensitive (fixes a bug with disabled username/password boxes
15084         when editing POP3 account after NNTP with authentication).
15085
15086 2001-05-02 [hoa]
15087
15088         * src/account.c
15089         * src/inc.c
15090         * src/prefs_account.[ch]
15091         * src/send.c
15092                 removed local account without SMTP server
15093                 added option to use mail command instead of a connexion
15094                 to SMTP server when a local account is used
15095         * src/prefs_headers.c
15096                 fixed a bug
15097         * src/news.c
15098                 fixed a bug when connexion immediately closed
15099
15100 2001-05-01 [alfons]
15101
15102         0.4.66claws1
15103         
15104         * sync with 0.4.65
15105
15106 2001-05-01 [sergey]
15107
15108         * src/prefs_account.c (Basic, prefs_account_basic_create): new
15109         widget nntpauth_chkbtn.
15110         (prefs_account_protocol_activated): handle nntpauth_chkbtn
15111         visibility.
15112         (prefs_account_nntpauth_toggled): new function.
15113
15114         * src/news.c (news_session_new_for_folder): use NNTP
15115         authentication only if ac->use_nntp_auth is set.
15116
15117 2001-05-01 [hoa]
15118
15119         * src/Makefile.am changed headers.[ch] in customheader.[ch]
15120         * src/prefs_display_headers.c changed the UI
15121         * src/prefs_headers.c changed account_name to account_id
15122         * src/compose.c using customheader.h
15123
15124 2001-05-01 [hiroyuki]
15125
15126         * src/esmtp.c
15127           src/news.c
15128           src/nntp.c: changed sock_read() to sock_gets(), they've been left
15129           unsynched.
15130
15131 2001-05-01 [hoa]
15132
15133         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
15134         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
15135                 for displaying of headers
15136         * src/grouplist_dialog.[ch] minor changes to remove warnings
15137         * src/prefs_display_headers.[ch] dialog to choose the
15138         headers to display in the mail viewer.
15139         * src/headers.h correction of #define
15140         * src/headers_display.[ch] configuration for displaying of headers.
15141         * src/main.c read config of displaying of headers
15142         * src/prefs_common.c add a button to access the config dialog
15143                 for displaying of headers
15144         * src/prefs_display_headers.[ch] dialog for configuration for
15145                 displaying of the headers.
15146         * src/prefs_headers.c cleaning of code
15147         * src/procheader.c comments added to code
15148         * src/textview.c changes to reorder the headers depending
15149                 on the config for displaying of headers
15150
15151 2001-04-30 [alfons]
15152
15153         0.4.65claws7
15154
15155         * sync with 0.4.65cvs12
15156
15157         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
15158
15159 2001-04-30 [sergey]
15160
15161         * src/nntp.h (NNTPSockInfo): new field auth_failed.
15162
15163         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
15164         is set to force reconnection after authentication failure.
15165         (nntp_gen_command): set sock->auth_failed on authentication
15166         failure, or if sock->userid and sock->passwd are not set.
15167
15168         * src/news.c (news_session_new_for_folder): set userid=NULL if
15169         password dialog is cancelled.
15170
15171 2001-04-30 [sergey]
15172
15173         * src/nntp.h (NNTPSockInfo): new type.
15174
15175         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
15176         SockInfo.
15177         (nntp_open_auth, nntp_close): new functions.
15178         (nntp_gen_command): new function to handle authentication; all
15179         NNTP command functions updated to use it.
15180         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
15181         (nntp_list): removed old useless code.
15182
15183         * src/news.h (NNTPSession): new field nntp_sock.
15184
15185         * src/news.c: all functions updated to use NNTPSockInfo instead of
15186         SockInfo.
15187         (news_session_new): new arguments (userid, passwd); made static;
15188         use nntp_open_auth() if needed.
15189         (news_session_destroy): use nntp_close() instead of sock_close().
15190         (news_query_password): changed arguments.
15191         (news_session_new_for_folder): new function.
15192         (news_session_get): use news_session_new_for_folder().
15193         (news_authenticate): deleted.
15194         (news_get_uncached_articles): removed old authentication code.
15195
15196 2001-04-30 [sergey]
15197
15198         * src/news.c: reverted my previous changes (need to do NNTP
15199         authentication in a cleaner way).
15200         
15201 2001-04-29 [sergey]
15202
15203         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
15204         news_nntp_post, news_nntp_mode): new functions (wrappers with
15205         authentication support).
15206         (news_get_article_cmd, news_get_article, news_get_header): new
15207         argument "folder"; all callers changed.
15208         (news_get_article_cmd): added authentication support.
15209         (news_session_get): use news_nntp_mode() instead of nntp_mode().
15210         (news_post): use news_nntp_post() instead of nntp_post().
15211         (news_get_uncached_articles): use news_nntp_group() instead of
15212         nntp_group() and news_nntp_xover() instead of nntp_xover();
15213         removed old authentication code.
15214         (news_get_group_list): use news_nntp_list() instead of nntp_list().
15215
15216         * src/nntp.c (nntp_list): return real error code instead of
15217         hardcoded NN_ERROR.
15218
15219 2001-04-29 [sergey]
15220
15221         * configure.in: fixed wint_t typedef detection again
15222
15223 2001-04-28 [hoa]
15224
15225         * src/prefs_account.[ch], added A_LOCAL_CMD
15226                 (send mail with mail command)
15227         * src/send.c added function send_message_with_command()
15228         * src/inc.c made a more secure get_spool() function with
15229                 mktemp() but maybe mkstemp() or something more
15230                 secure can be used.
15231
15232 2001-04-28 [alfons]
15233
15234         * src/textview.c, colorization of email addresses in headers
15235
15236         0.4.65claws6
15237
15238         * bug sync with sylpheed
15239         * prefs_common.c: created date format ui for darko
15240         * sync with 0.4.65cvs11
15241         * configure.in: corrected to have the new gpg checks
15242
15243 2001-04-27 [alfons]
15244
15245         * completed sync with 0.4.65cvs10
15246         * minor debug things added to gtkstext.c
15247
15248 2001-04-27 [darko]
15249
15250         * configure.in: remove check for availability of
15251           strftime() as advised by Hiroyuki
15252         * src/prefs_common.[ch], src/procheader.c:
15253           synch strftime() code with Hiroyki's main branch
15254
15255 2001-04-26 [sergey]
15256
15257         * src/news.c: news_query_password(), news_authenticate(): new
15258           functions.
15259           news_get_uncached_articles(): added NNTP authentication
15260           handling.
15261         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
15262           new functions.
15263         * src/prefs_account.c: prefs_account_protocol_activated():
15264           enable userid and password fields for NNTP.
15265
15266 2001-04-26
15267
15268         * configure.in: check for availability of strftime()
15269           [darko]
15270         * src/prefs_common.[ch], src/procheader.c: use
15271           strftime() for displaying date in summary pane if it
15272           is available
15273
15274 2001-04-25
15275
15276         * more .cvsignore cleanups [alfons]
15277
15278 2001-04-25
15279
15280         * ac/sv-check-type.m4: new autoconf macro.
15281         * configure.in: fixed wint_t typedef detection (did not work
15282           with gcc-2.96).
15283
15284 2001-04-25
15285
15286         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
15287           [hiroyuki]
15288
15289 2001-04-24
15290         * modified gtkstext.c : buggy cursor navigation fixed, 
15291           and font descent also taken in account when drawing
15292           cursor. [alfons]
15293
15294 2001-04-24 [hoa]
15295         * added comments in src/news.c src/nntp.c
15296         * added src/prefs_headers.[ch]
15297         * added src/headers.[ch]
15298         * modified compose.c to activate custom headers
15299                 added function is_in_custom_headers
15300         * modified prefs_account.[ch]
15301                 added function prefs_account_customhdr_edit
15302         * modified src/defs.h :
15303                 added HEADERS_RC : name of the config file
15304                 for the custom headers
15305
15306 2001-04-24
15307
15308     0.4.65claws5
15309
15310         * configure.in
15311           src/gtkstext.[ch]
15312           src/compose.c
15313           src/Makefile.am
15314           
15315           added gtkstext with configure.in patch by Hiroyuki which
15316           should fix the XIM detection [alfons]
15317
15318         * more clean up of cvs [alfons]
15319
15320                  * removed all Makefile.in files to attic.
15321
15322                  * updated all .cvsignores to really ignore things that could
15323                    be unintentionally committed by a recursive commit.
15324
15325 2001-04-23 [hoa]
15326         * added src/grouplist_dialog.[ch]
15327         * changed src/folderview.c to call grouplist_dialog instead
15328                 of inputdialog
15329         * src/news.c :
15330                 added functions news_reset_group_list
15331                 and news_get_group_list
15332         * src/nntp.c :
15333                 added function nntp_list
15334         * src/defs.h :
15335                 added GROUPLIST_FILE : name of the newsgroup list cache file
15336
15337 2001-04-21
15338
15339         * added option to warn about queued messages on exit [sergey]:
15340
15341           * src/compose.c: compose_queue(): call folder_item_scan()
15342             and folderview_update_item() after queueing.
15343           * src/folderview.c: folderview_update_node(): draw the queue
15344             folder in bold font if there are queued messages.
15345           * src/mainwindow.c: queued_messages(): new function.
15346             app_exit_cb(): display warning if there are queued messages
15347             if warn_queued_on_exit is set.
15348           * prefs_common.[ch]: add warn_queued_on_exit option.
15349
15350         * enhanced GnuPG key selection support [sergey]:
15351
15352           * src/select-keys.c: updated to newer version from Win32
15353             branch with support for selecting arbitrary keys.
15354           * src/prefs_account.c: added the Privacy tab to the account
15355             options window.
15356             prefs_account_privacy_create(),
15357             prefs_account_sign_key_set_data_from_radiobtn(),
15358             prefs_account_sign_key_set_radiobtn(): new functions.
15359           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
15360           * src/rfc2015.c: set_signers(): new function.
15361             pgp_sign(): add the account parameter, call set_signers().
15362             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
15363           * src/rfc2015.h: rfc2015_sign(): updated prototype.
15364           * src/compose.c: pass the current account to rfc2015_sign().
15365
15366         * tag name claws added to prevent confusion with main branch [alfons]
15367
15368         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
15369
15370         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
15371
15372         * sync with recent sylpheed cvs. Untested though. [alfons]
15373