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