* src/compose.c
[claws.git] / ChangeLog.claws
1 2002-07-11 [christoph]  0.7.8claws60
2
3         * src/compose.c
4         * src/procmsg.c
5                 first use the message number to find the message
6                 to mark with a reply flag but check the
7                 message-id if we got the correct message, if not
8                 try to find it by message-id.
9                 use new string seperator that is not allowed
10                 in message-ids.
11
12 2002-07-11 [paul]       0.7.8claws59
13
14         * sync with 0.7.8cvs23
15                 see ChangeLog 2002-07-10
16
17 2002-07-10 [christoph]  0.7.8claws58
18
19         * src/folder.[ch]
20         * src/msgcache.[ch]
21                 Added message-id table to the cache in memory
22                 and functions to msgcache.c and folder.c to
23                 fetch MsgInfos by message id
24         * src/compose.c
25         * src/procmsg.c
26                 store folder and message-id of message replying
27                 to in queue header and set reply flag after sending
28                 (Closes bug #469498)
29
30 2002-07-10 [paul]       0.7.8claws57
31
32         * AUTHORS
33           man/sylpheed.1.gz
34                 add Martin to the list of authors
35
36 2002-07-09 [martin]     0.7.8claws56
37         * src/gtksctree.c
38                 Added gtk_ctree_last_visible(), tree_update_level(),
39                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
40                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
41                 from gtk+ to gtksctree.c for the new sorting code
42                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
43                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
44         * src/gtksctree.h
45                 Added declaration for gtk_sctree_sort_recursive() and
46                 gtk_sctree_sort_node
47         * src/addressbook.c
48         * src/foldersel.c
49         * src/folderview.c
50         * src/summaryview.c
51                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
52                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
53
54 2002-07-08      [paul]  0.7.8claws55
55
56         * more sync with 0.7.8cvs21
57                 see ChangeLog 2002-07-08
58
59 2002-07-08 [paul]       0.7.8claws54
60
61         * sync with 0.7.8cvs21
62                 see ChangeLog 2002-07-08
63
64 2002-07-07 [alfons]     0.7.8claws53
65
66         * src/Makefile.am
67         * src/stock_pixmap.[ch]
68         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
69         * src/pixmaps/notice_error.xpm  ** NEW FILE **
70         * src/pixmaps/notice_note.xpm   ** NEW FILE **
71                 add new pixmaps for upcoming notice pane
72
73 2002-07-06 [melvin]     0.7.8claws52
74
75         * src/gtkspell.[ch]
76                 Made them a bit closer to Sylpheed's coding style.
77                 Removed old code.
78                 Removed possible memory leaks when some errors occurs.
79
80 2002-07-06 [melvin]     0.7.8claws51
81
82         * po/Makefile.in.in
83                 Removed --no-location in xgettext command line to help
84                 translators that use Emacs' po-mode
85         * src/quote_fmt.c
86                 Removed unnecessary comments that messed up sylpheed.pot
87
88 2002-07-06 [paul]       0.7.8claws50
89
90         * sync with 0.7.8cvs19
91                 see ChangeLog 2002-07-05
92
93 2002-07-06 [christoph]  0.7.8claws49
94
95         * src/folder.c
96         * src/mainwindow.c
97                 fix folder_item_remove_all_msg and folderview
98                 status for trash folders after emptying trash
99
100 2002-07-05 [paul]       0.7.8claws48
101
102         * sync with 0.7.8cvs16
103                 see ChangeLog 2002-07-04 and 2002-07-05
104
105 2002-07-04 [paul]       0.7.8claws47
106
107         * sync with 0.7.8cvs14
108                 see  ChangeLog 2002-07-04
109
110 2002-07-03 [alfons]     0.7.8claws46
111
112         * src/folder.c
113                 dupe folder item's path because it's being reallocated
114                 by new folder scanning code
115
116 2002-07-03 [christoph]  0.7.8claws45
117
118         * src/imap.c
119                 better IMAP uid fetching using 'FETCH 1:* (UID)'
120         * src/msgcache.c
121                 add missing return in msgcache_write
122
123 2002-07-02 [thorsten]   0.7.8claws44
124
125         * src/jpilot.c
126         * src/msgcache.c
127         * src/rfc2015.c
128                 use binary mode for file access
129
130 2002-07-02 [christoph]  0.7.8claws43
131
132         * major code cleanup (part 1)
133         
134                 - unused variables removed
135                 - unused functions removed
136                 - uninitialized variables checked
137                 - missing return statements added
138                 - missing function return types added
139                 - added parentheses around assignment and
140                   && in || when suggested by gcc
141               
142         * src/mh.c
143         * src/folder.c
144                 replaced direct calls to folder->scan_tree
145                 with folder_scan_tree and restore folder
146                 prefs in this function. The folder should
147                 not have to deal with them.
148                 ( Should now work for all folder types )
149
150 2002-07-02 [paul]       0.7.8claws42
151
152         * sync with 0.7.8cvs13
153                 see ChangeLog 2002-07-01 and 2002-07-02
154
155 2002-07-01 [christoph]  0.7.8claws41
156
157         * src/summaryview.c
158                 fix "goto next/prev unread message" with
159                 ignored threads
160
161 2002-07-01 [paul]       0.7.8claws40
162
163         * po/es.po
164                 updated by Ricardo Mones Lastra
165
166 2002-06-30 [match]      0.7.8claws39
167
168         * src/jpilot.c
169                 applied variation of leonerd's patch (566661) to
170                 allow multiple email addresses per JPilot entry.
171                 addresses may be separated by space, comma, pipe,
172                 semi-colon, new-line.
173
174 2002-06-30 [alfons]     0.7.8claws38
175
176         * src/procmsg.c
177                 simple fix for putting older nodes before
178                 newer nodes when threading by subject
179
180 2002-06-30 [christoph]  0.7.8claws37
181
182         * src/folder.c
183         * src/folderview.c
184         * src/mh.c
185         * src/news.c
186         * src/procmsg.c
187                 fix broken folder tree rescaning
188                 and don't use procmsg_get_mark_sum
189                 anymore
190
191 2002-06-30 [christoph]  0.7.8claws36
192
193         * merge new cache branch
194         * src/imap.c
195                 fix new cache imap copy bug
196         * src/folder.c
197                 improved folder_item_scan
198                 it should now always set the correct
199                 new, unread and total message counts
200
201 2002-06-29 [paul]       0.7.8claws35
202
203         * configure.in
204                 correct syntax error
205
206 2002-06-29 [paul]       0.7.8claws34
207
208         * configure.in
209           Makefile.am
210           man/Makefile.am       ** NEW FILE **
211           man/sylpheed.1.gz     ** NEW FILE **
212                 add Sylpheed man page
213
214 2002-06-29 [paul]       0.7.8claws33
215
216         * po/pt_BR.po
217                 updated by Fabio Junior Beneditto
218
219 2002-06-28 [jens]       0.7.8claws32
220
221         * po/de.po
222                 translation updated
223
224         * src/selective_download.c
225                 removed gettext for space " "
226
227         * src/imap.c
228                 removed wrong space
229
230 2002-06-28 [paul]       0.7.8claws31
231
232         * sync with 0.7.8cvs11
233                 see ChangeLog 2002-06-28
234
235 2002-06-28 [paul]       0.7.8claws30
236
237         * sync with 0.7.8cvs10
238                 see ChangeLog 2002-06-27 and 2002-06-28
239
240 2002-06-26 [paul]       0.7.8claws29
241
242         * src/addrgather.c
243           src/selective_download.c
244                 don't gettextise empty strings.
245                 reserved by gettext. gettext("") returns 
246                 the header entry with meta information, 
247                 not the empty string
248
249         * po/en_GB.po
250                 updated
251
252 2002-06-26 [paul]       0.7.8claws28
253
254         * sync with 0.7.8cvs7
255                 see ChangeLog 2002-06-25
256
257         * src/prefs_common.c
258                 ...and in the process, tweak the gui a little
259         
260 2002-06-25 [alfons]     0.7.8claws27
261         
262         * configure.in
263         * src/Makefile.am
264                 fine tune ldap library detection
265
266 2002-06-25 [alfons]     0.7.8claws26
267
268         * src/compose.c
269                 don't allow return receipts when composing a news article
270
271 2002-06-25 [paul]       0.7.8claws25
272
273         * Makefile.am
274                 add '$(AMTAR)' to 'release' section to allow for
275                 new and older autotools
276
277 2002-06-25 [paul]       0.7.8claws24
278
279         * src/summaryview.c
280                 fix "No more unread messages" persistant pop-up
281                 window bug
282
283 2002-06-25 [paul]       0.7.8claws23
284
285         * po/it.po
286                 updated by Alessandro Maestri
287
288 2002-06-25 [paul]       0.7.8claws22
289
290         * sync with 0.7.8cvs6
291                 see ChangeLog 2002-06-25
292
293 2002-06-24 [paul]       0.7.8claws21
294
295         * tools/update-po
296                 add GPL copyright information
297
298 2002-06-24 [paul]       0.7.8claws20
299
300         * tools/Makefile.am
301           tools/README
302           tools/update-po       ** NEW FILE **
303                 add script that eases the creation of *.po files
304                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
305
306 2002-06-23 [alfons]     0.7.8claws19
307
308         * src/messageview.c
309                 make notification_convert_header obey const correctness
310                 (next step will be fixing the broken return receipt)
311
312 2002-06-23 [paul]       0.7.8claws18
313
314         * src/messageview.c
315                 fix bug introduced in last commit:
316                 removed too much code in last commit - put back what's
317                 needed
318
319 2002-06-23 [paul]       0.7.8claws17
320
321         * src/messageview.[ch]
322                 remove code committed in error from locally patched
323                 source
324
325 2002-06-23 [colin]      0.7.8claws16
326
327         * src/compose.[ch]
328                 add compose_entry_select(), used to select the default_to
329                 email address - hopefully avoiding people sending mails to
330                 wrong recipients.
331
332 2002-06-22 [alfons]     0.7.8claws15
333
334         * AUTHORS
335                 add Bram Metsch & Stanislav Karchebny
336         * src/smtp.[ch]
337         * src/prefs_account.[ch]
338         * src/send.c
339                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
340                   options.  (see <http://sourceforge.net/tracker/index.php
341                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
342
343                 - merge Stanislav's fix to make SMTP AUTH work with qmail
344                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
345
346 2002-06-22 [paul]       0.7.8claws14
347
348         * sync with 0.7.8cvs5
349                 see ChangeLog 2002-06-19 and 2002-06-20
350
351 2002-06-22 [alfons]     0.7.8claws13
352
353         * src/selective_download.c
354                 fix a stupid mistake I made
355
356 2002-06-22 [alfons]     0.7.8claws12
357
358         * src/selective_download.[ch]
359                 fix another unnoticed leak; cleanup code
360
361 2002-06-21 [alfons]
362
363         * tools/Makefile.am
364                 gpg-sign <-- gpg-sign-syl
365
366 2002-06-21 [alfons]     0.7.8claws11
367
368         * src/selective_download.c
369         * src/selective_download.h
370                 fix assorted mix of allocation errors (should solve
371                 problem reported by Philippe Gramoullé, see:
372                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
373
374 2002-06-20 [melvin]     0.7.8claws10
375
376         * tools/gpg-sign *REMOVED*
377           tools/gpg-sign-syl *ADDED*
378                 Replaced the gpg clearsigning script with the version using
379                 xterm instead of ssh-askpass and changed its name.
380
381         * README.claws
382                 Updated actions example to reflect the renaming of the
383                 gpg clearsigning script.
384
385 2002-06-19 [paul]       0.7.8claws9
386
387         * sync with 0.7.8claws9
388                 see ChangeLog 2002-06-18 and 2002-06-19
389
390 2002-06-19 [paul]       0.7.8claws8
391
392         * sync with 0.7.8cvs1
393                 see ChangeLog 2002-06-18
394
395 2002-06-18 [alfons]     0.7.8claws7
396
397         * src/mainwindow.h
398                 add omitted prototype
399
400 2002-06-17 [paul]       0.7.8claws6
401
402         * src/mainwindow.c
403                 fix hiding of exec_btn
404
405 2002-06-17 [paul]       0.7.8claws5
406
407         * src/pop.c
408                 remove unneeded code: should_delete() 
409                 and Pop3State::uidl_todelete_list
410
411 2002-06-17 [paul]       0.7.8claws4
412
413         * sync with 0.7.8
414                 see ChangeLog 2002-06-11 and 2002-06-13
415
416 2002-06-16 [alfons]     0.7.8claws3
417         
418         * src/folder.c
419                 make sure lock sort mode (claws specific) is
420                 also persists after a tree rescan
421
422 2002-06-16 [alfons]     0.7.8claws2
423
424         * src/prefs_folder_item.c
425         * src/folder.[ch]
426                 fix persistence of folder sort mode (broken
427                 by adapting Hiro's new folder persistence code)
428
429 2002-06-16 [alfons]     0.7.8claws1
430
431         * AUTHORS
432         * src/logwindow.c
433         * src/prefscommon.[ch]
434                 control size of log text in log window; 
435                 closes patch #569155 submitted by Mitko Haralanov.
436
437 2002-06-15 [paul]       0.7.8claws
438
439         * release of 0.7.8claws
440
441 2002-06-15 [paul]       0.7.7claws
442
443         * po/pt_BR.po
444                 updated by Fabio Junior Beneditto
445
446 2002-06-14 [paul]       0.7.6claws49
447
448         * po/es.po
449                 updated by Ricardo Mones Lastra
450
451 2002-06-14 [paul]       0.7.6claws48
452
453         * po/nl.po
454                 updated translation by Wilbert Berendsen
455
456 2002-06-14 [melvin]     0.7.6claws47
457
458         * po/fr.po
459                 Updated French translation
460
461 2002-06-13 [paul]       0.7.6claws46
462
463         * src/filesel.c
464                 allow filename to be typed in, rather than just
465                 selected by the mouse. Patch by Gustavo Noronha Silva.
466
467 2002-06-13 [alfons]     0.7.6claws45
468
469         * src/mainwindow.[ch]
470                 more cleanups (removing unnecessary menu items Expand 
471                 summary / message view)
472
473 2002-06-13 [melvin]     0.7.6claws44
474
475         * po/POTFILES.in
476                 Added src/string_match.c
477         * src/string_match.c
478                 Fixed possible buffer overflow.
479                 Corrected typo.
480                 Added missing config.h header.
481         * src/prefs_common.c
482           src/prefs_matcher.c
483           src/prefs_scoring.c
484                 Made some strings translatable (missing _(..)).
485
486 2002-06-13 [melvin]     0.7.6claws43
487
488         * README.claws
489                 Corrected action example (verifying clearsigned mail).
490         * src/prefs_account.c
491                 Corrected typo.
492         * src/prefs_common.c
493                 Removed incorrect line that generated a Gtk-CRITICAL msg.
494
495 2002-06-12 [alfons]     0.7.6claws42
496
497         * src/summaryview.c
498                 add init of score column lost in 0.7.6claws42
499
500 2002-06-12 [paul]       0.7.6claws41
501
502         * src/prefs_account.c
503                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
504                 behavior of the radio buttons, (from 0.7.7cvs2)
505
506 2002-06-11 [alfons]     0.7.6claws40
507
508         * src/messageview.[ch]
509         * src/summaryview.[ch]
510         * src/summary_search.c
511         * src/mainwindow.c
512                 perform a sync to bring in Hiro's separate view implementation 
513
514                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
515
516 2002-06-11 [paul]       0.7.6claws39
517         
518         * src/prefs_account.c
519                 correct a typo on the Receive tab
520
521 2002-06-10 [match]      0.7.6claws38
522
523         * src/addressbook.c
524                 Included address completion patch from Gustavo Noronha.
525
526 2002-06-10 [paul]       0.7.6claws37
527
528         * src/inc.[ch]
529           src/pop.c
530           src/prefs_account.[ch]
531           src/selective_download.[ch]
532                 apply PATCH #561712
533                  NEW:
534                 - check if POP Account
535                 - Receive Button renamed to Preview
536                 - Preview Button Popup: preview new/all messages
537                 - Download Button
538                 - Account Preferences-->Receive tab checkbutton if you
539                   want to remove Mail after Download
540                 -: default YES
541                 - Account Preferences-->Receive tab checkbutton use
542                   filtering rules on preview
543                   (think of delete_on_server)
544                 -: default YES
545                 - Account selectable from SD dialog
546                 - checkbutton to show already downloaded messages if
547                   all messages are previewed
548                 - new clist column showing Date
549                 - ESC KEY close
550                 FIXES:
551                 - play ball with UIDL
552                 - fault tolerant (?) 
553                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
554
555 2002-06-10 [melvin]     0.7.6claws36
556
557         * README.claws
558                 Added a hint to ac/README in cvs instructions.
559
560         * src/prefs_actions.c
561                 Made it possible to use a more elaborate command line
562                 for asynchronous actions, too.
563
564 2002-06-10 [melvin]     0.7.6claws35
565         
566         * src/prefs_actions.c
567                 Make it possible to use a more elaborate command line
568                 (e.g. |foo|bar|cat>there;echo Done|)
569                 Corrected error message when calling %f, %F and %p commands
570                 from the compose window.
571
572 2002-06-09 [colin]      0.7.6claws34
573
574         * src/summaryview.c
575                 Automatically find unread messages in current folder
576                 before annoying the user.
577
578 2002-06-08 [alfons]     0.7.6claws33
579
580         * po/it.po
581                 remove bad formatting string in it.po translation
582                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
583
584 2002-06-08 [paul]       0.7.6claws32
585
586         * sync with 0.7.6cvs25
587                 see ChangeLog 2002-06-07
588
589 2002-06-05 [paul]       0.7.6claws31
590
591         * src/mainwindow.c
592                 add 'Sort by locked' and 'Sort by score'
593
594 2002-06-05 [paul]       0.7.6claws30
595
596         * sync with 0.7.6cvs24
597                 see ChangeLog 2002-06-04
598
599 2002-06-04 [paul]       0.7.6claws29
600
601         * po/pt_BR.po
602                 updated by Fabio Junior Beneditto
603
604 2002-06-03 [thorsten]   0.7.6claws28
605
606         * src/matcher.c
607                 fclose() matcherrc after reading
608
609 2002-06-03 [paul]       0.7.6claws27
610
611         * sync with 0.7.6cvs21
612                 see ChangeLog 2002-05-31
613
614 2002-05-31 [paul]       0.7.6claws26
615
616         * sync with 0.7.6cvs20
617                 see ChangeLog 2002-05-29 and 2002-05-30
618
619 2002-05-31 [paul]       0.7.6claws25
620
621         * src/imap.c
622                 hopefully fix last buggy sync
623
624         * README.claws
625                 correct typo in 'Actions' examples
626
627 2002-05-29 [paul]       0.7.6claws24
628
629         * sync with 0.7.6cvs18
630                 see ChangeLog 2002-05-28 and 2002-05-29
631
632         * src/news.c
633           src/nntp.[ch]
634                 sync with above 
635
636 2002-05-28 [paul]       0.7.6claws23
637
638         * sync with 0.7.6cvs16
639                 see ChangeLog 2002-05-28
640
641 2002-05-27 [thorsten]   0.7.6claws22 
642
643         * faq/it/sylpheed-faq-1.html
644           faq/it/sylpheed-faq-2.html
645           faq/it/sylpheed-faq-3.html
646           faq/it/sylpheed-faq.html
647                 corrected DOS lineendings
648         * faq/de/sylpheed-faq-1.html
649           faq/de/sylpheed-faq-2.html
650           faq/en/sylpheed-faq-1.html
651           faq/en/sylpheed-faq-2.html
652           faq/en/sylpheed-faq-3.html
653           faq/es/sylpheed-faq-1.html
654           faq/es/sylpheed-faq-2.html
655           faq/es/sylpheed-faq-3.html
656           faq/fr/sylpheed-faq-1.html
657           faq/it/sylpheed-faq-1.html
658           faq/it/sylpheed-faq-2.html
659           faq/it/sylpheed-faq-3.html
660           faq/it/sylpheed-faq.html
661                 changed ">" to &quot;
662
663 2002-05-27 [paul]       0.7.6claws21
664         
665         * sync with 0.7.6cvs15
666                 see ChangeLog 2002-05-27
667
668 2002-05-27 [paul]       0.7.6claws20
669
670         * src/prefs_account.c
671                 correct a typo
672
673 2002-05-26 [paul]       0.7.6claws19
674
675         * tools/README
676                 correct a typo
677
678 2002-05-25 [paul]       0.7.6claws18
679
680         * tools/README
681                 add description of kmail2sylpheed.pl
682
683 2002-05-25 [paul]       0.7.6claws17
684
685         * tools/kmail2sylpheed.pl       ** NEW FILE **
686                 perl script that converts an exported Kmail address
687                 book, converts it to sylpheed addressbook file,
688                 writes the file to .sylpheed, and updates
689                 addrbook--index.xml 
690
691 2002-05-25 [paul]       0.7.6claws16
692
693         * sync with 0.7.6cvs14
694                 see ChangeLog 2002-05-23
695
696 2002-05-24 [paul]       0.7.6claws15
697
698         * README.claws
699                 make a correction and add some more info
700
701 2002-05-24 [paul]       0.7.6claws14
702
703         * src/compose.c
704                 fix memory leak in 
705                 compose_redirect_write_headers_from_headerlist()
706                 add Subject and Resent-Message-ID to
707                 compose_redirect_write_headers()
708                 Received, Subject, and X-UIDL are filtered out in 
709                 compose_redirect_write_to_file()
710
711 2002-05-23 [paul]       0.7.6claws13
712
713         * src/compose.[ch]
714           src/filtering.c
715           src/mainwindow.c
716           src/matcher.[ch]
717           src/matcher_parser_lex.l
718           src/matcher_parser_parse.y
719           src/prefs_common.[ch]
720           src/prefs_filtering.c
721           src/summaryview.c
722                 rename 'Bounce' to 'Redirect'
723
724 2002-05-23 [paul]       0.7.6claws12
725
726         * more sync with 0.7.6cvs13
727           src/compose.c
728                 see ChangeLog 2002-05-22
729
730 2002-05-22 [paul]       0.7.6claws11
731
732         * sync with 0.7.6cvs13
733           src/codeconv.c
734                 see ChangeLog 2002-05-20
735           src/prefs_common.c
736                 see ChangeLog 2002-05-22
737
738 2002-05-21 [melvin]     0.7.6claws10
739
740         * src/folderview.c
741                 Added missing filtering and scoring headers
742                 Fixed bad function call that showed garbage 
743                 in Folder->Processing
744
745 2002-05-21 [paul]       0.7.6claws9
746
747         * tools/Makefile.am
748                 make all tools executable, (patch by Alfons).
749
750 2002-05-20 [alfons]     0.7.6claws8
751
752         * src/procheader.c
753                 don't forget to call mktime() so we have a valid week 
754                 and year day
755                 (Bug report by Roger Sondermann <mail@jumaros.de>)
756
757 2002-05-20 [paul]       0.7.6claws7
758
759         * src/html.c
760                 fix broken parsing of urls
761         * src/textview.c
762                 fix displaying of urls
763
764                 both fixes from the patch [547855] by Eugene 
765                 Brevdo (zonem)
766
767 2002-05-19 [alfons]     0.7.6claws6
768
769         * configure.in
770                 make sylpheed configure correctly with the latest
771                 and greatest of automake / autoconf / gettext
772
773 2002-05-19 [alfons]     0.7.6claws5
774
775         * src/procheader.c
776         * src/procheader.h
777                 add function for returning ime zone offset
778         * src/quote_fmt.c
779         * src/quote_fmt_parse.y
780                 better quotation formatting - does not convert
781                 to local time, but uses the original date string.
782                 
783                 Note: %z inserts the timezone offset (should 
784                 work also on platforms where strftime does not
785                 support %z).
786
787 2002-05-18 [christoph]  0.7.6claws4
788
789         * src/summaryview.c
790                 fix indentation of some code
791         * tools/Makefile.am
792                 fix spaces after \
793         * src/Makefile.am
794                 add missing \
795                 correct path for ignorethread.xpm
796                 incorrect filename for sylpheed_logo.xpm
797                 add missing include matcher_parser_parse.h
798
799 2002-05-18 [paul]       0.7.6claws3
800
801         * sync with 0.7.6cvs8
802                 see ChangeLog 2002-05-16 and 2002-05-17
803
804 2002-05-18 [melvin]     0.7.6claws2
805
806         * README.claws
807                 Corrected an action's definition and fixed some misspellings.
808
809 2002-05-18 [paul]       0.7.6claws1
810
811         * tools/Makefile.am
812           tools/gpg-sign        ** new file **
813           tools/uudec           ** new file **
814                 add Melvin's Actions scripts
815
816         * README.claws
817                 add Melvin's descriptions for Actions
818
819 2002-05-18 [paul]       0.7.6claws
820
821         * Version 0.7.6claws released
822
823 2002-05-17 [paul]       0.7.5claws32
824
825         * po/es.po
826                 updated by Ricardo Mones Lastra
827
828 2002-05-17 [paul]       0.7.5claws31
829
830         * src/compose.c
831                 fix Account prefs default folder for sent/draft/deleted
832                 messages bug
833
834         * po/it.po
835           po/nl.po
836                 updated translation by Alessandro Maestri and
837                 Wilbert Berendsen
838
839 2002-05-17 [melvin]     0.7.5claws30
840
841         * src/prefs_actions.c
842                 Fixed bug where using %F not at the end of the command 
843                 resulted in an additional empty argument being created.
844                 Thanks to Darko Koruga for reporting the bug.
845
846 2002-05-17 [melvin]     0.7.5claws29
847
848         * po/fr.po
849                 Updated French translations.
850
851 2002-05-15 [paul]       0.7.5claws28
852         
853         * po/es.po
854                 updated by Ricardo Mones Lastra
855
856 2002-05-15 [paul]       0.7.5claws27
857
858         * sync with 0.7.6cvs4
859                 see ChangeLog 2002-05-14 and 2002-05-15
860
861 2002-05-14 [paul]       0.7.5claws26
862
863         * sync with 0.7.6cvs1
864                 see ChangeLog 2002-05-13
865
866 2002-05-13 [thorsten]   0.7.5claws25
867
868         * src/messageview.c
869                 fix select_all and copy in multipart messages
870         * src/mainwindow.c
871                 fix select_all and copy in multipart messages
872
873 2002-05-12 [paul]       0.7.5claws24
874
875         * src/summaryview.c
876                 reverse last commit, bug already fixed in 0.7.5claws3
877
878 2002-05-12 [netztorte]  0.7.5claws23
879
880         * src/summaryview.c
881                 dont parse empty addressbook (checked in before claws20)
882
883 2002-05-12 [melvin]     0.7.5claws22
884
885         * src/procmsg.[ch]
886                 Removed unneeded priority code introduced by the previous 
887                 commit.
888
889 2002-05-12 [melvin]     0.7.5claws21
890
891         * src/compose.[ch]
892                 Added possibility to set message's priority.
893         * src/procmsg.[ch]
894                 Added possibility to set message's priority.
895                 Added missing headers
896
897 2002-05-12 [melvin]     0.7.5claws20
898
899         * src/prefs_actions.c
900                 Removed implicitely added quotes around the name
901                 of the temporary files of mime parts.
902
903 2002-05-12 [paul]       0.7.5claws19
904
905         * sync with 0.7.5cvs20
906                 see ChangeLog 2002-05-11
907
908 2002-05-12 [alfons]     0.7.5claws18
909
910         * src/quote_fmt_lex.l
911         * src/quote_fmt_parse.y
912                 allow quote / reply date & time format to be set using
913                 %D{format}. format is a format string you'd pass to
914                 strftime() (see man strftime, or the Display tab |
915                 Date format setting).
916
917                 Currently %D converts the date to local time. 
918
919 2002-05-11 [paul]       0.7.5claws17
920
921         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
922                 see ChangeLog 2002-05-10 and 2002-05-11
923
924 2002-05-10 [paul]       0.7.5claws16
925
926         * sync with 0.7.5cvs16
927                 see ChangeLog entries 2002-05-09 and 
928                 2002-05-10
929
930 2002-05-10 [colin]      0.7.5claws15
931
932         * src/textview.c
933                 Corrected a bug that prevented sylpheed to open
934                 double-clicked URIs.
935
936 2002-05-09 [paul]       0.7.5claws14
937
938         * sync with 0.7.5cvs14
939                 see ChangeLog 2002-05-08 and 2002-05-09
940
941 2002-05-08 [paul]       0.7.5claws13
942
943         * sync with 0.7.5cvs11
944                 see ChangeLog entry 2002-05-08
945
946 2002-05-08 [paul]       0.7.5claws12
947
948         * src/mainwindow.c
949           src/textview.[ch]
950                 fix segfault on View->Open in new window
951                 patch submitted by Thorsten Maerz <torte@netztorte.de>
952
953 2002-05-07 [paul]       0.7.5claws11
954
955         * sync with 0.7.5cvs9
956                 see ChangeLog entry 2002-05-07
957
958 2002-05-06 [paul]       0.7.5claws10
959
960         * src/messageview.c
961           src/textview.c
962                 display url in statusbar on single-click
963                 patch submitted by Thorsten Maerz <torte@netztorte.de>
964
965 2002-05-06 [match]      0.7.5claws9
966
967         * src/addritem.[ch]
968                 new functions.
969         * src/addrcache.c
970                 tidy up.
971         * src/xmlprops.[ch]
972                 XML implementation of properties file.
973         * src/exporthtml.[ch]
974         * src/expthtmldlg.[ch]
975         * src/addressbook.c
976                 export to HTML.
977
978 2002-05-02 [sergey]     0.7.5claws8
979
980         * src/mainwindow.c (mainwin_entries),
981           src/prefs_common.c (prefs_send_create()),
982           src/codeconv.c (locale_table):
983                 use charset name "Windows-1251" instead of "CP1251".
984
985 2002-05-02 [colin]      0.7.5claws7
986         
987         * src/compose.c
988           src/prefs_common.c
989           src/prefs_folder_item.c
990                 Fixed cosmetics bugs due to Outbox renamed to Sent.
991
992 2002-05-02 [hiro]       0.7.5claws6
993
994         * src/imap.c
995                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
996
997 2002-05-02 [paul]       0.7.5claws5
998
999         * src/compose.c
1000                 more sync with 0.7.5cvs7, see ChangeLog entry
1001                 2002-05-02
1002
1003 2002-05-02 [hiro]       0.7.5claws4
1004
1005         * src/compose.c
1006                 compose_queue_sub():
1007                 check if queue folder exists (closes #550397).
1008                 removed directory creation since it should be handled
1009                 transparently.
1010         * src/imap.c
1011                 imap_add_msg(): return UID for appended message
1012                 (closes #548842).
1013
1014 2002-04-30 [paul]       0.7.5claws3
1015
1016         * src/summaryview.c
1017                 fix account_find_from_address() bug
1018
1019 2002-04-28 [colin]      0.7.5claws2
1020
1021         * src/compose.c
1022           src/textview.c
1023           src/prefs_common.[ch]
1024           src/utils.[ch]
1025                 Added user-definable quotation characters recognition.
1026
1027 2002-04-28 [paul]       0.7.5claws1
1028
1029         * sync with 0.7.5cvs4
1030                 see ChangeLog entry  2002-04-25
1031
1032 2002-04-28 [paul]       0.7.5claws
1033
1034         * po/es.po
1035           po/nl.po
1036           po/pt_BR.po
1037                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
1038                 Fabio Junior Beneditto
1039
1040 2002-04-27 [jens]       0.7.4claws103
1041
1042         * po/de.po
1043                 updated German translation.
1044
1045 2002-04-27 [hiro]       0.7.4claws102
1046
1047         * src/summaryview.c
1048                 summary_write_cache(): fixed the mark loss of hidden messages.
1049
1050 2002-04-26 [melvin]     0.7.4claws101
1051
1052         * src/procmsg.c
1053                 fixed a second typo (same one)
1054         * po/fr.po
1055           po/it.po
1056           po/pt_BR.po
1057                 fixed the type again...
1058
1059 2002-04-26 [melvin]     0.7.4claws100
1060
1061         * src/procmsg.c
1062                 fixed a typo in an alert message ("temorary").
1063         * po/it.po
1064         * po/pt_BR.po
1065                 corrected the typo  described above.
1066         * po/fr.po
1067                 updated French translation.
1068
1069 2002-04-26 [darko]      0.7.4claws99
1070
1071         * src/summaryview.c
1072                 fix target folder colorization
1073
1074 2002-04-25 [paul]       0.7.4claws98
1075
1076         * po/it.po
1077                 updated by Alessandro Maestri
1078
1079 2002-04-24 [colin]      0.7.4claws97
1080         
1081         * src/compose.c
1082                 Fixed double "subject is empty" question.
1083
1084 2002-04-23 [colin]      0.7.4claws96
1085         
1086         * src/mimeview.c
1087                 Corrected issue when "automatically display images" was
1088                 not set : first image remained after selecting second.
1089
1090 2002-04-23 [melvin]     0.7.4claws95
1091
1092         * src/prefs_actions.c
1093                 Don't display in/out dialog if there is nothing to show.
1094
1095 2002-04-23 [paul]       0.7.4claws94
1096
1097         * sync with 0.7.5cvs3
1098                 bug fixes: see ChangeLog entry 2002-04-23
1099
1100 2002-04-22 [darko]      0.7.4claws93
1101
1102         * src/compose.c
1103                 fix previous check-in which changed code after
1104                 merge from main
1105
1106 2002-04-22 [paul]       0.7.4claws92
1107
1108         * faq/de/*
1109                 add German FAQ
1110         * faq/en/*
1111           faq/es/*
1112           faq/fr/*
1113                 update English, Spanish and French FAQs
1114         * manual/de/*
1115           manual/es/*
1116                 add German and Spanish manuals
1117         * manual/en/*
1118           manual/fr/*
1119                 update English and French manuals
1120
1121         * src/Makefile.am
1122                 add to and re-arrange the pixmap entries
1123
1124 2002-04-22 [darko]      0.7.4claws91
1125
1126         * src/compose.c
1127                 fix sender initials recognition to only allow
1128                 '>' after the initials
1129
1130 2002-04-21 [paul]       0.7.4claws90
1131
1132         * sync with 0.7.5 release
1133                 see ChangeLog entry 2002-04-21
1134
1135 2002-04-21 [alfons]
1136
1137         * src/Makefile.am
1138                 add colin's new pixmaps to EXTRA_DIST
1139
1140 2002-04-21 [colin]      0.7.4claws89
1141         * src/compose.c
1142         * src/inc.c
1143         * src/mainwindow.[ch]
1144         * src/prefs_common.[ch]
1145         * src/stock_pixmap.[ch]
1146                 Added "Work offline" ability.
1147
1148 2002-04-21 [colin]      0.7.4claws88
1149         
1150         * src/mimeview.c
1151         * src/prefs_common.c
1152         * src/prefs_common.h
1153         * src/textview.c : Added an option to common preferences -> display
1154           to allow user not to automatically display images.
1155
1156 2002-04-21 [paul]       0.7.4claws87
1157
1158         * sync with 0.7.4cvs52
1159                 see ChangeLog entry 2002-04-21 (src/imap.c)
1160
1161 2002-04-21 [paul]       0.7.4claws86
1162
1163         * sync with 0.7.4cvs51
1164                 see ChangeLog entry 2002-04-21
1165
1166 2002-04-21 [paul]       0.7.4claws85
1167
1168         * sync with 0.7.4cvs49
1169                 see ChangeLog entries 2002-04-20 and 2002-04-21
1170
1171         * src/Makefile.am
1172                 clean up: remove old 'stock_' element from xpm 
1173                 filenames.
1174
1175 2002-04-21 [alfons]     0.7.4claws84
1176
1177         apply sync patch from Paul
1178
1179         * src/folderview.c
1180                 use old claws prefs_folder_item_create() for now
1181
1182 2002-04-19 [match]      0.7.4claws83
1183
1184         * src/addressbook.[ch]
1185         * src/addrharvest.[ch]
1186         * src/addrgather.[ch]
1187                 recurse folders.
1188         * src/mainwindow.c
1189         * src/summaryview.[ch]
1190                 change menu option.
1191
1192 2002-04-19 [paul]       0.7.4claws82
1193
1194         * po/pt_BR.po
1195                 updated by Fabio Junior Beneditto
1196
1197 2002-04-14 [alfons]     0.7.4claws81
1198
1199         * src/passphrase.c
1200                 add #include <sys/types.h> for mode_t and off_t 
1201
1202 2002-04-13 [paul]       0.7.4claws80
1203         
1204         * src/main.c
1205           src/passphrase.[ch]
1206           src/pgptext.c
1207           src/prefs_common.[ch]
1208           src/rfc2015.c
1209                 enable storing of GnuPG passphrase for the whole 
1210                 session or a user-defined number of minutes. patch 
1211                 submitted by Ravemax <ravemax@dextrose.com>
1212
1213 2002-04-13 [alfons]     0.7.4claws79
1214
1215         * src/textview.c
1216                 make email parser also stop scanning when encountering separators
1217                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
1218
1219 2002-04-13 [paul]       0.7.4claws78
1220
1221         * sync with 0.7.4cvs39
1222                 see ChangeLog entry 2002-04-12
1223
1224 2002-04-11 [paul]       0.7.4claws77
1225
1226         * sync with 0.7.4cvs37
1227                 see ChangeLog entry 2002-04-11
1228
1229 2002-04-11 [paul]       0.7.4claws76
1230
1231         * COPYING 
1232                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
1233                 the clause for OpenSSL). sync with sylpheed main
1234
1235 2002-04-09 [melvin]     0.7.4claws75
1236
1237         * src/compose.c
1238                 Made 'Ctrl-Enter' on send ignore some modifiers 
1239                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
1240                 to bind other *-Enter (but not Alt-Enter).
1241
1242 2002-04-09 [paul]       0.7.4claws74
1243
1244         * sync with 0.7.4cvs35
1245                 see ChangeLog entries 2002-04-09
1246
1247 2002-04-08 [paul]       0.7.4claws73
1248
1249         * sync with 0.7.4cvs33
1250                 see ChangeLog entry 200-04-08
1251
1252 2002-04-07 [match]      0.7.4claws72
1253
1254         * src/addrharvest.[ch]
1255                 fixed to read all addresses in header, regardless
1256                 of header size. improved name parsing. accommodate
1257                 harvest from folders and selected message.
1258         * src/addritem.[ch]
1259                 included new address parsing function.
1260         * src/addrgather.[ch]
1261         * src/addressbook.[ch]
1262         * src/summaryview.[ch]
1263         * src/mainwindow.c
1264                 allow address harvest of folder as well as selected
1265                 messages.
1266
1267 2002-04-07 [paul]       0.7.4claws71
1268
1269         * src/esmtp.[ch]
1270           src/smtp.c
1271                 don't try to authenticate with CRAM-MD5 in SMTP when 
1272                 SMTP-AUTH enabled if MTA doesn't issue this 
1273                 auth-method in it's ehlo-response. bug item #531364,
1274                 patch item #938910. patch submitted by Colin Leroy 
1275                 <colin@colino.net>
1276
1277 2002-04-07 [paul]       0.7.4claws70
1278
1279         * src/nntp.c
1280                 fix missing MODE_READER bug. patch submitted by
1281                 Colin Leroy <colin@colino.net>
1282
1283 2002-04-07 [alfons]     0.7.4claws69
1284
1285         * src/matcher.[ch]
1286         * src/prefs_filtering.c
1287         * src/summaryview.c
1288                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
1289                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
1290
1291 2002-04-07 [paul]       0.7.4claws68
1292
1293         * sync with 0.7.4cvs32
1294                 see ChangeLog entry 2002-04-06
1295
1296         * tools/filter_conv.pl
1297                 more bug fixes
1298
1299 2002-04-06 [paul]       0.7.4claws67
1300
1301         * tools/filter_conv.pl
1302                 modify to be able to find the name of the first
1303                 mailbox and use that. main's filter does not
1304                 record the full path to the mailbox and therefore
1305                 can only filter to the first mailbox.
1306
1307 2002-04-05 [paul]       0.7.4claws66
1308
1309         * tools/filter_conv.pl
1310                 attempt to make the script all-encompassing and
1311                 be able to convert any main 'filter' rule thrown
1312                 at it
1313
1314 2002-04-05 [paul]       0.7.4claws65
1315
1316         * tools/filter_conv.pl
1317                 allow for collapsed folder trees
1318
1319 2002-04-05 [paul]       0.7.4claws64
1320
1321         * sync with 0.7.4cvs31
1322                 see ChangeLog entries 2002-04-05
1323
1324 2002-04-03 [paul]       0.7.4claws63
1325
1326         * sync with 0.7.4cvs29
1327                 see ChangeLog entries 2002-04-02 and 2002-04-03
1328
1329 2002-04-02 [paul]       0.7.4claws62
1330
1331         * sync with 0.7.4cvs26
1332                 see ChangeLog entry 2002-04-01
1333
1334 2002-04-02 [match]      0.7.4claws61
1335
1336         * src/pine.[ch]
1337         * src/importpine.[ch]
1338         * src/addressbook.c
1339                 import Pine address book.
1340
1341 2002-04-02 [match]      0.7.4claws60
1342
1343         * src/addrharvest.[ch]
1344                 improve address parsing of funky addresses.
1345
1346 2002-04-02 [darko]      0.7.4claws59
1347
1348         * src/compose.c
1349                 wrap on send improvements, it now recognizes quoted
1350                 initials as part of the quotation string, and it
1351                 does not join lines separated by CR
1352
1353 2002-04-01 [match]      0.7.4claws58
1354
1355         * src/mgutils.[ch]
1356                 added new functions.
1357         * src/mutt.[ch]
1358                 remove excessive duplicate address generation
1359                 on import.
1360
1361 2002-04-01 [alfons]     0.7.4claws57
1362         
1363         * src/summaryview.c
1364                 put back g_free() 
1365
1366 2002-04-01 [paul]       0.7.4claws56
1367
1368         * sync with 0.7.4cvs25
1369                 see ChangeLog entry 2002-04-01
1370
1371 2002-04-01 [alfons]     0.7.4aprilfool55
1372
1373         * src/summaryview.c
1374                 honour feature request item #537427 to allow for
1375                 displaying names from address book for sent mail also
1376
1377 2002-03-29 [paul]       0.7.4claws54
1378
1379         * src/mainwindow.c
1380           src/prefs_filtering.[ch]
1381           src/prefs_matcher.c
1382           src/summaryview.c
1383                 add 'fast filter' for claws' filtering,
1384                 /Tools/Create filter rule/... patch submitted
1385                 by Neill Miller <neillm@thecodefactory.org>
1386
1387 2002-03-29 [paul]       0.7.4claws53
1388
1389         * sync with 0.7.4cvs24
1390                 see ChangeLog entry 2002-03-29
1391
1392 2002-03-28 [paul]       0.7.4claws52
1393
1394         * sync with 0.7.4cvs23
1395                 see ChangeLog entry 2002-03-28
1396
1397 2002-03-27 [melvin]     0.7.4claws51
1398
1399         * src/prefs_actions.c
1400                 Added support to pass only one message part (as a
1401                 file) to the command using '%p'. No quotes are needed
1402                 because doubles quotes are automatically added.
1403                 Fixed bug where Sylpheed could block when waiting for
1404                 a child process to finish.
1405                 Changed the help menu to remove quotes around symbols to 
1406                 avoid misinterpretation (they must not be used).
1407
1408 2002-03-27 [melvin]     0.7.4claws50
1409
1410         * src/inc.c
1411                 Made the new mail notification command always 
1412                 execute asynchronously.
1413
1414 2002-03-27 [paul]       0.7.4claws49
1415
1416         * src/compose.c
1417                 fix bug introduced in last commit
1418
1419 2002-03-27 [paul]       0.7.4claws48
1420
1421         * sync with 0.7.4cvs21
1422                 see ChangeLog 2002-03-26 and 2002-03-27
1423
1424 2002-03-26 [hoa]        0.7.4claws47
1425
1426         * src/prefs_folder_item.c
1427                 really fixed the bug #516442 with folder rescan.
1428
1429 2002-03-26 [paul]       0.7.4claws46
1430
1431         * sync with 0.7.4cvs19
1432                 see ChangeLog entries 2002-03-25 and 2002-03-26
1433
1434 2002-03-25 [hoa]        0.7.4claws45
1435
1436         * src/matcher.c
1437         * src/mh.c
1438                 fix the bug #516442 with folder rescan.
1439
1440         * src/prefs_common.[ch]
1441         * src/compose.c
1442                 added an option to enable two different behaviours
1443                 for bounce.
1444
1445
1446 2002-03-25 [paul]       0.7.4claws44
1447
1448         * src/mainwindow.c
1449           src/selective_download.c
1450                 correct a few menuitem labels
1451
1452 2002-03-25 [christoph]  0.7.4claws43
1453
1454         * src/procmsg.c
1455                 fix non deleted tmp message in
1456                 procmsg_save_to_outbox
1457                 fix problems caused by sync with
1458                 main branch's procmsg_send_queue
1459
1460 2002-03-25 [paul]       0.7.4claws42
1461
1462         * src/quote_fmt.c
1463           src/quote_fmt_lex.l
1464           src/quote_fmt_parse.y
1465                 add Last name (%L) placeholder for quoting. 
1466                 patch submitted by Thorsten Thielen 
1467                 <thth@users.sourceforge.net>
1468
1469 2002-03-25 [paul]       0.7.4claws41
1470
1471         * src/utils.c
1472                 get full hostname. patch submitted by
1473                 Bob Woodside <rwoodside1@comcast.net>
1474
1475 2002-03-25 [paul]       0.7.4claws40
1476
1477         * src/account.c
1478           src/news.c
1479           src/nntp.[ch]
1480           src/prefs_account.[ch]
1481                 enable NNTP over SSL. patch submitted by
1482                 Pascal Jermini <pascal@infinity.hn.org>
1483
1484 2002-03-24 [paul]       0.7.4claws39
1485
1486         * src/prefs_common.c
1487                 make the arrangement of the Compose tab more
1488                 coherent
1489
1490         * src/mainwindow.c
1491                 fix some irregularities of style
1492
1493         * po/de.po
1494                 updated by Kilian Krause
1495
1496 2002-03-23 [paul]       0.7.4claws38
1497
1498         * po/pt_BR.po
1499                 updated by Fabio Junior Beneditto
1500
1501 2002-03-23 [paul]       0.7.4claws37
1502
1503         * src/mainwindow.c
1504                 move 'Gather addresses' to 'Tools' menu
1505                 make 'Selective download' sensitive
1506
1507 2002-03-23 [paul]       0.7.4claws36
1508
1509         * sync with 0.7.4cvs16
1510                 see ChangeLog entries 2002-03-23
1511
1512 2002-03-22 [christoph]  0.7.4claws35
1513
1514         * src/quote_fmt_parse.y
1515                 fix include program output
1516
1517 2002-03-22 [alfons]     0.7.4claws34
1518
1519         * src/pop.c
1520                 initialize GDate stack variable correctly (sorry!)
1521
1522 2002-03-22 [paul]       0.7.4claws33
1523
1524         * src/compose.c
1525           src/mainwindow.c
1526           src/prefs_actions.c
1527           src/prefs_common.c
1528                 rename 'Tool' to 'Tools'
1529
1530         * src/mainwindow.c
1531                 move 'Delete duplicated messages' from
1532                 'Message/' to 'Tools/'
1533                 re-arrange the order of 'Tools/' items
1534
1535 2002-03-22 [paul]       0.7.4claws32
1536
1537         * src/addr_compl.c
1538           src/addressbook.[ch]
1539                 auto-address completion now also matches on
1540                 Nickname. patch submitted by Bob Forsman 
1541                 <hammor@users.sourceforge.net>
1542
1543         * src/editaddress.c
1544                 correct a spelling mistake
1545
1546 2002-03-22 [alfons]     0.7.4claws31
1547
1548         * src/pop.c
1549                 fix getting uidl from incorrect string 
1550                 (spotted by Colin)
1551
1552 2002-03-21 [alfons]     0.7.4claws30
1553
1554         * src/pop.c
1555                 more code refactoring
1556                 plug mem leak introduced by delete on server
1557
1558 2002-03-21 [paul]       0.7.4claws29
1559
1560         * sync with 0.7.4cvs11
1561                 see ChangeLog entries 2002-03-20
1562
1563 2002-03-20 [alfons]     0.7.4claws28
1564
1565         * src/inc.c
1566                 apply Colin's patch and refactor
1567
1568 2002-03-20 [paul]       0.7.4claws27
1569
1570         * sync with sylpheed 0.7.4cvs9
1571                 see ChangeLog entry 2002-03-20
1572
1573 2002-03-19 [christoph]  0.7.4claws26
1574
1575         * src/mh.c
1576         * src/procmsg.[ch]
1577         * src/summaryview.c
1578                 revert changes for flag updates
1579                 (does not work correctly and no time to debug)
1580
1581 2002-03-20 [alfons]     0.7.4claws25
1582
1583         * src/pop.c
1584                 refactor should_delete() a little bit 
1585
1586 2002-03-19 [paul]       0.7.4claws24
1587
1588         * src/inc.[ch]
1589           src/pop.c
1590           src/prefs_account.[ch]
1591                 allow the user to leave downloaded mail on the 
1592                 server for n days. Patch submitted by Colin Leroy 
1593                 <colin@colino.net>
1594
1595 2002-02-19 [paul]       0.7.4claws23
1596
1597         * sync with sylpheed 0.7.4cvs8
1598                 see ChangeLog entries 2002-03-19
1599
1600 2002-03-18 [paul]       0.7.4claws22
1601
1602         * sync with sylpheed 0.7.4cvs6
1603                 see ChangeLog entry 2002-03-18
1604
1605 2002-03-18 [paul]       0.7.4claws21
1606
1607         * po/en_GB.po
1608                 add en_GB message catalogue
1609
1610         * src/mbox_folder.c
1611           src/prefs_account.c
1612           src/prefs_actions.c
1613                 correct a few spelling mistakes
1614
1615 2002-03-17 [alfons]     0.7.4claws20
1616
1617         * src/matcher.c
1618                 more stringent checks for NULL params when writing
1619                 filtering actions to a file
1620                 
1621 2002-03-17 [hoa]        0.7.3claws20
1622
1623         * src/news.c
1624                 fixed the count of new messages
1625
1626         * src/compose.c
1627                 fixed the "attachment properties" window
1628
1629 2002-03-17 [paul]       0.7.4claws19
1630
1631         * src/defs.h
1632           src/folder.h
1633           src/news.c
1634           src/prefs_account.[ch]
1635           src/procmsg.[ch]
1636           src/summaryview.c
1637                 automatically mark cross-posted messages as read 
1638                 and (optionally) give them a colour label
1639                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
1640                 
1641
1642 2002-03-17 [paul]       0.7.4claws18
1643
1644         * sync with sylpheed 0.7.4cvs5
1645                 see ChangeLog entry 2002-03-17
1646
1647 2002-03-17 [melvin]     0.7.4claws17
1648         
1649         * src/textview.c
1650                 Worked around a gtktext 'bug': when searching for 
1651                 a text in a long message it was scrolling slowly
1652                 line by line until it hit the searched text.
1653         * po/fr.po
1654                 Updated French translation
1655
1656 2002-03-17 [melvin]     0.7.4claws16
1657
1658         * src/mainwindow.c
1659         * src/compose.c
1660         * src/prefs_actions.c
1661                 Moved "Edit/Actions" to "Tool/Actions"
1662                 Made mainwindow/compose window sensitive as soon as
1663                 no child process is running anymore even if the io dialog
1664                 is open.
1665                 Fixed a struct being initialized with a non constant char*
1666
1667 2002-03-16 [christoph]  0.7.4claws15
1668
1669         * configure.in
1670                 add --with-compiler-flags option
1671                 (only for developer hacking)
1672         * src/mh.c
1673         * src/procmsg.[ch]
1674         * src/summaryview.c
1675                 try to make folder-stats and flag handling more
1676                 independent from the summaryview. msgcounts
1677                 are only set when the folder is opened and
1678                 procmsg_msginfo_(un)set_flags will handle it
1679                 later and summaryview will get the values
1680                 from the folder.
1681
1682 2002-03-16 [paul]       0.7.4claws14
1683
1684         * src/messageview.c
1685                 fix Return-receipt. Patch submitted by Bob
1686                 Woodside <rwoodside1@comcast.net>
1687
1688 2002-03-16 [paul]       0.7.4claws13
1689
1690         * src/compose.c
1691                 fix 'dynamic' signatures, make it work again
1692                 broken during sync on 2002-03-14 (0.7.4claws2)
1693
1694 2002-03-15 [match]      0.7.4claws12
1695
1696         * src/addrharvest.[ch]
1697         * src/addrgather.[ch]
1698         * src/addressbook.[ch]
1699         * src/mainwindow.c
1700                 included address harvester feature. still some
1701                 issues with address parsing that I will fix.
1702
1703 2002-03-15 [match]      0.7.4claws11
1704
1705         * src/addrbook.[ch]
1706         * src/addrcache.[ch]
1707         * src/addressbook.[ch]
1708         * src/addrindex.c
1709         * src/editbook.c
1710         * src/importldif.c
1711         * src/importmutt.c
1712         * src/jpilot.[ch]
1713         * src/main.c
1714         * src/syldap.[ch]
1715         * src/vcard.[ch]
1716                 tidy up. fix memory leaks. moved attribs and methods
1717                 from individual interfaces to addrcache object. prep
1718                 for new stuff to come in.
1719
1720 2002-03-15 [alfons]     0.7.4claws10
1721
1722         * src/matcher.[ch]
1723         * src/matcher_parser_parse.y
1724         * src/matcher_parser_lex.l
1725         * src/prefs_matcher.c
1726                 add filtering conditions message greater than, smaller 
1727                 than, and exactly matching a size in bytes
1728                 (does not work with delete from POP3 server yet)
1729
1730                 this should also give others an idea what you should
1731                 do to add new criterions to claws filtering system
1732                 
1733
1734 2002-03-15 [paul]       0.7.4claws9
1735
1736         * tools/filter_conv.pl
1737                 exit if there are no filter rules to convert
1738                 rename filterrc to filterrc.old after completion
1739
1740 2002-03-15 [paul]       0.7.4claws8
1741
1742         * sync with sylpheed 0.7.4cvs3
1743                 see ChangeLog entry 2002-03-14
1744
1745 2002-03-14 [paul]       0.7.4claws7
1746
1747         * src/compose.c
1748                 clean up the last commit (ahem)
1749
1750 2002-03-14 [paul]       0.7.4claws6
1751
1752         * src/compose.c
1753                 fix bug #515655. honour account preferences
1754                 regarding gpg default signing/encryption when 
1755                 changing account from the compose window.
1756
1757 2002-03-14 [paul]       0.7.4claws5
1758
1759         * src/folderview.c
1760                 remove unnecessary curly brackets
1761
1762 2002-03-14 [paul]       0.7.4claws4
1763
1764         * src/folderview.c
1765           src/prefs_filtering.[ch]
1766                 add filter rename on folder rename and filter
1767                 delete on folder delete. Patch submitted by
1768                 Neill Miller <neillm@thecodefactory.org> 
1769
1770 2002-03-14 [christoph]  0.7.4claws3
1771
1772         * src/procmsg.c
1773         * src/send.c
1774                 fix local delivery
1775                 (patch submitted by "Simon 'corecode' Schubert")
1776         * src/prefs_common.c
1777         * src/procmsg.c
1778                 fix gcc 3.0 warning
1779
1780 2002-03-14 [paul]       0.7.4claws2
1781
1782         * sync with sylpheed 0.7.4cvs2
1783                 see ChangeLog entry 2002-03-13
1784
1785 2002-03-12 [darko]      0.7.4claws1
1786
1787         * src/mainwindow.c
1788                 fix what seems to be a copy and paste error
1789                 when setting color for important messages
1790                 (reported by wwp)
1791
1792 2002-03-11 [paul]       version 0.7.4claws released
1793
1794 2002-03-11 [paul]       0.7.4claws
1795
1796         * po/es.po
1797           po/it.po
1798           po/nl.po
1799           po/pt_BR.po
1800                 update message catalogs. Submitted by Ricardo Mones 
1801                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
1802                 Fabio Junior Beneditto
1803
1804         * configure.in
1805           faq/Makefile.am
1806           faq/it/Makefile
1807           faq/it/sylpheed-faq*
1808           src/mainwindow.c
1809           src/manual.[ch]
1810                 add FAQ in Italian
1811         
1812
1813 2002-03-11 [jens]       0.7.3claws7
1814
1815         * po/de.po
1816                 updated German translation
1817
1818 2002-03-11 [melvin]     0.7.3claws6
1819
1820         * po/fr.po
1821                 updated and corrected French translation
1822
1823 2002-03-10 [hoa]        0.7.3claws5
1824
1825         * src/account.c
1826         * src/inc.c
1827         * src/prefs_account.c
1828         * src/procmsg.c
1829         * src/send.[ch]
1830                 fixed the local account.
1831                 you have to change the default "/usr/sbin/sendmail"
1832                 to "/usr/sbin/sendmail -t" in the preferences of
1833                 the local account.
1834
1835         * src/procmime.c
1836                 removed some debug display for renderer
1837
1838 2002-03-10 [paul]       0.7.3claws4
1839
1840         * faq/en/sylpheed-faq-1.html
1841           faq/en/sylpheed-faq-2.html
1842                 update
1843
1844 2002-03-09 [paul]       0.7.3claws3
1845
1846         * sync with sylpheed 0.7.4
1847                 see ChangeLog entry 2002-03-09
1848
1849 2002-03-08 [paul]       0.7.3claws2
1850
1851         * faq/en/sylpheed-faq*
1852           faq/es/sylpheed-faq*
1853           faq/fr/sylpheed-faq*
1854                 update the FAQs
1855
1856         * manual/fr/.cvsignore
1857           manual/fr/Makefilea.am
1858           manual/fr/sylpheed*
1859           src/mainwindow.c
1860           src/manual.[ch]
1861                 add the French manual
1862
1863 2002-03-07 [paul]       0.7.3claws1
1864
1865         * sync with sylpheed 0.7.3cvs4
1866                 see ChangeLog entries  2002-03-06 and 2002-03-07
1867         
1868         * po/nl.po
1869                 updated by Wilbert Berendsen
1870
1871 2002-03-07 [melvin]     0.7.2claws34
1872
1873         * src/selective_download.c
1874                 Changed the pixmap of the receive button to MAIL_RECEIVE.
1875
1876 2002-03-06 [paul]       0.7.2claws33
1877
1878         * sync with sylpheed 0.7.3cvs1
1879                 bug fix, see ChangeLog entry 2002-03-05
1880
1881 2002-03-05 [paul]       0.7.2claws32
1882
1883         * src/mimeview.c
1884           src/pgptext.[ch]
1885           src/procmsg.c
1886                 reverse the pgp ascii-armored code implemented in 
1887                 0.7.2claws16. removal of this code until it matures.
1888                 this means that verifying ascii-armored pgp sigs and
1889                 automatic decryption of ascii-armored encrypted
1890                 messages no longer works.
1891
1892 2002-03-05 [paul]       0.7.2claws31
1893
1894         * configure.in
1895           Makefile.am
1896         * faq/Makefile.am
1897         * faq/en/Makefile.am
1898           faq/en/sylpheed-faq.html
1899           faq/en/sylpheed-faq-1.html
1900           faq/en/sylpheed-faq-2.html
1901           faq/en/sylpheed-faq-3.html
1902         * faq/es/Makefile.am
1903           faq/es/sylpheed-faq.html
1904           faq/es/sylpheed-faq-1.html
1905           faq/es/sylpheed-faq-2.html
1906           faq/es/sylpheed-faq-3.html
1907           faq/es/sylpheed-faq-4.html
1908         * faq/fr/Makefile.am
1909           faq/fr/sylpheed-faq.html
1910           faq/fr/sylpheed-faq-1.html
1911           faq/fr/sylpheed-faq-2.html
1912           faq/fr/sylpheed-faq-3.html
1913         * src/Makefile.am
1914           src/defs.h
1915           src/mainwindow.c
1916           src/manual.[ch]
1917                 add FAQs in English, Spanish and French
1918
1919
1920 2002-03-05 [paul]       0.7.2claws30
1921
1922         * manual/en/sylpheed.html
1923           manual/en/sylpheed-XX.html
1924                 updated the English manual
1925
1926 2002-03-05 [hoa]        
1927
1928         * src/summaryview.c
1929                 dialog box pops up if the article can't be deleted.
1930
1931 2002-03-04 [paul]       
1932         
1933         * po/pt_BR.po
1934                 updated by Fabio Junior Benedito
1935
1936 2002-03-04 [hoa]
1937
1938         * removed ac/gpgme.m4
1939                 to avoid autogen common problem
1940                 developers have to install gpgme development package now
1941
1942         * src/compose.c
1943                 encoding to 7bit or 8bit is enabled.
1944
1945 2002-03-03 [alfons]     0.7.2claws29
1946
1947         * src/pop.c
1948                 merge fix by Oliver Haertel for selective
1949                 download buglet
1950
1951 2002-03-03 [paul]       0.7.2claws28
1952         
1953         * sync with sylpheed 0.7.3
1954
1955 2002-03-03 [paul]       0.7.2claws27
1956
1957         * sync with sylpheed 0.7.2cvs24
1958                 see ChangeLog entries 2002-03-02 and 2002-03-03
1959
1960 2002-03-02 [melvin]     0.7.2claws26
1961
1962         * src/inc.[ch]
1963         * src/main.c
1964         * src/mainwindow.c
1965         * src/prefs_common.[ch]
1966                 Added user definable notification on new mail arrival.
1967                 Removed unused variables in spell checker prefs code.
1968
1969 2002-03-02 [melvin]     0.7.2claws25
1970
1971         * src/quote_fmt.c
1972                 Removed unnecessary escape sequences.
1973                 Changed 'Initial...' to 'Initials of Sender'
1974
1975 2002-03-02 [paul]       0.7.2claws24
1976
1977         * sync with sylpheed 0.7.2cvs22
1978                 see ChangeLog entry 2002-03-01
1979
1980 2002-03-01 [hoa]        0.7.2claws23
1981
1982         * src/mainwindow.c
1983                 Set sensitivity of delete actions to active
1984                 even if the folder is a newsgroup.
1985
1986         * src/summaryview.c
1987                 - Set sensitivity of delete actions
1988                 - Added function check_permission() that will check if the
1989                   user is authorized to delete a message. For news, it
1990                   will check if the author is the same.
1991                 - Enabled deletion when there is no trash folder.
1992
1993         * src/news.[ch]
1994                 - Added news_cancel_article() to cancel articles
1995                 - Implemented news_remove_message() (public function)
1996
1997 2002-03-01 [paul]       0.7.2claws22
1998
1999         * src/gtkutils.c
2000           src/textview.c
2001                 recognise urls that that don't include 'http://' and
2002                 simply begin 'www.' 
2003
2004         * AUTHORS
2005                 remove duplicated name
2006
2007 2002-02-28 [paul]       0.7.2claws21
2008
2009         * src/mainwindow.c
2010           src/summaryview.[ch]
2011                 add ability to 'Select thread'
2012                 combines Melvin's "Select thread's head" patch (#510907)
2013                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
2014                 patch (#518514) 
2015
2016 2002-02-28 [paul]       0.7.2claws20
2017
2018         * src/mimeview.c
2019                 hopefully fix segfault on right-clicking a mime part
2020                 that some people have experienced.      
2021                 fix submitted by Fredrik Olofsson <frol@linux.nu>
2022
2023 2002-02-28 [paul]       0.7.2claws19
2024
2025         * sync with sylpheed 0.7.2cvs21
2026                 see ChangeLog entries 2002-02-27 and 2002-02-28
2027
2028 2002-02-27 [paul]       0.7.2claws18
2029
2030         * sync with sylpheed 0.7.2cvs18
2031                 see ChangeLog entries 2002-02-26 and 2002-02-27
2032
2033 2002-02-26 [alfons]     0.7.2claws17
2034
2035         * src/procheader.c
2036                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
2037                 (spotted by Chris Hessman <idatech@gmx.net>)
2038
2039 2002-02-26 [paul]       0.7.2claws16
2040
2041         * src/mimeview.c
2042           src/pgptext.[ch]
2043           src/procmsg.c
2044                 make decryption of ascii-armored pgp encrypted messages
2045                 and verification of ascii-armored signatures work again.
2046                 slightly altered from the patch by Jens Jahnke 
2047                 <jan0sch@gmx.net>
2048
2049                 ##FIX ME##
2050                 * the checking of plaintext signatures always comes up in 
2051                   a popup box
2052                 * it doesn't work for multipart messages 
2053                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
2054                   including the msg headers and these 2 line themselves, are 
2055                   not displayed
2056
2057         * src/mainwindow.c
2058                 "View/Folder Tree" becomes "View/Separate Folder Tree"
2059                 "View/Message View" becomes "View/Separate Message View"
2060                 because its less ambiguous.
2061
2062         * po/es.po
2063                 updated by Ricardo Mones Lastra
2064
2065 2002-02-26 [paul]       0.7.2claws15
2066
2067         * sync with sylpheed 0.7.2cvs17
2068                 see ChangeLog entries 2002-02-25 and 2002-02-26
2069
2070 2002-02-25 [christoph]  0.7.2claws14
2071
2072         * src/filtering.[ch]
2073         * src/inc.c
2074                 do filtering stuff after all messages have been received
2075                   1. drop all messages to .processing
2076                   2. scan processing folder for messages
2077                   3. filter messages or move to inbox
2078                 this will also find old messages left in processing after
2079                 a crash or something like that and we get a real msginfo
2080                 from folder->get_msg_list and do not have to create our
2081                 own in filter_message
2082         * src/matcher_parser_parse.y
2083                 remove MIX/MAX warning (reordered includes)
2084
2085 2002-02-25 [paul]       0.7.2claws13
2086
2087         * sync with sylpheed 0.7.2cvs15
2088                 see ChangeLog entry 2002-02-24
2089
2090 2002-02-24 [alfons]     0.7.2claws12
2091
2092         * src/filtering.c
2093                 clear old color flags first when applying a new color to
2094                 a message info. 
2095                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
2096
2097 2002-02-24 [alfons]     0.7.2.claws11
2098         
2099         * AUTHORS
2100         * src/prefs_common.c
2101                 add presets for Opera and Konqueror, closes patch #517261,
2102                 submitted by Ville Skyttä <scop@users.sourceforge.net>
2103
2104 2002-02-24 [alfons]     0.7.2.claws10
2105
2106         * AUTHORS
2107         * src/summaryview.c
2108                 fix threading for null message ids, closes patch #521601,
2109                 submitted by Bob Forsman <hammor@users.sourceforge.net>
2110
2111 2002-02-24 [alfons]     0.7.2claws9
2112
2113         * src/summaryview.c
2114         * src/filtering.c
2115                 make Tool | Filter Message work with filtering system so
2116                 setting flags also works
2117
2118                 TODO:
2119
2120                 - Processing uses the same function as Tool | Filter
2121                   Message, but doesn't use the same update proc yet
2122
2123 2002-02-23 [paul]       0.7.2claws8
2124
2125         * sync with sylpheed 0.7.2cvs14
2126                 see ChangeLog entries 2002-02-22 and 2002-02-23
2127
2128 2002-02-22 [christoph]  0.7.2claws7
2129
2130         * src/quote_fmt.c
2131                 Add column space to table
2132         * src/quote_fmt_parse.y
2133                 Close files
2134
2135 2002-02-22 [paul]       0.7.2claws6
2136
2137         * src/Makefile.am
2138           src/defs.h
2139           src/filtering.c
2140           src/inc.[ch]
2141           src/mainwindow.c
2142           src/matcher.[ch]
2143           src/matcher_parser_lex.l
2144           src/matcher_parser_parse.y
2145           src/pop.[ch]
2146           src/prefs_account.h
2147           src/prefs_filtering.c
2148           src/selective_download.[ch]   *** NEW FILES ***
2149           src/utils.[ch]
2150           po/POTFILES.in
2151                 Selective Download added to 'Tool' menu. 
2152                 Retrieves email headers of the currently selected pop3 
2153                 account and allows the user to mark emails for deletion 
2154                 right on the pop3 server. Patch submitted by Oliver Haertel 
2155                 <oha@users.sourceforge.net>.
2156         
2157         * po/POTFILES.in
2158                 add 'src/quote_fmt.c'           
2159
2160 2002-02-22 [christoph]  0.7.2claws5
2161
2162         * src/Makefile.am
2163                 added quote_fmt.c
2164         * src/prefs_common.[ch]
2165         * src/prefs_template.c
2166         * src/quote_fmt.c               *** NEW FILE ***
2167         * src/quote_fmt.h
2168                 move quote format symbol description code
2169                 to it's own file because it is used from
2170                 differnent code parts
2171                 Rewrote symbol description GUI
2172                   + use table
2173                   + add separators
2174                   + get data from array (no more long constant strings)
2175         * src/quote_fmt_lex.l
2176         * src/quote_fmt_parse.y
2177                 Symbol for Literal % changed to \% instead of %%
2178                 (More logical as \ is used for quoting for other symbols)
2179                 Add |f and |p to include files and program output
2180                 Examples:
2181                     |f{/home/.../.signature}
2182                     |p{date}
2183         * po/de.po
2184                 Correct wrong spelling for "Referenzen"
2185
2186 2002-02-21 [paul]       0.7.2claws4
2187
2188         * src/procmsg.c
2189                 forgotten during sync
2190
2191 2002-02-21 [paul]       0.7.2claws3
2192
2193         * sync with sylpheed 0.7.2cvs11
2194                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
2195                 2002-02-20 and 2002-02-21
2196
2197 2002-02-20 [melvin]     0.7.2claws2
2198
2199         * src/prefs_actions.c
2200                 Added error report when child cannot fork or when execvp 
2201                 returns with an error.
2202
2203 2002-02-19 [christoph]  0.7.2claws1
2204
2205         * src/codeconv.c
2206                 return unconverted text if conde conversion is not possible
2207                 when libjconv is used.
2208                 (patch submitted by "Simon 'corecode' Schubert")
2209
2210 2002-02-19 [paul]       
2211
2212         * version 0.7.2claws release
2213
2214 2002-02-19 [paul]       0.7.2claws
2215
2216         * po/nl.po
2217                 updated by Wilbert Berendsen
2218
2219
2220 2002-02-18 [alfons]     0.7.1claws13
2221
2222         * src/syldap.c
2223         * src/jpilot.c
2224                 remove references to dlfcn and explicitly loading functions
2225                 from dynalink libs, because libs linked anyway, and functions
2226                 are loaded explicitly
2227
2228 2002-02-17 [melvin]     0.7.1claws12
2229
2230         * src/prefs_actions.c
2231                 Replaced children wait loop with double fork technique.
2232                 Now, input/output window updated at each new output.
2233                 free_children(): Fixed a memory leak.
2234                 Made input/output window non closable if running children
2235                 still exist.
2236                 Added missing <unistd.h> include.
2237                 Added some --debug outputs.
2238
2239 2002-02-17 [melvin]     0.7.1claws11
2240
2241         * src/summaryview.c
2242                 Fixed bug where descending sort order did not select top
2243                 message.
2244
2245 2002-02-17 [melvin]     0.7.1claws10
2246
2247         * acconfig.h
2248                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
2249         * src/prefs_common.c
2250                 Pspell data package directory no more hard coded but
2251                 set during configuration (PSPELL_PATH). (Thanks to 
2252                                 Gustavo Noronha Silva.)
2253
2254 2002-02-17 [melvin]     0.7.1claws9
2255
2256         * configure.in
2257                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
2258         * src/gtkspell.c
2259                 Fixed compile-time warnings.
2260
2261 2002-02-16 [alfons]     0.7.1claws8
2262
2263         * src/filesel.c
2264                 fix inadvertent free of NULL pointer which caused
2265                 sylpheed to crash when closing the save-as dialog
2266                 using the window close button
2267
2268 2002-02-16 [carsten]    0.7.1claws7
2269         * src/mainwindow.[ch]
2270           src/summaryview.c
2271           src/prefs_common.c
2272                 fixes for pixmap theming code:
2273                         - recently changed mail attributes shouldn't get
2274                           lost any longer
2275                         - theme is only reloaded iff another theme was
2276                           selected
2277
2278 2002-02-16 [paul]       0.7.1claws6
2279
2280         * sync with sylpheed 0.7.2 release
2281                 see ChangeLog entry 2002-02-15 and 2002-02-16
2282
2283 2002-02-15 [paul]       0.7.1claws5
2284
2285         * sync with sylpheed 0.7.1cvs9
2286                 see ChangeLog entry 2002-02-15
2287
2288         * po/POTFILES.in
2289                 remove unneeded headerwindow.c entry
2290
2291 2002-02-14 [carsten]    0.7.1claws4
2292         * src/summaryview.c
2293                 fixed a bug for "Go to next unread message": there was
2294                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
2295                 in the prefs, because of doing "Search again" instead
2296                 "No"
2297
2298 2002-02-14 [carsten]    0.7.1claws3
2299         * src/stock_pixmap.c
2300                 removed 2 more mem leaks; following memprof,
2301                 this code is "leak free" now :)
2302
2303 2002-02-14 [carsten]    0.7.1claws2
2304         * src/stock_pixmap.c
2305                 used opendir/readdir/closedir instead of scandir
2306                 -> code should work now on Solaris
2307
2308 2002-02-14 [paul]       0.7.1claws1
2309
2310         * sync with sylpheed 0.7.1cvs8
2311                 see ChangeLog entries 2002-02-13 and 2002-02-14
2312
2313         * README.claws
2314                 add some description of Actions and Pixmap Themes
2315
2316 2002-02-13 [paul]       
2317
2318         * version 0.7.1claws release
2319
2320 2002-02-13 [paul]       0.7.1claws
2321
2322         * po/es.po
2323           po/it.po
2324           po/pt_BR.po
2325                 updated translations, submitted by Ricardo Mones Lastra,
2326                 Alessandro Maestri and Fabio Junior Beneditto
2327
2328 2002-02-13 [melvin]     0.7.0claws75
2329
2330         * src/prefs_actions.c
2331                 Added missing "signal.h" include
2332
2333 2002-02-13 [melvin]     0.7.0claws74
2334
2335         * src/prefs_folder_item.c
2336                 Added missing "config.h" include
2337         * po/fr.po
2338                 Updated French translation for folder propriety.
2339
2340 2002-02-13 [jens]       0.7.0claws73
2341
2342         * po/POTFILES.in
2343                 Added missing src/prefs_folder_item.c [log added by melvin]
2344         * po/de.po
2345                 Updated German translation.
2346
2347 2002-02-13 [melvin]     0.7.0claws72
2348
2349         * po/fr.po
2350                 Updated French translation.
2351
2352 2002-02-13 [melvin]     0.7.0claws71
2353
2354         * src/gtkutils.c
2355                 Made gtkut_editable_get_selection return NULL if selection
2356                 is of length zero.
2357                 This fixes a bug where selecting part of message A then
2358                 switching to message B and replying to it will not
2359                 quote the message's body.
2360
2361 2002-02-12 [paul]       0.7.0claws70
2362
2363         * src/mainwindow.c
2364                 cosmetic, relating to pixmap themes: on toolbar make 
2365                 updating of 'Exec' and 'Compose news/Compose email'
2366                 icons faster.
2367
2368 2002-02-12 [carsten]    0.7.0claws69
2369         * src/folderview.c
2370           src/mainwindow.[ch]
2371           src/stock_pixmap.c
2372           src/summaryview.c
2373           src/prefs_common.c
2374                 - refreshing after changing pixmap theme better
2375                   now (thanks Paul)
2376                 - wanted to remove some mem leaks, but alfons was
2377                   faster (and had the better solution ;)
2378
2379 2002-02-12 [alfons]     0.7.0claws68
2380
2381         * src/prefs_common.c
2382         * src/stock_pixmap.[ch]
2383                 plug mem leaks, refactor code a little bit
2384
2385
2386 2002-02-12 [sergey]     0.7.0claws67
2387
2388         * src/imap.c
2389                 Fixed problem with copying messages to IMAP folders when the
2390                 server uses something other than '/' as a namespace separator
2391                 (cyrus-imapd uses '.').
2392
2393 2002-02-12 [jens]       0.7.0claws66
2394
2395         * po/de.po
2396                 Updated German Translation
2397
2398 2002-02-12 [paul]       0.7.0claws65
2399
2400         * sync with sylpheed 0.7.1cvs1
2401                 see ChangeLog entry 2002-02-12
2402
2403 2002-02-12 [melvin]     0.7.0claws64
2404
2405         * src/prefs_actions.c
2406                 Fixed "feature" where children's output was duplicated 
2407                 instead of refreshed while monitoring.
2408                 Removed some debug code.
2409
2410 2002-02-12 [christoph]  0.7.0claws63
2411
2412         * src/compose.c
2413                 always delete message from queue after sending/send error
2414                 (closes bug #509601)
2415
2416 2002-02-12 [melvin]     0.7.0claws62
2417
2418         * src/prefs_actions.c
2419                 Children wait loop is now triggered with a timeout of 1s
2420                 Added %F which is replaced with the list of filenames 
2421                 of all selected messages (as suggested by Ricardo Mones Lestra)
2422                 Pipe syntax changed. Prefix with | to send selection, postfix
2423                 with | to retrieve output. Prefix with > or * to send
2424                 user definable input to the command (*: input is hidden)
2425                 Old pipe action should now be postfixed with |, too.
2426
2427 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
2428         * src/stock_pixmap.c
2429                 fixed a bug: if there's no theme directory don't
2430                 throw an error, just do "nothing" (thanks Alfons)
2431
2432 2002-02-12 [carsten]    0.7.0claws60
2433         * src/folderview.c
2434           src/summaryview.c
2435                 had to write the cache twice (nasty!); some marks would 
2436                 get lost if not
2437
2438 2002-02-11 [carsten]    0.7.0claws59
2439         * acconfig.h
2440           configure.in
2441           doc-src/maintainer_guide.txt
2442           src/compose.[ch]
2443           src/defs.h
2444           src/folderview.[ch]
2445           src/gtkutils.[ch]
2446           src/mainwindow.[ch]
2447           src/prefs_common.[ch]
2448           src/stock_pixmap.[ch]
2449           src/summaryview.[ch]
2450                 pixmap theming and related work on pixmap
2451                 handling on some other places
2452                 (e.g. hrm features for all folder)
2453           src/pixmap/stock_*.xpm -> the stock_ was removed
2454         
2455 2002-02-11 [paul]       0.7.0claws58
2456
2457         * sync with sylpheed 0.7.1 release
2458                 see ChangeLog entries 2002-02-11
2459
2460 2002-02-08 [paul]       0.7.0claws57
2461
2462         * sync with sylpheed 0.7.0cvs39
2463                 see ChangeLog entry 2002-02-07 (last entry) 
2464
2465         * src/prefs_actions.c
2466           src/prefs_filtering.c
2467           src/prefs_matcher.c
2468           src/prefs_scoring.c
2469                 sync: made it compile with C compilers other than gcc
2470
2471 2002-02-07 [paul]       0.7.0claws56
2472
2473         * sync with sylpheed 0.7.0cvs38
2474                 see ChangeLog entries 2002-02-06 (last 2 entries) and
2475                 2002-02-07
2476
2477 2002-02-07 [darko]      0.7.0claws55
2478
2479         * src/gtkutils.[ch]
2480         * src/summaryview.c
2481                 Fix const gchar */gchar * issue (thanks Hiro)
2482
2483 2002-02-07 [darko]      0.7.0claws54
2484
2485         * src/compose.[ch]
2486         * src/filtering.c
2487         * src/gtkutils.[ch]
2488         * src/prefs_template.c
2489         * src/quote_fmt.h
2490         * src/quote_fmt_parse.y
2491         * src/summaryview.c
2492         * src/utils.[ch]
2493                 When replying or forwarding an email don't quote the entire
2494                 mail body but use the part of the message text that is selected
2495
2496 2002-02-06 [melvin]     0.7.0claws53
2497
2498         * src/prefs_common.[ch]
2499         * src/gtkspell.[ch]
2500         * src/compose.c
2501                 Made possible to switch quickly to last used dictionary
2502                 which makes checking bilingual documents easier.
2503
2504 2002-02-06 [melvin]     0.7.0claws52
2505         
2506         * po/POTFILES.in
2507                 Added forgotten new file src/prefs_actions.c
2508
2509 2002-02-06 [melvin]     0.7.0claws51
2510
2511         * src/prefs_actions.c   ** NEW FILE **
2512         * src/prefs_actions.h   ** NEW FILE **
2513                 Added actions to execute on message text view, or on the
2514                         message's file.
2515         * src/Makefile.am
2516                 Added src/prefs_actions.[ch]
2517         * src/compose.c
2518                 Added new menu "Edit/Actions"
2519         * src/defs.h
2520                 Added new actionsrc file.
2521         * src/main.c
2522                 Added actionsrc reading.
2523         * src/mainwindow.c
2524                 Added new menus "Edit/Actions" and "Configuration/Actions..."
2525         * src/prefs_common.h
2526                 Added new element actionslst element to prefs_common.
2527
2528 2002-02-06 [paul]       0.7.0claws50
2529
2530         * sync with sylpheed 0.7.0cvs36
2531                 see ChangeLog entry 2002-02-06
2532
2533 2002-02-05 [paul]
2534
2535         * po/es.po
2536                 updated by Ricardo Mones Lastra
2537
2538 2002-02-05 [paul]       0.7.0claws49
2539
2540         * sync with sylpheed 0.7.0cvs33
2541                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
2542
2543 2002-02-05 [paul]       0.7.0claws48
2544
2545         * src/compose.c
2546                 re-add 'Edit/Advanced/Delete entire line', previously named
2547                 'Delete Line+'
2548
2549 2002-02-04 [paul]       0.7.0claws47
2550
2551         * src/compose.c
2552           src/summaryview.c
2553                 fix bug #494993 (Reply All not taking Reply-To into consi)
2554                 eliminate differences in behaviour of right-click 'Reply to all' 
2555                 in summary view and 'Reply to all' on the toolbar. 
2556                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
2557                 view and From gets ignored by 'Reply to all' on toolbar.
2558                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
2559                 From when no Reply-To header is present.
2560
2561 2002-02-04 [paul]       0.7.0claws46
2562
2563         * sync with sylpheed 0.7.0cvs30
2564                 see ChangeLog entries 2002-02-03 and 2002-02-04
2565
2566 2002-02-03 [melvin]     0.7.0claws45
2567
2568         * src/gtkspell.[ch]
2569                 Readded function to highlight all misspelled words.
2570                 Fixed bug where user-provided-words did not replace
2571                         correctly the misspelled word when using the mouse.
2572                 Fixed bug where checking a region selected from right to left did
2573                         not check the region at all.
2574                 Fixed bug where 'Check backwards' may not check at all. 
2575                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
2576                 Fixed possible buffer overflow when checking for long strings (>1k).
2577                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
2578                 Accelerators code uses now gtk_widget_add_accel.
2579                 Removed and disabled obsolete and unfinished code.
2580                 Cleaning up.
2581
2582         * src/compose.c
2583                 Added menu item to Highlight all misspelled words.
2584
2585 2002-02-01 [paul]       0.7.0claws44
2586
2587         * src/mainwindow.c
2588                 fix '/View/Hide read messages' sensitivity when all
2589                 messages in a folder are hidden
2590
2591 2002-02-01 [paul]       0.7.0claws43
2592
2593         * src/main.c
2594                 add --send option to command line interface, sends all
2595                 queued mail. Patch submitted by Ricardo Mones Lastra.
2596
2597 2002-01-31 [paul]       0.7.0claws42
2598
2599         * src/mainwindow.c
2600                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
2601
2602 2002-01-31 [paul]       0.7.0claws41
2603
2604         * sync with sylpheed 0.7.0cvs27
2605                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
2606                 and 2002-01-31
2607
2608         * src/textview.c
2609                 comment out elements of textview_show_part() as temporary
2610                 workaround for attachment 'Display as text' bug 
2611
2612         * po/pt_BR.po
2613                 updated by Fabio Junior Beneditto
2614
2615 2002-01-30 [paul]       0.7.0claws40
2616
2617         * sync with sylpheed 0.7.0cvs24
2618                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
2619                 and 2002-01-30
2620
2621         * src/compose.c
2622                 add {N_("/_Spelling"), ... "<Branch>"} to 
2623                 GtkItemFactoryEntry compose_entries[]
2624
2625         * src/prefs_common.c
2626                 add claws menu items to prefs_keybind_apply_clicked()
2627                 and remove non-claws menu items
2628
2629 2002-01-29 [paul]       0.7.0claws39
2630
2631         * sync with sylpheed 0.7.0cvs22
2632                 see ChangeLog entries 2002-01-28 and 2002-01-29
2633
2634 2002-01-28 [melvin]     0.7.0claws38
2635
2636         * src/compose.c
2637                 Added the declartion of compose_send_control_enter.
2638
2639         * src/compose.c
2640         * src/gtkspell.[ch]
2641                 Added in a 'Spelling' menu which includes the configuration menu. 
2642                 Added a real 'Check all' and got rid from the old one which only
2643                 highlited misspelled word.
2644                 Made 'Check while typing' a disableable option.
2645                 Added a dialog when there are no more misspelled word.
2646                 Added a dialog if error occurs when switching to a dictionary.
2647         
2648         * src/prefs_common.[ch]
2649                 Added option for the default 'Check while typing' option.
2650
2651
2652 2002-01-28 [alfons]     0.7.0claws37
2653
2654         * src/compose.c
2655                 fix buglet and make code comply with sylpheed code style
2656
2657 2002-01-28 [paul]       0.7.0claws36
2658
2659         * sync with sylpheed 0.7.0cvs19
2660                 see ChangeLog entries for 2002-01-28
2661
2662 2002-01-28 [hoa]        0.7.0claws35
2663
2664         * src/defs.h
2665                 added rendererrc
2666
2667         * src/main.c
2668                 read the renderer config
2669
2670         * src/procmime.[ch]
2671                 use the renderer config to convert mime attachments
2672
2673         * src/textview.c
2674                 don't use textview_show_html/ertf,
2675                 use get_text_content instead
2676
2677 2002-01-27 [alfons]     0.7.0claws34
2678         
2679         * src/news.c
2680                 make sylpheed believe it can delete a news message...
2681                 (messages are NOT deleted, maybe we should remove
2682                 processing from the folder properties after all.)
2683
2684 2002-01-27 [alfons]     0.7.0claws33
2685
2686         * src/folder.c
2687                 add extra checks
2688         * src/news.c
2689                 implement remove_msg() 
2690
2691 2002-01-27 [alfons]     0.7.0claws32
2692
2693         * src/procmsg.h
2694         * src/procheader.c
2695         * src/messageview.c
2696                 fix return receipt / disposition notification again. this
2697                 stuff seems to break on _every_ major summary UI change, so
2698                 it's now implemented using a flag which is saved in the
2699                 marks cache
2700                 
2701 2002-01-26 [alfons]     0.7.0claws31
2702
2703         * src/import.c
2704                 let import dialog show the destination folder identifier
2705
2706 2002-01-26 [melvin]     0.7.0claws30
2707
2708         * src/folderview.c
2709         * src/summaryview.c
2710                 Readded 'Mark all read' into summary view popup menu
2711                 Added 'Mark all read' in folder view popup menu for IMAP
2712                 and NNTP.
2713                 Made it insensitive if the selected folder is not the shown
2714                 one to avoid 'Mark all read' on the wrong folder.
2715                 
2716 2002-01-26 [paul]       0.7.0claws29
2717
2718         * src/folderview.c
2719           src/summaryview.c
2720                 move 'Mark all read' from summary view to folder view
2721                 menu. (adapted from) patch submitted by Jeremy Andrews,
2722                 <lists@kerneltrap.com>
2723
2724 2002-01-25 [alfons]     0.7.0claws28
2725
2726         * src/gtkstext.c
2727                 put the gtk class name back so GtkSText adapts the 
2728                 settings of GtkText
2729
2730 2002-01-25 [alfons]     0.7.0claws27
2731
2732         * src/folderview.c 
2733                 assimilate Ricardo's patch that shows pixmaps instead of
2734                 plain "new" and "unread" texts in the folder view column
2735                 headers 
2736
2737 2002-01-25 [paul]       0.7.0claws26
2738
2739         * src/Makefile.am
2740                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
2741                 be found in non-standard locations. 
2742                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
2743
2744 2002-01-25 [paul]       0.7.0claws25
2745
2746         * sync with sylpheed 0.7.0cvs16
2747                 see ChangeLog entry 2002-01-25
2748
2749 2002-01-24 [paul]       0.7.0claws24
2750
2751         * more sync with sylpheed 0.7.0cvs15
2752                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
2753
2754 2002-01-23 [sergey]     0.7.0claws23
2755
2756         * src/importldif.c
2757                 Fixed segfault when closing LDIF import wizard with
2758                 the window manager.
2759         * src/imageview.c
2760         * src/imageview.h
2761         * src/messageview.c
2762         * src/mimeview.c
2763                 Fixed wrong scrolling position after switching between
2764                 text and image parts.
2765
2766 2002-01-23 [paul]       0.7.0claws22
2767
2768         * sync with sylpheed 0.7.0cvs15
2769                 see ChangeLog entries 2002-01-22 and 2002-01-23
2770
2771 2002-01-21 [melvin]     0.7.0claws21
2772
2773         * src/prefs_scoring.c
2774         * src/prefs_filtering.c
2775                 Fixed bug where scoring and filtering windows stopped
2776                 autochecking.
2777
2778 2002-01-21 [paul]       0.7.0claws20
2779
2780         * sync with sylpheed 0.7.0cvs12
2781                 see ChangeLog entries 2002-01-20 and 2002-01-21
2782
2783 2002-01-21 [carsten]    0.7.0claws19
2784         * src/mainwindow.c
2785         * src/menu.[ch]
2786         * src/messageview.[ch]
2787         * src/summaryview.[ch]
2788                 changes to shortcuts handling again:
2789                         + "Q" now controled by mainwin
2790                         + v/V are now customizable and have slightly
2791                           different meanings
2792                 the "button" to minimize the messageview (and maximize
2793                 the summary view) is a real button now
2794         * src/compose.c
2795                 "Delete Line+" added to Edit/Advanced (this will also
2796                 delete the '\n')
2797
2798 2002-01-20 [melvin] 0.7.0claws18
2799
2800         * src/addressbook.c
2801                 Made "Bcc" sensitive when addressbook is called from
2802                 compose window (it was a Claws only bug).
2803
2804 2002-01-19 [alfons] 0.7.0claws17
2805
2806         * src/inc.c
2807                 prevent unnecessary updates when currently selected folder has
2808                 no new messages 
2809
2810 2002-01-19 [alfons] 0.7.0claws16
2811         
2812         * src/summaryview.c
2813                 prevent writing the cache based on current message list in summary 
2814                 view when filtering also put messages in currently selected folder
2815
2816 2002-01-19 [paul]
2817
2818         * po/it.po
2819                 Italian translation submitted by Alessandro Maestri
2820                 <a.maestri@cs.tin.it>
2821
2822 2002-01-18 [melvin]     0.7.0claws15
2823
2824         * src/prefs_filters.c
2825                 fixed bug where 'cancel' from 'filters' window stops autochecking
2826                 if the timer timed out  when the window was open.
2827
2828 2002-01-18 [match]      0.7.0claws14
2829
2830         * src/addrclip.[ch]     ** NEW FILE **
2831         * src/addrselect.[ch]   ** NEW FILE **
2832         * src/adbookbase.h      ** NEW FILE **
2833                 addressbook cut, copy and paste
2834         * src/addrbook.[ch]
2835         * src/addrcache.[ch]
2836         * src/addressitem.h
2837         * src/addrindex.[ch]
2838         * src/addritem.[ch]
2839         * src/importldif.c
2840         * src/importmutt.c
2841         * src/jpilot.[ch]
2842         * src/syldap.[ch]
2843         * src/vcard.[ch]
2844         * src/jpilot.[ch]
2845         * src/editbook.c
2846         * src/editjpilot.c
2847         * src/editldap.c
2848         * src/editvcard.c
2849                 support for copy/paste
2850         * src/addressbook.c
2851                 support for copy/paste
2852                 tidy up menu option processing
2853                 correct address list function arguments
2854         * src/editaddress.c
2855                 sort user attributes
2856         * src/ldif.h
2857         * src/mutt.h
2858                 tidy up
2859
2860         * src/addrbook.[ch]
2861         * src/addrbook.[ch]
2862         * src/addrbook.[ch]
2863                 
2864
2865 2002-01-18 [paul]       0.7.0claws13
2866
2867         * sync with sylpheed 0.7.0cvs8
2868                 configure.in: support Mac OS X (Darwin)
2869
2870 2002-01-18 [carsten]    0.7.0claws12
2871         * src/html.c
2872                 small hack to fix a segfault with an empty href
2873                 (reported by Alexandra Walford <deeni@altern.org>)
2874         * src/mainwindow.c
2875         * src/summaryview.c
2876                 the shortcuts for Mark und Mark as unread are hardcoded
2877                 again
2878         * src/compose.c
2879         * src/gtkstext.[ch]
2880                 readded the shortcuts in gtkstext but made them
2881                 customizeable (simply by adding a menu plus a wrapper
2882                 to compose.c)
2883
2884 2002-01-17 [melvin]     0.7.0claws11
2885
2886         * src/gtkspell.c
2887                 fix default dictionary not being saved.
2888
2889 2002-01-16 [darko]      0.7.0claws10
2890
2891         * src/compose.c
2892                 fix wrapping crash with URL longer than wrapping margin
2893
2894 2002-12-08 [hoa]        0.7.0claws10
2895
2896         * src/matcher_parser_parse.y
2897                 fixed some bugs
2898
2899         * src/prefs_filtering.c
2900                 now, we can use bounce action in the dialog box.
2901
2902 2002-01-16 [carsten]    0.7.0claws9
2903         * src/gtkstext.c
2904                 removed the <control> and <alt> shortcuts because they're
2905                 not needed and interefered with the "normal" shortcuts
2906         * src/mainwindow.c
2907         * src/summaryview.c
2908                 removed most of the hardcoded shortcuts and assigned
2909                 them to menu entries making them easy customizable by
2910                 that
2911
2912 2002-01-16 |melvin]     0.7.0claws8
2913
2914         * src/gtkspell.c
2915                 fixed bug where using the mouse and when the compose
2916                 window is not on top may result in a crash.
2917
2918 2002-01-16 [melvin]     0.7.0claws7
2919
2920         * src/compose.c
2921                 fixed a long standingspell checker bug which could 
2922                 cause a crash after sending a message.
2923
2924 2002-01-16 [paul]       0.7.0claws6
2925
2926         * sync with sylpheed 0.7.0cvs7
2927                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
2928                 2002-01-15, and 2002-01-16
2929
2930 2002-01-16 [melvin]     0.7.0claws5
2931
2932         * README.claws
2933         * src/compose.c
2934         * src/gtkspell.[ch]
2935         * src/main.c
2936                 Heavily modified spell checker code to work around
2937                 ispell bug, to add keyboard shortcuts and for future
2938                 enhancements. See README.claws for usage information.
2939
2940 2002-01-15 [alfons]     0.7.0claws4
2941         
2942         * src/summaryview.c
2943                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
2944                 so sorting within threads reflects sort mode
2945
2946 2002-01-15 [christoph]  0.7.0claws3
2947
2948         * src/procmsg.c
2949                 added alertpanel if mail sending failed
2950
2951 2002-01-15 [alfons]     0.7.0claws2
2952         
2953         * src/prefs_filtering.c
2954                 don't stop timer when prefs filtering dialog is opened
2955
2956 2002-01-14 [alfons]     0.7.0claws1
2957
2958         * src/addr_compl.c
2959         * src/prefs.c
2960                 remove debug_print()s for privacy reasons
2961
2962 2002-01-14 [darko]      0.7.0claws
2963
2964         * README.claws
2965                 quotation wrapping is now also in the main branch
2966
2967 2002-01-14 [paul]
2968
2969         * tools/filter_conv.pl
2970                 allow for Boolean Op and case-sensitivity
2971                 this file is included in the release and tagged
2972                 'rel_0_7_0'
2973
2974 2002-01-13 [paul]       0.7.0claws
2975
2976         * release 0.7.0, with cvs tag 'rel_0_7_0'
2977
2978 2002-01-13 [paul]
2979
2980         * tools/filter_conv.pl
2981         * tools/README
2982                 rewritten to output to matcherrc instead of filteringrc
2983
2984         * po/es.po
2985                 updated Spanish translation by Ricardo Mones Lastra
2986
2987 2002-01-13 [alfons]
2988
2989         * po/nl.po
2990                 update dutch translation
2991
2992 2002-01-13 [paul]
2993
2994         * po/pt_BR.po
2995                 Updated by Fabio Junior Beneditto 
2996
2997 2002-01-13 [melvin]     0.6.6claws53
2998
2999         * po/fr.po
3000                 Updated french translation
3001
3002 2002-01-12 [alfons]     0.6.6claws52
3003
3004         * src/filtering.c
3005                 plug mem leak that has been sitting there for ages              
3006
3007 2002-01-12 [alfons]     0.6.6claws51
3008
3009         * src/summaryview.c
3010                 undo melvin's changes from 0.6.6claws48 because summary
3011                 view now refuses to select first unread message when
3012                 selecting a folder 
3013
3014 2002-01-11 [alfons]     0.6.6claws50
3015
3016         * src/import.c
3017                 use claws' semantics for getting folder item when
3018                 importing an mbox file into a folder 
3019                 (submitted by Dale P. Smith)
3020
3021 2002-01-11 [christoph]  0.6.6claws49
3022
3023         * src/prefs.h
3024                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
3025                 toggle widget, because non static prefs can not use
3026                 prefs_set_* functions
3027         * src/prefs_account.c
3028                 toggle smtp auth password field sensitivity if
3029                 user id is empty and add descrition of usage for
3030                 these fields
3031         * src/prefs_folder_item.c
3032                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
3033                 callbacks
3034
3035 2002-01-11 [melvin]     0.6.6claws48
3036
3037         * src/compose.c
3038                 fix the 'Ctrl-Enter' feature for sending and test really
3039                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
3040                 editables which was not documented in Gtk)
3041
3042         * src/summaryview.c
3043                 Made summaryview refresh after sorting and not before.
3044
3045 2002-01-11 [christoph]  0.6.6claws47
3046
3047         * src/compose.c
3048                 select account from account ids if possible and
3049                 correctly set save folder for copy in reedit
3050
3051 2002-01-10 [paul]       0.6.6claws46
3052
3053         * sync with sylpheed 0.7.0 release
3054                 see ChangeLog entries 2002-01-07, 2002-01-08 and
3055                 2002-01-09
3056
3057 2002-01-09 [alfons]
3058
3059         * src/summaryview.c
3060                 remove more dirt traces...
3061
3062 2002-01-09 [alfons]
3063         
3064         * src/summaryview.c
3065                 clean up some traces of my debugging stuff
3066
3067 2002-01-09 [alfons]     0.6.6claws45
3068
3069         * src/filtering.c
3070                 break up filteringprop_apply() in three separate pieces
3071                 so we can drop messages that failed processing in the
3072                 inbox
3073
3074         * src/summaryview.c
3075                 fix bug #469598 "no refresh of inbox after filter" which 
3076                 was introduced by the new summary view locking, and which 
3077                 prevented the summary view to update after a manual filter 
3078                 message. claw's filter message requires a summary_show().
3079                 (aargh, summary_show() again! :-)
3080                 
3081 2002-01-07 [alfons]     0.6.6claws44
3082
3083         * src/headerwindow.c
3084         * src/logwindow.c
3085         * src/messageview.c
3086         * src/sourcewindow.c
3087                 bring in Hiro's last 0.7.0 wm class fixes
3088
3089         * tools/sylprint.pl
3090                 bring in Ricardo's fix for sylprint script
3091
3092         * AUTHORS       
3093         * src/rfc2015.[ch]
3094         * src/prefs_common.[ch]
3095         * src/prefs_account.[ch]
3096         * src/compose.c
3097                 clean up account preference poison in rfc2015,
3098                 and preparation to fix double sign bug 
3099                 (patch submitted by Simon 'corecode' Schubert)
3100
3101 2002-01-07 [christoph]  0.6.6claws43
3102
3103         * src/mh.c
3104                 search for free message number, do not only rely
3105                 on last_num
3106         * src/send.c
3107                 fix smtp auth and use extra account information
3108                 if available, if not use pop3 data instead
3109                 (closes bug #500341)            
3110         * src/ssl.[ch]
3111                 match coding style
3112
3113 2002-01-06 [alfons]     0.6.6claws42
3114
3115         * src/mainwindow.c
3116                 try making the separate windows work again...
3117
3118 2002-01-06 [alfons]     0.6.6claws41
3119
3120         * src/mainwindow.c
3121                 adapt Hiro's separate window menu (to get rid of the funny
3122                 duplicate menu items), and make it work again
3123
3124 2002-01-06 [alfons]     0.6.6claws40
3125
3126         * tools/Makefile.am
3127         * tools/sylprint.rc
3128         * tools/sylprint.pl
3129         * tools/README.sylprint
3130                 add sylprint script for printing mails from Sylpheed
3131                 (contributed by Ricardo Mones Lastra)
3132
3133         * src/acount.c
3134                 clean up
3135
3136 2002-01-06 [melvin]     0.6.6claws39
3137
3138         * src/mainwindow.c
3139         * src/summaryview.c
3140                 Fixed crash introduced in 0.6.6claws38 by the menu
3141                 reorganisation (Hide read messages)
3142         
3143         * ChangeLog.claws 
3144                 Fixed typo (we are now in 2002, alfons ;) )
3145
3146 2002-01-05 [alfons]     0.6.6claws38
3147
3148         * sync with sylpheed 0.6.6cvs10-17
3149                 (last stuff marked as LAST_STABLE)
3150
3151 2002-01-04 [melvin]     0.6.6claws37
3152
3153         * src/account.c
3154                 Made account selection code use strcasestr again instead of
3155                 g_strcasecmp (fixes bug where reediting queued messages
3156                 did not select proper account reported by T. Link).
3157         
3158         * src/folderview.c
3159                 Fix bug where folder icons are not shown when 'hide read messages'
3160                 is on.
3161         
3162         * src/stock_pixmaps.[ch]
3163                 Added folder icons for 'hide read messages'.
3164         
3165         * src/compose.c
3166                 Fixed bug where 'Enter' in a header entry will send the message 
3167                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
3168
3169 2002-01-03 [melvin]     0.6.6claws36
3170         
3171         * src/prefs.[ch]
3172                 Added popup menu for common preferences and
3173                 account preferences (right click on tab displays
3174                                 a menu of all tabs.)
3175
3176 2002-01-02 [melvin]     0.6.6claws35
3177
3178         * src/gtkspell.[ch]
3179                 Made spelling code compatible with undo/redo feature.
3180                 Added creation of suggestion mode menu for the general
3181                         preferences.
3182         
3183         * src/prefs_common.[ch]
3184                 Added option menu for the speller's suggestion mode.
3185                 Added missing spaces in "..." buttons and made a "..."
3186                         button non translatable!
3187         
3188         * src/compose.c
3189                 Made speller use the default suggestion mode.
3190                 Hack to make it possible to choose 'CTRL-Enter' as a
3191                         shortcut for sending (and only for sending).
3192
3193         * src/prefs_folder_item.c
3194                 Changing subject simplification does not update cache 
3195                         anymore (because it is unnecessary).
3196                 Fixed bug where changing subject simplification updated the 
3197                         summaryview even when the viewed folder is not the
3198                         folder which properties are being changed. (E.g. 
3199                                         viewing folder A and changing
3200                                         the subject simplification of 
3201                                         folder B -not being viewed- updated the 
3202                                         summaryview of folder A with data of
3203                                         folder B). (Hope this is clear... )
3204
3205 2001-12-31 [alfons]     0.6.6claws34
3206         
3207         * src/ldif.c
3208         * src/mutt.c
3209                 fgetc() returns a signed integer which doesn't
3210                 fit in a char. so c truncates this to a char
3211                 but we may lose significant bits. i.e. we may
3212                 comparing 0xFF which may not be equal to -1
3213                 unless properly casted to signed char which
3214                 we won't do because fgetc() returns a signed
3215                 integer which doesn't fit in a char. so c 
3216                 truncates this to a char but we may lose 
3217                 significat bits. (you got the idea, thanks
3218                 to Gustavo Noronha Silva <kov@debian.org>
3219                 and the Debian folks!)
3220
3221 2001-12-30 [alfons]     0.6.6claws33
3222
3223         * src/prefs_common.c
3224                 add #ifdef USE_PSPELLs that Melvin forgot               
3225
3226 2001-12-30 [melvin]     0.6.6claws32
3227         
3228         * src/prefs_common.[ch]
3229                 Added configurable color for misspelled words.
3230
3231         * src/gtkspell.[ch]
3232                 Fixed bug of foreground text color (reported by David
3233                                 Mehrmann)
3234                 Added configurable color for misspelled words.
3235
3236 2001-12-30 [alfons]     0.6.6claws31
3237
3238         * src/folder.c
3239                 remove unnecessary things someone put there
3240
3241         * src/mh.c
3242         * src/folder.[ch]
3243                 make folder properties (like threading and sorting) persistent
3244                 (closes bug #497424 "rescan folder tree resets proprieties")
3245                 currently this is only for MH folders. 
3246
3247 2001-12-29 [melvin]     0.6.6claws30
3248
3249         * src/string_match.[ch]
3250                 Optimized a bit: regexp pattern buffer compiled only once, and
3251                   one subroutine call removed. Fixed ^ regexp search: Now, 
3252                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
3253         
3254         * src/summaryview.c
3255                 Subject filtering changed to filter summary columns and
3256                   not directly the messages subject cache. The loss in 
3257                   performance is balanced by the improvement of string_match.
3258                 Added an alert panel if there is an error in the regexp.
3259
3260         * src/src/prefs_folder_item.h
3261                 Added a regexp pattern buffer.
3262
3263 2001-12-28 [alfons]     0.6.6claws29
3264
3265         * src/string_match.[ch]
3266                 clean up name space
3267                 allow compilation *BSD
3268
3269 2001-12-27 [alfons]     0.6.6claws28
3270
3271         * src/filter.c
3272                 sync the Hiro's bug fix for BSD
3273
3274 2001-12-27 [melvin]     0.6.6claws27
3275         
3276         * src/compose.c
3277                 Simplify focus to subject entry code.
3278
3279 2001-12-27 [darko]      0.6.6claws26
3280
3281         * src/filtering.c
3282         * src/mbox_folder.c
3283         * src/messageview.c
3284         * src/mh.c
3285         * src/procheader.[ch]
3286         * src/procmsg.h
3287         * src/stock_pixmap.[ch]
3288         * src/summaryview.c
3289                 Show key icon for encrypted mails in summary view
3290
3291         * src/pixmaps/clip.xpm
3292         * src/pixmaps/clipkey.xpm
3293         * src/pixmaps/key.xpm
3294                 New/modified icons for the above
3295
3296 2001-12-27 [melvin]     0.6.6claws25
3297
3298         * src/prefs_common.c
3299                 Put spell checker options in a separate tab to decrease
3300                 the Common Preferences window height.
3301
3302         * README.claws  
3303                 Update spell checker usage instruction about its options
3304                 location.
3305
3306 2001-12-27 [melvin]     0.6.6claws24
3307
3308         * src/compose.c
3309                 Changed subject entry widget position. Initial focus is
3310                 on the To header instead of the subject entry.
3311                 Creating a new header scrolls the header list to make the
3312                 created one visible. Nevertheless, when automatically filling
3313                 headers, the first one is shown.
3314                 A Tab key press in the last empty header entry zips the 
3315                 focus to the subject entry.
3316                 (I did not change the combo boxes, yet)
3317
3318 2001-12-26 [alfons]     0.6.6claws23
3319
3320         * src/prefs_account.c
3321         * src/inc.c
3322                 allow default inbox to reside in another mailbox (only
3323                 works for POP3 accounts)
3324
3325 2001-12-26 [alfons]     0.6.6claws22
3326         
3327         * src/textview.c
3328                 make reply-on-click work with the account of the selected folder
3329         * src/compose.c
3330                 put a fixme here to remind me to fix finding correct default
3331                 account for nested folders
3332
3333 2001-12-25 [alfons]     0.6.6claws21
3334
3335         * src/summaryview.c
3336                 make column headers display locked and mark pixmaps (idea by Melvin) 
3337                 fix bug by adding score and locked column type to sort array
3338
3339 2001-12-25 [alfons]     0.6.6claws20
3340         
3341         * src/summaryview.c
3342                 catch a *potentially* inadvertent write back of  
3343                 the message cache(s) introduced by 0.6.5claws37
3344
3345 2001-12-25 [christoph]  0.6.6claws19
3346
3347         * src/stock_pixmap.[ch]
3348         * src/summaryview.c
3349                 add ignore thread pixmap
3350                 (can someone draw a better icon for this?)
3351
3352 2001-12-24 [alfons]     0.6.6claws18
3353
3354         * src/prefs_folder_item.c
3355                 make address completion actually work for the
3356                 Default To address in the Folder Property dialog.
3357
3358 2001-12-24 [alfons]     0.6.6claws17
3359         
3360         * src/summaryview.c
3361                 use new style regexp for subject stripping 
3362                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
3363
3364 2001-12-24 [darko]      0.6.6claws16
3365
3366         * src/pgptext.c
3367         * src/rfc2015.c
3368                 move GPG related informational messages to debug mode
3369
3370 2001-12-23 [alfons]     0.6.6claws15
3371
3372         * src/stock_pixmap.[ch]
3373         * src/summaryview.c
3374                 add the forgotten Claws' locked pixmap
3375
3376 2001-12-23 [alfons]     0.6.6claws14
3377
3378         * src/filesel.c
3379                 accept file name typed in entry in multi file
3380                 selector (patch submitted by Gustavo Noronha Silva 
3381                 <kov@debian.org>)
3382
3383 2001-12-23 [alfons]     0.6.6claws13
3384
3385         * src/prefs_filter.c
3386         * src/prefs_filtering.c
3387         * src/matcher.c
3388         * src/importmutt.c
3389                 clean up a little bit
3390         
3391         * src/string_match.c
3392                 validate input strings a little bit more
3393
3394 2001-12-23 [alfons]     0.6.6claws12
3395
3396         * src/Makefile.am
3397         * src/summaryview.c
3398         * src/string_match.[ch]         ** NEW **
3399         * src/folderview.[ch]
3400         * src/headerview.h
3401         * src/folder.[ch]
3402         * src/prefs_folder_item.[ch]
3403                 add subject simplification to strip out strings from
3404                 a subject line (esp. handy for mailing lists). 
3405                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
3406                 but slightly changed things for better integration.)
3407
3408 2001-12-23 [alfons]     0.6.6claws11
3409
3410         * src/mainwindow.c
3411                 fix bug introduced by submission included in 0.6.5claws52.
3412                 ideally this submission should clean the trash if any trash
3413                 folder has a message. however, the hasTrash variable was
3414                 set to false whenever a trash folder was empty (discarding
3415                 a previously found *filled* trash folder.)
3416
3417                 also edited the code a little bit and made it more safe.
3418
3419 2001-12-22 [alfons]     0.6.6claws10
3420
3421         * src/imap.c
3422                 quick fix for Martin Pool's omission of an account
3423                 specific SSL setting
3424
3425 2001-12-22 [alfons]     0.6.6claws9
3426
3427         * src/compose.c
3428         * src/messageview.c
3429         * src/mimeview.c
3430         * src/pgptext.c
3431         * src/procmime.[ch]
3432                 better support for multipart/digest (submitted
3433                 by Fredrik <e98fo@efd.lth.se>)
3434
3435 2001-12-22 [alfons]     0.6.6claws8
3436
3437         * src/addressbook.c
3438                 correct function signature
3439         * src/socket.[ch]
3440         * src/imap.[ch]
3441         * src/prefs_account.[ch]
3442                 allow IMAP over SSH tunnel (patch submitted by 
3443                 Martin Pool <mbp@samba.org>)
3444
3445 2001-12-21 [alfons]     0.6.6claws7
3446
3447         * sync with sylpheed 0.6.6cvs4-9
3448                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
3449
3450 2001-12-21 [christoph]  0.6.6claws6
3451
3452         * src/compose.c
3453         * src/prefs_folder_item.[ch]
3454                 implement saving of outgoing messages to current folder.
3455                 fix segfault when no default outbox is available
3456                 (closes bug #495683)
3457
3458 2001-12-21 [carsten]    0.6.6claws5
3459         * src/folderview.c
3460         * src/summaryview.c
3461                 pressing CTRL while DND does now the expected thing and
3462                 copies the mail (moving is still the default, as this
3463                 seam more appropriate for handling mails by DND)
3464
3465 2001-12-18 [paul]       0.6.6claws4
3466
3467         * sync with sylpheed 0.6.6cvs3
3468                 see ChangeLog entries 2001-12-18
3469
3470 2001-12-18 [hiro]       0.6.6claws3
3471
3472         * src/undo.c
3473                 fix for multibyte characters (obtain the number of letters
3474                 instead of bytes).
3475
3476 2001-12-17 [paul]       0.6.6claws2
3477
3478         * sync with sylpheed 0.6.6cvs1
3479                 see ChangeLog entry 2001-12-16
3480
3481 2000-12-17 [alfons]     0.6.6claws1
3482
3483         * src/filtering.c
3484                 clean up
3485
3486 2001-12-16 [paul]       0.6.6claws
3487 2001-12-15
3488
3489         * Release version 0.6.6claws, cvs tag: rel_0_6_6
3490
3491         * src/mimeview.c
3492                 last minute sync with main 0.6.6
3493
3494         * po/es.po
3495                 updated by Ricardo Mones Lastra
3496                 update for last minute sync
3497         * po/fr.po
3498         * po/nl.po
3499                 update for last minute sync
3500         * po/de.po
3501                 updated by Jens Oberender
3502         * po/pt_BR.po
3503                 updated by Fabio Junior Beneditto
3504
3505         * src/prefs_common.[ch]
3506         * src/undo.c
3507                 number of undo levels is user configurable
3508                 (squeeze it into the release in the dying
3509                 moments) Submitted by Jens Oberender    
3510
3511 2001-12-15 [melvin]
3512
3513         * po/fr.po
3514                 updated french translation
3515
3516 2001-12-15 [paul]       0.6.5claws92
3517
3518         * sync with sylpheed 0.6.5cvs28
3519                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
3520
3521         * po/nl.po
3522                 update to allow for sync
3523
3524 2001-12-15 [alfons]
3525         
3526         * po/nl.po
3527                 update dutch translation
3528
3529 2001-12-14 [carsten]    0.6.5claws91
3530         * src/summaryview.c
3531                 fixed bug #473785; also after changing the column order
3532                 the same message will be selected and displayed as before
3533                 the reordering
3534
3535 2001-12-14 [carsten]    0.6.5claws90
3536         * src/folderview.c
3537                 probably found the bug reported by wwb opening or closing
3538                 a folder tree just before dnd (found the solution in the
3539                 balsa source -- thanks to them)
3540
3541 2001-12-14 [carsten]    0.6.5claws89
3542         * src/gtkutils.c
3543         * src/account.c
3544                 moved gtk_clist_moveto to the right place, so that
3545                 only the accounts dialog is effected on opening
3546
3547 2001-12-14 [carsten]    0.6.5claws88
3548         * src/gtkutils.c
3549                 gtkut_clist_set_focus_row does a gtk_clist_moveto
3550                 now, so that the focused row will be seen in any case
3551                 (reported by wwp on sf-claws-user)
3552
3553 2001-12-14 [darko]      0.6.5claws87
3554
3555         * src/compose.c
3556                 remove unnecessary line
3557
3558 2001-12-14 [paul]       0.6.5claws86
3559
3560         * sync with sylpheed 0.6.5cvs27
3561                 see ChangeLog entries 2001-12-14
3562
3563 2001-12-14 [carsten]    0.6.5claws85
3564         * src/mainwindow.c
3565                 following a suggestion of Melvin the rcoabm pops up
3566                 right under the button now and the button is reliefed
3567                 while the popup is open
3568
3569 2001-12-14 [darko]      0.6.5claws84
3570
3571         * src/compose.c
3572                 fix crash when wrapping long lines if linewrap quotation
3573                 is disabled and wrapper encounters a word spanning more
3574                 than one line
3575
3576 2001-12-13 [paul]       0.6.5claws83
3577
3578         * src/compose.c
3579                 prefer 'Reply-To' header over mailing list header when
3580                 replying to a message. Finally prevent all those confirmation 
3581                 messages being sent to the list itself.
3582
3583         * src/summaryview.c
3584                 remove unused summary_set_menu_sensitive() entry
3585
3586 2001-12-13 [paul]       0.6.5claws82
3587
3588         * src/folderview.c
3589         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
3590         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
3591         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
3592                 improvements to 'Hide read messages': Inbox, Outbox,
3593                 Trash, Queue, and Draft icons now reveal presence of hidden 
3594                 messages
3595
3596 2001-12-12 [alfons]     0.6.5claws81
3597
3598         0.6.5claws80 was tagged as LAST_STABLE
3599
3600         * src/filtering.[ch]
3601         * src/matcher.[ch]
3602         * src/matcher_parser_lex.c
3603                 fix the filtering; my last attempt to get it right, 
3604                 if it does not work, it's Hoa's turn. ;-)
3605
3606                 for my honourable peers:
3607                 
3608                 the code now makes a clear distinction between
3609                 rules as they are displayed (probably escaped),
3610                 and as they are executed (probably unescaped). the
3611                 parser does *NOT* do any unescaping, this is
3612                 the task of the matcher.c (which breaks up a
3613                 rule into condition) and the filtering.c (which
3614                 breaks up the rule's action). to make this
3615                 run happily we provide an unescaped copy of
3616                 crucial strings to the MatcherProp and 
3617                 FilteringAction structures. note that the only
3618                 exception to this is any REGEXP string. those
3619                 are directly passed to regcomp() and regexp()
3620                 (who have much more powerful unescape functions).
3621                 
3622                 for everyone else:
3623         
3624                 you can escape tab (\t), carriage return (\r),
3625                 linefeed (\n), form feed (\f), quote (\"), 
3626                 single quote (\'), bell (\b) in all the entry
3627                 lines in the scoring & filtering dialogs.
3628                 as an added bonus this should not affect
3629                 existing filtering rules.
3630
3631 2001-12-12 [carsten]    0.6.5claws80
3632
3633         * src/summaryview.c
3634         * po/de.po
3635                 "item(s) selected" is now sensitive to 1 or more
3636                 than one selected (nice for language where simple
3637                 adding of a "s" is not possible as German (Eintrag
3638                 ->Eintr"age)
3639                 
3640                 the "forward as attachment" entry from the right
3641                 click menu removed, "forward" acts following the
3642                 prefs
3643         
3644         * src/textview.c
3645                 reverted my former changes; so compiler warning again
3646                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
3647                 nevertheless
3648
3649         * src/messageview.c
3650                 "search in message" does now *not* only work in MVIEW_TEXT
3651                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
3652                 message
3653
3654         * src/mainwindow.c
3655                 removed "/File/_Close" as it was the same as "/File/E_xit"
3656                 and we don't need it two times
3657
3658                 the separate folder view and message view now get a distinct
3659                 WMCLASS, just in case someone is using sawfish ;-)
3660
3661                 as the menu entries "/View/Message view" and "/View/Folder tree"
3662                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
3663                 make them sensitive accordingly and as these two are "shown"
3664                 after startup anytime check this menuitem at startup
3665
3666 2001-12-12 [paul]       0.6.5claws79
3667
3668         * src/folderview.c
3669                 fix sensitivity of 'Search folder...', broken in
3670                 0.6.5claws75
3671
3672         * src/mainwindow.c
3673                 fix dodgy English
3674
3675 2001-12-11 [carsten]    0.6.5claws78
3676         * src/filtering.c
3677                 fixed two typos returning a wrong FALSE/TRUE
3678         * src/mainwindow.[ch]
3679                 extra menu for email/news button removed
3680
3681 2001-12-11 [alfons]     0.6.5claws77
3682         
3683         * src/matcher.c                 (1.3)
3684         * src/matcher_parser_lex.l      (1.28)
3685                 revert for another attempt
3686                 mark 0.6.5claws77 as LAST_STABLE
3687
3688 2001-12-11 [christoph]  0.6.5claws76
3689
3690         * po/de.po
3691                 fixed wrong translation for prev. unread msg
3692
3693 2001-12-11 [paul]       0.6.5claws75
3694
3695         * src/folder.[ch]
3696         * src/folderview.c
3697         * src/mainwindow.c
3698         * src/summaryview.[ch]
3699         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
3700                 enable ability to hide read messages on per folder basis via 
3701                 '/Summary/Hide read messages'; when selected, a folder will 
3702                 have a red open folder icon, instead of a blue icon, if the 
3703                 folder contains hidden messges
3704                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
3705
3706         * src/mainwindow.c
3707                 remove '/Message/Forward as attachment' from 
3708                 main_window_set_menu_sensitive() to prevent debug warning
3709
3710         * src/folderview.c
3711         * src/mainwindow.c
3712                 Clean up some of the English
3713
3714         * tools/newscache_clean.pl
3715                 allow for new 'hidereadmsgs' entry in folderlist.xml
3716
3717         * po/es.po
3718                 updated translation, submitted by Ricardo Mones Lastra
3719
3720 2001-12-11 [paul]       0.6.5claws74
3721
3722         * sync with sylpheed 0.6.5cvs25
3723                 see ChangeLog entry 2001-12-11
3724
3725 2001-12-10 [alfons]     0.6.5claws73
3726
3727         * src/matcher.c
3728                 add more control characters
3729         * src/matcher_parser_lex.l
3730                 make escaping / unescaping work again
3731
3732 2001-12-10 [alfons]     0.6.5claws72
3733
3734         * src/imap.c
3735                 clean up warnings "returning value for void function" 
3736         * src/prefs_filtering.c
3737                 make info button for execute action sensitive
3738
3739 2001-12-10 [paul]       0.6.5claws71
3740
3741         * src/compose.c
3742         * src/imap.[ch]
3743         * src/summaryview.c
3744                 fix: imap server now gets informed of MARKED, UNMARKED
3745                 and REPLY events. Now people can use different IMAP-Mail
3746                 clients and have the exact same information about MARKED,
3747                 UNMARKED and REPLY status with all of them. Especially
3748                 useful for imap servers with a web-frontend.
3749                 submitted by Tobias Sandhaas <medlor@web.de>
3750
3751 2001-12-09 [melvin]     0.6.5claws70
3752         
3753         * src/textview.[ch]
3754                 fixed bug #490076 (hunted down by Alfons who implemented
3755                 a workaround in 0.6.5claws65)
3756
3757 2001-12-09 [christoph]  0.6.5claws69
3758
3759         * src/summaryview.c
3760                 set pointer to string in LOCKED column to NULL
3761                 (might fix bug #490800)
3762
3763 2001-12-09 [carsten]    0.6.5claws68
3764
3765         * po/de.po
3766                 resolved some cluttered menu shortcuts 
3767                 ('creating new email' and 'creating news message'
3768                 hade the same)
3769         * src/compose.c
3770                 wmclass now distinc from main window
3771         * src/mainwindow.c
3772           src/mainwindow.h
3773                 email/news and forward button functionality similar
3774                 to the reply buttons; removed the ugly dropdown arrows
3775                 and use instead the right mouse button
3776
3777 2001-12-09 [paul]       0.6.5claws67
3778
3779         * src/imap.c
3780         * src/utils.h
3781                 allow spaces in imap folder names
3782                 submitted by Willem van Engen <wvengen@stack.nl>
3783
3784 2001-12-09 [paul]       0.6.5claws66
3785
3786         * sync with sylpheed 0.6.5cvs24
3787                 see ChangeLog entry 2001-12-09
3788
3789 2001-12-08 [alfons]     0.6.5claws65
3790
3791         * src/textview.c
3792                 prevent secondary selection claim after "add to sender" dialog
3793                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
3794                 we trick GTK by simulating a click at (0, 0) in the textview.
3795
3796 2001-12-08 [hoa]        0.6.5claws64
3797
3798         * src/folder.c
3799                 fixed a bug about the .processing folder name while filtering
3800
3801 2001-12-08 [alfons]     0.6.5claws63
3802
3803         * src/folderview.c 
3804                 work around problem of not correctly updating folder stats
3805                 when deleting messages. there's some folder scanning evil
3806                 going so the folderview_update_msg_num() does not work
3807                 correctly. need to investigate this.
3808
3809 2001-12-08 [paul]       0.6.5claws62
3810
3811         * sync with sylpheed 0.6.5cvs23
3812                 see ChangeLog entry 2001-12-08
3813
3814 2001-12-07 [christoph]  0.6.5claws61
3815
3816         * src/compose.c
3817                 fix another header translation problem
3818
3819 2001-12-07 [alfons]     0.6.5claws60
3820
3821         * src/mbox.c
3822                 make filtering also work on local spool mbox
3823
3824 2001-12-07 [carsten]    0.6.5claws59
3825         * src/addressbook.c
3826                 addressbook window gets a wmclass distinct from the main
3827                 sylpheed window
3828         * src/compose.h
3829         * src/mainwindow.[ch]
3830                   forward menu item will use mode selected in prefs, forward 
3831                 as attatchment in menu removed (will be substituted in the
3832                 toolbar similar to reply buttons)
3833                   create news message menu entry and news button is now 
3834                 sensitive to the existance of a news account
3835         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
3836         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
3837         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
3838                 these are removed because the toolbar buttons don't show
3839                 the quoting modus any longer
3840
3841 2001-12-07 [paul]
3842
3843         * tools/newscache_clean.pl      ** NEW FILE **
3844                 perl script to do some tidying up in the newscache directory 
3845                 
3846         * tools/sylpheed-switcher       ** NEW FILE **
3847                 perl script to enable easy switching between main and claws
3848                 
3849         * tools/README
3850                 added descriptions of the two new perl scripts          
3851
3852
3853 2001-12-07 [melvin]     0.6.5claws58
3854
3855         * src/messageview.c
3856                 fixed a warning during compilation introduced in 0.6.5claws56
3857
3858 2001-12-07 [paul]       0.6.5claws57
3859
3860         * src/mainwindow.[ch]
3861         * src/menu.[ch]
3862                 further usability enhancements to replying with or without 
3863                 quoting via the toolbar, use of Ctrl key is replaced by 
3864                 drop down menu 
3865                 Submitted by Carsten Schurig            
3866
3867 2001-12-07 [melvin]     0.6.5claws56
3868
3869         * src/messageview.c
3870                 hack to fix bug that prevented to make/paste selections
3871                 after switching between MVIEW_TEXT and MVIEW_MIME views
3872                 without deselecting the selection first.
3873
3874 2001-12-06 [alfons]     0.6.5claws55
3875
3876         * src/filtering.[ch]
3877         * src/inc.c
3878                 revise filtering a little bit more, and make sure
3879                 messages are delivered to the appropriate inbox
3880                 (perhaps set per account)
3881
3882 2001-12-06 [paul]       0.6.5claws54
3883
3884         * sync with sylpheed 0.6.5cvs22
3885                 see ChangeLog entry 2001-12-06
3886
3887 2001-12-05 [alfons]     0.6.5claws53
3888
3889         * src/inc.c
3890         * src/folder.[ch]
3891         * src/procmsg.c
3892         * src/filtering.c
3893                 more revisions of filtering system
3894                 (last stable version is marked as LAST_STABLE)
3895                 
3896                 | NOTE 1): the filtering system now uses a local folder called
3897                 | .processing. if filtering fails, check this directory
3898                 | for missing messages.
3899                 |
3900                 | NOTE 2): help us find the filtering actions still missing
3901
3902 2001-12-05 [paul]       0.6.5claws52
3903
3904         * src/mainwindow.c
3905                 fix bug where 'Empty Trash?' pop-up window appears even
3906                 when Trash is empty, submitted by Jesse Skinner         
3907
3908 2001-12-05 [melvin]     0.6.5claws51
3909
3910         * src/compose.c
3911                 fixed bug #486106 to select correct account when reediting 
3912                 a queued message
3913         
3914 2001-12-04 [alfons]     0.6.5claws50
3915
3916         * src/mh.c
3917                 declare markfile in appropriate functions when
3918                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
3919                 for spotting this)
3920
3921 2001-12-04 [paul]       0.6.5claws49
3922
3923         * sync with sylpheed 0.6.5cvs21
3924                 see ChangeLog entry 2001-12-04
3925
3926 2001-12-03 [christoph]  0.6.5claws48
3927
3928         * po/de.po
3929                 changed translation of undo
3930         * src/account.c
3931         * src/folder.c
3932                 don't reinvent the wheel to traverse a GNode
3933         * src/compose.[ch]
3934                 seperate code to create the compose gui into functions
3935                 add "Others" page with folder selection for saving copy
3936                 of the message.
3937                 the folder identifier is saved to queue header
3938         * src/procmsg.c
3939                 save message to folder in queue header
3940
3941 2001-12-03 [paul]       0.6.5claws47
3942
3943         * sync with sylpheed 0.6.5cvs20
3944                 see ChangeLog entry 2001-12-03
3945
3946 2001-12-01 [paul]
3947
3948         * more sync with sylpheed 0.6.5cvs19
3949                 see ChangeLog entry 2001-11-29
3950
3951 2001-11-30 [paul]       0.6.5claws46
3952         
3953         * src/compose.c
3954                 remove conflicts introduced by Hoa's last commit
3955          
3956         * src/mainwindow.c
3957                 make 'Message/Bounce' sensitive
3958
3959 2001-11-30 [hoa]        0.6.5claws45
3960
3961         * src/compose.c
3962                 slightly change bounce function to add
3963                 information about the user that bounced the mail
3964                 in the From header line.
3965
3966         * src/folderview.c
3967                 permit the use of processing in outbox folder.
3968
3969 2001-11-29 [paul]       0.6.5claws44
3970
3971         * src/mainwindow.[ch]
3972         * src/prefs_common.c
3973         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
3974         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
3975         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
3976                 usability enhancements to the quoting, implements
3977                 use of Ctrl key to toggle quoting settings
3978                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
3979
3980 2001-11-29 [paul]       0.6.5claws43
3981         
3982         * sync with sylpheed 0.6.5cvs19
3983                 see ChangeLog entry 2001-11-28
3984
3985 2001-11-29 [melvin]     0.6.5claws42
3986         * src/Makefile.am
3987                 added enriched.[ch] to the list of files
3988
3989         * src/textview.c
3990         * src/mimeview.c
3991         * src/procmime.[ch]
3992         * src/enriched.[ch]
3993                 added support to view text/enriched
3994                 added support to show headers in message view for text/enriched and text/html
3995                         in non multipart messages
3996
3997 2001-11-28 [paul]       0.6.5claws41
3998
3999         * more sync with sylpheed 0.6.5cvs18
4000                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
4001
4002 2001-11-27 [paul]       0.6.5claws40
4003         
4004         * po/pt_BR.po
4005                 updated translation, submitted by Fabio Junior Beneditto
4006                 
4007         * sync with sylpheed 0.6.5cvs18
4008                 see ChangeLog entries 2001-11-26 (src/textview.c) and
4009                 2001-11-27
4010
4011
4012 2001-11-26 [paul]
4013
4014         * po/es.po
4015                 updated translation, submitted by Ricardo Mones Lastra
4016
4017 2001-11-26 [alfons]
4018
4019         * src/matcher.c
4020                 add more translatable strings
4021
4022 2001-11-26 [christoph]  0.6.5claws39
4023
4024         * po/de.po      
4025                 fixed one more umlaut
4026         * src/compose.c
4027                 fix translated header when it should not be translated
4028
4029 2001-11-26 [paul]       0.6.5claws38
4030
4031         * src/mainwindow.c
4032                 remove '/Message/Add Sender to address book' from 
4033                 main_window_set_menu_sensitive(), prevent debug warning
4034                 add 'Message/Mark/Mark all read' to mainwin_entries[]
4035
4036 2001-11-26 [paul]       0.6.5claws37
4037
4038         * src/summaryview.c
4039                 fix 'recurring unread state' bug 
4040
4041         * tools/README 
4042         * tools/filter_conv.pl
4043                 read name of top level mailbox from folderlist.xml
4044                 and presume nothing about its name              
4045
4046 2001-11-26 [darko]      0.6.5claws36
4047
4048         * src/gtkstext.[ch]
4049                 removed functions that are now in gtkutils.c
4050                 use gtkut_text_is_uri_string() from gtkutils.c
4051         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
4052
4053 2001-11-26 [paul]       0.6.5claws35
4054
4055         * sync with sylpheed 0.6.5cvs16
4056                 see ChangeLog entries 2001-11-25 and 2001-11-26
4057
4058 2001-11-25 [alfons]     0.6.5claws34
4059
4060         EXPERIMENTAL!!! Please checkout the last stable version using: 
4061           
4062         % cvs update -r LAST_STABLE -dRAP
4063
4064         (Or help us testing this stuff.)
4065
4066         * src/filtering.c               (1.14)
4067         * src/filtering.h               (1.6)
4068         * src/inc.c                     (1.28)
4069         * src/matcher.c                 (1.20)
4070         * src/mbox.c                    (1.9)
4071         * src/procmsg.h                 (1.14)
4072         * src/summaryview.c             (1.59)
4073         * src/summaryview.h             (dunno)
4074                 revert/merge/sync to as it was before commit 
4075                 on Thu, 19 Jul 2001 10:15:51 -0700.
4076
4077 2001-11-25 [hoa]        0.6.5claws33
4078
4079         * src/main.c
4080                 processing mails at startup
4081
4082         * src/folderview.c
4083         * src/summaryview.[ch]
4084                 processing mails when entering folder
4085
4086         * src/prefs_filtering.c
4087                 fixed some UI bugs
4088
4089 2001-11-24 [alfons]     0.6.5claws32
4090
4091         * src/summaryview.[ch]
4092                 make summary sort headers work, and also make
4093                 sure the sort type is stored
4094
4095 2001-11-23 [alfons]     0.6.5claws31
4096
4097         * src/summaryview.[ch]
4098                 make lock work like mark
4099                 disallow deleting messages marked as locked
4100
4101 2001-11-23 [alfons]     0.6.5claws30
4102
4103         * src/gtkstext.c
4104         * src/compose.[ch]
4105         * src/Makefile.am
4106         * src/undo.[ch]
4107                 merge undo patch submitted by Jens
4108
4109 2001-11-23 [christoph]  0.6.5claws29
4110
4111         * src/.cvsignore
4112                 added ylwrap
4113         * src/compose.c
4114                 fixed gpg signing and encoding
4115         * src/folder.[ch]
4116         * src/main.c
4117                 added --status option to get new, unread and total
4118                 message count from a running sylpheed
4119         * src/prefs_common.c
4120                 temporary fix for reply_with_quote problem
4121                 (don't call functions for non existing widget)
4122         * src/procmsg.c
4123                 one more check for ignored threads but still not
4124                 always working correctly. probably a recursive
4125                 check for all parents is needed
4126
4127 2001-11-23 [darko]      0.6.5claws28
4128
4129         * src/compose.c
4130                 wrapping on send improvements
4131         * src/gtkutils.[ch]
4132                 fix for GtkSText after last sync with main branch
4133                 GTK_TEXT -> GTK_STEXT
4134
4135 2001-11-23 [paul]       0.6.5claws27
4136
4137         * sync with sylpheed 0.6.5cvs14
4138                 see ChangeLog entries 2001-11-22 and 2001-11-23
4139                 
4140         * po/de.po
4141                 fixed the scrambled umlauts 
4142                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
4143
4144 2001-11-21 [paul]       0.6.5claws26
4145
4146         * sync with sylpheed 0.6.5cvs12
4147                 see 2nd ChangeLog entry dated 2001-11-20
4148
4149 2001-11-20 [paul]       0.6.5claws25
4150
4151         * sync with sylpheed 0.6.5cvs11
4152                 see ChangeLog entry 2001-11-19 (src/utils.c)
4153
4154 2001-11-20 [hiro]
4155
4156         * src/compose.c
4157                 GTK_TEXT -> GTK_STEXT
4158                 fix for wrong comment
4159
4160 2001-11-20 [hiro]       0.6.5claws24
4161
4162         * src/compose.[ch]
4163                 more merges from main branch
4164                 removed fatal warnings (uninitialized variables etc.)
4165                 some coding style fix
4166         * src/gtkutils.h
4167                 fixed typo.
4168         * src/addressbook.c
4169           src/addrindex.c
4170                 V-Card -> vCard
4171
4172 2001-11-19 [hoa]        0.6.5claws23
4173
4174         * src/filtering.c
4175         * src/prefs_scoring.c
4176         * src/matcher.[ch]
4177         * src/scoring.c
4178                 cleaning code
4179
4180         * src/matcher_parser_parse.y
4181         * src/prefs_filtering.c
4182                 bouncing
4183
4184 2001-11-19 [alfons]     0.6.5claws22
4185
4186         more of my old things into claws
4187
4188         * src/Makefile.am
4189         * src/prefs_common.c
4190         * src/procmsg.h
4191         * src/summaryview.[ch]
4192         * src/prefs_summary_column.c
4193         * src/pixmaps/locked.xpm
4194                 add indicators for locking of message in summary view
4195                 (does not work yet, only visual indicator)
4196
4197 2001-11-19 [paul]       0.6.5claws21
4198
4199         * sync with sylpheed 0.6.5cvs10
4200                 see ChangeLog entry 2001-11-19
4201
4202 2001-11-18 [alfons]     0.6.5claws20
4203         
4204         * src/filtering.c
4205                 remove an inadvertent free I forgot in previous clean up 
4206
4207 2001-11-18 [alfons]     0.6.5claws19
4208
4209         * src/filtering.[ch]
4210                 clean up & plug leaks
4211
4212 2001-11-18 [paul]       0.6.5claws18
4213
4214         * sync with sylpheed 0.6.5cvs9
4215                 see ChangeLog entries 2001-11-17 and 2001-11-18
4216
4217 2001-11-16 [paul]       0.6.5claws17
4218
4219         * sync with sylpheed 0.6.5cvs8
4220                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
4221
4222 2001-11-16 [paul]       0.6.5claws16
4223
4224         * sync with sylpheed 0.6.5cvs7
4225                 see ChangeLog entries 2001-11-15 and 2001-11-16
4226
4227 2001-11-15 [hoa]        0.6.5claws15
4228
4229         * src/compose.c
4230                 fix bounce, mails we received couln't be bounced to ourself.
4231
4232         * src/defs.h
4233         * src/filtering.[ch]
4234         * src/matcher.[ch]
4235         * src/matcher_parser.h
4236         * src/matcher_parser_lex.l
4237         * src/matcher_parser_parse.y
4238         * src/inc.c
4239         * src/main.c
4240         * src/mbox.c
4241         * src/prefs_filtering.[ch]
4242         * src/mainwindow.c
4243         * src/prefs_matcher.c
4244         * src/prefs_scoring.c
4245         * src/scoring.[ch]
4246         * src/summaryview.c
4247                 new matcher/filter/score configuration file parser
4248                 one unique configuration file => ~/.sylpheed/matcherrc
4249                 import in currently automatic, then save are made
4250                 in this new file.
4251                 one filter per folder and one global filter
4252                 (filter of a folder will be used as folder processing)
4253
4254         * src/folder.c
4255                 fix a bug in folder_item_get_identifier
4256                 
4257         * src/messageview.c
4258                 receive receipt return are fixed.
4259
4260 2001-11-14 [alfons]     0.6.5claws14
4261
4262         * src/session.h
4263                 add things from main branch to make claws compile
4264
4265 2001-11-14 [paul]       0.6.5claws13
4266
4267         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
4268                 see ChangeLog entries 2001-11-08 to 2001-11-14
4269
4270 2001-11-14 [hoa] 0.6.5claws12
4271
4272         * src/compose.[ch]
4273         * src/mainwindow.c
4274         * src/summaryview.c
4275                 add "bounce mail" option
4276
4277 2001-11-13 [christoph]  0.6.5claws11
4278
4279         * src/compose.c
4280                 Cleanup a mess i add before commiting
4281
4282 2001-11-13 [hoa]        0.6.5claws10
4283
4284         * src/compose.c
4285                 some fixes when mail are sent or
4286                 for crossposts
4287
4288 2001-11-13 [christoph]  0.6.5claws9
4289
4290         * po/de.po
4291                 Changed two string with the same translation
4292         * src/compose.c
4293         * src/procmsg.[ch]
4294         * src/send.[ch]
4295                 New mailsending process:
4296                   - Always queue message before sending
4297                     (message will be saved if sylpheed crashed or
4298                      freezes while sending)
4299                   - Allow queuing of newspostings
4300                   - No copy in outbox before sending
4301                     (closes bug #469501)
4302                   - No more redundant code for send and send_later
4303         * src/summaryview.c
4304                 Applied wwp <subscript@free.fr>'s patch that fixes
4305                 marks for multiple forwarded messages (+compose.c)
4306
4307 2001-11-12 [alfons]
4308
4309         * README.claws
4310                 remove things that are now in main branch
4311         
4312         * po/nl.po
4313                 update Dutch translation
4314
4315 2001-11-12 [mhadasht]   0.6.5.claws8
4316
4317         * src/prefs_common.c
4318                 re-enabled account autoselection feature for forward
4319                 and reedit lost during the branch point for SYNC-B4-REL
4320         * src/gtkspell.c
4321                 gtkpspell_get_dict(): more readable code (even if function is
4322                 not used yet)
4323         * ChangeLog.claws
4324                 added version number info to 2001-11-12 [hiro] comment.
4325
4326 2001-11-12 [hiro]       0.6.5.claws7
4327
4328         * src/compose.c
4329                 compose_forward(): fixed a bug that forward quote mark
4330                 wasn't used.
4331                 removed unnecessary code.
4332         * src/template_select.[ch]: removed.
4333
4334 2001-11-11 [alfons]
4335
4336         * src/compose.c
4337                 :%s/GTK_TEXT/GTK_STEXT/g
4338         
4339         * src/compose.[ch]
4340         * src/undo.[ch]
4341         * src/Makefile.am
4342                 revert the undo stuff (this is 0.6.6claws stuff)
4343
4344 2001-11-11 [hoa]        0.6.5.claws6
4345
4346         * src/compose.[ch]
4347                 Insert signature at the end of the text.
4348                 Added undo patch but currently disabled
4349
4350         * src/procmsg.c
4351                 Threading by subject improved.
4352
4353         * added src/undo.[ch]
4354                 Undo module for compose dialog box.
4355
4356 2001-11-11 [alfons]     0.6.5.claws5
4357
4358         * src/procmsg.c
4359                 prevent threading by subject on nodes that have already been
4360                 threaded by in-reply-to (as in "circular references in a tree
4361                 result in a dead branch")
4362
4363 2001-11-09 [hoa]        0.6.5.claws4
4364         
4365         * src/folderview.c
4366                 allows creation of mbox folder item from any files.
4367
4368 2001-11-09 [alfons]     0.6.5.claws3
4369         
4370         * src/utils.c
4371         * src/procmsg.c
4372                 do what I mean and correct threading by subject so it really
4373                 ignores attracting lines without "Re: "
4374
4375 2001-11-07 [alfons]     0.6.5.claws2
4376
4377         * src/procmsg.c
4378         * src/utils.[ch]
4379                 only attract by subject if a subject line starts with a "Re: "
4380         * src/syldap.c
4381                 remove warning
4382
4383 2001-11-07 [paul]       0.6.5claws1
4384
4385         * sync with sylpheed 0.6.5. release
4386                 see ChangeLog entry 2001-11-07
4387
4388 2001-11-07 [paul]       0.6.4claws31
4389
4390         * sync with sylpheed 0.6.4cvs18
4391                 see ChangeLog entries 2001-10-30 to 2001-11-07
4392                 prefs_templates.[ch] renamed prefs_template.[ch]
4393
4394 2001-11-06 [alfons]
4395         
4396         * src/utils.h
4397                 add semicolon Hoa forgot ;-)
4398                 
4399
4400 2001-11-06 [hoa]        0.6.4claws30
4401         
4402         * src/procmsg.c
4403         * src/summaryview.c
4404         * src/utils.c
4405         * src/utils.h
4406                 threading by subject - empty subject are ignored
4407
4408 2001-11-06 [christoph]  0.6.4claws29
4409
4410         * src/socket.c
4411                 use SSL_peek for sock_gets
4412         * src/utils.c
4413                 removed unneeded pointer in extracting quoted
4414                 names implementation
4415
4416 2001-11-06 [melvin]     0.6.4claws28
4417
4418         * src/gtkspell.c
4419                 fixed bug #476792 Selection overtyping with spell checker
4420                 fixed bug which could cause a buffer overflow
4421                 fixed a memory leak
4422
4423 2001-11-06 [hoa]        0.6.4claws27
4424         
4425         * src/procmsg.c
4426         * src/summaryview.c
4427                 threading by subject
4428
4429 2001-11-05 [alfons]     0.6.4claws26
4430         
4431         * README.claws
4432                 Claws -> Sylpheed (vice versa)
4433
4434         * src/compose.c
4435                 :%s/gtk_text/gtk_stext/g
4436                 :%s/GTK_TEXT/GTK_STEXT/g
4437                 (thanks to Jonathan Ware for spotting this)
4438
4439 2001-11-04 [christoph]  0.6.4claws25
4440
4441         * src/summaryview.c
4442                 replace Xalloca + strdup with Xstrdup_a
4443         * src/utils.c
4444                 better implementation of extracting quoted names
4445                 from addresses (remove backlashes and ignore
4446                 quotes after them)
4447
4448 2001-11-04 [alfons]     0.6.4claws24
4449
4450         * src/utils.[ch]
4451                 edit to comply more with coding style
4452
4453         * src/textview.c
4454                 fix bug reported by Kim Schulz. introduced by the patch integrated
4455                 in 0.6.4claws15. the code did not check the return value of
4456                 the html parser.
4457
4458         * AUTHORS
4459                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
4460
4461 2001-11-04 [christoph]  0.6.4claws23
4462
4463         * src/main.c
4464         * src/prefs_common.[ch]
4465                 init some pointers that possibly caused a segfault
4466                 reported in the claws-users ML
4467
4468 2001-11-04 [hoa]        0.6.4claws22
4469
4470         * src/grouplistdialog.c
4471                 change the names of the nodes in the tree
4472
4473         * src/compose.c
4474                 enhanced mailto syntax as described in
4475                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
4476                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
4477
4478         * src/utils.c
4479                 encode and decode URI (useful when opening URL into
4480                 netscape).
4481
4482 2001-11-03 [hoa]        0.6.4claws21
4483
4484         * src/grouplistdialog.c
4485                 a new newsgroups list selection dialog box
4486                 with a CTree instead of a CList
4487
4488 2001-11-03 [hoa]        0.6.4claws20
4489
4490         * src/folderview.c
4491                 enable property and scoring options when right
4492                 click on "inbox"
4493
4494         * src/summaryview.c
4495                 fixed bug when nickname were displayed using
4496                 the address book.
4497
4498 2001-11-02 [darko]      0.6.4claws19
4499
4500         * src/compose.c
4501                 new wrap quotation and URL/long words wrapping implementation
4502         * src/compose.c src/gtkstext.[ch]
4503                 move gtkstext_strncmp() to gtkstext.c
4504
4505 2001-11-01 [christoph]  0.6.4claws18
4506
4507         * src/prefs_account.c
4508                 fixed mess in account settings dialog
4509         * src/prefs_folder_item.c
4510                 added label with folder path to dialog
4511
4512 2001-10-31 [match]      0.6.4claws17
4513
4514         * src/vcard.c
4515                 fix memory leak.
4516         * src/addrbook.c
4517                 fix generation of spurious address book file names.
4518                 remove redundant functions.
4519         * po/POTFILES.in
4520                 added missing file names.
4521
4522 2001-10-30 [paul]       0.6.4claws16
4523
4524         * sync with sylpheed 0.6.4cvs6
4525                 see ChangeLog entries 2001-10-26 to 2001-10-30
4526
4527         * tools/filter_conv.pl
4528                 read folderlist.xml to discover whether the top-level
4529                 folder is called 'Mailbox' or 'Mail' 
4530
4531 2001-10-29 [paul]       0.6.4claws15
4532
4533         * src/html.c, src/textview.c
4534                 activate links in html mail and fix clickable parts
4535                 Submitted by Matthieu Dazy <dazy@t-surf.com>
4536
4537 2001-10-29 [paul]
4538
4539         * po/de.po, po/es.po, po/pt_BR/po
4540                 updated translations, submitted by Jens Oberender,
4541                 Ricardo Mones Lastra, and Fabio Junior Beneditto
4542
4543 2001-10-29 [darko]      0.6.4claws14
4544
4545         * src/compose.c
4546                 fix wrapping for good
4547
4548 2001-10-29 [darko]
4549
4550         * src/compose.c
4551                 undo previous change as it broke the smart wrapping
4552
4553 2001-10-29 [darko]      0.6.4claws13
4554
4555         * src/compose.c
4556                 fix infinite loop when long URL is quoted
4557                 (closes bug #475122.
4558
4559 2001-10-28 [match]
4560
4561         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
4562                 import Mutt address book
4563         * src/ldif.[ch] src/importldif.h
4564                 modified import LDIF handle user attributes
4565
4566 2001-10-28 [christoph]  0.6.4claws12
4567
4568         * src/summaryview.c
4569                 fixed that filtering did not work if there
4570                 were no filter rules
4571                 (closes bug #472003 and better implementation
4572                  of patch #474644)
4573
4574 2001-10-27 [christoph]  0.6.4claws11
4575
4576         * src/compose.c
4577                 make the folder's default account to be used when
4578                 replying. (patch by wwp <subscript@free.fr>)
4579         * src/compose.c
4580                 code cleanup, nearly killed all of wwp's patch
4581                 for folder's default account in compose
4582         * src/folderview.c
4583                 error panel when a folder could not be created
4584                 (closes bug #471080 new folder name & already
4585                  existing file)
4586
4587 2001-10-26 [alfons]
4588
4589         * src/utils.h
4590                 change prototype of strstr2() that Christoph forgot about
4591
4592 2001-10-26 [christoph]  0.6.4claws10
4593
4594         * src/account.c
4595                 made search for accounts by email address not case
4596                 sensitive
4597         * src/folder.c
4598                 fixed memory leak in folder_item_get_identifier
4599         * src/gtkspell.c
4600         * src/utils.c
4601                 fixed wrong strstr2 (should work like strstr)
4602
4603 2001-10-26 [darko]      0.6.4claws9
4604
4605         * src/compose.c src/gtkstext.[ch]
4606         * src/gtkstext.c
4607                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
4608
4609 2001-10-26 [paul]       0.6.4claws8
4610
4611         * src/html.c
4612                 ignore css and javascript tags in html mail
4613                 case-insensitive, with or without double-quoted
4614                 strings
4615
4616 2001-10-26 [paul]       0.6.4claws7
4617
4618         * sync with sylpheed 0.6.4cvs1
4619                 see ChangeLog entry 2001-10-26
4620
4621         * src/prefs_account.c, src/prefs_common.c,
4622           src/prefs_summary_column.c
4623                 minor improvements to the English
4624
4625 2001-10-25 [alfons]     0.6.4claws6
4626
4627         * src/gtkstext.c
4628         
4629                 make GtkSText follow style of GtkText (closes bug 
4630                 #469211 "text selection while writing message")
4631                 
4632                 do sync with GTK 1.2.10
4633
4634 2001-10-25 [paul]       0.6.4claws5
4635
4636         * src/html.c
4637                 ignore css tags in html mail
4638
4639 2001-10-25 [darko]      0.6.4claws4
4640
4641         * src/compose.c
4642                 don't declare is_url_string as static function since
4643                 we need it in gtkstext.c
4644         * src/gtkstext.c
4645                 remove unused variable
4646                 don't wrap long URLs while composing a message
4647
4648 2001-10-24 [christoph]  0.6.4claws3
4649
4650         * src/socket.c
4651                 fix ssl deadlock, when peer closes connection
4652
4653 2001-10-24 [paul]       0.6.4claws2
4654
4655         * src/prefs_common.c
4656                 gettextize the gpg ascii-armored warning message
4657
4658         * src/compose.c
4659                 insert a DOS/MAC file into the composed message
4660                 (improvements)
4661
4662         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
4663
4664 2001-10-22 [paul]       0.6.4claws1
4665
4666         * sync with sylpheed 0.6.4 release
4667                 see ChangeLog entries 2001-10-21
4668
4669         * po/fr.po, po/pt_BR.po
4670                 updated by Melvin Hadasht and Fabio Junior Beneditto
4671
4672 2001-10-21 [paul]       0.6.3claws30
4673
4674         * src/compose.c
4675                 insert a DOS text file from the compose window
4676                 into the composed message text (removes CRs characters)
4677                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
4678
4679         * tools/filter_conv.pl, tools/README
4680                 automatically use ~/.sylpheed as working directory
4681                 print out confirmation message on completion
4682
4683         * correct Hoa's last ChangeLog.claws entry
4684
4685 2001-10-20 [hoa]        0.6.3claws29
4686
4687         * src/grouplistdialog.c
4688                 bugfix (another ?) to give the right
4689                 newsgroups list for each news server.
4690
4691         * src/news.c
4692         * src/news.h
4693                 improve the newsgroups list cache
4694
4695 2001-10-20 [paul]       0.6.3claws28
4696
4697         * sync with sylpheed 0.6.3cvs9
4698                 see ChangeLog entry 2001-10-19
4699
4700         * correct Alfons' last ChangeLog.claws entry
4701
4702 2001-10-19 [alfons]
4703
4704         * src/pgptext.[ch]
4705                 fix compilation problems (part of bug #472895)
4706
4707 2001-10-18 [hoa]        0.6.3claws27
4708
4709         * src/grouplistdialog.c
4710                 bugfix when we refresh was clicked (bug 472701)
4711
4712 2001-10-19 [christoph]  0.6.3claws26
4713
4714         * src/compose.c
4715                 last header entry should default to "To:" or
4716                 "Newsgroups:" and not copy the last entry line
4717                 in a new compose window
4718                 (closes bug #472686, #470792)
4719
4720 2001-10-19 [paul]       0.6.3claws25
4721
4722         * sync with Sylpheed 0.6.3cvs8
4723                 see ChangeLog entries 2001-10-18 and 2001-10-19
4724
4725 2001-10-18 [christoph]  0.6.3claws24
4726
4727         * src/procmsg.c
4728                 reimplement ignore thread
4729         
4730 2001-10-18 [hoa]        0.6.3claws23
4731
4732         * src/folderview.c
4733         * src/grouplistdialog.[ch]
4734                 enhanced news subscription interface (feature 469113)
4735
4736         * src/news.c
4737         * src/news.h
4738                 enchanced newsgroup listing,
4739                 now, we can get groups informations
4740                 (NNTPGroupInfo)
4741
4742 2001-10-18 [paul]       0.6.3claws22
4743
4744         * src/summaryview.c
4745                 remove comment (sync with main branch)
4746         * src/mainwindow.c
4747                 fix 'Re-edit' bug in 'Message' menu
4748
4749 2001-10-17 [christoph]  0.6.3claws21
4750
4751         * src/compose.c
4752                 ignore empty or whitespace only header lines
4753
4754 2001-10-17 [paul]       0.6.3claws20
4755
4756         * sync with sylpheed 0.6.3cvs7
4757                 see ChangeLog entries 2001-10-14, 2001-10-16, and
4758                 2001-10-17
4759
4760 2001-10-17 [darko]
4761
4762         * src/compose.c
4763                 wrap long lines without spaces
4764                 don't wrap URLs
4765
4766 2001-10-16 [paul]
4767
4768         * po/es.po, po/nl.po, po/pt_BR.po
4769                 updated by Ricardo Mones Lastra, Alfons,
4770                 and Fabio Junior Beneditto
4771
4772         * sylpheed-0.6.3claws released
4773
4774 2001-10-15 [melvin] 0.6.3claws18
4775
4776         * README.claws
4777                 added summary and detailed installation instructions
4778                 for spell checker
4779         * po/fr.po
4780                 Updated, corrected and completed french translation
4781
4782 2001-10-15 [hoa] 0.6.3claws17
4783         * src/grouplistdialog.c
4784                 we can choose the newsgroups to display with wildcards
4785
4786 2001-10-15 [christoph]  0.6.3claws16
4787
4788         * src/account.c
4789         * src/compose.c
4790         * src/prefs_folder_item.[ch]
4791                 applied wwp <subscript@free.fr>'s folder
4792                 default account patch
4793         * po/de.po
4794                 Fixed wrong translation
4795
4796 2001-10-13 [alfons, christoph, melvin]  
4797                         0.6.3claws15
4798
4799         solution #2 to solve MT-safety problems defers all GUI related calls
4800         to the main thread using a gtk_idle_add() callback. discussed on
4801         ircnet #sylpheed, with christoph spotting some issues with the
4802         original code, and melvin allowing us to lobotomize his sylpheed.
4803
4804         * src/syldap.[ch], src/main.c
4805                 fix race problem in ldap search thread by deferring GUI 
4806                 stuff to main thread using gtk_idle_add()
4807
4808 2001-10-13 [paul]       0.6.3claws14
4809
4810         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
4811                 add Sergey's smtpcred.patch
4812                 adds separate username/password setting for SMTP Auth
4813                 needed by some servers
4814                 (closes feature request #471659)
4815
4816 2001-10-13 [paul]       0.6.3claws13
4817
4818         * src/pgptext.[ch] **NEW FILES**
4819         * src/Makefile.am, src/messageview.c, src/mimeview.c
4820                 decrypt ascii-armored gpg text embedded in
4821                 the message body.
4822                 Submitted by Jens Jahnke <jan0sch@gmx.net>
4823
4824 2001-10-13 [christoph]  0.6.3claws12
4825
4826         * README.claws
4827                 some more details on default to and
4828                 feature requests
4829         * src/main.c
4830                 init glib threading when ldap is used
4831         * src/syldap.c
4832                 threading fixes
4833         * po/de.po
4834                 fixed a typo
4835
4836 2001-10-12 [paul]       0.6.3claws11
4837
4838         * src/prefs_common.[ch], src/rfc2015.c
4839                 enable ascii-armored gpg text to be embedded in the
4840                 message body, selectable through the 'Privacy'
4841                 preferences. Supports encrypting only.
4842                 Submitted by Ravemax <ravemax@dextrose.com>
4843
4844 2001-10-12 [paul]       0.6.3claws10
4845
4846         * sync with sylpheed 0.6.3cvs6
4847                 see ChangeLog entries 2001-10-11 and 2001-11-12
4848
4849         * src/folderview.c
4850                 incorporated mbox folders, scoring, and folder
4851                 properties into the sync
4852
4853 2001-10-12 [darko]      0.6.3claws9
4854
4855         * README.claws
4856                 describe quotation wrapping
4857         * src/compose.c
4858                 don't treat tab as space to calculate line length properly
4859
4860 2001-10-11 [alfons]
4861
4862         * README.claws
4863                 correct description of how to make new filtering system work,
4864                 add some other things
4865                 
4866         * src/syldap.c
4867                 remove sched_yield() (not necessary / unportable)
4868
4869 2001-10-11 [paul]       0.6.3claws8
4870
4871         * sync with sylpheed 0.6.3cvs3
4872                 see ChangeLog entry 2001-10-10
4873
4874 2001-10-10 [christoph]  0.6.3claws7
4875
4876         * .cvsignore
4877                 ignore 2 files created by newer autotools
4878         * src/prefs_folder_item.c
4879                 using table for widget alignment
4880                 fixed memory leak and broken octal display
4881         * src/filesel.c
4882                 fixed segfault caused by lost filename
4883                 workaround (closes bug #469551)
4884
4885 2001-10-10 [paul]       0.6.3claws6
4886
4887         * sync with sylpheed 0.6.3cvs2
4888                 see ChangeLog entries 2001-10-09 and 2001-10-10
4889
4890 2001-10-10 [darko]      0.6.3.claws5
4891
4892         * src/gtkstext.c
4893                 proper calculation of right margin if smart wrapping is enabled
4894         * src/compose.c
4895                 automatically wrap long lines if wrap quotation is enabled
4896
4897 2001-10-09 [alfons]     0.6.3.claws4
4898
4899         * src/summaryview.c
4900                 select correct row when deleting last row in the summary view (and
4901                 close bug "[ #469104 ] select second last in list when deleting")
4902
4903 2001-10-09 [paul]       0.6.3claws3
4904
4905         * sync with sylpheed 0.6.3cvs1
4906                 updated some autotool scripts
4907
4908 2001-10-09 [darko]      0.6.3claws2
4909
4910         * src/gtkstext.[ch]
4911                 new name and mark with Sylpheed comment
4912         * src/compose.c
4913                 smart quotation wrapping a-la VIM
4914
4915 2001-10-08 [paul]       0.6.3claws1
4916
4917         * sync with sylpheed 0.6.3 release
4918                 see ChangeLog entry 2001-10-08
4919
4920 2001-10-08 [paul]       0.6.2claws24
4921
4922         * src/summaryview.c
4923                 more sync with sylpheed 0.6.2cvs12
4924                 Fixed the bug that didn't select the last row correctly
4925
4926
4927 2001-10-07 [paul]       0.6.2claws23
4928
4929         * sync with sylpheed 0.6.2cvs12
4930                 see ChangeLog entry 2001-10-07
4931
4932 2001-10-06 [match]
4933         * src/jpilot.[ch]
4934                 enable jpilot to read unsynch'ed addresses.
4935
4936         * src/editldap_basedn.c
4937                 fix segfault when opening dialog.
4938
4939 2001-10-06 [alfons]     0.6.2.claws22
4940
4941         * src/summaryview.c
4942                 fix bug with summary view selecting last *inserted*
4943                 node instead of last *visible* node. remember we
4944                 work with a tree
4945
4946 2001-10-06 [paul]       0.6.2claws21
4947
4948         * po/pt_BR.po
4949                 updated translation, contains some fixes and new
4950                 translations, submitted by Gustavo Noronha Silva
4951                 <kov@debian.org>
4952
4953         * src/prefs_common.c
4954                 change 'each' to 'every' - fix dubious English
4955
4956         * sync with sylpheed 0.6.2cvs11
4957
4958 2001-10-05 [alfons]     0.6.2claws20
4959
4960         * src/mainwindow.[ch], src/folderview.c
4961                 make composite tool button switch between "Compose News"
4962                 and "Compose Mail" depending on selected folder
4963                 (nifty idea by Kim Schulz <kim@schulz.dk>)
4964
4965 2001-10-05 [paul]       0.6.2claws19
4966
4967         * src/mainwindow.c, src/summaryview.c
4968                 fix 'Message/Reply to all', broken in last commit
4969
4970         * src/compose.c
4971                 fix X_BEENTHERE seg fault, thanks to Alfons
4972
4973 2001-10-04 [paul]       0.6.2claws18
4974
4975         * src/compose.[ch], src/mainwindow.c
4976                 make "Message/Reply" reply to mailing lists; matches
4977                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
4978                 based on portions of the patch submitted by
4979                 Junichi Uekawa <dancer@netfort.gr.jp>
4980
4981 2001-10-04 [darko]      0.6.2claws17
4982
4983         * src/compose.c
4984                 better smart wrapping
4985         * src/gtkstext.[hc]
4986                 a function to make text buffer contiguous
4987
4988 2001-10-03 [paul]       0.6.2claws16
4989
4990         * sync with sylpheed 0.6.2cvs10
4991
4992 2001-10-02 [alfons]
4993
4994         * configure.in
4995         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
4996                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
4997                 references to chinese translations (hope someone picks up
4998                 this)
4999
5000 2001-10-02 [christoph]  0.6.2claws15
5001
5002         * src/compose.c
5003                 fixed non translated header bug
5004         * ChangeLog.claws
5005                 fixed wrong date in alfons last entry ;)
5006
5007 2001-10-02 [alfons]     0.6.2claws14
5008
5009         * src/compose.c, src/prefs_common.[ch]
5010                 add block cursor option
5011
5012 2001-10-02 [paul]       0.6.2claws13
5013
5014         * sync with sylpheed 0.6.2cvs9
5015
5016 2001-09-30 [paul]       0.6.2claws12
5017
5018         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
5019                 updated translations
5020
5021         * po/POTFILES.in
5022                 add 'src/importldif.c'
5023
5024         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
5025                 added eudora-to-vCard conversion tool
5026                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
5027
5028         * sync with sylpheed 0.6.2cvs8
5029
5030 2001-09-30 [paul]
5031
5032         * sylpheed-0.6.2claws released
5033
5034 2001-09-27 [melvin]     0.6.2claws11
5035
5036         * src/gtkspell.c
5037                 fixed crash when using default path (introduced 
5038                 in 0.6.2claws10)
5039                 fixed tiny bug for initial suggestion mode
5040
5041 2001-09-27 [melvin]     0.6.2claws10
5042         
5043         * src/gtkspell.c
5044                 fixed bug where gtkpspell didn't set the path correctly
5045
5046         * README.claws
5047                 added a paragraph about spell checking
5048                 
5049
5050
5051 2001-09-27 [paul]       0.6.2claws9
5052
5053         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
5054                 replace '// comments' with '/* comments */' to prevent
5055                 some compiler warnings 
5056
5057         * sync with sylpheed 0.6.2cvs6
5058
5059 2001-09-26 [alfons]     0.6.2claws8
5060
5061         * src/messageview.c
5062                 introduce return receipt request notification again,
5063                 which was lost because of other semantics in 
5064                 procheader_parse() (???)
5065
5066 2001-09-26 [christoph]  0.6.2claws7
5067
5068         * src/compose.c
5069                 replace comments for old code with #if 0
5070                 readded auto cc, bcc and reply-to
5071         * src/prefs_matcher.c
5072         * src/prefs_scoring.c
5073                 removed some definition (was moved to
5074                 prefs.h)
5075
5076 2001-09-26 [paul]       0.6.2claws6
5077
5078         * src/mainwindow.c
5079                 make 'Follow-up and reply to' sensitive
5080
5081         * more sync with sylpheed 0.6.2cvs5
5082
5083 2001-09-25 [melvin]
5084
5085         * 0.6.2claws5
5086
5087         * src/gtkspell.c
5088                 fixed bug for "US-ASCII" introduced by the encoding code
5089
5090 2001-09-25 [paul]
5091
5092         * 0.6.2claws4
5093
5094         * src/prefs_common.[ch], src/summaryview.c
5095                 'next unread msg' 'go to next folder?' dialog can be
5096                 given default behaviour, either always show dialog,
5097                 or assume 'yes', or assume 'no'
5098                 Submitted by wwp <subscript@free.fr>
5099
5100 2001-09-25 [melvin]
5101                 
5102         * src/compose.c src/gtkspell.[ch]
5103                 added support for different encodings
5104
5105 2001-09-25 [paul]
5106
5107         * more sync with sylpheed 0.6.2cvs5
5108
5109 2001-09-24 [alfons]
5110         
5111         * src/prefs_folder_item.c
5112                 add check for item->prefs->default_to string is NULL and
5113                 add another check when freeing this string
5114
5115 2001-09-24 [paul]
5116
5117         * configure.in
5118                 change to version 0.6.2claws3
5119
5120         * sync with sylpheed 0.6.2cvs5 
5121
5122 2001-09-24 [match]
5123         * src/ldif.[ch], src/importldif.[ch], addressbook.c
5124                 import LDIF files.
5125         * src/addrcache.[ch], addrindex.[ch]
5126                 small update for future
5127         * src/addrbook.c
5128                 fix test XML file.
5129
5130 2001-09-24 [melvin]
5131         * src/gtkspell.[ch]
5132                 added 'Learn from mistakes' option
5133                 better handling of quotes in checked words
5134                 sorted dict list
5135         * po/fr.po
5136                 small update for spell checking stuff
5137
5138 2001-09-23 [alfons]
5139         
5140         * src/gtkspell.c
5141                 edit a little bit so it complies more with main coding style
5142
5143 2001-09-23 [alfons]
5144
5145         * src/folder.[ch], prefs_folder_item.c, compose.c
5146                 migrate "request return receipt" folder property
5147                 to folderlist.xml
5148
5149 2001-09-22 [alfons]
5150
5151         * README.claws **NEW**
5152                 (add things of interest for users of main branch 
5153                 and claws here)
5154
5155         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
5156                 re-implement threading per folder option, but store 
5157                 the setting in folderlist.xml (where it belongs)
5158
5159 2001-09-21 [melvin]
5160
5161         * src/gtkspell.[ch]
5162                 fixed bug when compose window is under another window
5163         * src/prefs_common.[ch] src/compose.c
5164                 changed 'dictionary_path' to 'dictionary' to be consistent
5165                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
5166         * ac/pspell.m4 src/Makefile.am 
5167                 dropped PSPELL_PATH macro
5168         * po/fr.po
5169                 updated translations
5170
5171 2001-09-21 [christoph]
5172
5173         * src/compose.c
5174                 added border around header fields
5175                 keep header type when new field is added
5176
5177 2001-09-20 [christoph]
5178
5179         * src/utils.[ch]
5180                 more portable debug_print with source filename
5181                 and linenumber
5182         * src/procmsg.c
5183                 more newlines after debug messages
5184
5185 2001-09-20 [paul]
5186
5187         * configure.in
5188                 change to version 0.6.2claws2
5189
5190         * sync with sylpheed 0.6.2cvs3
5191
5192 2001-09-19 [melvin]
5193
5194         * src/gtkspell.c
5195                 fixed the post-right-click focus pb
5196                 fixed crash when 'Spell check all' after dict change 
5197                         and when cursor is at the end of the text
5198                 shift-right-click pops up config menu even on misspelled words.
5199         * po/POTFILES.in
5200                 added gtkspell.c
5201
5202 2001-09-19 [melvin]
5203
5204         * src/about.c
5205                 added pspell to compiled-in features list
5206
5207 2001-09-18 [melvin]
5208
5209         * switched to pspell and dropped ispell
5210         * ac/pspell.m4
5211                 new file. autoconf macro for pspell
5212         * ac/Makefile.am 
5213         * configure.in acconfig.h
5214                 added pspell support
5215         * src/Makefile.am
5216         * src/main.c src/compose.[ch] src/gtkspell.[ch]
5217         * src/prefs_common.[ch] 
5218                 added pspell support
5219
5220 2001-09-18 [christoph]
5221
5222         * src/addr_compl.c
5223         * src/template.[ch]
5224                 replace LOG_MESSAGE with debug_print
5225         * src/compose.[ch]
5226                 gui improvements
5227         * src/menu.c
5228                 added newline after debug message
5229         * src/utils.h
5230                 using __VA_ARGS__ for debug_print macro
5231         * tools/.cvsignore
5232                 ignore Makefile and Makefile.in
5233
5234 2001-09-18 [paul]
5235
5236         * configure.in
5237                 change to version 0.6.2claws1
5238         * sync with sylpheed 0.6.2cvs1
5239
5240         * src/matcher.c 
5241         * src/prefs_matcher.c
5242                 add 'score equal to' option, submitted by
5243                 Paul Evans <nerd@freeuk.com>
5244
5245 2001-09-15 [christoph]
5246
5247         * src/mainwindow.c
5248                 comment out menu entry not existing in claws
5249         * src/menu.c
5250                 add debug output for non existing menu entries
5251         * src/summaryview.c
5252                 fix next/prev unread message for ignored threads
5253         * src/utils.[ch]
5254                 add sourcefile and line number to debug output
5255                 otherwise it is sometimes hard to find the
5256                 source code part if debug messages are translated
5257
5258 2001-09-14 [darko]
5259         
5260         * src/folderview.c
5261                 refresh target folder style after colour is changed
5262
5263 2001-09-13 [paul]
5264
5265         * configure.in
5266                 change to version 0.6.1claws3
5267
5268         * sync with sylpheed 0.6.1cvs6
5269
5270 2001-09-13 [darko]
5271         
5272         * src/folderview.c
5273                 fix target folder colourization to use user selected colour
5274
5275 2001-09-12 [darko]
5276         
5277         * src/summaryview.c
5278                 fix crash when message that is marked for copy/move is unmarked
5279
5280 2001-09-09 [paul]
5281
5282         * configure.in
5283                 change to version 0.6.1claws2
5284
5285         * sync with sylpheed 0.6.1cvs3
5286
5287 2001-09-09 [alfons]
5288         
5289         * src/folderview.c
5290                 fix bug with default font used for trash folder text
5291
5292 2001-09-06 [paul]
5293
5294         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
5295                 updated translations
5296
5297         * configure.in
5298                 change to version 0.6.1claws1
5299
5300         * sync with sylpheed 0.6.1cvs2
5301
5302 2001-09-03 [paul]
5303
5304         * po/POTFILES.in
5305                 add Match's new addressbook
5306
5307         * po/de.po
5308                 updated translation submitted by Jens Oberender
5309
5310 2001-09-02 [paul]
5311
5312         * configure.in
5313                 change to 0.6.1claws
5314         * sync with sylpheed 0.6.1 release
5315
5316 2001-09-02 [paul]
5317
5318         * configure.in
5319                 change to 0.6.0claws2
5320
5321         * sync with sylpheed 0.6.0cvs4
5322
5323         * po/pt_BR.po
5324                 updated translation submitted by Fabio Junior Beneditto
5325
5326 2001-09-01 [match]
5327         * pixmaps/
5328                 interface.xpm
5329                 book.xpm
5330                 address.xpm
5331         * src/
5332                 Makefile.am
5333                 a ton of new files
5334
5335 2001-08-31 [paul]
5336
5337         * configure.in
5338                 change to version 0.6.0claws1
5339
5340         * sync with sylpheed 0.6.0cvs1
5341
5342         * po/es.po
5343                 updated translation submitted by Ricardo Mones Lastra
5344
5345         * po/POTFILES.in
5346                 add 'src/prefs_templates.c'
5347
5348         * src/compose.c, src/summaryview.c
5349                 fix segfault on 'Re_edit'               
5350
5351 2001-08-30 [alfons]
5352
5353         * configure.in, Makefile.am
5354         * tools/Makefile.am
5355                 add tools directory to source distribution
5356
5357 2001-08-30 [paul]
5358
5359         * configure.in
5360                 change to version 0.6.0claws
5361
5362         * sync with sylpheed 0.6.0 release
5363
5364 2001-08-30 [christoph]
5365
5366         * configure.in
5367                 removed autoconf version check
5368
5369 2001-08-30 [paul]
5370
5371         * src/account.c, src/compose.c, src/prefs_common.[ch]
5372         * src/procheader.[ch] src/utils.[ch]
5373                 Enhanced automatic account selection on replies
5374                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
5375
5376         * configure.in
5377                 add LDAP and JPilot to the configuration results output.
5378
5379 2001-08-29 [christoph]
5380
5381         * src/summeryview.c
5382                 no bold font for ignored threads
5383
5384 2001-08-29 [paul]
5385
5386         * configure.in
5387                 change to version 0.5.3claws6
5388
5389         * sync with sylpheed 0.5.3cvs10
5390                 src/stringtable.[ch]: New Files
5391
5392         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
5393         * src/pixmaps/sylpheed.xpm
5394                 add mini-icons to windows (by Alfons)
5395
5396 2001-08-27 [paul]
5397
5398         * src/mainwindow.c
5399                 new functions: next_labeled_cb(), prev_labeled_cb()
5400
5401         * src/summaryview.c
5402                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
5403                 summary_select_next_labeled(), summary_select_prev_labeled()
5404
5405         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
5406                 give claws blue folders and a blue trash can
5407
5408 2001-08-27 [paul]
5409
5410         * configure.in
5411                 change to version 0.5.3claws5
5412
5413         * sync with sylpheed 0.5.3cvs9
5414                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
5415
5416 2001-08-24 [christoph]
5417
5418         * src/filesel.c
5419                 keep filename when browsing directories
5420                 (not working for user entered filename, but
5421                  for default name and selected filename from
5422                  file list)
5423         * src/mainwindow.c
5424                 fixed wrong spelling "Folllow-up"
5425         * src/mbox_folder.c
5426         * src/procmsg.c
5427         * src/summaryview.c
5428                 fixed new/unread message count with ignored
5429                 threads (2 commits, first didn't notice no
5430                 longer needed decreasing)
5431         * src/inc.c
5432                 readded scrolling of progress dialog
5433                 (lost in sync)
5434
5435 2001-08-24 [paul]
5436
5437         * configure.in
5438                 change to 0.5.3claws4
5439
5440         * sync with sylpheed 0.5.3cvs7
5441
5442 2001-08-24 [christoph]
5443
5444         * src/compose.c
5445                 set request return receipt when replying
5446                 if it is set is the folder prefs of the
5447                 message
5448         * src/inc.c
5449                 disable final error popup if popups are
5450                 disabled in config (again)
5451
5452 2001-08-23 [paul]
5453
5454         * configure.in
5455                 Change version number to 0.5.3claws3
5456
5457         * sync with sylpheed 0.5.3cvs5
5458
5459         * src/mimeview.c
5460                 double quote '%s' in 'gedit %s' to fix bug when
5461                 opening attachment with spaces in the name
5462
5463 2001-08-22 [alte]
5464         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
5465           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
5466                 initial message templates support
5467
5468
5469 2001-08-22 [paul]
5470
5471         * configure.in
5472                 change version number to 0.5.3claws2
5473
5474         * sync with sylpheed 0.5.3cvs4
5475
5476         * src/procmsg.h src/summaryview.c
5477                 re-implement (un)ignore thread
5478
5479 2001-08-21 [paul]
5480
5481         * src/summaryview.c
5482                 remove unnecessary code
5483         * src/compose.c
5484                 enable 'dynamic' signatures (submitted by
5485                 Eric Limpens <eric@hscg-internet.nl>)
5486
5487 2001-08-21 [paul]
5488
5489         clean up after sync with sylpheed 0.5.3 release
5490
5491         * src/folderview.c
5492                 fix re-introduced font mess, see Christoph's
5493                 entry 2001-06-24
5494
5495         * src/summaryview.c
5496                 remove prev_msgnum
5497                 use sylpheed's small font instead of
5498                 gtk default font for summary view
5499
5500
5501 2001-08-17 [paul]
5502
5503         * configure.in
5504                 add pl to ALL_LINGUAS - sync with main branch
5505
5506         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
5507                 Updated. Translations by Jens Oberender, Ricardo Mones
5508                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
5509
5510         * po/pl.po  ** NEW FILE **
5511                 sync with the main branch
5512
5513         * src/folderview.c
5514                 fix target folder colorizing and refresh problem
5515
5516
5517 2001-08-17 [christoph]
5518
5519         * src/mainwindow.c
5520                 claws uses 4 colors for target folder coloring.
5521                 arrays were not long enough and destroyed the
5522                 stack causing a segfault.
5523                 target folder colorizing does not work anymore
5524                 for me
5525
5526 2001-08-16 [paul]
5527
5528         * configure.in
5529                 change to version 0.5.3claws1
5530
5531         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
5532           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
5533           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
5534
5535                 sync with sylpheed 0.5.3 release, but keep claws method of
5536                 configuring/saving fonts
5537
5538         * src/addressbook.[ch]
5539                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
5540                 in line with a similar change in Hiroyuki's branch
5541
5542         * src/mainwindow.[ch]
5543                 disable main_window_set_thread_option()
5544         * src/prefs_folder_item.c
5545                 comment out &tmps_prefs.enable_thread,
5546         * src/mbox_folder.c, src/procmsg.[ch]
5547                 comment out MSG_IS_IGNORE_THREAD
5548         * src/summaryview.c
5549                 comment out summary_ignore_thread() and summary_unignore_thread()
5550                 comment out MSG_IS_IGNORE_THREAD
5551
5552                 use Hiroyuki's threading instead.
5553
5554
5555
5556 2001-08-15 [paul]
5557
5558         * src/account.c
5559                 use Hiroyuki's 0.5.3 column scheme but also
5560                 include the enable/disable button.
5561         * src/pixmaps/mark.xpm
5562                 add Hiroyuki's amended pixmap
5563
5564 2001-08-13 [christoph]
5565
5566         * src/account.c
5567                 receive at get all column showed wrong state for APOP
5568                 button should only work for POP3 and APOP accounts
5569         * src/prefs_account.c
5570                 added missing preprocessor statement for SSL
5571
5572 2001-08-12 [paul]
5573
5574         * src/account.[ch]
5575                 add 'receive at get all' column and enable/disable
5576                 button.
5577
5578 2001-08-06 [christoph]
5579
5580         * src/account.c
5581                 show usage of SSL in protocol column
5582
5583         * src/imap.c
5584         * src/inc.c
5585                 renamed ssl options
5586
5587         * src/prefs_account.[ch]
5588                 moved ssl options to a new page
5589
5590         * src/send.c
5591         * src/smtp.c
5592         * src/ssl.[ch]
5593                 renamed ssl options
5594                 added support for SMTP STARTTLS command
5595
5596 2001-08-05 [christoph]
5597
5598         * configure.in
5599                 debian autoconf needs version check to find
5600                 correct autoconf version. if the file is
5601                 named configure.in 2.13 is used, which does
5602                 not work with this configure.in script.
5603                 other solution would be to rename the script
5604                 to configure.ac as suggested in the autoconf
5605                 manual.
5606
5607         * src/inc.c
5608                 disable final error popup if popups are
5609                 diabled in config
5610
5611         * src/socket.c
5612                 bugfix in ssl_gets
5613                 fixes IMAP over SSL problem
5614
5615 2001-08-03 [paul]
5616
5617         * configure.in
5618                 change to 0.5.2claws1
5619
5620         * sync with sylpheed 0.5.2cvs1
5621
5622 2001-08-02 [alfons]
5623
5624         * configure.in
5625                 quick fix for ispell detection...
5626
5627 2001-08-01 [paul]
5628
5629         * configure.in
5630                 change to 0.5.1claws4
5631
5632         * sync with sylpheed 0.5.1cvs7
5633
5634 2001-07-31 [alfons]
5635
5636         * src/prefs_common.c, src/prefs_common.h, 
5637           src/gtkspell.c, src/gtkspell.h
5638                 add global spelling checker settings (compose tab) +
5639                 selection of dictionary 
5640           
5641         * configure.in  
5642                 guess valid ispell location
5643
5644 2001-07-31 [paul]
5645
5646         * po/POTFILES.in
5647                 removal of 'src/quote_fmt_parse.c'
5648         * po/de.po
5649                 Updated de.po
5650                 (submitted by Jens Oberender <didge@suse.de>)
5651
5652 2001-07-31 [darko]
5653
5654         * src/folder.[ch]
5655         * src/folderview.[ch]
5656         * src/mainwindow.c
5657         * src/mh.c
5658         * src/prefs_common.[ch]
5659         * src/summaryview.c
5660                 target folder colourization
5661
5662 2001-07-30 [paul]
5663
5664         more sync with Sylpheed 0.5.1cvs6 
5665
5666 2001-07-30 [darko]
5667
5668         * src/mh.c
5669         * src/prefs_folder_item.[hc]
5670         * src/summaryview.c
5671                 shared folders support with a GUI
5672
5673 2001-07-29 [paul]
5674
5675         0.5.1claws3
5676
5677         * sync with Sylpheed 0.5.1cvs6
5678
5679 2001-07-29 [paul]
5680
5681         * po/pt_BR.po
5682                 updated
5683                 (submitted by Fabio Junior Beneditto)
5684
5685 2001-07-28 [paul]
5686
5687         * src/procmime.c
5688         * AUTHORS
5689                 patch to correct bad image mime headers
5690                 (submitted by Don Quijote <dq@searchlores.org>)
5691
5692 2001-07-28 [paul]
5693
5694         * tools/gif2xface.pl   **NEW FILE**
5695         * tools/README
5696                 script to convert file.gif to file.xface for
5697                 use in a custom header.
5698                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
5699
5700 2001-07-27 [alfons]
5701         
5702         * configure.in
5703                 change macros for detecting JPilot and LDAP
5704
5705 2001-07-27 [christoph]
5706
5707         * src/filtering.c
5708                 code cleanup (MIN / MAX warning, needed casting)
5709
5710 2001-07-27 [alfons]
5711
5712         * procheader.c
5713                 disallow setting flags when detecting certain headers
5714                 (X-Status, Status, Seen, X-Seen). 
5715         
5716         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
5717
5718 2001-07-27 [christoph]
5719
5720         * src/prefs_filter.c
5721         * src/prefs_filtering.c
5722         * src/prefs_matcher.c
5723         * src/prefs_scoring.c
5724                 scroll list when moving rows up or down
5725
5726         * src/imap.c
5727         * src/imap.h
5728         * src/prefs_account.c
5729         * src/prefs_account.h
5730         * src/send.c
5731                 SMTP over SSL (untested, feedback requested)
5732                 IMAP over SSL
5733
5734         * src/ssl.c
5735                 code cleanup
5736
5737 2001-07-26 [alfons]
5738         
5739         * configure.in, acconfig.h
5740                 define CLAWS (need this for main / claws detection)
5741
5742 2001-07-25 [alfons]
5743
5744         * configure.in
5745                 Sylpheed 0.5.1claws2
5746                 
5747         * sync with Sylpheed 0.5.1cvs4
5748
5749 2001-07-25 [christoph]
5750
5751         * src/scoring.c
5752                 fixed segfault
5753                 item->prefs == NULL (don't know why)
5754
5755 2001-07-25 [alfons]
5756
5757         * configure.in
5758                 Sylpheed 0.5.1claws1
5759
5760         * sync with Sylpheed 0.5.1cvs1-3
5761
5762 2001-07-24 [christoph]
5763
5764         * src/folderview.c
5765         * src/prefs_folder_item.[ch]
5766                 added folderitem preferences dialog with
5767                 default To: and auto request return receipt
5768
5769         * src/compose.[ch]
5770         * src/menu.[ch]
5771                 changes to handle new folderitem preferences
5772
5773         * src/mainwindow.c
5774         * src/summaryview.c
5775                 call compose new mail with current folderitem
5776
5777 2001-07-24 [alfons]
5778
5779         Release Sylpheed 0.5.1claws
5780
5781         * configure.in
5782                 change to release version 0.5.1claws
5783
5784 2001-07-24 [christoph]
5785
5786         * src/summaryview.c
5787                 fixed segfault that happend when the selected
5788                 message was removed while retrieving new messages.
5789
5790         * po/es.po
5791                 updated translation
5792                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
5793
5794 2001-07-22 [alfons]
5795
5796         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
5797         this is a work in progress, for more information: http://nlpagan.net/sylman 
5798         
5799         * configure.in, src/mainwindow.c, manual/Makefile.am
5800                 add support for English manual
5801
5802         * AUTHORS
5803                 add authors of user manuals
5804
5805         * manual/en/sylpheed*.html
5806                 add English documentation
5807
5808 2001-07-22 [christoph]
5809
5810         * po/POTFILES.in
5811                 added src/ssl.c
5812         * src/ssl.c
5813                 changed a wrong debug message
5814
5815 2001-07-22 [alfons]
5816
5817         * po/nl.po
5818                 update Dutch translation
5819
5820         * src/prefs_filtering.c, 
5821           src/prefs_matcher.c
5822                 add more translatable strings           
5823
5824 2001-07-21 [alfons]
5825
5826         0.5.0claws7
5827
5828         * configure.in
5829                 change version
5830
5831         * src/inc.c, src/summaryview.[ch]
5832                 prevent update of mark file when filtering has done, by
5833                 using a variable; this affects two functions:
5834                         inc.c::inc_finished()
5835                         summaryview.c::summary_show()
5836
5837 2001-07-20 [alfons]
5838
5839         * src/filtering.[ch], src/prefs_filtering.c, 
5840           src/matcher.[ch]
5841                 add filtering action for label coloring 
5842
5843         * po/POTFILES.in
5844                 add labelcolors.c
5845
5846         * added src/labelcolors.c
5847         * added src/labelcolors.h
5848         * src/Makefile.am, src/summaryview.c
5849                 rearrange label coloring code
5850
5851         * src/procmsg.h
5852                 add more parentheses so label colouring works correctly
5853
5854         * src/filtering.c
5855                 don't really delete message, but move it to Trash
5856
5857         * src/prefs_matcher.c
5858                 add quote options to info dialog
5859
5860 2001-07-20 [christoph]
5861
5862         * src/Makefile.am
5863         * src/inc.c
5864         * src/main.[ch]
5865         * src/socket.h
5866         * src/ssl.[ch] (new)
5867                 moved ssl stuff to a seperate file
5868
5869 2001-07-20 [darko]
5870
5871         * src/summaryview.c
5872                 fix show sender using address book with no e-mail
5873                 address in From: field
5874
5875 2001-07-19 [alfons]
5876
5877         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
5878                 fix messy handling of escaping... now at least the
5879                 execute command is useful. escape char is '\', we
5880                 accept \n and \r too. 
5881
5882                 Real life example:
5883                 
5884                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
5885                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
5886
5887 2001-07-18 [alfons]
5888
5889         0.5.0claws6
5890
5891         * src/summaryview.c
5892                 clean up
5893
5894         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
5895           src/procmsg.[ch]
5896                 revise filtering; currently move, copy, marking have
5897                 been tested. if you like bleeding edge stuff, you
5898                 should definitely go for this version :)
5899
5900         * mark old working stuff as VERSION_0_5_0_CLAWS5        
5901
5902 2001-07-17 [christoph]
5903
5904         * src/utils.c
5905                 timestamp log
5906
5907 2001-07-17 [alfons]
5908
5909         0.5.0claws5
5910
5911         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
5912           bits in the mark file, without affecting either branch. Lots of
5913           files changed, also in claws branch.
5914
5915           UNTESTED: use of mbox folders
5916
5917         * src/summaryview.c
5918                 added mark all read; however this was a quick hack used for
5919                 cleaning up mess after initial merge with Hiroyuki
5920
5921         * configure.in
5922                 change claws version number back to 0.5.0claws5 to clear up 
5923                 confusion & pretension (recent release was technically 
5924                 0.5.0claws4, so we neatly align with Hiroyuki :-)
5925
5926 2001-07-16 [alfons]
5927
5928         sync with Hiroyuki's 0.5.0cvs4
5929
5930 2001-07-16 [alfons]
5931
5932         0.5.1claws3
5933
5934         * src/filtering.[ch]
5935                 remove invalid updating of mark files for 
5936                 filter actions MATCHING_ACTION_MOVE and 
5937                 MATCHING_ACTION_DELETE; this should fix the
5938                 folder update bug
5939                 
5940         * src/procmsg.c
5941                 revert Christoph's stab at fixing the folder 
5942                 update bug
5943
5944         * po/POTFILES.in
5945                 add missing files with translatable strings
5946
5947         * src/summaryview.c
5948                 remove debug print
5949
5950 2001-07-15 [alfons]
5951
5952         * src/addr_compl.[ch], src/prefs_filtering.c
5953                 make "filtering pref dialog's destination entry" an
5954                 "address completable entry", if filter destination is 
5955                 an email address
5956
5957         0.5.1claws2
5958         
5959         sync with Hiroyuki's 0.5.0cvs2-3
5960
5961 2001-07-15 [christoph]
5962
5963         * src/procmsg.c
5964                 fixed folder stats update after incorporation
5965
5966 2001-07-15 [alfons]
5967
5968         * src/summaryview.c
5969                 * finish label colouring stuff (for now)
5970                 * fix incorrect colour bug (off by one) 
5971
5972 2001-07-14 [alfons]
5973
5974         * src/mainwindow.c
5975                 change text labels for news and mail message so there's
5976                 plenty of toolbar estate left
5977
5978         * configure.in
5979                 0.5.1claws1
5980
5981         * src/folderview.c
5982           src/folder.[ch]
5983                 sync with Hiroyuki's 0.5.0cvs1
5984
5985         * src/summaryview.c
5986                 more rewrite label colouring
5987
5988 2001-07-14 [alfons]
5989
5990         * src/summaryview.[ch]
5991                 * start rewrite label colouring 
5992                 * fix proper location "Add Sender To Addressbook" menu item
5993
5994 2001-07-13
5995
5996         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
5997         (actually this is 0.5.0claws4)
5998
5999 2001-07-13 [alfons]
6000
6001         * po/pt_BR.po
6002                 * fix duplicate message
6003                 * add updated Portugese / Brazilian translation
6004                   submitted by Fabio Junior Beneditto
6005
6006 2001-07-12 [alfons]
6007
6008         * AUTHORS
6009                 add Jens
6010
6011         * po/nl.po
6012                 add updated Dutch translation
6013
6014         * po/de.po
6015                 add updated German translation submitted by Jens
6016
6017 2001-07-11 [alfons]
6018
6019         Prerelease before 0.5.0claws. Please test.
6020         This version is temporarily tagged as VERSION_0_5_0_TEST
6021
6022         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
6023           src/prefs_scoring.c, src/prefs_matcher.c, 
6024           src/prefs_filtering.c, src/mbox.c, 
6025           src/main.c, src/inc.c, src/filtering.[ch]
6026                 revert new Hoa's new matcher (does not work yet)
6027
6028         * src/Makefile.am
6029                 clean up
6030
6031 2001-07-10
6032
6033         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
6034
6035
6036 2001-07-10 [alfons]
6037
6038         * Makefile.am
6039                 add ChangeLog.claws to EXTRA_DIST
6040         * src/Makefile.am
6041                 add matcher_parser_parse.h to EXTRA_DIST
6042
6043 2001-07-10 [christoph]
6044
6045         * src/inc.c
6046                 add destination folder to table of
6047                 folders that need to be updated after
6048                 incorporation
6049
6050 2001-07-10 [alfons]
6051
6052         * folder.[ch]
6053           folderview.c
6054                 make collapse state of folders and folder items persistent, i.e.
6055                 if you collapse a folder tree, the next time sylpheed-claws starts 
6056                 up the folder tree remains collapsed.  
6057                 
6058 2001-07-10 [christoph]
6059
6060         * acconfig.h
6061         * configure.in
6062                 added --enable-ssl
6063         * src/md5.[ch]
6064                 renamed MD5_CTX to MD5_CTX_syl
6065                 conflicts with a struct in openssl
6066         * src/inc.c
6067         * src/main.[ch]
6068         * src/prefs_account.[ch]
6069         * src/socket.[ch]
6070                 SSL support for POP
6071         * src/mainwindow.c
6072                 fixed compose with current account
6073                 broken by new compose button stuff
6074
6075 2001-07-09 [hoa]
6076
6077         * AUTHORS
6078                 changed my email address
6079
6080         * src/matcher_parser_parse.y
6081                 clean the parser to remove conflicts
6082
6083 2001-07-09 [alfons]
6084
6085         * AUTHORS
6086                 add Match Grun
6087
6088         * configure.in
6089                 fix incorrect description of --enable-ldap parameter
6090
6091         * src/prefs_common.[ch]
6092           src/compose.c
6093                 add experimental option "smart wrapping" which makes the
6094                 compose editor auto wrap.
6095                 
6096                 | TODO: the problem with the buggy cursor handling is caused |
6097                 | by the GtkText. when deleting / backspacing text its       |
6098                 | wrapping algorithm does not take in account the previous   |
6099                 | line. should find a way to hack this in.                   |
6100                 | or should perhaps combine this with the word wrapping      |
6101                 | patch i wrote in january.                                  |
6102
6103         * src/about.c
6104                 show build parameters for LDAP and JPilot
6105
6106         * src/summaryview.c
6107                 revert Christoph's bugfix for selecting next unread message, 
6108                 because folder stats aren't updated correctly
6109
6110 2001-07-08 [hoa]
6111
6112         * src/filtering.c
6113         * src/mainwindow.c
6114         * src/matcher.c
6115         * src/matcher_parser_lex.l
6116         * src/matcher_parser_parse.y
6117         * src/prefs_filtering.c
6118         * src/prefs_scoring.c
6119         * src/scoring.c
6120                 bugfix of the config file parser
6121
6122 2001-07-08 [alfons]
6123
6124         * src/Makefile.am
6125                 added generated matcher sources to BUILT_SOURCES
6126
6127 2001-07-08 [hoa]
6128
6129         * src/Makefile.am
6130         * src/.cvsignore
6131                 added new config file parser
6132
6133         * src/scoring.[ch]
6134         * src/filtering.[ch]
6135         * src/matcher.[ch]
6136         * src/prefs_filtering.c
6137         * src/prefs_matcher.c
6138         * src/prefs_scoring.c
6139         * added src/matcher_parser.h
6140         * added src/matcher_parser_lex.h
6141         * added src/matcher_parser_lex.l
6142         * added src/matcher_parser_parse.y
6143                 lex & yacc config file parser
6144
6145         * src/mbox.c
6146         * src/inc.c
6147         * src/main.c
6148                 changes prefs_filtering into global_filtering           
6149
6150         * src/summaryview.c
6151                 build threads with subjects only if "Re: " is at the
6152                 beginning of the subject
6153
6154 2001-07-07 [paul]
6155
6156         0.5.0claws
6157
6158         sync with sylpheed 0.5.0
6159                 change of version number only
6160
6161 2001-07-06 [paul]
6162
6163         0.5.0claws5
6164
6165         sync with sylpheed 0.5.0pre5
6166
6167 2001-07-05 [paul]
6168
6169         sync with sylpheed 0.5.0pre4 release
6170                 /po and /manual/ja not sync'ed
6171
6172 2001-07-04 [paul]
6173
6174         more sync with sylpheed 0.5.0pre4
6175
6176 2001-07-03 [christoph]
6177
6178         * src/addressbook.c
6179                 fixed address book broken by address book
6180                 for VCard, JPilot, LDAP
6181
6182 2001-07-03 [alfons]
6183
6184         * src/matcher.c
6185         * src/textview.c
6186                 stopped memory leaks
6187
6188 2001-07-03 [paul]
6189
6190         more sync with sylpheed 0.5.0pre4
6191
6192 2001-07-02 [match]
6193
6194         * included address book patch for VCard, JPilot, LDAP
6195         * pref_common.c - fixed Font options on Display tab (cosmetic)
6196         * alertpanel.c - fixed truncated message
6197
6198 2001-07-02 [christoph]
6199
6200         * src/mbox_folder.c
6201         * src/procmsg.[ch]
6202         * src/summaryview.c
6203                 mark threads for ignoring
6204
6205 2001-07-02 [paul]
6206
6207         0.5.0claws4
6208
6209         * sync with sylpheed 0.5.0pre4
6210                 updated gettext to 0.10.38.
6211
6212 2001-07-01 [paul]
6213
6214         * src/ mainwindow.c
6215         * src/procmsg.h
6216         * src/summaryview.[ch]
6217                 new right-click option: Label.
6218                 substitute for 'Mark-->Mark/Unmark', colours the line.
6219                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
6220
6221 2001-07-01 [christoph]
6222
6223         * src/folderview.c
6224                 fixed font for trash
6225         * src/summaryview.c
6226                 move ctree to unread message
6227
6228 2001-07-01 [paul]
6229
6230         * sync with sylpheed 0.5.0pre3 release
6231
6232 2001-06-30 [alfons]
6233
6234         * src/filesel.[ch]
6235         * src/compose.c
6236                 allow inserting / attaching multiple files in
6237                 the composer window
6238
6239 2001-06-30 [paul]
6240
6241         * src/codeconv.c
6242                 small change to Alfons' previous stuff so that it
6243                 actually makes
6244
6245 2001-06-30 [alfons]
6246
6247         * lots of files changed; first attempt to merge the changes
6248           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
6249
6250 2001-06-30 [paul]
6251
6252         * po/pt_BR.po
6253                 updated and completed, translations by Fabio
6254                 Junior Beneditto <fjbeneditto@yahoo.com.br>
6255
6256 2001-06-29 [alfons]
6257
6258         * src/compose.c
6259         * src/mimeproc.[ch]
6260                 allow selecting an attached files' mime type from a 
6261                 list of types.
6262
6263 2001-06-29 [paul]
6264
6265         * more sync with sylpheed 0.5.0pre3
6266
6267 2001-06-29 [paul]
6268
6269         * po/pt_BR.po
6270                 merge with sylpheed.pot and pt_BR.po provided by
6271                 Fabio Junior Beneditto.
6272
6273 2001-06-29 [darko]
6274
6275         * src/procmime.c
6276                 make MIME types case insensitive
6277
6278 2001-06-28 [alfons]
6279
6280         * po/nl.po
6281                 merge with sylpheed.pot and old nl.po; translations added.
6282
6283 2001-06-28 [paul]
6284
6285         * more sync with sylpheed 0.5.0pre3
6286
6287 2001-06-27 [alfons]
6288
6289         * src/summaryview.c
6290                 don't crash when removing parent node of messages
6291                 attracted by subject. this was caused by not deleting
6292                 the parent node from the subject line hash table.
6293
6294 2001-06-27 [alfons]
6295
6296         * src/summaryview.c
6297         * src/compose.[ch]
6298         * src/mainwindow.c
6299                 if there are multiple messages selected, allow forwarding
6300                 them as attachments.
6301
6302 2001-06-27 [paul]
6303
6304         * more sync with sylpheed 0.5.0pre3
6305
6306 2001-06-26 [paul]
6307
6308         0.5.0claws3
6309
6310         * sync with sylpheed 0.5.0pre3
6311
6312 2001-06-25 [paul]
6313
6314         * src/mainwindow.c
6315                 fixed 'compose news article' bug
6316                 from icon-and-text toolbar
6317
6318 2001-06-25 [paul]
6319
6320         * sync with sylpheed 0.5.0pre2 release
6321
6322 2001-06-24 [christoph]
6323
6324         * src/prefs_common.c
6325                 bug fix in font selection
6326         * src/folderview.c
6327                 use sylpheed's normal font instead of
6328                 gtk default font for folders without
6329                 new messages
6330
6331 2001-06-24 [alfons]
6332
6333         * src/mainwindow.[ch]
6334                 added composite compose mail / news button (an idea by Leandro
6335                 Pereira <leandro@linuxmag.com.br>)
6336
6337 2001-06-24 [paul]
6338
6339         Added instructions for ldif-to-xml.py
6340
6341         * tools/README
6342
6343 2001-06-23 [alfons]
6344
6345         Some minor things.
6346
6347         * src/pixmaps/stock_news_compose.xpm
6348                 added pixmap by Leandro
6349         * src/prefs_common.c
6350                 tested built-in spelling checker of GCC 3.0 :)
6351         * po/nl.po
6352                 merged dutch translation of sylpheed-main with
6353                 sylpheed.pot
6354
6355 2001-06-23 [paul]
6356
6357         Added tools directory and files.
6358
6359         * tools/filter_conv.pl
6360                 converts old filter system to new filtering system
6361         * tools/ldif-to-xml.py
6362                 converts netscape addressbook to sylpheed addressbook
6363         * tools/README
6364                 descriptions/instructions for above two files
6365
6366 2001-06-23 [christoph]
6367
6368         * src/inc.c
6369         * src/manage_window.[ch]
6370         * src/prefs_common.[ch]
6371                 mail retrieval dialog can be enabled, disabled
6372                 or hidden if non of sylpheed's windows is active
6373
6374 2001-06-22 [paul]
6375
6376         0.5.0claws2
6377
6378         * sync with sylpheed 0.5.0pre2
6379
6380 2001-06-21 [christoph]
6381
6382         * src/summaryview.c
6383                 show recipient on 'from' for all accounts
6384                 
6385         * src/inc.c
6386         * src/prefs_common.[ch]
6387                 disable error popup on mail receive errors
6388
6389 2001-06-21 [alfons]
6390
6391         * src/compose.c
6392                 made the ruler correctly appear and disappear.
6393
6394         * src/Makefile.am
6395                 removed Hoa's work-in-progress-stuff (interesting!) so 
6396                 claws compiles ok.
6397
6398 2001-06-20 [christoph]
6399
6400         * src/inc.c
6401         * src/progressdialog.c
6402                 added scrolled window for list in progressdialog
6403
6404 2001-06-20 [paul]
6405
6406         sync with sylpheed 0.5.0pre1 release
6407
6408 2001-06-20 [christoph]
6409
6410         * src/summeryview.c
6411                 make building threads by subject work when
6412                 thread view is enabled
6413                 
6414         * src/compose.c
6415         * src/prefs_common.[ch]
6416                 automatically select account for mail replys
6417
6418 2001-06-19 [sergey]
6419
6420         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
6421         they are filled in from the account settings.
6422
6423 2001-06-19 [paul]
6424
6425         * more sync with sylpheed 0.5.0pre1
6426
6427 2001-06-18 [alfons]
6428
6429         * src/Makefile.am,
6430           src/procmime.c
6431                 added --sysconfdir to CPPFLAGS for pointing to the correct
6432                 location of mime.types. 
6433
6434                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
6435                 or ./configure!
6436
6437 2001-06-18 [hoa]
6438
6439         * src/summaryview.c
6440                 fixed some bug when building threads
6441
6442 2001-06-18 [pau]l
6443
6444         * src/prefs_account.c
6445                 UI stuff: More changes to the English
6446
6447 2001-06-18 [paul]
6448
6449         * src/pixmaps/stock_news_compose.xpm: new file
6450         * src/Makefile.am
6451         * src/mainwindow.c
6452         * src/summaryview.c
6453                 Added new icon for Hoa's 'compose a news
6454                 message', plus minor improvements to the
6455                 English
6456
6457         * po/ja.po
6458         * ChangeLog
6459         * ChangeLog.jp
6460                 more sync with sylpheed 0.5.0pre1
6461
6462 2001-06-18 [hoa]
6463
6464         * src/compose.[ch]
6465         * src/mainwindow.c
6466                 Follow-up and reply to
6467
6468         * src/summaryview.[ch]
6469                 Build threads also with subjects
6470
6471 2001-06-17 [hoa]
6472
6473         * src/compose.c
6474                 forwarding use the current account.
6475
6476         * src/mainwindow.c
6477                 the "compose message" button has been replaced with
6478                 "new mail" and "new news" buttons
6479
6480         * src/prefs_common.[ch]
6481                 added a configuration option to use the forward button
6482                 as "forward as attachment"
6483                 changed reply and forward format description
6484
6485         * src/quote_fmt_lex.l
6486         * src/quote_fmt_parse.y
6487                 added message with no signature in format for reply
6488                 and forward.
6489
6490 2001-06-17 [paul]
6491
6492         Minor UI stuff
6493
6494         * src/mainwindow.c
6495         * src/summaryview.c
6496                 Improvements to the English
6497
6498         * src/prefs_common.c
6499                 Improvements to the English and some
6500                 clarity/continuity improvements in the
6501                 description of Quote symbols.
6502
6503 2001-06-17 [paul]
6504
6505         0.5.0claws1
6506
6507         * sync with sylpheed 0.5.0pre1
6508
6509 2001-06-17 [hoa]
6510
6511         * src/compose.c
6512                 Better interface for compose, displayed fields
6513                 are updated whenever we change account.
6514                 Newsgroups field is automatically filled.
6515
6516         * src/mainwindow.c
6517                 Newsgroups field is automatically filled.
6518
6519         * src/prefs_account.c
6520                 Some interface stuff when fields appear and
6521                 disappear.
6522
6523 2001-06-16 [paul]
6524
6525         0.4.99claws
6526
6527         * sync with sylpheed 0.4.99
6528
6529 2001-06-16 [sergey]
6530
6531         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
6532         base64_decoder_free, base64_decoder_decode): new object and
6533         functions for decoding base64 streams.
6534         * src/procmime.c (procmime_decode_content): modified to use the
6535         new base64 decoder.
6536
6537 2001-06-15 [paul]
6538
6539         0.4.99claws10
6540
6541         * sync with sylpheed 0.4.99cvs11
6542
6543 2001-06-13 [paul]
6544
6545         0.4.99claws9
6546
6547         * sync with sylpheed 0.4.99cvs9
6548
6549 2001-06-13 [hoa]
6550
6551         * src/compose.c
6552         * src/prefs_account.c
6553
6554                 SMTP server can be defined in the news account
6555                 mime type of attachment are kept.
6556
6557         * src/summaryview.c
6558
6559                 now choose the highest important score between default
6560                 and important score of folder.
6561
6562 2001-06-09 [alfons]
6563         
6564         * src/prefs_common.c: 
6565
6566                 (prefs_quote_description_create): corrected description of 
6567                 quote format characters
6568
6569 2001-06-09 [paul]
6570
6571         0.4.99claws8
6572
6573         * sync with sylpheed 0.4.99cvs8
6574
6575 2001-06-08 [sergey]
6576
6577         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
6578         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
6579
6580 2001-06-08 [paul]
6581
6582         0.4.99claws7
6583
6584         * sync with sylpheed 0.4.99cvs7
6585
6586 2001-06-06 [sergey]
6587
6588         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
6589         clashes with autogenerated header).
6590         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
6591         * src/Makefile.am: added quote_fmt.h.
6592         * src/.cvsignore: added lex/yacc autogenerated files
6593         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
6594
6595 2001-06-06 [paul]
6596
6597         0.4.99claws6
6598
6599         * sync with sylpheed 0.4.99cvs6
6600
6601 2001-06-06 [hoa]
6602
6603         * added src/quote_fmt_parse.h
6604         * src/compose.c
6605                 removed warnings
6606
6607         * src/prefs.[ch]
6608                 don't modify readonly configuration files
6609
6610         * src/prefs_account.c
6611         * src/prefs_common.c
6612         * src/prefs_customheader.c
6613         * src/prefs_display_header.c
6614         * src/prefs_filter.c
6615         * src/prefs_filtering.c
6616         * src/prefs_scoring.c
6617                 don't open dialog box when configuration files
6618                 are readonly
6619
6620 2001-06-05 [sergey]
6621
6622         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
6623
6624         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
6625         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
6626         BUILT_SOURCES to make all files rebuild properly.
6627
6628         * src/compose.c: removed #include "quote_fmt.tab.h".
6629
6630         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
6631         CHARACTER value in yylval.
6632
6633         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
6634         receive CHARACTER value by documented means (yylval).
6635
6636         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
6637
6638 2001-06-05 [hoa]
6639
6640         * src/Makefile.am
6641                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
6642
6643         * src/filtering.c
6644         * src/matcher.c
6645         * src/matcher.h
6646         * src/prefs_filtering.c
6647                 now keep the configuration for execute action
6648
6649         * src/mbox_folder.c
6650                 fixed a warning
6651
6652 2001-06-05 [paul]
6653
6654         * sync with sylpheed 0.4.99cvs5
6655
6656 2001-06-05 [hoa]
6657
6658         * src/Makefile.am
6659                 added quote_fmt.[ch]
6660
6661         * added src/quote_fmt.y
6662         * added src/quote_fmt.l
6663         * added src/quote_fmt.tab.h
6664         * added src/quote_fmt.tab.c
6665         * added src/lex.quote_fmt.c
6666                 parsing configuration for replying
6667                 and forwarding
6668
6669         * src/prefs_common.[ch]
6670                 added configuration UI for replying
6671                 and forwarding
6672
6673         * src/compose.c
6674                 using configuration for replying
6675                 and forwarding
6676
6677 2001-06-04 [hoa]
6678
6679         * src/filtering.c
6680         * src/matcher.c
6681         * src/matcher.h
6682         * src/prefs_filtering.c
6683         * src/prefs_matcher.c
6684         * src/prefs_matcher.h
6685                 action "run a command" for filtering
6686                 and matching with a command.
6687                 fixed the "whole message" matching
6688
6689         * src/mbox_folder.c
6690                 changed temporary filename for security
6691
6692         * src/messageview.c
6693                 queue the notification if it fails to send.
6694
6695         * src/prefs_common.c
6696         * src/prefs_folder_item.c
6697                 changed the default important score             
6698
6699         * src/prefs_scoring.c
6700         * src/scoring.c
6701                 hide kill score input when the folder is not
6702                 a newsgroup
6703
6704 2001-06-03 [alfons]
6705
6706         * src/prefs_common.c:
6707
6708                 (prefs_font_select): pass font name in font entry box to font
6709                 selection dialog.
6710
6711 2001-06-03 [sergey]
6712
6713         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
6714
6715 2001-06-03 [paul]
6716
6717         * sync with sylpheed 0.4.99cvs4
6718
6719 2001-06-03 [alfons]
6720
6721         * src/headerwindow.c:
6722
6723                 (headerwindow_show_cb): use the selected summary view item, not
6724                 the displayed item.
6725
6726 2001-06-02 [alfons]
6727
6728         * src/headerwindow.c:
6729
6730                 (headerwindow_show_cb): always try to show msginfo
6731
6732 2001-06-02 [hoa]
6733
6734         * src/compose.c
6735                 keep attached parts when reediting or forwarding.
6736
6737 2001-06-01 [hoa]
6738
6739         * src/folderview.c
6740         * src/prefs_folder_item.[ch]
6741         * src/prefs_scoring.[ch]
6742         * src/scoring.[ch]
6743         * src/summaryview.[ch]
6744         * src/main.c
6745         * src/mainwindow.c
6746         * src/prefs_common.[ch]
6747                 support for folder scoring
6748                 kill score and important score for messages
6749         
6750         * src/prefs_account.c
6751                 some display bug fixed for local account
6752                 preferences
6753
6754 2001-05-31 [alfons]
6755
6756         * src/summaryview.c:
6757
6758                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
6759                 sender to address book menu item is disabled.
6760
6761 2001-05-30 [hoa]
6762
6763         * src/filtering.[ch]
6764         * src/summaryview.c
6765                 handling summary menu / filter messages
6766
6767         * src/folder.[ch]
6768                 add some stuff
6769
6770         * src/foldersel.c
6771                 imap folders now appears in list
6772
6773         * src/mbox_folder.c
6774                 doesn't crash if destination mail is not writeable
6775
6776 2001-05-29 [hoa]
6777
6778         * src/compose.c
6779                 removed some warnings
6780
6781         * src/filtering.c
6782         * src/folder.[ch]
6783         * src/prefs_filtering.c
6784                 global string to identify any folders           
6785                 removed some debug info
6786                 filtering to mbox folders is now possible
6787
6788         * src/mainwindow.c
6789                 removed some warnings
6790
6791         * src/mbox_folder.c
6792                 permission on files are changed to read/write for user only,
6793                 nothing for other.
6794                 creation of subfolder is handled better.
6795
6796 2001-05-28 [alfons]
6797
6798         Verified the sync for src/prefs_common.[ch] and
6799         src/prefs_account.[ch]. I believe there were some
6800         minor indentation differences.
6801
6802 2001-05-28 [paul]
6803
6804         0.4.99claws3
6805
6806         * sync with 0.4.99cvs3
6807
6808 2001-05-28 [hoa]
6809
6810         * src/compose.c
6811                 handling flags for mbox format
6812
6813         * src/filtering.c
6814                 use of mark file only for MH format
6815                 handling flags for mbox format
6816                 filtering cannot yet move or copy mails to mbox folders.
6817
6818         * src/folder.[ch]
6819                 changed move_msg, copy_msg,
6820                 move_msgs_with_dest, copy_msgs_with_dest functions
6821                 uses only folder->copy_msg() function
6822                 uses folder->finished_copy() to handle the destination
6823                 folder at the end of the copy or move operation.
6824
6825         * src/foldersel.c
6826                 included mbox directories.
6827
6828         * src/folderview.[ch]
6829         * src/mainwindow.c
6830                 handle folders operation for mbox format
6831
6832         * src/mbox.c
6833                 disable conversion of "From " header
6834
6835         * src/mbox_folder.[ch]
6836                 completion of mbox format handling
6837
6838         * src/mh.c
6839                 changed mh_copy_msg() function and
6840                 removed mh_move_msg(), mh_move_msgs_with_dest(),
6841                 mh_copy_msgs_with_dest()
6842
6843         * src/prefs_filtering.c
6844                 removed some warnings
6845
6846         * src/prefs_matcher.c
6847                 default boolean operation is AND
6848
6849         * src/procheader.c
6850                 handling flags for mbox format
6851                 handling of "From " header
6852
6853         * src/procmsg.[ch]
6854                 removed data field
6855                 added MSG_REALLY_DELETED flags to handle deletion of
6856                 messages in mbox format.
6857
6858         * src/summaryview.c
6859                 handling flags for mbox format
6860                 disable the MSG_DELETED flags when messages
6861                 are deleted in mbox format
6862
6863         * src/textview.c
6864                 "From " headers display fixed.
6865
6866 2001-05-27 [alfons]
6867
6868         * src/textview.c:
6869                 
6870                 (get_email_part): skip quoted email addresses, like in e.g.
6871                 "'alfons@proteus.demon.nl'".
6872
6873 2001-05-26 [alfons]
6874
6875         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
6876         and fixing the persistence troubles when using separate windows.
6877
6878         * src/mainwindow.c:
6879         
6880             Added #define SEPARATE_ACTION used in the gtk item factory for 
6881             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
6882                 use gtk_item_factory_get_widget_by_action() to get the items.
6883                 
6884             Removed separate_widget_cb from the gtk item factory data   
6885           
6886             (mainwindow_create): connect separate_widget_cb() to check
6887             menu item "toggled" signal. also passing a MainWindow pointer
6888                 as object data for both check menu items.
6889                 
6890             (separate_widget_cb): definition of separate_widget_cb() to match
6891             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
6892                 window using gtk_object_get_data(). The type of window separation 
6893                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
6894         
6895         * src/prefs_filtering.c,
6896           src/prefs_matcher.c: added horizontal scrollbars
6897
6898 2001-05-25 [darko]
6899
6900         * src/headerview.c
6901                 fix segfault with invalid bold font
6902         * src/summaryview.c
6903                 correctly display summary stats after row is marked
6904
6905 2001-05-23 [sergey]
6906
6907         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
6908         encodings with libjconv.
6909
6910 2001-05-23 [hoa]
6911
6912         * src/Makefile.am
6913                 added mbox_folder.[ch]
6914         * src/defs.h
6915                 mbox temporary folder
6916         * src/folder.[ch]
6917         * added src/mbox_folder.[ch]
6918         * src/folderview.c
6919         * src/procheader.[ch]
6920                 added mbox support
6921         * src/mbox.c
6922                 bugfix for file incorporation filtering
6923         * src/imap.c
6924                 enable creation of MBOX
6925         * src/prefs_display_header.c
6926                 enable use of headers like "From "
6927                 something that should be fixed :
6928                         displaying of such headers add an extra space
6929         * src/prefs_folder_item.c
6930                 don't create folders because it is not necessary
6931         * src/procmsg.h
6932                 added data field to MsgInfo for mbox internal use
6933         * src/summaryview.c
6934                 added some support for mbox
6935         * src/utils.[ch]
6936                 added get_mbox_cache_dir() function
6937
6938 2001-05-23 [hiroyuki]
6939
6940         * src/headerwindow.c
6941           src/inc.c
6942           src/main.c
6943           src/mh.c
6944           src/nntp.c
6945           src/procmsg.h
6946           src/session.h
6947           src/socket.[ch]
6948           src/summaryview.c
6949           src/textview.c
6950           src/automaton.c
6951           src/folderview.c: more sync with 0.4.99cvs2.
6952
6953         * src/headerwindow.c: reverted.
6954
6955 2001-05-22 [paul]
6956
6957         0.4.99claws2
6958
6959         * sync with sylpheed 0.4.99cvs2
6960                 * src/news.[ch]
6961                 * src/nntp.[ch]
6962                 * INSTALL
6963                 * INSTALL.jp
6964
6965 2001-05-22 [alfons]
6966
6967         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
6968
6969 2001-05-21 [alfons]
6970
6971         Minor things:
6972
6973         * configure.in: if gnome-config not found, "no" is displayed
6974         
6975         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
6976
6977         * src/textview.c: now also possible to add mail addresses by right
6978           clicking in the text view
6979
6980         * src/codeconv.c: merged patch which fixes endless loop when encountering
6981           invalid wide characters; from Alte <010@imis.ru>  
6982
6983 2001-05-20 [alfons]
6984
6985         Added installation of gnome specific things:
6986
6987         * Makefile.am: gnome conditional
6988
6989         * configure.in: check for installed gnome
6990
6991         * added sylpheed.png, sylpheed.desktop
6992
6993 2001-05-20 [sergey]
6994
6995         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
6996
6997         * src/mainwindow.h (main_window_toolbar_create): created a button
6998         for "Reply to all".
6999         (main_window_set_toolbar_sensitive): enable/disable the new button
7000         appropriately.
7001         (toolbar_reply_to_author_cb): handle the new button.
7002
7003         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
7004         send_progress_dialog_destroy() on failure (fixes hang on SMTP
7005         failure).
7006
7007 2001-05-19 [sergey]
7008
7009         * src/compose.h (ComposeReplyMode): new modes
7010         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
7011         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
7012
7013         * src/compose.c
7014         (compose_send): move some code into a new function:
7015         (compose_current_mail_account): new function.
7016         (compose_reply): new argument to_author, all callers changed; if
7017         to_author==TRUE and account->protocol==A_NNTP, find and use an
7018         appropriate mail account for replying.
7019         (compose_reply_set_entry): new argument to_author; ignore
7020         compose->replyto if to_author==TRUE.
7021
7022         * src/mainwindow.c: new command "Message/Reply to author".
7023         (main_window_set_menu_sensitive): enable/disable it.
7024         (reply_cb): handle it.
7025
7026         * src/summaryview.c: new command "Reply to author".
7027         (summary_set_menu_sensitive): enable/disable it.
7028         (summary_reply_cb): handle it.
7029
7030         * src/account.c (account_find_mail_from_address): new function.
7031
7032 2001-05-18 [paul]
7033
7034         0.4.99claws1
7035
7036         * sync with sylpheed 0.4.99cvs1
7037
7038 2001-05-18 [hoa]
7039
7040         * src/compose.[ch]
7041         * src/filtering.c
7042         * src/summaryview.c
7043                 new filtering action : forward and forward as attachment
7044
7045         * src/main.c
7046                 no need for $DISPLAY when we run sylpheed --help
7047                 call to parse_cmd_opt() is moved
7048
7049         * src/mainwindow.[ch]
7050                 execute button is hidden when immediate execute
7051                 is chosen
7052
7053         * src/mh.c
7054         * src/news.c
7055         * src/prefs_folder_item.c
7056         * src/procmsg.c
7057                 better handling of missing directories
7058
7059         * src/summaryview.c
7060                 reedit is enabled in outbox
7061                 reedit is enabled in queue
7062
7063 2001-05-17 [hoa]
7064
7065         * src/filtering.c
7066         * src/matcher.[ch]
7067         * src/prefs_filtering.c
7068                 changed attachement into attachment
7069
7070 2001-05-17 [alfons]
7071
7072         0.4.67claws4    
7073
7074         * sync with sylpheed 0.4.67cvs9
7075         * sync with sylpheed 0.4.67cvs7-8
7076
7077 2001-05-17 [hoa]
7078
7079         * src/Makefile.am
7080                 added prefs_filtering.c
7081
7082         * src/filtering.[ch]
7083         * src/matcher.[ch]
7084                 removed action : forward_news and forward_news_as_attachement
7085                 (forward and forward_as_attachement can be used instead)
7086
7087         * src/mainwindow.c
7088                 added menu option to access filtering configuration
7089
7090         * src/prefs_account.c
7091                 changed mail_command default to /usr/sbin/sendmail
7092
7093         * added src/prefs_filtering.[ch]
7094                 dialog box for filtering configuration
7095
7096         * src/prefs_matcher.c
7097                 added function prefs_matcher_get_criteria_from_matching()
7098
7099         * src/prefs_scoring.c
7100                 reset the dialog when register or substitute is clicked
7101
7102 2001-05-15 [hoa]
7103
7104         * src/Makefile.am
7105                 added filtering.[ch]
7106         * src/inc.c
7107                 using filering.[ch] instead of filter.[ch]
7108         * src/main.c
7109                 reading new filtering configuration
7110         * src/matcher.[ch]
7111                 added some filtering actions
7112                 and fixed a bug for headers and mail body matching
7113         * src/mbox.c
7114                 using filering.[ch] instead of filter.[ch]
7115         * src/mh.c
7116                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
7117         * src/summaryview.c
7118                 some fixes for filtering
7119
7120 2001-05-14 [hiroyuki]
7121
7122         * src/send.c: fixed some weird indentations.
7123           send_message_with_command(): call pclose() only if p != NULL.
7124         * src/textview.c: get_email_part(): modified the code for readability.
7125
7126 2001-05-14 [hiroyuki]
7127
7128         * src/md5global.h
7129           src/md5ify.c
7130           src/md5ify.h: removed from the cvs.
7131
7132 2001-05-13 [sergey]
7133
7134         * src/main.c: include rfc2015.h to avoid compiler warnings.
7135         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
7136         the panel is already on screen.
7137         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
7138         closing the alert window by ESC as "No".
7139         * src/prefs_common.c (prefs_interface_create): moved return
7140         receipt check button to the correct place.
7141
7142 2001-03-13 [alfons]
7143
7144         * src/prefs_common.c: 
7145                 moved return receipt check button to the Send tab. (prefs_send_create)
7146                 removed the date format ui related globals. (prefs_display_create)
7147
7148         0.4.67claws3
7149         
7150         * sync with sylpheed 0.4.67cvs5-6
7151
7152 2001-05-13 [paul]
7153
7154         * added Alfons' font selection patch
7155
7156         * src/defs.h
7157         * src/headerwindow.c
7158         * src/prefs_common.c
7159         * src/prefs_common.h
7160
7161 2001-05-13 [hoa]
7162         * src/defs.h
7163                 changed version of cache
7164         * src/matcher.[ch]
7165         * src/prefs_matcher.c
7166                 added additionnal matching criteria
7167         * src/procheader.c
7168         * src/procmsg.[ch]
7169         * src/news.c
7170                 added references in MsgInfo
7171
7172 2001-05-12 [hoa]
7173
7174         * src/defs.h
7175                 prepared some things for new filtering
7176         * src/matcher.[ch]
7177                 added some matching properties
7178                 inreplyto need to be enhanced
7179                 prepared some things for new filtering
7180         * src/messageview.c
7181                 added Return-Receipt-To handling
7182         * src/prefs_folder_item.c
7183                 changed default value to TRUE
7184         * src/prefs_matcher.c
7185                 added some matching properties
7186         * src/prefs_scoring.[ch]
7187                 the scoring dialog is finished
7188         * src/procheader.c
7189                 added Return-Receipt-To handling
7190                 Reference need to be added
7191         * src/procmsg.[ch]
7192                 added Return-Receipt-To handling
7193                 added threadscore to get a better score sorting when
7194                 threads are enabled
7195         * src/summaryview.c
7196                 suppressed a bug when we sort the list
7197                 when no folder is opened.
7198                 better score sorting when threads are enabled
7199
7200 2001-05-12 [alfons]
7201
7202         * reverted previous patch because of potential errors 
7203
7204         0.4.67claws2
7205         
7206         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
7207                 applied "toggle mail-retrieval dialog window" patch submitted 
7208                 by Eric Limpens <eric@qnt.net>
7209
7210         * sync with sylpheed 0.4.67cvs4
7211
7212 2001-05-12 [sergey]
7213
7214         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
7215         some picky compilers.
7216         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
7217         * src/grouplist_dialog.c: include alertpanel.h.
7218         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
7219         fix compile warning.
7220         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
7221         #include "defs.h" before others to prevent the warning of `MIN'
7222         and `MAX' redefinition.
7223
7224 2001-05-11 [hoa]
7225
7226         * src/main.c
7227         * src/messageview.c
7228         * src/prefs_account.c
7229         * src/prefs_display_header.c
7230                 removed warning
7231         * src/Makefile.am
7232                 added prefs_scoring.[ch]
7233         * src/grouplist_dialog.c
7234                 display an error dialog box if the group list
7235                 cannot be fetched.
7236         * src/mainwindow.[ch]
7237                 added main_window_set_thread_option() function
7238                 scoring dialog box enabled
7239         * src/matcher.[ch]
7240                 added flags matching unread /new / marked
7241                 / deleted / replied / forwarded
7242         * src/news.c
7243                 newsgroups are now finally in newscache
7244         * src/prefs_matcher.[ch]
7245                 finished preferences for matching dialog
7246         * added src/prefs_scoring.[ch]
7247                 scoring dialog box completed
7248         * src/scoring.[ch]
7249                 conversion to string : added scoringprop_to_string()
7250                 write config for preferences :
7251                 added prefs_scoring_write_config()
7252         * src/summaryview.c
7253                 threads can be enabled/disabled independently
7254                 for each folder
7255
7256 2001-05-10 [alfons]
7257
7258         0.4.67claws1
7259         
7260         * AUTHORS: 
7261                 thought it would be nice to have a list of all
7262                 contributors (used Changelog as a reference)
7263         
7264         * configure.in: 
7265                 messed up version numbering...
7266
7267         0.4.66claws1
7268
7269         * sync with sylpheed 0.4.67cvs1-3
7270
7271 2001-05-10 [darko]
7272
7273         * src/prefs_common.c:
7274                 better UI for strftime format, double clicking
7275                 on format now inserts the format in text entry
7276                 replaced close button with standard OK/Cancel
7277                 moved date format button to the right of the
7278                 text entry field
7279
7280 2001-05-09 [alfons]
7281
7282         * src/gtkstext.c:
7283                 Ctrl-Home / Ctrl-End have proper cursor navigation
7284
7285 2001-05-09 [hoa]
7286
7287         * src/prefs_matcher.c
7288                 finished UI to define matching properties
7289                 added ok and cancel button
7290         * src/prefs_filter.c
7291                 added ok and cancel button
7292         * src/news.c
7293                 fixed some bug in xhdr parsing
7294
7295 2001-05-08 [alfons]
7296
7297         * src/textview.c: 
7298                 fixed a bug in textview_show_header(), which displayed two colons (':');
7299                 cleaned up some warnings
7300
7301 2001-05-08 [hoa]
7302
7303         * src/Makefile.am
7304                 added prefs_matcher.[ch]
7305                 compilation with -W -Wall
7306         * src/alertpanel.c
7307                 ungrab the mouse events if grabbed - does it
7308                 fix the bug for disposition notification ?
7309         * src/mainwindow.c
7310                 added a menu option to open the matching dialog.
7311         * src/matcher.[ch]
7312                 added matcherprop_to_string() and matcherlist_to_string()
7313                 fixed some bugs, changed the name of some options
7314                 age_sup and age_inf becomes age_greater and age_lower,
7315                 body and messageheaders becomes body_part and headers_part,
7316                 changed the names of constants from SCORING_XXX to MATCHING_XXX
7317         * src/prefs_display_header.c
7318         * src/prefs_headers.c
7319                 fixed a bug that accidentally destroyed dialogs
7320                 when closed them with delete_event
7321                 Added *_deleted() which handle delete_event signal correctly.
7322         * src/prefs_folder_item.[ch]
7323                 added "enable_thread" field for future customization
7324         * added src/prefs_matcher.[ch]
7325                 sample of the UI to define matching properties
7326         * src/procheader.c
7327                 using procheader_headername_equal instead of str*cmp functions
7328                 using procheader_parse_header() function
7329         * src/scoring.c
7330                 using MATCHING_XXX instead of SCORING_XXX
7331         * src/summaryview.c
7332                 display the sender of the news even if this is ourself
7333                 when this is a news message.
7334         * src/textview.c
7335                 using headername_equal() instead of str*cmp functions
7336
7337 2001-05-08 [alfons]
7338
7339         0.4.66claws
7340
7341         * sync with sylpheed 0.4.66
7342         * src/gtkstext.c: trace logs added 
7343
7344 2001-05-08 [sergey]
7345
7346         * src/prefs_common.[ch]: added option to enable/disable GnuPG
7347         signature check popup.
7348         * src/rfc2015.c (check_signature): show signature check popup only
7349         if it is enabled in preferences.
7350
7351 2001-05-07 [alfons]
7352
7353         0.4.66claws4
7354         
7355         * sync with sylpheed 0.4.66cvs6
7356
7357 2001-05-07 [darko]
7358
7359         * src/prefs_common.[ch]: added option to enable/disable
7360           looking up sender name in address book for summary pane
7361         * src/summaryview.c: look up sender in the address book
7362           by using Alfons' address completion code
7363
7364 2001-05-07 [hiroyuki]
7365
7366         * src/inc.h
7367           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
7368           member of Pop3State.
7369         * src/news.c: brought #include "defs.h" before #include <glib.h>
7370           to prevent the warning of `MIN' and `MAX' redefinition.
7371
7372 2001-05-06 [hoa]
7373
7374         * removed src/headers_display.[ch]
7375         * removed src/prefs_display_headers.[ch]
7376         * src/inc.c
7377                 use a temporary file in the user directory for mbox import
7378         * src/news.c
7379                 added XHDR support to get "To" and "Cc" headers
7380                 (in order to match news with to or cc field for
7381                 scoring)
7382                 added function news_parse_xhdr() to get XHDR response
7383         * src/nntp.[ch]
7384                 added function nntp_xhdr()
7385         * src/matcher.c
7386                 fetch the message if necessary
7387
7388 2001-05-06 [alfons]
7389
7390         0.4.66claws3
7391
7392         * sync with sylpheed 0.4.66cvs3-5
7393
7394 2001-05-06 [hoa]
7395
7396         * src/utils.[ch]
7397                 added function itos_buf() to enable use of several buffers
7398         * src/summaryview.c
7399                 use of itos_buf() instead of itos() in summary list
7400                 to fix the broken display of message number.
7401
7402 2001-05-06 [alfons]
7403
7404         * src/gtkstext.c: bug in cursor up navigation fixed,
7405                 fixed another unsigned / signed comparison (we're getting there :-)
7406
7407 2001-05-06 [hoa]
7408
7409         * src/Makefile.am
7410                 added scoring.c scoring.h
7411                 prefs_folder_item.c prefs_folder_item.h
7412                 matcher.c matcher.h
7413         * src/defs.h
7414                 added FOLDERITEM_RC SCORING_RC
7415         * src/folder.[ch]
7416                 added prefs field in FolderItem :
7417                 properties for each folder (PrefsFolderItem),
7418                 sorting type and mode were added as the first properties.
7419         * src/main.c
7420                 read config for scoring
7421         * added src/matcher.[ch]
7422                 gives functions to parse configuration file to do
7423                 matching on mails with a list of conditions.
7424         * src/mainwindow.c
7425                 add option to sort by score
7426         * src/prefs_common.[ch]
7427                 added preference option to show score and for
7428                 the score column size
7429         * added src/prefs_folder_item.[ch]
7430                 properties for each folder (PrefsFolderItem),
7431                 sorting type and mode were added as the first properties.
7432         * src/procheader.[ch]
7433                 added procheader_parse_header()
7434                 added procheader_header_free()
7435                 added procheader_headername_equal()
7436                 and made modification to use them.
7437         * src/procmsg.[ch]
7438                 added score field to MsgInfo structure
7439         * added src/scoring.[ch]
7440                 gives functions to parse configuration file to do
7441                 scoring on mails with a list of conditions.
7442         * src/summaryview.[ch]
7443                 save the sorting type and mode for the folder
7444                 added column to display the score of the mail
7445                 added function summary_score_clicked()
7446                 sorting type and mode are restored to the folder
7447                 when it is reopen
7448         * src/textview.c
7449                 use procheader_parse_header(), procheader_headername_equal()
7450                 removed memory leak in text_scan_header when freeing headers
7451         * src/filter.c
7452                 changed the function to match names of headers
7453                 using procheader_headername_equal()
7454
7455         Scoring functions are implemented, an interface is needed
7456         to configure that.
7457
7458 2001-05-04 [alfons]
7459
7460         * src/gtkstext.c: 
7461                 hopefully fixed the row up navigation bug,
7462                 removed adding back / forward lines to cache
7463
7464 2001-05-04 [sergey]
7465
7466         * src/prefs_display_headers.c: user interface changes:
7467         (prefs_display_headers_create): remove unused "Show" check button;
7468         allow reordering of headers by dragging.
7469         (prefs_display_headers_write_config): remove unused variables.
7470         (prefs_display_headers_set_dialog): do not insert "(New)" at top
7471         of lists (not needed with the new UI).
7472         (prefs_display_headers_set_list): scan lists starting from row 0,
7473         not 1 (do not skip "(New)").
7474         (prefs_display_headers_find_header): new function.
7475         (prefs_display_headers_clist_set_row): do not allow duplicates.
7476         (prefs_display_headers_delete_cb): do not skip row 0; treat
7477         closing the alert window by ESC as "No".
7478         (prefs_display_headers_up): do not protect row 0.
7479         (prefs_display_headers_down): do not protect row 0.
7480
7481 2001-05-04 [sergey]
7482
7483         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
7484         functions.
7485
7486         * src/summaryview.c
7487         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
7488         summary_select_next_marked, summary_select_prev_marked): new
7489         functions.
7490
7491 2001-05-03 [sergey]
7492
7493         * src/news.c: fixed a bug when no article can be fetched after
7494         server timeout if the connection was restored by news_post():
7495         (news_select_group): new function.
7496         (news_fetch_msg): call news_select_group() before fetching
7497         article.
7498         (news_get_uncached_articles): set session->group after successful
7499         GROUP command.
7500
7501 2001-05-03 [hoa]
7502
7503         * src/defs.h
7504         * src/procmsg.[ch]
7505         * src/procheader.c
7506                  changed version of cache, added cc field
7507
7508         * src/prefs_display_headers.c
7509                 the interface was changed
7510
7511         * src/prefs_headers.c
7512                 added cancel button
7513
7514 2001-05-03 [alfons]
7515
7516         * completed sync of sylpheed cvs2
7517         * src/gtkstext.c: updated row up / down cursor navigation
7518         * src/textview.c: re-edited, prepared for fixing the email address
7519                 scanner.
7520
7521 2001-05-03 [darko]
7522
7523         * src/prefs_common.c: use alfons' strftime ui code
7524         entry_datefmt and datefmt_sample widgets have to be
7525         global in this module because of this change
7526
7527 2001-05-03 [hoa]
7528
7529         * src/messageview.c
7530         * src/prefs_common.[ch] added option to activate the return receipt
7531                 feature.
7532
7533 2001-05-02 [alfons]
7534
7535         * src/gtkstext.c: fix for row up/down cursor navigation. 
7536
7537         0.4.66claws2
7538         
7539         * sync with 0.4.66cvs2
7540
7541 2001-05-02 [paul]
7542
7543         added add-sender-to-addressbook patch
7544
7545         * src/addressbook.c
7546         * src/addressbook.h
7547         * src/summaryview.c
7548
7549 2001-05-02 [sergey]
7550
7551         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
7552         G_ALERTDISABLE.
7553
7554         * src/alertpanel.c (alertpanel_create): new argument can_disable,
7555         all existing callers changed to pass FALSE; create a check button
7556         to disable the message.
7557         (alertpanel_message_with_disable): new function.
7558         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
7559         (alertpanel_button_toggled): new function.
7560         (alertpanel_button_clicked, alertpanel_close): set value using
7561         G_ALERT_VALUE_MASK.
7562
7563         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
7564
7565         * src/prefs_common.c (prefs_privacy_create): new check button
7566         checkbtn_gpgme_warning.
7567
7568         * src/main.c (main): moved preferences reading before gpgme
7569         initialization; check prefs_common.gpgme_warning before giving the
7570         GnuPG warning and set it to FALSE if the user wants to disable the
7571         warning.
7572
7573 2001-05-02 [hiroyuki]
7574
7575         * src/prefs_display_headers.c: modified the layout and some labels.
7576
7577 2001-05-02 [sergey]
7578
7579         * src/prefs_account.c (prefs_account_fix_size): new function.
7580         (prefs_account_create): call prefs_account_fix_size(); use
7581         gtk_widget_show instead of gtk_widget_show_all (fixes too large
7582         size when the window is shown for the first time).
7583         (prefs_account_basic_create): changed layout of serv_table; moved
7584         localmbox_entry above smtpserv_entry (logically it replaces
7585         POP3/IMAP server).
7586         (prefs_account_protocol_activated): set sensitivity of
7587         nntpauth_chkbtn according to the protocol (in addition to
7588         hide/show); commented out gtk_table_set_row_spacing() calls.
7589         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
7590         not sensitive (fixes a bug with disabled username/password boxes
7591         when editing POP3 account after NNTP with authentication).
7592
7593 2001-05-02 [hoa]
7594
7595         * src/account.c
7596         * src/inc.c
7597         * src/prefs_account.[ch]
7598         * src/send.c
7599                 removed local account without SMTP server
7600                 added option to use mail command instead of a connexion
7601                 to SMTP server when a local account is used
7602         * src/prefs_headers.c
7603                 fixed a bug
7604         * src/news.c
7605                 fixed a bug when connexion immediately closed
7606
7607 2001-05-01 [alfons]
7608
7609         0.4.66claws1
7610         
7611         * sync with 0.4.65
7612
7613 2001-05-01 [sergey]
7614
7615         * src/prefs_account.c (Basic, prefs_account_basic_create): new
7616         widget nntpauth_chkbtn.
7617         (prefs_account_protocol_activated): handle nntpauth_chkbtn
7618         visibility.
7619         (prefs_account_nntpauth_toggled): new function.
7620
7621         * src/news.c (news_session_new_for_folder): use NNTP
7622         authentication only if ac->use_nntp_auth is set.
7623
7624 2001-05-01 [hoa]
7625
7626         * src/Makefile.am changed headers.[ch] in customheader.[ch]
7627         * src/prefs_display_headers.c changed the UI
7628         * src/prefs_headers.c changed account_name to account_id
7629         * src/compose.c using customheader.h
7630
7631 2001-05-01 [hiroyuki]
7632
7633         * src/esmtp.c
7634           src/news.c
7635           src/nntp.c: changed sock_read() to sock_gets(), they've been left
7636           unsynched.
7637
7638 2001-05-01 [hoa]
7639
7640         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
7641         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
7642                 for displaying of headers
7643         * src/grouplist_dialog.[ch] minor changes to remove warnings
7644         * src/prefs_display_headers.[ch] dialog to choose the
7645         headers to display in the mail viewer.
7646         * src/headers.h correction of #define
7647         * src/headers_display.[ch] configuration for displaying of headers.
7648         * src/main.c read config of displaying of headers
7649         * src/prefs_common.c add a button to access the config dialog
7650                 for displaying of headers
7651         * src/prefs_display_headers.[ch] dialog for configuration for
7652                 displaying of the headers.
7653         * src/prefs_headers.c cleaning of code
7654         * src/procheader.c comments added to code
7655         * src/textview.c changes to reorder the headers depending
7656                 on the config for displaying of headers
7657
7658 2001-04-30 [alfons]
7659
7660         0.4.65claws7
7661
7662         * sync with 0.4.65cvs12
7663
7664         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
7665
7666 2001-04-30 [sergey]
7667
7668         * src/nntp.h (NNTPSockInfo): new field auth_failed.
7669
7670         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
7671         is set to force reconnection after authentication failure.
7672         (nntp_gen_command): set sock->auth_failed on authentication
7673         failure, or if sock->userid and sock->passwd are not set.
7674
7675         * src/news.c (news_session_new_for_folder): set userid=NULL if
7676         password dialog is cancelled.
7677
7678 2001-04-30 [sergey]
7679
7680         * src/nntp.h (NNTPSockInfo): new type.
7681
7682         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
7683         SockInfo.
7684         (nntp_open_auth, nntp_close): new functions.
7685         (nntp_gen_command): new function to handle authentication; all
7686         NNTP command functions updated to use it.
7687         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
7688         (nntp_list): removed old useless code.
7689
7690         * src/news.h (NNTPSession): new field nntp_sock.
7691
7692         * src/news.c: all functions updated to use NNTPSockInfo instead of
7693         SockInfo.
7694         (news_session_new): new arguments (userid, passwd); made static;
7695         use nntp_open_auth() if needed.
7696         (news_session_destroy): use nntp_close() instead of sock_close().
7697         (news_query_password): changed arguments.
7698         (news_session_new_for_folder): new function.
7699         (news_session_get): use news_session_new_for_folder().
7700         (news_authenticate): deleted.
7701         (news_get_uncached_articles): removed old authentication code.
7702
7703 2001-04-30 [sergey]
7704
7705         * src/news.c: reverted my previous changes (need to do NNTP
7706         authentication in a cleaner way).
7707         
7708 2001-04-29 [sergey]
7709
7710         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
7711         news_nntp_post, news_nntp_mode): new functions (wrappers with
7712         authentication support).
7713         (news_get_article_cmd, news_get_article, news_get_header): new
7714         argument "folder"; all callers changed.
7715         (news_get_article_cmd): added authentication support.
7716         (news_session_get): use news_nntp_mode() instead of nntp_mode().
7717         (news_post): use news_nntp_post() instead of nntp_post().
7718         (news_get_uncached_articles): use news_nntp_group() instead of
7719         nntp_group() and news_nntp_xover() instead of nntp_xover();
7720         removed old authentication code.
7721         (news_get_group_list): use news_nntp_list() instead of nntp_list().
7722
7723         * src/nntp.c (nntp_list): return real error code instead of
7724         hardcoded NN_ERROR.
7725
7726 2001-04-29 [sergey]
7727
7728         * configure.in: fixed wint_t typedef detection again
7729
7730 2001-04-28 [hoa]
7731
7732         * src/prefs_account.[ch], added A_LOCAL_CMD
7733                 (send mail with mail command)
7734         * src/send.c added function send_message_with_command()
7735         * src/inc.c made a more secure get_spool() function with
7736                 mktemp() but maybe mkstemp() or something more
7737                 secure can be used.
7738
7739 2001-04-28 [alfons]
7740
7741         * src/textview.c, colorization of email addresses in headers
7742
7743         0.4.65claws6
7744
7745         * bug sync with sylpheed
7746         * prefs_common.c: created date format ui for darko
7747         * sync with 0.4.65cvs11
7748         * configure.in: corrected to have the new gpg checks
7749
7750 2001-04-27 [alfons]
7751
7752         * completed sync with 0.4.65cvs10
7753         * minor debug things added to gtkstext.c
7754
7755 2001-04-27 [darko]
7756
7757         * configure.in: remove check for availability of
7758           strftime() as advised by Hiroyuki
7759         * src/prefs_common.[ch], src/procheader.c:
7760           synch strftime() code with Hiroyki's main branch
7761
7762 2001-04-26 [sergey]
7763
7764         * src/news.c: news_query_password(), news_authenticate(): new
7765           functions.
7766           news_get_uncached_articles(): added NNTP authentication
7767           handling.
7768         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
7769           new functions.
7770         * src/prefs_account.c: prefs_account_protocol_activated():
7771           enable userid and password fields for NNTP.
7772
7773 2001-04-26
7774
7775         * configure.in: check for availability of strftime()
7776           [darko]
7777         * src/prefs_common.[ch], src/procheader.c: use
7778           strftime() for displaying date in summary pane if it
7779           is available
7780
7781 2001-04-25
7782
7783         * more .cvsignore cleanups [alfons]
7784
7785 2001-04-25
7786
7787         * ac/sv-check-type.m4: new autoconf macro.
7788         * configure.in: fixed wint_t typedef detection (did not work
7789           with gcc-2.96).
7790
7791 2001-04-25
7792
7793         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
7794           [hiroyuki]
7795
7796 2001-04-24
7797         * modified gtkstext.c : buggy cursor navigation fixed, 
7798           and font descent also taken in account when drawing
7799           cursor. [alfons]
7800
7801 2001-04-24 [hoa]
7802         * added comments in src/news.c src/nntp.c
7803         * added src/prefs_headers.[ch]
7804         * added src/headers.[ch]
7805         * modified compose.c to activate custom headers
7806                 added function is_in_custom_headers
7807         * modified prefs_account.[ch]
7808                 added function prefs_account_customhdr_edit
7809         * modified src/defs.h :
7810                 added HEADERS_RC : name of the config file
7811                 for the custom headers
7812
7813 2001-04-24
7814
7815     0.4.65claws5
7816
7817         * configure.in
7818           src/gtkstext.[ch]
7819           src/compose.c
7820           src/Makefile.am
7821           
7822           added gtkstext with configure.in patch by Hiroyuki which
7823           should fix the XIM detection [alfons]
7824
7825         * more clean up of cvs [alfons]
7826
7827                  * removed all Makefile.in files to attic.
7828
7829                  * updated all .cvsignores to really ignore things that could
7830                    be unintentionally committed by a recursive commit.
7831
7832 2001-04-23 [hoa]
7833         * added src/grouplist_dialog.[ch]
7834         * changed src/folderview.c to call grouplist_dialog instead
7835                 of inputdialog
7836         * src/news.c :
7837                 added functions news_reset_group_list
7838                 and news_get_group_list
7839         * src/nntp.c :
7840                 added function nntp_list
7841         * src/defs.h :
7842                 added GROUPLIST_FILE : name of the newsgroup list cache file
7843
7844 2001-04-21
7845
7846         * added option to warn about queued messages on exit [sergey]:
7847
7848           * src/compose.c: compose_queue(): call folder_item_scan()
7849             and folderview_update_item() after queueing.
7850           * src/folderview.c: folderview_update_node(): draw the queue
7851             folder in bold font if there are queued messages.
7852           * src/mainwindow.c: queued_messages(): new function.
7853             app_exit_cb(): display warning if there are queued messages
7854             if warn_queued_on_exit is set.
7855           * prefs_common.[ch]: add warn_queued_on_exit option.
7856
7857         * enhanced GnuPG key selection support [sergey]:
7858
7859           * src/select-keys.c: updated to newer version from Win32
7860             branch with support for selecting arbitrary keys.
7861           * src/prefs_account.c: added the Privacy tab to the account
7862             options window.
7863             prefs_account_privacy_create(),
7864             prefs_account_sign_key_set_data_from_radiobtn(),
7865             prefs_account_sign_key_set_radiobtn(): new functions.
7866           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
7867           * src/rfc2015.c: set_signers(): new function.
7868             pgp_sign(): add the account parameter, call set_signers().
7869             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
7870           * src/rfc2015.h: rfc2015_sign(): updated prototype.
7871           * src/compose.c: pass the current account to rfc2015_sign().
7872
7873         * tag name claws added to prevent confusion with main branch [alfons]
7874
7875         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
7876
7877         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
7878
7879         * sync with recent sylpheed cvs. Untested though. [alfons]
7880