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