fix 'Reply to all' bugs
[claws.git] / ChangeLog.claws
1 2002-02-04 [paul]       0.7.0claws47
2
3         * src/compose.c
4           src/summaryview.c
5                 fix bug #494993 (Reply All not taking Reply-To into consi)
6                 eliminate differences in behaviour of right-click 'Reply to all' 
7                 in summary view and 'Reply to all' on the toolbar. 
8                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
9                 view and From gets ignored by 'Reply to all' on toolbar.
10                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
11                 From when no Reply-To header is present.
12
13 2002-02-04 [paul]       0.7.0claws46
14
15         * sync with sylpheed 0.7.0cvs30
16                 see ChangeLog entries 2002-02-03 and 2002-02-04
17
18 2002-02-03 [melvin]     0.7.0claws45
19
20         * src/gtkspell.[ch]
21                 Readded function to highlight all misspelled words.
22                 Fixed bug where user-provided-words did not replace
23                         correctly the misspelled word when using the mouse.
24                 Fixed bug where checking a region selected from right to left did
25                         not check the region at all.
26                 Fixed bug where 'Check backwards' may not check at all. 
27                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
28                 Fixed possible buffer overflow when checking for long strings (>1k).
29                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
30                 Accelerators code uses now gtk_widget_add_accel.
31                 Removed and disabled obsolete and unfinished code.
32                 Cleaning up.
33
34         * src/compose.c
35                 Added menu item to Highlight all misspelled words.
36
37 2002-02-01 [paul]       0.7.0claws44
38
39         * src/mainwindow.c
40                 fix '/View/Hide read messages' sensitivity when all
41                 messages in a folder are hidden
42
43 2002-02-01 [paul]       0.7.0claws43
44
45         * src/main.c
46                 add --send option to command line interface, sends all
47                 queued mail. Patch submitted by Ricardo Mones Lastra.
48
49 2002-01-31 [paul]       0.7.0claws42
50
51         * src/mainwindow.c
52                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
53
54 2002-01-31 [paul]       0.7.0claws41
55
56         * sync with sylpheed 0.7.0cvs27
57                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
58                 and 2002-01-31
59
60         * src/textview.c
61                 comment out elements of textview_show_part() as temporary
62                 workaround for attachment 'Display as text' bug 
63
64         * po/pt_BR.po
65                 updated by Fabio Junior Beneditto
66
67 2002-01-30 [paul]       0.7.0claws40
68
69         * sync with sylpheed 0.7.0cvs24
70                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
71                 and 2002-01-30
72
73         * src/compose.c
74                 add {N_("/_Spelling"), ... "<Branch>"} to 
75                 GtkItemFactoryEntry compose_entries[]
76
77         * src/prefs_common.c
78                 add claws menu items to prefs_keybind_apply_clicked()
79                 and remove non-claws menu items
80
81 2002-01-29 [paul]       0.7.0claws39
82
83         * sync with sylpheed 0.7.0cvs22
84                 see ChangeLog entries 2002-01-28 and 2002-01-29
85
86 2002-01-28 [melvin]     0.7.0claws38
87
88         * src/compose.c
89                 Added the declartion of compose_send_control_enter.
90
91         * src/compose.c
92         * src/gtkspell.[ch]
93                 Added in a 'Spelling' menu which includes the configuration menu. 
94                 Added a real 'Check all' and got rid from the old one which only
95                 highlited misspelled word.
96                 Made 'Check while typing' a disableable option.
97                 Added a dialog when there are no more misspelled word.
98                 Added a dialog if error occurs when switching to a dictionary.
99         
100         * src/prefs_common.[ch]
101                 Added option for the default 'Check while typing' option.
102
103
104 2002-01-28 [alfons]     0.7.0claws37
105
106         * src/compose.c
107                 fix buglet and make code comply with sylpheed code style
108
109 2002-01-28 [paul]       0.7.0claws36
110
111         * sync with sylpheed 0.7.0cvs19
112                 see ChangeLog entries for 2002-01-28
113
114 2002-01-28 [hoa]        0.7.0claws35
115
116         * src/defs.h
117                 added rendererrc
118
119         * src/main.c
120                 read the renderer config
121
122         * src/procmime.[ch]
123                 use the renderer config to convert mime attachments
124
125         * src/textview.c
126                 don't use textview_show_html/ertf,
127                 use get_text_content instead
128
129 2002-01-27 [alfons]     0.7.0claws34
130         
131         * src/news.c
132                 make sylpheed believe it can delete a news message...
133                 (messages are NOT deleted, maybe we should remove
134                 processing from the folder properties after all.)
135
136 2002-01-27 [alfons]     0.7.0claws33
137
138         * src/folder.c
139                 add extra checks
140         * src/news.c
141                 implement remove_msg() 
142
143 2002-01-27 [alfons]     0.7.0claws32
144
145         * src/procmsg.h
146         * src/procheader.c
147         * src/messageview.c
148                 fix return receipt / disposition notification again. this
149                 stuff seems to break on _every_ major summary UI change, so
150                 it's now implemented using a flag which is saved in the
151                 marks cache
152                 
153 2002-01-26 [alfons]     0.7.0claws31
154
155         * src/import.c
156                 let import dialog show the destination folder identifier
157
158 2002-01-26 [melvin]     0.7.0claws30
159
160         * src/folderview.c
161         * src/summaryview.c
162                 Readded 'Mark all read' into summary view popup menu
163                 Added 'Mark all read' in folder view popup menu for IMAP
164                 and NNTP.
165                 Made it insensitive if the selected folder is not the shown
166                 one to avoid 'Mark all read' on the wrong folder.
167                 
168 2002-01-26 [paul]       0.7.0claws29
169
170         * src/folderview.c
171           src/summaryview.c
172                 move 'Mark all read' from summary view to folder view
173                 menu. (adapted from) patch submitted by Jeremy Andrews,
174                 <lists@kerneltrap.com>
175
176 2002-01-25 [alfons]     0.7.0claws28
177
178         * src/gtkstext.c
179                 put the gtk class name back so GtkSText adapts the 
180                 settings of GtkText
181
182 2002-01-25 [alfons]     0.7.0claws27
183
184         * src/folderview.c 
185                 assimilate Ricardo's patch that shows pixmaps instead of
186                 plain "new" and "unread" texts in the folder view column
187                 headers 
188
189 2002-01-25 [paul]       0.7.0claws26
190
191         * src/Makefile.am
192                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
193                 be found in non-standard locations. 
194                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
195
196 2002-01-25 [paul]       0.7.0claws25
197
198         * sync with sylpheed 0.7.0cvs16
199                 see ChangeLog entry 2002-01-25
200
201 2002-01-24 [paul]       0.7.0claws24
202
203         * more sync with sylpheed 0.7.0cvs15
204                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
205
206 2002-01-23 [sergey]     0.7.0claws23
207
208         * src/importldif.c
209                 Fixed segfault when closing LDIF import wizard with
210                 the window manager.
211         * src/imageview.c
212         * src/imageview.h
213         * src/messageview.c
214         * src/mimeview.c
215                 Fixed wrong scrolling position after switching between
216                 text and image parts.
217
218 2002-01-23 [paul]       0.7.0claws22
219
220         * sync with sylpheed 0.7.0cvs15
221                 see ChangeLog entries 2002-01-22 and 2002-01-23
222
223 2002-01-21 [melvin]     0.7.0claws21
224
225         * src/prefs_scoring.c
226         * src/prefs_filtering.c
227                 Fixed bug where scoring and filtering windows stopped
228                 autochecking.
229
230 2002-01-21 [paul]       0.7.0claws20
231
232         * sync with sylpheed 0.7.0cvs12
233                 see ChangeLog entries 2002-01-20 and 2002-01-21
234
235 2002-01-21 [carsten]    0.7.0claws19
236         * src/mainwindow.c
237         * src/menu.[ch]
238         * src/messageview.[ch]
239         * src/summaryview.[ch]
240                 changes to shortcuts handling again:
241                         + "Q" now controled by mainwin
242                         + v/V are now customizable and have slightly
243                           different meanings
244                 the "button" to minimize the messageview (and maximize
245                 the summary view) is a real button now
246         * src/compose.c
247                 "Delete Line+" added to Edit/Advanced (this will also
248                 delete the '\n')
249
250 2002-01-20 [melvin] 0.7.0claws18
251
252         * src/addressbook.c
253                 Made "Bcc" sensitive when addressbook is called from
254                 compose window (it was a Claws only bug).
255
256 2002-01-19 [alfons] 0.7.0claws17
257
258         * src/inc.c
259                 prevent unnecessary updates when currently selected folder has
260                 no new messages 
261
262 2002-01-19 [alfons] 0.7.0claws16
263         
264         * src/summaryview.c
265                 prevent writing the cache based on current message list in summary 
266                 view when filtering also put messages in currently selected folder
267
268 2002-01-19 [paul]
269
270         * po/it.po
271                 Italian translation submitted by Alessandro Maestri
272                 <a.maestri@cs.tin.it>
273
274 2002-01-18 [melvin]     0.7.0claws15
275
276         * src/prefs_filters.c
277                 fixed bug where 'cancel' from 'filters' window stops autochecking
278                 if the timer timed out  when the window was open.
279
280 2002-01-18 [match]      0.7.0claws14
281
282         * src/addrclip.[ch]     ** NEW FILE **
283         * src/addrselect.[ch]   ** NEW FILE **
284         * src/adbookbase.h      ** NEW FILE **
285                 addressbook cut, copy and paste
286         * src/addrbook.[ch]
287         * src/addrcache.[ch]
288         * src/addressitem.h
289         * src/addrindex.[ch]
290         * src/addritem.[ch]
291         * src/importldif.c
292         * src/importmutt.c
293         * src/jpilot.[ch]
294         * src/syldap.[ch]
295         * src/vcard.[ch]
296         * src/jpilot.[ch]
297         * src/editbook.c
298         * src/editjpilot.c
299         * src/editldap.c
300         * src/editvcard.c
301                 support for copy/paste
302         * src/addressbook.c
303                 support for copy/paste
304                 tidy up menu option processing
305                 correct address list function arguments
306         * src/editaddress.c
307                 sort user attributes
308         * src/ldif.h
309         * src/mutt.h
310                 tidy up
311
312         * src/addrbook.[ch]
313         * src/addrbook.[ch]
314         * src/addrbook.[ch]
315                 
316
317 2002-01-18 [paul]       0.7.0claws13
318
319         * sync with sylpheed 0.7.0cvs8
320                 configure.in: support Mac OS X (Darwin)
321
322 2002-01-18 [carsten]    0.7.0claws12
323         * src/html.c
324                 small hack to fix a segfault with an empty href
325                 (reported by Alexandra Walford <deeni@altern.org>)
326         * src/mainwindow.c
327         * src/summaryview.c
328                 the shortcuts for Mark und Mark as unread are hardcoded
329                 again
330         * src/compose.c
331         * src/gtkstext.[ch]
332                 readded the shortcuts in gtkstext but made them
333                 customizeable (simply by adding a menu plus a wrapper
334                 to compose.c)
335
336 2002-01-17 [melvin]     0.7.0claws11
337
338         * src/gtkspell.c
339                 fix default dictionary not being saved.
340
341 2002-01-16 [darko]      0.7.0claws10
342
343         * src/compose.c
344                 fix wrapping crash with URL longer than wrapping margin
345
346 2002-12-08 [hoa]        0.7.0claws10
347
348         * src/matcher_parser_parse.y
349                 fixed some bugs
350
351         * src/prefs_filtering.c
352                 now, we can use bounce action in the dialog box.
353
354 2002-01-16 [carsten]    0.7.0claws9
355         * src/gtkstext.c
356                 removed the <control> and <alt> shortcuts because they're
357                 not needed and interefered with the "normal" shortcuts
358         * src/mainwindow.c
359         * src/summaryview.c
360                 removed most of the hardcoded shortcuts and assigned
361                 them to menu entries making them easy customizable by
362                 that
363
364 2002-01-16 |melvin]     0.7.0claws8
365
366         * src/gtkspell.c
367                 fixed bug where using the mouse and when the compose
368                 window is not on top may result in a crash.
369
370 2002-01-16 [melvin]     0.7.0claws7
371
372         * src/compose.c
373                 fixed a long standingspell checker bug which could 
374                 cause a crash after sending a message.
375
376 2002-01-16 [paul]       0.7.0claws6
377
378         * sync with sylpheed 0.7.0cvs7
379                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
380                 2002-01-15, and 2002-01-16
381
382 2002-01-16 [melvin]     0.7.0claws5
383
384         * README.claws
385         * src/compose.c
386         * src/gtkspell.[ch]
387         * src/main.c
388                 Heavily modified spell checker code to work around
389                 ispell bug, to add keyboard shortcuts and for future
390                 enhancements. See README.claws for usage information.
391
392 2002-01-15 [alfons]     0.7.0claws4
393         
394         * src/summaryview.c
395                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
396                 so sorting within threads reflects sort mode
397
398 2002-01-15 [christoph]  0.7.0claws3
399
400         * src/procmsg.c
401                 added alertpanel if mail sending failed
402
403 2002-01-15 [alfons]     0.7.0claws2
404         
405         * src/prefs_filtering.c
406                 don't stop timer when prefs filtering dialog is opened
407
408 2002-01-14 [alfons]     0.7.0claws1
409
410         * src/addr_compl.c
411         * src/prefs.c
412                 remove debug_print()s for privacy reasons
413
414 2002-01-14 [darko]      0.7.0claws
415
416         * README.claws
417                 quotation wrapping is now also in the main branch
418
419 2002-01-14 [paul]
420
421         * tools/filter_conv.pl
422                 allow for Boolean Op and case-sensitivity
423                 this file is included in the release and tagged
424                 'rel_0_7_0'
425
426 2002-01-13 [paul]       0.7.0claws
427
428         * release 0.7.0, with cvs tag 'rel_0_7_0'
429
430 2002-01-13 [paul]
431
432         * tools/filter_conv.pl
433         * tools/README
434                 rewritten to output to matcherrc instead of filteringrc
435
436         * po/es.po
437                 updated Spanish translation by Ricardo Mones Lastra
438
439 2002-01-13 [alfons]
440
441         * po/nl.po
442                 update dutch translation
443
444 2002-01-13 [paul]
445
446         * po/pt_BR.po
447                 Updated by Fabio Junior Beneditto 
448
449 2002-01-13 [melvin]     0.6.6claws53
450
451         * po/fr.po
452                 Updated french translation
453
454 2002-01-12 [alfons]     0.6.6claws52
455
456         * src/filtering.c
457                 plug mem leak that has been sitting there for ages              
458
459 2002-01-12 [alfons]     0.6.6claws51
460
461         * src/summaryview.c
462                 undo melvin's changes from 0.6.6claws48 because summary
463                 view now refuses to select first unread message when
464                 selecting a folder 
465
466 2002-01-11 [alfons]     0.6.6claws50
467
468         * src/import.c
469                 use claws' semantics for getting folder item when
470                 importing an mbox file into a folder 
471                 (submitted by Dale P. Smith)
472
473 2002-01-11 [christoph]  0.6.6claws49
474
475         * src/prefs.h
476                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
477                 toggle widget, because non static prefs can not use
478                 prefs_set_* functions
479         * src/prefs_account.c
480                 toggle smtp auth password field sensitivity if
481                 user id is empty and add descrition of usage for
482                 these fields
483         * src/prefs_folder_item.c
484                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
485                 callbacks
486
487 2002-01-11 [melvin]     0.6.6claws48
488
489         * src/compose.c
490                 fix the 'Ctrl-Enter' feature for sending and test really
491                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
492                 editables which was not documented in Gtk)
493
494         * src/summaryview.c
495                 Made summaryview refresh after sorting and not before.
496
497 2002-01-11 [christoph]  0.6.6claws47
498
499         * src/compose.c
500                 select account from account ids if possible and
501                 correctly set save folder for copy in reedit
502
503 2002-01-10 [paul]       0.6.6claws46
504
505         * sync with sylpheed 0.7.0 release
506                 see ChangeLog entries 2002-01-07, 2002-01-08 and
507                 2002-01-09
508
509 2002-01-09 [alfons]
510
511         * src/summaryview.c
512                 remove more dirt traces...
513
514 2002-01-09 [alfons]
515         
516         * src/summaryview.c
517                 clean up some traces of my debugging stuff
518
519 2002-01-09 [alfons]     0.6.6claws45
520
521         * src/filtering.c
522                 break up filteringprop_apply() in three separate pieces
523                 so we can drop messages that failed processing in the
524                 inbox
525
526         * src/summaryview.c
527                 fix bug #469598 "no refresh of inbox after filter" which 
528                 was introduced by the new summary view locking, and which 
529                 prevented the summary view to update after a manual filter 
530                 message. claw's filter message requires a summary_show().
531                 (aargh, summary_show() again! :-)
532                 
533 2002-01-07 [alfons]     0.6.6claws44
534
535         * src/headerwindow.c
536         * src/logwindow.c
537         * src/messageview.c
538         * src/sourcewindow.c
539                 bring in Hiro's last 0.7.0 wm class fixes
540
541         * tools/sylprint.pl
542                 bring in Ricardo's fix for sylprint script
543
544         * AUTHORS       
545         * src/rfc2015.[ch]
546         * src/prefs_common.[ch]
547         * src/prefs_account.[ch]
548         * src/compose.c
549                 clean up account preference poison in rfc2015,
550                 and preparation to fix double sign bug 
551                 (patch submitted by Simon 'corecode' Schubert) 
552
553 2002-01-07 [christoph]  0.6.6claws43
554
555         * src/mh.c
556                 search for free message number, do not only rely
557                 on last_num
558         * src/send.c
559                 fix smtp auth and use extra account information
560                 if available, if not use pop3 data instead
561                 (closes bug #500341)            
562         * src/ssl.[ch]
563                 match coding style
564
565 2002-01-06 [alfons]     0.6.6claws42
566
567         * src/mainwindow.c
568                 try making the separate windows work again...
569
570 2002-01-06 [alfons]     0.6.6claws41
571
572         * src/mainwindow.c
573                 adapt Hiro's separate window menu (to get rid of the funny
574                 duplicate menu items), and make it work again
575
576 2002-01-06 [alfons]     0.6.6claws40
577
578         * tools/Makefile.am
579         * tools/sylprint.rc
580         * tools/sylprint.pl
581         * tools/README.sylprint
582                 add sylprint script for printing mails from Sylpheed
583                 (contributed by Ricardo Mones Lastra)
584
585         * src/acount.c
586                 clean up
587
588 2002-01-06 [melvin]     0.6.6claws39
589
590         * src/mainwindow.c
591         * src/summaryview.c
592                 Fixed crash introduced in 0.6.6claws38 by the menu
593                 reorganisation (Hide read messages)
594         
595         * ChangeLog.claws 
596                 Fixed typo (we are now in 2002, alfons ;) )
597
598 2002-01-05 [alfons]     0.6.6claws38
599
600         * sync with sylpheed 0.6.6cvs10-17
601                 (last stuff marked as LAST_STABLE)
602
603 2002-01-04 [melvin]     0.6.6claws37
604
605         * src/account.c
606                 Made account selection code use strcasestr again instead of
607                 g_strcasecmp (fixes bug where reediting queued messages
608                 did not select proper account reported by T. Link).
609         
610         * src/folderview.c
611                 Fix bug where folder icons are not shown when 'hide read messages'
612                 is on.
613         
614         * src/stock_pixmaps.[ch]
615                 Added folder icons for 'hide read messages'.
616         
617         * src/compose.c
618                 Fixed bug where 'Enter' in a header entry will send the message 
619                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
620
621 2002-01-03 [melvin]     0.6.6claws36
622         
623         * src/prefs.[ch]
624                 Added popup menu for common preferences and
625                 account preferences (right click on tab displays
626                                 a menu of all tabs.)
627
628 2002-01-02 [melvin]     0.6.6claws35
629
630         * src/gtkspell.[ch]
631                 Made spelling code compatible with undo/redo feature.
632                 Added creation of suggestion mode menu for the general
633                         preferences.
634         
635         * src/prefs_common.[ch]
636                 Added option menu for the speller's suggestion mode.
637                 Added missing spaces in "..." buttons and made a "..."
638                         button non translatable!
639         
640         * src/compose.c
641                 Made speller use the default suggestion mode.
642                 Hack to make it possible to choose 'CTRL-Enter' as a
643                         shortcut for sending (and only for sending).
644
645         * src/prefs_folder_item.c
646                 Changing subject simplification does not update cache 
647                         anymore (because it is unnecessary).
648                 Fixed bug where changing subject simplification updated the 
649                         summaryview even when the viewed folder is not the
650                         folder which properties are being changed. (E.g. 
651                                         viewing folder A and changing
652                                         the subject simplification of 
653                                         folder B -not being viewed- updated the 
654                                         summaryview of folder A with data of
655                                         folder B). (Hope this is clear... )
656
657 2001-12-31 [alfons]     0.6.6claws34
658         
659         * src/ldif.c
660         * src/mutt.c
661                 fgetc() returns a signed integer which doesn't
662                 fit in a char. so c truncates this to a char
663                 but we may lose significant bits. i.e. we may
664                 comparing 0xFF which may not be equal to -1
665                 unless properly casted to signed char which
666                 we won't do because fgetc() returns a signed
667                 integer which doesn't fit in a char. so c 
668                 truncates this to a char but we may lose 
669                 significat bits. (you got the idea, thanks
670                 to Gustavo Noronha Silva <kov@debian.org>
671                 and the Debian folks!)
672
673 2001-12-30 [alfons]     0.6.6claws33
674
675         * src/prefs_common.c
676                 add #ifdef USE_PSPELLs that Melvin forgot               
677
678 2001-12-30 [melvin]     0.6.6claws32
679         
680         * src/prefs_common.[ch]
681                 Added configurable color for misspelled words.
682
683         * src/gtkspell.[ch]
684                 Fixed bug of foreground text color (reported by David
685                                 Mehrmann)
686                 Added configurable color for misspelled words.
687
688 2001-12-30 [alfons]     0.6.6claws31
689
690         * src/folder.c
691                 remove unnecessary things someone put there
692
693         * src/mh.c
694         * src/folder.[ch]
695                 make folder properties (like threading and sorting) persistent
696                 (closes bug #497424 "rescan folder tree resets proprieties")
697                 currently this is only for MH folders. 
698
699 2001-12-29 [melvin]     0.6.6claws30
700
701         * src/string_match.[ch]
702                 Optimized a bit: regexp pattern buffer compiled only once, and
703                   one subroutine call removed. Fixed ^ regexp search: Now, 
704                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
705         
706         * src/summaryview.c
707                 Subject filtering changed to filter summary columns and
708                   not directly the messages subject cache. The loss in 
709                   performance is balanced by the improvement of string_match.
710                 Added an alert panel if there is an error in the regexp.
711
712         * src/src/prefs_folder_item.h
713                 Added a regexp pattern buffer.
714
715 2001-12-28 [alfons]     0.6.6claws29
716
717         * src/string_match.[ch]
718                 clean up name space
719                 allow compilation *BSD
720
721 2001-12-27 [alfons]     0.6.6claws28
722
723         * src/filter.c
724                 sync the Hiro's bug fix for BSD
725
726 2001-12-27 [melvin]     0.6.6claws27
727         
728         * src/compose.c
729                 Simplify focus to subject entry code.
730
731 2001-12-27 [darko]      0.6.6claws26
732
733         * src/filtering.c
734         * src/mbox_folder.c
735         * src/messageview.c
736         * src/mh.c
737         * src/procheader.[ch]
738         * src/procmsg.h
739         * src/stock_pixmap.[ch]
740         * src/summaryview.c
741                 Show key icon for encrypted mails in summary view
742
743         * src/pixmaps/clip.xpm
744         * src/pixmaps/clipkey.xpm
745         * src/pixmaps/key.xpm
746                 New/modified icons for the above
747
748 2001-12-27 [melvin]     0.6.6claws25
749
750         * src/prefs_common.c
751                 Put spell checker options in a separate tab to decrease
752                 the Common Preferences window height.
753
754         * README.claws  
755                 Update spell checker usage instruction about its options
756                 location.
757
758 2001-12-27 [melvin]     0.6.6claws24
759
760         * src/compose.c
761                 Changed subject entry widget position. Initial focus is
762                 on the To header instead of the subject entry.
763                 Creating a new header scrolls the header list to make the
764                 created one visible. Nevertheless, when automatically filling
765                 headers, the first one is shown.
766                 A Tab key press in the last empty header entry zips the 
767                 focus to the subject entry.
768                 (I did not change the combo boxes, yet)
769
770 2001-12-26 [alfons]     0.6.6claws23
771
772         * src/prefs_account.c
773         * src/inc.c
774                 allow default inbox to reside in another mailbox (only
775                 works for POP3 accounts)
776
777 2001-12-26 [alfons]     0.6.6claws22
778         
779         * src/textview.c
780                 make reply-on-click work with the account of the selected folder
781         * src/compose.c
782                 put a fixme here to remind me to fix finding correct default
783                 account for nested folders
784
785 2001-12-25 [alfons]     0.6.6claws21
786
787         * src/summaryview.c
788                 make column headers display locked and mark pixmaps (idea by Melvin) 
789                 fix bug by adding score and locked column type to sort array
790
791 2001-12-25 [alfons]     0.6.6claws20
792         
793         * src/summaryview.c
794                 catch a *potentially* inadvertent write back of  
795                 the message cache(s) introduced by 0.6.5claws37
796
797 2001-12-25 [christoph]  0.6.6claws19
798
799         * src/stock_pixmap.[ch]
800         * src/summaryview.c
801                 add ignore thread pixmap
802                 (can someone draw a better icon for this?)
803
804 2001-12-24 [alfons]     0.6.6claws18
805
806         * src/prefs_folder_item.c
807                 make address completion actually work for the
808                 Default To address in the Folder Property dialog.
809
810 2001-12-24 [alfons]     0.6.6claws17
811         
812         * src/summaryview.c
813                 use new style regexp for subject stripping 
814                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
815
816 2001-12-24 [darko]      0.6.6claws16
817
818         * src/pgptext.c
819         * src/rfc2015.c
820                 move GPG related informational messages to debug mode
821
822 2001-12-23 [alfons]     0.6.6claws15
823
824         * src/stock_pixmap.[ch]
825         * src/summaryview.c
826                 add the forgotten Claws' locked pixmap
827
828 2001-12-23 [alfons]     0.6.6claws14
829
830         * src/filesel.c
831                 accept file name typed in entry in multi file
832                 selector (patch submitted by Gustavo Noronha Silva 
833                 <kov@debian.org>)
834
835 2001-12-23 [alfons]     0.6.6claws13
836
837         * src/prefs_filter.c
838         * src/prefs_filtering.c
839         * src/matcher.c
840         * src/importmutt.c
841                 clean up a little bit
842         
843         * src/string_match.c
844                 validate input strings a little bit more
845
846 2001-12-23 [alfons]     0.6.6claws12
847
848         * src/Makefile.am
849         * src/summaryview.c
850         * src/string_match.[ch]         ** NEW **
851         * src/folderview.[ch]
852         * src/headerview.h
853         * src/folder.[ch]
854         * src/prefs_folder_item.[ch]
855                 add subject simplification to strip out strings from
856                 a subject line (esp. handy for mailing lists). 
857                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
858                 but slightly changed things for better integration.)
859
860 2001-12-23 [alfons]     0.6.6claws11
861
862         * src/mainwindow.c
863                 fix bug introduced by submission included in 0.6.5claws52.
864                 ideally this submission should clean the trash if any trash
865                 folder has a message. however, the hasTrash variable was
866                 set to false whenever a trash folder was empty (discarding
867                 a previously found *filled* trash folder.)
868
869                 also edited the code a little bit and made it more safe.
870
871 2001-12-22 [alfons]     0.6.6claws10
872
873         * src/imap.c
874                 quick fix for Martin Pool's omission of an account
875                 specific SSL setting
876
877 2001-12-22 [alfons]     0.6.6claws9
878
879         * src/compose.c
880         * src/messageview.c
881         * src/mimeview.c
882         * src/pgptext.c
883         * src/procmime.[ch]
884                 better support for multipart/digest (submitted
885                 by Fredrik <e98fo@efd.lth.se>)
886
887 2001-12-22 [alfons]     0.6.6claws8
888
889         * src/addressbook.c
890                 correct function signature
891         * src/socket.[ch]
892         * src/imap.[ch]
893         * src/prefs_account.[ch]
894                 allow IMAP over SSH tunnel (patch submitted by 
895                 Martin Pool <mbp@samba.org>)
896
897 2001-12-21 [alfons]     0.6.6claws7
898
899         * sync with sylpheed 0.6.6cvs4-9
900                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
901
902 2001-12-21 [christoph]  0.6.6claws6
903
904         * src/compose.c
905         * src/prefs_folder_item.[ch]
906                 implement saving of outgoing messages to current folder.
907                 fix segfault when no default outbox is available
908                 (closes bug #495683)
909
910 2001-12-21 [carsten]    0.6.6claws5
911         * src/folderview.c
912         * src/summaryview.c
913                 pressing CTRL while DND does now the expected thing and
914                 copies the mail (moving is still the default, as this
915                 seam more appropriate for handling mails by DND)
916
917 2001-12-18 [paul]       0.6.6claws4
918
919         * sync with sylpheed 0.6.6cvs3
920                 see ChangeLog entries 2001-12-18
921
922 2001-12-18 [hiro]       0.6.6claws3
923
924         * src/undo.c
925                 fix for multibyte characters (obtain the number of letters
926                 instead of bytes).
927
928 2001-12-17 [paul]       0.6.6claws2
929
930         * sync with sylpheed 0.6.6cvs1
931                 see ChangeLog entry 2001-12-16
932
933 2000-12-17 [alfons]     0.6.6claws1
934
935         * src/filtering.c
936                 clean up
937
938 2001-12-16 [paul]       0.6.6claws
939 2001-12-15
940
941         * Release version 0.6.6claws, cvs tag: rel_0_6_6
942
943         * src/mimeview.c
944                 last minute sync with main 0.6.6
945
946         * po/es.po
947                 updated by Ricardo Mones Lastra
948                 update for last minute sync
949         * po/fr.po
950         * po/nl.po
951                 update for last minute sync
952         * po/de.po
953                 updated by Jens Oberender
954         * po/pt_BR.po
955                 updated by Fabio Junior Beneditto
956
957         * src/prefs_common.[ch]
958         * src/undo.c
959                 number of undo levels is user configurable
960                 (squeeze it into the release in the dying
961                 moments) Submitted by Jens Oberender    
962
963 2001-12-15 [melvin]
964
965         * po/fr.po
966                 updated french translation
967
968 2001-12-15 [paul]       0.6.5claws92
969
970         * sync with sylpheed 0.6.5cvs28
971                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
972
973         * po/nl.po
974                 update to allow for sync
975
976 2001-12-15 [alfons]
977         
978         * po/nl.po
979                 update dutch translation
980
981 2001-12-14 [carsten]    0.6.5claws91
982         * src/summaryview.c
983                 fixed bug #473785; also after changing the column order
984                 the same message will be selected and displayed as before
985                 the reordering
986
987 2001-12-14 [carsten]    0.6.5claws90
988         * src/folderview.c
989                 probably found the bug reported by wwb opening or closing
990                 a folder tree just before dnd (found the solution in the
991                 balsa source -- thanks to them)
992
993 2001-12-14 [carsten]    0.6.5claws89
994         * src/gtkutils.c
995         * src/account.c
996                 moved gtk_clist_moveto to the right place, so that
997                 only the accounts dialog is effected on opening
998
999 2001-12-14 [carsten]    0.6.5claws88
1000         * src/gtkutils.c
1001                 gtkut_clist_set_focus_row does a gtk_clist_moveto
1002                 now, so that the focused row will be seen in any case
1003                 (reported by wwp on sf-claws-user)
1004
1005 2001-12-14 [darko]      0.6.5claws87
1006
1007         * src/compose.c
1008                 remove unnecessary line
1009
1010 2001-12-14 [paul]       0.6.5claws86
1011
1012         * sync with sylpheed 0.6.5cvs27
1013                 see ChangeLog entries 2001-12-14
1014
1015 2001-12-14 [carsten]    0.6.5claws85
1016         * src/mainwindow.c
1017                 following a suggestion of Melvin the rcoabm pops up
1018                 right under the button now and the button is reliefed
1019                 while the popup is open
1020
1021 2001-12-14 [darko]      0.6.5claws84
1022
1023         * src/compose.c
1024                 fix crash when wrapping long lines if linewrap quotation
1025                 is disabled and wrapper encounters a word spanning more
1026                 than one line
1027
1028 2001-12-13 [paul]       0.6.5claws83
1029
1030         * src/compose.c
1031                 prefer 'Reply-To' header over mailing list header when
1032                 replying to a message. Finally prevent all those confirmation 
1033                 messages being sent to the list itself.
1034
1035         * src/summaryview.c
1036                 remove unused summary_set_menu_sensitive() entry
1037
1038 2001-12-13 [paul]       0.6.5claws82
1039
1040         * src/folderview.c
1041         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
1042         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
1043         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
1044                 improvements to 'Hide read messages': Inbox, Outbox,
1045                 Trash, Queue, and Draft icons now reveal presence of hidden 
1046                 messages
1047
1048 2001-12-12 [alfons]     0.6.5claws81
1049
1050         0.6.5claws80 was tagged as LAST_STABLE
1051
1052         * src/filtering.[ch]
1053         * src/matcher.[ch]
1054         * src/matcher_parser_lex.c
1055                 fix the filtering; my last attempt to get it right, 
1056                 if it does not work, it's Hoa's turn. ;-)
1057
1058                 for my honourable peers:
1059                 
1060                 the code now makes a clear distinction between
1061                 rules as they are displayed (probably escaped),
1062                 and as they are executed (probably unescaped). the
1063                 parser does *NOT* do any unescaping, this is
1064                 the task of the matcher.c (which breaks up a
1065                 rule into condition) and the filtering.c (which
1066                 breaks up the rule's action). to make this
1067                 run happily we provide an unescaped copy of
1068                 crucial strings to the MatcherProp and 
1069                 FilteringAction structures. note that the only
1070                 exception to this is any REGEXP string. those
1071                 are directly passed to regcomp() and regexp()
1072                 (who have much more powerful unescape functions).
1073                 
1074                 for everyone else:
1075         
1076                 you can escape tab (\t), carriage return (\r),
1077                 linefeed (\n), form feed (\f), quote (\"), 
1078                 single quote (\'), bell (\b) in all the entry
1079                 lines in the scoring & filtering dialogs.
1080                 as an added bonus this should not affect
1081                 existing filtering rules.
1082
1083 2001-12-12 [carsten]    0.6.5claws80
1084
1085         * src/summaryview.c
1086         * po/de.po
1087                 "item(s) selected" is now sensitive to 1 or more
1088                 than one selected (nice for language where simple
1089                 adding of a "s" is not possible as German (Eintrag
1090                 ->Eintr"age)
1091                 
1092                 the "forward as attachment" entry from the right
1093                 click menu removed, "forward" acts following the
1094                 prefs
1095         
1096         * src/textview.c
1097                 reverted my former changes; so compiler warning again
1098                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
1099                 nevertheless
1100
1101         * src/messageview.c
1102                 "search in message" does now *not* only work in MVIEW_TEXT
1103                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
1104                 message
1105
1106         * src/mainwindow.c
1107                 removed "/File/_Close" as it was the same as "/File/E_xit"
1108                 and we don't need it two times
1109
1110                 the separate folder view and message view now get a distinct
1111                 WMCLASS, just in case someone is using sawfish ;-)
1112
1113                 as the menu entries "/View/Message view" and "/View/Folder tree"
1114                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
1115                 make them sensitive accordingly and as these two are "shown"
1116                 after startup anytime check this menuitem at startup
1117
1118 2001-12-12 [paul]       0.6.5claws79
1119
1120         * src/folderview.c
1121                 fix sensitivity of 'Search folder...', broken in
1122                 0.6.5claws75
1123
1124         * src/mainwindow.c
1125                 fix dodgy English
1126
1127 2001-12-11 [carsten]    0.6.5claws78
1128         * src/filtering.c
1129                 fixed two typos returning a wrong FALSE/TRUE
1130         * src/mainwindow.[ch]
1131                 extra menu for email/news button removed
1132
1133 2001-12-11 [alfons]     0.6.5claws77
1134         
1135         * src/matcher.c                 (1.3)
1136         * src/matcher_parser_lex.l      (1.28)
1137                 revert for another attempt
1138                 mark 0.6.5claws77 as LAST_STABLE
1139
1140 2001-12-11 [christoph]  0.6.5claws76
1141
1142         * po/de.po
1143                 fixed wrong translation for prev. unread msg
1144
1145 2001-12-11 [paul]       0.6.5claws75
1146
1147         * src/folder.[ch]
1148         * src/folderview.c
1149         * src/mainwindow.c
1150         * src/summaryview.[ch]
1151         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
1152                 enable ability to hide read messages on per folder basis via 
1153                 '/Summary/Hide read messages'; when selected, a folder will 
1154                 have a red open folder icon, instead of a blue icon, if the 
1155                 folder contains hidden messges
1156                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
1157
1158         * src/mainwindow.c
1159                 remove '/Message/Forward as attachment' from 
1160                 main_window_set_menu_sensitive() to prevent debug warning
1161
1162         * src/folderview.c
1163         * src/mainwindow.c
1164                 Clean up some of the English
1165
1166         * tools/newscache_clean.pl
1167                 allow for new 'hidereadmsgs' entry in folderlist.xml
1168
1169         * po/es.po
1170                 updated translation, submitted by Ricardo Mones Lastra
1171
1172 2001-12-11 [paul]       0.6.5claws74
1173
1174         * sync with sylpheed 0.6.5cvs25
1175                 see ChangeLog entry 2001-12-11
1176
1177 2001-12-10 [alfons]     0.6.5claws73
1178
1179         * src/matcher.c
1180                 add more control characters
1181         * src/matcher_parser_lex.l
1182                 make escaping / unescaping work again
1183
1184 2001-12-10 [alfons]     0.6.5claws72
1185
1186         * src/imap.c
1187                 clean up warnings "returning value for void function" 
1188         * src/prefs_filtering.c
1189                 make info button for execute action sensitive
1190
1191 2001-12-10 [paul]       0.6.5claws71
1192
1193         * src/compose.c
1194         * src/imap.[ch]
1195         * src/summaryview.c
1196                 fix: imap server now gets informed of MARKED, UNMARKED
1197                 and REPLY events. Now people can use different IMAP-Mail
1198                 clients and have the exact same information about MARKED,
1199                 UNMARKED and REPLY status with all of them. Especially
1200                 useful for imap servers with a web-frontend.
1201                 submitted by Tobias Sandhaas <medlor@web.de>
1202
1203 2001-12-09 [melvin]     0.6.5claws70
1204         
1205         * src/textview.[ch]
1206                 fixed bug #490076 (hunted down by Alfons who implemented
1207                 a workaround in 0.6.5claws65)
1208
1209 2001-12-09 [christoph]  0.6.5claws69
1210
1211         * src/summaryview.c
1212                 set pointer to string in LOCKED column to NULL
1213                 (might fix bug #490800)
1214
1215 2001-12-09 [carsten]    0.6.5claws68
1216
1217         * po/de.po
1218                 resolved some cluttered menu shortcuts 
1219                 ('creating new email' and 'creating news message'
1220                 hade the same)
1221         * src/compose.c
1222                 wmclass now distinc from main window
1223         * src/mainwindow.c
1224           src/mainwindow.h
1225                 email/news and forward button functionality similar
1226                 to the reply buttons; removed the ugly dropdown arrows
1227                 and use instead the right mouse button
1228
1229 2001-12-09 [paul]       0.6.5claws67
1230
1231         * src/imap.c
1232         * src/utils.h
1233                 allow spaces in imap folder names
1234                 submitted by Willem van Engen <wvengen@stack.nl>
1235
1236 2001-12-09 [paul]       0.6.5claws66
1237
1238         * sync with sylpheed 0.6.5cvs24
1239                 see ChangeLog entry 2001-12-09
1240
1241 2001-12-08 [alfons]     0.6.5claws65
1242
1243         * src/textview.c
1244                 prevent secondary selection claim after "add to sender" dialog
1245                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
1246                 we trick GTK by simulating a click at (0, 0) in the textview.
1247
1248 2001-12-08 [hoa]        0.6.5claws64
1249
1250         * src/folder.c
1251                 fixed a bug about the .processing folder name while filtering
1252
1253 2001-12-08 [alfons]     0.6.5claws63
1254
1255         * src/folderview.c 
1256                 work around problem of not correctly updating folder stats
1257                 when deleting messages. there's some folder scanning evil
1258                 going so the folderview_update_msg_num() does not work
1259                 correctly. need to investigate this.
1260
1261 2001-12-08 [paul]       0.6.5claws62
1262
1263         * sync with sylpheed 0.6.5cvs23
1264                 see ChangeLog entry 2001-12-08
1265
1266 2001-12-07 [christoph]  0.6.5claws61
1267
1268         * src/compose.c
1269                 fix another header translation problem
1270
1271 2001-12-07 [alfons]     0.6.5claws60
1272
1273         * src/mbox.c
1274                 make filtering also work on local spool mbox
1275
1276 2001-12-07 [carsten]    0.6.5claws59
1277         * src/addressbook.c
1278                 addressbook window gets a wmclass distinct from the main
1279                 sylpheed window
1280         * src/compose.h
1281         * src/mainwindow.[ch]
1282                   forward menu item will use mode selected in prefs, forward 
1283                 as attatchment in menu removed (will be substituted in the
1284                 toolbar similar to reply buttons)
1285                   create news message menu entry and news button is now 
1286                 sensitive to the existance of a news account
1287         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
1288         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
1289         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
1290                 these are removed because the toolbar buttons don't show
1291                 the quoting modus any longer
1292
1293 2001-12-07 [paul]
1294
1295         * tools/newscache_clean.pl      ** NEW FILE **
1296                 perl script to do some tidying up in the newscache directory 
1297                 
1298         * tools/sylpheed-switcher       ** NEW FILE **
1299                 perl script to enable easy switching between main and claws
1300                 
1301         * tools/README
1302                 added descriptions of the two new perl scripts          
1303
1304
1305 2001-12-07 [melvin]     0.6.5claws58
1306
1307         * src/messageview.c
1308                 fixed a warning during compilation introduced in 0.6.5claws56
1309
1310 2001-12-07 [paul]       0.6.5claws57
1311
1312         * src/mainwindow.[ch]
1313         * src/menu.[ch]
1314                 further usability enhancements to replying with or without 
1315                 quoting via the toolbar, use of Ctrl key is replaced by 
1316                 drop down menu 
1317                 Submitted by Carsten Schurig            
1318
1319 2001-12-07 [melvin]     0.6.5claws56
1320
1321         * src/messageview.c
1322                 hack to fix bug that prevented to make/paste selections
1323                 after switching between MVIEW_TEXT and MVIEW_MIME views
1324                 without deselecting the selection first.
1325
1326 2001-12-06 [alfons]     0.6.5claws55
1327
1328         * src/filtering.[ch]
1329         * src/inc.c
1330                 revise filtering a little bit more, and make sure
1331                 messages are delivered to the appropriate inbox
1332                 (perhaps set per account)
1333
1334 2001-12-06 [paul]       0.6.5claws54
1335
1336         * sync with sylpheed 0.6.5cvs22
1337                 see ChangeLog entry 2001-12-06
1338
1339 2001-12-05 [alfons]     0.6.5claws53
1340
1341         * src/inc.c
1342         * src/folder.[ch]
1343         * src/procmsg.c
1344         * src/filtering.c
1345                 more revisions of filtering system
1346                 (last stable version is marked as LAST_STABLE)
1347                 
1348                 | NOTE 1): the filtering system now uses a local folder called
1349                 | .processing. if filtering fails, check this directory
1350                 | for missing messages.
1351                 |
1352                 | NOTE 2): help us find the filtering actions still missing
1353
1354 2001-12-05 [paul]       0.6.5claws52
1355
1356         * src/mainwindow.c
1357                 fix bug where 'Empty Trash?' pop-up window appears even
1358                 when Trash is empty, submitted by Jesse Skinner         
1359
1360 2001-12-05 [melvin]     0.6.5claws51
1361
1362         * src/compose.c
1363                 fixed bug #486106 to select correct account when reediting 
1364                 a queued message
1365         
1366 2001-12-04 [alfons]     0.6.5claws50
1367
1368         * src/mh.c
1369                 declare markfile in appropriate functions when
1370                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
1371                 for spotting this)
1372
1373 2001-12-04 [paul]       0.6.5claws49
1374
1375         * sync with sylpheed 0.6.5cvs21
1376                 see ChangeLog entry 2001-12-04
1377
1378 2001-12-03 [christoph]  0.6.5claws48
1379
1380         * po/de.po
1381                 changed translation of undo
1382         * src/account.c
1383         * src/folder.c
1384                 don't reinvent the wheel to traverse a GNode
1385         * src/compose.[ch]
1386                 seperate code to create the compose gui into functions
1387                 add "Others" page with folder selection for saving copy
1388                 of the message.
1389                 the folder identifier is saved to queue header
1390         * src/procmsg.c
1391                 save message to folder in queue header
1392
1393 2001-12-03 [paul]       0.6.5claws47
1394
1395         * sync with sylpheed 0.6.5cvs20
1396                 see ChangeLog entry 2001-12-03
1397
1398 2001-12-01 [paul]
1399
1400         * more sync with sylpheed 0.6.5cvs19
1401                 see ChangeLog entry 2001-11-29
1402
1403 2001-11-30 [paul]       0.6.5claws46
1404         
1405         * src/compose.c
1406                 remove conflicts introduced by Hoa's last commit
1407          
1408         * src/mainwindow.c
1409                 make 'Message/Bounce' sensitive
1410
1411 2001-11-30 [hoa]        0.6.5claws45
1412
1413         * src/compose.c
1414                 slightly change bounce function to add
1415                 information about the user that bounced the mail
1416                 in the From header line.
1417
1418         * src/folderview.c
1419                 permit the use of processing in outbox folder.
1420
1421 2001-11-29 [paul]       0.6.5claws44
1422
1423         * src/mainwindow.[ch]
1424         * src/prefs_common.c
1425         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
1426         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
1427         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
1428                 usability enhancements to the quoting, implements
1429                 use of Ctrl key to toggle quoting settings
1430                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
1431
1432 2001-11-29 [paul]       0.6.5claws43
1433         
1434         * sync with sylpheed 0.6.5cvs19
1435                 see ChangeLog entry 2001-11-28
1436
1437 2001-11-29 [melvin]     0.6.5claws42
1438         * src/Makefile.am
1439                 added enriched.[ch] to the list of files
1440
1441         * src/textview.c
1442         * src/mimeview.c
1443         * src/procmime.[ch]
1444         * src/enriched.[ch]
1445                 added support to view text/enriched
1446                 added support to show headers in message view for text/enriched and text/html
1447                         in non multipart messages
1448
1449 2001-11-28 [paul]       0.6.5claws41
1450
1451         * more sync with sylpheed 0.6.5cvs18
1452                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
1453
1454 2001-11-27 [paul]       0.6.5claws40
1455         
1456         * po/pt_BR.po
1457                 updated translation, submitted by Fabio Junior Beneditto
1458                 
1459         * sync with sylpheed 0.6.5cvs18
1460                 see ChangeLog entries 2001-11-26 (src/textview.c) and
1461                 2001-11-27
1462
1463
1464 2001-11-26 [paul]
1465
1466         * po/es.po
1467                 updated translation, submitted by Ricardo Mones Lastra
1468
1469 2001-11-26 [alfons]
1470
1471         * src/matcher.c
1472                 add more translatable strings
1473
1474 2001-11-26 [christoph]  0.6.5claws39
1475
1476         * po/de.po      
1477                 fixed one more umlaut
1478         * src/compose.c
1479                 fix translated header when it should not be translated
1480
1481 2001-11-26 [paul]       0.6.5claws38
1482
1483         * src/mainwindow.c
1484                 remove '/Message/Add Sender to address book' from 
1485                 main_window_set_menu_sensitive(), prevent debug warning
1486                 add 'Message/Mark/Mark all read' to mainwin_entries[]
1487
1488 2001-11-26 [paul]       0.6.5claws37
1489
1490         * src/summaryview.c
1491                 fix 'recurring unread state' bug 
1492
1493         * tools/README 
1494         * tools/filter_conv.pl
1495                 read name of top level mailbox from folderlist.xml
1496                 and presume nothing about its name              
1497
1498 2001-11-26 [darko]      0.6.5claws36
1499
1500         * src/gtkstext.[ch]
1501                 removed functions that are now in gtkutils.c
1502                 use gtkut_text_is_uri_string() from gtkutils.c
1503         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
1504
1505 2001-11-26 [paul]       0.6.5claws35
1506
1507         * sync with sylpheed 0.6.5cvs16
1508                 see ChangeLog entries 2001-11-25 and 2001-11-26
1509
1510 2001-11-25 [alfons]     0.6.5claws34
1511
1512         EXPERIMENTAL!!! Please checkout the last stable version using: 
1513           
1514         % cvs update -r LAST_STABLE -dRAP
1515
1516         (Or help us testing this stuff.)
1517
1518         * src/filtering.c               (1.14)
1519         * src/filtering.h               (1.6)
1520         * src/inc.c                     (1.28)
1521         * src/matcher.c                 (1.20)
1522         * src/mbox.c                    (1.9)
1523         * src/procmsg.h                 (1.14)
1524         * src/summaryview.c             (1.59)
1525         * src/summaryview.h             (dunno)
1526                 revert/merge/sync to as it was before commit 
1527                 on Thu, 19 Jul 2001 10:15:51 -0700.
1528
1529 2001-11-25 [hoa]        0.6.5claws33
1530
1531         * src/main.c
1532                 processing mails at startup
1533
1534         * src/folderview.c
1535         * src/summaryview.[ch]
1536                 processing mails when entering folder
1537
1538         * src/prefs_filtering.c
1539                 fixed some UI bugs
1540
1541 2001-11-24 [alfons]     0.6.5claws32
1542
1543         * src/summaryview.[ch]
1544                 make summary sort headers work, and also make
1545                 sure the sort type is stored
1546
1547 2001-11-23 [alfons]     0.6.5claws31
1548
1549         * src/summaryview.[ch]
1550                 make lock work like mark
1551                 disallow deleting messages marked as locked
1552
1553 2001-11-23 [alfons]     0.6.5claws30
1554
1555         * src/gtkstext.c
1556         * src/compose.[ch]
1557         * src/Makefile.am
1558         * src/undo.[ch]
1559                 merge undo patch submitted by Jens
1560
1561 2001-11-23 [christoph]  0.6.5claws29
1562
1563         * src/.cvsignore
1564                 added ylwrap
1565         * src/compose.c
1566                 fixed gpg signing and encoding
1567         * src/folder.[ch]
1568         * src/main.c
1569                 added --status option to get new, unread and total
1570                 message count from a running sylpheed
1571         * src/prefs_common.c
1572                 temporary fix for reply_with_quote problem
1573                 (don't call functions for non existing widget)
1574         * src/procmsg.c
1575                 one more check for ignored threads but still not
1576                 always working correctly. probably a recursive
1577                 check for all parents is needed
1578
1579 2001-11-23 [darko]      0.6.5claws28
1580
1581         * src/compose.c
1582                 wrapping on send improvements
1583         * src/gtkutils.[ch]
1584                 fix for GtkSText after last sync with main branch
1585                 GTK_TEXT -> GTK_STEXT
1586
1587 2001-11-23 [paul]       0.6.5claws27
1588
1589         * sync with sylpheed 0.6.5cvs14
1590                 see ChangeLog entries 2001-11-22 and 2001-11-23
1591                 
1592         * po/de.po
1593                 fixed the scrambled umlauts 
1594                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
1595
1596 2001-11-21 [paul]       0.6.5claws26
1597
1598         * sync with sylpheed 0.6.5cvs12
1599                 see 2nd ChangeLog entry dated 2001-11-20
1600
1601 2001-11-20 [paul]       0.6.5claws25
1602
1603         * sync with sylpheed 0.6.5cvs11
1604                 see ChangeLog entry 2001-11-19 (src/utils.c)
1605
1606 2001-11-20 [hiro]
1607
1608         * src/compose.c
1609                 GTK_TEXT -> GTK_STEXT
1610                 fix for wrong comment
1611
1612 2001-11-20 [hiro]       0.6.5claws24
1613
1614         * src/compose.[ch]
1615                 more merges from main branch
1616                 removed fatal warnings (uninitialized variables etc.)
1617                 some coding style fix
1618         * src/gtkutils.h
1619                 fixed typo.
1620         * src/addressbook.c
1621           src/addrindex.c
1622                 V-Card -> vCard
1623
1624 2001-11-19 [hoa]        0.6.5claws23
1625
1626         * src/filtering.c
1627         * src/prefs_scoring.c
1628         * src/matcher.[ch]
1629         * src/scoring.c
1630                 cleaning code
1631
1632         * src/matcher_parser_parse.y
1633         * src/prefs_filtering.c
1634                 bouncing
1635
1636 2001-11-19 [alfons]     0.6.5claws22
1637
1638         more of my old things into claws
1639
1640         * src/Makefile.am
1641         * src/prefs_common.c
1642         * src/procmsg.h
1643         * src/summaryview.[ch]
1644         * src/prefs_summary_column.c
1645         * src/pixmaps/locked.xpm
1646                 add indicators for locking of message in summary view
1647                 (does not work yet, only visual indicator)
1648
1649 2001-11-19 [paul]       0.6.5claws21
1650
1651         * sync with sylpheed 0.6.5cvs10
1652                 see ChangeLog entry 2001-11-19
1653
1654 2001-11-18 [alfons]     0.6.5claws20
1655         
1656         * src/filtering.c
1657                 remove an inadvertent free I forgot in previous clean up 
1658
1659 2001-11-18 [alfons]     0.6.5claws19
1660
1661         * src/filtering.[ch]
1662                 clean up & plug leaks
1663
1664 2001-11-18 [paul]       0.6.5claws18
1665
1666         * sync with sylpheed 0.6.5cvs9
1667                 see ChangeLog entries 2001-11-17 and 2001-11-18
1668
1669 2001-11-16 [paul]       0.6.5claws17
1670
1671         * sync with sylpheed 0.6.5cvs8
1672                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
1673
1674 2001-11-16 [paul]       0.6.5claws16
1675
1676         * sync with sylpheed 0.6.5cvs7
1677                 see ChangeLog entries 2001-11-15 and 2001-11-16
1678
1679 2001-11-15 [hoa]        0.6.5claws15
1680
1681         * src/compose.c
1682                 fix bounce, mails we received couln't be bounced to ourself.
1683
1684         * src/defs.h
1685         * src/filtering.[ch]
1686         * src/matcher.[ch]
1687         * src/matcher_parser.h
1688         * src/matcher_parser_lex.l
1689         * src/matcher_parser_parse.y
1690         * src/inc.c
1691         * src/main.c
1692         * src/mbox.c
1693         * src/prefs_filtering.[ch]
1694         * src/mainwindow.c
1695         * src/prefs_matcher.c
1696         * src/prefs_scoring.c
1697         * src/scoring.[ch]
1698         * src/summaryview.c
1699                 new matcher/filter/score configuration file parser
1700                 one unique configuration file => ~/.sylpheed/matcherrc
1701                 import in currently automatic, then save are made
1702                 in this new file.
1703                 one filter per folder and one global filter
1704                 (filter of a folder will be used as folder processing)
1705
1706         * src/folder.c
1707                 fix a bug in folder_item_get_identifier
1708                 
1709         * src/messageview.c
1710                 receive receipt return are fixed.
1711
1712 2001-11-14 [alfons]     0.6.5claws14
1713
1714         * src/session.h
1715                 add things from main branch to make claws compile
1716
1717 2001-11-14 [paul]       0.6.5claws13
1718
1719         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
1720                 see ChangeLog entries 2001-11-08 to 2001-11-14
1721
1722 2001-11-14 [hoa] 0.6.5claws12
1723
1724         * src/compose.[ch]
1725         * src/mainwindow.c
1726         * src/summaryview.c
1727                 add "bounce mail" option
1728
1729 2001-11-13 [christoph]  0.6.5claws11
1730
1731         * src/compose.c
1732                 Cleanup a mess i add before commiting
1733
1734 2001-11-13 [hoa]        0.6.5claws10
1735
1736         * src/compose.c
1737                 some fixes when mail are sent or
1738                 for crossposts
1739
1740 2001-11-13 [christoph]  0.6.5claws9
1741
1742         * po/de.po
1743                 Changed two string with the same translation
1744         * src/compose.c
1745         * src/procmsg.[ch]
1746         * src/send.[ch]
1747                 New mailsending process:
1748                   - Always queue message before sending
1749                     (message will be saved if sylpheed crashed or
1750                      freezes while sending)
1751                   - Allow queuing of newspostings
1752                   - No copy in outbox before sending
1753                     (closes bug #469501)
1754                   - No more redundant code for send and send_later
1755         * src/summaryview.c
1756                 Applied wwp <subscript@free.fr>'s patch that fixes
1757                 marks for multiple forwarded messages (+compose.c)
1758
1759 2001-11-12 [alfons]
1760
1761         * README.claws
1762                 remove things that are now in main branch
1763         
1764         * po/nl.po
1765                 update Dutch translation
1766
1767 2001-11-12 [mhadasht]   0.6.5.claws8
1768
1769         * src/prefs_common.c
1770                 re-enabled account autoselection feature for forward
1771                 and reedit lost during the branch point for SYNC-B4-REL
1772         * src/gtkspell.c
1773                 gtkpspell_get_dict(): more readable code (even if function is
1774                 not used yet)
1775         * ChangeLog.claws
1776                 added version number info to 2001-11-12 [hiro] comment.
1777
1778 2001-11-12 [hiro]       0.6.5.claws7
1779
1780         * src/compose.c
1781                 compose_forward(): fixed a bug that forward quote mark
1782                 wasn't used.
1783                 removed unnecessary code.
1784         * src/template_select.[ch]: removed.
1785
1786 2001-11-11 [alfons]
1787
1788         * src/compose.c
1789                 :%s/GTK_TEXT/GTK_STEXT/g
1790         
1791         * src/compose.[ch]
1792         * src/undo.[ch]
1793         * src/Makefile.am
1794                 revert the undo stuff (this is 0.6.6claws stuff)
1795
1796 2001-11-11 [hoa]        0.6.5.claws6
1797
1798         * src/compose.[ch]
1799                 Insert signature at the end of the text.
1800                 Added undo patch but currently disabled
1801
1802         * src/procmsg.c
1803                 Threading by subject improved.
1804
1805         * added src/undo.[ch]
1806                 Undo module for compose dialog box.
1807
1808 2001-11-11 [alfons]     0.6.5.claws5
1809
1810         * src/procmsg.c
1811                 prevent threading by subject on nodes that have already been
1812                 threaded by in-reply-to (as in "circular references in a tree
1813                 result in a dead branch")
1814
1815 2001-11-09 [hoa]        0.6.5.claws4
1816         
1817         * src/folderview.c
1818                 allows creation of mbox folder item from any files.
1819
1820 2001-11-09 [alfons]     0.6.5.claws3
1821         
1822         * src/utils.c
1823         * src/procmsg.c
1824                 do what I mean and correct threading by subject so it really
1825                 ignores attracting lines without "Re: "
1826
1827 2001-11-07 [alfons]     0.6.5.claws2
1828
1829         * src/procmsg.c
1830         * src/utils.[ch]
1831                 only attract by subject if a subject line starts with a "Re: "
1832         * src/syldap.c
1833                 remove warning
1834
1835 2001-11-07 [paul]       0.6.5claws1
1836
1837         * sync with sylpheed 0.6.5. release
1838                 see ChangeLog entry 2001-11-07
1839
1840 2001-11-07 [paul]       0.6.4claws31
1841
1842         * sync with sylpheed 0.6.4cvs18
1843                 see ChangeLog entries 2001-10-30 to 2001-11-07
1844                 prefs_templates.[ch] renamed prefs_template.[ch]
1845
1846 2001-11-06 [alfons]
1847         
1848         * src/utils.h
1849                 add semicolon Hoa forgot ;-)
1850                 
1851
1852 2001-11-06 [hoa]        0.6.4claws30
1853         
1854         * src/procmsg.c
1855         * src/summaryview.c
1856         * src/utils.c
1857         * src/utils.h
1858                 threading by subject - empty subject are ignored
1859
1860 2001-11-06 [christoph]  0.6.4claws29
1861
1862         * src/socket.c
1863                 use SSL_peek for sock_gets
1864         * src/utils.c
1865                 removed unneeded pointer in extracting quoted
1866                 names implementation
1867
1868 2001-11-06 [melvin]     0.6.4claws28
1869
1870         * src/gtkspell.c
1871                 fixed bug #476792 Selection overtyping with spell checker
1872                 fixed bug which could cause a buffer overflow
1873                 fixed a memory leak
1874
1875 2001-11-06 [hoa]        0.6.4claws27
1876         
1877         * src/procmsg.c
1878         * src/summaryview.c
1879                 threading by subject
1880
1881 2001-11-05 [alfons]     0.6.4claws26
1882         
1883         * README.claws
1884                 Claws -> Sylpheed (vice versa)
1885
1886         * src/compose.c
1887                 :%s/gtk_text/gtk_stext/g
1888                 :%s/GTK_TEXT/GTK_STEXT/g
1889                 (thanks to Jonathan Ware for spotting this)
1890
1891 2001-11-04 [christoph]  0.6.4claws25
1892
1893         * src/summaryview.c
1894                 replace Xalloca + strdup with Xstrdup_a
1895         * src/utils.c
1896                 better implementation of extracting quoted names
1897                 from addresses (remove backlashes and ignore
1898                 quotes after them)
1899
1900 2001-11-04 [alfons]     0.6.4claws24
1901
1902         * src/utils.[ch]
1903                 edit to comply more with coding style
1904
1905         * src/textview.c
1906                 fix bug reported by Kim Schulz. introduced by the patch integrated
1907                 in 0.6.4claws15. the code did not check the return value of
1908                 the html parser.
1909
1910         * AUTHORS
1911                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
1912
1913 2001-11-04 [christoph]  0.6.4claws23
1914
1915         * src/main.c
1916         * src/prefs_common.[ch]
1917                 init some pointers that possibly caused a segfault
1918                 reported in the claws-users ML
1919
1920 2001-11-04 [hoa]        0.6.4claws22
1921
1922         * src/grouplistdialog.c
1923                 change the names of the nodes in the tree
1924
1925         * src/compose.c
1926                 enhanced mailto syntax as described in
1927                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
1928                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
1929
1930         * src/utils.c
1931                 encode and decode URI (useful when opening URL into
1932                 netscape).
1933
1934 2001-11-03 [hoa]        0.6.4claws21
1935
1936         * src/grouplistdialog.c
1937                 a new newsgroups list selection dialog box
1938                 with a CTree instead of a CList
1939
1940 2001-11-03 [hoa]        0.6.4claws20
1941
1942         * src/folderview.c
1943                 enable property and scoring options when right
1944                 click on "inbox"
1945
1946         * src/summaryview.c
1947                 fixed bug when nickname were displayed using
1948                 the address book.
1949
1950 2001-11-02 [darko]      0.6.4claws19
1951
1952         * src/compose.c
1953                 new wrap quotation and URL/long words wrapping implementation
1954         * src/compose.c src/gtkstext.[ch]
1955                 move gtkstext_strncmp() to gtkstext.c
1956
1957 2001-11-01 [christoph]  0.6.4claws18
1958
1959         * src/prefs_account.c
1960                 fixed mess in account settings dialog
1961         * src/prefs_folder_item.c
1962                 added label with folder path to dialog
1963
1964 2001-10-31 [match]      0.6.4claws17
1965
1966         * src/vcard.c
1967                 fix memory leak.
1968         * src/addrbook.c
1969                 fix generation of spurious address book file names.
1970                 remove redundant functions.
1971         * po/POTFILES.in
1972                 added missing file names.
1973
1974 2001-10-30 [paul]       0.6.4claws16
1975
1976         * sync with sylpheed 0.6.4cvs6
1977                 see ChangeLog entries 2001-10-26 to 2001-10-30
1978
1979         * tools/filter_conv.pl
1980                 read folderlist.xml to discover whether the top-level
1981                 folder is called 'Mailbox' or 'Mail' 
1982
1983 2001-10-29 [paul]       0.6.4claws15
1984
1985         * src/html.c, src/textview.c
1986                 activate links in html mail and fix clickable parts
1987                 Submitted by Matthieu Dazy <dazy@t-surf.com>
1988
1989 2001-10-29 [paul]
1990
1991         * po/de.po, po/es.po, po/pt_BR/po
1992                 updated translations, submitted by Jens Oberender,
1993                 Ricardo Mones Lastra, and Fabio Junior Beneditto
1994
1995 2001-10-29 [darko]      0.6.4claws14
1996
1997         * src/compose.c
1998                 fix wrapping for good
1999
2000 2001-10-29 [darko]
2001
2002         * src/compose.c
2003                 undo previous change as it broke the smart wrapping
2004
2005 2001-10-29 [darko]      0.6.4claws13
2006
2007         * src/compose.c
2008                 fix infinite loop when long URL is quoted
2009                 (closes bug #475122.
2010
2011 2001-10-28 [match]
2012
2013         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
2014                 import Mutt address book
2015         * src/ldif.[ch] src/importldif.h
2016                 modified import LDIF handle user attributes
2017
2018 2001-10-28 [christoph]  0.6.4claws12
2019
2020         * src/summaryview.c
2021                 fixed that filtering did not work if there
2022                 were no filter rules
2023                 (closes bug #472003 and better implementation
2024                  of patch #474644)
2025
2026 2001-10-27 [christoph]  0.6.4claws11
2027
2028         * src/compose.c
2029                 make the folder's default account to be used when
2030                 replying. (patch by wwp <subscript@free.fr>)
2031         * src/compose.c
2032                 code cleanup, nearly killed all of wwp's patch
2033                 for folder's default account in compose
2034         * src/folderview.c
2035                 error panel when a folder could not be created
2036                 (closes bug #471080 new folder name & already
2037                  existing file)
2038
2039 2001-10-26 [alfons]
2040
2041         * src/utils.h
2042                 change prototype of strstr2() that Christoph forgot about
2043
2044 2001-10-26 [christoph]  0.6.4claws10
2045
2046         * src/account.c
2047                 made search for accounts by email address not case
2048                 sensitive
2049         * src/folder.c
2050                 fixed memory leak in folder_item_get_identifier
2051         * src/gtkspell.c
2052         * src/utils.c
2053                 fixed wrong strstr2 (should work like strstr)
2054
2055 2001-10-26 [darko]      0.6.4claws9
2056
2057         * src/compose.c src/gtkstext.[ch]
2058         * src/gtkstext.c
2059                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
2060
2061 2001-10-26 [paul]       0.6.4claws8
2062
2063         * src/html.c
2064                 ignore css and javascript tags in html mail
2065                 case-insensitive, with or without double-quoted
2066                 strings
2067
2068 2001-10-26 [paul]       0.6.4claws7
2069
2070         * sync with sylpheed 0.6.4cvs1
2071                 see ChangeLog entry 2001-10-26
2072
2073         * src/prefs_account.c, src/prefs_common.c,
2074           src/prefs_summary_column.c
2075                 minor improvements to the English
2076
2077 2001-10-25 [alfons]     0.6.4claws6
2078
2079         * src/gtkstext.c
2080         
2081                 make GtkSText follow style of GtkText (closes bug 
2082                 #469211 "text selection while writing message")
2083                 
2084                 do sync with GTK 1.2.10
2085
2086 2001-10-25 [paul]       0.6.4claws5
2087
2088         * src/html.c
2089                 ignore css tags in html mail
2090
2091 2001-10-25 [darko]      0.6.4claws4
2092
2093         * src/compose.c
2094                 don't declare is_url_string as static function since
2095                 we need it in gtkstext.c
2096         * src/gtkstext.c
2097                 remove unused variable
2098                 don't wrap long URLs while composing a message
2099
2100 2001-10-24 [christoph]  0.6.4claws3
2101
2102         * src/socket.c
2103                 fix ssl deadlock, when peer closes connection
2104
2105 2001-10-24 [paul]       0.6.4claws2
2106
2107         * src/prefs_common.c
2108                 gettextize the gpg ascii-armored warning message
2109
2110         * src/compose.c
2111                 insert a DOS/MAC file into the composed message
2112                 (improvements)
2113
2114         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
2115
2116 2001-10-22 [paul]       0.6.4claws1
2117
2118         * sync with sylpheed 0.6.4 release
2119                 see ChangeLog entries 2001-10-21
2120
2121         * po/fr.po, po/pt_BR.po
2122                 updated by Melvin Hadasht and Fabio Junior Beneditto
2123
2124 2001-10-21 [paul]       0.6.3claws30
2125
2126         * src/compose.c
2127                 insert a DOS text file from the compose window
2128                 into the composed message text (removes CRs characters)
2129                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
2130
2131         * tools/filter_conv.pl, tools/README
2132                 automatically use ~/.sylpheed as working directory
2133                 print out confirmation message on completion
2134
2135         * correct Hoa's last ChangeLog.claws entry
2136
2137 2001-10-20 [hoa]        0.6.3claws29
2138
2139         * src/grouplistdialog.c
2140                 bugfix (another ?) to give the right
2141                 newsgroups list for each news server.
2142
2143         * src/news.c
2144         * src/news.h
2145                 improve the newsgroups list cache
2146
2147 2001-10-20 [paul]       0.6.3claws28
2148
2149         * sync with sylpheed 0.6.3cvs9
2150                 see ChangeLog entry 2001-10-19
2151
2152         * correct Alfons' last ChangeLog.claws entry
2153
2154 2001-10-19 [alfons]
2155
2156         * src/pgptext.[ch]
2157                 fix compilation problems (part of bug #472895)
2158
2159 2001-10-18 [hoa]        0.6.3claws27
2160
2161         * src/grouplistdialog.c
2162                 bugfix when we refresh was clicked (bug 472701)
2163
2164 2001-10-19 [christoph]  0.6.3claws26
2165
2166         * src/compose.c
2167                 last header entry should default to "To:" or
2168                 "Newsgroups:" and not copy the last entry line
2169                 in a new compose window
2170                 (closes bug #472686, #470792)
2171
2172 2001-10-19 [paul]       0.6.3claws25
2173
2174         * sync with Sylpheed 0.6.3cvs8
2175                 see ChangeLog entries 2001-10-18 and 2001-10-19
2176
2177 2001-10-18 [christoph]  0.6.3claws24
2178
2179         * src/procmsg.c
2180                 reimplement ignore thread
2181         
2182 2001-10-18 [hoa]        0.6.3claws23
2183
2184         * src/folderview.c
2185         * src/grouplistdialog.[ch]
2186                 enhanced news subscription interface (feature 469113)
2187
2188         * src/news.c
2189         * src/news.h
2190                 enchanced newsgroup listing,
2191                 now, we can get groups informations
2192                 (NNTPGroupInfo)
2193
2194 2001-10-18 [paul]       0.6.3claws22
2195
2196         * src/summaryview.c
2197                 remove comment (sync with main branch)
2198         * src/mainwindow.c
2199                 fix 'Re-edit' bug in 'Message' menu
2200
2201 2001-10-17 [christoph]  0.6.3claws21
2202
2203         * src/compose.c
2204                 ignore empty or whitespace only header lines
2205
2206 2001-10-17 [paul]       0.6.3claws20
2207
2208         * sync with sylpheed 0.6.3cvs7
2209                 see ChangeLog entries 2001-10-14, 2001-10-16, and
2210                 2001-10-17
2211
2212 2001-10-17 [darko]
2213
2214         * src/compose.c
2215                 wrap long lines without spaces
2216                 don't wrap URLs
2217
2218 2001-10-16 [paul]
2219
2220         * po/es.po, po/nl.po, po/pt_BR.po
2221                 updated by Ricardo Mones Lastra, Alfons,
2222                 and Fabio Junior Beneditto
2223
2224         * sylpheed-0.6.3claws released
2225
2226 2001-10-15 [melvin] 0.6.3claws18
2227
2228         * README.claws
2229                 added summary and detailed installation instructions
2230                 for spell checker
2231         * po/fr.po
2232                 Updated, corrected and completed french translation
2233
2234 2001-10-15 [hoa] 0.6.3claws17
2235         * src/grouplistdialog.c
2236                 we can choose the newsgroups to display with wildcards
2237
2238 2001-10-15 [christoph]  0.6.3claws16
2239
2240         * src/account.c
2241         * src/compose.c
2242         * src/prefs_folder_item.[ch]
2243                 applied wwp <subscript@free.fr>'s folder
2244                 default account patch
2245         * po/de.po
2246                 Fixed wrong translation
2247
2248 2001-10-13 [alfons, christoph, melvin]  
2249                         0.6.3claws15
2250
2251         solution #2 to solve MT-safety problems defers all GUI related calls
2252         to the main thread using a gtk_idle_add() callback. discussed on
2253         ircnet #sylpheed, with christoph spotting some issues with the
2254         original code, and melvin allowing us to lobotomize his sylpheed.
2255
2256         * src/syldap.[ch], src/main.c
2257                 fix race problem in ldap search thread by deferring GUI 
2258                 stuff to main thread using gtk_idle_add()
2259
2260 2001-10-13 [paul]       0.6.3claws14
2261
2262         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
2263                 add Sergey's smtpcred.patch
2264                 adds separate username/password setting for SMTP Auth
2265                 needed by some servers
2266                 (closes feature request #471659)
2267
2268 2001-10-13 [paul]       0.6.3claws13
2269
2270         * src/pgptext.[ch] **NEW FILES**
2271         * src/Makefile.am, src/messageview.c, src/mimeview.c
2272                 decrypt ascii-armored gpg text embedded in
2273                 the message body.
2274                 Submitted by Jens Jahnke <jan0sch@gmx.net>
2275
2276 2001-10-13 [christoph]  0.6.3claws12
2277
2278         * README.claws
2279                 some more details on default to and
2280                 feature requests
2281         * src/main.c
2282                 init glib threading when ldap is used
2283         * src/syldap.c
2284                 threading fixes
2285         * po/de.po
2286                 fixed a typo
2287
2288 2001-10-12 [paul]       0.6.3claws11
2289
2290         * src/prefs_common.[ch], src/rfc2015.c
2291                 enable ascii-armored gpg text to be embedded in the
2292                 message body, selectable through the 'Privacy'
2293                 preferences. Supports encrypting only.
2294                 Submitted by Ravemax <ravemax@dextrose.com>
2295
2296 2001-10-12 [paul]       0.6.3claws10
2297
2298         * sync with sylpheed 0.6.3cvs6
2299                 see ChangeLog entries 2001-10-11 and 2001-11-12
2300
2301         * src/folderview.c
2302                 incorporated mbox folders, scoring, and folder
2303                 properties into the sync
2304
2305 2001-10-12 [darko]      0.6.3claws9
2306
2307         * README.claws
2308                 describe quotation wrapping
2309         * src/compose.c
2310                 don't treat tab as space to calculate line length properly
2311
2312 2001-10-11 [alfons]
2313
2314         * README.claws
2315                 correct description of how to make new filtering system work,
2316                 add some other things
2317                 
2318         * src/syldap.c
2319                 remove sched_yield() (not necessary / unportable)
2320
2321 2001-10-11 [paul]       0.6.3claws8
2322
2323         * sync with sylpheed 0.6.3cvs3
2324                 see ChangeLog entry 2001-10-10
2325
2326 2001-10-10 [christoph]  0.6.3claws7
2327
2328         * .cvsignore
2329                 ignore 2 files created by newer autotools
2330         * src/prefs_folder_item.c
2331                 using table for widget alignment
2332                 fixed memory leak and broken octal display
2333         * src/filesel.c
2334                 fixed segfault caused by lost filename
2335                 workaround (closes bug #469551)
2336
2337 2001-10-10 [paul]       0.6.3claws6
2338
2339         * sync with sylpheed 0.6.3cvs2
2340                 see ChangeLog entries 2001-10-09 and 2001-10-10
2341
2342 2001-10-10 [darko]      0.6.3.claws5
2343
2344         * src/gtkstext.c
2345                 proper calculation of right margin if smart wrapping is enabled
2346         * src/compose.c
2347                 automatically wrap long lines if wrap quotation is enabled
2348
2349 2001-10-09 [alfons]     0.6.3.claws4
2350
2351         * src/summaryview.c
2352                 select correct row when deleting last row in the summary view (and
2353                 close bug "[ #469104 ] select second last in list when deleting")
2354
2355 2001-10-09 [paul]       0.6.3claws3
2356
2357         * sync with sylpheed 0.6.3cvs1
2358                 updated some autotool scripts
2359
2360 2001-10-09 [darko]      0.6.3claws2
2361
2362         * src/gtkstext.[ch]
2363                 new name and mark with Sylpheed comment
2364         * src/compose.c
2365                 smart quotation wrapping a-la VIM
2366
2367 2001-10-08 [paul]       0.6.3claws1
2368
2369         * sync with sylpheed 0.6.3 release
2370                 see ChangeLog entry 2001-10-08
2371
2372 2001-10-08 [paul]       0.6.2claws24
2373
2374         * src/summaryview.c
2375                 more sync with sylpheed 0.6.2cvs12
2376                 Fixed the bug that didn't select the last row correctly
2377
2378
2379 2001-10-07 [paul]       0.6.2claws23
2380
2381         * sync with sylpheed 0.6.2cvs12
2382                 see ChangeLog entry 2001-10-07
2383
2384 2001-10-06 [match]
2385         * src/jpilot.[ch]
2386                 enable jpilot to read unsynch'ed addresses.
2387
2388         * src/editldap_basedn.c
2389                 fix segfault when opening dialog.
2390
2391 2001-10-06 [alfons]     0.6.2.claws22
2392
2393         * src/summaryview.c
2394                 fix bug with summary view selecting last *inserted*
2395                 node instead of last *visible* node. remember we
2396                 work with a tree
2397
2398 2001-10-06 [paul]       0.6.2claws21
2399
2400         * po/pt_BR.po
2401                 updated translation, contains some fixes and new
2402                 translations, submitted by Gustavo Noronha Silva
2403                 <kov@debian.org>
2404
2405         * src/prefs_common.c
2406                 change 'each' to 'every' - fix dubious English
2407
2408         * sync with sylpheed 0.6.2cvs11
2409
2410 2001-10-05 [alfons]     0.6.2claws20
2411
2412         * src/mainwindow.[ch], src/folderview.c
2413                 make composite tool button switch between "Compose News"
2414                 and "Compose Mail" depending on selected folder
2415                 (nifty idea by Kim Schulz <kim@schulz.dk>)
2416
2417 2001-10-05 [paul]       0.6.2claws19
2418
2419         * src/mainwindow.c, src/summaryview.c
2420                 fix 'Message/Reply to all', broken in last commit
2421
2422         * src/compose.c
2423                 fix X_BEENTHERE seg fault, thanks to Alfons
2424
2425 2001-10-04 [paul]       0.6.2claws18
2426
2427         * src/compose.[ch], src/mainwindow.c
2428                 make "Message/Reply" reply to mailing lists; matches
2429                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
2430                 based on portions of the patch submitted by
2431                 Junichi Uekawa <dancer@netfort.gr.jp>
2432
2433 2001-10-04 [darko]      0.6.2claws17
2434
2435         * src/compose.c
2436                 better smart wrapping
2437         * src/gtkstext.[hc]
2438                 a function to make text buffer contiguous
2439
2440 2001-10-03 [paul]       0.6.2claws16
2441
2442         * sync with sylpheed 0.6.2cvs10
2443
2444 2001-10-02 [alfons]
2445
2446         * configure.in
2447         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
2448                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
2449                 references to chinese translations (hope someone picks up
2450                 this)
2451
2452 2001-10-02 [christoph]  0.6.2claws15
2453
2454         * src/compose.c
2455                 fixed non translated header bug
2456         * ChangeLog.claws
2457                 fixed wrong date in alfons last entry ;)
2458
2459 2001-10-02 [alfons]     0.6.2claws14
2460
2461         * src/compose.c, src/prefs_common.[ch]
2462                 add block cursor option
2463
2464 2001-10-02 [paul]       0.6.2claws13
2465
2466         * sync with sylpheed 0.6.2cvs9
2467
2468 2001-09-30 [paul]       0.6.2claws12
2469
2470         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
2471                 updated translations
2472
2473         * po/POTFILES.in
2474                 add 'src/importldif.c'
2475
2476         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
2477                 added eudora-to-vCard conversion tool
2478                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
2479
2480         * sync with sylpheed 0.6.2cvs8
2481
2482 2001-09-30 [paul]
2483
2484         * sylpheed-0.6.2claws released
2485
2486 2001-09-27 [melvin]     0.6.2claws11
2487
2488         * src/gtkspell.c
2489                 fixed crash when using default path (introduced 
2490                 in 0.6.2claws10)
2491                 fixed tiny bug for initial suggestion mode
2492
2493 2001-09-27 [melvin]     0.6.2claws10
2494         
2495         * src/gtkspell.c
2496                 fixed bug where gtkpspell didn't set the path correctly
2497
2498         * README.claws
2499                 added a paragraph about spell checking
2500                 
2501
2502
2503 2001-09-27 [paul]       0.6.2claws9
2504
2505         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
2506                 replace '// comments' with '/* comments */' to prevent
2507                 some compiler warnings 
2508
2509         * sync with sylpheed 0.6.2cvs6
2510
2511 2001-09-26 [alfons]     0.6.2claws8
2512
2513         * src/messageview.c
2514                 introduce return receipt request notification again,
2515                 which was lost because of other semantics in 
2516                 procheader_parse() (???)
2517
2518 2001-09-26 [christoph]  0.6.2claws7
2519
2520         * src/compose.c
2521                 replace comments for old code with #if 0
2522                 readded auto cc, bcc and reply-to
2523         * src/prefs_matcher.c
2524         * src/prefs_scoring.c
2525                 removed some definition (was moved to
2526                 prefs.h)
2527
2528 2001-09-26 [paul]       0.6.2claws6
2529
2530         * src/mainwindow.c
2531                 make 'Follow-up and reply to' sensitive
2532
2533         * more sync with sylpheed 0.6.2cvs5
2534
2535 2001-09-25 [melvin]
2536
2537         * 0.6.2claws5
2538
2539         * src/gtkspell.c
2540                 fixed bug for "US-ASCII" introduced by the encoding code
2541
2542 2001-09-25 [paul]
2543
2544         * 0.6.2claws4
2545
2546         * src/prefs_common.[ch], src/summaryview.c
2547                 'next unread msg' 'go to next folder?' dialog can be
2548                 given default behaviour, either always show dialog,
2549                 or assume 'yes', or assume 'no'
2550                 Submitted by wwp <subscript@free.fr>
2551
2552 2001-09-25 [melvin]
2553                 
2554         * src/compose.c src/gtkspell.[ch]
2555                 added support for different encodings
2556
2557 2001-09-25 [paul]
2558
2559         * more sync with sylpheed 0.6.2cvs5
2560
2561 2001-09-24 [alfons]
2562         
2563         * src/prefs_folder_item.c
2564                 add check for item->prefs->default_to string is NULL and
2565                 add another check when freeing this string
2566
2567 2001-09-24 [paul]
2568
2569         * configure.in
2570                 change to version 0.6.2claws3
2571
2572         * sync with sylpheed 0.6.2cvs5 
2573
2574 2001-09-24 [match]
2575         * src/ldif.[ch], src/importldif.[ch], addressbook.c
2576                 import LDIF files.
2577         * src/addrcache.[ch], addrindex.[ch]
2578                 small update for future
2579         * src/addrbook.c
2580                 fix test XML file.
2581
2582 2001-09-24 [melvin]
2583         * src/gtkspell.[ch]
2584                 added 'Learn from mistakes' option
2585                 better handling of quotes in checked words
2586                 sorted dict list
2587         * po/fr.po
2588                 small update for spell checking stuff
2589
2590 2001-09-23 [alfons]
2591         
2592         * src/gtkspell.c
2593                 edit a little bit so it complies more with main coding style
2594
2595 2001-09-23 [alfons]
2596
2597         * src/folder.[ch], prefs_folder_item.c, compose.c
2598                 migrate "request return receipt" folder property
2599                 to folderlist.xml
2600
2601 2001-09-22 [alfons]
2602
2603         * README.claws **NEW**
2604                 (add things of interest for users of main branch 
2605                 and claws here)
2606
2607         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
2608                 re-implement threading per folder option, but store 
2609                 the setting in folderlist.xml (where it belongs)
2610
2611 2001-09-21 [melvin]
2612
2613         * src/gtkspell.[ch]
2614                 fixed bug when compose window is under another window
2615         * src/prefs_common.[ch] src/compose.c
2616                 changed 'dictionary_path' to 'dictionary' to be consistent
2617                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
2618         * ac/pspell.m4 src/Makefile.am 
2619                 dropped PSPELL_PATH macro
2620         * po/fr.po
2621                 updated translations
2622
2623 2001-09-21 [christoph]
2624
2625         * src/compose.c
2626                 added border around header fields
2627                 keep header type when new field is added
2628
2629 2001-09-20 [christoph]
2630
2631         * src/utils.[ch]
2632                 more portable debug_print with source filename
2633                 and linenumber
2634         * src/procmsg.c
2635                 more newlines after debug messages
2636
2637 2001-09-20 [paul]
2638
2639         * configure.in
2640                 change to version 0.6.2claws2
2641
2642         * sync with sylpheed 0.6.2cvs3
2643
2644 2001-09-19 [melvin]
2645
2646         * src/gtkspell.c
2647                 fixed the post-right-click focus pb
2648                 fixed crash when 'Spell check all' after dict change 
2649                         and when cursor is at the end of the text
2650                 shift-right-click pops up config menu even on misspelled words.
2651         * po/POTFILES.in
2652                 added gtkspell.c
2653
2654 2001-09-19 [melvin]
2655
2656         * src/about.c
2657                 added pspell to compiled-in features list
2658
2659 2001-09-18 [melvin]
2660
2661         * switched to pspell and dropped ispell
2662         * ac/pspell.m4
2663                 new file. autoconf macro for pspell
2664         * ac/Makefile.am 
2665         * configure.in acconfig.h
2666                 added pspell support
2667         * src/Makefile.am
2668         * src/main.c src/compose.[ch] src/gtkspell.[ch]
2669         * src/prefs_common.[ch] 
2670                 added pspell support
2671
2672 2001-09-18 [christoph]
2673
2674         * src/addr_compl.c
2675         * src/template.[ch]
2676                 replace LOG_MESSAGE with debug_print
2677         * src/compose.[ch]
2678                 gui improvements
2679         * src/menu.c
2680                 added newline after debug message
2681         * src/utils.h
2682                 using __VA_ARGS__ for debug_print macro
2683         * tools/.cvsignore
2684                 ignore Makefile and Makefile.in
2685
2686 2001-09-18 [paul]
2687
2688         * configure.in
2689                 change to version 0.6.2claws1
2690         * sync with sylpheed 0.6.2cvs1
2691
2692         * src/matcher.c 
2693         * src/prefs_matcher.c
2694                 add 'score equal to' option, submitted by
2695                 Paul Evans <nerd@freeuk.com>
2696
2697 2001-09-15 [christoph]
2698
2699         * src/mainwindow.c
2700                 comment out menu entry not existing in claws
2701         * src/menu.c
2702                 add debug output for non existing menu entries
2703         * src/summaryview.c
2704                 fix next/prev unread message for ignored threads
2705         * src/utils.[ch]
2706                 add sourcefile and line number to debug output
2707                 otherwise it is sometimes hard to find the
2708                 source code part if debug messages are translated
2709
2710 2001-09-14 [darko]
2711         
2712         * src/folderview.c
2713                 refresh target folder style after colour is changed
2714
2715 2001-09-13 [paul]
2716
2717         * configure.in
2718                 change to version 0.6.1claws3
2719
2720         * sync with sylpheed 0.6.1cvs6
2721
2722 2001-09-13 [darko]
2723         
2724         * src/folderview.c
2725                 fix target folder colourization to use user selected colour
2726
2727 2001-09-12 [darko]
2728         
2729         * src/summaryview.c
2730                 fix crash when message that is marked for copy/move is unmarked
2731
2732 2001-09-09 [paul]
2733
2734         * configure.in
2735                 change to version 0.6.1claws2
2736
2737         * sync with sylpheed 0.6.1cvs3
2738
2739 2001-09-09 [alfons]
2740         
2741         * src/folderview.c
2742                 fix bug with default font used for trash folder text
2743
2744 2001-09-06 [paul]
2745
2746         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
2747                 updated translations
2748
2749         * configure.in
2750                 change to version 0.6.1claws1
2751
2752         * sync with sylpheed 0.6.1cvs2
2753
2754 2001-09-03 [paul]
2755
2756         * po/POTFILES.in
2757                 add Match's new addressbook
2758
2759         * po/de.po
2760                 updated translation submitted by Jens Oberender
2761
2762 2001-09-02 [paul]
2763
2764         * configure.in
2765                 change to 0.6.1claws
2766         * sync with sylpheed 0.6.1 release
2767
2768 2001-09-02 [paul]
2769
2770         * configure.in
2771                 change to 0.6.0claws2
2772
2773         * sync with sylpheed 0.6.0cvs4
2774
2775         * po/pt_BR.po
2776                 updated translation submitted by Fabio Junior Beneditto
2777
2778 2001-09-01 [match]
2779         * pixmaps/
2780                 interface.xpm
2781                 book.xpm
2782                 address.xpm
2783         * src/
2784                 Makefile.am
2785                 a ton of new files
2786
2787 2001-08-31 [paul]
2788
2789         * configure.in
2790                 change to version 0.6.0claws1
2791
2792         * sync with sylpheed 0.6.0cvs1
2793
2794         * po/es.po
2795                 updated translation submitted by Ricardo Mones Lastra
2796
2797         * po/POTFILES.in
2798                 add 'src/prefs_templates.c'
2799
2800         * src/compose.c, src/summaryview.c
2801                 fix segfault on 'Re_edit'               
2802
2803 2001-08-30 [alfons]
2804
2805         * configure.in, Makefile.am
2806         * tools/Makefile.am
2807                 add tools directory to source distribution
2808
2809 2001-08-30 [paul]
2810
2811         * configure.in
2812                 change to version 0.6.0claws
2813
2814         * sync with sylpheed 0.6.0 release
2815
2816 2001-08-30 [christoph]
2817
2818         * configure.in
2819                 removed autoconf version check
2820
2821 2001-08-30 [paul]
2822
2823         * src/account.c, src/compose.c, src/prefs_common.[ch]
2824         * src/procheader.[ch] src/utils.[ch]
2825                 Enhanced automatic account selection on replies
2826                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
2827
2828         * configure.in
2829                 add LDAP and JPilot to the configuration results output.
2830
2831 2001-08-29 [christoph]
2832
2833         * src/summeryview.c
2834                 no bold font for ignored threads
2835
2836 2001-08-29 [paul]
2837
2838         * configure.in
2839                 change to version 0.5.3claws6
2840
2841         * sync with sylpheed 0.5.3cvs10
2842                 src/stringtable.[ch]: New Files
2843
2844         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
2845         * src/pixmaps/sylpheed.xpm
2846                 add mini-icons to windows (by Alfons)
2847
2848 2001-08-27 [paul]
2849
2850         * src/mainwindow.c
2851                 new functions: next_labeled_cb(), prev_labeled_cb()
2852
2853         * src/summaryview.c
2854                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
2855                 summary_select_next_labeled(), summary_select_prev_labeled()
2856
2857         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
2858                 give claws blue folders and a blue trash can
2859
2860 2001-08-27 [paul]
2861
2862         * configure.in
2863                 change to version 0.5.3claws5
2864
2865         * sync with sylpheed 0.5.3cvs9
2866                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
2867
2868 2001-08-24 [christoph]
2869
2870         * src/filesel.c
2871                 keep filename when browsing directories
2872                 (not working for user entered filename, but
2873                  for default name and selected filename from
2874                  file list)
2875         * src/mainwindow.c
2876                 fixed wrong spelling "Folllow-up"
2877         * src/mbox_folder.c
2878         * src/procmsg.c
2879         * src/summaryview.c
2880                 fixed new/unread message count with ignored
2881                 threads (2 commits, first didn't notice no
2882                 longer needed decreasing)
2883         * src/inc.c
2884                 readded scrolling of progress dialog
2885                 (lost in sync)
2886
2887 2001-08-24 [paul]
2888
2889         * configure.in
2890                 change to 0.5.3claws4
2891
2892         * sync with sylpheed 0.5.3cvs7
2893
2894 2001-08-24 [christoph]
2895
2896         * src/compose.c
2897                 set request return receipt when replying
2898                 if it is set is the folder prefs of the
2899                 message
2900         * src/inc.c
2901                 disable final error popup if popups are
2902                 disabled in config (again)
2903
2904 2001-08-23 [paul]
2905
2906         * configure.in
2907                 Change version number to 0.5.3claws3
2908
2909         * sync with sylpheed 0.5.3cvs5
2910
2911         * src/mimeview.c
2912                 double quote '%s' in 'gedit %s' to fix bug when
2913                 opening attachment with spaces in the name
2914
2915 2001-08-22 [alte]
2916         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
2917           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
2918                 initial message templates support
2919
2920
2921 2001-08-22 [paul]
2922
2923         * configure.in
2924                 change version number to 0.5.3claws2
2925
2926         * sync with sylpheed 0.5.3cvs4
2927
2928         * src/procmsg.h src/summaryview.c
2929                 re-implement (un)ignore thread
2930
2931 2001-08-21 [paul]
2932
2933         * src/summaryview.c
2934                 remove unnecessary code
2935         * src/compose.c
2936                 enable 'dynamic' signatures (submitted by
2937                 Eric Limpens <eric@hscg-internet.nl>)
2938
2939 2001-08-21 [paul]
2940
2941         clean up after sync with sylpheed 0.5.3 release
2942
2943         * src/folderview.c
2944                 fix re-introduced font mess, see Christoph's
2945                 entry 2001-06-24
2946
2947         * src/summaryview.c
2948                 remove prev_msgnum
2949                 use sylpheed's small font instead of
2950                 gtk default font for summary view
2951
2952
2953 2001-08-17 [paul]
2954
2955         * configure.in
2956                 add pl to ALL_LINGUAS - sync with main branch
2957
2958         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
2959                 Updated. Translations by Jens Oberender, Ricardo Mones
2960                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
2961
2962         * po/pl.po  ** NEW FILE **
2963                 sync with the main branch
2964
2965         * src/folderview.c
2966                 fix target folder colorizing and refresh problem
2967
2968
2969 2001-08-17 [christoph]
2970
2971         * src/mainwindow.c
2972                 claws uses 4 colors for target folder coloring.
2973                 arrays were not long enough and destroyed the
2974                 stack causing a segfault.
2975                 target folder colorizing does not work anymore
2976                 for me
2977
2978 2001-08-16 [paul]
2979
2980         * configure.in
2981                 change to version 0.5.3claws1
2982
2983         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
2984           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
2985           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
2986
2987                 sync with sylpheed 0.5.3 release, but keep claws method of
2988                 configuring/saving fonts
2989
2990         * src/addressbook.[ch]
2991                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
2992                 in line with a similar change in Hiroyuki's branch
2993
2994         * src/mainwindow.[ch]
2995                 disable main_window_set_thread_option()
2996         * src/prefs_folder_item.c
2997                 comment out &tmps_prefs.enable_thread,
2998         * src/mbox_folder.c, src/procmsg.[ch]
2999                 comment out MSG_IS_IGNORE_THREAD
3000         * src/summaryview.c
3001                 comment out summary_ignore_thread() and summary_unignore_thread()
3002                 comment out MSG_IS_IGNORE_THREAD
3003
3004                 use Hiroyuki's threading instead.
3005
3006
3007
3008 2001-08-15 [paul]
3009
3010         * src/account.c
3011                 use Hiroyuki's 0.5.3 column scheme but also
3012                 include the enable/disable button.
3013         * src/pixmaps/mark.xpm
3014                 add Hiroyuki's amended pixmap
3015
3016 2001-08-13 [christoph]
3017
3018         * src/account.c
3019                 receive at get all column showed wrong state for APOP
3020                 button should only work for POP3 and APOP accounts
3021         * src/prefs_account.c
3022                 added missing preprocessor statement for SSL
3023
3024 2001-08-12 [paul]
3025
3026         * src/account.[ch]
3027                 add 'receive at get all' column and enable/disable
3028                 button.
3029
3030 2001-08-06 [christoph]
3031
3032         * src/account.c
3033                 show usage of SSL in protocol column
3034
3035         * src/imap.c
3036         * src/inc.c
3037                 renamed ssl options
3038
3039         * src/prefs_account.[ch]
3040                 moved ssl options to a new page
3041
3042         * src/send.c
3043         * src/smtp.c
3044         * src/ssl.[ch]
3045                 renamed ssl options
3046                 added support for SMTP STARTTLS command
3047
3048 2001-08-05 [christoph]
3049
3050         * configure.in
3051                 debian autoconf needs version check to find
3052                 correct autoconf version. if the file is
3053                 named configure.in 2.13 is used, which does
3054                 not work with this configure.in script.
3055                 other solution would be to rename the script
3056                 to configure.ac as suggested in the autoconf
3057                 manual.
3058
3059         * src/inc.c
3060                 disable final error popup if popups are
3061                 diabled in config
3062
3063         * src/socket.c
3064                 bugfix in ssl_gets
3065                 fixes IMAP over SSL problem
3066
3067 2001-08-03 [paul]
3068
3069         * configure.in
3070                 change to 0.5.2claws1
3071
3072         * sync with sylpheed 0.5.2cvs1
3073
3074 2001-08-02 [alfons]
3075
3076         * configure.in
3077                 quick fix for ispell detection...
3078
3079 2001-08-01 [paul]
3080
3081         * configure.in
3082                 change to 0.5.1claws4
3083
3084         * sync with sylpheed 0.5.1cvs7
3085
3086 2001-07-31 [alfons]
3087
3088         * src/prefs_common.c, src/prefs_common.h, 
3089           src/gtkspell.c, src/gtkspell.h
3090                 add global spelling checker settings (compose tab) +
3091                 selection of dictionary 
3092           
3093         * configure.in  
3094                 guess valid ispell location
3095
3096 2001-07-31 [paul]
3097
3098         * po/POTFILES.in
3099                 removal of 'src/quote_fmt_parse.c'
3100         * po/de.po
3101                 Updated de.po
3102                 (submitted by Jens Oberender <didge@suse.de>)
3103
3104 2001-07-31 [darko]
3105
3106         * src/folder.[ch]
3107         * src/folderview.[ch]
3108         * src/mainwindow.c
3109         * src/mh.c
3110         * src/prefs_common.[ch]
3111         * src/summaryview.c
3112                 target folder colourization
3113
3114 2001-07-30 [paul]
3115
3116         more sync with Sylpheed 0.5.1cvs6 
3117
3118 2001-07-30 [darko]
3119
3120         * src/mh.c
3121         * src/prefs_folder_item.[hc]
3122         * src/summaryview.c
3123                 shared folders support with a GUI
3124
3125 2001-07-29 [paul]
3126
3127         0.5.1claws3
3128
3129         * sync with Sylpheed 0.5.1cvs6
3130
3131 2001-07-29 [paul]
3132
3133         * po/pt_BR.po
3134                 updated
3135                 (submitted by Fabio Junior Beneditto)
3136
3137 2001-07-28 [paul]
3138
3139         * src/procmime.c
3140         * AUTHORS
3141                 patch to correct bad image mime headers
3142                 (submitted by Don Quijote <dq@searchlores.org>)
3143
3144 2001-07-28 [paul]
3145
3146         * tools/gif2xface.pl   **NEW FILE**
3147         * tools/README
3148                 script to convert file.gif to file.xface for
3149                 use in a custom header.
3150                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
3151
3152 2001-07-27 [alfons]
3153         
3154         * configure.in
3155                 change macros for detecting JPilot and LDAP
3156
3157 2001-07-27 [christoph]
3158
3159         * src/filtering.c
3160                 code cleanup (MIN / MAX warning, needed casting)
3161
3162 2001-07-27 [alfons]
3163
3164         * procheader.c
3165                 disallow setting flags when detecting certain headers
3166                 (X-Status, Status, Seen, X-Seen). 
3167         
3168         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
3169
3170 2001-07-27 [christoph]
3171
3172         * src/prefs_filter.c
3173         * src/prefs_filtering.c
3174         * src/prefs_matcher.c
3175         * src/prefs_scoring.c
3176                 scroll list when moving rows up or down
3177
3178         * src/imap.c
3179         * src/imap.h
3180         * src/prefs_account.c
3181         * src/prefs_account.h
3182         * src/send.c
3183                 SMTP over SSL (untested, feedback requested)
3184                 IMAP over SSL
3185
3186         * src/ssl.c
3187                 code cleanup
3188
3189 2001-07-26 [alfons]
3190         
3191         * configure.in, acconfig.h
3192                 define CLAWS (need this for main / claws detection)
3193
3194 2001-07-25 [alfons]
3195
3196         * configure.in
3197                 Sylpheed 0.5.1claws2
3198                 
3199         * sync with Sylpheed 0.5.1cvs4
3200
3201 2001-07-25 [christoph]
3202
3203         * src/scoring.c
3204                 fixed segfault
3205                 item->prefs == NULL (don't know why)
3206
3207 2001-07-25 [alfons]
3208
3209         * configure.in
3210                 Sylpheed 0.5.1claws1
3211
3212         * sync with Sylpheed 0.5.1cvs1-3
3213
3214 2001-07-24 [christoph]
3215
3216         * src/folderview.c
3217         * src/prefs_folder_item.[ch]
3218                 added folderitem preferences dialog with
3219                 default To: and auto request return receipt
3220
3221         * src/compose.[ch]
3222         * src/menu.[ch]
3223                 changes to handle new folderitem preferences
3224
3225         * src/mainwindow.c
3226         * src/summaryview.c
3227                 call compose new mail with current folderitem
3228
3229 2001-07-24 [alfons]
3230
3231         Release Sylpheed 0.5.1claws
3232
3233         * configure.in
3234                 change to release version 0.5.1claws
3235
3236 2001-07-24 [christoph]
3237
3238         * src/summaryview.c
3239                 fixed segfault that happend when the selected
3240                 message was removed while retrieving new messages.
3241
3242         * po/es.po
3243                 updated translation
3244                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
3245
3246 2001-07-22 [alfons]
3247
3248         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
3249         this is a work in progress, for more information: http://nlpagan.net/sylman 
3250         
3251         * configure.in, src/mainwindow.c, manual/Makefile.am
3252                 add support for English manual
3253
3254         * AUTHORS
3255                 add authors of user manuals
3256
3257         * manual/en/sylpheed*.html
3258                 add English documentation
3259
3260 2001-07-22 [christoph]
3261
3262         * po/POTFILES.in
3263                 added src/ssl.c
3264         * src/ssl.c
3265                 changed a wrong debug message
3266
3267 2001-07-22 [alfons]
3268
3269         * po/nl.po
3270                 update Dutch translation
3271
3272         * src/prefs_filtering.c, 
3273           src/prefs_matcher.c
3274                 add more translatable strings           
3275
3276 2001-07-21 [alfons]
3277
3278         0.5.0claws7
3279
3280         * configure.in
3281                 change version
3282
3283         * src/inc.c, src/summaryview.[ch]
3284                 prevent update of mark file when filtering has done, by
3285                 using a variable; this affects two functions:
3286                         inc.c::inc_finished()
3287                         summaryview.c::summary_show()
3288
3289 2001-07-20 [alfons]
3290
3291         * src/filtering.[ch], src/prefs_filtering.c, 
3292           src/matcher.[ch]
3293                 add filtering action for label coloring 
3294
3295         * po/POTFILES.in
3296                 add labelcolors.c
3297
3298         * added src/labelcolors.c
3299         * added src/labelcolors.h
3300         * src/Makefile.am, src/summaryview.c
3301                 rearrange label coloring code
3302
3303         * src/procmsg.h
3304                 add more parentheses so label colouring works correctly
3305
3306         * src/filtering.c
3307                 don't really delete message, but move it to Trash
3308
3309         * src/prefs_matcher.c
3310                 add quote options to info dialog
3311
3312 2001-07-20 [christoph]
3313
3314         * src/Makefile.am
3315         * src/inc.c
3316         * src/main.[ch]
3317         * src/socket.h
3318         * src/ssl.[ch] (new)
3319                 moved ssl stuff to a seperate file
3320
3321 2001-07-20 [darko]
3322
3323         * src/summaryview.c
3324                 fix show sender using address book with no e-mail
3325                 address in From: field
3326
3327 2001-07-19 [alfons]
3328
3329         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
3330                 fix messy handling of escaping... now at least the
3331                 execute command is useful. escape char is '\', we
3332                 accept \n and \r too. 
3333
3334                 Real life example:
3335                 
3336                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
3337                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
3338
3339 2001-07-18 [alfons]
3340
3341         0.5.0claws6
3342
3343         * src/summaryview.c
3344                 clean up
3345
3346         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
3347           src/procmsg.[ch]
3348                 revise filtering; currently move, copy, marking have
3349                 been tested. if you like bleeding edge stuff, you
3350                 should definitely go for this version :)
3351
3352         * mark old working stuff as VERSION_0_5_0_CLAWS5        
3353
3354 2001-07-17 [christoph]
3355
3356         * src/utils.c
3357                 timestamp log
3358
3359 2001-07-17 [alfons]
3360
3361         0.5.0claws5
3362
3363         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
3364           bits in the mark file, without affecting either branch. Lots of
3365           files changed, also in claws branch.
3366
3367           UNTESTED: use of mbox folders
3368
3369         * src/summaryview.c
3370                 added mark all read; however this was a quick hack used for
3371                 cleaning up mess after initial merge with Hiroyuki
3372
3373         * configure.in
3374                 change claws version number back to 0.5.0claws5 to clear up 
3375                 confusion & pretension (recent release was technically 
3376                 0.5.0claws4, so we neatly align with Hiroyuki :-)
3377
3378 2001-07-16 [alfons]
3379
3380         sync with Hiroyuki's 0.5.0cvs4
3381
3382 2001-07-16 [alfons]
3383
3384         0.5.1claws3
3385
3386         * src/filtering.[ch]
3387                 remove invalid updating of mark files for 
3388                 filter actions MATCHING_ACTION_MOVE and 
3389                 MATCHING_ACTION_DELETE; this should fix the
3390                 folder update bug
3391                 
3392         * src/procmsg.c
3393                 revert Christoph's stab at fixing the folder 
3394                 update bug
3395
3396         * po/POTFILES.in
3397                 add missing files with translatable strings
3398
3399         * src/summaryview.c
3400                 remove debug print
3401
3402 2001-07-15 [alfons]
3403
3404         * src/addr_compl.[ch], src/prefs_filtering.c
3405                 make "filtering pref dialog's destination entry" an
3406                 "address completable entry", if filter destination is 
3407                 an email address
3408
3409         0.5.1claws2
3410         
3411         sync with Hiroyuki's 0.5.0cvs2-3
3412
3413 2001-07-15 [christoph]
3414
3415         * src/procmsg.c
3416                 fixed folder stats update after incorporation
3417
3418 2001-07-15 [alfons]
3419
3420         * src/summaryview.c
3421                 * finish label colouring stuff (for now)
3422                 * fix incorrect colour bug (off by one) 
3423
3424 2001-07-14 [alfons]
3425
3426         * src/mainwindow.c
3427                 change text labels for news and mail message so there's
3428                 plenty of toolbar estate left
3429
3430         * configure.in
3431                 0.5.1claws1
3432
3433         * src/folderview.c
3434           src/folder.[ch]
3435                 sync with Hiroyuki's 0.5.0cvs1
3436
3437         * src/summaryview.c
3438                 more rewrite label colouring
3439
3440 2001-07-14 [alfons]
3441
3442         * src/summaryview.[ch]
3443                 * start rewrite label colouring 
3444                 * fix proper location "Add Sender To Addressbook" menu item
3445
3446 2001-07-13
3447
3448         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
3449         (actually this is 0.5.0claws4)
3450
3451 2001-07-13 [alfons]
3452
3453         * po/pt_BR.po
3454                 * fix duplicate message
3455                 * add updated Portugese / Brazilian translation
3456                   submitted by Fabio Junior Beneditto
3457
3458 2001-07-12 [alfons]
3459
3460         * AUTHORS
3461                 add Jens
3462
3463         * po/nl.po
3464                 add updated Dutch translation
3465
3466         * po/de.po
3467                 add updated German translation submitted by Jens
3468
3469 2001-07-11 [alfons]
3470
3471         Prerelease before 0.5.0claws. Please test.
3472         This version is temporarily tagged as VERSION_0_5_0_TEST
3473
3474         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
3475           src/prefs_scoring.c, src/prefs_matcher.c, 
3476           src/prefs_filtering.c, src/mbox.c, 
3477           src/main.c, src/inc.c, src/filtering.[ch]
3478                 revert new Hoa's new matcher (does not work yet)
3479
3480         * src/Makefile.am
3481                 clean up
3482
3483 2001-07-10
3484
3485         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
3486
3487
3488 2001-07-10 [alfons]
3489
3490         * Makefile.am
3491                 add ChangeLog.claws to EXTRA_DIST
3492         * src/Makefile.am
3493                 add matcher_parser_parse.h to EXTRA_DIST
3494
3495 2001-07-10 [christoph]
3496
3497         * src/inc.c
3498                 add destination folder to table of
3499                 folders that need to be updated after
3500                 incorporation
3501
3502 2001-07-10 [alfons]
3503
3504         * folder.[ch]
3505           folderview.c
3506                 make collapse state of folders and folder items persistent, i.e.
3507                 if you collapse a folder tree, the next time sylpheed-claws starts 
3508                 up the folder tree remains collapsed.  
3509                 
3510 2001-07-10 [christoph]
3511
3512         * acconfig.h
3513         * configure.in
3514                 added --enable-ssl
3515         * src/md5.[ch]
3516                 renamed MD5_CTX to MD5_CTX_syl
3517                 conflicts with a struct in openssl
3518         * src/inc.c
3519         * src/main.[ch]
3520         * src/prefs_account.[ch]
3521         * src/socket.[ch]
3522                 SSL support for POP
3523         * src/mainwindow.c
3524                 fixed compose with current account
3525                 broken by new compose button stuff
3526
3527 2001-07-09 [hoa]
3528
3529         * AUTHORS
3530                 changed my email address
3531
3532         * src/matcher_parser_parse.y
3533                 clean the parser to remove conflicts
3534
3535 2001-07-09 [alfons]
3536
3537         * AUTHORS
3538                 add Match Grun
3539
3540         * configure.in
3541                 fix incorrect description of --enable-ldap parameter
3542
3543         * src/prefs_common.[ch]
3544           src/compose.c
3545                 add experimental option "smart wrapping" which makes the
3546                 compose editor auto wrap.
3547                 
3548                 | TODO: the problem with the buggy cursor handling is caused |
3549                 | by the GtkText. when deleting / backspacing text its       |
3550                 | wrapping algorithm does not take in account the previous   |
3551                 | line. should find a way to hack this in.                   |
3552                 | or should perhaps combine this with the word wrapping      |
3553                 | patch i wrote in january.                                  |
3554
3555         * src/about.c
3556                 show build parameters for LDAP and JPilot
3557
3558         * src/summaryview.c
3559                 revert Christoph's bugfix for selecting next unread message, 
3560                 because folder stats aren't updated correctly
3561
3562 2001-07-08 [hoa]
3563
3564         * src/filtering.c
3565         * src/mainwindow.c
3566         * src/matcher.c
3567         * src/matcher_parser_lex.l
3568         * src/matcher_parser_parse.y
3569         * src/prefs_filtering.c
3570         * src/prefs_scoring.c
3571         * src/scoring.c
3572                 bugfix of the config file parser
3573
3574 2001-07-08 [alfons]
3575
3576         * src/Makefile.am
3577                 added generated matcher sources to BUILT_SOURCES
3578
3579 2001-07-08 [hoa]
3580
3581         * src/Makefile.am
3582         * src/.cvsignore
3583                 added new config file parser
3584
3585         * src/scoring.[ch]
3586         * src/filtering.[ch]
3587         * src/matcher.[ch]
3588         * src/prefs_filtering.c
3589         * src/prefs_matcher.c
3590         * src/prefs_scoring.c
3591         * added src/matcher_parser.h
3592         * added src/matcher_parser_lex.h
3593         * added src/matcher_parser_lex.l
3594         * added src/matcher_parser_parse.y
3595                 lex & yacc config file parser
3596
3597         * src/mbox.c
3598         * src/inc.c
3599         * src/main.c
3600                 changes prefs_filtering into global_filtering           
3601
3602         * src/summaryview.c
3603                 build threads with subjects only if "Re: " is at the
3604                 beginning of the subject
3605
3606 2001-07-07 [paul]
3607
3608         0.5.0claws
3609
3610         sync with sylpheed 0.5.0
3611                 change of version number only
3612
3613 2001-07-06 [paul]
3614
3615         0.5.0claws5
3616
3617         sync with sylpheed 0.5.0pre5
3618
3619 2001-07-05 [paul]
3620
3621         sync with sylpheed 0.5.0pre4 release
3622                 /po and /manual/ja not sync'ed
3623
3624 2001-07-04 [paul]
3625
3626         more sync with sylpheed 0.5.0pre4
3627
3628 2001-07-03 [christoph]
3629
3630         * src/addressbook.c
3631                 fixed address book broken by address book
3632                 for VCard, JPilot, LDAP
3633
3634 2001-07-03 [alfons]
3635
3636         * src/matcher.c
3637         * src/textview.c
3638                 stopped memory leaks
3639
3640 2001-07-03 [paul]
3641
3642         more sync with sylpheed 0.5.0pre4
3643
3644 2001-07-02 [match]
3645
3646         * included address book patch for VCard, JPilot, LDAP
3647         * pref_common.c - fixed Font options on Display tab (cosmetic)
3648         * alertpanel.c - fixed truncated message
3649
3650 2001-07-02 [christoph]
3651
3652         * src/mbox_folder.c
3653         * src/procmsg.[ch]
3654         * src/summaryview.c
3655                 mark threads for ignoring
3656
3657 2001-07-02 [paul]
3658
3659         0.5.0claws4
3660
3661         * sync with sylpheed 0.5.0pre4
3662                 updated gettext to 0.10.38.
3663
3664 2001-07-01 [paul]
3665
3666         * src/ mainwindow.c
3667         * src/procmsg.h
3668         * src/summaryview.[ch]
3669                 new right-click option: Label.
3670                 substitute for 'Mark-->Mark/Unmark', colours the line.
3671                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
3672
3673 2001-07-01 [christoph]
3674
3675         * src/folderview.c
3676                 fixed font for trash
3677         * src/summaryview.c
3678                 move ctree to unread message
3679
3680 2001-07-01 [paul]
3681
3682         * sync with sylpheed 0.5.0pre3 release
3683
3684 2001-06-30 [alfons]
3685
3686         * src/filesel.[ch]
3687         * src/compose.c
3688                 allow inserting / attaching multiple files in
3689                 the composer window
3690
3691 2001-06-30 [paul]
3692
3693         * src/codeconv.c
3694                 small change to Alfons' previous stuff so that it
3695                 actually makes
3696
3697 2001-06-30 [alfons]
3698
3699         * lots of files changed; first attempt to merge the changes
3700           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
3701
3702 2001-06-30 [paul]
3703
3704         * po/pt_BR.po
3705                 updated and completed, translations by Fabio
3706                 Junior Beneditto <fjbeneditto@yahoo.com.br>
3707
3708 2001-06-29 [alfons]
3709
3710         * src/compose.c
3711         * src/mimeproc.[ch]
3712                 allow selecting an attached files' mime type from a 
3713                 list of types.
3714
3715 2001-06-29 [paul]
3716
3717         * more sync with sylpheed 0.5.0pre3
3718
3719 2001-06-29 [paul]
3720
3721         * po/pt_BR.po
3722                 merge with sylpheed.pot and pt_BR.po provided by
3723                 Fabio Junior Beneditto.
3724
3725 2001-06-29 [darko]
3726
3727         * src/procmime.c
3728                 make MIME types case insensitive
3729
3730 2001-06-28 [alfons]
3731
3732         * po/nl.po
3733                 merge with sylpheed.pot and old nl.po; translations added.
3734
3735 2001-06-28 [paul]
3736
3737         * more sync with sylpheed 0.5.0pre3
3738
3739 2001-06-27 [alfons]
3740
3741         * src/summaryview.c
3742                 don't crash when removing parent node of messages
3743                 attracted by subject. this was caused by not deleting
3744                 the parent node from the subject line hash table.
3745
3746 2001-06-27 [alfons]
3747
3748         * src/summaryview.c
3749         * src/compose.[ch]
3750         * src/mainwindow.c
3751                 if there are multiple messages selected, allow forwarding
3752                 them as attachments.
3753
3754 2001-06-27 [paul]
3755
3756         * more sync with sylpheed 0.5.0pre3
3757
3758 2001-06-26 [paul]
3759
3760         0.5.0claws3
3761
3762         * sync with sylpheed 0.5.0pre3
3763
3764 2001-06-25 [paul]
3765
3766         * src/mainwindow.c
3767                 fixed 'compose news article' bug
3768                 from icon-and-text toolbar
3769
3770 2001-06-25 [paul]
3771
3772         * sync with sylpheed 0.5.0pre2 release
3773
3774 2001-06-24 [christoph]
3775
3776         * src/prefs_common.c
3777                 bug fix in font selection
3778         * src/folderview.c
3779                 use sylpheed's normal font instead of
3780                 gtk default font for folders without
3781                 new messages
3782
3783 2001-06-24 [alfons]
3784
3785         * src/mainwindow.[ch]
3786                 added composite compose mail / news button (an idea by Leandro
3787                 Pereira <leandro@linuxmag.com.br>)
3788
3789 2001-06-24 [paul]
3790
3791         Added instructions for ldif-to-xml.py
3792
3793         * tools/README
3794
3795 2001-06-23 [alfons]
3796
3797         Some minor things.
3798
3799         * src/pixmaps/stock_news_compose.xpm
3800                 added pixmap by Leandro
3801         * src/prefs_common.c
3802                 tested built-in spelling checker of GCC 3.0 :)
3803         * po/nl.po
3804                 merged dutch translation of sylpheed-main with
3805                 sylpheed.pot
3806
3807 2001-06-23 [paul]
3808
3809         Added tools directory and files.
3810
3811         * tools/filter_conv.pl
3812                 converts old filter system to new filtering system
3813         * tools/ldif-to-xml.py
3814                 converts netscape addressbook to sylpheed addressbook
3815         * tools/README
3816                 descriptions/instructions for above two files
3817
3818 2001-06-23 [christoph]
3819
3820         * src/inc.c
3821         * src/manage_window.[ch]
3822         * src/prefs_common.[ch]
3823                 mail retrieval dialog can be enabled, disabled
3824                 or hidden if non of sylpheed's windows is active
3825
3826 2001-06-22 [paul]
3827
3828         0.5.0claws2
3829
3830         * sync with sylpheed 0.5.0pre2
3831
3832 2001-06-21 [christoph]
3833
3834         * src/summaryview.c
3835                 show recipient on 'from' for all accounts
3836                 
3837         * src/inc.c
3838         * src/prefs_common.[ch]
3839                 disable error popup on mail receive errors
3840
3841 2001-06-21 [alfons]
3842
3843         * src/compose.c
3844                 made the ruler correctly appear and disappear.
3845
3846         * src/Makefile.am
3847                 removed Hoa's work-in-progress-stuff (interesting!) so 
3848                 claws compiles ok.
3849
3850 2001-06-20 [christoph]
3851
3852         * src/inc.c
3853         * src/progressdialog.c
3854                 added scrolled window for list in progressdialog
3855
3856 2001-06-20 [paul]
3857
3858         sync with sylpheed 0.5.0pre1 release
3859
3860 2001-06-20 [christoph]
3861
3862         * src/summeryview.c
3863                 make building threads by subject work when
3864                 thread view is enabled
3865                 
3866         * src/compose.c
3867         * src/prefs_common.[ch]
3868                 automatically select account for mail replys
3869
3870 2001-06-19 [sergey]
3871
3872         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
3873         they are filled in from the account settings.
3874
3875 2001-06-19 [paul]
3876
3877         * more sync with sylpheed 0.5.0pre1
3878
3879 2001-06-18 [alfons]
3880
3881         * src/Makefile.am,
3882           src/procmime.c
3883                 added --sysconfdir to CPPFLAGS for pointing to the correct
3884                 location of mime.types. 
3885
3886                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
3887                 or ./configure!
3888
3889 2001-06-18 [hoa]
3890
3891         * src/summaryview.c
3892                 fixed some bug when building threads
3893
3894 2001-06-18 [pau]l
3895
3896         * src/prefs_account.c
3897                 UI stuff: More changes to the English
3898
3899 2001-06-18 [paul]
3900
3901         * src/pixmaps/stock_news_compose.xpm: new file
3902         * src/Makefile.am
3903         * src/mainwindow.c
3904         * src/summaryview.c
3905                 Added new icon for Hoa's 'compose a news
3906                 message', plus minor improvements to the
3907                 English
3908
3909         * po/ja.po
3910         * ChangeLog
3911         * ChangeLog.jp
3912                 more sync with sylpheed 0.5.0pre1
3913
3914 2001-06-18 [hoa]
3915
3916         * src/compose.[ch]
3917         * src/mainwindow.c
3918                 Follow-up and reply to
3919
3920         * src/summaryview.[ch]
3921                 Build threads also with subjects
3922
3923 2001-06-17 [hoa]
3924
3925         * src/compose.c
3926                 forwarding use the current account.
3927
3928         * src/mainwindow.c
3929                 the "compose message" button has been replaced with
3930                 "new mail" and "new news" buttons
3931
3932         * src/prefs_common.[ch]
3933                 added a configuration option to use the forward button
3934                 as "forward as attachment"
3935                 changed reply and forward format description
3936
3937         * src/quote_fmt_lex.l
3938         * src/quote_fmt_parse.y
3939                 added message with no signature in format for reply
3940                 and forward.
3941
3942 2001-06-17 [paul]
3943
3944         Minor UI stuff
3945
3946         * src/mainwindow.c
3947         * src/summaryview.c
3948                 Improvements to the English
3949
3950         * src/prefs_common.c
3951                 Improvements to the English and some
3952                 clarity/continuity improvements in the
3953                 description of Quote symbols.
3954
3955 2001-06-17 [paul]
3956
3957         0.5.0claws1
3958
3959         * sync with sylpheed 0.5.0pre1
3960
3961 2001-06-17 [hoa]
3962
3963         * src/compose.c
3964                 Better interface for compose, displayed fields
3965                 are updated whenever we change account.
3966                 Newsgroups field is automatically filled.
3967
3968         * src/mainwindow.c
3969                 Newsgroups field is automatically filled.
3970
3971         * src/prefs_account.c
3972                 Some interface stuff when fields appear and
3973                 disappear.
3974
3975 2001-06-16 [paul]
3976
3977         0.4.99claws
3978
3979         * sync with sylpheed 0.4.99
3980
3981 2001-06-16 [sergey]
3982
3983         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
3984         base64_decoder_free, base64_decoder_decode): new object and
3985         functions for decoding base64 streams.
3986         * src/procmime.c (procmime_decode_content): modified to use the
3987         new base64 decoder.
3988
3989 2001-06-15 [paul]
3990
3991         0.4.99claws10
3992
3993         * sync with sylpheed 0.4.99cvs11
3994
3995 2001-06-13 [paul]
3996
3997         0.4.99claws9
3998
3999         * sync with sylpheed 0.4.99cvs9
4000
4001 2001-06-13 [hoa]
4002
4003         * src/compose.c
4004         * src/prefs_account.c
4005
4006                 SMTP server can be defined in the news account
4007                 mime type of attachment are kept.
4008
4009         * src/summaryview.c
4010
4011                 now choose the highest important score between default
4012                 and important score of folder.
4013
4014 2001-06-09 [alfons]
4015         
4016         * src/prefs_common.c: 
4017
4018                 (prefs_quote_description_create): corrected description of 
4019                 quote format characters
4020
4021 2001-06-09 [paul]
4022
4023         0.4.99claws8
4024
4025         * sync with sylpheed 0.4.99cvs8
4026
4027 2001-06-08 [sergey]
4028
4029         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
4030         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
4031
4032 2001-06-08 [paul]
4033
4034         0.4.99claws7
4035
4036         * sync with sylpheed 0.4.99cvs7
4037
4038 2001-06-06 [sergey]
4039
4040         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
4041         clashes with autogenerated header).
4042         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
4043         * src/Makefile.am: added quote_fmt.h.
4044         * src/.cvsignore: added lex/yacc autogenerated files
4045         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
4046
4047 2001-06-06 [paul]
4048
4049         0.4.99claws6
4050
4051         * sync with sylpheed 0.4.99cvs6
4052
4053 2001-06-06 [hoa]
4054
4055         * added src/quote_fmt_parse.h
4056         * src/compose.c
4057                 removed warnings
4058
4059         * src/prefs.[ch]
4060                 don't modify readonly configuration files
4061
4062         * src/prefs_account.c
4063         * src/prefs_common.c
4064         * src/prefs_customheader.c
4065         * src/prefs_display_header.c
4066         * src/prefs_filter.c
4067         * src/prefs_filtering.c
4068         * src/prefs_scoring.c
4069                 don't open dialog box when configuration files
4070                 are readonly
4071
4072 2001-06-05 [sergey]
4073
4074         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
4075
4076         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
4077         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
4078         BUILT_SOURCES to make all files rebuild properly.
4079
4080         * src/compose.c: removed #include "quote_fmt.tab.h".
4081
4082         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
4083         CHARACTER value in yylval.
4084
4085         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
4086         receive CHARACTER value by documented means (yylval).
4087
4088         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
4089
4090 2001-06-05 [hoa]
4091
4092         * src/Makefile.am
4093                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
4094
4095         * src/filtering.c
4096         * src/matcher.c
4097         * src/matcher.h
4098         * src/prefs_filtering.c
4099                 now keep the configuration for execute action
4100
4101         * src/mbox_folder.c
4102                 fixed a warning
4103
4104 2001-06-05 [paul]
4105
4106         * sync with sylpheed 0.4.99cvs5
4107
4108 2001-06-05 [hoa]
4109
4110         * src/Makefile.am
4111                 added quote_fmt.[ch]
4112
4113         * added src/quote_fmt.y
4114         * added src/quote_fmt.l
4115         * added src/quote_fmt.tab.h
4116         * added src/quote_fmt.tab.c
4117         * added src/lex.quote_fmt.c
4118                 parsing configuration for replying
4119                 and forwarding
4120
4121         * src/prefs_common.[ch]
4122                 added configuration UI for replying
4123                 and forwarding
4124
4125         * src/compose.c
4126                 using configuration for replying
4127                 and forwarding
4128
4129 2001-06-04 [hoa]
4130
4131         * src/filtering.c
4132         * src/matcher.c
4133         * src/matcher.h
4134         * src/prefs_filtering.c
4135         * src/prefs_matcher.c
4136         * src/prefs_matcher.h
4137                 action "run a command" for filtering
4138                 and matching with a command.
4139                 fixed the "whole message" matching
4140
4141         * src/mbox_folder.c
4142                 changed temporary filename for security
4143
4144         * src/messageview.c
4145                 queue the notification if it fails to send.
4146
4147         * src/prefs_common.c
4148         * src/prefs_folder_item.c
4149                 changed the default important score             
4150
4151         * src/prefs_scoring.c
4152         * src/scoring.c
4153                 hide kill score input when the folder is not
4154                 a newsgroup
4155
4156 2001-06-03 [alfons]
4157
4158         * src/prefs_common.c:
4159
4160                 (prefs_font_select): pass font name in font entry box to font
4161                 selection dialog.
4162
4163 2001-06-03 [sergey]
4164
4165         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
4166
4167 2001-06-03 [paul]
4168
4169         * sync with sylpheed 0.4.99cvs4
4170
4171 2001-06-03 [alfons]
4172
4173         * src/headerwindow.c:
4174
4175                 (headerwindow_show_cb): use the selected summary view item, not
4176                 the displayed item.
4177
4178 2001-06-02 [alfons]
4179
4180         * src/headerwindow.c:
4181
4182                 (headerwindow_show_cb): always try to show msginfo
4183
4184 2001-06-02 [hoa]
4185
4186         * src/compose.c
4187                 keep attached parts when reediting or forwarding.
4188
4189 2001-06-01 [hoa]
4190
4191         * src/folderview.c
4192         * src/prefs_folder_item.[ch]
4193         * src/prefs_scoring.[ch]
4194         * src/scoring.[ch]
4195         * src/summaryview.[ch]
4196         * src/main.c
4197         * src/mainwindow.c
4198         * src/prefs_common.[ch]
4199                 support for folder scoring
4200                 kill score and important score for messages
4201         
4202         * src/prefs_account.c
4203                 some display bug fixed for local account
4204                 preferences
4205
4206 2001-05-31 [alfons]
4207
4208         * src/summaryview.c:
4209
4210                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
4211                 sender to address book menu item is disabled.
4212
4213 2001-05-30 [hoa]
4214
4215         * src/filtering.[ch]
4216         * src/summaryview.c
4217                 handling summary menu / filter messages
4218
4219         * src/folder.[ch]
4220                 add some stuff
4221
4222         * src/foldersel.c
4223                 imap folders now appears in list
4224
4225         * src/mbox_folder.c
4226                 doesn't crash if destination mail is not writeable
4227
4228 2001-05-29 [hoa]
4229
4230         * src/compose.c
4231                 removed some warnings
4232
4233         * src/filtering.c
4234         * src/folder.[ch]
4235         * src/prefs_filtering.c
4236                 global string to identify any folders           
4237                 removed some debug info
4238                 filtering to mbox folders is now possible
4239
4240         * src/mainwindow.c
4241                 removed some warnings
4242
4243         * src/mbox_folder.c
4244                 permission on files are changed to read/write for user only,
4245                 nothing for other.
4246                 creation of subfolder is handled better.
4247
4248 2001-05-28 [alfons]
4249
4250         Verified the sync for src/prefs_common.[ch] and
4251         src/prefs_account.[ch]. I believe there were some
4252         minor indentation differences.
4253
4254 2001-05-28 [paul]
4255
4256         0.4.99claws3
4257
4258         * sync with 0.4.99cvs3
4259
4260 2001-05-28 [hoa]
4261
4262         * src/compose.c
4263                 handling flags for mbox format
4264
4265         * src/filtering.c
4266                 use of mark file only for MH format
4267                 handling flags for mbox format
4268                 filtering cannot yet move or copy mails to mbox folders.
4269
4270         * src/folder.[ch]
4271                 changed move_msg, copy_msg,
4272                 move_msgs_with_dest, copy_msgs_with_dest functions
4273                 uses only folder->copy_msg() function
4274                 uses folder->finished_copy() to handle the destination
4275                 folder at the end of the copy or move operation.
4276
4277         * src/foldersel.c
4278                 included mbox directories.
4279
4280         * src/folderview.[ch]
4281         * src/mainwindow.c
4282                 handle folders operation for mbox format
4283
4284         * src/mbox.c
4285                 disable conversion of "From " header
4286
4287         * src/mbox_folder.[ch]
4288                 completion of mbox format handling
4289
4290         * src/mh.c
4291                 changed mh_copy_msg() function and
4292                 removed mh_move_msg(), mh_move_msgs_with_dest(),
4293                 mh_copy_msgs_with_dest()
4294
4295         * src/prefs_filtering.c
4296                 removed some warnings
4297
4298         * src/prefs_matcher.c
4299                 default boolean operation is AND
4300
4301         * src/procheader.c
4302                 handling flags for mbox format
4303                 handling of "From " header
4304
4305         * src/procmsg.[ch]
4306                 removed data field
4307                 added MSG_REALLY_DELETED flags to handle deletion of
4308                 messages in mbox format.
4309
4310         * src/summaryview.c
4311                 handling flags for mbox format
4312                 disable the MSG_DELETED flags when messages
4313                 are deleted in mbox format
4314
4315         * src/textview.c
4316                 "From " headers display fixed.
4317
4318 2001-05-27 [alfons]
4319
4320         * src/textview.c:
4321                 
4322                 (get_email_part): skip quoted email addresses, like in e.g.
4323                 "'alfons@proteus.demon.nl'".
4324
4325 2001-05-26 [alfons]
4326
4327         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
4328         and fixing the persistence troubles when using separate windows.
4329
4330         * src/mainwindow.c:
4331         
4332             Added #define SEPARATE_ACTION used in the gtk item factory for 
4333             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
4334                 use gtk_item_factory_get_widget_by_action() to get the items.
4335                 
4336             Removed separate_widget_cb from the gtk item factory data   
4337           
4338             (mainwindow_create): connect separate_widget_cb() to check
4339             menu item "toggled" signal. also passing a MainWindow pointer
4340                 as object data for both check menu items.
4341                 
4342             (separate_widget_cb): definition of separate_widget_cb() to match
4343             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
4344                 window using gtk_object_get_data(). The type of window separation 
4345                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
4346         
4347         * src/prefs_filtering.c,
4348           src/prefs_matcher.c: added horizontal scrollbars
4349
4350 2001-05-25 [darko]
4351
4352         * src/headerview.c
4353                 fix segfault with invalid bold font
4354         * src/summaryview.c
4355                 correctly display summary stats after row is marked
4356
4357 2001-05-23 [sergey]
4358
4359         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
4360         encodings with libjconv.
4361
4362 2001-05-23 [hoa]
4363
4364         * src/Makefile.am
4365                 added mbox_folder.[ch]
4366         * src/defs.h
4367                 mbox temporary folder
4368         * src/folder.[ch]
4369         * added src/mbox_folder.[ch]
4370         * src/folderview.c
4371         * src/procheader.[ch]
4372                 added mbox support
4373         * src/mbox.c
4374                 bugfix for file incorporation filtering
4375         * src/imap.c
4376                 enable creation of MBOX
4377         * src/prefs_display_header.c
4378                 enable use of headers like "From "
4379                 something that should be fixed :
4380                         displaying of such headers add an extra space
4381         * src/prefs_folder_item.c
4382                 don't create folders because it is not necessary
4383         * src/procmsg.h
4384                 added data field to MsgInfo for mbox internal use
4385         * src/summaryview.c
4386                 added some support for mbox
4387         * src/utils.[ch]
4388                 added get_mbox_cache_dir() function
4389
4390 2001-05-23 [hiroyuki]
4391
4392         * src/headerwindow.c
4393           src/inc.c
4394           src/main.c
4395           src/mh.c
4396           src/nntp.c
4397           src/procmsg.h
4398           src/session.h
4399           src/socket.[ch]
4400           src/summaryview.c
4401           src/textview.c
4402           src/automaton.c
4403           src/folderview.c: more sync with 0.4.99cvs2.
4404
4405         * src/headerwindow.c: reverted.
4406
4407 2001-05-22 [paul]
4408
4409         0.4.99claws2
4410
4411         * sync with sylpheed 0.4.99cvs2
4412                 * src/news.[ch]
4413                 * src/nntp.[ch]
4414                 * INSTALL
4415                 * INSTALL.jp
4416
4417 2001-05-22 [alfons]
4418
4419         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
4420
4421 2001-05-21 [alfons]
4422
4423         Minor things:
4424
4425         * configure.in: if gnome-config not found, "no" is displayed
4426         
4427         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
4428
4429         * src/textview.c: now also possible to add mail addresses by right
4430           clicking in the text view
4431
4432         * src/codeconv.c: merged patch which fixes endless loop when encountering
4433           invalid wide characters; from Alte <010@imis.ru>  
4434
4435 2001-05-20 [alfons]
4436
4437         Added installation of gnome specific things:
4438
4439         * Makefile.am: gnome conditional
4440
4441         * configure.in: check for installed gnome
4442
4443         * added sylpheed.png, sylpheed.desktop
4444
4445 2001-05-20 [sergey]
4446
4447         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
4448
4449         * src/mainwindow.h (main_window_toolbar_create): created a button
4450         for "Reply to all".
4451         (main_window_set_toolbar_sensitive): enable/disable the new button
4452         appropriately.
4453         (toolbar_reply_to_author_cb): handle the new button.
4454
4455         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
4456         send_progress_dialog_destroy() on failure (fixes hang on SMTP
4457         failure).
4458
4459 2001-05-19 [sergey]
4460
4461         * src/compose.h (ComposeReplyMode): new modes
4462         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
4463         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
4464
4465         * src/compose.c
4466         (compose_send): move some code into a new function:
4467         (compose_current_mail_account): new function.
4468         (compose_reply): new argument to_author, all callers changed; if
4469         to_author==TRUE and account->protocol==A_NNTP, find and use an
4470         appropriate mail account for replying.
4471         (compose_reply_set_entry): new argument to_author; ignore
4472         compose->replyto if to_author==TRUE.
4473
4474         * src/mainwindow.c: new command "Message/Reply to author".
4475         (main_window_set_menu_sensitive): enable/disable it.
4476         (reply_cb): handle it.
4477
4478         * src/summaryview.c: new command "Reply to author".
4479         (summary_set_menu_sensitive): enable/disable it.
4480         (summary_reply_cb): handle it.
4481
4482         * src/account.c (account_find_mail_from_address): new function.
4483
4484 2001-05-18 [paul]
4485
4486         0.4.99claws1
4487
4488         * sync with sylpheed 0.4.99cvs1
4489
4490 2001-05-18 [hoa]
4491
4492         * src/compose.[ch]
4493         * src/filtering.c
4494         * src/summaryview.c
4495                 new filtering action : forward and forward as attachment
4496
4497         * src/main.c
4498                 no need for $DISPLAY when we run sylpheed --help
4499                 call to parse_cmd_opt() is moved
4500
4501         * src/mainwindow.[ch]
4502                 execute button is hidden when immediate execute
4503                 is chosen
4504
4505         * src/mh.c
4506         * src/news.c
4507         * src/prefs_folder_item.c
4508         * src/procmsg.c
4509                 better handling of missing directories
4510
4511         * src/summaryview.c
4512                 reedit is enabled in outbox
4513                 reedit is enabled in queue
4514
4515 2001-05-17 [hoa]
4516
4517         * src/filtering.c
4518         * src/matcher.[ch]
4519         * src/prefs_filtering.c
4520                 changed attachement into attachment
4521
4522 2001-05-17 [alfons]
4523
4524         0.4.67claws4    
4525
4526         * sync with sylpheed 0.4.67cvs9
4527         * sync with sylpheed 0.4.67cvs7-8
4528
4529 2001-05-17 [hoa]
4530
4531         * src/Makefile.am
4532                 added prefs_filtering.c
4533
4534         * src/filtering.[ch]
4535         * src/matcher.[ch]
4536                 removed action : forward_news and forward_news_as_attachement
4537                 (forward and forward_as_attachement can be used instead)
4538
4539         * src/mainwindow.c
4540                 added menu option to access filtering configuration
4541
4542         * src/prefs_account.c
4543                 changed mail_command default to /usr/sbin/sendmail
4544
4545         * added src/prefs_filtering.[ch]
4546                 dialog box for filtering configuration
4547
4548         * src/prefs_matcher.c
4549                 added function prefs_matcher_get_criteria_from_matching()
4550
4551         * src/prefs_scoring.c
4552                 reset the dialog when register or substitute is clicked
4553
4554 2001-05-15 [hoa]
4555
4556         * src/Makefile.am
4557                 added filtering.[ch]
4558         * src/inc.c
4559                 using filering.[ch] instead of filter.[ch]
4560         * src/main.c
4561                 reading new filtering configuration
4562         * src/matcher.[ch]
4563                 added some filtering actions
4564                 and fixed a bug for headers and mail body matching
4565         * src/mbox.c
4566                 using filering.[ch] instead of filter.[ch]
4567         * src/mh.c
4568                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
4569         * src/summaryview.c
4570                 some fixes for filtering
4571
4572 2001-05-14 [hiroyuki]
4573
4574         * src/send.c: fixed some weird indentations.
4575           send_message_with_command(): call pclose() only if p != NULL.
4576         * src/textview.c: get_email_part(): modified the code for readability.
4577
4578 2001-05-14 [hiroyuki]
4579
4580         * src/md5global.h
4581           src/md5ify.c
4582           src/md5ify.h: removed from the cvs.
4583
4584 2001-05-13 [sergey]
4585
4586         * src/main.c: include rfc2015.h to avoid compiler warnings.
4587         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
4588         the panel is already on screen.
4589         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
4590         closing the alert window by ESC as "No".
4591         * src/prefs_common.c (prefs_interface_create): moved return
4592         receipt check button to the correct place.
4593
4594 2001-03-13 [alfons]
4595
4596         * src/prefs_common.c: 
4597                 moved return receipt check button to the Send tab. (prefs_send_create)
4598                 removed the date format ui related globals. (prefs_display_create)
4599
4600         0.4.67claws3
4601         
4602         * sync with sylpheed 0.4.67cvs5-6
4603
4604 2001-05-13 [paul]
4605
4606         * added Alfons' font selection patch
4607
4608         * src/defs.h
4609         * src/headerwindow.c
4610         * src/prefs_common.c
4611         * src/prefs_common.h
4612
4613 2001-05-13 [hoa]
4614         * src/defs.h
4615                 changed version of cache
4616         * src/matcher.[ch]
4617         * src/prefs_matcher.c
4618                 added additionnal matching criteria
4619         * src/procheader.c
4620         * src/procmsg.[ch]
4621         * src/news.c
4622                 added references in MsgInfo
4623
4624 2001-05-12 [hoa]
4625
4626         * src/defs.h
4627                 prepared some things for new filtering
4628         * src/matcher.[ch]
4629                 added some matching properties
4630                 inreplyto need to be enhanced
4631                 prepared some things for new filtering
4632         * src/messageview.c
4633                 added Return-Receipt-To handling
4634         * src/prefs_folder_item.c
4635                 changed default value to TRUE
4636         * src/prefs_matcher.c
4637                 added some matching properties
4638         * src/prefs_scoring.[ch]
4639                 the scoring dialog is finished
4640         * src/procheader.c
4641                 added Return-Receipt-To handling
4642                 Reference need to be added
4643         * src/procmsg.[ch]
4644                 added Return-Receipt-To handling
4645                 added threadscore to get a better score sorting when
4646                 threads are enabled
4647         * src/summaryview.c
4648                 suppressed a bug when we sort the list
4649                 when no folder is opened.
4650                 better score sorting when threads are enabled
4651
4652 2001-05-12 [alfons]
4653
4654         * reverted previous patch because of potential errors 
4655
4656         0.4.67claws2
4657         
4658         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
4659                 applied "toggle mail-retrieval dialog window" patch submitted 
4660                 by Eric Limpens <eric@qnt.net>
4661
4662         * sync with sylpheed 0.4.67cvs4
4663
4664 2001-05-12 [sergey]
4665
4666         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
4667         some picky compilers.
4668         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
4669         * src/grouplist_dialog.c: include alertpanel.h.
4670         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
4671         fix compile warning.
4672         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
4673         #include "defs.h" before others to prevent the warning of `MIN'
4674         and `MAX' redefinition.
4675
4676 2001-05-11 [hoa]
4677
4678         * src/main.c
4679         * src/messageview.c
4680         * src/prefs_account.c
4681         * src/prefs_display_header.c
4682                 removed warning
4683         * src/Makefile.am
4684                 added prefs_scoring.[ch]
4685         * src/grouplist_dialog.c
4686                 display an error dialog box if the group list
4687                 cannot be fetched.
4688         * src/mainwindow.[ch]
4689                 added main_window_set_thread_option() function
4690                 scoring dialog box enabled
4691         * src/matcher.[ch]
4692                 added flags matching unread /new / marked
4693                 / deleted / replied / forwarded
4694         * src/news.c
4695                 newsgroups are now finally in newscache
4696         * src/prefs_matcher.[ch]
4697                 finished preferences for matching dialog
4698         * added src/prefs_scoring.[ch]
4699                 scoring dialog box completed
4700         * src/scoring.[ch]
4701                 conversion to string : added scoringprop_to_string()
4702                 write config for preferences :
4703                 added prefs_scoring_write_config()
4704         * src/summaryview.c
4705                 threads can be enabled/disabled independently
4706                 for each folder
4707
4708 2001-05-10 [alfons]
4709
4710         0.4.67claws1
4711         
4712         * AUTHORS: 
4713                 thought it would be nice to have a list of all
4714                 contributors (used Changelog as a reference)
4715         
4716         * configure.in: 
4717                 messed up version numbering...
4718
4719         0.4.66claws1
4720
4721         * sync with sylpheed 0.4.67cvs1-3
4722
4723 2001-05-10 [darko]
4724
4725         * src/prefs_common.c:
4726                 better UI for strftime format, double clicking
4727                 on format now inserts the format in text entry
4728                 replaced close button with standard OK/Cancel
4729                 moved date format button to the right of the
4730                 text entry field
4731
4732 2001-05-09 [alfons]
4733
4734         * src/gtkstext.c:
4735                 Ctrl-Home / Ctrl-End have proper cursor navigation
4736
4737 2001-05-09 [hoa]
4738
4739         * src/prefs_matcher.c
4740                 finished UI to define matching properties
4741                 added ok and cancel button
4742         * src/prefs_filter.c
4743                 added ok and cancel button
4744         * src/news.c
4745                 fixed some bug in xhdr parsing
4746
4747 2001-05-08 [alfons]
4748
4749         * src/textview.c: 
4750                 fixed a bug in textview_show_header(), which displayed two colons (':');
4751                 cleaned up some warnings
4752
4753 2001-05-08 [hoa]
4754
4755         * src/Makefile.am
4756                 added prefs_matcher.[ch]
4757                 compilation with -W -Wall
4758         * src/alertpanel.c
4759                 ungrab the mouse events if grabbed - does it
4760                 fix the bug for disposition notification ?
4761         * src/mainwindow.c
4762                 added a menu option to open the matching dialog.
4763         * src/matcher.[ch]
4764                 added matcherprop_to_string() and matcherlist_to_string()
4765                 fixed some bugs, changed the name of some options
4766                 age_sup and age_inf becomes age_greater and age_lower,
4767                 body and messageheaders becomes body_part and headers_part,
4768                 changed the names of constants from SCORING_XXX to MATCHING_XXX
4769         * src/prefs_display_header.c
4770         * src/prefs_headers.c
4771                 fixed a bug that accidentally destroyed dialogs
4772                 when closed them with delete_event
4773                 Added *_deleted() which handle delete_event signal correctly.
4774         * src/prefs_folder_item.[ch]
4775                 added "enable_thread" field for future customization
4776         * added src/prefs_matcher.[ch]
4777                 sample of the UI to define matching properties
4778         * src/procheader.c
4779                 using procheader_headername_equal instead of str*cmp functions
4780                 using procheader_parse_header() function
4781         * src/scoring.c
4782                 using MATCHING_XXX instead of SCORING_XXX
4783         * src/summaryview.c
4784                 display the sender of the news even if this is ourself
4785                 when this is a news message.
4786         * src/textview.c
4787                 using headername_equal() instead of str*cmp functions
4788
4789 2001-05-08 [alfons]
4790
4791         0.4.66claws
4792
4793         * sync with sylpheed 0.4.66
4794         * src/gtkstext.c: trace logs added 
4795
4796 2001-05-08 [sergey]
4797
4798         * src/prefs_common.[ch]: added option to enable/disable GnuPG
4799         signature check popup.
4800         * src/rfc2015.c (check_signature): show signature check popup only
4801         if it is enabled in preferences.
4802
4803 2001-05-07 [alfons]
4804
4805         0.4.66claws4
4806         
4807         * sync with sylpheed 0.4.66cvs6
4808
4809 2001-05-07 [darko]
4810
4811         * src/prefs_common.[ch]: added option to enable/disable
4812           looking up sender name in address book for summary pane
4813         * src/summaryview.c: look up sender in the address book
4814           by using Alfons' address completion code
4815
4816 2001-05-07 [hiroyuki]
4817
4818         * src/inc.h
4819           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
4820           member of Pop3State.
4821         * src/news.c: brought #include "defs.h" before #include <glib.h>
4822           to prevent the warning of `MIN' and `MAX' redefinition.
4823
4824 2001-05-06 [hoa]
4825
4826         * removed src/headers_display.[ch]
4827         * removed src/prefs_display_headers.[ch]
4828         * src/inc.c
4829                 use a temporary file in the user directory for mbox import
4830         * src/news.c
4831                 added XHDR support to get "To" and "Cc" headers
4832                 (in order to match news with to or cc field for
4833                 scoring)
4834                 added function news_parse_xhdr() to get XHDR response
4835         * src/nntp.[ch]
4836                 added function nntp_xhdr()
4837         * src/matcher.c
4838                 fetch the message if necessary
4839
4840 2001-05-06 [alfons]
4841
4842         0.4.66claws3
4843
4844         * sync with sylpheed 0.4.66cvs3-5
4845
4846 2001-05-06 [hoa]
4847
4848         * src/utils.[ch]
4849                 added function itos_buf() to enable use of several buffers
4850         * src/summaryview.c
4851                 use of itos_buf() instead of itos() in summary list
4852                 to fix the broken display of message number.
4853
4854 2001-05-06 [alfons]
4855
4856         * src/gtkstext.c: bug in cursor up navigation fixed,
4857                 fixed another unsigned / signed comparison (we're getting there :-)
4858
4859 2001-05-06 [hoa]
4860
4861         * src/Makefile.am
4862                 added scoring.c scoring.h
4863                 prefs_folder_item.c prefs_folder_item.h
4864                 matcher.c matcher.h
4865         * src/defs.h
4866                 added FOLDERITEM_RC SCORING_RC
4867         * src/folder.[ch]
4868                 added prefs field in FolderItem :
4869                 properties for each folder (PrefsFolderItem),
4870                 sorting type and mode were added as the first properties.
4871         * src/main.c
4872                 read config for scoring
4873         * added src/matcher.[ch]
4874                 gives functions to parse configuration file to do
4875                 matching on mails with a list of conditions.
4876         * src/mainwindow.c
4877                 add option to sort by score
4878         * src/prefs_common.[ch]
4879                 added preference option to show score and for
4880                 the score column size
4881         * added src/prefs_folder_item.[ch]
4882                 properties for each folder (PrefsFolderItem),
4883                 sorting type and mode were added as the first properties.
4884         * src/procheader.[ch]
4885                 added procheader_parse_header()
4886                 added procheader_header_free()
4887                 added procheader_headername_equal()
4888                 and made modification to use them.
4889         * src/procmsg.[ch]
4890                 added score field to MsgInfo structure
4891         * added src/scoring.[ch]
4892                 gives functions to parse configuration file to do
4893                 scoring on mails with a list of conditions.
4894         * src/summaryview.[ch]
4895                 save the sorting type and mode for the folder
4896                 added column to display the score of the mail
4897                 added function summary_score_clicked()
4898                 sorting type and mode are restored to the folder
4899                 when it is reopen
4900         * src/textview.c
4901                 use procheader_parse_header(), procheader_headername_equal()
4902                 removed memory leak in text_scan_header when freeing headers
4903         * src/filter.c
4904                 changed the function to match names of headers
4905                 using procheader_headername_equal()
4906
4907         Scoring functions are implemented, an interface is needed
4908         to configure that.
4909
4910 2001-05-04 [alfons]
4911
4912         * src/gtkstext.c: 
4913                 hopefully fixed the row up navigation bug,
4914                 removed adding back / forward lines to cache
4915
4916 2001-05-04 [sergey]
4917
4918         * src/prefs_display_headers.c: user interface changes:
4919         (prefs_display_headers_create): remove unused "Show" check button;
4920         allow reordering of headers by dragging.
4921         (prefs_display_headers_write_config): remove unused variables.
4922         (prefs_display_headers_set_dialog): do not insert "(New)" at top
4923         of lists (not needed with the new UI).
4924         (prefs_display_headers_set_list): scan lists starting from row 0,
4925         not 1 (do not skip "(New)").
4926         (prefs_display_headers_find_header): new function.
4927         (prefs_display_headers_clist_set_row): do not allow duplicates.
4928         (prefs_display_headers_delete_cb): do not skip row 0; treat
4929         closing the alert window by ESC as "No".
4930         (prefs_display_headers_up): do not protect row 0.
4931         (prefs_display_headers_down): do not protect row 0.
4932
4933 2001-05-04 [sergey]
4934
4935         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
4936         functions.
4937
4938         * src/summaryview.c
4939         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
4940         summary_select_next_marked, summary_select_prev_marked): new
4941         functions.
4942
4943 2001-05-03 [sergey]
4944
4945         * src/news.c: fixed a bug when no article can be fetched after
4946         server timeout if the connection was restored by news_post():
4947         (news_select_group): new function.
4948         (news_fetch_msg): call news_select_group() before fetching
4949         article.
4950         (news_get_uncached_articles): set session->group after successful
4951         GROUP command.
4952
4953 2001-05-03 [hoa]
4954
4955         * src/defs.h
4956         * src/procmsg.[ch]
4957         * src/procheader.c
4958                  changed version of cache, added cc field
4959
4960         * src/prefs_display_headers.c
4961                 the interface was changed
4962
4963         * src/prefs_headers.c
4964                 added cancel button
4965
4966 2001-05-03 [alfons]
4967
4968         * completed sync of sylpheed cvs2
4969         * src/gtkstext.c: updated row up / down cursor navigation
4970         * src/textview.c: re-edited, prepared for fixing the email address
4971                 scanner.
4972
4973 2001-05-03 [darko]
4974
4975         * src/prefs_common.c: use alfons' strftime ui code
4976         entry_datefmt and datefmt_sample widgets have to be
4977         global in this module because of this change
4978
4979 2001-05-03 [hoa]
4980
4981         * src/messageview.c
4982         * src/prefs_common.[ch] added option to activate the return receipt
4983                 feature.
4984
4985 2001-05-02 [alfons]
4986
4987         * src/gtkstext.c: fix for row up/down cursor navigation. 
4988
4989         0.4.66claws2
4990         
4991         * sync with 0.4.66cvs2
4992
4993 2001-05-02 [paul]
4994
4995         added add-sender-to-addressbook patch
4996
4997         * src/addressbook.c
4998         * src/addressbook.h
4999         * src/summaryview.c
5000
5001 2001-05-02 [sergey]
5002
5003         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
5004         G_ALERTDISABLE.
5005
5006         * src/alertpanel.c (alertpanel_create): new argument can_disable,
5007         all existing callers changed to pass FALSE; create a check button
5008         to disable the message.
5009         (alertpanel_message_with_disable): new function.
5010         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
5011         (alertpanel_button_toggled): new function.
5012         (alertpanel_button_clicked, alertpanel_close): set value using
5013         G_ALERT_VALUE_MASK.
5014
5015         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
5016
5017         * src/prefs_common.c (prefs_privacy_create): new check button
5018         checkbtn_gpgme_warning.
5019
5020         * src/main.c (main): moved preferences reading before gpgme
5021         initialization; check prefs_common.gpgme_warning before giving the
5022         GnuPG warning and set it to FALSE if the user wants to disable the
5023         warning.
5024
5025 2001-05-02 [hiroyuki]
5026
5027         * src/prefs_display_headers.c: modified the layout and some labels.
5028
5029 2001-05-02 [sergey]
5030
5031         * src/prefs_account.c (prefs_account_fix_size): new function.
5032         (prefs_account_create): call prefs_account_fix_size(); use
5033         gtk_widget_show instead of gtk_widget_show_all (fixes too large
5034         size when the window is shown for the first time).
5035         (prefs_account_basic_create): changed layout of serv_table; moved
5036         localmbox_entry above smtpserv_entry (logically it replaces
5037         POP3/IMAP server).
5038         (prefs_account_protocol_activated): set sensitivity of
5039         nntpauth_chkbtn according to the protocol (in addition to
5040         hide/show); commented out gtk_table_set_row_spacing() calls.
5041         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
5042         not sensitive (fixes a bug with disabled username/password boxes
5043         when editing POP3 account after NNTP with authentication).
5044
5045 2001-05-02 [hoa]
5046
5047         * src/account.c
5048         * src/inc.c
5049         * src/prefs_account.[ch]
5050         * src/send.c
5051                 removed local account without SMTP server
5052                 added option to use mail command instead of a connexion
5053                 to SMTP server when a local account is used
5054         * src/prefs_headers.c
5055                 fixed a bug
5056         * src/news.c
5057                 fixed a bug when connexion immediately closed
5058
5059 2001-05-01 [alfons]
5060
5061         0.4.66claws1
5062         
5063         * sync with 0.4.65
5064
5065 2001-05-01 [sergey]
5066
5067         * src/prefs_account.c (Basic, prefs_account_basic_create): new
5068         widget nntpauth_chkbtn.
5069         (prefs_account_protocol_activated): handle nntpauth_chkbtn
5070         visibility.
5071         (prefs_account_nntpauth_toggled): new function.
5072
5073         * src/news.c (news_session_new_for_folder): use NNTP
5074         authentication only if ac->use_nntp_auth is set.
5075
5076 2001-05-01 [hoa]
5077
5078         * src/Makefile.am changed headers.[ch] in customheader.[ch]
5079         * src/prefs_display_headers.c changed the UI
5080         * src/prefs_headers.c changed account_name to account_id
5081         * src/compose.c using customheader.h
5082
5083 2001-05-01 [hiroyuki]
5084
5085         * src/esmtp.c
5086           src/news.c
5087           src/nntp.c: changed sock_read() to sock_gets(), they've been left
5088           unsynched.
5089
5090 2001-05-01 [hoa]
5091
5092         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
5093         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
5094                 for displaying of headers
5095         * src/grouplist_dialog.[ch] minor changes to remove warnings
5096         * src/prefs_display_headers.[ch] dialog to choose the
5097         headers to display in the mail viewer.
5098         * src/headers.h correction of #define
5099         * src/headers_display.[ch] configuration for displaying of headers.
5100         * src/main.c read config of displaying of headers
5101         * src/prefs_common.c add a button to access the config dialog
5102                 for displaying of headers
5103         * src/prefs_display_headers.[ch] dialog for configuration for
5104                 displaying of the headers.
5105         * src/prefs_headers.c cleaning of code
5106         * src/procheader.c comments added to code
5107         * src/textview.c changes to reorder the headers depending
5108                 on the config for displaying of headers
5109
5110 2001-04-30 [alfons]
5111
5112         0.4.65claws7
5113
5114         * sync with 0.4.65cvs12
5115
5116         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
5117
5118 2001-04-30 [sergey]
5119
5120         * src/nntp.h (NNTPSockInfo): new field auth_failed.
5121
5122         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
5123         is set to force reconnection after authentication failure.
5124         (nntp_gen_command): set sock->auth_failed on authentication
5125         failure, or if sock->userid and sock->passwd are not set.
5126
5127         * src/news.c (news_session_new_for_folder): set userid=NULL if
5128         password dialog is cancelled.
5129
5130 2001-04-30 [sergey]
5131
5132         * src/nntp.h (NNTPSockInfo): new type.
5133
5134         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
5135         SockInfo.
5136         (nntp_open_auth, nntp_close): new functions.
5137         (nntp_gen_command): new function to handle authentication; all
5138         NNTP command functions updated to use it.
5139         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
5140         (nntp_list): removed old useless code.
5141
5142         * src/news.h (NNTPSession): new field nntp_sock.
5143
5144         * src/news.c: all functions updated to use NNTPSockInfo instead of
5145         SockInfo.
5146         (news_session_new): new arguments (userid, passwd); made static;
5147         use nntp_open_auth() if needed.
5148         (news_session_destroy): use nntp_close() instead of sock_close().
5149         (news_query_password): changed arguments.
5150         (news_session_new_for_folder): new function.
5151         (news_session_get): use news_session_new_for_folder().
5152         (news_authenticate): deleted.
5153         (news_get_uncached_articles): removed old authentication code.
5154
5155 2001-04-30 [sergey]
5156
5157         * src/news.c: reverted my previous changes (need to do NNTP
5158         authentication in a cleaner way).
5159         
5160 2001-04-29 [sergey]
5161
5162         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
5163         news_nntp_post, news_nntp_mode): new functions (wrappers with
5164         authentication support).
5165         (news_get_article_cmd, news_get_article, news_get_header): new
5166         argument "folder"; all callers changed.
5167         (news_get_article_cmd): added authentication support.
5168         (news_session_get): use news_nntp_mode() instead of nntp_mode().
5169         (news_post): use news_nntp_post() instead of nntp_post().
5170         (news_get_uncached_articles): use news_nntp_group() instead of
5171         nntp_group() and news_nntp_xover() instead of nntp_xover();
5172         removed old authentication code.
5173         (news_get_group_list): use news_nntp_list() instead of nntp_list().
5174
5175         * src/nntp.c (nntp_list): return real error code instead of
5176         hardcoded NN_ERROR.
5177
5178 2001-04-29 [sergey]
5179
5180         * configure.in: fixed wint_t typedef detection again
5181
5182 2001-04-28 [hoa]
5183
5184         * src/prefs_account.[ch], added A_LOCAL_CMD
5185                 (send mail with mail command)
5186         * src/send.c added function send_message_with_command()
5187         * src/inc.c made a more secure get_spool() function with
5188                 mktemp() but maybe mkstemp() or something more
5189                 secure can be used.
5190
5191 2001-04-28 [alfons]
5192
5193         * src/textview.c, colorization of email addresses in headers
5194
5195         0.4.65claws6
5196
5197         * bug sync with sylpheed
5198         * prefs_common.c: created date format ui for darko
5199         * sync with 0.4.65cvs11
5200         * configure.in: corrected to have the new gpg checks
5201
5202 2001-04-27 [alfons]
5203
5204         * completed sync with 0.4.65cvs10
5205         * minor debug things added to gtkstext.c
5206
5207 2001-04-27 [darko]
5208
5209         * configure.in: remove check for availability of
5210           strftime() as advised by Hiroyuki
5211         * src/prefs_common.[ch], src/procheader.c:
5212           synch strftime() code with Hiroyki's main branch
5213
5214 2001-04-26 [sergey]
5215
5216         * src/news.c: news_query_password(), news_authenticate(): new
5217           functions.
5218           news_get_uncached_articles(): added NNTP authentication
5219           handling.
5220         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
5221           new functions.
5222         * src/prefs_account.c: prefs_account_protocol_activated():
5223           enable userid and password fields for NNTP.
5224
5225 2001-04-26
5226
5227         * configure.in: check for availability of strftime()
5228           [darko]
5229         * src/prefs_common.[ch], src/procheader.c: use
5230           strftime() for displaying date in summary pane if it
5231           is available
5232
5233 2001-04-25
5234
5235         * more .cvsignore cleanups [alfons]
5236
5237 2001-04-25
5238
5239         * ac/sv-check-type.m4: new autoconf macro.
5240         * configure.in: fixed wint_t typedef detection (did not work
5241           with gcc-2.96).
5242
5243 2001-04-25
5244
5245         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
5246           [hiroyuki]
5247
5248 2001-04-24
5249         * modified gtkstext.c : buggy cursor navigation fixed, 
5250           and font descent also taken in account when drawing
5251           cursor. [alfons]
5252
5253 2001-04-24 [hoa]
5254         * added comments in src/news.c src/nntp.c
5255         * added src/prefs_headers.[ch]
5256         * added src/headers.[ch]
5257         * modified compose.c to activate custom headers
5258                 added function is_in_custom_headers
5259         * modified prefs_account.[ch]
5260                 added function prefs_account_customhdr_edit
5261         * modified src/defs.h :
5262                 added HEADERS_RC : name of the config file
5263                 for the custom headers
5264
5265 2001-04-24
5266
5267     0.4.65claws5
5268
5269         * configure.in
5270           src/gtkstext.[ch]
5271           src/compose.c
5272           src/Makefile.am
5273           
5274           added gtkstext with configure.in patch by Hiroyuki which
5275           should fix the XIM detection [alfons]
5276
5277         * more clean up of cvs [alfons]
5278
5279                  * removed all Makefile.in files to attic.
5280
5281                  * updated all .cvsignores to really ignore things that could
5282                    be unintentionally committed by a recursive commit.
5283
5284 2001-04-23 [hoa]
5285         * added src/grouplist_dialog.[ch]
5286         * changed src/folderview.c to call grouplist_dialog instead
5287                 of inputdialog
5288         * src/news.c :
5289                 added functions news_reset_group_list
5290                 and news_get_group_list
5291         * src/nntp.c :
5292                 added function nntp_list
5293         * src/defs.h :
5294                 added GROUPLIST_FILE : name of the newsgroup list cache file
5295
5296 2001-04-21
5297
5298         * added option to warn about queued messages on exit [sergey]:
5299
5300           * src/compose.c: compose_queue(): call folder_item_scan()
5301             and folderview_update_item() after queueing.
5302           * src/folderview.c: folderview_update_node(): draw the queue
5303             folder in bold font if there are queued messages.
5304           * src/mainwindow.c: queued_messages(): new function.
5305             app_exit_cb(): display warning if there are queued messages
5306             if warn_queued_on_exit is set.
5307           * prefs_common.[ch]: add warn_queued_on_exit option.
5308
5309         * enhanced GnuPG key selection support [sergey]:
5310
5311           * src/select-keys.c: updated to newer version from Win32
5312             branch with support for selecting arbitrary keys.
5313           * src/prefs_account.c: added the Privacy tab to the account
5314             options window.
5315             prefs_account_privacy_create(),
5316             prefs_account_sign_key_set_data_from_radiobtn(),
5317             prefs_account_sign_key_set_radiobtn(): new functions.
5318           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
5319           * src/rfc2015.c: set_signers(): new function.
5320             pgp_sign(): add the account parameter, call set_signers().
5321             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
5322           * src/rfc2015.h: rfc2015_sign(): updated prototype.
5323           * src/compose.c: pass the current account to rfc2015_sign().
5324
5325         * tag name claws added to prevent confusion with main branch [alfons]
5326
5327         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
5328
5329         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
5330
5331         * sync with recent sylpheed cvs. Untested though. [alfons]
5332