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