2005-07-16 [colin] 1.9.12cvs68
[claws.git] / ChangeLog-gtk2.claws
1 2005-07-16 [colin]      1.9.12cvs68
2
3         * src/plugins/pgpcore/prefs_gpg.c
4                 Don't auto-check sigs by default, as it
5                 can be really slow.
6
7 2005-07-16 [colin]      1.9.12cvs67
8
9         * src/plugins/pgpcore/sgpgme.c
10                 Make messages a bit better.
11
12 2005-07-16 [colin]      1.9.12cvs66
13
14         * src/imap.c
15                 Remove pseudo-log
16         * src/etpan/imap-thread.c
17                 Add real log
18
19 2005-07-16 [colin]      1.9.12cvs65
20
21         * src/main.c
22         * src/prefs_other.c
23                 And now, fix build with libetpan :-/
24
25 2005-07-15 [colin]      1.9.12cvs64
26
27         * src/prefs_other.c
28                 Continue fixing build without libetpan.
29
30 2005-07-15 [colin]      1.9.12cvs63
31
32         * src/main.c
33                 Fix build with --disable-libetpan
34
35 2005-07-15 [colin]      1.9.12cvs62
36
37         * configure.ac
38                 Bump libetpan's version
39
40 2005-07-15 [colin]      1.9.12cvs61
41
42         * src/etpan/imap-thread.c
43                 Actually stop logging :)
44
45 2005-07-15 [colin]      1.9.12cvs60
46
47         * src/addressbook.c
48                 Fix dnd of multiple addresses.
49
50 2005-07-15 [hoa]        1.9.12cvs59
51
52         * src/etpan/imap-thread.c
53             disable login of IMAP password in libetpan log file.
54
55 2005-07-15 [paul]       1.9.12cvs58
56
57         * src/account.c
58                 don't automatically sort
59                 do allow drag n drop
60
61 2005-07-15 [paul]       1.9.12cvs57
62
63         * src/account.c
64         * src/ssl_manager.c
65                 alphabetical listing
66
67 2005-07-15 [paul]       1.9.12cvs56
68
69         * src/gtk/pluginwindow.c
70                 sort plugin list alphabetically
71
72 2005-07-15 [paul]       1.9.12cvs55
73
74         * src/prefs_spelling.c
75         * src/prefs_wrapping.c
76                 unify English usage
77
78 2005-07-15 [colin]      1.9.12cvs54
79
80         * src/wizard.c
81                 Typo fix
82
83 2005-07-15 [paul]       1.9.12cvs53
84
85         * src/prefs_message.c
86                 make 'show cursor' a hidden option
87
88 2005-07-14 [colin]      1.9.12cvs52
89
90         * src/plugins/spamassassin/Makefile.am
91         * src/plugins/clamav/Makefile.am
92                 Fix double EXTRA_DISTs
93
94 2005-07-14 [colin]      1.9.12cvs51
95
96         * src/plugins/clamav/Makefile.am
97         * src/plugins/clamav/clamav_plugin_gtk.deps
98         * src/plugins/spamassassin/Makefile.am
99         * src/plugins/spamassassin/spamassassin_gtk.deps
100                 Make $plugin_gtk depend on $plugin
101
102 2005-07-14 [hoa]        1.9.12cvs50
103
104         * src/etpan/imap-thread.c
105                 enable debug log of libetpan when running with --debug
106
107 2005-07-14 [colin]      1.9.12cvs49
108
109         * configure.ac
110         * src/common/Makefile.am
111         * src/common/plugin.c
112         * src/common/plugin.h
113                 Add a little plugin dependancy system.
114                 Plugins can ship a $plugin_name.deps file
115                 (near them in PLUGINDIR) so that their
116                 dependancies are loaded if possible.
117         * src/plugins/Makefile.am
118         * src/plugins/pgpcore/Makefile.am
119         * src/plugins/pgpcore/passphrase.c
120         * src/plugins/pgpcore/passphrase.h
121         * src/plugins/pgpcore/plugin.c
122         * src/plugins/pgpcore/prefs_gpg.c
123         * src/plugins/pgpcore/prefs_gpg.h
124         * src/plugins/pgpcore/select-keys.c
125         * src/plugins/pgpcore/select-keys.h
126         * src/plugins/pgpcore/sgpgme.c
127         * src/plugins/pgpcore/sgpgme.h
128                 Introduce pgpcore, used by pgpmime and
129                 pgpinline
130         * src/plugins/pgpmime/Makefile.am
131         * src/plugins/pgpmime/passphrase.c
132         * src/plugins/pgpmime/passphrase.h
133         * src/plugins/pgpmime/pgpmime.c
134         * src/plugins/pgpmime/pgpmime.deps
135         * src/plugins/pgpmime/plugin.c
136         * src/plugins/pgpmime/prefs_gpg.c
137         * src/plugins/pgpmime/prefs_gpg.h
138         * src/plugins/pgpmime/select-keys.c
139         * src/plugins/pgpmime/select-keys.h
140         * src/plugins/pgpmime/sgpgme.c
141         * src/plugins/pgpmime/sgpgme.h
142                 Remove the core from pgpmime and add the
143                 dependancy to pgpcore.
144
145 2005-07-14 [paul]       1.9.12cvs48
146
147         * src/stock_pixmap.c
148                 forgot this in last commit
149
150 2005-07-14 [paul]       1.9.12cvs47
151
152         * src/account.c
153         * src/addressbook.c
154                 add accelerators for the buttons (sync with main)
155         * src/compose.c
156         * src/compose.h
157                 add accelerators for the buttons.
158                 fix editing with external editor.
159                 replace gdk_input_*() with GIOChannel;
160                 (sync with main)
161         * src/foldersel.c
162                 display folder names with new/unread
163                 representation (sync with main)
164         * src/main.c
165                 specify default window icon (sync with main)
166         * src/prefs_common.c
167                 use_addr_book default to FALSE
168         * src/summaryview.c
169         * src/textview.c
170                 add accelerators for the buttons (sync with main)
171         * src/gtk/menu.c
172                 fix typos
173         * src/pixmaps/sylpheed_icon.xpm
174                 updated
175
176 2005-07-13 [paul]       1.9.12cvs46
177
178         * src/plugins/pgpmime/pgpmime.c
179         * src/plugins/pgpmime/sgpgme.c
180                 (temporarily) use deprecated gpgme_data_rewind()
181                 while largefile support is not present
182                 (as suggested by Colin)
183
184 2005-07-13 [paul]       1.9.12cvs45
185
186         * configure.ac
187                 remove large file support (for now):
188                 it breaks too many things
189
190 2005-07-13 [paul]       1.9.12cvs44
191
192         * configure.ac
193                 add large file support
194         * src/html.c
195                 fix bug #763 where href attribute was not
196                 the very first attribute of a link
197                 patch by Thomas Gilgin
198
199 2005-07-13 [colin]      1.9.12cvs43
200
201         * src/gtk/pluginwindow.c
202                 Little portability fix
203
204 2005-07-13 [colin]      1.9.12cvs42
205
206         * src/plugins/pgpmime/sgpgme.c
207                 Fix crasher.
208
209 2005-07-13 [colin]      1.9.12cvs41
210
211         * src/plugins/pgpmime/pgpmime.c
212         * src/plugins/pgpmime/sgpgme.c
213                 Use gpgme_data_release_and_get_mem instead
214                 of gpgme_data_read.
215
216 2005-07-13 [colin]      1.9.12cvs40
217
218         * configure.ac
219         * src/plugins/pgpmime/passphrase.c
220         * src/plugins/pgpmime/passphrase.h
221         * src/plugins/pgpmime/pgpmime.c
222         * src/plugins/pgpmime/plugin.c
223         * src/plugins/pgpmime/select-keys.c
224         * src/plugins/pgpmime/select-keys.h
225         * src/plugins/pgpmime/sgpgme.c
226         * src/plugins/pgpmime/sgpgme.h
227                 Port pgpmime to gpgme-1.0.
228
229 2005-07-12 [paul]       1.9.12cvs39
230
231         * AUTHORS
232         * src/toolbar.c
233         * src/toolbar.h
234                 add a 'Go to Prev' button to the toolbar.
235                 correct tooltip text of go to buttons.
236                 based on patch by Yang Guilong <bamanzi@gmail.com>
237
238 2005-07-12 [colin]      1.9.12cvs38
239
240         * src/statusbar.c
241                 Fix progress bar showing stuff at startup.
242
243 2005-07-12 [paul]       1.9.12cvs37
244
245         * src/editjpilot.c
246                 fix building with jpilot support
247
248 2005-07-11 [colin]      1.9.12cvs36
249
250         * src/inc.c
251                 Add visual indication that filtering is running
252         * src/textview.c
253                 Make {}[] uri delimiters
254         * src/summaryview.c
255                 Remove useless (and slow) calls
256
257 2005-07-11 [paul]       1.9.12cvs35
258
259         * src/plugins/clamav/clamav_plugin_gtk.c
260         * src/plugins/dillo_viewer/dillo_prefs.c
261         * src/plugins/pgpmime/prefs_gpg.c
262         * src/plugins/spamassassin/spamassassin_gtk.c
263                 gather plugins prefs together under their
264                 own 'Plugins' heading
265
266 2005-07-11 [paul]       1.9.12cvs34
267
268         sync with main
269
270         * src/account.c
271                 account_delete(): modified alert dialog
272         * src/editjpilot.c
273         * src/editvcard.c
274                 fixed a crash when cancelling file selection
275                 dialog by Escape key. Made non-ascii filename
276                 selectable.
277         * src/prefs_template.c
278                 prefs_template_window_create(): make scrolled
279                 window policy AUTOMATIC
280
281 2005-07-10 [hoa]        1.9.12cvs33
282
283         * src/etpan/imap-thread.c
284                 workaround for old Courier IMAP servers.
285
286 2005-07-10 [colin]      1.9.12cvs32
287
288         * src/folder.c
289         * src/statusbar.c
290         * src/statusbar.h
291                 Add visual progress indicator on filtering/processing
292                 Factorize the progress bar code
293         * src/imap.c
294         * src/imap.h
295         * src/etpan/imap-thread.c
296                 Add a reference counter to avoid destroying the Folder
297                 while it's in use by another callback.
298
299 2005-07-09 [hoa]        1.9.12cvs31
300
301         * src/imap.c
302         * src/etpan/imap-thread.c
303                 fixed deadlock when removing IMAP account.
304
305 2005-07-08 [colin]      1.9.12cvs30
306
307         * src/textview.c
308         * src/unmime.c
309                 Fix again problems decoding broken headers
310         * src/gtk/inputdialog.c
311                 Fix local variable shadowing a global one
312
313 2005-07-08 [colin]      1.9.12cvs29
314
315         * src/msgcache.c
316                 Make the cache/mark files platform-agnostic by writing
317                 them in little-endian format. Reading them is also done
318                 in little-endian format, of course; however, in order
319                 to avoid trashing mark data on big-endian machines, the
320                 files are, at first, read from the native format if the
321                 little-endian one doesn't exist. This is easy to deter-
322                 mine by trying to open a file with a swapped data_ver
323                 and seeing if it's the wanted version.
324                 Little-endian using users should see absolutely no
325                 difference, Big-endian users may get a very little
326                 performance drop due to byte-swapping.
327                 Tested on i386 and ppc32. 
328                 Fixes bug #159 (The index file, in the mailboxes, is 
329                 hardware depending).
330
331                 To have the cache/mark files updated to the new little-
332                 endian format, "Check for new messages" or even
333                 "Rebuild folder tree" aren't enough. Files will be
334                 updated as soon as a folder has been opened/closed.
335                 To update everything, just select all folders by
336                 selecting them one by one.
337
338 2005-07-07 [colin]      1.9.12cvs28
339
340         * src/imap.c
341                 Remember the folder separator per IMAPFolder
342                 instead of globally.
343                 Revive the Session on noop; fixes bug #761
344                 (mark a bunch of unread messages as read takes 
345                 forever)
346
347 2005-07-07 [darko]      1.9.12cvs27
348
349         * src/common/template.c
350                 Sort templates alphabetically
351
352 2005-07-06 [colin]      1.9.12cvs26
353
354         * src/imap.c
355                 Try to use the correct separator in
356                 most cases. Possibly fixes bug #759
357                 (only creates the INBOX folder when 
358                 setting up new IMAP account) and 
359                 bug #760 (Can't retrieve messages)
360
361 2005-07-06 [colin]      1.9.12cvs25
362
363         * src/imap.c
364                 Use real_path in status command. This will
365                 help later, when namespaces will be used.
366
367 2005-07-06 [colin]      1.9.12cvs24
368
369         * configure.ac
370         * src/account.c
371         * src/folder.c
372         * src/imap.c
373         * src/etpan/etpan-log.c
374         * src/etpan/etpan-thread-manager.c
375         * src/etpan/imap-thread.c
376                 Add a --disable-libetpan parameter. With this,
377                 users that don't want IMAP4 support can avoid
378                 the new dependancy (and have no IMAP support).
379                 Users that have IMAP4 accounts and use this
380                 parameter won't lose their configuration, their
381                 IMAP accounts will just be invisible and not
382                 used.
383         * src/textview.c
384                 Make the "Copy ..." contextual menu items 
385                 copy to both the X clipboard and the gtk 
386                 clipboard - as most other apps do.
387         * src/gtk/about.c
388                 Add a notice about OpenSSL usage, in order to
389                 comply with OpenSSL's license (point 6):
390                 http://www.openssl.org/source/license.html
391
392 2005-07-06 [colin]      1.9.12cvs23
393
394         * src/alertpanel.c
395                 Fix a minimum size for alertpanels
396         * src/compose.c
397                 Show 'No space left on device' type errors
398                 when queuing/sending
399         * src/imap_gtk.c
400         * src/mh_gtk.c
401                 Rework folder's deletion message (remove 
402                 extra \n)
403
404 2005-07-05 [colin]      1.9.12cvs22
405
406         * src/imap.c
407                 Add an alertpanel on auth error
408                 Add pseudo-log
409                 Remove pthread-related stuff
410
411 2005-07-05 [colin]      1.9.12cvs21
412
413         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
414                 Fix crash on plugin reloading (with a hack)
415
416 2005-07-05 [colin]      1.9.12cvs20
417
418         * src/prefs_account.c
419         * src/prefs_account.h
420                 Fix typo
421         * src/gtk/filesel.c
422         * src/gtk/filesel.h
423                 Add a way to filter the view
424         * src/gtk/pluginwindow.c
425                 Filter loadable stuff
426         * src/plugins/pgpmime/prefs_gpg.c
427                 Fix missing unregistration
428         * .cvsignore
429         * src/etpan/.cvsignore
430         * src/plugins/spamassassin/.cvsignore
431                 Add more stuff to cvs ignored files
432
433 2005-07-04 [colin]      1.9.12cvs19
434
435         * src/imap.c
436                 Fix scan_required returning FALSE when it
437                 shouldn't. Maybe fix #760 (Can't retrieve
438                 messages)
439
440 2005-07-04 [colin]      1.9.12cvs18
441
442         * src/summaryview.c
443                 Fix always_show_msg pref
444
445 2005-07-04 [paul]       1.9.12cvs17
446
447         sync with main (forgotten in last commit)
448         
449         * src/common/utils.c
450         * src/common/utils.h
451                 check_line_length(): new.
452                 is_dir_exist()
453                 is_file_entry_exist()
454                 dirent_is_regular_file()
455                 dirent_is_directory(): use g_file_test() instead of stat().
456
457 2005-07-04 [paul]       1.9.12cvs16
458
459         sync with main:
460
461         * src/compose.c
462                 compose_write_to_file(): check for line
463                 length limit and display warning if exceeds
464         * src/jpilot.c
465                 use get_home_dir() instead of g_get_home_dir()
466         * src/procheader.c
467                 removed warning about invalid date
468         * src/vcard.c
469                 use get_home_dir() instead of g_get_home_dir()
470
471 2005-07-04 [paul]       1.9.12cvs15
472
473         * src/stock_pixmap.c
474                 fix new pixmap naming errors
475                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
476
477 2005-07-04 [colin]      1.9.12cvs14
478
479         * src/imap.c
480                 Fix debugging string with a warning
481
482 2005-07-04 [colin]      1.9.12cvs13
483
484         * configure.ac
485                 Add a check for libetpan's version (>= 0.37)
486
487 2005-07-04 [hoa]        1.9.12cvs12
488
489         * commitHelper
490         * src/imap.c
491         * src/etpan/imap-thread.c
492         * src/etpan/imap-thread.h
493                 fixed IMAP implementation of check of mails.
494
495 2005-07-03 [hoa]        1.9.12cvs11
496
497         * src/etpan/Makefile.am
498         * src/etpan/etpan-errors.h
499         * src/etpan/etpan-log.[ch]
500         * src/etpan/etpan-thread-manager-types.h
501         * src/etpan/etpan-thread-manager.[ch]
502         * src/etpan/imap-thread.[ch]
503         * src/Makefile.am
504         * src/imap.c
505         * src/main.c
506         * src/prefs_other.c
507         * configure.ac
508             merged imap branch.
509             dependency on libetpan 0.37 is now added.
510
511 2005-07-01 [colin]      1.9.12cvs10
512
513         * src/Makefile.am
514         * src/folder.c
515         * src/folder.h
516         * src/folderview.c
517         * src/stock_pixmap.c
518         * src/stock_pixmap.h
519         * src/plugins/trayicon/trayicon.c
520                 Add marked symbol on folders containing
521                 marked messages
522         * src/procmsg.c
523         * src/procmsg.h
524         * src/toolbar.c
525         * src/prefs_common.c
526         * src/prefs_common.h
527         * src/prefs_send.c
528                 Add an optional confirmation dialog on queue
529                 sending. Patch by wwp.
530         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
531         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
532         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
533         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
534         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
535         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
536         * src/pixmaps/inbox_mark.xpm            ** ADDED **
537         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
538         * src/pixmaps/outbox_mark.xpm           ** ADDED **
539         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
540         * src/pixmaps/trash_mark.xpm            ** ADDED **
541                 New pixmaps
542
543 2005-07-01 [colin]      1.9.12cvs9
544
545         * src/summaryview.c
546                 Fix a little threading bug
547         * src/addrgather.c
548         * src/mainwindow.c
549                 A little bit of HIG normality never hurts
550
551 2005-07-01 [colin]      1.9.12cvs8
552
553         * src/compose.c
554         * src/msgcache.c
555         * src/pop.c
556         * src/procmime.c
557         * src/recv.c
558         * src/common/log.c
559         * src/common/template.c
560         * src/common/utils.c
561         * src/common/utils.h
562                 Reverted the fwrite_atomic stuff. In fact
563                 it is already atomic.
564
565 2005-06-30 [colin]      1.9.12cvs7
566
567         * src/common/utils.c
568         * src/common/utils.h
569                 Add an fwrite_atomic() function to make
570                 sure we write everything: fwrite can make
571                 short writes.
572         * src/compose.c
573         * src/msgcache.c
574         * src/pop.c
575         * src/procmime.c
576         * src/recv.c
577         * src/common/log.c
578         * src/common/template.c
579                 Use that (and fix swapping of size and nmemb).
580                 Thanks to Rich Coe for the heads up.
581
582 2005-06-30 [colin]      1.9.12cvs6
583
584         * src/addressbook.c
585                 Optimize addressbook opening 
586
587 2005-06-30 [colin]      1.9.12cvs5
588
589         * src/summaryview.c
590                 Remove calls to summary_step after move/copy
591
592 2005-06-28 [paul]       1.9.12cvs4
593
594         * src/alertpanel.c
595                 wrap and make the error msg selectable
596
597 2005-06-28 [paul]       1.9.12cvs3
598
599         * src/ssl_manager.c
600                 replace the OK button with a Close button
601         * src/gtk/foldersort.c
602                 use GTK_STOCK_ icons/buttons
603
604 2005-06-28 [colin]      1.9.12cvs2
605
606         * src/gedit-print.c             ** ADDED **
607         * src/gedit-print.h             ** ADDED **
608         * src/gtk/gtksourceprintjob.c   ** ADDED **
609         * src/gtk/gtksourceprintjob.h   ** ADDED **
610                 I can't believe no one had enough time to tell
611                 me I forgot the `cvs add`
612
613 2005-06-27 [colin]      1.9.12cvs1
614
615         * src/Makefile.am
616         * src/gtk/Makefile.am
617         * src/messageview.c
618         * src/procmsg.c
619         * src/summaryview.c
620         * configure.ac
621                 Add optional libgnomeprint-based printing
622         * src/mainwindow.c
623         * src/gtk/quicksearch.c
624                 Add an Edit/Quick search menu item to show
625                 and focus the quicksearch
626
627 2005-06-27 [paul]       1.9.12
628
629         1.9.12 release
630
631         * po/ca.po
632         * po/de.po
633         * po/es.po
634         * po/fr.po
635         * po/it.po
636         * po/ko.po
637         * po/pt_BR.po
638         * po/sk.po
639         * po/zh_CN.po
640                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
641                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
642                 SungHyun Nam, Frederico Goncalves Guimaraes,
643                 Andrej Kacian, and Yang Guilong
644 2005-06-26 [colin]      1.9.11cvs106
645
646         * src/imap_gtk.c
647                 Forgot one file for previous fix
648
649 2005-06-26 [colin]      1.9.11cvs105
650
651         * src/folder.c
652         * src/imap.c
653                 Fix problems with folder operations in no_select
654                 imap folders. it applies only to mails, and 
655                 creation/deletion/move/renaming of folders 
656                 should be possible
657
658 2005-06-26 [paul]       1.9.11cvs104
659
660         * src/prefs_filtering.c
661                 replace one more GTK_STOCK_REMOVE
662                 with GTK_STOCK_DELETE
663
664 2005-06-25 [colin]      1.9.11cvs103
665
666         * src/imap.c
667                 Optimize get_seq_set_from_seq_list
668                 (Patch by Ricardo) 
669
670 2005-06-25 [colin]      1.9.11cvs102
671
672         * src/mh.c
673                 If the directory exists, but not in the
674                 correct encoding, rename it. This should
675                 handle old-versions-induced bugs.
676
677 2005-06-25 [colin]      1.9.11cvs101
678
679         * src/mh.c
680                 Fix path access with extended dir names
681                 Fixes bug #589 (SC segfaults with wrong locale
682                 settings)
683
684 2005-06-25 [colin]      1.9.11cvs100
685
686         * src/prefs_account.c
687         * src/prefs_account.h
688         * src/compose.c
689                 Add an option to encrypt replies to
690                 encrypted messages
691
692 2005-06-25 [colin]      1.9.11cvs99
693
694         * src/compose.c
695         * src/quote_fmt_parse.y
696                 ... And make it work with pgpinline.
697
698 2005-06-25 [colin]      1.9.11cvs98
699
700         * src/compose.c
701         * src/procmime.c
702         * src/procmime.h
703         * src/quote_fmt_parse.y
704                 o Make reedition of encrypted messages possible
705                   (as long as it is encrypted to self too, no
706                    magic there)
707                 o Make replying with quote (and without selecting
708                   text) possible for encrypted messages.
709                 Closes bug #550 (Not possible to "reply with quote"
710                 to gnupg encrypted messages)
711
712 2005-06-24 [paul]       1.9.11cvs97
713
714         * src/imap.c
715                 add missing include
716
717 2005-06-24 [paul]       1.9.11cvs96
718
719         * src/editldap.c
720                 made bind password entry invisible
721                 (sync with main)
722         * src/send_message.c
723                 send_message_local(): check exit status
724                 to detect errors (sync with main)
725         * src/textview.c
726                 use main's less ambiguous popup menu
727                 wording
728
729 2005-06-24 [paul]       1.9.11cvs95
730
731         * src/prefs_actions.c
732         * src/prefs_customheader.c
733         * src/prefs_display_header.c
734         * src/prefs_filtering_action.c
735         * src/prefs_matcher.c
736         * src/prefs_template.c
737         * src/prefs_toolbar.c
738                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
739         * src/gtk/description_window.c
740                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
741
742 2005-06-23 [colin]      1.9.11cvs94
743
744         * src/summaryview.c
745                 Fix rough edges (be sure to call status_show whenever
746                 necessary).
747
748 2005-06-23 [colin]      1.9.11cvs93
749
750         * src/summaryview.c
751                 Optimize Select All
752                 Before, in a 5K mails folder: 11s
753                 After, in the same folder: 58000µs
754                 The joys of locking... gtk_clist_select_all() fires a 
755                 tree-select-row event for each selected row, which in 
756                 summaryview, callbacks summary_selected which in turn,
757                 calls summary_status_show, which walks the selected
758                 rows. Hence, calling gtk_clist_select_all was 
759                 exponential. Locking the summaryview makes 
760                 summary_selected return early.
761
762 2005-06-23 [colin]      1.9.11cvs92
763
764         * src/imap.c
765                 Move mutex at the important place to avoid
766                 deadlocks
767         * src/summaryview.c
768                 Fix Del key deleting directly instead of
769                 moving to trash
770
771 2005-06-22 [colin]      1.9.11cvs91
772
773         * src/plugins/spamassassin/libspamc.c
774                 As we do spagetti code with assignations in multiple
775                 places (see _message_read_raw where out = msg = raw),
776                 let's be sure we don't free the same pointer twice.
777                 Should fix bug #683 (Crash in libpam at 
778                 message_cleanup).
779
780 2005-06-22 [colin]      1.9.11cvs90
781
782         * src/compose.c
783         * src/messageview.c
784         * src/toolbar.c
785                 Make toolbar's delete use the move to trash stuff;
786                 Add gtk_widget_realize to be sure pixmaps can get
787                 created (that may fix an old worksforme bug which
788                 I can't find back...)
789
790 2005-06-22 [colin]      1.9.11cvs89
791
792         * src/summaryview.c
793         * src/summaryview.h
794         * src/mainwindow.c
795                 Rename "Message/Delete" to "Message/Move to trash"
796                 Add "Message/Delete..." that directly destroys the
797                 selected messages after asking for a confirmation.
798
799 2005-06-22 [colin]      1.9.11cvs88
800
801         * src/imap.c
802                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
803                 o Fix a deadlock (thanks Darko)
804
805 2005-06-22 [colin]      1.9.11cvs87
806
807         * src/gtk/foldersort.c
808                 Add missing include for the i18n;
809                 patch by Fabien Vantard
810
811 2005-06-21 [colin]      1.9.11cvs86
812
813         * src/folder.c
814         * src/folderview.c
815                 Respect the no_select flag
816         * src/imap.c
817                 Fix recursive deletion
818         * src/imap_gtk.c
819         * src/mh_gtk.c
820                 Make the folder deletion's warning
821                 more explicit
822
823 2005-06-21 [colin]      1.9.11cvs85
824
825         * src/textview.c
826                 Prevent email addresses from spanning accross
827                 lines - fixes bug # 646 (newline-chars in 
828                 email addresses)
829
830 2005-06-20 [colin]      1.9.11cvs84
831
832         * src/folder.c
833                 Be sure not to remove source if copy failed
834
835 2005-06-20 [colin]      1.9.11cvs83
836
837         * src/folderview.c
838         * src/imap_gtk.c
839                 remove summaryview's lock
840         * src/imap.c
841                 introduce threads to avoid problems when foreground tasks
842                 interfere with background tasks
843         * src/mh.c
844                 prevent moving to drafts/queue
845         * src/mimeview.c
846                 fix leak
847
848 2005-06-19 [colin]      1.9.11cvs82
849
850         * src/imap_gtk.c
851                 Remember that the user doesn't want to override
852                 offline mode, for 3 seconds. It avoid presenting
853                 him with N popups in a really short time.
854
855 2005-06-17 [colin]      1.9.11cvs81
856
857         * src/imap.c
858                 Fix IMAP breaking on folders containing '('
859                 (Probably won't be enough)
860
861 2005-06-17 [colin]      1.9.11cvs80
862
863         Forgotten files on 1.9.11cvs79
864         * src/summaryview.c
865                 Fix stepping when not immediately executing
866         * src/imap.c
867                 Really prevent UID FETCH 0
868         * src/codeconv.c
869                 Fix outgoing charset never set to utf-8
870         * src/mh.c
871                 Fix leak
872
873 2005-06-16 [colin]      1.9.11cvs79
874
875         * src/compose.c
876                 Fix bug #707 (Dash splits rows)
877                 Only wrap if we're on a line break position and
878                 the previous one was a "white" (space) char.
879                 Pango stuff is weird.
880
881 2005-06-16 [colin]      1.9.11cvs78
882
883         * src/imap_gtk.c
884                 Lock summaryview while downloading messages
885                 on user demand
886         * src/procheader.c
887         * src/unmime.c
888         * src/common/utils.c
889         * src/common/utils.h
890                 Replace \r and \n with spaces in From and
891                 Subject headers
892
893 2005-06-16 [paul]       1.9.11cvs77
894
895         * src/procmime.c
896                 liberalise the mime parser
897         * src/gtk/about.c
898                 add text wrapping
899
900 2005-06-16 [paul]       1.9.11cvs76
901
902         * src/gtk/about.c
903                 reworked
904
905 2005-06-15 [colin]      1.9.11cvs75
906
907         * src/compose.c
908                 Finish header encoding fix
909         * src/summaryview.c
910                 Fix segfault
911         * src/headerview.c
912                 Fix compilation (Thanks Stephan
913                 Sachse)
914
915 2005-06-15 [colin]      1.9.11cvs74
916
917         * Makefile.am
918                 Install gnome2 stuff rather than gnome1, 
919                 if both are present
920         * src/codeconv.c
921         * src/codeconv.h
922         * src/compose.c
923                 Fix headers encoding
924         * src/folder.c
925                 Visual progress when fetching all messages
926         * src/folderview.c
927         * src/summaryview.c
928         * src/summaryview.h
929                 Prevent changing current message while
930                 incorporating
931
932 2005-06-15 [paul]       1.9.11cvs73
933
934         * src/gtk/gtkaspell.c
935         * src/gtk/gtkaspell.h
936                 fix build warnings
937
938 2005-06-15 [paul]       1.9.11cvs72
939
940         * src/prefs_filtering.c
941                 allow reordering of filter rules by
942                 drag n drop
943
944 2005-06-15 [paul]       1.9.11cvs71
945
946         * COPYING
947                 updated
948         * src/codeconv.c
949                 replace deprecated function
950         * src/inc.c
951         * src/send_message.c
952         * src/gtk/progressdialog.c
953         * src/gtk/progressdialog.h
954                 salvage and reuse parts of reverted sync
955
956 2005-06-15 [paul]       1.9.11cvs70
957
958         * src/inc.c
959         * src/send_message.c
960         * src/gtk/progressdialog.c
961         * src/gtk/progressdialog.h
962                 revert yesterday's sync with main
963                 it contains deprecated functions
964
965 2005-06-15 [colin]      1.9.11cvs69
966
967         * src/headerview.c
968                 Fix bug #670 (multi user to: will corrupt message 
969                 headers display)
970
971 2005-06-15 [colin]      1.9.11cvs68
972
973         * src/compose.c
974                 Fix bug #421 (Fix undo on wrapping)
975
976 2005-06-15 [colin]      1.9.11cvs67
977
978         * src/folder.c
979                 Provide visual feedback while processing
980                 folder's rules.
981         * src/imap.c
982                 Provide visual feedback while getting
983                 short headers (for uncached messages)
984
985
986 2005-06-14 [paul]       1.9.11cvs66
987
988         * src/account.c
989                 change a couple stock icons
990         * src/inc.c
991         * src/send_message.c
992         * src/gtk/progressdialog.c
993         * src/gtk/progressdialog.h
994                 sync main's GtkTreeView implementation
995
996 2005-06-14 [colin]      1.9.11cvs65
997
998         * src/imap.c
999                 Various little fixes, mainly on error paths
1000
1001 2005-06-13 [colin]      1.9.11cvs64
1002
1003         * matcher.c
1004         * procmsg.c
1005         * procmsg.h
1006                 Add a way to fetch only headers. This speeds
1007                 up filtering on headers for IMAP. Fixes:
1008                 bug #481 extraneous imap commands slow down 
1009                         imap filtering
1010                 bug #522 Sylpheed downloads all messages 
1011                         when opening mailbox (IMAP)
1012                 bug #677 IMAP fetch is soooooooooooooo slow
1013         * src/folder.c
1014         * src/folder.h
1015                 Add a folder set_batch method so that
1016                 implementations can speed up flags changes
1017         * src/folderutils.c
1018         * src/summaryview.c
1019                 Use that in mark as (un)read and mark all read
1020                 Refix bug #679
1021         * src/imap.c
1022                 Implement set_batch - brings back deferred
1023                 flags in a less buggy manner. Fixes:
1024                 bug #729 IMAP immediate expunge of deleted messages
1025                 bug #191 remove list of messages with one command
1026                 Fix login with strange chars
1027                 Implement fetch_msg_full
1028                 Fix copy (wrong counts)
1029
1030 2005-06-12 [colin]      1.9.11cvs63
1031
1032         * src/folder.c
1033                 lock incorporation during long operations.
1034                 Avoids fucking up the IMAP socket.
1035
1036 2005-06-12 [colin]      1.9.11cvs62
1037
1038         * src/imap.c
1039                 Fix harmful typo
1040                 Factorize remove_all_msg
1041                 Thread-ize expunge
1042         * src/summaryview.c
1043                 Don't update partial-download status if unnecessary
1044         * src/folder.c
1045                 Use remove_msgs everywhere possible
1046
1047 2005-06-12 [colin]      1.9.11cvs61
1048
1049         * src/folder.c
1050         * src/folder.h
1051                 Add a remove_msgs function to remove a 
1052                 list of messages
1053         * src/imap.c
1054                 Implement that.
1055
1056 2005-06-12 [colin]      1.9.11cvs60
1057
1058         * src/imap.c
1059                 Remove flags-processing deferring... Too hard
1060                 to get it to work in all cases.
1061
1062 2005-06-11 [colin]      1.9.11cvs59
1063
1064         * src/imap.c
1065                 printf -> debug_print
1066
1067 2005-06-11 [colin]      1.9.11cvs58
1068
1069         * src/imap.c
1070                 o Fix build without USE_PTHREAD
1071                 o Factorize imap_open
1072                 o Alertpanel in case of impossible connection
1073                 o Alertpanel in case of impossible login
1074                 o Fix deferred flags processing to force a 
1075                   flush before adding some more flags to process,
1076                   but in another folder.
1077
1078 2005-06-10 [colin]      1.9.11cvs57
1079
1080         * src/imap.c
1081                 o Fix a format string error
1082                 o init ssl socket outside of the thread 
1083                   (it possibly invokes gtk calls)
1084         * src/procmime.c
1085                 o Put back the buffer to its necessary size
1086                 o Fix changing a file pointer without keeping
1087                   track of it (thanks Valgrind)
1088         * src/common/smtp.c
1089                 o Fix automatic STARTTLS if login should be done
1090                   and the server only allows it after starting TLS
1091         * src/gtk/gtkinputdialog.c
1092                 o Eat GDK_Return so that the combo popup doesn't 
1093                   appear when we press Enter to validate the combo
1094                   input dialog (as seen in the Open with... dialog)
1095
1096 2005-06-10 [colin]      1.9.11cvs56
1097
1098         * src/imap.c
1099                 o A bit less debug
1100                 o Fix a crash on deletion
1101                 o Threadize imap_select (it's called outside of 
1102                   threads)
1103                 o Defer treatment of DELETED flags
1104
1105
1106 2005-06-09 [colin]      1.9.11cvs55
1107
1108         * src/imap.c
1109                 Make sure we check imap_gtk_should_override(), which
1110                 potentially calls gtk stuff, before creating thread.
1111                 That way it should't be called via imap_get_session()
1112                 inside a thread.
1113
1114 2005-06-09 [colin]      1.9.11cvs54
1115
1116         * src/imap.c
1117                 o add a bit of status output
1118                 o remove some dead code
1119                 o threadize get_list_of_uids
1120                 o threadize imap_get_flags
1121                 o defer flag changing by 500ms so that they
1122                   can be batched
1123
1124
1125 2005-06-08 [colin]      1.9.11cvs53
1126
1127         * src/imap.c
1128                 Thread-ize imap_cmd_fetch
1129
1130 2005-06-08 [colin]      1.9.11cvs52
1131
1132         * src/main.c
1133                 Mmh, that broke POP3...
1134
1135 2005-06-08 [colin]      1.9.11cvs51
1136
1137         * src/main.c
1138                 Stabilize IMAP patch (thanks to Hoa)
1139
1140 2005-06-08 [colin]      1.9.11cvs50
1141
1142         * src/imap.c
1143                 Test patch to speed up imap. 
1144
1145 2005-06-08 [colin]      1.9.11cvs49
1146
1147         * src/imap_gtk.c
1148                 Warning fix
1149         * src/procmime.c
1150                 Apply patch from gentoo to use /usr/share/mime/globs if 
1151                 available, after un-breaking it
1152         * src/common/log.c
1153         * src/common/log.h
1154                 Use g_timeout for invoking hooks that possibly use gtk
1155                 calls. This should leave gtk calls in the main thread.
1156
1157 2005-06-08 [paul]       1.9.11cvs48
1158
1159         * src/codeconv.c
1160                 conv_get_outgoing_charset_str(): don't
1161                 use prefs_common setting
1162         * src/compose.c
1163         * src/compose.h
1164                 add /Options/Character encoding/... to
1165                 temporarily change the outgoing encoding
1166
1167         (belated sync with main)
1168
1169 2005-06-08 [paul]       1.9.11cvs47
1170
1171         * src/compose.c
1172                 correction to/completion of last
1173                 sync with main
1174
1175 2005-06-08 [paul]       1.9.11cvs46
1176
1177         sync with main:
1178         
1179         * src/codeconv.c
1180         * src/codeconv.h
1181                 always enabled Japanese auto-detection
1182                 if the first letters of locale string
1183                 is "ja"
1184         * src/compose.c
1185                 don't use "destroy" signal to destroy
1186                 Compose object (fix rare crashes on discard?)
1187         * src/mainwindow.c
1188         * src/messageview.c
1189         * src/prefs_send.c
1190                 added Hebrew encodings
1191         * src/sourcewindow.c
1192                 don't use "destroy" signal to destroy
1193                 objects
1194
1195 2005-06-07 [colin]      1.9.11cvs45
1196
1197         * src/summaryview.c
1198                 Add missing unlocks/locks
1199
1200 2005-06-07 [paul]       1.9.11cvs44
1201
1202         * src/summaryview.c
1203                 restore bug #749 fix
1204
1205 2005-06-06 [colin]      1.9.11cvs43
1206
1207         * src/summaryview.c
1208                 Fix selection bug when prefs_common.open_unread 
1209                 is FALSE
1210
1211 2005-06-06 [colin]      1.9.11cvs42
1212
1213         * src/common/md5.c
1214                 Fix a warning
1215         * src/summaryview.c
1216         * src/folderview.c
1217                 Factorize long operations beginning and end
1218                 (locking, freezing/thawing, cursor, ...)
1219                 Check selection->data member in selection-
1220                 related loops; this avoids dying an awful
1221                 death if the selection changes on us while
1222                 we're marking a whole IMAP folder unread, 
1223                 for example.
1224
1225 2005-06-06 [paul]       1.9.11cvs41
1226
1227         * src/textview.c
1228                 don't g_free() a static gchar buffer
1229
1230 2005-06-05 [colin]      1.9.11cvs40
1231
1232         * src/mainwindow.c
1233         * src/messageview.c
1234         * src/summaryview.c
1235                 Fix bug #749 (Show all headers should be
1236                 sticky as the GUI suggests)
1237
1238 2005-06-03 [paul]       1.9.11cvs39
1239
1240         * src/compose.c
1241                 don't allow editing of mail while sending.
1242                 patch by Colin
1243
1244 2005-06-03 [paul]       1.9.11cvs38
1245
1246         * src/folderview.c
1247                 add a freeze/thaw to speed up 'mark all read'
1248
1249 2005-06-03 [paul]       1.9.11cvs37
1250
1251         * src/prefs_message.c
1252                 reflect changes immediately
1253
1254 2005-06-02 [colin]      1.9.11cvs36
1255
1256         * po/POTFILES.in
1257                 Patch by Fabien Vantard.
1258
1259 2005-06-02 [colin]      1.9.11cvs35
1260
1261         * src/imap.c
1262                 Use a non-blocking imap_getline() if possible.
1263                 This should completely prevent the interface
1264                 from freezin on imap operations, although it
1265                 may do strange stuff in case of folder switching
1266                 while a big imap operation is taking place...
1267
1268                 In addition, fix a leak in the case thread
1269                 creation fails on connection.
1270
1271 2005-06-02 [colin]      1.9.11cvs34
1272
1273         * src/crash.c
1274         * src/prefs_common.h
1275                 Fix build (prefs_common_init() doesn't exist
1276                 anymore)
1277
1278 2005-06-02 [colin]      1.9.11cvs33
1279
1280         * src/prefs_account.c
1281                 Fix bug #245 (filtering rules broken when
1282                 renaming a remote account (imap4 or nntp)
1283
1284 2005-06-02 [colin]      1.9.11cvs32
1285
1286         * src/imap.c
1287                 Try to fix IMAP shortcomings: 
1288                 o Multithread imap_open()
1289                 o allow offline-mode overriding instead of
1290                   just returning NULL
1291         * src/imap_gtk.c
1292         * src/imap_gtk.h
1293                 Add a function to ask whether we want to
1294                 override offline-mode for 10 minutes (one-shot
1295                 asking was painful)
1296         * src/procheader.c
1297                 Fix segfault when imap parser isn't happy about
1298                 a missing {
1299
1300 2005-06-01 [colin]      1.9.11cvs31
1301
1302         * src/addrharvest.c
1303         * src/compose.c
1304         * src/mbox.c
1305         * src/mbox.h
1306         * src/mh.c
1307         * src/msgcache.c
1308         * src/send_message.c
1309         * src/setup.c
1310         * src/undo.c
1311         * src/common/hooks.c
1312         * src/common/prefs.c
1313         * src/common/template.c
1314         * src/common/utils.c
1315         * src/gtk/gtkutils.c
1316         * src/gtk/inputdialog.c
1317         * src/gtk/menu.c
1318         * src/gtk/pluginwindow.c
1319         * src/gtk/prefswindow.c
1320         * src/plugins/pgpmime/passphrase.c
1321         * src/plugins/pgpmime/prefs_gpg.c
1322                 More -Wall fixes
1323
1324         * src/common/Makefile.am
1325         * src/common/timing.h
1326                 Add basic timing code
1327
1328         * src/summaryview.c
1329                 Fix a bug with unread messages when 
1330                 re-sorting folders, and by the way
1331                 fix a big performance hit when 
1332                 re-sorting (10k mails: before 5s,
1333                 after .5s)
1334
1335         * src/prefs_compose_writing.c
1336         * src/prefs_compose_writing.h
1337         * src/prefs_message.c
1338         * src/prefs_message.h
1339         * src/prefs_other.c
1340         * src/prefs_other.h
1341         * src/prefs_quote.c
1342         * src/prefs_quote.h
1343         * src/prefs_receive.c
1344         * src/prefs_receive.h
1345         * src/prefs_send.c
1346         * src/prefs_send.h
1347         * src/prefs_summaries.c
1348         * src/prefs_summaries.h
1349                 Fix copyright banner
1350
1351 2005-06-01 [paul]       1.9.11cvs30
1352
1353         * po/fi.po
1354                 updated by Flammie Pirinen
1355         * src/procmime.c
1356                 fix 'Bad BASE64 content' output
1357
1358 2005-05-31 [colin]      1.9.11cvs29
1359
1360         * src/procmime.c
1361                 Oops, where did my hunk go.
1362
1363 2005-05-31 [colin]      1.9.11cvs28
1364
1365         * src/Makefile.am
1366         * src/account.c
1367         * src/action.c
1368         * src/addr_compl.c
1369         * src/addressbook.c
1370         * src/codeconv.c
1371         * src/compose.c
1372         * src/export.c
1373         * src/folder.c
1374         * src/folderview.c
1375         * src/image_viewer.c
1376         * src/main.c
1377         * src/mainwindow.c
1378         * src/messageview.c
1379         * src/mimeview.c
1380         * src/msgcache.c
1381         * src/prefs_account.c
1382         * src/prefs_actions.c
1383         * src/prefs_common.c
1384         * src/prefs_compose_writing.c
1385         * src/prefs_customheader.c
1386         * src/prefs_ext_prog.c
1387         * src/prefs_filtering.c
1388         * src/prefs_filtering_action.c
1389         * src/prefs_fonts.c
1390         * src/prefs_image_viewer.c
1391         * src/prefs_message.c
1392         * src/prefs_message.h
1393         * src/prefs_msg_colors.c
1394         * src/prefs_other.c
1395         * src/prefs_other.h
1396         * src/prefs_quote.c
1397         * src/prefs_receive.c
1398         * src/prefs_receive.h
1399         * src/prefs_send.c
1400         * src/prefs_send.h
1401         * src/prefs_spelling.c
1402         * src/prefs_summaries.c
1403         * src/prefs_summary_column.c
1404         * src/prefs_template.c
1405         * src/prefs_themes.c
1406         * src/prefs_toolbar.c
1407         * src/prefs_wrapping.c
1408         * src/procmime.c
1409         * src/procmsg.c
1410         * src/send_message.h
1411         * src/ssl_manager.c
1412         * src/summary_search.c
1413         * src/summaryview.c
1414         * src/textview.c
1415         * src/wizard.c
1416         * src/common/smtp.c
1417         * src/common/smtp.h
1418         * src/gtk/gtkutils.h
1419                 o Move the rest of Common prefs to new style
1420                 o Lots of -Wall warning fixes
1421                 o fix FIXME in cache memusage calculation
1422                 o Let return receipts be sent from any account
1423                 o Little cache optimisation (read)
1424                 o Fix bug #746 (don't treat commas as separators
1425                   when inside a quoted string)
1426
1427 2005-05-31 [paul]       1.9.11cvs27
1428
1429         * src/prefs_common.c
1430                 fix 'off-by-one' typo
1431
1432 2005-05-31 [paul]       1.9.11cvs26
1433
1434         * src/account.c
1435         * src/addr_compl.c
1436         * src/compose.c
1437         * src/foldersel.c
1438         * src/prefs_actions.c
1439         * src/prefs_common.c
1440         * src/prefs_common.h
1441         * src/prefs_customheader.c
1442         * src/prefs_display_header.c
1443         * src/prefs_filtering.c
1444         * src/prefs_filtering_action.c
1445         * src/prefs_matcher.c
1446         * src/prefs_summaries.c
1447         * src/prefs_summary_column.c
1448         * src/prefs_template.c
1449         * src/prefs_toolbar.c
1450         * src/ssl_manager.c
1451         * src/gtk/pluginwindow.c
1452         * src/gtk/prefswindow.c
1453         * src/gtk/progressdialog.c
1454                 add hidden prefs 'enable_rules_hint'
1455                 for gtk_tree_view_set_rules_hint()
1456                 (sync with main)
1457                 
1458
1459 2005-05-31 [colin]      1.9.11cvs25
1460
1461         * src/Makefile.am
1462         * src/main.c
1463         * src/prefs_common.c
1464         * src/prefs_summaries.c ** ADDED **
1465         * src/prefs_summaries.h ** ADDED **
1466                 Common/Display -> Display/Summaries
1467
1468 2005-05-31 [colin]      1.9.11cvs24
1469
1470         * src/Makefile.am
1471         * src/main.c
1472         * src/prefs_quote.c ** ADDED **
1473         * src/prefs_quote.h ** ADDED **
1474                 Move Common/Quote to Compose/Quoting
1475         * src/prefs_common.c
1476         * src/prefs_common.h
1477                 Remove old quote stuff, add
1478                 convenience functions for GtkTextView prefs
1479         * src/gtk/prefswindow.c
1480                 Set default height higher
1481
1482 2005-05-30 [colin]      1.9.11cvs23
1483
1484         * src/Makefile.am
1485         * src/main.c
1486         * src/prefs_common.c
1487         * src/prefs_compose_writing.c ** ADDED **
1488         * src/prefs_compose_writing.h ** ADDED **
1489                 Move Common/Compose prefs to Compose/Writing
1490
1491 2005-05-30 [colin]      1.9.11cvs22
1492
1493         * src/common/utils.c
1494                 Fix bug #651 (Confused Attract by Subject)
1495                 Patch by M. Benkmann <haferfrost@web.de>
1496         * AUTHORS
1497
1498 2005-05-30 [colin]      1.9.11cvs21
1499
1500         * src/compose.c
1501                 Fix concatenation of different headers of
1502                 the same type (bug #645)
1503         * src/prefs_folder_item.c
1504                 Fix bug #699 (setting color to black doesn't
1505                 work immediately)
1506         * src/procmime.c
1507                 Print out decoding error only once per
1508                 block
1509
1510 2005-05-30 [paul]       1.9.11cvs20
1511
1512         * src/common/template.c
1513                 fix Bcc
1514
1515 2005-05-30 [paul]       1.9.11cvs19
1516
1517         * doc/src/rfc2368.txt   **NEW FILE**
1518         * src/compose.c
1519                 compose_entries_set(): don't interpret Bcc
1520                 header field (conform to RFC 2368)
1521                 (sync with main)
1522
1523 2005-05-29 [colin]      1.9.11cvs18
1524
1525         * src/prefs_common.c
1526                 Let the default reply format respect
1527                 netiquette by cutting the signature.
1528
1529 2005-05-29 [colin]      1.9.11cvs17
1530
1531         * src/summaryview.c
1532                 Don't let always_show_msg override
1533                 open_unread_on_enter when opening a new
1534                 directory.
1535
1536 2005-05-27 [paul]       1.9.11cvs16
1537
1538         sync with main:
1539
1540         * src/main.c
1541                 app_will_exit(): cleanup tmp directory when exit
1542         * src/message_search.c
1543                 improved the interface and made code cleanup.
1544                 removed Clear button
1545         * src/send_message.c
1546                 send_message_local(): use GSpawn, and detect errors
1547         * src/summary_search.c
1548                 improved the interface and made code cleanup
1549         * src/textview.c
1550                 textview_write_link(): also skip non-ascii space
1551                  at the head of link strings (phishing check
1552                  didn't work at the case)
1553         * src/common/utils.c
1554                 get_command_output(): use g_spawn_command_line_sync()
1555                 instead of popen()
1556
1557 2005-05-26 [colin]      1.9.11cvs15
1558
1559         * src/folder.c
1560                 remove printf
1561
1562 2005-05-26 [colin]      1.9.11cvs14
1563
1564         * src/common/nntp.c
1565                 Fix nntp mode reader (bug #611)
1566                 Patch by Florian Mickler <florian@mickler.org>
1567
1568 2005-05-26 [colin]      1.9.11cvs13
1569
1570         * src/plugins/pgpmime/passphrase.c
1571                 Fix mouse grabbing (bug #557)
1572
1573 2005-05-26 [colin]      1.9.11cvs12
1574
1575         * src/prefs_themes.c
1576                 Fix g_warning (bug #541)
1577
1578 2005-05-26 [colin]      1.9.11cvs11
1579
1580         * src/prefs_actions.c
1581         * src/prefs_template.c
1582                 Fix bug #506 (no warning if action/template
1583                 is not saved)
1584         * src/common/template.c
1585                 Fix a possible crash
1586
1587 2005-05-26 [colin]      1.9.11cvs10
1588
1589         * src/folder.c
1590         * src/folderview.c
1591         * src/procmsg.c
1592         * src/summaryview.c
1593                 Forbid locked messages to be moved or
1594                 deleted. Locked messages in trashes 
1595                 still get deleted, for performance
1596                 reason (mh.c::mh_remove_all_msgs)
1597
1598 2005-05-25 [colin]      1.9.11cvs9
1599
1600         * src/procmime.c
1601                 Use correct encoding when sending mails
1602                 with attachments that have accentued 
1603                 chars in their name
1604
1605 2005-05-24 [colin]      1.9.11cvs8
1606
1607         * src/summaryview.c
1608                 Fix bug #688 f) read/unread marker not
1609                 changed on first click
1610                 Also, optimize summary_status_show()
1611                 calls
1612         * src/folder.c
1613         * src/inc.c
1614         * src/procmime.c
1615                 Fix bug #688 b) and c) wrt message
1616                 attachments and signature
1617         * src/stock_pixmap.c
1618         * src/stock_pixmap.h
1619         * src/stock_pixmap.c
1620         * src/stock_pixmap.h
1621         * src/Makefile.am
1622         * src/pixmaps/clip_gpg_signed.xpm
1623                 Add clip/signed icon
1624
1625 2005-05-24 [colin]      1.9.11cvs7
1626
1627         * src/folder_item_prefs.c
1628                 whitespace fix
1629
1630 2005-05-24 [colin]      1.9.11cvs6
1631
1632         * src/folderview.c
1633         * src/prefs_common.c
1634         * src/prefs_common.h
1635                 Add a confirmation to folder drag and drop
1636                 fixes bug #156
1637         * src/alertpanel.c
1638         * src/alertpanel.h
1639                 fix _with_disable parameters so that
1640                 the buttons labels are specifiable too
1641         * src/plugins/pgpmime/sgpgme.c
1642                 reflect said change
1643                 
1644
1645 2005-05-24 [colin]      1.9.11cvs5
1646
1647         * src/folderview.c
1648                 Uncollapse/collapse folders on double-click
1649                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
1650                 closes bug #108
1651
1652 2005-05-23 [colin]      1.9.11cvs4
1653
1654         * src/common/socket.c
1655                 Check another special SSL_peek() error.
1656                 Should help wrt bug #728
1657
1658 2005-05-23 [colin]      1.9.11cvs3
1659
1660         * src/plugins/pgpmime/pgpmime.c
1661                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
1662                 breaking menu accelerators and stuff. Users will have to
1663                 reselect "PGP MIME" instead of "PGP/MIME" in their 
1664                 account's privacy preferences if needed.
1665
1666 2005-05-22 [paul]
1667
1668         * tools/kdeservicemenu/install.sh
1669                 use kdesu to prompt for root password if doing
1670                 global install/uninstall
1671
1672 2005-05-20 [colin]      1.9.11cvs2
1673
1674         * src/procmsg.c
1675                 Fix another compilation error with gcc-2.9x
1676                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
1677         * src/send_message.c
1678                 Don't send QUIT if we aren't connected
1679
1680 2005-05-19 [colin]      1.9.11cvs1
1681
1682         * src/procmsg.c
1683                 Fix compilation with gcc 2.9x
1684
1685 2005-05-19 [paul]       1.9.11
1686
1687         1.9.11 released
1688
1689 2005-05-19 [paul]       1.9.9cvs14
1690
1691         * src/gtk/inputdialog.c
1692                 prevent gettext warning
1693
1694 2005-05-19 [paul]       1.9.9cvs13
1695
1696         * src/mainwindow.c
1697         * src/prefs_common.c
1698         * src/prefs_common.h
1699         * src/textview.c
1700         * src/textview.h
1701                 add an option to toggle cursor in message
1702                 view (sync with main)
1703
1704 2005-05-18 [colin]      1.9.9cvs12
1705
1706         * src/compose.c
1707                 Dereference freed pointer
1708         * src/gtk/gtkaspell.c
1709                 Fix duplication of dictionaries (is it an aspell issue?)
1710
1711 2005-05-18 [colin]      1.9.9cvs11
1712
1713         * src/gtk/inputdialog.c
1714         * src/gtk/gtkaspell.c
1715                 HIGuify dialogs
1716         * src/alertpanel.c
1717                 Remove a double call
1718
1719 2005-05-17 [colin]      1.9.9cvs10
1720
1721         * src/gtk/gtkaspell.c
1722                 Fix dialogs, Ctrl-Enter accel
1723
1724 2005-05-17 [colin]      1.9.9cvs9
1725
1726         * src/gtk/gtkaspell.c
1727                 Fix some accelerators, escape in replace-window
1728
1729 2005-05-16 [colin]      1.9.9cvs8
1730
1731         * src/gtk/gtkaspell.c
1732                 Revert last commit, it was a mistake.
1733
1734 2005-05-16 [colin]      1.9.9cvs7
1735
1736         * src/gtk/gtkaspell.c
1737                 Remove buggy code while we're at it. It's a 
1738                 dead code path anyway.
1739
1740 2005-05-16 [colin]      1.9.9cvs6
1741
1742         * src/gtk/gtkaspell.c
1743                 Missed some gtk_menu_popup where deactivate
1744                 signal should be handled. Should fix bug
1745                 #629 a bit more.
1746
1747 2005-05-16 [colin]      1.9.9cvs5
1748
1749         * src/gtk/gtkaspell.c
1750                 Remove debug printf()s
1751
1752 2005-05-16 [colin]      1.9.9cvs4
1753
1754         * src/gtk/gtkaspell.c
1755                 Fix a bit aspell problems
1756                 (see bug #629)
1757
1758 2005-05-13 [colin]      1.9.9cvs3
1759
1760         * src/folderview.c
1761                 Fix the + appearing even when no subfolders
1762                 have unread messages. Thanks to wwp for the
1763                 bug report.
1764
1765 2005-05-11 [paul]       1.9.9cvs2
1766
1767         * src/folderview.c
1768                 correction to 1.9.9cvs1, only colour folders that
1769                 have new msgs (not unread msgs)
1770
1771 2005-05-10 [colin]      1.9.9cvs1
1772
1773         * src/folderview.c
1774         * src/summaryview.c
1775                 Try to fix bolding bugs again.
1776
1777 2005-05-09 [paul]
1778
1779         * tools/claws.i18n.status.pl
1780                 add Ricardo Mones Lastra's script that has been providing
1781                 the i18n status page for many months
1782
1783 2005-05-09 [paul]       1.9.9
1784
1785         1.9.9 release
1786
1787 2005-05-09 [paul]       1.9.6cvs58
1788
1789         * AUTHORS
1790         * INSTALL
1791         * README.claws
1792                 updated
1793         * Makefile.am 
1794         * RELEASE_NOTES.claws
1795                 add release notes to cvs to simplify release
1796                 procedure
1797         * configure.ac
1798                 add ca and fi to ALL_LINGUAS
1799         * po/Makefile.in.in
1800                 workaround for missing Makevars
1801         * po/ca.po
1802         * po/fi.po
1803                 add new Catalan and Finnish translations
1804                 submitted by Miquel Oliete and Flammie Pirinen
1805         * po/de.po
1806         * po/es.po
1807         * po/fr.po
1808         * po/it.po
1809         * po/pl.po
1810         * po/ru.po
1811         * po/sk.po
1812         * po/sr.po
1813         * po/zh_CN.po
1814                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
1815                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
1816                 Urke MMI, and Hansom Young
1817         * src/main.c
1818                 Fix drafting when quitting. compose_draft() closes the
1819                 compose windows, which modifies the compose_list GSList.
1820                 We have to refresh this list after echo drafting to avoid a
1821                 segfault
1822         * src/partial_download.c
1823                 fix segfault on exit
1824
1825 2005-05-06 [paul]       1.9.6cvs57
1826
1827         * src/grouplistdialog.c
1828                 quick fix/workaround for unresizeable newsgroup
1829                 name column 
1830
1831 2005-05-06 [paul]       1.9.6cvs56
1832
1833         * src/inc.c
1834         * src/mainwindow.c
1835                 use gettext plural forms
1836         * src/imap_gtk.c
1837         * src/mh_gtk.c
1838         * src/toolbar.c
1839                 small improvement to english usage
1840
1841 2005-05-05 [thorsten]   1.9.6cvs55
1842
1843         * src/folder.c
1844                 fix possible crash
1845
1846 2005-05-05 [paul]       1.9.6cvs54
1847         
1848         sync with HEAD
1849
1850         * AUTHORS
1851         * src/compose.c
1852                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
1853                 patch by Tim Mann
1854
1855 2005-05-05 [paul]       1.9.6cvs53
1856
1857         * src/mainwindow.c
1858                 fix resizing of separate message and
1859                 folder views
1860
1861 2005-05-05 [paul]       1.9.6cvs52
1862
1863         * src/account.c
1864         * src/addrgather.c
1865         * src/browseldap.c
1866         * src/exphtmldlg.c
1867         * src/expldifdlg.c
1868         * src/importmutt.c
1869         * src/importpine.c
1870         * src/main.c
1871         * src/mainwindow.c
1872         * src/noticeview.c
1873         * src/prefs_filtering.c
1874         * src/prefs_filtering_action.c
1875         * src/prefs_matcher.c
1876         * src/prefs_spelling.c
1877         * src/prefs_toolbar.c
1878         * src/toolbar.c
1879         * src/wizard.c
1880         * src/gtk/description_window.c
1881         * src/gtk/gtkvscrollbutton.c
1882         * src/gtk/progressdialog.c
1883         * src/gtk/quicksearch.c
1884         * src/plugins/pgpmime/prefs_gpg.c
1885         * src/plugins/spamassassin/spamassassin_gtk.c
1886                 replace deprecated gtk_widget_set_usize
1887
1888 2005-05-04 [colin]      1.9.6cvs51
1889
1890         * src/common/utils.c
1891                 Fix crash when subst_for_filename is called
1892                 with a NULL parameter
1893
1894 2005-05-04 [colin]      1.9.6cvs50
1895
1896         * src/partial_download.c
1897         * src/pop.c
1898                 Escape login when writing uidl file
1899                 fixes bug #736
1900
1901 2005-05-03 [colin]      1.9.6cvs49
1902
1903         * src/procmime.c
1904                 Fix possible DOS in mime parser
1905                 (see bug #634)
1906
1907 2005-05-02 [colin]      1.9.6cvs48
1908
1909         * src/compose.c
1910                 Try to fix the copy/paste mess once again.
1911
1912
1913 2005-04-30 [colin]      1.9.6cvs47
1914
1915         * src/prefs_account.h
1916         * src/procmsg.c
1917         * src/send_message.c
1918         * src/common/smtp.c
1919         * src/common/smtp.h
1920                 Try to batch sending mails (per account) instead of
1921                 reconnecting to server every time.
1922
1923 2005-04-29 [colin]      1.9.6cvs46
1924
1925         * src/messageview.c
1926                 Fix window resizing that refused to size down
1927         * src/prefs_common.c
1928         * src/prefs_common.h
1929         * src/prefs_filtering.c
1930                 Save Filtering's window size
1931
1932 2005-04-21 [paul]       1.9.6cvs45
1933
1934         * ChangeLog-gtk2.claws
1935         * src/setup.c
1936                 correction to sync
1937
1938 2005-04-21 [paul]       1.9.6cvs44
1939
1940         sync with main:
1941
1942         * src/setup.c
1943         * src/statusbar.c
1944         * src/statusbar.h
1945                 use gtkut_widget_draw_now(). Improved performance
1946                 of the update of statusbar
1947         * src/textview.c
1948                 textview_smooth_scroll_do(): redraw it after scroll
1949                 is done (fixed incorrect display when a part of the
1950                 view is hidden).
1951         * src/gtk/gtkutils.c
1952         * src/gtk/gtkutils.h
1953                 gtkut_widget_draw_now(): use gdk_window_process_updates()
1954                 to force update of widgets.
1955                 Removed gtkut_widget_wait_for_draw() which had a big
1956                 overhead  because of waiting for all events processed 
1957
1958 2005-04-20 [paul]       1.9.6cvs43
1959
1960         * src/codeconv.c
1961                 complete 1.9.6cvs42's sync:
1962                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
1963
1964 2005-04-19 [paul]       1.9.6cvs42
1965
1966         sync with main:
1967
1968         * src/action.c
1969                 catch_output(): correctly select the insert text
1970                 (fix invalid iterator warnings).
1971         * src/codeconv.c
1972         * src/codeconv.h
1973         * src/mainwindow.c
1974         * src/messageview.c
1975         * src/prefs_common.c
1976                 support GBK encoding.
1977         * src/common/session.c
1978         * src/common/session.h
1979                 use separate buffer for large data to be sent,
1980                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
1981
1982 2005-04-18 [paul]       1.9.6cvs41
1983
1984         * src/jpilot.c
1985                 convert unsigned long into guint32
1986                 patch by Paul LeoNerd Evans 
1987
1988 2005-04-17 [colin]      1.9.6cvs40
1989
1990         * src/compose.c
1991                 Fix 'Request return receipt' from folder
1992                 properties (bug #708)
1993
1994 2005-04-17 [colin]      1.9.6cvs39
1995
1996         * src/mainwindow.c
1997                 Fix duplicate hotkeys in Mainwindow's menu
1998
1999 2005-04-17 [colin]      1.9.6cvs38
2000
2001         * src/folderview.c
2002                 Fix duplicate hotkeys in Folderview's contextual
2003                 menu
2004
2005 2005-04-15 [colin]      1.9.6cvs37
2006
2007         * src/summaryview.c
2008                 Fix 'Save as...' with non-ascii filenames
2009
2010 2005-04-15 [colin]      1.9.6cvs36
2011
2012         * src/plugins/pgpmime/pgpmime.c
2013                 Fix bus error on 64bit. Spotted by 
2014                 macallan1888@gmail.com
2015
2016 2005-04-15 [colin]      1.9.6cvs35
2017
2018         * src/prefs_account.c
2019                 Fix cvs34.
2020
2021 2005-04-12 [colin]      1.9.6cvs34
2022
2023         * src/prefs_account.c
2024                 Fix smtp auth type off-by-one. We forgot to
2025                 add PLAIN in the prefs-to-gui setter func and
2026                 as a result, the selected auth when opening
2027                 account prefs was not the correct one.
2028
2029 2005-04-12 [paul]       1.9.6cvs33
2030
2031         * src/inc.c
2032                 if the recv dialog is visible, Cancel only
2033                 cancels the current account
2034
2035
2036 2005-04-10 [colin]      1.9.6cvs32
2037
2038         * src/filtering.c
2039                 Copy score when copying FilteringActions
2040                 Fix bug #674
2041
2042 2005-04-10 [colin]      1.9.6cvs31
2043
2044         * src/inc.c
2045                 Make Message -> Receive -> Cancel cancel 
2046                 incorporation on all accounts. Fixes
2047                 bug #693
2048
2049 2005-04-10 [colin]      1.9.6cvs30
2050
2051         * src/prefs_account.c
2052                 Update Privacy checkbuttons status based
2053                 on the selected privacy system
2054         * src/compose.c
2055                 Always connect the "None" privacy system; the
2056                 static boolean was probably there to avoid
2057                 reconnecting twice in the same compose window,
2058                 but as the parent function is only called once
2059                 per compose, it's only a bug - as a static is
2060                 initialized once per application instance.
2061                 Also, don't uncheck Sign and Encrypt when
2062                 selecting None as privacy system; just ignore
2063                 them when sending/queuing.
2064                 Should fix bug #695
2065
2066 2005-04-08 [colin]      1.9.6cvs29
2067
2068         * src/account.c
2069         * src/prefs_account.c
2070         * src/prefs_account.h
2071                 Add account preference to queue message in a certain
2072                 folder.
2073
2074 2005-04-06 [colin]      1.9.6cvs28
2075
2076         * src/prefs_account.c
2077                 Update old inbox path syntax
2078
2079 2005-04-06 [paul]       1.9.6cvs27
2080
2081         sync with main:
2082
2083         * configure.ac
2084                 changed -traditional-cpp to -no-cpp-precomp for newer
2085                 Mac OS X support
2086         * src/foldersel.c
2087                 made column resize automatically
2088         * src/send_message.c
2089                 send_message_smtp(): consider EOF right after QUIT
2090                 successful (workaround for Gmail SMTP server)
2091         * src/common/socket.c
2092                 ssl_read(), ssl_peek(): check EOF which violates the
2093                 SSL protocol
2094         * src/gtk/colorlabel.c
2095                 removed warnings when displaying colorlabel menu
2096                 (don't use GtkAlignment)
2097
2098 2005-04-05 [paul]       1.9.6cvs26
2099
2100         * src/plugins/trayicon/trayicon.c
2101                 fix clipping of icon under KDE3 
2102
2103 2005-04-05 [paul]       1.9.6cvs25
2104
2105         * src/summaryview.c
2106                 hide display of threading
2107                 patch by Alfons
2108
2109 2005-04-04 [thorsten]   1.9.6cvs24
2110
2111         * src/mh.c
2112                 marks lost on filesystems with different stat() results on
2113                 summer-/wintertime
2114
2115 2005-04-03 [colin]      1.9.6cvs23
2116
2117         * src/summaryview.c
2118                 Don't handle up/down. Patch by Alfons
2119
2120 2005-04-02 [colin]      1.9.6cvs22
2121
2122         * src/summaryview.c
2123                 Make scrolling faster. Patch by Alfons.
2124
2125 2005-04-01 [colin]      1.9.6cvs21
2126
2127         * src/Makefile.am
2128         * src/stock_pixmap.c
2129         * src/pixmaps/dir-noselect.xpm ** REMOVED **
2130         * src/pixmaps/dir_noselect.xpm ** ADDED **
2131                 Fix pixmap name mismatch (Thanks Stephan Sachse)
2132
2133 2005-04-01 [colin]      1.9.6cvs20
2134
2135         * src/image_viewer.c
2136         * src/image_viewer.h
2137         * src/procmime.c
2138         * src/procmime.h
2139         * src/textview.c
2140         * src/textview.h
2141                 Implement inline image resizing and right-clicking
2142
2143 2005-04-01 [paul]       1.9.6cvs19
2144
2145         * AUTHORS
2146         * Makefile.am
2147         * configure.ac
2148                 check for gnome2
2149                 patch by Luca Cavalli <loopback<AT>slackit.org>
2150         * po/ru.po
2151                 updated by Pavlo Bohmat
2152
2153 2005-03-31 [colin]      1.9.6cvs18
2154
2155         * src/news.c
2156                 Fix parsing references
2157         * src/msgcache.c
2158                 don't put nulls in the references list
2159         * src/procheader.c
2160                 commit that forgotten file in 1.9.6cvs14
2161
2162 2005-03-31 [colin]      1.9.6cvs17
2163
2164         * src/compose.c
2165                 Fix joining of signature separator again. 
2166                 Maybe Hiro could put it in main too...
2167
2168 2005-03-31 [colin]      1.9.6cvs16
2169
2170         * src/Makefile.am
2171         * src/foldersel.c
2172         * src/stock_pixmap.c
2173         * src/stock_pixmap.h
2174         * src/pixmaps/dir-noselect.xpm
2175                 Update foldersel.c (sync from main, patch by Alfons)
2176
2177 2005-03-30 [colin]      1.9.6cvs15
2178
2179         * src/imap.c
2180                 Fix handling of imap folders containing [] in 
2181                 their name. Thanks to Nahuel Angelinetti for
2182                 the detailed bugreport.
2183
2184 2005-03-30 [colin]      1.9.6cvs14
2185
2186         * src/common/utils.h
2187         * src/common/utils.c
2188         * src/common/defs.h
2189         * src/matcher.c
2190         * src/msgcache.c
2191         * src/news.c
2192         * src/procmsg.c
2193         * src/procmsg.h
2194         * src/quote_fmt_parse.y
2195         * src/summaryview.c
2196                 Update references system. Patch by Alfons
2197
2198 2005-03-30 [colin]      1.9.6cvs13
2199
2200         * src/common/socket.c
2201                 Force the glibc to read resolv.conf again when 
2202                 it has changed. Should fix issues when changing
2203                 networks on a laptop and not restarting sylpheed. 
2204
2205 2005-03-30 [paul]       1.9.6cvs12
2206
2207         partial sync with main:
2208
2209         * src/action.c
2210                 create_io_dialog(): use user-defined text font
2211                 (thanks to Alfons), and modified its appearance.
2212         * src/addrgather.c
2213         * src/addrharvest.c
2214         * src/browseldap.c
2215                 replace old code
2216         * src/compose.c
2217                 don't join (presumably) itemized lines on line-wrapping
2218                 fixed wrapping of quote when auto-wrapping is enabled
2219                 compose_destroy(): destroy paned only if it's not
2220                 attached to window. Fixed memory leak of popup menu.
2221         * src/exphtmldlg.c
2222         * src/expldifdlg.c
2223                 replace old code
2224         * src/html.c
2225         * src/html.h
2226         * src/importmutt.c
2227         * src/importpine.c
2228                 replace old code
2229         * src/main.c
2230                 removed redundant code
2231         * src/mainwindow.c
2232                 changed 'Code set' (which is rather incorrect)
2233                 in the menu to 'Character encoding'
2234                 main_window_set_widgets(): request size first
2235                 to prevent window size becoming wrong
2236                 fixed remembering of the state of the visibility
2237                 of MessageView
2238         * src/messageview.c
2239                 changed 'Code set' (which is rather incorrect)
2240                 in the menu to 'Character encoding'
2241         * src/prefs_common.c
2242         * src/prefs_common.h
2243                 added an option whether to render HTML as text or not
2244                 added separators to outgoing encoding menu
2245         * src/procheader.c
2246                 procheader_scan_date_string(): support header
2247                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
2248         * src/summaryview.c
2249         * src/summaryview.h
2250                 minor code cleanup
2251         * src/textview.c
2252                 textview_show_html(): force output of newline
2253                 added an option whether to render HTML as text or not
2254         * src/common/utils.c
2255                 strncpy2(): optimized based on Alfons' code
2256         * src/gtk/gtkutils.c
2257         * src/gtk/gtkutils.h
2258                 removed non-used code
2259         * src/plugins/pgpmime/passphrase.c
2260                 partially fixed grab input of passphrase dialog
2261                 Confine pointer to window
2262
2263 2005-03-30 [colin]      1.9.6cvs11
2264
2265         * src/msgcache.c
2266         * src/msgcache.h
2267                 Read/write 32bit ints from cache & marks
2268                 From main.
2269
2270 2005-03-29 [paul]       1.9.6cvs10
2271
2272         * AUTHORS
2273         * ChangeLog.claws
2274         * src/compose.c
2275         * src/gtk/gtkaspell.c
2276                 sync with HEAD (don't pass NULL pointers) 
2277
2278 2005-03-24 [paul]
2279
2280         * tools/Makefile.am
2281         * tools/README
2282         * tools/acroread2sylpheed.pl
2283                 sync with HEAD (add script to send pdfs as
2284                 attachments from Adobe Reader 7)
2285
2286 2005-03-21 [paul]       1.9.6cvs9
2287
2288         * configure.ac
2289         * po/POTFILES.in
2290         * src/Makefile.am
2291         * src/crash.c
2292         * src/image_viewer.c ** ADDED **
2293         * src/image_viewer.h ** ADDED **
2294         * src/main.c
2295         * src/prefs_common.c
2296         * src/prefs_common.h
2297         * src/prefs_image_viewer.c ** ADDED **
2298         * src/prefs_image_viewer.h ** ADDED **
2299         * src/textview.c
2300         * src/gtk/about.c
2301         * src/pixmaps/sylpheed_logo.xpm
2302         * src/plugins/Makefile.am
2303         * src/plugins/image_viewer/.cvsignore ** REMOVED **
2304         * src/plugins/image_viewer/Makefile.am ** REMOVED **
2305         * src/plugins/image_viewer/plugin.c ** REMOVED **
2306         * src/plugins/image_viewer/viewer.c ** REMOVED **
2307         * src/plugins/image_viewer/viewer.glade ** REMOVED **
2308         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
2309         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
2310         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
2311         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
2312                 as gdk-pixbuf is now built-in
2313                 remove image_viewer plugin and put code back into
2314                 main codebase
2315                 implement inline image display (sync with main)
2316
2317                 replace logo with newer, nicer, larger version  
2318
2319 2005-03-21 [paul]       1.9.6cvs8
2320
2321         * src/gtk/about.c
2322                 cosmetic improvement
2323
2324 2005-03-21 [holger]     1.9.6cvs7
2325
2326         * src/plugins/spamassassin/spamassassin.c
2327                 Sync with HEAD
2328                 (unregister hook on failed plugin init)
2329
2330 2005-03-20 [colin]      1.9.6cvs6
2331
2332         * src/common/plugin.c
2333                 Check that plugin isn't already loaded
2334                 Patch by Alfons
2335
2336 2005-03-20 [thorsten]   1.9.6cvs5
2337
2338         * src/compose.c
2339                 use a more compatible syntax
2340
2341 2005-03-20 [thorsten]   1.9.6cvs4
2342
2343         * src/prefs_toolbar.c
2344                 fix crash when selecting toolbar item (uninitialized pointer)
2345
2346 2005-03-20 [thorsten]   1.9.6cvs3
2347
2348         * src/procmime.c
2349                 fix mimetype detection (referenced free()d string)
2350
2351 2005-03-20 [paul]       1.9.6cvs2
2352
2353         * src/compose.c
2354                 sync with HEAD (1.0.3cvs5)
2355                 neglect Reply-To header if empty
2356                 Patch by Alfons 
2357
2358 2005-03-19 [holger]     1.9.6cvs1
2359
2360         * src/summaryview.c
2361         * src/summaryview.h
2362                 Sync with HEAD
2363
2364 2005-03-18 [paul]       1.9.6
2365
2366         initial GTK2 release
2367
2368 2005-03-18 [paul]       1.0.3cvs3.1
2369
2370         * AUTHORS
2371         * ChangeLog.claws
2372         * configure.ac
2373         * src/gtk/about.c
2374         * src/pixmaps/sylpheed_logo.xpm
2375                 sync with HEAD
2376
2377 2005-03-18 [colin]      1.0.3cvs2.6
2378
2379         * src/summaryview.c
2380                 Remove call to summary_step in summary_copy_selected_to
2381                 Can't see its purpose, and this causes bug when copying
2382                 a message if the next one is unread: it reads it.
2383
2384 2005-03-18 [paul]       1.0.3cvs2.5
2385
2386         * src/foldersel.c
2387                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
2388
2389 2005-03-18 [paul]       1.0.3cvs2.4
2390
2391         * src/addrharvest.c
2392         * src/codeconv.c
2393         * src/codeconv.h
2394         * src/compose.c
2395         * src/news.c
2396         * src/procheader.c
2397         * src/procmime.c
2398         * src/unmime.c
2399         * src/unmime.h
2400                 fix buffer overflow, CAN-2005-0667, see
2401                 http://secunia.com/advisories/14491/
2402                 Patch by Alfons
2403
2404 2005-03-17 [colin]      1.0.3cvs2.3
2405
2406         * src/prefs_fonts.c
2407         * src/summaryview.c
2408                 Fix font bugs (both lists now officialy share 
2409                 the same font)
2410                 
2411
2412 2005-03-17 [paul]       1.0.3cvs2.2
2413
2414         * src/gtk/pluginwindow.c
2415                 make plugin descriptions uneditable
2416
2417 2005-03-11 [paul]       1.0.3cvs2.1
2418
2419         * ChangeLog.claws
2420         * configure.ac
2421         * po/POTFILES.in
2422         * src/plugins/trayicon/trayicon.c
2423                 sync with HEAD
2424                 add src/wizard.c to POTFILES.in
2425
2426 2005-03-11 [paul]       1.0.3cvs1.1
2427
2428         * ChangeLog
2429         * ChangeLog.claws
2430         * configure.ac
2431         * po/de.po
2432         * po/es.po
2433         * po/fr.po
2434         * po/it.po
2435         * po/pt_BR.po
2436         * po/ru.po
2437         * po/sk.po
2438         * po/sr.po
2439         * po/zh_CN.po
2440                 sync with HEAD
2441
2442 2005-03-04 [colin]      1.0.1cvs22.2
2443
2444         * src/compose.c
2445                 Fix signatures with accentued chars in it
2446
2447 2005-03-04 [colin]      1.0.1cvs22.1
2448
2449         * src/common/smtp.c
2450         * src/common/smtp.h
2451                 Don't use SIZE param in MAIL FROM: if server 
2452                 doesn't support it. Patch by Eugen Freiter
2453                 <eugen_f@users.sf.net>
2454
2455 2005-02-27 [paul]       1.0.1cvs20.1
2456
2457         * ChangeLog.claws
2458         * configure.ac
2459         * src/messageview.c
2460                 sync with HEAD
2461
2462 2005-02-27 [colin]      1.0.1cvs19.4
2463
2464         * src/procheader.c
2465         * src/procheader.h
2466                 Fix prototypes. Patch by Alfons
2467
2468 2005-02-27 [colin]      1.0.1cvs19.3
2469
2470         * src/compose.c
2471                 Don't auto-join the signature separator.
2472
2473 2005-02-26 [colin]      1.0.1cvs19.2
2474
2475         * src/summaryview.c
2476                 Fix 'mark all read' with collapsed threads.
2477                 Patch by Alfons.
2478
2479 2005-02-25 [paul]       1.0.1cvs19.1
2480
2481         * ChangeLog.claws
2482         * configure.ac
2483         * src/prefs_account.c
2484         * src/prefs_folder_item.c
2485         * src/gtk/prefswindow.c
2486         * src/gtk/prefswindow.h
2487                 sync with HEAD
2488
2489 2005-02-25 [paul]       1.0.1cvs15.12
2490
2491         * src/alertpanel.c
2492         * src/codeconv.c
2493         * src/compose.c
2494         * src/textview.c
2495         * src/gtk/gtkutils.c
2496         * src/gtk/gtkutils.h
2497         * src/gtk/logwindow.c
2498         * src/gtk/progressdialog.c
2499                 sync with main (revision 127)
2500                 and fix logwindow clipping
2501
2502 2005-02-24 [colin]      1.0.1cvs15.11
2503
2504         * src/plugins/pgpmime/passphrase.c
2505                 Disable input grabbing; it doesn't work yet.
2506
2507 2005-02-24 [colin]      1.0.1cvs15.10
2508
2509         * src/messageview.c
2510                 Don't send out receipts if offline. Ask.
2511
2512 2005-02-23 [colin]      1.0.1cvs15.9
2513
2514         * src/summaryview.c     
2515                 Fix expanding
2516
2517 2005-02-23 [colin]      1.0.1cvs15.8
2518
2519         * src/summaryview.c
2520                 Really fix Bug 568 by removing useless
2521                 calls. summary_thread_init() now called
2522                 in summary_sort(). This should please
2523                 Alfons as it should be faster than 
2524                 previously.
2525
2526 2005-02-23 [colin]      1.0.1cvs15.7
2527
2528         * src/compose.c
2529                 Encode parts as QP or B64 if signing
2530
2531 2005-02-23 [colin]      1.0.1cvs15.6
2532
2533         * src/compose.c
2534                 Fix Mimeinfo leakage (including tmp files)
2535         * src/procmsg.c
2536                 Fix tmp file leakage (spotted by Ivan Rayner)
2537
2538 2005-02-22 [colin]      1.0.1cvs15.5
2539
2540         * src/expldifdlg.c
2541                 Fix keyboard input. Patch by Alfons.
2542
2543 2005-02-21 [colin]      1.0.1cvs15.4
2544
2545         * src/compose.c
2546                 Fix Sign/Encrypt when unselecting privacy
2547                 system
2548         * src/prefs_common.c
2549                 Change default message font to Monospace
2550         * src/summaryview.c
2551                 More freezing during potentially large operations
2552
2553 2005-02-21 [paul]       1.0.1cvs15.3
2554
2555         * src/main.c
2556                 fix --help output
2557
2558 2005-02-21 [paul]       1.0.1cvs15.2
2559
2560         * po/Makefile.in.in
2561         * src/compose.c
2562         * src/summaryview.c
2563         * src/textview.c
2564         * src/common/utils.c
2565         * src/common/utils.h
2566                 sync with main (revision 117)
2567
2568 2005-02-20 [colin]      1.0.1cvs15.1
2569
2570         * src/common/defs.h
2571                 Change cache file to .sylpheed_claws_cache, as
2572                 suggested by Alfons. Allows people to switch
2573                 between Sylpheed and Sylpheed-Claws. it is
2574                 a good idea to "Check for new messages" at next
2575                 startup.
2576
2577
2578 2005-02-18 [colin]      1.0.1cvs14.1
2579
2580         * src/quote_fmt_lex.l
2581         * src/quote_fmt_parse.y
2582                 Fix parser initialisation. Patch by Ivan.
2583
2584 2005-02-18 [colin]      1.0.1cvs11.6
2585
2586         * src/folderview.c
2587                 Fix scrolldown (bug 662)
2588
2589 2005-02-17 [colin]      1.0.1cvs11.5
2590
2591         * src/codeconv.c
2592                 conv_filename_to_utf8: return clean 7bit instead
2593                 of broken utf8 if needed
2594         * src/mimeview.c
2595                 Fix display of parts with unclean 8bit names
2596
2597 2005-02-17 [paul]       1.0.1cvs11.4
2598
2599         * src/compose.c
2600         * src/exportldif.c
2601         * src/matcher_parser_parse.y
2602         * src/procmime.c
2603         * src/sourcewindow.c
2604         * src/common/Makefile.am
2605         * src/common/intl.h             ** REMOVED **
2606         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
2607                 sync with main (revision 109)
2608                 and clean up
2609
2610 2005-02-16 [colin]      1.0.1cvs11.3
2611
2612         * src/summaryview.c
2613                 Fix collapsed thread not highlighting when new
2614                 messages in it (Bug 568) Patch by Stephan Sachse.
2615                 Fix messed up selection when reaching bounds (Bug 632)
2616         * src/prefs_themes.c
2617                 Fix theme installing (Bug 684)
2618
2619 2005-02-16 [colin]      1.0.1cvs11.2
2620
2621         * src/messageview.c
2622                 Fix messageview_select_all
2623
2624 2005-02-16 [colin]      1.0.1cvs11.1
2625
2626         * src/mh.c
2627                 Sync with HEAD (MH scan required function)
2628
2629 2005-02-15 [colin]      1.0.1cvs8.1
2630
2631         * src/mimeview.c
2632         * src/common/utils.c
2633                 Sync with HEAD (filename chars substitution)
2634
2635 2005-02-15 [colin]      1.0.1cvs7.3
2636
2637         * src/gtk/pluginwindow.c
2638                 Fix button spacing
2639
2640 2005-02-15 [colin]      1.0.1cvs7.2
2641
2642         * src/mimeview.c
2643                 Fix mime icons not reset across message when
2644                 scrolled down
2645
2646 2005-02-15 [colin]      1.0.1cvs7.1
2647
2648         * src/compose.c
2649         * src/procmime.c
2650                 Sync with HEAD (optimisation of cvs6)
2651
2652 2005-02-14 [colin]      1.0.1cvs6.1
2653
2654         * src/compose.c
2655         * src/procmime.c
2656                 Sync with HEAD (encode "From " at line beginning)
2657
2658 2005-02-14 [colin]      1.0.1cvs5.3
2659
2660         * src/compose.c
2661                 Fix wrapping with accentued chars.
2662
2663 2005-02-13 [colin]      1.0.1cvs5.2
2664
2665         * src/textview.c
2666                 Fix email informative part parsing with
2667                 accentued chars in it. ispunct() returns
2668                 true for them in utf8...
2669
2670 2005-02-12 [colin]      1.0.1cvs5.1
2671
2672         * src/filtering.c
2673                 Sync with HEAD (remove wrong use of compose after send)
2674
2675 2005-02-12 [paul]       1.0.1cvs4.5
2676
2677         * src/textview.c
2678                 remove unnecessary code (thanks to Alfons)
2679
2680 2005-02-12 [paul]       1.0.1cvs4.4
2681
2682         * src/textview.c
2683                 add 'Copy' to contextual menu on emails
2684
2685 2005-02-11 [colin]      1.0.1cvs4.3
2686
2687         * src/compose.c
2688                 revert 1.0.0cvs28.2, it doesn't work that well.
2689
2690 2005-02-11 [paul]       1.0.1cvs4.2
2691
2692         * po/Makefile.in.in
2693                 fix 'make release'
2694
2695 2005-02-10 [paul]       1.0.1cvs4.1
2696
2697         * ChangeLog
2698         * ChangeLog.claws
2699         * ChangeLog.jp
2700         * configure.ac
2701         * src/compose.c
2702                 sync with HEAD (sync with main)
2703
2704 2005-02-10 [paul]       1.0.1cvs3.2
2705
2706         * AUTHORS
2707         * Makefile.am
2708         * autogen.sh
2709         * configure.ac
2710         * config/mkinstalldirs
2711         * intl/.cvsignore
2712         * intl/ChangeLog
2713         * intl/VERSION
2714         * intl/bindtextdom.c
2715         * intl/config.charset
2716         * intl/dcgettext.c
2717         * intl/dcigettext.c
2718         * intl/dcngettext.c
2719         * intl/dgettext.c
2720         * intl/dngettext.c
2721         * intl/eval-plural.h
2722         * intl/explodename.c
2723         * intl/finddomain.c
2724         * intl/gettext.c
2725         * intl/gettextP.h
2726         * intl/gmo.h
2727         * intl/hash-string.h
2728         * intl/intl-compat.c
2729         * intl/l10nflist.c
2730         * intl/libgnuintl.h.in
2731         * intl/loadinfo.h
2732         * intl/loadmsgcat.c
2733         * intl/localcharset.c
2734         * intl/localcharset.h
2735         * intl/locale.alias
2736         * intl/localealias.c
2737         * intl/localename.c
2738         * intl/log.c
2739         * intl/ngettext.c
2740         * intl/os2compat.c
2741         * intl/os2compat.h
2742         * intl/osdep.c
2743         * intl/plural-exp.c
2744         * intl/plural-exp.h
2745         * intl/plural.c
2746         * intl/plural.y
2747         * intl/ref-add.sin
2748         * intl/ref-del.sin
2749         * intl/relocatable.c
2750         * intl/relocatable.h
2751         * intl/textdomain.c
2752         * m4/Makefile.am
2753         * po/Makefile.in.in
2754         * src/Makefile.am
2755         * src/account.c
2756         * src/action.c
2757         * src/addr_compl.c
2758         * src/addressadd.c
2759         * src/addressbook.c
2760         * src/addrgather.c
2761         * src/addrindex.c
2762         * src/alertpanel.c
2763         * src/browseldap.c
2764         * src/codeconv.c
2765         * src/codeconv.h
2766         * src/compose.c
2767         * src/compose.h
2768         * src/crash.c
2769         * src/editaddress.c
2770         * src/editbook.c
2771         * src/editgroup.c
2772         * src/editjpilot.c
2773         * src/editldap.c
2774         * src/editldap_basedn.c
2775         * src/editvcard.c
2776         * src/exphtmldlg.c
2777         * src/expldifdlg.c
2778         * src/export.c
2779         * src/exporthtml.c
2780         * src/filtering.c
2781         * src/folder.c
2782         * src/folder_item_prefs.c
2783         * src/foldersel.c
2784         * src/folderview.c
2785         * src/grouplistdialog.c
2786         * src/headerview.c
2787         * src/imap.c
2788         * src/imap_gtk.c
2789         * src/import.c
2790         * src/importldif.c
2791         * src/importmutt.c
2792         * src/importpine.c
2793         * src/inc.c
2794         * src/ldif.c
2795         * src/main.c
2796         * src/mainwindow.c
2797         * src/matcher.c
2798         * src/mbox.c
2799         * src/message_search.c
2800         * src/messageview.c
2801         * src/mh.c
2802         * src/mh_gtk.c
2803         * src/mimeview.c
2804         * src/msgcache.c
2805         * src/news.c
2806         * src/news_gtk.c
2807         * src/noticeview.c
2808         * src/partial_download.c
2809         * src/pop.c
2810         * src/prefs_account.c
2811         * src/prefs_actions.c
2812         * src/prefs_common.c
2813         * src/prefs_customheader.c
2814         * src/prefs_display_header.c
2815         * src/prefs_ext_prog.c
2816         * src/prefs_filtering.c
2817         * src/prefs_filtering_action.c
2818         * src/prefs_folder_item.c
2819         * src/prefs_fonts.c
2820         * src/prefs_gtk.c
2821         * src/prefs_matcher.c
2822         * src/prefs_msg_colors.c
2823         * src/prefs_spelling.c
2824         * src/prefs_summary_column.c
2825         * src/prefs_template.c
2826         * src/prefs_themes.c
2827         * src/prefs_toolbar.c
2828         * src/prefs_wrapping.c
2829         * src/privacy.c
2830         * src/procheader.c
2831         * src/procmime.c
2832         * src/procmsg.c
2833         * src/quote_fmt.c
2834         * src/recv.c
2835         * src/send_message.c
2836         * src/setup.c
2837         * src/sourcewindow.c
2838         * src/ssl_manager.c
2839         * src/statusbar.c
2840         * src/summary_search.c
2841         * src/summaryview.c
2842         * src/textview.c
2843         * src/toolbar.c
2844         * src/wizard.c
2845         * src/common/nntp.c
2846         * src/common/plugin.c
2847         * src/common/smtp.c
2848         * src/common/ssl.c
2849         * src/common/ssl_certificate.c
2850         * src/common/string_match.c
2851         * src/common/sylpheed.c
2852         * src/common/template.c
2853         * src/common/utils.c
2854         * src/gtk/about.c
2855         * src/gtk/colorlabel.c
2856         * src/gtk/description_window.c
2857         * src/gtk/filesel.c
2858         * src/gtk/foldersort.c
2859         * src/gtk/gtkaspell.c
2860         * src/gtk/gtkutils.c
2861         * src/gtk/inputdialog.c
2862         * src/gtk/logwindow.c
2863         * src/gtk/menu.c
2864         * src/gtk/pluginwindow.c
2865         * src/gtk/prefswindow.c
2866         * src/gtk/progressdialog.c
2867         * src/gtk/quicksearch.c
2868         * src/gtk/sslcertwindow.c
2869         * src/plugins/clamav/clamav_plugin.c
2870         * src/plugins/clamav/clamav_plugin_gtk.c
2871         * src/plugins/demo/demo.c
2872         * src/plugins/dillo_viewer/dillo_prefs.c
2873         * src/plugins/dillo_viewer/dillo_viewer.c
2874         * src/plugins/image_viewer/plugin.c
2875         * src/plugins/image_viewer/viewer.c
2876         * src/plugins/image_viewer/viewerprefs.c
2877         * src/plugins/mathml_viewer/mathml_viewer.c
2878         * src/plugins/pgpmime/passphrase.c
2879         * src/plugins/pgpmime/plugin.c
2880         * src/plugins/pgpmime/prefs_gpg.c
2881         * src/plugins/pgpmime/select-keys.c
2882         * src/plugins/pgpmime/sgpgme.c
2883         * src/plugins/spamassassin/spamassassin.c
2884         * src/plugins/spamassassin/spamassassin_gtk.c
2885         * src/plugins/trayicon/trayicon.c
2886                 sync with main (revision 104)
2887
2888 2005-02-10 [colin]      1.0.1cvs3.1
2889
2890         * src/mainwindow.c
2891                 Sync with HEAD (fix occasional crasher)
2892
2893 2005-02-10 [colin]      1.0.1cvs2.1
2894
2895         * src/messageview.c
2896                 Synw with HEAD (don't automatically display html)
2897
2898 2005-02-09 [colin]      1.0.1cvs1.3
2899
2900         * src/textview.c
2901         * src/textview.h
2902                 Add contextual menu on emails
2903
2904 2005-02-09 [colin]      1.0.1cvs1.2
2905
2906         * src/codeconv.c
2907                 Fix converting from broken headers and 
2908                 put back the _ in missing places
2909                 (feature broke with cvs24.2 sync, main 
2910                  possibly affected?)
2911
2912 2005-02-09 [colin]      1.0.1cvs1.1
2913
2914         * src/messageview.c
2915         * src/mimeview.c
2916         * src/mimeview.h
2917                 Sync with HEAD (display non text/plain mails with plugin)
2918
2919 2005-02-08 [colin]      1.0.1.1
2920
2921         * ChangeLog.claws
2922         * po/pt_BR.po
2923                 Sync with HEAD
2924         * configure.ac
2925                 Make default configuration directory 
2926                 be .sylpheed-gtk2
2927
2928 2005-02-08 [colin]      1.0.0cvs29.1
2929
2930         * po/de.po
2931         * po/es.po
2932         * po/fr.po
2933         * po/it.po
2934         * po/sk.po
2935         * po/sr.po
2936                 Sync translations with HEAD
2937
2938 2005-02-06 [colin]      1.0.0cvs28.3
2939
2940         * src/compose.c
2941                 Make compose a bit faster - patch by Alfons.
2942
2943 2005-02-06 [colin]      1.0.0cvs28.2
2944
2945         * src/compose.c
2946                 Make pasting via middle-click more reliable
2947
2948 2005-02-05 [paul]       1.0.0cvs28.1
2949
2950         * ChangeLog
2951         * ChangeLog.claws
2952         * ChangeLog.jp
2953         * configure.ac
2954         * src/compose.c
2955                 sync with HEAD
2956                 (fix bug 682 'redirect is broken'
2957
2958 2005-02-05 [torte]      1.0.0cvs27.1
2959
2960         * ChangeLog.claws
2961         * configure.ac
2962         * src/partial_download.c
2963                 Sync with HEAD (fix buf overflow)
2964
2965 2005-02-03 [colin]      1.0.0cvs26.1
2966
2967         * src/common/plugin.c
2968                 Sync with HEAD (avoid plugin mismatches)
2969
2970 2005-02-03 [paul]       1.0.0cvs25.3
2971
2972         * src/folderview.c
2973         * src/headerview.c
2974         * src/summaryview.c
2975         * src/textview.c
2976         * src/gtk/colorlabel.c
2977                 third and final part of initial sync with main-gtk2
2978
2979 2005-02-03 [paul]       1.0.0cvs25.2
2980
2981         * src/jpilot.c
2982                 fix building with jpilot support
2983
2984 2005-02-02 [colin]      1.0.0cvs25.1
2985
2986         * src/messageview.c
2987                 Sync with HEAD (fix dangerous typo)
2988
2989 2005-02-01 [colin]      1.0.0cvs24.3
2990
2991         * src/common/xml.c
2992                 Write file as advertised (UTF-8)
2993
2994 2005-02-01 [paul]       1.0.0cvs24.2
2995
2996         * src/addrbook.c
2997         * src/addrindex.c
2998         * src/alertpanel.h
2999         * src/codeconv.c
3000         * src/codeconv.h
3001         * src/compose.c
3002         * src/export.c
3003         * src/folder_item_prefs.c
3004         * src/html.c
3005         * src/imap.c
3006         * src/import.c
3007         * src/jpilot.c
3008         * src/mainwindow.c
3009         * src/matcher_parser_lex.l
3010         * src/messageview.c
3011         * src/mh.c
3012         * src/prefs_account.c
3013         * src/prefs_actions.c
3014         * src/prefs_common.c
3015         * src/prefs_gtk.c
3016         * src/prefs_gtk.h
3017         * src/prefs_themes.c
3018         * src/procheader.c
3019         * src/procmime.c
3020         * src/sourcewindow.c
3021         * src/statusbar.c
3022         * src/summaryview.c
3023         * src/textview.c
3024         * src/toolbar.c
3025         * src/unmime.c
3026         * src/common/template.c
3027         * src/common/utils.c
3028         * src/common/xml.c
3029         * src/common/xml.h
3030         * src/gtk/gtkaspell.c
3031         * src/plugins/clamav/clamav_plugin.c
3032         * src/plugins/dillo_viewer/dillo_prefs.c
3033         * src/plugins/image_viewer/viewerprefs.c
3034         * src/plugins/pgpmime/passphrase.c
3035         * src/plugins/pgpmime/prefs_gpg.c
3036         * src/plugins/pgpmime/select-keys.c
3037         * src/plugins/spamassassin/spamassassin.c
3038                 second part of initial sync with main-gtk2
3039                 (more to follow)
3040
3041 2005-01-31 [colin]      1.0.0cvs24.1
3042
3043         * src/compose.c
3044                 Sync with HEAD
3045
3046 2005-01-29 [paul]       1.0.0cvs23.2
3047
3048         * src/account.c
3049         * src/action.c
3050         * src/addressadd.c
3051         * src/addressbook.c
3052         * src/alertpanel.c
3053         * src/compose.c
3054         * src/editaddress.c
3055         * src/editbook.c
3056         * src/editgroup.c
3057         * src/editjpilot.c
3058         * src/editldap.c
3059         * src/editldap_basedn.c
3060         * src/editvcard.c
3061         * src/export.c
3062         * src/foldersel.c
3063         * src/grouplistdialog.c
3064         * src/import.c
3065         * src/importldif.c
3066         * src/inc.c
3067         * src/main.c
3068         * src/mainwindow.c
3069         * src/message_search.c
3070         * src/messageview.c
3071         * src/mimeview.c
3072         * src/prefs_actions.c
3073         * src/prefs_common.c
3074         * src/prefs_common.h
3075         * src/prefs_customheader.c
3076         * src/prefs_display_header.c
3077         * src/prefs_filtering.c
3078         * src/prefs_filtering_action.c
3079         * src/prefs_gtk.c
3080         * src/prefs_matcher.c
3081         * src/prefs_summary_column.c
3082         * src/prefs_template.c
3083         * src/sourcewindow.c
3084         * src/summary_search.c
3085         * src/summaryview.c
3086         * src/textview.c
3087         * src/gtk/about.c
3088         * src/gtk/description_window.c
3089         * src/gtk/gtkshruler.c
3090         * src/gtk/gtkutils.c
3091         * src/gtk/gtkutils.h
3092         * src/gtk/inputdialog.c
3093         * src/gtk/logwindow.c
3094         * src/gtk/prefswindow.c
3095         * src/gtk/progressdialog.c
3096         * src/gtk/progressdialog.h
3097                 first part of initial sync with main-gtk2
3098                 (more to follow)
3099
3100 2005-01-28 [colin]      1.0.0cvs23.1
3101
3102         * src/folderview.c
3103                 Sync with HEAD
3104
3105 2005-01-27 [colin]      1.0.0cvs21.1
3106
3107         * src/folder.c
3108         * src/folderview.c
3109                 Sync with HEAD
3110
3111 2005-01-27 [colin]      1.0.0cvs19.1
3112
3113         * src/procmime.c
3114                 Sync with HEAD
3115
3116 2005-01-27 [colin]      1.0.0cvs18.1
3117
3118         * src/messageview.c
3119         * src/summaryview.c
3120         * src/mainwindow.c
3121         * src/compose.c
3122         * src/compose.h
3123         * src/procmsg.c
3124         * src/procmsg.h
3125         * src/toolbar.c
3126                 Sync with HEAD
3127
3128 2005-01-26 [paul]       1.0.0cvs15.2
3129
3130         * src/compose.c
3131                 compose_entries_set(): convert subject and body to
3132                 utf8 if necessary. patch by Felix Eckhofer
3133
3134 2005-01-26 [paul]       1.0.0cvs15.1
3135
3136         * configure.ac
3137         * src/common/template.c
3138                 sync with HEAD (fix memory leak)
3139
3140 2005-01-25 [paul]       1.0.0cvs14.1
3141
3142         * configure.ac
3143         * src/compose.c
3144                 sync with HEAD
3145
3146 2005-01-24 [colin]      1.0.0cvs13.1
3147
3148         * src/summaryview.c
3149                 Sync with HEAD
3150
3151 2005-01-24 [paul]       1.0.0cvs12.1
3152
3153         * configure.ac
3154         * src/messageview.c
3155         * src/mh.c
3156         * src/common/utils.c
3157                 sync with HEAD
3158
3159 2005-01-24 [colin]      1.0.0cvs11.1
3160
3161         * src/procheader.c
3162                 Sync with HEAD
3163
3164 2005-01-24 [colin]      1.0.0cvs10.1
3165
3166         * src/folderview.c
3167                 Sync with HEAD
3168
3169 2005-01-23 [colin]      1.0.0cvs9.1
3170
3171         * src/crash.c
3172                 Sync with HEAD
3173
3174 2005-01-22 [colin]      1.0.0cvs8.1
3175
3176         * src/summaryview.c
3177         * src/gtk/quicksearch.c
3178                 Sync with HEAD
3179
3180 2005-01-21 [colin]      1.0.0cvs7.1
3181
3182         * src/summaryview.c
3183                 Sync with HEAD
3184
3185 2005-01-21 [colin]      1.0.0cvs6.1
3186
3187         * src/summaryview.c
3188                 Sync with HEAD
3189
3190 2005-01-21 [colin]      1.0.0cvs5.1
3191
3192         * src/gtk/quicksearch.c
3193         * src/prefs_common.c
3194         * src/prefs_common.h
3195                 Sync with HEAD (recurse option)
3196
3197 2005-01-21 [colin]      1.0.0cvs4.1
3198
3199         * src/folder.h
3200         * src/folderview.c
3201         * src/folderview.h
3202         * src/summaryview.c
3203         * src/gtk/quicksearch.c
3204         * src/gtk/quicksearch.h
3205                 Sync with HEAD (recursive quicksearch)
3206
3207 2005-01-20 [colin]      1.0.0cvs3.4
3208
3209         * src/ssl_manager.c
3210                 Remove useless code
3211
3212 2005-01-20 [colin]      1.0.0cvs3.3
3213
3214         * src/ssl_manager.c
3215                 Fix leak, thanks to Alfons.
3216
3217 2005-01-20 [colin]      1.0.0cvs3.2
3218
3219         * src/ssl_manager.c
3220                 Port SSL certificate window to GTK2.
3221
3222 2005-01-20 [paul]       1.0.0cvs3.1
3223
3224         * ChangeLog.claws
3225         * configure.ac
3226         * src/addrindex.c
3227         * src/addrindex.h
3228                 sync with HEAD
3229
3230 2005-01-19 [colin]      1.0.0cvs2.2
3231
3232         * src/plugins/trayicon/trayicon.c
3233                 Fix freeze with gtk-2.6, the easy way
3234                 (signal blocking helpless there...)
3235                 Closes bug #668.
3236
3237 2005-01-19 [colin]      1.0.0cvs2.1
3238
3239         * src/mbox.c
3240         * src/mbox.h
3241         * src/mainwindow.c
3242         * src/summaryview.c
3243         * src/summaryview.h
3244                 Sync with HEAD
3245
3246 2005-01-19 [paul]       1.0.0cvs1.1
3247
3248         * configure.ac
3249         * po/de.po
3250         * po/es.po
3251         * po/fr.po
3252         * po/hr.po
3253         * po/it.po
3254         * po/ja.po
3255         * po/ko.po
3256         * po/pt_BR.po
3257         * po/ru.po
3258         * po/sk.po
3259         * po/sr.po
3260                 sync with HEAD (update translations)
3261
3262 2005-01-18 [colin]      1.0.0cvs0.1
3263
3264         * src/foldersel.c
3265                 Specify search column - patch by Alfons
3266
3267 2005-01-18 [colin]      0.9.13cvs36.3
3268
3269         * src/prefs_toolbar.c
3270                 Change Delete to Remove
3271         * src/prefs_fonts.c
3272                 GTK2 version and leak fixes
3273         * src/prefs_actions.c
3274                 Add stock buttons.
3275                 All patches by Alfons
3276
3277 2005-01-17 [colin]      0.9.13cvs36.2
3278
3279         * src/compose.c
3280                 Fix DnD inserting twice. While at it,
3281                 add DnD support for text/plain in the
3282                 body, and add support in the headers.
3283
3284 2005-01-16 [colin]      0.9.13cvs36.1
3285
3286         * ChangeLog
3287         * ChangeLog.jp
3288         * ChangeLog.claws
3289                 Sync with HEAD (nothing applicable)
3290
3291 2005-01-16 [colin]      0.9.13cvs33.2
3292
3293         * src/prefs_toolbar.c
3294                 GTK2ize prefs_toolbar, by Alfons.
3295
3296 2005-01-14 [colin]      0.9.13cvs33.1
3297
3298         * src/html.c
3299         * src/msgcache.c
3300                 Sync with HEAD
3301
3302 2005-01-14 [colin]      0.9.13cvs32.1
3303
3304         * src/html.c
3305         * src/html.h
3306         * src/msgcache.c
3307         * AUTHORS
3308         * tools/calypso_convert.pl
3309                 Sync with HEAD
3310
3311 2005-01-08 [colin]      0.9.13cvs29.2
3312
3313         * src/prefs_filtering_action.c
3314         * src/prefs_filtering.c
3315                 2 more gtk2 patches by Alfons
3316
3317 2005-01-07 [paul]       0.9.13cvs29.1
3318
3319         * ChangeLog
3320         * ChangeLog.claws
3321         * ChangeLog.jp
3322         * configure.ac
3323         * src/pop.c
3324         * src/pop.h
3325                 sync with HEAD
3326
3327 2005-01-07 [colin]      0.9.13cvs28.3
3328
3329         * src/gtk/progressdialog.c
3330         * src/gtk/progressdialog.h
3331         * src/inc.c
3332         * src/send_message.c
3333                 GTK2 for the incorporation dialog. The CList isn't dead
3334                 yet, for a more smooth migration. Patch by Alfons.
3335
3336 2005-01-06 [colin]      0.9.13cvs28.2
3337
3338         * src/prefs_display_header.c
3339                 GTK2 conversion by Alfons
3340         * src/prefs_actions.c
3341         * src/prefs_matcher.c
3342                 Fix 2 leaks - patch by Alfons
3343
3344 2005-01-06 [colin]      0.9.13cvs28.1
3345
3346         * src/prefs_matcher.c
3347                 Sync with HEAD
3348
3349 2005-01-06 [colin]      0.9.13cvs27.4
3350
3351         * src/prefs_matcher.c
3352                 Fix double-free. Patch by Alfons
3353
3354 2005-01-06 [colin]      0.9.13cvs27.3
3355
3356         * src/prefs_matcher.c
3357                 GTK2 widgets + memleak
3358                 Patch by Alfons
3359
3360 2005-01-05 [colin]      0.9.13cvs27.2
3361
3362         * src/account.c
3363         * src/addr_compl.c
3364         * src/foldersel.c
3365         * src/stock_pixmap.c
3366         * src/stock_pixmap.h
3367                 3 more GTK2 patches by Alfons.
3368
3369 2005-01-04 [colin]      0.9.13cvs27.1
3370
3371         * src/folderview.c
3372         * src/imap_gtk.c
3373         * src/news_gtk.c
3374                 Sync with HEAD
3375
3376 2005-01-04 [colin]      0.9.13cvs25.9
3377
3378         * src/compose.c
3379                 Fix Show Ruler menuitem
3380         * src/prefs_template.c
3381                 Convert to GTK2
3382         * src/common/utils.c
3383                 Make auto pointer stuff handles NULLs
3384                 Patches by Alfons.
3385
3386 2005-01-04 [colin]      0.9.13cvs25.8
3387
3388         * src/compose.c
3389                 Move the attachment list to gtk2
3390                 Patch by Alfons.
3391
3392 2005-01-04 [colin]      0.9.13cvs25.7
3393
3394         * src/textview.c
3395                 Make some keys work again
3396                 Patch by SungHyun Nam <namsh@kldp.org>
3397
3398 2005-01-04 [colin]      0.9.13cvs25.6
3399
3400         * src/gtk/gtkshruler.c
3401                 Move the ruler to GTK2
3402                 Patch by Alfons
3403
3404 2005-01-03 [colin]      0.9.13cvs25.5
3405
3406         * src/compose.c
3407                 Fix my broken patch apply 
3408
3409 2005-01-03 [colin]      0.9.13cvs25.4
3410
3411         * src/common/utils.c
3412         * src/common/utils.h
3413         * src/gtk/prefswindow.c
3414                 Move auto pointer stuff to utils.c
3415                 Patch by Alfons again :)
3416
3417 2005-01-03 [colin]      0.9.13cvs25.3
3418
3419         * src/compose.c
3420         * src/prefs_gtk.c
3421         * src/prefs_template.c
3422         * src/textview.c
3423                 Empty text widgets with empty strings, not NULL char
3424                 Patch by SungHyun Nam <namsh@kldp_org>
3425
3426 2005-01-03 [colin]      0.9.13cvs25.2
3427
3428         * src/main.c
3429         * AUTHORS
3430                 Sync with HEAD
3431
3432 2005-01-03 [colin]      0.9.13cvs25.1
3433
3434         * src/pop.c
3435         * src/pop.h
3436                 Sync with HEAD
3437
3438 2005-01-03 [colin]      0.9.13cvs24.3
3439
3440         * src/account.c
3441                 Two patches from Alfons and Alex S Moore:
3442                 fix images, fix return value.
3443
3444 2005-01-01 [colin]      0.9.13cvs24.2
3445
3446         * src/prefs_actions.c
3447                 Fix over-zealous assertion. Patch by Alfons
3448
3449 2005-01-01 [colin]      0.9.13cvs24.1
3450
3451         * src/procmime.c
3452                 Sync with HEAD (leak fix)
3453
3454 2004-12-31 [colin]      0.9.13cvs23.2
3455
3456         * src/prefs_common.c
3457                 GTK2 widgets + stock buttons - patch by Alfons
3458
3459 2004-12-31 [paul]       0.9.13cvs23.1
3460
3461         * configure.ac
3462                 bump up EXTRA_VERSION to match (sync'ed) HEAD
3463         * src/gtk/pluginwindow.c
3464                 use GTK2 widgets and plug memory leaks,
3465                 patches by Alfons
3466
3467 2004-12-30 [colin]      0.9.13cvs22.4
3468
3469         * src/account.c
3470         * src/action.c
3471         * src/export.c
3472         * src/foldersel.c
3473         * src/import.c
3474         * src/message_search.c
3475         * src/prefs_actions.c
3476         * src/prefs_common.c
3477         * src/prefs_customheader.c
3478         * src/prefs_filtering.c
3479         * src/prefs_summary_column.c
3480         * src/summary_search.c
3481         * src/gtk/about.c
3482         * src/gtk/description_window.c
3483         * src/gtk/gtkutils.c
3484         * src/gtk/gtkutils.h
3485         * src/gtk/inputdialog.c
3486         * src/gtk/prefswindow.c
3487                 Use GTK2 stock buttons. Patches by Alfons.
3488
3489 2004-12-30 [colin]      0.9.13cvs22.3
3490
3491         * src/account.c
3492                 Sync with HEAD
3493         * src/prefs_actions.c
3494         * src/prefs_customheader.c
3495         * src/prefs_filtering.c
3496         * src/prefs_msg_colors.c
3497         * src/prefs_summary_column.c
3498         * src/gtk/prefswindow.c
3499                 Use GtkTreeView instead of deprecated 
3500                 widgets. Patches by Alfons.
3501
3502 2004-12-30 [paul]       0.9.13cvs22.2
3503
3504         * src/foldersel.c
3505                 use GTK 2 Tree View
3506                 patch by Alfons, with root folder sorting fix
3507                 by Stephan Sachse
3508
3509 2004-12-30 [paul]       0.9.13cvs22.1
3510
3511         * ChangeLog
3512         * ChangeLog.claws
3513         * ChangeLog.jp
3514         * NEWS
3515         * configure.ac
3516         * src/account.c
3517                 sync with HEAD
3518
3519 2004-12-22 [martin]     0.9.13cvs21.2
3520
3521         * src/action.c
3522                 free the command line after its use
3523
3524 2004-12-18 [paul]       0.9.13cvs21.1
3525
3526         * AUTHORS
3527         * ChangeLog
3528         * ChangeLog.claws
3529         * ChangeLog.jp
3530         * NEWS
3531         * configure.ac
3532         * src/action.c
3533         * src/compose.c
3534         * src/syldap.c
3535                 sync with HEAD
3536
3537 2004-12-17 [martin]     0.9.13cvs17.2
3538
3539         * src/action.c
3540                 convert actions input to locale
3541         * src/inc.c
3542                 convert notification command to locale
3543         * src/plugins/pgpmime/select-keys.c
3544                 convert attributes to utf8
3545
3546 2004-12-14 [colin]      0.9.13cvs17.1
3547
3548         * ChangeLog
3549         * ChangeLog.jp
3550         * ChangeLog.claws
3551         * src/action.c
3552         * src/common/utils.c
3553         * src/gtk/prefswindow.c
3554         * src/gtk/gtkutils.c
3555         * src/gtk/gtkutils.h
3556         * src/plugins/spamassassin/libspamc.c
3557                 Sync with HEAD
3558
3559 2004-12-13 [colin]      0.9.13cvs14.1
3560
3561         * src/quote_fmt_parse.y
3562                 Sync with HEAD
3563
3564 2004-12-10 [colin]      0.9.13cvs12.1
3565
3566         * src/prefs_themes.c
3567         * src/mainwindow.c
3568         * src/messageview.c
3569                 Sync with HEAD
3570
3571 2004-12-09 [colin]      0.9.13cvs10.1
3572
3573         * src/procmime.c
3574                 Sync with HEAD (fix B64 encoding from memory)
3575
3576 2004-12-08 [colin]      0.9.13cvs9.1
3577
3578         * src/gtk/colorlabel.c
3579                 Sync with HEAD
3580
3581 2004-12-08 [paul]       0.9.13cvs8.2
3582
3583         * src/gtk/pluginwindow.c
3584                 fix window resizing oddities
3585
3586 2004-12-08 [colin]      0.9.13cvs8.1
3587
3588         * src/quote_fmt_parse.y
3589                 Sync with HEAD
3590
3591 2004-12-08 [colin]      0.9.13cvs7.1
3592
3593         * src/matcher_parser_parse.y
3594         * src/msgcache.c
3595         * src/prefs_matcher.c
3596         * src/procheader.c
3597         * src/matcher.c
3598         * src/common/defs.h
3599         * po/sr.po
3600                 Sync with HEAD
3601
3602 2004-12-08 [colin]      0.9.13cvs6.1
3603
3604         * src/quote_fmt_parse.y
3605         * src/textview.c
3606                 Sync with HEAD
3607         * src/gtk/prefswindow.c
3608         * src/gtk/pluginwindow.c
3609                 Fix G_CALLBACKS protos (thanks to Alfons)
3610
3611 2004-12-07 [torte]      0.9.13cvs2.2
3612
3613         * src/procmime.c
3614                 [Bug 650] reply button causes crash
3615                 Thanks to David Relson and Christoph
3616
3617 2004-12-07 [colin]      0.9.13cvs2.1
3618
3619         * ChangeLog.claws
3620         * AUTHORS
3621         * po/sk.po
3622         * src/procmime.c
3623         * src/prefs_account.c
3624         * src/common/smtp.c
3625         * src/common/smtp.h
3626                 Sync with HEAD
3627
3628 2004-12-06 [colin]      0.9.12cvs187.1
3629
3630         * ChangeLog.claws
3631         * INSTALL
3632         * Makefile.am
3633         * README.claws
3634         * TODO.claws
3635         * configure.ac
3636         * po/bg.po
3637         * po/cs.po
3638         * po/el.po
3639         * po/en_GB.po
3640         * po/es.po
3641         * po/fr.po
3642         * po/hr.po
3643         * po/hu.po
3644         * po/it.po
3645         * po/ja.po
3646         * po/ko.po
3647         * po/nl.po
3648         * po/pl.po
3649         * po/pt_BR.po
3650         * po/ru.po
3651         * po/sk.po
3652         * po/sr.po
3653         * po/sv.po
3654         * po/zh_CN.po
3655         * po/zh_TW.Big5.po
3656         * src/compose.c
3657         * tools/Makefile.am
3658         * tools/README
3659         * tools/filter_conv.pl
3660         * tools/kdeservicemenu/README
3661         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
3662         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
3663                 Sync with HEAD
3664
3665 2004-12-04 [colin]      0.9.12cvs183.1
3666
3667         * src/compose.c
3668                 Sync with HEAD (compose window position saving)
3669
3670 2004-12-04 [paul]       0.9.12cvs182.3
3671
3672         * src/messageview.c
3673         * src/mimeview.c
3674         * src/prefs_customheader.c
3675         * src/gtk/quicksearch.c
3676                 replace some forgotten GTK_SIGNAL_FUNCs
3677
3678 2004-12-04 [paul]       0.9.12cvs182.2
3679
3680         * src/Makefile.am
3681                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
3682                 committed in error      
3683
3684 2004-12-04 [paul]       0.9.12cvs182.1
3685
3686         * ChangeLog
3687         * ChangeLog.claws
3688         * ChangeLog.jp
3689         * INSTALL
3690         * NEWS
3691         * README
3692         * README.jp
3693         * configure.ac
3694         * doc/manual/ja/Makefile.am
3695         * doc/manual/ja/sylpheed-1.html
3696         * doc/manual/ja/sylpheed-10.html
3697         * doc/manual/ja/sylpheed-11.html
3698         * doc/manual/ja/sylpheed-12.html
3699         * doc/manual/ja/sylpheed-13.html
3700         * doc/manual/ja/sylpheed-14.html
3701         * doc/manual/ja/sylpheed-15.html
3702         * doc/manual/ja/sylpheed-16.html
3703         * doc/manual/ja/sylpheed-17.html
3704         * doc/manual/ja/sylpheed-18.html
3705         * doc/manual/ja/sylpheed-19.html
3706         * doc/manual/ja/sylpheed-2.html
3707         * doc/manual/ja/sylpheed-20.html
3708         * doc/manual/ja/sylpheed-3.html
3709         * doc/manual/ja/sylpheed-4.html
3710         * doc/manual/ja/sylpheed-5.html
3711         * doc/manual/ja/sylpheed-6.html
3712         * doc/manual/ja/sylpheed-7.html
3713         * doc/manual/ja/sylpheed-8.html
3714         * doc/manual/ja/sylpheed-9.html
3715         * doc/manual/ja/sylpheed.html
3716         * doc/manual/ja/sylpheed.sgml
3717         * po/de.po
3718         * src/Makefile.am
3719         * src/compose.c
3720         * src/procmime.c
3721         * src/pixmaps/regular.xpm **REMOVED**
3722         * src/plugins/pgpmime/pgpmime.c
3723         * src/plugins/pgpmime/plugin.c
3724         * src/plugins/pgpmime/prefs_gpg.c
3725                 sync with HEAD
3726
3727 2004-12-03 [paul]       0.9.12cvs180.1
3728
3729         * ChangeLog
3730         * ChangeLog.claws
3731         * ChangeLog.jp
3732         * configure.ac
3733         * src/Makefile.am
3734         * src/pop.c
3735         * src/common/utils.c
3736         * src/common/utils.h
3737         * src/pixmaps/continue.xpm
3738         * src/pixmaps/dir_close.xpm
3739         * src/pixmaps/dir_open.xpm
3740         * src/pixmaps/drafts_close.xpm
3741         * src/pixmaps/drafts_open.xpm
3742         * src/pixmaps/folder.xpm **REMOVED**
3743         * src/pixmaps/group.xpm
3744         * src/pixmaps/unread.xpm
3745                 sync with HEAD
3746
3747 2004-12-02 [colin]      0.9.12cvs179.1
3748
3749         * src/compose.c
3750                 Sync with HEAD (non-duplicated reedition)
3751
3752 2004-12-02 [colin]      0.9.12cvs178.1
3753
3754         * src/compose.c
3755                 Sync with HEAD (linewrap_quote fix)
3756
3757 2004-12-01 [colin]      0.9.12cvs177.3
3758
3759         * src/addrharvest.c
3760                 Replace sizeof with strlen
3761
3762 2004-12-01 [paul]       0.9.12cvs177.2
3763
3764         * src/addrharvest.c
3765                 fix 'harvest addresses'
3766
3767 2004-11-30 [colin]      0.9.12cvs177.1
3768
3769         * src/gtk/prefswindow.c
3770         * src/gtk/pluginwindow.c
3771                 Sync with HEAD
3772
3773 2004-11-29 [colin]      0.9.12cvs176.1
3774
3775         * src/folderview.c
3776                 sync with HEAD (Fix disappearing separators in folderview's popup)
3777
3778 2004-11-29 [colin]      0.9.12cvs175.1
3779
3780         * src/procmime.c
3781                 Sync with head (another format fix)
3782
3783 2004-11-29 [colin]      0.9.12cvs174.1
3784
3785         * src/pop.c
3786                 Sync with HEAD (format string fix)
3787
3788 2004-11-26 [colin]      0.9.12cvs173.1
3789
3790         * src/common/smtp.c
3791         * src/common/smtp.h
3792                 Sync with HEAD
3793
3794 2004-11-24 [colin]      0.9.12cvs172.1
3795
3796         * src/plugins/pgpmime/pgpmime.c
3797                 Sync with HEAD
3798
3799 2004-11-24 [colin]      0.9.12cvs171.1
3800
3801         * src/plugins/pgpmime/pgpmime.c
3802                 Sync with head (gpgmectx leaks)
3803
3804 2004-11-24 [colin]      0.9.12cvs169.1
3805
3806         * src/plugins/pgpmime/plugin.c
3807         * src/plugins/trayicon/Makefile.am
3808         * src/plugins/trayicon/newmarkedmail.xpm
3809         * src/plugins/trayicon/trayicon.c
3810         * src/plugins/trayicon/unreadmarkedmail.xpm
3811                 Sync with HEAD
3812
3813 2004-11-23 [colin]      0.9.12cvs168.1
3814
3815         * src/partial_download.c
3816         * src/partial_download.h
3817         * src/plugins/pgpmime/plugin.c
3818                 Sync with HEAD
3819
3820 2004-11-23 [colin]      0.9.12cvs166.1
3821
3822         * src/Makefile.am
3823         * src/codeconv.c
3824         * src/compose.c
3825         * src/folderview.c
3826         * src/main.c
3827         * src/partial_download.c
3828         * src/partial_download.h
3829         * src/prefs_account.c
3830         * src/prefs_account.h
3831         * src/privacy.c
3832         * src/privacy.h
3833         * src/procmime.c
3834         * src/common/Makefile.am
3835         * src/common/base64.h
3836         * src/common/partial_download.c
3837         * src/common/partial_download.h
3838         * src/gtk/prefswindow.c
3839         * src/gtk/prefswindow.h
3840         * src/plugins/pgpmime/pgpmime.c
3841         * src/plugins/pgpmime/prefs_gpg.c
3842         * src/plugins/pgpmime/prefs_gpg.h
3843         * src/plugins/pgpmime/sgpgme.c
3844         * src/plugins/pgpmime/sgpgme.h
3845                 Sync with HEAD
3846
3847 2004-11-23 [colin]      0.9.12cvs163.1
3848
3849         * src/main.c
3850                 Sync with HEAD (cursor optimization)
3851
3852 2004-11-23 [colin]      0.9.12cvs162.1
3853
3854         * src/prefs_common.c
3855         * src/prefs_themes.c
3856         * src/procmsg.c
3857                 Sync with HEAD
3858
3859 2004-11-23 [colin]      0.9.12cvs158.9
3860
3861         * src/compose.c
3862                 Fix double-free when forwarding
3863         * src/msgcache.c
3864                 Fix leak on error path
3865                 
3866
3867 2004-11-23 [colin]      0.9.12cvs158.8
3868
3869         * src/compose.c
3870                 Fix possible double-free
3871                 Spotted by Alfons
3872
3873 2004-11-23 [colin]      0.9.12cvs158.7
3874
3875         * src/compose.c
3876                 Fix some signal handlers' prototypes
3877                 Spotted by Alfons
3878
3879 2004-11-22 [colin]      0.9.12cvs158.6
3880
3881         * src/compose.c
3882                 Remove unneeded code and duplicated
3883                 wrapping - patch by Alfons
3884
3885 2004-11-22 [colin]      0.9.12cvs158.5
3886
3887         * src/prefs_themes.c
3888                 Fix oversized selector
3889
3890 2004-11-22 [colin]      0.9.12cvs158.4
3891
3892         * src/compose.c
3893                 fix dump_text()
3894                 patch by Alfons
3895
3896 2004-11-19 [colin]      0.9.12cvs158.3
3897
3898         * src/textview.c
3899                 Add a context menu on links (open, copy)
3900
3901 2004-11-18 [paul]       0.9.12cvs158.2
3902
3903         * src/addrgather.c
3904         * src/exphtmldlg.c
3905         * src/expldifdlg.c
3906         * src/mimeview.c
3907         * src/prefs_common.c
3908         * src/plugins/image_viewer/viewer.c
3909         * src/plugins/spamassassin/spamassassin_gtk.c
3910                 replace deprecated gtk_notebook_set_page
3911                 and gtk_notebook_current_page
3912
3913 2004-11-18 [paul]       0.9.12cvs158.1
3914
3915         * configure.ac
3916         * src/compose.c
3917         * src/mainwindow.c
3918         * src/messageview.c
3919         * src/prefs_common.c
3920         * src/common/utils.c
3921         * src/common/utils.h
3922                 sync with HEAD
3923
3924 2004-11-17 [colin]      0.9.12cvs156.1
3925
3926         * src/prefs_account.c
3927         * src/prefs_account.h
3928         * src/procmsg.c
3929                 Sync with HEAD (add pref to store encrypted mails encrypted)
3930
3931 2004-11-17 [paul]       0.9.12cvs155.1
3932
3933         * ChangeLog
3934         * ChangeLog.claws
3935         * ChangeLog.jp
3936         * NEWS
3937         * configure.ac
3938         * src/compose.c
3939         * src/jpilot.c
3940         * src/privacy.c
3941         * src/procmime.c
3942         * src/procmime.h
3943         * src/procmsg.c
3944         * src/toolbar.c
3945         * src/pixmaps/error.xpm
3946                 sync with HEAD
3947
3948 2004-11-17 [colin]      0.9.12cvs151.1
3949
3950         * src/plugins/pgpmime/pgpmime.c
3951                 Sync with HEAD (remove debug printf)
3952
3953 2004-11-17 [colin]      0.9.12cvs150.1
3954
3955         * src/plugins/pgpmime/pgpmime.c
3956                 Sync with HEAD (off-by-one fix)
3957
3958 2004-11-17 [colin]      0.9.12cvs149.1
3959
3960         * src/procmsg.c
3961                 Sync with HEAD (coding style fixes)
3962
3963 2004-11-16 [colin]      0.9.12cvs148.1
3964
3965         * src/procmsg.c
3966                 Sync with head (Fix the fix)
3967
3968 2004-11-16 [colin]      0.9.12cvs147.1
3969
3970         * src/procmsg.c
3971                 Sync with Main (leak fix)
3972
3973 2004-11-16 [colin]      0.9.12cvs146.14
3974
3975         * src/compose.c
3976                 Remove useless chunk of code
3977                 Patch by Alfons
3978
3979 2004-11-15 [colin]      0.9.12cvs146.13
3980
3981         * src/compose.c
3982                 Fix drafting after insertion
3983                 Patch by Alfons
3984
3985 2004-11-15 [colin]      0.9.12cvs146.12
3986
3987         * src/compose.c
3988         * src/prefs_filtering.c
3989         * src/prefs_filtering_action.c
3990         * src/prefs_toolbar.c
3991                 Fix some const-correctness
3992
3993 2004-11-15 [colin]      0.9.12cvs146.11
3994
3995         * src/summaryview.c
3996         * src/prefs_themes.c
3997         * src/messageview.c
3998                 Fix some leaks
3999
4000 2004-11-15 [colin]      0.9.12cvs146.10
4001
4002         * src/codeconv.c
4003                 More unreadable locale fixes
4004
4005 2004-11-14 [colin]      0.9.12cvs146.9
4006
4007         * src/textview.c
4008                 Fix uri_security_check
4009                 Patch by Alfons
4010
4011 2004-11-13 [paul]       0.9.12cvs146.8
4012
4013         * src/folder.c
4014         * src/procmime.c
4015                 fix 2 bugs introduced in last commit
4016
4017 2004-11-13 [paul]       0.9.12cvs146.7
4018
4019         * src/compose.c
4020         * src/exporthtml.c
4021         * src/exportldif.c
4022         * src/folder.c
4023         * src/imap.c
4024         * src/imap_gtk.c
4025         * src/main.c
4026         * src/mainwindow.c
4027         * src/messageview.c
4028         * src/mh_gtk.c
4029         * src/prefs_themes.c
4030         * src/procmime.c
4031         * src/setup.c
4032         * src/summaryview.c
4033                 replace deprecated g_basename
4034
4035 2004-11-13 [paul]       0.9.12cvs146.6
4036
4037         * src/compose.c
4038         * src/imap.c
4039         * src/matcher_parser.h
4040         * src/matcher_parser_parse.y
4041         * src/prefs_filtering.c
4042         * src/prefs_filtering_action.c
4043         * src/prefs_themes.c
4044         * src/prefs_toolbar.c
4045         * src/common/utils.c
4046                 various small fixes/cleanups
4047
4048 2004-11-12 [colin]      0.9.12cvs146.5
4049
4050         * src/textview.c
4051                 Validate event's origin on visibility notify
4052                 Patch by Alfons.
4053
4054 2004-11-12 [paul]       0.9.12cvs146.4
4055
4056         * src/exporthtml.c
4057         * src/exportldif.c
4058         * src/imap.c
4059         * src/mh.c
4060         * src/mimeview.c
4061         * src/prefs_spelling.c
4062         * src/prefs_themes.c
4063                 replace deprecated g_dirname    
4064
4065 2004-11-12 [colin]      0.9.12cvs146.3
4066
4067         * src/textview.c
4068                 Some coding style fixes
4069
4070 2004-11-12 [colin]      0.9.12cvs146.2
4071
4072         * src/codeconv.c
4073                 We want to replace _all_ extended chars in
4074                 conv_unreadable_*, because any string containing
4075                 extended chars not parsing as UTF8 is 
4076                 undisplayed on gtk2.
4077
4078 2004-11-12 [paul]       0.9.12cvs146.1
4079
4080         * ChangeLog
4081         * ChangeLog.claws
4082         * ChangeLog.jp
4083         * NEWS
4084         * configure.ac
4085         * src/account.c
4086         * src/folderview.c
4087         * src/folderview.h
4088         * src/imap.c
4089         * src/imap_gtk.c
4090         * src/inc.c
4091         * src/mainwindow.c
4092         * src/mh_gtk.c
4093         * src/news_gtk.c
4094         * src/pop.c
4095         * src/prefs_account.c
4096         * src/prefs_account.h
4097         * src/prefs_ext_prog.c
4098         * src/procmime.c
4099         * src/procmime.h
4100         * src/procmsg.c
4101         * src/procmsg.h
4102         * src/summary_search.c
4103         * src/summaryview.c
4104         * src/textview.c
4105         * src/common/defs.h
4106         * src/common/utils.c
4107         * src/common/utils.h
4108         * src/gtk/menu.c
4109         * src/gtk/menu.h
4110                 sync with HEAD
4111
4112 2004-11-11 [colin]      0.9.12cvs144.2
4113
4114         * src/textview.c
4115                 Fix URI range selection (patch by Alfons)
4116
4117 2004-11-09 [colin]      0.9.12cvs144.1
4118
4119         * ChangeLog.claws
4120         * src/compose.c
4121         * src/folder.c
4122         * src/folder_item_prefs.c
4123         * src/prefs_account.c
4124         * src/prefs_account.h
4125         * src/plugins/pgpmime/pgpmime.c
4126                 Sync with HEAD
4127
4128 2004-11-08 [colin]      0.9.12cvs143.1
4129
4130         * src/summaryview.c
4131                 Sync with HEAD (optimize quicksearch)
4132
4133 2004-11-08 [colin]      0.9.12cvs142.2
4134
4135         * src/compose.c
4136                 Don't wrap when Edit/Auto wrapping is disabled
4137
4138 2004-11-08 [colin]      0.9.12cvs142.1
4139
4140         * src/textview.c
4141                 Sync with HEAD
4142
4143 2004-11-08 [colin]      0.9.12cvs141.1
4144
4145         * src/textview.c
4146                 Sync with HEAD (fix some mail URIs)
4147
4148 2004-11-08 [colin]      0.9.12cvs140.3
4149
4150         * src/textview.c
4151                 o Use text cursor instead of arrow when
4152                   not on a link
4153                 o Fix handling of contiguous links (as in
4154                   "colin@colino.net" <colin@colino.net>)
4155                   This one unveils a bug in get_email_part()
4156
4157 2004-11-07 [colin]      0.9.12cvs140.2
4158
4159         * src/textview.c
4160                 Fix memleak. Patch by Alfons.
4161
4162 2004-11-06 [colin]      0.9.12cvs140.1
4163
4164         * src/compose.c
4165                 Sync with HEAD (don't ask passphrase
4166                 when drafting)
4167
4168 2004-11-06 [paul]       0.9.12cvs139.2
4169
4170         * AUTHORS
4171         * src/textview.c
4172         * src/textview.h
4173                 textview URI handling. hovering over a 
4174                 link displays it in the status bar,
4175                 and changes the mouse pointer to a hand 
4176                 cursor. a link is activated with a single 
4177                 click. (Modified from the) patch by Jean-Yves 
4178                 Lefort <jylefort@users.sourceforge.net>
4179                 
4180
4181 2004-11-05 [colin]      0.9.12cvs139.1
4182
4183         * src/compose.c
4184         * src/procmime.c
4185                 Sync with HEAD again ^^
4186
4187 2004-11-05 [colin]      0.9.12cvs139.1
4188
4189         * src/compose.c
4190         * src/procmime.c
4191                 Sync with HEAD
4192
4193 2004-11-03 [paul]       0.9.12cvs138.1
4194
4195         * ChangeLog.claws
4196         * configure.ac
4197         * po/POTFILES.in
4198         * src/prefs_ext_prog.c
4199         * src/procmime.c
4200         * tools/kdeservicemenu/README
4201         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
4202         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
4203                 sync with HEAD
4204
4205 2004-11-01 [christoph]  0.9.12cvs136.2
4206
4207         * src/procmime.c
4208                 convert MIME parameters to UTF-8
4209
4210 2004-10-29 [colin]      0.9.12cvs136.1
4211
4212         * src/common/utils.c
4213                 Sync with HEAD (don't use '=' in mime boundary)
4214
4215 2004-10-29 [paul]       0.9.12cvs135.1
4216
4217         * configure.ac
4218         * doc/src/rfc2231.txt
4219         * src/procmime.c
4220         * src/common/quoted-printable.c
4221         * src/common/utils.c
4222         * src/common/utils.h
4223                 sync with HEAD
4224
4225 2004-10-27 [paul]       0.9.12cvs134.1
4226
4227         * configure.ac
4228         * src/main.c
4229         * src/procmime.c
4230         * src/plugins/pgpmime/pgpmime.c
4231                 sync with HEAD
4232
4233 2004-10-26 [paul]       0.9.12cvs132.3
4234
4235         * src/account.c
4236         * src/addressbook.c
4237         * src/addrgather.c
4238         * src/addrharvest.c
4239         * src/codeconv.c
4240         * src/compose.c
4241         * src/customheader.c
4242         * src/editaddress.c
4243         * src/editgroup.c
4244         * src/enriched.c
4245         * src/expldifdlg.c
4246         * src/exporthtml.c
4247         * src/exportldif.c
4248         * src/folder.c
4249         * src/foldersel.c
4250         * src/folderview.c
4251         * src/grouplistdialog.c
4252         * src/html.c
4253         * src/imap.c
4254         * src/jpilot.c
4255         * src/ldapserver.c
4256         * src/ldif.c
4257         * src/mimeview.c
4258         * src/news.c
4259         * src/news_gtk.c
4260         * src/pop.c
4261         * src/prefs_display_header.c
4262         * src/prefs_gtk.c
4263         * src/prefs_msg_colors.c
4264         * src/prefs_toolbar.c
4265         * src/procheader.c
4266         * src/procmime.c
4267         * src/summaryview.c
4268         * src/textview.c
4269         * src/toolbar.c
4270         * src/vcard.c
4271         * src/common/mgutils.c
4272         * src/common/nntp.c
4273         * src/common/smtp.c
4274         * src/common/template.c
4275         * src/common/utils.c
4276         * src/common/xmlprops.c
4277         * src/plugins/pgpmime/pgpmime.c
4278         * src/plugins/pgpmime/select-keys.c
4279         * src/plugins/pgpmime/sgpgme.c
4280                 replace deprecated g_strcasecmp(), g_strncasecmp(),
4281                 g_string_sprintfa(), gtk_notebook_current_page()
4282
4283 2004-10-26 [colin]      0.9.12cvs132.2
4284
4285         * src/prefs_folder_item.c
4286                 Fix default-account selection
4287
4288 2004-10-21 [colin]      0.9.12cvs133
4289
4290         * src/compose.c
4291                 Sync with HEAD (Remove extra separator in compose's Options)
4292         * src/textview.c
4293                 Set wrapping to char
4294
4295 2004-10-21 [paul]       0.9.12cvs131.2
4296
4297         * src/compose.c
4298         * src/sourcewindow.c
4299                 fix wrapping
4300                 fix window shrinking 
4301
4302 2004-10-21 [colin]      0.9.12cvs131.1
4303
4304         * ChangeLog.claws
4305         * src/compose.c
4306                 Sync with HEAD
4307
4308 2004-10-21 [paul]       0.9.12cvs130.2
4309
4310         * src/prefs_folder_item.c
4311                 sync with HEAD (Apply to subfolders)
4312
4313 2004-10-19 [colin]      0.9.12cvs130.1
4314
4315         * ChangeLog.claws
4316         * src/compose.c
4317         * src/common/utils.c
4318         * src/gtk/menu.c
4319                 Sync with HEAD
4320
4321 2004-10-19 [colin]      0.9.12cvs128.1
4322
4323         * src/addrbook.c
4324         * src/addrcache.c
4325         * src/addressbook.c
4326         * src/codeconv.c
4327         * src/compose.c
4328         * src/customheader.c
4329         * src/editaddress.c
4330         * src/editgroup.c
4331         * src/exporthtml.c
4332         * src/folder.c
4333         * src/folderview.c
4334         * src/imap.c
4335         * src/jpilot.c
4336         * src/main.c
4337         * src/matcher_parser_parse.y
4338         * src/mbox.c
4339         * src/pop.c
4340         * src/prefs_account.c
4341         * src/prefs_gtk.c
4342         * src/prefs_msg_colors.c
4343         * src/procheader.c
4344         * src/procmime.c
4345         * src/procmime.h
4346         * src/procmsg.c
4347         * src/summaryview.c
4348         * src/textview.c
4349         * src/common/base64.c
4350         * src/common/partial_download.c
4351         * src/common/socket.c
4352         * src/common/sylpheed.c
4353         * src/common/utils.c
4354         * src/common/utils.h
4355         * src/gtk/pluginwindow.c
4356         * src/gtk/quicksearch.c
4357         * src/plugins/clamav/clamav_plugin.c
4358         * src/plugins/clamav/clamav_plugin.h
4359         * src/plugins/clamav/clamav_plugin_gtk.c
4360         * src/plugins/pgpmime/passphrase.c
4361         * src/plugins/pgpmime/pgpmime.c
4362         * src/plugins/pgpmime/plugin.c
4363         * src/plugins/pgpmime/prefs_gpg.c
4364         * src/plugins/pgpmime/prefs_gpg.h
4365         * src/plugins/pgpmime/select-keys.c
4366         * src/plugins/pgpmime/sgpgme.c
4367         * src/plugins/spamassassin/libspamc.c
4368         * src/plugins/spamassassin/spamassassin.c
4369         * src/plugins/spamassassin/spamassassin.h
4370         * src/plugins/spamassassin/spamassassin_gtk.c
4371         * src/plugins/trayicon/trayicon.c
4372         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
4373                 Sync with HEAD
4374
4375 2004-10-14 [colin]      0.9.12cvs126.2
4376
4377         * src/codeconv.c
4378         * src/textview.c
4379                 Fix conv_unreadable_locale
4380
4381 2004-10-13 [colin]      0.9.12cvs126.1
4382
4383         * src/compose.c
4384                 Sync with HEAD (don't convert charset for 
4385                 drafted messages, minor cleanup)
4386
4387 2004-10-13 [colin]      0.9.12cvs125.1
4388
4389         * po/POTFILES.in
4390                 Sync with HEAD (POTFILES fix)
4391
4392 2004-10-12 [colin]      0.9.12cvs124.3
4393
4394         * src/compose.c
4395                 Fix encoding bug from latest sync
4396
4397 2004-10-12 [paul]       0.9.12cvs124.2
4398
4399         * src/plugins/pgpmime/prefs_gpg.c
4400         * src/plugins/pgpmime/prefs_gpg.h
4401                 forgotten in last commit        
4402
4403 2004-10-12 [paul]       0.9.12cvs124.1
4404
4405         * ChangeLog.claws
4406         * configure.ac
4407         * m4/spamassassin.m4
4408         * src/Makefile.am
4409         * src/account.c
4410         * src/compose.c
4411         * src/compose.h
4412         * src/crash.c
4413         * src/main.c
4414         * src/mimeview.c
4415         * src/passphrase.c
4416         * src/passphrase.h
4417         * src/prefs_account.c
4418         * src/prefs_account.h
4419         * src/prefs_common.c
4420         * src/privacy.c
4421         * src/privacy.h
4422         * src/procmime.c
4423         * src/procmime.h
4424         * src/procmsg.c
4425         * src/rfc2015.c
4426         * src/rfc2015.h
4427         * src/select-keys.c
4428         * src/select-keys.h
4429         * src/textview.c
4430         * src/common/utils.c
4431         * src/common/utils.h
4432         * src/gtk/about.c
4433         * src/plugins/pgpmime/Makefile.am
4434         * src/plugins/pgpmime/passphrase.c
4435         * src/plugins/pgpmime/passphrase.h
4436         * src/plugins/pgpmime/pgpmime.c
4437         * src/plugins/pgpmime/plugin.c
4438         * src/plugins/pgpmime/select-keys.c
4439         * src/plugins/pgpmime/select-keys.h
4440         * src/plugins/pgpmime/sgpgme.c
4441         * src/plugins/pgpmime/sgpgme.h
4442                 sync with HEAD
4443
4444 2004-10-04 [colin]      0.9.12cvs122.1
4445
4446         * src/mainwindow.c
4447         * src/messageview.c
4448         * src/messageview.h
4449         * src/textview.c
4450                 Sync with HEAD
4451
4452 2004-10-04 [colin]      0.9.12cvs121.1
4453
4454         * src/summaryview.c
4455                 Sync with HEAD
4456
4457 2004-10-04 [paul]       0.9.12cvs120.1
4458
4459         * configure.ac
4460                 sync with HEAD [don't try to build 
4461                 pgpmime plugin when gpgme is disabled]
4462
4463 2004-10-03 [colin]      0.9.12cvs119.3
4464
4465         * src/gtk/gtksctree.c
4466                 Lots of side effects. Put back as before 117.2.
4467         * src/summaryview.c
4468                 Fix bug #602
4469
4470 2004-10-03 [colin]      0.9.12cvs119.2
4471
4472         * src/gtk/gtksctree.c
4473                 Revert 608 fix that doesn't work that good
4474
4475 2004-10-02 [colin]      0.9.12cvs119.1
4476
4477         * src/mainwindow.c
4478         * src/messageview.c
4479         * src/prefs_common.h
4480         * src/procmime.c
4481         * src/procmime.h
4482         * src/textview.c
4483                 Sync with HEAD
4484         * src/gtk/gtksctree.c
4485                 Close bug #608
4486
4487 2004-10-01 [colin]      0.9.12cvs118.1
4488
4489         * src/mimeview.c
4490                 Sync with HEAD (better Save All fix)
4491
4492 2004-10-01 [colin]      0.9.12cvs117.2
4493
4494         * src/gtk/gtksctree.c
4495                 Faster on selection
4496
4497 2004-10-01 [colin]      0.9.12cvs117.1
4498
4499         * src/mimeview.c
4500                 Sync with HEAD (Save All: only attachments)
4501
4502 2004-10-01 [paul]       0.9.12cvs116.1
4503
4504         * ChangeLog.claws
4505         * configure.ac
4506         * src/account.c
4507         * src/prefs_common.c
4508         * src/gtk/colorlabel.c
4509                 sync with HEAD
4510
4511 2004-09-30 [colin]      0.9.12cvs115.1
4512
4513         * src/stock_pixmap.c
4514         * src/stock_pixmap.h
4515         * src/folderview.c
4516         * src/Makefile.am
4517         * src/pixmaps/read.xpm
4518                 Sync with HEAD (new pixmap)
4519
4520 2004-09-29 [colin]      0.9.12cvs114.1
4521
4522         * src/compose.c
4523                 Sync with HEAD
4524                 Fix focus handling in headers
4525
4526 2004-09-29 [paul]       0.9.12cvs113.1
4527
4528         * src/quote_fmt_parse.y
4529                 sync with HEAD
4530  
4531
4532 2004-09-28 [colin]      0.9.12cvs112.1
4533
4534         * src/folderview.c
4535         * src/mainwindow.c
4536                 Sync with HEAD
4537
4538 2004-09-28 [colin]      0.9.12cvs110.1
4539
4540         * src/folderview.c
4541                 Sync with HEAD (Contextual Empty trash menu)
4542
4543 2004-09-28 [colin]      0.9.12cvs108.1
4544
4545         * src/addressbook.c
4546                 Sync with HEAD (addressbook edit on double-click)
4547
4548 2004-09-28 [colin]      0.9.12cvs106.1
4549
4550         * src/inc.c
4551                 Sync with HEAD (folder_item freeze on inc)
4552
4553 2004-09-27 [colin]      0.9.12cvs105.1
4554
4555         * src/folderview.c
4556                 Sync with HEAD (right-align new and unread column)
4557
4558 2004-09-27 [colin]      0.9.12cvs104.1
4559
4560         * src/main.c
4561                 Sync with HEAD (revert 0.9.12cvs101)
4562
4563 2004-09-24 [colin]      0.9.12cvs103.2
4564
4565         * src/wizard.c
4566                 Fix gtk warnings and use domain part of the email address 
4567                 when domain detection fails (no dot in domain name)
4568
4569 2004-09-23 [colin]      0.9.12cvs103.1
4570
4571         * src/plugins/spamassassin/libspamc.c
4572         * src/plugins/spamassassin/libspamc.h
4573         * src/plugins/spamassassin/utils.c
4574         * src/plugins/spamassassin/utils.h
4575                 Sync with HEAD (Update spamassassin to 3.0)
4576
4577 2004-09-21 [colin]      0.9.12cvs102.3
4578
4579         * src/action.c
4580                 Add horizontal scrollbar in action io dialog as needed
4581                 Patch by Alfons.
4582
4583 2004-09-20 [colin]      0.9.12cvs102.2
4584
4585         * src/plugins/image_viewer/viewer.c
4586                 Remove imlib stuff
4587                 use gtk_pixmap_set when clearing
4588                 (would be better to use gtkImages, but causes size-allocate 
4589                 signals storm)
4590
4591 2004-09-17 [paul]       0.9.12cvs102.1
4592
4593         * ChangeLog
4594         * ChangeLog.claws
4595         * ChangeLog.jp
4596         * configure.ac
4597         * src/inc.c
4598                 sync with HEAD
4599
4600
4601 2004-09-17 [colin]      0.9.12cvs101.1
4602
4603         * ChangeLog.claws
4604         * src/main.c
4605                 Sync with HEAD (fix segs at exit)
4606
4607 2004-09-14 [colin]      0.9.12cvs99.5
4608
4609         * src/common/socket.c
4610         * AUTHORS
4611                 Fix send error on 64bit platforms
4612                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
4613
4614 2004-09-14 [colin]      0.9.12cvs99.4
4615
4616         * src/action.c
4617                 Fix action output with utf8 
4618                 Patch by Alfons.
4619
4620 2004-09-14 [colin]      0.9.12cvs99.3
4621
4622         * ChangeLog.claws
4623         * src/folder.c
4624                 Sync with HEAD
4625
4626 2004-09-09 [colin]      0.9.12cvs99.2
4627
4628         * src/action.c
4629                 Fix progress bar (displaying "Completed %v/%u")
4630                 Patch by Alfons.
4631
4632 2004-09-08 [colin]      0.9.12cvs99.1
4633
4634         * src/account.c
4635         * src/folder.c
4636         * src/procmsg.c
4637         * src/procmsg.h
4638         * src/plugins/pgpmime/pgpmime.c
4639                 Sync with HEAD
4640
4641 2004-09-08 [colin]      0.9.12cvs97.2
4642
4643         * src/summaryview.c
4644                 Don't select mails in collapsed threads 
4645                 when navigating with up/down
4646
4647 2004-09-07 [colin]      0.9.12cvs97.1
4648
4649         * src/inc.c
4650                 Sync with HEAD (meaningful error messages)
4651
4652 2004-09-06 [colin]      0.9.12cvs96.1
4653
4654         * src/toolbar.c
4655                 Sync with HEAD (fix Redirect graying out)
4656
4657 2004-09-06 [colin]      0.9.12cvs95.1
4658
4659         * src/summaryview.c
4660         * src/mimeview.c
4661                 Sync with HEAD (fix dropped URIs)
4662
4663 2004-09-06 [colin]      0.9.12cvs94.1
4664
4665         * src/addressbook.c
4666         * src/addressitem.h
4667         * src/addritem.c
4668         * src/addritem.h
4669                 Sync with HEAD (addressbook DnD)
4670
4671 2004-09-03 [colin]      0.9.12cvs93.1
4672
4673         * src/summaryview.c
4674                 Sync with HEAD (next/prev unread)
4675
4676 2004-09-03 [colin]      0.9.12cvs92.1
4677
4678         * src/prefs_common.c
4679         * src/prefs_common.h
4680         * src/summaryview.c
4681                 Sync with HEAD ('mark_as_read_delay' pref)
4682
4683 2004-09-02 [colin]      0.9.12cvs91.2
4684
4685         * src/common/xml.c
4686                 Fix leak
4687
4688 2004-09-02 [colin]      0.9.12cvs91.1
4689
4690         * src/gtk/menu.c
4691                 Sync with HEAD (menu accel don't work, but whatever)
4692
4693 2004-09-02 [colin]      0.9.12cvs90.1
4694
4695         * src/account.c
4696                 Sync with HEAD (fix bug 582)
4697
4698 2004-09-02 [colin]      0.9.12cvs89.1
4699
4700         * src/addrindex.c
4701                 Sync with HEAD (free deleted queries)
4702
4703 2004-09-02 [colin]      0.9.12cvs88.1
4704
4705         * src/ldapquery.c
4706                 Sync with HEAD (fix LDAP freezes)
4707
4708 2004-09-02 [colin]      0.9.12cvs87.1
4709
4710         * src/prefs_spelling.c
4711                 Sync with HEAD (add default dictionary)
4712
4713 2004-09-01 [colin]      0.9.12cvs86.1
4714
4715         * src/filtering.c
4716         * src/folderview.c
4717         * src/imap.c
4718         * src/prefs_matcher.c
4719         * src/stock_pixmap.c
4720         * src/summary_search.c
4721         * src/summaryview.c
4722         * src/wizard.c
4723         * src/wizard.h
4724                 Sync with HEAD (uninitialized vars fixes)
4725                 + gtk2 specific warning fixes
4726
4727 2004-08-31 [colin]      0.9.12cvs85.1
4728
4729         * src/folder.c
4730                 Sync with HEAD (Fix memory corruption due to 
4731                 uninitialized var)
4732
4733 2004-08-31 [colin]      0.9.12cvs84.4
4734
4735         * src/summary_search.c
4736                 Fix segfaults when searching in folders with broken headers
4737
4738 2004-08-31 [colin]      0.9.12cvs84.3
4739
4740         * src/compose.c
4741         * src/textview.c
4742                 Fix some more encoding/decoding issues
4743
4744 2004-08-30 [colin]      0.9.12cvs84.2
4745
4746         * src/mimeview.c
4747         * src/prefs_themes.c
4748         * src/gtk/filesel.c
4749         * src/gtk/filesel.h
4750                 Add a folder-mode selection (fixes mimeview's "Save all")
4751
4752 2004-08-29 [colin]      0.9.12cvs84.1
4753
4754         * src/mimeview.c
4755                 Sync with HEAD (don't escape saved filenames)
4756
4757 2004-08-27 [colin]      0.9.12cvs83.1
4758
4759         * ChangeLog
4760         * ChangeLog.claws
4761         * ChangeLog.jp
4762         * src/mh.c
4763         * src/procheader.c
4764         * src/procmsg.c
4765         * src/procmsg.h
4766         * src/common/utils.c
4767         * src/gtk/menu.h
4768         * po/
4769                 Sync with HEAD 0.9.12cvs83 (sync with main)
4770
4771 2004-08-26 [colin]      0.9.12cvs82.4
4772
4773         * src/codeconv.c
4774                 Fix strange stack corruption
4775                 Convert to utf8 after unmime, not before
4776
4777 2004-08-26 [colin]      0.9.12cvs82.3
4778
4779         * src/main.c
4780         * src/wizard.c
4781                 Fix account folders duplication
4782
4783 2004-08-25 [colin]      0.9.12cvs82.2
4784
4785         * src/wizard.c
4786                 Remove ports
4787                 Add SSL selection
4788                 Use login@server as account name
4789
4790 2004-08-25 [colin]      0.9.12cvs82.1
4791
4792         * src/plugins/pgpmime/pgpmime.c
4793                 Sync with HEAD (leak fix).
4794
4795 2004-08-25 [colin]      0.9.12cvs81.1
4796
4797         * src/plugins/pgpmime/pgpmime.c
4798         * src/plugins/pgpmime/sgpgme.c
4799         * src/plugins/pgpmime/sgpgme.h
4800                 Sync with HEAD (Handle combined messages).
4801
4802 2004-08-24 [colin]      0.9.12cvs80.3
4803
4804         * src/wizard.c
4805                 Fix full name, ports, and imap
4806
4807 2004-08-24 [colin]      0.9.12cvs80.2
4808
4809         * src/Makefile.am
4810         * src/main.c
4811         * src/setup.c
4812         * src/setup.h
4813         * src/stock_pixmap.c
4814         * src/stock_pixmap.h
4815         * src/wizard.c ** ADDED **
4816         * src/wizard.h ** ADDED ** 
4817         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
4818                 Add a setup wizard 
4819
4820 2004-08-24 [colin]      0.9.12cvs80.1
4821
4822         * src/folder.c
4823                 Sync with HEAD (set mimeflags on all messages)
4824
4825 2004-08-24 [colin]      0.9.12cvs79.3
4826
4827         * src/matcher_parser_lex.l
4828                 Fix 8bits strings not in utf8
4829
4830 2004-08-24 [colin]      0.9.12cvs79.2
4831
4832         * src/compose.c
4833                 Check conversion result before replacing buffer
4834
4835 2004-08-23 [colin]      0.9.12cvs79.1
4836
4837         * src/compose.c
4838                 Sync with HEAD (create message header in memory)
4839
4840 2004-08-23 [colin]      0.9.12cvs78.1
4841
4842         * src/rfc2015.c
4843         * src/rfc2015.h
4844                 Sync with HEAD (fix bug 197 again)
4845
4846 2004-08-23 [colin]      0.9.12cvs77.3
4847
4848         * src/compose.c
4849                 Fix again inline gpg signing (which outputs utf8
4850                 in gtk2). Not syncing this fix to HEAD as this 
4851                 code is meant to die.
4852
4853 2004-08-23 [colin]      0.9.12cvs77.2
4854
4855         * src/prefs_account.h
4856                 Remove useless include
4857
4858 2004-08-23 [colin]      0.9.12cvs77.1
4859
4860         * src/imap.c
4861         * po/es.po
4862         * po/fr.po
4863         * po/it.po
4864         * po/pl.po
4865         * po/pt_BR.po
4866         * po/sk.po
4867         * po/sr.po
4868                 Sync with HEAD (fix bug 577)
4869
4870 2004-08-22 [colin]      0.9.12cvs76.1
4871
4872         * src/plugins/trayicon/trayicon.c
4873                 Sync with HEAD (fix formatting bug)
4874
4875 2004-08-21 [colin]      0.9.12cvs74.2
4876
4877         * src/gtk/colorsel.c
4878                 Fix bug 564 (Folder color selection window exits on any
4879                 keypress)
4880
4881 2004-08-21 [colin]      0.9.12cvs74.1
4882
4883         * ChangeLog.claws
4884         * src/compose.c
4885         * src/summaryview.c
4886         * src/toolbar.c
4887                 Sync with HEAD (fix bug 576)
4888
4889 2004-08-21 [colin]      0.9.12cvs70.1
4890
4891         * src/compose.c
4892         * src/mainwindow.c
4893                 Sync with HEAD
4894                 
4895
4896 2004-08-21 [paul]       0.9.12cvs66.4
4897
4898         * src/mainwindow.c
4899         * src/messageview.c
4900         * src/gtk/menu.c
4901         * src/plugins/spamassassin/spamassassin_gtk.c
4902                 remove some deprecated gtk1 functions
4903
4904
4905 2004-08-21 [colin]      0.9.12cvs66.3
4906
4907         * src/compose.c
4908         * src/codeconv.c
4909                 Fix warnings
4910                 Remove encoding hacks
4911                 Fix bug 575 (Strange character messes up message)
4912                 Don't display conversion error when drafting
4913
4914 2004-08-21 [paul]       0.9.12cvs66.2
4915
4916         * src/prefs_account.c
4917                 fix GnuPG mode bugs
4918
4919
4920 2004-08-20 [colin]      0.9.12cvs66.1
4921
4922         * src/codeconv.c
4923                 Sync with HEAD 0.9.12cvs66
4924
4925 2004-08-20 [paul]
4926
4927         * src/plugins/pgpmime/plugin.c
4928                 modify PGP/MIME plugin's description
4929
4930 2004-08-17 [colin]      0.9.12cvs65.1
4931
4932         * src/common/ssl.c
4933         * src/plugins/pgpmime/plugin.c
4934                 Sync with HEAD
4935
4936 2004-08-14 [colin]      0.9.12cvs60.3
4937
4938         * src/plugins/trayicon/trayicon.c
4939                 Put back resize callback, on size-request signal
4940                 rather than size-allocate to avoid infinite 
4941                 callback loop
4942
4943 2004-08-13 [colin]      0.9.12cvs60.2
4944
4945         * src/common/defs.h
4946                 Cache versions have been fixed
4947
4948 2004-08-13 [colin]      0.9.12cvs60.1
4949
4950         * src/folderutils.c
4951                 Sync with HEAD
4952
4953 2004-08-12 [colin]      0.9.12cvs59.1
4954
4955         * src/plugins/trayicon/trayicon.c
4956                 Sync with HEAD
4957
4958 2004-08-12 [colin]      0.9.12cvs57.5
4959
4960         * sylpheed.desktop
4961         * configure.ac
4962         * src/Makefile.am
4963         * src/main.c
4964                 Add support for Freedesktop.org's startup notification
4965
4966 2004-08-11 [colin]      0.9.12cvs57.4
4967
4968         * src/textview.c
4969                 Fix off-by-one
4970
4971 2004-08-11 [colin]      0.9.12cvs57.3
4972
4973         * src/message_search.c
4974         * src/summary_search.c
4975                 Make searches case insensitive by default
4976         * src/textview.c
4977                 Fix case-insensitive search in message
4978
4979 2004-08-11 [colin]      0.9.12cvs57.2
4980
4981         * src/summary_search.c
4982                 Let case-sensitive be specified
4983
4984 2004-08-10 [colin]      0.9.12cvs55.4
4985
4986         * src/common/socket.c
4987                 Fix the possible race condition
4988
4989 2004-08-09 [paul]       0.9.12cvs55.3
4990
4991         * configure.ac
4992         * src/Makefile.am
4993         * src/common/Makefile.am
4994                 sync with HEAD
4995
4996
4997 2004-08-09 [paul]       0.9.12cvs55.2
4998
4999         * autogen.sh
5000         * po/poconv.sh
5001                 remove unneeded script
5002
5003         * configure.ac
5004                 add forgotten USE_LDAP_TLS (sync with HEAD)
5005
5006
5007 2004-08-09 [colin]      0.9.12cvs55.1
5008
5009         * src/main.c
5010         * src/common/ssl.c
5011         * src/common/sylpheed.c
5012         * src/common/sylpheed.h
5013                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
5014
5015 2004-08-09 [paul]       0.9.12cvs54.1
5016
5017         * ChangeLog
5018         * ChangeLog.claws
5019         * ChangeLog.jp
5020         * configure.ac
5021         * po/POTFILES.in
5022         * src/Makefile.am
5023         * src/folderutils.c
5024         * src/main.c
5025         * src/pgpmime.c
5026         * src/pgpmime.h
5027         * src/sgpgme.c
5028         * src/sgpgme.h
5029         * src/plugins/Makefile.am
5030         * src/plugins/pgpmime/.cvsignore
5031         * src/plugins/pgpmime/Makefile.am
5032         * src/plugins/pgpmime/pgpmime.c
5033         * src/plugins/pgpmime/pgpmime.h
5034         * src/plugins/pgpmime/plugin.c
5035         * src/plugins/pgpmime/sgpgme.c
5036         * src/plugins/pgpmime/sgpgme.h
5037                 sync with HEAD
5038
5039 2004-08-08 [paul]       0.9.12cvs51.1
5040
5041         * configure.ac
5042         * src/folder.c
5043                 sync with HEAD
5044
5045 2004-08-07 [colin]      0.9.12cvs50.1
5046
5047         * src/pop.c
5048         * src/common/partial_download.c
5049                 fix warnings (sync from HEAD)
5050
5051 2004-08-07 [colin]      0.9.12cvs48.1
5052
5053         * src/prefs_folder_item.c
5054                 sync with HEAD 0.9.12cvs48
5055
5056 2004-08-06 [colin]      0.9.12cvs47.1
5057
5058         * src/compose.c
5059                 Sync with HEAD
5060
5061 2004-08-06 [christoph]  0.9.12cvs46.2
5062
5063         * src/main.c
5064         * src/plugins/clamav/clamav_plugin_gtk.c
5065         * src/plugins/dillo_viewer/dillo_viewer.c
5066         * src/plugins/image_viewer/plugin.c
5067         * src/plugins/mathml_viewer/mathml_viewer.c
5068         * src/plugins/spamassassin/spamassassin_gtk.c
5069         * src/plugins/trayicon/trayicon.c
5070                 don't mix GTK1.2 plugin with GTK2 plugins
5071
5072 2004-08-06 [colin]      0.9.12cvs46.1
5073
5074         * ChangeLog
5075         * ChangeLog.claws
5076         * ChangeLog.jp
5077         * configure.ac
5078         * sylpheed-claws.pc.in
5079         * src/folder.c
5080         * src/imap.c
5081         * src/localfolder.c
5082         * src/messageview.c
5083         * src/mimeview.c
5084         * src/mimeview.h
5085         * src/msgcache.c
5086         * src/news.c
5087         * src/prefs_ext_prog.c
5088         * src/prefs_folder_item.c
5089         * src/prefs_fonts.c
5090         * src/prefs_msg_colors.c
5091         * src/prefs_spelling.c
5092         * src/prefs_themes.c
5093         * src/prefs_toolbar.c
5094         * src/prefs_wrapping.c
5095         * src/procmime.h
5096         * src/common/defs.h
5097         * src/common/nntp.c
5098         * src/common/session.c
5099         * src/common/session.h
5100         * src/common/socket.c
5101         * src/common/utils.h
5102         * src/common/xml.c
5103         * src/common/xml.h
5104         * src/gtk/prefswindow.c
5105         * src/gtk/prefswindow.h
5106         * src/plugins/clamav/clamav_plugin_gtk.c
5107         * src/plugins/dillo_viewer/dillo_prefs.c
5108         * src/plugins/image_viewer/viewerprefs.c
5109         * src/plugins/spamassassin/spamassassin_gtk.c
5110         * m4/openssl.m4 *** REMOVED ***
5111                 Sync with HEAD 0.9.12cvs46
5112
5113 2004-08-03 [paul]       0.9.12cvs40.2
5114
5115         * src/action.c
5116         * src/addressadd.c
5117         * src/addressbook.c
5118         * src/addrgather.c
5119         * src/browseldap.c
5120         * src/compose.c
5121         * src/crash.c
5122         * src/editaddress.c
5123         * src/editgroup.c
5124         * src/editldap_basedn.c
5125         * src/foldersel.c
5126         * src/importldif.c
5127         * src/mimeview.c
5128         * src/prefs_common.c
5129         * src/prefs_template.c
5130         * src/sourcewindow.c
5131         * src/summaryview.c
5132         * src/gtk/about.c
5133         * src/gtk/foldersort.c
5134         * src/gtk/logwindow.c
5135         * src/gtk/pluginwindow.c
5136         * src/gtk/prefswindow.c
5137                 change all gtk_scrolled_window_set_policy from 
5138                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
5139
5140 2004-08-02 [paul]       0.9.12cvs40.1
5141
5142         * AUTHORS
5143                 update translation team section
5144         * po/pt_BR.po
5145                 updated by Frederico Goncalves Guimaraes
5146                 <fggdebian@yahoo.com.br>
5147
5148 2004-07-31 [colin]      0.9.12cvs39.9
5149
5150         * src/exphtmldlg.c
5151                 Fix compilation
5152
5153 2004-07-31 [colin]      0.9.12cvs39.8
5154
5155         * src/exphtmldlg.c
5156                 Fix an alertpanel type
5157
5158 2004-07-30 [colin]      0.9.12cvs39.7
5159
5160         * src/alertpanel.c
5161                 Fix alertpanel_error_log's icon
5162
5163 2004-07-30 [colin]      0.9.12cvs39.6
5164
5165         * src/pop.c
5166                 Two of them should still be warnings
5167
5168 2004-07-30 [colin]      0.9.12cvs39.5
5169
5170         * src/pop.c
5171                 More warning -> error
5172 2004-07-29 [colin]      0.9.12cvs39.4
5173
5174         * src/pop.c
5175                 Warning -> error
5176
5177 2004-07-29 [colin]      0.9.12cvs39.3
5178
5179         * src/prefs_matcher.c
5180                 Fix segfault
5181
5182 2004-07-29 [colin]      0.9.12cvs39.2
5183
5184         * src/alertpanel.c
5185                 More nice-looking alertpanels
5186
5187 2004-07-29 [colin]      0.9.12cvs39.1
5188
5189         * src/messageview.c
5190                 sync with head
5191                 (inform user when partial mail is deleted on server)
5192
5193 2004-07-29 [colin]      0.9.12cvs38.1
5194
5195         * src/messageview.c
5196                 sync with head
5197
5198 2004-07-28 [paul]       0.9.12cvs37.7
5199
5200         * src/mainwindow.c
5201                 complete the replacement of deprecated gtk_progress_*
5202
5203 2004-07-28 [paul]       0.9.12cvs37.6
5204
5205         * src/action.c
5206         * src/inc.c
5207         * src/mainwindow.c
5208         * src/send_message.c
5209         * src/gtk/progressdialog.c
5210         * src/gtk/progressdialog.h
5211                 replace deprecated gtk_progress_*
5212
5213 2004-07-28 [paul]       0.9.12cvs37.5
5214
5215         * src/gtk/filesel.c
5216                 remove gtk_window_set_wmclass()
5217 2004-07-28 [paul]       0.9.12cvs37.4
5218
5219         * src/addressbook.c
5220         * src/compose.c
5221         * src/foldersel.c
5222         * src/mainwindow.c
5223         * src/messageview.c
5224         * src/sourcewindow.c
5225         * src/gtk/logwindow.c
5226                 remove gtk_window_set_wmclass()
5227                 
5228         * src/prefs_filtering.c
5229         * src/prefs_filtering_action.c
5230         * src/prefs_fonts.c
5231         * src/prefs_gtk.c
5232         * src/prefs_matcher.c
5233         * src/ssl_manager.c
5234         * src/gtk/prefswindow.c
5235                 replace gtk_window_position()
5236
5237 2004-07-28 [colin]      0.9.12cvs37.3
5238
5239         * src/alertpanel.c
5240         * src/alertpanel.h
5241                 Add a way to specify panel type for specific
5242                 panels (alertpanel())
5243         * src/account.c
5244         * src/addressbook.c
5245         * src/compose.c
5246         * src/expldifdlg.c
5247         * src/main.c
5248         * src/messageview.c
5249         * src/summaryview.c
5250         * src/textview.c
5251         * src/gtk/sslcertwindow.c
5252                 Fix alertpanel()s so that their icon match
5253                 their real type
5254
5255 2004-07-28 [paul]       0.9.12cvs37.2
5256
5257         * src/addr_compl.c
5258         * src/addressbook.c
5259         * src/alertpanel.c
5260         * src/compose.c
5261         * src/export.c
5262         * src/foldersel.c
5263         * src/folderview.c
5264         * src/grouplistdialog.c
5265         * src/import.c
5266         * src/mainwindow.c
5267         * src/message_search.c
5268         * src/messageview.c
5269         * src/passphrase.c
5270         * src/prefs_actions.c
5271         * src/prefs_common.c
5272         * src/prefs_customheader.c
5273         * src/prefs_display_header.c
5274         * src/prefs_filtering.c
5275         * src/prefs_filtering_action.c
5276         * src/prefs_gtk.c
5277         * src/prefs_matcher.c
5278         * src/prefs_msg_colors.c
5279         * src/prefs_summary_column.c
5280         * src/prefs_template.c
5281         * src/sourcewindow.c
5282         * src/ssl_manager.c
5283         * src/summary_search.c
5284         * src/gtk/colorsel.c
5285         * src/gtk/description_window.c
5286         * src/gtk/gtkaspell.c
5287         * src/gtk/inputdialog.c
5288         * src/gtk/logwindow.c
5289         * src/gtk/prefswindow.c
5290         * src/gtk/progressdialog.c
5291                 replace deprecated gtk_window_set_policy
5292
5293 2004-07-27 [colin]      0.9.12cvs37.1
5294
5295         * src/msgcache.c
5296                 More fixes (synced for head again)
5297
5298 2004-07-27 [colin]      0.9.12cvs35.3
5299
5300         * src/msgcache.c
5301                 Fix wrong test
5302
5303 2004-07-27 [colin]      0.9.12cvs35.2
5304
5305         * src/mimeview.c
5306                 Fix width a bit (by Paul)
5307         * src/alertpanel.c
5308         * src/alertpanel.h
5309                 Specialize icons, make alertpanel_message()
5310                 private
5311         * src/message_search.c
5312         * src/sgpgme.c
5313         * src/summary_search.c
5314                 Suit alertpanel changes
5315
5316 2004-07-27 [colin]      0.9.12cvs35.1
5317
5318         * src/alertpanel.c
5319                 Add an icon
5320         * src/passphrase.c
5321                 Add debug output - maybe someone will
5322                 want to look at the problem with Grab
5323                 Input :)
5324         Bump version as we're synced with HEAD
5325
5326 2004-07-26 [colin]      0.9.12cvs33.26
5327
5328         * src/pop.c
5329                 Fix uidl-file parsing when not in new
5330                 format
5331
5332 2004-07-26 [colin]      0.9.12cvs33.25
5333
5334         * src/gtk/menu.c
5335                 Move popup menu up if necessary (fixes 
5336                 account selector)
5337         * src/mainwindow.c
5338                 Set account selector's button height to
5339                 minimum
5340
5341 2004-07-26 [colin]      0.9.12cvs33.24
5342
5343         * src/alertpanel.c
5344                 Maybe fix 551 (Truncated font in alert window)
5345
5346 2004-07-26 [colin]      0.9.12cvs33.23
5347
5348         * po/de.po
5349         * po/es.po
5350         * po/fr.po
5351         * po/it.po
5352         * po/ja.po
5353         * po/pl.po
5354         * po/ru.po
5355         * po/sk.po
5356         * po/sr.po
5357         * po/zh_CN.po
5358                 Sync po files with HEAD
5359
5360 2004-07-26 [paul]       0.9.12cvs33.22
5361
5362         * src/compose.c
5363                 fix Bug 556 'Organisation-header is sent even if empty'
5364
5365 2004-07-24 [colin]      0.9.12cvs33.21
5366
5367         * src/compose.c
5368         * src/gtk/gtkaspell.c
5369         * src/gtk/gtkaspell.h
5370                 Fix speller accelerators (require hack)
5371
5372 2004-07-24 [colin]      0.9.12cvs33.20
5373
5374         * src/gtk/gtkaspell.c
5375                 Fix over-eager code deletion breaking
5376                 Check while typing
5377
5378 2004-07-24 [colin]      0.9.12cvs33.19
5379
5380         * src/browseldap.c
5381         * src/ldapctrl.c
5382         * src/ldapctrl.h
5383         * src/ldapserver.h
5384                 Sync ldap with HEAD
5385         (Fixes 546 LDAP completely broken)
5386
5387 2004-07-24 [colin]      0.9.12cvs33.18
5388
5389         * src/prefs_msg_colors.c
5390                 Fix prototype mismatch
5391         (Fixes 547 void function cannot return value)
5392
5393 2004-07-24 [colin]      0.9.12cvs33.17
5394
5395         * src/mainwindow.c
5396                 Fix sort going back to previous sort key
5397                 when changing sort direction
5398
5399 2004-07-24 [colin]      0.9.12cvs33.16
5400
5401         * src/compose.c
5402                 Fix space insertion when re-wrapping at 
5403                 cursor point
5404
5405 2004-07-24 [colin]      0.9.12cvs33.15
5406
5407         * src/gtk/gtkaspell.c
5408                 Don't change cursor position in insert-text
5409                 callback
5410         (Fixes 539 Word wrapping on input transposes letters)
5411
5412 2004-07-24 [colin]      0.9.12cvs33.14
5413
5414         * src/gtk/gtkaspell.c
5415                 Reencode non-ascii chars to dictionary's
5416                 encoding
5417         (Fixes 544 Spell check broken non english locale)
5418
5419 2004-07-24 [colin]      0.9.12cvs33.13
5420
5421         * src/summaryview.c
5422                 Fix Shift+Down, add Home/End/PgUp/PgDown
5423
5424 2004-07-21 [colin]      0.9.12cvs33.12
5425
5426         * src/prefs_common.c
5427                 Fix a gtk warning (Patch by Andrej Kacian)
5428
5429 2004-07-21 [colin]      0.9.12cvs33.11
5430
5431         * src/gtk/filesel.c
5432                 More check
5433
5434 2004-07-21 [colin]      0.9.12cvs33.10
5435
5436         * src/compose.c
5437         * src/crash.c
5438         * src/export.c
5439         * src/import.c
5440         * src/messageview.c
5441         * src/mimeview.c
5442         * src/prefs_spelling.c
5443         * src/prefs_themes.c
5444         * src/summaryview.c
5445         * src/gtk/filesel.c
5446         * src/gtk/filesel.h
5447         * src/gtk/pluginwindow.c
5448                 Untwist open/save mode guessing logic, make
5449                 it explicit
5450
5451 2004-07-20 [colin]      0.9.12cvs33.9
5452
5453         * src/codeconv.c
5454                 conv_encode_header: src_charset is UTF-8 on
5455                 gtk2
5456         * src/compose.c
5457                 Remove double encoding of the headers
5458
5459 2004-07-20 [colin]      0.9.12cvs33.8
5460
5461         * src/codeconv.c
5462                 Fix typo
5463
5464 2004-07-20 [colin]      0.9.12cvs33.7
5465
5466         * src/mainwindow.c
5467                 Set the separated messageview to the saved
5468                 size of Claws' messageview (Patch by Alfons)
5469                 Fix a callback prototype (me)
5470
5471 2004-07-20 [colin]      0.9.12cvs33.6
5472
5473         * src/codeconv.h
5474                 Forgot one hunk in 0.9.12cvs33.4
5475
5476 2004-07-19 [colin]      0.9.12cvs33.5
5477
5478         * src/action.c
5479                 Action output fix
5480                 Patch by Alfons
5481
5482 2004-07-19 [colin]      0.9.12cvs33.4
5483
5484         * src/compose.c
5485                 Fix outgoing charset bug in headers
5486         * src/codeconv.c
5487                 Clean for glib2 - Patch by Alfons
5488
5489 2004-07-19 [colin]      0.9.12cvs33.3
5490
5491         * src/statusbar.c
5492                 Remove grip from the statusbar
5493                 Patch by Alfons
5494
5495 2004-07-19 [colin]      0.9.12cvs33.2
5496
5497         * src/messageview.c
5498         * src/textview.c
5499                 Fix messageview remembering the previous
5500                 scroll position when loading a new message
5501                 Patch by Alfons
5502
5503 2004-07-19 [colin]      0.9.12cvs33.1
5504
5505         * src/folder.h
5506         * src/folderview.c
5507         * src/summaryview.c
5508                 Sync with HEAD
5509
5510 2004-07-18 [colin]      0.9.12cvs32.7
5511
5512         * configure.ac
5513                 Remove useless check for XIM - noticed
5514                 by Alfons
5515
5516 2004-07-18 [colin]      0.9.12cvs32.6
5517
5518         * src/summaryview.c
5519                 Remove non-modified and shift-modified
5520                 accelerators in summaryview's popup
5521                 menu, as that doesn't get catched by
5522                 the accel-activate signal catcher...
5523
5524 2004-07-18 [colin]      0.9.12cvs32.5
5525
5526         * src/prefs_common.c
5527                 Define sensible default prefs for 
5528                 wrapping
5529
5530 2004-07-18 [colin]      0.9.12cvs32.4
5531
5532         * src/compose.c
5533         * src/prefs_common.c
5534         * src/prefs_common.h
5535         * src/prefs_wrapping.c
5536                 Remove Smart Wrapping pref, which does
5537                 nothing on gtk2 branch
5538
5539 2004-07-18 [colin]      0.9.12cvs32.3
5540
5541         * src/sourcewindow.c
5542                 Proper utf8
5543
5544 2004-07-18 [colin]      0.9.12cvs32.2
5545
5546         * src/compose.c
5547                 Save attachment status when drafting
5548
5549 2004-07-18 [colin]      0.9.12cvs32.1
5550
5551         * src/gtk/filesel.c
5552                 Fix erratic folder selection in open mode
5553
5554 2004-07-18 [colin]      0.9.12cvs31.11
5555
5556         * src/pop.c
5557                 Don't let partial messages get deleted
5558                 even with "dowload all"
5559                 (0.9.12cvs31.8 fix extension)
5560 2004-07-18 [colin]      0.9.12cvs31.10
5561
5562         * src/gtk/logwindow.c
5563                 Fix log scrolling
5564
5565 2004-07-18 [colin]      0.9.12cvs31.9
5566
5567         * src/common/utils.c
5568                 Fix non-utf8 strings coming from commands
5569                 and files
5570
5571 2004-07-18 [colin]      0.9.12cvs31.8
5572
5573         * src/pop.c
5574                 Fix partial download bug with Download all
5575                 messages option
5576
5577 2004-07-18 [colin]      0.9.12cvs31.7
5578
5579         * src/textview.c
5580                 Fix bug introduced in 0.9.12cvs31.2
5581                 (blocked in select mode after double click)
5582
5583 2004-07-18 [colin]      0.9.12cvs31.6
5584
5585         * src/compose.c
5586         * src/gtk/menu.c
5587                 More glib-warning fixes
5588
5589 2004-07-18 [colin]      0.9.12cvs31.5
5590
5591         * src/compose.c
5592                 Fix trashing the primary clipboard when moving 
5593                 around with tab
5594         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
5595
5596 2004-07-18 [colin]      0.9.12cvs31.4
5597
5598         * src/codeconv.c
5599                 convert unencoded iso headers to utf8
5600         (Fix Bug 538 Unencoded local characters in subject make it 
5601          disappear)
5602
5603 2004-07-18 [colin]      0.9.12cvs31.3
5604
5605         * src/compose.c
5606                 Fix tab char handling in wrapping
5607         (Fix Bug 537 Line wrap problem - TAB character treated as 
5608          one character instead of 8)
5609
5610 2004-07-18 [colin]      0.9.12cvs31.2
5611
5612         * src/textview.c
5613                 return FALSE on GDK_MOTION_NOTIFY
5614         (Fix Bug 535 Hyperlinks/addresses are not selectable 
5615          (unable to highlight))
5616
5617 2004-07-18 [colin]      0.9.12cvs31.1
5618
5619         * src/folderview.c
5620                 Sync with 0.9.12cvs31
5621
5622 2004-07-18 [colin]      0.9.12cvs30.4
5623
5624         * src/compose.c
5625                 Also block text_inserted when inserting a file
5626
5627 2004-07-18 [colin]      0.9.12cvs30.3
5628
5629         * src/compose.c
5630                 Fix smart wrapping (block text_inserted handler
5631                 while putting quotation to avoid wrap on input,
5632                 don't join lines if next is sig separator)
5633
5634 2004-07-17 [colin]      0.9.12cvs30.2
5635
5636         * src/folderview.c
5637         * src/mainwindow.c
5638         * src/mimeview.c
5639         * src/summaryview.c
5640         * src/gtk/quicksearch.c
5641         * src/gtk/quicksearch.h
5642                 Block key events handlers *and* accels while
5643                 quicksearch is focused
5644         (Fixes Bug 534 quick-search bar not accepting certain letters)
5645
5646 2004-07-17 [colin]      0.9.12cvs30.1
5647
5648         * src/folder.h
5649         * src/folderview.c
5650         * src/summaryview.c
5651                 Sync with 0.9.12cvs30
5652
5653 2004-07-17 [colin]      0.9.12cvs28.2
5654
5655         * src/mimeview.c
5656         * src/procmime.c
5657         * src/summaryview.c
5658         * src/gtk/menu.c
5659                 Squash some compile and glib warnings
5660
5661 2004-07-17 [paul]       0.9.12cvs28.1
5662
5663         * src/mimeview.c
5664                 sync with 0.9.12cvs28 HEAD
5665
5666 2004-07-16 [paul]       0.9.12cvs26.1
5667         
5668         * src/gtk/quicksearch.c
5669         * src/account.c
5670         * src/account.h
5671         * src/compose.c
5672         * src/customheader.c
5673         * src/folder_item_prefs.c
5674         * src/main.c
5675         * src/mainwindow.c
5676         * src/messageview.c
5677         * src/mimeview.c
5678         * src/news.c
5679         * src/pgpmime.c
5680         * src/pop.c
5681         * src/pop.h
5682         * src/prefs_account.c
5683         * src/prefs_account.h
5684         * src/prefs_common.c
5685         * src/prefs_common.h
5686         * src/prefs_display_header.c
5687         * src/prefs_gtk.c
5688         * src/prefs_gtk.h
5689         * src/procheader.c
5690         * src/procmime.c
5691                 sync with 0.9.12cvs26 HEAD      
5692
5693 2004-07-15 [colin]      0.9.12cvs18.14
5694
5695         * src/folder.c
5696                 Disable GPG signature check during
5697                 folder move and scan
5698         (Closes Bug 521 Signature checking slows down Folder-Move)
5699
5700 2004-07-14 [colin]      0.9.12cvs18.13
5701
5702         * src/common/partial_download.c
5703                 update includes
5704
5705 2004-07-14 [colin]      0.9.12cvs18.12
5706
5707         * src/common/partial_download.c
5708         * src/common/partial_download.h
5709                 Move doc at top, add correct copyright
5710
5711 2004-07-14 [colin]      0.9.12cvs18.11
5712
5713         * src/folder.c
5714         * src/messageview.c
5715         * src/pop.c
5716         * src/pop.h
5717         * src/procmsg.c
5718         * src/summaryview.c
5719         * src/common/Makefile.am
5720         * src/common/partial_download.c ** NEW FILES **
5721         * src/common/partial_download.h ** NEW FILES **
5722                 Move partial-download related stuff to its
5723                 own file
5724
5725 2004-07-14 [colin]      0.9.12cvs18.10
5726
5727         * src/send_message.c
5728                 Fix smtp auth when user is null or empty
5729
5730 2004-07-13 [colin]      0.9.12cvs18.9
5731
5732         * src/gtk/quicksearch.c
5733                 Use alphabetic order
5734
5735 2004-07-13 [colin]      0.9.12cvs18.8
5736
5737         * src/pop.c
5738                 Be paranoid on the checks
5739
5740 2004-07-13 [colin]      0.9.12cvs18.7
5741
5742         * src/gtk/quicksearch.c
5743                 Fix Engrish once again
5744
5745 2004-07-13 [colin]      0.9.12cvs18.6
5746
5747         * src/procmsg.c
5748         * src/summaryview.c
5749                 Mark messages for deletion when they are about to
5750                 be removed from trash
5751
5752 2004-07-13 [colin]      0.9.12cvs18.5
5753
5754         * src/matcher.c
5755         * src/matcher.h
5756         * src/matcher_parser_parse.y
5757         * src/prefs_matcher.c
5758         * src/gtk/quicksearch.c
5759                 Add 'partial' ('p') match string to find partially
5760                 downloaded messages
5761
5762 2004-07-13 [colin]      0.9.12cvs18.4
5763
5764         * src/pop.c
5765                 Fix misplaced block
5766
5767 2004-07-13 [colin]      0.9.12cvs18.3
5768
5769         * src/pop.c
5770         * src/pop.h
5771         * src/messageview.c
5772                 Refactor API (to avoid passing 5+ params and code
5773                 duplication)
5774         * src/folder.c
5775         * src/msgcache.c
5776         * src/procheader.c
5777         * src/common/defs.h
5778                 Add planned_download to cache
5779                 Don't mess uidl file when moving partially downloaded
5780                 mails (they change folder, we should change it in the
5781                 uidl list too or we'll remove an incorrect message)
5782                 (this also helps removing hacks when changing 
5783                 planned_download in messageview.c)
5784
5785 2004-07-12 [colin]      0.9.12cvs18.2
5786
5787         * src/gtk/quicksearch.c
5788                 Fix missing status update in quicksearch
5789
5790 2004-07-12 [paul]       0.9.12cvs18.1
5791
5792         * po/POTFILES.in
5793         * src/Makefile.am
5794         * src/account.c
5795         * src/codeconv.c
5796         * src/compose.c
5797         * src/inc.c
5798         * src/main.c
5799         * src/prefs_common.c
5800         * src/procmsg.h
5801         * src/toolbar.c
5802         * src/prefs_msg_colors.[ch]     ** NEW FILES **
5803         * src/prefs_wrapping.[ch]       ** NEW FILES **
5804         * src/common/intl.h
5805         * src/common/utils.[ch]
5806         * src/gtk/quicksearch.[ch]
5807                 sync with 0.9.12cvs18 HEAD
5808
5809 2004-07-12 [colin]      0.9.11cvs17.25
5810
5811         * src/folder.c
5812         * src/folder.h
5813                 Remove unused function added by me in 0.9.11cvs17.10
5814
5815 2004-07-11 [colin]      0.9.11cvs17.24
5816
5817         * src/inc.c
5818         * src/messageview.c
5819         * src/pop.c
5820         * src/pop.h
5821                 Use folderitem and msgnum instead of filename to
5822                 know which mail to delete
5823                 Move old partial mail deletion to pop.c
5824
5825 2004-07-10 [colin]      0.9.11cvs17.23
5826
5827         * src/inc.c
5828                 Add debug
5829         * src/pop.c
5830         * src/pop.h
5831                 Don't re-use same enums for unrelated stuff: it's 
5832                 completely misleading !
5833                 Document a bit
5834
5835 2004-07-09 [colin]      0.9.11cvs17.22
5836
5837         * src/inc.c
5838                 Remove folder-type check and do
5839                 more tests to be sure everything's
5840                 ok
5841         * src/messageview.c
5842                 Punctuation update, remove useless
5843                 code, fix two warnings
5844         * src/noticeview.c
5845                 Layout cleaning, reset 2nd button
5846                 when specifying one
5847
5848 2004-07-09 [colin]      0.9.11cvs17.21
5849
5850         * src/messageview.c
5851         * src/pop.c
5852         * src/pop.h
5853                 Allow user to change his mind
5854                 and postpone decision (by
5855                 unmarking the mail)
5856
5857 2004-07-09 [colin]      0.9.11cvs17.20
5858
5859         * src/messageview.c
5860                 Fix bug with delete state
5861         * src/pop.c
5862         * src/pop.h
5863                 Fix buffer leak (fread doesn't 
5864                 terminate buffers with \0)
5865                 Refactoring (remove magic 
5866                 numbers)
5867
5868 2004-07-09 [colin]      0.9.11cvs17.19
5869
5870         * src/pop.c
5871                 Don't log "Skipping message" if 
5872                 we're going to TOP it two lines
5873                 later
5874
5875 2004-07-09 [colin]      0.9.11cvs17.18
5876
5877         * src/messageview.c
5878                 Fix Engrish
5879
5880 2004-07-09 [colin]      0.9.11cvs17.17
5881
5882         * src/pop.c
5883                 strlen checking...
5884         * src/messageview.c
5885                 refactoring a bit
5886
5887 2004-07-08 [colin]      0.9.11cvs17.16
5888
5889         * src/noticeview.c
5890         * src/noticeview.h
5891                 Add an optional second button
5892         * src/messageview.c
5893         * src/pop.c
5894         * src/pop.h
5895                 Don't delete partially received mails after a certain
5896                 time; rather, let the user decide.
5897
5898 2004-07-08 [colin]      0.9.11cvs17.15
5899
5900         * src/common/smtp.h
5901                 Sync with HEAD
5902
5903 2004-07-08 [colin]      0.9.11cvs17.14
5904
5905         * src/messageview.c
5906         * src/common/smtp.c
5907                 Use to_human_readable() for sizes
5908
5909 2004-07-08 [colin]      0.9.11cvs17.13
5910
5911         * src/inc.c
5912         * src/messageview.c
5913         * src/pop.c
5914         * src/pop.h
5915         * src/procmsg.c
5916                 Fix partial-downloading issues:
5917                         catch unsupported TOP
5918                         don't delete partially downloaded mails before 5 days
5919                         don't update existing with non-MH folders; that'll
5920                         make dups, but it's better than trashing the folder
5921                         free new msginfo parts
5922                 Fix indentation ;-)
5923
5924 2004-07-08 [colin]      0.9.11cvs17.12
5925
5926         * src/common/smtp.c
5927         * src/common/smtp.h
5928                 Sync smtp size verification with HEAD
5929
5930 2004-07-08 [colin]      0.9.11cvs17.11
5931
5932         * src/summaryview.c
5933         * src/prefs_common.c
5934         * src/prefs_common.h
5935         * src/gtk/quicksearch.c
5936         * src/gtk/quicksearch.h
5937                 Sync sticky pref with HEAD
5938
5939 2004-07-08 [colin]      0.9.11cvs17.10
5940
5941         * src/folder.c [1.213.2.6]
5942         * src/folder.h [1.87.2.6]
5943         * src/inc.c [1.149.2.7]
5944         * src/messageview.c [1.94.2.8]
5945         * src/procheader.c [1.47.2.6]
5946         * src/procmsg.c [1.150.2.4]
5947         * src/procmsg.h [1.60.2.5]
5948         * src/pop.c [1.56.2.4]
5949         * src/pop.h [1.17.2.3]
5950                 Let too big messages get downloaded, but truncated
5951                 Add a button to download them completely
5952                 
5953 2004-07-06 [colin]      0.9.11cvs17.9
5954
5955         * src/gtk/quicksearch.c [1.1.2.3]
5956                 Add a Clear button
5957         * commitHelper
5958         * PATCHSETS
5959                 Add a script to help with cvs
5960
5961 2004-07-03 [colin]      0.9.11cvs17.8
5962
5963         * src/plugins/imageviewer/viewer.c
5964                 fix imageviewer (which was staying on the first
5965                 displayed image)
5966
5967 2004-07-03 [colin]      0.9.11cvs17.7
5968
5969         Removed FIXME_GTK2 warnings
5970         * src/gtk/gtkutils.c
5971                 useless #warnings
5972         * src/gtk/menu.c
5973                 useless #warnings (no need to mess with menu rc)
5974         * src/gtk/menu.h
5975                 unused functions
5976         
5977
5978 2004-07-03 [colin]      0.9.11cvs17.6
5979
5980         Removed FIXME_GTK2 warnings
5981         * src/codeconv.c
5982                 useless #warnings (rewrite needed)
5983         * src/compose.c
5984                 useless #warnings (rewrite needed)
5985                 useless #warnings (gtk2 is like that)
5986                 useless #warnings (previously fixed)
5987         * src/main.c
5988                 useless #warnings (previously fixed)
5989         * src/message_search.c
5990                 useless #warnings (gtk2 is like that)
5991                 Made apparent that search is case-sensitive
5992         * src/mimeview.c
5993                 useless #warnings (rewrite needed)
5994                 useless #warnings (gtk2 is like that)
5995                 reimplemented real warnings
5996         * src/prefs_common.c
5997                 Removed block cursor option (not it gtk2)
5998         * src/prefs_gtk.c
5999                 useless #warnings (rewrite needed)
6000         * src/procheader.c
6001                 useless #warnings (rewrite needed)
6002         * src/sourcewindow.c
6003                 useless #warnings (incorrect placing)
6004         * src/summary_search.c
6005                 useless #warnings (gtk2 is like that)
6006                 Made apparent that search is case-sensitive
6007         * src/action.c
6008                 useless #warnings (gtk2 is like that)
6009         * src/textview.c
6010                 useless #warnings (rewrite needed)
6011         * src/toolbar.c
6012                 useless #warnings (rewrite needed)
6013
6014 2004-07-03 [colin]      0.9.11cvs17.5
6015
6016         * src/textview.c
6017                 Fix mismerge which broke URI opening
6018                 
6019 2004-07-01 [colin]      0.9.11cvs17.4
6020
6021         * src/gtk/filesel.c
6022                 Fill filename when saving
6023                 
6024 2004-06-27 [colin]      0.9.11cvs17.3
6025
6026         * src/gtk/filesel.[ch]
6027                 Use the new GTK file selector
6028                 Update prototype to match the reality: multiple file
6029                 selection is open-only          
6030         * src/compose.c
6031                 Match the new prototypes        
6032         * configure.ac
6033                 Match the new requirements (gtk 2.4.0)
6034                         
6035 2004-06-26 [colin]      0.9.11cvs17.2
6036
6037         * src/plugins/trayicon/trayicon.c
6038                 Remove useless signal handler on resize, which causes
6039                 an infinite "loop"
6040         
6041 2004-06-26 [colin]      0.9.11cvs17.1
6042         
6043         * tools/Makefile.am
6044                 remove launch_firebird and add nautilus2sylpheed.sh
6045         * src/quicksearch.c
6046           src/summaryview.c
6047                 Fix show/hide "Extended symbols" button problem
6048                 Fix apparition at startup
6049                 Fix const warnings
6050         * src/plugins/image_viewer/Makefile.am
6051                 Fix configure 
6052         * common/ssl.c
6053                 Re-enable certificate check, as it doesn't seem to
6054                 cause Xlib errors anymore
6055
6056 2004-06-25 [paul]       0.9.11cvs17
6057
6058         * sync with 0.9.11cvs17 HEAD
6059         
6060         NOTE: QuickSearch is broken
6061
6062 2004-06-07 [colin]      0.9.10claws67.10
6063         * src/plugins/trayicon/trayicon.c
6064           src/plugins/trayicon/libeggtrayicon/Makefile.am
6065           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
6066                 Fix gettextization in trayicon plugin
6067
6068 2004-06-07 [colin]      0.9.10claws67.9
6069         
6070         * src/summaryview.c
6071           src/gtk/gtksctree.[ch]
6072                 Let Shift+{Up,Down} work in summaryview
6073                 (well, Down "works" and Up works)
6074                 Let the list scroll when using these keys
6075
6076 2004-06-06 [colin]      0.9.10claws67.8
6077
6078         * src/plugins/trayicon/trayicon.c
6079                 Fix pixmap update
6080
6081 2004-06-06 [colin]      0.9.10claws67.7
6082
6083         * src/addressbook.c
6084                 Fix signal handling causing system-wide focus grab
6085
6086 2004-05-25 [paul]       0.9.10claws67.6
6087
6088         * Makefile.am
6089           src/Makefile.am
6090                 clean up
6091
6092 2004-05-25 [paul]       0.9.10claws67.5
6093
6094         * replace deprecated gtk_signal... functions
6095
6096 2004-05-23 [colin]      0.9.10claws67.4
6097
6098         * src/compose.c
6099                 Fix wrapping
6100
6101 2004-05-22 [colin]      0.9.10claws67.3
6102
6103         * src/compose.c
6104                 Re-fix [Edited] in compose.c::compose_reedit()
6105
6106 2004-05-22 [colin]      0.9.10claws67.2
6107
6108         * src/procmime.c
6109                 Fix parsing of multiparts mails
6110
6111 2004-05-22 [colin]      0.9.10claws67.1
6112
6113         * src/summaryview.c
6114                 Fix quicksearch
6115
6116 2004-05-22 [paul]       0.9.10claws67
6117
6118         * sync with 0.9.10claws67 HEAD
6119
6120 2004-05-14 [alfons]
6121
6122         * src/procmime.h
6123                 add forgotton prototype
6124
6125 2004-05-10 [paul]       0.9.10claws57
6126
6127         * sync with 0.9.10claws57 HEAD
6128
6129 2004-05-05 [paul]       0.9.9.claws1
6130
6131         * ChangeLog-gtk2        ** REMOVED **
6132           ChangeLog-gtk2.claws  ** ADDED **
6133                 rename and adopt the normal claws format
6134                 
6135         * configure.ac
6136                 require gtkmathview >= 0.5
6137
6138         * ac/*                          ** REMOVED **
6139           ac/                           ** REMOVED **
6140           intl/Makefile.in              ** REMOVED **
6141           m4/                           ** ADDED **
6142           m4/missing                    ** ADDED **
6143           m4/missing/gdk-pixbuf.m4      ** ADDED **
6144           m4/missing/gettext.m4         ** ADDED **
6145           m4/missing/gpgme.m4           ** ADDED **
6146           m4/missing/imlib.m4           ** ADDED **
6147           m4/.cvsignore                 ** ADDED **
6148           m4/Makefile.am                ** ADDED **
6149           m4/README                     ** ADDED **
6150           m4/aclocal-include.m4         ** ADDED **
6151           m4/aspell.m4                  ** ADDED **
6152           m4/check-type.m4              ** ADDED **
6153           m4/gnupg-check-typedef.m4     ** ADDED **
6154           m4/openssl.m4                 ** ADDED **
6155           m4/spamassassin.m4            ** ADDED **
6156           po/ChangeLog                  ** REMOVED **
6157           po/Makefile.in.in             ** REMOVED **
6158           po/Rules-quot                 ** REMOVED **
6159           po/boldquot.sed               ** REMOVED **
6160           po/en@boldquot.header         ** REMOVED **
6161           po/en@quot.header             ** REMOVED **
6162           po/insert-header.sin          ** REMOVED **
6163           po/quot.sed                   ** REMOVED **
6164           po/remove-potcdate.sed        ** REMOVED **
6165           po/remove-potcdate.sin        ** REMOVED **
6166           po/stamp-po                   ** REMOVED **
6167           Makefile.am
6168           autogen.sh
6169           configure.ac
6170                 enable building with automake 1.8.x
6171                 add 'autopoint --force' to autogen.sh and remove all
6172                 auto-generated files, remove ac/ directory and use
6173                 m4/ directory instead
6174                 
6175         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
6176                 fix gettextization
6177
6178 2004-02-28 Colin Leroy <colin@colino.net>
6179         * src/prefs_matcher.c
6180           src/prefs_filtering.c
6181           src/prefs_filtering_action.c
6182                 Fix non-editable GtkEntries
6183
6184 2004-02-22 Thorsten Maerz <torte@netztorte.de>
6185         * src/prefs_themes.c
6186                 utf8 conversion for theme info
6187
6188 2004-02-21 Thorsten Maerz <torte@netztorte.de>
6189         * sync 0.9.9claws
6190
6191 2004-02-14 Thorsten Maerz <torte@netztorte.de>
6192         * src/grouplistdialog.c
6193                 allow multiple selections without ctrl key
6194
6195 2004-02-09 Thorsten Maerz <torte@netztorte.de>
6196         * src/main.c
6197                 enable customizable accelerators
6198
6199 2004-02-08 Thorsten Maerz <torte@netztorte.de>
6200         * src/prefs_common.c
6201                 re-enable different font settings for gtk1/2
6202         * src/prefs_folder_item.c
6203                 fix folder prefs displayed wrong
6204         * src/textview.c
6205                 set 'sunken' shadow type
6206
6207 2004-02-07 Colin Leroy <colin@colino.net>
6208         * src/compose.c
6209                 Fix message being always [Edited]
6210                 Encode headers correctly (utf8 buf)
6211
6212 2004-01-27 Thorsten Maerz <torte@netztorte.de>
6213         * src/socket.c
6214                 remove double g_source_attach()
6215                 (Thanks to Colin Leroy)
6216
6217 2004-01-27 Thorsten Maerz <torte@netztorte.de>
6218         * src/gtk/gtksctree.c
6219                 Fix SSL certificate list not shown
6220         * src/mimeview.c
6221                 Fix clicks in mime tree
6222
6223 2004-01-27 Thorsten Maerz <torte@netztorte.de>
6224         * src/common/socket.c
6225                 Fix SSL receive
6226         * src/compose.c
6227                 Fix clipboard menu hotkeys
6228
6229 2004-01-25 Thorsten Maerz <torte@netztorte.de>
6230         * src/gtk/gtkaspell.[ch]
6231           src/compose.c
6232                 reimplement spellchecker
6233
6234 2004-01-25 Thorsten Maerz <torte@netztorte.de>
6235         * src/gtk/filesel.c
6236                 crash when inserting file in compose window
6237                 (TODO: keep old selection on clicks)
6238         * src/main.c
6239                 use gtkrc-2.0 instead of gtkrc
6240
6241 2004-01-25 Thorsten Maerz <torte@netztorte.de>
6242         * src/messageview.c
6243                 remove orphaned mimeview unref()
6244
6245 2004-01-20 Thorsten Maerz <torte@netztorte.de>
6246         * src/grouplistdialog.c
6247                 expand nodes containing subscribed groups
6248
6249 2004-01-19 Thorsten Maerz <torte@netztorte.de>
6250         * src/textview.c
6251                 textview: hide cursor, restore old click behaviour
6252
6253 2004-01-18 Thorsten Maerz <torte@netztorte.de>
6254         * src/textview.c
6255                 variable names messed up
6256
6257 2004-01-17 Colin Leroy <colin@colino.net>
6258         * src/addr_compl.c
6259                 Fix completion address too thin
6260         * src/compose.c
6261                 Fix tab-to-subject behaviour
6262         * src/summaryview.c
6263                 Implement key up & down in summaryview
6264
6265 2004-01-12 Thorsten Maerz <torte@netztorte.de>
6266
6267         * sync 098claws
6268
6269 2004-01-08 Thorsten Maerz <torte@netztorte.de>
6270         * configure.ac
6271           Makefile.am
6272           doc/.cvsignore
6273           doc/Makefile.am
6274                 faq, man, manual moved to doc/
6275         * ac/aspell.m4
6276           ac/check-type.m4
6277           ac/gnupg-check-typedef.m4
6278           ac/openssl.m4
6279           ac/spamassassin.m4
6280           ac/missing/gdk-pixbuf.m4
6281           ac/missing/gpgme.m4
6282           ac/missing/imlib.m4
6283                 fix automake warnings
6284
6285 2003-12-06 Colin Leroy <colin@colino.net>
6286         * src/summaryview.c
6287                 Fix quicksearch
6288
6289 2003-12-05 Colin Leroy <colin@colino.net>
6290         * src/summaryview.c
6291                 Fix going to next unread folder
6292
6293 2003-12-05 Colin Leroy <colin@colino.net>
6294         * src/crash.c
6295                 Fix gtk2 compilation
6296         * src/session.c
6297                 Remove iotag source handler at disconnection
6298         * src/socket.[ch] 
6299                 Remove source handler when closing socket 
6300                 (fixes another seg)
6301
6302 2003-12-04 Colin Leroy <colin@colino.net>
6303         * src/compose.c
6304           src/prefs_account.c
6305           src/prefs_common.c
6306                 Fix some dropdown menus
6307
6308 2003-12-04 Colin Leroy <colin@colino.net>
6309         * src/compose.c
6310                 Fix event handlers on header fields
6311         * src/common/socket.c
6312           src/common/session.c
6313                 Fix segfault with callback (SSL)
6314                 Fix end of session 
6315
6316 2003-10-06 Thorsten Maerz <torte@netztorte.de>
6317
6318         * Fix compile bug in src/compose.c
6319         * removed src/gtk/gtkstext.[ch]
6320
6321 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
6322
6323         * Convert character set and escape "text" attributes in toolbar setting
6324         files.
6325         * Fixed bug in button-press-event handling.
6326
6327 2003-09-16 Thorsten Maerz <torte@netztorte.de>
6328
6329         * Fixed bug in key-press-event handling.
6330
6331 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
6332
6333         * Enabled to compile tray-icon plugin (Ad-hoc).
6334         * Avoid hang up bug of icon list in mime view (Ad-hoc).
6335
6336 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
6337
6338         * Enabled to compile on sylpheed-claws.
6339         (tray-icon plugin still cannot compile yet.)
6340
6341 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
6342
6343         * Updated to 0.9.5.
6344
6345 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
6346
6347         * Updated to 0.9.4.
6348         * Ported monitoring SSL mechanism to GSource of GLib2
6349         (I don't confirm it)
6350         * Added _gtk2 suffix to key name of font preference to avoid
6351         ovverwriting preference of Gtk+-1.2 version.
6352
6353 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
6354
6355         * Updated to 0.9.2.
6356
6357 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
6358
6359         * Updated to 0.9.1.
6360         * Translate po files into UTF-8 when execute autogen.sh.
6361
6362 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
6363
6364         * Updated to 0.9.0.
6365
6366 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
6367
6368         * Plugged GError related memory leaks.
6369
6370 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
6371
6372         * Changed default size of fonts.
6373         * Enabled to set titile font size of warning dialog.
6374
6375 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
6376
6377         * Embed a sylpheed icon into executable binary on Windows.
6378
6379 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
6380
6381         * I forgot to traslate character set of element string in src/xml.c.
6382
6383 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
6384
6385         * Fixed detecting bind_textdomain_codeset in configure.in.
6386         * The bug in which "Example" of "Date fromat" preference isn't displayed
6387         correctly has been fixed.
6388
6389 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
6390
6391         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
6392           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
6393           glib-gettextize
6394           Removed intl directory.
6395           Translated po files into UTF-8.
6396           (Thanks! Ryuji Abe)
6397
6398 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
6399
6400         * The bug which doesn't unscape string in xml.c has been fixed.
6401
6402 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
6403
6404         * The bug which is failed to translate encoding of file name thorough
6405         file dialog has been fixed.
6406
6407 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
6408
6409         * Modified to translate file names which is used in inporting/expoting
6410         mbox feature and "Save as" feature into locale encoding.
6411         * Translate file names into locale encoding when "Attache file" and
6412         "Insert file".
6413         * Force set G_BROKEN_FILENAMES environment variable.
6414         * Other minor fixes.
6415
6416 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
6417
6418         * Modified to treat MH folder's name as locale encoding.
6419
6420 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
6421
6422         * The bug which clash on switching candidates of auto completion of
6423         addresses, cannot use auto completion in Japanesse is fixed
6424         (Thanks! Tokunaga-san)¡¥
6425
6426 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
6427
6428         * The bug which cannot switch key accelerator preference has been fixed
6429         (Thanks! smbd-san)¡¥
6430
6431 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
6432
6433         * version 0.8.11-gtk2-20030314
6434
6435 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
6436
6437         * The bug in which character set conversion of filtering messages has
6438         been fixed.(Thanks! COCOA-san).
6439
6440 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
6441
6442         * Revived "Leave space on head" preference in "Message" category.
6443         * A bug which clash when put the cursor to end of buffer and execute
6444         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
6445
6446 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
6447
6448         * version 0.8.11-gtk2-20030312
6449
6450 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
6451
6452         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
6453         * Modified to use Pango's API directly for font preference.
6454         * Integrated GtkTextView of textview to one widget.
6455         * Set fonts of header title in textview by "header_title" tag.
6456         * Removed some deprecated codes.
6457
6458 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
6459
6460         * Updated to 0.8.11.
6461         * Merged cygwin patch(Thanks! Sakai-san).
6462
6463 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
6464
6465         * version 0.8.10-gtk2-20030309