Corrected changelog mismatch
[claws.git] / ChangeLog.claws
1 2002-02-17 [melvin]     0.7.1claws12
2
3         * src/prefs_actions.c
4                 Replaced children wait loop with double fork technique.
5                 Now, input/output window updated at each new output.
6                 free_children(): Fixed a memory leak.
7                 Made input/output window non closable if running children
8                 still exist.
9                 Added missing <unistd.h> include.
10                 Added some --debug outputs.
11
12 2002-02-17 [melvin]     0.7.1claws11
13
14         * src/summaryview.c
15                 Fixed bug where descending sort order did not select top
16                 message.
17
18 2002-02-17 [melvin]     0.7.1claws10
19
20         * acconfig.h
21                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
22         * src/prefs_common.c
23                 Pspell data package directory no more hard coded but
24                 set during configuration (PSPELL_PATH). (Thanks to 
25                                 Gustavo Noronha Silva.)
26
27 2002-02-17 [melvin]     0.7.1claws9
28
29         * configure.in
30                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
31         * src/gtkspell.c
32                 Fixed compile-time warnings.
33
34 2002-02-16 [alfons]     0.7.1claws8
35
36         * src/filesel.c
37                 fix inadvertent free of NULL pointer which caused
38                 sylpheed to crash when closing the save-as dialog
39                 using the window close button
40
41 2002-02-16 [carsten]    0.7.1claws7
42         * src/mainwindow.[ch]
43           src/summaryview.c
44           src/prefs_common.c
45                 fixes for pixmap theming code:
46                         - recently changed mail attributes shouldn't get
47                           lost any longer
48                         - theme is only reloaded iff another theme was
49                           selected
50
51 2002-02-16 [paul]       0.7.1claws6
52
53         * sync with sylpheed 0.7.2 release
54                 see ChangeLog entry 2002-02-15 and 2002-02-16
55
56 2002-02-15 [paul]       0.7.1claws5
57
58         * sync with sylpheed 0.7.1cvs9
59                 see ChangeLog entry 2002-02-15
60
61         * po/POTFILES.in
62                 remove unneeded headerwindow.c entry
63
64 2002-02-14 [carsten]    0.7.1claws4
65         * src/summaryview.c
66                 fixed a bug for "Go to next unread message": there was
67                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
68                 in the prefs, because of doing "Search again" instead
69                 "No"
70
71 2002-02-14 [carsten]    0.7.1claws3
72         * src/stock_pixmap.c
73                 removed 2 more mem leaks; following memprof,
74                 this code is "leak free" now :)
75
76 2002-02-14 [carsten]    0.7.1claws2
77         * src/stock_pixmap.c
78                 used opendir/readdir/closedir instead of scandir
79                 -> code should work now on Solaris
80
81 2002-02-14 [paul]       0.7.1claws1
82
83         * sync with sylpheed 0.7.1cvs8
84                 see ChangeLog entries 2002-02-13 and 2002-02-14
85
86         * README.claws
87                 add some description of Actions and Pixmap Themes
88
89 2002-02-13 [paul]       
90
91         * version 0.7.1claws release
92
93 2002-02-13 [paul]       0.7.1claws
94
95         * po/es.po
96           po/it.po
97           po/pt_BR.po
98                 updated translations, submitted by Ricardo Mones Lastra,
99                 Alessandro Maestri and Fabio Junior Beneditto
100
101 2002-02-13 [melvin]     0.7.0claws75
102
103         * src/prefs_actions.c
104                 Added missing "signal.h" include
105
106 2002-02-13 [melvin]     0.7.0claws74
107
108         * src/prefs_folder_item.c
109                 Added missing "config.h" include
110         * po/fr.po
111                 Updated French translation for folder propriety.
112
113 2002-02-13 [jens]       0.7.0claws73
114
115         * po/POTFILES.in
116                 Added missing src/prefs_folder_item.c [log added by melvin]
117         * po/de.po
118                 Updated German translation.
119
120 2002-02-13 [melvin]     0.7.0claws72
121
122         * po/fr.po
123                 Updated French translation.
124
125 2002-02-13 [melvin]     0.7.0claws71
126
127         * src/gtkutils.c
128                 Made gtkut_editable_get_selection return NULL if selection
129                 is of length zero.
130                 This fixes a bug where selecting part of message A then
131                 switching to message B and replying to it will not
132                 quote the message's body.
133
134 2002-02-12 [paul]       0.7.0claws70
135
136         * src/mainwindow.c
137                 cosmetic, relating to pixmap themes: on toolbar make 
138                 updating of 'Exec' and 'Compose news/Compose email'
139                 icons faster.
140
141 2002-02-12 [carsten]    0.7.0claws69
142         * src/folderview.c
143           src/mainwindow.[ch]
144           src/stock_pixmap.c
145           src/summaryview.c
146           src/prefs_common.c
147                 - refreshing after changing pixmap theme better
148                   now (thanks Paul)
149                 - wanted to remove some mem leaks, but alfons was
150                   faster (and had the better solution ;)
151
152 2002-02-12 [alfons]     0.7.0claws68
153
154         * src/prefs_common.c
155         * src/stock_pixmap.[ch]
156                 plug mem leaks, refactor code a little bit
157
158
159 2002-02-12 [sergey]     0.7.0claws67
160
161         * src/imap.c
162                 Fixed problem with copying messages to IMAP folders when the
163                 server uses something other than '/' as a namespace separator
164                 (cyrus-imapd uses '.').
165
166 2002-02-12 [jens]       0.7.0claws66
167
168         * po/de.po
169                 Updated German Translation
170
171 2002-02-12 [paul]       0.7.0claws65
172
173         * sync with sylpheed 0.7.1cvs1
174                 see ChangeLog entry 2002-02-12
175
176 2002-02-12 [melvin]     0.7.0claws64
177
178         * src/prefs_actions.c
179                 Fixed "feature" where children's output was duplicated 
180                 instead of refreshed while monitoring.
181                 Removed some debug code.
182
183 2002-02-12 [christoph]  0.7.0claws63
184
185         * src/compose.c
186                 always delete message from queue after sending/send error
187                 (closes bug #509601)
188
189 2002-02-12 [melvin]     0.7.0claws62
190
191         * src/prefs_actions.c
192                 Children wait loop is now triggered with a timeout of 1s
193                 Added %F which is replaced with the list of filenames 
194                 of all selected messages (as suggested by Ricardo Mones Lestra)
195                 Pipe syntax changed. Prefix with | to send selection, postfix
196                 with | to retrieve output. Prefix with > or * to send
197                 user definable input to the command (*: input is hidden)
198                 Old pipe action should now be postfixed with |, too.
199
200 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
201         * src/stock_pixmap.c
202                 fixed a bug: if there's no theme directory don't
203                 throw an error, just do "nothing" (thanks Alfons)
204
205 2002-02-12 [carsten]    0.7.0claws60
206         * src/folderview.c
207           src/summaryview.c
208                 had to write the cache twice (nasty!); some marks would 
209                 get lost if not
210
211 2002-02-11 [carsten]    0.7.0claws59
212         * acconfig.h
213           configure.in
214           doc-src/maintainer_guide.txt
215           src/compose.[ch]
216           src/defs.h
217           src/folderview.[ch]
218           src/gtkutils.[ch]
219           src/mainwindow.[ch]
220           src/prefs_common.[ch]
221           src/stock_pixmap.[ch]
222           src/summaryview.[ch]
223                 pixmap theming and related work on pixmap
224                 handling on some other places
225                 (e.g. hrm features for all folder)
226           src/pixmap/stock_*.xpm -> the stock_ was removed
227         
228 2002-02-11 [paul]       0.7.0claws58
229
230         * sync with sylpheed 0.7.1 release
231                 see ChangeLog entries 2002-02-11
232
233 2002-02-08 [paul]       0.7.0claws57
234
235         * sync with sylpheed 0.7.0cvs39
236                 see ChangeLog entry 2002-02-07 (last entry) 
237
238         * src/prefs_actions.c
239           src/prefs_filtering.c
240           src/prefs_matcher.c
241           src/prefs_scoring.c
242                 sync: made it compile with C compilers other than gcc
243
244 2002-02-07 [paul]       0.7.0claws56
245
246         * sync with sylpheed 0.7.0cvs38
247                 see ChangeLog entries 2002-02-06 (last 2 entries) and
248                 2002-02-07
249
250 2002-02-07 [darko]      0.7.0claws55
251
252         * src/gtkutils.[ch]
253         * src/summaryview.c
254                 Fix const gchar */gchar * issue (thanks Hiro)
255
256 2002-02-07 [darko]      0.7.0claws54
257
258         * src/compose.[ch]
259         * src/filtering.c
260         * src/gtkutils.[ch]
261         * src/prefs_template.c
262         * src/quote_fmt.h
263         * src/quote_fmt_parse.y
264         * src/summaryview.c
265         * src/utils.[ch]
266                 When replying or forwarding an email don't quote the entire
267                 mail body but use the part of the message text that is selected
268
269 2002-02-06 [melvin]     0.7.0claws53
270
271         * src/prefs_common.[ch]
272         * src/gtkspell.[ch]
273         * src/compose.c
274                 Made possible to switch quickly to last used dictionary
275                 which makes checking bilingual documents easier.
276
277 2002-02-06 [melvin]     0.7.0claws52
278         
279         * po/POTFILES.in
280                 Added forgotten new file src/prefs_actions.c
281
282 2002-02-06 [melvin]     0.7.0claws51
283
284         * src/prefs_actions.c   ** NEW FILE **
285         * src/prefs_actions.h   ** NEW FILE **
286                 Added actions to execute on message text view, or on the
287                         message's file.
288         * src/Makefile.am
289                 Added src/prefs_actions.[ch]
290         * src/compose.c
291                 Added new menu "Edit/Actions"
292         * src/defs.h
293                 Added new actionsrc file.
294         * src/main.c
295                 Added actionsrc reading.
296         * src/mainwindow.c
297                 Added new menus "Edit/Actions" and "Configuration/Actions..."
298         * src/prefs_common.h
299                 Added new element actionslst element to prefs_common.
300
301 2002-02-06 [paul]       0.7.0claws50
302
303         * sync with sylpheed 0.7.0cvs36
304                 see ChangeLog entry 2002-02-06
305
306 2002-02-05 [paul]
307
308         * po/es.po
309                 updated by Ricardo Mones Lastra
310
311 2002-02-05 [paul]       0.7.0claws49
312
313         * sync with sylpheed 0.7.0cvs33
314                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
315
316 2002-02-05 [paul]       0.7.0claws48
317
318         * src/compose.c
319                 re-add 'Edit/Advanced/Delete entire line', previously named
320                 'Delete Line+'
321
322 2002-02-04 [paul]       0.7.0claws47
323
324         * src/compose.c
325           src/summaryview.c
326                 fix bug #494993 (Reply All not taking Reply-To into consi)
327                 eliminate differences in behaviour of right-click 'Reply to all' 
328                 in summary view and 'Reply to all' on the toolbar. 
329                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
330                 view and From gets ignored by 'Reply to all' on toolbar.
331                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
332                 From when no Reply-To header is present.
333
334 2002-02-04 [paul]       0.7.0claws46
335
336         * sync with sylpheed 0.7.0cvs30
337                 see ChangeLog entries 2002-02-03 and 2002-02-04
338
339 2002-02-03 [melvin]     0.7.0claws45
340
341         * src/gtkspell.[ch]
342                 Readded function to highlight all misspelled words.
343                 Fixed bug where user-provided-words did not replace
344                         correctly the misspelled word when using the mouse.
345                 Fixed bug where checking a region selected from right to left did
346                         not check the region at all.
347                 Fixed bug where 'Check backwards' may not check at all. 
348                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
349                 Fixed possible buffer overflow when checking for long strings (>1k).
350                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
351                 Accelerators code uses now gtk_widget_add_accel.
352                 Removed and disabled obsolete and unfinished code.
353                 Cleaning up.
354
355         * src/compose.c
356                 Added menu item to Highlight all misspelled words.
357
358 2002-02-01 [paul]       0.7.0claws44
359
360         * src/mainwindow.c
361                 fix '/View/Hide read messages' sensitivity when all
362                 messages in a folder are hidden
363
364 2002-02-01 [paul]       0.7.0claws43
365
366         * src/main.c
367                 add --send option to command line interface, sends all
368                 queued mail. Patch submitted by Ricardo Mones Lastra.
369
370 2002-01-31 [paul]       0.7.0claws42
371
372         * src/mainwindow.c
373                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
374
375 2002-01-31 [paul]       0.7.0claws41
376
377         * sync with sylpheed 0.7.0cvs27
378                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
379                 and 2002-01-31
380
381         * src/textview.c
382                 comment out elements of textview_show_part() as temporary
383                 workaround for attachment 'Display as text' bug 
384
385         * po/pt_BR.po
386                 updated by Fabio Junior Beneditto
387
388 2002-01-30 [paul]       0.7.0claws40
389
390         * sync with sylpheed 0.7.0cvs24
391                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
392                 and 2002-01-30
393
394         * src/compose.c
395                 add {N_("/_Spelling"), ... "<Branch>"} to 
396                 GtkItemFactoryEntry compose_entries[]
397
398         * src/prefs_common.c
399                 add claws menu items to prefs_keybind_apply_clicked()
400                 and remove non-claws menu items
401
402 2002-01-29 [paul]       0.7.0claws39
403
404         * sync with sylpheed 0.7.0cvs22
405                 see ChangeLog entries 2002-01-28 and 2002-01-29
406
407 2002-01-28 [melvin]     0.7.0claws38
408
409         * src/compose.c
410                 Added the declartion of compose_send_control_enter.
411
412         * src/compose.c
413         * src/gtkspell.[ch]
414                 Added in a 'Spelling' menu which includes the configuration menu. 
415                 Added a real 'Check all' and got rid from the old one which only
416                 highlited misspelled word.
417                 Made 'Check while typing' a disableable option.
418                 Added a dialog when there are no more misspelled word.
419                 Added a dialog if error occurs when switching to a dictionary.
420         
421         * src/prefs_common.[ch]
422                 Added option for the default 'Check while typing' option.
423
424
425 2002-01-28 [alfons]     0.7.0claws37
426
427         * src/compose.c
428                 fix buglet and make code comply with sylpheed code style
429
430 2002-01-28 [paul]       0.7.0claws36
431
432         * sync with sylpheed 0.7.0cvs19
433                 see ChangeLog entries for 2002-01-28
434
435 2002-01-28 [hoa]        0.7.0claws35
436
437         * src/defs.h
438                 added rendererrc
439
440         * src/main.c
441                 read the renderer config
442
443         * src/procmime.[ch]
444                 use the renderer config to convert mime attachments
445
446         * src/textview.c
447                 don't use textview_show_html/ertf,
448                 use get_text_content instead
449
450 2002-01-27 [alfons]     0.7.0claws34
451         
452         * src/news.c
453                 make sylpheed believe it can delete a news message...
454                 (messages are NOT deleted, maybe we should remove
455                 processing from the folder properties after all.)
456
457 2002-01-27 [alfons]     0.7.0claws33
458
459         * src/folder.c
460                 add extra checks
461         * src/news.c
462                 implement remove_msg() 
463
464 2002-01-27 [alfons]     0.7.0claws32
465
466         * src/procmsg.h
467         * src/procheader.c
468         * src/messageview.c
469                 fix return receipt / disposition notification again. this
470                 stuff seems to break on _every_ major summary UI change, so
471                 it's now implemented using a flag which is saved in the
472                 marks cache
473                 
474 2002-01-26 [alfons]     0.7.0claws31
475
476         * src/import.c
477                 let import dialog show the destination folder identifier
478
479 2002-01-26 [melvin]     0.7.0claws30
480
481         * src/folderview.c
482         * src/summaryview.c
483                 Readded 'Mark all read' into summary view popup menu
484                 Added 'Mark all read' in folder view popup menu for IMAP
485                 and NNTP.
486                 Made it insensitive if the selected folder is not the shown
487                 one to avoid 'Mark all read' on the wrong folder.
488                 
489 2002-01-26 [paul]       0.7.0claws29
490
491         * src/folderview.c
492           src/summaryview.c
493                 move 'Mark all read' from summary view to folder view
494                 menu. (adapted from) patch submitted by Jeremy Andrews,
495                 <lists@kerneltrap.com>
496
497 2002-01-25 [alfons]     0.7.0claws28
498
499         * src/gtkstext.c
500                 put the gtk class name back so GtkSText adapts the 
501                 settings of GtkText
502
503 2002-01-25 [alfons]     0.7.0claws27
504
505         * src/folderview.c 
506                 assimilate Ricardo's patch that shows pixmaps instead of
507                 plain "new" and "unread" texts in the folder view column
508                 headers 
509
510 2002-01-25 [paul]       0.7.0claws26
511
512         * src/Makefile.am
513                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
514                 be found in non-standard locations. 
515                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
516
517 2002-01-25 [paul]       0.7.0claws25
518
519         * sync with sylpheed 0.7.0cvs16
520                 see ChangeLog entry 2002-01-25
521
522 2002-01-24 [paul]       0.7.0claws24
523
524         * more sync with sylpheed 0.7.0cvs15
525                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
526
527 2002-01-23 [sergey]     0.7.0claws23
528
529         * src/importldif.c
530                 Fixed segfault when closing LDIF import wizard with
531                 the window manager.
532         * src/imageview.c
533         * src/imageview.h
534         * src/messageview.c
535         * src/mimeview.c
536                 Fixed wrong scrolling position after switching between
537                 text and image parts.
538
539 2002-01-23 [paul]       0.7.0claws22
540
541         * sync with sylpheed 0.7.0cvs15
542                 see ChangeLog entries 2002-01-22 and 2002-01-23
543
544 2002-01-21 [melvin]     0.7.0claws21
545
546         * src/prefs_scoring.c
547         * src/prefs_filtering.c
548                 Fixed bug where scoring and filtering windows stopped
549                 autochecking.
550
551 2002-01-21 [paul]       0.7.0claws20
552
553         * sync with sylpheed 0.7.0cvs12
554                 see ChangeLog entries 2002-01-20 and 2002-01-21
555
556 2002-01-21 [carsten]    0.7.0claws19
557         * src/mainwindow.c
558         * src/menu.[ch]
559         * src/messageview.[ch]
560         * src/summaryview.[ch]
561                 changes to shortcuts handling again:
562                         + "Q" now controled by mainwin
563                         + v/V are now customizable and have slightly
564                           different meanings
565                 the "button" to minimize the messageview (and maximize
566                 the summary view) is a real button now
567         * src/compose.c
568                 "Delete Line+" added to Edit/Advanced (this will also
569                 delete the '\n')
570
571 2002-01-20 [melvin] 0.7.0claws18
572
573         * src/addressbook.c
574                 Made "Bcc" sensitive when addressbook is called from
575                 compose window (it was a Claws only bug).
576
577 2002-01-19 [alfons] 0.7.0claws17
578
579         * src/inc.c
580                 prevent unnecessary updates when currently selected folder has
581                 no new messages 
582
583 2002-01-19 [alfons] 0.7.0claws16
584         
585         * src/summaryview.c
586                 prevent writing the cache based on current message list in summary 
587                 view when filtering also put messages in currently selected folder
588
589 2002-01-19 [paul]
590
591         * po/it.po
592                 Italian translation submitted by Alessandro Maestri
593                 <a.maestri@cs.tin.it>
594
595 2002-01-18 [melvin]     0.7.0claws15
596
597         * src/prefs_filters.c
598                 fixed bug where 'cancel' from 'filters' window stops autochecking
599                 if the timer timed out  when the window was open.
600
601 2002-01-18 [match]      0.7.0claws14
602
603         * src/addrclip.[ch]     ** NEW FILE **
604         * src/addrselect.[ch]   ** NEW FILE **
605         * src/adbookbase.h      ** NEW FILE **
606                 addressbook cut, copy and paste
607         * src/addrbook.[ch]
608         * src/addrcache.[ch]
609         * src/addressitem.h
610         * src/addrindex.[ch]
611         * src/addritem.[ch]
612         * src/importldif.c
613         * src/importmutt.c
614         * src/jpilot.[ch]
615         * src/syldap.[ch]
616         * src/vcard.[ch]
617         * src/jpilot.[ch]
618         * src/editbook.c
619         * src/editjpilot.c
620         * src/editldap.c
621         * src/editvcard.c
622                 support for copy/paste
623         * src/addressbook.c
624                 support for copy/paste
625                 tidy up menu option processing
626                 correct address list function arguments
627         * src/editaddress.c
628                 sort user attributes
629         * src/ldif.h
630         * src/mutt.h
631                 tidy up
632
633         * src/addrbook.[ch]
634         * src/addrbook.[ch]
635         * src/addrbook.[ch]
636                 
637
638 2002-01-18 [paul]       0.7.0claws13
639
640         * sync with sylpheed 0.7.0cvs8
641                 configure.in: support Mac OS X (Darwin)
642
643 2002-01-18 [carsten]    0.7.0claws12
644         * src/html.c
645                 small hack to fix a segfault with an empty href
646                 (reported by Alexandra Walford <deeni@altern.org>)
647         * src/mainwindow.c
648         * src/summaryview.c
649                 the shortcuts for Mark und Mark as unread are hardcoded
650                 again
651         * src/compose.c
652         * src/gtkstext.[ch]
653                 readded the shortcuts in gtkstext but made them
654                 customizeable (simply by adding a menu plus a wrapper
655                 to compose.c)
656
657 2002-01-17 [melvin]     0.7.0claws11
658
659         * src/gtkspell.c
660                 fix default dictionary not being saved.
661
662 2002-01-16 [darko]      0.7.0claws10
663
664         * src/compose.c
665                 fix wrapping crash with URL longer than wrapping margin
666
667 2002-12-08 [hoa]        0.7.0claws10
668
669         * src/matcher_parser_parse.y
670                 fixed some bugs
671
672         * src/prefs_filtering.c
673                 now, we can use bounce action in the dialog box.
674
675 2002-01-16 [carsten]    0.7.0claws9
676         * src/gtkstext.c
677                 removed the <control> and <alt> shortcuts because they're
678                 not needed and interefered with the "normal" shortcuts
679         * src/mainwindow.c
680         * src/summaryview.c
681                 removed most of the hardcoded shortcuts and assigned
682                 them to menu entries making them easy customizable by
683                 that
684
685 2002-01-16 |melvin]     0.7.0claws8
686
687         * src/gtkspell.c
688                 fixed bug where using the mouse and when the compose
689                 window is not on top may result in a crash.
690
691 2002-01-16 [melvin]     0.7.0claws7
692
693         * src/compose.c
694                 fixed a long standingspell checker bug which could 
695                 cause a crash after sending a message.
696
697 2002-01-16 [paul]       0.7.0claws6
698
699         * sync with sylpheed 0.7.0cvs7
700                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
701                 2002-01-15, and 2002-01-16
702
703 2002-01-16 [melvin]     0.7.0claws5
704
705         * README.claws
706         * src/compose.c
707         * src/gtkspell.[ch]
708         * src/main.c
709                 Heavily modified spell checker code to work around
710                 ispell bug, to add keyboard shortcuts and for future
711                 enhancements. See README.claws for usage information.
712
713 2002-01-15 [alfons]     0.7.0claws4
714         
715         * src/summaryview.c
716                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
717                 so sorting within threads reflects sort mode
718
719 2002-01-15 [christoph]  0.7.0claws3
720
721         * src/procmsg.c
722                 added alertpanel if mail sending failed
723
724 2002-01-15 [alfons]     0.7.0claws2
725         
726         * src/prefs_filtering.c
727                 don't stop timer when prefs filtering dialog is opened
728
729 2002-01-14 [alfons]     0.7.0claws1
730
731         * src/addr_compl.c
732         * src/prefs.c
733                 remove debug_print()s for privacy reasons
734
735 2002-01-14 [darko]      0.7.0claws
736
737         * README.claws
738                 quotation wrapping is now also in the main branch
739
740 2002-01-14 [paul]
741
742         * tools/filter_conv.pl
743                 allow for Boolean Op and case-sensitivity
744                 this file is included in the release and tagged
745                 'rel_0_7_0'
746
747 2002-01-13 [paul]       0.7.0claws
748
749         * release 0.7.0, with cvs tag 'rel_0_7_0'
750
751 2002-01-13 [paul]
752
753         * tools/filter_conv.pl
754         * tools/README
755                 rewritten to output to matcherrc instead of filteringrc
756
757         * po/es.po
758                 updated Spanish translation by Ricardo Mones Lastra
759
760 2002-01-13 [alfons]
761
762         * po/nl.po
763                 update dutch translation
764
765 2002-01-13 [paul]
766
767         * po/pt_BR.po
768                 Updated by Fabio Junior Beneditto 
769
770 2002-01-13 [melvin]     0.6.6claws53
771
772         * po/fr.po
773                 Updated french translation
774
775 2002-01-12 [alfons]     0.6.6claws52
776
777         * src/filtering.c
778                 plug mem leak that has been sitting there for ages              
779
780 2002-01-12 [alfons]     0.6.6claws51
781
782         * src/summaryview.c
783                 undo melvin's changes from 0.6.6claws48 because summary
784                 view now refuses to select first unread message when
785                 selecting a folder 
786
787 2002-01-11 [alfons]     0.6.6claws50
788
789         * src/import.c
790                 use claws' semantics for getting folder item when
791                 importing an mbox file into a folder 
792                 (submitted by Dale P. Smith)
793
794 2002-01-11 [christoph]  0.6.6claws49
795
796         * src/prefs.h
797                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
798                 toggle widget, because non static prefs can not use
799                 prefs_set_* functions
800         * src/prefs_account.c
801                 toggle smtp auth password field sensitivity if
802                 user id is empty and add descrition of usage for
803                 these fields
804         * src/prefs_folder_item.c
805                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
806                 callbacks
807
808 2002-01-11 [melvin]     0.6.6claws48
809
810         * src/compose.c
811                 fix the 'Ctrl-Enter' feature for sending and test really
812                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
813                 editables which was not documented in Gtk)
814
815         * src/summaryview.c
816                 Made summaryview refresh after sorting and not before.
817
818 2002-01-11 [christoph]  0.6.6claws47
819
820         * src/compose.c
821                 select account from account ids if possible and
822                 correctly set save folder for copy in reedit
823
824 2002-01-10 [paul]       0.6.6claws46
825
826         * sync with sylpheed 0.7.0 release
827                 see ChangeLog entries 2002-01-07, 2002-01-08 and
828                 2002-01-09
829
830 2002-01-09 [alfons]
831
832         * src/summaryview.c
833                 remove more dirt traces...
834
835 2002-01-09 [alfons]
836         
837         * src/summaryview.c
838                 clean up some traces of my debugging stuff
839
840 2002-01-09 [alfons]     0.6.6claws45
841
842         * src/filtering.c
843                 break up filteringprop_apply() in three separate pieces
844                 so we can drop messages that failed processing in the
845                 inbox
846
847         * src/summaryview.c
848                 fix bug #469598 "no refresh of inbox after filter" which 
849                 was introduced by the new summary view locking, and which 
850                 prevented the summary view to update after a manual filter 
851                 message. claw's filter message requires a summary_show().
852                 (aargh, summary_show() again! :-)
853                 
854 2002-01-07 [alfons]     0.6.6claws44
855
856         * src/headerwindow.c
857         * src/logwindow.c
858         * src/messageview.c
859         * src/sourcewindow.c
860                 bring in Hiro's last 0.7.0 wm class fixes
861
862         * tools/sylprint.pl
863                 bring in Ricardo's fix for sylprint script
864
865         * AUTHORS       
866         * src/rfc2015.[ch]
867         * src/prefs_common.[ch]
868         * src/prefs_account.[ch]
869         * src/compose.c
870                 clean up account preference poison in rfc2015,
871                 and preparation to fix double sign bug 
872                 (patch submitted by Simon 'corecode' Schubert) 
873
874 2002-01-07 [christoph]  0.6.6claws43
875
876         * src/mh.c
877                 search for free message number, do not only rely
878                 on last_num
879         * src/send.c
880                 fix smtp auth and use extra account information
881                 if available, if not use pop3 data instead
882                 (closes bug #500341)            
883         * src/ssl.[ch]
884                 match coding style
885
886 2002-01-06 [alfons]     0.6.6claws42
887
888         * src/mainwindow.c
889                 try making the separate windows work again...
890
891 2002-01-06 [alfons]     0.6.6claws41
892
893         * src/mainwindow.c
894                 adapt Hiro's separate window menu (to get rid of the funny
895                 duplicate menu items), and make it work again
896
897 2002-01-06 [alfons]     0.6.6claws40
898
899         * tools/Makefile.am
900         * tools/sylprint.rc
901         * tools/sylprint.pl
902         * tools/README.sylprint
903                 add sylprint script for printing mails from Sylpheed
904                 (contributed by Ricardo Mones Lastra)
905
906         * src/acount.c
907                 clean up
908
909 2002-01-06 [melvin]     0.6.6claws39
910
911         * src/mainwindow.c
912         * src/summaryview.c
913                 Fixed crash introduced in 0.6.6claws38 by the menu
914                 reorganisation (Hide read messages)
915         
916         * ChangeLog.claws 
917                 Fixed typo (we are now in 2002, alfons ;) )
918
919 2002-01-05 [alfons]     0.6.6claws38
920
921         * sync with sylpheed 0.6.6cvs10-17
922                 (last stuff marked as LAST_STABLE)
923
924 2002-01-04 [melvin]     0.6.6claws37
925
926         * src/account.c
927                 Made account selection code use strcasestr again instead of
928                 g_strcasecmp (fixes bug where reediting queued messages
929                 did not select proper account reported by T. Link).
930         
931         * src/folderview.c
932                 Fix bug where folder icons are not shown when 'hide read messages'
933                 is on.
934         
935         * src/stock_pixmaps.[ch]
936                 Added folder icons for 'hide read messages'.
937         
938         * src/compose.c
939                 Fixed bug where 'Enter' in a header entry will send the message 
940                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
941
942 2002-01-03 [melvin]     0.6.6claws36
943         
944         * src/prefs.[ch]
945                 Added popup menu for common preferences and
946                 account preferences (right click on tab displays
947                                 a menu of all tabs.)
948
949 2002-01-02 [melvin]     0.6.6claws35
950
951         * src/gtkspell.[ch]
952                 Made spelling code compatible with undo/redo feature.
953                 Added creation of suggestion mode menu for the general
954                         preferences.
955         
956         * src/prefs_common.[ch]
957                 Added option menu for the speller's suggestion mode.
958                 Added missing spaces in "..." buttons and made a "..."
959                         button non translatable!
960         
961         * src/compose.c
962                 Made speller use the default suggestion mode.
963                 Hack to make it possible to choose 'CTRL-Enter' as a
964                         shortcut for sending (and only for sending).
965
966         * src/prefs_folder_item.c
967                 Changing subject simplification does not update cache 
968                         anymore (because it is unnecessary).
969                 Fixed bug where changing subject simplification updated the 
970                         summaryview even when the viewed folder is not the
971                         folder which properties are being changed. (E.g. 
972                                         viewing folder A and changing
973                                         the subject simplification of 
974                                         folder B -not being viewed- updated the 
975                                         summaryview of folder A with data of
976                                         folder B). (Hope this is clear... )
977
978 2001-12-31 [alfons]     0.6.6claws34
979         
980         * src/ldif.c
981         * src/mutt.c
982                 fgetc() returns a signed integer which doesn't
983                 fit in a char. so c truncates this to a char
984                 but we may lose significant bits. i.e. we may
985                 comparing 0xFF which may not be equal to -1
986                 unless properly casted to signed char which
987                 we won't do because fgetc() returns a signed
988                 integer which doesn't fit in a char. so c 
989                 truncates this to a char but we may lose 
990                 significat bits. (you got the idea, thanks
991                 to Gustavo Noronha Silva <kov@debian.org>
992                 and the Debian folks!)
993
994 2001-12-30 [alfons]     0.6.6claws33
995
996         * src/prefs_common.c
997                 add #ifdef USE_PSPELLs that Melvin forgot               
998
999 2001-12-30 [melvin]     0.6.6claws32
1000         
1001         * src/prefs_common.[ch]
1002                 Added configurable color for misspelled words.
1003
1004         * src/gtkspell.[ch]
1005                 Fixed bug of foreground text color (reported by David
1006                                 Mehrmann)
1007                 Added configurable color for misspelled words.
1008
1009 2001-12-30 [alfons]     0.6.6claws31
1010
1011         * src/folder.c
1012                 remove unnecessary things someone put there
1013
1014         * src/mh.c
1015         * src/folder.[ch]
1016                 make folder properties (like threading and sorting) persistent
1017                 (closes bug #497424 "rescan folder tree resets proprieties")
1018                 currently this is only for MH folders. 
1019
1020 2001-12-29 [melvin]     0.6.6claws30
1021
1022         * src/string_match.[ch]
1023                 Optimized a bit: regexp pattern buffer compiled only once, and
1024                   one subroutine call removed. Fixed ^ regexp search: Now, 
1025                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
1026         
1027         * src/summaryview.c
1028                 Subject filtering changed to filter summary columns and
1029                   not directly the messages subject cache. The loss in 
1030                   performance is balanced by the improvement of string_match.
1031                 Added an alert panel if there is an error in the regexp.
1032
1033         * src/src/prefs_folder_item.h
1034                 Added a regexp pattern buffer.
1035
1036 2001-12-28 [alfons]     0.6.6claws29
1037
1038         * src/string_match.[ch]
1039                 clean up name space
1040                 allow compilation *BSD
1041
1042 2001-12-27 [alfons]     0.6.6claws28
1043
1044         * src/filter.c
1045                 sync the Hiro's bug fix for BSD
1046
1047 2001-12-27 [melvin]     0.6.6claws27
1048         
1049         * src/compose.c
1050                 Simplify focus to subject entry code.
1051
1052 2001-12-27 [darko]      0.6.6claws26
1053
1054         * src/filtering.c
1055         * src/mbox_folder.c
1056         * src/messageview.c
1057         * src/mh.c
1058         * src/procheader.[ch]
1059         * src/procmsg.h
1060         * src/stock_pixmap.[ch]
1061         * src/summaryview.c
1062                 Show key icon for encrypted mails in summary view
1063
1064         * src/pixmaps/clip.xpm
1065         * src/pixmaps/clipkey.xpm
1066         * src/pixmaps/key.xpm
1067                 New/modified icons for the above
1068
1069 2001-12-27 [melvin]     0.6.6claws25
1070
1071         * src/prefs_common.c
1072                 Put spell checker options in a separate tab to decrease
1073                 the Common Preferences window height.
1074
1075         * README.claws  
1076                 Update spell checker usage instruction about its options
1077                 location.
1078
1079 2001-12-27 [melvin]     0.6.6claws24
1080
1081         * src/compose.c
1082                 Changed subject entry widget position. Initial focus is
1083                 on the To header instead of the subject entry.
1084                 Creating a new header scrolls the header list to make the
1085                 created one visible. Nevertheless, when automatically filling
1086                 headers, the first one is shown.
1087                 A Tab key press in the last empty header entry zips the 
1088                 focus to the subject entry.
1089                 (I did not change the combo boxes, yet)
1090
1091 2001-12-26 [alfons]     0.6.6claws23
1092
1093         * src/prefs_account.c
1094         * src/inc.c
1095                 allow default inbox to reside in another mailbox (only
1096                 works for POP3 accounts)
1097
1098 2001-12-26 [alfons]     0.6.6claws22
1099         
1100         * src/textview.c
1101                 make reply-on-click work with the account of the selected folder
1102         * src/compose.c
1103                 put a fixme here to remind me to fix finding correct default
1104                 account for nested folders
1105
1106 2001-12-25 [alfons]     0.6.6claws21
1107
1108         * src/summaryview.c
1109                 make column headers display locked and mark pixmaps (idea by Melvin) 
1110                 fix bug by adding score and locked column type to sort array
1111
1112 2001-12-25 [alfons]     0.6.6claws20
1113         
1114         * src/summaryview.c
1115                 catch a *potentially* inadvertent write back of  
1116                 the message cache(s) introduced by 0.6.5claws37
1117
1118 2001-12-25 [christoph]  0.6.6claws19
1119
1120         * src/stock_pixmap.[ch]
1121         * src/summaryview.c
1122                 add ignore thread pixmap
1123                 (can someone draw a better icon for this?)
1124
1125 2001-12-24 [alfons]     0.6.6claws18
1126
1127         * src/prefs_folder_item.c
1128                 make address completion actually work for the
1129                 Default To address in the Folder Property dialog.
1130
1131 2001-12-24 [alfons]     0.6.6claws17
1132         
1133         * src/summaryview.c
1134                 use new style regexp for subject stripping 
1135                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
1136
1137 2001-12-24 [darko]      0.6.6claws16
1138
1139         * src/pgptext.c
1140         * src/rfc2015.c
1141                 move GPG related informational messages to debug mode
1142
1143 2001-12-23 [alfons]     0.6.6claws15
1144
1145         * src/stock_pixmap.[ch]
1146         * src/summaryview.c
1147                 add the forgotten Claws' locked pixmap
1148
1149 2001-12-23 [alfons]     0.6.6claws14
1150
1151         * src/filesel.c
1152                 accept file name typed in entry in multi file
1153                 selector (patch submitted by Gustavo Noronha Silva 
1154                 <kov@debian.org>)
1155
1156 2001-12-23 [alfons]     0.6.6claws13
1157
1158         * src/prefs_filter.c
1159         * src/prefs_filtering.c
1160         * src/matcher.c
1161         * src/importmutt.c
1162                 clean up a little bit
1163         
1164         * src/string_match.c
1165                 validate input strings a little bit more
1166
1167 2001-12-23 [alfons]     0.6.6claws12
1168
1169         * src/Makefile.am
1170         * src/summaryview.c
1171         * src/string_match.[ch]         ** NEW **
1172         * src/folderview.[ch]
1173         * src/headerview.h
1174         * src/folder.[ch]
1175         * src/prefs_folder_item.[ch]
1176                 add subject simplification to strip out strings from
1177                 a subject line (esp. handy for mailing lists). 
1178                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
1179                 but slightly changed things for better integration.)
1180
1181 2001-12-23 [alfons]     0.6.6claws11
1182
1183         * src/mainwindow.c
1184                 fix bug introduced by submission included in 0.6.5claws52.
1185                 ideally this submission should clean the trash if any trash
1186                 folder has a message. however, the hasTrash variable was
1187                 set to false whenever a trash folder was empty (discarding
1188                 a previously found *filled* trash folder.)
1189
1190                 also edited the code a little bit and made it more safe.
1191
1192 2001-12-22 [alfons]     0.6.6claws10
1193
1194         * src/imap.c
1195                 quick fix for Martin Pool's omission of an account
1196                 specific SSL setting
1197
1198 2001-12-22 [alfons]     0.6.6claws9
1199
1200         * src/compose.c
1201         * src/messageview.c
1202         * src/mimeview.c
1203         * src/pgptext.c
1204         * src/procmime.[ch]
1205                 better support for multipart/digest (submitted
1206                 by Fredrik <e98fo@efd.lth.se>)
1207
1208 2001-12-22 [alfons]     0.6.6claws8
1209
1210         * src/addressbook.c
1211                 correct function signature
1212         * src/socket.[ch]
1213         * src/imap.[ch]
1214         * src/prefs_account.[ch]
1215                 allow IMAP over SSH tunnel (patch submitted by 
1216                 Martin Pool <mbp@samba.org>)
1217
1218 2001-12-21 [alfons]     0.6.6claws7
1219
1220         * sync with sylpheed 0.6.6cvs4-9
1221                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
1222
1223 2001-12-21 [christoph]  0.6.6claws6
1224
1225         * src/compose.c
1226         * src/prefs_folder_item.[ch]
1227                 implement saving of outgoing messages to current folder.
1228                 fix segfault when no default outbox is available
1229                 (closes bug #495683)
1230
1231 2001-12-21 [carsten]    0.6.6claws5
1232         * src/folderview.c
1233         * src/summaryview.c
1234                 pressing CTRL while DND does now the expected thing and
1235                 copies the mail (moving is still the default, as this
1236                 seam more appropriate for handling mails by DND)
1237
1238 2001-12-18 [paul]       0.6.6claws4
1239
1240         * sync with sylpheed 0.6.6cvs3
1241                 see ChangeLog entries 2001-12-18
1242
1243 2001-12-18 [hiro]       0.6.6claws3
1244
1245         * src/undo.c
1246                 fix for multibyte characters (obtain the number of letters
1247                 instead of bytes).
1248
1249 2001-12-17 [paul]       0.6.6claws2
1250
1251         * sync with sylpheed 0.6.6cvs1
1252                 see ChangeLog entry 2001-12-16
1253
1254 2000-12-17 [alfons]     0.6.6claws1
1255
1256         * src/filtering.c
1257                 clean up
1258
1259 2001-12-16 [paul]       0.6.6claws
1260 2001-12-15
1261
1262         * Release version 0.6.6claws, cvs tag: rel_0_6_6
1263
1264         * src/mimeview.c
1265                 last minute sync with main 0.6.6
1266
1267         * po/es.po
1268                 updated by Ricardo Mones Lastra
1269                 update for last minute sync
1270         * po/fr.po
1271         * po/nl.po
1272                 update for last minute sync
1273         * po/de.po
1274                 updated by Jens Oberender
1275         * po/pt_BR.po
1276                 updated by Fabio Junior Beneditto
1277
1278         * src/prefs_common.[ch]
1279         * src/undo.c
1280                 number of undo levels is user configurable
1281                 (squeeze it into the release in the dying
1282                 moments) Submitted by Jens Oberender    
1283
1284 2001-12-15 [melvin]
1285
1286         * po/fr.po
1287                 updated french translation
1288
1289 2001-12-15 [paul]       0.6.5claws92
1290
1291         * sync with sylpheed 0.6.5cvs28
1292                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
1293
1294         * po/nl.po
1295                 update to allow for sync
1296
1297 2001-12-15 [alfons]
1298         
1299         * po/nl.po
1300                 update dutch translation
1301
1302 2001-12-14 [carsten]    0.6.5claws91
1303         * src/summaryview.c
1304                 fixed bug #473785; also after changing the column order
1305                 the same message will be selected and displayed as before
1306                 the reordering
1307
1308 2001-12-14 [carsten]    0.6.5claws90
1309         * src/folderview.c
1310                 probably found the bug reported by wwb opening or closing
1311                 a folder tree just before dnd (found the solution in the
1312                 balsa source -- thanks to them)
1313
1314 2001-12-14 [carsten]    0.6.5claws89
1315         * src/gtkutils.c
1316         * src/account.c
1317                 moved gtk_clist_moveto to the right place, so that
1318                 only the accounts dialog is effected on opening
1319
1320 2001-12-14 [carsten]    0.6.5claws88
1321         * src/gtkutils.c
1322                 gtkut_clist_set_focus_row does a gtk_clist_moveto
1323                 now, so that the focused row will be seen in any case
1324                 (reported by wwp on sf-claws-user)
1325
1326 2001-12-14 [darko]      0.6.5claws87
1327
1328         * src/compose.c
1329                 remove unnecessary line
1330
1331 2001-12-14 [paul]       0.6.5claws86
1332
1333         * sync with sylpheed 0.6.5cvs27
1334                 see ChangeLog entries 2001-12-14
1335
1336 2001-12-14 [carsten]    0.6.5claws85
1337         * src/mainwindow.c
1338                 following a suggestion of Melvin the rcoabm pops up
1339                 right under the button now and the button is reliefed
1340                 while the popup is open
1341
1342 2001-12-14 [darko]      0.6.5claws84
1343
1344         * src/compose.c
1345                 fix crash when wrapping long lines if linewrap quotation
1346                 is disabled and wrapper encounters a word spanning more
1347                 than one line
1348
1349 2001-12-13 [paul]       0.6.5claws83
1350
1351         * src/compose.c
1352                 prefer 'Reply-To' header over mailing list header when
1353                 replying to a message. Finally prevent all those confirmation 
1354                 messages being sent to the list itself.
1355
1356         * src/summaryview.c
1357                 remove unused summary_set_menu_sensitive() entry
1358
1359 2001-12-13 [paul]       0.6.5claws82
1360
1361         * src/folderview.c
1362         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
1363         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
1364         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
1365                 improvements to 'Hide read messages': Inbox, Outbox,
1366                 Trash, Queue, and Draft icons now reveal presence of hidden 
1367                 messages
1368
1369 2001-12-12 [alfons]     0.6.5claws81
1370
1371         0.6.5claws80 was tagged as LAST_STABLE
1372
1373         * src/filtering.[ch]
1374         * src/matcher.[ch]
1375         * src/matcher_parser_lex.c
1376                 fix the filtering; my last attempt to get it right, 
1377                 if it does not work, it's Hoa's turn. ;-)
1378
1379                 for my honourable peers:
1380                 
1381                 the code now makes a clear distinction between
1382                 rules as they are displayed (probably escaped),
1383                 and as they are executed (probably unescaped). the
1384                 parser does *NOT* do any unescaping, this is
1385                 the task of the matcher.c (which breaks up a
1386                 rule into condition) and the filtering.c (which
1387                 breaks up the rule's action). to make this
1388                 run happily we provide an unescaped copy of
1389                 crucial strings to the MatcherProp and 
1390                 FilteringAction structures. note that the only
1391                 exception to this is any REGEXP string. those
1392                 are directly passed to regcomp() and regexp()
1393                 (who have much more powerful unescape functions).
1394                 
1395                 for everyone else:
1396         
1397                 you can escape tab (\t), carriage return (\r),
1398                 linefeed (\n), form feed (\f), quote (\"), 
1399                 single quote (\'), bell (\b) in all the entry
1400                 lines in the scoring & filtering dialogs.
1401                 as an added bonus this should not affect
1402                 existing filtering rules.
1403
1404 2001-12-12 [carsten]    0.6.5claws80
1405
1406         * src/summaryview.c
1407         * po/de.po
1408                 "item(s) selected" is now sensitive to 1 or more
1409                 than one selected (nice for language where simple
1410                 adding of a "s" is not possible as German (Eintrag
1411                 ->Eintr"age)
1412                 
1413                 the "forward as attachment" entry from the right
1414                 click menu removed, "forward" acts following the
1415                 prefs
1416         
1417         * src/textview.c
1418                 reverted my former changes; so compiler warning again
1419                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
1420                 nevertheless
1421
1422         * src/messageview.c
1423                 "search in message" does now *not* only work in MVIEW_TEXT
1424                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
1425                 message
1426
1427         * src/mainwindow.c
1428                 removed "/File/_Close" as it was the same as "/File/E_xit"
1429                 and we don't need it two times
1430
1431                 the separate folder view and message view now get a distinct
1432                 WMCLASS, just in case someone is using sawfish ;-)
1433
1434                 as the menu entries "/View/Message view" and "/View/Folder tree"
1435                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
1436                 make them sensitive accordingly and as these two are "shown"
1437                 after startup anytime check this menuitem at startup
1438
1439 2001-12-12 [paul]       0.6.5claws79
1440
1441         * src/folderview.c
1442                 fix sensitivity of 'Search folder...', broken in
1443                 0.6.5claws75
1444
1445         * src/mainwindow.c
1446                 fix dodgy English
1447
1448 2001-12-11 [carsten]    0.6.5claws78
1449         * src/filtering.c
1450                 fixed two typos returning a wrong FALSE/TRUE
1451         * src/mainwindow.[ch]
1452                 extra menu for email/news button removed
1453
1454 2001-12-11 [alfons]     0.6.5claws77
1455         
1456         * src/matcher.c                 (1.3)
1457         * src/matcher_parser_lex.l      (1.28)
1458                 revert for another attempt
1459                 mark 0.6.5claws77 as LAST_STABLE
1460
1461 2001-12-11 [christoph]  0.6.5claws76
1462
1463         * po/de.po
1464                 fixed wrong translation for prev. unread msg
1465
1466 2001-12-11 [paul]       0.6.5claws75
1467
1468         * src/folder.[ch]
1469         * src/folderview.c
1470         * src/mainwindow.c
1471         * src/summaryview.[ch]
1472         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
1473                 enable ability to hide read messages on per folder basis via 
1474                 '/Summary/Hide read messages'; when selected, a folder will 
1475                 have a red open folder icon, instead of a blue icon, if the 
1476                 folder contains hidden messges
1477                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
1478
1479         * src/mainwindow.c
1480                 remove '/Message/Forward as attachment' from 
1481                 main_window_set_menu_sensitive() to prevent debug warning
1482
1483         * src/folderview.c
1484         * src/mainwindow.c
1485                 Clean up some of the English
1486
1487         * tools/newscache_clean.pl
1488                 allow for new 'hidereadmsgs' entry in folderlist.xml
1489
1490         * po/es.po
1491                 updated translation, submitted by Ricardo Mones Lastra
1492
1493 2001-12-11 [paul]       0.6.5claws74
1494
1495         * sync with sylpheed 0.6.5cvs25
1496                 see ChangeLog entry 2001-12-11
1497
1498 2001-12-10 [alfons]     0.6.5claws73
1499
1500         * src/matcher.c
1501                 add more control characters
1502         * src/matcher_parser_lex.l
1503                 make escaping / unescaping work again
1504
1505 2001-12-10 [alfons]     0.6.5claws72
1506
1507         * src/imap.c
1508                 clean up warnings "returning value for void function" 
1509         * src/prefs_filtering.c
1510                 make info button for execute action sensitive
1511
1512 2001-12-10 [paul]       0.6.5claws71
1513
1514         * src/compose.c
1515         * src/imap.[ch]
1516         * src/summaryview.c
1517                 fix: imap server now gets informed of MARKED, UNMARKED
1518                 and REPLY events. Now people can use different IMAP-Mail
1519                 clients and have the exact same information about MARKED,
1520                 UNMARKED and REPLY status with all of them. Especially
1521                 useful for imap servers with a web-frontend.
1522                 submitted by Tobias Sandhaas <medlor@web.de>
1523
1524 2001-12-09 [melvin]     0.6.5claws70
1525         
1526         * src/textview.[ch]
1527                 fixed bug #490076 (hunted down by Alfons who implemented
1528                 a workaround in 0.6.5claws65)
1529
1530 2001-12-09 [christoph]  0.6.5claws69
1531
1532         * src/summaryview.c
1533                 set pointer to string in LOCKED column to NULL
1534                 (might fix bug #490800)
1535
1536 2001-12-09 [carsten]    0.6.5claws68
1537
1538         * po/de.po
1539                 resolved some cluttered menu shortcuts 
1540                 ('creating new email' and 'creating news message'
1541                 hade the same)
1542         * src/compose.c
1543                 wmclass now distinc from main window
1544         * src/mainwindow.c
1545           src/mainwindow.h
1546                 email/news and forward button functionality similar
1547                 to the reply buttons; removed the ugly dropdown arrows
1548                 and use instead the right mouse button
1549
1550 2001-12-09 [paul]       0.6.5claws67
1551
1552         * src/imap.c
1553         * src/utils.h
1554                 allow spaces in imap folder names
1555                 submitted by Willem van Engen <wvengen@stack.nl>
1556
1557 2001-12-09 [paul]       0.6.5claws66
1558
1559         * sync with sylpheed 0.6.5cvs24
1560                 see ChangeLog entry 2001-12-09
1561
1562 2001-12-08 [alfons]     0.6.5claws65
1563
1564         * src/textview.c
1565                 prevent secondary selection claim after "add to sender" dialog
1566                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
1567                 we trick GTK by simulating a click at (0, 0) in the textview.
1568
1569 2001-12-08 [hoa]        0.6.5claws64
1570
1571         * src/folder.c
1572                 fixed a bug about the .processing folder name while filtering
1573
1574 2001-12-08 [alfons]     0.6.5claws63
1575
1576         * src/folderview.c 
1577                 work around problem of not correctly updating folder stats
1578                 when deleting messages. there's some folder scanning evil
1579                 going so the folderview_update_msg_num() does not work
1580                 correctly. need to investigate this.
1581
1582 2001-12-08 [paul]       0.6.5claws62
1583
1584         * sync with sylpheed 0.6.5cvs23
1585                 see ChangeLog entry 2001-12-08
1586
1587 2001-12-07 [christoph]  0.6.5claws61
1588
1589         * src/compose.c
1590                 fix another header translation problem
1591
1592 2001-12-07 [alfons]     0.6.5claws60
1593
1594         * src/mbox.c
1595                 make filtering also work on local spool mbox
1596
1597 2001-12-07 [carsten]    0.6.5claws59
1598         * src/addressbook.c
1599                 addressbook window gets a wmclass distinct from the main
1600                 sylpheed window
1601         * src/compose.h
1602         * src/mainwindow.[ch]
1603                   forward menu item will use mode selected in prefs, forward 
1604                 as attatchment in menu removed (will be substituted in the
1605                 toolbar similar to reply buttons)
1606                   create news message menu entry and news button is now 
1607                 sensitive to the existance of a news account
1608         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
1609         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
1610         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
1611                 these are removed because the toolbar buttons don't show
1612                 the quoting modus any longer
1613
1614 2001-12-07 [paul]
1615
1616         * tools/newscache_clean.pl      ** NEW FILE **
1617                 perl script to do some tidying up in the newscache directory 
1618                 
1619         * tools/sylpheed-switcher       ** NEW FILE **
1620                 perl script to enable easy switching between main and claws
1621                 
1622         * tools/README
1623                 added descriptions of the two new perl scripts          
1624
1625
1626 2001-12-07 [melvin]     0.6.5claws58
1627
1628         * src/messageview.c
1629                 fixed a warning during compilation introduced in 0.6.5claws56
1630
1631 2001-12-07 [paul]       0.6.5claws57
1632
1633         * src/mainwindow.[ch]
1634         * src/menu.[ch]
1635                 further usability enhancements to replying with or without 
1636                 quoting via the toolbar, use of Ctrl key is replaced by 
1637                 drop down menu 
1638                 Submitted by Carsten Schurig            
1639
1640 2001-12-07 [melvin]     0.6.5claws56
1641
1642         * src/messageview.c
1643                 hack to fix bug that prevented to make/paste selections
1644                 after switching between MVIEW_TEXT and MVIEW_MIME views
1645                 without deselecting the selection first.
1646
1647 2001-12-06 [alfons]     0.6.5claws55
1648
1649         * src/filtering.[ch]
1650         * src/inc.c
1651                 revise filtering a little bit more, and make sure
1652                 messages are delivered to the appropriate inbox
1653                 (perhaps set per account)
1654
1655 2001-12-06 [paul]       0.6.5claws54
1656
1657         * sync with sylpheed 0.6.5cvs22
1658                 see ChangeLog entry 2001-12-06
1659
1660 2001-12-05 [alfons]     0.6.5claws53
1661
1662         * src/inc.c
1663         * src/folder.[ch]
1664         * src/procmsg.c
1665         * src/filtering.c
1666                 more revisions of filtering system
1667                 (last stable version is marked as LAST_STABLE)
1668                 
1669                 | NOTE 1): the filtering system now uses a local folder called
1670                 | .processing. if filtering fails, check this directory
1671                 | for missing messages.
1672                 |
1673                 | NOTE 2): help us find the filtering actions still missing
1674
1675 2001-12-05 [paul]       0.6.5claws52
1676
1677         * src/mainwindow.c
1678                 fix bug where 'Empty Trash?' pop-up window appears even
1679                 when Trash is empty, submitted by Jesse Skinner         
1680
1681 2001-12-05 [melvin]     0.6.5claws51
1682
1683         * src/compose.c
1684                 fixed bug #486106 to select correct account when reediting 
1685                 a queued message
1686         
1687 2001-12-04 [alfons]     0.6.5claws50
1688
1689         * src/mh.c
1690                 declare markfile in appropriate functions when
1691                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
1692                 for spotting this)
1693
1694 2001-12-04 [paul]       0.6.5claws49
1695
1696         * sync with sylpheed 0.6.5cvs21
1697                 see ChangeLog entry 2001-12-04
1698
1699 2001-12-03 [christoph]  0.6.5claws48
1700
1701         * po/de.po
1702                 changed translation of undo
1703         * src/account.c
1704         * src/folder.c
1705                 don't reinvent the wheel to traverse a GNode
1706         * src/compose.[ch]
1707                 seperate code to create the compose gui into functions
1708                 add "Others" page with folder selection for saving copy
1709                 of the message.
1710                 the folder identifier is saved to queue header
1711         * src/procmsg.c
1712                 save message to folder in queue header
1713
1714 2001-12-03 [paul]       0.6.5claws47
1715
1716         * sync with sylpheed 0.6.5cvs20
1717                 see ChangeLog entry 2001-12-03
1718
1719 2001-12-01 [paul]
1720
1721         * more sync with sylpheed 0.6.5cvs19
1722                 see ChangeLog entry 2001-11-29
1723
1724 2001-11-30 [paul]       0.6.5claws46
1725         
1726         * src/compose.c
1727                 remove conflicts introduced by Hoa's last commit
1728          
1729         * src/mainwindow.c
1730                 make 'Message/Bounce' sensitive
1731
1732 2001-11-30 [hoa]        0.6.5claws45
1733
1734         * src/compose.c
1735                 slightly change bounce function to add
1736                 information about the user that bounced the mail
1737                 in the From header line.
1738
1739         * src/folderview.c
1740                 permit the use of processing in outbox folder.
1741
1742 2001-11-29 [paul]       0.6.5claws44
1743
1744         * src/mainwindow.[ch]
1745         * src/prefs_common.c
1746         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
1747         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
1748         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
1749                 usability enhancements to the quoting, implements
1750                 use of Ctrl key to toggle quoting settings
1751                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
1752
1753 2001-11-29 [paul]       0.6.5claws43
1754         
1755         * sync with sylpheed 0.6.5cvs19
1756                 see ChangeLog entry 2001-11-28
1757
1758 2001-11-29 [melvin]     0.6.5claws42
1759         * src/Makefile.am
1760                 added enriched.[ch] to the list of files
1761
1762         * src/textview.c
1763         * src/mimeview.c
1764         * src/procmime.[ch]
1765         * src/enriched.[ch]
1766                 added support to view text/enriched
1767                 added support to show headers in message view for text/enriched and text/html
1768                         in non multipart messages
1769
1770 2001-11-28 [paul]       0.6.5claws41
1771
1772         * more sync with sylpheed 0.6.5cvs18
1773                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
1774
1775 2001-11-27 [paul]       0.6.5claws40
1776         
1777         * po/pt_BR.po
1778                 updated translation, submitted by Fabio Junior Beneditto
1779                 
1780         * sync with sylpheed 0.6.5cvs18
1781                 see ChangeLog entries 2001-11-26 (src/textview.c) and
1782                 2001-11-27
1783
1784
1785 2001-11-26 [paul]
1786
1787         * po/es.po
1788                 updated translation, submitted by Ricardo Mones Lastra
1789
1790 2001-11-26 [alfons]
1791
1792         * src/matcher.c
1793                 add more translatable strings
1794
1795 2001-11-26 [christoph]  0.6.5claws39
1796
1797         * po/de.po      
1798                 fixed one more umlaut
1799         * src/compose.c
1800                 fix translated header when it should not be translated
1801
1802 2001-11-26 [paul]       0.6.5claws38
1803
1804         * src/mainwindow.c
1805                 remove '/Message/Add Sender to address book' from 
1806                 main_window_set_menu_sensitive(), prevent debug warning
1807                 add 'Message/Mark/Mark all read' to mainwin_entries[]
1808
1809 2001-11-26 [paul]       0.6.5claws37
1810
1811         * src/summaryview.c
1812                 fix 'recurring unread state' bug 
1813
1814         * tools/README 
1815         * tools/filter_conv.pl
1816                 read name of top level mailbox from folderlist.xml
1817                 and presume nothing about its name              
1818
1819 2001-11-26 [darko]      0.6.5claws36
1820
1821         * src/gtkstext.[ch]
1822                 removed functions that are now in gtkutils.c
1823                 use gtkut_text_is_uri_string() from gtkutils.c
1824         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
1825
1826 2001-11-26 [paul]       0.6.5claws35
1827
1828         * sync with sylpheed 0.6.5cvs16
1829                 see ChangeLog entries 2001-11-25 and 2001-11-26
1830
1831 2001-11-25 [alfons]     0.6.5claws34
1832
1833         EXPERIMENTAL!!! Please checkout the last stable version using: 
1834           
1835         % cvs update -r LAST_STABLE -dRAP
1836
1837         (Or help us testing this stuff.)
1838
1839         * src/filtering.c               (1.14)
1840         * src/filtering.h               (1.6)
1841         * src/inc.c                     (1.28)
1842         * src/matcher.c                 (1.20)
1843         * src/mbox.c                    (1.9)
1844         * src/procmsg.h                 (1.14)
1845         * src/summaryview.c             (1.59)
1846         * src/summaryview.h             (dunno)
1847                 revert/merge/sync to as it was before commit 
1848                 on Thu, 19 Jul 2001 10:15:51 -0700.
1849
1850 2001-11-25 [hoa]        0.6.5claws33
1851
1852         * src/main.c
1853                 processing mails at startup
1854
1855         * src/folderview.c
1856         * src/summaryview.[ch]
1857                 processing mails when entering folder
1858
1859         * src/prefs_filtering.c
1860                 fixed some UI bugs
1861
1862 2001-11-24 [alfons]     0.6.5claws32
1863
1864         * src/summaryview.[ch]
1865                 make summary sort headers work, and also make
1866                 sure the sort type is stored
1867
1868 2001-11-23 [alfons]     0.6.5claws31
1869
1870         * src/summaryview.[ch]
1871                 make lock work like mark
1872                 disallow deleting messages marked as locked
1873
1874 2001-11-23 [alfons]     0.6.5claws30
1875
1876         * src/gtkstext.c
1877         * src/compose.[ch]
1878         * src/Makefile.am
1879         * src/undo.[ch]
1880                 merge undo patch submitted by Jens
1881
1882 2001-11-23 [christoph]  0.6.5claws29
1883
1884         * src/.cvsignore
1885                 added ylwrap
1886         * src/compose.c
1887                 fixed gpg signing and encoding
1888         * src/folder.[ch]
1889         * src/main.c
1890                 added --status option to get new, unread and total
1891                 message count from a running sylpheed
1892         * src/prefs_common.c
1893                 temporary fix for reply_with_quote problem
1894                 (don't call functions for non existing widget)
1895         * src/procmsg.c
1896                 one more check for ignored threads but still not
1897                 always working correctly. probably a recursive
1898                 check for all parents is needed
1899
1900 2001-11-23 [darko]      0.6.5claws28
1901
1902         * src/compose.c
1903                 wrapping on send improvements
1904         * src/gtkutils.[ch]
1905                 fix for GtkSText after last sync with main branch
1906                 GTK_TEXT -> GTK_STEXT
1907
1908 2001-11-23 [paul]       0.6.5claws27
1909
1910         * sync with sylpheed 0.6.5cvs14
1911                 see ChangeLog entries 2001-11-22 and 2001-11-23
1912                 
1913         * po/de.po
1914                 fixed the scrambled umlauts 
1915                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
1916
1917 2001-11-21 [paul]       0.6.5claws26
1918
1919         * sync with sylpheed 0.6.5cvs12
1920                 see 2nd ChangeLog entry dated 2001-11-20
1921
1922 2001-11-20 [paul]       0.6.5claws25
1923
1924         * sync with sylpheed 0.6.5cvs11
1925                 see ChangeLog entry 2001-11-19 (src/utils.c)
1926
1927 2001-11-20 [hiro]
1928
1929         * src/compose.c
1930                 GTK_TEXT -> GTK_STEXT
1931                 fix for wrong comment
1932
1933 2001-11-20 [hiro]       0.6.5claws24
1934
1935         * src/compose.[ch]
1936                 more merges from main branch
1937                 removed fatal warnings (uninitialized variables etc.)
1938                 some coding style fix
1939         * src/gtkutils.h
1940                 fixed typo.
1941         * src/addressbook.c
1942           src/addrindex.c
1943                 V-Card -> vCard
1944
1945 2001-11-19 [hoa]        0.6.5claws23
1946
1947         * src/filtering.c
1948         * src/prefs_scoring.c
1949         * src/matcher.[ch]
1950         * src/scoring.c
1951                 cleaning code
1952
1953         * src/matcher_parser_parse.y
1954         * src/prefs_filtering.c
1955                 bouncing
1956
1957 2001-11-19 [alfons]     0.6.5claws22
1958
1959         more of my old things into claws
1960
1961         * src/Makefile.am
1962         * src/prefs_common.c
1963         * src/procmsg.h
1964         * src/summaryview.[ch]
1965         * src/prefs_summary_column.c
1966         * src/pixmaps/locked.xpm
1967                 add indicators for locking of message in summary view
1968                 (does not work yet, only visual indicator)
1969
1970 2001-11-19 [paul]       0.6.5claws21
1971
1972         * sync with sylpheed 0.6.5cvs10
1973                 see ChangeLog entry 2001-11-19
1974
1975 2001-11-18 [alfons]     0.6.5claws20
1976         
1977         * src/filtering.c
1978                 remove an inadvertent free I forgot in previous clean up 
1979
1980 2001-11-18 [alfons]     0.6.5claws19
1981
1982         * src/filtering.[ch]
1983                 clean up & plug leaks
1984
1985 2001-11-18 [paul]       0.6.5claws18
1986
1987         * sync with sylpheed 0.6.5cvs9
1988                 see ChangeLog entries 2001-11-17 and 2001-11-18
1989
1990 2001-11-16 [paul]       0.6.5claws17
1991
1992         * sync with sylpheed 0.6.5cvs8
1993                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
1994
1995 2001-11-16 [paul]       0.6.5claws16
1996
1997         * sync with sylpheed 0.6.5cvs7
1998                 see ChangeLog entries 2001-11-15 and 2001-11-16
1999
2000 2001-11-15 [hoa]        0.6.5claws15
2001
2002         * src/compose.c
2003                 fix bounce, mails we received couln't be bounced to ourself.
2004
2005         * src/defs.h
2006         * src/filtering.[ch]
2007         * src/matcher.[ch]
2008         * src/matcher_parser.h
2009         * src/matcher_parser_lex.l
2010         * src/matcher_parser_parse.y
2011         * src/inc.c
2012         * src/main.c
2013         * src/mbox.c
2014         * src/prefs_filtering.[ch]
2015         * src/mainwindow.c
2016         * src/prefs_matcher.c
2017         * src/prefs_scoring.c
2018         * src/scoring.[ch]
2019         * src/summaryview.c
2020                 new matcher/filter/score configuration file parser
2021                 one unique configuration file => ~/.sylpheed/matcherrc
2022                 import in currently automatic, then save are made
2023                 in this new file.
2024                 one filter per folder and one global filter
2025                 (filter of a folder will be used as folder processing)
2026
2027         * src/folder.c
2028                 fix a bug in folder_item_get_identifier
2029                 
2030         * src/messageview.c
2031                 receive receipt return are fixed.
2032
2033 2001-11-14 [alfons]     0.6.5claws14
2034
2035         * src/session.h
2036                 add things from main branch to make claws compile
2037
2038 2001-11-14 [paul]       0.6.5claws13
2039
2040         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
2041                 see ChangeLog entries 2001-11-08 to 2001-11-14
2042
2043 2001-11-14 [hoa] 0.6.5claws12
2044
2045         * src/compose.[ch]
2046         * src/mainwindow.c
2047         * src/summaryview.c
2048                 add "bounce mail" option
2049
2050 2001-11-13 [christoph]  0.6.5claws11
2051
2052         * src/compose.c
2053                 Cleanup a mess i add before commiting
2054
2055 2001-11-13 [hoa]        0.6.5claws10
2056
2057         * src/compose.c
2058                 some fixes when mail are sent or
2059                 for crossposts
2060
2061 2001-11-13 [christoph]  0.6.5claws9
2062
2063         * po/de.po
2064                 Changed two string with the same translation
2065         * src/compose.c
2066         * src/procmsg.[ch]
2067         * src/send.[ch]
2068                 New mailsending process:
2069                   - Always queue message before sending
2070                     (message will be saved if sylpheed crashed or
2071                      freezes while sending)
2072                   - Allow queuing of newspostings
2073                   - No copy in outbox before sending
2074                     (closes bug #469501)
2075                   - No more redundant code for send and send_later
2076         * src/summaryview.c
2077                 Applied wwp <subscript@free.fr>'s patch that fixes
2078                 marks for multiple forwarded messages (+compose.c)
2079
2080 2001-11-12 [alfons]
2081
2082         * README.claws
2083                 remove things that are now in main branch
2084         
2085         * po/nl.po
2086                 update Dutch translation
2087
2088 2001-11-12 [mhadasht]   0.6.5.claws8
2089
2090         * src/prefs_common.c
2091                 re-enabled account autoselection feature for forward
2092                 and reedit lost during the branch point for SYNC-B4-REL
2093         * src/gtkspell.c
2094                 gtkpspell_get_dict(): more readable code (even if function is
2095                 not used yet)
2096         * ChangeLog.claws
2097                 added version number info to 2001-11-12 [hiro] comment.
2098
2099 2001-11-12 [hiro]       0.6.5.claws7
2100
2101         * src/compose.c
2102                 compose_forward(): fixed a bug that forward quote mark
2103                 wasn't used.
2104                 removed unnecessary code.
2105         * src/template_select.[ch]: removed.
2106
2107 2001-11-11 [alfons]
2108
2109         * src/compose.c
2110                 :%s/GTK_TEXT/GTK_STEXT/g
2111         
2112         * src/compose.[ch]
2113         * src/undo.[ch]
2114         * src/Makefile.am
2115                 revert the undo stuff (this is 0.6.6claws stuff)
2116
2117 2001-11-11 [hoa]        0.6.5.claws6
2118
2119         * src/compose.[ch]
2120                 Insert signature at the end of the text.
2121                 Added undo patch but currently disabled
2122
2123         * src/procmsg.c
2124                 Threading by subject improved.
2125
2126         * added src/undo.[ch]
2127                 Undo module for compose dialog box.
2128
2129 2001-11-11 [alfons]     0.6.5.claws5
2130
2131         * src/procmsg.c
2132                 prevent threading by subject on nodes that have already been
2133                 threaded by in-reply-to (as in "circular references in a tree
2134                 result in a dead branch")
2135
2136 2001-11-09 [hoa]        0.6.5.claws4
2137         
2138         * src/folderview.c
2139                 allows creation of mbox folder item from any files.
2140
2141 2001-11-09 [alfons]     0.6.5.claws3
2142         
2143         * src/utils.c
2144         * src/procmsg.c
2145                 do what I mean and correct threading by subject so it really
2146                 ignores attracting lines without "Re: "
2147
2148 2001-11-07 [alfons]     0.6.5.claws2
2149
2150         * src/procmsg.c
2151         * src/utils.[ch]
2152                 only attract by subject if a subject line starts with a "Re: "
2153         * src/syldap.c
2154                 remove warning
2155
2156 2001-11-07 [paul]       0.6.5claws1
2157
2158         * sync with sylpheed 0.6.5. release
2159                 see ChangeLog entry 2001-11-07
2160
2161 2001-11-07 [paul]       0.6.4claws31
2162
2163         * sync with sylpheed 0.6.4cvs18
2164                 see ChangeLog entries 2001-10-30 to 2001-11-07
2165                 prefs_templates.[ch] renamed prefs_template.[ch]
2166
2167 2001-11-06 [alfons]
2168         
2169         * src/utils.h
2170                 add semicolon Hoa forgot ;-)
2171                 
2172
2173 2001-11-06 [hoa]        0.6.4claws30
2174         
2175         * src/procmsg.c
2176         * src/summaryview.c
2177         * src/utils.c
2178         * src/utils.h
2179                 threading by subject - empty subject are ignored
2180
2181 2001-11-06 [christoph]  0.6.4claws29
2182
2183         * src/socket.c
2184                 use SSL_peek for sock_gets
2185         * src/utils.c
2186                 removed unneeded pointer in extracting quoted
2187                 names implementation
2188
2189 2001-11-06 [melvin]     0.6.4claws28
2190
2191         * src/gtkspell.c
2192                 fixed bug #476792 Selection overtyping with spell checker
2193                 fixed bug which could cause a buffer overflow
2194                 fixed a memory leak
2195
2196 2001-11-06 [hoa]        0.6.4claws27
2197         
2198         * src/procmsg.c
2199         * src/summaryview.c
2200                 threading by subject
2201
2202 2001-11-05 [alfons]     0.6.4claws26
2203         
2204         * README.claws
2205                 Claws -> Sylpheed (vice versa)
2206
2207         * src/compose.c
2208                 :%s/gtk_text/gtk_stext/g
2209                 :%s/GTK_TEXT/GTK_STEXT/g
2210                 (thanks to Jonathan Ware for spotting this)
2211
2212 2001-11-04 [christoph]  0.6.4claws25
2213
2214         * src/summaryview.c
2215                 replace Xalloca + strdup with Xstrdup_a
2216         * src/utils.c
2217                 better implementation of extracting quoted names
2218                 from addresses (remove backlashes and ignore
2219                 quotes after them)
2220
2221 2001-11-04 [alfons]     0.6.4claws24
2222
2223         * src/utils.[ch]
2224                 edit to comply more with coding style
2225
2226         * src/textview.c
2227                 fix bug reported by Kim Schulz. introduced by the patch integrated
2228                 in 0.6.4claws15. the code did not check the return value of
2229                 the html parser.
2230
2231         * AUTHORS
2232                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
2233
2234 2001-11-04 [christoph]  0.6.4claws23
2235
2236         * src/main.c
2237         * src/prefs_common.[ch]
2238                 init some pointers that possibly caused a segfault
2239                 reported in the claws-users ML
2240
2241 2001-11-04 [hoa]        0.6.4claws22
2242
2243         * src/grouplistdialog.c
2244                 change the names of the nodes in the tree
2245
2246         * src/compose.c
2247                 enhanced mailto syntax as described in
2248                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
2249                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
2250
2251         * src/utils.c
2252                 encode and decode URI (useful when opening URL into
2253                 netscape).
2254
2255 2001-11-03 [hoa]        0.6.4claws21
2256
2257         * src/grouplistdialog.c
2258                 a new newsgroups list selection dialog box
2259                 with a CTree instead of a CList
2260
2261 2001-11-03 [hoa]        0.6.4claws20
2262
2263         * src/folderview.c
2264                 enable property and scoring options when right
2265                 click on "inbox"
2266
2267         * src/summaryview.c
2268                 fixed bug when nickname were displayed using
2269                 the address book.
2270
2271 2001-11-02 [darko]      0.6.4claws19
2272
2273         * src/compose.c
2274                 new wrap quotation and URL/long words wrapping implementation
2275         * src/compose.c src/gtkstext.[ch]
2276                 move gtkstext_strncmp() to gtkstext.c
2277
2278 2001-11-01 [christoph]  0.6.4claws18
2279
2280         * src/prefs_account.c
2281                 fixed mess in account settings dialog
2282         * src/prefs_folder_item.c
2283                 added label with folder path to dialog
2284
2285 2001-10-31 [match]      0.6.4claws17
2286
2287         * src/vcard.c
2288                 fix memory leak.
2289         * src/addrbook.c
2290                 fix generation of spurious address book file names.
2291                 remove redundant functions.
2292         * po/POTFILES.in
2293                 added missing file names.
2294
2295 2001-10-30 [paul]       0.6.4claws16
2296
2297         * sync with sylpheed 0.6.4cvs6
2298                 see ChangeLog entries 2001-10-26 to 2001-10-30
2299
2300         * tools/filter_conv.pl
2301                 read folderlist.xml to discover whether the top-level
2302                 folder is called 'Mailbox' or 'Mail' 
2303
2304 2001-10-29 [paul]       0.6.4claws15
2305
2306         * src/html.c, src/textview.c
2307                 activate links in html mail and fix clickable parts
2308                 Submitted by Matthieu Dazy <dazy@t-surf.com>
2309
2310 2001-10-29 [paul]
2311
2312         * po/de.po, po/es.po, po/pt_BR/po
2313                 updated translations, submitted by Jens Oberender,
2314                 Ricardo Mones Lastra, and Fabio Junior Beneditto
2315
2316 2001-10-29 [darko]      0.6.4claws14
2317
2318         * src/compose.c
2319                 fix wrapping for good
2320
2321 2001-10-29 [darko]
2322
2323         * src/compose.c
2324                 undo previous change as it broke the smart wrapping
2325
2326 2001-10-29 [darko]      0.6.4claws13
2327
2328         * src/compose.c
2329                 fix infinite loop when long URL is quoted
2330                 (closes bug #475122.
2331
2332 2001-10-28 [match]
2333
2334         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
2335                 import Mutt address book
2336         * src/ldif.[ch] src/importldif.h
2337                 modified import LDIF handle user attributes
2338
2339 2001-10-28 [christoph]  0.6.4claws12
2340
2341         * src/summaryview.c
2342                 fixed that filtering did not work if there
2343                 were no filter rules
2344                 (closes bug #472003 and better implementation
2345                  of patch #474644)
2346
2347 2001-10-27 [christoph]  0.6.4claws11
2348
2349         * src/compose.c
2350                 make the folder's default account to be used when
2351                 replying. (patch by wwp <subscript@free.fr>)
2352         * src/compose.c
2353                 code cleanup, nearly killed all of wwp's patch
2354                 for folder's default account in compose
2355         * src/folderview.c
2356                 error panel when a folder could not be created
2357                 (closes bug #471080 new folder name & already
2358                  existing file)
2359
2360 2001-10-26 [alfons]
2361
2362         * src/utils.h
2363                 change prototype of strstr2() that Christoph forgot about
2364
2365 2001-10-26 [christoph]  0.6.4claws10
2366
2367         * src/account.c
2368                 made search for accounts by email address not case
2369                 sensitive
2370         * src/folder.c
2371                 fixed memory leak in folder_item_get_identifier
2372         * src/gtkspell.c
2373         * src/utils.c
2374                 fixed wrong strstr2 (should work like strstr)
2375
2376 2001-10-26 [darko]      0.6.4claws9
2377
2378         * src/compose.c src/gtkstext.[ch]
2379         * src/gtkstext.c
2380                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
2381
2382 2001-10-26 [paul]       0.6.4claws8
2383
2384         * src/html.c
2385                 ignore css and javascript tags in html mail
2386                 case-insensitive, with or without double-quoted
2387                 strings
2388
2389 2001-10-26 [paul]       0.6.4claws7
2390
2391         * sync with sylpheed 0.6.4cvs1
2392                 see ChangeLog entry 2001-10-26
2393
2394         * src/prefs_account.c, src/prefs_common.c,
2395           src/prefs_summary_column.c
2396                 minor improvements to the English
2397
2398 2001-10-25 [alfons]     0.6.4claws6
2399
2400         * src/gtkstext.c
2401         
2402                 make GtkSText follow style of GtkText (closes bug 
2403                 #469211 "text selection while writing message")
2404                 
2405                 do sync with GTK 1.2.10
2406
2407 2001-10-25 [paul]       0.6.4claws5
2408
2409         * src/html.c
2410                 ignore css tags in html mail
2411
2412 2001-10-25 [darko]      0.6.4claws4
2413
2414         * src/compose.c
2415                 don't declare is_url_string as static function since
2416                 we need it in gtkstext.c
2417         * src/gtkstext.c
2418                 remove unused variable
2419                 don't wrap long URLs while composing a message
2420
2421 2001-10-24 [christoph]  0.6.4claws3
2422
2423         * src/socket.c
2424                 fix ssl deadlock, when peer closes connection
2425
2426 2001-10-24 [paul]       0.6.4claws2
2427
2428         * src/prefs_common.c
2429                 gettextize the gpg ascii-armored warning message
2430
2431         * src/compose.c
2432                 insert a DOS/MAC file into the composed message
2433                 (improvements)
2434
2435         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
2436
2437 2001-10-22 [paul]       0.6.4claws1
2438
2439         * sync with sylpheed 0.6.4 release
2440                 see ChangeLog entries 2001-10-21
2441
2442         * po/fr.po, po/pt_BR.po
2443                 updated by Melvin Hadasht and Fabio Junior Beneditto
2444
2445 2001-10-21 [paul]       0.6.3claws30
2446
2447         * src/compose.c
2448                 insert a DOS text file from the compose window
2449                 into the composed message text (removes CRs characters)
2450                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
2451
2452         * tools/filter_conv.pl, tools/README
2453                 automatically use ~/.sylpheed as working directory
2454                 print out confirmation message on completion
2455
2456         * correct Hoa's last ChangeLog.claws entry
2457
2458 2001-10-20 [hoa]        0.6.3claws29
2459
2460         * src/grouplistdialog.c
2461                 bugfix (another ?) to give the right
2462                 newsgroups list for each news server.
2463
2464         * src/news.c
2465         * src/news.h
2466                 improve the newsgroups list cache
2467
2468 2001-10-20 [paul]       0.6.3claws28
2469
2470         * sync with sylpheed 0.6.3cvs9
2471                 see ChangeLog entry 2001-10-19
2472
2473         * correct Alfons' last ChangeLog.claws entry
2474
2475 2001-10-19 [alfons]
2476
2477         * src/pgptext.[ch]
2478                 fix compilation problems (part of bug #472895)
2479
2480 2001-10-18 [hoa]        0.6.3claws27
2481
2482         * src/grouplistdialog.c
2483                 bugfix when we refresh was clicked (bug 472701)
2484
2485 2001-10-19 [christoph]  0.6.3claws26
2486
2487         * src/compose.c
2488                 last header entry should default to "To:" or
2489                 "Newsgroups:" and not copy the last entry line
2490                 in a new compose window
2491                 (closes bug #472686, #470792)
2492
2493 2001-10-19 [paul]       0.6.3claws25
2494
2495         * sync with Sylpheed 0.6.3cvs8
2496                 see ChangeLog entries 2001-10-18 and 2001-10-19
2497
2498 2001-10-18 [christoph]  0.6.3claws24
2499
2500         * src/procmsg.c
2501                 reimplement ignore thread
2502         
2503 2001-10-18 [hoa]        0.6.3claws23
2504
2505         * src/folderview.c
2506         * src/grouplistdialog.[ch]
2507                 enhanced news subscription interface (feature 469113)
2508
2509         * src/news.c
2510         * src/news.h
2511                 enchanced newsgroup listing,
2512                 now, we can get groups informations
2513                 (NNTPGroupInfo)
2514
2515 2001-10-18 [paul]       0.6.3claws22
2516
2517         * src/summaryview.c
2518                 remove comment (sync with main branch)
2519         * src/mainwindow.c
2520                 fix 'Re-edit' bug in 'Message' menu
2521
2522 2001-10-17 [christoph]  0.6.3claws21
2523
2524         * src/compose.c
2525                 ignore empty or whitespace only header lines
2526
2527 2001-10-17 [paul]       0.6.3claws20
2528
2529         * sync with sylpheed 0.6.3cvs7
2530                 see ChangeLog entries 2001-10-14, 2001-10-16, and
2531                 2001-10-17
2532
2533 2001-10-17 [darko]
2534
2535         * src/compose.c
2536                 wrap long lines without spaces
2537                 don't wrap URLs
2538
2539 2001-10-16 [paul]
2540
2541         * po/es.po, po/nl.po, po/pt_BR.po
2542                 updated by Ricardo Mones Lastra, Alfons,
2543                 and Fabio Junior Beneditto
2544
2545         * sylpheed-0.6.3claws released
2546
2547 2001-10-15 [melvin] 0.6.3claws18
2548
2549         * README.claws
2550                 added summary and detailed installation instructions
2551                 for spell checker
2552         * po/fr.po
2553                 Updated, corrected and completed french translation
2554
2555 2001-10-15 [hoa] 0.6.3claws17
2556         * src/grouplistdialog.c
2557                 we can choose the newsgroups to display with wildcards
2558
2559 2001-10-15 [christoph]  0.6.3claws16
2560
2561         * src/account.c
2562         * src/compose.c
2563         * src/prefs_folder_item.[ch]
2564                 applied wwp <subscript@free.fr>'s folder
2565                 default account patch
2566         * po/de.po
2567                 Fixed wrong translation
2568
2569 2001-10-13 [alfons, christoph, melvin]  
2570                         0.6.3claws15
2571
2572         solution #2 to solve MT-safety problems defers all GUI related calls
2573         to the main thread using a gtk_idle_add() callback. discussed on
2574         ircnet #sylpheed, with christoph spotting some issues with the
2575         original code, and melvin allowing us to lobotomize his sylpheed.
2576
2577         * src/syldap.[ch], src/main.c
2578                 fix race problem in ldap search thread by deferring GUI 
2579                 stuff to main thread using gtk_idle_add()
2580
2581 2001-10-13 [paul]       0.6.3claws14
2582
2583         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
2584                 add Sergey's smtpcred.patch
2585                 adds separate username/password setting for SMTP Auth
2586                 needed by some servers
2587                 (closes feature request #471659)
2588
2589 2001-10-13 [paul]       0.6.3claws13
2590
2591         * src/pgptext.[ch] **NEW FILES**
2592         * src/Makefile.am, src/messageview.c, src/mimeview.c
2593                 decrypt ascii-armored gpg text embedded in
2594                 the message body.
2595                 Submitted by Jens Jahnke <jan0sch@gmx.net>
2596
2597 2001-10-13 [christoph]  0.6.3claws12
2598
2599         * README.claws
2600                 some more details on default to and
2601                 feature requests
2602         * src/main.c
2603                 init glib threading when ldap is used
2604         * src/syldap.c
2605                 threading fixes
2606         * po/de.po
2607                 fixed a typo
2608
2609 2001-10-12 [paul]       0.6.3claws11
2610
2611         * src/prefs_common.[ch], src/rfc2015.c
2612                 enable ascii-armored gpg text to be embedded in the
2613                 message body, selectable through the 'Privacy'
2614                 preferences. Supports encrypting only.
2615                 Submitted by Ravemax <ravemax@dextrose.com>
2616
2617 2001-10-12 [paul]       0.6.3claws10
2618
2619         * sync with sylpheed 0.6.3cvs6
2620                 see ChangeLog entries 2001-10-11 and 2001-11-12
2621
2622         * src/folderview.c
2623                 incorporated mbox folders, scoring, and folder
2624                 properties into the sync
2625
2626 2001-10-12 [darko]      0.6.3claws9
2627
2628         * README.claws
2629                 describe quotation wrapping
2630         * src/compose.c
2631                 don't treat tab as space to calculate line length properly
2632
2633 2001-10-11 [alfons]
2634
2635         * README.claws
2636                 correct description of how to make new filtering system work,
2637                 add some other things
2638                 
2639         * src/syldap.c
2640                 remove sched_yield() (not necessary / unportable)
2641
2642 2001-10-11 [paul]       0.6.3claws8
2643
2644         * sync with sylpheed 0.6.3cvs3
2645                 see ChangeLog entry 2001-10-10
2646
2647 2001-10-10 [christoph]  0.6.3claws7
2648
2649         * .cvsignore
2650                 ignore 2 files created by newer autotools
2651         * src/prefs_folder_item.c
2652                 using table for widget alignment
2653                 fixed memory leak and broken octal display
2654         * src/filesel.c
2655                 fixed segfault caused by lost filename
2656                 workaround (closes bug #469551)
2657
2658 2001-10-10 [paul]       0.6.3claws6
2659
2660         * sync with sylpheed 0.6.3cvs2
2661                 see ChangeLog entries 2001-10-09 and 2001-10-10
2662
2663 2001-10-10 [darko]      0.6.3.claws5
2664
2665         * src/gtkstext.c
2666                 proper calculation of right margin if smart wrapping is enabled
2667         * src/compose.c
2668                 automatically wrap long lines if wrap quotation is enabled
2669
2670 2001-10-09 [alfons]     0.6.3.claws4
2671
2672         * src/summaryview.c
2673                 select correct row when deleting last row in the summary view (and
2674                 close bug "[ #469104 ] select second last in list when deleting")
2675
2676 2001-10-09 [paul]       0.6.3claws3
2677
2678         * sync with sylpheed 0.6.3cvs1
2679                 updated some autotool scripts
2680
2681 2001-10-09 [darko]      0.6.3claws2
2682
2683         * src/gtkstext.[ch]
2684                 new name and mark with Sylpheed comment
2685         * src/compose.c
2686                 smart quotation wrapping a-la VIM
2687
2688 2001-10-08 [paul]       0.6.3claws1
2689
2690         * sync with sylpheed 0.6.3 release
2691                 see ChangeLog entry 2001-10-08
2692
2693 2001-10-08 [paul]       0.6.2claws24
2694
2695         * src/summaryview.c
2696                 more sync with sylpheed 0.6.2cvs12
2697                 Fixed the bug that didn't select the last row correctly
2698
2699
2700 2001-10-07 [paul]       0.6.2claws23
2701
2702         * sync with sylpheed 0.6.2cvs12
2703                 see ChangeLog entry 2001-10-07
2704
2705 2001-10-06 [match]
2706         * src/jpilot.[ch]
2707                 enable jpilot to read unsynch'ed addresses.
2708
2709         * src/editldap_basedn.c
2710                 fix segfault when opening dialog.
2711
2712 2001-10-06 [alfons]     0.6.2.claws22
2713
2714         * src/summaryview.c
2715                 fix bug with summary view selecting last *inserted*
2716                 node instead of last *visible* node. remember we
2717                 work with a tree
2718
2719 2001-10-06 [paul]       0.6.2claws21
2720
2721         * po/pt_BR.po
2722                 updated translation, contains some fixes and new
2723                 translations, submitted by Gustavo Noronha Silva
2724                 <kov@debian.org>
2725
2726         * src/prefs_common.c
2727                 change 'each' to 'every' - fix dubious English
2728
2729         * sync with sylpheed 0.6.2cvs11
2730
2731 2001-10-05 [alfons]     0.6.2claws20
2732
2733         * src/mainwindow.[ch], src/folderview.c
2734                 make composite tool button switch between "Compose News"
2735                 and "Compose Mail" depending on selected folder
2736                 (nifty idea by Kim Schulz <kim@schulz.dk>)
2737
2738 2001-10-05 [paul]       0.6.2claws19
2739
2740         * src/mainwindow.c, src/summaryview.c
2741                 fix 'Message/Reply to all', broken in last commit
2742
2743         * src/compose.c
2744                 fix X_BEENTHERE seg fault, thanks to Alfons
2745
2746 2001-10-04 [paul]       0.6.2claws18
2747
2748         * src/compose.[ch], src/mainwindow.c
2749                 make "Message/Reply" reply to mailing lists; matches
2750                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
2751                 based on portions of the patch submitted by
2752                 Junichi Uekawa <dancer@netfort.gr.jp>
2753
2754 2001-10-04 [darko]      0.6.2claws17
2755
2756         * src/compose.c
2757                 better smart wrapping
2758         * src/gtkstext.[hc]
2759                 a function to make text buffer contiguous
2760
2761 2001-10-03 [paul]       0.6.2claws16
2762
2763         * sync with sylpheed 0.6.2cvs10
2764
2765 2001-10-02 [alfons]
2766
2767         * configure.in
2768         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
2769                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
2770                 references to chinese translations (hope someone picks up
2771                 this)
2772
2773 2001-10-02 [christoph]  0.6.2claws15
2774
2775         * src/compose.c
2776                 fixed non translated header bug
2777         * ChangeLog.claws
2778                 fixed wrong date in alfons last entry ;)
2779
2780 2001-10-02 [alfons]     0.6.2claws14
2781
2782         * src/compose.c, src/prefs_common.[ch]
2783                 add block cursor option
2784
2785 2001-10-02 [paul]       0.6.2claws13
2786
2787         * sync with sylpheed 0.6.2cvs9
2788
2789 2001-09-30 [paul]       0.6.2claws12
2790
2791         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
2792                 updated translations
2793
2794         * po/POTFILES.in
2795                 add 'src/importldif.c'
2796
2797         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
2798                 added eudora-to-vCard conversion tool
2799                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
2800
2801         * sync with sylpheed 0.6.2cvs8
2802
2803 2001-09-30 [paul]
2804
2805         * sylpheed-0.6.2claws released
2806
2807 2001-09-27 [melvin]     0.6.2claws11
2808
2809         * src/gtkspell.c
2810                 fixed crash when using default path (introduced 
2811                 in 0.6.2claws10)
2812                 fixed tiny bug for initial suggestion mode
2813
2814 2001-09-27 [melvin]     0.6.2claws10
2815         
2816         * src/gtkspell.c
2817                 fixed bug where gtkpspell didn't set the path correctly
2818
2819         * README.claws
2820                 added a paragraph about spell checking
2821                 
2822
2823
2824 2001-09-27 [paul]       0.6.2claws9
2825
2826         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
2827                 replace '// comments' with '/* comments */' to prevent
2828                 some compiler warnings 
2829
2830         * sync with sylpheed 0.6.2cvs6
2831
2832 2001-09-26 [alfons]     0.6.2claws8
2833
2834         * src/messageview.c
2835                 introduce return receipt request notification again,
2836                 which was lost because of other semantics in 
2837                 procheader_parse() (???)
2838
2839 2001-09-26 [christoph]  0.6.2claws7
2840
2841         * src/compose.c
2842                 replace comments for old code with #if 0
2843                 readded auto cc, bcc and reply-to
2844         * src/prefs_matcher.c
2845         * src/prefs_scoring.c
2846                 removed some definition (was moved to
2847                 prefs.h)
2848
2849 2001-09-26 [paul]       0.6.2claws6
2850
2851         * src/mainwindow.c
2852                 make 'Follow-up and reply to' sensitive
2853
2854         * more sync with sylpheed 0.6.2cvs5
2855
2856 2001-09-25 [melvin]
2857
2858         * 0.6.2claws5
2859
2860         * src/gtkspell.c
2861                 fixed bug for "US-ASCII" introduced by the encoding code
2862
2863 2001-09-25 [paul]
2864
2865         * 0.6.2claws4
2866
2867         * src/prefs_common.[ch], src/summaryview.c
2868                 'next unread msg' 'go to next folder?' dialog can be
2869                 given default behaviour, either always show dialog,
2870                 or assume 'yes', or assume 'no'
2871                 Submitted by wwp <subscript@free.fr>
2872
2873 2001-09-25 [melvin]
2874                 
2875         * src/compose.c src/gtkspell.[ch]
2876                 added support for different encodings
2877
2878 2001-09-25 [paul]
2879
2880         * more sync with sylpheed 0.6.2cvs5
2881
2882 2001-09-24 [alfons]
2883         
2884         * src/prefs_folder_item.c
2885                 add check for item->prefs->default_to string is NULL and
2886                 add another check when freeing this string
2887
2888 2001-09-24 [paul]
2889
2890         * configure.in
2891                 change to version 0.6.2claws3
2892
2893         * sync with sylpheed 0.6.2cvs5 
2894
2895 2001-09-24 [match]
2896         * src/ldif.[ch], src/importldif.[ch], addressbook.c
2897                 import LDIF files.
2898         * src/addrcache.[ch], addrindex.[ch]
2899                 small update for future
2900         * src/addrbook.c
2901                 fix test XML file.
2902
2903 2001-09-24 [melvin]
2904         * src/gtkspell.[ch]
2905                 added 'Learn from mistakes' option
2906                 better handling of quotes in checked words
2907                 sorted dict list
2908         * po/fr.po
2909                 small update for spell checking stuff
2910
2911 2001-09-23 [alfons]
2912         
2913         * src/gtkspell.c
2914                 edit a little bit so it complies more with main coding style
2915
2916 2001-09-23 [alfons]
2917
2918         * src/folder.[ch], prefs_folder_item.c, compose.c
2919                 migrate "request return receipt" folder property
2920                 to folderlist.xml
2921
2922 2001-09-22 [alfons]
2923
2924         * README.claws **NEW**
2925                 (add things of interest for users of main branch 
2926                 and claws here)
2927
2928         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
2929                 re-implement threading per folder option, but store 
2930                 the setting in folderlist.xml (where it belongs)
2931
2932 2001-09-21 [melvin]
2933
2934         * src/gtkspell.[ch]
2935                 fixed bug when compose window is under another window
2936         * src/prefs_common.[ch] src/compose.c
2937                 changed 'dictionary_path' to 'dictionary' to be consistent
2938                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
2939         * ac/pspell.m4 src/Makefile.am 
2940                 dropped PSPELL_PATH macro
2941         * po/fr.po
2942                 updated translations
2943
2944 2001-09-21 [christoph]
2945
2946         * src/compose.c
2947                 added border around header fields
2948                 keep header type when new field is added
2949
2950 2001-09-20 [christoph]
2951
2952         * src/utils.[ch]
2953                 more portable debug_print with source filename
2954                 and linenumber
2955         * src/procmsg.c
2956                 more newlines after debug messages
2957
2958 2001-09-20 [paul]
2959
2960         * configure.in
2961                 change to version 0.6.2claws2
2962
2963         * sync with sylpheed 0.6.2cvs3
2964
2965 2001-09-19 [melvin]
2966
2967         * src/gtkspell.c
2968                 fixed the post-right-click focus pb
2969                 fixed crash when 'Spell check all' after dict change 
2970                         and when cursor is at the end of the text
2971                 shift-right-click pops up config menu even on misspelled words.
2972         * po/POTFILES.in
2973                 added gtkspell.c
2974
2975 2001-09-19 [melvin]
2976
2977         * src/about.c
2978                 added pspell to compiled-in features list
2979
2980 2001-09-18 [melvin]
2981
2982         * switched to pspell and dropped ispell
2983         * ac/pspell.m4
2984                 new file. autoconf macro for pspell
2985         * ac/Makefile.am 
2986         * configure.in acconfig.h
2987                 added pspell support
2988         * src/Makefile.am
2989         * src/main.c src/compose.[ch] src/gtkspell.[ch]
2990         * src/prefs_common.[ch] 
2991                 added pspell support
2992
2993 2001-09-18 [christoph]
2994
2995         * src/addr_compl.c
2996         * src/template.[ch]
2997                 replace LOG_MESSAGE with debug_print
2998         * src/compose.[ch]
2999                 gui improvements
3000         * src/menu.c
3001                 added newline after debug message
3002         * src/utils.h
3003                 using __VA_ARGS__ for debug_print macro
3004         * tools/.cvsignore
3005                 ignore Makefile and Makefile.in
3006
3007 2001-09-18 [paul]
3008
3009         * configure.in
3010                 change to version 0.6.2claws1
3011         * sync with sylpheed 0.6.2cvs1
3012
3013         * src/matcher.c 
3014         * src/prefs_matcher.c
3015                 add 'score equal to' option, submitted by
3016                 Paul Evans <nerd@freeuk.com>
3017
3018 2001-09-15 [christoph]
3019
3020         * src/mainwindow.c
3021                 comment out menu entry not existing in claws
3022         * src/menu.c
3023                 add debug output for non existing menu entries
3024         * src/summaryview.c
3025                 fix next/prev unread message for ignored threads
3026         * src/utils.[ch]
3027                 add sourcefile and line number to debug output
3028                 otherwise it is sometimes hard to find the
3029                 source code part if debug messages are translated
3030
3031 2001-09-14 [darko]
3032         
3033         * src/folderview.c
3034                 refresh target folder style after colour is changed
3035
3036 2001-09-13 [paul]
3037
3038         * configure.in
3039                 change to version 0.6.1claws3
3040
3041         * sync with sylpheed 0.6.1cvs6
3042
3043 2001-09-13 [darko]
3044         
3045         * src/folderview.c
3046                 fix target folder colourization to use user selected colour
3047
3048 2001-09-12 [darko]
3049         
3050         * src/summaryview.c
3051                 fix crash when message that is marked for copy/move is unmarked
3052
3053 2001-09-09 [paul]
3054
3055         * configure.in
3056                 change to version 0.6.1claws2
3057
3058         * sync with sylpheed 0.6.1cvs3
3059
3060 2001-09-09 [alfons]
3061         
3062         * src/folderview.c
3063                 fix bug with default font used for trash folder text
3064
3065 2001-09-06 [paul]
3066
3067         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
3068                 updated translations
3069
3070         * configure.in
3071                 change to version 0.6.1claws1
3072
3073         * sync with sylpheed 0.6.1cvs2
3074
3075 2001-09-03 [paul]
3076
3077         * po/POTFILES.in
3078                 add Match's new addressbook
3079
3080         * po/de.po
3081                 updated translation submitted by Jens Oberender
3082
3083 2001-09-02 [paul]
3084
3085         * configure.in
3086                 change to 0.6.1claws
3087         * sync with sylpheed 0.6.1 release
3088
3089 2001-09-02 [paul]
3090
3091         * configure.in
3092                 change to 0.6.0claws2
3093
3094         * sync with sylpheed 0.6.0cvs4
3095
3096         * po/pt_BR.po
3097                 updated translation submitted by Fabio Junior Beneditto
3098
3099 2001-09-01 [match]
3100         * pixmaps/
3101                 interface.xpm
3102                 book.xpm
3103                 address.xpm
3104         * src/
3105                 Makefile.am
3106                 a ton of new files
3107
3108 2001-08-31 [paul]
3109
3110         * configure.in
3111                 change to version 0.6.0claws1
3112
3113         * sync with sylpheed 0.6.0cvs1
3114
3115         * po/es.po
3116                 updated translation submitted by Ricardo Mones Lastra
3117
3118         * po/POTFILES.in
3119                 add 'src/prefs_templates.c'
3120
3121         * src/compose.c, src/summaryview.c
3122                 fix segfault on 'Re_edit'               
3123
3124 2001-08-30 [alfons]
3125
3126         * configure.in, Makefile.am
3127         * tools/Makefile.am
3128                 add tools directory to source distribution
3129
3130 2001-08-30 [paul]
3131
3132         * configure.in
3133                 change to version 0.6.0claws
3134
3135         * sync with sylpheed 0.6.0 release
3136
3137 2001-08-30 [christoph]
3138
3139         * configure.in
3140                 removed autoconf version check
3141
3142 2001-08-30 [paul]
3143
3144         * src/account.c, src/compose.c, src/prefs_common.[ch]
3145         * src/procheader.[ch] src/utils.[ch]
3146                 Enhanced automatic account selection on replies
3147                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
3148
3149         * configure.in
3150                 add LDAP and JPilot to the configuration results output.
3151
3152 2001-08-29 [christoph]
3153
3154         * src/summeryview.c
3155                 no bold font for ignored threads
3156
3157 2001-08-29 [paul]
3158
3159         * configure.in
3160                 change to version 0.5.3claws6
3161
3162         * sync with sylpheed 0.5.3cvs10
3163                 src/stringtable.[ch]: New Files
3164
3165         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
3166         * src/pixmaps/sylpheed.xpm
3167                 add mini-icons to windows (by Alfons)
3168
3169 2001-08-27 [paul]
3170
3171         * src/mainwindow.c
3172                 new functions: next_labeled_cb(), prev_labeled_cb()
3173
3174         * src/summaryview.c
3175                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
3176                 summary_select_next_labeled(), summary_select_prev_labeled()
3177
3178         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
3179                 give claws blue folders and a blue trash can
3180
3181 2001-08-27 [paul]
3182
3183         * configure.in
3184                 change to version 0.5.3claws5
3185
3186         * sync with sylpheed 0.5.3cvs9
3187                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
3188
3189 2001-08-24 [christoph]
3190
3191         * src/filesel.c
3192                 keep filename when browsing directories
3193                 (not working for user entered filename, but
3194                  for default name and selected filename from
3195                  file list)
3196         * src/mainwindow.c
3197                 fixed wrong spelling "Folllow-up"
3198         * src/mbox_folder.c
3199         * src/procmsg.c
3200         * src/summaryview.c
3201                 fixed new/unread message count with ignored
3202                 threads (2 commits, first didn't notice no
3203                 longer needed decreasing)
3204         * src/inc.c
3205                 readded scrolling of progress dialog
3206                 (lost in sync)
3207
3208 2001-08-24 [paul]
3209
3210         * configure.in
3211                 change to 0.5.3claws4
3212
3213         * sync with sylpheed 0.5.3cvs7
3214
3215 2001-08-24 [christoph]
3216
3217         * src/compose.c
3218                 set request return receipt when replying
3219                 if it is set is the folder prefs of the
3220                 message
3221         * src/inc.c
3222                 disable final error popup if popups are
3223                 disabled in config (again)
3224
3225 2001-08-23 [paul]
3226
3227         * configure.in
3228                 Change version number to 0.5.3claws3
3229
3230         * sync with sylpheed 0.5.3cvs5
3231
3232         * src/mimeview.c
3233                 double quote '%s' in 'gedit %s' to fix bug when
3234                 opening attachment with spaces in the name
3235
3236 2001-08-22 [alte]
3237         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
3238           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
3239                 initial message templates support
3240
3241
3242 2001-08-22 [paul]
3243
3244         * configure.in
3245                 change version number to 0.5.3claws2
3246
3247         * sync with sylpheed 0.5.3cvs4
3248
3249         * src/procmsg.h src/summaryview.c
3250                 re-implement (un)ignore thread
3251
3252 2001-08-21 [paul]
3253
3254         * src/summaryview.c
3255                 remove unnecessary code
3256         * src/compose.c
3257                 enable 'dynamic' signatures (submitted by
3258                 Eric Limpens <eric@hscg-internet.nl>)
3259
3260 2001-08-21 [paul]
3261
3262         clean up after sync with sylpheed 0.5.3 release
3263
3264         * src/folderview.c
3265                 fix re-introduced font mess, see Christoph's
3266                 entry 2001-06-24
3267
3268         * src/summaryview.c
3269                 remove prev_msgnum
3270                 use sylpheed's small font instead of
3271                 gtk default font for summary view
3272
3273
3274 2001-08-17 [paul]
3275
3276         * configure.in
3277                 add pl to ALL_LINGUAS - sync with main branch
3278
3279         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
3280                 Updated. Translations by Jens Oberender, Ricardo Mones
3281                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
3282
3283         * po/pl.po  ** NEW FILE **
3284                 sync with the main branch
3285
3286         * src/folderview.c
3287                 fix target folder colorizing and refresh problem
3288
3289
3290 2001-08-17 [christoph]
3291
3292         * src/mainwindow.c
3293                 claws uses 4 colors for target folder coloring.
3294                 arrays were not long enough and destroyed the
3295                 stack causing a segfault.
3296                 target folder colorizing does not work anymore
3297                 for me
3298
3299 2001-08-16 [paul]
3300
3301         * configure.in
3302                 change to version 0.5.3claws1
3303
3304         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
3305           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
3306           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
3307
3308                 sync with sylpheed 0.5.3 release, but keep claws method of
3309                 configuring/saving fonts
3310
3311         * src/addressbook.[ch]
3312                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
3313                 in line with a similar change in Hiroyuki's branch
3314
3315         * src/mainwindow.[ch]
3316                 disable main_window_set_thread_option()
3317         * src/prefs_folder_item.c
3318                 comment out &tmps_prefs.enable_thread,
3319         * src/mbox_folder.c, src/procmsg.[ch]
3320                 comment out MSG_IS_IGNORE_THREAD
3321         * src/summaryview.c
3322                 comment out summary_ignore_thread() and summary_unignore_thread()
3323                 comment out MSG_IS_IGNORE_THREAD
3324
3325                 use Hiroyuki's threading instead.
3326
3327
3328
3329 2001-08-15 [paul]
3330
3331         * src/account.c
3332                 use Hiroyuki's 0.5.3 column scheme but also
3333                 include the enable/disable button.
3334         * src/pixmaps/mark.xpm
3335                 add Hiroyuki's amended pixmap
3336
3337 2001-08-13 [christoph]
3338
3339         * src/account.c
3340                 receive at get all column showed wrong state for APOP
3341                 button should only work for POP3 and APOP accounts
3342         * src/prefs_account.c
3343                 added missing preprocessor statement for SSL
3344
3345 2001-08-12 [paul]
3346
3347         * src/account.[ch]
3348                 add 'receive at get all' column and enable/disable
3349                 button.
3350
3351 2001-08-06 [christoph]
3352
3353         * src/account.c
3354                 show usage of SSL in protocol column
3355
3356         * src/imap.c
3357         * src/inc.c
3358                 renamed ssl options
3359
3360         * src/prefs_account.[ch]
3361                 moved ssl options to a new page
3362
3363         * src/send.c
3364         * src/smtp.c
3365         * src/ssl.[ch]
3366                 renamed ssl options
3367                 added support for SMTP STARTTLS command
3368
3369 2001-08-05 [christoph]
3370
3371         * configure.in
3372                 debian autoconf needs version check to find
3373                 correct autoconf version. if the file is
3374                 named configure.in 2.13 is used, which does
3375                 not work with this configure.in script.
3376                 other solution would be to rename the script
3377                 to configure.ac as suggested in the autoconf
3378                 manual.
3379
3380         * src/inc.c
3381                 disable final error popup if popups are
3382                 diabled in config
3383
3384         * src/socket.c
3385                 bugfix in ssl_gets
3386                 fixes IMAP over SSL problem
3387
3388 2001-08-03 [paul]
3389
3390         * configure.in
3391                 change to 0.5.2claws1
3392
3393         * sync with sylpheed 0.5.2cvs1
3394
3395 2001-08-02 [alfons]
3396
3397         * configure.in
3398                 quick fix for ispell detection...
3399
3400 2001-08-01 [paul]
3401
3402         * configure.in
3403                 change to 0.5.1claws4
3404
3405         * sync with sylpheed 0.5.1cvs7
3406
3407 2001-07-31 [alfons]
3408
3409         * src/prefs_common.c, src/prefs_common.h, 
3410           src/gtkspell.c, src/gtkspell.h
3411                 add global spelling checker settings (compose tab) +
3412                 selection of dictionary 
3413           
3414         * configure.in  
3415                 guess valid ispell location
3416
3417 2001-07-31 [paul]
3418
3419         * po/POTFILES.in
3420                 removal of 'src/quote_fmt_parse.c'
3421         * po/de.po
3422                 Updated de.po
3423                 (submitted by Jens Oberender <didge@suse.de>)
3424
3425 2001-07-31 [darko]
3426
3427         * src/folder.[ch]
3428         * src/folderview.[ch]
3429         * src/mainwindow.c
3430         * src/mh.c
3431         * src/prefs_common.[ch]
3432         * src/summaryview.c
3433                 target folder colourization
3434
3435 2001-07-30 [paul]
3436
3437         more sync with Sylpheed 0.5.1cvs6 
3438
3439 2001-07-30 [darko]
3440
3441         * src/mh.c
3442         * src/prefs_folder_item.[hc]
3443         * src/summaryview.c
3444                 shared folders support with a GUI
3445
3446 2001-07-29 [paul]
3447
3448         0.5.1claws3
3449
3450         * sync with Sylpheed 0.5.1cvs6
3451
3452 2001-07-29 [paul]
3453
3454         * po/pt_BR.po
3455                 updated
3456                 (submitted by Fabio Junior Beneditto)
3457
3458 2001-07-28 [paul]
3459
3460         * src/procmime.c
3461         * AUTHORS
3462                 patch to correct bad image mime headers
3463                 (submitted by Don Quijote <dq@searchlores.org>)
3464
3465 2001-07-28 [paul]
3466
3467         * tools/gif2xface.pl   **NEW FILE**
3468         * tools/README
3469                 script to convert file.gif to file.xface for
3470                 use in a custom header.
3471                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
3472
3473 2001-07-27 [alfons]
3474         
3475         * configure.in
3476                 change macros for detecting JPilot and LDAP
3477
3478 2001-07-27 [christoph]
3479
3480         * src/filtering.c
3481                 code cleanup (MIN / MAX warning, needed casting)
3482
3483 2001-07-27 [alfons]
3484
3485         * procheader.c
3486                 disallow setting flags when detecting certain headers
3487                 (X-Status, Status, Seen, X-Seen). 
3488         
3489         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
3490
3491 2001-07-27 [christoph]
3492
3493         * src/prefs_filter.c
3494         * src/prefs_filtering.c
3495         * src/prefs_matcher.c
3496         * src/prefs_scoring.c
3497                 scroll list when moving rows up or down
3498
3499         * src/imap.c
3500         * src/imap.h
3501         * src/prefs_account.c
3502         * src/prefs_account.h
3503         * src/send.c
3504                 SMTP over SSL (untested, feedback requested)
3505                 IMAP over SSL
3506
3507         * src/ssl.c
3508                 code cleanup
3509
3510 2001-07-26 [alfons]
3511         
3512         * configure.in, acconfig.h
3513                 define CLAWS (need this for main / claws detection)
3514
3515 2001-07-25 [alfons]
3516
3517         * configure.in
3518                 Sylpheed 0.5.1claws2
3519                 
3520         * sync with Sylpheed 0.5.1cvs4
3521
3522 2001-07-25 [christoph]
3523
3524         * src/scoring.c
3525                 fixed segfault
3526                 item->prefs == NULL (don't know why)
3527
3528 2001-07-25 [alfons]
3529
3530         * configure.in
3531                 Sylpheed 0.5.1claws1
3532
3533         * sync with Sylpheed 0.5.1cvs1-3
3534
3535 2001-07-24 [christoph]
3536
3537         * src/folderview.c
3538         * src/prefs_folder_item.[ch]
3539                 added folderitem preferences dialog with
3540                 default To: and auto request return receipt
3541
3542         * src/compose.[ch]
3543         * src/menu.[ch]
3544                 changes to handle new folderitem preferences
3545
3546         * src/mainwindow.c
3547         * src/summaryview.c
3548                 call compose new mail with current folderitem
3549
3550 2001-07-24 [alfons]
3551
3552         Release Sylpheed 0.5.1claws
3553
3554         * configure.in
3555                 change to release version 0.5.1claws
3556
3557 2001-07-24 [christoph]
3558
3559         * src/summaryview.c
3560                 fixed segfault that happend when the selected
3561                 message was removed while retrieving new messages.
3562
3563         * po/es.po
3564                 updated translation
3565                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
3566
3567 2001-07-22 [alfons]
3568
3569         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
3570         this is a work in progress, for more information: http://nlpagan.net/sylman 
3571         
3572         * configure.in, src/mainwindow.c, manual/Makefile.am
3573                 add support for English manual
3574
3575         * AUTHORS
3576                 add authors of user manuals
3577
3578         * manual/en/sylpheed*.html
3579                 add English documentation
3580
3581 2001-07-22 [christoph]
3582
3583         * po/POTFILES.in
3584                 added src/ssl.c
3585         * src/ssl.c
3586                 changed a wrong debug message
3587
3588 2001-07-22 [alfons]
3589
3590         * po/nl.po
3591                 update Dutch translation
3592
3593         * src/prefs_filtering.c, 
3594           src/prefs_matcher.c
3595                 add more translatable strings           
3596
3597 2001-07-21 [alfons]
3598
3599         0.5.0claws7
3600
3601         * configure.in
3602                 change version
3603
3604         * src/inc.c, src/summaryview.[ch]
3605                 prevent update of mark file when filtering has done, by
3606                 using a variable; this affects two functions:
3607                         inc.c::inc_finished()
3608                         summaryview.c::summary_show()
3609
3610 2001-07-20 [alfons]
3611
3612         * src/filtering.[ch], src/prefs_filtering.c, 
3613           src/matcher.[ch]
3614                 add filtering action for label coloring 
3615
3616         * po/POTFILES.in
3617                 add labelcolors.c
3618
3619         * added src/labelcolors.c
3620         * added src/labelcolors.h
3621         * src/Makefile.am, src/summaryview.c
3622                 rearrange label coloring code
3623
3624         * src/procmsg.h
3625                 add more parentheses so label colouring works correctly
3626
3627         * src/filtering.c
3628                 don't really delete message, but move it to Trash
3629
3630         * src/prefs_matcher.c
3631                 add quote options to info dialog
3632
3633 2001-07-20 [christoph]
3634
3635         * src/Makefile.am
3636         * src/inc.c
3637         * src/main.[ch]
3638         * src/socket.h
3639         * src/ssl.[ch] (new)
3640                 moved ssl stuff to a seperate file
3641
3642 2001-07-20 [darko]
3643
3644         * src/summaryview.c
3645                 fix show sender using address book with no e-mail
3646                 address in From: field
3647
3648 2001-07-19 [alfons]
3649
3650         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
3651                 fix messy handling of escaping... now at least the
3652                 execute command is useful. escape char is '\', we
3653                 accept \n and \r too. 
3654
3655                 Real life example:
3656                 
3657                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
3658                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
3659
3660 2001-07-18 [alfons]
3661
3662         0.5.0claws6
3663
3664         * src/summaryview.c
3665                 clean up
3666
3667         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
3668           src/procmsg.[ch]
3669                 revise filtering; currently move, copy, marking have
3670                 been tested. if you like bleeding edge stuff, you
3671                 should definitely go for this version :)
3672
3673         * mark old working stuff as VERSION_0_5_0_CLAWS5