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