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