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