2006-08-29 [colin] 2.4.0cvs107
[claws.git] / ChangeLog
1 2006-08-29 [colin]      2.4.0cvs107
2
3         * src/folder.c
4                 Fix data loss when copy fails during a move:
5                 only use fast remove_msgs if everything was
6                 copied OK; else use slow remove_msg on the
7                 mails that got copied only.
8
9 2006-08-28 [paul]       2.4.0cvs106
10
11         * src/mh.c
12                 revert change in 2.4.0cvs104, it breaks
13                 stuff
14
15 2006-08-28 [paul]       2.4.0cvs105
16
17         * src/plugins/spamassassin/spamassassin.c
18                 english fix
19
20 2006-08-28 [paul]       2.4.0cvs104
21
22         * src/mh.c
23                 fix data loss when moving to another
24                 mailbox fails
25         * src/prefs_spelling.c
26                 improve the english
27         * src/gtk/pluginwindow.c
28                 improve the layout of the dialog text
29         All thanks to Colin
30
31 2006-08-28 [paul]       2.4.0cvs103
32
33         * src/plugins/bogofilter/bogofilter.c
34         * src/plugins/bogofilter/bogofilter_gtk.c
35                 fix english up a bit, innit
36
37 2006-08-28 [paul]       2.4.0cvs102
38
39         * configure.ac
40         * po/Makefile.in.in
41         * po/Makevars
42                 require autoconf 2.60, enabling building
43                 with gettext 0.15 (gettext 0.14.x build still
44                 possible). Replace Makefiles with versions
45                 from gettext 0.15.
46                 Remove configure options --with-localedir and
47                 --with-mandir. The options that are provided
48                 directly by autoconf 2.60 can be used instead:
49                 --mandir --localedir
50
51 2006-08-27 [colin]      2.4.0cvs101
52
53         * src/plugins/bogofilter/Makefile.am
54                 Fix make dist (no README)
55
56 2006-08-27 [colin]      2.4.0cvs100
57
58         * src/folder.c
59                 Don't use F_UNKNOWN folders for any default
60                 outbox/trash/etc
61         * src/plugins/bogofilter/bogofilter.c
62         * src/plugins/bogofilter/bogofilter.h
63         * src/plugins/bogofilter/bogofilter_gtk.c
64                 Add an option to specify the path to bogofilter
65                 Use single-quotes to be able to learn in folders
66                 with spaces in their names
67                 Verify learning status
68
69 2006-08-27 [colin]      2.4.0cvs99
70
71         * manual/faq.xml
72         * manual/plugins.xml
73                 Document Bogofilter plugin
74
75 2006-08-27 [colin]      2.4.0cvs98
76
77         * src/compose.c
78         * src/messageview.c
79         * src/procmsg.c
80         * src/procmsg.h
81                 When possible, copy the queued mail to sent folder
82                 instead of re-adding. Much faster on IMAP.
83
84 2006-08-27 [colin]      2.4.0cvs97
85
86         * src/msgcache.c
87                 Disable mmaped caches - huge metadata loss
88                 here after a power failure.
89         * src/summaryview.c
90                 Add quicksearch timing
91         * src/common/plugin.c
92         * src/common/plugin.h
93                 Implement an interface to tell what plugins
94                 provide. Prevent loading of similar plugins.
95         * src/plugins/clamav/clamav_plugin.c
96         * src/plugins/demo/demo.c
97         * src/plugins/dillo_viewer/dillo_viewer.c
98         * src/plugins/pgpcore/plugin.c
99         * src/plugins/pgpinline/pgpinline.c
100         * src/plugins/pgpmime/pgpmime.c
101         * src/plugins/spamassassin/spamassassin.c
102         * src/plugins/trayicon/trayicon.c
103                 Implement plugin_provides()
104
105 2006-08-27 [colin]      2.4.0cvs96
106
107         * configure.ac
108         * src/plugins/Makefile.am
109         * src/plugins/bogofilter/.cvsignore
110         * src/plugins/bogofilter/Makefile.am
111         * src/plugins/bogofilter/bogofilter.c
112         * src/plugins/bogofilter/bogofilter.h
113         * src/plugins/bogofilter/bogofilter_gtk.c
114                 New Bogofilter plugin, provides filtering and
115                 learning. Spamassassin will go to extra plugins.
116
117 2006-08-26 [mones]      2.4.0cvs95
118
119         * manual/handling.xml
120                 Fix subfolder path in the example (thanks to Paul) 
121
122 2006-08-26 [mones]      2.4.0cvs94
123
124         * manual/glossary.xml
125                 2.2. + add ISP to the glossary
126                 7.5. + Add UIDL to glossary
127                 7.7. + Add TCP to glossary
128         * manual/handling.xml
129                 7.1. + Mentions GNU/Linux distribution, what about the non...
130                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
131                 7.3. + Mentions .bashrc, what about the non-bash ones? 
132                 7.4. = Use appropriate quotation for commands
133                 7.6. = change "" to <quote></quote>
134         * manual/plugins.xml
135                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
136         * manual/starting.xml
137                 2.1. + local mbox file: some examples of mbox file locations...
138                 Also reformatted files requiring it
139
140 2006-08-26 [wwp]        2.4.0cvs93
141
142         * src/summary_search.c
143                 disable find buttons while summary search is running.
144
145 2006-08-25 [colin]      2.4.0cvs92
146
147         * src/folder.c
148         * src/folderutils.c
149         * src/mh.c
150         * src/procmsg.h
151         * src/summaryview.c
152                 Speed up MH moving, and add progressbar
153                 for MH deletion
154         * src/msgcache.c
155                 Write cache files using mmap() too
156
157 2006-08-25 [wwp]        2.4.0cvs91
158
159         * src/summaryview.c
160                 switch spam<->ham button when a message has been marked as spam or ham
161                 and is still selected. Thanks to Colin.
162
163 2006-08-25 [paul]       2.4.0cvs90
164
165         * src/Makefile.am
166         * src/stock_pixmap.c
167         * src/stock_pixmap.h
168         * src/summaryview.c
169         * src/gtk/icon_legend.c
170         * src/pixmaps/copied.xpm
171         * src/pixmaps/moved.xpm
172                 add icons for delayed execution marked for
173                 copying, marked for moving
174
175 2006-08-25 [mones]      2.4.0cvs89
176
177         * manual/glossary.xml
178                 Fix the other glossary items:
179                 5.1. = Inmmediate execution -> <quote>immediate execution...
180                 5.2. = Fix MBOX capitalization -> Mbox
181                 5.3. + Improve Plugins def. w/ tech. ref.
182                 5.4. = Quotation -> replace '>' by <quote>></quote>
183                 5.5. - SMTP Server. -> remove dot
184         * po/es.po
185                 Updated translation
186
187 2006-08-25 [mones]      2.4.0cvs88
188
189         * manual/ack.xml
190                 Reformatted, changed email address
191         * manual/glossary.xml
192                 Reformatted, fixed MANUAL-TODO items:
193                 8.2. + add ROT-13 to glossary
194                 8.4. + add URL to glossary
195         * manual/es/advanced.xml
196                 Fixed <literal>s
197
198 2006-08-25 [paul]       2.4.0cvs87
199
200         * src/gtk/icon_legend.c
201                 add 'marked for deletion' icon
202                 arrange icons by containing column
203                 wrap long label text
204
205 2006-08-25 [colin]      2.4.0cvs86
206
207         * src/common/utils.c
208         * src/common/utils.h
209                 Add the sc_g_*list_bigger functions in
210                 a place everyone can use it
211         * src/summaryview.c
212                 Only freeze/thaw the list when working
213                 on the selection, if it's bigger than 1
214         * src/gtk/gtksctree.c
215                 Only freeze/thaw the list when unselec-
216                 ting 'all' if ('all' != 1)
217                 This avoids some flickering
218
219 2006-08-24 [colin]      2.4.0cvs85
220
221         * src/addressbook.c
222                 Fix strange list selection
223                 Fix random seg (Invalid read of freed memory)
224
225 2006-08-24 [colin]      2.4.0cvs84
226
227         * src/alertpanel.c
228         * src/gtk/inputdialog.c
229         * src/plugins/pgpcore/passphrase.c
230                 Revert minimal width patch of 2.4.0cvs67,
231                 as it is also a maximal width. Use 
232                 gtk_window_set_default_size instead.
233
234 2006-08-24 [colin]      2.4.0cvs83
235
236         * src/msgcache.c
237                 Write cache/mark to temp files before
238                 overwriting old ones (avoids metadata
239                 loss if writing the new files fail).
240                 Use mmap() to read cache/mark file, as
241                 this makes cache reading faster. Dis-
242                 abled for big-endian machines until it
243                 can be tested. (Big-endian users: set
244                 msgcache_use_mmap = TRUE in the relevant
245                 #if).
246         * src/procmsg.h
247                 Move rarely used fields of MsgInfo in 
248                 another structure, which will only be
249                 allocated if needed. Face, X-Face,
250                 Return receipt headers and List-*
251                 headers are moved. Mails having none
252                 of these occupy 52 bytes less with
253                 this patch, which makes 2.5MB of RAM
254                 saved on a 50k folder).
255         * src/headerview.c
256         * src/mainwindow.c
257         * src/messageview.c
258         * src/partial_download.c
259         * src/procheader.c
260         * src/procmsg.c
261         * src/textview.c
262                 Follow this structure change.
263
264 2006-08-24 [wwp]        2.4.0cvs82
265
266         * manual/es/.cvsignore
267         * manual/es/dist/.cvsignore
268         * manual/es/dist/html/.cvsignore
269         * manual/es/dist/pdf/.cvsignore
270         * manual/es/dist/ps/.cvsignore
271         * manual/es/dist/txt/.cvsignore
272                 more (generated) files to ignore.
273
274 2006-08-24 [colin]      2.4.0cvs81
275
276         * src/folder.c
277         * src/mh.c
278                 Fix possible problems with local delivery. Check the folder doesn't
279                 need scan before setting its mtime when saving cache (which can be
280                 done long after the folder's been modified by an external process);
281                 Check that the stored item's mtime didn't change in mh functions.
282
283 2006-08-24 [mones]      2.4.0cvs80
284
285         * manual/advanced.xml
286                 Rewrapping, some fixes and MANUAL-TODO items:
287                 8.1. = change "" to <quote></quote>
288                 8.3. = quote menu items
289                 8.5. - deploying -> new user ... ideally a new user (redundant)
290
291 2006-08-23 [colin]      2.4.0cvs79
292
293         * src/gtk/gtksctree.c
294                 When selecting or deselecting range, only
295                 freeze/thaw when selection is bigger than 10
296
297 2006-08-23 [colin]      2.4.0cvs78
298
299         * src/messageview.c
300         * src/mimeview.c
301         * src/mimeview.h
302         * src/plugins/dillo_viewer/dillo_viewer.c
303                 Provide an API for MimeViewer plugins to
304                 return a text selection for replying
305
306 2006-08-23 [colin]      2.4.0cvs77
307
308         * src/image_viewer.c
309         * src/textview.c
310                 Use gtk_pixbuf_new_from_file_at_scale(), which
311                 is faster than getting the pixbuf then resizing
312                 it.
313
314 2006-08-23 [colin]      2.4.0cvs76
315
316         * src/procmime.c
317                 UTF-8 should be sent Quoted-printable
318
319 2006-08-22 [colin]      2.4.0cvs75
320
321         * src/mh.c
322                 Check if scan is required before touching
323                 the folder (or it'll be required every time)
324
325 2006-08-22 [colin]      2.4.0cvs74
326
327         * configure.ac
328                 Require libetpan 0.46 (crasher fix when built
329                 against gnutls)
330
331 2006-08-22 [colin]      2.4.0cvs73
332
333         * src/folder.c
334                 Set folder's mtime after writing its
335                 cache
336         * src/folderview.c
337                 Add some timing
338         * src/procmsg.c
339                 Don't do useless stuff if we don't 
340                 thread by subject
341         * src/summaryview.c
342                 Add some timing, don't deselect prior
343                 to selecting (gtksctree does it itself),
344                 remove crash avoidance hacks as it's been
345                 properly fixed since a while
346         * src/common/utils.c
347                 Optimize to_human_readable(): _() is slow,
348                 do it only once, and avoid %f format for KB
349                 (the most common in a summaryview)
350         * src/gtk/gtksctree.c
351                 Don't uselessly freeze/thaw (fixes flicker
352                 on next unread and friends), reduce number
353                 of g_list_nth/g_list_position where possible
354         * src/gtk/gtkutils.c
355         * src/gtk/gtkutils.h
356                 Reduce number of g_list_nth/g_list_position
357                 where possible.
358                 All of this makes loading as 70k folder 2.1
359                 seconds instead of 3.2 (with hot FS caches).
360                 (1.3 seconds without Date and Size columns...)
361
362 2006-08-22 [paul]       2.4.0cvs72
363
364         wrap documents and do some items from mones' MANUAL-TODO:
365
366         * manual/account.xml
367                 4.1. = fix tabname references to <quote>tabname</quote>
368                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
369         * manual/faq.xml
370                 1.1. = mentioned options don't match UI
371                 Add information about the 'Never send Return Receipts'
372                 option
373         * manual/handling.xml
374                 6.2. = Mentions Extended symbols button, but now is
375                 named Information
376                 6.3. = Mentions ... button, which is now Edit
377
378 2006-08-22 [colin]      2.4.0cvs71
379
380         * src/gtk/pluginwindow.c
381                 Fix layout in verbose translations (such
382                 as french)
383
384 2006-08-22 [paul]       2.4.0cvs70
385
386         * manual/Makefile.am
387                 build manuals in alphabetical order
388         * src/addressbook.c
389         * src/prefs_themes.c
390                 replace/remove deprecated symbols
391         * src/gtk/gtkutils.c
392                 fix a warning
393         * src/gtk/pluginwindow.c
394                 replace deprecated symbol
395                 replace label text and move it
396         * src/plugins/pgpcore/prefs_gpg.c
397                 move the 'Generate...' button out of the
398                 Sign Key frame, replace the English used
399         * src/plugins/pgpcore/sgpgme.c
400                 fixes to the English
401
402 2006-08-21 [colin]      2.4.0cvs69
403
404         * src/plugins/trayicon/trayicon.c
405                 Add more strings for translation; patch
406                 by Pawel
407
408 2006-08-21 [colin]      2.4.0cvs68
409
410         * src/compose.c
411                 fix replied flag not set after drafting
412         * src/matcher.c
413                 fix body quicksearch in non-encoded bodies
414                 containing '='
415         * src/msgcache.c
416                 Get rid of the g_malloc workaround for
417                 corrupted caches, use g_try_malloc
418
419 2006-08-21 [colin]      2.4.0cvs67
420
421         * src/alertpanel.c
422         * src/gtk/inputdialog.c
423         * src/plugins/pgpcore/passphrase.c
424                 Set minimal width to 375
425         * src/mainwindow.c
426                 Fix switching to offline, asking if it 
427                 should be overriden for synchronising
428         * src/mimeview.c
429                 Don't offer to remember command on Open 
430                 with for text parts, as the browser or 
431                 text editor command isn't changed from 
432                 there
433
434 2006-08-20 [paul]       2.4.0cvs66
435
436         * po/ko.po
437         * po/zh_CN.po
438                 fix plural form errors. revealed by stricter
439                 checking of gettext 0.15
440
441 2006-08-18 [paul]       2.4.0cvs65
442
443         * src/stock_pixmap.c
444                 fix the fix of 2.4.0cvs64
445                 Thanks to Colin
446
447 2006-08-18 [paul]       2.4.0cvs64
448
449         * src/stock_pixmap.c
450                 fix leaks
451                 Thanks to Colin
452
453 2006-08-18 [paul]       2.4.0cvs63
454
455         * src/compose.c
456         * src/procmsg.c
457                 fix occasional IMAP bug where large msgs
458                 were left in the queue folder after sending
459                 Thanks to Colin
460
461 2006-08-18 [paul]       2.4.0cvs62
462
463         * src/folderview.c
464                 freeze the summaryview while quicksearch results
465                 are displayed
466                 (fixes bug 456 'current message is hidden when the
467                 view is refreshed and extended search is "unread 
468                 messages"')
469                 Thanks to Colin
470         * src/textview.c
471                 add missing #include "inputdialog.h"
472         * src/common/utils.h
473                 add missing mailcap_update_default() and improve
474                 readability
475
476 2006-08-17 [colin]      2.4.0cvs61
477
478         * src/plugins/pgpcore/select-keys.c
479                 Fix warnings :)
480
481 2006-08-17 [colin]      2.4.0cvs60
482
483         * src/compose.c
484                 Don't continue queuing if Cancel is clicked
485                 in select-keys
486
487 2006-08-17 [colin]      2.4.0cvs59
488
489         * src/plugins/pgpcore/select-keys.c
490                 When encrypting, if only one key matches and it 
491                 matches exactly, automatically use it.
492
493 2006-08-17 [colin]      2.4.0cvs58
494
495         * src/mimeview.c
496         * src/prefs_common.c
497         * src/prefs_common.h
498         * src/prefs_ext_prog.c
499         * src/textview.c
500                 Fix issues with previous patch (text/html)
501                 Remove outdated prefs
502
503 2006-08-17 [colin]      2.4.0cvs57
504
505         * src/imap.c
506                 Add View Log button on auth error
507         * src/procmsg.c
508                 Fix encrypted mail marked as new when
509                 saved in normal folders
510         * src/plugins/pgpinline/pgpinline.c
511                 Fix encrypt bug on IMAP
512         * src/mimeview.c
513         * src/common/utils.c
514         * src/common/utils.h
515         * src/gtk/inputdialog.c
516         * src/gtk/inputdialog.h
517                 Get rid of metamail stuff, simplify
518                 opening, and allow remembering of user's
519                 choices (by updating ~/.mailcap). There's
520                 still to drop "Audio player" and "Image
521                 viewer" preferences.
522
523 2006-08-17 [mones]      2.4.0cvs56
524
525         * manual/es/sylpheed-claws-manual.xml
526                 fix DTD path
527
528 2006-08-17 [mones]      2.4.0cvs55
529
530         * configure.ac
531         * manual/Makefile.am
532         * manual/es/Makefile.am
533         * manual/es/account.xml
534         * manual/es/ack.xml
535         * manual/es/addrbook.xml
536         * manual/es/advanced.xml
537         * manual/es/faq.xml
538         * manual/es/glossary.xml
539         * manual/es/gpl.xml
540         * manual/es/handling.xml
541         * manual/es/intro.xml
542         * manual/es/keyboard.xml
543         * manual/es/plugins.xml
544         * manual/es/starting.xml
545         * manual/es/sylpheed-claws-manual.xml
546         * manual/es/dist/Makefile.am
547         * manual/es/dist/html/Makefile.am
548         * manual/es/dist/pdf/Makefile.am
549         * manual/es/dist/ps/Makefile.am
550         * manual/es/dist/txt/Makefile.am
551                 Spanish translation for the manual
552
553 2006-08-16 [colin]      2.4.0cvs54
554
555         * src/compose.c
556         * src/main.c
557         * src/mainwindow.c
558                 Fix send button sensitivity at startup
559                 Set send menu sensitivity (patch by Fabien)
560         * src/ssl_manager.c
561                 Enable closing with esc (patch by Fabien)
562         * src/gtk/foldersort.c
563                 Enable closing with esc (patch by Fabien)
564         * src/procmime.c
565                 Optimisation (no need to copy to tempfile to
566                 "decode" 7bit and 8bit)
567         * src/summaryview.c
568                 Fix cruft in swap_from case
569         * src/textview.c
570                 Fix missing last line in some mail cases 
571                 (Fixes debian #381872)
572         * src/plugins/pgpcore/prefs_gpg.c
573         * src/plugins/pgpcore/sgpgme.c
574         * src/plugins/pgpcore/sgpgme.h
575                 Don't show "no key found" when user explicitely
576                 wants to create a key
577
578 2006-08-16 [paul]       2.4.0cvs53
579
580         * configure.ac
581         * src/account.c
582         * src/addressbook.c
583         * src/headerview.c
584         * src/prefs_account.c
585         * src/prefs_message.c
586         * src/gtk/gtkutils.c
587                 bump up minimum required versions of GTK+ and
588                 GLIB to 2.6.0
589
590 2006-08-16 [paul]       2.4.0cvs52
591
592         * src/toolbar.c
593                 workaround GTK+ Bug 351600 - 'Can't re-click
594                 on button after sensitivity update'
595                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
596                 Thanks to Colin
597
598 2006-08-15 [colin]      2.4.0cvs51
599
600         * src/plugins/pgpcore/prefs_gpg.c
601                 Set options sensitivity according to
602                 key existence
603         * src/plugins/pgpcore/sgpgme.c
604                 Allow to create key with no passphrase
605
606 2006-08-14 [cleroy]     2.4.0cvs50
607
608         * src/gtk/pluginwindow.c
609                 New layout (maybe to be changed?)
610         * src/gtk/gtkutils.c
611                 Fix a bit label_window
612         * src/plugins/pgpcore/passphrase.c
613         * src/plugins/pgpcore/passphrase.h
614         * src/plugins/pgpcore/plugin.c
615         * src/plugins/pgpcore/prefs_gpg.c
616         * src/plugins/pgpcore/prefs_gpg.h
617         * src/plugins/pgpcore/sgpgme.c
618         * src/plugins/pgpcore/sgpgme.h
619                 Allow to create a PGP private key via the GUI
620
621 2006-08-14 [wwp]        2.4.0cvs49
622
623         * src/addressbook_foldersel.c
624                 fix strict ISO C90 compliance.
625
626 2006-08-14 [paul]       2.4.0cvs48
627
628         * src/gtk/prefswindow.c
629                 re-set scrolled window on opening
630                 Patch by Ticho
631
632 2006-08-14 [paul]
633
634         2.5.0-rc1 released
635
636 2006-08-14 [paul]       2.4.0cvs47
637
638         * src/prefs_display_header.c
639                 re-enable user-defined Displayed Headers
640
641 2006-08-14 [paul]       2.4.0cvs46
642
643         * src/prefs_account.c
644                 use GTK_STOCK_EDIT
645
646 2006-08-13 [colin]      2.4.0cvs45
647
648         * src/common/utils.c
649                 Fix "a" in quote when the original message is empty,
650                 by using \0 instead of 'a' to test writability of
651                 temp files.
652
653 2006-08-13 [wwp]        2.4.0cvs44
654
655         * src/plugins/spamassassin/spamassassin.c
656                 fix capitalization of "SpamAssassin" in some debug, log and
657                 dialog messages.
658
659 2006-08-13 [paul]       2.4.0cvs43
660
661         * src/editldap.c
662                 fix overlapping widgets
663         * src/prefs_account.c
664                 fix translation of protocol_names[]
665                 fix label disappearing off the edge of the
666                 visible area
667
668 2006-08-12 [paul]       2.4.0cvs42
669
670         * manual/plugins.xml
671                 update IRC channel info before it gets forgotten
672                 about
673
674 2006-08-11 [colin]      2.4.0cvs41
675
676         * src/compose.c
677         * src/mainwindow.c
678         * src/mainwindow.h
679         * src/procmsg.c
680         * src/procmsg.h
681         * src/summaryview.c
682         * src/toolbar.c
683                 Grey out the Send button if
684                 - Queue folders are empty, or
685                 - We're sending already
686
687 2006-08-11 [wwp]        2.4.0cvs40
688
689         * src/main.c
690                 fix a logic issue when quitting while a compose window is
691                 still open, thanks to Colin.
692
693 2006-08-10 [colin]      2.4.0cvs39
694
695         * src/main.c
696                 Fix default font size setting after wizard run
697         * src/imap.c
698         * src/etpan/imap-thread.c
699         * src/etpan/imap-thread.h
700                 Fix bug #999 (Timing out on TSL cert validation 
701                 dialog makes ugly things happen). Also, STARTTLS
702                 unconditionnaly if initial capabilities contain
703                 LOGINDISABLED and STARTTLS.
704
705 2006-08-09 [colin]      2.4.0cvs38
706
707         * src/mainwindow.c
708         * src/mainwindow.h
709                 Fix Tools/Actions sensitivity when there are
710                 no actions
711
712 2006-08-09 [colin]      2.4.0cvs37
713
714         * src/prefs_filtering.c
715                 Warning fix, patch by Paul
716         * src/messageview.c
717         * src/prefs_actions.c
718         * src/prefs_filtering_action.c
719         * src/prefs_matcher.c
720                 Uniformisation of "Info ..." to "Info..." (for
721                 old gtk), patch by Fabien
722         * src/plugins/clamav/clamav_plugin_gtk.c
723                 Sensitivity fix by Fabien
724
725 2006-08-09 [colin]      2.4.0cvs36
726
727         * src/main.c
728         * src/main.h
729                 Add a function to know whether we're exiting
730         * src/plugins/trayicon/trayicon.c
731                 If exiting, don't do anything. Faster, and
732                 avoids gtk_main_iteration reentracy causing
733                 segfaults at exit
734
735 2006-08-09 [colin]      2.4.0cvs35
736
737         * src/messageview.c
738         * src/mimeview.c
739         * src/mimeview.h
740                 Fix lack of part selection when automatically 
741                 jumping to a specific part
742         * src/msgcache.c
743                 Little optimisation in cache reading
744
745 2006-08-09 [colin]      2.4.0cvs34
746
747         * src/compose.c
748                 Fix crash setting the priority on reedit
749                 (Accessing compose before creating it!)
750
751 2006-08-08 [colin]      2.4.0cvs33
752
753         * src/procmime.c
754                 Fix bug #998 (last attachment is not accessible)
755                 Bad RFC interpretation on multipart close-delimiters
756         * src/mimeview.c
757         * src/mimeview.h
758         * src/gtk/gtkvscrollbutton.c
759         * src/gtk/gtkvscrollbutton.h
760                 Make attachments list wheel-scrollable
761
762 2006-08-07 [colin]      2.4.0cvs32
763
764         * src/gtk/gtkaspell.c
765                 Fix bug #973 (Unicode punctation characters 
766                 are not recognized as separators by the
767                 spell checker); fix unsigned stuff
768
769 2006-08-07 [colin]      2.4.0cvs31
770
771         * src/compose.c
772                 Fix bug #956 (DnD text with accents in compose 
773                 text entry); fix gccc's signed/unsigned fuss
774
775 2006-08-06 [colin]      2.4.0cvs30
776
777         * src/main.c
778                 Fix bug #979 (Plugin crashes when exiting 
779                 sylpheed-claws) : handle exit request only 
780                 once
781
782 2006-08-05 [colin]      2.4.0cvs29
783
784         * src/news.c
785                 Just make sure we have a msgid.
786
787 2006-08-05 [colin]      2.4.0cvs28
788
789         * src/news.c
790         * src/summaryview.c
791                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
792                 by reimplementing it
793         * src/textview.c
794                 Fix bug when hiding quotes with level > 3 and quote
795                 colors are recycled
796
797 2006-08-04 [colin]      2.4.0cvs27
798
799         * src/compose.c
800         * src/undo.c
801         * src/undo.h
802                 Fix a bit replace-by-pasting undo
803         * src/mainwindow.c
804         * src/messageview.c
805                 Fix Fold quotes menu synchro in
806                 mainwindow when it changes in 
807                 messageview
808         * src/textview.c
809                 Fix right-click on quotes blocks
810         * src/common/utils.c
811                 Verify that the file created by
812                 my_tmpfile() is writable. Fixes
813                 bug #988 (very specific filesystem
814                 issue)
815         * src/plugins/pgpcore/sgpgme.c
816                 Fix file descriptor leak
817         * src/plugins/spamassassin/spamassassin.c
818                 Warn once if spamd isn't reachable
819
820 2006-08-04 [colin]      2.4.0cvs26
821
822         * src/toolbar.c
823                 i18n context patch by Fabien
824
825 2006-08-03 [colin]      2.4.0cvs25
826
827         * src/mainwindow.c
828         * src/messageview.c
829                 Rename "Hide quotes" to "Fold quotes"
830         * src/textview.c
831                 Don't use hand cursor on quotes. "all 
832                 the bonuses of the feature and none of 
833                 unwelcome side-effects"
834
835 2006-08-03 [colin]      2.4.0cvs24
836
837         * AUTHORS
838         * sylpheed-claws.desktop
839         * src/gtk/authors.h
840                 Bring the desktop file to XDG compliance
841                 Patch by Charles A. Edwards
842
843 2006-08-03 [colin]      2.4.0cvs23
844
845         * src/textview.c
846                 Fix links offset when they are preceded
847                 by accentued chars (g_utf8_strlen!)
848         * src/mainwindow.c
849                 Fix wrong status when starting offline
850
851
852 2006-08-03 [wwp]        2.4.0cvs22
853
854         * src/prefs_common.h
855                 ask what to do w/ filtering rules that belong to an account when
856                 applying filtering rules manually from the main window (skip,
857                 apply regardless of the account, use current account). This dialog
858                 can be skipped and the last reply used.
859                 (forgot that file)
860
861 2006-08-03 [wwp]        2.4.0cvs21
862
863         * src/filtering.c
864         * src/filtering.h
865         * src/prefs_common.c
866         * src/summaryview.c
867         * src/alertpanel.c
868         * src/alertpanel.h
869         * src/messageview.c
870                 ask what to do w/ filtering rules that belong to an account when
871                 applying filtering rules manually from the main window (skip,
872                 apply regardless of the account, use current account). This dialog
873                 can be skipped and the last reply used.
874
875
876 2006-08-03 [colin]      2.4.0cvs20
877
878         * src/textview.c
879                 Optimize previous patch
880
881 2006-08-03 [cleroy]     2.4.0cvs19
882
883         * src/textview.c
884                 Fix quotes getting toggled back when the
885                 mail has an even number of text parts
886
887 2006-08-02 [colin]      2.4.0cvs18
888
889         * src/messageview.c
890                 Add Hide quotes menu
891
892 2006-08-02 [colin]      2.4.0cvs17
893
894         * src/mainwindow.c
895         * src/prefs_common.c
896         * src/textview.c
897         * src/textview.h
898         * src/gtk/about.c
899                 Allow per-level quote hiding,
900                 Allow toggling quotes by double-clicking them
901                 Rename RemoteURI to ClickableText to reflect
902                 the fact it's used for a variety of things
903
904 2006-08-02 [wwp]        2.4.0cvs16
905
906         * src/mainwindow.c
907                 fix "View/Hide quotes" menu item status initialization.
908
909 2006-08-02 [wwp]        2.4.0cvs15
910
911         * src/matcher_parser_parse.y
912                 remove a debug trace.
913
914 2006-08-02 [paul]       2.4.0cvs14
915
916         * src/plugins/pgpcore/passphrase.c
917                 don't set initial dialog size
918                 make it resizable
919
920 2006-08-02 [paul]       2.4.0cvs13
921
922         * src/noticeview.c
923                 remove the rogue '/' character
924
925 2006-08-02 [paul]       2.4.0cvs12
926
927         * src/noticeview.c
928                 allow buttons to resize as necessary
929
930 2006-08-01 [wwp]        2.4.0cvs11
931
932         * src/mbox.c
933                 fix strict ISO C90 compliance.
934
935 2006-08-01 [wwp]        2.4.0cvs10
936
937         * tools/update-po
938                 updated update-po tool to work w/ context-dependent translations.
939                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
940
941 2006-08-01 [wwp]        2.4.0cvs9
942
943         * src/matcher.c
944         * src/prefs_filtering.c
945         * src/prefs_matcher.c
946                 allow context-dependent translations for "All",
947                 patch by Fabien Vantard <fzzzzz@gmail.com>.
948
949 2006-07-31 [colin]      2.4.0cvs8
950
951         * AUTHORS
952         * src/gtk/authors.h
953                 Add Rafal to authors
954
955 2006-07-31 [colin]      2.4.0cvs7
956
957         * src/compose.c
958         * src/mainwindow.c
959         * src/messageview.h
960         * src/prefs_common.c
961         * src/prefs_common.h
962         * src/textview.c
963                 Add 'View/Hide quotes'. Patch based on a patch
964                 by Rafal Weglarz
965
966 2006-07-31 [colin]      2.4.0cvs6
967
968         * src/action.c
969                 Fix problem with "> stuff >" actions
970
971 2006-07-31 [paul]       2.4.0cvs5
972
973         * po/nb.po
974                 updated by Geir Helland
975
976 2006-07-31 [wwp]        2.4.0cvs4
977
978         * src/mainwindow.c
979         * src/summaryview.c
980         * src/summaryview.h
981                 add "View/Go to/Parent message" and "View/Go to/Last read message",
982                 thanks to Colin.
983
984 2006-07-31 [wwp]        2.4.0cvs3
985
986         * src/Makefile.am
987         * src/addr_compl.c
988         * src/addr_compl.h
989         * src/addressbook.c
990         * src/addressbook.h
991         * src/addressbook_foldersel.c
992         * src/addressbook_foldersel.h
993         * src/addrindex.c
994         * src/addrindex.h
995         * src/matcher.c
996         * src/matcher.h
997         * src/matcher_parser_lex.l
998         * src/matcher_parser_parse.y
999         * src/prefs_common.c
1000         * src/prefs_common.h
1001         * src/prefs_filtering.c
1002         * src/prefs_matcher.c
1003         * src/prefs_matcher.h
1004         * src/summaryview.c
1005                 introduce filtering against the address book. It's now possible to add
1006                 matched conditions to determine if any email address in a message matches
1007                 or doesn't match any or all books or folders in the address book.
1008
1009 2006-07-31 [wwp]        2.4.0cvs2
1010
1011         * src/account.c
1012         * src/filtering.c
1013         * src/filtering.h
1014         * src/folder.c
1015         * src/folderview.c
1016         * src/inc.c
1017         * src/mainwindow.c
1018         * src/matcher.c
1019         * src/matcher_parser_lex.l
1020         * src/matcher_parser_parse.y
1021         * src/mbox.c
1022         * src/prefs_filtering.c
1023         * src/prefs_filtering.h
1024         * src/procmsg.c
1025         * src/procmsg.h
1026         * src/summaryview.c
1027                 introduce per-account filtering rules. Each filtering rule can now be assigned
1028                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
1029                 when applying filtering rules manually, as all rules will apply - even the ones
1030                 assigned to an account. This issue will be addressed soon.
1031  
1032
1033
1034 2006-07-31 [wwp]        2.4.0cvs1
1035
1036         * src/quote_fmt.c
1037                 make more strings translatable.
1038
1039 2006-07-31 [paul]       2.4.0
1040
1041         2.4.0 released
1042
1043 2006-07-31 [paul]       2.3.1cvs91
1044
1045         * po/ca.po
1046                 updated by Miquel Oliete
1047
1048 2006-07-31 [paul]       2.3.1cvs90
1049
1050         * po/de.po
1051         * po/el.po
1052         * po/fr.po
1053         * po/it.po
1054         * po/pl.po
1055         * po/pt_BR.po
1056         * po/sr.po
1057         * po/zh_CN.po
1058                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
1059                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
1060                 Aleksandar Urosevic, and Ralgh Young
1061
1062 2006-07-31 [paul]       2.3.1cvs89
1063
1064         * src/account.c
1065         * src/main.c
1066         * src/mainwindow.c
1067         * src/mainwindow.h
1068                 Fix a race condition when, after an SC crash, rescanning
1069                 folders took more than 0.5 seconds
1070                 Thanks to Colin
1071
1072 2006-07-31 [paul]       2.3.1cvs88
1073
1074         * src/folderview.c
1075                 don't translate separator strings
1076
1077 2006-07-30 [mones]      2.3.1cvs87
1078
1079         * doc/man/sylpheed-claws.1
1080                 Fixed non-ASCII chars in Hoa's name
1081         * po/es.po
1082                 Updated for release
1083
1084 2006-07-27 [colin]      2.3.1cvs86
1085
1086         * src/textview.c
1087                 Don't include the leading \n in links
1088                 Patch by Fabien
1089
1090 2006-07-25 [colin]      2.3.1cvs85
1091
1092         * src/mainwindow.c
1093         * src/common/socket.h
1094         * src/etpan/imap-thread.c
1095                 Refresh resolvers before connecting
1096                 to IMAP servers, and after switching
1097                 to online. Thanks to Paul.
1098
1099 2006-07-18 [colin]
1100
1101         * 2.4.0-rc4 released
1102
1103 2006-07-17 [colin]      2.3.1cvs84
1104
1105         * src/inc.c
1106                 Show connection attempt in statusbar before
1107                 connecting (previously first message was
1108                 "Retrieving messages from ..." after the
1109                 connection succeeded.
1110
1111 2006-07-16 [wwp]        2.3.1cvs83
1112
1113         * sylpheed-claws.ico
1114                 Added .ico file (windows multi-size icon file, generated).
1115
1116 2006-07-12 [wwp]        2.3.1cvs82
1117
1118         * src/messageview.c
1119                 remove Message/Re-edit menu entry from messageview window,
1120                 as sent/draft/queued messages are opened in compose window when
1121                 re-edited and it's not possible to re-edit other msgs.
1122
1123 2006-07-12 [paul]       2.3.1cvs81
1124
1125         * AUTHORS
1126         * src/mainwindow.c
1127         * src/gtk/authors.h
1128                 check online state before resetting
1129                 mailcheck timer. Useful if some program
1130                 verifies connection state and updates
1131                 Claws.
1132                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
1133
1134 2006-07-12 [paul]       2.3.1cvs80
1135
1136         * sylpheed-claws-128x128.png
1137         * sylpheed-claws-64x64.png
1138         * sylpheed-claws.png
1139         * src/Makefile.am
1140         * src/main.c
1141         * src/prefs_toolbar.c
1142         * src/stock_pixmap.c
1143         * src/stock_pixmap.h
1144         * src/wizard.c
1145         * src/gtk/about.c
1146         * src/gtk/gtkutils.c
1147         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
1148         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
1149         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
1150         * src/pixmaps/sylpheed.xpm              ** REMOVED **
1151         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
1152         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
1153                 updated and renamed logo/icon files and related
1154                 logo by Jesper Schultz
1155
1156 2006-07-11 [paul]       2.3.1cvs79
1157
1158         * src/main.c
1159                 fix the labels a smidgin
1160
1161 2006-07-09 [colin]      2.3.1cvs78
1162
1163         * src/textview.c
1164                 Show errors in textviewer's command
1165                 Patch by H. Merijn Brand
1166
1167 2006-07-09 [colin]      2.3.1cvs77
1168
1169         * src/compose.c
1170                 Save FMID in drafts too
1171
1172 2006-07-08 [colin]      2.3.1cvs76
1173
1174         * src/compose.c
1175                 Svae RMID in drafted mails too
1176                 Save quote_fmt vars for whole mails,
1177                 don't reset at each quote_fmt_init:
1178                 allows to use the same |i{var} in
1179                 various template fields
1180         * src/prefs_template.c
1181         * src/quote_fmt.h
1182         * src/quote_fmt_parse.y
1183                 Same
1184
1185 2006-07-08 [colin]      2.3.1cvs75
1186
1187         * src/textview.c
1188                 Fix highlighting of attached parts URIs
1189
1190 2006-07-08 [colin]      2.3.1cvs74
1191
1192         * src/main.c
1193                 Prevent bug #981 (sc 2.3.1 segfaults with 
1194                 gtk+ 2.10) from being reported again:
1195                 if Sylpheed-Claws has been compiled against
1196                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
1197                 of if Sylpheed-Claws has been compiled against
1198                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
1199                 error out.
1200
1201 2006-07-07 [colin]      2.3.1cvs73
1202
1203         * src/prefs_actions.c
1204                 Fix label
1205
1206 2006-07-07 [colin]      2.3.1cvs72
1207
1208         * src/prefs_actions.c
1209                 Fix compile on gtk < 2.8. argh :)
1210
1211 2006-07-07 [paul]       2.3.1cvs71
1212
1213         * src/common/defs.h
1214                 update DONATE_URI
1215
1216 2006-07-07 [colin]      2.3.1cvs70
1217
1218         * po/POTFILES.in
1219         * src/quote_fmt.c
1220         * src/quote_fmt_lex.l
1221         * src/quote_fmt_parse.y
1222                 Add |i{var}, a way to insert user-entered
1223                 text in a template
1224
1225 2006-07-07 [colin]
1226
1227         * 2.4.0-rc3 released
1228
1229 2006-07-07 [colin]      2.3.1cvs69
1230
1231         * src/folder.c
1232                 Don't consider inboxes of UNKNOWN folder 
1233                 classes to be useable as default inboxes
1234
1235 2006-07-07 [paul]       2.3.1cvs68
1236
1237         * src/textview.c
1238                 add missing #include <errno.h>
1239                 Thanks to René J. Blokland
1240
1241 2006-07-07 [paul]       2.3.1cvs67
1242
1243         * src/action.c
1244                 Return now Closes dialog
1245         * src/mimeview.c
1246         * src/mimeview.h
1247         * src/textview.c
1248                 add contextual menu to mime parts listed
1249                 in the textview
1250                 Thanks to Colin
1251         * src/common/utils.c
1252                 reversal: ' is a valid character in URLs
1253
1254 2006-07-06 [colin]      2.3.1cvs66
1255
1256         * src/remotefolder.h
1257                 Forgotten in previous commit
1258
1259 2006-07-06 [colin]      2.3.1cvs65
1260
1261         * src/folder.c
1262                 Set summary update flag whenever
1263                 totals changed
1264         * src/imap.c
1265         * src/prefs_account.c
1266         * src/common/utils.h
1267         * src/etpan/imap-thread.c
1268                 Fix warnings, thanks to Fabien and
1269                 Ricardo
1270
1271 2006-07-06 [wwp]        2.3.1cvs64
1272
1273         * src/gtk/gtkutils.c
1274                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
1275
1276 2006-07-06 [wwp]        2.3.1cvs63
1277
1278         * src/account.c
1279         * src/addressbook.c
1280         * src/addressitem.h
1281         * src/folderview.c
1282         * src/mainwindow.c
1283         * src/manual.c
1284         * src/manual.h
1285         * src/message_search.c
1286         * src/prefs_actions.c
1287         * src/prefs_filtering.c
1288         * src/prefs_filtering.h
1289         * src/prefs_template.c
1290         * src/summary_search.c
1291         * src/summaryview.c
1292         * src/gtk/gtkutils.c
1293         * src/gtk/gtkutils.h
1294         * src/gtk/pluginwindow.c
1295                 add help buttons to some dialogs. Clicking such buttons opens a
1296                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
1297
1298 2006-07-06 [paul]       2.3.1cvs62
1299
1300         * src/textview.c
1301                 fix attachments contextual menu
1302                 Thanks to Colin
1303
1304 2006-07-05 [colin]      2.3.1cvs61
1305
1306         * src/textview.c
1307         * src/compose.c
1308                 Handle sftp:// links
1309
1310 2006-07-05 [paul]       2.3.1cvs60
1311
1312         * src/gtk/filesel.c
1313                 grab save button by default
1314                 Thanks to Colin
1315
1316 2006-07-05 [wwp]        2.3.1cvs59
1317
1318         * manual/xml2pdf
1319                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
1320
1321 2006-07-04 [colin]      2.3.1cvs58
1322
1323         * src/mimeview.c
1324         * src/textview.c
1325                 Use left click to select, middle click to open
1326                 on mimeparts links
1327         * src/common/utils.c
1328                 Fix segfault
1329
1330 2006-07-04 [colin]      2.3.1cvs57
1331
1332         * src/mainwindow.c
1333         * src/news.c
1334                 Warning fixes, thanks to Fabien
1335
1336 2006-07-04 [colin]      2.3.1cvs56
1337
1338         * src/mimeview.c
1339         * src/mimeview.h
1340         * src/textview.c
1341                 Allow parts to be selected via their text label
1342                 in textview
1343
1344 2006-07-04 [colin]      2.3.1cvs55
1345
1346         * src/folderview.c
1347                 Feedback when closing (for big folders)
1348         * src/prefs_actions.c
1349         * src/prefs_filtering.c
1350         * src/prefs_matcher.c
1351         * src/prefs_template.c
1352                 Fix default button when closing without
1353                 having saved
1354
1355 2006-07-04 [colin]      2.3.1cvs54
1356
1357         * src/news.c
1358                 Delete local file on deletion
1359
1360 2006-07-03 [colin]      2.3.1cvs53
1361
1362         * src/folderview.c
1363         * src/main.c
1364                 Don't freeze when rescanning after crash
1365
1366 2006-07-03 [wwp]        2.3.1cvs52
1367
1368         * src/compose.c
1369         * src/privacy.c
1370         * src/privacy.h
1371         * src/plugins/pgpinline/pgpinline.c
1372         * src/plugins/pgpmime/pgpmime.c
1373                 don't report an error when the user cancels the passphrase dialog.
1374
1375 2006-07-02 [colin]      2.3.1cvs51
1376
1377         * src/folderview.c
1378                 Open message when crossing folders with Space,
1379                 goto next unread and friends
1380
1381 2006-07-01 [colin]      2.3.1cvs50
1382
1383         * src/prefs_account.c
1384                 Typographic rules varying from language
1385                 to language (in french "Protocole :"),
1386                 we have to do that :)
1387
1388 2006-07-01 [ticho]      2.3.1cvs49
1389
1390         * src/prefs_account.c
1391                 Only use one temporary gchar* variable in
1392                 prefs_account_protocol_set_optmenu().
1393
1394 2006-07-01 [ticho]      2.3.1cvs48
1395
1396         * src/prefs_account.c
1397         * src/prefs_account.h
1398                 Use GtkLabel for existing account protocol name.
1399                 Created an array for protocol names and populate the
1400                 combobox from it in a for() cycle.
1401
1402 2006-06-30 [colin]      2.3.1cvs47
1403
1404         * src/compose.c
1405                 Block undo when changing signature (by changing
1406                 account)
1407
1408 2006-06-30 [paul]       2.3.1cvs46
1409
1410         * src/send_message.c
1411                 when editing From in the Compose window, use that address
1412                 in the Return-Path: header
1413                 Thanks to Colin
1414
1415 2006-06-30 [colin]      2.3.1cvs45
1416
1417         * src/compose.c
1418                 Fix signature replacement:
1419                 - when no newline before separator
1420                 - when reediting
1421
1422 2006-06-29 [colin]      2.3.1cvs44
1423
1424         * src/folderview.c
1425         * src/folderview.h
1426         * src/mainwindow.c
1427         * src/summaryview.c
1428                 Let 'View/Go to/Next marked' work like
1429                 Next new & Next unread: across folders
1430                 Change the select_on_entry pref to do
1431                 what we want when changing folder
1432         * src/common/utils.c
1433                 Fix single-quoted links 
1434
1435 2006-06-29 [colin]      2.3.1cvs43
1436
1437         * src/gtk/gtkaspell.c
1438                 "Sylpheed" and "Sylpheed-Claws" do exist !
1439
1440 2006-06-29 [colin]      2.3.1cvs42
1441
1442         * src/imap.c
1443                 Forgot to remove debug
1444
1445 2006-06-29 [colin]      2.3.1cvs41
1446
1447         * src/imap.c
1448         * src/imap.h
1449         * src/mainwindow.c
1450                 Disconnect from IMAP servers when going
1451                 offline. Fixes bug #978 (going to offline-mode 
1452                 won't close connections)
1453
1454 2006-06-29 [colin]      2.3.1cvs40
1455
1456         * src/main.c
1457                 Fix transient setting on failing plugins
1458                 Patch by Fabien
1459         * src/plugins/pgpcore/sgpgme.c
1460                 Only warn for OpenPGP. Most people don't
1461                 have CMS available.
1462
1463 2006-06-29 [colin]      2.3.1cvs39
1464
1465         * src/compose.c
1466                 Fix Spelling menu (discrepancy between context menu
1467                 and top menu when folder's dictionary isn't the 
1468                 default one)
1469         * src/plugins/pgpcore/sgpgme.c
1470                 More error reporting about why gpgme can fail
1471
1472 2006-06-29 [wwp]        2.3.1cvs38
1473
1474         * src/mainwindow.c
1475                 honor the display-header-pane setting even when the message view
1476                 is a separate window.
1477
1478 2006-06-29 [wwp]        2.3.1cvs37
1479
1480         * src/prefs_actions.c
1481                 forgot to commit that one (use of GTK_STOCK_INFO).
1482
1483 2006-06-29 [colin]      2.3.1cvs36
1484
1485         * src/imap.c
1486                 Better handling of login errors (ask the password
1487                 again once), alert in case of error. Fix three
1488                 signedness warnings.
1489
1490 2006-06-28 [wwp]        2.3.1cvs35
1491
1492         * src/prefs_template.c
1493         * src/prefs_matcher.c
1494         * src/prefs_filtering_action.c
1495         * src/prefs_quote.c
1496                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
1497                 patch by Fabien Vantard, slightly modified.
1498
1499 2006-06-28 [paul]
1500
1501         2.4.0-rc2 released
1502
1503 2006-06-28 [colin]      2.3.1cvs34
1504
1505         * src/prefs_account.c
1506                 Fix bug #977 (Can't add or edit imap accounts)
1507
1508 2006-06-28 [colin]      2.3.1cvs33
1509
1510         * src/mimeview.c
1511                 Fix previous
1512
1513 2006-06-28 [colin]      2.3.1cvs32
1514
1515         * src/mimeview.c
1516                 Save named inlined attachments with "Save all"
1517         * src/main.c
1518         * src/mbox.c
1519         * src/common/plugin.c
1520         * src/common/plugin.h
1521         * src/common/sylpheed.c
1522         * src/common/utils.c
1523         * src/plugins/pgpcore/sylpheed.def
1524         * src/plugins/pgpinline/sylpheed.def
1525         * src/plugins/pgpmime/sylpheed.def
1526                 Win32 compatibility patch, by
1527                 Werner Koch
1528
1529 2006-06-28 [wwp]        2.3.1cvs31
1530
1531         * src/imap.c
1532         * src/prefs_folder_item.c
1533                 less compilation warnings (thanks to Fabien Vantard), less typos.
1534
1535 2006-06-28 [paul]       2.3.1cvs30
1536
1537         * src/gtk/gtkutils.c
1538                 gtk_combo_box_set_focus_on_click() is only
1539                 available since gtk 2.6.0
1540
1541 2006-06-28 [paul]       2.3.1cvs29
1542
1543         * src/prefs_ext_prog.c
1544                 fix engrish and add a tooltip for the
1545                 'command for 'Display as text' option
1546
1547 2006-06-28 [paul]
1548
1549         2.4.0-rc1 released
1550
1551 2006-06-28 [paul]       2.3.1cvs28
1552
1553         * ChangeLog
1554         * tools/Makefile.am
1555                 include textviewer.pl in releases
1556
1557 2006-06-28 [paul]       2.3.1cvs27
1558
1559         * src/prefs_ext_prog.c
1560                 hide Print command option if libgnomeprint
1561                 support is present
1562
1563 2006-06-27 [colin]      2.3.1cvs26
1564
1565         * src/compose.c
1566                 Fix Esc handling in insert/attach dialog
1567                 Don't show this dialog if dragging something
1568                 else than text/uri-list
1569                 Thanks to Fabien Vantard
1570         * tools/textviewer.pl
1571                 Filter script to display stuff as text
1572                 by H. Merijn Brand
1573
1574 2006-06-27 [wwp]        2.3.1cvs25
1575
1576         * src/messageview.c
1577                 use the exact product name (message view title), patch
1578                 by Fabien Vantard.
1579
1580 2006-06-27 [ticho]      2.3.1cvs24
1581
1582         * src/prefs_account.c
1583         * src/prefs_common.c
1584         * src/prefs_common.h
1585         * src/prefs_ext_prog.c
1586         * src/textview.c
1587                 Add a preference (Preferences/External programs)
1588                 to allow "Display as text" to be done via a script
1589                 (patch by H.Merijn Brand).
1590                 Use GtkComboBox for protocol selection in account
1591                 preferences.
1592                 Only include current choice for existing accounts, and
1593                 insensitivize the combobox.
1594
1595 2006-06-27 [paul]       2.3.1cvs23
1596
1597         * src/mbox.c
1598                 fix crasher introduced in cvs21.
1599                 Thanks to Colin
1600
1601 2006-06-26 [colin]      2.3.1cvs22
1602
1603         * src/mbox.c
1604                 Fix double-frees when leaving folders
1605                 after exporting to mbox
1606
1607 2006-06-26 [colin]      2.3.1cvs21
1608
1609         * src/mbox.c
1610                 More feedback (and optimisation)
1611                 on import/export
1612         * src/common/utils.c
1613                 Fix case when looking for mail addresses
1614         * src/gtk/gtkutils.c
1615                 Extra check for (X-)Face
1616
1617 2006-06-25 [ticho]      2.3.1cvs20
1618
1619         * src/compose.c
1620         * src/exphtmldlg.c
1621         * src/gtk/gtkutils.c
1622         * src/gtk/gtkutils.h
1623                 Added second argument to gtkut_sc_combobox_create() to
1624                 control focus-on-click for the widget.
1625                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
1626
1627 2006-06-25 [ticho]      2.3.1cvs19
1628
1629         * src/compose.c
1630         * src/gtk/Makefile.am
1631         * src/gtk/combobox.c
1632         * src/gtk/combobox.h
1633         * src/gtk/gtkutils.c
1634         * src/gtk/gtkutils.h
1635                 Use GtkComboBox instead of deprecated GtkOptionMenu
1636                 for account selector in compose window and for encoding
1637                 selector in attachment properties.
1638                 Also factorise working with the new GtkComboBox somewhat.
1639
1640 2006-06-24 [paul]       2.3.1cvs18
1641
1642         * src/prefs_common.c
1643                 use the correct default value
1644
1645 2006-06-24 [paul]       2.3.1cvs17
1646
1647         * src/compose.c
1648         * src/prefs_common.c
1649         * src/prefs_common.h
1650         * src/prefs_compose_writing.c
1651                 enable setting of default action when
1652                 dnd'ing files in the compose window.
1653                 (Collaborative effort with wwp)
1654
1655 2006-06-23 [wwp]        2.3.1cvs16
1656
1657         * src/compose.c
1658                 i18n fix (thanks to Fabien Vantard)
1659
1660 2006-06-22 [colin]      2.3.1cvs15
1661
1662         * src/prefs_customheader.c
1663                 Don't use filters in custom headers' file 
1664                 selector. Remember, extensions mean nothing :)
1665
1666 2006-06-22 [paul]       2.3.1cvs14
1667
1668         * configure.ac
1669                 allow setting of man directory location
1670
1671 2006-06-22 [colin]      2.3.1cvs13
1672
1673         * src/mainwindow.c
1674                 Add 'View/Go to/Next unread folder'.
1675                 I missed that :)
1676
1677 2006-06-22 [colin]      2.3.1cvs12
1678
1679         * src/common/utils.c
1680                 Add some subject prefixes
1681                 Patch by Bjorn T Johansen <btj@havleik.no>
1682
1683 2006-06-22 [colin]      2.3.1cvs11
1684
1685         * manual/advanced.xml
1686                 Forgotten hidden pref
1687
1688 2006-06-21 [paul]       2.3.1cvs10
1689
1690         * src/prefs_account.c
1691                 complete the removal of 'Add date header' option
1692
1693 2006-06-21 [paul]       2.3.1cvs9
1694
1695         * src/account.c
1696         * src/compose.c
1697         * src/prefs_account.c
1698         * src/prefs_account.h
1699                 remove option to add date header - always
1700                 add date header
1701         * src/etpan/imap-thread.c
1702                 fix warnings (Thanks to Colin)
1703
1704 2006-06-21 [wwp]        2.3.1cvs8
1705
1706         * src/folder.c
1707                 set the attachment flag when inline text part are (file)named. This is more convenient
1708                 when receiving (for instance) inline source files or patches sent using thunderbird.
1709
1710 2006-06-21 [paul]       2.3.1cvs7
1711
1712         * src/inc.c
1713                 fix off-by-one count of current msg in
1714                 statusbar filtering progressbar
1715
1716 2006-06-21 [paul]       2.3.1cvs6
1717
1718         * src/folder.c
1719                 Show attachment icon even if the part is 'inline'
1720                 if the following conditions are met:
1721                 - content-type != 'text/plain'
1722                 - content-type != '*/pgp-signature'
1723                 - either 'name' or 'filename' parameter is not NULL
1724                 
1725                 Thanks to Colin
1726
1727 2006-06-21 [paul]       2.3.1cvs5
1728
1729         * src/messageview.c
1730         * src/prefs_common.c
1731         * src/prefs_common.h
1732         * src/prefs_other.c
1733                 add an option to 'Never send Return
1734                 Receipts'
1735                 Thanks to Colin
1736
1737 2006-06-20 [mones]      2.3.1cvs4
1738
1739         * po/es.po
1740                 updated
1741         * src/compose.c
1742                 typo fixed (space after comma)
1743         * tools/make.themes.project
1744                 remove exec mode from tarball files
1745
1746 2006-06-20 [colin]      2.3.1cvs3
1747
1748         * src/news.c
1749         * src/procheader.c
1750         * src/unmime.c
1751                 Better fix for \n's in headers (don't 
1752                 break Received: and others)
1753
1754 2006-06-20 [paul]       2.3.1cvs2
1755
1756         * src/alertpanel.c
1757         * src/textview.c
1758                 improve legibility of phishing attempt
1759                 dialog
1760
1761 2006-06-20 [paul]       2.3.1cvs1
1762
1763         * NEWS
1764         * README
1765         * configure.ac
1766                 Update version number following
1767                 stable release
1768
1769 2006-06-20 [colin]      2.3.0cvs26
1770
1771         * src/compose.c
1772                 When dragging a file to the text of the compose
1773                 window, ask whether we want to insert or attach
1774                 (I know lots of people who do that to attach)
1775
1776 2006-06-20 [colin]      2.3.0cvs25
1777
1778         * src/etpan/imap-thread.c
1779                 Fix threshold (the append command is often > 32 bytes)
1780
1781 2006-06-19 [colin]      2.3.0cvs24
1782
1783         * src/imap.c
1784         * src/etpan/imap-thread.c
1785                 Workaround Rockliffe IMAP server bug: replace
1786                 "x UID SEARCH (ANSWERED UID 1:*)" with
1787                 "x UID SEARCH ANSWERED"
1788                 (Rockliffe doesn't handle the parenthesis)
1789
1790 2006-06-19 [colin]      2.3.0cvs23
1791
1792         * src/compose.c
1793         * src/imap.c
1794         * src/etpan/imap-thread.c
1795                 Probably fix bug #972 (Freezes when adding 
1796                 an attachment to the message)
1797         * src/common/defs.h
1798                 Modernize Firefox cmd
1799
1800
1801 2006-06-18 [colin]      2.3.0cvs22
1802
1803         * src/prefs_customheader.c
1804                 Only allow correct filenames for various
1805                 custom headers
1806
1807 2006-06-18 [colin]      2.3.0cvs21
1808
1809         * src/prefs_customheader.c
1810                 Add a 'From File...' button in custom headers prefs, which
1811                 try to do the right thing: 
1812                 for normal headers, use file as plaintext,
1813                 for X-Face, calls compface,
1814                 for Face, encode to b64.
1815
1816 2006-06-17 [colin]      2.3.0cvs20
1817
1818         * src/mh.c
1819                 Warning fix
1820
1821 2006-06-16 [colin]      2.3.0cvs19
1822
1823         * src/summaryview.c
1824                 Recursive quicksearch: show message list
1825                 in current folder, *then* search children
1826                 in the background.
1827
1828 2006-06-16 [colin]      2.3.0cvs18
1829
1830         * src/main.c
1831                 Instead of ignoring SIGPIPE, save caches
1832                 when getting one. Will fix the fact that
1833                 hot caches are out-of-date when logging 
1834                 out of Xorg.
1835         * src/compose.c
1836         * src/prefs_compose_writing.c
1837                 Only save text (not attachments) when 
1838                 auto-saving to drafts
1839         * src/unmime.c
1840                 Always replace \n, \r and \t with spaces
1841                 in headers
1842         * manual/dist/html/Makefile.am
1843         * manual/dist/pdf/Makefile.am
1844         * manual/dist/ps/Makefile.am
1845         * manual/dist/txt/Makefile.am
1846         * manual/fr/dist/html/Makefile.am
1847         * manual/fr/dist/pdf/Makefile.am
1848         * manual/fr/dist/ps/Makefile.am
1849         * manual/fr/dist/txt/Makefile.am
1850         * manual/pl/dist/html/Makefile.am
1851         * manual/pl/dist/pdf/Makefile.am
1852         * manual/pl/dist/ps/Makefile.am
1853         * manual/pl/dist/txt/Makefile.am
1854                 Fix make clean removing pregenerated manuals
1855
1856
1857 2006-06-16 [colin]      2.3.0cvs17
1858
1859         * src/plugins/pgpcore/sgpgme.c
1860         * src/plugins/pgpmime/pgpmime.c
1861         * src/plugins/pgpinline/pgpinline.c
1862                 Better error reporting in setup_signers.
1863                 Don't fallback to default key if specified
1864                 key isn't found.
1865                 Don't allow signing if more than one secret
1866                 key matches the one specified in prefs.
1867
1868 2006-06-15 [colin]      2.3.0cvs16
1869
1870         * src/folderview.c
1871                 Add "Send queue" in the folder's contextual
1872                 menu
1873         * src/compose.c
1874         * src/messageview.c
1875         * src/privacy.c
1876         * src/privacy.h
1877         * src/procmime.c
1878         * src/procmsg.c
1879         * src/plugins/pgpcore/passphrase.c
1880         * src/plugins/pgpcore/sgpgme.c
1881         * src/plugins/pgpinline/pgpinline.c
1882         * src/plugins/pgpmime/pgpmime.c
1883                 Better error reporting
1884         * src/mbox.c
1885                 Probably fix bug #971 (2.2.3 cannot read mail 
1886                 from local mbox)
1887
1888
1889 2006-06-15 [mones]      2.3.0cvs15
1890
1891         * tools/make.themes.project
1892                 creates the themes project from the web page
1893
1894 2006-06-15 [colin]      2.3.0cvs14
1895
1896         * src/folder.c
1897                 Better fix (avoid losing the folder if scan_tree 
1898                 fails)
1899
1900 2006-06-15 [cleroy]     2.3.0cvs13
1901
1902         * src/folder.c
1903                 Probably fix Bug #969 (crash on rebuilding 
1904                 imap folder)
1905
1906 2006-06-14 [colin]      2.3.0cvs12
1907
1908         * manual/dtd/manual.xsl
1909         * manual/sylpheed-claws-manual.xml
1910         * manual/fr/sylpheed-claws-manual.xml
1911         * manual/pl/sylpheed-claws-manual.xml
1912                 Insert pagebreaks between sections
1913
1914 2006-06-14 [paul]       2.3.0cvs11
1915
1916         * configure.ac
1917                 better fix than 2.3.0cvs10
1918
1919 2006-06-14 [paul]       2.3.0cvs10
1920
1921         * configure.ac
1922                 fix setting of PACKAGE_DATA_DIR with newer autoconf
1923                 (backwards compatible)
1924
1925 2006-06-13 [colin]      2.3.0cvs9
1926
1927         * src/messageview.c
1928                 Fix sending of return receipt with the new queue folders
1929
1930 2006-06-13 [wwp]        2.3.0cvs8
1931
1932         * src/quote_fmt_lex.l
1933                 fix wrong tokens returned in quote_fmt lexer, query not().
1934
1935 2006-06-13 [wwp]        2.3.0cvs7
1936
1937         * src/folder.c
1938         * src/prefs_folder_item.c
1939                 allow changing folder type even when folder is not a top-level one,
1940                 thanks to Colin.
1941
1942 2006-06-12 [colin]      2.3.0cvs6
1943
1944         * src/folderview.c
1945                 Fix double-ask of "Do you want to mark all
1946                 as read"
1947
1948 2006-06-12 [colin]      2.3.0cvs5
1949
1950         * src/compose.c
1951         * src/compose.h
1952         * src/folder.c
1953         * src/folder.h
1954         * src/imap.c
1955         * src/inc.c
1956         * src/main.c
1957         * src/messageview.c
1958         * src/mh.c
1959         * src/prefs_folder_item.c
1960         * src/procheader.c
1961         * src/procmime.c
1962         * src/procmsg.c
1963         * src/procmsg.h
1964         * src/send_message.c
1965         * src/summaryview.c
1966         * src/toolbar.c
1967                 Apply bug #964's patch (Queue and drafts aren't normal)
1968                 The Drafts and Queue folder now contain RFC-822 files,
1969                 allowing to move and copy mails from and to these 
1970                 folders. Moving from Drafts to Queue will prepare the
1971                 mail for sending (PGP signature, encryption, etc).
1972                 This patch also rework sending errors handling to try
1973                 to be more helpful.
1974                 Also, allow redefining folder types via the GUI 
1975                 (Folder type in its Properties)
1976
1977 2006-06-12 [colin]      2.3.0cvs4
1978
1979         * src/summaryview.c
1980         * src/prefs_common.c
1981         * src/prefs_common.h
1982         * src/gedit-print.c
1983                 Allow to define a specific print font - patch
1984                 by Bernhard Walle <bernhard.walle@gmx.de>
1985         * src/prefs_fonts.c
1986         * manual/advanced.xml
1987         * manual/fr/advanced.xml
1988                 Add a hidden pref to allow deletion without
1989                 confirmation
1990
1991 2006-06-12 [wwp]        2.3.0cvs3
1992
1993         * .cvsignore
1994                 more files to ignore.
1995
1996 2006-06-12 [wwp]        2.3.0cvs2
1997
1998         * src/quote_fmt.c
1999         * src/quote_fmt_lex.l
2000         * src/quote_fmt_parse.y
2001                 extend the quote_fmt parser (templates and quotes):
2002                 - allow limited sub-expressions in |p{} and |f{} expressions,
2003                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
2004                 - implemented/fixed missing implementation of query_references and show_references,
2005                 - completed, fixed contents and format of the symbols help dialog,
2006                 - fix some compilation warnings.
2007
2008 2006-06-12 [wwp]        2.3.0cvs1
2009
2010         * manual/advanced.xml
2011         * manual/fr/advanced.xml
2012                 updates in the "templates" section of the manual (eng/fr):
2013                  - be more precise (both versions)
2014                  - completed to match the english reference (fr version)
2015                  - touchups (both versions)
2016
2017 2006-06-12 [paul]       2.3.0
2018
2019         2.3.0 released
2020
2021 2006-06-12 [paul]       2.2.3cvs14
2022
2023         * po/ca.po
2024         * po/cs.po
2025         * po/de.po
2026         * po/el.po
2027         * po/fr.po
2028         * po/it.po
2029         * po/pt_BR.po
2030         * po/sr.po
2031         * po/zh_CN.po
2032                 updated by Miquel Oliete, Tim, Stephan Sachse,
2033                 Stavros Giannouris, Fabien Vantard, Andrea
2034                 Spadaccini, Frederico Goncalves Guimaraes,
2035                 Aleksandar Urosevic, and Ralgh Young
2036
2037 2006-06-12 [colin]      2.2.3cvs13
2038
2039         * src/mbox.c
2040                 Add missing header
2041
2042 2006-06-11 [colin]      2.2.3cvs12
2043
2044         * src/msgcache.c
2045                 Verify that g_malloc() succeeded
2046
2047 2006-06-11 [colin]      2.2.3cvs11
2048
2049         * src/wizard.c
2050                 Add Face header to welcome mail
2051
2052 2006-06-10 [colin]      2.2.3cvs10
2053
2054         * src/textview.c
2055                 Revert previous (Forgot it changes the
2056                 margin on the whole mail)
2057
2058 2006-06-10 [colin]      2.2.3cvs9
2059
2060         * src/textview.c
2061                 Don't overlap long headers under (X-)Face
2062
2063 2006-06-10 [mones]      2.2.3cvs8
2064
2065         * manual/xml2pdf
2066                 allow generation of manual on systems lacking saxon binary
2067                 but with java and the saxon library installed
2068
2069         * po/es.po
2070                 updated for release
2071
2072 2006-06-09 [colin]      2.2.3cvs7
2073
2074         * src/summaryview.c
2075                 Fix leak when using Display Sender using Addressbook
2076
2077 2006-06-09 [colin]      2.2.3cvs6
2078
2079         * src/compose.c
2080         * src/folder.c
2081         * src/folderview.c
2082         * src/mimeview.c
2083         * src/summaryview.c
2084                 More leaks fixes
2085
2086 2006-06-09 [paul]       2.2.3cvs5
2087
2088         * AUTHORS
2089         * src/gtk/authors.h
2090         * tools/claws.i18n.status.pl
2091                 updated with new info
2092
2093 2006-06-09 [paul]       2.2.3cvs4
2094
2095         * README
2096                 updated
2097         * manual/ack.xml
2098                 add wwp to authors list
2099         * src/gtk/authors.h
2100                 update mine and Colin's addresses
2101
2102 2006-06-08 [colin]      2.2.3cvs3
2103
2104         * src/etpan/imap-thread.c
2105                 Fix leak on SSL cert check
2106
2107 2006-06-08 [colin]      2.2.3cvs2
2108
2109         * src/common/utils.c
2110                 Fix leak
2111
2112 2006-06-08 [paul]       2.2.3cvs1
2113
2114         * configure.ac
2115                 Update version number following
2116                 stable release
2117
2118 2006-06-07 [colin]      2.2.2cvs3
2119
2120         * src/msgcache.c
2121                 Fix catching cache read errors (guint instead of gint)
2122                 Prevent malloc'ing more than 8MB (means cache corruption)
2123
2124 2006-06-07 [paul]       2.2.2cvs2
2125
2126         * src/exporthtml.c
2127         * src/exportldif.c
2128         * src/mh.c
2129         * src/mutt.c
2130         * src/pine.c
2131         * src/common/utils.c
2132                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
2133                 obey $HOME'
2134                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
2135                 Thanks to Colin
2136
2137 2006-06-06 [paul]       2.2.2cvs1
2138
2139         * configure.ac
2140                 Update version number following
2141                 stable release
2142
2143 2006-06-06 [paul]       2.2.1cvs6
2144
2145         * src/matcher.c
2146                 fix  implicit declaration of
2147                 sylpheed_do_idle()
2148                 Patch by Fabien Vantard
2149
2150 2006-06-06 [paul]       2.2.1cvs5
2151
2152         * src/matcher.c
2153                 fix age_greater and age_lower so that they
2154                 mean what say and not '...or equal to'
2155                 Thanks to Colin
2156
2157 2006-06-06 [paul]       2.2.1cvs4
2158
2159         * src/textview.c
2160         * src/common/utils.c
2161                 fix URI check
2162                 Thanks to Colin
2163
2164 2006-06-05 [wwp]        2.2.1cvs3
2165
2166         * manual/fr/account.xml
2167                 minor language fixes (thanks to Fabien Vantard).
2168
2169 2006-06-05 [colin]      2.2.1cvs2
2170
2171         * src/prefs_folder_item.c
2172         * src/folderview.c
2173                 Allow recursive setting of properties 
2174                 for whole mailboxes
2175         * src/matcher.c
2176                 Don't freeze on 'test' filtering rule
2177
2178 2006-06-05 [colin]      2.2.1cvs1
2179
2180         * configure.ac
2181                 Update version number following
2182                 stable release
2183
2184 2006-06-04 [wwp]        2.2.0cvs82
2185
2186         * manual/glossary.xml
2187         * manual/account.xml
2188         * manual/fr/glossary.xml
2189         * manual/fr/account.xml
2190                 added glossary section and references/links related to the Face custom header.
2191
2192 2006-06-04 [colin]      2.2.0cvs81
2193
2194         * src/summaryview.c
2195                 Skip to next message on move with no
2196                 immediate execution
2197
2198 2006-06-04 [wwp]        2.2.0cvs80
2199
2200         * manual/xml2pdf
2201                 added sanity checks, exit when needed.
2202
2203 2006-06-03 [paul]       2.2.0cvs79
2204
2205         * src/prefs_receive.c
2206                 page name is now 'Receiving'
2207         * src/prefs_send.c
2208                 page name is now 'Sending'
2209
2210 2006-06-03 [colin]      2.2.0cvs78
2211
2212         * src/plugins/spamassassin/spamassassin_gtk.c
2213                 Autoswitch to Localhost if transport was previously
2214                 disabled. Else people had to check [] Enable, then
2215                 *reselect* transport.
2216
2217 2006-06-03 [colin]      2.2.0cvs77
2218
2219         * src/plugins/pgpinline/pgpinline.c
2220         * src/plugins/pgpmime/pgpmime.c
2221                 Check that gpg_data_release_and_get_mem 
2222                 didn't fail (now, why this happens...)
2223
2224 2006-06-03 [colin]      2.2.0cvs76
2225
2226         * src/mbox.c
2227                 Fix bug #962 (Manual and/or UI should 
2228                 warn about incompatible locking 
2229                 causing dataloss)
2230
2231 2006-06-02 [cleroy]     2.2.0cvs75
2232
2233         * src/filtering.c
2234         * src/folder.c
2235         * src/procmsg.c
2236         * src/summaryview.c
2237                 Fix a few leaks
2238
2239 2006-06-02 [colin]      2.2.0cvs74
2240
2241         * src/main.c
2242                 On exit, free caches after writing them
2243                 Shuts up some valgrind false positives
2244         * src/procmsg.c
2245         * src/send_message.c
2246                 Fix races when reusing existing SMTP connections
2247                 Fix inexistant session timeout
2248         * src/toolbar.c
2249                 Display alertpanel after all queues have
2250                 been processed, not after each
2251
2252 2006-06-02 [wwp]        2.2.0cvs73
2253
2254         * manual/fr/glossary.xml
2255         * manual/fr/ack.xml
2256         * manual/ack.xml
2257                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
2258
2259 2006-06-02 [wwp]        2.2.0cvs72
2260
2261         * manual/xml2pdf
2262         * manual/dist/pdf/Makefile.am
2263         * manual/dtd/manual.xsl
2264         * manual/fr/dist/pdf/Makefile.am
2265         * manual/pl/dist/pdf/Makefile.am
2266                 we changed the procedure to generate the .pdf version of the manual.
2267                 The procedure is more modern and the .pdf we get now has a valid index.
2268                 Here are the new pre-requisites:
2269
2270                 - JRE 1.x (1.4 here): there must be one from your distro
2271                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
2272                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
2273                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
2274
2275                 See my posts for further info about the installation of this toolchain:
2276
2277                 Date: Fri, 19 May 2006 19:40:06 +0200
2278                 From: wwp <subscript@free.fr>
2279                 To: sylpheed-claws-devel@lists.sourceforge.net
2280                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
2281
2282                 and
2283
2284                 Date: Wed, 24 May 2006 12:58:49 +0200
2285                 From: wwp <subscript@free.fr>
2286                 To: sylpheed-claws-devel@lists.sourceforge.net
2287                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
2288
2289 2006-06-01 [colin]      2.2.0cvs71
2290
2291         * src/compose.c
2292                 Better guards against IMAP races
2293         * src/main.c
2294         * src/prefs_common.c
2295         * src/prefs_common.h
2296         * src/common/ssl_certificate.c
2297         * src/etpan/imap-thread.c
2298         * src/etpan/imap-thread.h
2299         * src/gtk/sslcertwindow.c
2300                 New hidden option ssl_skip_cert_check to 
2301                 avoid dups of bug #959 (libetpan linked
2302                 against gnutls and gnutls buggy on 64bit)
2303                 Present expired warning only once per
2304                 session/server.
2305         * manual/advanced.xml
2306         * manual/fr/advanced.xml
2307                 Document new option
2308
2309 2006-06-01 [wwp]        2.2.0cvs70
2310
2311         * src/messageview.c
2312                 fix for bug #961 (return receipt dialog 
2313                 complains incorrectly about return-path 
2314                 email adress being different), thanks 
2315                 to Colin.
2316
2317 2006-05-31 [cleroy]     2.2.0cvs69
2318
2319         * src/common/ssl.c
2320                 Guard against NULLs, although this
2321                 should never be an issue
2322
2323 2006-05-31 [colin]      2.2.0cvs68
2324
2325         * src/filtering.c
2326                 Use g_slist_prepend
2327         * src/imap.c
2328                 Don't remove caches when destroying folder, it
2329                 could (should) be done at exit
2330         * src/inc.c
2331                 free processing cache after incorporation
2332         * src/etpan/imap-thread.c
2333                 Maybe fix bug #959 (Crash on moving to emails 
2334                 to a imap account per ssl with a expired 
2335                 certificate.)
2336
2337 2006-05-30 [colin]      2.2.0cvs67
2338
2339         * src/summaryview.c
2340                 Put back event flush when displaying message
2341                 It avoids reading a bunch of messages just
2342                 by hitting shift-n for too long ;)
2343
2344 2006-05-29 [colin]      2.2.0cvs66
2345
2346         * src/summaryview.c
2347                 Remove useless g_warnings
2348
2349 2006-05-29 [colin]      2.2.0cvs65
2350
2351         * src/imap.c
2352                 Fix g_slist_append()s for performance
2353
2354 2006-05-29 [colin]      2.2.0cvs64
2355
2356         * src/compose.c
2357         * src/common/utils.c
2358                 Fix extraneous tab at start of addresses
2359         * src/mainwindow.c
2360                 Fix warnings (thanks to Fabien)
2361                 Fix crash at exit when composing messages 
2362                 exist
2363         * src/pop.c
2364                 Fix progress bar when deleting expired mails
2365                 Thanks to Hiro
2366         * src/summaryview.c
2367         * src/gtk/gtksctree.c
2368                 Fix re-sorting slowness
2369
2370 2006-05-29 [paul]       2.2.0cvs63
2371
2372         * src/mh.c
2373                 fetch full message when moving mails
2374                 from another mailbox, (fixed data loss
2375                 when filtering from IMAP to MH, introduced
2376                 in 2.2.0cvs57).
2377                 Thanks to Colin
2378
2379 2006-05-29 [mones]      2.2.0cvs62
2380
2381         * src/gtk/gtksctree.c
2382                 Unselect faster (patch by Colin)        
2383
2384 2006-05-26 [colin]      2.2.0cvs61
2385
2386         * src/summaryview.c
2387                 Unplug MSGINFO_UPDATE callback on delete too.
2388
2389 2006-05-26 [colin]      2.2.0cvs60
2390
2391         * src/foldersel.c
2392                 Fix bold in folder selection window with glib2.10
2393                 thanks Hiro
2394
2395 2006-05-26 [colin]      2.2.0cvs59
2396
2397         * src/procheader.c
2398                 Convert date only if necessary (and don't
2399                 try to convert from utf8 to utf8, too)
2400         * src/summaryview.c
2401                 Only set column's text if the column's 
2402                 displayed
2403
2404 2006-05-26 [colin]      2.2.0cvs58
2405
2406         * src/summaryview.c
2407         * src/gtk/gtkutils.c
2408                 Fix useless warning
2409
2410 2006-05-26 [colin]      2.2.0cvs57
2411
2412         * src/mainwindow.c
2413                 Make summaryview selectable as long as 
2414                 no message has focus
2415         * src/mh.c
2416                 Faster deletion (by implementing mh_remove_msgs)
2417                 Faster copy (avoid using mh_fetch_msg just to get
2418                 the filename)
2419                 Faster move (using move_file instead of copy_file
2420                 if MSG_IS_MOVE)
2421                 No progressbar if total number of mails to cp/mv 
2422                 is less than 100
2423         * src/summaryview.c
2424                 Fix removal from subject_table when mail gets moved
2425                 Faster deletion (g_slist_prepend instead of append)
2426         * src/gtk/gtksctree.c
2427                 Remove useless code
2428
2429 2006-05-25 [colin]      2.2.0cvs56
2430
2431         * src/common/ssl_certificate.c
2432                 Fix leak in expired cert check
2433
2434 2006-05-25 [colin]      2.2.0cvs55
2435
2436         * src/mh.c
2437                 Disable flags syncing on .mh_sequences - it
2438                 is buggy and marks mails read under unknown
2439                 conditions.
2440
2441 2006-05-25 [paul]
2442
2443         * 2.3.0-rc4 released
2444
2445 2006-05-24 [colin]      2.2.0cvs54
2446
2447         attention cvs users: if you manage to crash
2448         Sylpheed-Claws while moving, copying or deleting
2449         mails, we *are* interested in stack traces and
2450         valgrind logs. It looks stable, but one never
2451         knows...
2452
2453         * src/folder.c
2454                 Add progressbar for cache updates
2455         * src/folderutils.c
2456                 Optimize Mark all read in the current
2457                 folder
2458         * src/mh.c
2459                 Add progressbar for copy/move
2460         * src/procmsg.c
2461                 Optimize O(n^2) in copy/move
2462         * src/summaryview.c
2463         * src/gtk/gtksctree.c
2464                 Optimize O(n^2) algos
2465         * src/common/timing.h
2466                 Display ms instead of us
2467
2468 2006-05-24 [wwp]        2.2.0cvs53
2469
2470         * manual/fr/advanced.xml
2471                 updates to the French manual.
2472
2473 2006-05-24 [wwp]        2.2.0cvs52
2474
2475         * src/common/utils.c
2476                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
2477
2478 2006-05-24 [wwp]        2.2.0cvs51
2479
2480         * src/folderutils.c
2481                 fixed "mark all read" in MH folders (thanks to Colin).
2482
2483 2006-05-24 [paul]       2.2.0cvs50
2484
2485         * doc/man/sylpheed-claws.1
2486                 updated the man page
2487
2488 2006-05-23 [colin]      2.2.0cvs49
2489
2490         * src/folderview.c
2491         * src/imap.c
2492         * src/inc.c
2493         * src/mbox.c
2494         * src/messageview.c
2495         * src/news.c
2496         * src/send_message.c
2497         * src/summaryview.c
2498         * src/gtk/sslcertwindow.c
2499                 alertpanel fixes, by Fabien
2500
2501 2006-05-23 [colin]      2.2.0cvs48
2502
2503         * src/folder.c
2504         * src/folderview.c
2505         * src/msgcache.c
2506         * src/summaryview.c
2507         * src/gtk/gtksctree.c
2508         * src/gtk/gtksctree.h
2509                 More timings
2510                 Fix slow loading problem, which was caused by the
2511                 use of some gtk_ctree funcs and their use of
2512                 g_list_position while gtk_ctree_(un)link'ing.
2513                 Reap more functions from gtkctree.c to be sure we
2514                 use our (fast) version instead of theirs.
2515         * src/mh.c
2516                 Fix copy of unread mails
2517
2518
2519 2006-05-22 [wwp]        2.2.0cvs47
2520
2521         * manual/fr/advanced.xml
2522                 updated.
2523
2524 2006-05-22 [colin]      2.2.0cvs46
2525
2526         * src/filtering.c
2527                 Fix possible infinite loop. 'copy' is not a 
2528                 final action, so when encountering a 'copy',
2529                 we have to check if a previous one was set
2530                 and do it. In the same way, if we encounter
2531                 a 'move' we have to perform a possibly 
2532                 pending 'copy'. This will slow down filtering
2533                 on IMAP if move+copy or multiple copy actions
2534                 are to be done, but handling it via the batch
2535                 would be really too convoluted.
2536
2537 2006-05-22 [wwp]        2.2.0cvs45
2538
2539         * manual/fr/advanced.xml
2540         * manual/fr/faq.xml
2541         * manual/fr/glossary.xml
2542         * manual/fr/handling.xml
2543         * manual/fr/intro.xml
2544         * manual/fr/plugins.xml
2545         * manual/fr/sylpheed-claws-manual.xml
2546                 sync w/ the english manual: updates URIs, documented mailing-list
2547                 support, better explanation about the enabled/disabled feature
2548                 in filtering/processing rules by Paul.
2549
2550 2006-05-21 [colin]      2.2.0cvs44
2551
2552         * src/summaryview.c
2553                 Don't expand after building threads, but during
2554
2555 2006-05-21 [colin]      2.2.0cvs43
2556
2557         * src/procmsg.c
2558         * src/summaryview.c
2559                 More timing possibilities... For next time I have 
2560                 to find out how the hell some 3GHz computer takes
2561                 one minute to open a 30k folder...
2562
2563 2006-05-21 [colin]      2.2.0cvs42
2564
2565         * manual/pl/advanced.xml
2566         * manual/pl/faq.xml
2567         * manual/pl/glossary.xml
2568         * manual/pl/handling.xml
2569         * manual/pl/intro.xml
2570         * manual/pl/plugins.xml
2571         * manual/pl/sylpheed-claws-manual.xml
2572                 Polish manual updated by Pawel
2573
2574 2006-05-20 [colin]
2575
2576         * 2.3.0-rc3 released
2577
2578 2006-05-20 [colin]      2.2.0cvs41
2579
2580         * src/imap.c
2581                 Fix -rc2 problems:
2582                 - remove cache of moved messages from original folder
2583                 - apply new flags to messages even if they aren't appliable
2584                   via IMAP.
2585
2586 2006-05-20 [colin]
2587
2588         * 2.3.0-rc2 released
2589
2590 2006-05-19 [colin]      2.2.0cvs40
2591
2592         * src/imap.c
2593                 Don't issue SELECT in imap_change_flags
2594                 before having checked that we indeed have
2595                 some flags to change. MSG_POSTFILTERED for
2596                 example can't be used on IMAP.
2597                 Fixes bug #955 (copying messages between 
2598                 imap folders is extremely slow), which was
2599                 a regression.
2600
2601 2006-05-19 [colin]      2.2.0cvs39
2602
2603         * src/folder.c
2604         * src/folder.h
2605         * src/folderview.c
2606                 Try to fix bug #830 (Some unread messages 
2607                 get marked read in IMAP inbox):
2608                 - Prevent scanning a folder if it's being 
2609                   opened via the GUI
2610                 - Postpone opening via the GUI of a folder
2611                   currently scanned.
2612
2613
2614 2006-05-19 [wwp]        2.2.0cvs38
2615
2616         * manual/advanced.xml
2617                 fix English+typo (thanks to Paul).
2618
2619 2006-05-19 [wwp]        2.2.0cvs37
2620
2621         * manual/advanced.xml
2622         * manual/fr/advanced.xml
2623         * src/gtk/logwindow.c
2624         * src/prefs_common.c
2625         * src/prefs_common.h
2626                 added hidden prefs to allow customization of colors used in
2627                 protocol log window (useful for dark gtk+ themes).
2628
2629 2006-05-19 [wwp]        2.2.0cvs36
2630
2631         * ChangeLog
2632                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
2633
2634 2006-05-19 [paul]       2.2.0cvs35
2635
2636         * src/textview.c
2637                 make Reply-To fully clickable
2638         * src/gtk/logwindow.c
2639                 more colouring (SMTP ESMTP)
2640         Both patches by Pawel Pekala
2641
2642 2006-05-19 [cleroy]     2.2.0cvs34
2643
2644         * src/mh.c
2645                 Don't update flags from current folder
2646                 Probably fixes bug #935 (Read Messages 
2647                 Revert to Being Marked as Unread)
2648
2649 2006-05-18 [colin]      2.2.0cvs33
2650
2651         * src/imap.c
2652                 Warning fix
2653         * src/compose.c
2654         * src/mainwindow.c
2655         * src/summaryview.c
2656         * src/toolbar.c
2657                 Allow replying to multiple emails
2658                 in multiple windows
2659         * src/mimeview.c
2660         * src/etpan/imap-thread.c
2661                 Leak fixes
2662
2663 2006-05-18 [paul]       2.2.0cvs32
2664
2665         * src/summaryview.c
2666                 keep Mailing-List menu refreshed
2667                 Thanks to Colin
2668
2669 2006-05-18 [paul]       2.2.0cvs31
2670
2671         * manual/advanced.xml
2672         * manual/faq.xml
2673         * manual/glossary.xml
2674         * manual/handling.xml
2675         * manual/intro.xml
2676         * manual/plugins.xml
2677         * manual/sylpheed-claws-manual.xml
2678                 update URLs
2679                 add info about mailing-list support
2680                 edit filtering info
2681         * src/wizard.c
2682         * src/common/defs.h
2683         * src/gtk/about.c
2684         * src/plugins/dillo_viewer/README
2685                 update URLs
2686
2687 2006-05-17 [wwp]        2.2.0cvs30
2688
2689         * manual/handling.xml
2690         * manual/fr/handling.xml
2691                 documented the ability to enabled/disable filtering/processing rules.
2692
2693 2006-05-17 [colin]      2.2.0cvs29
2694
2695         * src/main.c
2696                 Don't initialize g_thread subsystem if it's 
2697                 already done (thanks to Hiro)
2698         * src/mimeview.c
2699                 Fix saving of parts when there name can't be
2700                 converted from UTF-8.
2701
2702 2006-05-17 [paul]       2.2.0cvs28
2703
2704         * po/Makefile.in.in
2705                 fix config.status warning with autoconf 2.60
2706
2707 2006-05-17 [paul]       2.2.0cvs27
2708
2709         * po/POTFILES.in
2710                 add src/mbox.c
2711
2712 2006-05-17 [wwp]        2.2.0cvs26
2713
2714         * src/mainwindow.c
2715                 fix useless and potentially dangerous buffer walking (thanks to Colin).
2716
2717 2006-05-17 [wwp]        2.2.0cvs25
2718
2719         * src/plugins/demo/demo.c
2720                 updated product name in plugin demo (many plugins need to be
2721                 sync'ed w/ that change).
2722
2723 2006-05-17 [colin]      2.2.0cvs24
2724
2725         * src/mh.c
2726                 Fix leak
2727
2728 2006-05-16 [colin]      2.2.0cvs23
2729
2730         * src/mainwindow.c
2731                 Stupid me hit again. Fix cvs22.
2732
2733 2006-05-16 [colin]      2.2.0cvs22
2734
2735         * src/mainwindow.c
2736                 Fix bug #922 (sylpheed-claws crashed after 
2737                 pushing on Inbox folder)
2738
2739 2006-05-16 [colin]      2.2.0cvs21
2740
2741         * src/compose.c
2742                 Make From header be copy/paste/select-able
2743
2744 2006-05-16 [wwp]        2.2.0cvs20
2745
2746         * src/export.c
2747         * src/matcher.c
2748         * src/summaryview.c
2749         * src/etpan/imap-thread.c
2750                 fix some compiler warnings (thanks to Colin).
2751
2752 2006-05-16 [wwp]        2.2.0cvs19
2753
2754         * src/action.c
2755         * src/gedit-print.c
2756         * src/inc.c
2757         * src/mainwindow.c
2758         * src/mh.c
2759         * src/statusbar.c
2760         * src/send_message.c
2761         * src/summaryview.c
2762                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
2763
2764 2006-05-15 [colin]      2.2.0cvs18
2765
2766         * src/procmsg.c
2767                 Fix automatic rule creation with List-Post
2768
2769 2006-05-15 [paul]       2.2.0cvs17
2770
2771         * tools/filter_conv_new.pl
2772                 updated for rule enabling/disabling
2773                 claws version >= 2.3.x required
2774
2775 2006-05-15 [cleroy]     2.2.0cvs16
2776
2777         * src/main.c
2778                 Revert test
2779
2780 2006-05-15 [cleroy]     2.2.0cvs15
2781
2782         * src/main.c
2783                 test
2784
2785 2006-05-15 [wwp]        2.2.0cvs14
2786
2787         * manual/pl/.cvsignore
2788                 ignore generated files.
2789
2790 2006-05-14 [wwp]        2.3.0-rc1
2791
2792         * 2.3.0-rc1 released
2793
2794 2006-05-13 [wwp]        2.2.0cvs13
2795
2796         * src/filtering.c
2797         * src/filtering.h
2798         * src/matcher.c
2799         * src/matcher_parser_lex.l
2800         * src/matcher_parser_parse.y
2801         * src/prefs_filtering.c
2802                 new feature: provide the ability to disable filtering and processing
2803                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
2804                 adaptations.
2805
2806 2006-05-13 [colin]      2.2.0cvs12
2807
2808         * src/compose.c
2809                 Remove useless if (a) b; else b;
2810                 Thanks to wwp
2811
2812 2006-05-13 [wwp]        2.2.0cvs11
2813
2814         * src/export.c
2815         * src/import.c
2816         * src/mainwindow.c
2817         * src/mbox.c
2818         * src/summaryview.c
2819         * src/summaryview.h
2820                 no more silent failures (or at least less ones) when importing
2821                 or exporting from/to mbox. Also start importing/exporting if
2822                 the necessary info is set.
2823
2824 2006-05-13 [wwp]        2.2.0cvs10
2825
2826         * RELEASE_NOTES
2827                 restored up-to-date release notes.
2828
2829 2006-05-13 [paul]       2.2.0cvs9
2830
2831         * po/nl.po
2832         * po/ru.po
2833                 updated by Tim Dijkstra and Pavlo Bohmat
2834
2835 2006-05-12 [colin]      2.2.0cvs8
2836
2837         * src/gtk/quicksearch.c
2838                 Add "k" as shortcut for "colorlabel". Patch
2839                 by ath42@users.sf.net.
2840
2841 2006-05-12 [paul]       2.2.0cvs7
2842
2843         * src/prefs_common.h
2844         * src/prefs_summaries.c
2845         * src/summaryview.c
2846                 when entering a folder also allow
2847                 going directly to first Marked message
2848
2849 2006-05-12 [paul]       2.2.0cvs6
2850
2851         * src/summaryview.c
2852                 always obey 'confirm before marking all
2853                 mails read' option
2854
2855 2006-05-12 [paul]       2.2.0cvs5
2856
2857         * src/textview.c
2858                 make Sender fully clickable
2859
2860 2006-05-12 [colin]      2.2.0cvs4
2861
2862         * src/compose.c
2863         * src/compose.h
2864                 Let From be editable
2865         * src/main.c
2866         * src/mh.c
2867                 Full support of .mh_sequences' Unseen seq
2868
2869 2006-05-12 [colin]      2.2.0cvs3
2870
2871         * src/folder.c
2872         * src/mainwindow.c
2873         * src/mainwindow.h
2874         * src/messageview.c
2875         * src/prefs_spelling.c
2876         * src/procheader.c
2877         * src/procmsg.c
2878         * src/procmsg.h
2879         * src/summaryview.c
2880         * src/toolbar.c
2881         * src/toolbar.h
2882                 Add contextual menu on Compose toolbar
2883                 button. Fixes bug #944 (Automatic
2884                 addresses not applied when changing account
2885                 from compose window)
2886                 add Mailing List support
2887                 based on the old 0.6.5claws25 patch by
2888                 Melvin Hadasht, with finishing touches
2889                 by Colin
2890                 Fix "ignore thread" when mails are threaded by
2891                 subject (and weren't ignored although appearing
2892                 in the thread).
2893                 GUI rework.
2894                 Both patches by Pawel.
2895
2896 2006-05-08 [paul]       2.2.0cvs2
2897
2898         * src/mainwindow.c
2899         * src/mainwindow.h
2900         * src/messageview.c
2901         * src/procheader.c
2902         * src/procmsg.c
2903         * src/procmsg.h
2904         * src/summaryview.c
2905                 add Mailing List support
2906                 based on the old 0.6.5claws25 patch by 
2907                 Melvin Hadasht, with finishing touches
2908                 by Colin
2909
2910 2006-05-08 [colin]      2.2.0cvs1
2911
2912         * src/mainwindow.c
2913         * src/toolbar.c
2914         * src/toolbar.h
2915                 Add contextual menu on Compose toolbar 
2916                 button. Fixes bug #944 (Automatic 
2917                 addresses not applied when changing account 
2918                 from compose window)
2919
2920 2006-05-08 [paul]       2.2.0
2921
2922         2.2.0 released
2923
2924 2006-05-08 [paul]       2.1.1cvs51
2925
2926         * po/cs.po
2927         * po/de.po
2928         * po/en_GB.po
2929         * po/fi.po
2930         * po/fr.po
2931         * po/pt_BR.po
2932         * po/sr.po
2933         * po/zh_CN.po
2934                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
2935                 Fabien Vantard, Frederico Goncalves Guimaraes,
2936                 Aleksandar Urosevic, and Ralgh Young
2937
2938 2006-05-12 [colin]      2.1.1cvs50
2939
2940         * po/cs.po
2941         * po/de.po
2942         * po/en_GB.po
2943         * po/es.po
2944         * po/fi.po
2945         * po/fr.po
2946         * po/pt_BR.po
2947         * po/sr.po
2948         * po/zh_CN.po
2949                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
2950                 Fabien Vantard, Frederico Goncalves Guimaraes,
2951                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
2952
2953 2006-05-05 [colin]      2.1.1cvs49
2954
2955         * manual/Makefile.am
2956         * manual/pl/Makefile.am
2957         * manual/pl/account.xml
2958         * manual/pl/ack.xml
2959         * manual/pl/addrbook.xml
2960         * manual/pl/advanced.xml
2961         * manual/pl/faq.xml
2962         * manual/pl/glossary.xml
2963         * manual/pl/gpl.xml
2964         * manual/pl/handling.xml
2965         * manual/pl/intro.xml
2966         * manual/pl/keyboard.xml
2967         * manual/pl/plugins.xml
2968         * manual/pl/starting.xml
2969         * manual/pl/sylpheed-claws-manual.xml
2970         * manual/pl/dist/.cvsignore
2971         * manual/pl/dist/Makefile.am
2972         * manual/pl/dist/html/.cvsignore
2973         * manual/pl/dist/html/Makefile.am
2974         * manual/pl/dist/pdf/.cvsignore
2975         * manual/pl/dist/pdf/Makefile.am
2976         * manual/pl/dist/ps/.cvsignore
2977         * manual/pl/dist/ps/Makefile.am
2978         * manual/pl/dist/txt/.cvsignore
2979         * manual/pl/dist/txt/Makefile.am
2980                 Add the polish translation of the manual,
2981                 Authored by Pawel Pekala.
2982
2983 2006-05-05 [cleroy]     2.1.1cvs48
2984
2985         * src/main.c
2986                 Re-read matcherrc after loading plugins 
2987                 if some of them add folders.
2988
2989 2006-05-03 [colin]      2.1.1cvs47
2990
2991         * src/imap.c
2992                 I'm idiot
2993
2994 2006-05-03 [colin]      2.1.1cvs46
2995
2996         * src/imap.c
2997                 Be sure to have a session when
2998                 getting separator
2999
3000 2006-05-03 [colin]      2.1.1cvs45
3001
3002         * src/imap.c
3003         * src/imap.h
3004         * src/imap_gtk.c
3005                 Fix preventing renaming with namespace 
3006                 separator.
3007
3008 2006-05-01 [colin]      2.1.1cvs44
3009
3010         * src/action.c
3011                 Don't reload messageview when result of
3012                 action is piped.
3013
3014 2006-04-29 [colin]      2.1.1cvs43
3015
3016         * src/prefs_receive.c
3017         * src/plugins/spamassassin/spamassassin_gtk.c
3018         * src/plugins/clamav/clamav_plugin_gtk.c
3019                 GUI fixes by Pawel
3020
3021 2006-04-29 [colin]      2.1.1cvs42
3022
3023         * src/prefs_compose_writing.c
3024         * src/prefs_quote.c
3025                 Cleanups. Patch by Pawel
3026
3027 2006-04-28 [paul]       2.1.1cvs41
3028
3029         * src/matcher.c
3030                 fix returned quick search results when search
3031                 term contains an underscore.
3032                 Thanks to Colin
3033
3034 2006-04-28 [paul]       2.1.1cvs40
3035
3036         * src/prefs_message.c
3037         * src/prefs_receive.c
3038                 GUI cleanups
3039                 Patches by Pawel Pekala
3040
3041 2006-04-27 [colin]      2.1.1cvs39
3042
3043         * src/wizard.c
3044                 Differentiate subject Welcome from
3045                 window's title Welcome
3046
3047 2006-04-27 [paul]
3048
3049         2.2.0-rc1 released
3050
3051 2006-04-27 [paul]       2.1.1cvs38
3052
3053         * manual/advanced.xml
3054         * manual/fr/advanced.xml
3055                 add info about compose_no_markup hidden pref
3056
3057 2006-04-27 [paul]       2.1.1cvs37
3058
3059         * src/prefs_account.c
3060                 improve privacy labels
3061         * src/prefs_msg_colors.c
3062                 change some strings for translators' convenience
3063         * src/gtk/gtkutils.c
3064                 don't underline the link button text
3065
3066 2006-04-25 [colin]      2.1.1cvs36
3067
3068         * src/folder.c
3069                 Complete 2.1.1cvs33 (once more ;)
3070
3071 2006-04-25 [colin]      2.1.1cvs35
3072
3073         * src/editldap.c
3074                 Fix tooltip
3075
3076 2006-04-25 [cleroy]     2.1.1cvs34
3077
3078         * src/compose.c
3079         * src/gtk/gtkaspell.c
3080                 Fix crash on redirect (related to the return 
3081                 of the aspell menu in compose's toolbar)
3082         * src/prefs_msg_colors.c
3083                 Fix sensitivity widgets
3084         * src/image_viewer.c
3085         * src/gtk/pluginwindow.c
3086         * src/gtk/prefswindow.c
3087                 Change released signals to clicked (Fabien)
3088         * po/POTFILES.in
3089         * src/common/socket.c
3090         * src/plugins/spamassassin/spamassassin.c
3091                 Translate strings (Fabien)
3092
3093 2006-04-25 [paul]       2.1.1cvs33
3094
3095         * src/folder.c
3096         * src/folder.h
3097         * src/folderview.c
3098                 complete the fix of bug #912
3099                 Thanks to Colin
3100
3101 2006-04-25 [colin]      2.1.1cvs32
3102
3103         * src/news.c
3104                 Better progress bar
3105         * src/mimeview.c
3106         * src/summaryview.c
3107         * src/summaryview.h
3108                 Fix focus chain
3109                 Patches by Pawel Pekala
3110
3111 2006-04-24 [colin]      2.1.1cvs31
3112
3113         * src/compose.c
3114                 Fix compilation warnings (Fabien)
3115
3116 2006-04-24 [colin]      2.1.1cvs30
3117
3118         * src/addrindex.c
3119         * src/editldap.c
3120         * src/editldap_basedn.c
3121         * src/editldap_basedn.h
3122         * src/ldapctrl.c
3123         * src/ldapctrl.h
3124         * src/ldapquery.c
3125         * src/ldaputil.c
3126         * src/ldaputil.h
3127                 Fix bug #901 (LDAPS support)
3128
3129 2006-04-24 [colin]      2.1.1cvs29
3130
3131         * src/compose.c
3132                 Fix logic on error with send dialog on
3133         * src/imap.c
3134                 Fix compilation without libetpan, thanks
3135                 to Fabien
3136         * src/summaryview.c
3137                 Fix 'context-menu' key
3138
3139 2006-04-23 [colin]      2.1.1cvs28
3140
3141         * src/folder.c
3142                 Never free current's cache to free up 
3143                 memory. Fixes bug #912 (new count 
3144                 randomly set to message count)
3145
3146 2006-04-23 [colin]      2.1.1cvs27
3147
3148         * src/gtk/quicksearch.c
3149                 And remove printf...
3150
3151 2006-04-23 [colin]      2.1.1cvs26
3152
3153         * src/gtk/quicksearch.c
3154                 Fix replacing in quicksearch, and fix inserting
3155                 in the middle of the string. (introduced at 2.1.0cvs22)
3156
3157 2006-04-23 [colin]      2.1.1cvs25
3158
3159         * src/imap.c
3160                 Make sure uidnext is initialized in get_num_list
3161                 (not for stable, related to 2.1.1cvs8 and friends)
3162
3163 2006-04-23 [colin]      2.1.1cvs24
3164
3165         * src/imap.c
3166                 Output something when login is successful
3167                 too
3168
3169 2006-04-23 [colin]      2.1.1cvs23
3170
3171         * src/etpan/imap-thread.c
3172                 Better logging (line-per-line, hide data in fetch)
3173                 Fix a const warning
3174         * src/gtk/logwindow.c
3175         * src/gtk/logwindow.h
3176                 Better logging (color for input/output)
3177
3178 2006-04-21 [colin]      2.1.1cvs22
3179
3180         * src/gtk/quicksearch.c
3181                 On gtk+-2.8, use stock buttons in quicksearch
3182                 Based on a patch by Fabien and a design by Paul
3183
3184 2006-04-21 [colin]      2.1.1cvs21
3185
3186         * src/folderview.c
3187         * src/mainwindow.c
3188                 Fix occasional flicker in folderview
3189         * src/common/utils.c
3190                 Fix bug #943 (Incorrectly parsed email address 
3191                 list in short headers on message view and in 
3192                 printouts)
3193
3194 2006-04-20 [colin]      2.1.1cvs20
3195
3196         * src/imap.c
3197         * src/imap.h
3198         * src/prefs_account.c
3199                 Add ANONYMOUS auth for IMAP
3200
3201 2006-04-20 [paul]       2.1.1cvs19
3202
3203         * src/main.c
3204                 proper fix for 2.1.1cvs18
3205                 Thanks to Colin
3206
3207 2006-04-20 [paul]       2.1.1cvs18
3208
3209         * src/main.c
3210                 fix build warnings
3211
3212 2006-04-20 [paul]       2.1.1cvs17
3213
3214         * src/gtk/quicksearch.c
3215                 fix standard, non-extended Quick search,
3216                 was broken in 2.1.1cvs15.
3217                 Thanks to Colin.
3218
3219 2006-04-20 [colin]      2.1.1cvs16
3220
3221         * src/prefs_matcher.c
3222                 Fix values when reselecting a ~test
3223                 rule
3224
3225 2006-04-19 [colin]      2.1.1cvs15
3226
3227         * src/compose.c
3228         * src/compose.h
3229         * src/gtk/gtkaspell.c
3230         * src/gtk/gtkaspell.h
3231                 Put back Options menu in Spelling/
3232         * src/gtk/quicksearch.c
3233                 Don't search, and show error, if the
3234                 advanced search has a syntax error
3235
3236 2006-04-18 [colin]      2.1.1cvs14
3237
3238         * src/textview.c
3239                 Fix gdk warnings on set_cursor when textview
3240                 isn't visible
3241
3242 2006-04-18 [colin]      2.1.1cvs13
3243
3244         * src/gtk/gtksctree.c
3245                 Remove seemingly useless refresh that causes
3246                 flicker - watch this commit in case of 
3247                 problems before planned backport to stable
3248
3249 2006-04-18 [colin]      2.1.1cvs12
3250
3251         * src/imap.c
3252                 Factorize get/set_xml code
3253         * src/compose.c
3254         * src/prefs_account.c
3255         * src/prefs_account.h
3256         * src/procmsg.c
3257                 Add Encrypt to self option
3258
3259 2006-04-17 [colin]      2.1.1cvs11
3260
3261         * configure.ac
3262                 Fix search on encrpyt function on dragonfly
3263                 Patch by Jonathan Buschmann <jonthn@agmact.com>
3264
3265 2006-04-17 [colin]      2.1.1cvs10
3266
3267         * src/prefs_account.c
3268                 Be safe by default: remove mails from POP3
3269                 after 7 days, not immediately
3270
3271 2006-04-17 [colin]      2.1.1cvs9
3272
3273         * src/etpan/imap-thread.c
3274                 Fix build on DragonFly - patch by 
3275                 Jonathan Buschmann <jonthn@agmact.com>
3276
3277 2006-04-17 [colin]      2.1.1cvs8
3278
3279         * src/imap.c
3280                 Save uidnext between sessions
3281
3282 2006-04-17 [colin]      2.1.1cvs7
3283
3284         * src/imap.c
3285                 scan is required when uid validity changes
3286
3287 2006-04-17 [colin]      2.1.1cvs6
3288
3289         * src/folderview.c
3290                 Don't scan if not necessary, apart in current
3291                 folder and INBOX to fetch flags.
3292         * src/imap.c
3293                 Scan is necessary if unread count changes
3294
3295 2006-04-17 [colin]      2.1.1cvs5
3296
3297         * src/imap.c
3298                 ...But always fetch ANSWERED and DELETED flags for
3299                 INBOX, as filtering can happen on these flags.
3300
3301 2006-04-17 [colin]      2.1.1cvs4
3302
3303         * src/imap.c
3304                 Don't fetch REPLIED and DELETED flags when synchronising
3305                 flags with a closed folder. We only need UNSEEN and FLAGGED
3306                 to update the folderview.
3307
3308 2006-04-17 [colin]      2.1.1cvs3
3309
3310         * src/imap.c
3311                 Faster flag search when there are new mails 
3312                 in a folder. We can do a full search if the 
3313                 folder contains less messages than the new
3314                 list.
3315
3316 2006-04-17 [colin]      2.1.1cvs2
3317
3318         * po/cs.po
3319         * po/de.po
3320         * po/fr.po
3321         * po/nl.po
3322         * po/pt_BR.po
3323                 Update translations from stable branch
3324
3325 2006-04-17 [colin]      2.1.1cvs1
3326
3327         * configure.ac
3328                 Bump version to follow stable release
3329
3330 2006-04-16 [mones]      2.1.0cvs50
3331
3332         * po/es.po
3333                 Updated for release
3334
3335 2006-04-16 [colin]      2.1.0cvs49
3336
3337         * src/textview.c
3338                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
3339                 with gtk < 2.8. Thanks to Fabien Vantard.
3340
3341 2006-04-15 [colin]      2.1.0cvs48
3342
3343         * src/etpan/imap-thread.c
3344                 Fix bug #919 (libetpan: SEGV when connecting 
3345                 using command)
3346
3347 2006-04-14 [colin]      2.1.0cvs47
3348
3349         * src/main.c
3350                 Fix race on --select (should be done better)
3351
3352 2006-04-14 [wwp]        2.1.0cvs46
3353
3354         * src/send_message.c
3355                 enforce a check for domain in account prefs (a sending
3356                 error could be faced if domain was checked but no value set),
3357                 thanks to Colin.
3358
3359 2006-04-14 [colin]      2.1.0cvs45
3360
3361         * src/codeconv.c
3362                 when converting from unknown to unknown, if the
3363                 string is UTF8, don't convert it to the locale
3364                 (which breaks it)
3365
3366 2006-04-14 [colin]      2.1.0cvs44
3367
3368         * src/compose.c
3369                 Don't try to use ASCII for converting headers
3370                 (as done in body)
3371
3372 2006-04-14 [paul]       2.1.0cvs43
3373
3374         * src/crash.c
3375                 add locale/charset info to crash report
3376         * src/gtk/about.c
3377                 add wwp to doc team
3378                 replace 'e-mail' with preferred 'email'
3379         * src/gtk/authors.h
3380                 ensure contributors list is in alphabetical
3381                 order
3382
3383 2006-04-13 [colin]      2.1.0cvs42
3384
3385         * src/textview.c
3386                 Prevent gdk warnings
3387
3388 2006-04-13 [colin]      2.1.0cvs41
3389
3390         * src/common/ssl_certificate.c
3391         * src/common/ssl_certificate.h
3392         * src/gtk/sslcertwindow.c
3393                 Warn on expired certs, and display the expiration date
3394
3395 2006-04-13 [colin]      2.1.0cvs40
3396
3397         * src/plugins/spamassassin/spamassassin_gtk.c
3398                 Fix missing set_text on unix socket
3399
3400 2006-04-13 [wwp]        2.1.0cvs39
3401
3402         * manual/fr/advanced.xml
3403         * manual/fr/glossary.xml
3404                 applied new spam/ham/email lexicon (pourriel, courriel)
3405
3406 2006-04-13 [paul]       2.1.0cvs38
3407
3408         * src/plugins/pgpmime/plugin.c
3409                 remove the mention of S/MIME from the
3410                 description. This is now handled by the
3411                 S/MIME plugin.
3412
3413 2006-04-13 [paul]       2.1.0cvs37
3414
3415         * src/prefs_msg_colors.c
3416                 rework dialog
3417         * src/prefs_folder_item.c
3418         * src/prefs_spelling.c
3419                 add a tooltip to the colour selector buttons
3420
3421 2006-04-13 [wwp]        2.1.0cvs36
3422
3423         * manual/advanced.xml
3424         * manual/glossary.xml
3425         * manual/handling.xml
3426         * manual/keyboard.xml
3427         * manual/plugins.xml
3428         * manual/starting.xml
3429         * manual/fr/account.xml
3430         * manual/fr/ack.xml
3431         * manual/fr/addrbook.xml
3432         * manual/fr/advanced.xml
3433         * manual/fr/faq.xml
3434         * manual/fr/glossary.xml
3435         * manual/fr/gpl.xml
3436         * manual/fr/handling.xml
3437         * manual/fr/intro.xml
3438         * manual/fr/keyboard.xml
3439         * manual/fr/plugins.xml
3440         * manual/fr/starting.xml
3441         * manual/fr/sylpheed-claws-manual.xml
3442                 fixes to the manuals:
3443                  - summaryview -> Message List (same in French)
3444                  - translate key names
3445                  - fix French punctuation, use non-breakable spaces when
3446                    necessary, don't use &thinsp; which is not portable
3447                  - tell what maildir and mbox formats we support
3448
3449 2006-04-12 [wwp]        2.1.0cvs35
3450
3451         * src/prefs_toolbar.c
3452                 unified a replace button more,
3453                 patch by Fabien Vantard <fzzzzz@gmail.com>.
3454
3455 2006-04-12 [wwp]        2.1.0cvs34
3456
3457         * src/prefs_common.c
3458         * src/prefs_msg_colors.c
3459                 make default color labels translatable,
3460                 patch from Fabien Vantard <fzzzzz@gmail.com>,
3461                 thanks to Tim <timbrain@post.cz> for reporting.
3462
3463 2006-04-12 [wwp]        2.1.0cvs33
3464
3465         * manual/glossary.xml
3466         * manual/intro.xml
3467         * manual/plugins.xml
3468         * manual/starting.xml
3469         * manual/sylpheed-claws-manual.xml
3470         * manual/fr/.cvsignore
3471         * manual/fr/account.xml
3472         * manual/fr/ack.xml
3473         * manual/fr/addrbook.xml
3474         * manual/fr/advanced.xml
3475         * manual/fr/faq.xml
3476         * manual/fr/glossary.xml
3477         * manual/fr/handling.xml
3478         * manual/fr/intro.xml
3479         * manual/fr/keyboard.xml
3480         * manual/fr/plugins.xml
3481         * manual/fr/starting.xml
3482         * manual/fr/sylpheed-claws-manual.xml
3483                 various fixes: typos, missing .fr translations, punctuation,
3484                 capitalization, links, accents and some bad French more.
3485
3486 2006-04-12 [wwp]        2.1.0cvs32
3487
3488         * src/prefs_gtk.c
3489                 fix for bug #935: always store prefs files in UTF-8 (thanks
3490                 to Colin).
3491
3492 2006-04-11 [colin]      2.1.0cvs31
3493
3494         * src/compose.c
3495                 Fix inserting files not in utf8 when locale is utf8
3496
3497 2006-04-11 [colin]      2.1.0cvs30
3498
3499         * src/inc.c
3500                 Don't show error dialog when cancelling connection
3501                 Patch by Pawel
3502
3503 2006-04-11 [cleroy]     2.1.0cvs29
3504
3505         * src/compose.c
3506                 Implement multiple quote levels
3507         * src/prefs_common.c
3508                 Change a little bit the quote bgcolor for 2nd level
3509
3510 2006-04-11 [colin]      2.1.0cvs28
3511
3512         * src/gtk/about.c
3513                 Add locale and charset in the label
3514
3515 2006-04-10 [colin]      2.1.0cvs27
3516
3517         * src/compose.c
3518         * src/prefs_common.c
3519         * src/prefs_common.h
3520         * src/prefs_msg_colors.c
3521         * src/textview.c
3522                 Allow optional background color in quotes
3523                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
3524                 GTK+-2.8.x feature
3525
3526 2006-04-10 [colin]      2.1.0cvs26
3527
3528         * src/main.c
3529         * src/mainwindow.c
3530         * src/mainwindow.h
3531                 Implement --select
3532
3533 2006-04-10 [colin]      2.1.0cvs25
3534
3535         * manual/plugins.xml
3536         * manual/fr/plugins.xml
3537                 Document libcurl's proxy variables
3538
3539 2006-04-09 [colin]      2.1.0cvs24
3540
3541         * src/prefs_common.c
3542                 gettext() returns statically allocated stuff. We have
3543                 to strdup it in order to be able to free it.
3544
3545 2006-04-09 [colin]      2.1.0cvs23
3546
3547         * AUTHORS
3548         * src/gtk/authors.h
3549                 Add Alexei
3550
3551 2006-04-09 [colin]      2.1.0cvs22
3552
3553         * src/mainwindow.c
3554         * src/gtk/quicksearch.c
3555                 Fix bug #859 (problems with cyrilic input in 
3556                 search panel) - Patch by Alexey Illarionov 
3557                 <littlesavage@rambler.ru>
3558
3559 2006-04-09 [colin]      2.1.0cvs21
3560
3561         * src/prefs_customheader.c
3562                 I prefer removing then freeing rather than the contrary
3563                 (even if it doesn't change anything ;-)
3564         * src/prefs_account.c
3565                 Fix bug #933 (Crash re-entering the custom headers list 
3566                 dialog in accounts prefs)
3567                 The problem happened when cancelling the Account 
3568                 Preferences' dialogs - in which case we didn't do 
3569                 anything to the PrefsAccount * struct. In case of applying,
3570                 the old ac_prefs was replaced with the tmp_ac_prefs we were
3571                 working with in this dialog. The problem is that 
3572                 prefs_customheader.c, working on this tmp_ac_prefs, always
3573                 changes the ->customhdr_list pointer, even when cancelled. 
3574                 So in case of cancelling the prefs_account dialog, we still
3575                 have to update ->customhdr_list in the real account.
3576
3577 2006-04-08 [colin]      2.1.0cvs20
3578
3579         * manual/fr/glossary.xml
3580         * manual/fr/keyboard.xml
3581                 Forgot some headers :)
3582
3583 2006-04-08 [colin]      2.1.0cvs19
3584
3585         * manual/Makefile.am
3586         * manual/fr/Makefile.am
3587         * manual/fr/account.xml
3588         * manual/fr/ack.xml
3589         * manual/fr/addrbook.xml
3590         * manual/fr/advanced.xml
3591         * manual/fr/faq.xml
3592         * manual/fr/glossary.xml
3593         * manual/fr/gpl.xml
3594         * manual/fr/handling.xml
3595         * manual/fr/intro.xml
3596         * manual/fr/keyboard.xml
3597         * manual/fr/plugins.xml
3598         * manual/fr/starting.xml
3599         * manual/fr/sylpheed-claws-manual.xml
3600         * manual/fr/dist/.cvsignore
3601         * manual/fr/dist/Makefile.am
3602         * manual/fr/dist/html/.cvsignore
3603         * manual/fr/dist/html/Makefile.am
3604         * manual/fr/dist/pdf/.cvsignore
3605         * manual/fr/dist/pdf/Makefile.am
3606         * manual/fr/dist/ps/.cvsignore
3607         * manual/fr/dist/ps/Makefile.am
3608         * manual/fr/dist/txt/.cvsignore
3609         * manual/fr/dist/txt/Makefile.am
3610                 Add the french translation of the manual. Thanks to
3611                 Olivier Delhomme <olivier.delhomme@free.fr> for 
3612                 account.xml, ack.xml, addrbook.xml and advanced.xml
3613
3614 2006-04-08 [colin]      2.1.0cvs18
3615
3616         * manual/plugins.xml
3617         * manual/starting.xml
3618                 More fixes
3619
3620 2006-04-07 [colin]      2.1.0cvs17
3621
3622         * manual/faq.xml
3623         * manual/intro.xml
3624         * manual/keyboard.xml
3625                 Little fixes
3626
3627 2006-04-07 [colin]      2.1.0cvs16
3628
3629         * README
3630         * src/compose.c
3631         * src/prefs_common.c
3632         * src/prefs_common.h
3633                 Add hidden compose_no_markup pref
3634
3635 2006-04-07 [wwp]        2.1.0cvs15
3636
3637         * src/summary_search.c
3638         * .cvsignore
3639                 Bugfix: stop button was sticky when searching in an empty folder.
3640                 Applied curly brackets code style to the whole file (summary_search.c).
3641                 More files to ignore.
3642
3643 2006-04-07 [wwp]        2.1.0cvs14
3644
3645         * src/message_search.c
3646         * src/summary_search.c
3647                 changed default button when search bumps at file/folder
3648                 beginning or end, for convenience (thanks to Colin).
3649
3650 2006-04-07 [paul]       2.1.0cvs13
3651
3652         * src/plugins/dillo_viewer/dillo_prefs.c
3653                 avoid future potential for namespace collision
3654                 Patch by Colin
3655
3656 2006-04-06 [wwp]        2.1.0cvs12
3657
3658         * src/summary_search.c
3659                 Unify extended/advanced searches names (and thus factorize labels),
3660                 patch by Fabien Vantard <fzzzzz@gmail.com>.
3661
3662 2006-04-06 [wwp]        2.1.0cvs11
3663
3664         * src/folderview.c
3665         * src/prefs_themes.c
3666         * src/summaryview.c
3667                 Fixed some compilation warnings.
3668
3669 2006-04-06 [colin]      2.1.0cvs10
3670
3671         * manual/advanced.xml
3672                 Document the wizard template and how to deploy
3673                 Sylpheed-Claws effectively
3674
3675 2006-04-06 [colin]      2.1.0cvs9
3676
3677         * src/folderview.c
3678                 gettext patch to tell translators about _("#"),
3679                 by Maxim Britov
3680
3681 2006-04-06 [colin]      2.1.0cvs8
3682
3683         * src/textview.c
3684                 Fix invalid GtkTextBIter after clicking "Display as text"
3685
3686 2006-04-06 [mones]      2.1.0cvs7
3687
3688         * src/addr_compl.c
3689         * src/addrindex.c
3690         * src/addritem.c
3691         * src/codeconv.c
3692         * src/compose.c
3693         * src/filtering.c
3694         * src/folder.c
3695         * src/folder_item_prefs.c
3696         * src/folderview.c
3697         * src/localfolder.c
3698         * src/matcher.c
3699         * src/mimeview.c
3700         * src/prefs_msg_colors.c
3701         * src/prefs_spelling.c
3702         * src/prefs_themes.c
3703         * src/procmime.c
3704         * src/procmsg.c
3705         * src/stock_pixmap.c
3706         * src/summaryview.c
3707         * src/textview.c
3708         * src/toolbar.c
3709         * src/common/mgutils.c
3710         * src/common/prefs.c
3711         * src/common/ssl_certificate.c
3712         * src/gtk/colorlabel.c
3713         * src/gtk/quicksearch.c
3714         * src/plugins/pgpmime/pgpmime.c
3715         * src/plugins/spamassassin/spamassassin.c
3716                 Removed redundant NULL checks for g_free() calls.
3717                 Patch by Pawel Pekala.
3718
3719 2006-04-06 [mones]      2.1.0cvs6
3720
3721         * src/prefs_actions.c
3722         * src/prefs_filtering.c
3723         * src/prefs_filtering_action.c
3724         * src/prefs_matcher.c
3725         * src/prefs_template.c
3726         * src/gtk/gtkutils.c
3727         * src/gtk/gtkutils.h
3728                 Have a nice replace button. Patch by Pawel Pekala
3729
3730 2006-04-06 [colin]      2.1.0cvs5
3731
3732         * src/addressbook.c
3733                 Fix crash with empty columns
3734
3735 2006-04-05 [colin]      2.1.0cvs4
3736
3737         * src/wizard.c
3738         * src/prefs_gtk.c
3739                 Allow wizard customization with pre-filled values
3740
3741 2006-04-05 [colin]      2.1.0cvs3
3742
3743         * src/textview.c
3744         * src/mimeview.c
3745         * src/mimeview.h
3746                 Nicer messages in mimeview
3747
3748 2006-04-05 [colin]      2.1.0cvs2
3749
3750         * src/addressbook.c
3751         * src/prefs_summaries.c
3752                 i18n fix
3753
3754 2006-04-05 [colin]      2.1.0cvs1
3755
3756         * src/plugins/pgpcore/plugin.c
3757         * src/plugins/pgpcore/select-keys.c
3758         * src/plugins/pgpcore/select-keys.h
3759         * src/plugins/pgpcore/sgpgme.c
3760         * src/plugins/pgpcore/sgpgme.h
3761         * src/plugins/pgpinline/pgpinline.c
3762         * src/plugins/pgpinline/plugin.c
3763         * src/plugins/pgpmime/pgpmime.c
3764         * src/plugins/pgpmime/plugin.c
3765                 Factorize and generalize a bit 
3766                 Drop S/MIME signature verification from PGP/MIME
3767                 (adding it as another, more complete plugin)
3768
3769 2006-04-05 [paul]       2.1.0
3770
3771         2.1.0 released
3772
3773 2006-04-05 [paul]       2.0.0cvs186
3774
3775         * manual/advanced.xml
3776                 add info on colour labels
3777
3778 2006-04-05 [paul]       2.0.0cvs185
3779
3780         * po/bg.po
3781         * po/cs.po
3782         * po/de.po
3783         * po/el.po
3784         * po/en_GB.po
3785         * po/fi.po
3786         * po/fr.po
3787         * po/it.po
3788         * po/nl.po
3789         * po/pl.po
3790         * po/pt_BR.po
3791         * po/sr.po
3792         * po/zh_CN.po
3793                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
3794                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
3795                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
3796                 Guimaraes, Aleksandar Urosevic, Ralgh Young
3797         * src/gtk/authors.h
3798         * tools/claws.i18n.status.pl
3799                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
3800                 and new Czech translator, Tim <timbrain@post.cz>
3801
3802 2006-04-05 [mones]      2.0.0cvs184
3803
3804         * po/es.po
3805                 Updated translation
3806
3807 2006-04-05 [colin]      2.0.0cvs183
3808
3809         * src/gtk/quicksearch.c
3810                 Fix bug #929 (unnecessary reload in quick search bar)
3811
3812 2006-04-05 [colin]      2.0.0cvs182
3813
3814         * src/compose.c
3815                 Fix crash on Reply with no From:
3816                 Show signature and conversion error on queuing 
3817                 (but not sending)
3818         * src/mainwindow.c
3819         * src/summaryview.c
3820         * src/summaryview.h
3821                 Factorize threading code and make sure msginfo 
3822                 is not null when it comes from a GtkCTreeRow's 
3823                 data
3824         * src/gtk/gtkaspell.c
3825                 Check for necessary things
3826         * src/gtk/gtksctree.c
3827         * src/gtk/gtksctree.h
3828                 Reset anchor if necessary when removing node
3829
3830 2006-03-29 [colin]      2.0.0cvs181
3831
3832         * src/folderview.c
3833                 Warn for disabled IMAP accounts (due to lack of
3834                 libetpan). Breaks string-freeze - sorry - but it
3835                 is kind of important ;)
3836
3837 2006-03-28 [colin]      2.0.0cvs180
3838
3839         * src/gtk/gtkutils.c
3840         * src/gtk/gtkutils.h
3841                 Add a gtkut_get_link_btn() function that
3842                 creates a button which acts like an URI
3843         * src/prefs_themes.c
3844         * src/gtk/about.c
3845                 Use this function (factorizes codes)
3846         * src/common/defs.h
3847         * src/gtk/pluginwindow.c
3848                 Add a "Get more..." in the plugins window
3849
3850 2006-03-28 [colin]      2.0.0cvs179
3851
3852         * src/common/smtp.c
3853         * src/common/passcrypt.c
3854         * src/undo.c
3855                 Warning fixes. Patch by Pawel Pekala
3856
3857 2006-03-27 [colin]      2.0.0cvs178
3858
3859         * src/undo.c
3860                 Fix undoing by blocks with spaces
3861
3862 2006-03-27 [colin]      2.0.0cvs177
3863
3864         * src/textview.c
3865                 Set margin to 3px for headers
3866
3867 2006-03-27 [paul]
3868
3869         2.1.0-rc2 released
3870
3871 2006-03-27 [wwp]        2.0.0cvs176
3872
3873         * src/summaryview.c
3874                 don't reset quicksearch when updating the message list.
3875                 Thanks to Colin.
3876
3877 2006-03-26 [wwp]        2.0.0cvs175
3878
3879         * src/compose.c
3880                 use a unified border width ('other' tab in the compose window,
3881                 patch by Pawel Pekala).
3882
3883
3884 2006-03-26 [wwp]        2.0.0cvs174
3885
3886         * src/common/quoted-printable.c
3887         * src/addressbook.c
3888                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
3889
3890 2006-03-26 [colin]      2.0.0cvs173
3891
3892         * src/quote_fmt_parse.y
3893                 Fix non-UTF8 date formats messing up the whole quote a 
3894                 little bit
3895
3896 2006-03-26 [colin]      2.0.0cvs172
3897
3898         * src/procheader.c
3899                 Make sure the date is UTF8 valid, or try to make it
3900                 so. IncrediMail is really IncrediStupid.
3901         * src/compose.c
3902                 Fix possible conversions. 
3903                 
3904
3905 2006-03-26 [colin]      2.0.0cvs171
3906
3907         * src/matcher.c
3908                 Fix corner cases in body search. This is still a
3909                 hack... It seems impossible to make it good and 
3910                 reasonably fast at the same time.
3911
3912 2006-03-26 [colin]      2.0.0cvs170
3913
3914         * src/summaryview.c
3915                 I think I killed the twilight zone bug!
3916                 summary_select_node() flushes GTK events in order
3917                 to be able to center the view. But this also 
3918                 flushes keypresses like Ctrl-Alt-U, so this can
3919                 call summary_show from summary_select_node (itself
3920                 called from summary_show, etc.). And the summaryview
3921                 has to be unlocked in this function. So just locking
3922                 while processing GTK events, and bailing if locked, 
3923                 should fix it.
3924                 Fixes bug #927 (SIGSEGV during Update Summary)
3925
3926 2006-03-25 [colin]      2.0.0cvs169
3927
3928         * src/matcher.c
3929                 Fix search in QP-encoded bodies
3930                 Fix utf-8 searches in bodies encoded in the
3931                 locale's encoding
3932         * src/common/quoted-printable.c
3933         * src/common/quoted-printable.h
3934                 Add a decode function that doesn't overwrite
3935                 the original pointer
3936                 
3937
3938 2006-03-24 [colin]      2.0.0cvs168
3939
3940         * src/action.c
3941         * src/summaryview.c
3942         * src/summaryview.h
3943                 Update message cache after action
3944                 Patch by H. Merijn Brand
3945         * src/prefs_msg_colors.c
3946                 Factorize label 
3947                 Patch by Fabien Vantard
3948         * src/plugins/spamassassin/spamassassin_gtk.c
3949                 Remove useless translation
3950                 Patch by Fabien Vantard
3951
3952 2006-03-23 [colin]      2.0.0cvs167
3953
3954         * src/common/ssl.c
3955                 Let 30 seconds to SSL_connect
3956
3957 2006-03-23 [wwp]        2.0.0cvs166
3958
3959         * src/summaryview.c
3960         * src/gtk/description_window.c
3961                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
3962                 and headers are translated; adjust description windows' width to fit their
3963                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
3964
3965 2006-03-23 [paul]       2.0.0cvs165
3966
3967         * src/common/utils.c
3968                 fix highlighting of URIs containing "()"
3969                 (2.0.0cvs164's reversal fixed)
3970                 Thanks to Colin.
3971
3972 2006-03-23 [paul]       2.0.0cvs164
3973
3974         * src/common/utils.c
3975                 revert patch, (postponing a fix), at 2.0.0cvs120
3976                 as it breaks more URIs than it fixes.
3977                 Allow '-' to be a terminating character in a URI
3978
3979 2006-03-22 [colin]      2.0.0cvs163
3980
3981         * configure.ac
3982                 Require libetpan 0.45
3983                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
3984
3985 2006-03-22 [paul]       2.0.0cvs162
3986
3987         * src/editgroup.c
3988                 replace '<-' and '->' buttons with GTK_STOCK graphical
3989                 buttons
3990         * src/summary_search.c
3991                 don't offer '...' for translation
3992                 add a tooltip to advanced search '...' button
3993         * src/gtk/quicksearch.c
3994                 don't offer '...' for translation
3995
3996 2006-03-21 [colin]      2.0.0cvs161
3997
3998         * src/compose.c
3999                 Fix middle-click pasting (insert at click
4000                 position instead of cursor position, don't
4001                 remove existing selection and allow pasting
4002                 our own selection)
4003         * src/addressbook.c
4004                 "LDAP Server" -> "LDAP servers"
4005
4006 2006-03-21 [wwp]        2.0.0cvs160
4007
4008         * src/etpan/imap-thread.c
4009                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
4010
4011 2006-03-20 [colin]      2.0.0cvs159
4012
4013         * src/summaryview.c
4014                 Don't reload summaryview after an execute with no
4015                 move action
4016
4017 2006-03-19 [colin]      2.0.0cvs158
4018
4019         * src/addressbook.c
4020                 and put groups at the top, always
4021
4022 2006-03-19 [colin]      2.0.0cvs157
4023
4024         * src/addressbook.c
4025                 Order groups before names, as previously
4026
4027 2006-03-19 [colin]      2.0.0cvs156
4028
4029         * src/addressbook.c
4030                 - Sort case-unsensitive
4031                 - Put the sort arrow at opening too
4032
4033 2006-03-19 [wwp]        2.0.0cvs155
4034
4035         * src/addressbook.c
4036                 allow sorting by name/email/remarks, ensure that right-pane's contents
4037                 matches the left-pane selection (cleared when appropriate).
4038                 Patch by Pawel Pekala <c0rn@o2.pl>.
4039
4040 2006-03-18 [colin]      2.0.0cvs154
4041
4042         * src/textview.c
4043                 Fix text cursor ;)
4044
4045 2006-03-18 [colin]      2.0.0cvs153
4046
4047         * src/gtk/filesel.c
4048                 Make sure we hide the preview if we didn't get
4049                 a filename
4050
4051 2006-03-18 [colin]      2.0.0cvs152
4052
4053         * src/summaryview.c
4054                 Set cursor to watch for execution (fixes lack
4055                 of watch-cursor when dnd'ing hundreds of mails)
4056         * src/gtk/filesel.c
4057                 Check that mime type is 'image/*' before updating
4058                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
4059
4060 2006-03-18 [colin]      2.0.0cvs151
4061
4062         * src/mainwindow.c
4063         * src/textview.c
4064         * src/textview.h
4065                 Put a watch cursor in textview too when the mainwindow's
4066                 cursor in a watch
4067
4068 2006-03-18 [colin]      2.0.0cvs150
4069
4070         * src/folder.c
4071                 Change wrong asserts to simple tests
4072
4073 2006-03-17 [colin]      2.0.0cvs149
4074
4075         * src/mainwindow.c
4076         * src/mainwindow.h
4077         * src/prefs_msg_colors.c
4078         * src/summaryview.c
4079         * src/summaryview.h
4080         * src/gtk/colorlabel.c
4081         * src/gtk/colorlabel.h
4082                 Add a color label menu in the main menubar
4083                 Add (fixed) accels Ctrl-{0-7} to change the color
4084                 They have to be fixed because the menu's dynamic,
4085                 the items are complex widgets, hence we can't use
4086                 a GtkItemFactory.
4087
4088
4089 2006-03-17 [wwp]        2.0.0cvs148
4090
4091         * src/compose.c
4092                 rollback few lines from my previous commit (those lines come from
4093                 a pending patch, accidentally commited, even if neutral as they are
4094                 commented out).
4095
4096 2006-03-17 [wwp]        2.0.0cvs147
4097
4098         * src/compose.c
4099                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
4100                 applied code style/indentation to the modified function.
4101
4102 2006-03-17 [wwp]        2.0.0cvs146
4103
4104         * src/procmsg.c
4105         * src/compose.c
4106                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
4107
4108 2006-03-17 [paul]
4109
4110         2.1.0-rc1 released
4111
4112 2006-03-17 [paul]       2.0.0cvs145
4113
4114         * src/main.c
4115                 addressbook_read_file() was called twice
4116         * src/textview.c
4117                 X-Mailer highlighting
4118
4119 2006-03-16 [colin]      2.0.0cvs144
4120
4121         * src/sourcewindow.c
4122         * src/sourcewindow.h
4123                 And the last one, in source window.
4124
4125 2006-03-16 [colin]      2.0.0cvs143
4126
4127         * src/compose.c
4128         * src/compose.h
4129                 Fix the same stuff in compose
4130
4131 2006-03-16 [colin]      2.0.0cvs142
4132
4133         * src/messageview.c
4134                 Complete the previous messageview crash fix
4135
4136 2006-03-16 [colin]      2.0.0cvs141
4137
4138         * src/procmsg.h
4139         * src/procmsg.c
4140         * src/folder.c
4141                 Fix POSTPROCESSING hook
4142                 Patch by H. Merijn Brand
4143
4144         * src/procmime.c
4145         * src/procmime.h
4146                 Parse Content-Location
4147
4148         * src/toolbar.c
4149         * src/messageview.c
4150         * src/messageview.h
4151                 Don't crash when a top-level MessageView has
4152                 been closed on us. Same problematic than
4153                 yesterday's quicksearch issue.
4154
4155 2006-03-15 [colin]      2.0.0cvs140
4156
4157         * src/gtk/quicksearch.c
4158                 Fix a bitchy race we didn't think about when we
4159                 added quicksearch cancellation:
4160                 If the search is not on cached fields, for example
4161                 body_part matchcase "stuff"
4162                 the matcher code has to get the whole message. If
4163                 we're on IMAP, that can be slow, and in order to
4164                 be non-blocking, the IMAP code idle loop processes
4165                 gtk events too. So it is possible to cancel a
4166                 quicksearch while the matcher is getting the mail's
4167                 body. After matcher got its body, it will start to
4168                 iterate over the matcher list that the Quicksearch's
4169                 clear_search_cb() just freed via prepare_matcher().
4170                 SIGSEGV ensues.
4171                 The fix consists of guarding the matcherlist_match()
4172                 call with a boolean 'matching'. If we reset the
4173                 quicksearch while matching is TRUE, we don't free
4174                 the matcherlist anymore like we did, but we set
4175                 another new flag, deferred_free, to TRUE. Then,
4176                 in quicksearch_match(), just after returning from
4177                 matcherlist_match() and unsetting the matching flag,
4178                 we check the deferred_free flag and do the
4179                 prepare_matcher() (which does the matcherlist_free)
4180                 for real, so we free the matcherlist once it's not
4181                 used anymore.
4182                 As all of this runs via the glib main loop, we
4183                 luckily don't need a mutex.
4184         * src/summaryview.c
4185                 Also, show progress while searching.
4186
4187
4188 2006-03-14 [colin]      2.0.0cvs139
4189
4190         * src/alertpanel.c
4191                 Make alertpanel_is_open non-static
4192
4193 2006-03-14 [colin]      2.0.0cvs138
4194
4195         * src/prefs_spelling.c
4196                 Cleanups - Fabien Vantard
4197
4198 2006-03-14 [wwp]        2.0.0cvs137
4199
4200         * src/main.c
4201                 code style normalization (curly braces, indentation).
4202
4203 2006-03-14 [wwp]        2.0.0cvs137
4204
4205         * src/main.c
4206                 code style (braces, indentation)
4207
4208 2006-03-12 [paul]       2.0.0cvs136
4209
4210         * src/prefs_common.c
4211                 trans_hdr defaults to FALSE to be RFC-savvy
4212         * src/prefs_summaries.c
4213                 add a tooltip to the trans_hdr option
4214                 
4215
4216 2006-03-12 [paul]       2.0.0cvs135
4217
4218         * src/prefs_matcher.c
4219                 give a little more width to the combos
4220         * src/prefs_display_header.c
4221         * src/textview.c
4222                 translate headers if prefs_common.trans_hdr
4223                 is TRUE
4224
4225         Patches by Pawel Pekala
4226
4227 2006-03-12 [paul]       2.0.0cvs134
4228
4229         * src/plugins/clamav/clamav_plugin.c
4230         * src/plugins/dillo_viewer/dillo_viewer.c
4231         * src/plugins/pgpcore/plugin.c
4232         * src/plugins/pgpinline/plugin.c
4233         * src/plugins/pgpmime/plugin.c
4234         * src/plugins/spamassassin/spamassassin.c
4235                 update/add to descriptions
4236         * src/plugins/spamassassin/spamassassin_gtk.c
4237                 fixes to the english, remove superfluous
4238                 tooltips, clean up a little
4239
4240 2006-03-12 [paul]       2.0.0cvs133
4241
4242         * src/compose.c
4243                 fix Bug 924, 'Account combo box shows up wrong 
4244                 if & is in account name'
4245
4246 2006-03-11 [colin]      2.0.0cvs132
4247
4248         * src/summaryview.c
4249                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
4250                 messed up shift-selection because is slows down
4251                 moving around summaryview. thanks -users
4252
4253 2006-03-10 [colin]      2.0.0cvs131
4254
4255         * src/plugins/spamassassin/spamassassin_gtk.c
4256                 Put back Paul's engrish fixes
4257
4258 2006-03-10 [colin]      2.0.0cvs130
4259
4260         * src/plugins/spamassassin/spamassassin.c
4261         * src/plugins/spamassassin/spamassassin.h
4262         * src/plugins/spamassassin/spamassassin_gtk.c
4263                 Cleanup SA prefs page (more)
4264                 Patch by Fabien Vantard
4265
4266 2006-03-10 [paul]       2.0.0cvs129
4267
4268         * src/prefs_msg_colors.c
4269         * src/prefs_spelling.c
4270                 widget sensitivity
4271
4272 2006-03-09 [mones]      2.0.0cvs128
4273
4274         * po/es.po
4275                 Update for next RC
4276
4277 2006-03-09 [wwp]        2.0.0cvs127
4278
4279         * configure.ac
4280                 revert accidental commit (requirement for libetpan 0.43), this time
4281                 not in HEAD.
4282
4283 2006-03-09 [wwp]        2.0.0cvs125
4284
4285         * configure.ac
4286                 revert accidental commit (requirement for libetpan 0.43)
4287
4288 2006-03-09 [paul]       2.0.0cvs126
4289
4290         * src/prefs_receive.c
4291                 remove useless frame
4292                 replace 'incorporation' with 'receiving'
4293         * src/plugins/clamav/clamav_plugin_gtk.c
4294         * src/plugins/spamassassin/spamassassin_gtk.c
4295                 improve widget sensitivity
4296                 fix a bit his engrish
4297
4298 2006-03-09 [wwp]        2.0.0cvs125
4299
4300         * src/addressadd.c
4301         * src/foldersel.c
4302         * src/prefs_common.c
4303         * src/prefs_common.h
4304                 remember some more windows' sizes (add to addressbook and
4305                 select folder).
4306
4307 2006-03-09 [paul]       2.0.0cvs124
4308
4309         * src/plugins/pgpcore/prefs_gpg.c
4310                 normalise construction of dialogue
4311
4312 2006-03-09 [paul]       2.0.0cvs123
4313
4314         * src/plugins/trayicon/Makefile.am
4315                 add missing slash
4316
4317 2006-03-08 [colin]      2.0.0cvs122
4318
4319         * src/plugins/trayicon/Makefile.am
4320                 Fix build in separate dir 
4321                 Patch by Bamanzi <bamanzi@gmail.com>
4322
4323 2006-03-08 [colin]      2.0.0cvs121
4324
4325         * src/procmsg.c
4326                 Batch move and copies from summaryview with delayed execution
4327                 too
4328
4329 2006-03-07 [paul]       2.0.0cvs120
4330
4331         * src/common/utils.c
4332                 fix highlighting of URIs containing "()"
4333                 Patch by Pawel Pekala
4334
4335 2006-03-07 [paul]       2.0.0cvs119
4336
4337         * src/folder.c
4338         * src/folder.h
4339         * src/folderview.c
4340                 immediately do alphabetical resort when
4341                 changing a folder's name
4342                 Patch by Pawel Pekala
4343
4344 2006-03-07 [paul]       2.0.0cvs118
4345
4346         * src/news.c
4347         * src/news_gtk.c
4348                 when unsubscribing a newsgroup, remove the
4349                 folder and msgs in .sylpheed-claws/newscache
4350                 Patch by Pawel Pekala <c0rn@gazeta.pl>
4351
4352 2006-03-07 [paul]       2.0.0cvs117
4353
4354         * src/textview.c
4355                 fix wrong Fake URL Warning
4356                 Thanks to Hiro
4357
4358 2006-03-07 [colin]      2.0.0cvs116
4359
4360         * src/imap.c
4361                 Return immediately when password dialog was
4362                 cancelled
4363         * src/gtk/inputdialog.c
4364                 Allow empty strings for passwords
4365
4366
4367 2006-03-06 [colin]      2.0.0cvs115
4368
4369         * src/imap.c
4370                 Prevent double-timeouts when connection fails
4371
4372 2006-03-06 [colin]
4373
4374         2.0.1-rc1 released
4375
4376 2006-03-06 [colin]      2.0.0cvs114
4377
4378         * src/imap.c
4379                 Refresh session during potentially long
4380                 operations
4381
4382 2006-03-06 [wwp]        2.0.0cvs113
4383
4384         * src/prefs_msg_colors.h
4385                 forgot that one (custom color labels).
4386
4387 2006-03-06 [wwp]        2.0.0cvs112
4388
4389         * src/prefs_common.c
4390         * src/prefs_common.h
4391         * src/prefs_msg_colors.c
4392         * src/summaryview.c
4393         * src/summaryview.h
4394         * src/gtk/colorlabel.c
4395         * src/gtk/colorlabel.h
4396                 colors in messages list are now customizable. Color values and names can
4397                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
4398                 Thanks to Paul and Colin for their help with this longstanding patch!
4399
4400 2006-03-06 [wwp]        2.0.0cvs111
4401
4402         * src/textview.c
4403                 don't crash if (x)face is bad.
4404
4405 2006-03-05 [paul]       2.0.0cvs110
4406
4407         * AUTHORS
4408         * configure.ac
4409         * src/Makefile.am
4410         * src/common/Makefile.am
4411         * src/common/utils.h
4412         * src/etpan/imap-thread.c
4413         * src/gtk/authors.h
4414         * src/plugins/clamav/Makefile.am
4415         * src/plugins/demo/Makefile.am
4416         * src/plugins/dillo_viewer/Makefile.am
4417         * src/plugins/pgpcore/Makefile.am
4418         * src/plugins/pgpcore/passphrase.c
4419         * src/plugins/pgpinline/Makefile.am
4420         * src/plugins/pgpmime/Makefile.am
4421         * src/plugins/spamassassin/Makefile.am
4422         * src/plugins/trayicon/Makefile.am
4423                 fix builiding on cygwin
4424                 Patch by Ralgh Young <bamanzi@gmail.com>
4425
4426 2006-03-04 [wwp]        2.0.0cvs109
4427
4428         * manual/keyboard.xml
4429                 fix mixed up/down keys.
4430
4431 2006-03-04 [wwp]        2.0.0cvs108
4432
4433         * README
4434         * INSTALL
4435                 updated links to SpamAssassin.
4436
4437 2006-03-04 [wwp]        2.0.0cvs107
4438
4439         * manual/plugins.xml
4440         * src/plugins/spamassassin/README
4441                 updated SpamAssassin plugin docs to reflect new functional additions
4442                 (also fix/update/documents few technical stuff more, see the README).
4443
4444 2006-03-04 [wwp]        2.0.0cvs106
4445
4446         * src/prefs_message.c
4447                 normalized capitalization of message-prefs paths.
4448
4449 2006-03-04 [wwp]        2.0.0cvs105
4450
4451         * manual/advanced.xml
4452                 typo.
4453
4454 2006-03-03 [colin]      2.0.0cvs104
4455
4456         * src/plugins/clamav/clamav_plugin_gtk.c
4457                 Rework prefs page, patch by Fabien 
4458
4459 2006-03-03 [colin]      2.0.0cvs103
4460
4461         * src/plugins/clamav/clamav_plugin.c
4462                 Set error on all errors
4463
4464 2006-03-03 [colin]      2.0.0cvs102
4465
4466         * src/common/plugin.c
4467                 Initialize error to avoid crashing when a plugin fails
4468                 without setting error
4469
4470 2006-03-02 [wwp]        2.0.0cvs101
4471
4472         * configure.ac
4473                 fixed linker flags for libetpan support on Cygwin
4474                 (thanks to H.Merijn Brand).
4475
4476 2006-03-02 [wwp]        2.0.0cvs100
4477
4478         * src/addressbook.c
4479                 fix some AB error messages: one for punctuation and
4480                 one wrongly duplicate (thanks, maxbritov).
4481
4482 2006-03-02 [wwp]        2.0.0cvs99
4483
4484         * src/plugins/spamassassin/spamassassin.c
4485                 make sync calls to sa-learn/spamc to prevent
4486                 system (whatever local or client/server) overload.
4487
4488 2006-03-02 [colin]      2.0.0cvs98
4489
4490         * src/summaryview.c
4491                 Put the spam icon in the status column instead of the
4492                 mark one
4493
4494 2006-03-01 [colin]      2.0.0cvs97
4495
4496         * src/plugins/spamassassin/spamassassin.c
4497                 Fix segfault (g_file_set_contents fails for some 
4498                 reason and err==0x2f. Can't find out why with
4499                 valgrind, using working function :-)
4500
4501 2006-03-01 [colin]      2.0.0cvs96
4502
4503         * src/inc.c
4504                 Offline overriding: let 'No' be cached only 3 seconds
4505
4506 2006-03-01 [colin]      2.0.0cvs95
4507
4508         * src/addr_compl.c
4509         * src/addrbook.c
4510         * src/addressbook.c
4511         * src/addrindex.c
4512         * src/folder_item_prefs.c
4513         * src/headerview.c
4514         * src/imap.c
4515         * src/inc.c
4516         * src/ldif.c
4517         * src/mainwindow.c
4518         * src/mh.c
4519         * src/msgcache.c
4520         * src/prefs_common.h
4521         * src/prefs_msg_colors.c
4522         * src/procheader.c
4523         * src/procheader.h
4524         * src/procmime.c
4525         * src/procmsg.c
4526         * src/procmsg.h
4527         * src/send_message.h
4528         * src/simple-gettext.c
4529         * src/summaryview.c
4530         * src/summaryview.h
4531         * src/syldap.c
4532         * src/textview.c
4533         * src/undo.c
4534         * src/common/ssl_certificate.c
4535         * src/common/utils.c
4536         * src/gtk/colorsel.c
4537         * src/gtk/gtksctree.c
4538         * src/gtk/gtkshruler.c
4539         * src/plugins/trayicon/trayicon.c
4540                 #if 0 goes to /dev/null
4541
4542 2006-03-01 [colin]      2.0.0cvs94
4543
4544         * src/compose.c
4545         * src/imap.c
4546         * src/inc.c
4547         * src/inc.h
4548         * src/messageview.c
4549         * src/news.c
4550         * src/plugins/spamassassin/spamassassin.c
4551                 Allow to add information in the "working offline"
4552                 window
4553
4554 2006-03-01 [wwp]        2.0.0cvs93
4555
4556         * src/plugins/spamassassin/spamassassin.c
4557                 fixed spamc invocation: use a tricky temporary mini shell wrapper
4558                 'cause it seems that calling `spamc ... < inputfile` with
4559                 g_spawn_(a)sync simply.. erm doesn't work :-).
4560
4561 2006-03-01 [wwp]        2.0.0cvs92
4562
4563         * src/toolbar.c
4564         * src/toolbar.h
4565                 simplify the adding of spam/ham button to the messageview toolbar
4566                 (it gets more clear now that the same button will be "Mark as spam"
4567                 or "Mark as ham" according to the current message status,
4568                 thanks to Colin).
4569
4570 2006-03-01 [wwp]        2.0.0cvs91
4571
4572         * src/messageview.c
4573         * src/procmsg.c
4574         * src/procmsg.h
4575         * src/summaryview.c
4576         * src/plugins/spamassassin/spamassassin.c
4577         * src/plugins/spamassassin/spamassassin.h
4578                 make learner callbacks return a status (0 for ok),
4579                 handle it in main code to avoid setting flags when learning failed,
4580                 don't learn on TCP if offline in spamassassin,
4581                 thanks to Colin.
4582
4583                 
4584
4585 2006-03-01 [wwp]        2.0.0cvs90
4586
4587         * src/compose.c
4588                 some work around the compose window's account menu,
4589                 patch by Fabien Vantard.
4590
4591 2006-03-01 [wwp]        2.0.0cvs89
4592
4593         * src/plugins/spamassassin/spamassassin.c
4594                 fixed bad logics, was using spamc in local mode and sa-learn
4595                 in remote mode (thanks, Colin).
4596
4597 2006-03-01 [wwp]        2.0.0cvs88
4598
4599         * src/plugins/spamassassin/spamassassin.c
4600         * src/plugins/spamassassin/spamassassin.h
4601         * src/plugins/spamassassin/spamassassin_gtk.c
4602                 made processing of emails w/ sa-plugin an option (default is TRUE),
4603                 fixed Engrish some tooltips, capitalization of some debug messages
4604                 and warnings. The spamassassin plugin now provides two separate
4605                 services: process emails upon incorporation and spamd training.
4606                 Both services (un)register independently but use some common
4607                 plugin settings (transport settings, spam storage location).
4608
4609 2006-02-28 [wwp]        2.0.0cvs87
4610
4611         * src/plugins/spamassassin/spamassassin.c
4612                 fix async flag to spamc cmdline execution (batch exec should
4613                 be asynchronous).
4614
4615 2006-02-27 [wwp]        2.0.0cvs86
4616
4617         * src/plugins/spamassassin/spamassassin.c
4618         * src/plugins/spamassassin/spamassassin.h
4619         * src/plugins/spamassassin/spamassassin_gtk.c
4620                 - added the ability to learn a remote spamassassin server (spamd),
4621                 using spamc.
4622                 - added the spamassassin option 'username', that applies to all
4623                 spamassassin operations (filtering, learning, local or remote).
4624                 The default username is the current unix user (if left blank
4625                 from gtk prefs or config file).
4626                 - commented out some unused code (notebook widget), removed unused
4627                 layout (hbox1).
4628                 - make more widgets sensitive to the transport type.
4629
4630 2006-02-27 [colin]      2.0.0cvs85
4631
4632         * src/plugins/spamassassin/spamassassin.c
4633                 Fix sa-learn call when offline
4634
4635 2006-02-27 [colin]      2.0.0cvs84
4636
4637         * configure.ac
4638         * src/Makefile.am
4639         * src/mainwindow.c
4640         * src/mainwindow.h
4641         * src/messageview.c
4642         * src/messageview.h
4643         * src/prefs_toolbar.c
4644         * src/procmsg.c
4645         * src/stock_pixmap.c
4646         * src/stock_pixmap.h
4647         * src/summaryview.c
4648         * src/toolbar.c
4649         * src/toolbar.h
4650         * src/pixmaps/ham_btn.xpm
4651         * src/pixmaps/spam.xpm
4652         * src/pixmaps/spam_btn.xpm
4653         * src/plugins/spamassassin/spamassassin.c
4654                 Add button in toolbar for spam learning
4655                 Fix a few bugs from the last related commit
4656                 Revert 1.9.6cvs23 which messed up shift-selection
4657
4658 2006-02-24 [colin]      2.0.0cvs83
4659
4660         * src/procmsg.c
4661         * src/summaryview.c
4662         * src/summaryview.h
4663         * src/plugins/spamassassin/spamassassin.c
4664         * src/plugins/spamassassin/spamassassin.h
4665         * src/plugins/spamassassin/spamassassin_gtk.c
4666                 Unregister learner when spamassassin is either
4667                 disabled or over tcp
4668
4669 2006-02-24 [colin]      2.0.0cvs82
4670
4671         * src/Makefile.am
4672         * src/mainwindow.c
4673         * src/mainwindow.h
4674         * src/procmsg.c
4675         * src/procmsg.h
4676         * src/stock_pixmap.c
4677         * src/stock_pixmap.h
4678         * src/summaryview.c
4679         * src/summaryview.h
4680         * src/gtk/icon_legend.c
4681         * src/pixmaps/spam.xpm  ** NEW FILE **
4682         * src/plugins/spamassassin/spamassassin.c
4683         * src/plugins/spamassassin/spamassassin_gtk.c
4684                 Add spam learning interface (Mark/Mark as 
4685                 (spam|ham) menus)
4686
4687 2006-02-24 [wwp]        2.0.0cvs81
4688
4689         * src/compose.c
4690         * src/compose.h
4691         * src/filtering.c
4692                 hide compose window when sending message in batch mode
4693                 (filtering: forward and redirect). Also fixed a wrong
4694                 value returned when sending failed, neutral anyway.
4695                 (Colin, me) 
4696
4697 2006-02-24 [wwp]        2.0.0cvs80
4698
4699         * src/mainwindow.c
4700                 use GTK+'s stock quit button. Patch by Fabien Vantard.
4701
4702 2006-02-24 [paul]       2.0.0cvs79
4703
4704         * src/news.c
4705         * src/news.h
4706         * src/news_gtk.c
4707                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
4708                 Thanks to Colin
4709
4710 2006-02-23 [colin]      2.0.0cvs78
4711
4712         * src/alertpanel.c
4713                 Change OK to Close in alertpanel with View log
4714                 button; add accel to View log. Patch by Fabien
4715                 Vantard
4716
4717 2006-02-23 [wwp]        2.0.0cvs77
4718
4719         * src/compose.c
4720                 silly me, there were much more tests to perform, since toolbars can
4721                 really have down to 1 element only.
4722
4723 2006-02-23 [wwp]        2.0.0cvs76
4724
4725         * commitHelper
4726                 fixed indentation from my previous commit. Fallback to VISUAL if
4727                 EDITOR is not set (and to vi, at last resort).
4728
4729 2006-02-23 [wwp]        2.0.0cvs75
4730
4731         * commitHelper
4732                 improved error detection (Colin, me).
4733
4734 2006-02-23 [wwp]        2.0.0cvs74
4735
4736         * src/prefs_toolbar.c
4737                 simplify and fix prefs/toolbars layouting. Combos' contents can
4738                 now be really displayed.
4739
4740 2006-02-23 [wwp]        2.0.0cvs73
4741         simplifies and fix prefs/toolbars layouting. Combos' contents can now
4742         be really displayed.
4743
4744 2006-02-22 [wwp]        2.0.0cvs72
4745
4746         * src/compose.c
4747                 fix a typo in my previous commit (sorry!).
4748
4749 2006-02-22 [wwp]        2.0.0cvs71
4750
4751         * src/prefs_toolbar.c
4752                 fix a crash when adding separators to toolbars,
4753                 also fix some separator item information.
4754
4755 2006-02-22 [wwp]        2.0.0cvs70
4756
4757         * src/compose.c
4758                 fix a crash when redirecting (for instance) when compose window's
4759                 toolbar contents has been customized (when some buttons have been
4760                 removed in fact).
4761
4762 2006-02-21 [wwp]        2.0.0cvs69
4763
4764         * src/summaryview.c
4765         * src/gtk/pluginwindow.c
4766         * src/plugins/pgpcore/prefs_gpg.c
4767                 fix some compilation warnings (feat. remains of removed code).
4768
4769 2006-02-21 [wwp]        2.0.0cvs68
4770
4771         * src/gtk/gtkutils.c
4772                 fix two compilation issues, thanks to Stephan Sachse.
4773
4774 2006-02-20 [colin]      2.0.0cvs67
4775
4776         * src/mainwindow.c
4777                 Don't reselect displayed mail on refocus
4778                 This fixes actions misbehaving 
4779
4780 2006-02-20 [wwp]        2.0.0cvs66
4781
4782         * src/summaryview.c
4783         * src/gtk/gtksctree.c
4784         * src/gtk/gtkshruler.c
4785                 changed more runtime typecast checks.
4786
4787 2006-02-20 [wwp]        2.0.0cvs65
4788
4789         * src/summary_search.c
4790                 find all - summaryview refresh issue fixed, thanks to Colin.
4791
4792 2006-02-20 [wwp]        2.0.0cvs64
4793
4794         * src/gtk/gtkutils.c
4795                 better runtime typecast checks.
4796
4797 2006-02-20 [wwp]        2.0.0cvs63
4798
4799         * src/summary_search.c
4800                 enhancements to the summary search:
4801                         - add the ability to stop the running search
4802                           (upon ESC-key press, new Stop button or when Clear button is pressed)
4803                         - don't search if no criteria (From/To/Subject/Body) is set
4804                         - ensure that a busy mouse pointer is always shown when searching,
4805                           show it even a bit earlier
4806
4807 2006-02-19 [colin]      2.0.0cvs62
4808
4809         * src/compose.c
4810         * src/imap.c
4811         * src/etpan/imap-thread.c
4812         * src/etpan/imap-thread.h
4813                 (Future) IMAP speed improvement on sending
4814                 Will require a libetpan update
4815         * src/summaryview.c
4816         * src/gtk/quicksearch.c
4817                 Make quicksearch clearable while running.
4818
4819 2006-02-17 [colin]      2.0.0cvs61
4820
4821         * src/imap.c
4822         * src/etpan/imap-thread.c
4823         * src/etpan/imap-thread.h
4824                 Check for IMAP certificates
4825                 ** Requires libetpan-0.42-cvs4 
4826                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
4827
4828 2006-02-17 [colin]      2.0.0cvs60
4829
4830         * src/messageview.c
4831         * src/prefs_common.c
4832         * src/prefs_common.h
4833         * src/prefs_message.c
4834                 Add pref to display HTML-only mails with plugin, 
4835                 if possible (defaulting to FALSE of course).
4836
4837 2006-02-16 [colin]      2.0.0cvs59
4838
4839         * src/main.c
4840         * src/common/plugin.c
4841         * src/common/plugin.h
4842         * src/gtk/pluginwindow.c
4843                 Keep track of requested (but unloaded) plugins
4844                 in some error cases.
4845
4846 2006-02-16 [wwp]        2.0.0cvs58
4847
4848         * src/gtk/gtkaspell.c
4849         * src/gtk/gtkaspell.h
4850         * src/prefs_spelling.c
4851         * src/compose.c
4852         * src/prefs_common.c
4853         * src/prefs_common.h
4854                 implemented new optional spellchecker behaviour: re-check message when
4855                 dictionary got changed (from compose-window/context-menu/Change dictionary).
4856
4857 2006-02-16 [wwp]        2.0.0cvs57
4858
4859         * src/quote_fmt_parse.y
4860                 pclose popen'ed pipe.
4861
4862 2006-02-15 [colin]      2.0.0cvs56
4863
4864         * src/mimeview.c
4865         * src/mimeview.h
4866                 Let MimeViewers know which MimeView they
4867                 depend of.
4868         * src/summaryview.c
4869                 Swap From/To columns in Sent/Queue/Drafts
4870                 folders
4871         * src/etpan/imap-thread.c
4872                 Use mailstream_low_tls_open() for STARTTLS
4873                 instead of mailstream_low_ssl_open()
4874                 ** REQUIRES libetpan 0.42cvs3 **
4875
4876 2006-02-15 [wwp]        2.0.0cvs55
4877
4878         * src/compose.c
4879         * src/compose.h
4880         * src/message_search.c
4881         * src/message_search.h
4882         * src/textview.c
4883         * src/gtk/gtkutils.c
4884         * src/gtk/gtkutils.h
4885                 added the ability to Find text in the compose window (and a bit
4886                 of code factorization).
4887
4888 2006-02-15 [wwp]        2.0.0cvs54
4889
4890         * src/prefs_gtk.c
4891                 yet another one file was missing (fix for some widgets' sensitivity).
4892                 Thanks Colin!
4893
4894 2006-02-15 [wwp]        2.0.0cvs53
4895
4896         * src/prefs_gtk.h
4897                 oops forgot that file (fix for some widgets' sensitivity).
4898
4899 2006-02-15 [wwp]        2.0.0cvs52
4900
4901         * src/summary_search.c
4902                 implemented advanced summary search options (added the ability
4903                 to use matcher conditions in an advanced search mode).
4904
4905 2006-02-15 [wwp]        2.0.0cvs51
4906
4907         * src/plugins/pgpcore/prefs_gpg.c
4908         * src/prefs_account.c
4909                 fix some widget sensitivity, mostly around some labels in
4910                 account prefs.
4911
4912 2006-02-15 [paul]       2.0.0cvs50
4913
4914         * manual/advanced.xml
4915                 improve Templates info
4916                 written by wwp
4917
4918 2006-02-14 [colin]      2.0.0cvs49
4919
4920         * src/pixmaps/address_book.xpm
4921         * src/pixmaps/preferences.xpm
4922         * src/pixmaps/properties.xpm
4923                 Fix pixmap size - patch by Fabien Vantard
4924
4925 2006-02-13 [colin]      2.0.0cvs48
4926
4927         * src/procmime.c
4928                 Add missing fclose()s on error
4929         * src/textview.c
4930                 Remove unused code
4931         * src/common/utils.c
4932                 Fix temp files not being deleted on windows
4933         Patches by Thomas Gilgin
4934
4935 2006-02-13 [colin]      2.0.0cvs47
4936
4937         * src/mainwindow.c
4938                 Fix exit crash
4939
4940 2006-02-13 [wwp]        2.0.0cvs46
4941
4942         * src/plugins/pgpcore/prefs_gpg.c
4943                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
4944
4945 2006-02-12 [colin]      2.0.0cvs45
4946
4947         * src/folderview.c
4948         * src/main.c
4949         * src/mainwindow.c
4950                 Fix "stuff" when quitting
4951
4952 2006-02-12 [wwp]        2.0.0cvs44
4953
4954         * src/prefs_themes.c
4955                 fix typos in debug messages.
4956
4957 2006-02-11 [colin]      2.0.0cvs43
4958
4959         * src/summaryview.c
4960                 don't allow drag/drop from ourself
4961
4962 2006-02-10 [wwp]        2.0.0cvs42
4963
4964         * src/exporthtml.c
4965         * src/html.c
4966         * src/html.h
4967         * src/procmime.c
4968         * src/textview.c
4969                 renamed html_ prefixed functions and data structures to avoid
4970                 namespace clashes w/ other software (gtkhtml2 for instance).
4971                 Closes bug #907.
4972
4973
4974 2006-02-09 [colin]      2.0.0cvs41
4975
4976         * src/summaryview.c
4977                 Fix shitty logic messed up. Thanks Ticho for the hint!
4978
4979 2006-02-09 [wwp]        2.0.0cvs40
4980
4981         * src/gtk/about.c
4982         * src/compose.c
4983         * src/prefs_account.c
4984         * src/prefs_gtk.h
4985         * src/editaddress.c
4986                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
4987                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
4988                 Browse buttons in accounts prefs.
4989
4990 2006-02-09 [colin]      2.0.0cvs39
4991
4992         * src/matcher.c
4993                 Check for pointer before using its members
4994         * src/gtk/gtksourceprintjob.c
4995                 Fix a wrong warning
4996
4997 2006-02-09 [wwp]        2.0.0cvs38
4998
4999         * src/gtk/filesel.c
5000                 fix few compiler warnings (type mismatch).
5001
5002 2006-02-09 [paul]       2.0.0cvs37
5003
5004         * po/fr.po
5005                 updated by Fabien Vantard
5006
5007 2006-02-08 [colin]      2.0.0cvs36
5008
5009         * src/prefs_common.c
5010         * src/common/defs.h
5011         * src/common/plugin.c
5012                 allow windows and linux configurations to coexist
5013                 patch by Thomas Gilgin
5014
5015 2006-02-08 [colin]      2.0.0cvs35
5016
5017         * src/filtering.c
5018         * src/matcher.c
5019         * src/matcher.h
5020         * src/matcher_parser_parse.y
5021         * src/prefs_filtering_action.c
5022         * src/prefs_matcher.c
5023                 Add the "Ignore thread" filtering
5024                 action
5025
5026 2006-02-08 [colin]      2.0.0cvs34
5027
5028         * src/compose.c
5029         * src/procmime.c
5030         * src/procmime.h
5031                 Fix bug #905 (damaged attachment)
5032                 text files with raw \0's aren't really text files
5033         FOR_STABLE
5034
5035 2006-02-08 [colin]      2.0.0cvs33
5036
5037         * src/summaryview.c
5038                 Fix crasher introduced yesterday
5039
5040 2006-02-08 [wwp]        2.0.0cvs32
5041
5042         * src/compose.c
5043         * src/compose.h
5044                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
5045
5046 2006-02-08 [wwp]        2.0.0cvs31
5047
5048         * src/prefs_template.c
5049                 templates enhancement: allow address completion for Cc and Bcc fields
5050                 (it was currently possible for the To field only)
5051
5052 2006-02-08 [colin]      2.0.0cvs30
5053
5054         * src/compose.c
5055                 Don't unblock if not blocked
5056         FOR_STABLE
5057
5058 2006-02-07 [colin]      2.0.0cvs29
5059
5060         * src/action.c
5061                 Forgot to refresh summaryview
5062
5063 2006-02-07 [colin]      2.0.0cvs28
5064
5065         * src/action.c
5066                 Freeze/thaw message list and folder list while
5067                 processing %as{} actions 
5068         * src/compose.c
5069                 Fix auto-wrap disabling after a middle-click
5070                 paste - FOR_STABLE
5071
5072 2006-02-07 [paul]       2.0.0cvs27
5073
5074         * src/folder.c
5075                 fix freeing of uninitialised pointers
5076                 Thanks to Colin
5077
5078 2006-02-06 [colin]      2.0.0cvs26
5079
5080         * src/folder.c
5081                 Use g_slist_prepend in potentially big list
5082
5083 2006-02-06 [colin]      2.0.0cvs25
5084
5085         * src/folder.c
5086                 Completely skip processing if it doesn't 
5087                 exist (faster!)
5088
5089 2006-02-06 [colin]      2.0.0cvs24
5090
5091         * src/folder.c
5092         * src/summaryview.c
5093                 Batch filtering in summaryview (from Tools menu)
5094                 and pre/post//-processing too
5095
5096 2006-02-06 [colin]      2.0.0cvs23
5097
5098         * src/procmsg.h
5099         * src/filtering.c
5100                 Use a special field for batch filtering instead
5101                 of stepping on deferred execution's toes
5102
5103 2006-02-06 [colin]      2.0.0cvs22
5104
5105         * src/action.c
5106         * src/filtering.c
5107         * src/filtering.h
5108         * src/folder.c
5109         * src/summaryview.c
5110                 Fix filtering via menus and actions
5111
5112 2006-02-06 [colin]      2.0.0cvs21
5113
5114         * src/imap.c
5115                 Put the added file directly to cache if possible (will work
5116                 with next libetpan)
5117         * src/filtering.c
5118         * src/filtering.h
5119         * src/inc.c
5120         * src/folder.c
5121         * src/mbox.c
5122         * src/procmsg.h
5123                 Move and copy filtered messages by batches instead of one
5124                 by one - faster on IMAP
5125         * src/procmsg.c
5126                 Add a function that'll possibly be useful later
5127
5128 2006-02-06 [colin]      2.0.0cvs20
5129
5130         * src/addressbook.c
5131                 Use internal mime-type instead of text/plain for d'n'd
5132         * src/compose.c
5133                 Allow attaching files from mimeview's icon list via d'n'd
5134         * src/folderview.c
5135         * src/folderview.h
5136                 Use internal mime-type instead of text/plain for d'n'd
5137                 Don't try to selected opened folder if none is
5138                 Factorize d'n'd from other apps code
5139         * src/headerview.c
5140         * src/textview.c
5141         * src/gtk/gtkutils.c
5142         * src/gtk/gtkutils.h
5143                 Factorize Face/X-Face stuff
5144         * src/mimeview.c
5145                 Fix d'n'd to other apps
5146         * src/prefs_message.c
5147                 Let the XFace pref be usable without libcompface as it also
5148                 applies to Face
5149         * src/summaryview.c
5150                 Fix d'n'd to other apps
5151                 Factorize d'n'd from other apps code
5152
5153 2006-02-06 [wwp]        2.0.0cvs19
5154
5155         * po/it.po
5156                 Italian translation fixes by Andrea Spadaccini (no more confusion
5157                 between filtering and processing, and few changes in the About
5158                 dialog).
5159
5160
5161 2006-02-06 [mones]      2.0.0cvs18
5162
5163         * src/gtk/icon_legend.c
5164                 Improved descriptions allowing better translations
5165
5166 2006-02-05 [colin]      2.0.0cvs17
5167
5168         * src/imap.c
5169                 Add the f*cking missing expunge that caused imap_fetch_env
5170                 to fail after an add_msgs ! :-///
5171         * src/etpan/imap-thread.c
5172                 Add a bit of debug
5173         FOR_STABLE
5174
5175 2006-02-05 [colin]      2.0.0cvs16
5176
5177         * src/common/utils.c
5178                 Don't check for return-path (or we can't put
5179                 back non-sent mails)
5180
5181 2006-02-05 [colin]      2.0.0cvs15
5182
5183         * src/textview.c
5184                 Don't try to display Face header in textview
5185                 when teh headerview's active
5186
5187 2006-02-05 [colin]      2.0.0cvs14
5188
5189         * tools/tbird2syl.py
5190         * tools/Makefile.am
5191                 Add script to import Thunderbird mails
5192
5193 2006-02-05 [colin]      2.0.0cvs13
5194
5195         * src/headerview.c
5196         * src/procheader.c
5197         * src/procmsg.c
5198         * src/procmsg.h
5199         * src/textview.c
5200                 Show Face headers - patch partially by Klaus Flittner
5201
5202 2006-02-05 [colin]      2.0.0cvs12
5203
5204         * src/folderview.c
5205         * src/summaryview.c
5206         * src/common/utils.c
5207         * src/common/utils.h
5208                 Let dnd work from mime icons to summaryview
5209                 and to folderview too
5210                 Add a crude test to avoid trying to add files
5211                 drag'n'dropped when they're not mails
5212
5213 2006-02-04 [colin]      2.0.0cvs11
5214
5215         * src/summaryview.c
5216         * src/mimeview.c
5217                 Fix utf8 conversion
5218
5219 2006-02-04 [colin]      2.0.0cvs10
5220
5221         * src/compose.c
5222         * src/folderview.c
5223         * src/mimeview.c
5224         * src/summaryview.c
5225         * src/summaryview.h
5226                 Added various drag and drop capas:
5227                 From                    To
5228                 summaryview             other apps
5229                 mimeview icons          other apps
5230                 other apps              summaryview
5231                 other apps              folderview
5232
5233                 This shouldn't have broken the existing:
5234                 From                    To
5235                 summaryview             folderview
5236                 folderview              folderview
5237                 summaryview             compose's attachments
5238
5239         Tests welcomed.
5240
5241 2006-02-02 [paul]       2.0.0cvs9
5242
5243         * src/mainwindow.c
5244                 move global option 'Set displayed columns...' out
5245                 of folder option grouping.
5246                 fix sensitivity of 'harvest addresses'
5247         FOR_STABLE
5248
5249 2006-02-01 [colin]      2.0.0cvs8
5250
5251         * src/mimeview.c
5252                 Revert the alertpanel patch, it sucks (intrusive
5253                 and gets in the way of "open")
5254
5255 2006-02-01 [colin]      2.0.0cvs7
5256
5257         * src/compose.c
5258         * src/prefs_account.c
5259         * src/prefs_common.c
5260         * src/common/defs.h
5261         * src/common/utils.c
5262         * src/common/utils.h
5263                 Add ability to edit the signature file
5264                 from the account preferences, and use
5265                 a default for the text editor.
5266                 Patch by Fabien Vantard
5267
5268 2006-02-01 [colin]      2.0.0cvs6
5269
5270         * src/mimeview.c
5271                 Try to get mime type by extension if it is
5272                 application/octet-stream
5273                 Display a window with possible choices when
5274                 encountering unknown mime types
5275         * src/gtk/filesel.c
5276         * src/gtk/filesel.h
5277                 Add preview
5278                 Allow multiple selection in filtered filesel
5279                 (patch by Fabien Vantard)
5280         * src/gtk/pluginwindow.c
5281                 Use it (patch by Fabien Vantard)
5282
5283 2006-02-01 [paul]       2.0.0cvs5
5284
5285         * src/jpilot.c
5286                 fix crash on creating jpilot address book
5287                 Thanks to Colin - FOR_STABLE
5288         * src/prefs_summaries.c
5289         * src/prefs_wrapping.c
5290         * src/gtk/icon_legend.c
5291         * src/gtk/quicksearch.c
5292                 string fixes and additions
5293
5294 2006-02-01 [paul]       2.0.0cvs4
5295
5296         * src/compose.c
5297         * src/mainwindow.c
5298         * src/messageview.c
5299         * src/prefs_send.c
5300                 add Arabic encoding option
5301                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
5302
5303 2006-01-31 [colin]      2.0.0cvs3
5304
5305         * src/plugins/pgpcore/passphrase.c
5306                 Convert passphrase to locale encoding
5307         * src/compose.c
5308                 Fix drafting on IMAP. Crappy bug sneaked in
5309                 the release :-/
5310         FOR_STABLE
5311
5312 2006-01-30 [paul]       2.0.0cvs2
5313
5314         * src/gtk/icon_legend.c
5315                 show the new entries
5316
5317 2006-01-30 [colin]      2.0.0cvs1
5318
5319         * src/manual.c
5320                 Check for the file to be present before 
5321                 enabling the menu - FOR_STABLE
5322         * src/gtk/icon_legend.c
5323                 Add folders icons (not all of them, there
5324                 are too much, but the most intriguing ones)
5325
5326 2006-01-30 [paul]       2.0.0
5327
5328         version 2.0.0 released
5329
5330 2006-01-30 [paul]       1.9.100cvs200
5331
5332         * manual/faq.xml
5333         * manual/gpl.xml
5334         * manual/intro.xml
5335         * manual/starting.xml
5336         * manual/sylpheed-claws-manual.xml
5337                 fixes, additions
5338
5339 2006-01-29 [mones]      1.9.100cvs199
5340
5341         * manual/account.xml
5342         * manual/advanced.xml
5343         * manual/glossary.xml
5344                 Some typos fixed, added LDIF term to glossary
5345         * po/es.po
5346                 Fixed leading plus symbol
5347
5348 2006-01-29 [paul]       1.9.100cvs198
5349
5350         * po/fi.po
5351         * po/sk.po
5352                 updated by Tommi Pirinen and Andrej Kacian
5353
5354 2006-01-29 [paul]       1.9.100cvs197
5355
5356         * src/gtk/authors.h
5357                 remove duplicates
5358
5359 2006-01-29 [paul]       1.9.100cvs196
5360
5361         * AUTHORS
5362         * po/nl.po
5363         * src/gtk/authors.h
5364         * tools/claws.i18n.status.pl
5365                 nl translation updated by Tim Dijkstra
5366
5367 2006-01-29 [paul]       1.9.100cvs195
5368
5369         * po/sr.po
5370         * po/sv.po
5371                 updated by Aleksandar Urosevic and Anders Troback
5372
5373 2006-01-28 [colin]      1.9.100cvs194
5374
5375         * src/gtk/gtksourceprintjob.c
5376                 Don't fiddle with PangoLayout when we
5377                 have an image
5378
5379 2006-01-28 [paul]       1.9.100cvs193
5380
5381         * AUTHORS
5382         * po/el.po
5383         * po/zh_CN.po
5384         * src/gtk/authors.h
5385         * tools/claws.i18n.status.pl
5386                 updated translations submitted by Stavros Giannouris
5387                 and Ralgh Young
5388
5389 2006-01-27 [colin]      1.9.100cvs192
5390
5391         * src/summaryview.c
5392         * src/gtk/gtksourceprintjob.c
5393                 Add image printing 
5394                 (libgnomeprint only, of course)
5395
5396 2006-01-27 [paul]       1.9.100cvs191
5397
5398         * po/fr.po
5399         * po/it.po
5400                 updated by Fabien Vantard and Andrea Spadaccini
5401
5402 2006-01-26 [colin]      1.9.100cvs190
5403
5404         * manual/Makefile.am
5405         * configure.ac
5406                 Make building the manual optional 
5407                 (--disable-manual)
5408
5409 2006-01-26 [paul]       1.9.100cvs189
5410
5411         * manual/glossary.xml
5412         * manual/plugins.xml
5413                 edited
5414         * po/en_GB.po
5415                 updated
5416
5417 2006-01-26 [paul]       1.9.100cvs188
5418
5419         * src/prefs_display_header.c
5420         * src/prefs_folder_column.c
5421         * src/prefs_msg_colors.c
5422         * src/prefs_summaries.c
5423         * src/prefs_summary_column.c
5424                 HIGify
5425
5426 2006-01-25 [colin]      1.9.100cvs187
5427
5428         * src/imap.c
5429                 Don't allow moving/copying mails between
5430                 queue/drafts and non-queue/drafts folders
5431                 Fixes bug #897 (message header is resetted 
5432                 if one is copied to Drafts)
5433
5434 2006-01-25 [colin]      1.9.100cvs186
5435
5436         * src/folder.c
5437         * src/mainwindow.c
5438                 Fix subscribed folders not found
5439         * src/compose.c
5440                 Don't try to encode as original mail's charset
5441                 if it's ascii 
5442
5443 2006-01-25 [paul]       1.9.100cvs185
5444
5445         * AUTHORS
5446         * po/Makevars
5447                 updated
5448         * po/de.po
5449         * po/pl.po
5450         * po/pt_BR.po
5451         * po/sr.po
5452                 updates submitted by Stephan Sachse, Emilian Nowak
5453                 and Quar, Frederico Goncalves Guimaraes, and
5454                 Aleksandar Urosevic
5455                 Fix Bug 896, 'PT_BR locale broken'.
5456         * src/gtk/authors.h
5457                 updated
5458
5459 2006-01-24 [mones]      1.9.100cvs184
5460
5461         * manual/glossary.xml
5462                 All current terms finished. Reviewers welcome ;-)
5463         * manual/keyboard.xml
5464                 Fixed column width for pdf output.
5465         * po/es.po
5466                 Updated
5467
5468 2006-01-24 [paul]       1.9.100cvs183
5469
5470         * manual/glossary.xml
5471                 fix id name
5472         * manual/dist/html/Makefile.am
5473         * manual/dist/pdf/Makefile.am
5474         * manual/dist/ps/Makefile.am
5475         * manual/dist/txt/Makefile.am
5476                 fix make deps
5477                 Thanks to Colin
5478
5479 2006-01-24 [mones]      1.9.100cvs182
5480
5481         * manual/glossary.xml
5482                 Nearly finished, some terms missing.
5483
5484 2006-01-23 [paul]       1.9.100cvs181
5485
5486         * manual/dist/html/Makefile.am
5487         * manual/dist/pdf/Makefile.am
5488         * manual/dist/ps/Makefile.am
5489         * manual/dist/txt/Makefile.am
5490         * src/mainwindow.c
5491                 re-enable manual
5492                 Thanks to Colin
5493
5494 2006-01-22 [colin]      1.9.100cvs180
5495
5496         * src/compose.c
5497         * src/gtk/gtkaspell.c
5498                 Don't deselect stuff before right-clicking, with aspell.
5499                 (This prevented right-click Copy, for example).
5500                 Thanks to Clo!
5501
5502 2006-01-22 [paul]       1.9.100cvs179
5503
5504         * src/summary_search.c
5505                 don't fix the widget size as it causes problems
5506                 under localisation.
5507                 Thanks to Emilian Nowak
5508
5509 2006-01-21 [paul]       1.9.100cvs178
5510
5511         * src/prefs_themes.c
5512                 fix broken underlining of label text
5513                 with some translations
5514
5515 2006-01-21 [colin]      1.9.100cvs177
5516
5517         * po/fr.po
5518                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
5519
5520 2006-01-20 [colin]      1.9.100cvs176
5521
5522         * configure.ac
5523         * Makefile.am
5524         * manual/Makefile
5525         * manual/dist/html/.cvsignore
5526         * manual/dist/html/Makefile.am
5527         * manual/dist/pdf/.cvsignore
5528         * manual/dist/pdf/Makefile.am
5529         * manual/dist/ps/.cvsignore
5530         * manual/dist/ps/Makefile.am
5531         * manual/dist/txt/.cvsignore
5532         * manual/dist/txt/Makefile.am
5533                 Autotool-ize manual
5534
5535 2006-01-20 [paul]       1.9.100cvs175
5536
5537         * manual/handling.xml
5538                 make Filtering and Searching entries easier to find
5539         * manual/keyboard.xml
5540                 add the remaining default keybinds
5541         * src/prefs_summaries.c
5542                 update the default keybinds
5543
5544 2006-01-20 [paul]       1.9.100cvs174
5545
5546         * src/addressbook.c
5547         * src/addrgather.c
5548         * src/addrharvest.c
5549         * src/editaddress.c
5550         * src/editgroup.c
5551         * src/exphtmldlg.c
5552         * src/expldifdlg.c
5553         * src/exporthtml.c
5554         * src/exportldif.c
5555         * src/ldif.c
5556                 replace 'e-mail' with 'email'
5557         * src/summary_search.c
5558                 add mnemonic to "Find all" button
5559
5560 2006-01-20 [wwp]        1.9.100cvs173
5561
5562         * src/export.c
5563         * src/import.c
5564                 touched mbox import/export buttons for HIG-compliance
5565
5566 2006-01-19 [paul]       1.9.100cvs172
5567
5568         * manual/account.xml
5569         * manual/addrbook.xml
5570         * manual/advanced.xml
5571         * manual/faq.xml
5572         * manual/handling.xml
5573         * manual/intro.xml
5574         * manual/plugins.xml
5575         * manual/starting.xml
5576                 more editing
5577
5578 2006-01-19 [paul]       1.9.100cvs171
5579
5580         * src/toolbar.c
5581                 allow use of trash button while receiving
5582                 Thanks to Colin
5583
5584 2006-01-19 [wwp]        1.9.100cvs170
5585
5586         * src/gtk/quicksearch.c
5587         * src/compose.c
5588                 force text color to black when yellow background is set
5589
5590 2006-01-19 [colin]      1.9.100cvs169
5591
5592         * src/plugins/trayicon/trayicon.c
5593                 Gray out Get Mail when already getting mail
5594
5595 2006-01-18 [paul]       1.9.100cvs168
5596
5597         * src/compose.c
5598                 give widget yellow background was To is
5599                 set via folder prefs
5600         * src/gtk/quicksearch.c
5601                 give widget yellow background when quick
5602                 search is active.
5603                 Thanks to Colin
5604
5605 2006-01-18 [paul]       1.9.100cvs167
5606
5607         * doc/man/sylpheed-claws.1
5608                 add --subscribe option
5609
5610 2006-01-18 [paul]       1.9.100cvs166
5611
5612         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
5613         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
5614                 use %U instead of %F (%F is broken for user installed
5615                 files in kde 3.5)
5616
5617 2006-01-18 [colin]      1.9.100cvs165
5618
5619         * src/summaryview.c
5620                 Default to Yes in "No more * messages" dialogs
5621
5622 2006-01-17 [colin]      1.9.100cvs164
5623
5624         * src/compose.c
5625                 Possibly fix an invalid iterator causing
5626                 crash
5627
5628 2006-01-17 [colin]      1.9.100cvs163
5629
5630         * src/mimeview.c
5631                 Fix crash when the image disappears under the
5632                 image viewer
5633
5634 2006-01-16 [colin]      1.9.100cvs162
5635
5636         * src/compose.c
5637                 Fix reenabling autowrap
5638
5639 2006-01-16 [colin]      1.9.100cvs161
5640
5641         * src/compose.c
5642                 reset quote_len before getting quote_str
5643
5644 2006-01-16 [colin]      1.9.100cvs160
5645
5646         * src/account.c
5647         * src/account.h
5648         * src/folder.c
5649         * src/imap_gtk.c
5650         * src/mh_gtk.c
5651                 Fix bug #883 (default inbox does not track folder move)
5652
5653 2006-01-16 [colin]      1.9.100cvs159
5654
5655         * src/compose.c
5656         * src/plugins/pgpcore/passphrase.c
5657                 More buttons fixes
5658
5659 2006-01-16 [paul]       1.9.100cvs158
5660
5661         * src/prefs_actions.c
5662         * src/prefs_filtering_action.c
5663         * src/prefs_matcher.c
5664         * src/quote_fmt.c
5665         * src/gtk/description_window.c
5666         * src/gtk/description_window.h
5667         * src/gtk/quicksearch.c
5668                 description window cleanups
5669
5670 2006-01-15 [colin]      1.9.100cvs157
5671
5672         * src/addressbook.c
5673         * src/prefs_filtering.c
5674                 Same here
5675
5676 2006-01-15 [colin]      1.9.100cvs156
5677
5678         * src/folderview.c
5679         * src/mainwindow.c
5680                 Same for "Empty trash"
5681
5682 2006-01-15 [colin]      1.9.100cvs155
5683
5684         * src/inc.c
5685                 Override offline dialog had Yes by default
5686
5687 2006-01-15 [colin]      1.9.100cvs154
5688
5689         * src/summaryview.c
5690                 Delete selected messages? previously had Yes the default
5691
5692 2006-01-15 [colin]      1.9.100cvs153
5693
5694         * src/folder.c
5695         * src/folder.h
5696         * src/main.c
5697                 Check if a mailbox is loaded after all
5698                 plugins are loaded.
5699
5700 2006-01-15 [colin]      1.9.100cvs152
5701
5702         * src/folder.c
5703                 Don't start wizard when there are unloaded folders (will help
5704                 people with only mbox or maildir mailboxes)
5705
5706 2006-01-14 [colin]      1.9.100cvs151
5707
5708         * src/addressbook.c
5709         * src/expldifdlg.c
5710         * src/importldif.c
5711         * src/importmutt.c
5712         * src/importpine.c
5713         * src/mh_gtk.c
5714                 More HIG compliance and fixes
5715
5716 2006-01-14 [colin]      1.9.100cvs150
5717
5718         * src/prefs_filtering_action.c
5719         * src/foldersel.c
5720                 Two forgotten button order changes
5721
5722 2006-01-14 [colin]      1.9.100cvs149
5723
5724         * src/account.c
5725         * src/addressbook.c
5726         * src/compose.c
5727         * src/folderview.c
5728         * src/imap_gtk.c
5729         * src/mainwindow.c
5730         * src/mh_gtk.c
5731         * src/news_gtk.c
5732         * src/prefs_actions.c
5733         * src/prefs_customheader.c
5734         * src/prefs_filtering.c
5735         * src/prefs_matcher.c
5736         * src/prefs_template.c
5737         * src/ssl_manager.c
5738         * src/summaryview.c
5739         * src/textview.c
5740         * src/toolbar.c
5741                 All deletion confirmations are now "Cancel, Delete" 
5742                 instead of "No, Yes"
5743                 Clarified most of the other "No, Yes" to 
5744                 "Cancel, Descriptive_action"
5745                 Rechanged the "Entry not saved" alerts to have 
5746                 "Close, Continue editing"
5747
5748
5749 2006-01-14 [paul]
5750
5751         * 2.0.0-rc4 released
5752
5753 2006-01-14 [paul]       1.9.100cvs148
5754
5755         * src/account.c
5756         * src/addressadd.c
5757         * src/addressbook.c
5758         * src/compose.c
5759         * src/editaddress.c
5760         * src/editbook.c
5761         * src/editgroup.c
5762         * src/editjpilot.c
5763         * src/editldap.c
5764         * src/editvcard.c
5765         * src/exphtmldlg.c
5766         * src/expldifdlg.c
5767         * src/folderview.c
5768         * src/grouplistdialog.c
5769         * src/imap_gtk.c
5770         * src/importmutt.c
5771         * src/importpine.c
5772         * src/inc.c
5773         * src/main.c
5774         * src/mainwindow.c
5775         * src/message_search.c
5776         * src/messageview.c
5777         * src/mh_gtk.c
5778         * src/mimeview.c
5779         * src/news_gtk.c
5780         * src/prefs_actions.c
5781         * src/prefs_customheader.c
5782         * src/prefs_filtering.c
5783         * src/prefs_matcher.c
5784         * src/prefs_template.c
5785         * src/prefs_themes.c
5786         * src/ssl_manager.c
5787         * src/summary_search.c
5788         * src/summaryview.c
5789         * src/textview.c
5790         * src/toolbar.c
5791         * src/gtk/foldersort.c
5792         * src/gtk/gtkaspell.c
5793         * src/gtk/inputdialog.c
5794         * src/gtk/prefswindow.c
5795         * src/plugins/pgpcore/select-keys.c
5796         * src/plugins/trayicon/trayicon.c
5797                 HIG compliant button order
5798
5799 2006-01-14 [mones]      1.9.100cvs147
5800
5801         * po/es.po
5802                 Updated translation
5803
5804 2006-01-13 [paul]       1.9.100cvs146
5805
5806         * AUTHORS
5807         * ChangeLog
5808         * src/gtk/authors.h
5809                 add Joshua M. Kwan to contributors list
5810
5811 2006-01-13 [colin]      1.9.100cvs145
5812
5813         * src/gtk/quicksearch.c
5814                 Don't refocus quick search after executing (Esc or Enter)
5815                 Allows to '/'search something then move up/down in 
5816                 summaryview, and to Esc a search and be back in the 
5817                 summaryview
5818
5819 2006-01-13 [paul]       1.9.100cvs144
5820
5821         * src/plugins/pgpinline/pgpinline.c
5822                 support Content-Type 'application/pgp'
5823                 patch by Joshua M. Kwan <joshuak@users.sf.net>
5824
5825 2006-01-13 [paul]       1.9.100cvs143
5826
5827         * manual/account.xml
5828                 make mention of partial retrieval
5829                 thanks to Colin
5830
5831 2006-01-13 [paul]       1.9.100cvs142
5832
5833         * src/account.c
5834         * src/account.h
5835         * src/action.c
5836         * src/action.h
5837         * src/adbookbase.h
5838         * src/addr_compl.c
5839         * src/addr_compl.h
5840         * src/addrbook.c
5841         * src/addrcache.c
5842         * src/addrcache.h
5843         * src/addrcindex.c
5844         * src/addrcindex.h
5845         * src/addrclip.c
5846         * src/addrclip.h
5847         * src/addrdefs.h
5848         * src/addressadd.c
5849         * src/addressadd.h
5850         * src/addressbook.c
5851         * src/addressbook.h
5852         * src/addrgather.c
5853         * src/addrgather.h
5854         * src/addrharvest.c
5855         * src/addrharvest.h
5856         * src/addrindex.c
5857         * src/addrindex.h
5858         * src/addritem.c
5859         * src/addritem.h
5860         * src/addrquery.c
5861         * src/addrquery.h
5862         * src/addrselect.c
5863         * src/addrselect.h
5864         * src/alertpanel.c
5865         * src/alertpanel.h
5866         * src/browseldap.c
5867         * src/browseldap.h
5868         * src/codeconv.c
5869         * src/codeconv.h
5870         * src/compose.c
5871         * src/compose.h
5872         * src/customheader.c
5873         * src/customheader.h
5874         * src/displayheader.c
5875         * src/displayheader.h
5876         * src/editaddress.c
5877         * src/editaddress.h
5878         * src/editbook.c
5879         * src/editbook.h
5880         * src/editgroup.c
5881         * src/editgroup.h
5882         * src/editjpilot.c
5883         * src/editjpilot.h
5884         * src/editldap.c
5885         * src/editldap.h
5886         * src/editldap_basedn.c
5887         * src/editldap_basedn.h
5888         * src/editvcard.c
5889         * src/editvcard.h
5890         * src/exphtmldlg.c
5891         * src/exphtmldlg.h
5892         * src/expldifdlg.c
5893         * src/expldifdlg.h
5894         * src/export.h
5895         * src/exporthtml.c
5896         * src/exporthtml.h
5897         * src/exportldif.c
5898         * src/exportldif.h
5899         * src/filtering.c
5900         * src/filtering.h
5901         * src/folder.c
5902         * src/folder.h
5903         * src/folder_item_prefs.c
5904         * src/folder_item_prefs.h
5905         * src/foldersel.c
5906         * src/foldersel.h
5907         * src/folderutils.c
5908         * src/folderutils.h
5909         * src/folderview.c
5910         * src/folderview.h
5911         * src/grouplistdialog.c
5912         * src/grouplistdialog.h
5913         * src/headerview.c
5914         * src/html.c
5915         * src/html.h
5916         * src/image_viewer.c
5917         * src/image_viewer.h
5918         * src/imap.c
5919         * src/imap.h
5920         * src/imap_gtk.c
5921         * src/imap_gtk.h
5922         * src/import.h
5923         * src/importldif.c
5924         * src/importldif.h
5925         * src/importmutt.c
5926         * src/importmutt.h
5927         * src/importpine.c
5928         * src/importpine.h
5929         * src/inc.c
5930         * src/inc.h
5931         * src/jpilot.c
5932         * src/jpilot.h
5933         * src/ldapctrl.c
5934         * src/ldapctrl.h
5935         * src/ldaplocate.c
5936         * src/ldaplocate.h
5937         * src/ldapquery.c
5938         * src/ldapquery.h
5939         * src/ldapserver.c
5940         * src/ldapserver.h
5941         * src/ldaputil.c
5942         * src/ldaputil.h
5943         * src/ldif.c
5944         * src/ldif.h
5945         * src/main.c
5946         * src/main.h
5947         * src/mainwindow.c
5948         * src/mainwindow.h
5949         * src/manual.c
5950         * src/manual.h
5951         * src/mbox.c
5952         * src/mbox.h
5953         * src/message_search.c
5954         * src/message_search.h
5955         * src/messageview.c
5956         * src/messageview.h
5957         * src/mh.c
5958         * src/mh.h
5959         * src/mh_gtk.c
5960         * src/mh_gtk.h
5961         * src/mimeview.c
5962         * src/mimeview.h
5963         * src/msgcache.c
5964         * src/msgcache.h
5965         * src/mutt.c
5966         * src/mutt.h
5967         * src/news.c
5968         * src/news.h
5969         * src/news_gtk.c
5970         * src/news_gtk.h
5971         * src/partial_download.c
5972         * src/partial_download.h
5973         * src/pine.c
5974         * src/pine.h
5975         * src/pop.c
5976         * src/pop.h
5977         * src/prefs_account.c
5978         * src/prefs_account.h
5979         * src/prefs_actions.c
5980         * src/prefs_actions.h
5981         * src/prefs_common.c
5982         * src/prefs_common.h
5983         * src/prefs_compose_writing.c
5984         * src/prefs_compose_writing.h
5985         * src/prefs_customheader.c
5986         * src/prefs_customheader.h
5987         * src/prefs_display_header.c
5988         * src/prefs_display_header.h
5989         * src/prefs_filtering.c
5990         * src/prefs_filtering.h
5991         * src/prefs_filtering_action.c
5992         * src/prefs_filtering_action.h
5993         * src/prefs_folder_column.c
5994         * src/prefs_folder_column.h
5995         * src/prefs_folder_item.c
5996         * src/prefs_folder_item.h
5997         * src/prefs_fonts.c
5998         * src/prefs_fonts.h
5999         * src/prefs_gtk.c
6000         * src/prefs_gtk.h
6001         * src/prefs_image_viewer.c
6002         * src/prefs_image_viewer.h
6003         * src/prefs_matcher.c
6004         * src/prefs_matcher.h
6005         * src/prefs_message.c
6006         * src/prefs_msg_colors.c
6007         * src/prefs_msg_colors.h
6008         * src/prefs_other.c
6009         * src/prefs_quote.c
6010         * src/prefs_receive.c
6011         * src/prefs_send.c
6012         * src/prefs_spelling.c
6013         * src/prefs_spelling.h
6014         * src/prefs_summaries.c
6015         * src/prefs_summaries.h
6016         * src/prefs_summary_column.c
6017         * src/prefs_summary_column.h
6018         * src/prefs_template.c
6019         * src/prefs_template.h
6020         * src/prefs_themes.c
6021         * src/prefs_themes.h
6022         * src/prefs_toolbar.c
6023         * src/prefs_toolbar.h
6024         * src/prefs_wrapping.c
6025         * src/prefs_wrapping.h
6026         * src/privacy.c
6027         * src/privacy.h
6028         * src/procheader.c
6029         * src/procheader.h
6030         * src/procmime.c
6031         * src/procmime.h
6032         * src/procmsg.c
6033         * src/procmsg.h
6034         * src/quote_fmt.c
6035         * src/quote_fmt_parse.y
6036         * src/recv.c
6037         * src/recv.h
6038         * src/remotefolder.c
6039         * src/remotefolder.h
6040         * src/send_message.c
6041         * src/send_message.h
6042         * src/setup.c
6043         * src/setup.h
6044         * src/sourcewindow.c
6045         * src/sourcewindow.h
6046         * src/ssl_manager.c
6047         * src/ssl_manager.h
6048         * src/statusbar.c
6049         * src/statusbar.h
6050         * src/stock_pixmap.c
6051         * src/stock_pixmap.h
6052         * src/summary_search.c
6053         * src/summary_search.h
6054         * src/summaryview.c
6055         * src/summaryview.h
6056         * src/syldap.c
6057         * src/syldap.h
6058         * src/textview.c
6059         * src/textview.h
6060         * src/toolbar.c
6061         * src/toolbar.h
6062         * src/undo.c
6063         * src/undo.h
6064         * src/unmime.c
6065         * src/unmime.h
6066         * src/vcard.c
6067         * src/vcard.h
6068         * src/wizard.c
6069         * src/wizard.h
6070         * src/common/base64.c
6071         * src/common/base64.h
6072         * src/common/defs.h
6073         * src/common/hooks.c
6074         * src/common/hooks.h
6075         * src/common/log.c
6076         * src/common/log.h
6077         * src/common/mgutils.c
6078         * src/common/mgutils.h
6079         * src/common/nntp.c
6080         * src/common/nntp.h
6081         * src/common/passcrypt.c
6082         * src/common/passcrypt.h.in
6083         * src/common/plugin.c
6084         * src/common/plugin.h
6085         * src/common/prefs.c
6086         * src/common/prefs.h
6087         * src/common/progressindicator.c
6088         * src/common/progressindicator.h
6089         * src/common/quoted-printable.c
6090         * src/common/quoted-printable.h
6091         * src/common/session.c
6092         * src/common/session.h
6093         * src/common/smtp.c
6094         * src/common/smtp.h
6095         * src/common/socket.c
6096         * src/common/socket.h
6097         * src/common/ssl.c
6098         * src/common/ssl.h
6099         * src/common/ssl_certificate.c
6100         * src/common/ssl_certificate.h
6101         * src/common/stringtable.c
6102         * src/common/stringtable.h
6103         * src/common/sylpheed.c
6104         * src/common/sylpheed.h
6105         * src/common/template.c
6106         * src/common/template.h
6107         * src/common/timing.h
6108         * src/common/utils.c
6109         * src/common/utils.h
6110         * src/common/version.h.in
6111         * src/common/xml.c
6112         * src/common/xml.h
6113         * src/common/xmlprops.c
6114         * src/common/xmlprops.h
6115         * src/gtk/colorlabel.c
6116         * src/gtk/colorsel.c
6117         * src/gtk/colorsel.h
6118         * src/gtk/description_window.c
6119         * src/gtk/description_window.h
6120         * src/gtk/filesel.c
6121         * src/gtk/filesel.h
6122         * src/gtk/foldersort.c
6123         * src/gtk/foldersort.h
6124         * src/gtk/gtkutils.c
6125         * src/gtk/gtkutils.h
6126         * src/gtk/inputdialog.c
6127         * src/gtk/inputdialog.h
6128         * src/gtk/logwindow.c
6129         * src/gtk/logwindow.h
6130         * src/gtk/manage_window.c
6131         * src/gtk/manage_window.h
6132         * src/gtk/menu.c
6133         * src/gtk/menu.h
6134         * src/gtk/pluginwindow.c
6135         * src/gtk/pluginwindow.h
6136         * src/gtk/prefswindow.c
6137         * src/gtk/prefswindow.h
6138         * src/gtk/progressdialog.c
6139         * src/gtk/progressdialog.h
6140         * src/gtk/sslcertwindow.c
6141         * src/gtk/sslcertwindow.h
6142         * src/plugins/clamav/clamav_plugin.c
6143         * src/plugins/clamav/clamav_plugin.h
6144         * src/plugins/clamav/clamav_plugin_gtk.c
6145         * src/plugins/demo/demo.c
6146         * src/plugins/dillo_viewer/dillo_prefs.c
6147         * src/plugins/dillo_viewer/dillo_prefs.h
6148         * src/plugins/dillo_viewer/dillo_viewer.c
6149         * src/plugins/pgpcore/passphrase.c
6150         * src/plugins/pgpcore/passphrase.h
6151         * src/plugins/pgpcore/plugin.c
6152         * src/plugins/pgpcore/select-keys.c
6153         * src/plugins/pgpcore/select-keys.h
6154         * src/plugins/pgpcore/sgpgme.c
6155         * src/plugins/pgpcore/sgpgme.h
6156         * src/plugins/pgpinline/pgpinline.c
6157         * src/plugins/pgpinline/pgpinline.h
6158         * src/plugins/pgpinline/plugin.c
6159         * src/plugins/pgpmime/pgpmime.c
6160         * src/plugins/pgpmime/pgpmime.h
6161         * src/plugins/pgpmime/plugin.c
6162         * src/plugins/spamassassin/spamassassin.c
6163         * src/plugins/spamassassin/spamassassin.h
6164         * src/plugins/spamassassin/spamassassin_gtk.c
6165         * src/plugins/trayicon/trayicon.c
6166                 update copyright header
6167
6168 2006-01-13 [paul]       1.9.100cvs141
6169
6170         * src/account.c
6171         * src/export.c
6172         * src/import.c
6173         * src/mainwindow.c
6174         * src/prefs_account.c
6175         * src/prefs_display_header.c
6176         * src/prefs_receive.c
6177         * src/prefs_send.c
6178         * src/prefs_summaries.c
6179         * src/prefs_themes.c
6180         * src/prefs_toolbar.c
6181         * src/gtk/about.c
6182                 various cleanups
6183
6184 2006-01-12 [colin]      1.9.100cvs140
6185
6186         * src/folder.c
6187         * src/folder.h
6188         * src/main.c
6189                 Add --subscribe option
6190                 Let sylpheed-claws email@domain.com equivalent to --compose
6191                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
6192
6193 2006-01-12 [paul]       1.9.100cvs139
6194
6195         * src/mainwindow.c
6196                 append 'Change folder order' label with '...'
6197         * src/prefs_actions.c
6198                 allow reordering of actions list by dnd
6199         * src/gtk/foldersort.c
6200                 make the dialog nicer
6201
6202 2006-01-11 [colin]      1.9.100cvs138
6203
6204         * src/compose.c
6205                 Allow templates without text
6206
6207 2006-01-11 [paul]       1.9.100cvs137
6208
6209         * tools/README
6210         * tools/filter_conv_new.pl
6211                 add info to README
6212                 also check .sylpheed for filter.xml
6213                 be a bit informative to the user
6214
6215 2006-01-11 [colin]      1.9.100cvs136
6216
6217         * src/textview.c
6218                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
6219
6220 2006-01-10 [paul]       1.9.100cvs135
6221
6222         * tools/Makefile.am
6223         * tools/filter_conv_new.pl
6224                 add script to convert new style Sylpheed
6225                 filter rules (Sylpheed >= 0.9.99) to
6226                 Claws filtering rules
6227
6228 2006-01-10 [colin]      1.9.100cvs134
6229
6230         * src/compose.c
6231                 Fix broken line joins in certain conditions
6232                 (between two quoted lines: <enter><enter><up>
6233                  <type a wrapped sentence><go in the first line>
6234                  <insert more text><watch as line joining failed>)
6235
6236 2006-01-10 [paul]       1.9.100cvs133
6237
6238         * src/compose.c
6239                 don't report success in error dialog
6240                 thanks to Colin
6241         * src/common/utils.c
6242                 include some trailing punctuations as URI
6243                 thanks to Hiro
6244
6245 2006-01-10 [paul]       1.9.100cvs132
6246
6247         * src/mimeview.c
6248                 fix incompatible pointer type
6249                 warning
6250
6251 2006-01-10 [paul]       1.9.100cvs131
6252
6253         * src/compose.c
6254                 change Subject in window title
6255                 instantaneously
6256
6257 2006-01-09 [colin]      1.9.100cvs130
6258
6259         * src/addressbook.c
6260         * src/headerview.c
6261         * src/mainwindow.c
6262         * src/messageview.c
6263         * src/mimeview.c
6264         * src/noticeview.c
6265         * src/summaryview.c
6266                 Fix possible crashes on exit and in addressbook
6267
6268 2006-01-09 [paul]       1.9.100cvs129
6269
6270         * src/prefs_msg_colors.c
6271                 some cleanups that I forgot last time
6272
6273 2006-01-09 [paul]       1.9.100cvs128
6274
6275         * README
6276         * src/folderview.c
6277         * src/prefs_msg_colors.c
6278                 add previously hidden option, color_new, to
6279                 the gui
6280                 move the page to Display/
6281                 rework the gui
6282
6283 2006-01-09 [wwp]        1.9.100cvs127
6284
6285         * src/prefs_themes.c
6286                 made the prefs/display/themes layouts spacing less condensed
6287                 (and so they match other prefs/pages' look).
6288
6289 2006-01-09 [paul]       1.9.100cvs126
6290
6291         * src/compose.c
6292         * src/prefs_common.c
6293         * src/prefs_common.h
6294         * src/prefs_wrapping.c
6295                 remove 'wrap at send' option
6296
6297 2006-01-06 [colin]      1.9.100cvs125
6298
6299         * src/compose.c
6300                 Just make completely sure we don't insert "manual line breaks" 
6301                 when wrapping... 
6302
6303 2006-01-04 [paul]
6304
6305         * 2.0.0-rc3 released
6306
6307 2006-01-04 [paul]       1.9.100cvs124
6308
6309         * src/folderview.c
6310                 fix bug 882, 'quick scroll in folder list
6311                 displays wrong folder contents'
6312
6313 2006-01-04 [paul]       1.9.100cvs123
6314
6315         * src/plugins/pgpmime/pgpmime.c
6316                 better debug information when signing
6317                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
6318
6319 2006-01-03 [colin]      1.9.100cvs122
6320
6321         * configure.ac
6322                 We need to recheck for gpgme 1.0.0 after checking
6323                 for 1.1.1, because if 1.1.1 isn't available, 
6324                 GPGME_LIBS and friends are blanked out by the 
6325                 second check.
6326
6327 2006-01-03 [colin]      1.9.100cvs121
6328
6329         * src/common/prefs.c
6330                 Windows unlink-before rename fix
6331         * src/plugins/pgpcore/sgpgme.c
6332                 Add support for PKA info if available
6333                 Both patches by Werner Koch
6334
6335 2006-01-03 [paul]       1.9.100cvs120
6336
6337         * src/messageview.c
6338                 fix bug 884, 'Send receipt' button visible in queue
6339                 Thanks to Colin
6340
6341 2006-01-02 [colin]      1.9.100cvs119
6342
6343         * src/compose.c
6344         * src/imap.c
6345                 Fix autosave on IMAP and more generally try to
6346                 return the correct ID on a newly added IMAP message
6347
6348 2006-01-02 [paul]       1.9.100cvs118
6349
6350         * manual/keyboard.xml
6351                 edited
6352
6353 2006-01-01 [paul]       1.9.100cvs117
6354
6355         * src/gtk/authors.h
6356                 alphabetical order
6357
6358 2005-12-30 [colin]      1.9.100cvs116
6359
6360         * manual/advanced.xml
6361                 Explain Pre/Post-processing differences.
6362
6363 2005-12-30 [colin]      1.9.100cvs115
6364
6365         * src/mh.c
6366                 Implement copy_msgs for a little optimization
6367         * src/imap.c
6368                 Finish yesterday's fix
6369
6370 2005-12-29 [colin]      1.9.100cvs114
6371
6372         * src/imap.c
6373                 Fix occasional failure in fetching a mail over
6374                 IMAP
6375
6376 2005-12-29 [colin]      1.9.100cvs113
6377
6378         * src/compose.c
6379                 Don't remove a draft when sending it, if it is 
6380                 locked.
6381
6382 2005-12-28 [colin]      1.9.100cvs112
6383
6384         * src/summaryview.c
6385                 Fix leak for real
6386
6387 2005-12-28 [wwp]        1.9.100cvs111
6388
6389         * doc/faq/.cvsignore
6390         * doc/faq/de/.cvsignore
6391         * doc/faq/en/.cvsignore
6392         * doc/faq/es/.cvsignore
6393         * doc/faq/fr/.cvsignore
6394         * doc/faq/it/.cvsignore
6395         * doc/manual/.cvsignore
6396         * doc/manual/de/.cvsignore
6397         * doc/manual/en/.cvsignore
6398         * doc/manual/es/.cvsignore
6399         * doc/manual/fr/.cvsignore
6400         * doc/manual/ja/.cvsignore
6401         * src/plugins/mathml_viewer/.cvsignore
6402                 rollback revival of those files (my bad, sorry for the noise).
6403
6404 2005-12-28 [wwp]        1.9.100cvs110
6405
6406         * src/compose.c
6407                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
6408
6409 2005-12-28 [wwp]        1.9.100cvs109
6410
6411         * doc/faq/.cvsignore
6412         * doc/faq/de/.cvsignore
6413         * doc/faq/en/.cvsignore
6414         * doc/faq/es/.cvsignore
6415         * doc/faq/fr/.cvsignore
6416         * doc/faq/it/.cvsignore
6417         * doc/manual/.cvsignore
6418         * doc/manual/de/.cvsignore
6419         * doc/manual/en/.cvsignore
6420         * doc/manual/es/.cvsignore
6421         * doc/manual/fr/.cvsignore
6422         * doc/manual/ja/.cvsignore
6423         * src/plugins/mathml_viewer/.cvsignore
6424         * po/.cvsignore
6425                 more files to ignore.
6426
6427 2005-12-24 [colin]      1.9.100cvs108
6428
6429         * AUTHORS
6430         * src/gtk/authors.h
6431                 Update for Werner
6432
6433 2005-12-24 [colin]      1.9.100cvs107
6434
6435         * src/procmsg.c
6436                 Allow NULL src_msginfo in 
6437                 procmsg_msginfo_new_from_mimeinfo
6438
6439 2005-12-23 [paul]       1.9.100cvs106
6440
6441         * src/plugins/pgpinline/mypgpcore.def
6442                 add this forgotten file
6443
6444 2005-12-23 [colin]      1.9.100cvs105
6445
6446         * src/mainwindow.c
6447                 Fix missing break
6448
6449 2005-12-23 [colin]      1.9.100cvs104
6450
6451         * autogen.sh
6452         * src/folder.c
6453         * src/mh.c
6454         * src/common/plugin.c
6455         * src/common/socket.c
6456         * src/common/socket.h
6457         * src/common/utils.c
6458         * src/common/utils.h
6459         * src/gtk/pluginwindow.c
6460         * src/plugins/pgpcore/plugin.def
6461         * src/plugins/pgpcore/sylpheed.def
6462         * src/plugins/pgpinline/Makefile.am
6463         * src/plugins/pgpinline/plugin.def
6464         * src/plugins/pgpinline/sylpheed.def
6465         * src/plugins/pgpmime/plugin.def
6466         * src/plugins/pgpmime/sylpheed.def
6467                 Various w32 fixes by Werner Koch
6468
6469 2005-12-22 [paul]       1.9.100cvs103
6470
6471         * src/wizard.c
6472                 don't offer IMAP as 'server type' if
6473                 libetpan isn't built in
6474
6475 2005-12-22 [paul]       1.9.100cvs102
6476
6477         * AUTHORS
6478         * src/mainwindow.c
6479         * src/mainwindow.h
6480         * src/toolbar.c
6481         * src/gtk/authors.h
6482                 support GTK_TOOLBAR_BOTH_HORIZ (text
6483                 next to icon) Patch by Marien Zwart
6484                 marienz@users.sf.net
6485                 Also reword the text
6486
6487 2005-12-21 [colin]      1.9.100cvs101
6488
6489         * configure.ac
6490                 Fix DATADIRNAME
6491         * COPYING
6492                 Fix missing section and explicit the exception better
6493         * src/compose.c
6494                 Prevent mail from being lost without notice when an
6495                 SMTP error happens on trying to send an unmodified
6496                 drafted mail.
6497         * src/send_message.c
6498         * src/common/smtp.c
6499                 Fix password remembering when wrong, and add return
6500                 value checks where they should have been
6501         * src/plugins/pgpcore/sylpheed.def
6502         * src/plugins/pgpinline/sylpheed.def
6503         * src/plugins/pgpmime/sylpheed.def
6504                 Add a few symbols needed
6505
6506 2005-12-21 [paul]       1.9.100cvs100
6507
6508         * m4/codeset.m4
6509         * m4/glibc21.m4
6510         * m4/intdiv0.m4
6511         * m4/inttypes-pri.m4
6512         * m4/inttypes.m4
6513         * m4/inttypes_h.m4
6514         * m4/isc-posix.m4
6515         * m4/lcmessage.m4
6516         * m4/stdint_h.m4
6517         * m4/uintmax_t.m4
6518                 gettextization
6519                 thanks to Colin
6520
6521 2005-12-21 [paul]       1.9.100cvs99
6522
6523         * po/sv.po
6524                 fixed by Colin
6525
6526 2005-12-20 [paul]       1.9.100cvs98
6527
6528         * po/sv.po
6529                 updated by Anders Trobäck
6530
6531 2005-12-20 [colin]      1.9.100cvs97
6532
6533         * ABOUT-NLS
6534         * Makefile.am
6535         * autogen.sh
6536         * configure.ac
6537         * config/config.rpath
6538         * config/mkinstalldirs
6539         * m4/Makefile.am
6540         * m4/glibc2.m4
6541         * m4/gnupg.m4
6542         * m4/gpgme.m4
6543         * m4/intmax.m4
6544         * m4/longdouble.m4
6545         * m4/longlong.m4
6546         * m4/printf-posix.m4
6547         * m4/signed.m4
6548         * m4/size_max.m4
6549         * m4/ulonglong.m4
6550         * m4/wchar_t.m4
6551         * m4/wint_t.m4
6552         * m4/xsize.m4
6553         * po/Makefile.in.in
6554         * po/Makevars
6555         * po/bg.po
6556         * po/ca.po
6557         * po/cs.po
6558         * po/de.po
6559         * po/el.po
6560         * po/en_GB.po
6561         * po/es.po
6562         * po/fi.po
6563         * po/fr.po
6564         * po/hr.po
6565         * po/hu.po
6566         * po/it.po
6567         * po/ja.po
6568         * po/ko.po
6569         * po/nb.po
6570         * po/nl.po
6571         * po/pl.po
6572         * po/pt_BR.po
6573         * po/ru.po
6574         * po/sk.po
6575         * po/sr.po
6576         * po/stamp-po
6577         * po/sv.po
6578         * po/zh_CN.po
6579         * po/zh_TW.po
6580         * src/Makefile.am
6581         * src/codeconv.c
6582         * src/compose.c
6583         * src/exporthtml.c
6584         * src/exportldif.c
6585         * src/folder.c
6586         * src/main.c
6587         * src/manual.c
6588         * src/mh.c
6589         * src/mimeview.c
6590         * src/send_message.c
6591         * src/common/Makefile.am
6592         * src/common/fnmatch.c
6593         * src/common/fnmatch.h
6594         * src/common/fnmatch_loop.c
6595         * src/common/nntp.c
6596         * src/common/plugin.c
6597         * src/common/smtp.c
6598         * src/common/socket.c
6599         * src/common/string_match.c
6600         * src/common/sylpheed.c
6601         * src/common/utils.c
6602         * src/common/utils.h
6603         * src/common/w32_dirent.c
6604         * src/common/w32_reg.c
6605         * src/common/w32_signal.c
6606         * src/common/w32_stat.c
6607         * src/common/w32_stdio.c
6608         * src/common/w32_stdlib.c
6609         * src/common/w32_string.c
6610         * src/common/w32_time.c
6611         * src/common/w32_unistd.c
6612         * src/common/w32_wait.c
6613         * src/common/w32lib.h
6614         * src/etpan/Makefile.am
6615         * src/gtk/Makefile.am
6616         * src/plugins/clamav/Makefile.am
6617         * src/plugins/demo/Makefile.am
6618         * src/plugins/dillo_viewer/Makefile.am
6619         * src/plugins/pgpcore/Makefile.am
6620         * src/plugins/pgpcore/passphrase.c
6621         * src/plugins/pgpcore/plugin.def
6622         * src/plugins/pgpcore/sgpgme.c
6623         * src/plugins/pgpcore/sylpheed.def
6624         * src/plugins/pgpcore/version.rc
6625         * src/plugins/pgpinline/Makefile.am
6626         * src/plugins/pgpinline/plugin.def
6627         * src/plugins/pgpinline/sylpheed.def
6628         * src/plugins/pgpinline/version.rc
6629         * src/plugins/pgpmime/Makefile.am
6630         * src/plugins/pgpmime/mypgpcore.def
6631         * src/plugins/pgpmime/plugin.def
6632         * src/plugins/pgpmime/sylpheed.def
6633         * src/plugins/pgpmime/version.rc
6634         * src/plugins/spamassassin/Makefile.am
6635                 Very little ;-) patch from Werner Koch, providing
6636                 infrastructure for cross-compiling to Win32
6637
6638 2005-12-20 [paul]       1.9.100cvs96
6639
6640         * src/account.c
6641         * src/account.h
6642         * src/mainwindow.c
6643         * src/mainwindow.h
6644         * src/toolbar.c
6645         * src/toolbar.h
6646                 add a combo to the Get All button, allowing
6647                 quick retrieval from any account
6648                 Patch by Fabien Vantard, slightly modified
6649                 by Colin
6650         * src/gtk/about.c
6651                 i18n fix. Patch by Fabien Vantard
6652
6653 2005-12-19 [colin]      1.9.100cvs95
6654
6655         * src/compose.c
6656         * src/compose.h
6657                 Don't automatically join lines when they've 
6658                 been separated by the user and not automatically
6659
6660 2005-12-19 [paul]       1.9.100cvs94
6661
6662         * src/gtk/pluginwindow.c
6663                 i18n fix.
6664                 Patch by Fabien Vantard
6665
6666 2005-12-15 [paul]       1.9.100cvs93
6667
6668         * src/common/plugin.c
6669         * src/common/plugin.h
6670         * src/gtk/pluginwindow.c
6671         * src/plugins/clamav/clamav_plugin.c
6672         * src/plugins/demo/demo.c
6673         * src/plugins/dillo_viewer/dillo_viewer.c
6674         * src/plugins/pgpcore/plugin.c
6675         * src/plugins/pgpinline/plugin.c
6676         * src/plugins/pgpmime/plugin.c
6677         * src/plugins/spamassassin/spamassassin.c
6678         * src/plugins/trayicon/trayicon.c
6679                 add plugin_version()
6680
6681 2005-12-15 [colin]      1.9.100cvs92
6682
6683         * src/compose.c
6684                 Further fix bug #875
6685
6686 2005-12-15 [paul]       1.9.100cvs91
6687
6688         * src/gtk/filesel.c
6689                 fix attach_load_dir getting set to
6690                 PLUGINDIR on plugin load
6691
6692 2005-12-14 [mones]      1.9.100cvs90
6693
6694         * manual/ack.xml
6695         * manual/keyboard.xml
6696                 Initial draft and some shortcuts added
6697                 
6698         * po/es.po
6699                 Updated translation
6700
6701 2005-12-14 [colin]      1.9.100cvs89
6702
6703         * src/compose.c
6704         * src/imap.c
6705         * src/summaryview.c
6706         * src/gtk/gtkaspell.c
6707                 More leaks fixed
6708         * src/prefs_folder_item.c
6709                 Fix recursive prefs apply
6710
6711
6712 2005-12-14 [colin]      1.9.100cvs88
6713
6714         * src/compose.c
6715                 Fix bug #875 (Freeze On Inline Forward of 
6716                 Large Message)
6717
6718 2005-12-13 [colin]      1.9.100cvs87
6719
6720         * src/compose.c
6721                 Uniq-ify and sort the mimetypes list
6722                 Patch by Fabien Vantard
6723
6724 2005-12-13 [colin]      1.9.100cvs86
6725
6726         * src/imap.c
6727         * src/etpan/imap-thread.c
6728                 Fix leaks (patch by Hoa)
6729         * src/news.c
6730         * src/common/plugin.c
6731                 Fix leaks
6732
6733 2005-12-12 [colin]
6734
6735         * 2.0.0-rc2 released
6736
6737 2005-12-12 [colin]      1.9.100cvs85
6738
6739         * src/matcher.c
6740                 Fix a leak
6741
6742 2005-12-12 [wwp]        1.9.100cvs84
6743
6744         * src/gtk/icon_legend.c
6745                 fix misbehaviour and crash when closing the legend window
6746         using the Esc key (patch by Fabien Vantard).
6747
6748 2005-12-12 [paul]       1.9.100cvs83
6749
6750         * src/browseldap.c
6751         * src/foldersel.c
6752         * src/prefs_actions.c
6753         * src/prefs_filtering.c
6754         * src/prefs_matcher.c
6755         * src/prefs_spelling.glade      ** REMOVED **
6756         * src/prefs_template.c
6757         * src/gtk/foldersort.glade      ** REMOVED **
6758         * src/gtk/pluginwindow.c
6759         * src/gtk/pluginwindow.glade    ** REMOVED **
6760         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
6761                 cleanups
6762
6763 2005-12-11 [paul]       1.9.100cvs82
6764
6765         * src/gtk/filesel.c
6766                 fix attach_load_dir crasher (double free)
6767
6768 2005-12-09 [paul]       1.9.100cvs81
6769
6770         * po/POTFILES.in
6771         * src/mainwindow.c
6772         * src/gtk/Makefile.am
6773         * src/gtk/icon_legend.c
6774         * src/gtk/icon_legend.h
6775                 add icon legend
6776         * src/manual.c
6777                 cleanup
6778
6779 2005-12-09 [paul]       1.9.100cvs80
6780
6781         * src/plugins/pgpcore/passphrase.c
6782                 wrap the label in the dialog
6783
6784 2005-12-09 [colin]      1.9.100cvs79
6785
6786         * src/plugins/pgpcore/sgpgme.c
6787                 Display (untrusted) on not trusted signatures
6788                 Patch by Michal Èihaø <michal@cihar.com>
6789                 Closes bug #867 (Report also key trust)
6790
6791 2005-12-09 [colin]      1.9.100cvs78
6792
6793         * src/common/plugin.c
6794                 Update licence check, following Eben Moglen's advice
6795
6796 2005-12-08 [colin]      1.9.100cvs77
6797
6798         * src/folder.c
6799                 Fix the occasionnal item->cache != NULL 
6800                 assertion failure. 
6801
6802 2005-12-08 [colin]      1.9.100cvs76
6803
6804         * src/mimeview.c
6805         * src/plugins/pgpcore/sgpgme.c
6806                 Print key id when unable to check it
6807                 Closes bug #866 (Show key id when missing)
6808
6809 2005-12-08 [paul]       1.9.100cvs75
6810
6811         * src/prefs_common.c
6812         * src/prefs_common.h
6813         * src/gtk/filesel.c
6814                 remember load attachment dir
6815
6816 2005-12-07 [colin]      1.9.100cvs74
6817
6818         * src/prefs_toolbar.c
6819                 Gtk fixes, patch by Fabien Vantard
6820
6821 2005-12-07 [colin]      1.9.100cvs73
6822
6823         * src/action.c
6824         * src/compose.c
6825         * src/compose.h
6826                 Fix bug #839 (Quoted text isn't colored after 
6827                 executing an action)
6828         * src/common/plugin.c
6829                 Require plugins to declare their licence in plugin_licence()
6830                 Refuse to load non-GPL plugins as they'd be illegal (as 
6831                 derived works of Sylpheed-Claws, they must be GPL).
6832         * src/plugins/clamav/clamav_plugin.c
6833         * src/plugins/demo/demo.c
6834         * src/plugins/dillo_viewer/dillo_viewer.c
6835         * src/plugins/pgpcore/plugin.c
6836         * src/plugins/pgpinline/plugin.c
6837         * src/plugins/pgpmime/plugin.c
6838         * src/plugins/spamassassin/spamassassin.c
6839         * src/plugins/trayicon/trayicon.c
6840                 Add plugin_licence()
6841
6842 2005-12-07 [paul]       1.9.100cvs72
6843
6844         * configure.ac
6845         * src/mainwindow.c
6846         * src/manual.c
6847         * src/manual.h
6848         * src/common/defs.h
6849                 clean up after local FAQ removal and
6850                 temporary manual removal
6851
6852 2005-12-06 [colin]      1.9.100cvs71
6853
6854         * configure.ac
6855         * doc/Makefile.am
6856         * doc/faq/.cvsignore
6857         * doc/faq/Makefile.am
6858         * doc/faq/de/.cvsignore
6859         * doc/faq/de/Makefile.am
6860         * doc/faq/de/sylpheed-faq-1.html
6861         * doc/faq/de/sylpheed-faq-2.html
6862         * doc/faq/de/sylpheed-faq-3.html
6863         * doc/faq/de/sylpheed-faq.html
6864         * doc/faq/en/.cvsignore
6865         * doc/faq/en/Makefile.am
6866         * doc/faq/en/sylpheed-faq-1.html
6867         * doc/faq/en/sylpheed-faq-2.html
6868         * doc/faq/en/sylpheed-faq-3.html
6869         * doc/faq/en/sylpheed-faq-4.html
6870         * doc/faq/en/sylpheed-faq.html
6871         * doc/faq/es/.cvsignore
6872         * doc/faq/es/Makefile.am
6873         * doc/faq/es/sylpheed-faq-1.html
6874         * doc/faq/es/sylpheed-faq-2.html
6875         * doc/faq/es/sylpheed-faq-3.html
6876         * doc/faq/es/sylpheed-faq-4.html
6877         * doc/faq/es/sylpheed-faq.html
6878         * doc/faq/fr/.cvsignore
6879         * doc/faq/fr/Makefile.am
6880         * doc/faq/fr/sylpheed-faq-1.html
6881         * doc/faq/fr/sylpheed-faq-2.html
6882         * doc/faq/fr/sylpheed-faq-3.html
6883         * doc/faq/fr/sylpheed-faq.html
6884         * doc/faq/it/.cvsignore
6885         * doc/faq/it/Makefile.am
6886         * doc/faq/it/sylpheed-faq-1.html
6887         * doc/faq/it/sylpheed-faq-2.html
6888         * doc/faq/it/sylpheed-faq-3.html
6889         * doc/faq/it/sylpheed-faq.html
6890         * doc/manual/.cvsignore
6891         * doc/manual/Makefile.am
6892         * doc/manual/de/.cvsignore
6893         * doc/manual/de/Makefile.am
6894         * doc/manual/de/sylpheed-1.html
6895         * doc/manual/de/sylpheed-10.html
6896         * doc/manual/de/sylpheed-11.html
6897         * doc/manual/de/sylpheed-12.html
6898         * doc/manual/de/sylpheed-13.html
6899         * doc/manual/de/sylpheed-14.html
6900         * doc/manual/de/sylpheed-15.html
6901         * doc/manual/de/sylpheed-16.html
6902         * doc/manual/de/sylpheed-17.html
6903         * doc/manual/de/sylpheed-18.html
6904         * doc/manual/de/sylpheed-19.html
6905         * doc/manual/de/sylpheed-2.html
6906         * doc/manual/de/sylpheed-20.html
6907         * doc/manual/de/sylpheed-3.html
6908         * doc/manual/de/sylpheed-4.html
6909         * doc/manual/de/sylpheed-5.html
6910         * doc/manual/de/sylpheed-6.html
6911         * doc/manual/de/sylpheed-7.html
6912         * doc/manual/de/sylpheed-8.html
6913         * doc/manual/de/sylpheed-9.html
6914         * doc/manual/de/sylpheed.html
6915         * doc/manual/en/.cvsignore
6916         * doc/manual/en/Makefile.am
6917         * doc/manual/en/sylpheed-1.html
6918         * doc/manual/en/sylpheed-10.html
6919         * doc/manual/en/sylpheed-11.html
6920         * doc/manual/en/sylpheed-12.html
6921         * doc/manual/en/sylpheed-13.html
6922         * doc/manual/en/sylpheed-14.html
6923         * doc/manual/en/sylpheed-15.html
6924         * doc/manual/en/sylpheed-16.html
6925         * doc/manual/en/sylpheed-17.html
6926         * doc/manual/en/sylpheed-18.html
6927         * doc/manual/en/sylpheed-19.html
6928         * doc/manual/en/sylpheed-2.html
6929         * doc/manual/en/sylpheed-20.html
6930         * doc/manual/en/sylpheed-21.html
6931         * doc/manual/en/sylpheed-22.html
6932         * doc/manual/en/sylpheed-3.html
6933         * doc/manual/en/sylpheed-4.html
6934         * doc/manual/en/sylpheed-5.html
6935         * doc/manual/en/sylpheed-6.html
6936         * doc/manual/en/sylpheed-7.html
6937         * doc/manual/en/sylpheed-8.html
6938         * doc/manual/en/sylpheed-9.html
6939         * doc/manual/en/sylpheed.html
6940         * doc/manual/es/.cvsignore
6941         * doc/manual/es/Makefile.am
6942         * doc/manual/es/sylpheed-1.html
6943         * doc/manual/es/sylpheed-10.html
6944         * doc/manual/es/sylpheed-11.html
6945         * doc/manual/es/sylpheed-12.html
6946         * doc/manual/es/sylpheed-13.html
6947         * doc/manual/es/sylpheed-14.html
6948         * doc/manual/es/sylpheed-15.html
6949         * doc/manual/es/sylpheed-16.html
6950         * doc/manual/es/sylpheed-17.html
6951         * doc/manual/es/sylpheed-18.html
6952         * doc/manual/es/sylpheed-19.html
6953         * doc/manual/es/sylpheed-2.html
6954         * doc/manual/es/sylpheed-20.html
6955         * doc/manual/es/sylpheed-3.html
6956         * doc/manual/es/sylpheed-4.html
6957         * doc/manual/es/sylpheed-5.html
6958         * doc/manual/es/sylpheed-6.html
6959         * doc/manual/es/sylpheed-7.html
6960         * doc/manual/es/sylpheed-8.html
6961         * doc/manual/es/sylpheed-9.html
6962         * doc/manual/es/sylpheed.html
6963         * doc/manual/fr/.cvsignore
6964         * doc/manual/fr/Makefile.am
6965         * doc/manual/fr/sylpheed-1.html
6966         * doc/manual/fr/sylpheed-10.html
6967         * doc/manual/fr/sylpheed-11.html
6968         * doc/manual/fr/sylpheed-12.html
6969         * doc/manual/fr/sylpheed-13.html
6970         * doc/manual/fr/sylpheed-14.html
6971         * doc/manual/fr/sylpheed-15.html
6972         * doc/manual/fr/sylpheed-16.html
6973         * doc/manual/fr/sylpheed-17.html
6974         * doc/manual/fr/sylpheed-18.html
6975         * doc/manual/fr/sylpheed-19.html
6976         * doc/manual/fr/sylpheed-2.html
6977         * doc/manual/fr/sylpheed-20.html
6978         * doc/manual/fr/sylpheed-3.html
6979         * doc/manual/fr/sylpheed-4.html
6980         * doc/manual/fr/sylpheed-5.html
6981         * doc/manual/fr/sylpheed-6.html
6982         * doc/manual/fr/sylpheed-7.html
6983         * doc/manual/fr/sylpheed-8.html
6984         * doc/manual/fr/sylpheed-9.html
6985         * doc/manual/fr/sylpheed.html
6986         * doc/manual/ja/.cvsignore
6987         * doc/manual/ja/Makefile.am
6988         * doc/manual/ja/sylpheed-1.html
6989         * doc/manual/ja/sylpheed-10.html
6990         * doc/manual/ja/sylpheed-11.html
6991         * doc/manual/ja/sylpheed-12.html
6992         * doc/manual/ja/sylpheed-13.html
6993         * doc/manual/ja/sylpheed-14.html
6994         * doc/manual/ja/sylpheed-15.html
6995         * doc/manual/ja/sylpheed-16.html
6996         * doc/manual/ja/sylpheed-17.html
6997         * doc/manual/ja/sylpheed-18.html
6998         * doc/manual/ja/sylpheed-19.html
6999         * doc/manual/ja/sylpheed-2.html
7000         * doc/manual/ja/sylpheed-20.html
7001         * doc/manual/ja/sylpheed-3.html
7002         * doc/manual/ja/sylpheed-4.html
7003         * doc/manual/ja/sylpheed-5.html
7004         * doc/manual/ja/sylpheed-6.html
7005         * doc/manual/ja/sylpheed-7.html
7006         * doc/manual/ja/sylpheed-8.html
7007         * doc/manual/ja/sylpheed-9.html
7008         * doc/manual/ja/sylpheed.html
7009         * doc/manual/ja/sylpheed.sgml
7010         * src/mainwindow.c
7011                 Remove outdated manual and faq. Noisy, eh?
7012
7013 2005-12-06 [colin]      1.9.100cvs70
7014
7015         * src/compose.c
7016         * src/quote_fmt_parse.y
7017         * src/undo.c
7018         * src/undo.h
7019                 Allow %X to position cursor at 0 
7020                 (no %X = before signature)
7021                 Fix paste as quotation putting the cursor at 0
7022                 Fix undo offsets when pasting
7023                 Insert the quote_fmt at once instead of line 
7024                 by line
7025                 Fix [Edited] when starting to reply/forward
7026
7027 2005-12-06 [paul]       1.9.100cvs69
7028
7029         * src/plugins/clamav/clamav_plugin_gtk.c
7030                 add another tooltip
7031         * src/plugins/spamassassin/spamassassin_gtk.c
7032                 rework spamassassin_create_widget_func()
7033
7034 2005-12-05 [colin]      1.9.100cvs68
7035
7036         * po/POTFILES.in
7037                 Fix make release ;-)
7038
7039 2005-12-05 [colin]      1.9.100cvs67
7040
7041         * src/compose.c
7042         * src/compose.h
7043                 Fix cursor positioning (not obeying %X)
7044
7045 2005-12-05 [paul]       1.9.100cvs66
7046
7047         * src/plugins/dillo_viewer/dillo_prefs.c
7048                 fix compilation warning
7049
7050 2005-12-05 [paul]       1.9.100cvs65
7051
7052         * src/prefs_spelling.c
7053         * src/plugins/trayicon/trayicon.c
7054                 cleanups - remove unused stuff
7055
7056 2005-12-05 [paul]       1.9.100cvs64
7057
7058         * README
7059         * manual/plugins.xml
7060                 remove info about removed mathml_viewer plugin
7061
7062 2005-12-05 [paul]       1.9.100cvs63
7063
7064         * configure.ac
7065         * src/plugins/Makefile.am
7066         * src/plugins/mathml_viewer/.cvsignore
7067         * src/plugins/mathml_viewer/Makefile.am
7068         * src/plugins/mathml_viewer/mathml_viewer.c
7069                 remove unmaintained mathml_viewer plugin
7070
7071 2005-12-05 [paul]       1.9.100cvs62
7072
7073         * src/summaryview.c
7074                 obey prefs_common.always_show_msg when
7075                 moving a msg
7076                 Thanks to Colin
7077
7078 2005-12-05 [paul]       1.9.100cvs61
7079
7080         * src/compose.c
7081         * src/prefs_account.c
7082         * src/prefs_filtering.c
7083         * src/prefs_quote.c
7084         * src/prefs_spelling.c
7085         * src/prefs_toolbar.c
7086         * src/summaryview.c
7087         * src/gtk/gtkutils.c
7088         * src/gtk/quicksearch.c
7089         * src/plugins/dillo_viewer/dillo_prefs.c
7090                 dialog cleanups
7091
7092 2005-12-04 [paul]       1.9.100cvs60
7093
7094         * src/inc.c
7095         * src/prefs_account.c
7096         * src/prefs_account.h
7097                 allow a Local account to specify a
7098                 default inbox
7099                 (closes bug 843 'Inbox cannot be changed for local
7100                  mailboxes')
7101
7102 2005-12-04 [colin]      1.9.100cvs59
7103
7104         * src/plugins/trayicon/trayicon.c
7105                 Remove Get, rename Get All to Get Mail in order to
7106                 be consistent with the default main toolbar
7107
7108 2005-12-03 [colin]      1.9.100cvs58
7109
7110         * manual/gpl.xml
7111         * manual/sylpheed-claws-manual.xml
7112                 Add GPL appendix
7113
7114 2005-12-03 [paul]       1.9.100cvs57
7115
7116         * AUTHORS
7117         * po/sv.po
7118         * src/gtk/authors.h
7119                 new (partially complete) Swedish translation
7120                 by Anders Troback <sylpheed@troback.com>
7121
7122 2005-12-02 [paul]       1.9.100cvs56
7123
7124         * configure.ac
7125                 libetpan 0.41 required
7126
7127 2005-12-02 [paul]       1.9.100cvs55
7128
7129         * src/plugins/clamav/clamav_plugin.c
7130         * src/plugins/clamav/clamav_plugin.h
7131         * src/plugins/clamav/clamav_plugin_gtk.c
7132         * src/plugins/spamassassin/spamassassin.c
7133         * src/plugins/spamassassin/spamassassin.h
7134         * src/plugins/spamassassin/spamassassin_gtk.c
7135                 unregister prefs pages on unloading, thus
7136                 preventing a crash
7137                 (thanks to Colin for the hint)
7138
7139 2005-12-02 [wwp]        1.9.100cvs54
7140
7141         * src/quote_fmt.h
7142         * src/quote_fmt_parse.y
7143                 fix misuse of gboolean*, use gboolean instead
7144                 (thanks to Paul, Colin, for pointing out that scaring one)
7145
7146 2005-12-02 [paul]       1.9.100cvs53
7147
7148         * src/plugins/clamav/clamav_plugin.c
7149                 int no --> unsigned int no
7150         * src/plugins/clamav/clamav_plugin_gtk.c
7151                 rework config page
7152
7153 2005-12-02 [wwp]        1.9.100cvs52
7154
7155         * src/compose.c
7156         * src/prefs_template.c
7157         * src/quote_fmt.h
7158         * src/quote_fmt_parse.y
7159                 prevent from executing |f and |p templates commands when
7160                 adding or replacing templates in prefs (avoids annoying and
7161                 potentially dangerous behaviours)
7162
7163 2005-12-02 [paul]       1.9.100cvs51
7164
7165         * src/prefs_common.c
7166                 allow translation of some default values
7167                 Patch by Fabien Vantard
7168
7169 2005-12-02 [paul]       1.9.100cvs50
7170
7171         * src/codeconv.c
7172         * src/codeconv.h
7173         * src/prefs_common.c
7174         * src/prefs_common.h
7175         * src/prefs_message.c
7176         * src/textview.c
7177                 remove obsolete 'convert_mb_alnum' option
7178                 and related stuff
7179         * src/gtk/about.c
7180                 remove unused 'about_textview_visibility_notify'
7181
7182 2005-12-02 [paul]       1.9.100cvs49
7183
7184         * src/prefs_account.c
7185         * src/prefs_compose_writing.c
7186         * src/prefs_fonts.c
7187         * src/prefs_gtk.h
7188         * src/prefs_image_viewer.c
7189         * src/prefs_message.c
7190         * src/prefs_other.c
7191         * src/prefs_receive.c
7192         * src/prefs_send.c
7193         * src/prefs_spelling.c
7194         * src/prefs_summaries.c
7195         * src/prefs_wrapping.c
7196         * src/plugins/dillo_viewer/dillo_prefs.c
7197         * src/plugins/pgpcore/prefs_gpg.c
7198                 several cleanups to the prefs dialogs
7199                 (slightly modified) patch by Fabien Vantard
7200
7201 2005-12-02 [paul]       1.9.100cvs48
7202
7203         * src/main.c
7204                 --exit means exit
7205         * src/send_message.c
7206                 fix crash on send when connection fails
7207
7208         Thanks to Colin
7209
7210 2005-12-01 [colin]      1.9.100cvs47
7211
7212         * src/html.c
7213                 Translate &hellip; to "..."
7214
7215 2005-11-30 [colin]      1.9.100cvs46
7216
7217         * src/matcher.c
7218         * src/matcher.h
7219                 Optimize back yesterday's fix.
7220
7221 2005-11-30 [paul]       1.9.100cvs45
7222
7223         * manual/faq.xml
7224                 standardised
7225         * manual/intro.xml
7226                 written by Colin, edited by me
7227
7228 2005-11-29 [colin]      1.9.100cvs44
7229
7230         * src/matcher.c
7231                 Skip headers unconditionnaly in match_body if the
7232                 rule is not message or ~message
7233
7234 2005-11-29 [colin]      1.9.100cvs43
7235
7236         * src/matcher.c
7237                 Fix body_part and such, not skipping headers 
7238                 if the matchcriteria wasn't the first in the rule
7239
7240 2005-11-29 [colin]      1.9.100cvs42
7241
7242         * src/compose.c
7243                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
7244                 option missing from message view window)
7245                 Fix double text D'n'D with gtk-2.8
7246         * src/matcher.c
7247                 Fix ~message, ~headers_part, ~body_part rules
7248         * src/messageview.c
7249                 Add Windows-1252 (Closes bug #863)
7250                 Fix accels
7251         * src/gtk/gtkaspell.c
7252                 Properly destroy accels in all menus
7253
7254 2005-11-29 [mones]      1.9.100cvs41
7255
7256         * po/es.po
7257                 Updated.
7258
7259 2005-11-27 [colin]      1.9.100cvs40
7260
7261         * src/mh_gtk.c
7262                 "/Remove mailbox" -> "/Remove mailbox..."
7263
7264 2005-11-27 [paul]       1.9.100cvs39
7265
7266         * AUTHORS
7267         * po/de.po
7268         * src/gtk/authors.h
7269                 updated by new maintainer, Stephan Sachse
7270
7271 2005-11-27 [paul]       1.9.100cvs38
7272
7273         * manual/faq.xml
7274                 written by Colin, edited by me
7275
7276 2005-11-27 [paul]       1.9.100cvs37
7277
7278         * src/prefs_common.c
7279         * src/prefs_common.h
7280         * src/prefs_receive.c
7281         * src/prefs_summaries.c
7282                 move 'go to inbox after receiving new mail'
7283                 option from display/sumamaries to mail
7284                 handling/receive, and rework prefs_summaries
7285                 dialog a little
7286
7287 2005-11-25 [martin]     1.9.100cvs36
7288
7289         * po/de.po
7290             fixed windows-1252 translation;
7291             translated some new and fuzzy strings
7292
7293 2005-11-25 [paul]       1.9.100cvs35
7294
7295         * src/plugins/clamav/clamav_plugin.c
7296                 complete the update done in cvs34
7297
7298 2005-11-25 [paul]       1.9.100cvs34
7299
7300         * src/plugins/clamav/clamav_plugin.c
7301                 reflect upstream changes
7302
7303 2005-11-25 [paul]       1.9.100cvs33
7304
7305         * manual/ack.xml
7306         * manual/plugins.xml
7307         * manual/sylpheed-claws-manual.xml
7308                 written/updated by Colin, edited by me
7309         * tools/acroread2sylpheed.pl
7310                 update binary name
7311
7312 2005-11-24 [colin]      1.9.100cvs32
7313
7314         * src/compose.c
7315                 Fix bug #856 (reediting messages forgets Request
7316                 Return Receipt)
7317
7318 2005-11-24 [paul]       1.9.100cvs31
7319
7320         * manual/addrbook.xml
7321         * manual/starting.xml
7322                 written by Colin, proofread, edited, adapted by me
7323         * manual/advanced.xml
7324                 add some Actions examples
7325         * src/importldif.c
7326                 use a Save button instead of a Close button
7327         * src/wizard.c
7328                 indicate mandatory fields
7329                 fix page display
7330                 Thanks to Colin
7331
7332 2005-11-23 [colin]      1.9.100cvs30
7333
7334         * src/addressbook.c
7335                 Rename menu item, fix possible crash after
7336                 deletion of books
7337         * src/addrindex.c
7338                 Allow searching for '*' in ldap
7339         * src/browseldap.c
7340                 Fix "Browse Entry" (did anyone use it?)
7341         * src/wizard.c
7342                 Add guards for mandatory information
7343
7344 2005-11-23 [paul]       1.9.100cvs29
7345
7346         * manual/advanced.xml
7347                 corrections to the English
7348
7349 2005-11-23 [colin]      1.9.100cvs28
7350
7351         * src/mimeview.c
7352                 Fix possible crash at exit. After the call to
7353                 gtk_container_remove(), the Viewer's widget has no
7354                 more parent so gtk+ automatically frees it and its
7355                 sons. If destroy_viewer() then try to access it,
7356                 problems ensue.
7357
7358 2005-11-22 [colin]      1.9.100cvs27
7359
7360         * src/compose.c
7361         * src/gtk/gtkaspell.c
7362                 Fix right-clicking on a misspelled word
7363                 Fix More... in suggestions menu
7364
7365 2005-11-22 [wwp]        1.9.100cvs26
7366
7367         * src/prefs_template.c
7368                 templates works: re-sort templates list when adding or replacing,
7369                 prevent from adding or replacing when the template name is empty
7370
7371 2005-11-21 [colin]      1.9.100cvs25
7372
7373         * src/addressbook.c
7374                 Fix some addressbook suckage (dnd, select all)
7375         * src/compose.c
7376         * src/gtk/gtkaspell.c
7377         * src/gtk/gtkaspell.h
7378                 Make the spellchecker menu work with the 
7379                 GtkTextView one instead of overriding it
7380
7381 2005-11-20 [paul]       1.9.100cvs24
7382
7383         * manual/handling.xml
7384                 proofread and corrected
7385
7386 2005-11-20 [paul]       1.9.100cvs23
7387
7388         * manual/Makefile
7389                 generate html as one file
7390         * manual/advanced.xml
7391                 fix output generation
7392                 reformat hidden options list
7393         * manual/manual.xml     ** REMOVED **
7394         * manual/sylpheed-claws-manual.xml      ** ADDED **
7395                 renamed
7396
7397 2005-11-18 [colin]      1.9.100cvs22
7398
7399         * src/prefs_account.c
7400                 Fix layout in news and mbox accounts
7401         * manual/account.xml
7402         * manual/advanced.xml
7403                 New contents for Paul to check :)
7404
7405 2005-11-18 [wwp]        1.9.100cvs21
7406
7407         * src/gtk/quicksearch.c
7408                 don't update extended quicksearch buttons twice
7409
7410 2005-11-18 [paul]       1.9.100cvs20
7411
7412         * src/textview.c
7413                 complete 1.9.100cvs19
7414
7415 2005-11-18 [paul]       1.9.100cvs19
7416
7417         * src/compose.c
7418                 cosmetic improvements
7419         * src/textview.c
7420                 also list text/* attachments
7421
7422 2005-11-18 [colin]      1.9.100cvs18
7423
7424         * src/summaryview.c
7425                 Use column 0 instead of -1 in 
7426                 gtk_ctree_node_moveto, in a naive
7427                 hope it'll fix the gtk-related crashes
7428
7429 2005-11-18 [colin]      1.9.100cvs17
7430
7431         * src/gtk/inputdialog.c
7432                 Fix icon staying the first one
7433
7434 2005-11-17 [wwp]        1.9.100cvs16
7435                 fix possible problem showing some quicksearch buttons, and a bad
7436                 call to g_return_if_fail in a function that returns a value (both
7437                 fixes by Fabien Vantard)
7438
7439 2005-11-15 [wwp]        1.9.100cvs15
7440
7441         * src/gtk/quicksearch.c
7442                 added a tooltip to that obscure ... quicksearch button
7443
7444 2005-11-15 [wwp]        1.9.100cvs14
7445
7446         * src/gtk/quicksearch.c
7447                 add a quicksearch helper to filtering expression users: the ... button
7448                 raises the condition expr window. condition expressions set up w/ this
7449                 window are used by the quicksearch if the user closes it pressing OK.
7450
7451 2005-11-14 [paul]       1.9.100cvs13
7452
7453         * src/plugins/clamav/clamav_plugin.c
7454         * src/plugins/spamassassin/spamassassin.c
7455                 change plugin type following recent merging
7456
7457 2005-11-14 [wwp]        1.9.100cvs12
7458
7459         * src/folder.c
7460                 prevent from crashing when copying/moving message(s) from and
7461                 to the same folder
7462
7463 2005-11-14 [paul]       1.9.100cvs11
7464
7465         * src/plugins/clamav/Makefile.am
7466         * src/plugins/clamav/clamav_plugin.c
7467         * src/plugins/clamav/clamav_plugin.h
7468         * src/plugins/clamav/clamav_plugin_gtk.c
7469                 also merge clamav and clamav_gtk plugins
7470
7471 2005-11-13 [colin]      1.9.100cvs10
7472
7473         * configure.ac
7474         * src/plugins/spamassassin/Makefile.am
7475         * src/plugins/spamassassin/spamassassin.c
7476         * src/plugins/spamassassin/spamassassin.h
7477         * src/plugins/spamassassin/spamassassin_gtk.c
7478                 Merge spamassassin and spamassassin_gtk plugins,
7479                 and build it by default.
7480
7481 2005-11-12 [colin]      1.9.100cvs9
7482
7483         * src/etpan/imap-thread.c
7484                 Fix gcc warning
7485
7486 2005-11-12 [colin]      1.9.100cvs8
7487
7488         * src/procmime.c
7489                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
7490
7491 2005-11-10 [colin]      1.9.100cvs7
7492
7493         * src/main.c
7494                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
7495                 minimised state)
7496
7497 2005-11-10 [wwp]        1.9.100cvs6
7498
7499         * src/gtk/description_window.c
7500                 fix a crash when closing description windows using the WM's [X] button
7501
7502 2005-11-09 [colin]      1.9.100cvs5
7503
7504         * src/common/ssl.c
7505                 Update libetpan call to follow upstream
7506                 (yes, this requires libetpan-0.40cvs3)
7507
7508 2005-11-08 [colin]      1.9.100cvs4
7509
7510         * src/compose.c
7511         * src/textview.c
7512         * src/common/utils.c
7513         * src/common/utils.h
7514                 Enhance the email parser
7515
7516 2005-11-08 [colin]      1.9.100cvs3
7517
7518         * src/procmime.c
7519                 Fix what looks like an off-by-one (fixes 
7520                 attachments from the Bat)
7521
7522 2005-11-08 [wwp]        1.9.100cvs2
7523
7524         * src/main.c
7525                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
7526
7527 2005-11-08 [wwp]        1.9.100cvs1
7528
7529         * src/main.c
7530                 allow exiting Sylpheed-Claws from command-line
7531
7532 2005-11-08 [paul]       1.9.100
7533
7534         1.9.100 released
7535
7536 2005-11-07 [colin]      1.9.99cvs17
7537
7538         * src/addritem.c
7539         * src/ldif.c
7540                 Fix import of base-64 encoded items
7541
7542 2005-11-07 [colin]      1.9.99cvs16
7543
7544         * src/send_message.c
7545                 Fix bug #314 (Queue does not empty under certain 
7546                 circumstances)
7547
7548 2005-11-07 [paul]       1.9.99cvs15
7549
7550         * src/mutt.c
7551         * src/pine.c
7552                 fix buffer overflows
7553                 Thanks to Colin
7554
7555 2005-11-07 [paul]       1.9.99cvs14
7556
7557         * doc/man/Makefile.am
7558         * doc/man/sylpheed-claws.1      ** ADDED **
7559         * doc/man/sylpheed.1            ** DELETED **
7560                 rename and update the man file
7561
7562 2005-11-06 [colin]      1.9.99cvs13
7563
7564         * src/ldif.c
7565                 Fix ldif_get_line() that returned empty strings
7566                 (Didn't understand why). Also fix a possible
7567                 buffer overflow.
7568
7569 2005-11-06 [wwp]        1.9.99cvs12
7570
7571         * src/textview.c
7572         * src/gtk/about.c
7573         * src/gtk/gtkutils.c
7574         * src/gtk/gtkutils.h
7575                 fix a compilation warning,
7576                 make links sensitive in the about dialog
7577
7578 2005-11-04 [wwp]        1.9.99cvs11
7579
7580         * src/gtk/about.c
7581                 don't wrap or translate URIs, and a bit text format cleanup
7582
7583 2005-11-04 [wwp]        1.9.99cvs10
7584
7585         * src/gtk/about.c
7586                 better textview tagging implementation (no more use of marks for
7587                 postponed tagging)
7588
7589 2005-11-02 [colin]      1.9.99cvs9
7590
7591         * src/common/ssl.c
7592                 Forgot an ifdef
7593
7594 2005-11-02 [colin]      1.9.99cvs8
7595
7596         * configure.ac
7597                 Require libetpan-0.40 due to upstream fix
7598         * src/common/ssl.c
7599                 Tell libetpan not to call SSL_Library_Init,
7600                 as we do it ourselves.
7601
7602 2005-11-02 [colin]      1.9.99cvs7
7603
7604         * po/POTFILES.in
7605                 Add missing files (thanks to Fabien Vantard)
7606
7607 2005-11-02 [colin]      1.9.99cvs6
7608
7609         * src/summaryview.c
7610                 Fix totals when read messages are hidden or quicksearch
7611                 is on
7612         * src/ssl_manager.c
7613         * src/ssl_manager.h
7614         * src/common/ssl_certificate.c
7615         * src/common/ssl_certificate.h
7616         * src/gtk/sslcertwindow.c
7617         * src/gtk/sslcertwindow.h
7618                 Fix copyright on my stuff
7619
7620 2005-11-02 [wwp]        1.9.99cvs5
7621
7622         * src/prefs_themes.c
7623                 fix directory name checking (theme installation/removal),
7624                 made related error a bit more verbose
7625
7626 2005-11-02 [colin]      1.9.99cvs4
7627
7628         * src/summaryview.c
7629                 Fix typo (probably fixes bug #841 (Sort by the From 
7630                 field doesn't work)
7631
7632 2005-11-02 [paul]       1.9.99cvs3
7633
7634         * po/ko.po
7635         * po/nb.po
7636                 updated by SungHyun Nam, Geir Helland
7637         * src/wizard.c
7638                 fix typo in welcome message. spotted by
7639                 Andrea Spadaccini
7640
7641 2005-11-01 [colin]      1.9.99cvs2
7642
7643         * src/compose.c
7644                 Fix replying to ml wen confirming subscription
7645         * src/messageview.c
7646         * src/mimeview.c
7647         * src/mimeview.h
7648         * src/privacy.h
7649         * src/summaryview.c
7650                 Make key check non blocking
7651
7652 2005-10-31 [paul]       1.9.99cvs1
7653
7654         * tools/claws.i18n.status.pl
7655                 updated for ChangeLog
7656
7657 2005-10-31 [paul]       1.9.99
7658
7659         1.9.99 released
7660
7661 2005-10-31 [paul]       1.9.15cvs131
7662
7663         * .cvsignore
7664         * ChangeLog
7665         * ChangeLog.claws       ** REMOVED **
7666         * ChangeLog-gtk2.claws  ** REMOVED **
7667         * ChangeLog.gtk1        ** ADDED **
7668         * INSTALL
7669         * Makefile.am
7670         * NEWS
7671         * README
7672         * README.claws          ** REMOVED **
7673         * README.jp             ** REMOVED **
7674         * RELEASE_NOTES         ** ADDED **
7675         * RELEASE_NOTES.claws   ** REMOVED **
7676         * commitHelper
7677         * configure.ac
7678         * sylpheed.spec.in      ** REMOVED **
7679                 tidy up and update the default docs:
7680                 ChangeLog.claws is renamed ChangeLog.gtk1
7681                 ChangeLog-gtk2.claws is renamed ChangeLog
7682                 README.claws is renamed README
7683                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
7684
7685 2005-10-31 [paul]       1.9.15cvs130
7686
7687         * po/it.po
7688                 fix errors
7689
7690 2005-10-31 [paul]       1.9.15cvs129
7691
7692         * po/ca.po
7693         * po/de.po
7694         * po/en_GB.po
7695         * po/fr.po
7696         * po/it.po
7697         * po/pt_BR.po
7698         * po/sk.po
7699         * po/sr.po
7700         * po/zh_CN.po
7701                 updated by Miquel Oliete, Stephan Sachse and
7702                 Thomas Gilgin, me, Fabien Vantard, Andrea
7703                 Spadaccini, Frederico Goncalves Guimaraes,
7704                 Andrej Kacian, Aleksandar Urosevic, and
7705                 Ralgh Young.
7706
7707 2005-10-31 [mones]      1.9.15cvs128
7708
7709         * manual/faq.xml
7710                 More questions.
7711         
7712         * po/es.po
7713                 Updated for release.
7714
7715 2005-10-30 [colin]      1.9.15cvs127
7716
7717         * src/compose.c
7718                 Place cursor before rewrapping (fixes cursor
7719                 pos if quotation gets rewrapped)
7720
7721 2005-10-29 [paul]       1.9.15cvs126
7722
7723         * src/crash.c
7724         * src/foldersel.c
7725         * src/main.c
7726         * src/messageview.c
7727         * src/toolbar.c
7728         * src/gtk/authors.h
7729                 corrections to text items
7730
7731 2005-10-28 [colin]      1.9.15cvs125
7732
7733         * src/messageview.c
7734                 Make "hit 'C' to check sig" work from extern 
7735                 messageviews
7736
7737 2005-10-27 [colin]      1.9.15cvs124
7738
7739         * src/summaryview.c
7740                 Add a hack to avoid segfaulting when hammering 
7741                 on gtk's events
7742
7743 2005-10-27 [wwp]        1.9.15cvs123
7744
7745         * src/prefs_themes.c
7746                 sort list of themes names in themes prefs
7747
7748 2005-10-27 [paul]       1.9.15cvs122
7749
7750         * src/folder.c
7751         * src/prefs_account.c
7752                 fix building on Solaris
7753                 Patch by Alex Moore
7754
7755 2005-10-27 [wwp]        1.9.15cvs121
7756
7757         * src/summaryview.c
7758         * src/gtk/gtksctree.c
7759                 speed up unselecting messages in summary view (thanks to Colin)
7760
7761 2005-10-27 [paul]       1.9.15cvs120
7762
7763         * src/mainwindow.c
7764                 fix a compilation warning
7765         * src/summaryview.c
7766                 fix updating of 'n items selected' count
7767                 when deselecting
7768
7769 2005-10-27 [martin]     1.9.15cvs119
7770
7771         * src/action.c
7772                 ignore actions with a leading '/' in the action menu name
7773                 fixes a crash on menu creation
7774         * src/prefs_actions.c
7775                 do not allow a leading '/' in the action menu name
7776
7777 2005-10-27 [paul]       1.9.15cvs118
7778
7779         * src/main.c
7780                 fix compilation warning
7781
7782 2005-10-27 [paul]       1.9.15cvs117
7783
7784         * src/procmime.c
7785                 add #if HAVE_LOCALE_H
7786
7787 2005-10-27 [paul]       1.9.15cvs116
7788
7789         * src/plugins/clamav/clamav_plugin.c
7790         * src/plugins/dillo_viewer/dillo_viewer.c
7791         * src/plugins/mathml_viewer/mathml_viewer.c
7792         * src/plugins/pgpcore/plugin.c
7793         * src/plugins/pgpinline/plugin.c
7794         * src/plugins/pgpmime/plugin.c
7795         * src/plugins/spamassassin/spamassassin.c
7796         * src/plugins/trayicon/trayicon.c
7797                 plugin_init() : make error messages more
7798                 informative
7799
7800 2005-10-26 [wwp]        1.9.15cvs115
7801
7802         * src/prefs_matcher.c
7803                 enlarge boolean op widget width a bit (wasn't always showing text contents)
7804
7805 2005-10-26 [wwp]        1.9.15cvs114
7806
7807         * src/procmime.c
7808         * src/gtk/gtksctree.c
7809         * src/plugins/spamassassin/libspamc.c
7810         * src/plugins/spamassassin/spamassassin.c
7811                 fix some compilation warnings more
7812
7813 2005-10-26 [mones]      1.9.15cvs113
7814
7815         * po/es.po
7816                 Updated translation
7817
7818 2005-10-26 [paul]       1.9.15cvs112
7819
7820         * src/prefs_message.c
7821                 give all display_xface stuff the
7822                 #if HAVE_LIBCOMPFACE treatment, thus
7823                 preventing a crash
7824                 (Thanks to Wolfgang Enderlein)
7825
7826 2005-10-26 [colin]      1.9.15cvs111
7827
7828         * src/gedit-print.c
7829                 Fix date format
7830         * src/imap_gtk.c
7831         * src/news_gtk.c
7832                 Remove context menu items that should not be there
7833         * src/jpilot.c
7834                 Fix encoding
7835         * src/main.c
7836         * src/mainwindow.c
7837                 Don't show the mainwindow too soon
7838
7839 2005-10-26 [wwp]        1.9.15cvs110
7840
7841         * src/folder.c
7842         * src/manual.c
7843         * src/summaryview.c
7844                 fix uninitialized pointers in the folder updating hook
7845                 (thanks to Colin)
7846
7847 2005-10-25 [mones]      1.9.15cvs109
7848
7849         * manual/faq.xml
7850                 General information subsection completed. 
7851                 Removed archaic references.
7852                 
7853         * manual/Makefile
7854         * manual/dtd/manual.dsl
7855                 Added customization stylesheet for getting paragraphs
7856                 fully justified in PDF output (as suggested by Colin).
7857
7858 2005-10-25 [colin]      1.9.15cvs108
7859
7860         * src/compose.c
7861                 Fix a second leak
7862
7863 2005-10-25 [colin]      1.9.15cvs107
7864
7865         * src/addrbook.c
7866         * src/addrindex.c
7867                 Fix leak (xml_get_element() allocates memory)
7868         * src/compose.c
7869                 Fix leak + dead code (shame!)
7870         * src/procmime.c
7871                 Fix leak
7872
7873 2005-10-25 [colin]      1.9.15cvs106
7874
7875         * src/mimeview.c
7876                 Fix encoding issue in Save all and in 
7877                 overwrite-confirmation alertpanel
7878
7879 2005-10-25 [colin]      1.9.15cvs105
7880
7881         * src/common/socket.c
7882                 Fix a leak - Thanks to Christopher Aillon
7883                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
7884
7885 2005-10-25 [paul]       1.9.15cvs104
7886
7887         * src/wizard.c
7888                 Always guess servers from the right-hand
7889                 email part and guess username from the
7890                 left-hand part. (Thanks to Colin)
7891                 add an X-Face to the welcome message
7892
7893 2005-10-25 [paul]       1.9.15cvs103
7894
7895         * manual/handling.xml
7896                 written by Colin, edited by me
7897
7898 2005-10-25 [wwp]        1.9.15cvs102
7899
7900         * src/folderview.c
7901         * src/grouplistdialog.c
7902         * src/imap.c
7903         * src/noticeview.c
7904                 fix some compilation warnings
7905
7906 2005-10-24 [paul]
7907
7908         1.9.99-rc3 released
7909
7910 2005-10-24 [paul]       1.9.15cvs101
7911
7912         * src/gtk/about.c
7913                 fix window sizing
7914
7915 2005-10-24 [paul]       1.9.15cvs100
7916
7917         * src/pixmaps/offline.xpm
7918         * src/pixmaps/online.xpm
7919                 replace with last default versions
7920
7921 2005-10-24 [colin]      1.9.15cvs99
7922
7923         * src/imap.c
7924                 Fix bug when moving a folder
7925         * src/imap_gtk.c
7926         * src/mh_gtk.c
7927                 "Delete folder" pops up a window, so it 
7928                 should be suffixed with "..."
7929         * src/plugins/pgpcore/sgpgme.c
7930                 Include locale.h
7931
7932 2005-10-24 [mones]      1.9.15cvs98
7933
7934         * manual/Makefile
7935         * manual/account.xml
7936         * manual/ack.xml
7937         * manual/addrbook.xml
7938         * manual/advanced.xml
7939         * manual/faq.xml
7940         * manual/glossary.xml
7941         * manual/gpl.xml
7942         * manual/handling.xml
7943         * manual/intro.xml
7944         * manual/keyboard.xml
7945         * manual/manual.xml
7946         * manual/plugins.xml
7947         * manual/starting.xml
7948         * manual/dtd/sdocbook.dtd
7949                 Initial manual structure and some content.
7950
7951 2005-10-23 [wwp]        1.9.15cvs97
7952
7953         * src/gtk/about.c
7954                 fix a typo
7955
7956 2005-10-23 [wwp]        1.9.15cvs96
7957
7958         * src/gtk/about.c
7959         * src/gtk/authors.h
7960                 rework of the about window (main work by Paul), also featuring a few
7961                 fixes for typos and duplicate names
7962
7963 2005-10-23 [wwp]        1.9.15cvs95
7964
7965         * src/.cvsignore
7966                 Ignore the right binary name (sylpheed-claws now)
7967
7968 2005-10-23 [paul]       1.9.15cvs94
7969
7970         * src/compose.c
7971                 when using Folder Pref 'Default To for
7972                 replies' make the entry in the Compose
7973                 window bold
7974                 Patch by Fabien Vantard
7975
7976 2005-10-22 [colin]      1.9.15cvs93
7977
7978         * src/codeconv.c
7979                 Fix leak
7980
7981 2005-10-22 [colin]      1.9.15cvs92
7982
7983         * src/codeconv.c
7984                 try to convert using locale (apart utf8) if necessary
7985
7986 2005-10-22 [colin]      1.9.15cvs91
7987
7988         * src/pixmaps/new.xpm
7989         * src/pixmaps/unread.xpm
7990                 Make the unread envelope blue again and
7991                 saturate the new one a bit more.
7992
7993 2005-10-22 [colin]      1.9.15cvs90
7994
7995         * src/compose.c
7996                 When replying to a mail sent by one of our accounts,
7997                 use the original list of recipients. Let 'Reply All'
7998                 and 'Reply to sender' work like previously.
7999
8000 2005-10-21 [colin]      1.9.15cvs89
8001
8002         * src/prefs_filtering.c
8003                 Clear fields after add and replace
8004         * src/textview.c
8005                 Display xface differently (better)
8006         * src/plugins/pgpinline/pgpinline.c
8007                 Fix crappy encodings/recodings
8008
8009 2005-10-21 [paul]       1.9.15cvs88
8010
8011         * src/compose.c
8012         * src/prefs_folder_item.c
8013         * src/toolbar.c
8014                 fix news folder Folder Properties
8015                 (thanks to Colin)
8016         * src/folderview.c
8017                 update folderview after Themes change
8018                 keep selected folder selected
8019                 (thanks to Colin)
8020
8021 2005-10-21 [paul]       1.9.15cvs87
8022
8023         * tools/Makefile.am
8024         * tools/OOo2sylpheed.pl
8025         * tools/README
8026         * tools/README.sylprint
8027         * tools/asus_mailled.sh         ** REMOVED **
8028         * tools/filter_conv.pl
8029         * tools/freshmeat_search.pl
8030         * tools/google_search.pl
8031         * tools/gpg-sign-syl            ** REMOVED **
8032         * tools/kmail2sylpheed.pl
8033         * tools/kmail2sylpheed_v2.pl
8034         * tools/multiwebsearch.pl
8035         * tools/nautilus2sylpheed.sh
8036         * tools/newscache_clean.pl
8037         * tools/outlook2sylpheed.pl
8038         * tools/sylpheed-switcher       ** REMOVED **
8039         * tools/sylprint.pl
8040         * tools/sylprint.rc
8041         * tools/tb2sylpheed
8042         * tools/vcard2xml.py
8043         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
8044                 update default config dir
8045                 update binary name (thanks to Fabien Vantard)
8046                 remove obsolete scripts
8047
8048 2005-10-21 [colin]      1.9.15cvs86
8049
8050         * src/inc.c
8051                 Fix possible leak and units. Based on a patch by
8052                 Fabien Vantard.
8053
8054 2005-10-20 [colin]      1.9.15cvs85
8055
8056         * src/textview.c
8057                 Clear xface when clearing textview
8058
8059 2005-10-20 [colin]      1.9.15cvs84
8060
8061         * configure.ac
8062         * src/folderview.c
8063         * src/headerview.c
8064         * src/main.c
8065         * src/prefs_common.c
8066         * src/prefs_common.h
8067         * src/prefs_message.c
8068         * src/textview.c
8069         * src/textview.h
8070         * src/common/defs.h
8071         * src/common/utils.c
8072         * src/common/utils.h
8073         * src/gtk/gtkutils.c
8074         * src/gtk/gtkutils.h
8075                 Migrate config to .sylpheed-claws (Automatically)
8076                 Add a way to get the Xface in the TextView
8077
8078 2005-10-20 [colin]      1.9.15cvs83
8079
8080         * src/gtk/Makefile.am
8081         * src/gtk/about.c
8082         * src/gtk/authors.h
8083                 Make the about dialog *grooovy*
8084
8085 2005-10-20 [colin]      1.9.15cvs82
8086
8087         * src/mimeview.c
8088                 Use "Open with" on double click if no command
8089                 was found
8090
8091 2005-10-20 [colin]      1.9.15cvs81
8092
8093         * src/imap.c
8094         * src/etpan/imap-thread.c
8095                 Fix possible crash.
8096
8097 2005-10-20 [paul]       1.9.15cvs80
8098
8099         * src/folder.c
8100                 don't show clipkey icon if the only
8101                 attachment is the signature
8102                 Patch by Colin
8103
8104 2005-10-20 [paul]       1.9.15cvs79
8105
8106         * AUTHORS
8107         * src/plugins/pgpmime/pgpmime.c
8108                 name the PGP/MIME signature 'signature.asc'
8109                 Patch by Andrew Nelson <freeandy@gmail.com>
8110
8111 2005-10-19 [colin]      1.9.15cvs78
8112
8113         * src/plugins/pgpmime/pgpmime.c
8114                 Oops, no need to double-check though
8115
8116 2005-10-19 [colin]      1.9.15cvs77
8117
8118         * src/plugins/pgpinline/pgpinline.c
8119         * src/plugins/pgpmime/pgpmime.c
8120                 Check that my_tmpfile() doesn't 
8121                 return NULL
8122
8123 2005-10-19 [colin]      1.9.15cvs76
8124
8125         * src/common/utils.c
8126                 Use shorter mime boundaries to avoid having
8127                 MTAs rewrapping our headers, breaking the
8128                 PGP signature in the process 
8129         * src/compose.c
8130         * src/plugins/pgpmime/pgpmime.c
8131                 Check for boundary uniqueness to be sure
8132                 it won't happen, instead of hoping for the
8133                 best
8134
8135 2005-10-19 [colin]      1.9.15cvs75
8136
8137         * sylpheed-claws.desktop
8138         * src/Makefile.am
8139         * src/main.c
8140                 Ship a sylpheed-claws binary instead
8141                 of a sylpheed one. Change the socket
8142                 name, too
8143         * src/folderview.c
8144                 Update folder only if it changed
8145         * src/wizard.c
8146                 Fix i18n in welcome mail, patch by
8147                 Fabien Vantard
8148
8149 2005-10-19 [paul]
8150
8151         1.9.99-rc2 released
8152
8153 2005-10-19 [paul]       1.9.15cvs74
8154
8155         * src/folder.c
8156         * src/folderview.c
8157                 fix summaryview update
8158                 Patch by Colin
8159
8160 2005-10-18 [colin]      1.9.15cvs73
8161
8162         * src/plugins/pgpcore/passphrase.c
8163                 Don't XGrabServer, and try a bit more to 
8164                 sync everything before grabbing mouse/keyboard
8165
8166 2005-10-18 [colin]      1.9.15cvs72
8167
8168         * src/Makefile.am
8169         * src/addressadd.c
8170         * src/addressbook.c
8171         * src/folderview.c
8172         * src/grouplistdialog.c
8173         * src/mimeview.c
8174         * src/stock_pixmap.c
8175         * src/stock_pixmap.h
8176         * src/summaryview.c
8177         * src/gtk/gtksctree.c
8178         * src/gtk/gtksctree.h
8179         * src/pixmaps/empty.xpm
8180                 Implement a wrapper call for gtk_ctree_set_node_info
8181                 and gtk_ctree_insert_node, that uses a 1x1 transparent
8182                 pixmap instead of a NULL one. This works around some
8183                 memory problems deep inside gtk, revealed by valgrind,
8184                 and fixes bug #834 (Pressing CTRl-D on a message marked 
8185                 as locked crashes sylpheed.), as well as, probably, 
8186                 wwp's 4th dimension problems that happen in gtk_ctree_*.
8187
8188 2005-10-17 [colin]      1.9.15cvs71
8189
8190         * src/mimeview.c
8191                 Provide visual feedback when checking
8192                 signature
8193
8194 2005-10-17 [colin]      1.9.15cvs70
8195
8196         * src/main.c
8197                 Keep the folder list frozen while checking caches...
8198
8199 2005-10-17 [colin]      1.9.15cvs69
8200
8201         * src/addr_compl.c
8202                 Fi bug #833 (Autocompleting from addressbook 
8203                 fails with extended chars)
8204         * src/imap.c
8205                 Fix 'adding messages' staying in statusbar
8206                 after an error
8207
8208 2005-10-17 [wwp]        1.9.15cvs68
8209
8210         * src/ssl_manager.c
8211                 Fix buttons' layout resizing when window size changes
8212
8213 2005-10-17 [wwp]        1.9.15cvs67
8214
8215         * src/account.c
8216         * src/prefs_account.c
8217         * src/prefs_common.c
8218         * src/prefs_common.h
8219         * src/prefs_folder_item.c
8220         * src/prefs_gtk.c
8221         * src/gtk/logwindow.c
8222         * src/gtk/pluginwindow.c
8223         * src/gtk/prefswindow.c
8224         * src/gtk/prefswindow.h
8225                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
8226
8227 2005-10-17 [paul]       1.9.15cvs66
8228
8229         * configure.ac
8230                 fix missing libetpan message
8231         * po/en_GB.po
8232                 updated
8233         * src/crash.c
8234         * src/manual.c
8235         * src/prefs_themes.c
8236         * src/common/defs.h
8237                 add some new URI defines, change some
8238                 others
8239         * src/wizard.c
8240                 make welcome message translatable
8241                 small improvements to english
8242                 other tweaks
8243         * src/gtk/menu.c
8244                 fix warnings
8245
8246 2005-10-17 [paul]       1.9.15cvs65
8247
8248         * src/summaryview.c
8249                 fix column titles
8250
8251 2005-10-16 [mones]      1.9.15cvs64
8252
8253         * po/es.po
8254                 Updated translation
8255
8256 2005-10-16 [colin]
8257
8258         1.9.99-rc1 released
8259
8260 2005-10-16 [colin]      1.9.15cvs63
8261
8262         * src/wizard.c
8263                 Fix whitespace
8264
8265 2005-10-16 [colin]      1.9.15cvs62
8266
8267         * src/toolbar.c
8268                 s/Get All/Get Mail/
8269         * src/wizard.c
8270                 Real welcome mail text, thanks Paul
8271
8272 2005-10-16 [colin]      1.9.15cvs61
8273
8274         * src/editldap.c
8275         * src/exporthtml.c
8276         * src/main.c
8277         * src/mainwindow.c
8278         * src/prefs_themes.c
8279         * src/prefs_toolbar.c
8280         * src/plugins/demo/demo.c
8281         * src/plugins/trayicon/trayicon.c
8282                 s/Sylpheed/Sylpheed-Claws/
8283
8284 2005-10-16 [colin]      1.9.15cvs60
8285
8286         * src/wizard.c
8287                 Add a welcome email in the first empty mailbox
8288         * src/prefs_common.c
8289                 Change one more default
8290
8291 2005-10-16 [colin]      1.9.15cvs59
8292
8293         * src/wizard.c
8294                 Remove printf
8295
8296 2005-10-16 [colin]      1.9.15cvs58
8297
8298         * src/toolbar.c
8299         * src/prefs_common.c
8300                 Change some defaults
8301
8302 2005-10-16 [colin]      1.9.15cvs57
8303
8304         * src/toolbar.c
8305         * src/prefs_common.c
8306                 Change some defaults
8307
8308 2005-10-16 [colin]      1.9.15cvs56
8309
8310         * src/wizard.c
8311                 By default, initialize fonts to have
8312                 the same size as normal GtkWidgets
8313
8314 2005-10-16 [colin]      1.9.15cvs55
8315
8316         * src/mimeview.c
8317                 Fix message a bit more
8318
8319 2005-10-16 [colin]      1.9.15cvs54
8320
8321         * src/addressbook.c
8322                 Second attempt at flicker fixing
8323
8324 2005-10-16 [colin]      1.9.15cvs53
8325
8326         * src/addressbook.c
8327                 Fix flicker
8328
8329 2005-10-16 [wwp]        1.9.15cvs52
8330
8331         * src/addressbook.c
8332         * src/editaddress.c
8333         * src/prefs_common.c
8334         * src/prefs_common.h
8335                 Remember window sizes (address book)
8336
8337 2005-10-16 [wwp]        1.9.15cvs51
8338
8339         * src/plugins/clamav/clamav_plugin_gtk.c
8340         * src/plugins/spamassassin/spamassassin_gtk.c
8341                 Fix compilation warnings (missing #include).
8342
8343 2005-10-16 [colin]      1.9.15cvs50
8344
8345         * src/mimeview.c
8346         * src/summaryview.c
8347         * src/textview.c
8348                 Make 'c' check signature, and forward
8349                 c, l, y, t from summaryview to mimeview
8350
8351 2005-10-16 [colin]      1.9.15cvs49
8352
8353         * src/addressbook.c
8354                 Put border around buttons
8355         * src/mainwindow.c
8356         * src/summaryview.c
8357                 Rework menus (Patch based on a patch
8358                 by Paul)
8359
8360 2005-10-15 [wwp]        1.9.15cvs48
8361
8362         * src/editjpilot.c
8363         * src/editldap.c
8364         * src/editvcard.c
8365         * src/exphtmldlg.c
8366         * src/expldifdlg.c
8367         * src/export.c
8368         * src/import.c
8369         * src/importldif.c
8370         * src/importmutt.c
8371         * src/importpine.c
8372         * src/prefs_account.c
8373         * src/prefs_spelling.c
8374         * src/gtk/gtkutils.c
8375         * src/gtk/gtkutils.h
8376         * src/plugins/clamav/clamav_plugin_gtk.c
8377         * src/plugins/spamassassin/spamassassin_gtk.c
8378                 use nicer browse-for-file/dir buttons than the "..." ones,
8379                 code factorizing more.
8380
8381 2005-10-14 [colin]      1.9.15cvs47
8382
8383         * src/mainwindow.c
8384                 set relief on the account switcher so that people see it
8385                 grey out Create processing rules when no message is selected
8386         * src/prefs_filtering.c
8387                 ask before closing if the rule has not been modified, even if
8388                 it's not valid
8389         * src/prefs_matcher.c
8390                 fix sensitivity when entering the dialog
8391         * src/gtk/inputdialog.c
8392                 display a better icon on password ask
8393         * src/plugins/pgpcore/passphrase.c
8394                 make the dialog look better
8395
8396 2005-10-14 [paul]       1.9.15cvs46
8397
8398         * src/folderview.c
8399                 indicate presense of marked msgs in
8400                 unexpanded subfolders
8401
8402 2005-10-14 [paul]       1.9.15cvs45
8403
8404         * src/prefs_actions.c
8405         * src/prefs_common.c
8406         * src/prefs_common.h
8407         * src/prefs_filtering_action.c
8408         * src/prefs_matcher.c
8409         * src/prefs_template.c
8410                 remember window sizes
8411                 fix Info button size
8412
8413         Patches by wwp
8414
8415 2005-10-13 [colin]      1.9.15cvs44
8416
8417         * src/mimeview.c
8418         * src/noticeview.c
8419         * src/noticeview.h
8420                 Add a tooltip on the icon (optional) 
8421                 Get rid of the signature buttons and only
8422                 use the icon+tooltip
8423
8424 2005-10-13 [colin]      1.9.15cvs43
8425
8426         * src/noticeview.c
8427         * src/noticeview.h
8428                 Add hand cursor for hovering over icon
8429
8430 2005-10-13 [colin]      1.9.15cvs42
8431
8432         * src/summaryview.c
8433                 Fix crash when quicksearch's hidden 
8434                 at startup
8435
8436 2005-10-13 [colin]      1.9.15cvs41
8437
8438         * src/compose.c
8439                 Set subject when forwarding multiple mails
8440                 Check that other recipient than the default Cc or Bcc
8441                 have been set before sending.
8442
8443 2005-10-13 [colin]      1.9.15cvs40
8444
8445         * src/imap.c
8446                 Batch per-folder
8447                 Introduce locking, but don't use it yet
8448
8449 2005-10-13 [colin]      1.9.15cvs39
8450
8451         * src/gtk/quicksearch.c
8452                 Reset quicksearch when hiding it
8453                 Make sticky a real pref
8454
8455 2005-10-13 [colin]      1.9.15cvs38
8456
8457         * src/summaryview.c
8458                 Faster prefs apply
8459
8460 2005-10-13 [colin]      1.9.15cvs37
8461
8462         * src/mimeview.c
8463         * src/noticeview.c
8464         * src/noticeview.h
8465         * src/plugins/pgpcore/sgpgme.c
8466                 Make privacy icon clickable
8467                 Move Trust field in Full info
8468                 When trust is less than full, don't display
8469                 a warning icon
8470
8471 2005-10-13 [colin]      1.9.15cvs36
8472
8473         * src/folder.c
8474                 Batch on flags sync
8475         * src/folderview.c
8476                 Revert speed hack which is dangerous in fact
8477                 Apply prefs faster
8478
8479 2005-10-13 [colin]      1.9.15cvs35
8480
8481         * src/folder_item_prefs.c
8482                 Fix pref corruption on folder move. Patch
8483                 by wwp
8484
8485 2005-10-13 [paul]       1.9.15cvs34
8486
8487         * src/export.c
8488         * src/import.c
8489                 fix typos in g_warnings
8490         * src/prefs_account.c
8491                 add a file selector for Signature file
8492
8493         Patches by wwp
8494
8495 2005-10-12 [colin]      1.9.15cvs33
8496
8497         * src/mimeview.c
8498                 Provide a quick way to go back from a
8499                 signature's full info to the email part
8500
8501 2005-10-12 [colin]      1.9.15cvs32
8502
8503         * src/compose.c
8504                 Remove old hack of encoding signed mails with base64.
8505                 QP works equally well.
8506
8507 2005-10-12 [colin]      1.9.15cvs31
8508
8509         * src/crash.c
8510                 Replace deprecated GtkText with GtkTextView
8511         * src/imap.c
8512                 Fix a logic bug about counts in imap_select
8513                 (previously un-triggered)
8514         * src/mainwindow.c
8515         * src/summaryview.c
8516         * src/news.c
8517                 Allow local deletion of news posts
8518         * src/mimeview.c
8519                 Show GPG noticeview on the message/rfc822 part
8520                 in addition to the text/plain one
8521         * src/prefs_image_viewer.c
8522           src/plugins/pgpcore/prefs_gpg.c
8523                 Polish (set the label as part of the checkbox)
8524         * src/wizard.c
8525                 Don't sit there doing nothing after destroying
8526                 the window - return err
8527
8528 2005-10-11 [colin]      1.9.15cvs30
8529
8530         * src/folderview.c
8531                 Apply processing rules before showing folders.
8532                 Early folder show (before flags sync) will only
8533                 be done when there are no processing rules (nor
8534                 pre- or post- ones)
8535         * src/imap.c
8536                 Fix stuff related to mail subdir, creation and 
8537                 deletion of folders 
8538         * src/imap_gtk.c
8539                 Don't allow creation of folders in NoInferior
8540                 folders, as it won't work
8541
8542 2005-10-10 [colin]      1.9.15cvs29
8543
8544         * src/compose.c
8545                 Reselect "None" Privacy system when selecting an
8546                 account with no privacy system defined
8547
8548 2005-10-10 [colin]      1.9.15cvs28
8549
8550         * src/mainwindow.c
8551                 Add Windows-1252 encoding
8552         * src/prefs_common.c
8553                 Rework some defaults:
8554                 - autosave to draft by default
8555                 - don't show header pane (it's already in the textview)
8556                 - Select first new or unread mail on entry
8557                 - Assume 'Yes' to change folder when there's no more
8558                   unread message
8559         * src/prefs_matcher.c
8560                 Fix a gtk assertion failure
8561         * src/gtk/colorlabel.c
8562                 Workaround bad repainting on selection
8563         * src/main.c
8564                 Freeze/thaw (a bit faster on ssh -X)
8565         * src/msgcache.c
8566                 Get rid of StrdupConverter that just adds an
8567                 extra strdup/free 
8568         * src/etpan/imap_thread.c
8569                 memset buf to 0
8570
8571 2005-10-10 [colin]      1.9.15cvs27
8572
8573         * src/export.c
8574         * src/import.c
8575                 Fix compile on gtk 2.4. Patch by wwp
8576
8577 2005-10-09 [colin]      1.9.15cvs26
8578
8579         * src/mainwindow.c
8580         * src/messageview.c
8581         * src/summaryview.c
8582                 Clarify forward menus. Patch by wwp
8583
8584 2005-10-09 [colin]      1.9.15cvs25
8585
8586         * src/compose.c
8587         * src/compose.h
8588                 Fix bug #829 (Non-working "Encrypt message by 
8589                 default when replying to an encrypted message")
8590
8591 2005-10-08 [colin]      1.9.15cvs24
8592
8593         * src/wizard.c
8594                 Fix bug #827 ("Welcome" setup wizard after a 
8595                 permission error gives up & forgets itself.)
8596
8597 2005-10-08 [colin]      1.9.15cvs23
8598
8599         * src/procmime.c
8600                 Fix bug #828 (Ignoring headers with spaces around = sign)
8601
8602 2005-10-08 [colin]      1.9.15cvs22
8603
8604         * src/export.c
8605                 Warning fix by wwp
8606
8607 2005-10-08 [colin]      1.9.15cvs21
8608
8609         * src/folder.c
8610         * src/folder.h
8611                 Add a processing_pending indicator, set on 
8612                 folder_item_open and cleared after 
8613                 folder_item_process_open
8614         * src/folderview.c
8615         * src/summaryview.c
8616                 wrap procmsg_msginfo_*_flags, and in the
8617                 wrapper check that there's no folder processing 
8618                 pending. If there is, defer the flags change until 
8619                 processing is done to avoid stepping over each
8620                 other's toes.
8621                 Freeze during processing, but not during scanning.
8622
8623 2005-10-07 [colin]      1.9.15cvs20
8624
8625         * src/plugins/pgpcore/passphrase.c
8626                 Fix bug #826 (X-Server hangs when 
8627                 right-clicking a PGP encrypted message)
8628
8629 2005-10-07 [paul]       1.9.15cvs19
8630
8631         * src/compose.c
8632                 fix compose_entries[]
8633                 patch by Fabien Vantard
8634
8635 2005-10-06 [colin]      1.9.15cvs18
8636
8637         * src/pixmaps/address.xpm
8638         * src/pixmaps/address_book.xpm
8639         * src/pixmaps/book.xpm
8640         * src/pixmaps/check_spelling.xpm
8641         * src/pixmaps/checkbox_off.xpm
8642         * src/pixmaps/checkbox_on.xpm
8643         * src/pixmaps/close.xpm
8644         * src/pixmaps/complete.xpm
8645         * src/pixmaps/continue.xpm
8646         * src/pixmaps/deleted.xpm
8647         * src/pixmaps/down_arrow.xpm
8648         * src/pixmaps/exec.xpm
8649         * src/pixmaps/forwarded.xpm
8650         * src/pixmaps/group.xpm
8651         * src/pixmaps/ignorethread.xpm
8652         * src/pixmaps/interface.xpm
8653         * src/pixmaps/jpilot.xpm
8654         * src/pixmaps/ldap.xpm
8655         * src/pixmaps/linewrap.xpm
8656         * src/pixmaps/linewrapcurrent.xpm
8657         * src/pixmaps/mail.xpm
8658         * src/pixmaps/mail_attach.xpm
8659         * src/pixmaps/mail_compose.xpm
8660         * src/pixmaps/mail_forward.xpm
8661         * src/pixmaps/mail_receive.xpm
8662         * src/pixmaps/mail_receive_all.xpm
8663         * src/pixmaps/mail_reply.xpm
8664         * src/pixmaps/mail_reply_to_all.xpm
8665         * src/pixmaps/mail_reply_to_author.xpm
8666         * src/pixmaps/mail_send.xpm
8667         * src/pixmaps/mail_send_queue.xpm
8668         * src/pixmaps/mime_application.xpm
8669         * src/pixmaps/mime_audio.xpm
8670         * src/pixmaps/mime_image.xpm
8671         * src/pixmaps/mime_message.xpm
8672         * src/pixmaps/mime_text_enriched.xpm
8673         * src/pixmaps/mime_text_html.xpm
8674         * src/pixmaps/mime_text_plain.xpm
8675         * src/pixmaps/mime_unknown.xpm
8676         * src/pixmaps/new.xpm
8677         * src/pixmaps/news_compose.xpm
8678         * src/pixmaps/offline.xpm
8679         * src/pixmaps/online.xpm
8680         * src/pixmaps/paste.xpm
8681         * src/pixmaps/preferences.xpm
8682         * src/pixmaps/privacy_emblem_encrypted.xpm
8683         * src/pixmaps/privacy_expired.xpm
8684         * src/pixmaps/privacy_failed.xpm
8685         * src/pixmaps/privacy_passed.xpm
8686         * src/pixmaps/privacy_signed.xpm
8687         * src/pixmaps/privacy_unknown.xpm
8688         * src/pixmaps/privacy_warn.xpm
8689         * src/pixmaps/properties.xpm
8690         * src/pixmaps/replied.xpm
8691         * src/pixmaps/search.xpm
8692         * src/pixmaps/unread.xpm
8693         * src/pixmaps/up_arrow.xpm
8694         * src/pixmaps/vcard.xpm
8695                 Modernize internal theme, with icons from the 
8696                 Gnomaws theme. Keep some of the old ones where
8697                 they were better.
8698
8699 2005-10-06 [colin]      1.9.15cvs17
8700
8701         * src/summaryview.c
8702                 Little optimisations + bugfix
8703         * src/toolbar.c
8704                 Remove default useless items - useless being defined
8705                 by the default relevant prefs
8706         * src/wizard.c
8707                 include config.h to make gettext work
8708         * src/prefs_themes.c
8709                 Fix selection of current theme in prefs
8710
8711 2005-10-06 [colin]      1.9.15cvs16
8712
8713         * src/prefs_common.c
8714         * src/prefs_common.h
8715         * src/prefs_summaries.c
8716         * src/folderview.c
8717                 Add a warning dialog on Mark all read 
8718                 (with pref to get rid of it)
8719
8720 2005-10-06 [paul]       1.9.15cvs15
8721
8722         * po/nb.po
8723         * po/pt_BR.po
8724                 updated by Geir Helland and Frederico
8725                 Goncalves Guimaraes
8726
8727 2005-10-05 [colin]      1.9.15cvs14
8728
8729         * src/folder.c
8730         * src/folder.h
8731         * src/folderview.c
8732         * src/folderview.h
8733         * src/imap_gtk.c
8734         * src/mh_gtk.c
8735         * src/mainwindow.c
8736         * src/setup.c
8737                 add a way to rescan without rebuilding
8738                 make moving a bit faster (less folders changes)
8739                 don't lock the tree on Get 
8740         * src/imap.c
8741                 Don't re-delete deleted messages before expunging
8742         * src/summaryview.c
8743                 Set batch mode when deleting mails
8744
8745 2005-10-05 [paul]       1.9.15cvs13
8746
8747         * src/mainwindow.c
8748         * src/mainwindow.h
8749                 fix disabled Execute menu item
8750         * src/toolbar.c
8751                 match the change in 1.9.15cvs10: use Compose
8752                 instead of News by default
8753
8754 2005-10-04 [colin]      1.9.15cvs12
8755
8756         * src/compose.c
8757                 When replying to an ML post with Reply-To set
8758                 to the poster's email, honor it (as before),
8759                 but also honor our user's request to reply to
8760                 the mailing list: set the ML address in the To
8761                 field and the Reply-To address in the Cc: 
8762                 field.
8763
8764 2005-10-04 [colin]      1.9.15cvs11
8765
8766         * src/plugins/trayicon/trayicon.c
8767                 Finish cosmetic change - thanks to wwp
8768
8769 2005-10-04 [colin]      1.9.15cvs10
8770
8771         * src/toolbar.c
8772                 Use Compose instead of Email by default.
8773                 Spotted by wwp.
8774
8775 2005-10-04 [colin]      1.9.15cvs9
8776
8777         * src/folder.c
8778         * src/folder.h
8779         * src/folderview.c
8780         * src/imap.c
8781         * src/etpan/imap-thread.c
8782         * src/etpan/imap-thread.h
8783                 Try to make IMAP faster, by simplifying SEARCH
8784                 commands, avoiding sending two STATUS in a row,
8785                 and deferring flags sync and processing just
8786                 after displaying the folder. 
8787                 This will update the SummaryView in certain
8788                 cases (new mails not already fetched, flags
8789                 changed from another client) but in a non-
8790                 blocking manner.
8791
8792 2005-10-04 [colin]      1.9.15cvs8
8793
8794         * src/plugins/trayicon/trayicon.c
8795                 Relabel "Offline" to "Work offline"
8796
8797 2005-10-04 [colin]      1.9.15cvs7
8798
8799         * src/export.c
8800         * src/import.c
8801         * src/mbox.c
8802                 Fix mbox import/export buglets
8803                 Patch by wwp
8804         * src/plugins/trayicon/trayicon.c
8805                 Add offline swithc
8806                 Patch by wwp
8807
8808 2005-10-04 [colin]      1.9.15cvs6
8809
8810         * src/folder.c
8811         * src/folderview.c
8812         * src/summaryview.c
8813                 Better fix (don't break mark all read) for cvs2
8814
8815 2005-10-03 [colin]      1.9.15cvs5
8816
8817         * src/folder.c
8818                 Use a sane sort by default
8819
8820 2005-10-03 [colin]      1.9.15cvs4
8821
8822         * src/inc.c
8823                 Add a 'Only once' button for overriding offline mode
8824         * src/prefs_account.c
8825         * src/wizard.c
8826                 Add Local mbox to the wizard
8827                 Add IMAP subdir to the wizard (or the wizard is useless
8828                 for such accounts, or even worse than useless)
8829                 Move IMAP subdir from Advanced to Receive tab, as it's
8830                 not that uncommon
8831
8832 2005-10-03 [colin]      1.9.15cvs3
8833
8834         * src/send_message.c
8835                 Forgot this one in cvs1
8836
8837 2005-10-03 [colin]      1.9.15cvs2
8838
8839         * src/folder.c
8840                 Faster close when leaving a folder with lots
8841                 of new mails. Idea by David Relson.
8842
8843 2005-10-03 [colin]      1.9.15cvs1
8844
8845         * src/compose.c
8846         * src/imap.c
8847         * src/inc.c
8848         * src/main.c
8849         * src/messageview.c
8850         * src/news.c
8851         * src/summaryview.c
8852         * src/gtk/sslcertwindow.c
8853         * src/plugins/trayicon/trayicon.c
8854                 Add accels to every AlertPanel. Patch by Fabien 
8855                 Vantard
8856
8857 2005-10-03 [paul]       1.9.15
8858
8859         1.9.15 released
8860
8861 2005-10-03 [paul]       1.9.14cvs68
8862
8863         * po/ca.po
8864         * po/de.po
8865         * po/es.po
8866         * po/fi.po
8867         * po/fr.po
8868         * po/sk.po
8869         * po/sr.po
8870         * po/zh_CN.po
8871                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
8872                 Mones Lastra, Tommi Pirinen, Fabien vantard,
8873                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
8874
8875 2005-10-03 [paul]       1.9.14cvs67
8876
8877         * src/send_message.c
8878                 prevent hang on Cancel
8879                 patch by Colin
8880
8881 2005-10-03 [paul]       1.9.14cvs66
8882
8883         * src/main.c
8884                 fix crash in IMAP caused by discrepancy
8885                 between check_at_startup and offline mode
8886                 Patch by Colin
8887
8888 2005-10-01 [paul]       1.9.14cvs65
8889
8890         * src/inc.c
8891                 fix engrish
8892
8893 2005-10-01 [paul]       1.9.14cvs64
8894         * src/export.c
8895         * src/import.c
8896                 synchronise import_mbox() and export_mbox()
8897         * src/mbox.c
8898                 proc_mbox(): add alert if file cannot be opened
8899                 export_list_to_mbox(): test if dest file exists,
8900                 prompt user to overwrite if it does. add alert
8901                 if file cannot be created
8902                                                                 
8903         Patch by wwp
8904                                                                                                                 
8905
8906 2005-09-30 [paul]       1.9.14cvs63
8907
8908         * src/addressbook.c
8909                 Fix sensitivity of a menu
8910         * src/codeconv.c
8911                 Respect hidden pref for mails with no encoding
8912         * src/common/xml.c
8913                 Fix memory corruption
8914         * src/plugins/pgpcore/sgpgme.c
8915                 Fix segfault on incomplete sigs, and display
8916                 of S/Mime UIDs
8917
8918         Patches by Colin
8919
8920 2005-09-30 [colin]      1.9.14cvs62
8921
8922         * src/partial_download.c
8923                 Little logic fix in almost-dead code
8924         * src/pop.c
8925                 Fix partial download when there's no new mail
8926
8927 2005-09-29 [paul]       1.9.14cvs61
8928
8929         * src/plugins/pgpinline/pgpinline.c
8930                 fix bug 819, 'crash accessing sign message'
8931                 Patch by Colin
8932
8933 2005-09-28 [martin]     1.9.14cvs60
8934
8935         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
8936                 fix bug #790 (Crash when restarting window manager (fluxbox))
8937
8938 2005-09-28 [paul]       1.9.14cvs59
8939
8940         * src/gtk/gtkaspell.c
8941                 fix off-by-one typo
8942
8943 2005-09-27 [colin]      1.9.14cvs58
8944
8945         * src/plugins/pgpcore/sgpgme.c
8946                 Report error when there's one, instead of
8947                 "Signature unchecked" 
8948
8949 2005-09-27 [colin]      1.9.14cvs57
8950
8951         * src/prefs_quote.c
8952                 Fix bug #816 (Weird quotation with spaces)
8953
8954 2005-09-27 [colin]      1.9.14cvs56
8955
8956         * src/codeconv.c
8957         * src/compose.c
8958         * src/compose.h
8959                 Put subject in compose's title
8960                 Fix Automatic encoding so that it's really automatic:
8961                 first try default locale's charset, then charset of the replied mail, 
8962                 then utf-8
8963                 Fix encoding of headers (must be in strict mode too)
8964
8965 2005-09-26 [colin]      1.9.14cvs55
8966
8967         * src/gtk/gtkaspell.c
8968                 Fix previous patch - don't color the space,
8969                 just uncolor it :)
8970
8971 2005-09-26 [colin]      1.9.14cvs54
8972
8973         * src/gtk/gtkaspell.c
8974                 Unmark space if possible
8975
8976 2005-09-26 [colin]      1.9.14cvs53
8977
8978         * src/imap.c
8979                 log_error instead of alertpanel according to the pref
8980         * src/etpan/imap-thread.c
8981                 Print connect status, copy only necessary size to 
8982                 logger
8983         * src/plugins/pgpmime/pgpmime.c
8984                 Handle S/Mime signatures (verification only). Patch based
8985                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
8986
8987 2005-09-26 [paul]       1.9.14cvs52
8988
8989         * src/common/passcrypt.c
8990                 this 'workaround' not necessary on NetBSD.
8991                 Thanks to Daniel Gustafson
8992
8993 2005-09-26 [paul]
8994
8995         1.9.15-rc4 released
8996
8997 2005-09-26 [paul]       1.9.14cvs51
8998
8999         * src/summaryview.c
9000                 Skip currently selected message when
9001                 looking for next new or unread message
9002                 in current folder. Patch by Colin
9003         * src/common/passcrypt.c
9004                 eliminate warnings on *BSD. Patch by
9005                 Daniel Gustafson
9006
9007 2005-09-26 [colin]      1.9.14cvs50
9008
9009         * src/procmsg.c
9010                 Call postfiltering hook anyway
9011
9012 2005-09-22 [colin]      1.9.14cvs49
9013
9014         * src/codeconv.c
9015         * src/codeconv.h
9016                 Add a strict mode that doesn't replace with _
9017         * src/compose.c
9018         * src/compose.h
9019                 Use strict conversion while sending
9020                 Fix race when drafting while sending (happens
9021                 on IMAP)
9022                 Fix d'n'd of messages from summaryview
9023         * src/prefs_common.c
9024         * src/prefs_common.h
9025                 add hidden utf8_instead_of_locale_for_broken_mail 
9026                 pref for people that preferred the default charset 
9027                 to be utf8 for broken mails
9028         * src/quote_fmt_parse.y
9029                 fix bug #815 (No quote insert if "From:" fied 
9030                 contained Russian letters)
9031         * src/summaryview.c
9032                 Fix d'n'd of messages to compose
9033
9034 2005-09-22 [paul]       1.9.14cvs48
9035
9036         * src/compose.c
9037                 fix bug where attachments Name entry
9038                 would display Path instead
9039
9040 2005-09-21 [paul]       1.9.14cvs47
9041
9042         * README
9043         * README.jp
9044         * configure.ac
9045         * config/config.rpath
9046         * doc/manual/en/sylpheed-20.html
9047         * doc/manual/es/sylpheed-20.html
9048         * po/bg.po
9049         * po/ca.po
9050         * po/de.po
9051         * po/es.po
9052         * po/fr.po
9053         * po/it.po
9054         * po/pt_BR.po
9055         * po/sk.po
9056         * po/zh_TW.po
9057         * src/account.c
9058         * src/account.h
9059         * src/action.c
9060         * src/action.h
9061         * src/adbookbase.h
9062         * src/addr_compl.c
9063         * src/addr_compl.h
9064         * src/addrbook.c
9065         * src/addrbook.h
9066         * src/addrcache.c
9067         * src/addrcache.h
9068         * src/addrcindex.c
9069         * src/addrcindex.h
9070         * src/addrclip.c
9071         * src/addrclip.h
9072         * src/addrdefs.h
9073         * src/addressadd.c
9074         * src/addressadd.h
9075         * src/addressbook.c
9076         * src/addressbook.h
9077         * src/addressitem.h
9078         * src/addrgather.c
9079         * src/addrgather.h
9080         * src/addrharvest.c
9081         * src/addrharvest.h
9082         * src/addrindex.c
9083         * src/addrindex.h
9084         * src/addritem.c
9085         * src/addritem.h
9086         * src/addrquery.c
9087         * src/addrquery.h
9088         * src/addrselect.c
9089         * src/addrselect.h
9090         * src/alertpanel.c
9091         * src/alertpanel.h
9092         * src/browseldap.c
9093         * src/browseldap.h
9094         * src/codeconv.c
9095         * src/codeconv.h
9096         * src/compose.c
9097         * src/compose.h
9098         * src/crash.c
9099         * src/crash.h
9100         * src/customheader.c
9101         * src/customheader.h
9102         * src/displayheader.c
9103         * src/displayheader.h
9104         * src/editaddress.c
9105         * src/editaddress.h
9106         * src/editbook.c
9107         * src/editbook.h
9108         * src/editgroup.c
9109         * src/editgroup.h
9110         * src/editjpilot.c
9111         * src/editjpilot.h
9112         * src/editldap.c
9113         * src/editldap.h
9114         * src/editldap_basedn.c
9115         * src/editldap_basedn.h
9116         * src/editvcard.c
9117         * src/editvcard.h
9118         * src/enriched.c
9119         * src/enriched.h
9120         * src/exphtmldlg.c
9121         * src/exphtmldlg.h
9122         * src/expldifdlg.c
9123         * src/expldifdlg.h
9124         * src/export.c
9125         * src/export.h
9126         * src/exporthtml.c
9127         * src/exporthtml.h
9128         * src/exportldif.c
9129         * src/exportldif.h
9130         * src/filtering.c
9131         * src/filtering.h
9132         * src/folder.c
9133         * src/folder.h
9134         * src/folder_item_prefs.c
9135         * src/folder_item_prefs.h
9136         * src/foldersel.c
9137         * src/foldersel.h
9138         * src/folderutils.c
9139         * src/folderutils.h
9140         * src/folderview.c
9141         * src/folderview.h
9142         * src/grouplistdialog.c
9143         * src/grouplistdialog.h
9144         * src/headerview.c
9145         * src/headerview.h
9146         * src/html.c
9147         * src/html.h
9148         * src/image_viewer.c
9149         * src/image_viewer.h
9150         * src/imap.c
9151         * src/imap.h
9152         * src/imap_gtk.c
9153         * src/imap_gtk.h
9154         * src/import.c
9155         * src/import.h
9156         * src/importldif.c
9157         * src/importldif.h
9158         * src/importmutt.c
9159         * src/importmutt.h
9160         * src/importpine.c
9161         * src/importpine.h
9162         * src/inc.c
9163         * src/inc.h
9164         * src/jpilot.c
9165         * src/jpilot.h
9166         * src/ldapctrl.c
9167         * src/ldapctrl.h
9168         * src/ldaplocate.c
9169         * src/ldaplocate.h
9170         * src/ldapquery.c
9171         * src/ldapquery.h
9172         * src/ldapserver.c
9173         * src/ldapserver.h
9174         * src/ldaputil.c
9175         * src/ldaputil.h
9176         * src/ldif.c
9177         * src/ldif.h
9178         * src/localfolder.c
9179         * src/localfolder.h
9180         * src/main.c
9181         * src/main.h
9182         * src/mainwindow.c
9183         * src/mainwindow.h
9184         * src/manual.c
9185         * src/manual.h
9186         * src/matcher.c
9187         * src/matcher.h
9188         * src/matcher_parser.h
9189         * src/matcher_parser_lex.l
9190         * src/matcher_parser_parse.y
9191         * src/mbox.c
9192         * src/mbox.h
9193         * src/message_search.c
9194         * src/message_search.h
9195         * src/messageview.c
9196         * src/messageview.h
9197         * src/mh.c
9198         * src/mh.h
9199         * src/mh_gtk.c
9200         * src/mh_gtk.h
9201         * src/mimeview.c
9202         * src/mimeview.h
9203         * src/msgcache.c
9204         * src/msgcache.h
9205         * src/mutt.c
9206         * src/mutt.h
9207         * src/news.c
9208         * src/news.h
9209         * src/news_gtk.c
9210         * src/news_gtk.h
9211         * src/noticeview.c
9212         * src/noticeview.h
9213         * src/partial_download.c
9214         * src/partial_download.h
9215         * src/pine.c
9216         * src/pine.h
9217         * src/pop.c
9218         * src/pop.h
9219         * src/prefs_account.c
9220         * src/prefs_account.h
9221         * src/prefs_actions.c
9222         * src/prefs_actions.h
9223         * src/prefs_common.c
9224         * src/prefs_common.h
9225         * src/prefs_compose_writing.c
9226         * src/prefs_compose_writing.h
9227         * src/prefs_customheader.c
9228         * src/prefs_customheader.h
9229         * src/prefs_display_header.c
9230         * src/prefs_display_header.h
9231         * src/prefs_ext_prog.c
9232         * src/prefs_ext_prog.h
9233         * src/prefs_filtering.c
9234         * src/prefs_filtering.h
9235         * src/prefs_filtering_action.c
9236         * src/prefs_filtering_action.h
9237         * src/prefs_folder_column.c
9238         * src/prefs_folder_column.h
9239         * src/prefs_folder_item.c
9240         * src/prefs_folder_item.h
9241         * src/prefs_fonts.c
9242         * src/prefs_fonts.h
9243         * src/prefs_gtk.c
9244         * src/prefs_gtk.h
9245         * src/prefs_image_viewer.c
9246         * src/prefs_image_viewer.h
9247         * src/prefs_matcher.c
9248         * src/prefs_matcher.h
9249         * src/prefs_message.c
9250         * src/prefs_message.h
9251         * src/prefs_msg_colors.c
9252         * src/prefs_msg_colors.h
9253         * src/prefs_other.c
9254         * src/prefs_other.h
9255         * src/prefs_quote.c
9256         * src/prefs_quote.h
9257         * src/prefs_receive.c
9258         * src/prefs_receive.h
9259         * src/prefs_send.c
9260         * src/prefs_send.h
9261         * src/prefs_spelling.c
9262         * src/prefs_spelling.h
9263         * src/prefs_summaries.c
9264         * src/prefs_summaries.h
9265         * src/prefs_summary_column.c
9266         * src/prefs_summary_column.h
9267         * src/prefs_template.c
9268         * src/prefs_template.h
9269         * src/prefs_themes.c
9270         * src/prefs_themes.h
9271         * src/prefs_toolbar.c
9272         * src/prefs_toolbar.h
9273         * src/prefs_wrapping.c
9274         * src/prefs_wrapping.h
9275         * src/privacy.c
9276         * src/privacy.h
9277         * src/procheader.c
9278         * src/procheader.h
9279         * src/procmime.c
9280         * src/procmime.h
9281         * src/procmsg.c
9282         * src/procmsg.h
9283         * src/quote_fmt.c
9284         * src/quote_fmt_parse.y
9285         * src/recv.c
9286         * src/recv.h
9287         * src/remotefolder.c
9288         * src/remotefolder.h
9289         * src/send_message.c
9290         * src/send_message.h
9291         * src/setup.c
9292         * src/setup.h
9293         * src/simple-gettext.c
9294         * src/sourcewindow.c
9295         * src/sourcewindow.h
9296         * src/ssl_manager.c
9297         * src/ssl_manager.h
9298         * src/statusbar.c
9299         * src/statusbar.h
9300         * src/stock_pixmap.c
9301         * src/stock_pixmap.h
9302         * src/summary_search.c
9303         * src/summary_search.h
9304         * src/summaryview.c
9305         * src/summaryview.h
9306         * src/syldap.c
9307         * src/syldap.h
9308         * src/textview.c
9309         * src/textview.h
9310         * src/toolbar.c
9311         * src/toolbar.h
9312         * src/undo.c
9313         * src/undo.h
9314         * src/unmime.c
9315         * src/unmime.h
9316         * src/vcard.c
9317         * src/vcard.h
9318         * src/wizard.c
9319         * src/wizard.h
9320         * src/common/base64.c
9321         * src/common/base64.h
9322         * src/common/defs.h
9323         * src/common/hooks.c
9324         * src/common/hooks.h
9325         * src/common/log.c
9326         * src/common/log.h
9327         * src/common/md5.c
9328         * src/common/md5.h
9329         * src/common/mgutils.c
9330         * src/common/mgutils.h
9331         * src/common/nntp.c
9332         * src/common/nntp.h
9333         * src/common/passcrypt.c
9334         * src/common/passcrypt.h.in
9335         * src/common/plugin.c
9336         * src/common/plugin.h
9337         * src/common/prefs.c
9338         * src/common/prefs.h
9339         * src/common/progressindicator.c
9340         * src/common/progressindicator.h
9341         * src/common/quoted-printable.c
9342         * src/common/quoted-printable.h
9343         * src/common/session.c
9344         * src/common/session.h
9345         * src/common/smtp.c
9346         * src/common/smtp.h
9347         * src/common/socket.c
9348         * src/common/socket.h
9349         * src/common/ssl.c
9350         * src/common/ssl.h
9351         * src/common/ssl_certificate.c
9352         * src/common/ssl_certificate.h
9353         * src/common/string_match.c
9354         * src/common/string_match.h
9355         * src/common/stringtable.c
9356         * src/common/sylpheed.c
9357         * src/common/sylpheed.h
9358         * src/common/template.c
9359         * src/common/template.h
9360         * src/common/timing.h
9361         * src/common/utils.c
9362         * src/common/utils.h
9363         * src/common/uuencode.c
9364         * src/common/uuencode.h
9365         * src/common/version.h.in
9366         * src/common/xml.c
9367         * src/common/xml.h
9368         * src/common/xmlprops.c
9369         * src/common/xmlprops.h
9370         * src/gtk/about.c
9371         * src/gtk/about.h
9372         * src/gtk/colorlabel.c
9373         * src/gtk/colorlabel.h
9374         * src/gtk/colorsel.c
9375         * src/gtk/colorsel.h
9376         * src/gtk/description_window.c
9377         * src/gtk/description_window.h
9378         * src/gtk/filesel.c
9379         * src/gtk/filesel.h
9380         * src/gtk/foldersort.c
9381         * src/gtk/foldersort.h
9382         * src/gtk/gtkutils.c
9383         * src/gtk/gtkutils.h
9384         * src/gtk/inputdialog.c
9385         * src/gtk/inputdialog.h
9386         * src/gtk/logwindow.c
9387         * src/gtk/logwindow.h
9388         * src/gtk/manage_window.c
9389         * src/gtk/manage_window.h
9390         * src/gtk/menu.c
9391         * src/gtk/menu.h
9392         * src/gtk/pluginwindow.c
9393         * src/gtk/pluginwindow.h
9394         * src/gtk/prefswindow.c
9395         * src/gtk/prefswindow.h
9396         * src/gtk/progressdialog.c
9397         * src/gtk/progressdialog.h
9398         * src/gtk/quicksearch.c
9399         * src/gtk/quicksearch.h
9400         * src/gtk/sslcertwindow.c
9401         * src/gtk/sslcertwindow.h
9402         * src/plugins/clamav/clamav_plugin.c
9403         * src/plugins/clamav/clamav_plugin.h
9404         * src/plugins/clamav/clamav_plugin_gtk.c
9405         * src/plugins/demo/demo.c
9406         * src/plugins/dillo_viewer/dillo_prefs.c
9407         * src/plugins/dillo_viewer/dillo_prefs.h
9408         * src/plugins/dillo_viewer/dillo_viewer.c
9409         * src/plugins/mathml_viewer/mathml_viewer.c
9410         * src/plugins/pgpcore/passphrase.c
9411         * src/plugins/pgpcore/passphrase.h
9412         * src/plugins/pgpcore/plugin.c
9413         * src/plugins/pgpcore/prefs_gpg.c
9414         * src/plugins/pgpcore/prefs_gpg.h
9415         * src/plugins/pgpcore/select-keys.c
9416         * src/plugins/pgpcore/select-keys.h
9417         * src/plugins/pgpcore/sgpgme.c
9418         * src/plugins/pgpcore/sgpgme.h
9419         * src/plugins/pgpinline/pgpinline.c
9420         * src/plugins/pgpinline/pgpinline.h
9421         * src/plugins/pgpinline/plugin.c
9422         * src/plugins/pgpmime/pgpmime.c
9423         * src/plugins/pgpmime/pgpmime.h
9424         * src/plugins/pgpmime/plugin.c
9425         * src/plugins/spamassassin/spamassassin.c
9426         * src/plugins/spamassassin/spamassassin.h
9427         * src/plugins/spamassassin/spamassassin_gtk.c
9428         * src/plugins/trayicon/trayicon.c
9429         * tools/OOo2sylpheed.pl
9430         * tools/acroread2sylpheed.pl
9431         * tools/asus_mailled.sh
9432         * tools/filter_conv.pl
9433         * tools/freshmeat_search.pl
9434         * tools/google_search.pl
9435         * tools/kmail2sylpheed.pl
9436         * tools/kmail2sylpheed_v2.pl
9437         * tools/maildir2sylpheed.pl
9438         * tools/multiwebsearch.pl
9439         * tools/newscache_clean.pl
9440         * tools/outlook2sylpheed.pl
9441         * tools/sylpheed-switcher
9442         * tools/update-po
9443         * tools/vcard2xml.py
9444         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
9445                 update FSF address
9446
9447 2005-09-21 [colin]      1.9.14cvs46
9448
9449         * src/gedit-print.c
9450         * src/procmsg.c
9451         * src/procmsg.h
9452         * src/textview.c
9453         * src/summaryview.c
9454                 Remove some printing hacks (deselection/reselection),
9455                 which by the way fix printing the currently 
9456                 displayed mime part (still only text)
9457                 Plus a little optimisation of summary_show
9458
9459
9460 2005-09-20 [colin]      1.9.14cvs45
9461
9462         * src/mainwindow.c
9463         * src/messageview.c
9464                 GUI fixups: add accels, set message
9465                 view title to displayed mail's subject
9466         * src/prefs_spelling.c
9467         * src/gtk/gtkaspell.c
9468                 GUI fixups: allow underlining misspelled
9469                 words instead of coloring them (a11y!)
9470
9471 2005-09-19 [colin]
9472
9473         1.9.15rc3 released
9474
9475 2005-09-19 [colin]      1.9.14cvs44
9476
9477         * src/compose.c
9478                 Fix draft message
9479         * src/gtk/gtkaspell.c
9480                 Fix wrong test ;-)
9481
9482 2005-09-19 [colin]      1.9.14cvs43
9483
9484         * src/addressbook.c
9485                 Fix sensitivity of Delete button
9486         * src/compose.c
9487                 Warn if the requested Privacy system
9488                 is not available
9489         * src/exphtmldlg.c
9490         * src/expldifdlg.c
9491         * src/importldif.c
9492         * src/importmutt.c
9493         * src/importpine.c
9494                 Fix crappy UI
9495         * src/
9496         * src/ssl.h
9497         * src/prefs_account.h
9498         * src/prefs_account.c
9499                 Save SSL prefs even in builds that have
9500                 SSL support disable
9501         * src/imap.c
9502         * src/inc.c
9503         * src/news.c
9504         * src/send_message.c
9505                 Warn if connection should be secure, but
9506                 SSL support isn't compiled in
9507         * src/gtkaspell.c
9508                 Fix word separation on UTF-8 systems
9509                 Fixes bug #812 (Strange inline spellchecking)
9510         * src/compose.c
9511                 Warn if the requested Privacy system
9512                 is not available
9513                 Factorize offline warning
9514         * src/imap.c
9515         * src/imap_gtk.c
9516         * src/imap_gtk.h
9517         * src/inc.h
9518         * src/news_gtk.c
9519         * src/news_gtk.h
9520         * src/messageview.c
9521                 Factorize offline warning
9522
9523 2005-09-19 [paul]
9524
9525         1.9.15-rc2 released
9526
9527 2005-09-18 [colin]      1.9.14cvs42
9528
9529         * src/codeconv.c
9530         * src/codeconv.h
9531         * src/procmime.c
9532                 Add a way to get locale's charset ignoring utf-8,
9533                 and use that as default encoding for broken mails
9534
9535 2005-09-18 [colin]      1.9.14cvs41
9536
9537         * src/gtk/logwindow.c
9538                 Translate string. Patch by Fabien Vantard
9539
9540 2005-09-18 [colin]      1.9.14cvs40
9541
9542         * configure.ac
9543                 Fix bug #803 (IMAP/SSL support breaks with 
9544                 GnuTLS libetpan 0.38)
9545
9546 2005-09-18 [colin]      1.9.14cvs39
9547
9548         * src/codeconv.c
9549         * src/compose.c
9550         * src/procmime.c
9551                 More charsets fixes. Fixes bug #806 (non
9552                 ascii characters in subject line)
9553
9554 2005-09-17 [paul]       1.9.14cvs38
9555
9556         * src/folderview.c
9557         * src/mainwindow.c
9558                 fix gcc-2.95 issues
9559                 Patch by Pawel Pekala
9560
9561 2005-09-17 [colin]      1.9.14cvs37
9562
9563         * src/addrindex.c
9564                 bugfix for NO-USE LDAP compilation, patch 
9565                 by Fabien Vantard
9566
9567 2005-09-17 [colin]      1.9.14cvs36
9568
9569         * src/prefs_actions.c
9570         * src/prefs_customheader.c
9571         * src/prefs_display_header.c
9572         * src/prefs_filtering_action.c
9573         * src/prefs_matcher.c
9574         * src/prefs_toolbar.c
9575                 Fix strange casts (less elegant but
9576                 works better)
9577
9578 2005-09-16 [colin]      1.9.14cvs35
9579
9580         * src/jpilot.c
9581                 Missed that one
9582
9583 2005-09-16 [colin]      1.9.14cvs34
9584
9585         * configure.ac
9586         * src/Makefile.am
9587         * src/addr_compl.c
9588         * src/addrindex.c
9589         * src/browseldap.c
9590         * src/editldap.c
9591         * src/ldaplocate.c
9592         * src/ldapquery.c
9593         * src/ldapquery.h
9594         * src/ldapserver.c
9595         * src/ldapserver.h
9596         * src/main.c
9597         * src/matcher_parser_parse.y
9598         * src/prefs_themes.c
9599         * src/etpan/Makefile.am
9600         * src/gtk/description_window.c
9601         * src/plugins/clamav/Makefile.am
9602         * src/plugins/clamav/clamav_plugin.c
9603         * src/plugins/dillo_viewer/Makefile.am
9604         * src/plugins/pgpcore/Makefile.am
9605         * src/plugins/pgpinline/Makefile.am
9606         * src/plugins/pgpmime/Makefile.am
9607         * src/plugins/trayicon/Makefile.am
9608                 Fix 100% cpu usage in address completion list
9609                 Fix little bugs (return with no values etc)
9610                 Fix all warnings (with common CFLAGS)
9611
9612 2005-09-15 [colin]      1.9.14cvs33
9613
9614         * src/addressbook.c
9615                 Fix bug where sometimes a group's email list is empty,
9616                 force its refresh (probably fixes "Re: how to create a 
9617                 distribution list")
9618         * src/ldapquery.c
9619                 Don't return to the callback in the main thread from the
9620                 fetch thread (or face segs!)
9621
9622 2005-09-15 [paul]       1.9.14cvs32
9623
9624         * src/prefs_matcher.c
9625                 forgotten in last commit
9626
9627 2005-09-15 [paul]       1.9.14cvs31
9628
9629         * src/prefs_actions.c
9630         * src/prefs_filtering_action.c
9631         * src/prefs_quote.c
9632         * src/quote_fmt.c
9633         * src/summaryview.c
9634         * src/gtk/description_window.c
9635         * src/gtk/description_window.h
9636         * src/gtk/quicksearch.c
9637                 allow interaction with the called
9638                 description window
9639                 Patch by Anders Hammar
9640
9641 2005-09-14 [paul]       1.9.14cvs30
9642
9643         * src/compose.c
9644                 fix a little annoyance when pasting with 3rd button 
9645                 with wrap_pastes=0 and wrap_input=1
9646                 Patch by Colin
9647
9648 2005-09-14 [paul]       1.9.14cvs29
9649
9650         * src/prefs_account.c
9651                 disable 'Filter messages on receiving' for
9652                 SMTP-only accounts
9653                 Patch  by Anders Hammar
9654
9655 2005-09-14 [paul]       1.9.14cvs28
9656
9657         * po/sk.po
9658                 fix crash
9659                 updated by Andrej Kacian
9660
9661 2005-09-14 [paul]
9662
9663         1.9.15-rc1 released
9664
9665 2005-09-14 [paul]       1.9.14cvs27
9666
9667         * po/es.po
9668                 updated by Ricardo Mones Lastra
9669         * src/compose.c
9670         * src/compose.h
9671                 associate no_wrap_tags to Compose windows
9672                 instead of using a static one
9673                 Patch by Colin
9674         * src/mbox.c
9675                 fix proc_mbox()
9676                 Patch by wwp
9677         * src/textview.c
9678                 remove unneeded printf()
9679
9680 2005-09-14 [paul]       1.9.14cvs26
9681
9682         * src/addrcache.c
9683         * src/codeconv.h
9684         * src/folder.h
9685         * src/mainwindow.h
9686         * src/mh.c
9687         * src/mimeview.h
9688         * src/partial_download.c
9689         * src/pop.c
9690         * src/prefs_account.c
9691         * src/prefs_account.h
9692         * src/prefs_actions.c
9693         * src/prefs_customheader.c
9694         * src/prefs_display_header.c
9695         * src/prefs_filtering_action.c
9696         * src/prefs_matcher.c
9697         * src/prefs_toolbar.c
9698         * src/privacy.h
9699         * src/procmime.c
9700         * src/procmime.h
9701         * src/procmsg.h
9702         * src/textview.c
9703         * src/undo.h
9704         * src/common/plugin.c
9705         * src/common/session.h
9706         * src/common/socket.c
9707         * src/common/socket.h
9708         * src/common/template.c
9709         * src/gtk/gtkaspell.c
9710         * src/gtk/quicksearch.h
9711         * src/plugins/pgpcore/passphrase.c
9712         * src/plugins/pgpcore/prefs_gpg.h
9713         * src/plugins/pgpcore/select-keys.c
9714         * src/plugins/pgpcore/select-keys.h
9715         * src/plugins/pgpcore/sgpgme.c
9716         * src/plugins/pgpinline/pgpinline.c
9717         * src/plugins/pgpmime/pgpmime.c
9718         * src/plugins/trayicon/trayicon.c
9719                 fix compilation warnings
9720                 Patch by Daniel Gustafson
9721
9722 2005-09-14 [paul]       1.9.14cvs25
9723
9724         * src/addressbook.c
9725                 add missing column header, and other small
9726                 bug fixes
9727                 Patch by Anders Hammar
9728
9729 2005-09-13 [colin]      1.9.14cvs24
9730
9731         * src/gtk/gtkaspell.c
9732                 Fix non-utf8 in menu
9733                 Fix little leaks
9734                 Nullify struct members after free()s
9735
9736 2005-09-13 [colin]      1.9.14cvs23
9737
9738         * src/compose.c
9739                 Test utf8 compliance before inserting to 
9740                 buffer, and try to convert if necessary
9741         * src/procmime.c
9742                 If no charset is present, use the locale 
9743                 one instead of us-ascii
9744         * src/procmsg.c
9745                 Add Sender, List-Post and To in the checked 
9746                 headers for automatic rules creation 
9747                 (thanks to wwp)
9748         * src/prefs_themes.c
9749         * src/gtk/gtkaspell.c
9750                 Remove deprecated functions. 
9751                 patch by Daniel Gustafson
9752
9753 2005-09-12 [colin]      1.9.14cvs22
9754
9755         * src/compose.c
9756                 Fix bug #448 (Scrolling/Redraw issue with 
9757                 address-fields in Header)
9758         * src/mainwindow.c
9759         * src/summaryview.c
9760         * src/summaryview.h
9761                 Fix loss of MSG_MARKED on move/copy
9762                 Fix bug #804 (Quicksearch togglebutton doesn't 
9763                 get depressed after '/' key is pressed)
9764
9765 2005-09-12 [paul]       1.9.14cvs21
9766
9767         * AUTHORS
9768         * src/gtk/logwindow.c
9769                 add 'Clear Log' to popup menu
9770                 Patch by Anders Hammar <anders.hammar@telia.com>
9771
9772 2005-09-12 [paul]       1.9.14cvs20
9773
9774         * src/compose.c
9775                 set correct sensitivity on attachments
9776                 popup menu
9777         * src/folder.c
9778                 fix typo
9779         * src/prefs_spelling.c
9780                 fix crash when no LANG env is set
9781         * src/common/xml.c
9782                 fix crash in wizard
9783                 don't use memeory after free
9784
9785         All patches by Daniel Gustafson
9786
9787 2005-09-12 [paul]       1.9.14cvs19
9788
9789         * src/prefs_themes.c
9790                 make theme info selectable
9791         * src/gtk/description_window.c
9792                 make window non-modal
9793         * tools/README
9794                 add details of asus_mailed.sh
9795         * tools/claws.i18n.status.pl
9796                 update for new zh_TW translator
9797                 widen the output
9798                 create alternate coloured lines
9799                 improve readability
9800
9801 2005-09-10 [colin]      1.9.14cvs18
9802
9803         * src/plugins/pgpcore/select-keys.c
9804                 Better order for the buttons
9805
9806 2005-09-10 [colin]      1.9.14cvs17
9807
9808         * src/compose.c
9809         * src/plugins/pgpcore/select-keys.c
9810         * src/plugins/pgpcore/select-keys.h
9811         * src/plugins/pgpcore/sgpgme.c
9812                 Add a "Don't encrypt" button to the key
9813                 selection dialog. Fixes bug #177 (There should be a 
9814                 'Don't encrypt button in the Select Keys dialog)
9815
9816 2005-09-10 [colin]      1.9.14cvs16
9817
9818         * src/compose.c
9819                 Fix bug #572 (%X option does not work with templates)
9820
9821 2005-09-10 [colin]      1.9.14cvs15
9822
9823         * src/toolbar.c 
9824                 Remove g_print
9825
9826 2005-09-10 [colin]      1.9.14cvs14
9827
9828         * src/imap.c
9829                 Fix a possible crash
9830
9831 2005-09-09 [colin]      1.9.14cvs13
9832
9833         * src/imap.c
9834         * src/etpan/imap-thread.c
9835         * src/etpan/imap-thread.h
9836                 Fix moving from queue or drafts to normal folders
9837                 Fix bug #794 (No way to delete without expunging)
9838                 Take flags unset by other mailers into account
9839                 Take deleted flag set by other mailers into account
9840                 Fix unsetting REPLIED flag
9841                 Fix crash when capabilities can't be retrieved
9842         * src/mainwindow.c
9843         * src/mainwindow.h
9844                 Add M_DELAYED_FLAGS condition, and let the user use
9845                 Execute in order to be able to expunge deleted mails,
9846                 even if he's not in delayed execute mode
9847         * src/prefs_spelling.c
9848                 Use 'en' dictionary by default if LANG is POSIX or C
9849         * src/gtk/prefswindow.c
9850                 Fix bug #767 (Preferences windows expanding) by making
9851                 the window a bit larger when the resolution is greater
9852                 than 640x480, and by putting the prefs in a
9853                 GtkScrolledWindow.
9854
9855 2005-09-09 [paul]       1.9.14cvs12
9856
9857         * AUTHORS
9858         * configure.ac
9859         * po/zh_TW.Big5.po      ** REMOVED **
9860         * po/zh_TW.po           ** ADDED **
9861                 updated by Wei-Lun Chao
9862
9863 2005-09-09 [paul]       1.9.14cvs11
9864
9865         * src/mainwindow.c
9866                 fix asserts
9867         * src/common/xml.c
9868                 delay memory allocation until file is
9869                 opened successfully
9870                 Patch by Daniel Gustafson
9871
9872 2005-09-09 [colin]      1.9.14cvs10
9873
9874         * src/imap.c
9875                 Add guards
9876
9877 2005-09-08 [colin]      1.9.14cvs9
9878
9879         * src/compose.c
9880                 Alert when we can't save draft
9881                 Fix various wrap/color issues
9882                 Add mid-click pasting respecting wrap_paste option
9883         * src/folder.c
9884         * src/folder.h
9885         * src/folder_item_prefs.c
9886         * src/folder_item_prefs.h
9887         * src/imap.c
9888         * src/imap_gtk.c
9889         * src/imap_gtk.h
9890         * src/main.c
9891         * src/mainwindow.c
9892         * src/mainwindow.h
9893         * src/news.c
9894         * src/news_gtk.c
9895         * src/news_gtk.h
9896         * src/prefs_folder_item.c
9897                 Fix the impossibility to synchronise folders for
9898                 offline use (IMAP and NNTP are concerned)
9899
9900 2005-09-08 [colin]      1.9.14cvs8
9901
9902         * configure.ac
9903                 Build LDAP and JPilot by default if available
9904         * src/textview.c
9905                 Fix use after free
9906
9907 2005-09-08 [paul]       1.9.14cvs7
9908
9909         * doc/manual/en/sylpheed-1.html
9910         * doc/manual/en/sylpheed-18.html
9911         * doc/manual/en/sylpheed-19.html
9912         * doc/manual/en/sylpheed-4.html
9913         * doc/manual/en/sylpheed-6.html
9914         * doc/manual/en/sylpheed.html
9915                 a few minor updates, plus include some
9916                 details about plugins and their requirements
9917         * src/mainwindow.c
9918                 minor changes to English in /View/Sort
9919
9920 2005-09-07 [colin]      1.9.14cvs6
9921
9922         * doc/manual/en/sylpheed-1.html
9923         * doc/manual/en/sylpheed-10.html
9924         * doc/manual/en/sylpheed-11.html
9925         * doc/manual/en/sylpheed-12.html
9926         * doc/manual/en/sylpheed-13.html
9927         * doc/manual/en/sylpheed-14.html
9928         * doc/manual/en/sylpheed-15.html
9929         * doc/manual/en/sylpheed-16.html
9930         * doc/manual/en/sylpheed-17.html
9931         * doc/manual/en/sylpheed-18.html
9932         * doc/manual/en/sylpheed-19.html
9933         * doc/manual/en/sylpheed-2.html
9934         * doc/manual/en/sylpheed-20.html
9935         * doc/manual/en/sylpheed-21.html
9936         * doc/manual/en/sylpheed-22.html
9937         * doc/manual/en/sylpheed-3.html
9938         * doc/manual/en/sylpheed-4.html
9939         * doc/manual/en/sylpheed-5.html
9940         * doc/manual/en/sylpheed-6.html
9941         * doc/manual/en/sylpheed-7.html
9942         * doc/manual/en/sylpheed-8.html
9943         * doc/manual/en/sylpheed-9.html
9944         * doc/manual/en/sylpheed.html
9945                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
9946
9947 2005-09-07 [colin]      1.9.14cvs5
9948
9949         * src/mainwindow.c
9950                 Make labels more to-the-point
9951
9952 2005-09-07 [colin]      1.9.14cvs4
9953
9954         * doc/manual/en/sylpheed-1.html
9955         * doc/manual/en/sylpheed-12.html
9956         * doc/manual/en/sylpheed-13.html
9957         * doc/manual/en/sylpheed-14.html
9958         * doc/manual/en/sylpheed-15.html
9959         * doc/manual/en/sylpheed-16.html
9960         * doc/manual/en/sylpheed-17.html
9961         * doc/manual/en/sylpheed-18.html
9962         * doc/manual/en/sylpheed-19.html
9963         * doc/manual/en/sylpheed-2.html
9964         * doc/manual/en/sylpheed-20.html
9965         * doc/manual/en/sylpheed-21.html
9966         * doc/manual/en/sylpheed-22.html
9967         * doc/manual/en/sylpheed-4.html
9968         * doc/manual/en/sylpheed-5.html
9969         * doc/manual/en/sylpheed-6.html
9970         * doc/manual/en/sylpheed-7.html
9971         * doc/manual/en/sylpheed-8.html
9972         * doc/manual/en/sylpheed-9.html
9973         * doc/manual/en/sylpheed.html
9974                 Update manual
9975
9976 2005-09-07 [colin]      1.9.14cvs3
9977
9978         * doc/faq/en/sylpheed-faq-1.html
9979         * doc/faq/en/sylpheed-faq-2.html
9980         * doc/faq/en/sylpheed-faq-3.html
9981         * doc/faq/en/sylpheed-faq.html
9982                 Update FAQ
9983
9984 2005-09-07 [colin]      1.9.14cvs2
9985
9986         * src/folderview.c
9987         * src/procmsg.c
9988         * src/summaryview.c
9989         * src/toolbar.c
9990                 Fix special subfolders:
9991                 - Inherit parent's icon
9992                 - sent contents of queues subfolders
9993                 - empty subfolders of trashes
9994         * src/mainwindow.c
9995                 Remove outdated manual and faq entries
9996         * src/common/utils.c
9997                 Add quotes around %s coming from mailcap
9998
9999 2005-09-07 [colin]      1.9.14cvs1
10000
10001         * src/compose.c
10002                 After saving draft, set modified to FALSE
10003         * src/mimeview.c
10004         * src/common/utils.c
10005         * src/common/utils.h
10006                 Try to open mime parts using what is 
10007                 indicated in ~/.mailcap or /etc/mailcap,
10008                 if possible.
10009
10010 2005-09-05 [paul]       1.9.14
10011
10012         1.9.14 released
10013
10014         * po/sk.po
10015                 updated by Andrej Kacian
10016
10017 2005-09-05 [paul]       1.9.13cvs83
10018
10019         * po/de.po
10020         * po/es.po
10021         * po/fi.po
10022         * po/fr.po
10023         * po/nb.po
10024         * po/pt_BR.po
10025         * po/sr.po
10026                 updated translations by Thomas Gilgin, Ricardo Mones
10027                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
10028                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
10029
10030 2005-09-04 [paul]       1.9.13cvs82
10031
10032         * src/compose.c
10033                 only warn about exceeded line length limit
10034                 on send
10035
10036 2005-09-04 [paul]       1.9.13cvs81
10037
10038         * src/compose.c
10039                 fix crash in 'line length exceeded' dialogue
10040
10041 2005-09-02 [paul]       1.9.13cvs80
10042
10043         * src/imap.c
10044                 fix bug 795, 'Connection lost IMAP'
10045                 and add statusbar prints
10046                 Patch by Colin
10047
10048 2005-09-02 [paul]       1.9.13cvs79
10049
10050         * src/compose.c
10051                 compose_wrap_paragraph() becomes
10052                 compose_beautify_paragraph()
10053                 Patch by Colin
10054
10055 2005-09-02 [colin]      1.9.13cvs78
10056
10057         * src/folderview.c
10058                 Micro-fix
10059
10060 2005-09-01 [colin]      1.9.13cvs77
10061
10062         * src/imap.c
10063                 Maybe fix bug #795 (Connection lost IMAP)
10064                 Don't try to send logout when we're disconnected.
10065         * src/summaryview.c
10066                 Include locked and marked emails in HRM
10067                 view. Fixes bug #800 (Locked messages no longer 
10068                 show up when hide read messages is used)
10069
10070 2005-09-01 [paul]       1.9.13cvs76
10071
10072         * src/prefs_common.c
10073                 fix bad cutting
10074
10075 2005-08-31 [colin]      1.9.13cvs75
10076
10077         * src/folderview.c
10078         * src/folderview.h
10079         * src/prefs_summaries.c
10080         * src/summaryview.c
10081                 Fix "go to next new", fix preference
10082                 (Open unread/next swapped)
10083
10084 2005-08-31 [paul]       1.9.13cvs74
10085
10086         * src/compose.c
10087         * src/folderview.c
10088         * src/headerview.c
10089         * src/headerview.h
10090         * src/mainwindow.c
10091         * src/prefs_common.c
10092         * src/prefs_common.h
10093         * src/prefs_fonts.c
10094         * src/summaryview.c
10095         * src/textview.c
10096         * src/common/defs.h
10097                 remove obsolete BOLD_FONT setting
10098                 fix font update in headerview and textview
10099                 headers after prefs change
10100                 Patch By Colin
10101
10102 2005-08-31 [paul]
10103
10104         1.9.14-rc4 released
10105
10106 2005-08-30 [colin]      1.9.13cvs73
10107
10108         * src/summaryview.c
10109                 When Hide read messages is selected and we
10110                 refresh the summaryview, don't remove the 
10111                 currently displayed message. Fixes bug #797
10112                 (Summary view reloads when new mail is 
10113                 downloaded in 1.9.14 rc)
10114
10115 2005-08-30 [colin]      1.9.13cvs72
10116
10117         * src/folderview.c
10118                 Fix flickering
10119         * src/mainwindow.c
10120                 Remove useless callback
10121         * src/mimeview.c
10122         * src/gtk/filesel.c
10123         * src/gtk/filesel.h
10124                 Add a filesel_select_file_save_folder() - used by Save All
10125
10126 2005-08-29 [paul]       1.9.13cvs71
10127
10128         * AUTHORS
10129         * src/matcher_parser_parse.y
10130         * src/etpan/imap-thread.c
10131                 fix building on FreeBSD
10132                 Patch by Daniel Gustafson <daniel@hobbit.se>
10133
10134 2005-08-29 [paul]       1.9.13cvs70
10135
10136         * src/plugins/pgpinline/pgpinline.c
10137                 only initialise sig result if it's been handled
10138                 Patch by Colin
10139
10140 2005-08-29 [paul]       1.9.13cvs69
10141         
10142         Patches by Colin:
10143
10144         * src/imap.c
10145         * src/common.utils.c
10146         * src/common/utils.h
10147                 optimisation
10148         * src/stock_pixmap.h
10149                 fix wrong icon reference
10150         * src/pixmaps/trash_btn.xpm
10151                 replace with nicer image
10152
10153 2005-08-28 [colin]      1.9.13cvs68
10154
10155         * src/Makefile.am
10156         * src/stock_pixmap.c
10157         * src/stock_pixmap.h
10158         * src/toolbar.c
10159         * src/pixmaps/trash_btn.xpm
10160                 Add a specific trash xpm for the button
10161
10162 2005-08-28 [colin]      1.9.13cvs67
10163
10164         * src/imap.c
10165                 Fix leak
10166
10167 2005-08-27 [colin]      1.9.13cvs66
10168
10169         * src/imap.c
10170         * src/procmime.c
10171                 Correctly fix "Problem with replies", fixes
10172                 pgpmime encryption too. 
10173
10174 2005-08-27 [colin]      1.9.13cvs65
10175
10176         * src/folder.c
10177         * src/procmsg.c
10178         * src/procmsg.h
10179         * src/summaryview.c
10180                 Fix bug #517 (messages removed from summaryview 
10181                 when moving fails)
10182
10183 2005-08-27 [colin]      1.9.13cvs64
10184
10185         * tools/Makefile.am
10186         * tools/asus_mailled.sh
10187                 Add a script to blink ASUS laptops' mail LED where there
10188                 is unread mail.
10189
10190 2005-08-27 [colin]      1.9.13cvs63
10191
10192         * src/imap.c
10193         * src/etpan/imap-thread.c
10194         * src/etpan/imap-thread.h
10195                 Implement automatic choosing of login method
10196                 Fixes bug #791
10197         * src/gtk/.cvsignore
10198                 Add sylpheed-marshal.[ch]
10199
10200 2005-08-27 [colin]      1.9.13cvs62
10201
10202         * src/common/utils.c
10203                 Fix confusing perror
10204
10205 2005-08-27 [colin]      1.9.13cvs61
10206
10207         * src/toolbar.c
10208         * src/toolbar.h
10209                 Remove A_DELETE, replace it with 
10210                 A_TRASH and A_DELETE_REAL. Automatically
10211                 rewrite config files to replace A_DELETE
10212                 with A_TRASH (no functionality change).
10213                 Fixes half of #794
10214
10215 2005-08-26 [colin]      1.9.13cvs60
10216
10217         * src/procmime.c
10218                 Previous "Problem with replies" fix brought other
10219                 problems, fixing them
10220
10221 2005-08-26 [colin]      1.9.13cvs59
10222
10223         * src/procmime.c
10224                 Fix "Problem with replies". This happened only
10225                 on IMAP...
10226         * src/procmsg.c
10227                 Factorize code a bit
10228         * src/compose.c
10229                 Speed improvement on very long messages (wrapping)
10230                 Fix signature color on Reedit and Redirect
10231                 On Reedit, don't attach pgp-signatures parts, but
10232                 set signing to On.
10233
10234 2005-08-24 [paul]       1.9.13cvs58
10235
10236         * src/compose.c
10237                 don't claim success when clicking
10238                 Cancel on the passphrase box.
10239                 Patch by Colin
10240
10241 2005-08-24 [paul]       1.9.13cvs57
10242
10243         * src/main.c
10244                 fix misplaced sylpheed.log
10245         * src/common/defs.h
10246                 define UIDL_DIR
10247
10248 2005-08-24 [paul]       1.9.13cvs56
10249
10250         * src/imap.c
10251         * src/etpan/imap-thread.c
10252         * src/etpan/imap-thread.h
10253                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
10254                 Patch by Colin
10255         * src/gtk/sylpheed-marshal.c    ** REMOVED **
10256         * src/gtk/sylpheed-marshal.h    ** REMOVED **
10257                 remove autogenerated files
10258         * tools/kdeservicemenu/README
10259         * tools/kdeservicemenu/install.sh
10260         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
10261         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
10262                 use Claws icon, use 'Sylpheed-Claws' in menu,
10263                 use kdialog, and other cleanups
10264
10265 2005-08-23 [paul]       1.9.13cvs55
10266
10267         * src/compose.c
10268                 fix paste/wrap crash
10269                 Patch by Colin
10270
10271 2005-08-23 [paul]       1.9.13cvs54
10272
10273         * src/main.c
10274                 fix crash recovery
10275                 Patch by Colin
10276
10277 2005-08-23 [paul]       1.9.13cvs53
10278
10279         * src/addressbook.c
10280         * src/editaddress.c
10281                 view all data of LDAP contacts
10282                 Patch by Colin
10283
10284 2005-08-23 [paul]       1.9.13cvs52
10285
10286         * src/addressbook.c
10287                 fix issues with the Search field
10288                 Patch by Colin
10289
10290 2005-08-22 [paul]       1.9.13cvs51
10291
10292         * src/folderview.c
10293                 put name of folder in processing dialog
10294                 title
10295         * src/prefs_folder_item.c
10296                 improve english usage
10297
10298 2005-08-22 [paul]       1.9.13cvs50
10299
10300         * src/filtering.c
10301         * src/filtering.h
10302         * src/matcher.c
10303         * src/matcher_parser_lex.l
10304         * src/matcher_parser_parse.y
10305         * src/prefs_filtering.c
10306                 add Filtering/Processing rule names feature.
10307                 (the incompatible old matcherrc is saved as
10308                 matcherrc.pre_names).
10309                 Patch by Colin
10310
10311 2005-08-22 [paul]       1.9.13cvs49
10312
10313         * src/procmsg.c
10314                 fix colour labelling
10315                 Patch by Colin
10316
10317 2005-08-22 [paul]       1.9.13cvs48
10318
10319         * src/textview.c
10320                 fix open_image_cb()
10321
10322 2005-08-22 [paul]       1.9.13cvs47
10323
10324         * src/imap.c
10325                 fix bug 789, 'SC crashes with imap (CVS ver)'
10326                 Patch by Colin
10327
10328 2005-08-22 [paul]       1.9.13cvs46
10329
10330         * src/mimeview.c
10331         * src/prefs_common.c
10332         * src/common/defs.h
10333                 define reused defaults in defs.h
10334         * src/textview.c
10335                 add 'Open image' to image popup menu
10336
10337 2005-08-21 [colin]      1.9.13cvs45
10338
10339         * src/summaryview.c
10340                 Fix bug #788 (Bogus "From" address displayed)
10341
10342 2005-08-20 [colin]      1.9.13cvs44
10343
10344         * src/folder.c
10345                 Fix buf #787 (multilevel delete causes SIGSEGV)
10346
10347 2005-08-19 [colin]      1.9.13cvs43
10348
10349         * src/inc.c
10350         * src/prefs_common.c
10351         * src/prefs_common.h
10352                 Add an hidden pref to allow modifying the
10353                 update stepping in incorporation.
10354                 Patch by wwp.
10355
10356 2005-08-19 [colin]      1.9.13cvs42
10357
10358         * src/compose.c
10359         * src/procmime.c
10360                 Workaround for broken MUAs: encode 
10361                 Content-type: name: as ASCII and 
10362                 Content-Disposition: filename: as
10363                 per rfc2231
10364         * src/prefs_account.c
10365                 Fix invisible-ness of SMTP SSL prefs
10366                 in NNTP accounts
10367
10368 2005-08-19 [paul]       1.9.13cvs41
10369
10370         * src/compose.c
10371         * src/prefs_common.c
10372         * src/prefs_common.h
10373         * src/prefs_wrapping.c
10374                 paste with or without wrapping.
10375                 patch by Colin
10376
10377 2005-08-19 [paul]       1.9.13cvs40
10378
10379         * src/prefs_common.c
10380         * src/prefs_common.h
10381         * src/summaryview.c
10382                 reintroduce enable_swap_from as a
10383                 hidden pref. patch by Colin
10384         * src/quote_fmt_parse.y
10385         * src/plugins/clamav/clamav_plugin.c
10386         * src/plugins/dillo_viewer/dillo_viewer.c
10387         * src/plugins/mathml_viewer/mathml_viewer.c
10388         * src/plugins/pgpcore/sgpgme.c
10389         * src/plugins/pgpinline/pgpinline.c
10390         * src/plugins/pgpmime/pgpmime.c
10391                 tidy up. patch by Colin
10392
10393 2005-08-19 [paul]       1.9.13cvs39
10394
10395         * configure.ac
10396                 complete cvs38's sync
10397         * src/editaddress.c
10398         * src/gedit-print.c
10399         * src/mutt.c
10400         * src/etpan/etpan-log.c
10401         * src/etpan/imap-thread.c
10402         * src/gtk/gtksourceprintjob.c
10403                 fix compilation warnings
10404                 (patch by Colin)
10405
10406 2005-08-19 [paul]       1.9.13cvs38
10407
10408         sync with main:
10409
10410         * src/account.c
10411         * src/action.c
10412         * src/addrbook.c
10413         * src/addrcache.c
10414         * src/addrharvest.c
10415         * src/addrindex.c
10416         * src/codeconv.c
10417         * src/compose.c
10418         * src/crash.c
10419         * src/exporthtml.c
10420         * src/exportldif.c
10421         * src/folder.c
10422         * src/image_viewer.c
10423         * src/inc.c
10424         * src/inc.h
10425         * src/jpilot.c
10426         * src/ldif.c
10427         * src/main.c
10428         * src/matcher.c
10429         * src/mbox.c
10430         * src/messageview.c
10431         * src/mh.c
10432         * src/mimeview.c
10433         * src/msgcache.c
10434         * src/mutt.c
10435         * src/news.c
10436         * src/partial_download.c
10437         * src/pine.c
10438         * src/pop.c
10439         * src/prefs_actions.c
10440         * src/prefs_common.c
10441         * src/prefs_customheader.c
10442         * src/prefs_display_header.c
10443         * src/prefs_gtk.c
10444         * src/prefs_themes.c
10445         * src/procheader.c
10446         * src/procmime.c
10447         * src/procmsg.c
10448         * src/recv.c
10449         * src/send_message.c
10450         * src/simple-gettext.c
10451         * src/sourcewindow.c
10452         * src/textview.c
10453         * src/vcard.c
10454         * src/common/defs.h
10455         * src/common/log.c
10456         * src/common/plugin.c
10457         * src/common/prefs.c
10458         * src/common/session.c
10459         * src/common/session.h
10460         * src/common/socket.c
10461         * src/common/socket.h
10462         * src/common/ssl_certificate.c
10463         * src/common/template.c
10464         * src/common/utils.c
10465         * src/common/utils.h
10466         * src/common/xml.c
10467         * src/gtk/about.c
10468         added wrappers for C library function that
10469                 take pathname arguments.
10470                 enabled compilation with MinGW.
10471                 use GDir instead of directly using opendir().
10472                 added rename_force().
10473
10474 2005-08-19 [paul]       1.9.13cvs37
10475         
10476         patches by Colin:
10477         * src/compose.c
10478                 fix privacy settings on re-editing
10479                 a sent message
10480         * src/jpilot.c
10481                 fix encoding bug
10482         * src/folder.c
10483         * src/procmsg.c
10484         * src/procmsg.h
10485         * src/summaryview.c
10486                 flag changing optimisation
10487
10488 2005-08-18 [martin]     1.9.13cvs36
10489
10490         * commitHelper
10491             added my login
10492         * src/addrcache.c
10493         * src/addrharvest.c
10494         * src/addrindex.c
10495         * src/compose.c
10496         * src/grouplistdialog.c
10497         * src/main.c
10498         * src/mainwindow.c
10499         * src/msgcache.c
10500         * src/mutt.c
10501         * src/pine.c
10502         * src/prefs_account.c
10503         * src/prefs_themes.c
10504         * src/stock_pixmap.c
10505         * src/summaryview.c
10506         * src/gtk/about.c
10507         * src/gtk/logwindow.c
10508             removed deprecated glib and gdk stuff
10509         * src/plugins/pgpcore/select-keys.c
10510             convert attributes from locale to utf8
10511
10512 2005-08-17 [paul]       1.9.13cvs35
10513
10514         * src/account.c
10515         * src/addressbook.c
10516                 use new GTK_STOCK_ icons if available
10517         * src/summaryview.c
10518         * src/gtk/gtksctree.c
10519         * src/gtk/gtksctree.h
10520                 faster range select. patch by Colin
10521
10522 2005-08-17 [paul]       1.9.13cvs34
10523
10524         patches by colin:
10525         * src/addressbook.c
10526         * src/addressitem.h
10527                 Add an edit button for contacts, fix selections
10528                 of gtksctree items
10529         * src/editaddress.c
10530                 Change labels, let Save be always possible in the
10531                 email and user atributes tabs
10532         * src/folderview.c
10533                 fix sort issues
10534         * src/summaryview.c
10535                 select next item instead of the displayed one
10536                 after deletion
10537
10538         * src/gtk/progressdialog.c
10539                 use prefs_common.enable_rules_hint
10540
10541 2005-08-13 [hoa]        1.9.13cvs33
10542
10543         * src/etpan/imap-thread.c
10544                 fixed build on Solaris.
10545
10546 2005-08-10 [colin]      1.9.13cvs32
10547
10548         * src/procmsg.c
10549                 Fix cvs31 (missing fclose before reading
10550                 the file)
10551
10552 2005-08-10 [colin]      1.9.13cvs31
10553
10554         * src/procmsg.c
10555                 Fix procmsg_msginfo_new_from_mimeinfo() when
10556                 the MimeInfo isn't stored in memory. This fixes
10557                 replying to an attached message.
10558
10559 2005-08-10 [colin]      1.9.13cvs30
10560
10561         * src/mainwindow.c
10562                 Fix slowness in account changing
10563
10564 2005-08-10 [colin]      1.9.13cvs29
10565
10566         * src/folder.c
10567         * src/folderutils.c
10568         * src/folderview.c
10569         * src/imap_gtk.c
10570         * src/mainwindow.c
10571         * src/mh_gtk.c
10572         * src/procmsg.c
10573         * src/summaryview.c
10574                 Optimize folder_has_parent_of_type
10575                 Prevent moving special sub-folders from contextual menus
10576                 Rework message a bit ("Empty all messages" -> "Delete all
10577                 messages")
10578                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
10579                 and "Deleted Items" folders)
10580
10581 2005-08-08 [colin]      1.9.13cvs28
10582
10583         * src/summaryview.c
10584         * src/prefs_summaries.c
10585                 Make "Select first unread|new" more flexible
10586                 (just prioritize new or unread)
10587
10588 2005-08-08 [colin]      1.9.13cvs27
10589
10590         * src/summaryview.c
10591                 If "select first new" is selected and there only
10592                 are unread messages, fallback to "select first
10593                 unread".
10594
10595 2005-08-08 [colin]      1.9.13cvs26
10596
10597         * src/folder.c
10598                 Fix shameful bugs (and bug #779)
10599
10600 2005-08-08 [colin]      1.9.13cvs25
10601
10602         * src/folder.c
10603         * src/folder.h
10604                 Cache parents' type to make folder_has_parent_of_type
10605                 faster
10606         * src/folderview.c
10607                 Forbid DnD of special sub-folders
10608         * src/procmsg.c
10609         * src/procmsg.h
10610                 Add MAIL_POSTFILTERING_HOOK
10611         * src/summaryview.c
10612                 Revert over-zealous deletion of the use_addr_book 
10613                 code
10614
10615 2005-08-07 [colin]      1.9.13cvs24
10616
10617         * src/folder.c
10618                 Fix big mistake (passing MsgInfo instead 
10619                 of FolderItem)
10620
10621 2005-08-07 [colin]      1.9.13cvs23
10622
10623         * src/compose.c
10624         * src/folder.c
10625         * src/folder.h
10626         * src/foldersel.c
10627         * src/folderutils.c
10628         * src/folderview.c
10629         * src/imap.c
10630         * src/mainwindow.c
10631         * src/messageview.c
10632         * src/mh.c
10633         * src/msgcache.c
10634         * src/procmime.c
10635         * src/summaryview.c
10636                 Make subfolders of Drafts, Queue, Outbox, Trash
10637                 work like their parents. 
10638                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
10639
10640 2005-08-07 [colin]      1.9.13cvs22
10641
10642         * src/addressbook.c
10643                 Fix bug #771 (Dragged contacts not saved)
10644
10645 2005-08-07 [paul]       1.9.13cvs21
10646
10647         * src/summaryview.c
10648                 fix bug 32 'Search Doesn't display results
10649                 if "Hide Read Messages" is chosen'
10650                 be more literal in interpreting 'Hide read
10651                 messages'
10652
10653 2005-08-07 [colin]      1.9.13cvs20
10654
10655         * src/folderview.c
10656                 Add debug
10657         * src/summaryview.c
10658                 Faster 'unthread_for_execution'
10659
10660 2005-08-06 [paul]       1.9.13cvs19
10661
10662         * src/mainwindow.c
10663                 add mnemonics to Set displayed columns
10664                 fix bug where msgview_visible option was
10665                 overwritten as TRUE on startup
10666
10667 2005-08-06 [paul]       1.9.13cvs18
10668
10669         * src/mainwindow.c
10670                 refer to 'displayed columns in folder/message
10671                 list' not 'displayed items in summary/message view'
10672         * src/prefs_display_header.c
10673                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
10674                 be consistent with similar dialogues
10675         * src/prefs_folder_column.c
10676         * src/prefs_summary_column.c
10677                 'columns' not 'items', and folder and message lists,
10678                 instead of folder and summary views;
10679                 Use 'Hidden columns' as list heading not 'Available
10680                 items';
10681                 move the 'Remove' button to the right hand side;
10682                 top-align the buttons;
10683                 remove unneeded vbox
10684         * src/prefs_summaries.c
10685                 put the 2 column prefs buttons in a frame to reduce
10686                 overall width; refer to columns not items &c.
10687
10688 2005-08-05 [colin]      1.9.13cvs17
10689
10690         * src/prefs_common.c
10691         * src/prefs_common.h
10692         * src/mainwindow.c
10693         * src/compose.c
10694         * src/messageview.c
10695                 Add an hidden toolbar_detachable pref, so
10696                 that I can get rid of these painful handles
10697                 in the toolbars. Defaults to TRUE to avoid
10698                 changing the GUI on unsuspecting people...
10699
10700 2005-08-05 [colin]      1.9.13cvs16
10701
10702         * src/Makefile.am
10703         * src/prefs_folder_column.c
10704         * src/prefs_folder_column.h
10705                 Add prefs for folder columns
10706         * src/folderview.c
10707         * src/folderview.h
10708         * src/mainwindow.c
10709         * src/mainwindow.h
10710         * src/prefs_common.c
10711         * src/prefs_common.h
10712         * src/prefs_summaries.c
10713                 Use them
10714         * src/prefs_summary_column.c
10715         * src/summaryview.c
10716         * src/summaryview.h
10717                 Add a To column
10718         * src/textview.c
10719         * src/common/utils.c
10720         * src/common/utils.h
10721                 Move uri colourisation functions
10722                 to utils
10723         * src/compose.c
10724                 Colourise URIs
10725         * src/imap.c
10726                 Fix bug with LIST where we'd try
10727                 to get Folder//////[...]/// 
10728
10729 2005-08-05 [paul]       1.9.13cvs15
10730
10731         * src/prefs_summaries.c
10732                 improve the English usage
10733         * src/summaryview.c
10734                 set font on column change
10735                 thanks to Colin
10736
10737 2005-08-05 [paul]       1.9.13cvs14
10738
10739         * src/prefs_common.c
10740         * src/prefs_common.h
10741         * src/prefs_summaries.c
10742         * src/summaryview.c
10743                 replace 'open_unread_on_enter' option with
10744                 'select_on_entry' option. opening/not opening
10745                 is now exclusively controlled by 'always_show_msg'
10746
10747 2005-08-04 [colin]      1.9.13cvs13
10748
10749         * src/compose.c
10750                 Remove dead code
10751                 Add colourisation of quotes and signatures
10752         * src/folderview.c
10753                 Fix possible crashes
10754         * src/messageview.c
10755                 Change an assert that is no problem
10756         * src/news.c
10757         * src/news_gtk.c
10758         * src/news_gtk.h
10759                 Fix offline mode
10760         * src/gtk/quicksearch.c
10761                 Fix a possible crash
10762
10763 2005-08-03 [colin]      1.9.13cvs12
10764
10765         * src/prefs_account.c
10766                 Fix bug #777 (Sylpheed crash in account configuration)
10767
10768 2005-08-03 [colin]      1.9.13cvs11
10769
10770         * src/addressbook.c
10771         * src/editaddress.c
10772         * src/editgroup.c
10773                 Fixing addressbook, round 2
10774         * src/textview.c
10775                 Fix emphasis color on rechecking 'Colorize messages'
10776
10777 2005-08-03 [paul]       1.9.13cvs10
10778
10779         sync with main
10780
10781         * src/addr_compl.c
10782         * src/compose.c
10783         * src/main.c
10784         * src/pop.c
10785         * src/prefs_account.c
10786         * src/procmime.c
10787         * src/procmsg.c
10788         * src/quote_fmt_parse.y
10789         * src/textview.c
10790         * src/common/quoted-printable.c
10791         * src/common/utils.c
10792         * src/common/utils.h
10793         * src/common/xml.c
10794                 replaced incorrect locale-independent
10795                 ctype functions with GLib's. Corrected
10796                 signedness mismatch.
10797         * src/headerview.c
10798                 headerview_create(): added spacing for vbox.
10799         * src/gtk/about.c
10800                 set focus to the OK button.
10801
10802 2005-08-03 [colin]      1.9.13cvs9
10803
10804         * src/folderview.c
10805                 Fix possible crash
10806
10807 2005-08-02 [colin]      1.9.13cvs8
10808
10809         * src/mainwindow.c
10810                 Fix cast
10811         * src/addressbook.c
10812         * src/addressitem.h
10813                 Fix a cast and more generally, try to make the
10814                 GUI more intuitive and consistent (round 1)
10815
10816 2005-08-02 [paul]       1.9.13cvs7
10817
10818         * src/folder.h
10819                 missing in 1.9.13cvs6
10820
10821 2005-08-02 [colin]      1.9.13cvs6
10822
10823         * src/folder.c
10824                 Fix one more leak
10825
10826 2005-08-02 [colin]      1.9.13cvs5
10827
10828         * src/folder.c
10829         * src/folderview.c
10830         * src/imap.c
10831         * src/main.c
10832         * src/mbox.c
10833         * src/procmsg.c
10834         * src/summaryview.c
10835                 Fix a number of folder_item_get_msg_list()-related
10836                 leaks (missing procmsg_msginfo_free()s)
10837
10838 2005-08-01 [colin]      1.9.13cvs4
10839
10840         * src/folderview.c
10841         * src/folderview.h
10842         * src/mainwindow.c
10843         * src/prefs_fonts.c
10844         * src/prefs_summaries.c
10845         * src/prefs_themes.c
10846         * src/summaryview.c
10847         * src/summaryview.h
10848         * src/textview.c
10849         * src/textview.h
10850                 Fix instant-apply of summary and folderview-related prefs
10851                 Fix erroneous g_free and alertpanels in prefs_theme
10852                 Add instant-apply for fonts
10853                 Defer applying of prefs a little bit so it's done only
10854                 once even if requested by multiples prefs pages
10855
10856 2005-08-01 [paul]       1.9.13cvs3
10857
10858         * src/main.c
10859                 fix bug 776 'S.C. crashes on close'
10860                 thanks to Colin
10861         * src/etpan/etpan-thread-manager-types.h
10862                 add missing include
10863                 thanks to Hoa
10864
10865 2005-07-25 [paul]       1.9.13cvs2
10866
10867         * src/summaryview.c
10868                 fix typos. spotted by Fabien Vantard
10869
10870 2005-07-24 [paul]       1.9.13cvs1
10871
10872         * doc/man/sylpheed.1
10873                 update man page, incorporating fix of
10874                 bug 769 'Typo in manpage'
10875         * src/etpan/imap-thread.c
10876                 fix NetBSD openssl dependencies. patch by
10877                 George Michaelson <ggm@apnic.net>
10878         * po/pt_BR.po
10879                 updated by Frederico Goncalves Guimaraes
10880
10881 2005-07-22 [paul]       1.9.13
10882
10883         1.9.13 release
10884
10885 2005-07-22 [paul]       1.9.12cvs91
10886
10887         * AUTHORS
10888         * INSTALL
10889         * README.claws
10890         * RELEASE_NOTES.claws
10891                 updated for release
10892         * configure.ac
10893         * po/nb.po
10894         * tools/claws.i18n.status.pl
10895                 add Norwegian translation. submiited by
10896                 Geir Helland <pjallabais@users.sourceforge.net>
10897         * po/ca.po
10898         * po/de.po
10899         * po/es.po
10900         * po/fi.po
10901         * po/fr.po
10902         * po/it.po
10903         * po/sk.po
10904         * po/sr.po
10905         * po/zh_CN.po
10906                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
10907                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
10908                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
10909                 Yang Guilong
10910         * src/plugins/clamav/clamav_plugin_gtk.c
10911         * src/plugins/spamassassin/spamassassin_gtk.c
10912                 replace outdated description strings
10913
10914 2005-07-21 [colin]      1.9.12cvs90
10915
10916         * src/folder.c
10917                 Set folder to batch mode when scanning it. Makes deletion
10918                 of unread mails on IMAP much faster (due to the UNREAD 
10919                 flag unsetting)
10920
10921 2005-07-21 [darko]      1.9.12cvs89
10922
10923         * configure.ac
10924                 link against libresolv if necessary (patch by Paul)
10925         * src/msgcache.c
10926                 use glib's portable macros to determine endianness
10927
10928 2005-07-21 [paul]       1.9.12cvs88
10929
10930         * src/crash.c
10931         * src/gtk/about.c
10932                 update compiled-in features list
10933
10934 2005-07-20 [colin]      1.9.12cvs87
10935
10936         * src/folder.c
10937         * src/textview.c
10938                 Gcc 2.9x compilation fixes, thanks to Darko
10939         * src/plugins/clamav/clamav_plugin.c
10940                 Little optimisation: load virus database only once
10941         * src/plugins/spamassassin/spamassassin.c
10942                 Big optimisation: filtering one mail took at least 1 second,
10943                 now it takes at least 50ms. Doesn't speed up spamassassin 
10944                 itself, but should already be much more tolerable.
10945
10946 2005-07-20 [colin]      1.9.12cvs86
10947
10948         * src/summaryview.c
10949                 Fix performance issue
10950
10951 2005-07-19 [colin]      1.9.12cvs85
10952
10953         * src/plugins/pgpinline/plugin.c
10954                 Fix warning
10955
10956 2005-07-19 [colin]      1.9.12cvs84
10957
10958         * configure.ac
10959         * src/plugins/Makefile.am
10960         * src/plugins/pgpinline/.cvsignore
10961         * src/plugins/pgpinline/Makefile.am
10962         * src/plugins/pgpinline/pgpinline.c
10963         * src/plugins/pgpinline/pgpinline.deps
10964         * src/plugins/pgpinline/pgpinline.h
10965         * src/plugins/pgpinline/plugin.c
10966                 Put pgpinline in the main tree
10967
10968 2005-07-19 [paul]       1.9.12cvs83
10969
10970         * src/prefs_actions.c
10971                 prevent '//' in menu names, which cause a crash
10972                 thanks to Colin
10973
10974 2005-07-19 [paul]       1.9.12cvs82
10975
10976         * configure.ac
10977                 be generally more informative in configure output.
10978                 OpenSSL: correction: '[ --enable-openssl ...' -> 
10979                 '[ --disable-openssl ...', as --enable-openssl is default
10980                 PGP/MIME: don't check for GPGME again, check for
10981                 pgpcore instead. Therefore prevent the possibility of
10982                 attempting to build pgpmime if pgpcore dependencies are
10983                 not met
10984                 ClamAV: use pkgconfig to check for lib
10985                 libgnomeprint: revert logic on inner test to match
10986                 everything else
10987         * src/plugins/pgpcore/sgpgme.c
10988                 add missing include
10989
10990 2005-07-19 [colin]      1.9.12cvs81
10991
10992         * src/summaryview.c
10993                 Fix slow thread rebuilding in particular
10994                 cases
10995
10996 2005-07-19 [paul]       1.9.12cvs80
10997
10998         * sylpheed-claws.desktop
10999                 fix typo, spotted by Stephan Sachse
11000         * src/account.c
11001                 replace GTK_STOCK_ADD with
11002                 GTK_STOCK_NEW button
11003
11004 2005-07-18 [colin]      1.9.12cvs79
11005
11006         * src/etpan/imap-thread.c
11007                 Fix return value (Thanks Hoa)
11008
11009 2005-07-18 [colin]      1.9.12cvs78
11010
11011         * src/imap.c
11012                 Allow empty passwords
11013                 Create drafts/queue/outbox if necessary
11014         * src/summaryview.c
11015                 Remove old code
11016         * src/etpan/imap-thread.c
11017                 Fix STARTTLS (Thanks to Hoa)
11018
11019 2005-07-18 [paul]       1.9.12cvs77
11020
11021         * ChangeLog-gtk2.jp
11022         * ChangeLog.jp
11023                 removed
11024         * Makefile.am
11025                 updated to reflect additions and removals
11026         * TODO
11027                 updated to be claws-specific
11028         * TODO-gtk2
11029         * TODO-gtk2.jp
11030         * TODO.jp
11031         * sylpheed-128x128.png
11032         * sylpheed-64x64.png
11033                 removed
11034         * sylpheed-claws-128x128.png
11035         * sylpheed-claws-64x64.png
11036         * sylpheed-claws.desktop
11037         * sylpheed-claws.png
11038                 added
11039         * sylpheed.desktop
11040         * sylpheed.png
11041                 removed
11042
11043 2005-07-17 [paul]       1.9.12cvs76
11044
11045         * src/account.c
11046         * src/addressbook.c
11047         * src/alertpanel.c
11048         * src/alertpanel.h
11049         * src/compose.c
11050         * src/exphtmldlg.c
11051         * src/expldifdlg.c
11052         * src/folderview.c
11053         * src/imap_gtk.c
11054         * src/inc.c
11055         * src/message_search.c
11056         * src/messageview.c
11057         * src/mh_gtk.c
11058         * src/news_gtk.c
11059         * src/prefs_actions.c
11060         * src/prefs_filtering.c
11061         * src/prefs_matcher.c
11062         * src/prefs_template.c
11063         * src/prefs_themes.c
11064         * src/ssl_manager.c
11065         * src/summary_search.c
11066         * src/textview.c
11067         * src/toolbar.c
11068         * src/gtk/sslcertwindow.c
11069         * src/plugins/pgpcore/sgpgme.c
11070                 rework alertpanels
11071
11072 2005-07-17 [colin]      1.9.12cvs75
11073
11074         * src/privacy.c
11075                 add a PrivacySystem accessor that checks that
11076                 the system cached in a MimeInfo's privacydata
11077                 is still registered. Use this accessor instead
11078                 of directly using data->system. Fixes crashes
11079                 after unloading pgp plugins.
11080
11081 2005-07-17 [colin]      1.9.12cvs74
11082
11083         * src/alertpanel.c
11084                 Change geometry hints to a simple default size.
11085                 Fixes the certs dialogs.
11086
11087 2005-07-17 [colin]      1.9.12cvs73
11088
11089         * src/gtk/sslcertwindow.c
11090                 Use a gtkExpander
11091
11092 2005-07-17 [colin]      1.9.12cvs72
11093
11094         * src/plugins/pgpcore/Makefile.am
11095         * src/plugins/pgpmime/Makefile.am
11096                 Add gpgme libs
11097
11098 2005-07-17 [paul]       1.9.12cvs71
11099
11100         * configure.ac
11101                 add --disable-gnomeprint option
11102                 modified version of patch by Marius Mauch
11103
11104 2005-07-17 [paul]       1.9.12cvs70
11105
11106         * src/common/defs.h
11107                 update urls
11108         * src/account.c
11109         * src/action.c
11110         * src/addressbook.c
11111         * src/compose.c
11112         * src/foldersel.c
11113         * src/folderview.c
11114         * src/html.c
11115         * src/imap_gtk.c
11116         * src/main.c
11117         * src/mainwindow.c
11118         * src/messageview.c
11119         * src/mh_gtk.c
11120         * src/mimeview.c
11121         * src/news_gtk.c
11122         * src/prefs_account.c
11123         * src/prefs_send.c
11124         * src/prefs_summaries.c
11125         * src/procmsg.c
11126         * src/summaryview.c
11127         * src/common/utils.c
11128         * src/common/xml.c
11129         * src/plugins/pgpcore/passphrase.c
11130         * src/plugins/pgpcore/select-keys.c
11131                 replace inappropriately used backticks
11132                 with single quotes
11133
11134 2005-07-16 [colin]      1.9.12cvs69
11135
11136         * src/image_viewer.c
11137                 Add extra paranoid checks
11138
11139 2005-07-16 [colin]      1.9.12cvs68
11140
11141         * src/plugins/pgpcore/prefs_gpg.c
11142                 Don't auto-check sigs by default, as it
11143                 can be really slow.
11144
11145 2005-07-16 [colin]      1.9.12cvs67
11146
11147         * src/plugins/pgpcore/sgpgme.c
11148                 Make messages a bit better.
11149
11150 2005-07-16 [colin]      1.9.12cvs66
11151
11152         * src/imap.c
11153                 Remove pseudo-log
11154         * src/etpan/imap-thread.c
11155                 Add real log
11156
11157 2005-07-16 [colin]      1.9.12cvs65
11158
11159         * src/main.c
11160         * src/prefs_other.c
11161                 And now, fix build with libetpan :-/
11162
11163 2005-07-15 [colin]      1.9.12cvs64
11164
11165         * src/prefs_other.c
11166                 Continue fixing build without libetpan.
11167
11168 2005-07-15 [colin]      1.9.12cvs63
11169
11170         * src/main.c
11171                 Fix build with --disable-libetpan
11172
11173 2005-07-15 [colin]      1.9.12cvs62
11174
11175         * configure.ac
11176                 Bump libetpan's version
11177
11178 2005-07-15 [colin]      1.9.12cvs61
11179
11180         * src/etpan/imap-thread.c
11181                 Actually stop logging :)
11182
11183 2005-07-15 [colin]      1.9.12cvs60
11184
11185         * src/addressbook.c
11186                 Fix dnd of multiple addresses.
11187
11188 2005-07-15 [hoa]        1.9.12cvs59
11189
11190         * src/etpan/imap-thread.c
11191             disable login of IMAP password in libetpan log file.
11192
11193 2005-07-15 [paul]       1.9.12cvs58
11194
11195         * src/account.c
11196                 don't automatically sort
11197                 do allow drag n drop
11198
11199 2005-07-15 [paul]       1.9.12cvs57
11200
11201         * src/account.c
11202         * src/ssl_manager.c
11203                 alphabetical listing
11204
11205 2005-07-15 [paul]       1.9.12cvs56
11206
11207         * src/gtk/pluginwindow.c
11208                 sort plugin list alphabetically
11209
11210 2005-07-15 [paul]       1.9.12cvs55
11211
11212         * src/prefs_spelling.c
11213         * src/prefs_wrapping.c
11214                 unify English usage
11215
11216 2005-07-15 [colin]      1.9.12cvs54
11217
11218         * src/wizard.c
11219                 Typo fix
11220
11221 2005-07-15 [paul]       1.9.12cvs53
11222
11223         * src/prefs_message.c
11224                 make 'show cursor' a hidden option
11225
11226 2005-07-14 [colin]      1.9.12cvs52
11227
11228         * src/plugins/spamassassin/Makefile.am
11229         * src/plugins/clamav/Makefile.am
11230                 Fix double EXTRA_DISTs
11231
11232 2005-07-14 [colin]      1.9.12cvs51
11233
11234         * src/plugins/clamav/Makefile.am
11235         * src/plugins/clamav/clamav_plugin_gtk.deps
11236         * src/plugins/spamassassin/Makefile.am
11237         * src/plugins/spamassassin/spamassassin_gtk.deps
11238                 Make $plugin_gtk depend on $plugin
11239
11240 2005-07-14 [hoa]        1.9.12cvs50
11241
11242         * src/etpan/imap-thread.c
11243                 enable debug log of libetpan when running with --debug
11244
11245 2005-07-14 [colin]      1.9.12cvs49
11246
11247         * configure.ac
11248         * src/common/Makefile.am
11249         * src/common/plugin.c
11250         * src/common/plugin.h
11251                 Add a little plugin dependancy system.
11252                 Plugins can ship a $plugin_name.deps file
11253                 (near them in PLUGINDIR) so that their
11254                 dependancies are loaded if possible.
11255         * src/plugins/Makefile.am
11256         * src/plugins/pgpcore/Makefile.am
11257         * src/plugins/pgpcore/passphrase.c
11258         * src/plugins/pgpcore/passphrase.h
11259         * src/plugins/pgpcore/plugin.c
11260         * src/plugins/pgpcore/prefs_gpg.c
11261         * src/plugins/pgpcore/prefs_gpg.h
11262         * src/plugins/pgpcore/select-keys.c
11263         * src/plugins/pgpcore/select-keys.h
11264         * src/plugins/pgpcore/sgpgme.c
11265         * src/plugins/pgpcore/sgpgme.h
11266                 Introduce pgpcore, used by pgpmime and
11267                 pgpinline
11268         * src/plugins/pgpmime/Makefile.am
11269         * src/plugins/pgpmime/passphrase.c
11270         * src/plugins/pgpmime/passphrase.h
11271         * src/plugins/pgpmime/pgpmime.c
11272         * src/plugins/pgpmime/pgpmime.deps
11273         * src/plugins/pgpmime/plugin.c
11274         * src/plugins/pgpmime/prefs_gpg.c
11275         * src/plugins/pgpmime/prefs_gpg.h
11276         * src/plugins/pgpmime/select-keys.c
11277         * src/plugins/pgpmime/select-keys.h
11278         * src/plugins/pgpmime/sgpgme.c
11279         * src/plugins/pgpmime/sgpgme.h
11280                 Remove the core from pgpmime and add the
11281                 dependancy to pgpcore.
11282
11283 2005-07-14 [paul]       1.9.12cvs48
11284
11285         * src/stock_pixmap.c
11286                 forgot this in last commit
11287
11288 2005-07-14 [paul]       1.9.12cvs47
11289
11290         * src/account.c
11291         * src/addressbook.c
11292                 add accelerators for the buttons (sync with main)
11293         * src/compose.c
11294         * src/compose.h
11295                 add accelerators for the buttons.
11296                 fix editing with external editor.
11297                 replace gdk_input_*() with GIOChannel;
11298                 (sync with main)
11299         * src/foldersel.c
11300                 display folder names with new/unread
11301                 representation (sync with main)
11302         * src/main.c
11303                 specify default window icon (sync with main)
11304         * src/prefs_common.c
11305                 use_addr_book default to FALSE
11306         * src/summaryview.c
11307         * src/textview.c
11308                 add accelerators for the buttons (sync with main)
11309         * src/gtk/menu.c
11310                 fix typos
11311         * src/pixmaps/sylpheed_icon.xpm
11312                 updated
11313
11314 2005-07-13 [paul]       1.9.12cvs46
11315
11316         * src/plugins/pgpmime/pgpmime.c
11317         * src/plugins/pgpmime/sgpgme.c
11318                 (temporarily) use deprecated gpgme_data_rewind()
11319                 while largefile support is not present
11320                 (as suggested by Colin)
11321
11322 2005-07-13 [paul]       1.9.12cvs45
11323
11324         * configure.ac
11325                 remove large file support (for now):
11326                 it breaks too many things
11327
11328 2005-07-13 [paul]       1.9.12cvs44
11329
11330         * configure.ac
11331                 add large file support
11332         * src/html.c
11333                 fix bug #763 where href attribute was not
11334                 the very first attribute of a link
11335                 patch by Thomas Gilgin
11336
11337 2005-07-13 [colin]      1.9.12cvs43
11338
11339         * src/gtk/pluginwindow.c
11340                 Little portability fix
11341
11342 2005-07-13 [colin]      1.9.12cvs42
11343
11344         * src/plugins/pgpmime/sgpgme.c
11345                 Fix crasher.
11346
11347 2005-07-13 [colin]      1.9.12cvs41
11348
11349         * src/plugins/pgpmime/pgpmime.c
11350         * src/plugins/pgpmime/sgpgme.c
11351                 Use gpgme_data_release_and_get_mem instead
11352                 of gpgme_data_read.
11353
11354 2005-07-13 [colin]      1.9.12cvs40
11355
11356         * configure.ac
11357         * src/plugins/pgpmime/passphrase.c
11358         * src/plugins/pgpmime/passphrase.h
11359         * src/plugins/pgpmime/pgpmime.c
11360         * src/plugins/pgpmime/plugin.c
11361         * src/plugins/pgpmime/select-keys.c
11362         * src/plugins/pgpmime/select-keys.h
11363         * src/plugins/pgpmime/sgpgme.c
11364         * src/plugins/pgpmime/sgpgme.h
11365                 Port pgpmime to gpgme-1.0.
11366
11367 2005-07-12 [paul]       1.9.12cvs39
11368
11369         * AUTHORS
11370         * src/toolbar.c
11371         * src/toolbar.h
11372                 add a 'Go to Prev' button to the toolbar.
11373                 correct tooltip text of go to buttons.
11374                 based on patch by Yang Guilong <bamanzi@gmail.com>
11375
11376 2005-07-12 [colin]      1.9.12cvs38
11377
11378         * src/statusbar.c
11379                 Fix progress bar showing stuff at startup.
11380
11381 2005-07-12 [paul]       1.9.12cvs37
11382
11383         * src/editjpilot.c
11384                 fix building with jpilot support
11385
11386 2005-07-11 [colin]      1.9.12cvs36
11387
11388         * src/inc.c
11389                 Add visual indication that filtering is running
11390         * src/textview.c
11391                 Make {}[] uri delimiters
11392         * src/summaryview.c
11393                 Remove useless (and slow) calls
11394
11395 2005-07-11 [paul]       1.9.12cvs35
11396
11397         * src/plugins/clamav/clamav_plugin_gtk.c
11398         * src/plugins/dillo_viewer/dillo_prefs.c
11399         * src/plugins/pgpmime/prefs_gpg.c
11400         * src/plugins/spamassassin/spamassassin_gtk.c
11401                 gather plugins prefs together under their
11402                 own 'Plugins' heading
11403
11404 2005-07-11 [paul]       1.9.12cvs34
11405
11406         sync with main
11407
11408         * src/account.c
11409                 account_delete(): modified alert dialog
11410         * src/editjpilot.c
11411         * src/editvcard.c
11412                 fixed a crash when cancelling file selection
11413                 dialog by Escape key. Made non-ascii filename
11414                 selectable.
11415         * src/prefs_template.c
11416                 prefs_template_window_create(): make scrolled
11417                 window policy AUTOMATIC
11418
11419 2005-07-10 [hoa]        1.9.12cvs33
11420
11421         * src/etpan/imap-thread.c
11422                 workaround for old Courier IMAP servers.
11423
11424 2005-07-10 [colin]      1.9.12cvs32
11425
11426         * src/folder.c
11427         * src/statusbar.c
11428         * src/statusbar.h
11429                 Add visual progress indicator on filtering/processing
11430                 Factorize the progress bar code
11431         * src/imap.c
11432         * src/imap.h
11433         * src/etpan/imap-thread.c
11434                 Add a reference counter to avoid destroying the Folder
11435                 while it's in use by another callback.
11436
11437 2005-07-09 [hoa]        1.9.12cvs31
11438
11439         * src/imap.c
11440         * src/etpan/imap-thread.c
11441                 fixed deadlock when removing IMAP account.
11442
11443 2005-07-08 [colin]      1.9.12cvs30
11444
11445         * src/textview.c
11446         * src/unmime.c
11447                 Fix again problems decoding broken headers
11448         * src/gtk/inputdialog.c
11449                 Fix local variable shadowing a global one
11450
11451 2005-07-08 [colin]      1.9.12cvs29
11452
11453         * src/msgcache.c
11454                 Make the cache/mark files platform-agnostic by writing
11455                 them in little-endian format. Reading them is also done
11456                 in little-endian format, of course; however, in order
11457                 to avoid trashing mark data on big-endian machines, the
11458                 files are, at first, read from the native format if the
11459                 little-endian one doesn't exist. This is easy to deter-
11460                 mine by trying to open a file with a swapped data_ver
11461                 and seeing if it's the wanted version.
11462                 Little-endian using users should see absolutely no
11463                 difference, Big-endian users may get a very little
11464                 performance drop due to byte-swapping.
11465                 Tested on i386 and ppc32. 
11466                 Fixes bug #159 (The index file, in the mailboxes, is 
11467                 hardware depending).
11468
11469                 To have the cache/mark files updated to the new little-
11470                 endian format, "Check for new messages" or even
11471                 "Rebuild folder tree" aren't enough. Files will be
11472                 updated as soon as a folder has been opened/closed.
11473                 To update everything, just select all folders by
11474                 selecting them one by one.
11475
11476 2005-07-07 [colin]      1.9.12cvs28
11477
11478         * src/imap.c
11479                 Remember the folder separator per IMAPFolder
11480                 instead of globally.
11481                 Revive the Session on noop; fixes bug #761
11482                 (mark a bunch of unread messages as read takes 
11483                 forever)
11484
11485 2005-07-07 [darko]      1.9.12cvs27
11486
11487         * src/common/template.c
11488                 Sort templates alphabetically
11489
11490 2005-07-06 [colin]      1.9.12cvs26
11491
11492         * src/imap.c
11493                 Try to use the correct separator in
11494                 most cases. Possibly fixes bug #759
11495                 (only creates the INBOX folder when 
11496                 setting up new IMAP account) and 
11497                 bug #760 (Can't retrieve messages)
11498
11499 2005-07-06 [colin]      1.9.12cvs25
11500
11501         * src/imap.c
11502                 Use real_path in status command. This will
11503                 help later, when namespaces will be used.
11504
11505 2005-07-06 [colin]      1.9.12cvs24
11506
11507         * configure.ac
11508         * src/account.c
11509         * src/folder.c
11510         * src/imap.c
11511         * src/etpan/etpan-log.c
11512         * src/etpan/etpan-thread-manager.c
11513         * src/etpan/imap-thread.c
11514                 Add a --disable-libetpan parameter. With this,
11515                 users that don't want IMAP4 support can avoid
11516                 the new dependancy (and have no IMAP support).
11517                 Users that have IMAP4 accounts and use this
11518                 parameter won't lose their configuration, their
11519                 IMAP accounts will just be invisible and not
11520                 used.
11521         * src/textview.c
11522                 Make the "Copy ..." contextual menu items 
11523                 copy to both the X clipboard and the gtk 
11524                 clipboard - as most other apps do.
11525         * src/gtk/about.c
11526                 Add a notice about OpenSSL usage, in order to
11527                 comply with OpenSSL's license (point 6):
11528                 http://www.openssl.org/source/license.html
11529
11530 2005-07-06 [colin]      1.9.12cvs23
11531
11532         * src/alertpanel.c
11533                 Fix a minimum size for alertpanels
11534         * src/compose.c
11535                 Show 'No space left on device' type errors
11536                 when queuing/sending
11537         * src/imap_gtk.c
11538         * src/mh_gtk.c
11539                 Rework folder's deletion message (remove 
11540                 extra \n)
11541
11542 2005-07-05 [colin]      1.9.12cvs22
11543
11544         * src/imap.c
11545                 Add an alertpanel on auth error
11546                 Add pseudo-log
11547                 Remove pthread-related stuff
11548
11549 2005-07-05 [colin]      1.9.12cvs21
11550
11551         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
11552                 Fix crash on plugin reloading (with a hack)
11553
11554 2005-07-05 [colin]      1.9.12cvs20
11555
11556         * src/prefs_account.c
11557         * src/prefs_account.h
11558                 Fix typo
11559         * src/gtk/filesel.c
11560         * src/gtk/filesel.h
11561                 Add a way to filter the view
11562         * src/gtk/pluginwindow.c
11563                 Filter loadable stuff
11564         * src/plugins/pgpmime/prefs_gpg.c
11565                 Fix missing unregistration
11566         * .cvsignore
11567         * src/etpan/.cvsignore
11568         * src/plugins/spamassassin/.cvsignore
11569                 Add more stuff to cvs ignored files
11570
11571 2005-07-04 [colin]      1.9.12cvs19
11572
11573         * src/imap.c
11574                 Fix scan_required returning FALSE when it
11575                 shouldn't. Maybe fix #760 (Can't retrieve
11576                 messages)
11577
11578 2005-07-04 [colin]      1.9.12cvs18
11579
11580         * src/summaryview.c
11581                 Fix always_show_msg pref
11582
11583 2005-07-04 [paul]       1.9.12cvs17
11584
11585         sync with main (forgotten in last commit)
11586         
11587         * src/common/utils.c
11588         * src/common/utils.h
11589                 check_line_length(): new.
11590                 is_dir_exist()
11591                 is_file_entry_exist()
11592                 dirent_is_regular_file()
11593                 dirent_is_directory(): use g_file_test() instead of stat().
11594
11595 2005-07-04 [paul]       1.9.12cvs16
11596
11597         sync with main:
11598
11599         * src/compose.c
11600                 compose_write_to_file(): check for line
11601                 length limit and display warning if exceeds
11602         * src/jpilot.c
11603                 use get_home_dir() instead of g_get_home_dir()
11604         * src/procheader.c
11605                 removed warning about invalid date
11606         * src/vcard.c
11607                 use get_home_dir() instead of g_get_home_dir()
11608
11609 2005-07-04 [paul]       1.9.12cvs15
11610
11611         * src/stock_pixmap.c
11612                 fix new pixmap naming errors
11613                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
11614
11615 2005-07-04 [colin]      1.9.12cvs14
11616
11617         * src/imap.c
11618                 Fix debugging string with a warning
11619
11620 2005-07-04 [colin]      1.9.12cvs13
11621
11622         * configure.ac
11623                 Add a check for libetpan's version (>= 0.37)
11624
11625 2005-07-04 [hoa]        1.9.12cvs12
11626
11627         * commitHelper
11628         * src/imap.c
11629         * src/etpan/imap-thread.c
11630         * src/etpan/imap-thread.h
11631                 fixed IMAP implementation of check of mails.
11632
11633 2005-07-03 [hoa]        1.9.12cvs11
11634
11635         * src/etpan/Makefile.am
11636         * src/etpan/etpan-errors.h
11637         * src/etpan/etpan-log.[ch]
11638         * src/etpan/etpan-thread-manager-types.h
11639         * src/etpan/etpan-thread-manager.[ch]
11640         * src/etpan/imap-thread.[ch]
11641         * src/Makefile.am
11642         * src/imap.c
11643         * src/main.c
11644         * src/prefs_other.c
11645         * configure.ac
11646             merged imap branch.
11647             dependency on libetpan 0.37 is now added.
11648
11649 2005-07-01 [colin]      1.9.12cvs10
11650
11651         * src/Makefile.am
11652         * src/folder.c
11653         * src/folder.h
11654         * src/folderview.c
11655         * src/stock_pixmap.c
11656         * src/stock_pixmap.h
11657         * src/plugins/trayicon/trayicon.c
11658                 Add marked symbol on folders containing
11659                 marked messages
11660         * src/procmsg.c
11661         * src/procmsg.h
11662         * src/toolbar.c
11663         * src/prefs_common.c
11664         * src/prefs_common.h
11665         * src/prefs_send.c
11666                 Add an optional confirmation dialog on queue
11667                 sending. Patch by wwp.
11668         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
11669         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
11670         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
11671         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
11672         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
11673         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
11674         * src/pixmaps/inbox_mark.xpm            ** ADDED **
11675         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
11676         * src/pixmaps/outbox_mark.xpm           ** ADDED **
11677         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
11678         * src/pixmaps/trash_mark.xpm            ** ADDED **
11679                 New pixmaps
11680
11681 2005-07-01 [colin]      1.9.12cvs9
11682
11683         * src/summaryview.c
11684                 Fix a little threading bug
11685         * src/addrgather.c
11686         * src/mainwindow.c
11687                 A little bit of HIG normality never hurts
11688
11689 2005-07-01 [colin]      1.9.12cvs8
11690
11691         * src/compose.c
11692         * src/msgcache.c
11693         * src/pop.c
11694         * src/procmime.c
11695         * src/recv.c
11696         * src/common/log.c
11697         * src/common/template.c
11698         * src/common/utils.c
11699         * src/common/utils.h
11700                 Reverted the fwrite_atomic stuff. In fact
11701                 it is already atomic.
11702
11703 2005-06-30 [colin]      1.9.12cvs7
11704
11705         * src/common/utils.c
11706         * src/common/utils.h
11707                 Add an fwrite_atomic() function to make
11708                 sure we write everything: fwrite can make
11709                 short writes.
11710         * src/compose.c
11711         * src/msgcache.c
11712         * src/pop.c
11713         * src/procmime.c
11714         * src/recv.c
11715         * src/common/log.c
11716         * src/common/template.c
11717                 Use that (and fix swapping of size and nmemb).
11718                 Thanks to Rich Coe for the heads up.
11719
11720 2005-06-30 [colin]      1.9.12cvs6
11721
11722         * src/addressbook.c
11723                 Optimize addressbook opening 
11724
11725 2005-06-30 [colin]      1.9.12cvs5
11726
11727         * src/summaryview.c
11728                 Remove calls to summary_step after move/copy
11729
11730 2005-06-28 [paul]       1.9.12cvs4
11731
11732         * src/alertpanel.c
11733                 wrap and make the error msg selectable
11734
11735 2005-06-28 [paul]       1.9.12cvs3
11736
11737         * src/ssl_manager.c
11738                 replace the OK button with a Close button
11739         * src/gtk/foldersort.c
11740                 use GTK_STOCK_ icons/buttons
11741
11742 2005-06-28 [colin]      1.9.12cvs2
11743
11744         * src/gedit-print.c             ** ADDED **
11745         * src/gedit-print.h             ** ADDED **
11746         * src/gtk/gtksourceprintjob.c   ** ADDED **
11747         * src/gtk/gtksourceprintjob.h   ** ADDED **
11748                 I can't believe no one had enough time to tell
11749                 me I forgot the `cvs add`
11750
11751 2005-06-27 [colin]      1.9.12cvs1
11752
11753         * src/Makefile.am
11754         * src/gtk/Makefile.am
11755         * src/messageview.c
11756         * src/procmsg.c
11757         * src/summaryview.c
11758         * configure.ac
11759                 Add optional libgnomeprint-based printing
11760         * src/mainwindow.c
11761         * src/gtk/quicksearch.c
11762                 Add an Edit/Quick search menu item to show
11763                 and focus the quicksearch
11764
11765 2005-06-27 [paul]       1.9.12
11766
11767         1.9.12 release
11768
11769         * po/ca.po
11770         * po/de.po
11771         * po/es.po
11772         * po/fr.po
11773         * po/it.po
11774         * po/ko.po
11775         * po/pt_BR.po
11776         * po/sk.po
11777         * po/zh_CN.po
11778                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
11779                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
11780                 SungHyun Nam, Frederico Goncalves Guimaraes,
11781                 Andrej Kacian, and Yang Guilong
11782 2005-06-26 [colin]      1.9.11cvs106
11783
11784         * src/imap_gtk.c
11785                 Forgot one file for previous fix
11786
11787 2005-06-26 [colin]      1.9.11cvs105
11788
11789         * src/folder.c
11790         * src/imap.c
11791                 Fix problems with folder operations in no_select
11792                 imap folders. it applies only to mails, and 
11793                 creation/deletion/move/renaming of folders 
11794                 should be possible
11795
11796 2005-06-26 [paul]       1.9.11cvs104
11797
11798         * src/prefs_filtering.c
11799                 replace one more GTK_STOCK_REMOVE
11800                 with GTK_STOCK_DELETE
11801
11802 2005-06-25 [colin]      1.9.11cvs103
11803
11804         * src/imap.c
11805                 Optimize get_seq_set_from_seq_list
11806                 (Patch by Ricardo) 
11807
11808 2005-06-25 [colin]      1.9.11cvs102
11809
11810         * src/mh.c
11811                 If the directory exists, but not in the
11812                 correct encoding, rename it. This should
11813                 handle old-versions-induced bugs.
11814
11815 2005-06-25 [colin]      1.9.11cvs101
11816
11817         * src/mh.c
11818                 Fix path access with extended dir names
11819                 Fixes bug #589 (SC segfaults with wrong locale
11820                 settings)
11821
11822 2005-06-25 [colin]      1.9.11cvs100
11823
11824         * src/prefs_account.c
11825         * src/prefs_account.h
11826         * src/compose.c
11827                 Add an option to encrypt replies to
11828                 encrypted messages
11829
11830 2005-06-25 [colin]      1.9.11cvs99
11831
11832         * src/compose.c
11833         * src/quote_fmt_parse.y
11834                 ... And make it work with pgpinline.
11835
11836 2005-06-25 [colin]      1.9.11cvs98
11837
11838         * src/compose.c
11839         * src/procmime.c
11840         * src/procmime.h
11841         * src/quote_fmt_parse.y
11842                 o Make reedition of encrypted messages possible
11843                   (as long as it is encrypted to self too, no
11844                    magic there)
11845                 o Make replying with quote (and without selecting
11846                   text) possible for encrypted messages.
11847                 Closes bug #550 (Not possible to "reply with quote"
11848                 to gnupg encrypted messages)
11849
11850 2005-06-24 [paul]       1.9.11cvs97
11851
11852         * src/imap.c
11853                 add missing include
11854
11855 2005-06-24 [paul]       1.9.11cvs96
11856
11857         * src/editldap.c
11858                 made bind password entry invisible
11859                 (sync with main)
11860         * src/send_message.c
11861                 send_message_local(): check exit status
11862                 to detect errors (sync with main)
11863         * src/textview.c
11864                 use main's less ambiguous popup menu
11865                 wording
11866
11867 2005-06-24 [paul]       1.9.11cvs95
11868
11869         * src/prefs_actions.c
11870         * src/prefs_customheader.c
11871         * src/prefs_display_header.c
11872         * src/prefs_filtering_action.c
11873         * src/prefs_matcher.c
11874         * src/prefs_template.c
11875         * src/prefs_toolbar.c
11876                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
11877         * src/gtk/description_window.c
11878                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
11879
11880 2005-06-23 [colin]      1.9.11cvs94
11881
11882         * src/summaryview.c
11883                 Fix rough edges (be sure to call status_show whenever
11884                 necessary).
11885
11886 2005-06-23 [colin]      1.9.11cvs93
11887
11888         * src/summaryview.c
11889                 Optimize Select All
11890                 Before, in a 5K mails folder: 11s
11891                 After, in the same folder: 58000µs
11892                 The joys of locking... gtk_clist_select_all() fires a 
11893                 tree-select-row event for each selected row, which in 
11894                 summaryview, callbacks summary_selected which in turn,
11895                 calls summary_status_show, which walks the selected
11896                 rows. Hence, calling gtk_clist_select_all was 
11897                 exponential. Locking the summaryview makes 
11898                 summary_selected return early.
11899
11900 2005-06-23 [colin]      1.9.11cvs92
11901
11902         * src/imap.c
11903                 Move mutex at the important place to avoid
11904                 deadlocks
11905         * src/summaryview.c
11906                 Fix Del key deleting directly instead of
11907                 moving to trash
11908
11909 2005-06-22 [colin]      1.9.11cvs91
11910
11911         * src/plugins/spamassassin/libspamc.c
11912                 As we do spagetti code with assignations in multiple
11913                 places (see _message_read_raw where out = msg = raw),
11914                 let's be sure we don't free the same pointer twice.
11915                 Should fix bug #683 (Crash in libpam at 
11916                 message_cleanup).
11917
11918 2005-06-22 [colin]      1.9.11cvs90
11919
11920         * src/compose.c
11921         * src/messageview.c
11922         * src/toolbar.c
11923                 Make toolbar's delete use the move to trash stuff;
11924                 Add gtk_widget_realize to be sure pixmaps can get
11925                 created (that may fix an old worksforme bug which
11926                 I can't find back...)
11927
11928 2005-06-22 [colin]      1.9.11cvs89
11929
11930         * src/summaryview.c
11931         * src/summaryview.h
11932         * src/mainwindow.c
11933                 Rename "Message/Delete" to "Message/Move to trash"
11934                 Add "Message/Delete..." that directly destroys the
11935                 selected messages after asking for a confirmation.
11936
11937 2005-06-22 [colin]      1.9.11cvs88
11938
11939         * src/imap.c
11940                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
11941                 o Fix a deadlock (thanks Darko)
11942
11943 2005-06-22 [colin]      1.9.11cvs87
11944
11945         * src/gtk/foldersort.c
11946                 Add missing include for the i18n;
11947                 patch by Fabien Vantard
11948
11949 2005-06-21 [colin]      1.9.11cvs86
11950
11951         * src/folder.c
11952         * src/folderview.c
11953                 Respect the no_select flag
11954         * src/imap.c
11955                 Fix recursive deletion
11956         * src/imap_gtk.c
11957         * src/mh_gtk.c
11958                 Make the folder deletion's warning
11959                 more explicit
11960
11961 2005-06-21 [colin]      1.9.11cvs85
11962
11963         * src/textview.c
11964                 Prevent email addresses from spanning accross
11965                 lines - fixes bug # 646 (newline-chars in 
11966                 email addresses)
11967
11968 2005-06-20 [colin]      1.9.11cvs84
11969
11970         * src/folder.c
11971                 Be sure not to remove source if copy failed
11972
11973 2005-06-20 [colin]      1.9.11cvs83
11974
11975         * src/folderview.c
11976         * src/imap_gtk.c
11977                 remove summaryview's lock
11978         * src/imap.c
11979                 introduce threads to avoid problems when foreground tasks
11980                 interfere with background tasks
11981         * src/mh.c
11982                 prevent moving to drafts/queue
11983         * src/mimeview.c
11984                 fix leak
11985
11986 2005-06-19 [colin]      1.9.11cvs82
11987
11988         * src/imap_gtk.c
11989                 Remember that the user doesn't want to override
11990                 offline mode, for 3 seconds. It avoid presenting
11991                 him with N popups in a really short time.
11992
11993 2005-06-17 [colin]      1.9.11cvs81
11994
11995         * src/imap.c
11996                 Fix IMAP breaking on folders containing '('
11997                 (Probably won't be enough)
11998
11999 2005-06-17 [colin]      1.9.11cvs80
12000
12001         Forgotten files on 1.9.11cvs79
12002         * src/summaryview.c
12003                 Fix stepping when not immediately executing
12004         * src/imap.c
12005                 Really prevent UID FETCH 0
12006         * src/codeconv.c
12007                 Fix outgoing charset never set to utf-8
12008         * src/mh.c
12009                 Fix leak
12010
12011 2005-06-16 [colin]      1.9.11cvs79
12012
12013         * src/compose.c
12014                 Fix bug #707 (Dash splits rows)
12015                 Only wrap if we're on a line break position and
12016                 the previous one was a "white" (space) char.
12017                 Pango stuff is weird.
12018
12019 2005-06-16 [colin]      1.9.11cvs78
12020
12021         * src/imap_gtk.c
12022                 Lock summaryview while downloading messages
12023                 on user demand
12024         * src/procheader.c
12025         * src/unmime.c
12026         * src/common/utils.c
12027         * src/common/utils.h
12028                 Replace \r and \n with spaces in From and
12029                 Subject headers
12030
12031 2005-06-16 [paul]       1.9.11cvs77
12032
12033         * src/procmime.c
12034                 liberalise the mime parser
12035         * src/gtk/about.c
12036                 add text wrapping
12037
12038 2005-06-16 [paul]       1.9.11cvs76
12039
12040         * src/gtk/about.c
12041                 reworked
12042
12043 2005-06-15 [colin]      1.9.11cvs75
12044
12045         * src/compose.c
12046                 Finish header encoding fix
12047         * src/summaryview.c
12048                 Fix segfault
12049         * src/headerview.c
12050                 Fix compilation (Thanks Stephan
12051                 Sachse)
12052
12053 2005-06-15 [colin]      1.9.11cvs74
12054
12055         * Makefile.am
12056                 Install gnome2 stuff rather than gnome1, 
12057                 if both are present
12058         * src/codeconv.c
12059         * src/codeconv.h
12060         * src/compose.c
12061                 Fix headers encoding
12062         * src/folder.c
12063                 Visual progress when fetching all messages
12064         * src/folderview.c
12065         * src/summaryview.c
12066         * src/summaryview.h
12067                 Prevent changing current message while
12068                 incorporating
12069
12070 2005-06-15 [paul]       1.9.11cvs73
12071
12072         * src/gtk/gtkaspell.c
12073         * src/gtk/gtkaspell.h
12074                 fix build warnings
12075
12076 2005-06-15 [paul]       1.9.11cvs72
12077
12078         * src/prefs_filtering.c
12079                 allow reordering of filter rules by
12080                 drag n drop
12081
12082 2005-06-15 [paul]       1.9.11cvs71
12083
12084         * COPYING
12085                 updated
12086         * src/codeconv.c
12087                 replace deprecated function
12088         * src/inc.c
12089         * src/send_message.c
12090         * src/gtk/progressdialog.c
12091         * src/gtk/progressdialog.h
12092                 salvage and reuse parts of reverted sync
12093
12094 2005-06-15 [paul]       1.9.11cvs70
12095
12096         * src/inc.c
12097         * src/send_message.c
12098         * src/gtk/progressdialog.c
12099         * src/gtk/progressdialog.h
12100                 revert yesterday's sync with main
12101                 it contains deprecated functions
12102
12103 2005-06-15 [colin]      1.9.11cvs69
12104
12105         * src/headerview.c
12106                 Fix bug #670 (multi user to: will corrupt message 
12107                 headers display)
12108
12109 2005-06-15 [colin]      1.9.11cvs68
12110
12111         * src/compose.c
12112                 Fix bug #421 (Fix undo on wrapping)
12113
12114 2005-06-15 [colin]      1.9.11cvs67
12115
12116         * src/folder.c
12117                 Provide visual feedback while processing
12118                 folder's rules.
12119         * src/imap.c
12120                 Provide visual feedback while getting
12121                 short headers (for uncached messages)
12122
12123
12124 2005-06-14 [paul]       1.9.11cvs66
12125
12126         * src/account.c
12127                 change a couple stock icons
12128         * src/inc.c
12129         * src/send_message.c
12130         * src/gtk/progressdialog.c
12131         * src/gtk/progressdialog.h
12132                 sync main's GtkTreeView implementation
12133
12134 2005-06-14 [colin]      1.9.11cvs65
12135
12136         * src/imap.c
12137                 Various little fixes, mainly on error paths
12138
12139 2005-06-13 [colin]      1.9.11cvs64
12140
12141         * matcher.c
12142         * procmsg.c
12143         * procmsg.h
12144                 Add a way to fetch only headers. This speeds
12145                 up filtering on headers for IMAP. Fixes:
12146                 bug #481 extraneous imap commands slow down 
12147                         imap filtering
12148                 bug #522 Sylpheed downloads all messages 
12149                         when opening mailbox (IMAP)
12150                 bug #677 IMAP fetch is soooooooooooooo slow
12151         * src/folder.c
12152         * src/folder.h
12153                 Add a folder set_batch method so that
12154                 implementations can speed up flags changes
12155         * src/folderutils.c
12156         * src/summaryview.c
12157                 Use that in mark as (un)read and mark all read
12158                 Refix bug #679
12159         * src/imap.c
12160                 Implement set_batch - brings back deferred
12161                 flags in a less buggy manner. Fixes:
12162                 bug #729 IMAP immediate expunge of deleted messages
12163                 bug #191 remove list of messages with one command
12164                 Fix login with strange chars
12165                 Implement fetch_msg_full
12166                 Fix copy (wrong counts)
12167
12168 2005-06-12 [colin]      1.9.11cvs63
12169
12170         * src/folder.c
12171                 lock incorporation during long operations.
12172                 Avoids fucking up the IMAP socket.
12173
12174 2005-06-12 [colin]      1.9.11cvs62
12175
12176         * src/imap.c
12177                 Fix harmful typo
12178                 Factorize remove_all_msg
12179                 Thread-ize expunge
12180         * src/summaryview.c
12181                 Don't update partial-download status if unnecessary
12182         * src/folder.c
12183                 Use remove_msgs everywhere possible
12184
12185 2005-06-12 [colin]      1.9.11cvs61
12186
12187         * src/folder.c
12188         * src/folder.h
12189                 Add a remove_msgs function to remove a 
12190                 list of messages
12191         * src/imap.c
12192                 Implement that.
12193
12194 2005-06-12 [colin]      1.9.11cvs60
12195
12196         * src/imap.c
12197                 Remove flags-processing deferring... Too hard
12198                 to get it to work in all cases.
12199
12200 2005-06-11 [colin]      1.9.11cvs59
12201
12202         * src/imap.c
12203                 printf -> debug_print
12204
12205 2005-06-11 [colin]      1.9.11cvs58
12206
12207         * src/imap.c
12208                 o Fix build without USE_PTHREAD
12209                 o Factorize imap_open
12210                 o Alertpanel in case of impossible connection
12211                 o Alertpanel in case of impossible login
12212                 o Fix deferred flags processing to force a 
12213                   flush before adding some more flags to process,
12214                   but in another folder.
12215
12216 2005-06-10 [colin]      1.9.11cvs57
12217
12218         * src/imap.c
12219                 o Fix a format string error
12220                 o init ssl socket outside of the thread 
12221                   (it possibly invokes gtk calls)
12222         * src/procmime.c
12223                 o Put back the buffer to its necessary size
12224                 o Fix changing a file pointer without keeping
12225                   track of it (thanks Valgrind)
12226         * src/common/smtp.c
12227                 o Fix automatic STARTTLS if login should be done
12228                   and the server only allows it after starting TLS
12229         * src/gtk/gtkinputdialog.c
12230                 o Eat GDK_Return so that the combo popup doesn't 
12231                   appear when we press Enter to validate the combo
12232                   input dialog (as seen in the Open with... dialog)
12233
12234 2005-06-10 [colin]      1.9.11cvs56
12235
12236         * src/imap.c
12237                 o A bit less debug
12238                 o Fix a crash on deletion
12239                 o Threadize imap_select (it's called outside of 
12240                   threads)
12241                 o Defer treatment of DELETED flags
12242
12243
12244 2005-06-09 [colin]      1.9.11cvs55
12245
12246         * src/imap.c
12247                 Make sure we check imap_gtk_should_override(), which
12248                 potentially calls gtk stuff, before creating thread.
12249                 That way it should't be called via imap_get_session()
12250                 inside a thread.
12251
12252 2005-06-09 [colin]      1.9.11cvs54
12253
12254         * src/imap.c
12255                 o add a bit of status output
12256                 o remove some dead code
12257                 o threadize get_list_of_uids
12258                 o threadize imap_get_flags
12259                 o defer flag changing by 500ms so that they
12260                   can be batched
12261
12262
12263 2005-06-08 [colin]      1.9.11cvs53
12264
12265         * src/imap.c
12266                 Thread-ize imap_cmd_fetch
12267
12268 2005-06-08 [colin]      1.9.11cvs52
12269
12270         * src/main.c
12271                 Mmh, that broke POP3...
12272
12273 2005-06-08 [colin]      1.9.11cvs51
12274
12275         * src/main.c
12276                 Stabilize IMAP patch (thanks to Hoa)
12277
12278 2005-06-08 [colin]      1.9.11cvs50
12279
12280         * src/imap.c
12281                 Test patch to speed up imap. 
12282
12283 2005-06-08 [colin]      1.9.11cvs49
12284
12285         * src/imap_gtk.c
12286                 Warning fix
12287         * src/procmime.c
12288                 Apply patch from gentoo to use /usr/share/mime/globs if 
12289                 available, after un-breaking it
12290         * src/common/log.c
12291         * src/common/log.h
12292                 Use g_timeout for invoking hooks that possibly use gtk
12293                 calls. This should leave gtk calls in the main thread.
12294
12295 2005-06-08 [paul]       1.9.11cvs48
12296
12297         * src/codeconv.c
12298                 conv_get_outgoing_charset_str(): don't
12299                 use prefs_common setting
12300         * src/compose.c
12301         * src/compose.h
12302                 add /Options/Character encoding/... to
12303                 temporarily change the outgoing encoding
12304
12305         (belated sync with main)
12306
12307 2005-06-08 [paul]       1.9.11cvs47
12308
12309         * src/compose.c
12310                 correction to/completion of last
12311                 sync with main
12312
12313 2005-06-08 [paul]       1.9.11cvs46
12314
12315         sync with main:
12316         
12317         * src/codeconv.c
12318         * src/codeconv.h
12319                 always enabled Japanese auto-detection
12320                 if the first letters of locale string
12321                 is "ja"
12322         * src/compose.c
12323                 don't use "destroy" signal to destroy
12324                 Compose object (fix rare crashes on discard?)
12325         * src/mainwindow.c
12326         * src/messageview.c
12327         * src/prefs_send.c
12328                 added Hebrew encodings
12329         * src/sourcewindow.c
12330                 don't use "destroy" signal to destroy
12331                 objects
12332
12333 2005-06-07 [colin]      1.9.11cvs45
12334
12335         * src/summaryview.c
12336                 Add missing unlocks/locks
12337
12338 2005-06-07 [paul]       1.9.11cvs44
12339
12340         * src/summaryview.c
12341                 restore bug #749 fix
12342
12343 2005-06-06 [colin]      1.9.11cvs43
12344
12345         * src/summaryview.c
12346                 Fix selection bug when prefs_common.open_unread 
12347                 is FALSE
12348
12349 2005-06-06 [colin]      1.9.11cvs42
12350
12351         * src/common/md5.c
12352                 Fix a warning
12353         * src/summaryview.c
12354         * src/folderview.c
12355                 Factorize long operations beginning and end
12356                 (locking, freezing/thawing, cursor, ...)
12357                 Check selection->data member in selection-
12358                 related loops; this avoids dying an awful
12359                 death if the selection changes on us while
12360                 we're marking a whole IMAP folder unread, 
12361                 for example.
12362
12363 2005-06-06 [paul]       1.9.11cvs41
12364
12365         * src/textview.c
12366                 don't g_free() a static gchar buffer
12367
12368 2005-06-05 [colin]      1.9.11cvs40
12369
12370         * src/mainwindow.c
12371         * src/messageview.c
12372         * src/summaryview.c
12373                 Fix bug #749 (Show all headers should be
12374                 sticky as the GUI suggests)
12375
12376 2005-06-03 [paul]       1.9.11cvs39
12377
12378         * src/compose.c
12379                 don't allow editing of mail while sending.
12380                 patch by Colin
12381
12382 2005-06-03 [paul]       1.9.11cvs38
12383
12384         * src/folderview.c
12385                 add a freeze/thaw to speed up 'mark all read'
12386
12387 2005-06-03 [paul]       1.9.11cvs37
12388
12389         * src/prefs_message.c
12390                 reflect changes immediately
12391
12392 2005-06-02 [colin]      1.9.11cvs36
12393
12394         * po/POTFILES.in
12395                 Patch by Fabien Vantard.
12396
12397 2005-06-02 [colin]      1.9.11cvs35
12398
12399         * src/imap.c
12400                 Use a non-blocking imap_getline() if possible.
12401                 This should completely prevent the interface
12402                 from freezin on imap operations, although it
12403                 may do strange stuff in case of folder switching
12404                 while a big imap operation is taking place...
12405
12406                 In addition, fix a leak in the case thread
12407                 creation fails on connection.
12408
12409 2005-06-02 [colin]      1.9.11cvs34
12410
12411         * src/crash.c
12412         * src/prefs_common.h
12413                 Fix build (prefs_common_init() doesn't exist
12414                 anymore)
12415
12416 2005-06-02 [colin]      1.9.11cvs33
12417
12418         * src/prefs_account.c
12419                 Fix bug #245 (filtering rules broken when
12420                 renaming a remote account (imap4 or nntp)
12421
12422 2005-06-02 [colin]      1.9.11cvs32
12423
12424         * src/imap.c
12425                 Try to fix IMAP shortcomings: 
12426                 o Multithread imap_open()
12427                 o allow offline-mode overriding instead of
12428                   just returning NULL
12429         * src/imap_gtk.c
12430         * src/imap_gtk.h
12431                 Add a function to ask whether we want to
12432                 override offline-mode for 10 minutes (one-shot
12433                 asking was painful)
12434         * src/procheader.c
12435                 Fix segfault when imap parser isn't happy about
12436                 a missing {
12437
12438 2005-06-01 [colin]      1.9.11cvs31
12439
12440         * src/addrharvest.c
12441         * src/compose.c
12442         * src/mbox.c
12443         * src/mbox.h
12444         * src/mh.c
12445         * src/msgcache.c
12446         * src/send_message.c
12447         * src/setup.c
12448         * src/undo.c
12449         * src/common/hooks.c
12450         * src/common/prefs.c
12451         * src/common/template.c
12452         * src/common/utils.c
12453         * src/gtk/gtkutils.c
12454         * src/gtk/inputdialog.c
12455         * src/gtk/menu.c
12456         * src/gtk/pluginwindow.c
12457         * src/gtk/prefswindow.c
12458         * src/plugins/pgpmime/passphrase.c
12459         * src/plugins/pgpmime/prefs_gpg.c
12460                 More -Wall fixes
12461
12462         * src/common/Makefile.am
12463         * src/common/timing.h
12464                 Add basic timing code
12465
12466         * src/summaryview.c
12467                 Fix a bug with unread messages when 
12468                 re-sorting folders, and by the way
12469                 fix a big performance hit when 
12470                 re-sorting (10k mails: before 5s,
12471                 after .5s)
12472
12473         * src/prefs_compose_writing.c
12474         * src/prefs_compose_writing.h
12475         * src/prefs_message.c
12476         * src/prefs_message.h
12477         * src/prefs_other.c
12478         * src/prefs_other.h
12479         * src/prefs_quote.c
12480         * src/prefs_quote.h
12481         * src/prefs_receive.c
12482         * src/prefs_receive.h
12483         * src/prefs_send.c
12484         * src/prefs_send.h
12485         * src/prefs_summaries.c
12486         * src/prefs_summaries.h
12487                 Fix copyright banner
12488
12489 2005-06-01 [paul]       1.9.11cvs30
12490
12491         * po/fi.po
12492                 updated by Flammie Pirinen
12493         * src/procmime.c
12494                 fix 'Bad BASE64 content' output
12495
12496 2005-05-31 [colin]      1.9.11cvs29
12497
12498         * src/procmime.c
12499                 Oops, where did my hunk go.
12500
12501 2005-05-31 [colin]      1.9.11cvs28
12502
12503         * src/Makefile.am
12504         * src/account.c
12505         * src/action.c
12506         * src/addr_compl.c
12507         * src/addressbook.c
12508         * src/codeconv.c
12509         * src/compose.c
12510         * src/export.c
12511         * src/folder.c
12512         * src/folderview.c
12513         * src/image_viewer.c
12514         * src/main.c
12515         * src/mainwindow.c
12516         * src/messageview.c
12517         * src/mimeview.c
12518         * src/msgcache.c
12519         * src/prefs_account.c
12520         * src/prefs_actions.c
12521         * src/prefs_common.c
12522         * src/prefs_compose_writing.c
12523         * src/prefs_customheader.c
12524         * src/prefs_ext_prog.c
12525         * src/prefs_filtering.c
12526         * src/prefs_filtering_action.c
12527         * src/prefs_fonts.c
12528         * src/prefs_image_viewer.c
12529         * src/prefs_message.c
12530         * src/prefs_message.h
12531         * src/prefs_msg_colors.c
12532         * src/prefs_other.c
12533         * src/prefs_other.h
12534         * src/prefs_quote.c
12535         * src/prefs_receive.c
12536         * src/prefs_receive.h
12537         * src/prefs_send.c
12538         * src/prefs_send.h
12539         * src/prefs_spelling.c
12540         * src/prefs_summaries.c
12541         * src/prefs_summary_column.c
12542         * src/prefs_template.c
12543         * src/prefs_themes.c
12544         * src/prefs_toolbar.c
12545         * src/prefs_wrapping.c
12546         * src/procmime.c
12547         * src/procmsg.c
12548         * src/send_message.h
12549         * src/ssl_manager.c
12550         * src/summary_search.c
12551         * src/summaryview.c
12552         * src/textview.c
12553         * src/wizard.c
12554         * src/common/smtp.c
12555         * src/common/smtp.h
12556         * src/gtk/gtkutils.h
12557                 o Move the rest of Common prefs to new style
12558                 o Lots of -Wall warning fixes
12559                 o fix FIXME in cache memusage calculation
12560                 o Let return receipts be sent from any account
12561                 o Little cache optimisation (read)
12562                 o Fix bug #746 (don't treat commas as separators
12563                   when inside a quoted string)
12564
12565 2005-05-31 [paul]       1.9.11cvs27
12566
12567         * src/prefs_common.c
12568                 fix 'off-by-one' typo
12569
12570 2005-05-31 [paul]       1.9.11cvs26
12571
12572         * src/account.c
12573         * src/addr_compl.c
12574         * src/compose.c
12575         * src/foldersel.c
12576         * src/prefs_actions.c
12577         * src/prefs_common.c
12578         * src/prefs_common.h
12579         * src/prefs_customheader.c
12580         * src/prefs_display_header.c
12581         * src/prefs_filtering.c
12582         * src/prefs_filtering_action.c
12583         * src/prefs_matcher.c
12584         * src/prefs_summaries.c
12585         * src/prefs_summary_column.c
12586         * src/prefs_template.c
12587         * src/prefs_toolbar.c
12588         * src/ssl_manager.c
12589         * src/gtk/pluginwindow.c
12590         * src/gtk/prefswindow.c
12591         * src/gtk/progressdialog.c
12592                 add hidden prefs 'enable_rules_hint'
12593                 for gtk_tree_view_set_rules_hint()
12594                 (sync with main)
12595                 
12596
12597 2005-05-31 [colin]      1.9.11cvs25
12598
12599         * src/Makefile.am
12600         * src/main.c
12601         * src/prefs_common.c
12602         * src/prefs_summaries.c ** ADDED **
12603         * src/prefs_summaries.h ** ADDED **
12604                 Common/Display -> Display/Summaries
12605
12606 2005-05-31 [colin]      1.9.11cvs24
12607
12608         * src/Makefile.am
12609         * src/main.c
12610         * src/prefs_quote.c ** ADDED **
12611         * src/prefs_quote.h ** ADDED **
12612                 Move Common/Quote to Compose/Quoting
12613         * src/prefs_common.c
12614         * src/prefs_common.h
12615                 Remove old quote stuff, add
12616                 convenience functions for GtkTextView prefs
12617         * src/gtk/prefswindow.c
12618                 Set default height higher
12619
12620 2005-05-30 [colin]      1.9.11cvs23
12621
12622         * src/Makefile.am
12623         * src/main.c
12624         * src/prefs_common.c
12625         * src/prefs_compose_writing.c ** ADDED **
12626         * src/prefs_compose_writing.h ** ADDED **
12627                 Move Common/Compose prefs to Compose/Writing
12628
12629 2005-05-30 [colin]      1.9.11cvs22
12630
12631         * src/common/utils.c
12632                 Fix bug #651 (Confused Attract by Subject)
12633                 Patch by M. Benkmann <haferfrost@web.de>
12634         * AUTHORS
12635
12636 2005-05-30 [colin]      1.9.11cvs21
12637
12638         * src/compose.c
12639                 Fix concatenation of different headers of
12640                 the same type (bug #645)
12641         * src/prefs_folder_item.c
12642                 Fix bug #699 (setting color to black doesn't
12643                 work immediately)
12644         * src/procmime.c
12645                 Print out decoding error only once per
12646                 block
12647
12648 2005-05-30 [paul]       1.9.11cvs20
12649
12650         * src/common/template.c
12651                 fix Bcc
12652
12653 2005-05-30 [paul]       1.9.11cvs19
12654
12655         * doc/src/rfc2368.txt   **NEW FILE**
12656         * src/compose.c
12657                 compose_entries_set(): don't interpret Bcc
12658                 header field (conform to RFC 2368)
12659                 (sync with main)
12660
12661 2005-05-29 [colin]      1.9.11cvs18
12662
12663         * src/prefs_common.c
12664                 Let the default reply format respect
12665                 netiquette by cutting the signature.
12666
12667 2005-05-29 [colin]      1.9.11cvs17
12668
12669         * src/summaryview.c
12670                 Don't let always_show_msg override
12671                 open_unread_on_enter when opening a new
12672                 directory.
12673
12674 2005-05-27 [paul]       1.9.11cvs16
12675
12676         sync with main:
12677
12678         * src/main.c
12679                 app_will_exit(): cleanup tmp directory when exit
12680         * src/message_search.c
12681                 improved the interface and made code cleanup.
12682                 removed Clear button
12683         * src/send_message.c
12684                 send_message_local(): use GSpawn, and detect errors
12685         * src/summary_search.c
12686                 improved the interface and made code cleanup
12687         * src/textview.c
12688                 textview_write_link(): also skip non-ascii space
12689                  at the head of link strings (phishing check
12690                  didn't work at the case)
12691         * src/common/utils.c
12692                 get_command_output(): use g_spawn_command_line_sync()
12693                 instead of popen()
12694
12695 2005-05-26 [colin]      1.9.11cvs15
12696
12697         * src/folder.c
12698                 remove printf
12699
12700 2005-05-26 [colin]      1.9.11cvs14
12701
12702         * src/common/nntp.c
12703                 Fix nntp mode reader (bug #611)
12704                 Patch by Florian Mickler <florian@mickler.org>
12705
12706 2005-05-26 [colin]      1.9.11cvs13
12707
12708         * src/plugins/pgpmime/passphrase.c
12709                 Fix mouse grabbing (bug #557)
12710
12711 2005-05-26 [colin]      1.9.11cvs12
12712
12713         * src/prefs_themes.c
12714                 Fix g_warning (bug #541)
12715
12716 2005-05-26 [colin]      1.9.11cvs11
12717
12718         * src/prefs_actions.c
12719         * src/prefs_template.c
12720                 Fix bug #506 (no warning if action/template
12721                 is not saved)
12722         * src/common/template.c
12723                 Fix a possible crash
12724
12725 2005-05-26 [colin]      1.9.11cvs10
12726
12727         * src/folder.c
12728         * src/folderview.c
12729         * src/procmsg.c
12730         * src/summaryview.c
12731                 Forbid locked messages to be moved or
12732                 deleted. Locked messages in trashes 
12733                 still get deleted, for performance
12734                 reason (mh.c::mh_remove_all_msgs)
12735
12736 2005-05-25 [colin]      1.9.11cvs9
12737
12738         * src/procmime.c
12739                 Use correct encoding when sending mails
12740                 with attachments that have accentued 
12741                 chars in their name
12742
12743 2005-05-24 [colin]      1.9.11cvs8
12744
12745         * src/summaryview.c
12746                 Fix bug #688 f) read/unread marker not
12747                 changed on first click
12748                 Also, optimize summary_status_show()
12749                 calls
12750         * src/folder.c
12751         * src/inc.c
12752         * src/procmime.c
12753                 Fix bug #688 b) and c) wrt message
12754                 attachments and signature
12755         * src/stock_pixmap.c
12756         * src/stock_pixmap.h
12757         * src/stock_pixmap.c
12758         * src/stock_pixmap.h
12759         * src/Makefile.am
12760         * src/pixmaps/clip_gpg_signed.xpm
12761                 Add clip/signed icon
12762
12763 2005-05-24 [colin]      1.9.11cvs7
12764
12765         * src/folder_item_prefs.c
12766                 whitespace fix
12767
12768 2005-05-24 [colin]      1.9.11cvs6
12769
12770         * src/folderview.c
12771         * src/prefs_common.c
12772         * src/prefs_common.h
12773                 Add a confirmation to folder drag and drop
12774                 fixes bug #156
12775         * src/alertpanel.c
12776         * src/alertpanel.h
12777                 fix _with_disable parameters so that
12778                 the buttons labels are specifiable too
12779         * src/plugins/pgpmime/sgpgme.c
12780                 reflect said change
12781                 
12782
12783 2005-05-24 [colin]      1.9.11cvs5
12784
12785         * src/folderview.c
12786                 Uncollapse/collapse folders on double-click
12787                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
12788                 closes bug #108
12789
12790 2005-05-23 [colin]      1.9.11cvs4
12791
12792         * src/common/socket.c
12793                 Check another special SSL_peek() error.
12794                 Should help wrt bug #728
12795
12796 2005-05-23 [colin]      1.9.11cvs3
12797
12798         * src/plugins/pgpmime/pgpmime.c
12799                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
12800                 breaking menu accelerators and stuff. Users will have to
12801                 reselect "PGP MIME" instead of "PGP/MIME" in their 
12802                 account's privacy preferences if needed.
12803
12804 2005-05-22 [paul]
12805
12806         * tools/kdeservicemenu/install.sh
12807                 use kdesu to prompt for root password if doing
12808                 global install/uninstall
12809
12810 2005-05-20 [colin]      1.9.11cvs2
12811
12812         * src/procmsg.c
12813                 Fix another compilation error with gcc-2.9x
12814                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
12815         * src/send_message.c
12816                 Don't send QUIT if we aren't connected
12817
12818 2005-05-19 [colin]      1.9.11cvs1
12819
12820         * src/procmsg.c
12821                 Fix compilation with gcc 2.9x
12822
12823 2005-05-19 [paul]       1.9.11
12824
12825         1.9.11 released
12826
12827 2005-05-19 [paul]       1.9.9cvs14
12828
12829         * src/gtk/inputdialog.c
12830                 prevent gettext warning
12831
12832 2005-05-19 [paul]       1.9.9cvs13
12833
12834         * src/mainwindow.c
12835         * src/prefs_common.c
12836         * src/prefs_common.h
12837         * src/textview.c
12838         * src/textview.h
12839                 add an option to toggle cursor in message
12840                 view (sync with main)
12841
12842 2005-05-18 [colin]      1.9.9cvs12
12843
12844         * src/compose.c
12845                 Dereference freed pointer
12846         * src/gtk/gtkaspell.c
12847                 Fix duplication of dictionaries (is it an aspell issue?)
12848
12849 2005-05-18 [colin]      1.9.9cvs11
12850
12851         * src/gtk/inputdialog.c
12852         * src/gtk/gtkaspell.c
12853                 HIGuify dialogs
12854         * src/alertpanel.c
12855                 Remove a double call
12856
12857 2005-05-17 [colin]      1.9.9cvs10
12858
12859         * src/gtk/gtkaspell.c
12860                 Fix dialogs, Ctrl-Enter accel
12861
12862 2005-05-17 [colin]      1.9.9cvs9
12863
12864         * src/gtk/gtkaspell.c
12865                 Fix some accelerators, escape in replace-window
12866
12867 2005-05-16 [colin]      1.9.9cvs8
12868
12869         * src/gtk/gtkaspell.c
12870                 Revert last commit, it was a mistake.
12871
12872 2005-05-16 [colin]      1.9.9cvs7
12873
12874         * src/gtk/gtkaspell.c
12875                 Remove buggy code while we're at it. It's a 
12876                 dead code path anyway.
12877
12878 2005-05-16 [colin]      1.9.9cvs6
12879
12880         * src/gtk/gtkaspell.c
12881                 Missed some gtk_menu_popup where deactivate
12882                 signal should be handled. Should fix bug
12883                 #629 a bit more.
12884
12885 2005-05-16 [colin]      1.9.9cvs5
12886
12887         * src/gtk/gtkaspell.c
12888                 Remove debug printf()s
12889
12890 2005-05-16 [colin]      1.9.9cvs4
12891
12892         * src/gtk/gtkaspell.c
12893                 Fix a bit aspell problems
12894                 (see bug #629)
12895
12896 2005-05-13 [colin]      1.9.9cvs3
12897
12898         * src/folderview.c
12899                 Fix the + appearing even when no subfolders
12900                 have unread messages. Thanks to wwp for the
12901                 bug report.
12902
12903 2005-05-11 [paul]       1.9.9cvs2
12904
12905         * src/folderview.c
12906                 correction to 1.9.9cvs1, only colour folders that
12907                 have new msgs (not unread msgs)
12908
12909 2005-05-10 [colin]      1.9.9cvs1
12910
12911         * src/folderview.c
12912         * src/summaryview.c
12913                 Try to fix bolding bugs again.
12914
12915 2005-05-09 [paul]
12916
12917         * tools/claws.i18n.status.pl
12918                 add Ricardo Mones Lastra's script that has been providing
12919                 the i18n status page for many months
12920
12921 2005-05-09 [paul]       1.9.9
12922
12923         1.9.9 release
12924
12925 2005-05-09 [paul]       1.9.6cvs58
12926
12927         * AUTHORS
12928         * INSTALL
12929         * README.claws
12930                 updated
12931         * Makefile.am 
12932         * RELEASE_NOTES.claws
12933                 add release notes to cvs to simplify release
12934                 procedure
12935         * configure.ac
12936                 add ca and fi to ALL_LINGUAS
12937         * po/Makefile.in.in
12938                 workaround for missing Makevars
12939         * po/ca.po
12940         * po/fi.po
12941                 add new Catalan and Finnish translations
12942                 submitted by Miquel Oliete and Flammie Pirinen
12943         * po/de.po
12944         * po/es.po
12945         * po/fr.po
12946         * po/it.po
12947         * po/pl.po
12948         * po/ru.po
12949         * po/sk.po
12950         * po/sr.po
12951         * po/zh_CN.po
12952                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
12953                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
12954                 Urke MMI, and Hansom Young
12955         * src/main.c
12956                 Fix drafting when quitting. compose_draft() closes the
12957                 compose windows, which modifies the compose_list GSList.
12958                 We have to refresh this list after echo drafting to avoid a
12959                 segfault
12960         * src/partial_download.c
12961                 fix segfault on exit
12962
12963 2005-05-06 [paul]       1.9.6cvs57
12964
12965         * src/grouplistdialog.c
12966                 quick fix/workaround for unresizeable newsgroup
12967                 name column 
12968
12969 2005-05-06 [paul]       1.9.6cvs56
12970
12971         * src/inc.c
12972         * src/mainwindow.c
12973                 use gettext plural forms
12974         * src/imap_gtk.c
12975         * src/mh_gtk.c
12976         * src/toolbar.c
12977                 small improvement to english usage
12978
12979 2005-05-05 [thorsten]   1.9.6cvs55
12980
12981         * src/folder.c
12982                 fix possible crash
12983
12984 2005-05-05 [paul]       1.9.6cvs54
12985         
12986         sync with HEAD
12987
12988         * AUTHORS
12989         * src/compose.c
12990                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
12991                 patch by Tim Mann
12992
12993 2005-05-05 [paul]       1.9.6cvs53
12994
12995         * src/mainwindow.c
12996                 fix resizing of separate message and
12997                 folder views
12998
12999 2005-05-05 [paul]       1.9.6cvs52
13000
13001         * src/account.c
13002         * src/addrgather.c
13003         * src/browseldap.c
13004         * src/exphtmldlg.c
13005         * src/expldifdlg.c
13006         * src/importmutt.c
13007         * src/importpine.c
13008         * src/main.c
13009         * src/mainwindow.c
13010         * src/noticeview.c
13011         * src/prefs_filtering.c
13012         * src/prefs_filtering_action.c
13013         * src/prefs_matcher.c
13014         * src/prefs_spelling.c
13015         * src/prefs_toolbar.c
13016         * src/toolbar.c
13017         * src/wizard.c
13018         * src/gtk/description_window.c
13019         * src/gtk/gtkvscrollbutton.c
13020         * src/gtk/progressdialog.c
13021         * src/gtk/quicksearch.c
13022         * src/plugins/pgpmime/prefs_gpg.c
13023         * src/plugins/spamassassin/spamassassin_gtk.c
13024                 replace deprecated gtk_widget_set_usize
13025
13026 2005-05-04 [colin]      1.9.6cvs51
13027
13028         * src/common/utils.c
13029                 Fix crash when subst_for_filename is called
13030                 with a NULL parameter
13031
13032 2005-05-04 [colin]      1.9.6cvs50
13033
13034         * src/partial_download.c
13035         * src/pop.c
13036                 Escape login when writing uidl file
13037                 fixes bug #736
13038
13039 2005-05-03 [colin]      1.9.6cvs49
13040
13041         * src/procmime.c
13042                 Fix possible DOS in mime parser
13043                 (see bug #634)
13044
13045 2005-05-02 [colin]      1.9.6cvs48
13046
13047         * src/compose.c
13048                 Try to fix the copy/paste mess once again.
13049
13050
13051 2005-04-30 [colin]      1.9.6cvs47
13052
13053         * src/prefs_account.h
13054         * src/procmsg.c
13055         * src/send_message.c
13056         * src/common/smtp.c
13057         * src/common/smtp.h
13058                 Try to batch sending mails (per account) instead of
13059                 reconnecting to server every time.
13060
13061 2005-04-29 [colin]      1.9.6cvs46
13062
13063         * src/messageview.c
13064                 Fix window resizing that refused to size down
13065         * src/prefs_common.c
13066         * src/prefs_common.h
13067         * src/prefs_filtering.c
13068                 Save Filtering's window size
13069
13070 2005-04-21 [paul]       1.9.6cvs45
13071
13072         * ChangeLog-gtk2.claws
13073         * src/setup.c
13074                 correction to sync
13075
13076 2005-04-21 [paul]       1.9.6cvs44
13077
13078         sync with main:
13079
13080         * src/setup.c
13081         * src/statusbar.c
13082         * src/statusbar.h
13083                 use gtkut_widget_draw_now(). Improved performance
13084                 of the update of statusbar
13085         * src/textview.c
13086                 textview_smooth_scroll_do(): redraw it after scroll
13087                 is done (fixed incorrect display when a part of the
13088                 view is hidden).
13089         * src/gtk/gtkutils.c
13090         * src/gtk/gtkutils.h
13091                 gtkut_widget_draw_now(): use gdk_window_process_updates()
13092                 to force update of widgets.
13093                 Removed gtkut_widget_wait_for_draw() which had a big
13094                 overhead  because of waiting for all events processed 
13095
13096 2005-04-20 [paul]       1.9.6cvs43
13097
13098         * src/codeconv.c
13099                 complete 1.9.6cvs42's sync:
13100                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
13101
13102 2005-04-19 [paul]       1.9.6cvs42
13103
13104         sync with main:
13105
13106         * src/action.c
13107                 catch_output(): correctly select the insert text
13108                 (fix invalid iterator warnings).
13109         * src/codeconv.c
13110         * src/codeconv.h
13111         * src/mainwindow.c
13112         * src/messageview.c
13113         * src/prefs_common.c
13114                 support GBK encoding.
13115         * src/common/session.c
13116         * src/common/session.h
13117                 use separate buffer for large data to be sent,
13118                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
13119
13120 2005-04-18 [paul]       1.9.6cvs41
13121
13122         * src/jpilot.c
13123                 convert unsigned long into guint32
13124                 patch by Paul LeoNerd Evans 
13125
13126 2005-04-17 [colin]      1.9.6cvs40
13127
13128         * src/compose.c
13129                 Fix 'Request return receipt' from folder
13130                 properties (bug #708)
13131
13132 2005-04-17 [colin]      1.9.6cvs39
13133
13134         * src/mainwindow.c
13135                 Fix duplicate hotkeys in Mainwindow's menu
13136
13137 2005-04-17 [colin]      1.9.6cvs38
13138
13139         * src/folderview.c
13140                 Fix duplicate hotkeys in Folderview's contextual
13141                 menu
13142
13143 2005-04-15 [colin]      1.9.6cvs37
13144
13145         * src/summaryview.c
13146                 Fix 'Save as...' with non-ascii filenames
13147
13148 2005-04-15 [colin]      1.9.6cvs36
13149
13150         * src/plugins/pgpmime/pgpmime.c
13151                 Fix bus error on 64bit. Spotted by 
13152                 macallan1888@gmail.com
13153
13154 2005-04-15 [colin]      1.9.6cvs35
13155
13156         * src/prefs_account.c
13157                 Fix cvs34.
13158
13159 2005-04-12 [colin]      1.9.6cvs34
13160
13161         * src/prefs_account.c
13162                 Fix smtp auth type off-by-one. We forgot to
13163                 add PLAIN in the prefs-to-gui setter func and
13164                 as a result, the selected auth when opening
13165                 account prefs was not the correct one.
13166
13167 2005-04-12 [paul]       1.9.6cvs33
13168
13169         * src/inc.c
13170                 if the recv dialog is visible, Cancel only
13171                 cancels the current account
13172
13173
13174 2005-04-10 [colin]      1.9.6cvs32
13175
13176         * src/filtering.c
13177                 Copy score when copying FilteringActions
13178                 Fix bug #674
13179
13180 2005-04-10 [colin]      1.9.6cvs31
13181
13182         * src/inc.c
13183                 Make Message -> Receive -> Cancel cancel 
13184                 incorporation on all accounts. Fixes
13185                 bug #693
13186
13187 2005-04-10 [colin]      1.9.6cvs30
13188
13189         * src/prefs_account.c
13190                 Update Privacy checkbuttons status based
13191                 on the selected privacy system
13192         * src/compose.c
13193                 Always connect the "None" privacy system; the
13194                 static boolean was probably there to avoid
13195                 reconnecting twice in the same compose window,
13196                 but as the parent function is only called once
13197                 per compose, it's only a bug - as a static is
13198                 initialized once per application instance.
13199                 Also, don't uncheck Sign and Encrypt when
13200                 selecting None as privacy system; just ignore
13201                 them when sending/queuing.
13202                 Should fix bug #695
13203
13204 2005-04-08 [colin]      1.9.6cvs29
13205
13206         * src/account.c
13207         * src/prefs_account.c
13208         * src/prefs_account.h
13209                 Add account preference to queue message in a certain
13210                 folder.
13211
13212 2005-04-06 [colin]      1.9.6cvs28
13213
13214         * src/prefs_account.c
13215                 Update old inbox path syntax
13216
13217 2005-04-06 [paul]       1.9.6cvs27
13218
13219         sync with main:
13220
13221         * configure.ac
13222                 changed -traditional-cpp to -no-cpp-precomp for newer
13223                 Mac OS X support
13224         * src/foldersel.c
13225                 made column resize automatically
13226         * src/send_message.c
13227                 send_message_smtp(): consider EOF right after QUIT
13228                 successful (workaround for Gmail SMTP server)
13229         * src/common/socket.c
13230                 ssl_read(), ssl_peek(): check EOF which violates the
13231                 SSL protocol
13232         * src/gtk/colorlabel.c
13233                 removed warnings when displaying colorlabel menu
13234                 (don't use GtkAlignment)
13235
13236 2005-04-05 [paul]       1.9.6cvs26
13237
13238         * src/plugins/trayicon/trayicon.c
13239                 fix clipping of icon under KDE3 
13240
13241 2005-04-05 [paul]       1.9.6cvs25
13242
13243         * src/summaryview.c
13244                 hide display of threading
13245                 patch by Alfons
13246
13247 2005-04-04 [thorsten]   1.9.6cvs24
13248
13249         * src/mh.c
13250                 marks lost on filesystems with different stat() results on
13251                 summer-/wintertime
13252
13253 2005-04-03 [colin]      1.9.6cvs23
13254
13255         * src/summaryview.c
13256                 Don't handle up/down. Patch by Alfons
13257
13258 2005-04-02 [colin]      1.9.6cvs22
13259
13260         * src/summaryview.c
13261                 Make scrolling faster. Patch by Alfons.
13262
13263 2005-04-01 [colin]      1.9.6cvs21
13264
13265         * src/Makefile.am
13266         * src/stock_pixmap.c
13267         * src/pixmaps/dir-noselect.xpm ** REMOVED **
13268         * src/pixmaps/dir_noselect.xpm ** ADDED **
13269                 Fix pixmap name mismatch (Thanks Stephan Sachse)
13270
13271 2005-04-01 [colin]      1.9.6cvs20
13272
13273         * src/image_viewer.c
13274         * src/image_viewer.h
13275         * src/procmime.c
13276         * src/procmime.h
13277         * src/textview.c
13278         * src/textview.h
13279                 Implement inline image resizing and right-clicking
13280
13281 2005-04-01 [paul]       1.9.6cvs19
13282
13283         * AUTHORS
13284         * Makefile.am
13285         * configure.ac
13286                 check for gnome2
13287                 patch by Luca Cavalli <loopback<AT>slackit.org>
13288         * po/ru.po
13289                 updated by Pavlo Bohmat
13290
13291 2005-03-31 [colin]      1.9.6cvs18
13292
13293         * src/news.c
13294                 Fix parsing references
13295         * src/msgcache.c
13296                 don't put nulls in the references list
13297         * src/procheader.c
13298                 commit that forgotten file in 1.9.6cvs14
13299
13300 2005-03-31 [colin]      1.9.6cvs17
13301
13302         * src/compose.c
13303                 Fix joining of signature separator again. 
13304                 Maybe Hiro could put it in main too...
13305
13306 2005-03-31 [colin]      1.9.6cvs16
13307
13308         * src/Makefile.am
13309         * src/foldersel.c
13310         * src/stock_pixmap.c
13311         * src/stock_pixmap.h
13312         * src/pixmaps/dir-noselect.xpm
13313                 Update foldersel.c (sync from main, patch by Alfons)
13314
13315 2005-03-30 [colin]      1.9.6cvs15
13316
13317         * src/imap.c
13318                 Fix handling of imap folders containing [] in 
13319                 their name. Thanks to Nahuel Angelinetti for
13320                 the detailed bugreport.
13321
13322 2005-03-30 [colin]      1.9.6cvs14
13323
13324         * src/common/utils.h
13325         * src/common/utils.c
13326         * src/common/defs.h
13327         * src/matcher.c
13328         * src/msgcache.c
13329         * src/news.c
13330         * src/procmsg.c
13331         * src/procmsg.h
13332         * src/quote_fmt_parse.y
13333         * src/summaryview.c
13334                 Update references system. Patch by Alfons
13335
13336 2005-03-30 [colin]      1.9.6cvs13
13337
13338         * src/common/socket.c
13339                 Force the glibc to read resolv.conf again when 
13340                 it has changed. Should fix issues when changing
13341                 networks on a laptop and not restarting sylpheed. 
13342
13343 2005-03-30 [paul]       1.9.6cvs12
13344
13345         partial sync with main:
13346
13347         * src/action.c
13348                 create_io_dialog(): use user-defined text font
13349                 (thanks to Alfons), and modified its appearance.
13350         * src/addrgather.c
13351         * src/addrharvest.c
13352         * src/browseldap.c
13353                 replace old code
13354         * src/compose.c
13355                 don't join (presumably) itemized lines on line-wrapping
13356                 fixed wrapping of quote when auto-wrapping is enabled
13357                 compose_destroy(): destroy paned only if it's not
13358                 attached to window. Fixed memory leak of popup menu.
13359         * src/exphtmldlg.c
13360         * src/expldifdlg.c
13361                 replace old code
13362         * src/html.c
13363         * src/html.h
13364         * src/importmutt.c
13365         * src/importpine.c
13366                 replace old code
13367         * src/main.c
13368                 removed redundant code
13369         * src/mainwindow.c
13370                 changed 'Code set' (which is rather incorrect)
13371                 in the menu to 'Character encoding'
13372                 main_window_set_widgets(): request size first
13373                 to prevent window size becoming wrong
13374                 fixed remembering of the state of the visibility
13375                 of MessageView
13376         * src/messageview.c
13377                 changed 'Code set' (which is rather incorrect)
13378                 in the menu to 'Character encoding'
13379         * src/prefs_common.c
13380         * src/prefs_common.h
13381                 added an option whether to render HTML as text or not
13382                 added separators to outgoing encoding menu
13383         * src/procheader.c
13384                 procheader_scan_date_string(): support header
13385                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
13386         * src/summaryview.c
13387         * src/summaryview.h
13388                 minor code cleanup
13389         * src/textview.c
13390                 textview_show_html(): force output of newline
13391                 added an option whether to render HTML as text or not
13392         * src/common/utils.c
13393                 strncpy2(): optimized based on Alfons' code
13394         * src/gtk/gtkutils.c
13395         * src/gtk/gtkutils.h
13396                 removed non-used code
13397         * src/plugins/pgpmime/passphrase.c
13398                 partially fixed grab input of passphrase dialog
13399                 Confine pointer to window
13400
13401 2005-03-30 [colin]      1.9.6cvs11
13402
13403         * src/msgcache.c
13404         * src/msgcache.h
13405                 Read/write 32bit ints from cache & marks
13406                 From main.
13407
13408 2005-03-29 [paul]       1.9.6cvs10
13409
13410         * AUTHORS
13411         * ChangeLog.claws
13412         * src/compose.c
13413         * src/gtk/gtkaspell.c
13414                 sync with HEAD (don't pass NULL pointers) 
13415
13416 2005-03-24 [paul]
13417
13418         * tools/Makefile.am
13419         * tools/README
13420         * tools/acroread2sylpheed.pl
13421                 sync with HEAD (add script to send pdfs as
13422                 attachments from Adobe Reader 7)
13423
13424 2005-03-21 [paul]       1.9.6cvs9
13425
13426         * configure.ac
13427         * po/POTFILES.in
13428         * src/Makefile.am
13429         * src/crash.c
13430         * src/image_viewer.c ** ADDED **
13431         * src/image_viewer.h ** ADDED **
13432         * src/main.c
13433         * src/prefs_common.c
13434         * src/prefs_common.h
13435         * src/prefs_image_viewer.c ** ADDED **
13436         * src/prefs_image_viewer.h ** ADDED **
13437         * src/textview.c
13438         * src/gtk/about.c
13439         * src/pixmaps/sylpheed_logo.xpm
13440         * src/plugins/Makefile.am
13441         * src/plugins/image_viewer/.cvsignore ** REMOVED **
13442         * src/plugins/image_viewer/Makefile.am ** REMOVED **
13443         * src/plugins/image_viewer/plugin.c ** REMOVED **
13444         * src/plugins/image_viewer/viewer.c ** REMOVED **
13445         * src/plugins/image_viewer/viewer.glade ** REMOVED **
13446         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
13447         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
13448         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
13449         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
13450                 as gdk-pixbuf is now built-in
13451                 remove image_viewer plugin and put code back into
13452                 main codebase
13453                 implement inline image display (sync with main)
13454
13455                 replace logo with newer, nicer, larger version  
13456
13457 2005-03-21 [paul]       1.9.6cvs8
13458
13459         * src/gtk/about.c
13460                 cosmetic improvement
13461
13462 2005-03-21 [holger]     1.9.6cvs7
13463
13464         * src/plugins/spamassassin/spamassassin.c
13465                 Sync with HEAD
13466                 (unregister hook on failed plugin init)
13467
13468 2005-03-20 [colin]      1.9.6cvs6
13469
13470         * src/common/plugin.c
13471                 Check that plugin isn't already loaded
13472                 Patch by Alfons
13473
13474 2005-03-20 [thorsten]   1.9.6cvs5
13475
13476         * src/compose.c
13477                 use a more compatible syntax
13478
13479 2005-03-20 [thorsten]   1.9.6cvs4
13480
13481         * src/prefs_toolbar.c
13482                 fix crash when selecting toolbar item (uninitialized pointer)
13483
13484 2005-03-20 [thorsten]   1.9.6cvs3
13485
13486         * src/procmime.c
13487                 fix mimetype detection (referenced free()d string)
13488
13489 2005-03-20 [paul]       1.9.6cvs2
13490
13491         * src/compose.c
13492                 sync with HEAD (1.0.3cvs5)
13493                 neglect Reply-To header if empty
13494                 Patch by Alfons 
13495
13496 2005-03-19 [holger]     1.9.6cvs1
13497
13498         * src/summaryview.c
13499         * src/summaryview.h
13500                 Sync with HEAD
13501
13502 2005-03-18 [paul]       1.9.6
13503
13504         initial GTK2 release
13505
13506 2005-03-18 [paul]       1.0.3cvs3.1
13507
13508         * AUTHORS
13509         * ChangeLog.claws
13510         * configure.ac
13511         * src/gtk/about.c
13512         * src/pixmaps/sylpheed_logo.xpm
13513                 sync with HEAD
13514
13515 2005-03-18 [colin]      1.0.3cvs2.6
13516
13517         * src/summaryview.c
13518                 Remove call to summary_step in summary_copy_selected_to
13519                 Can't see its purpose, and this causes bug when copying
13520                 a message if the next one is unread: it reads it.
13521
13522 2005-03-18 [paul]       1.0.3cvs2.5
13523
13524         * src/foldersel.c
13525                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
13526
13527 2005-03-18 [paul]       1.0.3cvs2.4
13528
13529         * src/addrharvest.c
13530         * src/codeconv.c
13531         * src/codeconv.h
13532         * src/compose.c
13533         * src/news.c
13534         * src/procheader.c
13535         * src/procmime.c
13536         * src/unmime.c
13537         * src/unmime.h
13538                 fix buffer overflow, CAN-2005-0667, see
13539                 http://secunia.com/advisories/14491/
13540                 Patch by Alfons
13541
13542 2005-03-17 [colin]      1.0.3cvs2.3
13543
13544         * src/prefs_fonts.c
13545         * src/summaryview.c
13546                 Fix font bugs (both lists now officialy share 
13547                 the same font)
13548                 
13549
13550 2005-03-17 [paul]       1.0.3cvs2.2
13551
13552         * src/gtk/pluginwindow.c
13553                 make plugin descriptions uneditable
13554
13555 2005-03-11 [paul]       1.0.3cvs2.1
13556
13557         * ChangeLog.claws
13558         * configure.ac
13559         * po/POTFILES.in
13560         * src/plugins/trayicon/trayicon.c
13561                 sync with HEAD
13562                 add src/wizard.c to POTFILES.in
13563
13564 2005-03-11 [paul]       1.0.3cvs1.1
13565
13566         * ChangeLog
13567         * ChangeLog.claws
13568         * configure.ac
13569         * po/de.po
13570         * po/es.po
13571         * po/fr.po
13572         * po/it.po
13573         * po/pt_BR.po
13574         * po/ru.po
13575         * po/sk.po
13576         * po/sr.po
13577         * po/zh_CN.po
13578                 sync with HEAD
13579
13580 2005-03-04 [colin]      1.0.1cvs22.2
13581
13582         * src/compose.c
13583                 Fix signatures with accentued chars in it
13584
13585 2005-03-04 [colin]      1.0.1cvs22.1
13586
13587         * src/common/smtp.c
13588         * src/common/smtp.h
13589                 Don't use SIZE param in MAIL FROM: if server 
13590                 doesn't support it. Patch by Eugen Freiter
13591                 <eugen_f@users.sf.net>
13592
13593 2005-02-27 [paul]       1.0.1cvs20.1
13594
13595         * ChangeLog.claws
13596         * configure.ac
13597         * src/messageview.c
13598                 sync with HEAD
13599
13600 2005-02-27 [colin]      1.0.1cvs19.4
13601
13602         * src/procheader.c
13603         * src/procheader.h
13604                 Fix prototypes. Patch by Alfons
13605
13606 2005-02-27 [colin]      1.0.1cvs19.3
13607
13608         * src/compose.c
13609                 Don't auto-join the signature separator.
13610
13611 2005-02-26 [colin]      1.0.1cvs19.2
13612
13613         * src/summaryview.c
13614                 Fix 'mark all read' with collapsed threads.
13615                 Patch by Alfons.
13616
13617 2005-02-25 [paul]       1.0.1cvs19.1
13618
13619         * ChangeLog.claws
13620         * configure.ac
13621         * src/prefs_account.c
13622         * src/prefs_folder_item.c
13623         * src/gtk/prefswindow.c
13624         * src/gtk/prefswindow.h
13625                 sync with HEAD
13626
13627 2005-02-25 [paul]       1.0.1cvs15.12
13628
13629         * src/alertpanel.c
13630         * src/codeconv.c
13631         * src/compose.c
13632         * src/textview.c
13633         * src/gtk/gtkutils.c
13634         * src/gtk/gtkutils.h
13635         * src/gtk/logwindow.c
13636         * src/gtk/progressdialog.c
13637                 sync with main (revision 127)
13638                 and fix logwindow clipping
13639
13640 2005-02-24 [colin]      1.0.1cvs15.11
13641
13642         * src/plugins/pgpmime/passphrase.c
13643                 Disable input grabbing; it doesn't work yet.
13644
13645 2005-02-24 [colin]      1.0.1cvs15.10
13646
13647         * src/messageview.c
13648                 Don't send out receipts if offline. Ask.
13649
13650 2005-02-23 [colin]      1.0.1cvs15.9
13651
13652         * src/summaryview.c     
13653                 Fix expanding
13654
13655 2005-02-23 [colin]      1.0.1cvs15.8
13656
13657         * src/summaryview.c
13658                 Really fix Bug 568 by removing useless
13659                 calls. summary_thread_init() now called
13660                 in summary_sort(). This should please
13661                 Alfons as it should be faster than 
13662                 previously.
13663
13664 2005-02-23 [colin]      1.0.1cvs15.7
13665
13666         * src/compose.c
13667                 Encode parts as QP or B64 if signing
13668
13669 2005-02-23 [colin]      1.0.1cvs15.6
13670
13671         * src/compose.c
13672                 Fix Mimeinfo leakage (including tmp files)
13673         * src/procmsg.c
13674                 Fix tmp file leakage (spotted by Ivan Rayner)
13675
13676 2005-02-22 [colin]      1.0.1cvs15.5
13677
13678         * src/expldifdlg.c
13679                 Fix keyboard input. Patch by Alfons.
13680
13681 2005-02-21 [colin]      1.0.1cvs15.4
13682
13683         * src/compose.c
13684                 Fix Sign/Encrypt when unselecting privacy
13685                 system
13686         * src/prefs_common.c
13687                 Change default message font to Monospace
13688         * src/summaryview.c
13689                 More freezing during potentially large operations
13690
13691 2005-02-21 [paul]       1.0.1cvs15.3
13692
13693         * src/main.c
13694                 fix --help output
13695
13696 2005-02-21 [paul]       1.0.1cvs15.2
13697
13698         * po/Makefile.in.in
13699         * src/compose.c
13700         * src/summaryview.c
13701         * src/textview.c
13702         * src/common/utils.c
13703         * src/common/utils.h
13704                 sync with main (revision 117)
13705
13706 2005-02-20 [colin]      1.0.1cvs15.1
13707
13708         * src/common/defs.h
13709                 Change cache file to .sylpheed_claws_cache, as
13710                 suggested by Alfons. Allows people to switch
13711                 between Sylpheed and Sylpheed-Claws. it is
13712                 a good idea to "Check for new messages" at next
13713                 startup.
13714
13715
13716 2005-02-18 [colin]      1.0.1cvs14.1
13717
13718         * src/quote_fmt_lex.l
13719         * src/quote_fmt_parse.y
13720                 Fix parser initialisation. Patch by Ivan.
13721
13722 2005-02-18 [colin]      1.0.1cvs11.6
13723
13724         * src/folderview.c
13725                 Fix scrolldown (bug 662)
13726
13727 2005-02-17 [colin]      1.0.1cvs11.5
13728
13729         * src/codeconv.c
13730                 conv_filename_to_utf8: return clean 7bit instead
13731                 of broken utf8 if needed
13732         * src/mimeview.c
13733                 Fix display of parts with unclean 8bit names
13734
13735 2005-02-17 [paul]       1.0.1cvs11.4
13736
13737         * src/compose.c
13738         * src/exportldif.c
13739         * src/matcher_parser_parse.y
13740         * src/procmime.c
13741         * src/sourcewindow.c
13742         * src/common/Makefile.am
13743         * src/common/intl.h             ** REMOVED **
13744         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
13745                 sync with main (revision 109)
13746                 and clean up
13747
13748 2005-02-16 [colin]      1.0.1cvs11.3
13749
13750         * src/summaryview.c
13751                 Fix collapsed thread not highlighting when new
13752                 messages in it (Bug 568) Patch by Stephan Sachse.
13753                 Fix messed up selection when reaching bounds (Bug 632)
13754         * src/prefs_themes.c
13755                 Fix theme installing (Bug 684)
13756
13757 2005-02-16 [colin]      1.0.1cvs11.2
13758
13759         * src/messageview.c
13760                 Fix messageview_select_all
13761
13762 2005-02-16 [colin]      1.0.1cvs11.1
13763
13764         * src/mh.c
13765                 Sync with HEAD (MH scan required function)
13766
13767 2005-02-15 [colin]      1.0.1cvs8.1
13768
13769         * src/mimeview.c
13770         * src/common/utils.c
13771                 Sync with HEAD (filename chars substitution)
13772
13773 2005-02-15 [colin]      1.0.1cvs7.3
13774
13775         * src/gtk/pluginwindow.c
13776                 Fix button spacing
13777
13778 2005-02-15 [colin]      1.0.1cvs7.2
13779
13780         * src/mimeview.c
13781                 Fix mime icons not reset across message when
13782                 scrolled down
13783
13784 2005-02-15 [colin]      1.0.1cvs7.1
13785
13786         * src/compose.c
13787         * src/procmime.c
13788                 Sync with HEAD (optimisation of cvs6)
13789
13790 2005-02-14 [colin]      1.0.1cvs6.1
13791
13792         * src/compose.c
13793         * src/procmime.c
13794                 Sync with HEAD (encode "From " at line beginning)
13795
13796 2005-02-14 [colin]      1.0.1cvs5.3
13797
13798         * src/compose.c
13799                 Fix wrapping with accentued chars.
13800
13801 2005-02-13 [colin]      1.0.1cvs5.2
13802
13803         * src/textview.c
13804                 Fix email informative part parsing with
13805                 accentued chars in it. ispunct() returns
13806                 true for them in utf8...
13807
13808 2005-02-12 [colin]      1.0.1cvs5.1
13809
13810         * src/filtering.c
13811                 Sync with HEAD (remove wrong use of compose after send)
13812
13813 2005-02-12 [paul]       1.0.1cvs4.5
13814
13815         * src/textview.c
13816                 remove unnecessary code (thanks to Alfons)
13817
13818 2005-02-12 [paul]       1.0.1cvs4.4
13819
13820         * src/textview.c
13821                 add 'Copy' to contextual menu on emails
13822
13823 2005-02-11 [colin]      1.0.1cvs4.3
13824
13825         * src/compose.c
13826                 revert 1.0.0cvs28.2, it doesn't work that well.
13827
13828 2005-02-11 [paul]       1.0.1cvs4.2
13829
13830         * po/Makefile.in.in
13831                 fix 'make release'
13832
13833 2005-02-10 [paul]       1.0.1cvs4.1
13834
13835         * ChangeLog
13836         * ChangeLog.claws
13837         * ChangeLog.jp
13838         * configure.ac
13839         * src/compose.c
13840                 sync with HEAD (sync with main)
13841
13842 2005-02-10 [paul]       1.0.1cvs3.2
13843
13844         * AUTHORS
13845         * Makefile.am
13846         * autogen.sh
13847         * configure.ac
13848         * config/mkinstalldirs
13849         * intl/.cvsignore
13850         * intl/ChangeLog
13851         * intl/VERSION
13852         * intl/bindtextdom.c
13853         * intl/config.charset
13854         * intl/dcgettext.c
13855         * intl/dcigettext.c
13856         * intl/dcngettext.c
13857         * intl/dgettext.c
13858         * intl/dngettext.c
13859         * intl/eval-plural.h
13860         * intl/explodename.c
13861         * intl/finddomain.c
13862         * intl/gettext.c
13863         * intl/gettextP.h
13864         * intl/gmo.h
13865         * intl/hash-string.h
13866         * intl/intl-compat.c
13867         * intl/l10nflist.c
13868         * intl/libgnuintl.h.in
13869         * intl/loadinfo.h
13870         * intl/loadmsgcat.c
13871         * intl/localcharset.c
13872         * intl/localcharset.h
13873         * intl/locale.alias
13874         * intl/localealias.c
13875         * intl/localename.c
13876         * intl/log.c
13877         * intl/ngettext.c
13878         * intl/os2compat.c
13879         * intl/os2compat.h
13880         * intl/osdep.c
13881         * intl/plural-exp.c
13882         * intl/plural-exp.h
13883         * intl/plural.c
13884         * intl/plural.y
13885         * intl/ref-add.sin
13886         * intl/ref-del.sin
13887         * intl/relocatable.c
13888         * intl/relocatable.h
13889         * intl/textdomain.c
13890         * m4/Makefile.am
13891         * po/Makefile.in.in
13892         * src/Makefile.am
13893         * src/account.c
13894         * src/action.c
13895         * src/addr_compl.c
13896         * src/addressadd.c
13897         * src/addressbook.c
13898         * src/addrgather.c
13899         * src/addrindex.c
13900         * src/alertpanel.c
13901         * src/browseldap.c
13902         * src/codeconv.c
13903         * src/codeconv.h
13904         * src/compose.c
13905         * src/compose.h
13906         * src/crash.c
13907         * src/editaddress.c
13908         * src/editbook.c
13909         * src/editgroup.c
13910         * src/editjpilot.c
13911         * src/editldap.c
13912         * src/editldap_basedn.c
13913         * src/editvcard.c
13914         * src/exphtmldlg.c
13915         * src/expldifdlg.c
13916         * src/export.c
13917         * src/exporthtml.c
13918         * src/filtering.c
13919         * src/folder.c
13920         * src/folder_item_prefs.c
13921         * src/foldersel.c
13922         * src/folderview.c
13923         * src/grouplistdialog.c
13924         * src/headerview.c
13925         * src/imap.c
13926         * src/imap_gtk.c
13927         * src/import.c
13928         * src/importldif.c
13929         * src/importmutt.c
13930         * src/importpine.c
13931         * src/inc.c
13932         * src/ldif.c
13933         * src/main.c
13934         * src/mainwindow.c
13935         * src/matcher.c
13936         * src/mbox.c
13937         * src/message_search.c
13938         * src/messageview.c
13939         * src/mh.c
13940         * src/mh_gtk.c
13941         * src/mimeview.c
13942         * src/msgcache.c
13943         * src/news.c
13944         * src/news_gtk.c
13945         * src/noticeview.c
13946         * src/partial_download.c
13947         * src/pop.c
13948         * src/prefs_account.c
13949         * src/prefs_actions.c
13950         * src/prefs_common.c
13951         * src/prefs_customheader.c
13952         * src/prefs_display_header.c
13953         * src/prefs_ext_prog.c
13954         * src/prefs_filtering.c
13955         * src/prefs_filtering_action.c
13956         * src/prefs_folder_item.c
13957         * src/prefs_fonts.c
13958         * src/prefs_gtk.c
13959         * src/prefs_matcher.c
13960         * src/prefs_msg_colors.c
13961         * src/prefs_spelling.c
13962         * src/prefs_summary_column.c
13963         * src/prefs_template.c
13964         * src/prefs_themes.c
13965         * src/prefs_toolbar.c
13966         * src/prefs_wrapping.c
13967         * src/privacy.c
13968         * src/procheader.c
13969         * src/procmime.c
13970         * src/procmsg.c
13971         * src/quote_fmt.c
13972         * src/recv.c
13973         * src/send_message.c
13974         * src/setup.c
13975         * src/sourcewindow.c
13976         * src/ssl_manager.c
13977         * src/statusbar.c
13978         * src/summary_search.c
13979         * src/summaryview.c
13980         * src/textview.c
13981         * src/toolbar.c
13982         * src/wizard.c
13983         * src/common/nntp.c
13984         * src/common/plugin.c
13985         * src/common/smtp.c
13986         * src/common/ssl.c
13987         * src/common/ssl_certificate.c
13988         * src/common/string_match.c
13989         * src/common/sylpheed.c
13990         * src/common/template.c
13991         * src/common/utils.c
13992         * src/gtk/about.c
13993         * src/gtk/colorlabel.c
13994         * src/gtk/description_window.c
13995         * src/gtk/filesel.c
13996         * src/gtk/foldersort.c
13997         * src/gtk/gtkaspell.c
13998         * src/gtk/gtkutils.c
13999         * src/gtk/inputdialog.c
14000         * src/gtk/logwindow.c
14001         * src/gtk/menu.c
14002         * src/gtk/pluginwindow.c
14003         * src/gtk/prefswindow.c
14004         * src/gtk/progressdialog.c
14005         * src/gtk/quicksearch.c
14006         * src/gtk/sslcertwindow.c
14007         * src/plugins/clamav/clamav_plugin.c
14008         * src/plugins/clamav/clamav_plugin_gtk.c
14009         * src/plugins/demo/demo.c
14010         * src/plugins/dillo_viewer/dillo_prefs.c
14011         * src/plugins/dillo_viewer/dillo_viewer.c
14012         * src/plugins/image_viewer/plugin.c
14013         * src/plugins/image_viewer/viewer.c
14014         * src/plugins/image_viewer/viewerprefs.c
14015         * src/plugins/mathml_viewer/mathml_viewer.c
14016         * src/plugins/pgpmime/passphrase.c
14017         * src/plugins/pgpmime/plugin.c
14018         * src/plugins/pgpmime/prefs_gpg.c
14019         * src/plugins/pgpmime/select-keys.c
14020         * src/plugins/pgpmime/sgpgme.c
14021         * src/plugins/spamassassin/spamassassin.c
14022         * src/plugins/spamassassin/spamassassin_gtk.c
14023         * src/plugins/trayicon/trayicon.c
14024                 sync with main (revision 104)
14025
14026 2005-02-10 [colin]      1.0.1cvs3.1
14027
14028         * src/mainwindow.c
14029                 Sync with HEAD (fix occasional crasher)
14030
14031 2005-02-10 [colin]      1.0.1cvs2.1
14032
14033         * src/messageview.c
14034                 Synw with HEAD (don't automatically display html)
14035
14036 2005-02-09 [colin]      1.0.1cvs1.3
14037
14038         * src/textview.c
14039         * src/textview.h
14040                 Add contextual menu on emails
14041
14042 2005-02-09 [colin]      1.0.1cvs1.2
14043
14044         * src/codeconv.c
14045                 Fix converting from broken headers and 
14046                 put back the _ in missing places
14047                 (feature broke with cvs24.2 sync, main 
14048                  possibly affected?)
14049
14050 2005-02-09 [colin]      1.0.1cvs1.1
14051
14052         * src/messageview.c
14053         * src/mimeview.c
14054         * src/mimeview.h
14055                 Sync with HEAD (display non text/plain mails with plugin)
14056
14057 2005-02-08 [colin]      1.0.1.1
14058
14059         * ChangeLog.claws
14060         * po/pt_BR.po
14061                 Sync with HEAD
14062         * configure.ac
14063                 Make default configuration directory 
14064                 be .sylpheed-gtk2
14065
14066 2005-02-08 [colin]      1.0.0cvs29.1
14067
14068         * po/de.po
14069         * po/es.po
14070         * po/fr.po
14071         * po/it.po
14072         * po/sk.po
14073         * po/sr.po
14074                 Sync translations with HEAD
14075
14076 2005-02-06 [colin]      1.0.0cvs28.3
14077
14078         * src/compose.c
14079                 Make compose a bit faster - patch by Alfons.
14080
14081 2005-02-06 [colin]      1.0.0cvs28.2
14082
14083         * src/compose.c
14084                 Make pasting via middle-click more reliable
14085
14086 2005-02-05 [paul]       1.0.0cvs28.1
14087
14088         * ChangeLog
14089         * ChangeLog.claws
14090         * ChangeLog.jp
14091         * configure.ac
14092         * src/compose.c
14093                 sync with HEAD
14094                 (fix bug 682 'redirect is broken'
14095
14096 2005-02-05 [torte]      1.0.0cvs27.1
14097
14098         * ChangeLog.claws
14099         * configure.ac
14100         * src/partial_download.c
14101                 Sync with HEAD (fix buf overflow)
14102
14103 2005-02-03 [colin]      1.0.0cvs26.1
14104
14105         * src/common/plugin.c
14106                 Sync with HEAD (avoid plugin mismatches)
14107
14108 2005-02-03 [paul]       1.0.0cvs25.3
14109
14110         * src/folderview.c
14111         * src/headerview.c
14112         * src/summaryview.c
14113         * src/textview.c
14114         * src/gtk/colorlabel.c
14115                 third and final part of initial sync with main-gtk2
14116
14117 2005-02-03 [paul]       1.0.0cvs25.2
14118
14119         * src/jpilot.c
14120                 fix building with jpilot support
14121
14122 2005-02-02 [colin]      1.0.0cvs25.1
14123
14124         * src/messageview.c
14125                 Sync with HEAD (fix dangerous typo)
14126
14127 2005-02-01 [colin]      1.0.0cvs24.3
14128
14129         * src/common/xml.c
14130                 Write file as advertised (UTF-8)
14131
14132 2005-02-01 [paul]       1.0.0cvs24.2
14133
14134         * src/addrbook.c
14135         * src/addrindex.c
14136         * src/alertpanel.h
14137         * src/codeconv.c
14138         * src/codeconv.h
14139         * src/compose.c
14140         * src/export.c
14141         * src/folder_item_prefs.c
14142         * src/html.c
14143         * src/imap.c
14144         * src/import.c
14145         * src/jpilot.c
14146         * src/mainwindow.c
14147         * src/matcher_parser_lex.l
14148         * src/messageview.c
14149         * src/mh.c
14150         * src/prefs_account.c
14151         * src/prefs_actions.c
14152         * src/prefs_common.c
14153         * src/prefs_gtk.c
14154         * src/prefs_gtk.h
14155         * src/prefs_themes.c
14156         * src/procheader.c
14157         * src/procmime.c
14158         * src/sourcewindow.c
14159         * src/statusbar.c
14160         * src/summaryview.c
14161         * src/textview.c
14162         * src/toolbar.c
14163         * src/unmime.c
14164         * src/common/template.c
14165         * src/common/utils.c
14166         * src/common/xml.c
14167         * src/common/xml.h
14168         * src/gtk/gtkaspell.c
14169         * src/plugins/clamav/clamav_plugin.c
14170         * src/plugins/dillo_viewer/dillo_prefs.c
14171         * src/plugins/image_viewer/viewerprefs.c
14172         * src/plugins/pgpmime/passphrase.c
14173         * src/plugins/pgpmime/prefs_gpg.c
14174         * src/plugins/pgpmime/select-keys.c
14175         * src/plugins/spamassassin/spamassassin.c
14176                 second part of initial sync with main-gtk2
14177                 (more to follow)
14178
14179 2005-01-31 [colin]      1.0.0cvs24.1
14180
14181         * src/compose.c
14182                 Sync with HEAD
14183
14184 2005-01-29 [paul]       1.0.0cvs23.2
14185
14186         * src/account.c
14187         * src/action.c
14188         * src/addressadd.c
14189         * src/addressbook.c
14190         * src/alertpanel.c
14191         * src/compose.c
14192         * src/editaddress.c
14193         * src/editbook.c
14194         * src/editgroup.c
14195         * src/editjpilot.c
14196         * src/editldap.c
14197         * src/editldap_basedn.c
14198         * src/editvcard.c
14199         * src/export.c
14200         * src/foldersel.c
14201         * src/grouplistdialog.c
14202         * src/import.c
14203         * src/importldif.c
14204         * src/inc.c
14205         * src/main.c
14206         * src/mainwindow.c
14207         * src/message_search.c
14208         * src/messageview.c
14209         * src/mimeview.c
14210         * src/prefs_actions.c
14211         * src/prefs_common.c
14212         * src/prefs_common.h
14213         * src/prefs_customheader.c
14214         * src/prefs_display_header.c
14215         * src/prefs_filtering.c
14216         * src/prefs_filtering_action.c
14217         * src/prefs_gtk.c
14218         * src/prefs_matcher.c
14219         * src/prefs_summary_column.c
14220         * src/prefs_template.c
14221         * src/sourcewindow.c
14222         * src/summary_search.c
14223         * src/summaryview.c
14224         * src/textview.c
14225         * src/gtk/about.c
14226         * src/gtk/description_window.c
14227         * src/gtk/gtkshruler.c
14228         * src/gtk/gtkutils.c
14229         * src/gtk/gtkutils.h
14230         * src/gtk/inputdialog.c
14231         * src/gtk/logwindow.c
14232         * src/gtk/prefswindow.c
14233         * src/gtk/progressdialog.c
14234         * src/gtk/progressdialog.h
14235                 first part of initial sync with main-gtk2
14236                 (more to follow)
14237
14238 2005-01-28 [colin]      1.0.0cvs23.1
14239
14240         * src/folderview.c
14241                 Sync with HEAD
14242
14243 2005-01-27 [colin]      1.0.0cvs21.1
14244
14245         * src/folder.c
14246         * src/folderview.c
14247                 Sync with HEAD
14248
14249 2005-01-27 [colin]      1.0.0cvs19.1
14250
14251         * src/procmime.c
14252                 Sync with HEAD
14253
14254 2005-01-27 [colin]      1.0.0cvs18.1
14255
14256         * src/messageview.c
14257         * src/summaryview.c
14258         * src/mainwindow.c
14259         * src/compose.c
14260         * src/compose.h
14261         * src/procmsg.c
14262         * src/procmsg.h
14263         * src/toolbar.c
14264                 Sync with HEAD
14265
14266 2005-01-26 [paul]       1.0.0cvs15.2
14267
14268         * src/compose.c
14269                 compose_entries_set(): convert subject and body to
14270                 utf8 if necessary. patch by Felix Eckhofer
14271
14272 2005-01-26 [paul]       1.0.0cvs15.1
14273
14274         * configure.ac
14275         * src/common/template.c
14276                 sync with HEAD (fix memory leak)
14277
14278 2005-01-25 [paul]       1.0.0cvs14.1
14279
14280         * configure.ac
14281         * src/compose.c
14282                 sync with HEAD
14283
14284 2005-01-24 [colin]      1.0.0cvs13.1
14285
14286         * src/summaryview.c
14287                 Sync with HEAD
14288
14289 2005-01-24 [paul]       1.0.0cvs12.1
14290
14291         * configure.ac
14292         * src/messageview.c
14293         * src/mh.c
14294         * src/common/utils.c
14295                 sync with HEAD
14296
14297 2005-01-24 [colin]      1.0.0cvs11.1
14298
14299         * src/procheader.c
14300                 Sync with HEAD
14301
14302 2005-01-24 [colin]      1.0.0cvs10.1
14303
14304         * src/folderview.c
14305                 Sync with HEAD
14306
14307 2005-01-23 [colin]      1.0.0cvs9.1
14308
14309         * src/crash.c
14310                 Sync with HEAD
14311
14312 2005-01-22 [colin]      1.0.0cvs8.1
14313
14314         * src/summaryview.c
14315         * src/gtk/quicksearch.c
14316                 Sync with HEAD
14317
14318 2005-01-21 [colin]      1.0.0cvs7.1
14319
14320         * src/summaryview.c
14321                 Sync with HEAD
14322
14323 2005-01-21 [colin]      1.0.0cvs6.1
14324
14325         * src/summaryview.c
14326                 Sync with HEAD
14327
14328 2005-01-21 [colin]      1.0.0cvs5.1
14329
14330         * src/gtk/quicksearch.c
14331         * src/prefs_common.c
14332         * src/prefs_common.h
14333                 Sync with HEAD (recurse option)
14334
14335 2005-01-21 [colin]      1.0.0cvs4.1
14336
14337         * src/folder.h
14338         * src/folderview.c
14339         * src/folderview.h
14340         * src/summaryview.c
14341         * src/gtk/quicksearch.c
14342         * src/gtk/quicksearch.h
14343                 Sync with HEAD (recursive quicksearch)
14344
14345 2005-01-20 [colin]      1.0.0cvs3.4
14346
14347         * src/ssl_manager.c
14348                 Remove useless code
14349
14350 2005-01-20 [colin]      1.0.0cvs3.3
14351
14352         * src/ssl_manager.c
14353                 Fix leak, thanks to Alfons.
14354
14355 2005-01-20 [colin]      1.0.0cvs3.2
14356
14357         * src/ssl_manager.c
14358                 Port SSL certificate window to GTK2.
14359
14360 2005-01-20 [paul]       1.0.0cvs3.1
14361
14362         * ChangeLog.claws
14363         * configure.ac
14364         * src/addrindex.c
14365         * src/addrindex.h
14366                 sync with HEAD
14367
14368 2005-01-19 [colin]      1.0.0cvs2.2
14369
14370         * src/plugins/trayicon/trayicon.c
14371                 Fix freeze with gtk-2.6, the easy way
14372                 (signal blocking helpless there...)
14373                 Closes bug #668.
14374
14375 2005-01-19 [colin]      1.0.0cvs2.1
14376
14377         * src/mbox.c
14378         * src/mbox.h
14379         * src/mainwindow.c
14380         * src/summaryview.c
14381         * src/summaryview.h
14382                 Sync with HEAD
14383
14384 2005-01-19 [paul]       1.0.0cvs1.1
14385
14386         * configure.ac
14387         * po/de.po
14388         * po/es.po
14389         * po/fr.po
14390         * po/hr.po
14391         * po/it.po
14392         * po/ja.po
14393         * po/ko.po
14394         * po/pt_BR.po
14395         * po/ru.po
14396         * po/sk.po
14397         * po/sr.po
14398                 sync with HEAD (update translations)
14399
14400 2005-01-18 [colin]      1.0.0cvs0.1
14401
14402         * src/foldersel.c
14403                 Specify search column - patch by Alfons
14404
14405 2005-01-18 [colin]      0.9.13cvs36.3
14406
14407         * src/prefs_toolbar.c
14408                 Change Delete to Remove
14409         * src/prefs_fonts.c
14410                 GTK2 version and leak fixes
14411         * src/prefs_actions.c
14412                 Add stock buttons.
14413                 All patches by Alfons
14414
14415 2005-01-17 [colin]      0.9.13cvs36.2
14416
14417         * src/compose.c
14418                 Fix DnD inserting twice. While at it,
14419                 add DnD support for text/plain in the
14420                 body, and add support in the headers.
14421
14422 2005-01-16 [colin]      0.9.13cvs36.1
14423
14424         * ChangeLog
14425         * ChangeLog.jp
14426         * ChangeLog.claws
14427                 Sync with HEAD (nothing applicable)
14428
14429 2005-01-16 [colin]      0.9.13cvs33.2
14430
14431         * src/prefs_toolbar.c
14432                 GTK2ize prefs_toolbar, by Alfons.
14433
14434 2005-01-14 [colin]      0.9.13cvs33.1
14435
14436         * src/html.c
14437         * src/msgcache.c
14438                 Sync with HEAD
14439
14440 2005-01-14 [colin]      0.9.13cvs32.1
14441
14442         * src/html.c
14443         * src/html.h
14444         * src/msgcache.c
14445         * AUTHORS
14446         * tools/calypso_convert.pl
14447                 Sync with HEAD
14448
14449 2005-01-08 [colin]      0.9.13cvs29.2
14450
14451         * src/prefs_filtering_action.c
14452         * src/prefs_filtering.c
14453                 2 more gtk2 patches by Alfons
14454
14455 2005-01-07 [paul]       0.9.13cvs29.1
14456
14457         * ChangeLog
14458         * ChangeLog.claws
14459         * ChangeLog.jp
14460         * configure.ac
14461         * src/pop.c
14462         * src/pop.h
14463                 sync with HEAD
14464
14465 2005-01-07 [colin]      0.9.13cvs28.3
14466
14467         * src/gtk/progressdialog.c
14468         * src/gtk/progressdialog.h
14469         * src/inc.c
14470         * src/send_message.c
14471                 GTK2 for the incorporation dialog. The CList isn't dead
14472                 yet, for a more smooth migration. Patch by Alfons.
14473
14474 2005-01-06 [colin]      0.9.13cvs28.2
14475
14476         * src/prefs_display_header.c
14477                 GTK2 conversion by Alfons
14478         * src/prefs_actions.c
14479         * src/prefs_matcher.c
14480                 Fix 2 leaks - patch by Alfons
14481
14482 2005-01-06 [colin]      0.9.13cvs28.1
14483
14484         * src/prefs_matcher.c
14485                 Sync with HEAD
14486
14487 2005-01-06 [colin]      0.9.13cvs27.4
14488
14489         * src/prefs_matcher.c
14490                 Fix double-free. Patch by Alfons
14491
14492 2005-01-06 [colin]      0.9.13cvs27.3
14493
14494         * src/prefs_matcher.c
14495                 GTK2 widgets + memleak
14496                 Patch by Alfons
14497
14498 2005-01-05 [colin]      0.9.13cvs27.2
14499
14500         * src/account.c
14501         * src/addr_compl.c
14502         * src/foldersel.c
14503         * src/stock_pixmap.c
14504         * src/stock_pixmap.h
14505                 3 more GTK2 patches by Alfons.
14506
14507 2005-01-04 [colin]      0.9.13cvs27.1
14508
14509         * src/folderview.c
14510         * src/imap_gtk.c
14511         * src/news_gtk.c
14512                 Sync with HEAD
14513
14514 2005-01-04 [colin]      0.9.13cvs25.9
14515
14516         * src/compose.c
14517                 Fix Show Ruler menuitem
14518         * src/prefs_template.c
14519                 Convert to GTK2
14520         * src/common/utils.c
14521                 Make auto pointer stuff handles NULLs
14522                 Patches by Alfons.
14523
14524 2005-01-04 [colin]      0.9.13cvs25.8
14525
14526         * src/compose.c
14527                 Move the attachment list to gtk2
14528                 Patch by Alfons.
14529
14530 2005-01-04 [colin]      0.9.13cvs25.7
14531
14532         * src/textview.c
14533                 Make some keys work again
14534                 Patch by SungHyun Nam <namsh@kldp.org>
14535
14536 2005-01-04 [colin]      0.9.13cvs25.6
14537
14538         * src/gtk/gtkshruler.c
14539                 Move the ruler to GTK2
14540                 Patch by Alfons
14541
14542 2005-01-03 [colin]      0.9.13cvs25.5
14543
14544         * src/compose.c
14545                 Fix my broken patch apply 
14546
14547 2005-01-03 [colin]      0.9.13cvs25.4
14548
14549         * src/common/utils.c
14550         * src/common/utils.h
14551         * src/gtk/prefswindow.c
14552                 Move auto pointer stuff to utils.c
14553                 Patch by Alfons again :)
14554
14555 2005-01-03 [colin]      0.9.13cvs25.3
14556
14557         * src/compose.c
14558         * src/prefs_gtk.c
14559         * src/prefs_template.c
14560         * src/textview.c
14561                 Empty text widgets with empty strings, not NULL char
14562                 Patch by SungHyun Nam <namsh@kldp_org>
14563
14564 2005-01-03 [colin]      0.9.13cvs25.2
14565
14566         * src/main.c
14567         * AUTHORS
14568                 Sync with HEAD
14569
14570 2005-01-03 [colin]      0.9.13cvs25.1
14571
14572         * src/pop.c
14573         * src/pop.h
14574                 Sync with HEAD
14575
14576 2005-01-03 [colin]      0.9.13cvs24.3
14577
14578         * src/account.c
14579                 Two patches from Alfons and Alex S Moore:
14580                 fix images, fix return value.
14581
14582 2005-01-01 [colin]      0.9.13cvs24.2
14583
14584         * src/prefs_actions.c
14585                 Fix over-zealous assertion. Patch by Alfons
14586
14587 2005-01-01 [colin]      0.9.13cvs24.1
14588
14589         * src/procmime.c
14590                 Sync with HEAD (leak fix)
14591
14592 2004-12-31 [colin]      0.9.13cvs23.2
14593
14594         * src/prefs_common.c
14595                 GTK2 widgets + stock buttons - patch by Alfons
14596
14597 2004-12-31 [paul]       0.9.13cvs23.1
14598
14599         * configure.ac
14600                 bump up EXTRA_VERSION to match (sync'ed) HEAD
14601         * src/gtk/pluginwindow.c
14602                 use GTK2 widgets and plug memory leaks,
14603                 patches by Alfons
14604
14605 2004-12-30 [colin]      0.9.13cvs22.4
14606
14607         * src/account.c
14608         * src/action.c
14609         * src/export.c
14610         * src/foldersel.c
14611         * src/import.c
14612         * src/message_search.c
14613         * src/prefs_actions.c
14614         * src/prefs_common.c
14615         * src/prefs_customheader.c
14616         * src/prefs_filtering.c
14617         * src/prefs_summary_column.c
14618         * src/summary_search.c
14619         * src/gtk/about.c
14620         * src/gtk/description_window.c
14621         * src/gtk/gtkutils.c
14622         * src/gtk/gtkutils.h
14623         * src/gtk/inputdialog.c
14624         * src/gtk/prefswindow.c
14625                 Use GTK2 stock buttons. Patches by Alfons.
14626
14627 2004-12-30 [colin]      0.9.13cvs22.3
14628
14629         * src/account.c
14630                 Sync with HEAD
14631         * src/prefs_actions.c
14632         * src/prefs_customheader.c
14633         * src/prefs_filtering.c
14634         * src/prefs_msg_colors.c
14635         * src/prefs_summary_column.c
14636         * src/gtk/prefswindow.c
14637                 Use GtkTreeView instead of deprecated 
14638                 widgets. Patches by Alfons.
14639
14640 2004-12-30 [paul]       0.9.13cvs22.2
14641
14642         * src/foldersel.c
14643                 use GTK 2 Tree View
14644                 patch by Alfons, with root folder sorting fix
14645                 by Stephan Sachse
14646
14647 2004-12-30 [paul]       0.9.13cvs22.1
14648
14649         * ChangeLog
14650         * ChangeLog.claws
14651         * ChangeLog.jp
14652         * NEWS
14653         * configure.ac
14654         * src/account.c
14655                 sync with HEAD
14656
14657 2004-12-22 [martin]     0.9.13cvs21.2
14658
14659         * src/action.c
14660                 free the command line after its use
14661
14662 2004-12-18 [paul]       0.9.13cvs21.1
14663
14664         * AUTHORS
14665         * ChangeLog
14666         * ChangeLog.claws
14667         * ChangeLog.jp
14668         * NEWS
14669         * configure.ac
14670         * src/action.c
14671         * src/compose.c
14672         * src/syldap.c
14673                 sync with HEAD
14674
14675 2004-12-17 [martin]     0.9.13cvs17.2
14676
14677         * src/action.c
14678                 convert actions input to locale
14679         * src/inc.c
14680                 convert notification command to locale
14681         * src/plugins/pgpmime/select-keys.c
14682                 convert attributes to utf8
14683
14684 2004-12-14 [colin]      0.9.13cvs17.1
14685
14686         * ChangeLog
14687         * ChangeLog.jp
14688         * ChangeLog.claws
14689         * src/action.c
14690         * src/common/utils.c
14691         * src/gtk/prefswindow.c
14692         * src/gtk/gtkutils.c
14693         * src/gtk/gtkutils.h
14694         * src/plugins/spamassassin/libspamc.c
14695                 Sync with HEAD
14696
14697 2004-12-13 [colin]      0.9.13cvs14.1
14698
14699         * src/quote_fmt_parse.y
14700                 Sync with HEAD
14701
14702 2004-12-10 [colin]      0.9.13cvs12.1
14703
14704         * src/prefs_themes.c
14705         * src/mainwindow.c
14706         * src/messageview.c
14707                 Sync with HEAD
14708
14709 2004-12-09 [colin]      0.9.13cvs10.1
14710
14711         * src/procmime.c
14712                 Sync with HEAD (fix B64 encoding from memory)
14713
14714 2004-12-08 [colin]      0.9.13cvs9.1
14715
14716         * src/gtk/colorlabel.c
14717                 Sync with HEAD
14718
14719 2004-12-08 [paul]       0.9.13cvs8.2
14720
14721         * src/gtk/pluginwindow.c
14722                 fix window resizing oddities
14723
14724 2004-12-08 [colin]      0.9.13cvs8.1
14725
14726         * src/quote_fmt_parse.y
14727                 Sync with HEAD
14728
14729 2004-12-08 [colin]      0.9.13cvs7.1
14730
14731         * src/matcher_parser_parse.y
14732         * src/msgcache.c
14733         * src/prefs_matcher.c
14734         * src/procheader.c
14735         * src/matcher.c
14736         * src/common/defs.h
14737         * po/sr.po
14738                 Sync with HEAD
14739
14740 2004-12-08 [colin]      0.9.13cvs6.1
14741
14742         * src/quote_fmt_parse.y
14743         * src/textview.c
14744                 Sync with HEAD
14745         * src/gtk/prefswindow.c
14746         * src/gtk/pluginwindow.c
14747                 Fix G_CALLBACKS protos (thanks to Alfons)
14748
14749 2004-12-07 [torte]      0.9.13cvs2.2
14750
14751         * src/procmime.c
14752                 [Bug 650] reply button causes crash
14753                 Thanks to David Relson and Christoph
14754
14755 2004-12-07 [colin]      0.9.13cvs2.1
14756
14757         * ChangeLog.claws
14758         * AUTHORS
14759         * po/sk.po
14760         * src/procmime.c
14761         * src/prefs_account.c
14762         * src/common/smtp.c
14763         * src/common/smtp.h
14764                 Sync with HEAD
14765
14766 2004-12-06 [colin]      0.9.12cvs187.1
14767
14768         * ChangeLog.claws
14769         * INSTALL
14770         * Makefile.am
14771         * README.claws
14772         * TODO.claws
14773         * configure.ac
14774         * po/bg.po
14775         * po/cs.po
14776         * po/el.po
14777         * po/en_GB.po
14778         * po/es.po
14779         * po/fr.po
14780         * po/hr.po
14781         * po/hu.po
14782         * po/it.po
14783         * po/ja.po
14784         * po/ko.po
14785         * po/nl.po
14786         * po/pl.po
14787         * po/pt_BR.po
14788         * po/ru.po
14789         * po/sk.po
14790         * po/sr.po
14791         * po/sv.po
14792         * po/zh_CN.po
14793         * po/zh_TW.Big5.po
14794         * src/compose.c
14795         * tools/Makefile.am
14796         * tools/README
14797         * tools/filter_conv.pl
14798         * tools/kdeservicemenu/README
14799         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
14800         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
14801                 Sync with HEAD
14802
14803 2004-12-04 [colin]      0.9.12cvs183.1
14804
14805         * src/compose.c
14806                 Sync with HEAD (compose window position saving)
14807
14808 2004-12-04 [paul]       0.9.12cvs182.3
14809
14810         * src/messageview.c
14811         * src/mimeview.c
14812         * src/prefs_customheader.c
14813         * src/gtk/quicksearch.c
14814                 replace some forgotten GTK_SIGNAL_FUNCs
14815
14816 2004-12-04 [paul]       0.9.12cvs182.2
14817
14818         * src/Makefile.am
14819                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
14820                 committed in error      
14821
14822 2004-12-04 [paul]       0.9.12cvs182.1
14823
14824         * ChangeLog
14825         * ChangeLog.claws
14826         * ChangeLog.jp
14827         * INSTALL
14828         * NEWS
14829         * README
14830         * README.jp
14831         * configure.ac
14832         * doc/manual/ja/Makefile.am
14833         * doc/manual/ja/sylpheed-1.html
14834         * doc/manual/ja/sylpheed-10.html
14835         * doc/manual/ja/sylpheed-11.html
14836         * doc/manual/ja/sylpheed-12.html
14837         * doc/manual/ja/sylpheed-13.html
14838         * doc/manual/ja/sylpheed-14.html
14839         * doc/manual/ja/sylpheed-15.html
14840         * doc/manual/ja/sylpheed-16.html
14841         * doc/manual/ja/sylpheed-17.html
14842         * doc/manual/ja/sylpheed-18.html
14843         * doc/manual/ja/sylpheed-19.html
14844         * doc/manual/ja/sylpheed-2.html
14845         * doc/manual/ja/sylpheed-20.html
14846         * doc/manual/ja/sylpheed-3.html
14847         * doc/manual/ja/sylpheed-4.html
14848         * doc/manual/ja/sylpheed-5.html
14849         * doc/manual/ja/sylpheed-6.html
14850         * doc/manual/ja/sylpheed-7.html
14851         * doc/manual/ja/sylpheed-8.html
14852         * doc/manual/ja/sylpheed-9.html
14853         * doc/manual/ja/sylpheed.html
14854         * doc/manual/ja/sylpheed.sgml
14855         * po/de.po
14856         * src/Makefile.am
14857         * src/compose.c
14858         * src/procmime.c
14859         * src/pixmaps/regular.xpm **REMOVED**
14860         * src/plugins/pgpmime/pgpmime.c
14861         * src/plugins/pgpmime/plugin.c
14862         * src/plugins/pgpmime/prefs_gpg.c
14863                 sync with HEAD
14864
14865 2004-12-03 [paul]       0.9.12cvs180.1
14866
14867         * ChangeLog
14868         * ChangeLog.claws
14869         * ChangeLog.jp
14870         * configure.ac
14871         * src/Makefile.am
14872         * src/pop.c
14873         * src/common/utils.c
14874         * src/common/utils.h
14875         * src/pixmaps/continue.xpm
14876         * src/pixmaps/dir_close.xpm
14877         * src/pixmaps/dir_open.xpm
14878         * src/pixmaps/drafts_close.xpm
14879         * src/pixmaps/drafts_open.xpm
14880         * src/pixmaps/folder.xpm **REMOVED**
14881         * src/pixmaps/group.xpm
14882         * src/pixmaps/unread.xpm
14883                 sync with HEAD
14884
14885 2004-12-02 [colin]      0.9.12cvs179.1
14886
14887         * src/compose.c
14888                 Sync with HEAD (non-duplicated reedition)
14889
14890 2004-12-02 [colin]      0.9.12cvs178.1
14891
14892         * src/compose.c
14893                 Sync with HEAD (linewrap_quote fix)
14894
14895 2004-12-01 [colin]      0.9.12cvs177.3
14896
14897         * src/addrharvest.c
14898                 Replace sizeof with strlen
14899
14900 2004-12-01 [paul]       0.9.12cvs177.2
14901
14902         * src/addrharvest.c
14903                 fix 'harvest addresses'
14904
14905 2004-11-30 [colin]      0.9.12cvs177.1
14906
14907         * src/gtk/prefswindow.c
14908         * src/gtk/pluginwindow.c
14909                 Sync with HEAD
14910
14911 2004-11-29 [colin]      0.9.12cvs176.1
14912
14913         * src/folderview.c
14914                 sync with HEAD (Fix disappearing separators in folderview's popup)
14915
14916 2004-11-29 [colin]      0.9.12cvs175.1
14917
14918         * src/procmime.c
14919                 Sync with head (another format fix)
14920
14921 2004-11-29 [colin]      0.9.12cvs174.1
14922
14923         * src/pop.c
14924                 Sync with HEAD (format string fix)
14925
14926 2004-11-26 [colin]      0.9.12cvs173.1
14927
14928         * src/common/smtp.c
14929         * src/common/smtp.h
14930                 Sync with HEAD
14931
14932 2004-11-24 [colin]      0.9.12cvs172.1
14933
14934         * src/plugins/pgpmime/pgpmime.c
14935                 Sync with HEAD
14936
14937 2004-11-24 [colin]      0.9.12cvs171.1
14938
14939         * src/plugins/pgpmime/pgpmime.c
14940                 Sync with head (gpgmectx leaks)
14941
14942 2004-11-24 [colin]      0.9.12cvs169.1
14943
14944         * src/plugins/pgpmime/plugin.c
14945         * src/plugins/trayicon/Makefile.am
14946         * src/plugins/trayicon/newmarkedmail.xpm
14947         * src/plugins/trayicon/trayicon.c
14948         * src/plugins/trayicon/unreadmarkedmail.xpm
14949                 Sync with HEAD
14950
14951 2004-11-23 [colin]      0.9.12cvs168.1
14952
14953         * src/partial_download.c
14954         * src/partial_download.h
14955         * src/plugins/pgpmime/plugin.c
14956                 Sync with HEAD
14957
14958 2004-11-23 [colin]      0.9.12cvs166.1
14959
14960         * src/Makefile.am
14961         * src/codeconv.c
14962         * src/compose.c
14963         * src/folderview.c
14964         * src/main.c
14965         * src/partial_download.c
14966         * src/partial_download.h
14967         * src/prefs_account.c
14968         * src/prefs_account.h
14969         * src/privacy.c
14970         * src/privacy.h
14971         * src/procmime.c
14972         * src/common/Makefile.am
14973         * src/common/base64.h
14974         * src/common/partial_download.c
14975         * src/common/partial_download.h
14976         * src/gtk/prefswindow.c
14977         * src/gtk/prefswindow.h
14978         * src/plugins/pgpmime/pgpmime.c
14979         * src/plugins/pgpmime/prefs_gpg.c
14980         * src/plugins/pgpmime/prefs_gpg.h
14981         * src/plugins/pgpmime/sgpgme.c
14982         * src/plugins/pgpmime/sgpgme.h
14983                 Sync with HEAD
14984
14985 2004-11-23 [colin]      0.9.12cvs163.1
14986
14987         * src/main.c
14988                 Sync with HEAD (cursor optimization)
14989
14990 2004-11-23 [colin]      0.9.12cvs162.1
14991
14992         * src/prefs_common.c
14993         * src/prefs_themes.c
14994         * src/procmsg.c
14995                 Sync with HEAD
14996
14997 2004-11-23 [colin]      0.9.12cvs158.9
14998
14999         * src/compose.c
15000                 Fix double-free when forwarding
15001         * src/msgcache.c
15002                 Fix leak on error path
15003                 
15004
15005 2004-11-23 [colin]      0.9.12cvs158.8
15006
15007         * src/compose.c
15008                 Fix possible double-free
15009                 Spotted by Alfons
15010
15011 2004-11-23 [colin]      0.9.12cvs158.7
15012
15013         * src/compose.c
15014                 Fix some signal handlers' prototypes
15015                 Spotted by Alfons
15016
15017 2004-11-22 [colin]      0.9.12cvs158.6
15018
15019         * src/compose.c
15020                 Remove unneeded code and duplicated
15021                 wrapping - patch by Alfons
15022
15023 2004-11-22 [colin]      0.9.12cvs158.5
15024
15025         * src/prefs_themes.c
15026                 Fix oversized selector
15027
15028 2004-11-22 [colin]      0.9.12cvs158.4
15029
15030         * src/compose.c
15031                 fix dump_text()
15032                 patch by Alfons
15033
15034 2004-11-19 [colin]      0.9.12cvs158.3
15035
15036         * src/textview.c
15037                 Add a context menu on links (open, copy)
15038
15039 2004-11-18 [paul]       0.9.12cvs158.2
15040
15041         * src/addrgather.c
15042         * src/exphtmldlg.c
15043         * src/expldifdlg.c
15044         * src/mimeview.c
15045         * src/prefs_common.c
15046         * src/plugins/image_viewer/viewer.c
15047         * src/plugins/spamassassin/spamassassin_gtk.c
15048                 replace deprecated gtk_notebook_set_page
15049                 and gtk_notebook_current_page
15050
15051 2004-11-18 [paul]       0.9.12cvs158.1
15052
15053         * configure.ac
15054         * src/compose.c
15055         * src/mainwindow.c
15056         * src/messageview.c
15057         * src/prefs_common.c
15058         * src/common/utils.c
15059         * src/common/utils.h
15060                 sync with HEAD
15061
15062 2004-11-17 [colin]      0.9.12cvs156.1
15063
15064         * src/prefs_account.c
15065         * src/prefs_account.h
15066         * src/procmsg.c
15067                 Sync with HEAD (add pref to store encrypted mails encrypted)
15068
15069 2004-11-17 [paul]       0.9.12cvs155.1
15070
15071         * ChangeLog
15072         * ChangeLog.claws
15073         * ChangeLog.jp
15074         * NEWS
15075         * configure.ac
15076         * src/compose.c
15077         * src/jpilot.c
15078         * src/privacy.c
15079         * src/procmime.c
15080         * src/procmime.h
15081         * src/procmsg.c
15082         * src/toolbar.c
15083         * src/pixmaps/error.xpm
15084                 sync with HEAD
15085
15086 2004-11-17 [colin]      0.9.12cvs151.1
15087
15088         * src/plugins/pgpmime/pgpmime.c
15089                 Sync with HEAD (remove debug printf)
15090
15091 2004-11-17 [colin]      0.9.12cvs150.1
15092
15093         * src/plugins/pgpmime/pgpmime.c
15094                 Sync with HEAD (off-by-one fix)
15095
15096 2004-11-17 [colin]      0.9.12cvs149.1
15097
15098         * src/procmsg.c
15099                 Sync with HEAD (coding style fixes)
15100
15101 2004-11-16 [colin]      0.9.12cvs148.1
15102
15103         * src/procmsg.c
15104                 Sync with head (Fix the fix)
15105
15106 2004-11-16 [colin]      0.9.12cvs147.1
15107
15108         * src/procmsg.c
15109                 Sync with Main (leak fix)
15110
15111 2004-11-16 [colin]      0.9.12cvs146.14
15112
15113         * src/compose.c
15114                 Remove useless chunk of code
15115                 Patch by Alfons
15116
15117 2004-11-15 [colin]      0.9.12cvs146.13
15118
15119         * src/compose.c
15120                 Fix drafting after insertion
15121                 Patch by Alfons
15122
15123 2004-11-15 [colin]      0.9.12cvs146.12
15124
15125         * src/compose.c
15126         * src/prefs_filtering.c
15127         * src/prefs_filtering_action.c
15128         * src/prefs_toolbar.c
15129                 Fix some const-correctness
15130
15131 2004-11-15 [colin]      0.9.12cvs146.11
15132
15133         * src/summaryview.c
15134         * src/prefs_themes.c
15135         * src/messageview.c
15136                 Fix some leaks
15137
15138 2004-11-15 [colin]      0.9.12cvs146.10
15139
15140         * src/codeconv.c
15141                 More unreadable locale fixes
15142
15143 2004-11-14 [colin]      0.9.12cvs146.9
15144
15145         * src/textview.c
15146                 Fix uri_security_check
15147                 Patch by Alfons
15148
15149 2004-11-13 [paul]       0.9.12cvs146.8
15150
15151         * src/folder.c
15152         * src/procmime.c
15153                 fix 2 bugs introduced in last commit
15154
15155 2004-11-13 [paul]       0.9.12cvs146.7
15156
15157         * src/compose.c
15158         * src/exporthtml.c
15159         * src/exportldif.c
15160         * src/folder.c
15161         * src/imap.c
15162         * src/imap_gtk.c
15163         * src/main.c
15164         * src/mainwindow.c
15165         * src/messageview.c
15166         * src/mh_gtk.c
15167         * src/prefs_themes.c
15168         * src/procmime.c
15169         * src/setup.c
15170         * src/summaryview.c
15171                 replace deprecated g_basename
15172
15173 2004-11-13 [paul]       0.9.12cvs146.6
15174
15175         * src/compose.c
15176         * src/imap.c
15177         * src/matcher_parser.h
15178         * src/matcher_parser_parse.y
15179         * src/prefs_filtering.c
15180         * src/prefs_filtering_action.c
15181         * src/prefs_themes.c
15182         * src/prefs_toolbar.c
15183         * src/common/utils.c
15184                 various small fixes/cleanups
15185
15186 2004-11-12 [colin]      0.9.12cvs146.5
15187
15188         * src/textview.c
15189                 Validate event's origin on visibility notify
15190                 Patch by Alfons.
15191
15192 2004-11-12 [paul]       0.9.12cvs146.4
15193
15194         * src/exporthtml.c
15195         * src/exportldif.c
15196         * src/imap.c
15197         * src/mh.c
15198         * src/mimeview.c
15199         * src/prefs_spelling.c
15200         * src/prefs_themes.c
15201                 replace deprecated g_dirname    
15202
15203 2004-11-12 [colin]      0.9.12cvs146.3
15204
15205         * src/textview.c
15206                 Some coding style fixes
15207
15208 2004-11-12 [colin]      0.9.12cvs146.2
15209
15210         * src/codeconv.c
15211                 We want to replace _all_ extended chars in
15212                 conv_unreadable_*, because any string containing
15213                 extended chars not parsing as UTF8 is 
15214                 undisplayed on gtk2.
15215
15216 2004-11-12 [paul]       0.9.12cvs146.1
15217
15218         * ChangeLog
15219         * ChangeLog.claws
15220         * ChangeLog.jp
15221         * NEWS
15222         * configure.ac
15223         * src/account.c
15224         * src/folderview.c
15225         * src/folderview.h
15226         * src/imap.c
15227         * src/imap_gtk.c
15228         * src/inc.c
15229         * src/mainwindow.c
15230         * src/mh_gtk.c
15231         * src/news_gtk.c
15232         * src/pop.c
15233         * src/prefs_account.c
15234         * src/prefs_account.h
15235         * src/prefs_ext_prog.c
15236         * src/procmime.c
15237         * src/procmime.h
15238         * src/procmsg.c
15239         * src/procmsg.h
15240         * src/summary_search.c
15241         * src/summaryview.c
15242         * src/textview.c
15243         * src/common/defs.h
15244         * src/common/utils.c
15245         * src/common/utils.h
15246         * src/gtk/menu.c
15247         * src/gtk/menu.h
15248                 sync with HEAD
15249
15250 2004-11-11 [colin]      0.9.12cvs144.2
15251
15252         * src/textview.c
15253                 Fix URI range selection (patch by Alfons)
15254
15255 2004-11-09 [colin]      0.9.12cvs144.1
15256
15257         * ChangeLog.claws
15258         * src/compose.c
15259         * src/folder.c
15260         * src/folder_item_prefs.c
15261         * src/prefs_account.c
15262         * src/prefs_account.h
15263         * src/plugins/pgpmime/pgpmime.c
15264                 Sync with HEAD
15265
15266 2004-11-08 [colin]      0.9.12cvs143.1
15267
15268         * src/summaryview.c
15269                 Sync with HEAD (optimize quicksearch)
15270
15271 2004-11-08 [colin]      0.9.12cvs142.2
15272
15273         * src/compose.c
15274                 Don't wrap when Edit/Auto wrapping is disabled
15275
15276 2004-11-08 [colin]      0.9.12cvs142.1
15277
15278         * src/textview.c
15279                 Sync with HEAD
15280
15281 2004-11-08 [colin]      0.9.12cvs141.1
15282
15283         * src/textview.c
15284                 Sync with HEAD (fix some mail URIs)
15285
15286 2004-11-08 [colin]      0.9.12cvs140.3
15287
15288         * src/textview.c
15289                 o Use text cursor instead of arrow when
15290                   not on a link
15291                 o Fix handling of contiguous links (as in
15292                   "colin@colino.net" <colin@colino.net>)
15293                   This one unveils a bug in get_email_part()
15294
15295 2004-11-07 [colin]      0.9.12cvs140.2
15296
15297         * src/textview.c
15298                 Fix memleak. Patch by Alfons.
15299
15300 2004-11-06 [colin]      0.9.12cvs140.1
15301
15302         * src/compose.c
15303                 Sync with HEAD (don't ask passphrase
15304                 when drafting)
15305
15306 2004-11-06 [paul]       0.9.12cvs139.2
15307
15308         * AUTHORS
15309         * src/textview.c
15310         * src/textview.h
15311                 textview URI handling. hovering over a 
15312                 link displays it in the status bar,
15313                 and changes the mouse pointer to a hand 
15314                 cursor. a link is activated with a single 
15315                 click. (Modified from the) patch by Jean-Yves 
15316                 Lefort <jylefort@users.sourceforge.net>
15317                 
15318
15319 2004-11-05 [colin]      0.9.12cvs139.1
15320
15321         * src/compose.c
15322         * src/procmime.c
15323                 Sync with HEAD again ^^
15324
15325 2004-11-05 [colin]      0.9.12cvs139.1
15326
15327         * src/compose.c
15328         * src/procmime.c
15329                 Sync with HEAD
15330
15331 2004-11-03 [paul]       0.9.12cvs138.1
15332
15333         * ChangeLog.claws
15334         * configure.ac
15335         * po/POTFILES.in
15336         * src/prefs_ext_prog.c
15337         * src/procmime.c
15338         * tools/kdeservicemenu/README
15339         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
15340         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
15341                 sync with HEAD
15342
15343 2004-11-01 [christoph]  0.9.12cvs136.2
15344
15345         * src/procmime.c
15346                 convert MIME parameters to UTF-8
15347
15348 2004-10-29 [colin]      0.9.12cvs136.1
15349
15350         * src/common/utils.c
15351                 Sync with HEAD (don't use '=' in mime boundary)
15352
15353 2004-10-29 [paul]       0.9.12cvs135.1
15354
15355         * configure.ac
15356         * doc/src/rfc2231.txt
15357         * src/procmime.c
15358         * src/common/quoted-printable.c
15359         * src/common/utils.c
15360         * src/common/utils.h
15361                 sync with HEAD
15362
15363 2004-10-27 [paul]       0.9.12cvs134.1
15364
15365         * configure.ac
15366         * src/main.c
15367         * src/procmime.c
15368         * src/plugins/pgpmime/pgpmime.c
15369                 sync with HEAD
15370
15371 2004-10-26 [paul]       0.9.12cvs132.3
15372
15373         * src/account.c
15374         * src/addressbook.c
15375         * src/addrgather.c
15376         * src/addrharvest.c
15377         * src/codeconv.c
15378         * src/compose.c
15379         * src/customheader.c
15380         * src/editaddress.c
15381         * src/editgroup.c
15382         * src/enriched.c
15383         * src/expldifdlg.c
15384         * src/exporthtml.c
15385         * src/exportldif.c
15386         * src/folder.c
15387         * src/foldersel.c
15388         * src/folderview.c
15389         * src/grouplistdialog.c
15390         * src/html.c
15391         * src/imap.c
15392         * src/jpilot.c
15393         * src/ldapserver.c
15394         * src/ldif.c
15395         * src/mimeview.c
15396         * src/news.c
15397         * src/news_gtk.c
15398         * src/pop.c
15399         * src/prefs_display_header.c
15400         * src/prefs_gtk.c
15401         * src/prefs_msg_colors.c
15402         * src/prefs_toolbar.c
15403         * src/procheader.c
15404         * src/procmime.c
15405         * src/summaryview.c
15406         * src/textview.c
15407         * src/toolbar.c
15408         * src/vcard.c
15409         * src/common/mgutils.c
15410         * src/common/nntp.c
15411         * src/common/smtp.c
15412         * src/common/template.c
15413         * src/common/utils.c
15414         * src/common/xmlprops.c
15415         * src/plugins/pgpmime/pgpmime.c
15416         * src/plugins/pgpmime/select-keys.c
15417         * src/plugins/pgpmime/sgpgme.c
15418                 replace deprecated g_strcasecmp(), g_strncasecmp(),
15419                 g_string_sprintfa(), gtk_notebook_current_page()
15420
15421 2004-10-26 [colin]      0.9.12cvs132.2
15422
15423         * src/prefs_folder_item.c
15424                 Fix default-account selection
15425
15426 2004-10-21 [colin]      0.9.12cvs133
15427
15428         * src/compose.c
15429                 Sync with HEAD (Remove extra separator in compose's Options)
15430         * src/textview.c
15431                 Set wrapping to char
15432
15433 2004-10-21 [paul]       0.9.12cvs131.2
15434
15435         * src/compose.c
15436         * src/sourcewindow.c
15437                 fix wrapping
15438                 fix window shrinking 
15439
15440 2004-10-21 [colin]      0.9.12cvs131.1
15441
15442         * ChangeLog.claws
15443         * src/compose.c
15444                 Sync with HEAD
15445
15446 2004-10-21 [paul]       0.9.12cvs130.2
15447
15448         * src/prefs_folder_item.c
15449                 sync with HEAD (Apply to subfolders)
15450
15451 2004-10-19 [colin]      0.9.12cvs130.1
15452
15453         * ChangeLog.claws
15454         * src/compose.c
15455         * src/common/utils.c
15456         * src/gtk/menu.c
15457                 Sync with HEAD
15458
15459 2004-10-19 [colin]      0.9.12cvs128.1
15460
15461         * src/addrbook.c
15462         * src/addrcache.c
15463         * src/addressbook.c
15464         * src/codeconv.c
15465         * src/compose.c
15466         * src/customheader.c
15467         * src/editaddress.c
15468         * src/editgroup.c
15469         * src/exporthtml.c
15470         * src/folder.c
15471         * src/folderview.c
15472         * src/imap.c
15473         * src/jpilot.c
15474         * src/main.c
15475         * src/matcher_parser_parse.y
15476         * src/mbox.c
15477         * src/pop.c
15478         * src/prefs_account.c
15479         * src/prefs_gtk.c
15480         * src/prefs_msg_colors.c
15481         * src/procheader.c
15482         * src/procmime.c
15483         * src/procmime.h
15484         * src/procmsg.c
15485         * src/summaryview.c
15486         * src/textview.c
15487         * src/common/base64.c
15488         * src/common/partial_download.c
15489         * src/common/socket.c
15490         * src/common/sylpheed.c
15491         * src/common/utils.c
15492         * src/common/utils.h
15493         * src/gtk/pluginwindow.c
15494         * src/gtk/quicksearch.c
15495         * src/plugins/clamav/clamav_plugin.c
15496         * src/plugins/clamav/clamav_plugin.h
15497         * src/plugins/clamav/clamav_plugin_gtk.c
15498         * src/plugins/pgpmime/passphrase.c
15499         * src/plugins/pgpmime/pgpmime.c
15500         * src/plugins/pgpmime/plugin.c
15501         * src/plugins/pgpmime/prefs_gpg.c
15502         * src/plugins/pgpmime/prefs_gpg.h
15503         * src/plugins/pgpmime/select-keys.c
15504         * src/plugins/pgpmime/sgpgme.c
15505         * src/plugins/spamassassin/libspamc.c
15506         * src/plugins/spamassassin/spamassassin.c
15507         * src/plugins/spamassassin/spamassassin.h
15508         * src/plugins/spamassassin/spamassassin_gtk.c
15509         * src/plugins/trayicon/trayicon.c
15510         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
15511                 Sync with HEAD
15512
15513 2004-10-14 [colin]      0.9.12cvs126.2
15514
15515         * src/codeconv.c
15516         * src/textview.c
15517                 Fix conv_unreadable_locale
15518
15519 2004-10-13 [colin]      0.9.12cvs126.1
15520
15521         * src/compose.c
15522                 Sync with HEAD (don't convert charset for 
15523                 drafted messages, minor cleanup)
15524
15525 2004-10-13 [colin]      0.9.12cvs125.1
15526
15527         * po/POTFILES.in
15528                 Sync with HEAD (POTFILES fix)
15529
15530 2004-10-12 [colin]      0.9.12cvs124.3
15531
15532         * src/compose.c
15533                 Fix encoding bug from latest sync
15534
15535 2004-10-12 [paul]       0.9.12cvs124.2
15536
15537         * src/plugins/pgpmime/prefs_gpg.c
15538         * src/plugins/pgpmime/prefs_gpg.h
15539                 forgotten in last commit        
15540
15541 2004-10-12 [paul]       0.9.12cvs124.1
15542
15543         * ChangeLog.claws
15544         * configure.ac
15545         * m4/spamassassin.m4
15546         * src/Makefile.am
15547         * src/account.c
15548         * src/compose.c
15549         * src/compose.h
15550         * src/crash.c
15551         * src/main.c
15552         * src/mimeview.c
15553         * src/passphrase.c
15554         * src/passphrase.h
15555         * src/prefs_account.c
15556         * src/prefs_account.h
15557         * src/prefs_common.c
15558         * src/privacy.c
15559         * src/privacy.h
15560         * src/procmime.c
15561         * src/procmime.h
15562         * src/procmsg.c
15563         * src/rfc2015.c
15564         * src/rfc2015.h
15565         * src/select-keys.c
15566         * src/select-keys.h
15567         * src/textview.c
15568         * src/common/utils.c
15569         * src/common/utils.h
15570         * src/gtk/about.c
15571         * src/plugins/pgpmime/Makefile.am
15572         * src/plugins/pgpmime/passphrase.c
15573         * src/plugins/pgpmime/passphrase.h
15574         * src/plugins/pgpmime/pgpmime.c
15575         * src/plugins/pgpmime/plugin.c
15576         * src/plugins/pgpmime/select-keys.c
15577         * src/plugins/pgpmime/select-keys.h
15578         * src/plugins/pgpmime/sgpgme.c
15579         * src/plugins/pgpmime/sgpgme.h
15580                 sync with HEAD
15581
15582 2004-10-04 [colin]      0.9.12cvs122.1
15583
15584         * src/mainwindow.c
15585         * src/messageview.c
15586         * src/messageview.h
15587         * src/textview.c
15588                 Sync with HEAD
15589
15590 2004-10-04 [colin]      0.9.12cvs121.1
15591
15592         * src/summaryview.c
15593                 Sync with HEAD
15594
15595 2004-10-04 [paul]       0.9.12cvs120.1
15596
15597         * configure.ac
15598                 sync with HEAD [don't try to build 
15599                 pgpmime plugin when gpgme is disabled]
15600
15601 2004-10-03 [colin]      0.9.12cvs119.3
15602
15603         * src/gtk/gtksctree.c
15604                 Lots of side effects. Put back as before 117.2.
15605         * src/summaryview.c
15606                 Fix bug #602
15607
15608 2004-10-03 [colin]      0.9.12cvs119.2
15609
15610         * src/gtk/gtksctree.c
15611                 Revert 608 fix that doesn't work that good
15612
15613 2004-10-02 [colin]      0.9.12cvs119.1
15614
15615         * src/mainwindow.c
15616         * src/messageview.c
15617         * src/prefs_common.h
15618         * src/procmime.c
15619         * src/procmime.h
15620         * src/textview.c
15621                 Sync with HEAD
15622         * src/gtk/gtksctree.c
15623                 Close bug #608
15624
15625 2004-10-01 [colin]      0.9.12cvs118.1
15626
15627         * src/mimeview.c
15628                 Sync with HEAD (better Save All fix)
15629
15630 2004-10-01 [colin]      0.9.12cvs117.2
15631
15632         * src/gtk/gtksctree.c
15633                 Faster on selection
15634
15635 2004-10-01 [colin]      0.9.12cvs117.1
15636
15637         * src/mimeview.c
15638                 Sync with HEAD (Save All: only attachments)
15639
15640 2004-10-01 [paul]       0.9.12cvs116.1
15641
15642         * ChangeLog.claws
15643         * configure.ac
15644         * src/account.c
15645         * src/prefs_common.c
15646         * src/gtk/colorlabel.c
15647                 sync with HEAD
15648
15649 2004-09-30 [colin]      0.9.12cvs115.1
15650
15651         * src/stock_pixmap.c
15652         * src/stock_pixmap.h
15653         * src/folderview.c
15654         * src/Makefile.am
15655         * src/pixmaps/read.xpm
15656                 Sync with HEAD (new pixmap)
15657
15658 2004-09-29 [colin]      0.9.12cvs114.1
15659
15660         * src/compose.c
15661                 Sync with HEAD
15662                 Fix focus handling in headers
15663
15664 2004-09-29 [paul]       0.9.12cvs113.1
15665
15666         * src/quote_fmt_parse.y
15667                 sync with HEAD
15668  
15669
15670 2004-09-28 [colin]      0.9.12cvs112.1
15671
15672         * src/folderview.c
15673         * src/mainwindow.c
15674                 Sync with HEAD
15675
15676 2004-09-28 [colin]      0.9.12cvs110.1
15677
15678         * src/folderview.c
15679                 Sync with HEAD (Contextual Empty trash menu)
15680
15681 2004-09-28 [colin]      0.9.12cvs108.1
15682
15683         * src/addressbook.c
15684                 Sync with HEAD (addressbook edit on double-click)
15685
15686 2004-09-28 [colin]      0.9.12cvs106.1
15687
15688         * src/inc.c
15689                 Sync with HEAD (folder_item freeze on inc)
15690
15691 2004-09-27 [colin]      0.9.12cvs105.1
15692
15693         * src/folderview.c
15694                 Sync with HEAD (right-align new and unread column)
15695
15696 2004-09-27 [colin]      0.9.12cvs104.1
15697
15698         * src/main.c
15699                 Sync with HEAD (revert 0.9.12cvs101)
15700
15701 2004-09-24 [colin]      0.9.12cvs103.2
15702
15703         * src/wizard.c
15704                 Fix gtk warnings and use domain part of the email address 
15705                 when domain detection fails (no dot in domain name)
15706
15707 2004-09-23 [colin]      0.9.12cvs103.1
15708
15709         * src/plugins/spamassassin/libspamc.c
15710         * src/plugins/spamassassin/libspamc.h
15711         * src/plugins/spamassassin/utils.c
15712         * src/plugins/spamassassin/utils.h
15713                 Sync with HEAD (Update spamassassin to 3.0)
15714
15715 2004-09-21 [colin]      0.9.12cvs102.3
15716
15717         * src/action.c
15718                 Add horizontal scrollbar in action io dialog as needed
15719                 Patch by Alfons.
15720
15721 2004-09-20 [colin]      0.9.12cvs102.2
15722
15723         * src/plugins/image_viewer/viewer.c
15724                 Remove imlib stuff
15725                 use gtk_pixmap_set when clearing
15726                 (would be better to use gtkImages, but causes size-allocate 
15727                 signals storm)
15728
15729 2004-09-17 [paul]       0.9.12cvs102.1
15730
15731         * ChangeLog
15732         * ChangeLog.claws
15733         * ChangeLog.jp
15734         * configure.ac
15735         * src/inc.c
15736                 sync with HEAD
15737
15738
15739 2004-09-17 [colin]      0.9.12cvs101.1
15740
15741         * ChangeLog.claws
15742         * src/main.c
15743                 Sync with HEAD (fix segs at exit)
15744
15745 2004-09-14 [colin]      0.9.12cvs99.5
15746
15747         * src/common/socket.c
15748         * AUTHORS
15749                 Fix send error on 64bit platforms
15750                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
15751
15752 2004-09-14 [colin]      0.9.12cvs99.4
15753
15754         * src/action.c
15755                 Fix action output with utf8 
15756                 Patch by Alfons.
15757
15758 2004-09-14 [colin]      0.9.12cvs99.3
15759
15760         * ChangeLog.claws
15761         * src/folder.c
15762                 Sync with HEAD
15763
15764 2004-09-09 [colin]      0.9.12cvs99.2
15765
15766         * src/action.c
15767                 Fix progress bar (displaying "Completed %v/%u")
15768                 Patch by Alfons.
15769
15770 2004-09-08 [colin]      0.9.12cvs99.1
15771
15772         * src/account.c
15773         * src/folder.c
15774         * src/procmsg.c
15775         * src/procmsg.h
15776         * src/plugins/pgpmime/pgpmime.c
15777                 Sync with HEAD
15778
15779 2004-09-08 [colin]      0.9.12cvs97.2
15780
15781         * src/summaryview.c
15782                 Don't select mails in collapsed threads 
15783                 when navigating with up/down
15784
15785 2004-09-07 [colin]      0.9.12cvs97.1
15786
15787         * src/inc.c
15788                 Sync with HEAD (meaningful error messages)
15789
15790 2004-09-06 [colin]      0.9.12cvs96.1
15791
15792         * src/toolbar.c
15793                 Sync with HEAD (fix Redirect graying out)
15794
15795 2004-09-06 [colin]      0.9.12cvs95.1
15796
15797         * src/summaryview.c
15798         * src/mimeview.c
15799                 Sync with HEAD (fix dropped URIs)
15800
15801 2004-09-06 [colin]      0.9.12cvs94.1
15802
15803         * src/addressbook.c
15804         * src/addressitem.h
15805         * src/addritem.c
15806         * src/addritem.h
15807                 Sync with HEAD (addressbook DnD)
15808
15809 2004-09-03 [colin]      0.9.12cvs93.1
15810
15811         * src/summaryview.c
15812                 Sync with HEAD (next/prev unread)
15813
15814 2004-09-03 [colin]      0.9.12cvs92.1
15815
15816         * src/prefs_common.c
15817         * src/prefs_common.h
15818         * src/summaryview.c
15819                 Sync with HEAD ('mark_as_read_delay' pref)
15820
15821 2004-09-02 [colin]      0.9.12cvs91.2
15822
15823         * src/common/xml.c
15824                 Fix leak
15825
15826 2004-09-02 [colin]      0.9.12cvs91.1
15827
15828         * src/gtk/menu.c
15829                 Sync with HEAD (menu accel don't work, but whatever)
15830
15831 2004-09-02 [colin]      0.9.12cvs90.1
15832
15833         * src/account.c
15834                 Sync with HEAD (fix bug 582)
15835
15836 2004-09-02 [colin]      0.9.12cvs89.1
15837
15838         * src/addrindex.c
15839                 Sync with HEAD (free deleted queries)
15840
15841 2004-09-02 [colin]      0.9.12cvs88.1
15842
15843         * src/ldapquery.c
15844                 Sync with HEAD (fix LDAP freezes)
15845
15846 2004-09-02 [colin]      0.9.12cvs87.1
15847
15848         * src/prefs_spelling.c
15849                 Sync with HEAD (add default dictionary)
15850
15851 2004-09-01 [colin]      0.9.12cvs86.1
15852
15853         * src/filtering.c
15854         * src/folderview.c
15855         * src/imap.c
15856         * src/prefs_matcher.c
15857         * src/stock_pixmap.c
15858         * src/summary_search.c
15859         * src/summaryview.c
15860         * src/wizard.c
15861         * src/wizard.h
15862                 Sync with HEAD (uninitialized vars fixes)
15863                 + gtk2 specific warning fixes
15864
15865 2004-08-31 [colin]      0.9.12cvs85.1
15866
15867         * src/folder.c
15868                 Sync with HEAD (Fix memory corruption due to 
15869                 uninitialized var)
15870
15871 2004-08-31 [colin]      0.9.12cvs84.4
15872
15873         * src/summary_search.c
15874                 Fix segfaults when searching in folders with broken headers
15875
15876 2004-08-31 [colin]      0.9.12cvs84.3
15877
15878         * src/compose.c
15879         * src/textview.c
15880                 Fix some more encoding/decoding issues
15881
15882 2004-08-30 [colin]      0.9.12cvs84.2
15883
15884         * src/mimeview.c
15885         * src/prefs_themes.c
15886         * src/gtk/filesel.c
15887         * src/gtk/filesel.h
15888                 Add a folder-mode selection (fixes mimeview's "Save all")
15889
15890 2004-08-29 [colin]      0.9.12cvs84.1
15891
15892         * src/mimeview.c
15893                 Sync with HEAD (don't escape saved filenames)
15894
15895 2004-08-27 [colin]      0.9.12cvs83.1
15896
15897         * ChangeLog
15898         * ChangeLog.claws
15899         * ChangeLog.jp
15900         * src/mh.c
15901         * src/procheader.c
15902         * src/procmsg.c
15903         * src/procmsg.h
15904         * src/common/utils.c
15905         * src/gtk/menu.h
15906         * po/
15907                 Sync with HEAD 0.9.12cvs83 (sync with main)
15908
15909 2004-08-26 [colin]      0.9.12cvs82.4
15910
15911         * src/codeconv.c
15912                 Fix strange stack corruption
15913                 Convert to utf8 after unmime, not before
15914
15915 2004-08-26 [colin]      0.9.12cvs82.3
15916
15917         * src/main.c
15918         * src/wizard.c
15919                 Fix account folders duplication
15920
15921 2004-08-25 [colin]      0.9.12cvs82.2
15922
15923         * src/wizard.c
15924                 Remove ports
15925                 Add SSL selection
15926                 Use login@server as account name
15927
15928 2004-08-25 [colin]      0.9.12cvs82.1
15929
15930         * src/plugins/pgpmime/pgpmime.c
15931                 Sync with HEAD (leak fix).
15932
15933 2004-08-25 [colin]      0.9.12cvs81.1
15934
15935         * src/plugins/pgpmime/pgpmime.c
15936         * src/plugins/pgpmime/sgpgme.c
15937         * src/plugins/pgpmime/sgpgme.h
15938                 Sync with HEAD (Handle combined messages).
15939
15940 2004-08-24 [colin]      0.9.12cvs80.3
15941
15942         * src/wizard.c
15943                 Fix full name, ports, and imap
15944
15945 2004-08-24 [colin]      0.9.12cvs80.2
15946
15947         * src/Makefile.am
15948         * src/main.c
15949         * src/setup.c
15950         * src/setup.h
15951         * src/stock_pixmap.c
15952         * src/stock_pixmap.h
15953         * src/wizard.c ** ADDED **
15954         * src/wizard.h ** ADDED ** 
15955         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
15956                 Add a setup wizard 
15957
15958 2004-08-24 [colin]      0.9.12cvs80.1
15959
15960         * src/folder.c
15961                 Sync with HEAD (set mimeflags on all messages)
15962
15963 2004-08-24 [colin]      0.9.12cvs79.3
15964
15965         * src/matcher_parser_lex.l
15966                 Fix 8bits strings not in utf8
15967
15968 2004-08-24 [colin]      0.9.12cvs79.2
15969
15970         * src/compose.c
15971                 Check conversion result before replacing buffer
15972
15973 2004-08-23 [colin]      0.9.12cvs79.1
15974
15975         * src/compose.c
15976                 Sync with HEAD (create message header in memory)
15977
15978 2004-08-23 [colin]      0.9.12cvs78.1
15979
15980         * src/rfc2015.c
15981         * src/rfc2015.h
15982                 Sync with HEAD (fix bug 197 again)
15983
15984 2004-08-23 [colin]      0.9.12cvs77.3
15985
15986         * src/compose.c
15987                 Fix again inline gpg signing (which outputs utf8
15988                 in gtk2). Not syncing this fix to HEAD as this 
15989                 code is meant to die.
15990
15991 2004-08-23 [colin]      0.9.12cvs77.2
15992
15993         * src/prefs_account.h
15994                 Remove useless include
15995
15996 2004-08-23 [colin]      0.9.12cvs77.1
15997
15998         * src/imap.c
15999         * po/es.po
16000         * po/fr.po
16001         * po/it.po
16002         * po/pl.po
16003         * po/pt_BR.po
16004         * po/sk.po
16005         * po/sr.po
16006                 Sync with HEAD (fix bug 577)
16007
16008 2004-08-22 [colin]      0.9.12cvs76.1
16009
16010         * src/plugins/trayicon/trayicon.c
16011                 Sync with HEAD (fix formatting bug)
16012
16013 2004-08-21 [colin]      0.9.12cvs74.2
16014
16015         * src/gtk/colorsel.c
16016                 Fix bug 564 (Folder color selection window exits on any
16017                 keypress)
16018
16019 2004-08-21 [colin]      0.9.12cvs74.1
16020
16021         * ChangeLog.claws
16022         * src/compose.c
16023         * src/summaryview.c
16024         * src/toolbar.c
16025                 Sync with HEAD (fix bug 576)
16026
16027 2004-08-21 [colin]      0.9.12cvs70.1
16028
16029         * src/compose.c
16030         * src/mainwindow.c
16031                 Sync with HEAD
16032                 
16033
16034 2004-08-21 [paul]       0.9.12cvs66.4
16035
16036         * src/mainwindow.c
16037         * src/messageview.c
16038         * src/gtk/menu.c
16039         * src/plugins/spamassassin/spamassassin_gtk.c
16040                 remove some deprecated gtk1 functions
16041
16042
16043 2004-08-21 [colin]      0.9.12cvs66.3
16044
16045         * src/compose.c
16046         * src/codeconv.c
16047                 Fix warnings
16048                 Remove encoding hacks
16049                 Fix bug 575 (Strange character messes up message)
16050                 Don't display conversion error when drafting
16051
16052 2004-08-21 [paul]       0.9.12cvs66.2
16053
16054         * src/prefs_account.c
16055                 fix GnuPG mode bugs
16056
16057
16058 2004-08-20 [colin]      0.9.12cvs66.1
16059
16060         * src/codeconv.c
16061                 Sync with HEAD 0.9.12cvs66
16062
16063 2004-08-20 [paul]
16064
16065         * src/plugins/pgpmime/plugin.c
16066                 modify PGP/MIME plugin's description
16067
16068 2004-08-17 [colin]      0.9.12cvs65.1
16069
16070         * src/common/ssl.c
16071         * src/plugins/pgpmime/plugin.c
16072                 Sync with HEAD
16073
16074 2004-08-14 [colin]      0.9.12cvs60.3
16075
16076         * src/plugins/trayicon/trayicon.c
16077                 Put back resize callback, on size-request signal
16078                 rather than size-allocate to avoid infinite 
16079                 callback loop
16080
16081 2004-08-13 [colin]      0.9.12cvs60.2
16082
16083         * src/common/defs.h
16084                 Cache versions have been fixed
16085
16086 2004-08-13 [colin]      0.9.12cvs60.1
16087
16088         * src/folderutils.c
16089                 Sync with HEAD
16090
16091 2004-08-12 [colin]      0.9.12cvs59.1
16092
16093         * src/plugins/trayicon/trayicon.c
16094                 Sync with HEAD
16095
16096 2004-08-12 [colin]      0.9.12cvs57.5
16097
16098         * sylpheed.desktop
16099         * configure.ac
16100         * src/Makefile.am
16101         * src/main.c
16102                 Add support for Freedesktop.org's startup notification
16103
16104 2004-08-11 [colin]      0.9.12cvs57.4
16105
16106         * src/textview.c
16107                 Fix off-by-one
16108
16109 2004-08-11 [colin]      0.9.12cvs57.3
16110
16111         * src/message_search.c
16112         * src/summary_search.c
16113                 Make searches case insensitive by default
16114         * src/textview.c
16115                 Fix case-insensitive search in message
16116
16117 2004-08-11 [colin]      0.9.12cvs57.2
16118
16119         * src/summary_search.c
16120                 Let case-sensitive be specified
16121
16122 2004-08-10 [colin]      0.9.12cvs55.4
16123
16124         * src/common/socket.c
16125                 Fix the possible race condition
16126
16127 2004-08-09 [paul]       0.9.12cvs55.3
16128
16129         * configure.ac
16130         * src/Makefile.am
16131         * src/common/Makefile.am
16132                 sync with HEAD
16133
16134
16135 2004-08-09 [paul]       0.9.12cvs55.2
16136
16137         * autogen.sh
16138         * po/poconv.sh
16139                 remove unneeded script
16140
16141         * configure.ac
16142                 add forgotten USE_LDAP_TLS (sync with HEAD)
16143
16144
16145 2004-08-09 [colin]      0.9.12cvs55.1
16146
16147         * src/main.c
16148         * src/common/ssl.c
16149         * src/common/sylpheed.c
16150         * src/common/sylpheed.h
16151                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
16152
16153 2004-08-09 [paul]       0.9.12cvs54.1
16154
16155         * ChangeLog
16156         * ChangeLog.claws
16157         * ChangeLog.jp
16158         * configure.ac
16159         * po/POTFILES.in
16160         * src/Makefile.am
16161         * src/folderutils.c
16162         * src/main.c
16163         * src/pgpmime.c
16164         * src/pgpmime.h
16165         * src/sgpgme.c
16166         * src/sgpgme.h
16167         * src/plugins/Makefile.am
16168         * src/plugins/pgpmime/.cvsignore
16169         * src/plugins/pgpmime/Makefile.am
16170         * src/plugins/pgpmime/pgpmime.c
16171         * src/plugins/pgpmime/pgpmime.h
16172         * src/plugins/pgpmime/plugin.c
16173         * src/plugins/pgpmime/sgpgme.c
16174         * src/plugins/pgpmime/sgpgme.h
16175                 sync with HEAD
16176
16177 2004-08-08 [paul]       0.9.12cvs51.1
16178
16179         * configure.ac
16180         * src/folder.c
16181                 sync with HEAD
16182
16183 2004-08-07 [colin]      0.9.12cvs50.1
16184
16185         * src/pop.c
16186         * src/common/partial_download.c
16187                 fix warnings (sync from HEAD)
16188
16189 2004-08-07 [colin]      0.9.12cvs48.1
16190
16191         * src/prefs_folder_item.c
16192                 sync with HEAD 0.9.12cvs48
16193
16194 2004-08-06 [colin]      0.9.12cvs47.1
16195
16196         * src/compose.c
16197                 Sync with HEAD
16198
16199 2004-08-06 [christoph]  0.9.12cvs46.2
16200
16201         * src/main.c
16202         * src/plugins/clamav/clamav_plugin_gtk.c
16203         * src/plugins/dillo_viewer/dillo_viewer.c
16204         * src/plugins/image_viewer/plugin.c
16205         * src/plugins/mathml_viewer/mathml_viewer.c
16206         * src/plugins/spamassassin/spamassassin_gtk.c
16207         * src/plugins/trayicon/trayicon.c
16208                 don't mix GTK1.2 plugin with GTK2 plugins
16209
16210 2004-08-06 [colin]      0.9.12cvs46.1
16211
16212         * ChangeLog
16213         * ChangeLog.claws
16214         * ChangeLog.jp
16215         * configure.ac
16216         * sylpheed-claws.pc.in
16217         * src/folder.c
16218         * src/imap.c
16219         * src/localfolder.c
16220         * src/messageview.c
16221         * src/mimeview.c
16222         * src/mimeview.h
16223         * src/msgcache.c
16224         * src/news.c
16225         * src/prefs_ext_prog.c
16226         * src/prefs_folder_item.c
16227         * src/prefs_fonts.c
16228         * src/prefs_msg_colors.c
16229         * src/prefs_spelling.c
16230         * src/prefs_themes.c
16231         * src/prefs_toolbar.c
16232         * src/prefs_wrapping.c
16233         * src/procmime.h
16234         * src/common/defs.h
16235         * src/common/nntp.c
16236         * src/common/session.c
16237         * src/common/session.h
16238         * src/common/socket.c
16239         * src/common/utils.h
16240         * src/common/xml.c
16241         * src/common/xml.h
16242         * src/gtk/prefswindow.c
16243         * src/gtk/prefswindow.h
16244         * src/plugins/clamav/clamav_plugin_gtk.c
16245         * src/plugins/dillo_viewer/dillo_prefs.c
16246         * src/plugins/image_viewer/viewerprefs.c
16247         * src/plugins/spamassassin/spamassassin_gtk.c
16248         * m4/openssl.m4 *** REMOVED ***
16249                 Sync with HEAD 0.9.12cvs46
16250
16251 2004-08-03 [paul]       0.9.12cvs40.2
16252
16253         * src/action.c
16254         * src/addressadd.c
16255         * src/addressbook.c
16256         * src/addrgather.c
16257         * src/browseldap.c
16258         * src/compose.c
16259         * src/crash.c
16260         * src/editaddress.c
16261         * src/editgroup.c
16262         * src/editldap_basedn.c
16263         * src/foldersel.c
16264         * src/importldif.c
16265         * src/mimeview.c
16266         * src/prefs_common.c
16267         * src/prefs_template.c
16268         * src/sourcewindow.c
16269         * src/summaryview.c
16270         * src/gtk/about.c
16271         * src/gtk/foldersort.c
16272         * src/gtk/logwindow.c
16273         * src/gtk/pluginwindow.c
16274         * src/gtk/prefswindow.c
16275                 change all gtk_scrolled_window_set_policy from 
16276                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
16277
16278 2004-08-02 [paul]       0.9.12cvs40.1
16279
16280         * AUTHORS
16281                 update translation team section
16282         * po/pt_BR.po
16283                 updated by Frederico Goncalves Guimaraes
16284                 <fggdebian@yahoo.com.br>
16285
16286 2004-07-31 [colin]      0.9.12cvs39.9
16287
16288         * src/exphtmldlg.c
16289                 Fix compilation
16290
16291 2004-07-31 [colin]      0.9.12cvs39.8
16292
16293         * src/exphtmldlg.c
16294                 Fix an alertpanel type
16295
16296 2004-07-30 [colin]      0.9.12cvs39.7
16297
16298         * src/alertpanel.c
16299                 Fix alertpanel_error_log's icon
16300
16301 2004-07-30 [colin]      0.9.12cvs39.6
16302
16303         * src/pop.c
16304                 Two of them should still be warnings
16305
16306 2004-07-30 [colin]      0.9.12cvs39.5
16307
16308         * src/pop.c
16309                 More warning -> error
16310 2004-07-29 [colin]      0.9.12cvs39.4
16311
16312         * src/pop.c
16313                 Warning -> error
16314
16315 2004-07-29 [colin]      0.9.12cvs39.3
16316
16317         * src/prefs_matcher.c
16318                 Fix segfault
16319
16320 2004-07-29 [colin]      0.9.12cvs39.2
16321
16322         * src/alertpanel.c
16323                 More nice-looking alertpanels
16324
16325 2004-07-29 [colin]      0.9.12cvs39.1
16326
16327         * src/messageview.c
16328                 sync with head
16329                 (inform user when partial mail is deleted on server)
16330
16331 2004-07-29 [colin]      0.9.12cvs38.1
16332
16333         * src/messageview.c
16334                 sync with head
16335
16336 2004-07-28 [paul]       0.9.12cvs37.7
16337
16338         * src/mainwindow.c
16339                 complete the replacement of deprecated gtk_progress_*
16340
16341 2004-07-28 [paul]       0.9.12cvs37.6
16342
16343         * src/action.c
16344         * src/inc.c
16345         * src/mainwindow.c
16346         * src/send_message.c
16347         * src/gtk/progressdialog.c
16348         * src/gtk/progressdialog.h
16349                 replace deprecated gtk_progress_*
16350
16351 2004-07-28 [paul]       0.9.12cvs37.5
16352
16353         * src/gtk/filesel.c
16354                 remove gtk_window_set_wmclass()
16355 2004-07-28 [paul]       0.9.12cvs37.4
16356
16357         * src/addressbook.c
16358         * src/compose.c
16359         * src/foldersel.c
16360         * src/mainwindow.c
16361         * src/messageview.c
16362         * src/sourcewindow.c
16363         * src/gtk/logwindow.c
16364                 remove gtk_window_set_wmclass()
16365                 
16366         * src/prefs_filtering.c
16367         * src/prefs_filtering_action.c
16368         * src/prefs_fonts.c
16369         * src/prefs_gtk.c
16370         * src/prefs_matcher.c
16371         * src/ssl_manager.c
16372         * src/gtk/prefswindow.c
16373                 replace gtk_window_position()
16374
16375 2004-07-28 [colin]      0.9.12cvs37.3
16376
16377         * src/alertpanel.c
16378         * src/alertpanel.h
16379                 Add a way to specify panel type for specific
16380                 panels (alertpanel())
16381         * src/account.c
16382         * src/addressbook.c
16383         * src/compose.c
16384         * src/expldifdlg.c
16385         * src/main.c
16386         * src/messageview.c
16387         * src/summaryview.c
16388         * src/textview.c
16389         * src/gtk/sslcertwindow.c
16390                 Fix alertpanel()s so that their icon match
16391                 their real type
16392
16393 2004-07-28 [paul]       0.9.12cvs37.2
16394
16395         * src/addr_compl.c
16396         * src/addressbook.c
16397         * src/alertpanel.c
16398         * src/compose.c
16399         * src/export.c
16400         * src/foldersel.c
16401         * src/folderview.c
16402         * src/grouplistdialog.c
16403         * src/import.c
16404         * src/mainwindow.c
16405         * src/message_search.c
16406         * src/messageview.c
16407         * src/passphrase.c
16408         * src/prefs_actions.c
16409         * src/prefs_common.c
16410         * src/prefs_customheader.c
16411         * src/prefs_display_header.c
16412         * src/prefs_filtering.c
16413         * src/prefs_filtering_action.c
16414         * src/prefs_gtk.c
16415         * src/prefs_matcher.c
16416         * src/prefs_msg_colors.c
16417         * src/prefs_summary_column.c
16418         * src/prefs_template.c
16419         * src/sourcewindow.c
16420         * src/ssl_manager.c
16421         * src/summary_search.c
16422         * src/gtk/colorsel.c
16423         * src/gtk/description_window.c
16424         * src/gtk/gtkaspell.c
16425         * src/gtk/inputdialog.c
16426         * src/gtk/logwindow.c
16427         * src/gtk/prefswindow.c
16428         * src/gtk/progressdialog.c
16429                 replace deprecated gtk_window_set_policy
16430
16431 2004-07-27 [colin]      0.9.12cvs37.1
16432
16433         * src/msgcache.c
16434                 More fixes (synced for head again)
16435
16436 2004-07-27 [colin]      0.9.12cvs35.3
16437
16438         * src/msgcache.c
16439                 Fix wrong test
16440
16441 2004-07-27 [colin]      0.9.12cvs35.2
16442
16443         * src/mimeview.c
16444                 Fix width a bit (by Paul)
16445         * src/alertpanel.c
16446         * src/alertpanel.h
16447                 Specialize icons, make alertpanel_message()
16448                 private
16449         * src/message_search.c
16450         * src/sgpgme.c
16451         * src/summary_search.c
16452                 Suit alertpanel changes
16453
16454 2004-07-27 [colin]      0.9.12cvs35.1
16455
16456         * src/alertpanel.c
16457                 Add an icon
16458         * src/passphrase.c
16459                 Add debug output - maybe someone will
16460                 want to look at the problem with Grab
16461                 Input :)
16462         Bump version as we're synced with HEAD
16463
16464 2004-07-26 [colin]      0.9.12cvs33.26
16465
16466         * src/pop.c
16467                 Fix uidl-file parsing when not in new
16468                 format
16469
16470 2004-07-26 [colin]      0.9.12cvs33.25
16471
16472         * src/gtk/menu.c
16473                 Move popup menu up if necessary (fixes 
16474                 account selector)
16475         * src/mainwindow.c
16476                 Set account selector's button height to
16477                 minimum
16478
16479 2004-07-26 [colin]      0.9.12cvs33.24
16480
16481         * src/alertpanel.c
16482                 Maybe fix 551 (Truncated font in alert window)
16483
16484 2004-07-26 [colin]      0.9.12cvs33.23
16485
16486         * po/de.po
16487         * po/es.po
16488         * po/fr.po
16489         * po/it.po
16490         * po/ja.po
16491         * po/pl.po
16492         * po/ru.po
16493         * po/sk.po
16494         * po/sr.po
16495         * po/zh_CN.po
16496                 Sync po files with HEAD
16497
16498 2004-07-26 [paul]       0.9.12cvs33.22
16499
16500         * src/compose.c
16501                 fix Bug 556 'Organisation-header is sent even if empty'
16502
16503 2004-07-24 [colin]      0.9.12cvs33.21
16504
16505         * src/compose.c
16506         * src/gtk/gtkaspell.c
16507         * src/gtk/gtkaspell.h
16508                 Fix speller accelerators (require hack)
16509
16510 2004-07-24 [colin]      0.9.12cvs33.20
16511
16512         * src/gtk/gtkaspell.c
16513                 Fix over-eager code deletion breaking
16514                 Check while typing
16515
16516 2004-07-24 [colin]      0.9.12cvs33.19
16517
16518         * src/browseldap.c
16519         * src/ldapctrl.c
16520         * src/ldapctrl.h
16521         * src/ldapserver.h
16522                 Sync ldap with HEAD
16523         (Fixes 546 LDAP completely broken)
16524
16525 2004-07-24 [colin]      0.9.12cvs33.18
16526
16527         * src/prefs_msg_colors.c
16528                 Fix prototype mismatch
16529         (Fixes 547 void function cannot return value)
16530
16531 2004-07-24 [colin]      0.9.12cvs33.17
16532
16533         * src/mainwindow.c
16534                 Fix sort going back to previous sort key
16535                 when changing sort direction
16536
16537 2004-07-24 [colin]      0.9.12cvs33.16
16538
16539         * src/compose.c
16540                 Fix space insertion when re-wrapping at 
16541                 cursor point
16542
16543 2004-07-24 [colin]      0.9.12cvs33.15
16544
16545         * src/gtk/gtkaspell.c
16546                 Don't change cursor position in insert-text
16547                 callback
16548         (Fixes 539 Word wrapping on input transposes letters)
16549
16550 2004-07-24 [colin]      0.9.12cvs33.14
16551
16552         * src/gtk/gtkaspell.c
16553                 Reencode non-ascii chars to dictionary's
16554                 encoding
16555         (Fixes 544 Spell check broken non english locale)
16556
16557 2004-07-24 [colin]      0.9.12cvs33.13
16558
16559         * src/summaryview.c
16560                 Fix Shift+Down, add Home/End/PgUp/PgDown
16561
16562 2004-07-21 [colin]      0.9.12cvs33.12
16563
16564         * src/prefs_common.c
16565                 Fix a gtk warning (Patch by Andrej Kacian)
16566
16567 2004-07-21 [colin]      0.9.12cvs33.11
16568
16569         * src/gtk/filesel.c
16570                 More check
16571
16572 2004-07-21 [colin]      0.9.12cvs33.10
16573
16574         * src/compose.c
16575         * src/crash.c
16576         * src/export.c
16577         * src/import.c
16578         * src/messageview.c
16579         * src/mimeview.c
16580         * src/prefs_spelling.c
16581         * src/prefs_themes.c
16582         * src/summaryview.c
16583         * src/gtk/filesel.c
16584         * src/gtk/filesel.h
16585         * src/gtk/pluginwindow.c
16586                 Untwist open/save mode guessing logic, make
16587                 it explicit
16588
16589 2004-07-20 [colin]      0.9.12cvs33.9
16590
16591         * src/codeconv.c
16592                 conv_encode_header: src_charset is UTF-8 on
16593                 gtk2
16594         * src/compose.c
16595                 Remove double encoding of the headers
16596
16597 2004-07-20 [colin]      0.9.12cvs33.8
16598
16599         * src/codeconv.c
16600                 Fix typo
16601
16602 2004-07-20 [colin]      0.9.12cvs33.7
16603
16604         * src/mainwindow.c
16605                 Set the separated messageview to the saved
16606                 size of Claws' messageview (Patch by Alfons)
16607                 Fix a callback prototype (me)
16608
16609 2004-07-20 [colin]      0.9.12cvs33.6
16610
16611         * src/codeconv.h
16612                 Forgot one hunk in 0.9.12cvs33.4
16613
16614 2004-07-19 [colin]      0.9.12cvs33.5
16615
16616         * src/action.c
16617                 Action output fix
16618                 Patch by Alfons
16619
16620 2004-07-19 [colin]      0.9.12cvs33.4
16621
16622         * src/compose.c
16623                 Fix outgoing charset bug in headers
16624         * src/codeconv.c
16625                 Clean for glib2 - Patch by Alfons
16626
16627 2004-07-19 [colin]      0.9.12cvs33.3
16628
16629         * src/statusbar.c
16630                 Remove grip from the statusbar
16631                 Patch by Alfons
16632
16633 2004-07-19 [colin]      0.9.12cvs33.2
16634
16635         * src/messageview.c
16636         * src/textview.c
16637                 Fix messageview remembering the previous
16638                 scroll position when loading a new message
16639                 Patch by Alfons
16640
16641 2004-07-19 [colin]      0.9.12cvs33.1
16642
16643         * src/folder.h
16644         * src/folderview.c
16645         * src/summaryview.c
16646                 Sync with HEAD
16647
16648 2004-07-18 [colin]      0.9.12cvs32.7
16649
16650         * configure.ac
16651                 Remove useless check for XIM - noticed
16652                 by Alfons
16653
16654 2004-07-18 [colin]      0.9.12cvs32.6
16655
16656         * src/summaryview.c
16657                 Remove non-modified and shift-modified
16658                 accelerators in summaryview's popup
16659                 menu, as that doesn't get catched by
16660                 the accel-activate signal catcher...
16661
16662 2004-07-18 [colin]      0.9.12cvs32.5
16663
16664         * src/prefs_common.c
16665                 Define sensible default prefs for 
16666                 wrapping
16667
16668 2004-07-18 [colin]      0.9.12cvs32.4
16669
16670         * src/compose.c
16671         * src/prefs_common.c
16672         * src/prefs_common.h
16673         * src/prefs_wrapping.c
16674                 Remove Smart Wrapping pref, which does
16675                 nothing on gtk2 branch
16676
16677 2004-07-18 [colin]      0.9.12cvs32.3
16678
16679         * src/sourcewindow.c
16680                 Proper utf8
16681
16682 2004-07-18 [colin]      0.9.12cvs32.2
16683
16684         * src/compose.c
16685                 Save attachment status when drafting
16686
16687 2004-07-18 [colin]      0.9.12cvs32.1
16688
16689         * src/gtk/filesel.c
16690                 Fix erratic folder selection in open mode
16691
16692 2004-07-18 [colin]      0.9.12cvs31.11
16693
16694         * src/pop.c
16695                 Don't let partial messages get deleted
16696                 even with "dowload all"
16697                 (0.9.12cvs31.8 fix extension)
16698 2004-07-18 [colin]      0.9.12cvs31.10
16699
16700         * src/gtk/logwindow.c
16701                 Fix log scrolling
16702
16703 2004-07-18 [colin]      0.9.12cvs31.9
16704
16705         * src/common/utils.c
16706                 Fix non-utf8 strings coming from commands
16707                 and files
16708
16709 2004-07-18 [colin]      0.9.12cvs31.8
16710
16711         * src/pop.c
16712                 Fix partial download bug with Download all
16713                 messages option
16714
16715 2004-07-18 [colin]      0.9.12cvs31.7
16716
16717         * src/textview.c
16718                 Fix bug introduced in 0.9.12cvs31.2
16719                 (blocked in select mode after double click)
16720
16721 2004-07-18 [colin]      0.9.12cvs31.6
16722
16723         * src/compose.c
16724         * src/gtk/menu.c
16725                 More glib-warning fixes
16726
16727 2004-07-18 [colin]      0.9.12cvs31.5
16728
16729         * src/compose.c
16730                 Fix trashing the primary clipboard when moving 
16731                 around with tab
16732         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
16733
16734 2004-07-18 [colin]      0.9.12cvs31.4
16735
16736         * src/codeconv.c
16737                 convert unencoded iso headers to utf8
16738         (Fix Bug 538 Unencoded local characters in subject make it 
16739          disappear)
16740
16741 2004-07-18 [colin]      0.9.12cvs31.3
16742
16743         * src/compose.c
16744                 Fix tab char handling in wrapping
16745         (Fix Bug 537 Line wrap problem - TAB character treated as 
16746          one character instead of 8)
16747
16748 2004-07-18 [colin]      0.9.12cvs31.2
16749
16750         * src/textview.c
16751                 return FALSE on GDK_MOTION_NOTIFY
16752         (Fix Bug 535 Hyperlinks/addresses are not selectable 
16753          (unable to highlight))
16754
16755 2004-07-18 [colin]      0.9.12cvs31.1
16756
16757         * src/folderview.c
16758                 Sync with 0.9.12cvs31
16759
16760 2004-07-18 [colin]      0.9.12cvs30.4
16761
16762         * src/compose.c
16763                 Also block text_inserted when inserting a file
16764
16765 2004-07-18 [colin]      0.9.12cvs30.3
16766
16767         * src/compose.c
16768                 Fix smart wrapping (block text_inserted handler
16769                 while putting quotation to avoid wrap on input,
16770                 don't join lines if next is sig separator)
16771
16772 2004-07-17 [colin]      0.9.12cvs30.2
16773
16774         * src/folderview.c
16775         * src/mainwindow.c
16776         * src/mimeview.c
16777         * src/summaryview.c
16778         * src/gtk/quicksearch.c
16779         * src/gtk/quicksearch.h
16780                 Block key events handlers *and* accels while
16781                 quicksearch is focused
16782         (Fixes Bug 534 quick-search bar not accepting certain letters)
16783
16784 2004-07-17 [colin]      0.9.12cvs30.1
16785
16786         * src/folder.h
16787         * src/folderview.c
16788         * src/summaryview.c
16789                 Sync with 0.9.12cvs30
16790
16791 2004-07-17 [colin]      0.9.12cvs28.2
16792
16793         * src/mimeview.c
16794         * src/procmime.c
16795         * src/summaryview.c
16796         * src/gtk/menu.c
16797                 Squash some compile and glib warnings
16798
16799 2004-07-17 [paul]       0.9.12cvs28.1
16800
16801         * src/mimeview.c
16802                 sync with 0.9.12cvs28 HEAD
16803
16804 2004-07-16 [paul]       0.9.12cvs26.1
16805         
16806         * src/gtk/quicksearch.c
16807         * src/account.c
16808         * src/account.h
16809         * src/compose.c
16810         * src/customheader.c
16811         * src/folder_item_prefs.c
16812         * src/main.c
16813         * src/mainwindow.c
16814         * src/messageview.c
16815         * src/mimeview.c
16816         * src/news.c
16817         * src/pgpmime.c
16818         * src/pop.c
16819         * src/pop.h
16820         * src/prefs_account.c
16821         * src/prefs_account.h
16822         * src/prefs_common.c
16823         * src/prefs_common.h
16824         * src/prefs_display_header.c
16825         * src/prefs_gtk.c
16826         * src/prefs_gtk.h
16827         * src/procheader.c
16828         * src/procmime.c
16829                 sync with 0.9.12cvs26 HEAD      
16830
16831 2004-07-15 [colin]      0.9.12cvs18.14
16832
16833         * src/folder.c
16834                 Disable GPG signature check during
16835                 folder move and scan
16836         (Closes Bug 521 Signature checking slows down Folder-Move)
16837
16838 2004-07-14 [colin]      0.9.12cvs18.13
16839
16840         * src/common/partial_download.c
16841                 update includes
16842
16843 2004-07-14 [colin]      0.9.12cvs18.12
16844
16845         * src/common/partial_download.c
16846         * src/common/partial_download.h
16847                 Move doc at top, add correct copyright
16848
16849 2004-07-14 [colin]      0.9.12cvs18.11
16850
16851         * src/folder.c
16852         * src/messageview.c
16853         * src/pop.c
16854         * src/pop.h
16855         * src/procmsg.c
16856         * src/summaryview.c
16857         * src/common/Makefile.am
16858         * src/common/partial_download.c ** NEW FILES **
16859         * src/common/partial_download.h ** NEW FILES **
16860                 Move partial-download related stuff to its
16861                 own file
16862
16863 2004-07-14 [colin]      0.9.12cvs18.10
16864
16865         * src/send_message.c
16866                 Fix smtp auth when user is null or empty
16867
16868 2004-07-13 [colin]      0.9.12cvs18.9
16869
16870         * src/gtk/quicksearch.c
16871                 Use alphabetic order
16872
16873 2004-07-13 [colin]      0.9.12cvs18.8
16874
16875         * src/pop.c
16876                 Be paranoid on the checks
16877
16878 2004-07-13 [colin]      0.9.12cvs18.7
16879
16880         * src/gtk/quicksearch.c
16881                 Fix Engrish once again
16882
16883 2004-07-13 [colin]      0.9.12cvs18.6
16884
16885         * src/procmsg.c
16886         * src/summaryview.c
16887                 Mark messages for deletion when they are about to
16888                 be removed from trash
16889
16890 2004-07-13 [colin]      0.9.12cvs18.5
16891
16892         * src/matcher.c
16893         * src/matcher.h
16894         * src/matcher_parser_parse.y
16895         * src/prefs_matcher.c
16896         * src/gtk/quicksearch.c
16897                 Add 'partial' ('p') match string to find partially
16898                 downloaded messages
16899
16900 2004-07-13 [colin]      0.9.12cvs18.4
16901
16902         * src/pop.c
16903                 Fix misplaced block
16904
16905 2004-07-13 [colin]      0.9.12cvs18.3
16906
16907         * src/pop.c
16908         * src/pop.h
16909         * src/messageview.c
16910                 Refactor API (to avoid passing 5+ params and code
16911                 duplication)
16912         * src/folder.c
16913         * src/msgcache.c
16914         * src/procheader.c
16915         * src/common/defs.h
16916                 Add planned_download to cache
16917                 Don't mess uidl file when moving partially downloaded
16918                 mails (they change folder, we should change it in the
16919                 uidl list too or we'll remove an incorrect message)
16920                 (this also helps removing hacks when changing 
16921                 planned_download in messageview.c)
16922
16923 2004-07-12 [colin]      0.9.12cvs18.2
16924
16925         * src/gtk/quicksearch.c
16926                 Fix missing status update in quicksearch
16927
16928 2004-07-12 [paul]       0.9.12cvs18.1
16929
16930         * po/POTFILES.in
16931         * src/Makefile.am
16932         * src/account.c
16933         * src/codeconv.c
16934         * src/compose.c
16935         * src/inc.c
16936         * src/main.c
16937         * src/prefs_common.c
16938         * src/procmsg.h
16939         * src/toolbar.c
16940         * src/prefs_msg_colors.[ch]     ** NEW FILES **
16941         * src/prefs_wrapping.[ch]       ** NEW FILES **
16942         * src/common/intl.h
16943         * src/common/utils.[ch]
16944         * src/gtk/quicksearch.[ch]
16945                 sync with 0.9.12cvs18 HEAD
16946
16947 2004-07-12 [colin]      0.9.11cvs17.25
16948
16949         * src/folder.c
16950         * src/folder.h
16951                 Remove unused function added by me in 0.9.11cvs17.10
16952
16953 2004-07-11 [colin]      0.9.11cvs17.24
16954
16955         * src/inc.c
16956         * src/messageview.c
16957         * src/pop.c
16958         * src/pop.h
16959                 Use folderitem and msgnum instead of filename to
16960                 know which mail to delete
16961                 Move old partial mail deletion to pop.c
16962
16963 2004-07-10 [colin]      0.9.11cvs17.23
16964
16965         * src/inc.c
16966                 Add debug
16967         * src/pop.c
16968         * src/pop.h
16969                 Don't re-use same enums for unrelated stuff: it's 
16970                 completely misleading !
16971                 Document a bit
16972
16973 2004-07-09 [colin]      0.9.11cvs17.22
16974
16975         * src/inc.c
16976                 Remove folder-type check and do
16977                 more tests to be sure everything's
16978                 ok
16979         * src/messageview.c
16980                 Punctuation update, remove useless
16981                 code, fix two warnings
16982         * src/noticeview.c
16983                 Layout cleaning, reset 2nd button
16984                 when specifying one
16985
16986 2004-07-09 [colin]      0.9.11cvs17.21
16987
16988         * src/messageview.c
16989         * src/pop.c
16990         * src/pop.h
16991                 Allow user to change his mind
16992                 and postpone decision (by
16993                 unmarking the mail)
16994
16995 2004-07-09 [colin]      0.9.11cvs17.20
16996
16997         * src/messageview.c
16998                 Fix bug with delete state
16999         * src/pop.c
17000         * src/pop.h
17001                 Fix buffer leak (fread doesn't 
17002                 terminate buffers with \0)
17003                 Refactoring (remove magic 
17004                 numbers)
17005
17006 2004-07-09 [colin]      0.9.11cvs17.19
17007
17008         * src/pop.c
17009                 Don't log "Skipping message" if 
17010                 we're going to TOP it two lines
17011                 later
17012
17013 2004-07-09 [colin]      0.9.11cvs17.18
17014
17015         * src/messageview.c
17016                 Fix Engrish
17017
17018 2004-07-09 [colin]      0.9.11cvs17.17
17019
17020         * src/pop.c
17021                 strlen checking...
17022         * src/messageview.c
17023                 refactoring a bit
17024
17025 2004-07-08 [colin]      0.9.11cvs17.16
17026
17027         * src/noticeview.c
17028         * src/noticeview.h
17029                 Add an optional second button
17030         * src/messageview.c
17031         * src/pop.c
17032         * src/pop.h
17033                 Don't delete partially received mails after a certain
17034                 time; rather, let the user decide.
17035
17036 2004-07-08 [colin]      0.9.11cvs17.15
17037
17038         * src/common/smtp.h
17039                 Sync with HEAD
17040
17041 2004-07-08 [colin]      0.9.11cvs17.14
17042
17043         * src/messageview.c
17044         * src/common/smtp.c
17045                 Use to_human_readable() for sizes
17046
17047 2004-07-08 [colin]      0.9.11cvs17.13
17048
17049         * src/inc.c
17050         * src/messageview.c
17051         * src/pop.c
17052         * src/pop.h
17053         * src/procmsg.c
17054                 Fix partial-downloading issues:
17055                         catch unsupported TOP
17056                         don't delete partially downloaded mails before 5 days
17057                         don't update existing with non-MH folders; that'll
17058                         make dups, but it's better than trashing the folder
17059                         free new msginfo parts
17060                 Fix indentation ;-)
17061
17062 2004-07-08 [colin]      0.9.11cvs17.12
17063
17064         * src/common/smtp.c
17065         * src/common/smtp.h
17066                 Sync smtp size verification with HEAD
17067
17068 2004-07-08 [colin]      0.9.11cvs17.11
17069
17070         * src/summaryview.c
17071         * src/prefs_common.c
17072         * src/prefs_common.h
17073         * src/gtk/quicksearch.c
17074         * src/gtk/quicksearch.h
17075                 Sync sticky pref with HEAD
17076
17077 2004-07-08 [colin]      0.9.11cvs17.10
17078
17079         * src/folder.c [1.213.2.6]
17080         * src/folder.h [1.87.2.6]
17081         * src/inc.c [1.149.2.7]
17082         * src/messageview.c [1.94.2.8]
17083         * src/procheader.c [1.47.2.6]
17084         * src/procmsg.c [1.150.2.4]
17085         * src/procmsg.h [1.60.2.5]
17086         * src/pop.c [1.56.2.4]
17087         * src/pop.h [1.17.2.3]
17088                 Let too big messages get downloaded, but truncated
17089                 Add a button to download them completely
17090                 
17091 2004-07-06 [colin]      0.9.11cvs17.9
17092
17093         * src/gtk/quicksearch.c [1.1.2.3]
17094                 Add a Clear button
17095         * commitHelper
17096         * PATCHSETS
17097                 Add a script to help with cvs
17098
17099 2004-07-03 [colin]      0.9.11cvs17.8
17100
17101         * src/plugins/imageviewer/viewer.c
17102                 fix imageviewer (which was staying on the first
17103                 displayed image)
17104
17105 2004-07-03 [colin]      0.9.11cvs17.7
17106
17107         Removed FIXME_GTK2 warnings
17108         * src/gtk/gtkutils.c
17109                 useless #warnings
17110         * src/gtk/menu.c
17111                 useless #warnings (no need to mess with menu rc)
17112         * src/gtk/menu.h
17113                 unused functions
17114         
17115
17116 2004-07-03 [colin]      0.9.11cvs17.6
17117
17118         Removed FIXME_GTK2 warnings
17119         * src/codeconv.c
17120                 useless #warnings (rewrite needed)
17121         * src/compose.c
17122                 useless #warnings (rewrite needed)
17123                 useless #warnings (gtk2 is like that)
17124                 useless #warnings (previously fixed)
17125         * src/main.c
17126                 useless #warnings (previously fixed)
17127         * src/message_search.c
17128                 useless #warnings (gtk2 is like that)
17129                 Made apparent that search is case-sensitive
17130         * src/mimeview.c
17131                 useless #warnings (rewrite needed)
17132                 useless #warnings (gtk2 is like that)
17133                 reimplemented real warnings
17134         * src/prefs_common.c
17135                 Removed block cursor option (not it gtk2)
17136         * src/prefs_gtk.c
17137                 useless #warnings (rewrite needed)
17138         * src/procheader.c
17139                 useless #warnings (rewrite needed)
17140         * src/sourcewindow.c
17141                 useless #warnings (incorrect placing)
17142         * src/summary_search.c
17143                 useless #warnings (gtk2 is like that)
17144                 Made apparent that search is case-sensitive
17145         * src/action.c
17146                 useless #warnings (gtk2 is like that)
17147         * src/textview.c
17148                 useless #warnings (rewrite needed)
17149         * src/toolbar.c
17150                 useless #warnings (rewrite needed)
17151
17152 2004-07-03 [colin]      0.9.11cvs17.5
17153
17154         * src/textview.c
17155                 Fix mismerge which broke URI opening
17156                 
17157 2004-07-01 [colin]      0.9.11cvs17.4
17158
17159         * src/gtk/filesel.c
17160                 Fill filename when saving
17161                 
17162 2004-06-27 [colin]      0.9.11cvs17.3
17163
17164         * src/gtk/filesel.[ch]
17165                 Use the new GTK file selector
17166                 Update prototype to match the reality: multiple file
17167                 selection is open-only          
17168         * src/compose.c
17169                 Match the new prototypes        
17170         * configure.ac
17171                 Match the new requirements (gtk 2.4.0)
17172                         
17173 2004-06-26 [colin]      0.9.11cvs17.2
17174
17175         * src/plugins/trayicon/trayicon.c
17176                 Remove useless signal handler on resize, which causes
17177                 an infinite "loop"
17178         
17179 2004-06-26 [colin]      0.9.11cvs17.1
17180         
17181         * tools/Makefile.am
17182                 remove launch_firebird and add nautilus2sylpheed.sh
17183         * src/quicksearch.c
17184           src/summaryview.c
17185                 Fix show/hide "Extended symbols" button problem
17186                 Fix apparition at startup
17187                 Fix const warnings
17188         * src/plugins/image_viewer/Makefile.am
17189                 Fix configure 
17190         * common/ssl.c
17191                 Re-enable certificate check, as it doesn't seem to
17192                 cause Xlib errors anymore
17193
17194 2004-06-25 [paul]       0.9.11cvs17
17195
17196         * sync with 0.9.11cvs17 HEAD
17197         
17198         NOTE: QuickSearch is broken
17199
17200 2004-06-07 [colin]      0.9.10claws67.10
17201         * src/plugins/trayicon/trayicon.c
17202           src/plugins/trayicon/libeggtrayicon/Makefile.am
17203           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
17204                 Fix gettextization in trayicon plugin
17205
17206 2004-06-07 [colin]      0.9.10claws67.9
17207         
17208         * src/summaryview.c
17209           src/gtk/gtksctree.[ch]
17210                 Let Shift+{Up,Down} work in summaryview
17211                 (well, Down "works" and Up works)
17212                 Let the list scroll when using these keys
17213
17214 2004-06-06 [colin]      0.9.10claws67.8
17215
17216         * src/plugins/trayicon/trayicon.c
17217                 Fix pixmap update
17218
17219 2004-06-06 [colin]      0.9.10claws67.7
17220
17221         * src/addressbook.c
17222                 Fix signal handling causing system-wide focus grab
17223
17224 2004-05-25 [paul]       0.9.10claws67.6
17225
17226         * Makefile.am
17227           src/Makefile.am
17228                 clean up
17229
17230 2004-05-25 [paul]       0.9.10claws67.5
17231
17232         * replace deprecated gtk_signal... functions
17233
17234 2004-05-23 [colin]      0.9.10claws67.4
17235
17236         * src/compose.c
17237                 Fix wrapping
17238
17239 2004-05-22 [colin]      0.9.10claws67.3
17240
17241         * src/compose.c
17242                 Re-fix [Edited] in compose.c::compose_reedit()
17243
17244 2004-05-22 [colin]      0.9.10claws67.2
17245
17246         * src/procmime.c
17247                 Fix parsing of multiparts mails
17248
17249 2004-05-22 [colin]      0.9.10claws67.1
17250
17251         * src/summaryview.c
17252                 Fix quicksearch
17253
17254 2004-05-22 [paul]       0.9.10claws67
17255
17256         * sync with 0.9.10claws67 HEAD
17257
17258 2004-05-14 [alfons]
17259
17260         * src/procmime.h
17261                 add forgotton prototype
17262
17263 2004-05-10 [paul]       0.9.10claws57
17264
17265         * sync with 0.9.10claws57 HEAD
17266
17267 2004-05-05 [paul]       0.9.9.claws1
17268
17269         * ChangeLog-gtk2        ** REMOVED **
17270           ChangeLog-gtk2.claws  ** ADDED **
17271                 rename and adopt the normal claws format
17272                 
17273         * configure.ac
17274                 require gtkmathview >= 0.5
17275
17276         * ac/*                          ** REMOVED **
17277           ac/                           ** REMOVED **
17278           intl/Makefile.in              ** REMOVED **
17279           m4/                           ** ADDED **
17280           m4/missing                    ** ADDED **
17281           m4/missing/gdk-pixbuf.m4      ** ADDED **
17282           m4/missing/gettext.m4         ** ADDED **
17283           m4/missing/gpgme.m4           ** ADDED **
17284           m4/missing/imlib.m4           ** ADDED **
17285           m4/.cvsignore                 ** ADDED **
17286           m4/Makefile.am                ** ADDED **
17287           m4/README                     ** ADDED **
17288           m4/aclocal-include.m4         ** ADDED **
17289           m4/aspell.m4                  ** ADDED **
17290           m4/check-type.m4              ** ADDED **
17291           m4/gnupg-check-typedef.m4     ** ADDED **
17292           m4/openssl.m4                 ** ADDED **
17293           m4/spamassassin.m4            ** ADDED **
17294           po/ChangeLog                  ** REMOVED **
17295           po/Makefile.in.in             ** REMOVED **
17296           po/Rules-quot                 ** REMOVED **
17297           po/boldquot.sed               ** REMOVED **
17298           po/en@boldquot.header         ** REMOVED **
17299           po/en@quot.header             ** REMOVED **
17300           po/insert-header.sin          ** REMOVED **
17301           po/quot.sed                   ** REMOVED **
17302           po/remove-potcdate.sed        ** REMOVED **
17303           po/remove-potcdate.sin        ** REMOVED **
17304           po/stamp-po                   ** REMOVED **
17305           Makefile.am
17306           autogen.sh
17307           configure.ac
17308                 enable building with automake 1.8.x
17309                 add 'autopoint --force' to autogen.sh and remove all
17310                 auto-generated files, remove ac/ directory and use
17311                 m4/ directory instead
17312                 
17313         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
17314                 fix gettextization
17315
17316 2004-02-28 Colin Leroy <colin@colino.net>
17317         * src/prefs_matcher.c
17318           src/prefs_filtering.c
17319           src/prefs_filtering_action.c
17320                 Fix non-editable GtkEntries
17321
17322 2004-02-22 Thorsten Maerz <torte@netztorte.de>
17323         * src/prefs_themes.c
17324                 utf8 conversion for theme info
17325
17326 2004-02-21 Thorsten Maerz <torte@netztorte.de>
17327         * sync 0.9.9claws
17328
17329 2004-02-14 Thorsten Maerz <torte@netztorte.de>
17330         * src/grouplistdialog.c
17331                 allow multiple selections without ctrl key
17332
17333 2004-02-09 Thorsten Maerz <torte@netztorte.de>
17334         * src/main.c
17335                 enable customizable accelerators
17336
17337 2004-02-08 Thorsten Maerz <torte@netztorte.de>
17338         * src/prefs_common.c
17339                 re-enable different font settings for gtk1/2
17340         * src/prefs_folder_item.c
17341                 fix folder prefs displayed wrong
17342         * src/textview.c
17343                 set 'sunken' shadow type
17344
17345 2004-02-07 Colin Leroy <colin@colino.net>
17346         * src/compose.c
17347                 Fix message being always [Edited]
17348                 Encode headers correctly (utf8 buf)
17349
17350 2004-01-27 Thorsten Maerz <torte@netztorte.de>
17351         * src/socket.c
17352                 remove double g_source_attach()
17353                 (Thanks to Colin Leroy)
17354
17355 2004-01-27 Thorsten Maerz <torte@netztorte.de>
17356         * src/gtk/gtksctree.c
17357                 Fix SSL certificate list not shown
17358         * src/mimeview.c
17359                 Fix clicks in mime tree
17360
17361 2004-01-27 Thorsten Maerz <torte@netztorte.de>
17362         * src/common/socket.c
17363                 Fix SSL receive
17364         * src/compose.c
17365                 Fix clipboard menu hotkeys
17366
17367 2004-01-25 Thorsten Maerz <torte@netztorte.de>
17368         * src/gtk/gtkaspell.[ch]
17369           src/compose.c
17370                 reimplement spellchecker
17371
17372 2004-01-25 Thorsten Maerz <torte@netztorte.de>
17373         * src/gtk/filesel.c
17374                 crash when inserting file in compose window
17375                 (TODO: keep old selection on clicks)
17376         * src/main.c
17377                 use gtkrc-2.0 instead of gtkrc
17378
17379 2004-01-25 Thorsten Maerz <torte@netztorte.de>
17380         * src/messageview.c
17381                 remove orphaned mimeview unref()
17382
17383 2004-01-20 Thorsten Maerz <torte@netztorte.de>
17384         * src/grouplistdialog.c
17385                 expand nodes containing subscribed groups
17386
17387 2004-01-19 Thorsten Maerz <torte@netztorte.de>
17388         * src/textview.c
17389                 textview: hide cursor, restore old click behaviour
17390
17391 2004-01-18 Thorsten Maerz <torte@netztorte.de>
17392         * src/textview.c
17393                 variable names messed up
17394
17395 2004-01-17 Colin Leroy <colin@colino.net>
17396         * src/addr_compl.c
17397                 Fix completion address too thin
17398         * src/compose.c
17399                 Fix tab-to-subject behaviour
17400         * src/summaryview.c
17401                 Implement key up & down in summaryview
17402
17403 2004-01-12 Thorsten Maerz <torte@netztorte.de>
17404
17405         * sync 098claws
17406
17407 2004-01-08 Thorsten Maerz <torte@netztorte.de>
17408         * configure.ac
17409           Makefile.am
17410           doc/.cvsignore
17411           doc/Makefile.am
17412                 faq, man, manual moved to doc/
17413         * ac/aspell.m4
17414           ac/check-type.m4
17415           ac/gnupg-check-typedef.m4
17416           ac/openssl.m4
17417           ac/spamassassin.m4
17418           ac/missing/gdk-pixbuf.m4
17419           ac/missing/gpgme.m4
17420           ac/missing/imlib.m4
17421                 fix automake warnings
17422
17423 2003-12-06 Colin Leroy <colin@colino.net>
17424         * src/summaryview.c
17425                 Fix quicksearch
17426
17427 2003-12-05 Colin Leroy <colin@colino.net>
17428         * src/summaryview.c
17429                 Fix going to next unread folder
17430
17431 2003-12-05 Colin Leroy <colin@colino.net>
17432         * src/crash.c
17433                 Fix gtk2 compilation
17434         * src/session.c
17435                 Remove iotag source handler at disconnection
17436         * src/socket.[ch] 
17437                 Remove source handler when closing socket 
17438                 (fixes another seg)
17439
17440 2003-12-04 Colin Leroy <colin@colino.net>
17441         * src/compose.c
17442           src/prefs_account.c
17443           src/prefs_common.c
17444                 Fix some dropdown menus
17445
17446 2003-12-04 Colin Leroy <colin@colino.net>
17447         * src/compose.c
17448                 Fix event handlers on header fields
17449         * src/common/socket.c
17450           src/common/session.c
17451                 Fix segfault with callback (SSL)
17452                 Fix end of session 
17453
17454 2003-10-06 Thorsten Maerz <torte@netztorte.de>
17455
17456         * Fix compile bug in src/compose.c
17457         * removed src/gtk/gtkstext.[ch]
17458
17459 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
17460
17461         * Convert character set and escape "text" attributes in toolbar setting
17462         files.
17463         * Fixed bug in button-press-event handling.
17464
17465 2003-09-16 Thorsten Maerz <torte@netztorte.de>
17466
17467         * Fixed bug in key-press-event handling.
17468
17469 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
17470
17471         * Enabled to compile tray-icon plugin (Ad-hoc).
17472         * Avoid hang up bug of icon list in mime view (Ad-hoc).
17473
17474 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
17475
17476         * Enabled to compile on sylpheed-claws.
17477         (tray-icon plugin still cannot compile yet.)
17478
17479 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
17480
17481         * Updated to 0.9.5.
17482
17483 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
17484
17485         * Updated to 0.9.4.
17486         * Ported monitoring SSL mechanism to GSource of GLib2
17487         (I don't confirm it)
17488         * Added _gtk2 suffix to key name of font preference to avoid
17489         ovverwriting preference of Gtk+-1.2 version.
17490
17491 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
17492
17493         * Updated to 0.9.2.
17494
17495 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
17496
17497         * Updated to 0.9.1.
17498         * Translate po files into UTF-8 when execute autogen.sh.
17499
17500 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
17501
17502         * Updated to 0.9.0.
17503
17504 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
17505
17506         * Plugged GError related memory leaks.
17507
17508 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
17509
17510         * Changed default size of fonts.
17511         * Enabled to set titile font size of warning dialog.
17512
17513 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
17514
17515         * Embed a sylpheed icon into executable binary on Windows.
17516
17517 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
17518
17519         * I forgot to traslate character set of element string in src/xml.c.
17520
17521 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
17522
17523         * Fixed detecting bind_textdomain_codeset in configure.in.
17524         * The bug in which "Example" of "Date fromat" preference isn't displayed
17525         correctly has been fixed.
17526
17527 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
17528
17529         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
17530           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
17531           glib-gettextize
17532           Removed intl directory.
17533           Translated po files into UTF-8.
17534           (Thanks! Ryuji Abe)
17535
17536 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
17537
17538         * The bug which doesn't unscape string in xml.c has been fixed.
17539
17540 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
17541
17542         * The bug which is failed to translate encoding of file name thorough
17543         file dialog has been fixed.
17544
17545 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
17546
17547         * Modified to translate file names which is used in inporting/expoting
17548         mbox feature and "Save as" feature into locale encoding.
17549         * Translate file names into locale encoding when "Attache file" and
17550         "Insert file".
17551         * Force set G_BROKEN_FILENAMES environment variable.
17552         * Other minor fixes.
17553
17554 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
17555
17556         * Modified to treat MH folder's name as locale encoding.
17557
17558 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
17559
17560         * The bug which clash on switching candidates of auto completion of
17561         addresses, cannot use auto completion in Japanesse is fixed
17562         (Thanks! Tokunaga-san)¡¥
17563
17564 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
17565
17566         * The bug which cannot switch key accelerator preference has been fixed
17567         (Thanks! smbd-san)¡¥
17568
17569 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
17570
17571         * version 0.8.11-gtk2-20030314
17572
17573 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
17574
17575         * The bug in which character set conversion of filtering messages has
17576         been fixed.(Thanks! COCOA-san).
17577
17578 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
17579
17580         * Revived "Leave space on head" preference in "Message" category.
17581         * A bug which clash when put the cursor to end of buffer and execute
17582         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
17583
17584 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
17585
17586         * version 0.8.11-gtk2-20030312
17587
17588 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
17589
17590         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
17591         * Modified to use Pango's API directly for font preference.
17592         * Integrated GtkTextView of textview to one widget.
17593         * Set fonts of header title in textview by "header_title" tag.
17594         * Removed some deprecated codes.
17595
17596 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
17597
17598         * Updated to 0.8.11.
17599         * Merged cygwin patch(Thanks! Sakai-san).
17600
17601 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
17602
17603         * version 0.8.10-gtk2-20030309