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