Fixed bug #215
[claws.git] / ChangeLog.claws
1 2003-07-12 [paul]       0.9.3claws
2
3         * 0.9.3claws released
4
5 2003-07-12 [melvin]     0.9.0claws102
6
7         * src/messageview.c
8                 Fixed bug #215: Show MIME tab for single text/html messages. 
9                 
10 2003-07-12 [paul]       0.9.0claws101
11
12         * man/sylpheed.1
13                 updated
14
15 2003-07-12 [paul]       0.9.0claws100
16
17         * po/es.po
18           po/hr.po
19           po/pl.po
20           po/sr.po
21                 update Spanish, Croatian, Polish, Serbian translations.
22                 submitted by Ricardo Mones Lastra, Dragan, Witold
23                 Wladyslaw Wojciech Wilk, Urke MMI
24
25 2003-07-12 [melvin]     0.9.0claws99
26
27         * po/fr.po
28                 Updated French translations.
29
30 2003-07-12 [paul]       0.9.0claws98
31
32         * src/addressbook.c
33                 disable 'Lookup' button as it has no effect
34
35 2003-07-11 [alfons]     0.9.0claws97
36         
37         * src/summaryview.c
38                 summary_searchbar_pressed() should return TRUE to signal that
39                 event was handled. when returning void, the return value passed
40                 to GTK is actually random, but maybe FALSE, in which case the
41                 event is handled by parent
42                 
43 2003-07-10 [paul]       0.9.0claws96
44
45         * ac/missing/gettext.m4
46                 update to version 0.12
47
48 2003-07-10 [paul]       0.9.0claws95
49
50         * src/plugins/clamav/clamav_plugin.c
51                 fix bug where multipart/alternative messages
52                 would slip through without being scanned
53
54 2003-07-10 [christoph]  0.9.0claws94
55
56         * src/folder.c
57                 correct check if folder supports removing when a message is
58                 moved. if not the message is only copied.
59
60         (closes Bug 132 crash on startup in newsgroups folders)
61
62 2003-07-09 [alfons]     0.9.0claws93
63
64         * configure.ac
65         * src/common/defs.h
66                 --with-config-dir (default .sylpheed)
67
68 2003-07-09 [christoph]  0.9.0claws92
69
70         * configure.ac
71                 use PKG_CHECK_MODULES to check for gtkmathview
72                 (version 0.4.2 now required)
73
74 2003-07-08 [melvin]     0.9.0claws91
75
76         * src/action.c
77                 Implemented a progress bar that counts the number of completed
78                 tasks when the action runs more than one command.
79
80 2003-07-08 [alfons]     0.9.0claws90
81
82         * src/procmsg.c
83                 if queued message has an invalid Message-Id, don't try to
84                 find message it refers to (fixes #209 "crash when processing 
85                 in folder")
86
87 2003-07-08 [paul]       0.9.0claws89
88
89         * sync with 0.9.3cvs2
90                 see ChangeLog 2003-07-08
91
92 2003-07-08 [match]      0.9.0claws88
93
94         * src/ldapctrl.c
95                 extend LDAP search for first/last name by parsing search term.
96
97 2003-07-08 [alfons]     0.9.0claws87
98
99         * src/send_message.c
100                 fix bug #208 "Status message stuck when sending on POP3 account"
101
102 2003-07-07 [paul]       0.9.0claws86
103
104         * po/hr.po
105                 new Croatian translation, submitted by
106                 Dragan <drleskov@inet.hr>
107
108 2003-07-07 [paul]       0.9.0claws85
109
110         * sync with 0.9.3cvs1
111                 see ChangeLog 2003-07-07
112
113 2003-07-05 [christoph]  0.9.0claws84
114
115         * src/Makefile.am
116         * src/messageview.c
117         * src/mimeview.[ch]
118         * src/stock_pixmap.[ch]
119         * src/pixmaps/messageview_text.xpm              ** NEW **
120                 move mimeview tabs to the right side and use icons
121                 instead of text to save some space
122
123         (patch by Luke Plant <lukeplant@softhome.net>)
124
125 2003-07-05 [christoph]  0.9.0claws83
126
127         * src/inc.c
128                 add NULL pointer checks
129
130         (patch by Luke Plant <lukeplant@softhome.net>)
131         (closes Bug 204 0.9.0 quits on authentication error?!)
132
133 2003-07-05 [alfons]     0.9.0claws82
134
135         * configure.ac
136                 take the clue in bug #202 "./configure script - 
137                 'if test' comparison failure" reported by John Kristoff. 
138
139 2003-07-04 [christoph]  0.9.0claws81
140
141         * src/plugins/spamassassin/spamassassin.c
142                 set timeout for spam check
143
144 2003-07-04 [christoph]  0.9.0claws80
145
146         * src/main.c
147                 destroy all FolderItems when shutting down to
148                 allow folders to clean up
149
150 2003-07-04 [melvin]     0.9.0claws79
151
152         * src/gtk/gtkaspell.c
153                 Fixed bug #184 "Entering non-ascii character deletes
154                 previous char if spell checking enabled": this makes
155                 the spell checking in multibytes (e.g. UTF-8)locales work.
156                 (Patch by Luke Plant).
157                 
158 2003-07-04 [christoph]  0.9.0claws78
159
160         * sync with 0.9.2cvs1
161                 see ChangeLog 2003-06-10
162
163 2003-07-04 [paul]       0.9.0claws77
164
165         * sync with 0.9.3 release
166                 see ChangeLog 2003-07-04
167
168 2003-07-03 [christoph]  0.9.0claws76
169
170         * src/folder.[ch]
171         * src/imap.c
172         * src/mbox_folder.c
173         * src/mh.c
174         * src/news.c
175                 move folder_item_get_path() stuff into a folder virtual function
176
177         * src/procmsg.c
178                 use folder_item_fetch_msg() to get message and do not contruct
179                 the filename from path and number
180
181 2003-07-03 [paul]       0.9.0claws75
182
183         * sync with 0.9.2cvs12
184                 see ChangeLog 2003-07-03
185
186 2003-07-02 [paul]       0.9.0claws74
187
188         * src/messageview.c
189                 fix text-selection for replying
190
191 2003-07-02 [paul]       0.9.0claws73
192
193         * sync with 0.9.2cvs11
194                 see ChangeLog 2003-07-02
195
196 2003-07-02 [paul]       0.9.0claws72
197
198         * src/procmsg.c
199                 revert last commit because it breaks more
200                 than it fixes
201
202 2003-07-02 [paul]       0.9.0claws71
203
204         * src/procmsg.c
205                 fix thread by subject/sort by date
206
207 2003-07-01 [paul]       0.9.0claws70
208
209         * sync with 0.9.2cvs10
210                 see ChangeLog 2003-07-01
211
212 2003-06-30 [paul]       0.9.0claws69
213
214         * sync with 0.9.2cvs9
215                 see ChangeLog 2003-06-30
216
217 2003-06-28 [match]      0.9.0claws68
218
219         * src/addressbook.c
220                 fix null ptr.
221
222 2003-06-27 [paul]       0.9.0claws67
223
224         * sync with 0.9.2cvs7
225                 see ChangeLog 2003-06-27
226
227 2003-06-26 [christoph]  0.9.0claws66
228
229         * src/folder.c
230                 freeze folder updates while a folder is scanned
231
232         (closes Bug 185 New message counter)
233
234 2003-06-26 [darko]      0.9.0claws65
235
236         * src/ldapserver.c
237                 fix infinite loop when adding a new LDAP server
238
239 2003-06-26 [paul]       0.9.0claws64
240
241         * sync with 0.9.2cvs6
242                 see ChangeLog 2003-06-26
243
244 2003-06-26 [paul]       0.9.0claws63
245
246         * sync with 0.9.2cvs5
247                 see ChangeLog 2003-06-25 and 2003-06-26
248
249 2003-06-25 [match]      0.9.0claws62
250
251         * src/addr_compl.c
252                 Fixed tab/backtab for dropped-down completion list to
253                 move next/previous field. (close bug 147)
254
255 2003-06-25 [christoph]  0.9.0claws61
256
257         * src/addr_compl.[ch]
258         * src/addrindex.[ch]
259         * src/folderview.c
260         * src/inc.c
261         * src/news.c
262         * src/summaryview.c
263         * src/toolbar.c
264                 fix warnings
265
266 2003-06-25 [leandro]    0.9.0claws60
267
268         * src/compose.c
269                 o cleanups
270                 o gray out "Message/Remove references" menu item if not
271                   replying to a message
272
273 2003-06-24 [leandro]    0.9.0claws59
274
275         * src/compose.[ch]
276                 o removed "Message/Create new thread" menu item
277                 o added "Message/Remove references" menu item
278                   (it's off by default and will not check anymore
279                    if the subject changed)
280
281 2003-06-23 [alfons]     0.9.0claws58
282
283         * src/procmsg.c
284                 try better grouping messages threaded by subject based on their age.
285                 still not perfect - because the message tree is not sorted by date.  
286
287 2003-06-23 [thorsten]   0.9.0claws57
288
289         * src/pop.[ch]
290                 added mail_receive_hook to allow modifications
291                 directly after retrieval (e.g. adding headers).
292
293 2003-06-23 [paul]       0.9.0claws56
294
295         * src/sourcewindow.c
296                  enable the use of Ctrl+A to select all text in
297                  the sourcewindow
298                  Patch submitted by Ivan Francolin Martinez
299                  <ivanfm@users.sourceforge.net>
300
301 2003-06-22 [christoph]  0.9.0claws55
302
303         * src/folder.[ch]
304                 o add notification hook for folder tree changes
305                 o invoke hooks after folder tree scanning
306
307         * src/folderview.[ch]
308                 register hook for folder tree changes that
309                 updates the ctree
310
311         (there are more places that should be updated, like add, remove 
312          or move folder)
313
314         (closes Bug 164 Crash on rebuild folder tree)
315         (closes Bug 190 Crash on 'rebuilding folder tree')
316
317 2003-06-21 [leandro]    0.9.0claws54
318
319         * src/compose.[ch]
320                 create a new thread if subject changes
321                 (it's on by default, can be disabled in Message menu)
322
323 2003-06-21 [alfons]     0.9.0claws53
324
325         * src/summaryview.c
326                 quiet little compiler
327
328 2003-06-21 [christoph]  0.9.0claws52
329
330         update gettext stuff to version 0.12
331
332 2003-06-19 [alfons]     0.9.0claws51
333
334         * src/common/log.c
335         * src/common/plugin.c
336                 move defs.h before glib.h to prevent MIN/MAX redefs
337
338 2003-06-19 [alfons]
339
340         * src/addressbook.c
341                 translatable
342
343 2003-06-19 [match]      0.9.0claws50
344
345         * src/addressbook.[ch]
346         * src/addrindex.[ch]
347         * src/addr_compl.[ch]
348         * src/editldap.[ch]
349         * src/editldap_basedn.[ch]
350         * src/addritem.[ch]
351         * src/ldapquery.h
352                 re-implemented dynamic LDAP search. works without
353                 slowdown on display sender with addressbook
354                 option.
355         * src/addrbook.c
356                 documented code.
357
358 2003-06-19 [paul]       0.9.0claws49
359
360         * src/compose.c
361                 fix Bug #136 'Nonprovided quotation marks crash claws'
362                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
363
364 2003-06-19 [alfons]     0.9.0claws48
365
366         * src/prefs_common.[ch]
367         * src/procmsg.c
368                 restrict threading by subject by checking thread for
369                 age (prefs_common.thread_by_subject_max_age)
370
371 2003-06-18 [christoph]  0.9.0claws47
372
373         * src/imap.c
374                 fix memory leak in imap_cmd_fetch()
375
376 2003-06-18 [christoph]  0.9.0claws46
377
378         * src/prefs_gtk.c
379                 fix memory leak in prefs_set_default() when used multiple
380                 times or after prefs have been read
381
382 2003-06-18 [christoph]  0.9.0claws45
383
384         * src/common/plugin.c
385                 fix memory leak in plugin_unload()
386
387 2003-06-18 [christoph]  0.9.0claws44
388
389         * src/imap.c
390                 fix memory leak in imap_cmd_ok()
391
392 2003-06-18 [christoph]  0.9.0claws43
393
394         * src/folder.c
395                 stop messages that are downloaded from POP3 and added to
396                 an IMAP inbox from being filtered twice (first by POP3
397                 and again when IMAP folder is scaned to get the UID of
398                 the APPEND operation when no UIDPLUS is available)
399
400 2003-06-18 [alfons]
401
402         * tools/Makefile.am
403                 phoenix <- firebird     
404
405 2003-06-18 [paul]
406
407         * tools/launch_phoenix          ** REMOVED **
408           tools/launch_firebird         ** NEW **
409                 renamed and edited to reflect the browser's name change from
410                 'phoenix' to 'firebird'
411
412 2003-06-18 [paul]       0.9.0claws42
413
414         * sync with 0.9.2cvs2
415                 see ChangeLog 2003-06-16
416
417 2003-06-17 [alfons]     0.9.0claws41
418
419         * src/procmsg.c
420                 prevent threading problems when a node is an ancestor (parent / great parent),
421                 which mostly happens with circular references (thanks to Phillipe Gramoullé
422                 for finding an sample set of messages)
423
424 2003-06-16 [christoph]  0.9.0claws40
425
426         * src/main.c
427                 don't popup main window on --receive or --receive-all
428
429         * src/mainwindow.[ch]
430         * src/plugins/trayicon/trayicon.c
431                 allow hiding of main window by clicking on the trayicon
432                 (doesn't work correctly in seperate window mode and may
433                  cause unexpected GTK problems I couldn't find yet)
434
435         * src/common/ssl.c
436                 remove incorrect warning
437
438 2003-06-15 [alfons]     0.9.0claws39
439
440         * src/gtk/gtkstext.c
441                 don't output debug text;
442                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
443                 for pointing this out);
444
445 2003-06-14 [alfons]     0.9.0claws38
446         
447         * src/messageview.c
448                 remove printf() and make one if..else comply with coding style
449
450 2003-06-14 [alfons]     0.9.0claws37
451
452         * AUTHORS
453                 add Martin Wicke
454         * src/action.c
455         * src/messageview.[ch]
456         * src/summaryview.c
457                 apply patch #754162 "Quoting messages filtered by actions" submitted
458                 by Martin Wicke, which allows quoting message body changed by an
459                 action (Thanks!).
460
461 2003-06-13 [alfons]     0.9.0claws36
462
463         * src/utils.c
464                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
465                 use case insensitive regexp (suggested by Ivan Martinez)
466
467 2003-06-13 [christoph]  0.9.0claws35
468
469         * configure.ac
470         * src/plugins/trayicon/Makefile.am
471         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
472         * src/plugins/trayicon/trayicon.c
473         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
474         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
475         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
476         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
477         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
478         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
479                 replace my own EggTrayIcon backport with the backport
480                 used by (l|x)mule and gabber.
481
482 2003-06-13 [alfons]     0.9.0claws34
483
484         * AUTHORS
485         * src/common/utils.c
486                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
487
488 2003-06-13 [alfons]     0.9.0claws33
489
490         * src/compose.c
491                 clean up a little bit
492
493 2003-06-12 [alfons]     0.9.0claws32
494
495         * src/compose.c
496                 const correctness fix
497
498         * src/common/sylpheed.[ch]
499                 () -> (void)
500                 prevent redef MIN/MAX
501                 
502         * src/common/utils.[ch]
503                 () -> (void)
504
505 2003-06-12 [melvin]     0.9.0claws31
506
507         * src/compose.c
508                 Updated to take into accounts changes in GtkAspell.
509
510 2003-06-12 [alfons]     0.9.0claws30
511
512         * src/compose.c
513         * src/procmsg.c
514         * src/common/utils.[ch]
515                 handle reply subject prefixes better (initial 
516                 suggestion by Robert Story adapted and enhanced 
517                 using regexps)
518
519 2003-06-12 [melvin]     0.9.0claws29
520
521         * src/compose.c
522                 Use new gtkaspell_checkers_strerror() to get the speller's
523                 error message instead of accessing the (now private)
524                 checkers structure.
525                 Minor code clean up
526
527         * src/main.c
528                 Use #ifdef instead of #if for USE_ASPELL
529                 Use the new spell checkers init/quit functions 
530
531         * src/gtk/gtkaspell.c
532                 Use #ifdef instead of #if for USE_ASPELL
533                 Moved in the majority of GtkAspell structures that were
534                 exported before by gtkaspell.h
535         
536         * src/gtk/gktaspell.h
537                 Made gtkaspell.h contain only the necessary data to be
538                 publicized by moving many structures to gtkaspell.c.
539                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
540                 gtkaspell_checkers_new(): replaced by...
541                 gtkaspell_checkers_init(): new function for initialization
542                 gtkaspell_checkers_delete(): replaced by...
543                 gtkaspell_checkers_quit(): new function
544                 gtkaspell_checkers_strerror(): new function that returns
545                 the checker's last error message.
546                 
547 2003-06-11 [melvin]     0.9.0claws28
548
549         * po/POTFILES.in
550                 Updated to take into account gtkaspell.c migration to
551                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
552
553 2003-06-10 [alfons]     0.9.0claws27
554
555         * src/filtering.[ch]
556         * src/folder.c
557         * src/matcher.c
558         * src/scoring.[ch]
559                 - try fixing bug #18 (any brave testers?)
560                 - add more robustness by refusing previously 
561                   unchecked NULL pointers 
562
563 2003-06-10 [alfons]     0.9.0claws26
564
565         * src/procmsg.c
566                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
567
568 2003-06-09 [alfons]     0.9.0claws25
569
570         * src/prefs_common.c
571                 fix bug #163 "Icon switching doesnt work properly" by 
572                 preventing early freeing of prefs_common.pixmap_theme_path.
573
574 2003-06-09 [christoph]  0.9.0claws24
575
576         * src/gtk/gtkaspell.c
577                 revert Thorsten's fix and add forgotten g_strdup for
578                 aspell path (it should not be possible to alter the path a
579                 GtkASpell uses from outside)
580
581 2003-06-09 [thorsten]   0.9.0claws23
582
583         * src/gtk/gtkaspell.c
584                 dont free prefs_common.aspell_path when closing compose
585
586 2003-06-08 [colin]      0.9.0claws22
587
588         * src/plugins/spamassassin/spamassassin.c
589                 fix prefs types
590
591 2003-06-07 [christoph]  0.9.0claws21
592
593         * src/Makefile.am
594         * src/compose.c
595         * src/gtkaspell.[ch]            ** REMOVE **
596         * src/gtk/Makefile.am
597         * src/gtk/gtkaspell.[ch]        ** NEW **
598                 o make gtkaspell independent from sylpheed's prefs
599                 o move gtkaspell.[ch] to gtk directory
600
601 2003-06-07 [christoph]  0.9.0claws20
602
603         * src/Makefile.am
604         * src/crash.c
605         * src/export.c
606         * src/filesel.[ch]              ** REMOVE **
607         * src/folder.c
608         * src/main.[ch]
609         * src/common/sylpheed.[ch]
610         * src/gtk/Makefile.am
611         * src/gtk/filesel.[ch]          ** NEW **
612         * src/gtk/pluginwindow.c
613         * src/gtk/sslcertwindow.c
614                 move filesel.[ch] to gtk directory
615
616 2003-06-07 [alfons]     0.9.0claws19
617
618         * src/filesel.c
619                 make (multi) file selection dialog work again (Claws-only)
620
621 2003-06-07 [thorsten]   0.9.0claws18
622
623         * po/de.po
624                 fix typos
625
626 2003-06-07 [alfons]     0.9.0claws17
627
628         * configure.ac
629         * src/mimeview.c
630                 detect apache mishap in which case don't include fnmatch.h
631                 if regex.h is already included
632
633 2003-06-06 [christoph]  0.9.0claws16
634
635         * configure.ac
636         * src/mimeview.h
637                 add check for fnmatch.h and include it when available
638
639         * src/mimeview.[ch]
640                 fix wrong case sensitivity of Content-Types
641
642         * src/gtk/Makefile.am
643                 need the same include paths in gtk directory as in
644                 common directory because .h files in common can
645                 include files from these directories, when included
646                 in gtk's .h or .c files
647
648 2003-06-06 [alfons]     0.9.0claws15
649
650         * src/mimeview.c
651         * src/summaryview.c
652                 make it compile again because of regex.h / fnmatch.h 
653                 include problems (related to recent mime stuff, can
654                 someone check this?)
655
656 2003-06-06 [thorsten]   0.9.0claws14
657
658         * src/folderview.c
659                 possible use of uninitialized pointer while dragging
660
661 2003-06-06 [paul]       0.9.0claws13
662
663         * src/compose.c
664                 fix bug where the insert sig button would be effective
665                 only when auto_sig was set
666
667 2003-06-06 [paul]       0.9.0claws12
668
669         * sync with 0.9.2 release
670
671 2003-06-02 [paul]       0.9.0claws11
672
673         * sync with 0.9.1cvs1
674                 see ChangeLog 2003-06-02
675                 
676         * po/de.po
677                 update by Jens
678
679 2003-06-01 [christoph]  0.9.0claws10
680
681         * src/account.c
682                 don't use substring search to find accounts by email address
683
684         (closes Bug 169 Overly loose matching of "From" address)
685
686 2003-05-31 [christoph]  0.9.0claws9
687
688         * doc-src/rfc2683.txt
689         * src/imap.c
690                 limit IMAP command length as recommended in RFC2683
691                 (message number lists will be split into multiple imap
692                 sets, the limit of 1000 octets is not a hard limit)
693
694         (closes Bug 161 sylpheed-claws exits with segfault when logging
695          in to certain imap-servers)
696
697 2003-05-29 [alfons]     0.9.0claws8
698
699         * src/toolbar.[ch]
700                 add print button (calling summary_print());
701                 fine tune setting tooltip text;
702                 (if someone needs other buttons, please take these 
703                 commits as a guide, instead of bothering us - also
704                 see 0.8.11claws150) 
705
706 2003-05-29 [darko]      0.9.0claws7
707
708         * src/compose.c
709                 fix crash when word wrapping kicks in due to
710                 changed text by spell checker
711
712 2003-05-29 [paul]       0.9.0claws6
713
714         * src/compose.c
715                 fix bug where changing account would insert
716                 sig even if auto_sig was FALSE
717                 
718         * ChangeLog
719           ChangeLog.jp
720           INSTALL
721                 sync with 0.9.1 release
722
723 2003-05-28 [christoph]  0.9.0claws5
724
725         * src/imap.c
726                 fix truncation of too long commands
727
728         (closes Bug 167 IMAP hangs trying to get envelope
729          information in imap_get_uncached_messages)
730
731 2003-05-27 [paul]       0.9.0claws4
732
733         * tools/Makefile.am
734           tools/maildir2sylpheed.pl     ** NEW FILE **
735                 add kmail to sylpheed mailbox conversion script
736
737 2003-05-27 [paul]       0.9.0claws3
738
739         * sync with 0.9.0cvs10
740                 see ChangeLog 2003-05-26
741
742 2003-05-26 [paul]       0.9.0claws2
743
744         * sync with 0.9.0cvs9
745                 see ChangeLog 2003-05-26
746
747 2003-05-24 [paul]       0.9.0claws1
748
749         * sync with 0.9.0cvs8
750                 see ChangeLog 2003-05-23
751
752 2003-05-24 [paul]       0.9.0claws
753
754         * version 0.9.0claws released
755
756 2003-05-24 [paul]       0.8.11claws177
757
758         * src/plugins/dillo-viewer/Makefile.am
759           src/plugins/traycon/Makefile.am
760                 add missing files
761                 
762         * po/bg.po
763           po/en_GB.po
764           po/es.po
765           po/it.po
766           po/pt_BR.po
767           po/ru.po
768           po/sr.po
769                 update Bulgarian, British English, Spanish, Italian, 
770                 Brazilian Portuguese, Russian, and Serbian translations, 
771                 submitted by George Danchev, [me], Ricardo Mones Lastra,
772                 André Filipe de Assunção e Brito, Alessandro Maestri, 
773                 Ruslan N. Balkin, and Urke MMI
774
775 2003-05-23 [melvin]     0.8.11claws176
776
777         * po/fr.po
778                 Updated French translations
779
780 2003-05-22 [paul]       0.8.11claws175
781
782         * src/Makefile.am
783           src/addrbook.[ch]
784           src/addrcache.[ch]
785           src/addr_compl.[ch]
786           src/adressbook.[ch]
787           src/addrindex.[ch]
788           src/addritem.[ch]
789           src/editaddress.c
790           src/editgroup.c
791           src/editldap_basedn.c
792           src/editldap.c
793           src/jpilot.c
794           src/vcard.c
795                 revert to get ldap into it previous working state
796                 
797         * po/zh_TW.Big5.po
798                 new Taiwanese translation,
799                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
800
801 2003-05-22 [christoph]  0.8.11claws174
802
803         * src/plugins/spamassassin/libspamc.[ch]
804                 sync libspamc with SpamAssaain release 2.55
805
806 2003-05-22 [paul]       0.8.11claws173
807
808         * sync with 0.9.0cvs7
809                 see ChangeLog 2003-05-22
810                 
811         * src/summaryview.c
812                 revert change in 0.8.11claws172: follow
813                 Hiroyuki's decision and that's the end of it.
814
815 2003-05-21 [paul]       0.8.11claws172
816
817         * src/summaryview.c
818                 fix discrepency between open_unread_on_enter
819                 and always_show_msg
820
821 2003-05-21 [paul]       0.8.11claws171
822
823         * sync with 0.9.0cvs6
824                 see ChangeLog 2003-05-21
825
826 2003-05-21 [paul]       0.8.11claws170
827
828         * sync with 0.9.0cvs5
829                 see ChangeLog 2003-05-21
830
831 2003-05-20 [paul]       0.8.11claws169
832
833         * sync with 0.9.0cvs4
834                 see ChangeLog 2003-05-20
835                 fixes bug #152, 'encoding of IMAP folders names'
836
837 2003-05-20 [paul]       0.8.11claws168
838
839         * sync with 0.9.0cvs3
840                 see ChangeLog 2003-05-20
841                 
842         * src/tools/convert_mbox.pl
843                 minor change in the comments, submitted by Fred Marton
844
845 2003-05-19 [paul]       0.8.11claws167
846
847         * src/plugins/clamav/Makefile.am
848           configure.ac
849                 link clamav_lib to the plugin and not to the main program
850
851 2003-05-19 [christoph]
852
853         * src/Makefile.am
854                 add -export-dynamic for linking
855
856 2003-05-19 [paul]       0.8.11claws166
857
858         * sync with 0.9.0cvs1
859                 see ChangeLog 2003-05-19
860
861 2003-05-19 [paul]       0.8.11claws165
862
863         * src/inc.c
864                 fix 'pop before smtp' timeout
865
866 2003-05-18 [alfons]     0.8.11claws164
867
868         * src/prefs_matcher.c
869                 put "execute" action command line ("expression") in edit box
870
871 2003-05-18 [christoph]  0.8.11claws163
872
873         * src/mimeview.[ch]
874         * src/plugins/dillo_viewer/dillo_viewer.c
875         * src/plugins/image_viewer/viewer.c
876         * src/plugins/mathml_viewer/mathml_viewer.c
877                 let a viewer have a list of Content-Types
878
879 2003-05-18 [paul]       0.8.11claws162
880
881         * src/prefs_filtering.c
882                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
883                 and REDIRECT actions
884
885 2003-05-17 [christoph]
886
887         * README.claws
888                 o remove dynamic signatures that was syned with main
889                 o add infos about no longer "build in" image viewer
890                 o update bugtracker URL
891
892 2003-05-17 [christoph]  0.8.11claws161
893
894         * src/folder.c
895         * src/folderview.c
896         * src/imap.c
897                 don't use imap_scan_folder anymore. Instead call folder_item_scan
898                 for every folder after rebuilding the folder tree.
899
900         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
901          messages)
902
903 2003-05-17 [christoph]  0.8.11claws160
904
905         * src/imap.c
906                 don't use STATUS command on current folder to check for
907                 content changes. imap_cmd_ok() now tracks changes to
908                 folder and number of existing messages.
909
910 2003-05-17 [paul]       0.8.11claws159
911
912         * src/plugins/clamav/clamav_plugin.c
913                 remove unnecessary debug_print
914
915 2003-05-16 [thorsten]   0.8.11claws158
916
917         * src/plugins/demo.c
918                 included missing intl.h
919
920 2003-05-16 [paul]       0.8.11claws157
921
922         * po/POTFILES.in
923                 remove non-existant entries
924         
925         * src/plugins/clamav/clamav_plugin.c
926           src/plugins/clamav/clamav_plugin_gtk.c
927           src/plugins/dillo_viewer/dillo_prefs.c
928           src/plugins/dillo_viewer/dillo_viewer.c
929                 gettextise
930
931 2003-05-16 [christoph]  0.8.11claws156
932
933         * po/POTFILES.in
934                 include plugin .c files for translation until I
935                 find a better solution to have plugins have their
936                 own textdomain
937         * src/plugins/demo/demo.c
938         * src/plugins/image_viewer/plugin.c
939         * src/plugins/mathml_viewer/mathml_viewer.c
940         * src/plugins/spamassassin/spamassassin.c
941         * src/plugins/spamassassin/spamassassin_gtk.c
942         * src/plugins/trayicon/trayicon.c
943                 add gettext macros for plugin name and description
944
945 2003-05-16 [paul]
946
947         * sync with 0.9.0
948
949 2003-05-16 [paul]       0.8.11claws155
950
951         * sync with lastest 0.9.0pre1
952                 see ChangeLog 2003-05-16
953
954 2003-05-15 [paul]       0.8.11claws154
955
956         * sync with latest 0.9.0pre1
957                 see ChangeLog 2003-05-14 and 2003-05-15
958
959 2003-05-14 [christoph]  0.8.11claws153
960
961         * src/plugins/image_viewer/viewer.c
962         * src/plugins/image_viewer/viewer.glade         ** NEW **
963         * src/plugins/image_viewer/viewerprefs.c
964                 make it possible to disable the autoload function in the
965                 imageviewer again
966
967 2003-05-14 [christoph]  0.8.11claws152
968
969         * src/folder.c
970                 fix folder update after adding a message
971
972 2003-05-13 [alfons]     0.8.11claws151
973
974         * src/common/session.c
975                 remove debug traces
976                 
977         * src/addrcache.[ch]
978         * src/filtering.[ch]
979         * src/folder.[c]
980         * src/gtkaspell.[ch]
981         * src/imap.[ch]
982         * src/mbox_folder.[ch]
983         * src/mh.[ch]
984         * src/mimeview.h
985         * src/msgcache.[ch]
986         * src/news.[ch]
987         * src/passphrase.[ch]
988         * src/prefs_common.[ch]
989         * src/prefs_gtk.[ch]
990         * src/procmsg.c
991         * src/scoring.[ch]
992                 be pedantic; (in prototypes () implies (int))
993
994 2003-05-13 [alfons]     0.8.11claws150
995
996         * src/prefs_toolbar.[ch]
997         * src/summaryview.[ch]
998         * src/toolbar.[ch]
999                 change misleading text in toolbar prefs;
1000                 add toolbar action for ignore thread (toggles ignore thread flag);
1001                 clean up a little bit;
1002
1003 2003-05-12 [paul]
1004
1005         * tools/convert_mbox.pl
1006                 bug fixed by Fred Marton
1007
1008 2003-05-12 [paul]
1009
1010         * sync with 0.9.0pre1
1011
1012 2003-05-09 [paul]       0.8.11claws149
1013
1014         * sync with 0.8.11cvs43
1015                 see ChangeLog 2003-05-09
1016
1017 2003-05-08 [christoph]  0.8.11claws148
1018
1019         * src/imap.[ch]
1020                 o use CAPABILIY as first command and check for PREAUTH
1021                   information in the response to it
1022                 o rewrite all imap_cmd_* functions to use an IMAPSession
1023                   instead of a SockInfo as parameter
1024                 o do STARTTLS after fetching and checking the server
1025                   capabilities
1026
1027 2003-05-08 [paul]       0.8.11claws147
1028
1029         * tools/Makefile.am
1030           tools/README
1031           tools/convert_mbox.pl         ** NEW FILE **
1032                 add mbox conversion script. Submitted by 
1033                 Fred Marton <Fred.Marton@uni-bayreuth.de>
1034
1035 2003-05-07 [christoph]
1036
1037         * doc-src/glade.txt
1038         * src/gtk/pluginwindow.glade
1039         * src/plugins/image_viewer/viewerprefs.glade
1040         * src/plugins/spamassassin/spamassassin_gtk.glade
1041                 add glade files for user interfaces and a description how
1042                 to use glade to create the sylpheed code
1043
1044 2003-05-07 [paul]       0.8.11claws146
1045
1046         * sync with 0.8.11cvs41
1047                 see ChangeLog 2003-05-07
1048
1049 2003-05-06 [christoph]  0.8.11claws145
1050
1051         * src/main.c
1052         * src/plugins/image_viewer/viewer.c
1053                 fix usage of imlib in imageviewer plugin
1054
1055         * src/gtk/prefswindow.c
1056                 handle window close event correctly
1057
1058 2003-05-06 [paul]       0.8.11claws144
1059
1060         * src/common/ssl.c
1061                 fix typo introduced in sync
1062
1063 2003-05-06 [paul]       0.8.11claws143
1064
1065         * sync with 0.8.11cvs39
1066                 see ChangeLog 2003-05-06
1067
1068 2003-05-06 [paul]       0.8.11claws142
1069
1070         * AUTHORS
1071           po/cs.po
1072                 updated Czech translation, submitted by 
1073                 Radek Vybiral <Radek.Vybiral@vsb.cz>
1074                 
1075         * src/plugins/clamav/clamav_plugin_gtk.c
1076                 clean up
1077
1078 2003-05-03 [alfons]     0.8.11claws141
1079
1080         * src/compose.[ch]
1081                 make paste as quotation work even when the call to 
1082                 text_inserted() was deferred (fixes bug #140 "Paste 
1083                 as quotation does not work when using "external" 
1084                 clipboard")
1085
1086 2003-05-03 [thorsten]   0.8.11claws140
1087
1088         * src/addrquery.h
1089           src/ldapquery.h
1090           src/mainwindow.c
1091                 removed C++ comments
1092         * src/addr_compl.c
1093                 function with non-int retval/param used before
1094                 implementation/declaration
1095
1096 2003-05-02 [paul]       0.8.11claws139
1097
1098         * src/addr_compl.[ch]
1099           src/addressbook.[ch]
1100           src/addrindex.c
1101           src/summaryview.c
1102                 revert match's changes to (finally) remove the bug where
1103                 opening a folder causes massive slowdown when using the 
1104                 'Display sender using address book' option
1105
1106 2003-05-01 [melvin]     0.8.11claws138
1107
1108         * src/plugins/dillo_viewer/dillo_prefs.[ch]
1109         * src/plugins/dillo_viewer/dillo_viewer.c
1110                 Fixed bug where "Cancel" button from prefs issued
1111                 warnings.
1112                 Comply a little more to coding style
1113
1114 2003-05-01 [paul]       0.8.11claws137
1115
1116         * sync with 0.8.11cvs38
1117                 see ChangeLog 2003-05-01
1118
1119 2003-05-01 [paul]       0.8.11claws136
1120
1121         * po/bg.po
1122                 updated by George Danchev
1123
1124 2003-04-30 [christoph]  0.8.11claws135
1125
1126         * src/plugins/dillo_viewer/dillo_prefs.c
1127         * src/plugins/image_viewer/viewerprefs.c
1128         * src/plugins/spamassassin/spamassassin_gtk.c
1129                 remove gtk_widget_ref() calls for widgets in
1130                 glade code
1131
1132 2003-04-30 [paul]       0.8.11claws134
1133
1134         * src/addrindex.c
1135                 ok, this time a better fix for the bug where opening folder
1136                 has massive slowdown when using the 'Display sender using 
1137                 address book' option
1138
1139 2003-04-30 [paul]       0.8.11claws133
1140
1141         * src/addrindex.c
1142                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
1143         
1144 2003-04-30 [melvin]     0.8.11claws132
1145
1146         New: Dillo plugin preferences (patch by Dimitar Haralanov)
1147
1148         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
1149                 Preferences for the dillo plugin
1150         * src/plugins/dillo_viewer/dillo_viewer.c
1151                 Support for preferences
1152         * src/plugins/dillo_viewer/Makefile.am
1153                 Added dillo_prefs.[ch]
1154
1155 2003-04-30 [alfons]     0.8.11claws131
1156
1157         * src/common/plugin.[ch]
1158                 see? this ANSI C'fication immediately gives us type
1159                 checking for free.
1160
1161 2003-04-30 [alfons]     0.8.11claws130
1162
1163         * src/common/plugin.[ch]
1164         * src/plugins/clamav/clamav_plugin.[ch]
1165         * src/plugins/clamav/clamav_plugin_gtk.c
1166         * src/plugins/demo/demo.c
1167         * src/plugins/dillo_viewer/dillo_viewer.c
1168         * src/plugins/image_viewer/plugin.c
1169         * src/plugins/image_viewer/viewer.[ch]
1170         * src/plugins/image_viewer/viewerprefs.[ch]
1171         * src/plugins/mathml_viewer/mathml_viewer.c
1172         * src/plugins/spamassassin/spamassassin.[ch]
1173         * src/plugins/spamassassin/spamassassin_gtk.c
1174         * src/plugins/trayicon/trayicon.c
1175                 clean up
1176
1177 2003-04-30 [alfons]     0.8.11claws129
1178
1179         * src/common/utils.c
1180                 make is_ascii_str() fail gracefully when NULL pointer
1181                 is passed
1182
1183 2003-04-30 [paul]       0.8.11claws128
1184
1185         * src/addrindex.c
1186                 fix bug where opening folder has massive slowdown when
1187                 using the 'Display sender using address book' option
1188
1189 2003-04-30 [paul]       0.8.11claws127
1190
1191         * src/plugins/clamav/clamav_plugin.c
1192           src/plugins/clamav/clamav_plugin_gtk.c
1193           src/plugins/demo/demo.c
1194           src/plugins/dillo_viewer/dillo_viewer.c
1195           src/plugins/image_viewer/plugin.c
1196           src/plugins/mathml_viewer/mathml_viewer.c
1197           src/plugins/spamassassin/spamassassin.c
1198           src/plugins/spamassassin/spamassassin_gtk.c
1199           src/plugins/trayicon/trayicon.c
1200                 get rid of eye-hurting function signatures
1201
1202 2003-04-30 [paul]       0.8.11claws126
1203
1204         * src/plugins/trayicon/trayicon.c
1205                 add description
1206                 
1207         * src/mimeview.c
1208                 be more descriptive
1209
1210 2003-04-30 [paul]       0.8.11claws125
1211
1212         * configure.ac
1213                 arrange the plugins in reverse alphabetical order
1214                 
1215         * src/plugins/clamav/clamav_plugin.[ch]
1216           src/plugins/clamav/clamav_plugin_gtk.c
1217                 rename some params
1218                 resize max_size window
1219                 re-arrange the order of some gui elements
1220                 improve descriptions
1221         
1222         * src/plugins/image_viewer/plugin.c
1223           src/plugins/mathml_viewer/mathml_viewer.c
1224                 add descriptions
1225                 
1226         * src/plugins/spamassassin/spamassassin_gtk.c
1227                 resize max_size window
1228                 re-arrange the order of some gui elements
1229                 
1230         * src/messageview.c
1231           src/mimeview.c
1232                 correct typos
1233
1234 2003-04-30 [alfons]     0.8.11claws124
1235
1236         * src/imap.c
1237                 fix a leak found while browsing Martin Kluge's 
1238                 valgrind log (Claws only)
1239
1240 2003-04-29 [darko]      0.8.11claws123
1241
1242         * src/gtk/gtkstext.h
1243                 include wchar.h if it is available, fixes compilation
1244                 on HP-UX systems
1245
1246 2003-04-29 [melvin]     0.8.11claws122
1247
1248         * src/prefs_actions.c
1249                 Improved help text of Actions' syntax
1250
1251 2003-04-28 [paul]       0.8.11claws121
1252
1253         * src/action.c
1254                 a better fix for the crash when performing an action
1255                 on a mime part
1256
1257 2003-04-28 [paul]       0.8.11claws120
1258
1259         * src/action.c
1260                 fix crash when performing an action on a
1261                 mime part
1262
1263 2003-04-28 [paul]       0.8.11claws119
1264
1265         * sync with 0.8.11cvs36
1266                 see ChangeLog 2003-04-28
1267
1268 2003-04-27 [paul]       0.8.11claws118
1269
1270         * more sync with 0.8.11cvs35
1271                 see ChangeLog 2003-04-25
1272
1273 2003-04-26 [christoph]  0.8.11claws117
1274
1275         * src/folder.c
1276                 fix remove virtual check
1277
1278 2003-04-26 [paul]       0.8.11claws116
1279
1280         * src/messageview.c
1281                 fix return-receipt, make it work again
1282
1283 2003-04-26 [paul]       0.8.11claws115
1284
1285         * src/mimeview.c
1286                 restore double-clicking of the [application/pgp-signature 
1287                 (Select "Check signature" to check)] line in the message view,
1288                 broken in recent sync
1289
1290 2003-04-26 [christoph]  0.8.11claws114
1291
1292         * src/folder.c
1293                 check if remove virtual really exists before
1294                 calling the function
1295
1296 2003-04-25 [match]      0.8.11claws113
1297
1298         * src/addrindex.c
1299         * src/addrbook.c
1300         * src/ldapquery.[ch]
1301         * src/ldapctrl.[ch]
1302                 fix memleak.
1303         * src/ldapserver.[ch]
1304                 fix memleak. fix segfault.
1305                 plug a Claws memleak
1306
1307 2003-04-25 [alfons]     0.8.11claws112
1308
1309         * src/folder.c
1310                 plug a Claws memleak
1311
1312 2003-04-25 [alfons]     0.8.11claws111
1313
1314         * src/common/session.c
1315                 plug a memleak
1316
1317 2003-04-25 [paul]       0.8.11claws110
1318
1319         * sync with 0.8.11cvs35
1320                 see ChangeLog 2003-04-24 and 2003-04-25
1321                 
1322         * src/gtk/pluginwindow.c
1323                 correct another strange float value
1324
1325 2003-04-24 [christoph]  0.8.11claws109
1326
1327         * src/folder.c
1328                 freeze folder item updates when unsetting new flags
1329
1330         * src/gtk/pluginwindow.c
1331                 correct strange float value
1332
1333 2003-04-23 [paul]       0.8.11claws108
1334
1335         * sync with 0.8.11cvs33
1336                 see ChangeLog 2003-04-23
1337
1338 2003-04-22 [paul]       0.8.11claws107
1339
1340         * src/Makefile.am
1341           src/messageview.c
1342           src/mimeview.c
1343           src/pgptext.[ch]      ** REMOVED **
1344                 remove pgptext.[ch] as its not used any more
1345
1346 2003-04-22 [paul]       0.8.11claws106
1347
1348         * sync with 0.8.11cvs31
1349                 see ChangeLog 2003-04-21 and 2003-04-22
1350
1351 2003-04-21 [alfons]     0.8.11claws105
1352
1353         * src/main.c
1354                 No access to GTK structures if we're a spawned child
1355                 (and clean up code a little bit...) Should fix #126.
1356
1357 2003-04-21 [melvin]     0.8.11claws104
1358
1359         * src/plugins/dillo_viewer/README
1360                 Improved slightly the text.
1361
1362 2003-04-21 [melvin]     0.8.11claws103
1363
1364         * src/plugins/dillo_viewer/README *** NEW ***
1365                 Added a README file for the Dillo plugin
1366
1367 2003-04-20 [paul]
1368
1369         * tools/README
1370           tools/outlook2sylpheed.pl
1371                 updated and improved by Ricardo Mones Lastra
1372
1373 2003-04-18 [oliver]     0.8.11claws102
1374
1375         * src/inc.c 
1376         * src/prefs_account.h
1377                 remove Pop3SessionType (used by selective download)
1378         * src/prefs_toolbar.c
1379                 enable set Default Toolbar button
1380
1381 2003-04-18 [paul]       0.8.11claws101
1382
1383         * sync with 0.8.11cvs29
1384                 see ChangeLog 2003-04-18
1385
1386 2003-04-17 [paul]       0.8.11claws100
1387
1388         * src/prefs_common.[ch]
1389           src/summaryview.c
1390                 remove 'Open next message on deletion' option,
1391                 as the same effect can now be achieved via the
1392                 'Always open messages in summary when selected'
1393                 option.
1394
1395 2003-04-17 [paul]       0.8.11claws99
1396
1397         * sync with 0.8.11cvs28
1398                 see ChangeLog 2003-04-17
1399
1400 2003-04-17 [christoph]  0.8.11claws98
1401
1402         * ac/spamassassin.m4
1403         * src/plugins/spamassassin/libspamc.[ch]
1404         * src/plugins/spamassassin/utils.[ch]
1405                 sync libspamc with SpamAssassin project
1406
1407 2003-04-17 [christoph]  0.8.11claws97
1408
1409         * src/common/socket.h
1410         * src/gtk/sslcertwindow.h
1411                 rename old USE_SSL to USE_OPENSSL
1412
1413 2003-04-17 [paul]       0.8.11claws96
1414
1415         * src/prefs_common.h
1416                 use gulong for P_COLOR so that it compiles/runs on
1417                 64-bit systems. Patch submitted by James Noyes
1418                 <jnoyes-claws@retrogeeks.com>
1419                 
1420         * po/de.po
1421                 updated by Jens
1422
1423 2003-04-17 [paul]       0.8.11claws95
1424
1425         * sync with 0.8.11cvs27
1426                 see ChangeLog 2003-04-16
1427
1428 2003-04-15 [paul]       0.8.11claws94
1429
1430         * src/prefs_common.[ch]
1431                 rearrange to stop the window getting too long:
1432                         move Receive dialog stuff to Receive tab
1433                         move Send dialog to Send tab
1434                         remove Dialogs frame
1435                 rename 'Open messages in summary with cursor keys' to
1436                 'Always open messages in summary when selected', as its
1437                 more appropriate
1438
1439 2003-04-15 [paul]       0.8.11claws93
1440
1441         * src/prefs_common.[ch]
1442           src/summaryview.c
1443                 add new option '/Interface/Open next message on deletion'
1444
1445 2003-04-15 [paul]       0.8.11claws92
1446
1447         * src/summaryview.[ch]
1448                 add /Mark/Lock and /Mark/Unlock to the pop-up
1449                 menu. Patch submitted by Ivan Francolin Martinez
1450                 <ivanfm@users.sourceforge.net>
1451
1452 2003-04-15 [paul]       0.8.11claws91
1453
1454         * sync with 0.8.11cvs24
1455                 see ChangeLog 2003-04-15
1456
1457 2003-04-14 [jens]       0.8.11claws90
1458
1459         * updated German translation and some corrections from
1460                 Roland Bless <bless@tm.uka.de>
1461
1462 2003-04-14 [paul]       0.8.11claws89
1463
1464         * sync with 0.8.11cvs22
1465                 see ChangeLog 2003-04-14
1466
1467 2003-04-13 [paul]       0.8.11claws88
1468
1469         * src/plugins/clamav/clamav_plugin.c
1470                 fix memory leaks
1471                 clean up
1472
1473 2003-04-12 [paul]       0.8.11claws87
1474
1475         * src/plugins/clamav/clamav_plugin.c
1476                 activate enable/disable archive scanning option
1477                 
1478         * src/plugins/clamav/.cvsignore         ** NEW FILE **
1479
1480 2003-04-12 [paul]       0.8.11claws86
1481
1482         * src/plugins/Makefile.am
1483           src/plugins/clamav/Makefile.am                ** NEW FILE **
1484           src/plugins/clamav/README                     ** NEW FILE ** 
1485           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
1486           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
1487                 add Clam AntiVirus plugin
1488
1489 2003-04-12 [paul]       0.8.11claws85
1490
1491         * sync with 0.8.11cvs21
1492                 see ChangeLog 2003-04-11
1493
1494 2003-04-11 [paul]       0.8.11claws84
1495
1496         * po/es.po
1497                 update Spanish translation. Submitted by Ricardo
1498                 Mones Lastra.
1499
1500 2003-04-10 [christoph]  0.8.11claws83
1501
1502         * src/mbox.c
1503                 fix typo that did not move unfiltered mails to destination
1504                 folder
1505
1506         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
1507          when filtering from spool)
1508
1509 2003-04-10 [christoph]  0.8.11claws82
1510
1511         * src/imap.c
1512                 use BODY.PEEK instead of BODY in in message fetch operation
1513                 to make sure the IMAP server does not set the \Seen flag for
1514                 messages. Sylpheed does that later itself, when the message
1515                 is opened in sylpheed
1516
1517         (closes Bug 111 Claws destroys unread marks)
1518
1519 2003-04-09 [oliver]     0.8.11claws81
1520         
1521         * src/folder.c
1522                 fix crash in folder_destroy
1523         * README.claws
1524                 remove selective download
1525
1526 2003-04-09 [christoph]  0.8.11claws80
1527
1528         * src/imap.c
1529                 fix crash in imap_get_msginfo() when then fetched message
1530                 is not found
1531
1532         (closes Bug 110 Crash during mail composition)
1533
1534 2003-04-08 [christoph]  0.8.11claws79
1535
1536         * src/folder.c
1537         * src/prefs_account.c
1538                 Filter new messages that are found in an INBOX folder
1539                 when 'Filter messages on receiving' is enabled in the
1540                 Folder's AccountPrefs. This allows to use Sylpheed's
1541                 filtering engine for IMAP folders where messages are
1542                 added to the INBOX by a MTA
1543
1544 2003-04-08 [paul]       0.8.11claws78
1545
1546         * src/procmsg.h
1547                 clean up after last commit
1548
1549 2003-04-08 [paul]       0.8.11claws77
1550
1551         * sync with 0.8.11cvs20
1552                 see ChangeLog 2003-04-07 and 2003-04-08
1553
1554 2003-04-07 [christoph]  0.8.11claws76
1555
1556         * src/filtering.[ch]
1557         * src/inc.[ch]
1558         * src/mbox.c
1559         * src/procmsg.[ch]
1560                 add procmsg_msginfo_filter() to execute filtering actions
1561
1562 2003-04-06 [christoph]  0.8.11claws75
1563
1564         * src/imap.c
1565                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
1566
1567 2003-04-06 [christoph]  0.8.11claws74
1568
1569         * src/common/utils.[ch]
1570                 add g_int_compare() function for slist sorting
1571
1572         * src/imap.c
1573                 fetch all MsgInfos with one command in imap_get_msginfos()
1574                 using an imap set with a list of ranges
1575
1576         * src/news.c
1577                 use new g_int_compare() function
1578
1579 2003-04-06 [thorsten]   0.8.11claws73
1580
1581         * src/mh.c
1582                 corrected implementation of mh_folder_destroy()
1583
1584 2003-04-05 [christoph]  0.8.11claws72
1585
1586         * src/account.c
1587         * src/folder.[ch]
1588         * src/folderview.c
1589         * src/imap.c
1590         * src/inc.c
1591         * src/main.c
1592         * src/mainwindow.c
1593         * src/mbox_folder.c
1594         * src/mh.c
1595         * src/mimeview.h
1596         * src/msgcache.[ch]
1597         * src/news.c
1598         * src/procmime.h
1599         * src/procmsg.[ch]
1600         * src/setup.c
1601         * src/gtk/gtkutils.c
1602                 o rename structure field names class and new to klass and
1603                   new_msgs, to allow including files in C++
1604                 o add 'extern "C"' block to some header files
1605                 o add MsgInfoList and MsgNumberList as alias for GSList for
1606                   developers to know what type of list is expected
1607
1608         * src/plugins/image_viewer/plugin.c
1609         * src/plugins/image_viewer/viewer.[ch]
1610         * src/plugins/image_viewer/viewerprefs.[ch]
1611                 rename function names to prevent conflicts
1612
1613 2003-04-05 [paul]       0.8.11claws71
1614
1615         * sync with 0.8.11cvs18
1616                 see ChangeLog 2003-04-03 and 2003-04-04
1617
1618 2003-04-02 [christoph]  0.8.11claws70
1619
1620         * src/folder.[ch]
1621         * src/imap.[ch]
1622         * src/mbox_folder.[ch]
1623         * src/mh.[ch]
1624         * src/news.[ch]
1625                 o Make all virtual folder functions private
1626                 o remove unused folder code
1627
1628         * src/common/socket.[ch]
1629         * src/summaryview.c
1630                 fix warnings
1631
1632 2003-03-30 [alfons]     0.8.11claws69
1633
1634         * src/send_message.c
1635                 remove two debug traces and see if people still report
1636                 errors
1637
1638 2003-03-30 [alfons]     0.8.11claws68
1639
1640         * src/send_message.c
1641         * src/commons/session.c
1642                 add more debug traces
1643
1644 2003-03-30 [christoph]  0.8.11claws67
1645
1646         * src/folder.c
1647                 change processing folder name from .processing to processing
1648
1649         * src/common/ssl.c
1650                 disable SSL certificate check because it causes Xlib error
1651                 when the child process want's to open an GTK window
1652
1653 2003-03-30 [christoph]  0.8.11claws66
1654
1655         * src/folder.c
1656                 don't use default folder for processing folder item because
1657                 it can be a non local folder
1658
1659         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
1660
1661 2003-03-30 [alfons]     0.8.11claws65
1662
1663         * src/send_message.c
1664                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
1665                 to generate bad code for 'send_send_data_progressive': When
1666                 called from 'send_send_data_finished', the 'data' pointer is
1667                 cleared just before the assignment to the dialog pointer
1668
1669 2003-03-29 [christoph]  0.8.11claws64
1670
1671         * src/common/prefs.h
1672         * src/plugins/image_viewer/Makefile.am
1673         * src/plugins/image_viewer/plugin.c
1674         * src/plugins/image_viewer/viewer.[ch]
1675         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
1676                 add PrefsPage for ImageViewer
1677
1678 2003-03-28 [thorsten]   0.8.11claws63
1679
1680         * src/common/session.c
1681                 added some comments
1682
1683 2003-03-28 [paul]       0.8.11claws62
1684
1685         * sync with 0.8.11cvs16
1686                 see ChangeLog 2003-03-28
1687
1688 2003-03-28 [paul]       0.8.11claws61
1689
1690         * sync with 0.8.11cvs15
1691                 see ChangeLog 2003-03-28
1692
1693 2003-03-27 [christoph]  0.8.11claws60
1694
1695         * src/folder.c
1696         * src/imap.c
1697         * src/common/socket.[ch]
1698                 set socket state to DISCONNECTED when any operation
1699                 fails to allow reconnecting in IMAP code without
1700                 checking the return code of all calls to the command
1701                 functions
1702
1703         * src/folderview.c
1704         * src/summaryview.c
1705                 remove some more stuff that depends on specific
1706                 folder types
1707
1708 2003-03-27 [paul]       0.8.11claws59
1709
1710         * sync with 0.8.11cvs14
1711                 see ChangeLog 2003-03-27
1712                 
1713         * src/selective_download.[ch]   ** REMOVED **
1714                 really removed
1715
1716 2003-03-27 [christoph]  0.8.11claws58
1717
1718         * src/folder.c
1719                 fix handling of tmp_flags in flag copy function
1720
1721 2003-03-27 [paul]       0.8.11claws57
1722
1723         * sync with 0.8.11cvs13
1724                 see ChangeLog 2003-03-27
1725
1726 2003-03-27 [oliver]     0.8.11claws56
1727
1728         * src/maiwindow.c
1729                 remove sel_download_cb
1730
1731 2003-03-27 [oliver]     0.8.11claws55
1732         
1733         * src/inc.c
1734                 remove POP3_TOP
1735         
1736 2003-03-26 [oliver]     0.8.11claws54
1737
1738         *src/pop.h
1739                 remove POP3_TOP*
1740         * README.claws
1741                 remove selective donwload readme
1742
1743 2003-03-26 [oliver]     0.8.11claws53
1744         * src/matcher.[ch]
1745         * src/matcher_parser_parse.y 
1746         * src/pop.c 
1747         * src/prefs_account.[ch]
1748         * src/prefs_filtering.c
1749                 remove selective donwload
1750
1751 2003-03-26 [oliver]     0.8.11claws52
1752
1753         * src/inc.[ch] 
1754         * src/filtering.c 
1755         * src/mainwindow.c 
1756                 remove selective donwload
1757
1758 2003-03-26 [oliver]     0.8.11claws51
1759         
1760         * src/Makefile.am
1761         * src/selective_download.[ch]   ** REMOVE **    
1762
1763 2003-03-26 [christoph]  0.8.11claws50
1764
1765         * src/news.c
1766                 fix NEWS that got broken by a sync with sylpheed-main
1767
1768 2003-03-26 [christoph]  0.8.11claws49
1769
1770         * src/mimeview.c
1771                 fix mime type guessing when no mime type is found for a file
1772
1773 2003-03-25 [christoph]  0.8.11claws48
1774
1775         * src/mimeview.c
1776         * src/procmime.c
1777                 remove mime type guessing from mime parser and use
1778                 name based mime types in viewer lookup for mime type
1779                 application/octet-stream
1780
1781 2003-03-25 [christoph]  0.8.11claws47
1782
1783         * doc-src/readme.txt
1784         * doc-src/rfc2554.txt
1785                 add RFC about SMTP AUTH
1786
1787         * src/send_message.c
1788         * src/common/smtp.[ch]
1789                 add extra error code for authentication errors and
1790                 clear temporary password when this error occurs
1791
1792         (closes Bug 84 authentication failure while sending should
1793          prompt for password again)
1794
1795 2003-03-25 [christoph]  0.8.11claws46
1796
1797         * configure.ac
1798         * src/Makefile.am
1799         * src/imageview.[ch]                            ** REMOVE **
1800         * src/messageview.[ch]
1801         * src/mimeview.[ch]
1802         * src/prefs_common.[ch]
1803         * src/textview.c
1804         * src/plugins/Makefile.am
1805         * src/plugins/image_viewer/.cvsignore           ** NEW **
1806         * src/plugins/image_viewer/Makefile.am          ** NEW **
1807         * src/plugins/image_viewer/plugin.c             ** NEW **
1808         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
1809                 move image viewer into a plugin (building is enabled by default)
1810                 [ToDo: Prefs for resize and autoview]
1811
1812 2003-03-25 [paul]       0.8.11claws45
1813
1814         * sync with 0.8.11cvs12
1815                 see ChangeLog 2003-03-26
1816
1817 2003-03-25 [paul]       0.8.11claws44
1818
1819         * sync with 0.8.11cvs11
1820                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
1821                 
1822         Note: Selective Download is broken.
1823                 
1824 2003-03-22 [christoph]  0.8.11claws43
1825
1826         * src/folder.c
1827                 code cleanup for flags copying
1828
1829 2003-03-22 [christoph]  0.8.11claws42
1830
1831         * src/plugins/trayicon/trayicon.c
1832                 fix setting the transparent area when the window size
1833                 is forced by the system tray
1834
1835 2003-03-22 [christoph]  0.8.11claws41
1836
1837         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
1838         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
1839         * src/plugins/trayicon/newmail.xpm              ** NEW **
1840         * src/plugins/trayicon/nomail.xpm               ** NEW **
1841         * src/plugins/trayicon/trayicon.c
1842         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
1843                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
1844                 o add icon for unread mails
1845                 o set transparency for window
1846
1847 2003-03-22 [christoph]  0.8.11claws40
1848
1849         * src/news.c
1850                 init news session to prevent crash when session is closed
1851
1852 2003-03-22 [christoph]  0.8.11claws39
1853
1854         * src/imap.c
1855         * src/common/session.[ch]
1856                 Init session data to make sure we don't have invalid pointers
1857                 for read_ch and write_ch when new multi process sessions are
1858                 not used
1859
1860         * src/main.c
1861         * src/common/plugin.c
1862         * src/common/sylpheed.c
1863         * src/plugins/demo/demo.c
1864         * src/plugins/dillo_viewer/dillo_viewer.c
1865         * src/plugins/mathml_viewer/mathml_viewer.c
1866         * src/plugins/spamassassin/spamassassin.c
1867         * src/plugins/spamassassin/spamassassin_gtk.c
1868                 add plugin types to allow loading plugins at different times
1869                 (and maybe for different frontends), because it's not good to
1870                 load GTK-Plugins gefore gtk_init was called
1871
1872         * configure.ac
1873         * src/plugins/Makefile.am
1874         * src/plugins/trayicon/.cvsignore               ** NEW **
1875         * src/plugins/trayicon/Makefile.am              ** NEW **
1876         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
1877         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
1878         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
1879         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
1880         * src/plugins/trayicon/trayicon.c               ** NEW **
1881                 New Trayicon plugin that shows an icon in a systray that uses
1882                 XEMBED protocol like Gnome's systray. Icon shows if there
1883                 are new mails and a tooltip shows information about new,
1884                 unread and total messages.
1885
1886 2003-03-22 [paul]       0.8.11claws38
1887
1888         * src/common/smtp.c
1889                 fix ESMTP AUTH CRAM-MD5
1890                 [sync with main (still version 0.8.11cvs6), see
1891                  ChangeLog 2003-03-22]
1892
1893 2003-03-21 [colin]      0.8.11claws37
1894
1895         * src/send_message.c
1896                 Fix USE_SSL => USE_OPENSSL
1897
1898 2003-03-21 [colin]      0.8.11claws36
1899
1900         * src/folderview.c
1901                 Fix counts in drag and dropped subfolders
1902
1903 2003-03-21 [colin]      0.8.11claws35
1904
1905         * src/folder.c 
1906         * src/folderview.c
1907                 speed up a bit folder dnd
1908
1909 2003-03-20 [alfons]     0.8.11claws34
1910
1911         * src/main.c
1912         * src/toolbar.c
1913         * src/procmsg.c
1914                 don't send locked queue messages
1915                 (feature request "[ 705245 ] Locking message in outbox 
1916                  should prevent sending")
1917
1918 2003-03-20 [christoph]  0.8.11claws33
1919
1920         * src/folder.c
1921                 remove NEW and UNREAD flag in special folders when scanning
1922                 
1923         * src/common/smtp.c
1924                 fix ESMTP AUTH CRAM-MD5
1925
1926 2003-03-20 [paul]       0.8.11claws32
1927
1928         * src/prefs_account.c
1929                 Re-write 'Tunnel command to open connection' as
1930                 'Use command to communicate with server', and disable
1931                 it for all except IMAP accounts
1932
1933 2003-03-20 [paul]       0.8.11claws31
1934
1935         * sync with 0.8.11cvs6
1936                 see ChangeLog 2003-03-20
1937
1938 2003-03-19 [match]      0.8.11claws30
1939
1940         * src/addritem.[ch]
1941                 include documentation. minor refactoring.
1942         * src/addr_compl.[ch]
1943         * src/addrindex.[ch]
1944         * src/addresbook.[ch]
1945         * src/summaryview.c
1946                 re-enable address lookup (was disabled in
1947                 0.8.11claws20).
1948
1949 2003-03-19 [christoph]  0.8.11claws29
1950
1951         * src/procmsg.c
1952                 add temp flag handling, will make moving and copying
1953                 messages possible again
1954
1955         * src/folder.c
1956                 correct calulation of folder stats
1957
1958 2003-03-18 [match]      0.8.11claws28
1959
1960         * src/editgroup.h
1961                 remove case sensitive comparison (closes bug 80).
1962
1963 2003-03-18 [christoph]  0.8.11claws27
1964
1965         * src/imap.c
1966                 fix imap using a tunnel command
1967
1968         (closes bug 87)
1969
1970 2003-03-18 [christoph]  0.8.11claws26
1971
1972         * src/folder.[ch]
1973         * src/imap.c
1974         * src/procmsg.[ch]
1975                 rewrite flag handling for folders
1976
1977 2003-03-18 [christoph]  0.8.11claws25
1978
1979         * src/folder.c
1980         * src/procmsg.c
1981         * src/summaryview.c
1982                 unset NEW and UNREAD flags when message is ignored, to make
1983                 sure messages don't show up as unread on other IMAP clients,
1984                 because the IGNORE_THREAD flag can not be syncronized through
1985                 the IMAP folder
1986
1987 2003-03-17 [christoph]  0.8.11claws24
1988
1989         * src/imap.c
1990                 don't use recursion to fetch uids when the number of messages
1991                 does not match. Moved code into subfunction that is used
1992                 again when needed, to prevent an endless loop.
1993
1994 2003-03-17 [thorsten]   0.8.11claws23
1995
1996         * src/imageview.[ch]
1997                 export imageview_get_resized_size() (for plugins)
1998         * src/prefs_common.[ch]
1999                 added prefs_common_get() (for plugins)
2000
2001 2003-03-17 [christoph]  0.8.11claws22
2002
2003         * src/imap.c
2004                 o remove UID guessing from copy code
2005                 o support UIDPLUS extension for APPEND command
2006
2007 2003-03-17 [paul]       0.8.11claws21
2008
2009         * src/gtk/about.c
2010                 remove 'Compiled-plugins' section.
2011                 
2012         * src/plugins/dillo_viewer/dillo_viewer.c
2013                 slight change to description text
2014
2015 2003-03-16 [match]      0.8.11claws20
2016         * src/ldapserver.[ch]           ** NEW **
2017         * src/ldapctrl.[ch]             ** NEW **
2018         * src/ldapquery.[ch]            ** NEW **
2019         * src/ldaputil.[ch]             ** NEW **
2020         * src/addrcindex.[ch]           ** NEW **
2021         * src/addrquery.h               ** NEW **
2022         * src/addritem.[ch]
2023         * src/addrcache.[ch]
2024         * src/addrindex.[ch]
2025         * src/addr_compl.[ch]
2026         * src/addressbook.[ch]
2027         * src/addrbook.[ch]
2028         * src/editgroup.c
2029         * src/editaddress.c
2030         * src/editldap.c
2031         * src/editldap_basedn.c
2032         * src/vcard.c
2033         * src/jpilot.c
2034         * src/Makefile.am
2035                 included dynamic LDAP queries. improved address
2036                 completion.
2037
2038 2003-03-16 [paul]       0.8.11claws19
2039
2040         * tools/multiwebsearch.pl
2041                 fix a fatal typo
2042
2043 2003-03-16 [christoph]  0.8.11claws18
2044
2045         * src/mimeview.c
2046         * src/plugins/dillo_viewer/dillo_viewer.c
2047         * src/plugins/mathml_viewer/mathml_viewer.c
2048                 make unregistering of MimeViewerFactorys possible
2049
2050 2003-03-16 [alfons]     0.8.11claws17
2051
2052         * configure.ac
2053                 correct typo
2054
2055 2003-03-16 [melvin]     0.8.11claws16
2056
2057         * src/plugins/dillo_viewer.c
2058                 Fixed bug where it was not possible to view more than
2059                 one text/html attachment per message (bug discovered
2060                 by Christoph Hohmann).
2061
2062 2003-03-15 [melvin]     0.8.11claws15
2063
2064         * src/prefs_actions.c
2065                 Fixed compilation warnings.
2066
2067 2003-03-15 [melvin]     0.8.11claws14
2068
2069         * src/plugins/Makefile.am
2070         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
2071         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
2072         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
2073                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
2074                 newer (http://dillo.auriga.wearlab.de/).
2075
2076 2003-03-15 [christoph]  0.8.11claws13
2077
2078         * src/imap.c
2079                 don't query imap folder for attributes because we already
2080                 for them from imap_status
2081
2082         * src/mimeview.[ch]
2083                 add support for plugable MimeViewers (unloading Viewers
2084                 not yet complete)
2085
2086         * src/plugins/Makefile.am
2087         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
2088         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
2089         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
2090                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
2091                 widget from http://helm.cs.unibo.it/mml-widget/
2092
2093 2003-03-14 [christoph]  0.8.11claws12
2094
2095         * src/folder.[ch]
2096                 o error return code's should better be negative
2097                 o replace printf with debug_print
2098
2099         * src/imap.c
2100                 improve IMAP folder scan by checking UID-NEXT
2101
2102         * src/summaryview.c
2103                 remove check that are unnecessary in my opinion
2104
2105 2003-03-13 [christoph]  0.8.11claws11
2106
2107         * src/folder.[ch]
2108         * src/foldersel.c
2109         * src/folderview.c
2110         * src/imap.c
2111         * src/mbox_folder.c
2112         * src/mh.c
2113         * src/news.c
2114         * src/prefs_scoring.c
2115         * src/summaryview.c
2116                 use a common function to get a displayable name
2117                 for a FolderItem
2118
2119 2003-03-13 [paul]       0.8.11claws10
2120
2121         * tools/Makefile.am
2122           tools/README
2123           tools/multiwebsearch.conf     ** NEW FILE **
2124           tools/multiwebsearch.pl       ** NEW FILE **
2125                 add multiwebsearch Actions script
2126
2127 2003-03-13 [colin]      0.8.11claws9
2128
2129         * src/compose.c
2130                 Remove leading emtpy lines from quoted text
2131                 before quoting it
2132
2133 2003-03-13 [melvin]     0.8.11claws8
2134
2135         * src/prefs_actions.c
2136                 Fixed a memory leak
2137                 Code clean ups
2138                 Added Cancel and OK buttons
2139                 Corrected help text
2140
2141 2003-03-13 [christoph]  0.8.11claws7
2142
2143         * src/account.c
2144         * src/folder.[ch]
2145         * src/imap.c
2146         * src/mainwindow.c
2147         * src/mbox_folder.c
2148         * src/mh.c
2149         * src/news.c
2150         * src/setup.c
2151                 replace more folder type stuff with folder class stuff
2152
2153 2003-03-13 [melvin]     0.8.11claws6
2154
2155         * src/prefs_actions.c
2156                 Added new tokens:
2157                 %u: user provided argument
2158                 %h: user provided argument (hidden on input)
2159                 %s: current text selection in the message view 
2160
2161 2003-03-13 [paul]       0.8.11claws5
2162
2163         * sync with 0.8.11cvs5
2164                 see ChangeLog 2003-03-11, 2003-03-12
2165
2166 2003-03-12 [christoph]  0.8.11claws4
2167
2168         * src/folder.c
2169                 use folder class idstr when writing folderlist.xml
2170
2171         * src/folder.h
2172         * src/imap.c
2173         * src/news.c
2174                 replace folder type checks with folder class checks
2175
2176 2003-03-12 [christoph]  0.8.11claws3
2177
2178         * src/folder.[ch]
2179         * src/imap.[ch]
2180         * src/main.c
2181         * src/mbox_folder.[ch]
2182         * src/mh.[ch]
2183         * src/news.[ch]
2184                 o create a list of known folder classes in the folder system
2185                 o use folder class id strings for folder item identifiers
2186
2187 2003-03-12 [christoph]  0.8.11claws2
2188
2189         * src/imap.c
2190                 fix imap uid validity check
2191
2192 2003-03-12 [christoph]  0.8.11claws1
2193
2194         * src/account.c
2195         * src/folder.[ch]
2196         * src/foldersel.c
2197         * src/folderview.c
2198         * src/imap.c
2199         * src/mainwindow.c
2200         * src/mbox_folder.c
2201         * src/mh.c
2202         * src/news.c
2203         * src/prefs_scoring.c
2204         * src/procmsg.c
2205         * src/setup.c
2206         * src/summaryview.c
2207                 initial restructuring of folder system, seperating
2208                 folders and folder classes
2209
2210 2003-03-12 [paul]       0.8.11claws
2211
2212         0.8.11claws release
2213
2214 2003-03-12 [christoph]
2215
2216         * src/gtk/prefswindow.c
2217                 fix translation of "Page Index"
2218
2219 2003-03-12 [paul]       0.8.10claws110
2220
2221         a sync from 0.8.11cvs4 before the release
2222
2223         * src/common/utils.c
2224                 subject_compare_for_sort(): allow null strings (fixes
2225                 summary sorting).
2226
2227 2003-03-11 [paul]       0.8.10claws109
2228
2229         * po/es.po
2230                 update Spanish translation, submitted by
2231                 Ricardo Mones Lastra
2232
2233 2003-03-11 [melvin]     0.8.10claws108
2234
2235         * po/fr.po
2236                 Updated French translations
2237
2238 2003-03-11 [paul]       0.8.10claws107
2239
2240         * manual/en/Makefile.am
2241           manual/en/*.html
2242                 update English manual, add a new page
2243                 updated by Francois Barriere <fbarriere@atmel.fr>
2244                 
2245         * po/bg.po
2246           po/it.po
2247           po/sr.po
2248                 update Bulgarian, Italian, and Serbian translations
2249                 submitted by George Danchev, Alessandro Maestri, and
2250                 Urke MMI
2251
2252 2003-03-10 [paul]       0.8.10claws106
2253
2254         * src/gtk/about.c
2255           src/gtk/prefswindow.c
2256                 make some strings translatable
2257
2258 2003-03-10 [darko]      0.8.10claws105
2259
2260         * src/compose.c
2261                 code cleanup to make Hiro happy
2262
2263 2003-03-10 [paul]       0.8.10claws104
2264
2265         * sync with 0.8.11cvs2
2266                 see ChangeLog 2003-03-10
2267
2268 2003-03-09 [melvin]     0.8.10claws103
2269
2270         * src/textview.c
2271                 textview_set_font(): fix for message display in
2272                 UTF-8 locales (thanks to Sergey Vlasov).
2273                 (was unintentionnaly reverted in 0.8.6claws6)   
2274
2275 2003-03-08 [darko]      0.8.10claws102
2276
2277         * src/compose.c
2278                 fix infinite loop in wrapping as reported
2279                 by happycactus
2280                 obsoletes patch #696482
2281
2282 2003-03-08 [christoph]  0.8.10claws101
2283
2284         * src/imap.c
2285                 add workaround for IMAP servers that do not
2286                 support the "UID SEARCH UID" command
2287
2288 2003-03-07 [christoph]  0.8.10claws100
2289
2290         * src/plugins/spamassassin/spamassassin.[ch]
2291         * src/plugins/spamassassin/spamassassin_gtk.c
2292                 code cleanup
2293
2294 2003-03-07 [paul]       0.8.10claws99
2295
2296         * po/es.po
2297                 updated Spanish translation, submitted by
2298                 Ricardo Mones Lastra
2299
2300 2003-03-07 [christoph]  0.8.10claws98
2301
2302         * src/send.c
2303                 fix in 0.8.10claws94 was wrong
2304                 local delivery does not require escaping, remove escaping
2305                 code to make signatures of mails with "." lines valid
2306                 
2307                 NOTE: requires that sendmail is executed with "-i" option,
2308                       what is the default now, but has to be changed in all
2309                       exsiting accounts)
2310
2311 2003-03-07 [paul]       0.8.10claws97
2312
2313         * sync with 0.8.11 release
2314                 see ChangeLog 2003-03-07
2315
2316 2003-03-06 [paul]       0.8.10claws96
2317
2318         * src/compose.c
2319                 revert commit 0.8.10claws92
2320
2321 2003-03-06 [paul]       0.8.10claws95
2322
2323         * src/folderview.c
2324                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
2325
2326         * src/gtkaspell.c
2327                 fix bug 74, 'Crash opening editor window with pseudo-color
2328                 display'
2329                 
2330         Patches submitted by Kevin Vigor <kevin@vigor.nu>
2331
2332 2003-03-06 [christoph]  0.8.10claws94
2333
2334         * src/send.c
2335                 fix rfc2821 (4.5.2) violation in SMTP data sending,
2336                 all lines starting with a period get an extra period
2337                 inserted
2338                 (found by Simon 'corecode' Schubert)
2339
2340 2003-03-06 [paul]       0.8.10claws93
2341
2342         * src/folderview.c
2343                 if configured font can't be loaded fall back to gtk
2344                 default. (with thanks to Christoph)
2345                 
2346                 closes long-standing bug 15 'Crashes on startup'
2347
2348 2003-03-06 [paul]       0.8.10claws92
2349
2350         * src/compose.c
2351                 freeze text before autosave and thaw afterwards
2352                 fixes bug 67 'autosave make re-rediting message crazy'
2353
2354 2003-03-06 [christoph]  0.8.10claws91
2355
2356         * src/compose.c
2357                 ignore address comment in dupe check for Cc-list
2358
2359         (closes reopened bug 47 Replying to message strips name part of
2360          e-mail addresses of Cc: lines)
2361
2362 2003-03-06 [paul]       0.8.10claws90
2363
2364         * src/Makefile.am
2365                 remove reference to gtkxtext.h as its no longer in
2366                 the repository
2367
2368 2003-03-06 [paul]       0.8.10claws89
2369
2370         * sync with 0.8.10cvs25
2371                 see ChangeLog 2003-03-06
2372
2373 2003-03-06 [oliver]     0.8.10claws88
2374         
2375         * src/messageview.c
2376                 remove include
2377
2378 2003-03-06 [oliver]     0.8.10claws87
2379         
2380         * src/folderview.c 
2381                 remove changes introduced inclaws74
2382         * src/messageview.c
2383                 another attempt to sanely delete and update
2384                 messages deleted in separate messageview
2385
2386 2003-03-05 [christoph]  0.8.10claws86
2387
2388         * src/summaryview.c
2389                 check if "From" matches any account's address if
2390                 addressbook completion of addresses is disabled too
2391
2392         (closes Bug 70 "Display recipient in from" doesn't check
2393          folder's default account)
2394
2395 2003-03-05 [christoph]  0.8.10claws85
2396
2397         * src/compose.c
2398         * src/common/utils.[ch]
2399                 don't strip address comments when building Cc lists
2400
2401         (closes Bug 47 Replying to message strips name part of e-mail addresses
2402          of Cc: lines)
2403
2404         * src/folder.c
2405                 fix return value of copy function
2406
2407 2003-03-05 [christoph]  0.8.10claws84
2408
2409         * src/imap.c
2410                 don't ask imap server for non rfc822 headers
2411
2412         (closes bug 71 IMAP FETCH asks for FROM header field twice)
2413
2414         * src/imap.c
2415                 destroy session on socket error to allow reconnecting
2416
2417 2003-03-05 [christoph]  0.8.10claws83
2418
2419         * configure.ac
2420                 fix building with gnome when no prefix is set
2421
2422         (closes bug 66 Gnome directory is set to NONE)
2423
2424 2003-03-05 [paul]       0.8.10claws82
2425
2426         * sync with 0.8.10cvs23
2427                 see ChangeLog 2003-03-05
2428
2429 2003-03-04 [christoph]  0.8.10claws81
2430
2431         * src/folder.c
2432                 o fix moving and copying when folder returns 0 for new
2433                   message number
2434                 o remove some code for single message copy and move
2435                   operations and use functions for multiple messages
2436
2437         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
2438
2439         * src/news.c
2440                 remove unused include
2441
2442 2003-03-04 [paul]       0.8.10claws80
2443
2444         * src/gtk/about.c
2445                 list 'Compiled plugins'
2446
2447 2003-03-03 [christoph]  0.8.10claws79
2448
2449         * src/news.[ch]
2450                 have to multiply the percentage of the current fetch with
2451                 the percentage that it has of the total fetch operation
2452                 for correct values
2453
2454 2003-03-03 [christoph]  0.8.10claws78
2455
2456         * src/news.c
2457                 fix calculation of expected lines for progress indicator
2458
2459 2003-03-03 [christoph]  0.8.10claws77
2460
2461         * src/summaryview.c
2462         * src/common/utils.c
2463                 fix segfault when opening the root news folder
2464
2465 2003-03-03 [christoph]  0.8.10claws76
2466
2467         * src/mainwindow.[ch]
2468         * src/common/Makefile.am
2469         * src/common/progressindicator.[ch]
2470                 add UI independent progress indicator handling
2471
2472         * src/news.[ch]
2473                 use new progress indicator for message info fetching
2474
2475         * src/common/hooks.h
2476                 code cleanup
2477
2478 2003-03-03 [oliver]     0.8.10claws75
2479
2480         * src/toolbar.c
2481         * src/compose.c
2482                 removed commented code
2483
2484 2003-03-03 [oliver]     0.8.10claws74
2485
2486         * src/toolbar.[ch]
2487                 cleanups and refactoring
2488         * src/compose.[ch]
2489                 compose_reply_mode reply & forwarding interface for
2490                 toolbar buttons
2491         * src/folderview.c
2492                 act on messages marked for deletion in folderview_selected
2493                 based on prefs_common.immediate_exec since a message might 
2494                 have been deleted by messageview in a folder we are changing 
2495                 to (does anybody understand what I'm on about ?)
2496
2497 2003-03-03 [oliver]     0.8.10claws73
2498         
2499         * src/messageview.[ch]
2500                 new functions
2501                 - messageview_delete: delete message shown in messagview
2502                 - messageview_update_view: update messageview to currently 
2503                   selected summaryview message
2504                 - add separate messageview to msgview_list in order to update 
2505                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
2506         * src/summaryview.[ch]
2507                 summary_get_selection returns a list of selected msgs
2508                 in summaryview
2509         * src/mainwindow.c
2510                 toolbar reply refactoring
2511
2512 2003-03-03 [paul]       0.8.10claws72
2513
2514         * sync with 0.8.10cvs21
2515                 see ChangeLog 2003-03-03
2516
2517 2003-03-02 [christoph]  0.8.10claws71
2518
2519         * src/common/passcrypt.c
2520                 use POSIX includes
2521
2522 2003-03-02 [christoph]  0.8.10claws70
2523
2524         * configure.ac
2525         * src/prefs_account.c
2526         * src/prefs_gtk.[ch]
2527         * src/common/.cvsignore
2528         * src/common/Makefile.am
2529         * src/common/passcrypt.c                ** NEW **
2530         * src/common/passcrypt.h.in             ** NEW **
2531                 Implement password encryption in config files
2532                 using unix encrypt and setkey functions. The crypt
2533                 key can be set as a configure parameter. Old
2534                 passwords will be converted if they do not begin
2535                 with '!'
2536
2537 2003-03-02 [paul]       0.8.10claws69
2538
2539         * src/prefs_account.c
2540                 fix compile error
2541
2542 2003-03-01 [thorsten]   0.8.10claws68
2543
2544         * po/el.po
2545           po/hr.po
2546           po/it.po
2547           po/nl.po
2548           po/sr.po
2549           po/sv.po
2550                 corrected format strings
2551         * po/en_GB.po
2552                 corrected headers
2553                 (fix compile errors with GNU gettext-0.11.5)
2554
2555 2003-03-01 [oliver]     0.8.10claws67
2556
2557         * src/summaryview.c
2558                 menu callbacks call toolbar_menu_reply
2559
2560 2003-03-01 [oliver]     0.8.10claws66
2561
2562         * src/mainwindow.c
2563         * src/messageview.c
2564                 menu callbacks call toolbar_menu_reply
2565         * src/toolbar.[ch]
2566                 callbacks from menu handled by toolbar_menu_reply
2567
2568 2003-03-01 [paul]       0.8.10claws65
2569
2570         * src/addressbook.c
2571                 revert commit 0.8.10claws54 - breaks editing of
2572                 addressbook.
2573                 
2574         * po/bg.po
2575                 update Bulgarian translation, submitted by
2576                 George Danchev
2577
2578 2003-02-28 [christoph]  0.8.10claws64
2579
2580         * src/account.c
2581         * src/addressadd.c
2582         * src/compose.c
2583         * src/gtkaspell.c
2584         * src/gtkxtext.h                ** REMOVE **
2585         * src/imap.c
2586         * src/matcher.[ch]
2587         * src/mh.c
2588         * src/news.c
2589         * src/pine.c
2590         * src/prefs_common.c
2591         * src/prefs_matcher.c
2592         * src/procheader.[ch]
2593         * src/procmsg.[ch]
2594         * src/toolbar.c
2595         * src/common/ssl_certificate.c
2596         * src/gtk/colorlabel.c
2597         * src/gtk/menu.c
2598                 o fix warnings
2599                 o remove code obsoleted by new cache and folder system rework
2600
2601 2003-02-28 [oliver]     0.8.10claws63
2602         
2603         * src/toolbar.[ch]
2604                 * fix bug where reply in Messageview replied to 
2605                 Message displayed in summaryview
2606                 (reportedd via ML by chinatinte at gmx dot ch)
2607                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
2608                 didn't work in separate MessageView Toolbar
2609                 (wondering if anybody uses this at all ?)
2610         * src/summaryview.[ch]
2611                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
2612                 (generalize reply and forward code);
2613         * src/messageview.c 
2614                 remove focus_in event which updated summaryview to messageview
2615
2616 2003-02-28 [paul]       0.8.10claws62
2617
2618         * po/Makefile.in.in
2619                 add the --check option
2620                 Patch submitted by Ricardo Mones Lastra
2621
2622 2003-02-28 [paul]       0.8.10claws61
2623
2624         * src/prefs_account.c
2625                 re-order 'Signature' items
2626
2627 2003-02-28 [paul]       0.8.10claws60
2628
2629         * sync with 0.8.10cvs20
2630                 see ChangeLog 2003-02-28
2631
2632 2003-02-28 [paul]       0.8.10claws59
2633
2634         * po/POTFILES.in
2635                 update to reflect recent movement of files
2636
2637 2003-02-28 [paul]       0.8.10claws58
2638
2639         * sync with 0.8.10cvs19
2640                 see ChangeLog 2003-02-28
2641
2642 2003-02-27 [martin]     0.8.10claws57
2643
2644         * src/prefs_matcher.c 
2645                 fix segfault in prefs_matcher_ok() when the
2646                 last entry is deleted and prevents that the
2647                 message "entry not saved" comes up after deleting
2648                 an entry
2649
2650 2003-02-27 [martin]     0.8.10claws56
2651
2652         * src/prefs_filtering.c 
2653                 fix segfault in prefs_filtering_ok() when the
2654                 last entry is deleted and prevents that the
2655                 message "entry not saved" comes up after deleting
2656                 an entry
2657
2658 2003-02-27 [paul]       0.8.10claws55
2659
2660         * sync with 0.8.10cvs18
2661                 see ChangeLog 2003-02-27
2662
2663 2003-02-27 [paul]       0.8.10claws54
2664
2665         * src/addressbook.c
2666                 fix bug where the address book crashes with 
2667                 multiple lookups.
2668                 Patch [687729] submitted by David Frager 
2669                 <dbfrager@users.sourceforge.net>
2670
2671 2003-02-25 [christoph]  0.8.10claws53
2672
2673         * src/Makefile.am
2674         * src/colorlabel.[ch]           ** REMOVE **
2675         * src/gtk/Makefile.am
2676         * src/gtk/colorlabel.[ch]       ** NEW **
2677                 move colorlabel files to gtk directory
2678
2679         * src/esmtp.[ch]                ** REMOVE **
2680                 has been merged into smtp.[ch] in 0.7.5
2681
2682 2003-02-25 [christoph]  0.8.10claws52
2683
2684         * src/Makefile.am
2685         * src/about.[ch]                ** REMOVE **
2686         * src/gtk/Makefile.am
2687         * src/gtk/about.[ch]            ** NEW **
2688                 move about files to gtk directory
2689
2690 2003-02-25 [christoph]  0.8.10claws51
2691
2692         * src/folder.c
2693                 some code optimization of folder scanning code
2694
2695         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
2696
2697 2003-02-25 [christoph]  0.8.10claws50
2698
2699         * src/main.c
2700         * src/common/sylpheed.c
2701                 add command line parameter parsing to common code
2702
2703 2003-02-24 [christoph]
2704
2705         * Makefile.am
2706         * configure.ac
2707                 fix gnome prefix problems, the configure script now removed
2708                 `gnome-config --prefix` from `gnome-config --datadir`
2709                 and adds $(prefix} instead
2710
2711         (closes Bug 24 Makefile does not respect prefix when installing
2712          GNOME data)
2713
2714 2003-02-24 [christoph]  0.8.10claws49
2715
2716         * src/news.c
2717                 check for valid session before trying to authenticate
2718
2719         (closes Bug 60 crash if "authenticate on logon" is activated
2720          and newsserver-hostname is not valid)
2721
2722 2003-02-24 [melvin]     0.8.10claws48
2723
2724         * src/prefs_actions.c
2725                 Make sure all user's input is sent to the action and then
2726                 close the socket..
2727
2728 2003-02-23 [alfons]     0.8.10claws46
2729
2730         * src/summaryview.c
2731                 also wait cursor when deleting files
2732
2733 2003-02-23 [paul]
2734
2735         * tools/freshmeat_search.pl
2736           tools/google_search.pl
2737                 scripts should now work for any browser/browser command line
2738
2739 2003-02-22 [christoph]  0.8.10claws45
2740
2741         * src/procmsg.c
2742                 fix IMAP flag setting, IMAP flag is not handled correctly
2743                 anymore by the folder system and information about the
2744                 folder should not be saved in the MsgInfo (in my opinion)
2745
2746         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
2747
2748 2003-02-22 [christoph]  0.8.10claws44
2749
2750         * src/summaryview.c
2751                 fix spelling of "label" ;-)
2752
2753 2003-02-22 [thorsten]   0.8.10claws43
2754
2755         * src/mimeview.c
2756           src/prefs_common.[ch]
2757           src/procmime.[ch]
2758                 do not use description as attachment name
2759
2760 2003-02-22 [alfons]     0.8.10claws42
2761
2762         * src/summaryview.c
2763                 freeze/thaw folder item updates when changing color labels,
2764                 and put a wait cursors on
2765
2766 2003-02-22 [thorsten]   0.8.10claws41
2767
2768         * src/mimeview.c
2769                 save-all fixes: crash if invoked on multipart container,
2770                 mimeinfo access, pathseparators, error dialog
2771
2772 2003-02-21 [alfons]     0.8.10claws40
2773
2774         * src/prefs_gtk.c
2775                 remove unused var
2776
2777 2003-02-21 [colin]      0.8.10claws39
2778
2779         * src/send.c
2780                 Fix smtp logging
2781
2782 2003-02-21 [colin]      0.8.10claws38
2783
2784         * src/summaryview.c
2785                 Freeze/thaw folderItem updates when filtering messages 
2786                 via Tools/Filter messages
2787
2788 2003-02-21 [paul]       0.8.10claws37
2789
2790         * src/compose.c
2791                 revert commit 0.8.10claws26, there are ulterior motives
2792                 for users to set a Reply-To header when posting to
2793                 newsgroups
2794
2795 2003-02-21 [paul]       0.8.10claws36
2796
2797         * sync with 0.8.10cvs17
2798                 see ChangeLog 2003-02-21
2799
2800 2003-02-20 [christoph]  0.8.10claws35
2801
2802         * src/imap.c
2803                 IMAP UID fetch speedup using SEARCH
2804
2805         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
2806
2807         * src/imap.c
2808                 fix problem with UIDs in IMAP UID cache that no longer existed
2809
2810 2003-02-20 [christoph]  0.8.10claws34
2811
2812         * src/imap.c
2813         * src/procheader.c
2814         * src/procheader.h
2815                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
2816
2817         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
2818
2819         * src/imap.c
2820                 Rewrite imap_cmd_gen_recv use sock_getline instead
2821                 of sock_gets to avoid problems with too long reply
2822                 lines
2823     
2824 2003-02-20 [colin]      0.8.10claws33
2825         
2826         * src/prefs_account.c
2827                 Better wording
2828
2829 2003-02-20 [colin]      0.8.10claws32
2830
2831         * src/compose.c
2832                 Remove useless '&& !to_sender' 
2833
2834 2003-02-20 [darko]
2835
2836         * AUTHORS
2837                 change my e-mail address
2838
2839 2003-02-19 [colin]      0.8.10claws31
2840
2841         * src/prefs_common.c
2842                 X11 style colors for every configurable color
2843
2844 2003-02-19 [alfons]     0.8.10claws30
2845
2846         * src/prefs_gtk.[ch]
2847         * src/prefs_common.c
2848                 for color_new accept both plain integers and X11 style color
2849                 names (as found in /usr/lib/X11/rgb.txt)
2850
2851 2003-02-19 [paul]       0.8.10claws29
2852
2853         * src/mainwindow.c
2854                 add tooltips to online/offline button and account selector
2855                 button
2856
2857 2003-02-19 [paul]       0.8.10claws28
2858
2859         * src/folder.c
2860           src/news.c
2861           src/prefs_account.[ch]
2862           src/prefs_common.[ch]
2863                 move 'Maximum number of articles to download' to
2864                 account prefs.
2865                 clean up account prefs gui a little by hiding entries
2866                 rather then greying out entries
2867
2868 2003-02-19 [hiro]       0.8.10claws27
2869
2870         * src/common/utils.c
2871                 fix bug #54 'yesterdays date is displayed in the message 
2872                 summary window'
2873
2874 2003-02-19 [paul]       0.8.10claws26
2875
2876         * src/compose.c
2877                 fix bug reported in Feature Request [688596] 
2878                 'Reply-to header in news'
2879
2880 2003-02-18 [paul]       0.8.10claws25
2881
2882         * src/select-keys.c
2883                 add a 'List all keys' button to key selection dialog
2884
2885 2003-02-18 [colin]      0.8.10claws24
2886         
2887         * src/stock_pixmap.c
2888                 fix compile error
2889
2890 2003-02-18 [colin]      0.8.10claws23
2891
2892         * src/common/smtp.[ch]
2893           src/prefs_account.c
2894                 Try to starttls if it seems to be the only
2895                 way to authenticate a user
2896
2897 2003-02-18 [paul]       0.8.10claws22
2898
2899         * src/Makefile.am
2900           src/folderview.c
2901           src/stock_pixmap.[ch]
2902           src/pixmaps/drafts_close.xpm  ** NEW FILE **
2903           src/pixmaps/drafts_open.xpm   ** NEW FILE **
2904                 as a Drafts folder is a special folder allow it to have
2905                 its own unique icons
2906
2907 2003-02-18 [colin]      0.8.10claws21
2908
2909         * src/imap.c
2910                 Fix port selection when using starttls
2911
2912 2003-02-18 [paul]       0.8.10claws20
2913
2914         * src/mainwindow.c
2915           src/prefs_common.[ch]
2916                 make blue the default new mail colour
2917
2918 2003-02-18 [paul]       0.8.10claws19
2919
2920         * sync with 0.8.10cvs14
2921                 see ChangeLog 2003-02-18
2922
2923 2003-02-17 [jens]       0.8.10claws18
2924
2925         * src/common/md5.c
2926                 fixed a compile problem with gcc 3.3
2927                 works on 2.95.3 too (testet on PPC as it is big endian)
2928
2929 2003-02-17 [paul]       0.8.10claws17
2930
2931         * sync with 0.8.10cvs13
2932                 see ChangeLog 2003-02-17
2933
2934 2003-02-17 [paul]       0.8.10claws16
2935
2936         * sync with 0.8.10cvs12
2937                 see ChangeLog 2003-02-17
2938
2939 2003-02-16 [match]      0.8.10claws15
2940
2941         * src/addressbook.c
2942                 Eliminates reloading of address data when items
2943                 deleted or added. Applied submitted by
2944                 Luke Plant <lukeplant@softhome.net>
2945
2946 2003-02-16 [paul]       0.8.10claws14
2947
2948         * src/news.c
2949                 when a 'protocol error' is encountered disconnect from
2950                 the server. This means that the user can carry on viewing
2951                 other articles and doesn't have to either wait until the
2952                 server timesout or quit sylpheed.
2953                 Fixes bug #53 'Unable to read messages in newsgroups, 
2954                 displayed message doesn't change'
2955
2956 2003-02-15 [christoph]  0.8.10claws13
2957
2958         * src/imap.c
2959                 fix bug that stopped scanning of folders when an
2960                 IMAP folder was empty
2961
2962         (closes bug 46 stop scan messages in folders after empty folder)
2963
2964 2003-02-15 [paul]
2965
2966         * tools/Makefile.am
2967           tools/README
2968           tools/freshmeat_search.pl     ** NEW FILE **
2969           tools/google_search.pl        ** NEW FILE **
2970                 Add 2 Actions scripts which search freshmeat/google
2971                 for the selected text using the browser configured
2972                 in sylpheedrc.
2973                 
2974         Note: These scripts are very dependent on the format of the
2975         browser command and may not work on every occasion. Testing
2976         is welcome. 
2977
2978 2003-02-14 [alfons]     0.8.10claws12
2979
2980         * src/compose.c
2981                 fix breakage because of uninitialized account pointer.
2982                 please verify.
2983
2984 2003-02-14 [paul]       0.8.10claws11
2985
2986         * src/compose.c
2987           src/prefs_account.[ch]
2988           src/prefs_common.[ch]
2989                 move signature settings to Account Prefs
2990
2991 2003-02-14 [paul]       0.8.10claws10
2992
2993         * sync with 0.8.10cvs11
2994                 see ChangeLog 2003-02-14
2995
2996 2003-02-13 [thorsten]   0.8.10claws9
2997
2998         * src/news.c
2999                 revert news progressbar (GUI separation)
3000
3001 2003-02-13 [paul]       0.8.10claws8
3002
3003         * src/compose.c
3004                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
3005                 paragraph 1
3006
3007 2003-02-13 [paul]       0.8.10claws7
3008
3009         * src/compose.[ch]
3010           src/summaryview.c
3011                 fix 'Follow-up and Reply-to' so that it creates a reply to
3012                 the newsgroup and the sender. If the message has the keyword
3013                 'poster' in the Followup-To header, all replies go to the
3014                 sender, re: RFC 1036, Section 2.2.3
3015                 rename all instances of 'ignore_replyto' to 'to_sender', both
3016                 were previously used, now we use just one.
3017
3018 2003-02-13 [paul]       0.8.10claws6
3019
3020         * sync with 0.8.10cvs9
3021                 see ChangeLog 2003-02-13
3022
3023 2003-02-13 [paul]       0.8.10claws5
3024
3025         * configure.ac
3026                 show which plugins are configured in the configure
3027                 output.
3028
3029 2003-02-12 [thorsten]   0.8.10claws4
3030
3031         * src/news.c
3032                 show progress while fetching news headers
3033
3034 2003-02-12 [christoph]  0.8.10claws3
3035
3036         * configure.ac
3037         * src/plugins/Makefile.am
3038                 use AM_CONDITIONAL to enable plugins, automake correctly
3039                 manages this when creating distdir
3040
3041 2003-02-12 [christoph]  0.8.10claws2
3042
3043         * ac/spamassassin.m4
3044         * src/plugins/spamassassin/Makefile.am
3045                 fix building SpamAssassin plugin without OpenSSL
3046
3047 2003-02-12 [paul]       0.8.10claws1
3048
3049         * ac/Makefile.am
3050           src/Makefile.am
3051           src/plugins/Makefile.am
3052                 fix failure of 'make release'
3053
3054 2003-02-12 [paul]       0.8.10claws
3055
3056         * 0.8.10claws released
3057
3058 2003-02-12 [paul]       0.8.9claws56
3059
3060         * po/bg.po
3061           po/es.po
3062           po/it.po
3063           po/ru.po
3064           po/sr.po
3065                 updated translations by George Danchev, Ricardo Mones Lastra,
3066                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
3067                 
3068         * sylpheed.spec.in
3069                 Allow the building of RPMs by a regular user. Submitted
3070                 by Sergei Astanin
3071
3072 2003-02-11 [alfons]     0.8.9claws55
3073
3074         * src/colorlabel.c
3075                 don't use pixmaps for label color rect but draw rectangles
3076                 so we can respect the color map of palette based visuals
3077                 (fixes the long time crashes on Suns - thanks to Andreas
3078                 Engel and Steve O'Hara-Smith for testing)
3079
3080 2003-02-11 [christoph]  0.8.9claws54
3081
3082         * src/matcher_parser_parse.y
3083                 correct bug where filering rules of not existing folders in
3084                 matcherrc were added to global filtering
3085                 
3086         (closes Debian Bug #180253 - Directory's filter-rules are merged with
3087          main filter-rules after removing directory, http://bugs.debian.org/180253)
3088         
3089 2003-02-11 [paul]       0.8.9claws53
3090
3091         * sync with 0.8.10cvs7
3092                 see ChangeLog 2003-02-09
3093
3094 2003-02-11 [melvin]     0.8.9claws52
3095
3096         * po/fr.po
3097                 Updated French tranlsations
3098
3099 2003-02-10 [paul]       0.8.9claws51
3100
3101         * sylpheed.spec.in
3102                 correct --enable-openssl
3103                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
3104
3105 2003-02-09 [martin]     0.8.9claws50
3106
3107         * src/prefs_matcher.c
3108                 fix segfault in prefs_matcher_substitute_cb() when
3109                 no row is selected
3110
3111 2003-02-09 [paul]       0.8.9claws49
3112
3113         * src/folderview.c
3114                 fix bug where a newsgroup folder's processing rules were
3115                 merged with the global filtering rules when the newsgroup
3116                 folder was deleted, causing some seriously bad results,
3117                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
3118
3119 2003-02-08 [melvin]     0.8.9claws48
3120
3121         * src/compose.c
3122                 Corrected and modified an alert message.
3123
3124 2003-02-07 [paul]       0.8.9claws47
3125
3126         * src/folderview.c
3127                 fix bug where both an 'Account properties' window and a
3128                 'Folder properties' window were opened when clicking on
3129                 'Properties' in an NNTP or IMAP folder's popup menu.
3130
3131 2003-02-07 [paul]       0.8.9claws46
3132
3133         * sync with 0.8.10cvs6
3134                 see ChangeLog 2003-02-06
3135
3136 2003-02-06 [christoph]  0.8.9claws45
3137
3138         * src/mbox.c
3139                 freeze folder updates while importing mbox files
3140                 (closes bug 43 importing mbox took hours)
3141                 
3142         Patch submitted by Jens Rantil <jens.rantil@telia.com>
3143
3144 2003-02-06 [thorsten]   0.8.9claws44
3145
3146         * po/de.po
3147                 Updated german translations
3148
3149 2003-02-06 [thorsten]   0.8.9claws43
3150
3151         * src/news.h
3152                 use guint for message numbers (fix count in grouplist dialog)
3153
3154 2003-02-05 [paul]       0.8.9claws42
3155
3156         * sync with 0.8.10cvs2
3157                 see ChangeLog 2003-02-05
3158
3159 2003-02-04 [colin]      0.8.9claws41
3160
3161         * src/prefs_common.[ch]
3162           src/procmsg.c
3163           src/summaryview.c
3164                 Add an option to disable threading by subject
3165
3166 2003-02-04 [christoph]  0.8.9claws40
3167
3168         * src/inc.c
3169                 only abort fetching mails from multiple accounts when the
3170                 error is fatal and does not allow to check any more accounts
3171                 (currently only disk full error)
3172
3173         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
3174          receive mails for other accouts)
3175
3176 2003-02-04 [christoph]  0.8.9claws39
3177
3178         * src/folder.c
3179                 first add the new message to the cache, then
3180                 send the update notification
3181
3182         (closes bug 39 after sending message folderview doesnt get updated)
3183
3184 2003-02-04 [colin]      0.8.9claws38
3185
3186         * src/inc.c
3187                 _really_ fix this Connecting... status
3188
3189 2003-02-04 [paul]       0.8.9claws37
3190
3191         * sync with 0.8.10
3192                 see ChangeLog 2003-02-04
3193
3194 2003-02-04 [paul]       0.8.9claws36
3195
3196         * sync with 0.8.9cvs6
3197                 see ChangeLog 2003-02-03
3198
3199 2003-02-04 [paul]       0.8.9claws35
3200
3201         * po/pt_BR.po
3202                 updated by André Filipe de Assunção e Brito 
3203                 <bedecko@netsite.com.br>
3204
3205 2003-02-03 [thorsten]   0.8.9claws34
3206
3207         * po/de.po
3208                 Updated german translations
3209
3210 2003-02-02 [paul]       0.8.9claws33
3211
3212         * po/es.po
3213                 updated by Ricardo Mones Lastra
3214
3215 2003-02-02 [thorsten]   0.8.9claws32
3216
3217         * src/mh.c
3218                 Fix mh_get_msginfo() segfault if file is inaccessible
3219
3220 2003-01-31 [colin]      0.8.9claws31
3221
3222         * src/procheader.c
3223                 Fix last commit's bug
3224
3225 2003-01-31 [colin]      0.8.9claws30
3226
3227         * src/procheader.c
3228                 Missing a change for gpg-signed messages
3229
3230 2003-01-31 [paul]       0.8.9claws29
3231
3232         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
3233           src/procheader.c
3234           src/stock_pixmap.[ch]
3235           src/summaryview.c
3236                 indicate GnuPG signed messages by displaying an icon
3237                 in the Attachment column.
3238
3239 2003-01-31 [paul]       0.8.9claws28
3240
3241         * sync with 0.8.9cvs4
3242                 see ChangeLog 2003-01-31
3243
3244 2003-01-31 [alfons]     0.8.9claws27
3245
3246         * src/textview.c
3247                 tune URI parser to accept mailto URLs with a '?'
3248                 (patch from Ruslan Balkin)
3249
3250 2003-01-31 [colin]      0.8.9claws26
3251
3252         * src/summaryview.c
3253                 Fix a leak introduced in claws24
3254
3255 2003-01-31 [colin]      0.8.9claws25
3256
3257         * src/summaryview.c
3258                 Freeze/Thaw folder updates when deleting dups
3259
3260 2003-01-31 [colin]      0.8.9claws24
3261         
3262         * src/addr_compl.c
3263           src/summaryview.c
3264           src/msgcache.c
3265                 little speed improvements
3266
3267 2003-01-31 [colin]      0.8.9claws23
3268
3269         * src/summaryview.c
3270                 Fix segfault when forwarding nothing
3271                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
3272                 
3273 2003-01-30 [paul]       0.8.9claws22
3274
3275         * sync with 0.8.9cvs3
3276                 see ChangeLog 2003-01-30
3277
3278 2003-01-30 [paul]       0.8.9claws21
3279
3280         * sync with 0.8.9cvs2
3281                 see ChangeLog 2003-01-30
3282
3283 2003-01-29 [paul]       0.8.9claws20
3284
3285         * sync with 0.8.9cvs1
3286                 see ChangeLog 2003-01-29
3287
3288 2003-01-28 [paul]       0.8.9claws19
3289
3290         * po/POTFILES.in
3291                 update to reflect changes. 
3292                 thanks to Ricardo Mones Lastra
3293
3294 2003-01-27 [christoph]  0.8.9claws18
3295
3296         * ac/openssl.m4
3297         * ac/spamassassin.m4
3298         * src/plugins/spamassassin/README
3299         * src/plugins/spamassassin/libspamc.[ch]
3300         * src/plugins/spamassassin/utils.[ch]
3301                 updated to latest libspamc
3302
3303 2003-01-27 [christoph]  0.8.9claws17
3304
3305         * src/folder.c
3306                 fix wrong use of procheader_get_header_fields
3307
3308 2003-01-27 [christoph]  0.8.9claws16
3309
3310         * src/news.c
3311         * src/prefs_account.[ch]
3312         * src/common/nntp.[ch]
3313                 allow to force authentication for NNTP servers
3314
3315         Patch submitted by Florian Mickler <dmk@d-labs.de>
3316
3317 2003-01-26 [paul]       0.8.9claws15
3318
3319         * src/summaryview.c
3320                 speed up of marking messages as read
3321                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
3322
3323 2003-01-26 [christoph]  0.8.9claws14
3324
3325         * src/Makefile.am
3326         * src/mgutils.[ch]              ** REMOVE **
3327         * src/xml.[ch]                  ** REMOVE **
3328         * src/xmlprops.[ch]             ** REMOVE **
3329         * src/common/Makefile.am
3330         * src/common/mgutils.[ch]       ** NEW **
3331         * src/common/xml.[ch]           ** NEW **
3332         * src/common/xmlprops.[ch]      ** NEW **
3333                 move xml files to common directory
3334
3335 2003-01-26 [christoph]  0.8.9claws13
3336
3337         * src/plugins/spamassassin/spamassassin_gtk.c
3338                 only set gtk entry text if string is available
3339
3340 2003-01-26 [melvin]     0.8.9claws12
3341
3342         * src/description_window.c
3343                 Allow resizing of the window
3344                 Allow automatic horizontal scroll bar
3345                 Do not vertically expand and fill
3346
3347 2003-01-26 [christoph]  0.8.9claws11
3348
3349         * src/Makefile.am
3350         * src/gtkutils.[ch]             ** REMOVE **
3351         * src/common/sylpheed.c
3352         * src/gtk/Makefile.am
3353         * src/gtk/description_window.c
3354         * src/gtk/gtkutils.[ch]         ** NEW **
3355         * src/gtk/prefswindow.c
3356                 move gtkutils to gtk directory
3357
3358 2003-01-26 [paul]       0.8.9claws10
3359
3360         * src/summaryview.c
3361                 rename summary_unread_clicked() to summary_status_clicked()
3362
3363 2003-01-26 [melvin]     0.8.9claws9
3364
3365         * src/prefs_actions.c
3366                 Cosmetical changes to the help text
3367
3368 2003-01-26 [paul]       0.8.9claws8
3369
3370         * src/folder.[ch]
3371           src/mainwindow.c
3372           src/prefs_common.c
3373           src/prefs_sumamry_column.c
3374           summaryview.[ch]
3375                 rename the 'Unread' column to 'Status'
3376
3377 2003-01-25 [match]      0.8.9claws7
3378
3379         * src/mgutils.[ch]
3380                 removed reference to LDAP constants. removed error2string.
3381                 included functions to support LDAP dynamic queries.
3382         * src/syldap.h
3383                 moved LDAP constants here.
3384         * src/addressbook.c
3385         * src/addrindex.c
3386         * src/importldif.c
3387                 removed references to LDAP constants and references to
3388                 error2string.
3389
3390 2003-01-25 [paul]       0.8.9claws6
3391
3392         * src/summaryview.c
3393                 summary_thread_build(), summary_thread_init(): remove 
3394                 unneeded reference to summaryview->folder_item
3395
3396 2003-01-25 [christoph]  0.8.9claws5
3397
3398         * src/gtk/description_window.c
3399                 o allow description texts to expand over multiple columns
3400                 o translate all columns
3401         * src/prefs_actions.c
3402                 change syntax description to use new multi column feature
3403
3404         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
3405
3406 2003-01-25 [match]      0.8.9claws4
3407
3408         * src/vcard.c
3409                 fixed bug with Quoted-Printable
3410
3411 2003-01-25 [paul]       0.8.9claws3
3412
3413         * src/folder.[ch]
3414           src/summaryview.[ch]
3415                 implement per-folder collapsed/expanded threads setting
3416                 
3417         * src/prefs_common.c
3418                 remove global collapsed/expanded threads option
3419
3420 2003-01-25 [christoph]  0.8.9claws2
3421
3422         * po/POTFILES.in
3423                 add pluginwindow and prefswindow
3424         * src/compose.c
3425                 make send respond correctly to messages that could be added
3426                 to the queue folder, but the UID of the message is unknown
3427         * src/folder.c
3428         * src/imap.c
3429                 don't return guessed UIDs in imap_add_msg anymore. We return
3430                 0 to tell the folder system it was appened but the UID is
3431                 unknown. Folder system now get's the UID by scaning the folder
3432                 and searching the cache for the Message-ID
3433                 (closes bug #29 Messages queued, but not sent)
3434
3435 2003-01-25 [paul]       0.8.9claws1
3436
3437         * src/codeconv.c
3438                 conv_encode_header():  fix bug when long headers with 8-bit
3439                 characters are used, so that the encoded words are wrapped.
3440                 If the space in the original text falls on the wrap boundary,
3441                 it can be lost.
3442                 Patch by Sergey Vlasov.
3443                 
3444         * src/folderview.c
3445                  fix bug where a change to the sorting method or thread view
3446                  of a folder's messages is lost if simpify-subject is set and
3447                  toggled on or off.
3448                  Patch by Luke Plant.
3449
3450 2003-01-24 [paul]       0.8.9claws
3451
3452         * sylpheed-0.8.9claws released
3453         
3454         * Makefile.am
3455           sylpheed.spec.in
3456                 remove reference to 'INSTALL.jp'
3457
3458 2003-01-23 [paul]       0.8.8claws128
3459
3460         * po/es.po
3461           po/it.po
3462           po/ru.po
3463           po/sr.po
3464                 updated translations. submitted by Ricardo Mones Lastra,
3465                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
3466
3467 2003-01-23 [colin]      0.8.8claws127
3468
3469         * src/compose.c
3470                 Fix drafted and queued news articles re-edition
3471
3472 2003-01-23 [melvin]     0.8.8claws126
3473
3474         * po/fr.po
3475                 Updated French translations
3476
3477 2003-01-23 [colin]      0.8.8claws125
3478
3479         * src/inc.c
3480                 Fix "Connecting to..." status message
3481
3482 2003-01-22 [paul]       0.8.8claws124
3483
3484         * po/bg.po
3485                 updated by George Danchev
3486                 
3487         * src/folder.c
3488                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
3489                 and folder deletion
3490
3491 2003-01-21 [paul]       0.8.8claws123
3492
3493         * po/bg.po
3494                 updated by George Danchev
3495                 
3496         * src/about.c
3497                 its now 2003
3498                 
3499         * src/toolbar.c
3500                 don't translate 'Separator'
3501                 
3502         * src/plugins/spamassassin/Makefile.am
3503                 add aspell to CPPFLAGS
3504                 
3505         * src/plugins/spamassassin/spamassassin.c
3506           src/plugins/spamassassin/spamassassin_gtk.c
3507                 set correct default for spamassassin_receive_spam
3508                 slightly re-word descriptions and some
3509                 other minor changes
3510
3511 2003-01-19 [alfons]     0.8.8claws122
3512                 
3513         * src/mimeview.c
3514                 mimeview_save_as(): we might as well show the file name for
3515                 the single case "Save As" too
3516
3517 2003-01-19 [alfons]     0.8.8claws121
3518
3519         * src/crash.c
3520                 change bug tracker URL to bugzilla URL
3521
3522 2003-01-19 [alfons]     0.8.8claws120
3523
3524         * src/mimeview.c
3525                 mimeview_save_all(): display name of file before overwriting;
3526                 continue saving all, even when one overwrite was cancelled
3527
3528 2003-01-19 [christoph]  0.8.8claws119
3529
3530         * src/summaryview.c
3531         * src/procmsg.[ch]
3532                 fix wrong usage of procmsg_find_children in summaryview
3533                 by using procmsg_update_unread_children instead of
3534                 summaryview_update_unread_children
3535
3536 2003-01-19 [christoph]  0.8.8claws118
3537
3538         * src/procmsg.c
3539                 fix infinite loop in procmsg_find_children
3540                  (closes bug #25 sylpheed crashes on delete.)
3541
3542         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
3543
3544 2003-01-19 [paul]       0.8.8claws117
3545
3546         * po/pt_BR.po
3547                 updated by Ivan Francolin Martinez
3548
3549 2003-01-18 [melvin]     0.8.8claws116
3550
3551         * src/prefs_actions.c
3552                 Removed syntax limitation of only one '&' at the end of command.
3553                         Now actions that contain '>/dev/null 2>&1' are possible.
3554
3555 2003-01-18 [melvin]     0.8.8claws115
3556
3557         * src/prefs_actions.c
3558                 Actions IO dialog: when the action ends
3559                 the "Close" button now has focus and [Escape] closes the
3560                 window.
3561
3562 2003-01-18 [christoph]  0.8.8claws114
3563
3564         * src/procmsg.c
3565                 o add debug output when MsgInfos are really freed
3566                 o free GSLists in procmsg_find_children and
3567                   procmsg_update_unread_children
3568
3569 2003-01-18 [christoph]  0.8.8claws113
3570
3571         * src/mainwindow.c
3572                 reorder Configuration menu
3573
3574 2003-01-18 [christoph]  0.8.8claws112
3575
3576         * src/compose.c
3577                 fix applying templates to forwarded messages
3578
3579         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3580
3581 2003-01-17 [christoph]  0.8.8claws111
3582
3583         * src/folder.c
3584                 destroy folder items, when a folder item is removed
3585
3586 2003-01-17 [christoph]  0.8.8claws110
3587
3588         * src/folder.c
3589                 fix wrong folder stats update when ignored message is
3590                 deleted
3591
3592 2003-01-17 [colin]      0.8.8claws109
3593         
3594         * src/mainwindow.c
3595         * src/summaryview.c
3596                 Quicksearch bugfixes: 
3597                 - hide help button at startup if not extended
3598                 - switch to extended when looking for replies
3599
3600 2003-01-17 [paul]
3601
3602         * sync with 0.8.9 release
3603
3604 2003-01-17 [paul]       0.8.8claws108
3605
3606         * sync with 0.8.8cvs11
3607                 see ChangeLog 2003-01-17
3608
3609 2003-01-16 [colin]      0.8.8claws107
3610
3611         * src/procmsg.c
3612                 Changed encryption test to re-ask passphrase
3613                 if an encrypted message hasn't been decrypted
3614                 Fixes bug #5
3615
3616 2003-01-16 [christoph]  0.8.8claws106
3617
3618         * src/prefs_gtk.c
3619         * src/prefs_toolbar.c
3620         * src/gtk/prefswindow.h
3621         * src/plugins/spamassassin/spamassassin_gtk.c
3622                 remove page destroy function that is not used anymore
3623
3624 2003-01-16 [paul]       0.8.8claws105
3625
3626         * sync with 0.8.8cvs9
3627                 see ChangeLog 2002-01-16
3628
3629 2003-01-16 [colin]      0.8.8claws104
3630
3631         * src/compose.[ch]
3632                 Fix bug with autosaved drafts for IMAP, when draft
3633                 folder is specified - fixes bugzilla bug #20
3634
3635 2003-01-15 [paul]       0.8.8claws103
3636
3637         * src/compose.[ch]
3638           src/procmsg.c
3639                 store folder and message-id of message forwarding
3640                 in queue header and set forward flag after sending
3641
3642 2003-01-15 [paul]       0.8.8claws102
3643
3644         * sync with 0.8.8cvs8
3645                 see ChangeLog 2002-01-15
3646
3647 2003-01-15 [colin]      0.8.8claws101
3648
3649         * src/Makefile.am
3650                 Fix linking with GNU libiconv
3651
3652 2003-01-15 [darko]      0.8.8claws100
3653
3654         * src/pine.c
3655                 fix crash when importing pine address book
3656                 entry with an empty name (reported by DY
3657                 <dybulk at tri8.net>)
3658
3659 2003-01-14 [paul]       0.8.8claws99
3660
3661         * configure.in  ** REMOVED **
3662           configure.ac  ** NEW FILE **
3663                 rename configure.in to configure.ac, as it is now
3664                 preferred
3665
3666 2003-01-14 [melvin]     0.8.8claws98
3667
3668         * src/folderview.c
3669                 folderview_check_new(): More precise function description
3670
3671 2003-01-14 [melvin]     0.8.8claws97
3672
3673         * src/folderview.c
3674                 folderview_check_new(): return the number of new messages 
3675                         since last check.
3676         * src/inc.c
3677                 inc_account_mail(): Disable counting of new messages for IMAP
3678                         and NNTP until bug [19] and [14] are fixed.
3679
3680 2003-01-14 [paul]       0.8.8claws96
3681
3682         * sync with 0.8.8cvs6
3683                 see ChangeLog 2003-01-14
3684
3685 2003-01-13 [alfons]     0.8.8claws95
3686
3687         * src/textview.c
3688                 tune email address validation (c. 0.8.8claws89): if . is 
3689                 just one char away from @, the address is invalid too 
3690                 (correctly rejects addresses like foo@.com)
3691
3692 2003-01-13 [paul]       0.8.8claws94
3693
3694         * src/messageview.c
3695           src/toolbar.c
3696                 fixes to the Message View toolbar and menu:
3697                 fix non-functioning Forward button
3698                 make Reply button consider default_reply_list
3699                 remove 'Follow-up...' menu entry
3700                 add 'Forward' and 'Redirect' menu entries
3701
3702 2003-01-13 [melvin]     0.8.8claws93
3703
3704         * src/inc.c
3705                 Fixed typo that could make new messages count incorrect.
3706
3707 2003-01-13 [melvin]     0.8.8claws92
3708
3709         * src/folderview.[ch]
3710                 folderview_check_new(): return the number of new messages.
3711         * src/inc.c
3712                 Should fix bug [14] where new mail notification worked 
3713                         incorrectly with IMAP accounts.
3714                 inc_spool_account(): return number of new msgs, or -1 on error
3715                 inc_all_spool(): return number of new msgs
3716                 
3717 2003-01-13 [melvin]     0.8.8claws91
3718
3719         * src/prefs_actions.c
3720                 Justify help text.
3721
3722 2003-01-12 [thorsten]   0.8.8claws90
3723
3724         * src/common/prefs.c
3725                 close file before rename
3726
3727 2003-01-12 [alfons]     0.8.8claws89
3728
3729         * AUTHORS
3730                 add Christian Mertes
3731         * src/common/utils.[ch]
3732                 g_stricase_hash(), g_stricase_equal(): functions for 
3733                 case insensitive hash tables
3734         * src/textview.c
3735                 use top level domain names to validate email address, based
3736                 on a patch by Christian Mertes (thanks!), but changed 
3737                 implementation to use a hash table 
3738
3739 2003-01-12 [paul]       0.8.8claws88
3740
3741         * po/bg.po
3742                 updated by George Danchev
3743
3744 2003-01-12 [alfons]     0.8.8claws87
3745
3746         * src/summaryview.c
3747                 delete / execute performance: use new style folder update
3748
3749 2003-01-12 [paul]       0.8.8claws86
3750
3751         * sync with 0.8.8cvs5
3752                 see ChangeLog 2003-01-13 (!)
3753
3754 2003-01-12 [alfons]     0.8.8claws85
3755
3756         * src/filtering.c
3757         * src/matcher_parser_parse.y
3758                 prepare change_score filtering action
3759         * src/matcher.[ch]
3760                 give up const-correctness on functions that call non-const-correct functions;
3761                 several casts to gpointer in g_free();
3762                 add change_score;
3763
3764 2003-01-12 [christoph]  0.8.8claws84
3765
3766         * src/compose.c
3767                 fix 2 warnings
3768
3769         * src/gtk/prefswindow.[ch]
3770         * src/plugins/spamassassin/spamassassin_gtk.c
3771                 changed the call of the widget create function
3772                 for PrefsPages, because sometimes the widget
3773                 create function needs a widget that already has
3774                 been attached to a window (to create GDK pixmaps
3775                 for exmaple). So we simply pass the GtkWindow as
3776                 the second parameter now.
3777
3778         * src/main.c
3779         * src/mainwindow.c
3780         * src/prefs_toolbar.[ch]
3781                 rewrite Toolbar Preferences using the new
3782                 prefs window
3783
3784 2003-01-11 [alfons]     0.8.8claws83
3785
3786         * src/addressadd.c
3787                 fix crash when adding sender to addressbook because status bar
3788                 isn't there (the status bar doesn't seem to be used though,
3789                 but I'll let Match decide what to do with it)
3790
3791 2003-01-11 [colin]      0.8.8claws82
3792
3793         * src/main.c
3794           src/toolbar.c
3795                 Two useless changes reversed
3796
3797 2003-01-11 [colin]      0.8.8claws81
3798
3799         * src/mainwindow.c
3800           src/mainwindow.h
3801                 Add mainwindow_get_mainwindow()
3802         * src/alertpanel.c
3803           src/alertpanel.h
3804                 Add alertpanel_error_log() 
3805         * src/compose.c
3806           src/inc.c
3807           src/messageview.c
3808           src/toolbar.c
3809           src/main.c
3810           src/procmsg.c
3811                 Network errors get a View Log button
3812
3813 2003-01-10 [alfons]     0.8.8claws80
3814
3815         * src/prefs_toolbar.c
3816         * src/toolbar.c
3817                 use the translatable string for "Separator" as file name for
3818                 separator toolbar items (probably make this uppercase?)
3819
3820 2003-01-10 [alfons]     0.8.8claws79
3821
3822         * src/prefs_toolbar.c
3823                 put right A_SEPARATOR description string in "displayed
3824                 toolbar items list" so manually added separators are
3825                 saved correctly (bug #10, "Adding a separator to the main 
3826                 toolbar fails, entry in xml file is wrong")
3827
3828 2003-01-10 [christoph]  0.8.8claws78
3829
3830         * src/imap.c
3831                 o fix warnings
3832                 o use CAPABILITY to check if NAMESPACE is available
3833
3834 2003-01-10 [christoph]  0.8.8claws77
3835
3836         * src/imap.[ch]
3837                 apply UIDPLUS IMAP extension support patch
3838
3839         Patch submitted by Simon 'corecode' Schubert
3840
3841 2003-01-10 [paul]       0.8.8claws76
3842
3843         * src/folderview.c
3844                 a sync from main which fixes the news account folders'
3845                 Properties bug
3846
3847 2003-01-10 [christoph]  0.8.8claws75
3848
3849         * src/folder.c
3850                 don't accept 0 as a valid uid returned by copy and move
3851                 functions. 0 means the message was copied or moved but the
3852                 new uid could not be fetched. It is not an error condition
3853                 for the copy or move operation.
3854
3855 2003-01-10 [paul]       0.8.8claws74
3856
3857         * src/prefs_filtering.c
3858                 change English used in Alert when entry is not
3859                 saved.
3860                 
3861         * sync with 0.8.8cvs4
3862                 see ChangeLog 2003-01-10
3863
3864 2003-01-10 [darko]      0.8.8claws73
3865
3866         * src/pine.c
3867                 fix crash when importing address book entry
3868                 without a valid address
3869
3870 2003-01-09 [alfons]     0.8.8claws72
3871
3872         * src/inc.c
3873                 filtering performance: use new style folder update
3874
3875 2003-01-09 [christoph]  0.8.8claws71
3876
3877         * src/compose.c
3878         * src/gtk/menu.[ch]
3879                 fix wrong selecting of mime encoding type, when
3880                 opening property dialog of attachments in the
3881                 compose window. 7bit was always selected and that
3882                 destoryed files with 8bit data.
3883                 (closes bug #9 Sylpheed-claws destroys attachments when
3884                  changing MIME-types)
3885
3886 2003-01-09 [paul]       0.8.8claws70
3887
3888         * sync with 0.8.8cvs3
3889                 see ChangeLog 2003-01-09
3890
3891 2003-01-08 [alfons]     0.8.8claws69
3892         
3893         * src/addressadd.c
3894                 apply patch by Kim Schulz to fix build breakage
3895                 because of missing variable
3896
3897 2003-01-08 [paul]       0.8.8claws68
3898
3899         * sync with 0.8.8cvs2
3900                 see ChangeLog 2002-01-08
3901
3902 2003-01-08 [paul]       0.8.8claws67
3903
3904         * po/it.po
3905                 updated by Alessandro Maestri
3906                 
3907         * src/addressadd.c
3908                 when using 'Add sender to addressbook' allow
3909                 name to be edited and remarks to be entered
3910                 Patch submitted by Luke Plant
3911
3912 2003-01-08 [darko]      0.8.8claws66
3913
3914         * README.claws, src/summaryview.c
3915                 fix description for marked messages
3916
3917 2003-01-08 [paul]
3918
3919         * tools/Makefile.am
3920           tools/launch_phoenix  ** NEW FILE **
3921                 add script that enables using Phoenix as the default
3922                 web browser. 
3923                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
3924                 
3925         * tools/OOo2sylpheed.pl
3926                 remove full path to sylpheed executable, just 'sylpheed'
3927                 will do
3928                 
3929         * tools/README
3930                 add launch_phoenix informtion and re-arrange and compress
3931                 the data a little
3932
3933 2003-01-07 [christoph]  0.8.8claws65
3934
3935         * src/folder.c
3936                 fix update for source folder when moving messages
3937         * src/procmsg.[ch]
3938         * src/summaryview.c
3939                 use function to set to_folder for message infos and
3940                 automatically update the op_count for old and new
3941                 folder
3942
3943 2003-01-07 [melvin]     0.8.8claws64
3944
3945         * src/prefs_actions.c
3946                 Fixed bug where an '%p' Action on a displayed image crashed 
3947                         Sylpheed
3948                 Code clean up (get rid of duplicated code and removed unnecessary 
3949                                 structure member)
3950
3951 2003-01-07 [christoph]  0.8.8claws63
3952
3953         * src/compose.c
3954         * src/folder.[ch]
3955         * src/folderview.c
3956         * src/import.c
3957         * src/inc.c
3958         * src/main.c
3959         * src/mainwindow.c
3960         * src/messageview.c
3961         * src/prefs_folder_item.c
3962         * src/procmsg.c
3963         * src/summaryview.c
3964         * src/toolbar.c
3965                 o remove all folder update triggering from the UI code. The folder
3966                   system should know much better when a folder needs an update.
3967                 o to prevent multiple updates in a row the folder updates can be
3968                   frozen for some time.
3969
3970                 Note: - Please verify that no updates are missing
3971                       - Check where freeze/thaws should be added
3972
3973 2003-01-07 [christoph]  0.8.8claws62
3974
3975         * src/prefs_actions.c
3976                 don't translate empty strings
3977
3978         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3979
3980 2003-01-06 [christoph]  0.8.8claws61
3981
3982         * src/prefs_actions.c
3983                 mark strings for gettext
3984         * src/prefs_matcher.c
3985                 use new description window for Execute action and
3986                 match condition in Filtering
3987
3988         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3989
3990 2003-01-06 [alfons]     0.8.8claws60
3991
3992         keep myself inspired to re-organize matcher part 8; 
3993         yes, more to come (I need to move out the descriptive
3994         text for actions to matcher.c, or at least make it not
3995         depend on the wicked ordering)
3996
3997         * src/prefs_matcher.c
3998                 add documentation so others may comprehend the
3999                 UI part of the conditions
4000                 
4001 2003-01-06 [christoph]  0.8.8claws59
4002
4003         * src/prefs_actions.c
4004                 use new description window for syntax help
4005         * src/gtk/description_window.c
4006                 fix display of descriptions with column count != 2
4007
4008         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4009
4010 2003-01-06 [christoph]  0.8.8claws58
4011
4012         * src/quote_fmt.c
4013         * src/summaryview.[ch]
4014         * src/gtk/Makefile.am
4015         * src/gtk/description_window.[ch]       ** NEW **
4016                 use a generic window to display syntax descriptions
4017                 currently used in quote_fmt and summaryview (new description
4018                 for extended quick search)
4019
4020         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4021
4022 2003-01-06 [paul]       0.8.8claws57
4023
4024         * sync with 0.8.8cvs1
4025                 see ChangeLog 2003-01-06
4026
4027 2003-01-06 [christoph]  0.8.8claws56
4028
4029         * src/mainwindow.c
4030         * src/prefs_gtk.[ch]
4031         * src/gtk/prefswindow.[ch]
4032         * src/plugins/spamassassin/spamassassin_gtk.c
4033                 o remove page management from prefswindow, pages
4034                   will be an argument to prefswindow_open
4035                 o prefswindow_open gets a datapointer that is
4036                   passed to the widget_create function to allow
4037                   creation of prefswindow for specific items
4038
4039 2003-01-06 [colin]      0.8.8claws55
4040         
4041         * src/summaryview.c
4042                 We don't want regexp in the reply-finder, 
4043                 because MIDs can contain !,$,. and so on
4044
4045 2003-01-06 [jens]       0.8.8claws54
4046
4047         * src/jpilot.c
4048                 fixed a wrong free in jpilot_read_db_files
4049
4050 2003-01-06 [alfons]     0.8.8claws53
4051
4052         re-organize matcher part 8; more to come
4053        
4054         * src/matcher.c
4055                 matcherprop_to_string(): put g_free()s before the
4056                 switch-case break to fix memleaks                
4057
4058 2003-01-06 [colin]      0.8.8claws52
4059
4060         * src/summaryview.c
4061                 cleanup & reply-finder now displays the first 
4062                 matching message
4063
4064 2003-01-05 [alfons]     0.8.8claws51
4065
4066         re-organize matcher part 7; more to come
4067
4068         * src/matcher.[ch]
4069                 fixes for constant correctness;
4070                 more documentation;
4071
4072 2003-01-05 [alfons]     0.8.8claws50
4073
4074         re-organize matcher part 6; more to come
4075         
4076         * src/matcher.[ch]
4077                 fixes for constant correctness;
4078                 more documentation;
4079         * src/filtering.c
4080                 fix for constant correctness
4081
4082 2003-01-05 [colin]      0.8.8claws49
4083
4084         * src/account.[ch]
4085                 Add account_get_reply_account function
4086         * src/compose.c
4087                 Use account_get_reply_account function 
4088         * src/summaryview.c
4089                 Basic reply-finder - click on the replied
4090                 icon gets you to the outbox using quick-search
4091
4092 2003-01-05 [paul]       0.8.8claws48
4093
4094         * src/prefs_common.c
4095                 small change to English
4096                 
4097         * src/prefs_filtering.c
4098                 prefs_filtering_action_select(): improve logic and uniformity
4099                 of gui
4100
4101 2003-01-05 [alfons]     0.8.8claws47
4102
4103         fine tune solution to focus problems (bug #7)
4104
4105         * src/mainwindow.c
4106                 mainwindow_focus_in_event(): remove grab event check
4107         * src/summaryview.c
4108                 summary_button_pressed(): move selection on right-click
4109                 too. we can't possibly move the selection back after
4110                 canceling a dialog, because gtk's incomplete focus 
4111                 management. whether this is a good solution, only time
4112                 will tell.
4113
4114 2003-01-05 [christoph]  0.8.8claws46
4115
4116         * src/imap.c
4117                 fix crash when no imap connection could be established
4118
4119 2003-01-05 [paul]       0.8.8claws45
4120
4121         * src/mainwindow.c
4122           src/sumamryview.c
4123           src/gtk/menu.[ch]
4124                 fix bug 605957 'shortcuts in popup-menu'
4125                 make user-defined shortcuts work
4126                 show shortcuts that are already defined
4127                 in the main menu
4128                 Patch submitted by Luke Plant
4129
4130 2003-01-05 [alfons]     0.8.8claws44
4131
4132         * src/mainwindow.c
4133                 focus_in_event handler should not select summary view row 
4134                 when another window (menu, dialog) grabbed for events 
4135                 (bug #7, "[0.8.8claws42] Message summary focus") 
4136
4137 2003-01-04 [christoph]  0.8.8claws43
4138
4139         * src/procmsg.c
4140                 update save folder after adding the sent message
4141                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
4142
4143 2003-01-02 [christoph]  0.8.8claws42
4144
4145         * src/common/plugin.c
4146                 fix unloading of all plugins and unload
4147                 plugins in reverse order
4148                 
4149         * src/gtk/pluginwindow.c
4150                 implement function of load and unload button
4151
4152         * src/gtk/prefswindow.c
4153         * src/gtk/prefswindow.h
4154                 rename register function and add new unregister
4155                 function
4156
4157         * src/plugins/spamassassin/spamassassin_gtk.c
4158                 unregister prefs page and update for changes in
4159                 src/gtk/prefswindow.c
4160
4161 2003-01-02 [paul]       0.8.8claws41
4162
4163         * po/es.po
4164                 updated by Ricardo Mones Lastra
4165
4166 2003-01-02 [paul]
4167
4168         * tools/tb2sylpheed
4169                 fixes and improvements by Urke MMI
4170
4171 2003-01-02 [thorsten]   0.8.8claws40
4172
4173         * src/procmsg.c
4174                 fixed wrong return value
4175
4176 2003-01-02 [thorsten]   0.8.8claws39
4177
4178         * src/prefs.c
4179                 fixed printing wrong variable
4180
4181 2003-01-02 [thorsten]   0.8.8claws38
4182
4183         * src/prefs.c
4184                 fixed acessing members of freed pfile struct
4185
4186 2003-01-02 [thorsten]   0.8.8claws37
4187
4188         * src/procmsg.c
4189                 detect loops across several messages
4190                 as suggested by Christoph Hohmann
4191
4192 2003-01-01 [match]      0.8.8claws36
4193
4194         * src/addrindex.c
4195                 fixed another memory leak.
4196
4197 2003-01-01 [match]      0.8.8claws35
4198
4199         * src/jpilot.[ch]
4200                 fixed memory leaks. applied Doxygen comments.
4201
4202 2003-01-01 [thorsten]   0.8.8claws34
4203
4204         * src/procmsg.c
4205                 inhibit endless loop if msg references itself
4206                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
4207
4208 2003-01-01 [christoph]  0.8.8claws33
4209
4210         * src/mainwindow.c
4211         * src/gtk/Makefile.am
4212         * src/gtk/pluginwindow.c                ** NEW **
4213         * src/gtk/pluginwindow.h                ** NEW **
4214                 add plugin window
4215
4216         * src/plugins/demo/demo.c
4217         * src/plugins/spamassassin/spamassassin.c
4218         * src/plugins/spamassassin/spamassassin_gtk.c
4219                 write better plugin descriptions
4220
4221 2002-12-31 [christoph]  0.8.8claws32
4222
4223         * src/gtk/prefswindow.c
4224         * src/plugins/spamassassin/spamassassin_gtk.c
4225                 some small improvements to GTK code
4226
4227 2002-12-31 [christoph]  0.8.8claws31
4228
4229         * src/plugins/spamassassin/spamassassin_gtk.c
4230                 enable folder select button
4231
4232 2002-12-31 [christoph]  0.8.8claws30
4233
4234         * src/mainwindow.c
4235         * src/gtk/Makefile.am
4236         * src/gtk/prefswindow.c                         ** NEW **
4237         * src/gtk/prefswindow.h                         ** NEW **
4238                 add new prefs window
4239
4240         * src/common/plugin.c
4241                 don't try to load empty config lines
4242         
4243         * src/plugins/spamassassin/Makefile.am
4244         * src/plugins/spamassassin/spamassassin.c
4245         * src/plugins/spamassassin/spamassassin.h       ** NEW **
4246         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
4247                 GTK config for SpamAssassin Plugin using
4248                 the new prefs window
4249
4250 2002-12-31 [paul]       0.8.8claws29
4251
4252         * po/POTFILES.in
4253                 remove obsolete entry 'src/menu.c'
4254
4255 2002-12-31 [alfons]     0.8.8claws28
4256
4257         * src/matcher.[ch]
4258         * src/matcher_parser_parse.y
4259         * src/prefs_matcher.c
4260                 add "ignore_thread" and "~ignore_thread" condition so it's
4261                 possible to make the actions / scoring operate on the ignore
4262                 thread flag
4263
4264 2002-12-31 [christoph]  0.8.8claws27
4265
4266         * src/addrbook.c
4267         * src/addrindex.c
4268         * src/folder.c
4269         * src/matcher.c
4270         * src/prefs_account.c
4271         * src/prefs_actions.c
4272         * src/prefs_customheader.c
4273         * src/prefs_display_header.c
4274         * src/prefs_gtk.c
4275         * src/procmime.c
4276         * src/toolbar.c
4277         * src/xmlprops.c
4278         * src/common/prefs.[ch]
4279                 extend prefs file handling for reading and automatic handling
4280                 of blocks. When reading prefs_set_block_label will automatically
4281                 move on to the block. When writing it will copy all other blocks
4282                 automatically
4283
4284         * src/common/plugin.c
4285                 Now loading plugin filenames from [Plugins] block in
4286                 sylpheed rc file
4287
4288 2002-12-30 [christoph]  0.8.8claws26
4289
4290         * src/common/hooks.[ch]
4291                 return abort status to caller of hooks_invoke
4292                 
4293         * src/inc.[ch]
4294                 invoke message filtering hook and stop
4295                 default handling when filter returns abort
4296
4297         * src/common/plugin.[ch]
4298         * src/plugins/demo/demo.c
4299                 modify plugin loader, because resolving symbols for strings
4300                 does not work correctly
4301         
4302         * configure.in
4303         * ac/spamassassin.m4                            ** NEW **
4304         * src/plugins/spamassassin/.cvsignore           ** NEW **
4305         * src/plugins/spamassassin/Makefile.am          ** NEW **
4306         * src/plugins/spamassassin/README               ** NEW **
4307         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
4308         * src/plugins/spamassassin/spamassassin.c       ** NEW **
4309         * src/plugins/spamassassin/utils.[ch]           ** NEW **
4310                 add spamassassin plugin, see src/plugins/spamassassin/README
4311                 for details
4312
4313 2002-12-29 [alfons]     0.8.8claws25
4314
4315         * src/mainwindow.c
4316                 when moving focus from a message view to the main 
4317                 window, don't forget to select the summary node
4318                 of the displayed message. should fix "[ 659103 ] 
4319                 focus-follows-mouse confuses sylpheed"
4320
4321 2002-12-29 [christoph]  0.8.8claws24
4322
4323         * src/Makefile.am
4324         * src/stringtable.[ch]          ** REMOVE **
4325         * src/common/Makefile.am
4326         * src/common/stringtable.[ch]   ** NEW **
4327                 move stringtable files to common directory
4328
4329 2002-12-29 [christoph]  0.8.8claws23
4330
4331         * src/Makefile.am
4332         * src/menu.[ch]                 ** REMOVE **
4333         * src/gtk/Makefile.am
4334         * src/gtk/menu.[ch]             ** NEW **
4335                 move menu files to gtk directory
4336
4337 2002-12-29 [match]      0.8.8claws22
4338
4339         * src/addressbook.c
4340         * src/syldap.c
4341                 moved UI specific code out of LDAP code into addressbook
4342                 UI code. fixed memory leak.
4343
4344 2002-12-29 [christoph]  0.8.8claws21
4345
4346         * src/folder.c
4347                 only check for IGNORED parent message when message is
4348                 not IGNORED itself
4349
4350 2002-12-29 [alfons]     0.8.8claws20
4351
4352         * src/summaryview.c
4353                 set gtksctree's anchor correct (immediate execute
4354                 changes the tree's layout, and anchor points at 
4355                 the incorrect row). fixes "[ 657233 ] multiple msg 
4356                 delete sometimes off by 1".
4357                 we probably have to look for more tree layout /
4358                 anchor glitches.
4359
4360 2002-12-29 [paul]       0.8.8claws19
4361
4362         * src/summaryview.c
4363                 fix bug [ 659054 ] incorrect sorting of 'From' column
4364                 when using 'display sender using address book'
4365                 thanks to Alfons and Luke Plant
4366
4367 2002-12-29 [christoph]  0.8.8claws18
4368
4369         * src/folder.c
4370         * src/procmsg.[ch]
4371                 check parent messages for IGNORE THREAD flag, when adding,
4372                 moving or copying messages to a folder
4373
4374 2002-12-27 [alfons]     0.8.8claws17
4375
4376         re-organize matcher part 5; more to come
4377
4378         * src/matcher.c
4379                 hash keywords in matchparser_tab 
4380
4381 2002-12-27 [alfons]     0.8.8claws16
4382
4383         re-organize matcher part 4; more to come
4384
4385         * src/matcher_parser.h
4386         * src/matcher_parser_lex.l
4387         * src/matcher_parser_parse.y
4388                 cleanup
4389
4390 2002-12-27 [alfons]     0.8.8claws15
4391
4392         re-organize matcher part 3; more to come
4393
4394         * src/matcher.[ch]
4395                 cleanup
4396
4397 2002-12-27 [alfons]     0.8.8claws14
4398
4399         re-organize matcher part 2; more to come but this should
4400         work. cc me if there are any regressions.
4401
4402         * src/matcher.h
4403                 add prototype for get_matchparser_tab_id()
4404         * src/matcher_parser_lex.l
4405                 look up keywords using matchparser_tab_id();
4406
4407 2002-12-27 [alfons]     0.8.8claws12
4408
4409         re-organize matcher part 1
4410
4411         * src/matcher.h
4412                 map yacc generated constants to sylpheed matcher constants
4413         * src/matcher.c
4414                 add function to find a matcher constant from a string
4415
4416 2002-12-27 [christoph]  0.8.8claws11
4417
4418         * src/compose.c
4419                 MENUITEM_ADD casts the 4th argument from integer to pointer
4420                 so it probably should not be a pointer, this means we
4421                 should use account id for it and not the account's pointer
4422
4423 2002-12-27 [paul]       0.8.8claws10
4424
4425         * src/mainwindow.c
4426                 remove unneeded 'GtkWidget *vbox'
4427                 
4428         * src/summaryview.c
4429                 further sync with 0.8.8 - make sort
4430                 by recipient work as expected
4431                 
4432         * NEWS
4433                 sync with 0.8.8
4434
4435 2002-12-27 [paul]       0.8.8claws9
4436
4437         * po/pt_BR.po
4438                 updated by Ivan F. Martinez
4439                 
4440 2002-12-27 [darko]      0.8.8claws8
4441
4442         * src/common/utils.c
4443                 added locked pattern to extended search
4444
4445 2002-12-27 [alfons]     0.8.8claws7
4446
4447         * src/prefs_matcher.[ch]
4448                 clean up
4449
4450 2002-12-26 [alfons]     0.8.8claws6
4451
4452         * src/matcher.[ch]
4453         * src/matcher_parser_lex.l
4454         * src/matcher_parser_parse.y
4455         * src/prefs_matcher.c
4456                 allow color label as a condition in the matcher
4457
4458 2002-12-26 [oliver]     0.8.8claws5
4459         
4460         * src/toolbar.c 
4461                 enable Addressbook for Main and Messageview
4462         * src/prefs_actions.c
4463                 enable actions in Messageview
4464
4465 2002-12-26 [christoph]  0.8.8claws4
4466
4467         * src/common/plugin.c
4468                 add a little debug output
4469         * configure.in
4470         * src/plugins/demo/Makefile.am
4471                 better use of automake
4472
4473 2002-12-26 [christoph]  0.8.8claws3
4474
4475         * src/Makefile.am
4476         * src/common/Makefile.am
4477                 fix "make distdir"
4478
4479 2002-12-26 [christoph]  0.8.8claws2
4480
4481         * configure.in
4482                 sort configure checks into common / gtk / plugins
4483         * po/POTFILES.in
4484                 add src/prefs_gtk.c
4485         * src/Makefile.am
4486                 add plugins SUBDIR
4487         * src/main.c
4488         * src/common/sylpheed.[ch]
4489                 added now sylpheed_done function for shutdown
4490         * src/common/Makefile.am
4491         * src/common/plugin.[ch]                ** NEW **
4492                 plugin loader and unloader
4493         * src/plugins/.cvsignore                ** NEW **
4494         * src/plugins/Makefile.am               ** NEW **
4495                 build plugins
4496         * src/plugins/demo/.cvsignore           ** NEW **
4497         * src/plugins/demo/Makefile.am          ** NEW **
4498         * src/plugins/demo/demo.c               ** NEW **
4499                 small demo plugin that installs a logtext hook and
4500                 outputs the log text to stdout
4501
4502 2002-12-26 [paul]       0.8.8claws1
4503
4504         * po/es.po
4505                 updated by Ricardo Mones Lastra
4506
4507 2002-12-26 [paul]       0.8.8claws
4508
4509         * 0.8.8claws released
4510
4511 2002-12-26 [paul]       0.8.7claws12
4512
4513         * po/bg.po
4514                 updated by George Danchev
4515
4516 2002-12-26 [paul]       0.8.7claws11
4517
4518         * po/POTFILES.in
4519                 remove unneeded 'src/prefs.c' entry 
4520
4521 2002-12-26 [paul]       0.8.7claws10
4522
4523         * src/codeconv.c
4524           src/mainwindow.c
4525                 sync with 0.8.8 release
4526         
4527         * src/folder.[ch]
4528           src/mh.c
4529           src/summaryview.c
4530                 partial sync with 0.8.8 release
4531         
4532
4533 2002-12-25 [alfons]     0.8.7claws9
4534
4535         * src/matcher.[ch]
4536         * src/matcher_parser_lex.l
4537         * src/matcher_parser_parse.y
4538         * src/prefs_matcher.c
4539                 add locked flag to possible filtering / matcher 
4540                 conditions (also a good example what should be
4541                 done to add a simple boolean condition)
4542
4543 2002-12-25 [christoph]  0.8.7claws8
4544
4545         * src/Makefile.am
4546         * src/account.[ch]
4547         * src/addrbook.c
4548         * src/addressbook.c
4549         * src/addrindex.c
4550         * src/filtering.c
4551         * src/folder.c
4552         * src/matcher.c
4553         * src/prefs.[ch]                ** REMOVE **
4554         * src/prefs_account.c
4555         * src/prefs_actions.c
4556         * src/prefs_common.c
4557         * src/prefs_customheader.c
4558         * src/prefs_display_header.c
4559         * src/prefs_filtering.c
4560         * src/prefs_folder_item.c
4561         * src/prefs_gtk.[ch]            ** NEW **
4562         * src/prefs_matcher.c
4563         * src/prefs_scoring.c
4564         * src/prefs_summary_column.c
4565         * src/procmime.c
4566         * src/selective_download.c
4567         * src/toolbar.c
4568         * src/common/Makefile.am
4569         * src/common/prefs.[ch]         ** NEW **
4570                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
4571
4572 2002-12-24 [alfons]     0.8.7claws7
4573
4574         * src/summaryview.c
4575                 summary_thread_build(): fix real cause of the crash mentioned in
4576                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
4577                 this way we get meaningful ctree nodes 
4578
4579 2002-12-24 [oliver]     0.8.7claws6
4580
4581         * src/mainwindow.[ch]
4582         * src/messageview.[ch]
4583         * src/compose.[ch]
4584         * src/inc.c
4585         * src/summaryview.c
4586                 changes to use updated toolbar handling
4587                 
4588 2002-12-24 [oliver]     0.8.7claws5
4589
4590         * src/toolbar.[ch]
4591                 generic toolbar handling
4592                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
4593         * src/prefs_toolbar.[ch]
4594                 adjust to handling
4595         
4596 2002-12-24 [oliver]     0.8.7claws4
4597         
4598         * src/stock_pixmap.[ch]
4599                 move SYLPHEED_LOGO to end of list in order 
4600                 to remove it from Custom Toolbar`s Icon View
4601
4602 2002-12-24 [alfons]     0.8.7claws3
4603
4604         * src/summaryview.c
4605                 summary_thread_build(): fix crash because of focus != selection 
4606                 after threading. when deleting the selection, gtk tries but fails 
4607                 to find the correct focusable element. we now force the selection
4608                 to be focused. this should solve the infamous bug reported by 
4609                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
4610                 a test case is available. 
4611
4612 2002-12-24 [darko]      0.8.7claws2
4613
4614         * src/summaryview.c
4615                 don't crash when unmarking message with unread children
4616
4617 2002-12-23 [christoph]  0.8.7claws1
4618
4619         * src/Makefile.am
4620         * src/common/Makefile.am
4621                 update Makefiles for moved intl.h, version.h and defs.h
4622         * src/imap.c
4623                 rewrite imap_session_get to avoid duplicate code
4624
4625 2002-12-23 [paul]       0.8.7claws
4626
4627         * Santa-Claws released
4628         
4629         * po/hu.po
4630           po/ru.po
4631                 squeeze in updated Hungarian and Russian translations.
4632                 Submitted by  Gál Zoltán and Ruslan N. Balkin
4633
4634 2002-12-23 [paul]       0.8.6claws129
4635
4636         * po/pl.po
4637                 updated by Witold Wladyslaw Wojciech Wilk
4638
4639 2002-12-23 [paul]       0.8.6claws128
4640
4641         * src/quote_fmt_parse.y
4642                 fix typo and add licence header
4643
4644 2002-12-23 [paul]       0.8.6claws127
4645
4646         * po/en_GB.po
4647                 updated
4648
4649 2002-12-23 [paul]       0.8.6claws126
4650
4651         * po/it.po
4652                 updated translation, submitted by Alessandro Maestri
4653                 
4654 2002-12-23 [paul]       0.8.6claws125
4655
4656         * src/quote_fmt_parse.y
4657                 fix signature-stripping on replies bug. match
4658                 '-- \n' and not '-- '.
4659
4660 2002-12-22 [paul]       0.8.6claws124
4661
4662         * po/bg.po
4663           po/es.po
4664           po/sr.po
4665                 updated translations. submitted by George Danchev,
4666                 Ricardo Mones Lastra, and Urke MMI respectively
4667
4668 2002-12-21 [paul]       0.8.6claws123
4669
4670         * src/addrbook.c
4671                 fix coding style
4672
4673 2002-12-21 [paul]       0.8.6claws122
4674
4675         * src/addrbook.c
4676                 fix bug [643638] where if a person is in one or more
4677                 addressbook groups editing that person's email 
4678                 address results in removal from those groups.
4679                 Patch submitted by Luke Plant.
4680
4681 2002-12-20 [christoph]  0.8.6claws121
4682
4683         * src/common/utils.c
4684         * src/summaryview.c
4685                 reimplement expand_search_string using GString to
4686                 prevent crashs caused by miscalculated string
4687                 lengths reported by Paul
4688
4689 2002-12-20 [christoph]  0.8.6claws120
4690
4691         * src/summaryview.c
4692                 don't use "changed" to check if op_count has to be changed as it
4693                 is also set when the message has unread children
4694                 (closes bug [ 653221 ] crash while deleting duplicates)
4695
4696 2002-12-20 [paul]       0.8.6claws119
4697
4698         * sync with 0.8.6cvs27
4699                 see ChangeLog 2002-12-20
4700
4701 2002-12-20 [paul]       0.8.6claws118
4702
4703         * sync with 0.8.6cvs26
4704                 see ChangeLog 2002-12-19 and 2002-12-20
4705
4706 2002-12-19 [alfons]     0.8.6claws117
4707
4708         * src/textview.c
4709                 fix incorrect parsing of email addresses, submitted by 
4710                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
4711                 name display if it contains @".
4712
4713 2002-12-18 [paul]       0.8.6claws116
4714
4715         * sync with 0.8.6cvs23
4716                 see ChangeLog 2002-12-18
4717
4718 2002-12-18 [paul]       0.8.6claws115
4719
4720         * src/Makefile.am
4721         * src/account.c
4722         * src/codeconv.c
4723         * src/gtkutils.[ch]
4724         * src/imap.c
4725                 sync with 0.8.6cvs22.
4726                 see ChangeLog 2002-12-17 and 2002-12-18
4727
4728 2002-12-17 [christoph]  0.8.6claws114
4729
4730         * src/imap.c
4731                 o don't create a session if imap greeting fails
4732                 o don't close socket when authentication fails
4733                   this is done by imap_session_destroy
4734
4735 2002-12-17 [thorsten]   0.8.6claws113
4736
4737         * tools/Makefile.am
4738           tools/README
4739           tools/google_msgid.pl ** NEW FILE **
4740                 Added "search for message-id" script and doc
4741
4742 2002-12-17 [thorsten]   0.8.6claws112
4743
4744         * po/hu.po
4745                 Updated hungarian translation
4746                 (updated by Gal Zoltan)
4747
4748 2002-12-16 [christoph]  0.8.6claws111
4749
4750         * src/addr_compl.c
4751                 remove stupid addressbook dump to debug output
4752         * src/mh.c
4753                 fix memory leak found by Hiro
4754
4755 2002-12-14 [paul]       0.8.6claws110
4756
4757         * src/compose.c
4758                 fix menubar sensitivity on send
4759                 
4760         * src/prefs_filtering.c
4761         * src/prefs_matcher.c
4762         * src/prefs_scoring.c
4763                 Fix english ;)
4764                 
4765         * src/common/quoted-printable.h
4766                 sync: fix typo
4767         
4768 2002-12-13 [christoph]  0.8.6claws109
4769
4770         * src/Makefile.am
4771         * src/manage_window.[ch]        ** REMOVE **
4772         * src/gtk/Makefile.am
4773         * src/gtk/manage_window.[ch]    ** NEW **
4774                 move manage_window files to gtk directory
4775
4776 2002-12-13 [christoph]  0.8.6claws108
4777
4778         * src/Makefile.am
4779         * src/gtkshruler.[ch]           ** REMOVE **
4780         * src/gtk/Makefile.am
4781         * src/gtk/gtkshruler.[ch]       ** NEW **
4782                 move gtkshruler files to gtk directory
4783
4784 2002-12-13 [christoph]  0.8.6claws107
4785
4786         * src/Makefile.am
4787         * src/compose.c
4788         * src/gtkstext.[ch]             ** REMOVE **
4789         * src/gtkutils.[ch]
4790         * src/textview.c
4791         * src/gtk/gtkstext.[ch]         ** NEW **
4792         * src/gtk/Makefile.am
4793                 o move stext functions to gtkstext.c to remove
4794                   dependency of gtkutils
4795                 o move gtkstext files to gtk directory
4796
4797         * src/gtk/Makefile.am
4798         * src/gtk/sslcertwindow.[ch]
4799                 UI stuff can always depend on common code so
4800                 it's ok to add ../common to include path
4801
4802 2002-12-13 [colin]      0.8.6claws106
4803
4804         * src/summaryview.c
4805                 Disconnect sighandlers for mainwindow when
4806                 quicksearch has the focus
4807                 Fix bug #653231
4808         * src/mainwindow.[ch]
4809                 Make key_pressed callback public, to be able
4810                 to disconnect it
4811
4812 2002-12-13 [christoph]  0.8.6claws105
4813
4814         * src/mh.c
4815                 create .mh_sequences file in new MH folders
4816                 (closes feature request [ 523162 ] MH folders should
4817                  get a .mh_sequences)
4818
4819 2002-12-13 [colin]      0.8.6claws104
4820
4821         * src/summaryview.c
4822                 Better handling of quicksearch show/hide
4823                 (basically the button stays under the mouse 
4824                  when toggled)
4825
4826 2002-12-13 [paul]       0.8.6claws103
4827
4828         * sync with 0.8.6cvs17
4829                 see ChangeLog 2002-12-13
4830
4831 2002-12-13 [paul]       0.8.6claws102
4832
4833         * po/es.po
4834                 updated by Ricardo Mones Lastra
4835
4836 2002-12-11 [colin]       0.8.6claws101
4837
4838         * src/folder.c
4839                 remove statusbar stuff
4840           src/folderview.c
4841                 set statusbar verbosity when moving folders
4842
4843 2002-12-11 [colin]       0.8.6claws100
4844         * src/prefs_filtering.c
4845         * src/prefs_matcher.c
4846         * src/prefs_scoring.c
4847                 Fix english ;)
4848
4849 2002-12-11 [colin]       0.8.6claws99
4850
4851         * src/prefs_common.[ch]
4852                 Add summary_quicksearch_type
4853         * src/summaryview.c
4854                 Save last used quicksearch type
4855
4856 2002-12-11 [jens]       0.8.6claws98
4857         * src/prefs_filtering.c
4858         * src/prefs_matcher.c
4859         * src/prefs_scoring.c
4860                 added dialog for incomplete rules in scoring, filtering and
4861                 matcher to ask wheather really close
4862
4863 2002-12-11 [colin]      0.8.6claws97
4864
4865         * src/folder.c
4866                 Fix folder dnd statusbar logging
4867
4868 2002-12-10 [christoph]  0.8.6claws96
4869
4870         * src/compose.c
4871         * src/folder.c
4872         * src/imap.c
4873         * src/inc.c
4874         * src/main.c
4875         * src/mainwindow.c
4876         * src/news.c
4877         * src/send.c
4878         * src/statusbar.[ch]
4879         * src/common/hooks.c
4880         * src/common/log.[ch]
4881                 o handle verbose logging in statusbar directly in statusbar code
4882                   and common code does not need any knowledge about a statusbar
4883                 o remove direct calls to statusbar_(puts|pop)_all functions
4884
4885 2002-12-10 [jens]       0.8.6claws95
4886
4887         * src/*.c
4888                 removed gettext from g_warnings
4889         * po/POTFILES.in
4890                 cleaned and updated
4891         * po/de.po
4892                 updated
4893
4894 2002-12-10 [colin]      0.8.6claws94
4895
4896         * src/main.c
4897                 finish crash dialog fix
4898
4899 2002-12-10 [colin]      0.8.6claws93
4900
4901         * src/main.c
4902                 "Fix" "sylpheed already running" instead of
4903                 crash dialog appearing after a crash
4904
4905 2002-12-10 [colin]      0.8.6claws92
4906
4907         * po/POTFILES.in
4908                 add src/gtk/sslcertwindow.c
4909
4910 2002-12-10 [paul]       0.8.6claws91
4911
4912         * po/POTFILES.in
4913                 updated to reflect recent changes
4914                 submitted by Alessandro Maestri
4915
4916 2002-12-09 [christoph]  0.8.6claws90
4917
4918         * src/Makefile.am
4919         * src/smtp.[ch]                 ** REMOVE **
4920         * src/common/Makefile.am
4921         * src/common/smtp.[ch]          ** NEW **
4922                 move smtp files to common directory
4923
4924 2002-12-09 [christoph]  0.8.6claws89
4925
4926         * src/Makefile.am
4927         * src/session.[ch]              ** REMOVE **
4928         * src/common/Makefile.am
4929         * src/common/session.[ch]       ** NEW **
4930                 move session files to common directory
4931
4932 2002-12-09 [paul]       0.8.6claws88
4933
4934         * src/account.c
4935                 fix bug [649746] edit accounts: move account reverted
4936                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
4937
4938 2002-12-09 [colin]      0.8.6claws87
4939
4940         * src/ssl_certificate.c
4941                 cleanup
4942
4943 2002-12-09 [colin]      0.8.6claws86
4944
4945         * src/ssl.c
4946                 Try to open the cert.pem database and 
4947                 issue a warning if it isn't there
4948
4949 2002-12-09 [colin]      0.8.6claws85
4950
4951         * src/common/ssl_certificate.c
4952         * src/gtk/sslcertwindow.c
4953                 Warning fixes
4954
4955 2002-12-09 [colin]      0.8.6claws84
4956
4957         * src/ssl_certificate.[ch] ** REMOVED **
4958         * src/common/ssl_certificate.[ch] ** NEW **
4959         * src/Makefile.am
4960         * src/common/Makefile.am
4961                 Moved ssl_certificate.[ch] to common
4962         * src/common/ssl.c 
4963                 Put back needed include
4964         * src/gtk/sslcertwindow.[ch]
4965                 Changed ssl_certificate.h include
4966         
4967 2002-12-09 [colin]      0.8.6claws83
4968
4969         * src/gtk/sslcertwindow.[ch]
4970                 Implement hook for certificate acception
4971         * src/ssl_certificate.[ch]
4972                 Implement hook for certificate acception
4973         * src/common/ssl.c
4974                 Reenable certificate acception check
4975         * src/mainwindow.c
4976                 Register sslcertwindow's hook
4977         
4978 2002-12-08 [christoph]  0.8.6claws82
4979
4980         * src/about.c
4981         * src/addr_compl.c
4982         * src/codeconv.c
4983         * src/manual.c
4984         * src/undo.c
4985         * src/common/utils.c
4986                 o add missing includes
4987                 o fix warnings
4988         * src/.cvsignore
4989         * src/common/.cvsignore
4990         * src/common/version.h          ** REMOVE **
4991                 remove autogenerated file
4992
4993 2002-12-08 [paul]       0.8.6claws81
4994
4995         * src/stringtable.c
4996                 put back needed include
4997
4998 2002-12-08 [colin]      0.8.6claws80
4999         
5000         * src/gtk/sslcertwindow.c
5001                 Cleaner popups when asking
5002         * src/ssl_certificate.c
5003         * src/prefs_common.[ch]
5004                 remove ssl certificate pref
5005                 put back needed include
5006         * src/undo.c
5007                 put back needed include
5008
5009 2002-12-08 [christoph]  0.8.6claws79
5010
5011         * src/folderview.c
5012         * src/logwindow.c
5013         * src/statusbar.c
5014         * src/summaryview.c
5015                 only abort hook invokation if required data is missing not
5016                 if our own data pointer is NULL, update hookfunction for
5017                 log window
5018
5019 2002-12-08 [paul]       0.8.6claws78
5020
5021         * src/about.c
5022         * src/addrcache.c
5023         * src/addrclip.c
5024         * src/addr_compl.c
5025         * src/addrselect.c
5026         * src/codeconv.c
5027         * src/colorlabel.c
5028         * src/enriched.c
5029         * src/esmtp.c
5030         * src/exporthtml.c
5031         * src/headerview.c
5032         * src/imageview.c
5033         * src/manual.c
5034         * src/noticeview.c
5035         * src/pgptext.c
5036         * src/scoring.c
5037         * src/sourcewindow.c
5038         * src/stringtable.c
5039         * src/undo.c
5040                 clean up: remove unneccesary includes
5041
5042 2002-12-08 [christoph]  0.8.6claws77
5043
5044         * src/folderview.c
5045         * src/statusbar.c
5046         * src/summaryview.c
5047         * src/common/hooks.[ch]
5048                 hook functions now have a gboolean return value, if a hook
5049                 returns TRUE it will stop executing of any more hooks in
5050                 the same hooklist for this invokation
5051
5052 2002-12-08 [colin]      0.8.6claws76
5053         
5054         * src/main.c
5055                 put back argv0 for CRASH_DIALOG
5056
5057 2002-12-08 [christoph]  0.8.6claws75
5058
5059         * src/Makefile.am
5060         * src/about.c
5061         * src/account.c
5062         * src/crash.c
5063         * src/esmtp.h
5064         * src/imap.[ch]
5065         * src/inc.c
5066         * src/main.c
5067         * src/mainwindow.c
5068         * src/news.c
5069         * src/pop.[ch]
5070         * src/prefs_account.[ch]
5071         * src/prefs_common.[ch]
5072         * src/send.[ch]
5073         * src/smtp.[ch]
5074         * src/ssl_certificate.[ch]
5075         * src/ssl_manager.[ch]
5076         * src/common/Makefile.am
5077         * src/common/log.c
5078         * src/common/nntp.[ch]
5079         * src/common/socket.[ch]
5080         * src/common/ssl.[ch]
5081         * src/gtk/sslcertwindow.[ch]
5082         * ac/openssl.m4
5083                 use new autoconf script to detect OpenSSL with extra parameters
5084                 to specify the location of libs and includes, also remove USE_SSL
5085                 to USE_OPENSSL
5086
5087         * src/common/sylpheed.[ch]
5088         * src/common/version.h.in
5089                 start seperation of common code initialization seperated from gui
5090
5091         * src/summaryview.c
5092                 The function that is called when a color label changes
5093                 should not change the color lable again
5094
5095 2002-12-08 [colin]      0.8.6claws74
5096
5097         * src/gtk/sslcertwindow.c
5098                 warning fixes
5099
5100 2002-12-08 [colin]      0.8.6claws73
5101
5102         * src/statusbar.c
5103           src/common/log.h
5104                 Register a hook for statusbar_puts_all
5105         * src/common/log.c
5106                 invoke statusbar_puts_all's hook
5107         
5108 2002-12-08 [colin]      0.8.6claws72
5109
5110         * src/ssl_certificate.c
5111                 Put back a badly-removed include
5112
5113 2002-12-08 [colin]      0.8.6claws71
5114
5115         * src/gtk/sslcertwindow.[ch]    ** NEW **
5116                 new certificate presentation
5117         * src/gtk/Makefile.am
5118                 add new files
5119         * src/ssl_certificate.[ch]
5120                 gtk cleanup, made utility functions public
5121         * src/ssl_manager.c
5122                 use new cert presentation
5123
5124 2002-12-07 [christoph]  0.8.6claws70
5125
5126         * src/Makefile.am
5127         * src/nntp.[ch]                 ** REMOVE **
5128         * src/common/Makefile.am
5129         * src/common/nntp.[ch]          ** NEW **
5130                 move nntp files to common directory
5131
5132 2002-12-07 [christoph]  0.8.6claws69
5133
5134         * src/procmsg.[ch]
5135         * src/summaryview.c
5136                 implement msginfo update callback using sylpheed's new
5137                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
5138
5139 2002-12-06 [christoph]  0.8.6claws68
5140
5141         * src/editgroup.c
5142                 This patch changes the 'Edit Group Details' dialog to
5143                 allow extended selections in either pane, so that
5144                 addresses can be added or removed from a group more
5145                 quickly and easily. (it actually is a net decrease in
5146                 file size, as some unnecessary functions have been
5147                 removed). 
5148                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
5149
5150 2002-12-06 [christoph]  0.8.6claws67
5151
5152         * src/Makefile.am
5153         * src/template.[ch]             ** REMOVE **
5154         * src/common/Makefile.am
5155         * src/common/template.[ch]      ** NEW **
5156                 move template files to common directory
5157
5158         * src/nntp.c
5159                 add missing log.h include
5160
5161 2002-12-06 [melvin]     0.8.6claws66
5162
5163         * src/prefs_actions.c
5164                 Added the trailing ">" syntax to insert command's output
5165                 without replacing old text (in contrast to trailing "|").
5166
5167 2002-12-05 [colin]      0.8.6claws65
5168         
5169         * src/common/utils.c
5170                 Don't modify original search_string or it'll change
5171                 the next iterations in the for()
5172
5173 2002-12-05 [darko]      0.8.6claws64
5174
5175         * src/common/utils.c
5176                 proper check for filtering commands, found by Colin
5177
5178 2002-12-05 [darko]      0.8.6claws63
5179
5180         * src/common/utils.c
5181                 check proper string for NULL pointer, found by Colin
5182
5183 2002-12-05 [darko]      0.8.6claws62
5184
5185         * src/common/utils.[ch]
5186                 expand_search_string(): new function
5187                 converts Mutt-like patterns to Sylpheed's
5188                 filtering engine
5189         * src/summaryview.c
5190                 use expand_search_string() to allow Mutt-like
5191                 patterns in extended search
5192         * README.claws
5193                 document extended option in quick search
5194
5195 2002-12-05 [paul]       0.8.6claws61
5196
5197         * sync with 0.8.6cvs16
5198                 see ChangeLog 2002-12-05
5199                 
5200         * po/POTFILES.in
5201                 clean up
5202
5203 2002-12-04 [christoph]  0.8.6claws60
5204
5205         * src/imap.[ch]
5206                 put imap authentication code into a new function and
5207                 remove it from imap_session_new that will allow to
5208                 send other commands before authentication
5209
5210 2002-12-04 [christoph]  0.8.6claws59
5211
5212         * src/imap.[ch]
5213                 use already existing method to prevent unneeded IMAP
5214                 folder selects. Set imap_select parameters to NULL
5215                 in some functions if the values are not required.
5216
5217         * src/xml.h
5218                 remove no longer required include
5219
5220 2002-12-04 [paul]       0.8.6claws58
5221
5222         * po/es.po
5223                 updated by Ricardo Mones Lastra
5224                 
5225         * configure.in
5226           po/hu.po      ** NEW FILE **
5227                 initial Hungarian translation, submitted
5228                 by Gál Zoltán <galzoli@hu.inter.net>
5229
5230 2002-12-03 [christoph]  0.8.6claws57
5231
5232         * src/Makefile.am
5233         * src/gtksctree.[ch]            ** REMOVE **
5234         * src/gtk/Makefile.am
5235         * src/gtk/gtksctree.[ch]        ** NEW **
5236                 move gtksctree files to gtk directory
5237
5238 2002-12-03 [christoph]  0.8.6claws56
5239
5240         * src/Makefile.am
5241         * src/md5.[ch]                  ** REMOVE **
5242         * srm/common/Makefile.am
5243         * src/common/md5.[ch]           ** NEW **
5244                 move md5 files to common directory
5245
5246         * src/gtkstext.c
5247                 remove not required #include
5248
5249 2002-12-03 [sergey]     0.8.6claws55
5250
5251         * src/gtkutils.c
5252         * src/gtkutils.h
5253                 gtkut_window_popup(): new function.
5254         * src/mainwindow.c
5255                 main_window_popup(): use gtkut_window_popup() to raise
5256                 window without changing its position.
5257                 (see sylpheed-main ML message [sylpheed:17247])
5258
5259 2002-12-03 [sergey]     0.8.6claws54
5260
5261         * src/send.c
5262                 send_message_local(): removed first-dot escaping
5263                 (SMTP-only, not needed for sending through pipe)
5264
5265 2002-12-03 [paul]       0.8.6claws53
5266
5267         * po/POTFILES.in
5268                 update to reflect recent changes (thanks
5269                 to Ricardo Mones Lastra)
5270                 
5271         * tools/filter_conv.pl
5272                  fix problem with quoted strings. Patch submitted
5273                  by Luke Plant <lukeplant@softhome.net>
5274
5275 2002-12-03 [paul]       0.8.6claws52
5276
5277         * sync with 0.8.6cvs15
5278                 see ChangeLog 2002-12-03
5279
5280 2002-12-02 [christoph]  0.8.6claws51
5281
5282         * src/logwindow.[ch]
5283         * src/common/log.[ch]
5284                 implement logging using a hook function
5285
5286         * src/folderview.c
5287         * src/folder.[ch]
5288                 define hooklist name in header file to avoid
5289                 errors caused by wrong spelling of hooklist names
5290
5291         * src/toolbar.c
5292                 fix warnings
5293
5294 2002-12-02 [christoph]  0.8.6claws50
5295
5296         * src/common/Makefile.am
5297                 add src/common/hooks.[ch]
5298
5299         * src/common/hooks.[ch]
5300                 implement a simple hook system using glib's hook functions
5301
5302         * src/folder.[ch]
5303         * src/folderview.c
5304                 use new hook system for folder item updates
5305
5306 2002-12-02 [christoph]  0.8.6claws49
5307
5308         * doc-src/ui_seperation.txt     ** NEW **
5309                 information for ui seperation
5310
5311         * src/Makefile.am
5312                 remove files that were moved to common
5313                 include common directory by default for the header files
5314
5315         * src/inc.c
5316         * src/common/socket.c
5317         * src/automaton.[ch]
5318                 implement automaton using g_io_*-functions instead of
5319                 gdk_input_add to make it ui independent
5320
5321         * src/codeconv.c
5322         * src/compose.c
5323         * src/ldif.c
5324         * src/pgptext.c
5325         * src/procmime.c
5326         * src/rfc2015.c
5327         * src/smtp.c
5328         * src/unmime.c
5329                 remove common/ prefix because directory is now in
5330                 include path
5331
5332         * src/compose.c
5333         * src/folder.c
5334         * src/folderview.c
5335         * src/mainwindow.c
5336         * src/messageview.c
5337         * src/prefs_common.c
5338         * src/procmsg.c
5339         * src/rfc2015.c
5340                 fix warnings
5341
5342         * src/imap.c
5343         * src/inc.c
5344         * src/news.c
5345         * src/pop.c
5346         * src/send.c
5347         * src/smtp.c
5348         * src/ssl_certificate.c
5349                 add log.h header file for logging functions
5350
5351         * src/main.c
5352         * src/common/utils.c
5353         * src/summaryview.c
5354         * src/xml.c
5355                 o move debug_mode to common/utils.c
5356                 o add functions to set and get debug_mode
5357
5358         * src/defs.h                    ** REMOVE **
5359         * src/intl.h                    ** REMOVE **
5360         * src/socket.[ch]               ** REMOVE **
5361         * src/ssl.[ch]                  ** REMOVE **
5362         * src/utils.[ch]                ** REMOVE **
5363                 replaced by new files in src/common/
5364         
5365         * src/common/Makefile.am
5366                 add new files in src/common/
5367
5368         * src/common/defs.h             ** NEW **
5369         * src/common/intl.h             ** NEW **
5370         * src/common/log.[ch]           ** NEW **
5371         * src/common/socket.[ch]        ** NEW **
5372         * src/common/ssl.[ch]           ** NEW **
5373         * src/common/utils.[ch]         ** NEW **
5374                 replacement for files in src/
5375
5376 2002-12-02 [colin]      0.8.6claws48
5377
5378         * src/folderview.c
5379                 Scroll folderview if necessary during dnd
5380
5381 2002-12-02 [colin]      0.8.6claws47
5382
5383         * src/folder.[ch]
5384                 Add check to verify a move is within a single mailbox
5385         * src/folderview.c
5386                 Add specific error string for this check
5387
5388 2002-12-02 [colin]      0.8.6claws46
5389
5390         * src/folder.c
5391                 Add a test to folder moving, remove a statusbar_print
5392         * src/folderview.c
5393                 Add Move folder... context-menu item
5394                 Factorize folder moving code
5395                 Enable folder DND for mbox
5396
5397 2002-12-01 [christoph]  0.8.6claws45
5398
5399         * ac/aspell.m4
5400                 remove conf.aspelltest if the version check fails
5401
5402 2002-11-30 [christoph]  0.8.6claws44
5403
5404         * autogen.sh
5405                 run libtoolize --force in autogen to create missing
5406                 libtool scripts
5407
5408 2002-11-30 [christoph]  0.8.6claws43
5409
5410         * src/Makefile.am
5411         * src/pgptext.c
5412         * src/procmime.c
5413         * src/rfc2015.c
5414         * src/uuencode.[ch]             ** REMOVED **
5415         * src/common/Makefile.am
5416         * src/common/uuencode.[ch]      ** NEW **
5417                 move uuen/decoder to common directory
5418
5419 2002-11-30 [christoph]  0.8.6claws42
5420
5421         * src/Makefile.am
5422         * src/base64.[ch]               ** REMOVED **
5423         * src/codeconv.c
5424         * src/compose.c
5425         * src/ldif.c
5426         * src/pgptext.c
5427         * src/procmime.c
5428         * src/rfc2015.c
5429         * src/smtp.c
5430         * src/unmime.c
5431         * src/common/Makefile.am
5432         * src/common/base64.[ch]        ** NEW **
5433                 move base64 en/decoder to common directory
5434
5435 2002-11-30 [christoph]  0.8.6claws41
5436
5437         * src/common                    ** NEW **
5438                 new directory for UI independent code
5439         * src/gtk                       ** NEW **
5440                 new directory for GTK frontend
5441         * src/common/.cvsignore         ** NEW **
5442         * src/gtk/.cvsignore            ** NEW **
5443                 ignore build files
5444         * src/common/Makefile.am        ** NEW **
5445         * src/gtk/Makefile.am           ** NEW **
5446                 automake files to build new seperated stuff
5447         * src/Makefile.am
5448                 the binary will currently still be build with the
5449                 files in src, so we include the code from the
5450                 subdirs for now after building the libs there
5451
5452 2002-11-30 [paul]       0.8.6claws40
5453
5454         * src/compose.c
5455                 fix bug [642731] 'Wrong selected account with drafted mail'
5456
5457 2002-11-29 [oliver]     0.8.6claws39
5458         
5459         * src/messageview.c
5460                 o update summaryview when switching between different
5461                   messageviews          
5462         * src/toolbar.c  
5463                 o check if messageview holds already removed msg
5464                   from summaryview
5465                 
5466
5467 2002-11-29 [oliver]     0.8.6claws38
5468
5469         * src/toolbar.c 
5470                 remove not needed variables and includes
5471                 make messageview stay opened and move to next when msgs are deleted 
5472
5473 2002-11-29 [oliver]     0.8.6claws37
5474         
5475         * src/toolbar.c 
5476                 disable compose button (messageview toolbar) by default
5477                 deleted msgs are moved to trash
5478         
5479 2002-11-29 [melvin]     0.8.6claws36
5480
5481         * configure.in
5482                 Increased minimal gpgme version to 0.3.10 (Zombies out)
5483                 and to detect signatures expirations (gpgme 0.3.6)
5484
5485         * src/main.c
5486                 Use non obsolescent function for Gpgme engine checking.
5487
5488         * src/rfc2015.c
5489                 Inform about expired signatures or signatures which key
5490                 has expired. Expiration date is displayed.
5491
5492         * src/sigstatus.c
5493                 Inform about expired signatures or signatures which key
5494                 has expired.
5495
5496 2002-11-28 [paul]       0.8.6claws35
5497
5498         * src/folderview.c
5499                 re-instate 'Check for new messages' in Newsgroup
5500                 folders right-click menu, after a suggestion from
5501                 Tim Mann <timmann@users.sourceforge.net>
5502
5503         * src/main.c
5504                 after a crash check only local folders for new
5505                 messages
5506
5507 2002-11-28 [paul]       0.8.6claws34
5508
5509         * configure.in
5510                 apply patch that fixes the checking of GTK with XIM 
5511                 support on different OSs, such as FreeBSD. Patch 
5512                 submitted by Topia <topia@users.sourceforge.net>
5513                 
5514 2002-11-28 [paul]       0.8.6claws33
5515
5516         * src/mainwindow.c
5517           src/prefs_common.c
5518           src/prefs_toolbar.c
5519                 more changes to the English
5520
5521 2002-11-28 [paul]       0.8.6claws32
5522
5523         * sync with 0.8.6cvs13
5524                 see ChangeLog 2002-11-28 (no sync needed
5525                 for src/compose.c)
5526
5527 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
5528         
5529         * src/mainwindow.[ch]
5530                 add patch by Ivan F. Martinez introducing messageview Toolbar
5531                 some changes and committed by oliver    
5532
5533 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
5534
5535         * src/messageview.[ch]
5536                 add patch by Ivan F. Martinez introducing messageview Toolbar
5537                 some changes and committed by oliver    
5538
5539 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
5540
5541         * src/compose.[ch]
5542                 add patch by Ivan F. Martinez introducing messageview Toolbar
5543                 some changes and committed by oliver    
5544
5545 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
5546         
5547         * src/toolbar.[ch]
5548                 add patch by Ivan F. Martinez introducing messageview Toolbar
5549                 some changes and committed by oliver
5550
5551 2002-11-28 [oliver]     0.8.6claws27
5552         
5553         * src/prefs_toolbar.[ch]
5554                 getting ready for messageview toolbar
5555                 free mem allocated by gettext
5556                 change prefs_toolbar to prefs_toolbar_open
5557  
5558 2002-11-28 [thorsten]   0.8.6claws26
5559
5560         * src/imageview.[ch]
5561                 cleaned up conflicting declarations of
5562                 imageview_show_image()
5563
5564 2002-11-28 [paul]       0.8.6claws25
5565
5566         * src/grouplistdialog.c
5567           src/prefs_common.c
5568           src/prefs_summary_column.c
5569                 a few more improvements to the English
5570
5571 2002-11-28 [colin]      0.8.6claws24
5572
5573         * man/sylpheed.1
5574                 A few updates to command-line parameters
5575
5576 2002-11-28 [colin]      0.8.6claws23
5577
5578         * src/prefs_filtering.c
5579                 Fix problems with prefs_filtering_delete_path:
5580                 a) if the first rule is removed, original pointers
5581                    weren't updated (leading to segfaults)
5582                 b) it was always global_processing updated in case
5583                    of removed path was parent of rule path
5584
5585 2002-11-27 [paul]       0.8.6claws22
5586
5587         * src/mainwindow.c
5588           src/prefs_account.c
5589           src/prefs_actions.c
5590           src/prefs_common.c
5591           src/prefs_customheader.c
5592           src/prefs_display_header.c
5593           src/prefs_filtering.c
5594           src/prefs_folder_item.c
5595           src/prefs_matcher.c
5596           src/prefs_scoring.c
5597           src/prefs_summary_column.c
5598           src/prefs_template.c
5599           src/prefs_toolbar.c
5600                  improve the English in the GUI
5601
5602 2002-11-27 [colin]      0.8.6claws21
5603
5604         * src/folder.c
5605                 Fix processing renaming problems happening after
5606                 last commit
5607
5608 2002-11-27 [colin]      0.8.6claws20
5609
5610         * src/folder.c
5611                 recursive move now deletes src each subfolder after 
5612                 having moved it
5613         * src/folderview.c
5614                 Use identifier instead of path during dnd (enables
5615                 IMAP folder dnd)
5616
5617 2002-11-27 [paul]       0.8.6claws19
5618
5619         * src/main.c
5620                 apply patch that does command-line processing 
5621                 BEFORE gtk_init, allowing claws to run from 
5622                 shell-scripts in non-X environment (e.g. crontab 
5623                 or ip-up, ip-down scripts). Patch submitted by
5624                 Ruslan N. Balkin <baron@dartel.ru>
5625                 
5626         * po/it.po
5627                 updated by Alessandro Maestri
5628
5629 2002-11-27 [paul]       0.8.6claws18
5630
5631         * sync with 0.8.6cvs12
5632           src/prefs_common.c
5633                 Differences are that main uses a 'Receive dialog'
5634                 frame on the Interface tab, whereas claws groups all 
5635                 the dialogs together in a 'Dialogs' frame.
5636
5637 2002-11-27 [colin]      0.8.6claws17
5638
5639         * src/prefs_matcher.c
5640                 Fix Execute criteria's NOT flag
5641
5642
5643 2002-11-26 [christoph]  0.8.6claws16
5644
5645         * src/ssl.c
5646                 rewrite the ssl code a little bit, only use one
5647                 SSL context, set default certificates' file/path
5648
5649 2002-11-26 [thorsten]   0.8.6claws15
5650
5651         * src/compose.c
5652                 default-reply-to didn't work for ml-reply
5653
5654 2002-11-26 [melvin]     0.8.6claws14
5655
5656         * src/prefs_actions.c
5657                 Made pipe-actions ignore short headers in message view
5658                 Made trailing-pipe-actions write in the message view with
5659                 the same font as the original message
5660
5661 2002-11-26 [paul]       0.8.6claws13
5662
5663         * src/compose.c
5664                 this time commit the correct file
5665
5666 2002-11-26 [paul]       0.8.6claws12
5667
5668         * sync with 0.8.6cvs11
5669           src/quote_fmt_parse.y  
5670                 no sync needed
5671           src/account.[ch]       
5672                 not sync'ed
5673           src/compose.c
5674                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
5675                 on draft mode.
5676                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
5677                 header
5678                 
5679         see ChangeLog 2002-11-25 and 2002-11-26
5680
5681 2002-11-26 [colin]      0.8.6claws11
5682
5683         * src/folderview.c
5684                 Fix collapsed folder not auto-expanding during
5685                 mail dnd, if it was the source folder.
5686
5687 2002-11-25 [colin]      0.8.6claws10
5688
5689         * src/folderview.[ch]
5690                 Variable renaming and cleaning (slist of nodes 
5691                 to be re-collapsed is stored in FolderView)
5692
5693 2002-11-25 [paul]       0.8.6claws9
5694
5695         * src/prefs_common.[ch]
5696                 fix breakage caused by last commit
5697
5698 2002-11-25 [paul]       0.8.6claws8
5699
5700         * sync with 0.8.6cvs4
5701                 see ChangeLog 2002-11-21
5702
5703 2002-11-25 [paul]       0.8.6claws7
5704
5705         * sync with 0.8.6cvs4
5706                 see ChangeLog 2002-11-20
5707
5708 2002-11-25 [paul]       0.8.6claws6
5709
5710         * sync with 0.8.6cvs3
5711                 see ChangeLog 2002-11-18
5712
5713 2002-11-25 [colin]      0.8.6claws5
5714
5715         * src/gtkutils.[ch]
5716                 Add gtkut_ctree_node_is_parent()
5717         * src/folderview.c
5718                 Spring-loaded folders
5719
5720 2002-11-25 [colin]      0.8.6claws4
5721
5722         * src/utils.[ch]
5723                 Add slist_concat_unique(), function to merge
5724                 two GSList filtering dups
5725         * src/folder.[ch]
5726         * src/summaryview.[ch]
5727         * src/folderview.c
5728         * src/main.c
5729                 Add detection/update/display of unread answers
5730                 to marked mails
5731         * src/procmsg.[ch]
5732                 Add procmsg_find_children()
5733                 Add procmsg_msg_has_marked_parent()
5734
5735 2002-11-25 [colin]      0.8.6claws3
5736
5737         * src/ssl_certificate.[ch]
5738                 Allow checking a certificate without a DNS
5739                 lookup
5740                 Allow to forget a cert (by deleting it)
5741                 Make ssl_certificate_destroy_public
5742         * src/ssl_manager.[ch] ** NEW FILES **
5743                 Gui to manage (display/remove) certificates
5744         * src/prefs_common.[ch]
5745                 Add a pref to allow silent acceptation of
5746                 trusted certificates or not (based on the
5747                 "I want to know what's going on" principle)
5748         * src/mainwindow.c
5749                 Add SSL manager in Tools menu
5750         * src/Makefile.am
5751                 Add the new files to the build
5752         * po/POTFILES.in
5753                 Add ssl_manager.c to translations
5754
5755 2002-11-25 [colin]      0.8.6claws2
5756
5757         * src/summaryview.[ch]
5758                 Add S_SEARCH_EXTENDED to the quick search, which 
5759                 allows to search using filtering syntax.
5760
5761 2002-11-25 [colin]      0.8.6claws1
5762
5763         * src/summaryview.c
5764                 Deletion of duplicates now prefer deleting
5765                 the unread dup (fixes feature-request 638989).
5766
5767 2002-11-24 [paul]       0.8.6claws
5768
5769         * po/es.po
5770           po/pl.po
5771           po/ru.po
5772           po/sr.po
5773                 updated by Ricardo Mones Lastra,
5774                 Witold Wladyslaw Wojciech Wilk,
5775                 Ruslan N. Balkin, and  Urke MMI 
5776                 respectively
5777
5778 2002-11-24 [paul]       0.8.5claws182
5779
5780         * po/bg.po
5781                 updated by George Danchev
5782
5783 2002-11-23 [alfons]     0.8.5claws181
5784
5785         * src/imap.c
5786                 tiny memory leak found by browsing Dimitar's 
5787                 valgrind report
5788
5789 2002-11-23 [paul]       0.8.5claws180
5790
5791         * po/it.po
5792                 updated by Alessandro Maestri
5793
5794 2002-11-22 [christoph]  0.8.5claws179
5795
5796         * src/compose.c
5797         * src/inc.c
5798         * src/prefs_filtering.c
5799         * src/summaryview.c
5800                 more warning fixes
5801
5802 2002-11-22 [alfons]     0.8.5claws178
5803
5804         * src/summaryview.c
5805                 summary_execute_delete_func(): if message is deleted, make 
5806                 sure to also remove its entry in the subject hash table. 
5807                 fixes a corner case bug.
5808
5809 2002-11-22 [paul]       0.8.5claws177
5810
5811         * .cvsignore
5812                 add 'autom4te.cache'
5813                 
5814         * ltconfig      ** REMOVED **
5815                 not needed
5816
5817 2002-11-22 [paul]       0.8.5claws176
5818
5819         * src/textview.c
5820                 textview_set_font(): fix for message display in
5821                 UTF-8 locales (thanks to Sergey Vlasov).
5822                 
5823         * AUTHORS
5824                 add new team members and contributors
5825
5826
5827 2002-11-21 [colin]      0.8.5claws175
5828
5829         * src/procmsg.[ch]
5830                 Add procmsg_remove_special_headers()
5831         * src/mh.c
5832                 Use procmsg_remove_special_headers() for 
5833                 previous fix
5834
5835 2002-11-21 [colin]      0.8.5claws174
5836
5837         * src/mh.c
5838                 Fix moving/copying from queue/draft folders
5839                 for MH folders
5840
5841 2002-11-21 [christoph]  0.8.5claws173
5842
5843         * src/crash.c
5844         * src/filtering.c
5845         * src/logwindow.c
5846         * src/main.c
5847         * src/matcher_parser_lex.[hl]
5848         * src/mbox.c
5849         * src/mbox_folder.[ch]
5850         * src/prefs_filtering.c
5851         * src/procheader.c
5852         * src/quote_fmt_lex.l
5853         * src/ssl.c
5854                 fix all warnings except the warnings in lex and yacc files
5855
5856 2002-11-20 [christoph]  0.8.5claws172
5857
5858         * src/imap.c
5859                 fix MsgInfo retrieval for IMAP draft and queue folders
5860                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
5861
5862 2002-11-19 [christoph]  0.8.5claws171
5863
5864         * src/compose.c
5865                 fix segfault, when draft saving does not get
5866                 the MsgInfo of the new message
5867                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
5868
5869 2002-11-19 [christoph]  0.8.5claws170
5870
5871         * src/procmsg.c
5872                 add parameter check for flag setting function
5873                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
5874
5875 2002-11-18 [paul]       0.8.5claws169
5876
5877         * src/compose.c
5878                 more sensitivity fixes to redirect mode:
5879                 * disable toolbar draft button
5880                 * allow only Address book in the Tools menu
5881                 * disable editing of message by the spell
5882                   checker
5883
5884 2002-11-18 [paul]       0.8.5claws168
5885
5886         * src/compose.c
5887                 fix sensitivity of menu items in compose_redirect():
5888                 allow only the necessary items 
5889
5890 2002-11-18 [paul]       0.8.5claws167
5891
5892         * src/compose.c
5893                 fix bug [ 603259 ] 'attachment got lost on bounce'
5894
5895 2002-11-18 [paul]       0.8.5claws166
5896
5897         * po/ru.po
5898                 updated by Ruslan N. Balkin <baron@dartel.ru>
5899
5900 2002-11-18 [colin]      0.8.5claws165
5901
5902         * src/main.c
5903           src/defs.h
5904                 Remove old filtering stuff
5905
5906
5907 2002-11-17 [oliver]     0.8.5claws164
5908
5909         * src/toolbar.h
5910                 remove not needed typedef 
5911
5912 2002-11-17 [oliver]     0.8.5claws163
5913
5914         * src/toolbar.c
5915                 make toolbar's on click events translatable
5916
5917 2002-11-15 [colin]      0.8.5claws162
5918
5919         * src/summaryview.c
5920                 Revert too-soon integration of a feature
5921
5922 2002-11-15 [christoph]  0.8.5claws161
5923
5924         * src/imap.c
5925                 use main's implementation of imap_get_msginfo
5926
5927 2002-11-15 [christoph]  0.8.5claws160
5928
5929         * src/compose.c
5930         * src/folder.[ch]
5931         * src/imap.c
5932         * src/mbox_folder.c
5933         * src/mh.c
5934         * src/news.c
5935         * src/procmsg.c
5936         * src/summaryview.c
5937                 replace claws' fetch_msginfo with main's get_msginfo
5938                 (use main's implementation where possible)
5939
5940 2002-11-15 [colin]      0.8.5claws159
5941
5942         * src/ssl_certificate.c
5943                 Missed a check
5944
5945 2002-11-16 [melvin]     0.8.5claws158
5946
5947         * po/fr.po
5948                 Updated French translations.
5949
5950 2002-11-16 [colin]      0.8.5claws157
5951
5952         * src/ssl_certificate.c
5953                 Check for missing parts in the certificates
5954
5955 2002-11-15 [colin]      0.8.5claws156
5956
5957         * src/folderview.c
5958                 Preventive fix (missing check) found by
5959                 Alfons
5960
5961 2002-11-15 [paul]
5962
5963         * NEWS
5964                 sync with 0.8.6 release
5965
5966 2002-11-15 [colin]      0.8.5claws155
5967
5968         * src/folder.[ch]
5969           src/folderview.c
5970                 Fix error handling of folder_item_move_to()
5971                 (thanks to Alfons!)
5972
5973 2002-11-15 [colin]      0.8.5claws154
5974
5975         * src/folder.[ch]
5976           src/folderview.c
5977                 folder_item_move_to() sets an error message instead
5978                 of having GUI stuff in folder.c
5979
5980 2002-11-15 [colin]      0.8.5claws153
5981
5982         * src/procmsg.[ch]
5983                 Implemented a callback for MsgInfo updates, 
5984                 heavily copy/pasted from Christoph's folder 
5985                 callback system
5986         * src/summaryview.[ch]
5987                 Register summary_update_msg as callback
5988
5989 2002-11-14 [colin]      0.8.5claws152
5990         
5991         * src/procmsg.c
5992                 Update the FolderItem after sending (fixes 617593)
5993
5994 2002-11-14 [christoph]  0.8.5claws151
5995
5996         * src/folder.c
5997                 fix wrong position of NULL pointer check found
5998                 by Sergey
5999
6000 2002-11-14 [christoph]  0.8.5claws150
6001
6002         * src/folder.c
6003                 fix segfault when deleting messages from IMAP folders
6004                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
6005
6006 2002-11-14 [colin]      0.8.5claws149
6007
6008         * src/compose.c
6009                 Forwarding was also ignoring the folder's default account.
6010
6011 2002-11-14 [colin]      0.8.5claws148
6012
6013         * src/compose.c
6014                 Fix sent folder not set to folder properties when 
6015                 forwarding.
6016
6017 2002-11-14 [thorsten]   0.8.5claws147
6018
6019         * src/inc.c
6020                 inc_start(): Files were not moved from .processing to inbox,
6021                 if no global processing rule existed
6022
6023 2002-11-14 [colin]      0.8.5claws146
6024
6025         * src/ssl_certificate
6026                 Fix file operations
6027
6028 2002-11-14 [paul]       0.8.5claws145
6029
6030         * po/it.po
6031                 updated by Alessandro Maestri
6032
6033 2002-11-13 [alfons]     0.8.5claws144
6034
6035         * src/folder.c
6036                 folder_item_close(): only mark messages unread
6037                 when a folder has new messages 
6038
6039 2002-11-13 [keith]      0.8.5claws143
6040
6041         * src/imap.c
6042                 Fix problem moving or copying between
6043                 IMAP folders
6044
6045 2002-11-13 [colin]      0.8.5claws142
6046
6047         * src/matcher_parser_parse.y
6048                 Fix rule problem when " don't match
6049
6050 2002-11-13 [christoph]  0.8.5claws141
6051
6052         * src/folder.c
6053         * src/folderview.c
6054                 moved cache saving to folder_item_close
6055                 the folderview should not have to deal with
6056                 this things
6057
6058 2002-11-13 [christoph]  0.8.5claws140
6059
6060         * src/summaryview.c
6061                 moved setting of important score to
6062                 summary_set_prefs_from_folderitem
6063
6064 2002-11-13 [colin]      0.8.5claws139
6065
6066         * src/matcher_parser_parse.y
6067                 Fix a segfault in the parser (happening when
6068                 a good expression had been tested and a bad 
6069                 one arrives)
6070
6071 2002-11-13 [paul]       0.8.5claws138
6072
6073         * sync with 0.8.5cvs24
6074                 see ChangeLog 2002-11-13
6075                 
6076         * po/pt_BR.po
6077                 updated by Fabio Jr. Beneditto
6078
6079 2002-11-13 [colin]      0.8.5claws137
6080         
6081         * src/msgcache.c
6082           src/defs.h
6083           src/procmsg.[ch]
6084                 Revert last commit, problem
6085
6086 2002-11-13 [colin]      0.8.5claws136
6087
6088         * src/msgcache.c
6089                 Remove duplicated code
6090         * src/defs.h
6091                 Bumped CACHE_VERSION and MARK_VERSION
6092         * src/procmsg.[ch]
6093                 Network endian for cache and mark files
6094
6095 2002-11-12 [colin]      0.8.5claws135
6096
6097         * src/inc.c
6098                 Fix the "socket error" dialog which disappeared
6099
6100 2002-11-12 [colin]      0.8.5claws134
6101
6102         * src/msgcache.c
6103                 Reverse last commit which had performance 
6104                 problems, but still reverse the list
6105
6106 2002-11-12 [colin]      0.8.5claws133
6107
6108         * src/msgcache.c
6109                 Reverse list order
6110
6111 2002-11-12 [melvin]     0.8.5claws132
6112
6113         * src/compose.c
6114                 Added a check for a NULL prefs_common.dictionary
6115
6116 2002-11-12 [colin]      0.8.5claws131
6117
6118         * src/ssl_certificate.[ch]
6119                 Use FQDN hostname
6120
6121 2002-11-12 [colin]      0.8.5claws130
6122
6123         * src/ssl_certificate.[ch]
6124                 Take connection port into account for 
6125                 checking certificates (a single hostname
6126                 could have multiple servers with multiple
6127                 certificates)
6128         * src/ssl.c
6129                 Pass the port to ssl_certificate_check
6130
6131 2002-11-12 [paul]       0.8.5claws129
6132
6133         * src/folder.c
6134                 fix a typo in last commit
6135
6136 2002-11-12 [paul]       0.8.5claws128
6137
6138         * sync with 0.8.5cvs23
6139                 see ChangeLog entry 2002-11-12
6140
6141 2002-11-11 [colin]      0.8.5claws127
6142
6143         * src/ssl_certificate.c
6144                 Cleaner messages
6145                 Don't popup, instead log error, if the 
6146                 corresponding pref is checked
6147         * src/ssl_certificate.h
6148                 include <openssl/objects/h>
6149
6150 2002-11-11 [colin]      0.8.5claws126
6151
6152         * src/ssl_certificate.h
6153                 _Really_ clean it
6154
6155 2002-11-11 [colin]      0.8.5claws125
6156         
6157         * src/ssl_certificate.c
6158                 Fixed leak
6159
6160 2002-11-11 [colin]      0.8.5claws124
6161
6162         * src/ssl.c
6163                 Cleaned a bit
6164         * src/ssl_certificate.[ch]
6165                 Cleaned a bit (better use of SSL API)
6166                 (This will cause non-recognition of saved 
6167                  certificates of claws12[23]...)
6168
6169 2002-11-11 [paul]       0.8.5claws123
6170         
6171         * po/es.po
6172                 updated by Ricardo Mones Lastra
6173
6174 2002-11-11 [colin]      0.8.5claws122
6175
6176         * src/ssl.c
6177                 Fix a typo
6178
6179 2002-11-11 [colin]      0.8.5claws121
6180
6181         * src/ssl_certificate.[ch] ** NEW FILES **
6182         * src/ssl.[ch]
6183                 Check SSL certificates presented to us
6184         * src/Makefile.am
6185                 Add ssl_certificate.[ch]
6186         * po/POTFILES.in
6187                 Add ssl_certificate.c
6188
6189 2002-11-11 [paul]       0.8.5claws120
6190
6191         * sync with 0.8.5cvs22
6192                 see ChangeLog 2002-11-11
6193
6194 2002-11-11 [paul]       0.8.5claws119
6195
6196         * sync with 0.8.5cvs21
6197                 see ChangeLog 2002-11-11
6198
6199 2002-11-10 [jens]       0.8.5claws118
6200
6201         * src/folder.c
6202         * src/folderview.c
6203                 corrected some typing
6204         * po/de.po
6205                 updated german translation
6206         * sylpheed.spec.in
6207                 cleaned up specfile and adjusted it for claws
6208
6209 2002-11-10 [colin]      0.8.5claws117
6210
6211         * src/summaryview.c
6212                 a STATUSBAR_PUSH/POP fix
6213
6214 2002-11-10 [colin]      0.8.5claws116
6215
6216         * src/prefs_folder_item.c
6217                 Fix hanging after opening folder properties
6218
6219 2002-11-10 [hoa]        0.8.5claws115
6220
6221         * src/matcher_parser_lex.l
6222         * src/matcher_parser_parse.y
6223                 config file for scoring and filtering is no more trashed
6224                 when there is a syntax error in a filtering rule when
6225                 editing it in a dialog.
6226
6227 2002-11-09 [colin]      0.8.5claws114
6228
6229         * src/mbox_folder.c
6230                 Added missing initialisation of folder->destroy()
6231
6232 2002-11-09 [colin]      0.8.5claws113
6233
6234         * src/folder.c
6235           src/folderview.c
6236                 Fix the status bar messages
6237
6238 2002-11-09 [colin]      0.8.5claws112
6239
6240         * src/folderview.c
6241                 Fix hangs after folder dnd, happening after 
6242                 claws109.
6243
6244 2002-11-09 [christoph]  0.8.5claws111
6245
6246         * src/folderview.c
6247                 just changed order of calls (reverse order of
6248                 associated calls)
6249         * src/inc.c
6250                 lock inc when checking only one account, otherwise
6251                 inc all could be executed at the same time
6252
6253 2002-11-09 [christoph]  0.8.5claws110
6254
6255         * src/folderview.c
6256                 better unlock the mouse cursor before calling
6257                 summary_show because it changes the cursor too
6258
6259 2002-11-09 [christoph]  0.8.5claws109
6260
6261         * src/folder.[ch]
6262         * src/folderview.c
6263                 add functions to open and close a folder
6264                 o opending will execute scanning for remote folders
6265                   and processing
6266                 o closing will unset new flag for messages
6267
6268 2002-11-09 [colin]      0.8.5claws108
6269
6270         * src/folder.c
6271                 Add a call to prefs_matcher_write_config to 
6272                 avoid non-leaf folders filtering settings to be
6273                 lost
6274
6275 2002-11-09 [paul]       0.8.5claws107
6276
6277         * src/prefs_account.c
6278                 re-word a label
6279
6280 2002-11-09 [colin]      0.8.5claws106
6281
6282         * src/folderview.c
6283                 Minor esthetic fix
6284
6285 2002-11-09 [colin]      0.8.5claws105
6286
6287         * src/folderview.c
6288                 Fix prefs_filtering deletion for MH folders (same
6289                 reason as below)
6290         * src/prefs_filtering.c
6291                 Fix prefs_filtering renaming and deletion for 
6292                 folder-based processing rules.  
6293
6294 2002-11-09 [christoph]  0.8.5claws104
6295
6296         * src/compose.c
6297         * src/folder.[ch]
6298         * src/folderview.[ch]
6299         * src/import.c
6300         * src/inc.c
6301         * src/main.c
6302         * src/mainwindow.c
6303         * src/messageview.c
6304         * src/prefs_folder_item.c
6305         * src/procmsg.c
6306         * src/summaryview.c
6307                 implement a callback system for folder item updates
6308
6309 2002-11-09 [colin]      0.8.5claws103
6310
6311         * src/folderview.c
6312                 Fix prefs_filtering renaming for MH folders (we
6313                 shouldn't rename by path as another folder could
6314                 have the same hierarchy).
6315
6316 2002-11-09 [colin]      0.8.5claws102
6317
6318         * src/folder.c
6319                 Fix a leak found by Christoph, use better variable
6320                 names
6321
6322 2002-11-09 [colin]      0.8.5claws101
6323
6324         * src/folder.c
6325                 One more fix for processing rules
6326
6327 2002-11-08 [colin]      0.8.5claws100
6328         
6329         * src/matcher.c
6330                 Don't copy the compiled regexp (will be reevaluated)
6331         * src/folderview.c
6332                 Lock folderview while moving
6333         * src/folder.c
6334                 Provide info on what's happening to the user
6335
6336 2002-11-08 [colin]      0.8.5claws99
6337
6338         * src/folderview.c
6339                 Fix folder reordering after a move if parent is 
6340                 root
6341         * src/scoring.[ch]
6342                 Add function to copy a ScoringProp
6343         * src/prefs_folder_item.c
6344                 Copy scoring rules when copying a folder prefs
6345
6346 2002-11-08 [colin]      0.8.5claws98
6347
6348         * src/folderview.c
6349                 Fixes in case of failure
6350         * src/filtering.[ch]    
6351                 Add function to duplicate a FilteringProp
6352         * src/matcher.[ch]
6353                 Add function to duplicate a MatcherProp
6354         * src/prefs_folder_item.c
6355                 Save folder's processing rules when copying 
6356                 its prefs
6357
6358 2002-11-08 [colin]      0.8.5claws97
6359         
6360         * src/folderview.c
6361                 Sort after move
6362         * src/folder.c 
6363                 Change a printf to debug_print
6364
6365 2002-11-08 [colin]      0.8.5claws96
6366
6367         * src/folder.c
6368           src/folderview.c
6369                 Fix segfaults, call me stupido
6370         
6371
6372 2002-11-08 [colin]      0.8.5claws95
6373
6374         *src/folder.c
6375                 Added forgotten prefs to save when moving folders
6376
6377 2002-11-08 [colin]      0.8.5claws94
6378
6379         * src/folder.c
6380                 Fixes to folder DND (prefs copy)
6381         * src/folderview.c
6382                 Optimization for folder DND (don't rescan whole tree)
6383                 Added folderview_create_folder_node() for this 
6384                 optimization, so de-duped a bit the code
6385         * src/prefs_folder_item.[ch]
6386                 Added prefs_folder_item_copy_prefs()    
6387           
6388 2002-11-08 [paul]       0.8.5claws93
6389
6390         * src/prefs_account.c
6391           tools/README
6392           tools/kmail2sylpheed_v2.pl
6393                 correct some typos
6394
6395 2002-11-08 [paul]       0.8.5claws92
6396
6397         * src/compose.c
6398           src/prefs_account.[ch]
6399                 remove account options 'clearsign' and 'ascii_armored',
6400                 replace with 'default_gnupg_mode' to prevent mixed-mode
6401                 Privacy settings
6402
6403 2002-11-08 [paul]       0.8.5claws91
6404
6405         * src/compose.[ch]
6406                 re-implement GnuPG 'on-the-fly' mode selection,
6407                 disallow mixed-mode
6408
6409 2002-11-08 [colin]      0.8.5claws90
6410
6411         * src/folderview.c
6412           src/prefs_folder_item.c
6413                 Change "Property" to "Properties"
6414
6415 2002-11-07 [colin]      0.8.5claws89
6416
6417         * src/folderview.c
6418           src/folder.c
6419                 Allow folder dropping to a root folder
6420
6421 2002-11-07 [paul]       0.8.5claws88
6422
6423         * src/compose.c
6424                 revert last commit
6425
6426 2002-11-07 [paul]       0.8.5claws87
6427
6428         * src/compose.c
6429                 fix reply-to-list bug. closes bug report
6430                 "[633382] reply-to-list broken in recent cvs"
6431
6432 2002-11-07 [paul]       0.8.5claws86
6433
6434         * src/compose.c
6435                 add a forgotten '#if USE_GPGME ... #endif'
6436
6437 2002-11-07 [paul]       0.8.5claws85
6438
6439         * sync with 0.8.5cvs20
6440                 see ChangeLog 2002-11-07
6441
6442 2002-11-07 [colin]      0.8.5claws84
6443
6444         * src/folder.[ch]
6445                 Change folder_item_move_to to return the newly 
6446                 created folderitem.
6447         * src/folderview.c
6448                 Select the new folderitem after moving.
6449
6450 2002-11-07 [colin]      0.8.5claws83
6451
6452         * src/prefs_filtering.c
6453                 Fix rule rewriting when moving a leaf folder to a 
6454                 shorter path
6455
6456 2002-11-07 [colin]      0.8.5claws82
6457
6458         * src/prefs_filtering.c
6459                 fix a leak
6460
6461 2002-11-07 [colin]      0.8.5claws81
6462
6463         * src/folder.[ch]
6464                 Add folder_item_move_to() function to move a 
6465                 folderitem into another one (updates matcher etc)
6466         * src/folderview.c
6467                 Add folder drag'n drop (context menu to come)
6468                 [Should be dataloss free, but Please backup before 
6469                  trying !]
6470
6471 2002-11-06 [colin]      0.8.5claws80
6472
6473         * src/mh.c
6474                 mh_create_folder() returns NULL if can't create
6475                 directory hierarchy
6476
6477 2002-11-06 [paul]       0.8.5claws79
6478
6479         * src/compose.[ch]
6480                 allow 'on-the-fly' changing of the type of encryption 
6481                 and/or signing used (mime/ascii) via the compose window
6482
6483 2002-11-06 [paul]       0.8.5claws78
6484
6485         * sync with 0.8.5cvs19
6486                 see ChangeLog 2002-11-06 for src/account.c: 
6487                 account_get_special_folder()
6488                 
6489 2002-11-05 [alfons]     0.8.5claws77
6490
6491         * src/crash.c
6492                 very minor cleanups: nothing to see here, move on. :-)
6493
6494 2002-11-05 [colin]      0.8.5claws76
6495
6496         * src/main.c
6497                 Changes choices if compose windows are opened to
6498                 Discard, Draft, Don't quit
6499
6500 2002-11-05 [thorsten]   0.8.5claws75
6501
6502         * src/compose.c
6503                 reenabled default_reply_to folder option
6504
6505 2002-11-05 [colin]      0.8.5claws74
6506
6507         * src/compose.[ch] 
6508                 add compose_draft()
6509         * src/crash.c
6510                 add SIGTERM handler
6511         * src/main.[ch]
6512                 add clean_quit() for the SIGTERM handler
6513
6514 2002-11-05 [paul]       0.8.5claws73
6515         
6516         * po/es.po
6517                 updated by Ricardo Mones Lastra
6518
6519 2002-11-05 [melvin]     0.8.5claws72
6520
6521         * src/logwindow.c
6522                 Fixed log-clipping bug #616795.
6523                 To stop logging in the log window use 0 length.
6524         * src/prefs_common.c
6525                 Added a label to inform about the 0 log length behaviour.
6526
6527 2002-11-05 [paul]       0.8.5claws71
6528
6529         * sync with 0.8.5cvs17
6530                 see ChangeLog 2002-11-05
6531
6532 2002-11-04 [paul]       0.8.5claws70
6533
6534         * sylpheed-128x128.png
6535           sylpheed-64x64.png
6536           sylpheed.png
6537                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
6538                 <nikai@users.sourceforge.net>
6539                 
6540         * po/bg.po
6541                 updated by George Danchev
6542
6543 2002-11-03 [thorsten]   0.8.5claws69
6544
6545         * src/main.c
6546           src/mimeview.c
6547           src/rfc2015.h
6548                 add check if gpg is active
6549
6550 2002-11-03 [thorsten]   0.8.5claws68
6551
6552         * src/toolbar.h
6553                 removed GSList declaration causing trouble on MacOS-X
6554                 (submitted by alfons, reported by xfesty)
6555
6556 2002-11-01 [paul]       0.8.5claws67
6557
6558         * src/mainwindow.c
6559                 remove last remnants of main's filter code
6560
6561 2002-11-01 [paul]       0.8.5claws66
6562
6563         * tools/filter_conv.pl
6564                 fix bug where user-defined headers were ignored
6565
6566 2002-11-01 [paul]       0.8.5claws65
6567
6568         * src/logwindow.c
6569                 make a debug_print() not translatable
6570
6571 2002-10-31 [melvin]     0.8.5claws64
6572
6573         * ac/aspell.m4
6574                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
6575                 not run any GNU/aspell test.  The dictionary path will
6576                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
6577                 was given, in which case, it will be $prefix/lib/aspell/
6578         * configure.in
6579                 Fixed typo in commentary (Aspell code).
6580
6581 2002-10-31 [paul]       0.8.5claws63
6582
6583         * po/POTFILES.in
6584                 remove src/filter.c and src/prefs_filter.c
6585                 thanks to Ricardo for reminding me
6586
6587 2002-10-31 [colin]      0.8.5claws62
6588
6589         * src/mbox_folder.c
6590                 Plug some leaks
6591
6592 2002-10-31 [paul]       0.8.5claws61
6593
6594         * src/prefs_filter.[ch] ** REMOVED **
6595           src/filter.[ch]       ** REMOVED **
6596           
6597         * src/Makefile.am
6598           src/folderview.c
6599           src/inc.c
6600           src/main.c
6601           src/mainwindow.c
6602           src/mbox.c
6603           src/prefs_common.c
6604           src/prefs_filtering.c
6605           src/summaryview.[ch]
6606                 remove main's 'filter' code
6607                 
6608         README.claws
6609                 update to reflect removal of main's filter
6610
6611 2002-10-31 [paul]       0.8.5claws60
6612
6613         * src/summaryview.c
6614                 remove check for global_processing in summary_filter_open(). 
6615                 This fixes the bug where if the user uses the right-click 
6616                 'Create filter rule...' and doesn't have any filter rules 
6617                 already defined in claws' advanced filtering, the newly 
6618                 created filter rule goes to main's filtering which is 
6619                 inaccessible through the gui. Now the filter rule gets added
6620                 to claws' filtering by default.
6621
6622 2002-10-28 [melvin]     0.8.5claws59
6623
6624         * src/prefs_actions.c
6625                 Fixed bug #627322 where MIME parts were not always
6626                 correctly passed to a %p action
6627                 Display an error dialog when message filename is not found.
6628
6629 2002-10-28 [melvin]     0.8.5claws58
6630
6631         * src/prefs_common.c
6632                 Readded a missing function declaration lost in 0.8.3claws34
6633
6634 2002-10-28 [paul]       0.8.5claws57
6635
6636         * sync with 0.8.5cvs15
6637                 see ChangeLog 2002-10-28 and 2002-10-25
6638                 
6639         Note: ChangeLog entry 2002-10-24 is not sync'ed.
6640
6641 2002-10-27 [oliver]     0.8.5claws56
6642
6643         * src/pop.c
6644                 plug leak in pop3_top_recv
6645
6646 2002-10-26 [christoph]  0.8.5claws55
6647
6648         * src/folder.c
6649                 set need_update folder flag when messages are added
6650                 (closes bug [ 626922 ] folder not updated after receiving)
6651
6652 2002-10-25 [melvin]     0.8.5claws54
6653
6654         * src/imageview.c
6655                 Fixed a memleak introduced in the scaling code.
6656
6657 2002-10-24 [alfons]     0.8.5claws53
6658
6659         * src/filtering.c
6660                 make filtering's forward message action forward from the 
6661                 correct account
6662                 (closes bug [628089 ] Filter -> Forward from address problem
6663                 reported by Oktay)
6664
6665 2002-10-24 [christoph]  0.8.5claws52
6666
6667         * src/mainwindow.c
6668         * src/manual.[ch]
6669                 o use manual of current locale or english if current
6670                   locale is not available (and english is available)
6671                 o also link to sylpheed doc project manuals
6672
6673 2002-10-23 [paul]       0.8.5claws51
6674
6675         * tools/README
6676           tools/kmail2sylpheed_v2.pl
6677                 add new version of kmail addressbook importer script.
6678                 works with newer versions of Kmail/KAddressBook which
6679                 have new and rearranged data.
6680
6681 2002-10-23 [martin]     0.8.5claws50
6682
6683         * src/folderview.c
6684         * src/summaryview.c
6685         * src/utils.h
6686         * src/utils.c
6687                 added length parameter to get_abbrev_newsgroup_name()
6688                 changed this function so that it abbreviates the newsgroup
6689                 names only so long it is smaller than the length parameter
6690                 (for better reading of some newsgroup names and space efficiency)
6691
6692 2002-10-22 [colin]      0.8.5claws49
6693
6694         *src/foldersel.c
6695                 Revert Alfons' last modification (after voting ;-))
6696
6697 2002-10-21 [alfons]     0.8.5claws48
6698
6699         * src/foldersel.c
6700                 folder view in folder selection dialog reflects state of
6701                 folder view in main window
6702
6703 2002-10-18 [alfons]     0.8.5claws47
6704
6705         * src/mbox.c
6706                 drop imported messages in folder selected by user,
6707                 and not in the inbox
6708                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
6709
6710 2002-10-18 [alfons]     0.8.5claws46
6711
6712         * src/compose.c
6713                 make automagic reply work correctly for email accounts 
6714                 (whether it's viable to do a full sync with Hiro's 
6715                 compose.c is still under discussion)
6716
6717 2002-10-18 [melvin]     0.8.5claws45
6718
6719         * src/prefs_actions.c
6720                 Fixed bug #622275 where asynchroneous actions left 
6721                 zombies processes
6722                 Made (synchroneous) actions' input be displayed live.
6723
6724 2002-10-18 [christoph]  0.8.5claws44
6725
6726         * src/textview.c
6727                 don't add a newline in the textview in front of the
6728                 first textpart if header display is disabled
6729                 (closes bug [ 603385 ] disabled header display leaves blank
6730                  lin)
6731
6732 2002-10-18 [christoph]  0.8.5claws43
6733
6734         * src/folder.[ch]
6735         * src/imap.c
6736         * src/mbox_folder.c
6737         * src/mh.c
6738         * src/news.c
6739                 folder->get_num_list now returns an error code
6740                 (closes bug [ 609424 ] News cache cleared on failure)
6741                 
6742 2002-10-17 [colin]      0.8.5claws42
6743         
6744         * src/news.c
6745                 Changed a printf by debug_print
6746
6747 2002-10-16 [paul]       
6748
6749         * tools/OOo2sylpheed.pl
6750                 allow for spaces in the name of the
6751                 file to be attached.
6752
6753 2002-10-16 [colin]      0.8.5claws41
6754
6755         * src/main.c
6756                 Use a tristate to change online mode
6757
6758 2002-10-16 [paul]       0.8.5claws40
6759
6760         * po/es.po
6761                 updated by Ricardo Mones Lastra
6762
6763 2002-10-16 [colin]      0.8.5claws39
6764
6765         * src/main.c
6766           src/mainwindow.[ch]
6767                 Added --online and --offline command-line
6768                 switches
6769
6770 2002-10-15 [christoph]  0.8.5claws38
6771
6772         * src/procmime.c
6773                 set mimeinfo->name to NULL after g_free to
6774                 avoid double freeing with g_free
6775
6776 2002-10-14 [christoph]  0.8.5claws37
6777
6778         * src/compose.c
6779         * src/filtering.c
6780         * src/summaryview.c
6781                 remove calls to folder->change_flags that are now
6782                 done by procmsg flag functions (seems it is not
6783                 used by any foldertype anyway)
6784         * src/folder.c
6785                 init folder->change_flags with NULL
6786
6787 2002-10-14 [christoph]  0.8.5claws36
6788
6789         * src/folder.[ch]
6790         * src/imap.[ch]
6791                 use virtual functions for folder item new and destroy
6792                 functions
6793
6794 2002-10-14 [melvin]     0.8.5claws35
6795
6796         * src/compose.c
6797                 Added a test to not run the spell checker if no default
6798                 dictionary is available. No dialog is displayed though.
6799
6800 2002-10-14 [melvin]     0.8.5claws34
6801
6802         * src/gtkaspell.c
6803                 Fixed bug in dictionary list context menu where
6804                 "More..." pointed to an emtpy submenu if the
6805                 number of dictionaries is a multiple of 15
6806                 Removed unneeded code in suggestions list creation
6807
6808 2002-10-14 [paul]       0.8.5claws33
6809
6810         * po/bg.po
6811                 updated by George Danchev
6812
6813 2002-10-13 [hoa]        0.8.5claws32
6814
6815         * src/matcher.[ch]
6816           src/matcher_parser_parser.y
6817                 removed the escaped string from internal structure
6818                 of matcher.
6819
6820 2002-10-12 [colin]      0.8.5claws31
6821
6822         * src/gtksctree.[ch]
6823           src/summaryview.c
6824                 Removed useless function gtksctree_reanchor
6825
6826 2002-10-12 [alfons]     0.8.5claws30
6827         
6828         * sync with remaining main changes 2002-10-09 - 2002-10-11
6829         - drop changes to src/compose.c (requires claws specific changes)
6830         
6831 2002-10-12 [alfons]     0.8.5claws29
6832         
6833         * sync with main changes of 2002-10-08
6834         - drop changes to src/compose.c (requires claws specific changes)
6835         - drop changes to src/summaryview.c (requires changes to compose.c)     
6836
6837 2002-10-12 [alfons]     0.8.5claws28
6838         
6839         * sync with main changes of 2002-10-07
6840
6841 2002-10-12 [alfons]     0.8.5claws27
6842
6843         * sync with main changes of 2002-10-04
6844         - drop changes to src/compose.c (requires claws specific changes)
6845         - drop changes to src/prefs_folder_item.c (claws implementation
6846           seems to be working)
6847
6848 2002-10-12 [colin]      0.8.5claws26
6849
6850         * src/mainwindow.c
6851                 Fix folder-flicker when space-reading, introduced 
6852                 in claws22.
6853
6854 2002-10-12 [colin]      0.8.5claws25
6855
6856         * src/compose.c
6857                 Save account address when saving as draft.
6858                 (closes bug 621838)
6859
6860 2002-10-12 [colin]      0.8.5claws24
6861
6862         * src/summaryview.c
6863                 Fix the problem consisting of no message selected
6864                 after the last message in a folder has been moved.
6865
6866 2002-10-12 [paul]       0.8.5claws23
6867
6868         * src/compose.c
6869           src/prefs_template.c
6870           src/template.[ch]
6871                 add Cc and Bcc to templates. Patch submitted by
6872                 John L. Males.
6873
6874 2002-10-12 [colin]      0.8.5claws22
6875
6876         * src/folderview.c
6877                 Fix a bug after "Check for new messages":
6878                 If a folder was opened, it was still selected at
6879                 the end of the check, but displayed empty.
6880         * src/mainwindow.c
6881                 Remove unnecessary check
6882
6883 2002-10-12 [paul]
6884
6885         * tools/README
6886                 be more verbose in the description of
6887                 OOo2sylpheed.pl
6888                 
6889
6890 2002-10-11 [colin]      0.8.5claws21
6891
6892         * src/mainwindow.c
6893                 Make space work (better) when no mail is selected
6894
6895 2002-10-11 [colin]      0.8.5claws20
6896
6897         * src/inc.c
6898           src/news.c
6899                 fix warnings
6900
6901 2002-10-11 [colin]      0.8.5claws19
6902
6903         * src/mainwindow.c
6904                 revert 0.8.5claws6 changes as i couldn't get to
6905                 anything satisfying
6906
6907 2002-10-11 [melvin]     0.8.5claws18
6908
6909         * src/compose.c
6910                 Removed buggy and unused macro (should have been committed in
6911                 0.8.5claws17)
6912
6913 2002-10-11 [melvin]     0.8.5claws17
6914
6915         * src/compose.c
6916                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
6917
6918 2002-10-11 [thorsten]   0.8.5claws16 
6919
6920         * src/folderview.c
6921                 remove rescan warning
6922
6923 2002-10-11 [colin]      0.8.5claws15 
6924
6925         * src/procheader.c
6926                 fix a segfault that happens if conv_unmime_header
6927                 fails (should be better to find out why it fails)
6928
6929 2002-10-11 [christoph]  0.8.5claws14
6930
6931         * src/summaryview.c
6932                 update folderview stats after ignore/unignore thread
6933
6934 2002-10-11 [hoa]        0.8.5claws13
6935
6936         * src/quote_fmt_parse.y
6937                 Fixed a yacc/bison syntax error
6938         * src/matcher.c
6939                 Escaping of string is fixed.
6940
6941 2002-10-11 [colin]      0.8.5claws12
6942
6943         * src/imageview.c
6944                 Resize images to fit
6945
6946 2002-10-11 [paul]       0.8.5claws11
6947
6948         * po/es.po
6949                 updated by Ricardo Mones Lastra
6950
6951 2002-10-10 [alfons]     0.8.5claws10
6952
6953         * src/compose.c
6954                 allow dropping files by "moving" files from a file manager,
6955                 not only by the more cumbersome "copying". the latter 
6956                 mostly implies holding down the Control button
6957
6958 2002-10-10 [christoph]  0.8.5claws9
6959
6960         * src/summaryview.c
6961                 update folders after thread building for ignored threads
6962
6963 2002-10-10 [christoph]  0.8.5claws8
6964
6965         * config/.cvsignore
6966                 added Makefile
6967         * src/filtering.[ch]
6968         * src/folder.[ch]
6969         * src/folderview.[ch]
6970         * src/import.c
6971         * src/inc.[ch]
6972         * src/mbox.[ch]
6973         * src/procmsg.c
6974         * src/summaryview.[ch]
6975                 o added new flag need_update to FolderItem
6976                 o removed folder_table from various functions from tracking
6977                   folder updates
6978                 o set need_update flags in folder.c's move, copy and delete
6979                   functions and procmsg's flags functions
6980                 o added function folderview_update_items_when_required that
6981                   updates all folders with need_update set
6982                 o call folderview_update_items_when_required instead of
6983                   folderview_update_item_foreach
6984
6985 2002-10-09 [sergey]     0.8.5claws7
6986
6987         * src/compose.c
6988                 Strip CRs whel loading the text into editor in reedit mode.
6989
6990 2002-10-09 [colin]      0.8.5claws6
6991
6992         * src/mainwindow.c
6993                 Make Space work when no mail is selected
6994
6995 2002-10-09 [colin]      0.8.5claws5
6996
6997         * src/gtksctree.[ch]
6998                 Fix range_select
6999                 Add gtk_sctree_reanchor() 
7000         * src/summaryview.c
7001                 Use gtk_sctree_reanchor() - better fix for 
7002                 bug 60413
7003
7004 2002-10-09 [colin]      0.8.5claws4
7005
7006         * src/summaryview.c
7007                 Fix shift-click select after delete problem
7008                 (closes bug 60413)
7009
7010 2002-10-08 [thorsten]   0.8.5claws3
7011
7012         * src/summaryview.c
7013                 exclude current msg from -hide read messages-
7014
7015 2002-10-08 [colin]      0.8.5claws2
7016
7017         * src/inc.[ch]
7018           src/pop.c
7019           src/recv.c
7020                 Differentiate socket errors from disk full
7021                 errors
7022
7023 2002-10-08 [christoph]  0.8.5claws1
7024
7025         * Makefile.am
7026         * configure.in
7027                 modifications for new config directory
7028
7029         * config.guess  ** REMOVED **
7030         * config.sub    ** REMOVED **
7031         * install-sh    ** REMOVED **
7032         * ltmain.sh     ** REMOVED **
7033         * missing       ** REMOVED **
7034         * mkinstalldirs ** REMOVED **
7035                 these files are autogenerated by automake
7036                 when you run autogen.sh
7037
7038         * config/.cvsignore     ** NEW FILE **
7039         * config/Makefile.am    ** NEW FILE **
7040                 ignore autogenerated files
7041                 create a Makefile in this directory
7042
7043 2002-10-08 [paul]       0.8.5claws
7044
7045         * 0.8.5claws release
7046         
7047         * src/compose.c
7048           src/procheader.c
7049           src/procmsg.c
7050                 fix quote reply format for newsgroups reply bug
7051                 (thanks to Hoa)
7052                 
7053         * po/en_GB.po
7054           po/pl.po
7055                 updated by me and Witold Wladyslaw Wojciech Wilk
7056                 repectively
7057
7058 2002-10-07 [paul]       0.8.3claws53
7059
7060         * po/it.po
7061           po/pt_BR.po
7062           po/sr.po
7063                 updated messages catalogs, submitted by
7064                 Alessandro Maestri, Fabio Jr.Beneditto 
7065                 and Urke MMI, respectively.
7066
7067 2002-10-07 [christoph]  0.8.3claws52
7068
7069         * src/folder.[ch]
7070         * src/folderview.c
7071         * src/mainwindow.c
7072                 fix new folder ghost message bug
7073                 (closes bug [ 619722 ] wrong count for newly created folders)
7074
7075 2002-10-07 [christoph]  0.8.3claws51
7076
7077         * src/compose.c
7078                 fix news posting problem
7079
7080 2002-10-07 [melvin]     0.8.3claws50
7081
7082         * po/fr.po
7083                 Updated French translation
7084
7085 2002-10-05 [christoph]  0.8.3claws49
7086
7087         * src/gtkstext.c
7088                 check if line_start_cache is set in gtk_stext_update_text
7089                 (closes bug [ 618119 ] crash while doing search in folder)
7090
7091 2002-10-05 [christoph]  0.8.3claws48
7092
7093         * src/imap.c
7094         * src/news.c
7095         * src/utils.c
7096         * src/utils.h
7097                 implement cache cleanups for claws' folder system
7098                 (closes bug [ 595916 ] imapcache not cleaned up)
7099
7100 2002-10-05 [melvin]     0.8.3claws47
7101
7102         * src/prefs_actions.c
7103                 Made the help text more clear for the %p token
7104
7105 2002-10-04 [paul]       0.8.3claws46
7106
7107         * sync with 0.8.5
7108                 see ChangeLog 2002-10-02 and 2002-10-03
7109
7110 2002-10-04 [christoph]  0.8.3claws45
7111
7112         * src/inc.c
7113                 fix segfault caused by pop before smtp
7114                 call to inc_account_mail with NULL
7115                 pointer for mainwin
7116
7117 2002-10-04 [paul]       0.8.3claws44
7118
7119         * configure.in
7120                 sync the LDAP detection from 0.8.5cvs1
7121
7122 2002-10-02 [christoph]  0.8.3claws43
7123
7124         * po/de.po
7125                 fix small spelling error
7126
7127 2002-10-02 [melvin]     0.8.3claws42
7128
7129         * ac/aspell.m4
7130                 Behave better and say "no" when test program cannot be run.
7131
7132 2002-10-02 [paul]       0.8.3claws41
7133
7134         * sync with 0.8.4cvs1
7135                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
7136                 
7137         * src/summaryview.c
7138                 toggle the behavior of Reply menuitem between
7139                 normal reply and reply-to-list
7140
7141 2002-10-01 [sergey]     0.8.3claws40
7142
7143         * src/compose.c
7144                 Convert newlines in the message text to the canonical form
7145                 before base64 encoding (RFC2045 compliance, fixes some
7146                 interoperability issues with Evolution 1.0.3)
7147
7148 2002-09-29 [colin]      0.8.3claws39
7149
7150         * src/summaryview.c
7151                 Fix an unwanted copy/paste
7152
7153 2002-09-29 [colin]      0.8.3claws38
7154
7155         * src/mainwindow.c
7156                 Renamed "Custom toolbar" to "Customize toolbar"
7157                 Renamed "Show all header" to "Show all headers"
7158                 Renamed "Set diplay item" to "Set displayed items"
7159         * src/prefs_common.c
7160                 Renamed "Show all header" to "Show all headers"
7161         * src/prefs_summary_column.c
7162                 Renamed "diplay item" to "displayed items"
7163
7164 2002-09-29 [colin]      0.8.3claws37
7165
7166         * src/mainwindow.[ch]
7167                 online/offline status pixmaps follow theme
7168                 changes
7169         * src/summaryview.[ch]
7170                 quicksearch pixmap follows theme changes
7171
7172 2002-09-29 [thorsten]   0.8.3claws36
7173
7174         * src/compose.c
7175           src/prefs_folder_item.[ch]
7176                 add default_reply_to folder option (closes patch 581044)
7177
7178 2002-09-29 [christoph]  0.8.3claws35
7179
7180         * acconfig.h    ** REMOVED **
7181         * configure.in
7182         * ac/aspell.m4
7183         * ac/check-type.m4
7184         * ac/gnupg-check-typedef.m4
7185                 fix autoheader 2.50 warning
7186
7187 2002-09-29 [christoph]  0.8.3claws34
7188
7189         * major code cleanup (part 2)
7190         
7191                 - unused variables removed
7192                 - unused functions removed
7193                 - uninitialized variables checked
7194                 - missing return statements added
7195                 - missing function return types added
7196                 - added parentheses around assignment
7197                   when suggested by gcc
7198
7199 2002-09-29 [alfons]     0.8.3claws33
7200
7201         * src/logwindow.c
7202                 log_window_clear(): only bracket gtk_text_forward_delete() 
7203                 with gtk_text_freeze() / gtk_text_thaw() (see if this
7204                 works around GTK text bug)
7205
7206 2002-09-29 [paul]       0.8.3claws32
7207
7208         * po/bg.po
7209           po/sr.po
7210                 updated by George Danchev and Urke MMI
7211                 respectively
7212
7213 2002-09-27 [christoph]  0.8.3claws31
7214
7215         * doc-src/readme.txt
7216         * doc-src/rfc1806.txt   ** REMOVED **
7217         * doc-src/rfc2183.txt   ** NEW FILE **
7218         * doc-src/rfc2980.txt   ** NEW FILE **
7219                 update rfcs
7220
7221 2002-09-27 [melvin]     0.8.3claws30
7222
7223         * ac/aspell.m4
7224                 Fixed typo which could break linking
7225
7226 2002-09-27 [melvin]     0.8.3claws29
7227
7228         * ac/aspell.m4
7229                 Improved GNU/aspell checking. 
7230                 Fixed bug #614490
7231
7232 2002-09-27 [paul]       0.8.3claws28
7233
7234         * sync with 0.8.3cvs8
7235                 see ChangeLog 2002-09-27
7236
7237 2002-09-26 [colin]      0.8.3claws27
7238
7239         * src/toolbar.[ch]
7240           src/mainwindow.[ch]
7241                 Add "Reply to Mailing-list" to the toolbar
7242
7243 2002-09-26 [christoph]  0.8.3claws26
7244
7245         * src/summaryview.c
7246                 Fix wrong message counts in summaryview status
7247
7248 2002-09-26 [paul]       0.8.3claws25
7249
7250         * sync with 0.8.3cvs7
7251                 see ChangeLog 2002-09-26
7252
7253 2002-09-26 [paul]       0.8.3claws24
7254
7255         * sync with 0.8.3cvs6
7256                 see ChangeLog 2002-09-25
7257
7258 2002-09-25 [christoph]  0.8.3claws23
7259
7260         * src/prefs_common.c
7261         * src/prefs_folder_item.c
7262         * src/prefs_scoring.c
7263                 Renamed "kill score" to "hide score" in GUI
7264                 and prefs files
7265
7266 2002-09-25 [paul]       0.8.3claws22
7267
7268         * sync with 0.8.3cvs5
7269                 see ChangeLog 2002-09-24
7270
7271 2002-09-24 [alfons]     0.8.3claws21
7272
7273         patch by Satoshi Nagayasu: allows appending / saving multiple 
7274         selected files (closes "[ 612279 ] save multiple mesg(s) in 
7275         'Save as ...'")
7276
7277         * AUTHORS
7278                 add Satoshi Nagayasu
7279         * src/summaryview.c
7280                 summary_save_as(): allow saving selected files to
7281                 one file
7282                 summary_set_menu_sensitive: enable "Save As..." when
7283                 multiple files are selected
7284         * src/utils.[ch]
7285                 append_file(): new function
7286
7287 2002-09-24 [colin]      0.8.3claws20
7288
7289         * src/procmime.c
7290                 Fix segfault when mimeinfo doesn't have a 
7291                 content_type. 
7292
7293 2002-09-24 [colin]      0.8.3claws19
7294
7295         * src/prefs_common.[ch]
7296                 Add a preference to display send dialog or not
7297         * src/send.c
7298                 Display send dialog according to preference
7299
7300 2002-09-24 [colin]      0.8.3claws18
7301
7302         * src/compose.[ch]
7303                 Disable user actions when sending
7304
7305 2002-09-24 [colin]      0.8.3claws17
7306
7307         * src/procmime.c
7308                 Do not display name or filename for attachments
7309                 with an application/pgp-signature type
7310                 (security flaw, see bug 537413)
7311
7312 2002-09-23 [colin]      0.8.3claws16
7313
7314         * src/editaddress.c
7315                 Initialize entry_email, entry_alias and 
7316                 entry_remarks to first email address of the list
7317
7318 2002-09-23 [colin]      0.83claws15
7319
7320         * src/compose.c
7321                 Drop pgp-signature when reediting a signed queued
7322                 message
7323
7324 2002-09-23 [melvin]     0.8.3claws14
7325
7326         * po/fr.po
7327                 Updated French translation
7328
7329 2002-09-23 [melvin]     0.8.3claws13
7330
7331         * src/mainwindow.c
7332                 Made custom toolbar menu labels more consistent
7333         * src/prefs_toolbar.c
7334                 Made custom toolbar window title more consistent
7335
7336 2002-09-22 [colin]      0.8.3claws12
7337
7338         * src/inc.c
7339                 Initialize session type to normal before getting 
7340                 mail (fixes strange Get behaviour)
7341         * src/prefs_account.h
7342                 Move STYPE_POP_BEFORE_SMTP to last position to 
7343                 avoid other side-effects
7344
7345 2002-09-22 [colin]      0.8.3claws11
7346
7347         * src/prefs_account.c
7348                 Fix pop_bfr_smtp_tm_entry sensivity when switching
7349                 from pop3 to apop or vice-versa
7350
7351 2002-09-22 [colin]      0.8.3claws10
7352         
7353         * src/prefs_account.[ch]
7354                 Add an option for the POP before SMTP timeout
7355         * src/inc.c
7356                 Remember time of last POP connection
7357         * src/send.c
7358                 Do POP before SMTP only if timeout reached
7359
7360 2002-09-22 [oliver]     0.8.3claws9
7361         
7362         * README.claws
7363                 explain custom toolbar
7364
7365 2002-09-22 [oliver]     0.8.3claws8
7366
7367         * src/prefs_actions.[ch]
7368         custom toolbar for compose      
7369                 actions callback from compose toolbar
7370         * src/folderview.c
7371                 remove include toolbar.h
7372
7373 2002-09-22 [oliver]     0.8.3claws7
7374         
7375         * src/prefs_toolbar.[ch]
7376                 custom toolbar for compose
7377                 - generic prefs_toolbar handles both
7378                   Mainwin's toolbar as well as Compose toolbar          
7379
7380 2002-09-22 [oliver]     0.8.3claws6
7381         
7382         * src/toolbar.[ch]
7383                 custom toolbar for compose
7384                 restructure toolbar.[ch]
7385
7386 2002-09-22 [oliver]     0.8.3claws5
7387
7388         * src/compose.[ch]
7389                 custom toolbar for compose
7390
7391 2002-09-22 [oliver]     0.8.3claws4
7392         
7393         * src/mainwindow.[ch]
7394                 custom toolbar for compose 
7395                 move mainwin toolbar back to mainwindow
7396
7397 2002-09-22 [alfons]     0.8.3claws3
7398
7399         * src/procmsg.c
7400                 :%sno/if(/if (/gc
7401                 :%sno/for(/for (/gc
7402                 (beautify)
7403
7404 2002-09-22 [alfons]     0.8.3claws2
7405         
7406         * src/procmsg.c
7407                 procmsg_save_to_outbox(): don't unlink message file from queue;
7408                 callers should do it using folder_item_remove_msg()
7409
7410 2002-09-22 [colin]      0.8.3claws1
7411
7412         * src/mimeview.[ch]
7413                 Made mimeview_check_signature() public
7414         * src/textview.c
7415                 Made GPG signatures verifiable by clicking
7416                 the [application/pgp-signature] in the Text
7417                 view
7418
7419 2002-09-22 [paul]       0.8.3claws
7420
7421         * po/bg.po
7422           po/en_GB.po
7423           po/es.po
7424           po/it.po
7425           po/pl.po
7426           po/pt_BR.po
7427           po/sr.po
7428                 updated translations, submitted by George Danchev,
7429                 me, Ricardo Mones Lastra, Alessandro Maestri,
7430                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
7431                 and Urke MMI, respectively.     
7432
7433 2002-09-22 [alfons]     0.8.2claws65
7434
7435         * src/procmsg.c
7436         * src/pgptext.c
7437                 no furry valgrinds have been used to plug these memleaks
7438
7439 2002-09-20 [paul]       0.8.2claws64
7440
7441         * sync with 0.8.3cvs4
7442                 'Select thread' re-implemented 
7443                 see ChangeLog 2002-09-20
7444
7445 2002-09-21 [alfons]     0.8.2claws63
7446
7447         * src/compose.c
7448                 compose_send(): plug unnoticed memleak
7449
7450 2002-09-20 [alfons]     0.8.2claws62
7451
7452         * src/addr_compl.c
7453                 replace_address_in_edit(): strict check for NULL address to
7454                 fix "[ 607348 ] Segfault in address completion". My guess is
7455                 that this happens with an empty address book, but it's good
7456                 to have this check here anyway
7457                 
7458                 completion_window_button_press(): free string returned 
7459                 from the internal cache
7460
7461 2002-09-20 [christoph]  0.8.2claws61
7462
7463         * src/procmime.h
7464                 added ENC_BINARY to EncodingType
7465         * src/procmime.c
7466                 the string returned by procmime_get_encoding_str
7467                 should not depend on the order of values in the
7468                 EncodingType definition
7469         * doc-src/rfc1806.txt   ** NEW FILE **
7470                 Added rfc1806 about MIME Content-Disposition
7471                 Extension
7472
7473 2002-09-19 [paul]       0.8.2claws60
7474
7475         * sync with 0.8.2cvs3
7476                 see ChangeLog 2002-09-19
7477
7478 2002-09-19 [paul]       0.8.2claws59
7479
7480         * src/prefs_folder_item.c
7481                 revert to Darko's original alignment of colour
7482                 selector button
7483                 add a colon to folder_color label
7484                 
7485         * src/compose.c
7486                 add Colin's patch (with Hiro's modifications) to 
7487                 force BASE64 encoding for 8-bit text when signing
7488                 (sync with 0.8.3cvs2)
7489
7490 2002-09-18 [alfons]     0.8.2claws58
7491
7492         * src/compose.c
7493                 :%sno/if(/if (/gc
7494                 :%sno/for(/for (/gc
7495                 (beautify a little bit)
7496
7497 2002-09-18 [christoph]  0.8.2claws57
7498
7499         * src/pine.c
7500                 fix handling of fgetc return value
7501
7502 2002-09-17 [alfons]     0.8.2claws56
7503         
7504         * src/summaryview.c
7505                 summary_sort(): check non-NULL summaryview->folder_item when no 
7506                 folder is selected at all
7507                 (closes "[ 610344 ] sort label make syl Crash")
7508
7509 2002-09-17 [alfons]     0.8.2claws55
7510         
7511         * src/compose.c
7512                 beautify a little bit
7513
7514 2002-09-17 [christoph]  0.8.2claws54
7515
7516         * src/folder.c
7517                 initialize max values for cache and folder
7518                 when cache or folder is empty
7519
7520 2002-09-15 [colin]      0.8.2claws53
7521
7522         * src/compose.c
7523                 Fix a leak (thanks Alfons!) and cleaned
7524                 variables names for custom headers
7525
7526 2002-09-15 [colin]      0.8.2claws52
7527
7528         * src/compose.c
7529                 Fix custom headers recognition when
7530                 prefs_common.trans_hdr is on
7531
7532 2002-09-15 [colin]      0.8.2claws51
7533
7534         * src/compose.c
7535                 Allow dynamically-added custom headers
7536                 Yet not reparsed if reedited
7537
7538 2002-09-15 [alfons]     0.8.2claws50
7539
7540         * src/prefs_account.c
7541                 fix warnings
7542
7543 2002-09-15 [colin]      0.8.2claws49
7544         
7545         * src/prefs_account.c
7546                 fix pop_before_smtp sensitivity
7547
7548 2002-09-15 [colin]      0.8.2claws48
7549
7550         * src/inc.[ch]
7551                 add inc_pop_before_smtp()
7552                 allow MainWindow to be undefined in 
7553                 inc_account_mail() and inc_start()
7554         * src/pop.c
7555           src/prefs_account.h
7556                 add STYPE_POP_BEFORE_SMTP session type
7557         * src/prefs_account.c
7558                 activated pop before smtp option
7559         * src/send.c
7560                 do pop before smtp if the relevant option 
7561                 is set
7562
7563 2002-09-15 [paul]       0.8.2claws47
7564
7565         * sync with 0.8.3
7566                 see ChangeLog 2002-09-15
7567
7568 2002-09-14 [paul]       0.8.2claws46
7569
7570         * po/bg.po
7571                 updated Bulgarian translation, submitted by
7572                 George Danchev
7573
7574 2002-09-13 [paul]       0.8.2claws45
7575
7576         * src/compose.c
7577                 merge claws' select_account() with main's
7578                 (new) compose_select_account(). [sync with
7579                 0.8.2cvs15, see ChangeLog 2002-09-11]
7580
7581 2002-09-12 [christoph]  0.8.2claws44
7582
7583         * src/filter.c
7584                 allocate 1 elements of FolderItem not 0
7585
7586 2002-09-12 [colin]      0.8.2claws43
7587
7588         * src/compose.c
7589                 Fix bug #590825 (obey Follow-up: poster)
7590
7591 2002-09-12 [colin]      0.8.2claws42
7592
7593         * src/procmime.c
7594                 Fix bug #557009 (wrong headers for messages 
7595                 forwarded as attachments)
7596
7597 2002-09-11 [colin]      0.8.2claws41
7598         
7599         * src/compose.c
7600                 Put SCF: pseudo-header on top of message
7601                 Set draft tmp_flag when saved as draft
7602
7603         * src/procmsg.c
7604           src/procheader.c
7605                 Skip after first \n\n for beginning of real message
7606                 for drafts too
7607
7608 2002-09-11 [christoph]  0.8.2claws40
7609
7610         * src/filtering.c
7611                 use procmsg flag functions in filtering or processing
7612                 will cause incorrect folder message counts
7613
7614 2002-09-11 [colin]      0.8.2claws39
7615
7616         * src/compose.c
7617                 Fix bug #550175 - wrong save folder when reediting
7618                 drafts
7619
7620 2002-09-11 [paul]       0.8.2claws38
7621
7622         * sync with 0.8.2cvs14
7623                 see ChangeLog 2002-09-11
7624
7625 2002-09-11 [colin]      0.8.2claws37
7626
7627         * src/folder.c
7628                 Fix a typo (seeming to cause new/unread status to
7629                 be lost)
7630
7631 2002-09-10 [christoph]  0.8.2claws36
7632
7633         * src/compose.c
7634                 compose_redirect should not use compose_generic_new
7635                 because that does more stuff than expected including
7636                 opening the external editor
7637                 (closes bug "[ 526608 ] bounced messages appear blank
7638                  in editor")
7639
7640 2002-09-10 [christoph]  0.8.2claws35
7641
7642         * src/folder.c
7643                 fix problem with too large message number range
7644                 causing a crash in folder_item_scan
7645
7646 2002-09-10 [paul]       0.8.2claws34
7647
7648         * sync with 0.8.2cvs13
7649                 see ChangeLog 2002-09-10
7650
7651 2002-09-10 [christoph]  0.8.2claws33
7652
7653         * src/msgcache.c
7654                 set MsgInfo TmpFlags for queue and draft folders
7655                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
7656
7657 2002-09-10 [paul]       0.8.2claws32
7658
7659         * AUTHORS
7660           po/bg.po      ** NEW FILE **
7661                 new Bulgarian translation submitted by
7662                 George Danchev <danchev@spnet.net>
7663                 
7664         * tools/Makefile.am
7665           tools/README
7666           tools/tb2sylpheed     ** NEW FILE **
7667                 add script that converts an addressbook exported
7668                 from The Bat! into a Sylpheed addressbook. Submitted
7669                 by Urke MMI <urke-kg@eunet.yu>
7670
7671 2002-09-10 [paul]       0.8.2claws31
7672
7673         * sync with 0.8.2cvs12
7674                 see ChangeLog 2002-09-10
7675
7676 2002-09-06 [paul]       0.8.2claws30
7677
7678         * src/prefs_common.c
7679                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
7680                 
7681         * tools/Makefile.am
7682           tools/README
7683           tools/ldif-to-xml.py  ** REMOVED **
7684                 remove obsolete python script
7685
7686 2002-09-06 [paul]       0.8.2claws29
7687
7688         * sync with 0.8.2cvs10
7689                 see ChangeLog 2002-09-06
7690
7691 2002-09-04 [paul]       0.8.2claws28
7692
7693         * sync with 0.8.2cvs9
7694                 see ChangeLog 2002-08-04
7695
7696 2002-09-04 [colin]      0.8.2claws27 
7697
7698         * src/prefs_common.[ch]
7699                 Added signature color configuration
7700         * src/textview.c
7701                 Use user-specified signature color
7702
7703 2002-09-03 [colin]      0.8.2claws26
7704
7705         * src/prefs_common.[ch]
7706                 Added autosave and autosave_length prefs
7707         * src/compose.c
7708                 Added compose_remove_draft()
7709                 Auto-save drafts according to the prefs
7710         * src/main.c
7711                 Added a crash-indicator file, allowing to check
7712                 for new messages on startup if Sylpheed crashed
7713                 (makes saved drafts "reappear")
7714
7715 2002-09-03 [colin]      0.8.2claws25
7716
7717         * src/textview.[ch]
7718                 Grey the signature
7719
7720 2002-09-03 [paul]       0.8.2claws24
7721
7722         * sync with 0.8.2cvs8
7723                 see ChangeLog 2002-09-02 and 2002-09-03
7724
7725 2002-09-03 [darko]      0.8.2claws23
7726
7727         * src/folderview.c
7728                 use normal style when creating new folder to pick
7729                 proper font size 
7730
7731 2002-09-02 [melvin]     0.8.2claws22
7732
7733         * src/gtkaspell.m4
7734                 removed some obsolete code
7735
7736 2002-09-02 [melvin]     0.8.2claws21
7737
7738         * ac/aspell.m4
7739                 fixed test's equality sign (== to =)
7740
7741 2002-09-02 [alfons]     0.8.2claws20
7742
7743         * src/folder.c
7744         * src/mh.c
7745                 revert change of 0.8.2claws16 and use the mh_folder_destroy
7746                 as folder->destroy virtual as suggested by Hiro
7747                 (the mh.c code seems to have been lost around mh.c.1.21)
7748
7749 2002-09-02 [paul]       0.8.2claws19
7750
7751         * po/pt_BR.po
7752                 updated by Fabio Jr. Beneditto
7753                 
7754         * src/defs.h
7755                 use 'http://claws.sylpheed.org' for homepage link. 
7756                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
7757
7758 2002-09-01 [alfons]     0.8.2claws18
7759
7760         * src/mh.c
7761                 plug memleak related to one Martin Kluge found
7762
7763 2002-08-31 [paul]       0.8.2claws17
7764
7765         * sync with 0.8.2cvs6
7766                 see ChangeLog 2002-08-30
7767
7768 2002-08-31 [alfons]     0.8.2claws16
7769
7770         * src/folder.c
7771                 folder_destroy(): remove mailbox from folderlist even if it has
7772                 no destroy virtual
7773
7774 2002-08-31 [alfons]     0.8.2claws15
7775
7776         * src/folder.c
7777                 :%sno/if(/if (/gc
7778                 :%sno/for(/for (/gc
7779                 (being pedantic I know)
7780
7781 2002-08-31 [alfons]     0.8.2claws14
7782
7783         * src/folder.c
7784                 check for NULL pointers returned from folder->fetch_msginfo virtual
7785                 (should solve some reported crashes)
7786
7787 2002-08-30 [alfons]     0.8.2claws13
7788
7789         * acconfig.h
7790         * configure.in
7791         * src/crash.c
7792                 enable crash dialog on compilation time
7793                 (--enable-crash-dialog configure option)
7794
7795 2002-08-30 [alfons]     0.8.2claws12
7796
7797         * AUTHORS
7798                 add Martin Kluge
7799         * src/mh.c
7800                 apply memory leak plug patch by Martin Kluge
7801                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
7802                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
7803                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
7804
7805 2002-08-30 [darko]      0.8.2claws11
7806
7807         * src/folderview.c
7808                 copy Gtk style from normal style to match
7809                 font size for coloured folders
7810
7811 2002-08-29 [alfons]     0.8.2claws10
7812
7813         * sylpheed.desktop
7814                 Type=Internet <- Type=Application
7815                 (reported by Michael Schwendt, see:
7816                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
7817                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
7818
7819 2002-08-29 [paul]       0.8.2claws9
7820
7821         * sync with 0.8.2cvs5
7822                 see ChangeLog 2002-08-29
7823
7824 2002-08-29 [colin]      0.8.2claws8
7825
7826         * src/summaryview.c
7827                 Added a sanity check in summary_select_thread
7828                 Should fix bug 601605
7829
7830 2002-08-29 [colin]      0.8.2claws7
7831
7832         * src/main.c
7833                 Revert claws6 changes regarding bug #591676
7834
7835 2002-08-28 [colin]      0.8.2claws6
7836         
7837         * src/main.c
7838                 Ignore cache for queue folderitems
7839                 Fix bug #591676
7840
7841 2002-08-28 [melvin]     0.8.2claws5
7842
7843         * README.claws
7844                 Fixed typos.
7845
7846 2002-08-28 [melvin]     0.8.2claws4
7847
7848         * README.claws
7849                 Updated a bit the text concerning the spell checker
7850
7851 2002-08-28 [melvin]     0.8.2claws3
7852
7853         Merged the GNU_aspell_branch:
7854                 Support of new GNU/aspell is now included and the old pspell
7855                 is not supported anymore.
7856                 See README.claws
7857
7858         * README.claws
7859                 Updated spell checker text to reflect the switch to GNU/aspell
7860
7861         * ac/aspell.m4          *** NEW ***
7862         * src/gtkaspell.[ch]    *** NEW *** 
7863         * ac/pspell.m4          *** DELETED *** 
7864         * src/gtkspell.[ch]     *** DELETED ***
7865
7866         * ac/Makefile.am
7867                 Updated for GNU/aspell support
7868
7869         * po/POTFILES.in
7870                 Replaced gtkspell.c by gtkaspell.c
7871
7872         * acconfig.h
7873         * src/Makefile.am
7874         * src/about.c
7875         * src/compose.[ch]
7876         * src/crash.c
7877         * src/main.c
7878         * src/prefs_common.[ch]
7879                 Updated for GNU/aspell support
7880
7881 2002-08-28 [paul]       0.8.2claws2
7882
7883         * sync with 0.8.2cvs4
7884                 see ChangeLog 2002-08-27 and 2002-08-28
7885
7886 2002-08-28 [colin]      0.8.2claws1
7887
7888         * src/summary_search.c
7889                 Added "AND search"
7890
7891 2002-08-28 [jens]       0.8.2claws
7892
7893         *po/de.po
7894                 Updated German translations
7895
7896 2002-08-27 [melvin]     0.8.2claws
7897
7898         * po/fr.po
7899                 Updated French translations
7900
7901 2002-08-27 [paul]       0.8.2claws
7902
7903         * sync with 0.8.2 main release
7904
7905         * po/en_GB.po
7906           po/es.po
7907           po/it.po
7908           po/pl.po
7909           po/pt_BR.po
7910           po/sr.po
7911                 updated message catalogs submitted by
7912                 Ricardo Mones Lastra, Alessandro Maestri,
7913                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
7914                 Beneditto and Urke MMI  
7915
7916 2002-08-27 [hoa]        0.8.1claws123
7917
7918         * src/mainwindow.[ch]
7919         * src/summaryview.[ch]
7920                 removed the "filter setting" menu option.
7921                 add a "cancel a news message" menu option.
7922
7923 2002-08-26 [martin]     0.8.1claws122
7924
7925         * ChangeLog.claws
7926                 changed string under 0.8.1claws79 changed by myself
7927                 i'm sorry alfons :(
7928
7929 2002-08-26 [martin]     0.8.1claws121
7930
7931         * src/crash.c
7932                 added kill command to debuggerrc to start crash dialog
7933
7934 2002-08-26 [paul]       0.8.1claws120
7935
7936         * sync with 0.8.1cvs31
7937                 see ChangeLog 2002-08-26
7938
7939 2002-08-25 [alfons]     0.8.1claws119
7940
7941         * src/procmsg.c
7942                 fix bug that didn't send out correct headers to news server
7943                 when sending news article and email from queue (bug reported
7944                 and patch provided by Tim Mann; closes bug 
7945                 "[ 583196 ] 0.7.8claws can't post news")
7946
7947 2002-08-25 [alfons]     0.8.1claws118
7948
7949         * src/selective_download.c
7950                 mark two strings as translatable
7951                 (thanks to Urke MMI for pointing this out)
7952
7953 2002-08-25 [alfons]     0.8.1claws117
7954
7955         * src/summaryview.c
7956                 treat sent boxes as special and allow sorting them by addressee
7957                 (closes "[ 589418 ] Sent folder sorting misbehavior"
7958                 submitted by Steve Lamb)
7959
7960 2002-08-24 [alfons]     0.8.1claws116
7961
7962         * src/matcher.c
7963                 fix memleak reported by Martin Kluge
7964                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
7965
7966 2002-08-24 [oliver]     0.8.1claws115
7967
7968         * src/prefs_toolbar.c
7969                 o code cleanup as suggested by Alfons
7970                 o memleak fix
7971
7972 2002-08-24 [alfons]     0.8.1claws114
7973
7974         * src/summaryview.c
7975                 o fix another memory leak reported by Martin Kluge
7976                   (see "[ 599568 ] Small Memory Leak")
7977                 o remove 'from' variable from 'summary_set_header()'; we can
7978                   do with just 'to' 
7979
7980 2002-08-24 [paul]       0.8.1claws113
7981
7982         * sync with 0.8.1cvs30
7983                 see ChangeLog 2002-08-23
7984
7985 2002-08-24 [alfons]     0.8.1claws112
7986
7987         * src/summaryview.c
7988                 remove unnecessary allocations for search bar fixing leaks
7989                 reported by Martin Kluge
7990                 (see "[ 599451 ] Further memory leaks?")
7991
7992 2002-08-24 [alfons]     0.8.1claws111
7993
7994         * src/main.c
7995                 make get_socket_name() public for crash.c
7996         * src/crash.c
7997                 o make report bug button work (goes to claws' 
7998                   bug tracker at sf.net)
7999                 o introduce function for doing important stuff just
8000                   before claws goes down
8001                 o clean up code 
8002
8003 2002-08-24 [alfons]     0.8.1claws110
8004
8005         * src/compose.c
8006                 move cursor to "To" entry when forwarding as attachment
8007                 (reported and solved by Steve Lamb, closes bug report
8008                 "[ 592880 ] Forward as attachment; cursor not in to")
8009
8010 2002-08-24 [colin]      0.8.1claws109
8011
8012         * src/mainwindow.c
8013                 fix quick search visibility after GUI (de)separations.
8014
8015 2002-08-23 [colin]      0.8.1claws108
8016
8017         * src/mainwindow.c
8018                 fix header pane visibility after folderview or
8019                 messageview (de)separation
8020
8021 2002-08-23 [paul]       0.8.1claws107
8022
8023         * src/mainwindow.[ch]
8024           src/toolbar.c
8025                 give full control of display or non-display 
8026                 of the Execute icon to Custom toolbar settings.
8027                 add new sensitivity condition to maninwindow.h: 
8028                 M_DELAY_EXEC
8029
8030         * ChangeLog
8031           ChangeLog.jp
8032           NEWS
8033                 more sync with 0.8.1cvs29
8034
8035 2002-08-23 [melvin]     0.8.1claws106
8036
8037         * src/alertpanel.c
8038                 Readded support for custom widget in alertpanel lost in last
8039                 sync.
8040
8041 2002-08-23 [paul]       0.8.1claws105
8042
8043         * sync with 0.8.1cvs29
8044                 see ChangeLog 2002-08-23
8045
8046 2002-08-23 [colin]      0.8.1claws104
8047
8048         * src/summaryview.c
8049                 Fix folder and search pixmaps exchanging positions
8050                 after theme or toolbar changes. Thank to Oliver for 
8051                 reporting this.
8052
8053 2002-08-23 [colin]      0.8.1claws103
8054
8055         * src/mainwindow.c
8056           src/messageview.[ch]
8057           src/noticeview.[ch]
8058           src/summaryview.c
8059                 Changed messageview_create() and noticeview_create()
8060                 to avoid the last gdk_warning
8061
8062 2002-08-22 [colin]      0.8.1claws102
8063
8064         * src/summaryview.c
8065                 Fix my new `Creating pixmap from xpm' warning
8066
8067 2002-08-22 [colin]      0.8.1claws101
8068
8069         * src/mainwindow.c
8070                 Fix some of the gdk warnings
8071
8072 2002-08-22 [colin]      0.8.1claws100
8073
8074         * src/Makefile.am
8075         * src/stock_pixmap.c
8076         * src/stock_pixmap.h
8077         * src/pixmaps/quicksearch.xpm *ADDED*
8078                 Add the quicksearch pixmap
8079         * src/mainwindow.c
8080         * src/summaryview.c
8081         * src/summaryview.h
8082                 Make quicksearch bar visible/hidden via a button
8083
8084 2002-08-22 [christoph]  0.8.1claws99
8085
8086         * src/folder.c
8087                 fix folder update for newsgroups with message
8088                 numbers below minimum number of articles to fetch
8089                 (closes bug #598445)
8090
8091 2002-08-22 [paul]       0.8.1claws98
8092
8093         * sync with 0.8.1cvs28
8094                 see ChangeLog 2002-08-22
8095
8096 2002-08-21 [alfons]     0.8.1claws97
8097
8098         * src/crash.c
8099                 use bt instead of bt full which seems to work 
8100                 better, and bt full doesn't give a great deal 
8101                 of information anyway
8102
8103 2002-08-21 [colin]      0.8.1claws96
8104
8105         * src/summaryview.c
8106                 fix summaryview_searchtype_changed prototype
8107
8108 2002-08-21 [christoph]  0.8.1claws95
8109
8110         * src/mainwindow.c
8111                 o fix broken menu update for sorting type, we have to
8112                   get this info from the summaryview now
8113                 o removed setting of threaded state in menu callback
8114         * src/summaryview.[ch]
8115                 more summaryview/folderitem seperation for
8116                 threading option
8117         * configure.in
8118                 removed not required --with-compiler-flags option
8119
8120 2002-08-21 [oliver]     0.8.1claws94
8121         
8122         * src/toolbar.h 
8123                 o rename toolbar.xml to toolbar_main.xml
8124                   since toolbar_compose.xml might come up 
8125                   any time soon
8126         * README.claws
8127                 add custom toolbar              
8128
8129 2002-08-21 [darko]      0.8.1claws93
8130
8131         * src/procmsg.c
8132                 don't reset tmp flags for messages copied
8133                 to sent folder
8134
8135 2002-08-21 [colin]      0.8.1claws92
8136         
8137         * src/prefs_filtering.c
8138                 fix renaming rules on folder rename 
8139                 when folder is not a leaf folder
8140
8141 2002-08-21 [paul]       0.8.1claws91
8142
8143         * src/prefs_folder_item.c
8144                 fix alignment of colour selector
8145
8146 2002-08-21 [paul]       0.8.1claws90
8147
8148         * sync with 0.8.1cvs27
8149                 see ChangeLog 2002-08-21
8150
8151 2002-08-21 [paul]       0.8.1claws89
8152
8153         * src/summaryview.c
8154                 fix crash when changing field type in
8155                 Quick search bar
8156
8157 2002-08-21 [colin]      0.8.1claws88
8158
8159         * src/summaryview.c
8160                 Made quick search case-insensitive
8161
8162 2002-08-21 [paul]       0.8.1claws87
8163
8164         * sync with 0.8.1cvs26
8165                 see ChangeLog 2002-08-21
8166
8167 2002-08-20 [christoph]  0.8.1claws86
8168
8169         * src/folderview.c
8170         * src/main.c
8171         * src/summaryview.[ch]
8172                 more summaryview/folderitem seperation for
8173                 sort_key and sort_type
8174         * src/procmsg.c
8175                 added missing return statement
8176
8177 2002-08-20 [colin]      0.8.1claws85
8178
8179         * src/summaryview.[ch]
8180                 Added a quick search box
8181         * src/mainwindow.c
8182         * src/prefs_common.[ch]
8183                 Added a show/hide option for the quick search
8184
8185 2002-08-20 [oliver]     0.8.1claws84
8186         
8187         * src/mainwindow.c
8188                 remove toolbar_create_popups
8189         * src/toolbar.[ch]
8190                 o remove toolbar_create_popups
8191                 o fix toolbar_set_sensitive 
8192                   (Bug reports #596834 and #596832)     
8193         * src/prefs_toolbar.c
8194                 o add "Set default" button
8195                 o align label and text + combo widgets
8196
8197 2002-08-20 [hoa]        0.8.1claws83bis
8198
8199         * src/imap.c
8200                 fixed a bug in imap_fetch_msginfo() in case there is no
8201                 current folder.
8202
8203 2002-08-20 [darko]      0.8.1claws83
8204
8205         * src/folderview.c
8206                 copy the color style of folder view so it
8207                 works with GTK themes
8208
8209 2002-08-20 [darko]      0.8.1claws82
8210
8211         * src/folder.h
8212         * src/folderview.c
8213         * src/prefs_folder_item.[hc]
8214                 don't use UI stuff in folder.h
8215
8216 2002-08-20 [darko]      0.8.1claws81
8217
8218         * src/folder.h
8219         * src/prefs_folder_item.h
8220         * src/folderview.c
8221         * src/prefs_folder_item.c
8222                 ability to set folder color in folderview
8223
8224 2002-08-19 [alfons]     0.8.1claws80
8225
8226         * src/summaryview.c
8227                 fix one of the earlier memleaks reported by Martin Kluge
8228
8229 2002-08-19 [alfons]     0.8.1claws79
8230
8231         * src/mainwindow.c
8232                 hide notice view when selecting seperate folder
8233                 view (reported by Urke MMI)
8234
8235 2002-08-19 [christoph]  0.8.1claws78
8236
8237         * src/folderview.c
8238         * src/prefs_folder_item.h
8239         * src/summaryview.[ch]
8240                 o add summary_set_prefs_from_folderitem to set
8241                   summaryview prefs (first step to remove all
8242                   references to the folderitem in summaryview)
8243                 o moved compiled regex stuff from folderitem prefs
8244                   to summaryview code
8245
8246 2002-08-19 [paul]       0.8.1claws77
8247
8248         * src/compose.c
8249                 add check for '.' to QUOTE_IF_REQUIRED
8250
8251 2002-08-19 [paul]       0.8.1claws76
8252
8253         * src/inc.c
8254                 sync with 0.8.1cvs25 (plug memory leak)
8255
8256         * src/prefs_toolbar.c
8257                 re-order prefs_toolbar_cancel()
8258
8259 2002-08-18 [alfons]     0.8.1claws75
8260
8261         * src/inc.c
8262         * src/matcher.c
8263                 plug other memleaks reported by Martin Kluge
8264
8265 2002-08-18 [paul]       0.8.1claws74
8266
8267         * po/pt_BR.po
8268                 updated by Fabio Jr. Beneditto
8269
8270 2002-08-18 [paul]       0.8.1claws73
8271
8272         * src/toolbar.[ch]
8273                 fix bug where tooltips were displayed untranslated              
8274
8275         * src/prefs_toolbar.c
8276                 fix bug where clicking 'Cancel' creates an icon & text
8277                 toolbar regardless of prefs
8278         
8279
8280 2002-08-17 [oliver]     0.8.1claws72
8281
8282         * src/prefs_toolbar.c
8283                 update toolbar on CANCEL
8284                 bug reported by Martin Kluge
8285         * src/toolbar.c
8286                 toolbar_destroy memleak fixed           
8287
8288 2002-08-17 [alfons]     0.8.1claws71
8289
8290         * src/toolbar.c
8291                 plug another memleak reported by Martin Kluge
8292
8293 2002-08-16 [alfons]     0.8.1claws70
8294
8295         * src/crash.c
8296                 use execvp() correctly (suggested by wwp; thanks!)
8297
8298 2002-08-16 [alfons]     0.8.1claws69
8299
8300         * src/gtksctree.c
8301                 plug memory leak reported by Kim Schultz & Martin Kluge
8302
8303 2002-08-16 [paul]       0.8.1claws68
8304
8305         * po/es.po
8306                 updated by Ricardo Mones Lastra
8307
8308 2002-08-16 [paul]       0.8.1claws67
8309
8310         * src/toolbar.h
8311                 fix bug where 'Compose News' icon showed wrong
8312                 tooltip
8313
8314 2002-08-16 [paul]       0.8.1claws66
8315
8316         * sync with 0.8.1cvs24
8317                 see ChangeLog 2002-08-16
8318
8319         * po/it.po
8320                 updated by Alessandro Maestri
8321
8322 2002-08-15 [paul]       0.8.1claws65
8323
8324         * po/sr.po
8325                 updated by Urke MMI
8326
8327 2002-08-15 [paul]       0.8.1claws64
8328
8329         * src/*.c
8330                 don't translate debug info
8331
8332         * src/matcher.[ch]
8333                 add copyright info
8334
8335 2002-08-15 [paul]       0.8.1claws63
8336
8337         * src/prefs_toolbar.c
8338                 fix bug where clicking 'OK' creates an icon & text
8339                 toolbar regardless of prefs
8340
8341 2002-08-14 [alfons]     0.8.1claws62
8342
8343         * src/main.c
8344                 add global var that has the full argv[0]
8345         * src/crash.c
8346                 o execvp the correct sylpheed by using argv0
8347                   and setting the correct work dir
8348                 o other tweaks  
8349
8350 2002-08-14 [oliver]     0.8.1claws61
8351         
8352         * enable/disable Toolbar Action Buttons 
8353         * code cleanups
8354         * src/mainwindow.c
8355         * src/toolbar.[ch]      
8356         * src/prefs_toolbar.c   
8357
8358 2002-08-14 [melvin]     0.8.1claws60
8359
8360         * po/fr.po
8361                 Updated French translations
8362
8363 2002-08-14 [melvin]     0.8.1claws59
8364
8365         * src/crash.c
8366                 Made bug report not translatable
8367         * src/exporthtml.c
8368                 Fixed exporthtml_build_filespec() return value
8369         * src/foldersel.c
8370                 Fixed incorrect include file
8371         * src/gtkspell.c
8372         * src/prefs_actions.c
8373         * src/prefs_toolbar.c
8374                 Made debug info not translatable
8375         * src/mutt.c
8376         * src/quote_fmt.c
8377                 Added missing includes
8378         * src/prefs_common.c
8379                 Fixed typo
8380
8381 2002-08-14 [paul]       0.8.1claws58
8382
8383         * faq/es/sylpheed-faq.html
8384           faq/es/sylpheed-faq-[1-3].html
8385           faq/es/sylpheed-faq-4.html     **NEW FILE **
8386                 update Spanish FAQ
8387
8388 2002-08-13 [christoph]  0.8.1claws57
8389
8390         * src/procmsg.c
8391                 ignore thread fix that did not mark all
8392                 child nodes of a ignored thread as
8393                 ignored. Does not work perfectly yet,
8394                 but it is better now
8395
8396 2002-08-13 [alfons]     0.8.1claws56
8397
8398         * src/crash.c
8399                 o implement 'save crash log'
8400                 o some tweaks
8401
8402 2002-08-13 [melvin]     0.8.1claws55
8403
8404         * src/main.c
8405                 removed unrequired "execinfo.h" header
8406
8407 2002-08-12 [paul]       0.8.1claws54
8408
8409         * faq/en/sylpheed-faq.html
8410           faq/en/sylpheed-faq-[1-3].html
8411           faq/en/sylpheed-faq-4.html     **NEW FILE **
8412                 update English FAQ
8413
8414 2002-08-12 [alfons]     0.8.1claws53
8415
8416         * po/POTFILES.in
8417                 add crash.c to translatables
8418         * src/crash.c
8419                 bring in Leandro's crash dialog
8420
8421 2002-08-11 [alfons]     0.8.1claws52
8422
8423         * src/crash.c
8424                 clean up some warnings
8425
8426 2002-08-11 [alfons]     0.8.1claws51
8427
8428         * acconfig.h
8429         * configure.in
8430         * src/crash.[ch]        ** NEW FILES **
8431         * src/main.c            
8432                 initial gdb crash handler
8433
8434 2002-08-11 [paul]       0.8.1claws50
8435
8436         * src/prefs_toolbar.c
8437                 replace Up/Down arrow pixmaps with text to be
8438                 consistent across icon themes
8439
8440 2002-08-11 [paul]       0.8.1claws49
8441
8442         * src/prefs_common.c
8443           src/prefs_toolbar.c
8444                 rename 'Pixmap' -> 'Icon'
8445
8446         * src/toolbar.[ch]
8447                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
8448
8449 2002-08-10 [paul]       0.8.1claws48
8450
8451         * src/prefs_toolbar.c
8452                 re-work the UI
8453
8454 2002-08-10 [paul]       0.8.1claws47
8455
8456         * src/main.c
8457                 don't write Processing progress to status bar
8458                 patch submitted by Alexander Evseev
8459
8460         * src/prefs_toolbar.c
8461                 re-position and resize window
8462                 make window assume correct size on first call
8463
8464 2002-08-10 [paul]       0.8.1claws46
8465
8466         * src/mainwindow.c
8467           src/prefs_toolbar.c
8468           src/toolbar.c
8469           src/toolbar.h
8470                 obey coding style
8471                 follow UI text conventions
8472
8473 2002-08-10 [alfons]     0.8.1claws45
8474
8475         * src/toolbar.c
8476                 correct pixmap for delete action
8477
8478 2002-08-10 [paul]       0.8.1claws44
8479
8480         * po/pt_BR.po
8481                 updated by Fabio Jr. Beneditto
8482
8483 2002-08-10 [paul]       0.8.1claws43
8484
8485         * po/POTFILES.in
8486                 add custom toolbar files
8487
8488 2002-08-10 [paul]       0.8.1claws42
8489
8490         * sync with 0.8.1cvs22
8491                 see ChangeLog 2002-08-09
8492
8493 2002-08-09 [paul]       0.8.1claws41
8494
8495         * tools/Makefile.am
8496           tools/README
8497           tools/outlook2sylpheed.pl     ** NEW FILE **
8498                 add script to convert exported Outlook
8499                 contacts list to a Sylpheed addressbook.
8500                 Submitted by Ricardo Mones Lastra.
8501
8502 2002-08-09 [paul]       0.8.1claws40
8503
8504         * AUTHORS
8505           configure.in
8506           po/sr.po      ** NEW FILE **
8507                 add Serbian message catalog. Submitted by
8508                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
8509
8510 2002-08-09 [paul]       0.8.1claws39
8511
8512         * sync with 0.8.1cvs21
8513                 see ChangeLog 2002-08-08
8514
8515 2002-08-08 [oliver]     0.8.1claws38
8516
8517         * src/mainwindow.c
8518                 move Custom Toolbar to Configuration menu
8519
8520 2002-08-08 [oliver]     0.8.1claws37
8521
8522         * src/prefs_toolbar.c
8523                 fix substitute pixmap bug
8524
8525 2002-08-08 [paul]       0.8.1claws36
8526
8527         * sync with 0.8.1cvs19
8528                 see ChangeLog 2002-08-08
8529
8530 2002-08-07 [christoph]  0.8.1claws35
8531
8532         * src/utils.c
8533                 fixed a memory leak in new canonicalize_file_replace
8534
8535 2002-08-07 [christoph]  0.8.1claws34
8536
8537         * src/utils.[ch]
8538                 o canonicalize_file_replace should create the temporary
8539                   file in the same directory as the original file.
8540                 o added get_tmpfile_in_dir that creates a temorary file
8541                   in a specified directory.
8542
8543 2002-08-07 [melvin]     0.8.1claws33
8544
8545         * src/toolbar.c
8546                 fixed bug where 'Article' button acted as 'Email' button.
8547
8548 2002-08-07 [paul]       0.8.1claws32
8549
8550         * sync with 0.8.1.cvs17
8551                 see ChangeLog 2002-08-07
8552
8553 2002-08-07 [colin]      0.8.1claws31
8554         
8555         * src/news.c
8556                 fix mass-cancel problem
8557
8558 2002-08-07 [thorsten]   0.8.1claws30
8559
8560         * src/prefs_toolbar.c
8561                 fix: crash on replace or add new button
8562         * src/toolbar.c
8563                 fix: close xmlfile after reading
8564         * src/utils.c
8565                 fix: unlink() file before rename()
8566
8567 2002-08-06 [paul]       0.8.1claws29
8568
8569         * sync with 0.8.cvs15
8570                 see ChangeLog 2002-08-06
8571
8572 2002-08-06 [oliver]     0.8.1claws28
8573
8574         * src/toolbar.c
8575         * src/prefs_toolbar.c
8576                 fixed empty toolbar issue
8577
8578 2002-08-06 [oliver]     0.8.1claws27
8579
8580         * Custom Toolbar Final 
8581         * src/folderview.c
8582         * src/inc.c
8583         * src/summaryview.c
8584                 o toolbar stuff now lives in src/toolbar.[ch]
8585                 o main_window_toolbar_* functions are renamed to
8586                   toolbar_* reflecting their new source file
8587         * src/mainwindow.[ch]
8588                 o remove toolbar stuff  
8589
8590 2002-08-06 [oliver]     0.8.1claws26
8591         
8592         * src/Makefile.am
8593         * src/prefs_toolbar.[ch]        **New File**
8594         * src/toolbar.[ch]              **New File**
8595                 o prefs_toolbar.[ch] custom toolbar frontend
8596                 o toolbar.[ch]       backend 
8597
8598 2002-08-06 [oliver]     0.8.1claws25
8599
8600         * src/prefs_actions.[ch]
8601                 o new exported function actions_execute
8602
8603 2002-08-06 [paul]       0.8.1claws24
8604
8605         * sync with 0.8.1cvs4
8606                 see ChangeLog 2002-08-06
8607
8608 2002-08-06 [paul]       0.8.1claws23
8609
8610         * sync with 0.8.1cvs13
8611                 see ChangeLog 2002-08-06
8612
8613 2002-08-06 [paul]       0.8.1claws22
8614
8615         * sync with 0.8.1cvs12
8616                 see ChangeLog 2002-08-05 and 2002-08-06
8617
8618 2002-08-06 [match]      0.8.1claws21
8619
8620         * src/addrclip.c
8621                 improvements to cut/copy/paste address
8622
8623 2002-08-05 [match]      0.8.1claws20
8624
8625         * src/addritem.[ch]
8626         * src/addrcache.c
8627         * src/addrbook.c
8628         * src/editaddress.c
8629         * src/addressbook.c
8630                 fixes to improve cut/copy/paste
8631
8632 2002-08-06 [melvin]     0.8.1claws19
8633
8634         * src/account.[ch]
8635                 account_find_all_from_address(): new function that returns the
8636                 list of all accounts that are matched in an address.
8637         * src/alertpanel.[ch]
8638                 alertpanel() now accepts a custom widget
8639                 alertpanel_with_widget(): new function that pops up a panel with
8640                 a custom widget in it 
8641         * src/gtkutils.[ch]
8642                 gtkut_account_menu_new(): new function that allows the selection
8643                 of an account from a list of accounts.
8644         * src/messageview.c
8645                 Extended Return Receipt notification to select the correct 
8646                 account and to make a security test on the Delivery-Notification
8647                 address which should be the same as the Return-Path.
8648
8649 2002-08-06 [thorsten]   0.8.1claws18
8650
8651         * src/mimeview.c
8652                 attach_all: save unnamed as "noname.%d",
8653                 dont free static dirname
8654
8655 2002-08-05 [alfons]     0.8.1claws17
8656
8657         * configure.in
8658                 detect XIM by trying to link rather than compile a XIM program
8659
8660 2002-08-05 [oliver]     0.8.1claws16
8661                 
8662         * src/stock_pixmap.[ch]
8663                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
8664                 o new func to retrieve pixmaps
8665
8666 2002-08-05 [paul]       0.8.1claws15
8667
8668         * sync with 0.8.1cvs10
8669                 see ChangeLog 2002-08-05
8670
8671 2002-08-04 [alfons]     0.8.1claws14
8672
8673         * src/textview.c
8674                 see if this plugs memleak
8675
8676 2002-08-04 [melvin]     0.8.1claws13
8677
8678         * src/gtkspell.c
8679                 fixed bug that could crash Sylpheed when highlighting
8680                 all misspelled words.
8681
8682 2002-08-03 [melvin]     0.8.1claws12
8683
8684         * src/prefs_actions.c
8685                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
8686         * src/messageview.c
8687                 fixed bug where the Return Receipt was sent to
8688                 Delivery-Notification-To address even if it was not present
8689
8690 2002-08-02 [alfons]     0.8.1claws11
8691
8692         * src/prefs_actions.c
8693                 o more check for NULLs
8694                 o put create_io_dialog() in right conditional block
8695
8696 2002-08-02 [paul]       0.8.1claws10
8697
8698         * po/es.po
8699                 updated by Ricardo Mones Lastra
8700
8701 2002-08-01 [christoph]  0.8.1claws9
8702
8703         * src/folder.c
8704                 don't free the cache of the opened
8705                 folder in the summaryview
8706         * src/summaryview.c
8707                 don't unset flags, if it is not required
8708
8709 2002-08-01 [paul]       0.8.1claws8
8710
8711         * sync with 0.8.1cvs8
8712                 see ChangeLog entry 2002-08-01
8713
8714 2002-08-01 [paul]       0.8.1claws7
8715
8716         * sync with 0.8.1cvs7
8717                 see ChangeLog 2002-07-31 and 2002-08-01
8718
8719 2002-07-31 [christoph]  0.8.1claws6
8720
8721         * src/mainwindow.c
8722                 forgot to update menu sensitivity
8723                 function for new menu entry
8724
8725 2002-07-31 [alfons]     0.8.1claws5
8726
8727         * src/main.c
8728                 check folder item and its path for NULL on
8729                 initial processing
8730
8731 2002-07-31 [christoph]  0.8.1claws4
8732
8733         * src/folder.c
8734                 check if folder_item_get_msginfo in
8735                 folder_item_remove_msg returned NULL
8736         * src/imap.c
8737                 better clear the uid cache in the
8738                 uid validity check function and delete
8739                 cached messages
8740
8741 2002-07-31 [paul]       0.8.1claws3
8742
8743         * man/sylpheed.1
8744                 add the '--attach' option and a few other
8745                 minor changes
8746
8747 2002-07-31 [paul]       0.8.1claws2
8748
8749         * sync with 0.8.1cvs5
8750                 see ChangeLog 2002-07-31
8751
8752 2002-07-31 [christoph]  0.8.1claws1
8753
8754         * src/folderview.[ch]
8755         * src/mainwindow.c
8756                 replace "Rescan all folders..." with
8757                 "Check all folders for new messages..."
8758
8759 2002-07-30 [paul]       0.8.1claws
8760
8761         * version 0.8.1claws released
8762
8763 2002-07-30 [paul]       0.8.0claws29
8764
8765         * tools/OOo2sylpheed.pl ** NEW FILE **
8766           tools/README
8767                 add script to enable sending documents as
8768                 attachments from OpenOffice.org
8769
8770 2002-07-30 [melvin]     0.8.0claws28
8771
8772         * src/prefs_actions.c
8773                 Made the actions' input/output dialog display
8774                 without delay.
8775
8776 2002-07-30 [christoph]  0.8.0claws27
8777
8778         * src/procmsg.c
8779                 check if folder_item_get_msginfo in
8780                 procmsg_save_to_outbox returned NULL
8781
8782 2002-07-30 [paul]       0.8.0claws26
8783
8784         * sync with 0.8.1cvs4
8785                 see ChangeLog 2002-07-29
8786
8787 2002-07-29 [thorsten]   0.8.0claws25
8788
8789         * README.claws
8790                 added selective download, delete on server
8791
8792 2002-07-29 [paul]       0.8.0claws24
8793
8794         * sync with 0.8.1cvs3
8795                 see ChangeLog 2002-07-29
8796
8797 2002-07-27 [christoph]  0.8.0claws23
8798
8799         * src/folder.c
8800                 add extra check if fetching the msginfo
8801                 returned NULL
8802
8803 2002-07-27 [paul]       0.8.0claws22
8804
8805         * sync with 0.8.1cvs2
8806                 see ChangeLog 2002-07-26
8807
8808 2002-07-27 [christoph]  0.8.0claws21
8809
8810         * src/imap.c
8811                 add another check if a valid msginfo
8812                 was returned
8813
8814 2002-07-26 [hoa]        0.8.0claws20
8815
8816         * src/folder.c
8817                 Fixed a condition in folder_item_destroy()
8818
8819         * src/imap.c
8820                 Fixed an error in IMAP protocol
8821
8822 2002-07-26 [alfons]     0.8.0claws19
8823
8824         * src/folder.c
8825                 ofcourse compare with identifier, not the path
8826
8827 2002-07-26 [alfons]     0.8.0claws18
8828
8829         * src/folder.c
8830                 use folder item identifier for saving / restoring
8831                 preferences because folder->path might not be unique
8832
8833 2002-07-26 [melvin]     0.8.0claws17
8834
8835         * src/logwindow.c
8836                 Fixed a crash introduced in 0.8.0claws5 when log is 
8837                 cut under 80 characters.
8838
8839 2002-07-26 [paul]       0.8.0claws16
8840
8841         * sync with 0.8.1cvs1
8842                 see ChangeLog 2002-07-26
8843
8844 2002-07-26 [christoph]  0.8.0claws15
8845
8846         * src/imap.[ch]
8847                 imap folder now remembers the last selected
8848                 folder and imap_fetch_msginfo skips selecting
8849                 the folder if it is already selected
8850
8851 2002-07-26 [christoph]  0.8.0claws14
8852
8853         * src/folder.c
8854         * src/folderview.c
8855         * src/imap.c
8856                 fix imap folder rescanning
8857
8858 2002-07-25 [christoph]  0.8.0claws13
8859
8860         * src/filter.c
8861         * src/folder.[ch]
8862         * src/folderview.c
8863         * src/imap.[ch]
8864         * src/mainwindow.c
8865         * src/mbox_folder.c
8866         * src/mh.c
8867         * src/news.c
8868                 implement imap uid cache and uid validity check
8869
8870 2002-07-25 [alfons]     0.8.0claws12
8871
8872         * src/summaryview.c
8873                 fix a brown paper bag bug, and also add some more
8874                 checks
8875
8876 2002-07-25 [christoph]  0.8.0claws11
8877
8878         * src/folder.c
8879                 don't mix copy, fetch_msginfo and remove
8880                 operations in folder item copy and move
8881                 operations
8882
8883 2002-07-25 [christoph]  0.8.0claws10
8884
8885         * src/folderview.c
8886         * src/mainwindow.c
8887         * src/prefs_folder_item.c
8888         * src/summaryview.[ch]
8889                 remove no longer required parameter update_cache from
8890                 summary_show
8891
8892 2002-07-25 [paul]       0.8.0claws9
8893
8894         * sync with 0.8.1
8895         
8896         * AUTHORS
8897                 a few corrections
8898
8899 2002-07-24 [alfons]     0.8.0claws8
8900
8901         * src/summaryview.c
8902                 sort correctly when using simplified subject line
8903                 (closes feature request "[ 585141 ] applying regexp to subject 
8904                 before sort" submitted by Alexandra Walford)
8905
8906 2002-07-24 [paul]       0.8.0claws7
8907
8908         * sync with 0.8.0cvs3
8909                 see ChangeLog 2002-07-24
8910
8911 2002-07-23 [christoph]  0.8.0claws6
8912
8913         * src/folder.c
8914         * src/folder.h
8915         * src/summaryview.c
8916         * src/summaryview.h
8917         * src/main.c
8918                 o separate processing and summaryview
8919                 o removed summary_write_cache from summaryview
8920                 o removed summaryview->killed_messages, because we don't have
8921                   to keep a list of killed messages anymore. New cache will
8922                   keep the hidden messages in cache anyway
8923         * src/folderview.c
8924         * src/inc.c
8925         * src/selective_download.c
8926                 o removed unnecessary summary_write_cache calls
8927         * src/procmsg.c
8928                 o don't set ignore thread flag in procmsg_get_thread_tree
8929                   if it is already set
8930         * src/mainwindow.c
8931         * src/statusbar.h
8932                 o moved STATUSBAR_PUSH/POP to statusbar.h because
8933                   they are used in different files
8934
8935 2002-07-23 [melvin]     0.8.0claws5
8936
8937         * src/addressbook.c
8938         * src/addrgather.c
8939         * src/editaddress.c
8940         * src/editgroup.c
8941         * src/editldap_basedn.c
8942         * src/importldif.c
8943         * src/prefs_common.c
8944                 Fixed few memory leak (gtk_editable_get_chars returns
8945                 an allocated string)
8946         * src/logwindow.c
8947                 Fixed few memory leak (gtk_editable_get_chars returns
8948                 an allocated string) and modified a little the log cutting
8949                 loop.
8950         * src/compose.c
8951                 Replaced a call to an obsolete function gtk_entry_get_text()
8952                 by gtk_editable_get_chars()
8953         * src/send.c
8954                 Removed a debug printf
8955
8956 2002-07-23 [christoph]  0.8.0claws4
8957
8958         * src/filesel.c
8959                 fix another g_dirname memory leak
8960
8961 2002-07-23 [christoph]  0.8.0claws3
8962
8963         * src/mh.c
8964                 fixed a memory leak in mh_fetch_msginfo
8965                 fixed crash when message header could not be
8966                 parsed
8967
8968 2002-07-23 [paul]       0.8.0claws2
8969
8970         * sync with 0.8.0cvs2
8971                 see ChangeLog 2002-07-23
8972
8973 2002-07-23 [paul]       0.8.0claws1
8974
8975         * sync with 0.8.0cvs1
8976                 see ChangeLog 2002-07-23
8977
8978 2002-07-23 [paul]       0.8.0claws
8979
8980         * release of 0.8.0claws
8981
8982 2002-07-23 [paul]       0.7.8claws99
8983
8984         * po/ru.po
8985                 new Russian translation, submitted by
8986                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
8987
8988 2002-07-22 [jens]       0.7.8claws98
8989
8990         * po/de.po
8991                 Updated German translations.
8992
8993 2002-07-22 [paul]       0.7.8claws97
8994
8995         * po/es.po
8996           po/it.po
8997           po/nl.po
8998           po/pt_BR.po
8999                 updated translations by Ricardo Mones Lastra,
9000                 Alessandro Maestri, Wilbert Berendsen and 
9001                 Fabio Jr. Beneditto respectively
9002
9003 2002-07-22 [christoph]  0.7.8claws96
9004
9005         * src/mimeview.c
9006                 fix memory leak caused by wrong g_dirname usage
9007
9008 2002-07-22 [christoph]  0.7.8claws95
9009
9010         * src/summaryview.c
9011                 update new and unread message counts for summaryview
9012                 summaryview does not get it from the folder anymore
9013                 and has to update the values itself
9014
9015 2002-07-22 [melvin]     0.7.8claws94
9016
9017         * po/fr.po
9018                 Updated French translations.
9019
9020 2002-07-22 [christoph]  0.7.8claws93
9021
9022         * src/matcher.c
9023                 set prop->preg pointer to NULL or following check
9024                 will not fail and regexec will be called with
9025                 invalid pointer
9026
9027 2002-07-21 [alfons]     0.7.8claws92
9028         
9029         * src/prefs_common.[ch]
9030                 remove option "Send return receipt on request"
9031
9032 2002-07-21 [thorsten]   0.7.8claws91
9033
9034         * src/mimeview.c
9035                 fixed memleaks, coding style as pointed out by alfons
9036
9037 2002-07-21 [alfons]     0.7.8claws90
9038
9039         * src/messageview.c
9040         * src/noticeview.[ch]
9041                 o fix bug notice view being displayed when going to empty folder 
9042                   (noticed by Christoph)
9043                 o allow RRR to be sent when restarting sylpheed, or changing folder 
9044                   (noticed by Thorsten)
9045
9046 2002-07-21 [thorsten]   0.7.8claws89
9047
9048         * src/mimeview.c
9049                 Included save_all patch from Xaview FACQ
9050                 added support for pathnames
9051
9052 2002-07-21 [alfons]     0.7.8claws88
9053
9054         * po/POTFILES.in
9055         * src/Makefile.am
9056         * src/mainwindow.c
9057         * src/messageview.[ch]
9058         * src/noticeview.c      ** NEW FILE **
9059         * src/noticeview.h      ** NEW FILE **
9060                 make return receipts work again
9061                 (UI idea by Leandro Pereira)
9062
9063 2002-07-21 [paul]       0.7.8claws87
9064
9065         * src/summaryview.c
9066                 fix sensitivity of 'Select thread'
9067
9068 2002-07-21 [paul]       0.7.8claws86
9069
9070         * src/prefs_common.c
9071                 add browser command line for Galeon
9072
9073 2002-07-21 [paul]       0.7.8claws85
9074
9075         * Makefile.am
9076                 fix 'EXTRA_DIST': remove README.README, add TODO
9077                 and TODO.claws
9078
9079 2002-07-21 [alfons]     0.7.8claws84
9080
9081         * src/gtkstext.c
9082                 make enter clear selection
9083                 (closes "[ 579888 ] Editor selection/entry error"
9084                 reported by Steve Lamb)
9085
9086 2002-07-21 [alfons]     0.7.8claws83
9087         
9088         * src/summaryview.c
9089                 sort message list when selecting unthread messages
9090                 (closes "[ 501593 ] switching threaded view doesn't sort"
9091                 reported by Simon Schubert)
9092
9093 2002-07-20 [alfons]     0.7.8claws82
9094         
9095         * src/matcher.c
9096                 const-correctness
9097
9098 2002-07-20 [thorsten]   0.7.8claws81
9099
9100         * src/matcher.c
9101                 Fixed expansion of empty fields in matchactions
9102
9103 2002-07-19 [melvin]     0.7.8claws80
9104
9105         * src/gtkspell.c
9106                 Removed a duplicate menu entry (fast mode) introduced during
9107                 the new cache merge
9108                 Added a menu separator between 'Use alternate' and 'Fast mode'
9109
9110 2002-07-19 [paul]       0.7.8claws79
9111
9112         * tools/Makefile.am
9113           tools/README
9114                 correct typos
9115
9116 2002-07-19 [thorsten]   0.7.8claws78
9117
9118         * tools/calypso_convert.pl      ** NEW FILE **
9119           tools/README
9120           tools/Makefile.am
9121                 script to import mbox files exported
9122                 by calypso
9123                 o generates folder structure
9124                 o includes attachments
9125
9126 2002-07-19 [melvin]     0.7.8claws77
9127
9128         * src/selective_download.[ch]
9129                 Fixed bug where closing the dialog with the window manager's
9130                 close button will not unlock the summary
9131                 Corrected some function declarations that missed a return value
9132                 Made the source code comply better with coding style.
9133         * src/prefs_common.c
9134                 Added new browser command line for Mozilla.
9135
9136 2002-07-18 [paul]       0.7.8claws76
9137
9138         * src/mainwindow.c
9139           src/selective_download.[ch]
9140                 reflect theme changes, fix Gdk Warning when creating 
9141                 pixmap from NULL window, and minor clean up.
9142                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
9143
9144         * po/en_GB.po
9145                 updated
9146
9147 2002-07-17 [paul]       0.7.8claws75
9148
9149         * INSTALL[.jp]
9150                 sync with 0.8.0
9151         
9152         * po/en_GB.po
9153                 updated
9154
9155 2002-07-16 [paul]       0.7.8claws74
9156
9157         * tools/filter_conv.pl
9158           tools/README
9159                 replace conversion script with reimplemented version, 
9160                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
9161
9162 2002-07-16 [colin]      0.7.8claws73
9163
9164         * src/summaryview.c
9165                 remove forgotten debug messages - sorry ;-)
9166
9167 2002-07-16 [colin]      0.7.8claws72
9168
9169         * src/mimeview.c
9170           src/summaryview.c
9171           src/textview.c
9172           src/textview.h
9173                 add the ability to select part of a text mime-part 
9174                 to reply.
9175
9176 2002-07-15 [christoph]  0.7.8claws71
9177
9178         * src/folder.c
9179                 fix folder message count for folders without
9180                 msg_is_changed (includes news folders)
9181
9182 2002-07-15 [martin]     0.7.8claws70
9183
9184         * src/summaryview.c
9185                 option "display recipient on 'From'..." now works
9186                 without the need of enabling the option
9187                 "display  sender  using  address  book".
9188
9189 2002-07-15 [christoph]  0.7.8claws69
9190
9191         * src/summaryview.c
9192                 removed setting folder status from summaryview.
9193                 folder.c should update all message counts correctly.
9194
9195 2002-07-15 [paul]       0.7.8claws68
9196
9197         * po/pt_BR.po
9198                 updated by Fabio Junior Beneditto
9199
9200 2002-07-15 [darko]      0.7.8claws67
9201
9202         * src/mh.c
9203                 Fixed target folder colorization, don't decrease op
9204                 number twice
9205
9206 2002-07-14 [paul]       0.7.8claws66
9207
9208         * sync with main 0.8.0
9209                 see ChangeLog 2002-07-14
9210
9211 2002-07-13 [melvin]     0.7.8claws65
9212         
9213         * src/addrbook.c
9214         * src/addressbook.c
9215         * src/addrindex.c
9216                 Replaced sprintf by g_snprintf to prevent possible buffer
9217                 overflow.
9218         * src/news.c
9219                 Corrected a log message output format.
9220                 Added a missing "done" debug output.
9221         * src/compose.c
9222                 Added keyboard accelerator for Priority menu items
9223                 Added missing \n in debug output
9224         * src/logwindow.c
9225         * src/gtkspell.c
9226         * src/rfc2015.c
9227                 Added missing \n in debug output
9228
9229 2002-07-13 [paul]       0.7.8claws64
9230
9231         * man/sylpheed.1
9232                 change Sergey's email address to the sf address
9233
9234         * src/textview.c
9235                 increase show_url_timeout (more useful for long
9236                 urls)
9237
9238 2002-07-12 [sergey]     0.7.8claws63
9239
9240         * src/rfc2015.c
9241                 applied (with some modifications) patch to set the
9242                 micalg parameter for signatures
9243                 (2001-08-28 Werner Koch <wk@gnupg.org>)
9244
9245 2002-07-12 [sergey]     0.7.8claws62
9246
9247         * man/Makefile.am
9248         * configure.in
9249                 fixed man page installation
9250
9251 2002-07-12 [paul]       0.7.8claws61
9252
9253         * sync with 0.7.8cvs26
9254                 see ChangeLog 2002-07-11 and 2002-07-12
9255
9256 2002-07-11 [christoph]  0.7.8claws60
9257
9258         * src/compose.c
9259         * src/procmsg.c
9260                 first use the message number to find the message
9261                 to mark with a reply flag but check the
9262                 message-id if we got the correct message, if not
9263                 try to find it by message-id.
9264                 use new string seperator that is not allowed
9265                 in message-ids.
9266
9267 2002-07-11 [paul]       0.7.8claws59
9268
9269         * sync with 0.7.8cvs23
9270                 see ChangeLog 2002-07-10
9271
9272 2002-07-10 [christoph]  0.7.8claws58
9273
9274         * src/folder.[ch]
9275         * src/msgcache.[ch]
9276                 Added message-id table to the cache in memory
9277                 and functions to msgcache.c and folder.c to
9278                 fetch MsgInfos by message id
9279         * src/compose.c
9280         * src/procmsg.c
9281                 store folder and message-id of message replying
9282                 to in queue header and set reply flag after sending
9283                 (Closes bug #469498)
9284
9285 2002-07-10 [paul]       0.7.8claws57
9286
9287         * AUTHORS
9288           man/sylpheed.1.gz
9289                 add Martin to the list of authors
9290
9291 2002-07-09 [martin]     0.7.8claws56
9292         * src/gtksctree.c
9293                 Added gtk_ctree_last_visible(), tree_update_level(),
9294                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
9295                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
9296                 from gtk+ to gtksctree.c for the new sorting code
9297                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
9298                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
9299         * src/gtksctree.h
9300                 Added declaration for gtk_sctree_sort_recursive() and
9301                 gtk_sctree_sort_node
9302         * src/addressbook.c
9303         * src/foldersel.c
9304         * src/folderview.c
9305         * src/summaryview.c
9306                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
9307                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
9308
9309 2002-07-08 [paul]       0.7.8claws55
9310
9311         * more sync with 0.7.8cvs21
9312                 see ChangeLog 2002-07-08
9313
9314 2002-07-08 [paul]       0.7.8claws54
9315
9316         * sync with 0.7.8cvs21
9317                 see ChangeLog 2002-07-08
9318
9319 2002-07-07 [alfons]     0.7.8claws53
9320
9321         * src/Makefile.am
9322         * src/stock_pixmap.[ch]
9323         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
9324         * src/pixmaps/notice_error.xpm  ** NEW FILE **
9325         * src/pixmaps/notice_note.xpm   ** NEW FILE **
9326                 add new pixmaps for upcoming notice pane
9327
9328 2002-07-06 [melvin]     0.7.8claws52
9329
9330         * src/gtkspell.[ch]
9331                 Made them a bit closer to Sylpheed's coding style.
9332                 Removed old code.
9333                 Removed possible memory leaks when some errors occurs.
9334
9335 2002-07-06 [melvin]     0.7.8claws51
9336
9337         * po/Makefile.in.in
9338                 Removed --no-location in xgettext command line to help
9339                 translators that use Emacs' po-mode
9340         * src/quote_fmt.c
9341                 Removed unnecessary comments that messed up sylpheed.pot
9342
9343 2002-07-06 [paul]       0.7.8claws50
9344
9345         * sync with 0.7.8cvs19
9346                 see ChangeLog 2002-07-05
9347
9348 2002-07-06 [christoph]  0.7.8claws49
9349
9350         * src/folder.c
9351         * src/mainwindow.c
9352                 fix folder_item_remove_all_msg and folderview
9353                 status for trash folders after emptying trash
9354
9355 2002-07-05 [paul]       0.7.8claws48
9356
9357         * sync with 0.7.8cvs16
9358                 see ChangeLog 2002-07-04 and 2002-07-05
9359
9360 2002-07-04 [paul]       0.7.8claws47
9361
9362         * sync with 0.7.8cvs14
9363                 see  ChangeLog 2002-07-04
9364
9365 2002-07-03 [alfons]     0.7.8claws46
9366
9367         * src/folder.c
9368                 dupe folder item's path because it's being reallocated
9369                 by new folder scanning code
9370
9371 2002-07-03 [christoph]  0.7.8claws45
9372
9373         * src/imap.c
9374                 better IMAP uid fetching using 'FETCH 1:* (UID)'
9375         * src/msgcache.c
9376                 add missing return in msgcache_write
9377
9378 2002-07-02 [thorsten]   0.7.8claws44
9379
9380         * src/jpilot.c
9381         * src/msgcache.c
9382         * src/rfc2015.c
9383                 use binary mode for file access
9384
9385 2002-07-02 [christoph]  0.7.8claws43
9386
9387         * major code cleanup (part 1)
9388         
9389                 - unused variables removed
9390                 - unused functions removed
9391                 - uninitialized variables checked
9392                 - missing return statements added
9393                 - missing function return types added
9394                 - added parentheses around assignment and
9395                   && in || when suggested by gcc
9396               
9397         * src/mh.c
9398         * src/folder.c
9399                 replaced direct calls to folder->scan_tree
9400                 with folder_scan_tree and restore folder
9401                 prefs in this function. The folder should
9402                 not have to deal with them.
9403                 ( Should now work for all folder types )
9404
9405 2002-07-02 [paul]       0.7.8claws42
9406
9407         * sync with 0.7.8cvs13
9408                 see ChangeLog 2002-07-01 and 2002-07-02
9409
9410 2002-07-01 [christoph]  0.7.8claws41
9411
9412         * src/summaryview.c
9413                 fix "goto next/prev unread message" with
9414                 ignored threads
9415
9416 2002-07-01 [paul]       0.7.8claws40
9417
9418         * po/es.po
9419                 updated by Ricardo Mones Lastra
9420
9421 2002-06-30 [match]      0.7.8claws39
9422
9423         * src/jpilot.c
9424                 applied variation of leonerd's patch (566661) to
9425                 allow multiple email addresses per JPilot entry.
9426                 addresses may be separated by space, comma, pipe,
9427                 semi-colon, new-line.
9428
9429 2002-06-30 [alfons]     0.7.8claws38
9430
9431         * src/procmsg.c
9432                 simple fix for putting older nodes before
9433                 newer nodes when threading by subject
9434
9435 2002-06-30 [christoph]  0.7.8claws37
9436
9437         * src/folder.c
9438         * src/folderview.c
9439         * src/mh.c
9440         * src/news.c
9441         * src/procmsg.c
9442                 fix broken folder tree rescaning
9443                 and don't use procmsg_get_mark_sum
9444                 anymore
9445
9446 2002-06-30 [christoph]  0.7.8claws36
9447
9448         * merge new cache branch
9449         * src/imap.c
9450                 fix new cache imap copy bug
9451         * src/folder.c
9452                 improved folder_item_scan
9453                 it should now always set the correct
9454                 new, unread and total message counts
9455
9456 2002-06-29 [paul]       0.7.8claws35
9457
9458         * configure.in
9459                 correct syntax error
9460
9461 2002-06-29 [paul]       0.7.8claws34
9462
9463         * configure.in
9464           Makefile.am
9465           man/Makefile.am       ** NEW FILE **
9466           man/sylpheed.1.gz     ** NEW FILE **
9467                 add Sylpheed man page
9468
9469 2002-06-29 [paul]       0.7.8claws33
9470
9471         * po/pt_BR.po
9472                 updated by Fabio Junior Beneditto
9473
9474 2002-06-28 [jens]       0.7.8claws32
9475
9476         * po/de.po
9477                 translation updated
9478
9479         * src/selective_download.c
9480                 removed gettext for space " "
9481
9482         * src/imap.c
9483                 removed wrong space
9484
9485 2002-06-28 [paul]       0.7.8claws31
9486
9487         * sync with 0.7.8cvs11
9488                 see ChangeLog 2002-06-28
9489
9490 2002-06-28 [paul]       0.7.8claws30
9491
9492         * sync with 0.7.8cvs10
9493                 see ChangeLog 2002-06-27 and 2002-06-28
9494
9495 2002-06-26 [paul]       0.7.8claws29
9496
9497         * src/addrgather.c
9498           src/selective_download.c
9499                 don't gettextise empty strings.
9500                 reserved by gettext. gettext("") returns 
9501                 the header entry with meta information, 
9502                 not the empty string
9503
9504         * po/en_GB.po
9505                 updated
9506
9507 2002-06-26 [paul]       0.7.8claws28
9508
9509         * sync with 0.7.8cvs7
9510                 see ChangeLog 2002-06-25
9511
9512         * src/prefs_common.c
9513                 ...and in the process, tweak the gui a little
9514
9515 2002-06-25 [alfons]     0.7.8claws27
9516         
9517         * configure.in
9518         * src/Makefile.am
9519                 fine tune ldap library detection
9520
9521 2002-06-25 [alfons]     0.7.8claws26
9522
9523         * src/compose.c
9524                 don't allow return receipts when composing a news article
9525
9526 2002-06-25 [paul]       0.7.8claws25
9527
9528         * Makefile.am
9529                 add '$(AMTAR)' to 'release' section to allow for
9530                 new and older autotools
9531
9532 2002-06-25 [paul]       0.7.8claws24
9533
9534         * src/summaryview.c
9535                 fix "No more unread messages" persistant pop-up
9536                 window bug
9537
9538 2002-06-25 [paul]       0.7.8claws23
9539
9540         * po/it.po
9541                 updated by Alessandro Maestri
9542
9543 2002-06-25 [paul]       0.7.8claws22
9544
9545         * sync with 0.7.8cvs6
9546                 see ChangeLog 2002-06-25
9547
9548 2002-06-24 [paul]       0.7.8claws21
9549
9550         * tools/update-po
9551                 add GPL copyright information
9552
9553 2002-06-24 [paul]       0.7.8claws20
9554
9555         * tools/Makefile.am
9556           tools/README
9557           tools/update-po       ** NEW FILE **
9558                 add script that eases the creation of *.po files
9559                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
9560
9561 2002-06-23 [alfons]     0.7.8claws19
9562
9563         * src/messageview.c
9564                 make notification_convert_header obey const correctness
9565                 (next step will be fixing the broken return receipt)
9566
9567 2002-06-23 [paul]       0.7.8claws18
9568
9569         * src/messageview.c
9570                 fix bug introduced in last commit:
9571                 removed too much code in last commit - put back what's
9572                 needed
9573
9574 2002-06-23 [paul]       0.7.8claws17
9575
9576         * src/messageview.[ch]
9577                 remove code committed in error from locally patched
9578                 source
9579
9580 2002-06-23 [colin]      0.7.8claws16
9581
9582         * src/compose.[ch]
9583                 add compose_entry_select(), used to select the default_to
9584                 email address - hopefully avoiding people sending mails to
9585                 wrong recipients.
9586
9587 2002-06-22 [alfons]     0.7.8claws15
9588
9589         * AUTHORS
9590                 add Bram Metsch & Stanislav Karchebny
9591         * src/smtp.[ch]
9592         * src/prefs_account.[ch]
9593         * src/send.c
9594                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
9595                   options.  (see <http://sourceforge.net/tracker/index.php
9596                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
9597
9598                 - merge Stanislav's fix to make SMTP AUTH work with qmail
9599                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
9600
9601 2002-06-22 [paul]       0.7.8claws14
9602
9603         * sync with 0.7.8cvs5
9604                 see ChangeLog 2002-06-19 and 2002-06-20
9605
9606 2002-06-22 [alfons]     0.7.8claws13
9607
9608         * src/selective_download.c
9609                 fix a stupid mistake I made
9610
9611 2002-06-22 [alfons]     0.7.8claws12
9612
9613         * src/selective_download.[ch]
9614                 fix another unnoticed leak; cleanup code
9615
9616 2002-06-21 [alfons]
9617
9618         * tools/Makefile.am
9619                 gpg-sign <-- gpg-sign-syl
9620
9621 2002-06-21 [alfons]     0.7.8claws11
9622
9623         * src/selective_download.c
9624         * src/selective_download.h
9625                 fix assorted mix of allocation errors (should solve
9626                 problem reported by Philippe Gramoullé, see:
9627                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
9628
9629 2002-06-20 [melvin]     0.7.8claws10
9630
9631         * tools/gpg-sign *REMOVED*
9632           tools/gpg-sign-syl *ADDED*
9633                 Replaced the gpg clearsigning script with the version using
9634                 xterm instead of ssh-askpass and changed its name.
9635
9636         * README.claws
9637                 Updated actions example to reflect the renaming of the
9638                 gpg clearsigning script.
9639
9640 2002-06-19 [paul]       0.7.8claws9
9641
9642         * sync with 0.7.8claws9
9643                 see ChangeLog 2002-06-18 and 2002-06-19
9644
9645 2002-06-19 [paul]       0.7.8claws8
9646
9647         * sync with 0.7.8cvs1
9648                 see ChangeLog 2002-06-18
9649
9650 2002-06-18 [alfons]     0.7.8claws7
9651
9652         * src/mainwindow.h
9653                 add omitted prototype
9654
9655 2002-06-17 [paul]       0.7.8claws6
9656
9657         * src/mainwindow.c
9658                 fix hiding of exec_btn
9659
9660 2002-06-17 [paul]       0.7.8claws5
9661
9662         * src/pop.c
9663                 remove unneeded code: should_delete() 
9664                 and Pop3State::uidl_todelete_list
9665
9666 2002-06-17 [paul]       0.7.8claws4
9667
9668         * sync with 0.7.8
9669                 see ChangeLog 2002-06-11 and 2002-06-13
9670
9671 2002-06-16 [alfons]     0.7.8claws3
9672         
9673         * src/folder.c
9674                 make sure lock sort mode (claws specific) is
9675                 also persists after a tree rescan
9676
9677 2002-06-16 [alfons]     0.7.8claws2
9678
9679         * src/prefs_folder_item.c
9680         * src/folder.[ch]
9681                 fix persistence of folder sort mode (broken
9682                 by adapting Hiro's new folder persistence code)
9683
9684 2002-06-16 [alfons]     0.7.8claws1
9685
9686         * AUTHORS
9687         * src/logwindow.c
9688         * src/prefscommon.[ch]
9689                 control size of log text in log window; 
9690                 closes patch #569155 submitted by Mitko Haralanov.
9691
9692 2002-06-15 [paul]       0.7.8claws
9693
9694         * release of 0.7.8claws
9695
9696 2002-06-15 [paul]       0.7.7claws
9697
9698         * po/pt_BR.po
9699                 updated by Fabio Junior Beneditto
9700
9701 2002-06-14 [paul]       0.7.6claws49
9702
9703         * po/es.po
9704                 updated by Ricardo Mones Lastra
9705
9706 2002-06-14 [paul]       0.7.6claws48
9707
9708         * po/nl.po
9709                 updated translation by Wilbert Berendsen
9710
9711 2002-06-14 [melvin]     0.7.6claws47
9712
9713         * po/fr.po
9714                 Updated French translation
9715
9716 2002-06-13 [paul]       0.7.6claws46
9717
9718         * src/filesel.c
9719                 allow filename to be typed in, rather than just
9720                 selected by the mouse. Patch by Gustavo Noronha Silva.
9721
9722 2002-06-13 [alfons]     0.7.6claws45
9723
9724         * src/mainwindow.[ch]
9725                 more cleanups (removing unnecessary menu items Expand 
9726                 summary / message view)
9727
9728 2002-06-13 [melvin]     0.7.6claws44
9729
9730         * po/POTFILES.in
9731                 Added src/string_match.c
9732         * src/string_match.c
9733                 Fixed possible buffer overflow.
9734                 Corrected typo.
9735                 Added missing config.h header.
9736         * src/prefs_common.c
9737           src/prefs_matcher.c
9738           src/prefs_scoring.c
9739                 Made some strings translatable (missing _(..)).
9740
9741 2002-06-13 [melvin]     0.7.6claws43
9742
9743         * README.claws
9744                 Corrected action example (verifying clearsigned mail).
9745         * src/prefs_account.c
9746                 Corrected typo.
9747         * src/prefs_common.c
9748                 Removed incorrect line that generated a Gtk-CRITICAL msg.
9749
9750 2002-06-12 [alfons]     0.7.6claws42
9751
9752         * src/summaryview.c
9753                 add init of score column lost in 0.7.6claws42
9754
9755 2002-06-12 [paul]       0.7.6claws41
9756
9757         * src/prefs_account.c
9758                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
9759                 behavior of the radio buttons, (from 0.7.7cvs2)
9760
9761 2002-06-11 [alfons]     0.7.6claws40
9762
9763         * src/messageview.[ch]
9764         * src/summaryview.[ch]
9765         * src/summary_search.c
9766         * src/mainwindow.c
9767                 perform a sync to bring in Hiro's separate view implementation 
9768
9769                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
9770
9771 2002-06-11 [paul]       0.7.6claws39
9772         
9773         * src/prefs_account.c
9774                 correct a typo on the Receive tab
9775
9776 2002-06-10 [match]      0.7.6claws38
9777
9778         * src/addressbook.c
9779                 Included address completion patch from Gustavo Noronha.
9780
9781 2002-06-10 [paul]       0.7.6claws37
9782
9783         * src/inc.[ch]
9784           src/pop.c
9785           src/prefs_account.[ch]
9786           src/selective_download.[ch]
9787                 apply PATCH #561712
9788                  NEW:
9789                 - check if POP Account
9790                 - Receive Button renamed to Preview
9791                 - Preview Button Popup: preview new/all messages
9792                 - Download Button
9793                 - Account Preferences-->Receive tab checkbutton if you
9794                   want to remove Mail after Download
9795                 -: default YES
9796                 - Account Preferences-->Receive tab checkbutton use
9797                   filtering rules on preview
9798                   (think of delete_on_server)
9799                 -: default YES
9800                 - Account selectable from SD dialog
9801                 - checkbutton to show already downloaded messages if
9802                   all messages are previewed
9803                 - new clist column showing Date
9804                 - ESC KEY close
9805                 FIXES:
9806                 - play ball with UIDL
9807                 - fault tolerant (?) 
9808                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
9809
9810 2002-06-10 [melvin]     0.7.6claws36
9811
9812         * README.claws
9813                 Added a hint to ac/README in cvs instructions.
9814
9815         * src/prefs_actions.c
9816                 Made it possible to use a more elaborate command line
9817                 for asynchronous actions, too.
9818
9819 2002-06-10 [melvin]     0.7.6claws35
9820         
9821         * src/prefs_actions.c
9822                 Make it possible to use a more elaborate command line
9823                 (e.g. |foo|bar|cat>there;echo Done|)
9824                 Corrected error message when calling %f, %F and %p commands
9825                 from the compose window.
9826
9827 2002-06-09 [colin]      0.7.6claws34
9828
9829         * src/summaryview.c
9830                 Automatically find unread messages in current folder
9831                 before annoying the user.
9832
9833 2002-06-08 [alfons]     0.7.6claws33
9834
9835         * po/it.po
9836                 remove bad formatting string in it.po translation
9837                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
9838
9839 2002-06-08 [paul]       0.7.6claws32
9840
9841         * sync with 0.7.6cvs25
9842                 see ChangeLog 2002-06-07
9843
9844 2002-06-05 [paul]       0.7.6claws31
9845
9846         * src/mainwindow.c
9847                 add 'Sort by locked' and 'Sort by score'
9848
9849 2002-06-05 [paul]       0.7.6claws30
9850
9851         * sync with 0.7.6cvs24
9852                 see ChangeLog 2002-06-04
9853
9854 2002-06-04 [paul]       0.7.6claws29
9855
9856         * po/pt_BR.po
9857                 updated by Fabio Junior Beneditto
9858
9859 2002-06-03 [thorsten]   0.7.6claws28
9860
9861         * src/matcher.c
9862                 fclose() matcherrc after reading
9863
9864 2002-06-03 [paul]       0.7.6claws27
9865
9866         * sync with 0.7.6cvs21
9867                 see ChangeLog 2002-05-31
9868
9869 2002-05-31 [paul]       0.7.6claws26
9870
9871         * sync with 0.7.6cvs20
9872                 see ChangeLog 2002-05-29 and 2002-05-30
9873
9874 2002-05-31 [paul]       0.7.6claws25
9875
9876         * src/imap.c
9877                 hopefully fix last buggy sync
9878
9879         * README.claws
9880                 correct typo in 'Actions' examples
9881
9882 2002-05-29 [paul]       0.7.6claws24
9883
9884         * sync with 0.7.6cvs18
9885                 see ChangeLog 2002-05-28 and 2002-05-29
9886
9887         * src/news.c
9888           src/nntp.[ch]
9889                 sync with above 
9890
9891 2002-05-28 [paul]       0.7.6claws23
9892
9893         * sync with 0.7.6cvs16
9894                 see ChangeLog 2002-05-28
9895
9896 2002-05-27 [thorsten]   0.7.6claws22 
9897
9898         * faq/it/sylpheed-faq-1.html
9899           faq/it/sylpheed-faq-2.html
9900           faq/it/sylpheed-faq-3.html
9901           faq/it/sylpheed-faq.html
9902                 corrected DOS lineendings
9903         * faq/de/sylpheed-faq-1.html
9904           faq/de/sylpheed-faq-2.html
9905           faq/en/sylpheed-faq-1.html
9906           faq/en/sylpheed-faq-2.html
9907           faq/en/sylpheed-faq-3.html
9908           faq/es/sylpheed-faq-1.html
9909           faq/es/sylpheed-faq-2.html
9910           faq/es/sylpheed-faq-3.html
9911           faq/fr/sylpheed-faq-1.html
9912           faq/it/sylpheed-faq-1.html
9913           faq/it/sylpheed-faq-2.html
9914           faq/it/sylpheed-faq-3.html
9915           faq/it/sylpheed-faq.html
9916                 changed ">" to &quot;
9917
9918 2002-05-27 [paul]       0.7.6claws21
9919         
9920         * sync with 0.7.6cvs15
9921                 see ChangeLog 2002-05-27
9922
9923 2002-05-27 [paul]       0.7.6claws20
9924
9925         * src/prefs_account.c
9926                 correct a typo
9927
9928 2002-05-26 [paul]       0.7.6claws19
9929
9930         * tools/README
9931                 correct a typo
9932
9933 2002-05-25 [paul]       0.7.6claws18
9934
9935         * tools/README
9936                 add description of kmail2sylpheed.pl
9937
9938 2002-05-25 [paul]       0.7.6claws17
9939
9940         * tools/kmail2sylpheed.pl       ** NEW FILE **
9941                 perl script that converts an exported Kmail address
9942                 book, converts it to sylpheed addressbook file,
9943                 writes the file to .sylpheed, and updates
9944                 addrbook--index.xml 
9945
9946 2002-05-25 [paul]       0.7.6claws16
9947
9948         * sync with 0.7.6cvs14
9949                 see ChangeLog 2002-05-23
9950
9951 2002-05-24 [paul]       0.7.6claws15
9952
9953         * README.claws
9954                 make a correction and add some more info
9955
9956 2002-05-24 [paul]       0.7.6claws14
9957
9958         * src/compose.c
9959                 fix memory leak in 
9960                 compose_redirect_write_headers_from_headerlist()
9961                 add Subject and Resent-Message-ID to
9962                 compose_redirect_write_headers()
9963                 Received, Subject, and X-UIDL are filtered out in 
9964                 compose_redirect_write_to_file()
9965
9966 2002-05-23 [paul]       0.7.6claws13
9967
9968         * src/compose.[ch]
9969           src/filtering.c
9970           src/mainwindow.c
9971           src/matcher.[ch]
9972           src/matcher_parser_lex.l
9973           src/matcher_parser_parse.y
9974           src/prefs_common.[ch]
9975           src/prefs_filtering.c
9976           src/summaryview.c
9977                 rename 'Bounce' to 'Redirect'
9978
9979 2002-05-23 [paul]       0.7.6claws12
9980
9981         * more sync with 0.7.6cvs13
9982           src/compose.c
9983                 see ChangeLog 2002-05-22
9984
9985 2002-05-22 [paul]       0.7.6claws11
9986
9987         * sync with 0.7.6cvs13
9988           src/codeconv.c
9989                 see ChangeLog 2002-05-20
9990           src/prefs_common.c
9991                 see ChangeLog 2002-05-22
9992
9993 2002-05-21 [melvin]     0.7.6claws10
9994
9995         * src/folderview.c
9996                 Added missing filtering and scoring headers
9997                 Fixed bad function call that showed garbage 
9998                 in Folder->Processing
9999
10000 2002-05-21 [paul]       0.7.6claws9
10001
10002         * tools/Makefile.am
10003                 make all tools executable, (patch by Alfons).
10004
10005 2002-05-20 [alfons]     0.7.6claws8
10006
10007         * src/procheader.c
10008                 don't forget to call mktime() so we have a valid week 
10009                 and year day
10010                 (Bug report by Roger Sondermann <mail@jumaros.de>)
10011
10012 2002-05-20 [paul]       0.7.6claws7
10013
10014         * src/html.c
10015                 fix broken parsing of urls
10016         * src/textview.c
10017                 fix displaying of urls
10018
10019                 both fixes from the patch [547855] by Eugene 
10020                 Brevdo (zonem)
10021
10022 2002-05-19 [alfons]     0.7.6claws6
10023
10024         * configure.in
10025                 make sylpheed configure correctly with the latest
10026                 and greatest of automake / autoconf / gettext
10027
10028 2002-05-19 [alfons]     0.7.6claws5
10029
10030         * src/procheader.c
10031         * src/procheader.h
10032                 add function for returning ime zone offset
10033         * src/quote_fmt.c
10034         * src/quote_fmt_parse.y
10035                 better quotation formatting - does not convert
10036                 to local time, but uses the original date string.
10037                 
10038                 Note: %z inserts the timezone offset (should 
10039                 work also on platforms where strftime does not
10040                 support %z).
10041
10042 2002-05-18 [christoph]  0.7.6claws4
10043
10044         * src/summaryview.c
10045                 fix indentation of some code
10046         * tools/Makefile.am
10047                 fix spaces after \
10048         * src/Makefile.am
10049                 add missing \
10050                 correct path for ignorethread.xpm
10051                 incorrect filename for sylpheed_logo.xpm
10052                 add missing include matcher_parser_parse.h
10053
10054 2002-05-18 [paul]       0.7.6claws3
10055
10056         * sync with 0.7.6cvs8
10057                 see ChangeLog 2002-05-16 and 2002-05-17
10058
10059 2002-05-18 [melvin]     0.7.6claws2
10060
10061         * README.claws
10062                 Corrected an action's definition and fixed some misspellings.
10063
10064 2002-05-18 [paul]       0.7.6claws1
10065
10066         * tools/Makefile.am
10067           tools/gpg-sign        ** new file **
10068           tools/uudec           ** new file **
10069                 add Melvin's Actions scripts
10070
10071         * README.claws
10072                 add Melvin's descriptions for Actions
10073
10074 2002-05-18 [paul]       0.7.6claws
10075
10076         * Version 0.7.6claws released
10077
10078 2002-05-17 [paul]       0.7.5claws32
10079
10080         * po/es.po
10081                 updated by Ricardo Mones Lastra
10082
10083 2002-05-17 [paul]       0.7.5claws31
10084
10085         * src/compose.c
10086                 fix Account prefs default folder for sent/draft/deleted
10087                 messages bug
10088
10089         * po/it.po
10090           po/nl.po
10091                 updated translation by Alessandro Maestri and
10092                 Wilbert Berendsen
10093
10094 2002-05-17 [melvin]     0.7.5claws30
10095
10096         * src/prefs_actions.c
10097                 Fixed bug where using %F not at the end of the command 
10098                 resulted in an additional empty argument being created.
10099                 Thanks to Darko Koruga for reporting the bug.
10100
10101 2002-05-17 [melvin]     0.7.5claws29
10102
10103         * po/fr.po
10104                 Updated French translations.
10105
10106 2002-05-15 [paul]       0.7.5claws28
10107         
10108         * po/es.po
10109                 updated by Ricardo Mones Lastra
10110
10111 2002-05-15 [paul]       0.7.5claws27
10112
10113         * sync with 0.7.6cvs4
10114                 see ChangeLog 2002-05-14 and 2002-05-15
10115
10116 2002-05-14 [paul]       0.7.5claws26
10117
10118         * sync with 0.7.6cvs1
10119                 see ChangeLog 2002-05-13
10120
10121 2002-05-13 [thorsten]   0.7.5claws25
10122
10123         * src/messageview.c
10124                 fix select_all and copy in multipart messages
10125         * src/mainwindow.c
10126                 fix select_all and copy in multipart messages
10127
10128 2002-05-12 [paul]       0.7.5claws24
10129
10130         * src/summaryview.c
10131                 reverse last commit, bug already fixed in 0.7.5claws3
10132
10133 2002-05-12 [netztorte]  0.7.5claws23
10134
10135         * src/summaryview.c
10136                 dont parse empty addressbook (checked in before claws20)
10137
10138 2002-05-12 [melvin]     0.7.5claws22
10139
10140         * src/procmsg.[ch]
10141                 Removed unneeded priority code introduced by the previous 
10142                 commit.
10143
10144 2002-05-12 [melvin]     0.7.5claws21
10145
10146         * src/compose.[ch]
10147                 Added possibility to set message's priority.
10148         * src/procmsg.[ch]
10149                 Added possibility to set message's priority.
10150                 Added missing headers
10151
10152 2002-05-12 [melvin]     0.7.5claws20
10153
10154         * src/prefs_actions.c
10155                 Removed implicitely added quotes around the name
10156                 of the temporary files of mime parts.
10157
10158 2002-05-12 [paul]       0.7.5claws19
10159
10160         * sync with 0.7.5cvs20
10161                 see ChangeLog 2002-05-11
10162
10163 2002-05-12 [alfons]     0.7.5claws18
10164
10165         * src/quote_fmt_lex.l
10166         * src/quote_fmt_parse.y
10167                 allow quote / reply date & time format to be set using
10168                 %D{format}. format is a format string you'd pass to
10169                 strftime() (see man strftime, or the Display tab |
10170                 Date format setting).
10171
10172                 Currently %D converts the date to local time. 
10173
10174 2002-05-11 [paul]       0.7.5claws17
10175
10176         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
10177                 see ChangeLog 2002-05-10 and 2002-05-11
10178
10179 2002-05-10 [paul]       0.7.5claws16
10180
10181         * sync with 0.7.5cvs16
10182                 see ChangeLog entries 2002-05-09 and 
10183                 2002-05-10
10184
10185 2002-05-10 [colin]      0.7.5claws15
10186
10187         * src/textview.c
10188                 Corrected a bug that prevented sylpheed to open
10189                 double-clicked URIs.
10190
10191 2002-05-09 [paul]       0.7.5claws14
10192
10193         * sync with 0.7.5cvs14
10194                 see ChangeLog 2002-05-08 and 2002-05-09
10195
10196 2002-05-08 [paul]       0.7.5claws13
10197
10198         * sync with 0.7.5cvs11
10199                 see ChangeLog entry 2002-05-08
10200
10201 2002-05-08 [paul]       0.7.5claws12
10202
10203         * src/mainwindow.c
10204           src/textview.[ch]
10205                 fix segfault on View->Open in new window
10206                 patch submitted by Thorsten Maerz <torte@netztorte.de>
10207
10208 2002-05-07 [paul]       0.7.5claws11
10209
10210         * sync with 0.7.5cvs9
10211                 see ChangeLog entry 2002-05-07
10212
10213 2002-05-06 [paul]       0.7.5claws10
10214
10215         * src/messageview.c
10216           src/textview.c
10217                 display url in statusbar on single-click
10218                 patch submitted by Thorsten Maerz <torte@netztorte.de>
10219
10220 2002-05-06 [match]      0.7.5claws9
10221
10222         * src/addritem.[ch]
10223                 new functions.
10224         * src/addrcache.c
10225                 tidy up.
10226         * src/xmlprops.[ch]
10227                 XML implementation of properties file.
10228         * src/exporthtml.[ch]
10229         * src/expthtmldlg.[ch]
10230         * src/addressbook.c
10231                 export to HTML.
10232
10233 2002-05-02 [sergey]     0.7.5claws8
10234
10235         * src/mainwindow.c (mainwin_entries),
10236           src/prefs_common.c (prefs_send_create()),
10237           src/codeconv.c (locale_table):
10238                 use charset name "Windows-1251" instead of "CP1251".
10239
10240 2002-05-02 [colin]      0.7.5claws7
10241         
10242         * src/compose.c
10243           src/prefs_common.c
10244           src/prefs_folder_item.c
10245                 Fixed cosmetics bugs due to Outbox renamed to Sent.
10246
10247 2002-05-02 [hiro]       0.7.5claws6
10248
10249         * src/imap.c
10250                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
10251
10252 2002-05-02 [paul]       0.7.5claws5
10253
10254         * src/compose.c
10255                 more sync with 0.7.5cvs7, see ChangeLog entry
10256                 2002-05-02
10257
10258 2002-05-02 [hiro]       0.7.5claws4
10259
10260         * src/compose.c
10261                 compose_queue_sub():
10262                 check if queue folder exists (closes #550397).
10263                 removed directory creation since it should be handled
10264                 transparently.
10265         * src/imap.c
10266                 imap_add_msg(): return UID for appended message
10267                 (closes #548842).
10268
10269 2002-04-30 [paul]       0.7.5claws3
10270
10271         * src/summaryview.c
10272                 fix account_find_from_address() bug
10273
10274 2002-04-28 [colin]      0.7.5claws2
10275
10276         * src/compose.c
10277           src/textview.c
10278           src/prefs_common.[ch]
10279           src/utils.[ch]
10280                 Added user-definable quotation characters recognition.
10281
10282 2002-04-28 [paul]       0.7.5claws1
10283
10284         * sync with 0.7.5cvs4
10285                 see ChangeLog entry  2002-04-25
10286
10287 2002-04-28 [paul]       0.7.5claws
10288
10289         * po/es.po
10290           po/nl.po
10291           po/pt_BR.po
10292                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
10293                 Fabio Junior Beneditto
10294
10295 2002-04-27 [jens]       0.7.4claws103
10296
10297         * po/de.po
10298                 updated German translation.
10299
10300 2002-04-27 [hiro]       0.7.4claws102
10301
10302         * src/summaryview.c
10303                 summary_write_cache(): fixed the mark loss of hidden messages.
10304
10305 2002-04-26 [melvin]     0.7.4claws101
10306
10307         * src/procmsg.c
10308                 fixed a second typo (same one)
10309         * po/fr.po
10310           po/it.po
10311           po/pt_BR.po
10312                 fixed the type again...
10313
10314 2002-04-26 [melvin]     0.7.4claws100
10315
10316         * src/procmsg.c
10317                 fixed a typo in an alert message ("temorary").
10318         * po/it.po
10319         * po/pt_BR.po
10320                 corrected the typo  described above.
10321         * po/fr.po
10322                 updated French translation.
10323
10324 2002-04-26 [darko]      0.7.4claws99
10325
10326         * src/summaryview.c
10327                 fix target folder colorization
10328
10329 2002-04-25 [paul]       0.7.4claws98
10330
10331         * po/it.po
10332                 updated by Alessandro Maestri
10333
10334 2002-04-24 [colin]      0.7.4claws97
10335         
10336         * src/compose.c
10337                 Fixed double "subject is empty" question.
10338
10339 2002-04-23 [colin]      0.7.4claws96
10340         
10341         * src/mimeview.c
10342                 Corrected issue when "automatically display images" was
10343                 not set : first image remained after selecting second.
10344
10345 2002-04-23 [melvin]     0.7.4claws95
10346
10347         * src/prefs_actions.c
10348                 Don't display in/out dialog if there is nothing to show.
10349
10350 2002-04-23 [paul]       0.7.4claws94
10351
10352         * sync with 0.7.5cvs3
10353                 bug fixes: see ChangeLog entry 2002-04-23
10354
10355 2002-04-22 [darko]      0.7.4claws93
10356
10357         * src/compose.c
10358                 fix previous check-in which changed code after
10359                 merge from main
10360
10361 2002-04-22 [paul]       0.7.4claws92
10362
10363         * faq/de/*
10364                 add German FAQ
10365         * faq/en/*
10366           faq/es/*
10367           faq/fr/*
10368                 update English, Spanish and French FAQs
10369         * manual/de/*
10370           manual/es/*
10371                 add German and Spanish manuals
10372         * manual/en/*
10373           manual/fr/*
10374                 update English and French manuals
10375
10376         * src/Makefile.am
10377                 add to and re-arrange the pixmap entries
10378
10379 2002-04-22 [darko]      0.7.4claws91
10380
10381         * src/compose.c
10382                 fix sender initials recognition to only allow
10383                 '>' after the initials
10384
10385 2002-04-21 [paul]       0.7.4claws90
10386
10387         * sync with 0.7.5 release
10388                 see ChangeLog entry 2002-04-21
10389
10390 2002-04-21 [alfons]
10391
10392         * src/Makefile.am
10393                 add colin's new pixmaps to EXTRA_DIST
10394
10395 2002-04-21 [colin]      0.7.4claws89
10396         * src/compose.c
10397         * src/inc.c
10398         * src/mainwindow.[ch]
10399         * src/prefs_common.[ch]
10400         * src/stock_pixmap.[ch]
10401                 Added "Work offline" ability.
10402
10403 2002-04-21 [colin]      0.7.4claws88
10404         
10405         * src/mimeview.c
10406         * src/prefs_common.c
10407         * src/prefs_common.h
10408         * src/textview.c : Added an option to common preferences -> display
10409           to allow user not to automatically display images.
10410
10411 2002-04-21 [paul]       0.7.4claws87
10412
10413         * sync with 0.7.4cvs52
10414                 see ChangeLog entry 2002-04-21 (src/imap.c)
10415
10416 2002-04-21 [paul]       0.7.4claws86
10417
10418         * sync with 0.7.4cvs51
10419                 see ChangeLog entry 2002-04-21
10420
10421 2002-04-21 [paul]       0.7.4claws85
10422
10423         * sync with 0.7.4cvs49
10424                 see ChangeLog entries 2002-04-20 and 2002-04-21
10425
10426         * src/Makefile.am
10427                 clean up: remove old 'stock_' element from xpm 
10428                 filenames.
10429
10430 2002-04-21 [alfons]     0.7.4claws84
10431
10432         apply sync patch from Paul
10433
10434         * src/folderview.c
10435                 use old claws prefs_folder_item_create() for now
10436
10437 2002-04-19 [match]      0.7.4claws83
10438
10439         * src/addressbook.[ch]
10440         * src/addrharvest.[ch]
10441         * src/addrgather.[ch]
10442                 recurse folders.
10443         * src/mainwindow.c
10444         * src/summaryview.[ch]
10445                 change menu option.
10446
10447 2002-04-19 [paul]       0.7.4claws82
10448
10449         * po/pt_BR.po
10450                 updated by Fabio Junior Beneditto
10451
10452 2002-04-14 [alfons]     0.7.4claws81
10453
10454         * src/passphrase.c
10455                 add #include <sys/types.h> for mode_t and off_t 
10456
10457 2002-04-13 [paul]       0.7.4claws80
10458         
10459         * src/main.c
10460           src/passphrase.[ch]
10461           src/pgptext.c
10462           src/prefs_common.[ch]
10463           src/rfc2015.c
10464                 enable storing of GnuPG passphrase for the whole 
10465                 session or a user-defined number of minutes. patch 
10466                 submitted by Ravemax <ravemax@dextrose.com>
10467
10468 2002-04-13 [alfons]     0.7.4claws79
10469
10470         * src/textview.c
10471                 make email parser also stop scanning when encountering separators
10472                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
10473
10474 2002-04-13 [paul]       0.7.4claws78
10475
10476         * sync with 0.7.4cvs39
10477                 see ChangeLog entry 2002-04-12
10478
10479 2002-04-11 [paul]       0.7.4claws77
10480
10481         * sync with 0.7.4cvs37
10482                 see ChangeLog entry 2002-04-11
10483
10484 2002-04-11 [paul]       0.7.4claws76
10485
10486         * COPYING 
10487                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
10488                 the clause for OpenSSL). sync with sylpheed main
10489
10490 2002-04-09 [melvin]     0.7.4claws75
10491
10492         * src/compose.c
10493                 Made 'Ctrl-Enter' on send ignore some modifiers 
10494                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
10495                 to bind other *-Enter (but not Alt-Enter).
10496
10497 2002-04-09 [paul]       0.7.4claws74
10498
10499         * sync with 0.7.4cvs35
10500                 see ChangeLog entries 2002-04-09
10501
10502 2002-04-08 [paul]       0.7.4claws73
10503
10504         * sync with 0.7.4cvs33
10505                 see ChangeLog entry 200-04-08
10506
10507 2002-04-07 [match]      0.7.4claws72
10508
10509         * src/addrharvest.[ch]
10510                 fixed to read all addresses in header, regardless
10511                 of header size. improved name parsing. accommodate
10512                 harvest from folders and selected message.
10513         * src/addritem.[ch]
10514                 included new address parsing function.
10515         * src/addrgather.[ch]
10516         * src/addressbook.[ch]
10517         * src/summaryview.[ch]
10518         * src/mainwindow.c
10519                 allow address harvest of folder as well as selected
10520                 messages.
10521
10522 2002-04-07 [paul]       0.7.4claws71
10523
10524         * src/esmtp.[ch]
10525           src/smtp.c
10526                 don't try to authenticate with CRAM-MD5 in SMTP when 
10527                 SMTP-AUTH enabled if MTA doesn't issue this 
10528                 auth-method in it's ehlo-response. bug item #531364,
10529                 patch item #938910. patch submitted by Colin Leroy 
10530                 <colin@colino.net>
10531
10532 2002-04-07 [paul]       0.7.4claws70
10533
10534         * src/nntp.c
10535                 fix missing MODE_READER bug. patch submitted by
10536                 Colin Leroy <colin@colino.net>
10537
10538 2002-04-07 [alfons]     0.7.4claws69
10539
10540         * src/matcher.[ch]
10541         * src/prefs_filtering.c
10542         * src/summaryview.c
10543                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
10544                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
10545
10546 2002-04-07 [paul]       0.7.4claws68
10547
10548         * sync with 0.7.4cvs32
10549                 see ChangeLog entry 2002-04-06
10550
10551         * tools/filter_conv.pl
10552                 more bug fixes
10553
10554 2002-04-06 [paul]       0.7.4claws67
10555
10556         * tools/filter_conv.pl
10557                 modify to be able to find the name of the first
10558                 mailbox and use that. main's filter does not
10559                 record the full path to the mailbox and therefore
10560                 can only filter to the first mailbox.
10561
10562 2002-04-05 [paul]       0.7.4claws66
10563
10564         * tools/filter_conv.pl
10565                 attempt to make the script all-encompassing and
10566                 be able to convert any main 'filter' rule thrown
10567                 at it
10568
10569 2002-04-05 [paul]       0.7.4claws65
10570
10571         * tools/filter_conv.pl
10572                 allow for collapsed folder trees
10573
10574 2002-04-05 [paul]       0.7.4claws64
10575
10576         * sync with 0.7.4cvs31
10577                 see ChangeLog entries 2002-04-05
10578
10579 2002-04-03 [paul]       0.7.4claws63
10580
10581         * sync with 0.7.4cvs29
10582                 see ChangeLog entries 2002-04-02 and 2002-04-03
10583
10584 2002-04-02 [paul]       0.7.4claws62
10585
10586         * sync with 0.7.4cvs26
10587                 see ChangeLog entry 2002-04-01
10588
10589 2002-04-02 [match]      0.7.4claws61
10590
10591         * src/pine.[ch]
10592         * src/importpine.[ch]
10593         * src/addressbook.c
10594                 import Pine address book.
10595
10596 2002-04-02 [match]      0.7.4claws60
10597
10598         * src/addrharvest.[ch]
10599                 improve address parsing of funky addresses.
10600
10601 2002-04-02 [darko]      0.7.4claws59
10602
10603         * src/compose.c
10604                 wrap on send improvements, it now recognizes quoted
10605                 initials as part of the quotation string, and it
10606                 does not join lines separated by CR
10607
10608 2002-04-01 [match]      0.7.4claws58
10609
10610         * src/mgutils.[ch]
10611                 added new functions.
10612         * src/mutt.[ch]
10613                 remove excessive duplicate address generation
10614                 on import.
10615
10616 2002-04-01 [alfons]     0.7.4claws57
10617         
10618         * src/summaryview.c
10619                 put back g_free() 
10620
10621 2002-04-01 [paul]       0.7.4claws56
10622
10623         * sync with 0.7.4cvs25
10624                 see ChangeLog entry 2002-04-01
10625
10626 2002-04-01 [alfons]     0.7.4aprilfool55
10627
10628         * src/summaryview.c
10629                 honour feature request item #537427 to allow for
10630                 displaying names from address book for sent mail also
10631
10632 2002-03-29 [paul]       0.7.4claws54
10633
10634         * src/mainwindow.c
10635           src/prefs_filtering.[ch]
10636           src/prefs_matcher.c
10637           src/summaryview.c
10638                 add 'fast filter' for claws' filtering,
10639                 /Tools/Create filter rule/... patch submitted
10640                 by Neill Miller <neillm@thecodefactory.org>
10641
10642 2002-03-29 [paul]       0.7.4claws53
10643
10644         * sync with 0.7.4cvs24
10645                 see ChangeLog entry 2002-03-29
10646
10647 2002-03-28 [paul]       0.7.4claws52
10648
10649         * sync with 0.7.4cvs23
10650                 see ChangeLog entry 2002-03-28
10651
10652 2002-03-27 [melvin]     0.7.4claws51
10653
10654         * src/prefs_actions.c
10655                 Added support to pass only one message part (as a
10656                 file) to the command using '%p'. No quotes are needed
10657                 because doubles quotes are automatically added.
10658                 Fixed bug where Sylpheed could block when waiting for
10659                 a child process to finish.
10660                 Changed the help menu to remove quotes around symbols to 
10661                 avoid misinterpretation (they must not be used).
10662
10663 2002-03-27 [melvin]     0.7.4claws50
10664
10665         * src/inc.c
10666                 Made the new mail notification command always 
10667                 execute asynchronously.
10668
10669 2002-03-27 [paul]       0.7.4claws49
10670
10671         * src/compose.c
10672                 fix bug introduced in last commit
10673
10674 2002-03-27 [paul]       0.7.4claws48
10675
10676         * sync with 0.7.4cvs21
10677                 see ChangeLog 2002-03-26 and 2002-03-27
10678
10679 2002-03-26 [hoa]        0.7.4claws47
10680
10681         * src/prefs_folder_item.c
10682                 really fixed the bug #516442 with folder rescan.
10683
10684 2002-03-26 [paul]       0.7.4claws46
10685
10686         * sync with 0.7.4cvs19
10687                 see ChangeLog entries 2002-03-25 and 2002-03-26
10688
10689 2002-03-25 [hoa]        0.7.4claws45
10690
10691         * src/matcher.c
10692         * src/mh.c
10693                 fix the bug #516442 with folder rescan.
10694
10695         * src/prefs_common.[ch]
10696         * src/compose.c
10697                 added an option to enable two different behaviours
10698                 for bounce.
10699
10700
10701 2002-03-25 [paul]       0.7.4claws44
10702
10703         * src/mainwindow.c
10704           src/selective_download.c
10705                 correct a few menuitem labels
10706
10707 2002-03-25 [christoph]  0.7.4claws43
10708
10709         * src/procmsg.c
10710                 fix non deleted tmp message in
10711                 procmsg_save_to_outbox
10712                 fix problems caused by sync with
10713                 main branch's procmsg_send_queue
10714
10715 2002-03-25 [paul]       0.7.4claws42
10716
10717         * src/quote_fmt.c
10718           src/quote_fmt_lex.l
10719           src/quote_fmt_parse.y
10720                 add Last name (%L) placeholder for quoting. 
10721                 patch submitted by Thorsten Thielen 
10722                 <thth@users.sourceforge.net>
10723
10724 2002-03-25 [paul]       0.7.4claws41
10725
10726         * src/utils.c
10727                 get full hostname. patch submitted by
10728                 Bob Woodside <rwoodside1@comcast.net>
10729
10730 2002-03-25 [paul]       0.7.4claws40
10731
10732         * src/account.c
10733           src/news.c
10734           src/nntp.[ch]
10735           src/prefs_account.[ch]
10736                 enable NNTP over SSL. patch submitted by
10737                 Pascal Jermini <pascal@infinity.hn.org>
10738
10739 2002-03-24 [paul]       0.7.4claws39
10740
10741         * src/prefs_common.c
10742                 make the arrangement of the Compose tab more
10743                 coherent
10744
10745         * src/mainwindow.c
10746                 fix some irregularities of style
10747
10748         * po/de.po
10749                 updated by Kilian Krause
10750
10751 2002-03-23 [paul]       0.7.4claws38
10752
10753         * po/pt_BR.po
10754                 updated by Fabio Junior Beneditto
10755
10756 2002-03-23 [paul]       0.7.4claws37
10757
10758         * src/mainwindow.c
10759                 move 'Gather addresses' to 'Tools' menu
10760                 make 'Selective download' sensitive
10761
10762 2002-03-23 [paul]       0.7.4claws36
10763
10764         * sync with 0.7.4cvs16
10765                 see ChangeLog entries 2002-03-23
10766
10767 2002-03-22 [christoph]  0.7.4claws35
10768
10769         * src/quote_fmt_parse.y
10770                 fix include program output
10771
10772 2002-03-22 [alfons]     0.7.4claws34
10773
10774         * src/pop.c
10775                 initialize GDate stack variable correctly (sorry!)
10776
10777 2002-03-22 [paul]       0.7.4claws33
10778
10779         * src/compose.c
10780           src/mainwindow.c
10781           src/prefs_actions.c
10782           src/prefs_common.c
10783                 rename 'Tool' to 'Tools'
10784
10785         * src/mainwindow.c
10786                 move 'Delete duplicated messages' from
10787                 'Message/' to 'Tools/'
10788                 re-arrange the order of 'Tools/' items
10789
10790 2002-03-22 [paul]       0.7.4claws32
10791
10792         * src/addr_compl.c
10793           src/addressbook.[ch]
10794                 auto-address completion now also matches on
10795                 Nickname. patch submitted by Bob Forsman 
10796                 <hammor@users.sourceforge.net>
10797
10798         * src/editaddress.c
10799                 correct a spelling mistake
10800
10801 2002-03-22 [alfons]     0.7.4claws31
10802
10803         * src/pop.c
10804                 fix getting uidl from incorrect string 
10805                 (spotted by Colin)
10806
10807 2002-03-21 [alfons]     0.7.4claws30
10808
10809         * src/pop.c
10810                 more code refactoring
10811                 plug mem leak introduced by delete on server
10812
10813 2002-03-21 [paul]       0.7.4claws29
10814
10815         * sync with 0.7.4cvs11
10816                 see ChangeLog entries 2002-03-20
10817
10818 2002-03-20 [alfons]     0.7.4claws28
10819
10820         * src/inc.c
10821                 apply Colin's patch and refactor
10822
10823 2002-03-20 [paul]       0.7.4claws27
10824
10825         * sync with sylpheed 0.7.4cvs9
10826                 see ChangeLog entry 2002-03-20
10827
10828 2002-03-19 [christoph]  0.7.4claws26
10829
10830         * src/mh.c
10831         * src/procmsg.[ch]
10832         * src/summaryview.c
10833                 revert changes for flag updates
10834                 (does not work correctly and no time to debug)
10835
10836 2002-03-20 [alfons]     0.7.4claws25
10837
10838         * src/pop.c
10839                 refactor should_delete() a little bit 
10840
10841 2002-03-19 [paul]       0.7.4claws24
10842
10843         * src/inc.[ch]
10844           src/pop.c
10845           src/prefs_account.[ch]
10846                 allow the user to leave downloaded mail on the 
10847                 server for n days. Patch submitted by Colin Leroy 
10848                 <colin@colino.net>
10849
10850 2002-02-19 [paul]       0.7.4claws23
10851
10852         * sync with sylpheed 0.7.4cvs8
10853                 see ChangeLog entries 2002-03-19
10854
10855 2002-03-18 [paul]       0.7.4claws22
10856
10857         * sync with sylpheed 0.7.4cvs6
10858                 see ChangeLog entry 2002-03-18
10859
10860 2002-03-18 [paul]       0.7.4claws21
10861
10862         * po/en_GB.po
10863                 add en_GB message catalogue
10864
10865         * src/mbox_folder.c
10866           src/prefs_account.c
10867           src/prefs_actions.c
10868                 correct a few spelling mistakes
10869
10870 2002-03-17 [alfons]     0.7.4claws20
10871
10872         * src/matcher.c
10873                 more stringent checks for NULL params when writing
10874                 filtering actions to a file
10875                 
10876 2002-03-17 [hoa]        0.7.3claws20
10877
10878         * src/news.c
10879                 fixed the count of new messages
10880
10881         * src/compose.c
10882                 fixed the "attachment properties" window
10883
10884 2002-03-17 [paul]       0.7.4claws19
10885
10886         * src/defs.h
10887           src/folder.h
10888           src/news.c
10889           src/prefs_account.[ch]
10890           src/procmsg.[ch]
10891           src/summaryview.c
10892                 automatically mark cross-posted messages as read 
10893                 and (optionally) give them a colour label
10894                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
10895                 
10896
10897 2002-03-17 [paul]       0.7.4claws18
10898
10899         * sync with sylpheed 0.7.4cvs5
10900                 see ChangeLog entry 2002-03-17
10901
10902 2002-03-17 [melvin]     0.7.4claws17
10903         
10904         * src/textview.c
10905                 Worked around a gtktext 'bug': when searching for 
10906                 a text in a long message it was scrolling slowly
10907                 line by line until it hit the searched text.
10908         * po/fr.po
10909                 Updated French translation
10910
10911 2002-03-17 [melvin]     0.7.4claws16
10912
10913         * src/mainwindow.c
10914         * src/compose.c
10915         * src/prefs_actions.c
10916                 Moved "Edit/Actions" to "Tool/Actions"
10917                 Made mainwindow/compose window sensitive as soon as
10918                 no child process is running anymore even if the io dialog
10919                 is open.
10920                 Fixed a struct being initialized with a non constant char*
10921
10922 2002-03-16 [christoph]  0.7.4claws15
10923
10924         * configure.in
10925                 add --with-compiler-flags option
10926                 (only for developer hacking)
10927         * src/mh.c
10928         * src/procmsg.[ch]
10929         * src/summaryview.c
10930                 try to make folder-stats and flag handling more
10931                 independent from the summaryview. msgcounts
10932                 are only set when the folder is opened and
10933                 procmsg_msginfo_(un)set_flags will handle it
10934                 later and summaryview will get the values
10935                 from the folder.
10936
10937 2002-03-16 [paul]       0.7.4claws14
10938
10939         * src/messageview.c
10940                 fix Return-receipt. Patch submitted by Bob
10941                 Woodside <rwoodside1@comcast.net>
10942
10943 2002-03-16 [paul]       0.7.4claws13
10944
10945         * src/compose.c
10946                 fix 'dynamic' signatures, make it work again
10947                 broken during sync on 2002-03-14 (0.7.4claws2)
10948
10949 2002-03-15 [match]      0.7.4claws12
10950
10951         * src/addrharvest.[ch]
10952         * src/addrgather.[ch]
10953         * src/addressbook.[ch]
10954         * src/mainwindow.c
10955                 included address harvester feature. still some
10956                 issues with address parsing that I will fix.
10957
10958 2002-03-15 [match]      0.7.4claws11
10959
10960         * src/addrbook.[ch]
10961         * src/addrcache.[ch]
10962         * src/addressbook.[ch]
10963         * src/addrindex.c
10964         * src/editbook.c
10965         * src/importldif.c
10966         * src/importmutt.c
10967         * src/jpilot.[ch]
10968         * src/main.c
10969         * src/syldap.[ch]
10970         * src/vcard.[ch]
10971                 tidy up. fix memory leaks. moved attribs and methods
10972                 from individual interfaces to addrcache object. prep
10973                 for new stuff to come in.
10974
10975 2002-03-15 [alfons]     0.7.4claws10
10976
10977         * src/matcher.[ch]
10978         * src/matcher_parser_parse.y
10979         * src/matcher_parser_lex.l
10980         * src/prefs_matcher.c
10981                 add filtering conditions message greater than, smaller 
10982                 than, and exactly matching a size in bytes
10983                 (does not work with delete from POP3 server yet)
10984
10985                 this should also give others an idea what you should
10986                 do to add new criterions to claws filtering system
10987                 
10988
10989 2002-03-15 [paul]       0.7.4claws9
10990
10991         * tools/filter_conv.pl
10992                 exit if there are no filter rules to convert
10993                 rename filterrc to filterrc.old after completion
10994
10995 2002-03-15 [paul]       0.7.4claws8
10996
10997         * sync with sylpheed 0.7.4cvs3
10998                 see ChangeLog entry 2002-03-14
10999
11000 2002-03-14 [paul]       0.7.4claws7
11001
11002         * src/compose.c
11003                 clean up the last commit (ahem)
11004
11005 2002-03-14 [paul]       0.7.4claws6
11006
11007         * src/compose.c
11008                 fix bug #515655. honour account preferences
11009                 regarding gpg default signing/encryption when 
11010                 changing account from the compose window.
11011
11012 2002-03-14 [paul]       0.7.4claws5
11013
11014         * src/folderview.c
11015                 remove unnecessary curly brackets
11016
11017 2002-03-14 [paul]       0.7.4claws4
11018
11019         * src/folderview.c
11020           src/prefs_filtering.[ch]
11021                 add filter rename on folder rename and filter
11022                 delete on folder delete. Patch submitted by
11023                 Neill Miller <neillm@thecodefactory.org> 
11024
11025 2002-03-14 [christoph]  0.7.4claws3
11026
11027         * src/procmsg.c
11028         * src/send.c
11029                 fix local delivery
11030                 (patch submitted by "Simon 'corecode' Schubert")
11031         * src/prefs_common.c
11032         * src/procmsg.c
11033                 fix gcc 3.0 warning
11034
11035 2002-03-14 [paul]       0.7.4claws2
11036
11037         * sync with sylpheed 0.7.4cvs2
11038                 see ChangeLog entry 2002-03-13
11039
11040 2002-03-12 [darko]      0.7.4claws1
11041
11042         * src/mainwindow.c
11043                 fix what seems to be a copy and paste error
11044                 when setting color for important messages
11045                 (reported by wwp)
11046
11047 2002-03-11 [paul]       version 0.7.4claws released
11048
11049 2002-03-11 [paul]       0.7.4claws
11050
11051         * po/es.po
11052           po/it.po
11053           po/nl.po
11054           po/pt_BR.po
11055                 update message catalogs. Submitted by Ricardo Mones 
11056                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
11057                 Fabio Junior Beneditto
11058
11059         * configure.in
11060           faq/Makefile.am
11061           faq/it/Makefile
11062           faq/it/sylpheed-faq*
11063           src/mainwindow.c
11064           src/manual.[ch]
11065                 add FAQ in Italian
11066         
11067
11068 2002-03-11 [jens]       0.7.3claws7
11069
11070         * po/de.po
11071                 updated German translation
11072
11073 2002-03-11 [melvin]     0.7.3claws6
11074
11075         * po/fr.po
11076                 updated and corrected French translation
11077
11078 2002-03-10 [hoa]        0.7.3claws5
11079
11080         * src/account.c
11081         * src/inc.c
11082         * src/prefs_account.c
11083         * src/procmsg.c
11084         * src/send.[ch]
11085                 fixed the local account.
11086                 you have to change the default "/usr/sbin/sendmail"
11087                 to "/usr/sbin/sendmail -t" in the preferences of
11088                 the local account.
11089
11090         * src/procmime.c
11091                 removed some debug display for renderer
11092
11093 2002-03-10 [paul]       0.7.3claws4
11094
11095         * faq/en/sylpheed-faq-1.html
11096           faq/en/sylpheed-faq-2.html
11097                 update
11098
11099 2002-03-09 [paul]       0.7.3claws3
11100
11101         * sync with sylpheed 0.7.4
11102                 see ChangeLog entry 2002-03-09
11103
11104 2002-03-08 [paul]       0.7.3claws2
11105
11106         * faq/en/sylpheed-faq*
11107           faq/es/sylpheed-faq*
11108           faq/fr/sylpheed-faq*
11109                 update the FAQs
11110
11111         * manual/fr/.cvsignore
11112           manual/fr/Makefilea.am
11113           manual/fr/sylpheed*
11114           src/mainwindow.c
11115           src/manual.[ch]
11116                 add the French manual
11117
11118 2002-03-07 [paul]       0.7.3claws1
11119
11120         * sync with sylpheed 0.7.3cvs4
11121                 see ChangeLog entries  2002-03-06 and 2002-03-07
11122         
11123         * po/nl.po
11124                 updated by Wilbert Berendsen
11125
11126 2002-03-07 [melvin]     0.7.2claws34
11127
11128         * src/selective_download.c
11129                 Changed the pixmap of the receive button to MAIL_RECEIVE.
11130
11131 2002-03-06 [paul]       0.7.2claws33
11132
11133         * sync with sylpheed 0.7.3cvs1
11134                 bug fix, see ChangeLog entry 2002-03-05
11135
11136 2002-03-05 [paul]       0.7.2claws32
11137
11138         * src/mimeview.c
11139           src/pgptext.[ch]
11140           src/procmsg.c
11141                 reverse the pgp ascii-armored code implemented in 
11142                 0.7.2claws16. removal of this code until it matures.
11143                 this means that verifying ascii-armored pgp sigs and
11144                 automatic decryption of ascii-armored encrypted
11145                 messages no longer works.
11146
11147 2002-03-05 [paul]       0.7.2claws31
11148
11149         * configure.in
11150           Makefile.am
11151         * faq/Makefile.am
11152         * faq/en/Makefile.am
11153           faq/en/sylpheed-faq.html
11154           faq/en/sylpheed-faq-1.html
11155           faq/en/sylpheed-faq-2.html
11156           faq/en/sylpheed-faq-3.html
11157         * faq/es/Makefile.am
11158           faq/es/sylpheed-faq.html
11159           faq/es/sylpheed-faq-1.html
11160           faq/es/sylpheed-faq-2.html
11161           faq/es/sylpheed-faq-3.html
11162           faq/es/sylpheed-faq-4.html
11163         * faq/fr/Makefile.am
11164           faq/fr/sylpheed-faq.html
11165           faq/fr/sylpheed-faq-1.html
11166           faq/fr/sylpheed-faq-2.html
11167           faq/fr/sylpheed-faq-3.html
11168         * src/Makefile.am
11169           src/defs.h
11170           src/mainwindow.c
11171           src/manual.[ch]
11172                 add FAQs in English, Spanish and French
11173
11174
11175 2002-03-05 [paul]       0.7.2claws30
11176
11177         * manual/en/sylpheed.html
11178           manual/en/sylpheed-XX.html
11179                 updated the English manual
11180
11181 2002-03-05 [hoa]        
11182
11183         * src/summaryview.c
11184                 dialog box pops up if the article can't be deleted.
11185
11186 2002-03-04 [paul]       
11187         
11188         * po/pt_BR.po
11189                 updated by Fabio Junior Benedito
11190
11191 2002-03-04 [hoa]
11192
11193         * removed ac/gpgme.m4
11194                 to avoid autogen common problem
11195                 developers have to install gpgme development package now
11196
11197         * src/compose.c
11198                 encoding to 7bit or 8bit is enabled.
11199
11200 2002-03-03 [alfons]     0.7.2claws29
11201
11202         * src/pop.c
11203                 merge fix by Oliver Haertel for selective
11204                 download buglet
11205
11206 2002-03-03 [paul]       0.7.2claws28
11207         
11208         * sync with sylpheed 0.7.3
11209
11210 2002-03-03 [paul]       0.7.2claws27
11211
11212         * sync with sylpheed 0.7.2cvs24
11213                 see ChangeLog entries 2002-03-02 and 2002-03-03
11214
11215 2002-03-02 [melvin]     0.7.2claws26
11216
11217         * src/inc.[ch]
11218         * src/main.c
11219         * src/mainwindow.c
11220         * src/prefs_common.[ch]
11221                 Added user definable notification on new mail arrival.
11222                 Removed unused variables in spell checker prefs code.
11223
11224 2002-03-02 [melvin]     0.7.2claws25
11225
11226         * src/quote_fmt.c
11227                 Removed unnecessary escape sequences.
11228                 Changed 'Initial...' to 'Initials of Sender'
11229
11230 2002-03-02 [paul]       0.7.2claws24
11231
11232         * sync with sylpheed 0.7.2cvs22
11233                 see ChangeLog entry 2002-03-01
11234
11235 2002-03-01 [hoa]        0.7.2claws23
11236
11237         * src/mainwindow.c
11238                 Set sensitivity of delete actions to active
11239                 even if the folder is a newsgroup.
11240
11241         * src/summaryview.c
11242                 - Set sensitivity of delete actions
11243                 - Added function check_permission() that will check if the
11244                   user is authorized to delete a message. For news, it
11245                   will check if the author is the same.
11246                 - Enabled deletion when there is no trash folder.
11247
11248         * src/news.[ch]
11249                 - Added news_cancel_article() to cancel articles
11250                 - Implemented news_remove_message() (public function)
11251
11252 2002-03-01 [paul]       0.7.2claws22
11253
11254         * src/gtkutils.c
11255           src/textview.c
11256                 recognise urls that that don't include 'http://' and
11257                 simply begin 'www.' 
11258
11259         * AUTHORS
11260                 remove duplicated name
11261
11262 2002-02-28 [paul]       0.7.2claws21
11263
11264         * src/mainwindow.c
11265           src/summaryview.[ch]
11266                 add ability to 'Select thread'
11267                 combines Melvin's "Select thread's head" patch (#510907)
11268                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
11269                 patch (#518514) 
11270
11271 2002-02-28 [paul]       0.7.2claws20
11272
11273         * src/mimeview.c
11274                 hopefully fix segfault on right-clicking a mime part
11275                 that some people have experienced.      
11276                 fix submitted by Fredrik Olofsson <frol@linux.nu>
11277
11278 2002-02-28 [paul]       0.7.2claws19
11279
11280         * sync with sylpheed 0.7.2cvs21
11281                 see ChangeLog entries 2002-02-27 and 2002-02-28
11282
11283 2002-02-27 [paul]       0.7.2claws18
11284
11285         * sync with sylpheed 0.7.2cvs18
11286                 see ChangeLog entries 2002-02-26 and 2002-02-27
11287
11288 2002-02-26 [alfons]     0.7.2claws17
11289
11290         * src/procheader.c
11291                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
11292                 (spotted by Chris Hessman <idatech@gmx.net>)
11293
11294 2002-02-26 [paul]       0.7.2claws16
11295
11296         * src/mimeview.c
11297           src/pgptext.[ch]
11298           src/procmsg.c
11299                 make decryption of ascii-armored pgp encrypted messages
11300                 and verification of ascii-armored signatures work again.
11301                 slightly altered from the patch by Jens Jahnke 
11302                 <jan0sch@gmx.net>
11303
11304                 ##FIX ME##
11305                 * the checking of plaintext signatures always comes up in 
11306                   a popup box
11307                 * it doesn't work for multipart messages 
11308                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
11309                   including the msg headers and these 2 line themselves, are 
11310                   not displayed
11311
11312         * src/mainwindow.c
11313                 "View/Folder Tree" becomes "View/Separate Folder Tree"
11314                 "View/Message View" becomes "View/Separate Message View"
11315                 because its less ambiguous.
11316
11317         * po/es.po
11318                 updated by Ricardo Mones Lastra
11319
11320 2002-02-26 [paul]       0.7.2claws15
11321
11322         * sync with sylpheed 0.7.2cvs17
11323                 see ChangeLog entries 2002-02-25 and 2002-02-26
11324
11325 2002-02-25 [christoph]  0.7.2claws14
11326
11327         * src/filtering.[ch]
11328         * src/inc.c
11329                 do filtering stuff after all messages have been received
11330                   1. drop all messages to .processing
11331                   2. scan processing folder for messages
11332                   3. filter messages or move to inbox
11333                 this will also find old messages left in processing after
11334                 a crash or something like that and we get a real msginfo
11335                 from folder->get_msg_list and do not have to create our
11336                 own in filter_message
11337         * src/matcher_parser_parse.y
11338                 remove MIX/MAX warning (reordered includes)
11339
11340 2002-02-25 [paul]       0.7.2claws13
11341
11342         * sync with sylpheed 0.7.2cvs15
11343                 see ChangeLog entry 2002-02-24
11344
11345 2002-02-24 [alfons]     0.7.2claws12
11346
11347         * src/filtering.c
11348                 clear old color flags first when applying a new color to
11349                 a message info. 
11350                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
11351
11352 2002-02-24 [alfons]     0.7.2.claws11
11353         
11354         * AUTHORS
11355         * src/prefs_common.c
11356                 add presets for Opera and Konqueror, closes patch #517261,
11357                 submitted by Ville Skyttä <scop@users.sourceforge.net>
11358
11359 2002-02-24 [alfons]     0.7.2.claws10
11360
11361         * AUTHORS
11362         * src/summaryview.c
11363                 fix threading for null message ids, closes patch #521601,
11364                 submitted by Bob Forsman <hammor@users.sourceforge.net>
11365
11366 2002-02-24 [alfons]     0.7.2claws9
11367
11368         * src/summaryview.c
11369         * src/filtering.c
11370                 make Tool | Filter Message work with filtering system so
11371                 setting flags also works
11372
11373                 TODO:
11374
11375                 - Processing uses the same function as Tool | Filter
11376                   Message, but doesn't use the same update proc yet
11377
11378 2002-02-23 [paul]       0.7.2claws8
11379
11380         * sync with sylpheed 0.7.2cvs14
11381                 see ChangeLog entries 2002-02-22 and 2002-02-23
11382
11383 2002-02-22 [christoph]  0.7.2claws7
11384
11385         * src/quote_fmt.c
11386                 Add column space to table
11387         * src/quote_fmt_parse.y
11388                 Close files
11389
11390 2002-02-22 [paul]       0.7.2claws6
11391
11392         * src/Makefile.am
11393           src/defs.h
11394           src/filtering.c
11395           src/inc.[ch]
11396           src/mainwindow.c
11397           src/matcher.[ch]
11398           src/matcher_parser_lex.l
11399           src/matcher_parser_parse.y
11400           src/pop.[ch]
11401           src/prefs_account.h
11402           src/prefs_filtering.c
11403           src/selective_download.[ch]   *** NEW FILES ***
11404           src/utils.[ch]
11405           po/POTFILES.in
11406                 Selective Download added to 'Tool' menu. 
11407                 Retrieves email headers of the currently selected pop3 
11408                 account and allows the user to mark emails for deletion 
11409                 right on the pop3 server. Patch submitted by Oliver Haertel 
11410                 <oha@users.sourceforge.net>.
11411         
11412         * po/POTFILES.in
11413                 add 'src/quote_fmt.c'           
11414
11415 2002-02-22 [christoph]  0.7.2claws5
11416
11417         * src/Makefile.am
11418                 added quote_fmt.c
11419         * src/prefs_common.[ch]
11420         * src/prefs_template.c
11421         * src/quote_fmt.c               *** NEW FILE ***
11422         * src/quote_fmt.h
11423                 move quote format symbol description code
11424                 to it's own file because it is used from
11425                 differnent code parts
11426                 Rewrote symbol description GUI
11427                   + use table
11428                   + add separators
11429                   + get data from array (no more long constant strings)
11430         * src/quote_fmt_lex.l
11431         * src/quote_fmt_parse.y
11432                 Symbol for Literal % changed to \% instead of %%
11433                 (More logical as \ is used for quoting for other symbols)
11434                 Add |f and |p to include files and program output
11435                 Examples:
11436                     |f{/home/.../.signature}
11437                     |p{date}
11438         * po/de.po
11439                 Correct wrong spelling for "Referenzen"
11440
11441 2002-02-21 [paul]       0.7.2claws4
11442
11443         * src/procmsg.c
11444                 forgotten during sync
11445
11446 2002-02-21 [paul]       0.7.2claws3
11447
11448         * sync with sylpheed 0.7.2cvs11
11449                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
11450                 2002-02-20 and 2002-02-21
11451
11452 2002-02-20 [melvin]     0.7.2claws2
11453
11454         * src/prefs_actions.c
11455                 Added error report when child cannot fork or when execvp 
11456                 returns with an error.
11457
11458 2002-02-19 [christoph]  0.7.2claws1
11459
11460         * src/codeconv.c
11461                 return unconverted text if conde conversion is not possible
11462                 when libjconv is used.
11463                 (patch submitted by "Simon 'corecode' Schubert")
11464
11465 2002-02-19 [paul]       
11466
11467         * version 0.7.2claws release
11468
11469 2002-02-19 [paul]       0.7.2claws
11470
11471         * po/nl.po
11472                 updated by Wilbert Berendsen
11473
11474
11475 2002-02-18 [alfons]     0.7.1claws13
11476
11477         * src/syldap.c
11478         * src/jpilot.c
11479                 remove references to dlfcn and explicitly loading functions
11480                 from dynalink libs, because libs linked anyway, and functions
11481                 are loaded explicitly
11482
11483 2002-02-17 [melvin]     0.7.1claws12
11484
11485         * src/prefs_actions.c
11486                 Replaced children wait loop with double fork technique.
11487                 Now, input/output window updated at each new output.
11488                 free_children(): Fixed a memory leak.
11489                 Made input/output window non closable if running children
11490                 still exist.
11491                 Added missing <unistd.h> include.
11492                 Added some --debug outputs.
11493
11494 2002-02-17 [melvin]     0.7.1claws11
11495
11496         * src/summaryview.c
11497                 Fixed bug where descending sort order did not select top
11498                 message.
11499
11500 2002-02-17 [melvin]     0.7.1claws10
11501
11502         * acconfig.h
11503                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
11504         * src/prefs_common.c
11505                 Pspell data package directory no more hard coded but
11506                 set during configuration (PSPELL_PATH). (Thanks to 
11507                                 Gustavo Noronha Silva.)
11508
11509 2002-02-17 [melvin]     0.7.1claws9
11510
11511         * configure.in
11512                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
11513         * src/gtkspell.c
11514                 Fixed compile-time warnings.
11515
11516 2002-02-16 [alfons]     0.7.1claws8
11517
11518         * src/filesel.c
11519                 fix inadvertent free of NULL pointer which caused
11520                 sylpheed to crash when closing the save-as dialog
11521                 using the window close button
11522
11523 2002-02-16 [carsten]    0.7.1claws7
11524         * src/mainwindow.[ch]
11525           src/summaryview.c
11526           src/prefs_common.c
11527                 fixes for pixmap theming code:
11528                         - recently changed mail attributes shouldn't get
11529                           lost any longer
11530                         - theme is only reloaded iff another theme was
11531                           selected
11532
11533 2002-02-16 [paul]       0.7.1claws6
11534
11535         * sync with sylpheed 0.7.2 release
11536                 see ChangeLog entry 2002-02-15 and 2002-02-16
11537
11538 2002-02-15 [paul]       0.7.1claws5
11539
11540         * sync with sylpheed 0.7.1cvs9
11541                 see ChangeLog entry 2002-02-15
11542
11543         * po/POTFILES.in
11544                 remove unneeded headerwindow.c entry
11545
11546 2002-02-14 [carsten]    0.7.1claws4
11547         * src/summaryview.c
11548                 fixed a bug for "Go to next unread message": there was
11549                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
11550                 in the prefs, because of doing "Search again" instead
11551                 "No"
11552
11553 2002-02-14 [carsten]    0.7.1claws3
11554         * src/stock_pixmap.c
11555                 removed 2 more mem leaks; following memprof,
11556                 this code is "leak free" now :)
11557
11558 2002-02-14 [carsten]    0.7.1claws2
11559         * src/stock_pixmap.c
11560                 used opendir/readdir/closedir instead of scandir
11561                 -> code should work now on Solaris
11562
11563 2002-02-14 [paul]       0.7.1claws1
11564
11565         * sync with sylpheed 0.7.1cvs8
11566                 see ChangeLog entries 2002-02-13 and 2002-02-14
11567
11568         * README.claws
11569                 add some description of Actions and Pixmap Themes
11570
11571 2002-02-13 [paul]       
11572
11573         * version 0.7.1claws release
11574
11575 2002-02-13 [paul]       0.7.1claws
11576
11577         * po/es.po
11578           po/it.po
11579           po/pt_BR.po
11580                 updated translations, submitted by Ricardo Mones Lastra,
11581                 Alessandro Maestri and Fabio Junior Beneditto
11582
11583 2002-02-13 [melvin]     0.7.0claws75
11584
11585         * src/prefs_actions.c
11586                 Added missing "signal.h" include
11587
11588 2002-02-13 [melvin]     0.7.0claws74
11589
11590         * src/prefs_folder_item.c
11591                 Added missing "config.h" include
11592         * po/fr.po
11593                 Updated French translation for folder propriety.
11594
11595 2002-02-13 [jens]       0.7.0claws73
11596
11597         * po/POTFILES.in
11598                 Added missing src/prefs_folder_item.c [log added by melvin]
11599         * po/de.po
11600                 Updated German translation.
11601
11602 2002-02-13 [melvin]     0.7.0claws72
11603
11604         * po/fr.po
11605                 Updated French translation.
11606
11607 2002-02-13 [melvin]     0.7.0claws71
11608
11609         * src/gtkutils.c
11610                 Made gtkut_editable_get_selection return NULL if selection
11611                 is of length zero.
11612                 This fixes a bug where selecting part of message A then
11613                 switching to message B and replying to it will not
11614                 quote the message's body.
11615
11616 2002-02-12 [paul]       0.7.0claws70
11617
11618         * src/mainwindow.c
11619                 cosmetic, relating to pixmap themes: on toolbar make 
11620                 updating of 'Exec' and 'Compose news/Compose email'
11621                 icons faster.
11622
11623 2002-02-12 [carsten]    0.7.0claws69
11624         * src/folderview.c
11625           src/mainwindow.[ch]
11626           src/stock_pixmap.c
11627           src/summaryview.c
11628           src/prefs_common.c
11629                 - refreshing after changing pixmap theme better
11630                   now (thanks Paul)
11631                 - wanted to remove some mem leaks, but alfons was
11632                   faster (and had the better solution ;)
11633
11634 2002-02-12 [alfons]     0.7.0claws68
11635
11636         * src/prefs_common.c
11637         * src/stock_pixmap.[ch]
11638                 plug mem leaks, refactor code a little bit
11639
11640
11641 2002-02-12 [sergey]     0.7.0claws67
11642
11643         * src/imap.c
11644                 Fixed problem with copying messages to IMAP folders when the
11645                 server uses something other than '/' as a namespace separator
11646                 (cyrus-imapd uses '.').
11647
11648 2002-02-12 [jens]       0.7.0claws66
11649
11650         * po/de.po
11651                 Updated German Translation
11652
11653 2002-02-12 [paul]       0.7.0claws65
11654
11655         * sync with sylpheed 0.7.1cvs1
11656                 see ChangeLog entry 2002-02-12
11657
11658 2002-02-12 [melvin]     0.7.0claws64
11659
11660         * src/prefs_actions.c
11661                 Fixed "feature" where children's output was duplicated 
11662                 instead of refreshed while monitoring.
11663                 Removed some debug code.
11664
11665 2002-02-12 [christoph]  0.7.0claws63
11666
11667         * src/compose.c
11668                 always delete message from queue after sending/send error
11669                 (closes bug #509601)
11670
11671 2002-02-12 [melvin]     0.7.0claws62
11672
11673         * src/prefs_actions.c
11674                 Children wait loop is now triggered with a timeout of 1s
11675                 Added %F which is replaced with the list of filenames 
11676                 of all selected messages (as suggested by Ricardo Mones Lestra)
11677                 Pipe syntax changed. Prefix with | to send selection, postfix
11678                 with | to retrieve output. Prefix with > or * to send
11679                 user definable input to the command (*: input is hidden)
11680                 Old pipe action should now be postfixed with |, too.
11681
11682 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
11683         * src/stock_pixmap.c
11684                 fixed a bug: if there's no theme directory don't
11685                 throw an error, just do "nothing" (thanks Alfons)
11686
11687 2002-02-12 [carsten]    0.7.0claws60
11688         * src/folderview.c
11689           src/summaryview.c
11690                 had to write the cache twice (nasty!); some marks would 
11691                 get lost if not
11692
11693 2002-02-11 [carsten]    0.7.0claws59
11694         * acconfig.h
11695           configure.in
11696           doc-src/maintainer_guide.txt
11697           src/compose.[ch]
11698           src/defs.h
11699           src/folderview.[ch]
11700           src/gtkutils.[ch]
11701           src/mainwindow.[ch]
11702           src/prefs_common.[ch]
11703           src/stock_pixmap.[ch]
11704           src/summaryview.[ch]
11705                 pixmap theming and related work on pixmap
11706                 handling on some other places
11707                 (e.g. hrm features for all folder)
11708           src/pixmap/stock_*.xpm -> the stock_ was removed
11709         
11710 2002-02-11 [paul]       0.7.0claws58
11711
11712         * sync with sylpheed 0.7.1 release
11713                 see ChangeLog entries 2002-02-11
11714
11715 2002-02-08 [paul]       0.7.0claws57
11716
11717         * sync with sylpheed 0.7.0cvs39
11718                 see ChangeLog entry 2002-02-07 (last entry) 
11719
11720         * src/prefs_actions.c
11721           src/prefs_filtering.c
11722           src/prefs_matcher.c
11723           src/prefs_scoring.c
11724                 sync: made it compile with C compilers other than gcc
11725
11726 2002-02-07 [paul]       0.7.0claws56
11727
11728         * sync with sylpheed 0.7.0cvs38
11729                 see ChangeLog entries 2002-02-06 (last 2 entries) and
11730                 2002-02-07
11731
11732 2002-02-07 [darko]      0.7.0claws55
11733
11734         * src/gtkutils.[ch]
11735         * src/summaryview.c
11736                 Fix const gchar */gchar * issue (thanks Hiro)
11737
11738 2002-02-07 [darko]      0.7.0claws54
11739
11740         * src/compose.[ch]
11741         * src/filtering.c
11742         * src/gtkutils.[ch]
11743         * src/prefs_template.c
11744         * src/quote_fmt.h
11745         * src/quote_fmt_parse.y
11746         * src/summaryview.c
11747         * src/utils.[ch]
11748                 When replying or forwarding an email don't quote the entire
11749                 mail body but use the part of the message text that is selected
11750
11751 2002-02-06 [melvin]     0.7.0claws53
11752
11753         * src/prefs_common.[ch]
11754         * src/gtkspell.[ch]
11755         * src/compose.c
11756                 Made possible to switch quickly to last used dictionary
11757                 which makes checking bilingual documents easier.
11758
11759 2002-02-06 [melvin]     0.7.0claws52
11760         
11761         * po/POTFILES.in
11762                 Added forgotten new file src/prefs_actions.c
11763
11764 2002-02-06 [melvin]     0.7.0claws51
11765
11766         * src/prefs_actions.c   ** NEW FILE **
11767         * src/prefs_actions.h   ** NEW FILE **
11768                 Added actions to execute on message text view, or on the
11769                         message's file.
11770         * src/Makefile.am
11771                 Added src/prefs_actions.[ch]
11772         * src/compose.c
11773                 Added new menu "Edit/Actions"
11774         * src/defs.h
11775                 Added new actionsrc file.
11776         * src/main.c
11777                 Added actionsrc reading.
11778         * src/mainwindow.c
11779                 Added new menus "Edit/Actions" and "Configuration/Actions..."
11780         * src/prefs_common.h
11781                 Added new element actionslst element to prefs_common.
11782
11783 2002-02-06 [paul]       0.7.0claws50
11784
11785         * sync with sylpheed 0.7.0cvs36
11786                 see ChangeLog entry 2002-02-06
11787
11788 2002-02-05 [paul]
11789
11790         * po/es.po
11791                 updated by Ricardo Mones Lastra
11792
11793 2002-02-05 [paul]       0.7.0claws49
11794
11795         * sync with sylpheed 0.7.0cvs33
11796                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
11797
11798 2002-02-05 [paul]       0.7.0claws48
11799
11800         * src/compose.c
11801                 re-add 'Edit/Advanced/Delete entire line', previously named
11802                 'Delete Line+'
11803
11804 2002-02-04 [paul]       0.7.0claws47
11805
11806         * src/compose.c
11807           src/summaryview.c
11808                 fix bug #494993 (Reply All not taking Reply-To into consi)
11809                 eliminate differences in behaviour of right-click 'Reply to all' 
11810                 in summary view and 'Reply to all' on the toolbar. 
11811                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
11812                 view and From gets ignored by 'Reply to all' on toolbar.
11813                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
11814                 From when no Reply-To header is present.
11815
11816 2002-02-04 [paul]       0.7.0claws46
11817
11818         * sync with sylpheed 0.7.0cvs30
11819                 see ChangeLog entries 2002-02-03 and 2002-02-04
11820
11821 2002-02-03 [melvin]     0.7.0claws45
11822
11823         * src/gtkspell.[ch]
11824                 Readded function to highlight all misspelled words.
11825                 Fixed bug where user-provided-words did not replace
11826                         correctly the misspelled word when using the mouse.
11827                 Fixed bug where checking a region selected from right to left did
11828                         not check the region at all.
11829                 Fixed bug where 'Check backwards' may not check at all. 
11830                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
11831                 Fixed possible buffer overflow when checking for long strings (>1k).
11832                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
11833                 Accelerators code uses now gtk_widget_add_accel.
11834                 Removed and disabled obsolete and unfinished code.
11835                 Cleaning up.
11836
11837         * src/compose.c
11838                 Added menu item to Highlight all misspelled words.
11839
11840 2002-02-01 [paul]       0.7.0claws44
11841
11842         * src/mainwindow.c
11843                 fix '/View/Hide read messages' sensitivity when all
11844                 messages in a folder are hidden
11845
11846 2002-02-01 [paul]       0.7.0claws43
11847
11848         * src/main.c
11849                 add --send option to command line interface, sends all
11850                 queued mail. Patch submitted by Ricardo Mones Lastra.
11851
11852 2002-01-31 [paul]       0.7.0claws42
11853
11854         * src/mainwindow.c
11855                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
11856
11857 2002-01-31 [paul]       0.7.0claws41
11858
11859         * sync with sylpheed 0.7.0cvs27
11860                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
11861                 and 2002-01-31
11862
11863         * src/textview.c
11864                 comment out elements of textview_show_part() as temporary
11865                 workaround for attachment 'Display as text' bug 
11866
11867         * po/pt_BR.po
11868                 updated by Fabio Junior Beneditto
11869
11870 2002-01-30 [paul]       0.7.0claws40
11871
11872         * sync with sylpheed 0.7.0cvs24
11873                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
11874                 and 2002-01-30
11875
11876         * src/compose.c
11877                 add {N_("/_Spelling"), ... "<Branch>"} to 
11878                 GtkItemFactoryEntry compose_entries[]
11879
11880         * src/prefs_common.c
11881                 add claws menu items to prefs_keybind_apply_clicked()
11882                 and remove non-claws menu items
11883
11884 2002-01-29 [paul]       0.7.0claws39
11885
11886         * sync with sylpheed 0.7.0cvs22
11887                 see ChangeLog entries 2002-01-28 and 2002-01-29
11888
11889 2002-01-28 [melvin]     0.7.0claws38
11890
11891         * src/compose.c
11892                 Added the declartion of compose_send_control_enter.
11893
11894         * src/compose.c
11895         * src/gtkspell.[ch]
11896                 Added in a 'Spelling' menu which includes the configuration menu. 
11897                 Added a real 'Check all' and got rid from the old one which only
11898                 highlited misspelled word.
11899                 Made 'Check while typing' a disableable option.
11900                 Added a dialog when there are no more misspelled word.
11901                 Added a dialog if error occurs when switching to a dictionary.
11902         
11903         * src/prefs_common.[ch]
11904                 Added option for the default 'Check while typing' option.
11905
11906
11907 2002-01-28 [alfons]     0.7.0claws37
11908
11909         * src/compose.c
11910                 fix buglet and make code comply with sylpheed code style
11911
11912 2002-01-28 [paul]       0.7.0claws36
11913
11914         * sync with sylpheed 0.7.0cvs19
11915                 see ChangeLog entries for 2002-01-28
11916
11917 2002-01-28 [hoa]        0.7.0claws35
11918
11919         * src/defs.h
11920                 added rendererrc
11921
11922         * src/main.c
11923                 read the renderer config
11924
11925         * src/procmime.[ch]
11926                 use the renderer config to convert mime attachments
11927
11928         * src/textview.c
11929                 don't use textview_show_html/ertf,
11930                 use get_text_content instead
11931
11932 2002-01-27 [alfons]     0.7.0claws34
11933         
11934         * src/news.c
11935                 make sylpheed believe it can delete a news message...
11936                 (messages are NOT deleted, maybe we should remove
11937                 processing from the folder properties after all.)
11938
11939 2002-01-27 [alfons]     0.7.0claws33
11940
11941         * src/folder.c
11942                 add extra checks
11943         * src/news.c
11944                 implement remove_msg() 
11945
11946 2002-01-27 [alfons]     0.7.0claws32
11947
11948         * src/procmsg.h
11949         * src/procheader.c
11950         * src/messageview.c
11951                 fix return receipt / disposition notification again. this
11952                 stuff seems to break on _every_ major summary UI change, so
11953                 it's now implemented using a flag which is saved in the
11954                 marks cache
11955                 
11956 2002-01-26 [alfons]     0.7.0claws31
11957
11958         * src/import.c
11959                 let import dialog show the destination folder identifier
11960
11961 2002-01-26 [melvin]     0.7.0claws30
11962
11963         * src/folderview.c
11964         * src/summaryview.c
11965                 Readded 'Mark all read' into summary view popup menu
11966                 Added 'Mark all read' in folder view popup menu for IMAP
11967                 and NNTP.
11968                 Made it insensitive if the selected folder is not the shown
11969                 one to avoid 'Mark all read' on the wrong folder.
11970                 
11971 2002-01-26 [paul]       0.7.0claws29
11972
11973         * src/folderview.c
11974           src/summaryview.c
11975                 move 'Mark all read' from summary view to folder view
11976                 menu. (adapted from) patch submitted by Jeremy Andrews,
11977                 <lists@kerneltrap.com>
11978
11979 2002-01-25 [alfons]     0.7.0claws28
11980
11981         * src/gtkstext.c
11982                 put the gtk class name back so GtkSText adapts the 
11983                 settings of GtkText
11984
11985 2002-01-25 [alfons]     0.7.0claws27
11986
11987         * src/folderview.c 
11988                 assimilate Ricardo's patch that shows pixmaps instead of
11989                 plain "new" and "unread" texts in the folder view column
11990                 headers 
11991
11992 2002-01-25 [paul]       0.7.0claws26
11993
11994         * src/Makefile.am
11995                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
11996                 be found in non-standard locations. 
11997                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
11998
11999 2002-01-25 [paul]       0.7.0claws25
12000
12001         * sync with sylpheed 0.7.0cvs16
12002                 see ChangeLog entry 2002-01-25
12003
12004 2002-01-24 [paul]       0.7.0claws24
12005
12006         * more sync with sylpheed 0.7.0cvs15
12007                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
12008
12009 2002-01-23 [sergey]     0.7.0claws23
12010
12011         * src/importldif.c
12012                 Fixed segfault when closing LDIF import wizard with
12013                 the window manager.
12014         * src/imageview.c
12015         * src/imageview.h
12016         * src/messageview.c
12017         * src/mimeview.c
12018                 Fixed wrong scrolling position after switching between
12019                 text and image parts.
12020
12021 2002-01-23 [paul]       0.7.0claws22
12022
12023         * sync with sylpheed 0.7.0cvs15
12024                 see ChangeLog entries 2002-01-22 and 2002-01-23
12025
12026 2002-01-21 [melvin]     0.7.0claws21
12027
12028         * src/prefs_scoring.c
12029         * src/prefs_filtering.c
12030                 Fixed bug where scoring and filtering windows stopped
12031                 autochecking.
12032
12033 2002-01-21 [paul]       0.7.0claws20
12034
12035         * sync with sylpheed 0.7.0cvs12
12036                 see ChangeLog entries 2002-01-20 and 2002-01-21
12037
12038 2002-01-21 [carsten]    0.7.0claws19
12039         * src/mainwindow.c
12040         * src/menu.[ch]
12041         * src/messageview.[ch]
12042         * src/summaryview.[ch]
12043                 changes to shortcuts handling again:
12044                         + "Q" now controled by mainwin
12045                         + v/V are now customizable and have slightly
12046                           different meanings
12047                 the "button" to minimize the messageview (and maximize
12048                 the summary view) is a real button now
12049         * src/compose.c
12050                 "Delete Line+" added to Edit/Advanced (this will also
12051                 delete the '\n')
12052
12053 2002-01-20 [melvin] 0.7.0claws18
12054
12055         * src/addressbook.c
12056                 Made "Bcc" sensitive when addressbook is called from
12057                 compose window (it was a Claws only bug).
12058
12059 2002-01-19 [alfons] 0.7.0claws17
12060
12061         * src/inc.c
12062                 prevent unnecessary updates when currently selected folder has
12063                 no new messages 
12064
12065 2002-01-19 [alfons] 0.7.0claws16
12066         
12067         * src/summaryview.c
12068                 prevent writing the cache based on current message list in summary 
12069                 view when filtering also put messages in currently selected folder
12070
12071 2002-01-19 [paul]
12072
12073         * po/it.po
12074                 Italian translation submitted by Alessandro Maestri
12075                 <a.maestri@cs.tin.it>
12076
12077 2002-01-18 [melvin]     0.7.0claws15
12078
12079         * src/prefs_filters.c
12080                 fixed bug where 'cancel' from 'filters' window stops autochecking
12081                 if the timer timed out  when the window was open.
12082
12083 2002-01-18 [match]      0.7.0claws14
12084
12085         * src/addrclip.[ch]     ** NEW FILE **
12086         * src/addrselect.[ch]   ** NEW FILE **
12087         * src/adbookbase.h      ** NEW FILE **
12088                 addressbook cut, copy and paste
12089         * src/addrbook.[ch]
12090         * src/addrcache.[ch]
12091         * src/addressitem.h
12092         * src/addrindex.[ch]
12093         * src/addritem.[ch]
12094         * src/importldif.c
12095         * src/importmutt.c
12096         * src/jpilot.[ch]
12097         * src/syldap.[ch]
12098         * src/vcard.[ch]
12099         * src/jpilot.[ch]
12100         * src/editbook.c
12101         * src/editjpilot.c
12102         * src/editldap.c
12103         * src/editvcard.c
12104                 support for copy/paste
12105         * src/addressbook.c
12106                 support for copy/paste
12107                 tidy up menu option processing
12108                 correct address list function arguments
12109         * src/editaddress.c
12110                 sort user attributes
12111         * src/ldif.h
12112         * src/mutt.h
12113                 tidy up
12114
12115         * src/addrbook.[ch]
12116         * src/addrbook.[ch]
12117         * src/addrbook.[ch]
12118                 
12119
12120 2002-01-18 [paul]       0.7.0claws13
12121
12122         * sync with sylpheed 0.7.0cvs8
12123                 configure.in: support Mac OS X (Darwin)
12124
12125 2002-01-18 [carsten]    0.7.0claws12
12126         * src/html.c
12127                 small hack to fix a segfault with an empty href
12128                 (reported by Alexandra Walford <deeni@altern.org>)
12129         * src/mainwindow.c
12130         * src/summaryview.c
12131                 the shortcuts for Mark und Mark as unread are hardcoded
12132                 again
12133         * src/compose.c
12134         * src/gtkstext.[ch]
12135                 readded the shortcuts in gtkstext but made them
12136                 customizeable (simply by adding a menu plus a wrapper
12137                 to compose.c)
12138
12139 2002-01-17 [melvin]     0.7.0claws11
12140
12141         * src/gtkspell.c
12142                 fix default dictionary not being saved.
12143
12144 2002-01-16 [darko]      0.7.0claws10
12145
12146         * src/compose.c
12147                 fix wrapping crash with URL longer than wrapping margin
12148
12149 2002-12-08 [hoa]        0.7.0claws10
12150
12151         * src/matcher_parser_parse.y
12152                 fixed some bugs
12153
12154         * src/prefs_filtering.c
12155                 now, we can use bounce action in the dialog box.
12156
12157 2002-01-16 [carsten]    0.7.0claws9
12158         * src/gtkstext.c
12159                 removed the <control> and <alt> shortcuts because they're
12160                 not needed and interefered with the "normal" shortcuts
12161         * src/mainwindow.c
12162         * src/summaryview.c
12163                 removed most of the hardcoded shortcuts and assigned
12164                 them to menu entries making them easy customizable by
12165                 that
12166
12167 2002-01-16 |melvin]     0.7.0claws8
12168
12169         * src/gtkspell.c
12170                 fixed bug where using the mouse and when the compose
12171                 window is not on top may result in a crash.
12172
12173 2002-01-16 [melvin]     0.7.0claws7
12174
12175         * src/compose.c
12176                 fixed a long standingspell checker bug which could 
12177                 cause a crash after sending a message.
12178
12179 2002-01-16 [paul]       0.7.0claws6
12180
12181         * sync with sylpheed 0.7.0cvs7
12182                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
12183                 2002-01-15, and 2002-01-16
12184
12185 2002-01-16 [melvin]     0.7.0claws5
12186
12187         * README.claws
12188         * src/compose.c
12189         * src/gtkspell.[ch]
12190         * src/main.c
12191                 Heavily modified spell checker code to work around
12192                 ispell bug, to add keyboard shortcuts and for future
12193                 enhancements. See README.claws for usage information.
12194
12195 2002-01-15 [alfons]     0.7.0claws4
12196         
12197         * src/summaryview.c
12198                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
12199                 so sorting within threads reflects sort mode
12200
12201 2002-01-15 [christoph]  0.7.0claws3
12202
12203         * src/procmsg.c
12204                 added alertpanel if mail sending failed
12205
12206 2002-01-15 [alfons]     0.7.0claws2
12207         
12208         * src/prefs_filtering.c
12209                 don't stop timer when prefs filtering dialog is opened
12210
12211 2002-01-14 [alfons]     0.7.0claws1
12212
12213         * src/addr_compl.c
12214         * src/prefs.c
12215                 remove debug_print()s for privacy reasons
12216
12217 2002-01-14 [darko]      0.7.0claws
12218
12219         * README.claws
12220                 quotation wrapping is now also in the main branch
12221
12222 2002-01-14 [paul]
12223
12224         * tools/filter_conv.pl
12225                 allow for Boolean Op and case-sensitivity
12226                 this file is included in the release and tagged
12227                 'rel_0_7_0'
12228
12229 2002-01-13 [paul]       0.7.0claws
12230
12231         * release 0.7.0, with cvs tag 'rel_0_7_0'
12232
12233 2002-01-13 [paul]
12234
12235         * tools/filter_conv.pl
12236         * tools/README
12237                 rewritten to output to matcherrc instead of filteringrc
12238
12239         * po/es.po
12240                 updated Spanish translation by Ricardo Mones Lastra
12241
12242 2002-01-13 [alfons]
12243
12244         * po/nl.po
12245                 update dutch translation
12246
12247 2002-01-13 [paul]
12248
12249         * po/pt_BR.po
12250                 Updated by Fabio Junior Beneditto 
12251
12252 2002-01-13 [melvin]     0.6.6claws53
12253
12254         * po/fr.po
12255                 Updated french translation
12256
12257 2002-01-12 [alfons]     0.6.6claws52
12258
12259         * src/filtering.c
12260                 plug mem leak that has been sitting there for ages              
12261
12262 2002-01-12 [alfons]     0.6.6claws51
12263
12264         * src/summaryview.c
12265                 undo melvin's changes from 0.6.6claws48 because summary
12266                 view now refuses to select first unread message when
12267                 selecting a folder 
12268
12269 2002-01-11 [alfons]     0.6.6claws50
12270
12271         * src/import.c
12272                 use claws' semantics for getting folder item when
12273                 importing an mbox file into a folder 
12274                 (submitted by Dale P. Smith)
12275
12276 2002-01-11 [christoph]  0.6.6claws49
12277
12278         * src/prefs.h
12279                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
12280                 toggle widget, because non static prefs can not use
12281                 prefs_set_* functions
12282         * src/prefs_account.c
12283                 toggle smtp auth password field sensitivity if
12284                 user id is empty and add descrition of usage for
12285                 these fields
12286         * src/prefs_folder_item.c
12287                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
12288                 callbacks
12289
12290 2002-01-11 [melvin]     0.6.6claws48
12291
12292         * src/compose.c
12293                 fix the 'Ctrl-Enter' feature for sending and test really
12294                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
12295                 editables which was not documented in Gtk)
12296
12297         * src/summaryview.c
12298                 Made summaryview refresh after sorting and not before.
12299
12300 2002-01-11 [christoph]  0.6.6claws47
12301
12302         * src/compose.c
12303                 select account from account ids if possible and
12304                 correctly set save folder for copy in reedit
12305
12306 2002-01-10 [paul]       0.6.6claws46
12307
12308         * sync with sylpheed 0.7.0 release
12309                 see ChangeLog entries 2002-01-07, 2002-01-08 and
12310                 2002-01-09
12311
12312 2002-01-09 [alfons]
12313
12314         * src/summaryview.c
12315                 remove more dirt traces...
12316
12317 2002-01-09 [alfons]
12318         
12319         * src/summaryview.c
12320                 clean up some traces of my debugging stuff
12321
12322 2002-01-09 [alfons]     0.6.6claws45
12323
12324         * src/filtering.c
12325                 break up filteringprop_apply() in three separate pieces
12326                 so we can drop messages that failed processing in the
12327                 inbox
12328
12329         * src/summaryview.c
12330                 fix bug #469598 "no refresh of inbox after filter" which 
12331                 was introduced by the new summary view locking, and which 
12332                 prevented the summary view to update after a manual filter 
12333                 message. claw's filter message requires a summary_show().
12334                 (aargh, summary_show() again! :-)
12335                 
12336 2002-01-07 [alfons]     0.6.6claws44
12337
12338         * src/headerwindow.c
12339         * src/logwindow.c
12340         * src/messageview.c
12341         * src/sourcewindow.c
12342                 bring in Hiro's last 0.7.0 wm class fixes
12343
12344         * tools/sylprint.pl
12345                 bring in Ricardo's fix for sylprint script
12346
12347         * AUTHORS       
12348         * src/rfc2015.[ch]
12349         * src/prefs_common.[ch]
12350         * src/prefs_account.[ch]
12351         * src/compose.c
12352                 clean up account preference poison in rfc2015,
12353                 and preparation to fix double sign bug 
12354                 (patch submitted by Simon 'corecode' Schubert)
12355
12356 2002-01-07 [christoph]  0.6.6claws43
12357
12358         * src/mh.c
12359                 search for free message number, do not only rely
12360                 on last_num
12361         * src/send.c
12362                 fix smtp auth and use extra account information
12363                 if available, if not use pop3 data instead
12364                 (closes bug #500341)            
12365         * src/ssl.[ch]
12366                 match coding style
12367
12368 2002-01-06 [alfons]     0.6.6claws42
12369
12370         * src/mainwindow.c
12371                 try making the separate windows work again...
12372
12373 2002-01-06 [alfons]     0.6.6claws41
12374
12375         * src/mainwindow.c
12376                 adapt Hiro's separate window menu (to get rid of the funny
12377                 duplicate menu items), and make it work again
12378
12379 2002-01-06 [alfons]     0.6.6claws40
12380
12381         * tools/Makefile.am
12382         * tools/sylprint.rc
12383         * tools/sylprint.pl
12384         * tools/README.sylprint
12385                 add sylprint script for printing mails from Sylpheed
12386                 (contributed by Ricardo Mones Lastra)
12387
12388         * src/acount.c
12389                 clean up
12390
12391 2002-01-06 [melvin]     0.6.6claws39
12392
12393         * src/mainwindow.c
12394         * src/summaryview.c
12395                 Fixed crash introduced in 0.6.6claws38 by the menu
12396                 reorganisation (Hide read messages)
12397         
12398         * ChangeLog.claws 
12399                 Fixed typo (we are now in 2002, alfons ;) )
12400
12401 2002-01-05 [alfons]     0.6.6claws38
12402
12403         * sync with sylpheed 0.6.6cvs10-17
12404                 (last stuff marked as LAST_STABLE)
12405
12406 2002-01-04 [melvin]     0.6.6claws37
12407
12408         * src/account.c
12409                 Made account selection code use strcasestr again instead of
12410                 g_strcasecmp (fixes bug where reediting queued messages
12411                 did not select proper account reported by T. Link).
12412         
12413         * src/folderview.c
12414                 Fix bug where folder icons are not shown when 'hide read messages'
12415                 is on.
12416         
12417         * src/stock_pixmaps.[ch]
12418                 Added folder icons for 'hide read messages'.
12419         
12420         * src/compose.c
12421                 Fixed bug where 'Enter' in a header entry will send the message 
12422                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
12423
12424 2002-01-03 [melvin]     0.6.6claws36
12425         
12426         * src/prefs.[ch]
12427                 Added popup menu for common preferences and
12428                 account preferences (right click on tab displays
12429                                 a menu of all tabs.)
12430
12431 2002-01-02 [melvin]     0.6.6claws35
12432
12433         * src/gtkspell.[ch]
12434                 Made spelling code compatible with undo/redo feature.
12435                 Added creation of suggestion mode menu for the general
12436                         preferences.
12437         
12438         * src/prefs_common.[ch]
12439                 Added option menu for the speller's suggestion mode.
12440                 Added missing spaces in "..." buttons and made a "..."
12441                         button non translatable!
12442         
12443         * src/compose.c
12444                 Made speller use the default suggestion mode.
12445                 Hack to make it possible to choose 'CTRL-Enter' as a
12446                         shortcut for sending (and only for sending).
12447
12448         * src/prefs_folder_item.c
12449                 Changing subject simplification does not update cache 
12450                         anymore (because it is unnecessary).
12451                 Fixed bug where changing subject simplification updated the 
12452                         summaryview even when the viewed folder is not the
12453                         folder which properties are being changed. (E.g. 
12454                                         viewing folder A and changing
12455                                         the subject simplification of 
12456                                         folder B -not being viewed- updated the 
12457                                         summaryview of folder A with data of
12458                                         folder B). (Hope this is clear... )
12459
12460 2001-12-31 [alfons]     0.6.6claws34
12461         
12462         * src/ldif.c
12463         * src/mutt.c
12464                 fgetc() returns a signed integer which doesn't
12465                 fit in a char. so c truncates this to a char
12466                 but we may lose significant bits. i.e. we may
12467                 comparing 0xFF which may not be equal to -1
12468                 unless properly casted to signed char which
12469                 we won't do because fgetc() returns a signed
12470                 integer which doesn't fit in a char. so c 
12471                 truncates this to a char but we may lose 
12472                 significat bits. (you got the idea, thanks
12473                 to Gustavo Noronha Silva <kov@debian.org>
12474                 and the Debian folks!)
12475
12476 2001-12-30 [alfons]     0.6.6claws33
12477
12478         * src/prefs_common.c
12479                 add #ifdef USE_PSPELLs that Melvin forgot               
12480
12481 2001-12-30 [melvin]     0.6.6claws32
12482         
12483         * src/prefs_common.[ch]
12484                 Added configurable color for misspelled words.
12485
12486         * src/gtkspell.[ch]
12487                 Fixed bug of foreground text color (reported by David
12488                                 Mehrmann)
12489                 Added configurable color for misspelled words.
12490
12491 2001-12-30 [alfons]     0.6.6claws31
12492
12493         * src/folder.c
12494                 remove unnecessary things someone put there
12495
12496         * src/mh.c
12497         * src/folder.[ch]
12498                 make folder properties (like threading and sorting) persistent
12499                 (closes bug #497424 "rescan folder tree resets proprieties")
12500                 currently this is only for MH folders. 
12501
12502 2001-12-29 [melvin]     0.6.6claws30
12503
12504         * src/string_match.[ch]
12505                 Optimized a bit: regexp pattern buffer compiled only once, and
12506                   one subroutine call removed. Fixed ^ regexp search: Now, 
12507                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
12508         
12509         * src/summaryview.c
12510                 Subject filtering changed to filter summary columns and
12511                   not directly the messages subject cache. The loss in 
12512                   performance is balanced by the improvement of string_match.
12513                 Added an alert panel if there is an error in the regexp.
12514
12515         * src/src/prefs_folder_item.h
12516                 Added a regexp pattern buffer.
12517
12518 2001-12-28 [alfons]     0.6.6claws29
12519
12520         * src/string_match.[ch]
12521                 clean up name space
12522                 allow compilation *BSD
12523
12524 2001-12-27 [alfons]     0.6.6claws28
12525
12526         * src/filter.c
12527                 sync the Hiro's bug fix for BSD
12528
12529 2001-12-27 [melvin]     0.6.6claws27
12530         
12531         * src/compose.c
12532                 Simplify focus to subject entry code.
12533
12534 2001-12-27 [darko]      0.6.6claws26
12535
12536         * src/filtering.c
12537         * src/mbox_folder.c
12538         * src/messageview.c
12539         * src/mh.c
12540         * src/procheader.[ch]
12541         * src/procmsg.h
12542         * src/stock_pixmap.[ch]
12543         * src/summaryview.c
12544                 Show key icon for encrypted mails in summary view
12545
12546         * src/pixmaps/clip.xpm
12547         * src/pixmaps/clipkey.xpm
12548         * src/pixmaps/key.xpm
12549                 New/modified icons for the above
12550
12551 2001-12-27 [melvin]     0.6.6claws25
12552
12553         * src/prefs_common.c
12554                 Put spell checker options in a separate tab to decrease
12555                 the Common Preferences window height.
12556
12557         * README.claws  
12558                 Update spell checker usage instruction about its options
12559                 location.
12560
12561 2001-12-27 [melvin]     0.6.6claws24
12562
12563         * src/compose.c
12564                 Changed subject entry widget position. Initial focus is
12565                 on the To header instead of the subject entry.
12566                 Creating a new header scrolls the header list to make the
12567                 created one visible. Nevertheless, when automatically filling
12568                 headers, the first one is shown.
12569                 A Tab key press in the last empty header entry zips the 
12570                 focus to the subject entry.
12571                 (I did not change the combo boxes, yet)
12572
12573 2001-12-26 [alfons]     0.6.6claws23
12574
12575         * src/prefs_account.c
12576         * src/inc.c
12577                 allow default inbox to reside in another mailbox (only
12578                 works for POP3 accounts)
12579
12580 2001-12-26 [alfons]     0.6.6claws22
12581         
12582         * src/textview.c
12583                 make reply-on-click work with the account of the selected folder
12584         * src/compose.c
12585                 put a fixme here to remind me to fix finding correct default
12586                 account for nested folders
12587
12588 2001-12-25 [alfons]     0.6.6claws21
12589
12590         * src/summaryview.c
12591                 make column headers display locked and mark pixmaps (idea by Melvin) 
12592                 fix bug by adding score and locked column type to sort array
12593
12594 2001-12-25 [alfons]     0.6.6claws20
12595         
12596         * src/summaryview.c
12597                 catch a *potentially* inadvertent write back of  
12598                 the message cache(s) introduced by 0.6.5claws37
12599
12600 2001-12-25 [christoph]  0.6.6claws19
12601
12602         * src/stock_pixmap.[ch]
12603         * src/summaryview.c
12604                 add ignore thread pixmap
12605                 (can someone draw a better icon for this?)
12606
12607 2001-12-24 [alfons]     0.6.6claws18
12608
12609         * src/prefs_folder_item.c
12610                 make address completion actually work for the
12611                 Default To address in the Folder Property dialog.
12612
12613 2001-12-24 [alfons]     0.6.6claws17
12614         
12615         * src/summaryview.c
12616                 use new style regexp for subject stripping 
12617                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
12618
12619 2001-12-24 [darko]      0.6.6claws16
12620
12621         * src/pgptext.c
12622         * src/rfc2015.c
12623                 move GPG related informational messages to debug mode
12624
12625 2001-12-23 [alfons]     0.6.6claws15
12626
12627         * src/stock_pixmap.[ch]
12628         * src/summaryview.c
12629                 add the forgotten Claws' locked pixmap
12630
12631 2001-12-23 [alfons]     0.6.6claws14
12632
12633         * src/filesel.c
12634                 accept file name typed in entry in multi file
12635                 selector (patch submitted by Gustavo Noronha Silva 
12636                 <kov@debian.org>)
12637
12638 2001-12-23 [alfons]     0.6.6claws13
12639
12640         * src/prefs_filter.c
12641         * src/prefs_filtering.c
12642         * src/matcher.c
12643         * src/importmutt.c
12644                 clean up a little bit
12645         
12646         * src/string_match.c
12647                 validate input strings a little bit more
12648
12649 2001-12-23 [alfons]     0.6.6claws12
12650
12651         * src/Makefile.am
12652         * src/summaryview.c
12653         * src/string_match.[ch]         ** NEW **
12654         * src/folderview.[ch]
12655         * src/headerview.h
12656         * src/folder.[ch]
12657         * src/prefs_folder_item.[ch]
12658                 add subject simplification to strip out strings from
12659                 a subject line (esp. handy for mailing lists). 
12660                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
12661                 but slightly changed things for better integration.)
12662
12663 2001-12-23 [alfons]     0.6.6claws11
12664
12665         * src/mainwindow.c
12666                 fix bug introduced by submission included in 0.6.5claws52.
12667                 ideally this submission should clean the trash if any trash
12668                 folder has a message. however, the hasTrash variable was
12669                 set to false whenever a trash folder was empty (discarding
12670                 a previously found *filled* trash folder.)
12671
12672                 also edited the code a little bit and made it more safe.
12673
12674 2001-12-22 [alfons]     0.6.6claws10
12675
12676         * src/imap.c
12677                 quick fix for Martin Pool's omission of an account
12678                 specific SSL setting
12679
12680 2001-12-22 [alfons]     0.6.6claws9
12681
12682         * src/compose.c
12683         * src/messageview.c
12684         * src/mimeview.c
12685         * src/pgptext.c
12686         * src/procmime.[ch]
12687                 better support for multipart/digest (submitted
12688                 by Fredrik <e98fo@efd.lth.se>)
12689
12690 2001-12-22 [alfons]     0.6.6claws8
12691
12692         * src/addressbook.c
12693                 correct function signature
12694         * src/socket.[ch]
12695         * src/imap.[ch]
12696         * src/prefs_account.[ch]
12697                 allow IMAP over SSH tunnel (patch submitted by 
12698                 Martin Pool <mbp@samba.org>)
12699
12700 2001-12-21 [alfons]     0.6.6claws7
12701
12702         * sync with sylpheed 0.6.6cvs4-9
12703                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
12704
12705 2001-12-21 [christoph]  0.6.6claws6
12706
12707         * src/compose.c
12708         * src/prefs_folder_item.[ch]
12709                 implement saving of outgoing messages to current folder.
12710                 fix segfault when no default outbox is available
12711                 (closes bug #495683)
12712
12713 2001-12-21 [carsten]    0.6.6claws5
12714         * src/folderview.c
12715         * src/summaryview.c
12716                 pressing CTRL while DND does now the expected thing and
12717                 copies the mail (moving is still the default, as this
12718                 seam more appropriate for handling mails by DND)
12719
12720 2001-12-18 [paul]       0.6.6claws4
12721
12722         * sync with sylpheed 0.6.6cvs3
12723                 see ChangeLog entries 2001-12-18
12724
12725 2001-12-18 [hiro]       0.6.6claws3
12726
12727         * src/undo.c
12728                 fix for multibyte characters (obtain the number of letters
12729                 instead of bytes).
12730
12731 2001-12-17 [paul]       0.6.6claws2
12732
12733         * sync with sylpheed 0.6.6cvs1
12734                 see ChangeLog entry 2001-12-16
12735
12736 2000-12-17 [alfons]     0.6.6claws1
12737
12738         * src/filtering.c
12739                 clean up
12740
12741 2001-12-16 [paul]       0.6.6claws
12742 2001-12-15
12743
12744         * Release version 0.6.6claws, cvs tag: rel_0_6_6
12745
12746         * src/mimeview.c
12747                 last minute sync with main 0.6.6
12748
12749         * po/es.po
12750                 updated by Ricardo Mones Lastra
12751                 update for last minute sync
12752         * po/fr.po
12753         * po/nl.po
12754                 update for last minute sync
12755         * po/de.po
12756                 updated by Jens Oberender
12757         * po/pt_BR.po
12758                 updated by Fabio Junior Beneditto
12759
12760         * src/prefs_common.[ch]
12761         * src/undo.c
12762                 number of undo levels is user configurable
12763                 (squeeze it into the release in the dying
12764                 moments) Submitted by Jens Oberender    
12765
12766 2001-12-15 [melvin]
12767
12768         * po/fr.po
12769                 updated french translation
12770
12771 2001-12-15 [paul]       0.6.5claws92
12772
12773         * sync with sylpheed 0.6.5cvs28
12774                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
12775
12776         * po/nl.po
12777                 update to allow for sync
12778
12779 2001-12-15 [alfons]
12780         
12781         * po/nl.po
12782                 update dutch translation
12783
12784 2001-12-14 [carsten]    0.6.5claws91
12785         * src/summaryview.c
12786                 fixed bug #473785; also after changing the column order
12787                 the same message will be selected and displayed as before
12788                 the reordering
12789
12790 2001-12-14 [carsten]    0.6.5claws90
12791         * src/folderview.c
12792                 probably found the bug reported by wwb opening or closing
12793                 a folder tree just before dnd (found the solution in the
12794                 balsa source -- thanks to them)
12795
12796 2001-12-14 [carsten]    0.6.5claws89
12797         * src/gtkutils.c
12798         * src/account.c
12799                 moved gtk_clist_moveto to the right place, so that
12800                 only the accounts dialog is effected on opening
12801
12802 2001-12-14 [carsten]    0.6.5claws88
12803         * src/gtkutils.c
12804                 gtkut_clist_set_focus_row does a gtk_clist_moveto
12805                 now, so that the focused row will be seen in any case
12806                 (reported by wwp on sf-claws-user)
12807
12808 2001-12-14 [darko]      0.6.5claws87
12809
12810         * src/compose.c
12811                 remove unnecessary line
12812
12813 2001-12-14 [paul]       0.6.5claws86
12814
12815         * sync with sylpheed 0.6.5cvs27
12816                 see ChangeLog entries 2001-12-14
12817
12818 2001-12-14 [carsten]    0.6.5claws85
12819         * src/mainwindow.c
12820                 following a suggestion of Melvin the rcoabm pops up
12821                 right under the button now and the button is reliefed
12822                 while the popup is open
12823
12824 2001-12-14 [darko]      0.6.5claws84
12825
12826         * src/compose.c
12827                 fix crash when wrapping long lines if linewrap quotation
12828                 is disabled and wrapper encounters a word spanning more
12829                 than one line
12830
12831 2001-12-13 [paul]       0.6.5claws83
12832
12833         * src/compose.c
12834                 prefer 'Reply-To' header over mailing list header when
12835                 replying to a message. Finally prevent all those confirmation 
12836                 messages being sent to the list itself.
12837
12838         * src/summaryview.c
12839                 remove unused summary_set_menu_sensitive() entry
12840
12841 2001-12-13 [paul]       0.6.5claws82
12842
12843         * src/folderview.c
12844         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
12845         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
12846         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
12847                 improvements to 'Hide read messages': Inbox, Outbox,
12848                 Trash, Queue, and Draft icons now reveal presence of hidden 
12849                 messages
12850
12851 2001-12-12 [alfons]     0.6.5claws81
12852
12853         0.6.5claws80 was tagged as LAST_STABLE
12854
12855         * src/filtering.[ch]
12856         * src/matcher.[ch]
12857         * src/matcher_parser_lex.c
12858                 fix the filtering; my last attempt to get it right, 
12859                 if it does not work, it's Hoa's turn. ;-)
12860
12861                 for my honourable peers:
12862                 
12863                 the code now makes a clear distinction between
12864                 rules as they are displayed (probably escaped),
12865                 and as they are executed (probably unescaped). the
12866                 parser does *NOT* do any unescaping, this is
12867                 the task of the matcher.c (which breaks up a
12868                 rule into condition) and the filtering.c (which
12869                 breaks up the rule's action). to make this
12870                 run happily we provide an unescaped copy of
12871                 crucial strings to the MatcherProp and 
12872                 FilteringAction structures. note that the only
12873                 exception to this is any REGEXP string. those
12874                 are directly passed to regcomp() and regexp()
12875                 (who have much more powerful unescape functions).
12876                 
12877                 for everyone else:
12878         
12879                 you can escape tab (\t), carriage return (\r),
12880                 linefeed (\n), form feed (\f), quote (\"), 
12881                 single quote (\'), bell (\b) in all the entry
12882                 lines in the scoring & filtering dialogs.
12883                 as an added bonus this should not affect
12884                 existing filtering rules.
12885
12886 2001-12-12 [carsten]    0.6.5claws80
12887
12888         * src/summaryview.c
12889         * po/de.po
12890                 "item(s) selected" is now sensitive to 1 or more
12891                 than one selected (nice for language where simple
12892                 adding of a "s" is not possible as German (Eintrag
12893                 ->Eintr"age)
12894                 
12895                 the "forward as attachment" entry from the right
12896                 click menu removed, "forward" acts following the
12897                 prefs
12898         
12899         * src/textview.c
12900                 reverted my former changes; so compiler warning again
12901                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
12902                 nevertheless
12903
12904         * src/messageview.c
12905                 "search in message" does now *not* only work in MVIEW_TEXT
12906                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
12907                 message
12908
12909         * src/mainwindow.c
12910                 removed "/File/_Close" as it was the same as "/File/E_xit"
12911                 and we don't need it two times
12912
12913                 the separate folder view and message view now get a distinct
12914                 WMCLASS, just in case someone is using sawfish ;-)
12915
12916                 as the menu entries "/View/Message view" and "/View/Folder tree"
12917                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
12918                 make them sensitive accordingly and as these two are "shown"
12919                 after startup anytime check this menuitem at startup
12920
12921 2001-12-12 [paul]       0.6.5claws79
12922
12923         * src/folderview.c
12924                 fix sensitivity of 'Search folder...', broken in
12925                 0.6.5claws75
12926
12927         * src/mainwindow.c
12928                 fix dodgy English
12929
12930 2001-12-11 [carsten]    0.6.5claws78
12931         * src/filtering.c
12932                 fixed two typos returning a wrong FALSE/TRUE
12933         * src/mainwindow.[ch]
12934                 extra menu for email/news button removed
12935
12936 2001-12-11 [alfons]     0.6.5claws77
12937         
12938         * src/matcher.c                 (1.3)
12939         * src/matcher_parser_lex.l      (1.28)
12940                 revert for another attempt
12941                 mark 0.6.5claws77 as LAST_STABLE
12942
12943 2001-12-11 [christoph]  0.6.5claws76
12944
12945         * po/de.po
12946                 fixed wrong translation for prev. unread msg
12947
12948 2001-12-11 [paul]       0.6.5claws75
12949
12950         * src/folder.[ch]
12951         * src/folderview.c
12952         * src/mainwindow.c
12953         * src/summaryview.[ch]
12954         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
12955                 enable ability to hide read messages on per folder basis via 
12956                 '/Summary/Hide read messages'; when selected, a folder will 
12957                 have a red open folder icon, instead of a blue icon, if the 
12958                 folder contains hidden messges
12959                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
12960
12961         * src/mainwindow.c
12962                 remove '/Message/Forward as attachment' from 
12963                 main_window_set_menu_sensitive() to prevent debug warning
12964
12965         * src/folderview.c
12966         * src/mainwindow.c
12967                 Clean up some of the English
12968
12969         * tools/newscache_clean.pl
12970                 allow for new 'hidereadmsgs' entry in folderlist.xml
12971
12972         * po/es.po
12973                 updated translation, submitted by Ricardo Mones Lastra
12974
12975 2001-12-11 [paul]       0.6.5claws74
12976
12977         * sync with sylpheed 0.6.5cvs25
12978                 see ChangeLog entry 2001-12-11
12979
12980 2001-12-10 [alfons]     0.6.5claws73
12981
12982         * src/matcher.c
12983                 add more control characters
12984         * src/matcher_parser_lex.l
12985                 make escaping / unescaping work again
12986
12987 2001-12-10 [alfons]     0.6.5claws72
12988
12989         * src/imap.c
12990                 clean up warnings "returning value for void function" 
12991         * src/prefs_filtering.c
12992                 make info button for execute action sensitive
12993
12994 2001-12-10 [paul]       0.6.5claws71
12995
12996         * src/compose.c
12997         * src/imap.[ch]
12998         * src/summaryview.c
12999                 fix: imap server now gets informed of MARKED, UNMARKED
13000                 and REPLY events. Now people can use different IMAP-Mail
13001                 clients and have the exact same information about MARKED,
13002                 UNMARKED and REPLY status with all of them. Especially
13003                 useful for imap servers with a web-frontend.
13004                 submitted by Tobias Sandhaas <medlor@web.de>
13005
13006 2001-12-09 [melvin]     0.6.5claws70
13007         
13008         * src/textview.[ch]
13009                 fixed bug #490076 (hunted down by Alfons who implemented
13010                 a workaround in 0.6.5claws65)
13011
13012 2001-12-09 [christoph]  0.6.5claws69
13013
13014         * src/summaryview.c
13015                 set pointer to string in LOCKED column to NULL
13016                 (might fix bug #490800)
13017
13018 2001-12-09 [carsten]    0.6.5claws68
13019
13020         * po/de.po
13021                 resolved some cluttered menu shortcuts 
13022                 ('creating new email' and 'creating news message'
13023                 hade the same)
13024         * src/compose.c
13025                 wmclass now distinc from main window
13026         * src/mainwindow.c
13027           src/mainwindow.h
13028                 email/news and forward button functionality similar
13029                 to the reply buttons; removed the ugly dropdown arrows
13030                 and use instead the right mouse button
13031
13032 2001-12-09 [paul]       0.6.5claws67
13033
13034         * src/imap.c
13035         * src/utils.h
13036                 allow spaces in imap folder names
13037                 submitted by Willem van Engen <wvengen@stack.nl>
13038
13039 2001-12-09 [paul]       0.6.5claws66
13040
13041         * sync with sylpheed 0.6.5cvs24
13042                 see ChangeLog entry 2001-12-09
13043
13044 2001-12-08 [alfons]     0.6.5claws65
13045
13046         * src/textview.c
13047                 prevent secondary selection claim after "add to sender" dialog
13048                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
13049                 we trick GTK by simulating a click at (0, 0) in the textview.
13050
13051 2001-12-08 [hoa]        0.6.5claws64
13052
13053         * src/folder.c
13054                 fixed a bug about the .processing folder name while filtering
13055
13056 2001-12-08 [alfons]     0.6.5claws63
13057
13058         * src/folderview.c 
13059                 work around problem of not correctly updating folder stats
13060                 when deleting messages. there's some folder scanning evil
13061                 going so the folderview_update_msg_num() does not work
13062                 correctly. need to investigate this.
13063
13064 2001-12-08 [paul]       0.6.5claws62
13065
13066         * sync with sylpheed 0.6.5cvs23
13067                 see ChangeLog entry 2001-12-08
13068
13069 2001-12-07 [christoph]  0.6.5claws61
13070
13071         * src/compose.c
13072                 fix another header translation problem
13073
13074 2001-12-07 [alfons]     0.6.5claws60
13075
13076         * src/mbox.c
13077                 make filtering also work on local spool mbox
13078
13079 2001-12-07 [carsten]    0.6.5claws59
13080         * src/addressbook.c
13081                 addressbook window gets a wmclass distinct from the main
13082                 sylpheed window
13083         * src/compose.h
13084         * src/mainwindow.[ch]
13085                   forward menu item will use mode selected in prefs, forward 
13086                 as attatchment in menu removed (will be substituted in the
13087                 toolbar similar to reply buttons)
13088                   create news message menu entry and news button is now 
13089                 sensitive to the existance of a news account
13090         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
13091         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
13092         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
13093                 these are removed because the toolbar buttons don't show
13094                 the quoting modus any longer
13095
13096 2001-12-07 [paul]
13097
13098         * tools/newscache_clean.pl      ** NEW FILE **
13099                 perl script to do some tidying up in the newscache directory 
13100                 
13101         * tools/sylpheed-switcher       ** NEW FILE **
13102                 perl script to enable easy switching between main and claws
13103                 
13104         * tools/README
13105                 added descriptions of the two new perl scripts          
13106
13107
13108 2001-12-07 [melvin]     0.6.5claws58
13109
13110         * src/messageview.c
13111                 fixed a warning during compilation introduced in 0.6.5claws56
13112
13113 2001-12-07 [paul]       0.6.5claws57
13114
13115         * src/mainwindow.[ch]
13116         * src/menu.[ch]
13117                 further usability enhancements to replying with or without 
13118                 quoting via the toolbar, use of Ctrl key is replaced by 
13119                 drop down menu 
13120                 Submitted by Carsten Schurig            
13121
13122 2001-12-07 [melvin]     0.6.5claws56
13123
13124         * src/messageview.c
13125                 hack to fix bug that prevented to make/paste selections
13126                 after switching between MVIEW_TEXT and MVIEW_MIME views
13127                 without deselecting the selection first.
13128
13129 2001-12-06 [alfons]     0.6.5claws55
13130
13131         * src/filtering.[ch]
13132         * src/inc.c
13133                 revise filtering a little bit more, and make sure
13134                 messages are delivered to the appropriate inbox
13135                 (perhaps set per account)
13136
13137 2001-12-06 [paul]       0.6.5claws54
13138
13139         * sync with sylpheed 0.6.5cvs22
13140                 see ChangeLog entry 2001-12-06
13141
13142 2001-12-05 [alfons]     0.6.5claws53
13143
13144         * src/inc.c
13145         * src/folder.[ch]
13146         * src/procmsg.c
13147         * src/filtering.c
13148                 more revisions of filtering system
13149                 (last stable version is marked as LAST_STABLE)
13150                 
13151                 | NOTE 1): the filtering system now uses a local folder called
13152                 | .processing. if filtering fails, check this directory
13153                 | for missing messages.
13154                 |
13155                 | NOTE 2): help us find the filtering actions still missing
13156
13157 2001-12-05 [paul]       0.6.5claws52
13158
13159         * src/mainwindow.c
13160                 fix bug where 'Empty Trash?' pop-up window appears even
13161                 when Trash is empty, submitted by Jesse Skinner         
13162
13163 2001-12-05 [melvin]     0.6.5claws51
13164
13165         * src/compose.c
13166                 fixed bug #486106 to select correct account when reediting 
13167                 a queued message
13168         
13169 2001-12-04 [alfons]     0.6.5claws50
13170
13171         * src/mh.c
13172                 declare markfile in appropriate functions when
13173                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
13174                 for spotting this)
13175
13176 2001-12-04 [paul]       0.6.5claws49
13177
13178         * sync with sylpheed 0.6.5cvs21
13179                 see ChangeLog entry 2001-12-04
13180
13181 2001-12-03 [christoph]  0.6.5claws48
13182
13183         * po/de.po
13184                 changed translation of undo
13185         * src/account.c
13186         * src/folder.c
13187                 don't reinvent the wheel to traverse a GNode
13188         * src/compose.[ch]
13189                 seperate code to create the compose gui into functions
13190                 add "Others" page with folder selection for saving copy
13191                 of the message.
13192                 the folder identifier is saved to queue header
13193         * src/procmsg.c
13194                 save message to folder in queue header
13195
13196 2001-12-03 [paul]       0.6.5claws47
13197
13198         * sync with sylpheed 0.6.5cvs20
13199                 see ChangeLog entry 2001-12-03
13200
13201 2001-12-01 [paul]
13202
13203         * more sync with sylpheed 0.6.5cvs19
13204                 see ChangeLog entry 2001-11-29
13205
13206 2001-11-30 [paul]       0.6.5claws46
13207         
13208         * src/compose.c
13209                 remove conflicts introduced by Hoa's last commit
13210          
13211         * src/mainwindow.c
13212                 make 'Message/Bounce' sensitive
13213
13214 2001-11-30 [hoa]        0.6.5claws45
13215
13216         * src/compose.c
13217                 slightly change bounce function to add
13218                 information about the user that bounced the mail
13219                 in the From header line.
13220
13221         * src/folderview.c
13222                 permit the use of processing in outbox folder.
13223
13224 2001-11-29 [paul]       0.6.5claws44
13225
13226         * src/mainwindow.[ch]
13227         * src/prefs_common.c
13228         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
13229         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
13230         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
13231                 usability enhancements to the quoting, implements
13232                 use of Ctrl key to toggle quoting settings
13233                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
13234
13235 2001-11-29 [paul]       0.6.5claws43
13236         
13237         * sync with sylpheed 0.6.5cvs19
13238                 see ChangeLog entry 2001-11-28
13239
13240 2001-11-29 [melvin]     0.6.5claws42
13241         * src/Makefile.am
13242                 added enriched.[ch] to the list of files
13243
13244         * src/textview.c
13245         * src/mimeview.c
13246         * src/procmime.[ch]
13247         * src/enriched.[ch]
13248                 added support to view text/enriched
13249                 added support to show headers in message view for text/enriched and text/html
13250                         in non multipart messages
13251
13252 2001-11-28 [paul]       0.6.5claws41
13253
13254         * more sync with sylpheed 0.6.5cvs18
13255                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
13256
13257 2001-11-27 [paul]       0.6.5claws40
13258         
13259         * po/pt_BR.po
13260                 updated translation, submitted by Fabio Junior Beneditto
13261                 
13262         * sync with sylpheed 0.6.5cvs18
13263                 see ChangeLog entries 2001-11-26 (src/textview.c) and
13264                 2001-11-27
13265
13266
13267 2001-11-26 [paul]
13268
13269         * po/es.po
13270                 updated translation, submitted by Ricardo Mones Lastra
13271
13272 2001-11-26 [alfons]
13273
13274         * src/matcher.c
13275                 add more translatable strings
13276
13277 2001-11-26 [christoph]  0.6.5claws39
13278
13279         * po/de.po      
13280                 fixed one more umlaut
13281         * src/compose.c
13282                 fix translated header when it should not be translated
13283
13284 2001-11-26 [paul]       0.6.5claws38
13285
13286         * src/mainwindow.c
13287                 remove '/Message/Add Sender to address book' from 
13288                 main_window_set_menu_sensitive(), prevent debug warning
13289                 add 'Message/Mark/Mark all read' to mainwin_entries[]
13290
13291 2001-11-26 [paul]       0.6.5claws37
13292
13293         * src/summaryview.c
13294                 fix 'recurring unread state' bug 
13295
13296         * tools/README 
13297         * tools/filter_conv.pl
13298                 read name of top level mailbox from folderlist.xml
13299                 and presume nothing about its name              
13300
13301 2001-11-26 [darko]      0.6.5claws36
13302
13303         * src/gtkstext.[ch]
13304                 removed functions that are now in gtkutils.c
13305                 use gtkut_text_is_uri_string() from gtkutils.c
13306         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
13307
13308 2001-11-26 [paul]       0.6.5claws35
13309
13310         * sync with sylpheed 0.6.5cvs16
13311                 see ChangeLog entries 2001-11-25 and 2001-11-26
13312
13313 2001-11-25 [alfons]     0.6.5claws34
13314
13315         EXPERIMENTAL!!! Please checkout the last stable version using: 
13316           
13317         % cvs update -r LAST_STABLE -dRAP
13318
13319         (Or help us testing this stuff.)
13320
13321         * src/filtering.c               (1.14)
13322         * src/filtering.h               (1.6)
13323         * src/inc.c                     (1.28)
13324         * src/matcher.c                 (1.20)
13325         * src/mbox.c                    (1.9)
13326         * src/procmsg.h                 (1.14)
13327         * src/summaryview.c             (1.59)
13328         * src/summaryview.h             (dunno)
13329                 revert/merge/sync to as it was before commit 
13330                 on Thu, 19 Jul 2001 10:15:51 -0700.
13331
13332 2001-11-25 [hoa]        0.6.5claws33
13333
13334         * src/main.c
13335                 processing mails at startup
13336
13337         * src/folderview.c
13338         * src/summaryview.[ch]
13339                 processing mails when entering folder
13340
13341         * src/prefs_filtering.c
13342                 fixed some UI bugs
13343
13344 2001-11-24 [alfons]     0.6.5claws32
13345
13346         * src/summaryview.[ch]
13347                 make summary sort headers work, and also make
13348                 sure the sort type is stored
13349
13350 2001-11-23 [alfons]     0.6.5claws31
13351
13352         * src/summaryview.[ch]
13353                 make lock work like mark
13354                 disallow deleting messages marked as locked
13355
13356 2001-11-23 [alfons]     0.6.5claws30
13357
13358         * src/gtkstext.c
13359         * src/compose.[ch]
13360         * src/Makefile.am
13361         * src/undo.[ch]
13362                 merge undo patch submitted by Jens
13363
13364 2001-11-23 [christoph]  0.6.5claws29
13365
13366         * src/.cvsignore
13367                 added ylwrap
13368         * src/compose.c
13369                 fixed gpg signing and encoding
13370         * src/folder.[ch]
13371         * src/main.c
13372                 added --status option to get new, unread and total
13373                 message count from a running sylpheed
13374         * src/prefs_common.c
13375                 temporary fix for reply_with_quote problem
13376                 (don't call functions for non existing widget)
13377         * src/procmsg.c
13378                 one more check for ignored threads but still not
13379                 always working correctly. probably a recursive
13380                 check for all parents is needed
13381
13382 2001-11-23 [darko]      0.6.5claws28
13383
13384         * src/compose.c
13385                 wrapping on send improvements
13386         * src/gtkutils.[ch]
13387                 fix for GtkSText after last sync with main branch
13388                 GTK_TEXT -> GTK_STEXT
13389
13390 2001-11-23 [paul]       0.6.5claws27
13391
13392         * sync with sylpheed 0.6.5cvs14
13393                 see ChangeLog entries 2001-11-22 and 2001-11-23
13394                 
13395         * po/de.po
13396                 fixed the scrambled umlauts 
13397                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
13398
13399 2001-11-21 [paul]       0.6.5claws26
13400
13401         * sync with sylpheed 0.6.5cvs12
13402                 see 2nd ChangeLog entry dated 2001-11-20
13403
13404 2001-11-20 [paul]       0.6.5claws25
13405
13406         * sync with sylpheed 0.6.5cvs11
13407                 see ChangeLog entry 2001-11-19 (src/utils.c)
13408
13409 2001-11-20 [hiro]
13410
13411         * src/compose.c
13412                 GTK_TEXT -> GTK_STEXT
13413                 fix for wrong comment
13414
13415 2001-11-20 [hiro]       0.6.5claws24
13416
13417         * src/compose.[ch]
13418                 more merges from main branch
13419                 removed fatal warnings (uninitialized variables etc.)
13420                 some coding style fix
13421         * src/gtkutils.h
13422                 fixed typo.
13423         * src/addressbook.c
13424           src/addrindex.c
13425                 V-Card -> vCard
13426
13427 2001-11-19 [hoa]        0.6.5claws23
13428
13429         * src/filtering.c
13430         * src/prefs_scoring.c
13431         * src/matcher.[ch]
13432         * src/scoring.c
13433                 cleaning code
13434
13435         * src/matcher_parser_parse.y
13436         * src/prefs_filtering.c
13437                 bouncing
13438
13439 2001-11-19 [alfons]     0.6.5claws22
13440
13441         more of my old things into claws
13442
13443         * src/Makefile.am
13444         * src/prefs_common.c
13445         * src/procmsg.h
13446         * src/summaryview.[ch]
13447         * src/prefs_summary_column.c
13448         * src/pixmaps/locked.xpm
13449                 add indicators for locking of message in summary view
13450                 (does not work yet, only visual indicator)
13451
13452 2001-11-19 [paul]       0.6.5claws21
13453
13454         * sync with sylpheed 0.6.5cvs10
13455                 see ChangeLog entry 2001-11-19
13456
13457 2001-11-18 [alfons]     0.6.5claws20
13458         
13459         * src/filtering.c
13460                 remove an inadvertent free I forgot in previous clean up 
13461
13462 2001-11-18 [alfons]     0.6.5claws19
13463
13464         * src/filtering.[ch]
13465                 clean up & plug leaks
13466
13467 2001-11-18 [paul]       0.6.5claws18
13468
13469         * sync with sylpheed 0.6.5cvs9
13470                 see ChangeLog entries 2001-11-17 and 2001-11-18
13471
13472 2001-11-16 [paul]       0.6.5claws17
13473
13474         * sync with sylpheed 0.6.5cvs8
13475                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
13476
13477 2001-11-16 [paul]       0.6.5claws16
13478
13479         * sync with sylpheed 0.6.5cvs7
13480                 see ChangeLog entries 2001-11-15 and 2001-11-16
13481
13482 2001-11-15 [hoa]        0.6.5claws15
13483
13484         * src/compose.c
13485                 fix bounce, mails we received couln't be bounced to ourself.
13486
13487         * src/defs.h
13488         * src/filtering.[ch]
13489         * src/matcher.[ch]
13490         * src/matcher_parser.h
13491         * src/matcher_parser_lex.l
13492         * src/matcher_parser_parse.y
13493         * src/inc.c
13494         * src/main.c
13495         * src/mbox.c
13496         * src/prefs_filtering.[ch]
13497         * src/mainwindow.c
13498         * src/prefs_matcher.c
13499         * src/prefs_scoring.c
13500         * src/scoring.[ch]
13501         * src/summaryview.c
13502                 new matcher/filter/score configuration file parser
13503                 one unique configuration file => ~/.sylpheed/matcherrc
13504                 import in currently automatic, then save are made
13505                 in this new file.
13506                 one filter per folder and one global filter
13507                 (filter of a folder will be used as folder processing)
13508
13509         * src/folder.c
13510                 fix a bug in folder_item_get_identifier
13511                 
13512         * src/messageview.c
13513                 receive receipt return are fixed.
13514
13515 2001-11-14 [alfons]     0.6.5claws14
13516
13517         * src/session.h
13518                 add things from main branch to make claws compile
13519
13520 2001-11-14 [paul]       0.6.5claws13
13521
13522         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
13523                 see ChangeLog entries 2001-11-08 to 2001-11-14
13524
13525 2001-11-14 [hoa] 0.6.5claws12
13526
13527         * src/compose.[ch]
13528         * src/mainwindow.c
13529         * src/summaryview.c
13530                 add "bounce mail" option
13531
13532 2001-11-13 [christoph]  0.6.5claws11
13533
13534         * src/compose.c
13535                 Cleanup a mess i add before commiting
13536
13537 2001-11-13 [hoa]        0.6.5claws10
13538
13539         * src/compose.c
13540                 some fixes when mail are sent or
13541                 for crossposts
13542
13543 2001-11-13 [christoph]  0.6.5claws9
13544
13545         * po/de.po
13546                 Changed two string with the same translation
13547         * src/compose.c
13548         * src/procmsg.[ch]
13549         * src/send.[ch]
13550                 New mailsending process:
13551                   - Always queue message before sending
13552                     (message will be saved if sylpheed crashed or
13553                      freezes while sending)
13554                   - Allow queuing of newspostings
13555                   - No copy in outbox before sending
13556                     (closes bug #469501)
13557                   - No more redundant code for send and send_later
13558         * src/summaryview.c
13559                 Applied wwp <subscript@free.fr>'s patch that fixes
13560                 marks for multiple forwarded messages (+compose.c)
13561
13562 2001-11-12 [alfons]
13563
13564         * README.claws
13565                 remove things that are now in main branch
13566         
13567         * po/nl.po
13568                 update Dutch translation
13569
13570 2001-11-12 [mhadasht]   0.6.5.claws8
13571
13572         * src/prefs_common.c
13573                 re-enabled account autoselection feature for forward
13574                 and reedit lost during the branch point for SYNC-B4-REL
13575         * src/gtkspell.c
13576                 gtkpspell_get_dict(): more readable code (even if function is
13577                 not used yet)
13578         * ChangeLog.claws
13579                 added version number info to 2001-11-12 [hiro] comment.
13580
13581 2001-11-12 [hiro]       0.6.5.claws7
13582
13583         * src/compose.c
13584                 compose_forward(): fixed a bug that forward quote mark
13585                 wasn't used.
13586                 removed unnecessary code.
13587         * src/template_select.[ch]: removed.
13588
13589 2001-11-11 [alfons]
13590
13591         * src/compose.c
13592                 :%s/GTK_TEXT/GTK_STEXT/g
13593         
13594         * src/compose.[ch]
13595         * src/undo.[ch]
13596         * src/Makefile.am
13597                 revert the undo stuff (this is 0.6.6claws stuff)
13598
13599 2001-11-11 [hoa]        0.6.5.claws6
13600
13601         * src/compose.[ch]
13602                 Insert signature at the end of the text.
13603                 Added undo patch but currently disabled
13604
13605         * src/procmsg.c
13606                 Threading by subject improved.
13607
13608         * added src/undo.[ch]
13609                 Undo module for compose dialog box.
13610
13611 2001-11-11 [alfons]     0.6.5.claws5
13612
13613         * src/procmsg.c
13614                 prevent threading by subject on nodes that have already been
13615                 threaded by in-reply-to (as in "circular references in a tree
13616                 result in a dead branch")
13617
13618 2001-11-09 [hoa]        0.6.5.claws4
13619         
13620         * src/folderview.c
13621                 allows creation of mbox folder item from any files.
13622
13623 2001-11-09 [alfons]     0.6.5.claws3
13624         
13625         * src/utils.c
13626         * src/procmsg.c
13627                 do what I mean and correct threading by subject so it really
13628                 ignores attracting lines without "Re: "
13629
13630 2001-11-07 [alfons]     0.6.5.claws2
13631
13632         * src/procmsg.c
13633         * src/utils.[ch]
13634                 only attract by subject if a subject line starts with a "Re: "
13635         * src/syldap.c
13636                 remove warning
13637
13638 2001-11-07 [paul]       0.6.5claws1
13639
13640         * sync with sylpheed 0.6.5. release
13641                 see ChangeLog entry 2001-11-07
13642
13643 2001-11-07 [paul]       0.6.4claws31
13644
13645         * sync with sylpheed 0.6.4cvs18
13646                 see ChangeLog entries 2001-10-30 to 2001-11-07
13647                 prefs_templates.[ch] renamed prefs_template.[ch]
13648
13649 2001-11-06 [alfons]
13650         
13651         * src/utils.h
13652                 add semicolon Hoa forgot ;-)
13653                 
13654
13655 2001-11-06 [hoa]        0.6.4claws30
13656         
13657         * src/procmsg.c
13658         * src/summaryview.c
13659         * src/utils.c
13660         * src/utils.h
13661                 threading by subject - empty subject are ignored
13662
13663 2001-11-06 [christoph]  0.6.4claws29
13664
13665         * src/socket.c
13666                 use SSL_peek for sock_gets
13667         * src/utils.c
13668                 removed unneeded pointer in extracting quoted
13669                 names implementation
13670
13671 2001-11-06 [melvin]     0.6.4claws28
13672
13673         * src/gtkspell.c
13674                 fixed bug #476792 Selection overtyping with spell checker
13675                 fixed bug which could cause a buffer overflow
13676                 fixed a memory leak
13677
13678 2001-11-06 [hoa]        0.6.4claws27
13679         
13680         * src/procmsg.c
13681         * src/summaryview.c
13682                 threading by subject
13683
13684 2001-11-05 [alfons]     0.6.4claws26
13685         
13686         * README.claws
13687                 Claws -> Sylpheed (vice versa)
13688
13689         * src/compose.c
13690                 :%s/gtk_text/gtk_stext/g
13691                 :%s/GTK_TEXT/GTK_STEXT/g
13692                 (thanks to Jonathan Ware for spotting this)
13693
13694 2001-11-04 [christoph]  0.6.4claws25
13695
13696         * src/summaryview.c
13697                 replace Xalloca + strdup with Xstrdup_a
13698         * src/utils.c
13699                 better implementation of extracting quoted names
13700                 from addresses (remove backlashes and ignore
13701                 quotes after them)
13702
13703 2001-11-04 [alfons]     0.6.4claws24
13704
13705         * src/utils.[ch]
13706                 edit to comply more with coding style
13707
13708         * src/textview.c
13709                 fix bug reported by Kim Schulz. introduced by the patch integrated
13710                 in 0.6.4claws15. the code did not check the return value of
13711                 the html parser.
13712
13713         * AUTHORS
13714                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
13715
13716 2001-11-04 [christoph]  0.6.4claws23
13717
13718         * src/main.c
13719         * src/prefs_common.[ch]
13720                 init some pointers that possibly caused a segfault
13721                 reported in the claws-users ML
13722
13723 2001-11-04 [hoa]        0.6.4claws22
13724
13725         * src/grouplistdialog.c
13726                 change the names of the nodes in the tree
13727
13728         * src/compose.c
13729                 enhanced mailto syntax as described in
13730                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
13731                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
13732
13733         * src/utils.c
13734                 encode and decode URI (useful when opening URL into
13735                 netscape).
13736
13737 2001-11-03 [hoa]        0.6.4claws21
13738
13739         * src/grouplistdialog.c
13740                 a new newsgroups list selection dialog box
13741                 with a CTree instead of a CList
13742
13743 2001-11-03 [hoa]        0.6.4claws20
13744
13745         * src/folderview.c
13746                 enable property and scoring options when right
13747                 click on "inbox"
13748
13749         * src/summaryview.c
13750                 fixed bug when nickname were displayed using
13751                 the address book.
13752
13753 2001-11-02 [darko]      0.6.4claws19
13754
13755         * src/compose.c
13756                 new wrap quotation and URL/long words wrapping implementation
13757         * src/compose.c src/gtkstext.[ch]
13758                 move gtkstext_strncmp() to gtkstext.c
13759
13760 2001-11-01 [christoph]  0.6.4claws18
13761
13762         * src/prefs_account.c
13763                 fixed mess in account settings dialog
13764         * src/prefs_folder_item.c
13765                 added label with folder path to dialog
13766
13767 2001-10-31 [match]      0.6.4claws17
13768
13769         * src/vcard.c
13770                 fix memory leak.
13771         * src/addrbook.c
13772                 fix generation of spurious address book file names.
13773                 remove redundant functions.
13774         * po/POTFILES.in
13775                 added missing file names.
13776
13777 2001-10-30 [paul]       0.6.4claws16
13778
13779         * sync with sylpheed 0.6.4cvs6
13780                 see ChangeLog entries 2001-10-26 to 2001-10-30
13781
13782         * tools/filter_conv.pl
13783                 read folderlist.xml to discover whether the top-level
13784                 folder is called 'Mailbox' or 'Mail' 
13785
13786 2001-10-29 [paul]       0.6.4claws15
13787
13788         * src/html.c, src/textview.c
13789                 activate links in html mail and fix clickable parts
13790                 Submitted by Matthieu Dazy <dazy@t-surf.com>
13791
13792 2001-10-29 [paul]
13793
13794         * po/de.po, po/es.po, po/pt_BR/po
13795                 updated translations, submitted by Jens Oberender,
13796                 Ricardo Mones Lastra, and Fabio Junior Beneditto
13797
13798 2001-10-29 [darko]      0.6.4claws14
13799
13800         * src/compose.c
13801                 fix wrapping for good
13802
13803 2001-10-29 [darko]
13804
13805         * src/compose.c
13806                 undo previous change as it broke the smart wrapping
13807
13808 2001-10-29 [darko]      0.6.4claws13
13809
13810         * src/compose.c
13811                 fix infinite loop when long URL is quoted
13812                 (closes bug #475122.
13813
13814 2001-10-28 [match]
13815
13816         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
13817                 import Mutt address book
13818         * src/ldif.[ch] src/importldif.h
13819                 modified import LDIF handle user attributes
13820
13821 2001-10-28 [christoph]  0.6.4claws12
13822
13823         * src/summaryview.c
13824                 fixed that filtering did not work if there
13825                 were no filter rules
13826                 (closes bug #472003 and better implementation
13827                  of patch #474644)
13828
13829 2001-10-27 [christoph]  0.6.4claws11
13830
13831         * src/compose.c
13832                 make the folder's default account to be used when
13833                 replying. (patch by wwp <subscript@free.fr>)
13834         * src/compose.c
13835                 code cleanup, nearly killed all of wwp's patch
13836                 for folder's default account in compose
13837         * src/folderview.c
13838                 error panel when a folder could not be created
13839                 (closes bug #471080 new folder name & already
13840                  existing file)
13841
13842 2001-10-26 [alfons]
13843
13844         * src/utils.h
13845                 change prototype of strstr2() that Christoph forgot about
13846
13847 2001-10-26 [christoph]  0.6.4claws10
13848
13849         * src/account.c
13850                 made search for accounts by email address not case
13851                 sensitive
13852         * src/folder.c
13853                 fixed memory leak in folder_item_get_identifier
13854         * src/gtkspell.c
13855         * src/utils.c
13856                 fixed wrong strstr2 (should work like strstr)
13857
13858 2001-10-26 [darko]      0.6.4claws9
13859
13860         * src/compose.c src/gtkstext.[ch]
13861         * src/gtkstext.c
13862                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
13863
13864 2001-10-26 [paul]       0.6.4claws8
13865
13866         * src/html.c
13867                 ignore css and javascript tags in html mail
13868                 case-insensitive, with or without double-quoted
13869                 strings
13870
13871 2001-10-26 [paul]       0.6.4claws7
13872
13873         * sync with sylpheed 0.6.4cvs1
13874                 see ChangeLog entry 2001-10-26
13875
13876         * src/prefs_account.c, src/prefs_common.c,
13877           src/prefs_summary_column.c
13878                 minor improvements to the English
13879
13880 2001-10-25 [alfons]     0.6.4claws6
13881
13882         * src/gtkstext.c
13883         
13884                 make GtkSText follow style of GtkText (closes bug 
13885                 #469211 "text selection while writing message")
13886                 
13887                 do sync with GTK 1.2.10
13888
13889 2001-10-25 [paul]       0.6.4claws5
13890
13891         * src/html.c
13892                 ignore css tags in html mail
13893
13894 2001-10-25 [darko]      0.6.4claws4
13895
13896         * src/compose.c
13897                 don't declare is_url_string as static function since
13898                 we need it in gtkstext.c
13899         * src/gtkstext.c
13900                 remove unused variable
13901                 don't wrap long URLs while composing a message
13902
13903 2001-10-24 [christoph]  0.6.4claws3
13904
13905         * src/socket.c
13906                 fix ssl deadlock, when peer closes connection
13907
13908 2001-10-24 [paul]       0.6.4claws2
13909
13910         * src/prefs_common.c
13911                 gettextize the gpg ascii-armored warning message
13912
13913         * src/compose.c
13914                 insert a DOS/MAC file into the composed message
13915                 (improvements)
13916
13917         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
13918
13919 2001-10-22 [paul]       0.6.4claws1
13920
13921         * sync with sylpheed 0.6.4 release
13922                 see ChangeLog entries 2001-10-21
13923
13924         * po/fr.po, po/pt_BR.po
13925                 updated by Melvin Hadasht and Fabio Junior Beneditto
13926
13927 2001-10-21 [paul]       0.6.3claws30
13928
13929         * src/compose.c
13930                 insert a DOS text file from the compose window
13931                 into the composed message text (removes CRs characters)
13932                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
13933
13934         * tools/filter_conv.pl, tools/README
13935                 automatically use ~/.sylpheed as working directory
13936                 print out confirmation message on completion
13937
13938         * correct Hoa's last ChangeLog.claws entry
13939
13940 2001-10-20 [hoa]        0.6.3claws29
13941
13942         * src/grouplistdialog.c
13943                 bugfix (another ?) to give the right
13944                 newsgroups list for each news server.
13945
13946         * src/news.c
13947         * src/news.h
13948                 improve the newsgroups list cache
13949
13950 2001-10-20 [paul]       0.6.3claws28
13951
13952         * sync with sylpheed 0.6.3cvs9
13953                 see ChangeLog entry 2001-10-19
13954
13955         * correct Alfons' last ChangeLog.claws entry
13956
13957 2001-10-19 [alfons]
13958
13959         * src/pgptext.[ch]
13960                 fix compilation problems (part of bug #472895)
13961
13962 2001-10-18 [hoa]        0.6.3claws27
13963
13964         * src/grouplistdialog.c
13965                 bugfix when we refresh was clicked (bug 472701)
13966
13967 2001-10-19 [christoph]  0.6.3claws26
13968
13969         * src/compose.c
13970                 last header entry should default to "To:" or
13971                 "Newsgroups:" and not copy the last entry line
13972                 in a new compose window
13973                 (closes bug #472686, #470792)
13974
13975 2001-10-19 [paul]       0.6.3claws25
13976
13977         * sync with Sylpheed 0.6.3cvs8
13978                 see ChangeLog entries 2001-10-18 and 2001-10-19
13979
13980 2001-10-18 [christoph]  0.6.3claws24
13981
13982         * src/procmsg.c
13983                 reimplement ignore thread
13984         
13985 2001-10-18 [hoa]        0.6.3claws23
13986
13987         * src/folderview.c
13988         * src/grouplistdialog.[ch]
13989                 enhanced news subscription interface (feature 469113)
13990
13991         * src/news.c
13992         * src/news.h
13993                 enchanced newsgroup listing,
13994                 now, we can get groups informations
13995                 (NNTPGroupInfo)
13996
13997 2001-10-18 [paul]       0.6.3claws22
13998
13999         * src/summaryview.c
14000                 remove comment (sync with main branch)
14001         * src/mainwindow.c
14002                 fix 'Re-edit' bug in 'Message' menu
14003
14004 2001-10-17 [christoph]  0.6.3claws21
14005
14006         * src/compose.c
14007                 ignore empty or whitespace only header lines
14008
14009 2001-10-17 [paul]       0.6.3claws20
14010
14011         * sync with sylpheed 0.6.3cvs7
14012                 see ChangeLog entries 2001-10-14, 2001-10-16, and
14013                 2001-10-17
14014
14015 2001-10-17 [darko]
14016
14017         * src/compose.c
14018                 wrap long lines without spaces
14019                 don't wrap URLs
14020
14021 2001-10-16 [paul]
14022
14023         * po/es.po, po/nl.po, po/pt_BR.po
14024                 updated by Ricardo Mones Lastra, Alfons,
14025                 and Fabio Junior Beneditto
14026
14027         * sylpheed-0.6.3claws released
14028
14029 2001-10-15 [melvin] 0.6.3claws18
14030
14031         * README.claws
14032                 added summary and detailed installation instructions
14033                 for spell checker
14034         * po/fr.po
14035                 Updated, corrected and completed french translation
14036
14037 2001-10-15 [hoa] 0.6.3claws17
14038         * src/grouplistdialog.c
14039                 we can choose the newsgroups to display with wildcards
14040
14041 2001-10-15 [christoph]  0.6.3claws16
14042
14043         * src/account.c
14044         * src/compose.c
14045         * src/prefs_folder_item.[ch]
14046                 applied wwp <subscript@free.fr>'s folder
14047                 default account patch
14048         * po/de.po
14049                 Fixed wrong translation
14050
14051 2001-10-13 [alfons, christoph, melvin]  
14052                         0.6.3claws15
14053
14054         solution #2 to solve MT-safety problems defers all GUI related calls
14055         to the main thread using a gtk_idle_add() callback. discussed on
14056         ircnet #sylpheed, with christoph spotting some issues with the
14057         original code, and melvin allowing us to lobotomize his sylpheed.
14058
14059         * src/syldap.[ch], src/main.c
14060                 fix race problem in ldap search thread by deferring GUI 
14061                 stuff to main thread using gtk_idle_add()
14062
14063 2001-10-13 [paul]       0.6.3claws14
14064
14065         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
14066                 add Sergey's smtpcred.patch
14067                 adds separate username/password setting for SMTP Auth
14068                 needed by some servers
14069                 (closes feature request #471659)
14070
14071 2001-10-13 [paul]       0.6.3claws13
14072
14073         * src/pgptext.[ch] **NEW FILES**
14074         * src/Makefile.am, src/messageview.c, src/mimeview.c
14075                 decrypt ascii-armored gpg text embedded in
14076                 the message body.
14077                 Submitted by Jens Jahnke <jan0sch@gmx.net>
14078
14079 2001-10-13 [christoph]  0.6.3claws12
14080
14081         * README.claws
14082                 some more details on default to and
14083                 feature requests
14084         * src/main.c
14085                 init glib threading when ldap is used
14086         * src/syldap.c
14087                 threading fixes
14088         * po/de.po
14089                 fixed a typo
14090
14091 2001-10-12 [paul]       0.6.3claws11
14092
14093         * src/prefs_common.[ch], src/rfc2015.c
14094                 enable ascii-armored gpg text to be embedded in the
14095                 message body, selectable through the 'Privacy'
14096                 preferences. Supports encrypting only.
14097                 Submitted by Ravemax <ravemax@dextrose.com>
14098
14099 2001-10-12 [paul]       0.6.3claws10
14100
14101         * sync with sylpheed 0.6.3cvs6
14102                 see ChangeLog entries 2001-10-11 and 2001-11-12
14103
14104         * src/folderview.c
14105                 incorporated mbox folders, scoring, and folder
14106                 properties into the sync
14107
14108 2001-10-12 [darko]      0.6.3claws9
14109
14110         * README.claws
14111                 describe quotation wrapping
14112         * src/compose.c
14113                 don't treat tab as space to calculate line length properly
14114
14115 2001-10-11 [alfons]
14116
14117         * README.claws
14118                 correct description of how to make new filtering system work,
14119                 add some other things
14120                 
14121         * src/syldap.c
14122                 remove sched_yield() (not necessary / unportable)
14123
14124 2001-10-11 [paul]       0.6.3claws8
14125
14126         * sync with sylpheed 0.6.3cvs3
14127                 see ChangeLog entry 2001-10-10
14128
14129 2001-10-10 [christoph]  0.6.3claws7
14130
14131         * .cvsignore
14132                 ignore 2 files created by newer autotools
14133         * src/prefs_folder_item.c
14134                 using table for widget alignment
14135                 fixed memory leak and broken octal display
14136         * src/filesel.c
14137                 fixed segfault caused by lost filename
14138                 workaround (closes bug #469551)
14139
14140 2001-10-10 [paul]       0.6.3claws6
14141
14142         * sync with sylpheed 0.6.3cvs2
14143                 see ChangeLog entries 2001-10-09 and 2001-10-10
14144
14145 2001-10-10 [darko]      0.6.3.claws5
14146
14147         * src/gtkstext.c
14148                 proper calculation of right margin if smart wrapping is enabled
14149         * src/compose.c
14150                 automatically wrap long lines if wrap quotation is enabled
14151
14152 2001-10-09 [alfons]     0.6.3.claws4
14153
14154         * src/summaryview.c
14155                 select correct row when deleting last row in the summary view (and
14156                 close bug "[ #469104 ] select second last in list when deleting")
14157
14158 2001-10-09 [paul]       0.6.3claws3
14159
14160         * sync with sylpheed 0.6.3cvs1
14161                 updated some autotool scripts
14162
14163 2001-10-09 [darko]      0.6.3claws2
14164
14165         * src/gtkstext.[ch]
14166                 new name and mark with Sylpheed comment
14167         * src/compose.c
14168                 smart quotation wrapping a-la VIM
14169
14170 2001-10-08 [paul]       0.6.3claws1
14171
14172         * sync with sylpheed 0.6.3 release
14173                 see ChangeLog entry 2001-10-08
14174
14175 2001-10-08 [paul]       0.6.2claws24
14176
14177         * src/summaryview.c
14178                 more sync with sylpheed 0.6.2cvs12
14179                 Fixed the bug that didn't select the last row correctly
14180
14181
14182 2001-10-07 [paul]       0.6.2claws23
14183
14184         * sync with sylpheed 0.6.2cvs12
14185                 see ChangeLog entry 2001-10-07
14186
14187 2001-10-06 [match]
14188         * src/jpilot.[ch]
14189                 enable jpilot to read unsynch'ed addresses.
14190
14191         * src/editldap_basedn.c
14192                 fix segfault when opening dialog.
14193
14194 2001-10-06 [alfons]     0.6.2.claws22
14195
14196         * src/summaryview.c
14197                 fix bug with summary view selecting last *inserted*
14198                 node instead of last *visible* node. remember we
14199                 work with a tree
14200
14201 2001-10-06 [paul]       0.6.2claws21
14202
14203         * po/pt_BR.po
14204                 updated translation, contains some fixes and new
14205                 translations, submitted by Gustavo Noronha Silva
14206                 <kov@debian.org>
14207
14208         * src/prefs_common.c
14209                 change 'each' to 'every' - fix dubious English
14210
14211         * sync with sylpheed 0.6.2cvs11
14212
14213 2001-10-05 [alfons]     0.6.2claws20
14214
14215         * src/mainwindow.[ch], src/folderview.c
14216                 make composite tool button switch between "Compose News"
14217                 and "Compose Mail" depending on selected folder
14218                 (nifty idea by Kim Schulz <kim@schulz.dk>)
14219
14220 2001-10-05 [paul]       0.6.2claws19
14221
14222         * src/mainwindow.c, src/summaryview.c
14223                 fix 'Message/Reply to all', broken in last commit
14224
14225         * src/compose.c
14226                 fix X_BEENTHERE seg fault, thanks to Alfons
14227
14228 2001-10-04 [paul]       0.6.2claws18
14229
14230         * src/compose.[ch], src/mainwindow.c
14231                 make "Message/Reply" reply to mailing lists; matches
14232                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
14233                 based on portions of the patch submitted by
14234                 Junichi Uekawa <dancer@netfort.gr.jp>
14235
14236 2001-10-04 [darko]      0.6.2claws17
14237
14238         * src/compose.c
14239                 better smart wrapping
14240         * src/gtkstext.[hc]
14241                 a function to make text buffer contiguous
14242
14243 2001-10-03 [paul]       0.6.2claws16
14244
14245         * sync with sylpheed 0.6.2cvs10
14246
14247 2001-10-02 [alfons]
14248
14249         * configure.in
14250         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
14251                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
14252                 references to chinese translations (hope someone picks up
14253                 this)
14254
14255 2001-10-02 [christoph]  0.6.2claws15
14256
14257         * src/compose.c
14258                 fixed non translated header bug
14259         * ChangeLog.claws
14260                 fixed wrong date in alfons last entry ;)
14261
14262 2001-10-02 [alfons]     0.6.2claws14
14263
14264         * src/compose.c, src/prefs_common.[ch]
14265                 add block cursor option
14266
14267 2001-10-02 [paul]       0.6.2claws13
14268
14269         * sync with sylpheed 0.6.2cvs9
14270
14271 2001-09-30 [paul]       0.6.2claws12
14272
14273         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
14274                 updated translations
14275
14276         * po/POTFILES.in
14277                 add 'src/importldif.c'
14278
14279         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
14280                 added eudora-to-vCard conversion tool
14281                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
14282
14283         * sync with sylpheed 0.6.2cvs8
14284
14285 2001-09-30 [paul]
14286
14287         * sylpheed-0.6.2claws released
14288
14289 2001-09-27 [melvin]     0.6.2claws11
14290
14291         * src/gtkspell.c
14292                 fixed crash when using default path (introduced 
14293                 in 0.6.2claws10)
14294                 fixed tiny bug for initial suggestion mode
14295
14296 2001-09-27 [melvin]     0.6.2claws10
14297         
14298         * src/gtkspell.c
14299                 fixed bug where gtkpspell didn't set the path correctly
14300
14301         * README.claws
14302                 added a paragraph about spell checking
14303                 
14304
14305
14306 2001-09-27 [paul]       0.6.2claws9
14307
14308         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
14309                 replace '// comments' with '/* comments */' to prevent
14310                 some compiler warnings 
14311
14312         * sync with sylpheed 0.6.2cvs6
14313
14314 2001-09-26 [alfons]     0.6.2claws8
14315
14316         * src/messageview.c
14317                 introduce return receipt request notification again,
14318                 which was lost because of other semantics in 
14319                 procheader_parse() (???)
14320
14321 2001-09-26 [christoph]  0.6.2claws7
14322
14323         * src/compose.c
14324                 replace comments for old code with #if 0
14325                 readded auto cc, bcc and reply-to
14326         * src/prefs_matcher.c
14327         * src/prefs_scoring.c
14328                 removed some definition (was moved to
14329                 prefs.h)
14330
14331 2001-09-26 [paul]       0.6.2claws6
14332
14333         * src/mainwindow.c
14334                 make 'Follow-up and reply to' sensitive
14335
14336         * more sync with sylpheed 0.6.2cvs5
14337
14338 2001-09-25 [melvin]
14339
14340         * 0.6.2claws5
14341
14342         * src/gtkspell.c
14343                 fixed bug for "US-ASCII" introduced by the encoding code
14344
14345 2001-09-25 [paul]
14346
14347         * 0.6.2claws4
14348
14349         * src/prefs_common.[ch], src/summaryview.c
14350                 'next unread msg' 'go to next folder?' dialog can be
14351                 given default behaviour, either always show dialog,
14352                 or assume 'yes', or assume 'no'
14353                 Submitted by wwp <subscript@free.fr>
14354
14355 2001-09-25 [melvin]
14356                 
14357         * src/compose.c src/gtkspell.[ch]
14358                 added support for different encodings
14359
14360 2001-09-25 [paul]
14361
14362         * more sync with sylpheed 0.6.2cvs5
14363
14364 2001-09-24 [alfons]
14365         
14366         * src/prefs_folder_item.c
14367                 add check for item->prefs->default_to string is NULL and
14368                 add another check when freeing this string
14369
14370 2001-09-24 [paul]
14371
14372         * configure.in
14373                 change to version 0.6.2claws3
14374
14375         * sync with sylpheed 0.6.2cvs5 
14376
14377 2001-09-24 [match]
14378         * src/ldif.[ch], src/importldif.[ch], addressbook.c
14379                 import LDIF files.
14380         * src/addrcache.[ch], addrindex.[ch]
14381                 small update for future
14382         * src/addrbook.c
14383                 fix test XML file.
14384
14385 2001-09-24 [melvin]
14386         * src/gtkspell.[ch]
14387                 added 'Learn from mistakes' option
14388                 better handling of quotes in checked words
14389                 sorted dict list
14390         * po/fr.po
14391                 small update for spell checking stuff
14392
14393 2001-09-23 [alfons]
14394         
14395         * src/gtkspell.c
14396                 edit a little bit so it complies more with main coding style
14397
14398 2001-09-23 [alfons]
14399
14400         * src/folder.[ch], prefs_folder_item.c, compose.c
14401                 migrate "request return receipt" folder property
14402                 to folderlist.xml
14403
14404 2001-09-22 [alfons]
14405
14406         * README.claws **NEW**
14407                 (add things of interest for users of main branch 
14408                 and claws here)
14409
14410         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
14411                 re-implement threading per folder option, but store 
14412                 the setting in folderlist.xml (where it belongs)
14413
14414 2001-09-21 [melvin]
14415
14416         * src/gtkspell.[ch]
14417                 fixed bug when compose window is under another window
14418         * src/prefs_common.[ch] src/compose.c
14419                 changed 'dictionary_path' to 'dictionary' to be consistent
14420                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
14421         * ac/pspell.m4 src/Makefile.am 
14422                 dropped PSPELL_PATH macro
14423         * po/fr.po
14424                 updated translations
14425
14426 2001-09-21 [christoph]
14427
14428         * src/compose.c
14429                 added border around header fields
14430                 keep header type when new field is added
14431
14432 2001-09-20 [christoph]
14433
14434         * src/utils.[ch]
14435                 more portable debug_print with source filename
14436                 and linenumber
14437         * src/procmsg.c
14438                 more newlines after debug messages
14439
14440 2001-09-20 [paul]
14441
14442         * configure.in
14443                 change to version 0.6.2claws2
14444
14445         * sync with sylpheed 0.6.2cvs3
14446
14447 2001-09-19 [melvin]
14448
14449         * src/gtkspell.c
14450                 fixed the post-right-click focus pb
14451                 fixed crash when 'Spell check all' after dict change 
14452                         and when cursor is at the end of the text
14453                 shift-right-click pops up config menu even on misspelled words.
14454         * po/POTFILES.in
14455                 added gtkspell.c
14456
14457 2001-09-19 [melvin]
14458
14459         * src/about.c
14460                 added pspell to compiled-in features list
14461
14462 2001-09-18 [melvin]
14463
14464         * switched to pspell and dropped ispell
14465         * ac/pspell.m4
14466                 new file. autoconf macro for pspell
14467         * ac/Makefile.am 
14468         * configure.in acconfig.h
14469                 added pspell support
14470         * src/Makefile.am
14471         * src/main.c src/compose.[ch] src/gtkspell.[ch]
14472         * src/prefs_common.[ch] 
14473                 added pspell support
14474
14475 2001-09-18 [christoph]
14476
14477         * src/addr_compl.c
14478         * src/template.[ch]
14479                 replace LOG_MESSAGE with debug_print
14480         * src/compose.[ch]
14481                 gui improvements
14482         * src/menu.c
14483                 added newline after debug message
14484         * src/utils.h
14485                 using __VA_ARGS__ for debug_print macro
14486         * tools/.cvsignore
14487                 ignore Makefile and Makefile.in
14488
14489 2001-09-18 [paul]
14490
14491         * configure.in
14492                 change to version 0.6.2claws1
14493         * sync with sylpheed 0.6.2cvs1
14494
14495         * src/matcher.c 
14496         * src/prefs_matcher.c
14497                 add 'score equal to' option, submitted by
14498                 Paul Evans <nerd@freeuk.com>
14499
14500 2001-09-15 [christoph]
14501
14502         * src/mainwindow.c
14503                 comment out menu entry not existing in claws
14504         * src/menu.c
14505                 add debug output for non existing menu entries
14506         * src/summaryview.c
14507                 fix next/prev unread message for ignored threads
14508         * src/utils.[ch]
14509                 add sourcefile and line number to debug output
14510                 otherwise it is sometimes hard to find the
14511                 source code part if debug messages are translated
14512
14513 2001-09-14 [darko]
14514         
14515         * src/folderview.c
14516                 refresh target folder style after colour is changed
14517
14518 2001-09-13 [paul]
14519
14520         * configure.in
14521                 change to version 0.6.1claws3
14522
14523         * sync with sylpheed 0.6.1cvs6
14524
14525 2001-09-13 [darko]
14526         
14527         * src/folderview.c
14528                 fix target folder colourization to use user selected colour
14529
14530 2001-09-12 [darko]
14531         
14532         * src/summaryview.c
14533                 fix crash when message that is marked for copy/move is unmarked
14534
14535 2001-09-09 [paul]
14536
14537         * configure.in
14538                 change to version 0.6.1claws2
14539
14540         * sync with sylpheed 0.6.1cvs3
14541
14542 2001-09-09 [alfons]
14543         
14544         * src/folderview.c
14545                 fix bug with default font used for trash folder text
14546
14547 2001-09-06 [paul]
14548
14549         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
14550                 updated translations
14551
14552         * configure.in
14553                 change to version 0.6.1claws1
14554
14555         * sync with sylpheed 0.6.1cvs2
14556
14557 2001-09-03 [paul]
14558
14559         * po/POTFILES.in
14560                 add Match's new addressbook
14561
14562         * po/de.po
14563                 updated translation submitted by Jens Oberender
14564
14565 2001-09-02 [paul]
14566
14567         * configure.in
14568                 change to 0.6.1claws
14569         * sync with sylpheed 0.6.1 release
14570
14571 2001-09-02 [paul]
14572
14573         * configure.in
14574                 change to 0.6.0claws2
14575
14576         * sync with sylpheed 0.6.0cvs4
14577
14578         * po/pt_BR.po
14579                 updated translation submitted by Fabio Junior Beneditto
14580
14581 2001-09-01 [match]
14582         * pixmaps/
14583                 interface.xpm
14584                 book.xpm
14585                 address.xpm
14586         * src/
14587                 Makefile.am
14588                 a ton of new files
14589
14590 2001-08-31 [paul]
14591
14592         * configure.in
14593                 change to version 0.6.0claws1
14594
14595         * sync with sylpheed 0.6.0cvs1
14596
14597         * po/es.po
14598                 updated translation submitted by Ricardo Mones Lastra
14599
14600         * po/POTFILES.in
14601                 add 'src/prefs_templates.c'
14602
14603         * src/compose.c, src/summaryview.c
14604                 fix segfault on 'Re_edit'               
14605
14606 2001-08-30 [alfons]
14607
14608         * configure.in, Makefile.am
14609         * tools/Makefile.am
14610                 add tools directory to source distribution
14611
14612 2001-08-30 [paul]
14613
14614         * configure.in
14615                 change to version 0.6.0claws
14616
14617         * sync with sylpheed 0.6.0 release
14618
14619 2001-08-30 [christoph]
14620
14621         * configure.in
14622                 removed autoconf version check
14623
14624 2001-08-30 [paul]
14625
14626         * src/account.c, src/compose.c, src/prefs_common.[ch]
14627         * src/procheader.[ch] src/utils.[ch]
14628                 Enhanced automatic account selection on replies
14629                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
14630
14631         * configure.in
14632                 add LDAP and JPilot to the configuration results output.
14633
14634 2001-08-29 [christoph]
14635
14636         * src/summeryview.c
14637                 no bold font for ignored threads
14638
14639 2001-08-29 [paul]
14640
14641         * configure.in
14642                 change to version 0.5.3claws6
14643
14644         * sync with sylpheed 0.5.3cvs10
14645                 src/stringtable.[ch]: New Files
14646
14647         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
14648         * src/pixmaps/sylpheed.xpm
14649                 add mini-icons to windows (by Alfons)
14650
14651 2001-08-27 [paul]
14652
14653         * src/mainwindow.c
14654                 new functions: next_labeled_cb(), prev_labeled_cb()
14655
14656         * src/summaryview.c
14657                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
14658                 summary_select_next_labeled(), summary_select_prev_labeled()
14659
14660         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
14661                 give claws blue folders and a blue trash can
14662
14663 2001-08-27 [paul]
14664
14665         * configure.in
14666                 change to version 0.5.3claws5
14667
14668         * sync with sylpheed 0.5.3cvs9
14669                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
14670
14671 2001-08-24 [christoph]
14672
14673         * src/filesel.c
14674                 keep filename when browsing directories
14675                 (not working for user entered filename, but
14676                  for default name and selected filename from
14677                  file list)
14678         * src/mainwindow.c
14679                 fixed wrong spelling "Folllow-up"
14680         * src/mbox_folder.c
14681         * src/procmsg.c
14682         * src/summaryview.c
14683                 fixed new/unread message count with ignored
14684                 threads (2 commits, first didn't notice no
14685                 longer needed decreasing)
14686         * src/inc.c
14687                 readded scrolling of progress dialog
14688                 (lost in sync)
14689
14690 2001-08-24 [paul]
14691
14692         * configure.in
14693                 change to 0.5.3claws4
14694
14695         * sync with sylpheed 0.5.3cvs7
14696
14697 2001-08-24 [christoph]
14698
14699         * src/compose.c
14700                 set request return receipt when replying
14701                 if it is set is the folder prefs of the
14702                 message
14703         * src/inc.c
14704                 disable final error popup if popups are
14705                 disabled in config (again)
14706
14707 2001-08-23 [paul]
14708
14709         * configure.in
14710                 Change version number to 0.5.3claws3
14711
14712         * sync with sylpheed 0.5.3cvs5
14713
14714         * src/mimeview.c
14715                 double quote '%s' in 'gedit %s' to fix bug when
14716                 opening attachment with spaces in the name
14717
14718 2001-08-22 [alte]
14719         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
14720           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
14721                 initial message templates support
14722
14723
14724 2001-08-22 [paul]
14725
14726         * configure.in
14727                 change version number to 0.5.3claws2
14728
14729         * sync with sylpheed 0.5.3cvs4
14730
14731         * src/procmsg.h src/summaryview.c
14732                 re-implement (un)ignore thread
14733
14734 2001-08-21 [paul]
14735
14736         * src/summaryview.c
14737                 remove unnecessary code
14738         * src/compose.c
14739                 enable 'dynamic' signatures (submitted by
14740                 Eric Limpens <eric@hscg-internet.nl>)
14741
14742 2001-08-21 [paul]
14743
14744         clean up after sync with sylpheed 0.5.3 release
14745
14746         * src/folderview.c
14747                 fix re-introduced font mess, see Christoph's
14748                 entry 2001-06-24
14749
14750         * src/summaryview.c
14751                 remove prev_msgnum
14752                 use sylpheed's small font instead of
14753                 gtk default font for summary view
14754
14755
14756 2001-08-17 [paul]
14757
14758         * configure.in
14759                 add pl to ALL_LINGUAS - sync with main branch
14760
14761         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
14762                 Updated. Translations by Jens Oberender, Ricardo Mones
14763                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
14764
14765         * po/pl.po  ** NEW FILE **
14766                 sync with the main branch
14767
14768         * src/folderview.c
14769                 fix target folder colorizing and refresh problem
14770
14771
14772 2001-08-17 [christoph]
14773
14774         * src/mainwindow.c
14775                 claws uses 4 colors for target folder coloring.
14776                 arrays were not long enough and destroyed the
14777                 stack causing a segfault.
14778                 target folder colorizing does not work anymore
14779                 for me
14780
14781 2001-08-16 [paul]
14782
14783         * configure.in
14784                 change to version 0.5.3claws1
14785
14786         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
14787           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
14788           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
14789
14790                 sync with sylpheed 0.5.3 release, but keep claws method of
14791                 configuring/saving fonts
14792
14793         * src/addressbook.[ch]
14794                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
14795                 in line with a similar change in Hiroyuki's branch
14796
14797         * src/mainwindow.[ch]
14798                 disable main_window_set_thread_option()
14799         * src/prefs_folder_item.c
14800                 comment out &tmps_prefs.enable_thread,
14801         * src/mbox_folder.c, src/procmsg.[ch]
14802                 comment out MSG_IS_IGNORE_THREAD
14803         * src/summaryview.c
14804                 comment out summary_ignore_thread() and summary_unignore_thread()
14805                 comment out MSG_IS_IGNORE_THREAD
14806
14807                 use Hiroyuki's threading instead.
14808
14809
14810
14811 2001-08-15 [paul]
14812
14813         * src/account.c
14814                 use Hiroyuki's 0.5.3 column scheme but also
14815                 include the enable/disable button.
14816         * src/pixmaps/mark.xpm
14817                 add Hiroyuki's amended pixmap
14818
14819 2001-08-13 [christoph]
14820
14821         * src/account.c
14822                 receive at get all column showed wrong state for APOP
14823                 button should only work for POP3 and APOP accounts
14824         * src/prefs_account.c
14825                 added missing preprocessor statement for SSL
14826
14827 2001-08-12 [paul]
14828
14829         * src/account.[ch]
14830                 add 'receive at get all' column and enable/disable
14831                 button.
14832
14833 2001-08-06 [christoph]
14834
14835         * src/account.c
14836                 show usage of SSL in protocol column
14837
14838         * src/imap.c
14839         * src/inc.c
14840                 renamed ssl options
14841
14842         * src/prefs_account.[ch]
14843                 moved ssl options to a new page
14844
14845         * src/send.c
14846         * src/smtp.c
14847         * src/ssl.[ch]
14848                 renamed ssl options
14849                 added support for SMTP STARTTLS command
14850
14851 2001-08-05 [christoph]
14852
14853         * configure.in
14854                 debian autoconf needs version check to find
14855                 correct autoconf version. if the file is
14856                 named configure.in 2.13 is used, which does
14857                 not work with this configure.in script.
14858                 other solution would be to rename the script
14859                 to configure.ac as suggested in the autoconf
14860                 manual.
14861
14862         * src/inc.c
14863                 disable final error popup if popups are
14864                 diabled in config
14865
14866         * src/socket.c
14867                 bugfix in ssl_gets
14868                 fixes IMAP over SSL problem
14869
14870 2001-08-03 [paul]
14871
14872         * configure.in
14873                 change to 0.5.2claws1
14874
14875         * sync with sylpheed 0.5.2cvs1
14876
14877 2001-08-02 [alfons]
14878
14879         * configure.in
14880                 quick fix for ispell detection...
14881
14882 2001-08-01 [paul]
14883
14884         * configure.in
14885                 change to 0.5.1claws4
14886
14887         * sync with sylpheed 0.5.1cvs7
14888
14889 2001-07-31 [alfons]
14890
14891         * src/prefs_common.c, src/prefs_common.h, 
14892           src/gtkspell.c, src/gtkspell.h
14893                 add global spelling checker settings (compose tab) +
14894                 selection of dictionary 
14895           
14896         * configure.in  
14897                 guess valid ispell location
14898
14899 2001-07-31 [paul]
14900
14901         * po/POTFILES.in
14902                 removal of 'src/quote_fmt_parse.c'
14903         * po/de.po
14904                 Updated de.po
14905                 (submitted by Jens Oberender <didge@suse.de>)
14906
14907 2001-07-31 [darko]
14908
14909         * src/folder.[ch]
14910         * src/folderview.[ch]
14911         * src/mainwindow.c
14912         * src/mh.c
14913         * src/prefs_common.[ch]
14914         * src/summaryview.c
14915                 target folder colourization
14916
14917 2001-07-30 [paul]
14918
14919         more sync with Sylpheed 0.5.1cvs6 
14920
14921 2001-07-30 [darko]
14922
14923         * src/mh.c
14924         * src/prefs_folder_item.[hc]
14925         * src/summaryview.c
14926                 shared folders support with a GUI
14927
14928 2001-07-29 [paul]
14929
14930         0.5.1claws3
14931
14932         * sync with Sylpheed 0.5.1cvs6
14933
14934 2001-07-29 [paul]
14935
14936         * po/pt_BR.po
14937                 updated
14938                 (submitted by Fabio Junior Beneditto)
14939
14940 2001-07-28 [paul]
14941
14942         * src/procmime.c
14943         * AUTHORS
14944                 patch to correct bad image mime headers
14945                 (submitted by Don Quijote <dq@searchlores.org>)
14946
14947 2001-07-28 [paul]
14948
14949         * tools/gif2xface.pl   **NEW FILE**
14950         * tools/README
14951                 script to convert file.gif to file.xface for
14952                 use in a custom header.
14953                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
14954
14955 2001-07-27 [alfons]
14956         
14957         * configure.in
14958                 change macros for detecting JPilot and LDAP
14959
14960 2001-07-27 [christoph]
14961
14962         * src/filtering.c
14963                 code cleanup (MIN / MAX warning, needed casting)
14964
14965 2001-07-27 [alfons]
14966
14967         * procheader.c
14968                 disallow setting flags when detecting certain headers
14969                 (X-Status, Status, Seen, X-Seen). 
14970         
14971         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
14972
14973 2001-07-27 [christoph]
14974
14975         * src/prefs_filter.c
14976         * src/prefs_filtering.c
14977         * src/prefs_matcher.c
14978         * src/prefs_scoring.c
14979                 scroll list when moving rows up or down
14980
14981         * src/imap.c
14982         * src/imap.h
14983         * src/prefs_account.c
14984         * src/prefs_account.h
14985         * src/send.c
14986                 SMTP over SSL (untested, feedback requested)
14987                 IMAP over SSL
14988
14989         * src/ssl.c
14990                 code cleanup
14991
14992 2001-07-26 [alfons]
14993         
14994         * configure.in, acconfig.h
14995                 define CLAWS (need this for main / claws detection)
14996
14997 2001-07-25 [alfons]
14998
14999         * configure.in
15000                 Sylpheed 0.5.1claws2
15001                 
15002         * sync with Sylpheed 0.5.1cvs4
15003
15004 2001-07-25 [christoph]
15005
15006         * src/scoring.c
15007                 fixed segfault
15008                 item->prefs == NULL (don't know why)
15009
15010 2001-07-25 [alfons]
15011
15012         * configure.in
15013                 Sylpheed 0.5.1claws1
15014
15015         * sync with Sylpheed 0.5.1cvs1-3
15016
15017 2001-07-24 [christoph]
15018
15019         * src/folderview.c
15020         * src/prefs_folder_item.[ch]
15021                 added folderitem preferences dialog with
15022                 default To: and auto request return receipt
15023
15024         * src/compose.[ch]
15025         * src/menu.[ch]
15026                 changes to handle new folderitem preferences
15027
15028         * src/mainwindow.c
15029         * src/summaryview.c
15030                 call compose new mail with current folderitem
15031
15032 2001-07-24 [alfons]
15033
15034         Release Sylpheed 0.5.1claws
15035
15036         * configure.in
15037                 change to release version 0.5.1claws
15038
15039 2001-07-24 [christoph]
15040
15041         * src/summaryview.c
15042                 fixed segfault that happend when the selected
15043                 message was removed while retrieving new messages.
15044
15045         * po/es.po
15046                 updated translation
15047                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
15048
15049 2001-07-22 [alfons]
15050
15051         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
15052         this is a work in progress, for more information: http://nlpagan.net/sylman 
15053         
15054         * configure.in, src/mainwindow.c, manual/Makefile.am
15055                 add support for English manual
15056
15057         * AUTHORS
15058                 add authors of user manuals
15059
15060         * manual/en/sylpheed*.html
15061                 add English documentation
15062
15063 2001-07-22 [christoph]
15064
15065         * po/POTFILES.in
15066                 added src/ssl.c
15067         * src/ssl.c
15068                 changed a wrong debug message
15069
15070 2001-07-22 [alfons]
15071
15072         * po/nl.po
15073                 update Dutch translation
15074
15075         * src/prefs_filtering.c, 
15076           src/prefs_matcher.c
15077                 add more translatable strings           
15078
15079 2001-07-21 [alfons]
15080
15081         0.5.0claws7
15082
15083         * configure.in
15084                 change version
15085
15086         * src/inc.c, src/summaryview.[ch]
15087                 prevent update of mark file when filtering has done, by
15088                 using a variable; this affects two functions:
15089                         inc.c::inc_finished()
15090                         summaryview.c::summary_show()
15091
15092 2001-07-20 [alfons]
15093
15094         * src/filtering.[ch], src/prefs_filtering.c, 
15095           src/matcher.[ch]
15096                 add filtering action for label coloring 
15097
15098         * po/POTFILES.in
15099                 add labelcolors.c
15100
15101         * added src/labelcolors.c
15102         * added src/labelcolors.h
15103         * src/Makefile.am, src/summaryview.c
15104                 rearrange label coloring code
15105
15106         * src/procmsg.h
15107                 add more parentheses so label colouring works correctly
15108
15109         * src/filtering.c
15110                 don't really delete message, but move it to Trash
15111
15112         * src/prefs_matcher.c
15113                 add quote options to info dialog
15114
15115 2001-07-20 [christoph]
15116
15117         * src/Makefile.am
15118         * src/inc.c
15119         * src/main.[ch]
15120         * src/socket.h
15121         * src/ssl.[ch] (new)
15122                 moved ssl stuff to a seperate file
15123
15124 2001-07-20 [darko]
15125
15126         * src/summaryview.c
15127                 fix show sender using address book with no e-mail
15128                 address in From: field
15129
15130 2001-07-19 [alfons]
15131
15132         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
15133                 fix messy handling of escaping... now at least the
15134                 execute command is useful. escape char is '\', we
15135                 accept \n and \r too. 
15136
15137                 Real life example:
15138                 
15139                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
15140                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
15141
15142 2001-07-18 [alfons]
15143
15144         0.5.0claws6
15145
15146         * src/summaryview.c
15147                 clean up
15148
15149         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
15150           src/procmsg.[ch]
15151                 revise filtering; currently move, copy, marking have
15152                 been tested. if you like bleeding edge stuff, you
15153                 should definitely go for this version :)
15154
15155         * mark old working stuff as VERSION_0_5_0_CLAWS5        
15156
15157 2001-07-17 [christoph]
15158
15159         * src/utils.c
15160                 timestamp log
15161
15162 2001-07-17 [alfons]
15163
15164         0.5.0claws5
15165
15166         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
15167           bits in the mark file, without affecting either branch. Lots of
15168           files changed, also in claws branch.
15169
15170           UNTESTED: use of mbox folders
15171
15172         * src/summaryview.c
15173                 added mark all read; however this was a quick hack used for
15174                 cleaning up mess after initial merge with Hiroyuki
15175
15176         * configure.in
15177                 change claws version number back to 0.5.0claws5 to clear up 
15178                 confusion & pretension (recent release was technically 
15179                 0.5.0claws4, so we neatly align with Hiroyuki :-)
15180
15181 2001-07-16 [alfons]
15182
15183         sync with Hiroyuki's 0.5.0cvs4
15184
15185 2001-07-16 [alfons]
15186
15187         0.5.1claws3
15188
15189         * src/filtering.[ch]
15190                 remove invalid updating of mark files for 
15191                 filter actions MATCHING_ACTION_MOVE and 
15192                 MATCHING_ACTION_DELETE; this should fix the
15193                 folder update bug
15194                 
15195         * src/procmsg.c
15196                 revert Christoph's stab at fixing the folder 
15197                 update bug
15198
15199         * po/POTFILES.in
15200                 add missing files with translatable strings
15201
15202         * src/summaryview.c
15203                 remove debug print
15204
15205 2001-07-15 [alfons]
15206
15207         * src/addr_compl.[ch], src/prefs_filtering.c
15208                 make "filtering pref dialog's destination entry" an
15209                 "address completable entry", if filter destination is 
15210                 an email address
15211
15212         0.5.1claws2
15213         
15214         sync with Hiroyuki's 0.5.0cvs2-3
15215
15216 2001-07-15 [christoph]
15217
15218         * src/procmsg.c
15219                 fixed folder stats update after incorporation
15220
15221 2001-07-15 [alfons]
15222
15223         * src/summaryview.c
15224                 * finish label colouring stuff (for now)
15225                 * fix incorrect colour bug (off by one) 
15226
15227 2001-07-14 [alfons]
15228
15229         * src/mainwindow.c
15230                 change text labels for news and mail message so there's
15231                 plenty of toolbar estate left
15232
15233         * configure.in
15234                 0.5.1claws1
15235
15236         * src/folderview.c
15237           src/folder.[ch]
15238                 sync with Hiroyuki's 0.5.0cvs1
15239
15240         * src/summaryview.c
15241                 more rewrite label colouring
15242
15243 2001-07-14 [alfons]
15244
15245         * src/summaryview.[ch]
15246                 * start rewrite label colouring 
15247                 * fix proper location "Add Sender To Addressbook" menu item
15248
15249 2001-07-13
15250
15251         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
15252         (actually this is 0.5.0claws4)
15253
15254 2001-07-13 [alfons]
15255
15256         * po/pt_BR.po
15257                 * fix duplicate message
15258                 * add updated Portugese / Brazilian translation
15259                   submitted by Fabio Junior Beneditto
15260
15261 2001-07-12 [alfons]
15262
15263         * AUTHORS
15264                 add Jens
15265
15266         * po/nl.po
15267                 add updated Dutch translation
15268
15269         * po/de.po
15270                 add updated German translation submitted by Jens
15271
15272 2001-07-11 [alfons]
15273
15274         Prerelease before 0.5.0claws. Please test.
15275         This version is temporarily tagged as VERSION_0_5_0_TEST
15276
15277         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
15278           src/prefs_scoring.c, src/prefs_matcher.c, 
15279           src/prefs_filtering.c, src/mbox.c, 
15280           src/main.c, src/inc.c, src/filtering.[ch]
15281                 revert new Hoa's new matcher (does not work yet)
15282
15283         * src/Makefile.am
15284                 clean up
15285
15286 2001-07-10
15287
15288         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
15289
15290
15291 2001-07-10 [alfons]
15292
15293         * Makefile.am
15294                 add ChangeLog.claws to EXTRA_DIST
15295         * src/Makefile.am
15296                 add matcher_parser_parse.h to EXTRA_DIST
15297
15298 2001-07-10 [christoph]
15299
15300         * src/inc.c
15301                 add destination folder to table of
15302                 folders that need to be updated after
15303                 incorporation
15304
15305 2001-07-10 [alfons]
15306
15307         * folder.[ch]
15308           folderview.c
15309                 make collapse state of folders and folder items persistent, i.e.
15310                 if you collapse a folder tree, the next time sylpheed-claws starts 
15311                 up the folder tree remains collapsed.  
15312                 
15313 2001-07-10 [christoph]
15314
15315         * acconfig.h
15316         * configure.in
15317                 added --enable-ssl
15318         * src/md5.[ch]
15319                 renamed MD5_CTX to MD5_CTX_syl
15320                 conflicts with a struct in openssl
15321         * src/inc.c
15322         * src/main.[ch]
15323         * src/prefs_account.[ch]
15324         * src/socket.[ch]
15325                 SSL support for POP
15326         * src/mainwindow.c
15327                 fixed compose with current account
15328                 broken by new compose button stuff
15329
15330 2001-07-09 [hoa]
15331
15332         * AUTHORS
15333                 changed my email address
15334
15335         * src/matcher_parser_parse.y
15336                 clean the parser to remove conflicts
15337
15338 2001-07-09 [alfons]
15339
15340         * AUTHORS
15341                 add Match Grun
15342
15343         * configure.in
15344                 fix incorrect description of --enable-ldap parameter
15345
15346         * src/prefs_common.[ch]
15347           src/compose.c
15348                 add experimental option "smart wrapping" which makes the
15349                 compose editor auto wrap.
15350                 
15351                 | TODO: the problem with the buggy cursor handling is caused |
15352                 | by the GtkText. when deleting / backspacing text its       |
15353                 | wrapping algorithm does not take in account the previous   |
15354                 | line. should find a way to hack this in.                   |
15355                 | or should perhaps combine this with the word wrapping      |
15356                 | patch i wrote in january.                                  |
15357
15358         * src/about.c
15359                 show build parameters for LDAP and JPilot
15360
15361         * src/summaryview.c
15362                 revert Christoph's bugfix for selecting next unread message, 
15363                 because folder stats aren't updated correctly
15364
15365 2001-07-08 [hoa]
15366
15367         * src/filtering.c
15368         * src/mainwindow.c
15369         * src/matcher.c
15370         * src/matcher_parser_lex.l
15371         * src/matcher_parser_parse.y
15372         * src/prefs_filtering.c
15373         * src/prefs_scoring.c
15374         * src/scoring.c
15375                 bugfix of the config file parser
15376
15377 2001-07-08 [alfons]
15378
15379         * src/Makefile.am
15380                 added generated matcher sources to BUILT_SOURCES
15381
15382 2001-07-08 [hoa]
15383
15384         * src/Makefile.am
15385         * src/.cvsignore
15386                 added new config file parser
15387
15388         * src/scoring.[ch]
15389         * src/filtering.[ch]
15390         * src/matcher.[ch]
15391         * src/prefs_filtering.c
15392         * src/prefs_matcher.c
15393         * src/prefs_scoring.c
15394         * added src/matcher_parser.h
15395         * added src/matcher_parser_lex.h
15396         * added src/matcher_parser_lex.l
15397         * added src/matcher_parser_parse.y
15398                 lex & yacc config file parser
15399
15400         * src/mbox.c
15401         * src/inc.c
15402         * src/main.c
15403                 changes prefs_filtering into global_filtering           
15404
15405         * src/summaryview.c
15406                 build threads with subjects only if "Re: " is at the
15407                 beginning of the subject
15408
15409 2001-07-07 [paul]
15410
15411         0.5.0claws
15412
15413         sync with sylpheed 0.5.0
15414                 change of version number only
15415
15416 2001-07-06 [paul]
15417
15418         0.5.0claws5
15419
15420         sync with sylpheed 0.5.0pre5
15421
15422 2001-07-05 [paul]
15423
15424         sync with sylpheed 0.5.0pre4 release
15425                 /po and /manual/ja not sync'ed
15426
15427 2001-07-04 [paul]
15428
15429         more sync with sylpheed 0.5.0pre4
15430
15431 2001-07-03 [christoph]
15432
15433         * src/addressbook.c
15434                 fixed address book broken by address book
15435                 for VCard, JPilot, LDAP
15436
15437 2001-07-03 [alfons]
15438
15439         * src/matcher.c
15440         * src/textview.c
15441                 stopped memory leaks
15442
15443 2001-07-03 [paul]
15444
15445         more sync with sylpheed 0.5.0pre4
15446
15447 2001-07-02 [match]
15448
15449         * included address book patch for VCard, JPilot, LDAP
15450         * pref_common.c - fixed Font options on Display tab (cosmetic)
15451         * alertpanel.c - fixed truncated message
15452
15453 2001-07-02 [christoph]
15454
15455         * src/mbox_folder.c
15456         * src/procmsg.[ch]
15457         * src/summaryview.c
15458                 mark threads for ignoring
15459
15460 2001-07-02 [paul]
15461
15462         0.5.0claws4
15463
15464         * sync with sylpheed 0.5.0pre4
15465                 updated gettext to 0.10.38.
15466
15467 2001-07-01 [paul]
15468
15469         * src/ mainwindow.c
15470         * src/procmsg.h
15471         * src/summaryview.[ch]
15472                 new right-click option: Label.
15473                 substitute for 'Mark-->Mark/Unmark', colours the line.
15474                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
15475
15476 2001-07-01 [christoph]
15477
15478         * src/folderview.c
15479                 fixed font for trash
15480         * src/summaryview.c
15481                 move ctree to unread message
15482
15483 2001-07-01 [paul]
15484
15485         * sync with sylpheed 0.5.0pre3 release
15486
15487 2001-06-30 [alfons]
15488
15489         * src/filesel.[ch]
15490         * src/compose.c
15491                 allow inserting / attaching multiple files in
15492                 the composer window
15493
15494 2001-06-30 [paul]
15495
15496         * src/codeconv.c
15497                 small change to Alfons' previous stuff so that it
15498                 actually makes
15499
15500 2001-06-30 [alfons]
15501
15502         * lots of files changed; first attempt to merge the changes
15503           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
15504
15505 2001-06-30 [paul]
15506
15507         * po/pt_BR.po
15508                 updated and completed, translations by Fabio
15509                 Junior Beneditto <fjbeneditto@yahoo.com.br>
15510
15511 2001-06-29 [alfons]
15512
15513         * src/compose.c
15514         * src/mimeproc.[ch]
15515                 allow selecting an attached files' mime type from a 
15516                 list of types.
15517
15518 2001-06-29 [paul]
15519
15520         * more sync with sylpheed 0.5.0pre3
15521
15522 2001-06-29 [paul]
15523
15524         * po/pt_BR.po
15525                 merge with sylpheed.pot and pt_BR.po provided by
15526                 Fabio Junior Beneditto.
15527
15528 2001-06-29 [darko]
15529
15530         * src/procmime.c
15531                 make MIME types case insensitive
15532
15533 2001-06-28 [alfons]
15534
15535         * po/nl.po
15536                 merge with sylpheed.pot and old nl.po; translations added.
15537
15538 2001-06-28 [paul]
15539
15540         * more sync with sylpheed 0.5.0pre3
15541
15542 2001-06-27 [alfons]
15543
15544         * src/summaryview.c
15545                 don't crash when removing parent node of messages
15546                 attracted by subject. this was caused by not deleting
15547                 the parent node from the subject line hash table.
15548
15549 2001-06-27 [alfons]
15550
15551         * src/summaryview.c
15552         * src/compose.[ch]
15553         * src/mainwindow.c
15554                 if there are multiple messages selected, allow forwarding
15555                 them as attachments.
15556
15557 2001-06-27 [paul]
15558
15559         * more sync with sylpheed 0.5.0pre3
15560
15561 2001-06-26 [paul]
15562
15563         0.5.0claws3
15564
15565         * sync with sylpheed 0.5.0pre3
15566
15567 2001-06-25 [paul]
15568
15569         * src/mainwindow.c
15570                 fixed 'compose news article' bug
15571                 from icon-and-text toolbar
15572
15573 2001-06-25 [paul]
15574
15575         * sync with sylpheed 0.5.0pre2 release
15576
15577 2001-06-24 [christoph]
15578
15579         * src/prefs_common.c
15580                 bug fix in font selection
15581         * src/folderview.c
15582                 use sylpheed's normal font instead of
15583                 gtk default font for folders without
15584                 new messages
15585
15586 2001-06-24 [alfons]
15587
15588         * src/mainwindow.[ch]
15589                 added composite compose mail / news button (an idea by Leandro
15590                 Pereira <leandro@linuxmag.com.br>)
15591
15592 2001-06-24 [paul]
15593
15594         Added instructions for ldif-to-xml.py
15595
15596         * tools/README
15597
15598 2001-06-23 [alfons]
15599
15600         Some minor things.
15601
15602         * src/pixmaps/stock_news_compose.xpm
15603                 added pixmap by Leandro
15604         * src/prefs_common.c
15605                 tested built-in spelling checker of GCC 3.0 :)
15606         * po/nl.po
15607                 merged dutch translation of sylpheed-main with
15608                 sylpheed.pot
15609
15610 2001-06-23 [paul]
15611
15612         Added tools directory and files.
15613
15614         * tools/filter_conv.pl
15615                 converts old filter system to new filtering system
15616         * tools/ldif-to-xml.py
15617                 converts netscape addressbook to sylpheed addressbook
15618         * tools/README
15619                 descriptions/instructions for above two files
15620
15621 2001-06-23 [christoph]
15622
15623         * src/inc.c
15624         * src/manage_window.[ch]
15625         * src/prefs_common.[ch]
15626                 mail retrieval dialog can be enabled, disabled
15627                 or hidden if non of sylpheed's windows is active
15628
15629 2001-06-22 [paul]
15630
15631         0.5.0claws2
15632
15633         * sync with sylpheed 0.5.0pre2
15634
15635 2001-06-21 [christoph]
15636
15637         * src/summaryview.c
15638                 show recipient on 'from' for all accounts
15639                 
15640         * src/inc.c
15641         * src/prefs_common.[ch]
15642                 disable error popup on mail receive errors
15643
15644 2001-06-21 [alfons]
15645
15646         * src/compose.c
15647                 made the ruler correctly appear and disappear.
15648
15649         * src/Makefile.am
15650                 removed Hoa's work-in-progress-stuff (interesting!) so 
15651                 claws compiles ok.
15652
15653 2001-06-20 [christoph]
15654
15655         * src/inc.c
15656         * src/progressdialog.c
15657                 added scrolled window for list in progressdialog
15658
15659 2001-06-20 [paul]
15660
15661         sync with sylpheed 0.5.0pre1 release
15662
15663 2001-06-20 [christoph]
15664
15665         * src/summeryview.c
15666                 make building threads by subject work when
15667                 thread view is enabled
15668                 
15669         * src/compose.c
15670         * src/prefs_common.[ch]
15671                 automatically select account for mail replys
15672
15673 2001-06-19 [sergey]
15674
15675         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
15676         they are filled in from the account settings.
15677
15678 2001-06-19 [paul]
15679
15680         * more sync with sylpheed 0.5.0pre1
15681
15682 2001-06-18 [alfons]
15683
15684         * src/Makefile.am,
15685           src/procmime.c
15686                 added --sysconfdir to CPPFLAGS for pointing to the correct
15687                 location of mime.types. 
15688
15689                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
15690                 or ./configure!
15691
15692 2001-06-18 [hoa]
15693
15694         * src/summaryview.c
15695                 fixed some bug when building threads
15696
15697 2001-06-18 [pau]l
15698
15699         * src/prefs_account.c
15700                 UI stuff: More changes to the English
15701
15702 2001-06-18 [paul]
15703
15704         * src/pixmaps/stock_news_compose.xpm: new file
15705         * src/Makefile.am
15706         * src/mainwindow.c
15707         * src/summaryview.c
15708                 Added new icon for Hoa's 'compose a news
15709                 message', plus minor improvements to the
15710                 English
15711
15712         * po/ja.po
15713         * ChangeLog
15714         * ChangeLog.jp
15715                 more sync with sylpheed 0.5.0pre1
15716
15717 2001-06-18 [hoa]
15718
15719         * src/compose.[ch]
15720         * src/mainwindow.c
15721                 Follow-up and reply to
15722
15723         * src/summaryview.[ch]
15724                 Build threads also with subjects
15725
15726 2001-06-17 [hoa]
15727
15728         * src/compose.c
15729                 forwarding use the current account.
15730
15731         * src/mainwindow.c
15732                 the "compose message" button has been replaced with
15733                 "new mail" and "new news" buttons
15734
15735         * src/prefs_common.[ch]
15736                 added a configuration option to use the forward button
15737                 as "forward as attachment"
15738                 changed reply and forward format description
15739
15740         * src/quote_fmt_lex.l
15741         * src/quote_fmt_parse.y
15742                 added message with no signature in format for reply
15743                 and forward.
15744
15745 2001-06-17 [paul]
15746
15747         Minor UI stuff
15748
15749         * src/mainwindow.c
15750         * src/summaryview.c
15751                 Improvements to the English
15752
15753         * src/prefs_common.c
15754                 Improvements to the English and some
15755                 clarity/continuity improvements in the
15756                 description of Quote symbols.
15757
15758 2001-06-17 [paul]
15759
15760         0.5.0claws1
15761
15762         * sync with sylpheed 0.5.0pre1
15763
15764 2001-06-17 [hoa]
15765
15766         * src/compose.c
15767                 Better interface for compose, displayed fields
15768                 are updated whenever we change account.
15769                 Newsgroups field is automatically filled.
15770
15771         * src/mainwindow.c
15772                 Newsgroups field is automatically filled.
15773
15774         * src/prefs_account.c
15775                 Some interface stuff when fields appear and
15776                 disappear.
15777
15778 2001-06-16 [paul]
15779
15780         0.4.99claws
15781
15782         * sync with sylpheed 0.4.99
15783
15784 2001-06-16 [sergey]
15785
15786         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
15787         base64_decoder_free, base64_decoder_decode): new object and
15788         functions for decoding base64 streams.
15789         * src/procmime.c (procmime_decode_content): modified to use the
15790         new base64 decoder.
15791
15792 2001-06-15 [paul]
15793
15794         0.4.99claws10
15795
15796         * sync with sylpheed 0.4.99cvs11
15797
15798 2001-06-13 [paul]
15799
15800         0.4.99claws9
15801
15802         * sync with sylpheed 0.4.99cvs9
15803
15804 2001-06-13 [hoa]
15805
15806         * src/compose.c
15807         * src/prefs_account.c
15808
15809                 SMTP server can be defined in the news account
15810                 mime type of attachment are kept.
15811
15812         * src/summaryview.c
15813
15814                 now choose the highest important score between default
15815                 and important score of folder.
15816
15817 2001-06-09 [alfons]
15818         
15819         * src/prefs_common.c: 
15820
15821                 (prefs_quote_description_create): corrected description of 
15822                 quote format characters
15823
15824 2001-06-09 [paul]
15825
15826         0.4.99claws8
15827
15828         * sync with sylpheed 0.4.99cvs8
15829
15830 2001-06-08 [sergey]
15831
15832         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
15833         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
15834
15835 2001-06-08 [paul]
15836
15837         0.4.99claws7
15838
15839         * sync with sylpheed 0.4.99cvs7
15840
15841 2001-06-06 [sergey]
15842
15843         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
15844         clashes with autogenerated header).
15845         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
15846         * src/Makefile.am: added quote_fmt.h.
15847         * src/.cvsignore: added lex/yacc autogenerated files
15848         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
15849
15850 2001-06-06 [paul]
15851
15852         0.4.99claws6
15853
15854         * sync with sylpheed 0.4.99cvs6
15855
15856 2001-06-06 [hoa]
15857
15858         * added src/quote_fmt_parse.h
15859         * src/compose.c
15860                 removed warnings
15861
15862         * src/prefs.[ch]
15863                 don't modify readonly configuration files
15864
15865         * src/prefs_account.c
15866         * src/prefs_common.c
15867         * src/prefs_customheader.c
15868         * src/prefs_display_header.c
15869         * src/prefs_filter.c
15870         * src/prefs_filtering.c
15871         * src/prefs_scoring.c
15872                 don't open dialog box when configuration files
15873                 are readonly
15874
15875 2001-06-05 [sergey]
15876
15877         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
15878
15879         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
15880         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
15881         BUILT_SOURCES to make all files rebuild properly.
15882
15883         * src/compose.c: removed #include "quote_fmt.tab.h".
15884
15885         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
15886         CHARACTER value in yylval.
15887
15888         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
15889         receive CHARACTER value by documented means (yylval).
15890
15891         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
15892
15893 2001-06-05 [hoa]
15894
15895         * src/Makefile.am
15896                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
15897
15898         * src/filtering.c
15899         * src/matcher.c
15900         * src/matcher.h
15901         * src/prefs_filtering.c
15902                 now keep the configuration for execute action
15903
15904         * src/mbox_folder.c
15905                 fixed a warning
15906
15907 2001-06-05 [paul]
15908
15909         * sync with sylpheed 0.4.99cvs5
15910
15911 2001-06-05 [hoa]
15912
15913         * src/Makefile.am
15914                 added quote_fmt.[ch]
15915
15916         * added src/quote_fmt.y
15917         * added src/quote_fmt.l
15918         * added src/quote_fmt.tab.h
15919         * added src/quote_fmt.tab.c
15920         * added src/lex.quote_fmt.c
15921                 parsing configuration for replying
15922                 and forwarding
15923
15924         * src/prefs_common.[ch]
15925                 added configuration UI for replying
15926                 and forwarding
15927
15928         * src/compose.c
15929                 using configuration for replying
15930                 and forwarding
15931
15932 2001-06-04 [hoa]
15933
15934         * src/filtering.c
15935         * src/matcher.c
15936         * src/matcher.h
15937         * src/prefs_filtering.c
15938         * src/prefs_matcher.c
15939         * src/prefs_matcher.h
15940                 action "run a command" for filtering
15941                 and matching with a command.
15942                 fixed the "whole message" matching
15943
15944         * src/mbox_folder.c
15945                 changed temporary filename for security
15946
15947         * src/messageview.c
15948                 queue the notification if it fails to send.
15949
15950         * src/prefs_common.c
15951         * src/prefs_folder_item.c
15952                 changed the default important score             
15953
15954         * src/prefs_scoring.c
15955         * src/scoring.c
15956                 hide kill score input when the folder is not
15957                 a newsgroup
15958
15959 2001-06-03 [alfons]
15960
15961         * src/prefs_common.c:
15962
15963                 (prefs_font_select): pass font name in font entry box to font
15964                 selection dialog.
15965
15966 2001-06-03 [sergey]
15967
15968         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
15969
15970 2001-06-03 [paul]
15971
15972         * sync with sylpheed 0.4.99cvs4
15973
15974 2001-06-03 [alfons]
15975
15976         * src/headerwindow.c:
15977
15978                 (headerwindow_show_cb): use the selected summary view item, not
15979                 the displayed item.
15980
15981 2001-06-02 [alfons]
15982
15983         * src/headerwindow.c:
15984
15985                 (headerwindow_show_cb): always try to show msginfo
15986
15987 2001-06-02 [hoa]
15988
15989         * src/compose.c
15990                 keep attached parts when reediting or forwarding.
15991
15992 2001-06-01 [hoa]
15993
15994         * src/folderview.c
15995         * src/prefs_folder_item.[ch]
15996         * src/prefs_scoring.[ch]
15997         * src/scoring.[ch]
15998         * src/summaryview.[ch]
15999         * src/main.c
16000         * src/mainwindow.c
16001         * src/prefs_common.[ch]
16002                 support for folder scoring
16003                 kill score and important score for messages
16004         
16005         * src/prefs_account.c
16006                 some display bug fixed for local account
16007                 preferences
16008
16009 2001-05-31 [alfons]
16010
16011         * src/summaryview.c:
16012
16013                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
16014                 sender to address book menu item is disabled.
16015
16016 2001-05-30 [hoa]
16017
16018         * src/filtering.[ch]
16019         * src/summaryview.c
16020                 handling summary menu / filter messages
16021
16022         * src/folder.[ch]
16023                 add some stuff
16024
16025         * src/foldersel.c
16026                 imap folders now appears in list
16027
16028         * src/mbox_folder.c
16029                 doesn't crash if destination mail is not writeable
16030
16031 2001-05-29 [hoa]
16032
16033         * src/compose.c
16034                 removed some warnings
16035
16036         * src/filtering.c
16037         * src/folder.[ch]
16038         * src/prefs_filtering.c
16039                 global string to identify any folders           
16040                 removed some debug info
16041                 filtering to mbox folders is now possible
16042
16043         * src/mainwindow.c
16044                 removed some warnings
16045
16046         * src/mbox_folder.c
16047                 permission on files are changed to read/write for user only,
16048                 nothing for other.
16049                 creation of subfolder is handled better.
16050
16051 2001-05-28 [alfons]
16052
16053         Verified the sync for src/prefs_common.[ch] and
16054         src/prefs_account.[ch]. I believe there were some
16055         minor indentation differences.
16056
16057 2001-05-28 [paul]
16058
16059         0.4.99claws3
16060
16061         * sync with 0.4.99cvs3
16062
16063 2001-05-28 [hoa]
16064
16065         * src/compose.c
16066                 handling flags for mbox format
16067
16068         * src/filtering.c
16069                 use of mark file only for MH format
16070                 handling flags for mbox format
16071                 filtering cannot yet move or copy mails to mbox folders.
16072
16073         * src/folder.[ch]
16074                 changed move_msg, copy_msg,
16075                 move_msgs_with_dest, copy_msgs_with_dest functions
16076                 uses only folder->copy_msg() function
16077                 uses folder->finished_copy() to handle the destination
16078                 folder at the end of the copy or move operation.
16079
16080         * src/foldersel.c
16081                 included mbox directories.
16082
16083         * src/folderview.[ch]
16084         * src/mainwindow.c
16085                 handle folders operation for mbox format
16086
16087         * src/mbox.c
16088                 disable conversion of "From " header
16089
16090         * src/mbox_folder.[ch]
16091                 completion of mbox format handling
16092
16093         * src/mh.c
16094                 changed mh_copy_msg() function and
16095                 removed mh_move_msg(), mh_move_msgs_with_dest(),
16096                 mh_copy_msgs_with_dest()
16097
16098         * src/prefs_filtering.c
16099                 removed some warnings
16100
16101         * src/prefs_matcher.c
16102                 default boolean operation is AND
16103
16104         * src/procheader.c
16105                 handling flags for mbox format
16106                 handling of "From " header
16107
16108         * src/procmsg.[ch]
16109                 removed data field
16110                 added MSG_REALLY_DELETED flags to handle deletion of
16111                 messages in mbox format.
16112
16113         * src/summaryview.c
16114                 handling flags for mbox format
16115                 disable the MSG_DELETED flags when messages
16116                 are deleted in mbox format
16117
16118         * src/textview.c
16119                 "From " headers display fixed.
16120
16121 2001-05-27 [alfons]
16122
16123         * src/textview.c:
16124                 
16125                 (get_email_part): skip quoted email addresses, like in e.g.
16126                 "'alfons@proteus.demon.nl'".
16127
16128 2001-05-26 [alfons]
16129
16130         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
16131         and fixing the persistence troubles when using separate windows.
16132
16133         * src/mainwindow.c:
16134         
16135             Added #define SEPARATE_ACTION used in the gtk item factory for 
16136             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
16137                 use gtk_item_factory_get_widget_by_action() to get the items.
16138                 
16139             Removed separate_widget_cb from the gtk item factory data   
16140           
16141             (mainwindow_create): connect separate_widget_cb() to check
16142             menu item "toggled" signal. also passing a MainWindow pointer
16143                 as object data for both check menu items.
16144                 
16145             (separate_widget_cb): definition of separate_widget_cb() to match
16146             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
16147                 window using gtk_object_get_data(). The type of window separation 
16148                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
16149         
16150         * src/prefs_filtering.c,
16151           src/prefs_matcher.c: added horizontal scrollbars
16152
16153 2001-05-25 [darko]
16154
16155         * src/headerview.c
16156                 fix segfault with invalid bold font
16157         * src/summaryview.c
16158                 correctly display summary stats after row is marked
16159
16160 2001-05-23 [sergey]
16161
16162         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
16163         encodings with libjconv.
16164
16165 2001-05-23 [hoa]
16166
16167         * src/Makefile.am
16168                 added mbox_folder.[ch]
16169         * src/defs.h
16170                 mbox temporary folder
16171         * src/folder.[ch]
16172         * added src/mbox_folder.[ch]
16173         * src/folderview.c
16174         * src/procheader.[ch]
16175                 added mbox support
16176         * src/mbox.c
16177                 bugfix for file incorporation filtering
16178         * src/imap.c
16179                 enable creation of MBOX
16180         * src/prefs_display_header.c
16181                 enable use of headers like "From "
16182                 something that should be fixed :
16183                         displaying of such headers add an extra space
16184         * src/prefs_folder_item.c
16185                 don't create folders because it is not necessary
16186         * src/procmsg.h
16187                 added data field to MsgInfo for mbox internal use
16188         * src/summaryview.c
16189                 added some support for mbox
16190         * src/utils.[ch]
16191                 added get_mbox_cache_dir() function
16192
16193 2001-05-23 [hiroyuki]
16194
16195         * src/headerwindow.c
16196           src/inc.c
16197           src/main.c
16198           src/mh.c
16199           src/nntp.c
16200           src/procmsg.h
16201           src/session.h
16202           src/socket.[ch]
16203           src/summaryview.c
16204           src/textview.c
16205           src/automaton.c
16206           src/folderview.c: more sync with 0.4.99cvs2.
16207
16208         * src/headerwindow.c: reverted.
16209
16210 2001-05-22 [paul]
16211
16212         0.4.99claws2
16213
16214         * sync with sylpheed 0.4.99cvs2
16215                 * src/news.[ch]
16216                 * src/nntp.[ch]
16217                 * INSTALL
16218                 * INSTALL.jp
16219
16220 2001-05-22 [alfons]
16221
16222         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
16223
16224 2001-05-21 [alfons]
16225
16226         Minor things:
16227
16228         * configure.in: if gnome-config not found, "no" is displayed
16229         
16230         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
16231
16232         * src/textview.c: now also possible to add mail addresses by right
16233           clicking in the text view
16234
16235         * src/codeconv.c: merged patch which fixes endless loop when encountering
16236           invalid wide characters; from Alte <010@imis.ru>  
16237
16238 2001-05-20 [alfons]
16239
16240         Added installation of gnome specific things:
16241
16242         * Makefile.am: gnome conditional
16243
16244         * configure.in: check for installed gnome
16245
16246         * added sylpheed.png, sylpheed.desktop
16247
16248 2001-05-20 [sergey]
16249
16250         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
16251
16252         * src/mainwindow.h (main_window_toolbar_create): created a button
16253         for "Reply to all".
16254         (main_window_set_toolbar_sensitive): enable/disable the new button
16255         appropriately.
16256         (toolbar_reply_to_author_cb): handle the new button.
16257
16258         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
16259         send_progress_dialog_destroy() on failure (fixes hang on SMTP
16260         failure).
16261
16262 2001-05-19 [sergey]
16263
16264         * src/compose.h (ComposeReplyMode): new modes
16265         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
16266         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
16267
16268         * src/compose.c
16269         (compose_send): move some code into a new function:
16270         (compose_current_mail_account): new function.
16271         (compose_reply): new argument to_author, all callers changed; if
16272         to_author==TRUE and account->protocol==A_NNTP, find and use an
16273         appropriate mail account for replying.
16274         (compose_reply_set_entry): new argument to_author; ignore
16275         compose->replyto if to_author==TRUE.
16276
16277         * src/mainwindow.c: new command "Message/Reply to author".
16278         (main_window_set_menu_sensitive): enable/disable it.
16279         (reply_cb): handle it.
16280
16281         * src/summaryview.c: new command "Reply to author".
16282         (summary_set_menu_sensitive): enable/disable it.
16283         (summary_reply_cb): handle it.
16284
16285         * src/account.c (account_find_mail_from_address): new function.
16286
16287 2001-05-18 [paul]
16288
16289         0.4.99claws1
16290
16291         * sync with sylpheed 0.4.99cvs1
16292
16293 2001-05-18 [hoa]
16294
16295         * src/compose.[ch]
16296         * src/filtering.c
16297         * src/summaryview.c
16298                 new filtering action : forward and forward as attachment
16299
16300         * src/main.c
16301                 no need for $DISPLAY when we run sylpheed --help
16302                 call to parse_cmd_opt() is moved
16303
16304         * src/mainwindow.[ch]
16305                 execute button is hidden when immediate execute
16306                 is chosen
16307
16308         * src/mh.c
16309         * src/news.c
16310         * src/prefs_folder_item.c
16311         * src/procmsg.c
16312                 better handling of missing directories
16313
16314         * src/summaryview.c
16315                 reedit is enabled in outbox
16316                 reedit is enabled in queue
16317
16318 2001-05-17 [hoa]
16319
16320         * src/filtering.c
16321         * src/matcher.[ch]
16322         * src/prefs_filtering.c
16323                 changed attachement into attachment
16324
16325 2001-05-17 [alfons]
16326
16327         0.4.67claws4    
16328
16329         * sync with sylpheed 0.4.67cvs9
16330         * sync with sylpheed 0.4.67cvs7-8
16331
16332 2001-05-17 [hoa]
16333
16334         * src/Makefile.am
16335                 added prefs_filtering.c
16336
16337         * src/filtering.[ch]
16338         * src/matcher.[ch]
16339                 removed action : forward_news and forward_news_as_attachement
16340                 (forward and forward_as_attachement can be used instead)
16341
16342         * src/mainwindow.c
16343                 added menu option to access filtering configuration
16344
16345         * src/prefs_account.c
16346                 changed mail_command default to /usr/sbin/sendmail
16347
16348         * added src/prefs_filtering.[ch]
16349                 dialog box for filtering configuration
16350
16351         * src/prefs_matcher.c
16352                 added function prefs_matcher_get_criteria_from_matching()
16353
16354         * src/prefs_scoring.c
16355                 reset the dialog when register or substitute is clicked
16356
16357 2001-05-15 [hoa]
16358
16359         * src/Makefile.am
16360                 added filtering.[ch]
16361         * src/inc.c
16362                 using filering.[ch] instead of filter.[ch]
16363         * src/main.c
16364                 reading new filtering configuration
16365         * src/matcher.[ch]
16366                 added some filtering actions
16367                 and fixed a bug for headers and mail body matching
16368         * src/mbox.c
16369                 using filering.[ch] instead of filter.[ch]
16370         * src/mh.c
16371                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
16372         * src/summaryview.c
16373                 some fixes for filtering
16374
16375 2001-05-14 [hiroyuki]
16376
16377         * src/send.c: fixed some weird indentations.
16378           send_message_with_command(): call pclose() only if p != NULL.
16379         * src/textview.c: get_email_part(): modified the code for readability.
16380
16381 2001-05-14 [hiroyuki]
16382
16383         * src/md5global.h
16384           src/md5ify.c
16385           src/md5ify.h: removed from the cvs.
16386
16387 2001-05-13 [sergey]
16388
16389         * src/main.c: include rfc2015.h to avoid compiler warnings.
16390         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
16391         the panel is already on screen.
16392         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
16393         closing the alert window by ESC as "No".
16394         * src/prefs_common.c (prefs_interface_create): moved return
16395         receipt check button to the correct place.
16396
16397 2001-03-13 [alfons]
16398
16399         * src/prefs_common.c: 
16400                 moved return receipt check button to the Send tab. (prefs_send_create)
16401                 removed the date format ui related globals. (prefs_display_create)
16402
16403         0.4.67claws3
16404         
16405         * sync with sylpheed 0.4.67cvs5-6
16406
16407 2001-05-13 [paul]
16408
16409         * added Alfons' font selection patch
16410
16411         * src/defs.h
16412         * src/headerwindow.c
16413         * src/prefs_common.c
16414         * src/prefs_common.h
16415
16416 2001-05-13 [hoa]
16417         * src/defs.h
16418                 changed version of cache
16419         * src/matcher.[ch]
16420         * src/prefs_matcher.c
16421                 added additionnal matching criteria
16422         * src/procheader.c
16423         * src/procmsg.[ch]
16424         * src/news.c
16425                 added references in MsgInfo
16426
16427 2001-05-12 [hoa]
16428
16429         * src/defs.h
16430                 prepared some things for new filtering
16431         * src/matcher.[ch]
16432                 added some matching properties
16433                 inreplyto need to be enhanced
16434                 prepared some things for new filtering
16435         * src/messageview.c
16436                 added Return-Receipt-To handling
16437         * src/prefs_folder_item.c
16438                 changed default value to TRUE
16439         * src/prefs_matcher.c
16440                 added some matching properties
16441         * src/prefs_scoring.[ch]
16442                 the scoring dialog is finished
16443         * src/procheader.c
16444                 added Return-Receipt-To handling
16445                 Reference need to be added
16446         * src/procmsg.[ch]
16447                 added Return-Receipt-To handling
16448                 added threadscore to get a better score sorting when
16449                 threads are enabled
16450         * src/summaryview.c
16451                 suppressed a bug when we sort the list
16452                 when no folder is opened.
16453                 better score sorting when threads are enabled
16454
16455 2001-05-12 [alfons]
16456
16457         * reverted previous patch because of potential errors 
16458
16459         0.4.67claws2
16460         
16461         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
16462                 applied "toggle mail-retrieval dialog window" patch submitted 
16463                 by Eric Limpens <eric@qnt.net>
16464
16465         * sync with sylpheed 0.4.67cvs4
16466
16467 2001-05-12 [sergey]
16468
16469         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
16470         some picky compilers.
16471         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
16472         * src/grouplist_dialog.c: include alertpanel.h.
16473         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
16474         fix compile warning.
16475         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
16476         #include "defs.h" before others to prevent the warning of `MIN'
16477         and `MAX' redefinition.
16478
16479 2001-05-11 [hoa]
16480
16481         * src/main.c
16482         * src/messageview.c
16483         * src/prefs_account.c
16484         * src/prefs_display_header.c
16485                 removed warning
16486         * src/Makefile.am
16487                 added prefs_scoring.[ch]
16488         * src/grouplist_dialog.c
16489                 display an error dialog box if the group list
16490                 cannot be fetched.
16491         * src/mainwindow.[ch]
16492                 added main_window_set_thread_option() function
16493                 scoring dialog box enabled
16494         * src/matcher.[ch]
16495                 added flags matching unread /new / marked
16496                 / deleted / replied / forwarded
16497         * src/news.c
16498                 newsgroups are now finally in newscache
16499         * src/prefs_matcher.[ch]
16500                 finished preferences for matching dialog
16501         * added src/prefs_scoring.[ch]
16502                 scoring dialog box completed
16503         * src/scoring.[ch]
16504                 conversion to string : added scoringprop_to_string()
16505                 write config for preferences :
16506                 added prefs_scoring_write_config()
16507         * src/summaryview.c
16508                 threads can be enabled/disabled independently
16509                 for each folder
16510
16511 2001-05-10 [alfons]
16512
16513         0.4.67claws1
16514         
16515         * AUTHORS: 
16516                 thought it would be nice to have a list of all
16517                 contributors (used Changelog as a reference)
16518         
16519         * configure.in: 
16520                 messed up version numbering...
16521
16522         0.4.66claws1
16523
16524         * sync with sylpheed 0.4.67cvs1-3
16525
16526 2001-05-10 [darko]
16527
16528         * src/prefs_common.c:
16529                 better UI for strftime format, double clicking
16530                 on format now inserts the format in text entry
16531                 replaced close button with standard OK/Cancel
16532                 moved date format button to the right of the
16533                 text entry field
16534
16535 2001-05-09 [alfons]
16536
16537         * src/gtkstext.c:
16538                 Ctrl-Home / Ctrl-End have proper cursor navigation
16539
16540 2001-05-09 [hoa]
16541
16542         * src/prefs_matcher.c
16543                 finished UI to define matching properties
16544                 added ok and cancel button
16545         * src/prefs_filter.c
16546                 added ok and cancel button
16547         * src/news.c
16548                 fixed some bug in xhdr parsing
16549
16550 2001-05-08 [alfons]
16551
16552         * src/textview.c: 
16553                 fixed a bug in textview_show_header(), which displayed two colons (':');
16554                 cleaned up some warnings
16555
16556 2001-05-08 [hoa]
16557
16558         * src/Makefile.am
16559                 added prefs_matcher.[ch]
16560                 compilation with -W -Wall
16561         * src/alertpanel.c
16562                 ungrab the mouse events if grabbed - does it
16563                 fix the bug for disposition notification ?
16564         * src/mainwindow.c
16565                 added a menu option to open the matching dialog.
16566         * src/matcher.[ch]
16567                 added matcherprop_to_string() and matcherlist_to_string()
16568                 fixed some bugs, changed the name of some options
16569                 age_sup and age_inf becomes age_greater and age_lower,
16570                 body and messageheaders becomes body_part and headers_part,
16571                 changed the names of constants from SCORING_XXX to MATCHING_XXX
16572         * src/prefs_display_header.c
16573         * src/prefs_headers.c
16574                 fixed a bug that accidentally destroyed dialogs
16575                 when closed them with delete_event
16576                 Added *_deleted() which handle delete_event signal correctly.
16577         * src/prefs_folder_item.[ch]
16578                 added "enable_thread" field for future customization
16579         * added src/prefs_matcher.[ch]
16580                 sample of the UI to define matching properties
16581         * src/procheader.c
16582                 using procheader_headername_equal instead of str*cmp functions
16583                 using procheader_parse_header() function
16584         * src/scoring.c
16585                 using MATCHING_XXX instead of SCORING_XXX
16586         * src/summaryview.c
16587                 display the sender of the news even if this is ourself
16588                 when this is a news message.
16589         * src/textview.c
16590                 using headername_equal() instead of str*cmp functions
16591
16592 2001-05-08 [alfons]
16593
16594         0.4.66claws
16595
16596         * sync with sylpheed 0.4.66
16597         * src/gtkstext.c: trace logs added 
16598
16599 2001-05-08 [sergey]
16600
16601         * src/prefs_common.[ch]: added option to enable/disable GnuPG
16602         signature check popup.
16603         * src/rfc2015.c (check_signature): show signature check popup only
16604         if it is enabled in preferences.
16605
16606 2001-05-07 [alfons]
16607
16608         0.4.66claws4
16609         
16610         * sync with sylpheed 0.4.66cvs6
16611
16612 2001-05-07 [darko]
16613
16614         * src/prefs_common.[ch]: added option to enable/disable
16615           looking up sender name in address book for summary pane
16616         * src/summaryview.c: look up sender in the address book
16617           by using Alfons' address completion code
16618
16619 2001-05-07 [hiroyuki]
16620
16621         * src/inc.h
16622           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
16623           member of Pop3State.
16624         * src/news.c: brought #include "defs.h" before #include <glib.h>
16625           to prevent the warning of `MIN' and `MAX' redefinition.
16626
16627 2001-05-06 [hoa]
16628
16629         * removed src/headers_display.[ch]
16630         * removed src/prefs_display_headers.[ch]
16631         * src/inc.c
16632                 use a temporary file in the user directory for mbox import
16633         * src/news.c
16634                 added XHDR support to get "To" and "Cc" headers
16635                 (in order to match news with to or cc field for
16636                 scoring)
16637                 added function news_parse_xhdr() to get XHDR response
16638         * src/nntp.[ch]
16639                 added function nntp_xhdr()
16640         * src/matcher.c
16641                 fetch the message if necessary
16642
16643 2001-05-06 [alfons]
16644
16645         0.4.66claws3
16646
16647         * sync with sylpheed 0.4.66cvs3-5
16648
16649 2001-05-06 [hoa]
16650
16651         * src/utils.[ch]
16652                 added function itos_buf() to enable use of several buffers
16653         * src/summaryview.c
16654                 use of itos_buf() instead of itos() in summary list
16655                 to fix the broken display of message number.
16656
16657 2001-05-06 [alfons]
16658
16659         * src/gtkstext.c: bug in cursor up navigation fixed,
16660                 fixed another unsigned / signed comparison (we're getting there :-)
16661
16662 2001-05-06 [hoa]
16663
16664         * src/Makefile.am
16665                 added scoring.c scoring.h
16666                 prefs_folder_item.c prefs_folder_item.h
16667                 matcher.c matcher.h
16668         * src/defs.h
16669                 added FOLDERITEM_RC SCORING_RC
16670         * src/folder.[ch]
16671                 added prefs field in FolderItem :
16672                 properties for each folder (PrefsFolderItem),
16673                 sorting type and mode were added as the first properties.
16674         * src/main.c
16675                 read config for scoring
16676         * added src/matcher.[ch]
16677                 gives functions to parse configuration file to do
16678                 matching on mails with a list of conditions.
16679         * src/mainwindow.c
16680                 add option to sort by score
16681         * src/prefs_common.[ch]
16682                 added preference option to show score and for
16683                 the score column size
16684         * added src/prefs_folder_item.[ch]
16685                 properties for each folder (PrefsFolderItem),
16686                 sorting type and mode were added as the first properties.
16687         * src/procheader.[ch]
16688                 added procheader_parse_header()
16689                 added procheader_header_free()
16690                 added procheader_headername_equal()
16691                 and made modification to use them.
16692         * src/procmsg.[ch]
16693                 added score field to MsgInfo structure
16694         * added src/scoring.[ch]
16695                 gives functions to parse configuration file to do
16696                 scoring on mails with a list of conditions.
16697         * src/summaryview.[ch]
16698                 save the sorting type and mode for the folder
16699                 added column to display the score of the mail
16700                 added function summary_score_clicked()
16701                 sorting type and mode are restored to the folder
16702                 when it is reopen
16703         * src/textview.c
16704                 use procheader_parse_header(), procheader_headername_equal()
16705                 removed memory leak in text_scan_header when freeing headers
16706         * src/filter.c
16707                 changed the function to match names of headers
16708                 using procheader_headername_equal()
16709
16710         Scoring functions are implemented, an interface is needed
16711         to configure that.
16712
16713 2001-05-04 [alfons]
16714
16715         * src/gtkstext.c: 
16716                 hopefully fixed the row up navigation bug,
16717                 removed adding back / forward lines to cache
16718
16719 2001-05-04 [sergey]
16720
16721         * src/prefs_display_headers.c: user interface changes:
16722         (prefs_display_headers_create): remove unused "Show" check button;
16723         allow reordering of headers by dragging.
16724         (prefs_display_headers_write_config): remove unused variables.
16725         (prefs_display_headers_set_dialog): do not insert "(New)" at top
16726         of lists (not needed with the new UI).
16727         (prefs_display_headers_set_list): scan lists starting from row 0,
16728         not 1 (do not skip "(New)").
16729         (prefs_display_headers_find_header): new function.
16730         (prefs_display_headers_clist_set_row): do not allow duplicates.
16731         (prefs_display_headers_delete_cb): do not skip row 0; treat
16732         closing the alert window by ESC as "No".
16733         (prefs_display_headers_up): do not protect row 0.
16734         (prefs_display_headers_down): do not protect row 0.
16735
16736 2001-05-04 [sergey]
16737
16738         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
16739         functions.
16740
16741         * src/summaryview.c
16742         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
16743         summary_select_next_marked, summary_select_prev_marked): new
16744         functions.
16745
16746 2001-05-03 [sergey]
16747
16748         * src/news.c: fixed a bug when no article can be fetched after
16749         server timeout if the connection was restored by news_post():
16750         (news_select_group): new function.
16751         (news_fetch_msg): call news_select_group() before fetching
16752         article.
16753         (news_get_uncached_articles): set session->group after successful
16754         GROUP command.
16755
16756 2001-05-03 [hoa]
16757
16758         * src/defs.h
16759         * src/procmsg.[ch]
16760         * src/procheader.c
16761                  changed version of cache, added cc field
16762
16763         * src/prefs_display_headers.c
16764                 the interface was changed
16765
16766         * src/prefs_headers.c
16767                 added cancel button
16768
16769 2001-05-03 [alfons]
16770
16771         * completed sync of sylpheed cvs2
16772         * src/gtkstext.c: updated row up / down cursor navigation
16773         * src/textview.c: re-edited, prepared for fixing the email address
16774                 scanner.
16775
16776 2001-05-03 [darko]
16777
16778         * src/prefs_common.c: use alfons' strftime ui code
16779         entry_datefmt and datefmt_sample widgets have to be
16780         global in this module because of this change
16781
16782 2001-05-03 [hoa]
16783
16784         * src/messageview.c
16785         * src/prefs_common.[ch] added option to activate the return receipt
16786                 feature.
16787
16788 2001-05-02 [alfons]
16789
16790         * src/gtkstext.c: fix for row up/down cursor navigation. 
16791
16792         0.4.66claws2
16793         
16794         * sync with 0.4.66cvs2
16795
16796 2001-05-02 [paul]
16797
16798         added add-sender-to-addressbook patch
16799
16800         * src/addressbook.c
16801         * src/addressbook.h
16802         * src/summaryview.c
16803
16804 2001-05-02 [sergey]
16805
16806         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
16807         G_ALERTDISABLE.
16808
16809         * src/alertpanel.c (alertpanel_create): new argument can_disable,
16810         all existing callers changed to pass FALSE; create a check button
16811         to disable the message.
16812         (alertpanel_message_with_disable): new function.
16813         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
16814         (alertpanel_button_toggled): new function.
16815         (alertpanel_button_clicked, alertpanel_close): set value using
16816         G_ALERT_VALUE_MASK.
16817
16818         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
16819
16820         * src/prefs_common.c (prefs_privacy_create): new check button
16821         checkbtn_gpgme_warning.
16822
16823         * src/main.c (main): moved preferences reading before gpgme
16824         initialization; check prefs_common.gpgme_warning before giving the
16825         GnuPG warning and set it to FALSE if the user wants to disable the
16826         warning.
16827
16828 2001-05-02 [hiroyuki]
16829
16830         * src/prefs_display_headers.c: modified the layout and some labels.
16831
16832 2001-05-02 [sergey]
16833
16834         * src/prefs_account.c (prefs_account_fix_size): new function.
16835         (prefs_account_create): call prefs_account_fix_size(); use
16836         gtk_widget_show instead of gtk_widget_show_all (fixes too large
16837         size when the window is shown for the first time).
16838         (prefs_account_basic_create): changed layout of serv_table; moved
16839         localmbox_entry above smtpserv_entry (logically it replaces
16840         POP3/IMAP server).
16841         (prefs_account_protocol_activated): set sensitivity of
16842         nntpauth_chkbtn according to the protocol (in addition to
16843         hide/show); commented out gtk_table_set_row_spacing() calls.
16844         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
16845         not sensitive (fixes a bug with disabled username/password boxes
16846         when editing POP3 account after NNTP with authentication).
16847
16848 2001-05-02 [hoa]
16849
16850         * src/account.c
16851         * src/inc.c
16852         * src/prefs_account.[ch]
16853         * src/send.c
16854                 removed local account without SMTP server
16855                 added option to use mail command instead of a connexion
16856                 to SMTP server when a local account is used
16857         * src/prefs_headers.c
16858                 fixed a bug
16859         * src/news.c
16860                 fixed a bug when connexion immediately closed
16861
16862 2001-05-01 [alfons]
16863
16864         0.4.66claws1
16865         
16866         * sync with 0.4.65
16867
16868 2001-05-01 [sergey]
16869
16870         * src/prefs_account.c (Basic, prefs_account_basic_create): new
16871         widget nntpauth_chkbtn.
16872         (prefs_account_protocol_activated): handle nntpauth_chkbtn
16873         visibility.
16874         (prefs_account_nntpauth_toggled): new function.
16875
16876         * src/news.c (news_session_new_for_folder): use NNTP
16877         authentication only if ac->use_nntp_auth is set.
16878
16879 2001-05-01 [hoa]
16880
16881         * src/Makefile.am changed headers.[ch] in customheader.[ch]
16882         * src/prefs_display_headers.c changed the UI
16883         * src/prefs_headers.c changed account_name to account_id
16884         * src/compose.c using customheader.h
16885
16886 2001-05-01 [hiroyuki]
16887
16888         * src/esmtp.c
16889           src/news.c
16890           src/nntp.c: changed sock_read() to sock_gets(), they've been left
16891           unsynched.
16892
16893 2001-05-01 [hoa]
16894
16895         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
16896         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
16897                 for displaying of headers
16898         * src/grouplist_dialog.[ch] minor changes to remove warnings
16899         * src/prefs_display_headers.[ch] dialog to choose the
16900         headers to display in the mail viewer.
16901         * src/headers.h correction of #define
16902         * src/headers_display.[ch] configuration for displaying of headers.
16903         * src/main.c read config of displaying of headers
16904         * src/prefs_common.c add a button to access the config dialog
16905                 for displaying of headers
16906         * src/prefs_display_headers.[ch] dialog for configuration for
16907                 displaying of the headers.
16908         * src/prefs_headers.c cleaning of code
16909         * src/procheader.c comments added to code
16910         * src/textview.c changes to reorder the headers depending
16911                 on the config for displaying of headers
16912
16913 2001-04-30 [alfons]
16914
16915         0.4.65claws7
16916
16917         * sync with 0.4.65cvs12
16918
16919         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
16920
16921 2001-04-30 [sergey]
16922
16923         * src/nntp.h (NNTPSockInfo): new field auth_failed.
16924
16925         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
16926         is set to force reconnection after authentication failure.
16927         (nntp_gen_command): set sock->auth_failed on authentication
16928         failure, or if sock->userid and sock->passwd are not set.
16929
16930         * src/news.c (news_session_new_for_folder): set userid=NULL if
16931         password dialog is cancelled.
16932
16933 2001-04-30 [sergey]
16934
16935         * src/nntp.h (NNTPSockInfo): new type.
16936
16937         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
16938         SockInfo.
16939         (nntp_open_auth, nntp_close): new functions.
16940         (nntp_gen_command): new function to handle authentication; all
16941         NNTP command functions updated to use it.
16942         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
16943         (nntp_list): removed old useless code.
16944
16945         * src/news.h (NNTPSession): new field nntp_sock.
16946
16947         * src/news.c: all functions updated to use NNTPSockInfo instead of
16948         SockInfo.
16949         (news_session_new): new arguments (userid, passwd); made static;
16950         use nntp_open_auth() if needed.
16951         (news_session_destroy): use nntp_close() instead of sock_close().
16952         (news_query_password): changed arguments.
16953         (news_session_new_for_folder): new function.
16954         (news_session_get): use news_session_new_for_folder().
16955         (news_authenticate): deleted.
16956         (news_get_uncached_articles): removed old authentication code.
16957
16958 2001-04-30 [sergey]
16959
16960         * src/news.c: reverted my previous changes (need to do NNTP
16961         authentication in a cleaner way).
16962         
16963 2001-04-29 [sergey]
16964
16965         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
16966         news_nntp_post, news_nntp_mode): new functions (wrappers with
16967         authentication support).
16968         (news_get_article_cmd, news_get_article, news_get_header): new
16969         argument "folder"; all callers changed.
16970         (news_get_article_cmd): added authentication support.
16971         (news_session_get): use news_nntp_mode() instead of nntp_mode().
16972         (news_post): use news_nntp_post() instead of nntp_post().
16973         (news_get_uncached_articles): use news_nntp_group() instead of
16974         nntp_group() and news_nntp_xover() instead of nntp_xover();
16975         removed old authentication code.
16976         (news_get_group_list): use news_nntp_list() instead of nntp_list().
16977
16978         * src/nntp.c (nntp_list): return real error code instead of
16979         hardcoded NN_ERROR.
16980
16981 2001-04-29 [sergey]
16982
16983         * configure.in: fixed wint_t typedef detection again
16984
16985 2001-04-28 [hoa]
16986
16987         * src/prefs_account.[ch], added A_LOCAL_CMD
16988                 (send mail with mail command)
16989         * src/send.c added function send_message_with_command()
16990         * src/inc.c made a more secure get_spool() function with
16991                 mktemp() but maybe mkstemp() or something more
16992                 secure can be used.
16993
16994 2001-04-28 [alfons]
16995
16996         * src/textview.c, colorization of email addresses in headers
16997
16998         0.4.65claws6
16999
17000         * bug sync with sylpheed
17001         * prefs_common.c: created date format ui for darko
17002         * sync with 0.4.65cvs11
17003         * configure.in: corrected to have the new gpg checks
17004
17005 2001-04-27 [alfons]
17006
17007         * completed sync with 0.4.65cvs10
17008         * minor debug things added to gtkstext.c
17009
17010 2001-04-27 [darko]
17011
17012         * configure.in: remove check for availability of
17013           strftime() as advised by Hiroyuki
17014         * src/prefs_common.[ch], src/procheader.c:
17015           synch strftime() code with Hiroyki's main branch
17016
17017 2001-04-26 [sergey]
17018
17019         * src/news.c: news_query_password(), news_authenticate(): new
17020           functions.
17021           news_get_uncached_articles(): added NNTP authentication
17022           handling.
17023         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
17024           new functions.
17025         * src/prefs_account.c: prefs_account_protocol_activated():
17026           enable userid and password fields for NNTP.
17027
17028 2001-04-26
17029
17030         * configure.in: check for availability of strftime()
17031           [darko]
17032         * src/prefs_common.[ch], src/procheader.c: use
17033           strftime() for displaying date in summary pane if it
17034           is available
17035
17036 2001-04-25
17037
17038         * more .cvsignore cleanups [alfons]
17039
17040 2001-04-25
17041
17042         * ac/sv-check-type.m4: new autoconf macro.
17043         * configure.in: fixed wint_t typedef detection (did not work
17044           with gcc-2.96).
17045
17046 2001-04-25
17047
17048         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
17049           [hiroyuki]
17050
17051 2001-04-24
17052         * modified gtkstext.c : buggy cursor navigation fixed, 
17053           and font descent also taken in account when drawing
17054           cursor. [alfons]
17055
17056 2001-04-24 [hoa]
17057         * added comments in src/news.c src/nntp.c
17058         * added src/prefs_headers.[ch]
17059         * added src/headers.[ch]
17060         * modified compose.c to activate custom headers
17061                 added function is_in_custom_headers
17062         * modified prefs_account.[ch]
17063                 added function prefs_account_customhdr_edit
17064         * modified src/defs.h :
17065                 added HEADERS_RC : name of the config file
17066                 for the custom headers
17067
17068 2001-04-24
17069
17070     0.4.65claws5
17071
17072         * configure.in
17073           src/gtkstext.[ch]
17074           src/compose.c
17075           src/Makefile.am
17076           
17077           added gtkstext with configure.in patch by Hiroyuki which
17078           should fix the XIM detection [alfons]
17079
17080         * more clean up of cvs [alfons]
17081
17082                  * removed all Makefile.in files to attic.
17083
17084                  * updated all .cvsignores to really ignore things that could
17085                    be unintentionally committed by a recursive commit.
17086
17087 2001-04-23 [hoa]
17088         * added src/grouplist_dialog.[ch]
17089         * changed src/folderview.c to call grouplist_dialog instead
17090                 of inputdialog
17091         * src/news.c :
17092                 added functions news_reset_group_list
17093                 and news_get_group_list
17094         * src/nntp.c :
17095                 added function nntp_list
17096         * src/defs.h :
17097                 added GROUPLIST_FILE : name of the newsgroup list cache file
17098
17099 2001-04-21
17100
17101         * added option to warn about queued messages on exit [sergey]:
17102
17103           * src/compose.c: compose_queue(): call folder_item_scan()
17104             and folderview_update_item() after queueing.
17105           * src/folderview.c: folderview_update_node(): draw the queue
17106             folder in bold font if there are queued messages.
17107           * src/mainwindow.c: queued_messages(): new function.
17108             app_exit_cb(): display warning if there are queued messages
17109             if warn_queued_on_exit is set.
17110           * prefs_common.[ch]: add warn_queued_on_exit option.
17111
17112         * enhanced GnuPG key selection support [sergey]:
17113
17114           * src/select-keys.c: updated to newer version from Win32
17115             branch with support for selecting arbitrary keys.
17116           * src/prefs_account.c: added the Privacy tab to the account
17117             options window.
17118             prefs_account_privacy_create(),
17119             prefs_account_sign_key_set_data_from_radiobtn(),
17120             prefs_account_sign_key_set_radiobtn(): new functions.
17121           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
17122           * src/rfc2015.c: set_signers(): new function.
17123             pgp_sign(): add the account parameter, call set_signers().
17124             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
17125           * src/rfc2015.h: rfc2015_sign(): updated prototype.
17126           * src/compose.c: pass the current account to rfc2015_sign().
17127
17128         * tag name claws added to prevent confusion with main branch [alfons]
17129
17130         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
17131
17132         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
17133
17134         * sync with recent sylpheed cvs. Untested though. [alfons]
17135