remove selective donwload
[claws.git] / ChangeLog.claws
1 2003-03-26 [oliver]     0.8.11claws51
2         
3         * src/Makefile.am
4         * src/selective_download.[ch]   ** REMOVE **    
5
6 2003-03-26 [christoph]  0.8.11claws50
7
8         * src/news.c
9                 fix NEWS that got broken by a sync with sylpheed-main
10
11 2003-03-26 [christoph]  0.8.11claws49
12
13         * src/mimeview.c
14                 fix mime type guessing when no mime type is found for a file
15
16 2003-03-25 [christoph]  0.8.11claws48
17
18         * src/mimeview.c
19         * src/procmime.c
20                 remove mime type guessing from mime parser and use
21                 name based mime types in viewer lookup for mime type
22                 application/octet-stream
23
24 2003-03-25 [christoph]  0.8.11claws47
25
26         * doc-src/readme.txt
27         * doc-src/rfc2554.txt
28                 add RFC about SMTP AUTH
29
30         * src/send_message.c
31         * src/common/smtp.[ch]
32                 add extra error code for authentication errors and
33                 clear temporary password when this error occurs
34
35         (closes Bug 84 authentication failure while sending should
36          prompt for password again)
37
38 2003-03-25 [christoph]  0.8.11claws46
39
40         * configure.ac
41         * src/Makefile.am
42         * src/imageview.[ch]                            ** REMOVE **
43         * src/messageview.[ch]
44         * src/mimeview.[ch]
45         * src/prefs_common.[ch]
46         * src/textview.c
47         * src/plugins/Makefile.am
48         * src/plugins/image_viewer/.cvsignore           ** NEW **
49         * src/plugins/image_viewer/Makefile.am          ** NEW **
50         * src/plugins/image_viewer/plugin.c             ** NEW **
51         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
52                 move image viewer into a plugin (building is enabled by default)
53                 [ToDo: Prefs for resize and autoview]
54
55 2003-03-25 [paul]       0.8.11claws45
56
57         * sync with 0.8.11cvs12
58                 see ChangeLog 2003-03-26
59
60 2003-03-25 [paul]       0.8.11claws44
61
62         * sync with 0.8.11cvs11
63                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
64                 
65         Note: Selective Download is broken.
66                 
67 2003-03-22 [christoph]  0.8.11claws43
68
69         * src/folder.c
70                 code cleanup for flags copying
71
72 2003-03-22 [christoph]  0.8.11claws42
73
74         * src/plugins/trayicon/trayicon.c
75                 fix setting the transparent area when the window size
76                 is forced by the system tray
77
78 2003-03-22 [christoph]  0.8.11claws41
79
80         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
81         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
82         * src/plugins/trayicon/newmail.xpm              ** NEW **
83         * src/plugins/trayicon/nomail.xpm               ** NEW **
84         * src/plugins/trayicon/trayicon.c
85         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
86                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
87                 o add icon for unread mails
88                 o set transparency for window
89
90 2003-03-22 [christoph]  0.8.11claws40
91
92         * src/news.c
93                 init news session to prevent crash when session is closed
94
95 2003-03-22 [christoph]  0.8.11claws39
96
97         * src/imap.c
98         * src/common/session.[ch]
99                 Init session data to make sure we don't have invalid pointers
100                 for read_ch and write_ch when new multi process sessions are
101                 not used
102
103         * src/main.c
104         * src/common/plugin.c
105         * src/common/sylpheed.c
106         * src/plugins/demo/demo.c
107         * src/plugins/dillo_viewer/dillo_viewer.c
108         * src/plugins/mathml_viewer/mathml_viewer.c
109         * src/plugins/spamassassin/spamassassin.c
110         * src/plugins/spamassassin/spamassassin_gtk.c
111                 add plugin types to allow loading plugins at different times
112                 (and maybe for different frontends), because it's not good to
113                 load GTK-Plugins gefore gtk_init was called
114
115         * configure.ac
116         * src/plugins/Makefile.am
117         * src/plugins/trayicon/.cvsignore               ** NEW **
118         * src/plugins/trayicon/Makefile.am              ** NEW **
119         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
120         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
121         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
122         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
123         * src/plugins/trayicon/trayicon.c               ** NEW **
124                 New Trayicon plugin that shows an icon in a systray that uses
125                 XEMBED protocol like Gnome's systray. Icon shows if there
126                 are new mails and a tooltip shows information about new,
127                 unread and total messages.
128
129 2003-03-22 [paul]       0.8.11claws38
130
131         * src/common/smtp.c
132                 fix ESMTP AUTH CRAM-MD5
133                 [sync with main (still version 0.8.11cvs6), see
134                  ChangeLog 2003-03-22]
135
136 2003-03-21 [colin]      0.8.11claws37
137
138         * src/send_message.c
139                 Fix USE_SSL => USE_OPENSSL
140
141 2003-03-21 [colin]      0.8.11claws36
142
143         * src/folderview.c
144                 Fix counts in drag and dropped subfolders
145
146 2003-03-21 [colin]      0.8.11claws35
147
148         * src/folder.c 
149         * src/folderview.c
150                 speed up a bit folder dnd
151
152 2003-03-20 [alfons]     0.8.11claws34
153
154         * src/main.c
155         * src/toolbar.c
156         * src/procmsg.c
157                 don't send locked queue messages
158                 (feature request "[ 705245 ] Locking message in outbox 
159                  should prevent sending")
160
161 2003-03-20 [christoph]  0.8.11claws33
162
163         * src/folder.c
164                 remove NEW and UNREAD flag in special folders when scanning
165                 
166         * src/common/smtp.c
167                 fix ESMTP AUTH CRAM-MD5
168
169 2003-03-20 [paul]       0.8.11claws32
170
171         * src/prefs_account.c
172                 Re-write 'Tunnel command to open connection' as
173                 'Use command to communicate with server', and disable
174                 it for all except IMAP accounts
175
176 2003-03-20 [paul]       0.8.11claws31
177
178         * sync with 0.8.11cvs6
179                 see ChangeLog 2003-03-20
180
181 2003-03-19 [match]      0.8.11claws30
182
183         * src/addritem.[ch]
184                 include documentation. minor refactoring.
185         * src/addr_compl.[ch]
186         * src/addrindex.[ch]
187         * src/addresbook.[ch]
188         * src/summaryview.c
189                 re-enable address lookup (was disabled in
190                 0.8.11claws20).
191
192 2003-03-19 [christoph]  0.8.11claws29
193
194         * src/procmsg.c
195                 add temp flag handling, will make moving and copying
196                 messages possible again
197
198         * src/folder.c
199                 correct calulation of folder stats
200
201 2003-03-18 [match]      0.8.11claws28
202
203         * src/editgroup.h
204                 remove case sensitive comparison (closes bug 80).
205
206 2003-03-18 [christoph]  0.8.11claws27
207
208         * src/imap.c
209                 fix imap using a tunnel command
210
211         (closes bug 87)
212
213 2003-03-18 [christoph]  0.8.11claws26
214
215         * src/folder.[ch]
216         * src/imap.c
217         * src/procmsg.[ch]
218                 rewrite flag handling for folders
219
220 2003-03-18 [christoph]  0.8.11claws25
221
222         * src/folder.c
223         * src/procmsg.c
224         * src/summaryview.c
225                 unset NEW and UNREAD flags when message is ignored, to make
226                 sure messages don't show up as unread on other IMAP clients,
227                 because the IGNORE_THREAD flag can not be syncronized through
228                 the IMAP folder
229
230 2003-03-17 [christoph]  0.8.11claws24
231
232         * src/imap.c
233                 don't use recursion to fetch uids when the number of messages
234                 does not match. Moved code into subfunction that is used
235                 again when needed, to prevent an endless loop.
236
237 2003-03-17 [thorsten]   0.8.11claws23
238
239         * src/imageview.[ch]
240                 export imageview_get_resized_size() (for plugins)
241         * src/prefs_common.[ch]
242                 added prefs_common_get() (for plugins)
243
244 2003-03-17 [christoph]  0.8.11claws22
245
246         * src/imap.c
247                 o remove UID guessing from copy code
248                 o support UIDPLUS extension for APPEND command
249
250 2003-03-17 [paul]       0.8.11claws21
251
252         * src/gtk/about.c
253                 remove 'Compiled-plugins' section.
254                 
255         * src/plugins/dillo_viewer/dillo_viewer.c
256                 slight change to description text
257
258 2003-03-16 [match]      0.8.11claws20
259         * src/ldapserver.[ch]           ** NEW **
260         * src/ldapctrl.[ch]             ** NEW **
261         * src/ldapquery.[ch]            ** NEW **
262         * src/ldaputil.[ch]             ** NEW **
263         * src/addrcindex.[ch]           ** NEW **
264         * src/addrquery.h               ** NEW **
265         * src/addritem.[ch]
266         * src/addrcache.[ch]
267         * src/addrindex.[ch]
268         * src/addr_compl.[ch]
269         * src/addressbook.[ch]
270         * src/addrbook.[ch]
271         * src/editgroup.c
272         * src/editaddress.c
273         * src/editldap.c
274         * src/editldap_basedn.c
275         * src/vcard.c
276         * src/jpilot.c
277         * src/Makefile.am
278                 included dynamic LDAP queries. improved address
279                 completion.
280
281 2003-03-16 [paul]       0.8.11claws19
282
283         * tools/multiwebsearch.pl
284                 fix a fatal typo
285
286 2003-03-16 [christoph]  0.8.11claws18
287
288         * src/mimeview.c
289         * src/plugins/dillo_viewer/dillo_viewer.c
290         * src/plugins/mathml_viewer/mathml_viewer.c
291                 make unregistering of MimeViewerFactorys possible
292
293 2003-03-16 [alfons]     0.8.11claws17
294
295         * configure.ac
296                 correct typo
297
298 2003-03-16 [melvin]     0.8.11claws16
299
300         * src/plugins/dillo_viewer.c
301                 Fixed bug where it was not possible to view more than
302                 one text/html attachment per message (bug discovered
303                 by Christoph Hohmann).
304
305 2003-03-15 [melvin]     0.8.11claws15
306
307         * src/prefs_actions.c
308                 Fixed compilation warnings.
309
310 2003-03-15 [melvin]     0.8.11claws14
311
312         * src/plugins/Makefile.am
313         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
314         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
315         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
316                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
317                 newer (http://dillo.auriga.wearlab.de/).
318
319 2003-03-15 [christoph]  0.8.11claws13
320
321         * src/imap.c
322                 don't query imap folder for attributes because we already
323                 for them from imap_status
324
325         * src/mimeview.[ch]
326                 add support for plugable MimeViewers (unloading Viewers
327                 not yet complete)
328
329         * src/plugins/Makefile.am
330         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
331         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
332         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
333                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
334                 widget from http://helm.cs.unibo.it/mml-widget/
335
336 2003-03-14 [christoph]  0.8.11claws12
337
338         * src/folder.[ch]
339                 o error return code's should better be negative
340                 o replace printf with debug_print
341
342         * src/imap.c
343                 improve IMAP folder scan by checking UID-NEXT
344
345         * src/summaryview.c
346                 remove check that are unnecessary in my opinion
347
348 2003-03-13 [christoph]  0.8.11claws11
349
350         * src/folder.[ch]
351         * src/foldersel.c
352         * src/folderview.c
353         * src/imap.c
354         * src/mbox_folder.c
355         * src/mh.c
356         * src/news.c
357         * src/prefs_scoring.c
358         * src/summaryview.c
359                 use a common function to get a displayable name
360                 for a FolderItem
361
362 2003-03-13 [paul]       0.8.11claws10
363
364         * tools/Makefile.am
365           tools/README
366           tools/multiwebsearch.conf     ** NEW FILE **
367           tools/multiwebsearch.pl       ** NEW FILE **
368                 add multiwebsearch Actions script
369
370 2003-03-13 [colin]      0.8.11claws9
371
372         * src/compose.c
373                 Remove leading emtpy lines from quoted text
374                 before quoting it
375
376 2003-03-13 [melvin]     0.8.11claws8
377
378         * src/prefs_actions.c
379                 Fixed a memory leak
380                 Code clean ups
381                 Added Cancel and OK buttons
382                 Corrected help text
383
384 2003-03-13 [christoph]  0.8.11claws7
385
386         * src/account.c
387         * src/folder.[ch]
388         * src/imap.c
389         * src/mainwindow.c
390         * src/mbox_folder.c
391         * src/mh.c
392         * src/news.c
393         * src/setup.c
394                 replace more folder type stuff with folder class stuff
395
396 2003-03-13 [melvin]     0.8.11claws6
397
398         * src/prefs_actions.c
399                 Added new tokens:
400                 %u: user provided argument
401                 %h: user provided argument (hidden on input)
402                 %s: current text selection in the message view 
403
404 2003-03-13 [paul]       0.8.11claws5
405
406         * sync with 0.8.11cvs5
407                 see ChangeLog 2003-03-11, 2003-03-12
408
409 2003-03-12 [christoph]  0.8.11claws4
410
411         * src/folder.c
412                 use folder class idstr when writing folderlist.xml
413
414         * src/folder.h
415         * src/imap.c
416         * src/news.c
417                 replace folder type checks with folder class checks
418
419 2003-03-12 [christoph]  0.8.11claws3
420
421         * src/folder.[ch]
422         * src/imap.[ch]
423         * src/main.c
424         * src/mbox_folder.[ch]
425         * src/mh.[ch]
426         * src/news.[ch]
427                 o create a list of known folder classes in the folder system
428                 o use folder class id strings for folder item identifiers
429
430 2003-03-12 [christoph]  0.8.11claws2
431
432         * src/imap.c
433                 fix imap uid validity check
434
435 2003-03-12 [christoph]  0.8.11claws1
436
437         * src/account.c
438         * src/folder.[ch]
439         * src/foldersel.c
440         * src/folderview.c
441         * src/imap.c
442         * src/mainwindow.c
443         * src/mbox_folder.c
444         * src/mh.c
445         * src/news.c
446         * src/prefs_scoring.c
447         * src/procmsg.c
448         * src/setup.c
449         * src/summaryview.c
450                 initial restructuring of folder system, seperating
451                 folders and folder classes
452
453 2003-03-12 [paul]       0.8.11claws
454
455         0.8.11claws release
456
457 2003-03-12 [christoph]
458
459         * src/gtk/prefswindow.c
460                 fix translation of "Page Index"
461
462 2003-03-12 [paul]       0.8.10claws110
463
464         a sync from 0.8.11cvs4 before the release
465
466         * src/common/utils.c
467                 subject_compare_for_sort(): allow null strings (fixes
468                 summary sorting).
469
470 2003-03-11 [paul]       0.8.10claws109
471
472         * po/es.po
473                 update Spanish translation, submitted by
474                 Ricardo Mones Lastra
475
476 2003-03-11 [melvin]     0.8.10claws108
477
478         * po/fr.po
479                 Updated French translations
480
481 2003-03-11 [paul]       0.8.10claws107
482
483         * manual/en/Makefile.am
484           manual/en/*.html
485                 update English manual, add a new page
486                 updated by Francois Barriere <fbarriere@atmel.fr>
487                 
488         * po/bg.po
489           po/it.po
490           po/sr.po
491                 update Bulgarian, Italian, and Serbian translations
492                 submitted by George Danchev, Alessandro Maestri, and
493                 Urke MMI
494
495 2003-03-10 [paul]       0.8.10claws106
496
497         * src/gtk/about.c
498           src/gtk/prefswindow.c
499                 make some strings translatable
500
501 2003-03-10 [darko]      0.8.10claws105
502
503         * src/compose.c
504                 code cleanup to make Hiro happy
505
506 2003-03-10 [paul]       0.8.10claws104
507
508         * sync with 0.8.11cvs2
509                 see ChangeLog 2003-03-10
510
511 2003-03-09 [melvin]     0.8.10claws103
512
513         * src/textview.c
514                 textview_set_font(): fix for message display in
515                 UTF-8 locales (thanks to Sergey Vlasov).
516                 (was unintentionnaly reverted in 0.8.6claws6)   
517
518 2003-03-08 [darko]      0.8.10claws102
519
520         * src/compose.c
521                 fix infinite loop in wrapping as reported
522                 by happycactus
523                 obsoletes patch #696482
524
525 2003-03-08 [christoph]  0.8.10claws101
526
527         * src/imap.c
528                 add workaround for IMAP servers that do not
529                 support the "UID SEARCH UID" command
530
531 2003-03-07 [christoph]  0.8.10claws100
532
533         * src/plugins/spamassassin/spamassassin.[ch]
534         * src/plugins/spamassassin/spamassassin_gtk.c
535                 code cleanup
536
537 2003-03-07 [paul]       0.8.10claws99
538
539         * po/es.po
540                 updated Spanish translation, submitted by
541                 Ricardo Mones Lastra
542
543 2003-03-07 [christoph]  0.8.10claws98
544
545         * src/send.c
546                 fix in 0.8.10claws94 was wrong
547                 local delivery does not require escaping, remove escaping
548                 code to make signatures of mails with "." lines valid
549                 
550                 NOTE: requires that sendmail is executed with "-i" option,
551                       what is the default now, but has to be changed in all
552                       exsiting accounts)
553
554 2003-03-07 [paul]       0.8.10claws97
555
556         * sync with 0.8.11 release
557                 see ChangeLog 2003-03-07
558
559 2003-03-06 [paul]       0.8.10claws96
560
561         * src/compose.c
562                 revert commit 0.8.10claws92
563
564 2003-03-06 [paul]       0.8.10claws95
565
566         * src/folderview.c
567                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
568
569         * src/gtkaspell.c
570                 fix bug 74, 'Crash opening editor window with pseudo-color
571                 display'
572                 
573         Patches submitted by Kevin Vigor <kevin@vigor.nu>
574
575 2003-03-06 [christoph]  0.8.10claws94
576
577         * src/send.c
578                 fix rfc2821 (4.5.2) violation in SMTP data sending,
579                 all lines starting with a period get an extra period
580                 inserted
581                 (found by Simon 'corecode' Schubert)
582
583 2003-03-06 [paul]       0.8.10claws93
584
585         * src/folderview.c
586                 if configured font can't be loaded fall back to gtk
587                 default. (with thanks to Christoph)
588                 
589                 closes long-standing bug 15 'Crashes on startup'
590
591 2003-03-06 [paul]       0.8.10claws92
592
593         * src/compose.c
594                 freeze text before autosave and thaw afterwards
595                 fixes bug 67 'autosave make re-rediting message crazy'
596
597 2003-03-06 [christoph]  0.8.10claws91
598
599         * src/compose.c
600                 ignore address comment in dupe check for Cc-list
601
602         (closes reopened bug 47 Replying to message strips name part of
603          e-mail addresses of Cc: lines)
604
605 2003-03-06 [paul]       0.8.10claws90
606
607         * src/Makefile.am
608                 remove reference to gtkxtext.h as its no longer in
609                 the repository
610
611 2003-03-06 [paul]       0.8.10claws89
612
613         * sync with 0.8.10cvs25
614                 see ChangeLog 2003-03-06
615
616 2003-03-06 [oliver]     0.8.10claws88
617         
618         * src/messageview.c
619                 remove include
620
621 2003-03-06 [oliver]     0.8.10claws87
622         
623         * src/folderview.c 
624                 remove changes introduced inclaws74
625         * src/messageview.c
626                 another attempt to sanely delete and update
627                 messages deleted in separate messageview
628
629 2003-03-05 [christoph]  0.8.10claws86
630
631         * src/summaryview.c
632                 check if "From" matches any account's address if
633                 addressbook completion of addresses is disabled too
634
635         (closes Bug 70 "Display recipient in from" doesn't check
636          folder's default account)
637
638 2003-03-05 [christoph]  0.8.10claws85
639
640         * src/compose.c
641         * src/common/utils.[ch]
642                 don't strip address comments when building Cc lists
643
644         (closes Bug 47 Replying to message strips name part of e-mail addresses
645          of Cc: lines)
646
647         * src/folder.c
648                 fix return value of copy function
649
650 2003-03-05 [christoph]  0.8.10claws84
651
652         * src/imap.c
653                 don't ask imap server for non rfc822 headers
654
655         (closes bug 71 IMAP FETCH asks for FROM header field twice)
656
657         * src/imap.c
658                 destroy session on socket error to allow reconnecting
659
660 2003-03-05 [christoph]  0.8.10claws83
661
662         * configure.ac
663                 fix building with gnome when no prefix is set
664
665         (closes bug 66 Gnome directory is set to NONE)
666
667 2003-03-05 [paul]       0.8.10claws82
668
669         * sync with 0.8.10cvs23
670                 see ChangeLog 2003-03-05
671
672 2003-03-04 [christoph]  0.8.10claws81
673
674         * src/folder.c
675                 o fix moving and copying when folder returns 0 for new
676                   message number
677                 o remove some code for single message copy and move
678                   operations and use functions for multiple messages
679
680         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
681
682         * src/news.c
683                 remove unused include
684
685 2003-03-04 [paul]       0.8.10claws80
686
687         * src/gtk/about.c
688                 list 'Compiled plugins'
689
690 2003-03-03 [christoph]  0.8.10claws79
691
692         * src/news.[ch]
693                 have to multiply the percentage of the current fetch with
694                 the percentage that it has of the total fetch operation
695                 for correct values
696
697 2003-03-03 [christoph]  0.8.10claws78
698
699         * src/news.c
700                 fix calculation of expected lines for progress indicator
701
702 2003-03-03 [christoph]  0.8.10claws77
703
704         * src/summaryview.c
705         * src/common/utils.c
706                 fix segfault when opening the root news folder
707
708 2003-03-03 [christoph]  0.8.10claws76
709
710         * src/mainwindow.[ch]
711         * src/common/Makefile.am
712         * src/common/progressindicator.[ch]
713                 add UI independent progress indicator handling
714
715         * src/news.[ch]
716                 use new progress indicator for message info fetching
717
718         * src/common/hooks.h
719                 code cleanup
720
721 2003-03-03 [oliver]     0.8.10claws75
722
723         * src/toolbar.c
724         * src/compose.c
725                 removed commented code
726
727 2003-03-03 [oliver]     0.8.10claws74
728
729         * src/toolbar.[ch]
730                 cleanups and refactoring
731         * src/compose.[ch]
732                 compose_reply_mode reply & forwarding interface for
733                 toolbar buttons
734         * src/folderview.c
735                 act on messages marked for deletion in folderview_selected
736                 based on prefs_common.immediate_exec since a message might 
737                 have been deleted by messageview in a folder we are changing 
738                 to (does anybody understand what I'm on about ?)
739
740 2003-03-03 [oliver]     0.8.10claws73
741         
742         * src/messageview.[ch]
743                 new functions
744                 - messageview_delete: delete message shown in messagview
745                 - messageview_update_view: update messageview to currently 
746                   selected summaryview message
747                 - add separate messageview to msgview_list in order to update 
748                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
749         * src/summaryview.[ch]
750                 summary_get_selection returns a list of selected msgs
751                 in summaryview
752         * src/mainwindow.c
753                 toolbar reply refactoring
754
755 2003-03-03 [paul]       0.8.10claws72
756
757         * sync with 0.8.10cvs21
758                 see ChangeLog 2003-03-03
759
760 2003-03-02 [christoph]  0.8.10claws71
761
762         * src/common/passcrypt.c
763                 use POSIX includes
764
765 2003-03-02 [christoph]  0.8.10claws70
766
767         * configure.ac
768         * src/prefs_account.c
769         * src/prefs_gtk.[ch]
770         * src/common/.cvsignore
771         * src/common/Makefile.am
772         * src/common/passcrypt.c                ** NEW **
773         * src/common/passcrypt.h.in             ** NEW **
774                 Implement password encryption in config files
775                 using unix encrypt and setkey functions. The crypt
776                 key can be set as a configure parameter. Old
777                 passwords will be converted if they do not begin
778                 with '!'
779
780 2003-03-02 [paul]       0.8.10claws69
781
782         * src/prefs_account.c
783                 fix compile error
784
785 2003-03-01 [thorsten]   0.8.10claws68
786
787         * po/el.po
788           po/hr.po
789           po/it.po
790           po/nl.po
791           po/sr.po
792           po/sv.po
793                 corrected format strings
794         * po/en_GB.po
795                 corrected headers
796                 (fix compile errors with GNU gettext-0.11.5)
797
798 2003-03-01 [oliver]     0.8.10claws67
799
800         * src/summaryview.c
801                 menu callbacks call toolbar_menu_reply
802
803 2003-03-01 [oliver]     0.8.10claws66
804
805         * src/mainwindow.c
806         * src/messageview.c
807                 menu callbacks call toolbar_menu_reply
808         * src/toolbar.[ch]
809                 callbacks from menu handled by toolbar_menu_reply
810
811 2003-03-01 [paul]       0.8.10claws65
812
813         * src/addressbook.c
814                 revert commit 0.8.10claws54 - breaks editing of
815                 addressbook.
816                 
817         * po/bg.po
818                 update Bulgarian translation, submitted by
819                 George Danchev
820
821 2003-02-28 [christoph]  0.8.10claws64
822
823         * src/account.c
824         * src/addressadd.c
825         * src/compose.c
826         * src/gtkaspell.c
827         * src/gtkxtext.h                ** REMOVE **
828         * src/imap.c
829         * src/matcher.[ch]
830         * src/mh.c
831         * src/news.c
832         * src/pine.c
833         * src/prefs_common.c
834         * src/prefs_matcher.c
835         * src/procheader.[ch]
836         * src/procmsg.[ch]
837         * src/toolbar.c
838         * src/common/ssl_certificate.c
839         * src/gtk/colorlabel.c
840         * src/gtk/menu.c
841                 o fix warnings
842                 o remove code obsoleted by new cache and folder system rework
843
844 2003-02-28 [oliver]     0.8.10claws63
845         
846         * src/toolbar.[ch]
847                 * fix bug where reply in Messageview replied to 
848                 Message displayed in summaryview
849                 (reportedd via ML by chinatinte at gmx dot ch)
850                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
851                 didn't work in separate MessageView Toolbar
852                 (wondering if anybody uses this at all ?)
853         * src/summaryview.[ch]
854                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
855                 (generalize reply and forward code);
856         * src/messageview.c 
857                 remove focus_in event which updated summaryview to messageview
858
859 2003-02-28 [paul]       0.8.10claws62
860
861         * po/Makefile.in.in
862                 add the --check option
863                 Patch submitted by Ricardo Mones Lastra
864
865 2003-02-28 [paul]       0.8.10claws61
866
867         * src/prefs_account.c
868                 re-order 'Signature' items
869
870 2003-02-28 [paul]       0.8.10claws60
871
872         * sync with 0.8.10cvs20
873                 see ChangeLog 2003-02-28
874
875 2003-02-28 [paul]       0.8.10claws59
876
877         * po/POTFILES.in
878                 update to reflect recent movement of files
879
880 2003-02-28 [paul]       0.8.10claws58
881
882         * sync with 0.8.10cvs19
883                 see ChangeLog 2003-02-28
884
885 2003-02-27 [martin]     0.8.10claws57
886
887         * src/prefs_matcher.c 
888                 fix segfault in prefs_matcher_ok() when the
889                 last entry is deleted and prevents that the
890                 message "entry not saved" comes up after deleting
891                 an entry
892
893 2003-02-27 [martin]     0.8.10claws56
894
895         * src/prefs_filtering.c 
896                 fix segfault in prefs_filtering_ok() when the
897                 last entry is deleted and prevents that the
898                 message "entry not saved" comes up after deleting
899                 an entry
900
901 2003-02-27 [paul]       0.8.10claws55
902
903         * sync with 0.8.10cvs18
904                 see ChangeLog 2003-02-27
905
906 2003-02-27 [paul]       0.8.10claws54
907
908         * src/addressbook.c
909                 fix bug where the address book crashes with 
910                 multiple lookups.
911                 Patch [687729] submitted by David Frager 
912                 <dbfrager@users.sourceforge.net>
913
914 2003-02-25 [christoph]  0.8.10claws53
915
916         * src/Makefile.am
917         * src/colorlabel.[ch]           ** REMOVE **
918         * src/gtk/Makefile.am
919         * src/gtk/colorlabel.[ch]       ** NEW **
920                 move colorlabel files to gtk directory
921
922         * src/esmtp.[ch]                ** REMOVE **
923                 has been merged into smtp.[ch] in 0.7.5
924
925 2003-02-25 [christoph]  0.8.10claws52
926
927         * src/Makefile.am
928         * src/about.[ch]                ** REMOVE **
929         * src/gtk/Makefile.am
930         * src/gtk/about.[ch]            ** NEW **
931                 move about files to gtk directory
932
933 2003-02-25 [christoph]  0.8.10claws51
934
935         * src/folder.c
936                 some code optimization of folder scanning code
937
938         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
939
940 2003-02-25 [christoph]  0.8.10claws50
941
942         * src/main.c
943         * src/common/sylpheed.c
944                 add command line parameter parsing to common code
945
946 2003-02-24 [christoph]
947
948         * Makefile.am
949         * configure.ac
950                 fix gnome prefix problems, the configure script now removed
951                 `gnome-config --prefix` from `gnome-config --datadir`
952                 and adds $(prefix} instead
953
954         (closes Bug 24 Makefile does not respect prefix when installing
955          GNOME data)
956
957 2003-02-24 [christoph]  0.8.10claws49
958
959         * src/news.c
960                 check for valid session before trying to authenticate
961
962         (closes Bug 60 crash if "authenticate on logon" is activated
963          and newsserver-hostname is not valid)
964
965 2003-02-24 [melvin]     0.8.10claws48
966
967         * src/prefs_actions.c
968                 Make sure all user's input is sent to the action and then
969                 close the socket..
970
971 2003-02-23 [alfons]     0.8.10claws46
972
973         * src/summaryview.c
974                 also wait cursor when deleting files
975
976 2003-02-23 [paul]
977
978         * tools/freshmeat_search.pl
979           tools/google_search.pl
980                 scripts should now work for any browser/browser command line
981
982 2003-02-22 [christoph]  0.8.10claws45
983
984         * src/procmsg.c
985                 fix IMAP flag setting, IMAP flag is not handled correctly
986                 anymore by the folder system and information about the
987                 folder should not be saved in the MsgInfo (in my opinion)
988
989         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
990
991 2003-02-22 [christoph]  0.8.10claws44
992
993         * src/summaryview.c
994                 fix spelling of "label" ;-)
995
996 2003-02-22 [thorsten]   0.8.10claws43
997
998         * src/mimeview.c
999           src/prefs_common.[ch]
1000           src/procmime.[ch]
1001                 do not use description as attachment name
1002
1003 2003-02-22 [alfons]     0.8.10claws42
1004
1005         * src/summaryview.c
1006                 freeze/thaw folder item updates when changing color labels,
1007                 and put a wait cursors on
1008
1009 2003-02-22 [thorsten]   0.8.10claws41
1010
1011         * src/mimeview.c
1012                 save-all fixes: crash if invoked on multipart container,
1013                 mimeinfo access, pathseparators, error dialog
1014
1015 2003-02-21 [alfons]     0.8.10claws40
1016
1017         * src/prefs_gtk.c
1018                 remove unused var
1019
1020 2003-02-21 [colin]      0.8.10claws39
1021
1022         * src/send.c
1023                 Fix smtp logging
1024
1025 2003-02-21 [colin]      0.8.10claws38
1026
1027         * src/summaryview.c
1028                 Freeze/thaw folderItem updates when filtering messages 
1029                 via Tools/Filter messages
1030
1031 2003-02-21 [paul]       0.8.10claws37
1032
1033         * src/compose.c
1034                 revert commit 0.8.10claws26, there are ulterior motives
1035                 for users to set a Reply-To header when posting to
1036                 newsgroups
1037
1038 2003-02-21 [paul]       0.8.10claws36
1039
1040         * sync with 0.8.10cvs17
1041                 see ChangeLog 2003-02-21
1042
1043 2003-02-20 [christoph]  0.8.10claws35
1044
1045         * src/imap.c
1046                 IMAP UID fetch speedup using SEARCH
1047
1048         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1049
1050         * src/imap.c
1051                 fix problem with UIDs in IMAP UID cache that no longer existed
1052
1053 2003-02-20 [christoph]  0.8.10claws34
1054
1055         * src/imap.c
1056         * src/procheader.c
1057         * src/procheader.h
1058                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
1059
1060         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1061
1062         * src/imap.c
1063                 Rewrite imap_cmd_gen_recv use sock_getline instead
1064                 of sock_gets to avoid problems with too long reply
1065                 lines
1066     
1067 2003-02-20 [colin]      0.8.10claws33
1068         
1069         * src/prefs_account.c
1070                 Better wording
1071
1072 2003-02-20 [colin]      0.8.10claws32
1073
1074         * src/compose.c
1075                 Remove useless '&& !to_sender' 
1076
1077 2003-02-20 [darko]
1078
1079         * AUTHORS
1080                 change my e-mail address
1081
1082 2003-02-19 [colin]      0.8.10claws31
1083
1084         * src/prefs_common.c
1085                 X11 style colors for every configurable color
1086
1087 2003-02-19 [alfons]     0.8.10claws30
1088
1089         * src/prefs_gtk.[ch]
1090         * src/prefs_common.c
1091                 for color_new accept both plain integers and X11 style color
1092                 names (as found in /usr/lib/X11/rgb.txt)
1093
1094 2003-02-19 [paul]       0.8.10claws29
1095
1096         * src/mainwindow.c
1097                 add tooltips to online/offline button and account selector
1098                 button
1099
1100 2003-02-19 [paul]       0.8.10claws28
1101
1102         * src/folder.c
1103           src/news.c
1104           src/prefs_account.[ch]
1105           src/prefs_common.[ch]
1106                 move 'Maximum number of articles to download' to
1107                 account prefs.
1108                 clean up account prefs gui a little by hiding entries
1109                 rather then greying out entries
1110
1111 2003-02-19 [hiro]       0.8.10claws27
1112
1113         * src/common/utils.c
1114                 fix bug #54 'yesterdays date is displayed in the message 
1115                 summary window'
1116
1117 2003-02-19 [paul]       0.8.10claws26
1118
1119         * src/compose.c
1120                 fix bug reported in Feature Request [688596] 
1121                 'Reply-to header in news'
1122
1123 2003-02-18 [paul]       0.8.10claws25
1124
1125         * src/select-keys.c
1126                 add a 'List all keys' button to key selection dialog
1127
1128 2003-02-18 [colin]      0.8.10claws24
1129         
1130         * src/stock_pixmap.c
1131                 fix compile error
1132
1133 2003-02-18 [colin]      0.8.10claws23
1134
1135         * src/common/smtp.[ch]
1136           src/prefs_account.c
1137                 Try to starttls if it seems to be the only
1138                 way to authenticate a user
1139
1140 2003-02-18 [paul]       0.8.10claws22
1141
1142         * src/Makefile.am
1143           src/folderview.c
1144           src/stock_pixmap.[ch]
1145           src/pixmaps/drafts_close.xpm  ** NEW FILE **
1146           src/pixmaps/drafts_open.xpm   ** NEW FILE **
1147                 as a Drafts folder is a special folder allow it to have
1148                 its own unique icons
1149
1150 2003-02-18 [colin]      0.8.10claws21
1151
1152         * src/imap.c
1153                 Fix port selection when using starttls
1154
1155 2003-02-18 [paul]       0.8.10claws20
1156
1157         * src/mainwindow.c
1158           src/prefs_common.[ch]
1159                 make blue the default new mail colour
1160
1161 2003-02-18 [paul]       0.8.10claws19
1162
1163         * sync with 0.8.10cvs14
1164                 see ChangeLog 2003-02-18
1165
1166 2003-02-17 [jens]       0.8.10claws18
1167
1168         * src/common/md5.c
1169                 fixed a compile problem with gcc 3.3
1170                 works on 2.95.3 too (testet on PPC as it is big endian)
1171
1172 2003-02-17 [paul]       0.8.10claws17
1173
1174         * sync with 0.8.10cvs13
1175                 see ChangeLog 2003-02-17
1176
1177 2003-02-17 [paul]       0.8.10claws16
1178
1179         * sync with 0.8.10cvs12
1180                 see ChangeLog 2003-02-17
1181
1182 2003-02-16 [match]      0.8.10claws15
1183
1184         * src/addressbook.c
1185                 Eliminates reloading of address data when items
1186                 deleted or added. Applied submitted by
1187                 Luke Plant <lukeplant@softhome.net>
1188
1189 2003-02-16 [paul]       0.8.10claws14
1190
1191         * src/news.c
1192                 when a 'protocol error' is encountered disconnect from
1193                 the server. This means that the user can carry on viewing
1194                 other articles and doesn't have to either wait until the
1195                 server timesout or quit sylpheed.
1196                 Fixes bug #53 'Unable to read messages in newsgroups, 
1197                 displayed message doesn't change'
1198
1199 2003-02-15 [christoph]  0.8.10claws13
1200
1201         * src/imap.c
1202                 fix bug that stopped scanning of folders when an
1203                 IMAP folder was empty
1204
1205         (closes bug 46 stop scan messages in folders after empty folder)
1206
1207 2003-02-15 [paul]
1208
1209         * tools/Makefile.am
1210           tools/README
1211           tools/freshmeat_search.pl     ** NEW FILE **
1212           tools/google_search.pl        ** NEW FILE **
1213                 Add 2 Actions scripts which search freshmeat/google
1214                 for the selected text using the browser configured
1215                 in sylpheedrc.
1216                 
1217         Note: These scripts are very dependent on the format of the
1218         browser command and may not work on every occasion. Testing
1219         is welcome. 
1220
1221 2003-02-14 [alfons]     0.8.10claws12
1222
1223         * src/compose.c
1224                 fix breakage because of uninitialized account pointer.
1225                 please verify.
1226
1227 2003-02-14 [paul]       0.8.10claws11
1228
1229         * src/compose.c
1230           src/prefs_account.[ch]
1231           src/prefs_common.[ch]
1232                 move signature settings to Account Prefs
1233
1234 2003-02-14 [paul]       0.8.10claws10
1235
1236         * sync with 0.8.10cvs11
1237                 see ChangeLog 2003-02-14
1238
1239 2003-02-13 [thorsten]   0.8.10claws9
1240
1241         * src/news.c
1242                 revert news progressbar (GUI separation)
1243
1244 2003-02-13 [paul]       0.8.10claws8
1245
1246         * src/compose.c
1247                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
1248                 paragraph 1
1249
1250 2003-02-13 [paul]       0.8.10claws7
1251
1252         * src/compose.[ch]
1253           src/summaryview.c
1254                 fix 'Follow-up and Reply-to' so that it creates a reply to
1255                 the newsgroup and the sender. If the message has the keyword
1256                 'poster' in the Followup-To header, all replies go to the
1257                 sender, re: RFC 1036, Section 2.2.3
1258                 rename all instances of 'ignore_replyto' to 'to_sender', both
1259                 were previously used, now we use just one.
1260
1261 2003-02-13 [paul]       0.8.10claws6
1262
1263         * sync with 0.8.10cvs9
1264                 see ChangeLog 2003-02-13
1265
1266 2003-02-13 [paul]       0.8.10claws5
1267
1268         * configure.ac
1269                 show which plugins are configured in the configure
1270                 output.
1271
1272 2003-02-12 [thorsten]   0.8.10claws4
1273
1274         * src/news.c
1275                 show progress while fetching news headers
1276
1277 2003-02-12 [christoph]  0.8.10claws3
1278
1279         * configure.ac
1280         * src/plugins/Makefile.am
1281                 use AM_CONDITIONAL to enable plugins, automake correctly
1282                 manages this when creating distdir
1283
1284 2003-02-12 [christoph]  0.8.10claws2
1285
1286         * ac/spamassassin.m4
1287         * src/plugins/spamassassin/Makefile.am
1288                 fix building SpamAssassin plugin without OpenSSL
1289
1290 2003-02-12 [paul]       0.8.10claws1
1291
1292         * ac/Makefile.am
1293           src/Makefile.am
1294           src/plugins/Makefile.am
1295                 fix failure of 'make release'
1296
1297 2003-02-12 [paul]       0.8.10claws
1298
1299         * 0.8.10claws released
1300
1301 2003-02-12 [paul]       0.8.9claws56
1302
1303         * po/bg.po
1304           po/es.po
1305           po/it.po
1306           po/ru.po
1307           po/sr.po
1308                 updated translations by George Danchev, Ricardo Mones Lastra,
1309                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
1310                 
1311         * sylpheed.spec.in
1312                 Allow the building of RPMs by a regular user. Submitted
1313                 by Sergei Astanin
1314
1315 2003-02-11 [alfons]     0.8.9claws55
1316
1317         * src/colorlabel.c
1318                 don't use pixmaps for label color rect but draw rectangles
1319                 so we can respect the color map of palette based visuals
1320                 (fixes the long time crashes on Suns - thanks to Andreas
1321                 Engel and Steve O'Hara-Smith for testing)
1322
1323 2003-02-11 [christoph]  0.8.9claws54
1324
1325         * src/matcher_parser_parse.y
1326                 correct bug where filering rules of not existing folders in
1327                 matcherrc were added to global filtering
1328                 
1329         (closes Debian Bug #180253 - Directory's filter-rules are merged with
1330          main filter-rules after removing directory, http://bugs.debian.org/180253)
1331         
1332 2003-02-11 [paul]       0.8.9claws53
1333
1334         * sync with 0.8.10cvs7
1335                 see ChangeLog 2003-02-09
1336
1337 2003-02-11 [melvin]     0.8.9claws52
1338
1339         * po/fr.po
1340                 Updated French tranlsations
1341
1342 2003-02-10 [paul]       0.8.9claws51
1343
1344         * sylpheed.spec.in
1345                 correct --enable-openssl
1346                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
1347
1348 2003-02-09 [martin]     0.8.9claws50
1349
1350         * src/prefs_matcher.c
1351                 fix segfault in prefs_matcher_substitute_cb() when
1352                 no row is selected
1353
1354 2003-02-09 [paul]       0.8.9claws49
1355
1356         * src/folderview.c
1357                 fix bug where a newsgroup folder's processing rules were
1358                 merged with the global filtering rules when the newsgroup
1359                 folder was deleted, causing some seriously bad results,
1360                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
1361
1362 2003-02-08 [melvin]     0.8.9claws48
1363
1364         * src/compose.c
1365                 Corrected and modified an alert message.
1366
1367 2003-02-07 [paul]       0.8.9claws47
1368
1369         * src/folderview.c
1370                 fix bug where both an 'Account properties' window and a
1371                 'Folder properties' window were opened when clicking on
1372                 'Properties' in an NNTP or IMAP folder's popup menu.
1373
1374 2003-02-07 [paul]       0.8.9claws46
1375
1376         * sync with 0.8.10cvs6
1377                 see ChangeLog 2003-02-06
1378
1379 2003-02-06 [christoph]  0.8.9claws45
1380
1381         * src/mbox.c
1382                 freeze folder updates while importing mbox files
1383                 (closes bug 43 importing mbox took hours)
1384                 
1385         Patch submitted by Jens Rantil <jens.rantil@telia.com>
1386
1387 2003-02-06 [thorsten]   0.8.9claws44
1388
1389         * po/de.po
1390                 Updated german translations
1391
1392 2003-02-06 [thorsten]   0.8.9claws43
1393
1394         * src/news.h
1395                 use guint for message numbers (fix count in grouplist dialog)
1396
1397 2003-02-05 [paul]       0.8.9claws42
1398
1399         * sync with 0.8.10cvs2
1400                 see ChangeLog 2003-02-05
1401
1402 2003-02-04 [colin]      0.8.9claws41
1403
1404         * src/prefs_common.[ch]
1405           src/procmsg.c
1406           src/summaryview.c
1407                 Add an option to disable threading by subject
1408
1409 2003-02-04 [christoph]  0.8.9claws40
1410
1411         * src/inc.c
1412                 only abort fetching mails from multiple accounts when the
1413                 error is fatal and does not allow to check any more accounts
1414                 (currently only disk full error)
1415
1416         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
1417          receive mails for other accouts)
1418
1419 2003-02-04 [christoph]  0.8.9claws39
1420
1421         * src/folder.c
1422                 first add the new message to the cache, then
1423                 send the update notification
1424
1425         (closes bug 39 after sending message folderview doesnt get updated)
1426
1427 2003-02-04 [colin]      0.8.9claws38
1428
1429         * src/inc.c
1430                 _really_ fix this Connecting... status
1431
1432 2003-02-04 [paul]       0.8.9claws37
1433
1434         * sync with 0.8.10
1435                 see ChangeLog 2003-02-04
1436
1437 2003-02-04 [paul]       0.8.9claws36
1438
1439         * sync with 0.8.9cvs6
1440                 see ChangeLog 2003-02-03
1441
1442 2003-02-04 [paul]       0.8.9claws35
1443
1444         * po/pt_BR.po
1445                 updated by André Filipe de Assunção e Brito 
1446                 <bedecko@netsite.com.br>
1447
1448 2003-02-03 [thorsten]   0.8.9claws34
1449
1450         * po/de.po
1451                 Updated german translations
1452
1453 2003-02-02 [paul]       0.8.9claws33
1454
1455         * po/es.po
1456                 updated by Ricardo Mones Lastra
1457
1458 2003-02-02 [thorsten]   0.8.9claws32
1459
1460         * src/mh.c
1461                 Fix mh_get_msginfo() segfault if file is inaccessible
1462
1463 2003-01-31 [colin]      0.8.9claws31
1464
1465         * src/procheader.c
1466                 Fix last commit's bug
1467
1468 2003-01-31 [colin]      0.8.9claws30
1469
1470         * src/procheader.c
1471                 Missing a change for gpg-signed messages
1472
1473 2003-01-31 [paul]       0.8.9claws29
1474
1475         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
1476           src/procheader.c
1477           src/stock_pixmap.[ch]
1478           src/summaryview.c
1479                 indicate GnuPG signed messages by displaying an icon
1480                 in the Attachment column.
1481
1482 2003-01-31 [paul]       0.8.9claws28
1483
1484         * sync with 0.8.9cvs4
1485                 see ChangeLog 2003-01-31
1486
1487 2003-01-31 [alfons]     0.8.9claws27
1488
1489         * src/textview.c
1490                 tune URI parser to accept mailto URLs with a '?'
1491                 (patch from Ruslan Balkin)
1492
1493 2003-01-31 [colin]      0.8.9claws26
1494
1495         * src/summaryview.c
1496                 Fix a leak introduced in claws24
1497
1498 2003-01-31 [colin]      0.8.9claws25
1499
1500         * src/summaryview.c
1501                 Freeze/Thaw folder updates when deleting dups
1502
1503 2003-01-31 [colin]      0.8.9claws24
1504         
1505         * src/addr_compl.c
1506           src/summaryview.c
1507           src/msgcache.c
1508                 little speed improvements
1509
1510 2003-01-31 [colin]      0.8.9claws23
1511
1512         * src/summaryview.c
1513                 Fix segfault when forwarding nothing
1514                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
1515                 
1516 2003-01-30 [paul]       0.8.9claws22
1517
1518         * sync with 0.8.9cvs3
1519                 see ChangeLog 2003-01-30
1520
1521 2003-01-30 [paul]       0.8.9claws21
1522
1523         * sync with 0.8.9cvs2
1524                 see ChangeLog 2003-01-30
1525
1526 2003-01-29 [paul]       0.8.9claws20
1527
1528         * sync with 0.8.9cvs1
1529                 see ChangeLog 2003-01-29
1530
1531 2003-01-28 [paul]       0.8.9claws19
1532
1533         * po/POTFILES.in
1534                 update to reflect changes. 
1535                 thanks to Ricardo Mones Lastra
1536
1537 2003-01-27 [christoph]  0.8.9claws18
1538
1539         * ac/openssl.m4
1540         * ac/spamassassin.m4
1541         * src/plugins/spamassassin/README
1542         * src/plugins/spamassassin/libspamc.[ch]
1543         * src/plugins/spamassassin/utils.[ch]
1544                 updated to latest libspamc
1545
1546 2003-01-27 [christoph]  0.8.9claws17
1547
1548         * src/folder.c
1549                 fix wrong use of procheader_get_header_fields
1550
1551 2003-01-27 [christoph]  0.8.9claws16
1552
1553         * src/news.c
1554         * src/prefs_account.[ch]
1555         * src/common/nntp.[ch]
1556                 allow to force authentication for NNTP servers
1557
1558         Patch submitted by Florian Mickler <dmk@d-labs.de>
1559
1560 2003-01-26 [paul]       0.8.9claws15
1561
1562         * src/summaryview.c
1563                 speed up of marking messages as read
1564                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
1565
1566 2003-01-26 [christoph]  0.8.9claws14
1567
1568         * src/Makefile.am
1569         * src/mgutils.[ch]              ** REMOVE **
1570         * src/xml.[ch]                  ** REMOVE **
1571         * src/xmlprops.[ch]             ** REMOVE **
1572         * src/common/Makefile.am
1573         * src/common/mgutils.[ch]       ** NEW **
1574         * src/common/xml.[ch]           ** NEW **
1575         * src/common/xmlprops.[ch]      ** NEW **
1576                 move xml files to common directory
1577
1578 2003-01-26 [christoph]  0.8.9claws13
1579
1580         * src/plugins/spamassassin/spamassassin_gtk.c
1581                 only set gtk entry text if string is available
1582
1583 2003-01-26 [melvin]     0.8.9claws12
1584
1585         * src/description_window.c
1586                 Allow resizing of the window
1587                 Allow automatic horizontal scroll bar
1588                 Do not vertically expand and fill
1589
1590 2003-01-26 [christoph]  0.8.9claws11
1591
1592         * src/Makefile.am
1593         * src/gtkutils.[ch]             ** REMOVE **
1594         * src/common/sylpheed.c
1595         * src/gtk/Makefile.am
1596         * src/gtk/description_window.c
1597         * src/gtk/gtkutils.[ch]         ** NEW **
1598         * src/gtk/prefswindow.c
1599                 move gtkutils to gtk directory
1600
1601 2003-01-26 [paul]       0.8.9claws10
1602
1603         * src/summaryview.c
1604                 rename summary_unread_clicked() to summary_status_clicked()
1605
1606 2003-01-26 [melvin]     0.8.9claws9
1607
1608         * src/prefs_actions.c
1609                 Cosmetical changes to the help text
1610
1611 2003-01-26 [paul]       0.8.9claws8
1612
1613         * src/folder.[ch]
1614           src/mainwindow.c
1615           src/prefs_common.c
1616           src/prefs_sumamry_column.c
1617           summaryview.[ch]
1618                 rename the 'Unread' column to 'Status'
1619
1620 2003-01-25 [match]      0.8.9claws7
1621
1622         * src/mgutils.[ch]
1623                 removed reference to LDAP constants. removed error2string.
1624                 included functions to support LDAP dynamic queries.
1625         * src/syldap.h
1626                 moved LDAP constants here.
1627         * src/addressbook.c
1628         * src/addrindex.c
1629         * src/importldif.c
1630                 removed references to LDAP constants and references to
1631                 error2string.
1632
1633 2003-01-25 [paul]       0.8.9claws6
1634
1635         * src/summaryview.c
1636                 summary_thread_build(), summary_thread_init(): remove 
1637                 unneeded reference to summaryview->folder_item
1638
1639 2003-01-25 [christoph]  0.8.9claws5
1640
1641         * src/gtk/description_window.c
1642                 o allow description texts to expand over multiple columns
1643                 o translate all columns
1644         * src/prefs_actions.c
1645                 change syntax description to use new multi column feature
1646
1647         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
1648
1649 2003-01-25 [match]      0.8.9claws4
1650
1651         * src/vcard.c
1652                 fixed bug with Quoted-Printable
1653
1654 2003-01-25 [paul]       0.8.9claws3
1655
1656         * src/folder.[ch]
1657           src/summaryview.[ch]
1658                 implement per-folder collapsed/expanded threads setting
1659                 
1660         * src/prefs_common.c
1661                 remove global collapsed/expanded threads option
1662
1663 2003-01-25 [christoph]  0.8.9claws2
1664
1665         * po/POTFILES.in
1666                 add pluginwindow and prefswindow
1667         * src/compose.c
1668                 make send respond correctly to messages that could be added
1669                 to the queue folder, but the UID of the message is unknown
1670         * src/folder.c
1671         * src/imap.c
1672                 don't return guessed UIDs in imap_add_msg anymore. We return
1673                 0 to tell the folder system it was appened but the UID is
1674                 unknown. Folder system now get's the UID by scaning the folder
1675                 and searching the cache for the Message-ID
1676                 (closes bug #29 Messages queued, but not sent)
1677
1678 2003-01-25 [paul]       0.8.9claws1
1679
1680         * src/codeconv.c
1681                 conv_encode_header():  fix bug when long headers with 8-bit
1682                 characters are used, so that the encoded words are wrapped.
1683                 If the space in the original text falls on the wrap boundary,
1684                 it can be lost.
1685                 Patch by Sergey Vlasov.
1686                 
1687         * src/folderview.c
1688                  fix bug where a change to the sorting method or thread view
1689                  of a folder's messages is lost if simpify-subject is set and
1690                  toggled on or off.
1691                  Patch by Luke Plant.
1692
1693 2003-01-24 [paul]       0.8.9claws
1694
1695         * sylpheed-0.8.9claws released
1696         
1697         * Makefile.am
1698           sylpheed.spec.in
1699                 remove reference to 'INSTALL.jp'
1700
1701 2003-01-23 [paul]       0.8.8claws128
1702
1703         * po/es.po
1704           po/it.po
1705           po/ru.po
1706           po/sr.po
1707                 updated translations. submitted by Ricardo Mones Lastra,
1708                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
1709
1710 2003-01-23 [colin]      0.8.8claws127
1711
1712         * src/compose.c
1713                 Fix drafted and queued news articles re-edition
1714
1715 2003-01-23 [melvin]     0.8.8claws126
1716
1717         * po/fr.po
1718                 Updated French translations
1719
1720 2003-01-23 [colin]      0.8.8claws125
1721
1722         * src/inc.c
1723                 Fix "Connecting to..." status message
1724
1725 2003-01-22 [paul]       0.8.8claws124
1726
1727         * po/bg.po
1728                 updated by George Danchev
1729                 
1730         * src/folder.c
1731                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
1732                 and folder deletion
1733
1734 2003-01-21 [paul]       0.8.8claws123
1735
1736         * po/bg.po
1737                 updated by George Danchev
1738                 
1739         * src/about.c
1740                 its now 2003
1741                 
1742         * src/toolbar.c
1743                 don't translate 'Separator'
1744                 
1745         * src/plugins/spamassassin/Makefile.am
1746                 add aspell to CPPFLAGS
1747                 
1748         * src/plugins/spamassassin/spamassassin.c
1749           src/plugins/spamassassin/spamassassin_gtk.c
1750                 set correct default for spamassassin_receive_spam
1751                 slightly re-word descriptions and some
1752                 other minor changes
1753
1754 2003-01-19 [alfons]     0.8.8claws122
1755                 
1756         * src/mimeview.c
1757                 mimeview_save_as(): we might as well show the file name for
1758                 the single case "Save As" too
1759
1760 2003-01-19 [alfons]     0.8.8claws121
1761
1762         * src/crash.c
1763                 change bug tracker URL to bugzilla URL
1764
1765 2003-01-19 [alfons]     0.8.8claws120
1766
1767         * src/mimeview.c
1768                 mimeview_save_all(): display name of file before overwriting;
1769                 continue saving all, even when one overwrite was cancelled
1770
1771 2003-01-19 [christoph]  0.8.8claws119
1772
1773         * src/summaryview.c
1774         * src/procmsg.[ch]
1775                 fix wrong usage of procmsg_find_children in summaryview
1776                 by using procmsg_update_unread_children instead of
1777                 summaryview_update_unread_children
1778
1779 2003-01-19 [christoph]  0.8.8claws118
1780
1781         * src/procmsg.c
1782                 fix infinite loop in procmsg_find_children
1783                  (closes bug #25 sylpheed crashes on delete.)
1784
1785         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
1786
1787 2003-01-19 [paul]       0.8.8claws117
1788
1789         * po/pt_BR.po
1790                 updated by Ivan Francolin Martinez
1791
1792 2003-01-18 [melvin]     0.8.8claws116
1793
1794         * src/prefs_actions.c
1795                 Removed syntax limitation of only one '&' at the end of command.
1796                         Now actions that contain '>/dev/null 2>&1' are possible.
1797
1798 2003-01-18 [melvin]     0.8.8claws115
1799
1800         * src/prefs_actions.c
1801                 Actions IO dialog: when the action ends
1802                 the "Close" button now has focus and [Escape] closes the
1803                 window.
1804
1805 2003-01-18 [christoph]  0.8.8claws114
1806
1807         * src/procmsg.c
1808                 o add debug output when MsgInfos are really freed
1809                 o free GSLists in procmsg_find_children and
1810                   procmsg_update_unread_children
1811
1812 2003-01-18 [christoph]  0.8.8claws113
1813
1814         * src/mainwindow.c
1815                 reorder Configuration menu
1816
1817 2003-01-18 [christoph]  0.8.8claws112
1818
1819         * src/compose.c
1820                 fix applying templates to forwarded messages
1821
1822         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
1823
1824 2003-01-17 [christoph]  0.8.8claws111
1825
1826         * src/folder.c
1827                 destroy folder items, when a folder item is removed
1828
1829 2003-01-17 [christoph]  0.8.8claws110
1830
1831         * src/folder.c
1832                 fix wrong folder stats update when ignored message is
1833                 deleted
1834
1835 2003-01-17 [colin]      0.8.8claws109
1836         
1837         * src/mainwindow.c
1838         * src/summaryview.c
1839                 Quicksearch bugfixes: 
1840                 - hide help button at startup if not extended
1841                 - switch to extended when looking for replies
1842
1843 2003-01-17 [paul]
1844
1845         * sync with 0.8.9 release
1846
1847 2003-01-17 [paul]       0.8.8claws108
1848
1849         * sync with 0.8.8cvs11
1850                 see ChangeLog 2003-01-17
1851
1852 2003-01-16 [colin]      0.8.8claws107
1853
1854         * src/procmsg.c
1855                 Changed encryption test to re-ask passphrase
1856                 if an encrypted message hasn't been decrypted
1857                 Fixes bug #5
1858
1859 2003-01-16 [christoph]  0.8.8claws106
1860
1861         * src/prefs_gtk.c
1862         * src/prefs_toolbar.c
1863         * src/gtk/prefswindow.h
1864         * src/plugins/spamassassin/spamassassin_gtk.c
1865                 remove page destroy function that is not used anymore
1866
1867 2003-01-16 [paul]       0.8.8claws105
1868
1869         * sync with 0.8.8cvs9
1870                 see ChangeLog 2002-01-16
1871
1872 2003-01-16 [colin]      0.8.8claws104
1873
1874         * src/compose.[ch]
1875                 Fix bug with autosaved drafts for IMAP, when draft
1876                 folder is specified - fixes bugzilla bug #20
1877
1878 2003-01-15 [paul]       0.8.8claws103
1879
1880         * src/compose.[ch]
1881           src/procmsg.c
1882                 store folder and message-id of message forwarding
1883                 in queue header and set forward flag after sending
1884
1885 2003-01-15 [paul]       0.8.8claws102
1886
1887         * sync with 0.8.8cvs8
1888                 see ChangeLog 2002-01-15
1889
1890 2003-01-15 [colin]      0.8.8claws101
1891
1892         * src/Makefile.am
1893                 Fix linking with GNU libiconv
1894
1895 2003-01-15 [darko]      0.8.8claws100
1896
1897         * src/pine.c
1898                 fix crash when importing pine address book
1899                 entry with an empty name (reported by DY
1900                 <dybulk at tri8.net>)
1901
1902 2003-01-14 [paul]       0.8.8claws99
1903
1904         * configure.in  ** REMOVED **
1905           configure.ac  ** NEW FILE **
1906                 rename configure.in to configure.ac, as it is now
1907                 preferred
1908
1909 2003-01-14 [melvin]     0.8.8claws98
1910
1911         * src/folderview.c
1912                 folderview_check_new(): More precise function description
1913
1914 2003-01-14 [melvin]     0.8.8claws97
1915
1916         * src/folderview.c
1917                 folderview_check_new(): return the number of new messages 
1918                         since last check.
1919         * src/inc.c
1920                 inc_account_mail(): Disable counting of new messages for IMAP
1921                         and NNTP until bug [19] and [14] are fixed.
1922
1923 2003-01-14 [paul]       0.8.8claws96
1924
1925         * sync with 0.8.8cvs6
1926                 see ChangeLog 2003-01-14
1927
1928 2003-01-13 [alfons]     0.8.8claws95
1929
1930         * src/textview.c
1931                 tune email address validation (c. 0.8.8claws89): if . is 
1932                 just one char away from @, the address is invalid too 
1933                 (correctly rejects addresses like foo@.com)
1934
1935 2003-01-13 [paul]       0.8.8claws94
1936
1937         * src/messageview.c
1938           src/toolbar.c
1939                 fixes to the Message View toolbar and menu:
1940                 fix non-functioning Forward button
1941                 make Reply button consider default_reply_list
1942                 remove 'Follow-up...' menu entry
1943                 add 'Forward' and 'Redirect' menu entries
1944
1945 2003-01-13 [melvin]     0.8.8claws93
1946
1947         * src/inc.c
1948                 Fixed typo that could make new messages count incorrect.
1949
1950 2003-01-13 [melvin]     0.8.8claws92
1951
1952         * src/folderview.[ch]
1953                 folderview_check_new(): return the number of new messages.
1954         * src/inc.c
1955                 Should fix bug [14] where new mail notification worked 
1956                         incorrectly with IMAP accounts.
1957                 inc_spool_account(): return number of new msgs, or -1 on error
1958                 inc_all_spool(): return number of new msgs
1959                 
1960 2003-01-13 [melvin]     0.8.8claws91
1961
1962         * src/prefs_actions.c
1963                 Justify help text.
1964
1965 2003-01-12 [thorsten]   0.8.8claws90
1966
1967         * src/common/prefs.c
1968                 close file before rename
1969
1970 2003-01-12 [alfons]     0.8.8claws89
1971
1972         * AUTHORS
1973                 add Christian Mertes
1974         * src/common/utils.[ch]
1975                 g_stricase_hash(), g_stricase_equal(): functions for 
1976                 case insensitive hash tables
1977         * src/textview.c
1978                 use top level domain names to validate email address, based
1979                 on a patch by Christian Mertes (thanks!), but changed 
1980                 implementation to use a hash table 
1981
1982 2003-01-12 [paul]       0.8.8claws88
1983
1984         * po/bg.po
1985                 updated by George Danchev
1986
1987 2003-01-12 [alfons]     0.8.8claws87
1988
1989         * src/summaryview.c
1990                 delete / execute performance: use new style folder update
1991
1992 2003-01-12 [paul]       0.8.8claws86
1993
1994         * sync with 0.8.8cvs5
1995                 see ChangeLog 2003-01-13 (!)
1996
1997 2003-01-12 [alfons]     0.8.8claws85
1998
1999         * src/filtering.c
2000         * src/matcher_parser_parse.y
2001                 prepare change_score filtering action
2002         * src/matcher.[ch]
2003                 give up const-correctness on functions that call non-const-correct functions;
2004                 several casts to gpointer in g_free();
2005                 add change_score;
2006
2007 2003-01-12 [christoph]  0.8.8claws84
2008
2009         * src/compose.c
2010                 fix 2 warnings
2011
2012         * src/gtk/prefswindow.[ch]
2013         * src/plugins/spamassassin/spamassassin_gtk.c
2014                 changed the call of the widget create function
2015                 for PrefsPages, because sometimes the widget
2016                 create function needs a widget that already has
2017                 been attached to a window (to create GDK pixmaps
2018                 for exmaple). So we simply pass the GtkWindow as
2019                 the second parameter now.
2020
2021         * src/main.c
2022         * src/mainwindow.c
2023         * src/prefs_toolbar.[ch]
2024                 rewrite Toolbar Preferences using the new
2025                 prefs window
2026
2027 2003-01-11 [alfons]     0.8.8claws83
2028
2029         * src/addressadd.c
2030                 fix crash when adding sender to addressbook because status bar
2031                 isn't there (the status bar doesn't seem to be used though,
2032                 but I'll let Match decide what to do with it)
2033
2034 2003-01-11 [colin]      0.8.8claws82
2035
2036         * src/main.c
2037           src/toolbar.c
2038                 Two useless changes reversed
2039
2040 2003-01-11 [colin]      0.8.8claws81
2041
2042         * src/mainwindow.c
2043           src/mainwindow.h
2044                 Add mainwindow_get_mainwindow()
2045         * src/alertpanel.c
2046           src/alertpanel.h
2047                 Add alertpanel_error_log() 
2048         * src/compose.c
2049           src/inc.c
2050           src/messageview.c
2051           src/toolbar.c
2052           src/main.c
2053           src/procmsg.c
2054                 Network errors get a View Log button
2055
2056 2003-01-10 [alfons]     0.8.8claws80
2057
2058         * src/prefs_toolbar.c
2059         * src/toolbar.c
2060                 use the translatable string for "Separator" as file name for
2061                 separator toolbar items (probably make this uppercase?)
2062
2063 2003-01-10 [alfons]     0.8.8claws79
2064
2065         * src/prefs_toolbar.c
2066                 put right A_SEPARATOR description string in "displayed
2067                 toolbar items list" so manually added separators are
2068                 saved correctly (bug #10, "Adding a separator to the main 
2069                 toolbar fails, entry in xml file is wrong")
2070
2071 2003-01-10 [christoph]  0.8.8claws78
2072
2073         * src/imap.c
2074                 o fix warnings
2075                 o use CAPABILITY to check if NAMESPACE is available
2076
2077 2003-01-10 [christoph]  0.8.8claws77
2078
2079         * src/imap.[ch]
2080                 apply UIDPLUS IMAP extension support patch
2081
2082         Patch submitted by Simon 'corecode' Schubert
2083
2084 2003-01-10 [paul]       0.8.8claws76
2085
2086         * src/folderview.c
2087                 a sync from main which fixes the news account folders'
2088                 Properties bug
2089
2090 2003-01-10 [christoph]  0.8.8claws75
2091
2092         * src/folder.c
2093                 don't accept 0 as a valid uid returned by copy and move
2094                 functions. 0 means the message was copied or moved but the
2095                 new uid could not be fetched. It is not an error condition
2096                 for the copy or move operation.
2097
2098 2003-01-10 [paul]       0.8.8claws74
2099
2100         * src/prefs_filtering.c
2101                 change English used in Alert when entry is not
2102                 saved.
2103                 
2104         * sync with 0.8.8cvs4
2105                 see ChangeLog 2003-01-10
2106
2107 2003-01-10 [darko]      0.8.8claws73
2108
2109         * src/pine.c
2110                 fix crash when importing address book entry
2111                 without a valid address
2112
2113 2003-01-09 [alfons]     0.8.8claws72
2114
2115         * src/inc.c
2116                 filtering performance: use new style folder update
2117
2118 2003-01-09 [christoph]  0.8.8claws71
2119
2120         * src/compose.c
2121         * src/gtk/menu.[ch]
2122                 fix wrong selecting of mime encoding type, when
2123                 opening property dialog of attachments in the
2124                 compose window. 7bit was always selected and that
2125                 destoryed files with 8bit data.
2126                 (closes bug #9 Sylpheed-claws destroys attachments when
2127                  changing MIME-types)
2128
2129 2003-01-09 [paul]       0.8.8claws70
2130
2131         * sync with 0.8.8cvs3
2132                 see ChangeLog 2003-01-09
2133
2134 2003-01-08 [alfons]     0.8.8claws69
2135         
2136         * src/addressadd.c
2137                 apply patch by Kim Schulz to fix build breakage
2138                 because of missing variable
2139
2140 2003-01-08 [paul]       0.8.8claws68
2141
2142         * sync with 0.8.8cvs2
2143                 see ChangeLog 2002-01-08
2144
2145 2003-01-08 [paul]       0.8.8claws67
2146
2147         * po/it.po
2148                 updated by Alessandro Maestri
2149                 
2150         * src/addressadd.c
2151                 when using 'Add sender to addressbook' allow
2152                 name to be edited and remarks to be entered
2153                 Patch submitted by Luke Plant
2154
2155 2003-01-08 [darko]      0.8.8claws66
2156
2157         * README.claws, src/summaryview.c
2158                 fix description for marked messages
2159
2160 2003-01-08 [paul]
2161
2162         * tools/Makefile.am
2163           tools/launch_phoenix  ** NEW FILE **
2164                 add script that enables using Phoenix as the default
2165                 web browser. 
2166                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
2167                 
2168         * tools/OOo2sylpheed.pl
2169                 remove full path to sylpheed executable, just 'sylpheed'
2170                 will do
2171                 
2172         * tools/README
2173                 add launch_phoenix informtion and re-arrange and compress
2174                 the data a little
2175
2176 2003-01-07 [christoph]  0.8.8claws65
2177
2178         * src/folder.c
2179                 fix update for source folder when moving messages
2180         * src/procmsg.[ch]
2181         * src/summaryview.c
2182                 use function to set to_folder for message infos and
2183                 automatically update the op_count for old and new
2184                 folder
2185
2186 2003-01-07 [melvin]     0.8.8claws64
2187
2188         * src/prefs_actions.c
2189                 Fixed bug where an '%p' Action on a displayed image crashed 
2190                         Sylpheed
2191                 Code clean up (get rid of duplicated code and removed unnecessary 
2192                                 structure member)
2193
2194 2003-01-07 [christoph]  0.8.8claws63
2195
2196         * src/compose.c
2197         * src/folder.[ch]
2198         * src/folderview.c
2199         * src/import.c
2200         * src/inc.c
2201         * src/main.c
2202         * src/mainwindow.c
2203         * src/messageview.c
2204         * src/prefs_folder_item.c
2205         * src/procmsg.c
2206         * src/summaryview.c
2207         * src/toolbar.c
2208                 o remove all folder update triggering from the UI code. The folder
2209                   system should know much better when a folder needs an update.
2210                 o to prevent multiple updates in a row the folder updates can be
2211                   frozen for some time.
2212
2213                 Note: - Please verify that no updates are missing
2214                       - Check where freeze/thaws should be added
2215
2216 2003-01-07 [christoph]  0.8.8claws62
2217
2218         * src/prefs_actions.c
2219                 don't translate empty strings
2220
2221         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2222
2223 2003-01-06 [christoph]  0.8.8claws61
2224
2225         * src/prefs_actions.c
2226                 mark strings for gettext
2227         * src/prefs_matcher.c
2228                 use new description window for Execute action and
2229                 match condition in Filtering
2230
2231         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2232
2233 2003-01-06 [alfons]     0.8.8claws60
2234
2235         keep myself inspired to re-organize matcher part 8; 
2236         yes, more to come (I need to move out the descriptive
2237         text for actions to matcher.c, or at least make it not
2238         depend on the wicked ordering)
2239
2240         * src/prefs_matcher.c
2241                 add documentation so others may comprehend the
2242                 UI part of the conditions
2243                 
2244 2003-01-06 [christoph]  0.8.8claws59
2245
2246         * src/prefs_actions.c
2247                 use new description window for syntax help
2248         * src/gtk/description_window.c
2249                 fix display of descriptions with column count != 2
2250
2251         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2252
2253 2003-01-06 [christoph]  0.8.8claws58
2254
2255         * src/quote_fmt.c
2256         * src/summaryview.[ch]
2257         * src/gtk/Makefile.am
2258         * src/gtk/description_window.[ch]       ** NEW **
2259                 use a generic window to display syntax descriptions
2260                 currently used in quote_fmt and summaryview (new description
2261                 for extended quick search)
2262
2263         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2264
2265 2003-01-06 [paul]       0.8.8claws57
2266
2267         * sync with 0.8.8cvs1
2268                 see ChangeLog 2003-01-06
2269
2270 2003-01-06 [christoph]  0.8.8claws56
2271
2272         * src/mainwindow.c
2273         * src/prefs_gtk.[ch]
2274         * src/gtk/prefswindow.[ch]
2275         * src/plugins/spamassassin/spamassassin_gtk.c
2276                 o remove page management from prefswindow, pages
2277                   will be an argument to prefswindow_open
2278                 o prefswindow_open gets a datapointer that is
2279                   passed to the widget_create function to allow
2280                   creation of prefswindow for specific items
2281
2282 2003-01-06 [colin]      0.8.8claws55
2283         
2284         * src/summaryview.c
2285                 We don't want regexp in the reply-finder, 
2286                 because MIDs can contain !,$,. and so on
2287
2288 2003-01-06 [jens]       0.8.8claws54
2289
2290         * src/jpilot.c
2291                 fixed a wrong free in jpilot_read_db_files
2292
2293 2003-01-06 [alfons]     0.8.8claws53
2294
2295         re-organize matcher part 8; more to come
2296        
2297         * src/matcher.c
2298                 matcherprop_to_string(): put g_free()s before the
2299                 switch-case break to fix memleaks                
2300
2301 2003-01-06 [colin]      0.8.8claws52
2302
2303         * src/summaryview.c
2304                 cleanup & reply-finder now displays the first 
2305                 matching message
2306
2307 2003-01-05 [alfons]     0.8.8claws51
2308
2309         re-organize matcher part 7; more to come
2310
2311         * src/matcher.[ch]
2312                 fixes for constant correctness;
2313                 more documentation;
2314
2315 2003-01-05 [alfons]     0.8.8claws50
2316
2317         re-organize matcher part 6; more to come
2318         
2319         * src/matcher.[ch]
2320                 fixes for constant correctness;
2321                 more documentation;
2322         * src/filtering.c
2323                 fix for constant correctness
2324
2325 2003-01-05 [colin]      0.8.8claws49
2326
2327         * src/account.[ch]
2328                 Add account_get_reply_account function
2329         * src/compose.c
2330                 Use account_get_reply_account function 
2331         * src/summaryview.c
2332                 Basic reply-finder - click on the replied
2333                 icon gets you to the outbox using quick-search
2334
2335 2003-01-05 [paul]       0.8.8claws48
2336
2337         * src/prefs_common.c
2338                 small change to English
2339                 
2340         * src/prefs_filtering.c
2341                 prefs_filtering_action_select(): improve logic and uniformity
2342                 of gui
2343
2344 2003-01-05 [alfons]     0.8.8claws47
2345
2346         fine tune solution to focus problems (bug #7)
2347
2348         * src/mainwindow.c
2349                 mainwindow_focus_in_event(): remove grab event check
2350         * src/summaryview.c
2351                 summary_button_pressed(): move selection on right-click
2352                 too. we can't possibly move the selection back after
2353                 canceling a dialog, because gtk's incomplete focus 
2354                 management. whether this is a good solution, only time
2355                 will tell.
2356
2357 2003-01-05 [christoph]  0.8.8claws46
2358
2359         * src/imap.c
2360                 fix crash when no imap connection could be established
2361
2362 2003-01-05 [paul]       0.8.8claws45
2363
2364         * src/mainwindow.c
2365           src/sumamryview.c
2366           src/gtk/menu.[ch]
2367                 fix bug 605957 'shortcuts in popup-menu'
2368                 make user-defined shortcuts work
2369                 show shortcuts that are already defined
2370                 in the main menu
2371                 Patch submitted by Luke Plant
2372
2373 2003-01-05 [alfons]     0.8.8claws44
2374
2375         * src/mainwindow.c
2376                 focus_in_event handler should not select summary view row 
2377                 when another window (menu, dialog) grabbed for events 
2378                 (bug #7, "[0.8.8claws42] Message summary focus") 
2379
2380 2003-01-04 [christoph]  0.8.8claws43
2381
2382         * src/procmsg.c
2383                 update save folder after adding the sent message
2384                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
2385
2386 2003-01-02 [christoph]  0.8.8claws42
2387
2388         * src/common/plugin.c
2389                 fix unloading of all plugins and unload
2390                 plugins in reverse order
2391                 
2392         * src/gtk/pluginwindow.c
2393                 implement function of load and unload button
2394
2395         * src/gtk/prefswindow.c
2396         * src/gtk/prefswindow.h
2397                 rename register function and add new unregister
2398                 function
2399
2400         * src/plugins/spamassassin/spamassassin_gtk.c
2401                 unregister prefs page and update for changes in
2402                 src/gtk/prefswindow.c
2403
2404 2003-01-02 [paul]       0.8.8claws41
2405
2406         * po/es.po
2407                 updated by Ricardo Mones Lastra
2408
2409 2003-01-02 [paul]
2410
2411         * tools/tb2sylpheed
2412                 fixes and improvements by Urke MMI
2413
2414 2003-01-02 [thorsten]   0.8.8claws40
2415
2416         * src/procmsg.c
2417                 fixed wrong return value
2418
2419 2003-01-02 [thorsten]   0.8.8claws39
2420
2421         * src/prefs.c
2422                 fixed printing wrong variable
2423
2424 2003-01-02 [thorsten]   0.8.8claws38
2425
2426         * src/prefs.c
2427                 fixed acessing members of freed pfile struct
2428
2429 2003-01-02 [thorsten]   0.8.8claws37
2430
2431         * src/procmsg.c
2432                 detect loops across several messages
2433                 as suggested by Christoph Hohmann
2434
2435 2003-01-01 [match]      0.8.8claws36
2436
2437         * src/addrindex.c
2438                 fixed another memory leak.
2439
2440 2003-01-01 [match]      0.8.8claws35
2441
2442         * src/jpilot.[ch]
2443                 fixed memory leaks. applied Doxygen comments.
2444
2445 2003-01-01 [thorsten]   0.8.8claws34
2446
2447         * src/procmsg.c
2448                 inhibit endless loop if msg references itself
2449                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
2450
2451 2003-01-01 [christoph]  0.8.8claws33
2452
2453         * src/mainwindow.c
2454         * src/gtk/Makefile.am
2455         * src/gtk/pluginwindow.c                ** NEW **
2456         * src/gtk/pluginwindow.h                ** NEW **
2457                 add plugin window
2458
2459         * src/plugins/demo/demo.c
2460         * src/plugins/spamassassin/spamassassin.c
2461         * src/plugins/spamassassin/spamassassin_gtk.c
2462                 write better plugin descriptions
2463
2464 2002-12-31 [christoph]  0.8.8claws32
2465
2466         * src/gtk/prefswindow.c
2467         * src/plugins/spamassassin/spamassassin_gtk.c
2468                 some small improvements to GTK code
2469
2470 2002-12-31 [christoph]  0.8.8claws31
2471
2472         * src/plugins/spamassassin/spamassassin_gtk.c
2473                 enable folder select button
2474
2475 2002-12-31 [christoph]  0.8.8claws30
2476
2477         * src/mainwindow.c
2478         * src/gtk/Makefile.am
2479         * src/gtk/prefswindow.c                         ** NEW **
2480         * src/gtk/prefswindow.h                         ** NEW **
2481                 add new prefs window
2482
2483         * src/common/plugin.c
2484                 don't try to load empty config lines
2485         
2486         * src/plugins/spamassassin/Makefile.am
2487         * src/plugins/spamassassin/spamassassin.c
2488         * src/plugins/spamassassin/spamassassin.h       ** NEW **
2489         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
2490                 GTK config for SpamAssassin Plugin using
2491                 the new prefs window
2492
2493 2002-12-31 [paul]       0.8.8claws29
2494
2495         * po/POTFILES.in
2496                 remove obsolete entry 'src/menu.c'
2497
2498 2002-12-31 [alfons]     0.8.8claws28
2499
2500         * src/matcher.[ch]
2501         * src/matcher_parser_parse.y
2502         * src/prefs_matcher.c
2503                 add "ignore_thread" and "~ignore_thread" condition so it's
2504                 possible to make the actions / scoring operate on the ignore
2505                 thread flag
2506
2507 2002-12-31 [christoph]  0.8.8claws27
2508
2509         * src/addrbook.c
2510         * src/addrindex.c
2511         * src/folder.c
2512         * src/matcher.c
2513         * src/prefs_account.c
2514         * src/prefs_actions.c
2515         * src/prefs_customheader.c
2516         * src/prefs_display_header.c
2517         * src/prefs_gtk.c
2518         * src/procmime.c
2519         * src/toolbar.c
2520         * src/xmlprops.c
2521         * src/common/prefs.[ch]
2522                 extend prefs file handling for reading and automatic handling
2523                 of blocks. When reading prefs_set_block_label will automatically
2524                 move on to the block. When writing it will copy all other blocks
2525                 automatically
2526
2527         * src/common/plugin.c
2528                 Now loading plugin filenames from [Plugins] block in
2529                 sylpheed rc file
2530
2531 2002-12-30 [christoph]  0.8.8claws26
2532
2533         * src/common/hooks.[ch]
2534                 return abort status to caller of hooks_invoke
2535                 
2536         * src/inc.[ch]
2537                 invoke message filtering hook and stop
2538                 default handling when filter returns abort
2539
2540         * src/common/plugin.[ch]
2541         * src/plugins/demo/demo.c
2542                 modify plugin loader, because resolving symbols for strings
2543                 does not work correctly
2544         
2545         * configure.in
2546         * ac/spamassassin.m4                            ** NEW **
2547         * src/plugins/spamassassin/.cvsignore           ** NEW **
2548         * src/plugins/spamassassin/Makefile.am          ** NEW **
2549         * src/plugins/spamassassin/README               ** NEW **
2550         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
2551         * src/plugins/spamassassin/spamassassin.c       ** NEW **
2552         * src/plugins/spamassassin/utils.[ch]           ** NEW **
2553                 add spamassassin plugin, see src/plugins/spamassassin/README
2554                 for details
2555
2556 2002-12-29 [alfons]     0.8.8claws25
2557
2558         * src/mainwindow.c
2559                 when moving focus from a message view to the main 
2560                 window, don't forget to select the summary node
2561                 of the displayed message. should fix "[ 659103 ] 
2562                 focus-follows-mouse confuses sylpheed"
2563
2564 2002-12-29 [christoph]  0.8.8claws24
2565
2566         * src/Makefile.am
2567         * src/stringtable.[ch]          ** REMOVE **
2568         * src/common/Makefile.am
2569         * src/common/stringtable.[ch]   ** NEW **
2570                 move stringtable files to common directory
2571
2572 2002-12-29 [christoph]  0.8.8claws23
2573
2574         * src/Makefile.am
2575         * src/menu.[ch]                 ** REMOVE **
2576         * src/gtk/Makefile.am
2577         * src/gtk/menu.[ch]             ** NEW **
2578                 move menu files to gtk directory
2579
2580 2002-12-29 [match]      0.8.8claws22
2581
2582         * src/addressbook.c
2583         * src/syldap.c
2584                 moved UI specific code out of LDAP code into addressbook
2585                 UI code. fixed memory leak.
2586
2587 2002-12-29 [christoph]  0.8.8claws21
2588
2589         * src/folder.c
2590                 only check for IGNORED parent message when message is
2591                 not IGNORED itself
2592
2593 2002-12-29 [alfons]     0.8.8claws20
2594
2595         * src/summaryview.c
2596                 set gtksctree's anchor correct (immediate execute
2597                 changes the tree's layout, and anchor points at 
2598                 the incorrect row). fixes "[ 657233 ] multiple msg 
2599                 delete sometimes off by 1".
2600                 we probably have to look for more tree layout /
2601                 anchor glitches.
2602
2603 2002-12-29 [paul]       0.8.8claws19
2604
2605         * src/summaryview.c
2606                 fix bug [ 659054 ] incorrect sorting of 'From' column
2607                 when using 'display sender using address book'
2608                 thanks to Alfons and Luke Plant
2609
2610 2002-12-29 [christoph]  0.8.8claws18
2611
2612         * src/folder.c
2613         * src/procmsg.[ch]
2614                 check parent messages for IGNORE THREAD flag, when adding,
2615                 moving or copying messages to a folder
2616
2617 2002-12-27 [alfons]     0.8.8claws17
2618
2619         re-organize matcher part 5; more to come
2620
2621         * src/matcher.c
2622                 hash keywords in matchparser_tab 
2623
2624 2002-12-27 [alfons]     0.8.8claws16
2625
2626         re-organize matcher part 4; more to come
2627
2628         * src/matcher_parser.h
2629         * src/matcher_parser_lex.l
2630         * src/matcher_parser_parse.y
2631                 cleanup
2632
2633 2002-12-27 [alfons]     0.8.8claws15
2634
2635         re-organize matcher part 3; more to come
2636
2637         * src/matcher.[ch]
2638                 cleanup
2639
2640 2002-12-27 [alfons]     0.8.8claws14
2641
2642         re-organize matcher part 2; more to come but this should
2643         work. cc me if there are any regressions.
2644
2645         * src/matcher.h
2646                 add prototype for get_matchparser_tab_id()
2647         * src/matcher_parser_lex.l
2648                 look up keywords using matchparser_tab_id();
2649
2650 2002-12-27 [alfons]     0.8.8claws12
2651
2652         re-organize matcher part 1
2653
2654         * src/matcher.h
2655                 map yacc generated constants to sylpheed matcher constants
2656         * src/matcher.c
2657                 add function to find a matcher constant from a string
2658
2659 2002-12-27 [christoph]  0.8.8claws11
2660
2661         * src/compose.c
2662                 MENUITEM_ADD casts the 4th argument from integer to pointer
2663                 so it probably should not be a pointer, this means we
2664                 should use account id for it and not the account's pointer
2665
2666 2002-12-27 [paul]       0.8.8claws10
2667
2668         * src/mainwindow.c
2669                 remove unneeded 'GtkWidget *vbox'
2670                 
2671         * src/summaryview.c
2672                 further sync with 0.8.8 - make sort
2673                 by recipient work as expected
2674                 
2675         * NEWS
2676                 sync with 0.8.8
2677
2678 2002-12-27 [paul]       0.8.8claws9
2679
2680         * po/pt_BR.po
2681                 updated by Ivan F. Martinez
2682                 
2683 2002-12-27 [darko]      0.8.8claws8
2684
2685         * src/common/utils.c
2686                 added locked pattern to extended search
2687
2688 2002-12-27 [alfons]     0.8.8claws7
2689
2690         * src/prefs_matcher.[ch]
2691                 clean up
2692
2693 2002-12-26 [alfons]     0.8.8claws6
2694
2695         * src/matcher.[ch]
2696         * src/matcher_parser_lex.l
2697         * src/matcher_parser_parse.y
2698         * src/prefs_matcher.c
2699                 allow color label as a condition in the matcher
2700
2701 2002-12-26 [oliver]     0.8.8claws5
2702         
2703         * src/toolbar.c 
2704                 enable Addressbook for Main and Messageview
2705         * src/prefs_actions.c
2706                 enable actions in Messageview
2707
2708 2002-12-26 [christoph]  0.8.8claws4
2709
2710         * src/common/plugin.c
2711                 add a little debug output
2712         * configure.in
2713         * src/plugins/demo/Makefile.am
2714                 better use of automake
2715
2716 2002-12-26 [christoph]  0.8.8claws3
2717
2718         * src/Makefile.am
2719         * src/common/Makefile.am
2720                 fix "make distdir"
2721
2722 2002-12-26 [christoph]  0.8.8claws2
2723
2724         * configure.in
2725                 sort configure checks into common / gtk / plugins
2726         * po/POTFILES.in
2727                 add src/prefs_gtk.c
2728         * src/Makefile.am
2729                 add plugins SUBDIR
2730         * src/main.c
2731         * src/common/sylpheed.[ch]
2732                 added now sylpheed_done function for shutdown
2733         * src/common/Makefile.am
2734         * src/common/plugin.[ch]                ** NEW **
2735                 plugin loader and unloader
2736         * src/plugins/.cvsignore                ** NEW **
2737         * src/plugins/Makefile.am               ** NEW **
2738                 build plugins
2739         * src/plugins/demo/.cvsignore           ** NEW **
2740         * src/plugins/demo/Makefile.am          ** NEW **
2741         * src/plugins/demo/demo.c               ** NEW **
2742                 small demo plugin that installs a logtext hook and
2743                 outputs the log text to stdout
2744
2745 2002-12-26 [paul]       0.8.8claws1
2746
2747         * po/es.po
2748                 updated by Ricardo Mones Lastra
2749
2750 2002-12-26 [paul]       0.8.8claws
2751
2752         * 0.8.8claws released
2753
2754 2002-12-26 [paul]       0.8.7claws12
2755
2756         * po/bg.po
2757                 updated by George Danchev
2758
2759 2002-12-26 [paul]       0.8.7claws11
2760
2761         * po/POTFILES.in
2762                 remove unneeded 'src/prefs.c' entry 
2763
2764 2002-12-26 [paul]       0.8.7claws10
2765
2766         * src/codeconv.c
2767           src/mainwindow.c
2768                 sync with 0.8.8 release
2769         
2770         * src/folder.[ch]
2771           src/mh.c
2772           src/summaryview.c
2773                 partial sync with 0.8.8 release
2774         
2775
2776 2002-12-25 [alfons]     0.8.7claws9
2777
2778         * src/matcher.[ch]
2779         * src/matcher_parser_lex.l
2780         * src/matcher_parser_parse.y
2781         * src/prefs_matcher.c
2782                 add locked flag to possible filtering / matcher 
2783                 conditions (also a good example what should be
2784                 done to add a simple boolean condition)
2785
2786 2002-12-25 [christoph]  0.8.7claws8
2787
2788         * src/Makefile.am
2789         * src/account.[ch]
2790         * src/addrbook.c
2791         * src/addressbook.c
2792         * src/addrindex.c
2793         * src/filtering.c
2794         * src/folder.c
2795         * src/matcher.c
2796         * src/prefs.[ch]                ** REMOVE **
2797         * src/prefs_account.c
2798         * src/prefs_actions.c
2799         * src/prefs_common.c
2800         * src/prefs_customheader.c
2801         * src/prefs_display_header.c
2802         * src/prefs_filtering.c
2803         * src/prefs_folder_item.c
2804         * src/prefs_gtk.[ch]            ** NEW **
2805         * src/prefs_matcher.c
2806         * src/prefs_scoring.c
2807         * src/prefs_summary_column.c
2808         * src/procmime.c
2809         * src/selective_download.c
2810         * src/toolbar.c
2811         * src/common/Makefile.am
2812         * src/common/prefs.[ch]         ** NEW **
2813                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
2814
2815 2002-12-24 [alfons]     0.8.7claws7
2816
2817         * src/summaryview.c
2818                 summary_thread_build(): fix real cause of the crash mentioned in
2819                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
2820                 this way we get meaningful ctree nodes 
2821
2822 2002-12-24 [oliver]     0.8.7claws6
2823
2824         * src/mainwindow.[ch]
2825         * src/messageview.[ch]
2826         * src/compose.[ch]
2827         * src/inc.c
2828         * src/summaryview.c
2829                 changes to use updated toolbar handling
2830                 
2831 2002-12-24 [oliver]     0.8.7claws5
2832
2833         * src/toolbar.[ch]
2834                 generic toolbar handling
2835                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
2836         * src/prefs_toolbar.[ch]
2837                 adjust to handling
2838         
2839 2002-12-24 [oliver]     0.8.7claws4
2840         
2841         * src/stock_pixmap.[ch]
2842                 move SYLPHEED_LOGO to end of list in order 
2843                 to remove it from Custom Toolbar`s Icon View
2844
2845 2002-12-24 [alfons]     0.8.7claws3
2846
2847         * src/summaryview.c
2848                 summary_thread_build(): fix crash because of focus != selection 
2849                 after threading. when deleting the selection, gtk tries but fails 
2850                 to find the correct focusable element. we now force the selection
2851                 to be focused. this should solve the infamous bug reported by 
2852                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
2853                 a test case is available. 
2854
2855 2002-12-24 [darko]      0.8.7claws2
2856
2857         * src/summaryview.c
2858                 don't crash when unmarking message with unread children
2859
2860 2002-12-23 [christoph]  0.8.7claws1
2861
2862         * src/Makefile.am
2863         * src/common/Makefile.am
2864                 update Makefiles for moved intl.h, version.h and defs.h
2865         * src/imap.c
2866                 rewrite imap_session_get to avoid duplicate code
2867
2868 2002-12-23 [paul]       0.8.7claws
2869
2870         * Santa-Claws released
2871         
2872         * po/hu.po
2873           po/ru.po
2874                 squeeze in updated Hungarian and Russian translations.
2875                 Submitted by  Gál Zoltán and Ruslan N. Balkin
2876
2877 2002-12-23 [paul]       0.8.6claws129
2878
2879         * po/pl.po
2880                 updated by Witold Wladyslaw Wojciech Wilk
2881
2882 2002-12-23 [paul]       0.8.6claws128
2883
2884         * src/quote_fmt_parse.y
2885                 fix typo and add licence header
2886
2887 2002-12-23 [paul]       0.8.6claws127
2888
2889         * po/en_GB.po
2890                 updated
2891
2892 2002-12-23 [paul]       0.8.6claws126
2893
2894         * po/it.po
2895                 updated translation, submitted by Alessandro Maestri
2896                 
2897 2002-12-23 [paul]       0.8.6claws125
2898
2899         * src/quote_fmt_parse.y
2900                 fix signature-stripping on replies bug. match
2901                 '-- \n' and not '-- '.
2902
2903 2002-12-22 [paul]       0.8.6claws124
2904
2905         * po/bg.po
2906           po/es.po
2907           po/sr.po
2908                 updated translations. submitted by George Danchev,
2909                 Ricardo Mones Lastra, and Urke MMI respectively
2910
2911 2002-12-21 [paul]       0.8.6claws123
2912
2913         * src/addrbook.c
2914                 fix coding style
2915
2916 2002-12-21 [paul]       0.8.6claws122
2917
2918         * src/addrbook.c
2919                 fix bug [643638] where if a person is in one or more
2920                 addressbook groups editing that person's email 
2921                 address results in removal from those groups.
2922                 Patch submitted by Luke Plant.
2923
2924 2002-12-20 [christoph]  0.8.6claws121
2925
2926         * src/common/utils.c
2927         * src/summaryview.c
2928                 reimplement expand_search_string using GString to
2929                 prevent crashs caused by miscalculated string
2930                 lengths reported by Paul
2931
2932 2002-12-20 [christoph]  0.8.6claws120
2933
2934         * src/summaryview.c
2935                 don't use "changed" to check if op_count has to be changed as it
2936                 is also set when the message has unread children
2937                 (closes bug [ 653221 ] crash while deleting duplicates)
2938
2939 2002-12-20 [paul]       0.8.6claws119
2940
2941         * sync with 0.8.6cvs27
2942                 see ChangeLog 2002-12-20
2943
2944 2002-12-20 [paul]       0.8.6claws118
2945
2946         * sync with 0.8.6cvs26
2947                 see ChangeLog 2002-12-19 and 2002-12-20
2948
2949 2002-12-19 [alfons]     0.8.6claws117
2950
2951         * src/textview.c
2952                 fix incorrect parsing of email addresses, submitted by 
2953                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
2954                 name display if it contains @".
2955
2956 2002-12-18 [paul]       0.8.6claws116
2957
2958         * sync with 0.8.6cvs23
2959                 see ChangeLog 2002-12-18
2960
2961 2002-12-18 [paul]       0.8.6claws115
2962
2963         * src/Makefile.am
2964         * src/account.c
2965         * src/codeconv.c
2966         * src/gtkutils.[ch]
2967         * src/imap.c
2968                 sync with 0.8.6cvs22.
2969                 see ChangeLog 2002-12-17 and 2002-12-18
2970
2971 2002-12-17 [christoph]  0.8.6claws114
2972
2973         * src/imap.c
2974                 o don't create a session if imap greeting fails
2975                 o don't close socket when authentication fails
2976                   this is done by imap_session_destroy
2977
2978 2002-12-17 [thorsten]   0.8.6claws113
2979
2980         * tools/Makefile.am
2981           tools/README
2982           tools/google_msgid.pl ** NEW FILE **
2983                 Added "search for message-id" script and doc
2984
2985 2002-12-17 [thorsten]   0.8.6claws112
2986
2987         * po/hu.po
2988                 Updated hungarian translation
2989                 (updated by Gal Zoltan)
2990
2991 2002-12-16 [christoph]  0.8.6claws111
2992
2993         * src/addr_compl.c
2994                 remove stupid addressbook dump to debug output
2995         * src/mh.c
2996                 fix memory leak found by Hiro
2997
2998 2002-12-14 [paul]       0.8.6claws110
2999
3000         * src/compose.c
3001                 fix menubar sensitivity on send
3002                 
3003         * src/prefs_filtering.c
3004         * src/prefs_matcher.c
3005         * src/prefs_scoring.c
3006                 Fix english ;)
3007                 
3008         * src/common/quoted-printable.h
3009                 sync: fix typo
3010         
3011 2002-12-13 [christoph]  0.8.6claws109
3012
3013         * src/Makefile.am
3014         * src/manage_window.[ch]        ** REMOVE **
3015         * src/gtk/Makefile.am
3016         * src/gtk/manage_window.[ch]    ** NEW **
3017                 move manage_window files to gtk directory
3018
3019 2002-12-13 [christoph]  0.8.6claws108
3020
3021         * src/Makefile.am
3022         * src/gtkshruler.[ch]           ** REMOVE **
3023         * src/gtk/Makefile.am
3024         * src/gtk/gtkshruler.[ch]       ** NEW **
3025                 move gtkshruler files to gtk directory
3026
3027 2002-12-13 [christoph]  0.8.6claws107
3028
3029         * src/Makefile.am
3030         * src/compose.c
3031         * src/gtkstext.[ch]             ** REMOVE **
3032         * src/gtkutils.[ch]
3033         * src/textview.c
3034         * src/gtk/gtkstext.[ch]         ** NEW **
3035         * src/gtk/Makefile.am
3036                 o move stext functions to gtkstext.c to remove
3037                   dependency of gtkutils
3038                 o move gtkstext files to gtk directory
3039
3040         * src/gtk/Makefile.am
3041         * src/gtk/sslcertwindow.[ch]
3042                 UI stuff can always depend on common code so
3043                 it's ok to add ../common to include path
3044
3045 2002-12-13 [colin]      0.8.6claws106
3046
3047         * src/summaryview.c
3048                 Disconnect sighandlers for mainwindow when
3049                 quicksearch has the focus
3050                 Fix bug #653231
3051         * src/mainwindow.[ch]
3052                 Make key_pressed callback public, to be able
3053                 to disconnect it
3054
3055 2002-12-13 [christoph]  0.8.6claws105
3056
3057         * src/mh.c
3058                 create .mh_sequences file in new MH folders
3059                 (closes feature request [ 523162 ] MH folders should
3060                  get a .mh_sequences)
3061
3062 2002-12-13 [colin]      0.8.6claws104
3063
3064         * src/summaryview.c
3065                 Better handling of quicksearch show/hide
3066                 (basically the button stays under the mouse 
3067                  when toggled)
3068
3069 2002-12-13 [paul]       0.8.6claws103
3070
3071         * sync with 0.8.6cvs17
3072                 see ChangeLog 2002-12-13
3073
3074 2002-12-13 [paul]       0.8.6claws102
3075
3076         * po/es.po
3077                 updated by Ricardo Mones Lastra
3078
3079 2002-12-11 [colin]       0.8.6claws101
3080
3081         * src/folder.c
3082                 remove statusbar stuff
3083           src/folderview.c
3084                 set statusbar verbosity when moving folders
3085
3086 2002-12-11 [colin]       0.8.6claws100
3087         * src/prefs_filtering.c
3088         * src/prefs_matcher.c
3089         * src/prefs_scoring.c
3090                 Fix english ;)
3091
3092 2002-12-11 [colin]       0.8.6claws99
3093
3094         * src/prefs_common.[ch]
3095                 Add summary_quicksearch_type
3096         * src/summaryview.c
3097                 Save last used quicksearch type
3098
3099 2002-12-11 [jens]       0.8.6claws98
3100         * src/prefs_filtering.c
3101         * src/prefs_matcher.c
3102         * src/prefs_scoring.c
3103                 added dialog for incomplete rules in scoring, filtering and
3104                 matcher to ask wheather really close
3105
3106 2002-12-11 [colin]      0.8.6claws97
3107
3108         * src/folder.c
3109                 Fix folder dnd statusbar logging
3110
3111 2002-12-10 [christoph]  0.8.6claws96
3112
3113         * src/compose.c
3114         * src/folder.c
3115         * src/imap.c
3116         * src/inc.c
3117         * src/main.c
3118         * src/mainwindow.c
3119         * src/news.c
3120         * src/send.c
3121         * src/statusbar.[ch]
3122         * src/common/hooks.c
3123         * src/common/log.[ch]
3124                 o handle verbose logging in statusbar directly in statusbar code
3125                   and common code does not need any knowledge about a statusbar
3126                 o remove direct calls to statusbar_(puts|pop)_all functions
3127
3128 2002-12-10 [jens]       0.8.6claws95
3129
3130         * src/*.c
3131                 removed gettext from g_warnings
3132         * po/POTFILES.in
3133                 cleaned and updated
3134         * po/de.po
3135                 updated
3136
3137 2002-12-10 [colin]      0.8.6claws94
3138
3139         * src/main.c
3140                 finish crash dialog fix
3141
3142 2002-12-10 [colin]      0.8.6claws93
3143
3144         * src/main.c
3145                 "Fix" "sylpheed already running" instead of
3146                 crash dialog appearing after a crash
3147
3148 2002-12-10 [colin]      0.8.6claws92
3149
3150         * po/POTFILES.in
3151                 add src/gtk/sslcertwindow.c
3152
3153 2002-12-10 [paul]       0.8.6claws91
3154
3155         * po/POTFILES.in
3156                 updated to reflect recent changes
3157                 submitted by Alessandro Maestri
3158
3159 2002-12-09 [christoph]  0.8.6claws90
3160
3161         * src/Makefile.am
3162         * src/smtp.[ch]                 ** REMOVE **
3163         * src/common/Makefile.am
3164         * src/common/smtp.[ch]          ** NEW **
3165                 move smtp files to common directory
3166
3167 2002-12-09 [christoph]  0.8.6claws89
3168
3169         * src/Makefile.am
3170         * src/session.[ch]              ** REMOVE **
3171         * src/common/Makefile.am
3172         * src/common/session.[ch]       ** NEW **
3173                 move session files to common directory
3174
3175 2002-12-09 [paul]       0.8.6claws88
3176
3177         * src/account.c
3178                 fix bug [649746] edit accounts: move account reverted
3179                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
3180
3181 2002-12-09 [colin]      0.8.6claws87
3182
3183         * src/ssl_certificate.c
3184                 cleanup
3185
3186 2002-12-09 [colin]      0.8.6claws86
3187
3188         * src/ssl.c
3189                 Try to open the cert.pem database and 
3190                 issue a warning if it isn't there
3191
3192 2002-12-09 [colin]      0.8.6claws85
3193
3194         * src/common/ssl_certificate.c
3195         * src/gtk/sslcertwindow.c
3196                 Warning fixes
3197
3198 2002-12-09 [colin]      0.8.6claws84
3199
3200         * src/ssl_certificate.[ch] ** REMOVED **
3201         * src/common/ssl_certificate.[ch] ** NEW **
3202         * src/Makefile.am
3203         * src/common/Makefile.am
3204                 Moved ssl_certificate.[ch] to common
3205         * src/common/ssl.c 
3206                 Put back needed include
3207         * src/gtk/sslcertwindow.[ch]
3208                 Changed ssl_certificate.h include
3209         
3210 2002-12-09 [colin]      0.8.6claws83
3211
3212         * src/gtk/sslcertwindow.[ch]
3213                 Implement hook for certificate acception
3214         * src/ssl_certificate.[ch]
3215                 Implement hook for certificate acception
3216         * src/common/ssl.c
3217                 Reenable certificate acception check
3218         * src/mainwindow.c
3219                 Register sslcertwindow's hook
3220         
3221 2002-12-08 [christoph]  0.8.6claws82
3222
3223         * src/about.c
3224         * src/addr_compl.c
3225         * src/codeconv.c
3226         * src/manual.c
3227         * src/undo.c
3228         * src/common/utils.c
3229                 o add missing includes
3230                 o fix warnings
3231         * src/.cvsignore
3232         * src/common/.cvsignore
3233         * src/common/version.h          ** REMOVE **
3234                 remove autogenerated file
3235
3236 2002-12-08 [paul]       0.8.6claws81
3237
3238         * src/stringtable.c
3239                 put back needed include
3240
3241 2002-12-08 [colin]      0.8.6claws80
3242         
3243         * src/gtk/sslcertwindow.c
3244                 Cleaner popups when asking
3245         * src/ssl_certificate.c
3246         * src/prefs_common.[ch]
3247                 remove ssl certificate pref
3248                 put back needed include
3249         * src/undo.c
3250                 put back needed include
3251
3252 2002-12-08 [christoph]  0.8.6claws79
3253
3254         * src/folderview.c
3255         * src/logwindow.c
3256         * src/statusbar.c
3257         * src/summaryview.c
3258                 only abort hook invokation if required data is missing not
3259                 if our own data pointer is NULL, update hookfunction for
3260                 log window
3261
3262 2002-12-08 [paul]       0.8.6claws78
3263
3264         * src/about.c
3265         * src/addrcache.c
3266         * src/addrclip.c
3267         * src/addr_compl.c
3268         * src/addrselect.c
3269         * src/codeconv.c
3270         * src/colorlabel.c
3271         * src/enriched.c
3272         * src/esmtp.c
3273         * src/exporthtml.c
3274         * src/headerview.c
3275         * src/imageview.c
3276         * src/manual.c
3277         * src/noticeview.c
3278         * src/pgptext.c
3279         * src/scoring.c
3280         * src/sourcewindow.c
3281         * src/stringtable.c
3282         * src/undo.c
3283                 clean up: remove unneccesary includes
3284
3285 2002-12-08 [christoph]  0.8.6claws77
3286
3287         * src/folderview.c
3288         * src/statusbar.c
3289         * src/summaryview.c
3290         * src/common/hooks.[ch]
3291                 hook functions now have a gboolean return value, if a hook
3292                 returns TRUE it will stop executing of any more hooks in
3293                 the same hooklist for this invokation
3294
3295 2002-12-08 [colin]      0.8.6claws76
3296         
3297         * src/main.c
3298                 put back argv0 for CRASH_DIALOG
3299
3300 2002-12-08 [christoph]  0.8.6claws75
3301
3302         * src/Makefile.am
3303         * src/about.c
3304         * src/account.c
3305         * src/crash.c
3306         * src/esmtp.h
3307         * src/imap.[ch]
3308         * src/inc.c
3309         * src/main.c
3310         * src/mainwindow.c
3311         * src/news.c
3312         * src/pop.[ch]
3313         * src/prefs_account.[ch]
3314         * src/prefs_common.[ch]
3315         * src/send.[ch]
3316         * src/smtp.[ch]
3317         * src/ssl_certificate.[ch]
3318         * src/ssl_manager.[ch]
3319         * src/common/Makefile.am
3320         * src/common/log.c
3321         * src/common/nntp.[ch]
3322         * src/common/socket.[ch]
3323         * src/common/ssl.[ch]
3324         * src/gtk/sslcertwindow.[ch]
3325         * ac/openssl.m4
3326                 use new autoconf script to detect OpenSSL with extra parameters
3327                 to specify the location of libs and includes, also remove USE_SSL
3328                 to USE_OPENSSL
3329
3330         * src/common/sylpheed.[ch]
3331         * src/common/version.h.in
3332                 start seperation of common code initialization seperated from gui
3333
3334         * src/summaryview.c
3335                 The function that is called when a color label changes
3336                 should not change the color lable again
3337
3338 2002-12-08 [colin]      0.8.6claws74
3339
3340         * src/gtk/sslcertwindow.c
3341                 warning fixes
3342
3343 2002-12-08 [colin]      0.8.6claws73
3344
3345         * src/statusbar.c
3346           src/common/log.h
3347                 Register a hook for statusbar_puts_all
3348         * src/common/log.c
3349                 invoke statusbar_puts_all's hook
3350         
3351 2002-12-08 [colin]      0.8.6claws72
3352
3353         * src/ssl_certificate.c
3354                 Put back a badly-removed include
3355
3356 2002-12-08 [colin]      0.8.6claws71
3357
3358         * src/gtk/sslcertwindow.[ch]    ** NEW **
3359                 new certificate presentation
3360         * src/gtk/Makefile.am
3361                 add new files
3362         * src/ssl_certificate.[ch]
3363                 gtk cleanup, made utility functions public
3364         * src/ssl_manager.c
3365                 use new cert presentation
3366
3367 2002-12-07 [christoph]  0.8.6claws70
3368
3369         * src/Makefile.am
3370         * src/nntp.[ch]                 ** REMOVE **
3371         * src/common/Makefile.am
3372         * src/common/nntp.[ch]          ** NEW **
3373                 move nntp files to common directory
3374
3375 2002-12-07 [christoph]  0.8.6claws69
3376
3377         * src/procmsg.[ch]
3378         * src/summaryview.c
3379                 implement msginfo update callback using sylpheed's new
3380                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
3381
3382 2002-12-06 [christoph]  0.8.6claws68
3383
3384         * src/editgroup.c
3385                 This patch changes the 'Edit Group Details' dialog to
3386                 allow extended selections in either pane, so that
3387                 addresses can be added or removed from a group more
3388                 quickly and easily. (it actually is a net decrease in
3389                 file size, as some unnecessary functions have been
3390                 removed). 
3391                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
3392
3393 2002-12-06 [christoph]  0.8.6claws67
3394
3395         * src/Makefile.am
3396         * src/template.[ch]             ** REMOVE **
3397         * src/common/Makefile.am
3398         * src/common/template.[ch]      ** NEW **
3399                 move template files to common directory
3400
3401         * src/nntp.c
3402                 add missing log.h include
3403
3404 2002-12-06 [melvin]     0.8.6claws66
3405
3406         * src/prefs_actions.c
3407                 Added the trailing ">" syntax to insert command's output
3408                 without replacing old text (in contrast to trailing "|").
3409
3410 2002-12-05 [colin]      0.8.6claws65
3411         
3412         * src/common/utils.c
3413                 Don't modify original search_string or it'll change
3414                 the next iterations in the for()
3415
3416 2002-12-05 [darko]      0.8.6claws64
3417
3418         * src/common/utils.c
3419                 proper check for filtering commands, found by Colin
3420
3421 2002-12-05 [darko]      0.8.6claws63
3422
3423         * src/common/utils.c
3424                 check proper string for NULL pointer, found by Colin
3425
3426 2002-12-05 [darko]      0.8.6claws62
3427
3428         * src/common/utils.[ch]
3429                 expand_search_string(): new function
3430                 converts Mutt-like patterns to Sylpheed's
3431                 filtering engine
3432         * src/summaryview.c
3433                 use expand_search_string() to allow Mutt-like
3434                 patterns in extended search
3435         * README.claws
3436                 document extended option in quick search
3437
3438 2002-12-05 [paul]       0.8.6claws61
3439
3440         * sync with 0.8.6cvs16
3441                 see ChangeLog 2002-12-05
3442                 
3443         * po/POTFILES.in
3444                 clean up
3445
3446 2002-12-04 [christoph]  0.8.6claws60
3447
3448         * src/imap.[ch]
3449                 put imap authentication code into a new function and
3450                 remove it from imap_session_new that will allow to
3451                 send other commands before authentication
3452
3453 2002-12-04 [christoph]  0.8.6claws59
3454
3455         * src/imap.[ch]
3456                 use already existing method to prevent unneeded IMAP
3457                 folder selects. Set imap_select parameters to NULL
3458                 in some functions if the values are not required.
3459
3460         * src/xml.h
3461                 remove no longer required include
3462
3463 2002-12-04 [paul]       0.8.6claws58
3464
3465         * po/es.po
3466                 updated by Ricardo Mones Lastra
3467                 
3468         * configure.in
3469           po/hu.po      ** NEW FILE **
3470                 initial Hungarian translation, submitted
3471                 by Gál Zoltán <galzoli@hu.inter.net>
3472
3473 2002-12-03 [christoph]  0.8.6claws57
3474
3475         * src/Makefile.am
3476         * src/gtksctree.[ch]            ** REMOVE **
3477         * src/gtk/Makefile.am
3478         * src/gtk/gtksctree.[ch]        ** NEW **
3479                 move gtksctree files to gtk directory
3480
3481 2002-12-03 [christoph]  0.8.6claws56
3482
3483         * src/Makefile.am
3484         * src/md5.[ch]                  ** REMOVE **
3485         * srm/common/Makefile.am
3486         * src/common/md5.[ch]           ** NEW **
3487                 move md5 files to common directory
3488
3489         * src/gtkstext.c
3490                 remove not required #include
3491
3492 2002-12-03 [sergey]     0.8.6claws55
3493
3494         * src/gtkutils.c
3495         * src/gtkutils.h
3496                 gtkut_window_popup(): new function.
3497         * src/mainwindow.c
3498                 main_window_popup(): use gtkut_window_popup() to raise
3499                 window without changing its position.
3500                 (see sylpheed-main ML message [sylpheed:17247])
3501
3502 2002-12-03 [sergey]     0.8.6claws54
3503
3504         * src/send.c
3505                 send_message_local(): removed first-dot escaping
3506                 (SMTP-only, not needed for sending through pipe)
3507
3508 2002-12-03 [paul]       0.8.6claws53
3509
3510         * po/POTFILES.in
3511                 update to reflect recent changes (thanks
3512                 to Ricardo Mones Lastra)
3513                 
3514         * tools/filter_conv.pl
3515                  fix problem with quoted strings. Patch submitted
3516                  by Luke Plant <lukeplant@softhome.net>
3517
3518 2002-12-03 [paul]       0.8.6claws52
3519
3520         * sync with 0.8.6cvs15
3521                 see ChangeLog 2002-12-03
3522
3523 2002-12-02 [christoph]  0.8.6claws51
3524
3525         * src/logwindow.[ch]
3526         * src/common/log.[ch]
3527                 implement logging using a hook function
3528
3529         * src/folderview.c
3530         * src/folder.[ch]
3531                 define hooklist name in header file to avoid
3532                 errors caused by wrong spelling of hooklist names
3533
3534         * src/toolbar.c
3535                 fix warnings
3536
3537 2002-12-02 [christoph]  0.8.6claws50
3538
3539         * src/common/Makefile.am
3540                 add src/common/hooks.[ch]
3541
3542         * src/common/hooks.[ch]
3543                 implement a simple hook system using glib's hook functions
3544
3545         * src/folder.[ch]
3546         * src/folderview.c
3547                 use new hook system for folder item updates
3548
3549 2002-12-02 [christoph]  0.8.6claws49
3550
3551         * doc-src/ui_seperation.txt     ** NEW **
3552                 information for ui seperation
3553
3554         * src/Makefile.am
3555                 remove files that were moved to common
3556                 include common directory by default for the header files
3557
3558         * src/inc.c
3559         * src/common/socket.c
3560         * src/automaton.[ch]
3561                 implement automaton using g_io_*-functions instead of
3562                 gdk_input_add to make it ui independent
3563
3564         * src/codeconv.c
3565         * src/compose.c
3566         * src/ldif.c
3567         * src/pgptext.c
3568         * src/procmime.c
3569         * src/rfc2015.c
3570         * src/smtp.c
3571         * src/unmime.c
3572                 remove common/ prefix because directory is now in
3573                 include path
3574
3575         * src/compose.c
3576         * src/folder.c
3577         * src/folderview.c
3578         * src/mainwindow.c
3579         * src/messageview.c
3580         * src/prefs_common.c
3581         * src/procmsg.c
3582         * src/rfc2015.c
3583                 fix warnings
3584
3585         * src/imap.c
3586         * src/inc.c
3587         * src/news.c
3588         * src/pop.c
3589         * src/send.c
3590         * src/smtp.c
3591         * src/ssl_certificate.c
3592                 add log.h header file for logging functions
3593
3594         * src/main.c
3595         * src/common/utils.c
3596         * src/summaryview.c
3597         * src/xml.c
3598                 o move debug_mode to common/utils.c
3599                 o add functions to set and get debug_mode
3600
3601         * src/defs.h                    ** REMOVE **
3602         * src/intl.h                    ** REMOVE **
3603         * src/socket.[ch]               ** REMOVE **
3604         * src/ssl.[ch]                  ** REMOVE **
3605         * src/utils.[ch]                ** REMOVE **
3606                 replaced by new files in src/common/
3607         
3608         * src/common/Makefile.am
3609                 add new files in src/common/
3610
3611         * src/common/defs.h             ** NEW **
3612         * src/common/intl.h             ** NEW **
3613         * src/common/log.[ch]           ** NEW **
3614         * src/common/socket.[ch]        ** NEW **
3615         * src/common/ssl.[ch]           ** NEW **
3616         * src/common/utils.[ch]         ** NEW **
3617                 replacement for files in src/
3618
3619 2002-12-02 [colin]      0.8.6claws48
3620
3621         * src/folderview.c
3622                 Scroll folderview if necessary during dnd
3623
3624 2002-12-02 [colin]      0.8.6claws47
3625
3626         * src/folder.[ch]
3627                 Add check to verify a move is within a single mailbox
3628         * src/folderview.c
3629                 Add specific error string for this check
3630
3631 2002-12-02 [colin]      0.8.6claws46
3632
3633         * src/folder.c
3634                 Add a test to folder moving, remove a statusbar_print
3635         * src/folderview.c
3636                 Add Move folder... context-menu item
3637                 Factorize folder moving code
3638                 Enable folder DND for mbox
3639
3640 2002-12-01 [christoph]  0.8.6claws45
3641
3642         * ac/aspell.m4
3643                 remove conf.aspelltest if the version check fails
3644
3645 2002-11-30 [christoph]  0.8.6claws44
3646
3647         * autogen.sh
3648                 run libtoolize --force in autogen to create missing
3649                 libtool scripts
3650
3651 2002-11-30 [christoph]  0.8.6claws43
3652
3653         * src/Makefile.am
3654         * src/pgptext.c
3655         * src/procmime.c
3656         * src/rfc2015.c
3657         * src/uuencode.[ch]             ** REMOVED **
3658         * src/common/Makefile.am
3659         * src/common/uuencode.[ch]      ** NEW **
3660                 move uuen/decoder to common directory
3661
3662 2002-11-30 [christoph]  0.8.6claws42
3663
3664         * src/Makefile.am
3665         * src/base64.[ch]               ** REMOVED **
3666         * src/codeconv.c
3667         * src/compose.c
3668         * src/ldif.c
3669         * src/pgptext.c
3670         * src/procmime.c
3671         * src/rfc2015.c
3672         * src/smtp.c
3673         * src/unmime.c
3674         * src/common/Makefile.am
3675         * src/common/base64.[ch]        ** NEW **
3676                 move base64 en/decoder to common directory
3677
3678 2002-11-30 [christoph]  0.8.6claws41
3679
3680         * src/common                    ** NEW **
3681                 new directory for UI independent code
3682         * src/gtk                       ** NEW **
3683                 new directory for GTK frontend
3684         * src/common/.cvsignore         ** NEW **
3685         * src/gtk/.cvsignore            ** NEW **
3686                 ignore build files
3687         * src/common/Makefile.am        ** NEW **
3688         * src/gtk/Makefile.am           ** NEW **
3689                 automake files to build new seperated stuff
3690         * src/Makefile.am
3691                 the binary will currently still be build with the
3692                 files in src, so we include the code from the
3693                 subdirs for now after building the libs there
3694
3695 2002-11-30 [paul]       0.8.6claws40
3696
3697         * src/compose.c
3698                 fix bug [642731] 'Wrong selected account with drafted mail'
3699
3700 2002-11-29 [oliver]     0.8.6claws39
3701         
3702         * src/messageview.c
3703                 o update summaryview when switching between different
3704                   messageviews          
3705         * src/toolbar.c  
3706                 o check if messageview holds already removed msg
3707                   from summaryview
3708                 
3709
3710 2002-11-29 [oliver]     0.8.6claws38
3711
3712         * src/toolbar.c 
3713                 remove not needed variables and includes
3714                 make messageview stay opened and move to next when msgs are deleted 
3715
3716 2002-11-29 [oliver]     0.8.6claws37
3717         
3718         * src/toolbar.c 
3719                 disable compose button (messageview toolbar) by default
3720                 deleted msgs are moved to trash
3721         
3722 2002-11-29 [melvin]     0.8.6claws36
3723
3724         * configure.in
3725                 Increased minimal gpgme version to 0.3.10 (Zombies out)
3726                 and to detect signatures expirations (gpgme 0.3.6)
3727
3728         * src/main.c
3729                 Use non obsolescent function for Gpgme engine checking.
3730
3731         * src/rfc2015.c
3732                 Inform about expired signatures or signatures which key
3733                 has expired. Expiration date is displayed.
3734
3735         * src/sigstatus.c
3736                 Inform about expired signatures or signatures which key
3737                 has expired.
3738
3739 2002-11-28 [paul]       0.8.6claws35
3740
3741         * src/folderview.c
3742                 re-instate 'Check for new messages' in Newsgroup
3743                 folders right-click menu, after a suggestion from
3744                 Tim Mann <timmann@users.sourceforge.net>
3745
3746         * src/main.c
3747                 after a crash check only local folders for new
3748                 messages
3749
3750 2002-11-28 [paul]       0.8.6claws34
3751
3752         * configure.in
3753                 apply patch that fixes the checking of GTK with XIM 
3754                 support on different OSs, such as FreeBSD. Patch 
3755                 submitted by Topia <topia@users.sourceforge.net>
3756                 
3757 2002-11-28 [paul]       0.8.6claws33
3758
3759         * src/mainwindow.c
3760           src/prefs_common.c
3761           src/prefs_toolbar.c
3762                 more changes to the English
3763
3764 2002-11-28 [paul]       0.8.6claws32
3765
3766         * sync with 0.8.6cvs13
3767                 see ChangeLog 2002-11-28 (no sync needed
3768                 for src/compose.c)
3769
3770 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
3771         
3772         * src/mainwindow.[ch]
3773                 add patch by Ivan F. Martinez introducing messageview Toolbar
3774                 some changes and committed by oliver    
3775
3776 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
3777
3778         * src/messageview.[ch]
3779                 add patch by Ivan F. Martinez introducing messageview Toolbar
3780                 some changes and committed by oliver    
3781
3782 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
3783
3784         * src/compose.[ch]
3785                 add patch by Ivan F. Martinez introducing messageview Toolbar
3786                 some changes and committed by oliver    
3787
3788 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
3789         
3790         * src/toolbar.[ch]
3791                 add patch by Ivan F. Martinez introducing messageview Toolbar
3792                 some changes and committed by oliver
3793
3794 2002-11-28 [oliver]     0.8.6claws27
3795         
3796         * src/prefs_toolbar.[ch]
3797                 getting ready for messageview toolbar
3798                 free mem allocated by gettext
3799                 change prefs_toolbar to prefs_toolbar_open
3800  
3801 2002-11-28 [thorsten]   0.8.6claws26
3802
3803         * src/imageview.[ch]
3804                 cleaned up conflicting declarations of
3805                 imageview_show_image()
3806
3807 2002-11-28 [paul]       0.8.6claws25
3808
3809         * src/grouplistdialog.c
3810           src/prefs_common.c
3811           src/prefs_summary_column.c
3812                 a few more improvements to the English
3813
3814 2002-11-28 [colin]      0.8.6claws24
3815
3816         * man/sylpheed.1
3817                 A few updates to command-line parameters
3818
3819 2002-11-28 [colin]      0.8.6claws23
3820
3821         * src/prefs_filtering.c
3822                 Fix problems with prefs_filtering_delete_path:
3823                 a) if the first rule is removed, original pointers
3824                    weren't updated (leading to segfaults)
3825                 b) it was always global_processing updated in case
3826                    of removed path was parent of rule path
3827
3828 2002-11-27 [paul]       0.8.6claws22
3829
3830         * src/mainwindow.c
3831           src/prefs_account.c
3832           src/prefs_actions.c
3833           src/prefs_common.c
3834           src/prefs_customheader.c
3835           src/prefs_display_header.c
3836           src/prefs_filtering.c
3837           src/prefs_folder_item.c
3838           src/prefs_matcher.c
3839           src/prefs_scoring.c
3840           src/prefs_summary_column.c
3841           src/prefs_template.c
3842           src/prefs_toolbar.c
3843                  improve the English in the GUI
3844
3845 2002-11-27 [colin]      0.8.6claws21
3846
3847         * src/folder.c
3848                 Fix processing renaming problems happening after
3849                 last commit
3850
3851 2002-11-27 [colin]      0.8.6claws20
3852
3853         * src/folder.c
3854                 recursive move now deletes src each subfolder after 
3855                 having moved it
3856         * src/folderview.c
3857                 Use identifier instead of path during dnd (enables
3858                 IMAP folder dnd)
3859
3860 2002-11-27 [paul]       0.8.6claws19
3861
3862         * src/main.c
3863                 apply patch that does command-line processing 
3864                 BEFORE gtk_init, allowing claws to run from 
3865                 shell-scripts in non-X environment (e.g. crontab 
3866                 or ip-up, ip-down scripts). Patch submitted by
3867                 Ruslan N. Balkin <baron@dartel.ru>
3868                 
3869         * po/it.po
3870                 updated by Alessandro Maestri
3871
3872 2002-11-27 [paul]       0.8.6claws18
3873
3874         * sync with 0.8.6cvs12
3875           src/prefs_common.c
3876                 Differences are that main uses a 'Receive dialog'
3877                 frame on the Interface tab, whereas claws groups all 
3878                 the dialogs together in a 'Dialogs' frame.
3879
3880 2002-11-27 [colin]      0.8.6claws17
3881
3882         * src/prefs_matcher.c
3883                 Fix Execute criteria's NOT flag
3884
3885
3886 2002-11-26 [christoph]  0.8.6claws16
3887
3888         * src/ssl.c
3889                 rewrite the ssl code a little bit, only use one
3890                 SSL context, set default certificates' file/path
3891
3892 2002-11-26 [thorsten]   0.8.6claws15
3893
3894         * src/compose.c
3895                 default-reply-to didn't work for ml-reply
3896
3897 2002-11-26 [melvin]     0.8.6claws14
3898
3899         * src/prefs_actions.c
3900                 Made pipe-actions ignore short headers in message view
3901                 Made trailing-pipe-actions write in the message view with
3902                 the same font as the original message
3903
3904 2002-11-26 [paul]       0.8.6claws13
3905
3906         * src/compose.c
3907                 this time commit the correct file
3908
3909 2002-11-26 [paul]       0.8.6claws12
3910
3911         * sync with 0.8.6cvs11
3912           src/quote_fmt_parse.y  
3913                 no sync needed
3914           src/account.[ch]       
3915                 not sync'ed
3916           src/compose.c
3917                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
3918                 on draft mode.
3919                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
3920                 header
3921                 
3922         see ChangeLog 2002-11-25 and 2002-11-26
3923
3924 2002-11-26 [colin]      0.8.6claws11
3925
3926         * src/folderview.c
3927                 Fix collapsed folder not auto-expanding during
3928                 mail dnd, if it was the source folder.
3929
3930 2002-11-25 [colin]      0.8.6claws10
3931
3932         * src/folderview.[ch]
3933                 Variable renaming and cleaning (slist of nodes 
3934                 to be re-collapsed is stored in FolderView)
3935
3936 2002-11-25 [paul]       0.8.6claws9
3937
3938         * src/prefs_common.[ch]
3939                 fix breakage caused by last commit
3940
3941 2002-11-25 [paul]       0.8.6claws8
3942
3943         * sync with 0.8.6cvs4
3944                 see ChangeLog 2002-11-21
3945
3946 2002-11-25 [paul]       0.8.6claws7
3947
3948         * sync with 0.8.6cvs4
3949                 see ChangeLog 2002-11-20
3950
3951 2002-11-25 [paul]       0.8.6claws6
3952
3953         * sync with 0.8.6cvs3
3954                 see ChangeLog 2002-11-18
3955
3956 2002-11-25 [colin]      0.8.6claws5
3957
3958         * src/gtkutils.[ch]
3959                 Add gtkut_ctree_node_is_parent()
3960         * src/folderview.c
3961                 Spring-loaded folders
3962
3963 2002-11-25 [colin]      0.8.6claws4
3964
3965         * src/utils.[ch]
3966                 Add slist_concat_unique(), function to merge
3967                 two GSList filtering dups
3968         * src/folder.[ch]
3969         * src/summaryview.[ch]
3970         * src/folderview.c
3971         * src/main.c
3972                 Add detection/update/display of unread answers
3973                 to marked mails
3974         * src/procmsg.[ch]
3975                 Add procmsg_find_children()
3976                 Add procmsg_msg_has_marked_parent()
3977
3978 2002-11-25 [colin]      0.8.6claws3
3979
3980         * src/ssl_certificate.[ch]
3981                 Allow checking a certificate without a DNS
3982                 lookup
3983                 Allow to forget a cert (by deleting it)
3984                 Make ssl_certificate_destroy_public
3985         * src/ssl_manager.[ch] ** NEW FILES **
3986                 Gui to manage (display/remove) certificates
3987         * src/prefs_common.[ch]
3988                 Add a pref to allow silent acceptation of
3989                 trusted certificates or not (based on the
3990                 "I want to know what's going on" principle)
3991         * src/mainwindow.c
3992                 Add SSL manager in Tools menu
3993         * src/Makefile.am
3994                 Add the new files to the build
3995         * po/POTFILES.in
3996                 Add ssl_manager.c to translations
3997
3998 2002-11-25 [colin]      0.8.6claws2
3999
4000         * src/summaryview.[ch]
4001                 Add S_SEARCH_EXTENDED to the quick search, which 
4002                 allows to search using filtering syntax.
4003
4004 2002-11-25 [colin]      0.8.6claws1
4005
4006         * src/summaryview.c
4007                 Deletion of duplicates now prefer deleting
4008                 the unread dup (fixes feature-request 638989).
4009
4010 2002-11-24 [paul]       0.8.6claws
4011
4012         * po/es.po
4013           po/pl.po
4014           po/ru.po
4015           po/sr.po
4016                 updated by Ricardo Mones Lastra,
4017                 Witold Wladyslaw Wojciech Wilk,
4018                 Ruslan N. Balkin, and  Urke MMI 
4019                 respectively
4020
4021 2002-11-24 [paul]       0.8.5claws182
4022
4023         * po/bg.po
4024                 updated by George Danchev
4025
4026 2002-11-23 [alfons]     0.8.5claws181
4027
4028         * src/imap.c
4029                 tiny memory leak found by browsing Dimitar's 
4030                 valgrind report
4031
4032 2002-11-23 [paul]       0.8.5claws180
4033
4034         * po/it.po
4035                 updated by Alessandro Maestri
4036
4037 2002-11-22 [christoph]  0.8.5claws179
4038
4039         * src/compose.c
4040         * src/inc.c
4041         * src/prefs_filtering.c
4042         * src/summaryview.c
4043                 more warning fixes
4044
4045 2002-11-22 [alfons]     0.8.5claws178
4046
4047         * src/summaryview.c
4048                 summary_execute_delete_func(): if message is deleted, make 
4049                 sure to also remove its entry in the subject hash table. 
4050                 fixes a corner case bug.
4051
4052 2002-11-22 [paul]       0.8.5claws177
4053
4054         * .cvsignore
4055                 add 'autom4te.cache'
4056                 
4057         * ltconfig      ** REMOVED **
4058                 not needed
4059
4060 2002-11-22 [paul]       0.8.5claws176
4061
4062         * src/textview.c
4063                 textview_set_font(): fix for message display in
4064                 UTF-8 locales (thanks to Sergey Vlasov).
4065                 
4066         * AUTHORS
4067                 add new team members and contributors
4068
4069
4070 2002-11-21 [colin]      0.8.5claws175
4071
4072         * src/procmsg.[ch]
4073                 Add procmsg_remove_special_headers()
4074         * src/mh.c
4075                 Use procmsg_remove_special_headers() for 
4076                 previous fix
4077
4078 2002-11-21 [colin]      0.8.5claws174
4079
4080         * src/mh.c
4081                 Fix moving/copying from queue/draft folders
4082                 for MH folders
4083
4084 2002-11-21 [christoph]  0.8.5claws173
4085
4086         * src/crash.c
4087         * src/filtering.c
4088         * src/logwindow.c
4089         * src/main.c
4090         * src/matcher_parser_lex.[hl]
4091         * src/mbox.c
4092         * src/mbox_folder.[ch]
4093         * src/prefs_filtering.c
4094         * src/procheader.c
4095         * src/quote_fmt_lex.l
4096         * src/ssl.c
4097                 fix all warnings except the warnings in lex and yacc files
4098
4099 2002-11-20 [christoph]  0.8.5claws172
4100
4101         * src/imap.c
4102                 fix MsgInfo retrieval for IMAP draft and queue folders
4103                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
4104
4105 2002-11-19 [christoph]  0.8.5claws171
4106
4107         * src/compose.c
4108                 fix segfault, when draft saving does not get
4109                 the MsgInfo of the new message
4110                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
4111
4112 2002-11-19 [christoph]  0.8.5claws170
4113
4114         * src/procmsg.c
4115                 add parameter check for flag setting function
4116                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
4117
4118 2002-11-18 [paul]       0.8.5claws169
4119
4120         * src/compose.c
4121                 more sensitivity fixes to redirect mode:
4122                 * disable toolbar draft button
4123                 * allow only Address book in the Tools menu
4124                 * disable editing of message by the spell
4125                   checker
4126
4127 2002-11-18 [paul]       0.8.5claws168
4128
4129         * src/compose.c
4130                 fix sensitivity of menu items in compose_redirect():
4131                 allow only the necessary items 
4132
4133 2002-11-18 [paul]       0.8.5claws167
4134
4135         * src/compose.c
4136                 fix bug [ 603259 ] 'attachment got lost on bounce'
4137
4138 2002-11-18 [paul]       0.8.5claws166
4139
4140         * po/ru.po
4141                 updated by Ruslan N. Balkin <baron@dartel.ru>
4142
4143 2002-11-18 [colin]      0.8.5claws165
4144
4145         * src/main.c
4146           src/defs.h
4147                 Remove old filtering stuff
4148
4149
4150 2002-11-17 [oliver]     0.8.5claws164
4151
4152         * src/toolbar.h
4153                 remove not needed typedef 
4154
4155 2002-11-17 [oliver]     0.8.5claws163
4156
4157         * src/toolbar.c
4158                 make toolbar's on click events translatable
4159
4160 2002-11-15 [colin]      0.8.5claws162
4161
4162         * src/summaryview.c
4163                 Revert too-soon integration of a feature
4164
4165 2002-11-15 [christoph]  0.8.5claws161
4166
4167         * src/imap.c
4168                 use main's implementation of imap_get_msginfo
4169
4170 2002-11-15 [christoph]  0.8.5claws160
4171
4172         * src/compose.c
4173         * src/folder.[ch]
4174         * src/imap.c
4175         * src/mbox_folder.c
4176         * src/mh.c
4177         * src/news.c
4178         * src/procmsg.c
4179         * src/summaryview.c
4180                 replace claws' fetch_msginfo with main's get_msginfo
4181                 (use main's implementation where possible)
4182
4183 2002-11-15 [colin]      0.8.5claws159
4184
4185         * src/ssl_certificate.c
4186                 Missed a check
4187
4188 2002-11-16 [melvin]     0.8.5claws158
4189
4190         * po/fr.po
4191                 Updated French translations.
4192
4193 2002-11-16 [colin]      0.8.5claws157
4194
4195         * src/ssl_certificate.c
4196                 Check for missing parts in the certificates
4197
4198 2002-11-15 [colin]      0.8.5claws156
4199
4200         * src/folderview.c
4201                 Preventive fix (missing check) found by
4202                 Alfons
4203
4204 2002-11-15 [paul]
4205
4206         * NEWS
4207                 sync with 0.8.6 release
4208
4209 2002-11-15 [colin]      0.8.5claws155
4210
4211         * src/folder.[ch]
4212           src/folderview.c
4213                 Fix error handling of folder_item_move_to()
4214                 (thanks to Alfons!)
4215
4216 2002-11-15 [colin]      0.8.5claws154
4217
4218         * src/folder.[ch]
4219           src/folderview.c
4220                 folder_item_move_to() sets an error message instead
4221                 of having GUI stuff in folder.c
4222
4223 2002-11-15 [colin]      0.8.5claws153
4224
4225         * src/procmsg.[ch]
4226                 Implemented a callback for MsgInfo updates, 
4227                 heavily copy/pasted from Christoph's folder 
4228                 callback system
4229         * src/summaryview.[ch]
4230                 Register summary_update_msg as callback
4231
4232 2002-11-14 [colin]      0.8.5claws152
4233         
4234         * src/procmsg.c
4235                 Update the FolderItem after sending (fixes 617593)
4236
4237 2002-11-14 [christoph]  0.8.5claws151
4238
4239         * src/folder.c
4240                 fix wrong position of NULL pointer check found
4241                 by Sergey
4242
4243 2002-11-14 [christoph]  0.8.5claws150
4244
4245         * src/folder.c
4246                 fix segfault when deleting messages from IMAP folders
4247                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
4248
4249 2002-11-14 [colin]      0.8.5claws149
4250
4251         * src/compose.c
4252                 Forwarding was also ignoring the folder's default account.
4253
4254 2002-11-14 [colin]      0.8.5claws148
4255
4256         * src/compose.c
4257                 Fix sent folder not set to folder properties when 
4258                 forwarding.
4259
4260 2002-11-14 [thorsten]   0.8.5claws147
4261
4262         * src/inc.c
4263                 inc_start(): Files were not moved from .processing to inbox,
4264                 if no global processing rule existed
4265
4266 2002-11-14 [colin]      0.8.5claws146
4267
4268         * src/ssl_certificate
4269                 Fix file operations
4270
4271 2002-11-14 [paul]       0.8.5claws145
4272
4273         * po/it.po
4274                 updated by Alessandro Maestri
4275
4276 2002-11-13 [alfons]     0.8.5claws144
4277
4278         * src/folder.c
4279                 folder_item_close(): only mark messages unread
4280                 when a folder has new messages 
4281
4282 2002-11-13 [keith]      0.8.5claws143
4283
4284         * src/imap.c
4285                 Fix problem moving or copying between
4286                 IMAP folders
4287
4288 2002-11-13 [colin]      0.8.5claws142
4289
4290         * src/matcher_parser_parse.y
4291                 Fix rule problem when " don't match
4292
4293 2002-11-13 [christoph]  0.8.5claws141
4294
4295         * src/folder.c
4296         * src/folderview.c
4297                 moved cache saving to folder_item_close
4298                 the folderview should not have to deal with
4299                 this things
4300
4301 2002-11-13 [christoph]  0.8.5claws140
4302
4303         * src/summaryview.c
4304                 moved setting of important score to
4305                 summary_set_prefs_from_folderitem
4306
4307 2002-11-13 [colin]      0.8.5claws139
4308
4309         * src/matcher_parser_parse.y
4310                 Fix a segfault in the parser (happening when
4311                 a good expression had been tested and a bad 
4312                 one arrives)
4313
4314 2002-11-13 [paul]       0.8.5claws138
4315
4316         * sync with 0.8.5cvs24
4317                 see ChangeLog 2002-11-13
4318                 
4319         * po/pt_BR.po
4320                 updated by Fabio Jr. Beneditto
4321
4322 2002-11-13 [colin]      0.8.5claws137
4323         
4324         * src/msgcache.c
4325           src/defs.h
4326           src/procmsg.[ch]
4327                 Revert last commit, problem
4328
4329 2002-11-13 [colin]      0.8.5claws136
4330
4331         * src/msgcache.c
4332                 Remove duplicated code
4333         * src/defs.h
4334                 Bumped CACHE_VERSION and MARK_VERSION
4335         * src/procmsg.[ch]
4336                 Network endian for cache and mark files
4337
4338 2002-11-12 [colin]      0.8.5claws135
4339
4340         * src/inc.c
4341                 Fix the "socket error" dialog which disappeared
4342
4343 2002-11-12 [colin]      0.8.5claws134
4344
4345         * src/msgcache.c
4346                 Reverse last commit which had performance 
4347                 problems, but still reverse the list
4348
4349 2002-11-12 [colin]      0.8.5claws133
4350
4351         * src/msgcache.c
4352                 Reverse list order
4353
4354 2002-11-12 [melvin]     0.8.5claws132
4355
4356         * src/compose.c
4357                 Added a check for a NULL prefs_common.dictionary
4358
4359 2002-11-12 [colin]      0.8.5claws131
4360
4361         * src/ssl_certificate.[ch]
4362                 Use FQDN hostname
4363
4364 2002-11-12 [colin]      0.8.5claws130
4365
4366         * src/ssl_certificate.[ch]
4367                 Take connection port into account for 
4368                 checking certificates (a single hostname
4369                 could have multiple servers with multiple
4370                 certificates)
4371         * src/ssl.c
4372                 Pass the port to ssl_certificate_check
4373
4374 2002-11-12 [paul]       0.8.5claws129
4375
4376         * src/folder.c
4377                 fix a typo in last commit
4378
4379 2002-11-12 [paul]       0.8.5claws128
4380
4381         * sync with 0.8.5cvs23
4382                 see ChangeLog entry 2002-11-12
4383
4384 2002-11-11 [colin]      0.8.5claws127
4385
4386         * src/ssl_certificate.c
4387                 Cleaner messages
4388                 Don't popup, instead log error, if the 
4389                 corresponding pref is checked
4390         * src/ssl_certificate.h
4391                 include <openssl/objects/h>
4392
4393 2002-11-11 [colin]      0.8.5claws126
4394
4395         * src/ssl_certificate.h
4396                 _Really_ clean it
4397
4398 2002-11-11 [colin]      0.8.5claws125
4399         
4400         * src/ssl_certificate.c
4401                 Fixed leak
4402
4403 2002-11-11 [colin]      0.8.5claws124
4404
4405         * src/ssl.c
4406                 Cleaned a bit
4407         * src/ssl_certificate.[ch]
4408                 Cleaned a bit (better use of SSL API)
4409                 (This will cause non-recognition of saved 
4410                  certificates of claws12[23]...)
4411
4412 2002-11-11 [paul]       0.8.5claws123
4413         
4414         * po/es.po
4415                 updated by Ricardo Mones Lastra
4416
4417 2002-11-11 [colin]      0.8.5claws122
4418
4419         * src/ssl.c
4420                 Fix a typo
4421
4422 2002-11-11 [colin]      0.8.5claws121
4423
4424         * src/ssl_certificate.[ch] ** NEW FILES **
4425         * src/ssl.[ch]
4426                 Check SSL certificates presented to us
4427         * src/Makefile.am
4428                 Add ssl_certificate.[ch]
4429         * po/POTFILES.in
4430                 Add ssl_certificate.c
4431
4432 2002-11-11 [paul]       0.8.5claws120
4433
4434         * sync with 0.8.5cvs22
4435                 see ChangeLog 2002-11-11
4436
4437 2002-11-11 [paul]       0.8.5claws119
4438
4439         * sync with 0.8.5cvs21
4440                 see ChangeLog 2002-11-11
4441
4442 2002-11-10 [jens]       0.8.5claws118
4443
4444         * src/folder.c
4445         * src/folderview.c
4446                 corrected some typing
4447         * po/de.po
4448                 updated german translation
4449         * sylpheed.spec.in
4450                 cleaned up specfile and adjusted it for claws
4451
4452 2002-11-10 [colin]      0.8.5claws117
4453
4454         * src/summaryview.c
4455                 a STATUSBAR_PUSH/POP fix
4456
4457 2002-11-10 [colin]      0.8.5claws116
4458
4459         * src/prefs_folder_item.c
4460                 Fix hanging after opening folder properties
4461
4462 2002-11-10 [hoa]        0.8.5claws115
4463
4464         * src/matcher_parser_lex.l
4465         * src/matcher_parser_parse.y
4466                 config file for scoring and filtering is no more trashed
4467                 when there is a syntax error in a filtering rule when
4468                 editing it in a dialog.
4469
4470 2002-11-09 [colin]      0.8.5claws114
4471
4472         * src/mbox_folder.c
4473                 Added missing initialisation of folder->destroy()
4474
4475 2002-11-09 [colin]      0.8.5claws113
4476
4477         * src/folder.c
4478           src/folderview.c
4479                 Fix the status bar messages
4480
4481 2002-11-09 [colin]      0.8.5claws112
4482
4483         * src/folderview.c
4484                 Fix hangs after folder dnd, happening after 
4485                 claws109.
4486
4487 2002-11-09 [christoph]  0.8.5claws111
4488
4489         * src/folderview.c
4490                 just changed order of calls (reverse order of
4491                 associated calls)
4492         * src/inc.c
4493                 lock inc when checking only one account, otherwise
4494                 inc all could be executed at the same time
4495
4496 2002-11-09 [christoph]  0.8.5claws110
4497
4498         * src/folderview.c
4499                 better unlock the mouse cursor before calling
4500                 summary_show because it changes the cursor too
4501
4502 2002-11-09 [christoph]  0.8.5claws109
4503
4504         * src/folder.[ch]
4505         * src/folderview.c
4506                 add functions to open and close a folder
4507                 o opending will execute scanning for remote folders
4508                   and processing
4509                 o closing will unset new flag for messages
4510
4511 2002-11-09 [colin]      0.8.5claws108
4512
4513         * src/folder.c
4514                 Add a call to prefs_matcher_write_config to 
4515                 avoid non-leaf folders filtering settings to be
4516                 lost
4517
4518 2002-11-09 [paul]       0.8.5claws107
4519
4520         * src/prefs_account.c
4521                 re-word a label
4522
4523 2002-11-09 [colin]      0.8.5claws106
4524
4525         * src/folderview.c
4526                 Minor esthetic fix
4527
4528 2002-11-09 [colin]      0.8.5claws105
4529
4530         * src/folderview.c
4531                 Fix prefs_filtering deletion for MH folders (same
4532                 reason as below)
4533         * src/prefs_filtering.c
4534                 Fix prefs_filtering renaming and deletion for 
4535                 folder-based processing rules.  
4536
4537 2002-11-09 [christoph]  0.8.5claws104
4538
4539         * src/compose.c
4540         * src/folder.[ch]
4541         * src/folderview.[ch]
4542         * src/import.c
4543         * src/inc.c
4544         * src/main.c
4545         * src/mainwindow.c
4546         * src/messageview.c
4547         * src/prefs_folder_item.c
4548         * src/procmsg.c
4549         * src/summaryview.c
4550                 implement a callback system for folder item updates
4551
4552 2002-11-09 [colin]      0.8.5claws103
4553
4554         * src/folderview.c
4555                 Fix prefs_filtering renaming for MH folders (we
4556                 shouldn't rename by path as another folder could
4557                 have the same hierarchy).
4558
4559 2002-11-09 [colin]      0.8.5claws102
4560
4561         * src/folder.c
4562                 Fix a leak found by Christoph, use better variable
4563                 names
4564
4565 2002-11-09 [colin]      0.8.5claws101
4566
4567         * src/folder.c
4568                 One more fix for processing rules
4569
4570 2002-11-08 [colin]      0.8.5claws100
4571         
4572         * src/matcher.c
4573                 Don't copy the compiled regexp (will be reevaluated)
4574         * src/folderview.c
4575                 Lock folderview while moving
4576         * src/folder.c
4577                 Provide info on what's happening to the user
4578
4579 2002-11-08 [colin]      0.8.5claws99
4580
4581         * src/folderview.c
4582                 Fix folder reordering after a move if parent is 
4583                 root
4584         * src/scoring.[ch]
4585                 Add function to copy a ScoringProp
4586         * src/prefs_folder_item.c
4587                 Copy scoring rules when copying a folder prefs
4588
4589 2002-11-08 [colin]      0.8.5claws98
4590
4591         * src/folderview.c
4592                 Fixes in case of failure
4593         * src/filtering.[ch]    
4594                 Add function to duplicate a FilteringProp
4595         * src/matcher.[ch]
4596                 Add function to duplicate a MatcherProp
4597         * src/prefs_folder_item.c
4598                 Save folder's processing rules when copying 
4599                 its prefs
4600
4601 2002-11-08 [colin]      0.8.5claws97
4602         
4603         * src/folderview.c
4604                 Sort after move
4605         * src/folder.c 
4606                 Change a printf to debug_print
4607
4608 2002-11-08 [colin]      0.8.5claws96
4609
4610         * src/folder.c
4611           src/folderview.c
4612                 Fix segfaults, call me stupido
4613         
4614
4615 2002-11-08 [colin]      0.8.5claws95
4616
4617         *src/folder.c
4618                 Added forgotten prefs to save when moving folders
4619
4620 2002-11-08 [colin]      0.8.5claws94
4621
4622         * src/folder.c
4623                 Fixes to folder DND (prefs copy)
4624         * src/folderview.c
4625                 Optimization for folder DND (don't rescan whole tree)
4626                 Added folderview_create_folder_node() for this 
4627                 optimization, so de-duped a bit the code
4628         * src/prefs_folder_item.[ch]
4629                 Added prefs_folder_item_copy_prefs()    
4630           
4631 2002-11-08 [paul]       0.8.5claws93
4632
4633         * src/prefs_account.c
4634           tools/README
4635           tools/kmail2sylpheed_v2.pl
4636                 correct some typos
4637
4638 2002-11-08 [paul]       0.8.5claws92
4639
4640         * src/compose.c
4641           src/prefs_account.[ch]
4642                 remove account options 'clearsign' and 'ascii_armored',
4643                 replace with 'default_gnupg_mode' to prevent mixed-mode
4644                 Privacy settings
4645
4646 2002-11-08 [paul]       0.8.5claws91
4647
4648         * src/compose.[ch]
4649                 re-implement GnuPG 'on-the-fly' mode selection,
4650                 disallow mixed-mode
4651
4652 2002-11-08 [colin]      0.8.5claws90
4653
4654         * src/folderview.c
4655           src/prefs_folder_item.c
4656                 Change "Property" to "Properties"
4657
4658 2002-11-07 [colin]      0.8.5claws89
4659
4660         * src/folderview.c
4661           src/folder.c
4662                 Allow folder dropping to a root folder
4663
4664 2002-11-07 [paul]       0.8.5claws88
4665
4666         * src/compose.c
4667                 revert last commit
4668
4669 2002-11-07 [paul]       0.8.5claws87
4670
4671         * src/compose.c
4672                 fix reply-to-list bug. closes bug report
4673                 "[633382] reply-to-list broken in recent cvs"
4674
4675 2002-11-07 [paul]       0.8.5claws86
4676
4677         * src/compose.c
4678                 add a forgotten '#if USE_GPGME ... #endif'
4679
4680 2002-11-07 [paul]       0.8.5claws85
4681
4682         * sync with 0.8.5cvs20
4683                 see ChangeLog 2002-11-07
4684
4685 2002-11-07 [colin]      0.8.5claws84
4686
4687         * src/folder.[ch]
4688                 Change folder_item_move_to to return the newly 
4689                 created folderitem.
4690         * src/folderview.c
4691                 Select the new folderitem after moving.
4692
4693 2002-11-07 [colin]      0.8.5claws83
4694
4695         * src/prefs_filtering.c
4696                 Fix rule rewriting when moving a leaf folder to a 
4697                 shorter path
4698
4699 2002-11-07 [colin]      0.8.5claws82
4700
4701         * src/prefs_filtering.c
4702                 fix a leak
4703
4704 2002-11-07 [colin]      0.8.5claws81
4705
4706         * src/folder.[ch]
4707                 Add folder_item_move_to() function to move a 
4708                 folderitem into another one (updates matcher etc)
4709         * src/folderview.c
4710                 Add folder drag'n drop (context menu to come)
4711                 [Should be dataloss free, but Please backup before 
4712                  trying !]
4713
4714 2002-11-06 [colin]      0.8.5claws80
4715
4716         * src/mh.c
4717                 mh_create_folder() returns NULL if can't create
4718                 directory hierarchy
4719
4720 2002-11-06 [paul]       0.8.5claws79
4721
4722         * src/compose.[ch]
4723                 allow 'on-the-fly' changing of the type of encryption 
4724                 and/or signing used (mime/ascii) via the compose window
4725
4726 2002-11-06 [paul]       0.8.5claws78
4727
4728         * sync with 0.8.5cvs19
4729                 see ChangeLog 2002-11-06 for src/account.c: 
4730                 account_get_special_folder()
4731                 
4732 2002-11-05 [alfons]     0.8.5claws77
4733
4734         * src/crash.c
4735                 very minor cleanups: nothing to see here, move on. :-)
4736
4737 2002-11-05 [colin]      0.8.5claws76
4738
4739         * src/main.c
4740                 Changes choices if compose windows are opened to
4741                 Discard, Draft, Don't quit
4742
4743 2002-11-05 [thorsten]   0.8.5claws75
4744
4745         * src/compose.c
4746                 reenabled default_reply_to folder option
4747
4748 2002-11-05 [colin]      0.8.5claws74
4749
4750         * src/compose.[ch] 
4751                 add compose_draft()
4752         * src/crash.c
4753                 add SIGTERM handler
4754         * src/main.[ch]
4755                 add clean_quit() for the SIGTERM handler
4756
4757 2002-11-05 [paul]       0.8.5claws73
4758         
4759         * po/es.po
4760                 updated by Ricardo Mones Lastra
4761
4762 2002-11-05 [melvin]     0.8.5claws72
4763
4764         * src/logwindow.c
4765                 Fixed log-clipping bug #616795.
4766                 To stop logging in the log window use 0 length.
4767         * src/prefs_common.c
4768                 Added a label to inform about the 0 log length behaviour.
4769
4770 2002-11-05 [paul]       0.8.5claws71
4771
4772         * sync with 0.8.5cvs17
4773                 see ChangeLog 2002-11-05
4774
4775 2002-11-04 [paul]       0.8.5claws70
4776
4777         * sylpheed-128x128.png
4778           sylpheed-64x64.png
4779           sylpheed.png
4780                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
4781                 <nikai@users.sourceforge.net>
4782                 
4783         * po/bg.po
4784                 updated by George Danchev
4785
4786 2002-11-03 [thorsten]   0.8.5claws69
4787
4788         * src/main.c
4789           src/mimeview.c
4790           src/rfc2015.h
4791                 add check if gpg is active
4792
4793 2002-11-03 [thorsten]   0.8.5claws68
4794
4795         * src/toolbar.h
4796                 removed GSList declaration causing trouble on MacOS-X
4797                 (submitted by alfons, reported by xfesty)
4798
4799 2002-11-01 [paul]       0.8.5claws67
4800
4801         * src/mainwindow.c
4802                 remove last remnants of main's filter code
4803
4804 2002-11-01 [paul]       0.8.5claws66
4805
4806         * tools/filter_conv.pl
4807                 fix bug where user-defined headers were ignored
4808
4809 2002-11-01 [paul]       0.8.5claws65
4810
4811         * src/logwindow.c
4812                 make a debug_print() not translatable
4813
4814 2002-10-31 [melvin]     0.8.5claws64
4815
4816         * ac/aspell.m4
4817                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
4818                 not run any GNU/aspell test.  The dictionary path will
4819                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
4820                 was given, in which case, it will be $prefix/lib/aspell/
4821         * configure.in
4822                 Fixed typo in commentary (Aspell code).
4823
4824 2002-10-31 [paul]       0.8.5claws63
4825
4826         * po/POTFILES.in
4827                 remove src/filter.c and src/prefs_filter.c
4828                 thanks to Ricardo for reminding me
4829
4830 2002-10-31 [colin]      0.8.5claws62
4831
4832         * src/mbox_folder.c
4833                 Plug some leaks
4834
4835 2002-10-31 [paul]       0.8.5claws61
4836
4837         * src/prefs_filter.[ch] ** REMOVED **
4838           src/filter.[ch]       ** REMOVED **
4839           
4840         * src/Makefile.am
4841           src/folderview.c
4842           src/inc.c
4843           src/main.c
4844           src/mainwindow.c
4845           src/mbox.c
4846           src/prefs_common.c
4847           src/prefs_filtering.c
4848           src/summaryview.[ch]
4849                 remove main's 'filter' code
4850                 
4851         README.claws
4852                 update to reflect removal of main's filter
4853
4854 2002-10-31 [paul]       0.8.5claws60
4855
4856         * src/summaryview.c
4857                 remove check for global_processing in summary_filter_open(). 
4858                 This fixes the bug where if the user uses the right-click 
4859                 'Create filter rule...' and doesn't have any filter rules 
4860                 already defined in claws' advanced filtering, the newly 
4861                 created filter rule goes to main's filtering which is 
4862                 inaccessible through the gui. Now the filter rule gets added
4863                 to claws' filtering by default.
4864
4865 2002-10-28 [melvin]     0.8.5claws59
4866
4867         * src/prefs_actions.c
4868                 Fixed bug #627322 where MIME parts were not always
4869                 correctly passed to a %p action
4870                 Display an error dialog when message filename is not found.
4871
4872 2002-10-28 [melvin]     0.8.5claws58
4873
4874         * src/prefs_common.c
4875                 Readded a missing function declaration lost in 0.8.3claws34
4876
4877 2002-10-28 [paul]       0.8.5claws57
4878
4879         * sync with 0.8.5cvs15
4880                 see ChangeLog 2002-10-28 and 2002-10-25
4881                 
4882         Note: ChangeLog entry 2002-10-24 is not sync'ed.
4883
4884 2002-10-27 [oliver]     0.8.5claws56
4885
4886         * src/pop.c
4887                 plug leak in pop3_top_recv
4888
4889 2002-10-26 [christoph]  0.8.5claws55
4890
4891         * src/folder.c
4892                 set need_update folder flag when messages are added
4893                 (closes bug [ 626922 ] folder not updated after receiving)
4894
4895 2002-10-25 [melvin]     0.8.5claws54
4896
4897         * src/imageview.c
4898                 Fixed a memleak introduced in the scaling code.
4899
4900 2002-10-24 [alfons]     0.8.5claws53
4901
4902         * src/filtering.c
4903                 make filtering's forward message action forward from the 
4904                 correct account
4905                 (closes bug [628089 ] Filter -> Forward from address problem
4906                 reported by Oktay)
4907
4908 2002-10-24 [christoph]  0.8.5claws52
4909
4910         * src/mainwindow.c
4911         * src/manual.[ch]
4912                 o use manual of current locale or english if current
4913                   locale is not available (and english is available)
4914                 o also link to sylpheed doc project manuals
4915
4916 2002-10-23 [paul]       0.8.5claws51
4917
4918         * tools/README
4919           tools/kmail2sylpheed_v2.pl
4920                 add new version of kmail addressbook importer script.
4921                 works with newer versions of Kmail/KAddressBook which
4922                 have new and rearranged data.
4923
4924 2002-10-23 [martin]     0.8.5claws50
4925
4926         * src/folderview.c
4927         * src/summaryview.c
4928         * src/utils.h
4929         * src/utils.c
4930                 added length parameter to get_abbrev_newsgroup_name()
4931                 changed this function so that it abbreviates the newsgroup
4932                 names only so long it is smaller than the length parameter
4933                 (for better reading of some newsgroup names and space efficiency)
4934
4935 2002-10-22 [colin]      0.8.5claws49
4936
4937         *src/foldersel.c
4938                 Revert Alfons' last modification (after voting ;-))
4939
4940 2002-10-21 [alfons]     0.8.5claws48
4941
4942         * src/foldersel.c
4943                 folder view in folder selection dialog reflects state of
4944                 folder view in main window
4945
4946 2002-10-18 [alfons]     0.8.5claws47
4947
4948         * src/mbox.c
4949                 drop imported messages in folder selected by user,
4950                 and not in the inbox
4951                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
4952
4953 2002-10-18 [alfons]     0.8.5claws46
4954
4955         * src/compose.c
4956                 make automagic reply work correctly for email accounts 
4957                 (whether it's viable to do a full sync with Hiro's 
4958                 compose.c is still under discussion)
4959
4960 2002-10-18 [melvin]     0.8.5claws45
4961
4962         * src/prefs_actions.c
4963                 Fixed bug #622275 where asynchroneous actions left 
4964                 zombies processes
4965                 Made (synchroneous) actions' input be displayed live.
4966
4967 2002-10-18 [christoph]  0.8.5claws44
4968
4969         * src/textview.c
4970                 don't add a newline in the textview in front of the
4971                 first textpart if header display is disabled
4972                 (closes bug [ 603385 ] disabled header display leaves blank
4973                  lin)
4974
4975 2002-10-18 [christoph]  0.8.5claws43
4976
4977         * src/folder.[ch]
4978         * src/imap.c
4979         * src/mbox_folder.c
4980         * src/mh.c
4981         * src/news.c
4982                 folder->get_num_list now returns an error code
4983                 (closes bug [ 609424 ] News cache cleared on failure)
4984                 
4985 2002-10-17 [colin]      0.8.5claws42
4986         
4987         * src/news.c
4988                 Changed a printf by debug_print
4989
4990 2002-10-16 [paul]       
4991
4992         * tools/OOo2sylpheed.pl
4993                 allow for spaces in the name of the
4994                 file to be attached.
4995
4996 2002-10-16 [colin]      0.8.5claws41
4997
4998         * src/main.c
4999                 Use a tristate to change online mode
5000
5001 2002-10-16 [paul]       0.8.5claws40
5002
5003         * po/es.po
5004                 updated by Ricardo Mones Lastra
5005
5006 2002-10-16 [colin]      0.8.5claws39
5007
5008         * src/main.c
5009           src/mainwindow.[ch]
5010                 Added --online and --offline command-line
5011                 switches
5012
5013 2002-10-15 [christoph]  0.8.5claws38
5014
5015         * src/procmime.c
5016                 set mimeinfo->name to NULL after g_free to
5017                 avoid double freeing with g_free
5018
5019 2002-10-14 [christoph]  0.8.5claws37
5020
5021         * src/compose.c
5022         * src/filtering.c
5023         * src/summaryview.c
5024                 remove calls to folder->change_flags that are now
5025                 done by procmsg flag functions (seems it is not
5026                 used by any foldertype anyway)
5027         * src/folder.c
5028                 init folder->change_flags with NULL
5029
5030 2002-10-14 [christoph]  0.8.5claws36
5031
5032         * src/folder.[ch]
5033         * src/imap.[ch]
5034                 use virtual functions for folder item new and destroy
5035                 functions
5036
5037 2002-10-14 [melvin]     0.8.5claws35
5038
5039         * src/compose.c
5040                 Added a test to not run the spell checker if no default
5041                 dictionary is available. No dialog is displayed though.
5042
5043 2002-10-14 [melvin]     0.8.5claws34
5044
5045         * src/gtkaspell.c
5046                 Fixed bug in dictionary list context menu where
5047                 "More..." pointed to an emtpy submenu if the
5048                 number of dictionaries is a multiple of 15
5049                 Removed unneeded code in suggestions list creation
5050
5051 2002-10-14 [paul]       0.8.5claws33
5052
5053         * po/bg.po
5054                 updated by George Danchev
5055
5056 2002-10-13 [hoa]        0.8.5claws32
5057
5058         * src/matcher.[ch]
5059           src/matcher_parser_parser.y
5060                 removed the escaped string from internal structure
5061                 of matcher.
5062
5063 2002-10-12 [colin]      0.8.5claws31
5064
5065         * src/gtksctree.[ch]
5066           src/summaryview.c
5067                 Removed useless function gtksctree_reanchor
5068
5069 2002-10-12 [alfons]     0.8.5claws30
5070         
5071         * sync with remaining main changes 2002-10-09 - 2002-10-11
5072         - drop changes to src/compose.c (requires claws specific changes)
5073         
5074 2002-10-12 [alfons]     0.8.5claws29
5075         
5076         * sync with main changes of 2002-10-08
5077         - drop changes to src/compose.c (requires claws specific changes)
5078         - drop changes to src/summaryview.c (requires changes to compose.c)     
5079
5080 2002-10-12 [alfons]     0.8.5claws28
5081         
5082         * sync with main changes of 2002-10-07
5083
5084 2002-10-12 [alfons]     0.8.5claws27
5085
5086         * sync with main changes of 2002-10-04
5087         - drop changes to src/compose.c (requires claws specific changes)
5088         - drop changes to src/prefs_folder_item.c (claws implementation
5089           seems to be working)
5090
5091 2002-10-12 [colin]      0.8.5claws26
5092
5093         * src/mainwindow.c
5094                 Fix folder-flicker when space-reading, introduced 
5095                 in claws22.
5096
5097 2002-10-12 [colin]      0.8.5claws25
5098
5099         * src/compose.c
5100                 Save account address when saving as draft.
5101                 (closes bug 621838)
5102
5103 2002-10-12 [colin]      0.8.5claws24
5104
5105         * src/summaryview.c
5106                 Fix the problem consisting of no message selected
5107                 after the last message in a folder has been moved.
5108
5109 2002-10-12 [paul]       0.8.5claws23
5110
5111         * src/compose.c
5112           src/prefs_template.c
5113           src/template.[ch]
5114                 add Cc and Bcc to templates. Patch submitted by
5115                 John L. Males.
5116
5117 2002-10-12 [colin]      0.8.5claws22
5118
5119         * src/folderview.c
5120                 Fix a bug after "Check for new messages":
5121                 If a folder was opened, it was still selected at
5122                 the end of the check, but displayed empty.
5123         * src/mainwindow.c
5124                 Remove unnecessary check
5125
5126 2002-10-12 [paul]
5127
5128         * tools/README
5129                 be more verbose in the description of
5130                 OOo2sylpheed.pl
5131                 
5132
5133 2002-10-11 [colin]      0.8.5claws21
5134
5135         * src/mainwindow.c
5136                 Make space work (better) when no mail is selected
5137
5138 2002-10-11 [colin]      0.8.5claws20
5139
5140         * src/inc.c
5141           src/news.c
5142                 fix warnings
5143
5144 2002-10-11 [colin]      0.8.5claws19
5145
5146         * src/mainwindow.c
5147                 revert 0.8.5claws6 changes as i couldn't get to
5148                 anything satisfying
5149
5150 2002-10-11 [melvin]     0.8.5claws18
5151
5152         * src/compose.c
5153                 Removed buggy and unused macro (should have been committed in
5154                 0.8.5claws17)
5155
5156 2002-10-11 [melvin]     0.8.5claws17
5157
5158         * src/compose.c
5159                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
5160
5161 2002-10-11 [thorsten]   0.8.5claws16 
5162
5163         * src/folderview.c
5164                 remove rescan warning
5165
5166 2002-10-11 [colin]      0.8.5claws15 
5167
5168         * src/procheader.c
5169                 fix a segfault that happens if conv_unmime_header
5170                 fails (should be better to find out why it fails)
5171
5172 2002-10-11 [christoph]  0.8.5claws14
5173
5174         * src/summaryview.c
5175                 update folderview stats after ignore/unignore thread
5176
5177 2002-10-11 [hoa]        0.8.5claws13
5178
5179         * src/quote_fmt_parse.y
5180                 Fixed a yacc/bison syntax error
5181         * src/matcher.c
5182                 Escaping of string is fixed.
5183
5184 2002-10-11 [colin]      0.8.5claws12
5185
5186         * src/imageview.c
5187                 Resize images to fit
5188
5189 2002-10-11 [paul]       0.8.5claws11
5190
5191         * po/es.po
5192                 updated by Ricardo Mones Lastra
5193
5194 2002-10-10 [alfons]     0.8.5claws10
5195
5196         * src/compose.c
5197                 allow dropping files by "moving" files from a file manager,
5198                 not only by the more cumbersome "copying". the latter 
5199                 mostly implies holding down the Control button
5200
5201 2002-10-10 [christoph]  0.8.5claws9
5202
5203         * src/summaryview.c
5204                 update folders after thread building for ignored threads
5205
5206 2002-10-10 [christoph]  0.8.5claws8
5207
5208         * config/.cvsignore
5209                 added Makefile
5210         * src/filtering.[ch]
5211         * src/folder.[ch]
5212         * src/folderview.[ch]
5213         * src/import.c
5214         * src/inc.[ch]
5215         * src/mbox.[ch]
5216         * src/procmsg.c
5217         * src/summaryview.[ch]
5218                 o added new flag need_update to FolderItem
5219                 o removed folder_table from various functions from tracking
5220                   folder updates
5221                 o set need_update flags in folder.c's move, copy and delete
5222                   functions and procmsg's flags functions
5223                 o added function folderview_update_items_when_required that
5224                   updates all folders with need_update set
5225                 o call folderview_update_items_when_required instead of
5226                   folderview_update_item_foreach
5227
5228 2002-10-09 [sergey]     0.8.5claws7
5229
5230         * src/compose.c
5231                 Strip CRs whel loading the text into editor in reedit mode.
5232
5233 2002-10-09 [colin]      0.8.5claws6
5234
5235         * src/mainwindow.c
5236                 Make Space work when no mail is selected
5237
5238 2002-10-09 [colin]      0.8.5claws5
5239
5240         * src/gtksctree.[ch]
5241                 Fix range_select
5242                 Add gtk_sctree_reanchor() 
5243         * src/summaryview.c
5244                 Use gtk_sctree_reanchor() - better fix for 
5245                 bug 60413
5246
5247 2002-10-09 [colin]      0.8.5claws4
5248
5249         * src/summaryview.c
5250                 Fix shift-click select after delete problem
5251                 (closes bug 60413)
5252
5253 2002-10-08 [thorsten]   0.8.5claws3
5254
5255         * src/summaryview.c
5256                 exclude current msg from -hide read messages-
5257
5258 2002-10-08 [colin]      0.8.5claws2
5259
5260         * src/inc.[ch]
5261           src/pop.c
5262           src/recv.c
5263                 Differentiate socket errors from disk full
5264                 errors
5265
5266 2002-10-08 [christoph]  0.8.5claws1
5267
5268         * Makefile.am
5269         * configure.in
5270                 modifications for new config directory
5271
5272         * config.guess  ** REMOVED **
5273         * config.sub    ** REMOVED **
5274         * install-sh    ** REMOVED **
5275         * ltmain.sh     ** REMOVED **
5276         * missing       ** REMOVED **
5277         * mkinstalldirs ** REMOVED **
5278                 these files are autogenerated by automake
5279                 when you run autogen.sh
5280
5281         * config/.cvsignore     ** NEW FILE **
5282         * config/Makefile.am    ** NEW FILE **
5283                 ignore autogenerated files
5284                 create a Makefile in this directory
5285
5286 2002-10-08 [paul]       0.8.5claws
5287
5288         * 0.8.5claws release
5289         
5290         * src/compose.c
5291           src/procheader.c
5292           src/procmsg.c
5293                 fix quote reply format for newsgroups reply bug
5294                 (thanks to Hoa)
5295                 
5296         * po/en_GB.po
5297           po/pl.po
5298                 updated by me and Witold Wladyslaw Wojciech Wilk
5299                 repectively
5300
5301 2002-10-07 [paul]       0.8.3claws53
5302
5303         * po/it.po
5304           po/pt_BR.po
5305           po/sr.po
5306                 updated messages catalogs, submitted by
5307                 Alessandro Maestri, Fabio Jr.Beneditto 
5308                 and Urke MMI, respectively.
5309
5310 2002-10-07 [christoph]  0.8.3claws52
5311
5312         * src/folder.[ch]
5313         * src/folderview.c
5314         * src/mainwindow.c
5315                 fix new folder ghost message bug
5316                 (closes bug [ 619722 ] wrong count for newly created folders)
5317
5318 2002-10-07 [christoph]  0.8.3claws51
5319
5320         * src/compose.c
5321                 fix news posting problem
5322
5323 2002-10-07 [melvin]     0.8.3claws50
5324
5325         * po/fr.po
5326                 Updated French translation
5327
5328 2002-10-05 [christoph]  0.8.3claws49
5329
5330         * src/gtkstext.c
5331                 check if line_start_cache is set in gtk_stext_update_text
5332                 (closes bug [ 618119 ] crash while doing search in folder)
5333
5334 2002-10-05 [christoph]  0.8.3claws48
5335
5336         * src/imap.c
5337         * src/news.c
5338         * src/utils.c
5339         * src/utils.h
5340                 implement cache cleanups for claws' folder system
5341                 (closes bug [ 595916 ] imapcache not cleaned up)
5342
5343 2002-10-05 [melvin]     0.8.3claws47
5344
5345         * src/prefs_actions.c
5346                 Made the help text more clear for the %p token
5347
5348 2002-10-04 [paul]       0.8.3claws46
5349
5350         * sync with 0.8.5
5351                 see ChangeLog 2002-10-02 and 2002-10-03
5352
5353 2002-10-04 [christoph]  0.8.3claws45
5354
5355         * src/inc.c
5356                 fix segfault caused by pop before smtp
5357                 call to inc_account_mail with NULL
5358                 pointer for mainwin
5359
5360 2002-10-04 [paul]       0.8.3claws44
5361
5362         * configure.in
5363                 sync the LDAP detection from 0.8.5cvs1
5364
5365 2002-10-02 [christoph]  0.8.3claws43
5366
5367         * po/de.po
5368                 fix small spelling error
5369
5370 2002-10-02 [melvin]     0.8.3claws42
5371
5372         * ac/aspell.m4
5373                 Behave better and say "no" when test program cannot be run.
5374
5375 2002-10-02 [paul]       0.8.3claws41
5376
5377         * sync with 0.8.4cvs1
5378                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
5379                 
5380         * src/summaryview.c
5381                 toggle the behavior of Reply menuitem between
5382                 normal reply and reply-to-list
5383
5384 2002-10-01 [sergey]     0.8.3claws40
5385
5386         * src/compose.c
5387                 Convert newlines in the message text to the canonical form
5388                 before base64 encoding (RFC2045 compliance, fixes some
5389                 interoperability issues with Evolution 1.0.3)
5390
5391 2002-09-29 [colin]      0.8.3claws39
5392
5393         * src/summaryview.c
5394                 Fix an unwanted copy/paste
5395
5396 2002-09-29 [colin]      0.8.3claws38
5397
5398         * src/mainwindow.c
5399                 Renamed "Custom toolbar" to "Customize toolbar"
5400                 Renamed "Show all header" to "Show all headers"
5401                 Renamed "Set diplay item" to "Set displayed items"
5402         * src/prefs_common.c
5403                 Renamed "Show all header" to "Show all headers"
5404         * src/prefs_summary_column.c
5405                 Renamed "diplay item" to "displayed items"
5406
5407 2002-09-29 [colin]      0.8.3claws37
5408
5409         * src/mainwindow.[ch]
5410                 online/offline status pixmaps follow theme
5411                 changes
5412         * src/summaryview.[ch]
5413                 quicksearch pixmap follows theme changes
5414
5415 2002-09-29 [thorsten]   0.8.3claws36
5416
5417         * src/compose.c
5418           src/prefs_folder_item.[ch]
5419                 add default_reply_to folder option (closes patch 581044)
5420
5421 2002-09-29 [christoph]  0.8.3claws35
5422
5423         * acconfig.h    ** REMOVED **
5424         * configure.in
5425         * ac/aspell.m4
5426         * ac/check-type.m4
5427         * ac/gnupg-check-typedef.m4
5428                 fix autoheader 2.50 warning
5429
5430 2002-09-29 [christoph]  0.8.3claws34
5431
5432         * major code cleanup (part 2)
5433         
5434                 - unused variables removed
5435                 - unused functions removed
5436                 - uninitialized variables checked
5437                 - missing return statements added
5438                 - missing function return types added
5439                 - added parentheses around assignment
5440                   when suggested by gcc
5441
5442 2002-09-29 [alfons]     0.8.3claws33
5443
5444         * src/logwindow.c
5445                 log_window_clear(): only bracket gtk_text_forward_delete() 
5446                 with gtk_text_freeze() / gtk_text_thaw() (see if this
5447                 works around GTK text bug)
5448
5449 2002-09-29 [paul]       0.8.3claws32
5450
5451         * po/bg.po
5452           po/sr.po
5453                 updated by George Danchev and Urke MMI
5454                 respectively
5455
5456 2002-09-27 [christoph]  0.8.3claws31
5457
5458         * doc-src/readme.txt
5459         * doc-src/rfc1806.txt   ** REMOVED **
5460         * doc-src/rfc2183.txt   ** NEW FILE **
5461         * doc-src/rfc2980.txt   ** NEW FILE **
5462                 update rfcs
5463
5464 2002-09-27 [melvin]     0.8.3claws30
5465
5466         * ac/aspell.m4
5467                 Fixed typo which could break linking
5468
5469 2002-09-27 [melvin]     0.8.3claws29
5470
5471         * ac/aspell.m4
5472                 Improved GNU/aspell checking. 
5473                 Fixed bug #614490
5474
5475 2002-09-27 [paul]       0.8.3claws28
5476
5477         * sync with 0.8.3cvs8
5478                 see ChangeLog 2002-09-27
5479
5480 2002-09-26 [colin]      0.8.3claws27
5481
5482         * src/toolbar.[ch]
5483           src/mainwindow.[ch]
5484                 Add "Reply to Mailing-list" to the toolbar
5485
5486 2002-09-26 [christoph]  0.8.3claws26
5487
5488         * src/summaryview.c
5489                 Fix wrong message counts in summaryview status
5490
5491 2002-09-26 [paul]       0.8.3claws25
5492
5493         * sync with 0.8.3cvs7
5494                 see ChangeLog 2002-09-26
5495
5496 2002-09-26 [paul]       0.8.3claws24
5497
5498         * sync with 0.8.3cvs6
5499                 see ChangeLog 2002-09-25
5500
5501 2002-09-25 [christoph]  0.8.3claws23
5502
5503         * src/prefs_common.c
5504         * src/prefs_folder_item.c
5505         * src/prefs_scoring.c
5506                 Renamed "kill score" to "hide score" in GUI
5507                 and prefs files
5508
5509 2002-09-25 [paul]       0.8.3claws22
5510
5511         * sync with 0.8.3cvs5
5512                 see ChangeLog 2002-09-24
5513
5514 2002-09-24 [alfons]     0.8.3claws21
5515
5516         patch by Satoshi Nagayasu: allows appending / saving multiple 
5517         selected files (closes "[ 612279 ] save multiple mesg(s) in 
5518         'Save as ...'")
5519
5520         * AUTHORS
5521                 add Satoshi Nagayasu
5522         * src/summaryview.c
5523                 summary_save_as(): allow saving selected files to
5524                 one file
5525                 summary_set_menu_sensitive: enable "Save As..." when
5526                 multiple files are selected
5527         * src/utils.[ch]
5528                 append_file(): new function
5529
5530 2002-09-24 [colin]      0.8.3claws20
5531
5532         * src/procmime.c
5533                 Fix segfault when mimeinfo doesn't have a 
5534                 content_type. 
5535
5536 2002-09-24 [colin]      0.8.3claws19
5537
5538         * src/prefs_common.[ch]
5539                 Add a preference to display send dialog or not
5540         * src/send.c
5541                 Display send dialog according to preference
5542
5543 2002-09-24 [colin]      0.8.3claws18
5544
5545         * src/compose.[ch]
5546                 Disable user actions when sending
5547
5548 2002-09-24 [colin]      0.8.3claws17
5549
5550         * src/procmime.c
5551                 Do not display name or filename for attachments
5552                 with an application/pgp-signature type
5553                 (security flaw, see bug 537413)
5554
5555 2002-09-23 [colin]      0.8.3claws16
5556
5557         * src/editaddress.c
5558                 Initialize entry_email, entry_alias and 
5559                 entry_remarks to first email address of the list
5560
5561 2002-09-23 [colin]      0.83claws15
5562
5563         * src/compose.c
5564                 Drop pgp-signature when reediting a signed queued
5565                 message
5566
5567 2002-09-23 [melvin]     0.8.3claws14
5568
5569         * po/fr.po
5570                 Updated French translation
5571
5572 2002-09-23 [melvin]     0.8.3claws13
5573
5574         * src/mainwindow.c
5575                 Made custom toolbar menu labels more consistent
5576         * src/prefs_toolbar.c
5577                 Made custom toolbar window title more consistent
5578
5579 2002-09-22 [colin]      0.8.3claws12
5580
5581         * src/inc.c
5582                 Initialize session type to normal before getting 
5583                 mail (fixes strange Get behaviour)
5584         * src/prefs_account.h
5585                 Move STYPE_POP_BEFORE_SMTP to last position to 
5586                 avoid other side-effects
5587
5588 2002-09-22 [colin]      0.8.3claws11
5589
5590         * src/prefs_account.c
5591                 Fix pop_bfr_smtp_tm_entry sensivity when switching
5592                 from pop3 to apop or vice-versa
5593
5594 2002-09-22 [colin]      0.8.3claws10
5595         
5596         * src/prefs_account.[ch]
5597                 Add an option for the POP before SMTP timeout
5598         * src/inc.c
5599                 Remember time of last POP connection
5600         * src/send.c
5601                 Do POP before SMTP only if timeout reached
5602
5603 2002-09-22 [oliver]     0.8.3claws9
5604         
5605         * README.claws
5606                 explain custom toolbar
5607
5608 2002-09-22 [oliver]     0.8.3claws8
5609
5610         * src/prefs_actions.[ch]
5611         custom toolbar for compose      
5612                 actions callback from compose toolbar
5613         * src/folderview.c
5614                 remove include toolbar.h
5615
5616 2002-09-22 [oliver]     0.8.3claws7
5617         
5618         * src/prefs_toolbar.[ch]
5619                 custom toolbar for compose
5620                 - generic prefs_toolbar handles both
5621                   Mainwin's toolbar as well as Compose toolbar          
5622
5623 2002-09-22 [oliver]     0.8.3claws6
5624         
5625         * src/toolbar.[ch]
5626                 custom toolbar for compose
5627                 restructure toolbar.[ch]
5628
5629 2002-09-22 [oliver]     0.8.3claws5
5630
5631         * src/compose.[ch]
5632                 custom toolbar for compose
5633
5634 2002-09-22 [oliver]     0.8.3claws4
5635         
5636         * src/mainwindow.[ch]
5637                 custom toolbar for compose 
5638                 move mainwin toolbar back to mainwindow
5639
5640 2002-09-22 [alfons]     0.8.3claws3
5641
5642         * src/procmsg.c
5643                 :%sno/if(/if (/gc
5644                 :%sno/for(/for (/gc
5645                 (beautify)
5646
5647 2002-09-22 [alfons]     0.8.3claws2
5648         
5649         * src/procmsg.c
5650                 procmsg_save_to_outbox(): don't unlink message file from queue;
5651                 callers should do it using folder_item_remove_msg()
5652
5653 2002-09-22 [colin]      0.8.3claws1
5654
5655         * src/mimeview.[ch]
5656                 Made mimeview_check_signature() public
5657         * src/textview.c
5658                 Made GPG signatures verifiable by clicking
5659                 the [application/pgp-signature] in the Text
5660                 view
5661
5662 2002-09-22 [paul]       0.8.3claws
5663
5664         * po/bg.po
5665           po/en_GB.po
5666           po/es.po
5667           po/it.po
5668           po/pl.po
5669           po/pt_BR.po
5670           po/sr.po
5671                 updated translations, submitted by George Danchev,
5672                 me, Ricardo Mones Lastra, Alessandro Maestri,
5673                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
5674                 and Urke MMI, respectively.     
5675
5676 2002-09-22 [alfons]     0.8.2claws65
5677
5678         * src/procmsg.c
5679         * src/pgptext.c
5680                 no furry valgrinds have been used to plug these memleaks
5681
5682 2002-09-20 [paul]       0.8.2claws64
5683
5684         * sync with 0.8.3cvs4
5685                 'Select thread' re-implemented 
5686                 see ChangeLog 2002-09-20
5687
5688 2002-09-21 [alfons]     0.8.2claws63
5689
5690         * src/compose.c
5691                 compose_send(): plug unnoticed memleak
5692
5693 2002-09-20 [alfons]     0.8.2claws62
5694
5695         * src/addr_compl.c
5696                 replace_address_in_edit(): strict check for NULL address to
5697                 fix "[ 607348 ] Segfault in address completion". My guess is
5698                 that this happens with an empty address book, but it's good
5699                 to have this check here anyway
5700                 
5701                 completion_window_button_press(): free string returned 
5702                 from the internal cache
5703
5704 2002-09-20 [christoph]  0.8.2claws61
5705
5706         * src/procmime.h
5707                 added ENC_BINARY to EncodingType
5708         * src/procmime.c
5709                 the string returned by procmime_get_encoding_str
5710                 should not depend on the order of values in the
5711                 EncodingType definition
5712         * doc-src/rfc1806.txt   ** NEW FILE **
5713                 Added rfc1806 about MIME Content-Disposition
5714                 Extension
5715
5716 2002-09-19 [paul]       0.8.2claws60
5717
5718         * sync with 0.8.2cvs3
5719                 see ChangeLog 2002-09-19
5720
5721 2002-09-19 [paul]       0.8.2claws59
5722
5723         * src/prefs_folder_item.c
5724                 revert to Darko's original alignment of colour
5725                 selector button
5726                 add a colon to folder_color label
5727                 
5728         * src/compose.c
5729                 add Colin's patch (with Hiro's modifications) to 
5730                 force BASE64 encoding for 8-bit text when signing
5731                 (sync with 0.8.3cvs2)
5732
5733 2002-09-18 [alfons]     0.8.2claws58
5734
5735         * src/compose.c
5736                 :%sno/if(/if (/gc
5737                 :%sno/for(/for (/gc
5738                 (beautify a little bit)
5739
5740 2002-09-18 [christoph]  0.8.2claws57
5741
5742         * src/pine.c
5743                 fix handling of fgetc return value
5744
5745 2002-09-17 [alfons]     0.8.2claws56
5746         
5747         * src/summaryview.c
5748                 summary_sort(): check non-NULL summaryview->folder_item when no 
5749                 folder is selected at all
5750                 (closes "[ 610344 ] sort label make syl Crash")
5751
5752 2002-09-17 [alfons]     0.8.2claws55
5753         
5754         * src/compose.c
5755                 beautify a little bit
5756
5757 2002-09-17 [christoph]  0.8.2claws54
5758
5759         * src/folder.c
5760                 initialize max values for cache and folder
5761                 when cache or folder is empty
5762
5763 2002-09-15 [colin]      0.8.2claws53
5764
5765         * src/compose.c
5766                 Fix a leak (thanks Alfons!) and cleaned
5767                 variables names for custom headers
5768
5769 2002-09-15 [colin]      0.8.2claws52
5770
5771         * src/compose.c
5772                 Fix custom headers recognition when
5773                 prefs_common.trans_hdr is on
5774
5775 2002-09-15 [colin]      0.8.2claws51
5776
5777         * src/compose.c
5778                 Allow dynamically-added custom headers
5779                 Yet not reparsed if reedited
5780
5781 2002-09-15 [alfons]     0.8.2claws50
5782
5783         * src/prefs_account.c
5784                 fix warnings
5785
5786 2002-09-15 [colin]      0.8.2claws49
5787         
5788         * src/prefs_account.c
5789                 fix pop_before_smtp sensitivity
5790
5791 2002-09-15 [colin]      0.8.2claws48
5792
5793         * src/inc.[ch]
5794                 add inc_pop_before_smtp()
5795                 allow MainWindow to be undefined in 
5796                 inc_account_mail() and inc_start()
5797         * src/pop.c
5798           src/prefs_account.h
5799                 add STYPE_POP_BEFORE_SMTP session type
5800         * src/prefs_account.c
5801                 activated pop before smtp option
5802         * src/send.c
5803                 do pop before smtp if the relevant option 
5804                 is set
5805
5806 2002-09-15 [paul]       0.8.2claws47
5807
5808         * sync with 0.8.3
5809                 see ChangeLog 2002-09-15
5810
5811 2002-09-14 [paul]       0.8.2claws46
5812
5813         * po/bg.po
5814                 updated Bulgarian translation, submitted by
5815                 George Danchev
5816
5817 2002-09-13 [paul]       0.8.2claws45
5818
5819         * src/compose.c
5820                 merge claws' select_account() with main's
5821                 (new) compose_select_account(). [sync with
5822                 0.8.2cvs15, see ChangeLog 2002-09-11]
5823
5824 2002-09-12 [christoph]  0.8.2claws44
5825
5826         * src/filter.c
5827                 allocate 1 elements of FolderItem not 0
5828
5829 2002-09-12 [colin]      0.8.2claws43
5830
5831         * src/compose.c
5832                 Fix bug #590825 (obey Follow-up: poster)
5833
5834 2002-09-12 [colin]      0.8.2claws42
5835
5836         * src/procmime.c
5837                 Fix bug #557009 (wrong headers for messages 
5838                 forwarded as attachments)
5839
5840 2002-09-11 [colin]      0.8.2claws41
5841         
5842         * src/compose.c
5843                 Put SCF: pseudo-header on top of message
5844                 Set draft tmp_flag when saved as draft
5845
5846         * src/procmsg.c
5847           src/procheader.c
5848                 Skip after first \n\n for beginning of real message
5849                 for drafts too
5850
5851 2002-09-11 [christoph]  0.8.2claws40
5852
5853         * src/filtering.c
5854                 use procmsg flag functions in filtering or processing
5855                 will cause incorrect folder message counts
5856
5857 2002-09-11 [colin]      0.8.2claws39
5858
5859         * src/compose.c
5860                 Fix bug #550175 - wrong save folder when reediting
5861                 drafts
5862
5863 2002-09-11 [paul]       0.8.2claws38
5864
5865         * sync with 0.8.2cvs14
5866                 see ChangeLog 2002-09-11
5867
5868 2002-09-11 [colin]      0.8.2claws37
5869
5870         * src/folder.c
5871                 Fix a typo (seeming to cause new/unread status to
5872                 be lost)
5873
5874 2002-09-10 [christoph]  0.8.2claws36
5875
5876         * src/compose.c
5877                 compose_redirect should not use compose_generic_new
5878                 because that does more stuff than expected including
5879                 opening the external editor
5880                 (closes bug "[ 526608 ] bounced messages appear blank
5881                  in editor")
5882
5883 2002-09-10 [christoph]  0.8.2claws35
5884
5885         * src/folder.c
5886                 fix problem with too large message number range
5887                 causing a crash in folder_item_scan
5888
5889 2002-09-10 [paul]       0.8.2claws34
5890
5891         * sync with 0.8.2cvs13
5892                 see ChangeLog 2002-09-10
5893
5894 2002-09-10 [christoph]  0.8.2claws33
5895
5896         * src/msgcache.c
5897                 set MsgInfo TmpFlags for queue and draft folders
5898                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
5899
5900 2002-09-10 [paul]       0.8.2claws32
5901
5902         * AUTHORS
5903           po/bg.po      ** NEW FILE **
5904                 new Bulgarian translation submitted by
5905                 George Danchev <danchev@spnet.net>
5906                 
5907         * tools/Makefile.am
5908           tools/README
5909           tools/tb2sylpheed     ** NEW FILE **
5910                 add script that converts an addressbook exported
5911                 from The Bat! into a Sylpheed addressbook. Submitted
5912                 by Urke MMI <urke-kg@eunet.yu>
5913
5914 2002-09-10 [paul]       0.8.2claws31
5915
5916         * sync with 0.8.2cvs12
5917                 see ChangeLog 2002-09-10
5918
5919 2002-09-06 [paul]       0.8.2claws30
5920
5921         * src/prefs_common.c
5922                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
5923                 
5924         * tools/Makefile.am
5925           tools/README
5926           tools/ldif-to-xml.py  ** REMOVED **
5927                 remove obsolete python script
5928
5929 2002-09-06 [paul]       0.8.2claws29
5930
5931         * sync with 0.8.2cvs10
5932                 see ChangeLog 2002-09-06
5933
5934 2002-09-04 [paul]       0.8.2claws28
5935
5936         * sync with 0.8.2cvs9
5937                 see ChangeLog 2002-08-04
5938
5939 2002-09-04 [colin]      0.8.2claws27 
5940
5941         * src/prefs_common.[ch]
5942                 Added signature color configuration
5943         * src/textview.c
5944                 Use user-specified signature color
5945
5946 2002-09-03 [colin]      0.8.2claws26
5947
5948         * src/prefs_common.[ch]
5949                 Added autosave and autosave_length prefs
5950         * src/compose.c
5951                 Added compose_remove_draft()
5952                 Auto-save drafts according to the prefs
5953         * src/main.c
5954                 Added a crash-indicator file, allowing to check
5955                 for new messages on startup if Sylpheed crashed
5956                 (makes saved drafts "reappear")
5957
5958 2002-09-03 [colin]      0.8.2claws25
5959
5960         * src/textview.[ch]
5961                 Grey the signature
5962
5963 2002-09-03 [paul]       0.8.2claws24
5964
5965         * sync with 0.8.2cvs8
5966                 see ChangeLog 2002-09-02 and 2002-09-03
5967
5968 2002-09-03 [darko]      0.8.2claws23
5969
5970         * src/folderview.c
5971                 use normal style when creating new folder to pick
5972                 proper font size 
5973
5974 2002-09-02 [melvin]     0.8.2claws22
5975
5976         * src/gtkaspell.m4
5977                 removed some obsolete code
5978
5979 2002-09-02 [melvin]     0.8.2claws21
5980
5981         * ac/aspell.m4
5982                 fixed test's equality sign (== to =)
5983
5984 2002-09-02 [alfons]     0.8.2claws20
5985
5986         * src/folder.c
5987         * src/mh.c
5988                 revert change of 0.8.2claws16 and use the mh_folder_destroy
5989                 as folder->destroy virtual as suggested by Hiro
5990                 (the mh.c code seems to have been lost around mh.c.1.21)
5991
5992 2002-09-02 [paul]       0.8.2claws19
5993
5994         * po/pt_BR.po
5995                 updated by Fabio Jr. Beneditto
5996                 
5997         * src/defs.h
5998                 use 'http://claws.sylpheed.org' for homepage link. 
5999                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
6000
6001 2002-09-01 [alfons]     0.8.2claws18
6002
6003         * src/mh.c
6004                 plug memleak related to one Martin Kluge found
6005
6006 2002-08-31 [paul]       0.8.2claws17
6007
6008         * sync with 0.8.2cvs6
6009                 see ChangeLog 2002-08-30
6010
6011 2002-08-31 [alfons]     0.8.2claws16
6012
6013         * src/folder.c
6014                 folder_destroy(): remove mailbox from folderlist even if it has
6015                 no destroy virtual
6016
6017 2002-08-31 [alfons]     0.8.2claws15
6018
6019         * src/folder.c
6020                 :%sno/if(/if (/gc
6021                 :%sno/for(/for (/gc
6022                 (being pedantic I know)
6023
6024 2002-08-31 [alfons]     0.8.2claws14
6025
6026         * src/folder.c
6027                 check for NULL pointers returned from folder->fetch_msginfo virtual
6028                 (should solve some reported crashes)
6029
6030 2002-08-30 [alfons]     0.8.2claws13
6031
6032         * acconfig.h
6033         * configure.in
6034         * src/crash.c
6035                 enable crash dialog on compilation time
6036                 (--enable-crash-dialog configure option)
6037
6038 2002-08-30 [alfons]     0.8.2claws12
6039
6040         * AUTHORS
6041                 add Martin Kluge
6042         * src/mh.c
6043                 apply memory leak plug patch by Martin Kluge
6044                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
6045                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
6046                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
6047
6048 2002-08-30 [darko]      0.8.2claws11
6049
6050         * src/folderview.c
6051                 copy Gtk style from normal style to match
6052                 font size for coloured folders
6053
6054 2002-08-29 [alfons]     0.8.2claws10
6055
6056         * sylpheed.desktop
6057                 Type=Internet <- Type=Application
6058                 (reported by Michael Schwendt, see:
6059                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
6060                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
6061
6062 2002-08-29 [paul]       0.8.2claws9
6063
6064         * sync with 0.8.2cvs5
6065                 see ChangeLog 2002-08-29
6066
6067 2002-08-29 [colin]      0.8.2claws8
6068
6069         * src/summaryview.c
6070                 Added a sanity check in summary_select_thread
6071                 Should fix bug 601605
6072
6073 2002-08-29 [colin]      0.8.2claws7
6074
6075         * src/main.c
6076                 Revert claws6 changes regarding bug #591676
6077
6078 2002-08-28 [colin]      0.8.2claws6
6079         
6080         * src/main.c
6081                 Ignore cache for queue folderitems
6082                 Fix bug #591676
6083
6084 2002-08-28 [melvin]     0.8.2claws5
6085
6086         * README.claws
6087                 Fixed typos.
6088
6089 2002-08-28 [melvin]     0.8.2claws4
6090
6091         * README.claws
6092                 Updated a bit the text concerning the spell checker
6093
6094 2002-08-28 [melvin]     0.8.2claws3
6095
6096         Merged the GNU_aspell_branch:
6097                 Support of new GNU/aspell is now included and the old pspell
6098                 is not supported anymore.
6099                 See README.claws
6100
6101         * README.claws
6102                 Updated spell checker text to reflect the switch to GNU/aspell
6103
6104         * ac/aspell.m4          *** NEW ***
6105         * src/gtkaspell.[ch]    *** NEW *** 
6106         * ac/pspell.m4          *** DELETED *** 
6107         * src/gtkspell.[ch]     *** DELETED ***
6108
6109         * ac/Makefile.am
6110                 Updated for GNU/aspell support
6111
6112         * po/POTFILES.in
6113                 Replaced gtkspell.c by gtkaspell.c
6114
6115         * acconfig.h
6116         * src/Makefile.am
6117         * src/about.c
6118         * src/compose.[ch]
6119         * src/crash.c
6120         * src/main.c
6121         * src/prefs_common.[ch]
6122                 Updated for GNU/aspell support
6123
6124 2002-08-28 [paul]       0.8.2claws2
6125
6126         * sync with 0.8.2cvs4
6127                 see ChangeLog 2002-08-27 and 2002-08-28
6128
6129 2002-08-28 [colin]      0.8.2claws1
6130
6131         * src/summary_search.c
6132                 Added "AND search"
6133
6134 2002-08-28 [jens]       0.8.2claws
6135
6136         *po/de.po
6137                 Updated German translations
6138
6139 2002-08-27 [melvin]     0.8.2claws
6140
6141         * po/fr.po
6142                 Updated French translations
6143
6144 2002-08-27 [paul]       0.8.2claws
6145
6146         * sync with 0.8.2 main release
6147
6148         * po/en_GB.po
6149           po/es.po
6150           po/it.po
6151           po/pl.po
6152           po/pt_BR.po
6153           po/sr.po
6154                 updated message catalogs submitted by
6155                 Ricardo Mones Lastra, Alessandro Maestri,
6156                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
6157                 Beneditto and Urke MMI  
6158
6159 2002-08-27 [hoa]        0.8.1claws123
6160
6161         * src/mainwindow.[ch]
6162         * src/summaryview.[ch]
6163                 removed the "filter setting" menu option.
6164                 add a "cancel a news message" menu option.
6165
6166 2002-08-26 [martin]     0.8.1claws122
6167
6168         * ChangeLog.claws
6169                 changed string under 0.8.1claws79 changed by myself
6170                 i'm sorry alfons :(
6171
6172 2002-08-26 [martin]     0.8.1claws121
6173
6174         * src/crash.c
6175                 added kill command to debuggerrc to start crash dialog
6176
6177 2002-08-26 [paul]       0.8.1claws120
6178
6179         * sync with 0.8.1cvs31
6180                 see ChangeLog 2002-08-26
6181
6182 2002-08-25 [alfons]     0.8.1claws119
6183
6184         * src/procmsg.c
6185                 fix bug that didn't send out correct headers to news server
6186                 when sending news article and email from queue (bug reported
6187                 and patch provided by Tim Mann; closes bug 
6188                 "[ 583196 ] 0.7.8claws can't post news")
6189
6190 2002-08-25 [alfons]     0.8.1claws118
6191
6192         * src/selective_download.c
6193                 mark two strings as translatable
6194                 (thanks to Urke MMI for pointing this out)
6195
6196 2002-08-25 [alfons]     0.8.1claws117
6197
6198         * src/summaryview.c
6199                 treat sent boxes as special and allow sorting them by addressee
6200                 (closes "[ 589418 ] Sent folder sorting misbehavior"
6201                 submitted by Steve Lamb)
6202
6203 2002-08-24 [alfons]     0.8.1claws116
6204
6205         * src/matcher.c
6206                 fix memleak reported by Martin Kluge
6207                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
6208
6209 2002-08-24 [oliver]     0.8.1claws115
6210
6211         * src/prefs_toolbar.c
6212                 o code cleanup as suggested by Alfons
6213                 o memleak fix
6214
6215 2002-08-24 [alfons]     0.8.1claws114
6216
6217         * src/summaryview.c
6218                 o fix another memory leak reported by Martin Kluge
6219                   (see "[ 599568 ] Small Memory Leak")
6220                 o remove 'from' variable from 'summary_set_header()'; we can
6221                   do with just 'to' 
6222
6223 2002-08-24 [paul]       0.8.1claws113
6224
6225         * sync with 0.8.1cvs30
6226                 see ChangeLog 2002-08-23
6227
6228 2002-08-24 [alfons]     0.8.1claws112
6229
6230         * src/summaryview.c
6231                 remove unnecessary allocations for search bar fixing leaks
6232                 reported by Martin Kluge
6233                 (see "[ 599451 ] Further memory leaks?")
6234
6235 2002-08-24 [alfons]     0.8.1claws111
6236
6237         * src/main.c
6238                 make get_socket_name() public for crash.c
6239         * src/crash.c
6240                 o make report bug button work (goes to claws' 
6241                   bug tracker at sf.net)
6242                 o introduce function for doing important stuff just
6243                   before claws goes down
6244                 o clean up code 
6245
6246 2002-08-24 [alfons]     0.8.1claws110
6247
6248         * src/compose.c
6249                 move cursor to "To" entry when forwarding as attachment
6250                 (reported and solved by Steve Lamb, closes bug report
6251                 "[ 592880 ] Forward as attachment; cursor not in to")
6252
6253 2002-08-24 [colin]      0.8.1claws109
6254
6255         * src/mainwindow.c
6256                 fix quick search visibility after GUI (de)separations.
6257
6258 2002-08-23 [colin]      0.8.1claws108
6259
6260         * src/mainwindow.c
6261                 fix header pane visibility after folderview or
6262                 messageview (de)separation
6263
6264 2002-08-23 [paul]       0.8.1claws107
6265
6266         * src/mainwindow.[ch]
6267           src/toolbar.c
6268                 give full control of display or non-display 
6269                 of the Execute icon to Custom toolbar settings.
6270                 add new sensitivity condition to maninwindow.h: 
6271                 M_DELAY_EXEC
6272
6273         * ChangeLog
6274           ChangeLog.jp
6275           NEWS
6276                 more sync with 0.8.1cvs29
6277
6278 2002-08-23 [melvin]     0.8.1claws106
6279
6280         * src/alertpanel.c
6281                 Readded support for custom widget in alertpanel lost in last
6282                 sync.
6283
6284 2002-08-23 [paul]       0.8.1claws105
6285
6286         * sync with 0.8.1cvs29
6287                 see ChangeLog 2002-08-23
6288
6289 2002-08-23 [colin]      0.8.1claws104
6290
6291         * src/summaryview.c
6292                 Fix folder and search pixmaps exchanging positions
6293                 after theme or toolbar changes. Thank to Oliver for 
6294                 reporting this.
6295
6296 2002-08-23 [colin]      0.8.1claws103
6297
6298         * src/mainwindow.c
6299           src/messageview.[ch]
6300           src/noticeview.[ch]
6301           src/summaryview.c
6302                 Changed messageview_create() and noticeview_create()
6303                 to avoid the last gdk_warning
6304
6305 2002-08-22 [colin]      0.8.1claws102
6306
6307         * src/summaryview.c
6308                 Fix my new `Creating pixmap from xpm' warning
6309
6310 2002-08-22 [colin]      0.8.1claws101
6311
6312         * src/mainwindow.c
6313                 Fix some of the gdk warnings
6314
6315 2002-08-22 [colin]      0.8.1claws100
6316
6317         * src/Makefile.am
6318         * src/stock_pixmap.c
6319         * src/stock_pixmap.h
6320         * src/pixmaps/quicksearch.xpm *ADDED*
6321                 Add the quicksearch pixmap
6322         * src/mainwindow.c
6323         * src/summaryview.c
6324         * src/summaryview.h
6325                 Make quicksearch bar visible/hidden via a button
6326
6327 2002-08-22 [christoph]  0.8.1claws99
6328
6329         * src/folder.c
6330                 fix folder update for newsgroups with message
6331                 numbers below minimum number of articles to fetch
6332                 (closes bug #598445)
6333
6334 2002-08-22 [paul]       0.8.1claws98
6335
6336         * sync with 0.8.1cvs28
6337                 see ChangeLog 2002-08-22
6338
6339 2002-08-21 [alfons]     0.8.1claws97
6340
6341         * src/crash.c
6342                 use bt instead of bt full which seems to work 
6343                 better, and bt full doesn't give a great deal 
6344                 of information anyway
6345
6346 2002-08-21 [colin]      0.8.1claws96
6347
6348         * src/summaryview.c
6349                 fix summaryview_searchtype_changed prototype
6350
6351 2002-08-21 [christoph]  0.8.1claws95
6352
6353         * src/mainwindow.c
6354                 o fix broken menu update for sorting type, we have to
6355                   get this info from the summaryview now
6356                 o removed setting of threaded state in menu callback
6357         * src/summaryview.[ch]
6358                 more summaryview/folderitem seperation for
6359                 threading option
6360         * configure.in
6361                 removed not required --with-compiler-flags option
6362
6363 2002-08-21 [oliver]     0.8.1claws94
6364         
6365         * src/toolbar.h 
6366                 o rename toolbar.xml to toolbar_main.xml
6367                   since toolbar_compose.xml might come up 
6368                   any time soon
6369         * README.claws
6370                 add custom toolbar              
6371
6372 2002-08-21 [darko]      0.8.1claws93
6373
6374         * src/procmsg.c
6375                 don't reset tmp flags for messages copied
6376                 to sent folder
6377
6378 2002-08-21 [colin]      0.8.1claws92
6379         
6380         * src/prefs_filtering.c
6381                 fix renaming rules on folder rename 
6382                 when folder is not a leaf folder
6383
6384 2002-08-21 [paul]       0.8.1claws91
6385
6386         * src/prefs_folder_item.c
6387                 fix alignment of colour selector
6388
6389 2002-08-21 [paul]       0.8.1claws90
6390
6391         * sync with 0.8.1cvs27
6392                 see ChangeLog 2002-08-21
6393
6394 2002-08-21 [paul]       0.8.1claws89
6395
6396         * src/summaryview.c
6397                 fix crash when changing field type in
6398                 Quick search bar
6399
6400 2002-08-21 [colin]      0.8.1claws88
6401
6402         * src/summaryview.c
6403                 Made quick search case-insensitive
6404
6405 2002-08-21 [paul]       0.8.1claws87
6406
6407         * sync with 0.8.1cvs26
6408                 see ChangeLog 2002-08-21
6409
6410 2002-08-20 [christoph]  0.8.1claws86
6411
6412         * src/folderview.c
6413         * src/main.c
6414         * src/summaryview.[ch]
6415                 more summaryview/folderitem seperation for
6416                 sort_key and sort_type
6417         * src/procmsg.c
6418                 added missing return statement
6419
6420 2002-08-20 [colin]      0.8.1claws85
6421
6422         * src/summaryview.[ch]
6423                 Added a quick search box
6424         * src/mainwindow.c
6425         * src/prefs_common.[ch]
6426                 Added a show/hide option for the quick search
6427
6428 2002-08-20 [oliver]     0.8.1claws84
6429         
6430         * src/mainwindow.c
6431                 remove toolbar_create_popups
6432         * src/toolbar.[ch]
6433                 o remove toolbar_create_popups
6434                 o fix toolbar_set_sensitive 
6435                   (Bug reports #596834 and #596832)     
6436         * src/prefs_toolbar.c
6437                 o add "Set default" button
6438                 o align label and text + combo widgets
6439
6440 2002-08-20 [hoa]        0.8.1claws83bis
6441
6442         * src/imap.c
6443                 fixed a bug in imap_fetch_msginfo() in case there is no
6444                 current folder.
6445
6446 2002-08-20 [darko]      0.8.1claws83
6447
6448         * src/folderview.c
6449                 copy the color style of folder view so it
6450                 works with GTK themes
6451
6452 2002-08-20 [darko]      0.8.1claws82
6453
6454         * src/folder.h
6455         * src/folderview.c
6456         * src/prefs_folder_item.[hc]
6457                 don't use UI stuff in folder.h
6458
6459 2002-08-20 [darko]      0.8.1claws81
6460
6461         * src/folder.h
6462         * src/prefs_folder_item.h
6463         * src/folderview.c
6464         * src/prefs_folder_item.c
6465                 ability to set folder color in folderview
6466
6467 2002-08-19 [alfons]     0.8.1claws80
6468
6469         * src/summaryview.c
6470                 fix one of the earlier memleaks reported by Martin Kluge
6471
6472 2002-08-19 [alfons]     0.8.1claws79
6473
6474         * src/mainwindow.c
6475                 hide notice view when selecting seperate folder
6476                 view (reported by Urke MMI)
6477
6478 2002-08-19 [christoph]  0.8.1claws78
6479
6480         * src/folderview.c
6481         * src/prefs_folder_item.h
6482         * src/summaryview.[ch]
6483                 o add summary_set_prefs_from_folderitem to set
6484                   summaryview prefs (first step to remove all
6485                   references to the folderitem in summaryview)
6486                 o moved compiled regex stuff from folderitem prefs
6487                   to summaryview code
6488
6489 2002-08-19 [paul]       0.8.1claws77
6490
6491         * src/compose.c
6492                 add check for '.' to QUOTE_IF_REQUIRED
6493
6494 2002-08-19 [paul]       0.8.1claws76
6495
6496         * src/inc.c
6497                 sync with 0.8.1cvs25 (plug memory leak)
6498
6499         * src/prefs_toolbar.c
6500                 re-order prefs_toolbar_cancel()
6501
6502 2002-08-18 [alfons]     0.8.1claws75
6503
6504         * src/inc.c
6505         * src/matcher.c
6506                 plug other memleaks reported by Martin Kluge
6507
6508 2002-08-18 [paul]       0.8.1claws74
6509
6510         * po/pt_BR.po
6511                 updated by Fabio Jr. Beneditto
6512
6513 2002-08-18 [paul]       0.8.1claws73
6514
6515         * src/toolbar.[ch]
6516                 fix bug where tooltips were displayed untranslated              
6517
6518         * src/prefs_toolbar.c
6519                 fix bug where clicking 'Cancel' creates an icon & text
6520                 toolbar regardless of prefs
6521         
6522
6523 2002-08-17 [oliver]     0.8.1claws72
6524
6525         * src/prefs_toolbar.c
6526                 update toolbar on CANCEL
6527                 bug reported by Martin Kluge
6528         * src/toolbar.c
6529                 toolbar_destroy memleak fixed           
6530
6531 2002-08-17 [alfons]     0.8.1claws71
6532
6533         * src/toolbar.c
6534                 plug another memleak reported by Martin Kluge
6535
6536 2002-08-16 [alfons]     0.8.1claws70
6537
6538         * src/crash.c
6539                 use execvp() correctly (suggested by wwp; thanks!)
6540
6541 2002-08-16 [alfons]     0.8.1claws69
6542
6543         * src/gtksctree.c
6544                 plug memory leak reported by Kim Schultz & Martin Kluge
6545
6546 2002-08-16 [paul]       0.8.1claws68
6547
6548         * po/es.po
6549                 updated by Ricardo Mones Lastra
6550
6551 2002-08-16 [paul]       0.8.1claws67
6552
6553         * src/toolbar.h
6554                 fix bug where 'Compose News' icon showed wrong
6555                 tooltip
6556
6557 2002-08-16 [paul]       0.8.1claws66
6558
6559         * sync with 0.8.1cvs24
6560                 see ChangeLog 2002-08-16
6561
6562         * po/it.po
6563                 updated by Alessandro Maestri
6564
6565 2002-08-15 [paul]       0.8.1claws65
6566
6567         * po/sr.po
6568                 updated by Urke MMI
6569
6570 2002-08-15 [paul]       0.8.1claws64
6571
6572         * src/*.c
6573                 don't translate debug info
6574
6575         * src/matcher.[ch]
6576                 add copyright info
6577
6578 2002-08-15 [paul]       0.8.1claws63
6579
6580         * src/prefs_toolbar.c
6581                 fix bug where clicking 'OK' creates an icon & text
6582                 toolbar regardless of prefs
6583
6584 2002-08-14 [alfons]     0.8.1claws62
6585
6586         * src/main.c
6587                 add global var that has the full argv[0]
6588         * src/crash.c
6589                 o execvp the correct sylpheed by using argv0
6590                   and setting the correct work dir
6591                 o other tweaks  
6592
6593 2002-08-14 [oliver]     0.8.1claws61
6594         
6595         * enable/disable Toolbar Action Buttons 
6596         * code cleanups
6597         * src/mainwindow.c
6598         * src/toolbar.[ch]      
6599         * src/prefs_toolbar.c   
6600
6601 2002-08-14 [melvin]     0.8.1claws60
6602
6603         * po/fr.po
6604                 Updated French translations
6605
6606 2002-08-14 [melvin]     0.8.1claws59
6607
6608         * src/crash.c
6609                 Made bug report not translatable
6610         * src/exporthtml.c
6611                 Fixed exporthtml_build_filespec() return value
6612         * src/foldersel.c
6613                 Fixed incorrect include file
6614         * src/gtkspell.c
6615         * src/prefs_actions.c
6616         * src/prefs_toolbar.c
6617                 Made debug info not translatable
6618         * src/mutt.c
6619         * src/quote_fmt.c
6620                 Added missing includes
6621         * src/prefs_common.c
6622                 Fixed typo
6623
6624 2002-08-14 [paul]       0.8.1claws58
6625
6626         * faq/es/sylpheed-faq.html
6627           faq/es/sylpheed-faq-[1-3].html
6628           faq/es/sylpheed-faq-4.html     **NEW FILE **
6629                 update Spanish FAQ
6630
6631 2002-08-13 [christoph]  0.8.1claws57
6632
6633         * src/procmsg.c
6634                 ignore thread fix that did not mark all
6635                 child nodes of a ignored thread as
6636                 ignored. Does not work perfectly yet,
6637                 but it is better now
6638
6639 2002-08-13 [alfons]     0.8.1claws56
6640
6641         * src/crash.c
6642                 o implement 'save crash log'
6643                 o some tweaks
6644
6645 2002-08-13 [melvin]     0.8.1claws55
6646
6647         * src/main.c
6648                 removed unrequired "execinfo.h" header
6649
6650 2002-08-12 [paul]       0.8.1claws54
6651
6652         * faq/en/sylpheed-faq.html
6653           faq/en/sylpheed-faq-[1-3].html
6654           faq/en/sylpheed-faq-4.html     **NEW FILE **
6655                 update English FAQ
6656
6657 2002-08-12 [alfons]     0.8.1claws53
6658
6659         * po/POTFILES.in
6660                 add crash.c to translatables
6661         * src/crash.c
6662                 bring in Leandro's crash dialog
6663
6664 2002-08-11 [alfons]     0.8.1claws52
6665
6666         * src/crash.c
6667                 clean up some warnings
6668
6669 2002-08-11 [alfons]     0.8.1claws51
6670
6671         * acconfig.h
6672         * configure.in
6673         * src/crash.[ch]        ** NEW FILES **
6674         * src/main.c            
6675                 initial gdb crash handler
6676
6677 2002-08-11 [paul]       0.8.1claws50
6678
6679         * src/prefs_toolbar.c
6680                 replace Up/Down arrow pixmaps with text to be
6681                 consistent across icon themes
6682
6683 2002-08-11 [paul]       0.8.1claws49
6684
6685         * src/prefs_common.c
6686           src/prefs_toolbar.c
6687                 rename 'Pixmap' -> 'Icon'
6688
6689         * src/toolbar.[ch]
6690                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
6691
6692 2002-08-10 [paul]       0.8.1claws48
6693
6694         * src/prefs_toolbar.c
6695                 re-work the UI
6696
6697 2002-08-10 [paul]       0.8.1claws47
6698
6699         * src/main.c
6700                 don't write Processing progress to status bar
6701                 patch submitted by Alexander Evseev
6702
6703         * src/prefs_toolbar.c
6704                 re-position and resize window
6705                 make window assume correct size on first call
6706
6707 2002-08-10 [paul]       0.8.1claws46
6708
6709         * src/mainwindow.c
6710           src/prefs_toolbar.c
6711           src/toolbar.c
6712           src/toolbar.h
6713                 obey coding style
6714                 follow UI text conventions
6715
6716 2002-08-10 [alfons]     0.8.1claws45
6717
6718         * src/toolbar.c
6719                 correct pixmap for delete action
6720
6721 2002-08-10 [paul]       0.8.1claws44
6722
6723         * po/pt_BR.po
6724                 updated by Fabio Jr. Beneditto
6725
6726 2002-08-10 [paul]       0.8.1claws43
6727
6728         * po/POTFILES.in
6729                 add custom toolbar files
6730
6731 2002-08-10 [paul]       0.8.1claws42
6732
6733         * sync with 0.8.1cvs22
6734                 see ChangeLog 2002-08-09
6735
6736 2002-08-09 [paul]       0.8.1claws41
6737
6738         * tools/Makefile.am
6739           tools/README
6740           tools/outlook2sylpheed.pl     ** NEW FILE **
6741                 add script to convert exported Outlook
6742                 contacts list to a Sylpheed addressbook.
6743                 Submitted by Ricardo Mones Lastra.
6744
6745 2002-08-09 [paul]       0.8.1claws40
6746
6747         * AUTHORS
6748           configure.in
6749           po/sr.po      ** NEW FILE **
6750                 add Serbian message catalog. Submitted by
6751                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
6752
6753 2002-08-09 [paul]       0.8.1claws39
6754
6755         * sync with 0.8.1cvs21
6756                 see ChangeLog 2002-08-08
6757
6758 2002-08-08 [oliver]     0.8.1claws38
6759
6760         * src/mainwindow.c
6761                 move Custom Toolbar to Configuration menu
6762
6763 2002-08-08 [oliver]     0.8.1claws37
6764
6765         * src/prefs_toolbar.c
6766                 fix substitute pixmap bug
6767
6768 2002-08-08 [paul]       0.8.1claws36
6769
6770         * sync with 0.8.1cvs19
6771                 see ChangeLog 2002-08-08
6772
6773 2002-08-07 [christoph]  0.8.1claws35
6774
6775         * src/utils.c
6776                 fixed a memory leak in new canonicalize_file_replace
6777
6778 2002-08-07 [christoph]  0.8.1claws34
6779
6780         * src/utils.[ch]
6781                 o canonicalize_file_replace should create the temporary
6782                   file in the same directory as the original file.
6783                 o added get_tmpfile_in_dir that creates a temorary file
6784                   in a specified directory.
6785
6786 2002-08-07 [melvin]     0.8.1claws33
6787
6788         * src/toolbar.c
6789                 fixed bug where 'Article' button acted as 'Email' button.
6790
6791 2002-08-07 [paul]       0.8.1claws32
6792
6793         * sync with 0.8.1.cvs17
6794                 see ChangeLog 2002-08-07
6795
6796 2002-08-07 [colin]      0.8.1claws31
6797         
6798         * src/news.c
6799                 fix mass-cancel problem
6800
6801 2002-08-07 [thorsten]   0.8.1claws30
6802
6803         * src/prefs_toolbar.c
6804                 fix: crash on replace or add new button
6805         * src/toolbar.c
6806                 fix: close xmlfile after reading
6807         * src/utils.c
6808                 fix: unlink() file before rename()
6809
6810 2002-08-06 [paul]       0.8.1claws29
6811
6812         * sync with 0.8.cvs15
6813                 see ChangeLog 2002-08-06
6814
6815 2002-08-06 [oliver]     0.8.1claws28
6816
6817         * src/toolbar.c
6818         * src/prefs_toolbar.c
6819                 fixed empty toolbar issue
6820
6821 2002-08-06 [oliver]     0.8.1claws27
6822
6823         * Custom Toolbar Final 
6824         * src/folderview.c
6825         * src/inc.c
6826         * src/summaryview.c
6827                 o toolbar stuff now lives in src/toolbar.[ch]
6828                 o main_window_toolbar_* functions are renamed to
6829                   toolbar_* reflecting their new source file
6830         * src/mainwindow.[ch]
6831                 o remove toolbar stuff  
6832
6833 2002-08-06 [oliver]     0.8.1claws26
6834         
6835         * src/Makefile.am
6836         * src/prefs_toolbar.[ch]        **New File**
6837         * src/toolbar.[ch]              **New File**
6838                 o prefs_toolbar.[ch] custom toolbar frontend
6839                 o toolbar.[ch]       backend 
6840
6841 2002-08-06 [oliver]     0.8.1claws25
6842
6843         * src/prefs_actions.[ch]
6844                 o new exported function actions_execute
6845
6846 2002-08-06 [paul]       0.8.1claws24
6847
6848         * sync with 0.8.1cvs4
6849                 see ChangeLog 2002-08-06
6850
6851 2002-08-06 [paul]       0.8.1claws23
6852
6853         * sync with 0.8.1cvs13
6854                 see ChangeLog 2002-08-06
6855
6856 2002-08-06 [paul]       0.8.1claws22
6857
6858         * sync with 0.8.1cvs12
6859                 see ChangeLog 2002-08-05 and 2002-08-06
6860
6861 2002-08-06 [match]      0.8.1claws21
6862
6863         * src/addrclip.c
6864                 improvements to cut/copy/paste address
6865
6866 2002-08-05 [match]      0.8.1claws20
6867
6868         * src/addritem.[ch]
6869         * src/addrcache.c
6870         * src/addrbook.c
6871         * src/editaddress.c
6872         * src/addressbook.c
6873                 fixes to improve cut/copy/paste
6874
6875 2002-08-06 [melvin]     0.8.1claws19
6876
6877         * src/account.[ch]
6878                 account_find_all_from_address(): new function that returns the
6879                 list of all accounts that are matched in an address.
6880         * src/alertpanel.[ch]
6881                 alertpanel() now accepts a custom widget
6882                 alertpanel_with_widget(): new function that pops up a panel with
6883                 a custom widget in it 
6884         * src/gtkutils.[ch]
6885                 gtkut_account_menu_new(): new function that allows the selection
6886                 of an account from a list of accounts.
6887         * src/messageview.c
6888                 Extended Return Receipt notification to select the correct 
6889                 account and to make a security test on the Delivery-Notification
6890                 address which should be the same as the Return-Path.
6891
6892 2002-08-06 [thorsten]   0.8.1claws18
6893
6894         * src/mimeview.c
6895                 attach_all: save unnamed as "noname.%d",
6896                 dont free static dirname
6897
6898 2002-08-05 [alfons]     0.8.1claws17
6899
6900         * configure.in
6901                 detect XIM by trying to link rather than compile a XIM program
6902
6903 2002-08-05 [oliver]     0.8.1claws16
6904                 
6905         * src/stock_pixmap.[ch]
6906                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
6907                 o new func to retrieve pixmaps
6908
6909 2002-08-05 [paul]       0.8.1claws15
6910
6911         * sync with 0.8.1cvs10
6912                 see ChangeLog 2002-08-05
6913
6914 2002-08-04 [alfons]     0.8.1claws14
6915
6916         * src/textview.c
6917                 see if this plugs memleak
6918
6919 2002-08-04 [melvin]     0.8.1claws13
6920
6921         * src/gtkspell.c
6922                 fixed bug that could crash Sylpheed when highlighting
6923                 all misspelled words.
6924
6925 2002-08-03 [melvin]     0.8.1claws12
6926
6927         * src/prefs_actions.c
6928                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
6929         * src/messageview.c
6930                 fixed bug where the Return Receipt was sent to
6931                 Delivery-Notification-To address even if it was not present
6932
6933 2002-08-02 [alfons]     0.8.1claws11
6934
6935         * src/prefs_actions.c
6936                 o more check for NULLs
6937                 o put create_io_dialog() in right conditional block
6938
6939 2002-08-02 [paul]       0.8.1claws10
6940
6941         * po/es.po
6942                 updated by Ricardo Mones Lastra
6943
6944 2002-08-01 [christoph]  0.8.1claws9
6945
6946         * src/folder.c
6947                 don't free the cache of the opened
6948                 folder in the summaryview
6949         * src/summaryview.c
6950                 don't unset flags, if it is not required
6951
6952 2002-08-01 [paul]       0.8.1claws8
6953
6954         * sync with 0.8.1cvs8
6955                 see ChangeLog entry 2002-08-01
6956
6957 2002-08-01 [paul]       0.8.1claws7
6958
6959         * sync with 0.8.1cvs7
6960                 see ChangeLog 2002-07-31 and 2002-08-01
6961
6962 2002-07-31 [christoph]  0.8.1claws6
6963
6964         * src/mainwindow.c
6965                 forgot to update menu sensitivity
6966                 function for new menu entry
6967
6968 2002-07-31 [alfons]     0.8.1claws5
6969
6970         * src/main.c
6971                 check folder item and its path for NULL on
6972                 initial processing
6973
6974 2002-07-31 [christoph]  0.8.1claws4
6975
6976         * src/folder.c
6977                 check if folder_item_get_msginfo in
6978                 folder_item_remove_msg returned NULL
6979         * src/imap.c
6980                 better clear the uid cache in the
6981                 uid validity check function and delete
6982                 cached messages
6983
6984 2002-07-31 [paul]       0.8.1claws3
6985
6986         * man/sylpheed.1
6987                 add the '--attach' option and a few other
6988                 minor changes
6989
6990 2002-07-31 [paul]       0.8.1claws2
6991
6992         * sync with 0.8.1cvs5
6993                 see ChangeLog 2002-07-31
6994
6995 2002-07-31 [christoph]  0.8.1claws1
6996
6997         * src/folderview.[ch]
6998         * src/mainwindow.c
6999                 replace "Rescan all folders..." with
7000                 "Check all folders for new messages..."
7001
7002 2002-07-30 [paul]       0.8.1claws
7003
7004         * version 0.8.1claws released
7005
7006 2002-07-30 [paul]       0.8.0claws29
7007
7008         * tools/OOo2sylpheed.pl ** NEW FILE **
7009           tools/README
7010                 add script to enable sending documents as
7011                 attachments from OpenOffice.org
7012
7013 2002-07-30 [melvin]     0.8.0claws28
7014
7015         * src/prefs_actions.c
7016                 Made the actions' input/output dialog display
7017                 without delay.
7018
7019 2002-07-30 [christoph]  0.8.0claws27
7020
7021         * src/procmsg.c
7022                 check if folder_item_get_msginfo in
7023                 procmsg_save_to_outbox returned NULL
7024
7025 2002-07-30 [paul]       0.8.0claws26
7026
7027         * sync with 0.8.1cvs4
7028                 see ChangeLog 2002-07-29
7029
7030 2002-07-29 [thorsten]   0.8.0claws25
7031
7032         * README.claws
7033                 added selective download, delete on server
7034
7035 2002-07-29 [paul]       0.8.0claws24
7036
7037         * sync with 0.8.1cvs3
7038                 see ChangeLog 2002-07-29
7039
7040 2002-07-27 [christoph]  0.8.0claws23
7041
7042         * src/folder.c
7043                 add extra check if fetching the msginfo
7044                 returned NULL
7045
7046 2002-07-27 [paul]       0.8.0claws22
7047
7048         * sync with 0.8.1cvs2
7049                 see ChangeLog 2002-07-26
7050
7051 2002-07-27 [christoph]  0.8.0claws21
7052
7053         * src/imap.c
7054                 add another check if a valid msginfo
7055                 was returned
7056
7057 2002-07-26 [hoa]        0.8.0claws20
7058
7059         * src/folder.c
7060                 Fixed a condition in folder_item_destroy()
7061
7062         * src/imap.c
7063                 Fixed an error in IMAP protocol
7064
7065 2002-07-26 [alfons]     0.8.0claws19
7066
7067         * src/folder.c
7068                 ofcourse compare with identifier, not the path
7069
7070 2002-07-26 [alfons]     0.8.0claws18
7071
7072         * src/folder.c
7073                 use folder item identifier for saving / restoring
7074                 preferences because folder->path might not be unique
7075
7076 2002-07-26 [melvin]     0.8.0claws17
7077
7078         * src/logwindow.c
7079                 Fixed a crash introduced in 0.8.0claws5 when log is 
7080                 cut under 80 characters.
7081
7082 2002-07-26 [paul]       0.8.0claws16
7083
7084         * sync with 0.8.1cvs1
7085                 see ChangeLog 2002-07-26
7086
7087 2002-07-26 [christoph]  0.8.0claws15
7088
7089         * src/imap.[ch]
7090                 imap folder now remembers the last selected
7091                 folder and imap_fetch_msginfo skips selecting
7092                 the folder if it is already selected
7093
7094 2002-07-26 [christoph]  0.8.0claws14
7095
7096         * src/folder.c
7097         * src/folderview.c
7098         * src/imap.c
7099                 fix imap folder rescanning
7100
7101 2002-07-25 [christoph]  0.8.0claws13
7102
7103         * src/filter.c
7104         * src/folder.[ch]
7105         * src/folderview.c
7106         * src/imap.[ch]
7107         * src/mainwindow.c
7108         * src/mbox_folder.c
7109         * src/mh.c
7110         * src/news.c
7111                 implement imap uid cache and uid validity check
7112
7113 2002-07-25 [alfons]     0.8.0claws12
7114
7115         * src/summaryview.c
7116                 fix a brown paper bag bug, and also add some more
7117                 checks
7118
7119 2002-07-25 [christoph]  0.8.0claws11
7120
7121         * src/folder.c
7122                 don't mix copy, fetch_msginfo and remove
7123                 operations in folder item copy and move
7124                 operations
7125
7126 2002-07-25 [christoph]  0.8.0claws10
7127
7128         * src/folderview.c
7129         * src/mainwindow.c
7130         * src/prefs_folder_item.c
7131         * src/summaryview.[ch]
7132                 remove no longer required parameter update_cache from
7133                 summary_show
7134
7135 2002-07-25 [paul]       0.8.0claws9
7136
7137         * sync with 0.8.1
7138         
7139         * AUTHORS
7140                 a few corrections
7141
7142 2002-07-24 [alfons]     0.8.0claws8
7143
7144         * src/summaryview.c
7145                 sort correctly when using simplified subject line
7146                 (closes feature request "[ 585141 ] applying regexp to subject 
7147                 before sort" submitted by Alexandra Walford)
7148
7149 2002-07-24 [paul]       0.8.0claws7
7150
7151         * sync with 0.8.0cvs3
7152                 see ChangeLog 2002-07-24
7153
7154 2002-07-23 [christoph]  0.8.0claws6
7155
7156         * src/folder.c
7157         * src/folder.h
7158         * src/summaryview.c
7159         * src/summaryview.h
7160         * src/main.c
7161                 o separate processing and summaryview
7162                 o removed summary_write_cache from summaryview
7163                 o removed summaryview->killed_messages, because we don't have
7164                   to keep a list of killed messages anymore. New cache will
7165                   keep the hidden messages in cache anyway
7166         * src/folderview.c
7167         * src/inc.c
7168         * src/selective_download.c
7169                 o removed unnecessary summary_write_cache calls
7170         * src/procmsg.c
7171                 o don't set ignore thread flag in procmsg_get_thread_tree
7172                   if it is already set
7173         * src/mainwindow.c
7174         * src/statusbar.h
7175                 o moved STATUSBAR_PUSH/POP to statusbar.h because
7176                   they are used in different files
7177
7178 2002-07-23 [melvin]     0.8.0claws5
7179
7180         * src/addressbook.c
7181         * src/addrgather.c
7182         * src/editaddress.c
7183         * src/editgroup.c
7184         * src/editldap_basedn.c
7185         * src/importldif.c
7186         * src/prefs_common.c
7187                 Fixed few memory leak (gtk_editable_get_chars returns
7188                 an allocated string)
7189         * src/logwindow.c
7190                 Fixed few memory leak (gtk_editable_get_chars returns
7191                 an allocated string) and modified a little the log cutting
7192                 loop.
7193         * src/compose.c
7194                 Replaced a call to an obsolete function gtk_entry_get_text()
7195                 by gtk_editable_get_chars()
7196         * src/send.c
7197                 Removed a debug printf
7198
7199 2002-07-23 [christoph]  0.8.0claws4
7200
7201         * src/filesel.c
7202                 fix another g_dirname memory leak
7203
7204 2002-07-23 [christoph]  0.8.0claws3
7205
7206         * src/mh.c
7207                 fixed a memory leak in mh_fetch_msginfo
7208                 fixed crash when message header could not be
7209                 parsed
7210
7211 2002-07-23 [paul]       0.8.0claws2
7212
7213         * sync with 0.8.0cvs2
7214                 see ChangeLog 2002-07-23
7215
7216 2002-07-23 [paul]       0.8.0claws1
7217
7218         * sync with 0.8.0cvs1
7219                 see ChangeLog 2002-07-23
7220
7221 2002-07-23 [paul]       0.8.0claws
7222
7223         * release of 0.8.0claws
7224
7225 2002-07-23 [paul]       0.7.8claws99
7226
7227         * po/ru.po
7228                 new Russian translation, submitted by
7229                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
7230
7231 2002-07-22 [jens]       0.7.8claws98
7232
7233         * po/de.po
7234                 Updated German translations.
7235
7236 2002-07-22 [paul]       0.7.8claws97
7237
7238         * po/es.po
7239           po/it.po
7240           po/nl.po
7241           po/pt_BR.po
7242                 updated translations by Ricardo Mones Lastra,
7243                 Alessandro Maestri, Wilbert Berendsen and 
7244                 Fabio Jr. Beneditto respectively
7245
7246 2002-07-22 [christoph]  0.7.8claws96
7247
7248         * src/mimeview.c
7249                 fix memory leak caused by wrong g_dirname usage
7250
7251 2002-07-22 [christoph]  0.7.8claws95
7252
7253         * src/summaryview.c
7254                 update new and unread message counts for summaryview
7255                 summaryview does not get it from the folder anymore
7256                 and has to update the values itself
7257
7258 2002-07-22 [melvin]     0.7.8claws94
7259
7260         * po/fr.po
7261                 Updated French translations.
7262
7263 2002-07-22 [christoph]  0.7.8claws93
7264
7265         * src/matcher.c
7266                 set prop->preg pointer to NULL or following check
7267                 will not fail and regexec will be called with
7268                 invalid pointer
7269
7270 2002-07-21 [alfons]     0.7.8claws92
7271         
7272         * src/prefs_common.[ch]
7273                 remove option "Send return receipt on request"
7274
7275 2002-07-21 [thorsten]   0.7.8claws91
7276
7277         * src/mimeview.c
7278                 fixed memleaks, coding style as pointed out by alfons
7279
7280 2002-07-21 [alfons]     0.7.8claws90
7281
7282         * src/messageview.c
7283         * src/noticeview.[ch]
7284                 o fix bug notice view being displayed when going to empty folder 
7285                   (noticed by Christoph)
7286                 o allow RRR to be sent when restarting sylpheed, or changing folder 
7287                   (noticed by Thorsten)
7288
7289 2002-07-21 [thorsten]   0.7.8claws89
7290
7291         * src/mimeview.c
7292                 Included save_all patch from Xaview FACQ
7293                 added support for pathnames
7294
7295 2002-07-21 [alfons]     0.7.8claws88
7296
7297         * po/POTFILES.in
7298         * src/Makefile.am
7299         * src/mainwindow.c
7300         * src/messageview.[ch]
7301         * src/noticeview.c      ** NEW FILE **
7302         * src/noticeview.h      ** NEW FILE **
7303                 make return receipts work again
7304                 (UI idea by Leandro Pereira)
7305
7306 2002-07-21 [paul]       0.7.8claws87
7307
7308         * src/summaryview.c
7309                 fix sensitivity of 'Select thread'
7310
7311 2002-07-21 [paul]       0.7.8claws86
7312
7313         * src/prefs_common.c
7314                 add browser command line for Galeon
7315
7316 2002-07-21 [paul]       0.7.8claws85
7317
7318         * Makefile.am
7319                 fix 'EXTRA_DIST': remove README.README, add TODO
7320                 and TODO.claws
7321
7322 2002-07-21 [alfons]     0.7.8claws84
7323
7324         * src/gtkstext.c
7325                 make enter clear selection
7326                 (closes "[ 579888 ] Editor selection/entry error"
7327                 reported by Steve Lamb)
7328
7329 2002-07-21 [alfons]     0.7.8claws83
7330         
7331         * src/summaryview.c
7332                 sort message list when selecting unthread messages
7333                 (closes "[ 501593 ] switching threaded view doesn't sort"
7334                 reported by Simon Schubert)
7335
7336 2002-07-20 [alfons]     0.7.8claws82
7337         
7338         * src/matcher.c
7339                 const-correctness
7340
7341 2002-07-20 [thorsten]   0.7.8claws81
7342
7343         * src/matcher.c
7344                 Fixed expansion of empty fields in matchactions
7345
7346 2002-07-19 [melvin]     0.7.8claws80
7347
7348         * src/gtkspell.c
7349                 Removed a duplicate menu entry (fast mode) introduced during
7350                 the new cache merge
7351                 Added a menu separator between 'Use alternate' and 'Fast mode'
7352
7353 2002-07-19 [paul]       0.7.8claws79
7354
7355         * tools/Makefile.am
7356           tools/README
7357                 correct typos
7358
7359 2002-07-19 [thorsten]   0.7.8claws78
7360
7361         * tools/calypso_convert.pl      ** NEW FILE **
7362           tools/README
7363           tools/Makefile.am
7364                 script to import mbox files exported
7365                 by calypso
7366                 o generates folder structure
7367                 o includes attachments
7368
7369 2002-07-19 [melvin]     0.7.8claws77
7370
7371         * src/selective_download.[ch]
7372                 Fixed bug where closing the dialog with the window manager's
7373                 close button will not unlock the summary
7374                 Corrected some function declarations that missed a return value
7375                 Made the source code comply better with coding style.
7376         * src/prefs_common.c
7377                 Added new browser command line for Mozilla.
7378
7379 2002-07-18 [paul]       0.7.8claws76
7380
7381         * src/mainwindow.c
7382           src/selective_download.[ch]
7383                 reflect theme changes, fix Gdk Warning when creating 
7384                 pixmap from NULL window, and minor clean up.
7385                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
7386
7387         * po/en_GB.po
7388                 updated
7389
7390 2002-07-17 [paul]       0.7.8claws75
7391
7392         * INSTALL[.jp]
7393                 sync with 0.8.0
7394         
7395         * po/en_GB.po
7396                 updated
7397
7398 2002-07-16 [paul]       0.7.8claws74
7399
7400         * tools/filter_conv.pl
7401           tools/README
7402                 replace conversion script with reimplemented version, 
7403                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
7404
7405 2002-07-16 [colin]      0.7.8claws73
7406
7407         * src/summaryview.c
7408                 remove forgotten debug messages - sorry ;-)
7409
7410 2002-07-16 [colin]      0.7.8claws72
7411
7412         * src/mimeview.c
7413           src/summaryview.c
7414           src/textview.c
7415           src/textview.h
7416                 add the ability to select part of a text mime-part 
7417                 to reply.
7418
7419 2002-07-15 [christoph]  0.7.8claws71
7420
7421         * src/folder.c
7422                 fix folder message count for folders without
7423                 msg_is_changed (includes news folders)
7424
7425 2002-07-15 [martin]     0.7.8claws70
7426
7427         * src/summaryview.c
7428                 option "display recipient on 'From'..." now works
7429                 without the need of enabling the option
7430                 "display  sender  using  address  book".
7431
7432 2002-07-15 [christoph]  0.7.8claws69
7433
7434         * src/summaryview.c
7435                 removed setting folder status from summaryview.
7436                 folder.c should update all message counts correctly.
7437
7438 2002-07-15 [paul]       0.7.8claws68
7439
7440         * po/pt_BR.po
7441                 updated by Fabio Junior Beneditto
7442
7443 2002-07-15 [darko]      0.7.8claws67
7444
7445         * src/mh.c
7446                 Fixed target folder colorization, don't decrease op
7447                 number twice
7448
7449 2002-07-14 [paul]       0.7.8claws66
7450
7451         * sync with main 0.8.0
7452                 see ChangeLog 2002-07-14
7453
7454 2002-07-13 [melvin]     0.7.8claws65
7455         
7456         * src/addrbook.c
7457         * src/addressbook.c
7458         * src/addrindex.c
7459                 Replaced sprintf by g_snprintf to prevent possible buffer
7460                 overflow.
7461         * src/news.c
7462                 Corrected a log message output format.
7463                 Added a missing "done" debug output.
7464         * src/compose.c
7465                 Added keyboard accelerator for Priority menu items
7466                 Added missing \n in debug output
7467         * src/logwindow.c
7468         * src/gtkspell.c
7469         * src/rfc2015.c
7470                 Added missing \n in debug output
7471
7472 2002-07-13 [paul]       0.7.8claws64
7473
7474         * man/sylpheed.1
7475                 change Sergey's email address to the sf address
7476
7477         * src/textview.c
7478                 increase show_url_timeout (more useful for long
7479                 urls)
7480
7481 2002-07-12 [sergey]     0.7.8claws63
7482
7483         * src/rfc2015.c
7484                 applied (with some modifications) patch to set the
7485                 micalg parameter for signatures
7486                 (2001-08-28 Werner Koch <wk@gnupg.org>)
7487
7488 2002-07-12 [sergey]     0.7.8claws62
7489
7490         * man/Makefile.am
7491         * configure.in
7492                 fixed man page installation
7493
7494 2002-07-12 [paul]       0.7.8claws61
7495
7496         * sync with 0.7.8cvs26
7497                 see ChangeLog 2002-07-11 and 2002-07-12
7498
7499 2002-07-11 [christoph]  0.7.8claws60
7500
7501         * src/compose.c
7502         * src/procmsg.c
7503                 first use the message number to find the message
7504                 to mark with a reply flag but check the
7505                 message-id if we got the correct message, if not
7506                 try to find it by message-id.
7507                 use new string seperator that is not allowed
7508                 in message-ids.
7509
7510 2002-07-11 [paul]       0.7.8claws59
7511
7512         * sync with 0.7.8cvs23
7513                 see ChangeLog 2002-07-10
7514
7515 2002-07-10 [christoph]  0.7.8claws58
7516
7517         * src/folder.[ch]
7518         * src/msgcache.[ch]
7519                 Added message-id table to the cache in memory
7520                 and functions to msgcache.c and folder.c to
7521                 fetch MsgInfos by message id
7522         * src/compose.c
7523         * src/procmsg.c
7524                 store folder and message-id of message replying
7525                 to in queue header and set reply flag after sending
7526                 (Closes bug #469498)
7527
7528 2002-07-10 [paul]       0.7.8claws57
7529
7530         * AUTHORS
7531           man/sylpheed.1.gz
7532                 add Martin to the list of authors
7533
7534 2002-07-09 [martin]     0.7.8claws56
7535         * src/gtksctree.c
7536                 Added gtk_ctree_last_visible(), tree_update_level(),
7537                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
7538                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
7539                 from gtk+ to gtksctree.c for the new sorting code
7540                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
7541                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
7542         * src/gtksctree.h
7543                 Added declaration for gtk_sctree_sort_recursive() and
7544                 gtk_sctree_sort_node
7545         * src/addressbook.c
7546         * src/foldersel.c
7547         * src/folderview.c
7548         * src/summaryview.c
7549                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
7550                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
7551
7552 2002-07-08 [paul]       0.7.8claws55
7553
7554         * more sync with 0.7.8cvs21
7555                 see ChangeLog 2002-07-08
7556
7557 2002-07-08 [paul]       0.7.8claws54
7558
7559         * sync with 0.7.8cvs21
7560                 see ChangeLog 2002-07-08
7561
7562 2002-07-07 [alfons]     0.7.8claws53
7563
7564         * src/Makefile.am
7565         * src/stock_pixmap.[ch]
7566         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
7567         * src/pixmaps/notice_error.xpm  ** NEW FILE **
7568         * src/pixmaps/notice_note.xpm   ** NEW FILE **
7569                 add new pixmaps for upcoming notice pane
7570
7571 2002-07-06 [melvin]     0.7.8claws52
7572
7573         * src/gtkspell.[ch]
7574                 Made them a bit closer to Sylpheed's coding style.
7575                 Removed old code.
7576                 Removed possible memory leaks when some errors occurs.
7577
7578 2002-07-06 [melvin]     0.7.8claws51
7579
7580         * po/Makefile.in.in
7581                 Removed --no-location in xgettext command line to help
7582                 translators that use Emacs' po-mode
7583         * src/quote_fmt.c
7584                 Removed unnecessary comments that messed up sylpheed.pot
7585
7586 2002-07-06 [paul]       0.7.8claws50
7587
7588         * sync with 0.7.8cvs19
7589                 see ChangeLog 2002-07-05
7590
7591 2002-07-06 [christoph]  0.7.8claws49
7592
7593         * src/folder.c
7594         * src/mainwindow.c
7595                 fix folder_item_remove_all_msg and folderview
7596                 status for trash folders after emptying trash
7597
7598 2002-07-05 [paul]       0.7.8claws48
7599
7600         * sync with 0.7.8cvs16
7601                 see ChangeLog 2002-07-04 and 2002-07-05
7602
7603 2002-07-04 [paul]       0.7.8claws47
7604
7605         * sync with 0.7.8cvs14
7606                 see  ChangeLog 2002-07-04
7607
7608 2002-07-03 [alfons]     0.7.8claws46
7609
7610         * src/folder.c
7611                 dupe folder item's path because it's being reallocated
7612                 by new folder scanning code
7613
7614 2002-07-03 [christoph]  0.7.8claws45
7615
7616         * src/imap.c
7617                 better IMAP uid fetching using 'FETCH 1:* (UID)'
7618         * src/msgcache.c
7619                 add missing return in msgcache_write
7620
7621 2002-07-02 [thorsten]   0.7.8claws44
7622
7623         * src/jpilot.c
7624         * src/msgcache.c
7625         * src/rfc2015.c
7626                 use binary mode for file access
7627
7628 2002-07-02 [christoph]  0.7.8claws43
7629
7630         * major code cleanup (part 1)
7631         
7632                 - unused variables removed
7633                 - unused functions removed
7634                 - uninitialized variables checked
7635                 - missing return statements added
7636                 - missing function return types added
7637                 - added parentheses around assignment and
7638                   && in || when suggested by gcc
7639               
7640         * src/mh.c
7641         * src/folder.c
7642                 replaced direct calls to folder->scan_tree
7643                 with folder_scan_tree and restore folder
7644                 prefs in this function. The folder should
7645                 not have to deal with them.
7646                 ( Should now work for all folder types )
7647
7648 2002-07-02 [paul]       0.7.8claws42
7649
7650         * sync with 0.7.8cvs13
7651                 see ChangeLog 2002-07-01 and 2002-07-02
7652
7653 2002-07-01 [christoph]  0.7.8claws41
7654
7655         * src/summaryview.c
7656                 fix "goto next/prev unread message" with
7657                 ignored threads
7658
7659 2002-07-01 [paul]       0.7.8claws40
7660
7661         * po/es.po
7662                 updated by Ricardo Mones Lastra
7663
7664 2002-06-30 [match]      0.7.8claws39
7665
7666         * src/jpilot.c
7667                 applied variation of leonerd's patch (566661) to
7668                 allow multiple email addresses per JPilot entry.
7669                 addresses may be separated by space, comma, pipe,
7670                 semi-colon, new-line.
7671
7672 2002-06-30 [alfons]     0.7.8claws38
7673
7674         * src/procmsg.c
7675                 simple fix for putting older nodes before
7676                 newer nodes when threading by subject
7677
7678 2002-06-30 [christoph]  0.7.8claws37
7679
7680         * src/folder.c
7681         * src/folderview.c
7682         * src/mh.c
7683         * src/news.c
7684         * src/procmsg.c
7685                 fix broken folder tree rescaning
7686                 and don't use procmsg_get_mark_sum
7687                 anymore
7688
7689 2002-06-30 [christoph]  0.7.8claws36
7690
7691         * merge new cache branch
7692         * src/imap.c
7693                 fix new cache imap copy bug
7694         * src/folder.c
7695                 improved folder_item_scan
7696                 it should now always set the correct
7697                 new, unread and total message counts
7698
7699 2002-06-29 [paul]       0.7.8claws35
7700
7701         * configure.in
7702                 correct syntax error
7703
7704 2002-06-29 [paul]       0.7.8claws34
7705
7706         * configure.in
7707           Makefile.am
7708           man/Makefile.am       ** NEW FILE **
7709           man/sylpheed.1.gz     ** NEW FILE **
7710                 add Sylpheed man page
7711
7712 2002-06-29 [paul]       0.7.8claws33
7713
7714         * po/pt_BR.po
7715                 updated by Fabio Junior Beneditto
7716
7717 2002-06-28 [jens]       0.7.8claws32
7718
7719         * po/de.po
7720                 translation updated
7721
7722         * src/selective_download.c
7723                 removed gettext for space " "
7724
7725         * src/imap.c
7726                 removed wrong space
7727
7728 2002-06-28 [paul]       0.7.8claws31
7729
7730         * sync with 0.7.8cvs11
7731                 see ChangeLog 2002-06-28
7732
7733 2002-06-28 [paul]       0.7.8claws30
7734
7735         * sync with 0.7.8cvs10
7736                 see ChangeLog 2002-06-27 and 2002-06-28
7737
7738 2002-06-26 [paul]       0.7.8claws29
7739
7740         * src/addrgather.c
7741           src/selective_download.c
7742                 don't gettextise empty strings.
7743                 reserved by gettext. gettext("") returns 
7744                 the header entry with meta information, 
7745                 not the empty string
7746
7747         * po/en_GB.po
7748                 updated
7749
7750 2002-06-26 [paul]       0.7.8claws28
7751
7752         * sync with 0.7.8cvs7
7753                 see ChangeLog 2002-06-25
7754
7755         * src/prefs_common.c
7756                 ...and in the process, tweak the gui a little
7757
7758 2002-06-25 [alfons]     0.7.8claws27
7759         
7760         * configure.in
7761         * src/Makefile.am
7762                 fine tune ldap library detection
7763
7764 2002-06-25 [alfons]     0.7.8claws26
7765
7766         * src/compose.c
7767                 don't allow return receipts when composing a news article
7768
7769 2002-06-25 [paul]       0.7.8claws25
7770
7771         * Makefile.am
7772                 add '$(AMTAR)' to 'release' section to allow for
7773                 new and older autotools
7774
7775 2002-06-25 [paul]       0.7.8claws24
7776
7777         * src/summaryview.c
7778                 fix "No more unread messages" persistant pop-up
7779                 window bug
7780
7781 2002-06-25 [paul]       0.7.8claws23
7782
7783         * po/it.po
7784                 updated by Alessandro Maestri
7785
7786 2002-06-25 [paul]       0.7.8claws22
7787
7788         * sync with 0.7.8cvs6
7789                 see ChangeLog 2002-06-25
7790
7791 2002-06-24 [paul]       0.7.8claws21
7792
7793         * tools/update-po
7794                 add GPL copyright information
7795
7796 2002-06-24 [paul]       0.7.8claws20
7797
7798         * tools/Makefile.am
7799           tools/README
7800           tools/update-po       ** NEW FILE **
7801                 add script that eases the creation of *.po files
7802                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
7803
7804 2002-06-23 [alfons]     0.7.8claws19
7805
7806         * src/messageview.c
7807                 make notification_convert_header obey const correctness
7808                 (next step will be fixing the broken return receipt)
7809
7810 2002-06-23 [paul]       0.7.8claws18
7811
7812         * src/messageview.c
7813                 fix bug introduced in last commit:
7814                 removed too much code in last commit - put back what's
7815                 needed
7816
7817 2002-06-23 [paul]       0.7.8claws17
7818
7819         * src/messageview.[ch]
7820                 remove code committed in error from locally patched
7821                 source
7822
7823 2002-06-23 [colin]      0.7.8claws16
7824
7825         * src/compose.[ch]
7826                 add compose_entry_select(), used to select the default_to
7827                 email address - hopefully avoiding people sending mails to
7828                 wrong recipients.
7829
7830 2002-06-22 [alfons]     0.7.8claws15
7831
7832         * AUTHORS
7833                 add Bram Metsch & Stanislav Karchebny
7834         * src/smtp.[ch]
7835         * src/prefs_account.[ch]
7836         * src/send.c
7837                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
7838                   options.  (see <http://sourceforge.net/tracker/index.php
7839                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
7840
7841                 - merge Stanislav's fix to make SMTP AUTH work with qmail
7842                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
7843
7844 2002-06-22 [paul]       0.7.8claws14
7845
7846         * sync with 0.7.8cvs5
7847                 see ChangeLog 2002-06-19 and 2002-06-20
7848
7849 2002-06-22 [alfons]     0.7.8claws13
7850
7851         * src/selective_download.c
7852                 fix a stupid mistake I made
7853
7854 2002-06-22 [alfons]     0.7.8claws12
7855
7856         * src/selective_download.[ch]
7857                 fix another unnoticed leak; cleanup code
7858
7859 2002-06-21 [alfons]
7860
7861         * tools/Makefile.am
7862                 gpg-sign <-- gpg-sign-syl
7863
7864 2002-06-21 [alfons]     0.7.8claws11
7865
7866         * src/selective_download.c
7867         * src/selective_download.h
7868                 fix assorted mix of allocation errors (should solve
7869                 problem reported by Philippe Gramoullé, see:
7870                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
7871
7872 2002-06-20 [melvin]     0.7.8claws10
7873
7874         * tools/gpg-sign *REMOVED*
7875           tools/gpg-sign-syl *ADDED*
7876                 Replaced the gpg clearsigning script with the version using
7877                 xterm instead of ssh-askpass and changed its name.
7878
7879         * README.claws
7880                 Updated actions example to reflect the renaming of the
7881                 gpg clearsigning script.
7882
7883 2002-06-19 [paul]       0.7.8claws9
7884
7885         * sync with 0.7.8claws9
7886                 see ChangeLog 2002-06-18 and 2002-06-19
7887
7888 2002-06-19 [paul]       0.7.8claws8
7889
7890         * sync with 0.7.8cvs1
7891                 see ChangeLog 2002-06-18
7892
7893 2002-06-18 [alfons]     0.7.8claws7
7894
7895         * src/mainwindow.h
7896                 add omitted prototype
7897
7898 2002-06-17 [paul]       0.7.8claws6
7899
7900         * src/mainwindow.c
7901                 fix hiding of exec_btn
7902
7903 2002-06-17 [paul]       0.7.8claws5
7904
7905         * src/pop.c
7906                 remove unneeded code: should_delete() 
7907                 and Pop3State::uidl_todelete_list
7908
7909 2002-06-17 [paul]       0.7.8claws4
7910
7911         * sync with 0.7.8
7912                 see ChangeLog 2002-06-11 and 2002-06-13
7913
7914 2002-06-16 [alfons]     0.7.8claws3
7915         
7916         * src/folder.c
7917                 make sure lock sort mode (claws specific) is
7918                 also persists after a tree rescan
7919
7920 2002-06-16 [alfons]     0.7.8claws2
7921
7922         * src/prefs_folder_item.c
7923         * src/folder.[ch]
7924                 fix persistence of folder sort mode (broken
7925                 by adapting Hiro's new folder persistence code)
7926
7927 2002-06-16 [alfons]     0.7.8claws1
7928
7929         * AUTHORS
7930         * src/logwindow.c
7931         * src/prefscommon.[ch]
7932                 control size of log text in log window; 
7933                 closes patch #569155 submitted by Mitko Haralanov.
7934
7935 2002-06-15 [paul]       0.7.8claws
7936
7937         * release of 0.7.8claws
7938
7939 2002-06-15 [paul]       0.7.7claws
7940
7941         * po/pt_BR.po
7942                 updated by Fabio Junior Beneditto
7943
7944 2002-06-14 [paul]       0.7.6claws49
7945
7946         * po/es.po
7947                 updated by Ricardo Mones Lastra
7948
7949 2002-06-14 [paul]       0.7.6claws48
7950
7951         * po/nl.po
7952                 updated translation by Wilbert Berendsen
7953
7954 2002-06-14 [melvin]     0.7.6claws47
7955
7956         * po/fr.po
7957                 Updated French translation
7958
7959 2002-06-13 [paul]       0.7.6claws46
7960
7961         * src/filesel.c
7962                 allow filename to be typed in, rather than just
7963                 selected by the mouse. Patch by Gustavo Noronha Silva.
7964
7965 2002-06-13 [alfons]     0.7.6claws45
7966
7967         * src/mainwindow.[ch]
7968                 more cleanups (removing unnecessary menu items Expand 
7969                 summary / message view)
7970
7971 2002-06-13 [melvin]     0.7.6claws44
7972
7973         * po/POTFILES.in
7974                 Added src/string_match.c
7975         * src/string_match.c
7976                 Fixed possible buffer overflow.
7977                 Corrected typo.
7978                 Added missing config.h header.
7979         * src/prefs_common.c
7980           src/prefs_matcher.c
7981           src/prefs_scoring.c
7982                 Made some strings translatable (missing _(..)).
7983
7984 2002-06-13 [melvin]     0.7.6claws43
7985
7986         * README.claws
7987                 Corrected action example (verifying clearsigned mail).
7988         * src/prefs_account.c
7989                 Corrected typo.
7990         * src/prefs_common.c
7991                 Removed incorrect line that generated a Gtk-CRITICAL msg.
7992
7993 2002-06-12 [alfons]     0.7.6claws42
7994
7995         * src/summaryview.c
7996                 add init of score column lost in 0.7.6claws42
7997
7998 2002-06-12 [paul]       0.7.6claws41
7999
8000         * src/prefs_account.c
8001                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
8002                 behavior of the radio buttons, (from 0.7.7cvs2)
8003
8004 2002-06-11 [alfons]     0.7.6claws40
8005
8006         * src/messageview.[ch]
8007         * src/summaryview.[ch]
8008         * src/summary_search.c
8009         * src/mainwindow.c
8010                 perform a sync to bring in Hiro's separate view implementation 
8011
8012                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
8013
8014 2002-06-11 [paul]       0.7.6claws39
8015         
8016         * src/prefs_account.c
8017                 correct a typo on the Receive tab
8018
8019 2002-06-10 [match]      0.7.6claws38
8020
8021         * src/addressbook.c
8022                 Included address completion patch from Gustavo Noronha.
8023
8024 2002-06-10 [paul]       0.7.6claws37
8025
8026         * src/inc.[ch]
8027           src/pop.c
8028           src/prefs_account.[ch]
8029           src/selective_download.[ch]
8030                 apply PATCH #561712
8031                  NEW:
8032                 - check if POP Account
8033                 - Receive Button renamed to Preview
8034                 - Preview Button Popup: preview new/all messages
8035                 - Download Button
8036                 - Account Preferences-->Receive tab checkbutton if you
8037                   want to remove Mail after Download
8038                 -: default YES
8039                 - Account Preferences-->Receive tab checkbutton use
8040                   filtering rules on preview
8041                   (think of delete_on_server)
8042                 -: default YES
8043                 - Account selectable from SD dialog
8044                 - checkbutton to show already downloaded messages if
8045                   all messages are previewed
8046                 - new clist column showing Date
8047                 - ESC KEY close
8048                 FIXES:
8049                 - play ball with UIDL
8050                 - fault tolerant (?) 
8051                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
8052
8053 2002-06-10 [melvin]     0.7.6claws36
8054
8055         * README.claws
8056                 Added a hint to ac/README in cvs instructions.
8057
8058         * src/prefs_actions.c
8059                 Made it possible to use a more elaborate command line
8060                 for asynchronous actions, too.
8061
8062 2002-06-10 [melvin]     0.7.6claws35
8063         
8064         * src/prefs_actions.c
8065                 Make it possible to use a more elaborate command line
8066                 (e.g. |foo|bar|cat>there;echo Done|)
8067                 Corrected error message when calling %f, %F and %p commands
8068                 from the compose window.
8069
8070 2002-06-09 [colin]      0.7.6claws34
8071
8072         * src/summaryview.c
8073                 Automatically find unread messages in current folder
8074                 before annoying the user.
8075
8076 2002-06-08 [alfons]     0.7.6claws33
8077
8078         * po/it.po
8079                 remove bad formatting string in it.po translation
8080                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
8081
8082 2002-06-08 [paul]       0.7.6claws32
8083
8084         * sync with 0.7.6cvs25
8085                 see ChangeLog 2002-06-07
8086
8087 2002-06-05 [paul]       0.7.6claws31
8088
8089         * src/mainwindow.c
8090                 add 'Sort by locked' and 'Sort by score'
8091
8092 2002-06-05 [paul]       0.7.6claws30
8093
8094         * sync with 0.7.6cvs24
8095                 see ChangeLog 2002-06-04
8096
8097 2002-06-04 [paul]       0.7.6claws29
8098
8099         * po/pt_BR.po
8100                 updated by Fabio Junior Beneditto
8101
8102 2002-06-03 [thorsten]   0.7.6claws28
8103
8104         * src/matcher.c
8105                 fclose() matcherrc after reading
8106
8107 2002-06-03 [paul]       0.7.6claws27
8108
8109         * sync with 0.7.6cvs21
8110                 see ChangeLog 2002-05-31
8111
8112 2002-05-31 [paul]       0.7.6claws26
8113
8114         * sync with 0.7.6cvs20
8115                 see ChangeLog 2002-05-29 and 2002-05-30
8116
8117 2002-05-31 [paul]       0.7.6claws25
8118
8119         * src/imap.c
8120                 hopefully fix last buggy sync
8121
8122         * README.claws
8123                 correct typo in 'Actions' examples
8124
8125 2002-05-29 [paul]       0.7.6claws24
8126
8127         * sync with 0.7.6cvs18
8128                 see ChangeLog 2002-05-28 and 2002-05-29
8129
8130         * src/news.c
8131           src/nntp.[ch]
8132                 sync with above 
8133
8134 2002-05-28 [paul]       0.7.6claws23
8135
8136         * sync with 0.7.6cvs16
8137                 see ChangeLog 2002-05-28
8138
8139 2002-05-27 [thorsten]   0.7.6claws22 
8140
8141         * faq/it/sylpheed-faq-1.html
8142           faq/it/sylpheed-faq-2.html
8143           faq/it/sylpheed-faq-3.html
8144           faq/it/sylpheed-faq.html
8145                 corrected DOS lineendings
8146         * faq/de/sylpheed-faq-1.html
8147           faq/de/sylpheed-faq-2.html
8148           faq/en/sylpheed-faq-1.html
8149           faq/en/sylpheed-faq-2.html
8150           faq/en/sylpheed-faq-3.html
8151           faq/es/sylpheed-faq-1.html
8152           faq/es/sylpheed-faq-2.html
8153           faq/es/sylpheed-faq-3.html
8154           faq/fr/sylpheed-faq-1.html
8155           faq/it/sylpheed-faq-1.html
8156           faq/it/sylpheed-faq-2.html
8157           faq/it/sylpheed-faq-3.html
8158           faq/it/sylpheed-faq.html
8159                 changed ">" to &quot;
8160
8161 2002-05-27 [paul]       0.7.6claws21
8162         
8163         * sync with 0.7.6cvs15
8164                 see ChangeLog 2002-05-27
8165
8166 2002-05-27 [paul]       0.7.6claws20
8167
8168         * src/prefs_account.c
8169                 correct a typo
8170
8171 2002-05-26 [paul]       0.7.6claws19
8172
8173         * tools/README
8174                 correct a typo
8175
8176 2002-05-25 [paul]       0.7.6claws18
8177
8178         * tools/README
8179                 add description of kmail2sylpheed.pl
8180
8181 2002-05-25 [paul]       0.7.6claws17
8182
8183         * tools/kmail2sylpheed.pl       ** NEW FILE **
8184                 perl script that converts an exported Kmail address
8185                 book, converts it to sylpheed addressbook file,
8186                 writes the file to .sylpheed, and updates
8187                 addrbook--index.xml 
8188
8189 2002-05-25 [paul]       0.7.6claws16
8190
8191         * sync with 0.7.6cvs14
8192                 see ChangeLog 2002-05-23
8193
8194 2002-05-24 [paul]       0.7.6claws15
8195
8196         * README.claws
8197                 make a correction and add some more info
8198
8199 2002-05-24 [paul]       0.7.6claws14
8200
8201         * src/compose.c
8202                 fix memory leak in 
8203                 compose_redirect_write_headers_from_headerlist()
8204                 add Subject and Resent-Message-ID to
8205                 compose_redirect_write_headers()
8206                 Received, Subject, and X-UIDL are filtered out in 
8207                 compose_redirect_write_to_file()
8208
8209 2002-05-23 [paul]       0.7.6claws13
8210
8211         * src/compose.[ch]
8212           src/filtering.c
8213           src/mainwindow.c
8214           src/matcher.[ch]
8215           src/matcher_parser_lex.l
8216           src/matcher_parser_parse.y
8217           src/prefs_common.[ch]
8218           src/prefs_filtering.c
8219           src/summaryview.c
8220                 rename 'Bounce' to 'Redirect'
8221
8222 2002-05-23 [paul]       0.7.6claws12
8223
8224         * more sync with 0.7.6cvs13
8225           src/compose.c
8226                 see ChangeLog 2002-05-22
8227
8228 2002-05-22 [paul]       0.7.6claws11
8229
8230         * sync with 0.7.6cvs13
8231           src/codeconv.c
8232                 see ChangeLog 2002-05-20
8233           src/prefs_common.c
8234                 see ChangeLog 2002-05-22
8235
8236 2002-05-21 [melvin]     0.7.6claws10
8237
8238         * src/folderview.c
8239                 Added missing filtering and scoring headers
8240                 Fixed bad function call that showed garbage 
8241                 in Folder->Processing
8242
8243 2002-05-21 [paul]       0.7.6claws9
8244
8245         * tools/Makefile.am
8246                 make all tools executable, (patch by Alfons).
8247
8248 2002-05-20 [alfons]     0.7.6claws8
8249
8250         * src/procheader.c
8251                 don't forget to call mktime() so we have a valid week 
8252                 and year day
8253                 (Bug report by Roger Sondermann <mail@jumaros.de>)
8254
8255 2002-05-20 [paul]       0.7.6claws7
8256
8257         * src/html.c
8258                 fix broken parsing of urls
8259         * src/textview.c
8260                 fix displaying of urls
8261
8262                 both fixes from the patch [547855] by Eugene 
8263                 Brevdo (zonem)
8264
8265 2002-05-19 [alfons]     0.7.6claws6
8266
8267         * configure.in
8268                 make sylpheed configure correctly with the latest
8269                 and greatest of automake / autoconf / gettext
8270
8271 2002-05-19 [alfons]     0.7.6claws5
8272
8273         * src/procheader.c
8274         * src/procheader.h
8275                 add function for returning ime zone offset
8276         * src/quote_fmt.c
8277         * src/quote_fmt_parse.y
8278                 better quotation formatting - does not convert
8279                 to local time, but uses the original date string.
8280                 
8281                 Note: %z inserts the timezone offset (should 
8282                 work also on platforms where strftime does not
8283                 support %z).
8284
8285 2002-05-18 [christoph]  0.7.6claws4
8286
8287         * src/summaryview.c
8288                 fix indentation of some code
8289         * tools/Makefile.am
8290                 fix spaces after \
8291         * src/Makefile.am
8292                 add missing \
8293                 correct path for ignorethread.xpm
8294                 incorrect filename for sylpheed_logo.xpm
8295                 add missing include matcher_parser_parse.h
8296
8297 2002-05-18 [paul]       0.7.6claws3
8298
8299         * sync with 0.7.6cvs8
8300                 see ChangeLog 2002-05-16 and 2002-05-17
8301
8302 2002-05-18 [melvin]     0.7.6claws2
8303
8304         * README.claws
8305                 Corrected an action's definition and fixed some misspellings.
8306
8307 2002-05-18 [paul]       0.7.6claws1
8308
8309         * tools/Makefile.am
8310           tools/gpg-sign        ** new file **
8311           tools/uudec           ** new file **
8312                 add Melvin's Actions scripts
8313
8314         * README.claws
8315                 add Melvin's descriptions for Actions
8316
8317 2002-05-18 [paul]       0.7.6claws
8318
8319         * Version 0.7.6claws released
8320
8321 2002-05-17 [paul]       0.7.5claws32
8322
8323         * po/es.po
8324                 updated by Ricardo Mones Lastra
8325
8326 2002-05-17 [paul]       0.7.5claws31
8327
8328         * src/compose.c
8329                 fix Account prefs default folder for sent/draft/deleted
8330                 messages bug
8331
8332         * po/it.po
8333           po/nl.po
8334                 updated translation by Alessandro Maestri and
8335                 Wilbert Berendsen
8336
8337 2002-05-17 [melvin]     0.7.5claws30
8338
8339         * src/prefs_actions.c
8340                 Fixed bug where using %F not at the end of the command 
8341                 resulted in an additional empty argument being created.
8342                 Thanks to Darko Koruga for reporting the bug.
8343
8344 2002-05-17 [melvin]     0.7.5claws29
8345
8346         * po/fr.po
8347                 Updated French translations.
8348
8349 2002-05-15 [paul]       0.7.5claws28
8350         
8351         * po/es.po
8352                 updated by Ricardo Mones Lastra
8353
8354 2002-05-15 [paul]       0.7.5claws27
8355
8356         * sync with 0.7.6cvs4
8357                 see ChangeLog 2002-05-14 and 2002-05-15
8358
8359 2002-05-14 [paul]       0.7.5claws26
8360
8361         * sync with 0.7.6cvs1
8362                 see ChangeLog 2002-05-13
8363
8364 2002-05-13 [thorsten]   0.7.5claws25
8365
8366         * src/messageview.c
8367                 fix select_all and copy in multipart messages
8368         * src/mainwindow.c
8369                 fix select_all and copy in multipart messages
8370
8371 2002-05-12 [paul]       0.7.5claws24
8372
8373         * src/summaryview.c
8374                 reverse last commit, bug already fixed in 0.7.5claws3
8375
8376 2002-05-12 [netztorte]  0.7.5claws23
8377
8378         * src/summaryview.c
8379                 dont parse empty addressbook (checked in before claws20)
8380
8381 2002-05-12 [melvin]     0.7.5claws22
8382
8383         * src/procmsg.[ch]
8384                 Removed unneeded priority code introduced by the previous 
8385                 commit.
8386
8387 2002-05-12 [melvin]     0.7.5claws21
8388
8389         * src/compose.[ch]
8390                 Added possibility to set message's priority.
8391         * src/procmsg.[ch]
8392                 Added possibility to set message's priority.
8393                 Added missing headers
8394
8395 2002-05-12 [melvin]     0.7.5claws20
8396
8397         * src/prefs_actions.c
8398                 Removed implicitely added quotes around the name
8399                 of the temporary files of mime parts.
8400
8401 2002-05-12 [paul]       0.7.5claws19
8402
8403         * sync with 0.7.5cvs20
8404                 see ChangeLog 2002-05-11
8405
8406 2002-05-12 [alfons]     0.7.5claws18
8407
8408         * src/quote_fmt_lex.l
8409         * src/quote_fmt_parse.y
8410                 allow quote / reply date & time format to be set using
8411                 %D{format}. format is a format string you'd pass to
8412                 strftime() (see man strftime, or the Display tab |
8413                 Date format setting).
8414
8415                 Currently %D converts the date to local time. 
8416
8417 2002-05-11 [paul]       0.7.5claws17
8418
8419         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
8420                 see ChangeLog 2002-05-10 and 2002-05-11
8421
8422 2002-05-10 [paul]       0.7.5claws16
8423
8424         * sync with 0.7.5cvs16
8425                 see ChangeLog entries 2002-05-09 and 
8426                 2002-05-10
8427
8428 2002-05-10 [colin]      0.7.5claws15
8429
8430         * src/textview.c
8431                 Corrected a bug that prevented sylpheed to open
8432                 double-clicked URIs.
8433
8434 2002-05-09 [paul]       0.7.5claws14
8435
8436         * sync with 0.7.5cvs14
8437                 see ChangeLog 2002-05-08 and 2002-05-09
8438
8439 2002-05-08 [paul]       0.7.5claws13
8440
8441         * sync with 0.7.5cvs11
8442                 see ChangeLog entry 2002-05-08
8443
8444 2002-05-08 [paul]       0.7.5claws12
8445
8446         * src/mainwindow.c
8447           src/textview.[ch]
8448                 fix segfault on View->Open in new window
8449                 patch submitted by Thorsten Maerz <torte@netztorte.de>
8450
8451 2002-05-07 [paul]       0.7.5claws11
8452
8453         * sync with 0.7.5cvs9
8454                 see ChangeLog entry 2002-05-07
8455
8456 2002-05-06 [paul]       0.7.5claws10
8457
8458         * src/messageview.c
8459           src/textview.c
8460                 display url in statusbar on single-click
8461                 patch submitted by Thorsten Maerz <torte@netztorte.de>
8462
8463 2002-05-06 [match]      0.7.5claws9
8464
8465         * src/addritem.[ch]
8466                 new functions.
8467         * src/addrcache.c
8468                 tidy up.
8469         * src/xmlprops.[ch]
8470                 XML implementation of properties file.
8471         * src/exporthtml.[ch]
8472         * src/expthtmldlg.[ch]
8473         * src/addressbook.c
8474                 export to HTML.
8475
8476 2002-05-02 [sergey]     0.7.5claws8
8477
8478         * src/mainwindow.c (mainwin_entries),
8479           src/prefs_common.c (prefs_send_create()),
8480           src/codeconv.c (locale_table):
8481                 use charset name "Windows-1251" instead of "CP1251".
8482
8483 2002-05-02 [colin]      0.7.5claws7
8484         
8485         * src/compose.c
8486           src/prefs_common.c
8487           src/prefs_folder_item.c
8488                 Fixed cosmetics bugs due to Outbox renamed to Sent.
8489
8490 2002-05-02 [hiro]       0.7.5claws6
8491
8492         * src/imap.c
8493                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
8494
8495 2002-05-02 [paul]       0.7.5claws5
8496
8497         * src/compose.c
8498                 more sync with 0.7.5cvs7, see ChangeLog entry
8499                 2002-05-02
8500
8501 2002-05-02 [hiro]       0.7.5claws4
8502
8503         * src/compose.c
8504                 compose_queue_sub():
8505                 check if queue folder exists (closes #550397).
8506                 removed directory creation since it should be handled
8507                 transparently.
8508         * src/imap.c
8509                 imap_add_msg(): return UID for appended message
8510                 (closes #548842).
8511
8512 2002-04-30 [paul]       0.7.5claws3
8513
8514         * src/summaryview.c
8515                 fix account_find_from_address() bug
8516
8517 2002-04-28 [colin]      0.7.5claws2
8518
8519         * src/compose.c
8520           src/textview.c
8521           src/prefs_common.[ch]
8522           src/utils.[ch]
8523                 Added user-definable quotation characters recognition.
8524
8525 2002-04-28 [paul]       0.7.5claws1
8526
8527         * sync with 0.7.5cvs4
8528                 see ChangeLog entry  2002-04-25
8529
8530 2002-04-28 [paul]       0.7.5claws
8531
8532         * po/es.po
8533           po/nl.po
8534           po/pt_BR.po
8535                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
8536                 Fabio Junior Beneditto
8537
8538 2002-04-27 [jens]       0.7.4claws103
8539
8540         * po/de.po
8541                 updated German translation.
8542
8543 2002-04-27 [hiro]       0.7.4claws102
8544
8545         * src/summaryview.c
8546                 summary_write_cache(): fixed the mark loss of hidden messages.
8547
8548 2002-04-26 [melvin]     0.7.4claws101
8549
8550         * src/procmsg.c
8551                 fixed a second typo (same one)
8552         * po/fr.po
8553           po/it.po
8554           po/pt_BR.po
8555                 fixed the type again...
8556
8557 2002-04-26 [melvin]     0.7.4claws100
8558
8559         * src/procmsg.c
8560                 fixed a typo in an alert message ("temorary").
8561         * po/it.po
8562         * po/pt_BR.po
8563                 corrected the typo  described above.
8564         * po/fr.po
8565                 updated French translation.
8566
8567 2002-04-26 [darko]      0.7.4claws99
8568
8569         * src/summaryview.c
8570                 fix target folder colorization
8571
8572 2002-04-25 [paul]       0.7.4claws98
8573
8574         * po/it.po
8575                 updated by Alessandro Maestri
8576
8577 2002-04-24 [colin]      0.7.4claws97
8578         
8579         * src/compose.c
8580                 Fixed double "subject is empty" question.
8581
8582 2002-04-23 [colin]      0.7.4claws96
8583         
8584         * src/mimeview.c
8585                 Corrected issue when "automatically display images" was
8586                 not set : first image remained after selecting second.
8587
8588 2002-04-23 [melvin]     0.7.4claws95
8589
8590         * src/prefs_actions.c
8591                 Don't display in/out dialog if there is nothing to show.
8592
8593 2002-04-23 [paul]       0.7.4claws94
8594
8595         * sync with 0.7.5cvs3
8596                 bug fixes: see ChangeLog entry 2002-04-23
8597
8598 2002-04-22 [darko]      0.7.4claws93
8599
8600         * src/compose.c
8601                 fix previous check-in which changed code after
8602                 merge from main
8603
8604 2002-04-22 [paul]       0.7.4claws92
8605
8606         * faq/de/*
8607                 add German FAQ
8608         * faq/en/*
8609           faq/es/*
8610           faq/fr/*
8611                 update English, Spanish and French FAQs
8612         * manual/de/*
8613           manual/es/*
8614                 add German and Spanish manuals
8615         * manual/en/*
8616           manual/fr/*
8617                 update English and French manuals
8618
8619         * src/Makefile.am
8620                 add to and re-arrange the pixmap entries
8621
8622 2002-04-22 [darko]      0.7.4claws91
8623
8624         * src/compose.c
8625                 fix sender initials recognition to only allow
8626                 '>' after the initials
8627
8628 2002-04-21 [paul]       0.7.4claws90
8629
8630         * sync with 0.7.5 release
8631                 see ChangeLog entry 2002-04-21
8632
8633 2002-04-21 [alfons]
8634
8635         * src/Makefile.am
8636                 add colin's new pixmaps to EXTRA_DIST
8637
8638 2002-04-21 [colin]      0.7.4claws89
8639         * src/compose.c
8640         * src/inc.c
8641         * src/mainwindow.[ch]
8642         * src/prefs_common.[ch]
8643         * src/stock_pixmap.[ch]
8644                 Added "Work offline" ability.
8645
8646 2002-04-21 [colin]      0.7.4claws88
8647         
8648         * src/mimeview.c
8649         * src/prefs_common.c
8650         * src/prefs_common.h
8651         * src/textview.c : Added an option to common preferences -> display
8652           to allow user not to automatically display images.
8653
8654 2002-04-21 [paul]       0.7.4claws87
8655
8656         * sync with 0.7.4cvs52
8657                 see ChangeLog entry 2002-04-21 (src/imap.c)
8658
8659 2002-04-21 [paul]       0.7.4claws86
8660
8661         * sync with 0.7.4cvs51
8662                 see ChangeLog entry 2002-04-21
8663
8664 2002-04-21 [paul]       0.7.4claws85
8665
8666         * sync with 0.7.4cvs49
8667                 see ChangeLog entries 2002-04-20 and 2002-04-21
8668
8669         * src/Makefile.am
8670                 clean up: remove old 'stock_' element from xpm 
8671                 filenames.
8672
8673 2002-04-21 [alfons]     0.7.4claws84
8674
8675         apply sync patch from Paul
8676
8677         * src/folderview.c
8678                 use old claws prefs_folder_item_create() for now
8679
8680 2002-04-19 [match]      0.7.4claws83
8681
8682         * src/addressbook.[ch]
8683         * src/addrharvest.[ch]
8684         * src/addrgather.[ch]
8685                 recurse folders.
8686         * src/mainwindow.c
8687         * src/summaryview.[ch]
8688                 change menu option.
8689
8690 2002-04-19 [paul]       0.7.4claws82
8691
8692         * po/pt_BR.po
8693                 updated by Fabio Junior Beneditto
8694
8695 2002-04-14 [alfons]     0.7.4claws81
8696
8697         * src/passphrase.c
8698                 add #include <sys/types.h> for mode_t and off_t 
8699
8700 2002-04-13 [paul]       0.7.4claws80
8701         
8702         * src/main.c
8703           src/passphrase.[ch]
8704           src/pgptext.c
8705           src/prefs_common.[ch]
8706           src/rfc2015.c
8707                 enable storing of GnuPG passphrase for the whole 
8708                 session or a user-defined number of minutes. patch 
8709                 submitted by Ravemax <ravemax@dextrose.com>
8710
8711 2002-04-13 [alfons]     0.7.4claws79
8712
8713         * src/textview.c
8714                 make email parser also stop scanning when encountering separators
8715                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
8716
8717 2002-04-13 [paul]       0.7.4claws78
8718
8719         * sync with 0.7.4cvs39
8720                 see ChangeLog entry 2002-04-12
8721
8722 2002-04-11 [paul]       0.7.4claws77
8723
8724         * sync with 0.7.4cvs37
8725                 see ChangeLog entry 2002-04-11
8726
8727 2002-04-11 [paul]       0.7.4claws76
8728
8729         * COPYING 
8730                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
8731                 the clause for OpenSSL). sync with sylpheed main
8732
8733 2002-04-09 [melvin]     0.7.4claws75
8734
8735         * src/compose.c
8736                 Made 'Ctrl-Enter' on send ignore some modifiers 
8737                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
8738                 to bind other *-Enter (but not Alt-Enter).
8739
8740 2002-04-09 [paul]       0.7.4claws74
8741
8742         * sync with 0.7.4cvs35
8743                 see ChangeLog entries 2002-04-09
8744
8745 2002-04-08 [paul]       0.7.4claws73
8746
8747         * sync with 0.7.4cvs33
8748                 see ChangeLog entry 200-04-08
8749
8750 2002-04-07 [match]      0.7.4claws72
8751
8752         * src/addrharvest.[ch]
8753                 fixed to read all addresses in header, regardless
8754                 of header size. improved name parsing. accommodate
8755                 harvest from folders and selected message.
8756         * src/addritem.[ch]
8757                 included new address parsing function.
8758         * src/addrgather.[ch]
8759         * src/addressbook.[ch]
8760         * src/summaryview.[ch]
8761         * src/mainwindow.c
8762                 allow address harvest of folder as well as selected
8763                 messages.
8764
8765 2002-04-07 [paul]       0.7.4claws71
8766
8767         * src/esmtp.[ch]
8768           src/smtp.c
8769                 don't try to authenticate with CRAM-MD5 in SMTP when 
8770                 SMTP-AUTH enabled if MTA doesn't issue this 
8771                 auth-method in it's ehlo-response. bug item #531364,
8772                 patch item #938910. patch submitted by Colin Leroy 
8773                 <colin@colino.net>
8774
8775 2002-04-07 [paul]       0.7.4claws70
8776
8777         * src/nntp.c
8778                 fix missing MODE_READER bug. patch submitted by
8779                 Colin Leroy <colin@colino.net>
8780
8781 2002-04-07 [alfons]     0.7.4claws69
8782
8783         * src/matcher.[ch]
8784         * src/prefs_filtering.c
8785         * src/summaryview.c
8786                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
8787                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
8788
8789 2002-04-07 [paul]       0.7.4claws68
8790
8791         * sync with 0.7.4cvs32
8792                 see ChangeLog entry 2002-04-06
8793
8794         * tools/filter_conv.pl
8795                 more bug fixes
8796
8797 2002-04-06 [paul]       0.7.4claws67
8798
8799         * tools/filter_conv.pl
8800                 modify to be able to find the name of the first
8801                 mailbox and use that. main's filter does not
8802                 record the full path to the mailbox and therefore
8803                 can only filter to the first mailbox.
8804
8805 2002-04-05 [paul]       0.7.4claws66
8806
8807         * tools/filter_conv.pl
8808                 attempt to make the script all-encompassing and
8809                 be able to convert any main 'filter' rule thrown
8810                 at it
8811
8812 2002-04-05 [paul]       0.7.4claws65
8813
8814         * tools/filter_conv.pl
8815                 allow for collapsed folder trees
8816
8817 2002-04-05 [paul]       0.7.4claws64
8818
8819         * sync with 0.7.4cvs31
8820                 see ChangeLog entries 2002-04-05
8821
8822 2002-04-03 [paul]       0.7.4claws63
8823
8824         * sync with 0.7.4cvs29
8825                 see ChangeLog entries 2002-04-02 and 2002-04-03
8826
8827 2002-04-02 [paul]       0.7.4claws62
8828
8829         * sync with 0.7.4cvs26
8830                 see ChangeLog entry 2002-04-01
8831
8832 2002-04-02 [match]      0.7.4claws61
8833
8834         * src/pine.[ch]
8835         * src/importpine.[ch]
8836         * src/addressbook.c
8837                 import Pine address book.
8838
8839 2002-04-02 [match]      0.7.4claws60
8840
8841         * src/addrharvest.[ch]
8842                 improve address parsing of funky addresses.
8843
8844 2002-04-02 [darko]      0.7.4claws59
8845
8846         * src/compose.c
8847                 wrap on send improvements, it now recognizes quoted
8848                 initials as part of the quotation string, and it
8849                 does not join lines separated by CR
8850
8851 2002-04-01 [match]      0.7.4claws58
8852
8853         * src/mgutils.[ch]
8854                 added new functions.
8855         * src/mutt.[ch]
8856                 remove excessive duplicate address generation
8857                 on import.
8858
8859 2002-04-01 [alfons]     0.7.4claws57
8860         
8861         * src/summaryview.c
8862                 put back g_free() 
8863
8864 2002-04-01 [paul]       0.7.4claws56
8865
8866         * sync with 0.7.4cvs25
8867                 see ChangeLog entry 2002-04-01
8868
8869 2002-04-01 [alfons]     0.7.4aprilfool55
8870
8871         * src/summaryview.c
8872                 honour feature request item #537427 to allow for
8873                 displaying names from address book for sent mail also
8874
8875 2002-03-29 [paul]       0.7.4claws54
8876
8877         * src/mainwindow.c
8878           src/prefs_filtering.[ch]
8879           src/prefs_matcher.c
8880           src/summaryview.c
8881                 add 'fast filter' for claws' filtering,
8882                 /Tools/Create filter rule/... patch submitted
8883                 by Neill Miller <neillm@thecodefactory.org>
8884
8885 2002-03-29 [paul]       0.7.4claws53
8886
8887         * sync with 0.7.4cvs24
8888                 see ChangeLog entry 2002-03-29
8889
8890 2002-03-28 [paul]       0.7.4claws52
8891
8892         * sync with 0.7.4cvs23
8893                 see ChangeLog entry 2002-03-28
8894
8895 2002-03-27 [melvin]     0.7.4claws51
8896
8897         * src/prefs_actions.c
8898                 Added support to pass only one message part (as a
8899                 file) to the command using '%p'. No quotes are needed
8900                 because doubles quotes are automatically added.
8901                 Fixed bug where Sylpheed could block when waiting for
8902                 a child process to finish.
8903                 Changed the help menu to remove quotes around symbols to 
8904                 avoid misinterpretation (they must not be used).
8905
8906 2002-03-27 [melvin]     0.7.4claws50
8907
8908         * src/inc.c
8909                 Made the new mail notification command always 
8910                 execute asynchronously.
8911
8912 2002-03-27 [paul]       0.7.4claws49
8913
8914         * src/compose.c
8915                 fix bug introduced in last commit
8916
8917 2002-03-27 [paul]       0.7.4claws48
8918
8919         * sync with 0.7.4cvs21
8920                 see ChangeLog 2002-03-26 and 2002-03-27
8921
8922 2002-03-26 [hoa]        0.7.4claws47
8923
8924         * src/prefs_folder_item.c
8925                 really fixed the bug #516442 with folder rescan.
8926
8927 2002-03-26 [paul]       0.7.4claws46
8928
8929         * sync with 0.7.4cvs19
8930                 see ChangeLog entries 2002-03-25 and 2002-03-26
8931
8932 2002-03-25 [hoa]        0.7.4claws45
8933
8934         * src/matcher.c
8935         * src/mh.c
8936                 fix the bug #516442 with folder rescan.
8937
8938         * src/prefs_common.[ch]
8939         * src/compose.c
8940                 added an option to enable two different behaviours
8941                 for bounce.
8942
8943
8944 2002-03-25 [paul]       0.7.4claws44
8945
8946         * src/mainwindow.c
8947           src/selective_download.c
8948                 correct a few menuitem labels
8949
8950 2002-03-25 [christoph]  0.7.4claws43
8951
8952         * src/procmsg.c
8953                 fix non deleted tmp message in
8954                 procmsg_save_to_outbox
8955                 fix problems caused by sync with
8956                 main branch's procmsg_send_queue
8957
8958 2002-03-25 [paul]       0.7.4claws42
8959
8960         * src/quote_fmt.c
8961           src/quote_fmt_lex.l
8962           src/quote_fmt_parse.y
8963                 add Last name (%L) placeholder for quoting. 
8964                 patch submitted by Thorsten Thielen 
8965                 <thth@users.sourceforge.net>
8966
8967 2002-03-25 [paul]       0.7.4claws41
8968
8969         * src/utils.c
8970                 get full hostname. patch submitted by
8971                 Bob Woodside <rwoodside1@comcast.net>
8972
8973 2002-03-25 [paul]       0.7.4claws40
8974
8975         * src/account.c
8976           src/news.c
8977           src/nntp.[ch]
8978           src/prefs_account.[ch]
8979                 enable NNTP over SSL. patch submitted by
8980                 Pascal Jermini <pascal@infinity.hn.org>
8981
8982 2002-03-24 [paul]       0.7.4claws39
8983
8984         * src/prefs_common.c
8985                 make the arrangement of the Compose tab more
8986                 coherent
8987
8988         * src/mainwindow.c
8989                 fix some irregularities of style
8990
8991         * po/de.po
8992                 updated by Kilian Krause
8993
8994 2002-03-23 [paul]       0.7.4claws38
8995
8996         * po/pt_BR.po
8997                 updated by Fabio Junior Beneditto
8998
8999 2002-03-23 [paul]       0.7.4claws37
9000
9001         * src/mainwindow.c
9002                 move 'Gather addresses' to 'Tools' menu
9003                 make 'Selective download' sensitive
9004
9005 2002-03-23 [paul]       0.7.4claws36
9006
9007         * sync with 0.7.4cvs16
9008                 see ChangeLog entries 2002-03-23
9009
9010 2002-03-22 [christoph]  0.7.4claws35
9011
9012         * src/quote_fmt_parse.y
9013                 fix include program output
9014
9015 2002-03-22 [alfons]     0.7.4claws34
9016
9017         * src/pop.c
9018                 initialize GDate stack variable correctly (sorry!)
9019
9020 2002-03-22 [paul]       0.7.4claws33
9021
9022         * src/compose.c
9023           src/mainwindow.c
9024           src/prefs_actions.c
9025           src/prefs_common.c
9026                 rename 'Tool' to 'Tools'
9027
9028         * src/mainwindow.c
9029                 move 'Delete duplicated messages' from
9030                 'Message/' to 'Tools/'
9031                 re-arrange the order of 'Tools/' items
9032
9033 2002-03-22 [paul]       0.7.4claws32
9034
9035         * src/addr_compl.c
9036           src/addressbook.[ch]
9037                 auto-address completion now also matches on
9038                 Nickname. patch submitted by Bob Forsman 
9039                 <hammor@users.sourceforge.net>
9040
9041         * src/editaddress.c
9042                 correct a spelling mistake
9043
9044 2002-03-22 [alfons]     0.7.4claws31
9045
9046         * src/pop.c
9047                 fix getting uidl from incorrect string 
9048                 (spotted by Colin)
9049
9050 2002-03-21 [alfons]     0.7.4claws30
9051
9052         * src/pop.c
9053                 more code refactoring
9054                 plug mem leak introduced by delete on server
9055
9056 2002-03-21 [paul]       0.7.4claws29
9057
9058         * sync with 0.7.4cvs11
9059                 see ChangeLog entries 2002-03-20
9060
9061 2002-03-20 [alfons]     0.7.4claws28
9062
9063         * src/inc.c
9064                 apply Colin's patch and refactor
9065
9066 2002-03-20 [paul]       0.7.4claws27
9067
9068         * sync with sylpheed 0.7.4cvs9
9069                 see ChangeLog entry 2002-03-20
9070
9071 2002-03-19 [christoph]  0.7.4claws26
9072
9073         * src/mh.c
9074         * src/procmsg.[ch]
9075         * src/summaryview.c
9076                 revert changes for flag updates
9077                 (does not work correctly and no time to debug)
9078
9079 2002-03-20 [alfons]     0.7.4claws25
9080
9081         * src/pop.c
9082                 refactor should_delete() a little bit 
9083
9084 2002-03-19 [paul]       0.7.4claws24
9085
9086         * src/inc.[ch]
9087           src/pop.c
9088           src/prefs_account.[ch]
9089                 allow the user to leave downloaded mail on the 
9090                 server for n days. Patch submitted by Colin Leroy 
9091                 <colin@colino.net>
9092
9093 2002-02-19 [paul]       0.7.4claws23
9094
9095         * sync with sylpheed 0.7.4cvs8
9096                 see ChangeLog entries 2002-03-19
9097
9098 2002-03-18 [paul]       0.7.4claws22
9099
9100         * sync with sylpheed 0.7.4cvs6
9101                 see ChangeLog entry 2002-03-18
9102
9103 2002-03-18 [paul]       0.7.4claws21
9104
9105         * po/en_GB.po
9106                 add en_GB message catalogue
9107
9108         * src/mbox_folder.c
9109           src/prefs_account.c
9110           src/prefs_actions.c
9111                 correct a few spelling mistakes
9112
9113 2002-03-17 [alfons]     0.7.4claws20
9114
9115         * src/matcher.c
9116                 more stringent checks for NULL params when writing
9117                 filtering actions to a file
9118                 
9119 2002-03-17 [hoa]        0.7.3claws20
9120
9121         * src/news.c
9122                 fixed the count of new messages
9123
9124         * src/compose.c
9125                 fixed the "attachment properties" window
9126
9127 2002-03-17 [paul]       0.7.4claws19
9128
9129         * src/defs.h
9130           src/folder.h
9131           src/news.c
9132           src/prefs_account.[ch]
9133           src/procmsg.[ch]
9134           src/summaryview.c
9135                 automatically mark cross-posted messages as read 
9136                 and (optionally) give them a colour label
9137                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
9138                 
9139
9140 2002-03-17 [paul]       0.7.4claws18
9141
9142         * sync with sylpheed 0.7.4cvs5
9143                 see ChangeLog entry 2002-03-17
9144
9145 2002-03-17 [melvin]     0.7.4claws17
9146         
9147         * src/textview.c
9148                 Worked around a gtktext 'bug': when searching for 
9149                 a text in a long message it was scrolling slowly
9150                 line by line until it hit the searched text.
9151         * po/fr.po
9152                 Updated French translation
9153
9154 2002-03-17 [melvin]     0.7.4claws16
9155
9156         * src/mainwindow.c
9157         * src/compose.c
9158         * src/prefs_actions.c
9159                 Moved "Edit/Actions" to "Tool/Actions"
9160                 Made mainwindow/compose window sensitive as soon as
9161                 no child process is running anymore even if the io dialog
9162                 is open.
9163                 Fixed a struct being initialized with a non constant char*
9164
9165 2002-03-16 [christoph]  0.7.4claws15
9166
9167         * configure.in
9168                 add --with-compiler-flags option
9169                 (only for developer hacking)
9170         * src/mh.c
9171         * src/procmsg.[ch]
9172         * src/summaryview.c
9173                 try to make folder-stats and flag handling more
9174                 independent from the summaryview. msgcounts
9175                 are only set when the folder is opened and
9176                 procmsg_msginfo_(un)set_flags will handle it
9177                 later and summaryview will get the values
9178                 from the folder.
9179
9180 2002-03-16 [paul]       0.7.4claws14
9181
9182         * src/messageview.c
9183                 fix Return-receipt. Patch submitted by Bob
9184                 Woodside <rwoodside1@comcast.net>
9185
9186 2002-03-16 [paul]       0.7.4claws13
9187
9188         * src/compose.c
9189                 fix 'dynamic' signatures, make it work again
9190                 broken during sync on 2002-03-14 (0.7.4claws2)
9191
9192 2002-03-15 [match]      0.7.4claws12
9193
9194         * src/addrharvest.[ch]
9195         * src/addrgather.[ch]
9196         * src/addressbook.[ch]
9197         * src/mainwindow.c
9198                 included address harvester feature. still some
9199                 issues with address parsing that I will fix.
9200
9201 2002-03-15 [match]      0.7.4claws11
9202
9203         * src/addrbook.[ch]
9204         * src/addrcache.[ch]
9205         * src/addressbook.[ch]
9206         * src/addrindex.c
9207         * src/editbook.c
9208         * src/importldif.c
9209         * src/importmutt.c
9210         * src/jpilot.[ch]
9211         * src/main.c
9212         * src/syldap.[ch]
9213         * src/vcard.[ch]
9214                 tidy up. fix memory leaks. moved attribs and methods
9215                 from individual interfaces to addrcache object. prep
9216                 for new stuff to come in.
9217
9218 2002-03-15 [alfons]     0.7.4claws10
9219
9220         * src/matcher.[ch]
9221         * src/matcher_parser_parse.y
9222         * src/matcher_parser_lex.l
9223         * src/prefs_matcher.c
9224                 add filtering conditions message greater than, smaller 
9225                 than, and exactly matching a size in bytes
9226                 (does not work with delete from POP3 server yet)
9227
9228                 this should also give others an idea what you should
9229                 do to add new criterions to claws filtering system
9230                 
9231
9232 2002-03-15 [paul]       0.7.4claws9
9233
9234         * tools/filter_conv.pl
9235                 exit if there are no filter rules to convert
9236                 rename filterrc to filterrc.old after completion
9237
9238 2002-03-15 [paul]       0.7.4claws8
9239
9240         * sync with sylpheed 0.7.4cvs3
9241                 see ChangeLog entry 2002-03-14
9242
9243 2002-03-14 [paul]       0.7.4claws7
9244
9245         * src/compose.c
9246                 clean up the last commit (ahem)
9247
9248 2002-03-14 [paul]       0.7.4claws6
9249
9250         * src/compose.c
9251                 fix bug #515655. honour account preferences
9252                 regarding gpg default signing/encryption when 
9253                 changing account from the compose window.
9254
9255 2002-03-14 [paul]       0.7.4claws5
9256
9257         * src/folderview.c
9258                 remove unnecessary curly brackets
9259
9260 2002-03-14 [paul]       0.7.4claws4
9261
9262         * src/folderview.c
9263           src/prefs_filtering.[ch]
9264                 add filter rename on folder rename and filter
9265                 delete on folder delete. Patch submitted by
9266                 Neill Miller <neillm@thecodefactory.org> 
9267
9268 2002-03-14 [christoph]  0.7.4claws3
9269
9270         * src/procmsg.c
9271         * src/send.c
9272                 fix local delivery
9273                 (patch submitted by "Simon 'corecode' Schubert")
9274         * src/prefs_common.c
9275         * src/procmsg.c
9276                 fix gcc 3.0 warning
9277
9278 2002-03-14 [paul]       0.7.4claws2
9279
9280         * sync with sylpheed 0.7.4cvs2
9281                 see ChangeLog entry 2002-03-13
9282
9283 2002-03-12 [darko]      0.7.4claws1
9284
9285         * src/mainwindow.c
9286                 fix what seems to be a copy and paste error
9287                 when setting color for important messages
9288                 (reported by wwp)
9289
9290 2002-03-11 [paul]       version 0.7.4claws released
9291
9292 2002-03-11 [paul]       0.7.4claws
9293
9294         * po/es.po
9295           po/it.po
9296           po/nl.po
9297           po/pt_BR.po
9298                 update message catalogs. Submitted by Ricardo Mones 
9299                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
9300                 Fabio Junior Beneditto
9301
9302         * configure.in
9303           faq/Makefile.am
9304           faq/it/Makefile
9305           faq/it/sylpheed-faq*
9306           src/mainwindow.c
9307           src/manual.[ch]
9308                 add FAQ in Italian
9309         
9310
9311 2002-03-11 [jens]       0.7.3claws7
9312
9313         * po/de.po
9314                 updated German translation
9315
9316 2002-03-11 [melvin]     0.7.3claws6
9317
9318         * po/fr.po
9319                 updated and corrected French translation
9320
9321 2002-03-10 [hoa]        0.7.3claws5
9322
9323         * src/account.c
9324         * src/inc.c
9325         * src/prefs_account.c
9326         * src/procmsg.c
9327         * src/send.[ch]
9328                 fixed the local account.
9329                 you have to change the default "/usr/sbin/sendmail"
9330                 to "/usr/sbin/sendmail -t" in the preferences of
9331                 the local account.
9332
9333         * src/procmime.c
9334                 removed some debug display for renderer
9335
9336 2002-03-10 [paul]       0.7.3claws4
9337
9338         * faq/en/sylpheed-faq-1.html
9339           faq/en/sylpheed-faq-2.html
9340                 update
9341
9342 2002-03-09 [paul]       0.7.3claws3
9343
9344         * sync with sylpheed 0.7.4
9345                 see ChangeLog entry 2002-03-09
9346
9347 2002-03-08 [paul]       0.7.3claws2
9348
9349         * faq/en/sylpheed-faq*
9350           faq/es/sylpheed-faq*
9351           faq/fr/sylpheed-faq*
9352                 update the FAQs
9353
9354         * manual/fr/.cvsignore
9355           manual/fr/Makefilea.am
9356           manual/fr/sylpheed*
9357           src/mainwindow.c
9358           src/manual.[ch]
9359                 add the French manual
9360
9361 2002-03-07 [paul]       0.7.3claws1
9362
9363         * sync with sylpheed 0.7.3cvs4
9364                 see ChangeLog entries  2002-03-06 and 2002-03-07
9365         
9366         * po/nl.po
9367                 updated by Wilbert Berendsen
9368
9369 2002-03-07 [melvin]     0.7.2claws34
9370
9371         * src/selective_download.c
9372                 Changed the pixmap of the receive button to MAIL_RECEIVE.
9373
9374 2002-03-06 [paul]       0.7.2claws33
9375
9376         * sync with sylpheed 0.7.3cvs1
9377                 bug fix, see ChangeLog entry 2002-03-05
9378
9379 2002-03-05 [paul]       0.7.2claws32
9380
9381         * src/mimeview.c
9382           src/pgptext.[ch]
9383           src/procmsg.c
9384                 reverse the pgp ascii-armored code implemented in 
9385                 0.7.2claws16. removal of this code until it matures.
9386                 this means that verifying ascii-armored pgp sigs and
9387                 automatic decryption of ascii-armored encrypted
9388                 messages no longer works.
9389
9390 2002-03-05 [paul]       0.7.2claws31
9391
9392         * configure.in
9393           Makefile.am
9394         * faq/Makefile.am
9395         * faq/en/Makefile.am
9396           faq/en/sylpheed-faq.html
9397           faq/en/sylpheed-faq-1.html
9398           faq/en/sylpheed-faq-2.html
9399           faq/en/sylpheed-faq-3.html
9400         * faq/es/Makefile.am
9401           faq/es/sylpheed-faq.html
9402           faq/es/sylpheed-faq-1.html
9403           faq/es/sylpheed-faq-2.html
9404           faq/es/sylpheed-faq-3.html
9405           faq/es/sylpheed-faq-4.html
9406         * faq/fr/Makefile.am
9407           faq/fr/sylpheed-faq.html
9408           faq/fr/sylpheed-faq-1.html
9409           faq/fr/sylpheed-faq-2.html
9410           faq/fr/sylpheed-faq-3.html
9411         * src/Makefile.am
9412           src/defs.h
9413           src/mainwindow.c
9414           src/manual.[ch]
9415                 add FAQs in English, Spanish and French
9416
9417
9418 2002-03-05 [paul]       0.7.2claws30
9419
9420         * manual/en/sylpheed.html
9421           manual/en/sylpheed-XX.html
9422                 updated the English manual
9423
9424 2002-03-05 [hoa]        
9425
9426         * src/summaryview.c
9427                 dialog box pops up if the article can't be deleted.
9428
9429 2002-03-04 [paul]       
9430         
9431         * po/pt_BR.po
9432                 updated by Fabio Junior Benedito
9433
9434 2002-03-04 [hoa]
9435
9436         * removed ac/gpgme.m4
9437                 to avoid autogen common problem
9438                 developers have to install gpgme development package now
9439
9440         * src/compose.c
9441                 encoding to 7bit or 8bit is enabled.
9442
9443 2002-03-03 [alfons]     0.7.2claws29
9444
9445         * src/pop.c
9446                 merge fix by Oliver Haertel for selective
9447                 download buglet
9448
9449 2002-03-03 [paul]       0.7.2claws28
9450         
9451         * sync with sylpheed 0.7.3
9452
9453 2002-03-03 [paul]       0.7.2claws27
9454
9455         * sync with sylpheed 0.7.2cvs24
9456                 see ChangeLog entries 2002-03-02 and 2002-03-03
9457
9458 2002-03-02 [melvin]     0.7.2claws26
9459
9460         * src/inc.[ch]
9461         * src/main.c
9462         * src/mainwindow.c
9463         * src/prefs_common.[ch]
9464                 Added user definable notification on new mail arrival.
9465                 Removed unused variables in spell checker prefs code.
9466
9467 2002-03-02 [melvin]     0.7.2claws25
9468
9469         * src/quote_fmt.c
9470                 Removed unnecessary escape sequences.
9471                 Changed 'Initial...' to 'Initials of Sender'
9472
9473 2002-03-02 [paul]       0.7.2claws24
9474
9475         * sync with sylpheed 0.7.2cvs22
9476                 see ChangeLog entry 2002-03-01
9477
9478 2002-03-01 [hoa]        0.7.2claws23
9479
9480         * src/mainwindow.c
9481                 Set sensitivity of delete actions to active
9482                 even if the folder is a newsgroup.
9483
9484         * src/summaryview.c
9485                 - Set sensitivity of delete actions
9486                 - Added function check_permission() that will check if the
9487                   user is authorized to delete a message. For news, it
9488                   will check if the author is the same.
9489                 - Enabled deletion when there is no trash folder.
9490
9491         * src/news.[ch]
9492                 - Added news_cancel_article() to cancel articles
9493                 - Implemented news_remove_message() (public function)
9494
9495 2002-03-01 [paul]       0.7.2claws22
9496
9497         * src/gtkutils.c
9498           src/textview.c
9499                 recognise urls that that don't include 'http://' and
9500                 simply begin 'www.' 
9501
9502         * AUTHORS
9503                 remove duplicated name
9504
9505 2002-02-28 [paul]       0.7.2claws21
9506
9507         * src/mainwindow.c
9508           src/summaryview.[ch]
9509                 add ability to 'Select thread'
9510                 combines Melvin's "Select thread's head" patch (#510907)
9511                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
9512                 patch (#518514) 
9513
9514 2002-02-28 [paul]       0.7.2claws20
9515
9516         * src/mimeview.c
9517                 hopefully fix segfault on right-clicking a mime part
9518                 that some people have experienced.      
9519                 fix submitted by Fredrik Olofsson <frol@linux.nu>
9520
9521 2002-02-28 [paul]       0.7.2claws19
9522
9523         * sync with sylpheed 0.7.2cvs21
9524                 see ChangeLog entries 2002-02-27 and 2002-02-28
9525
9526 2002-02-27 [paul]       0.7.2claws18
9527
9528         * sync with sylpheed 0.7.2cvs18
9529                 see ChangeLog entries 2002-02-26 and 2002-02-27
9530
9531 2002-02-26 [alfons]     0.7.2claws17
9532
9533         * src/procheader.c
9534                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
9535                 (spotted by Chris Hessman <idatech@gmx.net>)
9536
9537 2002-02-26 [paul]       0.7.2claws16
9538
9539         * src/mimeview.c
9540           src/pgptext.[ch]
9541           src/procmsg.c
9542                 make decryption of ascii-armored pgp encrypted messages
9543                 and verification of ascii-armored signatures work again.
9544                 slightly altered from the patch by Jens Jahnke 
9545                 <jan0sch@gmx.net>
9546
9547                 ##FIX ME##
9548                 * the checking of plaintext signatures always comes up in 
9549                   a popup box
9550                 * it doesn't work for multipart messages 
9551                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
9552                   including the msg headers and these 2 line themselves, are 
9553                   not displayed
9554
9555         * src/mainwindow.c
9556                 "View/Folder Tree" becomes "View/Separate Folder Tree"
9557                 "View/Message View" becomes "View/Separate Message View"
9558                 because its less ambiguous.
9559
9560         * po/es.po
9561                 updated by Ricardo Mones Lastra
9562
9563 2002-02-26 [paul]       0.7.2claws15
9564
9565         * sync with sylpheed 0.7.2cvs17
9566                 see ChangeLog entries 2002-02-25 and 2002-02-26
9567
9568 2002-02-25 [christoph]  0.7.2claws14
9569
9570         * src/filtering.[ch]
9571         * src/inc.c
9572                 do filtering stuff after all messages have been received
9573                   1. drop all messages to .processing
9574                   2. scan processing folder for messages
9575                   3. filter messages or move to inbox
9576                 this will also find old messages left in processing after
9577                 a crash or something like that and we get a real msginfo
9578                 from folder->get_msg_list and do not have to create our
9579                 own in filter_message
9580         * src/matcher_parser_parse.y
9581                 remove MIX/MAX warning (reordered includes)
9582
9583 2002-02-25 [paul]       0.7.2claws13
9584
9585         * sync with sylpheed 0.7.2cvs15
9586                 see ChangeLog entry 2002-02-24
9587
9588 2002-02-24 [alfons]     0.7.2claws12
9589
9590         * src/filtering.c
9591                 clear old color flags first when applying a new color to
9592                 a message info. 
9593                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
9594
9595 2002-02-24 [alfons]     0.7.2.claws11
9596         
9597         * AUTHORS
9598         * src/prefs_common.c
9599                 add presets for Opera and Konqueror, closes patch #517261,
9600                 submitted by Ville Skyttä <scop@users.sourceforge.net>
9601
9602 2002-02-24 [alfons]     0.7.2.claws10
9603
9604         * AUTHORS
9605         * src/summaryview.c
9606                 fix threading for null message ids, closes patch #521601,
9607                 submitted by Bob Forsman <hammor@users.sourceforge.net>
9608
9609 2002-02-24 [alfons]     0.7.2claws9
9610
9611         * src/summaryview.c
9612         * src/filtering.c
9613                 make Tool | Filter Message work with filtering system so
9614                 setting flags also works
9615
9616                 TODO:
9617
9618                 - Processing uses the same function as Tool | Filter
9619                   Message, but doesn't use the same update proc yet
9620
9621 2002-02-23 [paul]       0.7.2claws8
9622
9623         * sync with sylpheed 0.7.2cvs14
9624                 see ChangeLog entries 2002-02-22 and 2002-02-23
9625
9626 2002-02-22 [christoph]  0.7.2claws7
9627
9628         * src/quote_fmt.c
9629                 Add column space to table
9630         * src/quote_fmt_parse.y
9631                 Close files
9632
9633 2002-02-22 [paul]       0.7.2claws6
9634
9635         * src/Makefile.am
9636           src/defs.h
9637           src/filtering.c
9638           src/inc.[ch]
9639           src/mainwindow.c
9640           src/matcher.[ch]
9641           src/matcher_parser_lex.l
9642           src/matcher_parser_parse.y
9643           src/pop.[ch]
9644           src/prefs_account.h
9645           src/prefs_filtering.c
9646           src/selective_download.[ch]   *** NEW FILES ***
9647           src/utils.[ch]
9648           po/POTFILES.in
9649                 Selective Download added to 'Tool' menu. 
9650                 Retrieves email headers of the currently selected pop3 
9651                 account and allows the user to mark emails for deletion 
9652                 right on the pop3 server. Patch submitted by Oliver Haertel 
9653                 <oha@users.sourceforge.net>.
9654         
9655         * po/POTFILES.in
9656                 add 'src/quote_fmt.c'           
9657
9658 2002-02-22 [christoph]  0.7.2claws5
9659
9660         * src/Makefile.am
9661                 added quote_fmt.c
9662         * src/prefs_common.[ch]
9663         * src/prefs_template.c
9664         * src/quote_fmt.c               *** NEW FILE ***
9665         * src/quote_fmt.h
9666                 move quote format symbol description code
9667                 to it's own file because it is used from
9668                 differnent code parts
9669                 Rewrote symbol description GUI
9670                   + use table
9671                   + add separators
9672                   + get data from array (no more long constant strings)
9673         * src/quote_fmt_lex.l
9674         * src/quote_fmt_parse.y
9675                 Symbol for Literal % changed to \% instead of %%
9676                 (More logical as \ is used for quoting for other symbols)
9677                 Add |f and |p to include files and program output
9678                 Examples:
9679                     |f{/home/.../.signature}
9680                     |p{date}
9681         * po/de.po
9682                 Correct wrong spelling for "Referenzen"
9683
9684 2002-02-21 [paul]       0.7.2claws4
9685
9686         * src/procmsg.c
9687                 forgotten during sync
9688
9689 2002-02-21 [paul]       0.7.2claws3
9690
9691         * sync with sylpheed 0.7.2cvs11
9692                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
9693                 2002-02-20 and 2002-02-21
9694
9695 2002-02-20 [melvin]     0.7.2claws2
9696
9697         * src/prefs_actions.c
9698                 Added error report when child cannot fork or when execvp 
9699                 returns with an error.
9700
9701 2002-02-19 [christoph]  0.7.2claws1
9702
9703         * src/codeconv.c
9704                 return unconverted text if conde conversion is not possible
9705                 when libjconv is used.
9706                 (patch submitted by "Simon 'corecode' Schubert")
9707
9708 2002-02-19 [paul]       
9709
9710         * version 0.7.2claws release
9711
9712 2002-02-19 [paul]       0.7.2claws
9713
9714         * po/nl.po
9715                 updated by Wilbert Berendsen
9716
9717
9718 2002-02-18 [alfons]     0.7.1claws13
9719
9720         * src/syldap.c
9721         * src/jpilot.c
9722                 remove references to dlfcn and explicitly loading functions
9723                 from dynalink libs, because libs linked anyway, and functions
9724                 are loaded explicitly
9725
9726 2002-02-17 [melvin]     0.7.1claws12
9727
9728         * src/prefs_actions.c
9729                 Replaced children wait loop with double fork technique.
9730                 Now, input/output window updated at each new output.
9731                 free_children(): Fixed a memory leak.
9732                 Made input/output window non closable if running children
9733                 still exist.
9734                 Added missing <unistd.h> include.
9735                 Added some --debug outputs.
9736
9737 2002-02-17 [melvin]     0.7.1claws11
9738
9739         * src/summaryview.c
9740                 Fixed bug where descending sort order did not select top
9741                 message.
9742
9743 2002-02-17 [melvin]     0.7.1claws10
9744
9745         * acconfig.h
9746                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
9747         * src/prefs_common.c
9748                 Pspell data package directory no more hard coded but
9749                 set during configuration (PSPELL_PATH). (Thanks to 
9750                                 Gustavo Noronha Silva.)
9751
9752 2002-02-17 [melvin]     0.7.1claws9
9753
9754         * configure.in
9755                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
9756         * src/gtkspell.c
9757                 Fixed compile-time warnings.
9758
9759 2002-02-16 [alfons]     0.7.1claws8
9760
9761         * src/filesel.c
9762                 fix inadvertent free of NULL pointer which caused
9763                 sylpheed to crash when closing the save-as dialog
9764                 using the window close button
9765
9766 2002-02-16 [carsten]    0.7.1claws7
9767         * src/mainwindow.[ch]
9768           src/summaryview.c
9769           src/prefs_common.c
9770                 fixes for pixmap theming code:
9771                         - recently changed mail attributes shouldn't get
9772                           lost any longer
9773                         - theme is only reloaded iff another theme was
9774                           selected
9775
9776 2002-02-16 [paul]       0.7.1claws6
9777
9778         * sync with sylpheed 0.7.2 release
9779                 see ChangeLog entry 2002-02-15 and 2002-02-16
9780
9781 2002-02-15 [paul]       0.7.1claws5
9782
9783         * sync with sylpheed 0.7.1cvs9
9784                 see ChangeLog entry 2002-02-15
9785
9786         * po/POTFILES.in
9787                 remove unneeded headerwindow.c entry
9788
9789 2002-02-14 [carsten]    0.7.1claws4
9790         * src/summaryview.c
9791                 fixed a bug for "Go to next unread message": there was
9792                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
9793                 in the prefs, because of doing "Search again" instead
9794                 "No"
9795
9796 2002-02-14 [carsten]    0.7.1claws3
9797         * src/stock_pixmap.c
9798                 removed 2 more mem leaks; following memprof,
9799                 this code is "leak free" now :)
9800
9801 2002-02-14 [carsten]    0.7.1claws2
9802         * src/stock_pixmap.c
9803                 used opendir/readdir/closedir instead of scandir
9804                 -> code should work now on Solaris
9805
9806 2002-02-14 [paul]       0.7.1claws1
9807
9808         * sync with sylpheed 0.7.1cvs8
9809                 see ChangeLog entries 2002-02-13 and 2002-02-14
9810
9811         * README.claws
9812                 add some description of Actions and Pixmap Themes
9813
9814 2002-02-13 [paul]       
9815
9816         * version 0.7.1claws release
9817
9818 2002-02-13 [paul]       0.7.1claws
9819
9820         * po/es.po
9821           po/it.po
9822           po/pt_BR.po
9823                 updated translations, submitted by Ricardo Mones Lastra,
9824                 Alessandro Maestri and Fabio Junior Beneditto
9825
9826 2002-02-13 [melvin]     0.7.0claws75
9827
9828         * src/prefs_actions.c
9829                 Added missing "signal.h" include
9830
9831 2002-02-13 [melvin]     0.7.0claws74
9832
9833         * src/prefs_folder_item.c
9834                 Added missing "config.h" include
9835         * po/fr.po
9836                 Updated French translation for folder propriety.
9837
9838 2002-02-13 [jens]       0.7.0claws73
9839
9840         * po/POTFILES.in
9841                 Added missing src/prefs_folder_item.c [log added by melvin]
9842         * po/de.po
9843                 Updated German translation.
9844
9845 2002-02-13 [melvin]     0.7.0claws72
9846
9847         * po/fr.po
9848                 Updated French translation.
9849
9850 2002-02-13 [melvin]     0.7.0claws71
9851
9852         * src/gtkutils.c
9853                 Made gtkut_editable_get_selection return NULL if selection
9854                 is of length zero.
9855                 This fixes a bug where selecting part of message A then
9856                 switching to message B and replying to it will not
9857                 quote the message's body.
9858
9859 2002-02-12 [paul]       0.7.0claws70
9860
9861         * src/mainwindow.c
9862                 cosmetic, relating to pixmap themes: on toolbar make 
9863                 updating of 'Exec' and 'Compose news/Compose email'
9864                 icons faster.
9865
9866 2002-02-12 [carsten]    0.7.0claws69
9867         * src/folderview.c
9868           src/mainwindow.[ch]
9869           src/stock_pixmap.c
9870           src/summaryview.c
9871           src/prefs_common.c
9872                 - refreshing after changing pixmap theme better
9873                   now (thanks Paul)
9874                 - wanted to remove some mem leaks, but alfons was
9875                   faster (and had the better solution ;)
9876
9877 2002-02-12 [alfons]     0.7.0claws68
9878
9879         * src/prefs_common.c
9880         * src/stock_pixmap.[ch]
9881                 plug mem leaks, refactor code a little bit
9882
9883
9884 2002-02-12 [sergey]     0.7.0claws67
9885
9886         * src/imap.c
9887                 Fixed problem with copying messages to IMAP folders when the
9888                 server uses something other than '/' as a namespace separator
9889                 (cyrus-imapd uses '.').
9890
9891 2002-02-12 [jens]       0.7.0claws66
9892
9893         * po/de.po
9894                 Updated German Translation
9895
9896 2002-02-12 [paul]       0.7.0claws65
9897
9898         * sync with sylpheed 0.7.1cvs1
9899                 see ChangeLog entry 2002-02-12
9900
9901 2002-02-12 [melvin]     0.7.0claws64
9902
9903         * src/prefs_actions.c
9904                 Fixed "feature" where children's output was duplicated 
9905                 instead of refreshed while monitoring.
9906                 Removed some debug code.
9907
9908 2002-02-12 [christoph]  0.7.0claws63
9909
9910         * src/compose.c
9911                 always delete message from queue after sending/send error
9912                 (closes bug #509601)
9913
9914 2002-02-12 [melvin]     0.7.0claws62
9915
9916         * src/prefs_actions.c
9917                 Children wait loop is now triggered with a timeout of 1s
9918                 Added %F which is replaced with the list of filenames 
9919                 of all selected messages (as suggested by Ricardo Mones Lestra)
9920                 Pipe syntax changed. Prefix with | to send selection, postfix
9921                 with | to retrieve output. Prefix with > or * to send
9922                 user definable input to the command (*: input is hidden)
9923                 Old pipe action should now be postfixed with |, too.
9924
9925 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
9926         * src/stock_pixmap.c
9927                 fixed a bug: if there's no theme directory don't
9928                 throw an error, just do "nothing" (thanks Alfons)
9929
9930 2002-02-12 [carsten]    0.7.0claws60
9931         * src/folderview.c
9932           src/summaryview.c
9933                 had to write the cache twice (nasty!); some marks would 
9934                 get lost if not
9935
9936 2002-02-11 [carsten]    0.7.0claws59
9937         * acconfig.h
9938           configure.in
9939           doc-src/maintainer_guide.txt
9940           src/compose.[ch]
9941           src/defs.h
9942           src/folderview.[ch]
9943           src/gtkutils.[ch]
9944           src/mainwindow.[ch]
9945           src/prefs_common.[ch]
9946           src/stock_pixmap.[ch]
9947           src/summaryview.[ch]
9948                 pixmap theming and related work on pixmap
9949                 handling on some other places
9950                 (e.g. hrm features for all folder)
9951           src/pixmap/stock_*.xpm -> the stock_ was removed
9952         
9953 2002-02-11 [paul]       0.7.0claws58
9954
9955         * sync with sylpheed 0.7.1 release
9956                 see ChangeLog entries 2002-02-11
9957
9958 2002-02-08 [paul]       0.7.0claws57
9959
9960         * sync with sylpheed 0.7.0cvs39
9961                 see ChangeLog entry 2002-02-07 (last entry) 
9962
9963         * src/prefs_actions.c
9964           src/prefs_filtering.c
9965           src/prefs_matcher.c
9966           src/prefs_scoring.c
9967                 sync: made it compile with C compilers other than gcc
9968
9969 2002-02-07 [paul]       0.7.0claws56
9970
9971         * sync with sylpheed 0.7.0cvs38
9972                 see ChangeLog entries 2002-02-06 (last 2 entries) and
9973                 2002-02-07
9974
9975 2002-02-07 [darko]      0.7.0claws55
9976
9977         * src/gtkutils.[ch]
9978         * src/summaryview.c
9979                 Fix const gchar */gchar * issue (thanks Hiro)
9980
9981 2002-02-07 [darko]      0.7.0claws54
9982
9983         * src/compose.[ch]
9984         * src/filtering.c
9985         * src/gtkutils.[ch]
9986         * src/prefs_template.c
9987         * src/quote_fmt.h
9988         * src/quote_fmt_parse.y
9989         * src/summaryview.c
9990         * src/utils.[ch]
9991                 When replying or forwarding an email don't quote the entire
9992                 mail body but use the part of the message text that is selected
9993
9994 2002-02-06 [melvin]     0.7.0claws53
9995
9996         * src/prefs_common.[ch]
9997         * src/gtkspell.[ch]
9998         * src/compose.c
9999                 Made possible to switch quickly to last used dictionary
10000                 which makes checking bilingual documents easier.
10001
10002 2002-02-06 [melvin]     0.7.0claws52
10003         
10004         * po/POTFILES.in
10005                 Added forgotten new file src/prefs_actions.c
10006
10007 2002-02-06 [melvin]     0.7.0claws51
10008
10009         * src/prefs_actions.c   ** NEW FILE **
10010         * src/prefs_actions.h   ** NEW FILE **
10011                 Added actions to execute on message text view, or on the
10012                         message's file.
10013         * src/Makefile.am
10014                 Added src/prefs_actions.[ch]
10015         * src/compose.c
10016                 Added new menu "Edit/Actions"
10017         * src/defs.h
10018                 Added new actionsrc file.
10019         * src/main.c
10020                 Added actionsrc reading.
10021         * src/mainwindow.c
10022                 Added new menus "Edit/Actions" and "Configuration/Actions..."
10023         * src/prefs_common.h
10024                 Added new element actionslst element to prefs_common.
10025
10026 2002-02-06 [paul]       0.7.0claws50
10027
10028         * sync with sylpheed 0.7.0cvs36
10029                 see ChangeLog entry 2002-02-06
10030
10031 2002-02-05 [paul]
10032
10033         * po/es.po
10034                 updated by Ricardo Mones Lastra
10035
10036 2002-02-05 [paul]       0.7.0claws49
10037
10038         * sync with sylpheed 0.7.0cvs33
10039                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
10040
10041 2002-02-05 [paul]       0.7.0claws48
10042
10043         * src/compose.c
10044                 re-add 'Edit/Advanced/Delete entire line', previously named
10045                 'Delete Line+'
10046
10047 2002-02-04 [paul]       0.7.0claws47
10048
10049         * src/compose.c
10050           src/summaryview.c
10051                 fix bug #494993 (Reply All not taking Reply-To into consi)
10052                 eliminate differences in behaviour of right-click 'Reply to all' 
10053                 in summary view and 'Reply to all' on the toolbar. 
10054                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
10055                 view and From gets ignored by 'Reply to all' on toolbar.
10056                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
10057                 From when no Reply-To header is present.
10058
10059 2002-02-04 [paul]       0.7.0claws46
10060
10061         * sync with sylpheed 0.7.0cvs30
10062                 see ChangeLog entries 2002-02-03 and 2002-02-04
10063
10064 2002-02-03 [melvin]     0.7.0claws45
10065
10066         * src/gtkspell.[ch]
10067                 Readded function to highlight all misspelled words.
10068                 Fixed bug where user-provided-words did not replace
10069                         correctly the misspelled word when using the mouse.
10070                 Fixed bug where checking a region selected from right to left did
10071                         not check the region at all.
10072                 Fixed bug where 'Check backwards' may not check at all. 
10073                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
10074                 Fixed possible buffer overflow when checking for long strings (>1k).
10075                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
10076                 Accelerators code uses now gtk_widget_add_accel.
10077                 Removed and disabled obsolete and unfinished code.
10078                 Cleaning up.
10079
10080         * src/compose.c
10081                 Added menu item to Highlight all misspelled words.
10082
10083 2002-02-01 [paul]       0.7.0claws44
10084
10085         * src/mainwindow.c
10086                 fix '/View/Hide read messages' sensitivity when all
10087                 messages in a folder are hidden
10088
10089 2002-02-01 [paul]       0.7.0claws43
10090
10091         * src/main.c
10092                 add --send option to command line interface, sends all
10093                 queued mail. Patch submitted by Ricardo Mones Lastra.
10094
10095 2002-01-31 [paul]       0.7.0claws42
10096
10097         * src/mainwindow.c
10098                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
10099
10100 2002-01-31 [paul]       0.7.0claws41
10101
10102         * sync with sylpheed 0.7.0cvs27
10103                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
10104                 and 2002-01-31
10105
10106         * src/textview.c
10107                 comment out elements of textview_show_part() as temporary
10108                 workaround for attachment 'Display as text' bug 
10109
10110         * po/pt_BR.po
10111                 updated by Fabio Junior Beneditto
10112
10113 2002-01-30 [paul]       0.7.0claws40
10114
10115         * sync with sylpheed 0.7.0cvs24
10116                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
10117                 and 2002-01-30
10118
10119         * src/compose.c
10120                 add {N_("/_Spelling"), ... "<Branch>"} to 
10121                 GtkItemFactoryEntry compose_entries[]
10122
10123         * src/prefs_common.c
10124                 add claws menu items to prefs_keybind_apply_clicked()
10125                 and remove non-claws menu items
10126
10127 2002-01-29 [paul]       0.7.0claws39
10128
10129         * sync with sylpheed 0.7.0cvs22
10130                 see ChangeLog entries 2002-01-28 and 2002-01-29
10131
10132 2002-01-28 [melvin]     0.7.0claws38
10133
10134         * src/compose.c
10135                 Added the declartion of compose_send_control_enter.
10136
10137         * src/compose.c
10138         * src/gtkspell.[ch]
10139                 Added in a 'Spelling' menu which includes the configuration menu. 
10140                 Added a real 'Check all' and got rid from the old one which only
10141                 highlited misspelled word.
10142                 Made 'Check while typing' a disableable option.
10143                 Added a dialog when there are no more misspelled word.
10144                 Added a dialog if error occurs when switching to a dictionary.
10145         
10146         * src/prefs_common.[ch]
10147                 Added option for the default 'Check while typing' option.
10148
10149
10150 2002-01-28 [alfons]     0.7.0claws37
10151
10152         * src/compose.c
10153                 fix buglet and make code comply with sylpheed code style
10154
10155 2002-01-28 [paul]       0.7.0claws36
10156
10157         * sync with sylpheed 0.7.0cvs19
10158                 see ChangeLog entries for 2002-01-28
10159
10160 2002-01-28 [hoa]        0.7.0claws35
10161
10162         * src/defs.h
10163                 added rendererrc
10164
10165         * src/main.c
10166                 read the renderer config
10167
10168         * src/procmime.[ch]
10169                 use the renderer config to convert mime attachments
10170
10171         * src/textview.c
10172                 don't use textview_show_html/ertf,
10173                 use get_text_content instead
10174
10175 2002-01-27 [alfons]     0.7.0claws34
10176         
10177         * src/news.c
10178                 make sylpheed believe it can delete a news message...
10179                 (messages are NOT deleted, maybe we should remove
10180                 processing from the folder properties after all.)
10181
10182 2002-01-27 [alfons]     0.7.0claws33
10183
10184         * src/folder.c
10185                 add extra checks
10186         * src/news.c
10187                 implement remove_msg() 
10188
10189 2002-01-27 [alfons]     0.7.0claws32
10190
10191         * src/procmsg.h
10192         * src/procheader.c
10193         * src/messageview.c
10194                 fix return receipt / disposition notification again. this
10195                 stuff seems to break on _every_ major summary UI change, so
10196                 it's now implemented using a flag which is saved in the
10197                 marks cache
10198                 
10199 2002-01-26 [alfons]     0.7.0claws31
10200
10201         * src/import.c
10202                 let import dialog show the destination folder identifier
10203
10204 2002-01-26 [melvin]     0.7.0claws30
10205
10206         * src/folderview.c
10207         * src/summaryview.c
10208                 Readded 'Mark all read' into summary view popup menu
10209                 Added 'Mark all read' in folder view popup menu for IMAP
10210                 and NNTP.
10211                 Made it insensitive if the selected folder is not the shown
10212                 one to avoid 'Mark all read' on the wrong folder.
10213                 
10214 2002-01-26 [paul]       0.7.0claws29
10215
10216         * src/folderview.c
10217           src/summaryview.c
10218                 move 'Mark all read' from summary view to folder view
10219                 menu. (adapted from) patch submitted by Jeremy Andrews,
10220                 <lists@kerneltrap.com>
10221
10222 2002-01-25 [alfons]     0.7.0claws28
10223
10224         * src/gtkstext.c
10225                 put the gtk class name back so GtkSText adapts the 
10226                 settings of GtkText
10227
10228 2002-01-25 [alfons]     0.7.0claws27
10229
10230         * src/folderview.c 
10231                 assimilate Ricardo's patch that shows pixmaps instead of
10232                 plain "new" and "unread" texts in the folder view column
10233                 headers 
10234
10235 2002-01-25 [paul]       0.7.0claws26
10236
10237         * src/Makefile.am
10238                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
10239                 be found in non-standard locations. 
10240                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
10241
10242 2002-01-25 [paul]       0.7.0claws25
10243
10244         * sync with sylpheed 0.7.0cvs16
10245                 see ChangeLog entry 2002-01-25
10246
10247 2002-01-24 [paul]       0.7.0claws24
10248
10249         * more sync with sylpheed 0.7.0cvs15
10250                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
10251
10252 2002-01-23 [sergey]     0.7.0claws23
10253
10254         * src/importldif.c
10255                 Fixed segfault when closing LDIF import wizard with
10256                 the window manager.
10257         * src/imageview.c
10258         * src/imageview.h
10259         * src/messageview.c
10260         * src/mimeview.c
10261                 Fixed wrong scrolling position after switching between
10262                 text and image parts.
10263
10264 2002-01-23 [paul]       0.7.0claws22
10265
10266         * sync with sylpheed 0.7.0cvs15
10267                 see ChangeLog entries 2002-01-22 and 2002-01-23
10268
10269 2002-01-21 [melvin]     0.7.0claws21
10270
10271         * src/prefs_scoring.c
10272         * src/prefs_filtering.c
10273                 Fixed bug where scoring and filtering windows stopped
10274                 autochecking.
10275
10276 2002-01-21 [paul]       0.7.0claws20
10277
10278         * sync with sylpheed 0.7.0cvs12
10279                 see ChangeLog entries 2002-01-20 and 2002-01-21
10280
10281 2002-01-21 [carsten]    0.7.0claws19
10282         * src/mainwindow.c
10283         * src/menu.[ch]
10284         * src/messageview.[ch]
10285         * src/summaryview.[ch]
10286                 changes to shortcuts handling again:
10287                         + "Q" now controled by mainwin
10288                         + v/V are now customizable and have slightly
10289                           different meanings
10290                 the "button" to minimize the messageview (and maximize
10291                 the summary view) is a real button now
10292         * src/compose.c
10293                 "Delete Line+" added to Edit/Advanced (this will also
10294                 delete the '\n')
10295
10296 2002-01-20 [melvin] 0.7.0claws18
10297
10298         * src/addressbook.c
10299                 Made "Bcc" sensitive when addressbook is called from
10300                 compose window (it was a Claws only bug).
10301
10302 2002-01-19 [alfons] 0.7.0claws17
10303
10304         * src/inc.c
10305                 prevent unnecessary updates when currently selected folder has
10306                 no new messages 
10307
10308 2002-01-19 [alfons] 0.7.0claws16
10309         
10310         * src/summaryview.c
10311                 prevent writing the cache based on current message list in summary 
10312                 view when filtering also put messages in currently selected folder
10313
10314 2002-01-19 [paul]
10315
10316         * po/it.po
10317                 Italian translation submitted by Alessandro Maestri
10318                 <a.maestri@cs.tin.it>
10319
10320 2002-01-18 [melvin]     0.7.0claws15
10321
10322         * src/prefs_filters.c
10323                 fixed bug where 'cancel' from 'filters' window stops autochecking
10324                 if the timer timed out  when the window was open.
10325
10326 2002-01-18 [match]      0.7.0claws14
10327
10328         * src/addrclip.[ch]     ** NEW FILE **
10329         * src/addrselect.[ch]   ** NEW FILE **
10330         * src/adbookbase.h      ** NEW FILE **
10331                 addressbook cut, copy and paste
10332         * src/addrbook.[ch]
10333         * src/addrcache.[ch]
10334         * src/addressitem.h
10335         * src/addrindex.[ch]
10336         * src/addritem.[ch]
10337         * src/importldif.c
10338         * src/importmutt.c
10339         * src/jpilot.[ch]
10340         * src/syldap.[ch]
10341         * src/vcard.[ch]
10342         * src/jpilot.[ch]
10343         * src/editbook.c
10344         * src/editjpilot.c
10345         * src/editldap.c
10346         * src/editvcard.c
10347                 support for copy/paste
10348         * src/addressbook.c
10349                 support for copy/paste
10350                 tidy up menu option processing
10351                 correct address list function arguments
10352         * src/editaddress.c
10353                 sort user attributes
10354         * src/ldif.h
10355         * src/mutt.h
10356                 tidy up
10357
10358         * src/addrbook.[ch]
10359         * src/addrbook.[ch]
10360         * src/addrbook.[ch]
10361                 
10362
10363 2002-01-18 [paul]       0.7.0claws13
10364
10365         * sync with sylpheed 0.7.0cvs8
10366                 configure.in: support Mac OS X (Darwin)
10367
10368 2002-01-18 [carsten]    0.7.0claws12
10369         * src/html.c
10370                 small hack to fix a segfault with an empty href
10371                 (reported by Alexandra Walford <deeni@altern.org>)
10372         * src/mainwindow.c
10373         * src/summaryview.c
10374                 the shortcuts for Mark und Mark as unread are hardcoded
10375                 again
10376         * src/compose.c
10377         * src/gtkstext.[ch]
10378                 readded the shortcuts in gtkstext but made them
10379                 customizeable (simply by adding a menu plus a wrapper
10380                 to compose.c)
10381
10382 2002-01-17 [melvin]     0.7.0claws11
10383
10384         * src/gtkspell.c
10385                 fix default dictionary not being saved.
10386
10387 2002-01-16 [darko]      0.7.0claws10
10388
10389         * src/compose.c
10390                 fix wrapping crash with URL longer than wrapping margin
10391
10392 2002-12-08 [hoa]        0.7.0claws10
10393
10394         * src/matcher_parser_parse.y
10395                 fixed some bugs
10396
10397         * src/prefs_filtering.c
10398                 now, we can use bounce action in the dialog box.
10399
10400 2002-01-16 [carsten]    0.7.0claws9
10401         * src/gtkstext.c
10402                 removed the <control> and <alt> shortcuts because they're
10403                 not needed and interefered with the "normal" shortcuts
10404         * src/mainwindow.c
10405         * src/summaryview.c
10406                 removed most of the hardcoded shortcuts and assigned
10407                 them to menu entries making them easy customizable by
10408                 that
10409
10410 2002-01-16 |melvin]     0.7.0claws8
10411
10412         * src/gtkspell.c
10413                 fixed bug where using the mouse and when the compose
10414                 window is not on top may result in a crash.
10415
10416 2002-01-16 [melvin]     0.7.0claws7
10417
10418         * src/compose.c
10419                 fixed a long standingspell checker bug which could 
10420                 cause a crash after sending a message.
10421
10422 2002-01-16 [paul]       0.7.0claws6
10423
10424         * sync with sylpheed 0.7.0cvs7
10425                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
10426                 2002-01-15, and 2002-01-16
10427
10428 2002-01-16 [melvin]     0.7.0claws5
10429
10430         * README.claws
10431         * src/compose.c
10432         * src/gtkspell.[ch]
10433         * src/main.c
10434                 Heavily modified spell checker code to work around
10435                 ispell bug, to add keyboard shortcuts and for future
10436                 enhancements. See README.claws for usage information.
10437
10438 2002-01-15 [alfons]     0.7.0claws4
10439         
10440         * src/summaryview.c
10441                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
10442                 so sorting within threads reflects sort mode
10443
10444 2002-01-15 [christoph]  0.7.0claws3
10445
10446         * src/procmsg.c
10447                 added alertpanel if mail sending failed
10448
10449 2002-01-15 [alfons]     0.7.0claws2
10450         
10451         * src/prefs_filtering.c
10452                 don't stop timer when prefs filtering dialog is opened
10453
10454 2002-01-14 [alfons]     0.7.0claws1
10455
10456         * src/addr_compl.c
10457         * src/prefs.c
10458                 remove debug_print()s for privacy reasons
10459
10460 2002-01-14 [darko]      0.7.0claws
10461
10462         * README.claws
10463                 quotation wrapping is now also in the main branch
10464
10465 2002-01-14 [paul]
10466
10467         * tools/filter_conv.pl
10468                 allow for Boolean Op and case-sensitivity
10469                 this file is included in the release and tagged
10470                 'rel_0_7_0'
10471
10472 2002-01-13 [paul]       0.7.0claws
10473
10474         * release 0.7.0, with cvs tag 'rel_0_7_0'
10475
10476 2002-01-13 [paul]
10477
10478         * tools/filter_conv.pl
10479         * tools/README
10480                 rewritten to output to matcherrc instead of filteringrc
10481
10482         * po/es.po
10483                 updated Spanish translation by Ricardo Mones Lastra
10484
10485 2002-01-13 [alfons]
10486
10487         * po/nl.po
10488                 update dutch translation
10489
10490 2002-01-13 [paul]
10491
10492         * po/pt_BR.po
10493                 Updated by Fabio Junior Beneditto 
10494
10495 2002-01-13 [melvin]     0.6.6claws53
10496
10497         * po/fr.po
10498                 Updated french translation
10499
10500 2002-01-12 [alfons]     0.6.6claws52
10501
10502         * src/filtering.c
10503                 plug mem leak that has been sitting there for ages              
10504
10505 2002-01-12 [alfons]     0.6.6claws51
10506
10507         * src/summaryview.c
10508                 undo melvin's changes from 0.6.6claws48 because summary
10509                 view now refuses to select first unread message when
10510                 selecting a folder 
10511
10512 2002-01-11 [alfons]     0.6.6claws50
10513
10514         * src/import.c
10515                 use claws' semantics for getting folder item when
10516                 importing an mbox file into a folder 
10517                 (submitted by Dale P. Smith)
10518
10519 2002-01-11 [christoph]  0.6.6claws49
10520
10521         * src/prefs.h
10522                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
10523                 toggle widget, because non static prefs can not use
10524                 prefs_set_* functions
10525         * src/prefs_account.c
10526                 toggle smtp auth password field sensitivity if
10527                 user id is empty and add descrition of usage for
10528                 these fields
10529         * src/prefs_folder_item.c
10530                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
10531                 callbacks
10532
10533 2002-01-11 [melvin]     0.6.6claws48
10534
10535         * src/compose.c
10536                 fix the 'Ctrl-Enter' feature for sending and test really
10537                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
10538                 editables which was not documented in Gtk)
10539
10540         * src/summaryview.c
10541                 Made summaryview refresh after sorting and not before.
10542
10543 2002-01-11 [christoph]  0.6.6claws47
10544
10545         * src/compose.c
10546                 select account from account ids if possible and
10547                 correctly set save folder for copy in reedit
10548
10549 2002-01-10 [paul]       0.6.6claws46
10550
10551         * sync with sylpheed 0.7.0 release
10552                 see ChangeLog entries 2002-01-07, 2002-01-08 and
10553                 2002-01-09
10554
10555 2002-01-09 [alfons]
10556
10557         * src/summaryview.c
10558                 remove more dirt traces...
10559
10560 2002-01-09 [alfons]
10561         
10562         * src/summaryview.c
10563                 clean up some traces of my debugging stuff
10564
10565 2002-01-09 [alfons]     0.6.6claws45
10566
10567         * src/filtering.c
10568                 break up filteringprop_apply() in three separate pieces
10569                 so we can drop messages that failed processing in the
10570                 inbox
10571
10572         * src/summaryview.c
10573                 fix bug #469598 "no refresh of inbox after filter" which 
10574                 was introduced by the new summary view locking, and which 
10575                 prevented the summary view to update after a manual filter 
10576                 message. claw's filter message requires a summary_show().
10577                 (aargh, summary_show() again! :-)
10578                 
10579 2002-01-07 [alfons]     0.6.6claws44
10580
10581         * src/headerwindow.c
10582         * src/logwindow.c
10583         * src/messageview.c
10584         * src/sourcewindow.c
10585                 bring in Hiro's last 0.7.0 wm class fixes
10586
10587         * tools/sylprint.pl
10588                 bring in Ricardo's fix for sylprint script
10589
10590         * AUTHORS       
10591         * src/rfc2015.[ch]
10592         * src/prefs_common.[ch]
10593         * src/prefs_account.[ch]
10594         * src/compose.c
10595                 clean up account preference poison in rfc2015,
10596                 and preparation to fix double sign bug 
10597                 (patch submitted by Simon 'corecode' Schubert)
10598
10599 2002-01-07 [christoph]  0.6.6claws43
10600
10601         * src/mh.c
10602                 search for free message number, do not only rely
10603                 on last_num
10604         * src/send.c
10605                 fix smtp auth and use extra account information
10606                 if available, if not use pop3 data instead
10607                 (closes bug #500341)            
10608         * src/ssl.[ch]
10609                 match coding style
10610
10611 2002-01-06 [alfons]     0.6.6claws42
10612
10613         * src/mainwindow.c
10614                 try making the separate windows work again...
10615
10616 2002-01-06 [alfons]     0.6.6claws41
10617
10618         * src/mainwindow.c
10619                 adapt Hiro's separate window menu (to get rid of the funny
10620                 duplicate menu items), and make it work again
10621
10622 2002-01-06 [alfons]     0.6.6claws40
10623
10624         * tools/Makefile.am
10625         * tools/sylprint.rc
10626         * tools/sylprint.pl
10627         * tools/README.sylprint
10628                 add sylprint script for printing mails from Sylpheed
10629                 (contributed by Ricardo Mones Lastra)
10630
10631         * src/acount.c
10632                 clean up
10633
10634 2002-01-06 [melvin]     0.6.6claws39
10635
10636         * src/mainwindow.c
10637         * src/summaryview.c
10638                 Fixed crash introduced in 0.6.6claws38 by the menu
10639                 reorganisation (Hide read messages)
10640         
10641         * ChangeLog.claws 
10642                 Fixed typo (we are now in 2002, alfons ;) )
10643
10644 2002-01-05 [alfons]     0.6.6claws38
10645
10646         * sync with sylpheed 0.6.6cvs10-17
10647                 (last stuff marked as LAST_STABLE)
10648
10649 2002-01-04 [melvin]     0.6.6claws37
10650
10651         * src/account.c
10652                 Made account selection code use strcasestr again instead of
10653                 g_strcasecmp (fixes bug where reediting queued messages
10654                 did not select proper account reported by T. Link).
10655         
10656         * src/folderview.c
10657                 Fix bug where folder icons are not shown when 'hide read messages'
10658                 is on.
10659         
10660         * src/stock_pixmaps.[ch]
10661                 Added folder icons for 'hide read messages'.
10662         
10663         * src/compose.c
10664                 Fixed bug where 'Enter' in a header entry will send the message 
10665                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
10666
10667 2002-01-03 [melvin]     0.6.6claws36
10668         
10669         * src/prefs.[ch]
10670                 Added popup menu for common preferences and
10671                 account preferences (right click on tab displays
10672                                 a menu of all tabs.)
10673
10674 2002-01-02 [melvin]     0.6.6claws35
10675
10676         * src/gtkspell.[ch]
10677                 Made spelling code compatible with undo/redo feature.
10678                 Added creation of suggestion mode menu for the general
10679                         preferences.
10680         
10681         * src/prefs_common.[ch]
10682                 Added option menu for the speller's suggestion mode.
10683                 Added missing spaces in "..." buttons and made a "..."
10684                         button non translatable!
10685         
10686         * src/compose.c
10687                 Made speller use the default suggestion mode.
10688                 Hack to make it possible to choose 'CTRL-Enter' as a
10689                         shortcut for sending (and only for sending).
10690
10691         * src/prefs_folder_item.c
10692                 Changing subject simplification does not update cache 
10693                         anymore (because it is unnecessary).
10694                 Fixed bug where changing subject simplification updated the 
10695                         summaryview even when the viewed folder is not the
10696                         folder which properties are being changed. (E.g. 
10697                                         viewing folder A and changing
10698                                         the subject simplification of 
10699                                         folder B -not being viewed- updated the 
10700                                         summaryview of folder A with data of
10701                                         folder B). (Hope this is clear... )
10702
10703 2001-12-31 [alfons]     0.6.6claws34
10704         
10705         * src/ldif.c
10706         * src/mutt.c
10707                 fgetc() returns a signed integer which doesn't
10708                 fit in a char. so c truncates this to a char
10709                 but we may lose significant bits. i.e. we may
10710                 comparing 0xFF which may not be equal to -1
10711                 unless properly casted to signed char which
10712                 we won't do because fgetc() returns a signed
10713                 integer which doesn't fit in a char. so c 
10714                 truncates this to a char but we may lose 
10715                 significat bits. (you got the idea, thanks
10716                 to Gustavo Noronha Silva <kov@debian.org>
10717                 and the Debian folks!)
10718
10719 2001-12-30 [alfons]     0.6.6claws33
10720
10721         * src/prefs_common.c
10722                 add #ifdef USE_PSPELLs that Melvin forgot               
10723
10724 2001-12-30 [melvin]     0.6.6claws32
10725         
10726         * src/prefs_common.[ch]
10727                 Added configurable color for misspelled words.
10728
10729         * src/gtkspell.[ch]
10730                 Fixed bug of foreground text color (reported by David
10731                                 Mehrmann)
10732                 Added configurable color for misspelled words.
10733
10734 2001-12-30 [alfons]     0.6.6claws31
10735
10736         * src/folder.c
10737                 remove unnecessary things someone put there
10738
10739         * src/mh.c
10740         * src/folder.[ch]
10741                 make folder properties (like threading and sorting) persistent
10742                 (closes bug #497424 "rescan folder tree resets proprieties")
10743                 currently this is only for MH folders. 
10744
10745 2001-12-29 [melvin]     0.6.6claws30
10746
10747         * src/string_match.[ch]
10748                 Optimized a bit: regexp pattern buffer compiled only once, and
10749                   one subroutine call removed. Fixed ^ regexp search: Now, 
10750                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
10751         
10752         * src/summaryview.c
10753                 Subject filtering changed to filter summary columns and
10754                   not directly the messages subject cache. The loss in 
10755                   performance is balanced by the improvement of string_match.
10756                 Added an alert panel if there is an error in the regexp.
10757
10758         * src/src/prefs_folder_item.h
10759                 Added a regexp pattern buffer.
10760
10761 2001-12-28 [alfons]     0.6.6claws29
10762
10763         * src/string_match.[ch]
10764                 clean up name space
10765                 allow compilation *BSD
10766
10767 2001-12-27 [alfons]     0.6.6claws28
10768
10769         * src/filter.c
10770                 sync the Hiro's bug fix for BSD
10771
10772 2001-12-27 [melvin]     0.6.6claws27
10773         
10774         * src/compose.c
10775                 Simplify focus to subject entry code.
10776
10777 2001-12-27 [darko]      0.6.6claws26
10778
10779         * src/filtering.c
10780         * src/mbox_folder.c
10781         * src/messageview.c
10782         * src/mh.c
10783         * src/procheader.[ch]
10784         * src/procmsg.h
10785         * src/stock_pixmap.[ch]
10786         * src/summaryview.c
10787                 Show key icon for encrypted mails in summary view
10788
10789         * src/pixmaps/clip.xpm
10790         * src/pixmaps/clipkey.xpm
10791         * src/pixmaps/key.xpm
10792                 New/modified icons for the above
10793
10794 2001-12-27 [melvin]     0.6.6claws25
10795
10796         * src/prefs_common.c
10797                 Put spell checker options in a separate tab to decrease
10798                 the Common Preferences window height.
10799
10800         * README.claws  
10801                 Update spell checker usage instruction about its options
10802                 location.
10803
10804 2001-12-27 [melvin]     0.6.6claws24
10805
10806         * src/compose.c
10807                 Changed subject entry widget position. Initial focus is
10808                 on the To header instead of the subject entry.
10809                 Creating a new header scrolls the header list to make the
10810                 created one visible. Nevertheless, when automatically filling
10811                 headers, the first one is shown.
10812                 A Tab key press in the last empty header entry zips the 
10813                 focus to the subject entry.
10814                 (I did not change the combo boxes, yet)
10815
10816 2001-12-26 [alfons]     0.6.6claws23
10817
10818         * src/prefs_account.c
10819         * src/inc.c
10820                 allow default inbox to reside in another mailbox (only
10821                 works for POP3 accounts)
10822
10823 2001-12-26 [alfons]     0.6.6claws22
10824         
10825         * src/textview.c
10826                 make reply-on-click work with the account of the selected folder
10827         * src/compose.c
10828                 put a fixme here to remind me to fix finding correct default
10829                 account for nested folders
10830
10831 2001-12-25 [alfons]     0.6.6claws21
10832
10833         * src/summaryview.c
10834                 make column headers display locked and mark pixmaps (idea by Melvin) 
10835                 fix bug by adding score and locked column type to sort array
10836
10837 2001-12-25 [alfons]     0.6.6claws20
10838         
10839         * src/summaryview.c
10840                 catch a *potentially* inadvertent write back of  
10841                 the message cache(s) introduced by 0.6.5claws37
10842
10843 2001-12-25 [christoph]  0.6.6claws19
10844
10845         * src/stock_pixmap.[ch]
10846         * src/summaryview.c
10847                 add ignore thread pixmap
10848                 (can someone draw a better icon for this?)
10849
10850 2001-12-24 [alfons]     0.6.6claws18
10851
10852         * src/prefs_folder_item.c
10853                 make address completion actually work for the
10854                 Default To address in the Folder Property dialog.
10855
10856 2001-12-24 [alfons]     0.6.6claws17
10857         
10858         * src/summaryview.c
10859                 use new style regexp for subject stripping 
10860                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
10861
10862 2001-12-24 [darko]      0.6.6claws16
10863
10864         * src/pgptext.c
10865         * src/rfc2015.c
10866                 move GPG related informational messages to debug mode
10867
10868 2001-12-23 [alfons]     0.6.6claws15
10869
10870         * src/stock_pixmap.[ch]
10871         * src/summaryview.c
10872                 add the forgotten Claws' locked pixmap
10873
10874 2001-12-23 [alfons]     0.6.6claws14
10875
10876         * src/filesel.c
10877                 accept file name typed in entry in multi file
10878                 selector (patch submitted by Gustavo Noronha Silva 
10879                 <kov@debian.org>)
10880
10881 2001-12-23 [alfons]     0.6.6claws13
10882
10883         * src/prefs_filter.c
10884         * src/prefs_filtering.c
10885         * src/matcher.c
10886         * src/importmutt.c
10887                 clean up a little bit
10888         
10889         * src/string_match.c
10890                 validate input strings a little bit more
10891
10892 2001-12-23 [alfons]     0.6.6claws12
10893
10894         * src/Makefile.am
10895         * src/summaryview.c
10896         * src/string_match.[ch]         ** NEW **
10897         * src/folderview.[ch]
10898         * src/headerview.h
10899         * src/folder.[ch]
10900         * src/prefs_folder_item.[ch]
10901                 add subject simplification to strip out strings from
10902                 a subject line (esp. handy for mailing lists). 
10903                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
10904                 but slightly changed things for better integration.)
10905
10906 2001-12-23 [alfons]     0.6.6claws11
10907
10908         * src/mainwindow.c
10909                 fix bug introduced by submission included in 0.6.5claws52.
10910                 ideally this submission should clean the trash if any trash
10911                 folder has a message. however, the hasTrash variable was
10912                 set to false whenever a trash folder was empty (discarding
10913                 a previously found *filled* trash folder.)
10914
10915                 also edited the code a little bit and made it more safe.
10916
10917 2001-12-22 [alfons]     0.6.6claws10
10918
10919         * src/imap.c
10920                 quick fix for Martin Pool's omission of an account
10921                 specific SSL setting
10922
10923 2001-12-22 [alfons]     0.6.6claws9
10924
10925         * src/compose.c
10926         * src/messageview.c
10927         * src/mimeview.c
10928         * src/pgptext.c
10929         * src/procmime.[ch]
10930                 better support for multipart/digest (submitted
10931                 by Fredrik <e98fo@efd.lth.se>)
10932
10933 2001-12-22 [alfons]     0.6.6claws8
10934
10935         * src/addressbook.c
10936                 correct function signature
10937         * src/socket.[ch]
10938         * src/imap.[ch]
10939         * src/prefs_account.[ch]
10940                 allow IMAP over SSH tunnel (patch submitted by 
10941                 Martin Pool <mbp@samba.org>)
10942
10943 2001-12-21 [alfons]     0.6.6claws7
10944
10945         * sync with sylpheed 0.6.6cvs4-9
10946                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
10947
10948 2001-12-21 [christoph]  0.6.6claws6
10949
10950         * src/compose.c
10951         * src/prefs_folder_item.[ch]
10952                 implement saving of outgoing messages to current folder.
10953                 fix segfault when no default outbox is available
10954                 (closes bug #495683)
10955
10956 2001-12-21 [carsten]    0.6.6claws5
10957         * src/folderview.c
10958         * src/summaryview.c
10959                 pressing CTRL while DND does now the expected thing and
10960                 copies the mail (moving is still the default, as this
10961                 seam more appropriate for handling mails by DND)
10962
10963 2001-12-18 [paul]       0.6.6claws4
10964
10965         * sync with sylpheed 0.6.6cvs3
10966                 see ChangeLog entries 2001-12-18
10967
10968 2001-12-18 [hiro]       0.6.6claws3
10969
10970         * src/undo.c
10971                 fix for multibyte characters (obtain the number of letters
10972                 instead of bytes).
10973
10974 2001-12-17 [paul]       0.6.6claws2
10975
10976         * sync with sylpheed 0.6.6cvs1
10977                 see ChangeLog entry 2001-12-16
10978
10979 2000-12-17 [alfons]     0.6.6claws1
10980
10981         * src/filtering.c
10982                 clean up
10983
10984 2001-12-16 [paul]       0.6.6claws
10985 2001-12-15
10986
10987         * Release version 0.6.6claws, cvs tag: rel_0_6_6
10988
10989         * src/mimeview.c
10990                 last minute sync with main 0.6.6
10991
10992         * po/es.po
10993                 updated by Ricardo Mones Lastra
10994                 update for last minute sync
10995         * po/fr.po
10996         * po/nl.po
10997                 update for last minute sync
10998         * po/de.po
10999                 updated by Jens Oberender
11000         * po/pt_BR.po
11001                 updated by Fabio Junior Beneditto
11002
11003         * src/prefs_common.[ch]
11004         * src/undo.c
11005                 number of undo levels is user configurable
11006                 (squeeze it into the release in the dying
11007                 moments) Submitted by Jens Oberender    
11008
11009 2001-12-15 [melvin]
11010
11011         * po/fr.po
11012                 updated french translation
11013
11014 2001-12-15 [paul]       0.6.5claws92
11015
11016         * sync with sylpheed 0.6.5cvs28
11017                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
11018
11019         * po/nl.po
11020                 update to allow for sync
11021
11022 2001-12-15 [alfons]
11023         
11024         * po/nl.po
11025                 update dutch translation
11026
11027 2001-12-14 [carsten]    0.6.5claws91
11028         * src/summaryview.c
11029                 fixed bug #473785; also after changing the column order
11030                 the same message will be selected and displayed as before
11031                 the reordering
11032
11033 2001-12-14 [carsten]    0.6.5claws90
11034         * src/folderview.c
11035                 probably found the bug reported by wwb opening or closing
11036                 a folder tree just before dnd (found the solution in the
11037                 balsa source -- thanks to them)
11038
11039 2001-12-14 [carsten]    0.6.5claws89
11040         * src/gtkutils.c
11041         * src/account.c
11042                 moved gtk_clist_moveto to the right place, so that
11043                 only the accounts dialog is effected on opening
11044
11045 2001-12-14 [carsten]    0.6.5claws88
11046         * src/gtkutils.c
11047                 gtkut_clist_set_focus_row does a gtk_clist_moveto
11048                 now, so that the focused row will be seen in any case
11049                 (reported by wwp on sf-claws-user)
11050
11051 2001-12-14 [darko]      0.6.5claws87
11052
11053         * src/compose.c
11054                 remove unnecessary line
11055
11056 2001-12-14 [paul]       0.6.5claws86
11057
11058         * sync with sylpheed 0.6.5cvs27
11059                 see ChangeLog entries 2001-12-14
11060
11061 2001-12-14 [carsten]    0.6.5claws85
11062         * src/mainwindow.c
11063                 following a suggestion of Melvin the rcoabm pops up
11064                 right under the button now and the button is reliefed
11065                 while the popup is open
11066
11067 2001-12-14 [darko]      0.6.5claws84
11068
11069         * src/compose.c
11070                 fix crash when wrapping long lines if linewrap quotation
11071                 is disabled and wrapper encounters a word spanning more
11072                 than one line
11073
11074 2001-12-13 [paul]       0.6.5claws83
11075
11076         * src/compose.c
11077                 prefer 'Reply-To' header over mailing list header when
11078                 replying to a message. Finally prevent all those confirmation 
11079                 messages being sent to the list itself.
11080
11081         * src/summaryview.c
11082                 remove unused summary_set_menu_sensitive() entry
11083
11084 2001-12-13 [paul]       0.6.5claws82
11085
11086         * src/folderview.c
11087         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
11088         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
11089         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
11090                 improvements to 'Hide read messages': Inbox, Outbox,
11091                 Trash, Queue, and Draft icons now reveal presence of hidden 
11092                 messages
11093
11094 2001-12-12 [alfons]     0.6.5claws81
11095
11096         0.6.5claws80 was tagged as LAST_STABLE
11097
11098         * src/filtering.[ch]
11099         * src/matcher.[ch]
11100         * src/matcher_parser_lex.c
11101                 fix the filtering; my last attempt to get it right, 
11102                 if it does not work, it's Hoa's turn. ;-)
11103
11104                 for my honourable peers:
11105                 
11106                 the code now makes a clear distinction between
11107                 rules as they are displayed (probably escaped),
11108                 and as they are executed (probably unescaped). the
11109                 parser does *NOT* do any unescaping, this is
11110                 the task of the matcher.c (which breaks up a
11111                 rule into condition) and the filtering.c (which
11112                 breaks up the rule's action). to make this
11113                 run happily we provide an unescaped copy of
11114                 crucial strings to the MatcherProp and 
11115                 FilteringAction structures. note that the only
11116                 exception to this is any REGEXP string. those
11117                 are directly passed to regcomp() and regexp()
11118                 (who have much more powerful unescape functions).
11119                 
11120                 for everyone else:
11121         
11122                 you can escape tab (\t), carriage return (\r),
11123                 linefeed (\n), form feed (\f), quote (\"), 
11124                 single quote (\'), bell (\b) in all the entry
11125                 lines in the scoring & filtering dialogs.
11126                 as an added bonus this should not affect
11127                 existing filtering rules.
11128
11129 2001-12-12 [carsten]    0.6.5claws80
11130
11131         * src/summaryview.c
11132         * po/de.po
11133                 "item(s) selected" is now sensitive to 1 or more
11134                 than one selected (nice for language where simple
11135                 adding of a "s" is not possible as German (Eintrag
11136                 ->Eintr"age)
11137                 
11138                 the "forward as attachment" entry from the right
11139                 click menu removed, "forward" acts following the
11140                 prefs
11141         
11142         * src/textview.c
11143                 reverted my former changes; so compiler warning again
11144                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
11145                 nevertheless
11146
11147         * src/messageview.c
11148                 "search in message" does now *not* only work in MVIEW_TEXT
11149                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
11150                 message
11151
11152         * src/mainwindow.c
11153                 removed "/File/_Close" as it was the same as "/File/E_xit"
11154                 and we don't need it two times
11155
11156                 the separate folder view and message view now get a distinct
11157                 WMCLASS, just in case someone is using sawfish ;-)
11158
11159                 as the menu entries "/View/Message view" and "/View/Folder tree"
11160                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
11161                 make them sensitive accordingly and as these two are "shown"
11162                 after startup anytime check this menuitem at startup
11163
11164 2001-12-12 [paul]       0.6.5claws79
11165
11166         * src/folderview.c
11167                 fix sensitivity of 'Search folder...', broken in
11168                 0.6.5claws75
11169
11170         * src/mainwindow.c
11171                 fix dodgy English
11172
11173 2001-12-11 [carsten]    0.6.5claws78
11174         * src/filtering.c
11175                 fixed two typos returning a wrong FALSE/TRUE
11176         * src/mainwindow.[ch]
11177                 extra menu for email/news button removed
11178
11179 2001-12-11 [alfons]     0.6.5claws77
11180         
11181         * src/matcher.c                 (1.3)
11182         * src/matcher_parser_lex.l      (1.28)
11183                 revert for another attempt
11184                 mark 0.6.5claws77 as LAST_STABLE
11185
11186 2001-12-11 [christoph]  0.6.5claws76
11187
11188         * po/de.po
11189                 fixed wrong translation for prev. unread msg
11190
11191 2001-12-11 [paul]       0.6.5claws75
11192
11193         * src/folder.[ch]
11194         * src/folderview.c
11195         * src/mainwindow.c
11196         * src/summaryview.[ch]
11197         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
11198                 enable ability to hide read messages on per folder basis via 
11199                 '/Summary/Hide read messages'; when selected, a folder will 
11200                 have a red open folder icon, instead of a blue icon, if the 
11201                 folder contains hidden messges
11202                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
11203
11204         * src/mainwindow.c
11205                 remove '/Message/Forward as attachment' from 
11206                 main_window_set_menu_sensitive() to prevent debug warning
11207
11208         * src/folderview.c
11209         * src/mainwindow.c
11210                 Clean up some of the English
11211
11212         * tools/newscache_clean.pl
11213                 allow for new 'hidereadmsgs' entry in folderlist.xml
11214
11215         * po/es.po
11216                 updated translation, submitted by Ricardo Mones Lastra
11217
11218 2001-12-11 [paul]       0.6.5claws74
11219
11220         * sync with sylpheed 0.6.5cvs25
11221                 see ChangeLog entry 2001-12-11
11222
11223 2001-12-10 [alfons]     0.6.5claws73
11224
11225         * src/matcher.c
11226                 add more control characters
11227         * src/matcher_parser_lex.l
11228                 make escaping / unescaping work again
11229
11230 2001-12-10 [alfons]     0.6.5claws72
11231
11232         * src/imap.c
11233                 clean up warnings "returning value for void function" 
11234         * src/prefs_filtering.c
11235                 make info button for execute action sensitive
11236
11237 2001-12-10 [paul]       0.6.5claws71
11238
11239         * src/compose.c
11240         * src/imap.[ch]
11241         * src/summaryview.c
11242                 fix: imap server now gets informed of MARKED, UNMARKED
11243                 and REPLY events. Now people can use different IMAP-Mail
11244                 clients and have the exact same information about MARKED,
11245                 UNMARKED and REPLY status with all of them. Especially
11246                 useful for imap servers with a web-frontend.
11247                 submitted by Tobias Sandhaas <medlor@web.de>
11248
11249 2001-12-09 [melvin]     0.6.5claws70
11250         
11251         * src/textview.[ch]
11252                 fixed bug #490076 (hunted down by Alfons who implemented
11253                 a workaround in 0.6.5claws65)
11254
11255 2001-12-09 [christoph]  0.6.5claws69
11256
11257         * src/summaryview.c
11258                 set pointer to string in LOCKED column to NULL
11259                 (might fix bug #490800)
11260
11261 2001-12-09 [carsten]    0.6.5claws68
11262
11263         * po/de.po
11264                 resolved some cluttered menu shortcuts 
11265                 ('creating new email' and 'creating news message'
11266                 hade the same)
11267         * src/compose.c
11268                 wmclass now distinc from main window
11269         * src/mainwindow.c
11270           src/mainwindow.h
11271                 email/news and forward button functionality similar
11272                 to the reply buttons; removed the ugly dropdown arrows
11273                 and use instead the right mouse button
11274
11275 2001-12-09 [paul]       0.6.5claws67
11276
11277         * src/imap.c
11278         * src/utils.h
11279                 allow spaces in imap folder names
11280                 submitted by Willem van Engen <wvengen@stack.nl>
11281
11282 2001-12-09 [paul]       0.6.5claws66
11283
11284         * sync with sylpheed 0.6.5cvs24
11285                 see ChangeLog entry 2001-12-09
11286
11287 2001-12-08 [alfons]     0.6.5claws65
11288
11289         * src/textview.c
11290                 prevent secondary selection claim after "add to sender" dialog
11291                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
11292                 we trick GTK by simulating a click at (0, 0) in the textview.
11293
11294 2001-12-08 [hoa]        0.6.5claws64
11295
11296         * src/folder.c
11297                 fixed a bug about the .processing folder name while filtering
11298
11299 2001-12-08 [alfons]     0.6.5claws63
11300
11301         * src/folderview.c 
11302                 work around problem of not correctly updating folder stats
11303                 when deleting messages. there's some folder scanning evil
11304                 going so the folderview_update_msg_num() does not work
11305                 correctly. need to investigate this.
11306
11307 2001-12-08 [paul]       0.6.5claws62
11308
11309         * sync with sylpheed 0.6.5cvs23
11310                 see ChangeLog entry 2001-12-08
11311
11312 2001-12-07 [christoph]  0.6.5claws61
11313
11314         * src/compose.c
11315                 fix another header translation problem
11316
11317 2001-12-07 [alfons]     0.6.5claws60
11318
11319         * src/mbox.c
11320                 make filtering also work on local spool mbox
11321
11322 2001-12-07 [carsten]    0.6.5claws59
11323         * src/addressbook.c
11324                 addressbook window gets a wmclass distinct from the main
11325                 sylpheed window
11326         * src/compose.h
11327         * src/mainwindow.[ch]
11328                   forward menu item will use mode selected in prefs, forward 
11329                 as attatchment in menu removed (will be substituted in the
11330                 toolbar similar to reply buttons)
11331                   create news message menu entry and news button is now 
11332                 sensitive to the existance of a news account
11333         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
11334         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
11335         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
11336                 these are removed because the toolbar buttons don't show
11337                 the quoting modus any longer
11338
11339 2001-12-07 [paul]
11340
11341         * tools/newscache_clean.pl      ** NEW FILE **
11342                 perl script to do some tidying up in the newscache directory 
11343                 
11344         * tools/sylpheed-switcher       ** NEW FILE **
11345                 perl script to enable easy switching between main and claws
11346                 
11347         * tools/README
11348                 added descriptions of the two new perl scripts          
11349
11350
11351 2001-12-07 [melvin]     0.6.5claws58
11352
11353         * src/messageview.c
11354                 fixed a warning during compilation introduced in 0.6.5claws56
11355
11356 2001-12-07 [paul]       0.6.5claws57
11357
11358         * src/mainwindow.[ch]
11359         * src/menu.[ch]
11360                 further usability enhancements to replying with or without 
11361                 quoting via the toolbar, use of Ctrl key is replaced by 
11362                 drop down menu 
11363                 Submitted by Carsten Schurig            
11364
11365 2001-12-07 [melvin]     0.6.5claws56
11366
11367         * src/messageview.c
11368                 hack to fix bug that prevented to make/paste selections
11369                 after switching between MVIEW_TEXT and MVIEW_MIME views
11370                 without deselecting the selection first.
11371
11372 2001-12-06 [alfons]     0.6.5claws55
11373
11374         * src/filtering.[ch]
11375         * src/inc.c
11376                 revise filtering a little bit more, and make sure
11377                 messages are delivered to the appropriate inbox
11378                 (perhaps set per account)
11379
11380 2001-12-06 [paul]       0.6.5claws54
11381
11382         * sync with sylpheed 0.6.5cvs22
11383                 see ChangeLog entry 2001-12-06
11384
11385 2001-12-05 [alfons]     0.6.5claws53
11386
11387         * src/inc.c
11388         * src/folder.[ch]
11389         * src/procmsg.c
11390         * src/filtering.c
11391                 more revisions of filtering system
11392                 (last stable version is marked as LAST_STABLE)
11393                 
11394                 | NOTE 1): the filtering system now uses a local folder called
11395                 | .processing. if filtering fails, check this directory
11396                 | for missing messages.
11397                 |
11398                 | NOTE 2): help us find the filtering actions still missing
11399
11400 2001-12-05 [paul]       0.6.5claws52
11401
11402         * src/mainwindow.c
11403                 fix bug where 'Empty Trash?' pop-up window appears even
11404                 when Trash is empty, submitted by Jesse Skinner         
11405
11406 2001-12-05 [melvin]     0.6.5claws51
11407
11408         * src/compose.c
11409                 fixed bug #486106 to select correct account when reediting 
11410                 a queued message
11411         
11412 2001-12-04 [alfons]     0.6.5claws50
11413
11414         * src/mh.c
11415                 declare markfile in appropriate functions when
11416                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
11417                 for spotting this)
11418
11419 2001-12-04 [paul]       0.6.5claws49
11420
11421         * sync with sylpheed 0.6.5cvs21
11422                 see ChangeLog entry 2001-12-04
11423
11424 2001-12-03 [christoph]  0.6.5claws48
11425
11426         * po/de.po
11427                 changed translation of undo
11428         * src/account.c
11429         * src/folder.c
11430                 don't reinvent the wheel to traverse a GNode
11431         * src/compose.[ch]
11432                 seperate code to create the compose gui into functions
11433                 add "Others" page with folder selection for saving copy
11434                 of the message.
11435                 the folder identifier is saved to queue header
11436         * src/procmsg.c
11437                 save message to folder in queue header
11438
11439 2001-12-03 [paul]       0.6.5claws47
11440
11441         * sync with sylpheed 0.6.5cvs20
11442                 see ChangeLog entry 2001-12-03
11443
11444 2001-12-01 [paul]
11445
11446         * more sync with sylpheed 0.6.5cvs19
11447                 see ChangeLog entry 2001-11-29
11448
11449 2001-11-30 [paul]       0.6.5claws46
11450         
11451         * src/compose.c
11452                 remove conflicts introduced by Hoa's last commit
11453          
11454         * src/mainwindow.c
11455                 make 'Message/Bounce' sensitive
11456
11457 2001-11-30 [hoa]        0.6.5claws45
11458
11459         * src/compose.c
11460                 slightly change bounce function to add
11461                 information about the user that bounced the mail
11462                 in the From header line.
11463
11464         * src/folderview.c
11465                 permit the use of processing in outbox folder.
11466
11467 2001-11-29 [paul]       0.6.5claws44
11468
11469         * src/mainwindow.[ch]
11470         * src/prefs_common.c
11471         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
11472         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
11473         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
11474                 usability enhancements to the quoting, implements
11475                 use of Ctrl key to toggle quoting settings
11476                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
11477
11478 2001-11-29 [paul]       0.6.5claws43
11479         
11480         * sync with sylpheed 0.6.5cvs19
11481                 see ChangeLog entry 2001-11-28
11482
11483 2001-11-29 [melvin]     0.6.5claws42
11484         * src/Makefile.am
11485                 added enriched.[ch] to the list of files
11486
11487         * src/textview.c
11488         * src/mimeview.c
11489         * src/procmime.[ch]
11490         * src/enriched.[ch]
11491                 added support to view text/enriched
11492                 added support to show headers in message view for text/enriched and text/html
11493                         in non multipart messages
11494
11495 2001-11-28 [paul]       0.6.5claws41
11496
11497         * more sync with sylpheed 0.6.5cvs18
11498                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
11499
11500 2001-11-27 [paul]       0.6.5claws40
11501         
11502         * po/pt_BR.po
11503                 updated translation, submitted by Fabio Junior Beneditto
11504                 
11505         * sync with sylpheed 0.6.5cvs18
11506                 see ChangeLog entries 2001-11-26 (src/textview.c) and
11507                 2001-11-27
11508
11509
11510 2001-11-26 [paul]
11511
11512         * po/es.po
11513                 updated translation, submitted by Ricardo Mones Lastra
11514
11515 2001-11-26 [alfons]
11516
11517         * src/matcher.c
11518                 add more translatable strings
11519
11520 2001-11-26 [christoph]  0.6.5claws39
11521
11522         * po/de.po      
11523                 fixed one more umlaut
11524         * src/compose.c
11525                 fix translated header when it should not be translated
11526
11527 2001-11-26 [paul]       0.6.5claws38
11528
11529         * src/mainwindow.c
11530                 remove '/Message/Add Sender to address book' from 
11531                 main_window_set_menu_sensitive(), prevent debug warning
11532                 add 'Message/Mark/Mark all read' to mainwin_entries[]
11533
11534 2001-11-26 [paul]       0.6.5claws37
11535
11536         * src/summaryview.c
11537                 fix 'recurring unread state' bug 
11538
11539         * tools/README 
11540         * tools/filter_conv.pl
11541                 read name of top level mailbox from folderlist.xml
11542                 and presume nothing about its name              
11543
11544 2001-11-26 [darko]      0.6.5claws36
11545
11546         * src/gtkstext.[ch]
11547                 removed functions that are now in gtkutils.c
11548                 use gtkut_text_is_uri_string() from gtkutils.c
11549         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
11550
11551 2001-11-26 [paul]       0.6.5claws35
11552
11553         * sync with sylpheed 0.6.5cvs16
11554                 see ChangeLog entries 2001-11-25 and 2001-11-26
11555
11556 2001-11-25 [alfons]     0.6.5claws34
11557
11558         EXPERIMENTAL!!! Please checkout the last stable version using: 
11559           
11560         % cvs update -r LAST_STABLE -dRAP
11561
11562         (Or help us testing this stuff.)
11563
11564         * src/filtering.c               (1.14)
11565         * src/filtering.h               (1.6)
11566         * src/inc.c                     (1.28)
11567         * src/matcher.c                 (1.20)
11568         * src/mbox.c                    (1.9)
11569         * src/procmsg.h                 (1.14)
11570         * src/summaryview.c             (1.59)
11571         * src/summaryview.h             (dunno)
11572                 revert/merge/sync to as it was before commit 
11573                 on Thu, 19 Jul 2001 10:15:51 -0700.
11574
11575 2001-11-25 [hoa]        0.6.5claws33
11576
11577         * src/main.c
11578                 processing mails at startup
11579
11580         * src/folderview.c
11581         * src/summaryview.[ch]
11582                 processing mails when entering folder
11583
11584         * src/prefs_filtering.c
11585                 fixed some UI bugs
11586
11587 2001-11-24 [alfons]     0.6.5claws32
11588
11589         * src/summaryview.[ch]
11590                 make summary sort headers work, and also make
11591                 sure the sort type is stored
11592
11593 2001-11-23 [alfons]     0.6.5claws31
11594
11595         * src/summaryview.[ch]
11596                 make lock work like mark
11597                 disallow deleting messages marked as locked
11598
11599 2001-11-23 [alfons]     0.6.5claws30
11600
11601         * src/gtkstext.c
11602         * src/compose.[ch]
11603         * src/Makefile.am
11604         * src/undo.[ch]
11605                 merge undo patch submitted by Jens
11606
11607 2001-11-23 [christoph]  0.6.5claws29
11608
11609         * src/.cvsignore
11610                 added ylwrap
11611         * src/compose.c
11612                 fixed gpg signing and encoding
11613         * src/folder.[ch]
11614         * src/main.c
11615                 added --status option to get new, unread and total
11616                 message count from a running sylpheed
11617         * src/prefs_common.c
11618                 temporary fix for reply_with_quote problem
11619                 (don't call functions for non existing widget)
11620         * src/procmsg.c
11621                 one more check for ignored threads but still not
11622                 always working correctly. probably a recursive
11623                 check for all parents is needed
11624
11625 2001-11-23 [darko]      0.6.5claws28
11626
11627         * src/compose.c
11628                 wrapping on send improvements
11629         * src/gtkutils.[ch]
11630                 fix for GtkSText after last sync with main branch
11631                 GTK_TEXT -> GTK_STEXT
11632
11633 2001-11-23 [paul]       0.6.5claws27
11634
11635         * sync with sylpheed 0.6.5cvs14
11636                 see ChangeLog entries 2001-11-22 and 2001-11-23
11637                 
11638         * po/de.po
11639                 fixed the scrambled umlauts 
11640                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
11641
11642 2001-11-21 [paul]       0.6.5claws26
11643
11644         * sync with sylpheed 0.6.5cvs12
11645                 see 2nd ChangeLog entry dated 2001-11-20
11646
11647 2001-11-20 [paul]       0.6.5claws25
11648
11649         * sync with sylpheed 0.6.5cvs11
11650                 see ChangeLog entry 2001-11-19 (src/utils.c)
11651
11652 2001-11-20 [hiro]
11653
11654         * src/compose.c
11655                 GTK_TEXT -> GTK_STEXT
11656                 fix for wrong comment
11657
11658 2001-11-20 [hiro]       0.6.5claws24
11659
11660         * src/compose.[ch]
11661                 more merges from main branch
11662                 removed fatal warnings (uninitialized variables etc.)
11663                 some coding style fix
11664         * src/gtkutils.h
11665                 fixed typo.
11666         * src/addressbook.c
11667           src/addrindex.c
11668                 V-Card -> vCard
11669
11670 2001-11-19 [hoa]        0.6.5claws23
11671
11672         * src/filtering.c
11673         * src/prefs_scoring.c
11674         * src/matcher.[ch]
11675         * src/scoring.c
11676                 cleaning code
11677
11678         * src/matcher_parser_parse.y
11679         * src/prefs_filtering.c
11680                 bouncing
11681
11682 2001-11-19 [alfons]     0.6.5claws22
11683
11684         more of my old things into claws
11685
11686         * src/Makefile.am
11687         * src/prefs_common.c
11688         * src/procmsg.h
11689         * src/summaryview.[ch]
11690         * src/prefs_summary_column.c
11691         * src/pixmaps/locked.xpm
11692                 add indicators for locking of message in summary view
11693                 (does not work yet, only visual indicator)
11694
11695 2001-11-19 [paul]       0.6.5claws21
11696
11697         * sync with sylpheed 0.6.5cvs10
11698                 see ChangeLog entry 2001-11-19
11699
11700 2001-11-18 [alfons]     0.6.5claws20
11701         
11702         * src/filtering.c
11703                 remove an inadvertent free I forgot in previous clean up 
11704
11705 2001-11-18 [alfons]     0.6.5claws19
11706
11707         * src/filtering.[ch]
11708                 clean up & plug leaks
11709
11710 2001-11-18 [paul]       0.6.5claws18
11711
11712         * sync with sylpheed 0.6.5cvs9
11713                 see ChangeLog entries 2001-11-17 and 2001-11-18
11714
11715 2001-11-16 [paul]       0.6.5claws17
11716
11717         * sync with sylpheed 0.6.5cvs8
11718                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
11719
11720 2001-11-16 [paul]       0.6.5claws16
11721
11722         * sync with sylpheed 0.6.5cvs7
11723                 see ChangeLog entries 2001-11-15 and 2001-11-16
11724
11725 2001-11-15 [hoa]        0.6.5claws15
11726
11727         * src/compose.c
11728                 fix bounce, mails we received couln't be bounced to ourself.
11729
11730         * src/defs.h
11731         * src/filtering.[ch]
11732         * src/matcher.[ch]
11733         * src/matcher_parser.h
11734         * src/matcher_parser_lex.l
11735         * src/matcher_parser_parse.y
11736         * src/inc.c
11737         * src/main.c
11738         * src/mbox.c
11739         * src/prefs_filtering.[ch]
11740         * src/mainwindow.c
11741         * src/prefs_matcher.c
11742         * src/prefs_scoring.c
11743         * src/scoring.[ch]
11744         * src/summaryview.c
11745                 new matcher/filter/score configuration file parser
11746                 one unique configuration file => ~/.sylpheed/matcherrc
11747                 import in currently automatic, then save are made
11748                 in this new file.
11749                 one filter per folder and one global filter
11750                 (filter of a folder will be used as folder processing)
11751
11752         * src/folder.c
11753                 fix a bug in folder_item_get_identifier
11754                 
11755         * src/messageview.c
11756                 receive receipt return are fixed.
11757
11758 2001-11-14 [alfons]     0.6.5claws14
11759
11760         * src/session.h
11761                 add things from main branch to make claws compile
11762
11763 2001-11-14 [paul]       0.6.5claws13
11764
11765         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
11766                 see ChangeLog entries 2001-11-08 to 2001-11-14
11767
11768 2001-11-14 [hoa] 0.6.5claws12
11769
11770         * src/compose.[ch]
11771         * src/mainwindow.c
11772         * src/summaryview.c
11773                 add "bounce mail" option
11774
11775 2001-11-13 [christoph]  0.6.5claws11
11776
11777         * src/compose.c
11778                 Cleanup a mess i add before commiting
11779
11780 2001-11-13 [hoa]        0.6.5claws10
11781
11782         * src/compose.c
11783                 some fixes when mail are sent or
11784                 for crossposts
11785
11786 2001-11-13 [christoph]  0.6.5claws9
11787
11788         * po/de.po
11789                 Changed two string with the same translation
11790         * src/compose.c
11791         * src/procmsg.[ch]
11792         * src/send.[ch]
11793                 New mailsending process:
11794                   - Always queue message before sending
11795                     (message will be saved if sylpheed crashed or
11796                      freezes while sending)
11797                   - Allow queuing of newspostings
11798                   - No copy in outbox before sending
11799                     (closes bug #469501)
11800                   - No more redundant code for send and send_later
11801         * src/summaryview.c
11802                 Applied wwp <subscript@free.fr>'s patch that fixes
11803                 marks for multiple forwarded messages (+compose.c)
11804
11805 2001-11-12 [alfons]
11806
11807         * README.claws
11808                 remove things that are now in main branch
11809         
11810         * po/nl.po
11811                 update Dutch translation
11812
11813 2001-11-12 [mhadasht]   0.6.5.claws8
11814
11815         * src/prefs_common.c
11816                 re-enabled account autoselection feature for forward
11817                 and reedit lost during the branch point for SYNC-B4-REL
11818         * src/gtkspell.c
11819                 gtkpspell_get_dict(): more readable code (even if function is
11820                 not used yet)
11821         * ChangeLog.claws
11822                 added version number info to 2001-11-12 [hiro] comment.
11823
11824 2001-11-12 [hiro]       0.6.5.claws7
11825
11826         * src/compose.c
11827                 compose_forward(): fixed a bug that forward quote mark
11828                 wasn't used.
11829                 removed unnecessary code.
11830         * src/template_select.[ch]: removed.
11831
11832 2001-11-11 [alfons]
11833
11834         * src/compose.c
11835                 :%s/GTK_TEXT/GTK_STEXT/g
11836         
11837         * src/compose.[ch]
11838         * src/undo.[ch]
11839         * src/Makefile.am
11840                 revert the undo stuff (this is 0.6.6claws stuff)
11841
11842 2001-11-11 [hoa]        0.6.5.claws6
11843
11844         * src/compose.[ch]
11845                 Insert signature at the end of the text.
11846                 Added undo patch but currently disabled
11847
11848         * src/procmsg.c
11849                 Threading by subject improved.
11850
11851         * added src/undo.[ch]
11852                 Undo module for compose dialog box.
11853
11854 2001-11-11 [alfons]     0.6.5.claws5
11855
11856         * src/procmsg.c
11857                 prevent threading by subject on nodes that have already been
11858                 threaded by in-reply-to (as in "circular references in a tree
11859                 result in a dead branch")
11860
11861 2001-11-09 [hoa]        0.6.5.claws4
11862         
11863         * src/folderview.c
11864                 allows creation of mbox folder item from any files.
11865
11866 2001-11-09 [alfons]     0.6.5.claws3
11867         
11868         * src/utils.c
11869         * src/procmsg.c
11870                 do what I mean and correct threading by subject so it really
11871                 ignores attracting lines without "Re: "
11872
11873 2001-11-07 [alfons]     0.6.5.claws2
11874
11875         * src/procmsg.c
11876         * src/utils.[ch]
11877                 only attract by subject if a subject line starts with a "Re: "
11878         * src/syldap.c
11879                 remove warning
11880
11881 2001-11-07 [paul]       0.6.5claws1
11882
11883         * sync with sylpheed 0.6.5. release
11884                 see ChangeLog entry 2001-11-07
11885
11886 2001-11-07 [paul]       0.6.4claws31
11887
11888         * sync with sylpheed 0.6.4cvs18
11889                 see ChangeLog entries 2001-10-30 to 2001-11-07
11890                 prefs_templates.[ch] renamed prefs_template.[ch]
11891
11892 2001-11-06 [alfons]
11893         
11894         * src/utils.h
11895                 add semicolon Hoa forgot ;-)
11896                 
11897
11898 2001-11-06 [hoa]        0.6.4claws30
11899         
11900         * src/procmsg.c
11901         * src/summaryview.c
11902         * src/utils.c
11903         * src/utils.h
11904                 threading by subject - empty subject are ignored
11905
11906 2001-11-06 [christoph]  0.6.4claws29
11907
11908         * src/socket.c
11909                 use SSL_peek for sock_gets
11910         * src/utils.c
11911                 removed unneeded pointer in extracting quoted
11912                 names implementation
11913
11914 2001-11-06 [melvin]     0.6.4claws28
11915
11916         * src/gtkspell.c
11917                 fixed bug #476792 Selection overtyping with spell checker
11918                 fixed bug which could cause a buffer overflow
11919                 fixed a memory leak
11920
11921 2001-11-06 [hoa]        0.6.4claws27
11922         
11923         * src/procmsg.c
11924         * src/summaryview.c
11925                 threading by subject
11926
11927 2001-11-05 [alfons]     0.6.4claws26
11928         
11929         * README.claws
11930                 Claws -> Sylpheed (vice versa)
11931
11932         * src/compose.c
11933                 :%s/gtk_text/gtk_stext/g
11934                 :%s/GTK_TEXT/GTK_STEXT/g
11935                 (thanks to Jonathan Ware for spotting this)
11936
11937 2001-11-04 [christoph]  0.6.4claws25
11938
11939         * src/summaryview.c
11940                 replace Xalloca + strdup with Xstrdup_a
11941         * src/utils.c
11942                 better implementation of extracting quoted names
11943                 from addresses (remove backlashes and ignore
11944                 quotes after them)
11945
11946 2001-11-04 [alfons]     0.6.4claws24
11947
11948         * src/utils.[ch]
11949                 edit to comply more with coding style
11950
11951         * src/textview.c
11952                 fix bug reported by Kim Schulz. introduced by the patch integrated
11953                 in 0.6.4claws15. the code did not check the return value of
11954                 the html parser.
11955
11956         * AUTHORS
11957                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
11958
11959 2001-11-04 [christoph]  0.6.4claws23
11960
11961         * src/main.c
11962         * src/prefs_common.[ch]
11963                 init some pointers that possibly caused a segfault
11964                 reported in the claws-users ML
11965
11966 2001-11-04 [hoa]        0.6.4claws22
11967
11968         * src/grouplistdialog.c
11969                 change the names of the nodes in the tree
11970
11971         * src/compose.c
11972                 enhanced mailto syntax as described in
11973                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
11974                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
11975
11976         * src/utils.c
11977                 encode and decode URI (useful when opening URL into
11978                 netscape).
11979
11980 2001-11-03 [hoa]        0.6.4claws21
11981
11982         * src/grouplistdialog.c
11983                 a new newsgroups list selection dialog box
11984                 with a CTree instead of a CList
11985
11986 2001-11-03 [hoa]        0.6.4claws20
11987
11988         * src/folderview.c
11989                 enable property and scoring options when right
11990                 click on "inbox"
11991
11992         * src/summaryview.c
11993                 fixed bug when nickname were displayed using
11994                 the address book.
11995
11996 2001-11-02 [darko]      0.6.4claws19
11997
11998         * src/compose.c
11999                 new wrap quotation and URL/long words wrapping implementation
12000         * src/compose.c src/gtkstext.[ch]
12001                 move gtkstext_strncmp() to gtkstext.c
12002
12003 2001-11-01 [christoph]  0.6.4claws18
12004
12005         * src/prefs_account.c
12006                 fixed mess in account settings dialog
12007         * src/prefs_folder_item.c
12008                 added label with folder path to dialog
12009
12010 2001-10-31 [match]      0.6.4claws17
12011
12012         * src/vcard.c
12013                 fix memory leak.
12014         * src/addrbook.c
12015                 fix generation of spurious address book file names.
12016                 remove redundant functions.
12017         * po/POTFILES.in
12018                 added missing file names.
12019
12020 2001-10-30 [paul]       0.6.4claws16
12021
12022         * sync with sylpheed 0.6.4cvs6
12023                 see ChangeLog entries 2001-10-26 to 2001-10-30
12024
12025         * tools/filter_conv.pl
12026                 read folderlist.xml to discover whether the top-level
12027                 folder is called 'Mailbox' or 'Mail' 
12028
12029 2001-10-29 [paul]       0.6.4claws15
12030
12031         * src/html.c, src/textview.c
12032                 activate links in html mail and fix clickable parts
12033                 Submitted by Matthieu Dazy <dazy@t-surf.com>
12034
12035 2001-10-29 [paul]
12036
12037         * po/de.po, po/es.po, po/pt_BR/po
12038                 updated translations, submitted by Jens Oberender,
12039                 Ricardo Mones Lastra, and Fabio Junior Beneditto
12040
12041 2001-10-29 [darko]      0.6.4claws14
12042
12043         * src/compose.c
12044                 fix wrapping for good
12045
12046 2001-10-29 [darko]
12047
12048         * src/compose.c
12049                 undo previous change as it broke the smart wrapping
12050
12051 2001-10-29 [darko]      0.6.4claws13
12052
12053         * src/compose.c
12054                 fix infinite loop when long URL is quoted
12055                 (closes bug #475122.
12056
12057 2001-10-28 [match]
12058
12059         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
12060                 import Mutt address book
12061         * src/ldif.[ch] src/importldif.h
12062                 modified import LDIF handle user attributes
12063
12064 2001-10-28 [christoph]  0.6.4claws12
12065
12066         * src/summaryview.c
12067                 fixed that filtering did not work if there
12068                 were no filter rules
12069                 (closes bug #472003 and better implementation
12070                  of patch #474644)
12071
12072 2001-10-27 [christoph]  0.6.4claws11
12073
12074         * src/compose.c
12075                 make the folder's default account to be used when
12076                 replying. (patch by wwp <subscript@free.fr>)
12077         * src/compose.c
12078                 code cleanup, nearly killed all of wwp's patch
12079                 for folder's default account in compose
12080         * src/folderview.c
12081                 error panel when a folder could not be created
12082                 (closes bug #471080 new folder name & already
12083                  existing file)
12084
12085 2001-10-26 [alfons]
12086
12087         * src/utils.h
12088                 change prototype of strstr2() that Christoph forgot about
12089
12090 2001-10-26 [christoph]  0.6.4claws10
12091
12092         * src/account.c
12093                 made search for accounts by email address not case
12094                 sensitive
12095         * src/folder.c
12096                 fixed memory leak in folder_item_get_identifier
12097         * src/gtkspell.c
12098         * src/utils.c
12099                 fixed wrong strstr2 (should work like strstr)
12100
12101 2001-10-26 [darko]      0.6.4claws9
12102
12103         * src/compose.c src/gtkstext.[ch]
12104         * src/gtkstext.c
12105                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
12106
12107 2001-10-26 [paul]       0.6.4claws8
12108
12109         * src/html.c
12110                 ignore css and javascript tags in html mail
12111                 case-insensitive, with or without double-quoted
12112                 strings
12113
12114 2001-10-26 [paul]       0.6.4claws7
12115
12116         * sync with sylpheed 0.6.4cvs1
12117                 see ChangeLog entry 2001-10-26
12118
12119         * src/prefs_account.c, src/prefs_common.c,
12120           src/prefs_summary_column.c
12121                 minor improvements to the English
12122
12123 2001-10-25 [alfons]     0.6.4claws6
12124
12125         * src/gtkstext.c
12126         
12127                 make GtkSText follow style of GtkText (closes bug 
12128                 #469211 "text selection while writing message")
12129                 
12130                 do sync with GTK 1.2.10
12131
12132 2001-10-25 [paul]       0.6.4claws5
12133
12134         * src/html.c
12135                 ignore css tags in html mail
12136
12137 2001-10-25 [darko]      0.6.4claws4
12138
12139         * src/compose.c
12140                 don't declare is_url_string as static function since
12141                 we need it in gtkstext.c
12142         * src/gtkstext.c
12143                 remove unused variable
12144                 don't wrap long URLs while composing a message
12145
12146 2001-10-24 [christoph]  0.6.4claws3
12147
12148         * src/socket.c
12149                 fix ssl deadlock, when peer closes connection
12150
12151 2001-10-24 [paul]       0.6.4claws2
12152
12153         * src/prefs_common.c
12154                 gettextize the gpg ascii-armored warning message
12155
12156         * src/compose.c
12157                 insert a DOS/MAC file into the composed message
12158                 (improvements)
12159
12160         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
12161
12162 2001-10-22 [paul]       0.6.4claws1
12163
12164         * sync with sylpheed 0.6.4 release
12165                 see ChangeLog entries 2001-10-21
12166
12167         * po/fr.po, po/pt_BR.po
12168                 updated by Melvin Hadasht and Fabio Junior Beneditto
12169
12170 2001-10-21 [paul]       0.6.3claws30
12171
12172         * src/compose.c
12173                 insert a DOS text file from the compose window
12174                 into the composed message text (removes CRs characters)
12175                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
12176
12177         * tools/filter_conv.pl, tools/README
12178                 automatically use ~/.sylpheed as working directory
12179                 print out confirmation message on completion
12180
12181         * correct Hoa's last ChangeLog.claws entry
12182
12183 2001-10-20 [hoa]        0.6.3claws29
12184
12185         * src/grouplistdialog.c
12186                 bugfix (another ?) to give the right
12187                 newsgroups list for each news server.
12188
12189         * src/news.c
12190         * src/news.h
12191                 improve the newsgroups list cache
12192
12193 2001-10-20 [paul]       0.6.3claws28
12194
12195         * sync with sylpheed 0.6.3cvs9
12196                 see ChangeLog entry 2001-10-19
12197
12198         * correct Alfons' last ChangeLog.claws entry
12199
12200 2001-10-19 [alfons]
12201
12202         * src/pgptext.[ch]
12203                 fix compilation problems (part of bug #472895)
12204
12205 2001-10-18 [hoa]        0.6.3claws27
12206
12207         * src/grouplistdialog.c
12208                 bugfix when we refresh was clicked (bug 472701)
12209
12210 2001-10-19 [christoph]  0.6.3claws26
12211
12212         * src/compose.c
12213                 last header entry should default to "To:" or
12214                 "Newsgroups:" and not copy the last entry line
12215                 in a new compose window
12216                 (closes bug #472686, #470792)
12217
12218 2001-10-19 [paul]       0.6.3claws25
12219
12220         * sync with Sylpheed 0.6.3cvs8
12221                 see ChangeLog entries 2001-10-18 and 2001-10-19
12222
12223 2001-10-18 [christoph]  0.6.3claws24
12224
12225         * src/procmsg.c
12226                 reimplement ignore thread
12227         
12228 2001-10-18 [hoa]        0.6.3claws23
12229
12230         * src/folderview.c
12231         * src/grouplistdialog.[ch]
12232                 enhanced news subscription interface (feature 469113)
12233
12234         * src/news.c
12235         * src/news.h
12236                 enchanced newsgroup listing,
12237                 now, we can get groups informations
12238                 (NNTPGroupInfo)
12239
12240 2001-10-18 [paul]       0.6.3claws22
12241
12242         * src/summaryview.c
12243                 remove comment (sync with main branch)
12244         * src/mainwindow.c
12245                 fix 'Re-edit' bug in 'Message' menu
12246
12247 2001-10-17 [christoph]  0.6.3claws21
12248
12249         * src/compose.c
12250                 ignore empty or whitespace only header lines
12251
12252 2001-10-17 [paul]       0.6.3claws20
12253
12254         * sync with sylpheed 0.6.3cvs7
12255                 see ChangeLog entries 2001-10-14, 2001-10-16, and
12256                 2001-10-17
12257
12258 2001-10-17 [darko]
12259
12260         * src/compose.c
12261                 wrap long lines without spaces
12262                 don't wrap URLs
12263
12264 2001-10-16 [paul]
12265
12266         * po/es.po, po/nl.po, po/pt_BR.po
12267                 updated by Ricardo Mones Lastra, Alfons,
12268                 and Fabio Junior Beneditto
12269
12270         * sylpheed-0.6.3claws released
12271
12272 2001-10-15 [melvin] 0.6.3claws18
12273
12274         * README.claws
12275                 added summary and detailed installation instructions
12276                 for spell checker
12277         * po/fr.po
12278                 Updated, corrected and completed french translation
12279
12280 2001-10-15 [hoa] 0.6.3claws17
12281         * src/grouplistdialog.c
12282                 we can choose the newsgroups to display with wildcards
12283
12284 2001-10-15 [christoph]  0.6.3claws16
12285
12286         * src/account.c
12287         * src/compose.c
12288         * src/prefs_folder_item.[ch]
12289                 applied wwp <subscript@free.fr>'s folder
12290                 default account patch
12291         * po/de.po
12292                 Fixed wrong translation
12293
12294 2001-10-13 [alfons, christoph, melvin]  
12295                         0.6.3claws15
12296
12297         solution #2 to solve MT-safety problems defers all GUI related calls
12298         to the main thread using a gtk_idle_add() callback. discussed on
12299         ircnet #sylpheed, with christoph spotting some issues with the
12300         original code, and melvin allowing us to lobotomize his sylpheed.
12301
12302         * src/syldap.[ch], src/main.c
12303                 fix race problem in ldap search thread by deferring GUI 
12304                 stuff to main thread using gtk_idle_add()
12305
12306 2001-10-13 [paul]       0.6.3claws14
12307
12308         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
12309                 add Sergey's smtpcred.patch
12310                 adds separate username/password setting for SMTP Auth
12311                 needed by some servers
12312                 (closes feature request #471659)
12313
12314 2001-10-13 [paul]       0.6.3claws13
12315
12316         * src/pgptext.[ch] **NEW FILES**
12317         * src/Makefile.am, src/messageview.c, src/mimeview.c
12318                 decrypt ascii-armored gpg text embedded in
12319                 the message body.
12320                 Submitted by Jens Jahnke <jan0sch@gmx.net>
12321
12322 2001-10-13 [christoph]  0.6.3claws12
12323
12324         * README.claws
12325                 some more details on default to and
12326                 feature requests
12327         * src/main.c
12328                 init glib threading when ldap is used
12329         * src/syldap.c
12330                 threading fixes
12331         * po/de.po
12332                 fixed a typo
12333
12334 2001-10-12 [paul]       0.6.3claws11
12335
12336         * src/prefs_common.[ch], src/rfc2015.c
12337                 enable ascii-armored gpg text to be embedded in the
12338                 message body, selectable through the 'Privacy'
12339                 preferences. Supports encrypting only.
12340                 Submitted by Ravemax <ravemax@dextrose.com>
12341
12342 2001-10-12 [paul]       0.6.3claws10
12343
12344         * sync with sylpheed 0.6.3cvs6
12345                 see ChangeLog entries 2001-10-11 and 2001-11-12
12346
12347         * src/folderview.c
12348                 incorporated mbox folders, scoring, and folder
12349                 properties into the sync
12350
12351 2001-10-12 [darko]      0.6.3claws9
12352
12353         * README.claws
12354                 describe quotation wrapping
12355         * src/compose.c
12356                 don't treat tab as space to calculate line length properly
12357
12358 2001-10-11 [alfons]
12359
12360         * README.claws
12361                 correct description of how to make new filtering system work,
12362                 add some other things
12363                 
12364         * src/syldap.c
12365                 remove sched_yield() (not necessary / unportable)
12366
12367 2001-10-11 [paul]       0.6.3claws8
12368
12369         * sync with sylpheed 0.6.3cvs3
12370                 see ChangeLog entry 2001-10-10
12371
12372 2001-10-10 [christoph]  0.6.3claws7
12373
12374         * .cvsignore
12375                 ignore 2 files created by newer autotools
12376         * src/prefs_folder_item.c
12377                 using table for widget alignment
12378                 fixed memory leak and broken octal display
12379         * src/filesel.c
12380                 fixed segfault caused by lost filename
12381                 workaround (closes bug #469551)
12382
12383 2001-10-10 [paul]       0.6.3claws6
12384
12385         * sync with sylpheed 0.6.3cvs2
12386                 see ChangeLog entries 2001-10-09 and 2001-10-10
12387
12388 2001-10-10 [darko]      0.6.3.claws5
12389
12390         * src/gtkstext.c
12391                 proper calculation of right margin if smart wrapping is enabled
12392         * src/compose.c
12393                 automatically wrap long lines if wrap quotation is enabled
12394
12395 2001-10-09 [alfons]     0.6.3.claws4
12396
12397         * src/summaryview.c
12398                 select correct row when deleting last row in the summary view (and
12399                 close bug "[ #469104 ] select second last in list when deleting")
12400
12401 2001-10-09 [paul]       0.6.3claws3
12402
12403         * sync with sylpheed 0.6.3cvs1
12404                 updated some autotool scripts
12405
12406 2001-10-09 [darko]      0.6.3claws2
12407
12408         * src/gtkstext.[ch]
12409                 new name and mark with Sylpheed comment
12410         * src/compose.c
12411                 smart quotation wrapping a-la VIM
12412
12413 2001-10-08 [paul]       0.6.3claws1
12414
12415         * sync with sylpheed 0.6.3 release
12416                 see ChangeLog entry 2001-10-08
12417
12418 2001-10-08 [paul]       0.6.2claws24
12419
12420         * src/summaryview.c
12421                 more sync with sylpheed 0.6.2cvs12
12422                 Fixed the bug that didn't select the last row correctly
12423
12424
12425 2001-10-07 [paul]       0.6.2claws23
12426
12427         * sync with sylpheed 0.6.2cvs12
12428                 see ChangeLog entry 2001-10-07
12429
12430 2001-10-06 [match]
12431         * src/jpilot.[ch]
12432                 enable jpilot to read unsynch'ed addresses.
12433
12434         * src/editldap_basedn.c
12435                 fix segfault when opening dialog.
12436
12437 2001-10-06 [alfons]     0.6.2.claws22
12438
12439         * src/summaryview.c
12440                 fix bug with summary view selecting last *inserted*
12441                 node instead of last *visible* node. remember we
12442                 work with a tree
12443
12444 2001-10-06 [paul]       0.6.2claws21
12445
12446         * po/pt_BR.po
12447                 updated translation, contains some fixes and new
12448                 translations, submitted by Gustavo Noronha Silva
12449                 <kov@debian.org>
12450
12451         * src/prefs_common.c
12452                 change 'each' to 'every' - fix dubious English
12453
12454         * sync with sylpheed 0.6.2cvs11
12455
12456 2001-10-05 [alfons]     0.6.2claws20
12457
12458         * src/mainwindow.[ch], src/folderview.c
12459                 make composite tool button switch between "Compose News"
12460                 and "Compose Mail" depending on selected folder
12461                 (nifty idea by Kim Schulz <kim@schulz.dk>)
12462
12463 2001-10-05 [paul]       0.6.2claws19
12464
12465         * src/mainwindow.c, src/summaryview.c
12466                 fix 'Message/Reply to all', broken in last commit
12467
12468         * src/compose.c
12469                 fix X_BEENTHERE seg fault, thanks to Alfons
12470
12471 2001-10-04 [paul]       0.6.2claws18
12472
12473         * src/compose.[ch], src/mainwindow.c
12474                 make "Message/Reply" reply to mailing lists; matches
12475                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
12476                 based on portions of the patch submitted by
12477                 Junichi Uekawa <dancer@netfort.gr.jp>
12478
12479 2001-10-04 [darko]      0.6.2claws17
12480
12481         * src/compose.c
12482                 better smart wrapping
12483         * src/gtkstext.[hc]
12484                 a function to make text buffer contiguous
12485
12486 2001-10-03 [paul]       0.6.2claws16
12487
12488         * sync with sylpheed 0.6.2cvs10
12489
12490 2001-10-02 [alfons]
12491
12492         * configure.in
12493         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
12494                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
12495                 references to chinese translations (hope someone picks up
12496                 this)
12497
12498 2001-10-02 [christoph]  0.6.2claws15
12499
12500         * src/compose.c
12501                 fixed non translated header bug
12502         * ChangeLog.claws
12503                 fixed wrong date in alfons last entry ;)
12504
12505 2001-10-02 [alfons]     0.6.2claws14
12506
12507         * src/compose.c, src/prefs_common.[ch]
12508                 add block cursor option
12509
12510 2001-10-02 [paul]       0.6.2claws13
12511
12512         * sync with sylpheed 0.6.2cvs9
12513
12514 2001-09-30 [paul]       0.6.2claws12
12515
12516         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
12517                 updated translations
12518
12519         * po/POTFILES.in
12520                 add 'src/importldif.c'
12521
12522         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
12523                 added eudora-to-vCard conversion tool
12524                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
12525
12526         * sync with sylpheed 0.6.2cvs8
12527
12528 2001-09-30 [paul]
12529
12530         * sylpheed-0.6.2claws released
12531
12532 2001-09-27 [melvin]     0.6.2claws11
12533
12534         * src/gtkspell.c
12535                 fixed crash when using default path (introduced 
12536                 in 0.6.2claws10)
12537                 fixed tiny bug for initial suggestion mode
12538
12539 2001-09-27 [melvin]     0.6.2claws10
12540         
12541         * src/gtkspell.c
12542                 fixed bug where gtkpspell didn't set the path correctly
12543
12544         * README.claws
12545                 added a paragraph about spell checking
12546                 
12547
12548
12549 2001-09-27 [paul]       0.6.2claws9
12550
12551         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
12552                 replace '// comments' with '/* comments */' to prevent
12553                 some compiler warnings 
12554
12555         * sync with sylpheed 0.6.2cvs6
12556
12557 2001-09-26 [alfons]     0.6.2claws8
12558
12559         * src/messageview.c
12560                 introduce return receipt request notification again,
12561                 which was lost because of other semantics in 
12562                 procheader_parse() (???)
12563
12564 2001-09-26 [christoph]  0.6.2claws7
12565
12566         * src/compose.c
12567                 replace comments for old code with #if 0
12568                 readded auto cc, bcc and reply-to
12569         * src/prefs_matcher.c
12570         * src/prefs_scoring.c
12571                 removed some definition (was moved to
12572                 prefs.h)
12573
12574 2001-09-26 [paul]       0.6.2claws6
12575
12576         * src/mainwindow.c
12577                 make 'Follow-up and reply to' sensitive
12578
12579         * more sync with sylpheed 0.6.2cvs5
12580
12581 2001-09-25 [melvin]
12582
12583         * 0.6.2claws5
12584
12585         * src/gtkspell.c
12586                 fixed bug for "US-ASCII" introduced by the encoding code
12587
12588 2001-09-25 [paul]
12589
12590         * 0.6.2claws4
12591
12592         * src/prefs_common.[ch], src/summaryview.c
12593                 'next unread msg' 'go to next folder?' dialog can be
12594                 given default behaviour, either always show dialog,
12595                 or assume 'yes', or assume 'no'
12596                 Submitted by wwp <subscript@free.fr>
12597
12598 2001-09-25 [melvin]
12599                 
12600         * src/compose.c src/gtkspell.[ch]
12601                 added support for different encodings
12602
12603 2001-09-25 [paul]
12604
12605         * more sync with sylpheed 0.6.2cvs5
12606
12607 2001-09-24 [alfons]
12608         
12609         * src/prefs_folder_item.c
12610                 add check for item->prefs->default_to string is NULL and
12611                 add another check when freeing this string
12612
12613 2001-09-24 [paul]
12614
12615         * configure.in
12616                 change to version 0.6.2claws3
12617
12618         * sync with sylpheed 0.6.2cvs5 
12619
12620 2001-09-24 [match]
12621         * src/ldif.[ch], src/importldif.[ch], addressbook.c
12622                 import LDIF files.
12623         * src/addrcache.[ch], addrindex.[ch]
12624                 small update for future
12625         * src/addrbook.c
12626                 fix test XML file.
12627
12628 2001-09-24 [melvin]
12629         * src/gtkspell.[ch]
12630                 added 'Learn from mistakes' option
12631                 better handling of quotes in checked words
12632                 sorted dict list
12633         * po/fr.po
12634                 small update for spell checking stuff
12635
12636 2001-09-23 [alfons]
12637         
12638         * src/gtkspell.c
12639                 edit a little bit so it complies more with main coding style
12640
12641 2001-09-23 [alfons]
12642
12643         * src/folder.[ch], prefs_folder_item.c, compose.c
12644                 migrate "request return receipt" folder property
12645                 to folderlist.xml
12646
12647 2001-09-22 [alfons]
12648
12649         * README.claws **NEW**
12650                 (add things of interest for users of main branch 
12651                 and claws here)
12652
12653         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
12654                 re-implement threading per folder option, but store 
12655                 the setting in folderlist.xml (where it belongs)
12656
12657 2001-09-21 [melvin]
12658
12659         * src/gtkspell.[ch]
12660                 fixed bug when compose window is under another window
12661         * src/prefs_common.[ch] src/compose.c
12662                 changed 'dictionary_path' to 'dictionary' to be consistent
12663                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
12664         * ac/pspell.m4 src/Makefile.am 
12665                 dropped PSPELL_PATH macro
12666         * po/fr.po
12667                 updated translations
12668
12669 2001-09-21 [christoph]
12670
12671         * src/compose.c
12672                 added border around header fields
12673                 keep header type when new field is added
12674
12675 2001-09-20 [christoph]
12676
12677         * src/utils.[ch]
12678                 more portable debug_print with source filename
12679                 and linenumber
12680         * src/procmsg.c
12681                 more newlines after debug messages
12682
12683 2001-09-20 [paul]
12684
12685         * configure.in
12686                 change to version 0.6.2claws2
12687
12688         * sync with sylpheed 0.6.2cvs3
12689
12690 2001-09-19 [melvin]
12691
12692         * src/gtkspell.c
12693                 fixed the post-right-click focus pb
12694                 fixed crash when 'Spell check all' after dict change 
12695                         and when cursor is at the end of the text
12696                 shift-right-click pops up config menu even on misspelled words.
12697         * po/POTFILES.in
12698                 added gtkspell.c
12699
12700 2001-09-19 [melvin]
12701
12702         * src/about.c
12703                 added pspell to compiled-in features list
12704
12705 2001-09-18 [melvin]
12706
12707         * switched to pspell and dropped ispell
12708         * ac/pspell.m4
12709                 new file. autoconf macro for pspell
12710         * ac/Makefile.am 
12711         * configure.in acconfig.h
12712                 added pspell support
12713         * src/Makefile.am
12714         * src/main.c src/compose.[ch] src/gtkspell.[ch]
12715         * src/prefs_common.[ch] 
12716                 added pspell support
12717
12718 2001-09-18 [christoph]
12719
12720         * src/addr_compl.c
12721         * src/template.[ch]
12722                 replace LOG_MESSAGE with debug_print
12723         * src/compose.[ch]
12724                 gui improvements
12725         * src/menu.c
12726                 added newline after debug message
12727         * src/utils.h
12728                 using __VA_ARGS__ for debug_print macro
12729         * tools/.cvsignore
12730                 ignore Makefile and Makefile.in
12731
12732 2001-09-18 [paul]
12733
12734         * configure.in
12735                 change to version 0.6.2claws1
12736         * sync with sylpheed 0.6.2cvs1
12737
12738         * src/matcher.c 
12739         * src/prefs_matcher.c
12740                 add 'score equal to' option, submitted by
12741                 Paul Evans <nerd@freeuk.com>
12742
12743 2001-09-15 [christoph]
12744
12745         * src/mainwindow.c
12746                 comment out menu entry not existing in claws
12747         * src/menu.c
12748                 add debug output for non existing menu entries
12749         * src/summaryview.c
12750                 fix next/prev unread message for ignored threads
12751         * src/utils.[ch]
12752                 add sourcefile and line number to debug output
12753                 otherwise it is sometimes hard to find the
12754                 source code part if debug messages are translated
12755
12756 2001-09-14 [darko]
12757         
12758         * src/folderview.c
12759                 refresh target folder style after colour is changed
12760
12761 2001-09-13 [paul]
12762
12763         * configure.in
12764                 change to version 0.6.1claws3
12765
12766         * sync with sylpheed 0.6.1cvs6
12767
12768 2001-09-13 [darko]
12769         
12770         * src/folderview.c
12771                 fix target folder colourization to use user selected colour
12772
12773 2001-09-12 [darko]
12774         
12775         * src/summaryview.c
12776                 fix crash when message that is marked for copy/move is unmarked
12777
12778 2001-09-09 [paul]
12779
12780         * configure.in
12781                 change to version 0.6.1claws2
12782
12783         * sync with sylpheed 0.6.1cvs3
12784
12785 2001-09-09 [alfons]
12786         
12787         * src/folderview.c
12788                 fix bug with default font used for trash folder text
12789
12790 2001-09-06 [paul]
12791
12792         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
12793                 updated translations
12794
12795         * configure.in
12796                 change to version 0.6.1claws1
12797
12798         * sync with sylpheed 0.6.1cvs2
12799
12800 2001-09-03 [paul]
12801
12802         * po/POTFILES.in
12803                 add Match's new addressbook
12804
12805         * po/de.po
12806                 updated translation submitted by Jens Oberender
12807
12808 2001-09-02 [paul]
12809
12810         * configure.in
12811                 change to 0.6.1claws
12812         * sync with sylpheed 0.6.1 release
12813
12814 2001-09-02 [paul]
12815
12816         * configure.in
12817                 change to 0.6.0claws2
12818
12819         * sync with sylpheed 0.6.0cvs4
12820
12821         * po/pt_BR.po
12822                 updated translation submitted by Fabio Junior Beneditto
12823
12824 2001-09-01 [match]
12825         * pixmaps/
12826                 interface.xpm
12827                 book.xpm
12828                 address.xpm
12829         * src/
12830                 Makefile.am
12831                 a ton of new files
12832
12833 2001-08-31 [paul]
12834
12835         * configure.in
12836                 change to version 0.6.0claws1
12837
12838         * sync with sylpheed 0.6.0cvs1
12839
12840         * po/es.po
12841                 updated translation submitted by Ricardo Mones Lastra
12842
12843         * po/POTFILES.in
12844                 add 'src/prefs_templates.c'
12845
12846         * src/compose.c, src/summaryview.c
12847                 fix segfault on 'Re_edit'               
12848
12849 2001-08-30 [alfons]
12850
12851         * configure.in, Makefile.am
12852         * tools/Makefile.am
12853                 add tools directory to source distribution
12854
12855 2001-08-30 [paul]
12856
12857         * configure.in
12858                 change to version 0.6.0claws
12859
12860         * sync with sylpheed 0.6.0 release
12861
12862 2001-08-30 [christoph]
12863
12864         * configure.in
12865                 removed autoconf version check
12866
12867 2001-08-30 [paul]
12868
12869         * src/account.c, src/compose.c, src/prefs_common.[ch]
12870         * src/procheader.[ch] src/utils.[ch]
12871                 Enhanced automatic account selection on replies
12872                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
12873
12874         * configure.in
12875                 add LDAP and JPilot to the configuration results output.
12876
12877 2001-08-29 [christoph]
12878
12879         * src/summeryview.c
12880                 no bold font for ignored threads
12881
12882 2001-08-29 [paul]
12883
12884         * configure.in
12885                 change to version 0.5.3claws6
12886
12887         * sync with sylpheed 0.5.3cvs10
12888                 src/stringtable.[ch]: New Files
12889
12890         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
12891         * src/pixmaps/sylpheed.xpm
12892                 add mini-icons to windows (by Alfons)
12893
12894 2001-08-27 [paul]
12895
12896         * src/mainwindow.c
12897                 new functions: next_labeled_cb(), prev_labeled_cb()
12898
12899         * src/summaryview.c
12900                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
12901                 summary_select_next_labeled(), summary_select_prev_labeled()
12902
12903         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
12904                 give claws blue folders and a blue trash can
12905
12906 2001-08-27 [paul]
12907
12908         * configure.in
12909                 change to version 0.5.3claws5
12910
12911         * sync with sylpheed 0.5.3cvs9
12912                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
12913
12914 2001-08-24 [christoph]
12915
12916         * src/filesel.c
12917                 keep filename when browsing directories
12918                 (not working for user entered filename, but
12919                  for default name and selected filename from
12920                  file list)
12921         * src/mainwindow.c
12922                 fixed wrong spelling "Folllow-up"
12923         * src/mbox_folder.c
12924         * src/procmsg.c
12925         * src/summaryview.c
12926                 fixed new/unread message count with ignored
12927                 threads (2 commits, first didn't notice no
12928                 longer needed decreasing)
12929         * src/inc.c
12930                 readded scrolling of progress dialog
12931                 (lost in sync)
12932
12933 2001-08-24 [paul]
12934
12935         * configure.in
12936                 change to 0.5.3claws4
12937
12938         * sync with sylpheed 0.5.3cvs7
12939
12940 2001-08-24 [christoph]
12941
12942         * src/compose.c
12943                 set request return receipt when replying
12944                 if it is set is the folder prefs of the
12945                 message
12946         * src/inc.c
12947                 disable final error popup if popups are
12948                 disabled in config (again)
12949
12950 2001-08-23 [paul]
12951
12952         * configure.in
12953                 Change version number to 0.5.3claws3
12954
12955         * sync with sylpheed 0.5.3cvs5
12956
12957         * src/mimeview.c
12958                 double quote '%s' in 'gedit %s' to fix bug when
12959                 opening attachment with spaces in the name
12960
12961 2001-08-22 [alte]
12962         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
12963           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
12964                 initial message templates support
12965
12966
12967 2001-08-22 [paul]
12968
12969         * configure.in
12970                 change version number to 0.5.3claws2
12971
12972         * sync with sylpheed 0.5.3cvs4
12973
12974         * src/procmsg.h src/summaryview.c
12975                 re-implement (un)ignore thread
12976
12977 2001-08-21 [paul]
12978
12979         * src/summaryview.c
12980                 remove unnecessary code
12981         * src/compose.c
12982                 enable 'dynamic' signatures (submitted by
12983                 Eric Limpens <eric@hscg-internet.nl>)
12984
12985 2001-08-21 [paul]
12986
12987         clean up after sync with sylpheed 0.5.3 release
12988
12989         * src/folderview.c
12990                 fix re-introduced font mess, see Christoph's
12991                 entry 2001-06-24
12992
12993         * src/summaryview.c
12994                 remove prev_msgnum
12995                 use sylpheed's small font instead of
12996                 gtk default font for summary view
12997
12998
12999 2001-08-17 [paul]
13000
13001         * configure.in
13002                 add pl to ALL_LINGUAS - sync with main branch
13003
13004         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
13005                 Updated. Translations by Jens Oberender, Ricardo Mones
13006                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
13007
13008         * po/pl.po  ** NEW FILE **
13009                 sync with the main branch
13010
13011         * src/folderview.c
13012                 fix target folder colorizing and refresh problem
13013
13014
13015 2001-08-17 [christoph]
13016
13017         * src/mainwindow.c
13018                 claws uses 4 colors for target folder coloring.
13019                 arrays were not long enough and destroyed the
13020                 stack causing a segfault.
13021                 target folder colorizing does not work anymore
13022                 for me
13023
13024 2001-08-16 [paul]
13025
13026         * configure.in
13027                 change to version 0.5.3claws1
13028
13029         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
13030           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
13031           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
13032
13033                 sync with sylpheed 0.5.3 release, but keep claws method of
13034                 configuring/saving fonts
13035
13036         * src/addressbook.[ch]
13037                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
13038                 in line with a similar change in Hiroyuki's branch
13039
13040         * src/mainwindow.[ch]
13041                 disable main_window_set_thread_option()
13042         * src/prefs_folder_item.c
13043                 comment out &tmps_prefs.enable_thread,
13044         * src/mbox_folder.c, src/procmsg.[ch]
13045                 comment out MSG_IS_IGNORE_THREAD
13046         * src/summaryview.c
13047                 comment out summary_ignore_thread() and summary_unignore_thread()
13048                 comment out MSG_IS_IGNORE_THREAD
13049
13050                 use Hiroyuki's threading instead.
13051
13052
13053
13054 2001-08-15 [paul]
13055
13056         * src/account.c
13057                 use Hiroyuki's 0.5.3 column scheme but also
13058                 include the enable/disable button.
13059         * src/pixmaps/mark.xpm
13060                 add Hiroyuki's amended pixmap
13061
13062 2001-08-13 [christoph]
13063
13064         * src/account.c
13065                 receive at get all column showed wrong state for APOP
13066                 button should only work for POP3 and APOP accounts
13067         * src/prefs_account.c
13068                 added missing preprocessor statement for SSL
13069
13070 2001-08-12 [paul]
13071
13072         * src/account.[ch]
13073                 add 'receive at get all' column and enable/disable
13074                 button.
13075
13076 2001-08-06 [christoph]
13077
13078         * src/account.c
13079                 show usage of SSL in protocol column
13080
13081         * src/imap.c
13082         * src/inc.c
13083                 renamed ssl options
13084
13085         * src/prefs_account.[ch]
13086                 moved ssl options to a new page
13087
13088         * src/send.c
13089         * src/smtp.c
13090         * src/ssl.[ch]
13091                 renamed ssl options
13092                 added support for SMTP STARTTLS command
13093
13094 2001-08-05 [christoph]
13095
13096         * configure.in
13097                 debian autoconf needs version check to find
13098                 correct autoconf version. if the file is
13099                 named configure.in 2.13 is used, which does
13100                 not work with this configure.in script.
13101                 other solution would be to rename the script
13102                 to configure.ac as suggested in the autoconf
13103                 manual.
13104
13105         * src/inc.c
13106                 disable final error popup if popups are
13107                 diabled in config
13108
13109         * src/socket.c
13110                 bugfix in ssl_gets
13111                 fixes IMAP over SSL problem
13112
13113 2001-08-03 [paul]
13114
13115         * configure.in
13116                 change to 0.5.2claws1
13117
13118         * sync with sylpheed 0.5.2cvs1
13119
13120 2001-08-02 [alfons]
13121
13122         * configure.in
13123                 quick fix for ispell detection...
13124
13125 2001-08-01 [paul]
13126
13127         * configure.in
13128                 change to 0.5.1claws4
13129
13130         * sync with sylpheed 0.5.1cvs7
13131
13132 2001-07-31 [alfons]
13133
13134         * src/prefs_common.c, src/prefs_common.h, 
13135           src/gtkspell.c, src/gtkspell.h
13136                 add global spelling checker settings (compose tab) +
13137                 selection of dictionary 
13138           
13139         * configure.in  
13140                 guess valid ispell location
13141
13142 2001-07-31 [paul]
13143
13144         * po/POTFILES.in
13145                 removal of 'src/quote_fmt_parse.c'
13146         * po/de.po
13147                 Updated de.po
13148                 (submitted by Jens Oberender <didge@suse.de>)
13149
13150 2001-07-31 [darko]
13151
13152         * src/folder.[ch]
13153         * src/folderview.[ch]
13154         * src/mainwindow.c
13155         * src/mh.c
13156         * src/prefs_common.[ch]
13157         * src/summaryview.c
13158                 target folder colourization
13159
13160 2001-07-30 [paul]
13161
13162         more sync with Sylpheed 0.5.1cvs6 
13163
13164 2001-07-30 [darko]
13165
13166         * src/mh.c
13167         * src/prefs_folder_item.[hc]
13168         * src/summaryview.c
13169                 shared folders support with a GUI
13170
13171 2001-07-29 [paul]
13172
13173         0.5.1claws3
13174
13175         * sync with Sylpheed 0.5.1cvs6
13176
13177 2001-07-29 [paul]
13178
13179         * po/pt_BR.po
13180                 updated
13181                 (submitted by Fabio Junior Beneditto)
13182
13183 2001-07-28 [paul]
13184
13185         * src/procmime.c
13186         * AUTHORS
13187                 patch to correct bad image mime headers
13188                 (submitted by Don Quijote <dq@searchlores.org>)
13189
13190 2001-07-28 [paul]
13191
13192         * tools/gif2xface.pl   **NEW FILE**
13193         * tools/README
13194                 script to convert file.gif to file.xface for
13195                 use in a custom header.
13196                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
13197
13198 2001-07-27 [alfons]
13199         
13200         * configure.in
13201                 change macros for detecting JPilot and LDAP
13202
13203 2001-07-27 [christoph]
13204
13205         * src/filtering.c
13206                 code cleanup (MIN / MAX warning, needed casting)
13207
13208 2001-07-27 [alfons]
13209
13210         * procheader.c
13211                 disallow setting flags when detecting certain headers
13212                 (X-Status, Status, Seen, X-Seen). 
13213         
13214         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
13215
13216 2001-07-27 [christoph]
13217
13218         * src/prefs_filter.c
13219         * src/prefs_filtering.c
13220         * src/prefs_matcher.c
13221         * src/prefs_scoring.c
13222                 scroll list when moving rows up or down
13223
13224         * src/imap.c
13225         * src/imap.h
13226         * src/prefs_account.c
13227         * src/prefs_account.h
13228         * src/send.c
13229                 SMTP over SSL (untested, feedback requested)
13230                 IMAP over SSL
13231
13232         * src/ssl.c
13233                 code cleanup
13234
13235 2001-07-26 [alfons]
13236         
13237         * configure.in, acconfig.h
13238                 define CLAWS (need this for main / claws detection)
13239
13240 2001-07-25 [alfons]
13241
13242         * configure.in
13243                 Sylpheed 0.5.1claws2
13244                 
13245         * sync with Sylpheed 0.5.1cvs4
13246
13247 2001-07-25 [christoph]
13248
13249         * src/scoring.c
13250                 fixed segfault
13251                 item->prefs == NULL (don't know why)
13252
13253 2001-07-25 [alfons]
13254
13255         * configure.in
13256                 Sylpheed 0.5.1claws1
13257
13258         * sync with Sylpheed 0.5.1cvs1-3
13259
13260 2001-07-24 [christoph]
13261
13262         * src/folderview.c
13263         * src/prefs_folder_item.[ch]
13264                 added folderitem preferences dialog with
13265                 default To: and auto request return receipt
13266
13267         * src/compose.[ch]
13268         * src/menu.[ch]
13269                 changes to handle new folderitem preferences
13270
13271         * src/mainwindow.c
13272         * src/summaryview.c
13273                 call compose new mail with current folderitem
13274
13275 2001-07-24 [alfons]
13276
13277         Release Sylpheed 0.5.1claws
13278
13279         * configure.in
13280                 change to release version 0.5.1claws
13281
13282 2001-07-24 [christoph]
13283
13284         * src/summaryview.c
13285                 fixed segfault that happend when the selected
13286                 message was removed while retrieving new messages.
13287
13288         * po/es.po
13289                 updated translation
13290                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
13291
13292 2001-07-22 [alfons]
13293
13294         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
13295         this is a work in progress, for more information: http://nlpagan.net/sylman 
13296         
13297         * configure.in, src/mainwindow.c, manual/Makefile.am
13298                 add support for English manual
13299
13300         * AUTHORS
13301                 add authors of user manuals
13302
13303         * manual/en/sylpheed*.html
13304                 add English documentation
13305
13306 2001-07-22 [christoph]
13307
13308         * po/POTFILES.in
13309                 added src/ssl.c
13310         * src/ssl.c
13311                 changed a wrong debug message
13312
13313 2001-07-22 [alfons]
13314
13315         * po/nl.po
13316                 update Dutch translation
13317
13318         * src/prefs_filtering.c, 
13319           src/prefs_matcher.c
13320                 add more translatable strings           
13321
13322 2001-07-21 [alfons]
13323
13324         0.5.0claws7
13325
13326         * configure.in
13327                 change version
13328
13329         * src/inc.c, src/summaryview.[ch]
13330                 prevent update of mark file when filtering has done, by
13331                 using a variable; this affects two functions:
13332                         inc.c::inc_finished()
13333                         summaryview.c::summary_show()
13334
13335 2001-07-20 [alfons]
13336
13337         * src/filtering.[ch], src/prefs_filtering.c, 
13338           src/matcher.[ch]
13339                 add filtering action for label coloring 
13340
13341         * po/POTFILES.in
13342                 add labelcolors.c
13343
13344         * added src/labelcolors.c
13345         * added src/labelcolors.h
13346         * src/Makefile.am, src/summaryview.c
13347                 rearrange label coloring code
13348
13349         * src/procmsg.h
13350                 add more parentheses so label colouring works correctly
13351
13352         * src/filtering.c
13353                 don't really delete message, but move it to Trash
13354
13355         * src/prefs_matcher.c
13356                 add quote options to info dialog
13357
13358 2001-07-20 [christoph]
13359
13360         * src/Makefile.am
13361         * src/inc.c
13362         * src/main.[ch]
13363         * src/socket.h
13364         * src/ssl.[ch] (new)
13365                 moved ssl stuff to a seperate file
13366
13367 2001-07-20 [darko]
13368
13369         * src/summaryview.c
13370                 fix show sender using address book with no e-mail
13371                 address in From: field
13372
13373 2001-07-19 [alfons]
13374
13375         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
13376                 fix messy handling of escaping... now at least the
13377                 execute command is useful. escape char is '\', we
13378                 accept \n and \r too. 
13379
13380                 Real life example:
13381                 
13382                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
13383                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
13384
13385 2001-07-18 [alfons]
13386
13387         0.5.0claws6
13388
13389         * src/summaryview.c
13390                 clean up
13391
13392         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
13393           src/procmsg.[ch]
13394                 revise filtering; currently move, copy, marking have
13395                 been tested. if you like bleeding edge stuff, you
13396                 should definitely go for this version :)
13397
13398         * mark old working stuff as VERSION_0_5_0_CLAWS5        
13399
13400 2001-07-17 [christoph]
13401
13402         * src/utils.c
13403                 timestamp log
13404
13405 2001-07-17 [alfons]
13406
13407         0.5.0claws5
13408
13409         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
13410           bits in the mark file, without affecting either branch. Lots of
13411           files changed, also in claws branch.
13412
13413           UNTESTED: use of mbox folders
13414
13415         * src/summaryview.c
13416                 added mark all read; however this was a quick hack used for
13417                 cleaning up mess after initial merge with Hiroyuki
13418
13419         * configure.in
13420                 change claws version number back to 0.5.0claws5 to clear up 
13421                 confusion & pretension (recent release was technically 
13422                 0.5.0claws4, so we neatly align with Hiroyuki :-)
13423
13424 2001-07-16 [alfons]
13425
13426         sync with Hiroyuki's 0.5.0cvs4
13427
13428 2001-07-16 [alfons]
13429
13430         0.5.1claws3
13431
13432         * src/filtering.[ch]
13433                 remove invalid updating of mark files for 
13434                 filter actions MATCHING_ACTION_MOVE and 
13435                 MATCHING_ACTION_DELETE; this should fix the
13436                 folder update bug
13437                 
13438         * src/procmsg.c
13439                 revert Christoph's stab at fixing the folder 
13440                 update bug
13441
13442         * po/POTFILES.in
13443                 add missing files with translatable strings
13444
13445         * src/summaryview.c
13446                 remove debug print
13447
13448 2001-07-15 [alfons]
13449
13450         * src/addr_compl.[ch], src/prefs_filtering.c
13451                 make "filtering pref dialog's destination entry" an
13452                 "address completable entry", if filter destination is 
13453                 an email address
13454
13455         0.5.1claws2
13456         
13457         sync with Hiroyuki's 0.5.0cvs2-3
13458
13459 2001-07-15 [christoph]
13460
13461         * src/procmsg.c
13462                 fixed folder stats update after incorporation
13463
13464 2001-07-15 [alfons]
13465
13466         * src/summaryview.c
13467                 * finish label colouring stuff (for now)
13468                 * fix incorrect colour bug (off by one) 
13469
13470 2001-07-14 [alfons]
13471
13472         * src/mainwindow.c
13473                 change text labels for news and mail message so there's
13474                 plenty of toolbar estate left
13475
13476         * configure.in
13477                 0.5.1claws1
13478
13479         * src/folderview.c
13480           src/folder.[ch]
13481                 sync with Hiroyuki's 0.5.0cvs1
13482
13483         * src/summaryview.c
13484                 more rewrite label colouring
13485
13486 2001-07-14 [alfons]
13487
13488         * src/summaryview.[ch]
13489                 * start rewrite label colouring 
13490                 * fix proper location "Add Sender To Addressbook" menu item
13491
13492 2001-07-13
13493
13494         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
13495         (actually this is 0.5.0claws4)
13496
13497 2001-07-13 [alfons]
13498
13499         * po/pt_BR.po
13500                 * fix duplicate message
13501                 * add updated Portugese / Brazilian translation
13502                   submitted by Fabio Junior Beneditto
13503
13504 2001-07-12 [alfons]
13505
13506         * AUTHORS
13507                 add Jens
13508
13509         * po/nl.po
13510                 add updated Dutch translation
13511
13512         * po/de.po
13513                 add updated German translation submitted by Jens
13514
13515 2001-07-11 [alfons]
13516
13517         Prerelease before 0.5.0claws. Please test.
13518         This version is temporarily tagged as VERSION_0_5_0_TEST
13519
13520         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
13521           src/prefs_scoring.c, src/prefs_matcher.c, 
13522           src/prefs_filtering.c, src/mbox.c, 
13523           src/main.c, src/inc.c, src/filtering.[ch]
13524                 revert new Hoa's new matcher (does not work yet)
13525
13526         * src/Makefile.am
13527                 clean up
13528
13529 2001-07-10
13530
13531         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
13532
13533
13534 2001-07-10 [alfons]
13535
13536         * Makefile.am
13537                 add ChangeLog.claws to EXTRA_DIST
13538         * src/Makefile.am
13539                 add matcher_parser_parse.h to EXTRA_DIST
13540
13541 2001-07-10 [christoph]
13542
13543         * src/inc.c
13544                 add destination folder to table of
13545                 folders that need to be updated after
13546                 incorporation
13547
13548 2001-07-10 [alfons]
13549
13550         * folder.[ch]
13551           folderview.c
13552                 make collapse state of folders and folder items persistent, i.e.
13553                 if you collapse a folder tree, the next time sylpheed-claws starts 
13554                 up the folder tree remains collapsed.  
13555                 
13556 2001-07-10 [christoph]
13557
13558         * acconfig.h
13559         * configure.in
13560                 added --enable-ssl
13561         * src/md5.[ch]
13562                 renamed MD5_CTX to MD5_CTX_syl
13563                 conflicts with a struct in openssl
13564         * src/inc.c
13565         * src/main.[ch]
13566         * src/prefs_account.[ch]
13567         * src/socket.[ch]
13568                 SSL support for POP
13569         * src/mainwindow.c
13570                 fixed compose with current account
13571                 broken by new compose button stuff
13572
13573 2001-07-09 [hoa]
13574
13575         * AUTHORS
13576                 changed my email address
13577
13578         * src/matcher_parser_parse.y
13579                 clean the parser to remove conflicts
13580
13581 2001-07-09 [alfons]
13582
13583         * AUTHORS
13584                 add Match Grun
13585
13586         * configure.in
13587                 fix incorrect description of --enable-ldap parameter
13588
13589         * src/prefs_common.[ch]
13590           src/compose.c
13591                 add experimental option "smart wrapping" which makes the
13592                 compose editor auto wrap.
13593                 
13594                 | TODO: the problem with the buggy cursor handling is caused |
13595                 | by the GtkText. when deleting / backspacing text its       |
13596                 | wrapping algorithm does not take in account the previous   |
13597                 | line. should find a way to hack this in.                   |
13598                 | or should perhaps combine this with the word wrapping      |
13599                 | patch i wrote in january.                                  |
13600
13601         * src/about.c
13602                 show build parameters for LDAP and JPilot
13603
13604         * src/summaryview.c
13605                 revert Christoph's bugfix for selecting next unread message, 
13606                 because folder stats aren't updated correctly
13607
13608 2001-07-08 [hoa]
13609
13610         * src/filtering.c
13611         * src/mainwindow.c
13612         * src/matcher.c
13613         * src/matcher_parser_lex.l
13614         * src/matcher_parser_parse.y
13615         * src/prefs_filtering.c
13616         * src/prefs_scoring.c
13617         * src/scoring.c
13618                 bugfix of the config file parser
13619
13620 2001-07-08 [alfons]
13621
13622         * src/Makefile.am
13623                 added generated matcher sources to BUILT_SOURCES
13624
13625 2001-07-08 [hoa]
13626
13627         * src/Makefile.am
13628         * src/.cvsignore
13629                 added new config file parser
13630
13631         * src/scoring.[ch]
13632         * src/filtering.[ch]
13633         * src/matcher.[ch]
13634         * src/prefs_filtering.c
13635         * src/prefs_matcher.c
13636         * src/prefs_scoring.c
13637         * added src/matcher_parser.h
13638         * added src/matcher_parser_lex.h
13639         * added src/matcher_parser_lex.l
13640         * added src/matcher_parser_parse.y
13641                 lex & yacc config file parser
13642
13643         * src/mbox.c
13644         * src/inc.c
13645         * src/main.c
13646                 changes prefs_filtering into global_filtering           
13647
13648         * src/summaryview.c
13649                 build threads with subjects only if "Re: " is at the
13650                 beginning of the subject
13651
13652 2001-07-07 [paul]
13653
13654         0.5.0claws
13655
13656         sync with sylpheed 0.5.0
13657                 change of version number only
13658
13659 2001-07-06 [paul]
13660
13661         0.5.0claws5
13662
13663         sync with sylpheed 0.5.0pre5
13664
13665 2001-07-05 [paul]
13666
13667         sync with sylpheed 0.5.0pre4 release
13668                 /po and /manual/ja not sync'ed
13669
13670 2001-07-04 [paul]
13671
13672         more sync with sylpheed 0.5.0pre4
13673
13674 2001-07-03 [christoph]
13675
13676         * src/addressbook.c
13677                 fixed address book broken by address book
13678                 for VCard, JPilot, LDAP
13679
13680 2001-07-03 [alfons]
13681
13682         * src/matcher.c
13683         * src/textview.c
13684                 stopped memory leaks
13685
13686 2001-07-03 [paul]
13687
13688         more sync with sylpheed 0.5.0pre4
13689
13690 2001-07-02 [match]
13691
13692         * included address book patch for VCard, JPilot, LDAP
13693         * pref_common.c - fixed Font options on Display tab (cosmetic)
13694         * alertpanel.c - fixed truncated message
13695
13696 2001-07-02 [christoph]
13697
13698         * src/mbox_folder.c
13699         * src/procmsg.[ch]
13700         * src/summaryview.c
13701                 mark threads for ignoring
13702
13703 2001-07-02 [paul]
13704
13705         0.5.0claws4
13706
13707         * sync with sylpheed 0.5.0pre4
13708                 updated gettext to 0.10.38.
13709
13710 2001-07-01 [paul]
13711
13712         * src/ mainwindow.c
13713         * src/procmsg.h
13714         * src/summaryview.[ch]
13715                 new right-click option: Label.
13716                 substitute for 'Mark-->Mark/Unmark', colours the line.
13717                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
13718
13719 2001-07-01 [christoph]
13720
13721         * src/folderview.c
13722                 fixed font for trash
13723         * src/summaryview.c
13724                 move ctree to unread message
13725
13726 2001-07-01 [paul]
13727
13728         * sync with sylpheed 0.5.0pre3 release
13729
13730 2001-06-30 [alfons]
13731
13732         * src/filesel.[ch]
13733         * src/compose.c
13734                 allow inserting / attaching multiple files in
13735                 the composer window
13736
13737 2001-06-30 [paul]
13738
13739         * src/codeconv.c
13740                 small change to Alfons' previous stuff so that it
13741                 actually makes
13742
13743 2001-06-30 [alfons]
13744
13745         * lots of files changed; first attempt to merge the changes
13746           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
13747
13748 2001-06-30 [paul]
13749
13750         * po/pt_BR.po
13751                 updated and completed, translations by Fabio
13752                 Junior Beneditto <fjbeneditto@yahoo.com.br>
13753
13754 2001-06-29 [alfons]
13755
13756         * src/compose.c
13757         * src/mimeproc.[ch]
13758                 allow selecting an attached files' mime type from a 
13759                 list of types.
13760
13761 2001-06-29 [paul]
13762
13763         * more sync with sylpheed 0.5.0pre3
13764
13765 2001-06-29 [paul]
13766
13767         * po/pt_BR.po
13768                 merge with sylpheed.pot and pt_BR.po provided by
13769                 Fabio Junior Beneditto.
13770
13771 2001-06-29 [darko]
13772
13773         * src/procmime.c
13774                 make MIME types case insensitive
13775
13776 2001-06-28 [alfons]
13777
13778         * po/nl.po
13779                 merge with sylpheed.pot and old nl.po; translations added.
13780
13781 2001-06-28 [paul]
13782
13783         * more sync with sylpheed 0.5.0pre3
13784
13785 2001-06-27 [alfons]
13786
13787         * src/summaryview.c
13788                 don't crash when removing parent node of messages
13789                 attracted by subject. this was caused by not deleting
13790                 the parent node from the subject line hash table.
13791
13792 2001-06-27 [alfons]
13793
13794         * src/summaryview.c
13795         * src/compose.[ch]
13796         * src/mainwindow.c
13797                 if there are multiple messages selected, allow forwarding
13798                 them as attachments.
13799
13800 2001-06-27 [paul]
13801
13802         * more sync with sylpheed 0.5.0pre3
13803
13804 2001-06-26 [paul]
13805
13806         0.5.0claws3
13807
13808         * sync with sylpheed 0.5.0pre3
13809
13810 2001-06-25 [paul]
13811
13812         * src/mainwindow.c
13813                 fixed 'compose news article' bug
13814                 from icon-and-text toolbar
13815
13816 2001-06-25 [paul]
13817
13818         * sync with sylpheed 0.5.0pre2 release
13819
13820 2001-06-24 [christoph]
13821
13822         * src/prefs_common.c
13823                 bug fix in font selection
13824         * src/folderview.c
13825                 use sylpheed's normal font instead of
13826                 gtk default font for folders without
13827                 new messages
13828
13829 2001-06-24 [alfons]
13830
13831         * src/mainwindow.[ch]
13832                 added composite compose mail / news button (an idea by Leandro
13833                 Pereira <leandro@linuxmag.com.br>)
13834
13835 2001-06-24 [paul]
13836
13837         Added instructions for ldif-to-xml.py
13838
13839         * tools/README
13840
13841 2001-06-23 [alfons]
13842
13843         Some minor things.
13844
13845         * src/pixmaps/stock_news_compose.xpm
13846                 added pixmap by Leandro
13847         * src/prefs_common.c
13848                 tested built-in spelling checker of GCC 3.0 :)
13849         * po/nl.po
13850                 merged dutch translation of sylpheed-main with
13851                 sylpheed.pot
13852
13853 2001-06-23 [paul]
13854
13855         Added tools directory and files.
13856
13857         * tools/filter_conv.pl
13858                 converts old filter system to new filtering system
13859         * tools/ldif-to-xml.py
13860                 converts netscape addressbook to sylpheed addressbook
13861         * tools/README
13862                 descriptions/instructions for above two files
13863
13864 2001-06-23 [christoph]
13865
13866         * src/inc.c
13867         * src/manage_window.[ch]
13868         * src/prefs_common.[ch]
13869                 mail retrieval dialog can be enabled, disabled
13870                 or hidden if non of sylpheed's windows is active
13871
13872 2001-06-22 [paul]
13873
13874         0.5.0claws2
13875
13876         * sync with sylpheed 0.5.0pre2
13877
13878 2001-06-21 [christoph]
13879
13880         * src/summaryview.c
13881                 show recipient on 'from' for all accounts
13882                 
13883         * src/inc.c
13884         * src/prefs_common.[ch]
13885                 disable error popup on mail receive errors
13886
13887 2001-06-21 [alfons]
13888
13889         * src/compose.c
13890                 made the ruler correctly appear and disappear.
13891
13892         * src/Makefile.am
13893                 removed Hoa's work-in-progress-stuff (interesting!) so 
13894                 claws compiles ok.
13895
13896 2001-06-20 [christoph]
13897
13898         * src/inc.c
13899         * src/progressdialog.c
13900                 added scrolled window for list in progressdialog
13901
13902 2001-06-20 [paul]
13903
13904         sync with sylpheed 0.5.0pre1 release
13905
13906 2001-06-20 [christoph]
13907
13908         * src/summeryview.c
13909                 make building threads by subject work when
13910                 thread view is enabled
13911                 
13912         * src/compose.c
13913         * src/prefs_common.[ch]
13914                 automatically select account for mail replys
13915
13916 2001-06-19 [sergey]
13917
13918         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
13919         they are filled in from the account settings.
13920
13921 2001-06-19 [paul]
13922
13923         * more sync with sylpheed 0.5.0pre1
13924
13925 2001-06-18 [alfons]
13926
13927         * src/Makefile.am,
13928           src/procmime.c
13929                 added --sysconfdir to CPPFLAGS for pointing to the correct
13930                 location of mime.types. 
13931
13932                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
13933                 or ./configure!
13934
13935 2001-06-18 [hoa]
13936
13937         * src/summaryview.c
13938                 fixed some bug when building threads
13939
13940 2001-06-18 [pau]l
13941
13942         * src/prefs_account.c
13943                 UI stuff: More changes to the English
13944
13945 2001-06-18 [paul]
13946
13947         * src/pixmaps/stock_news_compose.xpm: new file
13948         * src/Makefile.am
13949         * src/mainwindow.c
13950         * src/summaryview.c
13951                 Added new icon for Hoa's 'compose a news
13952                 message', plus minor improvements to the
13953                 English
13954
13955         * po/ja.po
13956         * ChangeLog
13957         * ChangeLog.jp
13958                 more sync with sylpheed 0.5.0pre1
13959
13960 2001-06-18 [hoa]
13961
13962         * src/compose.[ch]
13963         * src/mainwindow.c
13964                 Follow-up and reply to
13965
13966         * src/summaryview.[ch]
13967                 Build threads also with subjects
13968
13969 2001-06-17 [hoa]
13970
13971         * src/compose.c
13972                 forwarding use the current account.
13973
13974         * src/mainwindow.c
13975                 the "compose message" button has been replaced with
13976                 "new mail" and "new news" buttons
13977
13978         * src/prefs_common.[ch]
13979                 added a configuration option to use the forward button
13980                 as "forward as attachment"
13981                 changed reply and forward format description
13982
13983         * src/quote_fmt_lex.l
13984         * src/quote_fmt_parse.y
13985                 added message with no signature in format for reply
13986                 and forward.
13987
13988 2001-06-17 [paul]
13989
13990         Minor UI stuff
13991
13992         * src/mainwindow.c
13993         * src/summaryview.c
13994                 Improvements to the English
13995
13996         * src/prefs_common.c
13997                 Improvements to the English and some
13998                 clarity/continuity improvements in the
13999                 description of Quote symbols.
14000
14001 2001-06-17 [paul]
14002
14003         0.5.0claws1
14004
14005         * sync with sylpheed 0.5.0pre1
14006
14007 2001-06-17 [hoa]
14008
14009         * src/compose.c
14010                 Better interface for compose, displayed fields
14011                 are updated whenever we change account.
14012                 Newsgroups field is automatically filled.
14013
14014         * src/mainwindow.c
14015                 Newsgroups field is automatically filled.
14016
14017         * src/prefs_account.c
14018                 Some interface stuff when fields appear and
14019                 disappear.
14020
14021 2001-06-16 [paul]
14022
14023         0.4.99claws
14024
14025         * sync with sylpheed 0.4.99
14026
14027 2001-06-16 [sergey]
14028
14029         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
14030         base64_decoder_free, base64_decoder_decode): new object and
14031         functions for decoding base64 streams.
14032         * src/procmime.c (procmime_decode_content): modified to use the
14033         new base64 decoder.
14034
14035 2001-06-15 [paul]
14036
14037         0.4.99claws10
14038
14039         * sync with sylpheed 0.4.99cvs11
14040
14041 2001-06-13 [paul]
14042
14043         0.4.99claws9
14044
14045         * sync with sylpheed 0.4.99cvs9
14046
14047 2001-06-13 [hoa]
14048
14049         * src/compose.c
14050         * src/prefs_account.c
14051
14052                 SMTP server can be defined in the news account
14053                 mime type of attachment are kept.
14054
14055         * src/summaryview.c
14056
14057                 now choose the highest important score between default
14058                 and important score of folder.
14059
14060 2001-06-09 [alfons]
14061         
14062         * src/prefs_common.c: 
14063
14064                 (prefs_quote_description_create): corrected description of 
14065                 quote format characters
14066
14067 2001-06-09 [paul]
14068
14069         0.4.99claws8
14070
14071         * sync with sylpheed 0.4.99cvs8
14072
14073 2001-06-08 [sergey]
14074
14075         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
14076         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
14077
14078 2001-06-08 [paul]
14079
14080         0.4.99claws7
14081
14082         * sync with sylpheed 0.4.99cvs7
14083
14084 2001-06-06 [sergey]
14085
14086         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
14087         clashes with autogenerated header).
14088         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
14089         * src/Makefile.am: added quote_fmt.h.
14090         * src/.cvsignore: added lex/yacc autogenerated files
14091         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
14092
14093 2001-06-06 [paul]
14094
14095         0.4.99claws6
14096
14097         * sync with sylpheed 0.4.99cvs6
14098
14099 2001-06-06 [hoa]
14100
14101         * added src/quote_fmt_parse.h
14102         * src/compose.c
14103                 removed warnings
14104
14105         * src/prefs.[ch]
14106                 don't modify readonly configuration files
14107
14108         * src/prefs_account.c
14109         * src/prefs_common.c
14110         * src/prefs_customheader.c
14111         * src/prefs_display_header.c
14112         * src/prefs_filter.c
14113         * src/prefs_filtering.c
14114         * src/prefs_scoring.c
14115                 don't open dialog box when configuration files
14116                 are readonly
14117
14118 2001-06-05 [sergey]
14119
14120         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
14121
14122         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
14123         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
14124         BUILT_SOURCES to make all files rebuild properly.
14125
14126         * src/compose.c: removed #include "quote_fmt.tab.h".
14127
14128         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
14129         CHARACTER value in yylval.
14130
14131         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
14132         receive CHARACTER value by documented means (yylval).
14133
14134         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
14135
14136 2001-06-05 [hoa]
14137
14138         * src/Makefile.am
14139                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
14140
14141         * src/filtering.c
14142         * src/matcher.c
14143         * src/matcher.h
14144         * src/prefs_filtering.c
14145                 now keep the configuration for execute action
14146
14147         * src/mbox_folder.c
14148                 fixed a warning
14149
14150 2001-06-05 [paul]
14151
14152         * sync with sylpheed 0.4.99cvs5
14153
14154 2001-06-05 [hoa]
14155
14156         * src/Makefile.am
14157                 added quote_fmt.[ch]
14158
14159         * added src/quote_fmt.y
14160         * added src/quote_fmt.l
14161         * added src/quote_fmt.tab.h
14162         * added src/quote_fmt.tab.c
14163         * added src/lex.quote_fmt.c
14164                 parsing configuration for replying
14165                 and forwarding
14166
14167         * src/prefs_common.[ch]
14168                 added configuration UI for replying
14169                 and forwarding
14170
14171         * src/compose.c
14172                 using configuration for replying
14173                 and forwarding
14174
14175 2001-06-04 [hoa]
14176
14177         * src/filtering.c
14178         * src/matcher.c
14179         * src/matcher.h
14180         * src/prefs_filtering.c
14181         * src/prefs_matcher.c
14182         * src/prefs_matcher.h
14183                 action "run a command" for filtering
14184                 and matching with a command.
14185                 fixed the "whole message" matching
14186
14187         * src/mbox_folder.c
14188                 changed temporary filename for security
14189
14190         * src/messageview.c
14191                 queue the notification if it fails to send.
14192
14193         * src/prefs_common.c
14194         * src/prefs_folder_item.c
14195                 changed the default important score             
14196
14197         * src/prefs_scoring.c
14198         * src/scoring.c
14199                 hide kill score input when the folder is not
14200                 a newsgroup
14201
14202 2001-06-03 [alfons]
14203
14204         * src/prefs_common.c:
14205
14206                 (prefs_font_select): pass font name in font entry box to font
14207                 selection dialog.
14208
14209 2001-06-03 [sergey]
14210
14211         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
14212
14213 2001-06-03 [paul]
14214
14215         * sync with sylpheed 0.4.99cvs4
14216
14217 2001-06-03 [alfons]
14218
14219         * src/headerwindow.c:
14220
14221                 (headerwindow_show_cb): use the selected summary view item, not
14222                 the displayed item.
14223
14224 2001-06-02 [alfons]
14225
14226         * src/headerwindow.c:
14227
14228                 (headerwindow_show_cb): always try to show msginfo
14229
14230 2001-06-02 [hoa]
14231
14232         * src/compose.c
14233                 keep attached parts when reediting or forwarding.
14234
14235 2001-06-01 [hoa]
14236
14237         * src/folderview.c
14238         * src/prefs_folder_item.[ch]
14239         * src/prefs_scoring.[ch]
14240         * src/scoring.[ch]
14241         * src/summaryview.[ch]
14242         * src/main.c
14243         * src/mainwindow.c
14244         * src/prefs_common.[ch]
14245                 support for folder scoring
14246                 kill score and important score for messages
14247         
14248         * src/prefs_account.c
14249                 some display bug fixed for local account
14250                 preferences
14251
14252 2001-05-31 [alfons]
14253
14254         * src/summaryview.c:
14255
14256                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
14257                 sender to address book menu item is disabled.
14258
14259 2001-05-30 [hoa]
14260
14261         * src/filtering.[ch]
14262         * src/summaryview.c
14263                 handling summary menu / filter messages
14264
14265         * src/folder.[ch]
14266                 add some stuff
14267
14268         * src/foldersel.c
14269                 imap folders now appears in list
14270
14271         * src/mbox_folder.c
14272                 doesn't crash if destination mail is not writeable
14273
14274 2001-05-29 [hoa]
14275
14276         * src/compose.c
14277                 removed some warnings
14278
14279         * src/filtering.c
14280         * src/folder.[ch]
14281         * src/prefs_filtering.c
14282                 global string to identify any folders           
14283                 removed some debug info
14284                 filtering to mbox folders is now possible
14285
14286         * src/mainwindow.c
14287                 removed some warnings
14288
14289         * src/mbox_folder.c
14290                 permission on files are changed to read/write for user only,
14291                 nothing for other.
14292                 creation of subfolder is handled better.
14293
14294 2001-05-28 [alfons]
14295
14296         Verified the sync for src/prefs_common.[ch] and
14297         src/prefs_account.[ch]. I believe there were some
14298         minor indentation differences.
14299
14300 2001-05-28 [paul]
14301
14302         0.4.99claws3
14303
14304         * sync with 0.4.99cvs3
14305
14306 2001-05-28 [hoa]
14307
14308         * src/compose.c
14309                 handling flags for mbox format
14310
14311         * src/filtering.c
14312                 use of mark file only for MH format
14313                 handling flags for mbox format
14314                 filtering cannot yet move or copy mails to mbox folders.
14315
14316         * src/folder.[ch]
14317                 changed move_msg, copy_msg,
14318                 move_msgs_with_dest, copy_msgs_with_dest functions
14319                 uses only folder->copy_msg() function
14320                 uses folder->finished_copy() to handle the destination
14321                 folder at the end of the copy or move operation.
14322
14323         * src/foldersel.c
14324                 included mbox directories.
14325
14326         * src/folderview.[ch]
14327         * src/mainwindow.c
14328                 handle folders operation for mbox format
14329
14330         * src/mbox.c
14331                 disable conversion of "From " header
14332
14333         * src/mbox_folder.[ch]
14334                 completion of mbox format handling
14335
14336         * src/mh.c
14337                 changed mh_copy_msg() function and
14338                 removed mh_move_msg(), mh_move_msgs_with_dest(),
14339                 mh_copy_msgs_with_dest()
14340
14341         * src/prefs_filtering.c
14342                 removed some warnings
14343
14344         * src/prefs_matcher.c
14345                 default boolean operation is AND
14346
14347         * src/procheader.c
14348                 handling flags for mbox format
14349                 handling of "From " header
14350
14351         * src/procmsg.[ch]
14352                 removed data field
14353                 added MSG_REALLY_DELETED flags to handle deletion of
14354                 messages in mbox format.
14355
14356         * src/summaryview.c
14357                 handling flags for mbox format
14358                 disable the MSG_DELETED flags when messages
14359                 are deleted in mbox format
14360
14361         * src/textview.c
14362                 "From " headers display fixed.
14363
14364 2001-05-27 [alfons]
14365
14366         * src/textview.c:
14367                 
14368                 (get_email_part): skip quoted email addresses, like in e.g.
14369                 "'alfons@proteus.demon.nl'".
14370
14371 2001-05-26 [alfons]
14372
14373         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
14374         and fixing the persistence troubles when using separate windows.
14375
14376         * src/mainwindow.c:
14377         
14378             Added #define SEPARATE_ACTION used in the gtk item factory for 
14379             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
14380                 use gtk_item_factory_get_widget_by_action() to get the items.
14381                 
14382             Removed separate_widget_cb from the gtk item factory data   
14383           
14384             (mainwindow_create): connect separate_widget_cb() to check
14385             menu item "toggled" signal. also passing a MainWindow pointer
14386                 as object data for both check menu items.
14387                 
14388             (separate_widget_cb): definition of separate_widget_cb() to match
14389             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
14390                 window using gtk_object_get_data(). The type of window separation 
14391                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
14392         
14393         * src/prefs_filtering.c,
14394           src/prefs_matcher.c: added horizontal scrollbars
14395
14396 2001-05-25 [darko]
14397
14398         * src/headerview.c
14399                 fix segfault with invalid bold font
14400         * src/summaryview.c
14401                 correctly display summary stats after row is marked
14402
14403 2001-05-23 [sergey]
14404
14405         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
14406         encodings with libjconv.
14407
14408 2001-05-23 [hoa]
14409
14410         * src/Makefile.am
14411                 added mbox_folder.[ch]
14412         * src/defs.h
14413                 mbox temporary folder
14414         * src/folder.[ch]
14415         * added src/mbox_folder.[ch]
14416         * src/folderview.c
14417         * src/procheader.[ch]
14418                 added mbox support
14419         * src/mbox.c
14420                 bugfix for file incorporation filtering
14421         * src/imap.c
14422                 enable creation of MBOX
14423         * src/prefs_display_header.c
14424                 enable use of headers like "From "
14425                 something that should be fixed :
14426                         displaying of such headers add an extra space
14427         * src/prefs_folder_item.c
14428                 don't create folders because it is not necessary
14429         * src/procmsg.h
14430                 added data field to MsgInfo for mbox internal use
14431         * src/summaryview.c
14432                 added some support for mbox
14433         * src/utils.[ch]
14434                 added get_mbox_cache_dir() function
14435
14436 2001-05-23 [hiroyuki]
14437
14438         * src/headerwindow.c
14439           src/inc.c
14440           src/main.c
14441           src/mh.c
14442           src/nntp.c
14443           src/procmsg.h
14444           src/session.h
14445           src/socket.[ch]
14446           src/summaryview.c
14447           src/textview.c
14448           src/automaton.c
14449           src/folderview.c: more sync with 0.4.99cvs2.
14450
14451         * src/headerwindow.c: reverted.
14452
14453 2001-05-22 [paul]
14454
14455         0.4.99claws2
14456
14457         * sync with sylpheed 0.4.99cvs2
14458                 * src/news.[ch]
14459                 * src/nntp.[ch]
14460                 * INSTALL
14461                 * INSTALL.jp
14462
14463 2001-05-22 [alfons]
14464
14465         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
14466
14467 2001-05-21 [alfons]
14468
14469         Minor things:
14470
14471         * configure.in: if gnome-config not found, "no" is displayed
14472         
14473         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
14474
14475         * src/textview.c: now also possible to add mail addresses by right
14476           clicking in the text view
14477
14478         * src/codeconv.c: merged patch which fixes endless loop when encountering
14479           invalid wide characters; from Alte <010@imis.ru>  
14480
14481 2001-05-20 [alfons]
14482
14483         Added installation of gnome specific things:
14484
14485         * Makefile.am: gnome conditional
14486
14487         * configure.in: check for installed gnome
14488
14489         * added sylpheed.png, sylpheed.desktop
14490
14491 2001-05-20 [sergey]
14492
14493         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
14494
14495         * src/mainwindow.h (main_window_toolbar_create): created a button
14496         for "Reply to all".
14497         (main_window_set_toolbar_sensitive): enable/disable the new button
14498         appropriately.
14499         (toolbar_reply_to_author_cb): handle the new button.
14500
14501         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
14502         send_progress_dialog_destroy() on failure (fixes hang on SMTP
14503         failure).
14504
14505 2001-05-19 [sergey]
14506
14507         * src/compose.h (ComposeReplyMode): new modes
14508         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
14509         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
14510
14511         * src/compose.c
14512         (compose_send): move some code into a new function:
14513         (compose_current_mail_account): new function.
14514         (compose_reply): new argument to_author, all callers changed; if
14515         to_author==TRUE and account->protocol==A_NNTP, find and use an
14516         appropriate mail account for replying.
14517         (compose_reply_set_entry): new argument to_author; ignore
14518         compose->replyto if to_author==TRUE.
14519
14520         * src/mainwindow.c: new command "Message/Reply to author".
14521         (main_window_set_menu_sensitive): enable/disable it.
14522         (reply_cb): handle it.
14523
14524         * src/summaryview.c: new command "Reply to author".
14525         (summary_set_menu_sensitive): enable/disable it.
14526         (summary_reply_cb): handle it.
14527
14528         * src/account.c (account_find_mail_from_address): new function.
14529
14530 2001-05-18 [paul]
14531
14532         0.4.99claws1
14533
14534         * sync with sylpheed 0.4.99cvs1
14535
14536 2001-05-18 [hoa]
14537
14538         * src/compose.[ch]
14539         * src/filtering.c
14540         * src/summaryview.c
14541                 new filtering action : forward and forward as attachment
14542
14543         * src/main.c
14544                 no need for $DISPLAY when we run sylpheed --help
14545                 call to parse_cmd_opt() is moved
14546
14547         * src/mainwindow.[ch]
14548                 execute button is hidden when immediate execute
14549                 is chosen
14550
14551         * src/mh.c
14552         * src/news.c
14553         * src/prefs_folder_item.c
14554         * src/procmsg.c
14555                 better handling of missing directories
14556
14557         * src/summaryview.c
14558                 reedit is enabled in outbox
14559                 reedit is enabled in queue
14560
14561 2001-05-17 [hoa]
14562
14563         * src/filtering.c
14564         * src/matcher.[ch]
14565         * src/prefs_filtering.c
14566                 changed attachement into attachment
14567
14568 2001-05-17 [alfons]
14569
14570         0.4.67claws4    
14571
14572         * sync with sylpheed 0.4.67cvs9
14573         * sync with sylpheed 0.4.67cvs7-8
14574
14575 2001-05-17 [hoa]
14576
14577         * src/Makefile.am
14578                 added prefs_filtering.c
14579
14580         * src/filtering.[ch]
14581         * src/matcher.[ch]
14582                 removed action : forward_news and forward_news_as_attachement
14583                 (forward and forward_as_attachement can be used instead)
14584
14585         * src/mainwindow.c
14586                 added menu option to access filtering configuration
14587
14588         * src/prefs_account.c
14589                 changed mail_command default to /usr/sbin/sendmail
14590
14591         * added src/prefs_filtering.[ch]
14592                 dialog box for filtering configuration
14593
14594         * src/prefs_matcher.c
14595                 added function prefs_matcher_get_criteria_from_matching()
14596
14597         * src/prefs_scoring.c
14598                 reset the dialog when register or substitute is clicked
14599
14600 2001-05-15 [hoa]
14601
14602         * src/Makefile.am
14603                 added filtering.[ch]
14604         * src/inc.c
14605                 using filering.[ch] instead of filter.[ch]
14606         * src/main.c
14607                 reading new filtering configuration
14608         * src/matcher.[ch]
14609                 added some filtering actions
14610                 and fixed a bug for headers and mail body matching
14611         * src/mbox.c
14612                 using filering.[ch] instead of filter.[ch]
14613         * src/mh.c
14614                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
14615         * src/summaryview.c
14616                 some fixes for filtering
14617
14618 2001-05-14 [hiroyuki]
14619
14620         * src/send.c: fixed some weird indentations.
14621           send_message_with_command(): call pclose() only if p != NULL.
14622         * src/textview.c: get_email_part(): modified the code for readability.
14623
14624 2001-05-14 [hiroyuki]
14625
14626         * src/md5global.h
14627           src/md5ify.c
14628           src/md5ify.h: removed from the cvs.
14629
14630 2001-05-13 [sergey]
14631
14632         * src/main.c: include rfc2015.h to avoid compiler warnings.
14633         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
14634         the panel is already on screen.
14635         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
14636         closing the alert window by ESC as "No".
14637         * src/prefs_common.c (prefs_interface_create): moved return
14638         receipt check button to the correct place.
14639
14640 2001-03-13 [alfons]
14641
14642         * src/prefs_common.c: 
14643                 moved return receipt check button to the Send tab. (prefs_send_create)
14644                 removed the date format ui related globals. (prefs_display_create)
14645
14646         0.4.67claws3
14647         
14648         * sync with sylpheed 0.4.67cvs5-6
14649
14650 2001-05-13 [paul]
14651
14652         * added Alfons' font selection patch
14653
14654         * src/defs.h
14655         * src/headerwindow.c
14656         * src/prefs_common.c
14657         * src/prefs_common.h
14658
14659 2001-05-13 [hoa]
14660         * src/defs.h
14661                 changed version of cache
14662         * src/matcher.[ch]
14663         * src/prefs_matcher.c
14664                 added additionnal matching criteria
14665         * src/procheader.c
14666         * src/procmsg.[ch]
14667         * src/news.c
14668                 added references in MsgInfo
14669
14670 2001-05-12 [hoa]
14671
14672         * src/defs.h
14673                 prepared some things for new filtering
14674         * src/matcher.[ch]
14675                 added some matching properties
14676                 inreplyto need to be enhanced
14677                 prepared some things for new filtering
14678         * src/messageview.c
14679                 added Return-Receipt-To handling
14680         * src/prefs_folder_item.c
14681                 changed default value to TRUE
14682         * src/prefs_matcher.c
14683                 added some matching properties
14684         * src/prefs_scoring.[ch]
14685                 the scoring dialog is finished
14686         * src/procheader.c
14687                 added Return-Receipt-To handling
14688                 Reference need to be added
14689         * src/procmsg.[ch]
14690                 added Return-Receipt-To handling
14691                 added threadscore to get a better score sorting when
14692                 threads are enabled
14693         * src/summaryview.c
14694                 suppressed a bug when we sort the list
14695                 when no folder is opened.
14696                 better score sorting when threads are enabled
14697
14698 2001-05-12 [alfons]
14699
14700         * reverted previous patch because of potential errors 
14701
14702         0.4.67claws2
14703         
14704         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
14705                 applied "toggle mail-retrieval dialog window" patch submitted 
14706                 by Eric Limpens <eric@qnt.net>
14707
14708         * sync with sylpheed 0.4.67cvs4
14709
14710 2001-05-12 [sergey]
14711
14712         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
14713         some picky compilers.
14714         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
14715         * src/grouplist_dialog.c: include alertpanel.h.
14716         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
14717         fix compile warning.
14718         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
14719         #include "defs.h" before others to prevent the warning of `MIN'
14720         and `MAX' redefinition.
14721
14722 2001-05-11 [hoa]
14723
14724         * src/main.c
14725         * src/messageview.c
14726         * src/prefs_account.c
14727         * src/prefs_display_header.c
14728                 removed warning
14729         * src/Makefile.am
14730                 added prefs_scoring.[ch]
14731         * src/grouplist_dialog.c
14732                 display an error dialog box if the group list
14733                 cannot be fetched.
14734         * src/mainwindow.[ch]
14735                 added main_window_set_thread_option() function
14736                 scoring dialog box enabled
14737         * src/matcher.[ch]
14738                 added flags matching unread /new / marked
14739                 / deleted / replied / forwarded
14740         * src/news.c
14741                 newsgroups are now finally in newscache
14742         * src/prefs_matcher.[ch]
14743                 finished preferences for matching dialog
14744         * added src/prefs_scoring.[ch]
14745                 scoring dialog box completed
14746         * src/scoring.[ch]
14747                 conversion to string : added scoringprop_to_string()
14748                 write config for preferences :
14749                 added prefs_scoring_write_config()
14750         * src/summaryview.c
14751                 threads can be enabled/disabled independently
14752                 for each folder
14753
14754 2001-05-10 [alfons]
14755
14756         0.4.67claws1
14757         
14758         * AUTHORS: 
14759                 thought it would be nice to have a list of all
14760                 contributors (used Changelog as a reference)
14761         
14762         * configure.in: 
14763                 messed up version numbering...
14764
14765         0.4.66claws1
14766
14767         * sync with sylpheed 0.4.67cvs1-3
14768
14769 2001-05-10 [darko]
14770
14771         * src/prefs_common.c:
14772                 better UI for strftime format, double clicking
14773                 on format now inserts the format in text entry
14774                 replaced close button with standard OK/Cancel
14775                 moved date format button to the right of the
14776                 text entry field
14777
14778 2001-05-09 [alfons]
14779
14780         * src/gtkstext.c:
14781                 Ctrl-Home / Ctrl-End have proper cursor navigation
14782
14783 2001-05-09 [hoa]
14784
14785         * src/prefs_matcher.c
14786                 finished UI to define matching properties
14787                 added ok and cancel button
14788         * src/prefs_filter.c
14789                 added ok and cancel button
14790         * src/news.c
14791                 fixed some bug in xhdr parsing
14792
14793 2001-05-08 [alfons]
14794
14795         * src/textview.c: 
14796                 fixed a bug in textview_show_header(), which displayed two colons (':');
14797                 cleaned up some warnings
14798
14799 2001-05-08 [hoa]
14800
14801         * src/Makefile.am
14802                 added prefs_matcher.[ch]
14803                 compilation with -W -Wall
14804         * src/alertpanel.c
14805                 ungrab the mouse events if grabbed - does it
14806                 fix the bug for disposition notification ?
14807         * src/mainwindow.c
14808                 added a menu option to open the matching dialog.
14809         * src/matcher.[ch]
14810                 added matcherprop_to_string() and matcherlist_to_string()
14811                 fixed some bugs, changed the name of some options
14812                 age_sup and age_inf becomes age_greater and age_lower,
14813                 body and messageheaders becomes body_part and headers_part,
14814                 changed the names of constants from SCORING_XXX to MATCHING_XXX
14815         * src/prefs_display_header.c
14816         * src/prefs_headers.c
14817                 fixed a bug that accidentally destroyed dialogs
14818                 when closed them with delete_event
14819                 Added *_deleted() which handle delete_event signal correctly.
14820         * src/prefs_folder_item.[ch]
14821                 added "enable_thread" field for future customization
14822         * added src/prefs_matcher.[ch]
14823                 sample of the UI to define matching properties
14824         * src/procheader.c
14825                 using procheader_headername_equal instead of str*cmp functions
14826                 using procheader_parse_header() function
14827         * src/scoring.c
14828                 using MATCHING_XXX instead of SCORING_XXX
14829         * src/summaryview.c
14830                 display the sender of the news even if this is ourself
14831                 when this is a news message.
14832         * src/textview.c
14833                 using headername_equal() instead of str*cmp functions
14834
14835 2001-05-08 [alfons]
14836
14837         0.4.66claws
14838
14839         * sync with sylpheed 0.4.66
14840         * src/gtkstext.c: trace logs added 
14841
14842 2001-05-08 [sergey]
14843
14844         * src/prefs_common.[ch]: added option to enable/disable GnuPG
14845         signature check popup.
14846         * src/rfc2015.c (check_signature): show signature check popup only
14847         if it is enabled in preferences.
14848
14849 2001-05-07 [alfons]
14850
14851         0.4.66claws4
14852         
14853         * sync with sylpheed 0.4.66cvs6
14854
14855 2001-05-07 [darko]
14856
14857         * src/prefs_common.[ch]: added option to enable/disable
14858           looking up sender name in address book for summary pane
14859         * src/summaryview.c: look up sender in the address book
14860           by using Alfons' address completion code
14861
14862 2001-05-07 [hiroyuki]
14863
14864         * src/inc.h
14865           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
14866           member of Pop3State.
14867         * src/news.c: brought #include "defs.h" before #include <glib.h>
14868           to prevent the warning of `MIN' and `MAX' redefinition.
14869
14870 2001-05-06 [hoa]
14871
14872         * removed src/headers_display.[ch]
14873         * removed src/prefs_display_headers.[ch]
14874         * src/inc.c
14875                 use a temporary file in the user directory for mbox import
14876         * src/news.c
14877                 added XHDR support to get "To" and "Cc" headers
14878                 (in order to match news with to or cc field for
14879                 scoring)
14880                 added function news_parse_xhdr() to get XHDR response
14881         * src/nntp.[ch]
14882                 added function nntp_xhdr()
14883         * src/matcher.c
14884                 fetch the message if necessary
14885
14886 2001-05-06 [alfons]
14887
14888         0.4.66claws3
14889
14890         * sync with sylpheed 0.4.66cvs3-5
14891
14892 2001-05-06 [hoa]
14893
14894         * src/utils.[ch]
14895                 added function itos_buf() to enable use of several buffers
14896         * src/summaryview.c
14897                 use of itos_buf() instead of itos() in summary list
14898                 to fix the broken display of message number.
14899
14900 2001-05-06 [alfons]
14901
14902         * src/gtkstext.c: bug in cursor up navigation fixed,
14903                 fixed another unsigned / signed comparison (we're getting there :-)
14904
14905 2001-05-06 [hoa]
14906
14907         * src/Makefile.am
14908                 added scoring.c scoring.h
14909                 prefs_folder_item.c prefs_folder_item.h
14910                 matcher.c matcher.h
14911         * src/defs.h
14912                 added FOLDERITEM_RC SCORING_RC
14913         * src/folder.[ch]
14914                 added prefs field in FolderItem :
14915                 properties for each folder (PrefsFolderItem),
14916                 sorting type and mode were added as the first properties.
14917         * src/main.c
14918                 read config for scoring
14919         * added src/matcher.[ch]
14920                 gives functions to parse configuration file to do
14921                 matching on mails with a list of conditions.
14922         * src/mainwindow.c
14923                 add option to sort by score
14924         * src/prefs_common.[ch]
14925                 added preference option to show score and for
14926                 the score column size
14927         * added src/prefs_folder_item.[ch]
14928                 properties for each folder (PrefsFolderItem),
14929                 sorting type and mode were added as the first properties.
14930         * src/procheader.[ch]
14931                 added procheader_parse_header()
14932                 added procheader_header_free()
14933                 added procheader_headername_equal()
14934                 and made modification to use them.
14935         * src/procmsg.[ch]
14936                 added score field to MsgInfo structure
14937         * added src/scoring.[ch]
14938                 gives functions to parse configuration file to do
14939                 scoring on mails with a list of conditions.
14940         * src/summaryview.[ch]
14941                 save the sorting type and mode for the folder
14942                 added column to display the score of the mail
14943                 added function summary_score_clicked()
14944                 sorting type and mode are restored to the folder
14945                 when it is reopen
14946         * src/textview.c
14947                 use procheader_parse_header(), procheader_headername_equal()
14948                 removed memory leak in text_scan_header when freeing headers
14949         * src/filter.c
14950                 changed the function to match names of headers
14951                 using procheader_headername_equal()
14952
14953         Scoring functions are implemented, an interface is needed
14954         to configure that.
14955
14956 2001-05-04 [alfons]
14957
14958         * src/gtkstext.c: 
14959                 hopefully fixed the row up navigation bug,
14960                 removed adding back / forward lines to cache
14961
14962 2001-05-04 [sergey]
14963
14964         * src/prefs_display_headers.c: user interface changes:
14965         (prefs_display_headers_create): remove unused "Show" check button;
14966         allow reordering of headers by dragging.
14967         (prefs_display_headers_write_config): remove unused variables.
14968         (prefs_display_headers_set_dialog): do not insert "(New)" at top
14969         of lists (not needed with the new UI).
14970         (prefs_display_headers_set_list): scan lists starting from row 0,
14971         not 1 (do not skip "(New)").
14972         (prefs_display_headers_find_header): new function.
14973         (prefs_display_headers_clist_set_row): do not allow duplicates.
14974         (prefs_display_headers_delete_cb): do not skip row 0; treat
14975         closing the alert window by ESC as "No".
14976         (prefs_display_headers_up): do not protect row 0.
14977         (prefs_display_headers_down): do not protect row 0.
14978
14979 2001-05-04 [sergey]
14980
14981         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
14982         functions.
14983
14984         * src/summaryview.c
14985         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
14986         summary_select_next_marked, summary_select_prev_marked): new
14987         functions.
14988
14989 2001-05-03 [sergey]
14990
14991         * src/news.c: fixed a bug when no article can be fetched after
14992         server timeout if the connection was restored by news_post():
14993         (news_select_group): new function.
14994         (news_fetch_msg): call news_select_group() before fetching
14995         article.
14996         (news_get_uncached_articles): set session->group after successful
14997         GROUP command.
14998
14999 2001-05-03 [hoa]
15000
15001         * src/defs.h
15002         * src/procmsg.[ch]
15003         * src/procheader.c
15004                  changed version of cache, added cc field
15005
15006         * src/prefs_display_headers.c
15007                 the interface was changed
15008
15009         * src/prefs_headers.c
15010                 added cancel button
15011
15012 2001-05-03 [alfons]
15013
15014         * completed sync of sylpheed cvs2
15015         * src/gtkstext.c: updated row up / down cursor navigation
15016         * src/textview.c: re-edited, prepared for fixing the email address
15017                 scanner.
15018
15019 2001-05-03 [darko]
15020
15021         * src/prefs_common.c: use alfons' strftime ui code
15022         entry_datefmt and datefmt_sample widgets have to be
15023         global in this module because of this change
15024
15025 2001-05-03 [hoa]
15026
15027         * src/messageview.c
15028         * src/prefs_common.[ch] added option to activate the return receipt
15029                 feature.
15030
15031 2001-05-02 [alfons]
15032
15033         * src/gtkstext.c: fix for row up/down cursor navigation. 
15034
15035         0.4.66claws2
15036         
15037         * sync with 0.4.66cvs2
15038
15039 2001-05-02 [paul]
15040
15041         added add-sender-to-addressbook patch
15042
15043         * src/addressbook.c
15044         * src/addressbook.h
15045         * src/summaryview.c
15046
15047 2001-05-02 [sergey]
15048
15049         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
15050         G_ALERTDISABLE.
15051
15052         * src/alertpanel.c (alertpanel_create): new argument can_disable,
15053         all existing callers changed to pass FALSE; create a check button
15054         to disable the message.
15055         (alertpanel_message_with_disable): new function.
15056         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
15057         (alertpanel_button_toggled): new function.
15058         (alertpanel_button_clicked, alertpanel_close): set value using
15059         G_ALERT_VALUE_MASK.
15060
15061         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
15062
15063         * src/prefs_common.c (prefs_privacy_create): new check button
15064         checkbtn_gpgme_warning.
15065
15066         * src/main.c (main): moved preferences reading before gpgme
15067         initialization; check prefs_common.gpgme_warning before giving the
15068         GnuPG warning and set it to FALSE if the user wants to disable the
15069         warning.
15070
15071 2001-05-02 [hiroyuki]
15072
15073         * src/prefs_display_headers.c: modified the layout and some labels.
15074
15075 2001-05-02 [sergey]
15076
15077         * src/prefs_account.c (prefs_account_fix_size): new function.
15078         (prefs_account_create): call prefs_account_fix_size(); use
15079         gtk_widget_show instead of gtk_widget_show_all (fixes too large
15080         size when the window is shown for the first time).
15081         (prefs_account_basic_create): changed layout of serv_table; moved
15082         localmbox_entry above smtpserv_entry (logically it replaces
15083         POP3/IMAP server).
15084         (prefs_account_protocol_activated): set sensitivity of
15085         nntpauth_chkbtn according to the protocol (in addition to
15086         hide/show); commented out gtk_table_set_row_spacing() calls.
15087         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
15088         not sensitive (fixes a bug with disabled username/password boxes
15089         when editing POP3 account after NNTP with authentication).
15090
15091 2001-05-02 [hoa]
15092
15093         * src/account.c
15094         * src/inc.c
15095         * src/prefs_account.[ch]
15096         * src/send.c
15097                 removed local account without SMTP server
15098                 added option to use mail command instead of a connexion
15099                 to SMTP server when a local account is used
15100         * src/prefs_headers.c
15101                 fixed a bug
15102         * src/news.c
15103                 fixed a bug when connexion immediately closed
15104
15105 2001-05-01 [alfons]
15106
15107         0.4.66claws1
15108         
15109         * sync with 0.4.65
15110
15111 2001-05-01 [sergey]
15112
15113         * src/prefs_account.c (Basic, prefs_account_basic_create): new
15114         widget nntpauth_chkbtn.
15115         (prefs_account_protocol_activated): handle nntpauth_chkbtn
15116         visibility.
15117         (prefs_account_nntpauth_toggled): new function.
15118
15119         * src/news.c (news_session_new_for_folder): use NNTP
15120         authentication only if ac->use_nntp_auth is set.
15121
15122 2001-05-01 [hoa]
15123
15124         * src/Makefile.am changed headers.[ch] in customheader.[ch]
15125         * src/prefs_display_headers.c changed the UI
15126         * src/prefs_headers.c changed account_name to account_id
15127         * src/compose.c using customheader.h
15128
15129 2001-05-01 [hiroyuki]
15130
15131         * src/esmtp.c
15132           src/news.c
15133           src/nntp.c: changed sock_read() to sock_gets(), they've been left
15134           unsynched.
15135
15136 2001-05-01 [hoa]
15137
15138         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
15139         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
15140                 for displaying of headers
15141         * src/grouplist_dialog.[ch] minor changes to remove warnings
15142         * src/prefs_display_headers.[ch] dialog to choose the
15143         headers to display in the mail viewer.
15144         * src/headers.h correction of #define
15145         * src/headers_display.[ch] configuration for displaying of headers.
15146         * src/main.c read config of displaying of headers
15147         * src/prefs_common.c add a button to access the config dialog
15148                 for displaying of headers
15149         * src/prefs_display_headers.[ch] dialog for configuration for
15150                 displaying of the headers.
15151         * src/prefs_headers.c cleaning of code
15152         * src/procheader.c comments added to code
15153         * src/textview.c changes to reorder the headers depending
15154                 on the config for displaying of headers
15155
15156 2001-04-30 [alfons]
15157
15158         0.4.65claws7
15159
15160         * sync with 0.4.65cvs12
15161
15162         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
15163
15164 2001-04-30 [sergey]
15165
15166         * src/nntp.h (NNTPSockInfo): new field auth_failed.
15167
15168         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
15169         is set to force reconnection after authentication failure.
15170         (nntp_gen_command): set sock->auth_failed on authentication
15171         failure, or if sock->userid and sock->passwd are not set.
15172
15173         * src/news.c (news_session_new_for_folder): set userid=NULL if
15174         password dialog is cancelled.
15175
15176 2001-04-30 [sergey]
15177
15178         * src/nntp.h (NNTPSockInfo): new type.
15179
15180         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
15181         SockInfo.
15182         (nntp_open_auth, nntp_close): new functions.
15183         (nntp_gen_command): new function to handle authentication; all
15184         NNTP command functions updated to use it.
15185         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
15186         (nntp_list): removed old useless code.
15187
15188         * src/news.h (NNTPSession): new field nntp_sock.
15189
15190         * src/news.c: all functions updated to use NNTPSockInfo instead of
15191         SockInfo.
15192         (news_session_new): new arguments (userid, passwd); made static;
15193         use nntp_open_auth() if needed.
15194         (news_session_destroy): use nntp_close() instead of sock_close().
15195         (news_query_password): changed arguments.
15196         (news_session_new_for_folder): new function.
15197         (news_session_get): use news_session_new_for_folder().
15198         (news_authenticate): deleted.
15199         (news_get_uncached_articles): removed old authentication code.
15200
15201 2001-04-30 [sergey]
15202
15203         * src/news.c: reverted my previous changes (need to do NNTP
15204         authentication in a cleaner way).
15205         
15206 2001-04-29 [sergey]
15207
15208         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
15209         news_nntp_post, news_nntp_mode): new functions (wrappers with
15210         authentication support).
15211         (news_get_article_cmd, news_get_article, news_get_header): new
15212         argument "folder"; all callers changed.
15213         (news_get_article_cmd): added authentication support.
15214         (news_session_get): use news_nntp_mode() instead of nntp_mode().
15215         (news_post): use news_nntp_post() instead of nntp_post().
15216         (news_get_uncached_articles): use news_nntp_group() instead of
15217         nntp_group() and news_nntp_xover() instead of nntp_xover();
15218         removed old authentication code.
15219         (news_get_group_list): use news_nntp_list() instead of nntp_list().
15220
15221         * src/nntp.c (nntp_list): return real error code instead of
15222         hardcoded NN_ERROR.
15223
15224 2001-04-29 [sergey]
15225
15226         * configure.in: fixed wint_t typedef detection again
15227
15228 2001-04-28 [hoa]
15229
15230         * src/prefs_account.[ch], added A_LOCAL_CMD
15231                 (send mail with mail command)
15232         * src/send.c added function send_message_with_command()
15233         * src/inc.c made a more secure get_spool() function with
15234                 mktemp() but maybe mkstemp() or something more
15235                 secure can be used.
15236
15237 2001-04-28 [alfons]
15238
15239         * src/textview.c, colorization of email addresses in headers
15240
15241         0.4.65claws6
15242
15243         * bug sync with sylpheed
15244         * prefs_common.c: created date format ui for darko
15245         * sync with 0.4.65cvs11
15246         * configure.in: corrected to have the new gpg checks
15247
15248 2001-04-27 [alfons]
15249
15250         * completed sync with 0.4.65cvs10
15251         * minor debug things added to gtkstext.c
15252
15253 2001-04-27 [darko]
15254
15255         * configure.in: remove check for availability of
15256           strftime() as advised by Hiroyuki
15257         * src/prefs_common.[ch], src/procheader.c:
15258           synch strftime() code with Hiroyki's main branch
15259
15260 2001-04-26 [sergey]
15261
15262         * src/news.c: news_query_password(), news_authenticate(): new
15263           functions.
15264           news_get_uncached_articles(): added NNTP authentication
15265           handling.
15266         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
15267           new functions.
15268         * src/prefs_account.c: prefs_account_protocol_activated():
15269           enable userid and password fields for NNTP.
15270
15271 2001-04-26
15272
15273         * configure.in: check for availability of strftime()
15274           [darko]
15275         * src/prefs_common.[ch], src/procheader.c: use
15276           strftime() for displaying date in summary pane if it
15277           is available
15278
15279 2001-04-25
15280
15281         * more .cvsignore cleanups [alfons]
15282
15283 2001-04-25
15284
15285         * ac/sv-check-type.m4: new autoconf macro.
15286         * configure.in: fixed wint_t typedef detection (did not work
15287           with gcc-2.96).
15288
15289 2001-04-25
15290
15291         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
15292           [hiroyuki]
15293
15294 2001-04-24
15295         * modified gtkstext.c : buggy cursor navigation fixed, 
15296           and font descent also taken in account when drawing
15297           cursor. [alfons]
15298
15299 2001-04-24 [hoa]
15300         * added comments in src/news.c src/nntp.c
15301         * added src/prefs_headers.[ch]
15302         * added src/headers.[ch]
15303         * modified compose.c to activate custom headers
15304                 added function is_in_custom_headers
15305         * modified prefs_account.[ch]
15306                 added function prefs_account_customhdr_edit
15307         * modified src/defs.h :
15308                 added HEADERS_RC : name of the config file
15309                 for the custom headers
15310
15311 2001-04-24
15312
15313     0.4.65claws5
15314
15315         * configure.in
15316           src/gtkstext.[ch]
15317           src/compose.c
15318           src/Makefile.am
15319           
15320           added gtkstext with configure.in patch by Hiroyuki which
15321           should fix the XIM detection [alfons]
15322
15323         * more clean up of cvs [alfons]
15324
15325                  * removed all Makefile.in files to attic.
15326
15327                  * updated all .cvsignores to really ignore things that could
15328                    be unintentionally committed by a recursive commit.
15329
15330 2001-04-23 [hoa]
15331         * added src/grouplist_dialog.[ch]
15332         * changed src/folderview.c to call grouplist_dialog instead
15333                 of inputdialog
15334         * src/news.c :
15335                 added functions news_reset_group_list
15336                 and news_get_group_list
15337         * src/nntp.c :
15338                 added function nntp_list
15339         * src/defs.h :
15340                 added GROUPLIST_FILE : name of the newsgroup list cache file
15341
15342 2001-04-21
15343
15344         * added option to warn about queued messages on exit [sergey]:
15345
15346           * src/compose.c: compose_queue(): call folder_item_scan()
15347             and folderview_update_item() after queueing.
15348           * src/folderview.c: folderview_update_node(): draw the queue
15349             folder in bold font if there are queued messages.
15350           * src/mainwindow.c: queued_messages(): new function.
15351             app_exit_cb(): display warning if there are queued messages
15352             if warn_queued_on_exit is set.
15353           * prefs_common.[ch]: add warn_queued_on_exit option.
15354
15355         * enhanced GnuPG key selection support [sergey]:
15356
15357           * src/select-keys.c: updated to newer version from Win32
15358             branch with support for selecting arbitrary keys.
15359           * src/prefs_account.c: added the Privacy tab to the account
15360             options window.
15361             prefs_account_privacy_create(),
15362             prefs_account_sign_key_set_data_from_radiobtn(),
15363             prefs_account_sign_key_set_radiobtn(): new functions.
15364           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
15365           * src/rfc2015.c: set_signers(): new function.
15366             pgp_sign(): add the account parameter, call set_signers().
15367             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
15368           * src/rfc2015.h: rfc2015_sign(): updated prototype.
15369           * src/compose.c: pass the current account to rfc2015_sign().
15370
15371         * tag name claws added to prevent confusion with main branch [alfons]
15372
15373         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
15374
15375         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
15376
15377         * sync with recent sylpheed cvs. Untested though. [alfons]
15378