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