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