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