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