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