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