configure.ac too
[claws.git] / ChangeLog.claws
1 2003-07-14 [alfons]     0.9.3claws6
2
3         * src/procmsg.c
4                 tune the threader so it will not subject-thread any message
5                 without a subject prefix (this will not thread correctly if 
6                 a parent is delivered after their childs, but it looks 
7                 better right now)
8
9 2003-07-13 [christoph]  0.9.3claws5
10
11         * src/mainwindow.c
12                 group "Add mailbox *..." menu items in submenu
13
14 2003-07-13 [alfons]     0.9.3claws4
15
16         * src/summaryview.c
17                 correct summary_toggle_pressed() signature and make sure
18                 signal is not passed on
19
20 2003-07-13 [alfons]     0.9.3claws3
21
22         * src/summaryview.c
23                 o for now don't pass on keys when they we're handled by 
24                   ctree::key_press_event
25                 o clean up
26
27 2003-07-13 [alfons]     0.9.3claws2
28         
29         * src/main.c
30                 add command line option "--config-dir" to get the current 
31                 configuration dir
32
33 2003-07-12 [alfons]     0.9.3claws1
34
35         * src/matcher.[ch]
36         * src/matcher_parser_parse.y
37         * src/prefs_filtering.c
38         * src/filtering.c
39                 add "Lock" filter action to lock messages;
40
41         * src/filtering.c       
42                 remove debug_print()    
43         * src/prefs_filtering.c
44                 re-organize matcher part 9: 
45                 make action text entries easily extendible;
46                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
47                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
48
49 2003-07-12 [paul]
50
51         * tools/README
52                 update old information and add missing
53                 information
54
55 2003-07-12 [paul]       0.9.3claws
56
57         * 0.9.3claws released
58         
59 2003-07-12 [paul]       0.9.0claws103
60
61         * src/Makefile.am
62                 add addrquery.h
63
64 2003-07-12 [melvin]     0.9.0claws102
65
66         * src/messageview.c
67                 Fixed bug #215: Show MIME tab for single text/html messages. 
68                 
69 2003-07-12 [paul]       0.9.0claws101
70
71         * man/sylpheed.1
72                 updated
73
74 2003-07-12 [paul]       0.9.0claws100
75
76         * po/es.po
77           po/hr.po
78           po/pl.po
79           po/sr.po
80                 update Spanish, Croatian, Polish, Serbian translations.
81                 submitted by Ricardo Mones Lastra, Dragan, Witold
82                 Wladyslaw Wojciech Wilk, Urke MMI
83
84 2003-07-12 [melvin]     0.9.0claws99
85
86         * po/fr.po
87                 Updated French translations.
88
89 2003-07-12 [paul]       0.9.0claws98
90
91         * src/addressbook.c
92                 disable 'Lookup' button as it has no effect
93
94 2003-07-11 [alfons]     0.9.0claws97
95         
96         * src/summaryview.c
97                 summary_searchbar_pressed() should return TRUE to signal that
98                 event was handled. when returning void, the return value passed
99                 to GTK is actually random, but maybe FALSE, in which case the
100                 event is handled by parent
101                 
102 2003-07-10 [paul]       0.9.0claws96
103
104         * ac/missing/gettext.m4
105                 update to version 0.12
106
107 2003-07-10 [paul]       0.9.0claws95
108
109         * src/plugins/clamav/clamav_plugin.c
110                 fix bug where multipart/alternative messages
111                 would slip through without being scanned
112
113 2003-07-10 [christoph]  0.9.0claws94
114
115         * src/folder.c
116                 correct check if folder supports removing when a message is
117                 moved. if not the message is only copied.
118
119         (closes Bug 132 crash on startup in newsgroups folders)
120
121 2003-07-09 [alfons]     0.9.0claws93
122
123         * configure.ac
124         * src/common/defs.h
125                 --with-config-dir (default .sylpheed)
126
127 2003-07-09 [christoph]  0.9.0claws92
128
129         * configure.ac
130                 use PKG_CHECK_MODULES to check for gtkmathview
131                 (version 0.4.2 now required)
132
133 2003-07-08 [melvin]     0.9.0claws91
134
135         * src/action.c
136                 Implemented a progress bar that counts the number of completed
137                 tasks when the action runs more than one command.
138
139 2003-07-08 [alfons]     0.9.0claws90
140
141         * src/procmsg.c
142                 if queued message has an invalid Message-Id, don't try to
143                 find message it refers to (fixes #209 "crash when processing 
144                 in folder")
145
146 2003-07-08 [paul]       0.9.0claws89
147
148         * sync with 0.9.3cvs2
149                 see ChangeLog 2003-07-08
150
151 2003-07-08 [match]      0.9.0claws88
152
153         * src/ldapctrl.c
154                 extend LDAP search for first/last name by parsing search term.
155
156 2003-07-08 [alfons]     0.9.0claws87
157
158         * src/send_message.c
159                 fix bug #208 "Status message stuck when sending on POP3 account"
160
161 2003-07-07 [paul]       0.9.0claws86
162
163         * po/hr.po
164                 new Croatian translation, submitted by
165                 Dragan <drleskov@inet.hr>
166
167 2003-07-07 [paul]       0.9.0claws85
168
169         * sync with 0.9.3cvs1
170                 see ChangeLog 2003-07-07
171
172 2003-07-05 [christoph]  0.9.0claws84
173
174         * src/Makefile.am
175         * src/messageview.c
176         * src/mimeview.[ch]
177         * src/stock_pixmap.[ch]
178         * src/pixmaps/messageview_text.xpm              ** NEW **
179                 move mimeview tabs to the right side and use icons
180                 instead of text to save some space
181
182         (patch by Luke Plant <lukeplant@softhome.net>)
183
184 2003-07-05 [christoph]  0.9.0claws83
185
186         * src/inc.c
187                 add NULL pointer checks
188
189         (patch by Luke Plant <lukeplant@softhome.net>)
190         (closes Bug 204 0.9.0 quits on authentication error?!)
191
192 2003-07-05 [alfons]     0.9.0claws82
193
194         * configure.ac
195                 take the clue in bug #202 "./configure script - 
196                 'if test' comparison failure" reported by John Kristoff. 
197
198 2003-07-04 [christoph]  0.9.0claws81
199
200         * src/plugins/spamassassin/spamassassin.c
201                 set timeout for spam check
202
203 2003-07-04 [christoph]  0.9.0claws80
204
205         * src/main.c
206                 destroy all FolderItems when shutting down to
207                 allow folders to clean up
208
209 2003-07-04 [melvin]     0.9.0claws79
210
211         * src/gtk/gtkaspell.c
212                 Fixed bug #184 "Entering non-ascii character deletes
213                 previous char if spell checking enabled": this makes
214                 the spell checking in multibytes (e.g. UTF-8)locales work.
215                 (Patch by Luke Plant).
216                 
217 2003-07-04 [christoph]  0.9.0claws78
218
219         * sync with 0.9.2cvs1
220                 see ChangeLog 2003-06-10
221
222 2003-07-04 [paul]       0.9.0claws77
223
224         * sync with 0.9.3 release
225                 see ChangeLog 2003-07-04
226
227 2003-07-03 [christoph]  0.9.0claws76
228
229         * src/folder.[ch]
230         * src/imap.c
231         * src/mbox_folder.c
232         * src/mh.c
233         * src/news.c
234                 move folder_item_get_path() stuff into a folder virtual function
235
236         * src/procmsg.c
237                 use folder_item_fetch_msg() to get message and do not contruct
238                 the filename from path and number
239
240 2003-07-03 [paul]       0.9.0claws75
241
242         * sync with 0.9.2cvs12
243                 see ChangeLog 2003-07-03
244
245 2003-07-02 [paul]       0.9.0claws74
246
247         * src/messageview.c
248                 fix text-selection for replying
249
250 2003-07-02 [paul]       0.9.0claws73
251
252         * sync with 0.9.2cvs11
253                 see ChangeLog 2003-07-02
254
255 2003-07-02 [paul]       0.9.0claws72
256
257         * src/procmsg.c
258                 revert last commit because it breaks more
259                 than it fixes
260
261 2003-07-02 [paul]       0.9.0claws71
262
263         * src/procmsg.c
264                 fix thread by subject/sort by date
265
266 2003-07-01 [paul]       0.9.0claws70
267
268         * sync with 0.9.2cvs10
269                 see ChangeLog 2003-07-01
270
271 2003-06-30 [paul]       0.9.0claws69
272
273         * sync with 0.9.2cvs9
274                 see ChangeLog 2003-06-30
275
276 2003-06-28 [match]      0.9.0claws68
277
278         * src/addressbook.c
279                 fix null ptr.
280
281 2003-06-27 [paul]       0.9.0claws67
282
283         * sync with 0.9.2cvs7
284                 see ChangeLog 2003-06-27
285
286 2003-06-26 [christoph]  0.9.0claws66
287
288         * src/folder.c
289                 freeze folder updates while a folder is scanned
290
291         (closes Bug 185 New message counter)
292
293 2003-06-26 [darko]      0.9.0claws65
294
295         * src/ldapserver.c
296                 fix infinite loop when adding a new LDAP server
297
298 2003-06-26 [paul]       0.9.0claws64
299
300         * sync with 0.9.2cvs6
301                 see ChangeLog 2003-06-26
302
303 2003-06-26 [paul]       0.9.0claws63
304
305         * sync with 0.9.2cvs5
306                 see ChangeLog 2003-06-25 and 2003-06-26
307
308 2003-06-25 [match]      0.9.0claws62
309
310         * src/addr_compl.c
311                 Fixed tab/backtab for dropped-down completion list to
312                 move next/previous field. (close bug 147)
313
314 2003-06-25 [christoph]  0.9.0claws61
315
316         * src/addr_compl.[ch]
317         * src/addrindex.[ch]
318         * src/folderview.c
319         * src/inc.c
320         * src/news.c
321         * src/summaryview.c
322         * src/toolbar.c
323                 fix warnings
324
325 2003-06-25 [leandro]    0.9.0claws60
326
327         * src/compose.c
328                 o cleanups
329                 o gray out "Message/Remove references" menu item if not
330                   replying to a message
331
332 2003-06-24 [leandro]    0.9.0claws59
333
334         * src/compose.[ch]
335                 o removed "Message/Create new thread" menu item
336                 o added "Message/Remove references" menu item
337                   (it's off by default and will not check anymore
338                    if the subject changed)
339
340 2003-06-23 [alfons]     0.9.0claws58
341
342         * src/procmsg.c
343                 try better grouping messages threaded by subject based on their age.
344                 still not perfect - because the message tree is not sorted by date.  
345
346 2003-06-23 [thorsten]   0.9.0claws57
347
348         * src/pop.[ch]
349                 added mail_receive_hook to allow modifications
350                 directly after retrieval (e.g. adding headers).
351
352 2003-06-23 [paul]       0.9.0claws56
353
354         * src/sourcewindow.c
355                  enable the use of Ctrl+A to select all text in
356                  the sourcewindow
357                  Patch submitted by Ivan Francolin Martinez
358                  <ivanfm@users.sourceforge.net>
359
360 2003-06-22 [christoph]  0.9.0claws55
361
362         * src/folder.[ch]
363                 o add notification hook for folder tree changes
364                 o invoke hooks after folder tree scanning
365
366         * src/folderview.[ch]
367                 register hook for folder tree changes that
368                 updates the ctree
369
370         (there are more places that should be updated, like add, remove 
371          or move folder)
372
373         (closes Bug 164 Crash on rebuild folder tree)
374         (closes Bug 190 Crash on 'rebuilding folder tree')
375
376 2003-06-21 [leandro]    0.9.0claws54
377
378         * src/compose.[ch]
379                 create a new thread if subject changes
380                 (it's on by default, can be disabled in Message menu)
381
382 2003-06-21 [alfons]     0.9.0claws53
383
384         * src/summaryview.c
385                 quiet little compiler
386
387 2003-06-21 [christoph]  0.9.0claws52
388
389         update gettext stuff to version 0.12
390
391 2003-06-19 [alfons]     0.9.0claws51
392
393         * src/common/log.c
394         * src/common/plugin.c
395                 move defs.h before glib.h to prevent MIN/MAX redefs
396
397 2003-06-19 [alfons]
398
399         * src/addressbook.c
400                 translatable
401
402 2003-06-19 [match]      0.9.0claws50
403
404         * src/addressbook.[ch]
405         * src/addrindex.[ch]
406         * src/addr_compl.[ch]
407         * src/editldap.[ch]
408         * src/editldap_basedn.[ch]
409         * src/addritem.[ch]
410         * src/ldapquery.h
411                 re-implemented dynamic LDAP search. works without
412                 slowdown on display sender with addressbook
413                 option.
414         * src/addrbook.c
415                 documented code.
416
417 2003-06-19 [paul]       0.9.0claws49
418
419         * src/compose.c
420                 fix Bug #136 'Nonprovided quotation marks crash claws'
421                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
422
423 2003-06-19 [alfons]     0.9.0claws48
424
425         * src/prefs_common.[ch]
426         * src/procmsg.c
427                 restrict threading by subject by checking thread for
428                 age (prefs_common.thread_by_subject_max_age)
429
430 2003-06-18 [christoph]  0.9.0claws47
431
432         * src/imap.c
433                 fix memory leak in imap_cmd_fetch()
434
435 2003-06-18 [christoph]  0.9.0claws46
436
437         * src/prefs_gtk.c
438                 fix memory leak in prefs_set_default() when used multiple
439                 times or after prefs have been read
440
441 2003-06-18 [christoph]  0.9.0claws45
442
443         * src/common/plugin.c
444                 fix memory leak in plugin_unload()
445
446 2003-06-18 [christoph]  0.9.0claws44
447
448         * src/imap.c
449                 fix memory leak in imap_cmd_ok()
450
451 2003-06-18 [christoph]  0.9.0claws43
452
453         * src/folder.c
454                 stop messages that are downloaded from POP3 and added to
455                 an IMAP inbox from being filtered twice (first by POP3
456                 and again when IMAP folder is scaned to get the UID of
457                 the APPEND operation when no UIDPLUS is available)
458
459 2003-06-18 [alfons]
460
461         * tools/Makefile.am
462                 phoenix <- firebird     
463
464 2003-06-18 [paul]
465
466         * tools/launch_phoenix          ** REMOVED **
467           tools/launch_firebird         ** NEW **
468                 renamed and edited to reflect the browser's name change from
469                 'phoenix' to 'firebird'
470
471 2003-06-18 [paul]       0.9.0claws42
472
473         * sync with 0.9.2cvs2
474                 see ChangeLog 2003-06-16
475
476 2003-06-17 [alfons]     0.9.0claws41
477
478         * src/procmsg.c
479                 prevent threading problems when a node is an ancestor (parent / great parent),
480                 which mostly happens with circular references (thanks to Phillipe Gramoullé
481                 for finding an sample set of messages)
482
483 2003-06-16 [christoph]  0.9.0claws40
484
485         * src/main.c
486                 don't popup main window on --receive or --receive-all
487
488         * src/mainwindow.[ch]
489         * src/plugins/trayicon/trayicon.c
490                 allow hiding of main window by clicking on the trayicon
491                 (doesn't work correctly in seperate window mode and may
492                  cause unexpected GTK problems I couldn't find yet)
493
494         * src/common/ssl.c
495                 remove incorrect warning
496
497 2003-06-15 [alfons]     0.9.0claws39
498
499         * src/gtk/gtkstext.c
500                 don't output debug text;
501                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
502                 for pointing this out);
503
504 2003-06-14 [alfons]     0.9.0claws38
505         
506         * src/messageview.c
507                 remove printf() and make one if..else comply with coding style
508
509 2003-06-14 [alfons]     0.9.0claws37
510
511         * AUTHORS
512                 add Martin Wicke
513         * src/action.c
514         * src/messageview.[ch]
515         * src/summaryview.c
516                 apply patch #754162 "Quoting messages filtered by actions" submitted
517                 by Martin Wicke, which allows quoting message body changed by an
518                 action (Thanks!).
519
520 2003-06-13 [alfons]     0.9.0claws36
521
522         * src/utils.c
523                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
524                 use case insensitive regexp (suggested by Ivan Martinez)
525
526 2003-06-13 [christoph]  0.9.0claws35
527
528         * configure.ac
529         * src/plugins/trayicon/Makefile.am
530         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
531         * src/plugins/trayicon/trayicon.c
532         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
533         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
534         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
535         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
536         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
537         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
538                 replace my own EggTrayIcon backport with the backport
539                 used by (l|x)mule and gabber.
540
541 2003-06-13 [alfons]     0.9.0claws34
542
543         * AUTHORS
544         * src/common/utils.c
545                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
546
547 2003-06-13 [alfons]     0.9.0claws33
548
549         * src/compose.c
550                 clean up a little bit
551
552 2003-06-12 [alfons]     0.9.0claws32
553
554         * src/compose.c
555                 const correctness fix
556
557         * src/common/sylpheed.[ch]
558                 () -> (void)
559                 prevent redef MIN/MAX
560                 
561         * src/common/utils.[ch]
562                 () -> (void)
563
564 2003-06-12 [melvin]     0.9.0claws31
565
566         * src/compose.c
567                 Updated to take into accounts changes in GtkAspell.
568
569 2003-06-12 [alfons]     0.9.0claws30
570
571         * src/compose.c
572         * src/procmsg.c
573         * src/common/utils.[ch]
574                 handle reply subject prefixes better (initial 
575                 suggestion by Robert Story adapted and enhanced 
576                 using regexps)
577
578 2003-06-12 [melvin]     0.9.0claws29
579
580         * src/compose.c
581                 Use new gtkaspell_checkers_strerror() to get the speller's
582                 error message instead of accessing the (now private)
583                 checkers structure.
584                 Minor code clean up
585
586         * src/main.c
587                 Use #ifdef instead of #if for USE_ASPELL
588                 Use the new spell checkers init/quit functions 
589
590         * src/gtk/gtkaspell.c
591                 Use #ifdef instead of #if for USE_ASPELL
592                 Moved in the majority of GtkAspell structures that were
593                 exported before by gtkaspell.h
594         
595         * src/gtk/gktaspell.h
596                 Made gtkaspell.h contain only the necessary data to be
597                 publicized by moving many structures to gtkaspell.c.
598                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
599                 gtkaspell_checkers_new(): replaced by...
600                 gtkaspell_checkers_init(): new function for initialization
601                 gtkaspell_checkers_delete(): replaced by...
602                 gtkaspell_checkers_quit(): new function
603                 gtkaspell_checkers_strerror(): new function that returns
604                 the checker's last error message.
605                 
606 2003-06-11 [melvin]     0.9.0claws28
607
608         * po/POTFILES.in
609                 Updated to take into account gtkaspell.c migration to
610                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
611
612 2003-06-10 [alfons]     0.9.0claws27
613
614         * src/filtering.[ch]
615         * src/folder.c
616         * src/matcher.c
617         * src/scoring.[ch]
618                 - try fixing bug #18 (any brave testers?)
619                 - add more robustness by refusing previously 
620                   unchecked NULL pointers 
621
622 2003-06-10 [alfons]     0.9.0claws26
623
624         * src/procmsg.c
625                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
626
627 2003-06-09 [alfons]     0.9.0claws25
628
629         * src/prefs_common.c
630                 fix bug #163 "Icon switching doesnt work properly" by 
631                 preventing early freeing of prefs_common.pixmap_theme_path.
632
633 2003-06-09 [christoph]  0.9.0claws24
634
635         * src/gtk/gtkaspell.c
636                 revert Thorsten's fix and add forgotten g_strdup for
637                 aspell path (it should not be possible to alter the path a
638                 GtkASpell uses from outside)
639
640 2003-06-09 [thorsten]   0.9.0claws23
641
642         * src/gtk/gtkaspell.c
643                 dont free prefs_common.aspell_path when closing compose
644
645 2003-06-08 [colin]      0.9.0claws22
646
647         * src/plugins/spamassassin/spamassassin.c
648                 fix prefs types
649
650 2003-06-07 [christoph]  0.9.0claws21
651
652         * src/Makefile.am
653         * src/compose.c
654         * src/gtkaspell.[ch]            ** REMOVE **
655         * src/gtk/Makefile.am
656         * src/gtk/gtkaspell.[ch]        ** NEW **
657                 o make gtkaspell independent from sylpheed's prefs
658                 o move gtkaspell.[ch] to gtk directory
659
660 2003-06-07 [christoph]  0.9.0claws20
661
662         * src/Makefile.am
663         * src/crash.c
664         * src/export.c
665         * src/filesel.[ch]              ** REMOVE **
666         * src/folder.c
667         * src/main.[ch]
668         * src/common/sylpheed.[ch]
669         * src/gtk/Makefile.am
670         * src/gtk/filesel.[ch]          ** NEW **
671         * src/gtk/pluginwindow.c
672         * src/gtk/sslcertwindow.c
673                 move filesel.[ch] to gtk directory
674
675 2003-06-07 [alfons]     0.9.0claws19
676
677         * src/filesel.c
678                 make (multi) file selection dialog work again (Claws-only)
679
680 2003-06-07 [thorsten]   0.9.0claws18
681
682         * po/de.po
683                 fix typos
684
685 2003-06-07 [alfons]     0.9.0claws17
686
687         * configure.ac
688         * src/mimeview.c
689                 detect apache mishap in which case don't include fnmatch.h
690                 if regex.h is already included
691
692 2003-06-06 [christoph]  0.9.0claws16
693
694         * configure.ac
695         * src/mimeview.h
696                 add check for fnmatch.h and include it when available
697
698         * src/mimeview.[ch]
699                 fix wrong case sensitivity of Content-Types
700
701         * src/gtk/Makefile.am
702                 need the same include paths in gtk directory as in
703                 common directory because .h files in common can
704                 include files from these directories, when included
705                 in gtk's .h or .c files
706
707 2003-06-06 [alfons]     0.9.0claws15
708
709         * src/mimeview.c
710         * src/summaryview.c
711                 make it compile again because of regex.h / fnmatch.h 
712                 include problems (related to recent mime stuff, can
713                 someone check this?)
714
715 2003-06-06 [thorsten]   0.9.0claws14
716
717         * src/folderview.c
718                 possible use of uninitialized pointer while dragging
719
720 2003-06-06 [paul]       0.9.0claws13
721
722         * src/compose.c
723                 fix bug where the insert sig button would be effective
724                 only when auto_sig was set
725
726 2003-06-06 [paul]       0.9.0claws12
727
728         * sync with 0.9.2 release
729
730 2003-06-02 [paul]       0.9.0claws11
731
732         * sync with 0.9.1cvs1
733                 see ChangeLog 2003-06-02
734                 
735         * po/de.po
736                 update by Jens
737
738 2003-06-01 [christoph]  0.9.0claws10
739
740         * src/account.c
741                 don't use substring search to find accounts by email address
742
743         (closes Bug 169 Overly loose matching of "From" address)
744
745 2003-05-31 [christoph]  0.9.0claws9
746
747         * doc-src/rfc2683.txt
748         * src/imap.c
749                 limit IMAP command length as recommended in RFC2683
750                 (message number lists will be split into multiple imap
751                 sets, the limit of 1000 octets is not a hard limit)
752
753         (closes Bug 161 sylpheed-claws exits with segfault when logging
754          in to certain imap-servers)
755
756 2003-05-29 [alfons]     0.9.0claws8
757
758         * src/toolbar.[ch]
759                 add print button (calling summary_print());
760                 fine tune setting tooltip text;
761                 (if someone needs other buttons, please take these 
762                 commits as a guide, instead of bothering us - also
763                 see 0.8.11claws150) 
764
765 2003-05-29 [darko]      0.9.0claws7
766
767         * src/compose.c
768                 fix crash when word wrapping kicks in due to
769                 changed text by spell checker
770
771 2003-05-29 [paul]       0.9.0claws6
772
773         * src/compose.c
774                 fix bug where changing account would insert
775                 sig even if auto_sig was FALSE
776                 
777         * ChangeLog
778           ChangeLog.jp
779           INSTALL
780                 sync with 0.9.1 release
781
782 2003-05-28 [christoph]  0.9.0claws5
783
784         * src/imap.c
785                 fix truncation of too long commands
786
787         (closes Bug 167 IMAP hangs trying to get envelope
788          information in imap_get_uncached_messages)
789
790 2003-05-27 [paul]       0.9.0claws4
791
792         * tools/Makefile.am
793           tools/maildir2sylpheed.pl     ** NEW FILE **
794                 add kmail to sylpheed mailbox conversion script
795
796 2003-05-27 [paul]       0.9.0claws3
797
798         * sync with 0.9.0cvs10
799                 see ChangeLog 2003-05-26
800
801 2003-05-26 [paul]       0.9.0claws2
802
803         * sync with 0.9.0cvs9
804                 see ChangeLog 2003-05-26
805
806 2003-05-24 [paul]       0.9.0claws1
807
808         * sync with 0.9.0cvs8
809                 see ChangeLog 2003-05-23
810
811 2003-05-24 [paul]       0.9.0claws
812
813         * version 0.9.0claws released
814
815 2003-05-24 [paul]       0.8.11claws177
816
817         * src/plugins/dillo-viewer/Makefile.am
818           src/plugins/traycon/Makefile.am
819                 add missing files
820                 
821         * po/bg.po
822           po/en_GB.po
823           po/es.po
824           po/it.po
825           po/pt_BR.po
826           po/ru.po
827           po/sr.po
828                 update Bulgarian, British English, Spanish, Italian, 
829                 Brazilian Portuguese, Russian, and Serbian translations, 
830                 submitted by George Danchev, [me], Ricardo Mones Lastra,
831                 André Filipe de Assunção e Brito, Alessandro Maestri, 
832                 Ruslan N. Balkin, and Urke MMI
833
834 2003-05-23 [melvin]     0.8.11claws176
835
836         * po/fr.po
837                 Updated French translations
838
839 2003-05-22 [paul]       0.8.11claws175
840
841         * src/Makefile.am
842           src/addrbook.[ch]
843           src/addrcache.[ch]
844           src/addr_compl.[ch]
845           src/adressbook.[ch]
846           src/addrindex.[ch]
847           src/addritem.[ch]
848           src/editaddress.c
849           src/editgroup.c
850           src/editldap_basedn.c
851           src/editldap.c
852           src/jpilot.c
853           src/vcard.c
854                 revert to get ldap into it previous working state
855                 
856         * po/zh_TW.Big5.po
857                 new Taiwanese translation,
858                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
859
860 2003-05-22 [christoph]  0.8.11claws174
861
862         * src/plugins/spamassassin/libspamc.[ch]
863                 sync libspamc with SpamAssaain release 2.55
864
865 2003-05-22 [paul]       0.8.11claws173
866
867         * sync with 0.9.0cvs7
868                 see ChangeLog 2003-05-22
869                 
870         * src/summaryview.c
871                 revert change in 0.8.11claws172: follow
872                 Hiroyuki's decision and that's the end of it.
873
874 2003-05-21 [paul]       0.8.11claws172
875
876         * src/summaryview.c
877                 fix discrepency between open_unread_on_enter
878                 and always_show_msg
879
880 2003-05-21 [paul]       0.8.11claws171
881
882         * sync with 0.9.0cvs6
883                 see ChangeLog 2003-05-21
884
885 2003-05-21 [paul]       0.8.11claws170
886
887         * sync with 0.9.0cvs5
888                 see ChangeLog 2003-05-21
889
890 2003-05-20 [paul]       0.8.11claws169
891
892         * sync with 0.9.0cvs4
893                 see ChangeLog 2003-05-20
894                 fixes bug #152, 'encoding of IMAP folders names'
895
896 2003-05-20 [paul]       0.8.11claws168
897
898         * sync with 0.9.0cvs3
899                 see ChangeLog 2003-05-20
900                 
901         * src/tools/convert_mbox.pl
902                 minor change in the comments, submitted by Fred Marton
903
904 2003-05-19 [paul]       0.8.11claws167
905
906         * src/plugins/clamav/Makefile.am
907           configure.ac
908                 link clamav_lib to the plugin and not to the main program
909
910 2003-05-19 [christoph]
911
912         * src/Makefile.am
913                 add -export-dynamic for linking
914
915 2003-05-19 [paul]       0.8.11claws166
916
917         * sync with 0.9.0cvs1
918                 see ChangeLog 2003-05-19
919
920 2003-05-19 [paul]       0.8.11claws165
921
922         * src/inc.c
923                 fix 'pop before smtp' timeout
924
925 2003-05-18 [alfons]     0.8.11claws164
926
927         * src/prefs_matcher.c
928                 put "execute" action command line ("expression") in edit box
929
930 2003-05-18 [christoph]  0.8.11claws163
931
932         * src/mimeview.[ch]
933         * src/plugins/dillo_viewer/dillo_viewer.c
934         * src/plugins/image_viewer/viewer.c
935         * src/plugins/mathml_viewer/mathml_viewer.c
936                 let a viewer have a list of Content-Types
937
938 2003-05-18 [paul]       0.8.11claws162
939
940         * src/prefs_filtering.c
941                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
942                 and REDIRECT actions
943
944 2003-05-17 [christoph]
945
946         * README.claws
947                 o remove dynamic signatures that was syned with main
948                 o add infos about no longer "build in" image viewer
949                 o update bugtracker URL
950
951 2003-05-17 [christoph]  0.8.11claws161
952
953         * src/folder.c
954         * src/folderview.c
955         * src/imap.c
956                 don't use imap_scan_folder anymore. Instead call folder_item_scan
957                 for every folder after rebuilding the folder tree.
958
959         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
960          messages)
961
962 2003-05-17 [christoph]  0.8.11claws160
963
964         * src/imap.c
965                 don't use STATUS command on current folder to check for
966                 content changes. imap_cmd_ok() now tracks changes to
967                 folder and number of existing messages.
968
969 2003-05-17 [paul]       0.8.11claws159
970
971         * src/plugins/clamav/clamav_plugin.c
972                 remove unnecessary debug_print
973
974 2003-05-16 [thorsten]   0.8.11claws158
975
976         * src/plugins/demo.c
977                 included missing intl.h
978
979 2003-05-16 [paul]       0.8.11claws157
980
981         * po/POTFILES.in
982                 remove non-existant entries
983         
984         * src/plugins/clamav/clamav_plugin.c
985           src/plugins/clamav/clamav_plugin_gtk.c
986           src/plugins/dillo_viewer/dillo_prefs.c
987           src/plugins/dillo_viewer/dillo_viewer.c
988                 gettextise
989
990 2003-05-16 [christoph]  0.8.11claws156
991
992         * po/POTFILES.in
993                 include plugin .c files for translation until I
994                 find a better solution to have plugins have their
995                 own textdomain
996         * src/plugins/demo/demo.c
997         * src/plugins/image_viewer/plugin.c
998         * src/plugins/mathml_viewer/mathml_viewer.c
999         * src/plugins/spamassassin/spamassassin.c
1000         * src/plugins/spamassassin/spamassassin_gtk.c
1001         * src/plugins/trayicon/trayicon.c
1002                 add gettext macros for plugin name and description
1003
1004 2003-05-16 [paul]
1005
1006         * sync with 0.9.0
1007
1008 2003-05-16 [paul]       0.8.11claws155
1009
1010         * sync with lastest 0.9.0pre1
1011                 see ChangeLog 2003-05-16
1012
1013 2003-05-15 [paul]       0.8.11claws154
1014
1015         * sync with latest 0.9.0pre1
1016                 see ChangeLog 2003-05-14 and 2003-05-15
1017
1018 2003-05-14 [christoph]  0.8.11claws153
1019
1020         * src/plugins/image_viewer/viewer.c
1021         * src/plugins/image_viewer/viewer.glade         ** NEW **
1022         * src/plugins/image_viewer/viewerprefs.c
1023                 make it possible to disable the autoload function in the
1024                 imageviewer again
1025
1026 2003-05-14 [christoph]  0.8.11claws152
1027
1028         * src/folder.c
1029                 fix folder update after adding a message
1030
1031 2003-05-13 [alfons]     0.8.11claws151
1032
1033         * src/common/session.c
1034                 remove debug traces
1035                 
1036         * src/addrcache.[ch]
1037         * src/filtering.[ch]
1038         * src/folder.[c]
1039         * src/gtkaspell.[ch]
1040         * src/imap.[ch]
1041         * src/mbox_folder.[ch]
1042         * src/mh.[ch]
1043         * src/mimeview.h
1044         * src/msgcache.[ch]
1045         * src/news.[ch]
1046         * src/passphrase.[ch]
1047         * src/prefs_common.[ch]
1048         * src/prefs_gtk.[ch]
1049         * src/procmsg.c
1050         * src/scoring.[ch]
1051                 be pedantic; (in prototypes () implies (int))
1052
1053 2003-05-13 [alfons]     0.8.11claws150
1054
1055         * src/prefs_toolbar.[ch]
1056         * src/summaryview.[ch]
1057         * src/toolbar.[ch]
1058                 change misleading text in toolbar prefs;
1059                 add toolbar action for ignore thread (toggles ignore thread flag);
1060                 clean up a little bit;
1061
1062 2003-05-12 [paul]
1063
1064         * tools/convert_mbox.pl
1065                 bug fixed by Fred Marton
1066
1067 2003-05-12 [paul]
1068
1069         * sync with 0.9.0pre1
1070
1071 2003-05-09 [paul]       0.8.11claws149
1072
1073         * sync with 0.8.11cvs43
1074                 see ChangeLog 2003-05-09
1075
1076 2003-05-08 [christoph]  0.8.11claws148
1077
1078         * src/imap.[ch]
1079                 o use CAPABILIY as first command and check for PREAUTH
1080                   information in the response to it
1081                 o rewrite all imap_cmd_* functions to use an IMAPSession
1082                   instead of a SockInfo as parameter
1083                 o do STARTTLS after fetching and checking the server
1084                   capabilities
1085
1086 2003-05-08 [paul]       0.8.11claws147
1087
1088         * tools/Makefile.am
1089           tools/README
1090           tools/convert_mbox.pl         ** NEW FILE **
1091                 add mbox conversion script. Submitted by 
1092                 Fred Marton <Fred.Marton@uni-bayreuth.de>
1093
1094 2003-05-07 [christoph]
1095
1096         * doc-src/glade.txt
1097         * src/gtk/pluginwindow.glade
1098         * src/plugins/image_viewer/viewerprefs.glade
1099         * src/plugins/spamassassin/spamassassin_gtk.glade
1100                 add glade files for user interfaces and a description how
1101                 to use glade to create the sylpheed code
1102
1103 2003-05-07 [paul]       0.8.11claws146
1104
1105         * sync with 0.8.11cvs41
1106                 see ChangeLog 2003-05-07
1107
1108 2003-05-06 [christoph]  0.8.11claws145
1109
1110         * src/main.c
1111         * src/plugins/image_viewer/viewer.c
1112                 fix usage of imlib in imageviewer plugin
1113
1114         * src/gtk/prefswindow.c
1115                 handle window close event correctly
1116
1117 2003-05-06 [paul]       0.8.11claws144
1118
1119         * src/common/ssl.c
1120                 fix typo introduced in sync
1121
1122 2003-05-06 [paul]       0.8.11claws143
1123
1124         * sync with 0.8.11cvs39
1125                 see ChangeLog 2003-05-06
1126
1127 2003-05-06 [paul]       0.8.11claws142
1128
1129         * AUTHORS
1130           po/cs.po
1131                 updated Czech translation, submitted by 
1132                 Radek Vybiral <Radek.Vybiral@vsb.cz>
1133                 
1134         * src/plugins/clamav/clamav_plugin_gtk.c
1135                 clean up
1136
1137 2003-05-03 [alfons]     0.8.11claws141
1138
1139         * src/compose.[ch]
1140                 make paste as quotation work even when the call to 
1141                 text_inserted() was deferred (fixes bug #140 "Paste 
1142                 as quotation does not work when using "external" 
1143                 clipboard")
1144
1145 2003-05-03 [thorsten]   0.8.11claws140
1146
1147         * src/addrquery.h
1148           src/ldapquery.h
1149           src/mainwindow.c
1150                 removed C++ comments
1151         * src/addr_compl.c
1152                 function with non-int retval/param used before
1153                 implementation/declaration
1154
1155 2003-05-02 [paul]       0.8.11claws139
1156
1157         * src/addr_compl.[ch]
1158           src/addressbook.[ch]
1159           src/addrindex.c
1160           src/summaryview.c
1161                 revert match's changes to (finally) remove the bug where
1162                 opening a folder causes massive slowdown when using the 
1163                 'Display sender using address book' option
1164
1165 2003-05-01 [melvin]     0.8.11claws138
1166
1167         * src/plugins/dillo_viewer/dillo_prefs.[ch]
1168         * src/plugins/dillo_viewer/dillo_viewer.c
1169                 Fixed bug where "Cancel" button from prefs issued
1170                 warnings.
1171                 Comply a little more to coding style
1172
1173 2003-05-01 [paul]       0.8.11claws137
1174
1175         * sync with 0.8.11cvs38
1176                 see ChangeLog 2003-05-01
1177
1178 2003-05-01 [paul]       0.8.11claws136
1179
1180         * po/bg.po
1181                 updated by George Danchev
1182
1183 2003-04-30 [christoph]  0.8.11claws135
1184
1185         * src/plugins/dillo_viewer/dillo_prefs.c
1186         * src/plugins/image_viewer/viewerprefs.c
1187         * src/plugins/spamassassin/spamassassin_gtk.c
1188                 remove gtk_widget_ref() calls for widgets in
1189                 glade code
1190
1191 2003-04-30 [paul]       0.8.11claws134
1192
1193         * src/addrindex.c
1194                 ok, this time a better fix for the bug where opening folder
1195                 has massive slowdown when using the 'Display sender using 
1196                 address book' option
1197
1198 2003-04-30 [paul]       0.8.11claws133
1199
1200         * src/addrindex.c
1201                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
1202         
1203 2003-04-30 [melvin]     0.8.11claws132
1204
1205         New: Dillo plugin preferences (patch by Dimitar Haralanov)
1206
1207         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
1208                 Preferences for the dillo plugin
1209         * src/plugins/dillo_viewer/dillo_viewer.c
1210                 Support for preferences
1211         * src/plugins/dillo_viewer/Makefile.am
1212                 Added dillo_prefs.[ch]
1213
1214 2003-04-30 [alfons]     0.8.11claws131
1215
1216         * src/common/plugin.[ch]
1217                 see? this ANSI C'fication immediately gives us type
1218                 checking for free.
1219
1220 2003-04-30 [alfons]     0.8.11claws130
1221
1222         * src/common/plugin.[ch]
1223         * src/plugins/clamav/clamav_plugin.[ch]
1224         * src/plugins/clamav/clamav_plugin_gtk.c
1225         * src/plugins/demo/demo.c
1226         * src/plugins/dillo_viewer/dillo_viewer.c
1227         * src/plugins/image_viewer/plugin.c
1228         * src/plugins/image_viewer/viewer.[ch]
1229         * src/plugins/image_viewer/viewerprefs.[ch]
1230         * src/plugins/mathml_viewer/mathml_viewer.c
1231         * src/plugins/spamassassin/spamassassin.[ch]
1232         * src/plugins/spamassassin/spamassassin_gtk.c
1233         * src/plugins/trayicon/trayicon.c
1234                 clean up
1235
1236 2003-04-30 [alfons]     0.8.11claws129
1237
1238         * src/common/utils.c
1239                 make is_ascii_str() fail gracefully when NULL pointer
1240                 is passed
1241
1242 2003-04-30 [paul]       0.8.11claws128
1243
1244         * src/addrindex.c
1245                 fix bug where opening folder has massive slowdown when
1246                 using the 'Display sender using address book' option
1247
1248 2003-04-30 [paul]       0.8.11claws127
1249
1250         * src/plugins/clamav/clamav_plugin.c
1251           src/plugins/clamav/clamav_plugin_gtk.c
1252           src/plugins/demo/demo.c
1253           src/plugins/dillo_viewer/dillo_viewer.c
1254           src/plugins/image_viewer/plugin.c
1255           src/plugins/mathml_viewer/mathml_viewer.c
1256           src/plugins/spamassassin/spamassassin.c
1257           src/plugins/spamassassin/spamassassin_gtk.c
1258           src/plugins/trayicon/trayicon.c
1259                 get rid of eye-hurting function signatures
1260
1261 2003-04-30 [paul]       0.8.11claws126
1262
1263         * src/plugins/trayicon/trayicon.c
1264                 add description
1265                 
1266         * src/mimeview.c
1267                 be more descriptive
1268
1269 2003-04-30 [paul]       0.8.11claws125
1270
1271         * configure.ac
1272                 arrange the plugins in reverse alphabetical order
1273                 
1274         * src/plugins/clamav/clamav_plugin.[ch]
1275           src/plugins/clamav/clamav_plugin_gtk.c
1276                 rename some params
1277                 resize max_size window
1278                 re-arrange the order of some gui elements
1279                 improve descriptions
1280         
1281         * src/plugins/image_viewer/plugin.c
1282           src/plugins/mathml_viewer/mathml_viewer.c
1283                 add descriptions
1284                 
1285         * src/plugins/spamassassin/spamassassin_gtk.c
1286                 resize max_size window
1287                 re-arrange the order of some gui elements
1288                 
1289         * src/messageview.c
1290           src/mimeview.c
1291                 correct typos
1292
1293 2003-04-30 [alfons]     0.8.11claws124
1294
1295         * src/imap.c
1296                 fix a leak found while browsing Martin Kluge's 
1297                 valgrind log (Claws only)
1298
1299 2003-04-29 [darko]      0.8.11claws123
1300
1301         * src/gtk/gtkstext.h
1302                 include wchar.h if it is available, fixes compilation
1303                 on HP-UX systems
1304
1305 2003-04-29 [melvin]     0.8.11claws122
1306
1307         * src/prefs_actions.c
1308                 Improved help text of Actions' syntax
1309
1310 2003-04-28 [paul]       0.8.11claws121
1311
1312         * src/action.c
1313                 a better fix for the crash when performing an action
1314                 on a mime part
1315
1316 2003-04-28 [paul]       0.8.11claws120
1317
1318         * src/action.c
1319                 fix crash when performing an action on a
1320                 mime part
1321
1322 2003-04-28 [paul]       0.8.11claws119
1323
1324         * sync with 0.8.11cvs36
1325                 see ChangeLog 2003-04-28
1326
1327 2003-04-27 [paul]       0.8.11claws118
1328
1329         * more sync with 0.8.11cvs35
1330                 see ChangeLog 2003-04-25
1331
1332 2003-04-26 [christoph]  0.8.11claws117
1333
1334         * src/folder.c
1335                 fix remove virtual check
1336
1337 2003-04-26 [paul]       0.8.11claws116
1338
1339         * src/messageview.c
1340                 fix return-receipt, make it work again
1341
1342 2003-04-26 [paul]       0.8.11claws115
1343
1344         * src/mimeview.c
1345                 restore double-clicking of the [application/pgp-signature 
1346                 (Select "Check signature" to check)] line in the message view,
1347                 broken in recent sync
1348
1349 2003-04-26 [christoph]  0.8.11claws114
1350
1351         * src/folder.c
1352                 check if remove virtual really exists before
1353                 calling the function
1354
1355 2003-04-25 [match]      0.8.11claws113
1356
1357         * src/addrindex.c
1358         * src/addrbook.c
1359         * src/ldapquery.[ch]
1360         * src/ldapctrl.[ch]
1361                 fix memleak.
1362         * src/ldapserver.[ch]
1363                 fix memleak. fix segfault.
1364                 plug a Claws memleak
1365
1366 2003-04-25 [alfons]     0.8.11claws112
1367
1368         * src/folder.c
1369                 plug a Claws memleak
1370
1371 2003-04-25 [alfons]     0.8.11claws111
1372
1373         * src/common/session.c
1374                 plug a memleak
1375
1376 2003-04-25 [paul]       0.8.11claws110
1377
1378         * sync with 0.8.11cvs35
1379                 see ChangeLog 2003-04-24 and 2003-04-25
1380                 
1381         * src/gtk/pluginwindow.c
1382                 correct another strange float value
1383
1384 2003-04-24 [christoph]  0.8.11claws109
1385
1386         * src/folder.c
1387                 freeze folder item updates when unsetting new flags
1388
1389         * src/gtk/pluginwindow.c
1390                 correct strange float value
1391
1392 2003-04-23 [paul]       0.8.11claws108
1393
1394         * sync with 0.8.11cvs33
1395                 see ChangeLog 2003-04-23
1396
1397 2003-04-22 [paul]       0.8.11claws107
1398
1399         * src/Makefile.am
1400           src/messageview.c
1401           src/mimeview.c
1402           src/pgptext.[ch]      ** REMOVED **
1403                 remove pgptext.[ch] as its not used any more
1404
1405 2003-04-22 [paul]       0.8.11claws106
1406
1407         * sync with 0.8.11cvs31
1408                 see ChangeLog 2003-04-21 and 2003-04-22
1409
1410 2003-04-21 [alfons]     0.8.11claws105
1411
1412         * src/main.c
1413                 No access to GTK structures if we're a spawned child
1414                 (and clean up code a little bit...) Should fix #126.
1415
1416 2003-04-21 [melvin]     0.8.11claws104
1417
1418         * src/plugins/dillo_viewer/README
1419                 Improved slightly the text.
1420
1421 2003-04-21 [melvin]     0.8.11claws103
1422
1423         * src/plugins/dillo_viewer/README *** NEW ***
1424                 Added a README file for the Dillo plugin
1425
1426 2003-04-20 [paul]
1427
1428         * tools/README
1429           tools/outlook2sylpheed.pl
1430                 updated and improved by Ricardo Mones Lastra
1431
1432 2003-04-18 [oliver]     0.8.11claws102
1433
1434         * src/inc.c 
1435         * src/prefs_account.h
1436                 remove Pop3SessionType (used by selective download)
1437         * src/prefs_toolbar.c
1438                 enable set Default Toolbar button
1439
1440 2003-04-18 [paul]       0.8.11claws101
1441
1442         * sync with 0.8.11cvs29
1443                 see ChangeLog 2003-04-18
1444
1445 2003-04-17 [paul]       0.8.11claws100
1446
1447         * src/prefs_common.[ch]
1448           src/summaryview.c
1449                 remove 'Open next message on deletion' option,
1450                 as the same effect can now be achieved via the
1451                 'Always open messages in summary when selected'
1452                 option.
1453
1454 2003-04-17 [paul]       0.8.11claws99
1455
1456         * sync with 0.8.11cvs28
1457                 see ChangeLog 2003-04-17
1458
1459 2003-04-17 [christoph]  0.8.11claws98
1460
1461         * ac/spamassassin.m4
1462         * src/plugins/spamassassin/libspamc.[ch]
1463         * src/plugins/spamassassin/utils.[ch]
1464                 sync libspamc with SpamAssassin project
1465
1466 2003-04-17 [christoph]  0.8.11claws97
1467
1468         * src/common/socket.h
1469         * src/gtk/sslcertwindow.h
1470                 rename old USE_SSL to USE_OPENSSL
1471
1472 2003-04-17 [paul]       0.8.11claws96
1473
1474         * src/prefs_common.h
1475                 use gulong for P_COLOR so that it compiles/runs on
1476                 64-bit systems. Patch submitted by James Noyes
1477                 <jnoyes-claws@retrogeeks.com>
1478                 
1479         * po/de.po
1480                 updated by Jens
1481
1482 2003-04-17 [paul]       0.8.11claws95
1483
1484         * sync with 0.8.11cvs27
1485                 see ChangeLog 2003-04-16
1486
1487 2003-04-15 [paul]       0.8.11claws94
1488
1489         * src/prefs_common.[ch]
1490                 rearrange to stop the window getting too long:
1491                         move Receive dialog stuff to Receive tab
1492                         move Send dialog to Send tab
1493                         remove Dialogs frame
1494                 rename 'Open messages in summary with cursor keys' to
1495                 'Always open messages in summary when selected', as its
1496                 more appropriate
1497
1498 2003-04-15 [paul]       0.8.11claws93
1499
1500         * src/prefs_common.[ch]
1501           src/summaryview.c
1502                 add new option '/Interface/Open next message on deletion'
1503
1504 2003-04-15 [paul]       0.8.11claws92
1505
1506         * src/summaryview.[ch]
1507                 add /Mark/Lock and /Mark/Unlock to the pop-up
1508                 menu. Patch submitted by Ivan Francolin Martinez
1509                 <ivanfm@users.sourceforge.net>
1510
1511 2003-04-15 [paul]       0.8.11claws91
1512
1513         * sync with 0.8.11cvs24
1514                 see ChangeLog 2003-04-15
1515
1516 2003-04-14 [jens]       0.8.11claws90
1517
1518         * updated German translation and some corrections from
1519                 Roland Bless <bless@tm.uka.de>
1520
1521 2003-04-14 [paul]       0.8.11claws89
1522
1523         * sync with 0.8.11cvs22
1524                 see ChangeLog 2003-04-14
1525
1526 2003-04-13 [paul]       0.8.11claws88
1527
1528         * src/plugins/clamav/clamav_plugin.c
1529                 fix memory leaks
1530                 clean up
1531
1532 2003-04-12 [paul]       0.8.11claws87
1533
1534         * src/plugins/clamav/clamav_plugin.c
1535                 activate enable/disable archive scanning option
1536                 
1537         * src/plugins/clamav/.cvsignore         ** NEW FILE **
1538
1539 2003-04-12 [paul]       0.8.11claws86
1540
1541         * src/plugins/Makefile.am
1542           src/plugins/clamav/Makefile.am                ** NEW FILE **
1543           src/plugins/clamav/README                     ** NEW FILE ** 
1544           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
1545           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
1546                 add Clam AntiVirus plugin
1547
1548 2003-04-12 [paul]       0.8.11claws85
1549
1550         * sync with 0.8.11cvs21
1551                 see ChangeLog 2003-04-11
1552
1553 2003-04-11 [paul]       0.8.11claws84
1554
1555         * po/es.po
1556                 update Spanish translation. Submitted by Ricardo
1557                 Mones Lastra.
1558
1559 2003-04-10 [christoph]  0.8.11claws83
1560
1561         * src/mbox.c
1562                 fix typo that did not move unfiltered mails to destination
1563                 folder
1564
1565         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
1566          when filtering from spool)
1567
1568 2003-04-10 [christoph]  0.8.11claws82
1569
1570         * src/imap.c
1571                 use BODY.PEEK instead of BODY in in message fetch operation
1572                 to make sure the IMAP server does not set the \Seen flag for
1573                 messages. Sylpheed does that later itself, when the message
1574                 is opened in sylpheed
1575
1576         (closes Bug 111 Claws destroys unread marks)
1577
1578 2003-04-09 [oliver]     0.8.11claws81
1579         
1580         * src/folder.c
1581                 fix crash in folder_destroy
1582         * README.claws
1583                 remove selective download
1584
1585 2003-04-09 [christoph]  0.8.11claws80
1586
1587         * src/imap.c
1588                 fix crash in imap_get_msginfo() when then fetched message
1589                 is not found
1590
1591         (closes Bug 110 Crash during mail composition)
1592
1593 2003-04-08 [christoph]  0.8.11claws79
1594
1595         * src/folder.c
1596         * src/prefs_account.c
1597                 Filter new messages that are found in an INBOX folder
1598                 when 'Filter messages on receiving' is enabled in the
1599                 Folder's AccountPrefs. This allows to use Sylpheed's
1600                 filtering engine for IMAP folders where messages are
1601                 added to the INBOX by a MTA
1602
1603 2003-04-08 [paul]       0.8.11claws78
1604
1605         * src/procmsg.h
1606                 clean up after last commit
1607
1608 2003-04-08 [paul]       0.8.11claws77
1609
1610         * sync with 0.8.11cvs20
1611                 see ChangeLog 2003-04-07 and 2003-04-08
1612
1613 2003-04-07 [christoph]  0.8.11claws76
1614
1615         * src/filtering.[ch]
1616         * src/inc.[ch]
1617         * src/mbox.c
1618         * src/procmsg.[ch]
1619                 add procmsg_msginfo_filter() to execute filtering actions
1620
1621 2003-04-06 [christoph]  0.8.11claws75
1622
1623         * src/imap.c
1624                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
1625
1626 2003-04-06 [christoph]  0.8.11claws74
1627
1628         * src/common/utils.[ch]
1629                 add g_int_compare() function for slist sorting
1630
1631         * src/imap.c
1632                 fetch all MsgInfos with one command in imap_get_msginfos()
1633                 using an imap set with a list of ranges
1634
1635         * src/news.c
1636                 use new g_int_compare() function
1637
1638 2003-04-06 [thorsten]   0.8.11claws73
1639
1640         * src/mh.c
1641                 corrected implementation of mh_folder_destroy()
1642
1643 2003-04-05 [christoph]  0.8.11claws72
1644
1645         * src/account.c
1646         * src/folder.[ch]
1647         * src/folderview.c
1648         * src/imap.c
1649         * src/inc.c
1650         * src/main.c
1651         * src/mainwindow.c
1652         * src/mbox_folder.c
1653         * src/mh.c
1654         * src/mimeview.h
1655         * src/msgcache.[ch]
1656         * src/news.c
1657         * src/procmime.h
1658         * src/procmsg.[ch]
1659         * src/setup.c
1660         * src/gtk/gtkutils.c
1661                 o rename structure field names class and new to klass and
1662                   new_msgs, to allow including files in C++
1663                 o add 'extern "C"' block to some header files
1664                 o add MsgInfoList and MsgNumberList as alias for GSList for
1665                   developers to know what type of list is expected
1666
1667         * src/plugins/image_viewer/plugin.c
1668         * src/plugins/image_viewer/viewer.[ch]
1669         * src/plugins/image_viewer/viewerprefs.[ch]
1670                 rename function names to prevent conflicts
1671
1672 2003-04-05 [paul]       0.8.11claws71
1673
1674         * sync with 0.8.11cvs18
1675                 see ChangeLog 2003-04-03 and 2003-04-04
1676
1677 2003-04-02 [christoph]  0.8.11claws70
1678
1679         * src/folder.[ch]
1680         * src/imap.[ch]
1681         * src/mbox_folder.[ch]
1682         * src/mh.[ch]
1683         * src/news.[ch]
1684                 o Make all virtual folder functions private
1685                 o remove unused folder code
1686
1687         * src/common/socket.[ch]
1688         * src/summaryview.c
1689                 fix warnings
1690
1691 2003-03-30 [alfons]     0.8.11claws69
1692
1693         * src/send_message.c
1694                 remove two debug traces and see if people still report
1695                 errors
1696
1697 2003-03-30 [alfons]     0.8.11claws68
1698
1699         * src/send_message.c
1700         * src/commons/session.c
1701                 add more debug traces
1702
1703 2003-03-30 [christoph]  0.8.11claws67
1704
1705         * src/folder.c
1706                 change processing folder name from .processing to processing
1707
1708         * src/common/ssl.c
1709                 disable SSL certificate check because it causes Xlib error
1710                 when the child process want's to open an GTK window
1711
1712 2003-03-30 [christoph]  0.8.11claws66
1713
1714         * src/folder.c
1715                 don't use default folder for processing folder item because
1716                 it can be a non local folder
1717
1718         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
1719
1720 2003-03-30 [alfons]     0.8.11claws65
1721
1722         * src/send_message.c
1723                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
1724                 to generate bad code for 'send_send_data_progressive': When
1725                 called from 'send_send_data_finished', the 'data' pointer is
1726                 cleared just before the assignment to the dialog pointer
1727
1728 2003-03-29 [christoph]  0.8.11claws64
1729
1730         * src/common/prefs.h
1731         * src/plugins/image_viewer/Makefile.am
1732         * src/plugins/image_viewer/plugin.c
1733         * src/plugins/image_viewer/viewer.[ch]
1734         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
1735                 add PrefsPage for ImageViewer
1736
1737 2003-03-28 [thorsten]   0.8.11claws63
1738
1739         * src/common/session.c
1740                 added some comments
1741
1742 2003-03-28 [paul]       0.8.11claws62
1743
1744         * sync with 0.8.11cvs16
1745                 see ChangeLog 2003-03-28
1746
1747 2003-03-28 [paul]       0.8.11claws61
1748
1749         * sync with 0.8.11cvs15
1750                 see ChangeLog 2003-03-28
1751
1752 2003-03-27 [christoph]  0.8.11claws60
1753
1754         * src/folder.c
1755         * src/imap.c
1756         * src/common/socket.[ch]
1757                 set socket state to DISCONNECTED when any operation
1758                 fails to allow reconnecting in IMAP code without
1759                 checking the return code of all calls to the command
1760                 functions
1761
1762         * src/folderview.c
1763         * src/summaryview.c
1764                 remove some more stuff that depends on specific
1765                 folder types
1766
1767 2003-03-27 [paul]       0.8.11claws59
1768
1769         * sync with 0.8.11cvs14
1770                 see ChangeLog 2003-03-27
1771                 
1772         * src/selective_download.[ch]   ** REMOVED **
1773                 really removed
1774
1775 2003-03-27 [christoph]  0.8.11claws58
1776
1777         * src/folder.c
1778                 fix handling of tmp_flags in flag copy function
1779
1780 2003-03-27 [paul]       0.8.11claws57
1781
1782         * sync with 0.8.11cvs13
1783                 see ChangeLog 2003-03-27
1784
1785 2003-03-27 [oliver]     0.8.11claws56
1786
1787         * src/maiwindow.c
1788                 remove sel_download_cb
1789
1790 2003-03-27 [oliver]     0.8.11claws55
1791         
1792         * src/inc.c
1793                 remove POP3_TOP
1794         
1795 2003-03-26 [oliver]     0.8.11claws54
1796
1797         *src/pop.h
1798                 remove POP3_TOP*
1799         * README.claws
1800                 remove selective donwload readme
1801
1802 2003-03-26 [oliver]     0.8.11claws53
1803         * src/matcher.[ch]
1804         * src/matcher_parser_parse.y 
1805         * src/pop.c 
1806         * src/prefs_account.[ch]
1807         * src/prefs_filtering.c
1808                 remove selective donwload
1809
1810 2003-03-26 [oliver]     0.8.11claws52
1811
1812         * src/inc.[ch] 
1813         * src/filtering.c 
1814         * src/mainwindow.c 
1815                 remove selective donwload
1816
1817 2003-03-26 [oliver]     0.8.11claws51
1818         
1819         * src/Makefile.am
1820         * src/selective_download.[ch]   ** REMOVE **    
1821
1822 2003-03-26 [christoph]  0.8.11claws50
1823
1824         * src/news.c
1825                 fix NEWS that got broken by a sync with sylpheed-main
1826
1827 2003-03-26 [christoph]  0.8.11claws49
1828
1829         * src/mimeview.c
1830                 fix mime type guessing when no mime type is found for a file
1831
1832 2003-03-25 [christoph]  0.8.11claws48
1833
1834         * src/mimeview.c
1835         * src/procmime.c
1836                 remove mime type guessing from mime parser and use
1837                 name based mime types in viewer lookup for mime type
1838                 application/octet-stream
1839
1840 2003-03-25 [christoph]  0.8.11claws47
1841
1842         * doc-src/readme.txt
1843         * doc-src/rfc2554.txt
1844                 add RFC about SMTP AUTH
1845
1846         * src/send_message.c
1847         * src/common/smtp.[ch]
1848                 add extra error code for authentication errors and
1849                 clear temporary password when this error occurs
1850
1851         (closes Bug 84 authentication failure while sending should
1852          prompt for password again)
1853
1854 2003-03-25 [christoph]  0.8.11claws46
1855
1856         * configure.ac
1857         * src/Makefile.am
1858         * src/imageview.[ch]                            ** REMOVE **
1859         * src/messageview.[ch]
1860         * src/mimeview.[ch]
1861         * src/prefs_common.[ch]
1862         * src/textview.c
1863         * src/plugins/Makefile.am
1864         * src/plugins/image_viewer/.cvsignore           ** NEW **
1865         * src/plugins/image_viewer/Makefile.am          ** NEW **
1866         * src/plugins/image_viewer/plugin.c             ** NEW **
1867         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
1868                 move image viewer into a plugin (building is enabled by default)
1869                 [ToDo: Prefs for resize and autoview]
1870
1871 2003-03-25 [paul]       0.8.11claws45
1872
1873         * sync with 0.8.11cvs12
1874                 see ChangeLog 2003-03-26
1875
1876 2003-03-25 [paul]       0.8.11claws44
1877
1878         * sync with 0.8.11cvs11
1879                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
1880                 
1881         Note: Selective Download is broken.
1882                 
1883 2003-03-22 [christoph]  0.8.11claws43
1884
1885         * src/folder.c
1886                 code cleanup for flags copying
1887
1888 2003-03-22 [christoph]  0.8.11claws42
1889
1890         * src/plugins/trayicon/trayicon.c
1891                 fix setting the transparent area when the window size
1892                 is forced by the system tray
1893
1894 2003-03-22 [christoph]  0.8.11claws41
1895
1896         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
1897         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
1898         * src/plugins/trayicon/newmail.xpm              ** NEW **
1899         * src/plugins/trayicon/nomail.xpm               ** NEW **
1900         * src/plugins/trayicon/trayicon.c
1901         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
1902                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
1903                 o add icon for unread mails
1904                 o set transparency for window
1905
1906 2003-03-22 [christoph]  0.8.11claws40
1907
1908         * src/news.c
1909                 init news session to prevent crash when session is closed
1910
1911 2003-03-22 [christoph]  0.8.11claws39
1912
1913         * src/imap.c
1914         * src/common/session.[ch]
1915                 Init session data to make sure we don't have invalid pointers
1916                 for read_ch and write_ch when new multi process sessions are
1917                 not used
1918
1919         * src/main.c
1920         * src/common/plugin.c
1921         * src/common/sylpheed.c
1922         * src/plugins/demo/demo.c
1923         * src/plugins/dillo_viewer/dillo_viewer.c
1924         * src/plugins/mathml_viewer/mathml_viewer.c
1925         * src/plugins/spamassassin/spamassassin.c
1926         * src/plugins/spamassassin/spamassassin_gtk.c
1927                 add plugin types to allow loading plugins at different times
1928                 (and maybe for different frontends), because it's not good to
1929                 load GTK-Plugins gefore gtk_init was called
1930
1931         * configure.ac
1932         * src/plugins/Makefile.am
1933         * src/plugins/trayicon/.cvsignore               ** NEW **
1934         * src/plugins/trayicon/Makefile.am              ** NEW **
1935         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
1936         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
1937         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
1938         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
1939         * src/plugins/trayicon/trayicon.c               ** NEW **
1940                 New Trayicon plugin that shows an icon in a systray that uses
1941                 XEMBED protocol like Gnome's systray. Icon shows if there
1942                 are new mails and a tooltip shows information about new,
1943                 unread and total messages.
1944
1945 2003-03-22 [paul]       0.8.11claws38
1946
1947         * src/common/smtp.c
1948                 fix ESMTP AUTH CRAM-MD5
1949                 [sync with main (still version 0.8.11cvs6), see
1950                  ChangeLog 2003-03-22]
1951
1952 2003-03-21 [colin]      0.8.11claws37
1953
1954         * src/send_message.c
1955                 Fix USE_SSL => USE_OPENSSL
1956
1957 2003-03-21 [colin]      0.8.11claws36
1958
1959         * src/folderview.c
1960                 Fix counts in drag and dropped subfolders
1961
1962 2003-03-21 [colin]      0.8.11claws35
1963
1964         * src/folder.c 
1965         * src/folderview.c
1966                 speed up a bit folder dnd
1967
1968 2003-03-20 [alfons]     0.8.11claws34
1969
1970         * src/main.c
1971         * src/toolbar.c
1972         * src/procmsg.c
1973                 don't send locked queue messages
1974                 (feature request "[ 705245 ] Locking message in outbox 
1975                  should prevent sending")
1976
1977 2003-03-20 [christoph]  0.8.11claws33
1978
1979         * src/folder.c
1980                 remove NEW and UNREAD flag in special folders when scanning
1981                 
1982         * src/common/smtp.c
1983                 fix ESMTP AUTH CRAM-MD5
1984
1985 2003-03-20 [paul]       0.8.11claws32
1986
1987         * src/prefs_account.c
1988                 Re-write 'Tunnel command to open connection' as
1989                 'Use command to communicate with server', and disable
1990                 it for all except IMAP accounts
1991
1992 2003-03-20 [paul]       0.8.11claws31
1993
1994         * sync with 0.8.11cvs6
1995                 see ChangeLog 2003-03-20
1996
1997 2003-03-19 [match]      0.8.11claws30
1998
1999         * src/addritem.[ch]
2000                 include documentation. minor refactoring.
2001         * src/addr_compl.[ch]
2002         * src/addrindex.[ch]
2003         * src/addresbook.[ch]
2004         * src/summaryview.c
2005                 re-enable address lookup (was disabled in
2006                 0.8.11claws20).
2007
2008 2003-03-19 [christoph]  0.8.11claws29
2009
2010         * src/procmsg.c
2011                 add temp flag handling, will make moving and copying
2012                 messages possible again
2013
2014         * src/folder.c
2015                 correct calulation of folder stats
2016
2017 2003-03-18 [match]      0.8.11claws28
2018
2019         * src/editgroup.h
2020                 remove case sensitive comparison (closes bug 80).
2021
2022 2003-03-18 [christoph]  0.8.11claws27
2023
2024         * src/imap.c
2025                 fix imap using a tunnel command
2026
2027         (closes bug 87)
2028
2029 2003-03-18 [christoph]  0.8.11claws26
2030
2031         * src/folder.[ch]
2032         * src/imap.c
2033         * src/procmsg.[ch]
2034                 rewrite flag handling for folders
2035
2036 2003-03-18 [christoph]  0.8.11claws25
2037
2038         * src/folder.c
2039         * src/procmsg.c
2040         * src/summaryview.c
2041                 unset NEW and UNREAD flags when message is ignored, to make
2042                 sure messages don't show up as unread on other IMAP clients,
2043                 because the IGNORE_THREAD flag can not be syncronized through
2044                 the IMAP folder
2045
2046 2003-03-17 [christoph]  0.8.11claws24
2047
2048         * src/imap.c
2049                 don't use recursion to fetch uids when the number of messages
2050                 does not match. Moved code into subfunction that is used
2051                 again when needed, to prevent an endless loop.
2052
2053 2003-03-17 [thorsten]   0.8.11claws23
2054
2055         * src/imageview.[ch]
2056                 export imageview_get_resized_size() (for plugins)
2057         * src/prefs_common.[ch]
2058                 added prefs_common_get() (for plugins)
2059
2060 2003-03-17 [christoph]  0.8.11claws22
2061
2062         * src/imap.c
2063                 o remove UID guessing from copy code
2064                 o support UIDPLUS extension for APPEND command
2065
2066 2003-03-17 [paul]       0.8.11claws21
2067
2068         * src/gtk/about.c
2069                 remove 'Compiled-plugins' section.
2070                 
2071         * src/plugins/dillo_viewer/dillo_viewer.c
2072                 slight change to description text
2073
2074 2003-03-16 [match]      0.8.11claws20
2075         * src/ldapserver.[ch]           ** NEW **
2076         * src/ldapctrl.[ch]             ** NEW **
2077         * src/ldapquery.[ch]            ** NEW **
2078         * src/ldaputil.[ch]             ** NEW **
2079         * src/addrcindex.[ch]           ** NEW **
2080         * src/addrquery.h               ** NEW **
2081         * src/addritem.[ch]
2082         * src/addrcache.[ch]
2083         * src/addrindex.[ch]
2084         * src/addr_compl.[ch]
2085         * src/addressbook.[ch]
2086         * src/addrbook.[ch]
2087         * src/editgroup.c
2088         * src/editaddress.c
2089         * src/editldap.c
2090         * src/editldap_basedn.c
2091         * src/vcard.c
2092         * src/jpilot.c
2093         * src/Makefile.am
2094                 included dynamic LDAP queries. improved address
2095                 completion.
2096
2097 2003-03-16 [paul]       0.8.11claws19
2098
2099         * tools/multiwebsearch.pl
2100                 fix a fatal typo
2101
2102 2003-03-16 [christoph]  0.8.11claws18
2103
2104         * src/mimeview.c
2105         * src/plugins/dillo_viewer/dillo_viewer.c
2106         * src/plugins/mathml_viewer/mathml_viewer.c
2107                 make unregistering of MimeViewerFactorys possible
2108
2109 2003-03-16 [alfons]     0.8.11claws17
2110
2111         * configure.ac
2112                 correct typo
2113
2114 2003-03-16 [melvin]     0.8.11claws16
2115
2116         * src/plugins/dillo_viewer.c
2117                 Fixed bug where it was not possible to view more than
2118                 one text/html attachment per message (bug discovered
2119                 by Christoph Hohmann).
2120
2121 2003-03-15 [melvin]     0.8.11claws15
2122
2123         * src/prefs_actions.c
2124                 Fixed compilation warnings.
2125
2126 2003-03-15 [melvin]     0.8.11claws14
2127
2128         * src/plugins/Makefile.am
2129         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
2130         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
2131         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
2132                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
2133                 newer (http://dillo.auriga.wearlab.de/).
2134
2135 2003-03-15 [christoph]  0.8.11claws13
2136
2137         * src/imap.c
2138                 don't query imap folder for attributes because we already
2139                 for them from imap_status
2140
2141         * src/mimeview.[ch]
2142                 add support for plugable MimeViewers (unloading Viewers
2143                 not yet complete)
2144
2145         * src/plugins/Makefile.am
2146         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
2147         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
2148         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
2149                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
2150                 widget from http://helm.cs.unibo.it/mml-widget/
2151
2152 2003-03-14 [christoph]  0.8.11claws12
2153
2154         * src/folder.[ch]
2155                 o error return code's should better be negative
2156                 o replace printf with debug_print
2157
2158         * src/imap.c
2159                 improve IMAP folder scan by checking UID-NEXT
2160
2161         * src/summaryview.c
2162                 remove check that are unnecessary in my opinion
2163
2164 2003-03-13 [christoph]  0.8.11claws11
2165
2166         * src/folder.[ch]
2167         * src/foldersel.c
2168         * src/folderview.c
2169         * src/imap.c
2170         * src/mbox_folder.c
2171         * src/mh.c
2172         * src/news.c
2173         * src/prefs_scoring.c
2174         * src/summaryview.c
2175                 use a common function to get a displayable name
2176                 for a FolderItem
2177
2178 2003-03-13 [paul]       0.8.11claws10
2179
2180         * tools/Makefile.am
2181           tools/README
2182           tools/multiwebsearch.conf     ** NEW FILE **
2183           tools/multiwebsearch.pl       ** NEW FILE **
2184                 add multiwebsearch Actions script
2185
2186 2003-03-13 [colin]      0.8.11claws9
2187
2188         * src/compose.c
2189                 Remove leading emtpy lines from quoted text
2190                 before quoting it
2191
2192 2003-03-13 [melvin]     0.8.11claws8
2193
2194         * src/prefs_actions.c
2195                 Fixed a memory leak
2196                 Code clean ups
2197                 Added Cancel and OK buttons
2198                 Corrected help text
2199
2200 2003-03-13 [christoph]  0.8.11claws7
2201
2202         * src/account.c
2203         * src/folder.[ch]
2204         * src/imap.c
2205         * src/mainwindow.c
2206         * src/mbox_folder.c
2207         * src/mh.c
2208         * src/news.c
2209         * src/setup.c
2210                 replace more folder type stuff with folder class stuff
2211
2212 2003-03-13 [melvin]     0.8.11claws6
2213
2214         * src/prefs_actions.c
2215                 Added new tokens:
2216                 %u: user provided argument
2217                 %h: user provided argument (hidden on input)
2218                 %s: current text selection in the message view 
2219
2220 2003-03-13 [paul]       0.8.11claws5
2221
2222         * sync with 0.8.11cvs5
2223                 see ChangeLog 2003-03-11, 2003-03-12
2224
2225 2003-03-12 [christoph]  0.8.11claws4
2226
2227         * src/folder.c
2228                 use folder class idstr when writing folderlist.xml
2229
2230         * src/folder.h
2231         * src/imap.c
2232         * src/news.c
2233                 replace folder type checks with folder class checks
2234
2235 2003-03-12 [christoph]  0.8.11claws3
2236
2237         * src/folder.[ch]
2238         * src/imap.[ch]
2239         * src/main.c
2240         * src/mbox_folder.[ch]
2241         * src/mh.[ch]
2242         * src/news.[ch]
2243                 o create a list of known folder classes in the folder system
2244                 o use folder class id strings for folder item identifiers
2245
2246 2003-03-12 [christoph]  0.8.11claws2
2247
2248         * src/imap.c
2249                 fix imap uid validity check
2250
2251 2003-03-12 [christoph]  0.8.11claws1
2252
2253         * src/account.c
2254         * src/folder.[ch]
2255         * src/foldersel.c
2256         * src/folderview.c
2257         * src/imap.c
2258         * src/mainwindow.c
2259         * src/mbox_folder.c
2260         * src/mh.c
2261         * src/news.c
2262         * src/prefs_scoring.c
2263         * src/procmsg.c
2264         * src/setup.c
2265         * src/summaryview.c
2266                 initial restructuring of folder system, seperating
2267                 folders and folder classes
2268
2269 2003-03-12 [paul]       0.8.11claws
2270
2271         0.8.11claws release
2272
2273 2003-03-12 [christoph]
2274
2275         * src/gtk/prefswindow.c
2276                 fix translation of "Page Index"
2277
2278 2003-03-12 [paul]       0.8.10claws110
2279
2280         a sync from 0.8.11cvs4 before the release
2281
2282         * src/common/utils.c
2283                 subject_compare_for_sort(): allow null strings (fixes
2284                 summary sorting).
2285
2286 2003-03-11 [paul]       0.8.10claws109
2287
2288         * po/es.po
2289                 update Spanish translation, submitted by
2290                 Ricardo Mones Lastra
2291
2292 2003-03-11 [melvin]     0.8.10claws108
2293
2294         * po/fr.po
2295                 Updated French translations
2296
2297 2003-03-11 [paul]       0.8.10claws107
2298
2299         * manual/en/Makefile.am
2300           manual/en/*.html
2301                 update English manual, add a new page
2302                 updated by Francois Barriere <fbarriere@atmel.fr>
2303                 
2304         * po/bg.po
2305           po/it.po
2306           po/sr.po
2307                 update Bulgarian, Italian, and Serbian translations
2308                 submitted by George Danchev, Alessandro Maestri, and
2309                 Urke MMI
2310
2311 2003-03-10 [paul]       0.8.10claws106
2312
2313         * src/gtk/about.c
2314           src/gtk/prefswindow.c
2315                 make some strings translatable
2316
2317 2003-03-10 [darko]      0.8.10claws105
2318
2319         * src/compose.c
2320                 code cleanup to make Hiro happy
2321
2322 2003-03-10 [paul]       0.8.10claws104
2323
2324         * sync with 0.8.11cvs2
2325                 see ChangeLog 2003-03-10
2326
2327 2003-03-09 [melvin]     0.8.10claws103
2328
2329         * src/textview.c
2330                 textview_set_font(): fix for message display in
2331                 UTF-8 locales (thanks to Sergey Vlasov).
2332                 (was unintentionnaly reverted in 0.8.6claws6)   
2333
2334 2003-03-08 [darko]      0.8.10claws102
2335
2336         * src/compose.c
2337                 fix infinite loop in wrapping as reported
2338                 by happycactus
2339                 obsoletes patch #696482
2340
2341 2003-03-08 [christoph]  0.8.10claws101
2342
2343         * src/imap.c
2344                 add workaround for IMAP servers that do not
2345                 support the "UID SEARCH UID" command
2346
2347 2003-03-07 [christoph]  0.8.10claws100
2348
2349         * src/plugins/spamassassin/spamassassin.[ch]
2350         * src/plugins/spamassassin/spamassassin_gtk.c
2351                 code cleanup
2352
2353 2003-03-07 [paul]       0.8.10claws99
2354
2355         * po/es.po
2356                 updated Spanish translation, submitted by
2357                 Ricardo Mones Lastra
2358
2359 2003-03-07 [christoph]  0.8.10claws98
2360
2361         * src/send.c
2362                 fix in 0.8.10claws94 was wrong
2363                 local delivery does not require escaping, remove escaping
2364                 code to make signatures of mails with "." lines valid
2365                 
2366                 NOTE: requires that sendmail is executed with "-i" option,
2367                       what is the default now, but has to be changed in all
2368                       exsiting accounts)
2369
2370 2003-03-07 [paul]       0.8.10claws97
2371
2372         * sync with 0.8.11 release
2373                 see ChangeLog 2003-03-07
2374
2375 2003-03-06 [paul]       0.8.10claws96
2376
2377         * src/compose.c
2378                 revert commit 0.8.10claws92
2379
2380 2003-03-06 [paul]       0.8.10claws95
2381
2382         * src/folderview.c
2383                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
2384
2385         * src/gtkaspell.c
2386                 fix bug 74, 'Crash opening editor window with pseudo-color
2387                 display'
2388                 
2389         Patches submitted by Kevin Vigor <kevin@vigor.nu>
2390
2391 2003-03-06 [christoph]  0.8.10claws94
2392
2393         * src/send.c
2394                 fix rfc2821 (4.5.2) violation in SMTP data sending,
2395                 all lines starting with a period get an extra period
2396                 inserted
2397                 (found by Simon 'corecode' Schubert)
2398
2399 2003-03-06 [paul]       0.8.10claws93
2400
2401         * src/folderview.c
2402                 if configured font can't be loaded fall back to gtk
2403                 default. (with thanks to Christoph)
2404                 
2405                 closes long-standing bug 15 'Crashes on startup'
2406
2407 2003-03-06 [paul]       0.8.10claws92
2408
2409         * src/compose.c
2410                 freeze text before autosave and thaw afterwards
2411                 fixes bug 67 'autosave make re-rediting message crazy'
2412
2413 2003-03-06 [christoph]  0.8.10claws91
2414
2415         * src/compose.c
2416                 ignore address comment in dupe check for Cc-list
2417
2418         (closes reopened bug 47 Replying to message strips name part of
2419          e-mail addresses of Cc: lines)
2420
2421 2003-03-06 [paul]       0.8.10claws90
2422
2423         * src/Makefile.am
2424                 remove reference to gtkxtext.h as its no longer in
2425                 the repository
2426
2427 2003-03-06 [paul]       0.8.10claws89
2428
2429         * sync with 0.8.10cvs25
2430                 see ChangeLog 2003-03-06
2431
2432 2003-03-06 [oliver]     0.8.10claws88
2433         
2434         * src/messageview.c
2435                 remove include
2436
2437 2003-03-06 [oliver]     0.8.10claws87
2438         
2439         * src/folderview.c 
2440                 remove changes introduced inclaws74
2441         * src/messageview.c
2442                 another attempt to sanely delete and update
2443                 messages deleted in separate messageview
2444
2445 2003-03-05 [christoph]  0.8.10claws86
2446
2447         * src/summaryview.c
2448                 check if "From" matches any account's address if
2449                 addressbook completion of addresses is disabled too
2450
2451         (closes Bug 70 "Display recipient in from" doesn't check
2452          folder's default account)
2453
2454 2003-03-05 [christoph]  0.8.10claws85
2455
2456         * src/compose.c
2457         * src/common/utils.[ch]
2458                 don't strip address comments when building Cc lists
2459
2460         (closes Bug 47 Replying to message strips name part of e-mail addresses
2461          of Cc: lines)
2462
2463         * src/folder.c
2464                 fix return value of copy function
2465
2466 2003-03-05 [christoph]  0.8.10claws84
2467
2468         * src/imap.c
2469                 don't ask imap server for non rfc822 headers
2470
2471         (closes bug 71 IMAP FETCH asks for FROM header field twice)
2472
2473         * src/imap.c
2474                 destroy session on socket error to allow reconnecting
2475
2476 2003-03-05 [christoph]  0.8.10claws83
2477
2478         * configure.ac
2479                 fix building with gnome when no prefix is set
2480
2481         (closes bug 66 Gnome directory is set to NONE)
2482
2483 2003-03-05 [paul]       0.8.10claws82
2484
2485         * sync with 0.8.10cvs23
2486                 see ChangeLog 2003-03-05
2487
2488 2003-03-04 [christoph]  0.8.10claws81
2489
2490         * src/folder.c
2491                 o fix moving and copying when folder returns 0 for new
2492                   message number
2493                 o remove some code for single message copy and move
2494                   operations and use functions for multiple messages
2495
2496         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
2497
2498         * src/news.c
2499                 remove unused include
2500
2501 2003-03-04 [paul]       0.8.10claws80
2502
2503         * src/gtk/about.c
2504                 list 'Compiled plugins'
2505
2506 2003-03-03 [christoph]  0.8.10claws79
2507
2508         * src/news.[ch]
2509                 have to multiply the percentage of the current fetch with
2510                 the percentage that it has of the total fetch operation
2511                 for correct values
2512
2513 2003-03-03 [christoph]  0.8.10claws78
2514
2515         * src/news.c
2516                 fix calculation of expected lines for progress indicator
2517
2518 2003-03-03 [christoph]  0.8.10claws77
2519
2520         * src/summaryview.c
2521         * src/common/utils.c
2522                 fix segfault when opening the root news folder
2523
2524 2003-03-03 [christoph]  0.8.10claws76
2525
2526         * src/mainwindow.[ch]
2527         * src/common/Makefile.am
2528         * src/common/progressindicator.[ch]
2529                 add UI independent progress indicator handling
2530
2531         * src/news.[ch]
2532                 use new progress indicator for message info fetching
2533
2534         * src/common/hooks.h
2535                 code cleanup
2536
2537 2003-03-03 [oliver]     0.8.10claws75
2538
2539         * src/toolbar.c
2540         * src/compose.c
2541                 removed commented code
2542
2543 2003-03-03 [oliver]     0.8.10claws74
2544
2545         * src/toolbar.[ch]
2546                 cleanups and refactoring
2547         * src/compose.[ch]
2548                 compose_reply_mode reply & forwarding interface for
2549                 toolbar buttons
2550         * src/folderview.c
2551                 act on messages marked for deletion in folderview_selected
2552                 based on prefs_common.immediate_exec since a message might 
2553                 have been deleted by messageview in a folder we are changing 
2554                 to (does anybody understand what I'm on about ?)
2555
2556 2003-03-03 [oliver]     0.8.10claws73
2557         
2558         * src/messageview.[ch]
2559                 new functions
2560                 - messageview_delete: delete message shown in messagview
2561                 - messageview_update_view: update messageview to currently 
2562                   selected summaryview message
2563                 - add separate messageview to msgview_list in order to update 
2564                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
2565         * src/summaryview.[ch]
2566                 summary_get_selection returns a list of selected msgs
2567                 in summaryview
2568         * src/mainwindow.c
2569                 toolbar reply refactoring
2570
2571 2003-03-03 [paul]       0.8.10claws72
2572
2573         * sync with 0.8.10cvs21
2574                 see ChangeLog 2003-03-03
2575
2576 2003-03-02 [christoph]  0.8.10claws71
2577
2578         * src/common/passcrypt.c
2579                 use POSIX includes
2580
2581 2003-03-02 [christoph]  0.8.10claws70
2582
2583         * configure.ac
2584         * src/prefs_account.c
2585         * src/prefs_gtk.[ch]
2586         * src/common/.cvsignore
2587         * src/common/Makefile.am
2588         * src/common/passcrypt.c                ** NEW **
2589         * src/common/passcrypt.h.in             ** NEW **
2590                 Implement password encryption in config files
2591                 using unix encrypt and setkey functions. The crypt
2592                 key can be set as a configure parameter. Old
2593                 passwords will be converted if they do not begin
2594                 with '!'
2595
2596 2003-03-02 [paul]       0.8.10claws69
2597
2598         * src/prefs_account.c
2599                 fix compile error
2600
2601 2003-03-01 [thorsten]   0.8.10claws68
2602
2603         * po/el.po
2604           po/hr.po
2605           po/it.po
2606           po/nl.po
2607           po/sr.po
2608           po/sv.po
2609                 corrected format strings
2610         * po/en_GB.po
2611                 corrected headers
2612                 (fix compile errors with GNU gettext-0.11.5)
2613
2614 2003-03-01 [oliver]     0.8.10claws67
2615
2616         * src/summaryview.c
2617                 menu callbacks call toolbar_menu_reply
2618
2619 2003-03-01 [oliver]     0.8.10claws66
2620
2621         * src/mainwindow.c
2622         * src/messageview.c
2623                 menu callbacks call toolbar_menu_reply
2624         * src/toolbar.[ch]
2625                 callbacks from menu handled by toolbar_menu_reply
2626
2627 2003-03-01 [paul]       0.8.10claws65
2628
2629         * src/addressbook.c
2630                 revert commit 0.8.10claws54 - breaks editing of
2631                 addressbook.
2632                 
2633         * po/bg.po
2634                 update Bulgarian translation, submitted by
2635                 George Danchev
2636
2637 2003-02-28 [christoph]  0.8.10claws64
2638
2639         * src/account.c
2640         * src/addressadd.c
2641         * src/compose.c
2642         * src/gtkaspell.c
2643         * src/gtkxtext.h                ** REMOVE **
2644         * src/imap.c
2645         * src/matcher.[ch]
2646         * src/mh.c
2647         * src/news.c
2648         * src/pine.c
2649         * src/prefs_common.c
2650         * src/prefs_matcher.c
2651         * src/procheader.[ch]
2652         * src/procmsg.[ch]
2653         * src/toolbar.c
2654         * src/common/ssl_certificate.c
2655         * src/gtk/colorlabel.c
2656         * src/gtk/menu.c
2657                 o fix warnings
2658                 o remove code obsoleted by new cache and folder system rework
2659
2660 2003-02-28 [oliver]     0.8.10claws63
2661         
2662         * src/toolbar.[ch]
2663                 * fix bug where reply in Messageview replied to 
2664                 Message displayed in summaryview
2665                 (reportedd via ML by chinatinte at gmx dot ch)
2666                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
2667                 didn't work in separate MessageView Toolbar
2668                 (wondering if anybody uses this at all ?)
2669         * src/summaryview.[ch]
2670                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
2671                 (generalize reply and forward code);
2672         * src/messageview.c 
2673                 remove focus_in event which updated summaryview to messageview
2674
2675 2003-02-28 [paul]       0.8.10claws62
2676
2677         * po/Makefile.in.in
2678                 add the --check option
2679                 Patch submitted by Ricardo Mones Lastra
2680
2681 2003-02-28 [paul]       0.8.10claws61
2682
2683         * src/prefs_account.c
2684                 re-order 'Signature' items
2685
2686 2003-02-28 [paul]       0.8.10claws60
2687
2688         * sync with 0.8.10cvs20
2689                 see ChangeLog 2003-02-28
2690
2691 2003-02-28 [paul]       0.8.10claws59
2692
2693         * po/POTFILES.in
2694                 update to reflect recent movement of files
2695
2696 2003-02-28 [paul]       0.8.10claws58
2697
2698         * sync with 0.8.10cvs19
2699                 see ChangeLog 2003-02-28
2700
2701 2003-02-27 [martin]     0.8.10claws57
2702
2703         * src/prefs_matcher.c 
2704                 fix segfault in prefs_matcher_ok() when the
2705                 last entry is deleted and prevents that the
2706                 message "entry not saved" comes up after deleting
2707                 an entry
2708
2709 2003-02-27 [martin]     0.8.10claws56
2710
2711         * src/prefs_filtering.c 
2712                 fix segfault in prefs_filtering_ok() when the
2713                 last entry is deleted and prevents that the
2714                 message "entry not saved" comes up after deleting
2715                 an entry
2716
2717 2003-02-27 [paul]       0.8.10claws55
2718
2719         * sync with 0.8.10cvs18
2720                 see ChangeLog 2003-02-27
2721
2722 2003-02-27 [paul]       0.8.10claws54
2723
2724         * src/addressbook.c
2725                 fix bug where the address book crashes with 
2726                 multiple lookups.
2727                 Patch [687729] submitted by David Frager 
2728                 <dbfrager@users.sourceforge.net>
2729
2730 2003-02-25 [christoph]  0.8.10claws53
2731
2732         * src/Makefile.am
2733         * src/colorlabel.[ch]           ** REMOVE **
2734         * src/gtk/Makefile.am
2735         * src/gtk/colorlabel.[ch]       ** NEW **
2736                 move colorlabel files to gtk directory
2737
2738         * src/esmtp.[ch]                ** REMOVE **
2739                 has been merged into smtp.[ch] in 0.7.5
2740
2741 2003-02-25 [christoph]  0.8.10claws52
2742
2743         * src/Makefile.am
2744         * src/about.[ch]                ** REMOVE **
2745         * src/gtk/Makefile.am
2746         * src/gtk/about.[ch]            ** NEW **
2747                 move about files to gtk directory
2748
2749 2003-02-25 [christoph]  0.8.10claws51
2750
2751         * src/folder.c
2752                 some code optimization of folder scanning code
2753
2754         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
2755
2756 2003-02-25 [christoph]  0.8.10claws50
2757
2758         * src/main.c
2759         * src/common/sylpheed.c
2760                 add command line parameter parsing to common code
2761
2762 2003-02-24 [christoph]
2763
2764         * Makefile.am
2765         * configure.ac
2766                 fix gnome prefix problems, the configure script now removed
2767                 `gnome-config --prefix` from `gnome-config --datadir`
2768                 and adds $(prefix} instead
2769
2770         (closes Bug 24 Makefile does not respect prefix when installing
2771          GNOME data)
2772
2773 2003-02-24 [christoph]  0.8.10claws49
2774
2775         * src/news.c
2776                 check for valid session before trying to authenticate
2777
2778         (closes Bug 60 crash if "authenticate on logon" is activated
2779          and newsserver-hostname is not valid)
2780
2781 2003-02-24 [melvin]     0.8.10claws48
2782
2783         * src/prefs_actions.c
2784                 Make sure all user's input is sent to the action and then
2785                 close the socket..
2786
2787 2003-02-23 [alfons]     0.8.10claws46
2788
2789         * src/summaryview.c
2790                 also wait cursor when deleting files
2791
2792 2003-02-23 [paul]
2793
2794         * tools/freshmeat_search.pl
2795           tools/google_search.pl
2796                 scripts should now work for any browser/browser command line
2797
2798 2003-02-22 [christoph]  0.8.10claws45
2799
2800         * src/procmsg.c
2801                 fix IMAP flag setting, IMAP flag is not handled correctly
2802                 anymore by the folder system and information about the
2803                 folder should not be saved in the MsgInfo (in my opinion)
2804
2805         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
2806
2807 2003-02-22 [christoph]  0.8.10claws44
2808
2809         * src/summaryview.c
2810                 fix spelling of "label" ;-)
2811
2812 2003-02-22 [thorsten]   0.8.10claws43
2813
2814         * src/mimeview.c
2815           src/prefs_common.[ch]
2816           src/procmime.[ch]
2817                 do not use description as attachment name
2818
2819 2003-02-22 [alfons]     0.8.10claws42
2820
2821         * src/summaryview.c
2822                 freeze/thaw folder item updates when changing color labels,
2823                 and put a wait cursors on
2824
2825 2003-02-22 [thorsten]   0.8.10claws41
2826
2827         * src/mimeview.c
2828                 save-all fixes: crash if invoked on multipart container,
2829                 mimeinfo access, pathseparators, error dialog
2830
2831 2003-02-21 [alfons]     0.8.10claws40
2832
2833         * src/prefs_gtk.c
2834                 remove unused var
2835
2836 2003-02-21 [colin]      0.8.10claws39
2837
2838         * src/send.c
2839                 Fix smtp logging
2840
2841 2003-02-21 [colin]      0.8.10claws38
2842
2843         * src/summaryview.c
2844                 Freeze/thaw folderItem updates when filtering messages 
2845                 via Tools/Filter messages
2846
2847 2003-02-21 [paul]       0.8.10claws37
2848
2849         * src/compose.c
2850                 revert commit 0.8.10claws26, there are ulterior motives
2851                 for users to set a Reply-To header when posting to
2852                 newsgroups
2853
2854 2003-02-21 [paul]       0.8.10claws36
2855
2856         * sync with 0.8.10cvs17
2857                 see ChangeLog 2003-02-21
2858
2859 2003-02-20 [christoph]  0.8.10claws35
2860
2861         * src/imap.c
2862                 IMAP UID fetch speedup using SEARCH
2863
2864         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
2865
2866         * src/imap.c
2867                 fix problem with UIDs in IMAP UID cache that no longer existed
2868
2869 2003-02-20 [christoph]  0.8.10claws34
2870
2871         * src/imap.c
2872         * src/procheader.c
2873         * src/procheader.h
2874                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
2875
2876         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
2877
2878         * src/imap.c
2879                 Rewrite imap_cmd_gen_recv use sock_getline instead
2880                 of sock_gets to avoid problems with too long reply
2881                 lines
2882     
2883 2003-02-20 [colin]      0.8.10claws33
2884         
2885         * src/prefs_account.c
2886                 Better wording
2887
2888 2003-02-20 [colin]      0.8.10claws32
2889
2890         * src/compose.c
2891                 Remove useless '&& !to_sender' 
2892
2893 2003-02-20 [darko]
2894
2895         * AUTHORS
2896                 change my e-mail address
2897
2898 2003-02-19 [colin]      0.8.10claws31
2899
2900         * src/prefs_common.c
2901                 X11 style colors for every configurable color
2902
2903 2003-02-19 [alfons]     0.8.10claws30
2904
2905         * src/prefs_gtk.[ch]
2906         * src/prefs_common.c
2907                 for color_new accept both plain integers and X11 style color
2908                 names (as found in /usr/lib/X11/rgb.txt)
2909
2910 2003-02-19 [paul]       0.8.10claws29
2911
2912         * src/mainwindow.c
2913                 add tooltips to online/offline button and account selector
2914                 button
2915
2916 2003-02-19 [paul]       0.8.10claws28
2917
2918         * src/folder.c
2919           src/news.c
2920           src/prefs_account.[ch]
2921           src/prefs_common.[ch]
2922                 move 'Maximum number of articles to download' to
2923                 account prefs.
2924                 clean up account prefs gui a little by hiding entries
2925                 rather then greying out entries
2926
2927 2003-02-19 [hiro]       0.8.10claws27
2928
2929         * src/common/utils.c
2930                 fix bug #54 'yesterdays date is displayed in the message 
2931                 summary window'
2932
2933 2003-02-19 [paul]       0.8.10claws26
2934
2935         * src/compose.c
2936                 fix bug reported in Feature Request [688596] 
2937                 'Reply-to header in news'
2938
2939 2003-02-18 [paul]       0.8.10claws25
2940
2941         * src/select-keys.c
2942                 add a 'List all keys' button to key selection dialog
2943
2944 2003-02-18 [colin]      0.8.10claws24
2945         
2946         * src/stock_pixmap.c
2947                 fix compile error
2948
2949 2003-02-18 [colin]      0.8.10claws23
2950
2951         * src/common/smtp.[ch]
2952           src/prefs_account.c
2953                 Try to starttls if it seems to be the only
2954                 way to authenticate a user
2955
2956 2003-02-18 [paul]       0.8.10claws22
2957
2958         * src/Makefile.am
2959           src/folderview.c
2960           src/stock_pixmap.[ch]
2961           src/pixmaps/drafts_close.xpm  ** NEW FILE **
2962           src/pixmaps/drafts_open.xpm   ** NEW FILE **
2963                 as a Drafts folder is a special folder allow it to have
2964                 its own unique icons
2965
2966 2003-02-18 [colin]      0.8.10claws21
2967
2968         * src/imap.c
2969                 Fix port selection when using starttls
2970
2971 2003-02-18 [paul]       0.8.10claws20
2972
2973         * src/mainwindow.c
2974           src/prefs_common.[ch]
2975                 make blue the default new mail colour
2976
2977 2003-02-18 [paul]       0.8.10claws19
2978
2979         * sync with 0.8.10cvs14
2980                 see ChangeLog 2003-02-18
2981
2982 2003-02-17 [jens]       0.8.10claws18
2983
2984         * src/common/md5.c
2985                 fixed a compile problem with gcc 3.3
2986                 works on 2.95.3 too (testet on PPC as it is big endian)
2987
2988 2003-02-17 [paul]       0.8.10claws17
2989
2990         * sync with 0.8.10cvs13
2991                 see ChangeLog 2003-02-17
2992
2993 2003-02-17 [paul]       0.8.10claws16
2994
2995         * sync with 0.8.10cvs12
2996                 see ChangeLog 2003-02-17
2997
2998 2003-02-16 [match]      0.8.10claws15
2999
3000         * src/addressbook.c
3001                 Eliminates reloading of address data when items
3002                 deleted or added. Applied submitted by
3003                 Luke Plant <lukeplant@softhome.net>
3004
3005 2003-02-16 [paul]       0.8.10claws14
3006
3007         * src/news.c
3008                 when a 'protocol error' is encountered disconnect from
3009                 the server. This means that the user can carry on viewing
3010                 other articles and doesn't have to either wait until the
3011                 server timesout or quit sylpheed.
3012                 Fixes bug #53 'Unable to read messages in newsgroups, 
3013                 displayed message doesn't change'
3014
3015 2003-02-15 [christoph]  0.8.10claws13
3016
3017         * src/imap.c
3018                 fix bug that stopped scanning of folders when an
3019                 IMAP folder was empty
3020
3021         (closes bug 46 stop scan messages in folders after empty folder)
3022
3023 2003-02-15 [paul]
3024
3025         * tools/Makefile.am
3026           tools/README
3027           tools/freshmeat_search.pl     ** NEW FILE **
3028           tools/google_search.pl        ** NEW FILE **
3029                 Add 2 Actions scripts which search freshmeat/google
3030                 for the selected text using the browser configured
3031                 in sylpheedrc.
3032                 
3033         Note: These scripts are very dependent on the format of the
3034         browser command and may not work on every occasion. Testing
3035         is welcome. 
3036
3037 2003-02-14 [alfons]     0.8.10claws12
3038
3039         * src/compose.c
3040                 fix breakage because of uninitialized account pointer.
3041                 please verify.
3042
3043 2003-02-14 [paul]       0.8.10claws11
3044
3045         * src/compose.c
3046           src/prefs_account.[ch]
3047           src/prefs_common.[ch]
3048                 move signature settings to Account Prefs
3049
3050 2003-02-14 [paul]       0.8.10claws10
3051
3052         * sync with 0.8.10cvs11
3053                 see ChangeLog 2003-02-14
3054
3055 2003-02-13 [thorsten]   0.8.10claws9
3056
3057         * src/news.c
3058                 revert news progressbar (GUI separation)
3059
3060 2003-02-13 [paul]       0.8.10claws8
3061
3062         * src/compose.c
3063                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
3064                 paragraph 1
3065
3066 2003-02-13 [paul]       0.8.10claws7
3067
3068         * src/compose.[ch]
3069           src/summaryview.c
3070                 fix 'Follow-up and Reply-to' so that it creates a reply to
3071                 the newsgroup and the sender. If the message has the keyword
3072                 'poster' in the Followup-To header, all replies go to the
3073                 sender, re: RFC 1036, Section 2.2.3
3074                 rename all instances of 'ignore_replyto' to 'to_sender', both
3075                 were previously used, now we use just one.
3076
3077 2003-02-13 [paul]       0.8.10claws6
3078
3079         * sync with 0.8.10cvs9
3080                 see ChangeLog 2003-02-13
3081
3082 2003-02-13 [paul]       0.8.10claws5
3083
3084         * configure.ac
3085                 show which plugins are configured in the configure
3086                 output.
3087
3088 2003-02-12 [thorsten]   0.8.10claws4
3089
3090         * src/news.c
3091                 show progress while fetching news headers
3092
3093 2003-02-12 [christoph]  0.8.10claws3
3094
3095         * configure.ac
3096         * src/plugins/Makefile.am
3097                 use AM_CONDITIONAL to enable plugins, automake correctly
3098                 manages this when creating distdir
3099
3100 2003-02-12 [christoph]  0.8.10claws2
3101
3102         * ac/spamassassin.m4
3103         * src/plugins/spamassassin/Makefile.am
3104                 fix building SpamAssassin plugin without OpenSSL
3105
3106 2003-02-12 [paul]       0.8.10claws1
3107
3108         * ac/Makefile.am
3109           src/Makefile.am
3110           src/plugins/Makefile.am
3111                 fix failure of 'make release'
3112
3113 2003-02-12 [paul]       0.8.10claws
3114
3115         * 0.8.10claws released
3116
3117 2003-02-12 [paul]       0.8.9claws56
3118
3119         * po/bg.po
3120           po/es.po
3121           po/it.po
3122           po/ru.po
3123           po/sr.po
3124                 updated translations by George Danchev, Ricardo Mones Lastra,
3125                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
3126                 
3127         * sylpheed.spec.in
3128                 Allow the building of RPMs by a regular user. Submitted
3129                 by Sergei Astanin
3130
3131 2003-02-11 [alfons]     0.8.9claws55
3132
3133         * src/colorlabel.c
3134                 don't use pixmaps for label color rect but draw rectangles
3135                 so we can respect the color map of palette based visuals
3136                 (fixes the long time crashes on Suns - thanks to Andreas
3137                 Engel and Steve O'Hara-Smith for testing)
3138
3139 2003-02-11 [christoph]  0.8.9claws54
3140
3141         * src/matcher_parser_parse.y
3142                 correct bug where filering rules of not existing folders in
3143                 matcherrc were added to global filtering
3144                 
3145         (closes Debian Bug #180253 - Directory's filter-rules are merged with
3146          main filter-rules after removing directory, http://bugs.debian.org/180253)
3147         
3148 2003-02-11 [paul]       0.8.9claws53
3149
3150         * sync with 0.8.10cvs7
3151                 see ChangeLog 2003-02-09
3152
3153 2003-02-11 [melvin]     0.8.9claws52
3154
3155         * po/fr.po
3156                 Updated French tranlsations
3157
3158 2003-02-10 [paul]       0.8.9claws51
3159
3160         * sylpheed.spec.in
3161                 correct --enable-openssl
3162                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
3163
3164 2003-02-09 [martin]     0.8.9claws50
3165
3166         * src/prefs_matcher.c
3167                 fix segfault in prefs_matcher_substitute_cb() when
3168                 no row is selected
3169
3170 2003-02-09 [paul]       0.8.9claws49
3171
3172         * src/folderview.c
3173                 fix bug where a newsgroup folder's processing rules were
3174                 merged with the global filtering rules when the newsgroup
3175                 folder was deleted, causing some seriously bad results,
3176                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
3177
3178 2003-02-08 [melvin]     0.8.9claws48
3179
3180         * src/compose.c
3181                 Corrected and modified an alert message.
3182
3183 2003-02-07 [paul]       0.8.9claws47
3184
3185         * src/folderview.c
3186                 fix bug where both an 'Account properties' window and a
3187                 'Folder properties' window were opened when clicking on
3188                 'Properties' in an NNTP or IMAP folder's popup menu.
3189
3190 2003-02-07 [paul]       0.8.9claws46
3191
3192         * sync with 0.8.10cvs6
3193                 see ChangeLog 2003-02-06
3194
3195 2003-02-06 [christoph]  0.8.9claws45
3196
3197         * src/mbox.c
3198                 freeze folder updates while importing mbox files
3199                 (closes bug 43 importing mbox took hours)
3200                 
3201         Patch submitted by Jens Rantil <jens.rantil@telia.com>
3202
3203 2003-02-06 [thorsten]   0.8.9claws44
3204
3205         * po/de.po
3206                 Updated german translations
3207
3208 2003-02-06 [thorsten]   0.8.9claws43
3209
3210         * src/news.h
3211                 use guint for message numbers (fix count in grouplist dialog)
3212
3213 2003-02-05 [paul]       0.8.9claws42
3214
3215         * sync with 0.8.10cvs2
3216                 see ChangeLog 2003-02-05
3217
3218 2003-02-04 [colin]      0.8.9claws41
3219
3220         * src/prefs_common.[ch]
3221           src/procmsg.c
3222           src/summaryview.c
3223                 Add an option to disable threading by subject
3224
3225 2003-02-04 [christoph]  0.8.9claws40
3226
3227         * src/inc.c
3228                 only abort fetching mails from multiple accounts when the
3229                 error is fatal and does not allow to check any more accounts
3230                 (currently only disk full error)
3231
3232         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
3233          receive mails for other accouts)
3234
3235 2003-02-04 [christoph]  0.8.9claws39
3236
3237         * src/folder.c
3238                 first add the new message to the cache, then
3239                 send the update notification
3240
3241         (closes bug 39 after sending message folderview doesnt get updated)
3242
3243 2003-02-04 [colin]      0.8.9claws38
3244
3245         * src/inc.c
3246                 _really_ fix this Connecting... status
3247
3248 2003-02-04 [paul]       0.8.9claws37
3249
3250         * sync with 0.8.10
3251                 see ChangeLog 2003-02-04
3252
3253 2003-02-04 [paul]       0.8.9claws36
3254
3255         * sync with 0.8.9cvs6
3256                 see ChangeLog 2003-02-03
3257
3258 2003-02-04 [paul]       0.8.9claws35
3259
3260         * po/pt_BR.po
3261                 updated by André Filipe de Assunção e Brito 
3262                 <bedecko@netsite.com.br>
3263
3264 2003-02-03 [thorsten]   0.8.9claws34
3265
3266         * po/de.po
3267                 Updated german translations
3268
3269 2003-02-02 [paul]       0.8.9claws33
3270
3271         * po/es.po
3272                 updated by Ricardo Mones Lastra
3273
3274 2003-02-02 [thorsten]   0.8.9claws32
3275
3276         * src/mh.c
3277                 Fix mh_get_msginfo() segfault if file is inaccessible
3278
3279 2003-01-31 [colin]      0.8.9claws31
3280
3281         * src/procheader.c
3282                 Fix last commit's bug
3283
3284 2003-01-31 [colin]      0.8.9claws30
3285
3286         * src/procheader.c
3287                 Missing a change for gpg-signed messages
3288
3289 2003-01-31 [paul]       0.8.9claws29
3290
3291         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
3292           src/procheader.c
3293           src/stock_pixmap.[ch]
3294           src/summaryview.c
3295                 indicate GnuPG signed messages by displaying an icon
3296                 in the Attachment column.
3297
3298 2003-01-31 [paul]       0.8.9claws28
3299
3300         * sync with 0.8.9cvs4
3301                 see ChangeLog 2003-01-31
3302
3303 2003-01-31 [alfons]     0.8.9claws27
3304
3305         * src/textview.c
3306                 tune URI parser to accept mailto URLs with a '?'
3307                 (patch from Ruslan Balkin)
3308
3309 2003-01-31 [colin]      0.8.9claws26
3310
3311         * src/summaryview.c
3312                 Fix a leak introduced in claws24
3313
3314 2003-01-31 [colin]      0.8.9claws25
3315
3316         * src/summaryview.c
3317                 Freeze/Thaw folder updates when deleting dups
3318
3319 2003-01-31 [colin]      0.8.9claws24
3320         
3321         * src/addr_compl.c
3322           src/summaryview.c
3323           src/msgcache.c
3324                 little speed improvements
3325
3326 2003-01-31 [colin]      0.8.9claws23
3327
3328         * src/summaryview.c
3329                 Fix segfault when forwarding nothing
3330                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
3331                 
3332 2003-01-30 [paul]       0.8.9claws22
3333
3334         * sync with 0.8.9cvs3
3335                 see ChangeLog 2003-01-30
3336
3337 2003-01-30 [paul]       0.8.9claws21
3338
3339         * sync with 0.8.9cvs2
3340                 see ChangeLog 2003-01-30
3341
3342 2003-01-29 [paul]       0.8.9claws20
3343
3344         * sync with 0.8.9cvs1
3345                 see ChangeLog 2003-01-29
3346
3347 2003-01-28 [paul]       0.8.9claws19
3348
3349         * po/POTFILES.in
3350                 update to reflect changes. 
3351                 thanks to Ricardo Mones Lastra
3352
3353 2003-01-27 [christoph]  0.8.9claws18
3354
3355         * ac/openssl.m4
3356         * ac/spamassassin.m4
3357         * src/plugins/spamassassin/README
3358         * src/plugins/spamassassin/libspamc.[ch]
3359         * src/plugins/spamassassin/utils.[ch]
3360                 updated to latest libspamc
3361
3362 2003-01-27 [christoph]  0.8.9claws17
3363
3364         * src/folder.c
3365                 fix wrong use of procheader_get_header_fields
3366
3367 2003-01-27 [christoph]  0.8.9claws16
3368
3369         * src/news.c
3370         * src/prefs_account.[ch]
3371         * src/common/nntp.[ch]
3372                 allow to force authentication for NNTP servers
3373
3374         Patch submitted by Florian Mickler <dmk@d-labs.de>
3375
3376 2003-01-26 [paul]       0.8.9claws15
3377
3378         * src/summaryview.c
3379                 speed up of marking messages as read
3380                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
3381
3382 2003-01-26 [christoph]  0.8.9claws14
3383
3384         * src/Makefile.am
3385         * src/mgutils.[ch]              ** REMOVE **
3386         * src/xml.[ch]                  ** REMOVE **
3387         * src/xmlprops.[ch]             ** REMOVE **
3388         * src/common/Makefile.am
3389         * src/common/mgutils.[ch]       ** NEW **
3390         * src/common/xml.[ch]           ** NEW **
3391         * src/common/xmlprops.[ch]      ** NEW **
3392                 move xml files to common directory
3393
3394 2003-01-26 [christoph]  0.8.9claws13
3395
3396         * src/plugins/spamassassin/spamassassin_gtk.c
3397                 only set gtk entry text if string is available
3398
3399 2003-01-26 [melvin]     0.8.9claws12
3400
3401         * src/description_window.c
3402                 Allow resizing of the window
3403                 Allow automatic horizontal scroll bar
3404                 Do not vertically expand and fill
3405
3406 2003-01-26 [christoph]  0.8.9claws11
3407
3408         * src/Makefile.am
3409         * src/gtkutils.[ch]             ** REMOVE **
3410         * src/common/sylpheed.c
3411         * src/gtk/Makefile.am
3412         * src/gtk/description_window.c
3413         * src/gtk/gtkutils.[ch]         ** NEW **
3414         * src/gtk/prefswindow.c
3415                 move gtkutils to gtk directory
3416
3417 2003-01-26 [paul]       0.8.9claws10
3418
3419         * src/summaryview.c
3420                 rename summary_unread_clicked() to summary_status_clicked()
3421
3422 2003-01-26 [melvin]     0.8.9claws9
3423
3424         * src/prefs_actions.c
3425                 Cosmetical changes to the help text
3426
3427 2003-01-26 [paul]       0.8.9claws8
3428
3429         * src/folder.[ch]
3430           src/mainwindow.c
3431           src/prefs_common.c
3432           src/prefs_sumamry_column.c
3433           summaryview.[ch]
3434                 rename the 'Unread' column to 'Status'
3435
3436 2003-01-25 [match]      0.8.9claws7
3437
3438         * src/mgutils.[ch]
3439                 removed reference to LDAP constants. removed error2string.
3440                 included functions to support LDAP dynamic queries.
3441         * src/syldap.h
3442                 moved LDAP constants here.
3443         * src/addressbook.c
3444         * src/addrindex.c
3445         * src/importldif.c
3446                 removed references to LDAP constants and references to
3447                 error2string.
3448
3449 2003-01-25 [paul]       0.8.9claws6
3450
3451         * src/summaryview.c
3452                 summary_thread_build(), summary_thread_init(): remove 
3453                 unneeded reference to summaryview->folder_item
3454
3455 2003-01-25 [christoph]  0.8.9claws5
3456
3457         * src/gtk/description_window.c
3458                 o allow description texts to expand over multiple columns
3459                 o translate all columns
3460         * src/prefs_actions.c
3461                 change syntax description to use new multi column feature
3462
3463         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
3464
3465 2003-01-25 [match]      0.8.9claws4
3466
3467         * src/vcard.c
3468                 fixed bug with Quoted-Printable
3469
3470 2003-01-25 [paul]       0.8.9claws3
3471
3472         * src/folder.[ch]
3473           src/summaryview.[ch]
3474                 implement per-folder collapsed/expanded threads setting
3475                 
3476         * src/prefs_common.c
3477                 remove global collapsed/expanded threads option
3478
3479 2003-01-25 [christoph]  0.8.9claws2
3480
3481         * po/POTFILES.in
3482                 add pluginwindow and prefswindow
3483         * src/compose.c
3484                 make send respond correctly to messages that could be added
3485                 to the queue folder, but the UID of the message is unknown
3486         * src/folder.c
3487         * src/imap.c
3488                 don't return guessed UIDs in imap_add_msg anymore. We return
3489                 0 to tell the folder system it was appened but the UID is
3490                 unknown. Folder system now get's the UID by scaning the folder
3491                 and searching the cache for the Message-ID
3492                 (closes bug #29 Messages queued, but not sent)
3493
3494 2003-01-25 [paul]       0.8.9claws1
3495
3496         * src/codeconv.c
3497                 conv_encode_header():  fix bug when long headers with 8-bit
3498                 characters are used, so that the encoded words are wrapped.
3499                 If the space in the original text falls on the wrap boundary,
3500                 it can be lost.
3501                 Patch by Sergey Vlasov.
3502                 
3503         * src/folderview.c
3504                  fix bug where a change to the sorting method or thread view
3505                  of a folder's messages is lost if simpify-subject is set and
3506                  toggled on or off.
3507                  Patch by Luke Plant.
3508
3509 2003-01-24 [paul]       0.8.9claws
3510
3511         * sylpheed-0.8.9claws released
3512         
3513         * Makefile.am
3514           sylpheed.spec.in
3515                 remove reference to 'INSTALL.jp'
3516
3517 2003-01-23 [paul]       0.8.8claws128
3518
3519         * po/es.po
3520           po/it.po
3521           po/ru.po
3522           po/sr.po
3523                 updated translations. submitted by Ricardo Mones Lastra,
3524                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
3525
3526 2003-01-23 [colin]      0.8.8claws127
3527
3528         * src/compose.c
3529                 Fix drafted and queued news articles re-edition
3530
3531 2003-01-23 [melvin]     0.8.8claws126
3532
3533         * po/fr.po
3534                 Updated French translations
3535
3536 2003-01-23 [colin]      0.8.8claws125
3537
3538         * src/inc.c
3539                 Fix "Connecting to..." status message
3540
3541 2003-01-22 [paul]       0.8.8claws124
3542
3543         * po/bg.po
3544                 updated by George Danchev
3545                 
3546         * src/folder.c
3547                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
3548                 and folder deletion
3549
3550 2003-01-21 [paul]       0.8.8claws123
3551
3552         * po/bg.po
3553                 updated by George Danchev
3554                 
3555         * src/about.c
3556                 its now 2003
3557                 
3558         * src/toolbar.c
3559                 don't translate 'Separator'
3560                 
3561         * src/plugins/spamassassin/Makefile.am
3562                 add aspell to CPPFLAGS
3563                 
3564         * src/plugins/spamassassin/spamassassin.c
3565           src/plugins/spamassassin/spamassassin_gtk.c
3566                 set correct default for spamassassin_receive_spam
3567                 slightly re-word descriptions and some
3568                 other minor changes
3569
3570 2003-01-19 [alfons]     0.8.8claws122
3571                 
3572         * src/mimeview.c
3573                 mimeview_save_as(): we might as well show the file name for
3574                 the single case "Save As" too
3575
3576 2003-01-19 [alfons]     0.8.8claws121
3577
3578         * src/crash.c
3579                 change bug tracker URL to bugzilla URL
3580
3581 2003-01-19 [alfons]     0.8.8claws120
3582
3583         * src/mimeview.c
3584                 mimeview_save_all(): display name of file before overwriting;
3585                 continue saving all, even when one overwrite was cancelled
3586
3587 2003-01-19 [christoph]  0.8.8claws119
3588
3589         * src/summaryview.c
3590         * src/procmsg.[ch]
3591                 fix wrong usage of procmsg_find_children in summaryview
3592                 by using procmsg_update_unread_children instead of
3593                 summaryview_update_unread_children
3594
3595 2003-01-19 [christoph]  0.8.8claws118
3596
3597         * src/procmsg.c
3598                 fix infinite loop in procmsg_find_children
3599                  (closes bug #25 sylpheed crashes on delete.)
3600
3601         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
3602
3603 2003-01-19 [paul]       0.8.8claws117
3604
3605         * po/pt_BR.po
3606                 updated by Ivan Francolin Martinez
3607
3608 2003-01-18 [melvin]     0.8.8claws116
3609
3610         * src/prefs_actions.c
3611                 Removed syntax limitation of only one '&' at the end of command.
3612                         Now actions that contain '>/dev/null 2>&1' are possible.
3613
3614 2003-01-18 [melvin]     0.8.8claws115
3615
3616         * src/prefs_actions.c
3617                 Actions IO dialog: when the action ends
3618                 the "Close" button now has focus and [Escape] closes the
3619                 window.
3620
3621 2003-01-18 [christoph]  0.8.8claws114
3622
3623         * src/procmsg.c
3624                 o add debug output when MsgInfos are really freed
3625                 o free GSLists in procmsg_find_children and
3626                   procmsg_update_unread_children
3627
3628 2003-01-18 [christoph]  0.8.8claws113
3629
3630         * src/mainwindow.c
3631                 reorder Configuration menu
3632
3633 2003-01-18 [christoph]  0.8.8claws112
3634
3635         * src/compose.c
3636                 fix applying templates to forwarded messages
3637
3638         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3639
3640 2003-01-17 [christoph]  0.8.8claws111
3641
3642         * src/folder.c
3643                 destroy folder items, when a folder item is removed
3644
3645 2003-01-17 [christoph]  0.8.8claws110
3646
3647         * src/folder.c
3648                 fix wrong folder stats update when ignored message is
3649                 deleted
3650
3651 2003-01-17 [colin]      0.8.8claws109
3652         
3653         * src/mainwindow.c
3654         * src/summaryview.c
3655                 Quicksearch bugfixes: 
3656                 - hide help button at startup if not extended
3657                 - switch to extended when looking for replies
3658
3659 2003-01-17 [paul]
3660
3661         * sync with 0.8.9 release
3662
3663 2003-01-17 [paul]       0.8.8claws108
3664
3665         * sync with 0.8.8cvs11
3666                 see ChangeLog 2003-01-17
3667
3668 2003-01-16 [colin]      0.8.8claws107
3669
3670         * src/procmsg.c
3671                 Changed encryption test to re-ask passphrase
3672                 if an encrypted message hasn't been decrypted
3673                 Fixes bug #5
3674
3675 2003-01-16 [christoph]  0.8.8claws106
3676
3677         * src/prefs_gtk.c
3678         * src/prefs_toolbar.c
3679         * src/gtk/prefswindow.h
3680         * src/plugins/spamassassin/spamassassin_gtk.c
3681                 remove page destroy function that is not used anymore
3682
3683 2003-01-16 [paul]       0.8.8claws105
3684
3685         * sync with 0.8.8cvs9
3686                 see ChangeLog 2002-01-16
3687
3688 2003-01-16 [colin]      0.8.8claws104
3689
3690         * src/compose.[ch]
3691                 Fix bug with autosaved drafts for IMAP, when draft
3692                 folder is specified - fixes bugzilla bug #20
3693
3694 2003-01-15 [paul]       0.8.8claws103
3695
3696         * src/compose.[ch]
3697           src/procmsg.c
3698                 store folder and message-id of message forwarding
3699                 in queue header and set forward flag after sending
3700
3701 2003-01-15 [paul]       0.8.8claws102
3702
3703         * sync with 0.8.8cvs8
3704                 see ChangeLog 2002-01-15
3705
3706 2003-01-15 [colin]      0.8.8claws101
3707
3708         * src/Makefile.am
3709                 Fix linking with GNU libiconv
3710
3711 2003-01-15 [darko]      0.8.8claws100
3712
3713         * src/pine.c
3714                 fix crash when importing pine address book
3715                 entry with an empty name (reported by DY
3716                 <dybulk at tri8.net>)
3717
3718 2003-01-14 [paul]       0.8.8claws99
3719
3720         * configure.in  ** REMOVED **
3721           configure.ac  ** NEW FILE **
3722                 rename configure.in to configure.ac, as it is now
3723                 preferred
3724
3725 2003-01-14 [melvin]     0.8.8claws98
3726
3727         * src/folderview.c
3728                 folderview_check_new(): More precise function description
3729
3730 2003-01-14 [melvin]     0.8.8claws97
3731
3732         * src/folderview.c
3733                 folderview_check_new(): return the number of new messages 
3734                         since last check.
3735         * src/inc.c
3736                 inc_account_mail(): Disable counting of new messages for IMAP
3737                         and NNTP until bug [19] and [14] are fixed.
3738
3739 2003-01-14 [paul]       0.8.8claws96
3740
3741         * sync with 0.8.8cvs6
3742                 see ChangeLog 2003-01-14
3743
3744 2003-01-13 [alfons]     0.8.8claws95
3745
3746         * src/textview.c
3747                 tune email address validation (c. 0.8.8claws89): if . is 
3748                 just one char away from @, the address is invalid too 
3749                 (correctly rejects addresses like foo@.com)
3750
3751 2003-01-13 [paul]       0.8.8claws94
3752
3753         * src/messageview.c
3754           src/toolbar.c
3755                 fixes to the Message View toolbar and menu:
3756                 fix non-functioning Forward button
3757                 make Reply button consider default_reply_list
3758                 remove 'Follow-up...' menu entry
3759                 add 'Forward' and 'Redirect' menu entries
3760
3761 2003-01-13 [melvin]     0.8.8claws93
3762
3763         * src/inc.c
3764                 Fixed typo that could make new messages count incorrect.
3765
3766 2003-01-13 [melvin]     0.8.8claws92
3767
3768         * src/folderview.[ch]
3769                 folderview_check_new(): return the number of new messages.
3770         * src/inc.c
3771                 Should fix bug [14] where new mail notification worked 
3772                         incorrectly with IMAP accounts.
3773                 inc_spool_account(): return number of new msgs, or -1 on error
3774                 inc_all_spool(): return number of new msgs
3775                 
3776 2003-01-13 [melvin]     0.8.8claws91
3777
3778         * src/prefs_actions.c
3779                 Justify help text.
3780
3781 2003-01-12 [thorsten]   0.8.8claws90
3782
3783         * src/common/prefs.c
3784                 close file before rename
3785
3786 2003-01-12 [alfons]     0.8.8claws89
3787
3788         * AUTHORS
3789                 add Christian Mertes
3790         * src/common/utils.[ch]
3791                 g_stricase_hash(), g_stricase_equal(): functions for 
3792                 case insensitive hash tables
3793         * src/textview.c
3794                 use top level domain names to validate email address, based
3795                 on a patch by Christian Mertes (thanks!), but changed 
3796                 implementation to use a hash table 
3797
3798 2003-01-12 [paul]       0.8.8claws88
3799
3800         * po/bg.po
3801                 updated by George Danchev
3802
3803 2003-01-12 [alfons]     0.8.8claws87
3804
3805         * src/summaryview.c
3806                 delete / execute performance: use new style folder update
3807
3808 2003-01-12 [paul]       0.8.8claws86
3809
3810         * sync with 0.8.8cvs5
3811                 see ChangeLog 2003-01-13 (!)
3812
3813 2003-01-12 [alfons]     0.8.8claws85
3814
3815         * src/filtering.c
3816         * src/matcher_parser_parse.y
3817                 prepare change_score filtering action
3818         * src/matcher.[ch]
3819                 give up const-correctness on functions that call non-const-correct functions;
3820                 several casts to gpointer in g_free();
3821                 add change_score;
3822
3823 2003-01-12 [christoph]  0.8.8claws84
3824
3825         * src/compose.c
3826                 fix 2 warnings
3827
3828         * src/gtk/prefswindow.[ch]
3829         * src/plugins/spamassassin/spamassassin_gtk.c
3830                 changed the call of the widget create function
3831                 for PrefsPages, because sometimes the widget
3832                 create function needs a widget that already has
3833                 been attached to a window (to create GDK pixmaps
3834                 for exmaple). So we simply pass the GtkWindow as
3835                 the second parameter now.
3836
3837         * src/main.c
3838         * src/mainwindow.c
3839         * src/prefs_toolbar.[ch]
3840                 rewrite Toolbar Preferences using the new
3841                 prefs window
3842
3843 2003-01-11 [alfons]     0.8.8claws83
3844
3845         * src/addressadd.c
3846                 fix crash when adding sender to addressbook because status bar
3847                 isn't there (the status bar doesn't seem to be used though,
3848                 but I'll let Match decide what to do with it)
3849
3850 2003-01-11 [colin]      0.8.8claws82
3851
3852         * src/main.c
3853           src/toolbar.c
3854                 Two useless changes reversed
3855
3856 2003-01-11 [colin]      0.8.8claws81
3857
3858         * src/mainwindow.c
3859           src/mainwindow.h
3860                 Add mainwindow_get_mainwindow()
3861         * src/alertpanel.c
3862           src/alertpanel.h
3863                 Add alertpanel_error_log() 
3864         * src/compose.c
3865           src/inc.c
3866           src/messageview.c
3867           src/toolbar.c
3868           src/main.c
3869           src/procmsg.c
3870                 Network errors get a View Log button
3871
3872 2003-01-10 [alfons]     0.8.8claws80
3873
3874         * src/prefs_toolbar.c
3875         * src/toolbar.c
3876                 use the translatable string for "Separator" as file name for
3877                 separator toolbar items (probably make this uppercase?)
3878
3879 2003-01-10 [alfons]     0.8.8claws79
3880
3881         * src/prefs_toolbar.c
3882                 put right A_SEPARATOR description string in "displayed
3883                 toolbar items list" so manually added separators are
3884                 saved correctly (bug #10, "Adding a separator to the main 
3885                 toolbar fails, entry in xml file is wrong")
3886
3887 2003-01-10 [christoph]  0.8.8claws78
3888
3889         * src/imap.c
3890                 o fix warnings
3891                 o use CAPABILITY to check if NAMESPACE is available
3892
3893 2003-01-10 [christoph]  0.8.8claws77
3894
3895         * src/imap.[ch]
3896                 apply UIDPLUS IMAP extension support patch
3897
3898         Patch submitted by Simon 'corecode' Schubert
3899
3900 2003-01-10 [paul]       0.8.8claws76
3901
3902         * src/folderview.c
3903                 a sync from main which fixes the news account folders'
3904                 Properties bug
3905
3906 2003-01-10 [christoph]  0.8.8claws75
3907
3908         * src/folder.c
3909                 don't accept 0 as a valid uid returned by copy and move
3910                 functions. 0 means the message was copied or moved but the
3911                 new uid could not be fetched. It is not an error condition
3912                 for the copy or move operation.
3913
3914 2003-01-10 [paul]       0.8.8claws74
3915
3916         * src/prefs_filtering.c
3917                 change English used in Alert when entry is not
3918                 saved.
3919                 
3920         * sync with 0.8.8cvs4
3921                 see ChangeLog 2003-01-10
3922
3923 2003-01-10 [darko]      0.8.8claws73
3924
3925         * src/pine.c
3926                 fix crash when importing address book entry
3927                 without a valid address
3928
3929 2003-01-09 [alfons]     0.8.8claws72
3930
3931         * src/inc.c
3932                 filtering performance: use new style folder update
3933
3934 2003-01-09 [christoph]  0.8.8claws71
3935
3936         * src/compose.c
3937         * src/gtk/menu.[ch]
3938                 fix wrong selecting of mime encoding type, when
3939                 opening property dialog of attachments in the
3940                 compose window. 7bit was always selected and that
3941                 destoryed files with 8bit data.
3942                 (closes bug #9 Sylpheed-claws destroys attachments when
3943                  changing MIME-types)
3944
3945 2003-01-09 [paul]       0.8.8claws70
3946
3947         * sync with 0.8.8cvs3
3948                 see ChangeLog 2003-01-09
3949
3950 2003-01-08 [alfons]     0.8.8claws69
3951         
3952         * src/addressadd.c
3953                 apply patch by Kim Schulz to fix build breakage
3954                 because of missing variable
3955
3956 2003-01-08 [paul]       0.8.8claws68
3957
3958         * sync with 0.8.8cvs2
3959                 see ChangeLog 2002-01-08
3960
3961 2003-01-08 [paul]       0.8.8claws67
3962
3963         * po/it.po
3964                 updated by Alessandro Maestri
3965                 
3966         * src/addressadd.c
3967                 when using 'Add sender to addressbook' allow
3968                 name to be edited and remarks to be entered
3969                 Patch submitted by Luke Plant
3970
3971 2003-01-08 [darko]      0.8.8claws66
3972
3973         * README.claws, src/summaryview.c
3974                 fix description for marked messages
3975
3976 2003-01-08 [paul]
3977
3978         * tools/Makefile.am
3979           tools/launch_phoenix  ** NEW FILE **
3980                 add script that enables using Phoenix as the default
3981                 web browser. 
3982                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
3983                 
3984         * tools/OOo2sylpheed.pl
3985                 remove full path to sylpheed executable, just 'sylpheed'
3986                 will do
3987                 
3988         * tools/README
3989                 add launch_phoenix informtion and re-arrange and compress
3990                 the data a little
3991
3992 2003-01-07 [christoph]  0.8.8claws65
3993
3994         * src/folder.c
3995                 fix update for source folder when moving messages
3996         * src/procmsg.[ch]
3997         * src/summaryview.c
3998                 use function to set to_folder for message infos and
3999                 automatically update the op_count for old and new
4000                 folder
4001
4002 2003-01-07 [melvin]     0.8.8claws64
4003
4004         * src/prefs_actions.c
4005                 Fixed bug where an '%p' Action on a displayed image crashed 
4006                         Sylpheed
4007                 Code clean up (get rid of duplicated code and removed unnecessary 
4008                                 structure member)
4009
4010 2003-01-07 [christoph]  0.8.8claws63
4011
4012         * src/compose.c
4013         * src/folder.[ch]
4014         * src/folderview.c
4015         * src/import.c
4016         * src/inc.c
4017         * src/main.c
4018         * src/mainwindow.c
4019         * src/messageview.c
4020         * src/prefs_folder_item.c
4021         * src/procmsg.c
4022         * src/summaryview.c
4023         * src/toolbar.c
4024                 o remove all folder update triggering from the UI code. The folder
4025                   system should know much better when a folder needs an update.
4026                 o to prevent multiple updates in a row the folder updates can be
4027                   frozen for some time.
4028
4029                 Note: - Please verify that no updates are missing
4030                       - Check where freeze/thaws should be added
4031
4032 2003-01-07 [christoph]  0.8.8claws62
4033
4034         * src/prefs_actions.c
4035                 don't translate empty strings
4036
4037         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4038
4039 2003-01-06 [christoph]  0.8.8claws61
4040
4041         * src/prefs_actions.c
4042                 mark strings for gettext
4043         * src/prefs_matcher.c
4044                 use new description window for Execute action and
4045                 match condition in Filtering
4046
4047         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4048
4049 2003-01-06 [alfons]     0.8.8claws60
4050
4051         keep myself inspired to re-organize matcher part 8; 
4052         yes, more to come (I need to move out the descriptive
4053         text for actions to matcher.c, or at least make it not
4054         depend on the wicked ordering)
4055
4056         * src/prefs_matcher.c
4057                 add documentation so others may comprehend the
4058                 UI part of the conditions
4059                 
4060 2003-01-06 [christoph]  0.8.8claws59
4061
4062         * src/prefs_actions.c
4063                 use new description window for syntax help
4064         * src/gtk/description_window.c
4065                 fix display of descriptions with column count != 2
4066
4067         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4068
4069 2003-01-06 [christoph]  0.8.8claws58
4070
4071         * src/quote_fmt.c
4072         * src/summaryview.[ch]
4073         * src/gtk/Makefile.am
4074         * src/gtk/description_window.[ch]       ** NEW **
4075                 use a generic window to display syntax descriptions
4076                 currently used in quote_fmt and summaryview (new description
4077                 for extended quick search)
4078
4079         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4080
4081 2003-01-06 [paul]       0.8.8claws57
4082
4083         * sync with 0.8.8cvs1
4084                 see ChangeLog 2003-01-06
4085
4086 2003-01-06 [christoph]  0.8.8claws56
4087
4088         * src/mainwindow.c
4089         * src/prefs_gtk.[ch]
4090         * src/gtk/prefswindow.[ch]
4091         * src/plugins/spamassassin/spamassassin_gtk.c
4092                 o remove page management from prefswindow, pages
4093                   will be an argument to prefswindow_open
4094                 o prefswindow_open gets a datapointer that is
4095                   passed to the widget_create function to allow
4096                   creation of prefswindow for specific items
4097
4098 2003-01-06 [colin]      0.8.8claws55
4099         
4100         * src/summaryview.c
4101                 We don't want regexp in the reply-finder, 
4102                 because MIDs can contain !,$,. and so on
4103
4104 2003-01-06 [jens]       0.8.8claws54
4105
4106         * src/jpilot.c
4107                 fixed a wrong free in jpilot_read_db_files
4108
4109 2003-01-06 [alfons]     0.8.8claws53
4110
4111         re-organize matcher part 8; more to come
4112        
4113         * src/matcher.c
4114                 matcherprop_to_string(): put g_free()s before the
4115                 switch-case break to fix memleaks                
4116
4117 2003-01-06 [colin]      0.8.8claws52
4118
4119         * src/summaryview.c
4120                 cleanup & reply-finder now displays the first 
4121                 matching message
4122
4123 2003-01-05 [alfons]     0.8.8claws51
4124
4125         re-organize matcher part 7; more to come
4126
4127         * src/matcher.[ch]
4128                 fixes for constant correctness;
4129                 more documentation;
4130
4131 2003-01-05 [alfons]     0.8.8claws50
4132
4133         re-organize matcher part 6; more to come
4134         
4135         * src/matcher.[ch]
4136                 fixes for constant correctness;
4137                 more documentation;
4138         * src/filtering.c
4139                 fix for constant correctness
4140
4141 2003-01-05 [colin]      0.8.8claws49
4142
4143         * src/account.[ch]
4144                 Add account_get_reply_account function
4145         * src/compose.c
4146                 Use account_get_reply_account function 
4147         * src/summaryview.c
4148                 Basic reply-finder - click on the replied
4149                 icon gets you to the outbox using quick-search
4150
4151 2003-01-05 [paul]       0.8.8claws48
4152
4153         * src/prefs_common.c
4154                 small change to English
4155                 
4156         * src/prefs_filtering.c
4157                 prefs_filtering_action_select(): improve logic and uniformity
4158                 of gui
4159
4160 2003-01-05 [alfons]     0.8.8claws47
4161
4162         fine tune solution to focus problems (bug #7)
4163
4164         * src/mainwindow.c
4165                 mainwindow_focus_in_event(): remove grab event check
4166         * src/summaryview.c
4167                 summary_button_pressed(): move selection on right-click
4168                 too. we can't possibly move the selection back after
4169                 canceling a dialog, because gtk's incomplete focus 
4170                 management. whether this is a good solution, only time
4171                 will tell.
4172
4173 2003-01-05 [christoph]  0.8.8claws46
4174
4175         * src/imap.c
4176                 fix crash when no imap connection could be established
4177
4178 2003-01-05 [paul]       0.8.8claws45
4179
4180         * src/mainwindow.c
4181           src/sumamryview.c
4182           src/gtk/menu.[ch]
4183                 fix bug 605957 'shortcuts in popup-menu'
4184                 make user-defined shortcuts work
4185                 show shortcuts that are already defined
4186                 in the main menu
4187                 Patch submitted by Luke Plant
4188
4189 2003-01-05 [alfons]     0.8.8claws44
4190
4191         * src/mainwindow.c
4192                 focus_in_event handler should not select summary view row 
4193                 when another window (menu, dialog) grabbed for events 
4194                 (bug #7, "[0.8.8claws42] Message summary focus") 
4195
4196 2003-01-04 [christoph]  0.8.8claws43
4197
4198         * src/procmsg.c
4199                 update save folder after adding the sent message
4200                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
4201
4202 2003-01-02 [christoph]  0.8.8claws42
4203
4204         * src/common/plugin.c
4205                 fix unloading of all plugins and unload
4206                 plugins in reverse order
4207                 
4208         * src/gtk/pluginwindow.c
4209                 implement function of load and unload button
4210
4211         * src/gtk/prefswindow.c
4212         * src/gtk/prefswindow.h
4213                 rename register function and add new unregister
4214                 function
4215
4216         * src/plugins/spamassassin/spamassassin_gtk.c
4217                 unregister prefs page and update for changes in
4218                 src/gtk/prefswindow.c
4219
4220 2003-01-02 [paul]       0.8.8claws41
4221
4222         * po/es.po
4223                 updated by Ricardo Mones Lastra
4224
4225 2003-01-02 [paul]
4226
4227         * tools/tb2sylpheed
4228                 fixes and improvements by Urke MMI
4229
4230 2003-01-02 [thorsten]   0.8.8claws40
4231
4232         * src/procmsg.c
4233                 fixed wrong return value
4234
4235 2003-01-02 [thorsten]   0.8.8claws39
4236
4237         * src/prefs.c
4238                 fixed printing wrong variable
4239
4240 2003-01-02 [thorsten]   0.8.8claws38
4241
4242         * src/prefs.c
4243                 fixed acessing members of freed pfile struct
4244
4245 2003-01-02 [thorsten]   0.8.8claws37
4246
4247         * src/procmsg.c
4248                 detect loops across several messages
4249                 as suggested by Christoph Hohmann
4250
4251 2003-01-01 [match]      0.8.8claws36
4252
4253         * src/addrindex.c
4254                 fixed another memory leak.
4255
4256 2003-01-01 [match]      0.8.8claws35
4257
4258         * src/jpilot.[ch]
4259                 fixed memory leaks. applied Doxygen comments.
4260
4261 2003-01-01 [thorsten]   0.8.8claws34
4262
4263         * src/procmsg.c
4264                 inhibit endless loop if msg references itself
4265                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
4266
4267 2003-01-01 [christoph]  0.8.8claws33
4268
4269         * src/mainwindow.c
4270         * src/gtk/Makefile.am
4271         * src/gtk/pluginwindow.c                ** NEW **
4272         * src/gtk/pluginwindow.h                ** NEW **
4273                 add plugin window
4274
4275         * src/plugins/demo/demo.c
4276         * src/plugins/spamassassin/spamassassin.c
4277         * src/plugins/spamassassin/spamassassin_gtk.c
4278                 write better plugin descriptions
4279
4280 2002-12-31 [christoph]  0.8.8claws32
4281
4282         * src/gtk/prefswindow.c
4283         * src/plugins/spamassassin/spamassassin_gtk.c
4284                 some small improvements to GTK code
4285
4286 2002-12-31 [christoph]  0.8.8claws31
4287
4288         * src/plugins/spamassassin/spamassassin_gtk.c
4289                 enable folder select button
4290
4291 2002-12-31 [christoph]  0.8.8claws30
4292
4293         * src/mainwindow.c
4294         * src/gtk/Makefile.am
4295         * src/gtk/prefswindow.c                         ** NEW **
4296         * src/gtk/prefswindow.h                         ** NEW **
4297                 add new prefs window
4298
4299         * src/common/plugin.c
4300                 don't try to load empty config lines
4301         
4302         * src/plugins/spamassassin/Makefile.am
4303         * src/plugins/spamassassin/spamassassin.c
4304         * src/plugins/spamassassin/spamassassin.h       ** NEW **
4305         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
4306                 GTK config for SpamAssassin Plugin using
4307                 the new prefs window
4308
4309 2002-12-31 [paul]       0.8.8claws29
4310
4311         * po/POTFILES.in
4312                 remove obsolete entry 'src/menu.c'
4313
4314 2002-12-31 [alfons]     0.8.8claws28
4315
4316         * src/matcher.[ch]
4317         * src/matcher_parser_parse.y
4318         * src/prefs_matcher.c
4319                 add "ignore_thread" and "~ignore_thread" condition so it's
4320                 possible to make the actions / scoring operate on the ignore
4321                 thread flag
4322
4323 2002-12-31 [christoph]  0.8.8claws27
4324
4325         * src/addrbook.c
4326         * src/addrindex.c
4327         * src/folder.c
4328         * src/matcher.c
4329         * src/prefs_account.c
4330         * src/prefs_actions.c
4331         * src/prefs_customheader.c
4332         * src/prefs_display_header.c
4333         * src/prefs_gtk.c
4334         * src/procmime.c
4335         * src/toolbar.c
4336         * src/xmlprops.c
4337         * src/common/prefs.[ch]
4338                 extend prefs file handling for reading and automatic handling
4339                 of blocks. When reading prefs_set_block_label will automatically
4340                 move on to the block. When writing it will copy all other blocks
4341                 automatically
4342
4343         * src/common/plugin.c
4344                 Now loading plugin filenames from [Plugins] block in
4345                 sylpheed rc file
4346
4347 2002-12-30 [christoph]  0.8.8claws26
4348
4349         * src/common/hooks.[ch]
4350                 return abort status to caller of hooks_invoke
4351                 
4352         * src/inc.[ch]
4353                 invoke message filtering hook and stop
4354                 default handling when filter returns abort
4355
4356         * src/common/plugin.[ch]
4357         * src/plugins/demo/demo.c
4358                 modify plugin loader, because resolving symbols for strings
4359                 does not work correctly
4360         
4361         * configure.in
4362         * ac/spamassassin.m4                            ** NEW **
4363         * src/plugins/spamassassin/.cvsignore           ** NEW **
4364         * src/plugins/spamassassin/Makefile.am          ** NEW **
4365         * src/plugins/spamassassin/README               ** NEW **
4366         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
4367         * src/plugins/spamassassin/spamassassin.c       ** NEW **
4368         * src/plugins/spamassassin/utils.[ch]           ** NEW **
4369                 add spamassassin plugin, see src/plugins/spamassassin/README
4370                 for details
4371
4372 2002-12-29 [alfons]     0.8.8claws25
4373
4374         * src/mainwindow.c
4375                 when moving focus from a message view to the main 
4376                 window, don't forget to select the summary node
4377                 of the displayed message. should fix "[ 659103 ] 
4378                 focus-follows-mouse confuses sylpheed"
4379
4380 2002-12-29 [christoph]  0.8.8claws24
4381
4382         * src/Makefile.am
4383         * src/stringtable.[ch]          ** REMOVE **
4384         * src/common/Makefile.am
4385         * src/common/stringtable.[ch]   ** NEW **
4386                 move stringtable files to common directory
4387
4388 2002-12-29 [christoph]  0.8.8claws23
4389
4390         * src/Makefile.am
4391         * src/menu.[ch]                 ** REMOVE **
4392         * src/gtk/Makefile.am
4393         * src/gtk/menu.[ch]             ** NEW **
4394                 move menu files to gtk directory
4395
4396 2002-12-29 [match]      0.8.8claws22
4397
4398         * src/addressbook.c
4399         * src/syldap.c
4400                 moved UI specific code out of LDAP code into addressbook
4401                 UI code. fixed memory leak.
4402
4403 2002-12-29 [christoph]  0.8.8claws21
4404
4405         * src/folder.c
4406                 only check for IGNORED parent message when message is
4407                 not IGNORED itself
4408
4409 2002-12-29 [alfons]     0.8.8claws20
4410
4411         * src/summaryview.c
4412                 set gtksctree's anchor correct (immediate execute
4413                 changes the tree's layout, and anchor points at 
4414                 the incorrect row). fixes "[ 657233 ] multiple msg 
4415                 delete sometimes off by 1".
4416                 we probably have to look for more tree layout /
4417                 anchor glitches.
4418
4419 2002-12-29 [paul]       0.8.8claws19
4420
4421         * src/summaryview.c
4422                 fix bug [ 659054 ] incorrect sorting of 'From' column
4423                 when using 'display sender using address book'
4424                 thanks to Alfons and Luke Plant
4425
4426 2002-12-29 [christoph]  0.8.8claws18
4427
4428         * src/folder.c
4429         * src/procmsg.[ch]
4430                 check parent messages for IGNORE THREAD flag, when adding,
4431                 moving or copying messages to a folder
4432
4433 2002-12-27 [alfons]     0.8.8claws17
4434
4435         re-organize matcher part 5; more to come
4436
4437         * src/matcher.c
4438                 hash keywords in matchparser_tab 
4439
4440 2002-12-27 [alfons]     0.8.8claws16
4441
4442         re-organize matcher part 4; more to come
4443
4444         * src/matcher_parser.h
4445         * src/matcher_parser_lex.l
4446         * src/matcher_parser_parse.y
4447                 cleanup
4448
4449 2002-12-27 [alfons]     0.8.8claws15
4450
4451         re-organize matcher part 3; more to come
4452
4453         * src/matcher.[ch]
4454                 cleanup
4455
4456 2002-12-27 [alfons]     0.8.8claws14
4457
4458         re-organize matcher part 2; more to come but this should
4459         work. cc me if there are any regressions.
4460
4461         * src/matcher.h
4462                 add prototype for get_matchparser_tab_id()
4463         * src/matcher_parser_lex.l
4464                 look up keywords using matchparser_tab_id();
4465
4466 2002-12-27 [alfons]     0.8.8claws12
4467
4468         re-organize matcher part 1
4469
4470         * src/matcher.h
4471                 map yacc generated constants to sylpheed matcher constants
4472         * src/matcher.c
4473                 add function to find a matcher constant from a string
4474
4475 2002-12-27 [christoph]  0.8.8claws11
4476
4477         * src/compose.c
4478                 MENUITEM_ADD casts the 4th argument from integer to pointer
4479                 so it probably should not be a pointer, this means we
4480                 should use account id for it and not the account's pointer
4481
4482 2002-12-27 [paul]       0.8.8claws10
4483
4484         * src/mainwindow.c
4485                 remove unneeded 'GtkWidget *vbox'
4486                 
4487         * src/summaryview.c
4488                 further sync with 0.8.8 - make sort
4489                 by recipient work as expected
4490                 
4491         * NEWS
4492                 sync with 0.8.8
4493
4494 2002-12-27 [paul]       0.8.8claws9
4495
4496         * po/pt_BR.po
4497                 updated by Ivan F. Martinez
4498                 
4499 2002-12-27 [darko]      0.8.8claws8
4500
4501         * src/common/utils.c
4502                 added locked pattern to extended search
4503
4504 2002-12-27 [alfons]     0.8.8claws7
4505
4506         * src/prefs_matcher.[ch]
4507                 clean up
4508
4509 2002-12-26 [alfons]     0.8.8claws6
4510
4511         * src/matcher.[ch]
4512         * src/matcher_parser_lex.l
4513         * src/matcher_parser_parse.y
4514         * src/prefs_matcher.c
4515                 allow color label as a condition in the matcher
4516
4517 2002-12-26 [oliver]     0.8.8claws5
4518         
4519         * src/toolbar.c 
4520                 enable Addressbook for Main and Messageview
4521         * src/prefs_actions.c
4522                 enable actions in Messageview
4523
4524 2002-12-26 [christoph]  0.8.8claws4
4525
4526         * src/common/plugin.c
4527                 add a little debug output
4528         * configure.in
4529         * src/plugins/demo/Makefile.am
4530                 better use of automake
4531
4532 2002-12-26 [christoph]  0.8.8claws3
4533
4534         * src/Makefile.am
4535         * src/common/Makefile.am
4536                 fix "make distdir"
4537
4538 2002-12-26 [christoph]  0.8.8claws2
4539
4540         * configure.in
4541                 sort configure checks into common / gtk / plugins
4542         * po/POTFILES.in
4543                 add src/prefs_gtk.c
4544         * src/Makefile.am
4545                 add plugins SUBDIR
4546         * src/main.c
4547         * src/common/sylpheed.[ch]
4548                 added now sylpheed_done function for shutdown
4549         * src/common/Makefile.am
4550         * src/common/plugin.[ch]                ** NEW **
4551                 plugin loader and unloader
4552         * src/plugins/.cvsignore                ** NEW **
4553         * src/plugins/Makefile.am               ** NEW **
4554                 build plugins
4555         * src/plugins/demo/.cvsignore           ** NEW **
4556         * src/plugins/demo/Makefile.am          ** NEW **
4557         * src/plugins/demo/demo.c               ** NEW **
4558                 small demo plugin that installs a logtext hook and
4559                 outputs the log text to stdout
4560
4561 2002-12-26 [paul]       0.8.8claws1
4562
4563         * po/es.po
4564                 updated by Ricardo Mones Lastra
4565
4566 2002-12-26 [paul]       0.8.8claws
4567
4568         * 0.8.8claws released
4569
4570 2002-12-26 [paul]       0.8.7claws12
4571
4572         * po/bg.po
4573                 updated by George Danchev
4574
4575 2002-12-26 [paul]       0.8.7claws11
4576
4577         * po/POTFILES.in
4578                 remove unneeded 'src/prefs.c' entry 
4579
4580 2002-12-26 [paul]       0.8.7claws10
4581
4582         * src/codeconv.c
4583           src/mainwindow.c
4584                 sync with 0.8.8 release
4585         
4586         * src/folder.[ch]
4587           src/mh.c
4588           src/summaryview.c
4589                 partial sync with 0.8.8 release
4590         
4591
4592 2002-12-25 [alfons]     0.8.7claws9
4593
4594         * src/matcher.[ch]
4595         * src/matcher_parser_lex.l
4596         * src/matcher_parser_parse.y
4597         * src/prefs_matcher.c
4598                 add locked flag to possible filtering / matcher 
4599                 conditions (also a good example what should be
4600                 done to add a simple boolean condition)
4601
4602 2002-12-25 [christoph]  0.8.7claws8
4603
4604         * src/Makefile.am
4605         * src/account.[ch]
4606         * src/addrbook.c
4607         * src/addressbook.c
4608         * src/addrindex.c
4609         * src/filtering.c
4610         * src/folder.c
4611         * src/matcher.c
4612         * src/prefs.[ch]                ** REMOVE **
4613         * src/prefs_account.c
4614         * src/prefs_actions.c
4615         * src/prefs_common.c
4616         * src/prefs_customheader.c
4617         * src/prefs_display_header.c
4618         * src/prefs_filtering.c
4619         * src/prefs_folder_item.c
4620         * src/prefs_gtk.[ch]            ** NEW **
4621         * src/prefs_matcher.c
4622         * src/prefs_scoring.c
4623         * src/prefs_summary_column.c
4624         * src/procmime.c
4625         * src/selective_download.c
4626         * src/toolbar.c
4627         * src/common/Makefile.am
4628         * src/common/prefs.[ch]         ** NEW **
4629                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
4630
4631 2002-12-24 [alfons]     0.8.7claws7
4632
4633         * src/summaryview.c
4634                 summary_thread_build(): fix real cause of the crash mentioned in
4635                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
4636                 this way we get meaningful ctree nodes 
4637
4638 2002-12-24 [oliver]     0.8.7claws6
4639
4640         * src/mainwindow.[ch]
4641         * src/messageview.[ch]
4642         * src/compose.[ch]
4643         * src/inc.c
4644         * src/summaryview.c
4645                 changes to use updated toolbar handling
4646                 
4647 2002-12-24 [oliver]     0.8.7claws5
4648
4649         * src/toolbar.[ch]
4650                 generic toolbar handling
4651                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
4652         * src/prefs_toolbar.[ch]
4653                 adjust to handling
4654         
4655 2002-12-24 [oliver]     0.8.7claws4
4656         
4657         * src/stock_pixmap.[ch]
4658                 move SYLPHEED_LOGO to end of list in order 
4659                 to remove it from Custom Toolbar`s Icon View
4660
4661 2002-12-24 [alfons]     0.8.7claws3
4662
4663         * src/summaryview.c
4664                 summary_thread_build(): fix crash because of focus != selection 
4665                 after threading. when deleting the selection, gtk tries but fails 
4666                 to find the correct focusable element. we now force the selection
4667                 to be focused. this should solve the infamous bug reported by 
4668                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
4669                 a test case is available. 
4670
4671 2002-12-24 [darko]      0.8.7claws2
4672
4673         * src/summaryview.c
4674                 don't crash when unmarking message with unread children
4675
4676 2002-12-23 [christoph]  0.8.7claws1
4677
4678         * src/Makefile.am
4679         * src/common/Makefile.am
4680                 update Makefiles for moved intl.h, version.h and defs.h
4681         * src/imap.c
4682                 rewrite imap_session_get to avoid duplicate code
4683
4684 2002-12-23 [paul]       0.8.7claws
4685
4686         * Santa-Claws released
4687         
4688         * po/hu.po
4689           po/ru.po
4690                 squeeze in updated Hungarian and Russian translations.
4691                 Submitted by  Gál Zoltán and Ruslan N. Balkin
4692
4693 2002-12-23 [paul]       0.8.6claws129
4694
4695         * po/pl.po
4696                 updated by Witold Wladyslaw Wojciech Wilk
4697
4698 2002-12-23 [paul]       0.8.6claws128
4699
4700         * src/quote_fmt_parse.y
4701                 fix typo and add licence header
4702
4703 2002-12-23 [paul]       0.8.6claws127
4704
4705         * po/en_GB.po
4706                 updated
4707
4708 2002-12-23 [paul]       0.8.6claws126
4709
4710         * po/it.po
4711                 updated translation, submitted by Alessandro Maestri
4712                 
4713 2002-12-23 [paul]       0.8.6claws125
4714
4715         * src/quote_fmt_parse.y
4716                 fix signature-stripping on replies bug. match
4717                 '-- \n' and not '-- '.
4718
4719 2002-12-22 [paul]       0.8.6claws124
4720
4721         * po/bg.po
4722           po/es.po
4723           po/sr.po
4724                 updated translations. submitted by George Danchev,
4725                 Ricardo Mones Lastra, and Urke MMI respectively
4726
4727 2002-12-21 [paul]       0.8.6claws123
4728
4729         * src/addrbook.c
4730                 fix coding style
4731
4732 2002-12-21 [paul]       0.8.6claws122
4733
4734         * src/addrbook.c
4735                 fix bug [643638] where if a person is in one or more
4736                 addressbook groups editing that person's email 
4737                 address results in removal from those groups.
4738                 Patch submitted by Luke Plant.
4739
4740 2002-12-20 [christoph]  0.8.6claws121
4741
4742         * src/common/utils.c
4743         * src/summaryview.c
4744                 reimplement expand_search_string using GString to
4745                 prevent crashs caused by miscalculated string
4746                 lengths reported by Paul
4747
4748 2002-12-20 [christoph]  0.8.6claws120
4749
4750         * src/summaryview.c
4751                 don't use "changed" to check if op_count has to be changed as it
4752                 is also set when the message has unread children
4753                 (closes bug [ 653221 ] crash while deleting duplicates)
4754
4755 2002-12-20 [paul]       0.8.6claws119
4756
4757         * sync with 0.8.6cvs27
4758                 see ChangeLog 2002-12-20
4759
4760 2002-12-20 [paul]       0.8.6claws118
4761
4762         * sync with 0.8.6cvs26
4763                 see ChangeLog 2002-12-19 and 2002-12-20
4764
4765 2002-12-19 [alfons]     0.8.6claws117
4766
4767         * src/textview.c
4768                 fix incorrect parsing of email addresses, submitted by 
4769                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
4770                 name display if it contains @".
4771
4772 2002-12-18 [paul]       0.8.6claws116
4773
4774         * sync with 0.8.6cvs23
4775                 see ChangeLog 2002-12-18
4776
4777 2002-12-18 [paul]       0.8.6claws115
4778
4779         * src/Makefile.am
4780         * src/account.c
4781         * src/codeconv.c
4782         * src/gtkutils.[ch]
4783         * src/imap.c
4784                 sync with 0.8.6cvs22.
4785                 see ChangeLog 2002-12-17 and 2002-12-18
4786
4787 2002-12-17 [christoph]  0.8.6claws114
4788
4789         * src/imap.c
4790                 o don't create a session if imap greeting fails
4791                 o don't close socket when authentication fails
4792                   this is done by imap_session_destroy
4793
4794 2002-12-17 [thorsten]   0.8.6claws113
4795
4796         * tools/Makefile.am
4797           tools/README
4798           tools/google_msgid.pl ** NEW FILE **
4799                 Added "search for message-id" script and doc
4800
4801 2002-12-17 [thorsten]   0.8.6claws112
4802
4803         * po/hu.po
4804                 Updated hungarian translation
4805                 (updated by Gal Zoltan)
4806
4807 2002-12-16 [christoph]  0.8.6claws111
4808
4809         * src/addr_compl.c
4810                 remove stupid addressbook dump to debug output
4811         * src/mh.c
4812                 fix memory leak found by Hiro
4813
4814 2002-12-14 [paul]       0.8.6claws110
4815
4816         * src/compose.c
4817                 fix menubar sensitivity on send
4818                 
4819         * src/prefs_filtering.c
4820         * src/prefs_matcher.c
4821         * src/prefs_scoring.c
4822                 Fix english ;)
4823                 
4824         * src/common/quoted-printable.h
4825                 sync: fix typo
4826         
4827 2002-12-13 [christoph]  0.8.6claws109
4828
4829         * src/Makefile.am
4830         * src/manage_window.[ch]        ** REMOVE **
4831         * src/gtk/Makefile.am
4832         * src/gtk/manage_window.[ch]    ** NEW **
4833                 move manage_window files to gtk directory
4834
4835 2002-12-13 [christoph]  0.8.6claws108
4836
4837         * src/Makefile.am
4838         * src/gtkshruler.[ch]           ** REMOVE **
4839         * src/gtk/Makefile.am
4840         * src/gtk/gtkshruler.[ch]       ** NEW **
4841                 move gtkshruler files to gtk directory
4842
4843 2002-12-13 [christoph]  0.8.6claws107
4844
4845         * src/Makefile.am
4846         * src/compose.c
4847         * src/gtkstext.[ch]             ** REMOVE **
4848         * src/gtkutils.[ch]
4849         * src/textview.c
4850         * src/gtk/gtkstext.[ch]         ** NEW **
4851         * src/gtk/Makefile.am
4852                 o move stext functions to gtkstext.c to remove
4853                   dependency of gtkutils
4854                 o move gtkstext files to gtk directory
4855
4856         * src/gtk/Makefile.am
4857         * src/gtk/sslcertwindow.[ch]
4858                 UI stuff can always depend on common code so
4859                 it's ok to add ../common to include path
4860
4861 2002-12-13 [colin]      0.8.6claws106
4862
4863         * src/summaryview.c
4864                 Disconnect sighandlers for mainwindow when
4865                 quicksearch has the focus
4866                 Fix bug #653231
4867         * src/mainwindow.[ch]
4868                 Make key_pressed callback public, to be able
4869                 to disconnect it
4870
4871 2002-12-13 [christoph]  0.8.6claws105
4872
4873         * src/mh.c
4874                 create .mh_sequences file in new MH folders
4875                 (closes feature request [ 523162 ] MH folders should
4876                  get a .mh_sequences)
4877
4878 2002-12-13 [colin]      0.8.6claws104
4879
4880         * src/summaryview.c
4881                 Better handling of quicksearch show/hide
4882                 (basically the button stays under the mouse 
4883                  when toggled)
4884
4885 2002-12-13 [paul]       0.8.6claws103
4886
4887         * sync with 0.8.6cvs17
4888                 see ChangeLog 2002-12-13
4889
4890 2002-12-13 [paul]       0.8.6claws102
4891
4892         * po/es.po
4893                 updated by Ricardo Mones Lastra
4894
4895 2002-12-11 [colin]       0.8.6claws101
4896
4897         * src/folder.c
4898                 remove statusbar stuff
4899           src/folderview.c
4900                 set statusbar verbosity when moving folders
4901
4902 2002-12-11 [colin]       0.8.6claws100
4903         * src/prefs_filtering.c
4904         * src/prefs_matcher.c
4905         * src/prefs_scoring.c
4906                 Fix english ;)
4907
4908 2002-12-11 [colin]       0.8.6claws99
4909
4910         * src/prefs_common.[ch]
4911                 Add summary_quicksearch_type
4912         * src/summaryview.c
4913                 Save last used quicksearch type
4914
4915 2002-12-11 [jens]       0.8.6claws98
4916         * src/prefs_filtering.c
4917         * src/prefs_matcher.c
4918         * src/prefs_scoring.c
4919                 added dialog for incomplete rules in scoring, filtering and
4920                 matcher to ask wheather really close
4921
4922 2002-12-11 [colin]      0.8.6claws97
4923
4924         * src/folder.c
4925                 Fix folder dnd statusbar logging
4926
4927 2002-12-10 [christoph]  0.8.6claws96
4928
4929         * src/compose.c
4930         * src/folder.c
4931         * src/imap.c
4932         * src/inc.c
4933         * src/main.c
4934         * src/mainwindow.c
4935         * src/news.c
4936         * src/send.c
4937         * src/statusbar.[ch]
4938         * src/common/hooks.c
4939         * src/common/log.[ch]
4940                 o handle verbose logging in statusbar directly in statusbar code
4941                   and common code does not need any knowledge about a statusbar
4942                 o remove direct calls to statusbar_(puts|pop)_all functions
4943
4944 2002-12-10 [jens]       0.8.6claws95
4945
4946         * src/*.c
4947                 removed gettext from g_warnings
4948         * po/POTFILES.in
4949                 cleaned and updated
4950         * po/de.po
4951                 updated
4952
4953 2002-12-10 [colin]      0.8.6claws94
4954
4955         * src/main.c
4956                 finish crash dialog fix
4957
4958 2002-12-10 [colin]      0.8.6claws93
4959
4960         * src/main.c
4961                 "Fix" "sylpheed already running" instead of
4962                 crash dialog appearing after a crash
4963
4964 2002-12-10 [colin]      0.8.6claws92
4965
4966         * po/POTFILES.in
4967                 add src/gtk/sslcertwindow.c
4968
4969 2002-12-10 [paul]       0.8.6claws91
4970
4971         * po/POTFILES.in
4972                 updated to reflect recent changes
4973                 submitted by Alessandro Maestri
4974
4975 2002-12-09 [christoph]  0.8.6claws90
4976
4977         * src/Makefile.am
4978         * src/smtp.[ch]                 ** REMOVE **
4979         * src/common/Makefile.am
4980         * src/common/smtp.[ch]          ** NEW **
4981                 move smtp files to common directory
4982
4983 2002-12-09 [christoph]  0.8.6claws89
4984
4985         * src/Makefile.am
4986         * src/session.[ch]              ** REMOVE **
4987         * src/common/Makefile.am
4988         * src/common/session.[ch]       ** NEW **
4989                 move session files to common directory
4990
4991 2002-12-09 [paul]       0.8.6claws88
4992
4993         * src/account.c
4994                 fix bug [649746] edit accounts: move account reverted
4995                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
4996
4997 2002-12-09 [colin]      0.8.6claws87
4998
4999         * src/ssl_certificate.c
5000                 cleanup
5001
5002 2002-12-09 [colin]      0.8.6claws86
5003
5004         * src/ssl.c
5005                 Try to open the cert.pem database and 
5006                 issue a warning if it isn't there
5007
5008 2002-12-09 [colin]      0.8.6claws85
5009
5010         * src/common/ssl_certificate.c
5011         * src/gtk/sslcertwindow.c
5012                 Warning fixes
5013
5014 2002-12-09 [colin]      0.8.6claws84
5015
5016         * src/ssl_certificate.[ch] ** REMOVED **
5017         * src/common/ssl_certificate.[ch] ** NEW **
5018         * src/Makefile.am
5019         * src/common/Makefile.am
5020                 Moved ssl_certificate.[ch] to common
5021         * src/common/ssl.c 
5022                 Put back needed include
5023         * src/gtk/sslcertwindow.[ch]
5024                 Changed ssl_certificate.h include
5025         
5026 2002-12-09 [colin]      0.8.6claws83
5027
5028         * src/gtk/sslcertwindow.[ch]
5029                 Implement hook for certificate acception
5030         * src/ssl_certificate.[ch]
5031                 Implement hook for certificate acception
5032         * src/common/ssl.c
5033                 Reenable certificate acception check
5034         * src/mainwindow.c
5035                 Register sslcertwindow's hook
5036         
5037 2002-12-08 [christoph]  0.8.6claws82
5038
5039         * src/about.c
5040         * src/addr_compl.c
5041         * src/codeconv.c
5042         * src/manual.c
5043         * src/undo.c
5044         * src/common/utils.c
5045                 o add missing includes
5046                 o fix warnings
5047         * src/.cvsignore
5048         * src/common/.cvsignore
5049         * src/common/version.h          ** REMOVE **
5050                 remove autogenerated file
5051
5052 2002-12-08 [paul]       0.8.6claws81
5053
5054         * src/stringtable.c
5055                 put back needed include
5056
5057 2002-12-08 [colin]      0.8.6claws80
5058         
5059         * src/gtk/sslcertwindow.c
5060                 Cleaner popups when asking
5061         * src/ssl_certificate.c
5062         * src/prefs_common.[ch]
5063                 remove ssl certificate pref
5064                 put back needed include
5065         * src/undo.c
5066                 put back needed include
5067
5068 2002-12-08 [christoph]  0.8.6claws79
5069
5070         * src/folderview.c
5071         * src/logwindow.c
5072         * src/statusbar.c
5073         * src/summaryview.c
5074                 only abort hook invokation if required data is missing not
5075                 if our own data pointer is NULL, update hookfunction for
5076                 log window
5077
5078 2002-12-08 [paul]       0.8.6claws78
5079
5080         * src/about.c
5081         * src/addrcache.c
5082         * src/addrclip.c
5083         * src/addr_compl.c
5084         * src/addrselect.c
5085         * src/codeconv.c
5086         * src/colorlabel.c
5087         * src/enriched.c
5088         * src/esmtp.c
5089         * src/exporthtml.c
5090         * src/headerview.c
5091         * src/imageview.c
5092         * src/manual.c
5093         * src/noticeview.c
5094         * src/pgptext.c
5095         * src/scoring.c
5096         * src/sourcewindow.c
5097         * src/stringtable.c
5098         * src/undo.c
5099                 clean up: remove unneccesary includes
5100
5101 2002-12-08 [christoph]  0.8.6claws77
5102
5103         * src/folderview.c
5104         * src/statusbar.c
5105         * src/summaryview.c
5106         * src/common/hooks.[ch]
5107                 hook functions now have a gboolean return value, if a hook
5108                 returns TRUE it will stop executing of any more hooks in
5109                 the same hooklist for this invokation
5110
5111 2002-12-08 [colin]      0.8.6claws76
5112         
5113         * src/main.c
5114                 put back argv0 for CRASH_DIALOG
5115
5116 2002-12-08 [christoph]  0.8.6claws75
5117
5118         * src/Makefile.am
5119         * src/about.c
5120         * src/account.c
5121         * src/crash.c
5122         * src/esmtp.h
5123         * src/imap.[ch]
5124         * src/inc.c
5125         * src/main.c
5126         * src/mainwindow.c
5127         * src/news.c
5128         * src/pop.[ch]
5129         * src/prefs_account.[ch]
5130         * src/prefs_common.[ch]
5131         * src/send.[ch]
5132         * src/smtp.[ch]
5133         * src/ssl_certificate.[ch]
5134         * src/ssl_manager.[ch]
5135         * src/common/Makefile.am
5136         * src/common/log.c
5137         * src/common/nntp.[ch]
5138         * src/common/socket.[ch]
5139         * src/common/ssl.[ch]
5140         * src/gtk/sslcertwindow.[ch]
5141         * ac/openssl.m4
5142                 use new autoconf script to detect OpenSSL with extra parameters
5143                 to specify the location of libs and includes, also remove USE_SSL
5144                 to USE_OPENSSL
5145
5146         * src/common/sylpheed.[ch]
5147         * src/common/version.h.in
5148                 start seperation of common code initialization seperated from gui
5149
5150         * src/summaryview.c
5151                 The function that is called when a color label changes
5152                 should not change the color lable again
5153
5154 2002-12-08 [colin]      0.8.6claws74
5155
5156         * src/gtk/sslcertwindow.c
5157                 warning fixes
5158
5159 2002-12-08 [colin]      0.8.6claws73
5160
5161         * src/statusbar.c
5162           src/common/log.h
5163                 Register a hook for statusbar_puts_all
5164         * src/common/log.c
5165                 invoke statusbar_puts_all's hook
5166         
5167 2002-12-08 [colin]      0.8.6claws72
5168
5169         * src/ssl_certificate.c
5170                 Put back a badly-removed include
5171
5172 2002-12-08 [colin]      0.8.6claws71
5173
5174         * src/gtk/sslcertwindow.[ch]    ** NEW **
5175                 new certificate presentation
5176         * src/gtk/Makefile.am
5177                 add new files
5178         * src/ssl_certificate.[ch]
5179                 gtk cleanup, made utility functions public
5180         * src/ssl_manager.c
5181                 use new cert presentation
5182
5183 2002-12-07 [christoph]  0.8.6claws70
5184
5185         * src/Makefile.am
5186         * src/nntp.[ch]                 ** REMOVE **
5187         * src/common/Makefile.am
5188         * src/common/nntp.[ch]          ** NEW **
5189                 move nntp files to common directory
5190
5191 2002-12-07 [christoph]  0.8.6claws69
5192
5193         * src/procmsg.[ch]
5194         * src/summaryview.c
5195                 implement msginfo update callback using sylpheed's new
5196                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
5197
5198 2002-12-06 [christoph]  0.8.6claws68
5199
5200         * src/editgroup.c
5201                 This patch changes the 'Edit Group Details' dialog to
5202                 allow extended selections in either pane, so that
5203                 addresses can be added or removed from a group more
5204                 quickly and easily. (it actually is a net decrease in
5205                 file size, as some unnecessary functions have been
5206                 removed). 
5207                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
5208
5209 2002-12-06 [christoph]  0.8.6claws67
5210
5211         * src/Makefile.am
5212         * src/template.[ch]             ** REMOVE **
5213         * src/common/Makefile.am
5214         * src/common/template.[ch]      ** NEW **
5215                 move template files to common directory
5216
5217         * src/nntp.c
5218                 add missing log.h include
5219
5220 2002-12-06 [melvin]     0.8.6claws66
5221
5222         * src/prefs_actions.c
5223                 Added the trailing ">" syntax to insert command's output
5224                 without replacing old text (in contrast to trailing "|").
5225
5226 2002-12-05 [colin]      0.8.6claws65
5227         
5228         * src/common/utils.c
5229                 Don't modify original search_string or it'll change
5230                 the next iterations in the for()
5231
5232 2002-12-05 [darko]      0.8.6claws64
5233
5234         * src/common/utils.c
5235                 proper check for filtering commands, found by Colin
5236
5237 2002-12-05 [darko]      0.8.6claws63
5238
5239         * src/common/utils.c
5240                 check proper string for NULL pointer, found by Colin
5241
5242 2002-12-05 [darko]      0.8.6claws62
5243
5244         * src/common/utils.[ch]
5245                 expand_search_string(): new function
5246                 converts Mutt-like patterns to Sylpheed's
5247                 filtering engine
5248         * src/summaryview.c
5249                 use expand_search_string() to allow Mutt-like
5250                 patterns in extended search
5251         * README.claws
5252                 document extended option in quick search
5253
5254 2002-12-05 [paul]       0.8.6claws61
5255
5256         * sync with 0.8.6cvs16
5257                 see ChangeLog 2002-12-05
5258                 
5259         * po/POTFILES.in
5260                 clean up
5261
5262 2002-12-04 [christoph]  0.8.6claws60
5263
5264         * src/imap.[ch]
5265                 put imap authentication code into a new function and
5266                 remove it from imap_session_new that will allow to
5267                 send other commands before authentication
5268
5269 2002-12-04 [christoph]  0.8.6claws59
5270
5271         * src/imap.[ch]
5272                 use already existing method to prevent unneeded IMAP
5273                 folder selects. Set imap_select parameters to NULL
5274                 in some functions if the values are not required.
5275
5276         * src/xml.h
5277                 remove no longer required include
5278
5279 2002-12-04 [paul]       0.8.6claws58
5280
5281         * po/es.po
5282                 updated by Ricardo Mones Lastra
5283                 
5284         * configure.in
5285           po/hu.po      ** NEW FILE **
5286                 initial Hungarian translation, submitted
5287                 by Gál Zoltán <galzoli@hu.inter.net>
5288
5289 2002-12-03 [christoph]  0.8.6claws57
5290
5291         * src/Makefile.am
5292         * src/gtksctree.[ch]            ** REMOVE **
5293         * src/gtk/Makefile.am
5294         * src/gtk/gtksctree.[ch]        ** NEW **
5295                 move gtksctree files to gtk directory
5296
5297 2002-12-03 [christoph]  0.8.6claws56
5298
5299         * src/Makefile.am
5300         * src/md5.[ch]                  ** REMOVE **
5301         * srm/common/Makefile.am
5302         * src/common/md5.[ch]           ** NEW **
5303                 move md5 files to common directory
5304
5305         * src/gtkstext.c
5306                 remove not required #include
5307
5308 2002-12-03 [sergey]     0.8.6claws55
5309
5310         * src/gtkutils.c
5311         * src/gtkutils.h
5312                 gtkut_window_popup(): new function.
5313         * src/mainwindow.c
5314                 main_window_popup(): use gtkut_window_popup() to raise
5315                 window without changing its position.
5316                 (see sylpheed-main ML message [sylpheed:17247])
5317
5318 2002-12-03 [sergey]     0.8.6claws54
5319
5320         * src/send.c
5321                 send_message_local(): removed first-dot escaping
5322                 (SMTP-only, not needed for sending through pipe)
5323
5324 2002-12-03 [paul]       0.8.6claws53
5325
5326         * po/POTFILES.in
5327                 update to reflect recent changes (thanks
5328                 to Ricardo Mones Lastra)
5329                 
5330         * tools/filter_conv.pl
5331                  fix problem with quoted strings. Patch submitted
5332                  by Luke Plant <lukeplant@softhome.net>
5333
5334 2002-12-03 [paul]       0.8.6claws52
5335
5336         * sync with 0.8.6cvs15
5337                 see ChangeLog 2002-12-03
5338
5339 2002-12-02 [christoph]  0.8.6claws51
5340
5341         * src/logwindow.[ch]
5342         * src/common/log.[ch]
5343                 implement logging using a hook function
5344
5345         * src/folderview.c
5346         * src/folder.[ch]
5347                 define hooklist name in header file to avoid
5348                 errors caused by wrong spelling of hooklist names
5349
5350         * src/toolbar.c
5351                 fix warnings
5352
5353 2002-12-02 [christoph]  0.8.6claws50
5354
5355         * src/common/Makefile.am
5356                 add src/common/hooks.[ch]
5357
5358         * src/common/hooks.[ch]
5359                 implement a simple hook system using glib's hook functions
5360
5361         * src/folder.[ch]
5362         * src/folderview.c
5363                 use new hook system for folder item updates
5364
5365 2002-12-02 [christoph]  0.8.6claws49
5366
5367         * doc-src/ui_seperation.txt     ** NEW **
5368                 information for ui seperation
5369
5370         * src/Makefile.am
5371                 remove files that were moved to common
5372                 include common directory by default for the header files
5373
5374         * src/inc.c
5375         * src/common/socket.c
5376         * src/automaton.[ch]
5377                 implement automaton using g_io_*-functions instead of
5378                 gdk_input_add to make it ui independent
5379
5380         * src/codeconv.c
5381         * src/compose.c
5382         * src/ldif.c
5383         * src/pgptext.c
5384         * src/procmime.c
5385         * src/rfc2015.c
5386         * src/smtp.c
5387         * src/unmime.c
5388                 remove common/ prefix because directory is now in
5389                 include path
5390
5391         * src/compose.c
5392         * src/folder.c
5393         * src/folderview.c
5394         * src/mainwindow.c
5395         * src/messageview.c
5396         * src/prefs_common.c
5397         * src/procmsg.c
5398         * src/rfc2015.c
5399                 fix warnings
5400
5401         * src/imap.c
5402         * src/inc.c
5403         * src/news.c
5404         * src/pop.c
5405         * src/send.c
5406         * src/smtp.c
5407         * src/ssl_certificate.c
5408                 add log.h header file for logging functions
5409
5410         * src/main.c
5411         * src/common/utils.c
5412         * src/summaryview.c
5413         * src/xml.c
5414                 o move debug_mode to common/utils.c
5415                 o add functions to set and get debug_mode
5416
5417         * src/defs.h                    ** REMOVE **
5418         * src/intl.h                    ** REMOVE **
5419         * src/socket.[ch]               ** REMOVE **
5420         * src/ssl.[ch]                  ** REMOVE **
5421         * src/utils.[ch]                ** REMOVE **
5422                 replaced by new files in src/common/
5423         
5424         * src/common/Makefile.am
5425                 add new files in src/common/
5426
5427         * src/common/defs.h             ** NEW **
5428         * src/common/intl.h             ** NEW **
5429         * src/common/log.[ch]           ** NEW **
5430         * src/common/socket.[ch]        ** NEW **
5431         * src/common/ssl.[ch]           ** NEW **
5432         * src/common/utils.[ch]         ** NEW **
5433                 replacement for files in src/
5434
5435 2002-12-02 [colin]      0.8.6claws48
5436
5437         * src/folderview.c
5438                 Scroll folderview if necessary during dnd
5439
5440 2002-12-02 [colin]      0.8.6claws47
5441
5442         * src/folder.[ch]
5443                 Add check to verify a move is within a single mailbox
5444         * src/folderview.c
5445                 Add specific error string for this check
5446
5447 2002-12-02 [colin]      0.8.6claws46
5448
5449         * src/folder.c
5450                 Add a test to folder moving, remove a statusbar_print
5451         * src/folderview.c
5452                 Add Move folder... context-menu item
5453                 Factorize folder moving code
5454                 Enable folder DND for mbox
5455
5456 2002-12-01 [christoph]  0.8.6claws45
5457
5458         * ac/aspell.m4
5459                 remove conf.aspelltest if the version check fails
5460
5461 2002-11-30 [christoph]  0.8.6claws44
5462
5463         * autogen.sh
5464                 run libtoolize --force in autogen to create missing
5465                 libtool scripts
5466
5467 2002-11-30 [christoph]  0.8.6claws43
5468
5469         * src/Makefile.am
5470         * src/pgptext.c
5471         * src/procmime.c
5472         * src/rfc2015.c
5473         * src/uuencode.[ch]             ** REMOVED **
5474         * src/common/Makefile.am
5475         * src/common/uuencode.[ch]      ** NEW **
5476                 move uuen/decoder to common directory
5477
5478 2002-11-30 [christoph]  0.8.6claws42
5479
5480         * src/Makefile.am
5481         * src/base64.[ch]               ** REMOVED **
5482         * src/codeconv.c
5483         * src/compose.c
5484         * src/ldif.c
5485         * src/pgptext.c
5486         * src/procmime.c
5487         * src/rfc2015.c
5488         * src/smtp.c
5489         * src/unmime.c
5490         * src/common/Makefile.am
5491         * src/common/base64.[ch]        ** NEW **
5492                 move base64 en/decoder to common directory
5493
5494 2002-11-30 [christoph]  0.8.6claws41
5495
5496         * src/common                    ** NEW **
5497                 new directory for UI independent code
5498         * src/gtk                       ** NEW **
5499                 new directory for GTK frontend
5500         * src/common/.cvsignore         ** NEW **
5501         * src/gtk/.cvsignore            ** NEW **
5502                 ignore build files
5503         * src/common/Makefile.am        ** NEW **
5504         * src/gtk/Makefile.am           ** NEW **
5505                 automake files to build new seperated stuff
5506         * src/Makefile.am
5507                 the binary will currently still be build with the
5508                 files in src, so we include the code from the
5509                 subdirs for now after building the libs there
5510
5511 2002-11-30 [paul]       0.8.6claws40
5512
5513         * src/compose.c
5514                 fix bug [642731] 'Wrong selected account with drafted mail'
5515
5516 2002-11-29 [oliver]     0.8.6claws39
5517         
5518         * src/messageview.c
5519                 o update summaryview when switching between different
5520                   messageviews          
5521         * src/toolbar.c  
5522                 o check if messageview holds already removed msg
5523                   from summaryview
5524                 
5525
5526 2002-11-29 [oliver]     0.8.6claws38
5527
5528         * src/toolbar.c 
5529                 remove not needed variables and includes
5530                 make messageview stay opened and move to next when msgs are deleted 
5531
5532 2002-11-29 [oliver]     0.8.6claws37
5533         
5534         * src/toolbar.c 
5535                 disable compose button (messageview toolbar) by default
5536                 deleted msgs are moved to trash
5537         
5538 2002-11-29 [melvin]     0.8.6claws36
5539
5540         * configure.in
5541                 Increased minimal gpgme version to 0.3.10 (Zombies out)
5542                 and to detect signatures expirations (gpgme 0.3.6)
5543
5544         * src/main.c
5545                 Use non obsolescent function for Gpgme engine checking.
5546
5547         * src/rfc2015.c
5548                 Inform about expired signatures or signatures which key
5549                 has expired. Expiration date is displayed.
5550
5551         * src/sigstatus.c
5552                 Inform about expired signatures or signatures which key
5553                 has expired.
5554
5555 2002-11-28 [paul]       0.8.6claws35
5556
5557         * src/folderview.c
5558                 re-instate 'Check for new messages' in Newsgroup
5559                 folders right-click menu, after a suggestion from
5560                 Tim Mann <timmann@users.sourceforge.net>
5561
5562         * src/main.c
5563                 after a crash check only local folders for new
5564                 messages
5565
5566 2002-11-28 [paul]       0.8.6claws34
5567
5568         * configure.in
5569                 apply patch that fixes the checking of GTK with XIM 
5570                 support on different OSs, such as FreeBSD. Patch 
5571                 submitted by Topia <topia@users.sourceforge.net>
5572                 
5573 2002-11-28 [paul]       0.8.6claws33
5574
5575         * src/mainwindow.c
5576           src/prefs_common.c
5577           src/prefs_toolbar.c
5578                 more changes to the English
5579
5580 2002-11-28 [paul]       0.8.6claws32
5581
5582         * sync with 0.8.6cvs13
5583                 see ChangeLog 2002-11-28 (no sync needed
5584                 for src/compose.c)
5585
5586 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
5587         
5588         * src/mainwindow.[ch]
5589                 add patch by Ivan F. Martinez introducing messageview Toolbar
5590                 some changes and committed by oliver    
5591
5592 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
5593
5594         * src/messageview.[ch]
5595                 add patch by Ivan F. Martinez introducing messageview Toolbar
5596                 some changes and committed by oliver    
5597
5598 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
5599
5600         * src/compose.[ch]
5601                 add patch by Ivan F. Martinez introducing messageview Toolbar
5602                 some changes and committed by oliver    
5603
5604 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
5605         
5606         * src/toolbar.[ch]
5607                 add patch by Ivan F. Martinez introducing messageview Toolbar
5608                 some changes and committed by oliver
5609
5610 2002-11-28 [oliver]     0.8.6claws27
5611         
5612         * src/prefs_toolbar.[ch]
5613                 getting ready for messageview toolbar
5614                 free mem allocated by gettext
5615                 change prefs_toolbar to prefs_toolbar_open
5616  
5617 2002-11-28 [thorsten]   0.8.6claws26
5618
5619         * src/imageview.[ch]
5620                 cleaned up conflicting declarations of
5621                 imageview_show_image()
5622
5623 2002-11-28 [paul]       0.8.6claws25
5624
5625         * src/grouplistdialog.c
5626           src/prefs_common.c
5627           src/prefs_summary_column.c
5628                 a few more improvements to the English
5629
5630 2002-11-28 [colin]      0.8.6claws24
5631
5632         * man/sylpheed.1
5633                 A few updates to command-line parameters
5634
5635 2002-11-28 [colin]      0.8.6claws23
5636
5637         * src/prefs_filtering.c
5638                 Fix problems with prefs_filtering_delete_path:
5639                 a) if the first rule is removed, original pointers
5640                    weren't updated (leading to segfaults)
5641                 b) it was always global_processing updated in case
5642                    of removed path was parent of rule path
5643
5644 2002-11-27 [paul]       0.8.6claws22
5645
5646         * src/mainwindow.c
5647           src/prefs_account.c
5648           src/prefs_actions.c
5649           src/prefs_common.c
5650           src/prefs_customheader.c
5651           src/prefs_display_header.c
5652           src/prefs_filtering.c
5653           src/prefs_folder_item.c
5654           src/prefs_matcher.c
5655           src/prefs_scoring.c
5656           src/prefs_summary_column.c
5657           src/prefs_template.c
5658           src/prefs_toolbar.c
5659                  improve the English in the GUI
5660
5661 2002-11-27 [colin]      0.8.6claws21
5662
5663         * src/folder.c
5664                 Fix processing renaming problems happening after
5665                 last commit
5666
5667 2002-11-27 [colin]      0.8.6claws20
5668
5669         * src/folder.c
5670                 recursive move now deletes src each subfolder after 
5671                 having moved it
5672         * src/folderview.c
5673                 Use identifier instead of path during dnd (enables
5674                 IMAP folder dnd)
5675
5676 2002-11-27 [paul]       0.8.6claws19
5677
5678         * src/main.c
5679                 apply patch that does command-line processing 
5680                 BEFORE gtk_init, allowing claws to run from 
5681                 shell-scripts in non-X environment (e.g. crontab 
5682                 or ip-up, ip-down scripts). Patch submitted by
5683                 Ruslan N. Balkin <baron@dartel.ru>
5684                 
5685         * po/it.po
5686                 updated by Alessandro Maestri
5687
5688 2002-11-27 [paul]       0.8.6claws18
5689
5690         * sync with 0.8.6cvs12
5691           src/prefs_common.c
5692                 Differences are that main uses a 'Receive dialog'
5693                 frame on the Interface tab, whereas claws groups all 
5694                 the dialogs together in a 'Dialogs' frame.
5695
5696 2002-11-27 [colin]      0.8.6claws17
5697
5698         * src/prefs_matcher.c
5699                 Fix Execute criteria's NOT flag
5700
5701
5702 2002-11-26 [christoph]  0.8.6claws16
5703
5704         * src/ssl.c
5705                 rewrite the ssl code a little bit, only use one
5706                 SSL context, set default certificates' file/path
5707
5708 2002-11-26 [thorsten]   0.8.6claws15
5709
5710         * src/compose.c
5711                 default-reply-to didn't work for ml-reply
5712
5713 2002-11-26 [melvin]     0.8.6claws14
5714
5715         * src/prefs_actions.c
5716                 Made pipe-actions ignore short headers in message view
5717                 Made trailing-pipe-actions write in the message view with
5718                 the same font as the original message
5719
5720 2002-11-26 [paul]       0.8.6claws13
5721
5722         * src/compose.c
5723                 this time commit the correct file
5724
5725 2002-11-26 [paul]       0.8.6claws12
5726
5727         * sync with 0.8.6cvs11
5728           src/quote_fmt_parse.y  
5729                 no sync needed
5730           src/account.[ch]       
5731                 not sync'ed
5732           src/compose.c
5733                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
5734                 on draft mode.
5735                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
5736                 header
5737                 
5738         see ChangeLog 2002-11-25 and 2002-11-26
5739
5740 2002-11-26 [colin]      0.8.6claws11
5741
5742         * src/folderview.c
5743                 Fix collapsed folder not auto-expanding during
5744                 mail dnd, if it was the source folder.
5745
5746 2002-11-25 [colin]      0.8.6claws10
5747
5748         * src/folderview.[ch]
5749                 Variable renaming and cleaning (slist of nodes 
5750                 to be re-collapsed is stored in FolderView)
5751
5752 2002-11-25 [paul]       0.8.6claws9
5753
5754         * src/prefs_common.[ch]
5755                 fix breakage caused by last commit
5756
5757 2002-11-25 [paul]       0.8.6claws8
5758
5759         * sync with 0.8.6cvs4
5760                 see ChangeLog 2002-11-21
5761
5762 2002-11-25 [paul]       0.8.6claws7
5763
5764         * sync with 0.8.6cvs4
5765                 see ChangeLog 2002-11-20
5766
5767 2002-11-25 [paul]       0.8.6claws6
5768
5769         * sync with 0.8.6cvs3
5770                 see ChangeLog 2002-11-18
5771
5772 2002-11-25 [colin]      0.8.6claws5
5773
5774         * src/gtkutils.[ch]
5775                 Add gtkut_ctree_node_is_parent()
5776         * src/folderview.c
5777                 Spring-loaded folders
5778
5779 2002-11-25 [colin]      0.8.6claws4
5780
5781         * src/utils.[ch]
5782                 Add slist_concat_unique(), function to merge
5783                 two GSList filtering dups
5784         * src/folder.[ch]
5785         * src/summaryview.[ch]
5786         * src/folderview.c
5787         * src/main.c
5788                 Add detection/update/display of unread answers
5789                 to marked mails
5790         * src/procmsg.[ch]
5791                 Add procmsg_find_children()
5792                 Add procmsg_msg_has_marked_parent()
5793
5794 2002-11-25 [colin]      0.8.6claws3
5795
5796         * src/ssl_certificate.[ch]
5797                 Allow checking a certificate without a DNS
5798                 lookup
5799                 Allow to forget a cert (by deleting it)
5800                 Make ssl_certificate_destroy_public
5801         * src/ssl_manager.[ch] ** NEW FILES **
5802                 Gui to manage (display/remove) certificates
5803         * src/prefs_common.[ch]
5804                 Add a pref to allow silent acceptation of
5805                 trusted certificates or not (based on the
5806                 "I want to know what's going on" principle)
5807         * src/mainwindow.c
5808                 Add SSL manager in Tools menu
5809         * src/Makefile.am
5810                 Add the new files to the build
5811         * po/POTFILES.in
5812                 Add ssl_manager.c to translations
5813
5814 2002-11-25 [colin]      0.8.6claws2
5815
5816         * src/summaryview.[ch]
5817                 Add S_SEARCH_EXTENDED to the quick search, which 
5818                 allows to search using filtering syntax.
5819
5820 2002-11-25 [colin]      0.8.6claws1
5821
5822         * src/summaryview.c
5823                 Deletion of duplicates now prefer deleting
5824                 the unread dup (fixes feature-request 638989).
5825
5826 2002-11-24 [paul]       0.8.6claws
5827
5828         * po/es.po
5829           po/pl.po
5830           po/ru.po
5831           po/sr.po
5832                 updated by Ricardo Mones Lastra,
5833                 Witold Wladyslaw Wojciech Wilk,
5834                 Ruslan N. Balkin, and  Urke MMI 
5835                 respectively
5836
5837 2002-11-24 [paul]       0.8.5claws182
5838
5839         * po/bg.po
5840                 updated by George Danchev
5841
5842 2002-11-23 [alfons]     0.8.5claws181
5843
5844         * src/imap.c
5845                 tiny memory leak found by browsing Dimitar's 
5846                 valgrind report
5847
5848 2002-11-23 [paul]       0.8.5claws180
5849
5850         * po/it.po
5851                 updated by Alessandro Maestri
5852
5853 2002-11-22 [christoph]  0.8.5claws179
5854
5855         * src/compose.c
5856         * src/inc.c
5857         * src/prefs_filtering.c
5858         * src/summaryview.c
5859                 more warning fixes
5860
5861 2002-11-22 [alfons]     0.8.5claws178
5862
5863         * src/summaryview.c
5864                 summary_execute_delete_func(): if message is deleted, make 
5865                 sure to also remove its entry in the subject hash table. 
5866                 fixes a corner case bug.
5867
5868 2002-11-22 [paul]       0.8.5claws177
5869
5870         * .cvsignore
5871                 add 'autom4te.cache'
5872                 
5873         * ltconfig      ** REMOVED **
5874                 not needed
5875
5876 2002-11-22 [paul]       0.8.5claws176
5877
5878         * src/textview.c
5879                 textview_set_font(): fix for message display in
5880                 UTF-8 locales (thanks to Sergey Vlasov).
5881                 
5882         * AUTHORS
5883                 add new team members and contributors
5884
5885
5886 2002-11-21 [colin]      0.8.5claws175
5887
5888         * src/procmsg.[ch]
5889                 Add procmsg_remove_special_headers()
5890         * src/mh.c
5891                 Use procmsg_remove_special_headers() for 
5892                 previous fix
5893
5894 2002-11-21 [colin]      0.8.5claws174
5895
5896         * src/mh.c
5897                 Fix moving/copying from queue/draft folders
5898                 for MH folders
5899
5900 2002-11-21 [christoph]  0.8.5claws173
5901
5902         * src/crash.c
5903         * src/filtering.c
5904         * src/logwindow.c
5905         * src/main.c
5906         * src/matcher_parser_lex.[hl]
5907         * src/mbox.c
5908         * src/mbox_folder.[ch]
5909         * src/prefs_filtering.c
5910         * src/procheader.c
5911         * src/quote_fmt_lex.l
5912         * src/ssl.c
5913                 fix all warnings except the warnings in lex and yacc files
5914
5915 2002-11-20 [christoph]  0.8.5claws172
5916
5917         * src/imap.c
5918                 fix MsgInfo retrieval for IMAP draft and queue folders
5919                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
5920
5921 2002-11-19 [christoph]  0.8.5claws171
5922
5923         * src/compose.c
5924                 fix segfault, when draft saving does not get
5925                 the MsgInfo of the new message
5926                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
5927
5928 2002-11-19 [christoph]  0.8.5claws170
5929
5930         * src/procmsg.c
5931                 add parameter check for flag setting function
5932                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
5933
5934 2002-11-18 [paul]       0.8.5claws169
5935
5936         * src/compose.c
5937                 more sensitivity fixes to redirect mode:
5938                 * disable toolbar draft button
5939                 * allow only Address book in the Tools menu
5940                 * disable editing of message by the spell
5941                   checker
5942
5943 2002-11-18 [paul]       0.8.5claws168
5944
5945         * src/compose.c
5946                 fix sensitivity of menu items in compose_redirect():
5947                 allow only the necessary items 
5948
5949 2002-11-18 [paul]       0.8.5claws167
5950
5951         * src/compose.c
5952                 fix bug [ 603259 ] 'attachment got lost on bounce'
5953
5954 2002-11-18 [paul]       0.8.5claws166
5955
5956         * po/ru.po
5957                 updated by Ruslan N. Balkin <baron@dartel.ru>
5958
5959 2002-11-18 [colin]      0.8.5claws165
5960
5961         * src/main.c
5962           src/defs.h
5963                 Remove old filtering stuff
5964
5965
5966 2002-11-17 [oliver]     0.8.5claws164
5967
5968         * src/toolbar.h
5969                 remove not needed typedef 
5970
5971 2002-11-17 [oliver]     0.8.5claws163
5972
5973         * src/toolbar.c
5974                 make toolbar's on click events translatable
5975
5976 2002-11-15 [colin]      0.8.5claws162
5977
5978         * src/summaryview.c
5979                 Revert too-soon integration of a feature
5980
5981 2002-11-15 [christoph]  0.8.5claws161
5982
5983         * src/imap.c
5984                 use main's implementation of imap_get_msginfo
5985
5986 2002-11-15 [christoph]  0.8.5claws160
5987
5988         * src/compose.c
5989         * src/folder.[ch]
5990         * src/imap.c
5991         * src/mbox_folder.c
5992         * src/mh.c
5993         * src/news.c
5994         * src/procmsg.c
5995         * src/summaryview.c
5996                 replace claws' fetch_msginfo with main's get_msginfo
5997                 (use main's implementation where possible)
5998
5999 2002-11-15 [colin]      0.8.5claws159
6000
6001         * src/ssl_certificate.c
6002                 Missed a check
6003
6004 2002-11-16 [melvin]     0.8.5claws158
6005
6006         * po/fr.po
6007                 Updated French translations.
6008
6009 2002-11-16 [colin]      0.8.5claws157
6010
6011         * src/ssl_certificate.c
6012                 Check for missing parts in the certificates
6013
6014 2002-11-15 [colin]      0.8.5claws156
6015
6016         * src/folderview.c
6017                 Preventive fix (missing check) found by
6018                 Alfons
6019
6020 2002-11-15 [paul]
6021
6022         * NEWS
6023                 sync with 0.8.6 release
6024
6025 2002-11-15 [colin]      0.8.5claws155
6026
6027         * src/folder.[ch]
6028           src/folderview.c
6029                 Fix error handling of folder_item_move_to()
6030                 (thanks to Alfons!)
6031
6032 2002-11-15 [colin]      0.8.5claws154
6033
6034         * src/folder.[ch]
6035           src/folderview.c
6036                 folder_item_move_to() sets an error message instead
6037                 of having GUI stuff in folder.c
6038
6039 2002-11-15 [colin]      0.8.5claws153
6040
6041         * src/procmsg.[ch]
6042                 Implemented a callback for MsgInfo updates, 
6043                 heavily copy/pasted from Christoph's folder 
6044                 callback system
6045         * src/summaryview.[ch]
6046                 Register summary_update_msg as callback
6047
6048 2002-11-14 [colin]      0.8.5claws152
6049         
6050         * src/procmsg.c
6051                 Update the FolderItem after sending (fixes 617593)
6052
6053 2002-11-14 [christoph]  0.8.5claws151
6054
6055         * src/folder.c
6056                 fix wrong position of NULL pointer check found
6057                 by Sergey
6058
6059 2002-11-14 [christoph]  0.8.5claws150
6060
6061         * src/folder.c
6062                 fix segfault when deleting messages from IMAP folders
6063                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
6064
6065 2002-11-14 [colin]      0.8.5claws149
6066
6067         * src/compose.c
6068                 Forwarding was also ignoring the folder's default account.
6069
6070 2002-11-14 [colin]      0.8.5claws148
6071
6072         * src/compose.c
6073                 Fix sent folder not set to folder properties when 
6074                 forwarding.
6075
6076 2002-11-14 [thorsten]   0.8.5claws147
6077
6078         * src/inc.c
6079                 inc_start(): Files were not moved from .processing to inbox,
6080                 if no global processing rule existed
6081
6082 2002-11-14 [colin]      0.8.5claws146
6083
6084         * src/ssl_certificate
6085                 Fix file operations
6086
6087 2002-11-14 [paul]       0.8.5claws145
6088
6089         * po/it.po
6090                 updated by Alessandro Maestri
6091
6092 2002-11-13 [alfons]     0.8.5claws144
6093
6094         * src/folder.c
6095                 folder_item_close(): only mark messages unread
6096                 when a folder has new messages 
6097
6098 2002-11-13 [keith]      0.8.5claws143
6099
6100         * src/imap.c
6101                 Fix problem moving or copying between
6102                 IMAP folders
6103
6104 2002-11-13 [colin]      0.8.5claws142
6105
6106         * src/matcher_parser_parse.y
6107                 Fix rule problem when " don't match
6108
6109 2002-11-13 [christoph]  0.8.5claws141
6110
6111         * src/folder.c
6112         * src/folderview.c
6113                 moved cache saving to folder_item_close
6114                 the folderview should not have to deal with
6115                 this things
6116
6117 2002-11-13 [christoph]  0.8.5claws140
6118
6119         * src/summaryview.c
6120                 moved setting of important score to
6121                 summary_set_prefs_from_folderitem
6122
6123 2002-11-13 [colin]      0.8.5claws139
6124
6125         * src/matcher_parser_parse.y
6126                 Fix a segfault in the parser (happening when
6127                 a good expression had been tested and a bad 
6128                 one arrives)
6129
6130 2002-11-13 [paul]       0.8.5claws138
6131
6132         * sync with 0.8.5cvs24
6133                 see ChangeLog 2002-11-13
6134                 
6135         * po/pt_BR.po
6136                 updated by Fabio Jr. Beneditto
6137
6138 2002-11-13 [colin]      0.8.5claws137
6139         
6140         * src/msgcache.c
6141           src/defs.h
6142           src/procmsg.[ch]
6143                 Revert last commit, problem
6144
6145 2002-11-13 [colin]      0.8.5claws136
6146
6147         * src/msgcache.c
6148                 Remove duplicated code
6149         * src/defs.h
6150                 Bumped CACHE_VERSION and MARK_VERSION
6151         * src/procmsg.[ch]
6152                 Network endian for cache and mark files
6153
6154 2002-11-12 [colin]      0.8.5claws135
6155
6156         * src/inc.c
6157                 Fix the "socket error" dialog which disappeared
6158
6159 2002-11-12 [colin]      0.8.5claws134
6160
6161         * src/msgcache.c
6162                 Reverse last commit which had performance 
6163                 problems, but still reverse the list
6164
6165 2002-11-12 [colin]      0.8.5claws133
6166
6167         * src/msgcache.c
6168                 Reverse list order
6169
6170 2002-11-12 [melvin]     0.8.5claws132
6171
6172         * src/compose.c
6173                 Added a check for a NULL prefs_common.dictionary
6174
6175 2002-11-12 [colin]      0.8.5claws131
6176
6177         * src/ssl_certificate.[ch]
6178                 Use FQDN hostname
6179
6180 2002-11-12 [colin]      0.8.5claws130
6181
6182         * src/ssl_certificate.[ch]
6183                 Take connection port into account for 
6184                 checking certificates (a single hostname
6185                 could have multiple servers with multiple
6186                 certificates)
6187         * src/ssl.c
6188                 Pass the port to ssl_certificate_check
6189
6190 2002-11-12 [paul]       0.8.5claws129
6191
6192         * src/folder.c
6193                 fix a typo in last commit
6194
6195 2002-11-12 [paul]       0.8.5claws128
6196
6197         * sync with 0.8.5cvs23
6198                 see ChangeLog entry 2002-11-12
6199
6200 2002-11-11 [colin]      0.8.5claws127
6201
6202         * src/ssl_certificate.c
6203                 Cleaner messages
6204                 Don't popup, instead log error, if the 
6205                 corresponding pref is checked
6206         * src/ssl_certificate.h
6207                 include <openssl/objects/h>
6208
6209 2002-11-11 [colin]      0.8.5claws126
6210
6211         * src/ssl_certificate.h
6212                 _Really_ clean it
6213
6214 2002-11-11 [colin]      0.8.5claws125
6215         
6216         * src/ssl_certificate.c
6217                 Fixed leak
6218
6219 2002-11-11 [colin]      0.8.5claws124
6220
6221         * src/ssl.c
6222                 Cleaned a bit
6223         * src/ssl_certificate.[ch]
6224                 Cleaned a bit (better use of SSL API)
6225                 (This will cause non-recognition of saved 
6226                  certificates of claws12[23]...)
6227
6228 2002-11-11 [paul]       0.8.5claws123
6229         
6230         * po/es.po
6231                 updated by Ricardo Mones Lastra
6232
6233 2002-11-11 [colin]      0.8.5claws122
6234
6235         * src/ssl.c
6236                 Fix a typo
6237
6238 2002-11-11 [colin]      0.8.5claws121
6239
6240         * src/ssl_certificate.[ch] ** NEW FILES **
6241         * src/ssl.[ch]
6242                 Check SSL certificates presented to us
6243         * src/Makefile.am
6244                 Add ssl_certificate.[ch]
6245         * po/POTFILES.in
6246                 Add ssl_certificate.c
6247
6248 2002-11-11 [paul]       0.8.5claws120
6249
6250         * sync with 0.8.5cvs22
6251                 see ChangeLog 2002-11-11
6252
6253 2002-11-11 [paul]       0.8.5claws119
6254
6255         * sync with 0.8.5cvs21
6256                 see ChangeLog 2002-11-11
6257
6258 2002-11-10 [jens]       0.8.5claws118
6259
6260         * src/folder.c
6261         * src/folderview.c
6262                 corrected some typing
6263         * po/de.po
6264                 updated german translation
6265         * sylpheed.spec.in
6266                 cleaned up specfile and adjusted it for claws
6267
6268 2002-11-10 [colin]      0.8.5claws117
6269
6270         * src/summaryview.c
6271                 a STATUSBAR_PUSH/POP fix
6272
6273 2002-11-10 [colin]      0.8.5claws116
6274
6275         * src/prefs_folder_item.c
6276                 Fix hanging after opening folder properties
6277
6278 2002-11-10 [hoa]        0.8.5claws115
6279
6280         * src/matcher_parser_lex.l
6281         * src/matcher_parser_parse.y
6282                 config file for scoring and filtering is no more trashed
6283                 when there is a syntax error in a filtering rule when
6284                 editing it in a dialog.
6285
6286 2002-11-09 [colin]      0.8.5claws114
6287
6288         * src/mbox_folder.c
6289                 Added missing initialisation of folder->destroy()
6290
6291 2002-11-09 [colin]      0.8.5claws113
6292
6293         * src/folder.c
6294           src/folderview.c
6295                 Fix the status bar messages
6296
6297 2002-11-09 [colin]      0.8.5claws112
6298
6299         * src/folderview.c
6300                 Fix hangs after folder dnd, happening after 
6301                 claws109.
6302
6303 2002-11-09 [christoph]  0.8.5claws111
6304
6305         * src/folderview.c
6306                 just changed order of calls (reverse order of
6307                 associated calls)
6308         * src/inc.c
6309                 lock inc when checking only one account, otherwise
6310                 inc all could be executed at the same time
6311
6312 2002-11-09 [christoph]  0.8.5claws110
6313
6314         * src/folderview.c
6315                 better unlock the mouse cursor before calling
6316                 summary_show because it changes the cursor too
6317
6318 2002-11-09 [christoph]  0.8.5claws109
6319
6320         * src/folder.[ch]
6321         * src/folderview.c
6322                 add functions to open and close a folder
6323                 o opending will execute scanning for remote folders
6324                   and processing
6325                 o closing will unset new flag for messages
6326
6327 2002-11-09 [colin]      0.8.5claws108
6328
6329         * src/folder.c
6330                 Add a call to prefs_matcher_write_config to 
6331                 avoid non-leaf folders filtering settings to be
6332                 lost
6333
6334 2002-11-09 [paul]       0.8.5claws107
6335
6336         * src/prefs_account.c
6337                 re-word a label
6338
6339 2002-11-09 [colin]      0.8.5claws106
6340
6341         * src/folderview.c
6342                 Minor esthetic fix
6343
6344 2002-11-09 [colin]      0.8.5claws105
6345
6346         * src/folderview.c
6347                 Fix prefs_filtering deletion for MH folders (same
6348                 reason as below)
6349         * src/prefs_filtering.c
6350                 Fix prefs_filtering renaming and deletion for 
6351                 folder-based processing rules.  
6352
6353 2002-11-09 [christoph]  0.8.5claws104
6354
6355         * src/compose.c
6356         * src/folder.[ch]
6357         * src/folderview.[ch]
6358         * src/import.c
6359         * src/inc.c
6360         * src/main.c
6361         * src/mainwindow.c
6362         * src/messageview.c
6363         * src/prefs_folder_item.c
6364         * src/procmsg.c
6365         * src/summaryview.c
6366                 implement a callback system for folder item updates
6367
6368 2002-11-09 [colin]      0.8.5claws103
6369
6370         * src/folderview.c
6371                 Fix prefs_filtering renaming for MH folders (we
6372                 shouldn't rename by path as another folder could
6373                 have the same hierarchy).
6374
6375 2002-11-09 [colin]      0.8.5claws102
6376
6377         * src/folder.c
6378                 Fix a leak found by Christoph, use better variable
6379                 names
6380
6381 2002-11-09 [colin]      0.8.5claws101
6382
6383         * src/folder.c
6384                 One more fix for processing rules
6385
6386 2002-11-08 [colin]      0.8.5claws100
6387         
6388         * src/matcher.c
6389                 Don't copy the compiled regexp (will be reevaluated)
6390         * src/folderview.c
6391                 Lock folderview while moving
6392         * src/folder.c
6393                 Provide info on what's happening to the user
6394
6395 2002-11-08 [colin]      0.8.5claws99
6396
6397         * src/folderview.c
6398                 Fix folder reordering after a move if parent is 
6399                 root
6400         * src/scoring.[ch]
6401                 Add function to copy a ScoringProp
6402         * src/prefs_folder_item.c
6403                 Copy scoring rules when copying a folder prefs
6404
6405 2002-11-08 [colin]      0.8.5claws98
6406
6407         * src/folderview.c
6408                 Fixes in case of failure
6409         * src/filtering.[ch]    
6410                 Add function to duplicate a FilteringProp
6411         * src/matcher.[ch]
6412                 Add function to duplicate a MatcherProp
6413         * src/prefs_folder_item.c
6414                 Save folder's processing rules when copying 
6415                 its prefs
6416
6417 2002-11-08 [colin]      0.8.5claws97
6418         
6419         * src/folderview.c
6420                 Sort after move
6421         * src/folder.c 
6422                 Change a printf to debug_print
6423
6424 2002-11-08 [colin]      0.8.5claws96
6425
6426         * src/folder.c
6427           src/folderview.c
6428                 Fix segfaults, call me stupido
6429         
6430
6431 2002-11-08 [colin]      0.8.5claws95
6432
6433         *src/folder.c
6434                 Added forgotten prefs to save when moving folders
6435
6436 2002-11-08 [colin]      0.8.5claws94
6437
6438         * src/folder.c
6439                 Fixes to folder DND (prefs copy)
6440         * src/folderview.c
6441                 Optimization for folder DND (don't rescan whole tree)
6442                 Added folderview_create_folder_node() for this 
6443                 optimization, so de-duped a bit the code
6444         * src/prefs_folder_item.[ch]
6445                 Added prefs_folder_item_copy_prefs()    
6446           
6447 2002-11-08 [paul]       0.8.5claws93
6448
6449         * src/prefs_account.c
6450           tools/README
6451           tools/kmail2sylpheed_v2.pl
6452                 correct some typos
6453
6454 2002-11-08 [paul]       0.8.5claws92
6455
6456         * src/compose.c
6457           src/prefs_account.[ch]
6458                 remove account options 'clearsign' and 'ascii_armored',
6459                 replace with 'default_gnupg_mode' to prevent mixed-mode
6460                 Privacy settings
6461
6462 2002-11-08 [paul]       0.8.5claws91
6463
6464         * src/compose.[ch]
6465                 re-implement GnuPG 'on-the-fly' mode selection,
6466                 disallow mixed-mode
6467
6468 2002-11-08 [colin]      0.8.5claws90
6469
6470         * src/folderview.c
6471           src/prefs_folder_item.c
6472                 Change "Property" to "Properties"
6473
6474 2002-11-07 [colin]      0.8.5claws89
6475
6476         * src/folderview.c
6477           src/folder.c
6478                 Allow folder dropping to a root folder
6479
6480 2002-11-07 [paul]       0.8.5claws88
6481
6482         * src/compose.c
6483                 revert last commit
6484
6485 2002-11-07 [paul]       0.8.5claws87
6486
6487         * src/compose.c
6488                 fix reply-to-list bug. closes bug report
6489                 "[633382] reply-to-list broken in recent cvs"
6490
6491 2002-11-07 [paul]       0.8.5claws86
6492
6493         * src/compose.c
6494                 add a forgotten '#if USE_GPGME ... #endif'
6495
6496 2002-11-07 [paul]       0.8.5claws85
6497
6498         * sync with 0.8.5cvs20
6499                 see ChangeLog 2002-11-07
6500
6501 2002-11-07 [colin]      0.8.5claws84
6502
6503         * src/folder.[ch]
6504                 Change folder_item_move_to to return the newly 
6505                 created folderitem.
6506         * src/folderview.c
6507                 Select the new folderitem after moving.
6508
6509 2002-11-07 [colin]      0.8.5claws83
6510
6511         * src/prefs_filtering.c
6512                 Fix rule rewriting when moving a leaf folder to a 
6513                 shorter path
6514
6515 2002-11-07 [colin]      0.8.5claws82
6516
6517         * src/prefs_filtering.c
6518                 fix a leak
6519
6520 2002-11-07 [colin]      0.8.5claws81
6521
6522         * src/folder.[ch]
6523                 Add folder_item_move_to() function to move a 
6524                 folderitem into another one (updates matcher etc)
6525         * src/folderview.c
6526                 Add folder drag'n drop (context menu to come)
6527                 [Should be dataloss free, but Please backup before 
6528                  trying !]
6529
6530 2002-11-06 [colin]      0.8.5claws80
6531
6532         * src/mh.c
6533                 mh_create_folder() returns NULL if can't create
6534                 directory hierarchy
6535
6536 2002-11-06 [paul]       0.8.5claws79
6537
6538         * src/compose.[ch]
6539                 allow 'on-the-fly' changing of the type of encryption 
6540                 and/or signing used (mime/ascii) via the compose window
6541
6542 2002-11-06 [paul]       0.8.5claws78
6543
6544         * sync with 0.8.5cvs19
6545                 see ChangeLog 2002-11-06 for src/account.c: 
6546                 account_get_special_folder()
6547                 
6548 2002-11-05 [alfons]     0.8.5claws77
6549
6550         * src/crash.c
6551                 very minor cleanups: nothing to see here, move on. :-)
6552
6553 2002-11-05 [colin]      0.8.5claws76
6554
6555         * src/main.c
6556                 Changes choices if compose windows are opened to
6557                 Discard, Draft, Don't quit
6558
6559 2002-11-05 [thorsten]   0.8.5claws75
6560
6561         * src/compose.c
6562                 reenabled default_reply_to folder option
6563
6564 2002-11-05 [colin]      0.8.5claws74
6565
6566         * src/compose.[ch] 
6567                 add compose_draft()
6568         * src/crash.c
6569                 add SIGTERM handler
6570         * src/main.[ch]
6571                 add clean_quit() for the SIGTERM handler
6572
6573 2002-11-05 [paul]       0.8.5claws73
6574         
6575         * po/es.po
6576                 updated by Ricardo Mones Lastra
6577
6578 2002-11-05 [melvin]     0.8.5claws72
6579
6580         * src/logwindow.c
6581                 Fixed log-clipping bug #616795.
6582                 To stop logging in the log window use 0 length.
6583         * src/prefs_common.c
6584                 Added a label to inform about the 0 log length behaviour.
6585
6586 2002-11-05 [paul]       0.8.5claws71
6587
6588         * sync with 0.8.5cvs17
6589                 see ChangeLog 2002-11-05
6590
6591 2002-11-04 [paul]       0.8.5claws70
6592
6593         * sylpheed-128x128.png
6594           sylpheed-64x64.png
6595           sylpheed.png
6596                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
6597                 <nikai@users.sourceforge.net>
6598                 
6599         * po/bg.po
6600                 updated by George Danchev
6601
6602 2002-11-03 [thorsten]   0.8.5claws69
6603
6604         * src/main.c
6605           src/mimeview.c
6606           src/rfc2015.h
6607                 add check if gpg is active
6608
6609 2002-11-03 [thorsten]   0.8.5claws68
6610
6611         * src/toolbar.h
6612                 removed GSList declaration causing trouble on MacOS-X
6613                 (submitted by alfons, reported by xfesty)
6614
6615 2002-11-01 [paul]       0.8.5claws67
6616
6617         * src/mainwindow.c
6618                 remove last remnants of main's filter code
6619
6620 2002-11-01 [paul]       0.8.5claws66
6621
6622         * tools/filter_conv.pl
6623                 fix bug where user-defined headers were ignored
6624
6625 2002-11-01 [paul]       0.8.5claws65
6626
6627         * src/logwindow.c
6628                 make a debug_print() not translatable
6629
6630 2002-10-31 [melvin]     0.8.5claws64
6631
6632         * ac/aspell.m4
6633                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
6634                 not run any GNU/aspell test.  The dictionary path will
6635                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
6636                 was given, in which case, it will be $prefix/lib/aspell/
6637         * configure.in
6638                 Fixed typo in commentary (Aspell code).
6639
6640 2002-10-31 [paul]       0.8.5claws63
6641
6642         * po/POTFILES.in
6643                 remove src/filter.c and src/prefs_filter.c
6644                 thanks to Ricardo for reminding me
6645
6646 2002-10-31 [colin]      0.8.5claws62
6647
6648         * src/mbox_folder.c
6649                 Plug some leaks
6650
6651 2002-10-31 [paul]       0.8.5claws61
6652
6653         * src/prefs_filter.[ch] ** REMOVED **
6654           src/filter.[ch]       ** REMOVED **
6655           
6656         * src/Makefile.am
6657           src/folderview.c
6658           src/inc.c
6659           src/main.c
6660           src/mainwindow.c
6661           src/mbox.c
6662           src/prefs_common.c
6663           src/prefs_filtering.c
6664           src/summaryview.[ch]
6665                 remove main's 'filter' code
6666                 
6667         README.claws
6668                 update to reflect removal of main's filter
6669
6670 2002-10-31 [paul]       0.8.5claws60
6671
6672         * src/summaryview.c
6673                 remove check for global_processing in summary_filter_open(). 
6674                 This fixes the bug where if the user uses the right-click 
6675                 'Create filter rule...' and doesn't have any filter rules 
6676                 already defined in claws' advanced filtering, the newly 
6677                 created filter rule goes to main's filtering which is 
6678                 inaccessible through the gui. Now the filter rule gets added
6679                 to claws' filtering by default.
6680
6681 2002-10-28 [melvin]     0.8.5claws59
6682
6683         * src/prefs_actions.c
6684                 Fixed bug #627322 where MIME parts were not always
6685                 correctly passed to a %p action
6686                 Display an error dialog when message filename is not found.
6687
6688 2002-10-28 [melvin]     0.8.5claws58
6689
6690         * src/prefs_common.c
6691                 Readded a missing function declaration lost in 0.8.3claws34
6692
6693 2002-10-28 [paul]       0.8.5claws57
6694
6695         * sync with 0.8.5cvs15
6696                 see ChangeLog 2002-10-28 and 2002-10-25
6697                 
6698         Note: ChangeLog entry 2002-10-24 is not sync'ed.
6699
6700 2002-10-27 [oliver]     0.8.5claws56
6701
6702         * src/pop.c
6703                 plug leak in pop3_top_recv
6704
6705 2002-10-26 [christoph]  0.8.5claws55
6706
6707         * src/folder.c
6708                 set need_update folder flag when messages are added
6709                 (closes bug [ 626922 ] folder not updated after receiving)
6710
6711 2002-10-25 [melvin]     0.8.5claws54
6712
6713         * src/imageview.c
6714                 Fixed a memleak introduced in the scaling code.
6715
6716 2002-10-24 [alfons]     0.8.5claws53
6717
6718         * src/filtering.c
6719                 make filtering's forward message action forward from the 
6720                 correct account
6721                 (closes bug [628089 ] Filter -> Forward from address problem
6722                 reported by Oktay)
6723
6724 2002-10-24 [christoph]  0.8.5claws52
6725
6726         * src/mainwindow.c
6727         * src/manual.[ch]
6728                 o use manual of current locale or english if current
6729                   locale is not available (and english is available)
6730                 o also link to sylpheed doc project manuals
6731
6732 2002-10-23 [paul]       0.8.5claws51
6733
6734         * tools/README
6735           tools/kmail2sylpheed_v2.pl
6736                 add new version of kmail addressbook importer script.
6737                 works with newer versions of Kmail/KAddressBook which
6738                 have new and rearranged data.
6739
6740 2002-10-23 [martin]     0.8.5claws50
6741
6742         * src/folderview.c
6743         * src/summaryview.c
6744         * src/utils.h
6745         * src/utils.c
6746                 added length parameter to get_abbrev_newsgroup_name()
6747                 changed this function so that it abbreviates the newsgroup
6748                 names only so long it is smaller than the length parameter
6749                 (for better reading of some newsgroup names and space efficiency)
6750
6751 2002-10-22 [colin]      0.8.5claws49
6752
6753         *src/foldersel.c
6754                 Revert Alfons' last modification (after voting ;-))
6755
6756 2002-10-21 [alfons]     0.8.5claws48
6757
6758         * src/foldersel.c
6759                 folder view in folder selection dialog reflects state of
6760                 folder view in main window
6761
6762 2002-10-18 [alfons]     0.8.5claws47
6763
6764         * src/mbox.c
6765                 drop imported messages in folder selected by user,
6766                 and not in the inbox
6767                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
6768
6769 2002-10-18 [alfons]     0.8.5claws46
6770
6771         * src/compose.c
6772                 make automagic reply work correctly for email accounts 
6773                 (whether it's viable to do a full sync with Hiro's 
6774                 compose.c is still under discussion)
6775
6776 2002-10-18 [melvin]     0.8.5claws45
6777
6778         * src/prefs_actions.c
6779                 Fixed bug #622275 where asynchroneous actions left 
6780                 zombies processes
6781                 Made (synchroneous) actions' input be displayed live.
6782
6783 2002-10-18 [christoph]  0.8.5claws44
6784
6785         * src/textview.c
6786                 don't add a newline in the textview in front of the
6787                 first textpart if header display is disabled
6788                 (closes bug [ 603385 ] disabled header display leaves blank
6789                  lin)
6790
6791 2002-10-18 [christoph]  0.8.5claws43
6792
6793         * src/folder.[ch]
6794         * src/imap.c
6795         * src/mbox_folder.c
6796         * src/mh.c
6797         * src/news.c
6798                 folder->get_num_list now returns an error code
6799                 (closes bug [ 609424 ] News cache cleared on failure)
6800                 
6801 2002-10-17 [colin]      0.8.5claws42
6802         
6803         * src/news.c
6804                 Changed a printf by debug_print
6805
6806 2002-10-16 [paul]       
6807
6808         * tools/OOo2sylpheed.pl
6809                 allow for spaces in the name of the
6810                 file to be attached.
6811
6812 2002-10-16 [colin]      0.8.5claws41
6813
6814         * src/main.c
6815                 Use a tristate to change online mode
6816
6817 2002-10-16 [paul]       0.8.5claws40
6818
6819         * po/es.po
6820                 updated by Ricardo Mones Lastra
6821
6822 2002-10-16 [colin]      0.8.5claws39
6823
6824         * src/main.c
6825           src/mainwindow.[ch]
6826                 Added --online and --offline command-line
6827                 switches
6828
6829 2002-10-15 [christoph]  0.8.5claws38
6830
6831         * src/procmime.c
6832                 set mimeinfo->name to NULL after g_free to
6833                 avoid double freeing with g_free
6834
6835 2002-10-14 [christoph]  0.8.5claws37
6836
6837         * src/compose.c
6838         * src/filtering.c
6839         * src/summaryview.c
6840                 remove calls to folder->change_flags that are now
6841                 done by procmsg flag functions (seems it is not
6842                 used by any foldertype anyway)
6843         * src/folder.c
6844                 init folder->change_flags with NULL
6845
6846 2002-10-14 [christoph]  0.8.5claws36
6847
6848         * src/folder.[ch]
6849         * src/imap.[ch]
6850                 use virtual functions for folder item new and destroy
6851                 functions
6852
6853 2002-10-14 [melvin]     0.8.5claws35
6854
6855         * src/compose.c
6856                 Added a test to not run the spell checker if no default
6857                 dictionary is available. No dialog is displayed though.
6858
6859 2002-10-14 [melvin]     0.8.5claws34
6860
6861         * src/gtkaspell.c
6862                 Fixed bug in dictionary list context menu where
6863                 "More..." pointed to an emtpy submenu if the
6864                 number of dictionaries is a multiple of 15
6865                 Removed unneeded code in suggestions list creation
6866
6867 2002-10-14 [paul]       0.8.5claws33
6868
6869         * po/bg.po
6870                 updated by George Danchev
6871
6872 2002-10-13 [hoa]        0.8.5claws32
6873
6874         * src/matcher.[ch]
6875           src/matcher_parser_parser.y
6876                 removed the escaped string from internal structure
6877                 of matcher.
6878
6879 2002-10-12 [colin]      0.8.5claws31
6880
6881         * src/gtksctree.[ch]
6882           src/summaryview.c
6883                 Removed useless function gtksctree_reanchor
6884
6885 2002-10-12 [alfons]     0.8.5claws30
6886         
6887         * sync with remaining main changes 2002-10-09 - 2002-10-11
6888         - drop changes to src/compose.c (requires claws specific changes)
6889         
6890 2002-10-12 [alfons]     0.8.5claws29
6891         
6892         * sync with main changes of 2002-10-08
6893         - drop changes to src/compose.c (requires claws specific changes)
6894         - drop changes to src/summaryview.c (requires changes to compose.c)     
6895
6896 2002-10-12 [alfons]     0.8.5claws28
6897         
6898         * sync with main changes of 2002-10-07
6899
6900 2002-10-12 [alfons]     0.8.5claws27
6901
6902         * sync with main changes of 2002-10-04
6903         - drop changes to src/compose.c (requires claws specific changes)
6904         - drop changes to src/prefs_folder_item.c (claws implementation
6905           seems to be working)
6906
6907 2002-10-12 [colin]      0.8.5claws26
6908
6909         * src/mainwindow.c
6910                 Fix folder-flicker when space-reading, introduced 
6911                 in claws22.
6912
6913 2002-10-12 [colin]      0.8.5claws25
6914
6915         * src/compose.c
6916                 Save account address when saving as draft.
6917                 (closes bug 621838)
6918
6919 2002-10-12 [colin]      0.8.5claws24
6920
6921         * src/summaryview.c
6922                 Fix the problem consisting of no message selected
6923                 after the last message in a folder has been moved.
6924
6925 2002-10-12 [paul]       0.8.5claws23
6926
6927         * src/compose.c
6928           src/prefs_template.c
6929           src/template.[ch]
6930                 add Cc and Bcc to templates. Patch submitted by
6931                 John L. Males.
6932
6933 2002-10-12 [colin]      0.8.5claws22
6934
6935         * src/folderview.c
6936                 Fix a bug after "Check for new messages":
6937                 If a folder was opened, it was still selected at
6938                 the end of the check, but displayed empty.
6939         * src/mainwindow.c
6940                 Remove unnecessary check
6941
6942 2002-10-12 [paul]
6943
6944         * tools/README
6945                 be more verbose in the description of
6946                 OOo2sylpheed.pl
6947                 
6948
6949 2002-10-11 [colin]      0.8.5claws21
6950
6951         * src/mainwindow.c
6952                 Make space work (better) when no mail is selected
6953
6954 2002-10-11 [colin]      0.8.5claws20
6955
6956         * src/inc.c
6957           src/news.c
6958                 fix warnings
6959
6960 2002-10-11 [colin]      0.8.5claws19
6961
6962         * src/mainwindow.c
6963                 revert 0.8.5claws6 changes as i couldn't get to
6964                 anything satisfying
6965
6966 2002-10-11 [melvin]     0.8.5claws18
6967
6968         * src/compose.c
6969                 Removed buggy and unused macro (should have been committed in
6970                 0.8.5claws17)
6971
6972 2002-10-11 [melvin]     0.8.5claws17
6973
6974         * src/compose.c
6975                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
6976
6977 2002-10-11 [thorsten]   0.8.5claws16 
6978
6979         * src/folderview.c
6980                 remove rescan warning
6981
6982 2002-10-11 [colin]      0.8.5claws15 
6983
6984         * src/procheader.c
6985                 fix a segfault that happens if conv_unmime_header
6986                 fails (should be better to find out why it fails)
6987
6988 2002-10-11 [christoph]  0.8.5claws14
6989
6990         * src/summaryview.c
6991                 update folderview stats after ignore/unignore thread
6992
6993 2002-10-11 [hoa]        0.8.5claws13
6994
6995         * src/quote_fmt_parse.y
6996                 Fixed a yacc/bison syntax error
6997         * src/matcher.c
6998                 Escaping of string is fixed.
6999
7000 2002-10-11 [colin]      0.8.5claws12
7001
7002         * src/imageview.c
7003                 Resize images to fit
7004
7005 2002-10-11 [paul]       0.8.5claws11
7006
7007         * po/es.po
7008                 updated by Ricardo Mones Lastra
7009
7010 2002-10-10 [alfons]     0.8.5claws10
7011
7012         * src/compose.c
7013                 allow dropping files by "moving" files from a file manager,
7014                 not only by the more cumbersome "copying". the latter 
7015                 mostly implies holding down the Control button
7016
7017 2002-10-10 [christoph]  0.8.5claws9
7018
7019         * src/summaryview.c
7020                 update folders after thread building for ignored threads
7021
7022 2002-10-10 [christoph]  0.8.5claws8
7023
7024         * config/.cvsignore
7025                 added Makefile
7026         * src/filtering.[ch]
7027         * src/folder.[ch]
7028         * src/folderview.[ch]
7029         * src/import.c
7030         * src/inc.[ch]
7031         * src/mbox.[ch]
7032         * src/procmsg.c
7033         * src/summaryview.[ch]
7034                 o added new flag need_update to FolderItem
7035                 o removed folder_table from various functions from tracking
7036                   folder updates
7037                 o set need_update flags in folder.c's move, copy and delete
7038                   functions and procmsg's flags functions
7039                 o added function folderview_update_items_when_required that
7040                   updates all folders with need_update set
7041                 o call folderview_update_items_when_required instead of
7042                   folderview_update_item_foreach
7043
7044 2002-10-09 [sergey]     0.8.5claws7
7045
7046         * src/compose.c
7047                 Strip CRs whel loading the text into editor in reedit mode.
7048
7049 2002-10-09 [colin]      0.8.5claws6
7050
7051         * src/mainwindow.c
7052                 Make Space work when no mail is selected
7053
7054 2002-10-09 [colin]      0.8.5claws5
7055
7056         * src/gtksctree.[ch]
7057                 Fix range_select
7058                 Add gtk_sctree_reanchor() 
7059         * src/summaryview.c
7060                 Use gtk_sctree_reanchor() - better fix for 
7061                 bug 60413
7062
7063 2002-10-09 [colin]      0.8.5claws4
7064
7065         * src/summaryview.c
7066                 Fix shift-click select after delete problem
7067                 (closes bug 60413)
7068
7069 2002-10-08 [thorsten]   0.8.5claws3
7070
7071         * src/summaryview.c
7072                 exclude current msg from -hide read messages-
7073
7074 2002-10-08 [colin]      0.8.5claws2
7075
7076         * src/inc.[ch]
7077           src/pop.c
7078           src/recv.c
7079                 Differentiate socket errors from disk full
7080                 errors
7081
7082 2002-10-08 [christoph]  0.8.5claws1
7083
7084         * Makefile.am
7085         * configure.in
7086                 modifications for new config directory
7087
7088         * config.guess  ** REMOVED **
7089         * config.sub    ** REMOVED **
7090         * install-sh    ** REMOVED **
7091         * ltmain.sh     ** REMOVED **
7092         * missing       ** REMOVED **
7093         * mkinstalldirs ** REMOVED **
7094                 these files are autogenerated by automake
7095                 when you run autogen.sh
7096
7097         * config/.cvsignore     ** NEW FILE **
7098         * config/Makefile.am    ** NEW FILE **
7099                 ignore autogenerated files
7100                 create a Makefile in this directory
7101
7102 2002-10-08 [paul]       0.8.5claws
7103
7104         * 0.8.5claws release
7105         
7106         * src/compose.c
7107           src/procheader.c
7108           src/procmsg.c
7109                 fix quote reply format for newsgroups reply bug
7110                 (thanks to Hoa)
7111                 
7112         * po/en_GB.po
7113           po/pl.po
7114                 updated by me and Witold Wladyslaw Wojciech Wilk
7115                 repectively
7116
7117 2002-10-07 [paul]       0.8.3claws53
7118
7119         * po/it.po
7120           po/pt_BR.po
7121           po/sr.po
7122                 updated messages catalogs, submitted by
7123                 Alessandro Maestri, Fabio Jr.Beneditto 
7124                 and Urke MMI, respectively.
7125
7126 2002-10-07 [christoph]  0.8.3claws52
7127
7128         * src/folder.[ch]
7129         * src/folderview.c
7130         * src/mainwindow.c
7131                 fix new folder ghost message bug
7132                 (closes bug [ 619722 ] wrong count for newly created folders)
7133
7134 2002-10-07 [christoph]  0.8.3claws51
7135
7136         * src/compose.c
7137                 fix news posting problem
7138
7139 2002-10-07 [melvin]     0.8.3claws50
7140
7141         * po/fr.po
7142                 Updated French translation
7143
7144 2002-10-05 [christoph]  0.8.3claws49
7145
7146         * src/gtkstext.c
7147                 check if line_start_cache is set in gtk_stext_update_text
7148                 (closes bug [ 618119 ] crash while doing search in folder)
7149
7150 2002-10-05 [christoph]  0.8.3claws48
7151
7152         * src/imap.c
7153         * src/news.c
7154         * src/utils.c
7155         * src/utils.h
7156                 implement cache cleanups for claws' folder system
7157                 (closes bug [ 595916 ] imapcache not cleaned up)
7158
7159 2002-10-05 [melvin]     0.8.3claws47
7160
7161         * src/prefs_actions.c
7162                 Made the help text more clear for the %p token
7163
7164 2002-10-04 [paul]       0.8.3claws46
7165
7166         * sync with 0.8.5
7167                 see ChangeLog 2002-10-02 and 2002-10-03
7168
7169 2002-10-04 [christoph]  0.8.3claws45
7170
7171         * src/inc.c
7172                 fix segfault caused by pop before smtp
7173                 call to inc_account_mail with NULL
7174                 pointer for mainwin
7175
7176 2002-10-04 [paul]       0.8.3claws44
7177
7178         * configure.in
7179                 sync the LDAP detection from 0.8.5cvs1
7180
7181 2002-10-02 [christoph]  0.8.3claws43
7182
7183         * po/de.po
7184                 fix small spelling error
7185
7186 2002-10-02 [melvin]     0.8.3claws42
7187
7188         * ac/aspell.m4
7189                 Behave better and say "no" when test program cannot be run.
7190
7191 2002-10-02 [paul]       0.8.3claws41
7192
7193         * sync with 0.8.4cvs1
7194                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
7195                 
7196         * src/summaryview.c
7197                 toggle the behavior of Reply menuitem between
7198                 normal reply and reply-to-list
7199
7200 2002-10-01 [sergey]     0.8.3claws40
7201
7202         * src/compose.c
7203                 Convert newlines in the message text to the canonical form
7204                 before base64 encoding (RFC2045 compliance, fixes some
7205                 interoperability issues with Evolution 1.0.3)
7206
7207 2002-09-29 [colin]      0.8.3claws39
7208
7209         * src/summaryview.c
7210                 Fix an unwanted copy/paste
7211
7212 2002-09-29 [colin]      0.8.3claws38
7213
7214         * src/mainwindow.c
7215                 Renamed "Custom toolbar" to "Customize toolbar"
7216                 Renamed "Show all header" to "Show all headers"
7217                 Renamed "Set diplay item" to "Set displayed items"
7218         * src/prefs_common.c
7219                 Renamed "Show all header" to "Show all headers"
7220         * src/prefs_summary_column.c
7221                 Renamed "diplay item" to "displayed items"
7222
7223 2002-09-29 [colin]      0.8.3claws37
7224
7225         * src/mainwindow.[ch]
7226                 online/offline status pixmaps follow theme
7227                 changes
7228         * src/summaryview.[ch]
7229                 quicksearch pixmap follows theme changes
7230
7231 2002-09-29 [thorsten]   0.8.3claws36
7232
7233         * src/compose.c
7234           src/prefs_folder_item.[ch]
7235                 add default_reply_to folder option (closes patch 581044)
7236
7237 2002-09-29 [christoph]  0.8.3claws35
7238
7239         * acconfig.h    ** REMOVED **
7240         * configure.in
7241         * ac/aspell.m4
7242         * ac/check-type.m4
7243         * ac/gnupg-check-typedef.m4
7244                 fix autoheader 2.50 warning
7245
7246 2002-09-29 [christoph]  0.8.3claws34
7247
7248         * major code cleanup (part 2)
7249         
7250                 - unused variables removed
7251                 - unused functions removed
7252                 - uninitialized variables checked
7253                 - missing return statements added
7254                 - missing function return types added
7255                 - added parentheses around assignment
7256                   when suggested by gcc
7257
7258 2002-09-29 [alfons]     0.8.3claws33
7259
7260         * src/logwindow.c
7261                 log_window_clear(): only bracket gtk_text_forward_delete() 
7262                 with gtk_text_freeze() / gtk_text_thaw() (see if this
7263                 works around GTK text bug)
7264
7265 2002-09-29 [paul]       0.8.3claws32
7266
7267         * po/bg.po
7268           po/sr.po
7269                 updated by George Danchev and Urke MMI
7270                 respectively
7271
7272 2002-09-27 [christoph]  0.8.3claws31
7273
7274         * doc-src/readme.txt
7275         * doc-src/rfc1806.txt   ** REMOVED **
7276         * doc-src/rfc2183.txt   ** NEW FILE **
7277         * doc-src/rfc2980.txt   ** NEW FILE **
7278                 update rfcs
7279
7280 2002-09-27 [melvin]     0.8.3claws30
7281
7282         * ac/aspell.m4
7283                 Fixed typo which could break linking
7284
7285 2002-09-27 [melvin]     0.8.3claws29
7286
7287         * ac/aspell.m4
7288                 Improved GNU/aspell checking. 
7289                 Fixed bug #614490
7290
7291 2002-09-27 [paul]       0.8.3claws28
7292
7293         * sync with 0.8.3cvs8
7294                 see ChangeLog 2002-09-27
7295
7296 2002-09-26 [colin]      0.8.3claws27
7297
7298         * src/toolbar.[ch]
7299           src/mainwindow.[ch]
7300                 Add "Reply to Mailing-list" to the toolbar
7301
7302 2002-09-26 [christoph]  0.8.3claws26
7303
7304         * src/summaryview.c
7305                 Fix wrong message counts in summaryview status
7306
7307 2002-09-26 [paul]       0.8.3claws25
7308
7309         * sync with 0.8.3cvs7
7310                 see ChangeLog 2002-09-26
7311
7312 2002-09-26 [paul]       0.8.3claws24
7313
7314         * sync with 0.8.3cvs6
7315                 see ChangeLog 2002-09-25
7316
7317 2002-09-25 [christoph]  0.8.3claws23
7318
7319         * src/prefs_common.c
7320         * src/prefs_folder_item.c
7321         * src/prefs_scoring.c
7322                 Renamed "kill score" to "hide score" in GUI
7323                 and prefs files
7324
7325 2002-09-25 [paul]       0.8.3claws22
7326
7327         * sync with 0.8.3cvs5
7328                 see ChangeLog 2002-09-24
7329
7330 2002-09-24 [alfons]     0.8.3claws21
7331
7332         patch by Satoshi Nagayasu: allows appending / saving multiple 
7333         selected files (closes "[ 612279 ] save multiple mesg(s) in 
7334         'Save as ...'")
7335
7336         * AUTHORS
7337                 add Satoshi Nagayasu
7338         * src/summaryview.c
7339                 summary_save_as(): allow saving selected files to
7340                 one file
7341                 summary_set_menu_sensitive: enable "Save As..." when
7342                 multiple files are selected
7343         * src/utils.[ch]
7344                 append_file(): new function
7345
7346 2002-09-24 [colin]      0.8.3claws20
7347
7348         * src/procmime.c
7349                 Fix segfault when mimeinfo doesn't have a 
7350                 content_type. 
7351
7352 2002-09-24 [colin]      0.8.3claws19
7353
7354         * src/prefs_common.[ch]
7355                 Add a preference to display send dialog or not
7356         * src/send.c
7357                 Display send dialog according to preference
7358
7359 2002-09-24 [colin]      0.8.3claws18
7360
7361         * src/compose.[ch]
7362                 Disable user actions when sending
7363
7364 2002-09-24 [colin]      0.8.3claws17
7365
7366         * src/procmime.c
7367                 Do not display name or filename for attachments
7368                 with an application/pgp-signature type
7369                 (security flaw, see bug 537413)
7370
7371 2002-09-23 [colin]      0.8.3claws16
7372
7373         * src/editaddress.c
7374                 Initialize entry_email, entry_alias and 
7375                 entry_remarks to first email address of the list
7376
7377 2002-09-23 [colin]      0.83claws15
7378
7379         * src/compose.c
7380                 Drop pgp-signature when reediting a signed queued
7381                 message
7382
7383 2002-09-23 [melvin]     0.8.3claws14
7384
7385         * po/fr.po
7386                 Updated French translation
7387
7388 2002-09-23 [melvin]     0.8.3claws13
7389
7390         * src/mainwindow.c
7391                 Made custom toolbar menu labels more consistent
7392         * src/prefs_toolbar.c
7393                 Made custom toolbar window title more consistent
7394
7395 2002-09-22 [colin]      0.8.3claws12
7396
7397         * src/inc.c
7398                 Initialize session type to normal before getting 
7399                 mail (fixes strange Get behaviour)
7400         * src/prefs_account.h
7401                 Move STYPE_POP_BEFORE_SMTP to last position to 
7402                 avoid other side-effects
7403
7404 2002-09-22 [colin]      0.8.3claws11
7405
7406         * src/prefs_account.c
7407                 Fix pop_bfr_smtp_tm_entry sensivity when switching
7408                 from pop3 to apop or vice-versa
7409
7410 2002-09-22 [colin]      0.8.3claws10
7411         
7412         * src/prefs_account.[ch]
7413                 Add an option for the POP before SMTP timeout
7414         * src/inc.c
7415                 Remember time of last POP connection
7416         * src/send.c
7417                 Do POP before SMTP only if timeout reached
7418
7419 2002-09-22 [oliver]     0.8.3claws9
7420         
7421         * README.claws
7422                 explain custom toolbar
7423
7424 2002-09-22 [oliver]     0.8.3claws8
7425
7426         * src/prefs_actions.[ch]
7427         custom toolbar for compose      
7428                 actions callback from compose toolbar
7429         * src/folderview.c
7430                 remove include toolbar.h
7431
7432 2002-09-22 [oliver]     0.8.3claws7
7433         
7434         * src/prefs_toolbar.[ch]
7435                 custom toolbar for compose
7436                 - generic prefs_toolbar handles both
7437                   Mainwin's toolbar as well as Compose toolbar          
7438
7439 2002-09-22 [oliver]     0.8.3claws6
7440         
7441         * src/toolbar.[ch]
7442                 custom toolbar for compose
7443                 restructure toolbar.[ch]
7444
7445 2002-09-22 [oliver]     0.8.3claws5
7446
7447         * src/compose.[ch]
7448                 custom toolbar for compose
7449
7450 2002-09-22 [oliver]     0.8.3claws4
7451         
7452         * src/mainwindow.[ch]
7453                 custom toolbar for compose 
7454                 move mainwin toolbar back to mainwindow
7455
7456 2002-09-22 [alfons]     0.8.3claws3
7457
7458         * src/procmsg.c
7459                 :%sno/if(/if (/gc
7460                 :%sno/for(/for (/gc
7461                 (beautify)
7462
7463 2002-09-22 [alfons]     0.8.3claws2
7464         
7465         * src/procmsg.c
7466                 procmsg_save_to_outbox(): don't unlink message file from queue;
7467                 callers should do it using folder_item_remove_msg()
7468
7469 2002-09-22 [colin]      0.8.3claws1
7470
7471         * src/mimeview.[ch]
7472                 Made mimeview_check_signature() public
7473         * src/textview.c
7474                 Made GPG signatures verifiable by clicking
7475                 the [application/pgp-signature] in the Text
7476                 view
7477
7478 2002-09-22 [paul]       0.8.3claws
7479
7480         * po/bg.po
7481           po/en_GB.po
7482           po/es.po
7483           po/it.po
7484           po/pl.po
7485           po/pt_BR.po
7486           po/sr.po
7487                 updated translations, submitted by George Danchev,
7488                 me, Ricardo Mones Lastra, Alessandro Maestri,
7489                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
7490                 and Urke MMI, respectively.     
7491
7492 2002-09-22 [alfons]     0.8.2claws65
7493
7494         * src/procmsg.c
7495         * src/pgptext.c
7496                 no furry valgrinds have been used to plug these memleaks
7497
7498 2002-09-20 [paul]       0.8.2claws64
7499
7500         * sync with 0.8.3cvs4
7501                 'Select thread' re-implemented 
7502                 see ChangeLog 2002-09-20
7503
7504 2002-09-21 [alfons]     0.8.2claws63
7505
7506         * src/compose.c
7507                 compose_send(): plug unnoticed memleak
7508
7509 2002-09-20 [alfons]     0.8.2claws62
7510
7511         * src/addr_compl.c
7512                 replace_address_in_edit(): strict check for NULL address to
7513                 fix "[ 607348 ] Segfault in address completion". My guess is
7514                 that this happens with an empty address book, but it's good
7515                 to have this check here anyway
7516                 
7517                 completion_window_button_press(): free string returned 
7518                 from the internal cache
7519
7520 2002-09-20 [christoph]  0.8.2claws61
7521
7522         * src/procmime.h
7523                 added ENC_BINARY to EncodingType
7524         * src/procmime.c
7525                 the string returned by procmime_get_encoding_str
7526                 should not depend on the order of values in the
7527                 EncodingType definition
7528         * doc-src/rfc1806.txt   ** NEW FILE **
7529                 Added rfc1806 about MIME Content-Disposition
7530                 Extension
7531
7532 2002-09-19 [paul]       0.8.2claws60
7533
7534         * sync with 0.8.2cvs3
7535                 see ChangeLog 2002-09-19
7536
7537 2002-09-19 [paul]       0.8.2claws59
7538
7539         * src/prefs_folder_item.c
7540                 revert to Darko's original alignment of colour
7541                 selector button
7542                 add a colon to folder_color label
7543                 
7544         * src/compose.c
7545                 add Colin's patch (with Hiro's modifications) to 
7546                 force BASE64 encoding for 8-bit text when signing
7547                 (sync with 0.8.3cvs2)
7548
7549 2002-09-18 [alfons]     0.8.2claws58
7550
7551         * src/compose.c
7552                 :%sno/if(/if (/gc
7553                 :%sno/for(/for (/gc
7554                 (beautify a little bit)
7555
7556 2002-09-18 [christoph]  0.8.2claws57
7557
7558         * src/pine.c
7559                 fix handling of fgetc return value
7560
7561 2002-09-17 [alfons]     0.8.2claws56
7562         
7563         * src/summaryview.c
7564                 summary_sort(): check non-NULL summaryview->folder_item when no 
7565                 folder is selected at all
7566                 (closes "[ 610344 ] sort label make syl Crash")
7567
7568 2002-09-17 [alfons]     0.8.2claws55
7569         
7570         * src/compose.c
7571                 beautify a little bit
7572
7573 2002-09-17 [christoph]  0.8.2claws54
7574
7575         * src/folder.c
7576                 initialize max values for cache and folder
7577                 when cache or folder is empty
7578
7579 2002-09-15 [colin]      0.8.2claws53
7580
7581         * src/compose.c
7582                 Fix a leak (thanks Alfons!) and cleaned
7583                 variables names for custom headers
7584
7585 2002-09-15 [colin]      0.8.2claws52
7586
7587         * src/compose.c
7588                 Fix custom headers recognition when
7589                 prefs_common.trans_hdr is on
7590
7591 2002-09-15 [colin]      0.8.2claws51
7592
7593         * src/compose.c
7594                 Allow dynamically-added custom headers
7595                 Yet not reparsed if reedited
7596
7597 2002-09-15 [alfons]     0.8.2claws50
7598
7599         * src/prefs_account.c
7600                 fix warnings
7601
7602 2002-09-15 [colin]      0.8.2claws49
7603         
7604         * src/prefs_account.c
7605                 fix pop_before_smtp sensitivity
7606
7607 2002-09-15 [colin]      0.8.2claws48
7608
7609         * src/inc.[ch]
7610                 add inc_pop_before_smtp()
7611                 allow MainWindow to be undefined in 
7612                 inc_account_mail() and inc_start()
7613         * src/pop.c
7614           src/prefs_account.h
7615                 add STYPE_POP_BEFORE_SMTP session type
7616         * src/prefs_account.c
7617                 activated pop before smtp option
7618         * src/send.c
7619                 do pop before smtp if the relevant option 
7620                 is set
7621
7622 2002-09-15 [paul]       0.8.2claws47
7623
7624         * sync with 0.8.3
7625                 see ChangeLog 2002-09-15
7626
7627 2002-09-14 [paul]       0.8.2claws46
7628
7629         * po/bg.po
7630                 updated Bulgarian translation, submitted by
7631                 George Danchev
7632
7633 2002-09-13 [paul]       0.8.2claws45
7634
7635         * src/compose.c
7636                 merge claws' select_account() with main's
7637                 (new) compose_select_account(). [sync with
7638                 0.8.2cvs15, see ChangeLog 2002-09-11]
7639
7640 2002-09-12 [christoph]  0.8.2claws44
7641
7642         * src/filter.c
7643                 allocate 1 elements of FolderItem not 0
7644
7645 2002-09-12 [colin]      0.8.2claws43
7646
7647         * src/compose.c
7648                 Fix bug #590825 (obey Follow-up: poster)
7649
7650 2002-09-12 [colin]      0.8.2claws42
7651
7652         * src/procmime.c
7653                 Fix bug #557009 (wrong headers for messages 
7654                 forwarded as attachments)
7655
7656 2002-09-11 [colin]      0.8.2claws41
7657         
7658         * src/compose.c
7659                 Put SCF: pseudo-header on top of message
7660                 Set draft tmp_flag when saved as draft
7661
7662         * src/procmsg.c
7663           src/procheader.c
7664                 Skip after first \n\n for beginning of real message
7665                 for drafts too
7666
7667 2002-09-11 [christoph]  0.8.2claws40
7668
7669         * src/filtering.c
7670                 use procmsg flag functions in filtering or processing
7671                 will cause incorrect folder message counts
7672
7673 2002-09-11 [colin]      0.8.2claws39
7674
7675         * src/compose.c
7676                 Fix bug #550175 - wrong save folder when reediting
7677                 drafts
7678
7679 2002-09-11 [paul]       0.8.2claws38
7680
7681         * sync with 0.8.2cvs14
7682                 see ChangeLog 2002-09-11
7683
7684 2002-09-11 [colin]      0.8.2claws37
7685
7686         * src/folder.c
7687                 Fix a typo (seeming to cause new/unread status to
7688                 be lost)
7689
7690 2002-09-10 [christoph]  0.8.2claws36
7691
7692         * src/compose.c
7693                 compose_redirect should not use compose_generic_new
7694                 because that does more stuff than expected including
7695                 opening the external editor
7696                 (closes bug "[ 526608 ] bounced messages appear blank
7697                  in editor")
7698
7699 2002-09-10 [christoph]  0.8.2claws35
7700
7701         * src/folder.c
7702                 fix problem with too large message number range
7703                 causing a crash in folder_item_scan
7704
7705 2002-09-10 [paul]       0.8.2claws34
7706
7707         * sync with 0.8.2cvs13
7708                 see ChangeLog 2002-09-10
7709
7710 2002-09-10 [christoph]  0.8.2claws33
7711
7712         * src/msgcache.c
7713                 set MsgInfo TmpFlags for queue and draft folders
7714                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
7715
7716 2002-09-10 [paul]       0.8.2claws32
7717
7718         * AUTHORS
7719           po/bg.po      ** NEW FILE **
7720                 new Bulgarian translation submitted by
7721                 George Danchev <danchev@spnet.net>
7722                 
7723         * tools/Makefile.am
7724           tools/README
7725           tools/tb2sylpheed     ** NEW FILE **
7726                 add script that converts an addressbook exported
7727                 from The Bat! into a Sylpheed addressbook. Submitted
7728                 by Urke MMI <urke-kg@eunet.yu>
7729
7730 2002-09-10 [paul]       0.8.2claws31
7731
7732         * sync with 0.8.2cvs12
7733                 see ChangeLog 2002-09-10
7734
7735 2002-09-06 [paul]       0.8.2claws30
7736
7737         * src/prefs_common.c
7738                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
7739                 
7740         * tools/Makefile.am
7741           tools/README
7742           tools/ldif-to-xml.py  ** REMOVED **
7743                 remove obsolete python script
7744
7745 2002-09-06 [paul]       0.8.2claws29
7746
7747         * sync with 0.8.2cvs10
7748                 see ChangeLog 2002-09-06
7749
7750 2002-09-04 [paul]       0.8.2claws28
7751
7752         * sync with 0.8.2cvs9
7753                 see ChangeLog 2002-08-04
7754
7755 2002-09-04 [colin]      0.8.2claws27 
7756
7757         * src/prefs_common.[ch]
7758                 Added signature color configuration
7759         * src/textview.c
7760                 Use user-specified signature color
7761
7762 2002-09-03 [colin]      0.8.2claws26
7763
7764         * src/prefs_common.[ch]
7765                 Added autosave and autosave_length prefs
7766         * src/compose.c
7767                 Added compose_remove_draft()
7768                 Auto-save drafts according to the prefs
7769         * src/main.c
7770                 Added a crash-indicator file, allowing to check
7771                 for new messages on startup if Sylpheed crashed
7772                 (makes saved drafts "reappear")
7773
7774 2002-09-03 [colin]      0.8.2claws25
7775
7776         * src/textview.[ch]
7777                 Grey the signature
7778
7779 2002-09-03 [paul]       0.8.2claws24
7780
7781         * sync with 0.8.2cvs8
7782                 see ChangeLog 2002-09-02 and 2002-09-03
7783
7784 2002-09-03 [darko]      0.8.2claws23
7785
7786         * src/folderview.c
7787                 use normal style when creating new folder to pick
7788                 proper font size 
7789
7790 2002-09-02 [melvin]     0.8.2claws22
7791
7792         * src/gtkaspell.m4
7793                 removed some obsolete code
7794
7795 2002-09-02 [melvin]     0.8.2claws21
7796
7797         * ac/aspell.m4
7798                 fixed test's equality sign (== to =)
7799
7800 2002-09-02 [alfons]     0.8.2claws20
7801
7802         * src/folder.c
7803         * src/mh.c
7804                 revert change of 0.8.2claws16 and use the mh_folder_destroy
7805                 as folder->destroy virtual as suggested by Hiro
7806                 (the mh.c code seems to have been lost around mh.c.1.21)
7807
7808 2002-09-02 [paul]       0.8.2claws19
7809
7810         * po/pt_BR.po
7811                 updated by Fabio Jr. Beneditto
7812                 
7813         * src/defs.h
7814                 use 'http://claws.sylpheed.org' for homepage link. 
7815                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
7816
7817 2002-09-01 [alfons]     0.8.2claws18
7818
7819         * src/mh.c
7820                 plug memleak related to one Martin Kluge found
7821
7822 2002-08-31 [paul]       0.8.2claws17
7823
7824         * sync with 0.8.2cvs6
7825                 see ChangeLog 2002-08-30
7826
7827 2002-08-31 [alfons]     0.8.2claws16
7828
7829         * src/folder.c
7830                 folder_destroy(): remove mailbox from folderlist even if it has
7831                 no destroy virtual
7832
7833 2002-08-31 [alfons]     0.8.2claws15
7834
7835         * src/folder.c
7836                 :%sno/if(/if (/gc
7837                 :%sno/for(/for (/gc
7838                 (being pedantic I know)
7839
7840 2002-08-31 [alfons]     0.8.2claws14
7841
7842         * src/folder.c
7843                 check for NULL pointers returned from folder->fetch_msginfo virtual
7844                 (should solve some reported crashes)
7845
7846 2002-08-30 [alfons]     0.8.2claws13
7847
7848         * acconfig.h
7849         * configure.in
7850         * src/crash.c
7851                 enable crash dialog on compilation time
7852                 (--enable-crash-dialog configure option)
7853
7854 2002-08-30 [alfons]     0.8.2claws12
7855
7856         * AUTHORS
7857                 add Martin Kluge
7858         * src/mh.c
7859                 apply memory leak plug patch by Martin Kluge
7860                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
7861                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
7862                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
7863
7864 2002-08-30 [darko]      0.8.2claws11
7865
7866         * src/folderview.c
7867                 copy Gtk style from normal style to match
7868                 font size for coloured folders
7869
7870 2002-08-29 [alfons]     0.8.2claws10
7871
7872         * sylpheed.desktop
7873                 Type=Internet <- Type=Application
7874                 (reported by Michael Schwendt, see:
7875                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
7876                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
7877
7878 2002-08-29 [paul]       0.8.2claws9
7879
7880         * sync with 0.8.2cvs5
7881                 see ChangeLog 2002-08-29
7882
7883 2002-08-29 [colin]      0.8.2claws8
7884
7885         * src/summaryview.c
7886                 Added a sanity check in summary_select_thread
7887                 Should fix bug 601605
7888
7889 2002-08-29 [colin]      0.8.2claws7
7890
7891         * src/main.c
7892                 Revert claws6 changes regarding bug #591676
7893
7894 2002-08-28 [colin]      0.8.2claws6
7895         
7896         * src/main.c
7897                 Ignore cache for queue folderitems
7898                 Fix bug #591676
7899
7900 2002-08-28 [melvin]     0.8.2claws5
7901
7902         * README.claws
7903                 Fixed typos.
7904
7905 2002-08-28 [melvin]     0.8.2claws4
7906
7907         * README.claws
7908                 Updated a bit the text concerning the spell checker
7909
7910 2002-08-28 [melvin]     0.8.2claws3
7911
7912         Merged the GNU_aspell_branch:
7913                 Support of new GNU/aspell is now included and the old pspell
7914                 is not supported anymore.
7915                 See README.claws
7916
7917         * README.claws
7918                 Updated spell checker text to reflect the switch to GNU/aspell
7919
7920         * ac/aspell.m4          *** NEW ***
7921         * src/gtkaspell.[ch]    *** NEW *** 
7922         * ac/pspell.m4          *** DELETED *** 
7923         * src/gtkspell.[ch]     *** DELETED ***
7924
7925         * ac/Makefile.am
7926                 Updated for GNU/aspell support
7927
7928         * po/POTFILES.in
7929                 Replaced gtkspell.c by gtkaspell.c
7930
7931         * acconfig.h
7932         * src/Makefile.am
7933         * src/about.c
7934         * src/compose.[ch]
7935         * src/crash.c
7936         * src/main.c
7937         * src/prefs_common.[ch]
7938                 Updated for GNU/aspell support
7939
7940 2002-08-28 [paul]       0.8.2claws2
7941
7942         * sync with 0.8.2cvs4
7943                 see ChangeLog 2002-08-27 and 2002-08-28
7944
7945 2002-08-28 [colin]      0.8.2claws1
7946
7947         * src/summary_search.c
7948                 Added "AND search"
7949
7950 2002-08-28 [jens]       0.8.2claws
7951
7952         *po/de.po
7953                 Updated German translations
7954
7955 2002-08-27 [melvin]     0.8.2claws
7956
7957         * po/fr.po
7958                 Updated French translations
7959
7960 2002-08-27 [paul]       0.8.2claws
7961
7962         * sync with 0.8.2 main release
7963
7964         * po/en_GB.po
7965           po/es.po
7966           po/it.po
7967           po/pl.po
7968           po/pt_BR.po
7969           po/sr.po
7970                 updated message catalogs submitted by
7971                 Ricardo Mones Lastra, Alessandro Maestri,
7972                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
7973                 Beneditto and Urke MMI  
7974
7975 2002-08-27 [hoa]        0.8.1claws123
7976
7977         * src/mainwindow.[ch]
7978         * src/summaryview.[ch]
7979                 removed the "filter setting" menu option.
7980                 add a "cancel a news message" menu option.
7981
7982 2002-08-26 [martin]     0.8.1claws122
7983
7984         * ChangeLog.claws
7985                 changed string under 0.8.1claws79 changed by myself
7986                 i'm sorry alfons :(
7987
7988 2002-08-26 [martin]     0.8.1claws121
7989
7990         * src/crash.c
7991                 added kill command to debuggerrc to start crash dialog
7992
7993 2002-08-26 [paul]       0.8.1claws120
7994
7995         * sync with 0.8.1cvs31
7996                 see ChangeLog 2002-08-26
7997
7998 2002-08-25 [alfons]     0.8.1claws119
7999
8000         * src/procmsg.c
8001                 fix bug that didn't send out correct headers to news server
8002                 when sending news article and email from queue (bug reported
8003                 and patch provided by Tim Mann; closes bug 
8004                 "[ 583196 ] 0.7.8claws can't post news")
8005
8006 2002-08-25 [alfons]     0.8.1claws118
8007
8008         * src/selective_download.c
8009                 mark two strings as translatable
8010                 (thanks to Urke MMI for pointing this out)
8011
8012 2002-08-25 [alfons]     0.8.1claws117
8013
8014         * src/summaryview.c
8015                 treat sent boxes as special and allow sorting them by addressee
8016                 (closes "[ 589418 ] Sent folder sorting misbehavior"
8017                 submitted by Steve Lamb)
8018
8019 2002-08-24 [alfons]     0.8.1claws116
8020
8021         * src/matcher.c
8022                 fix memleak reported by Martin Kluge
8023                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
8024
8025 2002-08-24 [oliver]     0.8.1claws115
8026
8027         * src/prefs_toolbar.c
8028                 o code cleanup as suggested by Alfons
8029                 o memleak fix
8030
8031 2002-08-24 [alfons]     0.8.1claws114
8032
8033         * src/summaryview.c
8034                 o fix another memory leak reported by Martin Kluge
8035                   (see "[ 599568 ] Small Memory Leak")
8036                 o remove 'from' variable from 'summary_set_header()'; we can
8037                   do with just 'to' 
8038
8039 2002-08-24 [paul]       0.8.1claws113
8040
8041         * sync with 0.8.1cvs30
8042                 see ChangeLog 2002-08-23
8043
8044 2002-08-24 [alfons]     0.8.1claws112
8045
8046         * src/summaryview.c
8047                 remove unnecessary allocations for search bar fixing leaks
8048                 reported by Martin Kluge
8049                 (see "[ 599451 ] Further memory leaks?")
8050
8051 2002-08-24 [alfons]     0.8.1claws111
8052
8053         * src/main.c
8054                 make get_socket_name() public for crash.c
8055         * src/crash.c
8056                 o make report bug button work (goes to claws' 
8057                   bug tracker at sf.net)
8058                 o introduce function for doing important stuff just
8059                   before claws goes down
8060                 o clean up code 
8061
8062 2002-08-24 [alfons]     0.8.1claws110
8063
8064         * src/compose.c
8065                 move cursor to "To" entry when forwarding as attachment
8066                 (reported and solved by Steve Lamb, closes bug report
8067                 "[ 592880 ] Forward as attachment; cursor not in to")
8068
8069 2002-08-24 [colin]      0.8.1claws109
8070
8071         * src/mainwindow.c
8072                 fix quick search visibility after GUI (de)separations.
8073
8074 2002-08-23 [colin]      0.8.1claws108
8075
8076         * src/mainwindow.c
8077                 fix header pane visibility after folderview or
8078                 messageview (de)separation
8079
8080 2002-08-23 [paul]       0.8.1claws107
8081
8082         * src/mainwindow.[ch]
8083           src/toolbar.c
8084                 give full control of display or non-display 
8085                 of the Execute icon to Custom toolbar settings.
8086                 add new sensitivity condition to maninwindow.h: 
8087                 M_DELAY_EXEC
8088
8089         * ChangeLog
8090           ChangeLog.jp
8091           NEWS
8092                 more sync with 0.8.1cvs29
8093
8094 2002-08-23 [melvin]     0.8.1claws106
8095
8096         * src/alertpanel.c
8097                 Readded support for custom widget in alertpanel lost in last
8098                 sync.
8099
8100 2002-08-23 [paul]       0.8.1claws105
8101
8102         * sync with 0.8.1cvs29
8103                 see ChangeLog 2002-08-23
8104
8105 2002-08-23 [colin]      0.8.1claws104
8106
8107         * src/summaryview.c
8108                 Fix folder and search pixmaps exchanging positions
8109                 after theme or toolbar changes. Thank to Oliver for 
8110                 reporting this.
8111
8112 2002-08-23 [colin]      0.8.1claws103
8113
8114         * src/mainwindow.c
8115           src/messageview.[ch]
8116           src/noticeview.[ch]
8117           src/summaryview.c
8118                 Changed messageview_create() and noticeview_create()
8119                 to avoid the last gdk_warning
8120
8121 2002-08-22 [colin]      0.8.1claws102
8122
8123         * src/summaryview.c
8124                 Fix my new `Creating pixmap from xpm' warning
8125
8126 2002-08-22 [colin]      0.8.1claws101
8127
8128         * src/mainwindow.c
8129                 Fix some of the gdk warnings
8130
8131 2002-08-22 [colin]      0.8.1claws100
8132
8133         * src/Makefile.am
8134         * src/stock_pixmap.c
8135         * src/stock_pixmap.h
8136         * src/pixmaps/quicksearch.xpm *ADDED*
8137                 Add the quicksearch pixmap
8138         * src/mainwindow.c
8139         * src/summaryview.c
8140         * src/summaryview.h
8141                 Make quicksearch bar visible/hidden via a button
8142
8143 2002-08-22 [christoph]  0.8.1claws99
8144
8145         * src/folder.c
8146                 fix folder update for newsgroups with message
8147                 numbers below minimum number of articles to fetch
8148                 (closes bug #598445)
8149
8150 2002-08-22 [paul]       0.8.1claws98
8151
8152         * sync with 0.8.1cvs28
8153                 see ChangeLog 2002-08-22
8154
8155 2002-08-21 [alfons]     0.8.1claws97
8156
8157         * src/crash.c
8158                 use bt instead of bt full which seems to work 
8159                 better, and bt full doesn't give a great deal 
8160                 of information anyway
8161
8162 2002-08-21 [colin]      0.8.1claws96
8163
8164         * src/summaryview.c
8165                 fix summaryview_searchtype_changed prototype
8166
8167 2002-08-21 [christoph]  0.8.1claws95
8168
8169         * src/mainwindow.c
8170                 o fix broken menu update for sorting type, we have to
8171                   get this info from the summaryview now
8172                 o removed setting of threaded state in menu callback
8173         * src/summaryview.[ch]
8174                 more summaryview/folderitem seperation for
8175                 threading option
8176         * configure.in
8177                 removed not required --with-compiler-flags option
8178
8179 2002-08-21 [oliver]     0.8.1claws94
8180         
8181         * src/toolbar.h 
8182                 o rename toolbar.xml to toolbar_main.xml
8183                   since toolbar_compose.xml might come up 
8184                   any time soon
8185         * README.claws
8186                 add custom toolbar              
8187
8188 2002-08-21 [darko]      0.8.1claws93
8189
8190         * src/procmsg.c
8191                 don't reset tmp flags for messages copied
8192                 to sent folder
8193
8194 2002-08-21 [colin]      0.8.1claws92
8195         
8196         * src/prefs_filtering.c
8197                 fix renaming rules on folder rename 
8198                 when folder is not a leaf folder
8199
8200 2002-08-21 [paul]       0.8.1claws91
8201
8202         * src/prefs_folder_item.c
8203                 fix alignment of colour selector
8204
8205 2002-08-21 [paul]       0.8.1claws90
8206
8207         * sync with 0.8.1cvs27
8208                 see ChangeLog 2002-08-21
8209
8210 2002-08-21 [paul]       0.8.1claws89
8211
8212         * src/summaryview.c
8213                 fix crash when changing field type in
8214                 Quick search bar
8215
8216 2002-08-21 [colin]      0.8.1claws88
8217
8218         * src/summaryview.c
8219                 Made quick search case-insensitive
8220
8221 2002-08-21 [paul]       0.8.1claws87
8222
8223         * sync with 0.8.1cvs26
8224                 see ChangeLog 2002-08-21
8225
8226 2002-08-20 [christoph]  0.8.1claws86
8227
8228         * src/folderview.c
8229         * src/main.c
8230         * src/summaryview.[ch]
8231                 more summaryview/folderitem seperation for
8232                 sort_key and sort_type
8233         * src/procmsg.c
8234                 added missing return statement
8235
8236 2002-08-20 [colin]      0.8.1claws85
8237
8238         * src/summaryview.[ch]
8239                 Added a quick search box
8240         * src/mainwindow.c
8241         * src/prefs_common.[ch]
8242                 Added a show/hide option for the quick search
8243
8244 2002-08-20 [oliver]     0.8.1claws84
8245         
8246         * src/mainwindow.c
8247                 remove toolbar_create_popups
8248         * src/toolbar.[ch]
8249                 o remove toolbar_create_popups
8250                 o fix toolbar_set_sensitive 
8251                   (Bug reports #596834 and #596832)     
8252         * src/prefs_toolbar.c
8253                 o add "Set default" button
8254                 o align label and text + combo widgets
8255
8256 2002-08-20 [hoa]        0.8.1claws83bis
8257
8258         * src/imap.c
8259                 fixed a bug in imap_fetch_msginfo() in case there is no
8260                 current folder.
8261
8262 2002-08-20 [darko]      0.8.1claws83
8263
8264         * src/folderview.c
8265                 copy the color style of folder view so it
8266                 works with GTK themes
8267
8268 2002-08-20 [darko]      0.8.1claws82
8269
8270         * src/folder.h
8271         * src/folderview.c
8272         * src/prefs_folder_item.[hc]
8273                 don't use UI stuff in folder.h
8274
8275 2002-08-20 [darko]      0.8.1claws81
8276
8277         * src/folder.h
8278         * src/prefs_folder_item.h
8279         * src/folderview.c
8280         * src/prefs_folder_item.c
8281                 ability to set folder color in folderview
8282
8283 2002-08-19 [alfons]     0.8.1claws80
8284
8285         * src/summaryview.c
8286                 fix one of the earlier memleaks reported by Martin Kluge
8287
8288 2002-08-19 [alfons]     0.8.1claws79
8289
8290         * src/mainwindow.c
8291                 hide notice view when selecting seperate folder
8292                 view (reported by Urke MMI)
8293
8294 2002-08-19 [christoph]  0.8.1claws78
8295
8296         * src/folderview.c
8297         * src/prefs_folder_item.h
8298         * src/summaryview.[ch]
8299                 o add summary_set_prefs_from_folderitem to set
8300                   summaryview prefs (first step to remove all
8301                   references to the folderitem in summaryview)
8302                 o moved compiled regex stuff from folderitem prefs
8303                   to summaryview code
8304
8305 2002-08-19 [paul]       0.8.1claws77
8306
8307         * src/compose.c
8308                 add check for '.' to QUOTE_IF_REQUIRED
8309
8310 2002-08-19 [paul]       0.8.1claws76
8311
8312         * src/inc.c
8313                 sync with 0.8.1cvs25 (plug memory leak)
8314
8315         * src/prefs_toolbar.c
8316                 re-order prefs_toolbar_cancel()
8317
8318 2002-08-18 [alfons]     0.8.1claws75
8319
8320         * src/inc.c
8321         * src/matcher.c
8322                 plug other memleaks reported by Martin Kluge
8323
8324 2002-08-18 [paul]       0.8.1claws74
8325
8326         * po/pt_BR.po
8327                 updated by Fabio Jr. Beneditto
8328
8329 2002-08-18 [paul]       0.8.1claws73
8330
8331         * src/toolbar.[ch]
8332                 fix bug where tooltips were displayed untranslated              
8333
8334         * src/prefs_toolbar.c
8335                 fix bug where clicking 'Cancel' creates an icon & text
8336                 toolbar regardless of prefs
8337         
8338
8339 2002-08-17 [oliver]     0.8.1claws72
8340
8341         * src/prefs_toolbar.c
8342                 update toolbar on CANCEL
8343                 bug reported by Martin Kluge
8344         * src/toolbar.c
8345                 toolbar_destroy memleak fixed           
8346
8347 2002-08-17 [alfons]     0.8.1claws71
8348
8349         * src/toolbar.c
8350                 plug another memleak reported by Martin Kluge
8351
8352 2002-08-16 [alfons]     0.8.1claws70
8353
8354         * src/crash.c
8355                 use execvp() correctly (suggested by wwp; thanks!)
8356
8357 2002-08-16 [alfons]     0.8.1claws69
8358
8359         * src/gtksctree.c
8360                 plug memory leak reported by Kim Schultz & Martin Kluge
8361
8362 2002-08-16 [paul]       0.8.1claws68
8363
8364         * po/es.po
8365                 updated by Ricardo Mones Lastra
8366
8367 2002-08-16 [paul]       0.8.1claws67
8368
8369         * src/toolbar.h
8370                 fix bug where 'Compose News' icon showed wrong
8371                 tooltip
8372
8373 2002-08-16 [paul]       0.8.1claws66
8374
8375         * sync with 0.8.1cvs24
8376                 see ChangeLog 2002-08-16
8377
8378         * po/it.po
8379                 updated by Alessandro Maestri
8380
8381 2002-08-15 [paul]       0.8.1claws65
8382
8383         * po/sr.po
8384                 updated by Urke MMI
8385
8386 2002-08-15 [paul]       0.8.1claws64
8387
8388         * src/*.c
8389                 don't translate debug info
8390
8391         * src/matcher.[ch]
8392                 add copyright info
8393
8394 2002-08-15 [paul]       0.8.1claws63
8395
8396         * src/prefs_toolbar.c
8397                 fix bug where clicking 'OK' creates an icon & text
8398                 toolbar regardless of prefs
8399
8400 2002-08-14 [alfons]     0.8.1claws62
8401
8402         * src/main.c
8403                 add global var that has the full argv[0]
8404         * src/crash.c
8405                 o execvp the correct sylpheed by using argv0
8406                   and setting the correct work dir
8407                 o other tweaks  
8408
8409 2002-08-14 [oliver]     0.8.1claws61
8410         
8411         * enable/disable Toolbar Action Buttons 
8412         * code cleanups
8413         * src/mainwindow.c
8414         * src/toolbar.[ch]      
8415         * src/prefs_toolbar.c   
8416
8417 2002-08-14 [melvin]     0.8.1claws60
8418
8419         * po/fr.po
8420                 Updated French translations
8421
8422 2002-08-14 [melvin]     0.8.1claws59
8423
8424         * src/crash.c
8425                 Made bug report not translatable
8426         * src/exporthtml.c
8427                 Fixed exporthtml_build_filespec() return value
8428         * src/foldersel.c
8429                 Fixed incorrect include file
8430         * src/gtkspell.c
8431         * src/prefs_actions.c
8432         * src/prefs_toolbar.c
8433                 Made debug info not translatable
8434         * src/mutt.c
8435         * src/quote_fmt.c
8436                 Added missing includes
8437         * src/prefs_common.c
8438                 Fixed typo
8439
8440 2002-08-14 [paul]       0.8.1claws58
8441
8442         * faq/es/sylpheed-faq.html
8443           faq/es/sylpheed-faq-[1-3].html
8444           faq/es/sylpheed-faq-4.html     **NEW FILE **
8445                 update Spanish FAQ
8446
8447 2002-08-13 [christoph]  0.8.1claws57
8448
8449         * src/procmsg.c
8450                 ignore thread fix that did not mark all
8451                 child nodes of a ignored thread as
8452                 ignored. Does not work perfectly yet,
8453                 but it is better now
8454
8455 2002-08-13 [alfons]     0.8.1claws56
8456
8457         * src/crash.c
8458                 o implement 'save crash log'
8459                 o some tweaks
8460
8461 2002-08-13 [melvin]     0.8.1claws55
8462
8463         * src/main.c
8464                 removed unrequired "execinfo.h" header
8465
8466 2002-08-12 [paul]       0.8.1claws54
8467
8468         * faq/en/sylpheed-faq.html
8469           faq/en/sylpheed-faq-[1-3].html
8470           faq/en/sylpheed-faq-4.html     **NEW FILE **
8471                 update English FAQ
8472
8473 2002-08-12 [alfons]     0.8.1claws53
8474
8475         * po/POTFILES.in
8476                 add crash.c to translatables
8477         * src/crash.c
8478                 bring in Leandro's crash dialog
8479
8480 2002-08-11 [alfons]     0.8.1claws52
8481
8482         * src/crash.c
8483                 clean up some warnings
8484
8485 2002-08-11 [alfons]     0.8.1claws51
8486
8487         * acconfig.h
8488         * configure.in
8489         * src/crash.[ch]        ** NEW FILES **
8490         * src/main.c            
8491                 initial gdb crash handler
8492
8493 2002-08-11 [paul]       0.8.1claws50
8494
8495         * src/prefs_toolbar.c
8496                 replace Up/Down arrow pixmaps with text to be
8497                 consistent across icon themes
8498
8499 2002-08-11 [paul]       0.8.1claws49
8500
8501         * src/prefs_common.c
8502           src/prefs_toolbar.c
8503                 rename 'Pixmap' -> 'Icon'
8504
8505         * src/toolbar.[ch]
8506                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
8507
8508 2002-08-10 [paul]       0.8.1claws48
8509
8510         * src/prefs_toolbar.c
8511                 re-work the UI
8512
8513 2002-08-10 [paul]       0.8.1claws47
8514
8515         * src/main.c
8516                 don't write Processing progress to status bar
8517                 patch submitted by Alexander Evseev
8518
8519         * src/prefs_toolbar.c
8520                 re-position and resize window
8521                 make window assume correct size on first call
8522
8523 2002-08-10 [paul]       0.8.1claws46
8524
8525         * src/mainwindow.c
8526           src/prefs_toolbar.c
8527           src/toolbar.c
8528           src/toolbar.h
8529                 obey coding style
8530                 follow UI text conventions
8531
8532 2002-08-10 [alfons]     0.8.1claws45
8533
8534         * src/toolbar.c
8535                 correct pixmap for delete action
8536
8537 2002-08-10 [paul]       0.8.1claws44
8538
8539         * po/pt_BR.po
8540                 updated by Fabio Jr. Beneditto
8541
8542 2002-08-10 [paul]       0.8.1claws43
8543
8544         * po/POTFILES.in
8545                 add custom toolbar files
8546
8547 2002-08-10 [paul]       0.8.1claws42
8548
8549         * sync with 0.8.1cvs22
8550                 see ChangeLog 2002-08-09
8551
8552 2002-08-09 [paul]       0.8.1claws41
8553
8554         * tools/Makefile.am
8555           tools/README
8556           tools/outlook2sylpheed.pl     ** NEW FILE **
8557                 add script to convert exported Outlook
8558                 contacts list to a Sylpheed addressbook.
8559                 Submitted by Ricardo Mones Lastra.
8560
8561 2002-08-09 [paul]       0.8.1claws40
8562
8563         * AUTHORS
8564           configure.in
8565           po/sr.po      ** NEW FILE **
8566                 add Serbian message catalog. Submitted by
8567                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
8568
8569 2002-08-09 [paul]       0.8.1claws39
8570
8571         * sync with 0.8.1cvs21
8572                 see ChangeLog 2002-08-08
8573
8574 2002-08-08 [oliver]     0.8.1claws38
8575
8576         * src/mainwindow.c
8577                 move Custom Toolbar to Configuration menu
8578
8579 2002-08-08 [oliver]     0.8.1claws37
8580
8581         * src/prefs_toolbar.c
8582                 fix substitute pixmap bug
8583
8584 2002-08-08 [paul]       0.8.1claws36
8585
8586         * sync with 0.8.1cvs19
8587                 see ChangeLog 2002-08-08
8588
8589 2002-08-07 [christoph]  0.8.1claws35
8590
8591         * src/utils.c
8592                 fixed a memory leak in new canonicalize_file_replace
8593
8594 2002-08-07 [christoph]  0.8.1claws34
8595
8596         * src/utils.[ch]
8597                 o canonicalize_file_replace should create the temporary
8598                   file in the same directory as the original file.
8599                 o added get_tmpfile_in_dir that creates a temorary file
8600                   in a specified directory.
8601
8602 2002-08-07 [melvin]     0.8.1claws33
8603
8604         * src/toolbar.c
8605                 fixed bug where 'Article' button acted as 'Email' button.
8606
8607 2002-08-07 [paul]       0.8.1claws32
8608
8609         * sync with 0.8.1.cvs17
8610                 see ChangeLog 2002-08-07
8611
8612 2002-08-07 [colin]      0.8.1claws31
8613         
8614         * src/news.c
8615                 fix mass-cancel problem
8616
8617 2002-08-07 [thorsten]   0.8.1claws30
8618
8619         * src/prefs_toolbar.c
8620                 fix: crash on replace or add new button
8621         * src/toolbar.c
8622                 fix: close xmlfile after reading
8623         * src/utils.c
8624                 fix: unlink() file before rename()
8625
8626 2002-08-06 [paul]       0.8.1claws29
8627
8628         * sync with 0.8.cvs15
8629                 see ChangeLog 2002-08-06
8630
8631 2002-08-06 [oliver]     0.8.1claws28
8632
8633         * src/toolbar.c
8634         * src/prefs_toolbar.c
8635                 fixed empty toolbar issue
8636
8637 2002-08-06 [oliver]     0.8.1claws27
8638
8639         * Custom Toolbar Final 
8640         * src/folderview.c
8641         * src/inc.c
8642         * src/summaryview.c
8643                 o toolbar stuff now lives in src/toolbar.[ch]
8644                 o main_window_toolbar_* functions are renamed to
8645                   toolbar_* reflecting their new source file
8646         * src/mainwindow.[ch]
8647                 o remove toolbar stuff  
8648
8649 2002-08-06 [oliver]     0.8.1claws26
8650         
8651         * src/Makefile.am
8652         * src/prefs_toolbar.[ch]        **New File**
8653         * src/toolbar.[ch]              **New File**
8654                 o prefs_toolbar.[ch] custom toolbar frontend
8655                 o toolbar.[ch]       backend 
8656
8657 2002-08-06 [oliver]     0.8.1claws25
8658
8659         * src/prefs_actions.[ch]
8660                 o new exported function actions_execute
8661
8662 2002-08-06 [paul]       0.8.1claws24
8663
8664         * sync with 0.8.1cvs4
8665                 see ChangeLog 2002-08-06
8666
8667 2002-08-06 [paul]       0.8.1claws23
8668
8669         * sync with 0.8.1cvs13
8670                 see ChangeLog 2002-08-06
8671
8672 2002-08-06 [paul]       0.8.1claws22
8673
8674         * sync with 0.8.1cvs12
8675                 see ChangeLog 2002-08-05 and 2002-08-06
8676
8677 2002-08-06 [match]      0.8.1claws21
8678
8679         * src/addrclip.c
8680                 improvements to cut/copy/paste address
8681
8682 2002-08-05 [match]      0.8.1claws20
8683
8684         * src/addritem.[ch]
8685         * src/addrcache.c
8686         * src/addrbook.c
8687         * src/editaddress.c
8688         * src/addressbook.c
8689                 fixes to improve cut/copy/paste
8690
8691 2002-08-06 [melvin]     0.8.1claws19
8692
8693         * src/account.[ch]
8694                 account_find_all_from_address(): new function that returns the
8695                 list of all accounts that are matched in an address.
8696         * src/alertpanel.[ch]
8697                 alertpanel() now accepts a custom widget
8698                 alertpanel_with_widget(): new function that pops up a panel with
8699                 a custom widget in it 
8700         * src/gtkutils.[ch]
8701                 gtkut_account_menu_new(): new function that allows the selection
8702                 of an account from a list of accounts.
8703         * src/messageview.c
8704                 Extended Return Receipt notification to select the correct 
8705                 account and to make a security test on the Delivery-Notification
8706                 address which should be the same as the Return-Path.
8707
8708 2002-08-06 [thorsten]   0.8.1claws18
8709
8710         * src/mimeview.c
8711                 attach_all: save unnamed as "noname.%d",
8712                 dont free static dirname
8713
8714 2002-08-05 [alfons]     0.8.1claws17
8715
8716         * configure.in
8717                 detect XIM by trying to link rather than compile a XIM program
8718
8719 2002-08-05 [oliver]     0.8.1claws16
8720                 
8721         * src/stock_pixmap.[ch]
8722                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
8723                 o new func to retrieve pixmaps
8724
8725 2002-08-05 [paul]       0.8.1claws15
8726
8727         * sync with 0.8.1cvs10
8728                 see ChangeLog 2002-08-05
8729
8730 2002-08-04 [alfons]     0.8.1claws14
8731
8732         * src/textview.c
8733                 see if this plugs memleak
8734
8735 2002-08-04 [melvin]     0.8.1claws13
8736
8737         * src/gtkspell.c
8738                 fixed bug that could crash Sylpheed when highlighting
8739                 all misspelled words.
8740
8741 2002-08-03 [melvin]     0.8.1claws12
8742
8743         * src/prefs_actions.c
8744                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
8745         * src/messageview.c
8746                 fixed bug where the Return Receipt was sent to
8747                 Delivery-Notification-To address even if it was not present
8748
8749 2002-08-02 [alfons]     0.8.1claws11
8750
8751         * src/prefs_actions.c
8752                 o more check for NULLs
8753                 o put create_io_dialog() in right conditional block
8754
8755 2002-08-02 [paul]       0.8.1claws10
8756
8757         * po/es.po
8758                 updated by Ricardo Mones Lastra
8759
8760 2002-08-01 [christoph]  0.8.1claws9
8761
8762         * src/folder.c
8763                 don't free the cache of the opened
8764                 folder in the summaryview
8765         * src/summaryview.c
8766                 don't unset flags, if it is not required
8767
8768 2002-08-01 [paul]       0.8.1claws8
8769
8770         * sync with 0.8.1cvs8
8771                 see ChangeLog entry 2002-08-01
8772
8773 2002-08-01 [paul]       0.8.1claws7
8774
8775         * sync with 0.8.1cvs7
8776                 see ChangeLog 2002-07-31 and 2002-08-01
8777
8778 2002-07-31 [christoph]  0.8.1claws6
8779
8780         * src/mainwindow.c
8781                 forgot to update menu sensitivity
8782                 function for new menu entry
8783
8784 2002-07-31 [alfons]     0.8.1claws5
8785
8786         * src/main.c
8787                 check folder item and its path for NULL on
8788                 initial processing
8789
8790 2002-07-31 [christoph]  0.8.1claws4
8791
8792         * src/folder.c
8793                 check if folder_item_get_msginfo in
8794                 folder_item_remove_msg returned NULL
8795         * src/imap.c
8796                 better clear the uid cache in the
8797                 uid validity check function and delete
8798                 cached messages
8799
8800 2002-07-31 [paul]       0.8.1claws3
8801
8802         * man/sylpheed.1
8803                 add the '--attach' option and a few other
8804                 minor changes
8805
8806 2002-07-31 [paul]       0.8.1claws2
8807
8808         * sync with 0.8.1cvs5
8809                 see ChangeLog 2002-07-31
8810
8811 2002-07-31 [christoph]  0.8.1claws1
8812
8813         * src/folderview.[ch]
8814         * src/mainwindow.c
8815                 replace "Rescan all folders..." with
8816                 "Check all folders for new messages..."
8817
8818 2002-07-30 [paul]       0.8.1claws
8819
8820         * version 0.8.1claws released
8821
8822 2002-07-30 [paul]       0.8.0claws29
8823
8824         * tools/OOo2sylpheed.pl ** NEW FILE **
8825           tools/README
8826                 add script to enable sending documents as
8827                 attachments from OpenOffice.org
8828
8829 2002-07-30 [melvin]     0.8.0claws28
8830
8831         * src/prefs_actions.c
8832                 Made the actions' input/output dialog display
8833                 without delay.
8834
8835 2002-07-30 [christoph]  0.8.0claws27
8836
8837         * src/procmsg.c
8838                 check if folder_item_get_msginfo in
8839                 procmsg_save_to_outbox returned NULL
8840
8841 2002-07-30 [paul]       0.8.0claws26
8842
8843         * sync with 0.8.1cvs4
8844                 see ChangeLog 2002-07-29
8845
8846 2002-07-29 [thorsten]   0.8.0claws25
8847
8848         * README.claws
8849                 added selective download, delete on server
8850
8851 2002-07-29 [paul]       0.8.0claws24
8852
8853         * sync with 0.8.1cvs3
8854                 see ChangeLog 2002-07-29
8855
8856 2002-07-27 [christoph]  0.8.0claws23
8857
8858         * src/folder.c
8859                 add extra check if fetching the msginfo
8860                 returned NULL
8861
8862 2002-07-27 [paul]       0.8.0claws22
8863
8864         * sync with 0.8.1cvs2
8865                 see ChangeLog 2002-07-26
8866
8867 2002-07-27 [christoph]  0.8.0claws21
8868
8869         * src/imap.c
8870                 add another check if a valid msginfo
8871                 was returned
8872
8873 2002-07-26 [hoa]        0.8.0claws20
8874
8875         * src/folder.c
8876                 Fixed a condition in folder_item_destroy()
8877
8878         * src/imap.c
8879                 Fixed an error in IMAP protocol
8880
8881 2002-07-26 [alfons]     0.8.0claws19
8882
8883         * src/folder.c
8884                 ofcourse compare with identifier, not the path
8885
8886 2002-07-26 [alfons]     0.8.0claws18
8887
8888         * src/folder.c
8889                 use folder item identifier for saving / restoring
8890                 preferences because folder->path might not be unique
8891
8892 2002-07-26 [melvin]     0.8.0claws17
8893
8894         * src/logwindow.c
8895                 Fixed a crash introduced in 0.8.0claws5 when log is 
8896                 cut under 80 characters.
8897
8898 2002-07-26 [paul]       0.8.0claws16
8899
8900         * sync with 0.8.1cvs1
8901                 see ChangeLog 2002-07-26
8902
8903 2002-07-26 [christoph]  0.8.0claws15
8904
8905         * src/imap.[ch]
8906                 imap folder now remembers the last selected
8907                 folder and imap_fetch_msginfo skips selecting
8908                 the folder if it is already selected
8909
8910 2002-07-26 [christoph]  0.8.0claws14
8911
8912         * src/folder.c
8913         * src/folderview.c
8914         * src/imap.c
8915                 fix imap folder rescanning
8916
8917 2002-07-25 [christoph]  0.8.0claws13
8918
8919         * src/filter.c
8920         * src/folder.[ch]
8921         * src/folderview.c
8922         * src/imap.[ch]
8923         * src/mainwindow.c
8924         * src/mbox_folder.c
8925         * src/mh.c
8926         * src/news.c
8927                 implement imap uid cache and uid validity check
8928
8929 2002-07-25 [alfons]     0.8.0claws12
8930
8931         * src/summaryview.c
8932                 fix a brown paper bag bug, and also add some more
8933                 checks
8934
8935 2002-07-25 [christoph]  0.8.0claws11
8936
8937         * src/folder.c
8938                 don't mix copy, fetch_msginfo and remove
8939                 operations in folder item copy and move
8940                 operations
8941
8942 2002-07-25 [christoph]  0.8.0claws10
8943
8944         * src/folderview.c
8945         * src/mainwindow.c
8946         * src/prefs_folder_item.c
8947         * src/summaryview.[ch]
8948                 remove no longer required parameter update_cache from
8949                 summary_show
8950
8951 2002-07-25 [paul]       0.8.0claws9
8952
8953         * sync with 0.8.1
8954         
8955         * AUTHORS
8956                 a few corrections
8957
8958 2002-07-24 [alfons]     0.8.0claws8
8959
8960         * src/summaryview.c
8961                 sort correctly when using simplified subject line
8962                 (closes feature request "[ 585141 ] applying regexp to subject 
8963                 before sort" submitted by Alexandra Walford)
8964
8965 2002-07-24 [paul]       0.8.0claws7
8966
8967         * sync with 0.8.0cvs3
8968                 see ChangeLog 2002-07-24
8969
8970 2002-07-23 [christoph]  0.8.0claws6
8971
8972         * src/folder.c
8973         * src/folder.h
8974         * src/summaryview.c
8975         * src/summaryview.h
8976         * src/main.c
8977                 o separate processing and summaryview
8978                 o removed summary_write_cache from summaryview
8979                 o removed summaryview->killed_messages, because we don't have
8980                   to keep a list of killed messages anymore. New cache will
8981                   keep the hidden messages in cache anyway
8982         * src/folderview.c
8983         * src/inc.c
8984         * src/selective_download.c
8985                 o removed unnecessary summary_write_cache calls
8986         * src/procmsg.c
8987                 o don't set ignore thread flag in procmsg_get_thread_tree
8988                   if it is already set
8989         * src/mainwindow.c
8990         * src/statusbar.h
8991                 o moved STATUSBAR_PUSH/POP to statusbar.h because
8992                   they are used in different files
8993
8994 2002-07-23 [melvin]     0.8.0claws5
8995
8996         * src/addressbook.c
8997         * src/addrgather.c
8998         * src/editaddress.c
8999         * src/editgroup.c
9000         * src/editldap_basedn.c
9001         * src/importldif.c
9002         * src/prefs_common.c
9003                 Fixed few memory leak (gtk_editable_get_chars returns
9004                 an allocated string)
9005         * src/logwindow.c
9006                 Fixed few memory leak (gtk_editable_get_chars returns
9007                 an allocated string) and modified a little the log cutting
9008                 loop.
9009         * src/compose.c
9010                 Replaced a call to an obsolete function gtk_entry_get_text()
9011                 by gtk_editable_get_chars()
9012         * src/send.c
9013                 Removed a debug printf
9014
9015 2002-07-23 [christoph]  0.8.0claws4
9016
9017         * src/filesel.c
9018                 fix another g_dirname memory leak
9019
9020 2002-07-23 [christoph]  0.8.0claws3
9021
9022         * src/mh.c
9023                 fixed a memory leak in mh_fetch_msginfo
9024                 fixed crash when message header could not be
9025                 parsed
9026
9027 2002-07-23 [paul]       0.8.0claws2
9028
9029         * sync with 0.8.0cvs2
9030                 see ChangeLog 2002-07-23
9031
9032 2002-07-23 [paul]       0.8.0claws1
9033
9034         * sync with 0.8.0cvs1
9035                 see ChangeLog 2002-07-23
9036
9037 2002-07-23 [paul]       0.8.0claws
9038
9039         * release of 0.8.0claws
9040
9041 2002-07-23 [paul]       0.7.8claws99
9042
9043         * po/ru.po
9044                 new Russian translation, submitted by
9045                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
9046
9047 2002-07-22 [jens]       0.7.8claws98
9048
9049         * po/de.po
9050                 Updated German translations.
9051
9052 2002-07-22 [paul]       0.7.8claws97
9053
9054         * po/es.po
9055           po/it.po
9056           po/nl.po
9057           po/pt_BR.po
9058                 updated translations by Ricardo Mones Lastra,
9059                 Alessandro Maestri, Wilbert Berendsen and 
9060                 Fabio Jr. Beneditto respectively
9061
9062 2002-07-22 [christoph]  0.7.8claws96
9063
9064         * src/mimeview.c
9065                 fix memory leak caused by wrong g_dirname usage
9066
9067 2002-07-22 [christoph]  0.7.8claws95
9068
9069         * src/summaryview.c
9070                 update new and unread message counts for summaryview
9071                 summaryview does not get it from the folder anymore
9072                 and has to update the values itself
9073
9074 2002-07-22 [melvin]     0.7.8claws94
9075
9076         * po/fr.po
9077                 Updated French translations.
9078
9079 2002-07-22 [christoph]  0.7.8claws93
9080
9081         * src/matcher.c
9082                 set prop->preg pointer to NULL or following check
9083                 will not fail and regexec will be called with
9084                 invalid pointer
9085
9086 2002-07-21 [alfons]     0.7.8claws92
9087         
9088         * src/prefs_common.[ch]
9089                 remove option "Send return receipt on request"
9090
9091 2002-07-21 [thorsten]   0.7.8claws91
9092
9093         * src/mimeview.c
9094                 fixed memleaks, coding style as pointed out by alfons
9095
9096 2002-07-21 [alfons]     0.7.8claws90
9097
9098         * src/messageview.c
9099         * src/noticeview.[ch]
9100                 o fix bug notice view being displayed when going to empty folder 
9101                   (noticed by Christoph)
9102                 o allow RRR to be sent when restarting sylpheed, or changing folder 
9103                   (noticed by Thorsten)
9104
9105 2002-07-21 [thorsten]   0.7.8claws89
9106
9107         * src/mimeview.c
9108                 Included save_all patch from Xaview FACQ
9109                 added support for pathnames
9110
9111 2002-07-21 [alfons]     0.7.8claws88
9112
9113         * po/POTFILES.in
9114         * src/Makefile.am
9115         * src/mainwindow.c
9116         * src/messageview.[ch]
9117         * src/noticeview.c      ** NEW FILE **
9118         * src/noticeview.h      ** NEW FILE **
9119                 make return receipts work again
9120                 (UI idea by Leandro Pereira)
9121
9122 2002-07-21 [paul]       0.7.8claws87
9123
9124         * src/summaryview.c
9125                 fix sensitivity of 'Select thread'
9126
9127 2002-07-21 [paul]       0.7.8claws86
9128
9129         * src/prefs_common.c
9130                 add browser command line for Galeon
9131
9132 2002-07-21 [paul]       0.7.8claws85
9133
9134         * Makefile.am
9135                 fix 'EXTRA_DIST': remove README.README, add TODO
9136                 and TODO.claws
9137
9138 2002-07-21 [alfons]     0.7.8claws84
9139
9140         * src/gtkstext.c
9141                 make enter clear selection
9142                 (closes "[ 579888 ] Editor selection/entry error"
9143                 reported by Steve Lamb)
9144
9145 2002-07-21 [alfons]     0.7.8claws83
9146         
9147         * src/summaryview.c
9148                 sort message list when selecting unthread messages
9149                 (closes "[ 501593 ] switching threaded view doesn't sort"
9150                 reported by Simon Schubert)
9151
9152 2002-07-20 [alfons]     0.7.8claws82
9153         
9154         * src/matcher.c
9155                 const-correctness
9156
9157 2002-07-20 [thorsten]   0.7.8claws81
9158
9159         * src/matcher.c
9160                 Fixed expansion of empty fields in matchactions
9161
9162 2002-07-19 [melvin]     0.7.8claws80
9163
9164         * src/gtkspell.c
9165                 Removed a duplicate menu entry (fast mode) introduced during
9166                 the new cache merge
9167                 Added a menu separator between 'Use alternate' and 'Fast mode'
9168
9169 2002-07-19 [paul]       0.7.8claws79
9170
9171         * tools/Makefile.am
9172           tools/README
9173                 correct typos
9174
9175 2002-07-19 [thorsten]   0.7.8claws78
9176
9177         * tools/calypso_convert.pl      ** NEW FILE **
9178           tools/README
9179           tools/Makefile.am
9180                 script to import mbox files exported
9181                 by calypso
9182                 o generates folder structure
9183                 o includes attachments
9184
9185 2002-07-19 [melvin]     0.7.8claws77
9186
9187         * src/selective_download.[ch]
9188                 Fixed bug where closing the dialog with the window manager's
9189                 close button will not unlock the summary
9190                 Corrected some function declarations that missed a return value
9191                 Made the source code comply better with coding style.
9192         * src/prefs_common.c
9193                 Added new browser command line for Mozilla.
9194
9195 2002-07-18 [paul]       0.7.8claws76
9196
9197         * src/mainwindow.c
9198           src/selective_download.[ch]
9199                 reflect theme changes, fix Gdk Warning when creating 
9200                 pixmap from NULL window, and minor clean up.
9201                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
9202
9203         * po/en_GB.po
9204                 updated
9205
9206 2002-07-17 [paul]       0.7.8claws75
9207
9208         * INSTALL[.jp]
9209                 sync with 0.8.0
9210         
9211         * po/en_GB.po
9212                 updated
9213
9214 2002-07-16 [paul]       0.7.8claws74
9215
9216         * tools/filter_conv.pl
9217           tools/README
9218                 replace conversion script with reimplemented version, 
9219                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
9220
9221 2002-07-16 [colin]      0.7.8claws73
9222
9223         * src/summaryview.c
9224                 remove forgotten debug messages - sorry ;-)
9225
9226 2002-07-16 [colin]      0.7.8claws72
9227
9228         * src/mimeview.c
9229           src/summaryview.c
9230           src/textview.c
9231           src/textview.h
9232                 add the ability to select part of a text mime-part 
9233                 to reply.
9234
9235 2002-07-15 [christoph]  0.7.8claws71
9236
9237         * src/folder.c
9238                 fix folder message count for folders without
9239                 msg_is_changed (includes news folders)
9240
9241 2002-07-15 [martin]     0.7.8claws70
9242
9243         * src/summaryview.c
9244                 option "display recipient on 'From'..." now works
9245                 without the need of enabling the option
9246                 "display  sender  using  address  book".
9247
9248 2002-07-15 [christoph]  0.7.8claws69
9249
9250         * src/summaryview.c
9251                 removed setting folder status from summaryview.
9252                 folder.c should update all message counts correctly.
9253
9254 2002-07-15 [paul]       0.7.8claws68
9255
9256         * po/pt_BR.po
9257                 updated by Fabio Junior Beneditto
9258
9259 2002-07-15 [darko]      0.7.8claws67
9260
9261         * src/mh.c
9262                 Fixed target folder colorization, don't decrease op
9263                 number twice
9264
9265 2002-07-14 [paul]       0.7.8claws66
9266
9267         * sync with main 0.8.0
9268                 see ChangeLog 2002-07-14
9269
9270 2002-07-13 [melvin]     0.7.8claws65
9271         
9272         * src/addrbook.c
9273         * src/addressbook.c
9274         * src/addrindex.c
9275                 Replaced sprintf by g_snprintf to prevent possible buffer
9276                 overflow.
9277         * src/news.c
9278                 Corrected a log message output format.
9279                 Added a missing "done" debug output.
9280         * src/compose.c
9281                 Added keyboard accelerator for Priority menu items
9282                 Added missing \n in debug output
9283         * src/logwindow.c
9284         * src/gtkspell.c
9285         * src/rfc2015.c
9286                 Added missing \n in debug output
9287
9288 2002-07-13 [paul]       0.7.8claws64
9289
9290         * man/sylpheed.1
9291                 change Sergey's email address to the sf address
9292
9293         * src/textview.c
9294                 increase show_url_timeout (more useful for long
9295                 urls)
9296
9297 2002-07-12 [sergey]     0.7.8claws63
9298
9299         * src/rfc2015.c
9300                 applied (with some modifications) patch to set the
9301                 micalg parameter for signatures
9302                 (2001-08-28 Werner Koch <wk@gnupg.org>)
9303
9304 2002-07-12 [sergey]     0.7.8claws62
9305
9306         * man/Makefile.am
9307         * configure.in
9308                 fixed man page installation
9309
9310 2002-07-12 [paul]       0.7.8claws61
9311
9312         * sync with 0.7.8cvs26
9313                 see ChangeLog 2002-07-11 and 2002-07-12
9314
9315 2002-07-11 [christoph]  0.7.8claws60
9316
9317         * src/compose.c
9318         * src/procmsg.c
9319                 first use the message number to find the message
9320                 to mark with a reply flag but check the
9321                 message-id if we got the correct message, if not
9322                 try to find it by message-id.
9323                 use new string seperator that is not allowed
9324                 in message-ids.
9325
9326 2002-07-11 [paul]       0.7.8claws59
9327
9328         * sync with 0.7.8cvs23
9329                 see ChangeLog 2002-07-10
9330
9331 2002-07-10 [christoph]  0.7.8claws58
9332
9333         * src/folder.[ch]
9334         * src/msgcache.[ch]
9335                 Added message-id table to the cache in memory
9336                 and functions to msgcache.c and folder.c to
9337                 fetch MsgInfos by message id
9338         * src/compose.c
9339         * src/procmsg.c
9340                 store folder and message-id of message replying
9341                 to in queue header and set reply flag after sending
9342                 (Closes bug #469498)
9343
9344 2002-07-10 [paul]       0.7.8claws57
9345
9346         * AUTHORS
9347           man/sylpheed.1.gz
9348                 add Martin to the list of authors
9349
9350 2002-07-09 [martin]     0.7.8claws56
9351         * src/gtksctree.c
9352                 Added gtk_ctree_last_visible(), tree_update_level(),
9353                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
9354                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
9355                 from gtk+ to gtksctree.c for the new sorting code
9356                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
9357                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
9358         * src/gtksctree.h
9359                 Added declaration for gtk_sctree_sort_recursive() and
9360                 gtk_sctree_sort_node
9361         * src/addressbook.c
9362         * src/foldersel.c
9363         * src/folderview.c
9364         * src/summaryview.c
9365                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
9366                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
9367
9368 2002-07-08 [paul]       0.7.8claws55
9369
9370         * more sync with 0.7.8cvs21
9371                 see ChangeLog 2002-07-08
9372
9373 2002-07-08 [paul]       0.7.8claws54
9374
9375         * sync with 0.7.8cvs21
9376                 see ChangeLog 2002-07-08
9377
9378 2002-07-07 [alfons]     0.7.8claws53
9379
9380         * src/Makefile.am
9381         * src/stock_pixmap.[ch]
9382         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
9383         * src/pixmaps/notice_error.xpm  ** NEW FILE **
9384         * src/pixmaps/notice_note.xpm   ** NEW FILE **
9385                 add new pixmaps for upcoming notice pane
9386
9387 2002-07-06 [melvin]     0.7.8claws52
9388
9389         * src/gtkspell.[ch]
9390                 Made them a bit closer to Sylpheed's coding style.
9391                 Removed old code.
9392                 Removed possible memory leaks when some errors occurs.
9393
9394 2002-07-06 [melvin]     0.7.8claws51
9395
9396         * po/Makefile.in.in
9397                 Removed --no-location in xgettext command line to help
9398                 translators that use Emacs' po-mode
9399         * src/quote_fmt.c
9400                 Removed unnecessary comments that messed up sylpheed.pot
9401
9402 2002-07-06 [paul]       0.7.8claws50
9403
9404         * sync with 0.7.8cvs19
9405                 see ChangeLog 2002-07-05
9406
9407 2002-07-06 [christoph]  0.7.8claws49
9408
9409         * src/folder.c
9410         * src/mainwindow.c
9411                 fix folder_item_remove_all_msg and folderview
9412                 status for trash folders after emptying trash
9413
9414 2002-07-05 [paul]       0.7.8claws48
9415
9416         * sync with 0.7.8cvs16
9417                 see ChangeLog 2002-07-04 and 2002-07-05
9418
9419 2002-07-04 [paul]       0.7.8claws47
9420
9421         * sync with 0.7.8cvs14
9422                 see  ChangeLog 2002-07-04
9423
9424 2002-07-03 [alfons]     0.7.8claws46
9425
9426         * src/folder.c
9427                 dupe folder item's path because it's being reallocated
9428                 by new folder scanning code
9429
9430 2002-07-03 [christoph]  0.7.8claws45
9431
9432         * src/imap.c
9433                 better IMAP uid fetching using 'FETCH 1:* (UID)'
9434         * src/msgcache.c
9435                 add missing return in msgcache_write
9436
9437 2002-07-02 [thorsten]   0.7.8claws44
9438
9439         * src/jpilot.c
9440         * src/msgcache.c
9441         * src/rfc2015.c
9442                 use binary mode for file access
9443
9444 2002-07-02 [christoph]  0.7.8claws43
9445
9446         * major code cleanup (part 1)
9447         
9448                 - unused variables removed
9449                 - unused functions removed
9450                 - uninitialized variables checked
9451                 - missing return statements added
9452                 - missing function return types added
9453                 - added parentheses around assignment and
9454                   && in || when suggested by gcc
9455               
9456         * src/mh.c
9457         * src/folder.c
9458                 replaced direct calls to folder->scan_tree
9459                 with folder_scan_tree and restore folder
9460                 prefs in this function. The folder should
9461                 not have to deal with them.
9462                 ( Should now work for all folder types )
9463
9464 2002-07-02 [paul]       0.7.8claws42
9465
9466         * sync with 0.7.8cvs13
9467                 see ChangeLog 2002-07-01 and 2002-07-02
9468
9469 2002-07-01 [christoph]  0.7.8claws41
9470
9471         * src/summaryview.c
9472                 fix "goto next/prev unread message" with
9473                 ignored threads
9474
9475 2002-07-01 [paul]       0.7.8claws40
9476
9477         * po/es.po
9478                 updated by Ricardo Mones Lastra
9479
9480 2002-06-30 [match]      0.7.8claws39
9481
9482         * src/jpilot.c
9483                 applied variation of leonerd's patch (566661) to
9484                 allow multiple email addresses per JPilot entry.
9485                 addresses may be separated by space, comma, pipe,
9486                 semi-colon, new-line.
9487
9488 2002-06-30 [alfons]     0.7.8claws38
9489
9490         * src/procmsg.c
9491                 simple fix for putting older nodes before
9492                 newer nodes when threading by subject
9493
9494 2002-06-30 [christoph]  0.7.8claws37
9495
9496         * src/folder.c
9497         * src/folderview.c
9498         * src/mh.c
9499         * src/news.c
9500         * src/procmsg.c
9501                 fix broken folder tree rescaning
9502                 and don't use procmsg_get_mark_sum
9503                 anymore
9504
9505 2002-06-30 [christoph]  0.7.8claws36
9506
9507         * merge new cache branch
9508         * src/imap.c
9509                 fix new cache imap copy bug
9510         * src/folder.c
9511                 improved folder_item_scan
9512                 it should now always set the correct
9513                 new, unread and total message counts
9514
9515 2002-06-29 [paul]       0.7.8claws35
9516
9517         * configure.in
9518                 correct syntax error
9519
9520 2002-06-29 [paul]       0.7.8claws34
9521
9522         * configure.in
9523           Makefile.am
9524           man/Makefile.am       ** NEW FILE **
9525           man/sylpheed.1.gz     ** NEW FILE **
9526                 add Sylpheed man page
9527
9528 2002-06-29 [paul]       0.7.8claws33
9529
9530         * po/pt_BR.po
9531                 updated by Fabio Junior Beneditto
9532
9533 2002-06-28 [jens]       0.7.8claws32
9534
9535         * po/de.po
9536                 translation updated
9537
9538         * src/selective_download.c
9539                 removed gettext for space " "
9540
9541         * src/imap.c
9542                 removed wrong space
9543
9544 2002-06-28 [paul]       0.7.8claws31
9545
9546         * sync with 0.7.8cvs11
9547                 see ChangeLog 2002-06-28
9548
9549 2002-06-28 [paul]       0.7.8claws30
9550
9551         * sync with 0.7.8cvs10
9552                 see ChangeLog 2002-06-27 and 2002-06-28
9553
9554 2002-06-26 [paul]       0.7.8claws29
9555
9556         * src/addrgather.c
9557           src/selective_download.c
9558                 don't gettextise empty strings.
9559                 reserved by gettext. gettext("") returns 
9560                 the header entry with meta information, 
9561                 not the empty string
9562
9563         * po/en_GB.po
9564                 updated
9565
9566 2002-06-26 [paul]       0.7.8claws28
9567
9568         * sync with 0.7.8cvs7
9569                 see ChangeLog 2002-06-25
9570
9571         * src/prefs_common.c
9572                 ...and in the process, tweak the gui a little
9573
9574 2002-06-25 [alfons]     0.7.8claws27
9575         
9576         * configure.in
9577         * src/Makefile.am
9578                 fine tune ldap library detection
9579
9580 2002-06-25 [alfons]     0.7.8claws26
9581
9582         * src/compose.c
9583                 don't allow return receipts when composing a news article
9584
9585 2002-06-25 [paul]       0.7.8claws25
9586
9587         * Makefile.am
9588                 add '$(AMTAR)' to 'release' section to allow for
9589                 new and older autotools
9590
9591 2002-06-25 [paul]       0.7.8claws24
9592
9593         * src/summaryview.c
9594                 fix "No more unread messages" persistant pop-up
9595                 window bug
9596
9597 2002-06-25 [paul]       0.7.8claws23
9598
9599         * po/it.po
9600                 updated by Alessandro Maestri
9601
9602 2002-06-25 [paul]       0.7.8claws22
9603
9604         * sync with 0.7.8cvs6
9605                 see ChangeLog 2002-06-25
9606
9607 2002-06-24 [paul]       0.7.8claws21
9608
9609         * tools/update-po
9610                 add GPL copyright information
9611
9612 2002-06-24 [paul]       0.7.8claws20
9613
9614         * tools/Makefile.am
9615           tools/README
9616           tools/update-po       ** NEW FILE **
9617                 add script that eases the creation of *.po files
9618                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
9619
9620 2002-06-23 [alfons]     0.7.8claws19
9621
9622         * src/messageview.c
9623                 make notification_convert_header obey const correctness
9624                 (next step will be fixing the broken return receipt)
9625
9626 2002-06-23 [paul]       0.7.8claws18
9627
9628         * src/messageview.c
9629                 fix bug introduced in last commit:
9630                 removed too much code in last commit - put back what's
9631                 needed
9632
9633 2002-06-23 [paul]       0.7.8claws17
9634
9635         * src/messageview.[ch]
9636                 remove code committed in error from locally patched
9637                 source
9638
9639 2002-06-23 [colin]      0.7.8claws16
9640
9641         * src/compose.[ch]
9642                 add compose_entry_select(), used to select the default_to
9643                 email address - hopefully avoiding people sending mails to
9644                 wrong recipients.
9645
9646 2002-06-22 [alfons]     0.7.8claws15
9647
9648         * AUTHORS
9649                 add Bram Metsch & Stanislav Karchebny
9650         * src/smtp.[ch]
9651         * src/prefs_account.[ch]
9652         * src/send.c
9653                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
9654                   options.  (see <http://sourceforge.net/tracker/index.php
9655                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
9656
9657                 - merge Stanislav's fix to make SMTP AUTH work with qmail
9658                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
9659
9660 2002-06-22 [paul]       0.7.8claws14
9661
9662         * sync with 0.7.8cvs5
9663                 see ChangeLog 2002-06-19 and 2002-06-20
9664
9665 2002-06-22 [alfons]     0.7.8claws13
9666
9667         * src/selective_download.c
9668                 fix a stupid mistake I made
9669
9670 2002-06-22 [alfons]     0.7.8claws12
9671
9672         * src/selective_download.[ch]
9673                 fix another unnoticed leak; cleanup code
9674
9675 2002-06-21 [alfons]
9676
9677         * tools/Makefile.am
9678                 gpg-sign <-- gpg-sign-syl
9679
9680 2002-06-21 [alfons]     0.7.8claws11
9681
9682         * src/selective_download.c
9683         * src/selective_download.h
9684                 fix assorted mix of allocation errors (should solve
9685                 problem reported by Philippe Gramoullé, see:
9686                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
9687
9688 2002-06-20 [melvin]     0.7.8claws10
9689
9690         * tools/gpg-sign *REMOVED*
9691           tools/gpg-sign-syl *ADDED*
9692                 Replaced the gpg clearsigning script with the version using
9693                 xterm instead of ssh-askpass and changed its name.
9694
9695         * README.claws
9696                 Updated actions example to reflect the renaming of the
9697                 gpg clearsigning script.
9698
9699 2002-06-19 [paul]       0.7.8claws9
9700
9701         * sync with 0.7.8claws9
9702                 see ChangeLog 2002-06-18 and 2002-06-19
9703
9704 2002-06-19 [paul]       0.7.8claws8
9705
9706         * sync with 0.7.8cvs1
9707                 see ChangeLog 2002-06-18
9708
9709 2002-06-18 [alfons]     0.7.8claws7
9710
9711         * src/mainwindow.h
9712                 add omitted prototype
9713
9714 2002-06-17 [paul]       0.7.8claws6
9715
9716         * src/mainwindow.c
9717                 fix hiding of exec_btn
9718
9719 2002-06-17 [paul]       0.7.8claws5
9720
9721         * src/pop.c
9722                 remove unneeded code: should_delete() 
9723                 and Pop3State::uidl_todelete_list
9724
9725 2002-06-17 [paul]       0.7.8claws4
9726
9727         * sync with 0.7.8
9728                 see ChangeLog 2002-06-11 and 2002-06-13
9729
9730 2002-06-16 [alfons]     0.7.8claws3
9731         
9732         * src/folder.c
9733                 make sure lock sort mode (claws specific) is
9734                 also persists after a tree rescan
9735
9736 2002-06-16 [alfons]     0.7.8claws2
9737
9738         * src/prefs_folder_item.c
9739         * src/folder.[ch]
9740                 fix persistence of folder sort mode (broken
9741                 by adapting Hiro's new folder persistence code)
9742
9743 2002-06-16 [alfons]     0.7.8claws1
9744
9745         * AUTHORS
9746         * src/logwindow.c
9747         * src/prefscommon.[ch]
9748                 control size of log text in log window; 
9749                 closes patch #569155 submitted by Mitko Haralanov.
9750
9751 2002-06-15 [paul]       0.7.8claws
9752
9753         * release of 0.7.8claws
9754
9755 2002-06-15 [paul]       0.7.7claws
9756
9757         * po/pt_BR.po
9758                 updated by Fabio Junior Beneditto
9759
9760 2002-06-14 [paul]       0.7.6claws49
9761
9762         * po/es.po
9763                 updated by Ricardo Mones Lastra
9764
9765 2002-06-14 [paul]       0.7.6claws48
9766
9767         * po/nl.po
9768                 updated translation by Wilbert Berendsen
9769
9770 2002-06-14 [melvin]     0.7.6claws47
9771
9772         * po/fr.po
9773                 Updated French translation
9774
9775 2002-06-13 [paul]       0.7.6claws46
9776
9777         * src/filesel.c
9778                 allow filename to be typed in, rather than just
9779                 selected by the mouse. Patch by Gustavo Noronha Silva.
9780
9781 2002-06-13 [alfons]     0.7.6claws45
9782
9783         * src/mainwindow.[ch]
9784                 more cleanups (removing unnecessary menu items Expand 
9785                 summary / message view)
9786
9787 2002-06-13 [melvin]     0.7.6claws44
9788
9789         * po/POTFILES.in
9790                 Added src/string_match.c
9791         * src/string_match.c
9792                 Fixed possible buffer overflow.
9793                 Corrected typo.
9794                 Added missing config.h header.
9795         * src/prefs_common.c
9796           src/prefs_matcher.c
9797           src/prefs_scoring.c
9798                 Made some strings translatable (missing _(..)).
9799
9800 2002-06-13 [melvin]     0.7.6claws43
9801
9802         * README.claws
9803                 Corrected action example (verifying clearsigned mail).
9804         * src/prefs_account.c
9805                 Corrected typo.
9806         * src/prefs_common.c
9807                 Removed incorrect line that generated a Gtk-CRITICAL msg.
9808
9809 2002-06-12 [alfons]     0.7.6claws42
9810
9811         * src/summaryview.c
9812                 add init of score column lost in 0.7.6claws42
9813
9814 2002-06-12 [paul]       0.7.6claws41
9815
9816         * src/prefs_account.c
9817                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
9818                 behavior of the radio buttons, (from 0.7.7cvs2)
9819
9820 2002-06-11 [alfons]     0.7.6claws40
9821
9822         * src/messageview.[ch]
9823         * src/summaryview.[ch]
9824         * src/summary_search.c
9825         * src/mainwindow.c
9826                 perform a sync to bring in Hiro's separate view implementation 
9827
9828                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
9829
9830 2002-06-11 [paul]       0.7.6claws39
9831         
9832         * src/prefs_account.c
9833                 correct a typo on the Receive tab
9834
9835 2002-06-10 [match]      0.7.6claws38
9836
9837         * src/addressbook.c
9838                 Included address completion patch from Gustavo Noronha.
9839
9840 2002-06-10 [paul]       0.7.6claws37
9841
9842         * src/inc.[ch]
9843           src/pop.c
9844           src/prefs_account.[ch]
9845           src/selective_download.[ch]
9846                 apply PATCH #561712
9847                  NEW:
9848                 - check if POP Account
9849                 - Receive Button renamed to Preview
9850                 - Preview Button Popup: preview new/all messages
9851                 - Download Button
9852                 - Account Preferences-->Receive tab checkbutton if you
9853                   want to remove Mail after Download
9854                 -: default YES
9855                 - Account Preferences-->Receive tab checkbutton use
9856                   filtering rules on preview
9857                   (think of delete_on_server)
9858                 -: default YES
9859                 - Account selectable from SD dialog
9860                 - checkbutton to show already downloaded messages if
9861                   all messages are previewed
9862                 - new clist column showing Date
9863                 - ESC KEY close
9864                 FIXES:
9865                 - play ball with UIDL
9866                 - fault tolerant (?) 
9867                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
9868
9869 2002-06-10 [melvin]     0.7.6claws36
9870
9871         * README.claws
9872                 Added a hint to ac/README in cvs instructions.
9873
9874         * src/prefs_actions.c
9875                 Made it possible to use a more elaborate command line
9876                 for asynchronous actions, too.
9877
9878 2002-06-10 [melvin]     0.7.6claws35
9879         
9880         * src/prefs_actions.c
9881                 Make it possible to use a more elaborate command line
9882                 (e.g. |foo|bar|cat>there;echo Done|)
9883                 Corrected error message when calling %f, %F and %p commands
9884                 from the compose window.
9885
9886 2002-06-09 [colin]      0.7.6claws34
9887
9888         * src/summaryview.c
9889                 Automatically find unread messages in current folder
9890                 before annoying the user.
9891
9892 2002-06-08 [alfons]     0.7.6claws33
9893
9894         * po/it.po
9895                 remove bad formatting string in it.po translation
9896                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
9897
9898 2002-06-08 [paul]       0.7.6claws32
9899
9900         * sync with 0.7.6cvs25
9901                 see ChangeLog 2002-06-07
9902
9903 2002-06-05 [paul]       0.7.6claws31
9904
9905         * src/mainwindow.c
9906                 add 'Sort by locked' and 'Sort by score'
9907
9908 2002-06-05 [paul]       0.7.6claws30
9909
9910         * sync with 0.7.6cvs24
9911                 see ChangeLog 2002-06-04
9912
9913 2002-06-04 [paul]       0.7.6claws29
9914
9915         * po/pt_BR.po
9916                 updated by Fabio Junior Beneditto
9917
9918 2002-06-03 [thorsten]   0.7.6claws28
9919
9920         * src/matcher.c
9921                 fclose() matcherrc after reading
9922
9923 2002-06-03 [paul]       0.7.6claws27
9924
9925         * sync with 0.7.6cvs21
9926                 see ChangeLog 2002-05-31
9927
9928 2002-05-31 [paul]       0.7.6claws26
9929
9930         * sync with 0.7.6cvs20
9931                 see ChangeLog 2002-05-29 and 2002-05-30
9932
9933 2002-05-31 [paul]       0.7.6claws25
9934
9935         * src/imap.c
9936                 hopefully fix last buggy sync
9937
9938         * README.claws
9939                 correct typo in 'Actions' examples
9940
9941 2002-05-29 [paul]       0.7.6claws24
9942
9943         * sync with 0.7.6cvs18
9944                 see ChangeLog 2002-05-28 and 2002-05-29
9945
9946         * src/news.c
9947           src/nntp.[ch]
9948                 sync with above 
9949
9950 2002-05-28 [paul]       0.7.6claws23
9951
9952         * sync with 0.7.6cvs16
9953                 see ChangeLog 2002-05-28
9954
9955 2002-05-27 [thorsten]   0.7.6claws22 
9956
9957         * faq/it/sylpheed-faq-1.html
9958           faq/it/sylpheed-faq-2.html
9959           faq/it/sylpheed-faq-3.html
9960           faq/it/sylpheed-faq.html
9961                 corrected DOS lineendings
9962         * faq/de/sylpheed-faq-1.html
9963           faq/de/sylpheed-faq-2.html
9964           faq/en/sylpheed-faq-1.html
9965           faq/en/sylpheed-faq-2.html
9966           faq/en/sylpheed-faq-3.html
9967           faq/es/sylpheed-faq-1.html
9968           faq/es/sylpheed-faq-2.html
9969           faq/es/sylpheed-faq-3.html
9970           faq/fr/sylpheed-faq-1.html
9971           faq/it/sylpheed-faq-1.html
9972           faq/it/sylpheed-faq-2.html
9973           faq/it/sylpheed-faq-3.html
9974           faq/it/sylpheed-faq.html
9975                 changed ">" to &quot;
9976
9977 2002-05-27 [paul]       0.7.6claws21
9978         
9979         * sync with 0.7.6cvs15
9980                 see ChangeLog 2002-05-27
9981
9982 2002-05-27 [paul]       0.7.6claws20
9983
9984         * src/prefs_account.c
9985                 correct a typo
9986
9987 2002-05-26 [paul]       0.7.6claws19
9988
9989         * tools/README
9990                 correct a typo
9991
9992 2002-05-25 [paul]       0.7.6claws18
9993
9994         * tools/README
9995                 add description of kmail2sylpheed.pl
9996
9997 2002-05-25 [paul]       0.7.6claws17
9998
9999         * tools/kmail2sylpheed.pl       ** NEW FILE **
10000                 perl script that converts an exported Kmail address
10001                 book, converts it to sylpheed addressbook file,
10002                 writes the file to .sylpheed, and updates
10003                 addrbook--index.xml 
10004
10005 2002-05-25 [paul]       0.7.6claws16
10006
10007         * sync with 0.7.6cvs14
10008                 see ChangeLog 2002-05-23
10009
10010 2002-05-24 [paul]       0.7.6claws15
10011
10012         * README.claws
10013                 make a correction and add some more info
10014
10015 2002-05-24 [paul]       0.7.6claws14
10016
10017         * src/compose.c
10018                 fix memory leak in 
10019                 compose_redirect_write_headers_from_headerlist()
10020                 add Subject and Resent-Message-ID to
10021                 compose_redirect_write_headers()
10022                 Received, Subject, and X-UIDL are filtered out in 
10023                 compose_redirect_write_to_file()
10024
10025 2002-05-23 [paul]       0.7.6claws13
10026
10027         * src/compose.[ch]
10028           src/filtering.c
10029           src/mainwindow.c
10030           src/matcher.[ch]
10031           src/matcher_parser_lex.l
10032           src/matcher_parser_parse.y
10033           src/prefs_common.[ch]
10034           src/prefs_filtering.c
10035           src/summaryview.c
10036                 rename 'Bounce' to 'Redirect'
10037
10038 2002-05-23 [paul]       0.7.6claws12
10039
10040         * more sync with 0.7.6cvs13
10041           src/compose.c
10042                 see ChangeLog 2002-05-22
10043
10044 2002-05-22 [paul]       0.7.6claws11
10045
10046         * sync with 0.7.6cvs13
10047           src/codeconv.c
10048                 see ChangeLog 2002-05-20
10049           src/prefs_common.c
10050                 see ChangeLog 2002-05-22
10051
10052 2002-05-21 [melvin]     0.7.6claws10
10053
10054         * src/folderview.c
10055                 Added missing filtering and scoring headers
10056                 Fixed bad function call that showed garbage 
10057                 in Folder->Processing
10058
10059 2002-05-21 [paul]       0.7.6claws9
10060
10061         * tools/Makefile.am
10062                 make all tools executable, (patch by Alfons).
10063
10064 2002-05-20 [alfons]     0.7.6claws8
10065
10066         * src/procheader.c
10067                 don't forget to call mktime() so we have a valid week 
10068                 and year day
10069                 (Bug report by Roger Sondermann <mail@jumaros.de>)
10070
10071 2002-05-20 [paul]       0.7.6claws7
10072
10073         * src/html.c
10074                 fix broken parsing of urls
10075         * src/textview.c
10076                 fix displaying of urls
10077
10078                 both fixes from the patch [547855] by Eugene 
10079                 Brevdo (zonem)
10080
10081 2002-05-19 [alfons]     0.7.6claws6
10082
10083         * configure.in
10084                 make sylpheed configure correctly with the latest
10085                 and greatest of automake / autoconf / gettext
10086
10087 2002-05-19 [alfons]     0.7.6claws5
10088
10089         * src/procheader.c
10090         * src/procheader.h
10091                 add function for returning ime zone offset
10092         * src/quote_fmt.c
10093         * src/quote_fmt_parse.y
10094                 better quotation formatting - does not convert
10095                 to local time, but uses the original date string.
10096                 
10097                 Note: %z inserts the timezone offset (should 
10098                 work also on platforms where strftime does not
10099                 support %z).
10100
10101 2002-05-18 [christoph]  0.7.6claws4
10102
10103         * src/summaryview.c
10104                 fix indentation of some code
10105         * tools/Makefile.am
10106                 fix spaces after \
10107         * src/Makefile.am
10108                 add missing \
10109                 correct path for ignorethread.xpm
10110                 incorrect filename for sylpheed_logo.xpm
10111                 add missing include matcher_parser_parse.h
10112
10113 2002-05-18 [paul]       0.7.6claws3
10114
10115         * sync with 0.7.6cvs8
10116                 see ChangeLog 2002-05-16 and 2002-05-17
10117
10118 2002-05-18 [melvin]     0.7.6claws2
10119
10120         * README.claws
10121                 Corrected an action's definition and fixed some misspellings.
10122
10123 2002-05-18 [paul]       0.7.6claws1
10124
10125         * tools/Makefile.am
10126           tools/gpg-sign        ** new file **
10127           tools/uudec           ** new file **
10128                 add Melvin's Actions scripts
10129
10130         * README.claws
10131                 add Melvin's descriptions for Actions
10132
10133 2002-05-18 [paul]       0.7.6claws
10134
10135         * Version 0.7.6claws released
10136
10137 2002-05-17 [paul]       0.7.5claws32
10138
10139         * po/es.po
10140                 updated by Ricardo Mones Lastra
10141
10142 2002-05-17 [paul]       0.7.5claws31
10143
10144         * src/compose.c
10145                 fix Account prefs default folder for sent/draft/deleted
10146                 messages bug
10147
10148         * po/it.po
10149           po/nl.po
10150                 updated translation by Alessandro Maestri and
10151                 Wilbert Berendsen
10152
10153 2002-05-17 [melvin]     0.7.5claws30
10154
10155         * src/prefs_actions.c
10156                 Fixed bug where using %F not at the end of the command 
10157                 resulted in an additional empty argument being created.
10158                 Thanks to Darko Koruga for reporting the bug.
10159
10160 2002-05-17 [melvin]     0.7.5claws29
10161
10162         * po/fr.po
10163                 Updated French translations.
10164
10165 2002-05-15 [paul]       0.7.5claws28
10166         
10167         * po/es.po
10168                 updated by Ricardo Mones Lastra
10169
10170 2002-05-15 [paul]       0.7.5claws27
10171
10172         * sync with 0.7.6cvs4
10173                 see ChangeLog 2002-05-14 and 2002-05-15
10174
10175 2002-05-14 [paul]       0.7.5claws26
10176
10177         * sync with 0.7.6cvs1
10178                 see ChangeLog 2002-05-13
10179
10180 2002-05-13 [thorsten]   0.7.5claws25
10181
10182         * src/messageview.c
10183                 fix select_all and copy in multipart messages
10184         * src/mainwindow.c
10185                 fix select_all and copy in multipart messages
10186
10187 2002-05-12 [paul]       0.7.5claws24
10188
10189         * src/summaryview.c
10190                 reverse last commit, bug already fixed in 0.7.5claws3
10191
10192 2002-05-12 [netztorte]  0.7.5claws23
10193
10194         * src/summaryview.c
10195                 dont parse empty addressbook (checked in before claws20)
10196
10197 2002-05-12 [melvin]     0.7.5claws22
10198
10199         * src/procmsg.[ch]
10200                 Removed unneeded priority code introduced by the previous 
10201                 commit.
10202
10203 2002-05-12 [melvin]     0.7.5claws21
10204
10205         * src/compose.[ch]
10206                 Added possibility to set message's priority.
10207         * src/procmsg.[ch]
10208                 Added possibility to set message's priority.
10209                 Added missing headers
10210
10211 2002-05-12 [melvin]     0.7.5claws20
10212
10213         * src/prefs_actions.c
10214                 Removed implicitely added quotes around the name
10215                 of the temporary files of mime parts.
10216
10217 2002-05-12 [paul]       0.7.5claws19
10218
10219         * sync with 0.7.5cvs20
10220                 see ChangeLog 2002-05-11
10221
10222 2002-05-12 [alfons]     0.7.5claws18
10223
10224         * src/quote_fmt_lex.l
10225         * src/quote_fmt_parse.y
10226                 allow quote / reply date & time format to be set using
10227                 %D{format}. format is a format string you'd pass to
10228                 strftime() (see man strftime, or the Display tab |
10229                 Date format setting).
10230
10231                 Currently %D converts the date to local time. 
10232
10233 2002-05-11 [paul]       0.7.5claws17
10234
10235         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
10236                 see ChangeLog 2002-05-10 and 2002-05-11
10237
10238 2002-05-10 [paul]       0.7.5claws16
10239
10240         * sync with 0.7.5cvs16
10241                 see ChangeLog entries 2002-05-09 and 
10242                 2002-05-10
10243
10244 2002-05-10 [colin]      0.7.5claws15
10245
10246         * src/textview.c
10247                 Corrected a bug that prevented sylpheed to open
10248                 double-clicked URIs.
10249
10250 2002-05-09 [paul]       0.7.5claws14
10251
10252         * sync with 0.7.5cvs14
10253                 see ChangeLog 2002-05-08 and 2002-05-09
10254
10255 2002-05-08 [paul]       0.7.5claws13
10256
10257         * sync with 0.7.5cvs11
10258                 see ChangeLog entry 2002-05-08
10259
10260 2002-05-08 [paul]       0.7.5claws12
10261
10262         * src/mainwindow.c
10263           src/textview.[ch]
10264                 fix segfault on View->Open in new window
10265                 patch submitted by Thorsten Maerz <torte@netztorte.de>
10266
10267 2002-05-07 [paul]       0.7.5claws11
10268
10269         * sync with 0.7.5cvs9
10270                 see ChangeLog entry 2002-05-07
10271
10272 2002-05-06 [paul]       0.7.5claws10
10273
10274         * src/messageview.c
10275           src/textview.c
10276                 display url in statusbar on single-click
10277                 patch submitted by Thorsten Maerz <torte@netztorte.de>
10278
10279 2002-05-06 [match]      0.7.5claws9
10280
10281         * src/addritem.[ch]
10282                 new functions.
10283         * src/addrcache.c
10284                 tidy up.
10285         * src/xmlprops.[ch]
10286                 XML implementation of properties file.
10287         * src/exporthtml.[ch]
10288         * src/expthtmldlg.[ch]
10289         * src/addressbook.c
10290                 export to HTML.
10291
10292 2002-05-02 [sergey]     0.7.5claws8
10293
10294         * src/mainwindow.c (mainwin_entries),
10295           src/prefs_common.c (prefs_send_create()),
10296           src/codeconv.c (locale_table):
10297                 use charset name "Windows-1251" instead of "CP1251".
10298
10299 2002-05-02 [colin]      0.7.5claws7
10300         
10301         * src/compose.c
10302           src/prefs_common.c
10303           src/prefs_folder_item.c
10304                 Fixed cosmetics bugs due to Outbox renamed to Sent.
10305
10306 2002-05-02 [hiro]       0.7.5claws6
10307
10308         * src/imap.c
10309                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
10310
10311 2002-05-02 [paul]       0.7.5claws5
10312
10313         * src/compose.c
10314                 more sync with 0.7.5cvs7, see ChangeLog entry
10315                 2002-05-02
10316
10317 2002-05-02 [hiro]       0.7.5claws4
10318
10319         * src/compose.c
10320                 compose_queue_sub():
10321                 check if queue folder exists (closes #550397).
10322                 removed directory creation since it should be handled
10323                 transparently.
10324         * src/imap.c
10325                 imap_add_msg(): return UID for appended message
10326                 (closes #548842).
10327
10328 2002-04-30 [paul]       0.7.5claws3
10329
10330         * src/summaryview.c
10331                 fix account_find_from_address() bug
10332
10333 2002-04-28 [colin]      0.7.5claws2
10334
10335         * src/compose.c
10336           src/textview.c
10337           src/prefs_common.[ch]
10338           src/utils.[ch]
10339                 Added user-definable quotation characters recognition.
10340
10341 2002-04-28 [paul]       0.7.5claws1
10342
10343         * sync with 0.7.5cvs4
10344                 see ChangeLog entry  2002-04-25
10345
10346 2002-04-28 [paul]       0.7.5claws
10347
10348         * po/es.po
10349           po/nl.po
10350           po/pt_BR.po
10351                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
10352                 Fabio Junior Beneditto
10353
10354 2002-04-27 [jens]       0.7.4claws103
10355
10356         * po/de.po
10357                 updated German translation.
10358
10359 2002-04-27 [hiro]       0.7.4claws102
10360
10361         * src/summaryview.c
10362                 summary_write_cache(): fixed the mark loss of hidden messages.
10363
10364 2002-04-26 [melvin]     0.7.4claws101
10365
10366         * src/procmsg.c
10367                 fixed a second typo (same one)
10368         * po/fr.po
10369           po/it.po
10370           po/pt_BR.po
10371                 fixed the type again...
10372
10373 2002-04-26 [melvin]     0.7.4claws100
10374
10375         * src/procmsg.c
10376                 fixed a typo in an alert message ("temorary").
10377         * po/it.po
10378         * po/pt_BR.po
10379                 corrected the typo  described above.
10380         * po/fr.po
10381                 updated French translation.
10382
10383 2002-04-26 [darko]      0.7.4claws99
10384
10385         * src/summaryview.c
10386                 fix target folder colorization
10387
10388 2002-04-25 [paul]       0.7.4claws98
10389
10390         * po/it.po
10391                 updated by Alessandro Maestri
10392
10393 2002-04-24 [colin]      0.7.4claws97
10394         
10395         * src/compose.c
10396                 Fixed double "subject is empty" question.
10397
10398 2002-04-23 [colin]      0.7.4claws96
10399         
10400         * src/mimeview.c
10401                 Corrected issue when "automatically display images" was
10402                 not set : first image remained after selecting second.
10403
10404 2002-04-23 [melvin]     0.7.4claws95
10405
10406         * src/prefs_actions.c
10407                 Don't display in/out dialog if there is nothing to show.
10408
10409 2002-04-23 [paul]       0.7.4claws94
10410
10411         * sync with 0.7.5cvs3
10412                 bug fixes: see ChangeLog entry 2002-04-23
10413
10414 2002-04-22 [darko]      0.7.4claws93
10415
10416         * src/compose.c
10417                 fix previous check-in which changed code after
10418                 merge from main
10419
10420 2002-04-22 [paul]       0.7.4claws92
10421
10422         * faq/de/*
10423                 add German FAQ
10424         * faq/en/*
10425           faq/es/*
10426           faq/fr/*
10427                 update English, Spanish and French FAQs
10428         * manual/de/*
10429           manual/es/*
10430                 add German and Spanish manuals
10431         * manual/en/*
10432           manual/fr/*
10433                 update English and French manuals
10434
10435         * src/Makefile.am
10436                 add to and re-arrange the pixmap entries
10437
10438 2002-04-22 [darko]      0.7.4claws91
10439
10440         * src/compose.c
10441                 fix sender initials recognition to only allow
10442                 '>' after the initials
10443
10444 2002-04-21 [paul]       0.7.4claws90
10445
10446         * sync with 0.7.5 release
10447                 see ChangeLog entry 2002-04-21
10448
10449 2002-04-21 [alfons]
10450
10451         * src/Makefile.am
10452                 add colin's new pixmaps to EXTRA_DIST
10453
10454 2002-04-21 [colin]      0.7.4claws89
10455         * src/compose.c
10456         * src/inc.c
10457         * src/mainwindow.[ch]
10458         * src/prefs_common.[ch]
10459         * src/stock_pixmap.[ch]
10460                 Added "Work offline" ability.
10461
10462 2002-04-21 [colin]      0.7.4claws88
10463         
10464         * src/mimeview.c
10465         * src/prefs_common.c
10466         * src/prefs_common.h
10467         * src/textview.c : Added an option to common preferences -> display
10468           to allow user not to automatically display images.
10469
10470 2002-04-21 [paul]       0.7.4claws87
10471
10472         * sync with 0.7.4cvs52
10473                 see ChangeLog entry 2002-04-21 (src/imap.c)
10474
10475 2002-04-21 [paul]       0.7.4claws86
10476
10477         * sync with 0.7.4cvs51
10478                 see ChangeLog entry 2002-04-21
10479
10480 2002-04-21 [paul]       0.7.4claws85
10481
10482         * sync with 0.7.4cvs49
10483                 see ChangeLog entries 2002-04-20 and 2002-04-21
10484
10485         * src/Makefile.am
10486                 clean up: remove old 'stock_' element from xpm 
10487                 filenames.
10488
10489 2002-04-21 [alfons]     0.7.4claws84
10490
10491         apply sync patch from Paul
10492
10493         * src/folderview.c
10494                 use old claws prefs_folder_item_create() for now
10495
10496 2002-04-19 [match]      0.7.4claws83
10497
10498         * src/addressbook.[ch]
10499         * src/addrharvest.[ch]
10500         * src/addrgather.[ch]
10501                 recurse folders.
10502         * src/mainwindow.c
10503         * src/summaryview.[ch]
10504                 change menu option.
10505
10506 2002-04-19 [paul]       0.7.4claws82
10507
10508         * po/pt_BR.po
10509                 updated by Fabio Junior Beneditto
10510
10511 2002-04-14 [alfons]     0.7.4claws81
10512
10513         * src/passphrase.c
10514                 add #include <sys/types.h> for mode_t and off_t 
10515
10516 2002-04-13 [paul]       0.7.4claws80
10517         
10518         * src/main.c
10519           src/passphrase.[ch]
10520           src/pgptext.c
10521           src/prefs_common.[ch]
10522           src/rfc2015.c
10523                 enable storing of GnuPG passphrase for the whole 
10524                 session or a user-defined number of minutes. patch 
10525                 submitted by Ravemax <ravemax@dextrose.com>
10526
10527 2002-04-13 [alfons]     0.7.4claws79
10528
10529         * src/textview.c
10530                 make email parser also stop scanning when encountering separators
10531                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
10532
10533 2002-04-13 [paul]       0.7.4claws78
10534
10535         * sync with 0.7.4cvs39
10536                 see ChangeLog entry 2002-04-12
10537
10538 2002-04-11 [paul]       0.7.4claws77
10539
10540         * sync with 0.7.4cvs37
10541                 see ChangeLog entry 2002-04-11
10542
10543 2002-04-11 [paul]       0.7.4claws76
10544
10545         * COPYING 
10546                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
10547                 the clause for OpenSSL). sync with sylpheed main
10548
10549 2002-04-09 [melvin]     0.7.4claws75
10550
10551         * src/compose.c
10552                 Made 'Ctrl-Enter' on send ignore some modifiers 
10553                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
10554                 to bind other *-Enter (but not Alt-Enter).
10555
10556 2002-04-09 [paul]       0.7.4claws74
10557
10558         * sync with 0.7.4cvs35
10559                 see ChangeLog entries 2002-04-09
10560
10561 2002-04-08 [paul]       0.7.4claws73
10562
10563         * sync with 0.7.4cvs33
10564                 see ChangeLog entry 200-04-08
10565
10566 2002-04-07 [match]      0.7.4claws72
10567
10568         * src/addrharvest.[ch]
10569                 fixed to read all addresses in header, regardless
10570                 of header size. improved name parsing. accommodate
10571                 harvest from folders and selected message.
10572         * src/addritem.[ch]
10573                 included new address parsing function.
10574         * src/addrgather.[ch]
10575         * src/addressbook.[ch]
10576         * src/summaryview.[ch]
10577         * src/mainwindow.c
10578                 allow address harvest of folder as well as selected
10579                 messages.
10580
10581 2002-04-07 [paul]       0.7.4claws71
10582
10583         * src/esmtp.[ch]
10584           src/smtp.c
10585                 don't try to authenticate with CRAM-MD5 in SMTP when 
10586                 SMTP-AUTH enabled if MTA doesn't issue this 
10587                 auth-method in it's ehlo-response. bug item #531364,
10588                 patch item #938910. patch submitted by Colin Leroy 
10589                 <colin@colino.net>
10590
10591 2002-04-07 [paul]       0.7.4claws70
10592
10593         * src/nntp.c
10594                 fix missing MODE_READER bug. patch submitted by
10595                 Colin Leroy <colin@colino.net>
10596
10597 2002-04-07 [alfons]     0.7.4claws69
10598
10599         * src/matcher.[ch]
10600         * src/prefs_filtering.c
10601         * src/summaryview.c
10602                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
10603                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
10604
10605 2002-04-07 [paul]       0.7.4claws68
10606
10607         * sync with 0.7.4cvs32
10608                 see ChangeLog entry 2002-04-06
10609
10610         * tools/filter_conv.pl
10611                 more bug fixes
10612
10613 2002-04-06 [paul]       0.7.4claws67
10614
10615         * tools/filter_conv.pl
10616                 modify to be able to find the name of the first
10617                 mailbox and use that. main's filter does not
10618                 record the full path to the mailbox and therefore
10619                 can only filter to the first mailbox.
10620
10621 2002-04-05 [paul]       0.7.4claws66
10622
10623         * tools/filter_conv.pl
10624                 attempt to make the script all-encompassing and
10625                 be able to convert any main 'filter' rule thrown
10626                 at it
10627
10628 2002-04-05 [paul]       0.7.4claws65
10629
10630         * tools/filter_conv.pl
10631                 allow for collapsed folder trees
10632
10633 2002-04-05 [paul]       0.7.4claws64
10634
10635         * sync with 0.7.4cvs31
10636                 see ChangeLog entries 2002-04-05
10637
10638 2002-04-03 [paul]       0.7.4claws63
10639
10640         * sync with 0.7.4cvs29
10641                 see ChangeLog entries 2002-04-02 and 2002-04-03
10642
10643 2002-04-02 [paul]       0.7.4claws62
10644
10645         * sync with 0.7.4cvs26
10646                 see ChangeLog entry 2002-04-01
10647
10648 2002-04-02 [match]      0.7.4claws61
10649
10650         * src/pine.[ch]
10651         * src/importpine.[ch]
10652         * src/addressbook.c
10653                 import Pine address book.
10654
10655 2002-04-02 [match]      0.7.4claws60
10656
10657         * src/addrharvest.[ch]
10658                 improve address parsing of funky addresses.
10659
10660 2002-04-02 [darko]      0.7.4claws59
10661
10662         * src/compose.c
10663                 wrap on send improvements, it now recognizes quoted
10664                 initials as part of the quotation string, and it
10665                 does not join lines separated by CR
10666
10667 2002-04-01 [match]      0.7.4claws58
10668
10669         * src/mgutils.[ch]
10670                 added new functions.
10671         * src/mutt.[ch]
10672                 remove excessive duplicate address generation
10673                 on import.
10674
10675 2002-04-01 [alfons]     0.7.4claws57
10676         
10677         * src/summaryview.c
10678                 put back g_free() 
10679
10680 2002-04-01 [paul]       0.7.4claws56
10681
10682         * sync with 0.7.4cvs25
10683                 see ChangeLog entry 2002-04-01
10684
10685 2002-04-01 [alfons]     0.7.4aprilfool55
10686
10687         * src/summaryview.c
10688                 honour feature request item #537427 to allow for
10689                 displaying names from address book for sent mail also
10690
10691 2002-03-29 [paul]       0.7.4claws54
10692
10693         * src/mainwindow.c
10694           src/prefs_filtering.[ch]
10695           src/prefs_matcher.c
10696           src/summaryview.c
10697                 add 'fast filter' for claws' filtering,
10698                 /Tools/Create filter rule/... patch submitted
10699                 by Neill Miller <neillm@thecodefactory.org>
10700
10701 2002-03-29 [paul]       0.7.4claws53
10702
10703         * sync with 0.7.4cvs24
10704                 see ChangeLog entry 2002-03-29
10705
10706 2002-03-28 [paul]       0.7.4claws52
10707
10708         * sync with 0.7.4cvs23
10709                 see ChangeLog entry 2002-03-28
10710
10711 2002-03-27 [melvin]     0.7.4claws51
10712
10713         * src/prefs_actions.c
10714                 Added support to pass only one message part (as a
10715                 file) to the command using '%p'. No quotes are needed
10716                 because doubles quotes are automatically added.
10717                 Fixed bug where Sylpheed could block when waiting for
10718                 a child process to finish.
10719                 Changed the help menu to remove quotes around symbols to 
10720                 avoid misinterpretation (they must not be used).
10721
10722 2002-03-27 [melvin]     0.7.4claws50
10723
10724         * src/inc.c
10725                 Made the new mail notification command always 
10726                 execute asynchronously.
10727
10728 2002-03-27 [paul]       0.7.4claws49
10729
10730         * src/compose.c
10731                 fix bug introduced in last commit
10732
10733 2002-03-27 [paul]       0.7.4claws48
10734
10735         * sync with 0.7.4cvs21
10736                 see ChangeLog 2002-03-26 and 2002-03-27
10737
10738 2002-03-26 [hoa]        0.7.4claws47
10739
10740         * src/prefs_folder_item.c
10741                 really fixed the bug #516442 with folder rescan.
10742
10743 2002-03-26 [paul]       0.7.4claws46
10744
10745         * sync with 0.7.4cvs19
10746                 see ChangeLog entries 2002-03-25 and 2002-03-26
10747
10748 2002-03-25 [hoa]        0.7.4claws45
10749
10750         * src/matcher.c
10751         * src/mh.c
10752                 fix the bug #516442 with folder rescan.
10753
10754         * src/prefs_common.[ch]
10755         * src/compose.c
10756                 added an option to enable two different behaviours
10757                 for bounce.
10758
10759
10760 2002-03-25 [paul]       0.7.4claws44
10761
10762         * src/mainwindow.c
10763           src/selective_download.c
10764                 correct a few menuitem labels
10765
10766 2002-03-25 [christoph]  0.7.4claws43
10767
10768         * src/procmsg.c
10769                 fix non deleted tmp message in
10770                 procmsg_save_to_outbox
10771                 fix problems caused by sync with
10772                 main branch's procmsg_send_queue
10773
10774 2002-03-25 [paul]       0.7.4claws42
10775
10776         * src/quote_fmt.c
10777           src/quote_fmt_lex.l
10778           src/quote_fmt_parse.y
10779                 add Last name (%L) placeholder for quoting. 
10780                 patch submitted by Thorsten Thielen 
10781                 <thth@users.sourceforge.net>
10782
10783 2002-03-25 [paul]       0.7.4claws41
10784
10785         * src/utils.c
10786                 get full hostname. patch submitted by
10787                 Bob Woodside <rwoodside1@comcast.net>
10788
10789 2002-03-25 [paul]       0.7.4claws40
10790
10791         * src/account.c
10792           src/news.c
10793           src/nntp.[ch]
10794           src/prefs_account.[ch]
10795                 enable NNTP over SSL. patch submitted by
10796                 Pascal Jermini <pascal@infinity.hn.org>
10797
10798 2002-03-24 [paul]       0.7.4claws39
10799
10800         * src/prefs_common.c
10801                 make the arrangement of the Compose tab more
10802                 coherent
10803
10804         * src/mainwindow.c
10805                 fix some irregularities of style
10806
10807         * po/de.po
10808                 updated by Kilian Krause
10809
10810 2002-03-23 [paul]       0.7.4claws38
10811
10812         * po/pt_BR.po
10813                 updated by Fabio Junior Beneditto
10814
10815 2002-03-23 [paul]       0.7.4claws37
10816
10817         * src/mainwindow.c
10818                 move 'Gather addresses' to 'Tools' menu
10819                 make 'Selective download' sensitive
10820
10821 2002-03-23 [paul]       0.7.4claws36
10822
10823         * sync with 0.7.4cvs16
10824                 see ChangeLog entries 2002-03-23
10825
10826 2002-03-22 [christoph]  0.7.4claws35
10827
10828         * src/quote_fmt_parse.y
10829                 fix include program output
10830
10831 2002-03-22 [alfons]     0.7.4claws34
10832
10833         * src/pop.c
10834                 initialize GDate stack variable correctly (sorry!)
10835
10836 2002-03-22 [paul]       0.7.4claws33
10837
10838         * src/compose.c
10839           src/mainwindow.c
10840           src/prefs_actions.c
10841           src/prefs_common.c
10842                 rename 'Tool' to 'Tools'
10843
10844         * src/mainwindow.c
10845                 move 'Delete duplicated messages' from
10846                 'Message/' to 'Tools/'
10847                 re-arrange the order of 'Tools/' items
10848
10849 2002-03-22 [paul]       0.7.4claws32
10850
10851         * src/addr_compl.c
10852           src/addressbook.[ch]
10853                 auto-address completion now also matches on
10854                 Nickname. patch submitted by Bob Forsman 
10855                 <hammor@users.sourceforge.net>
10856
10857         * src/editaddress.c
10858                 correct a spelling mistake
10859
10860 2002-03-22 [alfons]     0.7.4claws31
10861
10862         * src/pop.c
10863                 fix getting uidl from incorrect string 
10864                 (spotted by Colin)
10865
10866 2002-03-21 [alfons]     0.7.4claws30
10867
10868         * src/pop.c
10869                 more code refactoring
10870                 plug mem leak introduced by delete on server
10871
10872 2002-03-21 [paul]       0.7.4claws29
10873
10874         * sync with 0.7.4cvs11
10875                 see ChangeLog entries 2002-03-20
10876
10877 2002-03-20 [alfons]     0.7.4claws28
10878
10879         * src/inc.c
10880                 apply Colin's patch and refactor
10881
10882 2002-03-20 [paul]       0.7.4claws27
10883
10884         * sync with sylpheed 0.7.4cvs9
10885                 see ChangeLog entry 2002-03-20
10886
10887 2002-03-19 [christoph]  0.7.4claws26
10888
10889         * src/mh.c
10890         * src/procmsg.[ch]
10891         * src/summaryview.c
10892                 revert changes for flag updates
10893                 (does not work correctly and no time to debug)
10894
10895 2002-03-20 [alfons]     0.7.4claws25
10896
10897         * src/pop.c
10898                 refactor should_delete() a little bit 
10899
10900 2002-03-19 [paul]       0.7.4claws24
10901
10902         * src/inc.[ch]
10903           src/pop.c
10904           src/prefs_account.[ch]
10905                 allow the user to leave downloaded mail on the 
10906                 server for n days. Patch submitted by Colin Leroy 
10907                 <colin@colino.net>
10908
10909 2002-02-19 [paul]       0.7.4claws23
10910
10911         * sync with sylpheed 0.7.4cvs8
10912                 see ChangeLog entries 2002-03-19
10913
10914 2002-03-18 [paul]       0.7.4claws22
10915
10916         * sync with sylpheed 0.7.4cvs6
10917                 see ChangeLog entry 2002-03-18
10918
10919 2002-03-18 [paul]       0.7.4claws21
10920
10921         * po/en_GB.po
10922                 add en_GB message catalogue
10923
10924         * src/mbox_folder.c
10925           src/prefs_account.c
10926           src/prefs_actions.c
10927                 correct a few spelling mistakes
10928
10929 2002-03-17 [alfons]     0.7.4claws20
10930
10931         * src/matcher.c
10932                 more stringent checks for NULL params when writing
10933                 filtering actions to a file
10934                 
10935 2002-03-17 [hoa]        0.7.3claws20
10936
10937         * src/news.c
10938                 fixed the count of new messages
10939
10940         * src/compose.c
10941                 fixed the "attachment properties" window
10942
10943 2002-03-17 [paul]       0.7.4claws19
10944
10945         * src/defs.h
10946           src/folder.h
10947           src/news.c
10948           src/prefs_account.[ch]
10949           src/procmsg.[ch]
10950           src/summaryview.c
10951                 automatically mark cross-posted messages as read 
10952                 and (optionally) give them a colour label
10953                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
10954                 
10955
10956 2002-03-17 [paul]       0.7.4claws18
10957
10958         * sync with sylpheed 0.7.4cvs5
10959                 see ChangeLog entry 2002-03-17
10960
10961 2002-03-17 [melvin]     0.7.4claws17
10962         
10963         * src/textview.c
10964                 Worked around a gtktext 'bug': when searching for 
10965                 a text in a long message it was scrolling slowly
10966                 line by line until it hit the searched text.
10967         * po/fr.po
10968                 Updated French translation
10969
10970 2002-03-17 [melvin]     0.7.4claws16
10971
10972         * src/mainwindow.c
10973         * src/compose.c
10974         * src/prefs_actions.c
10975                 Moved "Edit/Actions" to "Tool/Actions"
10976                 Made mainwindow/compose window sensitive as soon as
10977                 no child process is running anymore even if the io dialog
10978                 is open.
10979                 Fixed a struct being initialized with a non constant char*
10980
10981 2002-03-16 [christoph]  0.7.4claws15
10982
10983         * configure.in
10984                 add --with-compiler-flags option
10985                 (only for developer hacking)
10986         * src/mh.c
10987         * src/procmsg.[ch]
10988         * src/summaryview.c
10989                 try to make folder-stats and flag handling more
10990                 independent from the summaryview. msgcounts
10991                 are only set when the folder is opened and
10992                 procmsg_msginfo_(un)set_flags will handle it
10993                 later and summaryview will get the values
10994                 from the folder.
10995
10996 2002-03-16 [paul]       0.7.4claws14
10997
10998         * src/messageview.c
10999                 fix Return-receipt. Patch submitted by Bob
11000                 Woodside <rwoodside1@comcast.net>
11001
11002 2002-03-16 [paul]       0.7.4claws13
11003
11004         * src/compose.c
11005                 fix 'dynamic' signatures, make it work again
11006                 broken during sync on 2002-03-14 (0.7.4claws2)
11007
11008 2002-03-15 [match]      0.7.4claws12
11009
11010         * src/addrharvest.[ch]
11011         * src/addrgather.[ch]
11012         * src/addressbook.[ch]
11013         * src/mainwindow.c
11014                 included address harvester feature. still some
11015                 issues with address parsing that I will fix.
11016
11017 2002-03-15 [match]      0.7.4claws11
11018
11019         * src/addrbook.[ch]
11020         * src/addrcache.[ch]
11021         * src/addressbook.[ch]
11022         * src/addrindex.c
11023         * src/editbook.c
11024         * src/importldif.c
11025         * src/importmutt.c
11026         * src/jpilot.[ch]
11027         * src/main.c
11028         * src/syldap.[ch]
11029         * src/vcard.[ch]
11030                 tidy up. fix memory leaks. moved attribs and methods
11031                 from individual interfaces to addrcache object. prep
11032                 for new stuff to come in.
11033
11034 2002-03-15 [alfons]     0.7.4claws10
11035
11036         * src/matcher.[ch]
11037         * src/matcher_parser_parse.y
11038         * src/matcher_parser_lex.l
11039         * src/prefs_matcher.c
11040                 add filtering conditions message greater than, smaller 
11041                 than, and exactly matching a size in bytes
11042                 (does not work with delete from POP3 server yet)
11043
11044                 this should also give others an idea what you should
11045                 do to add new criterions to claws filtering system
11046                 
11047
11048 2002-03-15 [paul]       0.7.4claws9
11049
11050         * tools/filter_conv.pl
11051                 exit if there are no filter rules to convert
11052                 rename filterrc to filterrc.old after completion
11053
11054 2002-03-15 [paul]       0.7.4claws8
11055
11056         * sync with sylpheed 0.7.4cvs3
11057                 see ChangeLog entry 2002-03-14
11058
11059 2002-03-14 [paul]       0.7.4claws7
11060
11061         * src/compose.c
11062                 clean up the last commit (ahem)
11063
11064 2002-03-14 [paul]       0.7.4claws6
11065
11066         * src/compose.c
11067                 fix bug #515655. honour account preferences
11068                 regarding gpg default signing/encryption when 
11069                 changing account from the compose window.
11070
11071 2002-03-14 [paul]       0.7.4claws5
11072
11073         * src/folderview.c
11074                 remove unnecessary curly brackets
11075
11076 2002-03-14 [paul]       0.7.4claws4
11077
11078         * src/folderview.c
11079           src/prefs_filtering.[ch]
11080                 add filter rename on folder rename and filter
11081                 delete on folder delete. Patch submitted by
11082                 Neill Miller <neillm@thecodefactory.org> 
11083
11084 2002-03-14 [christoph]  0.7.4claws3
11085
11086         * src/procmsg.c
11087         * src/send.c
11088                 fix local delivery
11089                 (patch submitted by "Simon 'corecode' Schubert")
11090         * src/prefs_common.c
11091         * src/procmsg.c
11092                 fix gcc 3.0 warning
11093
11094 2002-03-14 [paul]       0.7.4claws2
11095
11096         * sync with sylpheed 0.7.4cvs2
11097                 see ChangeLog entry 2002-03-13
11098
11099 2002-03-12 [darko]      0.7.4claws1
11100
11101         * src/mainwindow.c
11102                 fix what seems to be a copy and paste error
11103                 when setting color for important messages
11104                 (reported by wwp)
11105
11106 2002-03-11 [paul]       version 0.7.4claws released
11107
11108 2002-03-11 [paul]       0.7.4claws
11109
11110         * po/es.po
11111           po/it.po
11112           po/nl.po
11113           po/pt_BR.po
11114                 update message catalogs. Submitted by Ricardo Mones 
11115                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
11116                 Fabio Junior Beneditto
11117
11118         * configure.in
11119           faq/Makefile.am
11120           faq/it/Makefile
11121           faq/it/sylpheed-faq*
11122           src/mainwindow.c
11123           src/manual.[ch]
11124                 add FAQ in Italian
11125         
11126
11127 2002-03-11 [jens]       0.7.3claws7
11128
11129         * po/de.po
11130                 updated German translation
11131
11132 2002-03-11 [melvin]     0.7.3claws6
11133
11134         * po/fr.po
11135                 updated and corrected French translation
11136
11137 2002-03-10 [hoa]        0.7.3claws5
11138
11139         * src/account.c
11140         * src/inc.c
11141         * src/prefs_account.c
11142         * src/procmsg.c
11143         * src/send.[ch]
11144                 fixed the local account.
11145                 you have to change the default "/usr/sbin/sendmail"
11146                 to "/usr/sbin/sendmail -t" in the preferences of
11147                 the local account.
11148
11149         * src/procmime.c
11150                 removed some debug display for renderer
11151
11152 2002-03-10 [paul]       0.7.3claws4
11153
11154         * faq/en/sylpheed-faq-1.html
11155           faq/en/sylpheed-faq-2.html
11156                 update
11157
11158 2002-03-09 [paul]       0.7.3claws3
11159
11160         * sync with sylpheed 0.7.4
11161                 see ChangeLog entry 2002-03-09
11162
11163 2002-03-08 [paul]       0.7.3claws2
11164
11165         * faq/en/sylpheed-faq*
11166           faq/es/sylpheed-faq*
11167           faq/fr/sylpheed-faq*
11168                 update the FAQs
11169
11170         * manual/fr/.cvsignore
11171           manual/fr/Makefilea.am
11172           manual/fr/sylpheed*
11173           src/mainwindow.c
11174           src/manual.[ch]
11175                 add the French manual
11176
11177 2002-03-07 [paul]       0.7.3claws1
11178
11179         * sync with sylpheed 0.7.3cvs4
11180                 see ChangeLog entries  2002-03-06 and 2002-03-07
11181         
11182         * po/nl.po
11183                 updated by Wilbert Berendsen
11184
11185 2002-03-07 [melvin]     0.7.2claws34
11186
11187         * src/selective_download.c
11188                 Changed the pixmap of the receive button to MAIL_RECEIVE.
11189
11190 2002-03-06 [paul]       0.7.2claws33
11191
11192         * sync with sylpheed 0.7.3cvs1
11193                 bug fix, see ChangeLog entry 2002-03-05
11194
11195 2002-03-05 [paul]       0.7.2claws32
11196
11197         * src/mimeview.c
11198           src/pgptext.[ch]
11199           src/procmsg.c
11200                 reverse the pgp ascii-armored code implemented in 
11201                 0.7.2claws16. removal of this code until it matures.
11202                 this means that verifying ascii-armored pgp sigs and
11203                 automatic decryption of ascii-armored encrypted
11204                 messages no longer works.
11205
11206 2002-03-05 [paul]       0.7.2claws31
11207
11208         * configure.in
11209           Makefile.am
11210         * faq/Makefile.am
11211         * faq/en/Makefile.am
11212           faq/en/sylpheed-faq.html
11213           faq/en/sylpheed-faq-1.html
11214           faq/en/sylpheed-faq-2.html
11215           faq/en/sylpheed-faq-3.html
11216         * faq/es/Makefile.am
11217           faq/es/sylpheed-faq.html
11218           faq/es/sylpheed-faq-1.html
11219           faq/es/sylpheed-faq-2.html
11220           faq/es/sylpheed-faq-3.html
11221           faq/es/sylpheed-faq-4.html
11222         * faq/fr/Makefile.am
11223           faq/fr/sylpheed-faq.html
11224           faq/fr/sylpheed-faq-1.html
11225           faq/fr/sylpheed-faq-2.html
11226           faq/fr/sylpheed-faq-3.html
11227         * src/Makefile.am
11228           src/defs.h
11229           src/mainwindow.c
11230           src/manual.[ch]
11231                 add FAQs in English, Spanish and French
11232
11233
11234 2002-03-05 [paul]       0.7.2claws30
11235
11236         * manual/en/sylpheed.html
11237           manual/en/sylpheed-XX.html
11238                 updated the English manual
11239
11240 2002-03-05 [hoa]        
11241
11242         * src/summaryview.c
11243                 dialog box pops up if the article can't be deleted.
11244
11245 2002-03-04 [paul]       
11246         
11247         * po/pt_BR.po
11248                 updated by Fabio Junior Benedito
11249
11250 2002-03-04 [hoa]
11251
11252         * removed ac/gpgme.m4
11253                 to avoid autogen common problem
11254                 developers have to install gpgme development package now
11255
11256         * src/compose.c
11257                 encoding to 7bit or 8bit is enabled.
11258
11259 2002-03-03 [alfons]     0.7.2claws29
11260
11261         * src/pop.c
11262                 merge fix by Oliver Haertel for selective
11263                 download buglet
11264
11265 2002-03-03 [paul]       0.7.2claws28
11266         
11267         * sync with sylpheed 0.7.3
11268
11269 2002-03-03 [paul]       0.7.2claws27
11270
11271         * sync with sylpheed 0.7.2cvs24
11272                 see ChangeLog entries 2002-03-02 and 2002-03-03
11273
11274 2002-03-02 [melvin]     0.7.2claws26
11275
11276         * src/inc.[ch]
11277         * src/main.c
11278         * src/mainwindow.c
11279         * src/prefs_common.[ch]
11280                 Added user definable notification on new mail arrival.
11281                 Removed unused variables in spell checker prefs code.
11282
11283 2002-03-02 [melvin]     0.7.2claws25
11284
11285         * src/quote_fmt.c
11286                 Removed unnecessary escape sequences.
11287                 Changed 'Initial...' to 'Initials of Sender'
11288
11289 2002-03-02 [paul]       0.7.2claws24
11290
11291         * sync with sylpheed 0.7.2cvs22
11292                 see ChangeLog entry 2002-03-01
11293
11294 2002-03-01 [hoa]        0.7.2claws23
11295
11296         * src/mainwindow.c
11297                 Set sensitivity of delete actions to active
11298                 even if the folder is a newsgroup.
11299
11300         * src/summaryview.c
11301                 - Set sensitivity of delete actions
11302                 - Added function check_permission() that will check if the
11303                   user is authorized to delete a message. For news, it
11304                   will check if the author is the same.
11305                 - Enabled deletion when there is no trash folder.
11306
11307         * src/news.[ch]
11308                 - Added news_cancel_article() to cancel articles
11309                 - Implemented news_remove_message() (public function)
11310
11311 2002-03-01 [paul]       0.7.2claws22
11312
11313         * src/gtkutils.c
11314           src/textview.c
11315                 recognise urls that that don't include 'http://' and
11316                 simply begin 'www.' 
11317
11318         * AUTHORS
11319                 remove duplicated name
11320
11321 2002-02-28 [paul]       0.7.2claws21
11322
11323         * src/mainwindow.c
11324           src/summaryview.[ch]
11325                 add ability to 'Select thread'
11326                 combines Melvin's "Select thread's head" patch (#510907)
11327                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
11328                 patch (#518514) 
11329
11330 2002-02-28 [paul]       0.7.2claws20
11331
11332         * src/mimeview.c
11333                 hopefully fix segfault on right-clicking a mime part
11334                 that some people have experienced.      
11335                 fix submitted by Fredrik Olofsson <frol@linux.nu>
11336
11337 2002-02-28 [paul]       0.7.2claws19
11338
11339         * sync with sylpheed 0.7.2cvs21
11340                 see ChangeLog entries 2002-02-27 and 2002-02-28
11341
11342 2002-02-27 [paul]       0.7.2claws18
11343
11344         * sync with sylpheed 0.7.2cvs18
11345                 see ChangeLog entries 2002-02-26 and 2002-02-27
11346
11347 2002-02-26 [alfons]     0.7.2claws17
11348
11349         * src/procheader.c
11350                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
11351                 (spotted by Chris Hessman <idatech@gmx.net>)
11352
11353 2002-02-26 [paul]       0.7.2claws16
11354
11355         * src/mimeview.c
11356           src/pgptext.[ch]
11357           src/procmsg.c
11358                 make decryption of ascii-armored pgp encrypted messages
11359                 and verification of ascii-armored signatures work again.
11360                 slightly altered from the patch by Jens Jahnke 
11361                 <jan0sch@gmx.net>
11362
11363                 ##FIX ME##
11364                 * the checking of plaintext signatures always comes up in 
11365                   a popup box
11366                 * it doesn't work for multipart messages 
11367                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
11368                   including the msg headers and these 2 line themselves, are 
11369                   not displayed
11370
11371         * src/mainwindow.c
11372                 "View/Folder Tree" becomes "View/Separate Folder Tree"
11373                 "View/Message View" becomes "View/Separate Message View"
11374                 because its less ambiguous.
11375
11376         * po/es.po
11377                 updated by Ricardo Mones Lastra
11378
11379 2002-02-26 [paul]       0.7.2claws15
11380
11381         * sync with sylpheed 0.7.2cvs17
11382                 see ChangeLog entries 2002-02-25 and 2002-02-26
11383
11384 2002-02-25 [christoph]  0.7.2claws14
11385
11386         * src/filtering.[ch]
11387         * src/inc.c
11388                 do filtering stuff after all messages have been received
11389                   1. drop all messages to .processing
11390                   2. scan processing folder for messages
11391                   3. filter messages or move to inbox
11392                 this will also find old messages left in processing after
11393                 a crash or something like that and we get a real msginfo
11394                 from folder->get_msg_list and do not have to create our
11395                 own in filter_message
11396         * src/matcher_parser_parse.y
11397                 remove MIX/MAX warning (reordered includes)
11398
11399 2002-02-25 [paul]       0.7.2claws13
11400
11401         * sync with sylpheed 0.7.2cvs15
11402                 see ChangeLog entry 2002-02-24
11403
11404 2002-02-24 [alfons]     0.7.2claws12
11405
11406         * src/filtering.c
11407                 clear old color flags first when applying a new color to
11408                 a message info. 
11409                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
11410
11411 2002-02-24 [alfons]     0.7.2.claws11
11412         
11413         * AUTHORS
11414         * src/prefs_common.c
11415                 add presets for Opera and Konqueror, closes patch #517261,
11416                 submitted by Ville Skyttä <scop@users.sourceforge.net>
11417
11418 2002-02-24 [alfons]     0.7.2.claws10
11419
11420         * AUTHORS
11421         * src/summaryview.c
11422                 fix threading for null message ids, closes patch #521601,
11423                 submitted by Bob Forsman <hammor@users.sourceforge.net>
11424
11425 2002-02-24 [alfons]     0.7.2claws9
11426
11427         * src/summaryview.c
11428         * src/filtering.c
11429                 make Tool | Filter Message work with filtering system so
11430                 setting flags also works
11431
11432                 TODO:
11433
11434                 - Processing uses the same function as Tool | Filter
11435                   Message, but doesn't use the same update proc yet
11436
11437 2002-02-23 [paul]       0.7.2claws8
11438
11439         * sync with sylpheed 0.7.2cvs14
11440                 see ChangeLog entries 2002-02-22 and 2002-02-23
11441
11442 2002-02-22 [christoph]  0.7.2claws7
11443
11444         * src/quote_fmt.c
11445                 Add column space to table
11446         * src/quote_fmt_parse.y
11447                 Close files
11448
11449 2002-02-22 [paul]       0.7.2claws6
11450
11451         * src/Makefile.am
11452           src/defs.h
11453           src/filtering.c
11454           src/inc.[ch]
11455           src/mainwindow.c
11456           src/matcher.[ch]
11457           src/matcher_parser_lex.l
11458           src/matcher_parser_parse.y
11459           src/pop.[ch]
11460           src/prefs_account.h
11461           src/prefs_filtering.c
11462           src/selective_download.[ch]   *** NEW FILES ***
11463           src/utils.[ch]
11464           po/POTFILES.in
11465                 Selective Download added to 'Tool' menu. 
11466                 Retrieves email headers of the currently selected pop3 
11467                 account and allows the user to mark emails for deletion 
11468                 right on the pop3 server. Patch submitted by Oliver Haertel 
11469                 <oha@users.sourceforge.net>.
11470         
11471         * po/POTFILES.in
11472                 add 'src/quote_fmt.c'           
11473
11474 2002-02-22 [christoph]  0.7.2claws5
11475
11476         * src/Makefile.am
11477                 added quote_fmt.c
11478         * src/prefs_common.[ch]
11479         * src/prefs_template.c
11480         * src/quote_fmt.c               *** NEW FILE ***
11481         * src/quote_fmt.h
11482                 move quote format symbol description code
11483                 to it's own file because it is used from
11484                 differnent code parts
11485                 Rewrote symbol description GUI
11486                   + use table
11487                   + add separators
11488                   + get data from array (no more long constant strings)
11489         * src/quote_fmt_lex.l
11490         * src/quote_fmt_parse.y
11491                 Symbol for Literal % changed to \% instead of %%
11492                 (More logical as \ is used for quoting for other symbols)
11493                 Add |f and |p to include files and program output
11494                 Examples:
11495                     |f{/home/.../.signature}
11496                     |p{date}
11497         * po/de.po
11498                 Correct wrong spelling for "Referenzen"
11499
11500 2002-02-21 [paul]       0.7.2claws4
11501
11502         * src/procmsg.c
11503                 forgotten during sync
11504
11505 2002-02-21 [paul]       0.7.2claws3
11506
11507         * sync with sylpheed 0.7.2cvs11
11508                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
11509                 2002-02-20 and 2002-02-21
11510
11511 2002-02-20 [melvin]     0.7.2claws2
11512
11513         * src/prefs_actions.c
11514                 Added error report when child cannot fork or when execvp 
11515                 returns with an error.
11516
11517 2002-02-19 [christoph]  0.7.2claws1
11518
11519         * src/codeconv.c
11520                 return unconverted text if conde conversion is not possible
11521                 when libjconv is used.
11522                 (patch submitted by "Simon 'corecode' Schubert")
11523
11524 2002-02-19 [paul]       
11525
11526         * version 0.7.2claws release
11527
11528 2002-02-19 [paul]       0.7.2claws
11529
11530         * po/nl.po
11531                 updated by Wilbert Berendsen
11532
11533
11534 2002-02-18 [alfons]     0.7.1claws13
11535
11536         * src/syldap.c
11537         * src/jpilot.c
11538                 remove references to dlfcn and explicitly loading functions
11539                 from dynalink libs, because libs linked anyway, and functions
11540                 are loaded explicitly
11541
11542 2002-02-17 [melvin]     0.7.1claws12
11543
11544         * src/prefs_actions.c
11545                 Replaced children wait loop with double fork technique.
11546                 Now, input/output window updated at each new output.
11547                 free_children(): Fixed a memory leak.
11548                 Made input/output window non closable if running children
11549                 still exist.
11550                 Added missing <unistd.h> include.
11551                 Added some --debug outputs.
11552
11553 2002-02-17 [melvin]     0.7.1claws11
11554
11555         * src/summaryview.c
11556                 Fixed bug where descending sort order did not select top
11557                 message.
11558
11559 2002-02-17 [melvin]     0.7.1claws10
11560
11561         * acconfig.h
11562                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
11563         * src/prefs_common.c
11564                 Pspell data package directory no more hard coded but
11565                 set during configuration (PSPELL_PATH). (Thanks to 
11566                                 Gustavo Noronha Silva.)
11567
11568 2002-02-17 [melvin]     0.7.1claws9
11569
11570         * configure.in
11571                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
11572         * src/gtkspell.c
11573                 Fixed compile-time warnings.
11574
11575 2002-02-16 [alfons]     0.7.1claws8
11576
11577         * src/filesel.c
11578                 fix inadvertent free of NULL pointer which caused
11579                 sylpheed to crash when closing the save-as dialog
11580                 using the window close button
11581
11582 2002-02-16 [carsten]    0.7.1claws7
11583         * src/mainwindow.[ch]
11584           src/summaryview.c
11585           src/prefs_common.c
11586                 fixes for pixmap theming code:
11587                         - recently changed mail attributes shouldn't get
11588                           lost any longer
11589                         - theme is only reloaded iff another theme was
11590                           selected
11591
11592 2002-02-16 [paul]       0.7.1claws6
11593
11594         * sync with sylpheed 0.7.2 release
11595                 see ChangeLog entry 2002-02-15 and 2002-02-16
11596
11597 2002-02-15 [paul]       0.7.1claws5
11598
11599         * sync with sylpheed 0.7.1cvs9
11600                 see ChangeLog entry 2002-02-15
11601
11602         * po/POTFILES.in
11603                 remove unneeded headerwindow.c entry
11604
11605 2002-02-14 [carsten]    0.7.1claws4
11606         * src/summaryview.c
11607                 fixed a bug for "Go to next unread message": there was
11608                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
11609                 in the prefs, because of doing "Search again" instead
11610                 "No"
11611
11612 2002-02-14 [carsten]    0.7.1claws3
11613         * src/stock_pixmap.c
11614                 removed 2 more mem leaks; following memprof,
11615                 this code is "leak free" now :)
11616
11617 2002-02-14 [carsten]    0.7.1claws2
11618         * src/stock_pixmap.c
11619                 used opendir/readdir/closedir instead of scandir
11620                 -> code should work now on Solaris
11621
11622 2002-02-14 [paul]       0.7.1claws1
11623
11624         * sync with sylpheed 0.7.1cvs8
11625                 see ChangeLog entries 2002-02-13 and 2002-02-14
11626
11627         * README.claws
11628                 add some description of Actions and Pixmap Themes
11629
11630 2002-02-13 [paul]       
11631
11632         * version 0.7.1claws release
11633
11634 2002-02-13 [paul]       0.7.1claws
11635
11636         * po/es.po
11637           po/it.po
11638           po/pt_BR.po
11639                 updated translations, submitted by Ricardo Mones Lastra,
11640                 Alessandro Maestri and Fabio Junior Beneditto
11641
11642 2002-02-13 [melvin]     0.7.0claws75
11643
11644         * src/prefs_actions.c
11645                 Added missing "signal.h" include
11646
11647 2002-02-13 [melvin]     0.7.0claws74
11648
11649         * src/prefs_folder_item.c
11650                 Added missing "config.h" include
11651         * po/fr.po
11652                 Updated French translation for folder propriety.
11653
11654 2002-02-13 [jens]       0.7.0claws73
11655
11656         * po/POTFILES.in
11657                 Added missing src/prefs_folder_item.c [log added by melvin]
11658         * po/de.po
11659                 Updated German translation.
11660
11661 2002-02-13 [melvin]     0.7.0claws72
11662
11663         * po/fr.po
11664                 Updated French translation.
11665
11666 2002-02-13 [melvin]     0.7.0claws71
11667
11668         * src/gtkutils.c
11669                 Made gtkut_editable_get_selection return NULL if selection
11670                 is of length zero.
11671                 This fixes a bug where selecting part of message A then
11672                 switching to message B and replying to it will not
11673                 quote the message's body.
11674
11675 2002-02-12 [paul]       0.7.0claws70
11676
11677         * src/mainwindow.c
11678                 cosmetic, relating to pixmap themes: on toolbar make 
11679                 updating of 'Exec' and 'Compose news/Compose email'
11680                 icons faster.
11681
11682 2002-02-12 [carsten]    0.7.0claws69
11683         * src/folderview.c
11684           src/mainwindow.[ch]
11685           src/stock_pixmap.c
11686           src/summaryview.c
11687           src/prefs_common.c
11688                 - refreshing after changing pixmap theme better
11689                   now (thanks Paul)
11690                 - wanted to remove some mem leaks, but alfons was
11691                   faster (and had the better solution ;)
11692
11693 2002-02-12 [alfons]     0.7.0claws68
11694
11695         * src/prefs_common.c
11696         * src/stock_pixmap.[ch]
11697                 plug mem leaks, refactor code a little bit
11698
11699
11700 2002-02-12 [sergey]     0.7.0claws67
11701
11702         * src/imap.c
11703                 Fixed problem with copying messages to IMAP folders when the
11704                 server uses something other than '/' as a namespace separator
11705                 (cyrus-imapd uses '.').
11706
11707 2002-02-12 [jens]       0.7.0claws66
11708
11709         * po/de.po
11710                 Updated German Translation
11711
11712 2002-02-12 [paul]       0.7.0claws65
11713
11714         * sync with sylpheed 0.7.1cvs1
11715                 see ChangeLog entry 2002-02-12
11716
11717 2002-02-12 [melvin]     0.7.0claws64
11718
11719         * src/prefs_actions.c
11720                 Fixed "feature" where children's output was duplicated 
11721                 instead of refreshed while monitoring.
11722                 Removed some debug code.
11723
11724 2002-02-12 [christoph]  0.7.0claws63
11725
11726         * src/compose.c
11727                 always delete message from queue after sending/send error
11728                 (closes bug #509601)
11729
11730 2002-02-12 [melvin]     0.7.0claws62
11731
11732         * src/prefs_actions.c
11733                 Children wait loop is now triggered with a timeout of 1s
11734                 Added %F which is replaced with the list of filenames 
11735                 of all selected messages (as suggested by Ricardo Mones Lestra)
11736                 Pipe syntax changed. Prefix with | to send selection, postfix
11737                 with | to retrieve output. Prefix with > or * to send
11738                 user definable input to the command (*: input is hidden)
11739                 Old pipe action should now be postfixed with |, too.
11740
11741 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
11742         * src/stock_pixmap.c
11743                 fixed a bug: if there's no theme directory don't
11744                 throw an error, just do "nothing" (thanks Alfons)
11745
11746 2002-02-12 [carsten]    0.7.0claws60
11747         * src/folderview.c
11748           src/summaryview.c
11749                 had to write the cache twice (nasty!); some marks would 
11750                 get lost if not
11751
11752 2002-02-11 [carsten]    0.7.0claws59
11753         * acconfig.h
11754           configure.in
11755           doc-src/maintainer_guide.txt
11756           src/compose.[ch]
11757           src/defs.h
11758           src/folderview.[ch]
11759           src/gtkutils.[ch]
11760           src/mainwindow.[ch]
11761           src/prefs_common.[ch]
11762           src/stock_pixmap.[ch]
11763           src/summaryview.[ch]
11764                 pixmap theming and related work on pixmap
11765                 handling on some other places
11766                 (e.g. hrm features for all folder)
11767           src/pixmap/stock_*.xpm -> the stock_ was removed
11768         
11769 2002-02-11 [paul]       0.7.0claws58
11770
11771         * sync with sylpheed 0.7.1 release
11772                 see ChangeLog entries 2002-02-11
11773
11774 2002-02-08 [paul]       0.7.0claws57
11775
11776         * sync with sylpheed 0.7.0cvs39
11777                 see ChangeLog entry 2002-02-07 (last entry) 
11778
11779         * src/prefs_actions.c
11780           src/prefs_filtering.c
11781           src/prefs_matcher.c
11782           src/prefs_scoring.c
11783                 sync: made it compile with C compilers other than gcc
11784
11785 2002-02-07 [paul]       0.7.0claws56
11786
11787         * sync with sylpheed 0.7.0cvs38
11788                 see ChangeLog entries 2002-02-06 (last 2 entries) and
11789                 2002-02-07
11790
11791 2002-02-07 [darko]      0.7.0claws55
11792
11793         * src/gtkutils.[ch]
11794         * src/summaryview.c
11795                 Fix const gchar */gchar * issue (thanks Hiro)
11796
11797 2002-02-07 [darko]      0.7.0claws54
11798
11799         * src/compose.[ch]
11800         * src/filtering.c
11801         * src/gtkutils.[ch]
11802         * src/prefs_template.c
11803         * src/quote_fmt.h
11804         * src/quote_fmt_parse.y
11805         * src/summaryview.c
11806         * src/utils.[ch]
11807                 When replying or forwarding an email don't quote the entire
11808                 mail body but use the part of the message text that is selected
11809
11810 2002-02-06 [melvin]     0.7.0claws53
11811
11812         * src/prefs_common.[ch]
11813         * src/gtkspell.[ch]
11814         * src/compose.c
11815                 Made possible to switch quickly to last used dictionary
11816                 which makes checking bilingual documents easier.
11817
11818 2002-02-06 [melvin]     0.7.0claws52
11819         
11820         * po/POTFILES.in
11821                 Added forgotten new file src/prefs_actions.c
11822
11823 2002-02-06 [melvin]     0.7.0claws51
11824
11825         * src/prefs_actions.c   ** NEW FILE **
11826         * src/prefs_actions.h   ** NEW FILE **
11827                 Added actions to execute on message text view, or on the
11828                         message's file.
11829         * src/Makefile.am
11830                 Added src/prefs_actions.[ch]
11831         * src/compose.c
11832                 Added new menu "Edit/Actions"
11833         * src/defs.h
11834                 Added new actionsrc file.
11835         * src/main.c
11836                 Added actionsrc reading.
11837         * src/mainwindow.c
11838                 Added new menus "Edit/Actions" and "Configuration/Actions..."
11839         * src/prefs_common.h
11840                 Added new element actionslst element to prefs_common.
11841
11842 2002-02-06 [paul]       0.7.0claws50
11843
11844         * sync with sylpheed 0.7.0cvs36
11845                 see ChangeLog entry 2002-02-06
11846
11847 2002-02-05 [paul]
11848
11849         * po/es.po
11850                 updated by Ricardo Mones Lastra
11851
11852 2002-02-05 [paul]       0.7.0claws49
11853
11854         * sync with sylpheed 0.7.0cvs33
11855                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
11856
11857 2002-02-05 [paul]       0.7.0claws48
11858
11859         * src/compose.c
11860                 re-add 'Edit/Advanced/Delete entire line', previously named
11861                 'Delete Line+'
11862
11863 2002-02-04 [paul]       0.7.0claws47
11864
11865         * src/compose.c
11866           src/summaryview.c
11867                 fix bug #494993 (Reply All not taking Reply-To into consi)
11868                 eliminate differences in behaviour of right-click 'Reply to all' 
11869                 in summary view and 'Reply to all' on the toolbar. 
11870                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
11871                 view and From gets ignored by 'Reply to all' on toolbar.
11872                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
11873                 From when no Reply-To header is present.
11874
11875 2002-02-04 [paul]       0.7.0claws46
11876
11877         * sync with sylpheed 0.7.0cvs30
11878                 see ChangeLog entries 2002-02-03 and 2002-02-04
11879
11880 2002-02-03 [melvin]     0.7.0claws45
11881
11882         * src/gtkspell.[ch]
11883                 Readded function to highlight all misspelled words.
11884                 Fixed bug where user-provided-words did not replace
11885                         correctly the misspelled word when using the mouse.
11886                 Fixed bug where checking a region selected from right to left did
11887                         not check the region at all.
11888                 Fixed bug where 'Check backwards' may not check at all. 
11889                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
11890                 Fixed possible buffer overflow when checking for long strings (>1k).
11891                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
11892                 Accelerators code uses now gtk_widget_add_accel.
11893                 Removed and disabled obsolete and unfinished code.
11894                 Cleaning up.
11895
11896         * src/compose.c
11897                 Added menu item to Highlight all misspelled words.
11898
11899 2002-02-01 [paul]       0.7.0claws44
11900
11901         * src/mainwindow.c
11902                 fix '/View/Hide read messages' sensitivity when all
11903                 messages in a folder are hidden
11904
11905 2002-02-01 [paul]       0.7.0claws43
11906
11907         * src/main.c
11908                 add --send option to command line interface, sends all
11909                 queued mail. Patch submitted by Ricardo Mones Lastra.
11910
11911 2002-01-31 [paul]       0.7.0claws42
11912
11913         * src/mainwindow.c
11914                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
11915
11916 2002-01-31 [paul]       0.7.0claws41
11917
11918         * sync with sylpheed 0.7.0cvs27
11919                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
11920                 and 2002-01-31
11921
11922         * src/textview.c
11923                 comment out elements of textview_show_part() as temporary
11924                 workaround for attachment 'Display as text' bug 
11925
11926         * po/pt_BR.po
11927                 updated by Fabio Junior Beneditto
11928
11929 2002-01-30 [paul]       0.7.0claws40
11930
11931         * sync with sylpheed 0.7.0cvs24
11932                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
11933                 and 2002-01-30
11934
11935         * src/compose.c
11936                 add {N_("/_Spelling"), ... "<Branch>"} to 
11937                 GtkItemFactoryEntry compose_entries[]
11938
11939         * src/prefs_common.c
11940                 add claws menu items to prefs_keybind_apply_clicked()
11941                 and remove non-claws menu items
11942
11943 2002-01-29 [paul]       0.7.0claws39
11944
11945         * sync with sylpheed 0.7.0cvs22
11946                 see ChangeLog entries 2002-01-28 and 2002-01-29
11947
11948 2002-01-28 [melvin]     0.7.0claws38
11949
11950         * src/compose.c
11951                 Added the declartion of compose_send_control_enter.
11952
11953         * src/compose.c
11954         * src/gtkspell.[ch]
11955                 Added in a 'Spelling' menu which includes the configuration menu. 
11956                 Added a real 'Check all' and got rid from the old one which only
11957                 highlited misspelled word.
11958                 Made 'Check while typing' a disableable option.
11959                 Added a dialog when there are no more misspelled word.
11960                 Added a dialog if error occurs when switching to a dictionary.
11961         
11962         * src/prefs_common.[ch]
11963                 Added option for the default 'Check while typing' option.
11964
11965
11966 2002-01-28 [alfons]     0.7.0claws37
11967
11968         * src/compose.c
11969                 fix buglet and make code comply with sylpheed code style
11970
11971 2002-01-28 [paul]       0.7.0claws36
11972
11973         * sync with sylpheed 0.7.0cvs19
11974                 see ChangeLog entries for 2002-01-28
11975
11976 2002-01-28 [hoa]        0.7.0claws35
11977
11978         * src/defs.h
11979                 added rendererrc
11980
11981         * src/main.c
11982                 read the renderer config
11983
11984         * src/procmime.[ch]
11985                 use the renderer config to convert mime attachments
11986
11987         * src/textview.c
11988                 don't use textview_show_html/ertf,
11989                 use get_text_content instead
11990
11991 2002-01-27 [alfons]     0.7.0claws34
11992         
11993         * src/news.c
11994                 make sylpheed believe it can delete a news message...
11995                 (messages are NOT deleted, maybe we should remove
11996                 processing from the folder properties after all.)
11997
11998 2002-01-27 [alfons]     0.7.0claws33
11999
12000         * src/folder.c
12001                 add extra checks
12002         * src/news.c
12003                 implement remove_msg() 
12004
12005 2002-01-27 [alfons]     0.7.0claws32
12006
12007         * src/procmsg.h
12008         * src/procheader.c
12009         * src/messageview.c
12010                 fix return receipt / disposition notification again. this
12011                 stuff seems to break on _every_ major summary UI change, so
12012                 it's now implemented using a flag which is saved in the
12013                 marks cache
12014                 
12015 2002-01-26 [alfons]     0.7.0claws31
12016
12017         * src/import.c
12018                 let import dialog show the destination folder identifier
12019
12020 2002-01-26 [melvin]     0.7.0claws30
12021
12022         * src/folderview.c
12023         * src/summaryview.c
12024                 Readded 'Mark all read' into summary view popup menu
12025                 Added 'Mark all read' in folder view popup menu for IMAP
12026                 and NNTP.
12027                 Made it insensitive if the selected folder is not the shown
12028                 one to avoid 'Mark all read' on the wrong folder.
12029                 
12030 2002-01-26 [paul]       0.7.0claws29
12031
12032         * src/folderview.c
12033           src/summaryview.c
12034                 move 'Mark all read' from summary view to folder view
12035                 menu. (adapted from) patch submitted by Jeremy Andrews,
12036                 <lists@kerneltrap.com>
12037
12038 2002-01-25 [alfons]     0.7.0claws28
12039
12040         * src/gtkstext.c
12041                 put the gtk class name back so GtkSText adapts the 
12042                 settings of GtkText
12043
12044 2002-01-25 [alfons]     0.7.0claws27
12045
12046         * src/folderview.c 
12047                 assimilate Ricardo's patch that shows pixmaps instead of
12048                 plain "new" and "unread" texts in the folder view column
12049                 headers 
12050
12051 2002-01-25 [paul]       0.7.0claws26
12052
12053         * src/Makefile.am
12054                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
12055                 be found in non-standard locations. 
12056                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
12057
12058 2002-01-25 [paul]       0.7.0claws25
12059
12060         * sync with sylpheed 0.7.0cvs16
12061                 see ChangeLog entry 2002-01-25
12062
12063 2002-01-24 [paul]       0.7.0claws24
12064
12065         * more sync with sylpheed 0.7.0cvs15
12066                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
12067
12068 2002-01-23 [sergey]     0.7.0claws23
12069
12070         * src/importldif.c
12071                 Fixed segfault when closing LDIF import wizard with
12072                 the window manager.
12073         * src/imageview.c
12074         * src/imageview.h
12075         * src/messageview.c
12076         * src/mimeview.c
12077                 Fixed wrong scrolling position after switching between
12078                 text and image parts.
12079
12080 2002-01-23 [paul]       0.7.0claws22
12081
12082         * sync with sylpheed 0.7.0cvs15
12083                 see ChangeLog entries 2002-01-22 and 2002-01-23
12084
12085 2002-01-21 [melvin]     0.7.0claws21
12086
12087         * src/prefs_scoring.c
12088         * src/prefs_filtering.c
12089                 Fixed bug where scoring and filtering windows stopped
12090                 autochecking.
12091
12092 2002-01-21 [paul]       0.7.0claws20
12093
12094         * sync with sylpheed 0.7.0cvs12
12095                 see ChangeLog entries 2002-01-20 and 2002-01-21
12096
12097 2002-01-21 [carsten]    0.7.0claws19
12098         * src/mainwindow.c
12099         * src/menu.[ch]
12100         * src/messageview.[ch]
12101         * src/summaryview.[ch]
12102                 changes to shortcuts handling again:
12103                         + "Q" now controled by mainwin
12104                         + v/V are now customizable and have slightly
12105                           different meanings
12106                 the "button" to minimize the messageview (and maximize
12107                 the summary view) is a real button now
12108         * src/compose.c
12109                 "Delete Line+" added to Edit/Advanced (this will also
12110                 delete the '\n')
12111
12112 2002-01-20 [melvin] 0.7.0claws18
12113
12114         * src/addressbook.c
12115                 Made "Bcc" sensitive when addressbook is called from
12116                 compose window (it was a Claws only bug).
12117
12118 2002-01-19 [alfons] 0.7.0claws17
12119
12120         * src/inc.c
12121                 prevent unnecessary updates when currently selected folder has
12122                 no new messages 
12123
12124 2002-01-19 [alfons] 0.7.0claws16
12125         
12126         * src/summaryview.c
12127                 prevent writing the cache based on current message list in summary 
12128                 view when filtering also put messages in currently selected folder
12129
12130 2002-01-19 [paul]
12131
12132         * po/it.po
12133                 Italian translation submitted by Alessandro Maestri
12134                 <a.maestri@cs.tin.it>
12135
12136 2002-01-18 [melvin]     0.7.0claws15
12137
12138         * src/prefs_filters.c
12139                 fixed bug where 'cancel' from 'filters' window stops autochecking
12140                 if the timer timed out  when the window was open.
12141
12142 2002-01-18 [match]      0.7.0claws14
12143
12144         * src/addrclip.[ch]     ** NEW FILE **
12145         * src/addrselect.[ch]   ** NEW FILE **
12146         * src/adbookbase.h      ** NEW FILE **
12147                 addressbook cut, copy and paste
12148         * src/addrbook.[ch]
12149         * src/addrcache.[ch]
12150         * src/addressitem.h
12151         * src/addrindex.[ch]
12152         * src/addritem.[ch]
12153         * src/importldif.c
12154         * src/importmutt.c
12155         * src/jpilot.[ch]
12156         * src/syldap.[ch]
12157         * src/vcard.[ch]
12158         * src/jpilot.[ch]
12159         * src/editbook.c
12160         * src/editjpilot.c
12161         * src/editldap.c
12162         * src/editvcard.c
12163                 support for copy/paste
12164         * src/addressbook.c
12165                 support for copy/paste
12166                 tidy up menu option processing
12167                 correct address list function arguments
12168         * src/editaddress.c
12169                 sort user attributes
12170         * src/ldif.h
12171         * src/mutt.h
12172                 tidy up
12173
12174         * src/addrbook.[ch]
12175         * src/addrbook.[ch]
12176         * src/addrbook.[ch]
12177                 
12178
12179 2002-01-18 [paul]       0.7.0claws13
12180
12181         * sync with sylpheed 0.7.0cvs8
12182                 configure.in: support Mac OS X (Darwin)
12183
12184 2002-01-18 [carsten]    0.7.0claws12
12185         * src/html.c
12186                 small hack to fix a segfault with an empty href
12187                 (reported by Alexandra Walford <deeni@altern.org>)
12188         * src/mainwindow.c
12189         * src/summaryview.c
12190                 the shortcuts for Mark und Mark as unread are hardcoded
12191                 again
12192         * src/compose.c
12193         * src/gtkstext.[ch]
12194                 readded the shortcuts in gtkstext but made them
12195                 customizeable (simply by adding a menu plus a wrapper
12196                 to compose.c)
12197
12198 2002-01-17 [melvin]     0.7.0claws11
12199
12200         * src/gtkspell.c
12201                 fix default dictionary not being saved.
12202
12203 2002-01-16 [darko]      0.7.0claws10
12204
12205         * src/compose.c
12206                 fix wrapping crash with URL longer than wrapping margin
12207
12208 2002-12-08 [hoa]        0.7.0claws10
12209
12210         * src/matcher_parser_parse.y
12211                 fixed some bugs
12212
12213         * src/prefs_filtering.c
12214                 now, we can use bounce action in the dialog box.
12215
12216 2002-01-16 [carsten]    0.7.0claws9
12217         * src/gtkstext.c
12218                 removed the <control> and <alt> shortcuts because they're
12219                 not needed and interefered with the "normal" shortcuts
12220         * src/mainwindow.c
12221         * src/summaryview.c
12222                 removed most of the hardcoded shortcuts and assigned
12223                 them to menu entries making them easy customizable by
12224                 that
12225
12226 2002-01-16 |melvin]     0.7.0claws8
12227
12228         * src/gtkspell.c
12229                 fixed bug where using the mouse and when the compose
12230                 window is not on top may result in a crash.
12231
12232 2002-01-16 [melvin]     0.7.0claws7
12233
12234         * src/compose.c
12235                 fixed a long standingspell checker bug which could 
12236                 cause a crash after sending a message.
12237
12238 2002-01-16 [paul]       0.7.0claws6
12239
12240         * sync with sylpheed 0.7.0cvs7
12241                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
12242                 2002-01-15, and 2002-01-16
12243
12244 2002-01-16 [melvin]     0.7.0claws5
12245
12246         * README.claws
12247         * src/compose.c
12248         * src/gtkspell.[ch]
12249         * src/main.c
12250                 Heavily modified spell checker code to work around
12251                 ispell bug, to add keyboard shortcuts and for future
12252                 enhancements. See README.claws for usage information.
12253
12254 2002-01-15 [alfons]     0.7.0claws4
12255         
12256         * src/summaryview.c
12257                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
12258                 so sorting within threads reflects sort mode
12259
12260 2002-01-15 [christoph]  0.7.0claws3
12261
12262         * src/procmsg.c
12263                 added alertpanel if mail sending failed
12264
12265 2002-01-15 [alfons]     0.7.0claws2
12266         
12267         * src/prefs_filtering.c
12268                 don't stop timer when prefs filtering dialog is opened
12269
12270 2002-01-14 [alfons]     0.7.0claws1
12271
12272         * src/addr_compl.c
12273         * src/prefs.c
12274                 remove debug_print()s for privacy reasons
12275
12276 2002-01-14 [darko]      0.7.0claws
12277
12278         * README.claws
12279                 quotation wrapping is now also in the main branch
12280
12281 2002-01-14 [paul]
12282
12283         * tools/filter_conv.pl
12284                 allow for Boolean Op and case-sensitivity
12285                 this file is included in the release and tagged
12286                 'rel_0_7_0'
12287
12288 2002-01-13 [paul]       0.7.0claws
12289
12290         * release 0.7.0, with cvs tag 'rel_0_7_0'
12291
12292 2002-01-13 [paul]
12293
12294         * tools/filter_conv.pl
12295         * tools/README
12296                 rewritten to output to matcherrc instead of filteringrc
12297
12298         * po/es.po
12299                 updated Spanish translation by Ricardo Mones Lastra
12300
12301 2002-01-13 [alfons]
12302
12303         * po/nl.po
12304                 update dutch translation
12305
12306 2002-01-13 [paul]
12307
12308         * po/pt_BR.po
12309                 Updated by Fabio Junior Beneditto 
12310
12311 2002-01-13 [melvin]     0.6.6claws53
12312
12313         * po/fr.po
12314                 Updated french translation
12315
12316 2002-01-12 [alfons]     0.6.6claws52
12317
12318         * src/filtering.c
12319                 plug mem leak that has been sitting there for ages              
12320
12321 2002-01-12 [alfons]     0.6.6claws51
12322
12323         * src/summaryview.c
12324                 undo melvin's changes from 0.6.6claws48 because summary
12325                 view now refuses to select first unread message when
12326                 selecting a folder 
12327
12328 2002-01-11 [alfons]     0.6.6claws50
12329
12330         * src/import.c
12331                 use claws' semantics for getting folder item when
12332                 importing an mbox file into a folder 
12333                 (submitted by Dale P. Smith)
12334
12335 2002-01-11 [christoph]  0.6.6claws49
12336
12337         * src/prefs.h
12338                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
12339                 toggle widget, because non static prefs can not use
12340                 prefs_set_* functions
12341         * src/prefs_account.c
12342                 toggle smtp auth password field sensitivity if
12343                 user id is empty and add descrition of usage for
12344                 these fields
12345         * src/prefs_folder_item.c
12346                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
12347                 callbacks
12348
12349 2002-01-11 [melvin]     0.6.6claws48
12350
12351         * src/compose.c
12352                 fix the 'Ctrl-Enter' feature for sending and test really
12353                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
12354                 editables which was not documented in Gtk)
12355
12356         * src/summaryview.c
12357                 Made summaryview refresh after sorting and not before.
12358
12359 2002-01-11 [christoph]  0.6.6claws47
12360
12361         * src/compose.c
12362                 select account from account ids if possible and
12363                 correctly set save folder for copy in reedit
12364
12365 2002-01-10 [paul]       0.6.6claws46
12366
12367         * sync with sylpheed 0.7.0 release
12368                 see ChangeLog entries 2002-01-07, 2002-01-08 and
12369                 2002-01-09
12370
12371 2002-01-09 [alfons]
12372
12373         * src/summaryview.c
12374                 remove more dirt traces...
12375
12376 2002-01-09 [alfons]
12377         
12378         * src/summaryview.c
12379                 clean up some traces of my debugging stuff
12380
12381 2002-01-09 [alfons]     0.6.6claws45
12382
12383         * src/filtering.c
12384                 break up filteringprop_apply() in three separate pieces
12385                 so we can drop messages that failed processing in the
12386                 inbox
12387
12388         * src/summaryview.c
12389                 fix bug #469598 "no refresh of inbox after filter" which 
12390                 was introduced by the new summary view locking, and which 
12391                 prevented the summary view to update after a manual filter 
12392                 message. claw's filter message requires a summary_show().
12393                 (aargh, summary_show() again! :-)
12394                 
12395 2002-01-07 [alfons]     0.6.6claws44
12396
12397         * src/headerwindow.c
12398         * src/logwindow.c
12399         * src/messageview.c
12400         * src/sourcewindow.c
12401                 bring in Hiro's last 0.7.0 wm class fixes
12402
12403         * tools/sylprint.pl
12404                 bring in Ricardo's fix for sylprint script
12405
12406         * AUTHORS       
12407         * src/rfc2015.[ch]
12408         * src/prefs_common.[ch]
12409         * src/prefs_account.[ch]
12410         * src/compose.c
12411                 clean up account preference poison in rfc2015,
12412                 and preparation to fix double sign bug 
12413                 (patch submitted by Simon 'corecode' Schubert)
12414
12415 2002-01-07 [christoph]  0.6.6claws43
12416
12417         * src/mh.c
12418                 search for free message number, do not only rely
12419                 on last_num
12420         * src/send.c
12421                 fix smtp auth and use extra account information
12422                 if available, if not use pop3 data instead
12423                 (closes bug #500341)            
12424         * src/ssl.[ch]
12425                 match coding style
12426
12427 2002-01-06 [alfons]     0.6.6claws42
12428
12429         * src/mainwindow.c
12430                 try making the separate windows work again...
12431
12432 2002-01-06 [alfons]     0.6.6claws41
12433
12434         * src/mainwindow.c
12435                 adapt Hiro's separate window menu (to get rid of the funny
12436                 duplicate menu items), and make it work again
12437
12438 2002-01-06 [alfons]     0.6.6claws40
12439
12440         * tools/Makefile.am
12441         * tools/sylprint.rc
12442         * tools/sylprint.pl
12443         * tools/README.sylprint
12444                 add sylprint script for printing mails from Sylpheed
12445                 (contributed by Ricardo Mones Lastra)
12446
12447         * src/acount.c
12448                 clean up
12449
12450 2002-01-06 [melvin]     0.6.6claws39
12451
12452         * src/mainwindow.c
12453         * src/summaryview.c
12454                 Fixed crash introduced in 0.6.6claws38 by the menu
12455                 reorganisation (Hide read messages)
12456         
12457         * ChangeLog.claws 
12458                 Fixed typo (we are now in 2002, alfons ;) )
12459
12460 2002-01-05 [alfons]     0.6.6claws38
12461
12462         * sync with sylpheed 0.6.6cvs10-17
12463                 (last stuff marked as LAST_STABLE)
12464
12465 2002-01-04 [melvin]     0.6.6claws37
12466
12467         * src/account.c
12468                 Made account selection code use strcasestr again instead of
12469                 g_strcasecmp (fixes bug where reediting queued messages
12470                 did not select proper account reported by T. Link).
12471         
12472         * src/folderview.c
12473                 Fix bug where folder icons are not shown when 'hide read messages'
12474                 is on.
12475         
12476         * src/stock_pixmaps.[ch]
12477                 Added folder icons for 'hide read messages'.
12478         
12479         * src/compose.c
12480                 Fixed bug where 'Enter' in a header entry will send the message 
12481                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
12482
12483 2002-01-03 [melvin]     0.6.6claws36
12484         
12485         * src/prefs.[ch]
12486                 Added popup menu for common preferences and
12487                 account preferences (right click on tab displays
12488                                 a menu of all tabs.)
12489
12490 2002-01-02 [melvin]     0.6.6claws35
12491
12492         * src/gtkspell.[ch]
12493                 Made spelling code compatible with undo/redo feature.
12494                 Added creation of suggestion mode menu for the general
12495                         preferences.
12496         
12497         * src/prefs_common.[ch]
12498                 Added option menu for the speller's suggestion mode.
12499                 Added missing spaces in "..." buttons and made a "..."
12500                         button non translatable!
12501         
12502         * src/compose.c
12503                 Made speller use the default suggestion mode.
12504                 Hack to make it possible to choose 'CTRL-Enter' as a
12505                         shortcut for sending (and only for sending).
12506
12507         * src/prefs_folder_item.c
12508                 Changing subject simplification does not update cache 
12509                         anymore (because it is unnecessary).
12510                 Fixed bug where changing subject simplification updated the 
12511                         summaryview even when the viewed folder is not the
12512                         folder which properties are being changed. (E.g. 
12513                                         viewing folder A and changing
12514                                         the subject simplification of 
12515                                         folder B -not being viewed- updated the 
12516                                         summaryview of folder A with data of
12517                                         folder B). (Hope this is clear... )
12518
12519 2001-12-31 [alfons]     0.6.6claws34
12520         
12521         * src/ldif.c
12522         * src/mutt.c
12523                 fgetc() returns a signed integer which doesn't
12524                 fit in a char. so c truncates this to a char
12525                 but we may lose significant bits. i.e. we may
12526                 comparing 0xFF which may not be equal to -1
12527                 unless properly casted to signed char which
12528                 we won't do because fgetc() returns a signed
12529                 integer which doesn't fit in a char. so c 
12530                 truncates this to a char but we may lose 
12531                 significat bits. (you got the idea, thanks
12532                 to Gustavo Noronha Silva <kov@debian.org>
12533                 and the Debian folks!)
12534
12535 2001-12-30 [alfons]     0.6.6claws33
12536
12537         * src/prefs_common.c
12538                 add #ifdef USE_PSPELLs that Melvin forgot               
12539
12540 2001-12-30 [melvin]     0.6.6claws32
12541         
12542         * src/prefs_common.[ch]
12543                 Added configurable color for misspelled words.
12544
12545         * src/gtkspell.[ch]
12546                 Fixed bug of foreground text color (reported by David
12547                                 Mehrmann)
12548                 Added configurable color for misspelled words.
12549
12550 2001-12-30 [alfons]     0.6.6claws31
12551
12552         * src/folder.c
12553                 remove unnecessary things someone put there
12554
12555         * src/mh.c
12556         * src/folder.[ch]
12557                 make folder properties (like threading and sorting) persistent
12558                 (closes bug #497424 "rescan folder tree resets proprieties")
12559                 currently this is only for MH folders. 
12560
12561 2001-12-29 [melvin]     0.6.6claws30
12562
12563         * src/string_match.[ch]
12564                 Optimized a bit: regexp pattern buffer compiled only once, and
12565                   one subroutine call removed. Fixed ^ regexp search: Now, 
12566                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
12567         
12568         * src/summaryview.c
12569                 Subject filtering changed to filter summary columns and
12570                   not directly the messages subject cache. The loss in 
12571                   performance is balanced by the improvement of string_match.
12572                 Added an alert panel if there is an error in the regexp.
12573
12574         * src/src/prefs_folder_item.h
12575                 Added a regexp pattern buffer.
12576
12577 2001-12-28 [alfons]     0.6.6claws29
12578
12579         * src/string_match.[ch]
12580                 clean up name space
12581                 allow compilation *BSD
12582
12583 2001-12-27 [alfons]     0.6.6claws28
12584
12585         * src/filter.c
12586                 sync the Hiro's bug fix for BSD
12587
12588 2001-12-27 [melvin]     0.6.6claws27
12589         
12590         * src/compose.c
12591                 Simplify focus to subject entry code.
12592
12593 2001-12-27 [darko]      0.6.6claws26
12594
12595         * src/filtering.c
12596         * src/mbox_folder.c
12597         * src/messageview.c
12598         * src/mh.c
12599         * src/procheader.[ch]
12600         * src/procmsg.h
12601         * src/stock_pixmap.[ch]
12602         * src/summaryview.c
12603                 Show key icon for encrypted mails in summary view
12604
12605         * src/pixmaps/clip.xpm
12606         * src/pixmaps/clipkey.xpm
12607         * src/pixmaps/key.xpm
12608                 New/modified icons for the above
12609
12610 2001-12-27 [melvin]     0.6.6claws25
12611
12612         * src/prefs_common.c
12613                 Put spell checker options in a separate tab to decrease
12614                 the Common Preferences window height.
12615
12616         * README.claws  
12617                 Update spell checker usage instruction about its options
12618                 location.
12619
12620 2001-12-27 [melvin]     0.6.6claws24
12621
12622         * src/compose.c
12623                 Changed subject entry widget position. Initial focus is
12624                 on the To header instead of the subject entry.
12625                 Creating a new header scrolls the header list to make the
12626                 created one visible. Nevertheless, when automatically filling
12627                 headers, the first one is shown.
12628                 A Tab key press in the last empty header entry zips the 
12629                 focus to the subject entry.
12630                 (I did not change the combo boxes, yet)
12631
12632 2001-12-26 [alfons]     0.6.6claws23
12633
12634         * src/prefs_account.c
12635         * src/inc.c
12636                 allow default inbox to reside in another mailbox (only
12637                 works for POP3 accounts)
12638
12639 2001-12-26 [alfons]     0.6.6claws22
12640         
12641         * src/textview.c
12642                 make reply-on-click work with the account of the selected folder
12643         * src/compose.c
12644                 put a fixme here to remind me to fix finding correct default
12645                 account for nested folders
12646
12647 2001-12-25 [alfons]     0.6.6claws21
12648
12649         * src/summaryview.c
12650                 make column headers display locked and mark pixmaps (idea by Melvin) 
12651                 fix bug by adding score and locked column type to sort array
12652
12653 2001-12-25 [alfons]     0.6.6claws20
12654         
12655         * src/summaryview.c
12656                 catch a *potentially* inadvertent write back of  
12657                 the message cache(s) introduced by 0.6.5claws37
12658
12659 2001-12-25 [christoph]  0.6.6claws19
12660
12661         * src/stock_pixmap.[ch]
12662         * src/summaryview.c
12663                 add ignore thread pixmap
12664                 (can someone draw a better icon for this?)
12665
12666 2001-12-24 [alfons]     0.6.6claws18
12667
12668         * src/prefs_folder_item.c
12669                 make address completion actually work for the
12670                 Default To address in the Folder Property dialog.
12671
12672 2001-12-24 [alfons]     0.6.6claws17
12673         
12674         * src/summaryview.c
12675                 use new style regexp for subject stripping 
12676                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
12677
12678 2001-12-24 [darko]      0.6.6claws16
12679
12680         * src/pgptext.c
12681         * src/rfc2015.c
12682                 move GPG related informational messages to debug mode
12683
12684 2001-12-23 [alfons]     0.6.6claws15
12685
12686         * src/stock_pixmap.[ch]
12687         * src/summaryview.c
12688                 add the forgotten Claws' locked pixmap
12689
12690 2001-12-23 [alfons]     0.6.6claws14
12691
12692         * src/filesel.c
12693                 accept file name typed in entry in multi file
12694                 selector (patch submitted by Gustavo Noronha Silva 
12695                 <kov@debian.org>)
12696
12697 2001-12-23 [alfons]     0.6.6claws13
12698
12699         * src/prefs_filter.c
12700         * src/prefs_filtering.c
12701         * src/matcher.c
12702         * src/importmutt.c
12703                 clean up a little bit
12704         
12705         * src/string_match.c
12706                 validate input strings a little bit more
12707
12708 2001-12-23 [alfons]     0.6.6claws12
12709
12710         * src/Makefile.am
12711         * src/summaryview.c
12712         * src/string_match.[ch]         ** NEW **
12713         * src/folderview.[ch]
12714         * src/headerview.h
12715         * src/folder.[ch]
12716         * src/prefs_folder_item.[ch]
12717                 add subject simplification to strip out strings from
12718                 a subject line (esp. handy for mailing lists). 
12719                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
12720                 but slightly changed things for better integration.)
12721
12722 2001-12-23 [alfons]     0.6.6claws11
12723
12724         * src/mainwindow.c
12725                 fix bug introduced by submission included in 0.6.5claws52.
12726                 ideally this submission should clean the trash if any trash
12727                 folder has a message. however, the hasTrash variable was
12728                 set to false whenever a trash folder was empty (discarding
12729                 a previously found *filled* trash folder.)
12730
12731                 also edited the code a little bit and made it more safe.
12732
12733 2001-12-22 [alfons]     0.6.6claws10
12734
12735         * src/imap.c
12736                 quick fix for Martin Pool's omission of an account
12737                 specific SSL setting
12738
12739 2001-12-22 [alfons]     0.6.6claws9
12740
12741         * src/compose.c
12742         * src/messageview.c
12743         * src/mimeview.c
12744         * src/pgptext.c
12745         * src/procmime.[ch]
12746                 better support for multipart/digest (submitted
12747                 by Fredrik <e98fo@efd.lth.se>)
12748
12749 2001-12-22 [alfons]     0.6.6claws8
12750
12751         * src/addressbook.c
12752                 correct function signature
12753         * src/socket.[ch]
12754         * src/imap.[ch]
12755         * src/prefs_account.[ch]
12756                 allow IMAP over SSH tunnel (patch submitted by 
12757                 Martin Pool <mbp@samba.org>)
12758
12759 2001-12-21 [alfons]     0.6.6claws7
12760
12761         * sync with sylpheed 0.6.6cvs4-9
12762                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
12763
12764 2001-12-21 [christoph]  0.6.6claws6
12765
12766         * src/compose.c
12767         * src/prefs_folder_item.[ch]
12768                 implement saving of outgoing messages to current folder.
12769                 fix segfault when no default outbox is available
12770                 (closes bug #495683)
12771
12772 2001-12-21 [carsten]    0.6.6claws5
12773         * src/folderview.c
12774         * src/summaryview.c
12775                 pressing CTRL while DND does now the expected thing and
12776                 copies the mail (moving is still the default, as this
12777                 seam more appropriate for handling mails by DND)
12778
12779 2001-12-18 [paul]       0.6.6claws4
12780
12781         * sync with sylpheed 0.6.6cvs3
12782                 see ChangeLog entries 2001-12-18
12783
12784 2001-12-18 [hiro]       0.6.6claws3
12785
12786         * src/undo.c
12787                 fix for multibyte characters (obtain the number of letters
12788                 instead of bytes).
12789
12790 2001-12-17 [paul]       0.6.6claws2
12791
12792         * sync with sylpheed 0.6.6cvs1
12793                 see ChangeLog entry 2001-12-16
12794
12795 2000-12-17 [alfons]     0.6.6claws1
12796
12797         * src/filtering.c
12798                 clean up
12799
12800 2001-12-16 [paul]       0.6.6claws
12801 2001-12-15
12802
12803         * Release version 0.6.6claws, cvs tag: rel_0_6_6
12804
12805         * src/mimeview.c
12806                 last minute sync with main 0.6.6
12807
12808         * po/es.po
12809                 updated by Ricardo Mones Lastra
12810                 update for last minute sync
12811         * po/fr.po
12812         * po/nl.po
12813                 update for last minute sync
12814         * po/de.po
12815                 updated by Jens Oberender
12816         * po/pt_BR.po
12817                 updated by Fabio Junior Beneditto
12818
12819         * src/prefs_common.[ch]
12820         * src/undo.c
12821                 number of undo levels is user configurable
12822                 (squeeze it into the release in the dying
12823                 moments) Submitted by Jens Oberender    
12824
12825 2001-12-15 [melvin]
12826
12827         * po/fr.po
12828                 updated french translation
12829
12830 2001-12-15 [paul]       0.6.5claws92
12831
12832         * sync with sylpheed 0.6.5cvs28
12833                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
12834
12835         * po/nl.po
12836                 update to allow for sync
12837
12838 2001-12-15 [alfons]
12839         
12840         * po/nl.po
12841                 update dutch translation
12842
12843 2001-12-14 [carsten]    0.6.5claws91
12844         * src/summaryview.c
12845                 fixed bug #473785; also after changing the column order
12846                 the same message will be selected and displayed as before
12847                 the reordering
12848
12849 2001-12-14 [carsten]    0.6.5claws90
12850         * src/folderview.c
12851                 probably found the bug reported by wwb opening or closing
12852                 a folder tree just before dnd (found the solution in the
12853                 balsa source -- thanks to them)
12854
12855 2001-12-14 [carsten]    0.6.5claws89
12856         * src/gtkutils.c
12857         * src/account.c
12858                 moved gtk_clist_moveto to the right place, so that
12859                 only the accounts dialog is effected on opening
12860
12861 2001-12-14 [carsten]    0.6.5claws88
12862         * src/gtkutils.c
12863                 gtkut_clist_set_focus_row does a gtk_clist_moveto
12864                 now, so that the focused row will be seen in any case
12865                 (reported by wwp on sf-claws-user)
12866
12867 2001-12-14 [darko]      0.6.5claws87
12868
12869         * src/compose.c
12870                 remove unnecessary line
12871
12872 2001-12-14 [paul]       0.6.5claws86
12873
12874         * sync with sylpheed 0.6.5cvs27
12875                 see ChangeLog entries 2001-12-14
12876
12877 2001-12-14 [carsten]    0.6.5claws85
12878         * src/mainwindow.c
12879                 following a suggestion of Melvin the rcoabm pops up
12880                 right under the button now and the button is reliefed
12881                 while the popup is open
12882
12883 2001-12-14 [darko]      0.6.5claws84
12884
12885         * src/compose.c
12886                 fix crash when wrapping long lines if linewrap quotation
12887                 is disabled and wrapper encounters a word spanning more
12888                 than one line
12889
12890 2001-12-13 [paul]       0.6.5claws83
12891
12892         * src/compose.c
12893                 prefer 'Reply-To' header over mailing list header when
12894                 replying to a message. Finally prevent all those confirmation 
12895                 messages being sent to the list itself.
12896
12897         * src/summaryview.c
12898                 remove unused summary_set_menu_sensitive() entry
12899
12900 2001-12-13 [paul]       0.6.5claws82
12901
12902         * src/folderview.c
12903         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
12904         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
12905         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
12906                 improvements to 'Hide read messages': Inbox, Outbox,
12907                 Trash, Queue, and Draft icons now reveal presence of hidden 
12908                 messages
12909
12910 2001-12-12 [alfons]     0.6.5claws81
12911
12912         0.6.5claws80 was tagged as LAST_STABLE
12913
12914         * src/filtering.[ch]
12915         * src/matcher.[ch]
12916         * src/matcher_parser_lex.c
12917                 fix the filtering; my last attempt to get it right, 
12918                 if it does not work, it's Hoa's turn. ;-)
12919
12920                 for my honourable peers:
12921                 
12922                 the code now makes a clear distinction between
12923                 rules as they are displayed (probably escaped),
12924                 and as they are executed (probably unescaped). the
12925                 parser does *NOT* do any unescaping, this is
12926                 the task of the matcher.c (which breaks up a
12927                 rule into condition) and the filtering.c (which
12928                 breaks up the rule's action). to make this
12929                 run happily we provide an unescaped copy of
12930                 crucial strings to the MatcherProp and 
12931                 FilteringAction structures. note that the only
12932                 exception to this is any REGEXP string. those
12933                 are directly passed to regcomp() and regexp()
12934                 (who have much more powerful unescape functions).
12935                 
12936                 for everyone else:
12937         
12938                 you can escape tab (\t), carriage return (\r),
12939                 linefeed (\n), form feed (\f), quote (\"), 
12940                 single quote (\'), bell (\b) in all the entry
12941                 lines in the scoring & filtering dialogs.
12942                 as an added bonus this should not affect
12943                 existing filtering rules.
12944
12945 2001-12-12 [carsten]    0.6.5claws80
12946
12947         * src/summaryview.c
12948         * po/de.po
12949                 "item(s) selected" is now sensitive to 1 or more
12950                 than one selected (nice for language where simple
12951                 adding of a "s" is not possible as German (Eintrag
12952                 ->Eintr"age)
12953                 
12954                 the "forward as attachment" entry from the right
12955                 click menu removed, "forward" acts following the
12956                 prefs
12957         
12958         * src/textview.c
12959                 reverted my former changes; so compiler warning again
12960                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
12961                 nevertheless
12962
12963         * src/messageview.c
12964                 "search in message" does now *not* only work in MVIEW_TEXT
12965                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
12966                 message
12967
12968         * src/mainwindow.c
12969                 removed "/File/_Close" as it was the same as "/File/E_xit"
12970                 and we don't need it two times
12971
12972                 the separate folder view and message view now get a distinct
12973                 WMCLASS, just in case someone is using sawfish ;-)
12974
12975                 as the menu entries "/View/Message view" and "/View/Folder tree"
12976                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
12977                 make them sensitive accordingly and as these two are "shown"
12978                 after startup anytime check this menuitem at startup
12979
12980 2001-12-12 [paul]       0.6.5claws79
12981
12982         * src/folderview.c
12983                 fix sensitivity of 'Search folder...', broken in
12984                 0.6.5claws75
12985
12986         * src/mainwindow.c
12987                 fix dodgy English
12988
12989 2001-12-11 [carsten]    0.6.5claws78
12990         * src/filtering.c
12991                 fixed two typos returning a wrong FALSE/TRUE
12992         * src/mainwindow.[ch]
12993                 extra menu for email/news button removed
12994
12995 2001-12-11 [alfons]     0.6.5claws77
12996         
12997         * src/matcher.c                 (1.3)
12998         * src/matcher_parser_lex.l      (1.28)
12999                 revert for another attempt
13000                 mark 0.6.5claws77 as LAST_STABLE
13001
13002 2001-12-11 [christoph]  0.6.5claws76
13003
13004         * po/de.po
13005                 fixed wrong translation for prev. unread msg
13006
13007 2001-12-11 [paul]       0.6.5claws75
13008
13009         * src/folder.[ch]
13010         * src/folderview.c
13011         * src/mainwindow.c
13012         * src/summaryview.[ch]
13013         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
13014                 enable ability to hide read messages on per folder basis via 
13015                 '/Summary/Hide read messages'; when selected, a folder will 
13016                 have a red open folder icon, instead of a blue icon, if the 
13017                 folder contains hidden messges
13018                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
13019
13020         * src/mainwindow.c
13021                 remove '/Message/Forward as attachment' from 
13022                 main_window_set_menu_sensitive() to prevent debug warning
13023
13024         * src/folderview.c
13025         * src/mainwindow.c
13026                 Clean up some of the English
13027
13028         * tools/newscache_clean.pl
13029                 allow for new 'hidereadmsgs' entry in folderlist.xml
13030
13031         * po/es.po
13032                 updated translation, submitted by Ricardo Mones Lastra
13033
13034 2001-12-11 [paul]       0.6.5claws74
13035
13036         * sync with sylpheed 0.6.5cvs25
13037                 see ChangeLog entry 2001-12-11
13038
13039 2001-12-10 [alfons]     0.6.5claws73
13040
13041         * src/matcher.c
13042                 add more control characters
13043         * src/matcher_parser_lex.l
13044                 make escaping / unescaping work again
13045
13046 2001-12-10 [alfons]     0.6.5claws72
13047
13048         * src/imap.c
13049                 clean up warnings "returning value for void function" 
13050         * src/prefs_filtering.c
13051                 make info button for execute action sensitive
13052
13053 2001-12-10 [paul]       0.6.5claws71
13054
13055         * src/compose.c
13056         * src/imap.[ch]
13057         * src/summaryview.c
13058                 fix: imap server now gets informed of MARKED, UNMARKED
13059                 and REPLY events. Now people can use different IMAP-Mail
13060                 clients and have the exact same information about MARKED,
13061                 UNMARKED and REPLY status with all of them. Especially
13062                 useful for imap servers with a web-frontend.
13063                 submitted by Tobias Sandhaas <medlor@web.de>
13064
13065 2001-12-09 [melvin]     0.6.5claws70
13066         
13067         * src/textview.[ch]
13068                 fixed bug #490076 (hunted down by Alfons who implemented
13069                 a workaround in 0.6.5claws65)
13070
13071 2001-12-09 [christoph]  0.6.5claws69
13072
13073         * src/summaryview.c
13074                 set pointer to string in LOCKED column to NULL
13075                 (might fix bug #490800)
13076
13077 2001-12-09 [carsten]    0.6.5claws68
13078
13079         * po/de.po
13080                 resolved some cluttered menu shortcuts 
13081                 ('creating new email' and 'creating news message'
13082                 hade the same)
13083         * src/compose.c
13084                 wmclass now distinc from main window
13085         * src/mainwindow.c
13086           src/mainwindow.h
13087                 email/news and forward button functionality similar
13088                 to the reply buttons; removed the ugly dropdown arrows
13089                 and use instead the right mouse button
13090
13091 2001-12-09 [paul]       0.6.5claws67
13092
13093         * src/imap.c
13094         * src/utils.h
13095                 allow spaces in imap folder names
13096                 submitted by Willem van Engen <wvengen@stack.nl>
13097
13098 2001-12-09 [paul]       0.6.5claws66
13099
13100         * sync with sylpheed 0.6.5cvs24
13101                 see ChangeLog entry 2001-12-09
13102
13103 2001-12-08 [alfons]     0.6.5claws65
13104
13105         * src/textview.c
13106                 prevent secondary selection claim after "add to sender" dialog
13107                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
13108                 we trick GTK by simulating a click at (0, 0) in the textview.
13109
13110 2001-12-08 [hoa]        0.6.5claws64
13111
13112         * src/folder.c
13113                 fixed a bug about the .processing folder name while filtering
13114
13115 2001-12-08 [alfons]     0.6.5claws63
13116
13117         * src/folderview.c 
13118                 work around problem of not correctly updating folder stats
13119                 when deleting messages. there's some folder scanning evil
13120                 going so the folderview_update_msg_num() does not work
13121                 correctly. need to investigate this.
13122
13123 2001-12-08 [paul]       0.6.5claws62
13124
13125         * sync with sylpheed 0.6.5cvs23
13126                 see ChangeLog entry 2001-12-08
13127
13128 2001-12-07 [christoph]  0.6.5claws61
13129
13130         * src/compose.c
13131                 fix another header translation problem
13132
13133 2001-12-07 [alfons]     0.6.5claws60
13134
13135         * src/mbox.c
13136                 make filtering also work on local spool mbox
13137
13138 2001-12-07 [carsten]    0.6.5claws59
13139         * src/addressbook.c
13140                 addressbook window gets a wmclass distinct from the main
13141                 sylpheed window
13142         * src/compose.h
13143         * src/mainwindow.[ch]
13144                   forward menu item will use mode selected in prefs, forward 
13145                 as attatchment in menu removed (will be substituted in the
13146                 toolbar similar to reply buttons)
13147                   create news message menu entry and news button is now 
13148                 sensitive to the existance of a news account
13149         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
13150         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
13151         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
13152                 these are removed because the toolbar buttons don't show
13153                 the quoting modus any longer
13154
13155 2001-12-07 [paul]
13156
13157         * tools/newscache_clean.pl      ** NEW FILE **
13158                 perl script to do some tidying up in the newscache directory 
13159                 
13160         * tools/sylpheed-switcher       ** NEW FILE **
13161                 perl script to enable easy switching between main and claws
13162                 
13163         * tools/README
13164                 added descriptions of the two new perl scripts          
13165
13166
13167 2001-12-07 [melvin]     0.6.5claws58
13168
13169         * src/messageview.c
13170                 fixed a warning during compilation introduced in 0.6.5claws56
13171
13172 2001-12-07 [paul]       0.6.5claws57
13173
13174         * src/mainwindow.[ch]
13175         * src/menu.[ch]
13176                 further usability enhancements to replying with or without 
13177                 quoting via the toolbar, use of Ctrl key is replaced by 
13178                 drop down menu 
13179                 Submitted by Carsten Schurig            
13180
13181 2001-12-07 [melvin]     0.6.5claws56
13182
13183         * src/messageview.c
13184                 hack to fix bug that prevented to make/paste selections
13185                 after switching between MVIEW_TEXT and MVIEW_MIME views
13186                 without deselecting the selection first.
13187
13188 2001-12-06 [alfons]     0.6.5claws55
13189
13190         * src/filtering.[ch]
13191         * src/inc.c
13192                 revise filtering a little bit more, and make sure
13193                 messages are delivered to the appropriate inbox
13194                 (perhaps set per account)
13195
13196 2001-12-06 [paul]       0.6.5claws54
13197
13198         * sync with sylpheed 0.6.5cvs22
13199                 see ChangeLog entry 2001-12-06
13200
13201 2001-12-05 [alfons]     0.6.5claws53
13202
13203         * src/inc.c
13204         * src/folder.[ch]
13205         * src/procmsg.c
13206         * src/filtering.c
13207                 more revisions of filtering system
13208                 (last stable version is marked as LAST_STABLE)
13209                 
13210                 | NOTE 1): the filtering system now uses a local folder called
13211                 | .processing. if filtering fails, check this directory
13212                 | for missing messages.
13213                 |
13214                 | NOTE 2): help us find the filtering actions still missing
13215
13216 2001-12-05 [paul]       0.6.5claws52
13217
13218         * src/mainwindow.c
13219                 fix bug where 'Empty Trash?' pop-up window appears even
13220                 when Trash is empty, submitted by Jesse Skinner         
13221
13222 2001-12-05 [melvin]     0.6.5claws51
13223
13224         * src/compose.c
13225                 fixed bug #486106 to select correct account when reediting 
13226                 a queued message
13227         
13228 2001-12-04 [alfons]     0.6.5claws50
13229
13230         * src/mh.c
13231                 declare markfile in appropriate functions when
13232                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
13233                 for spotting this)
13234
13235 2001-12-04 [paul]       0.6.5claws49
13236
13237         * sync with sylpheed 0.6.5cvs21
13238                 see ChangeLog entry 2001-12-04
13239
13240 2001-12-03 [christoph]  0.6.5claws48
13241
13242         * po/de.po
13243                 changed translation of undo
13244         * src/account.c
13245         * src/folder.c
13246                 don't reinvent the wheel to traverse a GNode
13247         * src/compose.[ch]
13248                 seperate code to create the compose gui into functions
13249                 add "Others" page with folder selection for saving copy
13250                 of the message.
13251                 the folder identifier is saved to queue header
13252         * src/procmsg.c
13253                 save message to folder in queue header
13254
13255 2001-12-03 [paul]       0.6.5claws47
13256
13257         * sync with sylpheed 0.6.5cvs20
13258                 see ChangeLog entry 2001-12-03
13259
13260 2001-12-01 [paul]
13261
13262         * more sync with sylpheed 0.6.5cvs19
13263                 see ChangeLog entry 2001-11-29
13264
13265 2001-11-30 [paul]       0.6.5claws46
13266         
13267         * src/compose.c
13268                 remove conflicts introduced by Hoa's last commit
13269          
13270         * src/mainwindow.c
13271                 make 'Message/Bounce' sensitive
13272
13273 2001-11-30 [hoa]        0.6.5claws45
13274
13275         * src/compose.c
13276                 slightly change bounce function to add
13277                 information about the user that bounced the mail
13278                 in the From header line.
13279
13280         * src/folderview.c
13281                 permit the use of processing in outbox folder.
13282
13283 2001-11-29 [paul]       0.6.5claws44
13284
13285         * src/mainwindow.[ch]
13286         * src/prefs_common.c
13287         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
13288         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
13289         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
13290                 usability enhancements to the quoting, implements
13291                 use of Ctrl key to toggle quoting settings
13292                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
13293
13294 2001-11-29 [paul]       0.6.5claws43
13295         
13296         * sync with sylpheed 0.6.5cvs19
13297                 see ChangeLog entry 2001-11-28
13298
13299 2001-11-29 [melvin]     0.6.5claws42
13300         * src/Makefile.am
13301                 added enriched.[ch] to the list of files
13302
13303         * src/textview.c
13304         * src/mimeview.c
13305         * src/procmime.[ch]
13306         * src/enriched.[ch]
13307                 added support to view text/enriched
13308                 added support to show headers in message view for text/enriched and text/html
13309                         in non multipart messages
13310
13311 2001-11-28 [paul]       0.6.5claws41
13312
13313         * more sync with sylpheed 0.6.5cvs18
13314                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
13315
13316 2001-11-27 [paul]       0.6.5claws40
13317         
13318         * po/pt_BR.po
13319                 updated translation, submitted by Fabio Junior Beneditto
13320                 
13321         * sync with sylpheed 0.6.5cvs18
13322                 see ChangeLog entries 2001-11-26 (src/textview.c) and
13323                 2001-11-27
13324
13325
13326 2001-11-26 [paul]
13327
13328         * po/es.po
13329                 updated translation, submitted by Ricardo Mones Lastra
13330
13331 2001-11-26 [alfons]
13332
13333         * src/matcher.c
13334                 add more translatable strings
13335
13336 2001-11-26 [christoph]  0.6.5claws39
13337
13338         * po/de.po      
13339                 fixed one more umlaut
13340         * src/compose.c
13341                 fix translated header when it should not be translated
13342
13343 2001-11-26 [paul]       0.6.5claws38
13344
13345         * src/mainwindow.c
13346                 remove '/Message/Add Sender to address book' from 
13347                 main_window_set_menu_sensitive(), prevent debug warning
13348                 add 'Message/Mark/Mark all read' to mainwin_entries[]
13349
13350 2001-11-26 [paul]       0.6.5claws37
13351
13352         * src/summaryview.c
13353                 fix 'recurring unread state' bug 
13354
13355         * tools/README 
13356         * tools/filter_conv.pl
13357                 read name of top level mailbox from folderlist.xml
13358                 and presume nothing about its name              
13359
13360 2001-11-26 [darko]      0.6.5claws36
13361
13362         * src/gtkstext.[ch]
13363                 removed functions that are now in gtkutils.c
13364                 use gtkut_text_is_uri_string() from gtkutils.c
13365         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
13366
13367 2001-11-26 [paul]       0.6.5claws35
13368
13369         * sync with sylpheed 0.6.5cvs16
13370                 see ChangeLog entries 2001-11-25 and 2001-11-26
13371
13372 2001-11-25 [alfons]     0.6.5claws34
13373
13374         EXPERIMENTAL!!! Please checkout the last stable version using: 
13375           
13376         % cvs update -r LAST_STABLE -dRAP
13377
13378         (Or help us testing this stuff.)
13379
13380         * src/filtering.c               (1.14)
13381         * src/filtering.h               (1.6)
13382         * src/inc.c                     (1.28)
13383         * src/matcher.c                 (1.20)
13384         * src/mbox.c                    (1.9)
13385         * src/procmsg.h                 (1.14)
13386         * src/summaryview.c             (1.59)
13387         * src/summaryview.h             (dunno)
13388                 revert/merge/sync to as it was before commit 
13389                 on Thu, 19 Jul 2001 10:15:51 -0700.
13390
13391 2001-11-25 [hoa]        0.6.5claws33
13392
13393         * src/main.c
13394                 processing mails at startup
13395
13396         * src/folderview.c
13397         * src/summaryview.[ch]
13398                 processing mails when entering folder
13399
13400         * src/prefs_filtering.c
13401                 fixed some UI bugs
13402
13403 2001-11-24 [alfons]     0.6.5claws32
13404
13405         * src/summaryview.[ch]
13406                 make summary sort headers work, and also make
13407                 sure the sort type is stored
13408
13409 2001-11-23 [alfons]     0.6.5claws31
13410
13411         * src/summaryview.[ch]
13412                 make lock work like mark
13413                 disallow deleting messages marked as locked
13414
13415 2001-11-23 [alfons]     0.6.5claws30
13416
13417         * src/gtkstext.c
13418         * src/compose.[ch]
13419         * src/Makefile.am
13420         * src/undo.[ch]
13421                 merge undo patch submitted by Jens
13422
13423 2001-11-23 [christoph]  0.6.5claws29
13424
13425         * src/.cvsignore
13426                 added ylwrap
13427         * src/compose.c
13428                 fixed gpg signing and encoding
13429         * src/folder.[ch]
13430         * src/main.c
13431                 added --status option to get new, unread and total
13432                 message count from a running sylpheed
13433         * src/prefs_common.c
13434                 temporary fix for reply_with_quote problem
13435                 (don't call functions for non existing widget)
13436         * src/procmsg.c
13437                 one more check for ignored threads but still not
13438                 always working correctly. probably a recursive
13439                 check for all parents is needed
13440
13441 2001-11-23 [darko]      0.6.5claws28
13442
13443         * src/compose.c
13444                 wrapping on send improvements
13445         * src/gtkutils.[ch]
13446                 fix for GtkSText after last sync with main branch
13447                 GTK_TEXT -> GTK_STEXT
13448
13449 2001-11-23 [paul]       0.6.5claws27
13450
13451         * sync with sylpheed 0.6.5cvs14
13452                 see ChangeLog entries 2001-11-22 and 2001-11-23
13453                 
13454         * po/de.po
13455                 fixed the scrambled umlauts 
13456                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
13457
13458 2001-11-21 [paul]       0.6.5claws26
13459
13460         * sync with sylpheed 0.6.5cvs12
13461                 see 2nd ChangeLog entry dated 2001-11-20
13462
13463 2001-11-20 [paul]       0.6.5claws25
13464
13465         * sync with sylpheed 0.6.5cvs11
13466                 see ChangeLog entry 2001-11-19 (src/utils.c)
13467
13468 2001-11-20 [hiro]
13469
13470         * src/compose.c
13471                 GTK_TEXT -> GTK_STEXT
13472                 fix for wrong comment
13473
13474 2001-11-20 [hiro]       0.6.5claws24
13475
13476         * src/compose.[ch]
13477                 more merges from main branch
13478                 removed fatal warnings (uninitialized variables etc.)
13479                 some coding style fix
13480         * src/gtkutils.h
13481                 fixed typo.
13482         * src/addressbook.c
13483           src/addrindex.c
13484                 V-Card -> vCard
13485
13486 2001-11-19 [hoa]        0.6.5claws23
13487
13488         * src/filtering.c
13489         * src/prefs_scoring.c
13490         * src/matcher.[ch]
13491         * src/scoring.c
13492                 cleaning code
13493
13494         * src/matcher_parser_parse.y
13495         * src/prefs_filtering.c
13496                 bouncing
13497
13498 2001-11-19 [alfons]     0.6.5claws22
13499
13500         more of my old things into claws
13501
13502         * src/Makefile.am
13503         * src/prefs_common.c
13504         * src/procmsg.h
13505         * src/summaryview.[ch]
13506         * src/prefs_summary_column.c
13507         * src/pixmaps/locked.xpm
13508                 add indicators for locking of message in summary view
13509                 (does not work yet, only visual indicator)
13510
13511 2001-11-19 [paul]       0.6.5claws21
13512
13513         * sync with sylpheed 0.6.5cvs10
13514                 see ChangeLog entry 2001-11-19
13515
13516 2001-11-18 [alfons]     0.6.5claws20
13517         
13518         * src/filtering.c
13519                 remove an inadvertent free I forgot in previous clean up 
13520
13521 2001-11-18 [alfons]     0.6.5claws19
13522
13523         * src/filtering.[ch]
13524                 clean up & plug leaks
13525
13526 2001-11-18 [paul]       0.6.5claws18
13527
13528         * sync with sylpheed 0.6.5cvs9
13529                 see ChangeLog entries 2001-11-17 and 2001-11-18
13530
13531 2001-11-16 [paul]       0.6.5claws17
13532
13533         * sync with sylpheed 0.6.5cvs8
13534                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
13535
13536 2001-11-16 [paul]       0.6.5claws16
13537
13538         * sync with sylpheed 0.6.5cvs7
13539                 see ChangeLog entries 2001-11-15 and 2001-11-16
13540
13541 2001-11-15 [hoa]        0.6.5claws15
13542
13543         * src/compose.c
13544                 fix bounce, mails we received couln't be bounced to ourself.
13545
13546         * src/defs.h
13547         * src/filtering.[ch]
13548         * src/matcher.[ch]
13549         * src/matcher_parser.h
13550         * src/matcher_parser_lex.l
13551         * src/matcher_parser_parse.y
13552         * src/inc.c
13553         * src/main.c
13554         * src/mbox.c
13555         * src/prefs_filtering.[ch]
13556         * src/mainwindow.c
13557         * src/prefs_matcher.c
13558         * src/prefs_scoring.c
13559         * src/scoring.[ch]
13560         * src/summaryview.c
13561                 new matcher/filter/score configuration file parser
13562                 one unique configuration file => ~/.sylpheed/matcherrc
13563                 import in currently automatic, then save are made
13564                 in this new file.
13565                 one filter per folder and one global filter
13566                 (filter of a folder will be used as folder processing)
13567
13568         * src/folder.c
13569                 fix a bug in folder_item_get_identifier
13570                 
13571         * src/messageview.c
13572                 receive receipt return are fixed.
13573
13574 2001-11-14 [alfons]     0.6.5claws14
13575
13576         * src/session.h
13577                 add things from main branch to make claws compile
13578
13579 2001-11-14 [paul]       0.6.5claws13
13580
13581         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
13582                 see ChangeLog entries 2001-11-08 to 2001-11-14
13583
13584 2001-11-14 [hoa] 0.6.5claws12
13585
13586         * src/compose.[ch]
13587         * src/mainwindow.c
13588         * src/summaryview.c
13589                 add "bounce mail" option
13590
13591 2001-11-13 [christoph]  0.6.5claws11
13592
13593         * src/compose.c
13594                 Cleanup a mess i add before commiting
13595
13596 2001-11-13 [hoa]        0.6.5claws10
13597
13598         * src/compose.c
13599                 some fixes when mail are sent or
13600                 for crossposts
13601
13602 2001-11-13 [christoph]  0.6.5claws9
13603
13604         * po/de.po
13605                 Changed two string with the same translation
13606         * src/compose.c
13607         * src/procmsg.[ch]
13608         * src/send.[ch]
13609                 New mailsending process:
13610                   - Always queue message before sending
13611                     (message will be saved if sylpheed crashed or
13612                      freezes while sending)
13613                   - Allow queuing of newspostings
13614                   - No copy in outbox before sending
13615                     (closes bug #469501)
13616                   - No more redundant code for send and send_later
13617         * src/summaryview.c
13618                 Applied wwp <subscript@free.fr>'s patch that fixes
13619                 marks for multiple forwarded messages (+compose.c)
13620
13621 2001-11-12 [alfons]
13622
13623         * README.claws
13624                 remove things that are now in main branch
13625         
13626         * po/nl.po
13627                 update Dutch translation
13628
13629 2001-11-12 [mhadasht]   0.6.5.claws8
13630
13631         * src/prefs_common.c
13632                 re-enabled account autoselection feature for forward
13633                 and reedit lost during the branch point for SYNC-B4-REL
13634         * src/gtkspell.c
13635                 gtkpspell_get_dict(): more readable code (even if function is
13636                 not used yet)
13637         * ChangeLog.claws
13638                 added version number info to 2001-11-12 [hiro] comment.
13639
13640 2001-11-12 [hiro]       0.6.5.claws7
13641
13642         * src/compose.c
13643                 compose_forward(): fixed a bug that forward quote mark
13644                 wasn't used.
13645                 removed unnecessary code.
13646         * src/template_select.[ch]: removed.
13647
13648 2001-11-11 [alfons]
13649
13650         * src/compose.c
13651                 :%s/GTK_TEXT/GTK_STEXT/g
13652         
13653         * src/compose.[ch]
13654         * src/undo.[ch]
13655         * src/Makefile.am
13656                 revert the undo stuff (this is 0.6.6claws stuff)
13657
13658 2001-11-11 [hoa]        0.6.5.claws6
13659
13660         * src/compose.[ch]
13661                 Insert signature at the end of the text.
13662                 Added undo patch but currently disabled
13663
13664         * src/procmsg.c
13665                 Threading by subject improved.
13666
13667         * added src/undo.[ch]
13668                 Undo module for compose dialog box.
13669
13670 2001-11-11 [alfons]     0.6.5.claws5
13671
13672         * src/procmsg.c
13673                 prevent threading by subject on nodes that have already been
13674                 threaded by in-reply-to (as in "circular references in a tree
13675                 result in a dead branch")
13676
13677 2001-11-09 [hoa]        0.6.5.claws4
13678         
13679         * src/folderview.c
13680                 allows creation of mbox folder item from any files.
13681
13682 2001-11-09 [alfons]     0.6.5.claws3
13683         
13684         * src/utils.c
13685         * src/procmsg.c
13686                 do what I mean and correct threading by subject so it really
13687                 ignores attracting lines without "Re: "
13688
13689 2001-11-07 [alfons]     0.6.5.claws2
13690
13691         * src/procmsg.c
13692         * src/utils.[ch]
13693                 only attract by subject if a subject line starts with a "Re: "
13694         * src/syldap.c
13695                 remove warning
13696
13697 2001-11-07 [paul]       0.6.5claws1
13698
13699         * sync with sylpheed 0.6.5. release
13700                 see ChangeLog entry 2001-11-07
13701
13702 2001-11-07 [paul]       0.6.4claws31
13703
13704         * sync with sylpheed 0.6.4cvs18
13705                 see ChangeLog entries 2001-10-30 to 2001-11-07
13706                 prefs_templates.[ch] renamed prefs_template.[ch]
13707
13708 2001-11-06 [alfons]
13709         
13710         * src/utils.h
13711                 add semicolon Hoa forgot ;-)
13712                 
13713
13714 2001-11-06 [hoa]        0.6.4claws30
13715         
13716         * src/procmsg.c
13717         * src/summaryview.c
13718         * src/utils.c
13719         * src/utils.h
13720                 threading by subject - empty subject are ignored
13721
13722 2001-11-06 [christoph]  0.6.4claws29
13723
13724         * src/socket.c
13725                 use SSL_peek for sock_gets
13726         * src/utils.c
13727                 removed unneeded pointer in extracting quoted
13728                 names implementation
13729
13730 2001-11-06 [melvin]     0.6.4claws28
13731
13732         * src/gtkspell.c
13733                 fixed bug #476792 Selection overtyping with spell checker
13734                 fixed bug which could cause a buffer overflow
13735                 fixed a memory leak
13736
13737 2001-11-06 [hoa]        0.6.4claws27
13738         
13739         * src/procmsg.c
13740         * src/summaryview.c
13741                 threading by subject
13742
13743 2001-11-05 [alfons]     0.6.4claws26
13744         
13745         * README.claws
13746                 Claws -> Sylpheed (vice versa)
13747
13748         * src/compose.c
13749                 :%s/gtk_text/gtk_stext/g
13750                 :%s/GTK_TEXT/GTK_STEXT/g
13751                 (thanks to Jonathan Ware for spotting this)
13752
13753 2001-11-04 [christoph]  0.6.4claws25
13754
13755         * src/summaryview.c
13756                 replace Xalloca + strdup with Xstrdup_a
13757         * src/utils.c
13758                 better implementation of extracting quoted names
13759                 from addresses (remove backlashes and ignore
13760                 quotes after them)
13761
13762 2001-11-04 [alfons]     0.6.4claws24
13763
13764         * src/utils.[ch]
13765                 edit to comply more with coding style
13766
13767         * src/textview.c
13768                 fix bug reported by Kim Schulz. introduced by the patch integrated
13769                 in 0.6.4claws15. the code did not check the return value of
13770                 the html parser.
13771
13772         * AUTHORS
13773                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
13774
13775 2001-11-04 [christoph]  0.6.4claws23
13776
13777         * src/main.c
13778         * src/prefs_common.[ch]
13779                 init some pointers that possibly caused a segfault
13780                 reported in the claws-users ML
13781
13782 2001-11-04 [hoa]        0.6.4claws22
13783
13784         * src/grouplistdialog.c
13785                 change the names of the nodes in the tree
13786
13787         * src/compose.c
13788                 enhanced mailto syntax as described in
13789                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
13790                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
13791
13792         * src/utils.c
13793                 encode and decode URI (useful when opening URL into
13794                 netscape).
13795
13796 2001-11-03 [hoa]        0.6.4claws21
13797
13798         * src/grouplistdialog.c
13799                 a new newsgroups list selection dialog box
13800                 with a CTree instead of a CList
13801
13802 2001-11-03 [hoa]        0.6.4claws20
13803
13804         * src/folderview.c
13805                 enable property and scoring options when right
13806                 click on "inbox"
13807
13808         * src/summaryview.c
13809                 fixed bug when nickname were displayed using
13810                 the address book.
13811
13812 2001-11-02 [darko]      0.6.4claws19
13813
13814         * src/compose.c
13815                 new wrap quotation and URL/long words wrapping implementation
13816         * src/compose.c src/gtkstext.[ch]
13817                 move gtkstext_strncmp() to gtkstext.c
13818
13819 2001-11-01 [christoph]  0.6.4claws18
13820
13821         * src/prefs_account.c
13822                 fixed mess in account settings dialog
13823         * src/prefs_folder_item.c
13824                 added label with folder path to dialog
13825
13826 2001-10-31 [match]      0.6.4claws17
13827
13828         * src/vcard.c
13829                 fix memory leak.
13830         * src/addrbook.c
13831                 fix generation of spurious address book file names.
13832                 remove redundant functions.
13833         * po/POTFILES.in
13834                 added missing file names.
13835
13836 2001-10-30 [paul]       0.6.4claws16
13837
13838         * sync with sylpheed 0.6.4cvs6
13839                 see ChangeLog entries 2001-10-26 to 2001-10-30
13840
13841         * tools/filter_conv.pl
13842                 read folderlist.xml to discover whether the top-level
13843                 folder is called 'Mailbox' or 'Mail' 
13844
13845 2001-10-29 [paul]       0.6.4claws15
13846
13847         * src/html.c, src/textview.c
13848                 activate links in html mail and fix clickable parts
13849                 Submitted by Matthieu Dazy <dazy@t-surf.com>
13850
13851 2001-10-29 [paul]
13852
13853         * po/de.po, po/es.po, po/pt_BR/po
13854                 updated translations, submitted by Jens Oberender,
13855                 Ricardo Mones Lastra, and Fabio Junior Beneditto
13856
13857 2001-10-29 [darko]      0.6.4claws14
13858
13859         * src/compose.c
13860                 fix wrapping for good
13861
13862 2001-10-29 [darko]
13863
13864         * src/compose.c
13865                 undo previous change as it broke the smart wrapping
13866
13867 2001-10-29 [darko]      0.6.4claws13
13868
13869         * src/compose.c
13870                 fix infinite loop when long URL is quoted
13871                 (closes bug #475122.
13872
13873 2001-10-28 [match]
13874
13875         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
13876                 import Mutt address book
13877         * src/ldif.[ch] src/importldif.h
13878                 modified import LDIF handle user attributes
13879
13880 2001-10-28 [christoph]  0.6.4claws12
13881
13882         * src/summaryview.c
13883                 fixed that filtering did not work if there
13884                 were no filter rules
13885                 (closes bug #472003 and better implementation
13886                  of patch #474644)
13887
13888 2001-10-27 [christoph]  0.6.4claws11
13889
13890         * src/compose.c
13891                 make the folder's default account to be used when
13892                 replying. (patch by wwp <subscript@free.fr>)
13893         * src/compose.c
13894                 code cleanup, nearly killed all of wwp's patch
13895                 for folder's default account in compose
13896         * src/folderview.c
13897                 error panel when a folder could not be created
13898                 (closes bug #471080 new folder name & already
13899                  existing file)
13900
13901 2001-10-26 [alfons]
13902
13903         * src/utils.h
13904                 change prototype of strstr2() that Christoph forgot about
13905
13906 2001-10-26 [christoph]  0.6.4claws10
13907
13908         * src/account.c
13909                 made search for accounts by email address not case
13910                 sensitive
13911         * src/folder.c
13912                 fixed memory leak in folder_item_get_identifier
13913         * src/gtkspell.c
13914         * src/utils.c
13915                 fixed wrong strstr2 (should work like strstr)
13916
13917 2001-10-26 [darko]      0.6.4claws9
13918
13919         * src/compose.c src/gtkstext.[ch]
13920         * src/gtkstext.c
13921                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
13922
13923 2001-10-26 [paul]       0.6.4claws8
13924
13925         * src/html.c
13926                 ignore css and javascript tags in html mail
13927                 case-insensitive, with or without double-quoted
13928                 strings
13929
13930 2001-10-26 [paul]       0.6.4claws7
13931
13932         * sync with sylpheed 0.6.4cvs1
13933                 see ChangeLog entry 2001-10-26
13934
13935         * src/prefs_account.c, src/prefs_common.c,
13936           src/prefs_summary_column.c
13937                 minor improvements to the English
13938
13939 2001-10-25 [alfons]     0.6.4claws6
13940
13941         * src/gtkstext.c
13942         
13943                 make GtkSText follow style of GtkText (closes bug 
13944                 #469211 "text selection while writing message")
13945                 
13946                 do sync with GTK 1.2.10
13947
13948 2001-10-25 [paul]       0.6.4claws5
13949
13950         * src/html.c
13951                 ignore css tags in html mail
13952
13953 2001-10-25 [darko]      0.6.4claws4
13954
13955         * src/compose.c
13956                 don't declare is_url_string as static function since
13957                 we need it in gtkstext.c
13958         * src/gtkstext.c
13959                 remove unused variable
13960                 don't wrap long URLs while composing a message
13961
13962 2001-10-24 [christoph]  0.6.4claws3
13963
13964         * src/socket.c
13965                 fix ssl deadlock, when peer closes connection
13966
13967 2001-10-24 [paul]       0.6.4claws2
13968
13969         * src/prefs_common.c
13970                 gettextize the gpg ascii-armored warning message
13971
13972         * src/compose.c
13973                 insert a DOS/MAC file into the composed message
13974                 (improvements)
13975
13976         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
13977
13978 2001-10-22 [paul]       0.6.4claws1
13979
13980         * sync with sylpheed 0.6.4 release
13981                 see ChangeLog entries 2001-10-21
13982
13983         * po/fr.po, po/pt_BR.po
13984                 updated by Melvin Hadasht and Fabio Junior Beneditto
13985
13986 2001-10-21 [paul]       0.6.3claws30
13987
13988         * src/compose.c
13989                 insert a DOS text file from the compose window
13990                 into the composed message text (removes CRs characters)
13991                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
13992
13993         * tools/filter_conv.pl, tools/README
13994                 automatically use ~/.sylpheed as working directory
13995                 print out confirmation message on completion
13996
13997         * correct Hoa's last ChangeLog.claws entry
13998
13999 2001-10-20 [hoa]        0.6.3claws29
14000
14001         * src/grouplistdialog.c
14002                 bugfix (another ?) to give the right
14003                 newsgroups list for each news server.
14004
14005         * src/news.c
14006         * src/news.h
14007                 improve the newsgroups list cache
14008
14009 2001-10-20 [paul]       0.6.3claws28
14010
14011         * sync with sylpheed 0.6.3cvs9
14012                 see ChangeLog entry 2001-10-19
14013
14014         * correct Alfons' last ChangeLog.claws entry
14015
14016 2001-10-19 [alfons]
14017
14018         * src/pgptext.[ch]
14019                 fix compilation problems (part of bug #472895)
14020
14021 2001-10-18 [hoa]        0.6.3claws27
14022
14023         * src/grouplistdialog.c
14024                 bugfix when we refresh was clicked (bug 472701)
14025
14026 2001-10-19 [christoph]  0.6.3claws26
14027
14028         * src/compose.c
14029                 last header entry should default to "To:" or
14030                 "Newsgroups:" and not copy the last entry line
14031                 in a new compose window
14032                 (closes bug #472686, #470792)
14033
14034 2001-10-19 [paul]       0.6.3claws25
14035
14036         * sync with Sylpheed 0.6.3cvs8
14037                 see ChangeLog entries 2001-10-18 and 2001-10-19
14038
14039 2001-10-18 [christoph]  0.6.3claws24
14040
14041         * src/procmsg.c
14042                 reimplement ignore thread
14043         
14044 2001-10-18 [hoa]        0.6.3claws23
14045
14046         * src/folderview.c
14047         * src/grouplistdialog.[ch]
14048                 enhanced news subscription interface (feature 469113)
14049
14050         * src/news.c
14051         * src/news.h
14052                 enchanced newsgroup listing,
14053                 now, we can get groups informations
14054                 (NNTPGroupInfo)
14055
14056 2001-10-18 [paul]       0.6.3claws22
14057
14058         * src/summaryview.c
14059                 remove comment (sync with main branch)
14060         * src/mainwindow.c
14061                 fix 'Re-edit' bug in 'Message' menu
14062
14063 2001-10-17 [christoph]  0.6.3claws21
14064
14065         * src/compose.c
14066                 ignore empty or whitespace only header lines
14067
14068 2001-10-17 [paul]       0.6.3claws20
14069
14070         * sync with sylpheed 0.6.3cvs7
14071                 see ChangeLog entries 2001-10-14, 2001-10-16, and
14072                 2001-10-17
14073
14074 2001-10-17 [darko]
14075
14076         * src/compose.c
14077                 wrap long lines without spaces
14078                 don't wrap URLs
14079
14080 2001-10-16 [paul]
14081
14082         * po/es.po, po/nl.po, po/pt_BR.po
14083                 updated by Ricardo Mones Lastra, Alfons,
14084                 and Fabio Junior Beneditto
14085
14086         * sylpheed-0.6.3claws released
14087
14088 2001-10-15 [melvin] 0.6.3claws18
14089
14090         * README.claws
14091                 added summary and detailed installation instructions
14092                 for spell checker
14093         * po/fr.po
14094                 Updated, corrected and completed french translation
14095
14096 2001-10-15 [hoa] 0.6.3claws17
14097         * src/grouplistdialog.c
14098                 we can choose the newsgroups to display with wildcards
14099
14100 2001-10-15 [christoph]  0.6.3claws16
14101
14102         * src/account.c
14103         * src/compose.c
14104         * src/prefs_folder_item.[ch]
14105                 applied wwp <subscript@free.fr>'s folder
14106                 default account patch
14107         * po/de.po
14108                 Fixed wrong translation
14109
14110 2001-10-13 [alfons, christoph, melvin]  
14111                         0.6.3claws15
14112
14113         solution #2 to solve MT-safety problems defers all GUI related calls
14114         to the main thread using a gtk_idle_add() callback. discussed on
14115         ircnet #sylpheed, with christoph spotting some issues with the
14116         original code, and melvin allowing us to lobotomize his sylpheed.
14117
14118         * src/syldap.[ch], src/main.c
14119                 fix race problem in ldap search thread by deferring GUI 
14120                 stuff to main thread using gtk_idle_add()
14121
14122 2001-10-13 [paul]       0.6.3claws14
14123
14124         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
14125                 add Sergey's smtpcred.patch
14126                 adds separate username/password setting for SMTP Auth
14127                 needed by some servers
14128                 (closes feature request #471659)
14129
14130 2001-10-13 [paul]       0.6.3claws13
14131
14132         * src/pgptext.[ch] **NEW FILES**
14133         * src/Makefile.am, src/messageview.c, src/mimeview.c
14134                 decrypt ascii-armored gpg text embedded in
14135                 the message body.
14136                 Submitted by Jens Jahnke <jan0sch@gmx.net>
14137
14138 2001-10-13 [christoph]  0.6.3claws12
14139
14140         * README.claws
14141                 some more details on default to and
14142                 feature requests
14143         * src/main.c
14144                 init glib threading when ldap is used
14145         * src/syldap.c
14146                 threading fixes
14147         * po/de.po
14148                 fixed a typo
14149
14150 2001-10-12 [paul]       0.6.3claws11
14151
14152         * src/prefs_common.[ch], src/rfc2015.c
14153                 enable ascii-armored gpg text to be embedded in the
14154                 message body, selectable through the 'Privacy'
14155                 preferences. Supports encrypting only.
14156                 Submitted by Ravemax <ravemax@dextrose.com>
14157
14158 2001-10-12 [paul]       0.6.3claws10
14159
14160         * sync with sylpheed 0.6.3cvs6
14161                 see ChangeLog entries 2001-10-11 and 2001-11-12
14162
14163         * src/folderview.c
14164                 incorporated mbox folders, scoring, and folder
14165                 properties into the sync
14166
14167 2001-10-12 [darko]      0.6.3claws9
14168
14169         * README.claws
14170                 describe quotation wrapping
14171         * src/compose.c
14172                 don't treat tab as space to calculate line length properly
14173
14174 2001-10-11 [alfons]
14175
14176         * README.claws
14177                 correct description of how to make new filtering system work,
14178                 add some other things
14179                 
14180         * src/syldap.c
14181                 remove sched_yield() (not necessary / unportable)
14182
14183 2001-10-11 [paul]       0.6.3claws8
14184
14185         * sync with sylpheed 0.6.3cvs3
14186                 see ChangeLog entry 2001-10-10
14187
14188 2001-10-10 [christoph]  0.6.3claws7
14189
14190         * .cvsignore
14191                 ignore 2 files created by newer autotools
14192         * src/prefs_folder_item.c
14193                 using table for widget alignment
14194                 fixed memory leak and broken octal display
14195         * src/filesel.c
14196                 fixed segfault caused by lost filename
14197                 workaround (closes bug #469551)
14198
14199 2001-10-10 [paul]       0.6.3claws6
14200
14201         * sync with sylpheed 0.6.3cvs2
14202                 see ChangeLog entries 2001-10-09 and 2001-10-10
14203
14204 2001-10-10 [darko]      0.6.3.claws5
14205
14206         * src/gtkstext.c
14207                 proper calculation of right margin if smart wrapping is enabled
14208         * src/compose.c
14209                 automatically wrap long lines if wrap quotation is enabled
14210
14211 2001-10-09 [alfons]     0.6.3.claws4
14212
14213         * src/summaryview.c
14214                 select correct row when deleting last row in the summary view (and
14215                 close bug "[ #469104 ] select second last in list when deleting")
14216
14217 2001-10-09 [paul]       0.6.3claws3
14218
14219         * sync with sylpheed 0.6.3cvs1
14220                 updated some autotool scripts
14221
14222 2001-10-09 [darko]      0.6.3claws2
14223
14224         * src/gtkstext.[ch]
14225                 new name and mark with Sylpheed comment
14226         * src/compose.c
14227                 smart quotation wrapping a-la VIM
14228
14229 2001-10-08 [paul]       0.6.3claws1
14230
14231         * sync with sylpheed 0.6.3 release
14232                 see ChangeLog entry 2001-10-08
14233
14234 2001-10-08 [paul]       0.6.2claws24
14235
14236         * src/summaryview.c
14237                 more sync with sylpheed 0.6.2cvs12
14238                 Fixed the bug that didn't select the last row correctly
14239
14240
14241 2001-10-07 [paul]       0.6.2claws23
14242
14243         * sync with sylpheed 0.6.2cvs12
14244                 see ChangeLog entry 2001-10-07
14245
14246 2001-10-06 [match]
14247         * src/jpilot.[ch]
14248                 enable jpilot to read unsynch'ed addresses.
14249
14250         * src/editldap_basedn.c
14251                 fix segfault when opening dialog.
14252
14253 2001-10-06 [alfons]     0.6.2.claws22
14254
14255         * src/summaryview.c
14256                 fix bug with summary view selecting last *inserted*
14257                 node instead of last *visible* node. remember we
14258                 work with a tree
14259
14260 2001-10-06 [paul]       0.6.2claws21
14261
14262         * po/pt_BR.po
14263                 updated translation, contains some fixes and new
14264                 translations, submitted by Gustavo Noronha Silva
14265                 <kov@debian.org>
14266
14267         * src/prefs_common.c
14268                 change 'each' to 'every' - fix dubious English
14269
14270         * sync with sylpheed 0.6.2cvs11
14271
14272 2001-10-05 [alfons]     0.6.2claws20
14273
14274         * src/mainwindow.[ch], src/folderview.c
14275                 make composite tool button switch between "Compose News"
14276                 and "Compose Mail" depending on selected folder
14277                 (nifty idea by Kim Schulz <kim@schulz.dk>)
14278
14279 2001-10-05 [paul]       0.6.2claws19
14280
14281         * src/mainwindow.c, src/summaryview.c
14282                 fix 'Message/Reply to all', broken in last commit
14283
14284         * src/compose.c
14285                 fix X_BEENTHERE seg fault, thanks to Alfons
14286
14287 2001-10-04 [paul]       0.6.2claws18
14288
14289         * src/compose.[ch], src/mainwindow.c
14290                 make "Message/Reply" reply to mailing lists; matches
14291                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
14292                 based on portions of the patch submitted by
14293                 Junichi Uekawa <dancer@netfort.gr.jp>
14294
14295 2001-10-04 [darko]      0.6.2claws17
14296
14297         * src/compose.c
14298                 better smart wrapping
14299         * src/gtkstext.[hc]
14300                 a function to make text buffer contiguous
14301
14302 2001-10-03 [paul]       0.6.2claws16
14303
14304         * sync with sylpheed 0.6.2cvs10
14305
14306 2001-10-02 [alfons]
14307
14308         * configure.in
14309         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
14310                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
14311                 references to chinese translations (hope someone picks up
14312                 this)
14313
14314 2001-10-02 [christoph]  0.6.2claws15
14315
14316         * src/compose.c
14317                 fixed non translated header bug
14318         * ChangeLog.claws
14319                 fixed wrong date in alfons last entry ;)
14320
14321 2001-10-02 [alfons]     0.6.2claws14
14322
14323         * src/compose.c, src/prefs_common.[ch]
14324                 add block cursor option
14325
14326 2001-10-02 [paul]       0.6.2claws13
14327
14328         * sync with sylpheed 0.6.2cvs9
14329
14330 2001-09-30 [paul]       0.6.2claws12
14331
14332         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
14333                 updated translations
14334
14335         * po/POTFILES.in
14336                 add 'src/importldif.c'
14337
14338         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
14339                 added eudora-to-vCard conversion tool
14340                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
14341
14342         * sync with sylpheed 0.6.2cvs8
14343
14344 2001-09-30 [paul]
14345
14346         * sylpheed-0.6.2claws released
14347
14348 2001-09-27 [melvin]     0.6.2claws11
14349
14350         * src/gtkspell.c
14351                 fixed crash when using default path (introduced 
14352                 in 0.6.2claws10)
14353                 fixed tiny bug for initial suggestion mode
14354
14355 2001-09-27 [melvin]     0.6.2claws10
14356         
14357         * src/gtkspell.c
14358                 fixed bug where gtkpspell didn't set the path correctly
14359
14360         * README.claws
14361                 added a paragraph about spell checking
14362                 
14363
14364
14365 2001-09-27 [paul]       0.6.2claws9
14366
14367         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
14368                 replace '// comments' with '/* comments */' to prevent
14369                 some compiler warnings 
14370
14371         * sync with sylpheed 0.6.2cvs6
14372
14373 2001-09-26 [alfons]     0.6.2claws8
14374
14375         * src/messageview.c
14376                 introduce return receipt request notification again,
14377                 which was lost because of other semantics in 
14378                 procheader_parse() (???)
14379
14380 2001-09-26 [christoph]  0.6.2claws7
14381
14382         * src/compose.c
14383                 replace comments for old code with #if 0
14384                 readded auto cc, bcc and reply-to
14385         * src/prefs_matcher.c
14386         * src/prefs_scoring.c
14387                 removed some definition (was moved to
14388                 prefs.h)
14389
14390 2001-09-26 [paul]       0.6.2claws6
14391
14392         * src/mainwindow.c
14393                 make 'Follow-up and reply to' sensitive
14394
14395         * more sync with sylpheed 0.6.2cvs5
14396
14397 2001-09-25 [melvin]
14398
14399         * 0.6.2claws5
14400
14401         * src/gtkspell.c
14402                 fixed bug for "US-ASCII" introduced by the encoding code
14403
14404 2001-09-25 [paul]
14405
14406         * 0.6.2claws4
14407
14408         * src/prefs_common.[ch], src/summaryview.c
14409                 'next unread msg' 'go to next folder?' dialog can be
14410                 given default behaviour, either always show dialog,
14411                 or assume 'yes', or assume 'no'
14412                 Submitted by wwp <subscript@free.fr>
14413
14414 2001-09-25 [melvin]
14415                 
14416         * src/compose.c src/gtkspell.[ch]
14417                 added support for different encodings
14418
14419 2001-09-25 [paul]
14420
14421         * more sync with sylpheed 0.6.2cvs5
14422
14423 2001-09-24 [alfons]
14424         
14425         * src/prefs_folder_item.c
14426                 add check for item->prefs->default_to string is NULL and
14427                 add another check when freeing this string
14428
14429 2001-09-24 [paul]
14430
14431         * configure.in
14432                 change to version 0.6.2claws3
14433
14434         * sync with sylpheed 0.6.2cvs5 
14435
14436 2001-09-24 [match]
14437         * src/ldif.[ch], src/importldif.[ch], addressbook.c
14438                 import LDIF files.
14439         * src/addrcache.[ch], addrindex.[ch]
14440                 small update for future
14441         * src/addrbook.c
14442                 fix test XML file.
14443
14444 2001-09-24 [melvin]
14445         * src/gtkspell.[ch]
14446                 added 'Learn from mistakes' option
14447                 better handling of quotes in checked words
14448                 sorted dict list
14449         * po/fr.po
14450                 small update for spell checking stuff
14451
14452 2001-09-23 [alfons]
14453         
14454         * src/gtkspell.c
14455                 edit a little bit so it complies more with main coding style
14456
14457 2001-09-23 [alfons]
14458
14459         * src/folder.[ch], prefs_folder_item.c, compose.c
14460                 migrate "request return receipt" folder property
14461                 to folderlist.xml
14462
14463 2001-09-22 [alfons]
14464
14465         * README.claws **NEW**
14466                 (add things of interest for users of main branch 
14467                 and claws here)
14468
14469         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
14470                 re-implement threading per folder option, but store 
14471                 the setting in folderlist.xml (where it belongs)
14472
14473 2001-09-21 [melvin]
14474
14475         * src/gtkspell.[ch]
14476                 fixed bug when compose window is under another window
14477         * src/prefs_common.[ch] src/compose.c
14478                 changed 'dictionary_path' to 'dictionary' to be consistent
14479                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
14480         * ac/pspell.m4 src/Makefile.am 
14481                 dropped PSPELL_PATH macro
14482         * po/fr.po
14483                 updated translations
14484
14485 2001-09-21 [christoph]
14486
14487         * src/compose.c
14488                 added border around header fields
14489                 keep header type when new field is added
14490
14491 2001-09-20 [christoph]
14492
14493         * src/utils.[ch]
14494                 more portable debug_print with source filename
14495                 and linenumber
14496         * src/procmsg.c
14497                 more newlines after debug messages
14498
14499 2001-09-20 [paul]
14500
14501         * configure.in
14502                 change to version 0.6.2claws2
14503
14504         * sync with sylpheed 0.6.2cvs3
14505
14506 2001-09-19 [melvin]
14507
14508         * src/gtkspell.c
14509                 fixed the post-right-click focus pb
14510                 fixed crash when 'Spell check all' after dict change 
14511                         and when cursor is at the end of the text
14512                 shift-right-click pops up config menu even on misspelled words.
14513         * po/POTFILES.in
14514                 added gtkspell.c
14515
14516 2001-09-19 [melvin]
14517
14518         * src/about.c
14519                 added pspell to compiled-in features list
14520
14521 2001-09-18 [melvin]
14522
14523         * switched to pspell and dropped ispell
14524         * ac/pspell.m4
14525                 new file. autoconf macro for pspell
14526         * ac/Makefile.am 
14527         * configure.in acconfig.h
14528                 added pspell support
14529         * src/Makefile.am
14530         * src/main.c src/compose.[ch] src/gtkspell.[ch]
14531         * src/prefs_common.[ch] 
14532                 added pspell support
14533
14534 2001-09-18 [christoph]
14535
14536         * src/addr_compl.c
14537         * src/template.[ch]
14538                 replace LOG_MESSAGE with debug_print
14539         * src/compose.[ch]
14540                 gui improvements
14541         * src/menu.c
14542                 added newline after debug message
14543         * src/utils.h
14544                 using __VA_ARGS__ for debug_print macro
14545         * tools/.cvsignore
14546                 ignore Makefile and Makefile.in
14547
14548 2001-09-18 [paul]
14549
14550         * configure.in
14551                 change to version 0.6.2claws1
14552         * sync with sylpheed 0.6.2cvs1
14553
14554         * src/matcher.c 
14555         * src/prefs_matcher.c
14556                 add 'score equal to' option, submitted by
14557                 Paul Evans <nerd@freeuk.com>
14558
14559 2001-09-15 [christoph]
14560
14561         * src/mainwindow.c
14562                 comment out menu entry not existing in claws
14563         * src/menu.c
14564                 add debug output for non existing menu entries
14565         * src/summaryview.c
14566                 fix next/prev unread message for ignored threads
14567         * src/utils.[ch]
14568                 add sourcefile and line number to debug output
14569                 otherwise it is sometimes hard to find the
14570                 source code part if debug messages are translated
14571
14572 2001-09-14 [darko]
14573         
14574         * src/folderview.c
14575                 refresh target folder style after colour is changed
14576
14577 2001-09-13 [paul]
14578
14579         * configure.in
14580                 change to version 0.6.1claws3
14581
14582         * sync with sylpheed 0.6.1cvs6
14583
14584 2001-09-13 [darko]
14585         
14586         * src/folderview.c
14587                 fix target folder colourization to use user selected colour
14588
14589 2001-09-12 [darko]
14590         
14591         * src/summaryview.c
14592                 fix crash when message that is marked for copy/move is unmarked
14593
14594 2001-09-09 [paul]
14595
14596         * configure.in
14597                 change to version 0.6.1claws2
14598
14599         * sync with sylpheed 0.6.1cvs3
14600
14601 2001-09-09 [alfons]
14602         
14603         * src/folderview.c
14604                 fix bug with default font used for trash folder text
14605
14606 2001-09-06 [paul]
14607
14608         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
14609                 updated translations
14610
14611         * configure.in
14612                 change to version 0.6.1claws1
14613
14614         * sync with sylpheed 0.6.1cvs2
14615
14616 2001-09-03 [paul]
14617
14618         * po/POTFILES.in
14619                 add Match's new addressbook
14620
14621         * po/de.po
14622                 updated translation submitted by Jens Oberender
14623
14624 2001-09-02 [paul]
14625
14626         * configure.in
14627                 change to 0.6.1claws
14628         * sync with sylpheed 0.6.1 release
14629
14630 2001-09-02 [paul]
14631
14632         * configure.in
14633                 change to 0.6.0claws2
14634
14635         * sync with sylpheed 0.6.0cvs4
14636
14637         * po/pt_BR.po
14638                 updated translation submitted by Fabio Junior Beneditto
14639
14640 2001-09-01 [match]
14641         * pixmaps/
14642                 interface.xpm
14643                 book.xpm
14644                 address.xpm
14645         * src/
14646                 Makefile.am
14647                 a ton of new files
14648
14649 2001-08-31 [paul]
14650
14651         * configure.in
14652                 change to version 0.6.0claws1
14653
14654         * sync with sylpheed 0.6.0cvs1
14655
14656         * po/es.po
14657                 updated translation submitted by Ricardo Mones Lastra
14658
14659         * po/POTFILES.in
14660                 add 'src/prefs_templates.c'
14661
14662         * src/compose.c, src/summaryview.c
14663                 fix segfault on 'Re_edit'               
14664
14665 2001-08-30 [alfons]
14666
14667         * configure.in, Makefile.am
14668         * tools/Makefile.am
14669                 add tools directory to source distribution
14670
14671 2001-08-30 [paul]
14672
14673         * configure.in
14674                 change to version 0.6.0claws
14675
14676         * sync with sylpheed 0.6.0 release
14677
14678 2001-08-30 [christoph]
14679
14680         * configure.in
14681                 removed autoconf version check
14682
14683 2001-08-30 [paul]
14684
14685         * src/account.c, src/compose.c, src/prefs_common.[ch]
14686         * src/procheader.[ch] src/utils.[ch]
14687                 Enhanced automatic account selection on replies
14688                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
14689
14690         * configure.in
14691                 add LDAP and JPilot to the configuration results output.
14692
14693 2001-08-29 [christoph]
14694
14695         * src/summeryview.c
14696                 no bold font for ignored threads
14697
14698 2001-08-29 [paul]
14699
14700         * configure.in
14701                 change to version 0.5.3claws6
14702
14703         * sync with sylpheed 0.5.3cvs10
14704                 src/stringtable.[ch]: New Files
14705
14706         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
14707         * src/pixmaps/sylpheed.xpm
14708                 add mini-icons to windows (by Alfons)
14709
14710 2001-08-27 [paul]
14711
14712         * src/mainwindow.c
14713                 new functions: next_labeled_cb(), prev_labeled_cb()
14714
14715         * src/summaryview.c
14716                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
14717                 summary_select_next_labeled(), summary_select_prev_labeled()
14718
14719         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
14720                 give claws blue folders and a blue trash can
14721
14722 2001-08-27 [paul]
14723
14724         * configure.in
14725                 change to version 0.5.3claws5
14726
14727         * sync with sylpheed 0.5.3cvs9
14728                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
14729
14730 2001-08-24 [christoph]
14731
14732         * src/filesel.c
14733                 keep filename when browsing directories
14734                 (not working for user entered filename, but
14735                  for default name and selected filename from
14736                  file list)
14737         * src/mainwindow.c
14738                 fixed wrong spelling "Folllow-up"
14739         * src/mbox_folder.c
14740         * src/procmsg.c
14741         * src/summaryview.c
14742                 fixed new/unread message count with ignored
14743                 threads (2 commits, first didn't notice no
14744                 longer needed decreasing)
14745         * src/inc.c
14746                 readded scrolling of progress dialog
14747                 (lost in sync)
14748
14749 2001-08-24 [paul]
14750
14751         * configure.in
14752                 change to 0.5.3claws4
14753
14754         * sync with sylpheed 0.5.3cvs7
14755
14756 2001-08-24 [christoph]
14757
14758         * src/compose.c
14759                 set request return receipt when replying
14760                 if it is set is the folder prefs of the
14761                 message
14762         * src/inc.c
14763                 disable final error popup if popups are
14764                 disabled in config (again)
14765
14766 2001-08-23 [paul]
14767
14768         * configure.in
14769                 Change version number to 0.5.3claws3
14770
14771         * sync with sylpheed 0.5.3cvs5
14772
14773         * src/mimeview.c
14774                 double quote '%s' in 'gedit %s' to fix bug when
14775                 opening attachment with spaces in the name
14776
14777 2001-08-22 [alte]
14778         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
14779           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
14780                 initial message templates support
14781
14782
14783 2001-08-22 [paul]
14784
14785         * configure.in
14786                 change version number to 0.5.3claws2
14787
14788         * sync with sylpheed 0.5.3cvs4
14789
14790         * src/procmsg.h src/summaryview.c
14791                 re-implement (un)ignore thread
14792
14793 2001-08-21 [paul]
14794
14795         * src/summaryview.c
14796                 remove unnecessary code
14797         * src/compose.c
14798                 enable 'dynamic' signatures (submitted by
14799                 Eric Limpens <eric@hscg-internet.nl>)
14800
14801 2001-08-21 [paul]
14802
14803         clean up after sync with sylpheed 0.5.3 release
14804
14805         * src/folderview.c
14806                 fix re-introduced font mess, see Christoph's
14807                 entry 2001-06-24
14808
14809         * src/summaryview.c
14810                 remove prev_msgnum
14811                 use sylpheed's small font instead of
14812                 gtk default font for summary view
14813
14814
14815 2001-08-17 [paul]
14816
14817         * configure.in
14818                 add pl to ALL_LINGUAS - sync with main branch
14819
14820         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
14821                 Updated. Translations by Jens Oberender, Ricardo Mones
14822                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
14823
14824         * po/pl.po  ** NEW FILE **
14825                 sync with the main branch
14826
14827         * src/folderview.c
14828                 fix target folder colorizing and refresh problem
14829
14830
14831 2001-08-17 [christoph]
14832
14833         * src/mainwindow.c
14834                 claws uses 4 colors for target folder coloring.
14835                 arrays were not long enough and destroyed the
14836                 stack causing a segfault.
14837                 target folder colorizing does not work anymore
14838                 for me
14839
14840 2001-08-16 [paul]
14841
14842         * configure.in
14843                 change to version 0.5.3claws1
14844
14845         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
14846           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
14847           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
14848
14849                 sync with sylpheed 0.5.3 release, but keep claws method of
14850                 configuring/saving fonts
14851
14852         * src/addressbook.[ch]
14853                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
14854                 in line with a similar change in Hiroyuki's branch
14855
14856         * src/mainwindow.[ch]
14857                 disable main_window_set_thread_option()
14858         * src/prefs_folder_item.c
14859                 comment out &tmps_prefs.enable_thread,
14860         * src/mbox_folder.c, src/procmsg.[ch]
14861                 comment out MSG_IS_IGNORE_THREAD
14862         * src/summaryview.c
14863                 comment out summary_ignore_thread() and summary_unignore_thread()
14864                 comment out MSG_IS_IGNORE_THREAD
14865
14866                 use Hiroyuki's threading instead.
14867
14868
14869
14870 2001-08-15 [paul]
14871
14872         * src/account.c
14873                 use Hiroyuki's 0.5.3 column scheme but also
14874                 include the enable/disable button.
14875         * src/pixmaps/mark.xpm
14876                 add Hiroyuki's amended pixmap
14877
14878 2001-08-13 [christoph]
14879
14880         * src/account.c
14881                 receive at get all column showed wrong state for APOP
14882                 button should only work for POP3 and APOP accounts
14883         * src/prefs_account.c
14884                 added missing preprocessor statement for SSL
14885
14886 2001-08-12 [paul]
14887
14888         * src/account.[ch]
14889                 add 'receive at get all' column and enable/disable
14890                 button.
14891
14892 2001-08-06 [christoph]
14893
14894         * src/account.c
14895                 show usage of SSL in protocol column
14896
14897         * src/imap.c
14898         * src/inc.c
14899                 renamed ssl options
14900
14901         * src/prefs_account.[ch]
14902                 moved ssl options to a new page
14903
14904         * src/send.c
14905         * src/smtp.c
14906         * src/ssl.[ch]
14907                 renamed ssl options
14908                 added support for SMTP STARTTLS command
14909
14910 2001-08-05 [christoph]
14911
14912         * configure.in
14913                 debian autoconf needs version check to find
14914                 correct autoconf version. if the file is
14915                 named configure.in 2.13 is used, which does
14916                 not work with this configure.in script.
14917                 other solution would be to rename the script
14918                 to configure.ac as suggested in the autoconf
14919                 manual.
14920
14921         * src/inc.c
14922                 disable final error popup if popups are
14923                 diabled in config
14924
14925         * src/socket.c
14926                 bugfix in ssl_gets
14927                 fixes IMAP over SSL problem
14928
14929 2001-08-03 [paul]
14930
14931         * configure.in
14932                 change to 0.5.2claws1
14933
14934         * sync with sylpheed 0.5.2cvs1
14935
14936 2001-08-02 [alfons]
14937
14938         * configure.in
14939                 quick fix for ispell detection...
14940
14941 2001-08-01 [paul]
14942
14943         * configure.in
14944                 change to 0.5.1claws4
14945
14946         * sync with sylpheed 0.5.1cvs7
14947
14948 2001-07-31 [alfons]
14949
14950         * src/prefs_common.c, src/prefs_common.h, 
14951           src/gtkspell.c, src/gtkspell.h
14952                 add global spelling checker settings (compose tab) +
14953                 selection of dictionary 
14954           
14955         * configure.in  
14956                 guess valid ispell location
14957
14958 2001-07-31 [paul]
14959
14960         * po/POTFILES.in
14961                 removal of 'src/quote_fmt_parse.c'
14962         * po/de.po
14963                 Updated de.po
14964                 (submitted by Jens Oberender <didge@suse.de>)
14965
14966 2001-07-31 [darko]
14967
14968         * src/folder.[ch]
14969         * src/folderview.[ch]
14970         * src/mainwindow.c
14971         * src/mh.c
14972         * src/prefs_common.[ch]
14973         * src/summaryview.c
14974                 target folder colourization
14975
14976 2001-07-30 [paul]
14977
14978         more sync with Sylpheed 0.5.1cvs6 
14979
14980 2001-07-30 [darko]
14981
14982         * src/mh.c
14983         * src/prefs_folder_item.[hc]
14984         * src/summaryview.c
14985                 shared folders support with a GUI
14986
14987 2001-07-29 [paul]
14988
14989         0.5.1claws3
14990
14991         * sync with Sylpheed 0.5.1cvs6
14992
14993 2001-07-29 [paul]
14994
14995         * po/pt_BR.po
14996                 updated
14997                 (submitted by Fabio Junior Beneditto)
14998
14999 2001-07-28 [paul]
15000
15001         * src/procmime.c
15002         * AUTHORS
15003                 patch to correct bad image mime headers
15004                 (submitted by Don Quijote <dq@searchlores.org>)
15005
15006 2001-07-28 [paul]
15007
15008         * tools/gif2xface.pl   **NEW FILE**
15009         * tools/README
15010                 script to convert file.gif to file.xface for
15011                 use in a custom header.
15012                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
15013
15014 2001-07-27 [alfons]
15015         
15016         * configure.in
15017                 change macros for detecting JPilot and LDAP
15018
15019 2001-07-27 [christoph]
15020
15021         * src/filtering.c
15022                 code cleanup (MIN / MAX warning, needed casting)
15023
15024 2001-07-27 [alfons]
15025
15026         * procheader.c
15027                 disallow setting flags when detecting certain headers
15028                 (X-Status, Status, Seen, X-Seen). 
15029         
15030         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
15031
15032 2001-07-27 [christoph]
15033
15034         * src/prefs_filter.c
15035         * src/prefs_filtering.c
15036         * src/prefs_matcher.c
15037         * src/prefs_scoring.c
15038                 scroll list when moving rows up or down
15039
15040         * src/imap.c
15041         * src/imap.h
15042         * src/prefs_account.c
15043         * src/prefs_account.h
15044         * src/send.c
15045                 SMTP over SSL (untested, feedback requested)
15046                 IMAP over SSL
15047
15048         * src/ssl.c
15049                 code cleanup
15050
15051 2001-07-26 [alfons]
15052         
15053         * configure.in, acconfig.h
15054                 define CLAWS (need this for main / claws detection)
15055
15056 2001-07-25 [alfons]
15057
15058         * configure.in
15059                 Sylpheed 0.5.1claws2
15060                 
15061         * sync with Sylpheed 0.5.1cvs4
15062
15063 2001-07-25 [christoph]
15064
15065         * src/scoring.c
15066                 fixed segfault
15067                 item->prefs == NULL (don't know why)
15068
15069 2001-07-25 [alfons]
15070
15071         * configure.in
15072                 Sylpheed 0.5.1claws1
15073
15074         * sync with Sylpheed 0.5.1cvs1-3
15075
15076 2001-07-24 [christoph]
15077
15078         * src/folderview.c
15079         * src/prefs_folder_item.[ch]
15080                 added folderitem preferences dialog with
15081                 default To: and auto request return receipt
15082
15083         * src/compose.[ch]
15084         * src/menu.[ch]
15085                 changes to handle new folderitem preferences
15086
15087         * src/mainwindow.c
15088         * src/summaryview.c
15089                 call compose new mail with current folderitem
15090
15091 2001-07-24 [alfons]
15092
15093         Release Sylpheed 0.5.1claws
15094
15095         * configure.in
15096                 change to release version 0.5.1claws
15097
15098 2001-07-24 [christoph]
15099
15100         * src/summaryview.c
15101                 fixed segfault that happend when the selected
15102                 message was removed while retrieving new messages.
15103
15104         * po/es.po
15105                 updated translation
15106                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
15107
15108 2001-07-22 [alfons]
15109
15110         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
15111         this is a work in progress, for more information: http://nlpagan.net/sylman 
15112         
15113         * configure.in, src/mainwindow.c, manual/Makefile.am
15114                 add support for English manual
15115
15116         * AUTHORS
15117                 add authors of user manuals
15118
15119         * manual/en/sylpheed*.html
15120                 add English documentation
15121
15122 2001-07-22 [christoph]
15123
15124         * po/POTFILES.in
15125                 added src/ssl.c
15126         * src/ssl.c
15127                 changed a wrong debug message
15128
15129 2001-07-22 [alfons]
15130
15131         * po/nl.po
15132                 update Dutch translation
15133
15134         * src/prefs_filtering.c, 
15135           src/prefs_matcher.c
15136                 add more translatable strings           
15137
15138 2001-07-21 [alfons]
15139
15140         0.5.0claws7
15141
15142         * configure.in
15143                 change version
15144
15145         * src/inc.c, src/summaryview.[ch]
15146                 prevent update of mark file when filtering has done, by
15147                 using a variable; this affects two functions:
15148                         inc.c::inc_finished()
15149                         summaryview.c::summary_show()
15150
15151 2001-07-20 [alfons]
15152
15153         * src/filtering.[ch], src/prefs_filtering.c, 
15154           src/matcher.[ch]
15155                 add filtering action for label coloring 
15156
15157         * po/POTFILES.in
15158                 add labelcolors.c
15159
15160         * added src/labelcolors.c
15161         * added src/labelcolors.h
15162         * src/Makefile.am, src/summaryview.c
15163                 rearrange label coloring code
15164
15165         * src/procmsg.h
15166                 add more parentheses so label colouring works correctly
15167
15168         * src/filtering.c
15169                 don't really delete message, but move it to Trash
15170
15171         * src/prefs_matcher.c
15172                 add quote options to info dialog
15173
15174 2001-07-20 [christoph]
15175
15176         * src/Makefile.am
15177         * src/inc.c
15178         * src/main.[ch]
15179         * src/socket.h
15180         * src/ssl.[ch] (new)
15181                 moved ssl stuff to a seperate file
15182
15183 2001-07-20 [darko]
15184
15185         * src/summaryview.c
15186                 fix show sender using address book with no e-mail
15187                 address in From: field
15188
15189 2001-07-19 [alfons]
15190
15191         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
15192                 fix messy handling of escaping... now at least the
15193                 execute command is useful. escape char is '\', we
15194                 accept \n and \r too. 
15195
15196                 Real life example:
15197                 
15198                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
15199                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
15200
15201 2001-07-18 [alfons]
15202
15203         0.5.0claws6
15204
15205         * src/summaryview.c
15206                 clean up
15207
15208         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
15209           src/procmsg.[ch]
15210                 revise filtering; currently move, copy, marking have
15211                 been tested. if you like bleeding edge stuff, you
15212                 should definitely go for this version :)
15213
15214         * mark old working stuff as VERSION_0_5_0_CLAWS5        
15215
15216 2001-07-17 [christoph]
15217
15218         * src/utils.c
15219                 timestamp log
15220
15221 2001-07-17 [alfons]
15222
15223         0.5.0claws5
15224
15225         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
15226           bits in the mark file, without affecting either branch. Lots of
15227           files changed, also in claws branch.
15228
15229           UNTESTED: use of mbox folders
15230
15231         * src/summaryview.c
15232                 added mark all read; however this was a quick hack used for
15233                 cleaning up mess after initial merge with Hiroyuki
15234
15235         * configure.in
15236                 change claws version number back to 0.5.0claws5 to clear up 
15237                 confusion & pretension (recent release was technically 
15238                 0.5.0claws4, so we neatly align with Hiroyuki :-)
15239
15240 2001-07-16 [alfons]
15241
15242         sync with Hiroyuki's 0.5.0cvs4
15243
15244 2001-07-16 [alfons]
15245
15246         0.5.1claws3
15247
15248         * src/filtering.[ch]
15249                 remove invalid updating of mark files for 
15250                 filter actions MATCHING_ACTION_MOVE and 
15251                 MATCHING_ACTION_DELETE; this should fix the
15252                 folder update bug
15253                 
15254         * src/procmsg.c
15255                 revert Christoph's stab at fixing the folder 
15256                 update bug
15257
15258         * po/POTFILES.in
15259                 add missing files with translatable strings
15260
15261         * src/summaryview.c
15262                 remove debug print
15263
15264 2001-07-15 [alfons]
15265
15266         * src/addr_compl.[ch], src/prefs_filtering.c
15267                 make "filtering pref dialog's destination entry" an
15268                 "address completable entry", if filter destination is 
15269                 an email address
15270
15271         0.5.1claws2
15272         
15273         sync with Hiroyuki's 0.5.0cvs2-3
15274
15275 2001-07-15 [christoph]
15276
15277         * src/procmsg.c
15278                 fixed folder stats update after incorporation
15279
15280 2001-07-15 [alfons]
15281
15282         * src/summaryview.c
15283                 * finish label colouring stuff (for now)
15284                 * fix incorrect colour bug (off by one) 
15285
15286 2001-07-14 [alfons]
15287
15288         * src/mainwindow.c
15289                 change text labels for news and mail message so there's
15290                 plenty of toolbar estate left
15291
15292         * configure.in
15293                 0.5.1claws1
15294
15295         * src/folderview.c
15296           src/folder.[ch]
15297                 sync with Hiroyuki's 0.5.0cvs1
15298
15299         * src/summaryview.c
15300                 more rewrite label colouring
15301
15302 2001-07-14 [alfons]
15303
15304         * src/summaryview.[ch]
15305                 * start rewrite label colouring 
15306                 * fix proper location "Add Sender To Addressbook" menu item
15307
15308 2001-07-13
15309
15310         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
15311         (actually this is 0.5.0claws4)
15312
15313 2001-07-13 [alfons]
15314
15315         * po/pt_BR.po
15316                 * fix duplicate message
15317                 * add updated Portugese / Brazilian translation
15318                   submitted by Fabio Junior Beneditto
15319
15320 2001-07-12 [alfons]
15321
15322         * AUTHORS
15323                 add Jens
15324
15325         * po/nl.po
15326                 add updated Dutch translation
15327
15328         * po/de.po
15329                 add updated German translation submitted by Jens
15330
15331 2001-07-11 [alfons]
15332
15333         Prerelease before 0.5.0claws. Please test.
15334         This version is temporarily tagged as VERSION_0_5_0_TEST
15335
15336         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
15337           src/prefs_scoring.c, src/prefs_matcher.c, 
15338           src/prefs_filtering.c, src/mbox.c, 
15339           src/main.c, src/inc.c, src/filtering.[ch]
15340                 revert new Hoa's new matcher (does not work yet)
15341
15342         * src/Makefile.am
15343                 clean up
15344
15345 2001-07-10
15346
15347         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
15348
15349
15350 2001-07-10 [alfons]
15351
15352         * Makefile.am
15353                 add ChangeLog.claws to EXTRA_DIST
15354         * src/Makefile.am
15355                 add matcher_parser_parse.h to EXTRA_DIST
15356
15357 2001-07-10 [christoph]
15358
15359         * src/inc.c
15360                 add destination folder to table of
15361                 folders that need to be updated after
15362                 incorporation
15363
15364 2001-07-10 [alfons]
15365
15366         * folder.[ch]
15367           folderview.c
15368                 make collapse state of folders and folder items persistent, i.e.
15369                 if you collapse a folder tree, the next time sylpheed-claws starts 
15370                 up the folder tree remains collapsed.  
15371                 
15372 2001-07-10 [christoph]
15373
15374         * acconfig.h
15375         * configure.in
15376                 added --enable-ssl
15377         * src/md5.[ch]
15378                 renamed MD5_CTX to MD5_CTX_syl
15379                 conflicts with a struct in openssl
15380         * src/inc.c
15381         * src/main.[ch]
15382         * src/prefs_account.[ch]
15383         * src/socket.[ch]
15384                 SSL support for POP
15385         * src/mainwindow.c
15386                 fixed compose with current account
15387                 broken by new compose button stuff
15388
15389 2001-07-09 [hoa]
15390
15391         * AUTHORS
15392                 changed my email address
15393
15394         * src/matcher_parser_parse.y
15395                 clean the parser to remove conflicts
15396
15397 2001-07-09 [alfons]
15398
15399         * AUTHORS
15400                 add Match Grun
15401
15402         * configure.in
15403                 fix incorrect description of --enable-ldap parameter
15404
15405         * src/prefs_common.[ch]
15406           src/compose.c
15407                 add experimental option "smart wrapping" which makes the
15408                 compose editor auto wrap.
15409                 
15410                 | TODO: the problem with the buggy cursor handling is caused |
15411                 | by the GtkText. when deleting / backspacing text its       |
15412                 | wrapping algorithm does not take in account the previous   |
15413                 | line. should find a way to hack this in.                   |
15414                 | or should perhaps combine this with the word wrapping      |
15415                 | patch i wrote in january.                                  |
15416
15417         * src/about.c
15418                 show build parameters for LDAP and JPilot
15419
15420         * src/summaryview.c
15421                 revert Christoph's bugfix for selecting next unread message, 
15422                 because folder stats aren't updated correctly
15423
15424 2001-07-08 [hoa]
15425
15426         * src/filtering.c
15427         * src/mainwindow.c
15428         * src/matcher.c
15429         * src/matcher_parser_lex.l
15430         * src/matcher_parser_parse.y
15431         * src/prefs_filtering.c
15432         * src/prefs_scoring.c
15433         * src/scoring.c
15434                 bugfix of the config file parser
15435
15436 2001-07-08 [alfons]
15437
15438         * src/Makefile.am
15439                 added generated matcher sources to BUILT_SOURCES
15440
15441 2001-07-08 [hoa]
15442
15443         * src/Makefile.am
15444         * src/.cvsignore
15445                 added new config file parser
15446
15447         * src/scoring.[ch]
15448         * src/filtering.[ch]
15449         * src/matcher.[ch]
15450         * src/prefs_filtering.c
15451         * src/prefs_matcher.c
15452         * src/prefs_scoring.c
15453         * added src/matcher_parser.h
15454         * added src/matcher_parser_lex.h
15455         * added src/matcher_parser_lex.l
15456         * added src/matcher_parser_parse.y
15457                 lex & yacc config file parser
15458
15459         * src/mbox.c
15460         * src/inc.c
15461         * src/main.c
15462                 changes prefs_filtering into global_filtering           
15463
15464         * src/summaryview.c
15465                 build threads with subjects only if "Re: " is at the
15466                 beginning of the subject
15467
15468 2001-07-07 [paul]
15469
15470         0.5.0claws
15471
15472         sync with sylpheed 0.5.0
15473                 change of version number only
15474
15475 2001-07-06 [paul]
15476
15477         0.5.0claws5
15478
15479         sync with sylpheed 0.5.0pre5
15480
15481 2001-07-05 [paul]
15482
15483         sync with sylpheed 0.5.0pre4 release
15484                 /po and /manual/ja not sync'ed
15485
15486 2001-07-04 [paul]
15487
15488         more sync with sylpheed 0.5.0pre4
15489
15490 2001-07-03 [christoph]
15491
15492         * src/addressbook.c
15493                 fixed address book broken by address book
15494                 for VCard, JPilot, LDAP
15495
15496 2001-07-03 [alfons]
15497
15498         * src/matcher.c
15499         * src/textview.c
15500                 stopped memory leaks
15501
15502 2001-07-03 [paul]
15503
15504         more sync with sylpheed 0.5.0pre4
15505
15506 2001-07-02 [match]
15507
15508         * included address book patch for VCard, JPilot, LDAP
15509         * pref_common.c - fixed Font options on Display tab (cosmetic)
15510         * alertpanel.c - fixed truncated message
15511
15512 2001-07-02 [christoph]
15513
15514         * src/mbox_folder.c
15515         * src/procmsg.[ch]
15516         * src/summaryview.c
15517                 mark threads for ignoring
15518
15519 2001-07-02 [paul]
15520
15521         0.5.0claws4
15522
15523         * sync with sylpheed 0.5.0pre4
15524                 updated gettext to 0.10.38.
15525
15526 2001-07-01 [paul]
15527
15528         * src/ mainwindow.c
15529         * src/procmsg.h
15530         * src/summaryview.[ch]
15531                 new right-click option: Label.
15532                 substitute for 'Mark-->Mark/Unmark', colours the line.
15533                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
15534
15535 2001-07-01 [christoph]
15536
15537         * src/folderview.c
15538                 fixed font for trash
15539         * src/summaryview.c
15540                 move ctree to unread message
15541
15542 2001-07-01 [paul]
15543
15544         * sync with sylpheed 0.5.0pre3 release
15545
15546 2001-06-30 [alfons]
15547
15548         * src/filesel.[ch]
15549         * src/compose.c
15550                 allow inserting / attaching multiple files in
15551                 the composer window
15552
15553 2001-06-30 [paul]
15554
15555         * src/codeconv.c
15556                 small change to Alfons' previous stuff so that it
15557                 actually makes
15558
15559 2001-06-30 [alfons]
15560
15561         * lots of files changed; first attempt to merge the changes
15562           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
15563
15564 2001-06-30 [paul]
15565
15566         * po/pt_BR.po
15567                 updated and completed, translations by Fabio
15568                 Junior Beneditto <fjbeneditto@yahoo.com.br>
15569
15570 2001-06-29 [alfons]
15571
15572         * src/compose.c
15573         * src/mimeproc.[ch]
15574                 allow selecting an attached files' mime type from a 
15575                 list of types.
15576
15577 2001-06-29 [paul]
15578
15579         * more sync with sylpheed 0.5.0pre3
15580
15581 2001-06-29 [paul]
15582
15583         * po/pt_BR.po
15584                 merge with sylpheed.pot and pt_BR.po provided by
15585                 Fabio Junior Beneditto.
15586
15587 2001-06-29 [darko]
15588
15589         * src/procmime.c
15590                 make MIME types case insensitive
15591
15592 2001-06-28 [alfons]
15593
15594         * po/nl.po
15595                 merge with sylpheed.pot and old nl.po; translations added.
15596
15597 2001-06-28 [paul]
15598
15599         * more sync with sylpheed 0.5.0pre3
15600
15601 2001-06-27 [alfons]
15602
15603         * src/summaryview.c
15604                 don't crash when removing parent node of messages
15605                 attracted by subject. this was caused by not deleting
15606                 the parent node from the subject line hash table.
15607
15608 2001-06-27 [alfons]
15609
15610         * src/summaryview.c
15611         * src/compose.[ch]
15612         * src/mainwindow.c
15613                 if there are multiple messages selected, allow forwarding
15614                 them as attachments.
15615
15616 2001-06-27 [paul]
15617
15618         * more sync with sylpheed 0.5.0pre3
15619
15620 2001-06-26 [paul]
15621
15622         0.5.0claws3
15623
15624         * sync with sylpheed 0.5.0pre3
15625
15626 2001-06-25 [paul]
15627
15628         * src/mainwindow.c
15629                 fixed 'compose news article' bug
15630                 from icon-and-text toolbar
15631
15632 2001-06-25 [paul]
15633
15634         * sync with sylpheed 0.5.0pre2 release
15635
15636 2001-06-24 [christoph]
15637
15638         * src/prefs_common.c
15639                 bug fix in font selection
15640         * src/folderview.c
15641                 use sylpheed's normal font instead of
15642                 gtk default font for folders without
15643                 new messages
15644
15645 2001-06-24 [alfons]
15646
15647         * src/mainwindow.[ch]
15648                 added composite compose mail / news button (an idea by Leandro
15649                 Pereira <leandro@linuxmag.com.br>)
15650
15651 2001-06-24 [paul]
15652
15653         Added instructions for ldif-to-xml.py
15654
15655         * tools/README
15656
15657 2001-06-23 [alfons]
15658
15659         Some minor things.
15660
15661         * src/pixmaps/stock_news_compose.xpm
15662                 added pixmap by Leandro
15663         * src/prefs_common.c
15664                 tested built-in spelling checker of GCC 3.0 :)
15665         * po/nl.po
15666                 merged dutch translation of sylpheed-main with
15667                 sylpheed.pot
15668
15669 2001-06-23 [paul]
15670
15671         Added tools directory and files.
15672
15673         * tools/filter_conv.pl
15674                 converts old filter system to new filtering system
15675         * tools/ldif-to-xml.py
15676                 converts netscape addressbook to sylpheed addressbook
15677         * tools/README
15678                 descriptions/instructions for above two files
15679
15680 2001-06-23 [christoph]
15681
15682         * src/inc.c
15683         * src/manage_window.[ch]
15684         * src/prefs_common.[ch]
15685                 mail retrieval dialog can be enabled, disabled
15686                 or hidden if non of sylpheed's windows is active
15687
15688 2001-06-22 [paul]
15689
15690         0.5.0claws2
15691
15692         * sync with sylpheed 0.5.0pre2
15693
15694 2001-06-21 [christoph]
15695
15696         * src/summaryview.c
15697                 show recipient on 'from' for all accounts
15698                 
15699         * src/inc.c
15700         * src/prefs_common.[ch]
15701                 disable error popup on mail receive errors
15702
15703 2001-06-21 [alfons]
15704
15705         * src/compose.c
15706                 made the ruler correctly appear and disappear.
15707
15708         * src/Makefile.am
15709                 removed Hoa's work-in-progress-stuff (interesting!) so 
15710                 claws compiles ok.
15711
15712 2001-06-20 [christoph]
15713
15714         * src/inc.c
15715         * src/progressdialog.c
15716                 added scrolled window for list in progressdialog
15717
15718 2001-06-20 [paul]
15719
15720         sync with sylpheed 0.5.0pre1 release
15721
15722 2001-06-20 [christoph]
15723
15724         * src/summeryview.c
15725                 make building threads by subject work when
15726                 thread view is enabled
15727                 
15728         * src/compose.c
15729         * src/prefs_common.[ch]
15730                 automatically select account for mail replys
15731
15732 2001-06-19 [sergey]
15733
15734         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
15735         they are filled in from the account settings.
15736
15737 2001-06-19 [paul]
15738
15739         * more sync with sylpheed 0.5.0pre1
15740
15741 2001-06-18 [alfons]
15742
15743         * src/Makefile.am,
15744           src/procmime.c
15745                 added --sysconfdir to CPPFLAGS for pointing to the correct
15746                 location of mime.types. 
15747
15748                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
15749                 or ./configure!
15750
15751 2001-06-18 [hoa]
15752
15753         * src/summaryview.c
15754                 fixed some bug when building threads
15755
15756 2001-06-18 [pau]l
15757
15758         * src/prefs_account.c
15759                 UI stuff: More changes to the English
15760
15761 2001-06-18 [paul]
15762
15763         * src/pixmaps/stock_news_compose.xpm: new file
15764         * src/Makefile.am
15765         * src/mainwindow.c
15766         * src/summaryview.c
15767                 Added new icon for Hoa's 'compose a news
15768                 message', plus minor improvements to the
15769                 English
15770
15771         * po/ja.po
15772         * ChangeLog
15773         * ChangeLog.jp
15774                 more sync with sylpheed 0.5.0pre1
15775
15776 2001-06-18 [hoa]
15777
15778         * src/compose.[ch]
15779         * src/mainwindow.c
15780                 Follow-up and reply to
15781
15782         * src/summaryview.[ch]
15783                 Build threads also with subjects
15784
15785 2001-06-17 [hoa]
15786
15787         * src/compose.c
15788                 forwarding use the current account.
15789
15790         * src/mainwindow.c
15791                 the "compose message" button has been replaced with
15792                 "new mail" and "new news" buttons
15793
15794         * src/prefs_common.[ch]
15795                 added a configuration option to use the forward button
15796                 as "forward as attachment"
15797                 changed reply and forward format description
15798
15799         * src/quote_fmt_lex.l
15800         * src/quote_fmt_parse.y
15801                 added message with no signature in format for reply
15802                 and forward.
15803
15804 2001-06-17 [paul]
15805
15806         Minor UI stuff
15807
15808         * src/mainwindow.c
15809         * src/summaryview.c
15810                 Improvements to the English
15811
15812         * src/prefs_common.c
15813                 Improvements to the English and some
15814                 clarity/continuity improvements in the
15815                 description of Quote symbols.
15816
15817 2001-06-17 [paul]
15818
15819         0.5.0claws1
15820
15821         * sync with sylpheed 0.5.0pre1
15822
15823 2001-06-17 [hoa]
15824
15825         * src/compose.c
15826                 Better interface for compose, displayed fields
15827                 are updated whenever we change account.
15828                 Newsgroups field is automatically filled.
15829
15830         * src/mainwindow.c
15831                 Newsgroups field is automatically filled.
15832
15833         * src/prefs_account.c
15834                 Some interface stuff when fields appear and
15835                 disappear.
15836
15837 2001-06-16 [paul]
15838
15839         0.4.99claws
15840
15841         * sync with sylpheed 0.4.99
15842
15843 2001-06-16 [sergey]
15844
15845         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
15846         base64_decoder_free, base64_decoder_decode): new object and
15847         functions for decoding base64 streams.
15848         * src/procmime.c (procmime_decode_content): modified to use the
15849         new base64 decoder.
15850
15851 2001-06-15 [paul]
15852
15853         0.4.99claws10
15854
15855         * sync with sylpheed 0.4.99cvs11
15856
15857 2001-06-13 [paul]
15858
15859         0.4.99claws9
15860
15861         * sync with sylpheed 0.4.99cvs9
15862
15863 2001-06-13 [hoa]
15864
15865         * src/compose.c
15866         * src/prefs_account.c
15867
15868                 SMTP server can be defined in the news account
15869                 mime type of attachment are kept.
15870
15871         * src/summaryview.c
15872
15873                 now choose the highest important score between default
15874                 and important score of folder.
15875
15876 2001-06-09 [alfons]
15877         
15878         * src/prefs_common.c: 
15879
15880                 (prefs_quote_description_create): corrected description of 
15881                 quote format characters
15882
15883 2001-06-09 [paul]
15884
15885         0.4.99claws8
15886
15887         * sync with sylpheed 0.4.99cvs8
15888
15889 2001-06-08 [sergey]
15890
15891         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
15892         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
15893
15894 2001-06-08 [paul]
15895
15896         0.4.99claws7
15897
15898         * sync with sylpheed 0.4.99cvs7
15899
15900 2001-06-06 [sergey]
15901
15902         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
15903         clashes with autogenerated header).
15904         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
15905         * src/Makefile.am: added quote_fmt.h.
15906         * src/.cvsignore: added lex/yacc autogenerated files
15907         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
15908
15909 2001-06-06 [paul]
15910
15911         0.4.99claws6
15912
15913         * sync with sylpheed 0.4.99cvs6
15914
15915 2001-06-06 [hoa]
15916
15917         * added src/quote_fmt_parse.h
15918         * src/compose.c
15919                 removed warnings
15920
15921         * src/prefs.[ch]
15922                 don't modify readonly configuration files
15923
15924         * src/prefs_account.c
15925         * src/prefs_common.c
15926         * src/prefs_customheader.c
15927         * src/prefs_display_header.c
15928         * src/prefs_filter.c
15929         * src/prefs_filtering.c
15930         * src/prefs_scoring.c
15931                 don't open dialog box when configuration files
15932                 are readonly
15933
15934 2001-06-05 [sergey]
15935
15936         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
15937
15938         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
15939         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
15940         BUILT_SOURCES to make all files rebuild properly.
15941
15942         * src/compose.c: removed #include "quote_fmt.tab.h".
15943
15944         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
15945         CHARACTER value in yylval.
15946
15947         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
15948         receive CHARACTER value by documented means (yylval).
15949
15950         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
15951
15952 2001-06-05 [hoa]
15953
15954         * src/Makefile.am
15955                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
15956
15957         * src/filtering.c
15958         * src/matcher.c
15959         * src/matcher.h
15960         * src/prefs_filtering.c
15961                 now keep the configuration for execute action
15962
15963         * src/mbox_folder.c
15964                 fixed a warning
15965
15966 2001-06-05 [paul]
15967
15968         * sync with sylpheed 0.4.99cvs5
15969
15970 2001-06-05 [hoa]
15971
15972         * src/Makefile.am
15973                 added quote_fmt.[ch]
15974
15975         * added src/quote_fmt.y
15976         * added src/quote_fmt.l
15977         * added src/quote_fmt.tab.h
15978         * added src/quote_fmt.tab.c
15979         * added src/lex.quote_fmt.c
15980                 parsing configuration for replying
15981                 and forwarding
15982
15983         * src/prefs_common.[ch]
15984                 added configuration UI for replying
15985                 and forwarding
15986
15987         * src/compose.c
15988                 using configuration for replying
15989                 and forwarding
15990
15991 2001-06-04 [hoa]
15992
15993         * src/filtering.c
15994         * src/matcher.c
15995         * src/matcher.h
15996         * src/prefs_filtering.c
15997         * src/prefs_matcher.c
15998         * src/prefs_matcher.h
15999                 action "run a command" for filtering
16000                 and matching with a command.
16001                 fixed the "whole message" matching
16002
16003         * src/mbox_folder.c
16004                 changed temporary filename for security
16005
16006         * src/messageview.c
16007                 queue the notification if it fails to send.
16008
16009         * src/prefs_common.c
16010         * src/prefs_folder_item.c
16011                 changed the default important score             
16012
16013         * src/prefs_scoring.c
16014         * src/scoring.c
16015                 hide kill score input when the folder is not
16016                 a newsgroup
16017
16018 2001-06-03 [alfons]
16019
16020         * src/prefs_common.c:
16021
16022                 (prefs_font_select): pass font name in font entry box to font
16023                 selection dialog.
16024
16025 2001-06-03 [sergey]
16026
16027         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
16028
16029 2001-06-03 [paul]
16030
16031         * sync with sylpheed 0.4.99cvs4
16032
16033 2001-06-03 [alfons]
16034
16035         * src/headerwindow.c:
16036
16037                 (headerwindow_show_cb): use the selected summary view item, not
16038                 the displayed item.
16039
16040 2001-06-02 [alfons]
16041
16042         * src/headerwindow.c:
16043
16044                 (headerwindow_show_cb): always try to show msginfo
16045
16046 2001-06-02 [hoa]
16047
16048         * src/compose.c
16049                 keep attached parts when reediting or forwarding.
16050
16051 2001-06-01 [hoa]
16052
16053         * src/folderview.c
16054         * src/prefs_folder_item.[ch]
16055         * src/prefs_scoring.[ch]
16056         * src/scoring.[ch]
16057         * src/summaryview.[ch]
16058         * src/main.c
16059         * src/mainwindow.c
16060         * src/prefs_common.[ch]
16061                 support for folder scoring
16062                 kill score and important score for messages
16063         
16064         * src/prefs_account.c
16065                 some display bug fixed for local account
16066                 preferences
16067
16068 2001-05-31 [alfons]
16069
16070         * src/summaryview.c:
16071
16072                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
16073                 sender to address book menu item is disabled.
16074
16075 2001-05-30 [hoa]
16076
16077         * src/filtering.[ch]
16078         * src/summaryview.c
16079                 handling summary menu / filter messages
16080
16081         * src/folder.[ch]
16082                 add some stuff
16083
16084         * src/foldersel.c
16085                 imap folders now appears in list
16086
16087         * src/mbox_folder.c
16088                 doesn't crash if destination mail is not writeable
16089
16090 2001-05-29 [hoa]
16091
16092         * src/compose.c
16093                 removed some warnings
16094
16095         * src/filtering.c
16096         * src/folder.[ch]
16097         * src/prefs_filtering.c
16098                 global string to identify any folders           
16099                 removed some debug info
16100                 filtering to mbox folders is now possible
16101
16102         * src/mainwindow.c
16103                 removed some warnings
16104
16105         * src/mbox_folder.c
16106                 permission on files are changed to read/write for user only,
16107                 nothing for other.
16108                 creation of subfolder is handled better.
16109
16110 2001-05-28 [alfons]
16111
16112         Verified the sync for src/prefs_common.[ch] and
16113         src/prefs_account.[ch]. I believe there were some
16114         minor indentation differences.
16115
16116 2001-05-28 [paul]
16117
16118         0.4.99claws3
16119
16120         * sync with 0.4.99cvs3
16121
16122 2001-05-28 [hoa]
16123
16124         * src/compose.c
16125                 handling flags for mbox format
16126
16127         * src/filtering.c
16128                 use of mark file only for MH format
16129                 handling flags for mbox format
16130                 filtering cannot yet move or copy mails to mbox folders.
16131
16132         * src/folder.[ch]
16133                 changed move_msg, copy_msg,
16134                 move_msgs_with_dest, copy_msgs_with_dest functions
16135                 uses only folder->copy_msg() function
16136                 uses folder->finished_copy() to handle the destination
16137                 folder at the end of the copy or move operation.
16138
16139         * src/foldersel.c
16140                 included mbox directories.
16141
16142         * src/folderview.[ch]
16143         * src/mainwindow.c
16144                 handle folders operation for mbox format
16145
16146         * src/mbox.c
16147                 disable conversion of "From " header
16148
16149         * src/mbox_folder.[ch]
16150                 completion of mbox format handling
16151
16152         * src/mh.c
16153                 changed mh_copy_msg() function and
16154                 removed mh_move_msg(), mh_move_msgs_with_dest(),
16155                 mh_copy_msgs_with_dest()
16156
16157         * src/prefs_filtering.c
16158                 removed some warnings
16159
16160         * src/prefs_matcher.c
16161                 default boolean operation is AND
16162
16163         * src/procheader.c
16164                 handling flags for mbox format
16165                 handling of "From " header
16166
16167         * src/procmsg.[ch]
16168                 removed data field
16169                 added MSG_REALLY_DELETED flags to handle deletion of
16170                 messages in mbox format.
16171
16172         * src/summaryview.c
16173                 handling flags for mbox format
16174                 disable the MSG_DELETED flags when messages
16175                 are deleted in mbox format
16176
16177         * src/textview.c
16178                 "From " headers display fixed.
16179
16180 2001-05-27 [alfons]
16181
16182         * src/textview.c:
16183                 
16184                 (get_email_part): skip quoted email addresses, like in e.g.
16185                 "'alfons@proteus.demon.nl'".
16186
16187 2001-05-26 [alfons]
16188
16189         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
16190         and fixing the persistence troubles when using separate windows.
16191
16192         * src/mainwindow.c:
16193         
16194             Added #define SEPARATE_ACTION used in the gtk item factory for 
16195             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
16196                 use gtk_item_factory_get_widget_by_action() to get the items.
16197                 
16198             Removed separate_widget_cb from the gtk item factory data   
16199           
16200             (mainwindow_create): connect separate_widget_cb() to check
16201             menu item "toggled" signal. also passing a MainWindow pointer
16202                 as object data for both check menu items.
16203                 
16204             (separate_widget_cb): definition of separate_widget_cb() to match
16205             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
16206                 window using gtk_object_get_data(). The type of window separation 
16207                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
16208         
16209         * src/prefs_filtering.c,
16210           src/prefs_matcher.c: added horizontal scrollbars
16211
16212 2001-05-25 [darko]
16213
16214         * src/headerview.c
16215                 fix segfault with invalid bold font
16216         * src/summaryview.c
16217                 correctly display summary stats after row is marked
16218
16219 2001-05-23 [sergey]
16220
16221         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
16222         encodings with libjconv.
16223
16224 2001-05-23 [hoa]
16225
16226         * src/Makefile.am
16227                 added mbox_folder.[ch]
16228         * src/defs.h
16229                 mbox temporary folder
16230         * src/folder.[ch]
16231         * added src/mbox_folder.[ch]
16232         * src/folderview.c
16233         * src/procheader.[ch]
16234                 added mbox support
16235         * src/mbox.c
16236                 bugfix for file incorporation filtering
16237         * src/imap.c
16238                 enable creation of MBOX
16239         * src/prefs_display_header.c
16240                 enable use of headers like "From "
16241                 something that should be fixed :
16242                         displaying of such headers add an extra space
16243         * src/prefs_folder_item.c
16244                 don't create folders because it is not necessary
16245         * src/procmsg.h
16246                 added data field to MsgInfo for mbox internal use
16247         * src/summaryview.c
16248                 added some support for mbox
16249         * src/utils.[ch]
16250                 added get_mbox_cache_dir() function
16251
16252 2001-05-23 [hiroyuki]
16253
16254         * src/headerwindow.c
16255           src/inc.c
16256           src/main.c
16257           src/mh.c
16258           src/nntp.c
16259           src/procmsg.h
16260           src/session.h
16261           src/socket.[ch]
16262           src/summaryview.c
16263           src/textview.c
16264           src/automaton.c
16265           src/folderview.c: more sync with 0.4.99cvs2.
16266
16267         * src/headerwindow.c: reverted.
16268
16269 2001-05-22 [paul]
16270
16271         0.4.99claws2
16272
16273         * sync with sylpheed 0.4.99cvs2
16274                 * src/news.[ch]
16275                 * src/nntp.[ch]
16276                 * INSTALL
16277                 * INSTALL.jp
16278
16279 2001-05-22 [alfons]
16280
16281         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
16282
16283 2001-05-21 [alfons]
16284
16285         Minor things:
16286
16287         * configure.in: if gnome-config not found, "no" is displayed
16288         
16289         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
16290
16291         * src/textview.c: now also possible to add mail addresses by right
16292           clicking in the text view
16293
16294         * src/codeconv.c: merged patch which fixes endless loop when encountering
16295           invalid wide characters; from Alte <010@imis.ru>  
16296
16297 2001-05-20 [alfons]
16298
16299         Added installation of gnome specific things:
16300
16301         * Makefile.am: gnome conditional
16302
16303         * configure.in: check for installed gnome
16304
16305         * added sylpheed.png, sylpheed.desktop
16306
16307 2001-05-20 [sergey]
16308
16309         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
16310
16311         * src/mainwindow.h (main_window_toolbar_create): created a button
16312         for "Reply to all".
16313         (main_window_set_toolbar_sensitive): enable/disable the new button
16314         appropriately.
16315         (toolbar_reply_to_author_cb): handle the new button.
16316
16317         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
16318         send_progress_dialog_destroy() on failure (fixes hang on SMTP
16319         failure).
16320
16321 2001-05-19 [sergey]
16322
16323         * src/compose.h (ComposeReplyMode): new modes
16324         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
16325         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
16326
16327         * src/compose.c
16328         (compose_send): move some code into a new function:
16329         (compose_current_mail_account): new function.
16330         (compose_reply): new argument to_author, all callers changed; if
16331         to_author==TRUE and account->protocol==A_NNTP, find and use an
16332         appropriate mail account for replying.
16333         (compose_reply_set_entry): new argument to_author; ignore
16334         compose->replyto if to_author==TRUE.
16335
16336         * src/mainwindow.c: new command "Message/Reply to author".
16337         (main_window_set_menu_sensitive): enable/disable it.
16338         (reply_cb): handle it.
16339
16340         * src/summaryview.c: new command "Reply to author".
16341         (summary_set_menu_sensitive): enable/disable it.
16342         (summary_reply_cb): handle it.
16343
16344         * src/account.c (account_find_mail_from_address): new function.
16345
16346 2001-05-18 [paul]
16347
16348         0.4.99claws1
16349
16350         * sync with sylpheed 0.4.99cvs1
16351
16352 2001-05-18 [hoa]
16353
16354         * src/compose.[ch]
16355         * src/filtering.c
16356         * src/summaryview.c
16357                 new filtering action : forward and forward as attachment
16358
16359         * src/main.c
16360                 no need for $DISPLAY when we run sylpheed --help
16361                 call to parse_cmd_opt() is moved
16362
16363         * src/mainwindow.[ch]
16364                 execute button is hidden when immediate execute
16365                 is chosen
16366
16367         * src/mh.c
16368         * src/news.c
16369         * src/prefs_folder_item.c
16370         * src/procmsg.c
16371                 better handling of missing directories
16372
16373         * src/summaryview.c
16374                 reedit is enabled in outbox
16375                 reedit is enabled in queue
16376
16377 2001-05-17 [hoa]
16378
16379         * src/filtering.c
16380         * src/matcher.[ch]
16381         * src/prefs_filtering.c
16382                 changed attachement into attachment
16383
16384 2001-05-17 [alfons]
16385
16386         0.4.67claws4    
16387
16388         * sync with sylpheed 0.4.67cvs9
16389         * sync with sylpheed 0.4.67cvs7-8
16390
16391 2001-05-17 [hoa]
16392
16393         * src/Makefile.am
16394                 added prefs_filtering.c
16395
16396         * src/filtering.[ch]
16397         * src/matcher.[ch]
16398                 removed action : forward_news and forward_news_as_attachement
16399                 (forward and forward_as_attachement can be used instead)
16400
16401         * src/mainwindow.c
16402                 added menu option to access filtering configuration
16403
16404         * src/prefs_account.c
16405                 changed mail_command default to /usr/sbin/sendmail
16406
16407         * added src/prefs_filtering.[ch]
16408                 dialog box for filtering configuration
16409
16410         * src/prefs_matcher.c
16411                 added function prefs_matcher_get_criteria_from_matching()
16412
16413         * src/prefs_scoring.c
16414                 reset the dialog when register or substitute is clicked
16415
16416 2001-05-15 [hoa]
16417
16418         * src/Makefile.am
16419                 added filtering.[ch]
16420         * src/inc.c
16421                 using filering.[ch] instead of filter.[ch]
16422         * src/main.c
16423                 reading new filtering configuration
16424         * src/matcher.[ch]
16425                 added some filtering actions
16426                 and fixed a bug for headers and mail body matching
16427         * src/mbox.c
16428                 using filering.[ch] instead of filter.[ch]
16429         * src/mh.c
16430                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
16431         * src/summaryview.c
16432                 some fixes for filtering
16433
16434 2001-05-14 [hiroyuki]
16435
16436         * src/send.c: fixed some weird indentations.
16437           send_message_with_command(): call pclose() only if p != NULL.
16438         * src/textview.c: get_email_part(): modified the code for readability.
16439
16440 2001-05-14 [hiroyuki]
16441
16442         * src/md5global.h
16443           src/md5ify.c
16444           src/md5ify.h: removed from the cvs.
16445
16446 2001-05-13 [sergey]
16447
16448         * src/main.c: include rfc2015.h to avoid compiler warnings.
16449         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
16450         the panel is already on screen.
16451         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
16452         closing the alert window by ESC as "No".
16453         * src/prefs_common.c (prefs_interface_create): moved return
16454         receipt check button to the correct place.
16455
16456 2001-03-13 [alfons]
16457
16458         * src/prefs_common.c: 
16459                 moved return receipt check button to the Send tab. (prefs_send_create)
16460                 removed the date format ui related globals. (prefs_display_create)
16461
16462         0.4.67claws3
16463         
16464         * sync with sylpheed 0.4.67cvs5-6
16465
16466 2001-05-13 [paul]
16467
16468         * added Alfons' font selection patch
16469
16470         * src/defs.h
16471         * src/headerwindow.c
16472         * src/prefs_common.c
16473         * src/prefs_common.h
16474
16475 2001-05-13 [hoa]
16476         * src/defs.h
16477                 changed version of cache
16478         * src/matcher.[ch]
16479         * src/prefs_matcher.c
16480                 added additionnal matching criteria
16481         * src/procheader.c
16482         * src/procmsg.[ch]
16483         * src/news.c
16484                 added references in MsgInfo
16485
16486 2001-05-12 [hoa]
16487
16488         * src/defs.h
16489                 prepared some things for new filtering
16490         * src/matcher.[ch]
16491                 added some matching properties
16492                 inreplyto need to be enhanced
16493                 prepared some things for new filtering
16494         * src/messageview.c
16495                 added Return-Receipt-To handling
16496         * src/prefs_folder_item.c
16497                 changed default value to TRUE
16498         * src/prefs_matcher.c
16499                 added some matching properties
16500         * src/prefs_scoring.[ch]
16501                 the scoring dialog is finished
16502         * src/procheader.c
16503                 added Return-Receipt-To handling
16504                 Reference need to be added
16505         * src/procmsg.[ch]
16506                 added Return-Receipt-To handling
16507                 added threadscore to get a better score sorting when
16508                 threads are enabled
16509         * src/summaryview.c
16510                 suppressed a bug when we sort the list
16511                 when no folder is opened.
16512                 better score sorting when threads are enabled
16513
16514 2001-05-12 [alfons]
16515
16516         * reverted previous patch because of potential errors 
16517
16518         0.4.67claws2
16519         
16520         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
16521                 applied "toggle mail-retrieval dialog window" patch submitted 
16522                 by Eric Limpens <eric@qnt.net>
16523
16524         * sync with sylpheed 0.4.67cvs4
16525
16526 2001-05-12 [sergey]
16527
16528         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
16529         some picky compilers.
16530         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
16531         * src/grouplist_dialog.c: include alertpanel.h.
16532         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
16533         fix compile warning.
16534         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
16535         #include "defs.h" before others to prevent the warning of `MIN'
16536         and `MAX' redefinition.
16537
16538 2001-05-11 [hoa]
16539
16540         * src/main.c
16541         * src/messageview.c
16542         * src/prefs_account.c
16543         * src/prefs_display_header.c
16544                 removed warning
16545         * src/Makefile.am
16546                 added prefs_scoring.[ch]
16547         * src/grouplist_dialog.c
16548                 display an error dialog box if the group list
16549                 cannot be fetched.
16550         * src/mainwindow.[ch]
16551                 added main_window_set_thread_option() function
16552                 scoring dialog box enabled
16553         * src/matcher.[ch]
16554                 added flags matching unread /new / marked
16555                 / deleted / replied / forwarded
16556         * src/news.c
16557                 newsgroups are now finally in newscache
16558         * src/prefs_matcher.[ch]
16559                 finished preferences for matching dialog
16560         * added src/prefs_scoring.[ch]
16561                 scoring dialog box completed
16562         * src/scoring.[ch]
16563                 conversion to string : added scoringprop_to_string()
16564                 write config for preferences :
16565                 added prefs_scoring_write_config()
16566         * src/summaryview.c
16567                 threads can be enabled/disabled independently
16568                 for each folder
16569
16570 2001-05-10 [alfons]
16571
16572         0.4.67claws1
16573         
16574         * AUTHORS: 
16575                 thought it would be nice to have a list of all
16576                 contributors (used Changelog as a reference)
16577         
16578         * configure.in: 
16579                 messed up version numbering...
16580
16581         0.4.66claws1
16582
16583         * sync with sylpheed 0.4.67cvs1-3
16584
16585 2001-05-10 [darko]
16586
16587         * src/prefs_common.c:
16588                 better UI for strftime format, double clicking
16589                 on format now inserts the format in text entry
16590                 replaced close button with standard OK/Cancel
16591                 moved date format button to the right of the
16592                 text entry field
16593
16594 2001-05-09 [alfons]
16595
16596         * src/gtkstext.c:
16597                 Ctrl-Home / Ctrl-End have proper cursor navigation
16598
16599 2001-05-09 [hoa]
16600
16601         * src/prefs_matcher.c
16602                 finished UI to define matching properties
16603                 added ok and cancel button
16604         * src/prefs_filter.c
16605                 added ok and cancel button
16606         * src/news.c
16607                 fixed some bug in xhdr parsing
16608
16609 2001-05-08 [alfons]
16610
16611         * src/textview.c: 
16612                 fixed a bug in textview_show_header(), which displayed two colons (':');
16613                 cleaned up some warnings
16614
16615 2001-05-08 [hoa]
16616
16617         * src/Makefile.am
16618                 added prefs_matcher.[ch]
16619                 compilation with -W -Wall
16620         * src/alertpanel.c
16621                 ungrab the mouse events if grabbed - does it
16622                 fix the bug for disposition notification ?
16623         * src/mainwindow.c
16624                 added a menu option to open the matching dialog.
16625         * src/matcher.[ch]
16626                 added matcherprop_to_string() and matcherlist_to_string()
16627                 fixed some bugs, changed the name of some options
16628                 age_sup and age_inf becomes age_greater and age_lower,
16629                 body and messageheaders becomes body_part and headers_part,
16630                 changed the names of constants from SCORING_XXX to MATCHING_XXX
16631         * src/prefs_display_header.c
16632         * src/prefs_headers.c
16633                 fixed a bug that accidentally destroyed dialogs
16634                 when closed them with delete_event
16635                 Added *_deleted() which handle delete_event signal correctly.
16636         * src/prefs_folder_item.[ch]
16637                 added "enable_thread" field for future customization
16638         * added src/prefs_matcher.[ch]
16639                 sample of the UI to define matching properties
16640         * src/procheader.c
16641                 using procheader_headername_equal instead of str*cmp functions
16642                 using procheader_parse_header() function
16643         * src/scoring.c
16644                 using MATCHING_XXX instead of SCORING_XXX
16645         * src/summaryview.c
16646                 display the sender of the news even if this is ourself
16647                 when this is a news message.
16648         * src/textview.c
16649                 using headername_equal() instead of str*cmp functions
16650
16651 2001-05-08 [alfons]
16652
16653         0.4.66claws
16654
16655         * sync with sylpheed 0.4.66
16656         * src/gtkstext.c: trace logs added 
16657
16658 2001-05-08 [sergey]
16659
16660         * src/prefs_common.[ch]: added option to enable/disable GnuPG
16661         signature check popup.
16662         * src/rfc2015.c (check_signature): show signature check popup only
16663         if it is enabled in preferences.
16664
16665 2001-05-07 [alfons]
16666
16667         0.4.66claws4
16668         
16669         * sync with sylpheed 0.4.66cvs6
16670
16671 2001-05-07 [darko]
16672
16673         * src/prefs_common.[ch]: added option to enable/disable
16674           looking up sender name in address book for summary pane
16675         * src/summaryview.c: look up sender in the address book
16676           by using Alfons' address completion code
16677
16678 2001-05-07 [hiroyuki]
16679
16680         * src/inc.h
16681           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
16682           member of Pop3State.
16683         * src/news.c: brought #include "defs.h" before #include <glib.h>
16684           to prevent the warning of `MIN' and `MAX' redefinition.
16685
16686 2001-05-06 [hoa]
16687
16688         * removed src/headers_display.[ch]
16689         * removed src/prefs_display_headers.[ch]
16690         * src/inc.c
16691                 use a temporary file in the user directory for mbox import
16692         * src/news.c
16693                 added XHDR support to get "To" and "Cc" headers
16694                 (in order to match news with to or cc field for
16695                 scoring)
16696                 added function news_parse_xhdr() to get XHDR response
16697         * src/nntp.[ch]
16698                 added function nntp_xhdr()
16699         * src/matcher.c
16700                 fetch the message if necessary
16701
16702 2001-05-06 [alfons]
16703
16704         0.4.66claws3
16705
16706         * sync with sylpheed 0.4.66cvs3-5
16707
16708 2001-05-06 [hoa]
16709
16710         * src/utils.[ch]
16711                 added function itos_buf() to enable use of several buffers
16712         * src/summaryview.c
16713                 use of itos_buf() instead of itos() in summary list
16714                 to fix the broken display of message number.
16715
16716 2001-05-06 [alfons]
16717
16718         * src/gtkstext.c: bug in cursor up navigation fixed,
16719                 fixed another unsigned / signed comparison (we're getting there :-)
16720
16721 2001-05-06 [hoa]
16722
16723         * src/Makefile.am
16724                 added scoring.c scoring.h
16725                 prefs_folder_item.c prefs_folder_item.h
16726                 matcher.c matcher.h
16727         * src/defs.h
16728                 added FOLDERITEM_RC SCORING_RC
16729         * src/folder.[ch]
16730                 added prefs field in FolderItem :
16731                 properties for each folder (PrefsFolderItem),
16732                 sorting type and mode were added as the first properties.
16733         * src/main.c
16734                 read config for scoring
16735         * added src/matcher.[ch]
16736                 gives functions to parse configuration file to do
16737                 matching on mails with a list of conditions.
16738         * src/mainwindow.c
16739                 add option to sort by score
16740         * src/prefs_common.[ch]
16741                 added preference option to show score and for
16742                 the score column size
16743         * added src/prefs_folder_item.[ch]
16744                 properties for each folder (PrefsFolderItem),
16745                 sorting type and mode were added as the first properties.
16746         * src/procheader.[ch]
16747                 added procheader_parse_header()
16748                 added procheader_header_free()
16749                 added procheader_headername_equal()
16750                 and made modification to use them.
16751         * src/procmsg.[ch]
16752                 added score field to MsgInfo structure
16753         * added src/scoring.[ch]
16754                 gives functions to parse configuration file to do
16755                 scoring on mails with a list of conditions.
16756         * src/summaryview.[ch]
16757                 save the sorting type and mode for the folder
16758                 added column to display the score of the mail
16759                 added function summary_score_clicked()
16760                 sorting type and mode are restored to the folder
16761                 when it is reopen
16762         * src/textview.c
16763                 use procheader_parse_header(), procheader_headername_equal()
16764                 removed memory leak in text_scan_header when freeing headers
16765         * src/filter.c
16766                 changed the function to match names of headers
16767                 using procheader_headername_equal()
16768
16769         Scoring functions are implemented, an interface is needed
16770         to configure that.
16771
16772 2001-05-04 [alfons]
16773
16774         * src/gtkstext.c: 
16775                 hopefully fixed the row up navigation bug,
16776                 removed adding back / forward lines to cache
16777
16778 2001-05-04 [sergey]
16779
16780         * src/prefs_display_headers.c: user interface changes:
16781         (prefs_display_headers_create): remove unused "Show" check button;
16782         allow reordering of headers by dragging.
16783         (prefs_display_headers_write_config): remove unused variables.
16784         (prefs_display_headers_set_dialog): do not insert "(New)" at top
16785         of lists (not needed with the new UI).
16786         (prefs_display_headers_set_list): scan lists starting from row 0,
16787         not 1 (do not skip "(New)").
16788         (prefs_display_headers_find_header): new function.
16789         (prefs_display_headers_clist_set_row): do not allow duplicates.
16790         (prefs_display_headers_delete_cb): do not skip row 0; treat
16791         closing the alert window by ESC as "No".
16792         (prefs_display_headers_up): do not protect row 0.
16793         (prefs_display_headers_down): do not protect row 0.
16794
16795 2001-05-04 [sergey]
16796
16797         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
16798         functions.
16799
16800         * src/summaryview.c
16801         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
16802         summary_select_next_marked, summary_select_prev_marked): new
16803         functions.
16804
16805 2001-05-03 [sergey]
16806
16807         * src/news.c: fixed a bug when no article can be fetched after
16808         server timeout if the connection was restored by news_post():
16809         (news_select_group): new function.
16810         (news_fetch_msg): call news_select_group() before fetching
16811         article.
16812         (news_get_uncached_articles): set session->group after successful
16813         GROUP command.
16814
16815 2001-05-03 [hoa]
16816
16817         * src/defs.h
16818         * src/procmsg.[ch]
16819         * src/procheader.c
16820                  changed version of cache, added cc field
16821
16822         * src/prefs_display_headers.c
16823                 the interface was changed
16824
16825         * src/prefs_headers.c
16826                 added cancel button
16827
16828 2001-05-03 [alfons]
16829
16830         * completed sync of sylpheed cvs2
16831         * src/gtkstext.c: updated row up / down cursor navigation
16832         * src/textview.c: re-edited, prepared for fixing the email address
16833                 scanner.
16834
16835 2001-05-03 [darko]
16836
16837         * src/prefs_common.c: use alfons' strftime ui code
16838         entry_datefmt and datefmt_sample widgets have to be
16839         global in this module because of this change
16840
16841 2001-05-03 [hoa]
16842
16843         * src/messageview.c
16844         * src/prefs_common.[ch] added option to activate the return receipt
16845                 feature.
16846
16847 2001-05-02 [alfons]
16848
16849         * src/gtkstext.c: fix for row up/down cursor navigation. 
16850
16851         0.4.66claws2
16852         
16853         * sync with 0.4.66cvs2
16854
16855 2001-05-02 [paul]
16856
16857         added add-sender-to-addressbook patch
16858
16859         * src/addressbook.c
16860         * src/addressbook.h
16861         * src/summaryview.c
16862
16863 2001-05-02 [sergey]
16864
16865         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
16866         G_ALERTDISABLE.
16867
16868         * src/alertpanel.c (alertpanel_create): new argument can_disable,
16869         all existing callers changed to pass FALSE; create a check button
16870         to disable the message.
16871         (alertpanel_message_with_disable): new function.
16872         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
16873         (alertpanel_button_toggled): new function.
16874         (alertpanel_button_clicked, alertpanel_close): set value using
16875         G_ALERT_VALUE_MASK.
16876
16877         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
16878
16879         * src/prefs_common.c (prefs_privacy_create): new check button
16880         checkbtn_gpgme_warning.
16881
16882         * src/main.c (main): moved preferences reading before gpgme
16883         initialization; check prefs_common.gpgme_warning before giving the
16884         GnuPG warning and set it to FALSE if the user wants to disable the
16885         warning.
16886
16887 2001-05-02 [hiroyuki]
16888
16889         * src/prefs_display_headers.c: modified the layout and some labels.
16890
16891 2001-05-02 [sergey]
16892
16893         * src/prefs_account.c (prefs_account_fix_size): new function.
16894         (prefs_account_create): call prefs_account_fix_size(); use
16895         gtk_widget_show instead of gtk_widget_show_all (fixes too large
16896         size when the window is shown for the first time).
16897         (prefs_account_basic_create): changed layout of serv_table; moved
16898         localmbox_entry above smtpserv_entry (logically it replaces
16899         POP3/IMAP server).
16900         (prefs_account_protocol_activated): set sensitivity of
16901         nntpauth_chkbtn according to the protocol (in addition to
16902         hide/show); commented out gtk_table_set_row_spacing() calls.
16903         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
16904         not sensitive (fixes a bug with disabled username/password boxes
16905         when editing POP3 account after NNTP with authentication).
16906
16907 2001-05-02 [hoa]
16908
16909         * src/account.c
16910         * src/inc.c
16911         * src/prefs_account.[ch]
16912         * src/send.c
16913                 removed local account without SMTP server
16914                 added option to use mail command instead of a connexion
16915                 to SMTP server when a local account is used
16916         * src/prefs_headers.c
16917                 fixed a bug
16918         * src/news.c
16919                 fixed a bug when connexion immediately closed
16920
16921 2001-05-01 [alfons]
16922
16923         0.4.66claws1
16924         
16925         * sync with 0.4.65
16926
16927 2001-05-01 [sergey]
16928
16929         * src/prefs_account.c (Basic, prefs_account_basic_create): new
16930         widget nntpauth_chkbtn.
16931         (prefs_account_protocol_activated): handle nntpauth_chkbtn
16932         visibility.
16933         (prefs_account_nntpauth_toggled): new function.
16934
16935         * src/news.c (news_session_new_for_folder): use NNTP
16936         authentication only if ac->use_nntp_auth is set.
16937
16938 2001-05-01 [hoa]
16939
16940         * src/Makefile.am changed headers.[ch] in customheader.[ch]
16941         * src/prefs_display_headers.c changed the UI
16942         * src/prefs_headers.c changed account_name to account_id
16943         * src/compose.c using customheader.h
16944
16945 2001-05-01 [hiroyuki]
16946
16947         * src/esmtp.c
16948           src/news.c
16949           src/nntp.c: changed sock_read() to sock_gets(), they've been left
16950           unsynched.
16951
16952 2001-05-01 [hoa]
16953
16954         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
16955         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
16956                 for displaying of headers
16957         * src/grouplist_dialog.[ch] minor changes to remove warnings
16958         * src/prefs_display_headers.[ch] dialog to choose the
16959         headers to display in the mail viewer.
16960         * src/headers.h correction of #define
16961         * src/headers_display.[ch] configuration for displaying of headers.
16962         * src/main.c read config of displaying of headers
16963         * src/prefs_common.c add a button to access the config dialog
16964                 for displaying of headers
16965         * src/prefs_display_headers.[ch] dialog for configuration for
16966                 displaying of the headers.
16967         * src/prefs_headers.c cleaning of code
16968         * src/procheader.c comments added to code
16969         * src/textview.c changes to reorder the headers depending
16970                 on the config for displaying of headers
16971
16972 2001-04-30 [alfons]
16973
16974         0.4.65claws7
16975
16976         * sync with 0.4.65cvs12
16977
16978         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
16979
16980 2001-04-30 [sergey]
16981
16982         * src/nntp.h (NNTPSockInfo): new field auth_failed.
16983
16984         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
16985         is set to force reconnection after authentication failure.
16986         (nntp_gen_command): set sock->auth_failed on authentication
16987         failure, or if sock->userid and sock->passwd are not set.
16988
16989         * src/news.c (news_session_new_for_folder): set userid=NULL if
16990         password dialog is cancelled.
16991
16992 2001-04-30 [sergey]
16993
16994         * src/nntp.h (NNTPSockInfo): new type.
16995
16996         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
16997         SockInfo.
16998         (nntp_open_auth, nntp_close): new functions.
16999         (nntp_gen_command): new function to handle authentication; all
17000         NNTP command functions updated to use it.
17001         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
17002         (nntp_list): removed old useless code.
17003
17004         * src/news.h (NNTPSession): new field nntp_sock.
17005
17006         * src/news.c: all functions updated to use NNTPSockInfo instead of
17007         SockInfo.
17008         (news_session_new): new arguments (userid, passwd); made static;
17009         use nntp_open_auth() if needed.
17010         (news_session_destroy): use nntp_close() instead of sock_close().
17011         (news_query_password): changed arguments.
17012         (news_session_new_for_folder): new function.
17013         (news_session_get): use news_session_new_for_folder().
17014         (news_authenticate): deleted.
17015         (news_get_uncached_articles): removed old authentication code.
17016
17017 2001-04-30 [sergey]
17018
17019         * src/news.c: reverted my previous changes (need to do NNTP
17020         authentication in a cleaner way).
17021         
17022 2001-04-29 [sergey]
17023
17024         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
17025         news_nntp_post, news_nntp_mode): new functions (wrappers with
17026         authentication support).
17027         (news_get_article_cmd, news_get_article, news_get_header): new
17028         argument "folder"; all callers changed.
17029         (news_get_article_cmd): added authentication support.
17030         (news_session_get): use news_nntp_mode() instead of nntp_mode().
17031         (news_post): use news_nntp_post() instead of nntp_post().
17032         (news_get_uncached_articles): use news_nntp_group() instead of
17033         nntp_group() and news_nntp_xover() instead of nntp_xover();
17034         removed old authentication code.
17035         (news_get_group_list): use news_nntp_list() instead of nntp_list().
17036
17037         * src/nntp.c (nntp_list): return real error code instead of
17038         hardcoded NN_ERROR.
17039
17040 2001-04-29 [sergey]
17041
17042         * configure.in: fixed wint_t typedef detection again
17043
17044 2001-04-28 [hoa]
17045
17046         * src/prefs_account.[ch], added A_LOCAL_CMD
17047                 (send mail with mail command)
17048         * src/send.c added function send_message_with_command()
17049         * src/inc.c made a more secure get_spool() function with
17050                 mktemp() but maybe mkstemp() or something more
17051                 secure can be used.
17052
17053 2001-04-28 [alfons]
17054
17055         * src/textview.c, colorization of email addresses in headers
17056
17057         0.4.65claws6
17058
17059         * bug sync with sylpheed
17060         * prefs_common.c: created date format ui for darko
17061         * sync with 0.4.65cvs11
17062         * configure.in: corrected to have the new gpg checks
17063
17064 2001-04-27 [alfons]
17065
17066         * completed sync with 0.4.65cvs10
17067         * minor debug things added to gtkstext.c
17068
17069 2001-04-27 [darko]
17070
17071         * configure.in: remove check for availability of
17072           strftime() as advised by Hiroyuki
17073         * src/prefs_common.[ch], src/procheader.c:
17074           synch strftime() code with Hiroyki's main branch
17075
17076 2001-04-26 [sergey]
17077
17078         * src/news.c: news_query_password(), news_authenticate(): new
17079           functions.
17080           news_get_uncached_articles(): added NNTP authentication
17081           handling.
17082         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
17083           new functions.
17084         * src/prefs_account.c: prefs_account_protocol_activated():
17085           enable userid and password fields for NNTP.
17086
17087 2001-04-26
17088
17089         * configure.in: check for availability of strftime()
17090           [darko]
17091         * src/prefs_common.[ch], src/procheader.c: use
17092           strftime() for displaying date in summary pane if it
17093           is available
17094
17095 2001-04-25
17096
17097         * more .cvsignore cleanups [alfons]
17098
17099 2001-04-25
17100
17101         * ac/sv-check-type.m4: new autoconf macro.
17102         * configure.in: fixed wint_t typedef detection (did not work
17103           with gcc-2.96).
17104
17105 2001-04-25
17106
17107         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
17108           [hiroyuki]
17109
17110 2001-04-24
17111         * modified gtkstext.c : buggy cursor navigation fixed, 
17112           and font descent also taken in account when drawing
17113           cursor. [alfons]
17114
17115 2001-04-24 [hoa]
17116         * added comments in src/news.c src/nntp.c
17117         * added src/prefs_headers.[ch]
17118         * added src/headers.[ch]
17119         * modified compose.c to activate custom headers
17120                 added function is_in_custom_headers
17121         * modified prefs_account.[ch]
17122                 added function prefs_account_customhdr_edit
17123         * modified src/defs.h :
17124                 added HEADERS_RC : name of the config file
17125                 for the custom headers
17126
17127 2001-04-24
17128
17129     0.4.65claws5
17130
17131         * configure.in
17132           src/gtkstext.[ch]
17133           src/compose.c
17134           src/Makefile.am
17135           
17136           added gtkstext with configure.in patch by Hiroyuki which
17137           should fix the XIM detection [alfons]
17138
17139         * more clean up of cvs [alfons]
17140
17141                  * removed all Makefile.in files to attic.
17142
17143                  * updated all .cvsignores to really ignore things that could
17144                    be unintentionally committed by a recursive commit.
17145
17146 2001-04-23 [hoa]
17147         * added src/grouplist_dialog.[ch]
17148         * changed src/folderview.c to call grouplist_dialog instead
17149                 of inputdialog
17150         * src/news.c :
17151                 added functions news_reset_group_list
17152                 and news_get_group_list
17153         * src/nntp.c :
17154                 added function nntp_list
17155         * src/defs.h :
17156                 added GROUPLIST_FILE : name of the newsgroup list cache file
17157
17158 2001-04-21
17159
17160         * added option to warn about queued messages on exit [sergey]:
17161
17162           * src/compose.c: compose_queue(): call folder_item_scan()
17163             and folderview_update_item() after queueing.
17164           * src/folderview.c: folderview_update_node(): draw the queue
17165             folder in bold font if there are queued messages.
17166           * src/mainwindow.c: queued_messages(): new function.
17167             app_exit_cb(): display warning if there are queued messages
17168             if warn_queued_on_exit is set.
17169           * prefs_common.[ch]: add warn_queued_on_exit option.
17170
17171         * enhanced GnuPG key selection support [sergey]:
17172
17173           * src/select-keys.c: updated to newer version from Win32
17174             branch with support for selecting arbitrary keys.
17175           * src/prefs_account.c: added the Privacy tab to the account
17176             options window.
17177             prefs_account_privacy_create(),
17178             prefs_account_sign_key_set_data_from_radiobtn(),
17179             prefs_account_sign_key_set_radiobtn(): new functions.
17180           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
17181           * src/rfc2015.c: set_signers(): new function.
17182             pgp_sign(): add the account parameter, call set_signers().
17183             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
17184           * src/rfc2015.h: rfc2015_sign(): updated prototype.
17185           * src/compose.c: pass the current account to rfc2015_sign().
17186
17187         * tag name claws added to prevent confusion with main branch [alfons]
17188
17189         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
17190
17191         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
17192
17193         * sync with recent sylpheed cvs. Untested though. [alfons]
17194