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