29d9ea63c7d8f5137b130a8a8cfdd0c5f9277edb
[claws.git] / ChangeLog-gtk2.claws
1 2005-07-17 [colin]      1.9.12cvs72
2
3         * src/plugins/pgpcore/Makefile.am
4         * src/plugins/pgpmime/Makefile.am
5                 Add gpgme libs
6
7 2005-07-17 [paul]       1.9.12cvs71
8
9         * configure.ac
10                 add --disable-gnomeprint option
11                 modified version of patch by Marius Mauch
12
13 2005-07-17 [paul]       1.9.12cvs70
14
15         * src/common/defs.h
16                 update urls
17         * src/account.c
18         * src/action.c
19         * src/addressbook.c
20         * src/compose.c
21         * src/foldersel.c
22         * src/folderview.c
23         * src/html.c
24         * src/imap_gtk.c
25         * src/main.c
26         * src/mainwindow.c
27         * src/messageview.c
28         * src/mh_gtk.c
29         * src/mimeview.c
30         * src/news_gtk.c
31         * src/prefs_account.c
32         * src/prefs_send.c
33         * src/prefs_summaries.c
34         * src/procmsg.c
35         * src/summaryview.c
36         * src/common/utils.c
37         * src/common/xml.c
38         * src/plugins/pgpcore/passphrase.c
39         * src/plugins/pgpcore/select-keys.c
40                 replace inappropriately used backticks
41                 with single quotes
42
43 2005-07-16 [colin]      1.9.12cvs69
44
45         * src/image_viewer.c
46                 Add extra paranoid checks
47
48 2005-07-16 [colin]      1.9.12cvs68
49
50         * src/plugins/pgpcore/prefs_gpg.c
51                 Don't auto-check sigs by default, as it
52                 can be really slow.
53
54 2005-07-16 [colin]      1.9.12cvs67
55
56         * src/plugins/pgpcore/sgpgme.c
57                 Make messages a bit better.
58
59 2005-07-16 [colin]      1.9.12cvs66
60
61         * src/imap.c
62                 Remove pseudo-log
63         * src/etpan/imap-thread.c
64                 Add real log
65
66 2005-07-16 [colin]      1.9.12cvs65
67
68         * src/main.c
69         * src/prefs_other.c
70                 And now, fix build with libetpan :-/
71
72 2005-07-15 [colin]      1.9.12cvs64
73
74         * src/prefs_other.c
75                 Continue fixing build without libetpan.
76
77 2005-07-15 [colin]      1.9.12cvs63
78
79         * src/main.c
80                 Fix build with --disable-libetpan
81
82 2005-07-15 [colin]      1.9.12cvs62
83
84         * configure.ac
85                 Bump libetpan's version
86
87 2005-07-15 [colin]      1.9.12cvs61
88
89         * src/etpan/imap-thread.c
90                 Actually stop logging :)
91
92 2005-07-15 [colin]      1.9.12cvs60
93
94         * src/addressbook.c
95                 Fix dnd of multiple addresses.
96
97 2005-07-15 [hoa]        1.9.12cvs59
98
99         * src/etpan/imap-thread.c
100             disable login of IMAP password in libetpan log file.
101
102 2005-07-15 [paul]       1.9.12cvs58
103
104         * src/account.c
105                 don't automatically sort
106                 do allow drag n drop
107
108 2005-07-15 [paul]       1.9.12cvs57
109
110         * src/account.c
111         * src/ssl_manager.c
112                 alphabetical listing
113
114 2005-07-15 [paul]       1.9.12cvs56
115
116         * src/gtk/pluginwindow.c
117                 sort plugin list alphabetically
118
119 2005-07-15 [paul]       1.9.12cvs55
120
121         * src/prefs_spelling.c
122         * src/prefs_wrapping.c
123                 unify English usage
124
125 2005-07-15 [colin]      1.9.12cvs54
126
127         * src/wizard.c
128                 Typo fix
129
130 2005-07-15 [paul]       1.9.12cvs53
131
132         * src/prefs_message.c
133                 make 'show cursor' a hidden option
134
135 2005-07-14 [colin]      1.9.12cvs52
136
137         * src/plugins/spamassassin/Makefile.am
138         * src/plugins/clamav/Makefile.am
139                 Fix double EXTRA_DISTs
140
141 2005-07-14 [colin]      1.9.12cvs51
142
143         * src/plugins/clamav/Makefile.am
144         * src/plugins/clamav/clamav_plugin_gtk.deps
145         * src/plugins/spamassassin/Makefile.am
146         * src/plugins/spamassassin/spamassassin_gtk.deps
147                 Make $plugin_gtk depend on $plugin
148
149 2005-07-14 [hoa]        1.9.12cvs50
150
151         * src/etpan/imap-thread.c
152                 enable debug log of libetpan when running with --debug
153
154 2005-07-14 [colin]      1.9.12cvs49
155
156         * configure.ac
157         * src/common/Makefile.am
158         * src/common/plugin.c
159         * src/common/plugin.h
160                 Add a little plugin dependancy system.
161                 Plugins can ship a $plugin_name.deps file
162                 (near them in PLUGINDIR) so that their
163                 dependancies are loaded if possible.
164         * src/plugins/Makefile.am
165         * src/plugins/pgpcore/Makefile.am
166         * src/plugins/pgpcore/passphrase.c
167         * src/plugins/pgpcore/passphrase.h
168         * src/plugins/pgpcore/plugin.c
169         * src/plugins/pgpcore/prefs_gpg.c
170         * src/plugins/pgpcore/prefs_gpg.h
171         * src/plugins/pgpcore/select-keys.c
172         * src/plugins/pgpcore/select-keys.h
173         * src/plugins/pgpcore/sgpgme.c
174         * src/plugins/pgpcore/sgpgme.h
175                 Introduce pgpcore, used by pgpmime and
176                 pgpinline
177         * src/plugins/pgpmime/Makefile.am
178         * src/plugins/pgpmime/passphrase.c
179         * src/plugins/pgpmime/passphrase.h
180         * src/plugins/pgpmime/pgpmime.c
181         * src/plugins/pgpmime/pgpmime.deps
182         * src/plugins/pgpmime/plugin.c
183         * src/plugins/pgpmime/prefs_gpg.c
184         * src/plugins/pgpmime/prefs_gpg.h
185         * src/plugins/pgpmime/select-keys.c
186         * src/plugins/pgpmime/select-keys.h
187         * src/plugins/pgpmime/sgpgme.c
188         * src/plugins/pgpmime/sgpgme.h
189                 Remove the core from pgpmime and add the
190                 dependancy to pgpcore.
191
192 2005-07-14 [paul]       1.9.12cvs48
193
194         * src/stock_pixmap.c
195                 forgot this in last commit
196
197 2005-07-14 [paul]       1.9.12cvs47
198
199         * src/account.c
200         * src/addressbook.c
201                 add accelerators for the buttons (sync with main)
202         * src/compose.c
203         * src/compose.h
204                 add accelerators for the buttons.
205                 fix editing with external editor.
206                 replace gdk_input_*() with GIOChannel;
207                 (sync with main)
208         * src/foldersel.c
209                 display folder names with new/unread
210                 representation (sync with main)
211         * src/main.c
212                 specify default window icon (sync with main)
213         * src/prefs_common.c
214                 use_addr_book default to FALSE
215         * src/summaryview.c
216         * src/textview.c
217                 add accelerators for the buttons (sync with main)
218         * src/gtk/menu.c
219                 fix typos
220         * src/pixmaps/sylpheed_icon.xpm
221                 updated
222
223 2005-07-13 [paul]       1.9.12cvs46
224
225         * src/plugins/pgpmime/pgpmime.c
226         * src/plugins/pgpmime/sgpgme.c
227                 (temporarily) use deprecated gpgme_data_rewind()
228                 while largefile support is not present
229                 (as suggested by Colin)
230
231 2005-07-13 [paul]       1.9.12cvs45
232
233         * configure.ac
234                 remove large file support (for now):
235                 it breaks too many things
236
237 2005-07-13 [paul]       1.9.12cvs44
238
239         * configure.ac
240                 add large file support
241         * src/html.c
242                 fix bug #763 where href attribute was not
243                 the very first attribute of a link
244                 patch by Thomas Gilgin
245
246 2005-07-13 [colin]      1.9.12cvs43
247
248         * src/gtk/pluginwindow.c
249                 Little portability fix
250
251 2005-07-13 [colin]      1.9.12cvs42
252
253         * src/plugins/pgpmime/sgpgme.c
254                 Fix crasher.
255
256 2005-07-13 [colin]      1.9.12cvs41
257
258         * src/plugins/pgpmime/pgpmime.c
259         * src/plugins/pgpmime/sgpgme.c
260                 Use gpgme_data_release_and_get_mem instead
261                 of gpgme_data_read.
262
263 2005-07-13 [colin]      1.9.12cvs40
264
265         * configure.ac
266         * src/plugins/pgpmime/passphrase.c
267         * src/plugins/pgpmime/passphrase.h
268         * src/plugins/pgpmime/pgpmime.c
269         * src/plugins/pgpmime/plugin.c
270         * src/plugins/pgpmime/select-keys.c
271         * src/plugins/pgpmime/select-keys.h
272         * src/plugins/pgpmime/sgpgme.c
273         * src/plugins/pgpmime/sgpgme.h
274                 Port pgpmime to gpgme-1.0.
275
276 2005-07-12 [paul]       1.9.12cvs39
277
278         * AUTHORS
279         * src/toolbar.c
280         * src/toolbar.h
281                 add a 'Go to Prev' button to the toolbar.
282                 correct tooltip text of go to buttons.
283                 based on patch by Yang Guilong <bamanzi@gmail.com>
284
285 2005-07-12 [colin]      1.9.12cvs38
286
287         * src/statusbar.c
288                 Fix progress bar showing stuff at startup.
289
290 2005-07-12 [paul]       1.9.12cvs37
291
292         * src/editjpilot.c
293                 fix building with jpilot support
294
295 2005-07-11 [colin]      1.9.12cvs36
296
297         * src/inc.c
298                 Add visual indication that filtering is running
299         * src/textview.c
300                 Make {}[] uri delimiters
301         * src/summaryview.c
302                 Remove useless (and slow) calls
303
304 2005-07-11 [paul]       1.9.12cvs35
305
306         * src/plugins/clamav/clamav_plugin_gtk.c
307         * src/plugins/dillo_viewer/dillo_prefs.c
308         * src/plugins/pgpmime/prefs_gpg.c
309         * src/plugins/spamassassin/spamassassin_gtk.c
310                 gather plugins prefs together under their
311                 own 'Plugins' heading
312
313 2005-07-11 [paul]       1.9.12cvs34
314
315         sync with main
316
317         * src/account.c
318                 account_delete(): modified alert dialog
319         * src/editjpilot.c
320         * src/editvcard.c
321                 fixed a crash when cancelling file selection
322                 dialog by Escape key. Made non-ascii filename
323                 selectable.
324         * src/prefs_template.c
325                 prefs_template_window_create(): make scrolled
326                 window policy AUTOMATIC
327
328 2005-07-10 [hoa]        1.9.12cvs33
329
330         * src/etpan/imap-thread.c
331                 workaround for old Courier IMAP servers.
332
333 2005-07-10 [colin]      1.9.12cvs32
334
335         * src/folder.c
336         * src/statusbar.c
337         * src/statusbar.h
338                 Add visual progress indicator on filtering/processing
339                 Factorize the progress bar code
340         * src/imap.c
341         * src/imap.h
342         * src/etpan/imap-thread.c
343                 Add a reference counter to avoid destroying the Folder
344                 while it's in use by another callback.
345
346 2005-07-09 [hoa]        1.9.12cvs31
347
348         * src/imap.c
349         * src/etpan/imap-thread.c
350                 fixed deadlock when removing IMAP account.
351
352 2005-07-08 [colin]      1.9.12cvs30
353
354         * src/textview.c
355         * src/unmime.c
356                 Fix again problems decoding broken headers
357         * src/gtk/inputdialog.c
358                 Fix local variable shadowing a global one
359
360 2005-07-08 [colin]      1.9.12cvs29
361
362         * src/msgcache.c
363                 Make the cache/mark files platform-agnostic by writing
364                 them in little-endian format. Reading them is also done
365                 in little-endian format, of course; however, in order
366                 to avoid trashing mark data on big-endian machines, the
367                 files are, at first, read from the native format if the
368                 little-endian one doesn't exist. This is easy to deter-
369                 mine by trying to open a file with a swapped data_ver
370                 and seeing if it's the wanted version.
371                 Little-endian using users should see absolutely no
372                 difference, Big-endian users may get a very little
373                 performance drop due to byte-swapping.
374                 Tested on i386 and ppc32. 
375                 Fixes bug #159 (The index file, in the mailboxes, is 
376                 hardware depending).
377
378                 To have the cache/mark files updated to the new little-
379                 endian format, "Check for new messages" or even
380                 "Rebuild folder tree" aren't enough. Files will be
381                 updated as soon as a folder has been opened/closed.
382                 To update everything, just select all folders by
383                 selecting them one by one.
384
385 2005-07-07 [colin]      1.9.12cvs28
386
387         * src/imap.c
388                 Remember the folder separator per IMAPFolder
389                 instead of globally.
390                 Revive the Session on noop; fixes bug #761
391                 (mark a bunch of unread messages as read takes 
392                 forever)
393
394 2005-07-07 [darko]      1.9.12cvs27
395
396         * src/common/template.c
397                 Sort templates alphabetically
398
399 2005-07-06 [colin]      1.9.12cvs26
400
401         * src/imap.c
402                 Try to use the correct separator in
403                 most cases. Possibly fixes bug #759
404                 (only creates the INBOX folder when 
405                 setting up new IMAP account) and 
406                 bug #760 (Can't retrieve messages)
407
408 2005-07-06 [colin]      1.9.12cvs25
409
410         * src/imap.c
411                 Use real_path in status command. This will
412                 help later, when namespaces will be used.
413
414 2005-07-06 [colin]      1.9.12cvs24
415
416         * configure.ac
417         * src/account.c
418         * src/folder.c
419         * src/imap.c
420         * src/etpan/etpan-log.c
421         * src/etpan/etpan-thread-manager.c
422         * src/etpan/imap-thread.c
423                 Add a --disable-libetpan parameter. With this,
424                 users that don't want IMAP4 support can avoid
425                 the new dependancy (and have no IMAP support).
426                 Users that have IMAP4 accounts and use this
427                 parameter won't lose their configuration, their
428                 IMAP accounts will just be invisible and not
429                 used.
430         * src/textview.c
431                 Make the "Copy ..." contextual menu items 
432                 copy to both the X clipboard and the gtk 
433                 clipboard - as most other apps do.
434         * src/gtk/about.c
435                 Add a notice about OpenSSL usage, in order to
436                 comply with OpenSSL's license (point 6):
437                 http://www.openssl.org/source/license.html
438
439 2005-07-06 [colin]      1.9.12cvs23
440
441         * src/alertpanel.c
442                 Fix a minimum size for alertpanels
443         * src/compose.c
444                 Show 'No space left on device' type errors
445                 when queuing/sending
446         * src/imap_gtk.c
447         * src/mh_gtk.c
448                 Rework folder's deletion message (remove 
449                 extra \n)
450
451 2005-07-05 [colin]      1.9.12cvs22
452
453         * src/imap.c
454                 Add an alertpanel on auth error
455                 Add pseudo-log
456                 Remove pthread-related stuff
457
458 2005-07-05 [colin]      1.9.12cvs21
459
460         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
461                 Fix crash on plugin reloading (with a hack)
462
463 2005-07-05 [colin]      1.9.12cvs20
464
465         * src/prefs_account.c
466         * src/prefs_account.h
467                 Fix typo
468         * src/gtk/filesel.c
469         * src/gtk/filesel.h
470                 Add a way to filter the view
471         * src/gtk/pluginwindow.c
472                 Filter loadable stuff
473         * src/plugins/pgpmime/prefs_gpg.c
474                 Fix missing unregistration
475         * .cvsignore
476         * src/etpan/.cvsignore
477         * src/plugins/spamassassin/.cvsignore
478                 Add more stuff to cvs ignored files
479
480 2005-07-04 [colin]      1.9.12cvs19
481
482         * src/imap.c
483                 Fix scan_required returning FALSE when it
484                 shouldn't. Maybe fix #760 (Can't retrieve
485                 messages)
486
487 2005-07-04 [colin]      1.9.12cvs18
488
489         * src/summaryview.c
490                 Fix always_show_msg pref
491
492 2005-07-04 [paul]       1.9.12cvs17
493
494         sync with main (forgotten in last commit)
495         
496         * src/common/utils.c
497         * src/common/utils.h
498                 check_line_length(): new.
499                 is_dir_exist()
500                 is_file_entry_exist()
501                 dirent_is_regular_file()
502                 dirent_is_directory(): use g_file_test() instead of stat().
503
504 2005-07-04 [paul]       1.9.12cvs16
505
506         sync with main:
507
508         * src/compose.c
509                 compose_write_to_file(): check for line
510                 length limit and display warning if exceeds
511         * src/jpilot.c
512                 use get_home_dir() instead of g_get_home_dir()
513         * src/procheader.c
514                 removed warning about invalid date
515         * src/vcard.c
516                 use get_home_dir() instead of g_get_home_dir()
517
518 2005-07-04 [paul]       1.9.12cvs15
519
520         * src/stock_pixmap.c
521                 fix new pixmap naming errors
522                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
523
524 2005-07-04 [colin]      1.9.12cvs14
525
526         * src/imap.c
527                 Fix debugging string with a warning
528
529 2005-07-04 [colin]      1.9.12cvs13
530
531         * configure.ac
532                 Add a check for libetpan's version (>= 0.37)
533
534 2005-07-04 [hoa]        1.9.12cvs12
535
536         * commitHelper
537         * src/imap.c
538         * src/etpan/imap-thread.c
539         * src/etpan/imap-thread.h
540                 fixed IMAP implementation of check of mails.
541
542 2005-07-03 [hoa]        1.9.12cvs11
543
544         * src/etpan/Makefile.am
545         * src/etpan/etpan-errors.h
546         * src/etpan/etpan-log.[ch]
547         * src/etpan/etpan-thread-manager-types.h
548         * src/etpan/etpan-thread-manager.[ch]
549         * src/etpan/imap-thread.[ch]
550         * src/Makefile.am
551         * src/imap.c
552         * src/main.c
553         * src/prefs_other.c
554         * configure.ac
555             merged imap branch.
556             dependency on libetpan 0.37 is now added.
557
558 2005-07-01 [colin]      1.9.12cvs10
559
560         * src/Makefile.am
561         * src/folder.c
562         * src/folder.h
563         * src/folderview.c
564         * src/stock_pixmap.c
565         * src/stock_pixmap.h
566         * src/plugins/trayicon/trayicon.c
567                 Add marked symbol on folders containing
568                 marked messages
569         * src/procmsg.c
570         * src/procmsg.h
571         * src/toolbar.c
572         * src/prefs_common.c
573         * src/prefs_common.h
574         * src/prefs_send.c
575                 Add an optional confirmation dialog on queue
576                 sending. Patch by wwp.
577         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
578         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
579         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
580         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
581         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
582         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
583         * src/pixmaps/inbox_mark.xpm            ** ADDED **
584         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
585         * src/pixmaps/outbox_mark.xpm           ** ADDED **
586         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
587         * src/pixmaps/trash_mark.xpm            ** ADDED **
588                 New pixmaps
589
590 2005-07-01 [colin]      1.9.12cvs9
591
592         * src/summaryview.c
593                 Fix a little threading bug
594         * src/addrgather.c
595         * src/mainwindow.c
596                 A little bit of HIG normality never hurts
597
598 2005-07-01 [colin]      1.9.12cvs8
599
600         * src/compose.c
601         * src/msgcache.c
602         * src/pop.c
603         * src/procmime.c
604         * src/recv.c
605         * src/common/log.c
606         * src/common/template.c
607         * src/common/utils.c
608         * src/common/utils.h
609                 Reverted the fwrite_atomic stuff. In fact
610                 it is already atomic.
611
612 2005-06-30 [colin]      1.9.12cvs7
613
614         * src/common/utils.c
615         * src/common/utils.h
616                 Add an fwrite_atomic() function to make
617                 sure we write everything: fwrite can make
618                 short writes.
619         * src/compose.c
620         * src/msgcache.c
621         * src/pop.c
622         * src/procmime.c
623         * src/recv.c
624         * src/common/log.c
625         * src/common/template.c
626                 Use that (and fix swapping of size and nmemb).
627                 Thanks to Rich Coe for the heads up.
628
629 2005-06-30 [colin]      1.9.12cvs6
630
631         * src/addressbook.c
632                 Optimize addressbook opening 
633
634 2005-06-30 [colin]      1.9.12cvs5
635
636         * src/summaryview.c
637                 Remove calls to summary_step after move/copy
638
639 2005-06-28 [paul]       1.9.12cvs4
640
641         * src/alertpanel.c
642                 wrap and make the error msg selectable
643
644 2005-06-28 [paul]       1.9.12cvs3
645
646         * src/ssl_manager.c
647                 replace the OK button with a Close button
648         * src/gtk/foldersort.c
649                 use GTK_STOCK_ icons/buttons
650
651 2005-06-28 [colin]      1.9.12cvs2
652
653         * src/gedit-print.c             ** ADDED **
654         * src/gedit-print.h             ** ADDED **
655         * src/gtk/gtksourceprintjob.c   ** ADDED **
656         * src/gtk/gtksourceprintjob.h   ** ADDED **
657                 I can't believe no one had enough time to tell
658                 me I forgot the `cvs add`
659
660 2005-06-27 [colin]      1.9.12cvs1
661
662         * src/Makefile.am
663         * src/gtk/Makefile.am
664         * src/messageview.c
665         * src/procmsg.c
666         * src/summaryview.c
667         * configure.ac
668                 Add optional libgnomeprint-based printing
669         * src/mainwindow.c
670         * src/gtk/quicksearch.c
671                 Add an Edit/Quick search menu item to show
672                 and focus the quicksearch
673
674 2005-06-27 [paul]       1.9.12
675
676         1.9.12 release
677
678         * po/ca.po
679         * po/de.po
680         * po/es.po
681         * po/fr.po
682         * po/it.po
683         * po/ko.po
684         * po/pt_BR.po
685         * po/sk.po
686         * po/zh_CN.po
687                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
688                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
689                 SungHyun Nam, Frederico Goncalves Guimaraes,
690                 Andrej Kacian, and Yang Guilong
691 2005-06-26 [colin]      1.9.11cvs106
692
693         * src/imap_gtk.c
694                 Forgot one file for previous fix
695
696 2005-06-26 [colin]      1.9.11cvs105
697
698         * src/folder.c
699         * src/imap.c
700                 Fix problems with folder operations in no_select
701                 imap folders. it applies only to mails, and 
702                 creation/deletion/move/renaming of folders 
703                 should be possible
704
705 2005-06-26 [paul]       1.9.11cvs104
706
707         * src/prefs_filtering.c
708                 replace one more GTK_STOCK_REMOVE
709                 with GTK_STOCK_DELETE
710
711 2005-06-25 [colin]      1.9.11cvs103
712
713         * src/imap.c
714                 Optimize get_seq_set_from_seq_list
715                 (Patch by Ricardo) 
716
717 2005-06-25 [colin]      1.9.11cvs102
718
719         * src/mh.c
720                 If the directory exists, but not in the
721                 correct encoding, rename it. This should
722                 handle old-versions-induced bugs.
723
724 2005-06-25 [colin]      1.9.11cvs101
725
726         * src/mh.c
727                 Fix path access with extended dir names
728                 Fixes bug #589 (SC segfaults with wrong locale
729                 settings)
730
731 2005-06-25 [colin]      1.9.11cvs100
732
733         * src/prefs_account.c
734         * src/prefs_account.h
735         * src/compose.c
736                 Add an option to encrypt replies to
737                 encrypted messages
738
739 2005-06-25 [colin]      1.9.11cvs99
740
741         * src/compose.c
742         * src/quote_fmt_parse.y
743                 ... And make it work with pgpinline.
744
745 2005-06-25 [colin]      1.9.11cvs98
746
747         * src/compose.c
748         * src/procmime.c
749         * src/procmime.h
750         * src/quote_fmt_parse.y
751                 o Make reedition of encrypted messages possible
752                   (as long as it is encrypted to self too, no
753                    magic there)
754                 o Make replying with quote (and without selecting
755                   text) possible for encrypted messages.
756                 Closes bug #550 (Not possible to "reply with quote"
757                 to gnupg encrypted messages)
758
759 2005-06-24 [paul]       1.9.11cvs97
760
761         * src/imap.c
762                 add missing include
763
764 2005-06-24 [paul]       1.9.11cvs96
765
766         * src/editldap.c
767                 made bind password entry invisible
768                 (sync with main)
769         * src/send_message.c
770                 send_message_local(): check exit status
771                 to detect errors (sync with main)
772         * src/textview.c
773                 use main's less ambiguous popup menu
774                 wording
775
776 2005-06-24 [paul]       1.9.11cvs95
777
778         * src/prefs_actions.c
779         * src/prefs_customheader.c
780         * src/prefs_display_header.c
781         * src/prefs_filtering_action.c
782         * src/prefs_matcher.c
783         * src/prefs_template.c
784         * src/prefs_toolbar.c
785                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
786         * src/gtk/description_window.c
787                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
788
789 2005-06-23 [colin]      1.9.11cvs94
790
791         * src/summaryview.c
792                 Fix rough edges (be sure to call status_show whenever
793                 necessary).
794
795 2005-06-23 [colin]      1.9.11cvs93
796
797         * src/summaryview.c
798                 Optimize Select All
799                 Before, in a 5K mails folder: 11s
800                 After, in the same folder: 58000µs
801                 The joys of locking... gtk_clist_select_all() fires a 
802                 tree-select-row event for each selected row, which in 
803                 summaryview, callbacks summary_selected which in turn,
804                 calls summary_status_show, which walks the selected
805                 rows. Hence, calling gtk_clist_select_all was 
806                 exponential. Locking the summaryview makes 
807                 summary_selected return early.
808
809 2005-06-23 [colin]      1.9.11cvs92
810
811         * src/imap.c
812                 Move mutex at the important place to avoid
813                 deadlocks
814         * src/summaryview.c
815                 Fix Del key deleting directly instead of
816                 moving to trash
817
818 2005-06-22 [colin]      1.9.11cvs91
819
820         * src/plugins/spamassassin/libspamc.c
821                 As we do spagetti code with assignations in multiple
822                 places (see _message_read_raw where out = msg = raw),
823                 let's be sure we don't free the same pointer twice.
824                 Should fix bug #683 (Crash in libpam at 
825                 message_cleanup).
826
827 2005-06-22 [colin]      1.9.11cvs90
828
829         * src/compose.c
830         * src/messageview.c
831         * src/toolbar.c
832                 Make toolbar's delete use the move to trash stuff;
833                 Add gtk_widget_realize to be sure pixmaps can get
834                 created (that may fix an old worksforme bug which
835                 I can't find back...)
836
837 2005-06-22 [colin]      1.9.11cvs89
838
839         * src/summaryview.c
840         * src/summaryview.h
841         * src/mainwindow.c
842                 Rename "Message/Delete" to "Message/Move to trash"
843                 Add "Message/Delete..." that directly destroys the
844                 selected messages after asking for a confirmation.
845
846 2005-06-22 [colin]      1.9.11cvs88
847
848         * src/imap.c
849                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
850                 o Fix a deadlock (thanks Darko)
851
852 2005-06-22 [colin]      1.9.11cvs87
853
854         * src/gtk/foldersort.c
855                 Add missing include for the i18n;
856                 patch by Fabien Vantard
857
858 2005-06-21 [colin]      1.9.11cvs86
859
860         * src/folder.c
861         * src/folderview.c
862                 Respect the no_select flag
863         * src/imap.c
864                 Fix recursive deletion
865         * src/imap_gtk.c
866         * src/mh_gtk.c
867                 Make the folder deletion's warning
868                 more explicit
869
870 2005-06-21 [colin]      1.9.11cvs85
871
872         * src/textview.c
873                 Prevent email addresses from spanning accross
874                 lines - fixes bug # 646 (newline-chars in 
875                 email addresses)
876
877 2005-06-20 [colin]      1.9.11cvs84
878
879         * src/folder.c
880                 Be sure not to remove source if copy failed
881
882 2005-06-20 [colin]      1.9.11cvs83
883
884         * src/folderview.c
885         * src/imap_gtk.c
886                 remove summaryview's lock
887         * src/imap.c
888                 introduce threads to avoid problems when foreground tasks
889                 interfere with background tasks
890         * src/mh.c
891                 prevent moving to drafts/queue
892         * src/mimeview.c
893                 fix leak
894
895 2005-06-19 [colin]      1.9.11cvs82
896
897         * src/imap_gtk.c
898                 Remember that the user doesn't want to override
899                 offline mode, for 3 seconds. It avoid presenting
900                 him with N popups in a really short time.
901
902 2005-06-17 [colin]      1.9.11cvs81
903
904         * src/imap.c
905                 Fix IMAP breaking on folders containing '('
906                 (Probably won't be enough)
907
908 2005-06-17 [colin]      1.9.11cvs80
909
910         Forgotten files on 1.9.11cvs79
911         * src/summaryview.c
912                 Fix stepping when not immediately executing
913         * src/imap.c
914                 Really prevent UID FETCH 0
915         * src/codeconv.c
916                 Fix outgoing charset never set to utf-8
917         * src/mh.c
918                 Fix leak
919
920 2005-06-16 [colin]      1.9.11cvs79
921
922         * src/compose.c
923                 Fix bug #707 (Dash splits rows)
924                 Only wrap if we're on a line break position and
925                 the previous one was a "white" (space) char.
926                 Pango stuff is weird.
927
928 2005-06-16 [colin]      1.9.11cvs78
929
930         * src/imap_gtk.c
931                 Lock summaryview while downloading messages
932                 on user demand
933         * src/procheader.c
934         * src/unmime.c
935         * src/common/utils.c
936         * src/common/utils.h
937                 Replace \r and \n with spaces in From and
938                 Subject headers
939
940 2005-06-16 [paul]       1.9.11cvs77
941
942         * src/procmime.c
943                 liberalise the mime parser
944         * src/gtk/about.c
945                 add text wrapping
946
947 2005-06-16 [paul]       1.9.11cvs76
948
949         * src/gtk/about.c
950                 reworked
951
952 2005-06-15 [colin]      1.9.11cvs75
953
954         * src/compose.c
955                 Finish header encoding fix
956         * src/summaryview.c
957                 Fix segfault
958         * src/headerview.c
959                 Fix compilation (Thanks Stephan
960                 Sachse)
961
962 2005-06-15 [colin]      1.9.11cvs74
963
964         * Makefile.am
965                 Install gnome2 stuff rather than gnome1, 
966                 if both are present
967         * src/codeconv.c
968         * src/codeconv.h
969         * src/compose.c
970                 Fix headers encoding
971         * src/folder.c
972                 Visual progress when fetching all messages
973         * src/folderview.c
974         * src/summaryview.c
975         * src/summaryview.h
976                 Prevent changing current message while
977                 incorporating
978
979 2005-06-15 [paul]       1.9.11cvs73
980
981         * src/gtk/gtkaspell.c
982         * src/gtk/gtkaspell.h
983                 fix build warnings
984
985 2005-06-15 [paul]       1.9.11cvs72
986
987         * src/prefs_filtering.c
988                 allow reordering of filter rules by
989                 drag n drop
990
991 2005-06-15 [paul]       1.9.11cvs71
992
993         * COPYING
994                 updated
995         * src/codeconv.c
996                 replace deprecated function
997         * src/inc.c
998         * src/send_message.c
999         * src/gtk/progressdialog.c
1000         * src/gtk/progressdialog.h
1001                 salvage and reuse parts of reverted sync
1002
1003 2005-06-15 [paul]       1.9.11cvs70
1004
1005         * src/inc.c
1006         * src/send_message.c
1007         * src/gtk/progressdialog.c
1008         * src/gtk/progressdialog.h
1009                 revert yesterday's sync with main
1010                 it contains deprecated functions
1011
1012 2005-06-15 [colin]      1.9.11cvs69
1013
1014         * src/headerview.c
1015                 Fix bug #670 (multi user to: will corrupt message 
1016                 headers display)
1017
1018 2005-06-15 [colin]      1.9.11cvs68
1019
1020         * src/compose.c
1021                 Fix bug #421 (Fix undo on wrapping)
1022
1023 2005-06-15 [colin]      1.9.11cvs67
1024
1025         * src/folder.c
1026                 Provide visual feedback while processing
1027                 folder's rules.
1028         * src/imap.c
1029                 Provide visual feedback while getting
1030                 short headers (for uncached messages)
1031
1032
1033 2005-06-14 [paul]       1.9.11cvs66
1034
1035         * src/account.c
1036                 change a couple stock icons
1037         * src/inc.c
1038         * src/send_message.c
1039         * src/gtk/progressdialog.c
1040         * src/gtk/progressdialog.h
1041                 sync main's GtkTreeView implementation
1042
1043 2005-06-14 [colin]      1.9.11cvs65
1044
1045         * src/imap.c
1046                 Various little fixes, mainly on error paths
1047
1048 2005-06-13 [colin]      1.9.11cvs64
1049
1050         * matcher.c
1051         * procmsg.c
1052         * procmsg.h
1053                 Add a way to fetch only headers. This speeds
1054                 up filtering on headers for IMAP. Fixes:
1055                 bug #481 extraneous imap commands slow down 
1056                         imap filtering
1057                 bug #522 Sylpheed downloads all messages 
1058                         when opening mailbox (IMAP)
1059                 bug #677 IMAP fetch is soooooooooooooo slow
1060         * src/folder.c
1061         * src/folder.h
1062                 Add a folder set_batch method so that
1063                 implementations can speed up flags changes
1064         * src/folderutils.c
1065         * src/summaryview.c
1066                 Use that in mark as (un)read and mark all read
1067                 Refix bug #679
1068         * src/imap.c
1069                 Implement set_batch - brings back deferred
1070                 flags in a less buggy manner. Fixes:
1071                 bug #729 IMAP immediate expunge of deleted messages
1072                 bug #191 remove list of messages with one command
1073                 Fix login with strange chars
1074                 Implement fetch_msg_full
1075                 Fix copy (wrong counts)
1076
1077 2005-06-12 [colin]      1.9.11cvs63
1078
1079         * src/folder.c
1080                 lock incorporation during long operations.
1081                 Avoids fucking up the IMAP socket.
1082
1083 2005-06-12 [colin]      1.9.11cvs62
1084
1085         * src/imap.c
1086                 Fix harmful typo
1087                 Factorize remove_all_msg
1088                 Thread-ize expunge
1089         * src/summaryview.c
1090                 Don't update partial-download status if unnecessary
1091         * src/folder.c
1092                 Use remove_msgs everywhere possible
1093
1094 2005-06-12 [colin]      1.9.11cvs61
1095
1096         * src/folder.c
1097         * src/folder.h
1098                 Add a remove_msgs function to remove a 
1099                 list of messages
1100         * src/imap.c
1101                 Implement that.
1102
1103 2005-06-12 [colin]      1.9.11cvs60
1104
1105         * src/imap.c
1106                 Remove flags-processing deferring... Too hard
1107                 to get it to work in all cases.
1108
1109 2005-06-11 [colin]      1.9.11cvs59
1110
1111         * src/imap.c
1112                 printf -> debug_print
1113
1114 2005-06-11 [colin]      1.9.11cvs58
1115
1116         * src/imap.c
1117                 o Fix build without USE_PTHREAD
1118                 o Factorize imap_open
1119                 o Alertpanel in case of impossible connection
1120                 o Alertpanel in case of impossible login
1121                 o Fix deferred flags processing to force a 
1122                   flush before adding some more flags to process,
1123                   but in another folder.
1124
1125 2005-06-10 [colin]      1.9.11cvs57
1126
1127         * src/imap.c
1128                 o Fix a format string error
1129                 o init ssl socket outside of the thread 
1130                   (it possibly invokes gtk calls)
1131         * src/procmime.c
1132                 o Put back the buffer to its necessary size
1133                 o Fix changing a file pointer without keeping
1134                   track of it (thanks Valgrind)
1135         * src/common/smtp.c
1136                 o Fix automatic STARTTLS if login should be done
1137                   and the server only allows it after starting TLS
1138         * src/gtk/gtkinputdialog.c
1139                 o Eat GDK_Return so that the combo popup doesn't 
1140                   appear when we press Enter to validate the combo
1141                   input dialog (as seen in the Open with... dialog)
1142
1143 2005-06-10 [colin]      1.9.11cvs56
1144
1145         * src/imap.c
1146                 o A bit less debug
1147                 o Fix a crash on deletion
1148                 o Threadize imap_select (it's called outside of 
1149                   threads)
1150                 o Defer treatment of DELETED flags
1151
1152
1153 2005-06-09 [colin]      1.9.11cvs55
1154
1155         * src/imap.c
1156                 Make sure we check imap_gtk_should_override(), which
1157                 potentially calls gtk stuff, before creating thread.
1158                 That way it should't be called via imap_get_session()
1159                 inside a thread.
1160
1161 2005-06-09 [colin]      1.9.11cvs54
1162
1163         * src/imap.c
1164                 o add a bit of status output
1165                 o remove some dead code
1166                 o threadize get_list_of_uids
1167                 o threadize imap_get_flags
1168                 o defer flag changing by 500ms so that they
1169                   can be batched
1170
1171
1172 2005-06-08 [colin]      1.9.11cvs53
1173
1174         * src/imap.c
1175                 Thread-ize imap_cmd_fetch
1176
1177 2005-06-08 [colin]      1.9.11cvs52
1178
1179         * src/main.c
1180                 Mmh, that broke POP3...
1181
1182 2005-06-08 [colin]      1.9.11cvs51
1183
1184         * src/main.c
1185                 Stabilize IMAP patch (thanks to Hoa)
1186
1187 2005-06-08 [colin]      1.9.11cvs50
1188
1189         * src/imap.c
1190                 Test patch to speed up imap. 
1191
1192 2005-06-08 [colin]      1.9.11cvs49
1193
1194         * src/imap_gtk.c
1195                 Warning fix
1196         * src/procmime.c
1197                 Apply patch from gentoo to use /usr/share/mime/globs if 
1198                 available, after un-breaking it
1199         * src/common/log.c
1200         * src/common/log.h
1201                 Use g_timeout for invoking hooks that possibly use gtk
1202                 calls. This should leave gtk calls in the main thread.
1203
1204 2005-06-08 [paul]       1.9.11cvs48
1205
1206         * src/codeconv.c
1207                 conv_get_outgoing_charset_str(): don't
1208                 use prefs_common setting
1209         * src/compose.c
1210         * src/compose.h
1211                 add /Options/Character encoding/... to
1212                 temporarily change the outgoing encoding
1213
1214         (belated sync with main)
1215
1216 2005-06-08 [paul]       1.9.11cvs47
1217
1218         * src/compose.c
1219                 correction to/completion of last
1220                 sync with main
1221
1222 2005-06-08 [paul]       1.9.11cvs46
1223
1224         sync with main:
1225         
1226         * src/codeconv.c
1227         * src/codeconv.h
1228                 always enabled Japanese auto-detection
1229                 if the first letters of locale string
1230                 is "ja"
1231         * src/compose.c
1232                 don't use "destroy" signal to destroy
1233                 Compose object (fix rare crashes on discard?)
1234         * src/mainwindow.c
1235         * src/messageview.c
1236         * src/prefs_send.c
1237                 added Hebrew encodings
1238         * src/sourcewindow.c
1239                 don't use "destroy" signal to destroy
1240                 objects
1241
1242 2005-06-07 [colin]      1.9.11cvs45
1243
1244         * src/summaryview.c
1245                 Add missing unlocks/locks
1246
1247 2005-06-07 [paul]       1.9.11cvs44
1248
1249         * src/summaryview.c
1250                 restore bug #749 fix
1251
1252 2005-06-06 [colin]      1.9.11cvs43
1253
1254         * src/summaryview.c
1255                 Fix selection bug when prefs_common.open_unread 
1256                 is FALSE
1257
1258 2005-06-06 [colin]      1.9.11cvs42
1259
1260         * src/common/md5.c
1261                 Fix a warning
1262         * src/summaryview.c
1263         * src/folderview.c
1264                 Factorize long operations beginning and end
1265                 (locking, freezing/thawing, cursor, ...)
1266                 Check selection->data member in selection-
1267                 related loops; this avoids dying an awful
1268                 death if the selection changes on us while
1269                 we're marking a whole IMAP folder unread, 
1270                 for example.
1271
1272 2005-06-06 [paul]       1.9.11cvs41
1273
1274         * src/textview.c
1275                 don't g_free() a static gchar buffer
1276
1277 2005-06-05 [colin]      1.9.11cvs40
1278
1279         * src/mainwindow.c
1280         * src/messageview.c
1281         * src/summaryview.c
1282                 Fix bug #749 (Show all headers should be
1283                 sticky as the GUI suggests)
1284
1285 2005-06-03 [paul]       1.9.11cvs39
1286
1287         * src/compose.c
1288                 don't allow editing of mail while sending.
1289                 patch by Colin
1290
1291 2005-06-03 [paul]       1.9.11cvs38
1292
1293         * src/folderview.c
1294                 add a freeze/thaw to speed up 'mark all read'
1295
1296 2005-06-03 [paul]       1.9.11cvs37
1297
1298         * src/prefs_message.c
1299                 reflect changes immediately
1300
1301 2005-06-02 [colin]      1.9.11cvs36
1302
1303         * po/POTFILES.in
1304                 Patch by Fabien Vantard.
1305
1306 2005-06-02 [colin]      1.9.11cvs35
1307
1308         * src/imap.c
1309                 Use a non-blocking imap_getline() if possible.
1310                 This should completely prevent the interface
1311                 from freezin on imap operations, although it
1312                 may do strange stuff in case of folder switching
1313                 while a big imap operation is taking place...
1314
1315                 In addition, fix a leak in the case thread
1316                 creation fails on connection.
1317
1318 2005-06-02 [colin]      1.9.11cvs34
1319
1320         * src/crash.c
1321         * src/prefs_common.h
1322                 Fix build (prefs_common_init() doesn't exist
1323                 anymore)
1324
1325 2005-06-02 [colin]      1.9.11cvs33
1326
1327         * src/prefs_account.c
1328                 Fix bug #245 (filtering rules broken when
1329                 renaming a remote account (imap4 or nntp)
1330
1331 2005-06-02 [colin]      1.9.11cvs32
1332
1333         * src/imap.c
1334                 Try to fix IMAP shortcomings: 
1335                 o Multithread imap_open()
1336                 o allow offline-mode overriding instead of
1337                   just returning NULL
1338         * src/imap_gtk.c
1339         * src/imap_gtk.h
1340                 Add a function to ask whether we want to
1341                 override offline-mode for 10 minutes (one-shot
1342                 asking was painful)
1343         * src/procheader.c
1344                 Fix segfault when imap parser isn't happy about
1345                 a missing {
1346
1347 2005-06-01 [colin]      1.9.11cvs31
1348
1349         * src/addrharvest.c
1350         * src/compose.c
1351         * src/mbox.c
1352         * src/mbox.h
1353         * src/mh.c
1354         * src/msgcache.c
1355         * src/send_message.c
1356         * src/setup.c
1357         * src/undo.c
1358         * src/common/hooks.c
1359         * src/common/prefs.c
1360         * src/common/template.c
1361         * src/common/utils.c
1362         * src/gtk/gtkutils.c
1363         * src/gtk/inputdialog.c
1364         * src/gtk/menu.c
1365         * src/gtk/pluginwindow.c
1366         * src/gtk/prefswindow.c
1367         * src/plugins/pgpmime/passphrase.c
1368         * src/plugins/pgpmime/prefs_gpg.c
1369                 More -Wall fixes
1370
1371         * src/common/Makefile.am
1372         * src/common/timing.h
1373                 Add basic timing code
1374
1375         * src/summaryview.c
1376                 Fix a bug with unread messages when 
1377                 re-sorting folders, and by the way
1378                 fix a big performance hit when 
1379                 re-sorting (10k mails: before 5s,
1380                 after .5s)
1381
1382         * src/prefs_compose_writing.c
1383         * src/prefs_compose_writing.h
1384         * src/prefs_message.c
1385         * src/prefs_message.h
1386         * src/prefs_other.c
1387         * src/prefs_other.h
1388         * src/prefs_quote.c
1389         * src/prefs_quote.h
1390         * src/prefs_receive.c
1391         * src/prefs_receive.h
1392         * src/prefs_send.c
1393         * src/prefs_send.h
1394         * src/prefs_summaries.c
1395         * src/prefs_summaries.h
1396                 Fix copyright banner
1397
1398 2005-06-01 [paul]       1.9.11cvs30
1399
1400         * po/fi.po
1401                 updated by Flammie Pirinen
1402         * src/procmime.c
1403                 fix 'Bad BASE64 content' output
1404
1405 2005-05-31 [colin]      1.9.11cvs29
1406
1407         * src/procmime.c
1408                 Oops, where did my hunk go.
1409
1410 2005-05-31 [colin]      1.9.11cvs28
1411
1412         * src/Makefile.am
1413         * src/account.c
1414         * src/action.c
1415         * src/addr_compl.c
1416         * src/addressbook.c
1417         * src/codeconv.c
1418         * src/compose.c
1419         * src/export.c
1420         * src/folder.c
1421         * src/folderview.c
1422         * src/image_viewer.c
1423         * src/main.c
1424         * src/mainwindow.c
1425         * src/messageview.c
1426         * src/mimeview.c
1427         * src/msgcache.c
1428         * src/prefs_account.c
1429         * src/prefs_actions.c
1430         * src/prefs_common.c
1431         * src/prefs_compose_writing.c
1432         * src/prefs_customheader.c
1433         * src/prefs_ext_prog.c
1434         * src/prefs_filtering.c
1435         * src/prefs_filtering_action.c
1436         * src/prefs_fonts.c
1437         * src/prefs_image_viewer.c
1438         * src/prefs_message.c
1439         * src/prefs_message.h
1440         * src/prefs_msg_colors.c
1441         * src/prefs_other.c
1442         * src/prefs_other.h
1443         * src/prefs_quote.c
1444         * src/prefs_receive.c
1445         * src/prefs_receive.h
1446         * src/prefs_send.c
1447         * src/prefs_send.h
1448         * src/prefs_spelling.c
1449         * src/prefs_summaries.c
1450         * src/prefs_summary_column.c
1451         * src/prefs_template.c
1452         * src/prefs_themes.c
1453         * src/prefs_toolbar.c
1454         * src/prefs_wrapping.c
1455         * src/procmime.c
1456         * src/procmsg.c
1457         * src/send_message.h
1458         * src/ssl_manager.c
1459         * src/summary_search.c
1460         * src/summaryview.c
1461         * src/textview.c
1462         * src/wizard.c
1463         * src/common/smtp.c
1464         * src/common/smtp.h
1465         * src/gtk/gtkutils.h
1466                 o Move the rest of Common prefs to new style
1467                 o Lots of -Wall warning fixes
1468                 o fix FIXME in cache memusage calculation
1469                 o Let return receipts be sent from any account
1470                 o Little cache optimisation (read)
1471                 o Fix bug #746 (don't treat commas as separators
1472                   when inside a quoted string)
1473
1474 2005-05-31 [paul]       1.9.11cvs27
1475
1476         * src/prefs_common.c
1477                 fix 'off-by-one' typo
1478
1479 2005-05-31 [paul]       1.9.11cvs26
1480
1481         * src/account.c
1482         * src/addr_compl.c
1483         * src/compose.c
1484         * src/foldersel.c
1485         * src/prefs_actions.c
1486         * src/prefs_common.c
1487         * src/prefs_common.h
1488         * src/prefs_customheader.c
1489         * src/prefs_display_header.c
1490         * src/prefs_filtering.c
1491         * src/prefs_filtering_action.c
1492         * src/prefs_matcher.c
1493         * src/prefs_summaries.c
1494         * src/prefs_summary_column.c
1495         * src/prefs_template.c
1496         * src/prefs_toolbar.c
1497         * src/ssl_manager.c
1498         * src/gtk/pluginwindow.c
1499         * src/gtk/prefswindow.c
1500         * src/gtk/progressdialog.c
1501                 add hidden prefs 'enable_rules_hint'
1502                 for gtk_tree_view_set_rules_hint()
1503                 (sync with main)
1504                 
1505
1506 2005-05-31 [colin]      1.9.11cvs25
1507
1508         * src/Makefile.am
1509         * src/main.c
1510         * src/prefs_common.c
1511         * src/prefs_summaries.c ** ADDED **
1512         * src/prefs_summaries.h ** ADDED **
1513                 Common/Display -> Display/Summaries
1514
1515 2005-05-31 [colin]      1.9.11cvs24
1516
1517         * src/Makefile.am
1518         * src/main.c
1519         * src/prefs_quote.c ** ADDED **
1520         * src/prefs_quote.h ** ADDED **
1521                 Move Common/Quote to Compose/Quoting
1522         * src/prefs_common.c
1523         * src/prefs_common.h
1524                 Remove old quote stuff, add
1525                 convenience functions for GtkTextView prefs
1526         * src/gtk/prefswindow.c
1527                 Set default height higher
1528
1529 2005-05-30 [colin]      1.9.11cvs23
1530
1531         * src/Makefile.am
1532         * src/main.c
1533         * src/prefs_common.c
1534         * src/prefs_compose_writing.c ** ADDED **
1535         * src/prefs_compose_writing.h ** ADDED **
1536                 Move Common/Compose prefs to Compose/Writing
1537
1538 2005-05-30 [colin]      1.9.11cvs22
1539
1540         * src/common/utils.c
1541                 Fix bug #651 (Confused Attract by Subject)
1542                 Patch by M. Benkmann <haferfrost@web.de>
1543         * AUTHORS
1544
1545 2005-05-30 [colin]      1.9.11cvs21
1546
1547         * src/compose.c
1548                 Fix concatenation of different headers of
1549                 the same type (bug #645)
1550         * src/prefs_folder_item.c
1551                 Fix bug #699 (setting color to black doesn't
1552                 work immediately)
1553         * src/procmime.c
1554                 Print out decoding error only once per
1555                 block
1556
1557 2005-05-30 [paul]       1.9.11cvs20
1558
1559         * src/common/template.c
1560                 fix Bcc
1561
1562 2005-05-30 [paul]       1.9.11cvs19
1563
1564         * doc/src/rfc2368.txt   **NEW FILE**
1565         * src/compose.c
1566                 compose_entries_set(): don't interpret Bcc
1567                 header field (conform to RFC 2368)
1568                 (sync with main)
1569
1570 2005-05-29 [colin]      1.9.11cvs18
1571
1572         * src/prefs_common.c
1573                 Let the default reply format respect
1574                 netiquette by cutting the signature.
1575
1576 2005-05-29 [colin]      1.9.11cvs17
1577
1578         * src/summaryview.c
1579                 Don't let always_show_msg override
1580                 open_unread_on_enter when opening a new
1581                 directory.
1582
1583 2005-05-27 [paul]       1.9.11cvs16
1584
1585         sync with main:
1586
1587         * src/main.c
1588                 app_will_exit(): cleanup tmp directory when exit
1589         * src/message_search.c
1590                 improved the interface and made code cleanup.
1591                 removed Clear button
1592         * src/send_message.c
1593                 send_message_local(): use GSpawn, and detect errors
1594         * src/summary_search.c
1595                 improved the interface and made code cleanup
1596         * src/textview.c
1597                 textview_write_link(): also skip non-ascii space
1598                  at the head of link strings (phishing check
1599                  didn't work at the case)
1600         * src/common/utils.c
1601                 get_command_output(): use g_spawn_command_line_sync()
1602                 instead of popen()
1603
1604 2005-05-26 [colin]      1.9.11cvs15
1605
1606         * src/folder.c
1607                 remove printf
1608
1609 2005-05-26 [colin]      1.9.11cvs14
1610
1611         * src/common/nntp.c
1612                 Fix nntp mode reader (bug #611)
1613                 Patch by Florian Mickler <florian@mickler.org>
1614
1615 2005-05-26 [colin]      1.9.11cvs13
1616
1617         * src/plugins/pgpmime/passphrase.c
1618                 Fix mouse grabbing (bug #557)
1619
1620 2005-05-26 [colin]      1.9.11cvs12
1621
1622         * src/prefs_themes.c
1623                 Fix g_warning (bug #541)
1624
1625 2005-05-26 [colin]      1.9.11cvs11
1626
1627         * src/prefs_actions.c
1628         * src/prefs_template.c
1629                 Fix bug #506 (no warning if action/template
1630                 is not saved)
1631         * src/common/template.c
1632                 Fix a possible crash
1633
1634 2005-05-26 [colin]      1.9.11cvs10
1635
1636         * src/folder.c
1637         * src/folderview.c
1638         * src/procmsg.c
1639         * src/summaryview.c
1640                 Forbid locked messages to be moved or
1641                 deleted. Locked messages in trashes 
1642                 still get deleted, for performance
1643                 reason (mh.c::mh_remove_all_msgs)
1644
1645 2005-05-25 [colin]      1.9.11cvs9
1646
1647         * src/procmime.c
1648                 Use correct encoding when sending mails
1649                 with attachments that have accentued 
1650                 chars in their name
1651
1652 2005-05-24 [colin]      1.9.11cvs8
1653
1654         * src/summaryview.c
1655                 Fix bug #688 f) read/unread marker not
1656                 changed on first click
1657                 Also, optimize summary_status_show()
1658                 calls
1659         * src/folder.c
1660         * src/inc.c
1661         * src/procmime.c
1662                 Fix bug #688 b) and c) wrt message
1663                 attachments and signature
1664         * src/stock_pixmap.c
1665         * src/stock_pixmap.h
1666         * src/stock_pixmap.c
1667         * src/stock_pixmap.h
1668         * src/Makefile.am
1669         * src/pixmaps/clip_gpg_signed.xpm
1670                 Add clip/signed icon
1671
1672 2005-05-24 [colin]      1.9.11cvs7
1673
1674         * src/folder_item_prefs.c
1675                 whitespace fix
1676
1677 2005-05-24 [colin]      1.9.11cvs6
1678
1679         * src/folderview.c
1680         * src/prefs_common.c
1681         * src/prefs_common.h
1682                 Add a confirmation to folder drag and drop
1683                 fixes bug #156
1684         * src/alertpanel.c
1685         * src/alertpanel.h
1686                 fix _with_disable parameters so that
1687                 the buttons labels are specifiable too
1688         * src/plugins/pgpmime/sgpgme.c
1689                 reflect said change
1690                 
1691
1692 2005-05-24 [colin]      1.9.11cvs5
1693
1694         * src/folderview.c
1695                 Uncollapse/collapse folders on double-click
1696                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
1697                 closes bug #108
1698
1699 2005-05-23 [colin]      1.9.11cvs4
1700
1701         * src/common/socket.c
1702                 Check another special SSL_peek() error.
1703                 Should help wrt bug #728
1704
1705 2005-05-23 [colin]      1.9.11cvs3
1706
1707         * src/plugins/pgpmime/pgpmime.c
1708                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
1709                 breaking menu accelerators and stuff. Users will have to
1710                 reselect "PGP MIME" instead of "PGP/MIME" in their 
1711                 account's privacy preferences if needed.
1712
1713 2005-05-22 [paul]
1714
1715         * tools/kdeservicemenu/install.sh
1716                 use kdesu to prompt for root password if doing
1717                 global install/uninstall
1718
1719 2005-05-20 [colin]      1.9.11cvs2
1720
1721         * src/procmsg.c
1722                 Fix another compilation error with gcc-2.9x
1723                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
1724         * src/send_message.c
1725                 Don't send QUIT if we aren't connected
1726
1727 2005-05-19 [colin]      1.9.11cvs1
1728
1729         * src/procmsg.c
1730                 Fix compilation with gcc 2.9x
1731
1732 2005-05-19 [paul]       1.9.11
1733
1734         1.9.11 released
1735
1736 2005-05-19 [paul]       1.9.9cvs14
1737
1738         * src/gtk/inputdialog.c
1739                 prevent gettext warning
1740
1741 2005-05-19 [paul]       1.9.9cvs13
1742
1743         * src/mainwindow.c
1744         * src/prefs_common.c
1745         * src/prefs_common.h
1746         * src/textview.c
1747         * src/textview.h
1748                 add an option to toggle cursor in message
1749                 view (sync with main)
1750
1751 2005-05-18 [colin]      1.9.9cvs12
1752
1753         * src/compose.c
1754                 Dereference freed pointer
1755         * src/gtk/gtkaspell.c
1756                 Fix duplication of dictionaries (is it an aspell issue?)
1757
1758 2005-05-18 [colin]      1.9.9cvs11
1759
1760         * src/gtk/inputdialog.c
1761         * src/gtk/gtkaspell.c
1762                 HIGuify dialogs
1763         * src/alertpanel.c
1764                 Remove a double call
1765
1766 2005-05-17 [colin]      1.9.9cvs10
1767
1768         * src/gtk/gtkaspell.c
1769                 Fix dialogs, Ctrl-Enter accel
1770
1771 2005-05-17 [colin]      1.9.9cvs9
1772
1773         * src/gtk/gtkaspell.c
1774                 Fix some accelerators, escape in replace-window
1775
1776 2005-05-16 [colin]      1.9.9cvs8
1777
1778         * src/gtk/gtkaspell.c
1779                 Revert last commit, it was a mistake.
1780
1781 2005-05-16 [colin]      1.9.9cvs7
1782
1783         * src/gtk/gtkaspell.c
1784                 Remove buggy code while we're at it. It's a 
1785                 dead code path anyway.
1786
1787 2005-05-16 [colin]      1.9.9cvs6
1788
1789         * src/gtk/gtkaspell.c
1790                 Missed some gtk_menu_popup where deactivate
1791                 signal should be handled. Should fix bug
1792                 #629 a bit more.
1793
1794 2005-05-16 [colin]      1.9.9cvs5
1795
1796         * src/gtk/gtkaspell.c
1797                 Remove debug printf()s
1798
1799 2005-05-16 [colin]      1.9.9cvs4
1800
1801         * src/gtk/gtkaspell.c
1802                 Fix a bit aspell problems
1803                 (see bug #629)
1804
1805 2005-05-13 [colin]      1.9.9cvs3
1806
1807         * src/folderview.c
1808                 Fix the + appearing even when no subfolders
1809                 have unread messages. Thanks to wwp for the
1810                 bug report.
1811
1812 2005-05-11 [paul]       1.9.9cvs2
1813
1814         * src/folderview.c
1815                 correction to 1.9.9cvs1, only colour folders that
1816                 have new msgs (not unread msgs)
1817
1818 2005-05-10 [colin]      1.9.9cvs1
1819
1820         * src/folderview.c
1821         * src/summaryview.c
1822                 Try to fix bolding bugs again.
1823
1824 2005-05-09 [paul]
1825
1826         * tools/claws.i18n.status.pl
1827                 add Ricardo Mones Lastra's script that has been providing
1828                 the i18n status page for many months
1829
1830 2005-05-09 [paul]       1.9.9
1831
1832         1.9.9 release
1833
1834 2005-05-09 [paul]       1.9.6cvs58
1835
1836         * AUTHORS
1837         * INSTALL
1838         * README.claws
1839                 updated
1840         * Makefile.am 
1841         * RELEASE_NOTES.claws
1842                 add release notes to cvs to simplify release
1843                 procedure
1844         * configure.ac
1845                 add ca and fi to ALL_LINGUAS
1846         * po/Makefile.in.in
1847                 workaround for missing Makevars
1848         * po/ca.po
1849         * po/fi.po
1850                 add new Catalan and Finnish translations
1851                 submitted by Miquel Oliete and Flammie Pirinen
1852         * po/de.po
1853         * po/es.po
1854         * po/fr.po
1855         * po/it.po
1856         * po/pl.po
1857         * po/ru.po
1858         * po/sk.po
1859         * po/sr.po
1860         * po/zh_CN.po
1861                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
1862                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
1863                 Urke MMI, and Hansom Young
1864         * src/main.c
1865                 Fix drafting when quitting. compose_draft() closes the
1866                 compose windows, which modifies the compose_list GSList.
1867                 We have to refresh this list after echo drafting to avoid a
1868                 segfault
1869         * src/partial_download.c
1870                 fix segfault on exit
1871
1872 2005-05-06 [paul]       1.9.6cvs57
1873
1874         * src/grouplistdialog.c
1875                 quick fix/workaround for unresizeable newsgroup
1876                 name column 
1877
1878 2005-05-06 [paul]       1.9.6cvs56
1879
1880         * src/inc.c
1881         * src/mainwindow.c
1882                 use gettext plural forms
1883         * src/imap_gtk.c
1884         * src/mh_gtk.c
1885         * src/toolbar.c
1886                 small improvement to english usage
1887
1888 2005-05-05 [thorsten]   1.9.6cvs55
1889
1890         * src/folder.c
1891                 fix possible crash
1892
1893 2005-05-05 [paul]       1.9.6cvs54
1894         
1895         sync with HEAD
1896
1897         * AUTHORS
1898         * src/compose.c
1899                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
1900                 patch by Tim Mann
1901
1902 2005-05-05 [paul]       1.9.6cvs53
1903
1904         * src/mainwindow.c
1905                 fix resizing of separate message and
1906                 folder views
1907
1908 2005-05-05 [paul]       1.9.6cvs52
1909
1910         * src/account.c
1911         * src/addrgather.c
1912         * src/browseldap.c
1913         * src/exphtmldlg.c
1914         * src/expldifdlg.c
1915         * src/importmutt.c
1916         * src/importpine.c
1917         * src/main.c
1918         * src/mainwindow.c
1919         * src/noticeview.c
1920         * src/prefs_filtering.c
1921         * src/prefs_filtering_action.c
1922         * src/prefs_matcher.c
1923         * src/prefs_spelling.c
1924         * src/prefs_toolbar.c
1925         * src/toolbar.c
1926         * src/wizard.c
1927         * src/gtk/description_window.c
1928         * src/gtk/gtkvscrollbutton.c
1929         * src/gtk/progressdialog.c
1930         * src/gtk/quicksearch.c
1931         * src/plugins/pgpmime/prefs_gpg.c
1932         * src/plugins/spamassassin/spamassassin_gtk.c
1933                 replace deprecated gtk_widget_set_usize
1934
1935 2005-05-04 [colin]      1.9.6cvs51
1936
1937         * src/common/utils.c
1938                 Fix crash when subst_for_filename is called
1939                 with a NULL parameter
1940
1941 2005-05-04 [colin]      1.9.6cvs50
1942
1943         * src/partial_download.c
1944         * src/pop.c
1945                 Escape login when writing uidl file
1946                 fixes bug #736
1947
1948 2005-05-03 [colin]      1.9.6cvs49
1949
1950         * src/procmime.c
1951                 Fix possible DOS in mime parser
1952                 (see bug #634)
1953
1954 2005-05-02 [colin]      1.9.6cvs48
1955
1956         * src/compose.c
1957                 Try to fix the copy/paste mess once again.
1958
1959
1960 2005-04-30 [colin]      1.9.6cvs47
1961
1962         * src/prefs_account.h
1963         * src/procmsg.c
1964         * src/send_message.c
1965         * src/common/smtp.c
1966         * src/common/smtp.h
1967                 Try to batch sending mails (per account) instead of
1968                 reconnecting to server every time.
1969
1970 2005-04-29 [colin]      1.9.6cvs46
1971
1972         * src/messageview.c
1973                 Fix window resizing that refused to size down
1974         * src/prefs_common.c
1975         * src/prefs_common.h
1976         * src/prefs_filtering.c
1977                 Save Filtering's window size
1978
1979 2005-04-21 [paul]       1.9.6cvs45
1980
1981         * ChangeLog-gtk2.claws
1982         * src/setup.c
1983                 correction to sync
1984
1985 2005-04-21 [paul]       1.9.6cvs44
1986
1987         sync with main:
1988
1989         * src/setup.c
1990         * src/statusbar.c
1991         * src/statusbar.h
1992                 use gtkut_widget_draw_now(). Improved performance
1993                 of the update of statusbar
1994         * src/textview.c
1995                 textview_smooth_scroll_do(): redraw it after scroll
1996                 is done (fixed incorrect display when a part of the
1997                 view is hidden).
1998         * src/gtk/gtkutils.c
1999         * src/gtk/gtkutils.h
2000                 gtkut_widget_draw_now(): use gdk_window_process_updates()
2001                 to force update of widgets.
2002                 Removed gtkut_widget_wait_for_draw() which had a big
2003                 overhead  because of waiting for all events processed 
2004
2005 2005-04-20 [paul]       1.9.6cvs43
2006
2007         * src/codeconv.c
2008                 complete 1.9.6cvs42's sync:
2009                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
2010
2011 2005-04-19 [paul]       1.9.6cvs42
2012
2013         sync with main:
2014
2015         * src/action.c
2016                 catch_output(): correctly select the insert text
2017                 (fix invalid iterator warnings).
2018         * src/codeconv.c
2019         * src/codeconv.h
2020         * src/mainwindow.c
2021         * src/messageview.c
2022         * src/prefs_common.c
2023                 support GBK encoding.
2024         * src/common/session.c
2025         * src/common/session.h
2026                 use separate buffer for large data to be sent,
2027                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
2028
2029 2005-04-18 [paul]       1.9.6cvs41
2030
2031         * src/jpilot.c
2032                 convert unsigned long into guint32
2033                 patch by Paul LeoNerd Evans 
2034
2035 2005-04-17 [colin]      1.9.6cvs40
2036
2037         * src/compose.c
2038                 Fix 'Request return receipt' from folder
2039                 properties (bug #708)
2040
2041 2005-04-17 [colin]      1.9.6cvs39
2042
2043         * src/mainwindow.c
2044                 Fix duplicate hotkeys in Mainwindow's menu
2045
2046 2005-04-17 [colin]      1.9.6cvs38
2047
2048         * src/folderview.c
2049                 Fix duplicate hotkeys in Folderview's contextual
2050                 menu
2051
2052 2005-04-15 [colin]      1.9.6cvs37
2053
2054         * src/summaryview.c
2055                 Fix 'Save as...' with non-ascii filenames
2056
2057 2005-04-15 [colin]      1.9.6cvs36
2058
2059         * src/plugins/pgpmime/pgpmime.c
2060                 Fix bus error on 64bit. Spotted by 
2061                 macallan1888@gmail.com
2062
2063 2005-04-15 [colin]      1.9.6cvs35
2064
2065         * src/prefs_account.c
2066                 Fix cvs34.
2067
2068 2005-04-12 [colin]      1.9.6cvs34
2069
2070         * src/prefs_account.c
2071                 Fix smtp auth type off-by-one. We forgot to
2072                 add PLAIN in the prefs-to-gui setter func and
2073                 as a result, the selected auth when opening
2074                 account prefs was not the correct one.
2075
2076 2005-04-12 [paul]       1.9.6cvs33
2077
2078         * src/inc.c
2079                 if the recv dialog is visible, Cancel only
2080                 cancels the current account
2081
2082
2083 2005-04-10 [colin]      1.9.6cvs32
2084
2085         * src/filtering.c
2086                 Copy score when copying FilteringActions
2087                 Fix bug #674
2088
2089 2005-04-10 [colin]      1.9.6cvs31
2090
2091         * src/inc.c
2092                 Make Message -> Receive -> Cancel cancel 
2093                 incorporation on all accounts. Fixes
2094                 bug #693
2095
2096 2005-04-10 [colin]      1.9.6cvs30
2097
2098         * src/prefs_account.c
2099                 Update Privacy checkbuttons status based
2100                 on the selected privacy system
2101         * src/compose.c
2102                 Always connect the "None" privacy system; the
2103                 static boolean was probably there to avoid
2104                 reconnecting twice in the same compose window,
2105                 but as the parent function is only called once
2106                 per compose, it's only a bug - as a static is
2107                 initialized once per application instance.
2108                 Also, don't uncheck Sign and Encrypt when
2109                 selecting None as privacy system; just ignore
2110                 them when sending/queuing.
2111                 Should fix bug #695
2112
2113 2005-04-08 [colin]      1.9.6cvs29
2114
2115         * src/account.c
2116         * src/prefs_account.c
2117         * src/prefs_account.h
2118                 Add account preference to queue message in a certain
2119                 folder.
2120
2121 2005-04-06 [colin]      1.9.6cvs28
2122
2123         * src/prefs_account.c
2124                 Update old inbox path syntax
2125
2126 2005-04-06 [paul]       1.9.6cvs27
2127
2128         sync with main:
2129
2130         * configure.ac
2131                 changed -traditional-cpp to -no-cpp-precomp for newer
2132                 Mac OS X support
2133         * src/foldersel.c
2134                 made column resize automatically
2135         * src/send_message.c
2136                 send_message_smtp(): consider EOF right after QUIT
2137                 successful (workaround for Gmail SMTP server)
2138         * src/common/socket.c
2139                 ssl_read(), ssl_peek(): check EOF which violates the
2140                 SSL protocol
2141         * src/gtk/colorlabel.c
2142                 removed warnings when displaying colorlabel menu
2143                 (don't use GtkAlignment)
2144
2145 2005-04-05 [paul]       1.9.6cvs26
2146
2147         * src/plugins/trayicon/trayicon.c
2148                 fix clipping of icon under KDE3 
2149
2150 2005-04-05 [paul]       1.9.6cvs25
2151
2152         * src/summaryview.c
2153                 hide display of threading
2154                 patch by Alfons
2155
2156 2005-04-04 [thorsten]   1.9.6cvs24
2157
2158         * src/mh.c
2159                 marks lost on filesystems with different stat() results on
2160                 summer-/wintertime
2161
2162 2005-04-03 [colin]      1.9.6cvs23
2163
2164         * src/summaryview.c
2165                 Don't handle up/down. Patch by Alfons
2166
2167 2005-04-02 [colin]      1.9.6cvs22
2168
2169         * src/summaryview.c
2170                 Make scrolling faster. Patch by Alfons.
2171
2172 2005-04-01 [colin]      1.9.6cvs21
2173
2174         * src/Makefile.am
2175         * src/stock_pixmap.c
2176         * src/pixmaps/dir-noselect.xpm ** REMOVED **
2177         * src/pixmaps/dir_noselect.xpm ** ADDED **
2178                 Fix pixmap name mismatch (Thanks Stephan Sachse)
2179
2180 2005-04-01 [colin]      1.9.6cvs20
2181
2182         * src/image_viewer.c
2183         * src/image_viewer.h
2184         * src/procmime.c
2185         * src/procmime.h
2186         * src/textview.c
2187         * src/textview.h
2188                 Implement inline image resizing and right-clicking
2189
2190 2005-04-01 [paul]       1.9.6cvs19
2191
2192         * AUTHORS
2193         * Makefile.am
2194         * configure.ac
2195                 check for gnome2
2196                 patch by Luca Cavalli <loopback<AT>slackit.org>
2197         * po/ru.po
2198                 updated by Pavlo Bohmat
2199
2200 2005-03-31 [colin]      1.9.6cvs18
2201
2202         * src/news.c
2203                 Fix parsing references
2204         * src/msgcache.c
2205                 don't put nulls in the references list
2206         * src/procheader.c
2207                 commit that forgotten file in 1.9.6cvs14
2208
2209 2005-03-31 [colin]      1.9.6cvs17
2210
2211         * src/compose.c
2212                 Fix joining of signature separator again. 
2213                 Maybe Hiro could put it in main too...
2214
2215 2005-03-31 [colin]      1.9.6cvs16
2216
2217         * src/Makefile.am
2218         * src/foldersel.c
2219         * src/stock_pixmap.c
2220         * src/stock_pixmap.h
2221         * src/pixmaps/dir-noselect.xpm
2222                 Update foldersel.c (sync from main, patch by Alfons)
2223
2224 2005-03-30 [colin]      1.9.6cvs15
2225
2226         * src/imap.c
2227                 Fix handling of imap folders containing [] in 
2228                 their name. Thanks to Nahuel Angelinetti for
2229                 the detailed bugreport.
2230
2231 2005-03-30 [colin]      1.9.6cvs14
2232
2233         * src/common/utils.h
2234         * src/common/utils.c
2235         * src/common/defs.h
2236         * src/matcher.c
2237         * src/msgcache.c
2238         * src/news.c
2239         * src/procmsg.c
2240         * src/procmsg.h
2241         * src/quote_fmt_parse.y
2242         * src/summaryview.c
2243                 Update references system. Patch by Alfons
2244
2245 2005-03-30 [colin]      1.9.6cvs13
2246
2247         * src/common/socket.c
2248                 Force the glibc to read resolv.conf again when 
2249                 it has changed. Should fix issues when changing
2250                 networks on a laptop and not restarting sylpheed. 
2251
2252 2005-03-30 [paul]       1.9.6cvs12
2253
2254         partial sync with main:
2255
2256         * src/action.c
2257                 create_io_dialog(): use user-defined text font
2258                 (thanks to Alfons), and modified its appearance.
2259         * src/addrgather.c
2260         * src/addrharvest.c
2261         * src/browseldap.c
2262                 replace old code
2263         * src/compose.c
2264                 don't join (presumably) itemized lines on line-wrapping
2265                 fixed wrapping of quote when auto-wrapping is enabled
2266                 compose_destroy(): destroy paned only if it's not
2267                 attached to window. Fixed memory leak of popup menu.
2268         * src/exphtmldlg.c
2269         * src/expldifdlg.c
2270                 replace old code
2271         * src/html.c
2272         * src/html.h
2273         * src/importmutt.c
2274         * src/importpine.c
2275                 replace old code
2276         * src/main.c
2277                 removed redundant code
2278         * src/mainwindow.c
2279                 changed 'Code set' (which is rather incorrect)
2280                 in the menu to 'Character encoding'
2281                 main_window_set_widgets(): request size first
2282                 to prevent window size becoming wrong
2283                 fixed remembering of the state of the visibility
2284                 of MessageView
2285         * src/messageview.c
2286                 changed 'Code set' (which is rather incorrect)
2287                 in the menu to 'Character encoding'
2288         * src/prefs_common.c
2289         * src/prefs_common.h
2290                 added an option whether to render HTML as text or not
2291                 added separators to outgoing encoding menu
2292         * src/procheader.c
2293                 procheader_scan_date_string(): support header
2294                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
2295         * src/summaryview.c
2296         * src/summaryview.h
2297                 minor code cleanup
2298         * src/textview.c
2299                 textview_show_html(): force output of newline
2300                 added an option whether to render HTML as text or not
2301         * src/common/utils.c
2302                 strncpy2(): optimized based on Alfons' code
2303         * src/gtk/gtkutils.c
2304         * src/gtk/gtkutils.h
2305                 removed non-used code
2306         * src/plugins/pgpmime/passphrase.c
2307                 partially fixed grab input of passphrase dialog
2308                 Confine pointer to window
2309
2310 2005-03-30 [colin]      1.9.6cvs11
2311
2312         * src/msgcache.c
2313         * src/msgcache.h
2314                 Read/write 32bit ints from cache & marks
2315                 From main.
2316
2317 2005-03-29 [paul]       1.9.6cvs10
2318
2319         * AUTHORS
2320         * ChangeLog.claws
2321         * src/compose.c
2322         * src/gtk/gtkaspell.c
2323                 sync with HEAD (don't pass NULL pointers) 
2324
2325 2005-03-24 [paul]
2326
2327         * tools/Makefile.am
2328         * tools/README
2329         * tools/acroread2sylpheed.pl
2330                 sync with HEAD (add script to send pdfs as
2331                 attachments from Adobe Reader 7)
2332
2333 2005-03-21 [paul]       1.9.6cvs9
2334
2335         * configure.ac
2336         * po/POTFILES.in
2337         * src/Makefile.am
2338         * src/crash.c
2339         * src/image_viewer.c ** ADDED **
2340         * src/image_viewer.h ** ADDED **
2341         * src/main.c
2342         * src/prefs_common.c
2343         * src/prefs_common.h
2344         * src/prefs_image_viewer.c ** ADDED **
2345         * src/prefs_image_viewer.h ** ADDED **
2346         * src/textview.c
2347         * src/gtk/about.c
2348         * src/pixmaps/sylpheed_logo.xpm
2349         * src/plugins/Makefile.am
2350         * src/plugins/image_viewer/.cvsignore ** REMOVED **
2351         * src/plugins/image_viewer/Makefile.am ** REMOVED **
2352         * src/plugins/image_viewer/plugin.c ** REMOVED **
2353         * src/plugins/image_viewer/viewer.c ** REMOVED **
2354         * src/plugins/image_viewer/viewer.glade ** REMOVED **
2355         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
2356         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
2357         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
2358         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
2359                 as gdk-pixbuf is now built-in
2360                 remove image_viewer plugin and put code back into
2361                 main codebase
2362                 implement inline image display (sync with main)
2363
2364                 replace logo with newer, nicer, larger version  
2365
2366 2005-03-21 [paul]       1.9.6cvs8
2367
2368         * src/gtk/about.c
2369                 cosmetic improvement
2370
2371 2005-03-21 [holger]     1.9.6cvs7
2372
2373         * src/plugins/spamassassin/spamassassin.c
2374                 Sync with HEAD
2375                 (unregister hook on failed plugin init)
2376
2377 2005-03-20 [colin]      1.9.6cvs6
2378
2379         * src/common/plugin.c
2380                 Check that plugin isn't already loaded
2381                 Patch by Alfons
2382
2383 2005-03-20 [thorsten]   1.9.6cvs5
2384
2385         * src/compose.c
2386                 use a more compatible syntax
2387
2388 2005-03-20 [thorsten]   1.9.6cvs4
2389
2390         * src/prefs_toolbar.c
2391                 fix crash when selecting toolbar item (uninitialized pointer)
2392
2393 2005-03-20 [thorsten]   1.9.6cvs3
2394
2395         * src/procmime.c
2396                 fix mimetype detection (referenced free()d string)
2397
2398 2005-03-20 [paul]       1.9.6cvs2
2399
2400         * src/compose.c
2401                 sync with HEAD (1.0.3cvs5)
2402                 neglect Reply-To header if empty
2403                 Patch by Alfons 
2404
2405 2005-03-19 [holger]     1.9.6cvs1
2406
2407         * src/summaryview.c
2408         * src/summaryview.h
2409                 Sync with HEAD
2410
2411 2005-03-18 [paul]       1.9.6
2412
2413         initial GTK2 release
2414
2415 2005-03-18 [paul]       1.0.3cvs3.1
2416
2417         * AUTHORS
2418         * ChangeLog.claws
2419         * configure.ac
2420         * src/gtk/about.c
2421         * src/pixmaps/sylpheed_logo.xpm
2422                 sync with HEAD
2423
2424 2005-03-18 [colin]      1.0.3cvs2.6
2425
2426         * src/summaryview.c
2427                 Remove call to summary_step in summary_copy_selected_to
2428                 Can't see its purpose, and this causes bug when copying
2429                 a message if the next one is unread: it reads it.
2430
2431 2005-03-18 [paul]       1.0.3cvs2.5
2432
2433         * src/foldersel.c
2434                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
2435
2436 2005-03-18 [paul]       1.0.3cvs2.4
2437
2438         * src/addrharvest.c
2439         * src/codeconv.c
2440         * src/codeconv.h
2441         * src/compose.c
2442         * src/news.c
2443         * src/procheader.c
2444         * src/procmime.c
2445         * src/unmime.c
2446         * src/unmime.h
2447                 fix buffer overflow, CAN-2005-0667, see
2448                 http://secunia.com/advisories/14491/
2449                 Patch by Alfons
2450
2451 2005-03-17 [colin]      1.0.3cvs2.3
2452
2453         * src/prefs_fonts.c
2454         * src/summaryview.c
2455                 Fix font bugs (both lists now officialy share 
2456                 the same font)
2457                 
2458
2459 2005-03-17 [paul]       1.0.3cvs2.2
2460
2461         * src/gtk/pluginwindow.c
2462                 make plugin descriptions uneditable
2463
2464 2005-03-11 [paul]       1.0.3cvs2.1
2465
2466         * ChangeLog.claws
2467         * configure.ac
2468         * po/POTFILES.in
2469         * src/plugins/trayicon/trayicon.c
2470                 sync with HEAD
2471                 add src/wizard.c to POTFILES.in
2472
2473 2005-03-11 [paul]       1.0.3cvs1.1
2474
2475         * ChangeLog
2476         * ChangeLog.claws
2477         * configure.ac
2478         * po/de.po
2479         * po/es.po
2480         * po/fr.po
2481         * po/it.po
2482         * po/pt_BR.po
2483         * po/ru.po
2484         * po/sk.po
2485         * po/sr.po
2486         * po/zh_CN.po
2487                 sync with HEAD
2488
2489 2005-03-04 [colin]      1.0.1cvs22.2
2490
2491         * src/compose.c
2492                 Fix signatures with accentued chars in it
2493
2494 2005-03-04 [colin]      1.0.1cvs22.1
2495
2496         * src/common/smtp.c
2497         * src/common/smtp.h
2498                 Don't use SIZE param in MAIL FROM: if server 
2499                 doesn't support it. Patch by Eugen Freiter
2500                 <eugen_f@users.sf.net>
2501
2502 2005-02-27 [paul]       1.0.1cvs20.1
2503
2504         * ChangeLog.claws
2505         * configure.ac
2506         * src/messageview.c
2507                 sync with HEAD
2508
2509 2005-02-27 [colin]      1.0.1cvs19.4
2510
2511         * src/procheader.c
2512         * src/procheader.h
2513                 Fix prototypes. Patch by Alfons
2514
2515 2005-02-27 [colin]      1.0.1cvs19.3
2516
2517         * src/compose.c
2518                 Don't auto-join the signature separator.
2519
2520 2005-02-26 [colin]      1.0.1cvs19.2
2521
2522         * src/summaryview.c
2523                 Fix 'mark all read' with collapsed threads.
2524                 Patch by Alfons.
2525
2526 2005-02-25 [paul]       1.0.1cvs19.1
2527
2528         * ChangeLog.claws
2529         * configure.ac
2530         * src/prefs_account.c
2531         * src/prefs_folder_item.c
2532         * src/gtk/prefswindow.c
2533         * src/gtk/prefswindow.h
2534                 sync with HEAD
2535
2536 2005-02-25 [paul]       1.0.1cvs15.12
2537
2538         * src/alertpanel.c
2539         * src/codeconv.c
2540         * src/compose.c
2541         * src/textview.c
2542         * src/gtk/gtkutils.c
2543         * src/gtk/gtkutils.h
2544         * src/gtk/logwindow.c
2545         * src/gtk/progressdialog.c
2546                 sync with main (revision 127)
2547                 and fix logwindow clipping
2548
2549 2005-02-24 [colin]      1.0.1cvs15.11
2550
2551         * src/plugins/pgpmime/passphrase.c
2552                 Disable input grabbing; it doesn't work yet.
2553
2554 2005-02-24 [colin]      1.0.1cvs15.10
2555
2556         * src/messageview.c
2557                 Don't send out receipts if offline. Ask.
2558
2559 2005-02-23 [colin]      1.0.1cvs15.9
2560
2561         * src/summaryview.c     
2562                 Fix expanding
2563
2564 2005-02-23 [colin]      1.0.1cvs15.8
2565
2566         * src/summaryview.c
2567                 Really fix Bug 568 by removing useless
2568                 calls. summary_thread_init() now called
2569                 in summary_sort(). This should please
2570                 Alfons as it should be faster than 
2571                 previously.
2572
2573 2005-02-23 [colin]      1.0.1cvs15.7
2574
2575         * src/compose.c
2576                 Encode parts as QP or B64 if signing
2577
2578 2005-02-23 [colin]      1.0.1cvs15.6
2579
2580         * src/compose.c
2581                 Fix Mimeinfo leakage (including tmp files)
2582         * src/procmsg.c
2583                 Fix tmp file leakage (spotted by Ivan Rayner)
2584
2585 2005-02-22 [colin]      1.0.1cvs15.5
2586
2587         * src/expldifdlg.c
2588                 Fix keyboard input. Patch by Alfons.
2589
2590 2005-02-21 [colin]      1.0.1cvs15.4
2591
2592         * src/compose.c
2593                 Fix Sign/Encrypt when unselecting privacy
2594                 system
2595         * src/prefs_common.c
2596                 Change default message font to Monospace
2597         * src/summaryview.c
2598                 More freezing during potentially large operations
2599
2600 2005-02-21 [paul]       1.0.1cvs15.3
2601
2602         * src/main.c
2603                 fix --help output
2604
2605 2005-02-21 [paul]       1.0.1cvs15.2
2606
2607         * po/Makefile.in.in
2608         * src/compose.c
2609         * src/summaryview.c
2610         * src/textview.c
2611         * src/common/utils.c
2612         * src/common/utils.h
2613                 sync with main (revision 117)
2614
2615 2005-02-20 [colin]      1.0.1cvs15.1
2616
2617         * src/common/defs.h
2618                 Change cache file to .sylpheed_claws_cache, as
2619                 suggested by Alfons. Allows people to switch
2620                 between Sylpheed and Sylpheed-Claws. it is
2621                 a good idea to "Check for new messages" at next
2622                 startup.
2623
2624
2625 2005-02-18 [colin]      1.0.1cvs14.1
2626
2627         * src/quote_fmt_lex.l
2628         * src/quote_fmt_parse.y
2629                 Fix parser initialisation. Patch by Ivan.
2630
2631 2005-02-18 [colin]      1.0.1cvs11.6
2632
2633         * src/folderview.c
2634                 Fix scrolldown (bug 662)
2635
2636 2005-02-17 [colin]      1.0.1cvs11.5
2637
2638         * src/codeconv.c
2639                 conv_filename_to_utf8: return clean 7bit instead
2640                 of broken utf8 if needed
2641         * src/mimeview.c
2642                 Fix display of parts with unclean 8bit names
2643
2644 2005-02-17 [paul]       1.0.1cvs11.4
2645
2646         * src/compose.c
2647         * src/exportldif.c
2648         * src/matcher_parser_parse.y
2649         * src/procmime.c
2650         * src/sourcewindow.c
2651         * src/common/Makefile.am
2652         * src/common/intl.h             ** REMOVED **
2653         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
2654                 sync with main (revision 109)
2655                 and clean up
2656
2657 2005-02-16 [colin]      1.0.1cvs11.3
2658
2659         * src/summaryview.c
2660                 Fix collapsed thread not highlighting when new
2661                 messages in it (Bug 568) Patch by Stephan Sachse.
2662                 Fix messed up selection when reaching bounds (Bug 632)
2663         * src/prefs_themes.c
2664                 Fix theme installing (Bug 684)
2665
2666 2005-02-16 [colin]      1.0.1cvs11.2
2667
2668         * src/messageview.c
2669                 Fix messageview_select_all
2670
2671 2005-02-16 [colin]      1.0.1cvs11.1
2672
2673         * src/mh.c
2674                 Sync with HEAD (MH scan required function)
2675
2676 2005-02-15 [colin]      1.0.1cvs8.1
2677
2678         * src/mimeview.c
2679         * src/common/utils.c
2680                 Sync with HEAD (filename chars substitution)
2681
2682 2005-02-15 [colin]      1.0.1cvs7.3
2683
2684         * src/gtk/pluginwindow.c
2685                 Fix button spacing
2686
2687 2005-02-15 [colin]      1.0.1cvs7.2
2688
2689         * src/mimeview.c
2690                 Fix mime icons not reset across message when
2691                 scrolled down
2692
2693 2005-02-15 [colin]      1.0.1cvs7.1
2694
2695         * src/compose.c
2696         * src/procmime.c
2697                 Sync with HEAD (optimisation of cvs6)
2698
2699 2005-02-14 [colin]      1.0.1cvs6.1
2700
2701         * src/compose.c
2702         * src/procmime.c
2703                 Sync with HEAD (encode "From " at line beginning)
2704
2705 2005-02-14 [colin]      1.0.1cvs5.3
2706
2707         * src/compose.c
2708                 Fix wrapping with accentued chars.
2709
2710 2005-02-13 [colin]      1.0.1cvs5.2
2711
2712         * src/textview.c
2713                 Fix email informative part parsing with
2714                 accentued chars in it. ispunct() returns
2715                 true for them in utf8...
2716
2717 2005-02-12 [colin]      1.0.1cvs5.1
2718
2719         * src/filtering.c
2720                 Sync with HEAD (remove wrong use of compose after send)
2721
2722 2005-02-12 [paul]       1.0.1cvs4.5
2723
2724         * src/textview.c
2725                 remove unnecessary code (thanks to Alfons)
2726
2727 2005-02-12 [paul]       1.0.1cvs4.4
2728
2729         * src/textview.c
2730                 add 'Copy' to contextual menu on emails
2731
2732 2005-02-11 [colin]      1.0.1cvs4.3
2733
2734         * src/compose.c
2735                 revert 1.0.0cvs28.2, it doesn't work that well.
2736
2737 2005-02-11 [paul]       1.0.1cvs4.2
2738
2739         * po/Makefile.in.in
2740                 fix 'make release'
2741
2742 2005-02-10 [paul]       1.0.1cvs4.1
2743
2744         * ChangeLog
2745         * ChangeLog.claws
2746         * ChangeLog.jp
2747         * configure.ac
2748         * src/compose.c
2749                 sync with HEAD (sync with main)
2750
2751 2005-02-10 [paul]       1.0.1cvs3.2
2752
2753         * AUTHORS
2754         * Makefile.am
2755         * autogen.sh
2756         * configure.ac
2757         * config/mkinstalldirs
2758         * intl/.cvsignore
2759         * intl/ChangeLog
2760         * intl/VERSION
2761         * intl/bindtextdom.c
2762         * intl/config.charset
2763         * intl/dcgettext.c
2764         * intl/dcigettext.c
2765         * intl/dcngettext.c
2766         * intl/dgettext.c
2767         * intl/dngettext.c
2768         * intl/eval-plural.h
2769         * intl/explodename.c
2770         * intl/finddomain.c
2771         * intl/gettext.c
2772         * intl/gettextP.h
2773         * intl/gmo.h
2774         * intl/hash-string.h
2775         * intl/intl-compat.c
2776         * intl/l10nflist.c
2777         * intl/libgnuintl.h.in
2778         * intl/loadinfo.h
2779         * intl/loadmsgcat.c
2780         * intl/localcharset.c
2781         * intl/localcharset.h
2782         * intl/locale.alias
2783         * intl/localealias.c
2784         * intl/localename.c
2785         * intl/log.c
2786         * intl/ngettext.c
2787         * intl/os2compat.c
2788         * intl/os2compat.h
2789         * intl/osdep.c
2790         * intl/plural-exp.c
2791         * intl/plural-exp.h
2792         * intl/plural.c
2793         * intl/plural.y
2794         * intl/ref-add.sin
2795         * intl/ref-del.sin
2796         * intl/relocatable.c
2797         * intl/relocatable.h
2798         * intl/textdomain.c
2799         * m4/Makefile.am
2800         * po/Makefile.in.in
2801         * src/Makefile.am
2802         * src/account.c
2803         * src/action.c
2804         * src/addr_compl.c
2805         * src/addressadd.c
2806         * src/addressbook.c
2807         * src/addrgather.c
2808         * src/addrindex.c
2809         * src/alertpanel.c
2810         * src/browseldap.c
2811         * src/codeconv.c
2812         * src/codeconv.h
2813         * src/compose.c
2814         * src/compose.h
2815         * src/crash.c
2816         * src/editaddress.c
2817         * src/editbook.c
2818         * src/editgroup.c
2819         * src/editjpilot.c
2820         * src/editldap.c
2821         * src/editldap_basedn.c
2822         * src/editvcard.c
2823         * src/exphtmldlg.c
2824         * src/expldifdlg.c
2825         * src/export.c
2826         * src/exporthtml.c
2827         * src/filtering.c
2828         * src/folder.c
2829         * src/folder_item_prefs.c
2830         * src/foldersel.c
2831         * src/folderview.c
2832         * src/grouplistdialog.c
2833         * src/headerview.c
2834         * src/imap.c
2835         * src/imap_gtk.c
2836         * src/import.c
2837         * src/importldif.c
2838         * src/importmutt.c
2839         * src/importpine.c
2840         * src/inc.c
2841         * src/ldif.c
2842         * src/main.c
2843         * src/mainwindow.c
2844         * src/matcher.c
2845         * src/mbox.c
2846         * src/message_search.c
2847         * src/messageview.c
2848         * src/mh.c
2849         * src/mh_gtk.c
2850         * src/mimeview.c
2851         * src/msgcache.c
2852         * src/news.c
2853         * src/news_gtk.c
2854         * src/noticeview.c
2855         * src/partial_download.c
2856         * src/pop.c
2857         * src/prefs_account.c
2858         * src/prefs_actions.c
2859         * src/prefs_common.c
2860         * src/prefs_customheader.c
2861         * src/prefs_display_header.c
2862         * src/prefs_ext_prog.c
2863         * src/prefs_filtering.c
2864         * src/prefs_filtering_action.c
2865         * src/prefs_folder_item.c
2866         * src/prefs_fonts.c
2867         * src/prefs_gtk.c
2868         * src/prefs_matcher.c
2869         * src/prefs_msg_colors.c
2870         * src/prefs_spelling.c
2871         * src/prefs_summary_column.c
2872         * src/prefs_template.c
2873         * src/prefs_themes.c
2874         * src/prefs_toolbar.c
2875         * src/prefs_wrapping.c
2876         * src/privacy.c
2877         * src/procheader.c
2878         * src/procmime.c
2879         * src/procmsg.c
2880         * src/quote_fmt.c
2881         * src/recv.c
2882         * src/send_message.c
2883         * src/setup.c
2884         * src/sourcewindow.c
2885         * src/ssl_manager.c
2886         * src/statusbar.c
2887         * src/summary_search.c
2888         * src/summaryview.c
2889         * src/textview.c
2890         * src/toolbar.c
2891         * src/wizard.c
2892         * src/common/nntp.c
2893         * src/common/plugin.c
2894         * src/common/smtp.c
2895         * src/common/ssl.c
2896         * src/common/ssl_certificate.c
2897         * src/common/string_match.c
2898         * src/common/sylpheed.c
2899         * src/common/template.c
2900         * src/common/utils.c
2901         * src/gtk/about.c
2902         * src/gtk/colorlabel.c
2903         * src/gtk/description_window.c
2904         * src/gtk/filesel.c
2905         * src/gtk/foldersort.c
2906         * src/gtk/gtkaspell.c
2907         * src/gtk/gtkutils.c
2908         * src/gtk/inputdialog.c
2909         * src/gtk/logwindow.c
2910         * src/gtk/menu.c
2911         * src/gtk/pluginwindow.c
2912         * src/gtk/prefswindow.c
2913         * src/gtk/progressdialog.c
2914         * src/gtk/quicksearch.c
2915         * src/gtk/sslcertwindow.c
2916         * src/plugins/clamav/clamav_plugin.c
2917         * src/plugins/clamav/clamav_plugin_gtk.c
2918         * src/plugins/demo/demo.c
2919         * src/plugins/dillo_viewer/dillo_prefs.c
2920         * src/plugins/dillo_viewer/dillo_viewer.c
2921         * src/plugins/image_viewer/plugin.c
2922         * src/plugins/image_viewer/viewer.c
2923         * src/plugins/image_viewer/viewerprefs.c
2924         * src/plugins/mathml_viewer/mathml_viewer.c
2925         * src/plugins/pgpmime/passphrase.c
2926         * src/plugins/pgpmime/plugin.c
2927         * src/plugins/pgpmime/prefs_gpg.c
2928         * src/plugins/pgpmime/select-keys.c
2929         * src/plugins/pgpmime/sgpgme.c
2930         * src/plugins/spamassassin/spamassassin.c
2931         * src/plugins/spamassassin/spamassassin_gtk.c
2932         * src/plugins/trayicon/trayicon.c
2933                 sync with main (revision 104)
2934
2935 2005-02-10 [colin]      1.0.1cvs3.1
2936
2937         * src/mainwindow.c
2938                 Sync with HEAD (fix occasional crasher)
2939
2940 2005-02-10 [colin]      1.0.1cvs2.1
2941
2942         * src/messageview.c
2943                 Synw with HEAD (don't automatically display html)
2944
2945 2005-02-09 [colin]      1.0.1cvs1.3
2946
2947         * src/textview.c
2948         * src/textview.h
2949                 Add contextual menu on emails
2950
2951 2005-02-09 [colin]      1.0.1cvs1.2
2952
2953         * src/codeconv.c
2954                 Fix converting from broken headers and 
2955                 put back the _ in missing places
2956                 (feature broke with cvs24.2 sync, main 
2957                  possibly affected?)
2958
2959 2005-02-09 [colin]      1.0.1cvs1.1
2960
2961         * src/messageview.c
2962         * src/mimeview.c
2963         * src/mimeview.h
2964                 Sync with HEAD (display non text/plain mails with plugin)
2965
2966 2005-02-08 [colin]      1.0.1.1
2967
2968         * ChangeLog.claws
2969         * po/pt_BR.po
2970                 Sync with HEAD
2971         * configure.ac
2972                 Make default configuration directory 
2973                 be .sylpheed-gtk2
2974
2975 2005-02-08 [colin]      1.0.0cvs29.1
2976
2977         * po/de.po
2978         * po/es.po
2979         * po/fr.po
2980         * po/it.po
2981         * po/sk.po
2982         * po/sr.po
2983                 Sync translations with HEAD
2984
2985 2005-02-06 [colin]      1.0.0cvs28.3
2986
2987         * src/compose.c
2988                 Make compose a bit faster - patch by Alfons.
2989
2990 2005-02-06 [colin]      1.0.0cvs28.2
2991
2992         * src/compose.c
2993                 Make pasting via middle-click more reliable
2994
2995 2005-02-05 [paul]       1.0.0cvs28.1
2996
2997         * ChangeLog
2998         * ChangeLog.claws
2999         * ChangeLog.jp
3000         * configure.ac
3001         * src/compose.c
3002                 sync with HEAD
3003                 (fix bug 682 'redirect is broken'
3004
3005 2005-02-05 [torte]      1.0.0cvs27.1
3006
3007         * ChangeLog.claws
3008         * configure.ac
3009         * src/partial_download.c
3010                 Sync with HEAD (fix buf overflow)
3011
3012 2005-02-03 [colin]      1.0.0cvs26.1
3013
3014         * src/common/plugin.c
3015                 Sync with HEAD (avoid plugin mismatches)
3016
3017 2005-02-03 [paul]       1.0.0cvs25.3
3018
3019         * src/folderview.c
3020         * src/headerview.c
3021         * src/summaryview.c
3022         * src/textview.c
3023         * src/gtk/colorlabel.c
3024                 third and final part of initial sync with main-gtk2
3025
3026 2005-02-03 [paul]       1.0.0cvs25.2
3027
3028         * src/jpilot.c
3029                 fix building with jpilot support
3030
3031 2005-02-02 [colin]      1.0.0cvs25.1
3032
3033         * src/messageview.c
3034                 Sync with HEAD (fix dangerous typo)
3035
3036 2005-02-01 [colin]      1.0.0cvs24.3
3037
3038         * src/common/xml.c
3039                 Write file as advertised (UTF-8)
3040
3041 2005-02-01 [paul]       1.0.0cvs24.2
3042
3043         * src/addrbook.c
3044         * src/addrindex.c
3045         * src/alertpanel.h
3046         * src/codeconv.c
3047         * src/codeconv.h
3048         * src/compose.c
3049         * src/export.c
3050         * src/folder_item_prefs.c
3051         * src/html.c
3052         * src/imap.c
3053         * src/import.c
3054         * src/jpilot.c
3055         * src/mainwindow.c
3056         * src/matcher_parser_lex.l
3057         * src/messageview.c
3058         * src/mh.c
3059         * src/prefs_account.c
3060         * src/prefs_actions.c
3061         * src/prefs_common.c
3062         * src/prefs_gtk.c
3063         * src/prefs_gtk.h
3064         * src/prefs_themes.c
3065         * src/procheader.c
3066         * src/procmime.c
3067         * src/sourcewindow.c
3068         * src/statusbar.c
3069         * src/summaryview.c
3070         * src/textview.c
3071         * src/toolbar.c
3072         * src/unmime.c
3073         * src/common/template.c
3074         * src/common/utils.c
3075         * src/common/xml.c
3076         * src/common/xml.h
3077         * src/gtk/gtkaspell.c
3078         * src/plugins/clamav/clamav_plugin.c
3079         * src/plugins/dillo_viewer/dillo_prefs.c
3080         * src/plugins/image_viewer/viewerprefs.c
3081         * src/plugins/pgpmime/passphrase.c
3082         * src/plugins/pgpmime/prefs_gpg.c
3083         * src/plugins/pgpmime/select-keys.c
3084         * src/plugins/spamassassin/spamassassin.c
3085                 second part of initial sync with main-gtk2
3086                 (more to follow)
3087
3088 2005-01-31 [colin]      1.0.0cvs24.1
3089
3090         * src/compose.c
3091                 Sync with HEAD
3092
3093 2005-01-29 [paul]       1.0.0cvs23.2
3094
3095         * src/account.c
3096         * src/action.c
3097         * src/addressadd.c
3098         * src/addressbook.c
3099         * src/alertpanel.c
3100         * src/compose.c
3101         * src/editaddress.c
3102         * src/editbook.c
3103         * src/editgroup.c
3104         * src/editjpilot.c
3105         * src/editldap.c
3106         * src/editldap_basedn.c
3107         * src/editvcard.c
3108         * src/export.c
3109         * src/foldersel.c
3110         * src/grouplistdialog.c
3111         * src/import.c
3112         * src/importldif.c
3113         * src/inc.c
3114         * src/main.c
3115         * src/mainwindow.c
3116         * src/message_search.c
3117         * src/messageview.c
3118         * src/mimeview.c
3119         * src/prefs_actions.c
3120         * src/prefs_common.c
3121         * src/prefs_common.h
3122         * src/prefs_customheader.c
3123         * src/prefs_display_header.c
3124         * src/prefs_filtering.c
3125         * src/prefs_filtering_action.c
3126         * src/prefs_gtk.c
3127         * src/prefs_matcher.c
3128         * src/prefs_summary_column.c
3129         * src/prefs_template.c
3130         * src/sourcewindow.c
3131         * src/summary_search.c
3132         * src/summaryview.c
3133         * src/textview.c
3134         * src/gtk/about.c
3135         * src/gtk/description_window.c
3136         * src/gtk/gtkshruler.c
3137         * src/gtk/gtkutils.c
3138         * src/gtk/gtkutils.h
3139         * src/gtk/inputdialog.c
3140         * src/gtk/logwindow.c
3141         * src/gtk/prefswindow.c
3142         * src/gtk/progressdialog.c
3143         * src/gtk/progressdialog.h
3144                 first part of initial sync with main-gtk2
3145                 (more to follow)
3146
3147 2005-01-28 [colin]      1.0.0cvs23.1
3148
3149         * src/folderview.c
3150                 Sync with HEAD
3151
3152 2005-01-27 [colin]      1.0.0cvs21.1
3153
3154         * src/folder.c
3155         * src/folderview.c
3156                 Sync with HEAD
3157
3158 2005-01-27 [colin]      1.0.0cvs19.1
3159
3160         * src/procmime.c
3161                 Sync with HEAD
3162
3163 2005-01-27 [colin]      1.0.0cvs18.1
3164
3165         * src/messageview.c
3166         * src/summaryview.c
3167         * src/mainwindow.c
3168         * src/compose.c
3169         * src/compose.h
3170         * src/procmsg.c
3171         * src/procmsg.h
3172         * src/toolbar.c
3173                 Sync with HEAD
3174
3175 2005-01-26 [paul]       1.0.0cvs15.2
3176
3177         * src/compose.c
3178                 compose_entries_set(): convert subject and body to
3179                 utf8 if necessary. patch by Felix Eckhofer
3180
3181 2005-01-26 [paul]       1.0.0cvs15.1
3182
3183         * configure.ac
3184         * src/common/template.c
3185                 sync with HEAD (fix memory leak)
3186
3187 2005-01-25 [paul]       1.0.0cvs14.1
3188
3189         * configure.ac
3190         * src/compose.c
3191                 sync with HEAD
3192
3193 2005-01-24 [colin]      1.0.0cvs13.1
3194
3195         * src/summaryview.c
3196                 Sync with HEAD
3197
3198 2005-01-24 [paul]       1.0.0cvs12.1
3199
3200         * configure.ac
3201         * src/messageview.c
3202         * src/mh.c
3203         * src/common/utils.c
3204                 sync with HEAD
3205
3206 2005-01-24 [colin]      1.0.0cvs11.1
3207
3208         * src/procheader.c
3209                 Sync with HEAD
3210
3211 2005-01-24 [colin]      1.0.0cvs10.1
3212
3213         * src/folderview.c
3214                 Sync with HEAD
3215
3216 2005-01-23 [colin]      1.0.0cvs9.1
3217
3218         * src/crash.c
3219                 Sync with HEAD
3220
3221 2005-01-22 [colin]      1.0.0cvs8.1
3222
3223         * src/summaryview.c
3224         * src/gtk/quicksearch.c
3225                 Sync with HEAD
3226
3227 2005-01-21 [colin]      1.0.0cvs7.1
3228
3229         * src/summaryview.c
3230                 Sync with HEAD
3231
3232 2005-01-21 [colin]      1.0.0cvs6.1
3233
3234         * src/summaryview.c
3235                 Sync with HEAD
3236
3237 2005-01-21 [colin]      1.0.0cvs5.1
3238
3239         * src/gtk/quicksearch.c
3240         * src/prefs_common.c
3241         * src/prefs_common.h
3242                 Sync with HEAD (recurse option)
3243
3244 2005-01-21 [colin]      1.0.0cvs4.1
3245
3246         * src/folder.h
3247         * src/folderview.c
3248         * src/folderview.h
3249         * src/summaryview.c
3250         * src/gtk/quicksearch.c
3251         * src/gtk/quicksearch.h
3252                 Sync with HEAD (recursive quicksearch)
3253
3254 2005-01-20 [colin]      1.0.0cvs3.4
3255
3256         * src/ssl_manager.c
3257                 Remove useless code
3258
3259 2005-01-20 [colin]      1.0.0cvs3.3
3260
3261         * src/ssl_manager.c
3262                 Fix leak, thanks to Alfons.
3263
3264 2005-01-20 [colin]      1.0.0cvs3.2
3265
3266         * src/ssl_manager.c
3267                 Port SSL certificate window to GTK2.
3268
3269 2005-01-20 [paul]       1.0.0cvs3.1
3270
3271         * ChangeLog.claws
3272         * configure.ac
3273         * src/addrindex.c
3274         * src/addrindex.h
3275                 sync with HEAD
3276
3277 2005-01-19 [colin]      1.0.0cvs2.2
3278
3279         * src/plugins/trayicon/trayicon.c
3280                 Fix freeze with gtk-2.6, the easy way
3281                 (signal blocking helpless there...)
3282                 Closes bug #668.
3283
3284 2005-01-19 [colin]      1.0.0cvs2.1
3285
3286         * src/mbox.c
3287         * src/mbox.h
3288         * src/mainwindow.c
3289         * src/summaryview.c
3290         * src/summaryview.h
3291                 Sync with HEAD
3292
3293 2005-01-19 [paul]       1.0.0cvs1.1
3294
3295         * configure.ac
3296         * po/de.po
3297         * po/es.po
3298         * po/fr.po
3299         * po/hr.po
3300         * po/it.po
3301         * po/ja.po
3302         * po/ko.po
3303         * po/pt_BR.po
3304         * po/ru.po
3305         * po/sk.po
3306         * po/sr.po
3307                 sync with HEAD (update translations)
3308
3309 2005-01-18 [colin]      1.0.0cvs0.1
3310
3311         * src/foldersel.c
3312                 Specify search column - patch by Alfons
3313
3314 2005-01-18 [colin]      0.9.13cvs36.3
3315
3316         * src/prefs_toolbar.c
3317                 Change Delete to Remove
3318         * src/prefs_fonts.c
3319                 GTK2 version and leak fixes
3320         * src/prefs_actions.c
3321                 Add stock buttons.
3322                 All patches by Alfons
3323
3324 2005-01-17 [colin]      0.9.13cvs36.2
3325
3326         * src/compose.c
3327                 Fix DnD inserting twice. While at it,
3328                 add DnD support for text/plain in the
3329                 body, and add support in the headers.
3330
3331 2005-01-16 [colin]      0.9.13cvs36.1
3332
3333         * ChangeLog
3334         * ChangeLog.jp
3335         * ChangeLog.claws
3336                 Sync with HEAD (nothing applicable)
3337
3338 2005-01-16 [colin]      0.9.13cvs33.2
3339
3340         * src/prefs_toolbar.c
3341                 GTK2ize prefs_toolbar, by Alfons.
3342
3343 2005-01-14 [colin]      0.9.13cvs33.1
3344
3345         * src/html.c
3346         * src/msgcache.c
3347                 Sync with HEAD
3348
3349 2005-01-14 [colin]      0.9.13cvs32.1
3350
3351         * src/html.c
3352         * src/html.h
3353         * src/msgcache.c
3354         * AUTHORS
3355         * tools/calypso_convert.pl
3356                 Sync with HEAD
3357
3358 2005-01-08 [colin]      0.9.13cvs29.2
3359
3360         * src/prefs_filtering_action.c
3361         * src/prefs_filtering.c
3362                 2 more gtk2 patches by Alfons
3363
3364 2005-01-07 [paul]       0.9.13cvs29.1
3365
3366         * ChangeLog
3367         * ChangeLog.claws
3368         * ChangeLog.jp
3369         * configure.ac
3370         * src/pop.c
3371         * src/pop.h
3372                 sync with HEAD
3373
3374 2005-01-07 [colin]      0.9.13cvs28.3
3375
3376         * src/gtk/progressdialog.c
3377         * src/gtk/progressdialog.h
3378         * src/inc.c
3379         * src/send_message.c
3380                 GTK2 for the incorporation dialog. The CList isn't dead
3381                 yet, for a more smooth migration. Patch by Alfons.
3382
3383 2005-01-06 [colin]      0.9.13cvs28.2
3384
3385         * src/prefs_display_header.c
3386                 GTK2 conversion by Alfons
3387         * src/prefs_actions.c
3388         * src/prefs_matcher.c
3389                 Fix 2 leaks - patch by Alfons
3390
3391 2005-01-06 [colin]      0.9.13cvs28.1
3392
3393         * src/prefs_matcher.c
3394                 Sync with HEAD
3395
3396 2005-01-06 [colin]      0.9.13cvs27.4
3397
3398         * src/prefs_matcher.c
3399                 Fix double-free. Patch by Alfons
3400
3401 2005-01-06 [colin]      0.9.13cvs27.3
3402
3403         * src/prefs_matcher.c
3404                 GTK2 widgets + memleak
3405                 Patch by Alfons
3406
3407 2005-01-05 [colin]      0.9.13cvs27.2
3408
3409         * src/account.c
3410         * src/addr_compl.c
3411         * src/foldersel.c
3412         * src/stock_pixmap.c
3413         * src/stock_pixmap.h
3414                 3 more GTK2 patches by Alfons.
3415
3416 2005-01-04 [colin]      0.9.13cvs27.1
3417
3418         * src/folderview.c
3419         * src/imap_gtk.c
3420         * src/news_gtk.c
3421                 Sync with HEAD
3422
3423 2005-01-04 [colin]      0.9.13cvs25.9
3424
3425         * src/compose.c
3426                 Fix Show Ruler menuitem
3427         * src/prefs_template.c
3428                 Convert to GTK2
3429         * src/common/utils.c
3430                 Make auto pointer stuff handles NULLs
3431                 Patches by Alfons.
3432
3433 2005-01-04 [colin]      0.9.13cvs25.8
3434
3435         * src/compose.c
3436                 Move the attachment list to gtk2
3437                 Patch by Alfons.
3438
3439 2005-01-04 [colin]      0.9.13cvs25.7
3440
3441         * src/textview.c
3442                 Make some keys work again
3443                 Patch by SungHyun Nam <namsh@kldp.org>
3444
3445 2005-01-04 [colin]      0.9.13cvs25.6
3446
3447         * src/gtk/gtkshruler.c
3448                 Move the ruler to GTK2
3449                 Patch by Alfons
3450
3451 2005-01-03 [colin]      0.9.13cvs25.5
3452
3453         * src/compose.c
3454                 Fix my broken patch apply 
3455
3456 2005-01-03 [colin]      0.9.13cvs25.4
3457
3458         * src/common/utils.c
3459         * src/common/utils.h
3460         * src/gtk/prefswindow.c
3461                 Move auto pointer stuff to utils.c
3462                 Patch by Alfons again :)
3463
3464 2005-01-03 [colin]      0.9.13cvs25.3
3465
3466         * src/compose.c
3467         * src/prefs_gtk.c
3468         * src/prefs_template.c
3469         * src/textview.c
3470                 Empty text widgets with empty strings, not NULL char
3471                 Patch by SungHyun Nam <namsh@kldp_org>
3472
3473 2005-01-03 [colin]      0.9.13cvs25.2
3474
3475         * src/main.c
3476         * AUTHORS
3477                 Sync with HEAD
3478
3479 2005-01-03 [colin]      0.9.13cvs25.1
3480
3481         * src/pop.c
3482         * src/pop.h
3483                 Sync with HEAD
3484
3485 2005-01-03 [colin]      0.9.13cvs24.3
3486
3487         * src/account.c
3488                 Two patches from Alfons and Alex S Moore:
3489                 fix images, fix return value.
3490
3491 2005-01-01 [colin]      0.9.13cvs24.2
3492
3493         * src/prefs_actions.c
3494                 Fix over-zealous assertion. Patch by Alfons
3495
3496 2005-01-01 [colin]      0.9.13cvs24.1
3497
3498         * src/procmime.c
3499                 Sync with HEAD (leak fix)
3500
3501 2004-12-31 [colin]      0.9.13cvs23.2
3502
3503         * src/prefs_common.c
3504                 GTK2 widgets + stock buttons - patch by Alfons
3505
3506 2004-12-31 [paul]       0.9.13cvs23.1
3507
3508         * configure.ac
3509                 bump up EXTRA_VERSION to match (sync'ed) HEAD
3510         * src/gtk/pluginwindow.c
3511                 use GTK2 widgets and plug memory leaks,
3512                 patches by Alfons
3513
3514 2004-12-30 [colin]      0.9.13cvs22.4
3515
3516         * src/account.c
3517         * src/action.c
3518         * src/export.c
3519         * src/foldersel.c
3520         * src/import.c
3521         * src/message_search.c
3522         * src/prefs_actions.c
3523         * src/prefs_common.c
3524         * src/prefs_customheader.c
3525         * src/prefs_filtering.c
3526         * src/prefs_summary_column.c
3527         * src/summary_search.c
3528         * src/gtk/about.c
3529         * src/gtk/description_window.c
3530         * src/gtk/gtkutils.c
3531         * src/gtk/gtkutils.h
3532         * src/gtk/inputdialog.c
3533         * src/gtk/prefswindow.c
3534                 Use GTK2 stock buttons. Patches by Alfons.
3535
3536 2004-12-30 [colin]      0.9.13cvs22.3
3537
3538         * src/account.c
3539                 Sync with HEAD
3540         * src/prefs_actions.c
3541         * src/prefs_customheader.c
3542         * src/prefs_filtering.c
3543         * src/prefs_msg_colors.c
3544         * src/prefs_summary_column.c
3545         * src/gtk/prefswindow.c
3546                 Use GtkTreeView instead of deprecated 
3547                 widgets. Patches by Alfons.
3548
3549 2004-12-30 [paul]       0.9.13cvs22.2
3550
3551         * src/foldersel.c
3552                 use GTK 2 Tree View
3553                 patch by Alfons, with root folder sorting fix
3554                 by Stephan Sachse
3555
3556 2004-12-30 [paul]       0.9.13cvs22.1
3557
3558         * ChangeLog
3559         * ChangeLog.claws
3560         * ChangeLog.jp
3561         * NEWS
3562         * configure.ac
3563         * src/account.c
3564                 sync with HEAD
3565
3566 2004-12-22 [martin]     0.9.13cvs21.2
3567
3568         * src/action.c
3569                 free the command line after its use
3570
3571 2004-12-18 [paul]       0.9.13cvs21.1
3572
3573         * AUTHORS
3574         * ChangeLog
3575         * ChangeLog.claws
3576         * ChangeLog.jp
3577         * NEWS
3578         * configure.ac
3579         * src/action.c
3580         * src/compose.c
3581         * src/syldap.c
3582                 sync with HEAD
3583
3584 2004-12-17 [martin]     0.9.13cvs17.2
3585
3586         * src/action.c
3587                 convert actions input to locale
3588         * src/inc.c
3589                 convert notification command to locale
3590         * src/plugins/pgpmime/select-keys.c
3591                 convert attributes to utf8
3592
3593 2004-12-14 [colin]      0.9.13cvs17.1
3594
3595         * ChangeLog
3596         * ChangeLog.jp
3597         * ChangeLog.claws
3598         * src/action.c
3599         * src/common/utils.c
3600         * src/gtk/prefswindow.c
3601         * src/gtk/gtkutils.c
3602         * src/gtk/gtkutils.h
3603         * src/plugins/spamassassin/libspamc.c
3604                 Sync with HEAD
3605
3606 2004-12-13 [colin]      0.9.13cvs14.1
3607
3608         * src/quote_fmt_parse.y
3609                 Sync with HEAD
3610
3611 2004-12-10 [colin]      0.9.13cvs12.1
3612
3613         * src/prefs_themes.c
3614         * src/mainwindow.c
3615         * src/messageview.c
3616                 Sync with HEAD
3617
3618 2004-12-09 [colin]      0.9.13cvs10.1
3619
3620         * src/procmime.c
3621                 Sync with HEAD (fix B64 encoding from memory)
3622
3623 2004-12-08 [colin]      0.9.13cvs9.1
3624
3625         * src/gtk/colorlabel.c
3626                 Sync with HEAD
3627
3628 2004-12-08 [paul]       0.9.13cvs8.2
3629
3630         * src/gtk/pluginwindow.c
3631                 fix window resizing oddities
3632
3633 2004-12-08 [colin]      0.9.13cvs8.1
3634
3635         * src/quote_fmt_parse.y
3636                 Sync with HEAD
3637
3638 2004-12-08 [colin]      0.9.13cvs7.1
3639
3640         * src/matcher_parser_parse.y
3641         * src/msgcache.c
3642         * src/prefs_matcher.c
3643         * src/procheader.c
3644         * src/matcher.c
3645         * src/common/defs.h
3646         * po/sr.po
3647                 Sync with HEAD
3648
3649 2004-12-08 [colin]      0.9.13cvs6.1
3650
3651         * src/quote_fmt_parse.y
3652         * src/textview.c
3653                 Sync with HEAD
3654         * src/gtk/prefswindow.c
3655         * src/gtk/pluginwindow.c
3656                 Fix G_CALLBACKS protos (thanks to Alfons)
3657
3658 2004-12-07 [torte]      0.9.13cvs2.2
3659
3660         * src/procmime.c
3661                 [Bug 650] reply button causes crash
3662                 Thanks to David Relson and Christoph
3663
3664 2004-12-07 [colin]      0.9.13cvs2.1
3665
3666         * ChangeLog.claws
3667         * AUTHORS
3668         * po/sk.po
3669         * src/procmime.c
3670         * src/prefs_account.c
3671         * src/common/smtp.c
3672         * src/common/smtp.h
3673                 Sync with HEAD
3674
3675 2004-12-06 [colin]      0.9.12cvs187.1
3676
3677         * ChangeLog.claws
3678         * INSTALL
3679         * Makefile.am
3680         * README.claws
3681         * TODO.claws
3682         * configure.ac
3683         * po/bg.po
3684         * po/cs.po
3685         * po/el.po
3686         * po/en_GB.po
3687         * po/es.po
3688         * po/fr.po
3689         * po/hr.po
3690         * po/hu.po
3691         * po/it.po
3692         * po/ja.po
3693         * po/ko.po
3694         * po/nl.po
3695         * po/pl.po
3696         * po/pt_BR.po
3697         * po/ru.po
3698         * po/sk.po
3699         * po/sr.po
3700         * po/sv.po
3701         * po/zh_CN.po
3702         * po/zh_TW.Big5.po
3703         * src/compose.c
3704         * tools/Makefile.am
3705         * tools/README
3706         * tools/filter_conv.pl
3707         * tools/kdeservicemenu/README
3708         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
3709         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
3710                 Sync with HEAD
3711
3712 2004-12-04 [colin]      0.9.12cvs183.1
3713
3714         * src/compose.c
3715                 Sync with HEAD (compose window position saving)
3716
3717 2004-12-04 [paul]       0.9.12cvs182.3
3718
3719         * src/messageview.c
3720         * src/mimeview.c
3721         * src/prefs_customheader.c
3722         * src/gtk/quicksearch.c
3723                 replace some forgotten GTK_SIGNAL_FUNCs
3724
3725 2004-12-04 [paul]       0.9.12cvs182.2
3726
3727         * src/Makefile.am
3728                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
3729                 committed in error      
3730
3731 2004-12-04 [paul]       0.9.12cvs182.1
3732
3733         * ChangeLog
3734         * ChangeLog.claws
3735         * ChangeLog.jp
3736         * INSTALL
3737         * NEWS
3738         * README
3739         * README.jp
3740         * configure.ac
3741         * doc/manual/ja/Makefile.am
3742         * doc/manual/ja/sylpheed-1.html
3743         * doc/manual/ja/sylpheed-10.html
3744         * doc/manual/ja/sylpheed-11.html
3745         * doc/manual/ja/sylpheed-12.html
3746         * doc/manual/ja/sylpheed-13.html
3747         * doc/manual/ja/sylpheed-14.html
3748         * doc/manual/ja/sylpheed-15.html
3749         * doc/manual/ja/sylpheed-16.html
3750         * doc/manual/ja/sylpheed-17.html
3751         * doc/manual/ja/sylpheed-18.html
3752         * doc/manual/ja/sylpheed-19.html
3753         * doc/manual/ja/sylpheed-2.html
3754         * doc/manual/ja/sylpheed-20.html
3755         * doc/manual/ja/sylpheed-3.html
3756         * doc/manual/ja/sylpheed-4.html
3757         * doc/manual/ja/sylpheed-5.html
3758         * doc/manual/ja/sylpheed-6.html
3759         * doc/manual/ja/sylpheed-7.html
3760         * doc/manual/ja/sylpheed-8.html
3761         * doc/manual/ja/sylpheed-9.html
3762         * doc/manual/ja/sylpheed.html
3763         * doc/manual/ja/sylpheed.sgml
3764         * po/de.po
3765         * src/Makefile.am
3766         * src/compose.c
3767         * src/procmime.c
3768         * src/pixmaps/regular.xpm **REMOVED**
3769         * src/plugins/pgpmime/pgpmime.c
3770         * src/plugins/pgpmime/plugin.c
3771         * src/plugins/pgpmime/prefs_gpg.c
3772                 sync with HEAD
3773
3774 2004-12-03 [paul]       0.9.12cvs180.1
3775
3776         * ChangeLog
3777         * ChangeLog.claws
3778         * ChangeLog.jp
3779         * configure.ac
3780         * src/Makefile.am
3781         * src/pop.c
3782         * src/common/utils.c
3783         * src/common/utils.h
3784         * src/pixmaps/continue.xpm
3785         * src/pixmaps/dir_close.xpm
3786         * src/pixmaps/dir_open.xpm
3787         * src/pixmaps/drafts_close.xpm
3788         * src/pixmaps/drafts_open.xpm
3789         * src/pixmaps/folder.xpm **REMOVED**
3790         * src/pixmaps/group.xpm
3791         * src/pixmaps/unread.xpm
3792                 sync with HEAD
3793
3794 2004-12-02 [colin]      0.9.12cvs179.1
3795
3796         * src/compose.c
3797                 Sync with HEAD (non-duplicated reedition)
3798
3799 2004-12-02 [colin]      0.9.12cvs178.1
3800
3801         * src/compose.c
3802                 Sync with HEAD (linewrap_quote fix)
3803
3804 2004-12-01 [colin]      0.9.12cvs177.3
3805
3806         * src/addrharvest.c
3807                 Replace sizeof with strlen
3808
3809 2004-12-01 [paul]       0.9.12cvs177.2
3810
3811         * src/addrharvest.c
3812                 fix 'harvest addresses'
3813
3814 2004-11-30 [colin]      0.9.12cvs177.1
3815
3816         * src/gtk/prefswindow.c
3817         * src/gtk/pluginwindow.c
3818                 Sync with HEAD
3819
3820 2004-11-29 [colin]      0.9.12cvs176.1
3821
3822         * src/folderview.c
3823                 sync with HEAD (Fix disappearing separators in folderview's popup)
3824
3825 2004-11-29 [colin]      0.9.12cvs175.1
3826
3827         * src/procmime.c
3828                 Sync with head (another format fix)
3829
3830 2004-11-29 [colin]      0.9.12cvs174.1
3831
3832         * src/pop.c
3833                 Sync with HEAD (format string fix)
3834
3835 2004-11-26 [colin]      0.9.12cvs173.1
3836
3837         * src/common/smtp.c
3838         * src/common/smtp.h
3839                 Sync with HEAD
3840
3841 2004-11-24 [colin]      0.9.12cvs172.1
3842
3843         * src/plugins/pgpmime/pgpmime.c
3844                 Sync with HEAD
3845
3846 2004-11-24 [colin]      0.9.12cvs171.1
3847
3848         * src/plugins/pgpmime/pgpmime.c
3849                 Sync with head (gpgmectx leaks)
3850
3851 2004-11-24 [colin]      0.9.12cvs169.1
3852
3853         * src/plugins/pgpmime/plugin.c
3854         * src/plugins/trayicon/Makefile.am
3855         * src/plugins/trayicon/newmarkedmail.xpm
3856         * src/plugins/trayicon/trayicon.c
3857         * src/plugins/trayicon/unreadmarkedmail.xpm
3858                 Sync with HEAD
3859
3860 2004-11-23 [colin]      0.9.12cvs168.1
3861
3862         * src/partial_download.c
3863         * src/partial_download.h
3864         * src/plugins/pgpmime/plugin.c
3865                 Sync with HEAD
3866
3867 2004-11-23 [colin]      0.9.12cvs166.1
3868
3869         * src/Makefile.am
3870         * src/codeconv.c
3871         * src/compose.c
3872         * src/folderview.c
3873         * src/main.c
3874         * src/partial_download.c
3875         * src/partial_download.h
3876         * src/prefs_account.c
3877         * src/prefs_account.h
3878         * src/privacy.c
3879         * src/privacy.h
3880         * src/procmime.c
3881         * src/common/Makefile.am
3882         * src/common/base64.h
3883         * src/common/partial_download.c
3884         * src/common/partial_download.h
3885         * src/gtk/prefswindow.c
3886         * src/gtk/prefswindow.h
3887         * src/plugins/pgpmime/pgpmime.c
3888         * src/plugins/pgpmime/prefs_gpg.c
3889         * src/plugins/pgpmime/prefs_gpg.h
3890         * src/plugins/pgpmime/sgpgme.c
3891         * src/plugins/pgpmime/sgpgme.h
3892                 Sync with HEAD
3893
3894 2004-11-23 [colin]      0.9.12cvs163.1
3895
3896         * src/main.c
3897                 Sync with HEAD (cursor optimization)
3898
3899 2004-11-23 [colin]      0.9.12cvs162.1
3900
3901         * src/prefs_common.c
3902         * src/prefs_themes.c
3903         * src/procmsg.c
3904                 Sync with HEAD
3905
3906 2004-11-23 [colin]      0.9.12cvs158.9
3907
3908         * src/compose.c
3909                 Fix double-free when forwarding
3910         * src/msgcache.c
3911                 Fix leak on error path
3912                 
3913
3914 2004-11-23 [colin]      0.9.12cvs158.8
3915
3916         * src/compose.c
3917                 Fix possible double-free
3918                 Spotted by Alfons
3919
3920 2004-11-23 [colin]      0.9.12cvs158.7
3921
3922         * src/compose.c
3923                 Fix some signal handlers' prototypes
3924                 Spotted by Alfons
3925
3926 2004-11-22 [colin]      0.9.12cvs158.6
3927
3928         * src/compose.c
3929                 Remove unneeded code and duplicated
3930                 wrapping - patch by Alfons
3931
3932 2004-11-22 [colin]      0.9.12cvs158.5
3933
3934         * src/prefs_themes.c
3935                 Fix oversized selector
3936
3937 2004-11-22 [colin]      0.9.12cvs158.4
3938
3939         * src/compose.c
3940                 fix dump_text()
3941                 patch by Alfons
3942
3943 2004-11-19 [colin]      0.9.12cvs158.3
3944
3945         * src/textview.c
3946                 Add a context menu on links (open, copy)
3947
3948 2004-11-18 [paul]       0.9.12cvs158.2
3949
3950         * src/addrgather.c
3951         * src/exphtmldlg.c
3952         * src/expldifdlg.c
3953         * src/mimeview.c
3954         * src/prefs_common.c
3955         * src/plugins/image_viewer/viewer.c
3956         * src/plugins/spamassassin/spamassassin_gtk.c
3957                 replace deprecated gtk_notebook_set_page
3958                 and gtk_notebook_current_page
3959
3960 2004-11-18 [paul]       0.9.12cvs158.1
3961
3962         * configure.ac
3963         * src/compose.c
3964         * src/mainwindow.c
3965         * src/messageview.c
3966         * src/prefs_common.c
3967         * src/common/utils.c
3968         * src/common/utils.h
3969                 sync with HEAD
3970
3971 2004-11-17 [colin]      0.9.12cvs156.1
3972
3973         * src/prefs_account.c
3974         * src/prefs_account.h
3975         * src/procmsg.c
3976                 Sync with HEAD (add pref to store encrypted mails encrypted)
3977
3978 2004-11-17 [paul]       0.9.12cvs155.1
3979
3980         * ChangeLog
3981         * ChangeLog.claws
3982         * ChangeLog.jp
3983         * NEWS
3984         * configure.ac
3985         * src/compose.c
3986         * src/jpilot.c
3987         * src/privacy.c
3988         * src/procmime.c
3989         * src/procmime.h
3990         * src/procmsg.c
3991         * src/toolbar.c
3992         * src/pixmaps/error.xpm
3993                 sync with HEAD
3994
3995 2004-11-17 [colin]      0.9.12cvs151.1
3996
3997         * src/plugins/pgpmime/pgpmime.c
3998                 Sync with HEAD (remove debug printf)
3999
4000 2004-11-17 [colin]      0.9.12cvs150.1
4001
4002         * src/plugins/pgpmime/pgpmime.c
4003                 Sync with HEAD (off-by-one fix)
4004
4005 2004-11-17 [colin]      0.9.12cvs149.1
4006
4007         * src/procmsg.c
4008                 Sync with HEAD (coding style fixes)
4009
4010 2004-11-16 [colin]      0.9.12cvs148.1
4011
4012         * src/procmsg.c
4013                 Sync with head (Fix the fix)
4014
4015 2004-11-16 [colin]      0.9.12cvs147.1
4016
4017         * src/procmsg.c
4018                 Sync with Main (leak fix)
4019
4020 2004-11-16 [colin]      0.9.12cvs146.14
4021
4022         * src/compose.c
4023                 Remove useless chunk of code
4024                 Patch by Alfons
4025
4026 2004-11-15 [colin]      0.9.12cvs146.13
4027
4028         * src/compose.c
4029                 Fix drafting after insertion
4030                 Patch by Alfons
4031
4032 2004-11-15 [colin]      0.9.12cvs146.12
4033
4034         * src/compose.c
4035         * src/prefs_filtering.c
4036         * src/prefs_filtering_action.c
4037         * src/prefs_toolbar.c
4038                 Fix some const-correctness
4039
4040 2004-11-15 [colin]      0.9.12cvs146.11
4041
4042         * src/summaryview.c
4043         * src/prefs_themes.c
4044         * src/messageview.c
4045                 Fix some leaks
4046
4047 2004-11-15 [colin]      0.9.12cvs146.10
4048
4049         * src/codeconv.c
4050                 More unreadable locale fixes
4051
4052 2004-11-14 [colin]      0.9.12cvs146.9
4053
4054         * src/textview.c
4055                 Fix uri_security_check
4056                 Patch by Alfons
4057
4058 2004-11-13 [paul]       0.9.12cvs146.8
4059
4060         * src/folder.c
4061         * src/procmime.c
4062                 fix 2 bugs introduced in last commit
4063
4064 2004-11-13 [paul]       0.9.12cvs146.7
4065
4066         * src/compose.c
4067         * src/exporthtml.c
4068         * src/exportldif.c
4069         * src/folder.c
4070         * src/imap.c
4071         * src/imap_gtk.c
4072         * src/main.c
4073         * src/mainwindow.c
4074         * src/messageview.c
4075         * src/mh_gtk.c
4076         * src/prefs_themes.c
4077         * src/procmime.c
4078         * src/setup.c
4079         * src/summaryview.c
4080                 replace deprecated g_basename
4081
4082 2004-11-13 [paul]       0.9.12cvs146.6
4083
4084         * src/compose.c
4085         * src/imap.c
4086         * src/matcher_parser.h
4087         * src/matcher_parser_parse.y
4088         * src/prefs_filtering.c
4089         * src/prefs_filtering_action.c
4090         * src/prefs_themes.c
4091         * src/prefs_toolbar.c
4092         * src/common/utils.c
4093                 various small fixes/cleanups
4094
4095 2004-11-12 [colin]      0.9.12cvs146.5
4096
4097         * src/textview.c
4098                 Validate event's origin on visibility notify
4099                 Patch by Alfons.
4100
4101 2004-11-12 [paul]       0.9.12cvs146.4
4102
4103         * src/exporthtml.c
4104         * src/exportldif.c
4105         * src/imap.c
4106         * src/mh.c
4107         * src/mimeview.c
4108         * src/prefs_spelling.c
4109         * src/prefs_themes.c
4110                 replace deprecated g_dirname    
4111
4112 2004-11-12 [colin]      0.9.12cvs146.3
4113
4114         * src/textview.c
4115                 Some coding style fixes
4116
4117 2004-11-12 [colin]      0.9.12cvs146.2
4118
4119         * src/codeconv.c
4120                 We want to replace _all_ extended chars in
4121                 conv_unreadable_*, because any string containing
4122                 extended chars not parsing as UTF8 is 
4123                 undisplayed on gtk2.
4124
4125 2004-11-12 [paul]       0.9.12cvs146.1
4126
4127         * ChangeLog
4128         * ChangeLog.claws
4129         * ChangeLog.jp
4130         * NEWS
4131         * configure.ac
4132         * src/account.c
4133         * src/folderview.c
4134         * src/folderview.h
4135         * src/imap.c
4136         * src/imap_gtk.c
4137         * src/inc.c
4138         * src/mainwindow.c
4139         * src/mh_gtk.c
4140         * src/news_gtk.c
4141         * src/pop.c
4142         * src/prefs_account.c
4143         * src/prefs_account.h
4144         * src/prefs_ext_prog.c
4145         * src/procmime.c
4146         * src/procmime.h
4147         * src/procmsg.c
4148         * src/procmsg.h
4149         * src/summary_search.c
4150         * src/summaryview.c
4151         * src/textview.c
4152         * src/common/defs.h
4153         * src/common/utils.c
4154         * src/common/utils.h
4155         * src/gtk/menu.c
4156         * src/gtk/menu.h
4157                 sync with HEAD
4158
4159 2004-11-11 [colin]      0.9.12cvs144.2
4160
4161         * src/textview.c
4162                 Fix URI range selection (patch by Alfons)
4163
4164 2004-11-09 [colin]      0.9.12cvs144.1
4165
4166         * ChangeLog.claws
4167         * src/compose.c
4168         * src/folder.c
4169         * src/folder_item_prefs.c
4170         * src/prefs_account.c
4171         * src/prefs_account.h
4172         * src/plugins/pgpmime/pgpmime.c
4173                 Sync with HEAD
4174
4175 2004-11-08 [colin]      0.9.12cvs143.1
4176
4177         * src/summaryview.c
4178                 Sync with HEAD (optimize quicksearch)
4179
4180 2004-11-08 [colin]      0.9.12cvs142.2
4181
4182         * src/compose.c
4183                 Don't wrap when Edit/Auto wrapping is disabled
4184
4185 2004-11-08 [colin]      0.9.12cvs142.1
4186
4187         * src/textview.c
4188                 Sync with HEAD
4189
4190 2004-11-08 [colin]      0.9.12cvs141.1
4191
4192         * src/textview.c
4193                 Sync with HEAD (fix some mail URIs)
4194
4195 2004-11-08 [colin]      0.9.12cvs140.3
4196
4197         * src/textview.c
4198                 o Use text cursor instead of arrow when
4199                   not on a link
4200                 o Fix handling of contiguous links (as in
4201                   "colin@colino.net" <colin@colino.net>)
4202                   This one unveils a bug in get_email_part()
4203
4204 2004-11-07 [colin]      0.9.12cvs140.2
4205
4206         * src/textview.c
4207                 Fix memleak. Patch by Alfons.
4208
4209 2004-11-06 [colin]      0.9.12cvs140.1
4210
4211         * src/compose.c
4212                 Sync with HEAD (don't ask passphrase
4213                 when drafting)
4214
4215 2004-11-06 [paul]       0.9.12cvs139.2
4216
4217         * AUTHORS
4218         * src/textview.c
4219         * src/textview.h
4220                 textview URI handling. hovering over a 
4221                 link displays it in the status bar,
4222                 and changes the mouse pointer to a hand 
4223                 cursor. a link is activated with a single 
4224                 click. (Modified from the) patch by Jean-Yves 
4225                 Lefort <jylefort@users.sourceforge.net>
4226                 
4227
4228 2004-11-05 [colin]      0.9.12cvs139.1
4229
4230         * src/compose.c
4231         * src/procmime.c
4232                 Sync with HEAD again ^^
4233
4234 2004-11-05 [colin]      0.9.12cvs139.1
4235
4236         * src/compose.c
4237         * src/procmime.c
4238                 Sync with HEAD
4239
4240 2004-11-03 [paul]       0.9.12cvs138.1
4241
4242         * ChangeLog.claws
4243         * configure.ac
4244         * po/POTFILES.in
4245         * src/prefs_ext_prog.c
4246         * src/procmime.c
4247         * tools/kdeservicemenu/README
4248         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
4249         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
4250                 sync with HEAD
4251
4252 2004-11-01 [christoph]  0.9.12cvs136.2
4253
4254         * src/procmime.c
4255                 convert MIME parameters to UTF-8
4256
4257 2004-10-29 [colin]      0.9.12cvs136.1
4258
4259         * src/common/utils.c
4260                 Sync with HEAD (don't use '=' in mime boundary)
4261
4262 2004-10-29 [paul]       0.9.12cvs135.1
4263
4264         * configure.ac
4265         * doc/src/rfc2231.txt
4266         * src/procmime.c
4267         * src/common/quoted-printable.c
4268         * src/common/utils.c
4269         * src/common/utils.h
4270                 sync with HEAD
4271
4272 2004-10-27 [paul]       0.9.12cvs134.1
4273
4274         * configure.ac
4275         * src/main.c
4276         * src/procmime.c
4277         * src/plugins/pgpmime/pgpmime.c
4278                 sync with HEAD
4279
4280 2004-10-26 [paul]       0.9.12cvs132.3
4281
4282         * src/account.c
4283         * src/addressbook.c
4284         * src/addrgather.c
4285         * src/addrharvest.c
4286         * src/codeconv.c
4287         * src/compose.c
4288         * src/customheader.c
4289         * src/editaddress.c
4290         * src/editgroup.c
4291         * src/enriched.c
4292         * src/expldifdlg.c
4293         * src/exporthtml.c
4294         * src/exportldif.c
4295         * src/folder.c
4296         * src/foldersel.c
4297         * src/folderview.c
4298         * src/grouplistdialog.c
4299         * src/html.c
4300         * src/imap.c
4301         * src/jpilot.c
4302         * src/ldapserver.c
4303         * src/ldif.c
4304         * src/mimeview.c
4305         * src/news.c
4306         * src/news_gtk.c
4307         * src/pop.c
4308         * src/prefs_display_header.c
4309         * src/prefs_gtk.c
4310         * src/prefs_msg_colors.c
4311         * src/prefs_toolbar.c
4312         * src/procheader.c
4313         * src/procmime.c
4314         * src/summaryview.c
4315         * src/textview.c
4316         * src/toolbar.c
4317         * src/vcard.c
4318         * src/common/mgutils.c
4319         * src/common/nntp.c
4320         * src/common/smtp.c
4321         * src/common/template.c
4322         * src/common/utils.c
4323         * src/common/xmlprops.c
4324         * src/plugins/pgpmime/pgpmime.c
4325         * src/plugins/pgpmime/select-keys.c
4326         * src/plugins/pgpmime/sgpgme.c
4327                 replace deprecated g_strcasecmp(), g_strncasecmp(),
4328                 g_string_sprintfa(), gtk_notebook_current_page()
4329
4330 2004-10-26 [colin]      0.9.12cvs132.2
4331
4332         * src/prefs_folder_item.c
4333                 Fix default-account selection
4334
4335 2004-10-21 [colin]      0.9.12cvs133
4336
4337         * src/compose.c
4338                 Sync with HEAD (Remove extra separator in compose's Options)
4339         * src/textview.c
4340                 Set wrapping to char
4341
4342 2004-10-21 [paul]       0.9.12cvs131.2
4343
4344         * src/compose.c
4345         * src/sourcewindow.c
4346                 fix wrapping
4347                 fix window shrinking 
4348
4349 2004-10-21 [colin]      0.9.12cvs131.1
4350
4351         * ChangeLog.claws
4352         * src/compose.c
4353                 Sync with HEAD
4354
4355 2004-10-21 [paul]       0.9.12cvs130.2
4356
4357         * src/prefs_folder_item.c
4358                 sync with HEAD (Apply to subfolders)
4359
4360 2004-10-19 [colin]      0.9.12cvs130.1
4361
4362         * ChangeLog.claws
4363         * src/compose.c
4364         * src/common/utils.c
4365         * src/gtk/menu.c
4366                 Sync with HEAD
4367
4368 2004-10-19 [colin]      0.9.12cvs128.1
4369
4370         * src/addrbook.c
4371         * src/addrcache.c
4372         * src/addressbook.c
4373         * src/codeconv.c
4374         * src/compose.c
4375         * src/customheader.c
4376         * src/editaddress.c
4377         * src/editgroup.c
4378         * src/exporthtml.c
4379         * src/folder.c
4380         * src/folderview.c
4381         * src/imap.c
4382         * src/jpilot.c
4383         * src/main.c
4384         * src/matcher_parser_parse.y
4385         * src/mbox.c
4386         * src/pop.c
4387         * src/prefs_account.c
4388         * src/prefs_gtk.c
4389         * src/prefs_msg_colors.c
4390         * src/procheader.c
4391         * src/procmime.c
4392         * src/procmime.h
4393         * src/procmsg.c
4394         * src/summaryview.c
4395         * src/textview.c
4396         * src/common/base64.c
4397         * src/common/partial_download.c
4398         * src/common/socket.c
4399         * src/common/sylpheed.c
4400         * src/common/utils.c
4401         * src/common/utils.h
4402         * src/gtk/pluginwindow.c
4403         * src/gtk/quicksearch.c
4404         * src/plugins/clamav/clamav_plugin.c
4405         * src/plugins/clamav/clamav_plugin.h
4406         * src/plugins/clamav/clamav_plugin_gtk.c
4407         * src/plugins/pgpmime/passphrase.c