14f699e19fd2b9605aa556eb47289c1bb142903b
[claws.git] / ChangeLog.claws
1 2003-06-19 [alfons] 0.9.0claws51
2
3         * src/common/log.c
4         * src/common/plugin.c
5                 move defs.h before glib.h to prevent MIN/MAX redefs
6
7 2003-06-19 [alfons]
8
9         * src/addressbook.c
10                 translatable
11
12 2003-06-19 [match]      0.9.0claws50
13
14         * src/addressbook.[ch]
15         * src/addrindex.[ch]
16         * src/addr_compl.[ch]
17         * src/editldap.[ch]
18         * src/editldap_basedn.[ch]
19         * src/addritem.[ch]
20         * src/ldapquery.h
21                 re-implemented dynamic LDAP search. works without
22                 slowdown on display sender with addressbook
23                 option.
24         * src/addrbook.c
25                 documented code.
26
27 2003-06-19 [paul]       0.9.0claws49
28
29         * src/compose.c
30                 fix Bug #136 'Nonprovided quotation marks crash claws'
31                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
32
33 2003-06-19 [alfons]     0.9.0claws48
34
35         * src/prefs_common.[ch]
36         * src/procmsg.c
37                 restrict threading by subject by checking thread for
38                 age (prefs_common.thread_by_subject_max_age)
39
40 2003-06-18 [christoph]  0.9.0claws47
41
42         * src/imap.c
43                 fix memory leak in imap_cmd_fetch()
44
45 2003-06-18 [christoph]  0.9.0claws46
46
47         * src/prefs_gtk.c
48                 fix memory leak in prefs_set_default() when used multiple
49                 times or after prefs have been read
50
51 2003-06-18 [christoph]  0.9.0claws45
52
53         * src/common/plugin.c
54                 fix memory leak in plugin_unload()
55
56 2003-06-18 [christoph]  0.9.0claws44
57
58         * src/imap.c
59                 fix memory leak in imap_cmd_ok()
60
61 2003-06-18 [christoph]  0.9.0claws43
62
63         * src/folder.c
64                 stop messages that are downloaded from POP3 and added to
65                 an IMAP inbox from being filtered twice (first by POP3
66                 and again when IMAP folder is scaned to get the UID of
67                 the APPEND operation when no UIDPLUS is available)
68
69 2003-06-18 [alfons]
70
71         * tools/Makefile.am
72                 phoenix <- firebird     
73
74 2003-06-18 [paul]
75
76         * tools/launch_phoenix          ** REMOVED **
77           tools/launch_firebird         ** NEW **
78                 renamed and edited to reflect the browser's name change from
79                 'phoenix' to 'firebird'
80
81 2003-06-18 [paul]       0.9.0claws42
82
83         * sync with 0.9.2cvs2
84                 see ChangeLog 2003-06-16
85
86 2003-06-17 [alfons]     0.9.0claws41
87
88         * src/procmsg.c
89                 prevent threading problems when a node is an ancestor (parent / great parent),
90                 which mostly happens with circular references (thanks to Phillipe Gramoullé
91                 for finding an sample set of messages)
92
93 2003-06-16 [christoph]  0.9.0claws40
94
95         * src/main.c
96                 don't popup main window on --receive or --receive-all
97
98         * src/mainwindow.[ch]
99         * src/plugins/trayicon/trayicon.c
100                 allow hiding of main window by clicking on the trayicon
101                 (doesn't work correctly in seperate window mode and may
102                  cause unexpected GTK problems I couldn't find yet)
103
104         * src/common/ssl.c
105                 remove incorrect warning
106
107 2003-06-15 [alfons]     0.9.0claws39
108
109         * src/gtk/gtkstext.c
110                 don't output debug text;
111                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
112                 for pointing this out);
113
114 2003-06-14 [alfons]     0.9.0claws38
115         
116         * src/messageview.c
117                 remove printf() and make one if..else comply with coding style
118
119 2003-06-14 [alfons]     0.9.0claws37
120
121         * AUTHORS
122                 add Martin Wicke
123         * src/action.c
124         * src/messageview.[ch]
125         * src/summaryview.c
126                 apply patch #754162 "Quoting messages filtered by actions" submitted
127                 by Martin Wicke, which allows quoting message body changed by an
128                 action (Thanks!).
129
130 2003-06-13 [alfons]     0.9.0claws36
131
132         * src/utils.c
133                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
134                 use case insensitive regexp (suggested by Ivan Martinez)
135
136 2003-06-13 [christoph]  0.9.0claws35
137
138         * configure.ac
139         * src/plugins/trayicon/Makefile.am
140         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
141         * src/plugins/trayicon/trayicon.c
142         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
143         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
144         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
145         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
146         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
147         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
148                 replace my own EggTrayIcon backport with the backport
149                 used by (l|x)mule and gabber.
150
151 2003-06-13 [alfons]     0.9.0claws34
152
153         * AUTHORS
154         * src/common/utils.c
155                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
156
157 2003-06-13 [alfons]     0.9.0claws33
158
159         * src/compose.c
160                 clean up a little bit
161
162 2003-06-12 [alfons]     0.9.0claws32
163
164         * src/compose.c
165                 const correctness fix
166
167         * src/common/sylpheed.[ch]
168                 () -> (void)
169                 prevent redef MIN/MAX
170                 
171         * src/common/utils.[ch]
172                 () -> (void)
173
174 2003-06-12 [melvin]     0.9.0claws31
175
176         * src/compose.c
177                 Updated to take into accounts changes in GtkAspell.
178
179 2003-06-12 [alfons]     0.9.0claws30
180
181         * src/compose.c
182         * src/procmsg.c
183         * src/common/utils.[ch]
184                 handle reply subject prefixes better (initial 
185                 suggestion by Robert Story adapted and enhanced 
186                 using regexps)
187
188 2003-06-12 [melvin]     0.9.0claws29
189
190         * src/compose.c
191                 Use new gtkaspell_checkers_strerror() to get the speller's
192                 error message instead of accessing the (now private)
193                 checkers structure.
194                 Minor code clean up
195
196         * src/main.c
197                 Use #ifdef instead of #if for USE_ASPELL
198                 Use the new spell checkers init/quit functions 
199
200         * src/gtk/gtkaspell.c
201                 Use #ifdef instead of #if for USE_ASPELL
202                 Moved in the majority of GtkAspell structures that were
203                 exported before by gtkaspell.h
204         
205         * src/gtk/gktaspell.h
206                 Made gtkaspell.h contain only the necessary data to be
207                 publicized by moving many structures to gtkaspell.c.
208                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
209                 gtkaspell_checkers_new(): replaced by...
210                 gtkaspell_checkers_init(): new function for initialization
211                 gtkaspell_checkers_delete(): replaced by...
212                 gtkaspell_checkers_quit(): new function
213                 gtkaspell_checkers_strerror(): new function that returns
214                 the checker's last error message.
215                 
216 2003-06-11 [melvin]     0.9.0claws28
217
218         * po/POTFILES.in
219                 Updated to take into account gtkaspell.c migration to
220                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
221
222 2003-06-10 [alfons]     0.9.0claws27
223
224         * src/filtering.[ch]
225         * src/folder.c
226         * src/matcher.c
227         * src/scoring.[ch]
228                 - try fixing bug #18 (any brave testers?)
229                 - add more robustness by refusing previously 
230                   unchecked NULL pointers 
231
232 2003-06-10 [alfons]     0.9.0claws26
233
234         * src/procmsg.c
235                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
236
237 2003-06-09 [alfons]     0.9.0claws25
238
239         * src/prefs_common.c
240                 fix bug #163 "Icon switching doesnt work properly" by 
241                 preventing early freeing of prefs_common.pixmap_theme_path.
242
243 2003-06-09 [christoph]  0.9.0claws24
244
245         * src/gtk/gtkaspell.c
246                 revert Thorsten's fix and add forgotten g_strdup for
247                 aspell path (it should not be possible to alter the path a
248                 GtkASpell uses from outside)
249
250 2003-06-09 [thorsten]   0.9.0claws23
251
252         * src/gtk/gtkaspell.c
253                 dont free prefs_common.aspell_path when closing compose
254
255 2003-06-08 [colin]      0.9.0claws22
256
257         * src/plugins/spamassassin/spamassassin.c
258                 fix prefs types
259
260 2003-06-07 [christoph]  0.9.0claws21
261
262         * src/Makefile.am
263         * src/compose.c
264         * src/gtkaspell.[ch]            ** REMOVE **
265         * src/gtk/Makefile.am
266         * src/gtk/gtkaspell.[ch]        ** NEW **
267                 o make gtkaspell independent from sylpheed's prefs
268                 o move gtkaspell.[ch] to gtk directory
269
270 2003-06-07 [christoph]  0.9.0claws20
271
272         * src/Makefile.am
273         * src/crash.c
274         * src/export.c
275         * src/filesel.[ch]              ** REMOVE **
276         * src/folder.c
277         * src/main.[ch]
278         * src/common/sylpheed.[ch]
279         * src/gtk/Makefile.am
280         * src/gtk/filesel.[ch]          ** NEW **
281         * src/gtk/pluginwindow.c
282         * src/gtk/sslcertwindow.c
283                 move filesel.[ch] to gtk directory
284
285 2003-06-07 [alfons]     0.9.0claws19
286
287         * src/filesel.c
288                 make (multi) file selection dialog work again (Claws-only)
289
290 2003-06-07 [thorsten]   0.9.0claws18
291
292         * po/de.po
293                 fix typos
294
295 2003-06-07 [alfons]     0.9.0claws17
296
297         * configure.ac
298         * src/mimeview.c
299                 detect apache mishap in which case don't include fnmatch.h
300                 if regex.h is already included
301
302 2003-06-06 [christoph]  0.9.0claws16
303
304         * configure.ac
305         * src/mimeview.h
306                 add check for fnmatch.h and include it when available
307
308         * src/mimeview.[ch]
309                 fix wrong case sensitivity of Content-Types
310
311         * src/gtk/Makefile.am
312                 need the same include paths in gtk directory as in
313                 common directory because .h files in common can
314                 include files from these directories, when included
315                 in gtk's .h or .c files
316
317 2003-06-06 [alfons]     0.9.0claws15
318
319         * src/mimeview.c
320         * src/summaryview.c
321                 make it compile again because of regex.h / fnmatch.h 
322                 include problems (related to recent mime stuff, can
323                 someone check this?)
324
325 2003-06-06 [thorsten]   0.9.0claws14
326
327         * src/folderview.c
328                 possible use of uninitialized pointer while dragging
329
330 2003-06-06 [paul]       0.9.0claws13
331
332         * src/compose.c
333                 fix bug where the insert sig button would be effective
334                 only when auto_sig was set
335
336 2003-06-06 [paul]       0.9.0claws12
337
338         * sync with 0.9.2 release
339
340 2003-06-02 [paul]       0.9.0claws11
341
342         * sync with 0.9.1cvs1
343                 see ChangeLog 2003-06-02
344                 
345         * po/de.po
346                 update by Jens
347
348 2003-06-01 [christoph]  0.9.0claws10
349
350         * src/account.c
351                 don't use substring search to find accounts by email address
352
353         (closes Bug 169 Overly loose matching of "From" address)
354
355 2003-05-31 [christoph]  0.9.0claws9
356
357         * doc-src/rfc2683.txt
358         * src/imap.c
359                 limit IMAP command length as recommended in RFC2683
360                 (message number lists will be split into multiple imap
361                 sets, the limit of 1000 octets is not a hard limit)
362
363         (closes Bug 161 sylpheed-claws exits with segfault when logging
364          in to certain imap-servers)
365
366 2003-05-29 [alfons]     0.9.0claws8
367
368         * src/toolbar.[ch]
369                 add print button (calling summary_print());
370                 fine tune setting tooltip text;
371                 (if someone needs other buttons, please take these 
372                 commits as a guide, instead of bothering us - also
373                 see 0.8.11claws150) 
374
375 2003-05-29 [darko]      0.9.0claws7
376
377         * src/compose.c
378                 fix crash when word wrapping kicks in due to
379                 changed text by spell checker
380
381 2003-05-29 [paul]       0.9.0claws6
382
383         * src/compose.c
384                 fix bug where changing account would insert
385                 sig even if auto_sig was FALSE
386                 
387         * ChangeLog
388           ChangeLog.jp
389           INSTALL
390                 sync with 0.9.1 release
391
392 2003-05-28 [christoph]  0.9.0claws5
393
394         * src/imap.c
395                 fix truncation of too long commands
396
397         (closes Bug 167 IMAP hangs trying to get envelope
398          information in imap_get_uncached_messages)
399
400 2003-05-27 [paul]       0.9.0claws4
401
402         * tools/Makefile.am
403           tools/maildir2sylpheed.pl     ** NEW FILE **
404                 add kmail to sylpheed mailbox conversion script
405
406 2003-05-27 [paul]       0.9.0claws3
407
408         * sync with 0.9.0cvs10
409                 see ChangeLog 2003-05-26
410
411 2003-05-26 [paul]       0.9.0claws2
412
413         * sync with 0.9.0cvs9
414                 see ChangeLog 2003-05-26
415
416 2003-05-24 [paul]       0.9.0claws1
417
418         * sync with 0.9.0cvs8
419                 see ChangeLog 2003-05-23
420
421 2003-05-24 [paul]       0.9.0claws
422
423         * version 0.9.0claws released
424
425 2003-05-24 [paul]       0.8.11claws177
426
427         * src/plugins/dillo-viewer/Makefile.am
428           src/plugins/traycon/Makefile.am
429                 add missing files
430                 
431         * po/bg.po
432           po/en_GB.po
433           po/es.po
434           po/it.po
435           po/pt_BR.po
436           po/ru.po
437           po/sr.po
438                 update Bulgarian, British English, Spanish, Italian, 
439                 Brazilian Portuguese, Russian, and Serbian translations, 
440                 submitted by George Danchev, [me], Ricardo Mones Lastra,
441                 André Filipe de Assunção e Brito, Alessandro Maestri, 
442                 Ruslan N. Balkin, and Urke MMI
443
444 2003-05-23 [melvin]     0.8.11claws176
445
446         * po/fr.po
447                 Updated French translations
448
449 2003-05-22 [paul]       0.8.11claws175
450
451         * src/Makefile.am
452           src/addrbook.[ch]
453           src/addrcache.[ch]
454           src/addr_compl.[ch]
455           src/adressbook.[ch]
456           src/addrindex.[ch]
457           src/addritem.[ch]
458           src/editaddress.c
459           src/editgroup.c
460           src/editldap_basedn.c
461           src/editldap.c
462           src/jpilot.c
463           src/vcard.c
464                 revert to get ldap into it previous working state
465                 
466         * po/zh_TW.Big5.po
467                 new Taiwanese translation,
468                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
469
470 2003-05-22 [christoph]  0.8.11claws174
471
472         * src/plugins/spamassassin/libspamc.[ch]
473                 sync libspamc with SpamAssaain release 2.55
474
475 2003-05-22 [paul]       0.8.11claws173
476
477         * sync with 0.9.0cvs7
478                 see ChangeLog 2003-05-22
479                 
480         * src/summaryview.c
481                 revert change in 0.8.11claws172: follow
482                 Hiroyuki's decision and that's the end of it.
483
484 2003-05-21 [paul]       0.8.11claws172
485
486         * src/summaryview.c
487                 fix discrepency between open_unread_on_enter
488                 and always_show_msg
489
490 2003-05-21 [paul]       0.8.11claws171
491
492         * sync with 0.9.0cvs6
493                 see ChangeLog 2003-05-21
494
495 2003-05-21 [paul]       0.8.11claws170
496
497         * sync with 0.9.0cvs5
498                 see ChangeLog 2003-05-21
499
500 2003-05-20 [paul]       0.8.11claws169
501
502         * sync with 0.9.0cvs4
503                 see ChangeLog 2003-05-20
504                 fixes bug #152, 'encoding of IMAP folders names'
505
506 2003-05-20 [paul]       0.8.11claws168
507
508         * sync with 0.9.0cvs3
509                 see ChangeLog 2003-05-20
510                 
511         * src/tools/convert_mbox.pl
512                 minor change in the comments, submitted by Fred Marton
513
514 2003-05-19 [paul]       0.8.11claws167
515
516         * src/plugins/clamav/Makefile.am
517           configure.ac
518                 link clamav_lib to the plugin and not to the main program
519
520 2003-05-19 [christoph]
521
522         * src/Makefile.am
523                 add -export-dynamic for linking
524
525 2003-05-19 [paul]       0.8.11claws166
526
527         * sync with 0.9.0cvs1
528                 see ChangeLog 2003-05-19
529
530 2003-05-19 [paul]       0.8.11claws165
531
532         * src/inc.c
533                 fix 'pop before smtp' timeout
534
535 2003-05-18 [alfons]     0.8.11claws164
536
537         * src/prefs_matcher.c
538                 put "execute" action command line ("expression") in edit box
539
540 2003-05-18 [christoph]  0.8.11claws163
541
542         * src/mimeview.[ch]
543         * src/plugins/dillo_viewer/dillo_viewer.c
544         * src/plugins/image_viewer/viewer.c
545         * src/plugins/mathml_viewer/mathml_viewer.c
546                 let a viewer have a list of Content-Types
547
548 2003-05-18 [paul]       0.8.11claws162
549
550         * src/prefs_filtering.c
551                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
552                 and REDIRECT actions
553
554 2003-05-17 [christoph]
555
556         * README.claws
557                 o remove dynamic signatures that was syned with main
558                 o add infos about no longer "build in" image viewer
559                 o update bugtracker URL
560
561 2003-05-17 [christoph]  0.8.11claws161
562
563         * src/folder.c
564         * src/folderview.c
565         * src/imap.c
566                 don't use imap_scan_folder anymore. Instead call folder_item_scan
567                 for every folder after rebuilding the folder tree.
568
569         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
570          messages)
571
572 2003-05-17 [christoph]  0.8.11claws160
573
574         * src/imap.c
575                 don't use STATUS command on current folder to check for
576                 content changes. imap_cmd_ok() now tracks changes to
577                 folder and number of existing messages.
578
579 2003-05-17 [paul]       0.8.11claws159
580
581         * src/plugins/clamav/clamav_plugin.c
582                 remove unnecessary debug_print
583
584 2003-05-16 [thorsten]   0.8.11claws158
585
586         * src/plugins/demo.c
587                 included missing intl.h
588
589 2003-05-16 [paul]       0.8.11claws157
590
591         * po/POTFILES.in
592                 remove non-existant entries
593         
594         * src/plugins/clamav/clamav_plugin.c
595           src/plugins/clamav/clamav_plugin_gtk.c
596           src/plugins/dillo_viewer/dillo_prefs.c
597           src/plugins/dillo_viewer/dillo_viewer.c
598                 gettextise
599
600 2003-05-16 [christoph]  0.8.11claws156
601
602         * po/POTFILES.in
603                 include plugin .c files for translation until I
604                 find a better solution to have plugins have their
605                 own textdomain
606         * src/plugins/demo/demo.c
607         * src/plugins/image_viewer/plugin.c
608         * src/plugins/mathml_viewer/mathml_viewer.c
609         * src/plugins/spamassassin/spamassassin.c
610         * src/plugins/spamassassin/spamassassin_gtk.c
611         * src/plugins/trayicon/trayicon.c
612                 add gettext macros for plugin name and description
613
614 2003-05-16 [paul]
615
616         * sync with 0.9.0
617
618 2003-05-16 [paul]       0.8.11claws155
619
620         * sync with lastest 0.9.0pre1
621                 see ChangeLog 2003-05-16
622
623 2003-05-15 [paul]       0.8.11claws154
624
625         * sync with latest 0.9.0pre1
626                 see ChangeLog 2003-05-14 and 2003-05-15
627
628 2003-05-14 [christoph]  0.8.11claws153
629
630         * src/plugins/image_viewer/viewer.c
631         * src/plugins/image_viewer/viewer.glade         ** NEW **
632         * src/plugins/image_viewer/viewerprefs.c
633                 make it possible to disable the autoload function in the
634                 imageviewer again
635
636 2003-05-14 [christoph]  0.8.11claws152
637
638         * src/folder.c
639                 fix folder update after adding a message
640
641 2003-05-13 [alfons]     0.8.11claws151
642
643         * src/common/session.c
644                 remove debug traces
645                 
646         * src/addrcache.[ch]
647         * src/filtering.[ch]
648         * src/folder.[c]
649         * src/gtkaspell.[ch]
650         * src/imap.[ch]
651         * src/mbox_folder.[ch]
652         * src/mh.[ch]
653         * src/mimeview.h
654         * src/msgcache.[ch]
655         * src/news.[ch]
656         * src/passphrase.[ch]
657         * src/prefs_common.[ch]
658         * src/prefs_gtk.[ch]
659         * src/procmsg.c
660         * src/scoring.[ch]
661                 be pedantic; (in prototypes () implies (int))
662
663 2003-05-13 [alfons]     0.8.11claws150
664
665         * src/prefs_toolbar.[ch]
666         * src/summaryview.[ch]
667         * src/toolbar.[ch]
668                 change misleading text in toolbar prefs;
669                 add toolbar action for ignore thread (toggles ignore thread flag);
670                 clean up a little bit;
671
672 2003-05-12 [paul]
673
674         * tools/convert_mbox.pl
675                 bug fixed by Fred Marton
676
677 2003-05-12 [paul]
678
679         * sync with 0.9.0pre1
680
681 2003-05-09 [paul]       0.8.11claws149
682
683         * sync with 0.8.11cvs43
684                 see ChangeLog 2003-05-09
685
686 2003-05-08 [christoph]  0.8.11claws148
687
688         * src/imap.[ch]
689                 o use CAPABILIY as first command and check for PREAUTH
690                   information in the response to it
691                 o rewrite all imap_cmd_* functions to use an IMAPSession
692                   instead of a SockInfo as parameter
693                 o do STARTTLS after fetching and checking the server
694                   capabilities
695
696 2003-05-08 [paul]       0.8.11claws147
697
698         * tools/Makefile.am
699           tools/README
700           tools/convert_mbox.pl         ** NEW FILE **
701                 add mbox conversion script. Submitted by 
702                 Fred Marton <Fred.Marton@uni-bayreuth.de>
703
704 2003-05-07 [christoph]
705
706         * doc-src/glade.txt
707         * src/gtk/pluginwindow.glade
708         * src/plugins/image_viewer/viewerprefs.glade
709         * src/plugins/spamassassin/spamassassin_gtk.glade
710                 add glade files for user interfaces and a description how
711                 to use glade to create the sylpheed code
712
713 2003-05-07 [paul]       0.8.11claws146
714
715         * sync with 0.8.11cvs41
716                 see ChangeLog 2003-05-07
717
718 2003-05-06 [christoph]  0.8.11claws145
719
720         * src/main.c
721         * src/plugins/image_viewer/viewer.c
722                 fix usage of imlib in imageviewer plugin
723
724         * src/gtk/prefswindow.c
725                 handle window close event correctly
726
727 2003-05-06 [paul]       0.8.11claws144
728
729         * src/common/ssl.c
730                 fix typo introduced in sync
731
732 2003-05-06 [paul]       0.8.11claws143
733
734         * sync with 0.8.11cvs39
735                 see ChangeLog 2003-05-06
736
737 2003-05-06 [paul]       0.8.11claws142
738
739         * AUTHORS
740           po/cs.po
741                 updated Czech translation, submitted by 
742                 Radek Vybiral <Radek.Vybiral@vsb.cz>
743                 
744         * src/plugins/clamav/clamav_plugin_gtk.c
745                 clean up
746
747 2003-05-03 [alfons]     0.8.11claws141
748
749         * src/compose.[ch]
750                 make paste as quotation work even when the call to 
751                 text_inserted() was deferred (fixes bug #140 "Paste 
752                 as quotation does not work when using "external" 
753                 clipboard")
754
755 2003-05-03 [thorsten]   0.8.11claws140
756
757         * src/addrquery.h
758           src/ldapquery.h
759           src/mainwindow.c
760                 removed C++ comments
761         * src/addr_compl.c
762                 function with non-int retval/param used before
763                 implementation/declaration
764
765 2003-05-02 [paul]       0.8.11claws139
766
767         * src/addr_compl.[ch]
768           src/addressbook.[ch]
769           src/addrindex.c
770           src/summaryview.c
771                 revert match's changes to (finally) remove the bug where
772                 opening a folder causes massive slowdown when using the 
773                 'Display sender using address book' option
774
775 2003-05-01 [melvin]     0.8.11claws138
776
777         * src/plugins/dillo_viewer/dillo_prefs.[ch]
778         * src/plugins/dillo_viewer/dillo_viewer.c
779                 Fixed bug where "Cancel" button from prefs issued
780                 warnings.
781                 Comply a little more to coding style
782
783 2003-05-01 [paul]       0.8.11claws137
784
785         * sync with 0.8.11cvs38
786                 see ChangeLog 2003-05-01
787
788 2003-05-01 [paul]       0.8.11claws136
789
790         * po/bg.po
791                 updated by George Danchev
792
793 2003-04-30 [christoph]  0.8.11claws135
794
795         * src/plugins/dillo_viewer/dillo_prefs.c
796         * src/plugins/image_viewer/viewerprefs.c
797         * src/plugins/spamassassin/spamassassin_gtk.c
798                 remove gtk_widget_ref() calls for widgets in
799                 glade code
800
801 2003-04-30 [paul]       0.8.11claws134
802
803         * src/addrindex.c
804                 ok, this time a better fix for the bug where opening folder
805                 has massive slowdown when using the 'Display sender using 
806                 address book' option
807
808 2003-04-30 [paul]       0.8.11claws133
809
810         * src/addrindex.c
811                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
812         
813 2003-04-30 [melvin]     0.8.11claws132
814
815         New: Dillo plugin preferences (patch by Dimitar Haralanov)
816
817         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
818                 Preferences for the dillo plugin
819         * src/plugins/dillo_viewer/dillo_viewer.c
820                 Support for preferences
821         * src/plugins/dillo_viewer/Makefile.am
822                 Added dillo_prefs.[ch]
823
824 2003-04-30 [alfons]     0.8.11claws131
825
826         * src/common/plugin.[ch]
827                 see? this ANSI C'fication immediately gives us type
828                 checking for free.
829
830 2003-04-30 [alfons]     0.8.11claws130
831
832         * src/common/plugin.[ch]
833         * src/plugins/clamav/clamav_plugin.[ch]
834         * src/plugins/clamav/clamav_plugin_gtk.c
835         * src/plugins/demo/demo.c
836         * src/plugins/dillo_viewer/dillo_viewer.c
837         * src/plugins/image_viewer/plugin.c
838         * src/plugins/image_viewer/viewer.[ch]
839         * src/plugins/image_viewer/viewerprefs.[ch]
840         * src/plugins/mathml_viewer/mathml_viewer.c
841         * src/plugins/spamassassin/spamassassin.[ch]
842         * src/plugins/spamassassin/spamassassin_gtk.c
843         * src/plugins/trayicon/trayicon.c
844                 clean up
845
846 2003-04-30 [alfons]     0.8.11claws129
847
848         * src/common/utils.c
849                 make is_ascii_str() fail gracefully when NULL pointer
850                 is passed
851
852 2003-04-30 [paul]       0.8.11claws128
853
854         * src/addrindex.c
855                 fix bug where opening folder has massive slowdown when
856                 using the 'Display sender using address book' option
857
858 2003-04-30 [paul]       0.8.11claws127
859
860         * src/plugins/clamav/clamav_plugin.c
861           src/plugins/clamav/clamav_plugin_gtk.c
862           src/plugins/demo/demo.c
863           src/plugins/dillo_viewer/dillo_viewer.c
864           src/plugins/image_viewer/plugin.c
865           src/plugins/mathml_viewer/mathml_viewer.c
866           src/plugins/spamassassin/spamassassin.c
867           src/plugins/spamassassin/spamassassin_gtk.c
868           src/plugins/trayicon/trayicon.c
869                 get rid of eye-hurting function signatures
870
871 2003-04-30 [paul]       0.8.11claws126
872
873         * src/plugins/trayicon/trayicon.c
874                 add description
875                 
876         * src/mimeview.c
877                 be more descriptive
878
879 2003-04-30 [paul]       0.8.11claws125
880
881         * configure.ac
882                 arrange the plugins in reverse alphabetical order
883                 
884         * src/plugins/clamav/clamav_plugin.[ch]
885           src/plugins/clamav/clamav_plugin_gtk.c
886                 rename some params
887                 resize max_size window
888                 re-arrange the order of some gui elements
889                 improve descriptions
890         
891         * src/plugins/image_viewer/plugin.c
892           src/plugins/mathml_viewer/mathml_viewer.c
893                 add descriptions
894                 
895         * src/plugins/spamassassin/spamassassin_gtk.c
896                 resize max_size window
897                 re-arrange the order of some gui elements
898                 
899         * src/messageview.c
900           src/mimeview.c
901                 correct typos
902
903 2003-04-30 [alfons]     0.8.11claws124
904
905         * src/imap.c
906                 fix a leak found while browsing Martin Kluge's 
907                 valgrind log (Claws only)
908
909 2003-04-29 [darko]      0.8.11claws123
910
911         * src/gtk/gtkstext.h
912                 include wchar.h if it is available, fixes compilation
913                 on HP-UX systems
914
915 2003-04-29 [melvin]     0.8.11claws122
916
917         * src/prefs_actions.c
918                 Improved help text of Actions' syntax
919
920 2003-04-28 [paul]       0.8.11claws121
921
922         * src/action.c
923                 a better fix for the crash when performing an action
924                 on a mime part
925
926 2003-04-28 [paul]       0.8.11claws120
927
928         * src/action.c
929                 fix crash when performing an action on a
930                 mime part
931
932 2003-04-28 [paul]       0.8.11claws119
933
934         * sync with 0.8.11cvs36
935                 see ChangeLog 2003-04-28
936
937 2003-04-27 [paul]       0.8.11claws118
938
939         * more sync with 0.8.11cvs35
940                 see ChangeLog 2003-04-25
941
942 2003-04-26 [christoph]  0.8.11claws117
943
944         * src/folder.c
945                 fix remove virtual check
946
947 2003-04-26 [paul]       0.8.11claws116
948
949         * src/messageview.c
950                 fix return-receipt, make it work again
951
952 2003-04-26 [paul]       0.8.11claws115
953
954         * src/mimeview.c
955                 restore double-clicking of the [application/pgp-signature 
956                 (Select "Check signature" to check)] line in the message view,
957                 broken in recent sync
958
959 2003-04-26 [christoph]  0.8.11claws114
960
961         * src/folder.c
962                 check if remove virtual really exists before
963                 calling the function
964
965 2003-04-25 [match]      0.8.11claws113
966
967         * src/addrindex.c
968         * src/addrbook.c
969         * src/ldapquery.[ch]
970         * src/ldapctrl.[ch]
971                 fix memleak.
972         * src/ldapserver.[ch]
973                 fix memleak. fix segfault.
974                 plug a Claws memleak
975
976 2003-04-25 [alfons]     0.8.11claws112
977
978         * src/folder.c
979                 plug a Claws memleak
980
981 2003-04-25 [alfons]     0.8.11claws111
982
983         * src/common/session.c
984                 plug a memleak
985
986 2003-04-25 [paul]       0.8.11claws110
987
988         * sync with 0.8.11cvs35
989                 see ChangeLog 2003-04-24 and 2003-04-25
990                 
991         * src/gtk/pluginwindow.c
992                 correct another strange float value
993
994 2003-04-24 [christoph]  0.8.11claws109
995
996         * src/folder.c
997                 freeze folder item updates when unsetting new flags
998
999         * src/gtk/pluginwindow.c
1000                 correct strange float value
1001
1002 2003-04-23 [paul]       0.8.11claws108
1003
1004         * sync with 0.8.11cvs33
1005                 see ChangeLog 2003-04-23
1006
1007 2003-04-22 [paul]       0.8.11claws107
1008
1009         * src/Makefile.am
1010           src/messageview.c
1011           src/mimeview.c
1012           src/pgptext.[ch]      ** REMOVED **
1013                 remove pgptext.[ch] as its not used any more
1014
1015 2003-04-22 [paul]       0.8.11claws106
1016
1017         * sync with 0.8.11cvs31
1018                 see ChangeLog 2003-04-21 and 2003-04-22
1019
1020 2003-04-21 [alfons]     0.8.11claws105
1021
1022         * src/main.c
1023                 No access to GTK structures if we're a spawned child
1024                 (and clean up code a little bit...) Should fix #126.
1025
1026 2003-04-21 [melvin]     0.8.11claws104
1027
1028         * src/plugins/dillo_viewer/README
1029                 Improved slightly the text.
1030
1031 2003-04-21 [melvin]     0.8.11claws103
1032
1033         * src/plugins/dillo_viewer/README *** NEW ***
1034                 Added a README file for the Dillo plugin
1035
1036 2003-04-20 [paul]
1037
1038         * tools/README
1039           tools/outlook2sylpheed.pl
1040                 updated and improved by Ricardo Mones Lastra
1041
1042 2003-04-18 [oliver]     0.8.11claws102
1043
1044         * src/inc.c 
1045         * src/prefs_account.h
1046                 remove Pop3SessionType (used by selective download)
1047         * src/prefs_toolbar.c
1048                 enable set Default Toolbar button
1049
1050 2003-04-18 [paul]       0.8.11claws101
1051
1052         * sync with 0.8.11cvs29
1053                 see ChangeLog 2003-04-18
1054
1055 2003-04-17 [paul]       0.8.11claws100
1056
1057         * src/prefs_common.[ch]
1058           src/summaryview.c
1059                 remove 'Open next message on deletion' option,
1060                 as the same effect can now be achieved via the
1061                 'Always open messages in summary when selected'
1062                 option.
1063
1064 2003-04-17 [paul]       0.8.11claws99
1065
1066         * sync with 0.8.11cvs28
1067                 see ChangeLog 2003-04-17
1068
1069 2003-04-17 [christoph]  0.8.11claws98
1070
1071         * ac/spamassassin.m4
1072         * src/plugins/spamassassin/libspamc.[ch]
1073         * src/plugins/spamassassin/utils.[ch]
1074                 sync libspamc with SpamAssassin project
1075
1076 2003-04-17 [christoph]  0.8.11claws97
1077
1078         * src/common/socket.h
1079         * src/gtk/sslcertwindow.h
1080                 rename old USE_SSL to USE_OPENSSL
1081
1082 2003-04-17 [paul]       0.8.11claws96
1083
1084         * src/prefs_common.h
1085                 use gulong for P_COLOR so that it compiles/runs on
1086                 64-bit systems. Patch submitted by James Noyes
1087                 <jnoyes-claws@retrogeeks.com>
1088                 
1089         * po/de.po
1090                 updated by Jens
1091
1092 2003-04-17 [paul]       0.8.11claws95
1093
1094         * sync with 0.8.11cvs27
1095                 see ChangeLog 2003-04-16
1096
1097 2003-04-15 [paul]       0.8.11claws94
1098
1099         * src/prefs_common.[ch]
1100                 rearrange to stop the window getting too long:
1101                         move Receive dialog stuff to Receive tab
1102                         move Send dialog to Send tab
1103                         remove Dialogs frame
1104                 rename 'Open messages in summary with cursor keys' to
1105                 'Always open messages in summary when selected', as its
1106                 more appropriate
1107
1108 2003-04-15 [paul]       0.8.11claws93
1109
1110         * src/prefs_common.[ch]
1111           src/summaryview.c
1112                 add new option '/Interface/Open next message on deletion'
1113
1114 2003-04-15 [paul]       0.8.11claws92
1115
1116         * src/summaryview.[ch]
1117                 add /Mark/Lock and /Mark/Unlock to the pop-up
1118                 menu. Patch submitted by Ivan Francolin Martinez
1119                 <ivanfm@users.sourceforge.net>
1120
1121 2003-04-15 [paul]       0.8.11claws91
1122
1123         * sync with 0.8.11cvs24
1124                 see ChangeLog 2003-04-15
1125
1126 2003-04-14 [jens]       0.8.11claws90
1127
1128         * updated German translation and some corrections from
1129                 Roland Bless <bless@tm.uka.de>
1130
1131 2003-04-14 [paul]       0.8.11claws89
1132
1133         * sync with 0.8.11cvs22
1134                 see ChangeLog 2003-04-14
1135
1136 2003-04-13 [paul]       0.8.11claws88
1137
1138         * src/plugins/clamav/clamav_plugin.c
1139                 fix memory leaks
1140                 clean up
1141
1142 2003-04-12 [paul]       0.8.11claws87
1143
1144         * src/plugins/clamav/clamav_plugin.c
1145                 activate enable/disable archive scanning option
1146                 
1147         * src/plugins/clamav/.cvsignore         ** NEW FILE **
1148
1149 2003-04-12 [paul]       0.8.11claws86
1150
1151         * src/plugins/Makefile.am
1152           src/plugins/clamav/Makefile.am                ** NEW FILE **
1153           src/plugins/clamav/README                     ** NEW FILE ** 
1154           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
1155           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
1156                 add Clam AntiVirus plugin
1157
1158 2003-04-12 [paul]       0.8.11claws85
1159
1160         * sync with 0.8.11cvs21
1161                 see ChangeLog 2003-04-11
1162
1163 2003-04-11 [paul]       0.8.11claws84
1164
1165         * po/es.po
1166                 update Spanish translation. Submitted by Ricardo
1167                 Mones Lastra.
1168
1169 2003-04-10 [christoph]  0.8.11claws83
1170
1171         * src/mbox.c
1172                 fix typo that did not move unfiltered mails to destination
1173                 folder
1174
1175         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
1176          when filtering from spool)
1177
1178 2003-04-10 [christoph]  0.8.11claws82
1179
1180         * src/imap.c
1181                 use BODY.PEEK instead of BODY in in message fetch operation
1182                 to make sure the IMAP server does not set the \Seen flag for
1183                 messages. Sylpheed does that later itself, when the message
1184                 is opened in sylpheed
1185
1186         (closes Bug 111 Claws destroys unread marks)
1187
1188 2003-04-09 [oliver]     0.8.11claws81
1189         
1190         * src/folder.c
1191                 fix crash in folder_destroy
1192         * README.claws
1193                 remove selective download
1194
1195 2003-04-09 [christoph]  0.8.11claws80
1196
1197         * src/imap.c
1198                 fix crash in imap_get_msginfo() when then fetched message
1199                 is not found
1200
1201         (closes Bug 110 Crash during mail composition)
1202
1203 2003-04-08 [christoph]  0.8.11claws79
1204
1205         * src/folder.c
1206         * src/prefs_account.c
1207                 Filter new messages that are found in an INBOX folder
1208                 when 'Filter messages on receiving' is enabled in the
1209                 Folder's AccountPrefs. This allows to use Sylpheed's
1210                 filtering engine for IMAP folders where messages are
1211                 added to the INBOX by a MTA
1212
1213 2003-04-08 [paul]       0.8.11claws78
1214
1215         * src/procmsg.h
1216                 clean up after last commit
1217
1218 2003-04-08 [paul]       0.8.11claws77
1219
1220         * sync with 0.8.11cvs20
1221                 see ChangeLog 2003-04-07 and 2003-04-08
1222
1223 2003-04-07 [christoph]  0.8.11claws76
1224
1225         * src/filtering.[ch]
1226         * src/inc.[ch]
1227         * src/mbox.c
1228         * src/procmsg.[ch]
1229                 add procmsg_msginfo_filter() to execute filtering actions
1230
1231 2003-04-06 [christoph]  0.8.11claws75
1232
1233         * src/imap.c
1234                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
1235
1236 2003-04-06 [christoph]  0.8.11claws74
1237
1238         * src/common/utils.[ch]
1239                 add g_int_compare() function for slist sorting
1240
1241         * src/imap.c
1242                 fetch all MsgInfos with one command in imap_get_msginfos()
1243                 using an imap set with a list of ranges
1244
1245         * src/news.c
1246                 use new g_int_compare() function
1247
1248 2003-04-06 [thorsten]   0.8.11claws73
1249
1250         * src/mh.c
1251                 corrected implementation of mh_folder_destroy()
1252
1253 2003-04-05 [christoph]  0.8.11claws72
1254
1255         * src/account.c
1256         * src/folder.[ch]
1257         * src/folderview.c
1258         * src/imap.c
1259         * src/inc.c
1260         * src/main.c
1261         * src/mainwindow.c
1262         * src/mbox_folder.c
1263         * src/mh.c
1264         * src/mimeview.h
1265         * src/msgcache.[ch]
1266         * src/news.c
1267         * src/procmime.h
1268         * src/procmsg.[ch]
1269         * src/setup.c
1270         * src/gtk/gtkutils.c
1271                 o rename structure field names class and new to klass and
1272                   new_msgs, to allow including files in C++
1273                 o add 'extern "C"' block to some header files
1274                 o add MsgInfoList and MsgNumberList as alias for GSList for
1275                   developers to know what type of list is expected
1276
1277         * src/plugins/image_viewer/plugin.c
1278         * src/plugins/image_viewer/viewer.[ch]
1279         * src/plugins/image_viewer/viewerprefs.[ch]
1280                 rename function names to prevent conflicts
1281
1282 2003-04-05 [paul]       0.8.11claws71
1283
1284         * sync with 0.8.11cvs18
1285                 see ChangeLog 2003-04-03 and 2003-04-04
1286
1287 2003-04-02 [christoph]  0.8.11claws70
1288
1289         * src/folder.[ch]
1290         * src/imap.[ch]
1291         * src/mbox_folder.[ch]
1292         * src/mh.[ch]
1293         * src/news.[ch]
1294                 o Make all virtual folder functions private
1295                 o remove unused folder code
1296
1297         * src/common/socket.[ch]
1298         * src/summaryview.c
1299                 fix warnings
1300
1301 2003-03-30 [alfons]     0.8.11claws69
1302
1303         * src/send_message.c
1304                 remove two debug traces and see if people still report
1305                 errors
1306
1307 2003-03-30 [alfons]     0.8.11claws68
1308
1309         * src/send_message.c
1310         * src/commons/session.c
1311                 add more debug traces
1312
1313 2003-03-30 [christoph]  0.8.11claws67
1314
1315         * src/folder.c
1316                 change processing folder name from .processing to processing
1317
1318         * src/common/ssl.c
1319                 disable SSL certificate check because it causes Xlib error
1320                 when the child process want's to open an GTK window
1321
1322 2003-03-30 [christoph]  0.8.11claws66
1323
1324         * src/folder.c
1325                 don't use default folder for processing folder item because
1326                 it can be a non local folder
1327
1328         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
1329
1330 2003-03-30 [alfons]     0.8.11claws65
1331
1332         * src/send_message.c
1333                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
1334                 to generate bad code for 'send_send_data_progressive': When
1335                 called from 'send_send_data_finished', the 'data' pointer is
1336                 cleared just before the assignment to the dialog pointer
1337
1338 2003-03-29 [christoph]  0.8.11claws64
1339
1340         * src/common/prefs.h
1341         * src/plugins/image_viewer/Makefile.am
1342         * src/plugins/image_viewer/plugin.c
1343         * src/plugins/image_viewer/viewer.[ch]
1344         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
1345                 add PrefsPage for ImageViewer
1346
1347 2003-03-28 [thorsten]   0.8.11claws63
1348
1349         * src/common/session.c
1350                 added some comments
1351
1352 2003-03-28 [paul]       0.8.11claws62
1353
1354         * sync with 0.8.11cvs16
1355                 see ChangeLog 2003-03-28
1356
1357 2003-03-28 [paul]       0.8.11claws61
1358
1359         * sync with 0.8.11cvs15
1360                 see ChangeLog 2003-03-28
1361
1362 2003-03-27 [christoph]  0.8.11claws60
1363
1364         * src/folder.c
1365         * src/imap.c
1366         * src/common/socket.[ch]
1367                 set socket state to DISCONNECTED when any operation
1368                 fails to allow reconnecting in IMAP code without
1369                 checking the return code of all calls to the command
1370                 functions
1371
1372         * src/folderview.c
1373         * src/summaryview.c
1374                 remove some more stuff that depends on specific
1375                 folder types
1376
1377 2003-03-27 [paul]       0.8.11claws59
1378
1379         * sync with 0.8.11cvs14
1380                 see ChangeLog 2003-03-27
1381                 
1382         * src/selective_download.[ch]   ** REMOVED **
1383                 really removed
1384
1385 2003-03-27 [christoph]  0.8.11claws58
1386
1387         * src/folder.c
1388                 fix handling of tmp_flags in flag copy function
1389
1390 2003-03-27 [paul]       0.8.11claws57
1391
1392         * sync with 0.8.11cvs13
1393                 see ChangeLog 2003-03-27
1394
1395 2003-03-27 [oliver]     0.8.11claws56
1396
1397         * src/maiwindow.c
1398                 remove sel_download_cb
1399
1400 2003-03-27 [oliver]     0.8.11claws55
1401         
1402         * src/inc.c
1403                 remove POP3_TOP
1404         
1405 2003-03-26 [oliver]     0.8.11claws54
1406
1407         *src/pop.h
1408                 remove POP3_TOP*
1409         * README.claws
1410                 remove selective donwload readme
1411
1412 2003-03-26 [oliver]     0.8.11claws53
1413         * src/matcher.[ch]
1414         * src/matcher_parser_parse.y 
1415         * src/pop.c 
1416         * src/prefs_account.[ch]
1417         * src/prefs_filtering.c
1418                 remove selective donwload
1419
1420 2003-03-26 [oliver]     0.8.11claws52
1421
1422         * src/inc.[ch] 
1423         * src/filtering.c 
1424         * src/mainwindow.c 
1425                 remove selective donwload
1426
1427 2003-03-26 [oliver]     0.8.11claws51
1428         
1429         * src/Makefile.am
1430         * src/selective_download.[ch]   ** REMOVE **    
1431
1432 2003-03-26 [christoph]  0.8.11claws50
1433
1434         * src/news.c
1435                 fix NEWS that got broken by a sync with sylpheed-main
1436
1437 2003-03-26 [christoph]  0.8.11claws49
1438
1439         * src/mimeview.c
1440                 fix mime type guessing when no mime type is found for a file
1441
1442 2003-03-25 [christoph]  0.8.11claws48
1443
1444         * src/mimeview.c
1445         * src/procmime.c
1446                 remove mime type guessing from mime parser and use
1447                 name based mime types in viewer lookup for mime type
1448                 application/octet-stream
1449
1450 2003-03-25 [christoph]  0.8.11claws47
1451
1452         * doc-src/readme.txt
1453         * doc-src/rfc2554.txt
1454                 add RFC about SMTP AUTH
1455
1456         * src/send_message.c
1457         * src/common/smtp.[ch]
1458                 add extra error code for authentication errors and
1459                 clear temporary password when this error occurs
1460
1461         (closes Bug 84 authentication failure while sending should
1462          prompt for password again)
1463
1464 2003-03-25 [christoph]  0.8.11claws46
1465
1466         * configure.ac
1467         * src/Makefile.am
1468         * src/imageview.[ch]                            ** REMOVE **
1469         * src/messageview.[ch]
1470         * src/mimeview.[ch]
1471         * src/prefs_common.[ch]
1472         * src/textview.c
1473         * src/plugins/Makefile.am
1474         * src/plugins/image_viewer/.cvsignore           ** NEW **
1475         * src/plugins/image_viewer/Makefile.am          ** NEW **
1476         * src/plugins/image_viewer/plugin.c             ** NEW **
1477         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
1478                 move image viewer into a plugin (building is enabled by default)
1479                 [ToDo: Prefs for resize and autoview]
1480
1481 2003-03-25 [paul]       0.8.11claws45
1482
1483         * sync with 0.8.11cvs12
1484                 see ChangeLog 2003-03-26
1485
1486 2003-03-25 [paul]       0.8.11claws44
1487
1488         * sync with 0.8.11cvs11
1489                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
1490                 
1491         Note: Selective Download is broken.
1492                 
1493 2003-03-22 [christoph]  0.8.11claws43
1494
1495         * src/folder.c
1496                 code cleanup for flags copying
1497
1498 2003-03-22 [christoph]  0.8.11claws42
1499
1500         * src/plugins/trayicon/trayicon.c
1501                 fix setting the transparent area when the window size
1502                 is forced by the system tray
1503
1504 2003-03-22 [christoph]  0.8.11claws41
1505
1506         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
1507         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
1508         * src/plugins/trayicon/newmail.xpm              ** NEW **
1509         * src/plugins/trayicon/nomail.xpm               ** NEW **
1510         * src/plugins/trayicon/trayicon.c
1511         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
1512                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
1513                 o add icon for unread mails
1514                 o set transparency for window
1515
1516 2003-03-22 [christoph]  0.8.11claws40
1517
1518         * src/news.c
1519                 init news session to prevent crash when session is closed
1520
1521 2003-03-22 [christoph]  0.8.11claws39
1522
1523         * src/imap.c
1524         * src/common/session.[ch]
1525                 Init session data to make sure we don't have invalid pointers
1526                 for read_ch and write_ch when new multi process sessions are
1527                 not used
1528
1529         * src/main.c
1530         * src/common/plugin.c
1531         * src/common/sylpheed.c
1532         * src/plugins/demo/demo.c
1533         * src/plugins/dillo_viewer/dillo_viewer.c
1534         * src/plugins/mathml_viewer/mathml_viewer.c
1535         * src/plugins/spamassassin/spamassassin.c
1536         * src/plugins/spamassassin/spamassassin_gtk.c
1537                 add plugin types to allow loading plugins at different times
1538                 (and maybe for different frontends), because it's not good to
1539                 load GTK-Plugins gefore gtk_init was called
1540
1541         * configure.ac
1542         * src/plugins/Makefile.am
1543         * src/plugins/trayicon/.cvsignore               ** NEW **
1544         * src/plugins/trayicon/Makefile.am              ** NEW **
1545         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
1546         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
1547         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
1548         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
1549         * src/plugins/trayicon/trayicon.c               ** NEW **
1550                 New Trayicon plugin that shows an icon in a systray that uses
1551                 XEMBED protocol like Gnome's systray. Icon shows if there
1552                 are new mails and a tooltip shows information about new,
1553                 unread and total messages.
1554
1555 2003-03-22 [paul]       0.8.11claws38
1556
1557         * src/common/smtp.c
1558                 fix ESMTP AUTH CRAM-MD5
1559                 [sync with main (still version 0.8.11cvs6), see
1560                  ChangeLog 2003-03-22]
1561
1562 2003-03-21 [colin]      0.8.11claws37
1563
1564         * src/send_message.c
1565                 Fix USE_SSL => USE_OPENSSL
1566
1567 2003-03-21 [colin]      0.8.11claws36
1568
1569         * src/folderview.c
1570                 Fix counts in drag and dropped subfolders
1571
1572 2003-03-21 [colin]      0.8.11claws35
1573
1574         * src/folder.c 
1575         * src/folderview.c
1576                 speed up a bit folder dnd
1577
1578 2003-03-20 [alfons]     0.8.11claws34
1579
1580         * src/main.c
1581         * src/toolbar.c
1582         * src/procmsg.c
1583                 don't send locked queue messages
1584                 (feature request "[ 705245 ] Locking message in outbox 
1585                  should prevent sending")
1586
1587 2003-03-20 [christoph]  0.8.11claws33
1588
1589         * src/folder.c
1590                 remove NEW and UNREAD flag in special folders when scanning
1591                 
1592         * src/common/smtp.c
1593                 fix ESMTP AUTH CRAM-MD5
1594
1595 2003-03-20 [paul]       0.8.11claws32
1596
1597         * src/prefs_account.c
1598                 Re-write 'Tunnel command to open connection' as
1599                 'Use command to communicate with server', and disable
1600                 it for all except IMAP accounts
1601
1602 2003-03-20 [paul]       0.8.11claws31
1603
1604         * sync with 0.8.11cvs6
1605                 see ChangeLog 2003-03-20
1606
1607 2003-03-19 [match]      0.8.11claws30
1608
1609         * src/addritem.[ch]
1610                 include documentation. minor refactoring.
1611         * src/addr_compl.[ch]
1612         * src/addrindex.[ch]
1613         * src/addresbook.[ch]
1614         * src/summaryview.c
1615                 re-enable address lookup (was disabled in
1616                 0.8.11claws20).
1617
1618 2003-03-19 [christoph]  0.8.11claws29
1619
1620         * src/procmsg.c
1621                 add temp flag handling, will make moving and copying
1622                 messages possible again
1623
1624         * src/folder.c
1625                 correct calulation of folder stats
1626
1627 2003-03-18 [match]      0.8.11claws28
1628
1629         * src/editgroup.h
1630                 remove case sensitive comparison (closes bug 80).
1631
1632 2003-03-18 [christoph]  0.8.11claws27
1633
1634         * src/imap.c
1635                 fix imap using a tunnel command
1636
1637         (closes bug 87)
1638
1639 2003-03-18 [christoph]  0.8.11claws26
1640
1641         * src/folder.[ch]
1642         * src/imap.c
1643         * src/procmsg.[ch]
1644                 rewrite flag handling for folders
1645
1646 2003-03-18 [christoph]  0.8.11claws25
1647
1648         * src/folder.c
1649         * src/procmsg.c
1650         * src/summaryview.c
1651                 unset NEW and UNREAD flags when message is ignored, to make
1652                 sure messages don't show up as unread on other IMAP clients,
1653                 because the IGNORE_THREAD flag can not be syncronized through
1654                 the IMAP folder
1655
1656 2003-03-17 [christoph]  0.8.11claws24
1657
1658         * src/imap.c
1659                 don't use recursion to fetch uids when the number of messages
1660                 does not match. Moved code into subfunction that is used
1661                 again when needed, to prevent an endless loop.
1662
1663 2003-03-17 [thorsten]   0.8.11claws23
1664
1665         * src/imageview.[ch]
1666                 export imageview_get_resized_size() (for plugins)
1667         * src/prefs_common.[ch]
1668                 added prefs_common_get() (for plugins)
1669
1670 2003-03-17 [christoph]  0.8.11claws22
1671
1672         * src/imap.c
1673                 o remove UID guessing from copy code
1674                 o support UIDPLUS extension for APPEND command
1675
1676 2003-03-17 [paul]       0.8.11claws21
1677
1678         * src/gtk/about.c
1679                 remove 'Compiled-plugins' section.
1680                 
1681         * src/plugins/dillo_viewer/dillo_viewer.c
1682                 slight change to description text
1683
1684 2003-03-16 [match]      0.8.11claws20
1685         * src/ldapserver.[ch]           ** NEW **
1686         * src/ldapctrl.[ch]             ** NEW **
1687         * src/ldapquery.[ch]            ** NEW **
1688         * src/ldaputil.[ch]             ** NEW **
1689         * src/addrcindex.[ch]           ** NEW **
1690         * src/addrquery.h               ** NEW **
1691         * src/addritem.[ch]
1692         * src/addrcache.[ch]
1693         * src/addrindex.[ch]
1694         * src/addr_compl.[ch]
1695         * src/addressbook.[ch]
1696         * src/addrbook.[ch]
1697         * src/editgroup.c
1698         * src/editaddress.c
1699         * src/editldap.c
1700         * src/editldap_basedn.c
1701         * src/vcard.c
1702         * src/jpilot.c
1703         * src/Makefile.am
1704                 included dynamic LDAP queries. improved address
1705                 completion.
1706
1707 2003-03-16 [paul]       0.8.11claws19
1708
1709         * tools/multiwebsearch.pl
1710                 fix a fatal typo
1711
1712 2003-03-16 [christoph]  0.8.11claws18
1713
1714         * src/mimeview.c
1715         * src/plugins/dillo_viewer/dillo_viewer.c
1716         * src/plugins/mathml_viewer/mathml_viewer.c
1717                 make unregistering of MimeViewerFactorys possible
1718
1719 2003-03-16 [alfons]     0.8.11claws17
1720
1721         * configure.ac
1722                 correct typo
1723
1724 2003-03-16 [melvin]     0.8.11claws16
1725
1726         * src/plugins/dillo_viewer.c
1727                 Fixed bug where it was not possible to view more than
1728                 one text/html attachment per message (bug discovered
1729                 by Christoph Hohmann).
1730
1731 2003-03-15 [melvin]     0.8.11claws15
1732
1733         * src/prefs_actions.c
1734                 Fixed compilation warnings.
1735
1736 2003-03-15 [melvin]     0.8.11claws14
1737
1738         * src/plugins/Makefile.am
1739         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
1740         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
1741         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
1742                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
1743                 newer (http://dillo.auriga.wearlab.de/).
1744
1745 2003-03-15 [christoph]  0.8.11claws13
1746
1747         * src/imap.c
1748                 don't query imap folder for attributes because we already
1749                 for them from imap_status
1750
1751         * src/mimeview.[ch]
1752                 add support for plugable MimeViewers (unloading Viewers
1753                 not yet complete)
1754
1755         * src/plugins/Makefile.am
1756         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
1757         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
1758         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
1759                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
1760                 widget from http://helm.cs.unibo.it/mml-widget/
1761
1762 2003-03-14 [christoph]  0.8.11claws12
1763
1764         * src/folder.[ch]
1765                 o error return code's should better be negative
1766                 o replace printf with debug_print
1767
1768         * src/imap.c
1769                 improve IMAP folder scan by checking UID-NEXT
1770
1771         * src/summaryview.c
1772                 remove check that are unnecessary in my opinion
1773
1774 2003-03-13 [christoph]  0.8.11claws11
1775
1776         * src/folder.[ch]
1777         * src/foldersel.c
1778         * src/folderview.c
1779         * src/imap.c
1780         * src/mbox_folder.c
1781         * src/mh.c
1782         * src/news.c
1783         * src/prefs_scoring.c
1784         * src/summaryview.c
1785                 use a common function to get a displayable name
1786                 for a FolderItem
1787
1788 2003-03-13 [paul]       0.8.11claws10
1789
1790         * tools/Makefile.am
1791           tools/README
1792           tools/multiwebsearch.conf     ** NEW FILE **
1793           tools/multiwebsearch.pl       ** NEW FILE **
1794                 add multiwebsearch Actions script
1795
1796 2003-03-13 [colin]      0.8.11claws9
1797
1798         * src/compose.c
1799                 Remove leading emtpy lines from quoted text
1800                 before quoting it
1801
1802 2003-03-13 [melvin]     0.8.11claws8
1803
1804         * src/prefs_actions.c
1805                 Fixed a memory leak
1806                 Code clean ups
1807                 Added Cancel and OK buttons
1808                 Corrected help text
1809
1810 2003-03-13 [christoph]  0.8.11claws7
1811
1812         * src/account.c
1813         * src/folder.[ch]
1814         * src/imap.c
1815         * src/mainwindow.c
1816         * src/mbox_folder.c
1817         * src/mh.c
1818         * src/news.c
1819         * src/setup.c
1820                 replace more folder type stuff with folder class stuff
1821
1822 2003-03-13 [melvin]     0.8.11claws6
1823
1824         * src/prefs_actions.c
1825                 Added new tokens:
1826                 %u: user provided argument
1827                 %h: user provided argument (hidden on input)
1828                 %s: current text selection in the message view 
1829
1830 2003-03-13 [paul]       0.8.11claws5
1831
1832         * sync with 0.8.11cvs5
1833                 see ChangeLog 2003-03-11, 2003-03-12
1834
1835 2003-03-12 [christoph]  0.8.11claws4
1836
1837         * src/folder.c
1838                 use folder class idstr when writing folderlist.xml
1839
1840         * src/folder.h
1841         * src/imap.c
1842         * src/news.c
1843                 replace folder type checks with folder class checks
1844
1845 2003-03-12 [christoph]  0.8.11claws3
1846
1847         * src/folder.[ch]
1848         * src/imap.[ch]
1849         * src/main.c
1850         * src/mbox_folder.[ch]
1851         * src/mh.[ch]
1852         * src/news.[ch]
1853                 o create a list of known folder classes in the folder system
1854                 o use folder class id strings for folder item identifiers
1855
1856 2003-03-12 [christoph]  0.8.11claws2
1857
1858         * src/imap.c
1859                 fix imap uid validity check
1860
1861 2003-03-12 [christoph]  0.8.11claws1
1862
1863         * src/account.c
1864         * src/folder.[ch]
1865         * src/foldersel.c
1866         * src/folderview.c
1867         * src/imap.c
1868         * src/mainwindow.c
1869         * src/mbox_folder.c
1870         * src/mh.c
1871         * src/news.c
1872         * src/prefs_scoring.c
1873         * src/procmsg.c
1874         * src/setup.c
1875         * src/summaryview.c
1876                 initial restructuring of folder system, seperating
1877                 folders and folder classes
1878
1879 2003-03-12 [paul]       0.8.11claws
1880
1881         0.8.11claws release
1882
1883 2003-03-12 [christoph]
1884
1885         * src/gtk/prefswindow.c
1886                 fix translation of "Page Index"
1887
1888 2003-03-12 [paul]       0.8.10claws110
1889
1890         a sync from 0.8.11cvs4 before the release
1891
1892         * src/common/utils.c
1893                 subject_compare_for_sort(): allow null strings (fixes
1894                 summary sorting).
1895
1896 2003-03-11 [paul]       0.8.10claws109
1897
1898         * po/es.po
1899                 update Spanish translation, submitted by
1900                 Ricardo Mones Lastra
1901
1902 2003-03-11 [melvin]     0.8.10claws108
1903
1904         * po/fr.po
1905                 Updated French translations
1906
1907 2003-03-11 [paul]       0.8.10claws107
1908
1909         * manual/en/Makefile.am
1910           manual/en/*.html
1911                 update English manual, add a new page
1912                 updated by Francois Barriere <fbarriere@atmel.fr>
1913                 
1914         * po/bg.po
1915           po/it.po
1916           po/sr.po
1917                 update Bulgarian, Italian, and Serbian translations
1918                 submitted by George Danchev, Alessandro Maestri, and
1919                 Urke MMI
1920
1921 2003-03-10 [paul]       0.8.10claws106
1922
1923         * src/gtk/about.c
1924           src/gtk/prefswindow.c
1925                 make some strings translatable
1926
1927 2003-03-10 [darko]      0.8.10claws105
1928
1929         * src/compose.c
1930                 code cleanup to make Hiro happy
1931
1932 2003-03-10 [paul]       0.8.10claws104
1933
1934         * sync with 0.8.11cvs2
1935                 see ChangeLog 2003-03-10
1936
1937 2003-03-09 [melvin]     0.8.10claws103
1938
1939         * src/textview.c
1940                 textview_set_font(): fix for message display in
1941                 UTF-8 locales (thanks to Sergey Vlasov).
1942                 (was unintentionnaly reverted in 0.8.6claws6)   
1943
1944 2003-03-08 [darko]      0.8.10claws102
1945
1946         * src/compose.c
1947                 fix infinite loop in wrapping as reported
1948                 by happycactus
1949                 obsoletes patch #696482
1950
1951 2003-03-08 [christoph]  0.8.10claws101
1952
1953         * src/imap.c
1954                 add workaround for IMAP servers that do not
1955                 support the "UID SEARCH UID" command
1956
1957 2003-03-07 [christoph]  0.8.10claws100
1958
1959         * src/plugins/spamassassin/spamassassin.[ch]
1960         * src/plugins/spamassassin/spamassassin_gtk.c
1961                 code cleanup
1962
1963 2003-03-07 [paul]       0.8.10claws99
1964
1965         * po/es.po
1966                 updated Spanish translation, submitted by
1967                 Ricardo Mones Lastra
1968
1969 2003-03-07 [christoph]  0.8.10claws98
1970
1971         * src/send.c
1972                 fix in 0.8.10claws94 was wrong
1973                 local delivery does not require escaping, remove escaping
1974                 code to make signatures of mails with "." lines valid
1975                 
1976                 NOTE: requires that sendmail is executed with "-i" option,
1977                       what is the default now, but has to be changed in all
1978                       exsiting accounts)
1979
1980 2003-03-07 [paul]       0.8.10claws97
1981
1982         * sync with 0.8.11 release
1983                 see ChangeLog 2003-03-07
1984
1985 2003-03-06 [paul]       0.8.10claws96
1986
1987         * src/compose.c
1988                 revert commit 0.8.10claws92
1989
1990 2003-03-06 [paul]       0.8.10claws95
1991
1992         * src/folderview.c
1993                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
1994
1995         * src/gtkaspell.c
1996                 fix bug 74, 'Crash opening editor window with pseudo-color
1997                 display'
1998                 
1999         Patches submitted by Kevin Vigor <kevin@vigor.nu>
2000
2001 2003-03-06 [christoph]  0.8.10claws94
2002
2003         * src/send.c
2004                 fix rfc2821 (4.5.2) violation in SMTP data sending,
2005                 all lines starting with a period get an extra period
2006                 inserted
2007                 (found by Simon 'corecode' Schubert)
2008
2009 2003-03-06 [paul]       0.8.10claws93
2010
2011         * src/folderview.c
2012                 if configured font can't be loaded fall back to gtk
2013                 default. (with thanks to Christoph)
2014                 
2015                 closes long-standing bug 15 'Crashes on startup'
2016
2017 2003-03-06 [paul]       0.8.10claws92
2018
2019         * src/compose.c
2020                 freeze text before autosave and thaw afterwards
2021                 fixes bug 67 'autosave make re-rediting message crazy'
2022
2023 2003-03-06 [christoph]  0.8.10claws91
2024
2025         * src/compose.c
2026                 ignore address comment in dupe check for Cc-list
2027
2028         (closes reopened bug 47 Replying to message strips name part of
2029          e-mail addresses of Cc: lines)
2030
2031 2003-03-06 [paul]       0.8.10claws90
2032
2033         * src/Makefile.am
2034                 remove reference to gtkxtext.h as its no longer in
2035                 the repository
2036
2037 2003-03-06 [paul]       0.8.10claws89
2038
2039         * sync with 0.8.10cvs25
2040                 see ChangeLog 2003-03-06
2041
2042 2003-03-06 [oliver]     0.8.10claws88
2043         
2044         * src/messageview.c
2045                 remove include
2046
2047 2003-03-06 [oliver]     0.8.10claws87
2048         
2049         * src/folderview.c 
2050                 remove changes introduced inclaws74
2051         * src/messageview.c
2052                 another attempt to sanely delete and update
2053                 messages deleted in separate messageview
2054
2055 2003-03-05 [christoph]  0.8.10claws86
2056
2057         * src/summaryview.c
2058                 check if "From" matches any account's address if
2059                 addressbook completion of addresses is disabled too
2060
2061         (closes Bug 70 "Display recipient in from" doesn't check
2062          folder's default account)
2063
2064 2003-03-05 [christoph]  0.8.10claws85
2065
2066         * src/compose.c
2067         * src/common/utils.[ch]
2068                 don't strip address comments when building Cc lists
2069
2070         (closes Bug 47 Replying to message strips name part of e-mail addresses
2071          of Cc: lines)
2072
2073         * src/folder.c
2074                 fix return value of copy function
2075
2076 2003-03-05 [christoph]  0.8.10claws84
2077
2078         * src/imap.c
2079                 don't ask imap server for non rfc822 headers
2080
2081         (closes bug 71 IMAP FETCH asks for FROM header field twice)
2082
2083         * src/imap.c
2084                 destroy session on socket error to allow reconnecting
2085
2086 2003-03-05 [christoph]  0.8.10claws83
2087
2088         * configure.ac
2089                 fix building with gnome when no prefix is set
2090
2091         (closes bug 66 Gnome directory is set to NONE)
2092
2093 2003-03-05 [paul]       0.8.10claws82
2094
2095         * sync with 0.8.10cvs23
2096                 see ChangeLog 2003-03-05
2097
2098 2003-03-04 [christoph]  0.8.10claws81
2099
2100         * src/folder.c
2101                 o fix moving and copying when folder returns 0 for new
2102                   message number
2103                 o remove some code for single message copy and move
2104                   operations and use functions for multiple messages
2105
2106         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
2107
2108         * src/news.c
2109                 remove unused include
2110
2111 2003-03-04 [paul]       0.8.10claws80
2112
2113         * src/gtk/about.c
2114                 list 'Compiled plugins'
2115
2116 2003-03-03 [christoph]  0.8.10claws79
2117
2118         * src/news.[ch]
2119                 have to multiply the percentage of the current fetch with
2120                 the percentage that it has of the total fetch operation
2121                 for correct values
2122
2123 2003-03-03 [christoph]  0.8.10claws78
2124
2125         * src/news.c
2126                 fix calculation of expected lines for progress indicator
2127
2128 2003-03-03 [christoph]  0.8.10claws77
2129
2130         * src/summaryview.c
2131         * src/common/utils.c
2132                 fix segfault when opening the root news folder
2133
2134 2003-03-03 [christoph]  0.8.10claws76
2135
2136         * src/mainwindow.[ch]
2137         * src/common/Makefile.am
2138         * src/common/progressindicator.[ch]
2139                 add UI independent progress indicator handling
2140
2141         * src/news.[ch]
2142                 use new progress indicator for message info fetching
2143
2144         * src/common/hooks.h
2145                 code cleanup
2146
2147 2003-03-03 [oliver]     0.8.10claws75
2148
2149         * src/toolbar.c
2150         * src/compose.c
2151                 removed commented code
2152
2153 2003-03-03 [oliver]     0.8.10claws74
2154
2155         * src/toolbar.[ch]
2156                 cleanups and refactoring
2157         * src/compose.[ch]
2158                 compose_reply_mode reply & forwarding interface for
2159                 toolbar buttons
2160         * src/folderview.c
2161                 act on messages marked for deletion in folderview_selected
2162                 based on prefs_common.immediate_exec since a message might 
2163                 have been deleted by messageview in a folder we are changing 
2164                 to (does anybody understand what I'm on about ?)
2165
2166 2003-03-03 [oliver]     0.8.10claws73
2167         
2168         * src/messageview.[ch]
2169                 new functions
2170                 - messageview_delete: delete message shown in messagview
2171                 - messageview_update_view: update messageview to currently 
2172                   selected summaryview message
2173                 - add separate messageview to msgview_list in order to update 
2174                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
2175         * src/summaryview.[ch]
2176                 summary_get_selection returns a list of selected msgs
2177                 in summaryview
2178         * src/mainwindow.c
2179                 toolbar reply refactoring
2180
2181 2003-03-03 [paul]       0.8.10claws72
2182
2183         * sync with 0.8.10cvs21
2184                 see ChangeLog 2003-03-03
2185
2186 2003-03-02 [christoph]  0.8.10claws71
2187
2188         * src/common/passcrypt.c
2189                 use POSIX includes
2190
2191 2003-03-02 [christoph]  0.8.10claws70
2192
2193         * configure.ac
2194         * src/prefs_account.c
2195         * src/prefs_gtk.[ch]
2196         * src/common/.cvsignore
2197         * src/common/Makefile.am
2198         * src/common/passcrypt.c                ** NEW **
2199         * src/common/passcrypt.h.in             ** NEW **
2200                 Implement password encryption in config files
2201                 using unix encrypt and setkey functions. The crypt
2202                 key can be set as a configure parameter. Old
2203                 passwords will be converted if they do not begin
2204                 with '!'
2205
2206 2003-03-02 [paul]       0.8.10claws69
2207
2208         * src/prefs_account.c
2209                 fix compile error
2210
2211 2003-03-01 [thorsten]   0.8.10claws68
2212
2213         * po/el.po
2214           po/hr.po
2215           po/it.po
2216           po/nl.po
2217           po/sr.po
2218           po/sv.po
2219                 corrected format strings
2220         * po/en_GB.po
2221                 corrected headers
2222                 (fix compile errors with GNU gettext-0.11.5)
2223
2224 2003-03-01 [oliver]     0.8.10claws67
2225
2226         * src/summaryview.c
2227                 menu callbacks call toolbar_menu_reply
2228
2229 2003-03-01 [oliver]     0.8.10claws66
2230
2231         * src/mainwindow.c
2232         * src/messageview.c
2233                 menu callbacks call toolbar_menu_reply
2234         * src/toolbar.[ch]
2235                 callbacks from menu handled by toolbar_menu_reply
2236
2237 2003-03-01 [paul]       0.8.10claws65
2238
2239         * src/addressbook.c
2240                 revert commit 0.8.10claws54 - breaks editing of
2241                 addressbook.
2242                 
2243         * po/bg.po
2244                 update Bulgarian translation, submitted by
2245                 George Danchev
2246
2247 2003-02-28 [christoph]  0.8.10claws64
2248
2249         * src/account.c
2250         * src/addressadd.c
2251         * src/compose.c
2252         * src/gtkaspell.c
2253         * src/gtkxtext.h                ** REMOVE **
2254         * src/imap.c
2255         * src/matcher.[ch]
2256         * src/mh.c
2257         * src/news.c
2258         * src/pine.c
2259         * src/prefs_common.c
2260         * src/prefs_matcher.c
2261         * src/procheader.[ch]
2262         * src/procmsg.[ch]
2263         * src/toolbar.c
2264         * src/common/ssl_certificate.c
2265         * src/gtk/colorlabel.c
2266         * src/gtk/menu.c
2267                 o fix warnings
2268                 o remove code obsoleted by new cache and folder system rework
2269
2270 2003-02-28 [oliver]     0.8.10claws63
2271         
2272         * src/toolbar.[ch]
2273                 * fix bug where reply in Messageview replied to 
2274                 Message displayed in summaryview
2275                 (reportedd via ML by chinatinte at gmx dot ch)
2276                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
2277                 didn't work in separate MessageView Toolbar
2278                 (wondering if anybody uses this at all ?)
2279         * src/summaryview.[ch]
2280                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
2281                 (generalize reply and forward code);
2282         * src/messageview.c 
2283                 remove focus_in event which updated summaryview to messageview
2284
2285 2003-02-28 [paul]       0.8.10claws62
2286
2287         * po/Makefile.in.in
2288                 add the --check option
2289                 Patch submitted by Ricardo Mones Lastra
2290
2291 2003-02-28 [paul]       0.8.10claws61
2292
2293         * src/prefs_account.c
2294                 re-order 'Signature' items
2295
2296 2003-02-28 [paul]       0.8.10claws60
2297
2298         * sync with 0.8.10cvs20
2299                 see ChangeLog 2003-02-28
2300
2301 2003-02-28 [paul]       0.8.10claws59
2302
2303         * po/POTFILES.in
2304                 update to reflect recent movement of files
2305
2306 2003-02-28 [paul]       0.8.10claws58
2307
2308         * sync with 0.8.10cvs19
2309                 see ChangeLog 2003-02-28
2310
2311 2003-02-27 [martin]     0.8.10claws57
2312
2313         * src/prefs_matcher.c 
2314                 fix segfault in prefs_matcher_ok() when the
2315                 last entry is deleted and prevents that the
2316                 message "entry not saved" comes up after deleting
2317                 an entry
2318
2319 2003-02-27 [martin]     0.8.10claws56
2320
2321         * src/prefs_filtering.c 
2322                 fix segfault in prefs_filtering_ok() when the
2323                 last entry is deleted and prevents that the
2324                 message "entry not saved" comes up after deleting
2325                 an entry
2326
2327 2003-02-27 [paul]       0.8.10claws55
2328
2329         * sync with 0.8.10cvs18
2330                 see ChangeLog 2003-02-27
2331
2332 2003-02-27 [paul]       0.8.10claws54
2333
2334         * src/addressbook.c
2335                 fix bug where the address book crashes with 
2336                 multiple lookups.
2337                 Patch [687729] submitted by David Frager 
2338                 <dbfrager@users.sourceforge.net>
2339
2340 2003-02-25 [christoph]  0.8.10claws53
2341
2342         * src/Makefile.am
2343         * src/colorlabel.[ch]           ** REMOVE **
2344         * src/gtk/Makefile.am
2345         * src/gtk/colorlabel.[ch]       ** NEW **
2346                 move colorlabel files to gtk directory
2347
2348         * src/esmtp.[ch]                ** REMOVE **
2349                 has been merged into smtp.[ch] in 0.7.5
2350
2351 2003-02-25 [christoph]  0.8.10claws52
2352
2353         * src/Makefile.am
2354         * src/about.[ch]                ** REMOVE **
2355         * src/gtk/Makefile.am
2356         * src/gtk/about.[ch]            ** NEW **
2357                 move about files to gtk directory
2358
2359 2003-02-25 [christoph]  0.8.10claws51
2360
2361         * src/folder.c
2362                 some code optimization of folder scanning code
2363
2364         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
2365
2366 2003-02-25 [christoph]  0.8.10claws50
2367
2368         * src/main.c
2369         * src/common/sylpheed.c
2370                 add command line parameter parsing to common code
2371
2372 2003-02-24 [christoph]
2373
2374         * Makefile.am
2375         * configure.ac
2376                 fix gnome prefix problems, the configure script now removed
2377                 `gnome-config --prefix` from `gnome-config --datadir`
2378                 and adds $(prefix} instead
2379
2380         (closes Bug 24 Makefile does not respect prefix when installing
2381          GNOME data)
2382
2383 2003-02-24 [christoph]  0.8.10claws49
2384
2385         * src/news.c
2386                 check for valid session before trying to authenticate
2387
2388         (closes Bug 60 crash if "authenticate on logon" is activated
2389          and newsserver-hostname is not valid)
2390
2391 2003-02-24 [melvin]     0.8.10claws48
2392
2393         * src/prefs_actions.c
2394                 Make sure all user's input is sent to the action and then
2395                 close the socket..
2396
2397 2003-02-23 [alfons]     0.8.10claws46
2398
2399         * src/summaryview.c
2400                 also wait cursor when deleting files
2401
2402 2003-02-23 [paul]
2403
2404         * tools/freshmeat_search.pl
2405           tools/google_search.pl
2406                 scripts should now work for any browser/browser command line
2407
2408 2003-02-22 [christoph]  0.8.10claws45
2409
2410         * src/procmsg.c
2411                 fix IMAP flag setting, IMAP flag is not handled correctly
2412                 anymore by the folder system and information about the
2413                 folder should not be saved in the MsgInfo (in my opinion)
2414
2415         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
2416
2417 2003-02-22 [christoph]  0.8.10claws44
2418
2419         * src/summaryview.c
2420                 fix spelling of "label" ;-)
2421
2422 2003-02-22 [thorsten]   0.8.10claws43
2423
2424         * src/mimeview.c
2425           src/prefs_common.[ch]
2426           src/procmime.[ch]
2427                 do not use description as attachment name
2428
2429 2003-02-22 [alfons]     0.8.10claws42
2430
2431         * src/summaryview.c
2432                 freeze/thaw folder item updates when changing color labels,
2433                 and put a wait cursors on
2434
2435 2003-02-22 [thorsten]   0.8.10claws41
2436
2437         * src/mimeview.c
2438                 save-all fixes: crash if invoked on multipart container,
2439                 mimeinfo access, pathseparators, error dialog
2440
2441 2003-02-21 [alfons]     0.8.10claws40
2442
2443         * src/prefs_gtk.c
2444                 remove unused var
2445
2446 2003-02-21 [colin]      0.8.10claws39
2447
2448         * src/send.c
2449                 Fix smtp logging
2450
2451 2003-02-21 [colin]      0.8.10claws38
2452
2453         * src/summaryview.c
2454                 Freeze/thaw folderItem updates when filtering messages 
2455                 via Tools/Filter messages
2456
2457 2003-02-21 [paul]       0.8.10claws37
2458
2459         * src/compose.c
2460                 revert commit 0.8.10claws26, there are ulterior motives
2461                 for users to set a Reply-To header when posting to
2462                 newsgroups
2463
2464 2003-02-21 [paul]       0.8.10claws36
2465
2466         * sync with 0.8.10cvs17
2467                 see ChangeLog 2003-02-21
2468
2469 2003-02-20 [christoph]  0.8.10claws35
2470
2471         * src/imap.c
2472                 IMAP UID fetch speedup using SEARCH
2473
2474         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
2475
2476         * src/imap.c
2477                 fix problem with UIDs in IMAP UID cache that no longer existed
2478
2479 2003-02-20 [christoph]  0.8.10claws34
2480
2481         * src/imap.c
2482         * src/procheader.c
2483         * src/procheader.h
2484                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
2485
2486         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
2487
2488         * src/imap.c
2489                 Rewrite imap_cmd_gen_recv use sock_getline instead
2490                 of sock_gets to avoid problems with too long reply
2491                 lines
2492     
2493 2003-02-20 [colin]      0.8.10claws33
2494         
2495         * src/prefs_account.c
2496                 Better wording
2497
2498 2003-02-20 [colin]      0.8.10claws32
2499
2500         * src/compose.c
2501                 Remove useless '&& !to_sender' 
2502
2503 2003-02-20 [darko]
2504
2505         * AUTHORS
2506                 change my e-mail address
2507
2508 2003-02-19 [colin]      0.8.10claws31
2509
2510         * src/prefs_common.c
2511                 X11 style colors for every configurable color
2512
2513 2003-02-19 [alfons]     0.8.10claws30
2514
2515         * src/prefs_gtk.[ch]
2516         * src/prefs_common.c
2517                 for color_new accept both plain integers and X11 style color
2518                 names (as found in /usr/lib/X11/rgb.txt)
2519
2520 2003-02-19 [paul]       0.8.10claws29
2521
2522         * src/mainwindow.c
2523                 add tooltips to online/offline button and account selector
2524                 button
2525
2526 2003-02-19 [paul]       0.8.10claws28
2527
2528         * src/folder.c
2529           src/news.c
2530           src/prefs_account.[ch]
2531           src/prefs_common.[ch]
2532                 move 'Maximum number of articles to download' to
2533                 account prefs.
2534                 clean up account prefs gui a little by hiding entries
2535                 rather then greying out entries
2536
2537 2003-02-19 [hiro]       0.8.10claws27
2538
2539         * src/common/utils.c
2540                 fix bug #54 'yesterdays date is displayed in the message 
2541                 summary window'
2542
2543 2003-02-19 [paul]       0.8.10claws26
2544
2545         * src/compose.c
2546                 fix bug reported in Feature Request [688596] 
2547                 'Reply-to header in news'
2548
2549 2003-02-18 [paul]       0.8.10claws25
2550
2551         * src/select-keys.c
2552                 add a 'List all keys' button to key selection dialog
2553
2554 2003-02-18 [colin]      0.8.10claws24
2555         
2556         * src/stock_pixmap.c
2557                 fix compile error
2558
2559 2003-02-18 [colin]      0.8.10claws23
2560
2561         * src/common/smtp.[ch]
2562           src/prefs_account.c
2563                 Try to starttls if it seems to be the only
2564                 way to authenticate a user
2565
2566 2003-02-18 [paul]       0.8.10claws22
2567
2568         * src/Makefile.am
2569           src/folderview.c
2570           src/stock_pixmap.[ch]
2571           src/pixmaps/drafts_close.xpm  ** NEW FILE **
2572           src/pixmaps/drafts_open.xpm   ** NEW FILE **
2573                 as a Drafts folder is a special folder allow it to have
2574                 its own unique icons
2575
2576 2003-02-18 [colin]      0.8.10claws21
2577
2578         * src/imap.c
2579                 Fix port selection when using starttls
2580
2581 2003-02-18 [paul]       0.8.10claws20
2582
2583         * src/mainwindow.c
2584           src/prefs_common.[ch]
2585                 make blue the default new mail colour
2586
2587 2003-02-18 [paul]       0.8.10claws19
2588
2589         * sync with 0.8.10cvs14
2590                 see ChangeLog 2003-02-18
2591
2592 2003-02-17 [jens]       0.8.10claws18
2593
2594         * src/common/md5.c
2595                 fixed a compile problem with gcc 3.3
2596                 works on 2.95.3 too (testet on PPC as it is big endian)
2597
2598 2003-02-17 [paul]       0.8.10claws17
2599
2600         * sync with 0.8.10cvs13
2601                 see ChangeLog 2003-02-17
2602
2603 2003-02-17 [paul]       0.8.10claws16
2604
2605         * sync with 0.8.10cvs12
2606                 see ChangeLog 2003-02-17
2607
2608 2003-02-16 [match]      0.8.10claws15
2609
2610         * src/addressbook.c
2611                 Eliminates reloading of address data when items
2612                 deleted or added. Applied submitted by
2613                 Luke Plant <lukeplant@softhome.net>
2614
2615 2003-02-16 [paul]       0.8.10claws14
2616
2617         * src/news.c
2618                 when a 'protocol error' is encountered disconnect from
2619                 the server. This means that the user can carry on viewing
2620                 other articles and doesn't have to either wait until the
2621                 server timesout or quit sylpheed.
2622                 Fixes bug #53 'Unable to read messages in newsgroups, 
2623                 displayed message doesn't change'
2624
2625 2003-02-15 [christoph]  0.8.10claws13
2626
2627         * src/imap.c
2628                 fix bug that stopped scanning of folders when an
2629                 IMAP folder was empty
2630
2631         (closes bug 46 stop scan messages in folders after empty folder)
2632
2633 2003-02-15 [paul]
2634
2635         * tools/Makefile.am
2636           tools/README
2637           tools/freshmeat_search.pl     ** NEW FILE **
2638           tools/google_search.pl        ** NEW FILE **
2639                 Add 2 Actions scripts which search freshmeat/google
2640                 for the selected text using the browser configured
2641                 in sylpheedrc.
2642                 
2643         Note: These scripts are very dependent on the format of the
2644         browser command and may not work on every occasion. Testing
2645         is welcome. 
2646
2647 2003-02-14 [alfons]     0.8.10claws12
2648
2649         * src/compose.c
2650                 fix breakage because of uninitialized account pointer.
2651                 please verify.
2652
2653 2003-02-14 [paul]       0.8.10claws11
2654
2655         * src/compose.c
2656           src/prefs_account.[ch]
2657           src/prefs_common.[ch]
2658                 move signature settings to Account Prefs
2659
2660 2003-02-14 [paul]       0.8.10claws10
2661
2662         * sync with 0.8.10cvs11
2663                 see ChangeLog 2003-02-14
2664
2665 2003-02-13 [thorsten]   0.8.10claws9
2666
2667         * src/news.c
2668                 revert news progressbar (GUI separation)
2669
2670 2003-02-13 [paul]       0.8.10claws8
2671
2672         * src/compose.c
2673                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
2674                 paragraph 1
2675
2676 2003-02-13 [paul]       0.8.10claws7
2677
2678         * src/compose.[ch]
2679           src/summaryview.c
2680                 fix 'Follow-up and Reply-to' so that it creates a reply to
2681                 the newsgroup and the sender. If the message has the keyword
2682                 'poster' in the Followup-To header, all replies go to the
2683                 sender, re: RFC 1036, Section 2.2.3
2684                 rename all instances of 'ignore_replyto' to 'to_sender', both
2685                 were previously used, now we use just one.
2686
2687 2003-02-13 [paul]       0.8.10claws6
2688
2689         * sync with 0.8.10cvs9
2690                 see ChangeLog 2003-02-13
2691
2692 2003-02-13 [paul]       0.8.10claws5
2693
2694         * configure.ac
2695                 show which plugins are configured in the configure
2696                 output.
2697
2698 2003-02-12 [thorsten]   0.8.10claws4
2699
2700         * src/news.c
2701                 show progress while fetching news headers
2702
2703 2003-02-12 [christoph]  0.8.10claws3
2704
2705         * configure.ac
2706         * src/plugins/Makefile.am
2707                 use AM_CONDITIONAL to enable plugins, automake correctly
2708                 manages this when creating distdir
2709
2710 2003-02-12 [christoph]  0.8.10claws2
2711
2712         * ac/spamassassin.m4
2713         * src/plugins/spamassassin/Makefile.am
2714                 fix building SpamAssassin plugin without OpenSSL
2715
2716 2003-02-12 [paul]       0.8.10claws1
2717
2718         * ac/Makefile.am
2719           src/Makefile.am
2720           src/plugins/Makefile.am
2721                 fix failure of 'make release'
2722
2723 2003-02-12 [paul]       0.8.10claws
2724
2725         * 0.8.10claws released
2726
2727 2003-02-12 [paul]       0.8.9claws56
2728
2729         * po/bg.po
2730           po/es.po
2731           po/it.po
2732           po/ru.po
2733           po/sr.po
2734                 updated translations by George Danchev, Ricardo Mones Lastra,
2735                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
2736                 
2737         * sylpheed.spec.in
2738                 Allow the building of RPMs by a regular user. Submitted
2739                 by Sergei Astanin
2740
2741 2003-02-11 [alfons]     0.8.9claws55
2742
2743         * src/colorlabel.c
2744                 don't use pixmaps for label color rect but draw rectangles
2745                 so we can respect the color map of palette based visuals
2746                 (fixes the long time crashes on Suns - thanks to Andreas
2747                 Engel and Steve O'Hara-Smith for testing)
2748
2749 2003-02-11 [christoph]  0.8.9claws54
2750
2751         * src/matcher_parser_parse.y
2752                 correct bug where filering rules of not existing folders in
2753                 matcherrc were added to global filtering
2754                 
2755         (closes Debian Bug #180253 - Directory's filter-rules are merged with
2756          main filter-rules after removing directory, http://bugs.debian.org/180253)
2757         
2758 2003-02-11 [paul]       0.8.9claws53
2759
2760         * sync with 0.8.10cvs7
2761                 see ChangeLog 2003-02-09
2762
2763 2003-02-11 [melvin]     0.8.9claws52
2764
2765         * po/fr.po
2766                 Updated French tranlsations
2767
2768 2003-02-10 [paul]       0.8.9claws51
2769
2770         * sylpheed.spec.in
2771                 correct --enable-openssl
2772                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
2773
2774 2003-02-09 [martin]     0.8.9claws50
2775
2776         * src/prefs_matcher.c
2777                 fix segfault in prefs_matcher_substitute_cb() when
2778                 no row is selected
2779
2780 2003-02-09 [paul]       0.8.9claws49
2781
2782         * src/folderview.c
2783                 fix bug where a newsgroup folder's processing rules were
2784                 merged with the global filtering rules when the newsgroup
2785                 folder was deleted, causing some seriously bad results,
2786                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
2787
2788 2003-02-08 [melvin]     0.8.9claws48
2789
2790         * src/compose.c
2791                 Corrected and modified an alert message.
2792
2793 2003-02-07 [paul]       0.8.9claws47
2794
2795         * src/folderview.c
2796                 fix bug where both an 'Account properties' window and a
2797                 'Folder properties' window were opened when clicking on
2798                 'Properties' in an NNTP or IMAP folder's popup menu.
2799
2800 2003-02-07 [paul]       0.8.9claws46
2801
2802         * sync with 0.8.10cvs6
2803                 see ChangeLog 2003-02-06
2804
2805 2003-02-06 [christoph]  0.8.9claws45
2806
2807         * src/mbox.c
2808                 freeze folder updates while importing mbox files
2809                 (closes bug 43 importing mbox took hours)
2810                 
2811         Patch submitted by Jens Rantil <jens.rantil@telia.com>
2812
2813 2003-02-06 [thorsten]   0.8.9claws44
2814
2815         * po/de.po
2816                 Updated german translations
2817
2818 2003-02-06 [thorsten]   0.8.9claws43
2819
2820         * src/news.h
2821                 use guint for message numbers (fix count in grouplist dialog)
2822
2823 2003-02-05 [paul]       0.8.9claws42
2824
2825         * sync with 0.8.10cvs2
2826                 see ChangeLog 2003-02-05
2827
2828 2003-02-04 [colin]      0.8.9claws41
2829
2830         * src/prefs_common.[ch]
2831           src/procmsg.c
2832           src/summaryview.c
2833                 Add an option to disable threading by subject
2834
2835 2003-02-04 [christoph]  0.8.9claws40
2836
2837         * src/inc.c
2838                 only abort fetching mails from multiple accounts when the
2839                 error is fatal and does not allow to check any more accounts
2840                 (currently only disk full error)
2841
2842         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
2843          receive mails for other accouts)
2844
2845 2003-02-04 [christoph]  0.8.9claws39
2846
2847         * src/folder.c
2848                 first add the new message to the cache, then
2849                 send the update notification
2850
2851         (closes bug 39 after sending message folderview doesnt get updated)
2852
2853 2003-02-04 [colin]      0.8.9claws38
2854
2855         * src/inc.c
2856                 _really_ fix this Connecting... status
2857
2858 2003-02-04 [paul]       0.8.9claws37
2859
2860         * sync with 0.8.10
2861                 see ChangeLog 2003-02-04
2862
2863 2003-02-04 [paul]       0.8.9claws36
2864
2865         * sync with 0.8.9cvs6
2866                 see ChangeLog 2003-02-03
2867
2868 2003-02-04 [paul]       0.8.9claws35
2869
2870         * po/pt_BR.po
2871                 updated by André Filipe de Assunção e Brito 
2872                 <bedecko@netsite.com.br>
2873
2874 2003-02-03 [thorsten]   0.8.9claws34
2875
2876         * po/de.po
2877                 Updated german translations
2878
2879 2003-02-02 [paul]       0.8.9claws33
2880
2881         * po/es.po
2882                 updated by Ricardo Mones Lastra
2883
2884 2003-02-02 [thorsten]   0.8.9claws32
2885
2886         * src/mh.c
2887                 Fix mh_get_msginfo() segfault if file is inaccessible
2888
2889 2003-01-31 [colin]      0.8.9claws31
2890
2891         * src/procheader.c
2892                 Fix last commit's bug
2893
2894 2003-01-31 [colin]      0.8.9claws30
2895
2896         * src/procheader.c
2897                 Missing a change for gpg-signed messages
2898
2899 2003-01-31 [paul]       0.8.9claws29
2900
2901         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
2902           src/procheader.c
2903           src/stock_pixmap.[ch]
2904           src/summaryview.c
2905                 indicate GnuPG signed messages by displaying an icon
2906                 in the Attachment column.
2907
2908 2003-01-31 [paul]       0.8.9claws28
2909
2910         * sync with 0.8.9cvs4
2911                 see ChangeLog 2003-01-31
2912
2913 2003-01-31 [alfons]     0.8.9claws27
2914
2915         * src/textview.c
2916                 tune URI parser to accept mailto URLs with a '?'
2917                 (patch from Ruslan Balkin)
2918
2919 2003-01-31 [colin]      0.8.9claws26
2920
2921         * src/summaryview.c
2922                 Fix a leak introduced in claws24
2923
2924 2003-01-31 [colin]      0.8.9claws25
2925
2926         * src/summaryview.c
2927                 Freeze/Thaw folder updates when deleting dups
2928
2929 2003-01-31 [colin]      0.8.9claws24
2930         
2931         * src/addr_compl.c
2932           src/summaryview.c
2933           src/msgcache.c
2934                 little speed improvements
2935
2936 2003-01-31 [colin]      0.8.9claws23
2937
2938         * src/summaryview.c
2939                 Fix segfault when forwarding nothing
2940                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
2941                 
2942 2003-01-30 [paul]       0.8.9claws22
2943
2944         * sync with 0.8.9cvs3
2945                 see ChangeLog 2003-01-30
2946
2947 2003-01-30 [paul]       0.8.9claws21
2948
2949         * sync with 0.8.9cvs2
2950                 see ChangeLog 2003-01-30
2951
2952 2003-01-29 [paul]       0.8.9claws20
2953
2954         * sync with 0.8.9cvs1
2955                 see ChangeLog 2003-01-29
2956
2957 2003-01-28 [paul]       0.8.9claws19
2958
2959         * po/POTFILES.in
2960                 update to reflect changes. 
2961                 thanks to Ricardo Mones Lastra
2962
2963 2003-01-27 [christoph]  0.8.9claws18
2964
2965         * ac/openssl.m4
2966         * ac/spamassassin.m4
2967         * src/plugins/spamassassin/README
2968         * src/plugins/spamassassin/libspamc.[ch]
2969         * src/plugins/spamassassin/utils.[ch]
2970                 updated to latest libspamc
2971
2972 2003-01-27 [christoph]  0.8.9claws17
2973
2974         * src/folder.c
2975                 fix wrong use of procheader_get_header_fields
2976
2977 2003-01-27 [christoph]  0.8.9claws16
2978
2979         * src/news.c
2980         * src/prefs_account.[ch]
2981         * src/common/nntp.[ch]
2982                 allow to force authentication for NNTP servers
2983
2984         Patch submitted by Florian Mickler <dmk@d-labs.de>
2985
2986 2003-01-26 [paul]       0.8.9claws15
2987
2988         * src/summaryview.c
2989                 speed up of marking messages as read
2990                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
2991
2992 2003-01-26 [christoph]  0.8.9claws14
2993
2994         * src/Makefile.am
2995         * src/mgutils.[ch]              ** REMOVE **
2996         * src/xml.[ch]                  ** REMOVE **
2997         * src/xmlprops.[ch]             ** REMOVE **
2998         * src/common/Makefile.am
2999         * src/common/mgutils.[ch]       ** NEW **
3000         * src/common/xml.[ch]           ** NEW **
3001         * src/common/xmlprops.[ch]      ** NEW **
3002                 move xml files to common directory
3003
3004 2003-01-26 [christoph]  0.8.9claws13
3005
3006         * src/plugins/spamassassin/spamassassin_gtk.c
3007                 only set gtk entry text if string is available
3008
3009 2003-01-26 [melvin]     0.8.9claws12
3010
3011         * src/description_window.c
3012                 Allow resizing of the window
3013                 Allow automatic horizontal scroll bar
3014                 Do not vertically expand and fill
3015
3016 2003-01-26 [christoph]  0.8.9claws11
3017
3018         * src/Makefile.am
3019         * src/gtkutils.[ch]             ** REMOVE **
3020         * src/common/sylpheed.c
3021         * src/gtk/Makefile.am
3022         * src/gtk/description_window.c
3023         * src/gtk/gtkutils.[ch]         ** NEW **
3024         * src/gtk/prefswindow.c
3025                 move gtkutils to gtk directory
3026
3027 2003-01-26 [paul]       0.8.9claws10
3028
3029         * src/summaryview.c
3030                 rename summary_unread_clicked() to summary_status_clicked()
3031
3032 2003-01-26 [melvin]     0.8.9claws9
3033
3034         * src/prefs_actions.c
3035                 Cosmetical changes to the help text
3036
3037 2003-01-26 [paul]       0.8.9claws8
3038
3039         * src/folder.[ch]
3040           src/mainwindow.c
3041           src/prefs_common.c
3042           src/prefs_sumamry_column.c
3043           summaryview.[ch]
3044                 rename the 'Unread' column to 'Status'
3045
3046 2003-01-25 [match]      0.8.9claws7
3047
3048         * src/mgutils.[ch]
3049                 removed reference to LDAP constants. removed error2string.
3050                 included functions to support LDAP dynamic queries.
3051         * src/syldap.h
3052                 moved LDAP constants here.
3053         * src/addressbook.c
3054         * src/addrindex.c
3055         * src/importldif.c
3056                 removed references to LDAP constants and references to
3057                 error2string.
3058
3059 2003-01-25 [paul]       0.8.9claws6
3060
3061         * src/summaryview.c
3062                 summary_thread_build(), summary_thread_init(): remove 
3063                 unneeded reference to summaryview->folder_item
3064
3065 2003-01-25 [christoph]  0.8.9claws5
3066
3067         * src/gtk/description_window.c
3068                 o allow description texts to expand over multiple columns
3069                 o translate all columns
3070         * src/prefs_actions.c
3071                 change syntax description to use new multi column feature
3072
3073         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
3074
3075 2003-01-25 [match]      0.8.9claws4
3076
3077         * src/vcard.c
3078                 fixed bug with Quoted-Printable
3079
3080 2003-01-25 [paul]       0.8.9claws3
3081
3082         * src/folder.[ch]
3083           src/summaryview.[ch]
3084                 implement per-folder collapsed/expanded threads setting
3085                 
3086         * src/prefs_common.c
3087                 remove global collapsed/expanded threads option
3088
3089 2003-01-25 [christoph]  0.8.9claws2
3090
3091         * po/POTFILES.in
3092                 add pluginwindow and prefswindow
3093         * src/compose.c
3094                 make send respond correctly to messages that could be added
3095                 to the queue folder, but the UID of the message is unknown
3096         * src/folder.c
3097         * src/imap.c
3098                 don't return guessed UIDs in imap_add_msg anymore. We return
3099                 0 to tell the folder system it was appened but the UID is
3100                 unknown. Folder system now get's the UID by scaning the folder
3101                 and searching the cache for the Message-ID
3102                 (closes bug #29 Messages queued, but not sent)
3103
3104 2003-01-25 [paul]       0.8.9claws1
3105
3106         * src/codeconv.c
3107                 conv_encode_header():  fix bug when long headers with 8-bit
3108                 characters are used, so that the encoded words are wrapped.
3109                 If the space in the original text falls on the wrap boundary,
3110                 it can be lost.
3111                 Patch by Sergey Vlasov.
3112                 
3113         * src/folderview.c
3114                  fix bug where a change to the sorting method or thread view
3115                  of a folder's messages is lost if simpify-subject is set and
3116                  toggled on or off.
3117                  Patch by Luke Plant.
3118
3119 2003-01-24 [paul]       0.8.9claws
3120
3121         * sylpheed-0.8.9claws released
3122         
3123         * Makefile.am
3124           sylpheed.spec.in
3125                 remove reference to 'INSTALL.jp'
3126
3127 2003-01-23 [paul]       0.8.8claws128
3128
3129         * po/es.po
3130           po/it.po
3131           po/ru.po
3132           po/sr.po
3133                 updated translations. submitted by Ricardo Mones Lastra,
3134                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
3135
3136 2003-01-23 [colin]      0.8.8claws127
3137
3138         * src/compose.c
3139                 Fix drafted and queued news articles re-edition
3140
3141 2003-01-23 [melvin]     0.8.8claws126
3142
3143         * po/fr.po
3144                 Updated French translations
3145
3146 2003-01-23 [colin]      0.8.8claws125
3147
3148         * src/inc.c
3149                 Fix "Connecting to..." status message
3150
3151 2003-01-22 [paul]       0.8.8claws124
3152
3153         * po/bg.po
3154                 updated by George Danchev
3155                 
3156         * src/folder.c
3157                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
3158                 and folder deletion
3159
3160 2003-01-21 [paul]       0.8.8claws123
3161
3162         * po/bg.po
3163                 updated by George Danchev
3164                 
3165         * src/about.c
3166                 its now 2003
3167                 
3168         * src/toolbar.c
3169                 don't translate 'Separator'
3170                 
3171         * src/plugins/spamassassin/Makefile.am
3172                 add aspell to CPPFLAGS
3173                 
3174         * src/plugins/spamassassin/spamassassin.c
3175           src/plugins/spamassassin/spamassassin_gtk.c
3176                 set correct default for spamassassin_receive_spam
3177                 slightly re-word descriptions and some
3178                 other minor changes
3179
3180 2003-01-19 [alfons]     0.8.8claws122
3181                 
3182         * src/mimeview.c
3183                 mimeview_save_as(): we might as well show the file name for
3184                 the single case "Save As" too
3185
3186 2003-01-19 [alfons]     0.8.8claws121
3187
3188         * src/crash.c
3189                 change bug tracker URL to bugzilla URL
3190
3191 2003-01-19 [alfons]     0.8.8claws120
3192
3193         * src/mimeview.c
3194                 mimeview_save_all(): display name of file before overwriting;
3195                 continue saving all, even when one overwrite was cancelled
3196
3197 2003-01-19 [christoph]  0.8.8claws119
3198
3199         * src/summaryview.c
3200         * src/procmsg.[ch]
3201                 fix wrong usage of procmsg_find_children in summaryview
3202                 by using procmsg_update_unread_children instead of
3203                 summaryview_update_unread_children
3204
3205 2003-01-19 [christoph]  0.8.8claws118
3206
3207         * src/procmsg.c
3208                 fix infinite loop in procmsg_find_children
3209                  (closes bug #25 sylpheed crashes on delete.)
3210
3211         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
3212
3213 2003-01-19 [paul]       0.8.8claws117
3214
3215         * po/pt_BR.po
3216                 updated by Ivan Francolin Martinez
3217
3218 2003-01-18 [melvin]     0.8.8claws116
3219
3220         * src/prefs_actions.c
3221                 Removed syntax limitation of only one '&' at the end of command.
3222                         Now actions that contain '>/dev/null 2>&1' are possible.
3223
3224 2003-01-18 [melvin]     0.8.8claws115
3225
3226         * src/prefs_actions.c
3227                 Actions IO dialog: when the action ends
3228                 the "Close" button now has focus and [Escape] closes the
3229                 window.
3230
3231 2003-01-18 [christoph]  0.8.8claws114
3232
3233         * src/procmsg.c
3234                 o add debug output when MsgInfos are really freed
3235                 o free GSLists in procmsg_find_children and
3236                   procmsg_update_unread_children
3237
3238 2003-01-18 [christoph]  0.8.8claws113
3239
3240         * src/mainwindow.c
3241                 reorder Configuration menu
3242
3243 2003-01-18 [christoph]  0.8.8claws112
3244
3245         * src/compose.c
3246                 fix applying templates to forwarded messages
3247
3248         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3249
3250 2003-01-17 [christoph]  0.8.8claws111
3251
3252         * src/folder.c
3253                 destroy folder items, when a folder item is removed
3254
3255 2003-01-17 [christoph]  0.8.8claws110
3256
3257         * src/folder.c
3258                 fix wrong folder stats update when ignored message is
3259                 deleted
3260
3261 2003-01-17 [colin]      0.8.8claws109
3262         
3263         * src/mainwindow.c
3264         * src/summaryview.c
3265                 Quicksearch bugfixes: 
3266                 - hide help button at startup if not extended
3267                 - switch to extended when looking for replies
3268
3269 2003-01-17 [paul]
3270
3271         * sync with 0.8.9 release
3272
3273 2003-01-17 [paul]       0.8.8claws108
3274
3275         * sync with 0.8.8cvs11
3276                 see ChangeLog 2003-01-17
3277
3278 2003-01-16 [colin]      0.8.8claws107
3279
3280         * src/procmsg.c
3281                 Changed encryption test to re-ask passphrase
3282                 if an encrypted message hasn't been decrypted
3283                 Fixes bug #5
3284
3285 2003-01-16 [christoph]  0.8.8claws106
3286
3287         * src/prefs_gtk.c
3288         * src/prefs_toolbar.c
3289         * src/gtk/prefswindow.h
3290         * src/plugins/spamassassin/spamassassin_gtk.c
3291                 remove page destroy function that is not used anymore
3292
3293 2003-01-16 [paul]       0.8.8claws105
3294
3295         * sync with 0.8.8cvs9
3296                 see ChangeLog 2002-01-16
3297
3298 2003-01-16 [colin]      0.8.8claws104
3299
3300         * src/compose.[ch]
3301                 Fix bug with autosaved drafts for IMAP, when draft
3302                 folder is specified - fixes bugzilla bug #20
3303
3304 2003-01-15 [paul]       0.8.8claws103
3305
3306         * src/compose.[ch]
3307           src/procmsg.c
3308                 store folder and message-id of message forwarding
3309                 in queue header and set forward flag after sending
3310
3311 2003-01-15 [paul]       0.8.8claws102
3312
3313         * sync with 0.8.8cvs8
3314                 see ChangeLog 2002-01-15
3315
3316 2003-01-15 [colin]      0.8.8claws101
3317
3318         * src/Makefile.am
3319                 Fix linking with GNU libiconv
3320
3321 2003-01-15 [darko]      0.8.8claws100
3322
3323         * src/pine.c
3324                 fix crash when importing pine address book
3325                 entry with an empty name (reported by DY
3326                 <dybulk at tri8.net>)
3327
3328 2003-01-14 [paul]       0.8.8claws99
3329
3330         * configure.in  ** REMOVED **
3331           configure.ac  ** NEW FILE **
3332                 rename configure.in to configure.ac, as it is now
3333                 preferred
3334
3335 2003-01-14 [melvin]     0.8.8claws98
3336
3337         * src/folderview.c
3338                 folderview_check_new(): More precise function description
3339
3340 2003-01-14 [melvin]     0.8.8claws97
3341
3342         * src/folderview.c
3343                 folderview_check_new(): return the number of new messages 
3344                         since last check.
3345         * src/inc.c
3346                 inc_account_mail(): Disable counting of new messages for IMAP
3347                         and NNTP until bug [19] and [14] are fixed.
3348
3349 2003-01-14 [paul]       0.8.8claws96
3350
3351         * sync with 0.8.8cvs6
3352                 see ChangeLog 2003-01-14
3353
3354 2003-01-13 [alfons]     0.8.8claws95
3355
3356         * src/textview.c
3357                 tune email address validation (c. 0.8.8claws89): if . is 
3358                 just one char away from @, the address is invalid too 
3359                 (correctly rejects addresses like foo@.com)
3360
3361 2003-01-13 [paul]       0.8.8claws94
3362
3363         * src/messageview.c
3364           src/toolbar.c
3365                 fixes to the Message View toolbar and menu:
3366                 fix non-functioning Forward button
3367                 make Reply button consider default_reply_list
3368                 remove 'Follow-up...' menu entry
3369                 add 'Forward' and 'Redirect' menu entries
3370
3371 2003-01-13 [melvin]     0.8.8claws93
3372
3373         * src/inc.c
3374                 Fixed typo that could make new messages count incorrect.
3375
3376 2003-01-13 [melvin]     0.8.8claws92
3377
3378         * src/folderview.[ch]
3379                 folderview_check_new(): return the number of new messages.
3380         * src/inc.c
3381                 Should fix bug [14] where new mail notification worked 
3382                         incorrectly with IMAP accounts.
3383                 inc_spool_account(): return number of new msgs, or -1 on error
3384                 inc_all_spool(): return number of new msgs
3385                 
3386 2003-01-13 [melvin]     0.8.8claws91
3387
3388         * src/prefs_actions.c
3389                 Justify help text.
3390
3391 2003-01-12 [thorsten]   0.8.8claws90
3392
3393         * src/common/prefs.c
3394                 close file before rename
3395
3396 2003-01-12 [alfons]     0.8.8claws89
3397
3398         * AUTHORS
3399                 add Christian Mertes
3400         * src/common/utils.[ch]
3401                 g_stricase_hash(), g_stricase_equal(): functions for 
3402                 case insensitive hash tables
3403         * src/textview.c
3404                 use top level domain names to validate email address, based
3405                 on a patch by Christian Mertes (thanks!), but changed 
3406                 implementation to use a hash table 
3407
3408 2003-01-12 [paul]       0.8.8claws88
3409
3410         * po/bg.po
3411                 updated by George Danchev
3412
3413 2003-01-12 [alfons]     0.8.8claws87
3414
3415         * src/summaryview.c
3416                 delete / execute performance: use new style folder update
3417
3418 2003-01-12 [paul]       0.8.8claws86
3419
3420         * sync with 0.8.8cvs5
3421                 see ChangeLog 2003-01-13 (!)
3422
3423 2003-01-12 [alfons]     0.8.8claws85
3424
3425         * src/filtering.c
3426         * src/matcher_parser_parse.y
3427                 prepare change_score filtering action
3428         * src/matcher.[ch]
3429                 give up const-correctness on functions that call non-const-correct functions;
3430                 several casts to gpointer in g_free();
3431                 add change_score;
3432
3433 2003-01-12 [christoph]  0.8.8claws84
3434
3435         * src/compose.c
3436                 fix 2 warnings
3437
3438         * src/gtk/prefswindow.[ch]
3439         * src/plugins/spamassassin/spamassassin_gtk.c
3440                 changed the call of the widget create function
3441                 for PrefsPages, because sometimes the widget
3442                 create function needs a widget that already has
3443                 been attached to a window (to create GDK pixmaps
3444                 for exmaple). So we simply pass the GtkWindow as
3445                 the second parameter now.
3446
3447         * src/main.c
3448         * src/mainwindow.c
3449         * src/prefs_toolbar.[ch]
3450                 rewrite Toolbar Preferences using the new
3451                 prefs window
3452
3453 2003-01-11 [alfons]     0.8.8claws83
3454
3455         * src/addressadd.c
3456                 fix crash when adding sender to addressbook because status bar
3457                 isn't there (the status bar doesn't seem to be used though,
3458                 but I'll let Match decide what to do with it)
3459
3460 2003-01-11 [colin]      0.8.8claws82
3461
3462         * src/main.c
3463           src/toolbar.c
3464                 Two useless changes reversed
3465
3466 2003-01-11 [colin]      0.8.8claws81
3467
3468         * src/mainwindow.c
3469           src/mainwindow.h
3470                 Add mainwindow_get_mainwindow()
3471         * src/alertpanel.c
3472           src/alertpanel.h
3473                 Add alertpanel_error_log() 
3474         * src/compose.c
3475           src/inc.c
3476           src/messageview.c
3477           src/toolbar.c
3478           src/main.c
3479           src/procmsg.c
3480                 Network errors get a View Log button
3481
3482 2003-01-10 [alfons]     0.8.8claws80
3483
3484         * src/prefs_toolbar.c
3485         * src/toolbar.c
3486                 use the translatable string for "Separator" as file name for
3487                 separator toolbar items (probably make this uppercase?)
3488
3489 2003-01-10 [alfons]     0.8.8claws79
3490
3491         * src/prefs_toolbar.c
3492                 put right A_SEPARATOR description string in "displayed
3493                 toolbar items list" so manually added separators are
3494                 saved correctly (bug #10, "Adding a separator to the main 
3495                 toolbar fails, entry in xml file is wrong")
3496
3497 2003-01-10 [christoph]  0.8.8claws78
3498
3499         * src/imap.c
3500                 o fix warnings
3501                 o use CAPABILITY to check if NAMESPACE is available
3502
3503 2003-01-10 [christoph]  0.8.8claws77
3504
3505         * src/imap.[ch]
3506                 apply UIDPLUS IMAP extension support patch
3507
3508         Patch submitted by Simon 'corecode' Schubert
3509
3510 2003-01-10 [paul]       0.8.8claws76
3511
3512         * src/folderview.c
3513                 a sync from main which fixes the news account folders'
3514                 Properties bug
3515
3516 2003-01-10 [christoph]  0.8.8claws75
3517
3518         * src/folder.c
3519                 don't accept 0 as a valid uid returned by copy and move
3520                 functions. 0 means the message was copied or moved but the
3521                 new uid could not be fetched. It is not an error condition
3522                 for the copy or move operation.
3523
3524 2003-01-10 [paul]       0.8.8claws74
3525
3526         * src/prefs_filtering.c
3527                 change English used in Alert when entry is not
3528                 saved.
3529                 
3530         * sync with 0.8.8cvs4
3531                 see ChangeLog 2003-01-10
3532
3533 2003-01-10 [darko]      0.8.8claws73
3534
3535         * src/pine.c
3536                 fix crash when importing address book entry
3537                 without a valid address
3538
3539 2003-01-09 [alfons]     0.8.8claws72
3540
3541         * src/inc.c
3542                 filtering performance: use new style folder update
3543
3544 2003-01-09 [christoph]  0.8.8claws71
3545
3546         * src/compose.c
3547         * src/gtk/menu.[ch]
3548                 fix wrong selecting of mime encoding type, when
3549                 opening property dialog of attachments in the
3550                 compose window. 7bit was always selected and that
3551                 destoryed files with 8bit data.
3552                 (closes bug #9 Sylpheed-claws destroys attachments when
3553                  changing MIME-types)
3554
3555 2003-01-09 [paul]       0.8.8claws70
3556
3557         * sync with 0.8.8cvs3
3558                 see ChangeLog 2003-01-09
3559
3560 2003-01-08 [alfons]     0.8.8claws69
3561         
3562         * src/addressadd.c
3563                 apply patch by Kim Schulz to fix build breakage
3564                 because of missing variable
3565
3566 2003-01-08 [paul]       0.8.8claws68
3567
3568         * sync with 0.8.8cvs2
3569                 see ChangeLog 2002-01-08
3570
3571 2003-01-08 [paul]       0.8.8claws67
3572
3573         * po/it.po
3574                 updated by Alessandro Maestri
3575                 
3576         * src/addressadd.c
3577                 when using 'Add sender to addressbook' allow
3578                 name to be edited and remarks to be entered
3579                 Patch submitted by Luke Plant
3580
3581 2003-01-08 [darko]      0.8.8claws66
3582
3583         * README.claws, src/summaryview.c
3584                 fix description for marked messages
3585
3586 2003-01-08 [paul]
3587
3588         * tools/Makefile.am
3589           tools/launch_phoenix  ** NEW FILE **
3590                 add script that enables using Phoenix as the default
3591                 web browser. 
3592                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
3593                 
3594         * tools/OOo2sylpheed.pl
3595                 remove full path to sylpheed executable, just 'sylpheed'
3596                 will do
3597                 
3598         * tools/README
3599                 add launch_phoenix informtion and re-arrange and compress
3600                 the data a little
3601
3602 2003-01-07 [christoph]  0.8.8claws65
3603
3604         * src/folder.c
3605                 fix update for source folder when moving messages
3606         * src/procmsg.[ch]
3607         * src/summaryview.c
3608                 use function to set to_folder for message infos and
3609                 automatically update the op_count for old and new
3610                 folder
3611
3612 2003-01-07 [melvin]     0.8.8claws64
3613
3614         * src/prefs_actions.c
3615                 Fixed bug where an '%p' Action on a displayed image crashed 
3616                         Sylpheed
3617                 Code clean up (get rid of duplicated code and removed unnecessary 
3618                                 structure member)
3619
3620 2003-01-07 [christoph]  0.8.8claws63
3621
3622         * src/compose.c
3623         * src/folder.[ch]
3624         * src/folderview.c
3625         * src/import.c
3626         * src/inc.c
3627         * src/main.c
3628         * src/mainwindow.c
3629         * src/messageview.c
3630         * src/prefs_folder_item.c
3631         * src/procmsg.c
3632         * src/summaryview.c
3633         * src/toolbar.c
3634                 o remove all folder update triggering from the UI code. The folder
3635                   system should know much better when a folder needs an update.
3636                 o to prevent multiple updates in a row the folder updates can be
3637                   frozen for some time.
3638
3639                 Note: - Please verify that no updates are missing
3640                       - Check where freeze/thaws should be added
3641
3642 2003-01-07 [christoph]  0.8.8claws62
3643
3644         * src/prefs_actions.c
3645                 don't translate empty strings
3646
3647         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3648
3649 2003-01-06 [christoph]  0.8.8claws61
3650
3651         * src/prefs_actions.c
3652                 mark strings for gettext
3653         * src/prefs_matcher.c
3654                 use new description window for Execute action and
3655                 match condition in Filtering
3656
3657         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3658
3659 2003-01-06 [alfons]     0.8.8claws60
3660
3661         keep myself inspired to re-organize matcher part 8; 
3662         yes, more to come (I need to move out the descriptive
3663         text for actions to matcher.c, or at least make it not
3664         depend on the wicked ordering)
3665
3666         * src/prefs_matcher.c
3667                 add documentation so others may comprehend the
3668                 UI part of the conditions
3669                 
3670 2003-01-06 [christoph]  0.8.8claws59
3671
3672         * src/prefs_actions.c
3673                 use new description window for syntax help
3674         * src/gtk/description_window.c
3675                 fix display of descriptions with column count != 2
3676
3677         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3678
3679 2003-01-06 [christoph]  0.8.8claws58
3680
3681         * src/quote_fmt.c
3682         * src/summaryview.[ch]
3683         * src/gtk/Makefile.am
3684         * src/gtk/description_window.[ch]       ** NEW **
3685                 use a generic window to display syntax descriptions
3686                 currently used in quote_fmt and summaryview (new description
3687                 for extended quick search)
3688
3689         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3690
3691 2003-01-06 [paul]       0.8.8claws57
3692
3693         * sync with 0.8.8cvs1
3694                 see ChangeLog 2003-01-06
3695
3696 2003-01-06 [christoph]  0.8.8claws56
3697
3698         * src/mainwindow.c
3699         * src/prefs_gtk.[ch]
3700         * src/gtk/prefswindow.[ch]
3701         * src/plugins/spamassassin/spamassassin_gtk.c
3702                 o remove page management from prefswindow, pages
3703                   will be an argument to prefswindow_open
3704                 o prefswindow_open gets a datapointer that is
3705                   passed to the widget_create function to allow
3706                   creation of prefswindow for specific items
3707
3708 2003-01-06 [colin]      0.8.8claws55
3709         
3710         * src/summaryview.c
3711                 We don't want regexp in the reply-finder, 
3712                 because MIDs can contain !,$,. and so on
3713
3714 2003-01-06 [jens]       0.8.8claws54
3715
3716         * src/jpilot.c
3717                 fixed a wrong free in jpilot_read_db_files
3718
3719 2003-01-06 [alfons]     0.8.8claws53
3720
3721         re-organize matcher part 8; more to come
3722        
3723         * src/matcher.c
3724                 matcherprop_to_string(): put g_free()s before the
3725                 switch-case break to fix memleaks                
3726
3727 2003-01-06 [colin]      0.8.8claws52
3728
3729         * src/summaryview.c
3730                 cleanup & reply-finder now displays the first 
3731                 matching message
3732
3733 2003-01-05 [alfons]     0.8.8claws51
3734
3735         re-organize matcher part 7; more to come
3736
3737         * src/matcher.[ch]
3738                 fixes for constant correctness;
3739                 more documentation;
3740
3741 2003-01-05 [alfons]     0.8.8claws50
3742
3743         re-organize matcher part 6; more to come
3744         
3745         * src/matcher.[ch]
3746                 fixes for constant correctness;
3747                 more documentation;
3748         * src/filtering.c
3749                 fix for constant correctness
3750
3751 2003-01-05 [colin]      0.8.8claws49
3752
3753         * src/account.[ch]
3754                 Add account_get_reply_account function
3755         * src/compose.c
3756                 Use account_get_reply_account function 
3757         * src/summaryview.c
3758                 Basic reply-finder - click on the replied
3759                 icon gets you to the outbox using quick-search
3760
3761 2003-01-05 [paul]       0.8.8claws48
3762
3763         * src/prefs_common.c
3764                 small change to English
3765                 
3766         * src/prefs_filtering.c
3767                 prefs_filtering_action_select(): improve logic and uniformity
3768                 of gui
3769
3770 2003-01-05 [alfons]     0.8.8claws47
3771
3772         fine tune solution to focus problems (bug #7)
3773
3774         * src/mainwindow.c
3775                 mainwindow_focus_in_event(): remove grab event check
3776         * src/summaryview.c
3777                 summary_button_pressed(): move selection on right-click
3778                 too. we can't possibly move the selection back after
3779                 canceling a dialog, because gtk's incomplete focus 
3780                 management. whether this is a good solution, only time
3781                 will tell.
3782
3783 2003-01-05 [christoph]  0.8.8claws46
3784
3785         * src/imap.c
3786                 fix crash when no imap connection could be established
3787
3788 2003-01-05 [paul]       0.8.8claws45
3789
3790         * src/mainwindow.c
3791           src/sumamryview.c
3792           src/gtk/menu.[ch]
3793                 fix bug 605957 'shortcuts in popup-menu'
3794                 make user-defined shortcuts work
3795                 show shortcuts that are already defined
3796                 in the main menu
3797                 Patch submitted by Luke Plant
3798
3799 2003-01-05 [alfons]     0.8.8claws44
3800
3801         * src/mainwindow.c
3802                 focus_in_event handler should not select summary view row 
3803                 when another window (menu, dialog) grabbed for events 
3804                 (bug #7, "[0.8.8claws42] Message summary focus") 
3805
3806 2003-01-04 [christoph]  0.8.8claws43
3807
3808         * src/procmsg.c
3809                 update save folder after adding the sent message
3810                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
3811
3812 2003-01-02 [christoph]  0.8.8claws42
3813
3814         * src/common/plugin.c
3815                 fix unloading of all plugins and unload
3816                 plugins in reverse order
3817                 
3818         * src/gtk/pluginwindow.c
3819                 implement function of load and unload button
3820
3821         * src/gtk/prefswindow.c
3822         * src/gtk/prefswindow.h
3823                 rename register function and add new unregister
3824                 function
3825
3826         * src/plugins/spamassassin/spamassassin_gtk.c
3827                 unregister prefs page and update for changes in
3828                 src/gtk/prefswindow.c
3829
3830 2003-01-02 [paul]       0.8.8claws41
3831
3832         * po/es.po
3833                 updated by Ricardo Mones Lastra
3834
3835 2003-01-02 [paul]
3836
3837         * tools/tb2sylpheed
3838                 fixes and improvements by Urke MMI
3839
3840 2003-01-02 [thorsten]   0.8.8claws40
3841
3842         * src/procmsg.c
3843                 fixed wrong return value
3844
3845 2003-01-02 [thorsten]   0.8.8claws39
3846
3847         * src/prefs.c
3848                 fixed printing wrong variable
3849
3850 2003-01-02 [thorsten]   0.8.8claws38
3851
3852         * src/prefs.c
3853                 fixed acessing members of freed pfile struct
3854
3855 2003-01-02 [thorsten]   0.8.8claws37
3856
3857         * src/procmsg.c
3858                 detect loops across several messages
3859                 as suggested by Christoph Hohmann
3860
3861 2003-01-01 [match]      0.8.8claws36
3862
3863         * src/addrindex.c
3864                 fixed another memory leak.
3865
3866 2003-01-01 [match]      0.8.8claws35
3867
3868         * src/jpilot.[ch]
3869                 fixed memory leaks. applied Doxygen comments.
3870
3871 2003-01-01 [thorsten]   0.8.8claws34
3872
3873         * src/procmsg.c
3874                 inhibit endless loop if msg references itself
3875                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
3876
3877 2003-01-01 [christoph]  0.8.8claws33
3878
3879         * src/mainwindow.c
3880         * src/gtk/Makefile.am
3881         * src/gtk/pluginwindow.c                ** NEW **
3882         * src/gtk/pluginwindow.h                ** NEW **
3883                 add plugin window
3884
3885         * src/plugins/demo/demo.c
3886         * src/plugins/spamassassin/spamassassin.c
3887         * src/plugins/spamassassin/spamassassin_gtk.c
3888                 write better plugin descriptions
3889
3890 2002-12-31 [christoph]  0.8.8claws32
3891
3892         * src/gtk/prefswindow.c
3893         * src/plugins/spamassassin/spamassassin_gtk.c
3894                 some small improvements to GTK code
3895
3896 2002-12-31 [christoph]  0.8.8claws31
3897
3898         * src/plugins/spamassassin/spamassassin_gtk.c
3899                 enable folder select button
3900
3901 2002-12-31 [christoph]  0.8.8claws30
3902
3903         * src/mainwindow.c
3904         * src/gtk/Makefile.am
3905         * src/gtk/prefswindow.c                         ** NEW **
3906         * src/gtk/prefswindow.h                         ** NEW **
3907                 add new prefs window
3908
3909         * src/common/plugin.c
3910                 don't try to load empty config lines
3911         
3912         * src/plugins/spamassassin/Makefile.am
3913         * src/plugins/spamassassin/spamassassin.c
3914         * src/plugins/spamassassin/spamassassin.h       ** NEW **
3915         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
3916                 GTK config for SpamAssassin Plugin using
3917                 the new prefs window
3918
3919 2002-12-31 [paul]       0.8.8claws29
3920
3921         * po/POTFILES.in
3922                 remove obsolete entry 'src/menu.c'
3923
3924 2002-12-31 [alfons]     0.8.8claws28
3925
3926         * src/matcher.[ch]
3927         * src/matcher_parser_parse.y
3928         * src/prefs_matcher.c
3929                 add "ignore_thread" and "~ignore_thread" condition so it's
3930                 possible to make the actions / scoring operate on the ignore
3931                 thread flag
3932
3933 2002-12-31 [christoph]  0.8.8claws27
3934
3935         * src/addrbook.c
3936         * src/addrindex.c
3937         * src/folder.c
3938         * src/matcher.c
3939         * src/prefs_account.c
3940         * src/prefs_actions.c
3941         * src/prefs_customheader.c
3942         * src/prefs_display_header.c
3943         * src/prefs_gtk.c
3944         * src/procmime.c
3945         * src/toolbar.c
3946         * src/xmlprops.c
3947         * src/common/prefs.[ch]
3948                 extend prefs file handling for reading and automatic handling
3949                 of blocks. When reading prefs_set_block_label will automatically
3950                 move on to the block. When writing it will copy all other blocks
3951                 automatically
3952
3953         * src/common/plugin.c
3954                 Now loading plugin filenames from [Plugins] block in
3955                 sylpheed rc file
3956
3957 2002-12-30 [christoph]  0.8.8claws26
3958
3959         * src/common/hooks.[ch]
3960                 return abort status to caller of hooks_invoke
3961                 
3962         * src/inc.[ch]
3963                 invoke message filtering hook and stop
3964                 default handling when filter returns abort
3965
3966         * src/common/plugin.[ch]
3967         * src/plugins/demo/demo.c
3968                 modify plugin loader, because resolving symbols for strings
3969                 does not work correctly
3970         
3971         * configure.in
3972         * ac/spamassassin.m4                            ** NEW **
3973         * src/plugins/spamassassin/.cvsignore           ** NEW **
3974         * src/plugins/spamassassin/Makefile.am          ** NEW **
3975         * src/plugins/spamassassin/README               ** NEW **
3976         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
3977         * src/plugins/spamassassin/spamassassin.c       ** NEW **
3978         * src/plugins/spamassassin/utils.[ch]           ** NEW **
3979                 add spamassassin plugin, see src/plugins/spamassassin/README
3980                 for details
3981
3982 2002-12-29 [alfons]     0.8.8claws25
3983
3984         * src/mainwindow.c
3985                 when moving focus from a message view to the main 
3986                 window, don't forget to select the summary node
3987                 of the displayed message. should fix "[ 659103 ] 
3988                 focus-follows-mouse confuses sylpheed"
3989
3990 2002-12-29 [christoph]  0.8.8claws24
3991
3992         * src/Makefile.am
3993         * src/stringtable.[ch]          ** REMOVE **
3994         * src/common/Makefile.am
3995         * src/common/stringtable.[ch]   ** NEW **
3996                 move stringtable files to common directory
3997
3998 2002-12-29 [christoph]  0.8.8claws23
3999
4000         * src/Makefile.am
4001         * src/menu.[ch]                 ** REMOVE **
4002         * src/gtk/Makefile.am
4003         * src/gtk/menu.[ch]             ** NEW **
4004                 move menu files to gtk directory
4005
4006 2002-12-29 [match]      0.8.8claws22
4007
4008         * src/addressbook.c
4009         * src/syldap.c
4010                 moved UI specific code out of LDAP code into addressbook
4011                 UI code. fixed memory leak.
4012
4013 2002-12-29 [christoph]  0.8.8claws21
4014
4015         * src/folder.c
4016                 only check for IGNORED parent message when message is
4017                 not IGNORED itself
4018
4019 2002-12-29 [alfons]     0.8.8claws20
4020
4021         * src/summaryview.c
4022                 set gtksctree's anchor correct (immediate execute
4023                 changes the tree's layout, and anchor points at 
4024                 the incorrect row). fixes "[ 657233 ] multiple msg 
4025                 delete sometimes off by 1".
4026                 we probably have to look for more tree layout /
4027                 anchor glitches.
4028
4029 2002-12-29 [paul]       0.8.8claws19
4030
4031         * src/summaryview.c
4032                 fix bug [ 659054 ] incorrect sorting of 'From' column
4033                 when using 'display sender using address book'
4034                 thanks to Alfons and Luke Plant
4035
4036 2002-12-29 [christoph]  0.8.8claws18
4037
4038         * src/folder.c
4039         * src/procmsg.[ch]
4040                 check parent messages for IGNORE THREAD flag, when adding,
4041                 moving or copying messages to a folder
4042
4043 2002-12-27 [alfons]     0.8.8claws17
4044
4045         re-organize matcher part 5; more to come
4046
4047         * src/matcher.c
4048                 hash keywords in matchparser_tab 
4049
4050 2002-12-27 [alfons]     0.8.8claws16
4051
4052         re-organize matcher part 4; more to come
4053
4054         * src/matcher_parser.h
4055         * src/matcher_parser_lex.l
4056         * src/matcher_parser_parse.y
4057                 cleanup
4058
4059 2002-12-27 [alfons]     0.8.8claws15
4060
4061         re-organize matcher part 3; more to come
4062
4063         * src/matcher.[ch]
4064                 cleanup
4065
4066 2002-12-27 [alfons]     0.8.8claws14
4067
4068         re-organize matcher part 2; more to come but this should
4069         work. cc me if there are any regressions.
4070
4071         * src/matcher.h
4072                 add prototype for get_matchparser_tab_id()
4073         * src/matcher_parser_lex.l
4074                 look up keywords using matchparser_tab_id();
4075
4076 2002-12-27 [alfons]     0.8.8claws12
4077
4078         re-organize matcher part 1
4079
4080         * src/matcher.h
4081                 map yacc generated constants to sylpheed matcher constants
4082         * src/matcher.c
4083                 add function to find a matcher constant from a string
4084
4085 2002-12-27 [christoph]  0.8.8claws11
4086
4087         * src/compose.c
4088                 MENUITEM_ADD casts the 4th argument from integer to pointer
4089                 so it probably should not be a pointer, this means we
4090                 should use account id for it and not the account's pointer
4091
4092 2002-12-27 [paul]       0.8.8claws10
4093
4094         * src/mainwindow.c
4095                 remove unneeded 'GtkWidget *vbox'
4096                 
4097         * src/summaryview.c
4098                 further sync with 0.8.8 - make sort
4099                 by recipient work as expected
4100                 
4101         * NEWS
4102                 sync with 0.8.8
4103
4104 2002-12-27 [paul]       0.8.8claws9
4105
4106         * po/pt_BR.po
4107                 updated by Ivan F. Martinez
4108                 
4109 2002-12-27 [darko]      0.8.8claws8
4110
4111         * src/common/utils.c
4112                 added locked pattern to extended search
4113
4114 2002-12-27 [alfons]     0.8.8claws7
4115
4116         * src/prefs_matcher.[ch]
4117                 clean up
4118
4119 2002-12-26 [alfons]     0.8.8claws6
4120
4121         * src/matcher.[ch]
4122         * src/matcher_parser_lex.l
4123         * src/matcher_parser_parse.y
4124         * src/prefs_matcher.c
4125                 allow color label as a condition in the matcher
4126
4127 2002-12-26 [oliver]     0.8.8claws5
4128         
4129         * src/toolbar.c 
4130                 enable Addressbook for Main and Messageview
4131         * src/prefs_actions.c
4132                 enable actions in Messageview
4133
4134 2002-12-26 [christoph]  0.8.8claws4
4135
4136         * src/common/plugin.c
4137                 add a little debug output
4138         * configure.in
4139         * src/plugins/demo/Makefile.am
4140                 better use of automake
4141
4142 2002-12-26 [christoph]  0.8.8claws3
4143
4144         * src/Makefile.am
4145         * src/common/Makefile.am
4146                 fix "make distdir"
4147
4148 2002-12-26 [christoph]  0.8.8claws2
4149
4150         * configure.in
4151                 sort configure checks into common / gtk / plugins
4152         * po/POTFILES.in
4153                 add src/prefs_gtk.c
4154         * src/Makefile.am
4155                 add plugins SUBDIR
4156         * src/main.c
4157         * src/common/sylpheed.[ch]
4158                 added now sylpheed_done function for shutdown
4159         * src/common/Makefile.am
4160         * src/common/plugin.[ch]                ** NEW **
4161                 plugin loader and unloader
4162         * src/plugins/.cvsignore                ** NEW **
4163         * src/plugins/Makefile.am               ** NEW **
4164                 build plugins
4165         * src/plugins/demo/.cvsignore           ** NEW **
4166         * src/plugins/demo/Makefile.am          ** NEW **
4167         * src/plugins/demo/demo.c               ** NEW **
4168                 small demo plugin that installs a logtext hook and
4169                 outputs the log text to stdout
4170
4171 2002-12-26 [paul]       0.8.8claws1
4172
4173         * po/es.po
4174                 updated by Ricardo Mones Lastra
4175
4176 2002-12-26 [paul]       0.8.8claws
4177
4178         * 0.8.8claws released
4179
4180 2002-12-26 [paul]       0.8.7claws12
4181
4182         * po/bg.po
4183                 updated by George Danchev
4184
4185 2002-12-26 [paul]       0.8.7claws11
4186
4187         * po/POTFILES.in
4188                 remove unneeded 'src/prefs.c' entry 
4189
4190 2002-12-26 [paul]       0.8.7claws10
4191
4192         * src/codeconv.c
4193           src/mainwindow.c
4194                 sync with 0.8.8 release
4195         
4196         * src/folder.[ch]
4197           src/mh.c
4198           src/summaryview.c
4199                 partial sync with 0.8.8 release
4200         
4201
4202 2002-12-25 [alfons]     0.8.7claws9
4203
4204         * src/matcher.[ch]
4205         * src/matcher_parser_lex.l
4206         * src/matcher_parser_parse.y
4207         * src/prefs_matcher.c
4208                 add locked flag to possible filtering / matcher 
4209                 conditions (also a good example what should be
4210                 done to add a simple boolean condition)
4211
4212 2002-12-25 [christoph]  0.8.7claws8
4213
4214         * src/Makefile.am
4215         * src/account.[ch]
4216         * src/addrbook.c
4217         * src/addressbook.c
4218         * src/addrindex.c
4219         * src/filtering.c
4220         * src/folder.c
4221         * src/matcher.c
4222         * src/prefs.[ch]                ** REMOVE **
4223         * src/prefs_account.c
4224         * src/prefs_actions.c
4225         * src/prefs_common.c
4226         * src/prefs_customheader.c
4227         * src/prefs_display_header.c
4228         * src/prefs_filtering.c
4229         * src/prefs_folder_item.c
4230         * src/prefs_gtk.[ch]            ** NEW **
4231         * src/prefs_matcher.c
4232         * src/prefs_scoring.c
4233         * src/prefs_summary_column.c
4234         * src/procmime.c
4235         * src/selective_download.c
4236         * src/toolbar.c
4237         * src/common/Makefile.am
4238         * src/common/prefs.[ch]         ** NEW **
4239                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
4240
4241 2002-12-24 [alfons]     0.8.7claws7
4242
4243         * src/summaryview.c
4244                 summary_thread_build(): fix real cause of the crash mentioned in
4245                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
4246                 this way we get meaningful ctree nodes 
4247
4248 2002-12-24 [oliver]     0.8.7claws6
4249
4250         * src/mainwindow.[ch]
4251         * src/messageview.[ch]
4252         * src/compose.[ch]
4253         * src/inc.c
4254         * src/summaryview.c
4255                 changes to use updated toolbar handling
4256                 
4257 2002-12-24 [oliver]     0.8.7claws5
4258
4259         * src/toolbar.[ch]
4260                 generic toolbar handling
4261                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
4262         * src/prefs_toolbar.[ch]
4263                 adjust to handling
4264         
4265 2002-12-24 [oliver]     0.8.7claws4
4266         
4267         * src/stock_pixmap.[ch]
4268                 move SYLPHEED_LOGO to end of list in order 
4269                 to remove it from Custom Toolbar`s Icon View
4270
4271 2002-12-24 [alfons]     0.8.7claws3
4272
4273         * src/summaryview.c
4274                 summary_thread_build(): fix crash because of focus != selection 
4275                 after threading. when deleting the selection, gtk tries but fails 
4276                 to find the correct focusable element. we now force the selection
4277                 to be focused. this should solve the infamous bug reported by 
4278                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
4279                 a test case is available. 
4280
4281 2002-12-24 [darko]      0.8.7claws2
4282
4283         * src/summaryview.c
4284                 don't crash when unmarking message with unread children
4285
4286 2002-12-23 [christoph]  0.8.7claws1
4287
4288         * src/Makefile.am
4289         * src/common/Makefile.am
4290                 update Makefiles for moved intl.h, version.h and defs.h
4291         * src/imap.c
4292                 rewrite imap_session_get to avoid duplicate code
4293
4294 2002-12-23 [paul]       0.8.7claws
4295
4296         * Santa-Claws released
4297         
4298         * po/hu.po
4299           po/ru.po
4300                 squeeze in updated Hungarian and Russian translations.
4301                 Submitted by  Gál Zoltán and Ruslan N. Balkin
4302
4303 2002-12-23 [paul]       0.8.6claws129
4304
4305         * po/pl.po
4306                 updated by Witold Wladyslaw Wojciech Wilk
4307
4308 2002-12-23 [paul]       0.8.6claws128
4309
4310         * src/quote_fmt_parse.y
4311                 fix typo and add licence header
4312
4313 2002-12-23 [paul]       0.8.6claws127
4314
4315         * po/en_GB.po
4316                 updated
4317
4318 2002-12-23 [paul]       0.8.6claws126
4319
4320         * po/it.po
4321                 updated translation, submitted by Alessandro Maestri
4322                 
4323 2002-12-23 [paul]       0.8.6claws125
4324
4325         * src/quote_fmt_parse.y
4326                 fix signature-stripping on replies bug. match
4327                 '-- \n' and not '-- '.
4328
4329 2002-12-22 [paul]       0.8.6claws124
4330
4331         * po/bg.po
4332           po/es.po
4333           po/sr.po
4334                 updated translations. submitted by George Danchev,
4335                 Ricardo Mones Lastra, and Urke MMI respectively
4336
4337 2002-12-21 [paul]       0.8.6claws123
4338
4339         * src/addrbook.c
4340                 fix coding style
4341
4342 2002-12-21 [paul]       0.8.6claws122
4343
4344         * src/addrbook.c
4345                 fix bug [643638] where if a person is in one or more
4346                 addressbook groups editing that person's email 
4347                 address results in removal from those groups.
4348                 Patch submitted by Luke Plant.
4349
4350 2002-12-20 [christoph]  0.8.6claws121
4351
4352         * src/common/utils.c
4353         * src/summaryview.c
4354                 reimplement expand_search_string using GString to
4355                 prevent crashs caused by miscalculated string
4356                 lengths reported by Paul
4357
4358 2002-12-20 [christoph]  0.8.6claws120
4359
4360         * src/summaryview.c
4361                 don't use "changed" to check if op_count has to be changed as it
4362                 is also set when the message has unread children
4363                 (closes bug [ 653221 ] crash while deleting duplicates)
4364
4365 2002-12-20 [paul]       0.8.6claws119
4366
4367         * sync with 0.8.6cvs27
4368                 see ChangeLog 2002-12-20
4369
4370 2002-12-20 [paul]       0.8.6claws118
4371
4372         * sync with 0.8.6cvs26
4373                 see ChangeLog 2002-12-19 and 2002-12-20
4374
4375 2002-12-19 [alfons]     0.8.6claws117
4376
4377         * src/textview.c
4378                 fix incorrect parsing of email addresses, submitted by 
4379                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
4380                 name display if it contains @".
4381
4382 2002-12-18 [paul]       0.8.6claws116
4383
4384         * sync with 0.8.6cvs23
4385                 see ChangeLog 2002-12-18
4386
4387 2002-12-18 [paul]       0.8.6claws115
4388
4389         * src/Makefile.am
4390         * src/account.c
4391         * src/codeconv.c
4392         * src/gtkutils.[ch]
4393         * src/imap.c
4394                 sync with 0.8.6cvs22.
4395                 see ChangeLog 2002-12-17 and 2002-12-18
4396
4397 2002-12-17 [christoph]  0.8.6claws114
4398
4399         * src/imap.c
4400                 o don't create a session if imap greeting fails
4401                 o don't close socket when authentication fails
4402                   this is done by imap_session_destroy
4403
4404 2002-12-17 [thorsten]   0.8.6claws113
4405
4406         * tools/Makefile.am
4407           tools/README
4408           tools/google_msgid.pl ** NEW FILE **
4409                 Added "search for message-id" script and doc
4410
4411 2002-12-17 [thorsten]   0.8.6claws112
4412
4413         * po/hu.po
4414                 Updated hungarian translation
4415                 (updated by Gal Zoltan)
4416
4417 2002-12-16 [christoph]  0.8.6claws111
4418
4419         * src/addr_compl.c
4420                 remove stupid addressbook dump to debug output
4421         * src/mh.c
4422                 fix memory leak found by Hiro
4423
4424 2002-12-14 [paul]       0.8.6claws110
4425
4426         * src/compose.c
4427                 fix menubar sensitivity on send
4428                 
4429         * src/prefs_filtering.c
4430         * src/prefs_matcher.c
4431         * src/prefs_scoring.c
4432                 Fix english ;)
4433                 
4434         * src/common/quoted-printable.h
4435                 sync: fix typo
4436         
4437 2002-12-13 [christoph]  0.8.6claws109
4438
4439         * src/Makefile.am
4440         * src/manage_window.[ch]        ** REMOVE **
4441         * src/gtk/Makefile.am
4442         * src/gtk/manage_window.[ch]    ** NEW **
4443                 move manage_window files to gtk directory
4444
4445 2002-12-13 [christoph]  0.8.6claws108
4446
4447         * src/Makefile.am
4448         * src/gtkshruler.[ch]           ** REMOVE **
4449         * src/gtk/Makefile.am
4450         * src/gtk/gtkshruler.[ch]       ** NEW **
4451                 move gtkshruler files to gtk directory
4452
4453 2002-12-13 [christoph]  0.8.6claws107
4454
4455         * src/Makefile.am
4456         * src/compose.c
4457         * src/gtkstext.[ch]             ** REMOVE **
4458         * src/gtkutils.[ch]
4459         * src/textview.c
4460         * src/gtk/gtkstext.[ch]         ** NEW **
4461         * src/gtk/Makefile.am
4462                 o move stext functions to gtkstext.c to remove
4463                   dependency of gtkutils
4464                 o move gtkstext files to gtk directory
4465
4466         * src/gtk/Makefile.am
4467         * src/gtk/sslcertwindow.[ch]
4468                 UI stuff can always depend on common code so
4469                 it's ok to add ../common to include path
4470
4471 2002-12-13 [colin]      0.8.6claws106
4472
4473         * src/summaryview.c
4474                 Disconnect sighandlers for mainwindow when
4475                 quicksearch has the focus
4476                 Fix bug #653231
4477         * src/mainwindow.[ch]
4478                 Make key_pressed callback public, to be able
4479                 to disconnect it
4480
4481 2002-12-13 [christoph]  0.8.6claws105
4482
4483         * src/mh.c
4484                 create .mh_sequences file in new MH folders
4485                 (closes feature request [ 523162 ] MH folders should
4486                  get a .mh_sequences)
4487
4488 2002-12-13 [colin]      0.8.6claws104
4489
4490         * src/summaryview.c
4491                 Better handling of quicksearch show/hide
4492                 (basically the button stays under the mouse 
4493                  when toggled)
4494
4495 2002-12-13 [paul]       0.8.6claws103
4496
4497         * sync with 0.8.6cvs17
4498                 see ChangeLog 2002-12-13
4499
4500 2002-12-13 [paul]       0.8.6claws102
4501
4502         * po/es.po
4503                 updated by Ricardo Mones Lastra
4504
4505 2002-12-11 [colin]       0.8.6claws101
4506
4507         * src/folder.c
4508                 remove statusbar stuff
4509           src/folderview.c
4510                 set statusbar verbosity when moving folders
4511
4512 2002-12-11 [colin]       0.8.6claws100
4513         * src/prefs_filtering.c
4514         * src/prefs_matcher.c
4515         * src/prefs_scoring.c
4516                 Fix english ;)
4517
4518 2002-12-11 [colin]       0.8.6claws99
4519
4520         * src/prefs_common.[ch]
4521                 Add summary_quicksearch_type
4522         * src/summaryview.c
4523                 Save last used quicksearch type
4524
4525 2002-12-11 [jens]       0.8.6claws98
4526         * src/prefs_filtering.c
4527         * src/prefs_matcher.c
4528         * src/prefs_scoring.c
4529                 added dialog for incomplete rules in scoring, filtering and
4530                 matcher to ask wheather really close
4531
4532 2002-12-11 [colin]      0.8.6claws97
4533
4534         * src/folder.c
4535                 Fix folder dnd statusbar logging
4536
4537 2002-12-10 [christoph]  0.8.6claws96
4538
4539         * src/compose.c
4540         * src/folder.c
4541         * src/imap.c
4542         * src/inc.c
4543         * src/main.c
4544         * src/mainwindow.c
4545         * src/news.c
4546         * src/send.c
4547         * src/statusbar.[ch]
4548         * src/common/hooks.c
4549         * src/common/log.[ch]
4550                 o handle verbose logging in statusbar directly in statusbar code
4551                   and common code does not need any knowledge about a statusbar
4552                 o remove direct calls to statusbar_(puts|pop)_all functions
4553
4554 2002-12-10 [jens]       0.8.6claws95
4555
4556         * src/*.c
4557                 removed gettext from g_warnings
4558         * po/POTFILES.in
4559                 cleaned and updated
4560         * po/de.po
4561                 updated
4562
4563 2002-12-10 [colin]      0.8.6claws94
4564
4565         * src/main.c
4566                 finish crash dialog fix
4567
4568 2002-12-10 [colin]      0.8.6claws93
4569
4570         * src/main.c
4571                 "Fix" "sylpheed already running" instead of
4572                 crash dialog appearing after a crash
4573
4574 2002-12-10 [colin]      0.8.6claws92
4575
4576         * po/POTFILES.in
4577                 add src/gtk/sslcertwindow.c
4578
4579 2002-12-10 [paul]       0.8.6claws91
4580
4581         * po/POTFILES.in
4582                 updated to reflect recent changes
4583                 submitted by Alessandro Maestri
4584
4585 2002-12-09 [christoph]  0.8.6claws90
4586
4587         * src/Makefile.am
4588         * src/smtp.[ch]                 ** REMOVE **
4589         * src/common/Makefile.am
4590         * src/common/smtp.[ch]          ** NEW **
4591                 move smtp files to common directory
4592
4593 2002-12-09 [christoph]  0.8.6claws89
4594
4595         * src/Makefile.am
4596         * src/session.[ch]              ** REMOVE **
4597         * src/common/Makefile.am
4598         * src/common/session.[ch]       ** NEW **
4599                 move session files to common directory
4600
4601 2002-12-09 [paul]       0.8.6claws88
4602
4603         * src/account.c
4604                 fix bug [649746] edit accounts: move account reverted
4605                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
4606
4607 2002-12-09 [colin]      0.8.6claws87
4608
4609         * src/ssl_certificate.c
4610                 cleanup
4611
4612 2002-12-09 [colin]      0.8.6claws86
4613
4614         * src/ssl.c
4615                 Try to open the cert.pem database and 
4616                 issue a warning if it isn't there
4617
4618 2002-12-09 [colin]      0.8.6claws85
4619
4620         * src/common/ssl_certificate.c
4621         * src/gtk/sslcertwindow.c
4622                 Warning fixes
4623
4624 2002-12-09 [colin]      0.8.6claws84
4625
4626         * src/ssl_certificate.[ch] ** REMOVED **
4627         * src/common/ssl_certificate.[ch] ** NEW **
4628         * src/Makefile.am
4629         * src/common/Makefile.am
4630                 Moved ssl_certificate.[ch] to common
4631         * src/common/ssl.c 
4632                 Put back needed include
4633         * src/gtk/sslcertwindow.[ch]
4634                 Changed ssl_certificate.h include
4635         
4636 2002-12-09 [colin]      0.8.6claws83
4637
4638         * src/gtk/sslcertwindow.[ch]
4639                 Implement hook for certificate acception
4640         * src/ssl_certificate.[ch]
4641                 Implement hook for certificate acception
4642         * src/common/ssl.c
4643                 Reenable certificate acception check
4644         * src/mainwindow.c
4645                 Register sslcertwindow's hook
4646         
4647 2002-12-08 [christoph]  0.8.6claws82
4648
4649         * src/about.c
4650         * src/addr_compl.c
4651         * src/codeconv.c
4652         * src/manual.c
4653         * src/undo.c
4654         * src/common/utils.c
4655                 o add missing includes
4656                 o fix warnings
4657         * src/.cvsignore
4658         * src/common/.cvsignore
4659         * src/common/version.h          ** REMOVE **
4660                 remove autogenerated file
4661
4662 2002-12-08 [paul]       0.8.6claws81
4663
4664         * src/stringtable.c
4665                 put back needed include
4666
4667 2002-12-08 [colin]      0.8.6claws80
4668         
4669         * src/gtk/sslcertwindow.c
4670                 Cleaner popups when asking
4671         * src/ssl_certificate.c
4672         * src/prefs_common.[ch]
4673                 remove ssl certificate pref
4674                 put back needed include
4675         * src/undo.c
4676                 put back needed include
4677
4678 2002-12-08 [christoph]  0.8.6claws79
4679
4680         * src/folderview.c
4681         * src/logwindow.c
4682         * src/statusbar.c
4683         * src/summaryview.c
4684                 only abort hook invokation if required data is missing not
4685                 if our own data pointer is NULL, update hookfunction for
4686                 log window
4687
4688 2002-12-08 [paul]       0.8.6claws78
4689
4690         * src/about.c
4691         * src/addrcache.c
4692         * src/addrclip.c
4693         * src/addr_compl.c
4694         * src/addrselect.c
4695         * src/codeconv.c
4696         * src/colorlabel.c
4697         * src/enriched.c
4698         * src/esmtp.c
4699         * src/exporthtml.c
4700         * src/headerview.c
4701         * src/imageview.c
4702         * src/manual.c
4703         * src/noticeview.c
4704         * src/pgptext.c
4705         * src/scoring.c
4706         * src/sourcewindow.c
4707         * src/stringtable.c
4708         * src/undo.c
4709                 clean up: remove unneccesary includes
4710
4711 2002-12-08 [christoph]  0.8.6claws77
4712
4713         * src/folderview.c
4714         * src/statusbar.c
4715         * src/summaryview.c
4716         * src/common/hooks.[ch]
4717                 hook functions now have a gboolean return value, if a hook
4718                 returns TRUE it will stop executing of any more hooks in
4719                 the same hooklist for this invokation
4720
4721 2002-12-08 [colin]      0.8.6claws76
4722         
4723         * src/main.c
4724                 put back argv0 for CRASH_DIALOG
4725
4726 2002-12-08 [christoph]  0.8.6claws75
4727
4728         * src/Makefile.am
4729         * src/about.c
4730         * src/account.c
4731         * src/crash.c
4732         * src/esmtp.h
4733         * src/imap.[ch]
4734         * src/inc.c
4735         * src/main.c
4736         * src/mainwindow.c
4737         * src/news.c
4738         * src/pop.[ch]
4739         * src/prefs_account.[ch]
4740         * src/prefs_common.[ch]
4741         * src/send.[ch]
4742         * src/smtp.[ch]
4743         * src/ssl_certificate.[ch]
4744         * src/ssl_manager.[ch]
4745         * src/common/Makefile.am
4746         * src/common/log.c
4747         * src/common/nntp.[ch]
4748         * src/common/socket.[ch]
4749         * src/common/ssl.[ch]
4750         * src/gtk/sslcertwindow.[ch]
4751         * ac/openssl.m4
4752                 use new autoconf script to detect OpenSSL with extra parameters
4753                 to specify the location of libs and includes, also remove USE_SSL
4754                 to USE_OPENSSL
4755
4756         * src/common/sylpheed.[ch]
4757         * src/common/version.h.in
4758                 start seperation of common code initialization seperated from gui
4759
4760         * src/summaryview.c
4761                 The function that is called when a color label changes
4762                 should not change the color lable again
4763
4764 2002-12-08 [colin]      0.8.6claws74
4765
4766         * src/gtk/sslcertwindow.c
4767                 warning fixes
4768
4769 2002-12-08 [colin]      0.8.6claws73
4770
4771         * src/statusbar.c
4772           src/common/log.h
4773                 Register a hook for statusbar_puts_all
4774         * src/common/log.c
4775                 invoke statusbar_puts_all's hook
4776         
4777 2002-12-08 [colin]      0.8.6claws72
4778
4779         * src/ssl_certificate.c
4780                 Put back a badly-removed include
4781
4782 2002-12-08 [colin]      0.8.6claws71
4783
4784         * src/gtk/sslcertwindow.[ch]    ** NEW **
4785                 new certificate presentation
4786         * src/gtk/Makefile.am
4787                 add new files
4788         * src/ssl_certificate.[ch]
4789                 gtk cleanup, made utility functions public
4790         * src/ssl_manager.c
4791                 use new cert presentation
4792
4793 2002-12-07 [christoph]  0.8.6claws70
4794
4795         * src/Makefile.am
4796         * src/nntp.[ch]                 ** REMOVE **
4797         * src/common/Makefile.am
4798         * src/common/nntp.[ch]          ** NEW **
4799                 move nntp files to common directory
4800
4801 2002-12-07 [christoph]  0.8.6claws69
4802
4803         * src/procmsg.[ch]
4804         * src/summaryview.c
4805                 implement msginfo update callback using sylpheed's new
4806                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
4807
4808 2002-12-06 [christoph]  0.8.6claws68
4809
4810         * src/editgroup.c
4811                 This patch changes the 'Edit Group Details' dialog to
4812                 allow extended selections in either pane, so that
4813                 addresses can be added or removed from a group more
4814                 quickly and easily. (it actually is a net decrease in
4815                 file size, as some unnecessary functions have been
4816                 removed). 
4817                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
4818
4819 2002-12-06 [christoph]  0.8.6claws67
4820
4821         * src/Makefile.am
4822         * src/template.[ch]             ** REMOVE **
4823         * src/common/Makefile.am
4824         * src/common/template.[ch]      ** NEW **
4825                 move template files to common directory
4826
4827         * src/nntp.c
4828                 add missing log.h include
4829
4830 2002-12-06 [melvin]     0.8.6claws66
4831
4832         * src/prefs_actions.c
4833                 Added the trailing ">" syntax to insert command's output
4834                 without replacing old text (in contrast to trailing "|").
4835
4836 2002-12-05 [colin]      0.8.6claws65
4837         
4838         * src/common/utils.c
4839                 Don't modify original search_string or it'll change
4840                 the next iterations in the for()
4841
4842 2002-12-05 [darko]      0.8.6claws64
4843
4844         * src/common/utils.c
4845                 proper check for filtering commands, found by Colin
4846
4847 2002-12-05 [darko]      0.8.6claws63
4848
4849         * src/common/utils.c
4850                 check proper string for NULL pointer, found by Colin
4851
4852 2002-12-05 [darko]      0.8.6claws62
4853
4854         * src/common/utils.[ch]
4855                 expand_search_string(): new function
4856                 converts Mutt-like patterns to Sylpheed's
4857                 filtering engine
4858         * src/summaryview.c
4859                 use expand_search_string() to allow Mutt-like
4860                 patterns in extended search
4861         * README.claws
4862                 document extended option in quick search
4863
4864 2002-12-05 [paul]       0.8.6claws61
4865
4866         * sync with 0.8.6cvs16
4867                 see ChangeLog 2002-12-05
4868                 
4869         * po/POTFILES.in
4870                 clean up
4871
4872 2002-12-04 [christoph]  0.8.6claws60
4873
4874         * src/imap.[ch]
4875                 put imap authentication code into a new function and
4876                 remove it from imap_session_new that will allow to
4877                 send other commands before authentication
4878
4879 2002-12-04 [christoph]  0.8.6claws59
4880
4881         * src/imap.[ch]
4882                 use already existing method to prevent unneeded IMAP
4883                 folder selects. Set imap_select parameters to NULL
4884                 in some functions if the values are not required.
4885
4886         * src/xml.h
4887                 remove no longer required include
4888
4889 2002-12-04 [paul]       0.8.6claws58
4890
4891         * po/es.po
4892                 updated by Ricardo Mones Lastra
4893                 
4894         * configure.in
4895           po/hu.po      ** NEW FILE **
4896                 initial Hungarian translation, submitted
4897                 by Gál Zoltán <galzoli@hu.inter.net>
4898
4899 2002-12-03 [christoph]  0.8.6claws57
4900
4901         * src/Makefile.am
4902         * src/gtksctree.[ch]            ** REMOVE **
4903         * src/gtk/Makefile.am
4904         * src/gtk/gtksctree.[ch]        ** NEW **
4905                 move gtksctree files to gtk directory
4906
4907 2002-12-03 [christoph]  0.8.6claws56
4908
4909         * src/Makefile.am
4910         * src/md5.[ch]                  ** REMOVE **
4911         * srm/common/Makefile.am
4912         * src/common/md5.[ch]           ** NEW **
4913                 move md5 files to common directory
4914
4915         * src/gtkstext.c
4916                 remove not required #include
4917
4918 2002-12-03 [sergey]     0.8.6claws55
4919
4920         * src/gtkutils.c
4921         * src/gtkutils.h
4922                 gtkut_window_popup(): new function.
4923         * src/mainwindow.c
4924                 main_window_popup(): use gtkut_window_popup() to raise
4925                 window without changing its position.
4926                 (see sylpheed-main ML message [sylpheed:17247])
4927
4928 2002-12-03 [sergey]     0.8.6claws54
4929
4930         * src/send.c
4931                 send_message_local(): removed first-dot escaping
4932                 (SMTP-only, not needed for sending through pipe)
4933
4934 2002-12-03 [paul]       0.8.6claws53
4935
4936         * po/POTFILES.in
4937                 update to reflect recent changes (thanks
4938                 to Ricardo Mones Lastra)
4939                 
4940         * tools/filter_conv.pl
4941                  fix problem with quoted strings. Patch submitted
4942                  by Luke Plant <lukeplant@softhome.net>
4943
4944 2002-12-03 [paul]       0.8.6claws52
4945
4946         * sync with 0.8.6cvs15
4947                 see ChangeLog 2002-12-03
4948
4949 2002-12-02 [christoph]  0.8.6claws51
4950
4951         * src/logwindow.[ch]
4952         * src/common/log.[ch]
4953                 implement logging using a hook function
4954
4955         * src/folderview.c
4956         * src/folder.[ch]
4957                 define hooklist name in header file to avoid
4958                 errors caused by wrong spelling of hooklist names
4959
4960         * src/toolbar.c
4961                 fix warnings
4962
4963 2002-12-02 [christoph]  0.8.6claws50
4964
4965         * src/common/Makefile.am
4966                 add src/common/hooks.[ch]
4967
4968         * src/common/hooks.[ch]
4969                 implement a simple hook system using glib's hook functions
4970
4971         * src/folder.[ch]
4972         * src/folderview.c
4973                 use new hook system for folder item updates
4974
4975 2002-12-02 [christoph]  0.8.6claws49
4976
4977         * doc-src/ui_seperation.txt     ** NEW **
4978                 information for ui seperation
4979
4980         * src/Makefile.am
4981                 remove files that were moved to common
4982                 include common directory by default for the header files
4983
4984         * src/inc.c
4985         * src/common/socket.c
4986         * src/automaton.[ch]
4987                 implement automaton using g_io_*-functions instead of
4988                 gdk_input_add to make it ui independent
4989
4990         * src/codeconv.c
4991         * src/compose.c
4992         * src/ldif.c
4993         * src/pgptext.c
4994         * src/procmime.c
4995         * src/rfc2015.c
4996         * src/smtp.c
4997         * src/unmime.c
4998                 remove common/ prefix because directory is now in
4999                 include path
5000
5001         * src/compose.c
5002         * src/folder.c
5003         * src/folderview.c
5004         * src/mainwindow.c
5005         * src/messageview.c
5006         * src/prefs_common.c
5007         * src/procmsg.c
5008         * src/rfc2015.c
5009                 fix warnings
5010
5011         * src/imap.c
5012         * src/inc.c
5013         * src/news.c
5014         * src/pop.c
5015         * src/send.c
5016         * src/smtp.c
5017         * src/ssl_certificate.c
5018                 add log.h header file for logging functions
5019
5020         * src/main.c
5021         * src/common/utils.c
5022         * src/summaryview.c
5023         * src/xml.c
5024                 o move debug_mode to common/utils.c
5025                 o add functions to set and get debug_mode
5026
5027         * src/defs.h                    ** REMOVE **
5028         * src/intl.h                    ** REMOVE **
5029         * src/socket.[ch]               ** REMOVE **
5030         * src/ssl.[ch]                  ** REMOVE **
5031         * src/utils.[ch]                ** REMOVE **
5032                 replaced by new files in src/common/
5033         
5034         * src/common/Makefile.am
5035                 add new files in src/common/
5036
5037         * src/common/defs.h             ** NEW **
5038         * src/common/intl.h             ** NEW **
5039         * src/common/log.[ch]           ** NEW **
5040         * src/common/socket.[ch]        ** NEW **
5041         * src/common/ssl.[ch]           ** NEW **
5042         * src/common/utils.[ch]         ** NEW **
5043                 replacement for files in src/
5044
5045 2002-12-02 [colin]      0.8.6claws48
5046
5047         * src/folderview.c
5048                 Scroll folderview if necessary during dnd
5049
5050 2002-12-02 [colin]      0.8.6claws47
5051
5052         * src/folder.[ch]
5053                 Add check to verify a move is within a single mailbox
5054         * src/folderview.c
5055                 Add specific error string for this check
5056
5057 2002-12-02 [colin]      0.8.6claws46
5058
5059         * src/folder.c
5060                 Add a test to folder moving, remove a statusbar_print
5061         * src/folderview.c
5062                 Add Move folder... context-menu item
5063                 Factorize folder moving code
5064                 Enable folder DND for mbox
5065
5066 2002-12-01 [christoph]  0.8.6claws45
5067
5068         * ac/aspell.m4
5069                 remove conf.aspelltest if the version check fails
5070
5071 2002-11-30 [christoph]  0.8.6claws44
5072
5073         * autogen.sh
5074                 run libtoolize --force in autogen to create missing
5075                 libtool scripts
5076
5077 2002-11-30 [christoph]  0.8.6claws43
5078
5079         * src/Makefile.am
5080         * src/pgptext.c
5081         * src/procmime.c
5082         * src/rfc2015.c
5083         * src/uuencode.[ch]             ** REMOVED **
5084         * src/common/Makefile.am
5085         * src/common/uuencode.[ch]      ** NEW **
5086                 move uuen/decoder to common directory
5087
5088 2002-11-30 [christoph]  0.8.6claws42
5089
5090         * src/Makefile.am
5091         * src/base64.[ch]               ** REMOVED **
5092         * src/codeconv.c
5093         * src/compose.c
5094         * src/ldif.c
5095         * src/pgptext.c
5096         * src/procmime.c
5097         * src/rfc2015.c
5098         * src/smtp.c
5099         * src/unmime.c
5100         * src/common/Makefile.am
5101         * src/common/base64.[ch]        ** NEW **
5102                 move base64 en/decoder to common directory
5103
5104 2002-11-30 [christoph]  0.8.6claws41
5105
5106         * src/common                    ** NEW **
5107                 new directory for UI independent code
5108         * src/gtk                       ** NEW **
5109                 new directory for GTK frontend
5110         * src/common/.cvsignore         ** NEW **
5111         * src/gtk/.cvsignore            ** NEW **
5112                 ignore build files
5113         * src/common/Makefile.am        ** NEW **
5114         * src/gtk/Makefile.am           ** NEW **
5115                 automake files to build new seperated stuff
5116         * src/Makefile.am
5117                 the binary will currently still be build with the
5118                 files in src, so we include the code from the
5119                 subdirs for now after building the libs there
5120
5121 2002-11-30 [paul]       0.8.6claws40
5122
5123         * src/compose.c
5124                 fix bug [642731] 'Wrong selected account with drafted mail'
5125
5126 2002-11-29 [oliver]     0.8.6claws39
5127         
5128         * src/messageview.c
5129                 o update summaryview when switching between different
5130                   messageviews          
5131         * src/toolbar.c  
5132                 o check if messageview holds already removed msg
5133                   from summaryview
5134                 
5135
5136 2002-11-29 [oliver]     0.8.6claws38
5137
5138         * src/toolbar.c 
5139                 remove not needed variables and includes
5140                 make messageview stay opened and move to next when msgs are deleted 
5141
5142 2002-11-29 [oliver]     0.8.6claws37
5143         
5144         * src/toolbar.c 
5145                 disable compose button (messageview toolbar) by default
5146                 deleted msgs are moved to trash
5147         
5148 2002-11-29 [melvin]     0.8.6claws36
5149
5150         * configure.in
5151                 Increased minimal gpgme version to 0.3.10 (Zombies out)
5152                 and to detect signatures expirations (gpgme 0.3.6)
5153
5154         * src/main.c
5155                 Use non obsolescent function for Gpgme engine checking.
5156
5157         * src/rfc2015.c
5158                 Inform about expired signatures or signatures which key
5159                 has expired. Expiration date is displayed.
5160
5161         * src/sigstatus.c
5162                 Inform about expired signatures or signatures which key
5163                 has expired.
5164
5165 2002-11-28 [paul]       0.8.6claws35
5166
5167         * src/folderview.c
5168                 re-instate 'Check for new messages' in Newsgroup
5169                 folders right-click menu, after a suggestion from
5170                 Tim Mann <timmann@users.sourceforge.net>
5171
5172         * src/main.c
5173                 after a crash check only local folders for new
5174                 messages
5175
5176 2002-11-28 [paul]       0.8.6claws34
5177
5178         * configure.in
5179                 apply patch that fixes the checking of GTK with XIM 
5180                 support on different OSs, such as FreeBSD. Patch 
5181                 submitted by Topia <topia@users.sourceforge.net>
5182                 
5183 2002-11-28 [paul]       0.8.6claws33
5184
5185         * src/mainwindow.c
5186           src/prefs_common.c
5187           src/prefs_toolbar.c
5188                 more changes to the English
5189
5190 2002-11-28 [paul]       0.8.6claws32
5191
5192         * sync with 0.8.6cvs13
5193                 see ChangeLog 2002-11-28 (no sync needed
5194                 for src/compose.c)
5195
5196 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
5197         
5198         * src/mainwindow.[ch]
5199                 add patch by Ivan F. Martinez introducing messageview Toolbar
5200                 some changes and committed by oliver    
5201
5202 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
5203
5204         * src/messageview.[ch]
5205                 add patch by Ivan F. Martinez introducing messageview Toolbar
5206                 some changes and committed by oliver    
5207
5208 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
5209
5210         * src/compose.[ch]
5211                 add patch by Ivan F. Martinez introducing messageview Toolbar
5212                 some changes and committed by oliver    
5213
5214 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
5215         
5216         * src/toolbar.[ch]
5217                 add patch by Ivan F. Martinez introducing messageview Toolbar
5218                 some changes and committed by oliver
5219
5220 2002-11-28 [oliver]     0.8.6claws27
5221         
5222         * src/prefs_toolbar.[ch]
5223                 getting ready for messageview toolbar
5224                 free mem allocated by gettext
5225                 change prefs_toolbar to prefs_toolbar_open
5226  
5227 2002-11-28 [thorsten]   0.8.6claws26
5228
5229         * src/imageview.[ch]
5230                 cleaned up conflicting declarations of
5231                 imageview_show_image()
5232
5233 2002-11-28 [paul]       0.8.6claws25
5234
5235         * src/grouplistdialog.c
5236           src/prefs_common.c
5237           src/prefs_summary_column.c
5238                 a few more improvements to the English
5239
5240 2002-11-28 [colin]      0.8.6claws24
5241
5242         * man/sylpheed.1
5243                 A few updates to command-line parameters
5244
5245 2002-11-28 [colin]      0.8.6claws23
5246
5247         * src/prefs_filtering.c
5248                 Fix problems with prefs_filtering_delete_path:
5249                 a) if the first rule is removed, original pointers
5250                    weren't updated (leading to segfaults)
5251                 b) it was always global_processing updated in case
5252                    of removed path was parent of rule path
5253
5254 2002-11-27 [paul]       0.8.6claws22
5255
5256         * src/mainwindow.c
5257           src/prefs_account.c
5258           src/prefs_actions.c
5259           src/prefs_common.c
5260           src/prefs_customheader.c
5261           src/prefs_display_header.c
5262           src/prefs_filtering.c
5263           src/prefs_folder_item.c
5264           src/prefs_matcher.c
5265           src/prefs_scoring.c
5266           src/prefs_summary_column.c
5267           src/prefs_template.c
5268           src/prefs_toolbar.c
5269                  improve the English in the GUI
5270
5271 2002-11-27 [colin]      0.8.6claws21
5272
5273         * src/folder.c
5274                 Fix processing renaming problems happening after
5275                 last commit
5276
5277 2002-11-27 [colin]      0.8.6claws20
5278
5279         * src/folder.c
5280                 recursive move now deletes src each subfolder after 
5281                 having moved it
5282         * src/folderview.c
5283                 Use identifier instead of path during dnd (enables
5284                 IMAP folder dnd)
5285
5286 2002-11-27 [paul]       0.8.6claws19
5287
5288         * src/main.c
5289                 apply patch that does command-line processing 
5290                 BEFORE gtk_init, allowing claws to run from 
5291                 shell-scripts in non-X environment (e.g. crontab 
5292                 or ip-up, ip-down scripts). Patch submitted by
5293                 Ruslan N. Balkin <baron@dartel.ru>
5294                 
5295         * po/it.po
5296                 updated by Alessandro Maestri
5297
5298 2002-11-27 [paul]       0.8.6claws18
5299
5300         * sync with 0.8.6cvs12
5301           src/prefs_common.c
5302                 Differences are that main uses a 'Receive dialog'
5303                 frame on the Interface tab, whereas claws groups all 
5304                 the dialogs together in a 'Dialogs' frame.
5305
5306 2002-11-27 [colin]      0.8.6claws17
5307
5308         * src/prefs_matcher.c
5309                 Fix Execute criteria's NOT flag
5310
5311
5312 2002-11-26 [christoph]  0.8.6claws16
5313
5314         * src/ssl.c
5315                 rewrite the ssl code a little bit, only use one
5316                 SSL context, set default certificates' file/path
5317
5318 2002-11-26 [thorsten]   0.8.6claws15
5319
5320         * src/compose.c
5321                 default-reply-to didn't work for ml-reply
5322
5323 2002-11-26 [melvin]     0.8.6claws14
5324
5325         * src/prefs_actions.c
5326                 Made pipe-actions ignore short headers in message view
5327                 Made trailing-pipe-actions write in the message view with
5328                 the same font as the original message
5329
5330 2002-11-26 [paul]       0.8.6claws13
5331
5332         * src/compose.c
5333                 this time commit the correct file
5334
5335 2002-11-26 [paul]       0.8.6claws12
5336
5337         * sync with 0.8.6cvs11
5338           src/quote_fmt_parse.y  
5339                 no sync needed
5340           src/account.[ch]       
5341                 not sync'ed
5342           src/compose.c
5343                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
5344                 on draft mode.
5345                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
5346                 header
5347                 
5348         see ChangeLog 2002-11-25 and 2002-11-26
5349
5350 2002-11-26 [colin]      0.8.6claws11
5351
5352         * src/folderview.c
5353                 Fix collapsed folder not auto-expanding during
5354                 mail dnd, if it was the source folder.
5355
5356 2002-11-25 [colin]      0.8.6claws10
5357
5358         * src/folderview.[ch]
5359                 Variable renaming and cleaning (slist of nodes 
5360                 to be re-collapsed is stored in FolderView)
5361
5362 2002-11-25 [paul]       0.8.6claws9
5363
5364         * src/prefs_common.[ch]
5365                 fix breakage caused by last commit
5366
5367 2002-11-25 [paul]       0.8.6claws8
5368
5369         * sync with 0.8.6cvs4
5370                 see ChangeLog 2002-11-21
5371
5372 2002-11-25 [paul]       0.8.6claws7
5373
5374         * sync with 0.8.6cvs4
5375                 see ChangeLog 2002-11-20
5376
5377 2002-11-25 [paul]       0.8.6claws6
5378
5379         * sync with 0.8.6cvs3
5380                 see ChangeLog 2002-11-18
5381
5382 2002-11-25 [colin]      0.8.6claws5
5383
5384         * src/gtkutils.[ch]
5385                 Add gtkut_ctree_node_is_parent()
5386         * src/folderview.c
5387                 Spring-loaded folders
5388
5389 2002-11-25 [colin]      0.8.6claws4
5390
5391         * src/utils.[ch]
5392                 Add slist_concat_unique(), function to merge
5393                 two GSList filtering dups
5394         * src/folder.[ch]
5395         * src/summaryview.[ch]
5396         * src/folderview.c
5397         * src/main.c
5398                 Add detection/update/display of unread answers
5399                 to marked mails
5400         * src/procmsg.[ch]
5401                 Add procmsg_find_children()
5402                 Add procmsg_msg_has_marked_parent()
5403
5404 2002-11-25 [colin]      0.8.6claws3
5405
5406         * src/ssl_certificate.[ch]
5407                 Allow checking a certificate without a DNS
5408                 lookup
5409                 Allow to forget a cert (by deleting it)
5410                 Make ssl_certificate_destroy_public
5411         * src/ssl_manager.[ch] ** NEW FILES **
5412                 Gui to manage (display/remove) certificates
5413         * src/prefs_common.[ch]
5414                 Add a pref to allow silent acceptation of
5415                 trusted certificates or not (based on the
5416                 "I want to know what's going on" principle)
5417         * src/mainwindow.c
5418                 Add SSL manager in Tools menu
5419         * src/Makefile.am
5420                 Add the new files to the build
5421         * po/POTFILES.in
5422                 Add ssl_manager.c to translations
5423
5424 2002-11-25 [colin]      0.8.6claws2
5425
5426         * src/summaryview.[ch]
5427                 Add S_SEARCH_EXTENDED to the quick search, which 
5428                 allows to search using filtering syntax.
5429
5430 2002-11-25 [colin]      0.8.6claws1
5431
5432         * src/summaryview.c
5433                 Deletion of duplicates now prefer deleting
5434                 the unread dup (fixes feature-request 638989).
5435
5436 2002-11-24 [paul]       0.8.6claws
5437
5438         * po/es.po
5439           po/pl.po
5440           po/ru.po
5441           po/sr.po
5442                 updated by Ricardo Mones Lastra,
5443                 Witold Wladyslaw Wojciech Wilk,
5444                 Ruslan N. Balkin, and  Urke MMI 
5445                 respectively
5446
5447 2002-11-24 [paul]       0.8.5claws182
5448
5449         * po/bg.po
5450                 updated by George Danchev
5451
5452 2002-11-23 [alfons]     0.8.5claws181
5453
5454         * src/imap.c
5455                 tiny memory leak found by browsing Dimitar's 
5456                 valgrind report
5457
5458 2002-11-23 [paul]       0.8.5claws180
5459
5460         * po/it.po
5461                 updated by Alessandro Maestri
5462
5463 2002-11-22 [christoph]  0.8.5claws179
5464
5465         * src/compose.c
5466         * src/inc.c
5467         * src/prefs_filtering.c
5468         * src/summaryview.c
5469                 more warning fixes
5470
5471 2002-11-22 [alfons]     0.8.5claws178
5472
5473         * src/summaryview.c
5474                 summary_execute_delete_func(): if message is deleted, make 
5475                 sure to also remove its entry in the subject hash table. 
5476                 fixes a corner case bug.
5477
5478 2002-11-22 [paul]       0.8.5claws177
5479
5480         * .cvsignore
5481                 add 'autom4te.cache'
5482                 
5483         * ltconfig      ** REMOVED **
5484                 not needed
5485
5486 2002-11-22 [paul]       0.8.5claws176
5487
5488         * src/textview.c
5489                 textview_set_font(): fix for message display in
5490                 UTF-8 locales (thanks to Sergey Vlasov).
5491                 
5492         * AUTHORS
5493                 add new team members and contributors
5494
5495
5496 2002-11-21 [colin]      0.8.5claws175
5497
5498         * src/procmsg.[ch]
5499                 Add procmsg_remove_special_headers()
5500         * src/mh.c
5501                 Use procmsg_remove_special_headers() for 
5502                 previous fix
5503
5504 2002-11-21 [colin]      0.8.5claws174
5505
5506         * src/mh.c
5507                 Fix moving/copying from queue/draft folders
5508                 for MH folders
5509
5510 2002-11-21 [christoph]  0.8.5claws173
5511
5512         * src/crash.c
5513         * src/filtering.c
5514         * src/logwindow.c
5515         * src/main.c
5516         * src/matcher_parser_lex.[hl]
5517         * src/mbox.c
5518         * src/mbox_folder.[ch]
5519         * src/prefs_filtering.c
5520         * src/procheader.c
5521         * src/quote_fmt_lex.l
5522         * src/ssl.c
5523                 fix all warnings except the warnings in lex and yacc files
5524
5525 2002-11-20 [christoph]  0.8.5claws172
5526
5527         * src/imap.c
5528                 fix MsgInfo retrieval for IMAP draft and queue folders
5529                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
5530
5531 2002-11-19 [christoph]  0.8.5claws171
5532
5533         * src/compose.c
5534                 fix segfault, when draft saving does not get
5535                 the MsgInfo of the new message
5536                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
5537
5538 2002-11-19 [christoph]  0.8.5claws170
5539
5540         * src/procmsg.c
5541                 add parameter check for flag setting function
5542                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
5543
5544 2002-11-18 [paul]       0.8.5claws169
5545
5546         * src/compose.c
5547                 more sensitivity fixes to redirect mode:
5548                 * disable toolbar draft button
5549                 * allow only Address book in the Tools menu
5550                 * disable editing of message by the spell
5551                   checker
5552
5553 2002-11-18 [paul]       0.8.5claws168
5554
5555         * src/compose.c
5556                 fix sensitivity of menu items in compose_redirect():
5557                 allow only the necessary items 
5558
5559 2002-11-18 [paul]       0.8.5claws167
5560
5561         * src/compose.c
5562                 fix bug [ 603259 ] 'attachment got lost on bounce'
5563
5564 2002-11-18 [paul]       0.8.5claws166
5565
5566         * po/ru.po
5567                 updated by Ruslan N. Balkin <baron@dartel.ru>
5568
5569 2002-11-18 [colin]      0.8.5claws165
5570
5571         * src/main.c
5572           src/defs.h
5573                 Remove old filtering stuff
5574
5575
5576 2002-11-17 [oliver]     0.8.5claws164
5577
5578         * src/toolbar.h
5579                 remove not needed typedef 
5580
5581 2002-11-17 [oliver]     0.8.5claws163
5582
5583         * src/toolbar.c
5584                 make toolbar's on click events translatable
5585
5586 2002-11-15 [colin]      0.8.5claws162
5587
5588         * src/summaryview.c
5589                 Revert too-soon integration of a feature
5590
5591 2002-11-15 [christoph]  0.8.5claws161
5592
5593         * src/imap.c
5594                 use main's implementation of imap_get_msginfo
5595
5596 2002-11-15 [christoph]  0.8.5claws160
5597
5598         * src/compose.c
5599         * src/folder.[ch]
5600         * src/imap.c
5601         * src/mbox_folder.c
5602         * src/mh.c
5603         * src/news.c
5604         * src/procmsg.c
5605         * src/summaryview.c
5606                 replace claws' fetch_msginfo with main's get_msginfo
5607                 (use main's implementation where possible)
5608
5609 2002-11-15 [colin]      0.8.5claws159
5610
5611         * src/ssl_certificate.c
5612                 Missed a check
5613
5614 2002-11-16 [melvin]     0.8.5claws158
5615
5616         * po/fr.po
5617                 Updated French translations.
5618
5619 2002-11-16 [colin]      0.8.5claws157
5620
5621         * src/ssl_certificate.c
5622                 Check for missing parts in the certificates
5623
5624 2002-11-15 [colin]      0.8.5claws156
5625
5626         * src/folderview.c
5627                 Preventive fix (missing check) found by
5628                 Alfons
5629
5630 2002-11-15 [paul]
5631
5632         * NEWS
5633                 sync with 0.8.6 release
5634
5635 2002-11-15 [colin]      0.8.5claws155
5636
5637         * src/folder.[ch]
5638           src/folderview.c
5639                 Fix error handling of folder_item_move_to()
5640                 (thanks to Alfons!)
5641
5642 2002-11-15 [colin]      0.8.5claws154
5643
5644         * src/folder.[ch]
5645           src/folderview.c
5646                 folder_item_move_to() sets an error message instead
5647                 of having GUI stuff in folder.c
5648
5649 2002-11-15 [colin]      0.8.5claws153
5650
5651         * src/procmsg.[ch]
5652                 Implemented a callback for MsgInfo updates, 
5653                 heavily copy/pasted from Christoph's folder 
5654                 callback system
5655         * src/summaryview.[ch]
5656                 Register summary_update_msg as callback
5657
5658 2002-11-14 [colin]      0.8.5claws152
5659         
5660         * src/procmsg.c
5661                 Update the FolderItem after sending (fixes 617593)
5662
5663 2002-11-14 [christoph]  0.8.5claws151
5664
5665         * src/folder.c
5666                 fix wrong position of NULL pointer check found
5667                 by Sergey
5668
5669 2002-11-14 [christoph]  0.8.5claws150
5670
5671         * src/folder.c
5672                 fix segfault when deleting messages from IMAP folders
5673                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
5674
5675 2002-11-14 [colin]      0.8.5claws149
5676
5677         * src/compose.c
5678                 Forwarding was also ignoring the folder's default account.
5679
5680 2002-11-14 [colin]      0.8.5claws148
5681
5682         * src/compose.c
5683                 Fix sent folder not set to folder properties when 
5684                 forwarding.
5685
5686 2002-11-14 [thorsten]   0.8.5claws147
5687
5688         * src/inc.c
5689                 inc_start(): Files were not moved from .processing to inbox,
5690                 if no global processing rule existed
5691
5692 2002-11-14 [colin]      0.8.5claws146
5693
5694         * src/ssl_certificate
5695                 Fix file operations
5696
5697 2002-11-14 [paul]       0.8.5claws145
5698
5699         * po/it.po
5700                 updated by Alessandro Maestri
5701
5702 2002-11-13 [alfons]     0.8.5claws144
5703
5704         * src/folder.c
5705                 folder_item_close(): only mark messages unread
5706                 when a folder has new messages 
5707
5708 2002-11-13 [keith]      0.8.5claws143
5709
5710         * src/imap.c
5711                 Fix problem moving or copying between
5712                 IMAP folders
5713
5714 2002-11-13 [colin]      0.8.5claws142
5715
5716         * src/matcher_parser_parse.y
5717                 Fix rule problem when " don't match
5718
5719 2002-11-13 [christoph]  0.8.5claws141
5720
5721         * src/folder.c
5722         * src/folderview.c
5723                 moved cache saving to folder_item_close
5724                 the folderview should not have to deal with
5725                 this things
5726
5727 2002-11-13 [christoph]  0.8.5claws140
5728
5729         * src/summaryview.c
5730                 moved setting of important score to
5731                 summary_set_prefs_from_folderitem
5732
5733 2002-11-13 [colin]      0.8.5claws139
5734
5735         * src/matcher_parser_parse.y
5736                 Fix a segfault in the parser (happening when
5737                 a good expression had been tested and a bad 
5738                 one arrives)
5739
5740 2002-11-13 [paul]       0.8.5claws138
5741
5742         * sync with 0.8.5cvs24
5743                 see ChangeLog 2002-11-13
5744                 
5745         * po/pt_BR.po
5746                 updated by Fabio Jr. Beneditto
5747
5748 2002-11-13 [colin]      0.8.5claws137
5749         
5750         * src/msgcache.c
5751           src/defs.h
5752           src/procmsg.[ch]
5753                 Revert last commit, problem
5754
5755 2002-11-13 [colin]      0.8.5claws136
5756
5757         * src/msgcache.c
5758                 Remove duplicated code
5759         * src/defs.h
5760                 Bumped CACHE_VERSION and MARK_VERSION
5761         * src/procmsg.[ch]
5762                 Network endian for cache and mark files
5763
5764 2002-11-12 [colin]      0.8.5claws135
5765
5766         * src/inc.c
5767                 Fix the "socket error" dialog which disappeared
5768
5769 2002-11-12 [colin]      0.8.5claws134
5770
5771         * src/msgcache.c
5772                 Reverse last commit which had performance 
5773                 problems, but still reverse the list
5774
5775 2002-11-12 [colin]      0.8.5claws133
5776
5777         * src/msgcache.c
5778                 Reverse list order
5779
5780 2002-11-12 [melvin]     0.8.5claws132
5781
5782         * src/compose.c
5783                 Added a check for a NULL prefs_common.dictionary
5784
5785 2002-11-12 [colin]      0.8.5claws131
5786
5787         * src/ssl_certificate.[ch]
5788                 Use FQDN hostname
5789
5790 2002-11-12 [colin]      0.8.5claws130
5791
5792         * src/ssl_certificate.[ch]
5793                 Take connection port into account for 
5794                 checking certificates (a single hostname
5795                 could have multiple servers with multiple
5796                 certificates)
5797         * src/ssl.c
5798                 Pass the port to ssl_certificate_check
5799
5800 2002-11-12 [paul]       0.8.5claws129
5801
5802         * src/folder.c
5803                 fix a typo in last commit
5804
5805 2002-11-12 [paul]       0.8.5claws128
5806
5807         * sync with 0.8.5cvs23
5808                 see ChangeLog entry 2002-11-12
5809
5810 2002-11-11 [colin]      0.8.5claws127
5811
5812         * src/ssl_certificate.c
5813                 Cleaner messages
5814                 Don't popup, instead log error, if the 
5815                 corresponding pref is checked
5816         * src/ssl_certificate.h
5817                 include <openssl/objects/h>
5818
5819 2002-11-11 [colin]      0.8.5claws126
5820
5821         * src/ssl_certificate.h
5822                 _Really_ clean it
5823
5824 2002-11-11 [colin]      0.8.5claws125
5825         
5826         * src/ssl_certificate.c
5827                 Fixed leak
5828
5829 2002-11-11 [colin]      0.8.5claws124
5830
5831         * src/ssl.c
5832                 Cleaned a bit
5833         * src/ssl_certificate.[ch]
5834                 Cleaned a bit (better use of SSL API)
5835                 (This will cause non-recognition of saved 
5836                  certificates of claws12[23]...)
5837
5838 2002-11-11 [paul]       0.8.5claws123
5839         
5840         * po/es.po
5841                 updated by Ricardo Mones Lastra
5842
5843 2002-11-11 [colin]      0.8.5claws122
5844
5845         * src/ssl.c
5846                 Fix a typo
5847
5848 2002-11-11 [colin]      0.8.5claws121
5849
5850         * src/ssl_certificate.[ch] ** NEW FILES **
5851         * src/ssl.[ch]
5852                 Check SSL certificates presented to us
5853         * src/Makefile.am
5854                 Add ssl_certificate.[ch]
5855         * po/POTFILES.in
5856                 Add ssl_certificate.c
5857
5858 2002-11-11 [paul]       0.8.5claws120
5859
5860         * sync with 0.8.5cvs22
5861                 see ChangeLog 2002-11-11
5862
5863 2002-11-11 [paul]       0.8.5claws119
5864
5865         * sync with 0.8.5cvs21
5866                 see ChangeLog 2002-11-11
5867
5868 2002-11-10 [jens]       0.8.5claws118
5869
5870         * src/folder.c
5871         * src/folderview.c
5872                 corrected some typing
5873         * po/de.po
5874                 updated german translation
5875         * sylpheed.spec.in
5876                 cleaned up specfile and adjusted it for claws
5877
5878 2002-11-10 [colin]      0.8.5claws117
5879
5880         * src/summaryview.c
5881                 a STATUSBAR_PUSH/POP fix
5882
5883 2002-11-10 [colin]      0.8.5claws116
5884
5885         * src/prefs_folder_item.c
5886                 Fix hanging after opening folder properties
5887
5888 2002-11-10 [hoa]        0.8.5claws115
5889
5890         * src/matcher_parser_lex.l
5891         * src/matcher_parser_parse.y
5892                 config file for scoring and filtering is no more trashed
5893                 when there is a syntax error in a filtering rule when
5894                 editing it in a dialog.
5895
5896 2002-11-09 [colin]      0.8.5claws114
5897
5898         * src/mbox_folder.c
5899                 Added missing initialisation of folder->destroy()
5900
5901 2002-11-09 [colin]      0.8.5claws113
5902
5903         * src/folder.c
5904           src/folderview.c
5905                 Fix the status bar messages
5906
5907 2002-11-09 [colin]      0.8.5claws112
5908
5909         * src/folderview.c
5910                 Fix hangs after folder dnd, happening after 
5911                 claws109.
5912
5913 2002-11-09 [christoph]  0.8.5claws111
5914
5915         * src/folderview.c
5916                 just changed order of calls (reverse order of
5917                 associated calls)
5918         * src/inc.c
5919                 lock inc when checking only one account, otherwise
5920                 inc all could be executed at the same time
5921
5922 2002-11-09 [christoph]  0.8.5claws110
5923
5924         * src/folderview.c
5925                 better unlock the mouse cursor before calling
5926                 summary_show because it changes the cursor too
5927
5928 2002-11-09 [christoph]  0.8.5claws109
5929
5930         * src/folder.[ch]
5931         * src/folderview.c
5932                 add functions to open and close a folder
5933                 o opending will execute scanning for remote folders
5934                   and processing
5935                 o closing will unset new flag for messages
5936
5937 2002-11-09 [colin]      0.8.5claws108
5938
5939         * src/folder.c
5940                 Add a call to prefs_matcher_write_config to 
5941                 avoid non-leaf folders filtering settings to be
5942                 lost
5943
5944 2002-11-09 [paul]       0.8.5claws107
5945
5946         * src/prefs_account.c
5947                 re-word a label
5948
5949 2002-11-09 [colin]      0.8.5claws106
5950
5951         * src/folderview.c
5952                 Minor esthetic fix
5953
5954 2002-11-09 [colin]      0.8.5claws105
5955
5956         * src/folderview.c
5957                 Fix prefs_filtering deletion for MH folders (same
5958                 reason as below)
5959         * src/prefs_filtering.c
5960                 Fix prefs_filtering renaming and deletion for 
5961                 folder-based processing rules.  
5962
5963 2002-11-09 [christoph]  0.8.5claws104
5964
5965         * src/compose.c
5966         * src/folder.[ch]
5967         * src/folderview.[ch]
5968         * src/import.c
5969         * src/inc.c
5970         * src/main.c
5971         * src/mainwindow.c
5972         * src/messageview.c
5973         * src/prefs_folder_item.c
5974         * src/procmsg.c
5975         * src/summaryview.c
5976                 implement a callback system for folder item updates
5977
5978 2002-11-09 [colin]      0.8.5claws103
5979
5980         * src/folderview.c
5981                 Fix prefs_filtering renaming for MH folders (we
5982                 shouldn't rename by path as another folder could
5983                 have the same hierarchy).
5984
5985 2002-11-09 [colin]      0.8.5claws102
5986
5987         * src/folder.c
5988                 Fix a leak found by Christoph, use better variable
5989                 names
5990
5991 2002-11-09 [colin]      0.8.5claws101
5992
5993         * src/folder.c
5994                 One more fix for processing rules
5995
5996 2002-11-08 [colin]      0.8.5claws100
5997         
5998         * src/matcher.c
5999                 Don't copy the compiled regexp (will be reevaluated)
6000         * src/folderview.c
6001                 Lock folderview while moving
6002         * src/folder.c
6003                 Provide info on what's happening to the user
6004
6005 2002-11-08 [colin]      0.8.5claws99
6006
6007         * src/folderview.c
6008                 Fix folder reordering after a move if parent is 
6009                 root
6010         * src/scoring.[ch]
6011                 Add function to copy a ScoringProp
6012         * src/prefs_folder_item.c
6013                 Copy scoring rules when copying a folder prefs
6014
6015 2002-11-08 [colin]      0.8.5claws98
6016
6017         * src/folderview.c
6018                 Fixes in case of failure
6019         * src/filtering.[ch]    
6020                 Add function to duplicate a FilteringProp
6021         * src/matcher.[ch]
6022                 Add function to duplicate a MatcherProp
6023         * src/prefs_folder_item.c
6024                 Save folder's processing rules when copying 
6025                 its prefs
6026
6027 2002-11-08 [colin]      0.8.5claws97
6028         
6029         * src/folderview.c
6030                 Sort after move
6031         * src/folder.c 
6032                 Change a printf to debug_print
6033
6034 2002-11-08 [colin]      0.8.5claws96
6035
6036         * src/folder.c
6037           src/folderview.c
6038                 Fix segfaults, call me stupido
6039         
6040
6041 2002-11-08 [colin]      0.8.5claws95
6042
6043         *src/folder.c
6044                 Added forgotten prefs to save when moving folders
6045
6046 2002-11-08 [colin]      0.8.5claws94
6047
6048         * src/folder.c
6049                 Fixes to folder DND (prefs copy)
6050         * src/folderview.c
6051                 Optimization for folder DND (don't rescan whole tree)
6052                 Added folderview_create_folder_node() for this 
6053                 optimization, so de-duped a bit the code
6054         * src/prefs_folder_item.[ch]
6055                 Added prefs_folder_item_copy_prefs()    
6056           
6057 2002-11-08 [paul]       0.8.5claws93
6058
6059         * src/prefs_account.c
6060           tools/README
6061           tools/kmail2sylpheed_v2.pl
6062                 correct some typos
6063
6064 2002-11-08 [paul]       0.8.5claws92
6065
6066         * src/compose.c
6067           src/prefs_account.[ch]
6068                 remove account options 'clearsign' and 'ascii_armored',
6069                 replace with 'default_gnupg_mode' to prevent mixed-mode
6070                 Privacy settings
6071
6072 2002-11-08 [paul]       0.8.5claws91
6073
6074         * src/compose.[ch]
6075                 re-implement GnuPG 'on-the-fly' mode selection,
6076                 disallow mixed-mode
6077
6078 2002-11-08 [colin]      0.8.5claws90
6079
6080         * src/folderview.c
6081           src/prefs_folder_item.c
6082                 Change "Property" to "Properties"
6083
6084 2002-11-07 [colin]      0.8.5claws89
6085
6086         * src/folderview.c
6087           src/folder.c
6088                 Allow folder dropping to a root folder
6089
6090 2002-11-07 [paul]       0.8.5claws88
6091
6092         * src/compose.c
6093                 revert last commit
6094
6095 2002-11-07 [paul]       0.8.5claws87
6096
6097         * src/compose.c
6098                 fix reply-to-list bug. closes bug report
6099                 "[633382] reply-to-list broken in recent cvs"
6100
6101 2002-11-07 [paul]       0.8.5claws86
6102
6103         * src/compose.c
6104                 add a forgotten '#if USE_GPGME ... #endif'
6105
6106 2002-11-07 [paul]       0.8.5claws85
6107
6108         * sync with 0.8.5cvs20
6109                 see ChangeLog 2002-11-07
6110
6111 2002-11-07 [colin]      0.8.5claws84
6112
6113         * src/folder.[ch]
6114                 Change folder_item_move_to to return the newly 
6115                 created folderitem.
6116         * src/folderview.c
6117                 Select the new folderitem after moving.
6118
6119 2002-11-07 [colin]      0.8.5claws83
6120
6121         * src/prefs_filtering.c
6122                 Fix rule rewriting when moving a leaf folder to a 
6123                 shorter path
6124
6125 2002-11-07 [colin]      0.8.5claws82
6126
6127         * src/prefs_filtering.c
6128                 fix a leak
6129
6130 2002-11-07 [colin]      0.8.5claws81
6131
6132         * src/folder.[ch]
6133                 Add folder_item_move_to() function to move a 
6134                 folderitem into another one (updates matcher etc)
6135         * src/folderview.c
6136                 Add folder drag'n drop (context menu to come)
6137                 [Should be dataloss free, but Please backup before 
6138                  trying !]
6139
6140 2002-11-06 [colin]      0.8.5claws80
6141
6142         * src/mh.c
6143                 mh_create_folder() returns NULL if can't create
6144                 directory hierarchy
6145
6146 2002-11-06 [paul]       0.8.5claws79
6147
6148         * src/compose.[ch]
6149                 allow 'on-the-fly' changing of the type of encryption 
6150                 and/or signing used (mime/ascii) via the compose window
6151
6152 2002-11-06 [paul]       0.8.5claws78
6153
6154         * sync with 0.8.5cvs19
6155                 see ChangeLog 2002-11-06 for src/account.c: 
6156                 account_get_special_folder()
6157                 
6158 2002-11-05 [alfons]     0.8.5claws77
6159
6160         * src/crash.c
6161                 very minor cleanups: nothing to see here, move on. :-)
6162
6163 2002-11-05 [colin]      0.8.5claws76
6164
6165         * src/main.c
6166                 Changes choices if compose windows are opened to
6167                 Discard, Draft, Don't quit
6168
6169 2002-11-05 [thorsten]   0.8.5claws75
6170
6171         * src/compose.c
6172                 reenabled default_reply_to folder option
6173
6174 2002-11-05 [colin]      0.8.5claws74
6175
6176         * src/compose.[ch] 
6177                 add compose_draft()
6178         * src/crash.c
6179                 add SIGTERM handler
6180         * src/main.[ch]
6181                 add clean_quit() for the SIGTERM handler
6182
6183 2002-11-05 [paul]       0.8.5claws73
6184         
6185         * po/es.po
6186                 updated by Ricardo Mones Lastra
6187
6188 2002-11-05 [melvin]     0.8.5claws72
6189
6190         * src/logwindow.c
6191                 Fixed log-clipping bug #616795.
6192                 To stop logging in the log window use 0 length.
6193         * src/prefs_common.c
6194                 Added a label to inform about the 0 log length behaviour.
6195
6196 2002-11-05 [paul]       0.8.5claws71
6197
6198         * sync with 0.8.5cvs17
6199                 see ChangeLog 2002-11-05
6200
6201 2002-11-04 [paul]       0.8.5claws70
6202
6203         * sylpheed-128x128.png
6204           sylpheed-64x64.png
6205           sylpheed.png
6206                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
6207                 <nikai@users.sourceforge.net>
6208                 
6209         * po/bg.po
6210                 updated by George Danchev
6211
6212 2002-11-03 [thorsten]   0.8.5claws69
6213
6214         * src/main.c
6215           src/mimeview.c
6216           src/rfc2015.h
6217                 add check if gpg is active
6218
6219 2002-11-03 [thorsten]   0.8.5claws68
6220
6221         * src/toolbar.h
6222                 removed GSList declaration causing trouble on MacOS-X
6223                 (submitted by alfons, reported by xfesty)
6224
6225 2002-11-01 [paul]       0.8.5claws67
6226
6227         * src/mainwindow.c
6228                 remove last remnants of main's filter code
6229
6230 2002-11-01 [paul]       0.8.5claws66
6231
6232         * tools/filter_conv.pl
6233                 fix bug where user-defined headers were ignored
6234
6235 2002-11-01 [paul]       0.8.5claws65
6236
6237         * src/logwindow.c
6238                 make a debug_print() not translatable
6239
6240 2002-10-31 [melvin]     0.8.5claws64
6241
6242         * ac/aspell.m4
6243                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
6244                 not run any GNU/aspell test.  The dictionary path will
6245                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
6246                 was given, in which case, it will be $prefix/lib/aspell/
6247         * configure.in
6248                 Fixed typo in commentary (Aspell code).
6249
6250 2002-10-31 [paul]       0.8.5claws63
6251
6252         * po/POTFILES.in
6253                 remove src/filter.c and src/prefs_filter.c
6254                 thanks to Ricardo for reminding me
6255
6256 2002-10-31 [colin]      0.8.5claws62
6257
6258         * src/mbox_folder.c
6259                 Plug some leaks
6260
6261 2002-10-31 [paul]       0.8.5claws61
6262
6263         * src/prefs_filter.[ch] ** REMOVED **
6264           src/filter.[ch]       ** REMOVED **
6265           
6266         * src/Makefile.am
6267           src/folderview.c
6268           src/inc.c
6269           src/main.c
6270           src/mainwindow.c
6271           src/mbox.c
6272           src/prefs_common.c
6273           src/prefs_filtering.c
6274           src/summaryview.[ch]
6275                 remove main's 'filter' code
6276                 
6277         README.claws
6278                 update to reflect removal of main's filter
6279
6280 2002-10-31 [paul]       0.8.5claws60
6281
6282         * src/summaryview.c
6283                 remove check for global_processing in summary_filter_open(). 
6284                 This fixes the bug where if the user uses the right-click 
6285                 'Create filter rule...' and doesn't have any filter rules 
6286                 already defined in claws' advanced filtering, the newly 
6287                 created filter rule goes to main's filtering which is 
6288                 inaccessible through the gui. Now the filter rule gets added
6289                 to claws' filtering by default.
6290
6291 2002-10-28 [melvin]     0.8.5claws59
6292
6293         * src/prefs_actions.c
6294                 Fixed bug #627322 where MIME parts were not always
6295                 correctly passed to a %p action
6296                 Display an error dialog when message filename is not found.
6297
6298 2002-10-28 [melvin]     0.8.5claws58
6299
6300         * src/prefs_common.c
6301                 Readded a missing function declaration lost in 0.8.3claws34
6302
6303 2002-10-28 [paul]       0.8.5claws57
6304
6305         * sync with 0.8.5cvs15
6306                 see ChangeLog 2002-10-28 and 2002-10-25
6307                 
6308         Note: ChangeLog entry 2002-10-24 is not sync'ed.
6309
6310 2002-10-27 [oliver]     0.8.5claws56
6311
6312         * src/pop.c
6313                 plug leak in pop3_top_recv
6314
6315 2002-10-26 [christoph]  0.8.5claws55
6316
6317         * src/folder.c
6318                 set need_update folder flag when messages are added
6319                 (closes bug [ 626922 ] folder not updated after receiving)
6320
6321 2002-10-25 [melvin]     0.8.5claws54
6322
6323         * src/imageview.c
6324                 Fixed a memleak introduced in the scaling code.
6325
6326 2002-10-24 [alfons]     0.8.5claws53
6327
6328         * src/filtering.c
6329                 make filtering's forward message action forward from the 
6330                 correct account
6331                 (closes bug [628089 ] Filter -> Forward from address problem
6332                 reported by Oktay)
6333
6334 2002-10-24 [christoph]  0.8.5claws52
6335
6336         * src/mainwindow.c
6337         * src/manual.[ch]
6338                 o use manual of current locale or english if current
6339                   locale is not available (and english is available)
6340                 o also link to sylpheed doc project manuals
6341
6342 2002-10-23 [paul]       0.8.5claws51
6343
6344         * tools/README
6345           tools/kmail2sylpheed_v2.pl
6346                 add new version of kmail addressbook importer script.
6347                 works with newer versions of Kmail/KAddressBook which
6348                 have new and rearranged data.
6349
6350 2002-10-23 [martin]     0.8.5claws50
6351
6352         * src/folderview.c
6353         * src/summaryview.c
6354         * src/utils.h
6355         * src/utils.c
6356                 added length parameter to get_abbrev_newsgroup_name()
6357                 changed this function so that it abbreviates the newsgroup
6358                 names only so long it is smaller than the length parameter
6359                 (for better reading of some newsgroup names and space efficiency)
6360
6361 2002-10-22 [colin]      0.8.5claws49
6362
6363         *src/foldersel.c
6364                 Revert Alfons' last modification (after voting ;-))
6365
6366 2002-10-21 [alfons]     0.8.5claws48
6367
6368         * src/foldersel.c
6369                 folder view in folder selection dialog reflects state of
6370                 folder view in main window
6371
6372 2002-10-18 [alfons]     0.8.5claws47
6373
6374         * src/mbox.c
6375                 drop imported messages in folder selected by user,
6376                 and not in the inbox
6377                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
6378
6379 2002-10-18 [alfons]     0.8.5claws46
6380
6381         * src/compose.c
6382                 make automagic reply work correctly for email accounts 
6383                 (whether it's viable to do a full sync with Hiro's 
6384                 compose.c is still under discussion)
6385
6386 2002-10-18 [melvin]     0.8.5claws45
6387
6388         * src/prefs_actions.c
6389                 Fixed bug #622275 where asynchroneous actions left 
6390                 zombies processes
6391                 Made (synchroneous) actions' input be displayed live.
6392
6393 2002-10-18 [christoph]  0.8.5claws44
6394
6395         * src/textview.c
6396                 don't add a newline in the textview in front of the
6397                 first textpart if header display is disabled
6398                 (closes bug [ 603385 ] disabled header display leaves blank
6399                  lin)
6400
6401 2002-10-18 [christoph]  0.8.5claws43
6402
6403         * src/folder.[ch]
6404         * src/imap.c
6405         * src/mbox_folder.c
6406         * src/mh.c
6407         * src/news.c
6408                 folder->get_num_list now returns an error code
6409                 (closes bug [ 609424 ] News cache cleared on failure)
6410                 
6411 2002-10-17 [colin]      0.8.5claws42
6412         
6413         * src/news.c
6414                 Changed a printf by debug_print
6415
6416 2002-10-16 [paul]       
6417
6418         * tools/OOo2sylpheed.pl
6419                 allow for spaces in the name of the
6420                 file to be attached.
6421
6422 2002-10-16 [colin]      0.8.5claws41
6423
6424         * src/main.c
6425                 Use a tristate to change online mode
6426
6427 2002-10-16 [paul]       0.8.5claws40
6428
6429         * po/es.po
6430                 updated by Ricardo Mones Lastra
6431
6432 2002-10-16 [colin]      0.8.5claws39
6433
6434         * src/main.c
6435           src/mainwindow.[ch]
6436                 Added --online and --offline command-line
6437                 switches
6438
6439 2002-10-15 [christoph]  0.8.5claws38
6440
6441         * src/procmime.c
6442                 set mimeinfo->name to NULL after g_free to
6443                 avoid double freeing with g_free
6444
6445 2002-10-14 [christoph]  0.8.5claws37
6446
6447         * src/compose.c
6448         * src/filtering.c
6449         * src/summaryview.c
6450                 remove calls to folder->change_flags that are now
6451                 done by procmsg flag functions (seems it is not
6452                 used by any foldertype anyway)
6453         * src/folder.c
6454                 init folder->change_flags with NULL
6455
6456 2002-10-14 [christoph]  0.8.5claws36
6457
6458         * src/folder.[ch]
6459         * src/imap.[ch]
6460                 use virtual functions for folder item new and destroy
6461                 functions
6462
6463 2002-10-14 [melvin]     0.8.5claws35
6464
6465         * src/compose.c
6466                 Added a test to not run the spell checker if no default
6467                 dictionary is available. No dialog is displayed though.
6468
6469 2002-10-14 [melvin]     0.8.5claws34
6470
6471         * src/gtkaspell.c
6472                 Fixed bug in dictionary list context menu where
6473                 "More..." pointed to an emtpy submenu if the
6474                 number of dictionaries is a multiple of 15
6475                 Removed unneeded code in suggestions list creation
6476
6477 2002-10-14 [paul]       0.8.5claws33
6478
6479         * po/bg.po
6480                 updated by George Danchev
6481
6482 2002-10-13 [hoa]        0.8.5claws32
6483
6484         * src/matcher.[ch]
6485           src/matcher_parser_parser.y
6486                 removed the escaped string from internal structure
6487                 of matcher.
6488
6489 2002-10-12 [colin]      0.8.5claws31
6490
6491         * src/gtksctree.[ch]
6492           src/summaryview.c
6493                 Removed useless function gtksctree_reanchor
6494
6495 2002-10-12 [alfons]     0.8.5claws30
6496         
6497         * sync with remaining main changes 2002-10-09 - 2002-10-11
6498         - drop changes to src/compose.c (requires claws specific changes)
6499         
6500 2002-10-12 [alfons]     0.8.5claws29
6501         
6502         * sync with main changes of 2002-10-08
6503         - drop changes to src/compose.c (requires claws specific changes)
6504         - drop changes to src/summaryview.c (requires changes to compose.c)     
6505
6506 2002-10-12 [alfons]     0.8.5claws28
6507         
6508         * sync with main changes of 2002-10-07
6509
6510 2002-10-12 [alfons]     0.8.5claws27
6511
6512         * sync with main changes of 2002-10-04
6513         - drop changes to src/compose.c (requires claws specific changes)
6514         - drop changes to src/prefs_folder_item.c (claws implementation
6515           seems to be working)
6516
6517 2002-10-12 [colin]      0.8.5claws26
6518
6519         * src/mainwindow.c
6520                 Fix folder-flicker when space-reading, introduced 
6521                 in claws22.
6522
6523 2002-10-12 [colin]      0.8.5claws25
6524
6525         * src/compose.c
6526                 Save account address when saving as draft.
6527                 (closes bug 621838)
6528
6529 2002-10-12 [colin]      0.8.5claws24
6530
6531         * src/summaryview.c
6532                 Fix the problem consisting of no message selected
6533                 after the last message in a folder has been moved.
6534
6535 2002-10-12 [paul]       0.8.5claws23
6536
6537         * src/compose.c
6538           src/prefs_template.c
6539           src/template.[ch]
6540                 add Cc and Bcc to templates. Patch submitted by
6541                 John L. Males.
6542
6543 2002-10-12 [colin]      0.8.5claws22
6544
6545         * src/folderview.c
6546                 Fix a bug after "Check for new messages":
6547                 If a folder was opened, it was still selected at
6548                 the end of the check, but displayed empty.
6549         * src/mainwindow.c
6550                 Remove unnecessary check
6551
6552 2002-10-12 [paul]
6553
6554         * tools/README
6555                 be more verbose in the description of
6556                 OOo2sylpheed.pl
6557                 
6558
6559 2002-10-11 [colin]      0.8.5claws21
6560
6561         * src/mainwindow.c
6562                 Make space work (better) when no mail is selected
6563
6564 2002-10-11 [colin]      0.8.5claws20
6565
6566         * src/inc.c
6567           src/news.c
6568                 fix warnings
6569
6570 2002-10-11 [colin]      0.8.5claws19
6571
6572         * src/mainwindow.c
6573                 revert 0.8.5claws6 changes as i couldn't get to
6574                 anything satisfying
6575
6576 2002-10-11 [melvin]     0.8.5claws18
6577
6578         * src/compose.c
6579                 Removed buggy and unused macro (should have been committed in
6580                 0.8.5claws17)
6581
6582 2002-10-11 [melvin]     0.8.5claws17
6583
6584         * src/compose.c
6585                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
6586
6587 2002-10-11 [thorsten]   0.8.5claws16 
6588
6589         * src/folderview.c
6590                 remove rescan warning
6591
6592 2002-10-11 [colin]      0.8.5claws15 
6593
6594         * src/procheader.c
6595                 fix a segfault that happens if conv_unmime_header
6596                 fails (should be better to find out why it fails)
6597
6598 2002-10-11 [christoph]  0.8.5claws14
6599
6600         * src/summaryview.c
6601                 update folderview stats after ignore/unignore thread
6602
6603 2002-10-11 [hoa]        0.8.5claws13
6604
6605         * src/quote_fmt_parse.y
6606                 Fixed a yacc/bison syntax error
6607         * src/matcher.c
6608                 Escaping of string is fixed.
6609
6610 2002-10-11 [colin]      0.8.5claws12
6611
6612         * src/imageview.c
6613                 Resize images to fit
6614
6615 2002-10-11 [paul]       0.8.5claws11
6616
6617         * po/es.po
6618                 updated by Ricardo Mones Lastra
6619
6620 2002-10-10 [alfons]     0.8.5claws10
6621
6622         * src/compose.c
6623                 allow dropping files by "moving" files from a file manager,
6624                 not only by the more cumbersome "copying". the latter 
6625                 mostly implies holding down the Control button
6626
6627 2002-10-10 [christoph]  0.8.5claws9
6628
6629         * src/summaryview.c
6630                 update folders after thread building for ignored threads
6631
6632 2002-10-10 [christoph]  0.8.5claws8
6633
6634         * config/.cvsignore
6635                 added Makefile
6636         * src/filtering.[ch]
6637         * src/folder.[ch]
6638         * src/folderview.[ch]
6639         * src/import.c
6640         * src/inc.[ch]
6641         * src/mbox.[ch]
6642         * src/procmsg.c
6643         * src/summaryview.[ch]
6644                 o added new flag need_update to FolderItem
6645                 o removed folder_table from various functions from tracking
6646                   folder updates
6647                 o set need_update flags in folder.c's move, copy and delete
6648                   functions and procmsg's flags functions
6649                 o added function folderview_update_items_when_required that
6650                   updates all folders with need_update set
6651                 o call folderview_update_items_when_required instead of
6652                   folderview_update_item_foreach
6653
6654 2002-10-09 [sergey]     0.8.5claws7
6655
6656         * src/compose.c
6657                 Strip CRs whel loading the text into editor in reedit mode.
6658
6659 2002-10-09 [colin]      0.8.5claws6
6660
6661         * src/mainwindow.c
6662                 Make Space work when no mail is selected
6663
6664 2002-10-09 [colin]      0.8.5claws5
6665
6666         * src/gtksctree.[ch]
6667                 Fix range_select
6668                 Add gtk_sctree_reanchor() 
6669         * src/summaryview.c
6670                 Use gtk_sctree_reanchor() - better fix for 
6671                 bug 60413
6672
6673 2002-10-09 [colin]      0.8.5claws4
6674
6675         * src/summaryview.c
6676                 Fix shift-click select after delete problem
6677                 (closes bug 60413)
6678
6679 2002-10-08 [thorsten]   0.8.5claws3
6680
6681         * src/summaryview.c
6682                 exclude current msg from -hide read messages-
6683
6684 2002-10-08 [colin]      0.8.5claws2
6685
6686         * src/inc.[ch]
6687           src/pop.c
6688           src/recv.c
6689                 Differentiate socket errors from disk full
6690                 errors
6691
6692 2002-10-08 [christoph]  0.8.5claws1
6693
6694         * Makefile.am
6695         * configure.in
6696                 modifications for new config directory
6697
6698         * config.guess  ** REMOVED **
6699         * config.sub    ** REMOVED **
6700         * install-sh    ** REMOVED **
6701         * ltmain.sh     ** REMOVED **
6702         * missing       ** REMOVED **
6703         * mkinstalldirs ** REMOVED **
6704                 these files are autogenerated by automake
6705                 when you run autogen.sh
6706
6707         * config/.cvsignore     ** NEW FILE **
6708         * config/Makefile.am    ** NEW FILE **
6709                 ignore autogenerated files
6710                 create a Makefile in this directory
6711
6712 2002-10-08 [paul]       0.8.5claws
6713
6714         * 0.8.5claws release
6715         
6716         * src/compose.c
6717           src/procheader.c
6718           src/procmsg.c
6719                 fix quote reply format for newsgroups reply bug
6720                 (thanks to Hoa)
6721                 
6722         * po/en_GB.po
6723           po/pl.po
6724                 updated by me and Witold Wladyslaw Wojciech Wilk
6725                 repectively
6726
6727 2002-10-07 [paul]       0.8.3claws53
6728
6729         * po/it.po
6730           po/pt_BR.po
6731           po/sr.po
6732                 updated messages catalogs, submitted by
6733                 Alessandro Maestri, Fabio Jr.Beneditto 
6734                 and Urke MMI, respectively.
6735
6736 2002-10-07 [christoph]  0.8.3claws52
6737
6738         * src/folder.[ch]
6739         * src/folderview.c
6740         * src/mainwindow.c
6741                 fix new folder ghost message bug
6742                 (closes bug [ 619722 ] wrong count for newly created folders)
6743
6744 2002-10-07 [christoph]  0.8.3claws51
6745
6746         * src/compose.c
6747                 fix news posting problem
6748
6749 2002-10-07 [melvin]     0.8.3claws50
6750
6751         * po/fr.po
6752                 Updated French translation
6753
6754 2002-10-05 [christoph]  0.8.3claws49
6755
6756         * src/gtkstext.c
6757                 check if line_start_cache is set in gtk_stext_update_text
6758                 (closes bug [ 618119 ] crash while doing search in folder)
6759
6760 2002-10-05 [christoph]  0.8.3claws48
6761
6762         * src/imap.c
6763         * src/news.c
6764         * src/utils.c
6765         * src/utils.h
6766                 implement cache cleanups for claws' folder system
6767                 (closes bug [ 595916 ] imapcache not cleaned up)
6768
6769 2002-10-05 [melvin]     0.8.3claws47
6770
6771         * src/prefs_actions.c
6772                 Made the help text more clear for the %p token
6773
6774 2002-10-04 [paul]       0.8.3claws46
6775
6776         * sync with 0.8.5
6777                 see ChangeLog 2002-10-02 and 2002-10-03
6778
6779 2002-10-04 [christoph]  0.8.3claws45
6780
6781         * src/inc.c
6782                 fix segfault caused by pop before smtp
6783                 call to inc_account_mail with NULL
6784                 pointer for mainwin
6785
6786 2002-10-04 [paul]       0.8.3claws44
6787
6788         * configure.in
6789                 sync the LDAP detection from 0.8.5cvs1
6790
6791 2002-10-02 [christoph]  0.8.3claws43
6792
6793         * po/de.po
6794                 fix small spelling error
6795
6796 2002-10-02 [melvin]     0.8.3claws42
6797
6798         * ac/aspell.m4
6799                 Behave better and say "no" when test program cannot be run.
6800
6801 2002-10-02 [paul]       0.8.3claws41
6802
6803         * sync with 0.8.4cvs1
6804                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
6805                 
6806         * src/summaryview.c
6807                 toggle the behavior of Reply menuitem between
6808                 normal reply and reply-to-list
6809
6810 2002-10-01 [sergey]     0.8.3claws40
6811
6812         * src/compose.c
6813                 Convert newlines in the message text to the canonical form
6814                 before base64 encoding (RFC2045 compliance, fixes some
6815                 interoperability issues with Evolution 1.0.3)
6816
6817 2002-09-29 [colin]      0.8.3claws39
6818
6819         * src/summaryview.c
6820                 Fix an unwanted copy/paste
6821
6822 2002-09-29 [colin]      0.8.3claws38
6823
6824         * src/mainwindow.c
6825                 Renamed "Custom toolbar" to "Customize toolbar"
6826                 Renamed "Show all header" to "Show all headers"
6827                 Renamed "Set diplay item" to "Set displayed items"
6828         * src/prefs_common.c
6829                 Renamed "Show all header" to "Show all headers"
6830         * src/prefs_summary_column.c
6831                 Renamed "diplay item" to "displayed items"
6832
6833 2002-09-29 [colin]      0.8.3claws37
6834
6835         * src/mainwindow.[ch]
6836                 online/offline status pixmaps follow theme
6837                 changes
6838         * src/summaryview.[ch]
6839                 quicksearch pixmap follows theme changes
6840
6841 2002-09-29 [thorsten]   0.8.3claws36
6842
6843         * src/compose.c
6844           src/prefs_folder_item.[ch]
6845                 add default_reply_to folder option (closes patch 581044)
6846
6847 2002-09-29 [christoph]  0.8.3claws35
6848
6849         * acconfig.h    ** REMOVED **
6850         * configure.in
6851         * ac/aspell.m4
6852         * ac/check-type.m4
6853         * ac/gnupg-check-typedef.m4
6854                 fix autoheader 2.50 warning
6855
6856 2002-09-29 [christoph]  0.8.3claws34
6857
6858         * major code cleanup (part 2)
6859         
6860                 - unused variables removed
6861                 - unused functions removed
6862                 - uninitialized variables checked
6863                 - missing return statements added
6864                 - missing function return types added
6865                 - added parentheses around assignment
6866                   when suggested by gcc
6867
6868 2002-09-29 [alfons]     0.8.3claws33
6869
6870         * src/logwindow.c
6871                 log_window_clear(): only bracket gtk_text_forward_delete() 
6872                 with gtk_text_freeze() / gtk_text_thaw() (see if this
6873                 works around GTK text bug)
6874
6875 2002-09-29 [paul]       0.8.3claws32
6876
6877         * po/bg.po
6878           po/sr.po
6879                 updated by George Danchev and Urke MMI
6880                 respectively
6881
6882 2002-09-27 [christoph]  0.8.3claws31
6883
6884         * doc-src/readme.txt
6885         * doc-src/rfc1806.txt   ** REMOVED **
6886         * doc-src/rfc2183.txt   ** NEW FILE **
6887         * doc-src/rfc2980.txt   ** NEW FILE **
6888                 update rfcs
6889
6890 2002-09-27 [melvin]     0.8.3claws30
6891
6892         * ac/aspell.m4
6893                 Fixed typo which could break linking
6894
6895 2002-09-27 [melvin]     0.8.3claws29
6896
6897         * ac/aspell.m4
6898                 Improved GNU/aspell checking. 
6899                 Fixed bug #614490
6900
6901 2002-09-27 [paul]       0.8.3claws28
6902
6903         * sync with 0.8.3cvs8
6904                 see ChangeLog 2002-09-27
6905
6906 2002-09-26 [colin]      0.8.3claws27
6907
6908         * src/toolbar.[ch]
6909           src/mainwindow.[ch]
6910                 Add "Reply to Mailing-list" to the toolbar
6911
6912 2002-09-26 [christoph]  0.8.3claws26
6913
6914         * src/summaryview.c
6915                 Fix wrong message counts in summaryview status
6916
6917 2002-09-26 [paul]       0.8.3claws25
6918
6919         * sync with 0.8.3cvs7
6920                 see ChangeLog 2002-09-26
6921
6922 2002-09-26 [paul]       0.8.3claws24
6923
6924         * sync with 0.8.3cvs6
6925                 see ChangeLog 2002-09-25
6926
6927 2002-09-25 [christoph]  0.8.3claws23
6928
6929         * src/prefs_common.c
6930         * src/prefs_folder_item.c
6931         * src/prefs_scoring.c
6932                 Renamed "kill score" to "hide score" in GUI
6933                 and prefs files
6934
6935 2002-09-25 [paul]       0.8.3claws22
6936
6937         * sync with 0.8.3cvs5
6938                 see ChangeLog 2002-09-24
6939
6940 2002-09-24 [alfons]     0.8.3claws21
6941
6942         patch by Satoshi Nagayasu: allows appending / saving multiple 
6943         selected files (closes "[ 612279 ] save multiple mesg(s) in 
6944         'Save as ...'")
6945
6946         * AUTHORS
6947                 add Satoshi Nagayasu
6948         * src/summaryview.c
6949                 summary_save_as(): allow saving selected files to
6950                 one file
6951                 summary_set_menu_sensitive: enable "Save As..." when
6952                 multiple files are selected
6953         * src/utils.[ch]
6954                 append_file(): new function
6955
6956 2002-09-24 [colin]      0.8.3claws20
6957
6958         * src/procmime.c
6959                 Fix segfault when mimeinfo doesn't have a 
6960                 content_type. 
6961
6962 2002-09-24 [colin]      0.8.3claws19
6963
6964         * src/prefs_common.[ch]
6965                 Add a preference to display send dialog or not
6966         * src/send.c
6967                 Display send dialog according to preference
6968
6969 2002-09-24 [colin]      0.8.3claws18
6970
6971         * src/compose.[ch]
6972                 Disable user actions when sending
6973
6974 2002-09-24 [colin]      0.8.3claws17
6975
6976         * src/procmime.c
6977                 Do not display name or filename for attachments
6978                 with an application/pgp-signature type
6979                 (security flaw, see bug 537413)
6980
6981 2002-09-23 [colin]      0.8.3claws16
6982
6983         * src/editaddress.c
6984                 Initialize entry_email, entry_alias and 
6985                 entry_remarks to first email address of the list
6986
6987 2002-09-23 [colin]      0.83claws15
6988
6989         * src/compose.c
6990                 Drop pgp-signature when reediting a signed queued
6991                 message
6992
6993 2002-09-23 [melvin]     0.8.3claws14
6994
6995         * po/fr.po
6996                 Updated French translation
6997
6998 2002-09-23 [melvin]     0.8.3claws13
6999
7000         * src/mainwindow.c
7001                 Made custom toolbar menu labels more consistent
7002         * src/prefs_toolbar.c
7003                 Made custom toolbar window title more consistent
7004
7005 2002-09-22 [colin]      0.8.3claws12
7006
7007         * src/inc.c
7008                 Initialize session type to normal before getting 
7009                 mail (fixes strange Get behaviour)
7010         * src/prefs_account.h
7011                 Move STYPE_POP_BEFORE_SMTP to last position to 
7012                 avoid other side-effects
7013
7014 2002-09-22 [colin]      0.8.3claws11
7015
7016         * src/prefs_account.c
7017                 Fix pop_bfr_smtp_tm_entry sensivity when switching
7018                 from pop3 to apop or vice-versa
7019
7020 2002-09-22 [colin]      0.8.3claws10
7021         
7022         * src/prefs_account.[ch]
7023                 Add an option for the POP before SMTP timeout
7024         * src/inc.c
7025                 Remember time of last POP connection
7026         * src/send.c
7027                 Do POP before SMTP only if timeout reached
7028
7029 2002-09-22 [oliver]     0.8.3claws9
7030         
7031         * README.claws
7032                 explain custom toolbar
7033
7034 2002-09-22 [oliver]     0.8.3claws8
7035
7036         * src/prefs_actions.[ch]
7037         custom toolbar for compose      
7038                 actions callback from compose toolbar
7039         * src/folderview.c
7040                 remove include toolbar.h
7041
7042 2002-09-22 [oliver]     0.8.3claws7
7043         
7044         * src/prefs_toolbar.[ch]
7045                 custom toolbar for compose
7046                 - generic prefs_toolbar handles both
7047                   Mainwin's toolbar as well as Compose toolbar          
7048
7049 2002-09-22 [oliver]     0.8.3claws6
7050         
7051         * src/toolbar.[ch]
7052                 custom toolbar for compose
7053                 restructure toolbar.[ch]
7054
7055 2002-09-22 [oliver]     0.8.3claws5
7056
7057         * src/compose.[ch]
7058                 custom toolbar for compose
7059
7060 2002-09-22 [oliver]     0.8.3claws4
7061         
7062         * src/mainwindow.[ch]
7063                 custom toolbar for compose 
7064                 move mainwin toolbar back to mainwindow
7065
7066 2002-09-22 [alfons]     0.8.3claws3
7067
7068         * src/procmsg.c
7069                 :%sno/if(/if (/gc
7070                 :%sno/for(/for (/gc
7071                 (beautify)
7072
7073 2002-09-22 [alfons]     0.8.3claws2
7074         
7075         * src/procmsg.c
7076                 procmsg_save_to_outbox(): don't unlink message file from queue;
7077                 callers should do it using folder_item_remove_msg()
7078
7079 2002-09-22 [colin]      0.8.3claws1
7080
7081         * src/mimeview.[ch]
7082                 Made mimeview_check_signature() public
7083         * src/textview.c
7084                 Made GPG signatures verifiable by clicking
7085                 the [application/pgp-signature] in the Text
7086                 view
7087
7088 2002-09-22 [paul]       0.8.3claws
7089
7090         * po/bg.po
7091           po/en_GB.po
7092           po/es.po
7093           po/it.po
7094           po/pl.po
7095           po/pt_BR.po
7096           po/sr.po
7097                 updated translations, submitted by George Danchev,
7098                 me, Ricardo Mones Lastra, Alessandro Maestri,
7099                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
7100                 and Urke MMI, respectively.     
7101
7102 2002-09-22 [alfons]     0.8.2claws65
7103
7104         * src/procmsg.c
7105         * src/pgptext.c
7106                 no furry valgrinds have been used to plug these memleaks
7107
7108 2002-09-20 [paul]       0.8.2claws64
7109
7110         * sync with 0.8.3cvs4
7111                 'Select thread' re-implemented 
7112                 see ChangeLog 2002-09-20
7113
7114 2002-09-21 [alfons]     0.8.2claws63
7115
7116         * src/compose.c
7117                 compose_send(): plug unnoticed memleak
7118
7119 2002-09-20 [alfons]     0.8.2claws62
7120
7121         * src/addr_compl.c
7122                 replace_address_in_edit(): strict check for NULL address to
7123                 fix "[ 607348 ] Segfault in address completion". My guess is
7124                 that this happens with an empty address book, but it's good
7125                 to have this check here anyway
7126                 
7127                 completion_window_button_press(): free string returned 
7128                 from the internal cache
7129
7130 2002-09-20 [christoph]  0.8.2claws61
7131
7132         * src/procmime.h
7133                 added ENC_BINARY to EncodingType
7134         * src/procmime.c
7135                 the string returned by procmime_get_encoding_str
7136                 should not depend on the order of values in the
7137                 EncodingType definition
7138         * doc-src/rfc1806.txt   ** NEW FILE **
7139                 Added rfc1806 about MIME Content-Disposition
7140                 Extension
7141
7142 2002-09-19 [paul]       0.8.2claws60
7143
7144         * sync with 0.8.2cvs3
7145                 see ChangeLog 2002-09-19
7146
7147 2002-09-19 [paul]       0.8.2claws59
7148
7149         * src/prefs_folder_item.c
7150                 revert to Darko's original alignment of colour
7151                 selector button
7152                 add a colon to folder_color label
7153                 
7154         * src/compose.c
7155                 add Colin's patch (with Hiro's modifications) to 
7156                 force BASE64 encoding for 8-bit text when signing
7157                 (sync with 0.8.3cvs2)
7158
7159 2002-09-18 [alfons]     0.8.2claws58
7160
7161         * src/compose.c
7162                 :%sno/if(/if (/gc
7163                 :%sno/for(/for (/gc
7164                 (beautify a little bit)
7165
7166 2002-09-18 [christoph]  0.8.2claws57
7167
7168         * src/pine.c
7169                 fix handling of fgetc return value
7170
7171 2002-09-17 [alfons]     0.8.2claws56
7172         
7173         * src/summaryview.c
7174                 summary_sort(): check non-NULL summaryview->folder_item when no 
7175                 folder is selected at all
7176                 (closes "[ 610344 ] sort label make syl Crash")
7177
7178 2002-09-17 [alfons]     0.8.2claws55
7179         
7180         * src/compose.c
7181                 beautify a little bit
7182
7183 2002-09-17 [christoph]  0.8.2claws54
7184
7185         * src/folder.c
7186                 initialize max values for cache and folder
7187                 when cache or folder is empty
7188
7189 2002-09-15 [colin]      0.8.2claws53
7190
7191         * src/compose.c
7192                 Fix a leak (thanks Alfons!) and cleaned
7193                 variables names for custom headers
7194
7195 2002-09-15 [colin]      0.8.2claws52
7196
7197         * src/compose.c
7198                 Fix custom headers recognition when
7199                 prefs_common.trans_hdr is on
7200
7201 2002-09-15 [colin]      0.8.2claws51
7202
7203         * src/compose.c
7204                 Allow dynamically-added custom headers
7205                 Yet not reparsed if reedited
7206
7207 2002-09-15 [alfons]     0.8.2claws50
7208
7209         * src/prefs_account.c
7210                 fix warnings
7211
7212 2002-09-15 [colin]      0.8.2claws49
7213         
7214         * src/prefs_account.c
7215                 fix pop_before_smtp sensitivity
7216
7217 2002-09-15 [colin]      0.8.2claws48
7218
7219         * src/inc.[ch]
7220                 add inc_pop_before_smtp()
7221                 allow MainWindow to be undefined in 
7222                 inc_account_mail() and inc_start()
7223         * src/pop.c
7224           src/prefs_account.h
7225                 add STYPE_POP_BEFORE_SMTP session type
7226         * src/prefs_account.c
7227                 activated pop before smtp option
7228         * src/send.c
7229                 do pop before smtp if the relevant option 
7230                 is set
7231
7232 2002-09-15 [paul]       0.8.2claws47
7233
7234         * sync with 0.8.3
7235                 see ChangeLog 2002-09-15
7236
7237 2002-09-14 [paul]       0.8.2claws46
7238
7239         * po/bg.po
7240                 updated Bulgarian translation, submitted by
7241                 George Danchev
7242
7243 2002-09-13 [paul]       0.8.2claws45
7244
7245         * src/compose.c
7246                 merge claws' select_account() with main's
7247                 (new) compose_select_account(). [sync with
7248                 0.8.2cvs15, see ChangeLog 2002-09-11]
7249
7250 2002-09-12 [christoph]  0.8.2claws44
7251
7252         * src/filter.c
7253                 allocate 1 elements of FolderItem not 0
7254
7255 2002-09-12 [colin]      0.8.2claws43
7256
7257         * src/compose.c
7258                 Fix bug #590825 (obey Follow-up: poster)
7259
7260 2002-09-12 [colin]      0.8.2claws42
7261
7262         * src/procmime.c
7263                 Fix bug #557009 (wrong headers for messages 
7264                 forwarded as attachments)
7265
7266 2002-09-11 [colin]      0.8.2claws41
7267         
7268         * src/compose.c
7269                 Put SCF: pseudo-header on top of message
7270                 Set draft tmp_flag when saved as draft
7271
7272         * src/procmsg.c
7273           src/procheader.c
7274                 Skip after first \n\n for beginning of real message
7275                 for drafts too
7276
7277 2002-09-11 [christoph]  0.8.2claws40
7278
7279         * src/filtering.c
7280                 use procmsg flag functions in filtering or processing
7281                 will cause incorrect folder message counts
7282
7283 2002-09-11 [colin]      0.8.2claws39
7284
7285         * src/compose.c
7286                 Fix bug #550175 - wrong save folder when reediting
7287                 drafts
7288
7289 2002-09-11 [paul]       0.8.2claws38
7290
7291         * sync with 0.8.2cvs14
7292                 see ChangeLog 2002-09-11
7293
7294 2002-09-11 [colin]      0.8.2claws37
7295
7296         * src/folder.c
7297                 Fix a typo (seeming to cause new/unread status to
7298                 be lost)
7299
7300 2002-09-10 [christoph]  0.8.2claws36
7301
7302         * src/compose.c
7303                 compose_redirect should not use compose_generic_new
7304                 because that does more stuff than expected including
7305                 opening the external editor
7306                 (closes bug "[ 526608 ] bounced messages appear blank
7307                  in editor")
7308
7309 2002-09-10 [christoph]  0.8.2claws35
7310
7311         * src/folder.c
7312                 fix problem with too large message number range
7313                 causing a crash in folder_item_scan
7314
7315 2002-09-10 [paul]       0.8.2claws34
7316
7317         * sync with 0.8.2cvs13
7318                 see ChangeLog 2002-09-10
7319
7320 2002-09-10 [christoph]  0.8.2claws33
7321
7322         * src/msgcache.c
7323                 set MsgInfo TmpFlags for queue and draft folders
7324                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
7325
7326 2002-09-10 [paul]       0.8.2claws32
7327
7328         * AUTHORS
7329           po/bg.po      ** NEW FILE **
7330                 new Bulgarian translation submitted by
7331                 George Danchev <danchev@spnet.net>
7332                 
7333         * tools/Makefile.am
7334           tools/README
7335           tools/tb2sylpheed     ** NEW FILE **
7336                 add script that converts an addressbook exported
7337                 from The Bat! into a Sylpheed addressbook. Submitted
7338                 by Urke MMI <urke-kg@eunet.yu>
7339
7340 2002-09-10 [paul]       0.8.2claws31
7341
7342         * sync with 0.8.2cvs12
7343                 see ChangeLog 2002-09-10
7344
7345 2002-09-06 [paul]       0.8.2claws30
7346
7347         * src/prefs_common.c
7348                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
7349                 
7350         * tools/Makefile.am
7351           tools/README
7352           tools/ldif-to-xml.py  ** REMOVED **
7353                 remove obsolete python script
7354
7355 2002-09-06 [paul]       0.8.2claws29
7356
7357         * sync with 0.8.2cvs10
7358                 see ChangeLog 2002-09-06
7359
7360 2002-09-04 [paul]       0.8.2claws28
7361
7362         * sync with 0.8.2cvs9
7363                 see ChangeLog 2002-08-04
7364
7365 2002-09-04 [colin]      0.8.2claws27 
7366
7367         * src/prefs_common.[ch]
7368                 Added signature color configuration
7369         * src/textview.c
7370                 Use user-specified signature color
7371
7372 2002-09-03 [colin]      0.8.2claws26
7373
7374         * src/prefs_common.[ch]
7375                 Added autosave and autosave_length prefs
7376         * src/compose.c
7377                 Added compose_remove_draft()
7378                 Auto-save drafts according to the prefs
7379         * src/main.c
7380                 Added a crash-indicator file, allowing to check
7381                 for new messages on startup if Sylpheed crashed
7382                 (makes saved drafts "reappear")
7383
7384 2002-09-03 [colin]      0.8.2claws25
7385
7386         * src/textview.[ch]
7387                 Grey the signature
7388
7389 2002-09-03 [paul]       0.8.2claws24
7390
7391         * sync with 0.8.2cvs8
7392                 see ChangeLog 2002-09-02 and 2002-09-03
7393
7394 2002-09-03 [darko]      0.8.2claws23
7395
7396         * src/folderview.c
7397                 use normal style when creating new folder to pick
7398                 proper font size 
7399
7400 2002-09-02 [melvin]     0.8.2claws22
7401
7402         * src/gtkaspell.m4
7403                 removed some obsolete code
7404
7405 2002-09-02 [melvin]     0.8.2claws21
7406
7407         * ac/aspell.m4
7408                 fixed test's equality sign (== to =)
7409
7410 2002-09-02 [alfons]     0.8.2claws20
7411
7412         * src/folder.c
7413         * src/mh.c
7414                 revert change of 0.8.2claws16 and use the mh_folder_destroy
7415                 as folder->destroy virtual as suggested by Hiro
7416                 (the mh.c code seems to have been lost around mh.c.1.21)
7417
7418 2002-09-02 [paul]       0.8.2claws19
7419
7420         * po/pt_BR.po
7421                 updated by Fabio Jr. Beneditto
7422                 
7423         * src/defs.h
7424                 use 'http://claws.sylpheed.org' for homepage link. 
7425                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
7426
7427 2002-09-01 [alfons]     0.8.2claws18
7428
7429         * src/mh.c
7430                 plug memleak related to one Martin Kluge found
7431
7432 2002-08-31 [paul]       0.8.2claws17
7433
7434         * sync with 0.8.2cvs6
7435                 see ChangeLog 2002-08-30
7436
7437 2002-08-31 [alfons]     0.8.2claws16
7438
7439         * src/folder.c
7440                 folder_destroy(): remove mailbox from folderlist even if it has
7441                 no destroy virtual
7442
7443 2002-08-31 [alfons]     0.8.2claws15
7444
7445         * src/folder.c
7446                 :%sno/if(/if (/gc
7447                 :%sno/for(/for (/gc
7448                 (being pedantic I know)
7449
7450 2002-08-31 [alfons]     0.8.2claws14
7451
7452         * src/folder.c
7453                 check for NULL pointers returned from folder->fetch_msginfo virtual
7454                 (should solve some reported crashes)
7455
7456 2002-08-30 [alfons]     0.8.2claws13
7457
7458         * acconfig.h
7459         * configure.in
7460         * src/crash.c
7461                 enable crash dialog on compilation time
7462                 (--enable-crash-dialog configure option)
7463
7464 2002-08-30 [alfons]     0.8.2claws12
7465
7466         * AUTHORS
7467                 add Martin Kluge
7468         * src/mh.c
7469                 apply memory leak plug patch by Martin Kluge
7470                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
7471                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
7472                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
7473
7474 2002-08-30 [darko]      0.8.2claws11
7475
7476         * src/folderview.c
7477                 copy Gtk style from normal style to match
7478                 font size for coloured folders
7479
7480 2002-08-29 [alfons]     0.8.2claws10
7481
7482         * sylpheed.desktop
7483                 Type=Internet <- Type=Application
7484                 (reported by Michael Schwendt, see:
7485                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
7486                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
7487
7488 2002-08-29 [paul]       0.8.2claws9
7489
7490         * sync with 0.8.2cvs5
7491                 see ChangeLog 2002-08-29
7492
7493 2002-08-29 [colin]      0.8.2claws8
7494
7495         * src/summaryview.c
7496                 Added a sanity check in summary_select_thread
7497                 Should fix bug 601605
7498
7499 2002-08-29 [colin]      0.8.2claws7
7500
7501         * src/main.c
7502                 Revert claws6 changes regarding bug #591676
7503
7504 2002-08-28 [colin]      0.8.2claws6
7505         
7506         * src/main.c
7507                 Ignore cache for queue folderitems
7508                 Fix bug #591676
7509
7510 2002-08-28 [melvin]     0.8.2claws5
7511
7512         * README.claws
7513                 Fixed typos.
7514
7515 2002-08-28 [melvin]     0.8.2claws4
7516
7517         * README.claws
7518                 Updated a bit the text concerning the spell checker
7519
7520 2002-08-28 [melvin]     0.8.2claws3
7521
7522         Merged the GNU_aspell_branch:
7523                 Support of new GNU/aspell is now included and the old pspell
7524                 is not supported anymore.
7525                 See README.claws
7526
7527         * README.claws
7528                 Updated spell checker text to reflect the switch to GNU/aspell
7529
7530         * ac/aspell.m4          *** NEW ***
7531         * src/gtkaspell.[ch]    *** NEW *** 
7532         * ac/pspell.m4          *** DELETED *** 
7533         * src/gtkspell.[ch]     *** DELETED ***
7534
7535         * ac/Makefile.am
7536                 Updated for GNU/aspell support
7537
7538         * po/POTFILES.in
7539                 Replaced gtkspell.c by gtkaspell.c
7540
7541         * acconfig.h
7542         * src/Makefile.am
7543         * src/about.c
7544         * src/compose.[ch]
7545         * src/crash.c
7546         * src/main.c
7547         * src/prefs_common.[ch]
7548                 Updated for GNU/aspell support
7549
7550 2002-08-28 [paul]       0.8.2claws2
7551
7552         * sync with 0.8.2cvs4
7553                 see ChangeLog 2002-08-27 and 2002-08-28
7554
7555 2002-08-28 [colin]      0.8.2claws1
7556
7557         * src/summary_search.c
7558                 Added "AND search"
7559
7560 2002-08-28 [jens]       0.8.2claws
7561
7562         *po/de.po
7563                 Updated German translations
7564
7565 2002-08-27 [melvin]     0.8.2claws
7566
7567         * po/fr.po
7568                 Updated French translations
7569
7570 2002-08-27 [paul]       0.8.2claws
7571
7572         * sync with 0.8.2 main release
7573
7574         * po/en_GB.po
7575           po/es.po
7576           po/it.po
7577           po/pl.po
7578           po/pt_BR.po
7579           po/sr.po
7580                 updated message catalogs submitted by
7581                 Ricardo Mones Lastra, Alessandro Maestri,
7582                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
7583                 Beneditto and Urke MMI  
7584
7585 2002-08-27 [hoa]        0.8.1claws123
7586
7587         * src/mainwindow.[ch]
7588         * src/summaryview.[ch]
7589                 removed the "filter setting" menu option.
7590                 add a "cancel a news message" menu option.
7591
7592 2002-08-26 [martin]     0.8.1claws122
7593
7594         * ChangeLog.claws
7595                 changed string under 0.8.1claws79 changed by myself
7596                 i'm sorry alfons :(
7597
7598 2002-08-26 [martin]     0.8.1claws121
7599
7600         * src/crash.c
7601                 added kill command to debuggerrc to start crash dialog
7602
7603 2002-08-26 [paul]       0.8.1claws120
7604
7605         * sync with 0.8.1cvs31
7606                 see ChangeLog 2002-08-26
7607
7608 2002-08-25 [alfons]     0.8.1claws119
7609
7610         * src/procmsg.c
7611                 fix bug that didn't send out correct headers to news server
7612                 when sending news article and email from queue (bug reported
7613                 and patch provided by Tim Mann; closes bug 
7614                 "[ 583196 ] 0.7.8claws can't post news")
7615
7616 2002-08-25 [alfons]     0.8.1claws118
7617
7618         * src/selective_download.c
7619                 mark two strings as translatable
7620                 (thanks to Urke MMI for pointing this out)
7621
7622 2002-08-25 [alfons]     0.8.1claws117
7623
7624         * src/summaryview.c
7625                 treat sent boxes as special and allow sorting them by addressee
7626                 (closes "[ 589418 ] Sent folder sorting misbehavior"
7627                 submitted by Steve Lamb)
7628
7629 2002-08-24 [alfons]     0.8.1claws116
7630
7631         * src/matcher.c
7632                 fix memleak reported by Martin Kluge
7633                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
7634
7635 2002-08-24 [oliver]     0.8.1claws115
7636
7637         * src/prefs_toolbar.c
7638                 o code cleanup as suggested by Alfons
7639                 o memleak fix
7640
7641 2002-08-24 [alfons]     0.8.1claws114
7642
7643         * src/summaryview.c
7644                 o fix another memory leak reported by Martin Kluge
7645                   (see "[ 599568 ] Small Memory Leak")
7646                 o remove 'from' variable from 'summary_set_header()'; we can
7647                   do with just 'to' 
7648
7649 2002-08-24 [paul]       0.8.1claws113
7650
7651         * sync with 0.8.1cvs30
7652                 see ChangeLog 2002-08-23
7653
7654 2002-08-24 [alfons]     0.8.1claws112
7655
7656         * src/summaryview.c
7657                 remove unnecessary allocations for search bar fixing leaks
7658                 reported by Martin Kluge
7659                 (see "[ 599451 ] Further memory leaks?")
7660
7661 2002-08-24 [alfons]     0.8.1claws111
7662
7663         * src/main.c
7664                 make get_socket_name() public for crash.c
7665         * src/crash.c
7666                 o make report bug button work (goes to claws' 
7667                   bug tracker at sf.net)
7668                 o introduce function for doing important stuff just
7669                   before claws goes down
7670                 o clean up code 
7671
7672 2002-08-24 [alfons]     0.8.1claws110
7673
7674         * src/compose.c
7675                 move cursor to "To" entry when forwarding as attachment
7676                 (reported and solved by Steve Lamb, closes bug report
7677                 "[ 592880 ] Forward as attachment; cursor not in to")
7678
7679 2002-08-24 [colin]      0.8.1claws109
7680
7681         * src/mainwindow.c
7682                 fix quick search visibility after GUI (de)separations.
7683
7684 2002-08-23 [colin]      0.8.1claws108
7685
7686         * src/mainwindow.c
7687                 fix header pane visibility after folderview or
7688                 messageview (de)separation
7689
7690 2002-08-23 [paul]       0.8.1claws107
7691
7692         * src/mainwindow.[ch]
7693           src/toolbar.c
7694                 give full control of display or non-display 
7695                 of the Execute icon to Custom toolbar settings.
7696                 add new sensitivity condition to maninwindow.h: 
7697                 M_DELAY_EXEC
7698
7699         * ChangeLog
7700           ChangeLog.jp
7701           NEWS
7702                 more sync with 0.8.1cvs29
7703
7704 2002-08-23 [melvin]     0.8.1claws106
7705
7706         * src/alertpanel.c
7707                 Readded support for custom widget in alertpanel lost in last
7708                 sync.
7709
7710 2002-08-23 [paul]       0.8.1claws105
7711
7712         * sync with 0.8.1cvs29
7713                 see ChangeLog 2002-08-23
7714
7715 2002-08-23 [colin]      0.8.1claws104
7716
7717         * src/summaryview.c
7718                 Fix folder and search pixmaps exchanging positions
7719                 after theme or toolbar changes. Thank to Oliver for 
7720                 reporting this.
7721
7722 2002-08-23 [colin]      0.8.1claws103
7723
7724         * src/mainwindow.c
7725           src/messageview.[ch]
7726           src/noticeview.[ch]
7727           src/summaryview.c
7728                 Changed messageview_create() and noticeview_create()
7729                 to avoid the last gdk_warning
7730
7731 2002-08-22 [colin]      0.8.1claws102
7732
7733         * src/summaryview.c
7734                 Fix my new `Creating pixmap from xpm' warning
7735
7736 2002-08-22 [colin]      0.8.1claws101
7737
7738         * src/mainwindow.c
7739                 Fix some of the gdk warnings
7740
7741 2002-08-22 [colin]      0.8.1claws100
7742
7743         * src/Makefile.am
7744         * src/stock_pixmap.c
7745         * src/stock_pixmap.h
7746         * src/pixmaps/quicksearch.xpm *ADDED*
7747                 Add the quicksearch pixmap
7748         * src/mainwindow.c
7749         * src/summaryview.c
7750         * src/summaryview.h
7751                 Make quicksearch bar visible/hidden via a button
7752
7753 2002-08-22 [christoph]  0.8.1claws99
7754
7755         * src/folder.c
7756                 fix folder update for newsgroups with message
7757                 numbers below minimum number of articles to fetch
7758                 (closes bug #598445)
7759
7760 2002-08-22 [paul]       0.8.1claws98
7761
7762         * sync with 0.8.1cvs28
7763                 see ChangeLog 2002-08-22
7764
7765 2002-08-21 [alfons]     0.8.1claws97
7766
7767         * src/crash.c
7768                 use bt instead of bt full which seems to work 
7769                 better, and bt full doesn't give a great deal 
7770                 of information anyway
7771
7772 2002-08-21 [colin]      0.8.1claws96
7773
7774         * src/summaryview.c
7775                 fix summaryview_searchtype_changed prototype
7776
7777 2002-08-21 [christoph]  0.8.1claws95
7778
7779         * src/mainwindow.c
7780                 o fix broken menu update for sorting type, we have to
7781                   get this info from the summaryview now
7782                 o removed setting of threaded state in menu callback
7783         * src/summaryview.[ch]
7784                 more summaryview/folderitem seperation for
7785                 threading option
7786         * configure.in
7787                 removed not required --with-compiler-flags option
7788
7789 2002-08-21 [oliver]     0.8.1claws94
7790         
7791         * src/toolbar.h 
7792                 o rename toolbar.xml to toolbar_main.xml
7793                   since toolbar_compose.xml might come up 
7794                   any time soon
7795         * README.claws
7796                 add custom toolbar              
7797
7798 2002-08-21 [darko]      0.8.1claws93
7799
7800         * src/procmsg.c
7801                 don't reset tmp flags for messages copied
7802                 to sent folder
7803
7804 2002-08-21 [colin]      0.8.1claws92
7805         
7806         * src/prefs_filtering.c
7807                 fix renaming rules on folder rename 
7808                 when folder is not a leaf folder
7809
7810 2002-08-21 [paul]       0.8.1claws91
7811
7812         * src/prefs_folder_item.c
7813                 fix alignment of colour selector
7814
7815 2002-08-21 [paul]       0.8.1claws90
7816
7817         * sync with 0.8.1cvs27
7818                 see ChangeLog 2002-08-21
7819
7820 2002-08-21 [paul]       0.8.1claws89
7821
7822         * src/summaryview.c
7823                 fix crash when changing field type in
7824                 Quick search bar
7825
7826 2002-08-21 [colin]      0.8.1claws88
7827
7828         * src/summaryview.c
7829                 Made quick search case-insensitive
7830
7831 2002-08-21 [paul]       0.8.1claws87
7832
7833         * sync with 0.8.1cvs26
7834                 see ChangeLog 2002-08-21
7835
7836 2002-08-20 [christoph]  0.8.1claws86
7837
7838         * src/folderview.c
7839         * src/main.c
7840         * src/summaryview.[ch]
7841                 more summaryview/folderitem seperation for
7842                 sort_key and sort_type
7843         * src/procmsg.c
7844                 added missing return statement
7845
7846 2002-08-20 [colin]      0.8.1claws85
7847
7848         * src/summaryview.[ch]
7849                 Added a quick search box
7850         * src/mainwindow.c
7851         * src/prefs_common.[ch]
7852                 Added a show/hide option for the quick search
7853
7854 2002-08-20 [oliver]     0.8.1claws84
7855         
7856         * src/mainwindow.c
7857                 remove toolbar_create_popups
7858         * src/toolbar.[ch]
7859                 o remove toolbar_create_popups
7860                 o fix toolbar_set_sensitive 
7861                   (Bug reports #596834 and #596832)     
7862         * src/prefs_toolbar.c
7863                 o add "Set default" button
7864                 o align label and text + combo widgets
7865
7866 2002-08-20 [hoa]        0.8.1claws83bis
7867
7868         * src/imap.c
7869                 fixed a bug in imap_fetch_msginfo() in case there is no
7870                 current folder.
7871
7872 2002-08-20 [darko]      0.8.1claws83
7873
7874         * src/folderview.c
7875                 copy the color style of folder view so it
7876                 works with GTK themes
7877
7878 2002-08-20 [darko]      0.8.1claws82
7879
7880         * src/folder.h
7881         * src/folderview.c
7882         * src/prefs_folder_item.[hc]
7883                 don't use UI stuff in folder.h
7884
7885 2002-08-20 [darko]      0.8.1claws81
7886
7887         * src/folder.h
7888         * src/prefs_folder_item.h
7889         * src/folderview.c
7890         * src/prefs_folder_item.c
7891                 ability to set folder color in folderview
7892
7893 2002-08-19 [alfons]     0.8.1claws80
7894
7895         * src/summaryview.c
7896                 fix one of the earlier memleaks reported by Martin Kluge
7897
7898 2002-08-19 [alfons]     0.8.1claws79
7899
7900         * src/mainwindow.c
7901                 hide notice view when selecting seperate folder
7902                 view (reported by Urke MMI)
7903
7904 2002-08-19 [christoph]  0.8.1claws78
7905
7906         * src/folderview.c
7907         * src/prefs_folder_item.h
7908         * src/summaryview.[ch]
7909                 o add summary_set_prefs_from_folderitem to set
7910                   summaryview prefs (first step to remove all
7911                   references to the folderitem in summaryview)
7912                 o moved compiled regex stuff from folderitem prefs
7913                   to summaryview code
7914
7915 2002-08-19 [paul]       0.8.1claws77
7916
7917         * src/compose.c
7918                 add check for '.' to QUOTE_IF_REQUIRED
7919
7920 2002-08-19 [paul]       0.8.1claws76
7921
7922         * src/inc.c
7923                 sync with 0.8.1cvs25 (plug memory leak)
7924
7925         * src/prefs_toolbar.c
7926                 re-order prefs_toolbar_cancel()
7927
7928 2002-08-18 [alfons]     0.8.1claws75
7929
7930         * src/inc.c
7931         * src/matcher.c
7932                 plug other memleaks reported by Martin Kluge
7933
7934 2002-08-18 [paul]       0.8.1claws74
7935
7936         * po/pt_BR.po
7937                 updated by Fabio Jr. Beneditto
7938
7939 2002-08-18 [paul]       0.8.1claws73
7940
7941         * src/toolbar.[ch]
7942                 fix bug where tooltips were displayed untranslated              
7943
7944         * src/prefs_toolbar.c
7945                 fix bug where clicking 'Cancel' creates an icon & text
7946                 toolbar regardless of prefs
7947         
7948
7949 2002-08-17 [oliver]     0.8.1claws72
7950
7951         * src/prefs_toolbar.c
7952                 update toolbar on CANCEL
7953                 bug reported by Martin Kluge
7954         * src/toolbar.c
7955                 toolbar_destroy memleak fixed           
7956
7957 2002-08-17 [alfons]     0.8.1claws71
7958
7959         * src/toolbar.c
7960                 plug another memleak reported by Martin Kluge
7961
7962 2002-08-16 [alfons]     0.8.1claws70
7963
7964         * src/crash.c
7965                 use execvp() correctly (suggested by wwp; thanks!)
7966
7967 2002-08-16 [alfons]     0.8.1claws69
7968
7969         * src/gtksctree.c
7970                 plug memory leak reported by Kim Schultz & Martin Kluge
7971
7972 2002-08-16 [paul]       0.8.1claws68
7973
7974         * po/es.po
7975                 updated by Ricardo Mones Lastra
7976
7977 2002-08-16 [paul]       0.8.1claws67
7978
7979         * src/toolbar.h
7980                 fix bug where 'Compose News' icon showed wrong
7981                 tooltip
7982
7983 2002-08-16 [paul]       0.8.1claws66
7984
7985         * sync with 0.8.1cvs24
7986                 see ChangeLog 2002-08-16
7987
7988         * po/it.po
7989                 updated by Alessandro Maestri
7990
7991 2002-08-15 [paul]       0.8.1claws65
7992
7993         * po/sr.po
7994                 updated by Urke MMI
7995
7996 2002-08-15 [paul]       0.8.1claws64
7997
7998         * src/*.c
7999                 don't translate debug info
8000
8001         * src/matcher.[ch]
8002                 add copyright info
8003
8004 2002-08-15 [paul]       0.8.1claws63
8005
8006         * src/prefs_toolbar.c
8007                 fix bug where clicking 'OK' creates an icon & text
8008                 toolbar regardless of prefs
8009
8010 2002-08-14 [alfons]     0.8.1claws62
8011
8012         * src/main.c
8013                 add global var that has the full argv[0]
8014         * src/crash.c
8015                 o execvp the correct sylpheed by using argv0
8016                   and setting the correct work dir
8017                 o other tweaks  
8018
8019 2002-08-14 [oliver]     0.8.1claws61
8020         
8021         * enable/disable Toolbar Action Buttons 
8022         * code cleanups
8023         * src/mainwindow.c
8024         * src/toolbar.[ch]      
8025         * src/prefs_toolbar.c   
8026
8027 2002-08-14 [melvin]     0.8.1claws60
8028
8029         * po/fr.po
8030                 Updated French translations
8031
8032 2002-08-14 [melvin]     0.8.1claws59
8033
8034         * src/crash.c
8035                 Made bug report not translatable
8036         * src/exporthtml.c
8037                 Fixed exporthtml_build_filespec() return value
8038         * src/foldersel.c
8039                 Fixed incorrect include file
8040         * src/gtkspell.c
8041         * src/prefs_actions.c
8042         * src/prefs_toolbar.c
8043                 Made debug info not translatable
8044         * src/mutt.c
8045         * src/quote_fmt.c
8046                 Added missing includes
8047         * src/prefs_common.c
8048                 Fixed typo
8049
8050 2002-08-14 [paul]       0.8.1claws58
8051
8052         * faq/es/sylpheed-faq.html
8053           faq/es/sylpheed-faq-[1-3].html
8054           faq/es/sylpheed-faq-4.html     **NEW FILE **
8055                 update Spanish FAQ
8056
8057 2002-08-13 [christoph]  0.8.1claws57
8058
8059         * src/procmsg.c
8060                 ignore thread fix that did not mark all
8061                 child nodes of a ignored thread as
8062                 ignored. Does not work perfectly yet,
8063                 but it is better now
8064
8065 2002-08-13 [alfons]     0.8.1claws56
8066
8067         * src/crash.c
8068                 o implement 'save crash log'
8069                 o some tweaks
8070
8071 2002-08-13 [melvin]     0.8.1claws55
8072
8073         * src/main.c
8074                 removed unrequired "execinfo.h" header
8075
8076 2002-08-12 [paul]       0.8.1claws54
8077
8078         * faq/en/sylpheed-faq.html
8079           faq/en/sylpheed-faq-[1-3].html
8080           faq/en/sylpheed-faq-4.html     **NEW FILE **
8081                 update English FAQ
8082
8083 2002-08-12 [alfons]     0.8.1claws53
8084
8085         * po/POTFILES.in
8086                 add crash.c to translatables
8087         * src/crash.c
8088                 bring in Leandro's crash dialog
8089
8090 2002-08-11 [alfons]     0.8.1claws52
8091
8092         * src/crash.c
8093                 clean up some warnings
8094
8095 2002-08-11 [alfons]     0.8.1claws51
8096
8097         * acconfig.h
8098         * configure.in
8099         * src/crash.[ch]        ** NEW FILES **
8100         * src/main.c            
8101                 initial gdb crash handler
8102
8103 2002-08-11 [paul]       0.8.1claws50
8104
8105         * src/prefs_toolbar.c
8106                 replace Up/Down arrow pixmaps with text to be
8107                 consistent across icon themes
8108
8109 2002-08-11 [paul]       0.8.1claws49
8110
8111         * src/prefs_common.c
8112           src/prefs_toolbar.c
8113                 rename 'Pixmap' -> 'Icon'
8114
8115         * src/toolbar.[ch]
8116                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
8117
8118 2002-08-10 [paul]       0.8.1claws48
8119
8120         * src/prefs_toolbar.c
8121                 re-work the UI
8122
8123 2002-08-10 [paul]       0.8.1claws47
8124
8125         * src/main.c
8126                 don't write Processing progress to status bar
8127                 patch submitted by Alexander Evseev
8128
8129         * src/prefs_toolbar.c
8130                 re-position and resize window
8131                 make window assume correct size on first call
8132
8133 2002-08-10 [paul]       0.8.1claws46
8134
8135         * src/mainwindow.c
8136           src/prefs_toolbar.c
8137           src/toolbar.c
8138           src/toolbar.h
8139                 obey coding style
8140                 follow UI text conventions
8141
8142 2002-08-10 [alfons]     0.8.1claws45
8143
8144         * src/toolbar.c
8145                 correct pixmap for delete action
8146
8147 2002-08-10 [paul]       0.8.1claws44
8148
8149         * po/pt_BR.po
8150                 updated by Fabio Jr. Beneditto
8151
8152 2002-08-10 [paul]       0.8.1claws43
8153
8154         * po/POTFILES.in
8155                 add custom toolbar files
8156
8157 2002-08-10 [paul]       0.8.1claws42
8158
8159         * sync with 0.8.1cvs22
8160                 see ChangeLog 2002-08-09
8161
8162 2002-08-09 [paul]       0.8.1claws41
8163
8164         * tools/Makefile.am
8165           tools/README
8166           tools/outlook2sylpheed.pl     ** NEW FILE **
8167                 add script to convert exported Outlook
8168                 contacts list to a Sylpheed addressbook.
8169                 Submitted by Ricardo Mones Lastra.
8170
8171 2002-08-09 [paul]       0.8.1claws40
8172
8173         * AUTHORS
8174           configure.in
8175           po/sr.po      ** NEW FILE **
8176                 add Serbian message catalog. Submitted by
8177                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
8178
8179 2002-08-09 [paul]       0.8.1claws39
8180
8181         * sync with 0.8.1cvs21
8182                 see ChangeLog 2002-08-08
8183
8184 2002-08-08 [oliver]     0.8.1claws38
8185
8186         * src/mainwindow.c
8187                 move Custom Toolbar to Configuration menu
8188
8189 2002-08-08 [oliver]     0.8.1claws37
8190
8191         * src/prefs_toolbar.c
8192                 fix substitute pixmap bug
8193
8194 2002-08-08 [paul]       0.8.1claws36
8195
8196         * sync with 0.8.1cvs19
8197                 see ChangeLog 2002-08-08
8198
8199 2002-08-07 [christoph]  0.8.1claws35
8200
8201         * src/utils.c
8202                 fixed a memory leak in new canonicalize_file_replace
8203
8204 2002-08-07 [christoph]  0.8.1claws34
8205
8206         * src/utils.[ch]
8207                 o canonicalize_file_replace should create the temporary
8208                   file in the same directory as the original file.
8209                 o added get_tmpfile_in_dir that creates a temorary file
8210                   in a specified directory.
8211
8212 2002-08-07 [melvin]     0.8.1claws33
8213
8214         * src/toolbar.c
8215                 fixed bug where 'Article' button acted as 'Email' button.
8216
8217 2002-08-07 [paul]       0.8.1claws32
8218
8219         * sync with 0.8.1.cvs17
8220                 see ChangeLog 2002-08-07
8221
8222 2002-08-07 [colin]      0.8.1claws31
8223         
8224         * src/news.c
8225                 fix mass-cancel problem
8226
8227 2002-08-07 [thorsten]   0.8.1claws30
8228
8229         * src/prefs_toolbar.c
8230                 fix: crash on replace or add new button
8231         * src/toolbar.c
8232                 fix: close xmlfile after reading
8233         * src/utils.c
8234                 fix: unlink() file before rename()
8235
8236 2002-08-06 [paul]       0.8.1claws29
8237
8238         * sync with 0.8.cvs15
8239                 see ChangeLog 2002-08-06
8240
8241 2002-08-06 [oliver]     0.8.1claws28
8242
8243         * src/toolbar.c
8244         * src/prefs_toolbar.c
8245                 fixed empty toolbar issue
8246
8247 2002-08-06 [oliver]     0.8.1claws27
8248
8249         * Custom Toolbar Final 
8250         * src/folderview.c
8251         * src/inc.c
8252         * src/summaryview.c
8253                 o toolbar stuff now lives in src/toolbar.[ch]
8254                 o main_window_toolbar_* functions are renamed to
8255                   toolbar_* reflecting their new source file
8256         * src/mainwindow.[ch]
8257                 o remove toolbar stuff  
8258
8259 2002-08-06 [oliver]     0.8.1claws26
8260         
8261         * src/Makefile.am
8262         * src/prefs_toolbar.[ch]        **New File**
8263         * src/toolbar.[ch]              **New File**
8264                 o prefs_toolbar.[ch] custom toolbar frontend
8265                 o toolbar.[ch]       backend 
8266
8267 2002-08-06 [oliver]     0.8.1claws25
8268
8269         * src/prefs_actions.[ch]
8270                 o new exported function actions_execute
8271
8272 2002-08-06 [paul]       0.8.1claws24
8273
8274         * sync with 0.8.1cvs4
8275                 see ChangeLog 2002-08-06
8276
8277 2002-08-06 [paul]       0.8.1claws23
8278
8279         * sync with 0.8.1cvs13
8280                 see ChangeLog 2002-08-06
8281
8282 2002-08-06 [paul]       0.8.1claws22
8283
8284         * sync with 0.8.1cvs12
8285                 see ChangeLog 2002-08-05 and 2002-08-06
8286
8287 2002-08-06 [match]      0.8.1claws21
8288
8289         * src/addrclip.c
8290                 improvements to cut/copy/paste address
8291
8292 2002-08-05 [match]      0.8.1claws20
8293
8294         * src/addritem.[ch]
8295         * src/addrcache.c
8296         * src/addrbook.c
8297         * src/editaddress.c
8298         * src/addressbook.c
8299                 fixes to improve cut/copy/paste
8300
8301 2002-08-06 [melvin]     0.8.1claws19
8302
8303         * src/account.[ch]
8304                 account_find_all_from_address(): new function that returns the
8305                 list of all accounts that are matched in an address.
8306         * src/alertpanel.[ch]
8307                 alertpanel() now accepts a custom widget
8308                 alertpanel_with_widget(): new function that pops up a panel with
8309                 a custom widget in it 
8310         * src/gtkutils.[ch]
8311                 gtkut_account_menu_new(): new function that allows the selection
8312                 of an account from a list of accounts.
8313         * src/messageview.c
8314                 Extended Return Receipt notification to select the correct 
8315                 account and to make a security test on the Delivery-Notification
8316                 address which should be the same as the Return-Path.
8317
8318 2002-08-06 [thorsten]   0.8.1claws18
8319
8320         * src/mimeview.c
8321                 attach_all: save unnamed as "noname.%d",
8322                 dont free static dirname
8323
8324 2002-08-05 [alfons]     0.8.1claws17
8325
8326         * configure.in
8327                 detect XIM by trying to link rather than compile a XIM program
8328
8329 2002-08-05 [oliver]     0.8.1claws16
8330                 
8331         * src/stock_pixmap.[ch]
8332                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
8333                 o new func to retrieve pixmaps
8334
8335 2002-08-05 [paul]       0.8.1claws15
8336
8337         * sync with 0.8.1cvs10
8338                 see ChangeLog 2002-08-05
8339
8340 2002-08-04 [alfons]     0.8.1claws14
8341
8342         * src/textview.c
8343                 see if this plugs memleak
8344
8345 2002-08-04 [melvin]     0.8.1claws13
8346
8347         * src/gtkspell.c
8348                 fixed bug that could crash Sylpheed when highlighting
8349                 all misspelled words.
8350
8351 2002-08-03 [melvin]     0.8.1claws12
8352
8353         * src/prefs_actions.c
8354                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
8355         * src/messageview.c
8356                 fixed bug where the Return Receipt was sent to
8357                 Delivery-Notification-To address even if it was not present
8358
8359 2002-08-02 [alfons]     0.8.1claws11
8360
8361         * src/prefs_actions.c
8362                 o more check for NULLs
8363                 o put create_io_dialog() in right conditional block
8364
8365 2002-08-02 [paul]       0.8.1claws10
8366
8367         * po/es.po
8368                 updated by Ricardo Mones Lastra
8369
8370 2002-08-01 [christoph]  0.8.1claws9
8371
8372         * src/folder.c
8373                 don't free the cache of the opened
8374                 folder in the summaryview
8375         * src/summaryview.c
8376                 don't unset flags, if it is not required
8377
8378 2002-08-01 [paul]       0.8.1claws8
8379
8380         * sync with 0.8.1cvs8
8381                 see ChangeLog entry 2002-08-01
8382
8383 2002-08-01 [paul]       0.8.1claws7
8384
8385         * sync with 0.8.1cvs7
8386                 see ChangeLog 2002-07-31 and 2002-08-01
8387
8388 2002-07-31 [christoph]  0.8.1claws6
8389
8390         * src/mainwindow.c
8391                 forgot to update menu sensitivity
8392                 function for new menu entry
8393
8394 2002-07-31 [alfons]     0.8.1claws5
8395
8396         * src/main.c
8397                 check folder item and its path for NULL on
8398                 initial processing
8399
8400 2002-07-31 [christoph]  0.8.1claws4
8401
8402         * src/folder.c
8403                 check if folder_item_get_msginfo in
8404                 folder_item_remove_msg returned NULL
8405         * src/imap.c
8406                 better clear the uid cache in the
8407                 uid validity check function and delete
8408                 cached messages
8409
8410 2002-07-31 [paul]       0.8.1claws3
8411
8412         * man/sylpheed.1
8413                 add the '--attach' option and a few other
8414                 minor changes
8415
8416 2002-07-31 [paul]       0.8.1claws2
8417
8418         * sync with 0.8.1cvs5
8419                 see ChangeLog 2002-07-31
8420
8421 2002-07-31 [christoph]  0.8.1claws1
8422
8423         * src/folderview.[ch]
8424         * src/mainwindow.c
8425                 replace "Rescan all folders..." with
8426                 "Check all folders for new messages..."
8427
8428 2002-07-30 [paul]       0.8.1claws
8429
8430         * version 0.8.1claws released
8431
8432 2002-07-30 [paul]       0.8.0claws29
8433
8434         * tools/OOo2sylpheed.pl ** NEW FILE **
8435           tools/README
8436                 add script to enable sending documents as
8437                 attachments from OpenOffice.org
8438
8439 2002-07-30 [melvin]     0.8.0claws28
8440
8441         * src/prefs_actions.c
8442                 Made the actions' input/output dialog display
8443                 without delay.
8444
8445 2002-07-30 [christoph]  0.8.0claws27
8446
8447         * src/procmsg.c
8448                 check if folder_item_get_msginfo in
8449                 procmsg_save_to_outbox returned NULL
8450
8451 2002-07-30 [paul]       0.8.0claws26
8452
8453         * sync with 0.8.1cvs4
8454                 see ChangeLog 2002-07-29
8455
8456 2002-07-29 [thorsten]   0.8.0claws25
8457
8458         * README.claws
8459                 added selective download, delete on server
8460
8461 2002-07-29 [paul]       0.8.0claws24
8462
8463         * sync with 0.8.1cvs3
8464                 see ChangeLog 2002-07-29
8465
8466 2002-07-27 [christoph]  0.8.0claws23
8467
8468         * src/folder.c
8469                 add extra check if fetching the msginfo
8470                 returned NULL
8471
8472 2002-07-27 [paul]       0.8.0claws22
8473
8474         * sync with 0.8.1cvs2
8475                 see ChangeLog 2002-07-26
8476
8477 2002-07-27 [christoph]  0.8.0claws21
8478
8479         * src/imap.c
8480                 add another check if a valid msginfo
8481                 was returned
8482
8483 2002-07-26 [hoa]        0.8.0claws20
8484
8485         * src/folder.c
8486                 Fixed a condition in folder_item_destroy()
8487
8488         * src/imap.c
8489                 Fixed an error in IMAP protocol
8490
8491 2002-07-26 [alfons]     0.8.0claws19
8492
8493         * src/folder.c
8494                 ofcourse compare with identifier, not the path
8495
8496 2002-07-26 [alfons]     0.8.0claws18
8497
8498         * src/folder.c
8499                 use folder item identifier for saving / restoring
8500                 preferences because folder->path might not be unique
8501
8502 2002-07-26 [melvin]     0.8.0claws17
8503
8504         * src/logwindow.c
8505                 Fixed a crash introduced in 0.8.0claws5 when log is 
8506                 cut under 80 characters.
8507
8508 2002-07-26 [paul]       0.8.0claws16
8509
8510         * sync with 0.8.1cvs1
8511                 see ChangeLog 2002-07-26
8512
8513 2002-07-26 [christoph]  0.8.0claws15
8514
8515         * src/imap.[ch]
8516                 imap folder now remembers the last selected
8517                 folder and imap_fetch_msginfo skips selecting
8518                 the folder if it is already selected
8519
8520 2002-07-26 [christoph]  0.8.0claws14
8521
8522         * src/folder.c
8523         * src/folderview.c
8524         * src/imap.c
8525                 fix imap folder rescanning
8526
8527 2002-07-25 [christoph]  0.8.0claws13
8528
8529         * src/filter.c
8530         * src/folder.[ch]
8531         * src/folderview.c
8532         * src/imap.[ch]
8533         * src/mainwindow.c
8534         * src/mbox_folder.c
8535         * src/mh.c
8536         * src/news.c
8537                 implement imap uid cache and uid validity check
8538
8539 2002-07-25 [alfons]     0.8.0claws12
8540
8541         * src/summaryview.c
8542                 fix a brown paper bag bug, and also add some more
8543                 checks
8544
8545 2002-07-25 [christoph]  0.8.0claws11
8546
8547         * src/folder.c
8548                 don't mix copy, fetch_msginfo and remove
8549                 operations in folder item copy and move
8550                 operations
8551
8552 2002-07-25 [christoph]  0.8.0claws10
8553
8554         * src/folderview.c
8555         * src/mainwindow.c
8556         * src/prefs_folder_item.c
8557         * src/summaryview.[ch]
8558                 remove no longer required parameter update_cache from
8559                 summary_show
8560
8561 2002-07-25 [paul]       0.8.0claws9
8562
8563         * sync with 0.8.1
8564         
8565         * AUTHORS
8566                 a few corrections
8567
8568 2002-07-24 [alfons]     0.8.0claws8
8569
8570         * src/summaryview.c
8571                 sort correctly when using simplified subject line
8572                 (closes feature request "[ 585141 ] applying regexp to subject 
8573                 before sort" submitted by Alexandra Walford)
8574
8575 2002-07-24 [paul]       0.8.0claws7
8576
8577         * sync with 0.8.0cvs3
8578                 see ChangeLog 2002-07-24
8579
8580 2002-07-23 [christoph]  0.8.0claws6
8581
8582         * src/folder.c
8583         * src/folder.h
8584         * src/summaryview.c
8585         * src/summaryview.h
8586         * src/main.c
8587                 o separate processing and summaryview
8588                 o removed summary_write_cache from summaryview
8589                 o removed summaryview->killed_messages, because we don't have
8590                   to keep a list of killed messages anymore. New cache will
8591                   keep the hidden messages in cache anyway
8592         * src/folderview.c
8593         * src/inc.c
8594         * src/selective_download.c
8595                 o removed unnecessary summary_write_cache calls
8596         * src/procmsg.c
8597                 o don't set ignore thread flag in procmsg_get_thread_tree
8598                   if it is already set
8599         * src/mainwindow.c
8600         * src/statusbar.h
8601                 o moved STATUSBAR_PUSH/POP to statusbar.h because
8602                   they are used in different files
8603
8604 2002-07-23 [melvin]     0.8.0claws5
8605
8606         * src/addressbook.c
8607         * src/addrgather.c
8608         * src/editaddress.c
8609         * src/editgroup.c
8610         * src/editldap_basedn.c
8611         * src/importldif.c
8612         * src/prefs_common.c
8613                 Fixed few memory leak (gtk_editable_get_chars returns
8614                 an allocated string)
8615         * src/logwindow.c
8616                 Fixed few memory leak (gtk_editable_get_chars returns
8617                 an allocated string) and modified a little the log cutting
8618                 loop.
8619         * src/compose.c
8620                 Replaced a call to an obsolete function gtk_entry_get_text()
8621                 by gtk_editable_get_chars()
8622         * src/send.c
8623                 Removed a debug printf
8624
8625 2002-07-23 [christoph]  0.8.0claws4
8626
8627         * src/filesel.c
8628                 fix another g_dirname memory leak
8629
8630 2002-07-23 [christoph]  0.8.0claws3
8631
8632         * src/mh.c
8633                 fixed a memory leak in mh_fetch_msginfo
8634                 fixed crash when message header could not be
8635                 parsed
8636
8637 2002-07-23 [paul]       0.8.0claws2
8638
8639         * sync with 0.8.0cvs2
8640                 see ChangeLog 2002-07-23
8641
8642 2002-07-23 [paul]       0.8.0claws1
8643
8644         * sync with 0.8.0cvs1
8645                 see ChangeLog 2002-07-23
8646
8647 2002-07-23 [paul]       0.8.0claws
8648
8649         * release of 0.8.0claws
8650
8651 2002-07-23 [paul]       0.7.8claws99
8652
8653         * po/ru.po
8654                 new Russian translation, submitted by
8655                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
8656
8657 2002-07-22 [jens]       0.7.8claws98
8658
8659         * po/de.po
8660                 Updated German translations.
8661
8662 2002-07-22 [paul]       0.7.8claws97
8663
8664         * po/es.po
8665           po/it.po
8666           po/nl.po
8667           po/pt_BR.po
8668                 updated translations by Ricardo Mones Lastra,
8669                 Alessandro Maestri, Wilbert Berendsen and 
8670                 Fabio Jr. Beneditto respectively
8671
8672 2002-07-22 [christoph]  0.7.8claws96
8673
8674         * src/mimeview.c
8675                 fix memory leak caused by wrong g_dirname usage
8676
8677 2002-07-22 [christoph]  0.7.8claws95
8678
8679         * src/summaryview.c
8680                 update new and unread message counts for summaryview
8681                 summaryview does not get it from the folder anymore
8682                 and has to update the values itself
8683
8684 2002-07-22 [melvin]     0.7.8claws94
8685
8686         * po/fr.po
8687                 Updated French translations.
8688
8689 2002-07-22 [christoph]  0.7.8claws93
8690
8691         * src/matcher.c
8692                 set prop->preg pointer to NULL or following check
8693                 will not fail and regexec will be called with
8694                 invalid pointer
8695
8696 2002-07-21 [alfons]     0.7.8claws92
8697         
8698         * src/prefs_common.[ch]
8699                 remove option "Send return receipt on request"
8700
8701 2002-07-21 [thorsten]   0.7.8claws91
8702
8703         * src/mimeview.c
8704                 fixed memleaks, coding style as pointed out by alfons
8705
8706 2002-07-21 [alfons]     0.7.8claws90
8707
8708         * src/messageview.c
8709         * src/noticeview.[ch]
8710                 o fix bug notice view being displayed when going to empty folder 
8711                   (noticed by Christoph)
8712                 o allow RRR to be sent when restarting sylpheed, or changing folder 
8713                   (noticed by Thorsten)
8714
8715 2002-07-21 [thorsten]   0.7.8claws89
8716
8717         * src/mimeview.c
8718                 Included save_all patch from Xaview FACQ
8719                 added support for pathnames
8720
8721 2002-07-21 [alfons]     0.7.8claws88
8722
8723         * po/POTFILES.in
8724         * src/Makefile.am
8725         * src/mainwindow.c
8726         * src/messageview.[ch]
8727         * src/noticeview.c      ** NEW FILE **
8728         * src/noticeview.h      ** NEW FILE **
8729                 make return receipts work again
8730                 (UI idea by Leandro Pereira)
8731
8732 2002-07-21 [paul]       0.7.8claws87
8733
8734         * src/summaryview.c
8735                 fix sensitivity of 'Select thread'
8736
8737 2002-07-21 [paul]       0.7.8claws86
8738
8739         * src/prefs_common.c
8740                 add browser command line for Galeon
8741
8742 2002-07-21 [paul]       0.7.8claws85
8743
8744         * Makefile.am
8745                 fix 'EXTRA_DIST': remove README.README, add TODO
8746                 and TODO.claws
8747
8748 2002-07-21 [alfons]     0.7.8claws84
8749
8750         * src/gtkstext.c
8751                 make enter clear selection
8752                 (closes "[ 579888 ] Editor selection/entry error"
8753                 reported by Steve Lamb)
8754
8755 2002-07-21 [alfons]     0.7.8claws83
8756         
8757         * src/summaryview.c
8758                 sort message list when selecting unthread messages
8759                 (closes "[ 501593 ] switching threaded view doesn't sort"
8760                 reported by Simon Schubert)
8761
8762 2002-07-20 [alfons]     0.7.8claws82
8763         
8764         * src/matcher.c
8765                 const-correctness
8766
8767 2002-07-20 [thorsten]   0.7.8claws81
8768
8769         * src/matcher.c
8770                 Fixed expansion of empty fields in matchactions
8771
8772 2002-07-19 [melvin]     0.7.8claws80
8773
8774         * src/gtkspell.c
8775                 Removed a duplicate menu entry (fast mode) introduced during
8776                 the new cache merge
8777                 Added a menu separator between 'Use alternate' and 'Fast mode'
8778
8779 2002-07-19 [paul]       0.7.8claws79
8780
8781         * tools/Makefile.am
8782           tools/README
8783                 correct typos
8784
8785 2002-07-19 [thorsten]   0.7.8claws78
8786
8787         * tools/calypso_convert.pl      ** NEW FILE **
8788           tools/README
8789           tools/Makefile.am
8790                 script to import mbox files exported
8791                 by calypso
8792                 o generates folder structure
8793                 o includes attachments
8794
8795 2002-07-19 [melvin]     0.7.8claws77
8796
8797         * src/selective_download.[ch]
8798                 Fixed bug where closing the dialog with the window manager's
8799                 close button will not unlock the summary
8800                 Corrected some function declarations that missed a return value
8801                 Made the source code comply better with coding style.
8802         * src/prefs_common.c
8803                 Added new browser command line for Mozilla.
8804
8805 2002-07-18 [paul]       0.7.8claws76
8806
8807         * src/mainwindow.c
8808           src/selective_download.[ch]
8809                 reflect theme changes, fix Gdk Warning when creating 
8810                 pixmap from NULL window, and minor clean up.
8811                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
8812
8813         * po/en_GB.po
8814                 updated
8815
8816 2002-07-17 [paul]       0.7.8claws75
8817
8818         * INSTALL[.jp]
8819                 sync with 0.8.0
8820         
8821         * po/en_GB.po
8822                 updated
8823
8824 2002-07-16 [paul]       0.7.8claws74
8825
8826         * tools/filter_conv.pl
8827           tools/README
8828                 replace conversion script with reimplemented version, 
8829                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
8830
8831 2002-07-16 [colin]      0.7.8claws73
8832
8833         * src/summaryview.c
8834                 remove forgotten debug messages - sorry ;-)
8835
8836 2002-07-16 [colin]      0.7.8claws72
8837
8838         * src/mimeview.c
8839           src/summaryview.c
8840           src/textview.c
8841           src/textview.h
8842                 add the ability to select part of a text mime-part 
8843                 to reply.
8844
8845 2002-07-15 [christoph]  0.7.8claws71
8846
8847         * src/folder.c
8848                 fix folder message count for folders without
8849                 msg_is_changed (includes news folders)
8850
8851 2002-07-15 [martin]     0.7.8claws70
8852
8853         * src/summaryview.c
8854                 option "display recipient on 'From'..." now works
8855                 without the need of enabling the option
8856                 "display  sender  using  address  book".
8857
8858 2002-07-15 [christoph]  0.7.8claws69
8859
8860         * src/summaryview.c
8861                 removed setting folder status from summaryview.
8862                 folder.c should update all message counts correctly.
8863
8864 2002-07-15 [paul]       0.7.8claws68
8865
8866         * po/pt_BR.po
8867                 updated by Fabio Junior Beneditto
8868
8869 2002-07-15 [darko]      0.7.8claws67
8870
8871         * src/mh.c
8872                 Fixed target folder colorization, don't decrease op
8873                 number twice
8874
8875 2002-07-14 [paul]       0.7.8claws66
8876
8877         * sync with main 0.8.0
8878                 see ChangeLog 2002-07-14
8879
8880 2002-07-13 [melvin]     0.7.8claws65
8881         
8882         * src/addrbook.c
8883         * src/addressbook.c
8884         * src/addrindex.c
8885                 Replaced sprintf by g_snprintf to prevent possible buffer
8886                 overflow.
8887         * src/news.c
8888                 Corrected a log message output format.
8889                 Added a missing "done" debug output.
8890         * src/compose.c
8891                 Added keyboard accelerator for Priority menu items
8892                 Added missing \n in debug output
8893         * src/logwindow.c
8894         * src/gtkspell.c
8895         * src/rfc2015.c
8896                 Added missing \n in debug output
8897
8898 2002-07-13 [paul]       0.7.8claws64
8899
8900         * man/sylpheed.1
8901                 change Sergey's email address to the sf address
8902
8903         * src/textview.c
8904                 increase show_url_timeout (more useful for long
8905                 urls)
8906
8907 2002-07-12 [sergey]     0.7.8claws63
8908
8909         * src/rfc2015.c
8910                 applied (with some modifications) patch to set the
8911                 micalg parameter for signatures
8912                 (2001-08-28 Werner Koch <wk@gnupg.org>)
8913
8914 2002-07-12 [sergey]     0.7.8claws62
8915
8916         * man/Makefile.am
8917         * configure.in
8918                 fixed man page installation
8919
8920 2002-07-12 [paul]       0.7.8claws61
8921
8922         * sync with 0.7.8cvs26
8923                 see ChangeLog 2002-07-11 and 2002-07-12
8924
8925 2002-07-11 [christoph]  0.7.8claws60
8926
8927         * src/compose.c
8928         * src/procmsg.c
8929                 first use the message number to find the message
8930                 to mark with a reply flag but check the
8931                 message-id if we got the correct message, if not
8932                 try to find it by message-id.
8933                 use new string seperator that is not allowed
8934                 in message-ids.
8935
8936 2002-07-11 [paul]       0.7.8claws59
8937
8938         * sync with 0.7.8cvs23
8939                 see ChangeLog 2002-07-10
8940
8941 2002-07-10 [christoph]  0.7.8claws58
8942
8943         * src/folder.[ch]
8944         * src/msgcache.[ch]
8945                 Added message-id table to the cache in memory
8946                 and functions to msgcache.c and folder.c to
8947                 fetch MsgInfos by message id
8948         * src/compose.c
8949         * src/procmsg.c
8950                 store folder and message-id of message replying
8951                 to in queue header and set reply flag after sending
8952                 (Closes bug #469498)
8953
8954 2002-07-10 [paul]       0.7.8claws57
8955
8956         * AUTHORS
8957           man/sylpheed.1.gz
8958                 add Martin to the list of authors
8959
8960 2002-07-09 [martin]     0.7.8claws56
8961         * src/gtksctree.c
8962                 Added gtk_ctree_last_visible(), tree_update_level(),
8963                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
8964                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
8965                 from gtk+ to gtksctree.c for the new sorting code
8966                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
8967                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
8968         * src/gtksctree.h
8969                 Added declaration for gtk_sctree_sort_recursive() and
8970                 gtk_sctree_sort_node
8971         * src/addressbook.c
8972         * src/foldersel.c
8973         * src/folderview.c
8974         * src/summaryview.c
8975                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
8976                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
8977
8978 2002-07-08 [paul]       0.7.8claws55
8979
8980         * more sync with 0.7.8cvs21
8981                 see ChangeLog 2002-07-08
8982
8983 2002-07-08 [paul]       0.7.8claws54
8984
8985         * sync with 0.7.8cvs21
8986                 see ChangeLog 2002-07-08
8987
8988 2002-07-07 [alfons]     0.7.8claws53
8989
8990         * src/Makefile.am
8991         * src/stock_pixmap.[ch]
8992         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
8993         * src/pixmaps/notice_error.xpm  ** NEW FILE **
8994         * src/pixmaps/notice_note.xpm   ** NEW FILE **
8995                 add new pixmaps for upcoming notice pane
8996
8997 2002-07-06 [melvin]     0.7.8claws52
8998
8999         * src/gtkspell.[ch]
9000                 Made them a bit closer to Sylpheed's coding style.
9001                 Removed old code.
9002                 Removed possible memory leaks when some errors occurs.
9003
9004 2002-07-06 [melvin]     0.7.8claws51
9005
9006         * po/Makefile.in.in
9007                 Removed --no-location in xgettext command line to help
9008                 translators that use Emacs' po-mode
9009         * src/quote_fmt.c
9010                 Removed unnecessary comments that messed up sylpheed.pot
9011
9012 2002-07-06 [paul]       0.7.8claws50
9013
9014         * sync with 0.7.8cvs19
9015                 see ChangeLog 2002-07-05
9016
9017 2002-07-06 [christoph]  0.7.8claws49
9018
9019         * src/folder.c
9020         * src/mainwindow.c
9021                 fix folder_item_remove_all_msg and folderview
9022                 status for trash folders after emptying trash
9023
9024 2002-07-05 [paul]       0.7.8claws48
9025
9026         * sync with 0.7.8cvs16
9027                 see ChangeLog 2002-07-04 and 2002-07-05
9028
9029 2002-07-04 [paul]       0.7.8claws47
9030
9031         * sync with 0.7.8cvs14
9032                 see  ChangeLog 2002-07-04
9033
9034 2002-07-03 [alfons]     0.7.8claws46
9035
9036         * src/folder.c
9037                 dupe folder item's path because it's being reallocated
9038                 by new folder scanning code
9039
9040 2002-07-03 [christoph]  0.7.8claws45
9041
9042         * src/imap.c
9043                 better IMAP uid fetching using 'FETCH 1:* (UID)'
9044         * src/msgcache.c
9045                 add missing return in msgcache_write
9046
9047 2002-07-02 [thorsten]   0.7.8claws44
9048
9049         * src/jpilot.c
9050         * src/msgcache.c
9051         * src/rfc2015.c
9052                 use binary mode for file access
9053
9054 2002-07-02 [christoph]  0.7.8claws43
9055
9056         * major code cleanup (part 1)
9057         
9058                 - unused variables removed
9059                 - unused functions removed
9060                 - uninitialized variables checked
9061                 - missing return statements added
9062                 - missing function return types added
9063                 - added parentheses around assignment and
9064                   && in || when suggested by gcc
9065               
9066         * src/mh.c
9067         * src/folder.c
9068                 replaced direct calls to folder->scan_tree
9069                 with folder_scan_tree and restore folder
9070                 prefs in this function. The folder should
9071                 not have to deal with them.
9072                 ( Should now work for all folder types )
9073
9074 2002-07-02 [paul]       0.7.8claws42
9075
9076         * sync with 0.7.8cvs13
9077                 see ChangeLog 2002-07-01 and 2002-07-02
9078
9079 2002-07-01 [christoph]  0.7.8claws41
9080
9081         * src/summaryview.c
9082                 fix "goto next/prev unread message" with
9083                 ignored threads
9084
9085 2002-07-01 [paul]       0.7.8claws40
9086
9087         * po/es.po
9088                 updated by Ricardo Mones Lastra
9089
9090 2002-06-30 [match]      0.7.8claws39
9091
9092         * src/jpilot.c
9093                 applied variation of leonerd's patch (566661) to
9094                 allow multiple email addresses per JPilot entry.
9095                 addresses may be separated by space, comma, pipe,
9096                 semi-colon, new-line.
9097
9098 2002-06-30 [alfons]     0.7.8claws38
9099
9100         * src/procmsg.c
9101                 simple fix for putting older nodes before
9102                 newer nodes when threading by subject
9103
9104 2002-06-30 [christoph]  0.7.8claws37
9105
9106         * src/folder.c
9107         * src/folderview.c
9108         * src/mh.c
9109         * src/news.c
9110         * src/procmsg.c
9111                 fix broken folder tree rescaning
9112                 and don't use procmsg_get_mark_sum
9113                 anymore
9114
9115 2002-06-30 [christoph]  0.7.8claws36
9116
9117         * merge new cache branch
9118         * src/imap.c
9119                 fix new cache imap copy bug
9120         * src/folder.c
9121                 improved folder_item_scan
9122                 it should now always set the correct
9123                 new, unread and total message counts
9124
9125 2002-06-29 [paul]       0.7.8claws35
9126
9127         * configure.in
9128                 correct syntax error
9129
9130 2002-06-29 [paul]       0.7.8claws34
9131
9132         * configure.in
9133           Makefile.am
9134           man/Makefile.am       ** NEW FILE **
9135           man/sylpheed.1.gz     ** NEW FILE **
9136                 add Sylpheed man page
9137
9138 2002-06-29 [paul]       0.7.8claws33
9139
9140         * po/pt_BR.po
9141                 updated by Fabio Junior Beneditto
9142
9143 2002-06-28 [jens]       0.7.8claws32
9144
9145         * po/de.po
9146                 translation updated
9147
9148         * src/selective_download.c
9149                 removed gettext for space " "
9150
9151         * src/imap.c
9152                 removed wrong space
9153
9154 2002-06-28 [paul]       0.7.8claws31
9155
9156         * sync with 0.7.8cvs11
9157                 see ChangeLog 2002-06-28
9158
9159 2002-06-28 [paul]       0.7.8claws30
9160
9161         * sync with 0.7.8cvs10
9162                 see ChangeLog 2002-06-27 and 2002-06-28
9163
9164 2002-06-26 [paul]       0.7.8claws29
9165
9166         * src/addrgather.c
9167           src/selective_download.c
9168                 don't gettextise empty strings.
9169                 reserved by gettext. gettext("") returns 
9170                 the header entry with meta information, 
9171                 not the empty string
9172
9173         * po/en_GB.po
9174                 updated
9175
9176 2002-06-26 [paul]       0.7.8claws28
9177
9178         * sync with 0.7.8cvs7
9179                 see ChangeLog 2002-06-25
9180
9181         * src/prefs_common.c
9182                 ...and in the process, tweak the gui a little
9183
9184 2002-06-25 [alfons]     0.7.8claws27
9185         
9186         * configure.in
9187         * src/Makefile.am
9188                 fine tune ldap library detection
9189
9190 2002-06-25 [alfons]     0.7.8claws26
9191
9192         * src/compose.c
9193                 don't allow return receipts when composing a news article
9194
9195 2002-06-25 [paul]       0.7.8claws25
9196
9197         * Makefile.am
9198                 add '$(AMTAR)' to 'release' section to allow for
9199                 new and older autotools
9200
9201 2002-06-25 [paul]       0.7.8claws24
9202
9203         * src/summaryview.c
9204                 fix "No more unread messages" persistant pop-up
9205                 window bug
9206
9207 2002-06-25 [paul]       0.7.8claws23
9208
9209         * po/it.po
9210                 updated by Alessandro Maestri
9211
9212 2002-06-25 [paul]       0.7.8claws22
9213
9214         * sync with 0.7.8cvs6
9215                 see ChangeLog 2002-06-25
9216
9217 2002-06-24 [paul]       0.7.8claws21
9218
9219         * tools/update-po
9220                 add GPL copyright information
9221
9222 2002-06-24 [paul]       0.7.8claws20
9223
9224         * tools/Makefile.am
9225           tools/README
9226           tools/update-po       ** NEW FILE **
9227                 add script that eases the creation of *.po files
9228                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
9229
9230 2002-06-23 [alfons]     0.7.8claws19
9231
9232         * src/messageview.c
9233                 make notification_convert_header obey const correctness
9234                 (next step will be fixing the broken return receipt)
9235
9236 2002-06-23 [paul]       0.7.8claws18
9237
9238         * src/messageview.c
9239                 fix bug introduced in last commit:
9240                 removed too much code in last commit - put back what's
9241                 needed
9242
9243 2002-06-23 [paul]       0.7.8claws17
9244
9245         * src/messageview.[ch]
9246                 remove code committed in error from locally patched
9247                 source
9248
9249 2002-06-23 [colin]      0.7.8claws16
9250
9251         * src/compose.[ch]
9252                 add compose_entry_select(), used to select the default_to
9253                 email address - hopefully avoiding people sending mails to
9254                 wrong recipients.
9255
9256 2002-06-22 [alfons]     0.7.8claws15
9257
9258         * AUTHORS
9259                 add Bram Metsch & Stanislav Karchebny
9260         * src/smtp.[ch]
9261         * src/prefs_account.[ch]
9262         * src/send.c
9263                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
9264                   options.  (see <http://sourceforge.net/tracker/index.php
9265                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
9266
9267                 - merge Stanislav's fix to make SMTP AUTH work with qmail
9268                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
9269
9270 2002-06-22 [paul]       0.7.8claws14
9271
9272         * sync with 0.7.8cvs5
9273                 see ChangeLog 2002-06-19 and 2002-06-20
9274
9275 2002-06-22 [alfons]     0.7.8claws13
9276
9277         * src/selective_download.c
9278                 fix a stupid mistake I made
9279
9280 2002-06-22 [alfons]     0.7.8claws12
9281
9282         * src/selective_download.[ch]
9283                 fix another unnoticed leak; cleanup code
9284
9285 2002-06-21 [alfons]
9286
9287         * tools/Makefile.am
9288                 gpg-sign <-- gpg-sign-syl
9289
9290 2002-06-21 [alfons]     0.7.8claws11
9291
9292         * src/selective_download.c
9293         * src/selective_download.h
9294                 fix assorted mix of allocation errors (should solve
9295                 problem reported by Philippe Gramoullé, see:
9296                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
9297
9298 2002-06-20 [melvin]     0.7.8claws10
9299
9300         * tools/gpg-sign *REMOVED*
9301           tools/gpg-sign-syl *ADDED*
9302                 Replaced the gpg clearsigning script with the version using
9303                 xterm instead of ssh-askpass and changed its name.
9304
9305         * README.claws
9306                 Updated actions example to reflect the renaming of the
9307                 gpg clearsigning script.
9308
9309 2002-06-19 [paul]       0.7.8claws9
9310
9311         * sync with 0.7.8claws9
9312                 see ChangeLog 2002-06-18 and 2002-06-19
9313
9314 2002-06-19 [paul]       0.7.8claws8
9315
9316         * sync with 0.7.8cvs1
9317                 see ChangeLog 2002-06-18
9318
9319 2002-06-18 [alfons]     0.7.8claws7
9320
9321         * src/mainwindow.h
9322                 add omitted prototype
9323
9324 2002-06-17 [paul]       0.7.8claws6
9325
9326         * src/mainwindow.c
9327                 fix hiding of exec_btn
9328
9329 2002-06-17 [paul]       0.7.8claws5
9330
9331         * src/pop.c
9332                 remove unneeded code: should_delete() 
9333                 and Pop3State::uidl_todelete_list
9334
9335 2002-06-17 [paul]       0.7.8claws4
9336
9337         * sync with 0.7.8
9338                 see ChangeLog 2002-06-11 and 2002-06-13
9339
9340 2002-06-16 [alfons]     0.7.8claws3
9341         
9342         * src/folder.c
9343                 make sure lock sort mode (claws specific) is
9344                 also persists after a tree rescan
9345
9346 2002-06-16 [alfons]     0.7.8claws2
9347
9348         * src/prefs_folder_item.c
9349         * src/folder.[ch]
9350                 fix persistence of folder sort mode (broken
9351                 by adapting Hiro's new folder persistence code)
9352
9353 2002-06-16 [alfons]     0.7.8claws1
9354
9355         * AUTHORS
9356         * src/logwindow.c
9357         * src/prefscommon.[ch]
9358                 control size of log text in log window; 
9359                 closes patch #569155 submitted by Mitko Haralanov.
9360
9361 2002-06-15 [paul]       0.7.8claws
9362
9363         * release of 0.7.8claws
9364
9365 2002-06-15 [paul]       0.7.7claws
9366
9367         * po/pt_BR.po
9368                 updated by Fabio Junior Beneditto
9369
9370 2002-06-14 [paul]       0.7.6claws49
9371
9372         * po/es.po
9373                 updated by Ricardo Mones Lastra
9374
9375 2002-06-14 [paul]       0.7.6claws48
9376
9377         * po/nl.po
9378                 updated translation by Wilbert Berendsen
9379
9380 2002-06-14 [melvin]     0.7.6claws47
9381
9382         * po/fr.po
9383                 Updated French translation
9384
9385 2002-06-13 [paul]       0.7.6claws46
9386
9387         * src/filesel.c
9388                 allow filename to be typed in, rather than just
9389                 selected by the mouse. Patch by Gustavo Noronha Silva.
9390
9391 2002-06-13 [alfons]     0.7.6claws45
9392
9393         * src/mainwindow.[ch]
9394                 more cleanups (removing unnecessary menu items Expand 
9395                 summary / message view)
9396
9397 2002-06-13 [melvin]     0.7.6claws44
9398
9399         * po/POTFILES.in
9400                 Added src/string_match.c
9401         * src/string_match.c
9402                 Fixed possible buffer overflow.
9403                 Corrected typo.
9404                 Added missing config.h header.
9405         * src/prefs_common.c
9406           src/prefs_matcher.c
9407           src/prefs_scoring.c
9408                 Made some strings translatable (missing _(..)).
9409
9410 2002-06-13 [melvin]     0.7.6claws43
9411
9412         * README.claws
9413                 Corrected action example (verifying clearsigned mail).
9414         * src/prefs_account.c
9415                 Corrected typo.
9416         * src/prefs_common.c
9417                 Removed incorrect line that generated a Gtk-CRITICAL msg.
9418
9419 2002-06-12 [alfons]     0.7.6claws42
9420
9421         * src/summaryview.c
9422                 add init of score column lost in 0.7.6claws42
9423
9424 2002-06-12 [paul]       0.7.6claws41
9425
9426         * src/prefs_account.c
9427                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
9428                 behavior of the radio buttons, (from 0.7.7cvs2)
9429
9430 2002-06-11 [alfons]     0.7.6claws40
9431
9432         * src/messageview.[ch]
9433         * src/summaryview.[ch]
9434         * src/summary_search.c
9435         * src/mainwindow.c
9436                 perform a sync to bring in Hiro's separate view implementation 
9437
9438                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
9439
9440 2002-06-11 [paul]       0.7.6claws39
9441         
9442         * src/prefs_account.c
9443                 correct a typo on the Receive tab
9444
9445 2002-06-10 [match]      0.7.6claws38
9446
9447         * src/addressbook.c
9448                 Included address completion patch from Gustavo Noronha.
9449
9450 2002-06-10 [paul]       0.7.6claws37
9451
9452         * src/inc.[ch]
9453           src/pop.c
9454           src/prefs_account.[ch]
9455           src/selective_download.[ch]
9456                 apply PATCH #561712
9457                  NEW:
9458                 - check if POP Account
9459                 - Receive Button renamed to Preview
9460                 - Preview Button Popup: preview new/all messages
9461                 - Download Button
9462                 - Account Preferences-->Receive tab checkbutton if you
9463                   want to remove Mail after Download
9464                 -: default YES
9465                 - Account Preferences-->Receive tab checkbutton use
9466                   filtering rules on preview
9467                   (think of delete_on_server)
9468                 -: default YES
9469                 - Account selectable from SD dialog
9470                 - checkbutton to show already downloaded messages if
9471                   all messages are previewed
9472                 - new clist column showing Date
9473                 - ESC KEY close
9474                 FIXES:
9475                 - play ball with UIDL
9476                 - fault tolerant (?) 
9477                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
9478
9479 2002-06-10 [melvin]     0.7.6claws36
9480
9481         * README.claws
9482                 Added a hint to ac/README in cvs instructions.
9483
9484         * src/prefs_actions.c
9485                 Made it possible to use a more elaborate command line
9486                 for asynchronous actions, too.
9487
9488 2002-06-10 [melvin]     0.7.6claws35
9489         
9490         * src/prefs_actions.c
9491                 Make it possible to use a more elaborate command line
9492                 (e.g. |foo|bar|cat>there;echo Done|)
9493                 Corrected error message when calling %f, %F and %p commands
9494                 from the compose window.
9495
9496 2002-06-09 [colin]      0.7.6claws34
9497
9498         * src/summaryview.c
9499                 Automatically find unread messages in current folder
9500                 before annoying the user.
9501
9502 2002-06-08 [alfons]     0.7.6claws33
9503
9504         * po/it.po
9505                 remove bad formatting string in it.po translation
9506                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
9507
9508 2002-06-08 [paul]       0.7.6claws32
9509
9510         * sync with 0.7.6cvs25
9511                 see ChangeLog 2002-06-07
9512
9513 2002-06-05 [paul]       0.7.6claws31
9514
9515         * src/mainwindow.c
9516                 add 'Sort by locked' and 'Sort by score'
9517
9518 2002-06-05 [paul]       0.7.6claws30
9519
9520         * sync with 0.7.6cvs24
9521                 see ChangeLog 2002-06-04
9522
9523 2002-06-04 [paul]       0.7.6claws29
9524
9525         * po/pt_BR.po
9526                 updated by Fabio Junior Beneditto
9527
9528 2002-06-03 [thorsten]   0.7.6claws28
9529
9530         * src/matcher.c
9531                 fclose() matcherrc after reading
9532
9533 2002-06-03 [paul]       0.7.6claws27
9534
9535         * sync with 0.7.6cvs21
9536                 see ChangeLog 2002-05-31
9537
9538 2002-05-31 [paul]       0.7.6claws26
9539
9540         * sync with 0.7.6cvs20
9541                 see ChangeLog 2002-05-29 and 2002-05-30
9542
9543 2002-05-31 [paul]       0.7.6claws25
9544
9545         * src/imap.c
9546                 hopefully fix last buggy sync
9547
9548         * README.claws
9549                 correct typo in 'Actions' examples
9550
9551 2002-05-29 [paul]       0.7.6claws24
9552
9553         * sync with 0.7.6cvs18
9554                 see ChangeLog 2002-05-28 and 2002-05-29
9555
9556         * src/news.c
9557           src/nntp.[ch]
9558                 sync with above 
9559
9560 2002-05-28 [paul]       0.7.6claws23
9561
9562         * sync with 0.7.6cvs16
9563                 see ChangeLog 2002-05-28
9564
9565 2002-05-27 [thorsten]   0.7.6claws22 
9566
9567         * faq/it/sylpheed-faq-1.html
9568           faq/it/sylpheed-faq-2.html
9569           faq/it/sylpheed-faq-3.html
9570           faq/it/sylpheed-faq.html
9571                 corrected DOS lineendings
9572         * faq/de/sylpheed-faq-1.html
9573           faq/de/sylpheed-faq-2.html
9574           faq/en/sylpheed-faq-1.html
9575           faq/en/sylpheed-faq-2.html
9576           faq/en/sylpheed-faq-3.html
9577           faq/es/sylpheed-faq-1.html
9578           faq/es/sylpheed-faq-2.html
9579           faq/es/sylpheed-faq-3.html
9580           faq/fr/sylpheed-faq-1.html
9581           faq/it/sylpheed-faq-1.html
9582           faq/it/sylpheed-faq-2.html
9583           faq/it/sylpheed-faq-3.html
9584           faq/it/sylpheed-faq.html
9585                 changed ">" to &quot;
9586
9587 2002-05-27 [paul]       0.7.6claws21
9588         
9589         * sync with 0.7.6cvs15
9590                 see ChangeLog 2002-05-27
9591
9592 2002-05-27 [paul]       0.7.6claws20
9593
9594         * src/prefs_account.c
9595                 correct a typo
9596
9597 2002-05-26 [paul]       0.7.6claws19
9598
9599         * tools/README
9600                 correct a typo
9601
9602 2002-05-25 [paul]       0.7.6claws18
9603
9604         * tools/README
9605                 add description of kmail2sylpheed.pl
9606
9607 2002-05-25 [paul]       0.7.6claws17
9608
9609         * tools/kmail2sylpheed.pl       ** NEW FILE **
9610                 perl script that converts an exported Kmail address
9611                 book, converts it to sylpheed addressbook file,
9612                 writes the file to .sylpheed, and updates
9613                 addrbook--index.xml 
9614
9615 2002-05-25 [paul]       0.7.6claws16
9616
9617         * sync with 0.7.6cvs14
9618                 see ChangeLog 2002-05-23
9619
9620 2002-05-24 [paul]       0.7.6claws15
9621
9622         * README.claws
9623                 make a correction and add some more info
9624
9625 2002-05-24 [paul]       0.7.6claws14
9626
9627         * src/compose.c
9628                 fix memory leak in 
9629                 compose_redirect_write_headers_from_headerlist()
9630                 add Subject and Resent-Message-ID to
9631                 compose_redirect_write_headers()
9632                 Received, Subject, and X-UIDL are filtered out in 
9633                 compose_redirect_write_to_file()
9634
9635 2002-05-23 [paul]       0.7.6claws13
9636
9637         * src/compose.[ch]
9638           src/filtering.c
9639           src/mainwindow.c
9640           src/matcher.[ch]
9641           src/matcher_parser_lex.l
9642           src/matcher_parser_parse.y
9643           src/prefs_common.[ch]
9644           src/prefs_filtering.c
9645           src/summaryview.c
9646                 rename 'Bounce' to 'Redirect'
9647
9648 2002-05-23 [paul]       0.7.6claws12
9649
9650         * more sync with 0.7.6cvs13
9651           src/compose.c
9652                 see ChangeLog 2002-05-22
9653
9654 2002-05-22 [paul]       0.7.6claws11
9655
9656         * sync with 0.7.6cvs13
9657           src/codeconv.c
9658                 see ChangeLog 2002-05-20
9659           src/prefs_common.c
9660                 see ChangeLog 2002-05-22
9661
9662 2002-05-21 [melvin]     0.7.6claws10
9663
9664         * src/folderview.c
9665                 Added missing filtering and scoring headers
9666                 Fixed bad function call that showed garbage 
9667                 in Folder->Processing
9668
9669 2002-05-21 [paul]       0.7.6claws9
9670
9671         * tools/Makefile.am
9672                 make all tools executable, (patch by Alfons).
9673
9674 2002-05-20 [alfons]     0.7.6claws8
9675
9676         * src/procheader.c
9677                 don't forget to call mktime() so we have a valid week 
9678                 and year day
9679                 (Bug report by Roger Sondermann <mail@jumaros.de>)
9680
9681 2002-05-20 [paul]       0.7.6claws7
9682
9683         * src/html.c
9684                 fix broken parsing of urls
9685         * src/textview.c
9686                 fix displaying of urls
9687
9688                 both fixes from the patch [547855] by Eugene 
9689                 Brevdo (zonem)
9690
9691 2002-05-19 [alfons]     0.7.6claws6
9692
9693         * configure.in
9694                 make sylpheed configure correctly with the latest
9695                 and greatest of automake / autoconf / gettext
9696
9697 2002-05-19 [alfons]     0.7.6claws5
9698
9699         * src/procheader.c
9700         * src/procheader.h
9701                 add function for returning ime zone offset
9702         * src/quote_fmt.c
9703         * src/quote_fmt_parse.y
9704                 better quotation formatting - does not convert
9705                 to local time, but uses the original date string.
9706                 
9707                 Note: %z inserts the timezone offset (should 
9708                 work also on platforms where strftime does not
9709                 support %z).
9710
9711 2002-05-18 [christoph]  0.7.6claws4
9712
9713         * src/summaryview.c
9714                 fix indentation of some code
9715         * tools/Makefile.am
9716                 fix spaces after \
9717         * src/Makefile.am
9718                 add missing \
9719                 correct path for ignorethread.xpm
9720                 incorrect filename for sylpheed_logo.xpm
9721                 add missing include matcher_parser_parse.h
9722
9723 2002-05-18 [paul]       0.7.6claws3
9724
9725         * sync with 0.7.6cvs8
9726                 see ChangeLog 2002-05-16 and 2002-05-17
9727
9728 2002-05-18 [melvin]     0.7.6claws2
9729
9730         * README.claws
9731                 Corrected an action's definition and fixed some misspellings.
9732
9733 2002-05-18 [paul]       0.7.6claws1
9734
9735         * tools/Makefile.am
9736           tools/gpg-sign        ** new file **
9737           tools/uudec           ** new file **
9738                 add Melvin's Actions scripts
9739
9740         * README.claws
9741                 add Melvin's descriptions for Actions
9742
9743 2002-05-18 [paul]       0.7.6claws
9744
9745         * Version 0.7.6claws released
9746
9747 2002-05-17 [paul]       0.7.5claws32
9748
9749         * po/es.po
9750                 updated by Ricardo Mones Lastra
9751
9752 2002-05-17 [paul]       0.7.5claws31
9753
9754         * src/compose.c
9755                 fix Account prefs default folder for sent/draft/deleted
9756                 messages bug
9757
9758         * po/it.po
9759           po/nl.po
9760                 updated translation by Alessandro Maestri and
9761                 Wilbert Berendsen
9762
9763 2002-05-17 [melvin]     0.7.5claws30
9764
9765         * src/prefs_actions.c
9766                 Fixed bug where using %F not at the end of the command 
9767                 resulted in an additional empty argument being created.
9768                 Thanks to Darko Koruga for reporting the bug.
9769
9770 2002-05-17 [melvin]     0.7.5claws29
9771
9772         * po/fr.po
9773                 Updated French translations.
9774
9775 2002-05-15 [paul]       0.7.5claws28
9776         
9777         * po/es.po
9778                 updated by Ricardo Mones Lastra
9779
9780 2002-05-15 [paul]       0.7.5claws27
9781
9782         * sync with 0.7.6cvs4
9783                 see ChangeLog 2002-05-14 and 2002-05-15
9784
9785 2002-05-14 [paul]       0.7.5claws26
9786
9787         * sync with 0.7.6cvs1
9788                 see ChangeLog 2002-05-13
9789
9790 2002-05-13 [thorsten]   0.7.5claws25
9791
9792         * src/messageview.c
9793                 fix select_all and copy in multipart messages
9794         * src/mainwindow.c
9795                 fix select_all and copy in multipart messages
9796
9797 2002-05-12 [paul]       0.7.5claws24
9798
9799         * src/summaryview.c
9800                 reverse last commit, bug already fixed in 0.7.5claws3
9801
9802 2002-05-12 [netztorte]  0.7.5claws23
9803
9804         * src/summaryview.c
9805                 dont parse empty addressbook (checked in before claws20)
9806
9807 2002-05-12 [melvin]     0.7.5claws22
9808
9809         * src/procmsg.[ch]
9810                 Removed unneeded priority code introduced by the previous 
9811                 commit.
9812
9813 2002-05-12 [melvin]     0.7.5claws21
9814
9815         * src/compose.[ch]
9816                 Added possibility to set message's priority.
9817         * src/procmsg.[ch]
9818                 Added possibility to set message's priority.
9819                 Added missing headers
9820
9821 2002-05-12 [melvin]     0.7.5claws20
9822
9823         * src/prefs_actions.c
9824                 Removed implicitely added quotes around the name
9825                 of the temporary files of mime parts.
9826
9827 2002-05-12 [paul]       0.7.5claws19
9828
9829         * sync with 0.7.5cvs20
9830                 see ChangeLog 2002-05-11
9831
9832 2002-05-12 [alfons]     0.7.5claws18
9833
9834         * src/quote_fmt_lex.l
9835         * src/quote_fmt_parse.y
9836                 allow quote / reply date & time format to be set using
9837                 %D{format}. format is a format string you'd pass to
9838                 strftime() (see man strftime, or the Display tab |
9839                 Date format setting).
9840
9841                 Currently %D converts the date to local time. 
9842
9843 2002-05-11 [paul]       0.7.5claws17
9844
9845         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
9846                 see ChangeLog 2002-05-10 and 2002-05-11
9847
9848 2002-05-10 [paul]       0.7.5claws16
9849
9850         * sync with 0.7.5cvs16
9851                 see ChangeLog entries 2002-05-09 and 
9852                 2002-05-10
9853
9854 2002-05-10 [colin]      0.7.5claws15
9855
9856         * src/textview.c
9857                 Corrected a bug that prevented sylpheed to open
9858                 double-clicked URIs.
9859
9860 2002-05-09 [paul]       0.7.5claws14
9861
9862         * sync with 0.7.5cvs14
9863                 see ChangeLog 2002-05-08 and 2002-05-09
9864
9865 2002-05-08 [paul]       0.7.5claws13
9866
9867         * sync with 0.7.5cvs11
9868                 see ChangeLog entry 2002-05-08
9869
9870 2002-05-08 [paul]       0.7.5claws12
9871
9872         * src/mainwindow.c
9873           src/textview.[ch]
9874                 fix segfault on View->Open in new window
9875                 patch submitted by Thorsten Maerz <torte@netztorte.de>
9876
9877 2002-05-07 [paul]       0.7.5claws11
9878
9879         * sync with 0.7.5cvs9
9880                 see ChangeLog entry 2002-05-07
9881
9882 2002-05-06 [paul]       0.7.5claws10
9883
9884         * src/messageview.c
9885           src/textview.c
9886                 display url in statusbar on single-click
9887                 patch submitted by Thorsten Maerz <torte@netztorte.de>
9888
9889 2002-05-06 [match]      0.7.5claws9
9890
9891         * src/addritem.[ch]
9892                 new functions.
9893         * src/addrcache.c
9894                 tidy up.
9895         * src/xmlprops.[ch]
9896                 XML implementation of properties file.
9897         * src/exporthtml.[ch]
9898         * src/expthtmldlg.[ch]
9899         * src/addressbook.c
9900                 export to HTML.
9901
9902 2002-05-02 [sergey]     0.7.5claws8
9903
9904         * src/mainwindow.c (mainwin_entries),
9905           src/prefs_common.c (prefs_send_create()),
9906           src/codeconv.c (locale_table):
9907                 use charset name "Windows-1251" instead of "CP1251".
9908
9909 2002-05-02 [colin]      0.7.5claws7
9910         
9911         * src/compose.c
9912           src/prefs_common.c
9913           src/prefs_folder_item.c
9914                 Fixed cosmetics bugs due to Outbox renamed to Sent.
9915
9916 2002-05-02 [hiro]       0.7.5claws6
9917
9918         * src/imap.c
9919                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
9920
9921 2002-05-02 [paul]       0.7.5claws5
9922
9923         * src/compose.c
9924                 more sync with 0.7.5cvs7, see ChangeLog entry
9925                 2002-05-02
9926
9927 2002-05-02 [hiro]       0.7.5claws4
9928
9929         * src/compose.c
9930                 compose_queue_sub():
9931                 check if queue folder exists (closes #550397).
9932                 removed directory creation since it should be handled
9933                 transparently.
9934         * src/imap.c
9935                 imap_add_msg(): return UID for appended message
9936                 (closes #548842).
9937
9938 2002-04-30 [paul]       0.7.5claws3
9939
9940         * src/summaryview.c
9941                 fix account_find_from_address() bug
9942
9943 2002-04-28 [colin]      0.7.5claws2
9944
9945         * src/compose.c
9946           src/textview.c
9947           src/prefs_common.[ch]
9948           src/utils.[ch]
9949                 Added user-definable quotation characters recognition.
9950
9951 2002-04-28 [paul]       0.7.5claws1
9952
9953         * sync with 0.7.5cvs4
9954                 see ChangeLog entry  2002-04-25
9955
9956 2002-04-28 [paul]       0.7.5claws
9957
9958         * po/es.po
9959           po/nl.po
9960           po/pt_BR.po
9961                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
9962                 Fabio Junior Beneditto
9963
9964 2002-04-27 [jens]       0.7.4claws103
9965
9966         * po/de.po
9967                 updated German translation.
9968
9969 2002-04-27 [hiro]       0.7.4claws102
9970
9971         * src/summaryview.c
9972                 summary_write_cache(): fixed the mark loss of hidden messages.
9973
9974 2002-04-26 [melvin]     0.7.4claws101
9975
9976         * src/procmsg.c
9977                 fixed a second typo (same one)
9978         * po/fr.po
9979           po/it.po
9980           po/pt_BR.po
9981                 fixed the type again...
9982
9983 2002-04-26 [melvin]     0.7.4claws100
9984
9985         * src/procmsg.c
9986                 fixed a typo in an alert message ("temorary").
9987         * po/it.po
9988         * po/pt_BR.po
9989                 corrected the typo  described above.
9990         * po/fr.po
9991                 updated French translation.
9992
9993 2002-04-26 [darko]      0.7.4claws99
9994
9995         * src/summaryview.c
9996                 fix target folder colorization
9997
9998 2002-04-25 [paul]       0.7.4claws98
9999
10000         * po/it.po
10001                 updated by Alessandro Maestri
10002
10003 2002-04-24 [colin]      0.7.4claws97
10004         
10005         * src/compose.c
10006                 Fixed double "subject is empty" question.
10007
10008 2002-04-23 [colin]      0.7.4claws96
10009         
10010         * src/mimeview.c
10011                 Corrected issue when "automatically display images" was
10012                 not set : first image remained after selecting second.
10013
10014 2002-04-23 [melvin]     0.7.4claws95
10015
10016         * src/prefs_actions.c
10017                 Don't display in/out dialog if there is nothing to show.
10018
10019 2002-04-23 [paul]       0.7.4claws94
10020
10021         * sync with 0.7.5cvs3
10022                 bug fixes: see ChangeLog entry 2002-04-23
10023
10024 2002-04-22 [darko]      0.7.4claws93
10025
10026         * src/compose.c
10027                 fix previous check-in which changed code after
10028                 merge from main
10029
10030 2002-04-22 [paul]       0.7.4claws92
10031
10032         * faq/de/*
10033                 add German FAQ
10034         * faq/en/*
10035           faq/es/*
10036           faq/fr/*
10037                 update English, Spanish and French FAQs
10038         * manual/de/*
10039           manual/es/*
10040                 add German and Spanish manuals
10041         * manual/en/*
10042           manual/fr/*
10043                 update English and French manuals
10044
10045         * src/Makefile.am
10046                 add to and re-arrange the pixmap entries
10047
10048 2002-04-22 [darko]      0.7.4claws91
10049
10050         * src/compose.c
10051                 fix sender initials recognition to only allow
10052                 '>' after the initials
10053
10054 2002-04-21 [paul]       0.7.4claws90
10055
10056         * sync with 0.7.5 release
10057                 see ChangeLog entry 2002-04-21
10058
10059 2002-04-21 [alfons]
10060
10061         * src/Makefile.am
10062                 add colin's new pixmaps to EXTRA_DIST
10063
10064 2002-04-21 [colin]      0.7.4claws89
10065         * src/compose.c
10066         * src/inc.c
10067         * src/mainwindow.[ch]
10068         * src/prefs_common.[ch]
10069         * src/stock_pixmap.[ch]
10070                 Added "Work offline" ability.
10071
10072 2002-04-21 [colin]      0.7.4claws88
10073         
10074         * src/mimeview.c
10075         * src/prefs_common.c
10076         * src/prefs_common.h
10077         * src/textview.c : Added an option to common preferences -> display
10078           to allow user not to automatically display images.
10079
10080 2002-04-21 [paul]       0.7.4claws87
10081
10082         * sync with 0.7.4cvs52
10083                 see ChangeLog entry 2002-04-21 (src/imap.c)
10084
10085 2002-04-21 [paul]       0.7.4claws86
10086
10087         * sync with 0.7.4cvs51
10088                 see ChangeLog entry 2002-04-21
10089
10090 2002-04-21 [paul]       0.7.4claws85
10091
10092         * sync with 0.7.4cvs49
10093                 see ChangeLog entries 2002-04-20 and 2002-04-21
10094
10095         * src/Makefile.am
10096                 clean up: remove old 'stock_' element from xpm 
10097                 filenames.
10098
10099 2002-04-21 [alfons]     0.7.4claws84
10100
10101         apply sync patch from Paul
10102
10103         * src/folderview.c
10104                 use old claws prefs_folder_item_create() for now
10105
10106 2002-04-19 [match]      0.7.4claws83
10107
10108         * src/addressbook.[ch]
10109         * src/addrharvest.[ch]
10110         * src/addrgather.[ch]
10111                 recurse folders.
10112         * src/mainwindow.c
10113         * src/summaryview.[ch]
10114                 change menu option.
10115
10116 2002-04-19 [paul]       0.7.4claws82
10117
10118         * po/pt_BR.po
10119                 updated by Fabio Junior Beneditto
10120
10121 2002-04-14 [alfons]     0.7.4claws81
10122
10123         * src/passphrase.c
10124                 add #include <sys/types.h> for mode_t and off_t 
10125
10126 2002-04-13 [paul]       0.7.4claws80
10127         
10128         * src/main.c
10129           src/passphrase.[ch]
10130           src/pgptext.c
10131           src/prefs_common.[ch]
10132           src/rfc2015.c
10133                 enable storing of GnuPG passphrase for the whole 
10134                 session or a user-defined number of minutes. patch 
10135                 submitted by Ravemax <ravemax@dextrose.com>
10136
10137 2002-04-13 [alfons]     0.7.4claws79
10138
10139         * src/textview.c
10140                 make email parser also stop scanning when encountering separators
10141                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
10142
10143 2002-04-13 [paul]       0.7.4claws78
10144
10145         * sync with 0.7.4cvs39
10146                 see ChangeLog entry 2002-04-12
10147
10148 2002-04-11 [paul]       0.7.4claws77
10149
10150         * sync with 0.7.4cvs37
10151                 see ChangeLog entry 2002-04-11
10152
10153 2002-04-11 [paul]       0.7.4claws76
10154
10155         * COPYING 
10156                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
10157                 the clause for OpenSSL). sync with sylpheed main
10158
10159 2002-04-09 [melvin]     0.7.4claws75
10160
10161         * src/compose.c
10162                 Made 'Ctrl-Enter' on send ignore some modifiers 
10163                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
10164                 to bind other *-Enter (but not Alt-Enter).
10165
10166 2002-04-09 [paul]       0.7.4claws74
10167
10168         * sync with 0.7.4cvs35
10169                 see ChangeLog entries 2002-04-09
10170
10171 2002-04-08 [paul]       0.7.4claws73
10172
10173         * sync with 0.7.4cvs33
10174                 see ChangeLog entry 200-04-08
10175
10176 2002-04-07 [match]      0.7.4claws72
10177
10178         * src/addrharvest.[ch]
10179                 fixed to read all addresses in header, regardless
10180                 of header size. improved name parsing. accommodate
10181                 harvest from folders and selected message.
10182         * src/addritem.[ch]
10183                 included new address parsing function.
10184         * src/addrgather.[ch]
10185         * src/addressbook.[ch]
10186         * src/summaryview.[ch]
10187         * src/mainwindow.c
10188                 allow address harvest of folder as well as selected
10189                 messages.
10190
10191 2002-04-07 [paul]       0.7.4claws71
10192
10193         * src/esmtp.[ch]
10194           src/smtp.c
10195                 don't try to authenticate with CRAM-MD5 in SMTP when 
10196                 SMTP-AUTH enabled if MTA doesn't issue this 
10197                 auth-method in it's ehlo-response. bug item #531364,
10198                 patch item #938910. patch submitted by Colin Leroy 
10199                 <colin@colino.net>
10200
10201 2002-04-07 [paul]       0.7.4claws70
10202
10203         * src/nntp.c
10204                 fix missing MODE_READER bug. patch submitted by
10205                 Colin Leroy <colin@colino.net>
10206
10207 2002-04-07 [alfons]     0.7.4claws69
10208
10209         * src/matcher.[ch]
10210         * src/prefs_filtering.c
10211         * src/summaryview.c
10212                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
10213                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
10214
10215 2002-04-07 [paul]       0.7.4claws68
10216
10217         * sync with 0.7.4cvs32
10218                 see ChangeLog entry 2002-04-06
10219
10220         * tools/filter_conv.pl
10221                 more bug fixes
10222
10223 2002-04-06 [paul]       0.7.4claws67
10224
10225         * tools/filter_conv.pl
10226                 modify to be able to find the name of the first
10227                 mailbox and use that. main's filter does not
10228                 record the full path to the mailbox and therefore
10229                 can only filter to the first mailbox.
10230
10231 2002-04-05 [paul]       0.7.4claws66
10232
10233         * tools/filter_conv.pl
10234                 attempt to make the script all-encompassing and
10235                 be able to convert any main 'filter' rule thrown
10236                 at it
10237
10238 2002-04-05 [paul]       0.7.4claws65
10239
10240         * tools/filter_conv.pl
10241                 allow for collapsed folder trees
10242
10243 2002-04-05 [paul]       0.7.4claws64
10244
10245         * sync with 0.7.4cvs31
10246                 see ChangeLog entries 2002-04-05
10247
10248 2002-04-03 [paul]       0.7.4claws63
10249
10250         * sync with 0.7.4cvs29
10251                 see ChangeLog entries 2002-04-02 and 2002-04-03
10252
10253 2002-04-02 [paul]       0.7.4claws62
10254
10255         * sync with 0.7.4cvs26
10256                 see ChangeLog entry 2002-04-01
10257
10258 2002-04-02 [match]      0.7.4claws61
10259
10260         * src/pine.[ch]
10261         * src/importpine.[ch]
10262         * src/addressbook.c
10263                 import Pine address book.
10264
10265 2002-04-02 [match]      0.7.4claws60
10266
10267         * src/addrharvest.[ch]
10268                 improve address parsing of funky addresses.
10269
10270 2002-04-02 [darko]      0.7.4claws59
10271
10272         * src/compose.c
10273                 wrap on send improvements, it now recognizes quoted
10274                 initials as part of the quotation string, and it
10275                 does not join lines separated by CR
10276
10277 2002-04-01 [match]      0.7.4claws58
10278
10279         * src/mgutils.[ch]
10280                 added new functions.
10281         * src/mutt.[ch]
10282                 remove excessive duplicate address generation
10283                 on import.
10284
10285 2002-04-01 [alfons]     0.7.4claws57
10286         
10287         * src/summaryview.c
10288                 put back g_free() 
10289
10290 2002-04-01 [paul]       0.7.4claws56
10291
10292         * sync with 0.7.4cvs25
10293                 see ChangeLog entry 2002-04-01
10294
10295 2002-04-01 [alfons]     0.7.4aprilfool55
10296
10297         * src/summaryview.c
10298                 honour feature request item #537427 to allow for
10299                 displaying names from address book for sent mail also
10300
10301 2002-03-29 [paul]       0.7.4claws54
10302
10303         * src/mainwindow.c
10304           src/prefs_filtering.[ch]
10305           src/prefs_matcher.c
10306           src/summaryview.c
10307                 add 'fast filter' for claws' filtering,
10308                 /Tools/Create filter rule/... patch submitted
10309                 by Neill Miller <neillm@thecodefactory.org>
10310
10311 2002-03-29 [paul]       0.7.4claws53
10312
10313         * sync with 0.7.4cvs24
10314                 see ChangeLog entry 2002-03-29
10315
10316 2002-03-28 [paul]       0.7.4claws52
10317
10318         * sync with 0.7.4cvs23
10319                 see ChangeLog entry 2002-03-28
10320
10321 2002-03-27 [melvin]     0.7.4claws51
10322
10323         * src/prefs_actions.c
10324                 Added support to pass only one message part (as a
10325                 file) to the command using '%p'. No quotes are needed
10326                 because doubles quotes are automatically added.
10327                 Fixed bug where Sylpheed could block when waiting for
10328                 a child process to finish.
10329                 Changed the help menu to remove quotes around symbols to 
10330                 avoid misinterpretation (they must not be used).
10331
10332 2002-03-27 [melvin]     0.7.4claws50
10333
10334         * src/inc.c
10335                 Made the new mail notification command always 
10336                 execute asynchronously.
10337
10338 2002-03-27 [paul]       0.7.4claws49
10339
10340         * src/compose.c
10341                 fix bug introduced in last commit
10342
10343 2002-03-27 [paul]       0.7.4claws48
10344
10345         * sync with 0.7.4cvs21
10346                 see ChangeLog 2002-03-26 and 2002-03-27
10347
10348 2002-03-26 [hoa]        0.7.4claws47
10349
10350         * src/prefs_folder_item.c
10351                 really fixed the bug #516442 with folder rescan.
10352
10353 2002-03-26 [paul]       0.7.4claws46
10354
10355         * sync with 0.7.4cvs19
10356                 see ChangeLog entries 2002-03-25 and 2002-03-26
10357
10358 2002-03-25 [hoa]        0.7.4claws45
10359
10360         * src/matcher.c
10361         * src/mh.c
10362                 fix the bug #516442 with folder rescan.
10363
10364         * src/prefs_common.[ch]
10365         * src/compose.c
10366                 added an option to enable two different behaviours
10367                 for bounce.
10368
10369
10370 2002-03-25 [paul]       0.7.4claws44
10371
10372         * src/mainwindow.c
10373           src/selective_download.c
10374                 correct a few menuitem labels
10375
10376 2002-03-25 [christoph]  0.7.4claws43
10377
10378         * src/procmsg.c
10379                 fix non deleted tmp message in
10380                 procmsg_save_to_outbox
10381                 fix problems caused by sync with
10382                 main branch's procmsg_send_queue
10383
10384 2002-03-25 [paul]       0.7.4claws42
10385
10386         * src/quote_fmt.c
10387           src/quote_fmt_lex.l
10388           src/quote_fmt_parse.y
10389                 add Last name (%L) placeholder for quoting. 
10390                 patch submitted by Thorsten Thielen 
10391                 <thth@users.sourceforge.net>
10392
10393 2002-03-25 [paul]       0.7.4claws41
10394
10395         * src/utils.c
10396                 get full hostname. patch submitted by
10397                 Bob Woodside <rwoodside1@comcast.net>
10398
10399 2002-03-25 [paul]       0.7.4claws40
10400
10401         * src/account.c
10402           src/news.c
10403           src/nntp.[ch]
10404           src/prefs_account.[ch]
10405                 enable NNTP over SSL. patch submitted by
10406                 Pascal Jermini <pascal@infinity.hn.org>
10407
10408 2002-03-24 [paul]       0.7.4claws39
10409
10410         * src/prefs_common.c
10411                 make the arrangement of the Compose tab more
10412                 coherent
10413
10414         * src/mainwindow.c
10415                 fix some irregularities of style
10416
10417         * po/de.po
10418                 updated by Kilian Krause
10419
10420 2002-03-23 [paul]       0.7.4claws38
10421
10422         * po/pt_BR.po
10423                 updated by Fabio Junior Beneditto
10424
10425 2002-03-23 [paul]       0.7.4claws37
10426
10427         * src/mainwindow.c
10428                 move 'Gather addresses' to 'Tools' menu
10429                 make 'Selective download' sensitive
10430
10431 2002-03-23 [paul]       0.7.4claws36
10432
10433         * sync with 0.7.4cvs16
10434                 see ChangeLog entries 2002-03-23
10435
10436 2002-03-22 [christoph]  0.7.4claws35
10437
10438         * src/quote_fmt_parse.y
10439                 fix include program output
10440
10441 2002-03-22 [alfons]     0.7.4claws34
10442
10443         * src/pop.c
10444                 initialize GDate stack variable correctly (sorry!)
10445
10446 2002-03-22 [paul]       0.7.4claws33
10447
10448         * src/compose.c
10449           src/mainwindow.c
10450           src/prefs_actions.c
10451           src/prefs_common.c
10452                 rename 'Tool' to 'Tools'
10453
10454         * src/mainwindow.c
10455                 move 'Delete duplicated messages' from
10456                 'Message/' to 'Tools/'
10457                 re-arrange the order of 'Tools/' items
10458
10459 2002-03-22 [paul]       0.7.4claws32
10460
10461         * src/addr_compl.c
10462           src/addressbook.[ch]
10463                 auto-address completion now also matches on
10464                 Nickname. patch submitted by Bob Forsman 
10465                 <hammor@users.sourceforge.net>
10466
10467         * src/editaddress.c
10468                 correct a spelling mistake
10469
10470 2002-03-22 [alfons]     0.7.4claws31
10471
10472         * src/pop.c
10473                 fix getting uidl from incorrect string 
10474                 (spotted by Colin)
10475
10476 2002-03-21 [alfons]     0.7.4claws30
10477
10478         * src/pop.c
10479                 more code refactoring
10480                 plug mem leak introduced by delete on server
10481
10482 2002-03-21 [paul]       0.7.4claws29
10483
10484         * sync with 0.7.4cvs11
10485                 see ChangeLog entries 2002-03-20
10486
10487 2002-03-20 [alfons]     0.7.4claws28
10488
10489         * src/inc.c
10490                 apply Colin's patch and refactor
10491
10492 2002-03-20 [paul]       0.7.4claws27
10493
10494         * sync with sylpheed 0.7.4cvs9
10495                 see ChangeLog entry 2002-03-20
10496
10497 2002-03-19 [christoph]  0.7.4claws26
10498
10499         * src/mh.c
10500         * src/procmsg.[ch]
10501         * src/summaryview.c
10502                 revert changes for flag updates
10503                 (does not work correctly and no time to debug)
10504
10505 2002-03-20 [alfons]     0.7.4claws25
10506
10507         * src/pop.c
10508                 refactor should_delete() a little bit 
10509
10510 2002-03-19 [paul]       0.7.4claws24
10511
10512         * src/inc.[ch]
10513           src/pop.c
10514           src/prefs_account.[ch]
10515                 allow the user to leave downloaded mail on the 
10516                 server for n days. Patch submitted by Colin Leroy 
10517                 <colin@colino.net>
10518
10519 2002-02-19 [paul]       0.7.4claws23
10520
10521         * sync with sylpheed 0.7.4cvs8
10522                 see ChangeLog entries 2002-03-19
10523
10524 2002-03-18 [paul]       0.7.4claws22
10525
10526         * sync with sylpheed 0.7.4cvs6
10527                 see ChangeLog entry 2002-03-18
10528
10529 2002-03-18 [paul]       0.7.4claws21
10530
10531         * po/en_GB.po
10532                 add en_GB message catalogue
10533
10534         * src/mbox_folder.c
10535           src/prefs_account.c
10536           src/prefs_actions.c
10537                 correct a few spelling mistakes
10538
10539 2002-03-17 [alfons]     0.7.4claws20
10540
10541         * src/matcher.c
10542                 more stringent checks for NULL params when writing
10543                 filtering actions to a file
10544                 
10545 2002-03-17 [hoa]        0.7.3claws20
10546
10547         * src/news.c
10548                 fixed the count of new messages
10549
10550         * src/compose.c
10551                 fixed the "attachment properties" window
10552
10553 2002-03-17 [paul]       0.7.4claws19
10554
10555         * src/defs.h
10556           src/folder.h
10557           src/news.c
10558           src/prefs_account.[ch]
10559           src/procmsg.[ch]
10560           src/summaryview.c
10561                 automatically mark cross-posted messages as read 
10562                 and (optionally) give them a colour label
10563                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
10564                 
10565
10566 2002-03-17 [paul]       0.7.4claws18
10567
10568         * sync with sylpheed 0.7.4cvs5
10569                 see ChangeLog entry 2002-03-17
10570
10571 2002-03-17 [melvin]     0.7.4claws17
10572         
10573         * src/textview.c
10574                 Worked around a gtktext 'bug': when searching for 
10575                 a text in a long message it was scrolling slowly
10576                 line by line until it hit the searched text.
10577         * po/fr.po
10578                 Updated French translation
10579
10580 2002-03-17 [melvin]     0.7.4claws16
10581
10582         * src/mainwindow.c
10583         * src/compose.c
10584         * src/prefs_actions.c
10585                 Moved "Edit/Actions" to "Tool/Actions"
10586                 Made mainwindow/compose window sensitive as soon as
10587                 no child process is running anymore even if the io dialog
10588                 is open.
10589                 Fixed a struct being initialized with a non constant char*
10590
10591 2002-03-16 [christoph]  0.7.4claws15
10592
10593         * configure.in
10594                 add --with-compiler-flags option
10595                 (only for developer hacking)
10596         * src/mh.c
10597         * src/procmsg.[ch]
10598         * src/summaryview.c
10599                 try to make folder-stats and flag handling more
10600                 independent from the summaryview. msgcounts
10601                 are only set when the folder is opened and
10602                 procmsg_msginfo_(un)set_flags will handle it
10603                 later and summaryview will get the values
10604                 from the folder.
10605
10606 2002-03-16 [paul]       0.7.4claws14
10607
10608         * src/messageview.c
10609                 fix Return-receipt. Patch submitted by Bob
10610                 Woodside <rwoodside1@comcast.net>
10611
10612 2002-03-16 [paul]       0.7.4claws13
10613
10614         * src/compose.c
10615                 fix 'dynamic' signatures, make it work again
10616                 broken during sync on 2002-03-14 (0.7.4claws2)
10617
10618 2002-03-15 [match]      0.7.4claws12
10619
10620         * src/addrharvest.[ch]
10621         * src/addrgather.[ch]
10622         * src/addressbook.[ch]
10623         * src/mainwindow.c
10624                 included address harvester feature. still some
10625                 issues with address parsing that I will fix.
10626
10627 2002-03-15 [match]      0.7.4claws11
10628
10629         * src/addrbook.[ch]
10630         * src/addrcache.[ch]
10631         * src/addressbook.[ch]
10632         * src/addrindex.c
10633         * src/editbook.c
10634         * src/importldif.c
10635         * src/importmutt.c
10636         * src/jpilot.[ch]
10637         * src/main.c
10638         * src/syldap.[ch]
10639         * src/vcard.[ch]
10640                 tidy up. fix memory leaks. moved attribs and methods
10641                 from individual interfaces to addrcache object. prep
10642                 for new stuff to come in.
10643
10644 2002-03-15 [alfons]     0.7.4claws10
10645
10646         * src/matcher.[ch]
10647         * src/matcher_parser_parse.y
10648         * src/matcher_parser_lex.l
10649         * src/prefs_matcher.c
10650                 add filtering conditions message greater than, smaller 
10651                 than, and exactly matching a size in bytes
10652                 (does not work with delete from POP3 server yet)
10653
10654                 this should also give others an idea what you should
10655                 do to add new criterions to claws filtering system
10656                 
10657
10658 2002-03-15 [paul]       0.7.4claws9
10659
10660         * tools/filter_conv.pl
10661                 exit if there are no filter rules to convert
10662                 rename filterrc to filterrc.old after completion
10663
10664 2002-03-15 [paul]       0.7.4claws8
10665
10666         * sync with sylpheed 0.7.4cvs3
10667                 see ChangeLog entry 2002-03-14
10668
10669 2002-03-14 [paul]       0.7.4claws7
10670
10671         * src/compose.c
10672                 clean up the last commit (ahem)
10673
10674 2002-03-14 [paul]       0.7.4claws6
10675
10676         * src/compose.c
10677                 fix bug #515655. honour account preferences
10678                 regarding gpg default signing/encryption when 
10679                 changing account from the compose window.
10680
10681 2002-03-14 [paul]       0.7.4claws5
10682
10683         * src/folderview.c
10684                 remove unnecessary curly brackets
10685
10686 2002-03-14 [paul]       0.7.4claws4
10687
10688         * src/folderview.c
10689           src/prefs_filtering.[ch]
10690                 add filter rename on folder rename and filter
10691                 delete on folder delete. Patch submitted by
10692                 Neill Miller <neillm@thecodefactory.org> 
10693
10694 2002-03-14 [christoph]  0.7.4claws3
10695
10696         * src/procmsg.c
10697         * src/send.c
10698                 fix local delivery
10699                 (patch submitted by "Simon 'corecode' Schubert")
10700         * src/prefs_common.c
10701         * src/procmsg.c
10702                 fix gcc 3.0 warning
10703
10704 2002-03-14 [paul]       0.7.4claws2
10705
10706         * sync with sylpheed 0.7.4cvs2
10707                 see ChangeLog entry 2002-03-13
10708
10709 2002-03-12 [darko]      0.7.4claws1
10710
10711         * src/mainwindow.c
10712                 fix what seems to be a copy and paste error
10713                 when setting color for important messages
10714                 (reported by wwp)
10715
10716 2002-03-11 [paul]       version 0.7.4claws released
10717
10718 2002-03-11 [paul]       0.7.4claws
10719
10720         * po/es.po
10721           po/it.po
10722           po/nl.po
10723           po/pt_BR.po
10724                 update message catalogs. Submitted by Ricardo Mones 
10725                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
10726                 Fabio Junior Beneditto
10727
10728         * configure.in
10729           faq/Makefile.am
10730           faq/it/Makefile
10731           faq/it/sylpheed-faq*
10732           src/mainwindow.c
10733           src/manual.[ch]
10734                 add FAQ in Italian
10735         
10736
10737 2002-03-11 [jens]       0.7.3claws7
10738
10739         * po/de.po
10740                 updated German translation
10741
10742 2002-03-11 [melvin]     0.7.3claws6
10743
10744         * po/fr.po
10745                 updated and corrected French translation
10746
10747 2002-03-10 [hoa]        0.7.3claws5
10748
10749         * src/account.c
10750         * src/inc.c
10751         * src/prefs_account.c
10752         * src/procmsg.c
10753         * src/send.[ch]
10754                 fixed the local account.
10755                 you have to change the default "/usr/sbin/sendmail"
10756                 to "/usr/sbin/sendmail -t" in the preferences of
10757                 the local account.
10758
10759         * src/procmime.c
10760                 removed some debug display for renderer
10761
10762 2002-03-10 [paul]       0.7.3claws4
10763
10764         * faq/en/sylpheed-faq-1.html
10765           faq/en/sylpheed-faq-2.html
10766                 update
10767
10768 2002-03-09 [paul]       0.7.3claws3
10769
10770         * sync with sylpheed 0.7.4
10771                 see ChangeLog entry 2002-03-09
10772
10773 2002-03-08 [paul]       0.7.3claws2
10774
10775         * faq/en/sylpheed-faq*
10776           faq/es/sylpheed-faq*
10777           faq/fr/sylpheed-faq*
10778                 update the FAQs
10779
10780         * manual/fr/.cvsignore
10781           manual/fr/Makefilea.am
10782           manual/fr/sylpheed*
10783           src/mainwindow.c
10784           src/manual.[ch]
10785                 add the French manual
10786
10787 2002-03-07 [paul]       0.7.3claws1
10788
10789         * sync with sylpheed 0.7.3cvs4
10790                 see ChangeLog entries  2002-03-06 and 2002-03-07
10791         
10792         * po/nl.po
10793                 updated by Wilbert Berendsen
10794
10795 2002-03-07 [melvin]     0.7.2claws34
10796
10797         * src/selective_download.c
10798                 Changed the pixmap of the receive button to MAIL_RECEIVE.
10799
10800 2002-03-06 [paul]       0.7.2claws33
10801
10802         * sync with sylpheed 0.7.3cvs1
10803                 bug fix, see ChangeLog entry 2002-03-05
10804
10805 2002-03-05 [paul]       0.7.2claws32
10806
10807         * src/mimeview.c
10808           src/pgptext.[ch]
10809           src/procmsg.c
10810                 reverse the pgp ascii-armored code implemented in 
10811                 0.7.2claws16. removal of this code until it matures.
10812                 this means that verifying ascii-armored pgp sigs and
10813                 automatic decryption of ascii-armored encrypted
10814                 messages no longer works.
10815
10816 2002-03-05 [paul]       0.7.2claws31
10817
10818         * configure.in
10819           Makefile.am
10820         * faq/Makefile.am
10821         * faq/en/Makefile.am
10822           faq/en/sylpheed-faq.html
10823           faq/en/sylpheed-faq-1.html
10824           faq/en/sylpheed-faq-2.html
10825           faq/en/sylpheed-faq-3.html
10826         * faq/es/Makefile.am
10827           faq/es/sylpheed-faq.html
10828           faq/es/sylpheed-faq-1.html
10829           faq/es/sylpheed-faq-2.html
10830           faq/es/sylpheed-faq-3.html
10831           faq/es/sylpheed-faq-4.html
10832         * faq/fr/Makefile.am
10833           faq/fr/sylpheed-faq.html
10834           faq/fr/sylpheed-faq-1.html
10835           faq/fr/sylpheed-faq-2.html
10836           faq/fr/sylpheed-faq-3.html
10837         * src/Makefile.am
10838           src/defs.h
10839           src/mainwindow.c
10840           src/manual.[ch]
10841                 add FAQs in English, Spanish and French
10842
10843
10844 2002-03-05 [paul]       0.7.2claws30
10845
10846         * manual/en/sylpheed.html
10847           manual/en/sylpheed-XX.html
10848                 updated the English manual
10849
10850 2002-03-05 [hoa]        
10851
10852         * src/summaryview.c
10853                 dialog box pops up if the article can't be deleted.
10854
10855 2002-03-04 [paul]       
10856         
10857         * po/pt_BR.po
10858                 updated by Fabio Junior Benedito
10859
10860 2002-03-04 [hoa]
10861
10862         * removed ac/gpgme.m4
10863                 to avoid autogen common problem
10864                 developers have to install gpgme development package now
10865
10866         * src/compose.c
10867                 encoding to 7bit or 8bit is enabled.
10868
10869 2002-03-03 [alfons]     0.7.2claws29
10870
10871         * src/pop.c
10872                 merge fix by Oliver Haertel for selective
10873                 download buglet
10874
10875 2002-03-03 [paul]       0.7.2claws28
10876         
10877         * sync with sylpheed 0.7.3
10878
10879 2002-03-03 [paul]       0.7.2claws27
10880
10881         * sync with sylpheed 0.7.2cvs24
10882                 see ChangeLog entries 2002-03-02 and 2002-03-03
10883
10884 2002-03-02 [melvin]     0.7.2claws26
10885
10886         * src/inc.[ch]
10887         * src/main.c
10888         * src/mainwindow.c
10889         * src/prefs_common.[ch]
10890                 Added user definable notification on new mail arrival.
10891                 Removed unused variables in spell checker prefs code.
10892
10893 2002-03-02 [melvin]     0.7.2claws25
10894
10895         * src/quote_fmt.c
10896                 Removed unnecessary escape sequences.
10897                 Changed 'Initial...' to 'Initials of Sender'
10898
10899 2002-03-02 [paul]       0.7.2claws24
10900
10901         * sync with sylpheed 0.7.2cvs22
10902                 see ChangeLog entry 2002-03-01
10903
10904 2002-03-01 [hoa]        0.7.2claws23
10905
10906         * src/mainwindow.c
10907                 Set sensitivity of delete actions to active
10908                 even if the folder is a newsgroup.
10909
10910         * src/summaryview.c
10911                 - Set sensitivity of delete actions
10912                 - Added function check_permission() that will check if the
10913                   user is authorized to delete a message. For news, it
10914                   will check if the author is the same.
10915                 - Enabled deletion when there is no trash folder.
10916
10917         * src/news.[ch]
10918                 - Added news_cancel_article() to cancel articles
10919                 - Implemented news_remove_message() (public function)
10920
10921 2002-03-01 [paul]       0.7.2claws22
10922
10923         * src/gtkutils.c
10924           src/textview.c
10925                 recognise urls that that don't include 'http://' and
10926                 simply begin 'www.' 
10927
10928         * AUTHORS
10929                 remove duplicated name
10930
10931 2002-02-28 [paul]       0.7.2claws21
10932
10933         * src/mainwindow.c
10934           src/summaryview.[ch]
10935                 add ability to 'Select thread'
10936                 combines Melvin's "Select thread's head" patch (#510907)
10937                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
10938                 patch (#518514) 
10939
10940 2002-02-28 [paul]       0.7.2claws20
10941
10942         * src/mimeview.c
10943                 hopefully fix segfault on right-clicking a mime part
10944                 that some people have experienced.      
10945                 fix submitted by Fredrik Olofsson <frol@linux.nu>
10946
10947 2002-02-28 [paul]       0.7.2claws19
10948
10949         * sync with sylpheed 0.7.2cvs21
10950                 see ChangeLog entries 2002-02-27 and 2002-02-28
10951
10952 2002-02-27 [paul]       0.7.2claws18
10953
10954         * sync with sylpheed 0.7.2cvs18
10955                 see ChangeLog entries 2002-02-26 and 2002-02-27
10956
10957 2002-02-26 [alfons]     0.7.2claws17
10958
10959         * src/procheader.c
10960                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
10961                 (spotted by Chris Hessman <idatech@gmx.net>)
10962
10963 2002-02-26 [paul]       0.7.2claws16
10964
10965         * src/mimeview.c
10966           src/pgptext.[ch]
10967           src/procmsg.c
10968                 make decryption of ascii-armored pgp encrypted messages
10969                 and verification of ascii-armored signatures work again.
10970                 slightly altered from the patch by Jens Jahnke 
10971                 <jan0sch@gmx.net>
10972
10973                 ##FIX ME##
10974                 * the checking of plaintext signatures always comes up in 
10975                   a popup box
10976                 * it doesn't work for multipart messages 
10977                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
10978                   including the msg headers and these 2 line themselves, are 
10979                   not displayed
10980
10981         * src/mainwindow.c
10982                 "View/Folder Tree" becomes "View/Separate Folder Tree"
10983                 "View/Message View" becomes "View/Separate Message View"
10984                 because its less ambiguous.
10985
10986         * po/es.po
10987                 updated by Ricardo Mones Lastra
10988
10989 2002-02-26 [paul]       0.7.2claws15
10990
10991         * sync with sylpheed 0.7.2cvs17
10992                 see ChangeLog entries 2002-02-25 and 2002-02-26
10993
10994 2002-02-25 [christoph]  0.7.2claws14
10995
10996         * src/filtering.[ch]
10997         * src/inc.c
10998                 do filtering stuff after all messages have been received
10999                   1. drop all messages to .processing
11000                   2. scan processing folder for messages
11001                   3. filter messages or move to inbox
11002                 this will also find old messages left in processing after
11003                 a crash or something like that and we get a real msginfo
11004                 from folder->get_msg_list and do not have to create our
11005                 own in filter_message
11006         * src/matcher_parser_parse.y
11007                 remove MIX/MAX warning (reordered includes)
11008
11009 2002-02-25 [paul]       0.7.2claws13
11010
11011         * sync with sylpheed 0.7.2cvs15
11012                 see ChangeLog entry 2002-02-24
11013
11014 2002-02-24 [alfons]     0.7.2claws12
11015
11016         * src/filtering.c
11017                 clear old color flags first when applying a new color to
11018                 a message info. 
11019                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
11020
11021 2002-02-24 [alfons]     0.7.2.claws11
11022         
11023         * AUTHORS
11024         * src/prefs_common.c
11025                 add presets for Opera and Konqueror, closes patch #517261,
11026                 submitted by Ville Skyttä <scop@users.sourceforge.net>
11027
11028 2002-02-24 [alfons]     0.7.2.claws10
11029
11030         * AUTHORS
11031         * src/summaryview.c
11032                 fix threading for null message ids, closes patch #521601,
11033                 submitted by Bob Forsman <hammor@users.sourceforge.net>
11034
11035 2002-02-24 [alfons]     0.7.2claws9
11036
11037         * src/summaryview.c
11038         * src/filtering.c
11039                 make Tool | Filter Message work with filtering system so
11040                 setting flags also works
11041
11042                 TODO:
11043
11044                 - Processing uses the same function as Tool | Filter
11045                   Message, but doesn't use the same update proc yet
11046
11047 2002-02-23 [paul]       0.7.2claws8
11048
11049         * sync with sylpheed 0.7.2cvs14
11050                 see ChangeLog entries 2002-02-22 and 2002-02-23
11051
11052 2002-02-22 [christoph]  0.7.2claws7
11053
11054         * src/quote_fmt.c
11055                 Add column space to table
11056         * src/quote_fmt_parse.y
11057                 Close files
11058
11059 2002-02-22 [paul]       0.7.2claws6
11060
11061         * src/Makefile.am
11062           src/defs.h
11063           src/filtering.c
11064           src/inc.[ch]
11065           src/mainwindow.c
11066           src/matcher.[ch]
11067           src/matcher_parser_lex.l
11068           src/matcher_parser_parse.y
11069           src/pop.[ch]
11070           src/prefs_account.h
11071           src/prefs_filtering.c
11072           src/selective_download.[ch]   *** NEW FILES ***
11073           src/utils.[ch]
11074           po/POTFILES.in
11075                 Selective Download added to 'Tool' menu. 
11076                 Retrieves email headers of the currently selected pop3 
11077                 account and allows the user to mark emails for deletion 
11078                 right on the pop3 server. Patch submitted by Oliver Haertel 
11079                 <oha@users.sourceforge.net>.
11080         
11081         * po/POTFILES.in
11082                 add 'src/quote_fmt.c'           
11083
11084 2002-02-22 [christoph]  0.7.2claws5
11085
11086         * src/Makefile.am
11087                 added quote_fmt.c
11088         * src/prefs_common.[ch]
11089         * src/prefs_template.c
11090         * src/quote_fmt.c               *** NEW FILE ***
11091         * src/quote_fmt.h
11092                 move quote format symbol description code
11093                 to it's own file because it is used from
11094                 differnent code parts
11095                 Rewrote symbol description GUI
11096                   + use table
11097                   + add separators
11098                   + get data from array (no more long constant strings)
11099         * src/quote_fmt_lex.l
11100         * src/quote_fmt_parse.y
11101                 Symbol for Literal % changed to \% instead of %%
11102                 (More logical as \ is used for quoting for other symbols)
11103                 Add |f and |p to include files and program output
11104                 Examples:
11105                     |f{/home/.../.signature}
11106                     |p{date}
11107         * po/de.po
11108                 Correct wrong spelling for "Referenzen"
11109
11110 2002-02-21 [paul]       0.7.2claws4
11111
11112         * src/procmsg.c
11113                 forgotten during sync
11114
11115 2002-02-21 [paul]       0.7.2claws3
11116
11117         * sync with sylpheed 0.7.2cvs11
11118                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
11119                 2002-02-20 and 2002-02-21
11120
11121 2002-02-20 [melvin]     0.7.2claws2
11122
11123         * src/prefs_actions.c
11124                 Added error report when child cannot fork or when execvp 
11125                 returns with an error.
11126
11127 2002-02-19 [christoph]  0.7.2claws1
11128
11129         * src/codeconv.c
11130                 return unconverted text if conde conversion is not possible
11131                 when libjconv is used.
11132                 (patch submitted by "Simon 'corecode' Schubert")
11133
11134 2002-02-19 [paul]       
11135
11136         * version 0.7.2claws release
11137
11138 2002-02-19 [paul]       0.7.2claws
11139
11140         * po/nl.po
11141                 updated by Wilbert Berendsen
11142
11143
11144 2002-02-18 [alfons]     0.7.1claws13
11145
11146         * src/syldap.c
11147         * src/jpilot.c
11148                 remove references to dlfcn and explicitly loading functions
11149                 from dynalink libs, because libs linked anyway, and functions
11150                 are loaded explicitly
11151
11152 2002-02-17 [melvin]     0.7.1claws12
11153
11154         * src/prefs_actions.c
11155                 Replaced children wait loop with double fork technique.
11156                 Now, input/output window updated at each new output.
11157                 free_children(): Fixed a memory leak.
11158                 Made input/output window non closable if running children
11159                 still exist.
11160                 Added missing <unistd.h> include.
11161                 Added some --debug outputs.
11162
11163 2002-02-17 [melvin]     0.7.1claws11
11164
11165         * src/summaryview.c
11166                 Fixed bug where descending sort order did not select top
11167                 message.
11168
11169 2002-02-17 [melvin]     0.7.1claws10
11170
11171         * acconfig.h
11172                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
11173         * src/prefs_common.c
11174                 Pspell data package directory no more hard coded but
11175                 set during configuration (PSPELL_PATH). (Thanks to 
11176                                 Gustavo Noronha Silva.)
11177
11178 2002-02-17 [melvin]     0.7.1claws9
11179
11180         * configure.in
11181                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
11182         * src/gtkspell.c
11183                 Fixed compile-time warnings.
11184
11185 2002-02-16 [alfons]     0.7.1claws8
11186
11187         * src/filesel.c
11188                 fix inadvertent free of NULL pointer which caused
11189                 sylpheed to crash when closing the save-as dialog
11190                 using the window close button
11191
11192 2002-02-16 [carsten]    0.7.1claws7
11193         * src/mainwindow.[ch]
11194           src/summaryview.c
11195           src/prefs_common.c
11196                 fixes for pixmap theming code:
11197                         - recently changed mail attributes shouldn't get
11198                           lost any longer
11199                         - theme is only reloaded iff another theme was
11200                           selected
11201
11202 2002-02-16 [paul]       0.7.1claws6
11203
11204         * sync with sylpheed 0.7.2 release
11205                 see ChangeLog entry 2002-02-15 and 2002-02-16
11206
11207 2002-02-15 [paul]       0.7.1claws5
11208
11209         * sync with sylpheed 0.7.1cvs9
11210                 see ChangeLog entry 2002-02-15
11211
11212         * po/POTFILES.in
11213                 remove unneeded headerwindow.c entry
11214
11215 2002-02-14 [carsten]    0.7.1claws4
11216         * src/summaryview.c
11217                 fixed a bug for "Go to next unread message": there was
11218                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
11219                 in the prefs, because of doing "Search again" instead
11220                 "No"
11221
11222 2002-02-14 [carsten]    0.7.1claws3
11223         * src/stock_pixmap.c
11224                 removed 2 more mem leaks; following memprof,
11225                 this code is "leak free" now :)
11226
11227 2002-02-14 [carsten]    0.7.1claws2
11228         * src/stock_pixmap.c
11229                 used opendir/readdir/closedir instead of scandir
11230                 -> code should work now on Solaris
11231
11232 2002-02-14 [paul]       0.7.1claws1
11233
11234         * sync with sylpheed 0.7.1cvs8
11235                 see ChangeLog entries 2002-02-13 and 2002-02-14
11236
11237         * README.claws
11238                 add some description of Actions and Pixmap Themes
11239
11240 2002-02-13 [paul]       
11241
11242         * version 0.7.1claws release
11243
11244 2002-02-13 [paul]       0.7.1claws
11245
11246         * po/es.po
11247           po/it.po
11248           po/pt_BR.po
11249                 updated translations, submitted by Ricardo Mones Lastra,
11250                 Alessandro Maestri and Fabio Junior Beneditto
11251
11252 2002-02-13 [melvin]     0.7.0claws75
11253
11254         * src/prefs_actions.c
11255                 Added missing "signal.h" include
11256
11257 2002-02-13 [melvin]     0.7.0claws74
11258
11259         * src/prefs_folder_item.c
11260                 Added missing "config.h" include
11261         * po/fr.po
11262                 Updated French translation for folder propriety.
11263
11264 2002-02-13 [jens]       0.7.0claws73
11265
11266         * po/POTFILES.in
11267                 Added missing src/prefs_folder_item.c [log added by melvin]
11268         * po/de.po
11269                 Updated German translation.
11270
11271 2002-02-13 [melvin]     0.7.0claws72
11272
11273         * po/fr.po
11274                 Updated French translation.
11275
11276 2002-02-13 [melvin]     0.7.0claws71
11277
11278         * src/gtkutils.c
11279                 Made gtkut_editable_get_selection return NULL if selection
11280                 is of length zero.
11281                 This fixes a bug where selecting part of message A then
11282                 switching to message B and replying to it will not
11283                 quote the message's body.
11284
11285 2002-02-12 [paul]       0.7.0claws70
11286
11287         * src/mainwindow.c
11288                 cosmetic, relating to pixmap themes: on toolbar make 
11289                 updating of 'Exec' and 'Compose news/Compose email'
11290                 icons faster.
11291
11292 2002-02-12 [carsten]    0.7.0claws69
11293         * src/folderview.c
11294           src/mainwindow.[ch]
11295           src/stock_pixmap.c
11296           src/summaryview.c
11297           src/prefs_common.c
11298                 - refreshing after changing pixmap theme better
11299                   now (thanks Paul)
11300                 - wanted to remove some mem leaks, but alfons was
11301                   faster (and had the better solution ;)
11302
11303 2002-02-12 [alfons]     0.7.0claws68
11304
11305         * src/prefs_common.c
11306         * src/stock_pixmap.[ch]
11307                 plug mem leaks, refactor code a little bit
11308
11309
11310 2002-02-12 [sergey]     0.7.0claws67
11311
11312         * src/imap.c
11313                 Fixed problem with copying messages to IMAP folders when the
11314                 server uses something other than '/' as a namespace separator
11315                 (cyrus-imapd uses '.').
11316
11317 2002-02-12 [jens]       0.7.0claws66
11318
11319         * po/de.po
11320                 Updated German Translation
11321
11322 2002-02-12 [paul]       0.7.0claws65
11323
11324         * sync with sylpheed 0.7.1cvs1
11325                 see ChangeLog entry 2002-02-12
11326
11327 2002-02-12 [melvin]     0.7.0claws64
11328
11329         * src/prefs_actions.c
11330                 Fixed "feature" where children's output was duplicated 
11331                 instead of refreshed while monitoring.
11332                 Removed some debug code.
11333
11334 2002-02-12 [christoph]  0.7.0claws63
11335
11336         * src/compose.c
11337                 always delete message from queue after sending/send error
11338                 (closes bug #509601)
11339
11340 2002-02-12 [melvin]     0.7.0claws62
11341
11342         * src/prefs_actions.c
11343                 Children wait loop is now triggered with a timeout of 1s
11344                 Added %F which is replaced with the list of filenames 
11345                 of all selected messages (as suggested by Ricardo Mones Lestra)
11346                 Pipe syntax changed. Prefix with | to send selection, postfix
11347                 with | to retrieve output. Prefix with > or * to send
11348                 user definable input to the command (*: input is hidden)
11349                 Old pipe action should now be postfixed with |, too.
11350
11351 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
11352         * src/stock_pixmap.c
11353                 fixed a bug: if there's no theme directory don't
11354                 throw an error, just do "nothing" (thanks Alfons)
11355
11356 2002-02-12 [carsten]    0.7.0claws60
11357         * src/folderview.c
11358           src/summaryview.c
11359                 had to write the cache twice (nasty!); some marks would 
11360                 get lost if not
11361
11362 2002-02-11 [carsten]    0.7.0claws59
11363         * acconfig.h
11364           configure.in
11365           doc-src/maintainer_guide.txt
11366           src/compose.[ch]
11367           src/defs.h
11368           src/folderview.[ch]
11369           src/gtkutils.[ch]
11370           src/mainwindow.[ch]
11371           src/prefs_common.[ch]
11372           src/stock_pixmap.[ch]
11373           src/summaryview.[ch]
11374                 pixmap theming and related work on pixmap
11375                 handling on some other places
11376                 (e.g. hrm features for all folder)
11377           src/pixmap/stock_*.xpm -> the stock_ was removed
11378         
11379 2002-02-11 [paul]       0.7.0claws58
11380
11381         * sync with sylpheed 0.7.1 release
11382                 see ChangeLog entries 2002-02-11
11383
11384 2002-02-08 [paul]       0.7.0claws57
11385
11386         * sync with sylpheed 0.7.0cvs39
11387                 see ChangeLog entry 2002-02-07 (last entry) 
11388
11389         * src/prefs_actions.c
11390           src/prefs_filtering.c
11391           src/prefs_matcher.c
11392           src/prefs_scoring.c
11393                 sync: made it compile with C compilers other than gcc
11394
11395 2002-02-07 [paul]       0.7.0claws56
11396
11397         * sync with sylpheed 0.7.0cvs38
11398                 see ChangeLog entries 2002-02-06 (last 2 entries) and
11399                 2002-02-07
11400
11401 2002-02-07 [darko]      0.7.0claws55
11402
11403         * src/gtkutils.[ch]
11404         * src/summaryview.c
11405                 Fix const gchar */gchar * issue (thanks Hiro)
11406
11407 2002-02-07 [darko]      0.7.0claws54
11408
11409         * src/compose.[ch]
11410         * src/filtering.c
11411         * src/gtkutils.[ch]
11412         * src/prefs_template.c
11413         * src/quote_fmt.h
11414         * src/quote_fmt_parse.y
11415         * src/summaryview.c
11416         * src/utils.[ch]
11417                 When replying or forwarding an email don't quote the entire
11418                 mail body but use the part of the message text that is selected
11419
11420 2002-02-06 [melvin]     0.7.0claws53
11421
11422         * src/prefs_common.[ch]
11423         * src/gtkspell.[ch]
11424         * src/compose.c
11425                 Made possible to switch quickly to last used dictionary
11426                 which makes checking bilingual documents easier.
11427
11428 2002-02-06 [melvin]     0.7.0claws52
11429         
11430         * po/POTFILES.in
11431                 Added forgotten new file src/prefs_actions.c
11432
11433 2002-02-06 [melvin]     0.7.0claws51
11434
11435         * src/prefs_actions.c   ** NEW FILE **
11436         * src/prefs_actions.h   ** NEW FILE **
11437                 Added actions to execute on message text view, or on the
11438                         message's file.
11439         * src/Makefile.am
11440                 Added src/prefs_actions.[ch]
11441         * src/compose.c
11442                 Added new menu "Edit/Actions"
11443         * src/defs.h
11444                 Added new actionsrc file.
11445         * src/main.c
11446                 Added actionsrc reading.
11447         * src/mainwindow.c
11448                 Added new menus "Edit/Actions" and "Configuration/Actions..."
11449         * src/prefs_common.h
11450                 Added new element actionslst element to prefs_common.
11451
11452 2002-02-06 [paul]       0.7.0claws50
11453
11454         * sync with sylpheed 0.7.0cvs36
11455                 see ChangeLog entry 2002-02-06
11456
11457 2002-02-05 [paul]
11458
11459         * po/es.po
11460                 updated by Ricardo Mones Lastra
11461
11462 2002-02-05 [paul]       0.7.0claws49
11463
11464         * sync with sylpheed 0.7.0cvs33
11465                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
11466
11467 2002-02-05 [paul]       0.7.0claws48
11468
11469         * src/compose.c
11470                 re-add 'Edit/Advanced/Delete entire line', previously named
11471                 'Delete Line+'
11472
11473 2002-02-04 [paul]       0.7.0claws47
11474
11475         * src/compose.c
11476           src/summaryview.c
11477                 fix bug #494993 (Reply All not taking Reply-To into consi)
11478                 eliminate differences in behaviour of right-click 'Reply to all' 
11479                 in summary view and 'Reply to all' on the toolbar. 
11480                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
11481                 view and From gets ignored by 'Reply to all' on toolbar.
11482                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
11483                 From when no Reply-To header is present.
11484
11485 2002-02-04 [paul]       0.7.0claws46
11486
11487         * sync with sylpheed 0.7.0cvs30
11488                 see ChangeLog entries 2002-02-03 and 2002-02-04
11489
11490 2002-02-03 [melvin]     0.7.0claws45
11491
11492         * src/gtkspell.[ch]
11493                 Readded function to highlight all misspelled words.
11494                 Fixed bug where user-provided-words did not replace
11495                         correctly the misspelled word when using the mouse.
11496                 Fixed bug where checking a region selected from right to left did
11497                         not check the region at all.
11498                 Fixed bug where 'Check backwards' may not check at all. 
11499                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
11500                 Fixed possible buffer overflow when checking for long strings (>1k).
11501                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
11502                 Accelerators code uses now gtk_widget_add_accel.
11503                 Removed and disabled obsolete and unfinished code.
11504                 Cleaning up.
11505
11506         * src/compose.c
11507                 Added menu item to Highlight all misspelled words.
11508
11509 2002-02-01 [paul]       0.7.0claws44
11510
11511         * src/mainwindow.c
11512                 fix '/View/Hide read messages' sensitivity when all
11513                 messages in a folder are hidden
11514
11515 2002-02-01 [paul]       0.7.0claws43
11516
11517         * src/main.c
11518                 add --send option to command line interface, sends all
11519                 queued mail. Patch submitted by Ricardo Mones Lastra.
11520
11521 2002-01-31 [paul]       0.7.0claws42
11522
11523         * src/mainwindow.c
11524                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
11525
11526 2002-01-31 [paul]       0.7.0claws41
11527
11528         * sync with sylpheed 0.7.0cvs27
11529                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
11530                 and 2002-01-31
11531
11532         * src/textview.c
11533                 comment out elements of textview_show_part() as temporary
11534                 workaround for attachment 'Display as text' bug 
11535
11536         * po/pt_BR.po
11537                 updated by Fabio Junior Beneditto
11538
11539 2002-01-30 [paul]       0.7.0claws40
11540
11541         * sync with sylpheed 0.7.0cvs24
11542                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
11543                 and 2002-01-30
11544
11545         * src/compose.c
11546                 add {N_("/_Spelling"), ... "<Branch>"} to 
11547                 GtkItemFactoryEntry compose_entries[]
11548
11549         * src/prefs_common.c
11550                 add claws menu items to prefs_keybind_apply_clicked()
11551                 and remove non-claws menu items
11552
11553 2002-01-29 [paul]       0.7.0claws39
11554
11555         * sync with sylpheed 0.7.0cvs22
11556                 see ChangeLog entries 2002-01-28 and 2002-01-29
11557
11558 2002-01-28 [melvin]     0.7.0claws38
11559
11560         * src/compose.c
11561                 Added the declartion of compose_send_control_enter.
11562
11563         * src/compose.c
11564         * src/gtkspell.[ch]
11565                 Added in a 'Spelling' menu which includes the configuration menu. 
11566                 Added a real 'Check all' and got rid from the old one which only
11567                 highlited misspelled word.
11568                 Made 'Check while typing' a disableable option.
11569                 Added a dialog when there are no more misspelled word.
11570                 Added a dialog if error occurs when switching to a dictionary.
11571         
11572         * src/prefs_common.[ch]
11573                 Added option for the default 'Check while typing' option.
11574
11575
11576 2002-01-28 [alfons]     0.7.0claws37
11577
11578         * src/compose.c
11579                 fix buglet and make code comply with sylpheed code style
11580
11581 2002-01-28 [paul]       0.7.0claws36
11582
11583         * sync with sylpheed 0.7.0cvs19
11584                 see ChangeLog entries for 2002-01-28
11585
11586 2002-01-28 [hoa]        0.7.0claws35
11587
11588         * src/defs.h
11589                 added rendererrc
11590
11591         * src/main.c
11592                 read the renderer config
11593
11594         * src/procmime.[ch]
11595                 use the renderer config to convert mime attachments
11596
11597         * src/textview.c
11598                 don't use textview_show_html/ertf,
11599                 use get_text_content instead
11600
11601 2002-01-27 [alfons]     0.7.0claws34
11602         
11603         * src/news.c
11604                 make sylpheed believe it can delete a news message...
11605                 (messages are NOT deleted, maybe we should remove
11606                 processing from the folder properties after all.)
11607
11608 2002-01-27 [alfons]     0.7.0claws33
11609
11610         * src/folder.c
11611                 add extra checks
11612         * src/news.c
11613                 implement remove_msg() 
11614
11615 2002-01-27 [alfons]     0.7.0claws32
11616
11617         * src/procmsg.h
11618         * src/procheader.c
11619         * src/messageview.c
11620                 fix return receipt / disposition notification again. this
11621                 stuff seems to break on _every_ major summary UI change, so
11622                 it's now implemented using a flag which is saved in the
11623                 marks cache
11624                 
11625 2002-01-26 [alfons]     0.7.0claws31
11626
11627         * src/import.c
11628                 let import dialog show the destination folder identifier
11629
11630 2002-01-26 [melvin]     0.7.0claws30
11631
11632         * src/folderview.c
11633         * src/summaryview.c
11634                 Readded 'Mark all read' into summary view popup menu
11635                 Added 'Mark all read' in folder view popup menu for IMAP
11636                 and NNTP.
11637                 Made it insensitive if the selected folder is not the shown
11638                 one to avoid 'Mark all read' on the wrong folder.
11639                 
11640 2002-01-26 [paul]       0.7.0claws29
11641
11642         * src/folderview.c
11643           src/summaryview.c
11644                 move 'Mark all read' from summary view to folder view
11645                 menu. (adapted from) patch submitted by Jeremy Andrews,
11646                 <lists@kerneltrap.com>
11647
11648 2002-01-25 [alfons]     0.7.0claws28
11649
11650         * src/gtkstext.c
11651                 put the gtk class name back so GtkSText adapts the 
11652                 settings of GtkText
11653
11654 2002-01-25 [alfons]     0.7.0claws27
11655
11656         * src/folderview.c 
11657                 assimilate Ricardo's patch that shows pixmaps instead of
11658                 plain "new" and "unread" texts in the folder view column
11659                 headers 
11660
11661 2002-01-25 [paul]       0.7.0claws26
11662
11663         * src/Makefile.am
11664                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
11665                 be found in non-standard locations. 
11666                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
11667
11668 2002-01-25 [paul]       0.7.0claws25
11669
11670         * sync with sylpheed 0.7.0cvs16
11671                 see ChangeLog entry 2002-01-25
11672
11673 2002-01-24 [paul]       0.7.0claws24
11674
11675         * more sync with sylpheed 0.7.0cvs15
11676                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
11677
11678 2002-01-23 [sergey]     0.7.0claws23
11679
11680         * src/importldif.c
11681                 Fixed segfault when closing LDIF import wizard with
11682                 the window manager.
11683         * src/imageview.c
11684         * src/imageview.h
11685         * src/messageview.c
11686         * src/mimeview.c
11687                 Fixed wrong scrolling position after switching between
11688                 text and image parts.
11689
11690 2002-01-23 [paul]       0.7.0claws22
11691
11692         * sync with sylpheed 0.7.0cvs15
11693                 see ChangeLog entries 2002-01-22 and 2002-01-23
11694
11695 2002-01-21 [melvin]     0.7.0claws21
11696
11697         * src/prefs_scoring.c
11698         * src/prefs_filtering.c
11699                 Fixed bug where scoring and filtering windows stopped
11700                 autochecking.
11701
11702 2002-01-21 [paul]       0.7.0claws20
11703
11704         * sync with sylpheed 0.7.0cvs12
11705                 see ChangeLog entries 2002-01-20 and 2002-01-21
11706
11707 2002-01-21 [carsten]    0.7.0claws19
11708         * src/mainwindow.c
11709         * src/menu.[ch]
11710         * src/messageview.[ch]
11711         * src/summaryview.[ch]
11712                 changes to shortcuts handling again:
11713                         + "Q" now controled by mainwin
11714                         + v/V are now customizable and have slightly
11715                           different meanings
11716                 the "button" to minimize the messageview (and maximize
11717                 the summary view) is a real button now
11718         * src/compose.c
11719                 "Delete Line+" added to Edit/Advanced (this will also
11720                 delete the '\n')
11721
11722 2002-01-20 [melvin] 0.7.0claws18
11723
11724         * src/addressbook.c
11725                 Made "Bcc" sensitive when addressbook is called from
11726                 compose window (it was a Claws only bug).
11727
11728 2002-01-19 [alfons] 0.7.0claws17
11729
11730         * src/inc.c
11731                 prevent unnecessary updates when currently selected folder has
11732                 no new messages 
11733
11734 2002-01-19 [alfons] 0.7.0claws16
11735         
11736         * src/summaryview.c
11737                 prevent writing the cache based on current message list in summary 
11738                 view when filtering also put messages in currently selected folder
11739
11740 2002-01-19 [paul]
11741
11742         * po/it.po
11743                 Italian translation submitted by Alessandro Maestri
11744                 <a.maestri@cs.tin.it>
11745
11746 2002-01-18 [melvin]     0.7.0claws15
11747
11748         * src/prefs_filters.c
11749                 fixed bug where 'cancel' from 'filters' window stops autochecking
11750                 if the timer timed out  when the window was open.
11751
11752 2002-01-18 [match]      0.7.0claws14
11753
11754         * src/addrclip.[ch]     ** NEW FILE **
11755         * src/addrselect.[ch]   ** NEW FILE **
11756         * src/adbookbase.h      ** NEW FILE **
11757                 addressbook cut, copy and paste
11758         * src/addrbook.[ch]
11759         * src/addrcache.[ch]
11760         * src/addressitem.h
11761         * src/addrindex.[ch]
11762         * src/addritem.[ch]
11763         * src/importldif.c
11764         * src/importmutt.c
11765         * src/jpilot.[ch]
11766         * src/syldap.[ch]
11767         * src/vcard.[ch]
11768         * src/jpilot.[ch]
11769         * src/editbook.c
11770         * src/editjpilot.c
11771         * src/editldap.c
11772         * src/editvcard.c
11773                 support for copy/paste
11774         * src/addressbook.c
11775                 support for copy/paste
11776                 tidy up menu option processing
11777                 correct address list function arguments
11778         * src/editaddress.c
11779                 sort user attributes
11780         * src/ldif.h
11781         * src/mutt.h
11782                 tidy up
11783
11784         * src/addrbook.[ch]
11785         * src/addrbook.[ch]
11786         * src/addrbook.[ch]
11787                 
11788
11789 2002-01-18 [paul]       0.7.0claws13
11790
11791         * sync with sylpheed 0.7.0cvs8
11792                 configure.in: support Mac OS X (Darwin)
11793
11794 2002-01-18 [carsten]    0.7.0claws12
11795         * src/html.c
11796                 small hack to fix a segfault with an empty href
11797                 (reported by Alexandra Walford <deeni@altern.org>)
11798         * src/mainwindow.c
11799         * src/summaryview.c
11800                 the shortcuts for Mark und Mark as unread are hardcoded
11801                 again
11802         * src/compose.c
11803         * src/gtkstext.[ch]
11804                 readded the shortcuts in gtkstext but made them
11805                 customizeable (simply by adding a menu plus a wrapper
11806                 to compose.c)
11807
11808 2002-01-17 [melvin]     0.7.0claws11
11809
11810         * src/gtkspell.c
11811                 fix default dictionary not being saved.
11812
11813 2002-01-16 [darko]      0.7.0claws10
11814
11815         * src/compose.c
11816                 fix wrapping crash with URL longer than wrapping margin
11817
11818 2002-12-08 [hoa]        0.7.0claws10
11819
11820         * src/matcher_parser_parse.y
11821                 fixed some bugs
11822
11823         * src/prefs_filtering.c
11824                 now, we can use bounce action in the dialog box.
11825
11826 2002-01-16 [carsten]    0.7.0claws9
11827         * src/gtkstext.c
11828                 removed the <control> and <alt> shortcuts because they're
11829                 not needed and interefered with the "normal" shortcuts
11830         * src/mainwindow.c
11831         * src/summaryview.c
11832                 removed most of the hardcoded shortcuts and assigned
11833                 them to menu entries making them easy customizable by
11834                 that
11835
11836 2002-01-16 |melvin]     0.7.0claws8
11837
11838         * src/gtkspell.c
11839                 fixed bug where using the mouse and when the compose
11840                 window is not on top may result in a crash.
11841
11842 2002-01-16 [melvin]     0.7.0claws7
11843
11844         * src/compose.c
11845                 fixed a long standingspell checker bug which could 
11846                 cause a crash after sending a message.
11847
11848 2002-01-16 [paul]       0.7.0claws6
11849
11850         * sync with sylpheed 0.7.0cvs7
11851                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
11852                 2002-01-15, and 2002-01-16
11853
11854 2002-01-16 [melvin]     0.7.0claws5
11855
11856         * README.claws
11857         * src/compose.c
11858         * src/gtkspell.[ch]
11859         * src/main.c
11860                 Heavily modified spell checker code to work around
11861                 ispell bug, to add keyboard shortcuts and for future
11862                 enhancements. See README.claws for usage information.
11863
11864 2002-01-15 [alfons]     0.7.0claws4
11865         
11866         * src/summaryview.c
11867                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
11868                 so sorting within threads reflects sort mode
11869
11870 2002-01-15 [christoph]  0.7.0claws3
11871
11872         * src/procmsg.c
11873                 added alertpanel if mail sending failed
11874
11875 2002-01-15 [alfons]     0.7.0claws2
11876         
11877         * src/prefs_filtering.c
11878                 don't stop timer when prefs filtering dialog is opened
11879
11880 2002-01-14 [alfons]     0.7.0claws1
11881
11882         * src/addr_compl.c
11883         * src/prefs.c
11884                 remove debug_print()s for privacy reasons
11885
11886 2002-01-14 [darko]      0.7.0claws
11887
11888         * README.claws
11889                 quotation wrapping is now also in the main branch
11890
11891 2002-01-14 [paul]
11892
11893         * tools/filter_conv.pl
11894                 allow for Boolean Op and case-sensitivity
11895                 this file is included in the release and tagged
11896                 'rel_0_7_0'
11897
11898 2002-01-13 [paul]       0.7.0claws
11899
11900         * release 0.7.0, with cvs tag 'rel_0_7_0'
11901
11902 2002-01-13 [paul]
11903
11904         * tools/filter_conv.pl
11905         * tools/README
11906                 rewritten to output to matcherrc instead of filteringrc
11907
11908         * po/es.po
11909                 updated Spanish translation by Ricardo Mones Lastra
11910
11911 2002-01-13 [alfons]
11912
11913         * po/nl.po
11914                 update dutch translation
11915
11916 2002-01-13 [paul]
11917
11918         * po/pt_BR.po
11919                 Updated by Fabio Junior Beneditto 
11920
11921 2002-01-13 [melvin]     0.6.6claws53
11922
11923         * po/fr.po
11924                 Updated french translation
11925
11926 2002-01-12 [alfons]     0.6.6claws52
11927
11928         * src/filtering.c
11929                 plug mem leak that has been sitting there for ages              
11930
11931 2002-01-12 [alfons]     0.6.6claws51
11932
11933         * src/summaryview.c
11934                 undo melvin's changes from 0.6.6claws48 because summary
11935                 view now refuses to select first unread message when
11936                 selecting a folder 
11937
11938 2002-01-11 [alfons]     0.6.6claws50
11939
11940         * src/import.c
11941                 use claws' semantics for getting folder item when
11942                 importing an mbox file into a folder 
11943                 (submitted by Dale P. Smith)
11944
11945 2002-01-11 [christoph]  0.6.6claws49
11946
11947         * src/prefs.h
11948                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
11949                 toggle widget, because non static prefs can not use
11950                 prefs_set_* functions
11951         * src/prefs_account.c
11952                 toggle smtp auth password field sensitivity if
11953                 user id is empty and add descrition of usage for
11954                 these fields
11955         * src/prefs_folder_item.c
11956                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
11957                 callbacks
11958
11959 2002-01-11 [melvin]     0.6.6claws48
11960
11961         * src/compose.c
11962                 fix the 'Ctrl-Enter' feature for sending and test really
11963                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
11964                 editables which was not documented in Gtk)
11965
11966         * src/summaryview.c
11967                 Made summaryview refresh after sorting and not before.
11968
11969 2002-01-11 [christoph]  0.6.6claws47
11970
11971         * src/compose.c
11972                 select account from account ids if possible and
11973                 correctly set save folder for copy in reedit
11974
11975 2002-01-10 [paul]       0.6.6claws46
11976
11977         * sync with sylpheed 0.7.0 release
11978                 see ChangeLog entries 2002-01-07, 2002-01-08 and
11979                 2002-01-09
11980
11981 2002-01-09 [alfons]
11982
11983         * src/summaryview.c
11984                 remove more dirt traces...
11985
11986 2002-01-09 [alfons]
11987         
11988         * src/summaryview.c
11989                 clean up some traces of my debugging stuff
11990
11991 2002-01-09 [alfons]     0.6.6claws45
11992
11993         * src/filtering.c
11994                 break up filteringprop_apply() in three separate pieces
11995                 so we can drop messages that failed processing in the
11996                 inbox
11997
11998         * src/summaryview.c
11999                 fix bug #469598 "no refresh of inbox after filter" which 
12000                 was introduced by the new summary view locking, and which 
12001                 prevented the summary view to update after a manual filter 
12002                 message. claw's filter message requires a summary_show().
12003                 (aargh, summary_show() again! :-)
12004                 
12005 2002-01-07 [alfons]     0.6.6claws44
12006
12007         * src/headerwindow.c
12008         * src/logwindow.c
12009         * src/messageview.c
12010         * src/sourcewindow.c
12011                 bring in Hiro's last 0.7.0 wm class fixes
12012
12013         * tools/sylprint.pl
12014                 bring in Ricardo's fix for sylprint script
12015
12016         * AUTHORS       
12017         * src/rfc2015.[ch]
12018         * src/prefs_common.[ch]
12019         * src/prefs_account.[ch]
12020         * src/compose.c
12021                 clean up account preference poison in rfc2015,
12022                 and preparation to fix double sign bug 
12023                 (patch submitted by Simon 'corecode' Schubert)
12024
12025 2002-01-07 [christoph]  0.6.6claws43
12026
12027         * src/mh.c
12028                 search for free message number, do not only rely
12029                 on last_num
12030         * src/send.c
12031                 fix smtp auth and use extra account information
12032                 if available, if not use pop3 data instead
12033                 (closes bug #500341)            
12034         * src/ssl.[ch]
12035                 match coding style
12036
12037 2002-01-06 [alfons]     0.6.6claws42
12038
12039         * src/mainwindow.c
12040                 try making the separate windows work again...
12041
12042 2002-01-06 [alfons]     0.6.6claws41
12043
12044         * src/mainwindow.c
12045                 adapt Hiro's separate window menu (to get rid of the funny
12046                 duplicate menu items), and make it work again
12047
12048 2002-01-06 [alfons]     0.6.6claws40
12049
12050         * tools/Makefile.am
12051         * tools/sylprint.rc
12052         * tools/sylprint.pl
12053         * tools/README.sylprint
12054                 add sylprint script for printing mails from Sylpheed
12055                 (contributed by Ricardo Mones Lastra)
12056
12057         * src/acount.c
12058                 clean up
12059
12060 2002-01-06 [melvin]     0.6.6claws39
12061
12062         * src/mainwindow.c
12063         * src/summaryview.c
12064                 Fixed crash introduced in 0.6.6claws38 by the menu
12065                 reorganisation (Hide read messages)
12066         
12067         * ChangeLog.claws 
12068                 Fixed typo (we are now in 2002, alfons ;) )
12069
12070 2002-01-05 [alfons]     0.6.6claws38
12071
12072         * sync with sylpheed 0.6.6cvs10-17
12073                 (last stuff marked as LAST_STABLE)
12074
12075 2002-01-04 [melvin]     0.6.6claws37
12076
12077         * src/account.c
12078                 Made account selection code use strcasestr again instead of
12079                 g_strcasecmp (fixes bug where reediting queued messages
12080                 did not select proper account reported by T. Link).
12081         
12082         * src/folderview.c
12083                 Fix bug where folder icons are not shown when 'hide read messages'
12084                 is on.
12085         
12086         * src/stock_pixmaps.[ch]
12087                 Added folder icons for 'hide read messages'.
12088         
12089         * src/compose.c
12090                 Fixed bug where 'Enter' in a header entry will send the message 
12091                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
12092
12093 2002-01-03 [melvin]     0.6.6claws36
12094         
12095         * src/prefs.[ch]
12096                 Added popup menu for common preferences and
12097                 account preferences (right click on tab displays
12098                                 a menu of all tabs.)
12099
12100 2002-01-02 [melvin]     0.6.6claws35
12101
12102         * src/gtkspell.[ch]
12103                 Made spelling code compatible with undo/redo feature.
12104                 Added creation of suggestion mode menu for the general
12105                         preferences.
12106         
12107         * src/prefs_common.[ch]
12108                 Added option menu for the speller's suggestion mode.
12109                 Added missing spaces in "..." buttons and made a "..."
12110                         button non translatable!
12111         
12112         * src/compose.c
12113                 Made speller use the default suggestion mode.
12114                 Hack to make it possible to choose 'CTRL-Enter' as a
12115                         shortcut for sending (and only for sending).
12116
12117         * src/prefs_folder_item.c
12118                 Changing subject simplification does not update cache 
12119                         anymore (because it is unnecessary).
12120                 Fixed bug where changing subject simplification updated the 
12121                         summaryview even when the viewed folder is not the
12122                         folder which properties are being changed. (E.g. 
12123                                         viewing folder A and changing
12124                                         the subject simplification of 
12125                                         folder B -not being viewed- updated the 
12126                                         summaryview of folder A with data of
12127                                         folder B). (Hope this is clear... )
12128
12129 2001-12-31 [alfons]     0.6.6claws34
12130         
12131         * src/ldif.c
12132         * src/mutt.c
12133                 fgetc() returns a signed integer which doesn't
12134                 fit in a char. so c truncates this to a char
12135                 but we may lose significant bits. i.e. we may
12136                 comparing 0xFF which may not be equal to -1
12137                 unless properly casted to signed char which
12138                 we won't do because fgetc() returns a signed
12139                 integer which doesn't fit in a char. so c 
12140                 truncates this to a char but we may lose 
12141                 significat bits. (you got the idea, thanks
12142                 to Gustavo Noronha Silva <kov@debian.org>
12143                 and the Debian folks!)
12144
12145 2001-12-30 [alfons]     0.6.6claws33
12146
12147         * src/prefs_common.c
12148                 add #ifdef USE_PSPELLs that Melvin forgot               
12149
12150 2001-12-30 [melvin]     0.6.6claws32
12151         
12152         * src/prefs_common.[ch]
12153                 Added configurable color for misspelled words.
12154
12155         * src/gtkspell.[ch]
12156                 Fixed bug of foreground text color (reported by David
12157                                 Mehrmann)
12158                 Added configurable color for misspelled words.
12159
12160 2001-12-30 [alfons]     0.6.6claws31
12161
12162         * src/folder.c
12163                 remove unnecessary things someone put there
12164
12165         * src/mh.c
12166         * src/folder.[ch]
12167                 make folder properties (like threading and sorting) persistent
12168                 (closes bug #497424 "rescan folder tree resets proprieties")
12169                 currently this is only for MH folders. 
12170
12171 2001-12-29 [melvin]     0.6.6claws30
12172
12173         * src/string_match.[ch]
12174                 Optimized a bit: regexp pattern buffer compiled only once, and
12175                   one subroutine call removed. Fixed ^ regexp search: Now, 
12176                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
12177         
12178         * src/summaryview.c
12179                 Subject filtering changed to filter summary columns and
12180                   not directly the messages subject cache. The loss in 
12181                   performance is balanced by the improvement of string_match.
12182                 Added an alert panel if there is an error in the regexp.
12183
12184         * src/src/prefs_folder_item.h
12185                 Added a regexp pattern buffer.
12186
12187 2001-12-28 [alfons]     0.6.6claws29
12188
12189         * src/string_match.[ch]
12190                 clean up name space
12191                 allow compilation *BSD
12192
12193 2001-12-27 [alfons]     0.6.6claws28
12194
12195         * src/filter.c
12196                 sync the Hiro's bug fix for BSD
12197
12198 2001-12-27 [melvin]     0.6.6claws27
12199         
12200         * src/compose.c
12201                 Simplify focus to subject entry code.
12202
12203 2001-12-27 [darko]      0.6.6claws26
12204
12205         * src/filtering.c
12206         * src/mbox_folder.c
12207         * src/messageview.c
12208         * src/mh.c
12209         * src/procheader.[ch]
12210         * src/procmsg.h
12211         * src/stock_pixmap.[ch]
12212         * src/summaryview.c
12213                 Show key icon for encrypted mails in summary view
12214
12215         * src/pixmaps/clip.xpm
12216         * src/pixmaps/clipkey.xpm
12217         * src/pixmaps/key.xpm
12218                 New/modified icons for the above
12219
12220 2001-12-27 [melvin]     0.6.6claws25
12221
12222         * src/prefs_common.c
12223                 Put spell checker options in a separate tab to decrease
12224                 the Common Preferences window height.
12225
12226         * README.claws  
12227                 Update spell checker usage instruction about its options
12228                 location.
12229
12230 2001-12-27 [melvin]     0.6.6claws24
12231
12232         * src/compose.c
12233                 Changed subject entry widget position. Initial focus is
12234                 on the To header instead of the subject entry.
12235                 Creating a new header scrolls the header list to make the
12236                 created one visible. Nevertheless, when automatically filling
12237                 headers, the first one is shown.
12238                 A Tab key press in the last empty header entry zips the 
12239                 focus to the subject entry.
12240                 (I did not change the combo boxes, yet)
12241
12242 2001-12-26 [alfons]     0.6.6claws23
12243
12244         * src/prefs_account.c
12245         * src/inc.c
12246                 allow default inbox to reside in another mailbox (only
12247                 works for POP3 accounts)
12248
12249 2001-12-26 [alfons]     0.6.6claws22
12250         
12251         * src/textview.c
12252                 make reply-on-click work with the account of the selected folder
12253         * src/compose.c
12254                 put a fixme here to remind me to fix finding correct default
12255                 account for nested folders
12256
12257 2001-12-25 [alfons]     0.6.6claws21
12258
12259         * src/summaryview.c
12260                 make column headers display locked and mark pixmaps (idea by Melvin) 
12261                 fix bug by adding score and locked column type to sort array
12262
12263 2001-12-25 [alfons]     0.6.6claws20
12264         
12265         * src/summaryview.c
12266                 catch a *potentially* inadvertent write back of  
12267                 the message cache(s) introduced by 0.6.5claws37
12268
12269 2001-12-25 [christoph]  0.6.6claws19
12270
12271         * src/stock_pixmap.[ch]
12272         * src/summaryview.c
12273                 add ignore thread pixmap
12274                 (can someone draw a better icon for this?)
12275
12276 2001-12-24 [alfons]     0.6.6claws18
12277
12278         * src/prefs_folder_item.c
12279                 make address completion actually work for the
12280                 Default To address in the Folder Property dialog.
12281
12282 2001-12-24 [alfons]     0.6.6claws17
12283         
12284         * src/summaryview.c
12285                 use new style regexp for subject stripping 
12286                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
12287
12288 2001-12-24 [darko]      0.6.6claws16
12289
12290         * src/pgptext.c
12291         * src/rfc2015.c
12292                 move GPG related informational messages to debug mode
12293
12294 2001-12-23 [alfons]     0.6.6claws15
12295
12296         * src/stock_pixmap.[ch]
12297         * src/summaryview.c
12298                 add the forgotten Claws' locked pixmap
12299
12300 2001-12-23 [alfons]     0.6.6claws14
12301
12302         * src/filesel.c
12303                 accept file name typed in entry in multi file
12304                 selector (patch submitted by Gustavo Noronha Silva 
12305                 <kov@debian.org>)
12306
12307 2001-12-23 [alfons]     0.6.6claws13
12308
12309         * src/prefs_filter.c
12310         * src/prefs_filtering.c
12311         * src/matcher.c
12312         * src/importmutt.c
12313                 clean up a little bit
12314         
12315         * src/string_match.c
12316                 validate input strings a little bit more
12317
12318 2001-12-23 [alfons]     0.6.6claws12
12319
12320         * src/Makefile.am
12321         * src/summaryview.c
12322         * src/string_match.[ch]         ** NEW **
12323         * src/folderview.[ch]
12324         * src/headerview.h
12325         * src/folder.[ch]
12326         * src/prefs_folder_item.[ch]
12327                 add subject simplification to strip out strings from
12328                 a subject line (esp. handy for mailing lists). 
12329                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
12330                 but slightly changed things for better integration.)
12331
12332 2001-12-23 [alfons]     0.6.6claws11
12333
12334         * src/mainwindow.c
12335                 fix bug introduced by submission included in 0.6.5claws52.
12336                 ideally this submission should clean the trash if any trash
12337                 folder has a message. however, the hasTrash variable was
12338                 set to false whenever a trash folder was empty (discarding
12339                 a previously found *filled* trash folder.)
12340
12341                 also edited the code a little bit and made it more safe.
12342
12343 2001-12-22 [alfons]     0.6.6claws10
12344
12345         * src/imap.c
12346                 quick fix for Martin Pool's omission of an account
12347                 specific SSL setting
12348
12349 2001-12-22 [alfons]     0.6.6claws9
12350
12351         * src/compose.c
12352         * src/messageview.c
12353         * src/mimeview.c
12354         * src/pgptext.c
12355         * src/procmime.[ch]
12356                 better support for multipart/digest (submitted
12357                 by Fredrik <e98fo@efd.lth.se>)
12358
12359 2001-12-22 [alfons]     0.6.6claws8
12360
12361         * src/addressbook.c
12362                 correct function signature
12363         * src/socket.[ch]
12364         * src/imap.[ch]
12365         * src/prefs_account.[ch]
12366                 allow IMAP over SSH tunnel (patch submitted by 
12367                 Martin Pool <mbp@samba.org>)
12368
12369 2001-12-21 [alfons]     0.6.6claws7
12370
12371         * sync with sylpheed 0.6.6cvs4-9
12372                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
12373
12374 2001-12-21 [christoph]  0.6.6claws6
12375
12376         * src/compose.c
12377         * src/prefs_folder_item.[ch]
12378                 implement saving of outgoing messages to current folder.
12379                 fix segfault when no default outbox is available
12380                 (closes bug #495683)
12381
12382 2001-12-21 [carsten]    0.6.6claws5
12383         * src/folderview.c
12384         * src/summaryview.c
12385                 pressing CTRL while DND does now the expected thing and
12386                 copies the mail (moving is still the default, as this
12387                 seam more appropriate for handling mails by DND)
12388
12389 2001-12-18 [paul]       0.6.6claws4
12390
12391         * sync with sylpheed 0.6.6cvs3
12392                 see ChangeLog entries 2001-12-18
12393
12394 2001-12-18 [hiro]       0.6.6claws3
12395
12396         * src/undo.c
12397                 fix for multibyte characters (obtain the number of letters
12398                 instead of bytes).
12399
12400 2001-12-17 [paul]       0.6.6claws2
12401
12402         * sync with sylpheed 0.6.6cvs1
12403                 see ChangeLog entry 2001-12-16
12404
12405 2000-12-17 [alfons]     0.6.6claws1
12406
12407         * src/filtering.c
12408                 clean up
12409
12410 2001-12-16 [paul]       0.6.6claws
12411 2001-12-15
12412
12413         * Release version 0.6.6claws, cvs tag: rel_0_6_6
12414
12415         * src/mimeview.c
12416                 last minute sync with main 0.6.6
12417
12418         * po/es.po
12419                 updated by Ricardo Mones Lastra
12420                 update for last minute sync
12421         * po/fr.po
12422         * po/nl.po
12423                 update for last minute sync
12424         * po/de.po
12425                 updated by Jens Oberender
12426         * po/pt_BR.po
12427                 updated by Fabio Junior Beneditto
12428
12429         * src/prefs_common.[ch]
12430         * src/undo.c
12431                 number of undo levels is user configurable
12432                 (squeeze it into the release in the dying
12433                 moments) Submitted by Jens Oberender    
12434
12435 2001-12-15 [melvin]
12436
12437         * po/fr.po
12438                 updated french translation
12439
12440 2001-12-15 [paul]       0.6.5claws92
12441
12442         * sync with sylpheed 0.6.5cvs28
12443                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
12444
12445         * po/nl.po
12446                 update to allow for sync
12447
12448 2001-12-15 [alfons]
12449         
12450         * po/nl.po
12451                 update dutch translation
12452
12453 2001-12-14 [carsten]    0.6.5claws91
12454         * src/summaryview.c
12455                 fixed bug #473785; also after changing the column order
12456                 the same message will be selected and displayed as before
12457                 the reordering
12458
12459 2001-12-14 [carsten]    0.6.5claws90
12460         * src/folderview.c
12461                 probably found the bug reported by wwb opening or closing
12462                 a folder tree just before dnd (found the solution in the
12463                 balsa source -- thanks to them)
12464
12465 2001-12-14 [carsten]    0.6.5claws89
12466         * src/gtkutils.c
12467         * src/account.c
12468                 moved gtk_clist_moveto to the right place, so that
12469                 only the accounts dialog is effected on opening
12470
12471 2001-12-14 [carsten]    0.6.5claws88
12472         * src/gtkutils.c
12473                 gtkut_clist_set_focus_row does a gtk_clist_moveto
12474                 now, so that the focused row will be seen in any case
12475                 (reported by wwp on sf-claws-user)
12476
12477 2001-12-14 [darko]      0.6.5claws87
12478
12479         * src/compose.c
12480                 remove unnecessary line
12481
12482 2001-12-14 [paul]       0.6.5claws86
12483
12484         * sync with sylpheed 0.6.5cvs27
12485                 see ChangeLog entries 2001-12-14
12486
12487 2001-12-14 [carsten]    0.6.5claws85
12488         * src/mainwindow.c
12489                 following a suggestion of Melvin the rcoabm pops up
12490                 right under the button now and the button is reliefed
12491                 while the popup is open
12492
12493 2001-12-14 [darko]      0.6.5claws84
12494
12495         * src/compose.c
12496                 fix crash when wrapping long lines if linewrap quotation
12497                 is disabled and wrapper encounters a word spanning more
12498                 than one line
12499
12500 2001-12-13 [paul]       0.6.5claws83
12501
12502         * src/compose.c
12503                 prefer 'Reply-To' header over mailing list header when
12504                 replying to a message. Finally prevent all those confirmation 
12505                 messages being sent to the list itself.
12506
12507         * src/summaryview.c
12508                 remove unused summary_set_menu_sensitive() entry
12509
12510 2001-12-13 [paul]       0.6.5claws82
12511
12512         * src/folderview.c
12513         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
12514         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
12515         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
12516                 improvements to 'Hide read messages': Inbox, Outbox,
12517                 Trash, Queue, and Draft icons now reveal presence of hidden 
12518                 messages
12519
12520 2001-12-12 [alfons]     0.6.5claws81
12521
12522         0.6.5claws80 was tagged as LAST_STABLE
12523
12524         * src/filtering.[ch]
12525         * src/matcher.[ch]
12526         * src/matcher_parser_lex.c
12527                 fix the filtering; my last attempt to get it right, 
12528                 if it does not work, it's Hoa's turn. ;-)
12529
12530                 for my honourable peers:
12531                 
12532                 the code now makes a clear distinction between
12533                 rules as they are displayed (probably escaped),
12534                 and as they are executed (probably unescaped). the
12535                 parser does *NOT* do any unescaping, this is
12536                 the task of the matcher.c (which breaks up a
12537                 rule into condition) and the filtering.c (which
12538                 breaks up the rule's action). to make this
12539                 run happily we provide an unescaped copy of
12540                 crucial strings to the MatcherProp and 
12541                 FilteringAction structures. note that the only
12542                 exception to this is any REGEXP string. those
12543                 are directly passed to regcomp() and regexp()
12544                 (who have much more powerful unescape functions).
12545                 
12546                 for everyone else:
12547         
12548                 you can escape tab (\t), carriage return (\r),
12549                 linefeed (\n), form feed (\f), quote (\"), 
12550                 single quote (\'), bell (\b) in all the entry
12551                 lines in the scoring & filtering dialogs.
12552                 as an added bonus this should not affect
12553                 existing filtering rules.
12554
12555 2001-12-12 [carsten]    0.6.5claws80
12556
12557         * src/summaryview.c
12558         * po/de.po
12559                 "item(s) selected" is now sensitive to 1 or more
12560                 than one selected (nice for language where simple
12561                 adding of a "s" is not possible as German (Eintrag
12562                 ->Eintr"age)
12563                 
12564                 the "forward as attachment" entry from the right
12565                 click menu removed, "forward" acts following the
12566                 prefs
12567         
12568         * src/textview.c
12569                 reverted my former changes; so compiler warning again
12570                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
12571                 nevertheless
12572
12573         * src/messageview.c
12574                 "search in message" does now *not* only work in MVIEW_TEXT
12575                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
12576                 message
12577
12578         * src/mainwindow.c
12579                 removed "/File/_Close" as it was the same as "/File/E_xit"
12580                 and we don't need it two times
12581
12582                 the separate folder view and message view now get a distinct
12583                 WMCLASS, just in case someone is using sawfish ;-)
12584
12585                 as the menu entries "/View/Message view" and "/View/Folder tree"
12586                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
12587                 make them sensitive accordingly and as these two are "shown"
12588                 after startup anytime check this menuitem at startup
12589
12590 2001-12-12 [paul]       0.6.5claws79
12591
12592         * src/folderview.c
12593                 fix sensitivity of 'Search folder...', broken in
12594                 0.6.5claws75
12595
12596         * src/mainwindow.c
12597                 fix dodgy English
12598
12599 2001-12-11 [carsten]    0.6.5claws78
12600         * src/filtering.c
12601                 fixed two typos returning a wrong FALSE/TRUE
12602         * src/mainwindow.[ch]
12603                 extra menu for email/news button removed
12604
12605 2001-12-11 [alfons]     0.6.5claws77
12606         
12607         * src/matcher.c                 (1.3)
12608         * src/matcher_parser_lex.l      (1.28)
12609                 revert for another attempt
12610                 mark 0.6.5claws77 as LAST_STABLE
12611
12612 2001-12-11 [christoph]  0.6.5claws76
12613
12614         * po/de.po
12615                 fixed wrong translation for prev. unread msg
12616
12617 2001-12-11 [paul]       0.6.5claws75
12618
12619         * src/folder.[ch]
12620         * src/folderview.c
12621         * src/mainwindow.c
12622         * src/summaryview.[ch]
12623         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
12624                 enable ability to hide read messages on per folder basis via 
12625                 '/Summary/Hide read messages'; when selected, a folder will 
12626                 have a red open folder icon, instead of a blue icon, if the 
12627                 folder contains hidden messges
12628                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
12629
12630         * src/mainwindow.c
12631                 remove '/Message/Forward as attachment' from 
12632                 main_window_set_menu_sensitive() to prevent debug warning
12633
12634         * src/folderview.c
12635         * src/mainwindow.c
12636                 Clean up some of the English
12637
12638         * tools/newscache_clean.pl
12639                 allow for new 'hidereadmsgs' entry in folderlist.xml
12640
12641         * po/es.po
12642                 updated translation, submitted by Ricardo Mones Lastra
12643
12644 2001-12-11 [paul]       0.6.5claws74
12645
12646         * sync with sylpheed 0.6.5cvs25
12647                 see ChangeLog entry 2001-12-11
12648
12649 2001-12-10 [alfons]     0.6.5claws73
12650
12651         * src/matcher.c
12652                 add more control characters
12653         * src/matcher_parser_lex.l
12654                 make escaping / unescaping work again
12655
12656 2001-12-10 [alfons]     0.6.5claws72
12657
12658         * src/imap.c
12659                 clean up warnings "returning value for void function" 
12660         * src/prefs_filtering.c
12661                 make info button for execute action sensitive
12662
12663 2001-12-10 [paul]       0.6.5claws71
12664
12665         * src/compose.c
12666         * src/imap.[ch]
12667         * src/summaryview.c
12668                 fix: imap server now gets informed of MARKED, UNMARKED
12669                 and REPLY events. Now people can use different IMAP-Mail
12670                 clients and have the exact same information about MARKED,
12671                 UNMARKED and REPLY status with all of them. Especially
12672                 useful for imap servers with a web-frontend.
12673                 submitted by Tobias Sandhaas <medlor@web.de>
12674
12675 2001-12-09 [melvin]     0.6.5claws70
12676         
12677         * src/textview.[ch]
12678                 fixed bug #490076 (hunted down by Alfons who implemented
12679                 a workaround in 0.6.5claws65)
12680
12681 2001-12-09 [christoph]  0.6.5claws69
12682
12683         * src/summaryview.c
12684                 set pointer to string in LOCKED column to NULL
12685                 (might fix bug #490800)
12686
12687 2001-12-09 [carsten]    0.6.5claws68
12688
12689         * po/de.po
12690                 resolved some cluttered menu shortcuts 
12691                 ('creating new email' and 'creating news message'
12692                 hade the same)
12693         * src/compose.c
12694                 wmclass now distinc from main window
12695         * src/mainwindow.c
12696           src/mainwindow.h
12697                 email/news and forward button functionality similar
12698                 to the reply buttons; removed the ugly dropdown arrows
12699                 and use instead the right mouse button
12700
12701 2001-12-09 [paul]       0.6.5claws67
12702
12703         * src/imap.c
12704         * src/utils.h
12705                 allow spaces in imap folder names
12706                 submitted by Willem van Engen <wvengen@stack.nl>
12707
12708 2001-12-09 [paul]       0.6.5claws66
12709
12710         * sync with sylpheed 0.6.5cvs24
12711                 see ChangeLog entry 2001-12-09
12712
12713 2001-12-08 [alfons]     0.6.5claws65
12714
12715         * src/textview.c
12716                 prevent secondary selection claim after "add to sender" dialog
12717                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
12718                 we trick GTK by simulating a click at (0, 0) in the textview.
12719
12720 2001-12-08 [hoa]        0.6.5claws64
12721
12722         * src/folder.c
12723                 fixed a bug about the .processing folder name while filtering
12724
12725 2001-12-08 [alfons]     0.6.5claws63
12726
12727         * src/folderview.c 
12728                 work around problem of not correctly updating folder stats
12729                 when deleting messages. there's some folder scanning evil
12730                 going so the folderview_update_msg_num() does not work
12731                 correctly. need to investigate this.
12732
12733 2001-12-08 [paul]       0.6.5claws62
12734
12735         * sync with sylpheed 0.6.5cvs23
12736                 see ChangeLog entry 2001-12-08
12737
12738 2001-12-07 [christoph]  0.6.5claws61
12739
12740         * src/compose.c
12741                 fix another header translation problem
12742
12743 2001-12-07 [alfons]     0.6.5claws60
12744
12745         * src/mbox.c
12746                 make filtering also work on local spool mbox
12747
12748 2001-12-07 [carsten]    0.6.5claws59
12749         * src/addressbook.c
12750                 addressbook window gets a wmclass distinct from the main
12751                 sylpheed window
12752         * src/compose.h
12753         * src/mainwindow.[ch]
12754                   forward menu item will use mode selected in prefs, forward 
12755                 as attatchment in menu removed (will be substituted in the
12756                 toolbar similar to reply buttons)
12757                   create news message menu entry and news button is now 
12758                 sensitive to the existance of a news account
12759         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
12760         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
12761         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
12762                 these are removed because the toolbar buttons don't show
12763                 the quoting modus any longer
12764
12765 2001-12-07 [paul]
12766
12767         * tools/newscache_clean.pl      ** NEW FILE **
12768                 perl script to do some tidying up in the newscache directory 
12769                 
12770         * tools/sylpheed-switcher       ** NEW FILE **
12771                 perl script to enable easy switching between main and claws
12772                 
12773         * tools/README
12774                 added descriptions of the two new perl scripts          
12775
12776
12777 2001-12-07 [melvin]     0.6.5claws58
12778
12779         * src/messageview.c
12780                 fixed a warning during compilation introduced in 0.6.5claws56
12781
12782 2001-12-07 [paul]       0.6.5claws57
12783
12784         * src/mainwindow.[ch]
12785         * src/menu.[ch]
12786                 further usability enhancements to replying with or without 
12787                 quoting via the toolbar, use of Ctrl key is replaced by 
12788                 drop down menu 
12789                 Submitted by Carsten Schurig            
12790
12791 2001-12-07 [melvin]     0.6.5claws56
12792
12793         * src/messageview.c
12794                 hack to fix bug that prevented to make/paste selections
12795                 after switching between MVIEW_TEXT and MVIEW_MIME views
12796                 without deselecting the selection first.
12797
12798 2001-12-06 [alfons]     0.6.5claws55
12799
12800         * src/filtering.[ch]
12801         * src/inc.c
12802                 revise filtering a little bit more, and make sure
12803                 messages are delivered to the appropriate inbox
12804                 (perhaps set per account)
12805
12806 2001-12-06 [paul]       0.6.5claws54
12807
12808         * sync with sylpheed 0.6.5cvs22
12809                 see ChangeLog entry 2001-12-06
12810
12811 2001-12-05 [alfons]     0.6.5claws53
12812
12813         * src/inc.c
12814         * src/folder.[ch]
12815         * src/procmsg.c
12816         * src/filtering.c
12817                 more revisions of filtering system
12818                 (last stable version is marked as LAST_STABLE)
12819                 
12820                 | NOTE 1): the filtering system now uses a local folder called
12821                 | .processing. if filtering fails, check this directory
12822                 | for missing messages.
12823                 |
12824                 | NOTE 2): help us find the filtering actions still missing
12825
12826 2001-12-05 [paul]       0.6.5claws52
12827
12828         * src/mainwindow.c
12829                 fix bug where 'Empty Trash?' pop-up window appears even
12830                 when Trash is empty, submitted by Jesse Skinner         
12831
12832 2001-12-05 [melvin]     0.6.5claws51
12833
12834         * src/compose.c
12835                 fixed bug #486106 to select correct account when reediting 
12836                 a queued message
12837         
12838 2001-12-04 [alfons]     0.6.5claws50
12839
12840         * src/mh.c
12841                 declare markfile in appropriate functions when
12842                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
12843                 for spotting this)
12844
12845 2001-12-04 [paul]       0.6.5claws49
12846
12847         * sync with sylpheed 0.6.5cvs21
12848                 see ChangeLog entry 2001-12-04
12849
12850 2001-12-03 [christoph]  0.6.5claws48
12851
12852         * po/de.po
12853                 changed translation of undo
12854         * src/account.c
12855         * src/folder.c
12856                 don't reinvent the wheel to traverse a GNode
12857         * src/compose.[ch]
12858                 seperate code to create the compose gui into functions
12859                 add "Others" page with folder selection for saving copy
12860                 of the message.
12861                 the folder identifier is saved to queue header
12862         * src/procmsg.c
12863                 save message to folder in queue header
12864
12865 2001-12-03 [paul]       0.6.5claws47
12866
12867         * sync with sylpheed 0.6.5cvs20
12868                 see ChangeLog entry 2001-12-03
12869
12870 2001-12-01 [paul]
12871
12872         * more sync with sylpheed 0.6.5cvs19
12873                 see ChangeLog entry 2001-11-29
12874
12875 2001-11-30 [paul]       0.6.5claws46
12876         
12877         * src/compose.c
12878                 remove conflicts introduced by Hoa's last commit
12879          
12880         * src/mainwindow.c
12881                 make 'Message/Bounce' sensitive
12882
12883 2001-11-30 [hoa]        0.6.5claws45
12884
12885         * src/compose.c
12886                 slightly change bounce function to add
12887                 information about the user that bounced the mail
12888                 in the From header line.
12889
12890         * src/folderview.c
12891                 permit the use of processing in outbox folder.
12892
12893 2001-11-29 [paul]       0.6.5claws44
12894
12895         * src/mainwindow.[ch]
12896         * src/prefs_common.c
12897         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
12898         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
12899         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
12900                 usability enhancements to the quoting, implements
12901                 use of Ctrl key to toggle quoting settings
12902                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
12903
12904 2001-11-29 [paul]       0.6.5claws43
12905         
12906         * sync with sylpheed 0.6.5cvs19
12907                 see ChangeLog entry 2001-11-28
12908
12909 2001-11-29 [melvin]     0.6.5claws42
12910         * src/Makefile.am
12911                 added enriched.[ch] to the list of files
12912
12913         * src/textview.c
12914         * src/mimeview.c
12915         * src/procmime.[ch]
12916         * src/enriched.[ch]
12917                 added support to view text/enriched
12918                 added support to show headers in message view for text/enriched and text/html
12919                         in non multipart messages
12920
12921 2001-11-28 [paul]       0.6.5claws41
12922
12923         * more sync with sylpheed 0.6.5cvs18
12924                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
12925
12926 2001-11-27 [paul]       0.6.5claws40
12927         
12928         * po/pt_BR.po
12929                 updated translation, submitted by Fabio Junior Beneditto
12930                 
12931         * sync with sylpheed 0.6.5cvs18
12932                 see ChangeLog entries 2001-11-26 (src/textview.c) and
12933                 2001-11-27
12934
12935
12936 2001-11-26 [paul]
12937
12938         * po/es.po
12939                 updated translation, submitted by Ricardo Mones Lastra
12940
12941 2001-11-26 [alfons]
12942
12943         * src/matcher.c
12944                 add more translatable strings
12945
12946 2001-11-26 [christoph]  0.6.5claws39
12947
12948         * po/de.po      
12949                 fixed one more umlaut
12950         * src/compose.c
12951                 fix translated header when it should not be translated
12952
12953 2001-11-26 [paul]       0.6.5claws38
12954
12955         * src/mainwindow.c
12956                 remove '/Message/Add Sender to address book' from 
12957                 main_window_set_menu_sensitive(), prevent debug warning
12958                 add 'Message/Mark/Mark all read' to mainwin_entries[]
12959
12960 2001-11-26 [paul]       0.6.5claws37
12961
12962         * src/summaryview.c
12963                 fix 'recurring unread state' bug 
12964
12965         * tools/README 
12966         * tools/filter_conv.pl
12967                 read name of top level mailbox from folderlist.xml
12968                 and presume nothing about its name              
12969
12970 2001-11-26 [darko]      0.6.5claws36
12971
12972         * src/gtkstext.[ch]
12973                 removed functions that are now in gtkutils.c
12974                 use gtkut_text_is_uri_string() from gtkutils.c
12975         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
12976
12977 2001-11-26 [paul]       0.6.5claws35
12978
12979         * sync with sylpheed 0.6.5cvs16
12980                 see ChangeLog entries 2001-11-25 and 2001-11-26
12981
12982 2001-11-25 [alfons]     0.6.5claws34
12983
12984         EXPERIMENTAL!!! Please checkout the last stable version using: 
12985           
12986         % cvs update -r LAST_STABLE -dRAP
12987
12988         (Or help us testing this stuff.)
12989
12990         * src/filtering.c               (1.14)
12991         * src/filtering.h               (1.6)
12992         * src/inc.c                     (1.28)
12993         * src/matcher.c                 (1.20)
12994         * src/mbox.c                    (1.9)
12995         * src/procmsg.h                 (1.14)
12996         * src/summaryview.c             (1.59)
12997         * src/summaryview.h             (dunno)
12998                 revert/merge/sync to as it was before commit 
12999                 on Thu, 19 Jul 2001 10:15:51 -0700.
13000
13001 2001-11-25 [hoa]        0.6.5claws33
13002
13003         * src/main.c
13004                 processing mails at startup
13005
13006         * src/folderview.c
13007         * src/summaryview.[ch]
13008                 processing mails when entering folder
13009
13010         * src/prefs_filtering.c
13011                 fixed some UI bugs
13012
13013 2001-11-24 [alfons]     0.6.5claws32
13014
13015         * src/summaryview.[ch]
13016                 make summary sort headers work, and also make
13017                 sure the sort type is stored
13018
13019 2001-11-23 [alfons]     0.6.5claws31
13020
13021         * src/summaryview.[ch]
13022                 make lock work like mark
13023                 disallow deleting messages marked as locked
13024
13025 2001-11-23 [alfons]     0.6.5claws30
13026
13027         * src/gtkstext.c
13028         * src/compose.[ch]
13029         * src/Makefile.am
13030         * src/undo.[ch]
13031                 merge undo patch submitted by Jens
13032
13033 2001-11-23 [christoph]  0.6.5claws29
13034
13035         * src/.cvsignore
13036                 added ylwrap
13037         * src/compose.c
13038                 fixed gpg signing and encoding
13039         * src/folder.[ch]
13040         * src/main.c
13041                 added --status option to get new, unread and total
13042                 message count from a running sylpheed
13043         * src/prefs_common.c
13044                 temporary fix for reply_with_quote problem
13045                 (don't call functions for non existing widget)
13046         * src/procmsg.c
13047                 one more check for ignored threads but still not
13048                 always working correctly. probably a recursive
13049                 check for all parents is needed
13050
13051 2001-11-23 [darko]      0.6.5claws28
13052
13053         * src/compose.c
13054                 wrapping on send improvements
13055         * src/gtkutils.[ch]
13056                 fix for GtkSText after last sync with main branch
13057                 GTK_TEXT -> GTK_STEXT
13058
13059 2001-11-23 [paul]       0.6.5claws27
13060
13061         * sync with sylpheed 0.6.5cvs14
13062                 see ChangeLog entries 2001-11-22 and 2001-11-23
13063                 
13064         * po/de.po
13065                 fixed the scrambled umlauts 
13066                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
13067
13068 2001-11-21 [paul]       0.6.5claws26
13069
13070         * sync with sylpheed 0.6.5cvs12
13071                 see 2nd ChangeLog entry dated 2001-11-20
13072
13073 2001-11-20 [paul]       0.6.5claws25
13074
13075         * sync with sylpheed 0.6.5cvs11
13076                 see ChangeLog entry 2001-11-19 (src/utils.c)
13077
13078 2001-11-20 [hiro]
13079
13080         * src/compose.c
13081                 GTK_TEXT -> GTK_STEXT
13082                 fix for wrong comment
13083
13084 2001-11-20 [hiro]       0.6.5claws24
13085
13086         * src/compose.[ch]
13087                 more merges from main branch
13088                 removed fatal warnings (uninitialized variables etc.)
13089                 some coding style fix
13090         * src/gtkutils.h
13091                 fixed typo.
13092         * src/addressbook.c
13093           src/addrindex.c
13094                 V-Card -> vCard
13095
13096 2001-11-19 [hoa]        0.6.5claws23
13097
13098         * src/filtering.c
13099         * src/prefs_scoring.c
13100         * src/matcher.[ch]
13101         * src/scoring.c
13102                 cleaning code
13103
13104         * src/matcher_parser_parse.y
13105         * src/prefs_filtering.c
13106                 bouncing
13107
13108 2001-11-19 [alfons]     0.6.5claws22
13109
13110         more of my old things into claws
13111
13112         * src/Makefile.am
13113         * src/prefs_common.c
13114         * src/procmsg.h
13115         * src/summaryview.[ch]
13116         * src/prefs_summary_column.c
13117         * src/pixmaps/locked.xpm
13118                 add indicators for locking of message in summary view
13119                 (does not work yet, only visual indicator)
13120
13121 2001-11-19 [paul]       0.6.5claws21
13122
13123         * sync with sylpheed 0.6.5cvs10
13124                 see ChangeLog entry 2001-11-19
13125
13126 2001-11-18 [alfons]     0.6.5claws20
13127         
13128         * src/filtering.c
13129                 remove an inadvertent free I forgot in previous clean up 
13130
13131 2001-11-18 [alfons]     0.6.5claws19
13132
13133         * src/filtering.[ch]
13134                 clean up & plug leaks
13135
13136 2001-11-18 [paul]       0.6.5claws18
13137
13138         * sync with sylpheed 0.6.5cvs9
13139                 see ChangeLog entries 2001-11-17 and 2001-11-18
13140
13141 2001-11-16 [paul]       0.6.5claws17
13142
13143         * sync with sylpheed 0.6.5cvs8
13144                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
13145
13146 2001-11-16 [paul]       0.6.5claws16
13147
13148         * sync with sylpheed 0.6.5cvs7
13149                 see ChangeLog entries 2001-11-15 and 2001-11-16
13150
13151 2001-11-15 [hoa]        0.6.5claws15
13152
13153         * src/compose.c
13154                 fix bounce, mails we received couln't be bounced to ourself.
13155
13156         * src/defs.h
13157         * src/filtering.[ch]
13158         * src/matcher.[ch]
13159         * src/matcher_parser.h
13160         * src/matcher_parser_lex.l
13161         * src/matcher_parser_parse.y
13162         * src/inc.c
13163         * src/main.c
13164         * src/mbox.c
13165         * src/prefs_filtering.[ch]
13166         * src/mainwindow.c
13167         * src/prefs_matcher.c
13168         * src/prefs_scoring.c
13169         * src/scoring.[ch]
13170         * src/summaryview.c
13171                 new matcher/filter/score configuration file parser
13172                 one unique configuration file => ~/.sylpheed/matcherrc
13173                 import in currently automatic, then save are made
13174                 in this new file.
13175                 one filter per folder and one global filter
13176                 (filter of a folder will be used as folder processing)
13177
13178         * src/folder.c
13179                 fix a bug in folder_item_get_identifier
13180                 
13181         * src/messageview.c
13182                 receive receipt return are fixed.
13183
13184 2001-11-14 [alfons]     0.6.5claws14
13185
13186         * src/session.h
13187                 add things from main branch to make claws compile
13188
13189 2001-11-14 [paul]       0.6.5claws13
13190
13191         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
13192                 see ChangeLog entries 2001-11-08 to 2001-11-14
13193
13194 2001-11-14 [hoa] 0.6.5claws12
13195
13196         * src/compose.[ch]
13197         * src/mainwindow.c
13198         * src/summaryview.c
13199                 add "bounce mail" option
13200
13201 2001-11-13 [christoph]  0.6.5claws11
13202
13203         * src/compose.c
13204                 Cleanup a mess i add before commiting
13205
13206 2001-11-13 [hoa]        0.6.5claws10
13207
13208         * src/compose.c
13209                 some fixes when mail are sent or
13210                 for crossposts
13211
13212 2001-11-13 [christoph]  0.6.5claws9
13213
13214         * po/de.po
13215                 Changed two string with the same translation
13216         * src/compose.c
13217         * src/procmsg.[ch]
13218         * src/send.[ch]
13219                 New mailsending process:
13220                   - Always queue message before sending
13221                     (message will be saved if sylpheed crashed or
13222                      freezes while sending)
13223                   - Allow queuing of newspostings
13224                   - No copy in outbox before sending
13225                     (closes bug #469501)
13226                   - No more redundant code for send and send_later
13227         * src/summaryview.c
13228                 Applied wwp <subscript@free.fr>'s patch that fixes
13229                 marks for multiple forwarded messages (+compose.c)
13230
13231 2001-11-12 [alfons]
13232
13233         * README.claws
13234                 remove things that are now in main branch
13235         
13236         * po/nl.po
13237                 update Dutch translation
13238
13239 2001-11-12 [mhadasht]   0.6.5.claws8
13240
13241         * src/prefs_common.c
13242                 re-enabled account autoselection feature for forward
13243                 and reedit lost during the branch point for SYNC-B4-REL
13244         * src/gtkspell.c
13245                 gtkpspell_get_dict(): more readable code (even if function is
13246                 not used yet)
13247         * ChangeLog.claws
13248                 added version number info to 2001-11-12 [hiro] comment.
13249
13250 2001-11-12 [hiro]       0.6.5.claws7
13251
13252         * src/compose.c
13253                 compose_forward(): fixed a bug that forward quote mark
13254                 wasn't used.
13255                 removed unnecessary code.
13256         * src/template_select.[ch]: removed.
13257
13258 2001-11-11 [alfons]
13259
13260         * src/compose.c
13261                 :%s/GTK_TEXT/GTK_STEXT/g
13262         
13263         * src/compose.[ch]
13264         * src/undo.[ch]
13265         * src/Makefile.am
13266                 revert the undo stuff (this is 0.6.6claws stuff)
13267
13268 2001-11-11 [hoa]        0.6.5.claws6
13269
13270         * src/compose.[ch]
13271                 Insert signature at the end of the text.
13272                 Added undo patch but currently disabled
13273
13274         * src/procmsg.c
13275                 Threading by subject improved.
13276
13277         * added src/undo.[ch]
13278                 Undo module for compose dialog box.
13279
13280 2001-11-11 [alfons]     0.6.5.claws5
13281
13282         * src/procmsg.c
13283                 prevent threading by subject on nodes that have already been
13284                 threaded by in-reply-to (as in "circular references in a tree
13285                 result in a dead branch")
13286
13287 2001-11-09 [hoa]        0.6.5.claws4
13288         
13289         * src/folderview.c
13290                 allows creation of mbox folder item from any files.
13291
13292 2001-11-09 [alfons]     0.6.5.claws3
13293         
13294         * src/utils.c
13295         * src/procmsg.c
13296                 do what I mean and correct threading by subject so it really
13297                 ignores attracting lines without "Re: "
13298
13299 2001-11-07 [alfons]     0.6.5.claws2
13300
13301         * src/procmsg.c
13302         * src/utils.[ch]
13303                 only attract by subject if a subject line starts with a "Re: "
13304         * src/syldap.c
13305                 remove warning
13306
13307 2001-11-07 [paul]       0.6.5claws1
13308
13309         * sync with sylpheed 0.6.5. release
13310                 see ChangeLog entry 2001-11-07
13311
13312 2001-11-07 [paul]       0.6.4claws31
13313
13314         * sync with sylpheed 0.6.4cvs18
13315                 see ChangeLog entries 2001-10-30 to 2001-11-07
13316                 prefs_templates.[ch] renamed prefs_template.[ch]
13317
13318 2001-11-06 [alfons]
13319         
13320         * src/utils.h
13321                 add semicolon Hoa forgot ;-)
13322                 
13323
13324 2001-11-06 [hoa]        0.6.4claws30
13325         
13326         * src/procmsg.c
13327         * src/summaryview.c
13328         * src/utils.c
13329         * src/utils.h
13330                 threading by subject - empty subject are ignored
13331
13332 2001-11-06 [christoph]  0.6.4claws29
13333
13334         * src/socket.c
13335                 use SSL_peek for sock_gets
13336         * src/utils.c
13337                 removed unneeded pointer in extracting quoted
13338                 names implementation
13339
13340 2001-11-06 [melvin]     0.6.4claws28
13341
13342         * src/gtkspell.c
13343                 fixed bug #476792 Selection overtyping with spell checker
13344                 fixed bug which could cause a buffer overflow
13345                 fixed a memory leak
13346
13347 2001-11-06 [hoa]        0.6.4claws27
13348         
13349         * src/procmsg.c
13350         * src/summaryview.c
13351                 threading by subject
13352
13353 2001-11-05 [alfons]     0.6.4claws26
13354         
13355         * README.claws
13356                 Claws -> Sylpheed (vice versa)
13357
13358         * src/compose.c
13359                 :%s/gtk_text/gtk_stext/g
13360                 :%s/GTK_TEXT/GTK_STEXT/g
13361                 (thanks to Jonathan Ware for spotting this)
13362
13363 2001-11-04 [christoph]  0.6.4claws25
13364
13365         * src/summaryview.c
13366                 replace Xalloca + strdup with Xstrdup_a
13367         * src/utils.c
13368                 better implementation of extracting quoted names
13369                 from addresses (remove backlashes and ignore
13370                 quotes after them)
13371
13372 2001-11-04 [alfons]     0.6.4claws24
13373
13374         * src/utils.[ch]
13375                 edit to comply more with coding style
13376
13377         * src/textview.c
13378                 fix bug reported by Kim Schulz. introduced by the patch integrated
13379                 in 0.6.4claws15. the code did not check the return value of
13380                 the html parser.
13381
13382         * AUTHORS
13383                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
13384
13385 2001-11-04 [christoph]  0.6.4claws23
13386
13387         * src/main.c
13388         * src/prefs_common.[ch]
13389                 init some pointers that possibly caused a segfault
13390                 reported in the claws-users ML
13391
13392 2001-11-04 [hoa]        0.6.4claws22
13393
13394         * src/grouplistdialog.c
13395                 change the names of the nodes in the tree
13396
13397         * src/compose.c
13398                 enhanced mailto syntax as described in
13399                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
13400                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
13401
13402         * src/utils.c
13403                 encode and decode URI (useful when opening URL into
13404                 netscape).
13405
13406 2001-11-03 [hoa]        0.6.4claws21
13407
13408         * src/grouplistdialog.c
13409                 a new newsgroups list selection dialog box
13410                 with a CTree instead of a CList
13411
13412 2001-11-03 [hoa]        0.6.4claws20
13413
13414         * src/folderview.c
13415                 enable property and scoring options when right
13416                 click on "inbox"
13417
13418         * src/summaryview.c
13419                 fixed bug when nickname were displayed using
13420                 the address book.
13421
13422 2001-11-02 [darko]      0.6.4claws19
13423
13424         * src/compose.c
13425                 new wrap quotation and URL/long words wrapping implementation
13426         * src/compose.c src/gtkstext.[ch]
13427                 move gtkstext_strncmp() to gtkstext.c
13428
13429 2001-11-01 [christoph]  0.6.4claws18
13430
13431         * src/prefs_account.c
13432                 fixed mess in account settings dialog
13433         * src/prefs_folder_item.c
13434                 added label with folder path to dialog
13435
13436 2001-10-31 [match]      0.6.4claws17
13437
13438         * src/vcard.c
13439                 fix memory leak.
13440         * src/addrbook.c
13441                 fix generation of spurious address book file names.
13442                 remove redundant functions.
13443         * po/POTFILES.in
13444                 added missing file names.
13445
13446 2001-10-30 [paul]       0.6.4claws16
13447
13448         * sync with sylpheed 0.6.4cvs6
13449                 see ChangeLog entries 2001-10-26 to 2001-10-30
13450
13451         * tools/filter_conv.pl
13452                 read folderlist.xml to discover whether the top-level
13453                 folder is called 'Mailbox' or 'Mail' 
13454
13455 2001-10-29 [paul]       0.6.4claws15
13456
13457         * src/html.c, src/textview.c
13458                 activate links in html mail and fix clickable parts
13459                 Submitted by Matthieu Dazy <dazy@t-surf.com>
13460
13461 2001-10-29 [paul]
13462
13463         * po/de.po, po/es.po, po/pt_BR/po
13464                 updated translations, submitted by Jens Oberender,
13465                 Ricardo Mones Lastra, and Fabio Junior Beneditto
13466
13467 2001-10-29 [darko]      0.6.4claws14
13468
13469         * src/compose.c
13470                 fix wrapping for good
13471
13472 2001-10-29 [darko]
13473
13474         * src/compose.c
13475                 undo previous change as it broke the smart wrapping
13476
13477 2001-10-29 [darko]      0.6.4claws13
13478
13479         * src/compose.c
13480                 fix infinite loop when long URL is quoted
13481                 (closes bug #475122.
13482
13483 2001-10-28 [match]
13484
13485         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
13486                 import Mutt address book
13487         * src/ldif.[ch] src/importldif.h
13488                 modified import LDIF handle user attributes
13489
13490 2001-10-28 [christoph]  0.6.4claws12
13491
13492         * src/summaryview.c
13493                 fixed that filtering did not work if there
13494                 were no filter rules
13495                 (closes bug #472003 and better implementation
13496                  of patch #474644)
13497
13498 2001-10-27 [christoph]  0.6.4claws11
13499
13500         * src/compose.c
13501                 make the folder's default account to be used when
13502                 replying. (patch by wwp <subscript@free.fr>)
13503         * src/compose.c
13504                 code cleanup, nearly killed all of wwp's patch
13505                 for folder's default account in compose
13506         * src/folderview.c
13507                 error panel when a folder could not be created
13508                 (closes bug #471080 new folder name & already
13509                  existing file)
13510
13511 2001-10-26 [alfons]
13512
13513         * src/utils.h
13514                 change prototype of strstr2() that Christoph forgot about
13515
13516 2001-10-26 [christoph]  0.6.4claws10
13517
13518         * src/account.c
13519                 made search for accounts by email address not case
13520                 sensitive
13521         * src/folder.c
13522                 fixed memory leak in folder_item_get_identifier
13523         * src/gtkspell.c
13524         * src/utils.c
13525                 fixed wrong strstr2 (should work like strstr)
13526
13527 2001-10-26 [darko]      0.6.4claws9
13528
13529         * src/compose.c src/gtkstext.[ch]
13530         * src/gtkstext.c
13531                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
13532
13533 2001-10-26 [paul]       0.6.4claws8
13534
13535         * src/html.c
13536                 ignore css and javascript tags in html mail
13537                 case-insensitive, with or without double-quoted
13538                 strings
13539
13540 2001-10-26 [paul]       0.6.4claws7
13541
13542         * sync with sylpheed 0.6.4cvs1
13543                 see ChangeLog entry 2001-10-26
13544
13545         * src/prefs_account.c, src/prefs_common.c,
13546           src/prefs_summary_column.c
13547                 minor improvements to the English
13548
13549 2001-10-25 [alfons]     0.6.4claws6
13550
13551         * src/gtkstext.c
13552         
13553                 make GtkSText follow style of GtkText (closes bug 
13554                 #469211 "text selection while writing message")
13555                 
13556                 do sync with GTK 1.2.10
13557
13558 2001-10-25 [paul]       0.6.4claws5
13559
13560         * src/html.c
13561                 ignore css tags in html mail
13562
13563 2001-10-25 [darko]      0.6.4claws4
13564
13565         * src/compose.c
13566                 don't declare is_url_string as static function since
13567                 we need it in gtkstext.c
13568         * src/gtkstext.c
13569                 remove unused variable
13570                 don't wrap long URLs while composing a message
13571
13572 2001-10-24 [christoph]  0.6.4claws3
13573
13574         * src/socket.c
13575                 fix ssl deadlock, when peer closes connection
13576
13577 2001-10-24 [paul]       0.6.4claws2
13578
13579         * src/prefs_common.c
13580                 gettextize the gpg ascii-armored warning message
13581
13582         * src/compose.c
13583                 insert a DOS/MAC file into the composed message
13584                 (improvements)
13585
13586         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
13587
13588 2001-10-22 [paul]       0.6.4claws1
13589
13590         * sync with sylpheed 0.6.4 release
13591                 see ChangeLog entries 2001-10-21
13592
13593         * po/fr.po, po/pt_BR.po
13594                 updated by Melvin Hadasht and Fabio Junior Beneditto
13595
13596 2001-10-21 [paul]       0.6.3claws30
13597
13598         * src/compose.c
13599                 insert a DOS text file from the compose window
13600                 into the composed message text (removes CRs characters)
13601                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
13602
13603         * tools/filter_conv.pl, tools/README
13604                 automatically use ~/.sylpheed as working directory
13605                 print out confirmation message on completion
13606
13607         * correct Hoa's last ChangeLog.claws entry
13608
13609 2001-10-20 [hoa]        0.6.3claws29
13610
13611         * src/grouplistdialog.c
13612                 bugfix (another ?) to give the right
13613                 newsgroups list for each news server.
13614
13615         * src/news.c
13616         * src/news.h
13617                 improve the newsgroups list cache
13618
13619 2001-10-20 [paul]       0.6.3claws28
13620
13621         * sync with sylpheed 0.6.3cvs9
13622                 see ChangeLog entry 2001-10-19
13623
13624         * correct Alfons' last ChangeLog.claws entry
13625
13626 2001-10-19 [alfons]
13627
13628         * src/pgptext.[ch]
13629                 fix compilation problems (part of bug #472895)
13630
13631 2001-10-18 [hoa]        0.6.3claws27
13632
13633         * src/grouplistdialog.c
13634                 bugfix when we refresh was clicked (bug 472701)
13635
13636 2001-10-19 [christoph]  0.6.3claws26
13637
13638         * src/compose.c
13639                 last header entry should default to "To:" or
13640                 "Newsgroups:" and not copy the last entry line
13641                 in a new compose window
13642                 (closes bug #472686, #470792)
13643
13644 2001-10-19 [paul]       0.6.3claws25
13645
13646         * sync with Sylpheed 0.6.3cvs8
13647                 see ChangeLog entries 2001-10-18 and 2001-10-19
13648
13649 2001-10-18 [christoph]  0.6.3claws24
13650
13651         * src/procmsg.c
13652                 reimplement ignore thread
13653         
13654 2001-10-18 [hoa]        0.6.3claws23
13655
13656         * src/folderview.c
13657         * src/grouplistdialog.[ch]
13658                 enhanced news subscription interface (feature 469113)
13659
13660         * src/news.c
13661         * src/news.h
13662                 enchanced newsgroup listing,
13663                 now, we can get groups informations
13664                 (NNTPGroupInfo)
13665
13666 2001-10-18 [paul]       0.6.3claws22
13667
13668         * src/summaryview.c
13669                 remove comment (sync with main branch)
13670         * src/mainwindow.c
13671                 fix 'Re-edit' bug in 'Message' menu
13672
13673 2001-10-17 [christoph]  0.6.3claws21
13674
13675         * src/compose.c
13676                 ignore empty or whitespace only header lines
13677
13678 2001-10-17 [paul]       0.6.3claws20
13679
13680         * sync with sylpheed 0.6.3cvs7
13681                 see ChangeLog entries 2001-10-14, 2001-10-16, and
13682                 2001-10-17
13683
13684 2001-10-17 [darko]
13685
13686         * src/compose.c
13687                 wrap long lines without spaces
13688                 don't wrap URLs
13689
13690 2001-10-16 [paul]
13691
13692         * po/es.po, po/nl.po, po/pt_BR.po
13693                 updated by Ricardo Mones Lastra, Alfons,
13694                 and Fabio Junior Beneditto
13695
13696         * sylpheed-0.6.3claws released
13697
13698 2001-10-15 [melvin] 0.6.3claws18
13699
13700         * README.claws
13701                 added summary and detailed installation instructions
13702                 for spell checker
13703         * po/fr.po
13704                 Updated, corrected and completed french translation
13705
13706 2001-10-15 [hoa] 0.6.3claws17
13707         * src/grouplistdialog.c
13708                 we can choose the newsgroups to display with wildcards
13709
13710 2001-10-15 [christoph]  0.6.3claws16
13711
13712         * src/account.c
13713         * src/compose.c
13714         * src/prefs_folder_item.[ch]
13715                 applied wwp <subscript@free.fr>'s folder
13716                 default account patch
13717         * po/de.po
13718                 Fixed wrong translation
13719
13720 2001-10-13 [alfons, christoph, melvin]  
13721                         0.6.3claws15
13722
13723         solution #2 to solve MT-safety problems defers all GUI related calls
13724         to the main thread using a gtk_idle_add() callback. discussed on
13725         ircnet #sylpheed, with christoph spotting some issues with the
13726         original code, and melvin allowing us to lobotomize his sylpheed.
13727
13728         * src/syldap.[ch], src/main.c
13729                 fix race problem in ldap search thread by deferring GUI 
13730                 stuff to main thread using gtk_idle_add()
13731
13732 2001-10-13 [paul]       0.6.3claws14
13733
13734         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
13735                 add Sergey's smtpcred.patch
13736                 adds separate username/password setting for SMTP Auth
13737                 needed by some servers
13738                 (closes feature request #471659)
13739
13740 2001-10-13 [paul]       0.6.3claws13
13741
13742         * src/pgptext.[ch] **NEW FILES**
13743         * src/Makefile.am, src/messageview.c, src/mimeview.c
13744                 decrypt ascii-armored gpg text embedded in
13745                 the message body.
13746                 Submitted by Jens Jahnke <jan0sch@gmx.net>
13747
13748 2001-10-13 [christoph]  0.6.3claws12
13749
13750         * README.claws
13751                 some more details on default to and
13752                 feature requests
13753         * src/main.c
13754                 init glib threading when ldap is used
13755         * src/syldap.c
13756                 threading fixes
13757         * po/de.po
13758                 fixed a typo
13759
13760 2001-10-12 [paul]       0.6.3claws11
13761
13762         * src/prefs_common.[ch], src/rfc2015.c
13763                 enable ascii-armored gpg text to be embedded in the
13764                 message body, selectable through the 'Privacy'
13765                 preferences. Supports encrypting only.
13766                 Submitted by Ravemax <ravemax@dextrose.com>
13767
13768 2001-10-12 [paul]       0.6.3claws10
13769
13770         * sync with sylpheed 0.6.3cvs6
13771                 see ChangeLog entries 2001-10-11 and 2001-11-12
13772
13773         * src/folderview.c
13774                 incorporated mbox folders, scoring, and folder
13775                 properties into the sync
13776
13777 2001-10-12 [darko]      0.6.3claws9
13778
13779         * README.claws
13780                 describe quotation wrapping
13781         * src/compose.c
13782                 don't treat tab as space to calculate line length properly
13783
13784 2001-10-11 [alfons]
13785
13786         * README.claws
13787                 correct description of how to make new filtering system work,
13788                 add some other things
13789                 
13790         * src/syldap.c
13791                 remove sched_yield() (not necessary / unportable)
13792
13793 2001-10-11 [paul]       0.6.3claws8
13794
13795         * sync with sylpheed 0.6.3cvs3
13796                 see ChangeLog entry 2001-10-10
13797
13798 2001-10-10 [christoph]  0.6.3claws7
13799
13800         * .cvsignore
13801                 ignore 2 files created by newer autotools
13802         * src/prefs_folder_item.c
13803                 using table for widget alignment
13804                 fixed memory leak and broken octal display
13805         * src/filesel.c
13806                 fixed segfault caused by lost filename
13807                 workaround (closes bug #469551)
13808
13809 2001-10-10 [paul]       0.6.3claws6
13810
13811         * sync with sylpheed 0.6.3cvs2
13812                 see ChangeLog entries 2001-10-09 and 2001-10-10
13813
13814 2001-10-10 [darko]      0.6.3.claws5
13815
13816         * src/gtkstext.c
13817                 proper calculation of right margin if smart wrapping is enabled
13818         * src/compose.c
13819                 automatically wrap long lines if wrap quotation is enabled
13820
13821 2001-10-09 [alfons]     0.6.3.claws4
13822
13823         * src/summaryview.c
13824                 select correct row when deleting last row in the summary view (and
13825                 close bug "[ #469104 ] select second last in list when deleting")
13826
13827 2001-10-09 [paul]       0.6.3claws3
13828
13829         * sync with sylpheed 0.6.3cvs1
13830                 updated some autotool scripts
13831
13832 2001-10-09 [darko]      0.6.3claws2
13833
13834         * src/gtkstext.[ch]
13835                 new name and mark with Sylpheed comment
13836         * src/compose.c
13837                 smart quotation wrapping a-la VIM
13838
13839 2001-10-08 [paul]       0.6.3claws1
13840
13841         * sync with sylpheed 0.6.3 release
13842                 see ChangeLog entry 2001-10-08
13843
13844 2001-10-08 [paul]       0.6.2claws24
13845
13846         * src/summaryview.c
13847                 more sync with sylpheed 0.6.2cvs12
13848                 Fixed the bug that didn't select the last row correctly
13849
13850
13851 2001-10-07 [paul]       0.6.2claws23
13852
13853         * sync with sylpheed 0.6.2cvs12
13854                 see ChangeLog entry 2001-10-07
13855
13856 2001-10-06 [match]
13857         * src/jpilot.[ch]
13858                 enable jpilot to read unsynch'ed addresses.
13859
13860         * src/editldap_basedn.c
13861                 fix segfault when opening dialog.
13862
13863 2001-10-06 [alfons]     0.6.2.claws22
13864
13865         * src/summaryview.c
13866                 fix bug with summary view selecting last *inserted*
13867                 node instead of last *visible* node. remember we
13868                 work with a tree
13869
13870 2001-10-06 [paul]       0.6.2claws21
13871
13872         * po/pt_BR.po
13873                 updated translation, contains some fixes and new
13874                 translations, submitted by Gustavo Noronha Silva
13875                 <kov@debian.org>
13876
13877         * src/prefs_common.c
13878                 change 'each' to 'every' - fix dubious English
13879
13880         * sync with sylpheed 0.6.2cvs11
13881
13882 2001-10-05 [alfons]     0.6.2claws20
13883
13884         * src/mainwindow.[ch], src/folderview.c
13885                 make composite tool button switch between "Compose News"
13886                 and "Compose Mail" depending on selected folder
13887                 (nifty idea by Kim Schulz <kim@schulz.dk>)
13888
13889 2001-10-05 [paul]       0.6.2claws19
13890
13891         * src/mainwindow.c, src/summaryview.c
13892                 fix 'Message/Reply to all', broken in last commit
13893
13894         * src/compose.c
13895                 fix X_BEENTHERE seg fault, thanks to Alfons
13896
13897 2001-10-04 [paul]       0.6.2claws18
13898
13899         * src/compose.[ch], src/mainwindow.c
13900                 make "Message/Reply" reply to mailing lists; matches
13901                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
13902                 based on portions of the patch submitted by
13903                 Junichi Uekawa <dancer@netfort.gr.jp>
13904
13905 2001-10-04 [darko]      0.6.2claws17
13906
13907         * src/compose.c
13908                 better smart wrapping
13909         * src/gtkstext.[hc]
13910                 a function to make text buffer contiguous
13911
13912 2001-10-03 [paul]       0.6.2claws16
13913
13914         * sync with sylpheed 0.6.2cvs10
13915
13916 2001-10-02 [alfons]
13917
13918         * configure.in
13919         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
13920                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
13921                 references to chinese translations (hope someone picks up
13922                 this)
13923
13924 2001-10-02 [christoph]  0.6.2claws15
13925
13926         * src/compose.c
13927                 fixed non translated header bug
13928         * ChangeLog.claws
13929                 fixed wrong date in alfons last entry ;)
13930
13931 2001-10-02 [alfons]     0.6.2claws14
13932
13933         * src/compose.c, src/prefs_common.[ch]
13934                 add block cursor option
13935
13936 2001-10-02 [paul]       0.6.2claws13
13937
13938         * sync with sylpheed 0.6.2cvs9
13939
13940 2001-09-30 [paul]       0.6.2claws12
13941
13942         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
13943                 updated translations
13944
13945         * po/POTFILES.in
13946                 add 'src/importldif.c'
13947
13948         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
13949                 added eudora-to-vCard conversion tool
13950                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
13951
13952         * sync with sylpheed 0.6.2cvs8
13953
13954 2001-09-30 [paul]
13955
13956         * sylpheed-0.6.2claws released
13957
13958 2001-09-27 [melvin]     0.6.2claws11
13959
13960         * src/gtkspell.c
13961                 fixed crash when using default path (introduced 
13962                 in 0.6.2claws10)
13963                 fixed tiny bug for initial suggestion mode
13964
13965 2001-09-27 [melvin]     0.6.2claws10
13966         
13967         * src/gtkspell.c
13968                 fixed bug where gtkpspell didn't set the path correctly
13969
13970         * README.claws
13971                 added a paragraph about spell checking
13972                 
13973
13974
13975 2001-09-27 [paul]       0.6.2claws9
13976
13977         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
13978                 replace '// comments' with '/* comments */' to prevent
13979                 some compiler warnings 
13980
13981         * sync with sylpheed 0.6.2cvs6
13982
13983 2001-09-26 [alfons]     0.6.2claws8
13984
13985         * src/messageview.c
13986                 introduce return receipt request notification again,
13987                 which was lost because of other semantics in 
13988                 procheader_parse() (???)
13989
13990 2001-09-26 [christoph]  0.6.2claws7
13991
13992         * src/compose.c
13993                 replace comments for old code with #if 0
13994                 readded auto cc, bcc and reply-to
13995         * src/prefs_matcher.c
13996         * src/prefs_scoring.c
13997                 removed some definition (was moved to
13998                 prefs.h)
13999
14000 2001-09-26 [paul]       0.6.2claws6
14001
14002         * src/mainwindow.c
14003                 make 'Follow-up and reply to' sensitive
14004
14005         * more sync with sylpheed 0.6.2cvs5
14006
14007 2001-09-25 [melvin]
14008
14009         * 0.6.2claws5
14010
14011         * src/gtkspell.c
14012                 fixed bug for "US-ASCII" introduced by the encoding code
14013
14014 2001-09-25 [paul]
14015
14016         * 0.6.2claws4
14017
14018         * src/prefs_common.[ch], src/summaryview.c
14019                 'next unread msg' 'go to next folder?' dialog can be
14020                 given default behaviour, either always show dialog,
14021                 or assume 'yes', or assume 'no'
14022                 Submitted by wwp <subscript@free.fr>
14023
14024 2001-09-25 [melvin]
14025                 
14026         * src/compose.c src/gtkspell.[ch]
14027                 added support for different encodings
14028
14029 2001-09-25 [paul]
14030
14031         * more sync with sylpheed 0.6.2cvs5
14032
14033 2001-09-24 [alfons]
14034         
14035         * src/prefs_folder_item.c
14036                 add check for item->prefs->default_to string is NULL and
14037                 add another check when freeing this string
14038
14039 2001-09-24 [paul]
14040
14041         * configure.in
14042                 change to version 0.6.2claws3
14043
14044         * sync with sylpheed 0.6.2cvs5 
14045
14046 2001-09-24 [match]
14047         * src/ldif.[ch], src/importldif.[ch], addressbook.c
14048                 import LDIF files.
14049         * src/addrcache.[ch], addrindex.[ch]
14050                 small update for future
14051         * src/addrbook.c
14052                 fix test XML file.
14053
14054 2001-09-24 [melvin]
14055         * src/gtkspell.[ch]
14056                 added 'Learn from mistakes' option
14057                 better handling of quotes in checked words
14058                 sorted dict list
14059         * po/fr.po
14060                 small update for spell checking stuff
14061
14062 2001-09-23 [alfons]
14063         
14064         * src/gtkspell.c
14065                 edit a little bit so it complies more with main coding style
14066
14067 2001-09-23 [alfons]
14068
14069         * src/folder.[ch], prefs_folder_item.c, compose.c
14070                 migrate "request return receipt" folder property
14071                 to folderlist.xml
14072
14073 2001-09-22 [alfons]
14074
14075         * README.claws **NEW**
14076                 (add things of interest for users of main branch 
14077                 and claws here)
14078
14079         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
14080                 re-implement threading per folder option, but store 
14081                 the setting in folderlist.xml (where it belongs)
14082
14083 2001-09-21 [melvin]
14084
14085         * src/gtkspell.[ch]
14086                 fixed bug when compose window is under another window
14087         * src/prefs_common.[ch] src/compose.c
14088                 changed 'dictionary_path' to 'dictionary' to be consistent
14089                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
14090         * ac/pspell.m4 src/Makefile.am 
14091                 dropped PSPELL_PATH macro
14092         * po/fr.po
14093                 updated translations
14094
14095 2001-09-21 [christoph]
14096
14097         * src/compose.c
14098                 added border around header fields
14099                 keep header type when new field is added
14100
14101 2001-09-20 [christoph]
14102
14103         * src/utils.[ch]
14104                 more portable debug_print with source filename
14105                 and linenumber
14106         * src/procmsg.c
14107                 more newlines after debug messages
14108
14109 2001-09-20 [paul]
14110
14111         * configure.in
14112                 change to version 0.6.2claws2
14113
14114         * sync with sylpheed 0.6.2cvs3
14115
14116 2001-09-19 [melvin]
14117
14118         * src/gtkspell.c
14119                 fixed the post-right-click focus pb
14120                 fixed crash when 'Spell check all' after dict change 
14121                         and when cursor is at the end of the text
14122                 shift-right-click pops up config menu even on misspelled words.
14123         * po/POTFILES.in
14124                 added gtkspell.c
14125
14126 2001-09-19 [melvin]
14127
14128         * src/about.c
14129                 added pspell to compiled-in features list
14130
14131 2001-09-18 [melvin]
14132
14133         * switched to pspell and dropped ispell
14134         * ac/pspell.m4
14135                 new file. autoconf macro for pspell
14136         * ac/Makefile.am 
14137         * configure.in acconfig.h
14138                 added pspell support
14139         * src/Makefile.am
14140         * src/main.c src/compose.[ch] src/gtkspell.[ch]
14141         * src/prefs_common.[ch] 
14142                 added pspell support
14143
14144 2001-09-18 [christoph]
14145
14146         * src/addr_compl.c
14147         * src/template.[ch]
14148                 replace LOG_MESSAGE with debug_print
14149         * src/compose.[ch]
14150                 gui improvements
14151         * src/menu.c
14152                 added newline after debug message
14153         * src/utils.h
14154                 using __VA_ARGS__ for debug_print macro
14155         * tools/.cvsignore
14156                 ignore Makefile and Makefile.in
14157
14158 2001-09-18 [paul]
14159
14160         * configure.in
14161                 change to version 0.6.2claws1
14162         * sync with sylpheed 0.6.2cvs1
14163
14164         * src/matcher.c 
14165         * src/prefs_matcher.c
14166                 add 'score equal to' option, submitted by
14167                 Paul Evans <nerd@freeuk.com>
14168
14169 2001-09-15 [christoph]
14170
14171         * src/mainwindow.c
14172                 comment out menu entry not existing in claws
14173         * src/menu.c
14174                 add debug output for non existing menu entries
14175         * src/summaryview.c
14176                 fix next/prev unread message for ignored threads
14177         * src/utils.[ch]
14178                 add sourcefile and line number to debug output
14179                 otherwise it is sometimes hard to find the
14180                 source code part if debug messages are translated
14181
14182 2001-09-14 [darko]
14183         
14184         * src/folderview.c
14185                 refresh target folder style after colour is changed
14186
14187 2001-09-13 [paul]
14188
14189         * configure.in
14190                 change to version 0.6.1claws3
14191
14192         * sync with sylpheed 0.6.1cvs6
14193
14194 2001-09-13 [darko]
14195         
14196         * src/folderview.c
14197                 fix target folder colourization to use user selected colour
14198
14199 2001-09-12 [darko]
14200         
14201         * src/summaryview.c
14202                 fix crash when message that is marked for copy/move is unmarked
14203
14204 2001-09-09 [paul]
14205
14206         * configure.in
14207                 change to version 0.6.1claws2
14208
14209         * sync with sylpheed 0.6.1cvs3
14210
14211 2001-09-09 [alfons]
14212         
14213         * src/folderview.c
14214                 fix bug with default font used for trash folder text
14215
14216 2001-09-06 [paul]
14217
14218         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
14219                 updated translations
14220
14221         * configure.in
14222                 change to version 0.6.1claws1
14223
14224         * sync with sylpheed 0.6.1cvs2
14225
14226 2001-09-03 [paul]
14227
14228         * po/POTFILES.in
14229                 add Match's new addressbook
14230
14231         * po/de.po
14232                 updated translation submitted by Jens Oberender
14233
14234 2001-09-02 [paul]
14235
14236         * configure.in
14237                 change to 0.6.1claws
14238         * sync with sylpheed 0.6.1 release
14239
14240 2001-09-02 [paul]
14241
14242         * configure.in
14243                 change to 0.6.0claws2
14244
14245         * sync with sylpheed 0.6.0cvs4
14246
14247         * po/pt_BR.po
14248                 updated translation submitted by Fabio Junior Beneditto
14249
14250 2001-09-01 [match]
14251         * pixmaps/
14252                 interface.xpm
14253                 book.xpm
14254                 address.xpm
14255         * src/
14256                 Makefile.am
14257                 a ton of new files
14258
14259 2001-08-31 [paul]
14260
14261         * configure.in
14262                 change to version 0.6.0claws1
14263
14264         * sync with sylpheed 0.6.0cvs1
14265
14266         * po/es.po
14267                 updated translation submitted by Ricardo Mones Lastra
14268
14269         * po/POTFILES.in
14270                 add 'src/prefs_templates.c'
14271
14272         * src/compose.c, src/summaryview.c
14273                 fix segfault on 'Re_edit'               
14274
14275 2001-08-30 [alfons]
14276
14277         * configure.in, Makefile.am
14278         * tools/Makefile.am
14279                 add tools directory to source distribution
14280
14281 2001-08-30 [paul]
14282
14283         * configure.in
14284                 change to version 0.6.0claws
14285
14286         * sync with sylpheed 0.6.0 release
14287
14288 2001-08-30 [christoph]
14289
14290         * configure.in
14291                 removed autoconf version check
14292
14293 2001-08-30 [paul]
14294
14295         * src/account.c, src/compose.c, src/prefs_common.[ch]
14296         * src/procheader.[ch] src/utils.[ch]
14297                 Enhanced automatic account selection on replies
14298                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
14299
14300         * configure.in
14301                 add LDAP and JPilot to the configuration results output.
14302
14303 2001-08-29 [christoph]
14304
14305         * src/summeryview.c
14306                 no bold font for ignored threads
14307
14308 2001-08-29 [paul]
14309
14310         * configure.in
14311                 change to version 0.5.3claws6
14312
14313         * sync with sylpheed 0.5.3cvs10
14314                 src/stringtable.[ch]: New Files
14315
14316         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
14317         * src/pixmaps/sylpheed.xpm
14318                 add mini-icons to windows (by Alfons)
14319
14320 2001-08-27 [paul]
14321
14322         * src/mainwindow.c
14323                 new functions: next_labeled_cb(), prev_labeled_cb()
14324
14325         * src/summaryview.c
14326                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
14327                 summary_select_next_labeled(), summary_select_prev_labeled()
14328
14329         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
14330                 give claws blue folders and a blue trash can
14331
14332 2001-08-27 [paul]
14333
14334         * configure.in
14335                 change to version 0.5.3claws5
14336
14337         * sync with sylpheed 0.5.3cvs9
14338                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
14339
14340 2001-08-24 [christoph]
14341
14342         * src/filesel.c
14343                 keep filename when browsing directories
14344                 (not working for user entered filename, but
14345                  for default name and selected filename from
14346                  file list)
14347         * src/mainwindow.c
14348                 fixed wrong spelling "Folllow-up"
14349         * src/mbox_folder.c
14350         * src/procmsg.c
14351         * src/summaryview.c
14352                 fixed new/unread message count with ignored
14353                 threads (2 commits, first didn't notice no
14354                 longer needed decreasing)
14355         * src/inc.c
14356                 readded scrolling of progress dialog
14357                 (lost in sync)
14358
14359 2001-08-24 [paul]
14360
14361         * configure.in
14362                 change to 0.5.3claws4
14363
14364         * sync with sylpheed 0.5.3cvs7
14365
14366 2001-08-24 [christoph]
14367
14368         * src/compose.c
14369                 set request return receipt when replying
14370                 if it is set is the folder prefs of the
14371                 message
14372         * src/inc.c
14373                 disable final error popup if popups are
14374                 disabled in config (again)
14375
14376 2001-08-23 [paul]
14377
14378         * configure.in
14379                 Change version number to 0.5.3claws3
14380
14381         * sync with sylpheed 0.5.3cvs5
14382
14383         * src/mimeview.c
14384                 double quote '%s' in 'gedit %s' to fix bug when
14385                 opening attachment with spaces in the name
14386
14387 2001-08-22 [alte]
14388         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
14389           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
14390                 initial message templates support
14391
14392
14393 2001-08-22 [paul]
14394
14395         * configure.in
14396                 change version number to 0.5.3claws2
14397
14398         * sync with sylpheed 0.5.3cvs4
14399
14400         * src/procmsg.h src/summaryview.c
14401                 re-implement (un)ignore thread
14402
14403 2001-08-21 [paul]
14404
14405         * src/summaryview.c
14406                 remove unnecessary code
14407         * src/compose.c
14408                 enable 'dynamic' signatures (submitted by
14409                 Eric Limpens <eric@hscg-internet.nl>)
14410
14411 2001-08-21 [paul]
14412
14413         clean up after sync with sylpheed 0.5.3 release
14414
14415         * src/folderview.c
14416                 fix re-introduced font mess, see Christoph's
14417                 entry 2001-06-24
14418
14419         * src/summaryview.c
14420                 remove prev_msgnum
14421                 use sylpheed's small font instead of
14422                 gtk default font for summary view
14423
14424
14425 2001-08-17 [paul]
14426
14427         * configure.in
14428                 add pl to ALL_LINGUAS - sync with main branch
14429
14430         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
14431                 Updated. Translations by Jens Oberender, Ricardo Mones
14432                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
14433
14434         * po/pl.po  ** NEW FILE **
14435                 sync with the main branch
14436
14437         * src/folderview.c
14438                 fix target folder colorizing and refresh problem
14439
14440
14441 2001-08-17 [christoph]
14442
14443         * src/mainwindow.c
14444                 claws uses 4 colors for target folder coloring.
14445                 arrays were not long enough and destroyed the
14446                 stack causing a segfault.
14447                 target folder colorizing does not work anymore
14448                 for me
14449
14450 2001-08-16 [paul]
14451
14452         * configure.in
14453                 change to version 0.5.3claws1
14454
14455         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
14456           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
14457           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
14458
14459                 sync with sylpheed 0.5.3 release, but keep claws method of
14460                 configuring/saving fonts
14461
14462         * src/addressbook.[ch]
14463                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
14464                 in line with a similar change in Hiroyuki's branch
14465
14466         * src/mainwindow.[ch]
14467                 disable main_window_set_thread_option()
14468         * src/prefs_folder_item.c
14469                 comment out &tmps_prefs.enable_thread,
14470         * src/mbox_folder.c, src/procmsg.[ch]
14471                 comment out MSG_IS_IGNORE_THREAD
14472         * src/summaryview.c
14473                 comment out summary_ignore_thread() and summary_unignore_thread()
14474                 comment out MSG_IS_IGNORE_THREAD
14475
14476                 use Hiroyuki's threading instead.
14477
14478
14479
14480 2001-08-15 [paul]
14481
14482         * src/account.c
14483                 use Hiroyuki's 0.5.3 column scheme but also
14484                 include the enable/disable button.
14485         * src/pixmaps/mark.xpm
14486                 add Hiroyuki's amended pixmap
14487
14488 2001-08-13 [christoph]
14489
14490         * src/account.c
14491                 receive at get all column showed wrong state for APOP
14492                 button should only work for POP3 and APOP accounts
14493         * src/prefs_account.c
14494                 added missing preprocessor statement for SSL
14495
14496 2001-08-12 [paul]
14497
14498         * src/account.[ch]
14499                 add 'receive at get all' column and enable/disable
14500                 button.
14501
14502 2001-08-06 [christoph]
14503
14504         * src/account.c
14505                 show usage of SSL in protocol column
14506
14507         * src/imap.c
14508         * src/inc.c
14509                 renamed ssl options
14510
14511         * src/prefs_account.[ch]
14512                 moved ssl options to a new page
14513
14514         * src/send.c
14515         * src/smtp.c
14516         * src/ssl.[ch]
14517                 renamed ssl options
14518                 added support for SMTP STARTTLS command
14519
14520 2001-08-05 [christoph]
14521
14522         * configure.in
14523                 debian autoconf needs version check to find
14524                 correct autoconf version. if the file is
14525                 named configure.in 2.13 is used, which does
14526                 not work with this configure.in script.
14527                 other solution would be to rename the script
14528                 to configure.ac as suggested in the autoconf
14529                 manual.
14530
14531         * src/inc.c
14532                 disable final error popup if popups are
14533                 diabled in config
14534
14535         * src/socket.c
14536                 bugfix in ssl_gets
14537                 fixes IMAP over SSL problem
14538
14539 2001-08-03 [paul]
14540
14541         * configure.in
14542                 change to 0.5.2claws1
14543
14544         * sync with sylpheed 0.5.2cvs1
14545
14546 2001-08-02 [alfons]
14547
14548         * configure.in
14549                 quick fix for ispell detection...
14550
14551 2001-08-01 [paul]
14552
14553         * configure.in
14554                 change to 0.5.1claws4
14555
14556         * sync with sylpheed 0.5.1cvs7
14557
14558 2001-07-31 [alfons]
14559
14560         * src/prefs_common.c, src/prefs_common.h, 
14561           src/gtkspell.c, src/gtkspell.h
14562                 add global spelling checker settings (compose tab) +
14563                 selection of dictionary 
14564           
14565         * configure.in  
14566                 guess valid ispell location
14567
14568 2001-07-31 [paul]
14569
14570         * po/POTFILES.in
14571                 removal of 'src/quote_fmt_parse.c'
14572         * po/de.po
14573                 Updated de.po
14574                 (submitted by Jens Oberender <didge@suse.de>)
14575
14576 2001-07-31 [darko]
14577
14578         * src/folder.[ch]
14579         * src/folderview.[ch]
14580         * src/mainwindow.c
14581         * src/mh.c
14582         * src/prefs_common.[ch]
14583         * src/summaryview.c
14584                 target folder colourization
14585
14586 2001-07-30 [paul]
14587
14588         more sync with Sylpheed 0.5.1cvs6 
14589
14590 2001-07-30 [darko]
14591
14592         * src/mh.c
14593         * src/prefs_folder_item.[hc]
14594         * src/summaryview.c
14595                 shared folders support with a GUI
14596
14597 2001-07-29 [paul]
14598
14599         0.5.1claws3
14600
14601         * sync with Sylpheed 0.5.1cvs6
14602
14603 2001-07-29 [paul]
14604
14605         * po/pt_BR.po
14606                 updated
14607                 (submitted by Fabio Junior Beneditto)
14608
14609 2001-07-28 [paul]
14610
14611         * src/procmime.c
14612         * AUTHORS
14613                 patch to correct bad image mime headers
14614                 (submitted by Don Quijote <dq@searchlores.org>)
14615
14616 2001-07-28 [paul]
14617
14618         * tools/gif2xface.pl   **NEW FILE**
14619         * tools/README
14620                 script to convert file.gif to file.xface for
14621                 use in a custom header.
14622                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
14623
14624 2001-07-27 [alfons]
14625         
14626         * configure.in
14627                 change macros for detecting JPilot and LDAP
14628
14629 2001-07-27 [christoph]
14630
14631         * src/filtering.c
14632                 code cleanup (MIN / MAX warning, needed casting)
14633
14634 2001-07-27 [alfons]
14635
14636         * procheader.c
14637                 disallow setting flags when detecting certain headers
14638                 (X-Status, Status, Seen, X-Seen). 
14639         
14640         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
14641
14642 2001-07-27 [christoph]
14643
14644         * src/prefs_filter.c
14645         * src/prefs_filtering.c
14646         * src/prefs_matcher.c
14647         * src/prefs_scoring.c
14648                 scroll list when moving rows up or down
14649
14650         * src/imap.c
14651         * src/imap.h
14652         * src/prefs_account.c
14653         * src/prefs_account.h
14654         * src/send.c
14655                 SMTP over SSL (untested, feedback requested)
14656                 IMAP over SSL
14657
14658         * src/ssl.c
14659                 code cleanup
14660
14661 2001-07-26 [alfons]
14662         
14663         * configure.in, acconfig.h
14664                 define CLAWS (need this for main / claws detection)
14665
14666 2001-07-25 [alfons]
14667
14668         * configure.in
14669                 Sylpheed 0.5.1claws2
14670                 
14671         * sync with Sylpheed 0.5.1cvs4
14672
14673 2001-07-25 [christoph]
14674
14675         * src/scoring.c
14676                 fixed segfault
14677                 item->prefs == NULL (don't know why)
14678
14679 2001-07-25 [alfons]
14680
14681         * configure.in
14682                 Sylpheed 0.5.1claws1
14683
14684         * sync with Sylpheed 0.5.1cvs1-3
14685
14686 2001-07-24 [christoph]
14687
14688         * src/folderview.c
14689         * src/prefs_folder_item.[ch]
14690                 added folderitem preferences dialog with
14691                 default To: and auto request return receipt
14692
14693         * src/compose.[ch]
14694         * src/menu.[ch]
14695                 changes to handle new folderitem preferences
14696
14697         * src/mainwindow.c
14698         * src/summaryview.c
14699                 call compose new mail with current folderitem
14700
14701 2001-07-24 [alfons]
14702
14703         Release Sylpheed 0.5.1claws
14704
14705         * configure.in
14706                 change to release version 0.5.1claws
14707
14708 2001-07-24 [christoph]
14709
14710         * src/summaryview.c
14711                 fixed segfault that happend when the selected
14712                 message was removed while retrieving new messages.
14713
14714         * po/es.po
14715                 updated translation
14716                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
14717
14718 2001-07-22 [alfons]
14719
14720         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
14721         this is a work in progress, for more information: http://nlpagan.net/sylman 
14722         
14723         * configure.in, src/mainwindow.c, manual/Makefile.am
14724                 add support for English manual
14725
14726         * AUTHORS
14727                 add authors of user manuals
14728
14729         * manual/en/sylpheed*.html
14730                 add English documentation
14731
14732 2001-07-22 [christoph]
14733
14734         * po/POTFILES.in
14735                 added src/ssl.c
14736         * src/ssl.c
14737                 changed a wrong debug message
14738
14739 2001-07-22 [alfons]
14740
14741         * po/nl.po
14742                 update Dutch translation
14743
14744         * src/prefs_filtering.c, 
14745           src/prefs_matcher.c
14746                 add more translatable strings           
14747
14748 2001-07-21 [alfons]
14749
14750         0.5.0claws7
14751
14752         * configure.in
14753                 change version
14754
14755         * src/inc.c, src/summaryview.[ch]
14756                 prevent update of mark file when filtering has done, by
14757                 using a variable; this affects two functions:
14758                         inc.c::inc_finished()
14759                         summaryview.c::summary_show()
14760
14761 2001-07-20 [alfons]
14762
14763         * src/filtering.[ch], src/prefs_filtering.c, 
14764           src/matcher.[ch]
14765                 add filtering action for label coloring 
14766
14767         * po/POTFILES.in
14768                 add labelcolors.c
14769
14770         * added src/labelcolors.c
14771         * added src/labelcolors.h
14772         * src/Makefile.am, src/summaryview.c
14773                 rearrange label coloring code
14774
14775         * src/procmsg.h
14776                 add more parentheses so label colouring works correctly
14777
14778         * src/filtering.c
14779                 don't really delete message, but move it to Trash
14780
14781         * src/prefs_matcher.c
14782                 add quote options to info dialog
14783
14784 2001-07-20 [christoph]
14785
14786         * src/Makefile.am
14787         * src/inc.c
14788         * src/main.[ch]
14789         * src/socket.h
14790         * src/ssl.[ch] (new)
14791                 moved ssl stuff to a seperate file
14792
14793 2001-07-20 [darko]
14794
14795         * src/summaryview.c
14796                 fix show sender using address book with no e-mail
14797                 address in From: field
14798
14799 2001-07-19 [alfons]
14800
14801         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
14802                 fix messy handling of escaping... now at least the
14803                 execute command is useful. escape char is '\', we
14804                 accept \n and \r too. 
14805
14806                 Real life example:
14807                 
14808                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
14809                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
14810
14811 2001-07-18 [alfons]
14812
14813         0.5.0claws6
14814
14815         * src/summaryview.c
14816                 clean up
14817
14818         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
14819           src/procmsg.[ch]
14820                 revise filtering; currently move, copy, marking have
14821                 been tested. if you like bleeding edge stuff, you
14822                 should definitely go for this version :)
14823
14824         * mark old working stuff as VERSION_0_5_0_CLAWS5        
14825
14826 2001-07-17 [christoph]
14827
14828         * src/utils.c
14829                 timestamp log
14830
14831 2001-07-17 [alfons]
14832
14833         0.5.0claws5
14834
14835         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
14836           bits in the mark file, without affecting either branch. Lots of
14837           files changed, also in claws branch.
14838
14839           UNTESTED: use of mbox folders
14840
14841         * src/summaryview.c
14842                 added mark all read; however this was a quick hack used for
14843                 cleaning up mess after initial merge with Hiroyuki
14844
14845         * configure.in
14846                 change claws version number back to 0.5.0claws5 to clear up 
14847                 confusion & pretension (recent release was technically 
14848                 0.5.0claws4, so we neatly align with Hiroyuki :-)
14849
14850 2001-07-16 [alfons]
14851
14852         sync with Hiroyuki's 0.5.0cvs4
14853
14854 2001-07-16 [alfons]
14855
14856         0.5.1claws3
14857
14858         * src/filtering.[ch]
14859                 remove invalid updating of mark files for 
14860                 filter actions MATCHING_ACTION_MOVE and 
14861                 MATCHING_ACTION_DELETE; this should fix the
14862                 folder update bug
14863                 
14864         * src/procmsg.c
14865                 revert Christoph's stab at fixing the folder 
14866                 update bug
14867
14868         * po/POTFILES.in
14869                 add missing files with translatable strings
14870
14871         * src/summaryview.c
14872                 remove debug print
14873
14874 2001-07-15 [alfons]
14875
14876         * src/addr_compl.[ch], src/prefs_filtering.c
14877                 make "filtering pref dialog's destination entry" an
14878                 "address completable entry", if filter destination is 
14879                 an email address
14880
14881         0.5.1claws2
14882         
14883         sync with Hiroyuki's 0.5.0cvs2-3
14884
14885 2001-07-15 [christoph]
14886
14887         * src/procmsg.c
14888                 fixed folder stats update after incorporation
14889
14890 2001-07-15 [alfons]
14891
14892         * src/summaryview.c
14893                 * finish label colouring stuff (for now)
14894                 * fix incorrect colour bug (off by one) 
14895
14896 2001-07-14 [alfons]
14897
14898         * src/mainwindow.c
14899                 change text labels for news and mail message so there's
14900                 plenty of toolbar estate left
14901
14902         * configure.in
14903                 0.5.1claws1
14904
14905         * src/folderview.c
14906           src/folder.[ch]
14907                 sync with Hiroyuki's 0.5.0cvs1
14908
14909         * src/summaryview.c
14910                 more rewrite label colouring
14911
14912 2001-07-14 [alfons]
14913
14914         * src/summaryview.[ch]
14915                 * start rewrite label colouring 
14916                 * fix proper location "Add Sender To Addressbook" menu item
14917
14918 2001-07-13
14919
14920         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
14921         (actually this is 0.5.0claws4)
14922
14923 2001-07-13 [alfons]
14924
14925         * po/pt_BR.po
14926                 * fix duplicate message
14927                 * add updated Portugese / Brazilian translation
14928                   submitted by Fabio Junior Beneditto
14929
14930 2001-07-12 [alfons]
14931
14932         * AUTHORS
14933                 add Jens
14934
14935         * po/nl.po
14936                 add updated Dutch translation
14937
14938         * po/de.po
14939                 add updated German translation submitted by Jens
14940
14941 2001-07-11 [alfons]
14942
14943         Prerelease before 0.5.0claws. Please test.
14944         This version is temporarily tagged as VERSION_0_5_0_TEST
14945
14946         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
14947           src/prefs_scoring.c, src/prefs_matcher.c, 
14948           src/prefs_filtering.c, src/mbox.c, 
14949           src/main.c, src/inc.c, src/filtering.[ch]
14950                 revert new Hoa's new matcher (does not work yet)
14951
14952         * src/Makefile.am
14953                 clean up
14954
14955 2001-07-10
14956
14957         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
14958
14959
14960 2001-07-10 [alfons]
14961
14962         * Makefile.am
14963                 add ChangeLog.claws to EXTRA_DIST
14964         * src/Makefile.am
14965                 add matcher_parser_parse.h to EXTRA_DIST
14966
14967 2001-07-10 [christoph]
14968
14969         * src/inc.c
14970                 add destination folder to table of
14971                 folders that need to be updated after
14972                 incorporation
14973
14974 2001-07-10 [alfons]
14975
14976         * folder.[ch]
14977           folderview.c
14978                 make collapse state of folders and folder items persistent, i.e.
14979                 if you collapse a folder tree, the next time sylpheed-claws starts 
14980                 up the folder tree remains collapsed.  
14981                 
14982 2001-07-10 [christoph]
14983
14984         * acconfig.h
14985         * configure.in
14986                 added --enable-ssl
14987         * src/md5.[ch]
14988                 renamed MD5_CTX to MD5_CTX_syl
14989                 conflicts with a struct in openssl
14990         * src/inc.c
14991         * src/main.[ch]
14992         * src/prefs_account.[ch]
14993         * src/socket.[ch]
14994                 SSL support for POP
14995         * src/mainwindow.c
14996                 fixed compose with current account
14997                 broken by new compose button stuff
14998
14999 2001-07-09 [hoa]
15000
15001         * AUTHORS
15002                 changed my email address
15003
15004         * src/matcher_parser_parse.y
15005                 clean the parser to remove conflicts
15006
15007 2001-07-09 [alfons]
15008
15009         * AUTHORS
15010                 add Match Grun
15011
15012         * configure.in
15013                 fix incorrect description of --enable-ldap parameter
15014
15015         * src/prefs_common.[ch]
15016           src/compose.c
15017                 add experimental option "smart wrapping" which makes the
15018                 compose editor auto wrap.
15019                 
15020                 | TODO: the problem with the buggy cursor handling is caused |
15021                 | by the GtkText. when deleting / backspacing text its       |
15022                 | wrapping algorithm does not take in account the previous   |
15023                 | line. should find a way to hack this in.                   |
15024                 | or should perhaps combine this with the word wrapping      |
15025                 | patch i wrote in january.                                  |
15026
15027         * src/about.c
15028                 show build parameters for LDAP and JPilot
15029
15030         * src/summaryview.c
15031                 revert Christoph's bugfix for selecting next unread message, 
15032                 because folder stats aren't updated correctly
15033
15034 2001-07-08 [hoa]
15035
15036         * src/filtering.c
15037         * src/mainwindow.c
15038         * src/matcher.c
15039         * src/matcher_parser_lex.l
15040         * src/matcher_parser_parse.y
15041         * src/prefs_filtering.c
15042         * src/prefs_scoring.c
15043         * src/scoring.c
15044                 bugfix of the config file parser
15045
15046 2001-07-08 [alfons]
15047
15048         * src/Makefile.am
15049                 added generated matcher sources to BUILT_SOURCES
15050
15051 2001-07-08 [hoa]
15052
15053         * src/Makefile.am
15054         * src/.cvsignore
15055                 added new config file parser
15056
15057         * src/scoring.[ch]
15058         * src/filtering.[ch]
15059         * src/matcher.[ch]
15060         * src/prefs_filtering.c
15061         * src/prefs_matcher.c
15062         * src/prefs_scoring.c
15063         * added src/matcher_parser.h
15064         * added src/matcher_parser_lex.h
15065         * added src/matcher_parser_lex.l
15066         * added src/matcher_parser_parse.y
15067                 lex & yacc config file parser
15068
15069         * src/mbox.c
15070         * src/inc.c
15071         * src/main.c
15072                 changes prefs_filtering into global_filtering           
15073
15074         * src/summaryview.c
15075                 build threads with subjects only if "Re: " is at the
15076                 beginning of the subject
15077
15078 2001-07-07 [paul]
15079
15080         0.5.0claws
15081
15082         sync with sylpheed 0.5.0
15083                 change of version number only
15084
15085 2001-07-06 [paul]
15086
15087         0.5.0claws5
15088
15089         sync with sylpheed 0.5.0pre5
15090
15091 2001-07-05 [paul]
15092
15093         sync with sylpheed 0.5.0pre4 release
15094                 /po and /manual/ja not sync'ed
15095
15096 2001-07-04 [paul]
15097
15098         more sync with sylpheed 0.5.0pre4
15099
15100 2001-07-03 [christoph]
15101
15102         * src/addressbook.c
15103                 fixed address book broken by address book
15104                 for VCard, JPilot, LDAP
15105
15106 2001-07-03 [alfons]
15107
15108         * src/matcher.c
15109         * src/textview.c
15110                 stopped memory leaks
15111
15112 2001-07-03 [paul]
15113
15114         more sync with sylpheed 0.5.0pre4
15115
15116 2001-07-02 [match]
15117
15118         * included address book patch for VCard, JPilot, LDAP
15119         * pref_common.c - fixed Font options on Display tab (cosmetic)
15120         * alertpanel.c - fixed truncated message
15121
15122 2001-07-02 [christoph]
15123
15124         * src/mbox_folder.c
15125         * src/procmsg.[ch]
15126         * src/summaryview.c
15127                 mark threads for ignoring
15128
15129 2001-07-02 [paul]
15130
15131         0.5.0claws4
15132
15133         * sync with sylpheed 0.5.0pre4
15134                 updated gettext to 0.10.38.
15135
15136 2001-07-01 [paul]
15137
15138         * src/ mainwindow.c
15139         * src/procmsg.h
15140         * src/summaryview.[ch]
15141                 new right-click option: Label.
15142                 substitute for 'Mark-->Mark/Unmark', colours the line.
15143                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
15144
15145 2001-07-01 [christoph]
15146
15147         * src/folderview.c
15148                 fixed font for trash
15149         * src/summaryview.c
15150                 move ctree to unread message
15151
15152 2001-07-01 [paul]
15153
15154         * sync with sylpheed 0.5.0pre3 release
15155
15156 2001-06-30 [alfons]
15157
15158         * src/filesel.[ch]
15159         * src/compose.c
15160                 allow inserting / attaching multiple files in
15161                 the composer window
15162
15163 2001-06-30 [paul]
15164
15165         * src/codeconv.c
15166                 small change to Alfons' previous stuff so that it
15167                 actually makes
15168
15169 2001-06-30 [alfons]
15170
15171         * lots of files changed; first attempt to merge the changes
15172           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
15173
15174 2001-06-30 [paul]
15175
15176         * po/pt_BR.po
15177                 updated and completed, translations by Fabio
15178                 Junior Beneditto <fjbeneditto@yahoo.com.br>
15179
15180 2001-06-29 [alfons]
15181
15182         * src/compose.c
15183         * src/mimeproc.[ch]
15184                 allow selecting an attached files' mime type from a 
15185                 list of types.
15186
15187 2001-06-29 [paul]
15188
15189         * more sync with sylpheed 0.5.0pre3
15190
15191 2001-06-29 [paul]
15192
15193         * po/pt_BR.po
15194                 merge with sylpheed.pot and pt_BR.po provided by
15195                 Fabio Junior Beneditto.
15196
15197 2001-06-29 [darko]
15198
15199         * src/procmime.c
15200                 make MIME types case insensitive
15201
15202 2001-06-28 [alfons]
15203
15204         * po/nl.po
15205                 merge with sylpheed.pot and old nl.po; translations added.
15206
15207 2001-06-28 [paul]
15208
15209         * more sync with sylpheed 0.5.0pre3
15210
15211 2001-06-27 [alfons]
15212
15213         * src/summaryview.c
15214                 don't crash when removing parent node of messages
15215                 attracted by subject. this was caused by not deleting
15216                 the parent node from the subject line hash table.
15217
15218 2001-06-27 [alfons]
15219
15220         * src/summaryview.c
15221         * src/compose.[ch]
15222         * src/mainwindow.c
15223                 if there are multiple messages selected, allow forwarding
15224                 them as attachments.
15225
15226 2001-06-27 [paul]
15227
15228         * more sync with sylpheed 0.5.0pre3
15229
15230 2001-06-26 [paul]
15231
15232         0.5.0claws3
15233
15234         * sync with sylpheed 0.5.0pre3
15235
15236 2001-06-25 [paul]
15237
15238         * src/mainwindow.c
15239                 fixed 'compose news article' bug
15240                 from icon-and-text toolbar
15241
15242 2001-06-25 [paul]
15243
15244         * sync with sylpheed 0.5.0pre2 release
15245
15246 2001-06-24 [christoph]
15247
15248         * src/prefs_common.c
15249                 bug fix in font selection
15250         * src/folderview.c
15251                 use sylpheed's normal font instead of
15252                 gtk default font for folders without
15253                 new messages
15254
15255 2001-06-24 [alfons]
15256
15257         * src/mainwindow.[ch]
15258                 added composite compose mail / news button (an idea by Leandro
15259                 Pereira <leandro@linuxmag.com.br>)
15260
15261 2001-06-24 [paul]
15262
15263         Added instructions for ldif-to-xml.py
15264
15265         * tools/README
15266
15267 2001-06-23 [alfons]
15268
15269         Some minor things.
15270
15271         * src/pixmaps/stock_news_compose.xpm
15272                 added pixmap by Leandro
15273         * src/prefs_common.c
15274                 tested built-in spelling checker of GCC 3.0 :)
15275         * po/nl.po
15276                 merged dutch translation of sylpheed-main with
15277                 sylpheed.pot
15278
15279 2001-06-23 [paul]
15280
15281         Added tools directory and files.
15282
15283         * tools/filter_conv.pl
15284                 converts old filter system to new filtering system
15285         * tools/ldif-to-xml.py
15286                 converts netscape addressbook to sylpheed addressbook
15287         * tools/README
15288                 descriptions/instructions for above two files
15289
15290 2001-06-23 [christoph]
15291
15292         * src/inc.c
15293         * src/manage_window.[ch]
15294         * src/prefs_common.[ch]
15295                 mail retrieval dialog can be enabled, disabled
15296                 or hidden if non of sylpheed's windows is active
15297
15298 2001-06-22 [paul]
15299
15300         0.5.0claws2
15301
15302         * sync with sylpheed 0.5.0pre2
15303
15304 2001-06-21 [christoph]
15305
15306         * src/summaryview.c
15307                 show recipient on 'from' for all accounts
15308                 
15309         * src/inc.c
15310         * src/prefs_common.[ch]
15311                 disable error popup on mail receive errors
15312
15313 2001-06-21 [alfons]
15314
15315         * src/compose.c
15316                 made the ruler correctly appear and disappear.
15317
15318         * src/Makefile.am
15319                 removed Hoa's work-in-progress-stuff (interesting!) so 
15320                 claws compiles ok.
15321
15322 2001-06-20 [christoph]
15323
15324         * src/inc.c
15325         * src/progressdialog.c
15326                 added scrolled window for list in progressdialog
15327
15328 2001-06-20 [paul]
15329
15330         sync with sylpheed 0.5.0pre1 release
15331
15332 2001-06-20 [christoph]
15333
15334         * src/summeryview.c
15335                 make building threads by subject work when
15336                 thread view is enabled
15337                 
15338         * src/compose.c
15339         * src/prefs_common.[ch]
15340                 automatically select account for mail replys
15341
15342 2001-06-19 [sergey]
15343
15344         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
15345         they are filled in from the account settings.
15346
15347 2001-06-19 [paul]
15348
15349         * more sync with sylpheed 0.5.0pre1
15350
15351 2001-06-18 [alfons]
15352
15353         * src/Makefile.am,
15354           src/procmime.c
15355                 added --sysconfdir to CPPFLAGS for pointing to the correct
15356                 location of mime.types. 
15357
15358                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
15359                 or ./configure!
15360
15361 2001-06-18 [hoa]
15362
15363         * src/summaryview.c
15364                 fixed some bug when building threads
15365
15366 2001-06-18 [pau]l
15367
15368         * src/prefs_account.c
15369                 UI stuff: More changes to the English
15370
15371 2001-06-18 [paul]
15372
15373         * src/pixmaps/stock_news_compose.xpm: new file
15374         * src/Makefile.am
15375         * src/mainwindow.c
15376         * src/summaryview.c
15377                 Added new icon for Hoa's 'compose a news
15378                 message', plus minor improvements to the
15379                 English
15380
15381         * po/ja.po
15382         * ChangeLog
15383         * ChangeLog.jp
15384                 more sync with sylpheed 0.5.0pre1
15385
15386 2001-06-18 [hoa]
15387
15388         * src/compose.[ch]
15389         * src/mainwindow.c
15390                 Follow-up and reply to
15391
15392         * src/summaryview.[ch]
15393                 Build threads also with subjects
15394
15395 2001-06-17 [hoa]
15396
15397         * src/compose.c
15398                 forwarding use the current account.
15399
15400         * src/mainwindow.c
15401                 the "compose message" button has been replaced with
15402                 "new mail" and "new news" buttons
15403
15404         * src/prefs_common.[ch]
15405                 added a configuration option to use the forward button
15406                 as "forward as attachment"
15407                 changed reply and forward format description
15408
15409         * src/quote_fmt_lex.l
15410         * src/quote_fmt_parse.y
15411                 added message with no signature in format for reply
15412                 and forward.
15413
15414 2001-06-17 [paul]
15415
15416         Minor UI stuff
15417
15418         * src/mainwindow.c
15419         * src/summaryview.c
15420                 Improvements to the English
15421
15422         * src/prefs_common.c
15423                 Improvements to the English and some
15424                 clarity/continuity improvements in the
15425                 description of Quote symbols.
15426
15427 2001-06-17 [paul]
15428
15429         0.5.0claws1
15430
15431         * sync with sylpheed 0.5.0pre1
15432
15433 2001-06-17 [hoa]
15434
15435         * src/compose.c
15436                 Better interface for compose, displayed fields
15437                 are updated whenever we change account.
15438                 Newsgroups field is automatically filled.
15439
15440         * src/mainwindow.c
15441                 Newsgroups field is automatically filled.
15442
15443         * src/prefs_account.c
15444                 Some interface stuff when fields appear and
15445                 disappear.
15446
15447 2001-06-16 [paul]
15448
15449         0.4.99claws
15450
15451         * sync with sylpheed 0.4.99
15452
15453 2001-06-16 [sergey]
15454
15455         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
15456         base64_decoder_free, base64_decoder_decode): new object and
15457         functions for decoding base64 streams.
15458         * src/procmime.c (procmime_decode_content): modified to use the
15459         new base64 decoder.
15460
15461 2001-06-15 [paul]
15462
15463         0.4.99claws10
15464
15465         * sync with sylpheed 0.4.99cvs11
15466
15467 2001-06-13 [paul]
15468
15469         0.4.99claws9
15470
15471         * sync with sylpheed 0.4.99cvs9
15472
15473 2001-06-13 [hoa]
15474
15475         * src/compose.c
15476         * src/prefs_account.c
15477
15478                 SMTP server can be defined in the news account
15479                 mime type of attachment are kept.
15480
15481         * src/summaryview.c
15482
15483                 now choose the highest important score between default
15484                 and important score of folder.
15485
15486 2001-06-09 [alfons]
15487         
15488         * src/prefs_common.c: 
15489
15490                 (prefs_quote_description_create): corrected description of 
15491                 quote format characters
15492
15493 2001-06-09 [paul]
15494
15495         0.4.99claws8
15496
15497         * sync with sylpheed 0.4.99cvs8
15498
15499 2001-06-08 [sergey]
15500
15501         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
15502         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
15503
15504 2001-06-08 [paul]
15505
15506         0.4.99claws7
15507
15508         * sync with sylpheed 0.4.99cvs7
15509
15510 2001-06-06 [sergey]
15511
15512         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
15513         clashes with autogenerated header).
15514         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
15515         * src/Makefile.am: added quote_fmt.h.
15516         * src/.cvsignore: added lex/yacc autogenerated files
15517         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
15518
15519 2001-06-06 [paul]
15520
15521         0.4.99claws6
15522
15523         * sync with sylpheed 0.4.99cvs6
15524
15525 2001-06-06 [hoa]
15526
15527         * added src/quote_fmt_parse.h
15528         * src/compose.c
15529                 removed warnings
15530
15531         * src/prefs.[ch]
15532                 don't modify readonly configuration files
15533
15534         * src/prefs_account.c
15535         * src/prefs_common.c
15536         * src/prefs_customheader.c
15537         * src/prefs_display_header.c
15538         * src/prefs_filter.c
15539         * src/prefs_filtering.c
15540         * src/prefs_scoring.c
15541                 don't open dialog box when configuration files
15542                 are readonly
15543
15544 2001-06-05 [sergey]
15545
15546         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
15547
15548         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
15549         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
15550         BUILT_SOURCES to make all files rebuild properly.
15551
15552         * src/compose.c: removed #include "quote_fmt.tab.h".
15553
15554         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
15555         CHARACTER value in yylval.
15556
15557         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
15558         receive CHARACTER value by documented means (yylval).
15559
15560         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
15561
15562 2001-06-05 [hoa]
15563
15564         * src/Makefile.am
15565                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
15566
15567         * src/filtering.c
15568         * src/matcher.c
15569         * src/matcher.h
15570         * src/prefs_filtering.c
15571                 now keep the configuration for execute action
15572
15573         * src/mbox_folder.c
15574                 fixed a warning
15575
15576 2001-06-05 [paul]
15577
15578         * sync with sylpheed 0.4.99cvs5
15579
15580 2001-06-05 [hoa]
15581
15582         * src/Makefile.am
15583                 added quote_fmt.[ch]
15584
15585         * added src/quote_fmt.y
15586         * added src/quote_fmt.l
15587         * added src/quote_fmt.tab.h
15588         * added src/quote_fmt.tab.c
15589         * added src/lex.quote_fmt.c
15590                 parsing configuration for replying
15591                 and forwarding
15592
15593         * src/prefs_common.[ch]
15594                 added configuration UI for replying
15595                 and forwarding
15596
15597         * src/compose.c
15598                 using configuration for replying
15599                 and forwarding
15600
15601 2001-06-04 [hoa]
15602
15603         * src/filtering.c
15604         * src/matcher.c
15605         * src/matcher.h
15606         * src/prefs_filtering.c
15607         * src/prefs_matcher.c
15608         * src/prefs_matcher.h
15609                 action "run a command" for filtering
15610                 and matching with a command.
15611                 fixed the "whole message" matching
15612
15613         * src/mbox_folder.c
15614                 changed temporary filename for security
15615
15616         * src/messageview.c
15617                 queue the notification if it fails to send.
15618
15619         * src/prefs_common.c
15620         * src/prefs_folder_item.c
15621                 changed the default important score             
15622
15623         * src/prefs_scoring.c
15624         * src/scoring.c
15625                 hide kill score input when the folder is not
15626                 a newsgroup
15627
15628 2001-06-03 [alfons]
15629
15630         * src/prefs_common.c:
15631
15632                 (prefs_font_select): pass font name in font entry box to font
15633                 selection dialog.
15634
15635 2001-06-03 [sergey]
15636
15637         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
15638
15639 2001-06-03 [paul]
15640
15641         * sync with sylpheed 0.4.99cvs4
15642
15643 2001-06-03 [alfons]
15644
15645         * src/headerwindow.c:
15646
15647                 (headerwindow_show_cb): use the selected summary view item, not
15648                 the displayed item.
15649
15650 2001-06-02 [alfons]
15651
15652         * src/headerwindow.c:
15653
15654                 (headerwindow_show_cb): always try to show msginfo
15655
15656 2001-06-02 [hoa]
15657
15658         * src/compose.c
15659                 keep attached parts when reediting or forwarding.
15660
15661 2001-06-01 [hoa]
15662
15663         * src/folderview.c
15664         * src/prefs_folder_item.[ch]
15665         * src/prefs_scoring.[ch]
15666         * src/scoring.[ch]
15667         * src/summaryview.[ch]
15668         * src/main.c
15669         * src/mainwindow.c
15670         * src/prefs_common.[ch]
15671                 support for folder scoring
15672                 kill score and important score for messages
15673         
15674         * src/prefs_account.c
15675                 some display bug fixed for local account
15676                 preferences
15677
15678 2001-05-31 [alfons]
15679
15680         * src/summaryview.c:
15681
15682                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
15683                 sender to address book menu item is disabled.
15684
15685 2001-05-30 [hoa]
15686
15687         * src/filtering.[ch]
15688         * src/summaryview.c
15689                 handling summary menu / filter messages
15690
15691         * src/folder.[ch]
15692                 add some stuff
15693
15694         * src/foldersel.c
15695                 imap folders now appears in list
15696
15697         * src/mbox_folder.c
15698                 doesn't crash if destination mail is not writeable
15699
15700 2001-05-29 [hoa]
15701
15702         * src/compose.c
15703                 removed some warnings
15704
15705         * src/filtering.c
15706         * src/folder.[ch]
15707         * src/prefs_filtering.c
15708                 global string to identify any folders           
15709                 removed some debug info
15710                 filtering to mbox folders is now possible
15711
15712         * src/mainwindow.c
15713                 removed some warnings
15714
15715         * src/mbox_folder.c
15716                 permission on files are changed to read/write for user only,
15717                 nothing for other.
15718                 creation of subfolder is handled better.
15719
15720 2001-05-28 [alfons]
15721
15722         Verified the sync for src/prefs_common.[ch] and
15723         src/prefs_account.[ch]. I believe there were some
15724         minor indentation differences.
15725
15726 2001-05-28 [paul]
15727
15728         0.4.99claws3
15729
15730         * sync with 0.4.99cvs3
15731
15732 2001-05-28 [hoa]
15733
15734         * src/compose.c
15735                 handling flags for mbox format
15736
15737         * src/filtering.c
15738                 use of mark file only for MH format
15739                 handling flags for mbox format
15740                 filtering cannot yet move or copy mails to mbox folders.
15741
15742         * src/folder.[ch]
15743                 changed move_msg, copy_msg,
15744                 move_msgs_with_dest, copy_msgs_with_dest functions
15745                 uses only folder->copy_msg() function
15746                 uses folder->finished_copy() to handle the destination
15747                 folder at the end of the copy or move operation.
15748
15749         * src/foldersel.c
15750                 included mbox directories.
15751
15752         * src/folderview.[ch]
15753         * src/mainwindow.c
15754                 handle folders operation for mbox format
15755
15756         * src/mbox.c
15757                 disable conversion of "From " header
15758
15759         * src/mbox_folder.[ch]
15760                 completion of mbox format handling
15761
15762         * src/mh.c
15763                 changed mh_copy_msg() function and
15764                 removed mh_move_msg(), mh_move_msgs_with_dest(),
15765                 mh_copy_msgs_with_dest()
15766
15767         * src/prefs_filtering.c
15768                 removed some warnings
15769
15770         * src/prefs_matcher.c
15771                 default boolean operation is AND
15772
15773         * src/procheader.c
15774                 handling flags for mbox format
15775                 handling of "From " header
15776
15777         * src/procmsg.[ch]
15778                 removed data field
15779                 added MSG_REALLY_DELETED flags to handle deletion of
15780                 messages in mbox format.
15781
15782         * src/summaryview.c
15783                 handling flags for mbox format
15784                 disable the MSG_DELETED flags when messages
15785                 are deleted in mbox format
15786
15787         * src/textview.c
15788                 "From " headers display fixed.
15789
15790 2001-05-27 [alfons]
15791
15792         * src/textview.c:
15793                 
15794                 (get_email_part): skip quoted email addresses, like in e.g.
15795                 "'alfons@proteus.demon.nl'".
15796
15797 2001-05-26 [alfons]
15798
15799         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
15800         and fixing the persistence troubles when using separate windows.
15801
15802         * src/mainwindow.c:
15803         
15804             Added #define SEPARATE_ACTION used in the gtk item factory for 
15805             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
15806                 use gtk_item_factory_get_widget_by_action() to get the items.
15807                 
15808             Removed separate_widget_cb from the gtk item factory data   
15809           
15810             (mainwindow_create): connect separate_widget_cb() to check
15811             menu item "toggled" signal. also passing a MainWindow pointer
15812                 as object data for both check menu items.
15813                 
15814             (separate_widget_cb): definition of separate_widget_cb() to match
15815             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
15816                 window using gtk_object_get_data(). The type of window separation 
15817                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
15818         
15819         * src/prefs_filtering.c,
15820           src/prefs_matcher.c: added horizontal scrollbars
15821
15822 2001-05-25 [darko]
15823
15824         * src/headerview.c
15825                 fix segfault with invalid bold font
15826         * src/summaryview.c
15827                 correctly display summary stats after row is marked
15828
15829 2001-05-23 [sergey]
15830
15831         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
15832         encodings with libjconv.
15833
15834 2001-05-23 [hoa]
15835
15836         * src/Makefile.am
15837                 added mbox_folder.[ch]
15838         * src/defs.h
15839                 mbox temporary folder
15840         * src/folder.[ch]
15841         * added src/mbox_folder.[ch]
15842         * src/folderview.c
15843         * src/procheader.[ch]
15844                 added mbox support
15845         * src/mbox.c
15846                 bugfix for file incorporation filtering
15847         * src/imap.c
15848                 enable creation of MBOX
15849         * src/prefs_display_header.c
15850                 enable use of headers like "From "
15851                 something that should be fixed :
15852                         displaying of such headers add an extra space
15853         * src/prefs_folder_item.c
15854                 don't create folders because it is not necessary
15855         * src/procmsg.h
15856                 added data field to MsgInfo for mbox internal use
15857         * src/summaryview.c
15858                 added some support for mbox
15859         * src/utils.[ch]
15860                 added get_mbox_cache_dir() function
15861
15862 2001-05-23 [hiroyuki]
15863
15864         * src/headerwindow.c
15865           src/inc.c
15866           src/main.c
15867           src/mh.c
15868           src/nntp.c
15869           src/procmsg.h
15870           src/session.h
15871           src/socket.[ch]
15872           src/summaryview.c
15873           src/textview.c
15874           src/automaton.c
15875           src/folderview.c: more sync with 0.4.99cvs2.
15876
15877         * src/headerwindow.c: reverted.
15878
15879 2001-05-22 [paul]
15880
15881         0.4.99claws2
15882
15883         * sync with sylpheed 0.4.99cvs2
15884                 * src/news.[ch]
15885                 * src/nntp.[ch]
15886                 * INSTALL
15887                 * INSTALL.jp
15888
15889 2001-05-22 [alfons]
15890
15891         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
15892
15893 2001-05-21 [alfons]
15894
15895         Minor things:
15896
15897         * configure.in: if gnome-config not found, "no" is displayed
15898         
15899         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
15900
15901         * src/textview.c: now also possible to add mail addresses by right
15902           clicking in the text view
15903
15904         * src/codeconv.c: merged patch which fixes endless loop when encountering
15905           invalid wide characters; from Alte <010@imis.ru>  
15906
15907 2001-05-20 [alfons]
15908
15909         Added installation of gnome specific things:
15910
15911         * Makefile.am: gnome conditional
15912
15913         * configure.in: check for installed gnome
15914
15915         * added sylpheed.png, sylpheed.desktop
15916
15917 2001-05-20 [sergey]
15918
15919         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
15920
15921         * src/mainwindow.h (main_window_toolbar_create): created a button
15922         for "Reply to all".
15923         (main_window_set_toolbar_sensitive): enable/disable the new button
15924         appropriately.
15925         (toolbar_reply_to_author_cb): handle the new button.
15926
15927         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
15928         send_progress_dialog_destroy() on failure (fixes hang on SMTP
15929         failure).
15930
15931 2001-05-19 [sergey]
15932
15933         * src/compose.h (ComposeReplyMode): new modes
15934         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
15935         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
15936
15937         * src/compose.c
15938         (compose_send): move some code into a new function:
15939         (compose_current_mail_account): new function.
15940         (compose_reply): new argument to_author, all callers changed; if
15941         to_author==TRUE and account->protocol==A_NNTP, find and use an
15942         appropriate mail account for replying.
15943         (compose_reply_set_entry): new argument to_author; ignore
15944         compose->replyto if to_author==TRUE.
15945
15946         * src/mainwindow.c: new command "Message/Reply to author".
15947         (main_window_set_menu_sensitive): enable/disable it.
15948         (reply_cb): handle it.
15949
15950         * src/summaryview.c: new command "Reply to author".
15951         (summary_set_menu_sensitive): enable/disable it.
15952         (summary_reply_cb): handle it.
15953
15954         * src/account.c (account_find_mail_from_address): new function.
15955
15956 2001-05-18 [paul]
15957
15958         0.4.99claws1
15959
15960         * sync with sylpheed 0.4.99cvs1
15961
15962 2001-05-18 [hoa]
15963
15964         * src/compose.[ch]
15965         * src/filtering.c
15966         * src/summaryview.c
15967                 new filtering action : forward and forward as attachment
15968
15969         * src/main.c
15970                 no need for $DISPLAY when we run sylpheed --help
15971                 call to parse_cmd_opt() is moved
15972
15973         * src/mainwindow.[ch]
15974                 execute button is hidden when immediate execute
15975                 is chosen
15976
15977         * src/mh.c
15978         * src/news.c
15979         * src/prefs_folder_item.c
15980         * src/procmsg.c
15981                 better handling of missing directories
15982
15983         * src/summaryview.c
15984                 reedit is enabled in outbox
15985                 reedit is enabled in queue
15986
15987 2001-05-17 [hoa]
15988
15989         * src/filtering.c
15990         * src/matcher.[ch]
15991         * src/prefs_filtering.c
15992                 changed attachement into attachment
15993
15994 2001-05-17 [alfons]
15995
15996         0.4.67claws4    
15997
15998         * sync with sylpheed 0.4.67cvs9
15999         * sync with sylpheed 0.4.67cvs7-8
16000
16001 2001-05-17 [hoa]
16002
16003         * src/Makefile.am
16004                 added prefs_filtering.c
16005
16006         * src/filtering.[ch]
16007         * src/matcher.[ch]
16008                 removed action : forward_news and forward_news_as_attachement
16009                 (forward and forward_as_attachement can be used instead)
16010
16011         * src/mainwindow.c
16012                 added menu option to access filtering configuration
16013
16014         * src/prefs_account.c
16015                 changed mail_command default to /usr/sbin/sendmail
16016
16017         * added src/prefs_filtering.[ch]
16018                 dialog box for filtering configuration
16019
16020         * src/prefs_matcher.c
16021                 added function prefs_matcher_get_criteria_from_matching()
16022
16023         * src/prefs_scoring.c
16024                 reset the dialog when register or substitute is clicked
16025
16026 2001-05-15 [hoa]
16027
16028         * src/Makefile.am
16029                 added filtering.[ch]
16030         * src/inc.c
16031                 using filering.[ch] instead of filter.[ch]
16032         * src/main.c
16033                 reading new filtering configuration
16034         * src/matcher.[ch]
16035                 added some filtering actions
16036                 and fixed a bug for headers and mail body matching
16037         * src/mbox.c
16038                 using filering.[ch] instead of filter.[ch]
16039         * src/mh.c
16040                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
16041         * src/summaryview.c
16042                 some fixes for filtering
16043
16044 2001-05-14 [hiroyuki]
16045
16046         * src/send.c: fixed some weird indentations.
16047           send_message_with_command(): call pclose() only if p != NULL.
16048         * src/textview.c: get_email_part(): modified the code for readability.
16049
16050 2001-05-14 [hiroyuki]
16051
16052         * src/md5global.h
16053           src/md5ify.c
16054           src/md5ify.h: removed from the cvs.
16055
16056 2001-05-13 [sergey]
16057
16058         * src/main.c: include rfc2015.h to avoid compiler warnings.
16059         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
16060         the panel is already on screen.
16061         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
16062         closing the alert window by ESC as "No".
16063         * src/prefs_common.c (prefs_interface_create): moved return
16064         receipt check button to the correct place.
16065
16066 2001-03-13 [alfons]
16067
16068         * src/prefs_common.c: 
16069                 moved return receipt check button to the Send tab. (prefs_send_create)
16070                 removed the date format ui related globals. (prefs_display_create)
16071
16072         0.4.67claws3
16073         
16074         * sync with sylpheed 0.4.67cvs5-6
16075
16076 2001-05-13 [paul]
16077
16078         * added Alfons' font selection patch
16079
16080         * src/defs.h
16081         * src/headerwindow.c
16082         * src/prefs_common.c
16083         * src/prefs_common.h
16084
16085 2001-05-13 [hoa]
16086         * src/defs.h
16087                 changed version of cache
16088         * src/matcher.[ch]
16089         * src/prefs_matcher.c
16090                 added additionnal matching criteria
16091         * src/procheader.c
16092         * src/procmsg.[ch]
16093         * src/news.c
16094                 added references in MsgInfo
16095
16096 2001-05-12 [hoa]
16097
16098         * src/defs.h
16099                 prepared some things for new filtering
16100         * src/matcher.[ch]
16101                 added some matching properties
16102                 inreplyto need to be enhanced
16103                 prepared some things for new filtering
16104         * src/messageview.c
16105                 added Return-Receipt-To handling
16106         * src/prefs_folder_item.c
16107                 changed default value to TRUE
16108         * src/prefs_matcher.c
16109                 added some matching properties
16110         * src/prefs_scoring.[ch]
16111                 the scoring dialog is finished
16112         * src/procheader.c
16113                 added Return-Receipt-To handling
16114                 Reference need to be added
16115         * src/procmsg.[ch]
16116                 added Return-Receipt-To handling
16117                 added threadscore to get a better score sorting when
16118                 threads are enabled
16119         * src/summaryview.c
16120                 suppressed a bug when we sort the list
16121                 when no folder is opened.
16122                 better score sorting when threads are enabled
16123
16124 2001-05-12 [alfons]
16125
16126         * reverted previous patch because of potential errors 
16127
16128         0.4.67claws2
16129         
16130         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
16131                 applied "toggle mail-retrieval dialog window" patch submitted 
16132                 by Eric Limpens <eric@qnt.net>
16133
16134         * sync with sylpheed 0.4.67cvs4
16135
16136 2001-05-12 [sergey]
16137
16138         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
16139         some picky compilers.
16140         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
16141         * src/grouplist_dialog.c: include alertpanel.h.
16142         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
16143         fix compile warning.
16144         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
16145         #include "defs.h" before others to prevent the warning of `MIN'
16146         and `MAX' redefinition.
16147
16148 2001-05-11 [hoa]
16149
16150         * src/main.c
16151         * src/messageview.c
16152         * src/prefs_account.c
16153         * src/prefs_display_header.c
16154                 removed warning
16155         * src/Makefile.am
16156                 added prefs_scoring.[ch]
16157         * src/grouplist_dialog.c
16158                 display an error dialog box if the group list
16159                 cannot be fetched.
16160         * src/mainwindow.[ch]
16161                 added main_window_set_thread_option() function
16162                 scoring dialog box enabled
16163         * src/matcher.[ch]
16164                 added flags matching unread /new / marked
16165                 / deleted / replied / forwarded
16166         * src/news.c
16167                 newsgroups are now finally in newscache
16168         * src/prefs_matcher.[ch]
16169                 finished preferences for matching dialog
16170         * added src/prefs_scoring.[ch]
16171                 scoring dialog box completed
16172         * src/scoring.[ch]
16173                 conversion to string : added scoringprop_to_string()
16174                 write config for preferences :
16175                 added prefs_scoring_write_config()
16176         * src/summaryview.c
16177                 threads can be enabled/disabled independently
16178                 for each folder
16179
16180 2001-05-10 [alfons]
16181
16182         0.4.67claws1
16183         
16184         * AUTHORS: 
16185                 thought it would be nice to have a list of all
16186                 contributors (used Changelog as a reference)
16187         
16188         * configure.in: 
16189                 messed up version numbering...
16190
16191         0.4.66claws1
16192
16193         * sync with sylpheed 0.4.67cvs1-3
16194
16195 2001-05-10 [darko]
16196
16197         * src/prefs_common.c:
16198                 better UI for strftime format, double clicking
16199                 on format now inserts the format in text entry
16200                 replaced close button with standard OK/Cancel
16201                 moved date format button to the right of the
16202                 text entry field
16203
16204 2001-05-09 [alfons]
16205
16206         * src/gtkstext.c:
16207                 Ctrl-Home / Ctrl-End have proper cursor navigation
16208
16209 2001-05-09 [hoa]
16210
16211         * src/prefs_matcher.c
16212                 finished UI to define matching properties
16213                 added ok and cancel button
16214         * src/prefs_filter.c
16215                 added ok and cancel button
16216         * src/news.c
16217                 fixed some bug in xhdr parsing
16218
16219 2001-05-08 [alfons]
16220
16221         * src/textview.c: 
16222                 fixed a bug in textview_show_header(), which displayed two colons (':');
16223                 cleaned up some warnings
16224
16225 2001-05-08 [hoa]
16226
16227         * src/Makefile.am
16228                 added prefs_matcher.[ch]
16229                 compilation with -W -Wall
16230         * src/alertpanel.c
16231                 ungrab the mouse events if grabbed - does it
16232                 fix the bug for disposition notification ?
16233         * src/mainwindow.c
16234                 added a menu option to open the matching dialog.
16235         * src/matcher.[ch]
16236                 added matcherprop_to_string() and matcherlist_to_string()
16237                 fixed some bugs, changed the name of some options
16238                 age_sup and age_inf becomes age_greater and age_lower,
16239                 body and messageheaders becomes body_part and headers_part,
16240                 changed the names of constants from SCORING_XXX to MATCHING_XXX
16241         * src/prefs_display_header.c
16242         * src/prefs_headers.c
16243                 fixed a bug that accidentally destroyed dialogs
16244                 when closed them with delete_event
16245                 Added *_deleted() which handle delete_event signal correctly.
16246         * src/prefs_folder_item.[ch]
16247                 added "enable_thread" field for future customization
16248         * added src/prefs_matcher.[ch]
16249                 sample of the UI to define matching properties
16250         * src/procheader.c
16251                 using procheader_headername_equal instead of str*cmp functions
16252                 using procheader_parse_header() function
16253         * src/scoring.c
16254                 using MATCHING_XXX instead of SCORING_XXX
16255         * src/summaryview.c
16256                 display the sender of the news even if this is ourself
16257                 when this is a news message.
16258         * src/textview.c
16259                 using headername_equal() instead of str*cmp functions
16260
16261 2001-05-08 [alfons]
16262
16263         0.4.66claws
16264
16265         * sync with sylpheed 0.4.66
16266         * src/gtkstext.c: trace logs added 
16267
16268 2001-05-08 [sergey]
16269
16270         * src/prefs_common.[ch]: added option to enable/disable GnuPG
16271         signature check popup.
16272         * src/rfc2015.c (check_signature): show signature check popup only
16273         if it is enabled in preferences.
16274
16275 2001-05-07 [alfons]
16276
16277         0.4.66claws4
16278         
16279         * sync with sylpheed 0.4.66cvs6
16280
16281 2001-05-07 [darko]
16282
16283         * src/prefs_common.[ch]: added option to enable/disable
16284           looking up sender name in address book for summary pane
16285         * src/summaryview.c: look up sender in the address book
16286           by using Alfons' address completion code
16287
16288 2001-05-07 [hiroyuki]
16289
16290         * src/inc.h
16291           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
16292           member of Pop3State.
16293         * src/news.c: brought #include "defs.h" before #include <glib.h>
16294           to prevent the warning of `MIN' and `MAX' redefinition.
16295
16296 2001-05-06 [hoa]
16297
16298         * removed src/headers_display.[ch]
16299         * removed src/prefs_display_headers.[ch]
16300         * src/inc.c
16301                 use a temporary file in the user directory for mbox import
16302         * src/news.c
16303                 added XHDR support to get "To" and "Cc" headers
16304                 (in order to match news with to or cc field for
16305                 scoring)
16306                 added function news_parse_xhdr() to get XHDR response
16307         * src/nntp.[ch]
16308                 added function nntp_xhdr()
16309         * src/matcher.c
16310                 fetch the message if necessary
16311
16312 2001-05-06 [alfons]
16313
16314         0.4.66claws3
16315
16316         * sync with sylpheed 0.4.66cvs3-5
16317
16318 2001-05-06 [hoa]
16319
16320         * src/utils.[ch]
16321                 added function itos_buf() to enable use of several buffers
16322         * src/summaryview.c
16323                 use of itos_buf() instead of itos() in summary list
16324                 to fix the broken display of message number.
16325
16326 2001-05-06 [alfons]
16327
16328         * src/gtkstext.c: bug in cursor up navigation fixed,
16329                 fixed another unsigned / signed comparison (we're getting there :-)
16330
16331 2001-05-06 [hoa]
16332
16333         * src/Makefile.am
16334                 added scoring.c scoring.h
16335                 prefs_folder_item.c prefs_folder_item.h
16336                 matcher.c matcher.h
16337         * src/defs.h
16338                 added FOLDERITEM_RC SCORING_RC
16339         * src/folder.[ch]
16340                 added prefs field in FolderItem :
16341                 properties for each folder (PrefsFolderItem),
16342                 sorting type and mode were added as the first properties.
16343         * src/main.c
16344                 read config for scoring
16345         * added src/matcher.[ch]
16346                 gives functions to parse configuration file to do
16347                 matching on mails with a list of conditions.
16348         * src/mainwindow.c
16349                 add option to sort by score
16350         * src/prefs_common.[ch]
16351                 added preference option to show score and for
16352                 the score column size
16353         * added src/prefs_folder_item.[ch]
16354                 properties for each folder (PrefsFolderItem),
16355                 sorting type and mode were added as the first properties.
16356         * src/procheader.[ch]
16357                 added procheader_parse_header()
16358                 added procheader_header_free()
16359                 added procheader_headername_equal()
16360                 and made modification to use them.
16361         * src/procmsg.[ch]
16362                 added score field to MsgInfo structure
16363         * added src/scoring.[ch]
16364                 gives functions to parse configuration file to do
16365                 scoring on mails with a list of conditions.
16366         * src/summaryview.[ch]
16367                 save the sorting type and mode for the folder
16368                 added column to display the score of the mail
16369                 added function summary_score_clicked()
16370                 sorting type and mode are restored to the folder
16371                 when it is reopen
16372         * src/textview.c
16373                 use procheader_parse_header(), procheader_headername_equal()
16374                 removed memory leak in text_scan_header when freeing headers
16375         * src/filter.c
16376                 changed the function to match names of headers
16377                 using procheader_headername_equal()
16378
16379         Scoring functions are implemented, an interface is needed
16380         to configure that.
16381
16382 2001-05-04 [alfons]
16383
16384         * src/gtkstext.c: 
16385                 hopefully fixed the row up navigation bug,
16386                 removed adding back / forward lines to cache
16387
16388 2001-05-04 [sergey]
16389
16390         * src/prefs_display_headers.c: user interface changes:
16391         (prefs_display_headers_create): remove unused "Show" check button;
16392         allow reordering of headers by dragging.
16393         (prefs_display_headers_write_config): remove unused variables.
16394         (prefs_display_headers_set_dialog): do not insert "(New)" at top
16395         of lists (not needed with the new UI).
16396         (prefs_display_headers_set_list): scan lists starting from row 0,
16397         not 1 (do not skip "(New)").
16398         (prefs_display_headers_find_header): new function.
16399         (prefs_display_headers_clist_set_row): do not allow duplicates.
16400         (prefs_display_headers_delete_cb): do not skip row 0; treat
16401         closing the alert window by ESC as "No".
16402         (prefs_display_headers_up): do not protect row 0.
16403         (prefs_display_headers_down): do not protect row 0.
16404
16405 2001-05-04 [sergey]
16406
16407         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
16408         functions.
16409
16410         * src/summaryview.c
16411         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
16412         summary_select_next_marked, summary_select_prev_marked): new
16413         functions.
16414
16415 2001-05-03 [sergey]
16416
16417         * src/news.c: fixed a bug when no article can be fetched after
16418         server timeout if the connection was restored by news_post():
16419         (news_select_group): new function.
16420         (news_fetch_msg): call news_select_group() before fetching
16421         article.
16422         (news_get_uncached_articles): set session->group after successful
16423         GROUP command.
16424
16425 2001-05-03 [hoa]
16426
16427         * src/defs.h
16428         * src/procmsg.[ch]
16429         * src/procheader.c
16430                  changed version of cache, added cc field
16431
16432         * src/prefs_display_headers.c
16433                 the interface was changed
16434
16435         * src/prefs_headers.c
16436                 added cancel button
16437
16438 2001-05-03 [alfons]
16439
16440         * completed sync of sylpheed cvs2
16441         * src/gtkstext.c: updated row up / down cursor navigation
16442         * src/textview.c: re-edited, prepared for fixing the email address
16443                 scanner.
16444
16445 2001-05-03 [darko]
16446
16447         * src/prefs_common.c: use alfons' strftime ui code
16448         entry_datefmt and datefmt_sample widgets have to be
16449         global in this module because of this change
16450
16451 2001-05-03 [hoa]
16452
16453         * src/messageview.c
16454         * src/prefs_common.[ch] added option to activate the return receipt
16455                 feature.
16456
16457 2001-05-02 [alfons]
16458
16459         * src/gtkstext.c: fix for row up/down cursor navigation. 
16460
16461         0.4.66claws2
16462         
16463         * sync with 0.4.66cvs2
16464
16465 2001-05-02 [paul]
16466
16467         added add-sender-to-addressbook patch
16468
16469         * src/addressbook.c
16470         * src/addressbook.h
16471         * src/summaryview.c
16472
16473 2001-05-02 [sergey]
16474
16475         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
16476         G_ALERTDISABLE.
16477
16478         * src/alertpanel.c (alertpanel_create): new argument can_disable,
16479         all existing callers changed to pass FALSE; create a check button
16480         to disable the message.
16481         (alertpanel_message_with_disable): new function.
16482         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
16483         (alertpanel_button_toggled): new function.
16484         (alertpanel_button_clicked, alertpanel_close): set value using
16485         G_ALERT_VALUE_MASK.
16486
16487         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
16488
16489         * src/prefs_common.c (prefs_privacy_create): new check button
16490         checkbtn_gpgme_warning.
16491
16492         * src/main.c (main): moved preferences reading before gpgme
16493         initialization; check prefs_common.gpgme_warning before giving the
16494         GnuPG warning and set it to FALSE if the user wants to disable the
16495         warning.
16496
16497 2001-05-02 [hiroyuki]
16498
16499         * src/prefs_display_headers.c: modified the layout and some labels.
16500
16501 2001-05-02 [sergey]
16502
16503         * src/prefs_account.c (prefs_account_fix_size): new function.
16504         (prefs_account_create): call prefs_account_fix_size(); use
16505         gtk_widget_show instead of gtk_widget_show_all (fixes too large
16506         size when the window is shown for the first time).
16507         (prefs_account_basic_create): changed layout of serv_table; moved
16508         localmbox_entry above smtpserv_entry (logically it replaces
16509         POP3/IMAP server).
16510         (prefs_account_protocol_activated): set sensitivity of
16511         nntpauth_chkbtn according to the protocol (in addition to
16512         hide/show); commented out gtk_table_set_row_spacing() calls.
16513         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
16514         not sensitive (fixes a bug with disabled username/password boxes
16515         when editing POP3 account after NNTP with authentication).
16516
16517 2001-05-02 [hoa]
16518
16519         * src/account.c
16520         * src/inc.c
16521         * src/prefs_account.[ch]
16522         * src/send.c
16523                 removed local account without SMTP server
16524                 added option to use mail command instead of a connexion
16525                 to SMTP server when a local account is used
16526         * src/prefs_headers.c
16527                 fixed a bug
16528         * src/news.c
16529                 fixed a bug when connexion immediately closed
16530
16531 2001-05-01 [alfons]
16532
16533         0.4.66claws1
16534         
16535         * sync with 0.4.65
16536
16537 2001-05-01 [sergey]
16538
16539         * src/prefs_account.c (Basic, prefs_account_basic_create): new
16540         widget nntpauth_chkbtn.
16541         (prefs_account_protocol_activated): handle nntpauth_chkbtn
16542         visibility.
16543         (prefs_account_nntpauth_toggled): new function.
16544
16545         * src/news.c (news_session_new_for_folder): use NNTP
16546         authentication only if ac->use_nntp_auth is set.
16547
16548 2001-05-01 [hoa]
16549
16550         * src/Makefile.am changed headers.[ch] in customheader.[ch]
16551         * src/prefs_display_headers.c changed the UI
16552         * src/prefs_headers.c changed account_name to account_id
16553         * src/compose.c using customheader.h
16554
16555 2001-05-01 [hiroyuki]
16556
16557         * src/esmtp.c
16558           src/news.c
16559           src/nntp.c: changed sock_read() to sock_gets(), they've been left
16560           unsynched.
16561
16562 2001-05-01 [hoa]
16563
16564         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
16565         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
16566                 for displaying of headers
16567         * src/grouplist_dialog.[ch] minor changes to remove warnings
16568         * src/prefs_display_headers.[ch] dialog to choose the
16569         headers to display in the mail viewer.
16570         * src/headers.h correction of #define
16571         * src/headers_display.[ch] configuration for displaying of headers.
16572         * src/main.c read config of displaying of headers
16573         * src/prefs_common.c add a button to access the config dialog
16574                 for displaying of headers
16575         * src/prefs_display_headers.[ch] dialog for configuration for
16576                 displaying of the headers.
16577         * src/prefs_headers.c cleaning of code
16578         * src/procheader.c comments added to code
16579         * src/textview.c changes to reorder the headers depending
16580                 on the config for displaying of headers
16581
16582 2001-04-30 [alfons]
16583
16584         0.4.65claws7
16585
16586         * sync with 0.4.65cvs12
16587
16588         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
16589
16590 2001-04-30 [sergey]
16591
16592         * src/nntp.h (NNTPSockInfo): new field auth_failed.
16593
16594         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
16595         is set to force reconnection after authentication failure.
16596         (nntp_gen_command): set sock->auth_failed on authentication
16597         failure, or if sock->userid and sock->passwd are not set.
16598
16599         * src/news.c (news_session_new_for_folder): set userid=NULL if
16600         password dialog is cancelled.
16601
16602 2001-04-30 [sergey]
16603
16604         * src/nntp.h (NNTPSockInfo): new type.
16605
16606         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
16607         SockInfo.
16608         (nntp_open_auth, nntp_close): new functions.
16609         (nntp_gen_command): new function to handle authentication; all
16610         NNTP command functions updated to use it.
16611         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
16612         (nntp_list): removed old useless code.
16613
16614         * src/news.h (NNTPSession): new field nntp_sock.
16615
16616         * src/news.c: all functions updated to use NNTPSockInfo instead of
16617         SockInfo.
16618         (news_session_new): new arguments (userid, passwd); made static;
16619         use nntp_open_auth() if needed.
16620         (news_session_destroy): use nntp_close() instead of sock_close().
16621         (news_query_password): changed arguments.
16622         (news_session_new_for_folder): new function.
16623         (news_session_get): use news_session_new_for_folder().
16624         (news_authenticate): deleted.
16625         (news_get_uncached_articles): removed old authentication code.
16626
16627 2001-04-30 [sergey]
16628
16629         * src/news.c: reverted my previous changes (need to do NNTP
16630         authentication in a cleaner way).
16631         
16632 2001-04-29 [sergey]
16633
16634         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
16635         news_nntp_post, news_nntp_mode): new functions (wrappers with
16636         authentication support).
16637         (news_get_article_cmd, news_get_article, news_get_header): new
16638         argument "folder"; all callers changed.
16639         (news_get_article_cmd): added authentication support.
16640         (news_session_get): use news_nntp_mode() instead of nntp_mode().
16641         (news_post): use news_nntp_post() instead of nntp_post().
16642         (news_get_uncached_articles): use news_nntp_group() instead of
16643         nntp_group() and news_nntp_xover() instead of nntp_xover();
16644         removed old authentication code.
16645         (news_get_group_list): use news_nntp_list() instead of nntp_list().
16646
16647         * src/nntp.c (nntp_list): return real error code instead of
16648         hardcoded NN_ERROR.
16649
16650 2001-04-29 [sergey]
16651
16652         * configure.in: fixed wint_t typedef detection again
16653
16654 2001-04-28 [hoa]
16655
16656         * src/prefs_account.[ch], added A_LOCAL_CMD
16657                 (send mail with mail command)
16658         * src/send.c added function send_message_with_command()
16659         * src/inc.c made a more secure get_spool() function with
16660                 mktemp() but maybe mkstemp() or something more
16661                 secure can be used.
16662
16663 2001-04-28 [alfons]
16664
16665         * src/textview.c, colorization of email addresses in headers
16666
16667         0.4.65claws6
16668
16669         * bug sync with sylpheed
16670         * prefs_common.c: created date format ui for darko
16671         * sync with 0.4.65cvs11
16672         * configure.in: corrected to have the new gpg checks
16673
16674 2001-04-27 [alfons]
16675
16676         * completed sync with 0.4.65cvs10
16677         * minor debug things added to gtkstext.c
16678
16679 2001-04-27 [darko]
16680
16681         * configure.in: remove check for availability of
16682           strftime() as advised by Hiroyuki
16683         * src/prefs_common.[ch], src/procheader.c:
16684           synch strftime() code with Hiroyki's main branch
16685
16686 2001-04-26 [sergey]
16687
16688         * src/news.c: news_query_password(), news_authenticate(): new
16689           functions.
16690           news_get_uncached_articles(): added NNTP authentication
16691           handling.
16692         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
16693           new functions.
16694         * src/prefs_account.c: prefs_account_protocol_activated():
16695           enable userid and password fields for NNTP.
16696
16697 2001-04-26
16698
16699         * configure.in: check for availability of strftime()
16700           [darko]
16701         * src/prefs_common.[ch], src/procheader.c: use
16702           strftime() for displaying date in summary pane if it
16703           is available
16704
16705 2001-04-25
16706
16707         * more .cvsignore cleanups [alfons]
16708
16709 2001-04-25
16710
16711         * ac/sv-check-type.m4: new autoconf macro.
16712         * configure.in: fixed wint_t typedef detection (did not work
16713           with gcc-2.96).
16714
16715 2001-04-25
16716
16717         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
16718           [hiroyuki]
16719
16720 2001-04-24
16721         * modified gtkstext.c : buggy cursor navigation fixed, 
16722           and font descent also taken in account when drawing
16723           cursor. [alfons]
16724
16725 2001-04-24 [hoa]
16726         * added comments in src/news.c src/nntp.c
16727         * added src/prefs_headers.[ch]
16728         * added src/headers.[ch]
16729         * modified compose.c to activate custom headers
16730                 added function is_in_custom_headers
16731         * modified prefs_account.[ch]
16732                 added function prefs_account_customhdr_edit
16733         * modified src/defs.h :
16734                 added HEADERS_RC : name of the config file
16735                 for the custom headers
16736
16737 2001-04-24
16738
16739     0.4.65claws5
16740
16741         * configure.in
16742           src/gtkstext.[ch]
16743           src/compose.c
16744           src/Makefile.am
16745           
16746           added gtkstext with configure.in patch by Hiroyuki which
16747           should fix the XIM detection [alfons]
16748
16749         * more clean up of cvs [alfons]
16750
16751                  * removed all Makefile.in files to attic.
16752
16753                  * updated all .cvsignores to really ignore things that could
16754                    be unintentionally committed by a recursive commit.
16755
16756 2001-04-23 [hoa]
16757         * added src/grouplist_dialog.[ch]
16758         * changed src/folderview.c to call grouplist_dialog instead
16759                 of inputdialog
16760         * src/news.c :
16761                 added functions news_reset_group_list
16762                 and news_get_group_list
16763         * src/nntp.c :
16764                 added function nntp_list
16765         * src/defs.h :
16766                 added GROUPLIST_FILE : name of the newsgroup list cache file
16767
16768 2001-04-21
16769
16770         * added option to warn about queued messages on exit [sergey]:
16771
16772           * src/compose.c: compose_queue(): call folder_item_scan()
16773             and folderview_update_item() after queueing.
16774           * src/folderview.c: folderview_update_node(): draw the queue
16775             folder in bold font if there are queued messages.
16776           * src/mainwindow.c: queued_messages(): new function.
16777             app_exit_cb(): display warning if there are queued messages
16778             if warn_queued_on_exit is set.
16779           * prefs_common.[ch]: add warn_queued_on_exit option.
16780
16781         * enhanced GnuPG key selection support [sergey]:
16782
16783           * src/select-keys.c: updated to newer version from Win32
16784             branch with support for selecting arbitrary keys.
16785           * src/prefs_account.c: added the Privacy tab to the account
16786             options window.
16787             prefs_account_privacy_create(),
16788             prefs_account_sign_key_set_data_from_radiobtn(),
16789             prefs_account_sign_key_set_radiobtn(): new functions.
16790           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
16791           * src/rfc2015.c: set_signers(): new function.
16792             pgp_sign(): add the account parameter, call set_signers().
16793             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
16794           * src/rfc2015.h: rfc2015_sign(): updated prototype.
16795           * src/compose.c: pass the current account to rfc2015_sign().
16796
16797         * tag name claws added to prevent confusion with main branch [alfons]
16798
16799         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
16800
16801         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
16802
16803         * sync with recent sylpheed cvs. Untested though. [alfons]
16804