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