c9dc22872350b574bd4936b3f6badf51c50f4988
[claws.git] / ChangeLog.claws
1 2003-06-21 [leandro]    0.9.0claws54
2
3         * src/compose.[ch]
4                 create a new thread if subject changes
5                 (it's on by default, can be disabled in Message menu)
6
7 2003-06-21 [alfons]     0.9.0claws53
8
9         * src/summaryview.c
10                 quiet little compiler
11
12 2003-06-21 [christoph]  0.9.0claws52
13
14         update gettext stuff to version 0.12
15
16 2003-06-19 [alfons]     0.9.0claws51
17
18         * src/common/log.c
19         * src/common/plugin.c
20                 move defs.h before glib.h to prevent MIN/MAX redefs
21
22 2003-06-19 [alfons]
23
24         * src/addressbook.c
25                 translatable
26
27 2003-06-19 [match]      0.9.0claws50
28
29         * src/addressbook.[ch]
30         * src/addrindex.[ch]
31         * src/addr_compl.[ch]
32         * src/editldap.[ch]
33         * src/editldap_basedn.[ch]
34         * src/addritem.[ch]
35         * src/ldapquery.h
36                 re-implemented dynamic LDAP search. works without
37                 slowdown on display sender with addressbook
38                 option.
39         * src/addrbook.c
40                 documented code.
41
42 2003-06-19 [paul]       0.9.0claws49
43
44         * src/compose.c
45                 fix Bug #136 'Nonprovided quotation marks crash claws'
46                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
47
48 2003-06-19 [alfons]     0.9.0claws48
49
50         * src/prefs_common.[ch]
51         * src/procmsg.c
52                 restrict threading by subject by checking thread for
53                 age (prefs_common.thread_by_subject_max_age)
54
55 2003-06-18 [christoph]  0.9.0claws47
56
57         * src/imap.c
58                 fix memory leak in imap_cmd_fetch()
59
60 2003-06-18 [christoph]  0.9.0claws46
61
62         * src/prefs_gtk.c
63                 fix memory leak in prefs_set_default() when used multiple
64                 times or after prefs have been read
65
66 2003-06-18 [christoph]  0.9.0claws45
67
68         * src/common/plugin.c
69                 fix memory leak in plugin_unload()
70
71 2003-06-18 [christoph]  0.9.0claws44
72
73         * src/imap.c
74                 fix memory leak in imap_cmd_ok()
75
76 2003-06-18 [christoph]  0.9.0claws43
77
78         * src/folder.c
79                 stop messages that are downloaded from POP3 and added to
80                 an IMAP inbox from being filtered twice (first by POP3
81                 and again when IMAP folder is scaned to get the UID of
82                 the APPEND operation when no UIDPLUS is available)
83
84 2003-06-18 [alfons]
85
86         * tools/Makefile.am
87                 phoenix <- firebird     
88
89 2003-06-18 [paul]
90
91         * tools/launch_phoenix          ** REMOVED **
92           tools/launch_firebird         ** NEW **
93                 renamed and edited to reflect the browser's name change from
94                 'phoenix' to 'firebird'
95
96 2003-06-18 [paul]       0.9.0claws42
97
98         * sync with 0.9.2cvs2
99                 see ChangeLog 2003-06-16
100
101 2003-06-17 [alfons]     0.9.0claws41
102
103         * src/procmsg.c
104                 prevent threading problems when a node is an ancestor (parent / great parent),
105                 which mostly happens with circular references (thanks to Phillipe Gramoullé
106                 for finding an sample set of messages)
107
108 2003-06-16 [christoph]  0.9.0claws40
109
110         * src/main.c
111                 don't popup main window on --receive or --receive-all
112
113         * src/mainwindow.[ch]
114         * src/plugins/trayicon/trayicon.c
115                 allow hiding of main window by clicking on the trayicon
116                 (doesn't work correctly in seperate window mode and may
117                  cause unexpected GTK problems I couldn't find yet)
118
119         * src/common/ssl.c
120                 remove incorrect warning
121
122 2003-06-15 [alfons]     0.9.0claws39
123
124         * src/gtk/gtkstext.c
125                 don't output debug text;
126                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
127                 for pointing this out);
128
129 2003-06-14 [alfons]     0.9.0claws38
130         
131         * src/messageview.c
132                 remove printf() and make one if..else comply with coding style
133
134 2003-06-14 [alfons]     0.9.0claws37
135
136         * AUTHORS
137                 add Martin Wicke
138         * src/action.c
139         * src/messageview.[ch]
140         * src/summaryview.c
141                 apply patch #754162 "Quoting messages filtered by actions" submitted
142                 by Martin Wicke, which allows quoting message body changed by an
143                 action (Thanks!).
144
145 2003-06-13 [alfons]     0.9.0claws36
146
147         * src/utils.c
148                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
149                 use case insensitive regexp (suggested by Ivan Martinez)
150
151 2003-06-13 [christoph]  0.9.0claws35
152
153         * configure.ac
154         * src/plugins/trayicon/Makefile.am
155         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
156         * src/plugins/trayicon/trayicon.c
157         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
158         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
159         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
160         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
161         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
162         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
163                 replace my own EggTrayIcon backport with the backport
164                 used by (l|x)mule and gabber.
165
166 2003-06-13 [alfons]     0.9.0claws34
167
168         * AUTHORS
169         * src/common/utils.c
170                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
171
172 2003-06-13 [alfons]     0.9.0claws33
173
174         * src/compose.c
175                 clean up a little bit
176
177 2003-06-12 [alfons]     0.9.0claws32
178
179         * src/compose.c
180                 const correctness fix
181
182         * src/common/sylpheed.[ch]
183                 () -> (void)
184                 prevent redef MIN/MAX
185                 
186         * src/common/utils.[ch]
187                 () -> (void)
188
189 2003-06-12 [melvin]     0.9.0claws31
190
191         * src/compose.c
192                 Updated to take into accounts changes in GtkAspell.
193
194 2003-06-12 [alfons]     0.9.0claws30
195
196         * src/compose.c
197         * src/procmsg.c
198         * src/common/utils.[ch]
199                 handle reply subject prefixes better (initial 
200                 suggestion by Robert Story adapted and enhanced 
201                 using regexps)
202
203 2003-06-12 [melvin]     0.9.0claws29
204
205         * src/compose.c
206                 Use new gtkaspell_checkers_strerror() to get the speller's
207                 error message instead of accessing the (now private)
208                 checkers structure.
209                 Minor code clean up
210
211         * src/main.c
212                 Use #ifdef instead of #if for USE_ASPELL
213                 Use the new spell checkers init/quit functions 
214
215         * src/gtk/gtkaspell.c
216                 Use #ifdef instead of #if for USE_ASPELL
217                 Moved in the majority of GtkAspell structures that were
218                 exported before by gtkaspell.h
219         
220         * src/gtk/gktaspell.h
221                 Made gtkaspell.h contain only the necessary data to be
222                 publicized by moving many structures to gtkaspell.c.
223                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
224                 gtkaspell_checkers_new(): replaced by...
225                 gtkaspell_checkers_init(): new function for initialization
226                 gtkaspell_checkers_delete(): replaced by...
227                 gtkaspell_checkers_quit(): new function
228                 gtkaspell_checkers_strerror(): new function that returns
229                 the checker's last error message.
230                 
231 2003-06-11 [melvin]     0.9.0claws28
232
233         * po/POTFILES.in
234                 Updated to take into account gtkaspell.c migration to
235                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
236
237 2003-06-10 [alfons]     0.9.0claws27
238
239         * src/filtering.[ch]
240         * src/folder.c
241         * src/matcher.c
242         * src/scoring.[ch]
243                 - try fixing bug #18 (any brave testers?)
244                 - add more robustness by refusing previously 
245                   unchecked NULL pointers 
246
247 2003-06-10 [alfons]     0.9.0claws26
248
249         * src/procmsg.c
250                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
251
252 2003-06-09 [alfons]     0.9.0claws25
253
254         * src/prefs_common.c
255                 fix bug #163 "Icon switching doesnt work properly" by 
256                 preventing early freeing of prefs_common.pixmap_theme_path.
257
258 2003-06-09 [christoph]  0.9.0claws24
259
260         * src/gtk/gtkaspell.c
261                 revert Thorsten's fix and add forgotten g_strdup for
262                 aspell path (it should not be possible to alter the path a
263                 GtkASpell uses from outside)
264
265 2003-06-09 [thorsten]   0.9.0claws23
266
267         * src/gtk/gtkaspell.c
268                 dont free prefs_common.aspell_path when closing compose
269
270 2003-06-08 [colin]      0.9.0claws22
271
272         * src/plugins/spamassassin/spamassassin.c
273                 fix prefs types
274
275 2003-06-07 [christoph]  0.9.0claws21
276
277         * src/Makefile.am
278         * src/compose.c
279         * src/gtkaspell.[ch]            ** REMOVE **
280         * src/gtk/Makefile.am
281         * src/gtk/gtkaspell.[ch]        ** NEW **
282                 o make gtkaspell independent from sylpheed's prefs
283                 o move gtkaspell.[ch] to gtk directory
284
285 2003-06-07 [christoph]  0.9.0claws20
286
287         * src/Makefile.am
288         * src/crash.c
289         * src/export.c
290         * src/filesel.[ch]              ** REMOVE **
291         * src/folder.c
292         * src/main.[ch]
293         * src/common/sylpheed.[ch]
294         * src/gtk/Makefile.am
295         * src/gtk/filesel.[ch]          ** NEW **
296         * src/gtk/pluginwindow.c
297         * src/gtk/sslcertwindow.c
298                 move filesel.[ch] to gtk directory
299
300 2003-06-07 [alfons]     0.9.0claws19
301
302         * src/filesel.c
303                 make (multi) file selection dialog work again (Claws-only)
304
305 2003-06-07 [thorsten]   0.9.0claws18
306
307         * po/de.po
308                 fix typos
309
310 2003-06-07 [alfons]     0.9.0claws17
311
312         * configure.ac
313         * src/mimeview.c
314                 detect apache mishap in which case don't include fnmatch.h
315                 if regex.h is already included
316
317 2003-06-06 [christoph]  0.9.0claws16
318
319         * configure.ac
320         * src/mimeview.h
321                 add check for fnmatch.h and include it when available
322
323         * src/mimeview.[ch]
324                 fix wrong case sensitivity of Content-Types
325
326         * src/gtk/Makefile.am
327                 need the same include paths in gtk directory as in
328                 common directory because .h files in common can
329                 include files from these directories, when included
330                 in gtk's .h or .c files
331
332 2003-06-06 [alfons]     0.9.0claws15
333
334         * src/mimeview.c
335         * src/summaryview.c
336                 make it compile again because of regex.h / fnmatch.h 
337                 include problems (related to recent mime stuff, can
338                 someone check this?)
339
340 2003-06-06 [thorsten]   0.9.0claws14
341
342         * src/folderview.c
343                 possible use of uninitialized pointer while dragging
344
345 2003-06-06 [paul]       0.9.0claws13
346
347         * src/compose.c
348                 fix bug where the insert sig button would be effective
349                 only when auto_sig was set
350
351 2003-06-06 [paul]       0.9.0claws12
352
353         * sync with 0.9.2 release
354
355 2003-06-02 [paul]       0.9.0claws11
356
357         * sync with 0.9.1cvs1
358                 see ChangeLog 2003-06-02
359                 
360         * po/de.po
361                 update by Jens
362
363 2003-06-01 [christoph]  0.9.0claws10
364
365         * src/account.c
366                 don't use substring search to find accounts by email address
367
368         (closes Bug 169 Overly loose matching of "From" address)
369
370 2003-05-31 [christoph]  0.9.0claws9
371
372         * doc-src/rfc2683.txt
373         * src/imap.c
374                 limit IMAP command length as recommended in RFC2683
375                 (message number lists will be split into multiple imap
376                 sets, the limit of 1000 octets is not a hard limit)
377
378         (closes Bug 161 sylpheed-claws exits with segfault when logging
379          in to certain imap-servers)
380
381 2003-05-29 [alfons]     0.9.0claws8
382
383         * src/toolbar.[ch]
384                 add print button (calling summary_print());
385                 fine tune setting tooltip text;
386                 (if someone needs other buttons, please take these 
387                 commits as a guide, instead of bothering us - also
388                 see 0.8.11claws150) 
389
390 2003-05-29 [darko]      0.9.0claws7
391
392         * src/compose.c
393                 fix crash when word wrapping kicks in due to
394                 changed text by spell checker
395
396 2003-05-29 [paul]       0.9.0claws6
397
398         * src/compose.c
399                 fix bug where changing account would insert
400                 sig even if auto_sig was FALSE
401                 
402         * ChangeLog
403           ChangeLog.jp
404           INSTALL
405                 sync with 0.9.1 release
406
407 2003-05-28 [christoph]  0.9.0claws5
408
409         * src/imap.c
410                 fix truncation of too long commands
411
412         (closes Bug 167 IMAP hangs trying to get envelope
413          information in imap_get_uncached_messages)
414
415 2003-05-27 [paul]       0.9.0claws4
416
417         * tools/Makefile.am
418           tools/maildir2sylpheed.pl     ** NEW FILE **
419                 add kmail to sylpheed mailbox conversion script
420
421 2003-05-27 [paul]       0.9.0claws3
422
423         * sync with 0.9.0cvs10
424                 see ChangeLog 2003-05-26
425
426 2003-05-26 [paul]       0.9.0claws2
427
428         * sync with 0.9.0cvs9
429                 see ChangeLog 2003-05-26
430
431 2003-05-24 [paul]       0.9.0claws1
432
433         * sync with 0.9.0cvs8
434                 see ChangeLog 2003-05-23
435
436 2003-05-24 [paul]       0.9.0claws
437
438         * version 0.9.0claws released
439
440 2003-05-24 [paul]       0.8.11claws177
441
442         * src/plugins/dillo-viewer/Makefile.am
443           src/plugins/traycon/Makefile.am
444                 add missing files
445                 
446         * po/bg.po
447           po/en_GB.po
448           po/es.po
449           po/it.po
450           po/pt_BR.po
451           po/ru.po
452           po/sr.po
453                 update Bulgarian, British English, Spanish, Italian, 
454                 Brazilian Portuguese, Russian, and Serbian translations, 
455                 submitted by George Danchev, [me], Ricardo Mones Lastra,
456                 André Filipe de Assunção e Brito, Alessandro Maestri, 
457                 Ruslan N. Balkin, and Urke MMI
458
459 2003-05-23 [melvin]     0.8.11claws176
460
461         * po/fr.po
462                 Updated French translations
463
464 2003-05-22 [paul]       0.8.11claws175
465
466         * src/Makefile.am
467           src/addrbook.[ch]
468           src/addrcache.[ch]
469           src/addr_compl.[ch]
470           src/adressbook.[ch]
471           src/addrindex.[ch]
472           src/addritem.[ch]
473           src/editaddress.c
474           src/editgroup.c
475           src/editldap_basedn.c
476           src/editldap.c
477           src/jpilot.c
478           src/vcard.c
479                 revert to get ldap into it previous working state
480                 
481         * po/zh_TW.Big5.po
482                 new Taiwanese translation,
483                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
484
485 2003-05-22 [christoph]  0.8.11claws174
486
487         * src/plugins/spamassassin/libspamc.[ch]
488                 sync libspamc with SpamAssaain release 2.55
489
490 2003-05-22 [paul]       0.8.11claws173
491
492         * sync with 0.9.0cvs7
493                 see ChangeLog 2003-05-22
494                 
495         * src/summaryview.c
496                 revert change in 0.8.11claws172: follow
497                 Hiroyuki's decision and that's the end of it.
498
499 2003-05-21 [paul]       0.8.11claws172
500
501         * src/summaryview.c
502                 fix discrepency between open_unread_on_enter
503                 and always_show_msg
504
505 2003-05-21 [paul]       0.8.11claws171
506
507         * sync with 0.9.0cvs6
508                 see ChangeLog 2003-05-21
509
510 2003-05-21 [paul]       0.8.11claws170
511
512         * sync with 0.9.0cvs5
513                 see ChangeLog 2003-05-21
514
515 2003-05-20 [paul]       0.8.11claws169
516
517         * sync with 0.9.0cvs4
518                 see ChangeLog 2003-05-20
519                 fixes bug #152, 'encoding of IMAP folders names'
520
521 2003-05-20 [paul]       0.8.11claws168
522
523         * sync with 0.9.0cvs3
524                 see ChangeLog 2003-05-20
525                 
526         * src/tools/convert_mbox.pl
527                 minor change in the comments, submitted by Fred Marton
528
529 2003-05-19 [paul]       0.8.11claws167
530
531         * src/plugins/clamav/Makefile.am
532           configure.ac
533                 link clamav_lib to the plugin and not to the main program
534
535 2003-05-19 [christoph]
536
537         * src/Makefile.am
538                 add -export-dynamic for linking
539
540 2003-05-19 [paul]       0.8.11claws166
541
542         * sync with 0.9.0cvs1
543                 see ChangeLog 2003-05-19
544
545 2003-05-19 [paul]       0.8.11claws165
546
547         * src/inc.c
548                 fix 'pop before smtp' timeout
549
550 2003-05-18 [alfons]     0.8.11claws164
551
552         * src/prefs_matcher.c
553                 put "execute" action command line ("expression") in edit box
554
555 2003-05-18 [christoph]  0.8.11claws163
556
557         * src/mimeview.[ch]
558         * src/plugins/dillo_viewer/dillo_viewer.c
559         * src/plugins/image_viewer/viewer.c
560         * src/plugins/mathml_viewer/mathml_viewer.c
561                 let a viewer have a list of Content-Types
562
563 2003-05-18 [paul]       0.8.11claws162
564
565         * src/prefs_filtering.c
566                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
567                 and REDIRECT actions
568
569 2003-05-17 [christoph]
570
571         * README.claws
572                 o remove dynamic signatures that was syned with main
573                 o add infos about no longer "build in" image viewer
574                 o update bugtracker URL
575
576 2003-05-17 [christoph]  0.8.11claws161
577
578         * src/folder.c
579         * src/folderview.c
580         * src/imap.c
581                 don't use imap_scan_folder anymore. Instead call folder_item_scan
582                 for every folder after rebuilding the folder tree.
583
584         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
585          messages)
586
587 2003-05-17 [christoph]  0.8.11claws160
588
589         * src/imap.c
590                 don't use STATUS command on current folder to check for
591                 content changes. imap_cmd_ok() now tracks changes to
592                 folder and number of existing messages.
593
594 2003-05-17 [paul]       0.8.11claws159
595
596         * src/plugins/clamav/clamav_plugin.c
597                 remove unnecessary debug_print
598
599 2003-05-16 [thorsten]   0.8.11claws158
600
601         * src/plugins/demo.c
602                 included missing intl.h
603
604 2003-05-16 [paul]       0.8.11claws157
605
606         * po/POTFILES.in
607                 remove non-existant entries
608         
609         * src/plugins/clamav/clamav_plugin.c
610           src/plugins/clamav/clamav_plugin_gtk.c
611           src/plugins/dillo_viewer/dillo_prefs.c
612           src/plugins/dillo_viewer/dillo_viewer.c
613                 gettextise
614
615 2003-05-16 [christoph]  0.8.11claws156
616
617         * po/POTFILES.in
618                 include plugin .c files for translation until I
619                 find a better solution to have plugins have their
620                 own textdomain
621         * src/plugins/demo/demo.c
622         * src/plugins/image_viewer/plugin.c
623         * src/plugins/mathml_viewer/mathml_viewer.c
624         * src/plugins/spamassassin/spamassassin.c
625         * src/plugins/spamassassin/spamassassin_gtk.c
626         * src/plugins/trayicon/trayicon.c
627                 add gettext macros for plugin name and description
628
629 2003-05-16 [paul]
630
631         * sync with 0.9.0
632
633 2003-05-16 [paul]       0.8.11claws155
634
635         * sync with lastest 0.9.0pre1
636                 see ChangeLog 2003-05-16
637
638 2003-05-15 [paul]       0.8.11claws154
639
640         * sync with latest 0.9.0pre1
641                 see ChangeLog 2003-05-14 and 2003-05-15
642
643 2003-05-14 [christoph]  0.8.11claws153
644
645         * src/plugins/image_viewer/viewer.c
646         * src/plugins/image_viewer/viewer.glade         ** NEW **
647         * src/plugins/image_viewer/viewerprefs.c
648                 make it possible to disable the autoload function in the
649                 imageviewer again
650
651 2003-05-14 [christoph]  0.8.11claws152
652
653         * src/folder.c
654                 fix folder update after adding a message
655
656 2003-05-13 [alfons]     0.8.11claws151
657
658         * src/common/session.c
659                 remove debug traces
660                 
661         * src/addrcache.[ch]
662         * src/filtering.[ch]
663         * src/folder.[c]
664         * src/gtkaspell.[ch]
665         * src/imap.[ch]
666         * src/mbox_folder.[ch]
667         * src/mh.[ch]
668         * src/mimeview.h
669         * src/msgcache.[ch]
670         * src/news.[ch]
671         * src/passphrase.[ch]
672         * src/prefs_common.[ch]
673         * src/prefs_gtk.[ch]
674         * src/procmsg.c
675         * src/scoring.[ch]
676                 be pedantic; (in prototypes () implies (int))
677
678 2003-05-13 [alfons]     0.8.11claws150
679
680         * src/prefs_toolbar.[ch]
681         * src/summaryview.[ch]
682         * src/toolbar.[ch]
683                 change misleading text in toolbar prefs;
684                 add toolbar action for ignore thread (toggles ignore thread flag);
685                 clean up a little bit;
686
687 2003-05-12 [paul]
688
689         * tools/convert_mbox.pl
690                 bug fixed by Fred Marton
691
692 2003-05-12 [paul]
693
694         * sync with 0.9.0pre1
695
696 2003-05-09 [paul]       0.8.11claws149
697
698         * sync with 0.8.11cvs43
699                 see ChangeLog 2003-05-09
700
701 2003-05-08 [christoph]  0.8.11claws148
702
703         * src/imap.[ch]
704                 o use CAPABILIY as first command and check for PREAUTH
705                   information in the response to it
706                 o rewrite all imap_cmd_* functions to use an IMAPSession
707                   instead of a SockInfo as parameter
708                 o do STARTTLS after fetching and checking the server
709                   capabilities
710
711 2003-05-08 [paul]       0.8.11claws147
712
713         * tools/Makefile.am
714           tools/README
715           tools/convert_mbox.pl         ** NEW FILE **
716                 add mbox conversion script. Submitted by 
717                 Fred Marton <Fred.Marton@uni-bayreuth.de>
718
719 2003-05-07 [christoph]
720
721         * doc-src/glade.txt
722         * src/gtk/pluginwindow.glade
723         * src/plugins/image_viewer/viewerprefs.glade
724         * src/plugins/spamassassin/spamassassin_gtk.glade
725                 add glade files for user interfaces and a description how
726                 to use glade to create the sylpheed code
727
728 2003-05-07 [paul]       0.8.11claws146
729
730         * sync with 0.8.11cvs41
731                 see ChangeLog 2003-05-07
732
733 2003-05-06 [christoph]  0.8.11claws145
734
735         * src/main.c
736         * src/plugins/image_viewer/viewer.c
737                 fix usage of imlib in imageviewer plugin
738
739         * src/gtk/prefswindow.c
740                 handle window close event correctly
741
742 2003-05-06 [paul]       0.8.11claws144
743
744         * src/common/ssl.c
745                 fix typo introduced in sync
746
747 2003-05-06 [paul]       0.8.11claws143
748
749         * sync with 0.8.11cvs39
750                 see ChangeLog 2003-05-06
751
752 2003-05-06 [paul]       0.8.11claws142
753
754         * AUTHORS
755           po/cs.po
756                 updated Czech translation, submitted by 
757                 Radek Vybiral <Radek.Vybiral@vsb.cz>
758                 
759         * src/plugins/clamav/clamav_plugin_gtk.c
760                 clean up
761
762 2003-05-03 [alfons]     0.8.11claws141
763
764         * src/compose.[ch]
765                 make paste as quotation work even when the call to 
766                 text_inserted() was deferred (fixes bug #140 "Paste 
767                 as quotation does not work when using "external" 
768                 clipboard")
769
770 2003-05-03 [thorsten]   0.8.11claws140
771
772         * src/addrquery.h
773           src/ldapquery.h
774           src/mainwindow.c
775                 removed C++ comments
776         * src/addr_compl.c
777                 function with non-int retval/param used before
778                 implementation/declaration
779
780 2003-05-02 [paul]       0.8.11claws139
781
782         * src/addr_compl.[ch]
783           src/addressbook.[ch]
784           src/addrindex.c
785           src/summaryview.c
786                 revert match's changes to (finally) remove the bug where
787                 opening a folder causes massive slowdown when using the 
788                 'Display sender using address book' option
789
790 2003-05-01 [melvin]     0.8.11claws138
791
792         * src/plugins/dillo_viewer/dillo_prefs.[ch]
793         * src/plugins/dillo_viewer/dillo_viewer.c
794                 Fixed bug where "Cancel" button from prefs issued
795                 warnings.
796                 Comply a little more to coding style
797
798 2003-05-01 [paul]       0.8.11claws137
799
800         * sync with 0.8.11cvs38
801                 see ChangeLog 2003-05-01
802
803 2003-05-01 [paul]       0.8.11claws136
804
805         * po/bg.po
806                 updated by George Danchev
807
808 2003-04-30 [christoph]  0.8.11claws135
809
810         * src/plugins/dillo_viewer/dillo_prefs.c
811         * src/plugins/image_viewer/viewerprefs.c
812         * src/plugins/spamassassin/spamassassin_gtk.c
813                 remove gtk_widget_ref() calls for widgets in
814                 glade code
815
816 2003-04-30 [paul]       0.8.11claws134
817
818         * src/addrindex.c
819                 ok, this time a better fix for the bug where opening folder
820                 has massive slowdown when using the 'Display sender using 
821                 address book' option
822
823 2003-04-30 [paul]       0.8.11claws133
824
825         * src/addrindex.c
826                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
827         
828 2003-04-30 [melvin]     0.8.11claws132
829
830         New: Dillo plugin preferences (patch by Dimitar Haralanov)
831
832         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
833                 Preferences for the dillo plugin
834         * src/plugins/dillo_viewer/dillo_viewer.c
835                 Support for preferences
836         * src/plugins/dillo_viewer/Makefile.am
837                 Added dillo_prefs.[ch]
838
839 2003-04-30 [alfons]     0.8.11claws131
840
841         * src/common/plugin.[ch]
842                 see? this ANSI C'fication immediately gives us type
843                 checking for free.
844
845 2003-04-30 [alfons]     0.8.11claws130
846
847         * src/common/plugin.[ch]
848         * src/plugins/clamav/clamav_plugin.[ch]
849         * src/plugins/clamav/clamav_plugin_gtk.c
850         * src/plugins/demo/demo.c
851         * src/plugins/dillo_viewer/dillo_viewer.c
852         * src/plugins/image_viewer/plugin.c
853         * src/plugins/image_viewer/viewer.[ch]
854         * src/plugins/image_viewer/viewerprefs.[ch]
855         * src/plugins/mathml_viewer/mathml_viewer.c
856         * src/plugins/spamassassin/spamassassin.[ch]
857         * src/plugins/spamassassin/spamassassin_gtk.c
858         * src/plugins/trayicon/trayicon.c
859                 clean up
860
861 2003-04-30 [alfons]     0.8.11claws129
862
863         * src/common/utils.c
864                 make is_ascii_str() fail gracefully when NULL pointer
865                 is passed
866
867 2003-04-30 [paul]       0.8.11claws128
868
869         * src/addrindex.c
870                 fix bug where opening folder has massive slowdown when
871                 using the 'Display sender using address book' option
872
873 2003-04-30 [paul]       0.8.11claws127
874
875         * src/plugins/clamav/clamav_plugin.c
876           src/plugins/clamav/clamav_plugin_gtk.c
877           src/plugins/demo/demo.c
878           src/plugins/dillo_viewer/dillo_viewer.c
879           src/plugins/image_viewer/plugin.c
880           src/plugins/mathml_viewer/mathml_viewer.c
881           src/plugins/spamassassin/spamassassin.c
882           src/plugins/spamassassin/spamassassin_gtk.c
883           src/plugins/trayicon/trayicon.c
884                 get rid of eye-hurting function signatures
885
886 2003-04-30 [paul]       0.8.11claws126
887
888         * src/plugins/trayicon/trayicon.c
889                 add description
890                 
891         * src/mimeview.c
892                 be more descriptive
893
894 2003-04-30 [paul]       0.8.11claws125
895
896         * configure.ac
897                 arrange the plugins in reverse alphabetical order
898                 
899         * src/plugins/clamav/clamav_plugin.[ch]
900           src/plugins/clamav/clamav_plugin_gtk.c
901                 rename some params
902                 resize max_size window
903                 re-arrange the order of some gui elements
904                 improve descriptions
905         
906         * src/plugins/image_viewer/plugin.c
907           src/plugins/mathml_viewer/mathml_viewer.c
908                 add descriptions
909                 
910         * src/plugins/spamassassin/spamassassin_gtk.c
911                 resize max_size window
912                 re-arrange the order of some gui elements
913                 
914         * src/messageview.c
915           src/mimeview.c
916                 correct typos
917
918 2003-04-30 [alfons]     0.8.11claws124
919
920         * src/imap.c
921                 fix a leak found while browsing Martin Kluge's 
922                 valgrind log (Claws only)
923
924 2003-04-29 [darko]      0.8.11claws123
925
926         * src/gtk/gtkstext.h
927                 include wchar.h if it is available, fixes compilation
928                 on HP-UX systems
929
930 2003-04-29 [melvin]     0.8.11claws122
931
932         * src/prefs_actions.c
933                 Improved help text of Actions' syntax
934
935 2003-04-28 [paul]       0.8.11claws121
936
937         * src/action.c
938                 a better fix for the crash when performing an action
939                 on a mime part
940
941 2003-04-28 [paul]       0.8.11claws120
942
943         * src/action.c
944                 fix crash when performing an action on a
945                 mime part
946
947 2003-04-28 [paul]       0.8.11claws119
948
949         * sync with 0.8.11cvs36
950                 see ChangeLog 2003-04-28
951
952 2003-04-27 [paul]       0.8.11claws118
953
954         * more sync with 0.8.11cvs35
955                 see ChangeLog 2003-04-25
956
957 2003-04-26 [christoph]  0.8.11claws117
958
959         * src/folder.c
960                 fix remove virtual check
961
962 2003-04-26 [paul]       0.8.11claws116
963
964         * src/messageview.c
965                 fix return-receipt, make it work again
966
967 2003-04-26 [paul]       0.8.11claws115
968
969         * src/mimeview.c
970                 restore double-clicking of the [application/pgp-signature 
971                 (Select "Check signature" to check)] line in the message view,
972                 broken in recent sync
973
974 2003-04-26 [christoph]  0.8.11claws114
975
976         * src/folder.c
977                 check if remove virtual really exists before
978                 calling the function
979
980 2003-04-25 [match]      0.8.11claws113
981
982         * src/addrindex.c
983         * src/addrbook.c
984         * src/ldapquery.[ch]
985         * src/ldapctrl.[ch]
986                 fix memleak.
987         * src/ldapserver.[ch]
988                 fix memleak. fix segfault.
989                 plug a Claws memleak
990
991 2003-04-25 [alfons]     0.8.11claws112
992
993         * src/folder.c
994                 plug a Claws memleak
995
996 2003-04-25 [alfons]     0.8.11claws111
997
998         * src/common/session.c
999                 plug a memleak
1000
1001 2003-04-25 [paul]       0.8.11claws110
1002
1003         * sync with 0.8.11cvs35
1004                 see ChangeLog 2003-04-24 and 2003-04-25
1005                 
1006         * src/gtk/pluginwindow.c
1007                 correct another strange float value
1008
1009 2003-04-24 [christoph]  0.8.11claws109
1010
1011         * src/folder.c
1012                 freeze folder item updates when unsetting new flags
1013
1014         * src/gtk/pluginwindow.c
1015                 correct strange float value
1016
1017 2003-04-23 [paul]       0.8.11claws108
1018
1019         * sync with 0.8.11cvs33
1020                 see ChangeLog 2003-04-23
1021
1022 2003-04-22 [paul]       0.8.11claws107
1023
1024         * src/Makefile.am
1025           src/messageview.c
1026           src/mimeview.c
1027           src/pgptext.[ch]      ** REMOVED **
1028                 remove pgptext.[ch] as its not used any more
1029
1030 2003-04-22 [paul]       0.8.11claws106
1031
1032         * sync with 0.8.11cvs31
1033                 see ChangeLog 2003-04-21 and 2003-04-22
1034
1035 2003-04-21 [alfons]     0.8.11claws105
1036
1037         * src/main.c
1038                 No access to GTK structures if we're a spawned child
1039                 (and clean up code a little bit...) Should fix #126.
1040
1041 2003-04-21 [melvin]     0.8.11claws104
1042
1043         * src/plugins/dillo_viewer/README
1044                 Improved slightly the text.
1045
1046 2003-04-21 [melvin]     0.8.11claws103
1047
1048         * src/plugins/dillo_viewer/README *** NEW ***
1049                 Added a README file for the Dillo plugin
1050
1051 2003-04-20 [paul]
1052
1053         * tools/README
1054           tools/outlook2sylpheed.pl
1055                 updated and improved by Ricardo Mones Lastra
1056
1057 2003-04-18 [oliver]     0.8.11claws102
1058
1059         * src/inc.c 
1060         * src/prefs_account.h
1061                 remove Pop3SessionType (used by selective download)
1062         * src/prefs_toolbar.c
1063                 enable set Default Toolbar button
1064
1065 2003-04-18 [paul]       0.8.11claws101
1066
1067         * sync with 0.8.11cvs29
1068                 see ChangeLog 2003-04-18
1069
1070 2003-04-17 [paul]       0.8.11claws100
1071
1072         * src/prefs_common.[ch]
1073           src/summaryview.c
1074                 remove 'Open next message on deletion' option,
1075                 as the same effect can now be achieved via the
1076                 'Always open messages in summary when selected'
1077                 option.
1078
1079 2003-04-17 [paul]       0.8.11claws99
1080
1081         * sync with 0.8.11cvs28
1082                 see ChangeLog 2003-04-17
1083
1084 2003-04-17 [christoph]  0.8.11claws98
1085
1086         * ac/spamassassin.m4
1087         * src/plugins/spamassassin/libspamc.[ch]
1088         * src/plugins/spamassassin/utils.[ch]
1089                 sync libspamc with SpamAssassin project
1090
1091 2003-04-17 [christoph]  0.8.11claws97
1092
1093         * src/common/socket.h
1094         * src/gtk/sslcertwindow.h
1095                 rename old USE_SSL to USE_OPENSSL
1096
1097 2003-04-17 [paul]       0.8.11claws96
1098
1099         * src/prefs_common.h
1100                 use gulong for P_COLOR so that it compiles/runs on
1101                 64-bit systems. Patch submitted by James Noyes
1102                 <jnoyes-claws@retrogeeks.com>
1103                 
1104         * po/de.po
1105                 updated by Jens
1106
1107 2003-04-17 [paul]       0.8.11claws95
1108
1109         * sync with 0.8.11cvs27
1110                 see ChangeLog 2003-04-16
1111
1112 2003-04-15 [paul]       0.8.11claws94
1113
1114         * src/prefs_common.[ch]
1115                 rearrange to stop the window getting too long:
1116                         move Receive dialog stuff to Receive tab
1117                         move Send dialog to Send tab
1118                         remove Dialogs frame
1119                 rename 'Open messages in summary with cursor keys' to
1120                 'Always open messages in summary when selected', as its
1121                 more appropriate
1122
1123 2003-04-15 [paul]       0.8.11claws93
1124
1125         * src/prefs_common.[ch]
1126           src/summaryview.c
1127                 add new option '/Interface/Open next message on deletion'
1128
1129 2003-04-15 [paul]       0.8.11claws92
1130
1131         * src/summaryview.[ch]
1132                 add /Mark/Lock and /Mark/Unlock to the pop-up
1133                 menu. Patch submitted by Ivan Francolin Martinez
1134                 <ivanfm@users.sourceforge.net>
1135
1136 2003-04-15 [paul]       0.8.11claws91
1137
1138         * sync with 0.8.11cvs24
1139                 see ChangeLog 2003-04-15
1140
1141 2003-04-14 [jens]       0.8.11claws90
1142
1143         * updated German translation and some corrections from
1144                 Roland Bless <bless@tm.uka.de>
1145
1146 2003-04-14 [paul]       0.8.11claws89
1147
1148         * sync with 0.8.11cvs22
1149                 see ChangeLog 2003-04-14
1150
1151 2003-04-13 [paul]       0.8.11claws88
1152
1153         * src/plugins/clamav/clamav_plugin.c
1154                 fix memory leaks
1155                 clean up
1156
1157 2003-04-12 [paul]       0.8.11claws87
1158
1159         * src/plugins/clamav/clamav_plugin.c
1160                 activate enable/disable archive scanning option
1161                 
1162         * src/plugins/clamav/.cvsignore         ** NEW FILE **
1163
1164 2003-04-12 [paul]       0.8.11claws86
1165
1166         * src/plugins/Makefile.am
1167           src/plugins/clamav/Makefile.am                ** NEW FILE **
1168           src/plugins/clamav/README                     ** NEW FILE ** 
1169           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
1170           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
1171                 add Clam AntiVirus plugin
1172
1173 2003-04-12 [paul]       0.8.11claws85
1174
1175         * sync with 0.8.11cvs21
1176                 see ChangeLog 2003-04-11
1177
1178 2003-04-11 [paul]       0.8.11claws84
1179
1180         * po/es.po
1181                 update Spanish translation. Submitted by Ricardo
1182                 Mones Lastra.
1183
1184 2003-04-10 [christoph]  0.8.11claws83
1185
1186         * src/mbox.c
1187                 fix typo that did not move unfiltered mails to destination
1188                 folder
1189
1190         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
1191          when filtering from spool)
1192
1193 2003-04-10 [christoph]  0.8.11claws82
1194
1195         * src/imap.c
1196                 use BODY.PEEK instead of BODY in in message fetch operation
1197                 to make sure the IMAP server does not set the \Seen flag for
1198                 messages. Sylpheed does that later itself, when the message
1199                 is opened in sylpheed
1200
1201         (closes Bug 111 Claws destroys unread marks)
1202
1203 2003-04-09 [oliver]     0.8.11claws81
1204         
1205         * src/folder.c
1206                 fix crash in folder_destroy
1207         * README.claws
1208                 remove selective download
1209
1210 2003-04-09 [christoph]  0.8.11claws80
1211
1212         * src/imap.c
1213                 fix crash in imap_get_msginfo() when then fetched message
1214                 is not found
1215
1216         (closes Bug 110 Crash during mail composition)
1217
1218 2003-04-08 [christoph]  0.8.11claws79
1219
1220         * src/folder.c
1221         * src/prefs_account.c
1222                 Filter new messages that are found in an INBOX folder
1223                 when 'Filter messages on receiving' is enabled in the
1224                 Folder's AccountPrefs. This allows to use Sylpheed's
1225                 filtering engine for IMAP folders where messages are
1226                 added to the INBOX by a MTA
1227
1228 2003-04-08 [paul]       0.8.11claws78
1229
1230         * src/procmsg.h
1231                 clean up after last commit
1232
1233 2003-04-08 [paul]       0.8.11claws77
1234
1235         * sync with 0.8.11cvs20
1236                 see ChangeLog 2003-04-07 and 2003-04-08
1237
1238 2003-04-07 [christoph]  0.8.11claws76
1239
1240         * src/filtering.[ch]
1241         * src/inc.[ch]
1242         * src/mbox.c
1243         * src/procmsg.[ch]
1244                 add procmsg_msginfo_filter() to execute filtering actions
1245
1246 2003-04-06 [christoph]  0.8.11claws75
1247
1248         * src/imap.c
1249                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
1250
1251 2003-04-06 [christoph]  0.8.11claws74
1252
1253         * src/common/utils.[ch]
1254                 add g_int_compare() function for slist sorting
1255
1256         * src/imap.c
1257                 fetch all MsgInfos with one command in imap_get_msginfos()
1258                 using an imap set with a list of ranges
1259
1260         * src/news.c
1261                 use new g_int_compare() function
1262
1263 2003-04-06 [thorsten]   0.8.11claws73
1264
1265         * src/mh.c
1266                 corrected implementation of mh_folder_destroy()
1267
1268 2003-04-05 [christoph]  0.8.11claws72
1269
1270         * src/account.c
1271         * src/folder.[ch]
1272         * src/folderview.c
1273         * src/imap.c
1274         * src/inc.c
1275         * src/main.c
1276         * src/mainwindow.c
1277         * src/mbox_folder.c
1278         * src/mh.c
1279         * src/mimeview.h
1280         * src/msgcache.[ch]
1281         * src/news.c
1282         * src/procmime.h
1283         * src/procmsg.[ch]
1284         * src/setup.c
1285         * src/gtk/gtkutils.c
1286                 o rename structure field names class and new to klass and
1287                   new_msgs, to allow including files in C++
1288                 o add 'extern "C"' block to some header files
1289                 o add MsgInfoList and MsgNumberList as alias for GSList for
1290                   developers to know what type of list is expected
1291
1292         * src/plugins/image_viewer/plugin.c
1293         * src/plugins/image_viewer/viewer.[ch]
1294         * src/plugins/image_viewer/viewerprefs.[ch]
1295                 rename function names to prevent conflicts
1296
1297 2003-04-05 [paul]       0.8.11claws71
1298
1299         * sync with 0.8.11cvs18
1300                 see ChangeLog 2003-04-03 and 2003-04-04
1301
1302 2003-04-02 [christoph]  0.8.11claws70
1303
1304         * src/folder.[ch]
1305         * src/imap.[ch]
1306         * src/mbox_folder.[ch]
1307         * src/mh.[ch]
1308         * src/news.[ch]
1309                 o Make all virtual folder functions private
1310                 o remove unused folder code
1311
1312         * src/common/socket.[ch]
1313         * src/summaryview.c
1314                 fix warnings
1315
1316 2003-03-30 [alfons]     0.8.11claws69
1317
1318         * src/send_message.c
1319                 remove two debug traces and see if people still report
1320                 errors
1321
1322 2003-03-30 [alfons]     0.8.11claws68
1323
1324         * src/send_message.c
1325         * src/commons/session.c
1326                 add more debug traces
1327
1328 2003-03-30 [christoph]  0.8.11claws67
1329
1330         * src/folder.c
1331                 change processing folder name from .processing to processing
1332
1333         * src/common/ssl.c
1334                 disable SSL certificate check because it causes Xlib error
1335                 when the child process want's to open an GTK window
1336
1337 2003-03-30 [christoph]  0.8.11claws66
1338
1339         * src/folder.c
1340                 don't use default folder for processing folder item because
1341                 it can be a non local folder
1342
1343         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
1344
1345 2003-03-30 [alfons]     0.8.11claws65
1346
1347         * src/send_message.c
1348                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
1349                 to generate bad code for 'send_send_data_progressive': When
1350                 called from 'send_send_data_finished', the 'data' pointer is
1351                 cleared just before the assignment to the dialog pointer
1352
1353 2003-03-29 [christoph]  0.8.11claws64
1354
1355         * src/common/prefs.h
1356         * src/plugins/image_viewer/Makefile.am
1357         * src/plugins/image_viewer/plugin.c
1358         * src/plugins/image_viewer/viewer.[ch]
1359         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
1360                 add PrefsPage for ImageViewer
1361
1362 2003-03-28 [thorsten]   0.8.11claws63
1363
1364         * src/common/session.c
1365                 added some comments
1366
1367 2003-03-28 [paul]       0.8.11claws62
1368
1369         * sync with 0.8.11cvs16
1370                 see ChangeLog 2003-03-28
1371
1372 2003-03-28 [paul]       0.8.11claws61
1373
1374         * sync with 0.8.11cvs15
1375                 see ChangeLog 2003-03-28
1376
1377 2003-03-27 [christoph]  0.8.11claws60
1378
1379         * src/folder.c
1380         * src/imap.c
1381         * src/common/socket.[ch]
1382                 set socket state to DISCONNECTED when any operation
1383                 fails to allow reconnecting in IMAP code without
1384                 checking the return code of all calls to the command
1385                 functions
1386
1387         * src/folderview.c
1388         * src/summaryview.c
1389                 remove some more stuff that depends on specific
1390                 folder types
1391
1392 2003-03-27 [paul]       0.8.11claws59
1393
1394         * sync with 0.8.11cvs14
1395                 see ChangeLog 2003-03-27
1396                 
1397         * src/selective_download.[ch]   ** REMOVED **
1398                 really removed
1399
1400 2003-03-27 [christoph]  0.8.11claws58
1401
1402         * src/folder.c
1403                 fix handling of tmp_flags in flag copy function
1404
1405 2003-03-27 [paul]       0.8.11claws57
1406
1407         * sync with 0.8.11cvs13
1408                 see ChangeLog 2003-03-27
1409
1410 2003-03-27 [oliver]     0.8.11claws56
1411
1412         * src/maiwindow.c
1413                 remove sel_download_cb
1414
1415 2003-03-27 [oliver]     0.8.11claws55
1416         
1417         * src/inc.c
1418                 remove POP3_TOP
1419         
1420 2003-03-26 [oliver]     0.8.11claws54
1421
1422         *src/pop.h
1423                 remove POP3_TOP*
1424         * README.claws
1425                 remove selective donwload readme
1426
1427 2003-03-26 [oliver]     0.8.11claws53
1428         * src/matcher.[ch]
1429         * src/matcher_parser_parse.y 
1430         * src/pop.c 
1431         * src/prefs_account.[ch]
1432         * src/prefs_filtering.c
1433                 remove selective donwload
1434
1435 2003-03-26 [oliver]     0.8.11claws52
1436
1437         * src/inc.[ch] 
1438         * src/filtering.c 
1439         * src/mainwindow.c 
1440                 remove selective donwload
1441
1442 2003-03-26 [oliver]     0.8.11claws51
1443         
1444         * src/Makefile.am
1445         * src/selective_download.[ch]   ** REMOVE **    
1446
1447 2003-03-26 [christoph]  0.8.11claws50
1448
1449         * src/news.c
1450                 fix NEWS that got broken by a sync with sylpheed-main
1451
1452 2003-03-26 [christoph]  0.8.11claws49
1453
1454         * src/mimeview.c
1455                 fix mime type guessing when no mime type is found for a file
1456
1457 2003-03-25 [christoph]  0.8.11claws48
1458
1459         * src/mimeview.c
1460         * src/procmime.c
1461                 remove mime type guessing from mime parser and use
1462                 name based mime types in viewer lookup for mime type
1463                 application/octet-stream
1464
1465 2003-03-25 [christoph]  0.8.11claws47
1466
1467         * doc-src/readme.txt
1468         * doc-src/rfc2554.txt
1469                 add RFC about SMTP AUTH
1470
1471         * src/send_message.c
1472         * src/common/smtp.[ch]
1473                 add extra error code for authentication errors and
1474                 clear temporary password when this error occurs
1475
1476         (closes Bug 84 authentication failure while sending should
1477          prompt for password again)
1478
1479 2003-03-25 [christoph]  0.8.11claws46
1480
1481         * configure.ac
1482         * src/Makefile.am
1483         * src/imageview.[ch]                            ** REMOVE **
1484         * src/messageview.[ch]
1485         * src/mimeview.[ch]
1486         * src/prefs_common.[ch]
1487         * src/textview.c
1488         * src/plugins/Makefile.am
1489         * src/plugins/image_viewer/.cvsignore           ** NEW **
1490         * src/plugins/image_viewer/Makefile.am          ** NEW **
1491         * src/plugins/image_viewer/plugin.c             ** NEW **
1492         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
1493                 move image viewer into a plugin (building is enabled by default)
1494                 [ToDo: Prefs for resize and autoview]
1495
1496 2003-03-25 [paul]       0.8.11claws45
1497
1498         * sync with 0.8.11cvs12
1499                 see ChangeLog 2003-03-26
1500
1501 2003-03-25 [paul]       0.8.11claws44
1502
1503         * sync with 0.8.11cvs11
1504                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
1505                 
1506         Note: Selective Download is broken.
1507                 
1508 2003-03-22 [christoph]  0.8.11claws43
1509
1510         * src/folder.c
1511                 code cleanup for flags copying
1512
1513 2003-03-22 [christoph]  0.8.11claws42
1514
1515         * src/plugins/trayicon/trayicon.c
1516                 fix setting the transparent area when the window size
1517                 is forced by the system tray
1518
1519 2003-03-22 [christoph]  0.8.11claws41
1520
1521         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
1522         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
1523         * src/plugins/trayicon/newmail.xpm              ** NEW **
1524         * src/plugins/trayicon/nomail.xpm               ** NEW **
1525         * src/plugins/trayicon/trayicon.c
1526         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
1527                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
1528                 o add icon for unread mails
1529                 o set transparency for window
1530
1531 2003-03-22 [christoph]  0.8.11claws40
1532
1533         * src/news.c
1534                 init news session to prevent crash when session is closed
1535
1536 2003-03-22 [christoph]  0.8.11claws39
1537
1538         * src/imap.c
1539         * src/common/session.[ch]
1540                 Init session data to make sure we don't have invalid pointers
1541                 for read_ch and write_ch when new multi process sessions are
1542                 not used
1543
1544         * src/main.c
1545         * src/common/plugin.c
1546         * src/common/sylpheed.c
1547         * src/plugins/demo/demo.c
1548         * src/plugins/dillo_viewer/dillo_viewer.c
1549         * src/plugins/mathml_viewer/mathml_viewer.c
1550         * src/plugins/spamassassin/spamassassin.c
1551         * src/plugins/spamassassin/spamassassin_gtk.c
1552                 add plugin types to allow loading plugins at different times
1553                 (and maybe for different frontends), because it's not good to
1554                 load GTK-Plugins gefore gtk_init was called
1555
1556         * configure.ac
1557         * src/plugins/Makefile.am
1558         * src/plugins/trayicon/.cvsignore               ** NEW **
1559         * src/plugins/trayicon/Makefile.am              ** NEW **
1560         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
1561         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
1562         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
1563         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
1564         * src/plugins/trayicon/trayicon.c               ** NEW **
1565                 New Trayicon plugin that shows an icon in a systray that uses
1566                 XEMBED protocol like Gnome's systray. Icon shows if there
1567                 are new mails and a tooltip shows information about new,
1568                 unread and total messages.
1569
1570 2003-03-22 [paul]       0.8.11claws38
1571
1572         * src/common/smtp.c
1573                 fix ESMTP AUTH CRAM-MD5
1574                 [sync with main (still version 0.8.11cvs6), see
1575                  ChangeLog 2003-03-22]
1576
1577 2003-03-21 [colin]      0.8.11claws37
1578
1579         * src/send_message.c
1580                 Fix USE_SSL => USE_OPENSSL
1581
1582 2003-03-21 [colin]      0.8.11claws36
1583
1584         * src/folderview.c
1585                 Fix counts in drag and dropped subfolders
1586
1587 2003-03-21 [colin]      0.8.11claws35
1588
1589         * src/folder.c 
1590         * src/folderview.c
1591                 speed up a bit folder dnd
1592
1593 2003-03-20 [alfons]     0.8.11claws34
1594
1595         * src/main.c
1596         * src/toolbar.c
1597         * src/procmsg.c
1598                 don't send locked queue messages
1599                 (feature request "[ 705245 ] Locking message in outbox 
1600                  should prevent sending")
1601
1602 2003-03-20 [christoph]  0.8.11claws33
1603
1604         * src/folder.c
1605                 remove NEW and UNREAD flag in special folders when scanning
1606                 
1607         * src/common/smtp.c
1608                 fix ESMTP AUTH CRAM-MD5
1609
1610 2003-03-20 [paul]       0.8.11claws32
1611
1612         * src/prefs_account.c
1613                 Re-write 'Tunnel command to open connection' as
1614                 'Use command to communicate with server', and disable
1615                 it for all except IMAP accounts
1616
1617 2003-03-20 [paul]       0.8.11claws31
1618
1619         * sync with 0.8.11cvs6
1620                 see ChangeLog 2003-03-20
1621
1622 2003-03-19 [match]      0.8.11claws30
1623
1624         * src/addritem.[ch]
1625                 include documentation. minor refactoring.
1626         * src/addr_compl.[ch]
1627         * src/addrindex.[ch]
1628         * src/addresbook.[ch]
1629         * src/summaryview.c
1630                 re-enable address lookup (was disabled in
1631                 0.8.11claws20).
1632
1633 2003-03-19 [christoph]  0.8.11claws29
1634
1635         * src/procmsg.c
1636                 add temp flag handling, will make moving and copying
1637                 messages possible again
1638
1639         * src/folder.c
1640                 correct calulation of folder stats
1641
1642 2003-03-18 [match]      0.8.11claws28
1643
1644         * src/editgroup.h
1645                 remove case sensitive comparison (closes bug 80).
1646
1647 2003-03-18 [christoph]  0.8.11claws27
1648
1649         * src/imap.c
1650                 fix imap using a tunnel command
1651
1652         (closes bug 87)
1653
1654 2003-03-18 [christoph]  0.8.11claws26
1655
1656         * src/folder.[ch]
1657         * src/imap.c
1658         * src/procmsg.[ch]
1659                 rewrite flag handling for folders
1660
1661 2003-03-18 [christoph]  0.8.11claws25
1662
1663         * src/folder.c
1664         * src/procmsg.c
1665         * src/summaryview.c
1666                 unset NEW and UNREAD flags when message is ignored, to make
1667                 sure messages don't show up as unread on other IMAP clients,
1668                 because the IGNORE_THREAD flag can not be syncronized through
1669                 the IMAP folder
1670
1671 2003-03-17 [christoph]  0.8.11claws24
1672
1673         * src/imap.c
1674                 don't use recursion to fetch uids when the number of messages
1675                 does not match. Moved code into subfunction that is used
1676                 again when needed, to prevent an endless loop.
1677
1678 2003-03-17 [thorsten]   0.8.11claws23
1679
1680         * src/imageview.[ch]
1681                 export imageview_get_resized_size() (for plugins)
1682         * src/prefs_common.[ch]
1683                 added prefs_common_get() (for plugins)
1684
1685 2003-03-17 [christoph]  0.8.11claws22
1686
1687         * src/imap.c
1688                 o remove UID guessing from copy code
1689                 o support UIDPLUS extension for APPEND command
1690
1691 2003-03-17 [paul]       0.8.11claws21
1692
1693         * src/gtk/about.c
1694                 remove 'Compiled-plugins' section.
1695                 
1696         * src/plugins/dillo_viewer/dillo_viewer.c
1697                 slight change to description text
1698
1699 2003-03-16 [match]      0.8.11claws20
1700         * src/ldapserver.[ch]           ** NEW **
1701         * src/ldapctrl.[ch]             ** NEW **
1702         * src/ldapquery.[ch]            ** NEW **
1703         * src/ldaputil.[ch]             ** NEW **
1704         * src/addrcindex.[ch]           ** NEW **
1705         * src/addrquery.h               ** NEW **
1706         * src/addritem.[ch]
1707         * src/addrcache.[ch]
1708         * src/addrindex.[ch]
1709         * src/addr_compl.[ch]
1710         * src/addressbook.[ch]
1711         * src/addrbook.[ch]
1712         * src/editgroup.c
1713         * src/editaddress.c
1714         * src/editldap.c
1715         * src/editldap_basedn.c
1716         * src/vcard.c
1717         * src/jpilot.c
1718         * src/Makefile.am
1719                 included dynamic LDAP queries. improved address
1720                 completion.
1721
1722 2003-03-16 [paul]       0.8.11claws19
1723
1724         * tools/multiwebsearch.pl
1725                 fix a fatal typo
1726
1727 2003-03-16 [christoph]  0.8.11claws18
1728
1729         * src/mimeview.c
1730         * src/plugins/dillo_viewer/dillo_viewer.c
1731         * src/plugins/mathml_viewer/mathml_viewer.c
1732                 make unregistering of MimeViewerFactorys possible
1733
1734 2003-03-16 [alfons]     0.8.11claws17
1735
1736         * configure.ac
1737                 correct typo
1738
1739 2003-03-16 [melvin]     0.8.11claws16
1740
1741         * src/plugins/dillo_viewer.c
1742                 Fixed bug where it was not possible to view more than
1743                 one text/html attachment per message (bug discovered
1744                 by Christoph Hohmann).
1745
1746 2003-03-15 [melvin]     0.8.11claws15
1747
1748         * src/prefs_actions.c
1749                 Fixed compilation warnings.
1750
1751 2003-03-15 [melvin]     0.8.11claws14
1752
1753         * src/plugins/Makefile.am
1754         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
1755         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
1756         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
1757                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
1758                 newer (http://dillo.auriga.wearlab.de/).
1759
1760 2003-03-15 [christoph]  0.8.11claws13
1761
1762         * src/imap.c
1763                 don't query imap folder for attributes because we already
1764                 for them from imap_status
1765
1766         * src/mimeview.[ch]
1767                 add support for plugable MimeViewers (unloading Viewers
1768                 not yet complete)
1769
1770         * src/plugins/Makefile.am
1771         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
1772         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
1773         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
1774                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
1775                 widget from http://helm.cs.unibo.it/mml-widget/
1776
1777 2003-03-14 [christoph]  0.8.11claws12
1778
1779         * src/folder.[ch]
1780                 o error return code's should better be negative
1781                 o replace printf with debug_print
1782
1783         * src/imap.c
1784                 improve IMAP folder scan by checking UID-NEXT
1785
1786         * src/summaryview.c
1787                 remove check that are unnecessary in my opinion
1788
1789 2003-03-13 [christoph]  0.8.11claws11
1790
1791         * src/folder.[ch]
1792         * src/foldersel.c
1793         * src/folderview.c
1794         * src/imap.c
1795         * src/mbox_folder.c
1796         * src/mh.c
1797         * src/news.c
1798         * src/prefs_scoring.c
1799         * src/summaryview.c
1800                 use a common function to get a displayable name
1801                 for a FolderItem
1802
1803 2003-03-13 [paul]       0.8.11claws10
1804
1805         * tools/Makefile.am
1806           tools/README
1807           tools/multiwebsearch.conf     ** NEW FILE **
1808           tools/multiwebsearch.pl       ** NEW FILE **
1809                 add multiwebsearch Actions script
1810
1811 2003-03-13 [colin]      0.8.11claws9
1812
1813         * src/compose.c
1814                 Remove leading emtpy lines from quoted text
1815                 before quoting it
1816
1817 2003-03-13 [melvin]     0.8.11claws8
1818
1819         * src/prefs_actions.c
1820                 Fixed a memory leak
1821                 Code clean ups
1822                 Added Cancel and OK buttons
1823                 Corrected help text
1824
1825 2003-03-13 [christoph]  0.8.11claws7
1826
1827         * src/account.c
1828         * src/folder.[ch]
1829         * src/imap.c
1830         * src/mainwindow.c
1831         * src/mbox_folder.c
1832         * src/mh.c
1833         * src/news.c
1834         * src/setup.c
1835                 replace more folder type stuff with folder class stuff
1836
1837 2003-03-13 [melvin]     0.8.11claws6
1838
1839         * src/prefs_actions.c
1840                 Added new tokens:
1841                 %u: user provided argument
1842                 %h: user provided argument (hidden on input)
1843                 %s: current text selection in the message view 
1844
1845 2003-03-13 [paul]       0.8.11claws5
1846
1847         * sync with 0.8.11cvs5
1848                 see ChangeLog 2003-03-11, 2003-03-12
1849
1850 2003-03-12 [christoph]  0.8.11claws4
1851
1852         * src/folder.c
1853                 use folder class idstr when writing folderlist.xml
1854
1855         * src/folder.h
1856         * src/imap.c
1857         * src/news.c
1858                 replace folder type checks with folder class checks
1859
1860 2003-03-12 [christoph]  0.8.11claws3
1861
1862         * src/folder.[ch]
1863         * src/imap.[ch]
1864         * src/main.c
1865         * src/mbox_folder.[ch]
1866         * src/mh.[ch]
1867         * src/news.[ch]
1868                 o create a list of known folder classes in the folder system
1869                 o use folder class id strings for folder item identifiers
1870
1871 2003-03-12 [christoph]  0.8.11claws2
1872
1873         * src/imap.c
1874                 fix imap uid validity check
1875
1876 2003-03-12 [christoph]  0.8.11claws1
1877
1878         * src/account.c
1879         * src/folder.[ch]
1880         * src/foldersel.c
1881         * src/folderview.c
1882         * src/imap.c
1883         * src/mainwindow.c
1884         * src/mbox_folder.c
1885         * src/mh.c
1886         * src/news.c
1887         * src/prefs_scoring.c
1888         * src/procmsg.c
1889         * src/setup.c
1890         * src/summaryview.c
1891                 initial restructuring of folder system, seperating
1892                 folders and folder classes
1893
1894 2003-03-12 [paul]       0.8.11claws
1895
1896         0.8.11claws release
1897
1898 2003-03-12 [christoph]
1899
1900         * src/gtk/prefswindow.c
1901                 fix translation of "Page Index"
1902
1903 2003-03-12 [paul]       0.8.10claws110
1904
1905         a sync from 0.8.11cvs4 before the release
1906
1907         * src/common/utils.c
1908                 subject_compare_for_sort(): allow null strings (fixes
1909                 summary sorting).
1910
1911 2003-03-11 [paul]       0.8.10claws109
1912
1913         * po/es.po
1914                 update Spanish translation, submitted by
1915                 Ricardo Mones Lastra
1916
1917 2003-03-11 [melvin]     0.8.10claws108
1918
1919         * po/fr.po
1920                 Updated French translations
1921
1922 2003-03-11 [paul]       0.8.10claws107
1923
1924         * manual/en/Makefile.am
1925           manual/en/*.html
1926                 update English manual, add a new page
1927                 updated by Francois Barriere <fbarriere@atmel.fr>
1928                 
1929         * po/bg.po
1930           po/it.po
1931           po/sr.po
1932                 update Bulgarian, Italian, and Serbian translations
1933                 submitted by George Danchev, Alessandro Maestri, and
1934                 Urke MMI
1935
1936 2003-03-10 [paul]       0.8.10claws106
1937
1938         * src/gtk/about.c
1939           src/gtk/prefswindow.c
1940                 make some strings translatable
1941
1942 2003-03-10 [darko]      0.8.10claws105
1943
1944         * src/compose.c
1945                 code cleanup to make Hiro happy
1946
1947 2003-03-10 [paul]       0.8.10claws104
1948
1949         * sync with 0.8.11cvs2
1950                 see ChangeLog 2003-03-10
1951
1952 2003-03-09 [melvin]     0.8.10claws103
1953
1954         * src/textview.c
1955                 textview_set_font(): fix for message display in
1956                 UTF-8 locales (thanks to Sergey Vlasov).
1957                 (was unintentionnaly reverted in 0.8.6claws6)   
1958
1959 2003-03-08 [darko]      0.8.10claws102
1960
1961         * src/compose.c
1962                 fix infinite loop in wrapping as reported
1963                 by happycactus
1964                 obsoletes patch #696482
1965
1966 2003-03-08 [christoph]  0.8.10claws101
1967
1968         * src/imap.c
1969                 add workaround for IMAP servers that do not
1970                 support the "UID SEARCH UID" command
1971
1972 2003-03-07 [christoph]  0.8.10claws100
1973
1974         * src/plugins/spamassassin/spamassassin.[ch]
1975         * src/plugins/spamassassin/spamassassin_gtk.c
1976                 code cleanup
1977
1978 2003-03-07 [paul]       0.8.10claws99
1979
1980         * po/es.po
1981                 updated Spanish translation, submitted by
1982                 Ricardo Mones Lastra
1983
1984 2003-03-07 [christoph]  0.8.10claws98
1985
1986         * src/send.c
1987                 fix in 0.8.10claws94 was wrong
1988                 local delivery does not require escaping, remove escaping
1989                 code to make signatures of mails with "." lines valid
1990                 
1991                 NOTE: requires that sendmail is executed with "-i" option,
1992                       what is the default now, but has to be changed in all
1993                       exsiting accounts)
1994
1995 2003-03-07 [paul]       0.8.10claws97
1996
1997         * sync with 0.8.11 release
1998                 see ChangeLog 2003-03-07
1999
2000 2003-03-06 [paul]       0.8.10claws96
2001
2002         * src/compose.c
2003                 revert commit 0.8.10claws92
2004
2005 2003-03-06 [paul]       0.8.10claws95
2006
2007         * src/folderview.c
2008                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
2009
2010         * src/gtkaspell.c
2011                 fix bug 74, 'Crash opening editor window with pseudo-color
2012                 display'
2013                 
2014         Patches submitted by Kevin Vigor <kevin@vigor.nu>
2015
2016 2003-03-06 [christoph]  0.8.10claws94
2017
2018         * src/send.c
2019                 fix rfc2821 (4.5.2) violation in SMTP data sending,
2020                 all lines starting with a period get an extra period
2021                 inserted
2022                 (found by Simon 'corecode' Schubert)
2023
2024 2003-03-06 [paul]       0.8.10claws93
2025
2026         * src/folderview.c
2027                 if configured font can't be loaded fall back to gtk
2028                 default. (with thanks to Christoph)
2029                 
2030                 closes long-standing bug 15 'Crashes on startup'
2031
2032 2003-03-06 [paul]       0.8.10claws92
2033
2034         * src/compose.c
2035                 freeze text before autosave and thaw afterwards
2036                 fixes bug 67 'autosave make re-rediting message crazy'
2037
2038 2003-03-06 [christoph]  0.8.10claws91
2039
2040         * src/compose.c
2041                 ignore address comment in dupe check for Cc-list
2042
2043         (closes reopened bug 47 Replying to message strips name part of
2044          e-mail addresses of Cc: lines)
2045
2046 2003-03-06 [paul]       0.8.10claws90
2047
2048         * src/Makefile.am
2049                 remove reference to gtkxtext.h as its no longer in
2050                 the repository
2051
2052 2003-03-06 [paul]       0.8.10claws89
2053
2054         * sync with 0.8.10cvs25
2055                 see ChangeLog 2003-03-06
2056
2057 2003-03-06 [oliver]     0.8.10claws88
2058         
2059         * src/messageview.c
2060                 remove include
2061
2062 2003-03-06 [oliver]     0.8.10claws87
2063         
2064         * src/folderview.c 
2065                 remove changes introduced inclaws74
2066         * src/messageview.c
2067                 another attempt to sanely delete and update
2068                 messages deleted in separate messageview
2069
2070 2003-03-05 [christoph]  0.8.10claws86
2071
2072         * src/summaryview.c
2073                 check if "From" matches any account's address if
2074                 addressbook completion of addresses is disabled too
2075
2076         (closes Bug 70 "Display recipient in from" doesn't check
2077          folder's default account)
2078
2079 2003-03-05 [christoph]  0.8.10claws85
2080
2081         * src/compose.c
2082         * src/common/utils.[ch]
2083                 don't strip address comments when building Cc lists
2084
2085         (closes Bug 47 Replying to message strips name part of e-mail addresses
2086          of Cc: lines)
2087
2088         * src/folder.c
2089                 fix return value of copy function
2090
2091 2003-03-05 [christoph]  0.8.10claws84
2092
2093         * src/imap.c
2094                 don't ask imap server for non rfc822 headers
2095
2096         (closes bug 71 IMAP FETCH asks for FROM header field twice)
2097
2098         * src/imap.c
2099                 destroy session on socket error to allow reconnecting
2100
2101 2003-03-05 [christoph]  0.8.10claws83
2102
2103         * configure.ac
2104                 fix building with gnome when no prefix is set
2105
2106         (closes bug 66 Gnome directory is set to NONE)
2107
2108 2003-03-05 [paul]       0.8.10claws82
2109
2110         * sync with 0.8.10cvs23
2111                 see ChangeLog 2003-03-05
2112
2113 2003-03-04 [christoph]  0.8.10claws81
2114
2115         * src/folder.c
2116                 o fix moving and copying when folder returns 0 for new
2117                   message number
2118                 o remove some code for single message copy and move
2119                   operations and use functions for multiple messages
2120
2121         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
2122
2123         * src/news.c
2124                 remove unused include
2125
2126 2003-03-04 [paul]       0.8.10claws80
2127
2128         * src/gtk/about.c
2129                 list 'Compiled plugins'
2130
2131 2003-03-03 [christoph]  0.8.10claws79
2132
2133         * src/news.[ch]
2134                 have to multiply the percentage of the current fetch with
2135                 the percentage that it has of the total fetch operation
2136                 for correct values
2137
2138 2003-03-03 [christoph]  0.8.10claws78
2139
2140         * src/news.c
2141                 fix calculation of expected lines for progress indicator
2142
2143 2003-03-03 [christoph]  0.8.10claws77
2144
2145         * src/summaryview.c
2146         * src/common/utils.c
2147                 fix segfault when opening the root news folder
2148
2149 2003-03-03 [christoph]  0.8.10claws76
2150
2151         * src/mainwindow.[ch]
2152         * src/common/Makefile.am
2153         * src/common/progressindicator.[ch]
2154                 add UI independent progress indicator handling
2155
2156         * src/news.[ch]
2157                 use new progress indicator for message info fetching
2158
2159         * src/common/hooks.h
2160                 code cleanup
2161
2162 2003-03-03 [oliver]     0.8.10claws75
2163
2164         * src/toolbar.c
2165         * src/compose.c
2166                 removed commented code
2167
2168 2003-03-03 [oliver]     0.8.10claws74
2169
2170         * src/toolbar.[ch]
2171                 cleanups and refactoring
2172         * src/compose.[ch]
2173                 compose_reply_mode reply & forwarding interface for
2174                 toolbar buttons
2175         * src/folderview.c
2176                 act on messages marked for deletion in folderview_selected
2177                 based on prefs_common.immediate_exec since a message might 
2178                 have been deleted by messageview in a folder we are changing 
2179                 to (does anybody understand what I'm on about ?)
2180
2181 2003-03-03 [oliver]     0.8.10claws73
2182         
2183         * src/messageview.[ch]
2184                 new functions
2185                 - messageview_delete: delete message shown in messagview
2186                 - messageview_update_view: update messageview to currently 
2187                   selected summaryview message
2188                 - add separate messageview to msgview_list in order to update 
2189                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
2190         * src/summaryview.[ch]
2191                 summary_get_selection returns a list of selected msgs
2192                 in summaryview
2193         * src/mainwindow.c
2194                 toolbar reply refactoring
2195
2196 2003-03-03 [paul]       0.8.10claws72
2197
2198         * sync with 0.8.10cvs21
2199                 see ChangeLog 2003-03-03
2200
2201 2003-03-02 [christoph]  0.8.10claws71
2202
2203         * src/common/passcrypt.c
2204                 use POSIX includes
2205
2206 2003-03-02 [christoph]  0.8.10claws70
2207
2208         * configure.ac
2209         * src/prefs_account.c
2210         * src/prefs_gtk.[ch]
2211         * src/common/.cvsignore
2212         * src/common/Makefile.am
2213         * src/common/passcrypt.c                ** NEW **
2214         * src/common/passcrypt.h.in             ** NEW **
2215                 Implement password encryption in config files
2216                 using unix encrypt and setkey functions. The crypt
2217                 key can be set as a configure parameter. Old
2218                 passwords will be converted if they do not begin
2219                 with '!'
2220
2221 2003-03-02 [paul]       0.8.10claws69
2222
2223         * src/prefs_account.c
2224                 fix compile error
2225
2226 2003-03-01 [thorsten]   0.8.10claws68
2227
2228         * po/el.po
2229           po/hr.po
2230           po/it.po
2231           po/nl.po
2232           po/sr.po
2233           po/sv.po
2234                 corrected format strings
2235         * po/en_GB.po
2236                 corrected headers
2237                 (fix compile errors with GNU gettext-0.11.5)
2238
2239 2003-03-01 [oliver]     0.8.10claws67
2240
2241         * src/summaryview.c
2242                 menu callbacks call toolbar_menu_reply
2243
2244 2003-03-01 [oliver]     0.8.10claws66
2245
2246         * src/mainwindow.c
2247         * src/messageview.c
2248                 menu callbacks call toolbar_menu_reply
2249         * src/toolbar.[ch]
2250                 callbacks from menu handled by toolbar_menu_reply
2251
2252 2003-03-01 [paul]       0.8.10claws65
2253
2254         * src/addressbook.c
2255                 revert commit 0.8.10claws54 - breaks editing of
2256                 addressbook.
2257                 
2258         * po/bg.po
2259                 update Bulgarian translation, submitted by
2260                 George Danchev
2261
2262 2003-02-28 [christoph]  0.8.10claws64
2263
2264         * src/account.c
2265         * src/addressadd.c
2266         * src/compose.c
2267         * src/gtkaspell.c
2268         * src/gtkxtext.h                ** REMOVE **
2269         * src/imap.c
2270         * src/matcher.[ch]
2271         * src/mh.c
2272         * src/news.c
2273         * src/pine.c
2274         * src/prefs_common.c
2275         * src/prefs_matcher.c
2276         * src/procheader.[ch]
2277         * src/procmsg.[ch]
2278         * src/toolbar.c
2279         * src/common/ssl_certificate.c
2280         * src/gtk/colorlabel.c
2281         * src/gtk/menu.c
2282                 o fix warnings
2283                 o remove code obsoleted by new cache and folder system rework
2284
2285 2003-02-28 [oliver]     0.8.10claws63
2286         
2287         * src/toolbar.[ch]
2288                 * fix bug where reply in Messageview replied to 
2289                 Message displayed in summaryview
2290                 (reportedd via ML by chinatinte at gmx dot ch)
2291                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
2292                 didn't work in separate MessageView Toolbar
2293                 (wondering if anybody uses this at all ?)
2294         * src/summaryview.[ch]
2295                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
2296                 (generalize reply and forward code);
2297         * src/messageview.c 
2298                 remove focus_in event which updated summaryview to messageview
2299
2300 2003-02-28 [paul]       0.8.10claws62
2301
2302         * po/Makefile.in.in
2303                 add the --check option
2304                 Patch submitted by Ricardo Mones Lastra
2305
2306 2003-02-28 [paul]       0.8.10claws61
2307
2308         * src/prefs_account.c
2309                 re-order 'Signature' items
2310
2311 2003-02-28 [paul]       0.8.10claws60
2312
2313         * sync with 0.8.10cvs20
2314                 see ChangeLog 2003-02-28
2315
2316 2003-02-28 [paul]       0.8.10claws59
2317
2318         * po/POTFILES.in
2319                 update to reflect recent movement of files
2320
2321 2003-02-28 [paul]       0.8.10claws58
2322
2323         * sync with 0.8.10cvs19
2324                 see ChangeLog 2003-02-28
2325
2326 2003-02-27 [martin]     0.8.10claws57
2327
2328         * src/prefs_matcher.c 
2329                 fix segfault in prefs_matcher_ok() when the
2330                 last entry is deleted and prevents that the
2331                 message "entry not saved" comes up after deleting
2332                 an entry
2333
2334 2003-02-27 [martin]     0.8.10claws56
2335
2336         * src/prefs_filtering.c 
2337                 fix segfault in prefs_filtering_ok() when the
2338                 last entry is deleted and prevents that the
2339                 message "entry not saved" comes up after deleting
2340                 an entry
2341
2342 2003-02-27 [paul]       0.8.10claws55
2343
2344         * sync with 0.8.10cvs18
2345                 see ChangeLog 2003-02-27
2346
2347 2003-02-27 [paul]       0.8.10claws54
2348
2349         * src/addressbook.c
2350                 fix bug where the address book crashes with 
2351                 multiple lookups.
2352                 Patch [687729] submitted by David Frager 
2353                 <dbfrager@users.sourceforge.net>
2354
2355 2003-02-25 [christoph]  0.8.10claws53
2356
2357         * src/Makefile.am
2358         * src/colorlabel.[ch]           ** REMOVE **
2359         * src/gtk/Makefile.am
2360         * src/gtk/colorlabel.[ch]       ** NEW **
2361                 move colorlabel files to gtk directory
2362
2363         * src/esmtp.[ch]                ** REMOVE **
2364                 has been merged into smtp.[ch] in 0.7.5
2365
2366 2003-02-25 [christoph]  0.8.10claws52
2367
2368         * src/Makefile.am
2369         * src/about.[ch]                ** REMOVE **
2370         * src/gtk/Makefile.am
2371         * src/gtk/about.[ch]            ** NEW **
2372                 move about files to gtk directory
2373
2374 2003-02-25 [christoph]  0.8.10claws51
2375
2376         * src/folder.c
2377                 some code optimization of folder scanning code
2378
2379         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
2380
2381 2003-02-25 [christoph]  0.8.10claws50
2382
2383         * src/main.c
2384         * src/common/sylpheed.c
2385                 add command line parameter parsing to common code
2386
2387 2003-02-24 [christoph]
2388
2389         * Makefile.am
2390         * configure.ac
2391                 fix gnome prefix problems, the configure script now removed
2392                 `gnome-config --prefix` from `gnome-config --datadir`
2393                 and adds $(prefix} instead
2394
2395         (closes Bug 24 Makefile does not respect prefix when installing
2396          GNOME data)
2397
2398 2003-02-24 [christoph]  0.8.10claws49
2399
2400         * src/news.c
2401                 check for valid session before trying to authenticate
2402
2403         (closes Bug 60 crash if "authenticate on logon" is activated
2404          and newsserver-hostname is not valid)
2405
2406 2003-02-24 [melvin]     0.8.10claws48
2407
2408         * src/prefs_actions.c
2409                 Make sure all user's input is sent to the action and then
2410                 close the socket..
2411
2412 2003-02-23 [alfons]     0.8.10claws46
2413
2414         * src/summaryview.c
2415                 also wait cursor when deleting files
2416
2417 2003-02-23 [paul]
2418
2419         * tools/freshmeat_search.pl
2420           tools/google_search.pl
2421                 scripts should now work for any browser/browser command line
2422
2423 2003-02-22 [christoph]  0.8.10claws45
2424
2425         * src/procmsg.c
2426                 fix IMAP flag setting, IMAP flag is not handled correctly
2427                 anymore by the folder system and information about the
2428                 folder should not be saved in the MsgInfo (in my opinion)
2429
2430         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
2431
2432 2003-02-22 [christoph]  0.8.10claws44
2433
2434         * src/summaryview.c
2435                 fix spelling of "label" ;-)
2436
2437 2003-02-22 [thorsten]   0.8.10claws43
2438
2439         * src/mimeview.c
2440           src/prefs_common.[ch]
2441           src/procmime.[ch]
2442                 do not use description as attachment name
2443
2444 2003-02-22 [alfons]     0.8.10claws42
2445
2446         * src/summaryview.c
2447                 freeze/thaw folder item updates when changing color labels,
2448                 and put a wait cursors on
2449
2450 2003-02-22 [thorsten]   0.8.10claws41
2451
2452         * src/mimeview.c
2453                 save-all fixes: crash if invoked on multipart container,
2454                 mimeinfo access, pathseparators, error dialog
2455
2456 2003-02-21 [alfons]     0.8.10claws40
2457
2458         * src/prefs_gtk.c
2459                 remove unused var
2460
2461 2003-02-21 [colin]      0.8.10claws39
2462
2463         * src/send.c
2464                 Fix smtp logging
2465
2466 2003-02-21 [colin]      0.8.10claws38
2467
2468         * src/summaryview.c
2469                 Freeze/thaw folderItem updates when filtering messages 
2470                 via Tools/Filter messages
2471
2472 2003-02-21 [paul]       0.8.10claws37
2473
2474         * src/compose.c
2475                 revert commit 0.8.10claws26, there are ulterior motives
2476                 for users to set a Reply-To header when posting to
2477                 newsgroups
2478
2479 2003-02-21 [paul]       0.8.10claws36
2480
2481         * sync with 0.8.10cvs17
2482                 see ChangeLog 2003-02-21
2483
2484 2003-02-20 [christoph]  0.8.10claws35
2485
2486         * src/imap.c
2487                 IMAP UID fetch speedup using SEARCH
2488
2489         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
2490
2491         * src/imap.c
2492                 fix problem with UIDs in IMAP UID cache that no longer existed
2493
2494 2003-02-20 [christoph]  0.8.10claws34
2495
2496         * src/imap.c
2497         * src/procheader.c
2498         * src/procheader.h
2499                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
2500
2501         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
2502
2503         * src/imap.c
2504                 Rewrite imap_cmd_gen_recv use sock_getline instead
2505                 of sock_gets to avoid problems with too long reply
2506                 lines
2507     
2508 2003-02-20 [colin]      0.8.10claws33
2509         
2510         * src/prefs_account.c
2511                 Better wording
2512
2513 2003-02-20 [colin]      0.8.10claws32
2514
2515         * src/compose.c
2516                 Remove useless '&& !to_sender' 
2517
2518 2003-02-20 [darko]
2519
2520         * AUTHORS
2521                 change my e-mail address
2522
2523 2003-02-19 [colin]      0.8.10claws31
2524
2525         * src/prefs_common.c
2526                 X11 style colors for every configurable color
2527
2528 2003-02-19 [alfons]     0.8.10claws30
2529
2530         * src/prefs_gtk.[ch]
2531         * src/prefs_common.c
2532                 for color_new accept both plain integers and X11 style color
2533                 names (as found in /usr/lib/X11/rgb.txt)
2534
2535 2003-02-19 [paul]       0.8.10claws29
2536
2537         * src/mainwindow.c
2538                 add tooltips to online/offline button and account selector
2539                 button
2540
2541 2003-02-19 [paul]       0.8.10claws28
2542
2543         * src/folder.c
2544           src/news.c
2545           src/prefs_account.[ch]
2546           src/prefs_common.[ch]
2547                 move 'Maximum number of articles to download' to
2548                 account prefs.
2549                 clean up account prefs gui a little by hiding entries
2550                 rather then greying out entries
2551
2552 2003-02-19 [hiro]       0.8.10claws27
2553
2554         * src/common/utils.c
2555                 fix bug #54 'yesterdays date is displayed in the message 
2556                 summary window'
2557
2558 2003-02-19 [paul]       0.8.10claws26
2559
2560         * src/compose.c
2561                 fix bug reported in Feature Request [688596] 
2562                 'Reply-to header in news'
2563
2564 2003-02-18 [paul]       0.8.10claws25
2565
2566         * src/select-keys.c
2567                 add a 'List all keys' button to key selection dialog
2568
2569 2003-02-18 [colin]      0.8.10claws24
2570         
2571         * src/stock_pixmap.c
2572                 fix compile error
2573
2574 2003-02-18 [colin]      0.8.10claws23
2575
2576         * src/common/smtp.[ch]
2577           src/prefs_account.c
2578                 Try to starttls if it seems to be the only
2579                 way to authenticate a user
2580
2581 2003-02-18 [paul]       0.8.10claws22
2582
2583         * src/Makefile.am
2584           src/folderview.c
2585           src/stock_pixmap.[ch]
2586           src/pixmaps/drafts_close.xpm  ** NEW FILE **
2587           src/pixmaps/drafts_open.xpm   ** NEW FILE **
2588                 as a Drafts folder is a special folder allow it to have
2589                 its own unique icons
2590
2591 2003-02-18 [colin]      0.8.10claws21
2592
2593         * src/imap.c
2594                 Fix port selection when using starttls
2595
2596 2003-02-18 [paul]       0.8.10claws20
2597
2598         * src/mainwindow.c
2599           src/prefs_common.[ch]
2600                 make blue the default new mail colour
2601
2602 2003-02-18 [paul]       0.8.10claws19
2603
2604         * sync with 0.8.10cvs14
2605                 see ChangeLog 2003-02-18
2606
2607 2003-02-17 [jens]       0.8.10claws18
2608
2609         * src/common/md5.c
2610                 fixed a compile problem with gcc 3.3
2611                 works on 2.95.3 too (testet on PPC as it is big endian)
2612
2613 2003-02-17 [paul]       0.8.10claws17
2614
2615         * sync with 0.8.10cvs13
2616                 see ChangeLog 2003-02-17
2617
2618 2003-02-17 [paul]       0.8.10claws16
2619
2620         * sync with 0.8.10cvs12
2621                 see ChangeLog 2003-02-17
2622
2623 2003-02-16 [match]      0.8.10claws15
2624
2625         * src/addressbook.c
2626                 Eliminates reloading of address data when items
2627                 deleted or added. Applied submitted by
2628                 Luke Plant <lukeplant@softhome.net>
2629
2630 2003-02-16 [paul]       0.8.10claws14
2631
2632         * src/news.c
2633                 when a 'protocol error' is encountered disconnect from
2634                 the server. This means that the user can carry on viewing
2635                 other articles and doesn't have to either wait until the
2636                 server timesout or quit sylpheed.
2637                 Fixes bug #53 'Unable to read messages in newsgroups, 
2638                 displayed message doesn't change'
2639
2640 2003-02-15 [christoph]  0.8.10claws13
2641
2642         * src/imap.c
2643                 fix bug that stopped scanning of folders when an
2644                 IMAP folder was empty
2645
2646         (closes bug 46 stop scan messages in folders after empty folder)
2647
2648 2003-02-15 [paul]
2649
2650         * tools/Makefile.am
2651           tools/README
2652           tools/freshmeat_search.pl     ** NEW FILE **
2653           tools/google_search.pl        ** NEW FILE **
2654                 Add 2 Actions scripts which search freshmeat/google
2655                 for the selected text using the browser configured
2656                 in sylpheedrc.
2657                 
2658         Note: These scripts are very dependent on the format of the
2659         browser command and may not work on every occasion. Testing
2660         is welcome. 
2661
2662 2003-02-14 [alfons]     0.8.10claws12
2663
2664         * src/compose.c
2665                 fix breakage because of uninitialized account pointer.
2666                 please verify.
2667
2668 2003-02-14 [paul]       0.8.10claws11
2669
2670         * src/compose.c
2671           src/prefs_account.[ch]
2672           src/prefs_common.[ch]
2673                 move signature settings to Account Prefs
2674
2675 2003-02-14 [paul]       0.8.10claws10
2676
2677         * sync with 0.8.10cvs11
2678                 see ChangeLog 2003-02-14
2679
2680 2003-02-13 [thorsten]   0.8.10claws9
2681
2682         * src/news.c
2683                 revert news progressbar (GUI separation)
2684
2685 2003-02-13 [paul]       0.8.10claws8
2686
2687         * src/compose.c
2688                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
2689                 paragraph 1
2690
2691 2003-02-13 [paul]       0.8.10claws7
2692
2693         * src/compose.[ch]
2694           src/summaryview.c
2695                 fix 'Follow-up and Reply-to' so that it creates a reply to
2696                 the newsgroup and the sender. If the message has the keyword
2697                 'poster' in the Followup-To header, all replies go to the
2698                 sender, re: RFC 1036, Section 2.2.3
2699                 rename all instances of 'ignore_replyto' to 'to_sender', both
2700                 were previously used, now we use just one.
2701
2702 2003-02-13 [paul]       0.8.10claws6
2703
2704         * sync with 0.8.10cvs9
2705                 see ChangeLog 2003-02-13
2706
2707 2003-02-13 [paul]       0.8.10claws5
2708
2709         * configure.ac
2710                 show which plugins are configured in the configure
2711                 output.
2712
2713 2003-02-12 [thorsten]   0.8.10claws4
2714
2715         * src/news.c
2716                 show progress while fetching news headers
2717
2718 2003-02-12 [christoph]  0.8.10claws3
2719
2720         * configure.ac
2721         * src/plugins/Makefile.am
2722                 use AM_CONDITIONAL to enable plugins, automake correctly
2723                 manages this when creating distdir
2724
2725 2003-02-12 [christoph]  0.8.10claws2
2726
2727         * ac/spamassassin.m4
2728         * src/plugins/spamassassin/Makefile.am
2729                 fix building SpamAssassin plugin without OpenSSL
2730
2731 2003-02-12 [paul]       0.8.10claws1
2732
2733         * ac/Makefile.am
2734           src/Makefile.am
2735           src/plugins/Makefile.am
2736                 fix failure of 'make release'
2737
2738 2003-02-12 [paul]       0.8.10claws
2739
2740         * 0.8.10claws released
2741
2742 2003-02-12 [paul]       0.8.9claws56
2743
2744         * po/bg.po
2745           po/es.po
2746           po/it.po
2747           po/ru.po
2748           po/sr.po
2749                 updated translations by George Danchev, Ricardo Mones Lastra,
2750                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
2751                 
2752         * sylpheed.spec.in
2753                 Allow the building of RPMs by a regular user. Submitted
2754                 by Sergei Astanin
2755
2756 2003-02-11 [alfons]     0.8.9claws55
2757
2758         * src/colorlabel.c
2759                 don't use pixmaps for label color rect but draw rectangles
2760                 so we can respect the color map of palette based visuals
2761                 (fixes the long time crashes on Suns - thanks to Andreas
2762                 Engel and Steve O'Hara-Smith for testing)
2763
2764 2003-02-11 [christoph]  0.8.9claws54
2765
2766         * src/matcher_parser_parse.y
2767                 correct bug where filering rules of not existing folders in
2768                 matcherrc were added to global filtering
2769                 
2770         (closes Debian Bug #180253 - Directory's filter-rules are merged with
2771          main filter-rules after removing directory, http://bugs.debian.org/180253)
2772         
2773 2003-02-11 [paul]       0.8.9claws53
2774
2775         * sync with 0.8.10cvs7
2776                 see ChangeLog 2003-02-09
2777
2778 2003-02-11 [melvin]     0.8.9claws52
2779
2780         * po/fr.po
2781                 Updated French tranlsations
2782
2783 2003-02-10 [paul]       0.8.9claws51
2784
2785         * sylpheed.spec.in
2786                 correct --enable-openssl
2787                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
2788
2789 2003-02-09 [martin]     0.8.9claws50
2790
2791         * src/prefs_matcher.c
2792                 fix segfault in prefs_matcher_substitute_cb() when
2793                 no row is selected
2794
2795 2003-02-09 [paul]       0.8.9claws49
2796
2797         * src/folderview.c
2798                 fix bug where a newsgroup folder's processing rules were
2799                 merged with the global filtering rules when the newsgroup
2800                 folder was deleted, causing some seriously bad results,
2801                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
2802
2803 2003-02-08 [melvin]     0.8.9claws48
2804
2805         * src/compose.c
2806                 Corrected and modified an alert message.
2807
2808 2003-02-07 [paul]       0.8.9claws47
2809
2810         * src/folderview.c
2811                 fix bug where both an 'Account properties' window and a
2812                 'Folder properties' window were opened when clicking on
2813                 'Properties' in an NNTP or IMAP folder's popup menu.
2814
2815 2003-02-07 [paul]       0.8.9claws46
2816
2817         * sync with 0.8.10cvs6
2818                 see ChangeLog 2003-02-06
2819
2820 2003-02-06 [christoph]  0.8.9claws45
2821
2822         * src/mbox.c
2823                 freeze folder updates while importing mbox files
2824                 (closes bug 43 importing mbox took hours)
2825                 
2826         Patch submitted by Jens Rantil <jens.rantil@telia.com>
2827
2828 2003-02-06 [thorsten]   0.8.9claws44
2829
2830         * po/de.po
2831                 Updated german translations
2832
2833 2003-02-06 [thorsten]   0.8.9claws43
2834
2835         * src/news.h
2836                 use guint for message numbers (fix count in grouplist dialog)
2837
2838 2003-02-05 [paul]       0.8.9claws42
2839
2840         * sync with 0.8.10cvs2
2841                 see ChangeLog 2003-02-05
2842
2843 2003-02-04 [colin]      0.8.9claws41
2844
2845         * src/prefs_common.[ch]
2846           src/procmsg.c
2847           src/summaryview.c
2848                 Add an option to disable threading by subject
2849
2850 2003-02-04 [christoph]  0.8.9claws40
2851
2852         * src/inc.c
2853                 only abort fetching mails from multiple accounts when the
2854                 error is fatal and does not allow to check any more accounts
2855                 (currently only disk full error)
2856
2857         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
2858          receive mails for other accouts)
2859
2860 2003-02-04 [christoph]  0.8.9claws39
2861
2862         * src/folder.c
2863                 first add the new message to the cache, then
2864                 send the update notification
2865
2866         (closes bug 39 after sending message folderview doesnt get updated)
2867
2868 2003-02-04 [colin]      0.8.9claws38
2869
2870         * src/inc.c
2871                 _really_ fix this Connecting... status
2872
2873 2003-02-04 [paul]       0.8.9claws37
2874
2875         * sync with 0.8.10
2876                 see ChangeLog 2003-02-04
2877
2878 2003-02-04 [paul]       0.8.9claws36
2879
2880         * sync with 0.8.9cvs6
2881                 see ChangeLog 2003-02-03
2882
2883 2003-02-04 [paul]       0.8.9claws35
2884
2885         * po/pt_BR.po
2886                 updated by André Filipe de Assunção e Brito 
2887                 <bedecko@netsite.com.br>
2888
2889 2003-02-03 [thorsten]   0.8.9claws34
2890
2891         * po/de.po
2892                 Updated german translations
2893
2894 2003-02-02 [paul]       0.8.9claws33
2895
2896         * po/es.po
2897                 updated by Ricardo Mones Lastra
2898
2899 2003-02-02 [thorsten]   0.8.9claws32
2900
2901         * src/mh.c
2902                 Fix mh_get_msginfo() segfault if file is inaccessible
2903
2904 2003-01-31 [colin]      0.8.9claws31
2905
2906         * src/procheader.c
2907                 Fix last commit's bug
2908
2909 2003-01-31 [colin]      0.8.9claws30
2910
2911         * src/procheader.c
2912                 Missing a change for gpg-signed messages
2913
2914 2003-01-31 [paul]       0.8.9claws29
2915
2916         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
2917           src/procheader.c
2918           src/stock_pixmap.[ch]
2919           src/summaryview.c
2920                 indicate GnuPG signed messages by displaying an icon
2921                 in the Attachment column.
2922
2923 2003-01-31 [paul]       0.8.9claws28
2924
2925         * sync with 0.8.9cvs4
2926                 see ChangeLog 2003-01-31
2927
2928 2003-01-31 [alfons]     0.8.9claws27
2929
2930         * src/textview.c
2931                 tune URI parser to accept mailto URLs with a '?'
2932                 (patch from Ruslan Balkin)
2933
2934 2003-01-31 [colin]      0.8.9claws26
2935
2936         * src/summaryview.c
2937                 Fix a leak introduced in claws24
2938
2939 2003-01-31 [colin]      0.8.9claws25
2940
2941         * src/summaryview.c
2942                 Freeze/Thaw folder updates when deleting dups
2943
2944 2003-01-31 [colin]      0.8.9claws24
2945         
2946         * src/addr_compl.c
2947           src/summaryview.c
2948           src/msgcache.c
2949                 little speed improvements
2950
2951 2003-01-31 [colin]      0.8.9claws23
2952
2953         * src/summaryview.c
2954                 Fix segfault when forwarding nothing
2955                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
2956                 
2957 2003-01-30 [paul]       0.8.9claws22
2958
2959         * sync with 0.8.9cvs3
2960                 see ChangeLog 2003-01-30
2961
2962 2003-01-30 [paul]       0.8.9claws21
2963
2964         * sync with 0.8.9cvs2
2965                 see ChangeLog 2003-01-30
2966
2967 2003-01-29 [paul]       0.8.9claws20
2968
2969         * sync with 0.8.9cvs1
2970                 see ChangeLog 2003-01-29
2971
2972 2003-01-28 [paul]       0.8.9claws19
2973
2974         * po/POTFILES.in
2975                 update to reflect changes. 
2976                 thanks to Ricardo Mones Lastra
2977
2978 2003-01-27 [christoph]  0.8.9claws18
2979
2980         * ac/openssl.m4
2981         * ac/spamassassin.m4
2982         * src/plugins/spamassassin/README
2983         * src/plugins/spamassassin/libspamc.[ch]
2984         * src/plugins/spamassassin/utils.[ch]
2985                 updated to latest libspamc
2986
2987 2003-01-27 [christoph]  0.8.9claws17
2988
2989         * src/folder.c
2990                 fix wrong use of procheader_get_header_fields
2991
2992 2003-01-27 [christoph]  0.8.9claws16
2993
2994         * src/news.c
2995         * src/prefs_account.[ch]
2996         * src/common/nntp.[ch]
2997                 allow to force authentication for NNTP servers
2998
2999         Patch submitted by Florian Mickler <dmk@d-labs.de>
3000
3001 2003-01-26 [paul]       0.8.9claws15
3002
3003         * src/summaryview.c
3004                 speed up of marking messages as read
3005                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
3006
3007 2003-01-26 [christoph]  0.8.9claws14
3008
3009         * src/Makefile.am
3010         * src/mgutils.[ch]              ** REMOVE **
3011         * src/xml.[ch]                  ** REMOVE **
3012         * src/xmlprops.[ch]             ** REMOVE **
3013         * src/common/Makefile.am
3014         * src/common/mgutils.[ch]       ** NEW **
3015         * src/common/xml.[ch]           ** NEW **
3016         * src/common/xmlprops.[ch]      ** NEW **
3017                 move xml files to common directory
3018
3019 2003-01-26 [christoph]  0.8.9claws13
3020
3021         * src/plugins/spamassassin/spamassassin_gtk.c
3022                 only set gtk entry text if string is available
3023
3024 2003-01-26 [melvin]     0.8.9claws12
3025
3026         * src/description_window.c
3027                 Allow resizing of the window
3028                 Allow automatic horizontal scroll bar
3029                 Do not vertically expand and fill
3030
3031 2003-01-26 [christoph]  0.8.9claws11
3032
3033         * src/Makefile.am
3034         * src/gtkutils.[ch]             ** REMOVE **
3035         * src/common/sylpheed.c
3036         * src/gtk/Makefile.am
3037         * src/gtk/description_window.c
3038         * src/gtk/gtkutils.[ch]         ** NEW **
3039         * src/gtk/prefswindow.c
3040                 move gtkutils to gtk directory
3041
3042 2003-01-26 [paul]       0.8.9claws10
3043
3044         * src/summaryview.c
3045                 rename summary_unread_clicked() to summary_status_clicked()
3046
3047 2003-01-26 [melvin]     0.8.9claws9
3048
3049         * src/prefs_actions.c
3050                 Cosmetical changes to the help text
3051
3052 2003-01-26 [paul]       0.8.9claws8
3053
3054         * src/folder.[ch]
3055           src/mainwindow.c
3056           src/prefs_common.c
3057           src/prefs_sumamry_column.c
3058           summaryview.[ch]
3059                 rename the 'Unread' column to 'Status'
3060
3061 2003-01-25 [match]      0.8.9claws7
3062
3063         * src/mgutils.[ch]
3064                 removed reference to LDAP constants. removed error2string.
3065                 included functions to support LDAP dynamic queries.
3066         * src/syldap.h
3067                 moved LDAP constants here.
3068         * src/addressbook.c
3069         * src/addrindex.c
3070         * src/importldif.c
3071                 removed references to LDAP constants and references to
3072                 error2string.
3073
3074 2003-01-25 [paul]       0.8.9claws6
3075
3076         * src/summaryview.c
3077                 summary_thread_build(), summary_thread_init(): remove 
3078                 unneeded reference to summaryview->folder_item
3079
3080 2003-01-25 [christoph]  0.8.9claws5
3081
3082         * src/gtk/description_window.c
3083                 o allow description texts to expand over multiple columns
3084                 o translate all columns
3085         * src/prefs_actions.c
3086                 change syntax description to use new multi column feature
3087
3088         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
3089
3090 2003-01-25 [match]      0.8.9claws4
3091
3092         * src/vcard.c
3093                 fixed bug with Quoted-Printable
3094
3095 2003-01-25 [paul]       0.8.9claws3
3096
3097         * src/folder.[ch]
3098           src/summaryview.[ch]
3099                 implement per-folder collapsed/expanded threads setting
3100                 
3101         * src/prefs_common.c
3102                 remove global collapsed/expanded threads option
3103
3104 2003-01-25 [christoph]  0.8.9claws2
3105
3106         * po/POTFILES.in
3107                 add pluginwindow and prefswindow
3108         * src/compose.c
3109                 make send respond correctly to messages that could be added
3110                 to the queue folder, but the UID of the message is unknown
3111         * src/folder.c
3112         * src/imap.c
3113                 don't return guessed UIDs in imap_add_msg anymore. We return
3114                 0 to tell the folder system it was appened but the UID is
3115                 unknown. Folder system now get's the UID by scaning the folder
3116                 and searching the cache for the Message-ID
3117                 (closes bug #29 Messages queued, but not sent)
3118
3119 2003-01-25 [paul]       0.8.9claws1
3120
3121         * src/codeconv.c
3122                 conv_encode_header():  fix bug when long headers with 8-bit
3123                 characters are used, so that the encoded words are wrapped.
3124                 If the space in the original text falls on the wrap boundary,
3125                 it can be lost.
3126                 Patch by Sergey Vlasov.
3127                 
3128         * src/folderview.c
3129                  fix bug where a change to the sorting method or thread view
3130                  of a folder's messages is lost if simpify-subject is set and
3131                  toggled on or off.
3132                  Patch by Luke Plant.
3133
3134 2003-01-24 [paul]       0.8.9claws
3135
3136         * sylpheed-0.8.9claws released
3137         
3138         * Makefile.am
3139           sylpheed.spec.in
3140                 remove reference to 'INSTALL.jp'
3141
3142 2003-01-23 [paul]       0.8.8claws128
3143
3144         * po/es.po
3145           po/it.po
3146           po/ru.po
3147           po/sr.po
3148                 updated translations. submitted by Ricardo Mones Lastra,
3149                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
3150
3151 2003-01-23 [colin]      0.8.8claws127
3152
3153         * src/compose.c
3154                 Fix drafted and queued news articles re-edition
3155
3156 2003-01-23 [melvin]     0.8.8claws126
3157
3158         * po/fr.po
3159                 Updated French translations
3160
3161 2003-01-23 [colin]      0.8.8claws125
3162
3163         * src/inc.c
3164                 Fix "Connecting to..." status message
3165
3166 2003-01-22 [paul]       0.8.8claws124
3167
3168         * po/bg.po
3169                 updated by George Danchev
3170                 
3171         * src/folder.c
3172                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
3173                 and folder deletion
3174
3175 2003-01-21 [paul]       0.8.8claws123
3176
3177         * po/bg.po
3178                 updated by George Danchev
3179                 
3180         * src/about.c
3181                 its now 2003
3182                 
3183         * src/toolbar.c
3184                 don't translate 'Separator'
3185                 
3186         * src/plugins/spamassassin/Makefile.am
3187                 add aspell to CPPFLAGS
3188                 
3189         * src/plugins/spamassassin/spamassassin.c
3190           src/plugins/spamassassin/spamassassin_gtk.c
3191                 set correct default for spamassassin_receive_spam
3192                 slightly re-word descriptions and some
3193                 other minor changes
3194
3195 2003-01-19 [alfons]     0.8.8claws122
3196                 
3197         * src/mimeview.c
3198                 mimeview_save_as(): we might as well show the file name for
3199                 the single case "Save As" too
3200
3201 2003-01-19 [alfons]     0.8.8claws121
3202
3203         * src/crash.c
3204                 change bug tracker URL to bugzilla URL
3205
3206 2003-01-19 [alfons]     0.8.8claws120
3207
3208         * src/mimeview.c
3209                 mimeview_save_all(): display name of file before overwriting;
3210                 continue saving all, even when one overwrite was cancelled
3211
3212 2003-01-19 [christoph]  0.8.8claws119
3213
3214         * src/summaryview.c
3215         * src/procmsg.[ch]
3216                 fix wrong usage of procmsg_find_children in summaryview
3217                 by using procmsg_update_unread_children instead of
3218                 summaryview_update_unread_children
3219
3220 2003-01-19 [christoph]  0.8.8claws118
3221
3222         * src/procmsg.c
3223                 fix infinite loop in procmsg_find_children
3224                  (closes bug #25 sylpheed crashes on delete.)
3225
3226         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
3227
3228 2003-01-19 [paul]       0.8.8claws117
3229
3230         * po/pt_BR.po
3231                 updated by Ivan Francolin Martinez
3232
3233 2003-01-18 [melvin]     0.8.8claws116
3234
3235         * src/prefs_actions.c
3236                 Removed syntax limitation of only one '&' at the end of command.
3237                         Now actions that contain '>/dev/null 2>&1' are possible.
3238
3239 2003-01-18 [melvin]     0.8.8claws115
3240
3241         * src/prefs_actions.c
3242                 Actions IO dialog: when the action ends
3243                 the "Close" button now has focus and [Escape] closes the
3244                 window.
3245
3246 2003-01-18 [christoph]  0.8.8claws114
3247
3248         * src/procmsg.c
3249                 o add debug output when MsgInfos are really freed
3250                 o free GSLists in procmsg_find_children and
3251                   procmsg_update_unread_children
3252
3253 2003-01-18 [christoph]  0.8.8claws113
3254
3255         * src/mainwindow.c
3256                 reorder Configuration menu
3257
3258 2003-01-18 [christoph]  0.8.8claws112
3259
3260         * src/compose.c
3261                 fix applying templates to forwarded messages
3262
3263         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3264
3265 2003-01-17 [christoph]  0.8.8claws111
3266
3267         * src/folder.c
3268                 destroy folder items, when a folder item is removed
3269
3270 2003-01-17 [christoph]  0.8.8claws110
3271
3272         * src/folder.c
3273                 fix wrong folder stats update when ignored message is
3274                 deleted
3275
3276 2003-01-17 [colin]      0.8.8claws109
3277         
3278         * src/mainwindow.c
3279         * src/summaryview.c
3280                 Quicksearch bugfixes: 
3281                 - hide help button at startup if not extended
3282                 - switch to extended when looking for replies
3283
3284 2003-01-17 [paul]
3285
3286         * sync with 0.8.9 release
3287
3288 2003-01-17 [paul]       0.8.8claws108
3289
3290         * sync with 0.8.8cvs11
3291                 see ChangeLog 2003-01-17
3292
3293 2003-01-16 [colin]      0.8.8claws107
3294
3295         * src/procmsg.c
3296                 Changed encryption test to re-ask passphrase
3297                 if an encrypted message hasn't been decrypted
3298                 Fixes bug #5
3299
3300 2003-01-16 [christoph]  0.8.8claws106
3301
3302         * src/prefs_gtk.c
3303         * src/prefs_toolbar.c
3304         * src/gtk/prefswindow.h
3305         * src/plugins/spamassassin/spamassassin_gtk.c
3306                 remove page destroy function that is not used anymore
3307
3308 2003-01-16 [paul]       0.8.8claws105
3309
3310         * sync with 0.8.8cvs9
3311                 see ChangeLog 2002-01-16
3312
3313 2003-01-16 [colin]      0.8.8claws104
3314
3315         * src/compose.[ch]
3316                 Fix bug with autosaved drafts for IMAP, when draft
3317                 folder is specified - fixes bugzilla bug #20
3318
3319 2003-01-15 [paul]       0.8.8claws103
3320
3321         * src/compose.[ch]
3322           src/procmsg.c
3323                 store folder and message-id of message forwarding
3324                 in queue header and set forward flag after sending
3325
3326 2003-01-15 [paul]       0.8.8claws102
3327
3328         * sync with 0.8.8cvs8
3329                 see ChangeLog 2002-01-15
3330
3331 2003-01-15 [colin]      0.8.8claws101
3332
3333         * src/Makefile.am
3334                 Fix linking with GNU libiconv
3335
3336 2003-01-15 [darko]      0.8.8claws100
3337
3338         * src/pine.c
3339                 fix crash when importing pine address book
3340                 entry with an empty name (reported by DY
3341                 <dybulk at tri8.net>)
3342
3343 2003-01-14 [paul]       0.8.8claws99
3344
3345         * configure.in  ** REMOVED **
3346           configure.ac  ** NEW FILE **
3347                 rename configure.in to configure.ac, as it is now
3348                 preferred
3349
3350 2003-01-14 [melvin]     0.8.8claws98
3351
3352         * src/folderview.c
3353                 folderview_check_new(): More precise function description
3354
3355 2003-01-14 [melvin]     0.8.8claws97
3356
3357         * src/folderview.c
3358                 folderview_check_new(): return the number of new messages 
3359                         since last check.
3360         * src/inc.c
3361                 inc_account_mail(): Disable counting of new messages for IMAP
3362                         and NNTP until bug [19] and [14] are fixed.
3363
3364 2003-01-14 [paul]       0.8.8claws96
3365
3366         * sync with 0.8.8cvs6
3367                 see ChangeLog 2003-01-14
3368
3369 2003-01-13 [alfons]     0.8.8claws95
3370
3371         * src/textview.c
3372                 tune email address validation (c. 0.8.8claws89): if . is 
3373                 just one char away from @, the address is invalid too 
3374                 (correctly rejects addresses like foo@.com)
3375
3376 2003-01-13 [paul]       0.8.8claws94
3377
3378         * src/messageview.c
3379           src/toolbar.c
3380                 fixes to the Message View toolbar and menu:
3381                 fix non-functioning Forward button
3382                 make Reply button consider default_reply_list
3383                 remove 'Follow-up...' menu entry
3384                 add 'Forward' and 'Redirect' menu entries
3385
3386 2003-01-13 [melvin]     0.8.8claws93
3387
3388         * src/inc.c
3389                 Fixed typo that could make new messages count incorrect.
3390
3391 2003-01-13 [melvin]     0.8.8claws92
3392
3393         * src/folderview.[ch]
3394                 folderview_check_new(): return the number of new messages.
3395         * src/inc.c
3396                 Should fix bug [14] where new mail notification worked 
3397                         incorrectly with IMAP accounts.
3398                 inc_spool_account(): return number of new msgs, or -1 on error
3399                 inc_all_spool(): return number of new msgs
3400                 
3401 2003-01-13 [melvin]     0.8.8claws91
3402
3403         * src/prefs_actions.c
3404                 Justify help text.
3405
3406 2003-01-12 [thorsten]   0.8.8claws90
3407
3408         * src/common/prefs.c
3409                 close file before rename
3410
3411 2003-01-12 [alfons]     0.8.8claws89
3412
3413         * AUTHORS
3414                 add Christian Mertes
3415         * src/common/utils.[ch]
3416                 g_stricase_hash(), g_stricase_equal(): functions for 
3417                 case insensitive hash tables
3418         * src/textview.c
3419                 use top level domain names to validate email address, based
3420                 on a patch by Christian Mertes (thanks!), but changed 
3421                 implementation to use a hash table 
3422
3423 2003-01-12 [paul]       0.8.8claws88
3424
3425         * po/bg.po
3426                 updated by George Danchev
3427
3428 2003-01-12 [alfons]     0.8.8claws87
3429
3430         * src/summaryview.c
3431                 delete / execute performance: use new style folder update
3432
3433 2003-01-12 [paul]       0.8.8claws86
3434
3435         * sync with 0.8.8cvs5
3436                 see ChangeLog 2003-01-13 (!)
3437
3438 2003-01-12 [alfons]     0.8.8claws85
3439
3440         * src/filtering.c
3441         * src/matcher_parser_parse.y
3442                 prepare change_score filtering action
3443         * src/matcher.[ch]
3444                 give up const-correctness on functions that call non-const-correct functions;
3445                 several casts to gpointer in g_free();
3446                 add change_score;
3447
3448 2003-01-12 [christoph]  0.8.8claws84
3449
3450         * src/compose.c
3451                 fix 2 warnings
3452
3453         * src/gtk/prefswindow.[ch]
3454         * src/plugins/spamassassin/spamassassin_gtk.c
3455                 changed the call of the widget create function
3456                 for PrefsPages, because sometimes the widget
3457                 create function needs a widget that already has
3458                 been attached to a window (to create GDK pixmaps
3459                 for exmaple). So we simply pass the GtkWindow as
3460                 the second parameter now.
3461
3462         * src/main.c
3463         * src/mainwindow.c
3464         * src/prefs_toolbar.[ch]
3465                 rewrite Toolbar Preferences using the new
3466                 prefs window
3467
3468 2003-01-11 [alfons]     0.8.8claws83
3469
3470         * src/addressadd.c
3471                 fix crash when adding sender to addressbook because status bar
3472                 isn't there (the status bar doesn't seem to be used though,
3473                 but I'll let Match decide what to do with it)
3474
3475 2003-01-11 [colin]      0.8.8claws82
3476
3477         * src/main.c
3478           src/toolbar.c
3479                 Two useless changes reversed
3480
3481 2003-01-11 [colin]      0.8.8claws81
3482
3483         * src/mainwindow.c
3484           src/mainwindow.h
3485                 Add mainwindow_get_mainwindow()
3486         * src/alertpanel.c
3487           src/alertpanel.h
3488                 Add alertpanel_error_log() 
3489         * src/compose.c
3490           src/inc.c
3491           src/messageview.c
3492           src/toolbar.c
3493           src/main.c
3494           src/procmsg.c
3495                 Network errors get a View Log button
3496
3497 2003-01-10 [alfons]     0.8.8claws80
3498
3499         * src/prefs_toolbar.c
3500         * src/toolbar.c
3501                 use the translatable string for "Separator" as file name for
3502                 separator toolbar items (probably make this uppercase?)
3503
3504 2003-01-10 [alfons]     0.8.8claws79
3505
3506         * src/prefs_toolbar.c
3507                 put right A_SEPARATOR description string in "displayed
3508                 toolbar items list" so manually added separators are
3509                 saved correctly (bug #10, "Adding a separator to the main 
3510                 toolbar fails, entry in xml file is wrong")
3511
3512 2003-01-10 [christoph]  0.8.8claws78
3513
3514         * src/imap.c
3515                 o fix warnings
3516                 o use CAPABILITY to check if NAMESPACE is available
3517
3518 2003-01-10 [christoph]  0.8.8claws77
3519
3520         * src/imap.[ch]
3521                 apply UIDPLUS IMAP extension support patch
3522
3523         Patch submitted by Simon 'corecode' Schubert
3524
3525 2003-01-10 [paul]       0.8.8claws76
3526
3527         * src/folderview.c
3528                 a sync from main which fixes the news account folders'
3529                 Properties bug
3530
3531 2003-01-10 [christoph]  0.8.8claws75
3532
3533         * src/folder.c
3534                 don't accept 0 as a valid uid returned by copy and move
3535                 functions. 0 means the message was copied or moved but the
3536                 new uid could not be fetched. It is not an error condition
3537                 for the copy or move operation.
3538
3539 2003-01-10 [paul]       0.8.8claws74
3540
3541         * src/prefs_filtering.c
3542                 change English used in Alert when entry is not
3543                 saved.
3544                 
3545         * sync with 0.8.8cvs4
3546                 see ChangeLog 2003-01-10
3547
3548 2003-01-10 [darko]      0.8.8claws73
3549
3550         * src/pine.c
3551                 fix crash when importing address book entry
3552                 without a valid address
3553
3554 2003-01-09 [alfons]     0.8.8claws72
3555
3556         * src/inc.c
3557                 filtering performance: use new style folder update
3558
3559 2003-01-09 [christoph]  0.8.8claws71
3560
3561         * src/compose.c
3562         * src/gtk/menu.[ch]
3563                 fix wrong selecting of mime encoding type, when
3564                 opening property dialog of attachments in the
3565                 compose window. 7bit was always selected and that
3566                 destoryed files with 8bit data.
3567                 (closes bug #9 Sylpheed-claws destroys attachments when
3568                  changing MIME-types)
3569
3570 2003-01-09 [paul]       0.8.8claws70
3571
3572         * sync with 0.8.8cvs3
3573                 see ChangeLog 2003-01-09
3574
3575 2003-01-08 [alfons]     0.8.8claws69
3576         
3577         * src/addressadd.c
3578                 apply patch by Kim Schulz to fix build breakage
3579                 because of missing variable
3580
3581 2003-01-08 [paul]       0.8.8claws68
3582
3583         * sync with 0.8.8cvs2
3584                 see ChangeLog 2002-01-08
3585
3586 2003-01-08 [paul]       0.8.8claws67
3587
3588         * po/it.po
3589                 updated by Alessandro Maestri
3590                 
3591         * src/addressadd.c
3592                 when using 'Add sender to addressbook' allow
3593                 name to be edited and remarks to be entered
3594                 Patch submitted by Luke Plant
3595
3596 2003-01-08 [darko]      0.8.8claws66
3597
3598         * README.claws, src/summaryview.c
3599                 fix description for marked messages
3600
3601 2003-01-08 [paul]
3602
3603         * tools/Makefile.am
3604           tools/launch_phoenix  ** NEW FILE **
3605                 add script that enables using Phoenix as the default
3606                 web browser. 
3607                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
3608                 
3609         * tools/OOo2sylpheed.pl
3610                 remove full path to sylpheed executable, just 'sylpheed'
3611                 will do
3612                 
3613         * tools/README
3614                 add launch_phoenix informtion and re-arrange and compress
3615                 the data a little
3616
3617 2003-01-07 [christoph]  0.8.8claws65
3618
3619         * src/folder.c
3620                 fix update for source folder when moving messages
3621         * src/procmsg.[ch]
3622         * src/summaryview.c
3623                 use function to set to_folder for message infos and
3624                 automatically update the op_count for old and new
3625                 folder
3626
3627 2003-01-07 [melvin]     0.8.8claws64
3628
3629         * src/prefs_actions.c
3630                 Fixed bug where an '%p' Action on a displayed image crashed 
3631                         Sylpheed
3632                 Code clean up (get rid of duplicated code and removed unnecessary 
3633                                 structure member)
3634
3635 2003-01-07 [christoph]  0.8.8claws63
3636
3637         * src/compose.c
3638         * src/folder.[ch]
3639         * src/folderview.c
3640         * src/import.c
3641         * src/inc.c
3642         * src/main.c
3643         * src/mainwindow.c
3644         * src/messageview.c
3645         * src/prefs_folder_item.c
3646         * src/procmsg.c
3647         * src/summaryview.c
3648         * src/toolbar.c
3649                 o remove all folder update triggering from the UI code. The folder
3650                   system should know much better when a folder needs an update.
3651                 o to prevent multiple updates in a row the folder updates can be
3652                   frozen for some time.
3653
3654                 Note: - Please verify that no updates are missing
3655                       - Check where freeze/thaws should be added
3656
3657 2003-01-07 [christoph]  0.8.8claws62
3658
3659         * src/prefs_actions.c
3660                 don't translate empty strings
3661
3662         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3663
3664 2003-01-06 [christoph]  0.8.8claws61
3665
3666         * src/prefs_actions.c
3667                 mark strings for gettext
3668         * src/prefs_matcher.c
3669                 use new description window for Execute action and
3670                 match condition in Filtering
3671
3672         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3673
3674 2003-01-06 [alfons]     0.8.8claws60
3675
3676         keep myself inspired to re-organize matcher part 8; 
3677         yes, more to come (I need to move out the descriptive
3678         text for actions to matcher.c, or at least make it not
3679         depend on the wicked ordering)
3680
3681         * src/prefs_matcher.c
3682                 add documentation so others may comprehend the
3683                 UI part of the conditions
3684                 
3685 2003-01-06 [christoph]  0.8.8claws59
3686
3687         * src/prefs_actions.c
3688                 use new description window for syntax help
3689         * src/gtk/description_window.c
3690                 fix display of descriptions with column count != 2
3691
3692         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3693
3694 2003-01-06 [christoph]  0.8.8claws58
3695
3696         * src/quote_fmt.c
3697         * src/summaryview.[ch]
3698         * src/gtk/Makefile.am
3699         * src/gtk/description_window.[ch]       ** NEW **
3700                 use a generic window to display syntax descriptions
3701                 currently used in quote_fmt and summaryview (new description
3702                 for extended quick search)
3703
3704         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3705
3706 2003-01-06 [paul]       0.8.8claws57
3707
3708         * sync with 0.8.8cvs1
3709                 see ChangeLog 2003-01-06
3710
3711 2003-01-06 [christoph]  0.8.8claws56
3712
3713         * src/mainwindow.c
3714         * src/prefs_gtk.[ch]
3715         * src/gtk/prefswindow.[ch]
3716         * src/plugins/spamassassin/spamassassin_gtk.c
3717                 o remove page management from prefswindow, pages
3718                   will be an argument to prefswindow_open
3719                 o prefswindow_open gets a datapointer that is
3720                   passed to the widget_create function to allow
3721                   creation of prefswindow for specific items
3722
3723 2003-01-06 [colin]      0.8.8claws55
3724         
3725         * src/summaryview.c
3726                 We don't want regexp in the reply-finder, 
3727                 because MIDs can contain !,$,. and so on
3728
3729 2003-01-06 [jens]       0.8.8claws54
3730
3731         * src/jpilot.c
3732                 fixed a wrong free in jpilot_read_db_files
3733
3734 2003-01-06 [alfons]     0.8.8claws53
3735
3736         re-organize matcher part 8; more to come
3737        
3738         * src/matcher.c
3739                 matcherprop_to_string(): put g_free()s before the
3740                 switch-case break to fix memleaks                
3741
3742 2003-01-06 [colin]      0.8.8claws52
3743
3744         * src/summaryview.c
3745                 cleanup & reply-finder now displays the first 
3746                 matching message
3747
3748 2003-01-05 [alfons]     0.8.8claws51
3749
3750         re-organize matcher part 7; more to come
3751
3752         * src/matcher.[ch]
3753                 fixes for constant correctness;
3754                 more documentation;
3755
3756 2003-01-05 [alfons]     0.8.8claws50
3757
3758         re-organize matcher part 6; more to come
3759         
3760         * src/matcher.[ch]
3761                 fixes for constant correctness;
3762                 more documentation;
3763         * src/filtering.c
3764                 fix for constant correctness
3765
3766 2003-01-05 [colin]      0.8.8claws49
3767
3768         * src/account.[ch]
3769                 Add account_get_reply_account function
3770         * src/compose.c
3771                 Use account_get_reply_account function 
3772         * src/summaryview.c
3773                 Basic reply-finder - click on the replied
3774                 icon gets you to the outbox using quick-search
3775
3776 2003-01-05 [paul]       0.8.8claws48
3777
3778         * src/prefs_common.c
3779                 small change to English
3780                 
3781         * src/prefs_filtering.c
3782                 prefs_filtering_action_select(): improve logic and uniformity
3783                 of gui
3784
3785 2003-01-05 [alfons]     0.8.8claws47
3786
3787         fine tune solution to focus problems (bug #7)
3788
3789         * src/mainwindow.c
3790                 mainwindow_focus_in_event(): remove grab event check
3791         * src/summaryview.c
3792                 summary_button_pressed(): move selection on right-click
3793                 too. we can't possibly move the selection back after
3794                 canceling a dialog, because gtk's incomplete focus 
3795                 management. whether this is a good solution, only time
3796                 will tell.
3797
3798 2003-01-05 [christoph]  0.8.8claws46
3799
3800         * src/imap.c
3801                 fix crash when no imap connection could be established
3802
3803 2003-01-05 [paul]       0.8.8claws45
3804
3805         * src/mainwindow.c
3806           src/sumamryview.c
3807           src/gtk/menu.[ch]
3808                 fix bug 605957 'shortcuts in popup-menu'
3809                 make user-defined shortcuts work
3810                 show shortcuts that are already defined
3811                 in the main menu
3812                 Patch submitted by Luke Plant
3813
3814 2003-01-05 [alfons]     0.8.8claws44
3815
3816         * src/mainwindow.c
3817                 focus_in_event handler should not select summary view row 
3818                 when another window (menu, dialog) grabbed for events 
3819                 (bug #7, "[0.8.8claws42] Message summary focus") 
3820
3821 2003-01-04 [christoph]  0.8.8claws43
3822
3823         * src/procmsg.c
3824                 update save folder after adding the sent message
3825                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
3826
3827 2003-01-02 [christoph]  0.8.8claws42
3828
3829         * src/common/plugin.c
3830                 fix unloading of all plugins and unload
3831                 plugins in reverse order
3832                 
3833         * src/gtk/pluginwindow.c
3834                 implement function of load and unload button
3835
3836         * src/gtk/prefswindow.c
3837         * src/gtk/prefswindow.h
3838                 rename register function and add new unregister
3839                 function
3840
3841         * src/plugins/spamassassin/spamassassin_gtk.c
3842                 unregister prefs page and update for changes in
3843                 src/gtk/prefswindow.c
3844
3845 2003-01-02 [paul]       0.8.8claws41
3846
3847         * po/es.po
3848                 updated by Ricardo Mones Lastra
3849
3850 2003-01-02 [paul]
3851
3852         * tools/tb2sylpheed
3853                 fixes and improvements by Urke MMI
3854
3855 2003-01-02 [thorsten]   0.8.8claws40
3856
3857         * src/procmsg.c
3858                 fixed wrong return value
3859
3860 2003-01-02 [thorsten]   0.8.8claws39
3861
3862         * src/prefs.c
3863                 fixed printing wrong variable
3864
3865 2003-01-02 [thorsten]   0.8.8claws38
3866
3867         * src/prefs.c
3868                 fixed acessing members of freed pfile struct
3869
3870 2003-01-02 [thorsten]   0.8.8claws37
3871
3872         * src/procmsg.c
3873                 detect loops across several messages
3874                 as suggested by Christoph Hohmann
3875
3876 2003-01-01 [match]      0.8.8claws36
3877
3878         * src/addrindex.c
3879                 fixed another memory leak.
3880
3881 2003-01-01 [match]      0.8.8claws35
3882
3883         * src/jpilot.[ch]
3884                 fixed memory leaks. applied Doxygen comments.
3885
3886 2003-01-01 [thorsten]   0.8.8claws34
3887
3888         * src/procmsg.c
3889                 inhibit endless loop if msg references itself
3890                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
3891
3892 2003-01-01 [christoph]  0.8.8claws33
3893
3894         * src/mainwindow.c
3895         * src/gtk/Makefile.am
3896         * src/gtk/pluginwindow.c                ** NEW **
3897         * src/gtk/pluginwindow.h                ** NEW **
3898                 add plugin window
3899
3900         * src/plugins/demo/demo.c
3901         * src/plugins/spamassassin/spamassassin.c
3902         * src/plugins/spamassassin/spamassassin_gtk.c
3903                 write better plugin descriptions
3904
3905 2002-12-31 [christoph]  0.8.8claws32
3906
3907         * src/gtk/prefswindow.c
3908         * src/plugins/spamassassin/spamassassin_gtk.c
3909                 some small improvements to GTK code
3910
3911 2002-12-31 [christoph]  0.8.8claws31
3912
3913         * src/plugins/spamassassin/spamassassin_gtk.c
3914                 enable folder select button
3915
3916 2002-12-31 [christoph]  0.8.8claws30
3917
3918         * src/mainwindow.c
3919         * src/gtk/Makefile.am
3920         * src/gtk/prefswindow.c                         ** NEW **
3921         * src/gtk/prefswindow.h                         ** NEW **
3922                 add new prefs window
3923
3924         * src/common/plugin.c
3925                 don't try to load empty config lines
3926         
3927         * src/plugins/spamassassin/Makefile.am
3928         * src/plugins/spamassassin/spamassassin.c
3929         * src/plugins/spamassassin/spamassassin.h       ** NEW **
3930         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
3931                 GTK config for SpamAssassin Plugin using
3932                 the new prefs window
3933
3934 2002-12-31 [paul]       0.8.8claws29
3935
3936         * po/POTFILES.in
3937                 remove obsolete entry 'src/menu.c'
3938
3939 2002-12-31 [alfons]     0.8.8claws28
3940
3941         * src/matcher.[ch]
3942         * src/matcher_parser_parse.y
3943         * src/prefs_matcher.c
3944                 add "ignore_thread" and "~ignore_thread" condition so it's
3945                 possible to make the actions / scoring operate on the ignore
3946                 thread flag
3947
3948 2002-12-31 [christoph]  0.8.8claws27
3949
3950         * src/addrbook.c
3951         * src/addrindex.c
3952         * src/folder.c
3953         * src/matcher.c
3954         * src/prefs_account.c
3955         * src/prefs_actions.c
3956         * src/prefs_customheader.c
3957         * src/prefs_display_header.c
3958         * src/prefs_gtk.c
3959         * src/procmime.c
3960         * src/toolbar.c
3961         * src/xmlprops.c
3962         * src/common/prefs.[ch]
3963                 extend prefs file handling for reading and automatic handling
3964                 of blocks. When reading prefs_set_block_label will automatically
3965                 move on to the block. When writing it will copy all other blocks
3966                 automatically
3967
3968         * src/common/plugin.c
3969                 Now loading plugin filenames from [Plugins] block in
3970                 sylpheed rc file
3971
3972 2002-12-30 [christoph]  0.8.8claws26
3973
3974         * src/common/hooks.[ch]
3975                 return abort status to caller of hooks_invoke
3976                 
3977         * src/inc.[ch]
3978                 invoke message filtering hook and stop
3979                 default handling when filter returns abort
3980
3981         * src/common/plugin.[ch]
3982         * src/plugins/demo/demo.c
3983                 modify plugin loader, because resolving symbols for strings
3984                 does not work correctly
3985         
3986         * configure.in
3987         * ac/spamassassin.m4                            ** NEW **
3988         * src/plugins/spamassassin/.cvsignore           ** NEW **
3989         * src/plugins/spamassassin/Makefile.am          ** NEW **
3990         * src/plugins/spamassassin/README               ** NEW **
3991         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
3992         * src/plugins/spamassassin/spamassassin.c       ** NEW **
3993         * src/plugins/spamassassin/utils.[ch]           ** NEW **
3994                 add spamassassin plugin, see src/plugins/spamassassin/README
3995                 for details
3996
3997 2002-12-29 [alfons]     0.8.8claws25
3998
3999         * src/mainwindow.c
4000                 when moving focus from a message view to the main 
4001                 window, don't forget to select the summary node
4002                 of the displayed message. should fix "[ 659103 ] 
4003                 focus-follows-mouse confuses sylpheed"
4004
4005 2002-12-29 [christoph]  0.8.8claws24
4006
4007         * src/Makefile.am
4008         * src/stringtable.[ch]          ** REMOVE **
4009         * src/common/Makefile.am
4010         * src/common/stringtable.[ch]   ** NEW **
4011                 move stringtable files to common directory
4012
4013 2002-12-29 [christoph]  0.8.8claws23
4014
4015         * src/Makefile.am
4016         * src/menu.[ch]                 ** REMOVE **
4017         * src/gtk/Makefile.am
4018         * src/gtk/menu.[ch]             ** NEW **
4019                 move menu files to gtk directory
4020
4021 2002-12-29 [match]      0.8.8claws22
4022
4023         * src/addressbook.c
4024         * src/syldap.c
4025                 moved UI specific code out of LDAP code into addressbook
4026                 UI code. fixed memory leak.
4027
4028 2002-12-29 [christoph]  0.8.8claws21
4029
4030         * src/folder.c
4031                 only check for IGNORED parent message when message is
4032                 not IGNORED itself
4033
4034 2002-12-29 [alfons]     0.8.8claws20
4035
4036         * src/summaryview.c
4037                 set gtksctree's anchor correct (immediate execute
4038                 changes the tree's layout, and anchor points at 
4039                 the incorrect row). fixes "[ 657233 ] multiple msg 
4040                 delete sometimes off by 1".
4041                 we probably have to look for more tree layout /
4042                 anchor glitches.
4043
4044 2002-12-29 [paul]       0.8.8claws19
4045
4046         * src/summaryview.c
4047                 fix bug [ 659054 ] incorrect sorting of 'From' column
4048                 when using 'display sender using address book'
4049                 thanks to Alfons and Luke Plant
4050
4051 2002-12-29 [christoph]  0.8.8claws18
4052
4053         * src/folder.c
4054         * src/procmsg.[ch]
4055                 check parent messages for IGNORE THREAD flag, when adding,
4056                 moving or copying messages to a folder
4057
4058 2002-12-27 [alfons]     0.8.8claws17
4059
4060         re-organize matcher part 5; more to come
4061
4062         * src/matcher.c
4063                 hash keywords in matchparser_tab 
4064
4065 2002-12-27 [alfons]     0.8.8claws16
4066
4067         re-organize matcher part 4; more to come
4068
4069         * src/matcher_parser.h
4070         * src/matcher_parser_lex.l
4071         * src/matcher_parser_parse.y
4072                 cleanup
4073
4074 2002-12-27 [alfons]     0.8.8claws15
4075
4076         re-organize matcher part 3; more to come
4077
4078         * src/matcher.[ch]
4079                 cleanup
4080
4081 2002-12-27 [alfons]     0.8.8claws14
4082
4083         re-organize matcher part 2; more to come but this should
4084         work. cc me if there are any regressions.
4085
4086         * src/matcher.h
4087                 add prototype for get_matchparser_tab_id()
4088         * src/matcher_parser_lex.l
4089                 look up keywords using matchparser_tab_id();
4090
4091 2002-12-27 [alfons]     0.8.8claws12
4092
4093         re-organize matcher part 1
4094
4095         * src/matcher.h
4096                 map yacc generated constants to sylpheed matcher constants
4097         * src/matcher.c
4098                 add function to find a matcher constant from a string
4099
4100 2002-12-27 [christoph]  0.8.8claws11
4101
4102         * src/compose.c
4103                 MENUITEM_ADD casts the 4th argument from integer to pointer
4104                 so it probably should not be a pointer, this means we
4105                 should use account id for it and not the account's pointer
4106
4107 2002-12-27 [paul]       0.8.8claws10
4108
4109         * src/mainwindow.c
4110                 remove unneeded 'GtkWidget *vbox'
4111                 
4112         * src/summaryview.c
4113                 further sync with 0.8.8 - make sort
4114                 by recipient work as expected
4115                 
4116         * NEWS
4117                 sync with 0.8.8
4118
4119 2002-12-27 [paul]       0.8.8claws9
4120
4121         * po/pt_BR.po
4122                 updated by Ivan F. Martinez
4123                 
4124 2002-12-27 [darko]      0.8.8claws8
4125
4126         * src/common/utils.c
4127                 added locked pattern to extended search
4128
4129 2002-12-27 [alfons]     0.8.8claws7
4130
4131         * src/prefs_matcher.[ch]
4132                 clean up
4133
4134 2002-12-26 [alfons]     0.8.8claws6
4135
4136         * src/matcher.[ch]
4137         * src/matcher_parser_lex.l
4138         * src/matcher_parser_parse.y
4139         * src/prefs_matcher.c
4140                 allow color label as a condition in the matcher
4141
4142 2002-12-26 [oliver]     0.8.8claws5
4143         
4144         * src/toolbar.c 
4145                 enable Addressbook for Main and Messageview
4146         * src/prefs_actions.c
4147                 enable actions in Messageview
4148
4149 2002-12-26 [christoph]  0.8.8claws4
4150
4151         * src/common/plugin.c
4152                 add a little debug output
4153         * configure.in
4154         * src/plugins/demo/Makefile.am
4155                 better use of automake
4156
4157 2002-12-26 [christoph]  0.8.8claws3
4158
4159         * src/Makefile.am
4160         * src/common/Makefile.am
4161                 fix "make distdir"
4162
4163 2002-12-26 [christoph]  0.8.8claws2
4164
4165         * configure.in
4166                 sort configure checks into common / gtk / plugins
4167         * po/POTFILES.in
4168                 add src/prefs_gtk.c
4169         * src/Makefile.am
4170                 add plugins SUBDIR
4171         * src/main.c
4172         * src/common/sylpheed.[ch]
4173                 added now sylpheed_done function for shutdown
4174         * src/common/Makefile.am
4175         * src/common/plugin.[ch]                ** NEW **
4176                 plugin loader and unloader
4177         * src/plugins/.cvsignore                ** NEW **
4178         * src/plugins/Makefile.am               ** NEW **
4179                 build plugins
4180         * src/plugins/demo/.cvsignore           ** NEW **
4181         * src/plugins/demo/Makefile.am          ** NEW **
4182         * src/plugins/demo/demo.c               ** NEW **
4183                 small demo plugin that installs a logtext hook and
4184                 outputs the log text to stdout
4185
4186 2002-12-26 [paul]       0.8.8claws1
4187
4188         * po/es.po
4189                 updated by Ricardo Mones Lastra
4190
4191 2002-12-26 [paul]       0.8.8claws
4192
4193         * 0.8.8claws released
4194
4195 2002-12-26 [paul]       0.8.7claws12
4196
4197         * po/bg.po
4198                 updated by George Danchev
4199
4200 2002-12-26 [paul]       0.8.7claws11
4201
4202         * po/POTFILES.in
4203                 remove unneeded 'src/prefs.c' entry 
4204
4205 2002-12-26 [paul]       0.8.7claws10
4206
4207         * src/codeconv.c
4208           src/mainwindow.c
4209                 sync with 0.8.8 release
4210         
4211         * src/folder.[ch]
4212           src/mh.c
4213           src/summaryview.c
4214                 partial sync with 0.8.8 release
4215         
4216
4217 2002-12-25 [alfons]     0.8.7claws9
4218
4219         * src/matcher.[ch]
4220         * src/matcher_parser_lex.l
4221         * src/matcher_parser_parse.y
4222         * src/prefs_matcher.c
4223                 add locked flag to possible filtering / matcher 
4224                 conditions (also a good example what should be
4225                 done to add a simple boolean condition)
4226
4227 2002-12-25 [christoph]  0.8.7claws8
4228
4229         * src/Makefile.am
4230         * src/account.[ch]
4231         * src/addrbook.c
4232         * src/addressbook.c
4233         * src/addrindex.c
4234         * src/filtering.c
4235         * src/folder.c
4236         * src/matcher.c
4237         * src/prefs.[ch]                ** REMOVE **
4238         * src/prefs_account.c
4239         * src/prefs_actions.c
4240         * src/prefs_common.c
4241         * src/prefs_customheader.c
4242         * src/prefs_display_header.c
4243         * src/prefs_filtering.c
4244         * src/prefs_folder_item.c
4245         * src/prefs_gtk.[ch]            ** NEW **
4246         * src/prefs_matcher.c
4247         * src/prefs_scoring.c
4248         * src/prefs_summary_column.c
4249         * src/procmime.c
4250         * src/selective_download.c
4251         * src/toolbar.c
4252         * src/common/Makefile.am
4253         * src/common/prefs.[ch]         ** NEW **
4254                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
4255
4256 2002-12-24 [alfons]     0.8.7claws7
4257
4258         * src/summaryview.c
4259                 summary_thread_build(): fix real cause of the crash mentioned in
4260                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
4261                 this way we get meaningful ctree nodes 
4262
4263 2002-12-24 [oliver]     0.8.7claws6
4264
4265         * src/mainwindow.[ch]
4266         * src/messageview.[ch]
4267         * src/compose.[ch]
4268         * src/inc.c
4269         * src/summaryview.c
4270                 changes to use updated toolbar handling
4271                 
4272 2002-12-24 [oliver]     0.8.7claws5
4273
4274         * src/toolbar.[ch]
4275                 generic toolbar handling
4276                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
4277         * src/prefs_toolbar.[ch]
4278                 adjust to handling
4279         
4280 2002-12-24 [oliver]     0.8.7claws4
4281         
4282         * src/stock_pixmap.[ch]
4283                 move SYLPHEED_LOGO to end of list in order 
4284                 to remove it from Custom Toolbar`s Icon View
4285
4286 2002-12-24 [alfons]     0.8.7claws3
4287
4288         * src/summaryview.c
4289                 summary_thread_build(): fix crash because of focus != selection 
4290                 after threading. when deleting the selection, gtk tries but fails 
4291                 to find the correct focusable element. we now force the selection
4292                 to be focused. this should solve the infamous bug reported by 
4293                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
4294                 a test case is available. 
4295
4296 2002-12-24 [darko]      0.8.7claws2
4297
4298         * src/summaryview.c
4299                 don't crash when unmarking message with unread children
4300
4301 2002-12-23 [christoph]  0.8.7claws1
4302
4303         * src/Makefile.am
4304         * src/common/Makefile.am
4305                 update Makefiles for moved intl.h, version.h and defs.h
4306         * src/imap.c
4307                 rewrite imap_session_get to avoid duplicate code
4308
4309 2002-12-23 [paul]       0.8.7claws
4310
4311         * Santa-Claws released
4312         
4313         * po/hu.po
4314           po/ru.po
4315                 squeeze in updated Hungarian and Russian translations.
4316                 Submitted by  Gál Zoltán and Ruslan N. Balkin
4317
4318 2002-12-23 [paul]       0.8.6claws129
4319
4320         * po/pl.po
4321                 updated by Witold Wladyslaw Wojciech Wilk
4322
4323 2002-12-23 [paul]       0.8.6claws128
4324
4325         * src/quote_fmt_parse.y
4326                 fix typo and add licence header
4327
4328 2002-12-23 [paul]       0.8.6claws127
4329
4330         * po/en_GB.po
4331                 updated
4332
4333 2002-12-23 [paul]       0.8.6claws126
4334
4335         * po/it.po
4336                 updated translation, submitted by Alessandro Maestri
4337                 
4338 2002-12-23 [paul]       0.8.6claws125
4339
4340         * src/quote_fmt_parse.y
4341                 fix signature-stripping on replies bug. match
4342                 '-- \n' and not '-- '.
4343
4344 2002-12-22 [paul]       0.8.6claws124
4345
4346         * po/bg.po
4347           po/es.po
4348           po/sr.po
4349                 updated translations. submitted by George Danchev,
4350                 Ricardo Mones Lastra, and Urke MMI respectively
4351
4352 2002-12-21 [paul]       0.8.6claws123
4353
4354         * src/addrbook.c
4355                 fix coding style
4356
4357 2002-12-21 [paul]       0.8.6claws122
4358
4359         * src/addrbook.c
4360                 fix bug [643638] where if a person is in one or more
4361                 addressbook groups editing that person's email 
4362                 address results in removal from those groups.
4363                 Patch submitted by Luke Plant.
4364
4365 2002-12-20 [christoph]  0.8.6claws121
4366
4367         * src/common/utils.c
4368         * src/summaryview.c
4369                 reimplement expand_search_string using GString to
4370                 prevent crashs caused by miscalculated string
4371                 lengths reported by Paul
4372
4373 2002-12-20 [christoph]  0.8.6claws120
4374
4375         * src/summaryview.c
4376                 don't use "changed" to check if op_count has to be changed as it
4377                 is also set when the message has unread children
4378                 (closes bug [ 653221 ] crash while deleting duplicates)
4379
4380 2002-12-20 [paul]       0.8.6claws119
4381
4382         * sync with 0.8.6cvs27
4383                 see ChangeLog 2002-12-20
4384
4385 2002-12-20 [paul]       0.8.6claws118
4386
4387         * sync with 0.8.6cvs26
4388                 see ChangeLog 2002-12-19 and 2002-12-20
4389
4390 2002-12-19 [alfons]     0.8.6claws117
4391
4392         * src/textview.c
4393                 fix incorrect parsing of email addresses, submitted by 
4394                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
4395                 name display if it contains @".
4396
4397 2002-12-18 [paul]       0.8.6claws116
4398
4399         * sync with 0.8.6cvs23
4400                 see ChangeLog 2002-12-18
4401
4402 2002-12-18 [paul]       0.8.6claws115
4403
4404         * src/Makefile.am
4405         * src/account.c
4406         * src/codeconv.c
4407         * src/gtkutils.[ch]
4408         * src/imap.c
4409                 sync with 0.8.6cvs22.
4410                 see ChangeLog 2002-12-17 and 2002-12-18
4411
4412 2002-12-17 [christoph]  0.8.6claws114
4413
4414         * src/imap.c
4415                 o don't create a session if imap greeting fails
4416                 o don't close socket when authentication fails
4417                   this is done by imap_session_destroy
4418
4419 2002-12-17 [thorsten]   0.8.6claws113
4420
4421         * tools/Makefile.am
4422           tools/README
4423           tools/google_msgid.pl ** NEW FILE **
4424                 Added "search for message-id" script and doc
4425
4426 2002-12-17 [thorsten]   0.8.6claws112
4427
4428         * po/hu.po
4429                 Updated hungarian translation
4430                 (updated by Gal Zoltan)
4431
4432 2002-12-16 [christoph]  0.8.6claws111
4433
4434         * src/addr_compl.c
4435                 remove stupid addressbook dump to debug output
4436         * src/mh.c
4437                 fix memory leak found by Hiro
4438
4439 2002-12-14 [paul]       0.8.6claws110
4440
4441         * src/compose.c
4442                 fix menubar sensitivity on send
4443                 
4444         * src/prefs_filtering.c
4445         * src/prefs_matcher.c
4446         * src/prefs_scoring.c
4447                 Fix english ;)
4448                 
4449         * src/common/quoted-printable.h
4450                 sync: fix typo
4451         
4452 2002-12-13 [christoph]  0.8.6claws109
4453
4454         * src/Makefile.am
4455         * src/manage_window.[ch]        ** REMOVE **
4456         * src/gtk/Makefile.am
4457         * src/gtk/manage_window.[ch]    ** NEW **
4458                 move manage_window files to gtk directory
4459
4460 2002-12-13 [christoph]  0.8.6claws108
4461
4462         * src/Makefile.am
4463         * src/gtkshruler.[ch]           ** REMOVE **
4464         * src/gtk/Makefile.am
4465         * src/gtk/gtkshruler.[ch]       ** NEW **
4466                 move gtkshruler files to gtk directory
4467
4468 2002-12-13 [christoph]  0.8.6claws107
4469
4470         * src/Makefile.am
4471         * src/compose.c
4472         * src/gtkstext.[ch]             ** REMOVE **
4473         * src/gtkutils.[ch]
4474         * src/textview.c
4475         * src/gtk/gtkstext.[ch]         ** NEW **
4476         * src/gtk/Makefile.am
4477                 o move stext functions to gtkstext.c to remove
4478                   dependency of gtkutils
4479                 o move gtkstext files to gtk directory
4480
4481         * src/gtk/Makefile.am
4482         * src/gtk/sslcertwindow.[ch]
4483                 UI stuff can always depend on common code so
4484                 it's ok to add ../common to include path
4485
4486 2002-12-13 [colin]      0.8.6claws106
4487
4488         * src/summaryview.c
4489                 Disconnect sighandlers for mainwindow when
4490                 quicksearch has the focus
4491                 Fix bug #653231
4492         * src/mainwindow.[ch]
4493                 Make key_pressed callback public, to be able
4494                 to disconnect it
4495
4496 2002-12-13 [christoph]  0.8.6claws105
4497
4498         * src/mh.c
4499                 create .mh_sequences file in new MH folders
4500                 (closes feature request [ 523162 ] MH folders should
4501                  get a .mh_sequences)
4502
4503 2002-12-13 [colin]      0.8.6claws104
4504
4505         * src/summaryview.c
4506                 Better handling of quicksearch show/hide
4507                 (basically the button stays under the mouse 
4508                  when toggled)
4509
4510 2002-12-13 [paul]       0.8.6claws103
4511
4512         * sync with 0.8.6cvs17
4513                 see ChangeLog 2002-12-13
4514
4515 2002-12-13 [paul]       0.8.6claws102
4516
4517         * po/es.po
4518                 updated by Ricardo Mones Lastra
4519
4520 2002-12-11 [colin]       0.8.6claws101
4521
4522         * src/folder.c
4523                 remove statusbar stuff
4524           src/folderview.c
4525                 set statusbar verbosity when moving folders
4526
4527 2002-12-11 [colin]       0.8.6claws100
4528         * src/prefs_filtering.c
4529         * src/prefs_matcher.c
4530         * src/prefs_scoring.c
4531                 Fix english ;)
4532
4533 2002-12-11 [colin]       0.8.6claws99
4534
4535         * src/prefs_common.[ch]
4536                 Add summary_quicksearch_type
4537         * src/summaryview.c
4538                 Save last used quicksearch type
4539
4540 2002-12-11 [jens]       0.8.6claws98
4541         * src/prefs_filtering.c
4542         * src/prefs_matcher.c
4543         * src/prefs_scoring.c
4544                 added dialog for incomplete rules in scoring, filtering and
4545                 matcher to ask wheather really close
4546
4547 2002-12-11 [colin]      0.8.6claws97
4548
4549         * src/folder.c
4550                 Fix folder dnd statusbar logging
4551
4552 2002-12-10 [christoph]  0.8.6claws96
4553
4554         * src/compose.c
4555         * src/folder.c
4556         * src/imap.c
4557         * src/inc.c
4558         * src/main.c
4559         * src/mainwindow.c
4560         * src/news.c
4561         * src/send.c
4562         * src/statusbar.[ch]
4563         * src/common/hooks.c
4564         * src/common/log.[ch]
4565                 o handle verbose logging in statusbar directly in statusbar code
4566                   and common code does not need any knowledge about a statusbar
4567                 o remove direct calls to statusbar_(puts|pop)_all functions
4568
4569 2002-12-10 [jens]       0.8.6claws95
4570
4571         * src/*.c
4572                 removed gettext from g_warnings
4573         * po/POTFILES.in
4574                 cleaned and updated
4575         * po/de.po
4576                 updated
4577
4578 2002-12-10 [colin]      0.8.6claws94
4579
4580         * src/main.c
4581                 finish crash dialog fix
4582
4583 2002-12-10 [colin]      0.8.6claws93
4584
4585         * src/main.c
4586                 "Fix" "sylpheed already running" instead of
4587                 crash dialog appearing after a crash
4588
4589 2002-12-10 [colin]      0.8.6claws92
4590
4591         * po/POTFILES.in
4592                 add src/gtk/sslcertwindow.c
4593
4594 2002-12-10 [paul]       0.8.6claws91
4595
4596         * po/POTFILES.in
4597                 updated to reflect recent changes
4598                 submitted by Alessandro Maestri
4599
4600 2002-12-09 [christoph]  0.8.6claws90
4601
4602         * src/Makefile.am
4603         * src/smtp.[ch]                 ** REMOVE **
4604         * src/common/Makefile.am
4605         * src/common/smtp.[ch]          ** NEW **
4606                 move smtp files to common directory
4607
4608 2002-12-09 [christoph]  0.8.6claws89
4609
4610         * src/Makefile.am
4611         * src/session.[ch]              ** REMOVE **
4612         * src/common/Makefile.am
4613         * src/common/session.[ch]       ** NEW **
4614                 move session files to common directory
4615
4616 2002-12-09 [paul]       0.8.6claws88
4617
4618         * src/account.c
4619                 fix bug [649746] edit accounts: move account reverted
4620                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
4621
4622 2002-12-09 [colin]      0.8.6claws87
4623
4624         * src/ssl_certificate.c
4625                 cleanup
4626
4627 2002-12-09 [colin]      0.8.6claws86
4628
4629         * src/ssl.c
4630                 Try to open the cert.pem database and 
4631                 issue a warning if it isn't there
4632
4633 2002-12-09 [colin]      0.8.6claws85
4634
4635         * src/common/ssl_certificate.c
4636         * src/gtk/sslcertwindow.c
4637                 Warning fixes
4638
4639 2002-12-09 [colin]      0.8.6claws84
4640
4641         * src/ssl_certificate.[ch] ** REMOVED **
4642         * src/common/ssl_certificate.[ch] ** NEW **
4643         * src/Makefile.am
4644         * src/common/Makefile.am
4645                 Moved ssl_certificate.[ch] to common
4646         * src/common/ssl.c 
4647                 Put back needed include
4648         * src/gtk/sslcertwindow.[ch]
4649                 Changed ssl_certificate.h include
4650         
4651 2002-12-09 [colin]      0.8.6claws83
4652
4653         * src/gtk/sslcertwindow.[ch]
4654                 Implement hook for certificate acception
4655         * src/ssl_certificate.[ch]
4656                 Implement hook for certificate acception
4657         * src/common/ssl.c
4658                 Reenable certificate acception check
4659         * src/mainwindow.c
4660                 Register sslcertwindow's hook
4661         
4662 2002-12-08 [christoph]  0.8.6claws82
4663
4664         * src/about.c
4665         * src/addr_compl.c
4666         * src/codeconv.c
4667         * src/manual.c
4668         * src/undo.c
4669         * src/common/utils.c
4670                 o add missing includes
4671                 o fix warnings
4672         * src/.cvsignore
4673         * src/common/.cvsignore
4674         * src/common/version.h          ** REMOVE **
4675                 remove autogenerated file
4676
4677 2002-12-08 [paul]       0.8.6claws81
4678
4679         * src/stringtable.c
4680                 put back needed include
4681
4682 2002-12-08 [colin]      0.8.6claws80
4683         
4684         * src/gtk/sslcertwindow.c
4685                 Cleaner popups when asking
4686         * src/ssl_certificate.c
4687         * src/prefs_common.[ch]
4688                 remove ssl certificate pref
4689                 put back needed include
4690         * src/undo.c
4691                 put back needed include
4692
4693 2002-12-08 [christoph]  0.8.6claws79
4694
4695         * src/folderview.c
4696         * src/logwindow.c
4697         * src/statusbar.c
4698         * src/summaryview.c
4699                 only abort hook invokation if required data is missing not
4700                 if our own data pointer is NULL, update hookfunction for
4701                 log window
4702
4703 2002-12-08 [paul]       0.8.6claws78
4704
4705         * src/about.c
4706         * src/addrcache.c
4707         * src/addrclip.c
4708         * src/addr_compl.c
4709         * src/addrselect.c
4710         * src/codeconv.c
4711         * src/colorlabel.c
4712         * src/enriched.c
4713         * src/esmtp.c
4714         * src/exporthtml.c
4715         * src/headerview.c
4716         * src/imageview.c
4717         * src/manual.c
4718         * src/noticeview.c
4719         * src/pgptext.c
4720         * src/scoring.c
4721         * src/sourcewindow.c
4722         * src/stringtable.c
4723         * src/undo.c
4724                 clean up: remove unneccesary includes
4725
4726 2002-12-08 [christoph]  0.8.6claws77
4727
4728         * src/folderview.c
4729         * src/statusbar.c
4730         * src/summaryview.c
4731         * src/common/hooks.[ch]
4732                 hook functions now have a gboolean return value, if a hook
4733                 returns TRUE it will stop executing of any more hooks in
4734                 the same hooklist for this invokation
4735
4736 2002-12-08 [colin]      0.8.6claws76
4737         
4738         * src/main.c
4739                 put back argv0 for CRASH_DIALOG
4740
4741 2002-12-08 [christoph]  0.8.6claws75
4742
4743         * src/Makefile.am
4744         * src/about.c
4745         * src/account.c
4746         * src/crash.c
4747         * src/esmtp.h
4748         * src/imap.[ch]
4749         * src/inc.c
4750         * src/main.c
4751         * src/mainwindow.c
4752         * src/news.c
4753         * src/pop.[ch]
4754         * src/prefs_account.[ch]
4755         * src/prefs_common.[ch]
4756         * src/send.[ch]
4757         * src/smtp.[ch]
4758         * src/ssl_certificate.[ch]
4759         * src/ssl_manager.[ch]
4760         * src/common/Makefile.am
4761         * src/common/log.c
4762         * src/common/nntp.[ch]
4763         * src/common/socket.[ch]
4764         * src/common/ssl.[ch]
4765         * src/gtk/sslcertwindow.[ch]
4766         * ac/openssl.m4
4767                 use new autoconf script to detect OpenSSL with extra parameters
4768                 to specify the location of libs and includes, also remove USE_SSL
4769                 to USE_OPENSSL
4770
4771         * src/common/sylpheed.[ch]
4772         * src/common/version.h.in
4773                 start seperation of common code initialization seperated from gui
4774
4775         * src/summaryview.c
4776                 The function that is called when a color label changes
4777                 should not change the color lable again
4778
4779 2002-12-08 [colin]      0.8.6claws74
4780
4781         * src/gtk/sslcertwindow.c
4782                 warning fixes
4783
4784 2002-12-08 [colin]      0.8.6claws73
4785
4786         * src/statusbar.c
4787           src/common/log.h
4788                 Register a hook for statusbar_puts_all
4789         * src/common/log.c
4790                 invoke statusbar_puts_all's hook
4791         
4792 2002-12-08 [colin]      0.8.6claws72
4793
4794         * src/ssl_certificate.c
4795                 Put back a badly-removed include
4796
4797 2002-12-08 [colin]      0.8.6claws71
4798
4799         * src/gtk/sslcertwindow.[ch]    ** NEW **
4800                 new certificate presentation
4801         * src/gtk/Makefile.am
4802                 add new files
4803         * src/ssl_certificate.[ch]
4804                 gtk cleanup, made utility functions public
4805         * src/ssl_manager.c
4806                 use new cert presentation
4807
4808 2002-12-07 [christoph]  0.8.6claws70
4809
4810         * src/Makefile.am
4811         * src/nntp.[ch]                 ** REMOVE **
4812         * src/common/Makefile.am
4813         * src/common/nntp.[ch]          ** NEW **
4814                 move nntp files to common directory
4815
4816 2002-12-07 [christoph]  0.8.6claws69
4817
4818         * src/procmsg.[ch]
4819         * src/summaryview.c
4820                 implement msginfo update callback using sylpheed's new
4821                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
4822
4823 2002-12-06 [christoph]  0.8.6claws68
4824
4825         * src/editgroup.c
4826                 This patch changes the 'Edit Group Details' dialog to
4827                 allow extended selections in either pane, so that
4828                 addresses can be added or removed from a group more
4829                 quickly and easily. (it actually is a net decrease in
4830                 file size, as some unnecessary functions have been
4831                 removed). 
4832                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
4833
4834 2002-12-06 [christoph]  0.8.6claws67
4835
4836         * src/Makefile.am
4837         * src/template.[ch]             ** REMOVE **
4838         * src/common/Makefile.am
4839         * src/common/template.[ch]      ** NEW **
4840                 move template files to common directory
4841
4842         * src/nntp.c
4843                 add missing log.h include
4844
4845 2002-12-06 [melvin]     0.8.6claws66
4846
4847         * src/prefs_actions.c
4848                 Added the trailing ">" syntax to insert command's output
4849                 without replacing old text (in contrast to trailing "|").
4850
4851 2002-12-05 [colin]      0.8.6claws65
4852         
4853         * src/common/utils.c
4854                 Don't modify original search_string or it'll change
4855                 the next iterations in the for()
4856
4857 2002-12-05 [darko]      0.8.6claws64
4858
4859         * src/common/utils.c
4860                 proper check for filtering commands, found by Colin
4861
4862 2002-12-05 [darko]      0.8.6claws63
4863
4864         * src/common/utils.c
4865                 check proper string for NULL pointer, found by Colin
4866
4867 2002-12-05 [darko]      0.8.6claws62
4868
4869         * src/common/utils.[ch]
4870                 expand_search_string(): new function
4871                 converts Mutt-like patterns to Sylpheed's
4872                 filtering engine
4873         * src/summaryview.c
4874                 use expand_search_string() to allow Mutt-like
4875                 patterns in extended search
4876         * README.claws
4877                 document extended option in quick search
4878
4879 2002-12-05 [paul]       0.8.6claws61
4880
4881         * sync with 0.8.6cvs16
4882                 see ChangeLog 2002-12-05
4883                 
4884         * po/POTFILES.in
4885                 clean up
4886
4887 2002-12-04 [christoph]  0.8.6claws60
4888
4889         * src/imap.[ch]
4890                 put imap authentication code into a new function and
4891                 remove it from imap_session_new that will allow to
4892                 send other commands before authentication
4893
4894 2002-12-04 [christoph]  0.8.6claws59
4895
4896         * src/imap.[ch]
4897                 use already existing method to prevent unneeded IMAP
4898                 folder selects. Set imap_select parameters to NULL
4899                 in some functions if the values are not required.
4900
4901         * src/xml.h
4902                 remove no longer required include
4903
4904 2002-12-04 [paul]       0.8.6claws58
4905
4906         * po/es.po
4907                 updated by Ricardo Mones Lastra
4908                 
4909         * configure.in
4910           po/hu.po      ** NEW FILE **
4911                 initial Hungarian translation, submitted
4912                 by Gál Zoltán <galzoli@hu.inter.net>
4913
4914 2002-12-03 [christoph]  0.8.6claws57
4915
4916         * src/Makefile.am
4917         * src/gtksctree.[ch]            ** REMOVE **
4918         * src/gtk/Makefile.am
4919         * src/gtk/gtksctree.[ch]        ** NEW **
4920                 move gtksctree files to gtk directory
4921
4922 2002-12-03 [christoph]  0.8.6claws56
4923
4924         * src/Makefile.am
4925         * src/md5.[ch]                  ** REMOVE **
4926         * srm/common/Makefile.am
4927         * src/common/md5.[ch]           ** NEW **
4928                 move md5 files to common directory
4929
4930         * src/gtkstext.c
4931                 remove not required #include
4932
4933 2002-12-03 [sergey]     0.8.6claws55
4934
4935         * src/gtkutils.c
4936         * src/gtkutils.h
4937                 gtkut_window_popup(): new function.
4938         * src/mainwindow.c
4939                 main_window_popup(): use gtkut_window_popup() to raise
4940                 window without changing its position.
4941                 (see sylpheed-main ML message [sylpheed:17247])
4942
4943 2002-12-03 [sergey]     0.8.6claws54
4944
4945         * src/send.c
4946                 send_message_local(): removed first-dot escaping
4947                 (SMTP-only, not needed for sending through pipe)
4948
4949 2002-12-03 [paul]       0.8.6claws53
4950
4951         * po/POTFILES.in
4952                 update to reflect recent changes (thanks
4953                 to Ricardo Mones Lastra)
4954                 
4955         * tools/filter_conv.pl
4956                  fix problem with quoted strings. Patch submitted
4957                  by Luke Plant <lukeplant@softhome.net>
4958
4959 2002-12-03 [paul]       0.8.6claws52
4960
4961         * sync with 0.8.6cvs15
4962                 see ChangeLog 2002-12-03
4963
4964 2002-12-02 [christoph]  0.8.6claws51
4965
4966         * src/logwindow.[ch]
4967         * src/common/log.[ch]
4968                 implement logging using a hook function
4969
4970         * src/folderview.c
4971         * src/folder.[ch]
4972                 define hooklist name in header file to avoid
4973                 errors caused by wrong spelling of hooklist names
4974
4975         * src/toolbar.c
4976                 fix warnings
4977
4978 2002-12-02 [christoph]  0.8.6claws50
4979
4980         * src/common/Makefile.am
4981                 add src/common/hooks.[ch]
4982
4983         * src/common/hooks.[ch]
4984                 implement a simple hook system using glib's hook functions
4985
4986         * src/folder.[ch]
4987         * src/folderview.c
4988                 use new hook system for folder item updates
4989
4990 2002-12-02 [christoph]  0.8.6claws49
4991
4992         * doc-src/ui_seperation.txt     ** NEW **
4993                 information for ui seperation
4994
4995         * src/Makefile.am
4996                 remove files that were moved to common
4997                 include common directory by default for the header files
4998
4999         * src/inc.c
5000         * src/common/socket.c
5001         * src/automaton.[ch]
5002                 implement automaton using g_io_*-functions instead of
5003                 gdk_input_add to make it ui independent
5004
5005         * src/codeconv.c
5006         * src/compose.c
5007         * src/ldif.c
5008         * src/pgptext.c
5009         * src/procmime.c
5010         * src/rfc2015.c
5011         * src/smtp.c
5012         * src/unmime.c
5013                 remove common/ prefix because directory is now in
5014                 include path
5015
5016         * src/compose.c
5017         * src/folder.c
5018         * src/folderview.c
5019         * src/mainwindow.c
5020         * src/messageview.c
5021         * src/prefs_common.c
5022         * src/procmsg.c
5023         * src/rfc2015.c
5024                 fix warnings
5025
5026         * src/imap.c
5027         * src/inc.c
5028         * src/news.c
5029         * src/pop.c
5030         * src/send.c
5031         * src/smtp.c
5032         * src/ssl_certificate.c
5033                 add log.h header file for logging functions
5034
5035         * src/main.c
5036         * src/common/utils.c
5037         * src/summaryview.c
5038         * src/xml.c
5039                 o move debug_mode to common/utils.c
5040                 o add functions to set and get debug_mode
5041
5042         * src/defs.h                    ** REMOVE **
5043         * src/intl.h                    ** REMOVE **
5044         * src/socket.[ch]               ** REMOVE **
5045         * src/ssl.[ch]                  ** REMOVE **
5046         * src/utils.[ch]                ** REMOVE **
5047                 replaced by new files in src/common/
5048         
5049         * src/common/Makefile.am
5050                 add new files in src/common/
5051
5052         * src/common/defs.h             ** NEW **
5053         * src/common/intl.h             ** NEW **
5054         * src/common/log.[ch]           ** NEW **
5055         * src/common/socket.[ch]        ** NEW **
5056         * src/common/ssl.[ch]           ** NEW **
5057         * src/common/utils.[ch]         ** NEW **
5058                 replacement for files in src/
5059
5060 2002-12-02 [colin]      0.8.6claws48
5061
5062         * src/folderview.c
5063                 Scroll folderview if necessary during dnd
5064
5065 2002-12-02 [colin]      0.8.6claws47
5066
5067         * src/folder.[ch]
5068                 Add check to verify a move is within a single mailbox
5069         * src/folderview.c
5070                 Add specific error string for this check
5071
5072 2002-12-02 [colin]      0.8.6claws46
5073
5074         * src/folder.c
5075                 Add a test to folder moving, remove a statusbar_print
5076         * src/folderview.c
5077                 Add Move folder... context-menu item
5078                 Factorize folder moving code
5079                 Enable folder DND for mbox
5080
5081 2002-12-01 [christoph]  0.8.6claws45
5082
5083         * ac/aspell.m4
5084                 remove conf.aspelltest if the version check fails
5085
5086 2002-11-30 [christoph]  0.8.6claws44
5087
5088         * autogen.sh
5089                 run libtoolize --force in autogen to create missing
5090                 libtool scripts
5091
5092 2002-11-30 [christoph]  0.8.6claws43
5093
5094         * src/Makefile.am
5095         * src/pgptext.c
5096         * src/procmime.c
5097         * src/rfc2015.c
5098         * src/uuencode.[ch]             ** REMOVED **
5099         * src/common/Makefile.am
5100         * src/common/uuencode.[ch]      ** NEW **
5101                 move uuen/decoder to common directory
5102
5103 2002-11-30 [christoph]  0.8.6claws42
5104
5105         * src/Makefile.am
5106         * src/base64.[ch]               ** REMOVED **
5107         * src/codeconv.c
5108         * src/compose.c
5109         * src/ldif.c
5110         * src/pgptext.c
5111         * src/procmime.c
5112         * src/rfc2015.c
5113         * src/smtp.c
5114         * src/unmime.c
5115         * src/common/Makefile.am
5116         * src/common/base64.[ch]        ** NEW **
5117                 move base64 en/decoder to common directory
5118
5119 2002-11-30 [christoph]  0.8.6claws41
5120
5121         * src/common                    ** NEW **
5122                 new directory for UI independent code
5123         * src/gtk                       ** NEW **
5124                 new directory for GTK frontend
5125         * src/common/.cvsignore         ** NEW **
5126         * src/gtk/.cvsignore            ** NEW **
5127                 ignore build files
5128         * src/common/Makefile.am        ** NEW **
5129         * src/gtk/Makefile.am           ** NEW **
5130                 automake files to build new seperated stuff
5131         * src/Makefile.am
5132                 the binary will currently still be build with the
5133                 files in src, so we include the code from the
5134                 subdirs for now after building the libs there
5135
5136 2002-11-30 [paul]       0.8.6claws40
5137
5138         * src/compose.c
5139                 fix bug [642731] 'Wrong selected account with drafted mail'
5140
5141 2002-11-29 [oliver]     0.8.6claws39
5142         
5143         * src/messageview.c
5144                 o update summaryview when switching between different
5145                   messageviews          
5146         * src/toolbar.c  
5147                 o check if messageview holds already removed msg
5148                   from summaryview
5149                 
5150
5151 2002-11-29 [oliver]     0.8.6claws38
5152
5153         * src/toolbar.c 
5154                 remove not needed variables and includes
5155                 make messageview stay opened and move to next when msgs are deleted 
5156
5157 2002-11-29 [oliver]     0.8.6claws37
5158         
5159         * src/toolbar.c 
5160                 disable compose button (messageview toolbar) by default
5161                 deleted msgs are moved to trash
5162         
5163 2002-11-29 [melvin]     0.8.6claws36
5164
5165         * configure.in
5166                 Increased minimal gpgme version to 0.3.10 (Zombies out)
5167                 and to detect signatures expirations (gpgme 0.3.6)
5168
5169         * src/main.c
5170                 Use non obsolescent function for Gpgme engine checking.
5171
5172         * src/rfc2015.c
5173                 Inform about expired signatures or signatures which key
5174                 has expired. Expiration date is displayed.
5175
5176         * src/sigstatus.c
5177                 Inform about expired signatures or signatures which key
5178                 has expired.
5179
5180 2002-11-28 [paul]       0.8.6claws35
5181
5182         * src/folderview.c
5183                 re-instate 'Check for new messages' in Newsgroup
5184                 folders right-click menu, after a suggestion from
5185                 Tim Mann <timmann@users.sourceforge.net>
5186
5187         * src/main.c
5188                 after a crash check only local folders for new
5189                 messages
5190
5191 2002-11-28 [paul]       0.8.6claws34
5192
5193         * configure.in
5194                 apply patch that fixes the checking of GTK with XIM 
5195                 support on different OSs, such as FreeBSD. Patch 
5196                 submitted by Topia <topia@users.sourceforge.net>
5197                 
5198 2002-11-28 [paul]       0.8.6claws33
5199
5200         * src/mainwindow.c
5201           src/prefs_common.c
5202           src/prefs_toolbar.c
5203                 more changes to the English
5204
5205 2002-11-28 [paul]       0.8.6claws32
5206
5207         * sync with 0.8.6cvs13
5208                 see ChangeLog 2002-11-28 (no sync needed
5209                 for src/compose.c)
5210
5211 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
5212         
5213         * src/mainwindow.[ch]
5214                 add patch by Ivan F. Martinez introducing messageview Toolbar
5215                 some changes and committed by oliver    
5216
5217 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
5218
5219         * src/messageview.[ch]
5220                 add patch by Ivan F. Martinez introducing messageview Toolbar
5221                 some changes and committed by oliver    
5222
5223 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
5224
5225         * src/compose.[ch]
5226                 add patch by Ivan F. Martinez introducing messageview Toolbar
5227                 some changes and committed by oliver    
5228
5229 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
5230         
5231         * src/toolbar.[ch]
5232                 add patch by Ivan F. Martinez introducing messageview Toolbar
5233                 some changes and committed by oliver
5234
5235 2002-11-28 [oliver]     0.8.6claws27
5236         
5237         * src/prefs_toolbar.[ch]
5238                 getting ready for messageview toolbar
5239                 free mem allocated by gettext
5240                 change prefs_toolbar to prefs_toolbar_open
5241  
5242 2002-11-28 [thorsten]   0.8.6claws26
5243
5244         * src/imageview.[ch]
5245                 cleaned up conflicting declarations of
5246                 imageview_show_image()
5247
5248 2002-11-28 [paul]       0.8.6claws25
5249
5250         * src/grouplistdialog.c
5251           src/prefs_common.c
5252           src/prefs_summary_column.c
5253                 a few more improvements to the English
5254
5255 2002-11-28 [colin]      0.8.6claws24
5256
5257         * man/sylpheed.1
5258                 A few updates to command-line parameters
5259
5260 2002-11-28 [colin]      0.8.6claws23
5261
5262         * src/prefs_filtering.c
5263                 Fix problems with prefs_filtering_delete_path:
5264                 a) if the first rule is removed, original pointers
5265                    weren't updated (leading to segfaults)
5266                 b) it was always global_processing updated in case
5267                    of removed path was parent of rule path
5268
5269 2002-11-27 [paul]       0.8.6claws22
5270
5271         * src/mainwindow.c
5272           src/prefs_account.c
5273           src/prefs_actions.c
5274           src/prefs_common.c
5275           src/prefs_customheader.c
5276           src/prefs_display_header.c
5277           src/prefs_filtering.c
5278           src/prefs_folder_item.c
5279           src/prefs_matcher.c
5280           src/prefs_scoring.c
5281           src/prefs_summary_column.c
5282           src/prefs_template.c
5283           src/prefs_toolbar.c
5284                  improve the English in the GUI
5285
5286 2002-11-27 [colin]      0.8.6claws21
5287
5288         * src/folder.c
5289                 Fix processing renaming problems happening after
5290                 last commit
5291
5292 2002-11-27 [colin]      0.8.6claws20
5293
5294         * src/folder.c
5295                 recursive move now deletes src each subfolder after 
5296                 having moved it
5297         * src/folderview.c
5298                 Use identifier instead of path during dnd (enables
5299                 IMAP folder dnd)
5300
5301 2002-11-27 [paul]       0.8.6claws19
5302
5303         * src/main.c
5304                 apply patch that does command-line processing 
5305                 BEFORE gtk_init, allowing claws to run from 
5306                 shell-scripts in non-X environment (e.g. crontab 
5307                 or ip-up, ip-down scripts). Patch submitted by
5308                 Ruslan N. Balkin <baron@dartel.ru>
5309                 
5310         * po/it.po
5311                 updated by Alessandro Maestri
5312
5313 2002-11-27 [paul]       0.8.6claws18
5314
5315         * sync with 0.8.6cvs12
5316           src/prefs_common.c
5317                 Differences are that main uses a 'Receive dialog'
5318                 frame on the Interface tab, whereas claws groups all 
5319                 the dialogs together in a 'Dialogs' frame.
5320
5321 2002-11-27 [colin]      0.8.6claws17
5322
5323         * src/prefs_matcher.c
5324                 Fix Execute criteria's NOT flag
5325
5326
5327 2002-11-26 [christoph]  0.8.6claws16
5328
5329         * src/ssl.c
5330                 rewrite the ssl code a little bit, only use one
5331                 SSL context, set default certificates' file/path
5332
5333 2002-11-26 [thorsten]   0.8.6claws15
5334
5335         * src/compose.c
5336                 default-reply-to didn't work for ml-reply
5337
5338 2002-11-26 [melvin]     0.8.6claws14
5339
5340         * src/prefs_actions.c
5341                 Made pipe-actions ignore short headers in message view
5342                 Made trailing-pipe-actions write in the message view with
5343                 the same font as the original message
5344
5345 2002-11-26 [paul]       0.8.6claws13
5346
5347         * src/compose.c
5348                 this time commit the correct file
5349
5350 2002-11-26 [paul]       0.8.6claws12
5351
5352         * sync with 0.8.6cvs11
5353           src/quote_fmt_parse.y  
5354                 no sync needed
5355           src/account.[ch]       
5356                 not sync'ed
5357           src/compose.c
5358                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
5359                 on draft mode.
5360                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
5361                 header
5362                 
5363         see ChangeLog 2002-11-25 and 2002-11-26
5364
5365 2002-11-26 [colin]      0.8.6claws11
5366
5367         * src/folderview.c
5368                 Fix collapsed folder not auto-expanding during
5369                 mail dnd, if it was the source folder.
5370
5371 2002-11-25 [colin]      0.8.6claws10
5372
5373         * src/folderview.[ch]
5374                 Variable renaming and cleaning (slist of nodes 
5375                 to be re-collapsed is stored in FolderView)
5376
5377 2002-11-25 [paul]       0.8.6claws9
5378
5379         * src/prefs_common.[ch]
5380                 fix breakage caused by last commit
5381
5382 2002-11-25 [paul]       0.8.6claws8
5383
5384         * sync with 0.8.6cvs4
5385                 see ChangeLog 2002-11-21
5386
5387 2002-11-25 [paul]       0.8.6claws7
5388
5389         * sync with 0.8.6cvs4
5390                 see ChangeLog 2002-11-20
5391
5392 2002-11-25 [paul]       0.8.6claws6
5393
5394         * sync with 0.8.6cvs3
5395                 see ChangeLog 2002-11-18
5396
5397 2002-11-25 [colin]      0.8.6claws5
5398
5399         * src/gtkutils.[ch]
5400                 Add gtkut_ctree_node_is_parent()
5401         * src/folderview.c
5402                 Spring-loaded folders
5403
5404 2002-11-25 [colin]      0.8.6claws4
5405
5406         * src/utils.[ch]
5407                 Add slist_concat_unique(), function to merge
5408                 two GSList filtering dups
5409         * src/folder.[ch]
5410         * src/summaryview.[ch]
5411         * src/folderview.c
5412         * src/main.c
5413                 Add detection/update/display of unread answers
5414                 to marked mails
5415         * src/procmsg.[ch]
5416                 Add procmsg_find_children()
5417                 Add procmsg_msg_has_marked_parent()
5418
5419 2002-11-25 [colin]      0.8.6claws3
5420
5421         * src/ssl_certificate.[ch]
5422                 Allow checking a certificate without a DNS
5423                 lookup
5424                 Allow to forget a cert (by deleting it)
5425                 Make ssl_certificate_destroy_public
5426         * src/ssl_manager.[ch] ** NEW FILES **
5427                 Gui to manage (display/remove) certificates
5428         * src/prefs_common.[ch]
5429                 Add a pref to allow silent acceptation of
5430                 trusted certificates or not (based on the
5431                 "I want to know what's going on" principle)
5432         * src/mainwindow.c
5433                 Add SSL manager in Tools menu
5434         * src/Makefile.am
5435                 Add the new files to the build
5436         * po/POTFILES.in
5437                 Add ssl_manager.c to translations
5438
5439 2002-11-25 [colin]      0.8.6claws2
5440
5441         * src/summaryview.[ch]
5442                 Add S_SEARCH_EXTENDED to the quick search, which 
5443                 allows to search using filtering syntax.
5444
5445 2002-11-25 [colin]      0.8.6claws1
5446
5447         * src/summaryview.c
5448                 Deletion of duplicates now prefer deleting
5449                 the unread dup (fixes feature-request 638989).
5450
5451 2002-11-24 [paul]       0.8.6claws
5452
5453         * po/es.po
5454           po/pl.po
5455           po/ru.po
5456           po/sr.po
5457                 updated by Ricardo Mones Lastra,
5458                 Witold Wladyslaw Wojciech Wilk,
5459                 Ruslan N. Balkin, and  Urke MMI 
5460                 respectively
5461
5462 2002-11-24 [paul]       0.8.5claws182
5463
5464         * po/bg.po
5465                 updated by George Danchev
5466
5467 2002-11-23 [alfons]     0.8.5claws181
5468
5469         * src/imap.c
5470                 tiny memory leak found by browsing Dimitar's 
5471                 valgrind report
5472
5473 2002-11-23 [paul]       0.8.5claws180
5474
5475         * po/it.po
5476                 updated by Alessandro Maestri
5477
5478 2002-11-22 [christoph]  0.8.5claws179
5479
5480         * src/compose.c
5481         * src/inc.c
5482         * src/prefs_filtering.c
5483         * src/summaryview.c
5484                 more warning fixes
5485
5486 2002-11-22 [alfons]     0.8.5claws178
5487
5488         * src/summaryview.c
5489                 summary_execute_delete_func(): if message is deleted, make 
5490                 sure to also remove its entry in the subject hash table. 
5491                 fixes a corner case bug.
5492
5493 2002-11-22 [paul]       0.8.5claws177
5494
5495         * .cvsignore
5496                 add 'autom4te.cache'
5497                 
5498         * ltconfig      ** REMOVED **
5499                 not needed
5500
5501 2002-11-22 [paul]       0.8.5claws176
5502
5503         * src/textview.c
5504                 textview_set_font(): fix for message display in
5505                 UTF-8 locales (thanks to Sergey Vlasov).
5506                 
5507         * AUTHORS
5508                 add new team members and contributors
5509
5510
5511 2002-11-21 [colin]      0.8.5claws175
5512
5513         * src/procmsg.[ch]
5514                 Add procmsg_remove_special_headers()
5515         * src/mh.c
5516                 Use procmsg_remove_special_headers() for 
5517                 previous fix
5518
5519 2002-11-21 [colin]      0.8.5claws174
5520
5521         * src/mh.c
5522                 Fix moving/copying from queue/draft folders
5523                 for MH folders
5524
5525 2002-11-21 [christoph]  0.8.5claws173
5526
5527         * src/crash.c
5528         * src/filtering.c
5529         * src/logwindow.c
5530         * src/main.c
5531         * src/matcher_parser_lex.[hl]
5532         * src/mbox.c
5533         * src/mbox_folder.[ch]
5534         * src/prefs_filtering.c
5535         * src/procheader.c
5536         * src/quote_fmt_lex.l
5537         * src/ssl.c
5538                 fix all warnings except the warnings in lex and yacc files
5539
5540 2002-11-20 [christoph]  0.8.5claws172
5541
5542         * src/imap.c
5543                 fix MsgInfo retrieval for IMAP draft and queue folders
5544                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
5545
5546 2002-11-19 [christoph]  0.8.5claws171
5547
5548         * src/compose.c
5549                 fix segfault, when draft saving does not get
5550                 the MsgInfo of the new message
5551                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
5552
5553 2002-11-19 [christoph]  0.8.5claws170
5554
5555         * src/procmsg.c
5556                 add parameter check for flag setting function
5557                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
5558
5559 2002-11-18 [paul]       0.8.5claws169
5560
5561         * src/compose.c
5562                 more sensitivity fixes to redirect mode:
5563                 * disable toolbar draft button
5564                 * allow only Address book in the Tools menu
5565                 * disable editing of message by the spell
5566                   checker
5567
5568 2002-11-18 [paul]       0.8.5claws168
5569
5570         * src/compose.c
5571                 fix sensitivity of menu items in compose_redirect():
5572                 allow only the necessary items 
5573
5574 2002-11-18 [paul]       0.8.5claws167
5575
5576         * src/compose.c
5577                 fix bug [ 603259 ] 'attachment got lost on bounce'
5578
5579 2002-11-18 [paul]       0.8.5claws166
5580
5581         * po/ru.po
5582                 updated by Ruslan N. Balkin <baron@dartel.ru>
5583
5584 2002-11-18 [colin]      0.8.5claws165
5585
5586         * src/main.c
5587           src/defs.h
5588                 Remove old filtering stuff
5589
5590
5591 2002-11-17 [oliver]     0.8.5claws164
5592
5593         * src/toolbar.h
5594                 remove not needed typedef 
5595
5596 2002-11-17 [oliver]     0.8.5claws163
5597
5598         * src/toolbar.c
5599                 make toolbar's on click events translatable
5600
5601 2002-11-15 [colin]      0.8.5claws162
5602
5603         * src/summaryview.c
5604                 Revert too-soon integration of a feature
5605
5606 2002-11-15 [christoph]  0.8.5claws161
5607
5608         * src/imap.c
5609                 use main's implementation of imap_get_msginfo
5610
5611 2002-11-15 [christoph]  0.8.5claws160
5612
5613         * src/compose.c
5614         * src/folder.[ch]
5615         * src/imap.c
5616         * src/mbox_folder.c
5617         * src/mh.c
5618         * src/news.c
5619         * src/procmsg.c
5620         * src/summaryview.c
5621                 replace claws' fetch_msginfo with main's get_msginfo
5622                 (use main's implementation where possible)
5623
5624 2002-11-15 [colin]      0.8.5claws159
5625
5626         * src/ssl_certificate.c
5627                 Missed a check
5628
5629 2002-11-16 [melvin]     0.8.5claws158
5630
5631         * po/fr.po
5632                 Updated French translations.
5633
5634 2002-11-16 [colin]      0.8.5claws157
5635
5636         * src/ssl_certificate.c
5637                 Check for missing parts in the certificates
5638
5639 2002-11-15 [colin]      0.8.5claws156
5640
5641         * src/folderview.c
5642                 Preventive fix (missing check) found by
5643                 Alfons
5644
5645 2002-11-15 [paul]
5646
5647         * NEWS
5648                 sync with 0.8.6 release
5649
5650 2002-11-15 [colin]      0.8.5claws155
5651
5652         * src/folder.[ch]
5653           src/folderview.c
5654                 Fix error handling of folder_item_move_to()
5655                 (thanks to Alfons!)
5656
5657 2002-11-15 [colin]      0.8.5claws154
5658
5659         * src/folder.[ch]
5660           src/folderview.c
5661                 folder_item_move_to() sets an error message instead
5662                 of having GUI stuff in folder.c
5663
5664 2002-11-15 [colin]      0.8.5claws153
5665
5666         * src/procmsg.[ch]
5667                 Implemented a callback for MsgInfo updates, 
5668                 heavily copy/pasted from Christoph's folder 
5669                 callback system
5670         * src/summaryview.[ch]
5671                 Register summary_update_msg as callback
5672
5673 2002-11-14 [colin]      0.8.5claws152
5674         
5675         * src/procmsg.c
5676                 Update the FolderItem after sending (fixes 617593)
5677
5678 2002-11-14 [christoph]  0.8.5claws151
5679
5680         * src/folder.c
5681                 fix wrong position of NULL pointer check found
5682                 by Sergey
5683
5684 2002-11-14 [christoph]  0.8.5claws150
5685
5686         * src/folder.c
5687                 fix segfault when deleting messages from IMAP folders
5688                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
5689
5690 2002-11-14 [colin]      0.8.5claws149
5691
5692         * src/compose.c
5693                 Forwarding was also ignoring the folder's default account.
5694
5695 2002-11-14 [colin]      0.8.5claws148
5696
5697         * src/compose.c
5698                 Fix sent folder not set to folder properties when 
5699                 forwarding.
5700
5701 2002-11-14 [thorsten]   0.8.5claws147
5702
5703         * src/inc.c
5704                 inc_start(): Files were not moved from .processing to inbox,
5705                 if no global processing rule existed
5706
5707 2002-11-14 [colin]      0.8.5claws146
5708
5709         * src/ssl_certificate
5710                 Fix file operations
5711
5712 2002-11-14 [paul]       0.8.5claws145
5713
5714         * po/it.po
5715                 updated by Alessandro Maestri
5716
5717 2002-11-13 [alfons]     0.8.5claws144
5718
5719         * src/folder.c
5720                 folder_item_close(): only mark messages unread
5721                 when a folder has new messages 
5722
5723 2002-11-13 [keith]      0.8.5claws143
5724
5725         * src/imap.c
5726                 Fix problem moving or copying between
5727                 IMAP folders
5728
5729 2002-11-13 [colin]      0.8.5claws142
5730
5731         * src/matcher_parser_parse.y
5732                 Fix rule problem when " don't match
5733
5734 2002-11-13 [christoph]  0.8.5claws141
5735
5736         * src/folder.c
5737         * src/folderview.c
5738                 moved cache saving to folder_item_close
5739                 the folderview should not have to deal with
5740                 this things
5741
5742 2002-11-13 [christoph]  0.8.5claws140
5743
5744         * src/summaryview.c
5745                 moved setting of important score to
5746                 summary_set_prefs_from_folderitem
5747
5748 2002-11-13 [colin]      0.8.5claws139
5749
5750         * src/matcher_parser_parse.y
5751                 Fix a segfault in the parser (happening when
5752                 a good expression had been tested and a bad 
5753                 one arrives)
5754
5755 2002-11-13 [paul]       0.8.5claws138
5756
5757         * sync with 0.8.5cvs24
5758                 see ChangeLog 2002-11-13
5759                 
5760         * po/pt_BR.po
5761                 updated by Fabio Jr. Beneditto
5762
5763 2002-11-13 [colin]      0.8.5claws137
5764         
5765         * src/msgcache.c
5766           src/defs.h
5767           src/procmsg.[ch]
5768                 Revert last commit, problem
5769
5770 2002-11-13 [colin]      0.8.5claws136
5771
5772         * src/msgcache.c
5773                 Remove duplicated code
5774         * src/defs.h
5775                 Bumped CACHE_VERSION and MARK_VERSION
5776         * src/procmsg.[ch]
5777                 Network endian for cache and mark files
5778
5779 2002-11-12 [colin]      0.8.5claws135
5780
5781         * src/inc.c
5782                 Fix the "socket error" dialog which disappeared
5783
5784 2002-11-12 [colin]      0.8.5claws134
5785
5786         * src/msgcache.c
5787                 Reverse last commit which had performance 
5788                 problems, but still reverse the list
5789
5790 2002-11-12 [colin]      0.8.5claws133
5791
5792         * src/msgcache.c
5793                 Reverse list order
5794
5795 2002-11-12 [melvin]     0.8.5claws132
5796
5797         * src/compose.c
5798                 Added a check for a NULL prefs_common.dictionary
5799
5800 2002-11-12 [colin]      0.8.5claws131
5801
5802         * src/ssl_certificate.[ch]
5803                 Use FQDN hostname
5804
5805 2002-11-12 [colin]      0.8.5claws130
5806
5807         * src/ssl_certificate.[ch]
5808                 Take connection port into account for 
5809                 checking certificates (a single hostname
5810                 could have multiple servers with multiple
5811                 certificates)
5812         * src/ssl.c
5813                 Pass the port to ssl_certificate_check
5814
5815 2002-11-12 [paul]       0.8.5claws129
5816
5817         * src/folder.c
5818                 fix a typo in last commit
5819
5820 2002-11-12 [paul]       0.8.5claws128
5821
5822         * sync with 0.8.5cvs23
5823                 see ChangeLog entry 2002-11-12
5824
5825 2002-11-11 [colin]      0.8.5claws127
5826
5827         * src/ssl_certificate.c
5828                 Cleaner messages
5829                 Don't popup, instead log error, if the 
5830                 corresponding pref is checked
5831         * src/ssl_certificate.h
5832                 include <openssl/objects/h>
5833
5834 2002-11-11 [colin]      0.8.5claws126
5835
5836         * src/ssl_certificate.h
5837                 _Really_ clean it
5838
5839 2002-11-11 [colin]      0.8.5claws125
5840         
5841         * src/ssl_certificate.c
5842                 Fixed leak
5843
5844 2002-11-11 [colin]      0.8.5claws124
5845
5846         * src/ssl.c
5847                 Cleaned a bit
5848         * src/ssl_certificate.[ch]
5849                 Cleaned a bit (better use of SSL API)
5850                 (This will cause non-recognition of saved 
5851                  certificates of claws12[23]...)
5852
5853 2002-11-11 [paul]       0.8.5claws123
5854         
5855         * po/es.po
5856                 updated by Ricardo Mones Lastra
5857
5858 2002-11-11 [colin]      0.8.5claws122
5859
5860         * src/ssl.c
5861                 Fix a typo
5862
5863 2002-11-11 [colin]      0.8.5claws121
5864
5865         * src/ssl_certificate.[ch] ** NEW FILES **
5866         * src/ssl.[ch]
5867                 Check SSL certificates presented to us
5868         * src/Makefile.am
5869                 Add ssl_certificate.[ch]
5870         * po/POTFILES.in
5871                 Add ssl_certificate.c
5872
5873 2002-11-11 [paul]       0.8.5claws120
5874
5875         * sync with 0.8.5cvs22
5876                 see ChangeLog 2002-11-11
5877
5878 2002-11-11 [paul]       0.8.5claws119
5879
5880         * sync with 0.8.5cvs21
5881                 see ChangeLog 2002-11-11
5882
5883 2002-11-10 [jens]       0.8.5claws118
5884
5885         * src/folder.c
5886         * src/folderview.c
5887                 corrected some typing
5888         * po/de.po
5889                 updated german translation
5890         * sylpheed.spec.in
5891                 cleaned up specfile and adjusted it for claws
5892
5893 2002-11-10 [colin]      0.8.5claws117
5894
5895         * src/summaryview.c
5896                 a STATUSBAR_PUSH/POP fix
5897
5898 2002-11-10 [colin]      0.8.5claws116
5899
5900         * src/prefs_folder_item.c
5901                 Fix hanging after opening folder properties
5902
5903 2002-11-10 [hoa]        0.8.5claws115
5904
5905         * src/matcher_parser_lex.l
5906         * src/matcher_parser_parse.y
5907                 config file for scoring and filtering is no more trashed
5908                 when there is a syntax error in a filtering rule when
5909                 editing it in a dialog.
5910
5911 2002-11-09 [colin]      0.8.5claws114
5912
5913         * src/mbox_folder.c
5914                 Added missing initialisation of folder->destroy()
5915
5916 2002-11-09 [colin]      0.8.5claws113
5917
5918         * src/folder.c
5919           src/folderview.c
5920                 Fix the status bar messages
5921
5922 2002-11-09 [colin]      0.8.5claws112
5923
5924         * src/folderview.c
5925                 Fix hangs after folder dnd, happening after 
5926                 claws109.
5927
5928 2002-11-09 [christoph]  0.8.5claws111
5929
5930         * src/folderview.c
5931                 just changed order of calls (reverse order of
5932                 associated calls)
5933         * src/inc.c
5934                 lock inc when checking only one account, otherwise
5935                 inc all could be executed at the same time
5936
5937 2002-11-09 [christoph]  0.8.5claws110
5938
5939         * src/folderview.c
5940                 better unlock the mouse cursor before calling
5941                 summary_show because it changes the cursor too
5942
5943 2002-11-09 [christoph]  0.8.5claws109
5944
5945         * src/folder.[ch]
5946         * src/folderview.c
5947                 add functions to open and close a folder
5948                 o opending will execute scanning for remote folders
5949                   and processing
5950                 o closing will unset new flag for messages
5951
5952 2002-11-09 [colin]      0.8.5claws108
5953
5954         * src/folder.c
5955                 Add a call to prefs_matcher_write_config to 
5956                 avoid non-leaf folders filtering settings to be
5957                 lost
5958
5959 2002-11-09 [paul]       0.8.5claws107
5960
5961         * src/prefs_account.c
5962                 re-word a label
5963
5964 2002-11-09 [colin]      0.8.5claws106
5965
5966         * src/folderview.c
5967                 Minor esthetic fix
5968
5969 2002-11-09 [colin]      0.8.5claws105
5970
5971         * src/folderview.c
5972                 Fix prefs_filtering deletion for MH folders (same
5973                 reason as below)
5974         * src/prefs_filtering.c
5975                 Fix prefs_filtering renaming and deletion for 
5976                 folder-based processing rules.  
5977
5978 2002-11-09 [christoph]  0.8.5claws104
5979
5980         * src/compose.c
5981         * src/folder.[ch]
5982         * src/folderview.[ch]
5983         * src/import.c
5984         * src/inc.c
5985         * src/main.c
5986         * src/mainwindow.c
5987         * src/messageview.c
5988         * src/prefs_folder_item.c
5989         * src/procmsg.c
5990         * src/summaryview.c
5991                 implement a callback system for folder item updates
5992
5993 2002-11-09 [colin]      0.8.5claws103
5994
5995         * src/folderview.c
5996                 Fix prefs_filtering renaming for MH folders (we
5997                 shouldn't rename by path as another folder could
5998                 have the same hierarchy).
5999
6000 2002-11-09 [colin]      0.8.5claws102
6001
6002         * src/folder.c
6003                 Fix a leak found by Christoph, use better variable
6004                 names
6005
6006 2002-11-09 [colin]      0.8.5claws101
6007
6008         * src/folder.c
6009                 One more fix for processing rules
6010
6011 2002-11-08 [colin]      0.8.5claws100
6012         
6013         * src/matcher.c
6014                 Don't copy the compiled regexp (will be reevaluated)
6015         * src/folderview.c
6016                 Lock folderview while moving
6017         * src/folder.c
6018                 Provide info on what's happening to the user
6019
6020 2002-11-08 [colin]      0.8.5claws99
6021
6022         * src/folderview.c
6023                 Fix folder reordering after a move if parent is 
6024                 root
6025         * src/scoring.[ch]
6026                 Add function to copy a ScoringProp
6027         * src/prefs_folder_item.c
6028                 Copy scoring rules when copying a folder prefs
6029
6030 2002-11-08 [colin]      0.8.5claws98
6031
6032         * src/folderview.c
6033                 Fixes in case of failure
6034         * src/filtering.[ch]    
6035                 Add function to duplicate a FilteringProp
6036         * src/matcher.[ch]
6037                 Add function to duplicate a MatcherProp
6038         * src/prefs_folder_item.c
6039                 Save folder's processing rules when copying 
6040                 its prefs
6041
6042 2002-11-08 [colin]      0.8.5claws97
6043         
6044         * src/folderview.c
6045                 Sort after move
6046         * src/folder.c 
6047                 Change a printf to debug_print
6048
6049 2002-11-08 [colin]      0.8.5claws96
6050
6051         * src/folder.c
6052           src/folderview.c
6053                 Fix segfaults, call me stupido
6054         
6055
6056 2002-11-08 [colin]      0.8.5claws95
6057
6058         *src/folder.c
6059                 Added forgotten prefs to save when moving folders
6060
6061 2002-11-08 [colin]      0.8.5claws94
6062
6063         * src/folder.c
6064                 Fixes to folder DND (prefs copy)
6065         * src/folderview.c
6066                 Optimization for folder DND (don't rescan whole tree)
6067                 Added folderview_create_folder_node() for this 
6068                 optimization, so de-duped a bit the code
6069         * src/prefs_folder_item.[ch]
6070                 Added prefs_folder_item_copy_prefs()    
6071           
6072 2002-11-08 [paul]       0.8.5claws93
6073
6074         * src/prefs_account.c
6075           tools/README
6076           tools/kmail2sylpheed_v2.pl
6077                 correct some typos
6078
6079 2002-11-08 [paul]       0.8.5claws92
6080
6081         * src/compose.c
6082           src/prefs_account.[ch]
6083                 remove account options 'clearsign' and 'ascii_armored',
6084                 replace with 'default_gnupg_mode' to prevent mixed-mode
6085                 Privacy settings
6086
6087 2002-11-08 [paul]       0.8.5claws91
6088
6089         * src/compose.[ch]
6090                 re-implement GnuPG 'on-the-fly' mode selection,
6091                 disallow mixed-mode
6092
6093 2002-11-08 [colin]      0.8.5claws90
6094
6095         * src/folderview.c
6096           src/prefs_folder_item.c
6097                 Change "Property" to "Properties"
6098
6099 2002-11-07 [colin]      0.8.5claws89
6100
6101         * src/folderview.c
6102           src/folder.c
6103                 Allow folder dropping to a root folder
6104
6105 2002-11-07 [paul]       0.8.5claws88
6106
6107         * src/compose.c
6108                 revert last commit
6109
6110 2002-11-07 [paul]       0.8.5claws87
6111
6112         * src/compose.c
6113                 fix reply-to-list bug. closes bug report
6114                 "[633382] reply-to-list broken in recent cvs"
6115
6116 2002-11-07 [paul]       0.8.5claws86
6117
6118         * src/compose.c
6119                 add a forgotten '#if USE_GPGME ... #endif'
6120
6121 2002-11-07 [paul]       0.8.5claws85
6122
6123         * sync with 0.8.5cvs20
6124                 see ChangeLog 2002-11-07
6125
6126 2002-11-07 [colin]      0.8.5claws84
6127
6128         * src/folder.[ch]
6129                 Change folder_item_move_to to return the newly 
6130                 created folderitem.
6131         * src/folderview.c
6132                 Select the new folderitem after moving.
6133
6134 2002-11-07 [colin]      0.8.5claws83
6135
6136         * src/prefs_filtering.c
6137                 Fix rule rewriting when moving a leaf folder to a 
6138                 shorter path
6139
6140 2002-11-07 [colin]      0.8.5claws82
6141
6142         * src/prefs_filtering.c
6143                 fix a leak
6144
6145 2002-11-07 [colin]      0.8.5claws81
6146
6147         * src/folder.[ch]
6148                 Add folder_item_move_to() function to move a 
6149                 folderitem into another one (updates matcher etc)
6150         * src/folderview.c
6151                 Add folder drag'n drop (context menu to come)
6152                 [Should be dataloss free, but Please backup before 
6153                  trying !]
6154
6155 2002-11-06 [colin]      0.8.5claws80
6156
6157         * src/mh.c
6158                 mh_create_folder() returns NULL if can't create
6159                 directory hierarchy
6160
6161 2002-11-06 [paul]       0.8.5claws79
6162
6163         * src/compose.[ch]
6164                 allow 'on-the-fly' changing of the type of encryption 
6165                 and/or signing used (mime/ascii) via the compose window
6166
6167 2002-11-06 [paul]       0.8.5claws78
6168
6169         * sync with 0.8.5cvs19
6170                 see ChangeLog 2002-11-06 for src/account.c: 
6171                 account_get_special_folder()
6172                 
6173 2002-11-05 [alfons]     0.8.5claws77
6174
6175         * src/crash.c
6176                 very minor cleanups: nothing to see here, move on. :-)
6177
6178 2002-11-05 [colin]      0.8.5claws76
6179
6180         * src/main.c
6181                 Changes choices if compose windows are opened to
6182                 Discard, Draft, Don't quit
6183
6184 2002-11-05 [thorsten]   0.8.5claws75
6185
6186         * src/compose.c
6187                 reenabled default_reply_to folder option
6188
6189 2002-11-05 [colin]      0.8.5claws74
6190
6191         * src/compose.[ch] 
6192                 add compose_draft()
6193         * src/crash.c
6194                 add SIGTERM handler
6195         * src/main.[ch]
6196                 add clean_quit() for the SIGTERM handler
6197
6198 2002-11-05 [paul]       0.8.5claws73
6199         
6200         * po/es.po
6201                 updated by Ricardo Mones Lastra
6202
6203 2002-11-05 [melvin]     0.8.5claws72
6204
6205         * src/logwindow.c
6206                 Fixed log-clipping bug #616795.
6207                 To stop logging in the log window use 0 length.
6208         * src/prefs_common.c
6209                 Added a label to inform about the 0 log length behaviour.
6210
6211 2002-11-05 [paul]       0.8.5claws71
6212
6213         * sync with 0.8.5cvs17
6214                 see ChangeLog 2002-11-05
6215
6216 2002-11-04 [paul]       0.8.5claws70
6217
6218         * sylpheed-128x128.png
6219           sylpheed-64x64.png
6220           sylpheed.png
6221                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
6222                 <nikai@users.sourceforge.net>
6223                 
6224         * po/bg.po
6225                 updated by George Danchev
6226
6227 2002-11-03 [thorsten]   0.8.5claws69
6228
6229         * src/main.c
6230           src/mimeview.c
6231           src/rfc2015.h
6232                 add check if gpg is active
6233
6234 2002-11-03 [thorsten]   0.8.5claws68
6235
6236         * src/toolbar.h
6237                 removed GSList declaration causing trouble on MacOS-X
6238                 (submitted by alfons, reported by xfesty)
6239
6240 2002-11-01 [paul]       0.8.5claws67
6241
6242         * src/mainwindow.c
6243                 remove last remnants of main's filter code
6244
6245 2002-11-01 [paul]       0.8.5claws66
6246
6247         * tools/filter_conv.pl
6248                 fix bug where user-defined headers were ignored
6249
6250 2002-11-01 [paul]       0.8.5claws65
6251
6252         * src/logwindow.c
6253                 make a debug_print() not translatable
6254
6255 2002-10-31 [melvin]     0.8.5claws64
6256
6257         * ac/aspell.m4
6258                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
6259                 not run any GNU/aspell test.  The dictionary path will
6260                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
6261                 was given, in which case, it will be $prefix/lib/aspell/
6262         * configure.in
6263                 Fixed typo in commentary (Aspell code).
6264
6265 2002-10-31 [paul]       0.8.5claws63
6266
6267         * po/POTFILES.in
6268                 remove src/filter.c and src/prefs_filter.c
6269                 thanks to Ricardo for reminding me
6270
6271 2002-10-31 [colin]      0.8.5claws62
6272
6273         * src/mbox_folder.c
6274                 Plug some leaks
6275
6276 2002-10-31 [paul]       0.8.5claws61
6277
6278         * src/prefs_filter.[ch] ** REMOVED **
6279           src/filter.[ch]       ** REMOVED **
6280           
6281         * src/Makefile.am
6282           src/folderview.c
6283           src/inc.c
6284           src/main.c
6285           src/mainwindow.c
6286           src/mbox.c
6287           src/prefs_common.c
6288           src/prefs_filtering.c
6289           src/summaryview.[ch]
6290                 remove main's 'filter' code
6291                 
6292         README.claws
6293                 update to reflect removal of main's filter
6294
6295 2002-10-31 [paul]       0.8.5claws60
6296
6297         * src/summaryview.c
6298                 remove check for global_processing in summary_filter_open(). 
6299                 This fixes the bug where if the user uses the right-click 
6300                 'Create filter rule...' and doesn't have any filter rules 
6301                 already defined in claws' advanced filtering, the newly 
6302                 created filter rule goes to main's filtering which is 
6303                 inaccessible through the gui. Now the filter rule gets added
6304                 to claws' filtering by default.
6305
6306 2002-10-28 [melvin]     0.8.5claws59
6307
6308         * src/prefs_actions.c
6309                 Fixed bug #627322 where MIME parts were not always
6310                 correctly passed to a %p action
6311                 Display an error dialog when message filename is not found.
6312
6313 2002-10-28 [melvin]     0.8.5claws58
6314
6315         * src/prefs_common.c
6316                 Readded a missing function declaration lost in 0.8.3claws34
6317
6318 2002-10-28 [paul]       0.8.5claws57
6319
6320         * sync with 0.8.5cvs15
6321                 see ChangeLog 2002-10-28 and 2002-10-25
6322                 
6323         Note: ChangeLog entry 2002-10-24 is not sync'ed.
6324
6325 2002-10-27 [oliver]     0.8.5claws56
6326
6327         * src/pop.c
6328                 plug leak in pop3_top_recv
6329
6330 2002-10-26 [christoph]  0.8.5claws55
6331
6332         * src/folder.c
6333                 set need_update folder flag when messages are added
6334                 (closes bug [ 626922 ] folder not updated after receiving)
6335
6336 2002-10-25 [melvin]     0.8.5claws54
6337
6338         * src/imageview.c
6339                 Fixed a memleak introduced in the scaling code.
6340
6341 2002-10-24 [alfons]     0.8.5claws53
6342
6343         * src/filtering.c
6344                 make filtering's forward message action forward from the 
6345                 correct account
6346                 (closes bug [628089 ] Filter -> Forward from address problem
6347                 reported by Oktay)
6348
6349 2002-10-24 [christoph]  0.8.5claws52
6350
6351         * src/mainwindow.c
6352         * src/manual.[ch]
6353                 o use manual of current locale or english if current
6354                   locale is not available (and english is available)
6355                 o also link to sylpheed doc project manuals
6356
6357 2002-10-23 [paul]       0.8.5claws51
6358
6359         * tools/README
6360           tools/kmail2sylpheed_v2.pl
6361                 add new version of kmail addressbook importer script.
6362                 works with newer versions of Kmail/KAddressBook which
6363                 have new and rearranged data.
6364
6365 2002-10-23 [martin]     0.8.5claws50
6366
6367         * src/folderview.c
6368         * src/summaryview.c
6369         * src/utils.h
6370         * src/utils.c
6371                 added length parameter to get_abbrev_newsgroup_name()
6372                 changed this function so that it abbreviates the newsgroup
6373                 names only so long it is smaller than the length parameter
6374                 (for better reading of some newsgroup names and space efficiency)
6375
6376 2002-10-22 [colin]      0.8.5claws49
6377
6378         *src/foldersel.c
6379                 Revert Alfons' last modification (after voting ;-))
6380
6381 2002-10-21 [alfons]     0.8.5claws48
6382
6383         * src/foldersel.c
6384                 folder view in folder selection dialog reflects state of
6385                 folder view in main window
6386
6387 2002-10-18 [alfons]     0.8.5claws47
6388
6389         * src/mbox.c
6390                 drop imported messages in folder selected by user,
6391                 and not in the inbox
6392                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
6393
6394 2002-10-18 [alfons]     0.8.5claws46
6395
6396         * src/compose.c
6397                 make automagic reply work correctly for email accounts 
6398                 (whether it's viable to do a full sync with Hiro's 
6399                 compose.c is still under discussion)
6400
6401 2002-10-18 [melvin]     0.8.5claws45
6402
6403         * src/prefs_actions.c
6404                 Fixed bug #622275 where asynchroneous actions left 
6405                 zombies processes
6406                 Made (synchroneous) actions' input be displayed live.
6407
6408 2002-10-18 [christoph]  0.8.5claws44
6409
6410         * src/textview.c
6411                 don't add a newline in the textview in front of the
6412                 first textpart if header display is disabled
6413                 (closes bug [ 603385 ] disabled header display leaves blank
6414                  lin)
6415
6416 2002-10-18 [christoph]  0.8.5claws43
6417
6418         * src/folder.[ch]
6419         * src/imap.c
6420         * src/mbox_folder.c
6421         * src/mh.c
6422         * src/news.c
6423                 folder->get_num_list now returns an error code
6424                 (closes bug [ 609424 ] News cache cleared on failure)
6425                 
6426 2002-10-17 [colin]      0.8.5claws42
6427         
6428         * src/news.c
6429                 Changed a printf by debug_print
6430
6431 2002-10-16 [paul]       
6432
6433         * tools/OOo2sylpheed.pl
6434                 allow for spaces in the name of the
6435                 file to be attached.
6436
6437 2002-10-16 [colin]      0.8.5claws41
6438
6439         * src/main.c
6440                 Use a tristate to change online mode
6441
6442 2002-10-16 [paul]       0.8.5claws40
6443
6444         * po/es.po
6445                 updated by Ricardo Mones Lastra
6446
6447 2002-10-16 [colin]      0.8.5claws39
6448
6449         * src/main.c
6450           src/mainwindow.[ch]
6451                 Added --online and --offline command-line
6452                 switches
6453
6454 2002-10-15 [christoph]  0.8.5claws38
6455
6456         * src/procmime.c
6457                 set mimeinfo->name to NULL after g_free to
6458                 avoid double freeing with g_free
6459
6460 2002-10-14 [christoph]  0.8.5claws37
6461
6462         * src/compose.c
6463         * src/filtering.c
6464         * src/summaryview.c
6465                 remove calls to folder->change_flags that are now
6466                 done by procmsg flag functions (seems it is not
6467                 used by any foldertype anyway)
6468         * src/folder.c
6469                 init folder->change_flags with NULL
6470
6471 2002-10-14 [christoph]  0.8.5claws36
6472
6473         * src/folder.[ch]
6474         * src/imap.[ch]
6475                 use virtual functions for folder item new and destroy
6476                 functions
6477
6478 2002-10-14 [melvin]     0.8.5claws35
6479
6480         * src/compose.c
6481                 Added a test to not run the spell checker if no default
6482                 dictionary is available. No dialog is displayed though.
6483
6484 2002-10-14 [melvin]     0.8.5claws34
6485
6486         * src/gtkaspell.c
6487                 Fixed bug in dictionary list context menu where
6488                 "More..." pointed to an emtpy submenu if the
6489                 number of dictionaries is a multiple of 15
6490                 Removed unneeded code in suggestions list creation
6491
6492 2002-10-14 [paul]       0.8.5claws33
6493
6494         * po/bg.po
6495                 updated by George Danchev
6496
6497 2002-10-13 [hoa]        0.8.5claws32
6498
6499         * src/matcher.[ch]
6500           src/matcher_parser_parser.y
6501                 removed the escaped string from internal structure
6502                 of matcher.
6503
6504 2002-10-12 [colin]      0.8.5claws31
6505
6506         * src/gtksctree.[ch]
6507           src/summaryview.c
6508                 Removed useless function gtksctree_reanchor
6509
6510 2002-10-12 [alfons]     0.8.5claws30
6511         
6512         * sync with remaining main changes 2002-10-09 - 2002-10-11
6513         - drop changes to src/compose.c (requires claws specific changes)
6514         
6515 2002-10-12 [alfons]     0.8.5claws29
6516         
6517         * sync with main changes of 2002-10-08
6518         - drop changes to src/compose.c (requires claws specific changes)
6519         - drop changes to src/summaryview.c (requires changes to compose.c)     
6520
6521 2002-10-12 [alfons]     0.8.5claws28
6522         
6523         * sync with main changes of 2002-10-07
6524
6525 2002-10-12 [alfons]     0.8.5claws27
6526
6527         * sync with main changes of 2002-10-04
6528         - drop changes to src/compose.c (requires claws specific changes)
6529         - drop changes to src/prefs_folder_item.c (claws implementation
6530           seems to be working)
6531
6532 2002-10-12 [colin]      0.8.5claws26
6533
6534         * src/mainwindow.c
6535                 Fix folder-flicker when space-reading, introduced 
6536                 in claws22.
6537
6538 2002-10-12 [colin]      0.8.5claws25
6539
6540         * src/compose.c
6541                 Save account address when saving as draft.
6542                 (closes bug 621838)
6543
6544 2002-10-12 [colin]      0.8.5claws24
6545
6546         * src/summaryview.c
6547                 Fix the problem consisting of no message selected
6548                 after the last message in a folder has been moved.
6549
6550 2002-10-12 [paul]       0.8.5claws23
6551
6552         * src/compose.c
6553           src/prefs_template.c
6554           src/template.[ch]
6555                 add Cc and Bcc to templates. Patch submitted by
6556                 John L. Males.
6557
6558 2002-10-12 [colin]      0.8.5claws22
6559
6560         * src/folderview.c
6561                 Fix a bug after "Check for new messages":
6562                 If a folder was opened, it was still selected at
6563                 the end of the check, but displayed empty.
6564         * src/mainwindow.c
6565                 Remove unnecessary check
6566
6567 2002-10-12 [paul]
6568
6569         * tools/README
6570                 be more verbose in the description of
6571                 OOo2sylpheed.pl
6572                 
6573
6574 2002-10-11 [colin]      0.8.5claws21
6575
6576         * src/mainwindow.c
6577                 Make space work (better) when no mail is selected
6578
6579 2002-10-11 [colin]      0.8.5claws20
6580
6581         * src/inc.c
6582           src/news.c
6583                 fix warnings
6584
6585 2002-10-11 [colin]      0.8.5claws19
6586
6587         * src/mainwindow.c
6588                 revert 0.8.5claws6 changes as i couldn't get to
6589                 anything satisfying
6590
6591 2002-10-11 [melvin]     0.8.5claws18
6592
6593         * src/compose.c
6594                 Removed buggy and unused macro (should have been committed in
6595                 0.8.5claws17)
6596
6597 2002-10-11 [melvin]     0.8.5claws17
6598
6599         * src/compose.c
6600                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
6601
6602 2002-10-11 [thorsten]   0.8.5claws16 
6603
6604         * src/folderview.c
6605                 remove rescan warning
6606
6607 2002-10-11 [colin]      0.8.5claws15 
6608
6609         * src/procheader.c
6610                 fix a segfault that happens if conv_unmime_header
6611                 fails (should be better to find out why it fails)
6612
6613 2002-10-11 [christoph]  0.8.5claws14
6614
6615         * src/summaryview.c
6616                 update folderview stats after ignore/unignore thread
6617
6618 2002-10-11 [hoa]        0.8.5claws13
6619
6620         * src/quote_fmt_parse.y
6621                 Fixed a yacc/bison syntax error
6622         * src/matcher.c
6623                 Escaping of string is fixed.
6624
6625 2002-10-11 [colin]      0.8.5claws12
6626
6627         * src/imageview.c
6628                 Resize images to fit
6629
6630 2002-10-11 [paul]       0.8.5claws11
6631
6632         * po/es.po
6633                 updated by Ricardo Mones Lastra
6634
6635 2002-10-10 [alfons]     0.8.5claws10
6636
6637         * src/compose.c
6638                 allow dropping files by "moving" files from a file manager,
6639                 not only by the more cumbersome "copying". the latter 
6640                 mostly implies holding down the Control button
6641
6642 2002-10-10 [christoph]  0.8.5claws9
6643
6644         * src/summaryview.c
6645                 update folders after thread building for ignored threads
6646
6647 2002-10-10 [christoph]  0.8.5claws8
6648
6649         * config/.cvsignore
6650                 added Makefile
6651         * src/filtering.[ch]
6652         * src/folder.[ch]
6653         * src/folderview.[ch]
6654         * src/import.c
6655         * src/inc.[ch]
6656         * src/mbox.[ch]
6657         * src/procmsg.c
6658         * src/summaryview.[ch]
6659                 o added new flag need_update to FolderItem
6660                 o removed folder_table from various functions from tracking
6661                   folder updates
6662                 o set need_update flags in folder.c's move, copy and delete
6663                   functions and procmsg's flags functions
6664                 o added function folderview_update_items_when_required that
6665                   updates all folders with need_update set
6666                 o call folderview_update_items_when_required instead of
6667                   folderview_update_item_foreach
6668
6669 2002-10-09 [sergey]     0.8.5claws7
6670
6671         * src/compose.c
6672                 Strip CRs whel loading the text into editor in reedit mode.
6673
6674 2002-10-09 [colin]      0.8.5claws6
6675
6676         * src/mainwindow.c
6677                 Make Space work when no mail is selected
6678
6679 2002-10-09 [colin]      0.8.5claws5
6680
6681         * src/gtksctree.[ch]
6682                 Fix range_select
6683                 Add gtk_sctree_reanchor() 
6684         * src/summaryview.c
6685                 Use gtk_sctree_reanchor() - better fix for 
6686                 bug 60413
6687
6688 2002-10-09 [colin]      0.8.5claws4
6689
6690         * src/summaryview.c
6691                 Fix shift-click select after delete problem
6692                 (closes bug 60413)
6693
6694 2002-10-08 [thorsten]   0.8.5claws3
6695
6696         * src/summaryview.c
6697                 exclude current msg from -hide read messages-
6698
6699 2002-10-08 [colin]      0.8.5claws2
6700
6701         * src/inc.[ch]
6702           src/pop.c
6703           src/recv.c
6704                 Differentiate socket errors from disk full
6705                 errors
6706
6707 2002-10-08 [christoph]  0.8.5claws1
6708
6709         * Makefile.am
6710         * configure.in
6711                 modifications for new config directory
6712
6713         * config.guess  ** REMOVED **
6714         * config.sub    ** REMOVED **
6715         * install-sh    ** REMOVED **
6716         * ltmain.sh     ** REMOVED **
6717         * missing       ** REMOVED **
6718         * mkinstalldirs ** REMOVED **
6719                 these files are autogenerated by automake
6720                 when you run autogen.sh
6721
6722         * config/.cvsignore     ** NEW FILE **
6723         * config/Makefile.am    ** NEW FILE **
6724                 ignore autogenerated files
6725                 create a Makefile in this directory
6726
6727 2002-10-08 [paul]       0.8.5claws
6728
6729         * 0.8.5claws release
6730         
6731         * src/compose.c
6732           src/procheader.c
6733           src/procmsg.c
6734                 fix quote reply format for newsgroups reply bug
6735                 (thanks to Hoa)
6736                 
6737         * po/en_GB.po
6738           po/pl.po
6739                 updated by me and Witold Wladyslaw Wojciech Wilk
6740                 repectively
6741
6742 2002-10-07 [paul]       0.8.3claws53
6743
6744         * po/it.po
6745           po/pt_BR.po
6746           po/sr.po
6747                 updated messages catalogs, submitted by
6748                 Alessandro Maestri, Fabio Jr.Beneditto 
6749                 and Urke MMI, respectively.
6750
6751 2002-10-07 [christoph]  0.8.3claws52
6752
6753         * src/folder.[ch]
6754         * src/folderview.c
6755         * src/mainwindow.c
6756                 fix new folder ghost message bug
6757                 (closes bug [ 619722 ] wrong count for newly created folders)
6758
6759 2002-10-07 [christoph]  0.8.3claws51
6760
6761         * src/compose.c
6762                 fix news posting problem
6763
6764 2002-10-07 [melvin]     0.8.3claws50
6765
6766         * po/fr.po
6767                 Updated French translation
6768
6769 2002-10-05 [christoph]  0.8.3claws49
6770
6771         * src/gtkstext.c
6772                 check if line_start_cache is set in gtk_stext_update_text
6773                 (closes bug [ 618119 ] crash while doing search in folder)
6774
6775 2002-10-05 [christoph]  0.8.3claws48
6776
6777         * src/imap.c
6778         * src/news.c
6779         * src/utils.c
6780         * src/utils.h
6781                 implement cache cleanups for claws' folder system
6782                 (closes bug [ 595916 ] imapcache not cleaned up)
6783
6784 2002-10-05 [melvin]     0.8.3claws47
6785
6786         * src/prefs_actions.c
6787                 Made the help text more clear for the %p token
6788
6789 2002-10-04 [paul]       0.8.3claws46
6790
6791         * sync with 0.8.5
6792                 see ChangeLog 2002-10-02 and 2002-10-03
6793
6794 2002-10-04 [christoph]  0.8.3claws45
6795
6796         * src/inc.c
6797                 fix segfault caused by pop before smtp
6798                 call to inc_account_mail with NULL
6799                 pointer for mainwin
6800
6801 2002-10-04 [paul]       0.8.3claws44
6802
6803         * configure.in
6804                 sync the LDAP detection from 0.8.5cvs1
6805
6806 2002-10-02 [christoph]  0.8.3claws43
6807
6808         * po/de.po
6809                 fix small spelling error
6810
6811 2002-10-02 [melvin]     0.8.3claws42
6812
6813         * ac/aspell.m4
6814                 Behave better and say "no" when test program cannot be run.
6815
6816 2002-10-02 [paul]       0.8.3claws41
6817
6818         * sync with 0.8.4cvs1
6819                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
6820                 
6821         * src/summaryview.c
6822                 toggle the behavior of Reply menuitem between
6823                 normal reply and reply-to-list
6824
6825 2002-10-01 [sergey]     0.8.3claws40
6826
6827         * src/compose.c
6828                 Convert newlines in the message text to the canonical form
6829                 before base64 encoding (RFC2045 compliance, fixes some
6830                 interoperability issues with Evolution 1.0.3)
6831
6832 2002-09-29 [colin]      0.8.3claws39
6833
6834         * src/summaryview.c
6835                 Fix an unwanted copy/paste
6836
6837 2002-09-29 [colin]      0.8.3claws38
6838
6839         * src/mainwindow.c
6840                 Renamed "Custom toolbar" to "Customize toolbar"
6841                 Renamed "Show all header" to "Show all headers"
6842                 Renamed "Set diplay item" to "Set displayed items"
6843         * src/prefs_common.c
6844                 Renamed "Show all header" to "Show all headers"
6845         * src/prefs_summary_column.c
6846                 Renamed "diplay item" to "displayed items"
6847
6848 2002-09-29 [colin]      0.8.3claws37
6849
6850         * src/mainwindow.[ch]
6851                 online/offline status pixmaps follow theme
6852                 changes
6853         * src/summaryview.[ch]
6854                 quicksearch pixmap follows theme changes
6855
6856 2002-09-29 [thorsten]   0.8.3claws36
6857
6858         * src/compose.c
6859           src/prefs_folder_item.[ch]
6860                 add default_reply_to folder option (closes patch 581044)
6861
6862 2002-09-29 [christoph]  0.8.3claws35
6863
6864         * acconfig.h    ** REMOVED **
6865         * configure.in
6866         * ac/aspell.m4
6867         * ac/check-type.m4
6868         * ac/gnupg-check-typedef.m4
6869                 fix autoheader 2.50 warning
6870
6871 2002-09-29 [christoph]  0.8.3claws34
6872
6873         * major code cleanup (part 2)
6874         
6875                 - unused variables removed
6876                 - unused functions removed
6877                 - uninitialized variables checked
6878                 - missing return statements added
6879                 - missing function return types added
6880                 - added parentheses around assignment
6881                   when suggested by gcc
6882
6883 2002-09-29 [alfons]     0.8.3claws33
6884
6885         * src/logwindow.c
6886                 log_window_clear(): only bracket gtk_text_forward_delete() 
6887                 with gtk_text_freeze() / gtk_text_thaw() (see if this
6888                 works around GTK text bug)
6889
6890 2002-09-29 [paul]       0.8.3claws32
6891
6892         * po/bg.po
6893           po/sr.po
6894                 updated by George Danchev and Urke MMI
6895                 respectively
6896
6897 2002-09-27 [christoph]  0.8.3claws31
6898
6899         * doc-src/readme.txt
6900         * doc-src/rfc1806.txt   ** REMOVED **
6901         * doc-src/rfc2183.txt   ** NEW FILE **
6902         * doc-src/rfc2980.txt   ** NEW FILE **
6903                 update rfcs
6904
6905 2002-09-27 [melvin]     0.8.3claws30
6906
6907         * ac/aspell.m4
6908                 Fixed typo which could break linking
6909
6910 2002-09-27 [melvin]     0.8.3claws29
6911
6912         * ac/aspell.m4
6913                 Improved GNU/aspell checking. 
6914                 Fixed bug #614490
6915
6916 2002-09-27 [paul]       0.8.3claws28
6917
6918         * sync with 0.8.3cvs8
6919                 see ChangeLog 2002-09-27
6920
6921 2002-09-26 [colin]      0.8.3claws27
6922
6923         * src/toolbar.[ch]
6924           src/mainwindow.[ch]
6925                 Add "Reply to Mailing-list" to the toolbar
6926
6927 2002-09-26 [christoph]  0.8.3claws26
6928
6929         * src/summaryview.c
6930                 Fix wrong message counts in summaryview status
6931
6932 2002-09-26 [paul]       0.8.3claws25
6933
6934         * sync with 0.8.3cvs7
6935                 see ChangeLog 2002-09-26
6936
6937 2002-09-26 [paul]       0.8.3claws24
6938
6939         * sync with 0.8.3cvs6
6940                 see ChangeLog 2002-09-25
6941
6942 2002-09-25 [christoph]  0.8.3claws23
6943
6944         * src/prefs_common.c
6945         * src/prefs_folder_item.c
6946         * src/prefs_scoring.c
6947                 Renamed "kill score" to "hide score" in GUI
6948                 and prefs files
6949
6950 2002-09-25 [paul]       0.8.3claws22
6951
6952         * sync with 0.8.3cvs5
6953                 see ChangeLog 2002-09-24
6954
6955 2002-09-24 [alfons]     0.8.3claws21
6956
6957         patch by Satoshi Nagayasu: allows appending / saving multiple 
6958         selected files (closes "[ 612279 ] save multiple mesg(s) in 
6959         'Save as ...'")
6960
6961         * AUTHORS
6962                 add Satoshi Nagayasu
6963         * src/summaryview.c
6964                 summary_save_as(): allow saving selected files to
6965                 one file
6966                 summary_set_menu_sensitive: enable "Save As..." when
6967                 multiple files are selected
6968         * src/utils.[ch]
6969                 append_file(): new function
6970
6971 2002-09-24 [colin]      0.8.3claws20
6972
6973         * src/procmime.c
6974                 Fix segfault when mimeinfo doesn't have a 
6975                 content_type. 
6976
6977 2002-09-24 [colin]      0.8.3claws19
6978
6979         * src/prefs_common.[ch]
6980                 Add a preference to display send dialog or not
6981         * src/send.c
6982                 Display send dialog according to preference
6983
6984 2002-09-24 [colin]      0.8.3claws18
6985
6986         * src/compose.[ch]
6987                 Disable user actions when sending
6988
6989 2002-09-24 [colin]      0.8.3claws17
6990
6991         * src/procmime.c
6992                 Do not display name or filename for attachments
6993                 with an application/pgp-signature type
6994                 (security flaw, see bug 537413)
6995
6996 2002-09-23 [colin]      0.8.3claws16
6997
6998         * src/editaddress.c
6999                 Initialize entry_email, entry_alias and 
7000                 entry_remarks to first email address of the list
7001
7002 2002-09-23 [colin]      0.83claws15
7003
7004         * src/compose.c
7005                 Drop pgp-signature when reediting a signed queued
7006                 message
7007
7008 2002-09-23 [melvin]     0.8.3claws14
7009
7010         * po/fr.po
7011                 Updated French translation
7012
7013 2002-09-23 [melvin]     0.8.3claws13
7014
7015         * src/mainwindow.c
7016                 Made custom toolbar menu labels more consistent
7017         * src/prefs_toolbar.c
7018                 Made custom toolbar window title more consistent
7019
7020 2002-09-22 [colin]      0.8.3claws12
7021
7022         * src/inc.c
7023                 Initialize session type to normal before getting 
7024                 mail (fixes strange Get behaviour)
7025         * src/prefs_account.h
7026                 Move STYPE_POP_BEFORE_SMTP to last position to 
7027                 avoid other side-effects
7028
7029 2002-09-22 [colin]      0.8.3claws11
7030
7031         * src/prefs_account.c
7032                 Fix pop_bfr_smtp_tm_entry sensivity when switching
7033                 from pop3 to apop or vice-versa
7034
7035 2002-09-22 [colin]      0.8.3claws10
7036         
7037         * src/prefs_account.[ch]
7038                 Add an option for the POP before SMTP timeout
7039         * src/inc.c
7040                 Remember time of last POP connection
7041         * src/send.c
7042                 Do POP before SMTP only if timeout reached
7043
7044 2002-09-22 [oliver]     0.8.3claws9
7045         
7046         * README.claws
7047                 explain custom toolbar
7048
7049 2002-09-22 [oliver]     0.8.3claws8
7050
7051         * src/prefs_actions.[ch]
7052         custom toolbar for compose      
7053                 actions callback from compose toolbar
7054         * src/folderview.c
7055                 remove include toolbar.h
7056
7057 2002-09-22 [oliver]     0.8.3claws7
7058         
7059         * src/prefs_toolbar.[ch]
7060                 custom toolbar for compose
7061                 - generic prefs_toolbar handles both
7062                   Mainwin's toolbar as well as Compose toolbar          
7063
7064 2002-09-22 [oliver]     0.8.3claws6
7065         
7066         * src/toolbar.[ch]
7067                 custom toolbar for compose
7068                 restructure toolbar.[ch]
7069
7070 2002-09-22 [oliver]     0.8.3claws5
7071
7072         * src/compose.[ch]
7073                 custom toolbar for compose
7074
7075 2002-09-22 [oliver]     0.8.3claws4
7076         
7077         * src/mainwindow.[ch]
7078                 custom toolbar for compose 
7079                 move mainwin toolbar back to mainwindow
7080
7081 2002-09-22 [alfons]     0.8.3claws3
7082
7083         * src/procmsg.c
7084                 :%sno/if(/if (/gc
7085                 :%sno/for(/for (/gc
7086                 (beautify)
7087
7088 2002-09-22 [alfons]     0.8.3claws2
7089         
7090         * src/procmsg.c
7091                 procmsg_save_to_outbox(): don't unlink message file from queue;
7092                 callers should do it using folder_item_remove_msg()
7093
7094 2002-09-22 [colin]      0.8.3claws1
7095
7096         * src/mimeview.[ch]
7097                 Made mimeview_check_signature() public
7098         * src/textview.c
7099                 Made GPG signatures verifiable by clicking
7100                 the [application/pgp-signature] in the Text
7101                 view
7102
7103 2002-09-22 [paul]       0.8.3claws
7104
7105         * po/bg.po
7106           po/en_GB.po
7107           po/es.po
7108           po/it.po
7109           po/pl.po
7110           po/pt_BR.po
7111           po/sr.po
7112                 updated translations, submitted by George Danchev,
7113                 me, Ricardo Mones Lastra, Alessandro Maestri,
7114                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
7115                 and Urke MMI, respectively.     
7116
7117 2002-09-22 [alfons]     0.8.2claws65
7118
7119         * src/procmsg.c
7120         * src/pgptext.c
7121                 no furry valgrinds have been used to plug these memleaks
7122
7123 2002-09-20 [paul]       0.8.2claws64
7124
7125         * sync with 0.8.3cvs4
7126                 'Select thread' re-implemented 
7127                 see ChangeLog 2002-09-20
7128
7129 2002-09-21 [alfons]     0.8.2claws63
7130
7131         * src/compose.c
7132                 compose_send(): plug unnoticed memleak
7133
7134 2002-09-20 [alfons]     0.8.2claws62
7135
7136         * src/addr_compl.c
7137                 replace_address_in_edit(): strict check for NULL address to
7138                 fix "[ 607348 ] Segfault in address completion". My guess is
7139                 that this happens with an empty address book, but it's good
7140                 to have this check here anyway
7141                 
7142                 completion_window_button_press(): free string returned 
7143                 from the internal cache
7144
7145 2002-09-20 [christoph]  0.8.2claws61
7146
7147         * src/procmime.h
7148                 added ENC_BINARY to EncodingType
7149         * src/procmime.c
7150                 the string returned by procmime_get_encoding_str
7151                 should not depend on the order of values in the
7152                 EncodingType definition
7153         * doc-src/rfc1806.txt   ** NEW FILE **
7154                 Added rfc1806 about MIME Content-Disposition
7155                 Extension
7156
7157 2002-09-19 [paul]       0.8.2claws60
7158
7159         * sync with 0.8.2cvs3
7160                 see ChangeLog 2002-09-19
7161
7162 2002-09-19 [paul]       0.8.2claws59
7163
7164         * src/prefs_folder_item.c
7165                 revert to Darko's original alignment of colour
7166                 selector button
7167                 add a colon to folder_color label
7168                 
7169         * src/compose.c
7170                 add Colin's patch (with Hiro's modifications) to 
7171                 force BASE64 encoding for 8-bit text when signing
7172                 (sync with 0.8.3cvs2)
7173
7174 2002-09-18 [alfons]     0.8.2claws58
7175
7176         * src/compose.c
7177                 :%sno/if(/if (/gc
7178                 :%sno/for(/for (/gc
7179                 (beautify a little bit)
7180
7181 2002-09-18 [christoph]  0.8.2claws57
7182
7183         * src/pine.c
7184                 fix handling of fgetc return value
7185
7186 2002-09-17 [alfons]     0.8.2claws56
7187         
7188         * src/summaryview.c
7189                 summary_sort(): check non-NULL summaryview->folder_item when no 
7190                 folder is selected at all
7191                 (closes "[ 610344 ] sort label make syl Crash")
7192
7193 2002-09-17 [alfons]     0.8.2claws55
7194         
7195         * src/compose.c
7196                 beautify a little bit
7197
7198 2002-09-17 [christoph]  0.8.2claws54
7199
7200         * src/folder.c
7201                 initialize max values for cache and folder
7202                 when cache or folder is empty
7203
7204 2002-09-15 [colin]      0.8.2claws53
7205
7206         * src/compose.c
7207                 Fix a leak (thanks Alfons!) and cleaned
7208                 variables names for custom headers
7209
7210 2002-09-15 [colin]      0.8.2claws52
7211
7212         * src/compose.c
7213                 Fix custom headers recognition when
7214                 prefs_common.trans_hdr is on
7215
7216 2002-09-15 [colin]      0.8.2claws51
7217
7218         * src/compose.c
7219                 Allow dynamically-added custom headers
7220                 Yet not reparsed if reedited
7221
7222 2002-09-15 [alfons]     0.8.2claws50
7223
7224         * src/prefs_account.c
7225                 fix warnings
7226
7227 2002-09-15 [colin]      0.8.2claws49
7228         
7229         * src/prefs_account.c
7230                 fix pop_before_smtp sensitivity
7231
7232 2002-09-15 [colin]      0.8.2claws48
7233
7234         * src/inc.[ch]
7235                 add inc_pop_before_smtp()
7236                 allow MainWindow to be undefined in 
7237                 inc_account_mail() and inc_start()
7238         * src/pop.c
7239           src/prefs_account.h
7240                 add STYPE_POP_BEFORE_SMTP session type
7241         * src/prefs_account.c
7242                 activated pop before smtp option
7243         * src/send.c
7244                 do pop before smtp if the relevant option 
7245                 is set
7246
7247 2002-09-15 [paul]       0.8.2claws47
7248
7249         * sync with 0.8.3
7250                 see ChangeLog 2002-09-15
7251
7252 2002-09-14 [paul]       0.8.2claws46
7253
7254         * po/bg.po
7255                 updated Bulgarian translation, submitted by
7256                 George Danchev
7257
7258 2002-09-13 [paul]       0.8.2claws45
7259
7260         * src/compose.c
7261                 merge claws' select_account() with main's
7262                 (new) compose_select_account(). [sync with
7263                 0.8.2cvs15, see ChangeLog 2002-09-11]
7264
7265 2002-09-12 [christoph]  0.8.2claws44
7266
7267         * src/filter.c
7268                 allocate 1 elements of FolderItem not 0
7269
7270 2002-09-12 [colin]      0.8.2claws43
7271
7272         * src/compose.c
7273                 Fix bug #590825 (obey Follow-up: poster)
7274
7275 2002-09-12 [colin]      0.8.2claws42
7276
7277         * src/procmime.c
7278                 Fix bug #557009 (wrong headers for messages 
7279                 forwarded as attachments)
7280
7281 2002-09-11 [colin]      0.8.2claws41
7282         
7283         * src/compose.c
7284                 Put SCF: pseudo-header on top of message
7285                 Set draft tmp_flag when saved as draft
7286
7287         * src/procmsg.c
7288           src/procheader.c
7289                 Skip after first \n\n for beginning of real message
7290                 for drafts too
7291
7292 2002-09-11 [christoph]  0.8.2claws40
7293
7294         * src/filtering.c
7295                 use procmsg flag functions in filtering or processing
7296                 will cause incorrect folder message counts
7297
7298 2002-09-11 [colin]      0.8.2claws39
7299
7300         * src/compose.c
7301                 Fix bug #550175 - wrong save folder when reediting
7302                 drafts
7303
7304 2002-09-11 [paul]       0.8.2claws38
7305
7306         * sync with 0.8.2cvs14
7307                 see ChangeLog 2002-09-11
7308
7309 2002-09-11 [colin]      0.8.2claws37
7310
7311         * src/folder.c
7312                 Fix a typo (seeming to cause new/unread status to
7313                 be lost)
7314
7315 2002-09-10 [christoph]  0.8.2claws36
7316
7317         * src/compose.c
7318                 compose_redirect should not use compose_generic_new
7319                 because that does more stuff than expected including
7320                 opening the external editor
7321                 (closes bug "[ 526608 ] bounced messages appear blank
7322                  in editor")
7323
7324 2002-09-10 [christoph]  0.8.2claws35
7325
7326         * src/folder.c
7327                 fix problem with too large message number range
7328                 causing a crash in folder_item_scan
7329
7330 2002-09-10 [paul]       0.8.2claws34
7331
7332         * sync with 0.8.2cvs13
7333                 see ChangeLog 2002-09-10
7334
7335 2002-09-10 [christoph]  0.8.2claws33
7336
7337         * src/msgcache.c
7338                 set MsgInfo TmpFlags for queue and draft folders
7339                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
7340
7341 2002-09-10 [paul]       0.8.2claws32
7342
7343         * AUTHORS
7344           po/bg.po      ** NEW FILE **
7345                 new Bulgarian translation submitted by
7346                 George Danchev <danchev@spnet.net>
7347                 
7348         * tools/Makefile.am
7349           tools/README
7350           tools/tb2sylpheed     ** NEW FILE **
7351                 add script that converts an addressbook exported
7352                 from The Bat! into a Sylpheed addressbook. Submitted
7353                 by Urke MMI <urke-kg@eunet.yu>
7354
7355 2002-09-10 [paul]       0.8.2claws31
7356
7357         * sync with 0.8.2cvs12
7358                 see ChangeLog 2002-09-10
7359
7360 2002-09-06 [paul]       0.8.2claws30
7361
7362         * src/prefs_common.c
7363                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
7364                 
7365         * tools/Makefile.am
7366           tools/README
7367           tools/ldif-to-xml.py  ** REMOVED **
7368                 remove obsolete python script
7369
7370 2002-09-06 [paul]       0.8.2claws29
7371
7372         * sync with 0.8.2cvs10
7373                 see ChangeLog 2002-09-06
7374
7375 2002-09-04 [paul]       0.8.2claws28
7376
7377         * sync with 0.8.2cvs9
7378                 see ChangeLog 2002-08-04
7379
7380 2002-09-04 [colin]      0.8.2claws27 
7381
7382         * src/prefs_common.[ch]
7383                 Added signature color configuration
7384         * src/textview.c
7385                 Use user-specified signature color
7386
7387 2002-09-03 [colin]      0.8.2claws26
7388
7389         * src/prefs_common.[ch]
7390                 Added autosave and autosave_length prefs
7391         * src/compose.c
7392                 Added compose_remove_draft()
7393                 Auto-save drafts according to the prefs
7394         * src/main.c
7395                 Added a crash-indicator file, allowing to check
7396                 for new messages on startup if Sylpheed crashed
7397                 (makes saved drafts "reappear")
7398
7399 2002-09-03 [colin]      0.8.2claws25
7400
7401         * src/textview.[ch]
7402                 Grey the signature
7403
7404 2002-09-03 [paul]       0.8.2claws24
7405
7406         * sync with 0.8.2cvs8
7407                 see ChangeLog 2002-09-02 and 2002-09-03
7408
7409 2002-09-03 [darko]      0.8.2claws23
7410
7411         * src/folderview.c
7412                 use normal style when creating new folder to pick
7413                 proper font size 
7414
7415 2002-09-02 [melvin]     0.8.2claws22
7416
7417         * src/gtkaspell.m4
7418                 removed some obsolete code
7419
7420 2002-09-02 [melvin]     0.8.2claws21
7421
7422         * ac/aspell.m4
7423                 fixed test's equality sign (== to =)
7424
7425 2002-09-02 [alfons]     0.8.2claws20
7426
7427         * src/folder.c
7428         * src/mh.c
7429                 revert change of 0.8.2claws16 and use the mh_folder_destroy
7430                 as folder->destroy virtual as suggested by Hiro
7431                 (the mh.c code seems to have been lost around mh.c.1.21)
7432
7433 2002-09-02 [paul]       0.8.2claws19
7434
7435         * po/pt_BR.po
7436                 updated by Fabio Jr. Beneditto
7437                 
7438         * src/defs.h
7439                 use 'http://claws.sylpheed.org' for homepage link. 
7440                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
7441
7442 2002-09-01 [alfons]     0.8.2claws18
7443
7444         * src/mh.c
7445                 plug memleak related to one Martin Kluge found
7446
7447 2002-08-31 [paul]       0.8.2claws17
7448
7449         * sync with 0.8.2cvs6
7450                 see ChangeLog 2002-08-30
7451
7452 2002-08-31 [alfons]     0.8.2claws16
7453
7454         * src/folder.c
7455                 folder_destroy(): remove mailbox from folderlist even if it has
7456                 no destroy virtual
7457
7458 2002-08-31 [alfons]     0.8.2claws15
7459
7460         * src/folder.c
7461                 :%sno/if(/if (/gc
7462                 :%sno/for(/for (/gc
7463                 (being pedantic I know)
7464
7465 2002-08-31 [alfons]     0.8.2claws14
7466
7467         * src/folder.c
7468                 check for NULL pointers returned from folder->fetch_msginfo virtual
7469                 (should solve some reported crashes)
7470
7471 2002-08-30 [alfons]     0.8.2claws13
7472
7473         * acconfig.h
7474         * configure.in
7475         * src/crash.c
7476                 enable crash dialog on compilation time
7477                 (--enable-crash-dialog configure option)
7478
7479 2002-08-30 [alfons]     0.8.2claws12
7480
7481         * AUTHORS
7482                 add Martin Kluge
7483         * src/mh.c
7484                 apply memory leak plug patch by Martin Kluge
7485                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
7486                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
7487                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
7488
7489 2002-08-30 [darko]      0.8.2claws11
7490
7491         * src/folderview.c
7492                 copy Gtk style from normal style to match
7493                 font size for coloured folders
7494
7495 2002-08-29 [alfons]     0.8.2claws10
7496
7497         * sylpheed.desktop
7498                 Type=Internet <- Type=Application
7499                 (reported by Michael Schwendt, see:
7500                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
7501                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
7502
7503 2002-08-29 [paul]       0.8.2claws9
7504
7505         * sync with 0.8.2cvs5
7506                 see ChangeLog 2002-08-29
7507
7508 2002-08-29 [colin]      0.8.2claws8
7509
7510         * src/summaryview.c
7511                 Added a sanity check in summary_select_thread
7512                 Should fix bug 601605
7513
7514 2002-08-29 [colin]      0.8.2claws7
7515
7516         * src/main.c
7517                 Revert claws6 changes regarding bug #591676
7518
7519 2002-08-28 [colin]      0.8.2claws6
7520         
7521         * src/main.c
7522                 Ignore cache for queue folderitems
7523                 Fix bug #591676
7524
7525 2002-08-28 [melvin]     0.8.2claws5
7526
7527         * README.claws
7528                 Fixed typos.
7529
7530 2002-08-28 [melvin]     0.8.2claws4
7531
7532         * README.claws
7533                 Updated a bit the text concerning the spell checker
7534
7535 2002-08-28 [melvin]     0.8.2claws3
7536
7537         Merged the GNU_aspell_branch:
7538                 Support of new GNU/aspell is now included and the old pspell
7539                 is not supported anymore.
7540                 See README.claws
7541
7542         * README.claws
7543                 Updated spell checker text to reflect the switch to GNU/aspell
7544
7545         * ac/aspell.m4          *** NEW ***
7546         * src/gtkaspell.[ch]    *** NEW *** 
7547         * ac/pspell.m4          *** DELETED *** 
7548         * src/gtkspell.[ch]     *** DELETED ***
7549
7550         * ac/Makefile.am
7551                 Updated for GNU/aspell support
7552
7553         * po/POTFILES.in
7554                 Replaced gtkspell.c by gtkaspell.c
7555
7556         * acconfig.h
7557         * src/Makefile.am
7558         * src/about.c
7559         * src/compose.[ch]
7560         * src/crash.c
7561         * src/main.c
7562         * src/prefs_common.[ch]
7563                 Updated for GNU/aspell support
7564
7565 2002-08-28 [paul]       0.8.2claws2
7566
7567         * sync with 0.8.2cvs4
7568                 see ChangeLog 2002-08-27 and 2002-08-28
7569
7570 2002-08-28 [colin]      0.8.2claws1
7571
7572         * src/summary_search.c
7573                 Added "AND search"
7574
7575 2002-08-28 [jens]       0.8.2claws
7576
7577         *po/de.po
7578                 Updated German translations
7579
7580 2002-08-27 [melvin]     0.8.2claws
7581
7582         * po/fr.po
7583                 Updated French translations
7584
7585 2002-08-27 [paul]       0.8.2claws
7586
7587         * sync with 0.8.2 main release
7588
7589         * po/en_GB.po
7590           po/es.po
7591           po/it.po
7592           po/pl.po
7593           po/pt_BR.po
7594           po/sr.po
7595                 updated message catalogs submitted by
7596                 Ricardo Mones Lastra, Alessandro Maestri,
7597                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
7598                 Beneditto and Urke MMI  
7599
7600 2002-08-27 [hoa]        0.8.1claws123
7601
7602         * src/mainwindow.[ch]
7603         * src/summaryview.[ch]
7604                 removed the "filter setting" menu option.
7605                 add a "cancel a news message" menu option.
7606
7607 2002-08-26 [martin]     0.8.1claws122
7608
7609         * ChangeLog.claws
7610                 changed string under 0.8.1claws79 changed by myself
7611                 i'm sorry alfons :(
7612
7613 2002-08-26 [martin]     0.8.1claws121
7614
7615         * src/crash.c
7616                 added kill command to debuggerrc to start crash dialog
7617
7618 2002-08-26 [paul]       0.8.1claws120
7619
7620         * sync with 0.8.1cvs31
7621                 see ChangeLog 2002-08-26
7622
7623 2002-08-25 [alfons]     0.8.1claws119
7624
7625         * src/procmsg.c
7626                 fix bug that didn't send out correct headers to news server
7627                 when sending news article and email from queue (bug reported
7628                 and patch provided by Tim Mann; closes bug 
7629                 "[ 583196 ] 0.7.8claws can't post news")
7630
7631 2002-08-25 [alfons]     0.8.1claws118
7632
7633         * src/selective_download.c
7634                 mark two strings as translatable
7635                 (thanks to Urke MMI for pointing this out)
7636
7637 2002-08-25 [alfons]     0.8.1claws117
7638
7639         * src/summaryview.c
7640                 treat sent boxes as special and allow sorting them by addressee
7641                 (closes "[ 589418 ] Sent folder sorting misbehavior"
7642                 submitted by Steve Lamb)
7643
7644 2002-08-24 [alfons]     0.8.1claws116
7645
7646         * src/matcher.c
7647                 fix memleak reported by Martin Kluge
7648                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
7649
7650 2002-08-24 [oliver]     0.8.1claws115
7651
7652         * src/prefs_toolbar.c
7653                 o code cleanup as suggested by Alfons
7654                 o memleak fix
7655
7656 2002-08-24 [alfons]     0.8.1claws114
7657
7658         * src/summaryview.c
7659                 o fix another memory leak reported by Martin Kluge
7660                   (see "[ 599568 ] Small Memory Leak")
7661                 o remove 'from' variable from 'summary_set_header()'; we can
7662                   do with just 'to' 
7663
7664 2002-08-24 [paul]       0.8.1claws113
7665
7666         * sync with 0.8.1cvs30
7667                 see ChangeLog 2002-08-23
7668
7669 2002-08-24 [alfons]     0.8.1claws112
7670
7671         * src/summaryview.c
7672                 remove unnecessary allocations for search bar fixing leaks
7673                 reported by Martin Kluge
7674                 (see "[ 599451 ] Further memory leaks?")
7675
7676 2002-08-24 [alfons]     0.8.1claws111
7677
7678         * src/main.c
7679                 make get_socket_name() public for crash.c
7680         * src/crash.c
7681                 o make report bug button work (goes to claws' 
7682                   bug tracker at sf.net)
7683                 o introduce function for doing important stuff just
7684                   before claws goes down
7685                 o clean up code 
7686
7687 2002-08-24 [alfons]     0.8.1claws110
7688
7689         * src/compose.c
7690                 move cursor to "To" entry when forwarding as attachment
7691                 (reported and solved by Steve Lamb, closes bug report
7692                 "[ 592880 ] Forward as attachment; cursor not in to")
7693
7694 2002-08-24 [colin]      0.8.1claws109
7695
7696         * src/mainwindow.c
7697                 fix quick search visibility after GUI (de)separations.
7698
7699 2002-08-23 [colin]      0.8.1claws108
7700
7701         * src/mainwindow.c
7702                 fix header pane visibility after folderview or
7703                 messageview (de)separation
7704
7705 2002-08-23 [paul]       0.8.1claws107
7706
7707         * src/mainwindow.[ch]
7708           src/toolbar.c
7709                 give full control of display or non-display 
7710                 of the Execute icon to Custom toolbar settings.
7711                 add new sensitivity condition to maninwindow.h: 
7712                 M_DELAY_EXEC
7713
7714         * ChangeLog
7715           ChangeLog.jp
7716           NEWS
7717                 more sync with 0.8.1cvs29
7718
7719 2002-08-23 [melvin]     0.8.1claws106
7720
7721         * src/alertpanel.c
7722                 Readded support for custom widget in alertpanel lost in last
7723                 sync.
7724
7725 2002-08-23 [paul]       0.8.1claws105
7726
7727         * sync with 0.8.1cvs29
7728                 see ChangeLog 2002-08-23
7729
7730 2002-08-23 [colin]      0.8.1claws104
7731
7732         * src/summaryview.c
7733                 Fix folder and search pixmaps exchanging positions
7734                 after theme or toolbar changes. Thank to Oliver for 
7735                 reporting this.
7736
7737 2002-08-23 [colin]      0.8.1claws103
7738
7739         * src/mainwindow.c
7740           src/messageview.[ch]
7741           src/noticeview.[ch]
7742           src/summaryview.c
7743                 Changed messageview_create() and noticeview_create()
7744                 to avoid the last gdk_warning
7745
7746 2002-08-22 [colin]      0.8.1claws102
7747
7748         * src/summaryview.c
7749                 Fix my new `Creating pixmap from xpm' warning
7750
7751 2002-08-22 [colin]      0.8.1claws101
7752
7753         * src/mainwindow.c
7754                 Fix some of the gdk warnings
7755
7756 2002-08-22 [colin]      0.8.1claws100
7757
7758         * src/Makefile.am
7759         * src/stock_pixmap.c
7760         * src/stock_pixmap.h
7761         * src/pixmaps/quicksearch.xpm *ADDED*
7762                 Add the quicksearch pixmap
7763         * src/mainwindow.c
7764         * src/summaryview.c
7765         * src/summaryview.h
7766                 Make quicksearch bar visible/hidden via a button
7767
7768 2002-08-22 [christoph]  0.8.1claws99
7769
7770         * src/folder.c
7771                 fix folder update for newsgroups with message
7772                 numbers below minimum number of articles to fetch
7773                 (closes bug #598445)
7774
7775 2002-08-22 [paul]       0.8.1claws98
7776
7777         * sync with 0.8.1cvs28
7778                 see ChangeLog 2002-08-22
7779
7780 2002-08-21 [alfons]     0.8.1claws97
7781
7782         * src/crash.c
7783                 use bt instead of bt full which seems to work 
7784                 better, and bt full doesn't give a great deal 
7785                 of information anyway
7786
7787 2002-08-21 [colin]      0.8.1claws96
7788
7789         * src/summaryview.c
7790                 fix summaryview_searchtype_changed prototype
7791
7792 2002-08-21 [christoph]  0.8.1claws95
7793
7794         * src/mainwindow.c
7795                 o fix broken menu update for sorting type, we have to
7796                   get this info from the summaryview now
7797                 o removed setting of threaded state in menu callback
7798         * src/summaryview.[ch]
7799                 more summaryview/folderitem seperation for
7800                 threading option
7801         * configure.in
7802                 removed not required --with-compiler-flags option
7803
7804 2002-08-21 [oliver]     0.8.1claws94
7805         
7806         * src/toolbar.h 
7807                 o rename toolbar.xml to toolbar_main.xml
7808                   since toolbar_compose.xml might come up 
7809                   any time soon
7810         * README.claws
7811                 add custom toolbar              
7812
7813 2002-08-21 [darko]      0.8.1claws93
7814
7815         * src/procmsg.c
7816                 don't reset tmp flags for messages copied
7817                 to sent folder
7818
7819 2002-08-21 [colin]      0.8.1claws92
7820         
7821         * src/prefs_filtering.c
7822                 fix renaming rules on folder rename 
7823                 when folder is not a leaf folder
7824
7825 2002-08-21 [paul]       0.8.1claws91
7826
7827         * src/prefs_folder_item.c
7828                 fix alignment of colour selector
7829
7830 2002-08-21 [paul]       0.8.1claws90
7831
7832         * sync with 0.8.1cvs27
7833                 see ChangeLog 2002-08-21
7834
7835 2002-08-21 [paul]       0.8.1claws89
7836
7837         * src/summaryview.c
7838                 fix crash when changing field type in
7839                 Quick search bar
7840
7841 2002-08-21 [colin]      0.8.1claws88
7842
7843         * src/summaryview.c
7844                 Made quick search case-insensitive
7845
7846 2002-08-21 [paul]       0.8.1claws87
7847
7848         * sync with 0.8.1cvs26
7849                 see ChangeLog 2002-08-21
7850
7851 2002-08-20 [christoph]  0.8.1claws86
7852
7853         * src/folderview.c
7854         * src/main.c
7855         * src/summaryview.[ch]
7856                 more summaryview/folderitem seperation for
7857                 sort_key and sort_type
7858         * src/procmsg.c
7859                 added missing return statement
7860
7861 2002-08-20 [colin]      0.8.1claws85
7862
7863         * src/summaryview.[ch]
7864                 Added a quick search box
7865         * src/mainwindow.c
7866         * src/prefs_common.[ch]
7867                 Added a show/hide option for the quick search
7868
7869 2002-08-20 [oliver]     0.8.1claws84
7870         
7871         * src/mainwindow.c
7872                 remove toolbar_create_popups
7873         * src/toolbar.[ch]
7874                 o remove toolbar_create_popups
7875                 o fix toolbar_set_sensitive 
7876                   (Bug reports #596834 and #596832)     
7877         * src/prefs_toolbar.c
7878                 o add "Set default" button
7879                 o align label and text + combo widgets
7880
7881 2002-08-20 [hoa]        0.8.1claws83bis
7882
7883         * src/imap.c
7884                 fixed a bug in imap_fetch_msginfo() in case there is no
7885                 current folder.
7886
7887 2002-08-20 [darko]      0.8.1claws83
7888
7889         * src/folderview.c
7890                 copy the color style of folder view so it
7891                 works with GTK themes
7892
7893 2002-08-20 [darko]      0.8.1claws82
7894
7895         * src/folder.h
7896         * src/folderview.c
7897         * src/prefs_folder_item.[hc]
7898                 don't use UI stuff in folder.h
7899
7900 2002-08-20 [darko]      0.8.1claws81
7901
7902         * src/folder.h
7903         * src/prefs_folder_item.h
7904         * src/folderview.c
7905         * src/prefs_folder_item.c
7906                 ability to set folder color in folderview
7907
7908 2002-08-19 [alfons]     0.8.1claws80
7909
7910         * src/summaryview.c
7911                 fix one of the earlier memleaks reported by Martin Kluge
7912
7913 2002-08-19 [alfons]     0.8.1claws79
7914
7915         * src/mainwindow.c
7916                 hide notice view when selecting seperate folder
7917                 view (reported by Urke MMI)
7918
7919 2002-08-19 [christoph]  0.8.1claws78
7920
7921         * src/folderview.c
7922         * src/prefs_folder_item.h
7923         * src/summaryview.[ch]
7924                 o add summary_set_prefs_from_folderitem to set
7925                   summaryview prefs (first step to remove all
7926                   references to the folderitem in summaryview)
7927                 o moved compiled regex stuff from folderitem prefs
7928                   to summaryview code
7929
7930 2002-08-19 [paul]       0.8.1claws77
7931
7932         * src/compose.c
7933                 add check for '.' to QUOTE_IF_REQUIRED
7934
7935 2002-08-19 [paul]       0.8.1claws76
7936
7937         * src/inc.c
7938                 sync with 0.8.1cvs25 (plug memory leak)
7939
7940         * src/prefs_toolbar.c
7941                 re-order prefs_toolbar_cancel()
7942
7943 2002-08-18 [alfons]     0.8.1claws75
7944
7945         * src/inc.c
7946         * src/matcher.c
7947                 plug other memleaks reported by Martin Kluge
7948
7949 2002-08-18 [paul]       0.8.1claws74
7950
7951         * po/pt_BR.po
7952                 updated by Fabio Jr. Beneditto
7953
7954 2002-08-18 [paul]       0.8.1claws73
7955
7956         * src/toolbar.[ch]
7957                 fix bug where tooltips were displayed untranslated              
7958
7959         * src/prefs_toolbar.c
7960                 fix bug where clicking 'Cancel' creates an icon & text
7961                 toolbar regardless of prefs
7962         
7963
7964 2002-08-17 [oliver]     0.8.1claws72
7965
7966         * src/prefs_toolbar.c
7967                 update toolbar on CANCEL
7968                 bug reported by Martin Kluge
7969         * src/toolbar.c
7970                 toolbar_destroy memleak fixed           
7971
7972 2002-08-17 [alfons]     0.8.1claws71
7973
7974         * src/toolbar.c
7975                 plug another memleak reported by Martin Kluge
7976
7977 2002-08-16 [alfons]     0.8.1claws70
7978
7979         * src/crash.c
7980                 use execvp() correctly (suggested by wwp; thanks!)
7981
7982 2002-08-16 [alfons]     0.8.1claws69
7983
7984         * src/gtksctree.c
7985                 plug memory leak reported by Kim Schultz & Martin Kluge
7986
7987 2002-08-16 [paul]       0.8.1claws68
7988
7989         * po/es.po
7990                 updated by Ricardo Mones Lastra
7991
7992 2002-08-16 [paul]       0.8.1claws67
7993
7994         * src/toolbar.h
7995                 fix bug where 'Compose News' icon showed wrong
7996                 tooltip
7997
7998 2002-08-16 [paul]       0.8.1claws66
7999
8000         * sync with 0.8.1cvs24
8001                 see ChangeLog 2002-08-16
8002
8003         * po/it.po
8004                 updated by Alessandro Maestri
8005
8006 2002-08-15 [paul]       0.8.1claws65
8007
8008         * po/sr.po
8009                 updated by Urke MMI
8010
8011 2002-08-15 [paul]       0.8.1claws64
8012
8013         * src/*.c
8014                 don't translate debug info
8015
8016         * src/matcher.[ch]
8017                 add copyright info
8018
8019 2002-08-15 [paul]       0.8.1claws63
8020
8021         * src/prefs_toolbar.c
8022                 fix bug where clicking 'OK' creates an icon & text
8023                 toolbar regardless of prefs
8024
8025 2002-08-14 [alfons]     0.8.1claws62
8026
8027         * src/main.c
8028                 add global var that has the full argv[0]
8029         * src/crash.c
8030                 o execvp the correct sylpheed by using argv0
8031                   and setting the correct work dir
8032                 o other tweaks  
8033
8034 2002-08-14 [oliver]     0.8.1claws61
8035         
8036         * enable/disable Toolbar Action Buttons 
8037         * code cleanups
8038         * src/mainwindow.c
8039         * src/toolbar.[ch]      
8040         * src/prefs_toolbar.c   
8041
8042 2002-08-14 [melvin]     0.8.1claws60
8043
8044         * po/fr.po
8045                 Updated French translations
8046
8047 2002-08-14 [melvin]     0.8.1claws59
8048
8049         * src/crash.c
8050                 Made bug report not translatable
8051         * src/exporthtml.c
8052                 Fixed exporthtml_build_filespec() return value
8053         * src/foldersel.c
8054                 Fixed incorrect include file
8055         * src/gtkspell.c
8056         * src/prefs_actions.c
8057         * src/prefs_toolbar.c
8058                 Made debug info not translatable
8059         * src/mutt.c
8060         * src/quote_fmt.c
8061                 Added missing includes
8062         * src/prefs_common.c
8063                 Fixed typo
8064
8065 2002-08-14 [paul]       0.8.1claws58
8066
8067         * faq/es/sylpheed-faq.html
8068           faq/es/sylpheed-faq-[1-3].html
8069           faq/es/sylpheed-faq-4.html     **NEW FILE **
8070                 update Spanish FAQ
8071
8072 2002-08-13 [christoph]  0.8.1claws57
8073
8074         * src/procmsg.c
8075                 ignore thread fix that did not mark all
8076                 child nodes of a ignored thread as
8077                 ignored. Does not work perfectly yet,
8078                 but it is better now
8079
8080 2002-08-13 [alfons]     0.8.1claws56
8081
8082         * src/crash.c
8083                 o implement 'save crash log'
8084                 o some tweaks
8085
8086 2002-08-13 [melvin]     0.8.1claws55
8087
8088         * src/main.c
8089                 removed unrequired "execinfo.h" header
8090
8091 2002-08-12 [paul]       0.8.1claws54
8092
8093         * faq/en/sylpheed-faq.html
8094           faq/en/sylpheed-faq-[1-3].html
8095           faq/en/sylpheed-faq-4.html     **NEW FILE **
8096                 update English FAQ
8097
8098 2002-08-12 [alfons]     0.8.1claws53
8099
8100         * po/POTFILES.in
8101                 add crash.c to translatables
8102         * src/crash.c
8103                 bring in Leandro's crash dialog
8104
8105 2002-08-11 [alfons]     0.8.1claws52
8106
8107         * src/crash.c
8108                 clean up some warnings
8109
8110 2002-08-11 [alfons]     0.8.1claws51
8111
8112         * acconfig.h
8113         * configure.in
8114         * src/crash.[ch]        ** NEW FILES **
8115         * src/main.c            
8116                 initial gdb crash handler
8117
8118 2002-08-11 [paul]       0.8.1claws50
8119
8120         * src/prefs_toolbar.c
8121                 replace Up/Down arrow pixmaps with text to be
8122                 consistent across icon themes
8123
8124 2002-08-11 [paul]       0.8.1claws49
8125
8126         * src/prefs_common.c
8127           src/prefs_toolbar.c
8128                 rename 'Pixmap' -> 'Icon'
8129
8130         * src/toolbar.[ch]
8131                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
8132
8133 2002-08-10 [paul]       0.8.1claws48
8134
8135         * src/prefs_toolbar.c
8136                 re-work the UI
8137
8138 2002-08-10 [paul]       0.8.1claws47
8139
8140         * src/main.c
8141                 don't write Processing progress to status bar
8142                 patch submitted by Alexander Evseev
8143
8144         * src/prefs_toolbar.c
8145                 re-position and resize window
8146                 make window assume correct size on first call
8147
8148 2002-08-10 [paul]       0.8.1claws46
8149
8150         * src/mainwindow.c
8151           src/prefs_toolbar.c
8152           src/toolbar.c
8153           src/toolbar.h
8154                 obey coding style
8155                 follow UI text conventions
8156
8157 2002-08-10 [alfons]     0.8.1claws45
8158
8159         * src/toolbar.c
8160                 correct pixmap for delete action
8161
8162 2002-08-10 [paul]       0.8.1claws44
8163
8164         * po/pt_BR.po
8165                 updated by Fabio Jr. Beneditto
8166
8167 2002-08-10 [paul]       0.8.1claws43
8168
8169         * po/POTFILES.in
8170                 add custom toolbar files
8171
8172 2002-08-10 [paul]       0.8.1claws42
8173
8174         * sync with 0.8.1cvs22
8175                 see ChangeLog 2002-08-09
8176
8177 2002-08-09 [paul]       0.8.1claws41
8178
8179         * tools/Makefile.am
8180           tools/README
8181           tools/outlook2sylpheed.pl     ** NEW FILE **
8182                 add script to convert exported Outlook
8183                 contacts list to a Sylpheed addressbook.
8184                 Submitted by Ricardo Mones Lastra.
8185
8186 2002-08-09 [paul]       0.8.1claws40
8187
8188         * AUTHORS
8189           configure.in
8190           po/sr.po      ** NEW FILE **
8191                 add Serbian message catalog. Submitted by
8192                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
8193
8194 2002-08-09 [paul]       0.8.1claws39
8195
8196         * sync with 0.8.1cvs21
8197                 see ChangeLog 2002-08-08
8198
8199 2002-08-08 [oliver]     0.8.1claws38
8200
8201         * src/mainwindow.c
8202                 move Custom Toolbar to Configuration menu
8203
8204 2002-08-08 [oliver]     0.8.1claws37
8205
8206         * src/prefs_toolbar.c
8207                 fix substitute pixmap bug
8208
8209 2002-08-08 [paul]       0.8.1claws36
8210
8211         * sync with 0.8.1cvs19
8212                 see ChangeLog 2002-08-08
8213
8214 2002-08-07 [christoph]  0.8.1claws35
8215
8216         * src/utils.c
8217                 fixed a memory leak in new canonicalize_file_replace
8218
8219 2002-08-07 [christoph]  0.8.1claws34
8220
8221         * src/utils.[ch]
8222                 o canonicalize_file_replace should create the temporary
8223                   file in the same directory as the original file.
8224                 o added get_tmpfile_in_dir that creates a temorary file
8225                   in a specified directory.
8226
8227 2002-08-07 [melvin]     0.8.1claws33
8228
8229         * src/toolbar.c
8230                 fixed bug where 'Article' button acted as 'Email' button.
8231
8232 2002-08-07 [paul]       0.8.1claws32
8233
8234         * sync with 0.8.1.cvs17
8235                 see ChangeLog 2002-08-07
8236
8237 2002-08-07 [colin]      0.8.1claws31
8238         
8239         * src/news.c
8240                 fix mass-cancel problem
8241
8242 2002-08-07 [thorsten]   0.8.1claws30
8243
8244         * src/prefs_toolbar.c
8245                 fix: crash on replace or add new button
8246         * src/toolbar.c
8247                 fix: close xmlfile after reading
8248         * src/utils.c
8249                 fix: unlink() file before rename()
8250
8251 2002-08-06 [paul]       0.8.1claws29
8252
8253         * sync with 0.8.cvs15
8254                 see ChangeLog 2002-08-06
8255
8256 2002-08-06 [oliver]     0.8.1claws28
8257
8258         * src/toolbar.c
8259         * src/prefs_toolbar.c
8260                 fixed empty toolbar issue
8261
8262 2002-08-06 [oliver]     0.8.1claws27
8263
8264         * Custom Toolbar Final 
8265         * src/folderview.c
8266         * src/inc.c
8267         * src/summaryview.c
8268                 o toolbar stuff now lives in src/toolbar.[ch]
8269                 o main_window_toolbar_* functions are renamed to
8270                   toolbar_* reflecting their new source file
8271         * src/mainwindow.[ch]
8272                 o remove toolbar stuff  
8273
8274 2002-08-06 [oliver]     0.8.1claws26
8275         
8276         * src/Makefile.am
8277         * src/prefs_toolbar.[ch]        **New File**
8278         * src/toolbar.[ch]              **New File**
8279                 o prefs_toolbar.[ch] custom toolbar frontend
8280                 o toolbar.[ch]       backend 
8281
8282 2002-08-06 [oliver]     0.8.1claws25
8283
8284         * src/prefs_actions.[ch]
8285                 o new exported function actions_execute
8286
8287 2002-08-06 [paul]       0.8.1claws24
8288
8289         * sync with 0.8.1cvs4
8290                 see ChangeLog 2002-08-06
8291
8292 2002-08-06 [paul]       0.8.1claws23
8293
8294         * sync with 0.8.1cvs13
8295                 see ChangeLog 2002-08-06
8296
8297 2002-08-06 [paul]       0.8.1claws22
8298
8299         * sync with 0.8.1cvs12
8300                 see ChangeLog 2002-08-05 and 2002-08-06
8301
8302 2002-08-06 [match]      0.8.1claws21
8303
8304         * src/addrclip.c
8305                 improvements to cut/copy/paste address
8306
8307 2002-08-05 [match]      0.8.1claws20
8308
8309         * src/addritem.[ch]
8310         * src/addrcache.c
8311         * src/addrbook.c
8312         * src/editaddress.c
8313         * src/addressbook.c
8314                 fixes to improve cut/copy/paste
8315
8316 2002-08-06 [melvin]     0.8.1claws19
8317
8318         * src/account.[ch]
8319                 account_find_all_from_address(): new function that returns the
8320                 list of all accounts that are matched in an address.
8321         * src/alertpanel.[ch]
8322                 alertpanel() now accepts a custom widget
8323                 alertpanel_with_widget(): new function that pops up a panel with
8324                 a custom widget in it 
8325         * src/gtkutils.[ch]
8326                 gtkut_account_menu_new(): new function that allows the selection
8327                 of an account from a list of accounts.
8328         * src/messageview.c
8329                 Extended Return Receipt notification to select the correct 
8330                 account and to make a security test on the Delivery-Notification
8331                 address which should be the same as the Return-Path.
8332
8333 2002-08-06 [thorsten]   0.8.1claws18
8334
8335         * src/mimeview.c
8336                 attach_all: save unnamed as "noname.%d",
8337                 dont free static dirname
8338
8339 2002-08-05 [alfons]     0.8.1claws17
8340
8341         * configure.in
8342                 detect XIM by trying to link rather than compile a XIM program
8343
8344 2002-08-05 [oliver]     0.8.1claws16
8345                 
8346         * src/stock_pixmap.[ch]
8347                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
8348                 o new func to retrieve pixmaps
8349
8350 2002-08-05 [paul]       0.8.1claws15
8351
8352         * sync with 0.8.1cvs10
8353                 see ChangeLog 2002-08-05
8354
8355 2002-08-04 [alfons]     0.8.1claws14
8356
8357         * src/textview.c
8358                 see if this plugs memleak
8359
8360 2002-08-04 [melvin]     0.8.1claws13
8361
8362         * src/gtkspell.c
8363                 fixed bug that could crash Sylpheed when highlighting
8364                 all misspelled words.
8365
8366 2002-08-03 [melvin]     0.8.1claws12
8367
8368         * src/prefs_actions.c
8369                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
8370         * src/messageview.c
8371                 fixed bug where the Return Receipt was sent to
8372                 Delivery-Notification-To address even if it was not present
8373
8374 2002-08-02 [alfons]     0.8.1claws11
8375
8376         * src/prefs_actions.c
8377                 o more check for NULLs
8378                 o put create_io_dialog() in right conditional block
8379
8380 2002-08-02 [paul]       0.8.1claws10
8381
8382         * po/es.po
8383                 updated by Ricardo Mones Lastra
8384
8385 2002-08-01 [christoph]  0.8.1claws9
8386
8387         * src/folder.c
8388                 don't free the cache of the opened
8389                 folder in the summaryview
8390         * src/summaryview.c
8391                 don't unset flags, if it is not required
8392
8393 2002-08-01 [paul]       0.8.1claws8
8394
8395         * sync with 0.8.1cvs8
8396                 see ChangeLog entry 2002-08-01
8397
8398 2002-08-01 [paul]       0.8.1claws7
8399
8400         * sync with 0.8.1cvs7
8401                 see ChangeLog 2002-07-31 and 2002-08-01
8402
8403 2002-07-31 [christoph]  0.8.1claws6
8404
8405         * src/mainwindow.c
8406                 forgot to update menu sensitivity
8407                 function for new menu entry
8408
8409 2002-07-31 [alfons]     0.8.1claws5
8410
8411         * src/main.c
8412                 check folder item and its path for NULL on
8413                 initial processing
8414
8415 2002-07-31 [christoph]  0.8.1claws4
8416
8417         * src/folder.c
8418                 check if folder_item_get_msginfo in
8419                 folder_item_remove_msg returned NULL
8420         * src/imap.c
8421                 better clear the uid cache in the
8422                 uid validity check function and delete
8423                 cached messages
8424
8425 2002-07-31 [paul]       0.8.1claws3
8426
8427         * man/sylpheed.1
8428                 add the '--attach' option and a few other
8429                 minor changes
8430
8431 2002-07-31 [paul]       0.8.1claws2
8432
8433         * sync with 0.8.1cvs5
8434                 see ChangeLog 2002-07-31
8435
8436 2002-07-31 [christoph]  0.8.1claws1
8437
8438         * src/folderview.[ch]
8439         * src/mainwindow.c
8440                 replace "Rescan all folders..." with
8441                 "Check all folders for new messages..."
8442
8443 2002-07-30 [paul]       0.8.1claws
8444
8445         * version 0.8.1claws released
8446
8447 2002-07-30 [paul]       0.8.0claws29
8448
8449         * tools/OOo2sylpheed.pl ** NEW FILE **
8450           tools/README
8451                 add script to enable sending documents as
8452                 attachments from OpenOffice.org
8453
8454 2002-07-30 [melvin]     0.8.0claws28
8455
8456         * src/prefs_actions.c
8457                 Made the actions' input/output dialog display
8458                 without delay.
8459
8460 2002-07-30 [christoph]  0.8.0claws27
8461
8462         * src/procmsg.c
8463                 check if folder_item_get_msginfo in
8464                 procmsg_save_to_outbox returned NULL
8465
8466 2002-07-30 [paul]       0.8.0claws26
8467
8468         * sync with 0.8.1cvs4
8469                 see ChangeLog 2002-07-29
8470
8471 2002-07-29 [thorsten]   0.8.0claws25
8472
8473         * README.claws
8474                 added selective download, delete on server
8475
8476 2002-07-29 [paul]       0.8.0claws24
8477
8478         * sync with 0.8.1cvs3
8479                 see ChangeLog 2002-07-29
8480
8481 2002-07-27 [christoph]  0.8.0claws23
8482
8483         * src/folder.c
8484                 add extra check if fetching the msginfo
8485                 returned NULL
8486
8487 2002-07-27 [paul]       0.8.0claws22
8488
8489         * sync with 0.8.1cvs2
8490                 see ChangeLog 2002-07-26
8491
8492 2002-07-27 [christoph]  0.8.0claws21
8493
8494         * src/imap.c
8495                 add another check if a valid msginfo
8496                 was returned
8497
8498 2002-07-26 [hoa]        0.8.0claws20
8499
8500         * src/folder.c
8501                 Fixed a condition in folder_item_destroy()
8502
8503         * src/imap.c
8504                 Fixed an error in IMAP protocol
8505
8506 2002-07-26 [alfons]     0.8.0claws19
8507
8508         * src/folder.c
8509                 ofcourse compare with identifier, not the path
8510
8511 2002-07-26 [alfons]     0.8.0claws18
8512
8513         * src/folder.c
8514                 use folder item identifier for saving / restoring
8515                 preferences because folder->path might not be unique
8516
8517 2002-07-26 [melvin]     0.8.0claws17
8518
8519         * src/logwindow.c
8520                 Fixed a crash introduced in 0.8.0claws5 when log is 
8521                 cut under 80 characters.
8522
8523 2002-07-26 [paul]       0.8.0claws16
8524
8525         * sync with 0.8.1cvs1
8526                 see ChangeLog 2002-07-26
8527
8528 2002-07-26 [christoph]  0.8.0claws15
8529
8530         * src/imap.[ch]
8531                 imap folder now remembers the last selected
8532                 folder and imap_fetch_msginfo skips selecting
8533                 the folder if it is already selected
8534
8535 2002-07-26 [christoph]  0.8.0claws14
8536
8537         * src/folder.c
8538         * src/folderview.c
8539         * src/imap.c
8540                 fix imap folder rescanning
8541
8542 2002-07-25 [christoph]  0.8.0claws13
8543
8544         * src/filter.c
8545         * src/folder.[ch]
8546         * src/folderview.c
8547         * src/imap.[ch]
8548         * src/mainwindow.c
8549         * src/mbox_folder.c
8550         * src/mh.c
8551         * src/news.c
8552                 implement imap uid cache and uid validity check
8553
8554 2002-07-25 [alfons]     0.8.0claws12
8555
8556         * src/summaryview.c
8557                 fix a brown paper bag bug, and also add some more
8558                 checks
8559
8560 2002-07-25 [christoph]  0.8.0claws11
8561
8562         * src/folder.c
8563                 don't mix copy, fetch_msginfo and remove
8564                 operations in folder item copy and move
8565                 operations
8566
8567 2002-07-25 [christoph]  0.8.0claws10
8568
8569         * src/folderview.c
8570         * src/mainwindow.c
8571         * src/prefs_folder_item.c
8572         * src/summaryview.[ch]
8573                 remove no longer required parameter update_cache from
8574                 summary_show
8575
8576 2002-07-25 [paul]       0.8.0claws9
8577
8578         * sync with 0.8.1
8579         
8580         * AUTHORS
8581                 a few corrections
8582
8583 2002-07-24 [alfons]     0.8.0claws8
8584
8585         * src/summaryview.c
8586                 sort correctly when using simplified subject line
8587                 (closes feature request "[ 585141 ] applying regexp to subject 
8588                 before sort" submitted by Alexandra Walford)
8589
8590 2002-07-24 [paul]       0.8.0claws7
8591
8592         * sync with 0.8.0cvs3
8593                 see ChangeLog 2002-07-24
8594
8595 2002-07-23 [christoph]  0.8.0claws6
8596
8597         * src/folder.c
8598         * src/folder.h
8599         * src/summaryview.c
8600         * src/summaryview.h
8601         * src/main.c
8602                 o separate processing and summaryview
8603                 o removed summary_write_cache from summaryview
8604                 o removed summaryview->killed_messages, because we don't have
8605                   to keep a list of killed messages anymore. New cache will
8606                   keep the hidden messages in cache anyway
8607         * src/folderview.c
8608         * src/inc.c
8609         * src/selective_download.c
8610                 o removed unnecessary summary_write_cache calls
8611         * src/procmsg.c
8612                 o don't set ignore thread flag in procmsg_get_thread_tree
8613                   if it is already set
8614         * src/mainwindow.c
8615         * src/statusbar.h
8616                 o moved STATUSBAR_PUSH/POP to statusbar.h because
8617                   they are used in different files
8618
8619 2002-07-23 [melvin]     0.8.0claws5
8620
8621         * src/addressbook.c
8622         * src/addrgather.c
8623         * src/editaddress.c
8624         * src/editgroup.c
8625         * src/editldap_basedn.c
8626         * src/importldif.c
8627         * src/prefs_common.c
8628                 Fixed few memory leak (gtk_editable_get_chars returns
8629                 an allocated string)
8630         * src/logwindow.c
8631                 Fixed few memory leak (gtk_editable_get_chars returns
8632                 an allocated string) and modified a little the log cutting
8633                 loop.
8634         * src/compose.c
8635                 Replaced a call to an obsolete function gtk_entry_get_text()
8636                 by gtk_editable_get_chars()
8637         * src/send.c
8638                 Removed a debug printf
8639
8640 2002-07-23 [christoph]  0.8.0claws4
8641
8642         * src/filesel.c
8643                 fix another g_dirname memory leak
8644
8645 2002-07-23 [christoph]  0.8.0claws3
8646
8647         * src/mh.c
8648                 fixed a memory leak in mh_fetch_msginfo
8649                 fixed crash when message header could not be
8650                 parsed
8651
8652 2002-07-23 [paul]       0.8.0claws2
8653
8654         * sync with 0.8.0cvs2
8655                 see ChangeLog 2002-07-23
8656
8657 2002-07-23 [paul]       0.8.0claws1
8658
8659         * sync with 0.8.0cvs1
8660                 see ChangeLog 2002-07-23
8661
8662 2002-07-23 [paul]       0.8.0claws
8663
8664         * release of 0.8.0claws
8665
8666 2002-07-23 [paul]       0.7.8claws99
8667
8668         * po/ru.po
8669                 new Russian translation, submitted by
8670                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
8671
8672 2002-07-22 [jens]       0.7.8claws98
8673
8674         * po/de.po
8675                 Updated German translations.
8676
8677 2002-07-22 [paul]       0.7.8claws97
8678
8679         * po/es.po
8680           po/it.po
8681           po/nl.po
8682           po/pt_BR.po
8683                 updated translations by Ricardo Mones Lastra,
8684                 Alessandro Maestri, Wilbert Berendsen and 
8685                 Fabio Jr. Beneditto respectively
8686
8687 2002-07-22 [christoph]  0.7.8claws96
8688
8689         * src/mimeview.c
8690                 fix memory leak caused by wrong g_dirname usage
8691
8692 2002-07-22 [christoph]  0.7.8claws95
8693
8694         * src/summaryview.c
8695                 update new and unread message counts for summaryview
8696                 summaryview does not get it from the folder anymore
8697                 and has to update the values itself
8698
8699 2002-07-22 [melvin]     0.7.8claws94
8700
8701         * po/fr.po
8702                 Updated French translations.
8703
8704 2002-07-22 [christoph]  0.7.8claws93
8705
8706         * src/matcher.c
8707                 set prop->preg pointer to NULL or following check
8708                 will not fail and regexec will be called with
8709                 invalid pointer
8710
8711 2002-07-21 [alfons]     0.7.8claws92
8712         
8713         * src/prefs_common.[ch]
8714                 remove option "Send return receipt on request"
8715
8716 2002-07-21 [thorsten]   0.7.8claws91
8717
8718         * src/mimeview.c
8719                 fixed memleaks, coding style as pointed out by alfons
8720
8721 2002-07-21 [alfons]     0.7.8claws90
8722
8723         * src/messageview.c
8724         * src/noticeview.[ch]
8725                 o fix bug notice view being displayed when going to empty folder 
8726                   (noticed by Christoph)
8727                 o allow RRR to be sent when restarting sylpheed, or changing folder 
8728                   (noticed by Thorsten)
8729
8730 2002-07-21 [thorsten]   0.7.8claws89
8731
8732         * src/mimeview.c
8733                 Included save_all patch from Xaview FACQ
8734                 added support for pathnames
8735
8736 2002-07-21 [alfons]     0.7.8claws88
8737
8738         * po/POTFILES.in
8739         * src/Makefile.am
8740         * src/mainwindow.c
8741         * src/messageview.[ch]
8742         * src/noticeview.c      ** NEW FILE **
8743         * src/noticeview.h      ** NEW FILE **
8744                 make return receipts work again
8745                 (UI idea by Leandro Pereira)
8746
8747 2002-07-21 [paul]       0.7.8claws87
8748
8749         * src/summaryview.c
8750                 fix sensitivity of 'Select thread'
8751
8752 2002-07-21 [paul]       0.7.8claws86
8753
8754         * src/prefs_common.c
8755                 add browser command line for Galeon
8756
8757 2002-07-21 [paul]       0.7.8claws85
8758
8759         * Makefile.am
8760                 fix 'EXTRA_DIST': remove README.README, add TODO
8761                 and TODO.claws
8762
8763 2002-07-21 [alfons]     0.7.8claws84
8764
8765         * src/gtkstext.c
8766                 make enter clear selection
8767                 (closes "[ 579888 ] Editor selection/entry error"
8768                 reported by Steve Lamb)
8769
8770 2002-07-21 [alfons]     0.7.8claws83
8771         
8772         * src/summaryview.c
8773                 sort message list when selecting unthread messages
8774                 (closes "[ 501593 ] switching threaded view doesn't sort"
8775                 reported by Simon Schubert)
8776
8777 2002-07-20 [alfons]     0.7.8claws82
8778         
8779         * src/matcher.c
8780                 const-correctness
8781
8782 2002-07-20 [thorsten]   0.7.8claws81
8783
8784         * src/matcher.c
8785                 Fixed expansion of empty fields in matchactions
8786
8787 2002-07-19 [melvin]     0.7.8claws80
8788
8789         * src/gtkspell.c
8790                 Removed a duplicate menu entry (fast mode) introduced during
8791                 the new cache merge
8792                 Added a menu separator between 'Use alternate' and 'Fast mode'
8793
8794 2002-07-19 [paul]       0.7.8claws79
8795
8796         * tools/Makefile.am
8797           tools/README
8798                 correct typos
8799
8800 2002-07-19 [thorsten]   0.7.8claws78
8801
8802         * tools/calypso_convert.pl      ** NEW FILE **
8803           tools/README
8804           tools/Makefile.am
8805                 script to import mbox files exported
8806                 by calypso
8807                 o generates folder structure
8808                 o includes attachments
8809
8810 2002-07-19 [melvin]     0.7.8claws77
8811
8812         * src/selective_download.[ch]
8813                 Fixed bug where closing the dialog with the window manager's
8814                 close button will not unlock the summary
8815                 Corrected some function declarations that missed a return value
8816                 Made the source code comply better with coding style.
8817         * src/prefs_common.c
8818                 Added new browser command line for Mozilla.
8819
8820 2002-07-18 [paul]       0.7.8claws76
8821
8822         * src/mainwindow.c
8823           src/selective_download.[ch]
8824                 reflect theme changes, fix Gdk Warning when creating 
8825                 pixmap from NULL window, and minor clean up.
8826                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
8827
8828         * po/en_GB.po
8829                 updated
8830
8831 2002-07-17 [paul]       0.7.8claws75
8832
8833         * INSTALL[.jp]
8834                 sync with 0.8.0
8835         
8836         * po/en_GB.po
8837                 updated
8838
8839 2002-07-16 [paul]       0.7.8claws74
8840
8841         * tools/filter_conv.pl
8842           tools/README
8843                 replace conversion script with reimplemented version, 
8844                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
8845
8846 2002-07-16 [colin]      0.7.8claws73
8847
8848         * src/summaryview.c
8849                 remove forgotten debug messages - sorry ;-)
8850
8851 2002-07-16 [colin]      0.7.8claws72
8852
8853         * src/mimeview.c
8854           src/summaryview.c
8855           src/textview.c
8856           src/textview.h
8857                 add the ability to select part of a text mime-part 
8858                 to reply.
8859
8860 2002-07-15 [christoph]  0.7.8claws71
8861
8862         * src/folder.c
8863                 fix folder message count for folders without
8864                 msg_is_changed (includes news folders)
8865
8866 2002-07-15 [martin]     0.7.8claws70
8867
8868         * src/summaryview.c
8869                 option "display recipient on 'From'..." now works
8870                 without the need of enabling the option
8871                 "display  sender  using  address  book".
8872
8873 2002-07-15 [christoph]  0.7.8claws69
8874
8875         * src/summaryview.c
8876                 removed setting folder status from summaryview.
8877                 folder.c should update all message counts correctly.
8878
8879 2002-07-15 [paul]       0.7.8claws68
8880
8881         * po/pt_BR.po
8882                 updated by Fabio Junior Beneditto
8883
8884 2002-07-15 [darko]      0.7.8claws67
8885
8886         * src/mh.c
8887                 Fixed target folder colorization, don't decrease op
8888                 number twice
8889
8890 2002-07-14 [paul]       0.7.8claws66
8891
8892         * sync with main 0.8.0
8893                 see ChangeLog 2002-07-14
8894
8895 2002-07-13 [melvin]     0.7.8claws65
8896         
8897         * src/addrbook.c
8898         * src/addressbook.c
8899         * src/addrindex.c
8900                 Replaced sprintf by g_snprintf to prevent possible buffer
8901                 overflow.
8902         * src/news.c
8903                 Corrected a log message output format.
8904                 Added a missing "done" debug output.
8905         * src/compose.c
8906                 Added keyboard accelerator for Priority menu items
8907                 Added missing \n in debug output
8908         * src/logwindow.c
8909         * src/gtkspell.c
8910         * src/rfc2015.c
8911                 Added missing \n in debug output
8912
8913 2002-07-13 [paul]       0.7.8claws64
8914
8915         * man/sylpheed.1
8916                 change Sergey's email address to the sf address
8917
8918         * src/textview.c
8919                 increase show_url_timeout (more useful for long
8920                 urls)
8921
8922 2002-07-12 [sergey]     0.7.8claws63
8923
8924         * src/rfc2015.c
8925                 applied (with some modifications) patch to set the
8926                 micalg parameter for signatures
8927                 (2001-08-28 Werner Koch <wk@gnupg.org>)
8928
8929 2002-07-12 [sergey]     0.7.8claws62
8930
8931         * man/Makefile.am
8932         * configure.in
8933                 fixed man page installation
8934
8935 2002-07-12 [paul]       0.7.8claws61
8936
8937         * sync with 0.7.8cvs26
8938                 see ChangeLog 2002-07-11 and 2002-07-12
8939
8940 2002-07-11 [christoph]  0.7.8claws60
8941
8942         * src/compose.c
8943         * src/procmsg.c
8944                 first use the message number to find the message
8945                 to mark with a reply flag but check the
8946                 message-id if we got the correct message, if not
8947                 try to find it by message-id.
8948                 use new string seperator that is not allowed
8949                 in message-ids.
8950
8951 2002-07-11 [paul]       0.7.8claws59
8952
8953         * sync with 0.7.8cvs23
8954                 see ChangeLog 2002-07-10
8955
8956 2002-07-10 [christoph]  0.7.8claws58
8957
8958         * src/folder.[ch]
8959         * src/msgcache.[ch]
8960                 Added message-id table to the cache in memory
8961                 and functions to msgcache.c and folder.c to
8962                 fetch MsgInfos by message id
8963         * src/compose.c
8964         * src/procmsg.c
8965                 store folder and message-id of message replying
8966                 to in queue header and set reply flag after sending
8967                 (Closes bug #469498)
8968
8969 2002-07-10 [paul]       0.7.8claws57
8970
8971         * AUTHORS
8972           man/sylpheed.1.gz
8973                 add Martin to the list of authors
8974
8975 2002-07-09 [martin]     0.7.8claws56
8976         * src/gtksctree.c
8977                 Added gtk_ctree_last_visible(), tree_update_level(),
8978                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
8979                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
8980                 from gtk+ to gtksctree.c for the new sorting code
8981                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
8982                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
8983         * src/gtksctree.h
8984                 Added declaration for gtk_sctree_sort_recursive() and
8985                 gtk_sctree_sort_node
8986         * src/addressbook.c
8987         * src/foldersel.c
8988         * src/folderview.c
8989         * src/summaryview.c
8990                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
8991                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
8992
8993 2002-07-08 [paul]       0.7.8claws55
8994
8995         * more sync with 0.7.8cvs21
8996                 see ChangeLog 2002-07-08
8997
8998 2002-07-08 [paul]       0.7.8claws54
8999
9000         * sync with 0.7.8cvs21
9001                 see ChangeLog 2002-07-08
9002
9003 2002-07-07 [alfons]     0.7.8claws53
9004
9005         * src/Makefile.am
9006         * src/stock_pixmap.[ch]
9007         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
9008         * src/pixmaps/notice_error.xpm  ** NEW FILE **
9009         * src/pixmaps/notice_note.xpm   ** NEW FILE **
9010                 add new pixmaps for upcoming notice pane
9011
9012 2002-07-06 [melvin]     0.7.8claws52
9013
9014         * src/gtkspell.[ch]
9015                 Made them a bit closer to Sylpheed's coding style.
9016                 Removed old code.
9017                 Removed possible memory leaks when some errors occurs.
9018
9019 2002-07-06 [melvin]     0.7.8claws51
9020
9021         * po/Makefile.in.in
9022                 Removed --no-location in xgettext command line to help
9023                 translators that use Emacs' po-mode
9024         * src/quote_fmt.c
9025                 Removed unnecessary comments that messed up sylpheed.pot
9026
9027 2002-07-06 [paul]       0.7.8claws50
9028
9029         * sync with 0.7.8cvs19
9030                 see ChangeLog 2002-07-05
9031
9032 2002-07-06 [christoph]  0.7.8claws49
9033
9034         * src/folder.c
9035         * src/mainwindow.c
9036                 fix folder_item_remove_all_msg and folderview
9037                 status for trash folders after emptying trash
9038
9039 2002-07-05 [paul]       0.7.8claws48
9040
9041         * sync with 0.7.8cvs16
9042                 see ChangeLog 2002-07-04 and 2002-07-05
9043
9044 2002-07-04 [paul]       0.7.8claws47
9045
9046         * sync with 0.7.8cvs14
9047                 see  ChangeLog 2002-07-04
9048
9049 2002-07-03 [alfons]     0.7.8claws46
9050
9051         * src/folder.c
9052                 dupe folder item's path because it's being reallocated
9053                 by new folder scanning code
9054
9055 2002-07-03 [christoph]  0.7.8claws45
9056
9057         * src/imap.c
9058                 better IMAP uid fetching using 'FETCH 1:* (UID)'
9059         * src/msgcache.c
9060                 add missing return in msgcache_write
9061
9062 2002-07-02 [thorsten]   0.7.8claws44
9063
9064         * src/jpilot.c
9065         * src/msgcache.c
9066         * src/rfc2015.c
9067                 use binary mode for file access
9068
9069 2002-07-02 [christoph]  0.7.8claws43
9070
9071         * major code cleanup (part 1)
9072         
9073                 - unused variables removed
9074                 - unused functions removed
9075                 - uninitialized variables checked
9076                 - missing return statements added
9077                 - missing function return types added
9078                 - added parentheses around assignment and
9079                   && in || when suggested by gcc
9080               
9081         * src/mh.c
9082         * src/folder.c
9083                 replaced direct calls to folder->scan_tree
9084                 with folder_scan_tree and restore folder
9085                 prefs in this function. The folder should
9086                 not have to deal with them.
9087                 ( Should now work for all folder types )
9088
9089 2002-07-02 [paul]       0.7.8claws42
9090
9091         * sync with 0.7.8cvs13
9092                 see ChangeLog 2002-07-01 and 2002-07-02
9093
9094 2002-07-01 [christoph]  0.7.8claws41
9095
9096         * src/summaryview.c
9097                 fix "goto next/prev unread message" with
9098                 ignored threads
9099
9100 2002-07-01 [paul]       0.7.8claws40
9101
9102         * po/es.po
9103                 updated by Ricardo Mones Lastra
9104
9105 2002-06-30 [match]      0.7.8claws39
9106
9107         * src/jpilot.c
9108                 applied variation of leonerd's patch (566661) to
9109                 allow multiple email addresses per JPilot entry.
9110                 addresses may be separated by space, comma, pipe,
9111                 semi-colon, new-line.
9112
9113 2002-06-30 [alfons]     0.7.8claws38
9114
9115         * src/procmsg.c
9116                 simple fix for putting older nodes before
9117                 newer nodes when threading by subject
9118
9119 2002-06-30 [christoph]  0.7.8claws37
9120
9121         * src/folder.c
9122         * src/folderview.c
9123         * src/mh.c
9124         * src/news.c
9125         * src/procmsg.c
9126                 fix broken folder tree rescaning
9127                 and don't use procmsg_get_mark_sum
9128                 anymore
9129
9130 2002-06-30 [christoph]  0.7.8claws36
9131
9132         * merge new cache branch
9133         * src/imap.c
9134                 fix new cache imap copy bug
9135         * src/folder.c
9136                 improved folder_item_scan
9137                 it should now always set the correct
9138                 new, unread and total message counts
9139
9140 2002-06-29 [paul]       0.7.8claws35
9141
9142         * configure.in
9143                 correct syntax error
9144
9145 2002-06-29 [paul]       0.7.8claws34
9146
9147         * configure.in
9148           Makefile.am
9149           man/Makefile.am       ** NEW FILE **
9150           man/sylpheed.1.gz     ** NEW FILE **
9151                 add Sylpheed man page
9152
9153 2002-06-29 [paul]       0.7.8claws33
9154
9155         * po/pt_BR.po
9156                 updated by Fabio Junior Beneditto
9157
9158 2002-06-28 [jens]       0.7.8claws32
9159
9160         * po/de.po
9161                 translation updated
9162
9163         * src/selective_download.c
9164                 removed gettext for space " "
9165
9166         * src/imap.c
9167                 removed wrong space
9168
9169 2002-06-28 [paul]       0.7.8claws31
9170
9171         * sync with 0.7.8cvs11
9172                 see ChangeLog 2002-06-28
9173
9174 2002-06-28 [paul]       0.7.8claws30
9175
9176         * sync with 0.7.8cvs10
9177                 see ChangeLog 2002-06-27 and 2002-06-28
9178
9179 2002-06-26 [paul]       0.7.8claws29
9180
9181         * src/addrgather.c
9182           src/selective_download.c
9183                 don't gettextise empty strings.
9184                 reserved by gettext. gettext("") returns 
9185                 the header entry with meta information, 
9186                 not the empty string
9187
9188         * po/en_GB.po
9189                 updated
9190
9191 2002-06-26 [paul]       0.7.8claws28
9192
9193         * sync with 0.7.8cvs7
9194                 see ChangeLog 2002-06-25
9195
9196         * src/prefs_common.c
9197                 ...and in the process, tweak the gui a little
9198
9199 2002-06-25 [alfons]     0.7.8claws27
9200         
9201         * configure.in
9202         * src/Makefile.am
9203                 fine tune ldap library detection
9204
9205 2002-06-25 [alfons]     0.7.8claws26
9206
9207         * src/compose.c
9208                 don't allow return receipts when composing a news article
9209
9210 2002-06-25 [paul]       0.7.8claws25
9211
9212         * Makefile.am
9213                 add '$(AMTAR)' to 'release' section to allow for
9214                 new and older autotools
9215
9216 2002-06-25 [paul]       0.7.8claws24
9217
9218         * src/summaryview.c
9219                 fix "No more unread messages" persistant pop-up
9220                 window bug
9221
9222 2002-06-25 [paul]       0.7.8claws23
9223
9224         * po/it.po
9225                 updated by Alessandro Maestri
9226
9227 2002-06-25 [paul]       0.7.8claws22
9228
9229         * sync with 0.7.8cvs6
9230                 see ChangeLog 2002-06-25
9231
9232 2002-06-24 [paul]       0.7.8claws21
9233
9234         * tools/update-po
9235                 add GPL copyright information
9236
9237 2002-06-24 [paul]       0.7.8claws20
9238
9239         * tools/Makefile.am
9240           tools/README
9241           tools/update-po       ** NEW FILE **
9242                 add script that eases the creation of *.po files
9243                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
9244
9245 2002-06-23 [alfons]     0.7.8claws19
9246
9247         * src/messageview.c
9248                 make notification_convert_header obey const correctness
9249                 (next step will be fixing the broken return receipt)
9250
9251 2002-06-23 [paul]       0.7.8claws18
9252
9253         * src/messageview.c
9254                 fix bug introduced in last commit:
9255                 removed too much code in last commit - put back what's
9256                 needed
9257
9258 2002-06-23 [paul]       0.7.8claws17
9259
9260         * src/messageview.[ch]
9261                 remove code committed in error from locally patched
9262                 source
9263
9264 2002-06-23 [colin]      0.7.8claws16
9265
9266         * src/compose.[ch]
9267                 add compose_entry_select(), used to select the default_to
9268                 email address - hopefully avoiding people sending mails to
9269                 wrong recipients.
9270
9271 2002-06-22 [alfons]     0.7.8claws15
9272
9273         * AUTHORS
9274                 add Bram Metsch & Stanislav Karchebny
9275         * src/smtp.[ch]
9276         * src/prefs_account.[ch]
9277         * src/send.c
9278                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
9279                   options.  (see <http://sourceforge.net/tracker/index.php
9280                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
9281
9282                 - merge Stanislav's fix to make SMTP AUTH work with qmail
9283                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
9284
9285 2002-06-22 [paul]       0.7.8claws14
9286
9287         * sync with 0.7.8cvs5
9288                 see ChangeLog 2002-06-19 and 2002-06-20
9289
9290 2002-06-22 [alfons]     0.7.8claws13
9291
9292         * src/selective_download.c
9293                 fix a stupid mistake I made
9294
9295 2002-06-22 [alfons]     0.7.8claws12
9296
9297         * src/selective_download.[ch]
9298                 fix another unnoticed leak; cleanup code
9299
9300 2002-06-21 [alfons]
9301
9302         * tools/Makefile.am
9303                 gpg-sign <-- gpg-sign-syl
9304
9305 2002-06-21 [alfons]     0.7.8claws11
9306
9307         * src/selective_download.c
9308         * src/selective_download.h
9309                 fix assorted mix of allocation errors (should solve
9310                 problem reported by Philippe Gramoullé, see:
9311                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
9312
9313 2002-06-20 [melvin]     0.7.8claws10
9314
9315         * tools/gpg-sign *REMOVED*
9316           tools/gpg-sign-syl *ADDED*
9317                 Replaced the gpg clearsigning script with the version using
9318                 xterm instead of ssh-askpass and changed its name.
9319
9320         * README.claws
9321                 Updated actions example to reflect the renaming of the
9322                 gpg clearsigning script.
9323
9324 2002-06-19 [paul]       0.7.8claws9
9325
9326         * sync with 0.7.8claws9
9327                 see ChangeLog 2002-06-18 and 2002-06-19
9328
9329 2002-06-19 [paul]       0.7.8claws8
9330
9331         * sync with 0.7.8cvs1
9332                 see ChangeLog 2002-06-18
9333
9334 2002-06-18 [alfons]     0.7.8claws7
9335
9336         * src/mainwindow.h
9337                 add omitted prototype
9338
9339 2002-06-17 [paul]       0.7.8claws6
9340
9341         * src/mainwindow.c
9342                 fix hiding of exec_btn
9343
9344 2002-06-17 [paul]       0.7.8claws5
9345
9346         * src/pop.c
9347                 remove unneeded code: should_delete() 
9348                 and Pop3State::uidl_todelete_list
9349
9350 2002-06-17 [paul]       0.7.8claws4
9351
9352         * sync with 0.7.8
9353                 see ChangeLog 2002-06-11 and 2002-06-13
9354
9355 2002-06-16 [alfons]     0.7.8claws3
9356         
9357         * src/folder.c
9358                 make sure lock sort mode (claws specific) is
9359                 also persists after a tree rescan
9360
9361 2002-06-16 [alfons]     0.7.8claws2
9362
9363         * src/prefs_folder_item.c
9364         * src/folder.[ch]
9365                 fix persistence of folder sort mode (broken
9366                 by adapting Hiro's new folder persistence code)
9367
9368 2002-06-16 [alfons]     0.7.8claws1
9369
9370         * AUTHORS
9371         * src/logwindow.c
9372         * src/prefscommon.[ch]
9373                 control size of log text in log window; 
9374                 closes patch #569155 submitted by Mitko Haralanov.
9375
9376 2002-06-15 [paul]       0.7.8claws
9377
9378         * release of 0.7.8claws
9379
9380 2002-06-15 [paul]       0.7.7claws
9381
9382         * po/pt_BR.po
9383                 updated by Fabio Junior Beneditto
9384
9385 2002-06-14 [paul]       0.7.6claws49
9386
9387         * po/es.po
9388                 updated by Ricardo Mones Lastra
9389
9390 2002-06-14 [paul]       0.7.6claws48
9391
9392         * po/nl.po
9393                 updated translation by Wilbert Berendsen
9394
9395 2002-06-14 [melvin]     0.7.6claws47
9396
9397         * po/fr.po
9398                 Updated French translation
9399
9400 2002-06-13 [paul]       0.7.6claws46
9401
9402         * src/filesel.c
9403                 allow filename to be typed in, rather than just
9404                 selected by the mouse. Patch by Gustavo Noronha Silva.
9405
9406 2002-06-13 [alfons]     0.7.6claws45
9407
9408         * src/mainwindow.[ch]
9409                 more cleanups (removing unnecessary menu items Expand 
9410                 summary / message view)
9411
9412 2002-06-13 [melvin]     0.7.6claws44
9413
9414         * po/POTFILES.in
9415                 Added src/string_match.c
9416         * src/string_match.c
9417                 Fixed possible buffer overflow.
9418                 Corrected typo.
9419                 Added missing config.h header.
9420         * src/prefs_common.c
9421           src/prefs_matcher.c
9422           src/prefs_scoring.c
9423                 Made some strings translatable (missing _(..)).
9424
9425 2002-06-13 [melvin]     0.7.6claws43
9426
9427         * README.claws
9428                 Corrected action example (verifying clearsigned mail).
9429         * src/prefs_account.c
9430                 Corrected typo.
9431         * src/prefs_common.c
9432                 Removed incorrect line that generated a Gtk-CRITICAL msg.
9433
9434 2002-06-12 [alfons]     0.7.6claws42
9435
9436         * src/summaryview.c
9437                 add init of score column lost in 0.7.6claws42
9438
9439 2002-06-12 [paul]       0.7.6claws41
9440
9441         * src/prefs_account.c
9442                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
9443                 behavior of the radio buttons, (from 0.7.7cvs2)
9444
9445 2002-06-11 [alfons]     0.7.6claws40
9446
9447         * src/messageview.[ch]
9448         * src/summaryview.[ch]
9449         * src/summary_search.c
9450         * src/mainwindow.c
9451                 perform a sync to bring in Hiro's separate view implementation 
9452
9453                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
9454
9455 2002-06-11 [paul]       0.7.6claws39
9456         
9457         * src/prefs_account.c
9458                 correct a typo on the Receive tab
9459
9460 2002-06-10 [match]      0.7.6claws38
9461
9462         * src/addressbook.c
9463                 Included address completion patch from Gustavo Noronha.
9464
9465 2002-06-10 [paul]       0.7.6claws37
9466
9467         * src/inc.[ch]
9468           src/pop.c
9469           src/prefs_account.[ch]
9470           src/selective_download.[ch]
9471                 apply PATCH #561712
9472                  NEW:
9473                 - check if POP Account
9474                 - Receive Button renamed to Preview
9475                 - Preview Button Popup: preview new/all messages
9476                 - Download Button
9477                 - Account Preferences-->Receive tab checkbutton if you
9478                   want to remove Mail after Download
9479                 -: default YES
9480                 - Account Preferences-->Receive tab checkbutton use
9481                   filtering rules on preview
9482                   (think of delete_on_server)
9483                 -: default YES
9484                 - Account selectable from SD dialog
9485                 - checkbutton to show already downloaded messages if
9486                   all messages are previewed
9487                 - new clist column showing Date
9488                 - ESC KEY close
9489                 FIXES:
9490                 - play ball with UIDL
9491                 - fault tolerant (?) 
9492                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
9493
9494 2002-06-10 [melvin]     0.7.6claws36
9495
9496         * README.claws
9497                 Added a hint to ac/README in cvs instructions.
9498
9499         * src/prefs_actions.c
9500                 Made it possible to use a more elaborate command line
9501                 for asynchronous actions, too.
9502
9503 2002-06-10 [melvin]     0.7.6claws35
9504         
9505         * src/prefs_actions.c
9506                 Make it possible to use a more elaborate command line
9507                 (e.g. |foo|bar|cat>there;echo Done|)
9508                 Corrected error message when calling %f, %F and %p commands
9509                 from the compose window.
9510
9511 2002-06-09 [colin]      0.7.6claws34
9512
9513         * src/summaryview.c
9514                 Automatically find unread messages in current folder
9515                 before annoying the user.
9516
9517 2002-06-08 [alfons]     0.7.6claws33
9518
9519         * po/it.po
9520                 remove bad formatting string in it.po translation
9521                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
9522
9523 2002-06-08 [paul]       0.7.6claws32
9524
9525         * sync with 0.7.6cvs25
9526                 see ChangeLog 2002-06-07
9527
9528 2002-06-05 [paul]       0.7.6claws31
9529
9530         * src/mainwindow.c
9531                 add 'Sort by locked' and 'Sort by score'
9532
9533 2002-06-05 [paul]       0.7.6claws30
9534
9535         * sync with 0.7.6cvs24
9536                 see ChangeLog 2002-06-04
9537
9538 2002-06-04 [paul]       0.7.6claws29
9539
9540         * po/pt_BR.po
9541                 updated by Fabio Junior Beneditto
9542
9543 2002-06-03 [thorsten]   0.7.6claws28
9544
9545         * src/matcher.c
9546                 fclose() matcherrc after reading
9547
9548 2002-06-03 [paul]       0.7.6claws27
9549
9550         * sync with 0.7.6cvs21
9551                 see ChangeLog 2002-05-31
9552
9553 2002-05-31 [paul]       0.7.6claws26
9554
9555         * sync with 0.7.6cvs20
9556                 see ChangeLog 2002-05-29 and 2002-05-30
9557
9558 2002-05-31 [paul]       0.7.6claws25
9559
9560         * src/imap.c
9561                 hopefully fix last buggy sync
9562
9563         * README.claws
9564                 correct typo in 'Actions' examples
9565
9566 2002-05-29 [paul]       0.7.6claws24
9567
9568         * sync with 0.7.6cvs18
9569                 see ChangeLog 2002-05-28 and 2002-05-29
9570
9571         * src/news.c
9572           src/nntp.[ch]
9573                 sync with above 
9574
9575 2002-05-28 [paul]       0.7.6claws23
9576
9577         * sync with 0.7.6cvs16
9578                 see ChangeLog 2002-05-28
9579
9580 2002-05-27 [thorsten]   0.7.6claws22 
9581
9582         * faq/it/sylpheed-faq-1.html
9583           faq/it/sylpheed-faq-2.html
9584           faq/it/sylpheed-faq-3.html
9585           faq/it/sylpheed-faq.html
9586                 corrected DOS lineendings
9587         * faq/de/sylpheed-faq-1.html
9588           faq/de/sylpheed-faq-2.html
9589           faq/en/sylpheed-faq-1.html
9590           faq/en/sylpheed-faq-2.html
9591           faq/en/sylpheed-faq-3.html
9592           faq/es/sylpheed-faq-1.html
9593           faq/es/sylpheed-faq-2.html
9594           faq/es/sylpheed-faq-3.html
9595           faq/fr/sylpheed-faq-1.html
9596           faq/it/sylpheed-faq-1.html
9597           faq/it/sylpheed-faq-2.html
9598           faq/it/sylpheed-faq-3.html
9599           faq/it/sylpheed-faq.html
9600                 changed ">" to &quot;
9601
9602 2002-05-27 [paul]       0.7.6claws21
9603         
9604         * sync with 0.7.6cvs15
9605                 see ChangeLog 2002-05-27
9606
9607 2002-05-27 [paul]       0.7.6claws20
9608
9609         * src/prefs_account.c
9610                 correct a typo
9611
9612 2002-05-26 [paul]       0.7.6claws19
9613
9614         * tools/README
9615                 correct a typo
9616
9617 2002-05-25 [paul]       0.7.6claws18
9618
9619         * tools/README
9620                 add description of kmail2sylpheed.pl
9621
9622 2002-05-25 [paul]       0.7.6claws17
9623
9624         * tools/kmail2sylpheed.pl       ** NEW FILE **
9625                 perl script that converts an exported Kmail address
9626                 book, converts it to sylpheed addressbook file,
9627                 writes the file to .sylpheed, and updates
9628                 addrbook--index.xml 
9629
9630 2002-05-25 [paul]       0.7.6claws16
9631
9632         * sync with 0.7.6cvs14
9633                 see ChangeLog 2002-05-23
9634
9635 2002-05-24 [paul]       0.7.6claws15
9636
9637         * README.claws
9638                 make a correction and add some more info
9639
9640 2002-05-24 [paul]       0.7.6claws14
9641
9642         * src/compose.c
9643                 fix memory leak in 
9644                 compose_redirect_write_headers_from_headerlist()
9645                 add Subject and Resent-Message-ID to
9646                 compose_redirect_write_headers()
9647                 Received, Subject, and X-UIDL are filtered out in 
9648                 compose_redirect_write_to_file()
9649
9650 2002-05-23 [paul]       0.7.6claws13
9651
9652         * src/compose.[ch]
9653           src/filtering.c
9654           src/mainwindow.c
9655           src/matcher.[ch]
9656           src/matcher_parser_lex.l
9657           src/matcher_parser_parse.y
9658           src/prefs_common.[ch]
9659           src/prefs_filtering.c
9660           src/summaryview.c
9661                 rename 'Bounce' to 'Redirect'
9662
9663 2002-05-23 [paul]       0.7.6claws12
9664
9665         * more sync with 0.7.6cvs13
9666           src/compose.c
9667                 see ChangeLog 2002-05-22
9668
9669 2002-05-22 [paul]       0.7.6claws11
9670
9671         * sync with 0.7.6cvs13
9672           src/codeconv.c
9673                 see ChangeLog 2002-05-20
9674           src/prefs_common.c
9675                 see ChangeLog 2002-05-22
9676
9677 2002-05-21 [melvin]     0.7.6claws10
9678
9679         * src/folderview.c
9680                 Added missing filtering and scoring headers
9681                 Fixed bad function call that showed garbage 
9682                 in Folder->Processing
9683
9684 2002-05-21 [paul]       0.7.6claws9
9685
9686         * tools/Makefile.am
9687                 make all tools executable, (patch by Alfons).
9688
9689 2002-05-20 [alfons]     0.7.6claws8
9690
9691         * src/procheader.c
9692                 don't forget to call mktime() so we have a valid week 
9693                 and year day
9694                 (Bug report by Roger Sondermann <mail@jumaros.de>)
9695
9696 2002-05-20 [paul]       0.7.6claws7
9697
9698         * src/html.c
9699                 fix broken parsing of urls
9700         * src/textview.c
9701                 fix displaying of urls
9702
9703                 both fixes from the patch [547855] by Eugene 
9704                 Brevdo (zonem)
9705
9706 2002-05-19 [alfons]     0.7.6claws6
9707
9708         * configure.in
9709                 make sylpheed configure correctly with the latest
9710                 and greatest of automake / autoconf / gettext
9711
9712 2002-05-19 [alfons]     0.7.6claws5
9713
9714         * src/procheader.c
9715         * src/procheader.h
9716                 add function for returning ime zone offset
9717         * src/quote_fmt.c
9718         * src/quote_fmt_parse.y
9719                 better quotation formatting - does not convert
9720                 to local time, but uses the original date string.
9721                 
9722                 Note: %z inserts the timezone offset (should 
9723                 work also on platforms where strftime does not
9724                 support %z).
9725
9726 2002-05-18 [christoph]  0.7.6claws4
9727
9728         * src/summaryview.c
9729                 fix indentation of some code
9730         * tools/Makefile.am
9731                 fix spaces after \
9732         * src/Makefile.am
9733                 add missing \
9734                 correct path for ignorethread.xpm
9735                 incorrect filename for sylpheed_logo.xpm
9736                 add missing include matcher_parser_parse.h
9737
9738 2002-05-18 [paul]       0.7.6claws3
9739
9740         * sync with 0.7.6cvs8
9741                 see ChangeLog 2002-05-16 and 2002-05-17
9742
9743 2002-05-18 [melvin]     0.7.6claws2
9744
9745         * README.claws
9746                 Corrected an action's definition and fixed some misspellings.
9747
9748 2002-05-18 [paul]       0.7.6claws1
9749
9750         * tools/Makefile.am
9751           tools/gpg-sign        ** new file **
9752           tools/uudec           ** new file **
9753                 add Melvin's Actions scripts
9754
9755         * README.claws
9756                 add Melvin's descriptions for Actions
9757
9758 2002-05-18 [paul]       0.7.6claws
9759
9760         * Version 0.7.6claws released
9761
9762 2002-05-17 [paul]       0.7.5claws32
9763
9764         * po/es.po
9765                 updated by Ricardo Mones Lastra
9766
9767 2002-05-17 [paul]       0.7.5claws31
9768
9769         * src/compose.c
9770                 fix Account prefs default folder for sent/draft/deleted
9771                 messages bug
9772
9773         * po/it.po
9774           po/nl.po
9775                 updated translation by Alessandro Maestri and
9776                 Wilbert Berendsen
9777
9778 2002-05-17 [melvin]     0.7.5claws30
9779
9780         * src/prefs_actions.c
9781                 Fixed bug where using %F not at the end of the command 
9782                 resulted in an additional empty argument being created.
9783                 Thanks to Darko Koruga for reporting the bug.
9784
9785 2002-05-17 [melvin]     0.7.5claws29
9786
9787         * po/fr.po
9788                 Updated French translations.
9789
9790 2002-05-15 [paul]       0.7.5claws28
9791         
9792         * po/es.po
9793                 updated by Ricardo Mones Lastra
9794
9795 2002-05-15 [paul]       0.7.5claws27
9796
9797         * sync with 0.7.6cvs4
9798                 see ChangeLog 2002-05-14 and 2002-05-15
9799
9800 2002-05-14 [paul]       0.7.5claws26
9801
9802         * sync with 0.7.6cvs1
9803                 see ChangeLog 2002-05-13
9804
9805 2002-05-13 [thorsten]   0.7.5claws25
9806
9807         * src/messageview.c
9808                 fix select_all and copy in multipart messages
9809         * src/mainwindow.c
9810                 fix select_all and copy in multipart messages
9811
9812 2002-05-12 [paul]       0.7.5claws24
9813
9814         * src/summaryview.c
9815                 reverse last commit, bug already fixed in 0.7.5claws3
9816
9817 2002-05-12 [netztorte]  0.7.5claws23
9818
9819         * src/summaryview.c
9820                 dont parse empty addressbook (checked in before claws20)
9821
9822 2002-05-12 [melvin]     0.7.5claws22
9823
9824         * src/procmsg.[ch]
9825                 Removed unneeded priority code introduced by the previous 
9826                 commit.
9827
9828 2002-05-12 [melvin]     0.7.5claws21
9829
9830         * src/compose.[ch]
9831                 Added possibility to set message's priority.
9832         * src/procmsg.[ch]
9833                 Added possibility to set message's priority.
9834                 Added missing headers
9835
9836 2002-05-12 [melvin]     0.7.5claws20
9837
9838         * src/prefs_actions.c
9839                 Removed implicitely added quotes around the name
9840                 of the temporary files of mime parts.
9841
9842 2002-05-12 [paul]       0.7.5claws19
9843
9844         * sync with 0.7.5cvs20
9845                 see ChangeLog 2002-05-11
9846
9847 2002-05-12 [alfons]     0.7.5claws18
9848
9849         * src/quote_fmt_lex.l
9850         * src/quote_fmt_parse.y
9851                 allow quote / reply date & time format to be set using
9852                 %D{format}. format is a format string you'd pass to
9853                 strftime() (see man strftime, or the Display tab |
9854                 Date format setting).
9855
9856                 Currently %D converts the date to local time. 
9857
9858 2002-05-11 [paul]       0.7.5claws17
9859
9860         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
9861                 see ChangeLog 2002-05-10 and 2002-05-11
9862
9863 2002-05-10 [paul]       0.7.5claws16
9864
9865         * sync with 0.7.5cvs16
9866                 see ChangeLog entries 2002-05-09 and 
9867                 2002-05-10
9868
9869 2002-05-10 [colin]      0.7.5claws15
9870
9871         * src/textview.c
9872                 Corrected a bug that prevented sylpheed to open
9873                 double-clicked URIs.
9874
9875 2002-05-09 [paul]       0.7.5claws14
9876
9877         * sync with 0.7.5cvs14
9878                 see ChangeLog 2002-05-08 and 2002-05-09
9879
9880 2002-05-08 [paul]       0.7.5claws13
9881
9882         * sync with 0.7.5cvs11
9883                 see ChangeLog entry 2002-05-08
9884
9885 2002-05-08 [paul]       0.7.5claws12
9886
9887         * src/mainwindow.c
9888           src/textview.[ch]
9889                 fix segfault on View->Open in new window
9890                 patch submitted by Thorsten Maerz <torte@netztorte.de>
9891
9892 2002-05-07 [paul]       0.7.5claws11
9893
9894         * sync with 0.7.5cvs9
9895                 see ChangeLog entry 2002-05-07
9896
9897 2002-05-06 [paul]       0.7.5claws10
9898
9899         * src/messageview.c
9900           src/textview.c
9901                 display url in statusbar on single-click
9902                 patch submitted by Thorsten Maerz <torte@netztorte.de>
9903
9904 2002-05-06 [match]      0.7.5claws9
9905
9906         * src/addritem.[ch]
9907                 new functions.
9908         * src/addrcache.c
9909                 tidy up.
9910         * src/xmlprops.[ch]
9911                 XML implementation of properties file.
9912         * src/exporthtml.[ch]
9913         * src/expthtmldlg.[ch]
9914         * src/addressbook.c
9915                 export to HTML.
9916
9917 2002-05-02 [sergey]     0.7.5claws8
9918
9919         * src/mainwindow.c (mainwin_entries),
9920           src/prefs_common.c (prefs_send_create()),
9921           src/codeconv.c (locale_table):
9922                 use charset name "Windows-1251" instead of "CP1251".
9923
9924 2002-05-02 [colin]      0.7.5claws7
9925         
9926         * src/compose.c
9927           src/prefs_common.c
9928           src/prefs_folder_item.c
9929                 Fixed cosmetics bugs due to Outbox renamed to Sent.
9930
9931 2002-05-02 [hiro]       0.7.5claws6
9932
9933         * src/imap.c
9934                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
9935
9936 2002-05-02 [paul]       0.7.5claws5
9937
9938         * src/compose.c
9939                 more sync with 0.7.5cvs7, see ChangeLog entry
9940                 2002-05-02
9941
9942 2002-05-02 [hiro]       0.7.5claws4
9943
9944         * src/compose.c
9945                 compose_queue_sub():
9946                 check if queue folder exists (closes #550397).
9947                 removed directory creation since it should be handled
9948                 transparently.
9949         * src/imap.c
9950                 imap_add_msg(): return UID for appended message
9951                 (closes #548842).
9952
9953 2002-04-30 [paul]       0.7.5claws3
9954
9955         * src/summaryview.c
9956                 fix account_find_from_address() bug
9957
9958 2002-04-28 [colin]      0.7.5claws2
9959
9960         * src/compose.c
9961           src/textview.c
9962           src/prefs_common.[ch]
9963           src/utils.[ch]
9964                 Added user-definable quotation characters recognition.
9965
9966 2002-04-28 [paul]       0.7.5claws1
9967
9968         * sync with 0.7.5cvs4
9969                 see ChangeLog entry  2002-04-25
9970
9971 2002-04-28 [paul]       0.7.5claws
9972
9973         * po/es.po
9974           po/nl.po
9975           po/pt_BR.po
9976                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
9977                 Fabio Junior Beneditto
9978
9979 2002-04-27 [jens]       0.7.4claws103
9980
9981         * po/de.po
9982                 updated German translation.
9983
9984 2002-04-27 [hiro]       0.7.4claws102
9985
9986         * src/summaryview.c
9987                 summary_write_cache(): fixed the mark loss of hidden messages.
9988
9989 2002-04-26 [melvin]     0.7.4claws101
9990
9991         * src/procmsg.c
9992                 fixed a second typo (same one)
9993         * po/fr.po
9994           po/it.po
9995           po/pt_BR.po
9996                 fixed the type again...
9997
9998 2002-04-26 [melvin]     0.7.4claws100
9999
10000         * src/procmsg.c
10001                 fixed a typo in an alert message ("temorary").
10002         * po/it.po
10003         * po/pt_BR.po
10004                 corrected the typo  described above.
10005         * po/fr.po
10006                 updated French translation.
10007
10008 2002-04-26 [darko]      0.7.4claws99
10009
10010         * src/summaryview.c
10011                 fix target folder colorization
10012
10013 2002-04-25 [paul]       0.7.4claws98
10014
10015         * po/it.po
10016                 updated by Alessandro Maestri
10017
10018 2002-04-24 [colin]      0.7.4claws97
10019         
10020         * src/compose.c
10021                 Fixed double "subject is empty" question.
10022
10023 2002-04-23 [colin]      0.7.4claws96
10024         
10025         * src/mimeview.c
10026                 Corrected issue when "automatically display images" was
10027                 not set : first image remained after selecting second.
10028
10029 2002-04-23 [melvin]     0.7.4claws95
10030
10031         * src/prefs_actions.c
10032                 Don't display in/out dialog if there is nothing to show.
10033
10034 2002-04-23 [paul]       0.7.4claws94
10035
10036         * sync with 0.7.5cvs3
10037                 bug fixes: see ChangeLog entry 2002-04-23
10038
10039 2002-04-22 [darko]      0.7.4claws93
10040
10041         * src/compose.c
10042                 fix previous check-in which changed code after
10043                 merge from main
10044
10045 2002-04-22 [paul]       0.7.4claws92
10046
10047         * faq/de/*
10048                 add German FAQ
10049         * faq/en/*
10050           faq/es/*
10051           faq/fr/*
10052                 update English, Spanish and French FAQs
10053         * manual/de/*
10054           manual/es/*
10055                 add German and Spanish manuals
10056         * manual/en/*
10057           manual/fr/*
10058                 update English and French manuals
10059
10060         * src/Makefile.am
10061                 add to and re-arrange the pixmap entries
10062
10063 2002-04-22 [darko]      0.7.4claws91
10064
10065         * src/compose.c
10066                 fix sender initials recognition to only allow
10067                 '>' after the initials
10068
10069 2002-04-21 [paul]       0.7.4claws90
10070
10071         * sync with 0.7.5 release
10072                 see ChangeLog entry 2002-04-21
10073
10074 2002-04-21 [alfons]
10075
10076         * src/Makefile.am
10077                 add colin's new pixmaps to EXTRA_DIST
10078
10079 2002-04-21 [colin]      0.7.4claws89
10080         * src/compose.c
10081         * src/inc.c
10082         * src/mainwindow.[ch]
10083         * src/prefs_common.[ch]
10084         * src/stock_pixmap.[ch]
10085                 Added "Work offline" ability.
10086
10087 2002-04-21 [colin]      0.7.4claws88
10088         
10089         * src/mimeview.c
10090         * src/prefs_common.c
10091         * src/prefs_common.h
10092         * src/textview.c : Added an option to common preferences -> display
10093           to allow user not to automatically display images.
10094
10095 2002-04-21 [paul]       0.7.4claws87
10096
10097         * sync with 0.7.4cvs52
10098                 see ChangeLog entry 2002-04-21 (src/imap.c)
10099
10100 2002-04-21 [paul]       0.7.4claws86
10101
10102         * sync with 0.7.4cvs51
10103                 see ChangeLog entry 2002-04-21
10104
10105 2002-04-21 [paul]       0.7.4claws85
10106
10107         * sync with 0.7.4cvs49
10108                 see ChangeLog entries 2002-04-20 and 2002-04-21
10109
10110         * src/Makefile.am
10111                 clean up: remove old 'stock_' element from xpm 
10112                 filenames.
10113
10114 2002-04-21 [alfons]     0.7.4claws84
10115
10116         apply sync patch from Paul
10117
10118         * src/folderview.c
10119                 use old claws prefs_folder_item_create() for now
10120
10121 2002-04-19 [match]      0.7.4claws83
10122
10123         * src/addressbook.[ch]
10124         * src/addrharvest.[ch]
10125         * src/addrgather.[ch]
10126                 recurse folders.
10127         * src/mainwindow.c
10128         * src/summaryview.[ch]
10129                 change menu option.
10130
10131 2002-04-19 [paul]       0.7.4claws82
10132
10133         * po/pt_BR.po
10134                 updated by Fabio Junior Beneditto
10135
10136 2002-04-14 [alfons]     0.7.4claws81
10137
10138         * src/passphrase.c
10139                 add #include <sys/types.h> for mode_t and off_t 
10140
10141 2002-04-13 [paul]       0.7.4claws80
10142         
10143         * src/main.c
10144           src/passphrase.[ch]
10145           src/pgptext.c
10146           src/prefs_common.[ch]
10147           src/rfc2015.c
10148                 enable storing of GnuPG passphrase for the whole 
10149                 session or a user-defined number of minutes. patch 
10150                 submitted by Ravemax <ravemax@dextrose.com>
10151
10152 2002-04-13 [alfons]     0.7.4claws79
10153
10154         * src/textview.c
10155                 make email parser also stop scanning when encountering separators
10156                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
10157
10158 2002-04-13 [paul]       0.7.4claws78
10159
10160         * sync with 0.7.4cvs39
10161                 see ChangeLog entry 2002-04-12
10162
10163 2002-04-11 [paul]       0.7.4claws77
10164
10165         * sync with 0.7.4cvs37
10166                 see ChangeLog entry 2002-04-11
10167
10168 2002-04-11 [paul]       0.7.4claws76
10169
10170         * COPYING 
10171                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
10172                 the clause for OpenSSL). sync with sylpheed main
10173
10174 2002-04-09 [melvin]     0.7.4claws75
10175
10176         * src/compose.c
10177                 Made 'Ctrl-Enter' on send ignore some modifiers 
10178                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
10179                 to bind other *-Enter (but not Alt-Enter).
10180
10181 2002-04-09 [paul]       0.7.4claws74
10182
10183         * sync with 0.7.4cvs35
10184                 see ChangeLog entries 2002-04-09
10185
10186 2002-04-08 [paul]       0.7.4claws73
10187
10188         * sync with 0.7.4cvs33
10189                 see ChangeLog entry 200-04-08
10190
10191 2002-04-07 [match]      0.7.4claws72
10192
10193         * src/addrharvest.[ch]
10194                 fixed to read all addresses in header, regardless
10195                 of header size. improved name parsing. accommodate
10196                 harvest from folders and selected message.
10197         * src/addritem.[ch]
10198                 included new address parsing function.
10199         * src/addrgather.[ch]
10200         * src/addressbook.[ch]
10201         * src/summaryview.[ch]
10202         * src/mainwindow.c
10203                 allow address harvest of folder as well as selected
10204                 messages.
10205
10206 2002-04-07 [paul]       0.7.4claws71
10207
10208         * src/esmtp.[ch]
10209           src/smtp.c
10210                 don't try to authenticate with CRAM-MD5 in SMTP when 
10211                 SMTP-AUTH enabled if MTA doesn't issue this 
10212                 auth-method in it's ehlo-response. bug item #531364,
10213                 patch item #938910. patch submitted by Colin Leroy 
10214                 <colin@colino.net>
10215
10216 2002-04-07 [paul]       0.7.4claws70
10217
10218         * src/nntp.c
10219                 fix missing MODE_READER bug. patch submitted by
10220                 Colin Leroy <colin@colino.net>
10221
10222 2002-04-07 [alfons]     0.7.4claws69
10223
10224         * src/matcher.[ch]
10225         * src/prefs_filtering.c
10226         * src/summaryview.c
10227                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
10228                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
10229
10230 2002-04-07 [paul]       0.7.4claws68
10231
10232         * sync with 0.7.4cvs32
10233                 see ChangeLog entry 2002-04-06
10234
10235         * tools/filter_conv.pl
10236                 more bug fixes
10237
10238 2002-04-06 [paul]       0.7.4claws67
10239
10240         * tools/filter_conv.pl
10241                 modify to be able to find the name of the first
10242                 mailbox and use that. main's filter does not
10243                 record the full path to the mailbox and therefore
10244                 can only filter to the first mailbox.
10245
10246 2002-04-05 [paul]       0.7.4claws66
10247
10248         * tools/filter_conv.pl
10249                 attempt to make the script all-encompassing and
10250                 be able to convert any main 'filter' rule thrown
10251                 at it
10252
10253 2002-04-05 [paul]       0.7.4claws65
10254
10255         * tools/filter_conv.pl
10256                 allow for collapsed folder trees
10257
10258 2002-04-05 [paul]       0.7.4claws64
10259
10260         * sync with 0.7.4cvs31
10261                 see ChangeLog entries 2002-04-05
10262
10263 2002-04-03 [paul]       0.7.4claws63
10264
10265         * sync with 0.7.4cvs29
10266                 see ChangeLog entries 2002-04-02 and 2002-04-03
10267
10268 2002-04-02 [paul]       0.7.4claws62
10269
10270         * sync with 0.7.4cvs26
10271                 see ChangeLog entry 2002-04-01
10272
10273 2002-04-02 [match]      0.7.4claws61
10274
10275         * src/pine.[ch]
10276         * src/importpine.[ch]
10277         * src/addressbook.c
10278                 import Pine address book.
10279
10280 2002-04-02 [match]      0.7.4claws60
10281
10282         * src/addrharvest.[ch]
10283                 improve address parsing of funky addresses.
10284
10285 2002-04-02 [darko]      0.7.4claws59
10286
10287         * src/compose.c
10288                 wrap on send improvements, it now recognizes quoted
10289                 initials as part of the quotation string, and it
10290                 does not join lines separated by CR
10291
10292 2002-04-01 [match]      0.7.4claws58
10293
10294         * src/mgutils.[ch]
10295                 added new functions.
10296         * src/mutt.[ch]
10297                 remove excessive duplicate address generation
10298                 on import.
10299
10300 2002-04-01 [alfons]     0.7.4claws57
10301         
10302         * src/summaryview.c
10303                 put back g_free() 
10304
10305 2002-04-01 [paul]       0.7.4claws56
10306
10307         * sync with 0.7.4cvs25
10308                 see ChangeLog entry 2002-04-01
10309
10310 2002-04-01 [alfons]     0.7.4aprilfool55
10311
10312         * src/summaryview.c
10313                 honour feature request item #537427 to allow for
10314                 displaying names from address book for sent mail also
10315
10316 2002-03-29 [paul]       0.7.4claws54
10317
10318         * src/mainwindow.c
10319           src/prefs_filtering.[ch]
10320           src/prefs_matcher.c
10321           src/summaryview.c
10322                 add 'fast filter' for claws' filtering,
10323                 /Tools/Create filter rule/... patch submitted
10324                 by Neill Miller <neillm@thecodefactory.org>
10325
10326 2002-03-29 [paul]       0.7.4claws53
10327
10328         * sync with 0.7.4cvs24
10329                 see ChangeLog entry 2002-03-29
10330
10331 2002-03-28 [paul]       0.7.4claws52
10332
10333         * sync with 0.7.4cvs23
10334                 see ChangeLog entry 2002-03-28
10335
10336 2002-03-27 [melvin]     0.7.4claws51
10337
10338         * src/prefs_actions.c
10339                 Added support to pass only one message part (as a
10340                 file) to the command using '%p'. No quotes are needed
10341                 because doubles quotes are automatically added.
10342                 Fixed bug where Sylpheed could block when waiting for
10343                 a child process to finish.
10344                 Changed the help menu to remove quotes around symbols to 
10345                 avoid misinterpretation (they must not be used).
10346
10347 2002-03-27 [melvin]     0.7.4claws50
10348
10349         * src/inc.c
10350                 Made the new mail notification command always 
10351                 execute asynchronously.
10352
10353 2002-03-27 [paul]       0.7.4claws49
10354
10355         * src/compose.c
10356                 fix bug introduced in last commit
10357
10358 2002-03-27 [paul]       0.7.4claws48
10359
10360         * sync with 0.7.4cvs21
10361                 see ChangeLog 2002-03-26 and 2002-03-27
10362
10363 2002-03-26 [hoa]        0.7.4claws47
10364
10365         * src/prefs_folder_item.c
10366                 really fixed the bug #516442 with folder rescan.
10367
10368 2002-03-26 [paul]       0.7.4claws46
10369
10370         * sync with 0.7.4cvs19
10371                 see ChangeLog entries 2002-03-25 and 2002-03-26
10372
10373 2002-03-25 [hoa]        0.7.4claws45
10374
10375         * src/matcher.c
10376         * src/mh.c
10377                 fix the bug #516442 with folder rescan.
10378
10379         * src/prefs_common.[ch]
10380         * src/compose.c
10381                 added an option to enable two different behaviours
10382                 for bounce.
10383
10384
10385 2002-03-25 [paul]       0.7.4claws44
10386
10387         * src/mainwindow.c
10388           src/selective_download.c
10389                 correct a few menuitem labels
10390
10391 2002-03-25 [christoph]  0.7.4claws43
10392
10393         * src/procmsg.c
10394                 fix non deleted tmp message in
10395                 procmsg_save_to_outbox
10396                 fix problems caused by sync with
10397                 main branch's procmsg_send_queue
10398
10399 2002-03-25 [paul]       0.7.4claws42
10400
10401         * src/quote_fmt.c
10402           src/quote_fmt_lex.l
10403           src/quote_fmt_parse.y
10404                 add Last name (%L) placeholder for quoting. 
10405                 patch submitted by Thorsten Thielen 
10406                 <thth@users.sourceforge.net>
10407
10408 2002-03-25 [paul]       0.7.4claws41
10409
10410         * src/utils.c
10411                 get full hostname. patch submitted by
10412                 Bob Woodside <rwoodside1@comcast.net>
10413
10414 2002-03-25 [paul]       0.7.4claws40
10415
10416         * src/account.c
10417           src/news.c
10418           src/nntp.[ch]
10419           src/prefs_account.[ch]
10420                 enable NNTP over SSL. patch submitted by
10421                 Pascal Jermini <pascal@infinity.hn.org>
10422
10423 2002-03-24 [paul]       0.7.4claws39
10424
10425         * src/prefs_common.c
10426                 make the arrangement of the Compose tab more
10427                 coherent
10428
10429         * src/mainwindow.c
10430                 fix some irregularities of style
10431
10432         * po/de.po
10433                 updated by Kilian Krause
10434
10435 2002-03-23 [paul]       0.7.4claws38
10436
10437         * po/pt_BR.po
10438                 updated by Fabio Junior Beneditto
10439
10440 2002-03-23 [paul]       0.7.4claws37
10441
10442         * src/mainwindow.c
10443                 move 'Gather addresses' to 'Tools' menu
10444                 make 'Selective download' sensitive
10445
10446 2002-03-23 [paul]       0.7.4claws36
10447
10448         * sync with 0.7.4cvs16
10449                 see ChangeLog entries 2002-03-23
10450
10451 2002-03-22 [christoph]  0.7.4claws35
10452
10453         * src/quote_fmt_parse.y
10454                 fix include program output
10455
10456 2002-03-22 [alfons]     0.7.4claws34
10457
10458         * src/pop.c
10459                 initialize GDate stack variable correctly (sorry!)
10460
10461 2002-03-22 [paul]       0.7.4claws33
10462
10463         * src/compose.c
10464           src/mainwindow.c
10465           src/prefs_actions.c
10466           src/prefs_common.c
10467                 rename 'Tool' to 'Tools'
10468
10469         * src/mainwindow.c
10470                 move 'Delete duplicated messages' from
10471                 'Message/' to 'Tools/'
10472                 re-arrange the order of 'Tools/' items
10473
10474 2002-03-22 [paul]       0.7.4claws32
10475
10476         * src/addr_compl.c
10477           src/addressbook.[ch]
10478                 auto-address completion now also matches on
10479                 Nickname. patch submitted by Bob Forsman 
10480                 <hammor@users.sourceforge.net>
10481
10482         * src/editaddress.c
10483                 correct a spelling mistake
10484
10485 2002-03-22 [alfons]     0.7.4claws31
10486
10487         * src/pop.c
10488                 fix getting uidl from incorrect string 
10489                 (spotted by Colin)
10490
10491 2002-03-21 [alfons]     0.7.4claws30
10492
10493         * src/pop.c
10494                 more code refactoring
10495                 plug mem leak introduced by delete on server
10496
10497 2002-03-21 [paul]       0.7.4claws29
10498
10499         * sync with 0.7.4cvs11
10500                 see ChangeLog entries 2002-03-20
10501
10502 2002-03-20 [alfons]     0.7.4claws28
10503
10504         * src/inc.c
10505                 apply Colin's patch and refactor
10506
10507 2002-03-20 [paul]       0.7.4claws27
10508
10509         * sync with sylpheed 0.7.4cvs9
10510                 see ChangeLog entry 2002-03-20
10511
10512 2002-03-19 [christoph]  0.7.4claws26
10513
10514         * src/mh.c
10515         * src/procmsg.[ch]
10516         * src/summaryview.c
10517                 revert changes for flag updates
10518                 (does not work correctly and no time to debug)
10519
10520 2002-03-20 [alfons]     0.7.4claws25
10521
10522         * src/pop.c
10523                 refactor should_delete() a little bit 
10524
10525 2002-03-19 [paul]       0.7.4claws24
10526
10527         * src/inc.[ch]
10528           src/pop.c
10529           src/prefs_account.[ch]
10530                 allow the user to leave downloaded mail on the 
10531                 server for n days. Patch submitted by Colin Leroy 
10532                 <colin@colino.net>
10533
10534 2002-02-19 [paul]       0.7.4claws23
10535
10536         * sync with sylpheed 0.7.4cvs8
10537                 see ChangeLog entries 2002-03-19
10538
10539 2002-03-18 [paul]       0.7.4claws22
10540
10541         * sync with sylpheed 0.7.4cvs6
10542                 see ChangeLog entry 2002-03-18
10543
10544 2002-03-18 [paul]       0.7.4claws21
10545
10546         * po/en_GB.po
10547                 add en_GB message catalogue
10548
10549         * src/mbox_folder.c
10550           src/prefs_account.c
10551           src/prefs_actions.c
10552                 correct a few spelling mistakes
10553
10554 2002-03-17 [alfons]     0.7.4claws20
10555
10556         * src/matcher.c
10557                 more stringent checks for NULL params when writing
10558                 filtering actions to a file
10559                 
10560 2002-03-17 [hoa]        0.7.3claws20
10561
10562         * src/news.c
10563                 fixed the count of new messages
10564
10565         * src/compose.c
10566                 fixed the "attachment properties" window
10567
10568 2002-03-17 [paul]       0.7.4claws19
10569
10570         * src/defs.h
10571           src/folder.h
10572           src/news.c
10573           src/prefs_account.[ch]
10574           src/procmsg.[ch]
10575           src/summaryview.c
10576                 automatically mark cross-posted messages as read 
10577                 and (optionally) give them a colour label
10578                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
10579                 
10580
10581 2002-03-17 [paul]       0.7.4claws18
10582
10583         * sync with sylpheed 0.7.4cvs5
10584                 see ChangeLog entry 2002-03-17
10585
10586 2002-03-17 [melvin]     0.7.4claws17
10587         
10588         * src/textview.c
10589                 Worked around a gtktext 'bug': when searching for 
10590                 a text in a long message it was scrolling slowly
10591                 line by line until it hit the searched text.
10592         * po/fr.po
10593                 Updated French translation
10594
10595 2002-03-17 [melvin]     0.7.4claws16
10596
10597         * src/mainwindow.c
10598         * src/compose.c
10599         * src/prefs_actions.c
10600                 Moved "Edit/Actions" to "Tool/Actions"
10601                 Made mainwindow/compose window sensitive as soon as
10602                 no child process is running anymore even if the io dialog
10603                 is open.
10604                 Fixed a struct being initialized with a non constant char*
10605
10606 2002-03-16 [christoph]  0.7.4claws15
10607
10608         * configure.in
10609                 add --with-compiler-flags option
10610                 (only for developer hacking)
10611         * src/mh.c
10612         * src/procmsg.[ch]
10613         * src/summaryview.c
10614                 try to make folder-stats and flag handling more
10615                 independent from the summaryview. msgcounts
10616                 are only set when the folder is opened and
10617                 procmsg_msginfo_(un)set_flags will handle it
10618                 later and summaryview will get the values
10619                 from the folder.
10620
10621 2002-03-16 [paul]       0.7.4claws14
10622
10623         * src/messageview.c
10624                 fix Return-receipt. Patch submitted by Bob
10625                 Woodside <rwoodside1@comcast.net>
10626
10627 2002-03-16 [paul]       0.7.4claws13
10628
10629         * src/compose.c
10630                 fix 'dynamic' signatures, make it work again
10631                 broken during sync on 2002-03-14 (0.7.4claws2)
10632
10633 2002-03-15 [match]      0.7.4claws12
10634
10635         * src/addrharvest.[ch]
10636         * src/addrgather.[ch]
10637         * src/addressbook.[ch]
10638         * src/mainwindow.c
10639                 included address harvester feature. still some
10640                 issues with address parsing that I will fix.
10641
10642 2002-03-15 [match]      0.7.4claws11
10643
10644         * src/addrbook.[ch]
10645         * src/addrcache.[ch]
10646         * src/addressbook.[ch]
10647         * src/addrindex.c
10648         * src/editbook.c
10649         * src/importldif.c
10650         * src/importmutt.c
10651         * src/jpilot.[ch]
10652         * src/main.c
10653         * src/syldap.[ch]
10654         * src/vcard.[ch]
10655                 tidy up. fix memory leaks. moved attribs and methods
10656                 from individual interfaces to addrcache object. prep
10657                 for new stuff to come in.
10658
10659 2002-03-15 [alfons]     0.7.4claws10
10660
10661         * src/matcher.[ch]
10662         * src/matcher_parser_parse.y
10663         * src/matcher_parser_lex.l
10664         * src/prefs_matcher.c
10665                 add filtering conditions message greater than, smaller 
10666                 than, and exactly matching a size in bytes
10667                 (does not work with delete from POP3 server yet)
10668
10669                 this should also give others an idea what you should
10670                 do to add new criterions to claws filtering system
10671                 
10672
10673 2002-03-15 [paul]       0.7.4claws9
10674
10675         * tools/filter_conv.pl
10676                 exit if there are no filter rules to convert
10677                 rename filterrc to filterrc.old after completion
10678
10679 2002-03-15 [paul]       0.7.4claws8
10680
10681         * sync with sylpheed 0.7.4cvs3
10682                 see ChangeLog entry 2002-03-14
10683
10684 2002-03-14 [paul]       0.7.4claws7
10685
10686         * src/compose.c
10687                 clean up the last commit (ahem)
10688
10689 2002-03-14 [paul]       0.7.4claws6
10690
10691         * src/compose.c
10692                 fix bug #515655. honour account preferences
10693                 regarding gpg default signing/encryption when 
10694                 changing account from the compose window.
10695
10696 2002-03-14 [paul]       0.7.4claws5
10697
10698         * src/folderview.c
10699                 remove unnecessary curly brackets
10700
10701 2002-03-14 [paul]       0.7.4claws4
10702
10703         * src/folderview.c
10704           src/prefs_filtering.[ch]
10705                 add filter rename on folder rename and filter
10706                 delete on folder delete. Patch submitted by
10707                 Neill Miller <neillm@thecodefactory.org> 
10708
10709 2002-03-14 [christoph]  0.7.4claws3
10710
10711         * src/procmsg.c
10712         * src/send.c
10713                 fix local delivery
10714                 (patch submitted by "Simon 'corecode' Schubert")
10715         * src/prefs_common.c
10716         * src/procmsg.c
10717                 fix gcc 3.0 warning
10718
10719 2002-03-14 [paul]       0.7.4claws2
10720
10721         * sync with sylpheed 0.7.4cvs2
10722                 see ChangeLog entry 2002-03-13
10723
10724 2002-03-12 [darko]      0.7.4claws1
10725
10726         * src/mainwindow.c
10727                 fix what seems to be a copy and paste error
10728                 when setting color for important messages
10729                 (reported by wwp)
10730
10731 2002-03-11 [paul]       version 0.7.4claws released
10732
10733 2002-03-11 [paul]       0.7.4claws
10734
10735         * po/es.po
10736           po/it.po
10737           po/nl.po
10738           po/pt_BR.po
10739                 update message catalogs. Submitted by Ricardo Mones 
10740                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
10741                 Fabio Junior Beneditto
10742
10743         * configure.in
10744           faq/Makefile.am
10745           faq/it/Makefile
10746           faq/it/sylpheed-faq*
10747           src/mainwindow.c
10748           src/manual.[ch]
10749                 add FAQ in Italian
10750         
10751
10752 2002-03-11 [jens]       0.7.3claws7
10753
10754         * po/de.po
10755                 updated German translation
10756
10757 2002-03-11 [melvin]     0.7.3claws6
10758
10759         * po/fr.po
10760                 updated and corrected French translation
10761
10762 2002-03-10 [hoa]        0.7.3claws5
10763
10764         * src/account.c
10765         * src/inc.c
10766         * src/prefs_account.c
10767         * src/procmsg.c
10768         * src/send.[ch]
10769                 fixed the local account.
10770                 you have to change the default "/usr/sbin/sendmail"
10771                 to "/usr/sbin/sendmail -t" in the preferences of
10772                 the local account.
10773
10774         * src/procmime.c
10775                 removed some debug display for renderer
10776
10777 2002-03-10 [paul]       0.7.3claws4
10778
10779         * faq/en/sylpheed-faq-1.html
10780           faq/en/sylpheed-faq-2.html
10781                 update
10782
10783 2002-03-09 [paul]       0.7.3claws3
10784
10785         * sync with sylpheed 0.7.4
10786                 see ChangeLog entry 2002-03-09
10787
10788 2002-03-08 [paul]       0.7.3claws2
10789
10790         * faq/en/sylpheed-faq*
10791           faq/es/sylpheed-faq*
10792           faq/fr/sylpheed-faq*
10793                 update the FAQs
10794
10795         * manual/fr/.cvsignore
10796           manual/fr/Makefilea.am
10797           manual/fr/sylpheed*
10798           src/mainwindow.c
10799           src/manual.[ch]
10800                 add the French manual
10801
10802 2002-03-07 [paul]       0.7.3claws1
10803
10804         * sync with sylpheed 0.7.3cvs4
10805                 see ChangeLog entries  2002-03-06 and 2002-03-07
10806         
10807         * po/nl.po
10808                 updated by Wilbert Berendsen
10809
10810 2002-03-07 [melvin]     0.7.2claws34
10811
10812         * src/selective_download.c
10813                 Changed the pixmap of the receive button to MAIL_RECEIVE.
10814
10815 2002-03-06 [paul]       0.7.2claws33
10816
10817         * sync with sylpheed 0.7.3cvs1
10818                 bug fix, see ChangeLog entry 2002-03-05
10819
10820 2002-03-05 [paul]       0.7.2claws32
10821
10822         * src/mimeview.c
10823           src/pgptext.[ch]
10824           src/procmsg.c
10825                 reverse the pgp ascii-armored code implemented in 
10826                 0.7.2claws16. removal of this code until it matures.
10827                 this means that verifying ascii-armored pgp sigs and
10828                 automatic decryption of ascii-armored encrypted
10829                 messages no longer works.
10830
10831 2002-03-05 [paul]       0.7.2claws31
10832
10833         * configure.in
10834           Makefile.am
10835         * faq/Makefile.am
10836         * faq/en/Makefile.am
10837           faq/en/sylpheed-faq.html
10838           faq/en/sylpheed-faq-1.html
10839           faq/en/sylpheed-faq-2.html
10840           faq/en/sylpheed-faq-3.html
10841         * faq/es/Makefile.am
10842           faq/es/sylpheed-faq.html
10843           faq/es/sylpheed-faq-1.html
10844           faq/es/sylpheed-faq-2.html
10845           faq/es/sylpheed-faq-3.html
10846           faq/es/sylpheed-faq-4.html
10847         * faq/fr/Makefile.am
10848           faq/fr/sylpheed-faq.html
10849           faq/fr/sylpheed-faq-1.html
10850           faq/fr/sylpheed-faq-2.html
10851           faq/fr/sylpheed-faq-3.html
10852         * src/Makefile.am
10853           src/defs.h
10854           src/mainwindow.c
10855           src/manual.[ch]
10856                 add FAQs in English, Spanish and French
10857
10858
10859 2002-03-05 [paul]       0.7.2claws30
10860
10861         * manual/en/sylpheed.html
10862           manual/en/sylpheed-XX.html
10863                 updated the English manual
10864
10865 2002-03-05 [hoa]        
10866
10867         * src/summaryview.c
10868                 dialog box pops up if the article can't be deleted.
10869
10870 2002-03-04 [paul]       
10871         
10872         * po/pt_BR.po
10873                 updated by Fabio Junior Benedito
10874
10875 2002-03-04 [hoa]
10876
10877         * removed ac/gpgme.m4
10878                 to avoid autogen common problem
10879                 developers have to install gpgme development package now
10880
10881         * src/compose.c
10882                 encoding to 7bit or 8bit is enabled.
10883
10884 2002-03-03 [alfons]     0.7.2claws29
10885
10886         * src/pop.c
10887                 merge fix by Oliver Haertel for selective
10888                 download buglet
10889
10890 2002-03-03 [paul]       0.7.2claws28
10891         
10892         * sync with sylpheed 0.7.3
10893
10894 2002-03-03 [paul]       0.7.2claws27
10895
10896         * sync with sylpheed 0.7.2cvs24
10897                 see ChangeLog entries 2002-03-02 and 2002-03-03
10898
10899 2002-03-02 [melvin]     0.7.2claws26
10900
10901         * src/inc.[ch]
10902         * src/main.c
10903         * src/mainwindow.c
10904         * src/prefs_common.[ch]
10905                 Added user definable notification on new mail arrival.
10906                 Removed unused variables in spell checker prefs code.
10907
10908 2002-03-02 [melvin]     0.7.2claws25
10909
10910         * src/quote_fmt.c
10911                 Removed unnecessary escape sequences.
10912                 Changed 'Initial...' to 'Initials of Sender'
10913
10914 2002-03-02 [paul]       0.7.2claws24
10915
10916         * sync with sylpheed 0.7.2cvs22
10917                 see ChangeLog entry 2002-03-01
10918
10919 2002-03-01 [hoa]        0.7.2claws23
10920
10921         * src/mainwindow.c
10922                 Set sensitivity of delete actions to active
10923                 even if the folder is a newsgroup.
10924
10925         * src/summaryview.c
10926                 - Set sensitivity of delete actions
10927                 - Added function check_permission() that will check if the
10928                   user is authorized to delete a message. For news, it
10929                   will check if the author is the same.
10930                 - Enabled deletion when there is no trash folder.
10931
10932         * src/news.[ch]
10933                 - Added news_cancel_article() to cancel articles
10934                 - Implemented news_remove_message() (public function)
10935
10936 2002-03-01 [paul]       0.7.2claws22
10937
10938         * src/gtkutils.c
10939           src/textview.c
10940                 recognise urls that that don't include 'http://' and
10941                 simply begin 'www.' 
10942
10943         * AUTHORS
10944                 remove duplicated name
10945
10946 2002-02-28 [paul]       0.7.2claws21
10947
10948         * src/mainwindow.c
10949           src/summaryview.[ch]
10950                 add ability to 'Select thread'
10951                 combines Melvin's "Select thread's head" patch (#510907)
10952                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
10953                 patch (#518514) 
10954
10955 2002-02-28 [paul]       0.7.2claws20
10956
10957         * src/mimeview.c
10958                 hopefully fix segfault on right-clicking a mime part
10959                 that some people have experienced.      
10960                 fix submitted by Fredrik Olofsson <frol@linux.nu>
10961
10962 2002-02-28 [paul]       0.7.2claws19
10963
10964         * sync with sylpheed 0.7.2cvs21
10965                 see ChangeLog entries 2002-02-27 and 2002-02-28
10966
10967 2002-02-27 [paul]       0.7.2claws18
10968
10969         * sync with sylpheed 0.7.2cvs18
10970                 see ChangeLog entries 2002-02-26 and 2002-02-27
10971
10972 2002-02-26 [alfons]     0.7.2claws17
10973
10974         * src/procheader.c
10975                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
10976                 (spotted by Chris Hessman <idatech@gmx.net>)
10977
10978 2002-02-26 [paul]       0.7.2claws16
10979
10980         * src/mimeview.c
10981           src/pgptext.[ch]
10982           src/procmsg.c
10983                 make decryption of ascii-armored pgp encrypted messages
10984                 and verification of ascii-armored signatures work again.
10985                 slightly altered from the patch by Jens Jahnke 
10986                 <jan0sch@gmx.net>
10987
10988                 ##FIX ME##
10989                 * the checking of plaintext signatures always comes up in 
10990                   a popup box
10991                 * it doesn't work for multipart messages 
10992                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
10993                   including the msg headers and these 2 line themselves, are 
10994                   not displayed
10995
10996         * src/mainwindow.c
10997                 "View/Folder Tree" becomes "View/Separate Folder Tree"
10998                 "View/Message View" becomes "View/Separate Message View"
10999                 because its less ambiguous.
11000
11001         * po/es.po
11002                 updated by Ricardo Mones Lastra
11003
11004 2002-02-26 [paul]       0.7.2claws15
11005
11006         * sync with sylpheed 0.7.2cvs17
11007                 see ChangeLog entries 2002-02-25 and 2002-02-26
11008
11009 2002-02-25 [christoph]  0.7.2claws14
11010
11011         * src/filtering.[ch]
11012         * src/inc.c
11013                 do filtering stuff after all messages have been received
11014                   1. drop all messages to .processing
11015                   2. scan processing folder for messages
11016                   3. filter messages or move to inbox
11017                 this will also find old messages left in processing after
11018                 a crash or something like that and we get a real msginfo
11019                 from folder->get_msg_list and do not have to create our
11020                 own in filter_message
11021         * src/matcher_parser_parse.y
11022                 remove MIX/MAX warning (reordered includes)
11023
11024 2002-02-25 [paul]       0.7.2claws13
11025
11026         * sync with sylpheed 0.7.2cvs15
11027                 see ChangeLog entry 2002-02-24
11028
11029 2002-02-24 [alfons]     0.7.2claws12
11030
11031         * src/filtering.c
11032                 clear old color flags first when applying a new color to
11033                 a message info. 
11034                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
11035
11036 2002-02-24 [alfons]     0.7.2.claws11
11037         
11038         * AUTHORS
11039         * src/prefs_common.c
11040                 add presets for Opera and Konqueror, closes patch #517261,
11041                 submitted by Ville Skyttä <scop@users.sourceforge.net>
11042
11043 2002-02-24 [alfons]     0.7.2.claws10
11044
11045         * AUTHORS
11046         * src/summaryview.c
11047                 fix threading for null message ids, closes patch #521601,
11048                 submitted by Bob Forsman <hammor@users.sourceforge.net>
11049
11050 2002-02-24 [alfons]     0.7.2claws9
11051
11052         * src/summaryview.c
11053         * src/filtering.c
11054                 make Tool | Filter Message work with filtering system so
11055                 setting flags also works
11056
11057                 TODO:
11058
11059                 - Processing uses the same function as Tool | Filter
11060                   Message, but doesn't use the same update proc yet
11061
11062 2002-02-23 [paul]       0.7.2claws8
11063
11064         * sync with sylpheed 0.7.2cvs14
11065                 see ChangeLog entries 2002-02-22 and 2002-02-23
11066
11067 2002-02-22 [christoph]  0.7.2claws7
11068
11069         * src/quote_fmt.c
11070                 Add column space to table
11071         * src/quote_fmt_parse.y
11072                 Close files
11073
11074 2002-02-22 [paul]       0.7.2claws6
11075
11076         * src/Makefile.am
11077           src/defs.h
11078           src/filtering.c
11079           src/inc.[ch]
11080           src/mainwindow.c
11081           src/matcher.[ch]
11082           src/matcher_parser_lex.l
11083           src/matcher_parser_parse.y
11084           src/pop.[ch]
11085           src/prefs_account.h
11086           src/prefs_filtering.c
11087           src/selective_download.[ch]   *** NEW FILES ***
11088           src/utils.[ch]
11089           po/POTFILES.in
11090                 Selective Download added to 'Tool' menu. 
11091                 Retrieves email headers of the currently selected pop3 
11092                 account and allows the user to mark emails for deletion 
11093                 right on the pop3 server. Patch submitted by Oliver Haertel 
11094                 <oha@users.sourceforge.net>.
11095         
11096         * po/POTFILES.in
11097                 add 'src/quote_fmt.c'           
11098
11099 2002-02-22 [christoph]  0.7.2claws5
11100
11101         * src/Makefile.am
11102                 added quote_fmt.c
11103         * src/prefs_common.[ch]
11104         * src/prefs_template.c
11105         * src/quote_fmt.c               *** NEW FILE ***
11106         * src/quote_fmt.h
11107                 move quote format symbol description code
11108                 to it's own file because it is used from
11109                 differnent code parts
11110                 Rewrote symbol description GUI
11111                   + use table
11112                   + add separators
11113                   + get data from array (no more long constant strings)
11114         * src/quote_fmt_lex.l
11115         * src/quote_fmt_parse.y
11116                 Symbol for Literal % changed to \% instead of %%
11117                 (More logical as \ is used for quoting for other symbols)
11118                 Add |f and |p to include files and program output
11119                 Examples:
11120                     |f{/home/.../.signature}
11121                     |p{date}
11122         * po/de.po
11123                 Correct wrong spelling for "Referenzen"
11124
11125 2002-02-21 [paul]       0.7.2claws4
11126
11127         * src/procmsg.c
11128                 forgotten during sync
11129
11130 2002-02-21 [paul]       0.7.2claws3
11131
11132         * sync with sylpheed 0.7.2cvs11
11133                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
11134                 2002-02-20 and 2002-02-21
11135
11136 2002-02-20 [melvin]     0.7.2claws2
11137
11138         * src/prefs_actions.c
11139                 Added error report when child cannot fork or when execvp 
11140                 returns with an error.
11141
11142 2002-02-19 [christoph]  0.7.2claws1
11143
11144         * src/codeconv.c
11145                 return unconverted text if conde conversion is not possible
11146                 when libjconv is used.
11147                 (patch submitted by "Simon 'corecode' Schubert")
11148
11149 2002-02-19 [paul]       
11150
11151         * version 0.7.2claws release
11152
11153 2002-02-19 [paul]       0.7.2claws
11154
11155         * po/nl.po
11156                 updated by Wilbert Berendsen
11157
11158
11159 2002-02-18 [alfons]     0.7.1claws13
11160
11161         * src/syldap.c
11162         * src/jpilot.c
11163                 remove references to dlfcn and explicitly loading functions
11164                 from dynalink libs, because libs linked anyway, and functions
11165                 are loaded explicitly
11166
11167 2002-02-17 [melvin]     0.7.1claws12
11168
11169         * src/prefs_actions.c
11170                 Replaced children wait loop with double fork technique.
11171                 Now, input/output window updated at each new output.
11172                 free_children(): Fixed a memory leak.
11173                 Made input/output window non closable if running children
11174                 still exist.
11175                 Added missing <unistd.h> include.
11176                 Added some --debug outputs.
11177
11178 2002-02-17 [melvin]     0.7.1claws11
11179
11180         * src/summaryview.c
11181                 Fixed bug where descending sort order did not select top
11182                 message.
11183
11184 2002-02-17 [melvin]     0.7.1claws10
11185
11186         * acconfig.h
11187                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
11188         * src/prefs_common.c
11189                 Pspell data package directory no more hard coded but
11190                 set during configuration (PSPELL_PATH). (Thanks to 
11191                                 Gustavo Noronha Silva.)
11192
11193 2002-02-17 [melvin]     0.7.1claws9
11194
11195         * configure.in
11196                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
11197         * src/gtkspell.c
11198                 Fixed compile-time warnings.
11199
11200 2002-02-16 [alfons]     0.7.1claws8
11201
11202         * src/filesel.c
11203                 fix inadvertent free of NULL pointer which caused
11204                 sylpheed to crash when closing the save-as dialog
11205                 using the window close button
11206
11207 2002-02-16 [carsten]    0.7.1claws7
11208         * src/mainwindow.[ch]
11209           src/summaryview.c
11210           src/prefs_common.c
11211                 fixes for pixmap theming code:
11212                         - recently changed mail attributes shouldn't get
11213                           lost any longer
11214                         - theme is only reloaded iff another theme was
11215                           selected
11216
11217 2002-02-16 [paul]       0.7.1claws6
11218
11219         * sync with sylpheed 0.7.2 release
11220                 see ChangeLog entry 2002-02-15 and 2002-02-16
11221
11222 2002-02-15 [paul]       0.7.1claws5
11223
11224         * sync with sylpheed 0.7.1cvs9
11225                 see ChangeLog entry 2002-02-15
11226
11227         * po/POTFILES.in
11228                 remove unneeded headerwindow.c entry
11229
11230 2002-02-14 [carsten]    0.7.1claws4
11231         * src/summaryview.c
11232                 fixed a bug for "Go to next unread message": there was
11233                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
11234                 in the prefs, because of doing "Search again" instead
11235                 "No"
11236
11237 2002-02-14 [carsten]    0.7.1claws3
11238         * src/stock_pixmap.c
11239                 removed 2 more mem leaks; following memprof,
11240                 this code is "leak free" now :)
11241
11242 2002-02-14 [carsten]    0.7.1claws2
11243         * src/stock_pixmap.c
11244                 used opendir/readdir/closedir instead of scandir
11245                 -> code should work now on Solaris
11246
11247 2002-02-14 [paul]       0.7.1claws1
11248
11249         * sync with sylpheed 0.7.1cvs8
11250                 see ChangeLog entries 2002-02-13 and 2002-02-14
11251
11252         * README.claws
11253                 add some description of Actions and Pixmap Themes
11254
11255 2002-02-13 [paul]       
11256
11257         * version 0.7.1claws release
11258
11259 2002-02-13 [paul]       0.7.1claws
11260
11261         * po/es.po
11262           po/it.po
11263           po/pt_BR.po
11264                 updated translations, submitted by Ricardo Mones Lastra,
11265                 Alessandro Maestri and Fabio Junior Beneditto
11266
11267 2002-02-13 [melvin]     0.7.0claws75
11268
11269         * src/prefs_actions.c
11270                 Added missing "signal.h" include
11271
11272 2002-02-13 [melvin]     0.7.0claws74
11273
11274         * src/prefs_folder_item.c
11275                 Added missing "config.h" include
11276         * po/fr.po
11277                 Updated French translation for folder propriety.
11278
11279 2002-02-13 [jens]       0.7.0claws73
11280
11281         * po/POTFILES.in
11282                 Added missing src/prefs_folder_item.c [log added by melvin]
11283         * po/de.po
11284                 Updated German translation.
11285
11286 2002-02-13 [melvin]     0.7.0claws72
11287
11288         * po/fr.po
11289                 Updated French translation.
11290
11291 2002-02-13 [melvin]     0.7.0claws71
11292
11293         * src/gtkutils.c
11294                 Made gtkut_editable_get_selection return NULL if selection
11295                 is of length zero.
11296                 This fixes a bug where selecting part of message A then
11297                 switching to message B and replying to it will not
11298                 quote the message's body.
11299
11300 2002-02-12 [paul]       0.7.0claws70
11301
11302         * src/mainwindow.c
11303                 cosmetic, relating to pixmap themes: on toolbar make 
11304                 updating of 'Exec' and 'Compose news/Compose email'
11305                 icons faster.
11306
11307 2002-02-12 [carsten]    0.7.0claws69
11308         * src/folderview.c
11309           src/mainwindow.[ch]
11310           src/stock_pixmap.c
11311           src/summaryview.c
11312           src/prefs_common.c
11313                 - refreshing after changing pixmap theme better
11314                   now (thanks Paul)
11315                 - wanted to remove some mem leaks, but alfons was
11316                   faster (and had the better solution ;)
11317
11318 2002-02-12 [alfons]     0.7.0claws68
11319
11320         * src/prefs_common.c
11321         * src/stock_pixmap.[ch]
11322                 plug mem leaks, refactor code a little bit
11323
11324
11325 2002-02-12 [sergey]     0.7.0claws67
11326
11327         * src/imap.c
11328                 Fixed problem with copying messages to IMAP folders when the
11329                 server uses something other than '/' as a namespace separator
11330                 (cyrus-imapd uses '.').
11331
11332 2002-02-12 [jens]       0.7.0claws66
11333
11334         * po/de.po
11335                 Updated German Translation
11336
11337 2002-02-12 [paul]       0.7.0claws65
11338
11339         * sync with sylpheed 0.7.1cvs1
11340                 see ChangeLog entry 2002-02-12
11341
11342 2002-02-12 [melvin]     0.7.0claws64
11343
11344         * src/prefs_actions.c
11345                 Fixed "feature" where children's output was duplicated 
11346                 instead of refreshed while monitoring.
11347                 Removed some debug code.
11348
11349 2002-02-12 [christoph]  0.7.0claws63
11350
11351         * src/compose.c
11352                 always delete message from queue after sending/send error
11353                 (closes bug #509601)
11354
11355 2002-02-12 [melvin]     0.7.0claws62
11356
11357         * src/prefs_actions.c
11358                 Children wait loop is now triggered with a timeout of 1s
11359                 Added %F which is replaced with the list of filenames 
11360                 of all selected messages (as suggested by Ricardo Mones Lestra)
11361                 Pipe syntax changed. Prefix with | to send selection, postfix
11362                 with | to retrieve output. Prefix with > or * to send
11363                 user definable input to the command (*: input is hidden)
11364                 Old pipe action should now be postfixed with |, too.
11365
11366 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
11367         * src/stock_pixmap.c
11368                 fixed a bug: if there's no theme directory don't
11369                 throw an error, just do "nothing" (thanks Alfons)
11370
11371 2002-02-12 [carsten]    0.7.0claws60
11372         * src/folderview.c
11373           src/summaryview.c
11374                 had to write the cache twice (nasty!); some marks would 
11375                 get lost if not
11376
11377 2002-02-11 [carsten]    0.7.0claws59
11378         * acconfig.h
11379           configure.in
11380           doc-src/maintainer_guide.txt
11381           src/compose.[ch]
11382           src/defs.h
11383           src/folderview.[ch]
11384           src/gtkutils.[ch]
11385           src/mainwindow.[ch]
11386           src/prefs_common.[ch]
11387           src/stock_pixmap.[ch]
11388           src/summaryview.[ch]
11389                 pixmap theming and related work on pixmap
11390                 handling on some other places
11391                 (e.g. hrm features for all folder)
11392           src/pixmap/stock_*.xpm -> the stock_ was removed
11393         
11394 2002-02-11 [paul]       0.7.0claws58
11395
11396         * sync with sylpheed 0.7.1 release
11397                 see ChangeLog entries 2002-02-11
11398
11399 2002-02-08 [paul]       0.7.0claws57
11400
11401         * sync with sylpheed 0.7.0cvs39
11402                 see ChangeLog entry 2002-02-07 (last entry) 
11403
11404         * src/prefs_actions.c
11405           src/prefs_filtering.c
11406           src/prefs_matcher.c
11407           src/prefs_scoring.c
11408                 sync: made it compile with C compilers other than gcc
11409
11410 2002-02-07 [paul]       0.7.0claws56
11411
11412         * sync with sylpheed 0.7.0cvs38
11413                 see ChangeLog entries 2002-02-06 (last 2 entries) and
11414                 2002-02-07
11415
11416 2002-02-07 [darko]      0.7.0claws55
11417
11418         * src/gtkutils.[ch]
11419         * src/summaryview.c
11420                 Fix const gchar */gchar * issue (thanks Hiro)
11421
11422 2002-02-07 [darko]      0.7.0claws54
11423
11424         * src/compose.[ch]
11425         * src/filtering.c
11426         * src/gtkutils.[ch]
11427         * src/prefs_template.c
11428         * src/quote_fmt.h
11429         * src/quote_fmt_parse.y
11430         * src/summaryview.c
11431         * src/utils.[ch]
11432                 When replying or forwarding an email don't quote the entire
11433                 mail body but use the part of the message text that is selected
11434
11435 2002-02-06 [melvin]     0.7.0claws53
11436
11437         * src/prefs_common.[ch]
11438         * src/gtkspell.[ch]
11439         * src/compose.c
11440                 Made possible to switch quickly to last used dictionary
11441                 which makes checking bilingual documents easier.
11442
11443 2002-02-06 [melvin]     0.7.0claws52
11444         
11445         * po/POTFILES.in
11446                 Added forgotten new file src/prefs_actions.c
11447
11448 2002-02-06 [melvin]     0.7.0claws51
11449
11450         * src/prefs_actions.c   ** NEW FILE **
11451         * src/prefs_actions.h   ** NEW FILE **
11452                 Added actions to execute on message text view, or on the
11453                         message's file.
11454         * src/Makefile.am
11455                 Added src/prefs_actions.[ch]
11456         * src/compose.c
11457                 Added new menu "Edit/Actions"
11458         * src/defs.h
11459                 Added new actionsrc file.
11460         * src/main.c
11461                 Added actionsrc reading.
11462         * src/mainwindow.c
11463                 Added new menus "Edit/Actions" and "Configuration/Actions..."
11464         * src/prefs_common.h
11465                 Added new element actionslst element to prefs_common.
11466
11467 2002-02-06 [paul]       0.7.0claws50
11468
11469         * sync with sylpheed 0.7.0cvs36
11470                 see ChangeLog entry 2002-02-06
11471
11472 2002-02-05 [paul]
11473
11474         * po/es.po
11475                 updated by Ricardo Mones Lastra
11476
11477 2002-02-05 [paul]       0.7.0claws49
11478
11479         * sync with sylpheed 0.7.0cvs33
11480                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
11481
11482 2002-02-05 [paul]       0.7.0claws48
11483
11484         * src/compose.c
11485                 re-add 'Edit/Advanced/Delete entire line', previously named
11486                 'Delete Line+'
11487
11488 2002-02-04 [paul]       0.7.0claws47
11489
11490         * src/compose.c
11491           src/summaryview.c
11492                 fix bug #494993 (Reply All not taking Reply-To into consi)
11493                 eliminate differences in behaviour of right-click 'Reply to all' 
11494                 in summary view and 'Reply to all' on the toolbar. 
11495                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
11496                 view and From gets ignored by 'Reply to all' on toolbar.
11497                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
11498                 From when no Reply-To header is present.
11499
11500 2002-02-04 [paul]       0.7.0claws46
11501
11502         * sync with sylpheed 0.7.0cvs30
11503                 see ChangeLog entries 2002-02-03 and 2002-02-04
11504
11505 2002-02-03 [melvin]     0.7.0claws45
11506
11507         * src/gtkspell.[ch]
11508                 Readded function to highlight all misspelled words.
11509                 Fixed bug where user-provided-words did not replace
11510                         correctly the misspelled word when using the mouse.
11511                 Fixed bug where checking a region selected from right to left did
11512                         not check the region at all.
11513                 Fixed bug where 'Check backwards' may not check at all. 
11514                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
11515                 Fixed possible buffer overflow when checking for long strings (>1k).
11516                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
11517                 Accelerators code uses now gtk_widget_add_accel.
11518                 Removed and disabled obsolete and unfinished code.
11519                 Cleaning up.
11520
11521         * src/compose.c
11522                 Added menu item to Highlight all misspelled words.
11523
11524 2002-02-01 [paul]       0.7.0claws44
11525
11526         * src/mainwindow.c
11527                 fix '/View/Hide read messages' sensitivity when all
11528                 messages in a folder are hidden
11529
11530 2002-02-01 [paul]       0.7.0claws43
11531
11532         * src/main.c
11533                 add --send option to command line interface, sends all
11534                 queued mail. Patch submitted by Ricardo Mones Lastra.
11535
11536 2002-01-31 [paul]       0.7.0claws42
11537
11538         * src/mainwindow.c
11539                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
11540
11541 2002-01-31 [paul]       0.7.0claws41
11542
11543         * sync with sylpheed 0.7.0cvs27
11544                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
11545                 and 2002-01-31
11546
11547         * src/textview.c
11548                 comment out elements of textview_show_part() as temporary
11549                 workaround for attachment 'Display as text' bug 
11550
11551         * po/pt_BR.po
11552                 updated by Fabio Junior Beneditto
11553
11554 2002-01-30 [paul]       0.7.0claws40
11555
11556         * sync with sylpheed 0.7.0cvs24
11557                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
11558                 and 2002-01-30
11559
11560         * src/compose.c
11561                 add {N_("/_Spelling"), ... "<Branch>"} to 
11562                 GtkItemFactoryEntry compose_entries[]
11563
11564         * src/prefs_common.c
11565                 add claws menu items to prefs_keybind_apply_clicked()
11566                 and remove non-claws menu items
11567
11568 2002-01-29 [paul]       0.7.0claws39
11569
11570         * sync with sylpheed 0.7.0cvs22
11571                 see ChangeLog entries 2002-01-28 and 2002-01-29
11572
11573 2002-01-28 [melvin]     0.7.0claws38
11574
11575         * src/compose.c
11576                 Added the declartion of compose_send_control_enter.
11577
11578         * src/compose.c
11579         * src/gtkspell.[ch]
11580                 Added in a 'Spelling' menu which includes the configuration menu. 
11581                 Added a real 'Check all' and got rid from the old one which only
11582                 highlited misspelled word.
11583                 Made 'Check while typing' a disableable option.
11584                 Added a dialog when there are no more misspelled word.
11585                 Added a dialog if error occurs when switching to a dictionary.
11586         
11587         * src/prefs_common.[ch]
11588                 Added option for the default 'Check while typing' option.
11589
11590
11591 2002-01-28 [alfons]     0.7.0claws37
11592
11593         * src/compose.c
11594                 fix buglet and make code comply with sylpheed code style
11595
11596 2002-01-28 [paul]       0.7.0claws36
11597
11598         * sync with sylpheed 0.7.0cvs19
11599                 see ChangeLog entries for 2002-01-28
11600
11601 2002-01-28 [hoa]        0.7.0claws35
11602
11603         * src/defs.h
11604                 added rendererrc
11605
11606         * src/main.c
11607                 read the renderer config
11608
11609         * src/procmime.[ch]
11610                 use the renderer config to convert mime attachments
11611
11612         * src/textview.c
11613                 don't use textview_show_html/ertf,
11614                 use get_text_content instead
11615
11616 2002-01-27 [alfons]     0.7.0claws34
11617         
11618         * src/news.c
11619                 make sylpheed believe it can delete a news message...
11620                 (messages are NOT deleted, maybe we should remove
11621                 processing from the folder properties after all.)
11622
11623 2002-01-27 [alfons]     0.7.0claws33
11624
11625         * src/folder.c
11626                 add extra checks
11627         * src/news.c
11628                 implement remove_msg() 
11629
11630 2002-01-27 [alfons]     0.7.0claws32
11631
11632         * src/procmsg.h
11633         * src/procheader.c
11634         * src/messageview.c
11635                 fix return receipt / disposition notification again. this
11636                 stuff seems to break on _every_ major summary UI change, so
11637                 it's now implemented using a flag which is saved in the
11638                 marks cache
11639                 
11640 2002-01-26 [alfons]     0.7.0claws31
11641
11642         * src/import.c
11643                 let import dialog show the destination folder identifier
11644
11645 2002-01-26 [melvin]     0.7.0claws30
11646
11647         * src/folderview.c
11648         * src/summaryview.c
11649                 Readded 'Mark all read' into summary view popup menu
11650                 Added 'Mark all read' in folder view popup menu for IMAP
11651                 and NNTP.
11652                 Made it insensitive if the selected folder is not the shown
11653                 one to avoid 'Mark all read' on the wrong folder.
11654                 
11655 2002-01-26 [paul]       0.7.0claws29
11656
11657         * src/folderview.c
11658           src/summaryview.c
11659                 move 'Mark all read' from summary view to folder view
11660                 menu. (adapted from) patch submitted by Jeremy Andrews,
11661                 <lists@kerneltrap.com>
11662
11663 2002-01-25 [alfons]     0.7.0claws28
11664
11665         * src/gtkstext.c
11666                 put the gtk class name back so GtkSText adapts the 
11667                 settings of GtkText
11668
11669 2002-01-25 [alfons]     0.7.0claws27
11670
11671         * src/folderview.c 
11672                 assimilate Ricardo's patch that shows pixmaps instead of
11673                 plain "new" and "unread" texts in the folder view column
11674                 headers 
11675
11676 2002-01-25 [paul]       0.7.0claws26
11677
11678         * src/Makefile.am
11679                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
11680                 be found in non-standard locations. 
11681                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
11682
11683 2002-01-25 [paul]       0.7.0claws25
11684
11685         * sync with sylpheed 0.7.0cvs16
11686                 see ChangeLog entry 2002-01-25
11687
11688 2002-01-24 [paul]       0.7.0claws24
11689
11690         * more sync with sylpheed 0.7.0cvs15
11691                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
11692
11693 2002-01-23 [sergey]     0.7.0claws23
11694
11695         * src/importldif.c
11696                 Fixed segfault when closing LDIF import wizard with
11697                 the window manager.
11698         * src/imageview.c
11699         * src/imageview.h
11700         * src/messageview.c
11701         * src/mimeview.c
11702                 Fixed wrong scrolling position after switching between
11703                 text and image parts.
11704
11705 2002-01-23 [paul]       0.7.0claws22
11706
11707         * sync with sylpheed 0.7.0cvs15
11708                 see ChangeLog entries 2002-01-22 and 2002-01-23
11709
11710 2002-01-21 [melvin]     0.7.0claws21
11711
11712         * src/prefs_scoring.c
11713         * src/prefs_filtering.c
11714                 Fixed bug where scoring and filtering windows stopped
11715                 autochecking.
11716
11717 2002-01-21 [paul]       0.7.0claws20
11718
11719         * sync with sylpheed 0.7.0cvs12
11720                 see ChangeLog entries 2002-01-20 and 2002-01-21
11721
11722 2002-01-21 [carsten]    0.7.0claws19
11723         * src/mainwindow.c
11724         * src/menu.[ch]
11725         * src/messageview.[ch]
11726         * src/summaryview.[ch]
11727                 changes to shortcuts handling again:
11728                         + "Q" now controled by mainwin
11729                         + v/V are now customizable and have slightly
11730                           different meanings
11731                 the "button" to minimize the messageview (and maximize
11732                 the summary view) is a real button now
11733         * src/compose.c
11734                 "Delete Line+" added to Edit/Advanced (this will also
11735                 delete the '\n')
11736
11737 2002-01-20 [melvin] 0.7.0claws18
11738
11739         * src/addressbook.c
11740                 Made "Bcc" sensitive when addressbook is called from
11741                 compose window (it was a Claws only bug).
11742
11743 2002-01-19 [alfons] 0.7.0claws17
11744
11745         * src/inc.c
11746                 prevent unnecessary updates when currently selected folder has
11747                 no new messages 
11748
11749 2002-01-19 [alfons] 0.7.0claws16
11750         
11751         * src/summaryview.c
11752                 prevent writing the cache based on current message list in summary 
11753                 view when filtering also put messages in currently selected folder
11754
11755 2002-01-19 [paul]
11756
11757         * po/it.po
11758                 Italian translation submitted by Alessandro Maestri
11759                 <a.maestri@cs.tin.it>
11760
11761 2002-01-18 [melvin]     0.7.0claws15
11762
11763         * src/prefs_filters.c
11764                 fixed bug where 'cancel' from 'filters' window stops autochecking
11765                 if the timer timed out  when the window was open.
11766
11767 2002-01-18 [match]      0.7.0claws14
11768
11769         * src/addrclip.[ch]     ** NEW FILE **
11770         * src/addrselect.[ch]   ** NEW FILE **
11771         * src/adbookbase.h      ** NEW FILE **
11772                 addressbook cut, copy and paste
11773         * src/addrbook.[ch]
11774         * src/addrcache.[ch]
11775         * src/addressitem.h
11776         * src/addrindex.[ch]
11777         * src/addritem.[ch]
11778         * src/importldif.c
11779         * src/importmutt.c
11780         * src/jpilot.[ch]
11781         * src/syldap.[ch]
11782         * src/vcard.[ch]
11783         * src/jpilot.[ch]
11784         * src/editbook.c
11785         * src/editjpilot.c
11786         * src/editldap.c
11787         * src/editvcard.c
11788                 support for copy/paste
11789         * src/addressbook.c
11790                 support for copy/paste
11791                 tidy up menu option processing
11792                 correct address list function arguments
11793         * src/editaddress.c
11794                 sort user attributes
11795         * src/ldif.h
11796         * src/mutt.h
11797                 tidy up
11798
11799         * src/addrbook.[ch]
11800         * src/addrbook.[ch]
11801         * src/addrbook.[ch]
11802                 
11803
11804 2002-01-18 [paul]       0.7.0claws13
11805
11806         * sync with sylpheed 0.7.0cvs8
11807                 configure.in: support Mac OS X (Darwin)
11808
11809 2002-01-18 [carsten]    0.7.0claws12
11810         * src/html.c
11811                 small hack to fix a segfault with an empty href
11812                 (reported by Alexandra Walford <deeni@altern.org>)
11813         * src/mainwindow.c
11814         * src/summaryview.c
11815                 the shortcuts for Mark und Mark as unread are hardcoded
11816                 again
11817         * src/compose.c
11818         * src/gtkstext.[ch]
11819                 readded the shortcuts in gtkstext but made them
11820                 customizeable (simply by adding a menu plus a wrapper
11821                 to compose.c)
11822
11823 2002-01-17 [melvin]     0.7.0claws11
11824
11825         * src/gtkspell.c
11826                 fix default dictionary not being saved.
11827
11828 2002-01-16 [darko]      0.7.0claws10
11829
11830         * src/compose.c
11831                 fix wrapping crash with URL longer than wrapping margin
11832
11833 2002-12-08 [hoa]        0.7.0claws10
11834
11835         * src/matcher_parser_parse.y
11836                 fixed some bugs
11837
11838         * src/prefs_filtering.c
11839                 now, we can use bounce action in the dialog box.
11840
11841 2002-01-16 [carsten]    0.7.0claws9
11842         * src/gtkstext.c
11843                 removed the <control> and <alt> shortcuts because they're
11844                 not needed and interefered with the "normal" shortcuts
11845         * src/mainwindow.c
11846         * src/summaryview.c
11847                 removed most of the hardcoded shortcuts and assigned
11848                 them to menu entries making them easy customizable by
11849                 that
11850
11851 2002-01-16 |melvin]     0.7.0claws8
11852
11853         * src/gtkspell.c
11854                 fixed bug where using the mouse and when the compose
11855                 window is not on top may result in a crash.
11856
11857 2002-01-16 [melvin]     0.7.0claws7
11858
11859         * src/compose.c
11860                 fixed a long standingspell checker bug which could 
11861                 cause a crash after sending a message.
11862
11863 2002-01-16 [paul]       0.7.0claws6
11864
11865         * sync with sylpheed 0.7.0cvs7
11866                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
11867                 2002-01-15, and 2002-01-16
11868
11869 2002-01-16 [melvin]     0.7.0claws5
11870
11871         * README.claws
11872         * src/compose.c
11873         * src/gtkspell.[ch]
11874         * src/main.c
11875                 Heavily modified spell checker code to work around
11876                 ispell bug, to add keyboard shortcuts and for future
11877                 enhancements. See README.claws for usage information.
11878
11879 2002-01-15 [alfons]     0.7.0claws4
11880         
11881         * src/summaryview.c
11882                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
11883                 so sorting within threads reflects sort mode
11884
11885 2002-01-15 [christoph]  0.7.0claws3
11886
11887         * src/procmsg.c
11888                 added alertpanel if mail sending failed
11889
11890 2002-01-15 [alfons]     0.7.0claws2
11891         
11892         * src/prefs_filtering.c
11893                 don't stop timer when prefs filtering dialog is opened
11894
11895 2002-01-14 [alfons]     0.7.0claws1
11896
11897         * src/addr_compl.c
11898         * src/prefs.c
11899                 remove debug_print()s for privacy reasons
11900
11901 2002-01-14 [darko]      0.7.0claws
11902
11903         * README.claws
11904                 quotation wrapping is now also in the main branch
11905
11906 2002-01-14 [paul]
11907
11908         * tools/filter_conv.pl
11909                 allow for Boolean Op and case-sensitivity
11910                 this file is included in the release and tagged
11911                 'rel_0_7_0'
11912
11913 2002-01-13 [paul]       0.7.0claws
11914
11915         * release 0.7.0, with cvs tag 'rel_0_7_0'
11916
11917 2002-01-13 [paul]
11918
11919         * tools/filter_conv.pl
11920         * tools/README
11921                 rewritten to output to matcherrc instead of filteringrc
11922
11923         * po/es.po
11924                 updated Spanish translation by Ricardo Mones Lastra
11925
11926 2002-01-13 [alfons]
11927
11928         * po/nl.po
11929                 update dutch translation
11930
11931 2002-01-13 [paul]
11932
11933         * po/pt_BR.po
11934                 Updated by Fabio Junior Beneditto 
11935
11936 2002-01-13 [melvin]     0.6.6claws53
11937
11938         * po/fr.po
11939                 Updated french translation
11940
11941 2002-01-12 [alfons]     0.6.6claws52
11942
11943         * src/filtering.c
11944                 plug mem leak that has been sitting there for ages              
11945
11946 2002-01-12 [alfons]     0.6.6claws51
11947
11948         * src/summaryview.c
11949                 undo melvin's changes from 0.6.6claws48 because summary
11950                 view now refuses to select first unread message when
11951                 selecting a folder 
11952
11953 2002-01-11 [alfons]     0.6.6claws50
11954
11955         * src/import.c
11956                 use claws' semantics for getting folder item when
11957                 importing an mbox file into a folder 
11958                 (submitted by Dale P. Smith)
11959
11960 2002-01-11 [christoph]  0.6.6claws49
11961
11962         * src/prefs.h
11963                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
11964                 toggle widget, because non static prefs can not use
11965                 prefs_set_* functions
11966         * src/prefs_account.c
11967                 toggle smtp auth password field sensitivity if
11968                 user id is empty and add descrition of usage for
11969                 these fields
11970         * src/prefs_folder_item.c
11971                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
11972                 callbacks
11973
11974 2002-01-11 [melvin]     0.6.6claws48
11975
11976         * src/compose.c
11977                 fix the 'Ctrl-Enter' feature for sending and test really
11978                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
11979                 editables which was not documented in Gtk)
11980
11981         * src/summaryview.c
11982                 Made summaryview refresh after sorting and not before.
11983
11984 2002-01-11 [christoph]  0.6.6claws47
11985
11986         * src/compose.c
11987                 select account from account ids if possible and
11988                 correctly set save folder for copy in reedit
11989
11990 2002-01-10 [paul]       0.6.6claws46
11991
11992         * sync with sylpheed 0.7.0 release
11993                 see ChangeLog entries 2002-01-07, 2002-01-08 and
11994                 2002-01-09
11995
11996 2002-01-09 [alfons]
11997
11998         * src/summaryview.c
11999                 remove more dirt traces...
12000
12001 2002-01-09 [alfons]
12002         
12003         * src/summaryview.c
12004                 clean up some traces of my debugging stuff
12005
12006 2002-01-09 [alfons]     0.6.6claws45
12007
12008         * src/filtering.c
12009                 break up filteringprop_apply() in three separate pieces
12010                 so we can drop messages that failed processing in the
12011                 inbox
12012
12013         * src/summaryview.c
12014                 fix bug #469598 "no refresh of inbox after filter" which 
12015                 was introduced by the new summary view locking, and which 
12016                 prevented the summary view to update after a manual filter 
12017                 message. claw's filter message requires a summary_show().
12018                 (aargh, summary_show() again! :-)
12019                 
12020 2002-01-07 [alfons]     0.6.6claws44
12021
12022         * src/headerwindow.c
12023         * src/logwindow.c
12024         * src/messageview.c
12025         * src/sourcewindow.c
12026                 bring in Hiro's last 0.7.0 wm class fixes
12027
12028         * tools/sylprint.pl
12029                 bring in Ricardo's fix for sylprint script
12030
12031         * AUTHORS       
12032         * src/rfc2015.[ch]
12033         * src/prefs_common.[ch]
12034         * src/prefs_account.[ch]
12035         * src/compose.c
12036                 clean up account preference poison in rfc2015,
12037                 and preparation to fix double sign bug 
12038                 (patch submitted by Simon 'corecode' Schubert)
12039
12040 2002-01-07 [christoph]  0.6.6claws43
12041
12042         * src/mh.c
12043                 search for free message number, do not only rely
12044                 on last_num
12045         * src/send.c
12046                 fix smtp auth and use extra account information
12047                 if available, if not use pop3 data instead
12048                 (closes bug #500341)            
12049         * src/ssl.[ch]
12050                 match coding style
12051
12052 2002-01-06 [alfons]     0.6.6claws42
12053
12054         * src/mainwindow.c
12055                 try making the separate windows work again...
12056
12057 2002-01-06 [alfons]     0.6.6claws41
12058
12059         * src/mainwindow.c
12060                 adapt Hiro's separate window menu (to get rid of the funny
12061                 duplicate menu items), and make it work again
12062
12063 2002-01-06 [alfons]     0.6.6claws40
12064
12065         * tools/Makefile.am
12066         * tools/sylprint.rc
12067         * tools/sylprint.pl
12068         * tools/README.sylprint
12069                 add sylprint script for printing mails from Sylpheed
12070                 (contributed by Ricardo Mones Lastra)
12071
12072         * src/acount.c
12073                 clean up
12074
12075 2002-01-06 [melvin]     0.6.6claws39
12076
12077         * src/mainwindow.c
12078         * src/summaryview.c
12079                 Fixed crash introduced in 0.6.6claws38 by the menu
12080                 reorganisation (Hide read messages)
12081         
12082         * ChangeLog.claws 
12083                 Fixed typo (we are now in 2002, alfons ;) )
12084
12085 2002-01-05 [alfons]     0.6.6claws38
12086
12087         * sync with sylpheed 0.6.6cvs10-17
12088                 (last stuff marked as LAST_STABLE)
12089
12090 2002-01-04 [melvin]     0.6.6claws37
12091
12092         * src/account.c
12093                 Made account selection code use strcasestr again instead of
12094                 g_strcasecmp (fixes bug where reediting queued messages
12095                 did not select proper account reported by T. Link).
12096         
12097         * src/folderview.c
12098                 Fix bug where folder icons are not shown when 'hide read messages'
12099                 is on.
12100         
12101         * src/stock_pixmaps.[ch]
12102                 Added folder icons for 'hide read messages'.
12103         
12104         * src/compose.c
12105                 Fixed bug where 'Enter' in a header entry will send the message 
12106                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
12107
12108 2002-01-03 [melvin]     0.6.6claws36
12109         
12110         * src/prefs.[ch]
12111                 Added popup menu for common preferences and
12112                 account preferences (right click on tab displays
12113                                 a menu of all tabs.)
12114
12115 2002-01-02 [melvin]     0.6.6claws35
12116
12117         * src/gtkspell.[ch]
12118                 Made spelling code compatible with undo/redo feature.
12119                 Added creation of suggestion mode menu for the general
12120                         preferences.
12121         
12122         * src/prefs_common.[ch]
12123                 Added option menu for the speller's suggestion mode.
12124                 Added missing spaces in "..." buttons and made a "..."
12125                         button non translatable!
12126         
12127         * src/compose.c
12128                 Made speller use the default suggestion mode.
12129                 Hack to make it possible to choose 'CTRL-Enter' as a
12130                         shortcut for sending (and only for sending).
12131
12132         * src/prefs_folder_item.c
12133                 Changing subject simplification does not update cache 
12134                         anymore (because it is unnecessary).
12135                 Fixed bug where changing subject simplification updated the 
12136                         summaryview even when the viewed folder is not the
12137                         folder which properties are being changed. (E.g. 
12138                                         viewing folder A and changing
12139                                         the subject simplification of 
12140                                         folder B -not being viewed- updated the 
12141                                         summaryview of folder A with data of
12142                                         folder B). (Hope this is clear... )
12143
12144 2001-12-31 [alfons]     0.6.6claws34
12145         
12146         * src/ldif.c
12147         * src/mutt.c
12148                 fgetc() returns a signed integer which doesn't
12149                 fit in a char. so c truncates this to a char
12150                 but we may lose significant bits. i.e. we may
12151                 comparing 0xFF which may not be equal to -1
12152                 unless properly casted to signed char which
12153                 we won't do because fgetc() returns a signed
12154                 integer which doesn't fit in a char. so c 
12155                 truncates this to a char but we may lose 
12156                 significat bits. (you got the idea, thanks
12157                 to Gustavo Noronha Silva <kov@debian.org>
12158                 and the Debian folks!)
12159
12160 2001-12-30 [alfons]     0.6.6claws33
12161
12162         * src/prefs_common.c
12163                 add #ifdef USE_PSPELLs that Melvin forgot               
12164
12165 2001-12-30 [melvin]     0.6.6claws32
12166         
12167         * src/prefs_common.[ch]
12168                 Added configurable color for misspelled words.
12169
12170         * src/gtkspell.[ch]
12171                 Fixed bug of foreground text color (reported by David
12172                                 Mehrmann)
12173                 Added configurable color for misspelled words.
12174
12175 2001-12-30 [alfons]     0.6.6claws31
12176
12177         * src/folder.c
12178                 remove unnecessary things someone put there
12179
12180         * src/mh.c
12181         * src/folder.[ch]
12182                 make folder properties (like threading and sorting) persistent
12183                 (closes bug #497424 "rescan folder tree resets proprieties")
12184                 currently this is only for MH folders. 
12185
12186 2001-12-29 [melvin]     0.6.6claws30
12187
12188         * src/string_match.[ch]
12189                 Optimized a bit: regexp pattern buffer compiled only once, and
12190                   one subroutine call removed. Fixed ^ regexp search: Now, 
12191                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
12192         
12193         * src/summaryview.c
12194                 Subject filtering changed to filter summary columns and
12195                   not directly the messages subject cache. The loss in 
12196                   performance is balanced by the improvement of string_match.
12197                 Added an alert panel if there is an error in the regexp.
12198
12199         * src/src/prefs_folder_item.h
12200                 Added a regexp pattern buffer.
12201
12202 2001-12-28 [alfons]     0.6.6claws29
12203
12204         * src/string_match.[ch]
12205                 clean up name space
12206                 allow compilation *BSD
12207
12208 2001-12-27 [alfons]     0.6.6claws28
12209
12210         * src/filter.c
12211                 sync the Hiro's bug fix for BSD
12212
12213 2001-12-27 [melvin]     0.6.6claws27
12214         
12215         * src/compose.c
12216                 Simplify focus to subject entry code.
12217
12218 2001-12-27 [darko]      0.6.6claws26
12219
12220         * src/filtering.c
12221         * src/mbox_folder.c
12222         * src/messageview.c
12223         * src/mh.c
12224         * src/procheader.[ch]
12225         * src/procmsg.h
12226         * src/stock_pixmap.[ch]
12227         * src/summaryview.c
12228                 Show key icon for encrypted mails in summary view
12229
12230         * src/pixmaps/clip.xpm
12231         * src/pixmaps/clipkey.xpm
12232         * src/pixmaps/key.xpm
12233                 New/modified icons for the above
12234
12235 2001-12-27 [melvin]     0.6.6claws25
12236
12237         * src/prefs_common.c
12238                 Put spell checker options in a separate tab to decrease
12239                 the Common Preferences window height.
12240
12241         * README.claws  
12242                 Update spell checker usage instruction about its options
12243                 location.
12244
12245 2001-12-27 [melvin]     0.6.6claws24
12246
12247         * src/compose.c
12248                 Changed subject entry widget position. Initial focus is
12249                 on the To header instead of the subject entry.
12250                 Creating a new header scrolls the header list to make the
12251                 created one visible. Nevertheless, when automatically filling
12252                 headers, the first one is shown.
12253                 A Tab key press in the last empty header entry zips the 
12254                 focus to the subject entry.
12255                 (I did not change the combo boxes, yet)
12256
12257 2001-12-26 [alfons]     0.6.6claws23
12258
12259         * src/prefs_account.c
12260         * src/inc.c
12261                 allow default inbox to reside in another mailbox (only
12262                 works for POP3 accounts)
12263
12264 2001-12-26 [alfons]     0.6.6claws22
12265         
12266         * src/textview.c
12267                 make reply-on-click work with the account of the selected folder
12268         * src/compose.c
12269                 put a fixme here to remind me to fix finding correct default
12270                 account for nested folders
12271
12272 2001-12-25 [alfons]     0.6.6claws21
12273
12274         * src/summaryview.c
12275                 make column headers display locked and mark pixmaps (idea by Melvin) 
12276                 fix bug by adding score and locked column type to sort array
12277
12278 2001-12-25 [alfons]     0.6.6claws20
12279         
12280         * src/summaryview.c
12281                 catch a *potentially* inadvertent write back of  
12282                 the message cache(s) introduced by 0.6.5claws37
12283
12284 2001-12-25 [christoph]  0.6.6claws19
12285
12286         * src/stock_pixmap.[ch]
12287         * src/summaryview.c
12288                 add ignore thread pixmap
12289                 (can someone draw a better icon for this?)
12290
12291 2001-12-24 [alfons]     0.6.6claws18
12292
12293         * src/prefs_folder_item.c
12294                 make address completion actually work for the
12295                 Default To address in the Folder Property dialog.
12296
12297 2001-12-24 [alfons]     0.6.6claws17
12298         
12299         * src/summaryview.c
12300                 use new style regexp for subject stripping 
12301                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
12302
12303 2001-12-24 [darko]      0.6.6claws16
12304
12305         * src/pgptext.c
12306         * src/rfc2015.c
12307                 move GPG related informational messages to debug mode
12308
12309 2001-12-23 [alfons]     0.6.6claws15
12310
12311         * src/stock_pixmap.[ch]
12312         * src/summaryview.c
12313                 add the forgotten Claws' locked pixmap
12314
12315 2001-12-23 [alfons]     0.6.6claws14
12316
12317         * src/filesel.c
12318                 accept file name typed in entry in multi file
12319                 selector (patch submitted by Gustavo Noronha Silva 
12320                 <kov@debian.org>)
12321
12322 2001-12-23 [alfons]     0.6.6claws13
12323
12324         * src/prefs_filter.c
12325         * src/prefs_filtering.c
12326         * src/matcher.c
12327         * src/importmutt.c
12328                 clean up a little bit
12329         
12330         * src/string_match.c
12331                 validate input strings a little bit more
12332
12333 2001-12-23 [alfons]     0.6.6claws12
12334
12335         * src/Makefile.am
12336         * src/summaryview.c
12337         * src/string_match.[ch]         ** NEW **
12338         * src/folderview.[ch]
12339         * src/headerview.h
12340         * src/folder.[ch]
12341         * src/prefs_folder_item.[ch]
12342                 add subject simplification to strip out strings from
12343                 a subject line (esp. handy for mailing lists). 
12344                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
12345                 but slightly changed things for better integration.)
12346
12347 2001-12-23 [alfons]     0.6.6claws11
12348
12349         * src/mainwindow.c
12350                 fix bug introduced by submission included in 0.6.5claws52.
12351                 ideally this submission should clean the trash if any trash
12352                 folder has a message. however, the hasTrash variable was
12353                 set to false whenever a trash folder was empty (discarding
12354                 a previously found *filled* trash folder.)
12355
12356                 also edited the code a little bit and made it more safe.
12357
12358 2001-12-22 [alfons]     0.6.6claws10
12359
12360         * src/imap.c
12361                 quick fix for Martin Pool's omission of an account
12362                 specific SSL setting
12363
12364 2001-12-22 [alfons]     0.6.6claws9
12365
12366         * src/compose.c
12367         * src/messageview.c
12368         * src/mimeview.c
12369         * src/pgptext.c
12370         * src/procmime.[ch]
12371                 better support for multipart/digest (submitted
12372                 by Fredrik <e98fo@efd.lth.se>)
12373
12374 2001-12-22 [alfons]     0.6.6claws8
12375
12376         * src/addressbook.c
12377                 correct function signature
12378         * src/socket.[ch]
12379         * src/imap.[ch]
12380         * src/prefs_account.[ch]
12381                 allow IMAP over SSH tunnel (patch submitted by 
12382                 Martin Pool <mbp@samba.org>)
12383
12384 2001-12-21 [alfons]     0.6.6claws7
12385
12386         * sync with sylpheed 0.6.6cvs4-9
12387                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
12388
12389 2001-12-21 [christoph]  0.6.6claws6
12390
12391         * src/compose.c
12392         * src/prefs_folder_item.[ch]
12393                 implement saving of outgoing messages to current folder.
12394                 fix segfault when no default outbox is available
12395                 (closes bug #495683)
12396
12397 2001-12-21 [carsten]    0.6.6claws5
12398         * src/folderview.c
12399         * src/summaryview.c
12400                 pressing CTRL while DND does now the expected thing and
12401                 copies the mail (moving is still the default, as this
12402                 seam more appropriate for handling mails by DND)
12403
12404 2001-12-18 [paul]       0.6.6claws4
12405
12406         * sync with sylpheed 0.6.6cvs3
12407                 see ChangeLog entries 2001-12-18
12408
12409 2001-12-18 [hiro]       0.6.6claws3
12410
12411         * src/undo.c
12412                 fix for multibyte characters (obtain the number of letters
12413                 instead of bytes).
12414
12415 2001-12-17 [paul]       0.6.6claws2
12416
12417         * sync with sylpheed 0.6.6cvs1
12418                 see ChangeLog entry 2001-12-16
12419
12420 2000-12-17 [alfons]     0.6.6claws1
12421
12422         * src/filtering.c
12423                 clean up
12424
12425 2001-12-16 [paul]       0.6.6claws
12426 2001-12-15
12427
12428         * Release version 0.6.6claws, cvs tag: rel_0_6_6
12429
12430         * src/mimeview.c
12431                 last minute sync with main 0.6.6
12432
12433         * po/es.po
12434                 updated by Ricardo Mones Lastra
12435                 update for last minute sync
12436         * po/fr.po
12437         * po/nl.po
12438                 update for last minute sync
12439         * po/de.po
12440                 updated by Jens Oberender
12441         * po/pt_BR.po
12442                 updated by Fabio Junior Beneditto
12443
12444         * src/prefs_common.[ch]
12445         * src/undo.c
12446                 number of undo levels is user configurable
12447                 (squeeze it into the release in the dying
12448                 moments) Submitted by Jens Oberender    
12449
12450 2001-12-15 [melvin]
12451
12452         * po/fr.po
12453                 updated french translation
12454
12455 2001-12-15 [paul]       0.6.5claws92
12456
12457         * sync with sylpheed 0.6.5cvs28
12458                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
12459
12460         * po/nl.po
12461                 update to allow for sync
12462
12463 2001-12-15 [alfons]
12464         
12465         * po/nl.po
12466                 update dutch translation
12467
12468 2001-12-14 [carsten]    0.6.5claws91
12469         * src/summaryview.c
12470                 fixed bug #473785; also after changing the column order
12471                 the same message will be selected and displayed as before
12472                 the reordering
12473
12474 2001-12-14 [carsten]    0.6.5claws90
12475         * src/folderview.c
12476                 probably found the bug reported by wwb opening or closing
12477                 a folder tree just before dnd (found the solution in the
12478                 balsa source -- thanks to them)
12479
12480 2001-12-14 [carsten]    0.6.5claws89
12481         * src/gtkutils.c
12482         * src/account.c
12483                 moved gtk_clist_moveto to the right place, so that
12484                 only the accounts dialog is effected on opening
12485
12486 2001-12-14 [carsten]    0.6.5claws88
12487         * src/gtkutils.c
12488                 gtkut_clist_set_focus_row does a gtk_clist_moveto
12489                 now, so that the focused row will be seen in any case
12490                 (reported by wwp on sf-claws-user)
12491
12492 2001-12-14 [darko]      0.6.5claws87
12493
12494         * src/compose.c
12495                 remove unnecessary line
12496
12497 2001-12-14 [paul]       0.6.5claws86
12498
12499         * sync with sylpheed 0.6.5cvs27
12500                 see ChangeLog entries 2001-12-14
12501
12502 2001-12-14 [carsten]    0.6.5claws85
12503         * src/mainwindow.c
12504                 following a suggestion of Melvin the rcoabm pops up
12505                 right under the button now and the button is reliefed
12506                 while the popup is open
12507
12508 2001-12-14 [darko]      0.6.5claws84
12509
12510         * src/compose.c
12511                 fix crash when wrapping long lines if linewrap quotation
12512                 is disabled and wrapper encounters a word spanning more
12513                 than one line
12514
12515 2001-12-13 [paul]       0.6.5claws83
12516
12517         * src/compose.c
12518                 prefer 'Reply-To' header over mailing list header when
12519                 replying to a message. Finally prevent all those confirmation 
12520                 messages being sent to the list itself.
12521
12522         * src/summaryview.c
12523                 remove unused summary_set_menu_sensitive() entry
12524
12525 2001-12-13 [paul]       0.6.5claws82
12526
12527         * src/folderview.c
12528         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
12529         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
12530         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
12531                 improvements to 'Hide read messages': Inbox, Outbox,
12532                 Trash, Queue, and Draft icons now reveal presence of hidden 
12533                 messages
12534
12535 2001-12-12 [alfons]     0.6.5claws81
12536
12537         0.6.5claws80 was tagged as LAST_STABLE
12538
12539         * src/filtering.[ch]
12540         * src/matcher.[ch]
12541         * src/matcher_parser_lex.c
12542                 fix the filtering; my last attempt to get it right, 
12543                 if it does not work, it's Hoa's turn. ;-)
12544
12545                 for my honourable peers:
12546                 
12547                 the code now makes a clear distinction between
12548                 rules as they are displayed (probably escaped),
12549                 and as they are executed (probably unescaped). the
12550                 parser does *NOT* do any unescaping, this is
12551                 the task of the matcher.c (which breaks up a
12552                 rule into condition) and the filtering.c (which
12553                 breaks up the rule's action). to make this
12554                 run happily we provide an unescaped copy of
12555                 crucial strings to the MatcherProp and 
12556                 FilteringAction structures. note that the only
12557                 exception to this is any REGEXP string. those
12558                 are directly passed to regcomp() and regexp()
12559                 (who have much more powerful unescape functions).
12560                 
12561                 for everyone else:
12562         
12563                 you can escape tab (\t), carriage return (\r),
12564                 linefeed (\n), form feed (\f), quote (\"), 
12565                 single quote (\'), bell (\b) in all the entry
12566                 lines in the scoring & filtering dialogs.
12567                 as an added bonus this should not affect
12568                 existing filtering rules.
12569
12570 2001-12-12 [carsten]    0.6.5claws80
12571
12572         * src/summaryview.c
12573         * po/de.po
12574                 "item(s) selected" is now sensitive to 1 or more
12575                 than one selected (nice for language where simple
12576                 adding of a "s" is not possible as German (Eintrag
12577                 ->Eintr"age)
12578                 
12579                 the "forward as attachment" entry from the right
12580                 click menu removed, "forward" acts following the
12581                 prefs
12582         
12583         * src/textview.c
12584                 reverted my former changes; so compiler warning again
12585                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
12586                 nevertheless
12587
12588         * src/messageview.c
12589                 "search in message" does now *not* only work in MVIEW_TEXT
12590                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
12591                 message
12592
12593         * src/mainwindow.c
12594                 removed "/File/_Close" as it was the same as "/File/E_xit"
12595                 and we don't need it two times
12596
12597                 the separate folder view and message view now get a distinct
12598                 WMCLASS, just in case someone is using sawfish ;-)
12599
12600                 as the menu entries "/View/Message view" and "/View/Folder tree"
12601                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
12602                 make them sensitive accordingly and as these two are "shown"
12603                 after startup anytime check this menuitem at startup
12604
12605 2001-12-12 [paul]       0.6.5claws79
12606
12607         * src/folderview.c
12608                 fix sensitivity of 'Search folder...', broken in
12609                 0.6.5claws75
12610
12611         * src/mainwindow.c
12612                 fix dodgy English
12613
12614 2001-12-11 [carsten]    0.6.5claws78
12615         * src/filtering.c
12616                 fixed two typos returning a wrong FALSE/TRUE
12617         * src/mainwindow.[ch]
12618                 extra menu for email/news button removed
12619
12620 2001-12-11 [alfons]     0.6.5claws77
12621         
12622         * src/matcher.c                 (1.3)
12623         * src/matcher_parser_lex.l      (1.28)
12624                 revert for another attempt
12625                 mark 0.6.5claws77 as LAST_STABLE
12626
12627 2001-12-11 [christoph]  0.6.5claws76
12628
12629         * po/de.po
12630                 fixed wrong translation for prev. unread msg
12631
12632 2001-12-11 [paul]       0.6.5claws75
12633
12634         * src/folder.[ch]
12635         * src/folderview.c
12636         * src/mainwindow.c
12637         * src/summaryview.[ch]
12638         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
12639                 enable ability to hide read messages on per folder basis via 
12640                 '/Summary/Hide read messages'; when selected, a folder will 
12641                 have a red open folder icon, instead of a blue icon, if the 
12642                 folder contains hidden messges
12643                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
12644
12645         * src/mainwindow.c
12646                 remove '/Message/Forward as attachment' from 
12647                 main_window_set_menu_sensitive() to prevent debug warning
12648
12649         * src/folderview.c
12650         * src/mainwindow.c
12651                 Clean up some of the English
12652
12653         * tools/newscache_clean.pl
12654                 allow for new 'hidereadmsgs' entry in folderlist.xml
12655
12656         * po/es.po
12657                 updated translation, submitted by Ricardo Mones Lastra
12658
12659 2001-12-11 [paul]       0.6.5claws74
12660
12661         * sync with sylpheed 0.6.5cvs25
12662                 see ChangeLog entry 2001-12-11
12663
12664 2001-12-10 [alfons]     0.6.5claws73
12665
12666         * src/matcher.c
12667                 add more control characters
12668         * src/matcher_parser_lex.l
12669                 make escaping / unescaping work again
12670
12671 2001-12-10 [alfons]     0.6.5claws72
12672
12673         * src/imap.c
12674                 clean up warnings "returning value for void function" 
12675         * src/prefs_filtering.c
12676                 make info button for execute action sensitive
12677
12678 2001-12-10 [paul]       0.6.5claws71
12679
12680         * src/compose.c
12681         * src/imap.[ch]
12682         * src/summaryview.c
12683                 fix: imap server now gets informed of MARKED, UNMARKED
12684                 and REPLY events. Now people can use different IMAP-Mail
12685                 clients and have the exact same information about MARKED,
12686                 UNMARKED and REPLY status with all of them. Especially
12687                 useful for imap servers with a web-frontend.
12688                 submitted by Tobias Sandhaas <medlor@web.de>
12689
12690 2001-12-09 [melvin]     0.6.5claws70
12691         
12692         * src/textview.[ch]
12693                 fixed bug #490076 (hunted down by Alfons who implemented
12694                 a workaround in 0.6.5claws65)
12695
12696 2001-12-09 [christoph]  0.6.5claws69
12697
12698         * src/summaryview.c
12699                 set pointer to string in LOCKED column to NULL
12700                 (might fix bug #490800)
12701
12702 2001-12-09 [carsten]    0.6.5claws68
12703
12704         * po/de.po
12705                 resolved some cluttered menu shortcuts 
12706                 ('creating new email' and 'creating news message'
12707                 hade the same)
12708         * src/compose.c
12709                 wmclass now distinc from main window
12710         * src/mainwindow.c
12711           src/mainwindow.h
12712                 email/news and forward button functionality similar
12713                 to the reply buttons; removed the ugly dropdown arrows
12714                 and use instead the right mouse button
12715
12716 2001-12-09 [paul]       0.6.5claws67
12717
12718         * src/imap.c
12719         * src/utils.h
12720                 allow spaces in imap folder names
12721                 submitted by Willem van Engen <wvengen@stack.nl>
12722
12723 2001-12-09 [paul]       0.6.5claws66
12724
12725         * sync with sylpheed 0.6.5cvs24
12726                 see ChangeLog entry 2001-12-09
12727
12728 2001-12-08 [alfons]     0.6.5claws65
12729
12730         * src/textview.c
12731                 prevent secondary selection claim after "add to sender" dialog
12732                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
12733                 we trick GTK by simulating a click at (0, 0) in the textview.
12734
12735 2001-12-08 [hoa]        0.6.5claws64
12736
12737         * src/folder.c
12738                 fixed a bug about the .processing folder name while filtering
12739
12740 2001-12-08 [alfons]     0.6.5claws63
12741
12742         * src/folderview.c 
12743                 work around problem of not correctly updating folder stats
12744                 when deleting messages. there's some folder scanning evil
12745                 going so the folderview_update_msg_num() does not work
12746                 correctly. need to investigate this.
12747
12748 2001-12-08 [paul]       0.6.5claws62
12749
12750         * sync with sylpheed 0.6.5cvs23
12751                 see ChangeLog entry 2001-12-08
12752
12753 2001-12-07 [christoph]  0.6.5claws61
12754
12755         * src/compose.c
12756                 fix another header translation problem
12757
12758 2001-12-07 [alfons]     0.6.5claws60
12759
12760         * src/mbox.c
12761                 make filtering also work on local spool mbox
12762
12763 2001-12-07 [carsten]    0.6.5claws59
12764         * src/addressbook.c
12765                 addressbook window gets a wmclass distinct from the main
12766                 sylpheed window
12767         * src/compose.h
12768         * src/mainwindow.[ch]
12769                   forward menu item will use mode selected in prefs, forward 
12770                 as attatchment in menu removed (will be substituted in the
12771                 toolbar similar to reply buttons)
12772                   create news message menu entry and news button is now 
12773                 sensitive to the existance of a news account
12774         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
12775         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
12776         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
12777                 these are removed because the toolbar buttons don't show
12778                 the quoting modus any longer
12779
12780 2001-12-07 [paul]
12781
12782         * tools/newscache_clean.pl      ** NEW FILE **
12783                 perl script to do some tidying up in the newscache directory 
12784                 
12785         * tools/sylpheed-switcher       ** NEW FILE **
12786                 perl script to enable easy switching between main and claws
12787                 
12788         * tools/README
12789                 added descriptions of the two new perl scripts          
12790
12791
12792 2001-12-07 [melvin]     0.6.5claws58
12793
12794         * src/messageview.c
12795                 fixed a warning during compilation introduced in 0.6.5claws56
12796
12797 2001-12-07 [paul]       0.6.5claws57
12798
12799         * src/mainwindow.[ch]
12800         * src/menu.[ch]
12801                 further usability enhancements to replying with or without 
12802                 quoting via the toolbar, use of Ctrl key is replaced by 
12803                 drop down menu 
12804                 Submitted by Carsten Schurig            
12805
12806 2001-12-07 [melvin]     0.6.5claws56
12807
12808         * src/messageview.c
12809                 hack to fix bug that prevented to make/paste selections
12810                 after switching between MVIEW_TEXT and MVIEW_MIME views
12811                 without deselecting the selection first.
12812
12813 2001-12-06 [alfons]     0.6.5claws55
12814
12815         * src/filtering.[ch]
12816         * src/inc.c
12817                 revise filtering a little bit more, and make sure
12818                 messages are delivered to the appropriate inbox
12819                 (perhaps set per account)
12820
12821 2001-12-06 [paul]       0.6.5claws54
12822
12823         * sync with sylpheed 0.6.5cvs22
12824                 see ChangeLog entry 2001-12-06
12825
12826 2001-12-05 [alfons]     0.6.5claws53
12827
12828         * src/inc.c
12829         * src/folder.[ch]
12830         * src/procmsg.c
12831         * src/filtering.c
12832                 more revisions of filtering system
12833                 (last stable version is marked as LAST_STABLE)
12834                 
12835                 | NOTE 1): the filtering system now uses a local folder called
12836                 | .processing. if filtering fails, check this directory
12837                 | for missing messages.
12838                 |
12839                 | NOTE 2): help us find the filtering actions still missing
12840
12841 2001-12-05 [paul]       0.6.5claws52
12842
12843         * src/mainwindow.c
12844                 fix bug where 'Empty Trash?' pop-up window appears even
12845                 when Trash is empty, submitted by Jesse Skinner         
12846
12847 2001-12-05 [melvin]     0.6.5claws51
12848
12849         * src/compose.c
12850                 fixed bug #486106 to select correct account when reediting 
12851                 a queued message
12852         
12853 2001-12-04 [alfons]     0.6.5claws50
12854
12855         * src/mh.c
12856                 declare markfile in appropriate functions when
12857                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
12858                 for spotting this)
12859
12860 2001-12-04 [paul]       0.6.5claws49
12861
12862         * sync with sylpheed 0.6.5cvs21
12863                 see ChangeLog entry 2001-12-04
12864
12865 2001-12-03 [christoph]  0.6.5claws48
12866
12867         * po/de.po
12868                 changed translation of undo
12869         * src/account.c
12870         * src/folder.c
12871                 don't reinvent the wheel to traverse a GNode
12872         * src/compose.[ch]
12873                 seperate code to create the compose gui into functions
12874                 add "Others" page with folder selection for saving copy
12875                 of the message.
12876                 the folder identifier is saved to queue header
12877         * src/procmsg.c
12878                 save message to folder in queue header
12879
12880 2001-12-03 [paul]       0.6.5claws47
12881
12882         * sync with sylpheed 0.6.5cvs20
12883                 see ChangeLog entry 2001-12-03
12884
12885 2001-12-01 [paul]
12886
12887         * more sync with sylpheed 0.6.5cvs19
12888                 see ChangeLog entry 2001-11-29
12889
12890 2001-11-30 [paul]       0.6.5claws46
12891         
12892         * src/compose.c
12893                 remove conflicts introduced by Hoa's last commit
12894          
12895         * src/mainwindow.c
12896                 make 'Message/Bounce' sensitive
12897
12898 2001-11-30 [hoa]        0.6.5claws45
12899
12900         * src/compose.c
12901                 slightly change bounce function to add
12902                 information about the user that bounced the mail
12903                 in the From header line.
12904
12905         * src/folderview.c
12906                 permit the use of processing in outbox folder.
12907
12908 2001-11-29 [paul]       0.6.5claws44
12909
12910         * src/mainwindow.[ch]
12911         * src/prefs_common.c
12912         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
12913         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
12914         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
12915                 usability enhancements to the quoting, implements
12916                 use of Ctrl key to toggle quoting settings
12917                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
12918
12919 2001-11-29 [paul]       0.6.5claws43
12920         
12921         * sync with sylpheed 0.6.5cvs19
12922                 see ChangeLog entry 2001-11-28
12923
12924 2001-11-29 [melvin]     0.6.5claws42
12925         * src/Makefile.am
12926                 added enriched.[ch] to the list of files
12927
12928         * src/textview.c
12929         * src/mimeview.c
12930         * src/procmime.[ch]
12931         * src/enriched.[ch]
12932                 added support to view text/enriched
12933                 added support to show headers in message view for text/enriched and text/html
12934                         in non multipart messages
12935
12936 2001-11-28 [paul]       0.6.5claws41
12937
12938         * more sync with sylpheed 0.6.5cvs18
12939                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
12940
12941 2001-11-27 [paul]       0.6.5claws40
12942         
12943         * po/pt_BR.po
12944                 updated translation, submitted by Fabio Junior Beneditto
12945                 
12946         * sync with sylpheed 0.6.5cvs18
12947                 see ChangeLog entries 2001-11-26 (src/textview.c) and
12948                 2001-11-27
12949
12950
12951 2001-11-26 [paul]
12952
12953         * po/es.po
12954                 updated translation, submitted by Ricardo Mones Lastra
12955
12956 2001-11-26 [alfons]
12957
12958         * src/matcher.c
12959                 add more translatable strings
12960
12961 2001-11-26 [christoph]  0.6.5claws39
12962
12963         * po/de.po      
12964                 fixed one more umlaut
12965         * src/compose.c
12966                 fix translated header when it should not be translated
12967
12968 2001-11-26 [paul]       0.6.5claws38
12969
12970         * src/mainwindow.c
12971                 remove '/Message/Add Sender to address book' from 
12972                 main_window_set_menu_sensitive(), prevent debug warning
12973                 add 'Message/Mark/Mark all read' to mainwin_entries[]
12974
12975 2001-11-26 [paul]       0.6.5claws37
12976
12977         * src/summaryview.c
12978                 fix 'recurring unread state' bug 
12979
12980         * tools/README 
12981         * tools/filter_conv.pl
12982                 read name of top level mailbox from folderlist.xml
12983                 and presume nothing about its name              
12984
12985 2001-11-26 [darko]      0.6.5claws36
12986
12987         * src/gtkstext.[ch]
12988                 removed functions that are now in gtkutils.c
12989                 use gtkut_text_is_uri_string() from gtkutils.c
12990         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
12991
12992 2001-11-26 [paul]       0.6.5claws35
12993
12994         * sync with sylpheed 0.6.5cvs16
12995                 see ChangeLog entries 2001-11-25 and 2001-11-26
12996
12997 2001-11-25 [alfons]     0.6.5claws34
12998
12999         EXPERIMENTAL!!! Please checkout the last stable version using: 
13000           
13001         % cvs update -r LAST_STABLE -dRAP
13002
13003         (Or help us testing this stuff.)
13004
13005         * src/filtering.c               (1.14)
13006         * src/filtering.h               (1.6)
13007         * src/inc.c                     (1.28)
13008         * src/matcher.c                 (1.20)
13009         * src/mbox.c                    (1.9)
13010         * src/procmsg.h                 (1.14)
13011         * src/summaryview.c             (1.59)
13012         * src/summaryview.h             (dunno)
13013                 revert/merge/sync to as it was before commit 
13014                 on Thu, 19 Jul 2001 10:15:51 -0700.
13015
13016 2001-11-25 [hoa]        0.6.5claws33
13017
13018         * src/main.c
13019                 processing mails at startup
13020
13021         * src/folderview.c
13022         * src/summaryview.[ch]
13023                 processing mails when entering folder
13024
13025         * src/prefs_filtering.c
13026                 fixed some UI bugs
13027
13028 2001-11-24 [alfons]     0.6.5claws32
13029
13030         * src/summaryview.[ch]
13031                 make summary sort headers work, and also make
13032                 sure the sort type is stored
13033
13034 2001-11-23 [alfons]     0.6.5claws31
13035
13036         * src/summaryview.[ch]
13037                 make lock work like mark
13038                 disallow deleting messages marked as locked
13039
13040 2001-11-23 [alfons]     0.6.5claws30
13041
13042         * src/gtkstext.c
13043         * src/compose.[ch]
13044         * src/Makefile.am
13045         * src/undo.[ch]
13046                 merge undo patch submitted by Jens
13047
13048 2001-11-23 [christoph]  0.6.5claws29
13049
13050         * src/.cvsignore
13051                 added ylwrap
13052         * src/compose.c
13053                 fixed gpg signing and encoding
13054         * src/folder.[ch]
13055         * src/main.c
13056                 added --status option to get new, unread and total
13057                 message count from a running sylpheed
13058         * src/prefs_common.c
13059                 temporary fix for reply_with_quote problem
13060                 (don't call functions for non existing widget)
13061         * src/procmsg.c
13062                 one more check for ignored threads but still not
13063                 always working correctly. probably a recursive
13064                 check for all parents is needed
13065
13066 2001-11-23 [darko]      0.6.5claws28
13067
13068         * src/compose.c
13069                 wrapping on send improvements
13070         * src/gtkutils.[ch]
13071                 fix for GtkSText after last sync with main branch
13072                 GTK_TEXT -> GTK_STEXT
13073
13074 2001-11-23 [paul]       0.6.5claws27
13075
13076         * sync with sylpheed 0.6.5cvs14
13077                 see ChangeLog entries 2001-11-22 and 2001-11-23
13078                 
13079         * po/de.po
13080                 fixed the scrambled umlauts 
13081                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
13082
13083 2001-11-21 [paul]       0.6.5claws26
13084
13085         * sync with sylpheed 0.6.5cvs12
13086                 see 2nd ChangeLog entry dated 2001-11-20
13087
13088 2001-11-20 [paul]       0.6.5claws25
13089
13090         * sync with sylpheed 0.6.5cvs11
13091                 see ChangeLog entry 2001-11-19 (src/utils.c)
13092
13093 2001-11-20 [hiro]
13094
13095         * src/compose.c
13096                 GTK_TEXT -> GTK_STEXT
13097                 fix for wrong comment
13098
13099 2001-11-20 [hiro]       0.6.5claws24
13100
13101         * src/compose.[ch]
13102                 more merges from main branch
13103                 removed fatal warnings (uninitialized variables etc.)
13104                 some coding style fix
13105         * src/gtkutils.h
13106                 fixed typo.
13107         * src/addressbook.c
13108           src/addrindex.c
13109                 V-Card -> vCard
13110
13111 2001-11-19 [hoa]        0.6.5claws23
13112
13113         * src/filtering.c
13114         * src/prefs_scoring.c
13115         * src/matcher.[ch]
13116         * src/scoring.c
13117                 cleaning code
13118
13119         * src/matcher_parser_parse.y
13120         * src/prefs_filtering.c
13121                 bouncing
13122
13123 2001-11-19 [alfons]     0.6.5claws22
13124
13125         more of my old things into claws
13126
13127         * src/Makefile.am
13128         * src/prefs_common.c
13129         * src/procmsg.h
13130         * src/summaryview.[ch]
13131         * src/prefs_summary_column.c
13132         * src/pixmaps/locked.xpm
13133                 add indicators for locking of message in summary view
13134                 (does not work yet, only visual indicator)
13135
13136 2001-11-19 [paul]       0.6.5claws21
13137
13138         * sync with sylpheed 0.6.5cvs10
13139                 see ChangeLog entry 2001-11-19
13140
13141 2001-11-18 [alfons]     0.6.5claws20
13142         
13143         * src/filtering.c
13144                 remove an inadvertent free I forgot in previous clean up 
13145
13146 2001-11-18 [alfons]     0.6.5claws19
13147
13148         * src/filtering.[ch]
13149                 clean up & plug leaks
13150
13151 2001-11-18 [paul]       0.6.5claws18
13152
13153         * sync with sylpheed 0.6.5cvs9
13154                 see ChangeLog entries 2001-11-17 and 2001-11-18
13155
13156 2001-11-16 [paul]       0.6.5claws17
13157
13158         * sync with sylpheed 0.6.5cvs8
13159                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
13160
13161 2001-11-16 [paul]       0.6.5claws16
13162
13163         * sync with sylpheed 0.6.5cvs7
13164                 see ChangeLog entries 2001-11-15 and 2001-11-16
13165
13166 2001-11-15 [hoa]        0.6.5claws15
13167
13168         * src/compose.c
13169                 fix bounce, mails we received couln't be bounced to ourself.
13170
13171         * src/defs.h
13172         * src/filtering.[ch]
13173         * src/matcher.[ch]
13174         * src/matcher_parser.h
13175         * src/matcher_parser_lex.l
13176         * src/matcher_parser_parse.y
13177         * src/inc.c
13178         * src/main.c
13179         * src/mbox.c
13180         * src/prefs_filtering.[ch]
13181         * src/mainwindow.c
13182         * src/prefs_matcher.c
13183         * src/prefs_scoring.c
13184         * src/scoring.[ch]
13185         * src/summaryview.c
13186                 new matcher/filter/score configuration file parser
13187                 one unique configuration file => ~/.sylpheed/matcherrc
13188                 import in currently automatic, then save are made
13189                 in this new file.
13190                 one filter per folder and one global filter
13191                 (filter of a folder will be used as folder processing)
13192
13193         * src/folder.c
13194                 fix a bug in folder_item_get_identifier
13195                 
13196         * src/messageview.c
13197                 receive receipt return are fixed.
13198
13199 2001-11-14 [alfons]     0.6.5claws14
13200
13201         * src/session.h
13202                 add things from main branch to make claws compile
13203
13204 2001-11-14 [paul]       0.6.5claws13
13205
13206         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
13207                 see ChangeLog entries 2001-11-08 to 2001-11-14
13208
13209 2001-11-14 [hoa] 0.6.5claws12
13210
13211         * src/compose.[ch]
13212         * src/mainwindow.c
13213         * src/summaryview.c
13214                 add "bounce mail" option
13215
13216 2001-11-13 [christoph]  0.6.5claws11
13217
13218         * src/compose.c
13219                 Cleanup a mess i add before commiting
13220
13221 2001-11-13 [hoa]        0.6.5claws10
13222
13223         * src/compose.c
13224                 some fixes when mail are sent or
13225                 for crossposts
13226
13227 2001-11-13 [christoph]  0.6.5claws9
13228
13229         * po/de.po
13230                 Changed two string with the same translation
13231         * src/compose.c
13232         * src/procmsg.[ch]
13233         * src/send.[ch]
13234                 New mailsending process:
13235                   - Always queue message before sending
13236                     (message will be saved if sylpheed crashed or
13237                      freezes while sending)
13238                   - Allow queuing of newspostings
13239                   - No copy in outbox before sending
13240                     (closes bug #469501)
13241                   - No more redundant code for send and send_later
13242         * src/summaryview.c
13243                 Applied wwp <subscript@free.fr>'s patch that fixes
13244                 marks for multiple forwarded messages (+compose.c)
13245
13246 2001-11-12 [alfons]
13247
13248         * README.claws
13249                 remove things that are now in main branch
13250         
13251         * po/nl.po
13252                 update Dutch translation
13253
13254 2001-11-12 [mhadasht]   0.6.5.claws8
13255
13256         * src/prefs_common.c
13257                 re-enabled account autoselection feature for forward
13258                 and reedit lost during the branch point for SYNC-B4-REL
13259         * src/gtkspell.c
13260                 gtkpspell_get_dict(): more readable code (even if function is
13261                 not used yet)
13262         * ChangeLog.claws
13263                 added version number info to 2001-11-12 [hiro] comment.
13264
13265 2001-11-12 [hiro]       0.6.5.claws7
13266
13267         * src/compose.c
13268                 compose_forward(): fixed a bug that forward quote mark
13269                 wasn't used.
13270                 removed unnecessary code.
13271         * src/template_select.[ch]: removed.
13272
13273 2001-11-11 [alfons]
13274
13275         * src/compose.c
13276                 :%s/GTK_TEXT/GTK_STEXT/g
13277         
13278         * src/compose.[ch]
13279         * src/undo.[ch]
13280         * src/Makefile.am
13281                 revert the undo stuff (this is 0.6.6claws stuff)
13282
13283 2001-11-11 [hoa]        0.6.5.claws6
13284
13285         * src/compose.[ch]
13286                 Insert signature at the end of the text.
13287                 Added undo patch but currently disabled
13288
13289         * src/procmsg.c
13290                 Threading by subject improved.
13291
13292         * added src/undo.[ch]
13293                 Undo module for compose dialog box.
13294
13295 2001-11-11 [alfons]     0.6.5.claws5
13296
13297         * src/procmsg.c
13298                 prevent threading by subject on nodes that have already been
13299                 threaded by in-reply-to (as in "circular references in a tree
13300                 result in a dead branch")
13301
13302 2001-11-09 [hoa]        0.6.5.claws4
13303         
13304         * src/folderview.c
13305                 allows creation of mbox folder item from any files.
13306
13307 2001-11-09 [alfons]     0.6.5.claws3
13308         
13309         * src/utils.c
13310         * src/procmsg.c
13311                 do what I mean and correct threading by subject so it really
13312                 ignores attracting lines without "Re: "
13313
13314 2001-11-07 [alfons]     0.6.5.claws2
13315
13316         * src/procmsg.c
13317         * src/utils.[ch]
13318                 only attract by subject if a subject line starts with a "Re: "
13319         * src/syldap.c
13320                 remove warning
13321
13322 2001-11-07 [paul]       0.6.5claws1
13323
13324         * sync with sylpheed 0.6.5. release
13325                 see ChangeLog entry 2001-11-07
13326
13327 2001-11-07 [paul]       0.6.4claws31
13328
13329         * sync with sylpheed 0.6.4cvs18
13330                 see ChangeLog entries 2001-10-30 to 2001-11-07
13331                 prefs_templates.[ch] renamed prefs_template.[ch]
13332
13333 2001-11-06 [alfons]
13334         
13335         * src/utils.h
13336                 add semicolon Hoa forgot ;-)
13337                 
13338
13339 2001-11-06 [hoa]        0.6.4claws30
13340         
13341         * src/procmsg.c
13342         * src/summaryview.c
13343         * src/utils.c
13344         * src/utils.h
13345                 threading by subject - empty subject are ignored
13346
13347 2001-11-06 [christoph]  0.6.4claws29
13348
13349         * src/socket.c
13350                 use SSL_peek for sock_gets
13351         * src/utils.c
13352                 removed unneeded pointer in extracting quoted
13353                 names implementation
13354
13355 2001-11-06 [melvin]     0.6.4claws28
13356
13357         * src/gtkspell.c
13358                 fixed bug #476792 Selection overtyping with spell checker
13359                 fixed bug which could cause a buffer overflow
13360                 fixed a memory leak
13361
13362 2001-11-06 [hoa]        0.6.4claws27
13363         
13364         * src/procmsg.c
13365         * src/summaryview.c
13366                 threading by subject
13367
13368 2001-11-05 [alfons]     0.6.4claws26
13369         
13370         * README.claws
13371                 Claws -> Sylpheed (vice versa)
13372
13373         * src/compose.c
13374                 :%s/gtk_text/gtk_stext/g
13375                 :%s/GTK_TEXT/GTK_STEXT/g
13376                 (thanks to Jonathan Ware for spotting this)
13377
13378 2001-11-04 [christoph]  0.6.4claws25
13379
13380         * src/summaryview.c
13381                 replace Xalloca + strdup with Xstrdup_a
13382         * src/utils.c
13383                 better implementation of extracting quoted names
13384                 from addresses (remove backlashes and ignore
13385                 quotes after them)
13386
13387 2001-11-04 [alfons]     0.6.4claws24
13388
13389         * src/utils.[ch]
13390                 edit to comply more with coding style
13391
13392         * src/textview.c
13393                 fix bug reported by Kim Schulz. introduced by the patch integrated
13394                 in 0.6.4claws15. the code did not check the return value of
13395                 the html parser.
13396
13397         * AUTHORS
13398                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
13399
13400 2001-11-04 [christoph]  0.6.4claws23
13401
13402         * src/main.c
13403         * src/prefs_common.[ch]
13404                 init some pointers that possibly caused a segfault
13405                 reported in the claws-users ML
13406
13407 2001-11-04 [hoa]        0.6.4claws22
13408
13409         * src/grouplistdialog.c
13410                 change the names of the nodes in the tree
13411
13412         * src/compose.c
13413                 enhanced mailto syntax as described in
13414                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
13415                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
13416
13417         * src/utils.c
13418                 encode and decode URI (useful when opening URL into
13419                 netscape).
13420
13421 2001-11-03 [hoa]        0.6.4claws21
13422
13423         * src/grouplistdialog.c
13424                 a new newsgroups list selection dialog box
13425                 with a CTree instead of a CList
13426
13427 2001-11-03 [hoa]        0.6.4claws20
13428
13429         * src/folderview.c
13430                 enable property and scoring options when right
13431                 click on "inbox"
13432
13433         * src/summaryview.c
13434                 fixed bug when nickname were displayed using
13435                 the address book.
13436
13437 2001-11-02 [darko]      0.6.4claws19
13438
13439         * src/compose.c
13440                 new wrap quotation and URL/long words wrapping implementation
13441         * src/compose.c src/gtkstext.[ch]
13442                 move gtkstext_strncmp() to gtkstext.c
13443
13444 2001-11-01 [christoph]  0.6.4claws18
13445
13446         * src/prefs_account.c
13447                 fixed mess in account settings dialog
13448         * src/prefs_folder_item.c
13449                 added label with folder path to dialog
13450
13451 2001-10-31 [match]      0.6.4claws17
13452
13453         * src/vcard.c
13454                 fix memory leak.
13455         * src/addrbook.c
13456                 fix generation of spurious address book file names.
13457                 remove redundant functions.
13458         * po/POTFILES.in
13459                 added missing file names.
13460
13461 2001-10-30 [paul]       0.6.4claws16
13462
13463         * sync with sylpheed 0.6.4cvs6
13464                 see ChangeLog entries 2001-10-26 to 2001-10-30
13465
13466         * tools/filter_conv.pl
13467                 read folderlist.xml to discover whether the top-level
13468                 folder is called 'Mailbox' or 'Mail' 
13469
13470 2001-10-29 [paul]       0.6.4claws15
13471
13472         * src/html.c, src/textview.c
13473                 activate links in html mail and fix clickable parts
13474                 Submitted by Matthieu Dazy <dazy@t-surf.com>
13475
13476 2001-10-29 [paul]
13477
13478         * po/de.po, po/es.po, po/pt_BR/po
13479                 updated translations, submitted by Jens Oberender,
13480                 Ricardo Mones Lastra, and Fabio Junior Beneditto
13481
13482 2001-10-29 [darko]      0.6.4claws14
13483
13484         * src/compose.c
13485                 fix wrapping for good
13486
13487 2001-10-29 [darko]
13488
13489         * src/compose.c
13490                 undo previous change as it broke the smart wrapping
13491
13492 2001-10-29 [darko]      0.6.4claws13
13493
13494         * src/compose.c
13495                 fix infinite loop when long URL is quoted
13496                 (closes bug #475122.
13497
13498 2001-10-28 [match]
13499
13500         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
13501                 import Mutt address book
13502         * src/ldif.[ch] src/importldif.h
13503                 modified import LDIF handle user attributes
13504
13505 2001-10-28 [christoph]  0.6.4claws12
13506
13507         * src/summaryview.c
13508                 fixed that filtering did not work if there
13509                 were no filter rules
13510                 (closes bug #472003 and better implementation
13511                  of patch #474644)
13512
13513 2001-10-27 [christoph]  0.6.4claws11
13514
13515         * src/compose.c
13516                 make the folder's default account to be used when
13517                 replying. (patch by wwp <subscript@free.fr>)
13518         * src/compose.c
13519                 code cleanup, nearly killed all of wwp's patch
13520                 for folder's default account in compose
13521         * src/folderview.c
13522                 error panel when a folder could not be created
13523                 (closes bug #471080 new folder name & already
13524                  existing file)
13525
13526 2001-10-26 [alfons]
13527
13528         * src/utils.h
13529                 change prototype of strstr2() that Christoph forgot about
13530
13531 2001-10-26 [christoph]  0.6.4claws10
13532
13533         * src/account.c
13534                 made search for accounts by email address not case
13535                 sensitive
13536         * src/folder.c
13537                 fixed memory leak in folder_item_get_identifier
13538         * src/gtkspell.c
13539         * src/utils.c
13540                 fixed wrong strstr2 (should work like strstr)
13541
13542 2001-10-26 [darko]      0.6.4claws9
13543
13544         * src/compose.c src/gtkstext.[ch]
13545         * src/gtkstext.c
13546                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
13547
13548 2001-10-26 [paul]       0.6.4claws8
13549
13550         * src/html.c
13551                 ignore css and javascript tags in html mail
13552                 case-insensitive, with or without double-quoted
13553                 strings
13554
13555 2001-10-26 [paul]       0.6.4claws7
13556
13557         * sync with sylpheed 0.6.4cvs1
13558                 see ChangeLog entry 2001-10-26
13559
13560         * src/prefs_account.c, src/prefs_common.c,
13561           src/prefs_summary_column.c
13562                 minor improvements to the English
13563
13564 2001-10-25 [alfons]     0.6.4claws6
13565
13566         * src/gtkstext.c
13567         
13568                 make GtkSText follow style of GtkText (closes bug 
13569                 #469211 "text selection while writing message")
13570                 
13571                 do sync with GTK 1.2.10
13572
13573 2001-10-25 [paul]       0.6.4claws5
13574
13575         * src/html.c
13576                 ignore css tags in html mail
13577
13578 2001-10-25 [darko]      0.6.4claws4
13579
13580         * src/compose.c
13581                 don't declare is_url_string as static function since
13582                 we need it in gtkstext.c
13583         * src/gtkstext.c
13584                 remove unused variable
13585                 don't wrap long URLs while composing a message
13586
13587 2001-10-24 [christoph]  0.6.4claws3
13588
13589         * src/socket.c
13590                 fix ssl deadlock, when peer closes connection
13591
13592 2001-10-24 [paul]       0.6.4claws2
13593
13594         * src/prefs_common.c
13595                 gettextize the gpg ascii-armored warning message
13596
13597         * src/compose.c
13598                 insert a DOS/MAC file into the composed message
13599                 (improvements)
13600
13601         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
13602
13603 2001-10-22 [paul]       0.6.4claws1
13604
13605         * sync with sylpheed 0.6.4 release
13606                 see ChangeLog entries 2001-10-21
13607
13608         * po/fr.po, po/pt_BR.po
13609                 updated by Melvin Hadasht and Fabio Junior Beneditto
13610
13611 2001-10-21 [paul]       0.6.3claws30
13612
13613         * src/compose.c
13614                 insert a DOS text file from the compose window
13615                 into the composed message text (removes CRs characters)
13616                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
13617
13618         * tools/filter_conv.pl, tools/README
13619                 automatically use ~/.sylpheed as working directory
13620                 print out confirmation message on completion
13621
13622         * correct Hoa's last ChangeLog.claws entry
13623
13624 2001-10-20 [hoa]        0.6.3claws29
13625
13626         * src/grouplistdialog.c
13627                 bugfix (another ?) to give the right
13628                 newsgroups list for each news server.
13629
13630         * src/news.c
13631         * src/news.h
13632                 improve the newsgroups list cache
13633
13634 2001-10-20 [paul]       0.6.3claws28
13635
13636         * sync with sylpheed 0.6.3cvs9
13637                 see ChangeLog entry 2001-10-19
13638
13639         * correct Alfons' last ChangeLog.claws entry
13640
13641 2001-10-19 [alfons]
13642
13643         * src/pgptext.[ch]
13644                 fix compilation problems (part of bug #472895)
13645
13646 2001-10-18 [hoa]        0.6.3claws27
13647
13648         * src/grouplistdialog.c
13649                 bugfix when we refresh was clicked (bug 472701)
13650
13651 2001-10-19 [christoph]  0.6.3claws26
13652
13653         * src/compose.c
13654                 last header entry should default to "To:" or
13655                 "Newsgroups:" and not copy the last entry line
13656                 in a new compose window
13657                 (closes bug #472686, #470792)
13658
13659 2001-10-19 [paul]       0.6.3claws25
13660
13661         * sync with Sylpheed 0.6.3cvs8
13662                 see ChangeLog entries 2001-10-18 and 2001-10-19
13663
13664 2001-10-18 [christoph]  0.6.3claws24
13665
13666         * src/procmsg.c
13667                 reimplement ignore thread
13668         
13669 2001-10-18 [hoa]        0.6.3claws23
13670
13671         * src/folderview.c
13672         * src/grouplistdialog.[ch]
13673                 enhanced news subscription interface (feature 469113)
13674
13675         * src/news.c
13676         * src/news.h
13677                 enchanced newsgroup listing,
13678                 now, we can get groups informations
13679                 (NNTPGroupInfo)
13680
13681 2001-10-18 [paul]       0.6.3claws22
13682
13683         * src/summaryview.c
13684                 remove comment (sync with main branch)
13685         * src/mainwindow.c
13686                 fix 'Re-edit' bug in 'Message' menu
13687
13688 2001-10-17 [christoph]  0.6.3claws21
13689
13690         * src/compose.c
13691                 ignore empty or whitespace only header lines
13692
13693 2001-10-17 [paul]       0.6.3claws20
13694
13695         * sync with sylpheed 0.6.3cvs7
13696                 see ChangeLog entries 2001-10-14, 2001-10-16, and
13697                 2001-10-17
13698
13699 2001-10-17 [darko]
13700
13701         * src/compose.c
13702                 wrap long lines without spaces
13703                 don't wrap URLs
13704
13705 2001-10-16 [paul]
13706
13707         * po/es.po, po/nl.po, po/pt_BR.po
13708                 updated by Ricardo Mones Lastra, Alfons,
13709                 and Fabio Junior Beneditto
13710
13711         * sylpheed-0.6.3claws released
13712
13713 2001-10-15 [melvin] 0.6.3claws18
13714
13715         * README.claws
13716                 added summary and detailed installation instructions
13717                 for spell checker
13718         * po/fr.po
13719                 Updated, corrected and completed french translation
13720
13721 2001-10-15 [hoa] 0.6.3claws17
13722         * src/grouplistdialog.c
13723                 we can choose the newsgroups to display with wildcards
13724
13725 2001-10-15 [christoph]  0.6.3claws16
13726
13727         * src/account.c
13728         * src/compose.c
13729         * src/prefs_folder_item.[ch]
13730                 applied wwp <subscript@free.fr>'s folder
13731                 default account patch
13732         * po/de.po
13733                 Fixed wrong translation
13734
13735 2001-10-13 [alfons, christoph, melvin]  
13736                         0.6.3claws15
13737
13738         solution #2 to solve MT-safety problems defers all GUI related calls
13739         to the main thread using a gtk_idle_add() callback. discussed on
13740         ircnet #sylpheed, with christoph spotting some issues with the
13741         original code, and melvin allowing us to lobotomize his sylpheed.
13742
13743         * src/syldap.[ch], src/main.c
13744                 fix race problem in ldap search thread by deferring GUI 
13745                 stuff to main thread using gtk_idle_add()
13746
13747 2001-10-13 [paul]       0.6.3claws14
13748
13749         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
13750                 add Sergey's smtpcred.patch
13751                 adds separate username/password setting for SMTP Auth
13752                 needed by some servers
13753                 (closes feature request #471659)
13754
13755 2001-10-13 [paul]       0.6.3claws13
13756
13757         * src/pgptext.[ch] **NEW FILES**
13758         * src/Makefile.am, src/messageview.c, src/mimeview.c
13759                 decrypt ascii-armored gpg text embedded in
13760                 the message body.
13761                 Submitted by Jens Jahnke <jan0sch@gmx.net>
13762
13763 2001-10-13 [christoph]  0.6.3claws12
13764
13765         * README.claws
13766                 some more details on default to and
13767                 feature requests
13768         * src/main.c
13769                 init glib threading when ldap is used
13770         * src/syldap.c
13771                 threading fixes
13772         * po/de.po
13773                 fixed a typo
13774
13775 2001-10-12 [paul]       0.6.3claws11
13776
13777         * src/prefs_common.[ch], src/rfc2015.c
13778                 enable ascii-armored gpg text to be embedded in the
13779                 message body, selectable through the 'Privacy'
13780                 preferences. Supports encrypting only.
13781                 Submitted by Ravemax <ravemax@dextrose.com>
13782
13783 2001-10-12 [paul]       0.6.3claws10
13784
13785         * sync with sylpheed 0.6.3cvs6
13786                 see ChangeLog entries 2001-10-11 and 2001-11-12
13787
13788         * src/folderview.c
13789                 incorporated mbox folders, scoring, and folder
13790                 properties into the sync
13791
13792 2001-10-12 [darko]      0.6.3claws9
13793
13794         * README.claws
13795                 describe quotation wrapping
13796         * src/compose.c
13797                 don't treat tab as space to calculate line length properly
13798
13799 2001-10-11 [alfons]
13800
13801         * README.claws
13802                 correct description of how to make new filtering system work,
13803                 add some other things
13804                 
13805         * src/syldap.c
13806                 remove sched_yield() (not necessary / unportable)
13807
13808 2001-10-11 [paul]       0.6.3claws8
13809
13810         * sync with sylpheed 0.6.3cvs3
13811                 see ChangeLog entry 2001-10-10
13812
13813 2001-10-10 [christoph]  0.6.3claws7
13814
13815         * .cvsignore
13816                 ignore 2 files created by newer autotools
13817         * src/prefs_folder_item.c
13818                 using table for widget alignment
13819                 fixed memory leak and broken octal display
13820         * src/filesel.c
13821                 fixed segfault caused by lost filename
13822                 workaround (closes bug #469551)
13823
13824 2001-10-10 [paul]       0.6.3claws6
13825
13826         * sync with sylpheed 0.6.3cvs2
13827                 see ChangeLog entries 2001-10-09 and 2001-10-10
13828
13829 2001-10-10 [darko]      0.6.3.claws5
13830
13831         * src/gtkstext.c
13832                 proper calculation of right margin if smart wrapping is enabled
13833         * src/compose.c
13834                 automatically wrap long lines if wrap quotation is enabled
13835
13836 2001-10-09 [alfons]     0.6.3.claws4
13837
13838         * src/summaryview.c
13839                 select correct row when deleting last row in the summary view (and
13840                 close bug "[ #469104 ] select second last in list when deleting")
13841
13842 2001-10-09 [paul]       0.6.3claws3
13843
13844         * sync with sylpheed 0.6.3cvs1
13845                 updated some autotool scripts
13846
13847 2001-10-09 [darko]      0.6.3claws2
13848
13849         * src/gtkstext.[ch]
13850                 new name and mark with Sylpheed comment
13851         * src/compose.c
13852                 smart quotation wrapping a-la VIM
13853
13854 2001-10-08 [paul]       0.6.3claws1
13855
13856         * sync with sylpheed 0.6.3 release
13857                 see ChangeLog entry 2001-10-08
13858
13859 2001-10-08 [paul]       0.6.2claws24
13860
13861         * src/summaryview.c
13862                 more sync with sylpheed 0.6.2cvs12
13863                 Fixed the bug that didn't select the last row correctly
13864
13865
13866 2001-10-07 [paul]       0.6.2claws23
13867
13868         * sync with sylpheed 0.6.2cvs12
13869                 see ChangeLog entry 2001-10-07
13870
13871 2001-10-06 [match]
13872         * src/jpilot.[ch]
13873                 enable jpilot to read unsynch'ed addresses.
13874
13875         * src/editldap_basedn.c
13876                 fix segfault when opening dialog.
13877
13878 2001-10-06 [alfons]     0.6.2.claws22
13879
13880         * src/summaryview.c
13881                 fix bug with summary view selecting last *inserted*
13882                 node instead of last *visible* node. remember we
13883                 work with a tree
13884
13885 2001-10-06 [paul]       0.6.2claws21
13886
13887         * po/pt_BR.po
13888                 updated translation, contains some fixes and new
13889                 translations, submitted by Gustavo Noronha Silva
13890                 <kov@debian.org>
13891
13892         * src/prefs_common.c
13893                 change 'each' to 'every' - fix dubious English
13894
13895         * sync with sylpheed 0.6.2cvs11
13896
13897 2001-10-05 [alfons]     0.6.2claws20
13898
13899         * src/mainwindow.[ch], src/folderview.c
13900                 make composite tool button switch between "Compose News"
13901                 and "Compose Mail" depending on selected folder
13902                 (nifty idea by Kim Schulz <kim@schulz.dk>)
13903
13904 2001-10-05 [paul]       0.6.2claws19
13905
13906         * src/mainwindow.c, src/summaryview.c
13907                 fix 'Message/Reply to all', broken in last commit
13908
13909         * src/compose.c
13910                 fix X_BEENTHERE seg fault, thanks to Alfons
13911
13912 2001-10-04 [paul]       0.6.2claws18
13913
13914         * src/compose.[ch], src/mainwindow.c
13915                 make "Message/Reply" reply to mailing lists; matches
13916                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
13917                 based on portions of the patch submitted by
13918                 Junichi Uekawa <dancer@netfort.gr.jp>
13919
13920 2001-10-04 [darko]      0.6.2claws17
13921
13922         * src/compose.c
13923                 better smart wrapping
13924         * src/gtkstext.[hc]
13925                 a function to make text buffer contiguous
13926
13927 2001-10-03 [paul]       0.6.2claws16
13928
13929         * sync with sylpheed 0.6.2cvs10
13930
13931 2001-10-02 [alfons]
13932
13933         * configure.in
13934         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
13935                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
13936                 references to chinese translations (hope someone picks up
13937                 this)
13938
13939 2001-10-02 [christoph]  0.6.2claws15
13940
13941         * src/compose.c
13942                 fixed non translated header bug
13943         * ChangeLog.claws
13944                 fixed wrong date in alfons last entry ;)
13945
13946 2001-10-02 [alfons]     0.6.2claws14
13947
13948         * src/compose.c, src/prefs_common.[ch]
13949                 add block cursor option
13950
13951 2001-10-02 [paul]       0.6.2claws13
13952
13953         * sync with sylpheed 0.6.2cvs9
13954
13955 2001-09-30 [paul]       0.6.2claws12
13956
13957         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
13958                 updated translations
13959
13960         * po/POTFILES.in
13961                 add 'src/importldif.c'
13962
13963         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
13964                 added eudora-to-vCard conversion tool
13965                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
13966
13967         * sync with sylpheed 0.6.2cvs8
13968
13969 2001-09-30 [paul]
13970
13971         * sylpheed-0.6.2claws released
13972
13973 2001-09-27 [melvin]     0.6.2claws11
13974
13975         * src/gtkspell.c
13976                 fixed crash when using default path (introduced 
13977                 in 0.6.2claws10)
13978                 fixed tiny bug for initial suggestion mode
13979
13980 2001-09-27 [melvin]     0.6.2claws10
13981         
13982         * src/gtkspell.c
13983                 fixed bug where gtkpspell didn't set the path correctly
13984
13985         * README.claws
13986                 added a paragraph about spell checking
13987                 
13988
13989
13990 2001-09-27 [paul]       0.6.2claws9
13991
13992         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
13993                 replace '// comments' with '/* comments */' to prevent
13994                 some compiler warnings 
13995
13996         * sync with sylpheed 0.6.2cvs6
13997
13998 2001-09-26 [alfons]     0.6.2claws8
13999
14000         * src/messageview.c
14001                 introduce return receipt request notification again,
14002                 which was lost because of other semantics in 
14003                 procheader_parse() (???)
14004
14005 2001-09-26 [christoph]  0.6.2claws7
14006
14007         * src/compose.c
14008                 replace comments for old code with #if 0
14009                 readded auto cc, bcc and reply-to
14010         * src/prefs_matcher.c
14011         * src/prefs_scoring.c
14012                 removed some definition (was moved to
14013                 prefs.h)
14014
14015 2001-09-26 [paul]       0.6.2claws6
14016
14017         * src/mainwindow.c
14018                 make 'Follow-up and reply to' sensitive
14019
14020         * more sync with sylpheed 0.6.2cvs5
14021
14022 2001-09-25 [melvin]
14023
14024         * 0.6.2claws5
14025
14026         * src/gtkspell.c
14027                 fixed bug for "US-ASCII" introduced by the encoding code
14028
14029 2001-09-25 [paul]
14030
14031         * 0.6.2claws4
14032
14033         * src/prefs_common.[ch], src/summaryview.c
14034                 'next unread msg' 'go to next folder?' dialog can be
14035                 given default behaviour, either always show dialog,
14036                 or assume 'yes', or assume 'no'
14037                 Submitted by wwp <subscript@free.fr>
14038
14039 2001-09-25 [melvin]
14040                 
14041         * src/compose.c src/gtkspell.[ch]
14042                 added support for different encodings
14043
14044 2001-09-25 [paul]
14045
14046         * more sync with sylpheed 0.6.2cvs5
14047
14048 2001-09-24 [alfons]
14049         
14050         * src/prefs_folder_item.c
14051                 add check for item->prefs->default_to string is NULL and
14052                 add another check when freeing this string
14053
14054 2001-09-24 [paul]
14055
14056         * configure.in
14057                 change to version 0.6.2claws3
14058
14059         * sync with sylpheed 0.6.2cvs5 
14060
14061 2001-09-24 [match]
14062         * src/ldif.[ch], src/importldif.[ch], addressbook.c
14063                 import LDIF files.
14064         * src/addrcache.[ch], addrindex.[ch]
14065                 small update for future
14066         * src/addrbook.c
14067                 fix test XML file.
14068
14069 2001-09-24 [melvin]
14070         * src/gtkspell.[ch]
14071                 added 'Learn from mistakes' option
14072                 better handling of quotes in checked words
14073                 sorted dict list
14074         * po/fr.po
14075                 small update for spell checking stuff
14076
14077 2001-09-23 [alfons]
14078         
14079         * src/gtkspell.c
14080                 edit a little bit so it complies more with main coding style
14081
14082 2001-09-23 [alfons]
14083
14084         * src/folder.[ch], prefs_folder_item.c, compose.c
14085                 migrate "request return receipt" folder property
14086                 to folderlist.xml
14087
14088 2001-09-22 [alfons]
14089
14090         * README.claws **NEW**
14091                 (add things of interest for users of main branch 
14092                 and claws here)
14093
14094         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
14095                 re-implement threading per folder option, but store 
14096                 the setting in folderlist.xml (where it belongs)
14097
14098 2001-09-21 [melvin]
14099
14100         * src/gtkspell.[ch]
14101                 fixed bug when compose window is under another window
14102         * src/prefs_common.[ch] src/compose.c
14103                 changed 'dictionary_path' to 'dictionary' to be consistent
14104                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
14105         * ac/pspell.m4 src/Makefile.am 
14106                 dropped PSPELL_PATH macro
14107         * po/fr.po
14108                 updated translations
14109
14110 2001-09-21 [christoph]
14111
14112         * src/compose.c
14113                 added border around header fields
14114                 keep header type when new field is added
14115
14116 2001-09-20 [christoph]
14117
14118         * src/utils.[ch]
14119                 more portable debug_print with source filename
14120                 and linenumber
14121         * src/procmsg.c
14122                 more newlines after debug messages
14123
14124 2001-09-20 [paul]
14125
14126         * configure.in
14127                 change to version 0.6.2claws2
14128
14129         * sync with sylpheed 0.6.2cvs3
14130
14131 2001-09-19 [melvin]
14132
14133         * src/gtkspell.c
14134                 fixed the post-right-click focus pb
14135                 fixed crash when 'Spell check all' after dict change 
14136                         and when cursor is at the end of the text
14137                 shift-right-click pops up config menu even on misspelled words.
14138         * po/POTFILES.in
14139                 added gtkspell.c
14140
14141 2001-09-19 [melvin]
14142
14143         * src/about.c
14144                 added pspell to compiled-in features list
14145
14146 2001-09-18 [melvin]
14147
14148         * switched to pspell and dropped ispell
14149         * ac/pspell.m4
14150                 new file. autoconf macro for pspell
14151         * ac/Makefile.am 
14152         * configure.in acconfig.h
14153                 added pspell support
14154         * src/Makefile.am
14155         * src/main.c src/compose.[ch] src/gtkspell.[ch]
14156         * src/prefs_common.[ch] 
14157                 added pspell support
14158
14159 2001-09-18 [christoph]
14160
14161         * src/addr_compl.c
14162         * src/template.[ch]
14163                 replace LOG_MESSAGE with debug_print
14164         * src/compose.[ch]
14165                 gui improvements
14166         * src/menu.c
14167                 added newline after debug message
14168         * src/utils.h
14169                 using __VA_ARGS__ for debug_print macro
14170         * tools/.cvsignore
14171                 ignore Makefile and Makefile.in
14172
14173 2001-09-18 [paul]
14174
14175         * configure.in
14176                 change to version 0.6.2claws1
14177         * sync with sylpheed 0.6.2cvs1
14178
14179         * src/matcher.c 
14180         * src/prefs_matcher.c
14181                 add 'score equal to' option, submitted by
14182                 Paul Evans <nerd@freeuk.com>
14183
14184 2001-09-15 [christoph]
14185
14186         * src/mainwindow.c
14187                 comment out menu entry not existing in claws
14188         * src/menu.c
14189                 add debug output for non existing menu entries
14190         * src/summaryview.c
14191                 fix next/prev unread message for ignored threads
14192         * src/utils.[ch]
14193                 add sourcefile and line number to debug output
14194                 otherwise it is sometimes hard to find the
14195                 source code part if debug messages are translated
14196
14197 2001-09-14 [darko]
14198         
14199         * src/folderview.c
14200                 refresh target folder style after colour is changed
14201
14202 2001-09-13 [paul]
14203
14204         * configure.in
14205                 change to version 0.6.1claws3
14206
14207         * sync with sylpheed 0.6.1cvs6
14208
14209 2001-09-13 [darko]
14210         
14211         * src/folderview.c
14212                 fix target folder colourization to use user selected colour
14213
14214 2001-09-12 [darko]
14215         
14216         * src/summaryview.c
14217                 fix crash when message that is marked for copy/move is unmarked
14218
14219 2001-09-09 [paul]
14220
14221         * configure.in
14222                 change to version 0.6.1claws2
14223
14224         * sync with sylpheed 0.6.1cvs3
14225
14226 2001-09-09 [alfons]
14227         
14228         * src/folderview.c
14229                 fix bug with default font used for trash folder text
14230
14231 2001-09-06 [paul]
14232
14233         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
14234                 updated translations
14235
14236         * configure.in
14237                 change to version 0.6.1claws1
14238
14239         * sync with sylpheed 0.6.1cvs2
14240
14241 2001-09-03 [paul]
14242
14243         * po/POTFILES.in
14244                 add Match's new addressbook
14245
14246         * po/de.po
14247                 updated translation submitted by Jens Oberender
14248
14249 2001-09-02 [paul]
14250
14251         * configure.in
14252                 change to 0.6.1claws
14253         * sync with sylpheed 0.6.1 release
14254
14255 2001-09-02 [paul]
14256
14257         * configure.in
14258                 change to 0.6.0claws2
14259
14260         * sync with sylpheed 0.6.0cvs4
14261
14262         * po/pt_BR.po
14263                 updated translation submitted by Fabio Junior Beneditto
14264
14265 2001-09-01 [match]
14266         * pixmaps/
14267                 interface.xpm
14268                 book.xpm
14269                 address.xpm
14270         * src/
14271                 Makefile.am
14272                 a ton of new files
14273
14274 2001-08-31 [paul]
14275
14276         * configure.in
14277                 change to version 0.6.0claws1
14278
14279         * sync with sylpheed 0.6.0cvs1
14280
14281         * po/es.po
14282                 updated translation submitted by Ricardo Mones Lastra
14283
14284         * po/POTFILES.in
14285                 add 'src/prefs_templates.c'
14286
14287         * src/compose.c, src/summaryview.c
14288                 fix segfault on 'Re_edit'               
14289
14290 2001-08-30 [alfons]
14291
14292         * configure.in, Makefile.am
14293         * tools/Makefile.am
14294                 add tools directory to source distribution
14295
14296 2001-08-30 [paul]
14297
14298         * configure.in
14299                 change to version 0.6.0claws
14300
14301         * sync with sylpheed 0.6.0 release
14302
14303 2001-08-30 [christoph]
14304
14305         * configure.in
14306                 removed autoconf version check
14307
14308 2001-08-30 [paul]
14309
14310         * src/account.c, src/compose.c, src/prefs_common.[ch]
14311         * src/procheader.[ch] src/utils.[ch]
14312                 Enhanced automatic account selection on replies
14313                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
14314
14315         * configure.in
14316                 add LDAP and JPilot to the configuration results output.
14317
14318 2001-08-29 [christoph]
14319
14320         * src/summeryview.c
14321                 no bold font for ignored threads
14322
14323 2001-08-29 [paul]
14324
14325         * configure.in
14326                 change to version 0.5.3claws6
14327
14328         * sync with sylpheed 0.5.3cvs10
14329                 src/stringtable.[ch]: New Files
14330
14331         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
14332         * src/pixmaps/sylpheed.xpm
14333                 add mini-icons to windows (by Alfons)
14334
14335 2001-08-27 [paul]
14336
14337         * src/mainwindow.c
14338                 new functions: next_labeled_cb(), prev_labeled_cb()
14339
14340         * src/summaryview.c
14341                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
14342                 summary_select_next_labeled(), summary_select_prev_labeled()
14343
14344         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
14345                 give claws blue folders and a blue trash can
14346
14347 2001-08-27 [paul]
14348
14349         * configure.in
14350                 change to version 0.5.3claws5
14351
14352         * sync with sylpheed 0.5.3cvs9
14353                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
14354
14355 2001-08-24 [christoph]
14356
14357         * src/filesel.c
14358                 keep filename when browsing directories
14359                 (not working for user entered filename, but
14360                  for default name and selected filename from
14361                  file list)
14362         * src/mainwindow.c
14363                 fixed wrong spelling "Folllow-up"
14364         * src/mbox_folder.c
14365         * src/procmsg.c
14366         * src/summaryview.c
14367                 fixed new/unread message count with ignored
14368                 threads (2 commits, first didn't notice no
14369                 longer needed decreasing)
14370         * src/inc.c
14371                 readded scrolling of progress dialog
14372                 (lost in sync)
14373
14374 2001-08-24 [paul]
14375
14376         * configure.in
14377                 change to 0.5.3claws4
14378
14379         * sync with sylpheed 0.5.3cvs7
14380
14381 2001-08-24 [christoph]
14382
14383         * src/compose.c
14384                 set request return receipt when replying
14385                 if it is set is the folder prefs of the
14386                 message
14387         * src/inc.c
14388                 disable final error popup if popups are
14389                 disabled in config (again)
14390
14391 2001-08-23 [paul]
14392
14393         * configure.in
14394                 Change version number to 0.5.3claws3
14395
14396         * sync with sylpheed 0.5.3cvs5
14397
14398         * src/mimeview.c
14399                 double quote '%s' in 'gedit %s' to fix bug when
14400                 opening attachment with spaces in the name
14401
14402 2001-08-22 [alte]
14403         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
14404           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
14405                 initial message templates support
14406
14407
14408 2001-08-22 [paul]
14409
14410         * configure.in
14411                 change version number to 0.5.3claws2
14412
14413         * sync with sylpheed 0.5.3cvs4
14414
14415         * src/procmsg.h src/summaryview.c
14416                 re-implement (un)ignore thread
14417
14418 2001-08-21 [paul]
14419
14420         * src/summaryview.c
14421                 remove unnecessary code
14422         * src/compose.c
14423                 enable 'dynamic' signatures (submitted by
14424                 Eric Limpens <eric@hscg-internet.nl>)
14425
14426 2001-08-21 [paul]
14427
14428         clean up after sync with sylpheed 0.5.3 release
14429
14430         * src/folderview.c
14431                 fix re-introduced font mess, see Christoph's
14432                 entry 2001-06-24
14433
14434         * src/summaryview.c
14435                 remove prev_msgnum
14436                 use sylpheed's small font instead of
14437                 gtk default font for summary view
14438
14439
14440 2001-08-17 [paul]
14441
14442         * configure.in
14443                 add pl to ALL_LINGUAS - sync with main branch
14444
14445         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
14446                 Updated. Translations by Jens Oberender, Ricardo Mones
14447                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
14448
14449         * po/pl.po  ** NEW FILE **
14450                 sync with the main branch
14451
14452         * src/folderview.c
14453                 fix target folder colorizing and refresh problem
14454
14455
14456 2001-08-17 [christoph]
14457
14458         * src/mainwindow.c
14459                 claws uses 4 colors for target folder coloring.
14460                 arrays were not long enough and destroyed the
14461                 stack causing a segfault.
14462                 target folder colorizing does not work anymore
14463                 for me
14464
14465 2001-08-16 [paul]
14466
14467         * configure.in
14468                 change to version 0.5.3claws1
14469
14470         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
14471           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
14472           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
14473
14474                 sync with sylpheed 0.5.3 release, but keep claws method of
14475                 configuring/saving fonts
14476
14477         * src/addressbook.[ch]
14478                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
14479                 in line with a similar change in Hiroyuki's branch
14480
14481         * src/mainwindow.[ch]
14482                 disable main_window_set_thread_option()
14483         * src/prefs_folder_item.c
14484                 comment out &tmps_prefs.enable_thread,
14485         * src/mbox_folder.c, src/procmsg.[ch]
14486                 comment out MSG_IS_IGNORE_THREAD
14487         * src/summaryview.c
14488                 comment out summary_ignore_thread() and summary_unignore_thread()
14489                 comment out MSG_IS_IGNORE_THREAD
14490
14491                 use Hiroyuki's threading instead.
14492
14493
14494
14495 2001-08-15 [paul]
14496
14497         * src/account.c
14498                 use Hiroyuki's 0.5.3 column scheme but also
14499                 include the enable/disable button.
14500         * src/pixmaps/mark.xpm
14501                 add Hiroyuki's amended pixmap
14502
14503 2001-08-13 [christoph]
14504
14505         * src/account.c
14506                 receive at get all column showed wrong state for APOP
14507                 button should only work for POP3 and APOP accounts
14508         * src/prefs_account.c
14509                 added missing preprocessor statement for SSL
14510
14511 2001-08-12 [paul]
14512
14513         * src/account.[ch]
14514                 add 'receive at get all' column and enable/disable
14515                 button.
14516
14517 2001-08-06 [christoph]
14518
14519         * src/account.c
14520                 show usage of SSL in protocol column
14521
14522         * src/imap.c
14523         * src/inc.c
14524                 renamed ssl options
14525
14526         * src/prefs_account.[ch]
14527                 moved ssl options to a new page
14528
14529         * src/send.c
14530         * src/smtp.c
14531         * src/ssl.[ch]
14532                 renamed ssl options
14533                 added support for SMTP STARTTLS command
14534
14535 2001-08-05 [christoph]
14536
14537         * configure.in
14538                 debian autoconf needs version check to find
14539                 correct autoconf version. if the file is
14540                 named configure.in 2.13 is used, which does
14541                 not work with this configure.in script.
14542                 other solution would be to rename the script
14543                 to configure.ac as suggested in the autoconf
14544                 manual.
14545
14546         * src/inc.c
14547                 disable final error popup if popups are
14548                 diabled in config
14549
14550         * src/socket.c
14551                 bugfix in ssl_gets
14552                 fixes IMAP over SSL problem
14553
14554 2001-08-03 [paul]
14555
14556         * configure.in
14557                 change to 0.5.2claws1
14558
14559         * sync with sylpheed 0.5.2cvs1
14560
14561 2001-08-02 [alfons]
14562
14563         * configure.in
14564                 quick fix for ispell detection...
14565
14566 2001-08-01 [paul]
14567
14568         * configure.in
14569                 change to 0.5.1claws4
14570
14571         * sync with sylpheed 0.5.1cvs7
14572
14573 2001-07-31 [alfons]
14574
14575         * src/prefs_common.c, src/prefs_common.h, 
14576           src/gtkspell.c, src/gtkspell.h
14577                 add global spelling checker settings (compose tab) +
14578                 selection of dictionary 
14579           
14580         * configure.in  
14581                 guess valid ispell location
14582
14583 2001-07-31 [paul]
14584
14585         * po/POTFILES.in
14586                 removal of 'src/quote_fmt_parse.c'
14587         * po/de.po
14588                 Updated de.po
14589                 (submitted by Jens Oberender <didge@suse.de>)
14590
14591 2001-07-31 [darko]
14592
14593         * src/folder.[ch]
14594         * src/folderview.[ch]
14595         * src/mainwindow.c
14596         * src/mh.c
14597         * src/prefs_common.[ch]
14598         * src/summaryview.c
14599                 target folder colourization
14600
14601 2001-07-30 [paul]
14602
14603         more sync with Sylpheed 0.5.1cvs6 
14604
14605 2001-07-30 [darko]
14606
14607         * src/mh.c
14608         * src/prefs_folder_item.[hc]
14609         * src/summaryview.c
14610                 shared folders support with a GUI
14611
14612 2001-07-29 [paul]
14613
14614         0.5.1claws3
14615
14616         * sync with Sylpheed 0.5.1cvs6
14617
14618 2001-07-29 [paul]
14619
14620         * po/pt_BR.po
14621                 updated
14622                 (submitted by Fabio Junior Beneditto)
14623
14624 2001-07-28 [paul]
14625
14626         * src/procmime.c
14627         * AUTHORS
14628                 patch to correct bad image mime headers
14629                 (submitted by Don Quijote <dq@searchlores.org>)
14630
14631 2001-07-28 [paul]
14632
14633         * tools/gif2xface.pl   **NEW FILE**
14634         * tools/README
14635                 script to convert file.gif to file.xface for
14636                 use in a custom header.
14637                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
14638
14639 2001-07-27 [alfons]
14640         
14641         * configure.in
14642                 change macros for detecting JPilot and LDAP
14643
14644 2001-07-27 [christoph]
14645
14646         * src/filtering.c
14647                 code cleanup (MIN / MAX warning, needed casting)
14648
14649 2001-07-27 [alfons]
14650
14651         * procheader.c
14652                 disallow setting flags when detecting certain headers
14653                 (X-Status, Status, Seen, X-Seen). 
14654         
14655         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
14656
14657 2001-07-27 [christoph]
14658
14659         * src/prefs_filter.c
14660         * src/prefs_filtering.c
14661         * src/prefs_matcher.c
14662         * src/prefs_scoring.c
14663                 scroll list when moving rows up or down
14664
14665         * src/imap.c
14666         * src/imap.h
14667         * src/prefs_account.c
14668         * src/prefs_account.h
14669         * src/send.c
14670                 SMTP over SSL (untested, feedback requested)
14671                 IMAP over SSL
14672
14673         * src/ssl.c
14674                 code cleanup
14675
14676 2001-07-26 [alfons]
14677         
14678         * configure.in, acconfig.h
14679                 define CLAWS (need this for main / claws detection)
14680
14681 2001-07-25 [alfons]
14682
14683         * configure.in
14684                 Sylpheed 0.5.1claws2
14685                 
14686         * sync with Sylpheed 0.5.1cvs4
14687
14688 2001-07-25 [christoph]
14689
14690         * src/scoring.c
14691                 fixed segfault
14692                 item->prefs == NULL (don't know why)
14693
14694 2001-07-25 [alfons]
14695
14696         * configure.in
14697                 Sylpheed 0.5.1claws1
14698
14699         * sync with Sylpheed 0.5.1cvs1-3
14700
14701 2001-07-24 [christoph]
14702
14703         * src/folderview.c
14704         * src/prefs_folder_item.[ch]
14705                 added folderitem preferences dialog with
14706                 default To: and auto request return receipt
14707
14708         * src/compose.[ch]
14709         * src/menu.[ch]
14710                 changes to handle new folderitem preferences
14711
14712         * src/mainwindow.c
14713         * src/summaryview.c
14714                 call compose new mail with current folderitem
14715
14716 2001-07-24 [alfons]
14717
14718         Release Sylpheed 0.5.1claws
14719
14720         * configure.in
14721                 change to release version 0.5.1claws
14722
14723 2001-07-24 [christoph]
14724
14725         * src/summaryview.c
14726                 fixed segfault that happend when the selected
14727                 message was removed while retrieving new messages.
14728
14729         * po/es.po
14730                 updated translation
14731                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
14732
14733 2001-07-22 [alfons]
14734
14735         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
14736         this is a work in progress, for more information: http://nlpagan.net/sylman 
14737         
14738         * configure.in, src/mainwindow.c, manual/Makefile.am
14739                 add support for English manual
14740
14741         * AUTHORS
14742                 add authors of user manuals
14743
14744         * manual/en/sylpheed*.html
14745                 add English documentation
14746
14747 2001-07-22 [christoph]
14748
14749         * po/POTFILES.in
14750                 added src/ssl.c
14751         * src/ssl.c
14752                 changed a wrong debug message
14753
14754 2001-07-22 [alfons]
14755
14756         * po/nl.po
14757                 update Dutch translation
14758
14759         * src/prefs_filtering.c, 
14760           src/prefs_matcher.c
14761                 add more translatable strings           
14762
14763 2001-07-21 [alfons]
14764
14765         0.5.0claws7
14766
14767         * configure.in
14768                 change version
14769
14770         * src/inc.c, src/summaryview.[ch]
14771                 prevent update of mark file when filtering has done, by
14772                 using a variable; this affects two functions:
14773                         inc.c::inc_finished()
14774                         summaryview.c::summary_show()
14775
14776 2001-07-20 [alfons]
14777
14778         * src/filtering.[ch], src/prefs_filtering.c, 
14779           src/matcher.[ch]
14780                 add filtering action for label coloring 
14781
14782         * po/POTFILES.in
14783                 add labelcolors.c
14784
14785         * added src/labelcolors.c
14786         * added src/labelcolors.h
14787         * src/Makefile.am, src/summaryview.c
14788                 rearrange label coloring code
14789
14790         * src/procmsg.h
14791                 add more parentheses so label colouring works correctly
14792
14793         * src/filtering.c
14794                 don't really delete message, but move it to Trash
14795
14796         * src/prefs_matcher.c
14797                 add quote options to info dialog
14798
14799 2001-07-20 [christoph]
14800
14801         * src/Makefile.am
14802         * src/inc.c
14803         * src/main.[ch]
14804         * src/socket.h
14805         * src/ssl.[ch] (new)
14806                 moved ssl stuff to a seperate file
14807
14808 2001-07-20 [darko]
14809
14810         * src/summaryview.c
14811                 fix show sender using address book with no e-mail
14812                 address in From: field
14813
14814 2001-07-19 [alfons]
14815
14816         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
14817                 fix messy handling of escaping... now at least the
14818                 execute command is useful. escape char is '\', we
14819                 accept \n and \r too. 
14820
14821                 Real life example:
14822                 
14823                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
14824                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
14825
14826 2001-07-18 [alfons]
14827
14828         0.5.0claws6
14829
14830         * src/summaryview.c
14831                 clean up
14832
14833         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
14834           src/procmsg.[ch]
14835                 revise filtering; currently move, copy, marking have
14836                 been tested. if you like bleeding edge stuff, you
14837                 should definitely go for this version :)
14838
14839         * mark old working stuff as VERSION_0_5_0_CLAWS5        
14840
14841 2001-07-17 [christoph]
14842
14843         * src/utils.c
14844                 timestamp log
14845
14846 2001-07-17 [alfons]
14847
14848         0.5.0claws5
14849
14850         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
14851           bits in the mark file, without affecting either branch. Lots of
14852           files changed, also in claws branch.
14853
14854           UNTESTED: use of mbox folders
14855
14856         * src/summaryview.c
14857                 added mark all read; however this was a quick hack used for
14858                 cleaning up mess after initial merge with Hiroyuki
14859
14860         * configure.in
14861                 change claws version number back to 0.5.0claws5 to clear up 
14862                 confusion & pretension (recent release was technically 
14863                 0.5.0claws4, so we neatly align with Hiroyuki :-)
14864
14865 2001-07-16 [alfons]
14866
14867         sync with Hiroyuki's 0.5.0cvs4
14868
14869 2001-07-16 [alfons]
14870
14871         0.5.1claws3
14872
14873         * src/filtering.[ch]
14874                 remove invalid updating of mark files for 
14875                 filter actions MATCHING_ACTION_MOVE and 
14876                 MATCHING_ACTION_DELETE; this should fix the
14877                 folder update bug
14878                 
14879         * src/procmsg.c
14880                 revert Christoph's stab at fixing the folder 
14881                 update bug
14882
14883         * po/POTFILES.in
14884                 add missing files with translatable strings
14885
14886         * src/summaryview.c
14887                 remove debug print
14888
14889 2001-07-15 [alfons]
14890
14891         * src/addr_compl.[ch], src/prefs_filtering.c
14892                 make "filtering pref dialog's destination entry" an
14893                 "address completable entry", if filter destination is 
14894                 an email address
14895
14896         0.5.1claws2
14897         
14898         sync with Hiroyuki's 0.5.0cvs2-3
14899
14900 2001-07-15 [christoph]
14901
14902         * src/procmsg.c
14903                 fixed folder stats update after incorporation
14904
14905 2001-07-15 [alfons]
14906
14907         * src/summaryview.c
14908                 * finish label colouring stuff (for now)
14909                 * fix incorrect colour bug (off by one) 
14910
14911 2001-07-14 [alfons]
14912
14913         * src/mainwindow.c
14914                 change text labels for news and mail message so there's
14915                 plenty of toolbar estate left
14916
14917         * configure.in
14918                 0.5.1claws1
14919
14920         * src/folderview.c
14921           src/folder.[ch]
14922                 sync with Hiroyuki's 0.5.0cvs1
14923
14924         * src/summaryview.c
14925                 more rewrite label colouring
14926
14927 2001-07-14 [alfons]
14928
14929         * src/summaryview.[ch]
14930                 * start rewrite label colouring 
14931                 * fix proper location "Add Sender To Addressbook" menu item
14932
14933 2001-07-13
14934
14935         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
14936         (actually this is 0.5.0claws4)
14937
14938 2001-07-13 [alfons]
14939
14940         * po/pt_BR.po
14941                 * fix duplicate message
14942                 * add updated Portugese / Brazilian translation
14943                   submitted by Fabio Junior Beneditto
14944
14945 2001-07-12 [alfons]
14946
14947         * AUTHORS
14948                 add Jens
14949
14950         * po/nl.po
14951                 add updated Dutch translation
14952
14953         * po/de.po
14954                 add updated German translation submitted by Jens
14955
14956 2001-07-11 [alfons]
14957
14958         Prerelease before 0.5.0claws. Please test.
14959         This version is temporarily tagged as VERSION_0_5_0_TEST
14960
14961         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
14962           src/prefs_scoring.c, src/prefs_matcher.c, 
14963           src/prefs_filtering.c, src/mbox.c, 
14964           src/main.c, src/inc.c, src/filtering.[ch]
14965                 revert new Hoa's new matcher (does not work yet)
14966
14967         * src/Makefile.am
14968                 clean up
14969
14970 2001-07-10
14971
14972         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
14973
14974
14975 2001-07-10 [alfons]
14976
14977         * Makefile.am
14978                 add ChangeLog.claws to EXTRA_DIST
14979         * src/Makefile.am
14980                 add matcher_parser_parse.h to EXTRA_DIST
14981
14982 2001-07-10 [christoph]
14983
14984         * src/inc.c
14985                 add destination folder to table of
14986                 folders that need to be updated after
14987                 incorporation
14988
14989 2001-07-10 [alfons]
14990
14991         * folder.[ch]
14992           folderview.c
14993                 make collapse state of folders and folder items persistent, i.e.
14994                 if you collapse a folder tree, the next time sylpheed-claws starts 
14995                 up the folder tree remains collapsed.  
14996                 
14997 2001-07-10 [christoph]
14998
14999         * acconfig.h
15000         * configure.in
15001                 added --enable-ssl
15002         * src/md5.[ch]
15003                 renamed MD5_CTX to MD5_CTX_syl
15004                 conflicts with a struct in openssl
15005         * src/inc.c
15006         * src/main.[ch]
15007         * src/prefs_account.[ch]
15008         * src/socket.[ch]
15009                 SSL support for POP
15010         * src/mainwindow.c
15011                 fixed compose with current account
15012                 broken by new compose button stuff
15013
15014 2001-07-09 [hoa]
15015
15016         * AUTHORS
15017                 changed my email address
15018
15019         * src/matcher_parser_parse.y
15020                 clean the parser to remove conflicts
15021
15022 2001-07-09 [alfons]
15023
15024         * AUTHORS
15025                 add Match Grun
15026
15027         * configure.in
15028                 fix incorrect description of --enable-ldap parameter
15029
15030         * src/prefs_common.[ch]
15031           src/compose.c
15032                 add experimental option "smart wrapping" which makes the
15033                 compose editor auto wrap.
15034                 
15035                 | TODO: the problem with the buggy cursor handling is caused |
15036                 | by the GtkText. when deleting / backspacing text its       |
15037                 | wrapping algorithm does not take in account the previous   |
15038                 | line. should find a way to hack this in.                   |
15039                 | or should perhaps combine this with the word wrapping      |
15040                 | patch i wrote in january.                                  |
15041
15042         * src/about.c
15043                 show build parameters for LDAP and JPilot
15044
15045         * src/summaryview.c
15046                 revert Christoph's bugfix for selecting next unread message, 
15047                 because folder stats aren't updated correctly
15048
15049 2001-07-08 [hoa]
15050
15051         * src/filtering.c
15052         * src/mainwindow.c
15053         * src/matcher.c
15054         * src/matcher_parser_lex.l
15055         * src/matcher_parser_parse.y
15056         * src/prefs_filtering.c
15057         * src/prefs_scoring.c
15058         * src/scoring.c
15059                 bugfix of the config file parser
15060
15061 2001-07-08 [alfons]
15062
15063         * src/Makefile.am
15064                 added generated matcher sources to BUILT_SOURCES
15065
15066 2001-07-08 [hoa]
15067
15068         * src/Makefile.am
15069         * src/.cvsignore
15070                 added new config file parser
15071
15072         * src/scoring.[ch]
15073         * src/filtering.[ch]
15074         * src/matcher.[ch]
15075         * src/prefs_filtering.c
15076         * src/prefs_matcher.c
15077         * src/prefs_scoring.c
15078         * added src/matcher_parser.h
15079         * added src/matcher_parser_lex.h
15080         * added src/matcher_parser_lex.l
15081         * added src/matcher_parser_parse.y
15082                 lex & yacc config file parser
15083
15084         * src/mbox.c
15085         * src/inc.c
15086         * src/main.c
15087                 changes prefs_filtering into global_filtering           
15088
15089         * src/summaryview.c
15090                 build threads with subjects only if "Re: " is at the
15091                 beginning of the subject
15092
15093 2001-07-07 [paul]
15094
15095         0.5.0claws
15096
15097         sync with sylpheed 0.5.0
15098                 change of version number only
15099
15100 2001-07-06 [paul]
15101
15102         0.5.0claws5
15103
15104         sync with sylpheed 0.5.0pre5
15105
15106 2001-07-05 [paul]
15107
15108         sync with sylpheed 0.5.0pre4 release
15109                 /po and /manual/ja not sync'ed
15110
15111 2001-07-04 [paul]
15112
15113         more sync with sylpheed 0.5.0pre4
15114
15115 2001-07-03 [christoph]
15116
15117         * src/addressbook.c
15118                 fixed address book broken by address book
15119                 for VCard, JPilot, LDAP
15120
15121 2001-07-03 [alfons]
15122
15123         * src/matcher.c
15124         * src/textview.c
15125                 stopped memory leaks
15126
15127 2001-07-03 [paul]
15128
15129         more sync with sylpheed 0.5.0pre4
15130
15131 2001-07-02 [match]
15132
15133         * included address book patch for VCard, JPilot, LDAP
15134         * pref_common.c - fixed Font options on Display tab (cosmetic)
15135         * alertpanel.c - fixed truncated message
15136
15137 2001-07-02 [christoph]
15138
15139         * src/mbox_folder.c
15140         * src/procmsg.[ch]
15141         * src/summaryview.c
15142                 mark threads for ignoring
15143
15144 2001-07-02 [paul]
15145
15146         0.5.0claws4
15147
15148         * sync with sylpheed 0.5.0pre4
15149                 updated gettext to 0.10.38.
15150
15151 2001-07-01 [paul]
15152
15153         * src/ mainwindow.c
15154         * src/procmsg.h
15155         * src/summaryview.[ch]
15156                 new right-click option: Label.
15157                 substitute for 'Mark-->Mark/Unmark', colours the line.
15158                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
15159
15160 2001-07-01 [christoph]
15161
15162         * src/folderview.c
15163                 fixed font for trash
15164         * src/summaryview.c
15165                 move ctree to unread message
15166
15167 2001-07-01 [paul]
15168
15169         * sync with sylpheed 0.5.0pre3 release
15170
15171 2001-06-30 [alfons]
15172
15173         * src/filesel.[ch]
15174         * src/compose.c
15175                 allow inserting / attaching multiple files in
15176                 the composer window
15177
15178 2001-06-30 [paul]
15179
15180         * src/codeconv.c
15181                 small change to Alfons' previous stuff so that it
15182                 actually makes
15183
15184 2001-06-30 [alfons]
15185
15186         * lots of files changed; first attempt to merge the changes
15187           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
15188
15189 2001-06-30 [paul]
15190
15191         * po/pt_BR.po
15192                 updated and completed, translations by Fabio
15193                 Junior Beneditto <fjbeneditto@yahoo.com.br>
15194
15195 2001-06-29 [alfons]
15196
15197         * src/compose.c
15198         * src/mimeproc.[ch]
15199                 allow selecting an attached files' mime type from a 
15200                 list of types.
15201
15202 2001-06-29 [paul]
15203
15204         * more sync with sylpheed 0.5.0pre3
15205
15206 2001-06-29 [paul]
15207
15208         * po/pt_BR.po
15209                 merge with sylpheed.pot and pt_BR.po provided by
15210                 Fabio Junior Beneditto.
15211
15212 2001-06-29 [darko]
15213
15214         * src/procmime.c
15215                 make MIME types case insensitive
15216
15217 2001-06-28 [alfons]
15218
15219         * po/nl.po
15220                 merge with sylpheed.pot and old nl.po; translations added.
15221
15222 2001-06-28 [paul]
15223
15224         * more sync with sylpheed 0.5.0pre3
15225
15226 2001-06-27 [alfons]
15227
15228         * src/summaryview.c
15229                 don't crash when removing parent node of messages
15230                 attracted by subject. this was caused by not deleting
15231                 the parent node from the subject line hash table.
15232
15233 2001-06-27 [alfons]
15234
15235         * src/summaryview.c
15236         * src/compose.[ch]
15237         * src/mainwindow.c
15238                 if there are multiple messages selected, allow forwarding
15239                 them as attachments.
15240
15241 2001-06-27 [paul]
15242
15243         * more sync with sylpheed 0.5.0pre3
15244
15245 2001-06-26 [paul]
15246
15247         0.5.0claws3
15248
15249         * sync with sylpheed 0.5.0pre3
15250
15251 2001-06-25 [paul]
15252
15253         * src/mainwindow.c
15254                 fixed 'compose news article' bug
15255                 from icon-and-text toolbar
15256
15257 2001-06-25 [paul]
15258
15259         * sync with sylpheed 0.5.0pre2 release
15260
15261 2001-06-24 [christoph]
15262
15263         * src/prefs_common.c
15264                 bug fix in font selection
15265         * src/folderview.c
15266                 use sylpheed's normal font instead of
15267                 gtk default font for folders without
15268                 new messages
15269
15270 2001-06-24 [alfons]
15271
15272         * src/mainwindow.[ch]
15273                 added composite compose mail / news button (an idea by Leandro
15274                 Pereira <leandro@linuxmag.com.br>)
15275
15276 2001-06-24 [paul]
15277
15278         Added instructions for ldif-to-xml.py
15279
15280         * tools/README
15281
15282 2001-06-23 [alfons]
15283
15284         Some minor things.
15285
15286         * src/pixmaps/stock_news_compose.xpm
15287                 added pixmap by Leandro
15288         * src/prefs_common.c
15289                 tested built-in spelling checker of GCC 3.0 :)
15290         * po/nl.po
15291                 merged dutch translation of sylpheed-main with
15292                 sylpheed.pot
15293
15294 2001-06-23 [paul]
15295
15296         Added tools directory and files.
15297
15298         * tools/filter_conv.pl
15299                 converts old filter system to new filtering system
15300         * tools/ldif-to-xml.py
15301                 converts netscape addressbook to sylpheed addressbook
15302         * tools/README
15303                 descriptions/instructions for above two files
15304
15305 2001-06-23 [christoph]
15306
15307         * src/inc.c
15308         * src/manage_window.[ch]
15309         * src/prefs_common.[ch]
15310                 mail retrieval dialog can be enabled, disabled
15311                 or hidden if non of sylpheed's windows is active
15312
15313 2001-06-22 [paul]
15314
15315         0.5.0claws2
15316
15317         * sync with sylpheed 0.5.0pre2
15318
15319 2001-06-21 [christoph]
15320
15321         * src/summaryview.c
15322                 show recipient on 'from' for all accounts
15323                 
15324         * src/inc.c
15325         * src/prefs_common.[ch]
15326                 disable error popup on mail receive errors
15327
15328 2001-06-21 [alfons]
15329
15330         * src/compose.c
15331                 made the ruler correctly appear and disappear.
15332
15333         * src/Makefile.am
15334                 removed Hoa's work-in-progress-stuff (interesting!) so 
15335                 claws compiles ok.
15336
15337 2001-06-20 [christoph]
15338
15339         * src/inc.c
15340         * src/progressdialog.c
15341                 added scrolled window for list in progressdialog
15342
15343 2001-06-20 [paul]
15344
15345         sync with sylpheed 0.5.0pre1 release
15346
15347 2001-06-20 [christoph]
15348
15349         * src/summeryview.c
15350                 make building threads by subject work when
15351                 thread view is enabled
15352                 
15353         * src/compose.c
15354         * src/prefs_common.[ch]
15355                 automatically select account for mail replys
15356
15357 2001-06-19 [sergey]
15358
15359         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
15360         they are filled in from the account settings.
15361
15362 2001-06-19 [paul]
15363
15364         * more sync with sylpheed 0.5.0pre1
15365
15366 2001-06-18 [alfons]
15367
15368         * src/Makefile.am,
15369           src/procmime.c
15370                 added --sysconfdir to CPPFLAGS for pointing to the correct
15371                 location of mime.types. 
15372
15373                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
15374                 or ./configure!
15375
15376 2001-06-18 [hoa]
15377
15378         * src/summaryview.c
15379                 fixed some bug when building threads
15380
15381 2001-06-18 [pau]l
15382
15383         * src/prefs_account.c
15384                 UI stuff: More changes to the English
15385
15386 2001-06-18 [paul]
15387
15388         * src/pixmaps/stock_news_compose.xpm: new file
15389         * src/Makefile.am
15390         * src/mainwindow.c
15391         * src/summaryview.c
15392                 Added new icon for Hoa's 'compose a news
15393                 message', plus minor improvements to the
15394                 English
15395
15396         * po/ja.po
15397         * ChangeLog
15398         * ChangeLog.jp
15399                 more sync with sylpheed 0.5.0pre1
15400
15401 2001-06-18 [hoa]
15402
15403         * src/compose.[ch]
15404         * src/mainwindow.c
15405                 Follow-up and reply to
15406
15407         * src/summaryview.[ch]
15408                 Build threads also with subjects
15409
15410 2001-06-17 [hoa]
15411
15412         * src/compose.c
15413                 forwarding use the current account.
15414
15415         * src/mainwindow.c
15416                 the "compose message" button has been replaced with
15417                 "new mail" and "new news" buttons
15418
15419         * src/prefs_common.[ch]
15420                 added a configuration option to use the forward button
15421                 as "forward as attachment"
15422                 changed reply and forward format description
15423
15424         * src/quote_fmt_lex.l
15425         * src/quote_fmt_parse.y
15426                 added message with no signature in format for reply
15427                 and forward.
15428
15429 2001-06-17 [paul]
15430
15431         Minor UI stuff
15432
15433         * src/mainwindow.c
15434         * src/summaryview.c
15435                 Improvements to the English
15436
15437         * src/prefs_common.c
15438                 Improvements to the English and some
15439                 clarity/continuity improvements in the
15440                 description of Quote symbols.
15441
15442 2001-06-17 [paul]
15443
15444         0.5.0claws1
15445
15446         * sync with sylpheed 0.5.0pre1
15447
15448 2001-06-17 [hoa]
15449
15450         * src/compose.c
15451                 Better interface for compose, displayed fields
15452                 are updated whenever we change account.
15453                 Newsgroups field is automatically filled.
15454
15455         * src/mainwindow.c
15456                 Newsgroups field is automatically filled.
15457
15458         * src/prefs_account.c
15459                 Some interface stuff when fields appear and
15460                 disappear.
15461
15462 2001-06-16 [paul]
15463
15464         0.4.99claws
15465
15466         * sync with sylpheed 0.4.99
15467
15468 2001-06-16 [sergey]
15469
15470         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
15471         base64_decoder_free, base64_decoder_decode): new object and
15472         functions for decoding base64 streams.
15473         * src/procmime.c (procmime_decode_content): modified to use the
15474         new base64 decoder.
15475
15476 2001-06-15 [paul]
15477
15478         0.4.99claws10
15479
15480         * sync with sylpheed 0.4.99cvs11
15481
15482 2001-06-13 [paul]
15483
15484         0.4.99claws9
15485
15486         * sync with sylpheed 0.4.99cvs9
15487
15488 2001-06-13 [hoa]
15489
15490         * src/compose.c
15491         * src/prefs_account.c
15492
15493                 SMTP server can be defined in the news account
15494                 mime type of attachment are kept.
15495
15496         * src/summaryview.c
15497
15498                 now choose the highest important score between default
15499                 and important score of folder.
15500
15501 2001-06-09 [alfons]
15502         
15503         * src/prefs_common.c: 
15504
15505                 (prefs_quote_description_create): corrected description of 
15506                 quote format characters
15507
15508 2001-06-09 [paul]
15509
15510         0.4.99claws8
15511
15512         * sync with sylpheed 0.4.99cvs8
15513
15514 2001-06-08 [sergey]
15515
15516         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
15517         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
15518
15519 2001-06-08 [paul]
15520
15521         0.4.99claws7
15522
15523         * sync with sylpheed 0.4.99cvs7
15524
15525 2001-06-06 [sergey]
15526
15527         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
15528         clashes with autogenerated header).
15529         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
15530         * src/Makefile.am: added quote_fmt.h.
15531         * src/.cvsignore: added lex/yacc autogenerated files
15532         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
15533
15534 2001-06-06 [paul]
15535
15536         0.4.99claws6
15537
15538         * sync with sylpheed 0.4.99cvs6
15539
15540 2001-06-06 [hoa]
15541
15542         * added src/quote_fmt_parse.h
15543         * src/compose.c
15544                 removed warnings
15545
15546         * src/prefs.[ch]
15547                 don't modify readonly configuration files
15548
15549         * src/prefs_account.c
15550         * src/prefs_common.c
15551         * src/prefs_customheader.c
15552         * src/prefs_display_header.c
15553         * src/prefs_filter.c
15554         * src/prefs_filtering.c
15555         * src/prefs_scoring.c
15556                 don't open dialog box when configuration files
15557                 are readonly
15558
15559 2001-06-05 [sergey]
15560
15561         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
15562
15563         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
15564         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
15565         BUILT_SOURCES to make all files rebuild properly.
15566
15567         * src/compose.c: removed #include "quote_fmt.tab.h".
15568
15569         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
15570         CHARACTER value in yylval.
15571
15572         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
15573         receive CHARACTER value by documented means (yylval).
15574
15575         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
15576
15577 2001-06-05 [hoa]
15578
15579         * src/Makefile.am
15580                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
15581
15582         * src/filtering.c
15583         * src/matcher.c
15584         * src/matcher.h
15585         * src/prefs_filtering.c
15586                 now keep the configuration for execute action
15587
15588         * src/mbox_folder.c
15589                 fixed a warning
15590
15591 2001-06-05 [paul]
15592
15593         * sync with sylpheed 0.4.99cvs5
15594
15595 2001-06-05 [hoa]
15596
15597         * src/Makefile.am
15598                 added quote_fmt.[ch]
15599
15600         * added src/quote_fmt.y
15601         * added src/quote_fmt.l
15602         * added src/quote_fmt.tab.h
15603         * added src/quote_fmt.tab.c
15604         * added src/lex.quote_fmt.c
15605                 parsing configuration for replying
15606                 and forwarding
15607
15608         * src/prefs_common.[ch]
15609                 added configuration UI for replying
15610                 and forwarding
15611
15612         * src/compose.c
15613                 using configuration for replying
15614                 and forwarding
15615
15616 2001-06-04 [hoa]
15617
15618         * src/filtering.c
15619         * src/matcher.c
15620         * src/matcher.h
15621         * src/prefs_filtering.c
15622         * src/prefs_matcher.c
15623         * src/prefs_matcher.h
15624                 action "run a command" for filtering
15625                 and matching with a command.
15626                 fixed the "whole message" matching
15627
15628         * src/mbox_folder.c
15629                 changed temporary filename for security
15630
15631         * src/messageview.c
15632                 queue the notification if it fails to send.
15633
15634         * src/prefs_common.c
15635         * src/prefs_folder_item.c
15636                 changed the default important score             
15637
15638         * src/prefs_scoring.c
15639         * src/scoring.c
15640                 hide kill score input when the folder is not
15641                 a newsgroup
15642
15643 2001-06-03 [alfons]
15644
15645         * src/prefs_common.c:
15646
15647                 (prefs_font_select): pass font name in font entry box to font
15648                 selection dialog.
15649
15650 2001-06-03 [sergey]
15651
15652         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
15653
15654 2001-06-03 [paul]
15655
15656         * sync with sylpheed 0.4.99cvs4
15657
15658 2001-06-03 [alfons]
15659
15660         * src/headerwindow.c:
15661
15662                 (headerwindow_show_cb): use the selected summary view item, not
15663                 the displayed item.
15664
15665 2001-06-02 [alfons]
15666
15667         * src/headerwindow.c:
15668
15669                 (headerwindow_show_cb): always try to show msginfo
15670
15671 2001-06-02 [hoa]
15672
15673         * src/compose.c
15674                 keep attached parts when reediting or forwarding.
15675
15676 2001-06-01 [hoa]
15677
15678         * src/folderview.c
15679         * src/prefs_folder_item.[ch]
15680         * src/prefs_scoring.[ch]
15681         * src/scoring.[ch]
15682         * src/summaryview.[ch]
15683         * src/main.c
15684         * src/mainwindow.c
15685         * src/prefs_common.[ch]
15686                 support for folder scoring
15687                 kill score and important score for messages
15688         
15689         * src/prefs_account.c
15690                 some display bug fixed for local account
15691                 preferences
15692
15693 2001-05-31 [alfons]
15694
15695         * src/summaryview.c:
15696
15697                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
15698                 sender to address book menu item is disabled.
15699
15700 2001-05-30 [hoa]
15701
15702         * src/filtering.[ch]
15703         * src/summaryview.c
15704                 handling summary menu / filter messages
15705
15706         * src/folder.[ch]
15707                 add some stuff
15708
15709         * src/foldersel.c
15710                 imap folders now appears in list
15711
15712         * src/mbox_folder.c
15713                 doesn't crash if destination mail is not writeable
15714
15715 2001-05-29 [hoa]
15716
15717         * src/compose.c
15718                 removed some warnings
15719
15720         * src/filtering.c
15721         * src/folder.[ch]
15722         * src/prefs_filtering.c
15723                 global string to identify any folders           
15724                 removed some debug info
15725                 filtering to mbox folders is now possible
15726
15727         * src/mainwindow.c
15728                 removed some warnings
15729
15730         * src/mbox_folder.c
15731                 permission on files are changed to read/write for user only,
15732                 nothing for other.
15733                 creation of subfolder is handled better.
15734
15735 2001-05-28 [alfons]
15736
15737         Verified the sync for src/prefs_common.[ch] and
15738         src/prefs_account.[ch]. I believe there were some
15739         minor indentation differences.
15740
15741 2001-05-28 [paul]
15742
15743         0.4.99claws3
15744
15745         * sync with 0.4.99cvs3
15746
15747 2001-05-28 [hoa]
15748
15749         * src/compose.c
15750                 handling flags for mbox format
15751
15752         * src/filtering.c
15753                 use of mark file only for MH format
15754                 handling flags for mbox format
15755                 filtering cannot yet move or copy mails to mbox folders.
15756
15757         * src/folder.[ch]
15758                 changed move_msg, copy_msg,
15759                 move_msgs_with_dest, copy_msgs_with_dest functions
15760                 uses only folder->copy_msg() function
15761                 uses folder->finished_copy() to handle the destination
15762                 folder at the end of the copy or move operation.
15763
15764         * src/foldersel.c
15765                 included mbox directories.
15766
15767         * src/folderview.[ch]
15768         * src/mainwindow.c
15769                 handle folders operation for mbox format
15770
15771         * src/mbox.c
15772                 disable conversion of "From " header
15773
15774         * src/mbox_folder.[ch]
15775                 completion of mbox format handling
15776
15777         * src/mh.c
15778                 changed mh_copy_msg() function and
15779                 removed mh_move_msg(), mh_move_msgs_with_dest(),
15780                 mh_copy_msgs_with_dest()
15781
15782         * src/prefs_filtering.c
15783                 removed some warnings
15784
15785         * src/prefs_matcher.c
15786                 default boolean operation is AND
15787
15788         * src/procheader.c
15789                 handling flags for mbox format
15790                 handling of "From " header
15791
15792         * src/procmsg.[ch]
15793                 removed data field
15794                 added MSG_REALLY_DELETED flags to handle deletion of
15795                 messages in mbox format.
15796
15797         * src/summaryview.c
15798                 handling flags for mbox format
15799                 disable the MSG_DELETED flags when messages
15800                 are deleted in mbox format
15801
15802         * src/textview.c
15803                 "From " headers display fixed.
15804
15805 2001-05-27 [alfons]
15806
15807         * src/textview.c:
15808                 
15809                 (get_email_part): skip quoted email addresses, like in e.g.
15810                 "'alfons@proteus.demon.nl'".
15811
15812 2001-05-26 [alfons]
15813
15814         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
15815         and fixing the persistence troubles when using separate windows.
15816
15817         * src/mainwindow.c:
15818         
15819             Added #define SEPARATE_ACTION used in the gtk item factory for 
15820             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
15821                 use gtk_item_factory_get_widget_by_action() to get the items.
15822                 
15823             Removed separate_widget_cb from the gtk item factory data   
15824           
15825             (mainwindow_create): connect separate_widget_cb() to check
15826             menu item "toggled" signal. also passing a MainWindow pointer
15827                 as object data for both check menu items.
15828                 
15829             (separate_widget_cb): definition of separate_widget_cb() to match
15830             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
15831                 window using gtk_object_get_data(). The type of window separation 
15832                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
15833         
15834         * src/prefs_filtering.c,
15835           src/prefs_matcher.c: added horizontal scrollbars
15836
15837 2001-05-25 [darko]
15838
15839         * src/headerview.c
15840                 fix segfault with invalid bold font
15841         * src/summaryview.c
15842                 correctly display summary stats after row is marked
15843
15844 2001-05-23 [sergey]
15845
15846         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
15847         encodings with libjconv.
15848
15849 2001-05-23 [hoa]
15850
15851         * src/Makefile.am
15852                 added mbox_folder.[ch]
15853         * src/defs.h
15854                 mbox temporary folder
15855         * src/folder.[ch]
15856         * added src/mbox_folder.[ch]
15857         * src/folderview.c
15858         * src/procheader.[ch]
15859                 added mbox support
15860         * src/mbox.c
15861                 bugfix for file incorporation filtering
15862         * src/imap.c
15863                 enable creation of MBOX
15864         * src/prefs_display_header.c
15865                 enable use of headers like "From "
15866                 something that should be fixed :
15867                         displaying of such headers add an extra space
15868         * src/prefs_folder_item.c
15869                 don't create folders because it is not necessary
15870         * src/procmsg.h
15871                 added data field to MsgInfo for mbox internal use
15872         * src/summaryview.c
15873                 added some support for mbox
15874         * src/utils.[ch]
15875                 added get_mbox_cache_dir() function
15876
15877 2001-05-23 [hiroyuki]
15878
15879         * src/headerwindow.c
15880           src/inc.c
15881           src/main.c
15882           src/mh.c
15883           src/nntp.c
15884           src/procmsg.h
15885           src/session.h
15886           src/socket.[ch]
15887           src/summaryview.c
15888           src/textview.c
15889           src/automaton.c
15890           src/folderview.c: more sync with 0.4.99cvs2.
15891
15892         * src/headerwindow.c: reverted.
15893
15894 2001-05-22 [paul]
15895
15896         0.4.99claws2
15897
15898         * sync with sylpheed 0.4.99cvs2
15899                 * src/news.[ch]
15900                 * src/nntp.[ch]
15901                 * INSTALL
15902                 * INSTALL.jp
15903
15904 2001-05-22 [alfons]
15905
15906         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
15907
15908 2001-05-21 [alfons]
15909
15910         Minor things:
15911
15912         * configure.in: if gnome-config not found, "no" is displayed
15913         
15914         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
15915
15916         * src/textview.c: now also possible to add mail addresses by right
15917           clicking in the text view
15918
15919         * src/codeconv.c: merged patch which fixes endless loop when encountering
15920           invalid wide characters; from Alte <010@imis.ru>  
15921
15922 2001-05-20 [alfons]
15923
15924         Added installation of gnome specific things:
15925
15926         * Makefile.am: gnome conditional
15927
15928         * configure.in: check for installed gnome
15929
15930         * added sylpheed.png, sylpheed.desktop
15931
15932 2001-05-20 [sergey]
15933
15934         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
15935
15936         * src/mainwindow.h (main_window_toolbar_create): created a button
15937         for "Reply to all".
15938         (main_window_set_toolbar_sensitive): enable/disable the new button
15939         appropriately.
15940         (toolbar_reply_to_author_cb): handle the new button.
15941
15942         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
15943         send_progress_dialog_destroy() on failure (fixes hang on SMTP
15944         failure).
15945
15946 2001-05-19 [sergey]
15947
15948         * src/compose.h (ComposeReplyMode): new modes
15949         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
15950         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
15951
15952         * src/compose.c
15953         (compose_send): move some code into a new function:
15954         (compose_current_mail_account): new function.
15955         (compose_reply): new argument to_author, all callers changed; if
15956         to_author==TRUE and account->protocol==A_NNTP, find and use an
15957         appropriate mail account for replying.
15958         (compose_reply_set_entry): new argument to_author; ignore
15959         compose->replyto if to_author==TRUE.
15960
15961         * src/mainwindow.c: new command "Message/Reply to author".
15962         (main_window_set_menu_sensitive): enable/disable it.
15963         (reply_cb): handle it.
15964
15965         * src/summaryview.c: new command "Reply to author".
15966         (summary_set_menu_sensitive): enable/disable it.
15967         (summary_reply_cb): handle it.
15968
15969         * src/account.c (account_find_mail_from_address): new function.
15970
15971 2001-05-18 [paul]
15972
15973         0.4.99claws1
15974
15975         * sync with sylpheed 0.4.99cvs1
15976
15977 2001-05-18 [hoa]
15978
15979         * src/compose.[ch]
15980         * src/filtering.c
15981         * src/summaryview.c
15982                 new filtering action : forward and forward as attachment
15983
15984         * src/main.c
15985                 no need for $DISPLAY when we run sylpheed --help
15986                 call to parse_cmd_opt() is moved
15987
15988         * src/mainwindow.[ch]
15989                 execute button is hidden when immediate execute
15990                 is chosen
15991
15992         * src/mh.c
15993         * src/news.c
15994         * src/prefs_folder_item.c
15995         * src/procmsg.c
15996                 better handling of missing directories
15997
15998         * src/summaryview.c
15999                 reedit is enabled in outbox
16000                 reedit is enabled in queue
16001
16002 2001-05-17 [hoa]
16003
16004         * src/filtering.c
16005         * src/matcher.[ch]
16006         * src/prefs_filtering.c
16007                 changed attachement into attachment
16008
16009 2001-05-17 [alfons]
16010
16011         0.4.67claws4    
16012
16013         * sync with sylpheed 0.4.67cvs9
16014         * sync with sylpheed 0.4.67cvs7-8
16015
16016 2001-05-17 [hoa]
16017
16018         * src/Makefile.am
16019                 added prefs_filtering.c
16020
16021         * src/filtering.[ch]
16022         * src/matcher.[ch]
16023                 removed action : forward_news and forward_news_as_attachement
16024                 (forward and forward_as_attachement can be used instead)
16025
16026         * src/mainwindow.c
16027                 added menu option to access filtering configuration
16028
16029         * src/prefs_account.c
16030                 changed mail_command default to /usr/sbin/sendmail
16031
16032         * added src/prefs_filtering.[ch]
16033                 dialog box for filtering configuration
16034
16035         * src/prefs_matcher.c
16036                 added function prefs_matcher_get_criteria_from_matching()
16037
16038         * src/prefs_scoring.c
16039                 reset the dialog when register or substitute is clicked
16040
16041 2001-05-15 [hoa]
16042
16043         * src/Makefile.am
16044                 added filtering.[ch]
16045         * src/inc.c
16046                 using filering.[ch] instead of filter.[ch]
16047         * src/main.c
16048                 reading new filtering configuration
16049         * src/matcher.[ch]
16050                 added some filtering actions
16051                 and fixed a bug for headers and mail body matching
16052         * src/mbox.c
16053                 using filering.[ch] instead of filter.[ch]
16054         * src/mh.c
16055                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
16056         * src/summaryview.c
16057                 some fixes for filtering
16058
16059 2001-05-14 [hiroyuki]
16060
16061         * src/send.c: fixed some weird indentations.
16062           send_message_with_command(): call pclose() only if p != NULL.
16063         * src/textview.c: get_email_part(): modified the code for readability.
16064
16065 2001-05-14 [hiroyuki]
16066
16067         * src/md5global.h
16068           src/md5ify.c
16069           src/md5ify.h: removed from the cvs.
16070
16071 2001-05-13 [sergey]
16072
16073         * src/main.c: include rfc2015.h to avoid compiler warnings.
16074         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
16075         the panel is already on screen.
16076         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
16077         closing the alert window by ESC as "No".
16078         * src/prefs_common.c (prefs_interface_create): moved return
16079         receipt check button to the correct place.
16080
16081 2001-03-13 [alfons]
16082
16083         * src/prefs_common.c: 
16084                 moved return receipt check button to the Send tab. (prefs_send_create)
16085                 removed the date format ui related globals. (prefs_display_create)
16086
16087         0.4.67claws3
16088         
16089         * sync with sylpheed 0.4.67cvs5-6
16090
16091 2001-05-13 [paul]
16092
16093         * added Alfons' font selection patch
16094
16095         * src/defs.h
16096         * src/headerwindow.c
16097         * src/prefs_common.c
16098         * src/prefs_common.h
16099
16100 2001-05-13 [hoa]
16101         * src/defs.h
16102                 changed version of cache
16103         * src/matcher.[ch]
16104         * src/prefs_matcher.c
16105                 added additionnal matching criteria
16106         * src/procheader.c
16107         * src/procmsg.[ch]
16108         * src/news.c
16109                 added references in MsgInfo
16110
16111 2001-05-12 [hoa]
16112
16113         * src/defs.h
16114                 prepared some things for new filtering
16115         * src/matcher.[ch]
16116                 added some matching properties
16117                 inreplyto need to be enhanced
16118                 prepared some things for new filtering
16119         * src/messageview.c
16120                 added Return-Receipt-To handling
16121         * src/prefs_folder_item.c
16122                 changed default value to TRUE
16123         * src/prefs_matcher.c
16124                 added some matching properties
16125         * src/prefs_scoring.[ch]
16126                 the scoring dialog is finished
16127         * src/procheader.c
16128                 added Return-Receipt-To handling
16129                 Reference need to be added
16130         * src/procmsg.[ch]
16131                 added Return-Receipt-To handling
16132                 added threadscore to get a better score sorting when
16133                 threads are enabled
16134         * src/summaryview.c
16135                 suppressed a bug when we sort the list
16136                 when no folder is opened.
16137                 better score sorting when threads are enabled
16138
16139 2001-05-12 [alfons]
16140
16141         * reverted previous patch because of potential errors 
16142
16143         0.4.67claws2
16144         
16145         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
16146                 applied "toggle mail-retrieval dialog window" patch submitted 
16147                 by Eric Limpens <eric@qnt.net>
16148
16149         * sync with sylpheed 0.4.67cvs4
16150
16151 2001-05-12 [sergey]
16152
16153         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
16154         some picky compilers.
16155         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
16156         * src/grouplist_dialog.c: include alertpanel.h.
16157         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
16158         fix compile warning.
16159         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
16160         #include "defs.h" before others to prevent the warning of `MIN'
16161         and `MAX' redefinition.
16162
16163 2001-05-11 [hoa]
16164
16165         * src/main.c
16166         * src/messageview.c
16167         * src/prefs_account.c
16168         * src/prefs_display_header.c
16169                 removed warning
16170         * src/Makefile.am
16171                 added prefs_scoring.[ch]
16172         * src/grouplist_dialog.c
16173                 display an error dialog box if the group list
16174                 cannot be fetched.
16175         * src/mainwindow.[ch]
16176                 added main_window_set_thread_option() function
16177                 scoring dialog box enabled
16178         * src/matcher.[ch]
16179                 added flags matching unread /new / marked
16180                 / deleted / replied / forwarded
16181         * src/news.c
16182                 newsgroups are now finally in newscache
16183         * src/prefs_matcher.[ch]
16184                 finished preferences for matching dialog
16185         * added src/prefs_scoring.[ch]
16186                 scoring dialog box completed
16187         * src/scoring.[ch]
16188                 conversion to string : added scoringprop_to_string()
16189                 write config for preferences :
16190                 added prefs_scoring_write_config()
16191         * src/summaryview.c
16192                 threads can be enabled/disabled independently
16193                 for each folder
16194
16195 2001-05-10 [alfons]
16196
16197         0.4.67claws1
16198         
16199         * AUTHORS: 
16200                 thought it would be nice to have a list of all
16201                 contributors (used Changelog as a reference)
16202         
16203         * configure.in: 
16204                 messed up version numbering...
16205
16206         0.4.66claws1
16207
16208         * sync with sylpheed 0.4.67cvs1-3
16209
16210 2001-05-10 [darko]
16211
16212         * src/prefs_common.c:
16213                 better UI for strftime format, double clicking
16214                 on format now inserts the format in text entry
16215                 replaced close button with standard OK/Cancel
16216                 moved date format button to the right of the
16217                 text entry field
16218
16219 2001-05-09 [alfons]
16220
16221         * src/gtkstext.c:
16222                 Ctrl-Home / Ctrl-End have proper cursor navigation
16223
16224 2001-05-09 [hoa]
16225
16226         * src/prefs_matcher.c
16227                 finished UI to define matching properties
16228                 added ok and cancel button
16229         * src/prefs_filter.c
16230                 added ok and cancel button
16231         * src/news.c
16232                 fixed some bug in xhdr parsing
16233
16234 2001-05-08 [alfons]
16235
16236         * src/textview.c: 
16237                 fixed a bug in textview_show_header(), which displayed two colons (':');
16238                 cleaned up some warnings
16239
16240 2001-05-08 [hoa]
16241
16242         * src/Makefile.am
16243                 added prefs_matcher.[ch]
16244                 compilation with -W -Wall
16245         * src/alertpanel.c
16246                 ungrab the mouse events if grabbed - does it
16247                 fix the bug for disposition notification ?
16248         * src/mainwindow.c
16249                 added a menu option to open the matching dialog.
16250         * src/matcher.[ch]
16251                 added matcherprop_to_string() and matcherlist_to_string()
16252                 fixed some bugs, changed the name of some options
16253                 age_sup and age_inf becomes age_greater and age_lower,
16254                 body and messageheaders becomes body_part and headers_part,
16255                 changed the names of constants from SCORING_XXX to MATCHING_XXX
16256         * src/prefs_display_header.c
16257         * src/prefs_headers.c
16258                 fixed a bug that accidentally destroyed dialogs
16259                 when closed them with delete_event
16260                 Added *_deleted() which handle delete_event signal correctly.
16261         * src/prefs_folder_item.[ch]
16262                 added "enable_thread" field for future customization
16263         * added src/prefs_matcher.[ch]
16264                 sample of the UI to define matching properties
16265         * src/procheader.c
16266                 using procheader_headername_equal instead of str*cmp functions
16267                 using procheader_parse_header() function
16268         * src/scoring.c
16269                 using MATCHING_XXX instead of SCORING_XXX
16270         * src/summaryview.c
16271                 display the sender of the news even if this is ourself
16272                 when this is a news message.
16273         * src/textview.c
16274                 using headername_equal() instead of str*cmp functions
16275
16276 2001-05-08 [alfons]
16277
16278         0.4.66claws
16279
16280         * sync with sylpheed 0.4.66
16281         * src/gtkstext.c: trace logs added 
16282
16283 2001-05-08 [sergey]
16284
16285         * src/prefs_common.[ch]: added option to enable/disable GnuPG
16286         signature check popup.
16287         * src/rfc2015.c (check_signature): show signature check popup only
16288         if it is enabled in preferences.
16289
16290 2001-05-07 [alfons]
16291
16292         0.4.66claws4
16293         
16294         * sync with sylpheed 0.4.66cvs6
16295
16296 2001-05-07 [darko]
16297
16298         * src/prefs_common.[ch]: added option to enable/disable
16299           looking up sender name in address book for summary pane
16300         * src/summaryview.c: look up sender in the address book
16301           by using Alfons' address completion code
16302
16303 2001-05-07 [hiroyuki]
16304
16305         * src/inc.h
16306           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
16307           member of Pop3State.
16308         * src/news.c: brought #include "defs.h" before #include <glib.h>
16309           to prevent the warning of `MIN' and `MAX' redefinition.
16310
16311 2001-05-06 [hoa]
16312
16313         * removed src/headers_display.[ch]
16314         * removed src/prefs_display_headers.[ch]
16315         * src/inc.c
16316                 use a temporary file in the user directory for mbox import
16317         * src/news.c
16318                 added XHDR support to get "To" and "Cc" headers
16319                 (in order to match news with to or cc field for
16320                 scoring)
16321                 added function news_parse_xhdr() to get XHDR response
16322         * src/nntp.[ch]
16323                 added function nntp_xhdr()
16324         * src/matcher.c
16325                 fetch the message if necessary
16326
16327 2001-05-06 [alfons]
16328
16329         0.4.66claws3
16330
16331         * sync with sylpheed 0.4.66cvs3-5
16332
16333 2001-05-06 [hoa]
16334
16335         * src/utils.[ch]
16336                 added function itos_buf() to enable use of several buffers
16337         * src/summaryview.c
16338                 use of itos_buf() instead of itos() in summary list
16339                 to fix the broken display of message number.
16340
16341 2001-05-06 [alfons]
16342
16343         * src/gtkstext.c: bug in cursor up navigation fixed,
16344                 fixed another unsigned / signed comparison (we're getting there :-)
16345
16346 2001-05-06 [hoa]
16347
16348         * src/Makefile.am
16349                 added scoring.c scoring.h
16350                 prefs_folder_item.c prefs_folder_item.h
16351                 matcher.c matcher.h
16352         * src/defs.h
16353                 added FOLDERITEM_RC SCORING_RC
16354         * src/folder.[ch]
16355                 added prefs field in FolderItem :
16356                 properties for each folder (PrefsFolderItem),
16357                 sorting type and mode were added as the first properties.
16358         * src/main.c
16359                 read config for scoring
16360         * added src/matcher.[ch]
16361                 gives functions to parse configuration file to do
16362                 matching on mails with a list of conditions.
16363         * src/mainwindow.c
16364                 add option to sort by score
16365         * src/prefs_common.[ch]
16366                 added preference option to show score and for
16367                 the score column size
16368         * added src/prefs_folder_item.[ch]
16369                 properties for each folder (PrefsFolderItem),
16370                 sorting type and mode were added as the first properties.
16371         * src/procheader.[ch]
16372                 added procheader_parse_header()
16373                 added procheader_header_free()
16374                 added procheader_headername_equal()
16375                 and made modification to use them.
16376         * src/procmsg.[ch]
16377                 added score field to MsgInfo structure
16378         * added src/scoring.[ch]
16379                 gives functions to parse configuration file to do
16380                 scoring on mails with a list of conditions.
16381         * src/summaryview.[ch]
16382                 save the sorting type and mode for the folder
16383                 added column to display the score of the mail
16384                 added function summary_score_clicked()
16385                 sorting type and mode are restored to the folder
16386                 when it is reopen
16387         * src/textview.c
16388                 use procheader_parse_header(), procheader_headername_equal()
16389                 removed memory leak in text_scan_header when freeing headers
16390         * src/filter.c
16391                 changed the function to match names of headers
16392                 using procheader_headername_equal()
16393
16394         Scoring functions are implemented, an interface is needed
16395         to configure that.
16396
16397 2001-05-04 [alfons]
16398
16399         * src/gtkstext.c: 
16400                 hopefully fixed the row up navigation bug,
16401                 removed adding back / forward lines to cache
16402
16403 2001-05-04 [sergey]
16404
16405         * src/prefs_display_headers.c: user interface changes:
16406         (prefs_display_headers_create): remove unused "Show" check button;
16407         allow reordering of headers by dragging.
16408         (prefs_display_headers_write_config): remove unused variables.
16409         (prefs_display_headers_set_dialog): do not insert "(New)" at top
16410         of lists (not needed with the new UI).
16411         (prefs_display_headers_set_list): scan lists starting from row 0,
16412         not 1 (do not skip "(New)").
16413         (prefs_display_headers_find_header): new function.
16414         (prefs_display_headers_clist_set_row): do not allow duplicates.
16415         (prefs_display_headers_delete_cb): do not skip row 0; treat
16416         closing the alert window by ESC as "No".
16417         (prefs_display_headers_up): do not protect row 0.
16418         (prefs_display_headers_down): do not protect row 0.
16419
16420 2001-05-04 [sergey]
16421
16422         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
16423         functions.
16424
16425         * src/summaryview.c
16426         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
16427         summary_select_next_marked, summary_select_prev_marked): new
16428         functions.
16429
16430 2001-05-03 [sergey]
16431
16432         * src/news.c: fixed a bug when no article can be fetched after
16433         server timeout if the connection was restored by news_post():
16434         (news_select_group): new function.
16435         (news_fetch_msg): call news_select_group() before fetching
16436         article.
16437         (news_get_uncached_articles): set session->group after successful
16438         GROUP command.
16439
16440 2001-05-03 [hoa]
16441
16442         * src/defs.h
16443         * src/procmsg.[ch]
16444         * src/procheader.c
16445                  changed version of cache, added cc field
16446
16447         * src/prefs_display_headers.c
16448                 the interface was changed
16449
16450         * src/prefs_headers.c
16451                 added cancel button
16452
16453 2001-05-03 [alfons]
16454
16455         * completed sync of sylpheed cvs2
16456         * src/gtkstext.c: updated row up / down cursor navigation
16457         * src/textview.c: re-edited, prepared for fixing the email address
16458                 scanner.
16459
16460 2001-05-03 [darko]
16461
16462         * src/prefs_common.c: use alfons' strftime ui code
16463         entry_datefmt and datefmt_sample widgets have to be
16464         global in this module because of this change
16465
16466 2001-05-03 [hoa]
16467
16468         * src/messageview.c
16469         * src/prefs_common.[ch] added option to activate the return receipt
16470                 feature.
16471
16472 2001-05-02 [alfons]
16473
16474         * src/gtkstext.c: fix for row up/down cursor navigation. 
16475
16476         0.4.66claws2
16477         
16478         * sync with 0.4.66cvs2
16479
16480 2001-05-02 [paul]
16481
16482         added add-sender-to-addressbook patch
16483
16484         * src/addressbook.c
16485         * src/addressbook.h
16486         * src/summaryview.c
16487
16488 2001-05-02 [sergey]
16489
16490         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
16491         G_ALERTDISABLE.
16492
16493         * src/alertpanel.c (alertpanel_create): new argument can_disable,
16494         all existing callers changed to pass FALSE; create a check button
16495         to disable the message.
16496         (alertpanel_message_with_disable): new function.
16497         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
16498         (alertpanel_button_toggled): new function.
16499         (alertpanel_button_clicked, alertpanel_close): set value using
16500         G_ALERT_VALUE_MASK.
16501
16502         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
16503
16504         * src/prefs_common.c (prefs_privacy_create): new check button
16505         checkbtn_gpgme_warning.
16506
16507         * src/main.c (main): moved preferences reading before gpgme
16508         initialization; check prefs_common.gpgme_warning before giving the
16509         GnuPG warning and set it to FALSE if the user wants to disable the
16510         warning.
16511
16512 2001-05-02 [hiroyuki]
16513
16514         * src/prefs_display_headers.c: modified the layout and some labels.
16515
16516 2001-05-02 [sergey]
16517
16518         * src/prefs_account.c (prefs_account_fix_size): new function.
16519         (prefs_account_create): call prefs_account_fix_size(); use
16520         gtk_widget_show instead of gtk_widget_show_all (fixes too large
16521         size when the window is shown for the first time).
16522         (prefs_account_basic_create): changed layout of serv_table; moved
16523         localmbox_entry above smtpserv_entry (logically it replaces
16524         POP3/IMAP server).
16525         (prefs_account_protocol_activated): set sensitivity of
16526         nntpauth_chkbtn according to the protocol (in addition to
16527         hide/show); commented out gtk_table_set_row_spacing() calls.
16528         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
16529         not sensitive (fixes a bug with disabled username/password boxes
16530         when editing POP3 account after NNTP with authentication).
16531
16532 2001-05-02 [hoa]
16533
16534         * src/account.c
16535         * src/inc.c
16536         * src/prefs_account.[ch]
16537         * src/send.c
16538                 removed local account without SMTP server
16539                 added option to use mail command instead of a connexion
16540                 to SMTP server when a local account is used
16541         * src/prefs_headers.c
16542                 fixed a bug
16543         * src/news.c
16544                 fixed a bug when connexion immediately closed
16545
16546 2001-05-01 [alfons]
16547
16548         0.4.66claws1
16549         
16550         * sync with 0.4.65
16551
16552 2001-05-01 [sergey]
16553
16554         * src/prefs_account.c (Basic, prefs_account_basic_create): new
16555         widget nntpauth_chkbtn.
16556         (prefs_account_protocol_activated): handle nntpauth_chkbtn
16557         visibility.
16558         (prefs_account_nntpauth_toggled): new function.
16559
16560         * src/news.c (news_session_new_for_folder): use NNTP
16561         authentication only if ac->use_nntp_auth is set.
16562
16563 2001-05-01 [hoa]
16564
16565         * src/Makefile.am changed headers.[ch] in customheader.[ch]
16566         * src/prefs_display_headers.c changed the UI
16567         * src/prefs_headers.c changed account_name to account_id
16568         * src/compose.c using customheader.h
16569
16570 2001-05-01 [hiroyuki]
16571
16572         * src/esmtp.c
16573           src/news.c
16574           src/nntp.c: changed sock_read() to sock_gets(), they've been left
16575           unsynched.
16576
16577 2001-05-01 [hoa]
16578
16579         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
16580         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
16581                 for displaying of headers
16582         * src/grouplist_dialog.[ch] minor changes to remove warnings
16583         * src/prefs_display_headers.[ch] dialog to choose the
16584         headers to display in the mail viewer.
16585         * src/headers.h correction of #define
16586         * src/headers_display.[ch] configuration for displaying of headers.
16587         * src/main.c read config of displaying of headers
16588         * src/prefs_common.c add a button to access the config dialog
16589                 for displaying of headers
16590         * src/prefs_display_headers.[ch] dialog for configuration for
16591                 displaying of the headers.
16592         * src/prefs_headers.c cleaning of code
16593         * src/procheader.c comments added to code
16594         * src/textview.c changes to reorder the headers depending
16595                 on the config for displaying of headers
16596
16597 2001-04-30 [alfons]
16598
16599         0.4.65claws7
16600
16601         * sync with 0.4.65cvs12
16602
16603         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
16604
16605 2001-04-30 [sergey]
16606
16607         * src/nntp.h (NNTPSockInfo): new field auth_failed.
16608
16609         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
16610         is set to force reconnection after authentication failure.
16611         (nntp_gen_command): set sock->auth_failed on authentication
16612         failure, or if sock->userid and sock->passwd are not set.
16613
16614         * src/news.c (news_session_new_for_folder): set userid=NULL if
16615         password dialog is cancelled.
16616
16617 2001-04-30 [sergey]
16618
16619         * src/nntp.h (NNTPSockInfo): new type.
16620
16621         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
16622         SockInfo.
16623         (nntp_open_auth, nntp_close): new functions.
16624         (nntp_gen_command): new function to handle authentication; all
16625         NNTP command functions updated to use it.
16626         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
16627         (nntp_list): removed old useless code.
16628
16629         * src/news.h (NNTPSession): new field nntp_sock.
16630
16631         * src/news.c: all functions updated to use NNTPSockInfo instead of
16632         SockInfo.
16633         (news_session_new): new arguments (userid, passwd); made static;
16634         use nntp_open_auth() if needed.
16635         (news_session_destroy): use nntp_close() instead of sock_close().
16636         (news_query_password): changed arguments.
16637         (news_session_new_for_folder): new function.
16638         (news_session_get): use news_session_new_for_folder().
16639         (news_authenticate): deleted.
16640         (news_get_uncached_articles): removed old authentication code.
16641
16642 2001-04-30 [sergey]
16643
16644         * src/news.c: reverted my previous changes (need to do NNTP
16645         authentication in a cleaner way).
16646         
16647 2001-04-29 [sergey]
16648
16649         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
16650         news_nntp_post, news_nntp_mode): new functions (wrappers with
16651         authentication support).
16652         (news_get_article_cmd, news_get_article, news_get_header): new
16653         argument "folder"; all callers changed.
16654         (news_get_article_cmd): added authentication support.
16655         (news_session_get): use news_nntp_mode() instead of nntp_mode().
16656         (news_post): use news_nntp_post() instead of nntp_post().
16657         (news_get_uncached_articles): use news_nntp_group() instead of
16658         nntp_group() and news_nntp_xover() instead of nntp_xover();
16659         removed old authentication code.
16660         (news_get_group_list): use news_nntp_list() instead of nntp_list().
16661
16662         * src/nntp.c (nntp_list): return real error code instead of
16663         hardcoded NN_ERROR.
16664
16665 2001-04-29 [sergey]
16666
16667         * configure.in: fixed wint_t typedef detection again
16668
16669 2001-04-28 [hoa]
16670
16671         * src/prefs_account.[ch], added A_LOCAL_CMD
16672                 (send mail with mail command)
16673         * src/send.c added function send_message_with_command()
16674         * src/inc.c made a more secure get_spool() function with
16675                 mktemp() but maybe mkstemp() or something more
16676                 secure can be used.
16677
16678 2001-04-28 [alfons]
16679
16680         * src/textview.c, colorization of email addresses in headers
16681
16682         0.4.65claws6
16683
16684         * bug sync with sylpheed
16685         * prefs_common.c: created date format ui for darko
16686         * sync with 0.4.65cvs11
16687         * configure.in: corrected to have the new gpg checks
16688
16689 2001-04-27 [alfons]
16690
16691         * completed sync with 0.4.65cvs10
16692         * minor debug things added to gtkstext.c
16693
16694 2001-04-27 [darko]
16695
16696         * configure.in: remove check for availability of
16697           strftime() as advised by Hiroyuki
16698         * src/prefs_common.[ch], src/procheader.c:
16699           synch strftime() code with Hiroyki's main branch
16700
16701 2001-04-26 [sergey]
16702
16703         * src/news.c: news_query_password(), news_authenticate(): new
16704           functions.
16705           news_get_uncached_articles(): added NNTP authentication
16706           handling.
16707         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
16708           new functions.
16709         * src/prefs_account.c: prefs_account_protocol_activated():
16710           enable userid and password fields for NNTP.
16711
16712 2001-04-26
16713
16714         * configure.in: check for availability of strftime()
16715           [darko]
16716         * src/prefs_common.[ch], src/procheader.c: use
16717           strftime() for displaying date in summary pane if it
16718           is available
16719
16720 2001-04-25
16721
16722         * more .cvsignore cleanups [alfons]
16723
16724 2001-04-25
16725
16726         * ac/sv-check-type.m4: new autoconf macro.
16727         * configure.in: fixed wint_t typedef detection (did not work
16728           with gcc-2.96).
16729
16730 2001-04-25
16731
16732         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
16733           [hiroyuki]
16734
16735 2001-04-24
16736         * modified gtkstext.c : buggy cursor navigation fixed, 
16737           and font descent also taken in account when drawing
16738           cursor. [alfons]
16739
16740 2001-04-24 [hoa]
16741         * added comments in src/news.c src/nntp.c
16742         * added src/prefs_headers.[ch]
16743         * added src/headers.[ch]
16744         * modified compose.c to activate custom headers
16745                 added function is_in_custom_headers
16746         * modified prefs_account.[ch]
16747                 added function prefs_account_customhdr_edit
16748         * modified src/defs.h :
16749                 added HEADERS_RC : name of the config file
16750                 for the custom headers
16751
16752 2001-04-24
16753
16754     0.4.65claws5
16755
16756         * configure.in
16757           src/gtkstext.[ch]
16758           src/compose.c
16759           src/Makefile.am
16760           
16761           added gtkstext with configure.in patch by Hiroyuki which
16762           should fix the XIM detection [alfons]
16763
16764         * more clean up of cvs [alfons]
16765
16766                  * removed all Makefile.in files to attic.
16767
16768                  * updated all .cvsignores to really ignore things that could
16769                    be unintentionally committed by a recursive commit.
16770
16771 2001-04-23 [hoa]
16772         * added src/grouplist_dialog.[ch]
16773         * changed src/folderview.c to call grouplist_dialog instead
16774                 of inputdialog
16775         * src/news.c :
16776                 added functions news_reset_group_list
16777                 and news_get_group_list
16778         * src/nntp.c :
16779                 added function nntp_list
16780         * src/defs.h :
16781                 added GROUPLIST_FILE : name of the newsgroup list cache file
16782
16783 2001-04-21
16784
16785         * added option to warn about queued messages on exit [sergey]:
16786
16787           * src/compose.c: compose_queue(): call folder_item_scan()
16788             and folderview_update_item() after queueing.
16789           * src/folderview.c: folderview_update_node(): draw the queue
16790             folder in bold font if there are queued messages.
16791           * src/mainwindow.c: queued_messages(): new function.
16792             app_exit_cb(): display warning if there are queued messages
16793             if warn_queued_on_exit is set.
16794           * prefs_common.[ch]: add warn_queued_on_exit option.
16795
16796         * enhanced GnuPG key selection support [sergey]:
16797
16798           * src/select-keys.c: updated to newer version from Win32
16799             branch with support for selecting arbitrary keys.
16800           * src/prefs_account.c: added the Privacy tab to the account
16801             options window.
16802             prefs_account_privacy_create(),
16803             prefs_account_sign_key_set_data_from_radiobtn(),
16804             prefs_account_sign_key_set_radiobtn(): new functions.
16805           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
16806           * src/rfc2015.c: set_signers(): new function.
16807             pgp_sign(): add the account parameter, call set_signers().
16808             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
16809           * src/rfc2015.h: rfc2015_sign(): updated prototype.
16810           * src/compose.c: pass the current account to rfc2015_sign().
16811
16812         * tag name claws added to prevent confusion with main branch [alfons]
16813
16814         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
16815
16816         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
16817
16818         * sync with recent sylpheed cvs. Untested though. [alfons]
16819