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