update Russian translation
[claws.git] / ChangeLog
1 2004-06-17
2
3         * version 0.9.12
4
5 2004-06-17
6
7         * src/session.c: session_set_timeout(): fixed a bug that didn't
8           reset timeout_tag when interval is 0.
9
10 2004-06-16
11
12         * src/gtkstext.c: gtk_stext_update_text(): added null checking for
13           cache (thanks to Jim Hranicky).
14
15 2004-06-15
16
17         * src/defs.h: increased CACHE_VERSION to work around the
18           incompatibility of the cache on some platforms (ex. FreeBSD).
19         * src/procmsg.c: procmsg_read_cache(): discard all read cache data
20           if an error occurred.
21
22 2004-06-10
23
24         * src/summaryview.[ch]: hide 'Re-edit' menu when it's unusable.
25
26 2004-06-08
27
28         * src/inc.[ch]
29           src/send_message.c
30           src/session.[ch]: implemented session timeout.
31         * src/pop.h: removed unused values from Pop3ErrorValue.
32
33 2004-06-07
34
35         * src/inc.c: inc_all_account_mail(): code cleanup.
36
37 2004-06-03
38
39         * src/procmsg.c: procmsg_read_cache_data_str(): changed gint32 to
40           guint32 for some platforms.
41         * src/summaryview.c: restored 'Print' menu.
42
43 2004-06-01
44
45         * src/about.c: modified copyright year.
46
47 2004-05-28
48
49         * version 0.9.11
50
51 2004-05-21
52
53         * src/smtp.c: comply with RFC 2821 (thanks to Alfons).
54
55 2004-05-20
56
57         * src/folderview.[ch]: implemented spring-loaded folder.
58
59 2004-05-20
60
61         * src/folderview.c: folderview_button_pressed(): enable menu item
62           'Search messages...' only when opened folder is selected.
63
64 2004-05-19
65
66         * src/compose.c
67           src/prefs_common.[ch]: removed the option "Queue messages that fail
68           to send".
69
70 2004-05-18
71
72         * src/summaryview.c: cleaned up the context menu.
73         * src/mainwindow.c: changed the position of '/Message/Re-edit'
74           menuitem.
75
76 2004-05-12
77
78         * src/procmsg.[ch]: fixed the type of integer value in cache data
79           to g(u)int32.
80
81 2004-05-11
82
83         * src/nntp.c: nntp_get_article(): ignore the protocol error of
84           response for some broken news servers (thanks to Davide Scola).
85
86 2004-05-11
87
88         * src/gtkutils.[ch]: added gtkut_editable_disable_im().
89         * src/passphrase.c: disable XIM on entering passphrase.
90
91 2004-05-11
92
93         * src/compose.c
94           src/folderview.c
95           src/inc.c
96           src/prefs_display_header.c
97           src/procmsg.h: fixed for AMD64 (and other 64-bit platforms)
98           (thanks to Hiroyuki Ikezoe).
99
100 2004-05-10
101
102         * src/inc.[ch]: don't use gtk_timeout_add(), instead use
103           gettimeofday() (to prevent infrequent lockup).
104
105 2004-03-19
106
107         * src/defs.h
108           src/inc.[ch]: changed the method of updating the progress dialog
109           to reduce the overhead on a fast network.
110
111 2004-03-16
112
113         * src/nntp.c: nntp_session_new(): attempt to authenticate at the
114           beginning of a session (thanks to Shiino Yuki and IWAMOTO, Kouichi).
115         * src/news.c
116           src/nntp.c: destroy session when socket error occurred.
117
118 2004-03-12
119
120         * src/mainwindow.c
121           src/summaryview.[ch]: added a function to filter selected
122           messages.
123
124 2004-03-12
125
126         * src/filter.[ch]
127           src/prefs_filter.c: rewrote the filtering system (the UI is not
128           implemented yet).
129
130 2004-03-09
131
132         * src/filter.c: fixed the matching algorithm of "not contain" flag
133           (also match if a header not exist, and handle same multiple
134           headers).
135         * src/imageview.c: get_resized_size(): fixed a typo that caused
136           resizing problem.
137
138 2004-03-02
139
140         * src/folder.c
141           src/mh.c: only update FolderItem::last_num when removing the last
142           number of message in MH folders, and don't scan in other case
143           (fixes wrong message count on moving).
144
145 2004-03-02
146
147         * src/folderview.c
148           src/summaryview.c: always move messages by default when using DnD
149           (except for News folder). Copy messages if Ctrl-key is pressed.
150         * src/mainwindow.c: main_window_empty_trash()
151           src/summaryview.c: summary_execute(): added missing
152           statusbar_pop_all().
153
154 2004-02-29
155
156         * version 0.9.10
157
158 2004-02-26
159
160         * src/prefs_common.c: made the default of "inc_local" FALSE.
161
162 2004-02-26
163
164         * src/account.c
165           src/folderview.c: toggle online mode when checking IMAP4 accounts.
166           Pop status bar after that.
167         * src/inc.c: code cleanup.
168         * src/mainwindow.[ch]: added main_window_get() and
169           main_window_toggle_online_if_offline().
170         * src/prefs_common.c: prefs_common_read_config(): fixed a bug that
171           made it offline mode on first execution.
172
173 2004-02-25
174
175         * src/imageview.c: enabled automatic resize on window resize.
176           restrict the minimum size to 16 pixels to prevent crash.
177           imageview_init(): don't cache images when using imlib.
178           imageview_show_image(): fixed memory leak.
179         * src/mimeview.c: mimeview_init(): call imageview_init().
180
181 2004-02-24
182
183         * src/codeconv.[ch]: added ISO-2022-JP-3 encoding.
184
185 2004-02-24
186
187         * src/codeconv.c
188           src/mainwindow.c
189           src/messageview.c: added KOI8-U encoding.
190         * src/prefs_common.c: prefs_message_create(): modified the string
191           of resizing image option.
192
193 2004-02-19
194
195         * src/addressbook.c: addressbook_list_selected(): corrected its
196           argument.
197         * src/imageview.[ch]: keep original image data in ImageView, and
198           enabled the toggle of resizing.
199         * src/messageview.[ch]
200           src/mimeview.[ch]: handle ImageView in MimeView instead of
201           MessageView.
202
203 2004-02-16
204
205         * src/imap.c
206           src/news.c
207           src/summaryview.c: removed statusbar_pop_all() from imap.c and
208           news.c (do it in summaryview.c).
209
210 2004-02-12
211
212         * src/inc.[ch]
213           src/pop.[ch]: made inc_drop_message() the virtual function of
214           Pop3Session and removed the dependency of pop.c on inc.h.
215
216 2004-02-12
217
218         * src/mainwindow.c
219           src/messageview.[ch]
220           src/textview.c: added statusbar to the message view with new window.
221
222 2004-02-10
223
224         * src/inc.[ch]: use hash table for progressive update.
225           changed update interval to 2 sec.
226         * src/folder.[ch]
227           src/mh.c
228           src/procmsg.c
229           src/summaryview.c: added FolderItem::unmarked_num to correct the
230           folder message counting.
231
232 2004-02-09
233
234         * src/inc.[ch]: update folderview progressively.
235         * src/foldersel.c: display full id for selected item.
236
237 2004-02-06
238
239         * src/folderview.[ch]: code cleanup.
240           folderview_append_item(): new. It appends the folder to the folder
241           view.
242         * src/foldersel.c: foldersel_new_folder(): use
243           folderview_append_item().
244
245 2004-02-06
246
247         * src/foldersel.c: implemented 'create new folder' function.
248         * src/folder.[ch]: folder_find_child_item_by_name(): new.
249         * src/utils.h: AUTORELEASE_STR(): convert malloc'd string into
250           auto-release (alloca'd) one.
251
252 2004-02-05
253
254         * src/folderview.c: put together folderview_new_imap_folder_cb() into
255           folderview_new_folder_cb().
256
257 2004-02-04
258
259         * src/compose.c: compose_write_to_file(): removed redundant strlen()
260           (thanks to Alfons).
261         * src/textview.c: textview_button_pressed(): select correct account
262           when address is clicked.
263
264 2004-01-29
265
266         * version 0.9.9
267
268 2004-01-29
269
270         * src/folder.c: folder_item_fetch_all_msg()
271           src/folderview.c: folderview_download_cb(): show progress with
272           the progressbar.
273         * src/mainwindow.[ch]: added new functions for progressbar.
274
275 2004-01-29
276
277         * src/summaryview.c: summary_key_pressed(): GDK_Left should only
278           switch to folderview when summaryview hscrollbar is at the leftmost
279           position (thanks to Alfons).
280
281 2004-01-29
282
283         * src/codeconv.c: conv_euctojis(): made JIS X 0201 Kana conversion
284           configurable.
285         * src/prefs_common.[ch]: added PrefsCommon::allow_jisx0201_kana
286           (hidden setting).
287
288 2004-01-28
289
290         * src/codeconv.c: conv_euctojis(): force JIS X 0201 Kana to JIS X 0208
291           conversion.
292
293 2004-01-28
294
295         * src/imap.c: imap_get_msginfo(): fixed wrong counting.
296
297 2004-01-28
298
299         * src/base64.c
300           src/codeconv.c
301           src/compose.c
302           src/html.c
303           src/imap.c
304           src/pop.c
305           src/prefs_account.c
306           src/procmime.c
307           src/procmsg.c
308           src/quote_fmt_parse.y
309           src/quoted-printable.c
310           src/textview.c
311           src/unmime.c
312           src/utils.c
313           src/utils.h
314           src/xml.c: fixed wrong type of argument for ctype functions (char
315           had been passed instead of unsigned char).
316
317
318 2004-01-27
319
320         * src/mainwindow.[ch]: added MainWindow::messageview_cid.
321           Clear messageview when it is hidden.
322         * src/textview.c: show URL to the statusbar when its link is clicked.
323           textview_uri_security_check(): compare real URL and apparent one
324           and show warning if it seems to be a fake URL.
325         * src/utils.[ch]:
326           is_uri_string(): return TRUE if the string seems like a URL.
327           get_uri_path(): return URL except for its scheme part.
328
329 2004-01-23
330
331         * src/folder.[ch]: folder_item_fetch_all_msg(): new. It fetches all
332           messages in a folder.
333         * src/folderview.c: implemented 'Download' feature.
334
335 2004-01-23
336
337         * src/gtkutils.[ch]: implemented ComboButton which adds an arrow
338           menu button to a button.
339         * src/mainwindow.[ch]: main_window_toolbar_create(): added combo
340           button to reply and forward button.
341
342 2004-01-22
343
344         * src/mainwindow.c: fixed automatic expansion of window size because
345           of toolbar.
346
347 2004-01-21
348
349         * src/addr_compl.[ch]
350           src/gtkshruler.[ch]: changed the copyright notice.
351
352 2004-01-20
353
354         * src/gtkstext.c: find_line_params(): also break between mutlibyte
355           and single-byte characters.
356
357 2004-01-20
358
359         * src/gtkstext.c: find_line_params(): break lines between multibyte
360           characters on word wrap mode.
361
362 2004-01-05
363
364         * src/codeconv.c: conv_iconv_strdup(): fixed crashes on LP64
365           environments (thanks to James Noyes).
366         * src/compose.c: compose_select_account(): don't turn off the sign/
367           encrypt option automatically.
368
369 2003-12-17
370
371         * src/inc.[ch]: made inc_account_mail() public.
372         * src/mainwindow.c: moved receive menus into submenu, and added
373           dynamic menus for receiving from each account.
374
375 2003-12-15
376
377         * version 0.9.8a
378
379 2003-12-15
380
381         * src/procmsg.c: procmsg_open_data_file(): set buffer if DATA_READ
382           is specified and a buffer is given.
383           procmsg_open_cache_file_with_buffer(): new.
384           procmsg_read_cache(): fixed a bug that called setvbuf() after an
385           file I/O which caused buffer read error.
386
387 2003-12-12
388
389         * version 0.9.8
390
391 2003-12-12
392
393         * configure.in: enable IPv6 support by default.
394
395 2003-12-11
396
397         * src/inc.c: inc_mail(), inc_all_account_mail(): ask user to switch
398           to online when in offline mode.
399         * src/mainwindow.h: added main_window_toggle_online().
400
401 2003-12-11
402
403         * src/foldersel.c
404           src/folderview.[ch]
405           src/mainwindow.c
406           src/stock_pixmap.[ch]
407           src/pixmap/dir-noselect.xpm: made no-select folders display with
408           dim icon and string.
409         * src/Makefile.am: added offline.xpm, online.xpm, and
410           dir-noselect.xpm to EXTRA_DIST.
411
412 2003-12-11
413
414         * src/folder.h: added macro FOLDER_ITEM_CAN_ADD().
415         * src/folderview.c: folderview_drag_motion_cb(): code cleanup.
416           folderview_drag_received_cb(): don't accept at no_select folder or
417           from itself.
418         * src/foldersel.c: made folders on which no_select flag is set not
419           selectable.
420
421 2003-12-10
422
423         * src/imap.c: imap_do_copy_msgs(), imap_remove_msgs(): code cleanup.
424           set MSG_INVALID flag when messages are deleted.
425         * src/mh.c: mh_do_move_msgs(), mh_remove_msg(): set MSG_INVALID flag
426           when messages are deleted.
427         * src/procmsg.[ch]:
428           procmsg_move_messages()
429           procmsg_copy_messages(): return error status.
430           Added MSG_INVALID to MsgTmpFlags.
431         * src/summaryview.c: summary_execute(): detect errors and only remove
432           nodes that are invalidated.
433           summary_unthread_for_exec(): fixed a bug that didn't remove nodes
434           in collapsed trees.
435
436 2003-12-06
437
438         * src/mainwindow.[ch]: added online switch button to the statusbar,
439           and "/File/Work offline" in the menu.
440         * src/pixmaps/offline.xpm
441           src/pixmaps/online.xpm: new (borrowed from
442           themes/classic/communicator/icons/ in Mozilla).
443         * src/stock_pixmap.[ch]: added online.xpm and offline.xpm.
444         * src/textview.[ch]: textview_show_error(): new.
445         * src/summaryview.c: summary_display_msg_full(): update marks only
446           if messages are displayed.
447         * src/prefs_common.[ch]: added PrefsCommon::online_mode.
448         * src/news.c: news_session_get()
449           src/imap.c: imap_session_get(): return NULL when in offline mode.
450         * src/messageview.[ch]: messageview_show(): return status whether
451           messages are successfully displayed. Display error messages in
452           the view when failed.
453         * src/procmsg.c:
454           procmsg_get_message_file()
455           procmsg_open_message(): don't output warnings when fetch failed.
456
457 2003-12-04
458
459         * src/html.c: html_get_tag(): support attributes which don't have
460           values.
461
462 2003-12-04
463
464         * src/codeconv.c: conv_get_code_conv_func(): return conv_latintodisp
465           only if src_charset and current charset is identical or current
466           one is multibyte (fixes display of ISO-8859-5 on KOI8-R locale etc.).
467
468 2003-11-25
469
470         * autogen.sh: don't include m4 directory in aclocal.
471         * intl/libgnuintl.h: removed from cvs.
472         * po/.cvsignore: added stamp-po and remove-potcdate.sed.
473
474 2003-11-24
475
476         * upgraded to gettext-0.12.1.
477
478 2003-11-24  gettextize  <bug-gnu-gettext@gnu.org>
479
480         * Makefile.am (SUBDIRS): Add m4.
481         (ACLOCAL_AMFLAGS): New variable.
482         (EXTRA_DIST): Add config.rpath.
483         * configure.in (AC_OUTPUT): Add m4/Makefile.
484
485 2003-11-21
486
487         * configure.in: added check for d_type member in struct dirent.
488         * src/mh.c: mh_scan_folder(): use d->d_type if available.
489           mh_get_uncached_msgs(): removed redundant stat().
490           mh_parse_msg(): return NULL if not a regular file.
491           mh_scan_tree_recursive(): use d->d_type if available.
492         * src/utils.[ch]:
493           dirent_is_regular_file()
494           dirent_is_directory(): new. Use d->d_type to determine the type
495           of entry if available.
496           remove_dir_recursive(): use dirent_is_directory().
497
498 2003-11-14
499
500         * src/folder.h: added 'updated' flag to FolderItem.
501         * src/folderview.[ch]: folderview_update_all_updated(): new. It
502           updates all updated folders.
503         * src/imap.c: set FolderView::update flag on changes of contents.
504         * src/main.c: send_queue()
505           src/mainwindow.c: send_queue_cb(): code cleanup.
506         * src/mh.c: code cleanup.
507           mh_scan_folder(): correctly count new messages.
508         * src/procmsg.[ch]: code cleanup.
509           procmsg_open_cache_file(): new.
510           procmsg_open_mark_file(): enable read/write/append.
511           procmsg_send_queue(): correctly choose outbox for accounts.
512         * src/send_message.[ch]: send_get_queue_info(): get a queue
513           information from queued messages.
514           send_queue_info_free(): free QueueInfo.
515           send_message_queue(): take QueueInfo as an argument instead of file.  
516         * src/summaryview.c: summary_write_cache(): code cleanup.
517
518 2003-11-10
519
520         * src/compose.c: compose_redirect_write_headers(): correctly add
521           Resent-Cc: header.
522
523 2003-11-05
524
525         * src/imap.c: imap_get_msg_list(): fallback to FETCH command if SEARCH
526           command to get flags failed.
527           imap_search_flags(): returns UID array and flags hash table using
528           SEARCH command.
529           imap_fetch_flags(): returns UID array and flags hash table using
530           FETCH command.
531
532 2003-10-28
533
534         * src/summary_search.c: summary_search_execute(): fixed 'Select all
535           matched' when backward search is enabled.
536           Made the backward search button insensitive when 'select all
537           matched' is enabled.
538
539 2003-10-15
540
541         * version 0.9.7
542
543 2003-10-15
544
545         * src/imap.c: imap_scan_tree(): check the existence of root directory
546           with LIST instead of STATUS.
547
548 2003-10-07
549
550         * src/send_message.c: fixed format string bug (exploitable by
551           malicious SMTP server) when calling alertpanel_error()
552           (thanks to Georgi Guninski).
553
554 2003-10-03
555
556         * src/folder.[ch]
557           src/imap.[ch]
558           src/mh.[ch]
559           src/news.[ch]: refactoring of the folder system (based on the claws'
560           implementation).
561         * src/account.c
562           src/foldersel.c
563           src/folderview.c
564           src/mainwindow.c
565           src/messageview.c
566           src/procmsg.c
567           src/setup.c
568           src/summaryview.c: use FOLDER_TYPE() macro at every place.
569
570 2003-09-17
571
572         * version 0.9.6
573
574 2003-09-17
575
576         * src/addressbook.c:
577           addressbook_folder_load_person()
578           addressbook_folder_load_group(): sort the ctree after the end of
579           the loop (fixes performance issue when many addresses are in one
580           folder) (thanks to christian mock).
581
582 2003-09-16
583
584         * src/folderview.c: folder_init(): code cleanup.
585         * src/summaryview.c: summary_init(): check if boldfont is
586           successfully loaded.
587         * src/grouplistdialog.c: use proper callback for delete_event (thanks
588           to Takuro Ashie).
589         * src/imap.c: allow zero-length messages.
590         * src/recv.c: recv_bytes_write(): return immediately if size == 0.
591
592 2003-09-16
593
594         * src/folderview.c: folderview_init(): if font can't be loaded, fall
595           back to gtk default (fixes crashes on startup). Also removed the
596           redundant code.
597
598 2003-09-15
599
600         * src/compose.c: compose_insert_sig(): insert signature at the
601           current cursor position on manual operation.
602
603 2003-09-11
604
605         * src/summaryview.c: summary_key_pressed(): don't ignore delete key
606           even if the main window is locked.
607
608 2003-09-10
609
610         * src/action.c: improved synchronous action exit code (fixes long
611           delay after action exit on RH9) (thanks to Melvin).
612         * src/stringtable.[ch]: string_table_insert_string(): modified the
613           code to remove the warning "dereferencing type-punned pointer will
614           break strict-aliasing rules".
615           Use const gchar * instead of gchar * for arguments.
616
617 2003-09-05
618
619         * src/utils.[ch]: generate_mime_boundary(): a new function to create
620           MIME boundary (moved from rfc2015.c).
621           Removed more special characters.
622           Use random() instead of lrand48() which is obsolete.
623           Added an argument for prefix to prevent duplication.
624           Always add "=_" as a counter-QP sequence to simplify the code.
625         * src/rfc2015.c:
626           rfc2015_decrypt_message()
627           rfc2015_encrypt()
628           rfc2015_sign(): fixed a bug that didn't handle continuous content
629           lines correctly.
630         * src/compose.c
631           src/rfc2015.c: use generate_mime_boundary().
632
633 2003-09-05
634
635         * src/folderview.c:
636           folderview_delete_folder_cb()
637           folderview_remove_mailbox_cb(): close currently displayed folder
638           before removing FolderItem (fixes crash on deleting folder).
639         * src/folder.h
640           src/imap.[ch]: imap_scan_tree()
641           src/mh.[ch]: mh_scan_tree(): return -1 when scanning failed.
642         * src/summaryview.c: summary_clear_all(): also clear the message view.
643         * src/imap.c: imap_close(): fail if the specified folder is not
644           selected.
645           imap_scan_tree(): check if the specified root directory exist, and
646           try creating it if not.
647           imap_parse_list(): output warning if a server returns error.
648           imap_find_namespace_from_list(): support not slash-delimited path.
649           imap_status(): don't return values if they're not specified.
650
651 2003-09-02
652
653         * sylpheed.spec.in: fixed a typo.
654
655 2003-09-02
656
657         * version 0.9.5
658
659 2003-09-01
660
661         * src/inc.[ch]
662           src/main.c
663           src/mainwindow.c
664           src/prefs_common.[ch]: added the receive dialog's option to
665           display the dialog only on manual receiving, and the
666           RECV_DIALOG_ACTIVE option was removed.
667
668 2003-09-01
669
670         * src/compose.c: compose_write_headers(): also replace ':' in the
671           MIME boundary with '_' (as a workaround for broken servers).
672
673 2003-08-28
674
675         * src/imap.c: imap_scan_tree_recursive(): fixed compile error.
676
677 2003-08-27
678
679         * src/prefs_filter.c: added 'Top' and 'Bottom' button.
680
681 2003-08-26
682
683         * src/folder.[ch]: folder_item_remove_children(): new. It removes
684           all children under a FolderItem.
685         * src/folderview.c: folderview_rescan_tree(): modified the message.
686         * src/imap.c: imap_scan_tree(), imap_scan_tree_recursive(): reuse
687           the previous FolderItem objects.
688
689 2003-08-25
690
691         * src/folder.[ch]: added a reference to its own GNode in FolderItem.
692           folder_item_remove(): free all FolderItem's.
693           folder_tree_destroy(): use folder_item_remove().
694         * src/folderview.c: folderview_sort_folders(): keep the order even
695           if special folders' parents are different.
696         * src/imap.c: imap_scan_tree_recursive(): fixed a memory leak.
697         * src/mh.c: mh_scan_tree(): preserve the previous FolderItem's.
698           mh_remove_missing_folder_items(): scan the directories and remove
699           missing folders.
700           mh_scan_tree_recursive(): reuse the previous FolderItem objects.
701
702 2003-08-20
703
704         * src/mainwindow.c: always reflect window size changes.
705         * src/folderview.c: folderview_init()
706           src/summaryview.c: summary_init(): realize the widget before
707           creating pixmaps.
708         * src/prefs_common.[ch]: remember the folder and mesage view's
709           visibility.
710
711 2003-08-07
712
713         * src/mainwindow.c
714           src/prefs_common.[ch]: remember the size and position of
715           separated views.
716           main_window_set_widgets(): fixed a bug that the hidden items on
717           the header view were shown when changing the view type.
718           Instead of setting the window size, set the each view's size.
719
720 2003-08-01
721
722         * src/compose.c: compose_select_account(): don't append signature
723           on redirect mode.
724           compose_insert_sig(): don't insert "\n\n" if signature string
725           doesn't exist. Always insert signature at the end of message.
726
727 2003-08-01
728
729         * improved sylpheed.spec.in (thanks to Andre Oliveira da Costa).
730
731 2003-07-31
732
733         * minor code cleanups for the folder system.
734         * src/compose.c: compose_queue(), compose_draft_cb(): code cleanup.
735         * src/folder.c: code cleanups.
736         * src/imap.c
737           src/mh.c: calculate message numbers inside the functions.
738         * src/procmsg.c: procmsg_set_flags(): calculate message numbers.
739         * src/summaryview.[ch]: don't calculate and preserve message numbers
740           inside SummaryView,
741
742 2003-07-30
743
744         * src/folder.[ch]
745           src/imap.[ch]
746           src/mh.[ch]
747           src/procmsg.c
748           src/summaryview.c: renamed *_msgs_with_dest() to *_msgs().
749
750 2003-07-29
751
752         * src/imap.[ch]: use CAPABILITY to use protocol extentions.
753           imap_greeting(): parse initial server greeting. Also support
754           PREAUTH response.
755           imap_add_msgs()
756           imap_cmd_append(): use APPENDUID responses if UIDPLUS is supported.
757
758 2003-07-28
759
760         * src/imap.c: imap_get_flag_str(): fixed a buffer overrun.
761
762 2003-07-25
763
764         * version 0.9.4
765
766 2003-07-25
767
768         * src/main.c: main(): don't save config files on startup.
769
770 2003-07-25
771
772         * src/imap.c:
773           imap_get_msg_list(): removed redundant UID SEARCH ALL when not
774           using cache.
775           Unset MSG_NEW flag if \Seen is set.
776           imap_get_uncached_messages(): fetch all messages if both first_uid
777           and last_uid is 0.
778
779 2003-07-24
780
781         * src/imap.c: revamped the implementation so that it always
782           exactly reflects the state of IMAP4 servers.
783           imap_get_msg_list(): examine the state of messages using
784           UID SEARCH commands.
785           imap_delete_cached_message(): removes single message cache.
786           imap_get_uid(): removed.
787           imap_cmd_search(): new. It issues UID SEARCH command and returns
788           an array of UIDs.
789           imap_cmd_gen_recv(): made the length of strings unrestricted.
790           imap_get_uid_table(): returns a hash table from UID array.
791
792 2003-07-24
793
794         * src/folder.[ch]
795           src/imap.[ch]
796           src/mh.[ch]
797           src/news.[ch]: added Folder::close() method.
798         * src/summaryview.c: summary_clear_list(): call folder_item_close().
799
800 2003-07-23
801
802         * flags are now taken over when copying messages into IMAP folders
803           from others.
804         * src/imap.[ch]
805           src/mh.[ch]
806           imap_add_msg()
807           imap_add_msgs()
808           mh_add_msg()
809           mh_add_msgs(): flags can be also specified when adding files.
810         * src/folder.[ch]: added assertions for virtual functions.
811         * src/procmsg.[ch]: procmsg_get_message_file_list(): return the list
812           of MsgFileInfo.
813           procmsg_message_file_list_free(): new.
814
815 2003-07-23
816
817         * src/procmsg.h: changed MsgPermFlags and MsgTmpFlags from enum to
818           guint32 for portability (thanks to Alfons).
819         * src/imap.c: imap_add_msgs(): removed redundant unlink().
820
821 2003-07-22
822
823         * src/session.[ch]:
824           session_read_msg_cb()
825           session_read_data_cb(): fixed a bug that ran into infinite loop
826           if connection was closed by remote host (thanks to Yoichi Imai).
827           Added SESSION_EOF state to SessionState.
828           session_is_connected(): new.
829         * src/inc.[ch]: inc_put_error()
830           src/send_message.c: send_put_error(): also put log messages.
831
832 2003-07-18
833
834         * more optimization of IMAP4.
835         * src/folder.[ch]: added a method add_msgs() that adds multiple files
836           to a folder.
837           Removed redundant scan() for the operations of FolderItem.
838         * src/imap.[ch]: implemented Folder::add_msgs() and optimized move
839           and copy from other Folder instances.
840         * src/mh.[ch]: implemented Folder::add_msgs() and cleaned up the code.
841           mh_fetch_msg(): scan folder if required.
842         * src/procmsg.[ch]: procmsg_get_message_file_list(): returns file
843           list from message list.
844         * src/summaryview.c: don't remove MSG_MARKED flags on
845           delete/move/copy operation.
846           summary_display_msg_full(): removed redundant message fetching.
847
848 2003-07-17
849
850         * optimized move/copy/delete/mark operations of IMAP4 by using
851           sequence set when issuing commands (adopted claws' implementation
852           with cleaning it up).
853         * src/imap.[ch]:
854           imap_set_message_flags()
855           imap_cmd_envelope()
856           imap_cmd_copy()
857           imap_cmd_store(): take sequence set string instead of UID number.
858           imap_do_copy_msgs_with_dest(): optimized by using sequence set.
859           imap_cmd_fetch(): use BODY.PEEK instead of BODY.
860           imap_remove_all_msg()
861           imap_set_message_flags(): use FLAGS.SILENT instead of FLAGS.
862         * src/compose.c
863           src/summaryview.c: use imap_msg_list_{set,unset}_perm_flags()
864           instead of issuing commands for each message.
865
866 2003-07-15
867
868         * src/inc.c
869           src/prefs_account.[ch]
870           src/send_message.c
871           src/session.[ch]: added an option to enable/disable non-blocking
872           SSL.
873
874 2003-07-15
875
876         * src/compose.c: compose_attach_append(): display message's subject
877           when attaching message/rfc822 file.
878
879 2003-07-14
880
881         * src/session.[ch]:
882           session_recv_msg()
883           session_recv_data()
884           session_read_msg_cb()
885           session_read_data_cb(): optimized by removing sock_peek() and
886           buffering received data in user space (correctly implemented
887           this time).
888
889 2003-07-11
890
891         * src/session.c: reverted the previous change because it couldn't
892           handle data receiving after messages correctly.
893
894 2003-07-11
895
896         * src/session.c:
897           session_recv_msg()
898           session_read_msg_cb(): optimized by removing sock_peek() and
899           buffering messages in user space.
900
901 2003-07-11
902
903         * src/imap.[ch]: refactored.
904           Changed all functions that have SockInfo arguments to take
905           IMAPSession.
906           Made imap_cmd_count an instance variable: IMAPSession::cmd_count.
907           imap_open(): only establish TCP (or SSL) connection.
908           imap_session_new(): process greeting and authentication here.
909
910 2003-07-10
911
912         * src/imap.[ch]: implemented CRAM-MD5 authentication, and made code
913           cleanups.
914         * src/prefs_account.[ch]: added option menu for IMAP4 authentication
915           type in Receive tab, and hide other protocols' frames.
916
917 2003-07-10
918
919         * src/mainwindow.c: send_queue_cb(): don't scan folder twice if
920           error occurred.
921         * src/procmsg.c: procmsg_send_queue(): return number of sent
922           messages.
923
924 2003-07-09
925
926         * src/mainwindow.c:
927           main_window_set_toolbar_sensitive()
928           main_window_set_menu_sensitive(): removed the locking of file
929           operations while receiving mail.
930
931 2003-07-09
932
933         * src/folder.[ch]: folder_item_remove_msg(): take MsgInfo as an
934           argument instead of message number.
935         * src/imap.[ch]: imap_remove_msg(): reimplemented using
936           imap_remove_msgs().
937         * src/mh.[ch]: mh_do_move(): reimplemented using
938           mh_do_move_msgs_with_dest().
939           mh_copy_msg(): reimplemented using mh_copy_msgs_with_dest().
940         * src/procmsg.c: procmsg_send_queue(): modified to use message list.
941
942 2003-07-08
943
944         * src/rfc2015.c: rfc2015_is_encrypted(): check MimeInfo::mime_type
945           to suppress some warnings.
946         * src/logwindow.c: log_window_append(): don't scroll up when trimming
947           lines.
948
949 2003-07-07
950
951         * src/compose.c: add 'Content-Disposition: inline' to a text/plain
952           part when using PGP/MIME signing.
953
954 2003-07-04
955
956         * version 0.9.3
957
958 2003-07-04
959
960         * src/defs.h: changed UI_REFRESH_INTERVAL from 40msec to 50msec.
961         * src/session.c: session_read_msg_cb(): make it always fail if
962           sock_read() returns by error.
963         * src/socket.[ch]: sock_check(): handle exceptional SSL condition.
964           sock_has_pending_data(): removed.
965           Removed debug output.
966         * src/send_message.c: send_recv_message(): display messages to
967           statusbar.
968
969 2003-07-03
970
971         * src/inc.[ch]: update received message number on CList while
972           retrieving.
973         * src/session.c: session_read_data_cb(): optimized by removing
974           g_malloc() and memcpy().
975
976 2003-07-02
977
978         * src/socket.[ch]: sock_add_watch(): new. It monitors SSL by original
979           watch functions (otherwise uses g_io_add_watch()).
980         * src/session.[ch]: removed previous workarounds, and replaced
981           g_io_add_watch() with sock_add_watch().
982
983 2003-07-01
984
985         * src/socket.[ch]: added sock_has_pending_data() which returns TRUE
986           if socket has pending data.
987         * src/session.c: session_recv_msg(), session_recv_data(): check if
988           socket has pending data and call the callbacks immediately in that
989           case (fixes the hang at ESMTP EHLO on SSL).
990
991 2003-06-30
992
993         * src/socket.c: check return value in SSL functions.
994
995 2003-06-30
996
997         * src/mimeview.c: mimeview_init(): initialize TextView to prevent
998           slowdown caused by GTK+ themes (thanks to Yuri Arapov).
999
1000 2003-06-27
1001
1002         * src/session.c: session_read_data_cb(): clear Session::read_data_buf
1003           before calling callbacks.
1004
1005 2003-06-26
1006
1007         * src/socket.c: made socket connection protocol independent.
1008         * src/session.c: removed debug g_print().
1009         * src/inc.c: made status bar output less verbose, and show counter
1010           on main window's progressbar.
1011
1012 2003-06-26
1013
1014         * src/session.c: added missing #include <errno.h>.
1015
1016 2003-06-25
1017
1018         * src/session.[ch]: reimplemented the Session system with non-blocking
1019           I/O to solve the performance and the code design issue.
1020         * src/socket.[ch]: added sock_connect_async() and
1021           sock_connect_async_cancel() to enable asynchronous connection.
1022           sock_peek(): modified the implementation.
1023         * src/pop.c: optimized the receiving of the responses of
1024           UIDL/LIST/RETR.
1025
1026 2003-06-18
1027
1028         * src/procmsg.c: procmsg_get_thread_tree(): prevent threading problems
1029           when a node is an ancestor (parent / great parent), which mostly
1030           happens with circular references (thanks to Phillipe Gramoulle
1031           for finding an sample set of messages, and Alfons for the patch).
1032
1033 2003-06-16
1034
1035         * src/pop3.c: pop3_get_uidl_table(): return empty hash table even if
1036           UIDL list is not found (fixes inability of initial retrieval).
1037
1038 2003-06-10
1039
1040         * src/main.c: added the option '--status-full' which shows the status
1041           of each folder specified. The option '--status' also takes
1042           following arguments for folders (thanks to Yuri Arapov).
1043         * src/folder.[ch]: folder_get_status(): new. it takes the array of
1044           folders as the argument and returns their status.
1045           folder_count_total_msgs(): removed.
1046
1047 2003-06-06
1048
1049         * version 0.9.2
1050
1051 2003-06-06
1052
1053         * src/filesel.c
1054           src/foldersel.c
1055           src/inputdialog.c: use gtk_main_iteration() instead of gtk_main()
1056           to prevent abort when a button is double-clicked.
1057
1058 2003-06-02
1059
1060         * src/addr_compl.c: invalidate_address_completion(): check if
1061           g_completion_list is NULL (thanks to Kazuhiro NISHIYAMA).
1062
1063 2003-06-02
1064
1065         * src/pop.c: pop3_session_recv_data_finished(): fixed a bug that
1066           deleted messages that is to be kept on server (thanks to Tristan
1067           Wallis).
1068
1069 2003-05-27
1070
1071         * version 0.9.1
1072
1073 2003-05-26
1074
1075         * src/socket.[ch]:
1076           sock_set_io_timeout(): new. It sets the timeout interval.
1077           sock_gdk_input_add(): removed since it's not used anymore.
1078         * src/prefs_common.[ch]: added an option to set the timeout parameter.
1079
1080 2003-05-26
1081
1082         * src/action.c: fixed a bug that didn't hide user string in
1083           create_io_dialog() (thanks to Markus Amersdorfer).
1084           Removed ChildInfo::type and added Children::action_type.
1085
1086 2003-05-23
1087
1088         * src/inc.c: inc_start(): ask every password before retrieving.
1089           Don't popup the redundant error dialog.
1090           inc_account_mail()
1091           inc_all_account_mail()
1092           inc_progress_dialog_set_list(): separated account list display
1093           into a new function.
1094           inc_progress_dialog_set_label()
1095           inc_recv_data_finished()
1096           inc_recv_message(): properly update the dialog when RETR finished.
1097
1098 2003-05-22
1099
1100         * src/imap.c:
1101           imap_modified_utf7_to_locale()
1102           imap_locale_to_modified_utf7(): fixed compilation failure when not
1103           using iconv().
1104
1105 2003-05-21
1106
1107         * src/procmime.c: procmime_scan_multipart_message(): fixed parsing
1108           of message/rfc822 parts.
1109
1110 2003-05-21
1111
1112         * src/pop.c: pop3_ok(): detect timeout error.
1113
1114 2003-05-20
1115
1116         * src/imap.c: imap_locale_to_modified_utf7(): fixed the encoding bug
1117           when locale strings include '+'.
1118           imap_modified_utf7_to_locale()
1119           imap_locale_to_modified_utf7(): at least escape/unescape '&' even
1120           if iconv() is not supported.
1121
1122 2003-05-20
1123
1124         * src/compose.c:
1125           compose_insert_sig()
1126           compose_get_signature_str(): include separator in signature string.
1127           Don't insert separator if signature file is not found.
1128           Disabled use of implicit default signature path (~/.signature) when
1129           sig_path is NULL.
1130
1131
1132 2003-05-20
1133
1134         * src/codeconv.c
1135           src/gtkshruler.c
1136           src/news.c
1137           src/procmsg.c
1138           src/quote_fmt_parse.y
1139           src/smtp.c: suppress warnings that gcc-3.3 issues.
1140           src/stringtable.c: use string_entry_free().
1141
1142 2003-05-19
1143
1144         * src/compose.c: compose_insert_sig(): fixed the bug that always
1145           appended signature separator if signature file was not found.
1146           compose_get_signature_str(): fixed the bug that caused crash if
1147           signature file cannot be opened.
1148
1149 2003-05-16
1150
1151         * version 0.9.0
1152
1153 2003-05-16
1154
1155         * src/session.c: session_recv_msg(): removed debug print.
1156
1157 2003-05-15
1158
1159         * src/imap.c:
1160           imap_parse_atom()
1161           imap_get_header()
1162           imap_cmd_fetch(): check for data size that servers return (fixes
1163           vulnerability found in BugTraq).
1164
1165 2003-05-14
1166
1167         * src/addr_compl.c: get_complete_address()
1168           src/addressbook.c: addressbook_format_address()
1169           src/compose.c: QUOTE_IF_REQUIRED(): quote if name contains
1170           characters that is not defined in atext (RFC 2822, 3.2.4. Atom).
1171         * src/main.c: main(): set colormap and visual to solve color problem
1172           in Solaris (thanks to Markus Schwarzenberg).
1173
1174 2003-05-12
1175
1176         * version 0.9.0pre1
1177
1178 2003-05-12
1179
1180         * src/prefs_account.c: temporarily removed POP before SMTP option.
1181
1182 2003-05-09
1183
1184         * src/prefs_common.[ch]: changed the description of "Open message when
1185           cursor keys are pressed on summary".
1186         * src/summaryview.c: summary_show(): open message when always_show_msg
1187           is TRUE.
1188
1189 2003-05-09
1190
1191         * src/logwindow.[ch]: restrict the maximum lines of the log messages
1192           to reduce the memory usage.
1193
1194 2003-05-07
1195
1196         * src/compose.c: compose_insert_sig(): fixed a crash when signature
1197           string contains illegal sequence.
1198         * src/utils.[ch]: changed get_wcs_len() to get_mbs_len() for accuracy.
1199
1200 2003-05-07
1201
1202         * major refactoring of MIME structure.
1203         * src/procmime.c: procmime_scan_message(): decrypt message if
1204           gpgme is enabled. Create multipart tree only if content-type is
1205           multipart/* or message/rfc822.
1206           procmime_scan_multipart_message(): fixed the scanning of
1207           message/rfc822 part.
1208         * src/action.c: parse_append_msgpart()
1209           src/messageview.c: messageview_show()
1210           src/mimeview.c: mimeview_show_message(): use procmime_scan_message()
1211           instead of procmsg_open_message() and procmime_scan_mime_header().
1212           mimeview_set_multipart_tree(): conform to the new MIME structure.
1213         * src/textview.c: textview_show_part(): removed unnecessary check.
1214         * src/procmsg.c: procmsg_open_message_decrypted(): fixed the file
1215           pointer when decryption failed.
1216
1217 2003-05-06
1218
1219         * src/ssl.c: ssl_init_socket_with_method(): replaced log_warning()
1220           by g_warning(), and log_print() by debug_print().
1221         * src/pop.[ch]: added an error code PS_NOTSUPPORTED, and retry with
1222           LAST if UIDL is not supported.
1223
1224 2003-05-01
1225
1226         * src/codeconv.c: conv_get_code_conv_func(): convert to EUC-JP only
1227           if it is the current locale encoding when dest_charset_str is NULL.
1228
1229 2003-05-01
1230
1231         * src/action.c: execute_actions(): fixed crash when no text widget
1232           is selected (thanks to Paul and Melvin).
1233         * src/action.c
1234           src/prefs_actions.c: added missing reference to Claws team in the
1235           copyright.
1236
1237 2003-04-28
1238
1239         * src/session.c:
1240           session_send_msg()
1241           session_send_data(): fixed a memory leak and data sending bug.
1242         * src/send_message.c:
1243           send_message_smtp(): fixed focus management.
1244
1245 2003-04-25
1246
1247         * src/smtp.[ch]: set the response string to SMTPSession::error_msg
1248           if error occurred.
1249         * src/send_message.c: show error dialog if error occurred.
1250         * src/main.c: send_queue()
1251           src/mainwindow.c: send_queue_cb(): don't show error dialog here.
1252
1253 2003-04-25
1254
1255         * src/session.c: session_close(): kill child process only if
1256           state is not SESSION_DISCONNECTED.
1257         * src/send_message.c: send_cancel_button_cb()
1258           src/inc.c: inc_cancel(): don't set Session::state to
1259           SESSION_DISCONNECTED.
1260         * src/prefs.[ch]: modified the names of prefs_write_*().
1261         * src/address.[ch]: removed.
1262
1263 2003-04-24
1264
1265         * src/compose.c: compose_template_apply(): overwrite recipients.
1266
1267 2003-04-23
1268
1269         * src/procheader.c: procheader_date_parse(): removed debug print.
1270         * src/session.c: changed every g_print to debug_print.
1271           session_child_input(): removed unrequired session_close() (it'll
1272           be closed anyway after returning FALSE).
1273         * src/send_message.c: send_message_smtp(): changed g_print to
1274           debug_print.
1275
1276 2003-04-23
1277
1278         * src/procheader.c: procheader_procheader_date_parse(): don't add
1279           local timezone offset if timezone is unknown.
1280           Made the Y2K workaround code to follow RFC 2822.
1281           procheader_scan_date_string(): workaround for date strings which
1282           don't have timezone specification.
1283         * src/utils.c: remote_tzoffset_sec(): return -1 if timezone is
1284           unknown.
1285
1286 2003-04-22
1287
1288         * src/action.[ch]: refactored. Also fixed a bug on MIME mode, and
1289           some memory leaks on error.
1290           action_update_msgview_menu(): new.
1291         * src/messageview.[ch]: added "Tools/Actions" menu. Keep window list.
1292           messageview_get_selected_mime_part(): returns MimeInfo of selected
1293           part when MessageView is in MIME mode.
1294         * src/mimeview.[ch]: mimeview_get_selected_part(): returns MimeInfo
1295           of selected part.
1296         * src/summaryview.[ch]: summary_get_selected_msg_list(): returns
1297           MsgInfo list of selected messages.
1298
1299 2003-04-21
1300
1301         * src/prefs_filter.[ch]: include original message's headers as
1302           the preset keywords. Modified the sizes of the widgets.
1303         * src/utils.[ch]: added str_case_equal() and str_case_hash() for
1304           case-insensitive hash.
1305
1306 2003-04-18
1307
1308         * src/procmsg.c: procmsg_get_filter_keyword(): added X-Sequence to
1309           auto-detected headers.
1310         * src/action.[ch]
1311           src/prefs_actions.c
1312           src/compose.c
1313           src/mainwindow.c: modified function names.
1314           get_user_string(): Use input_dialog() instead of its own
1315           implementation.
1316
1317 2003-04-17
1318
1319         * src/codeconv.[ch]: conv_encode_header(): don't include '(' and ')'
1320           in encoded strings if addr_field is TRUE.
1321         * src/compose.c: compose_convert_header(): added a flag 'addr_field'.
1322
1323 2003-04-16
1324
1325         * src/prefs_actions.[ch]: separated action execution routine into
1326           action.[ch].
1327
1328 2003-04-16
1329
1330         * src/prefs_actions.c: minor code cleanup.
1331
1332 2003-04-16
1333
1334         * src/codeconv.[ch]: conv_iconv_strdup(): fixed the handling of
1335           EILSEQ.
1336
1337 2003-04-16
1338
1339         * src/inc.c:
1340           inc_recv_data_progressive()
1341           inc_recv_data_finished()
1342           inc_recv_message()
1343           send_recv_message()
1344           send_send_data_progressive()
1345           send_send_data_finished(): added assertion.
1346
1347 2003-04-16
1348
1349         * src/codeconv.[ch]: conv_iconv_strdup(): fixed potential memory
1350           corruption bug.
1351
1352 2003-04-16
1353
1354         * src/codeconv.[ch]: conv_iconv_strdup(): don't include nul character
1355           in source buffer since it messed up some encoding conversion (like
1356           UTF-7).
1357
1358 2003-04-15
1359
1360         * src/procmsg.c: procmsg_get_filter_keyword(): unfold headers and
1361           extract ID from List-Id header.
1362         * src/utils.[ch]: extract_one_parenthesis_with_skip_quote(): removed.
1363           extract_list_id_str(): extract ID string from List-Id header.
1364
1365 2003-04-15
1366
1367         * src/prefs_actions.c: merged from the claws branch. Fixes several
1368           bugs and adds some features.
1369
1370 2003-04-14
1371
1372         * src/compose.c: compose_parse_header(): fixed a bug that unnecessary
1373           linebreaks were included on reediting.
1374         * src/imap.c
1375           src/pop.c: fixed typos: 'occured'.
1376
1377 2003-04-11
1378
1379         * src/compose.[ch]: implemented auto signature replacement on
1380           changing accounts.
1381           compose_insert_sig(): added a flag to replace current signature.
1382           compose_get_signature_str(): new. It returns signature string.
1383           compose_insert_command_output(): removed.
1384           compose_select_account(): call compose_insert_sig() on account
1385           change.
1386           compose_destroy(): fixed a memory leak of UndoMain object.
1387           Compose::sig_str: new. It stores current signature string.
1388         * src/gtkutils.[ch]: gtkut_stext_find(): new.
1389           Renamed gtk_stext_clear() to gtkut_stext_clear().
1390         * src/utils.[ch]: get_wcs_len(): returns wide-character length of
1391           multibyte string.
1392           normalize_newlines(): converts CR+LF and CR into LF.
1393           get_command_output(): returns command output.
1394
1395 2003-04-08
1396
1397         * src/procmsg.[ch]: procmsg_get_filter_keyword(): new. It returns
1398           filter keyword for messages.
1399         * src/summaryview.c: summary_filter_open(): use
1400           procmsg_get_filter_keyword().
1401         * src/messageview.c: create_filter_cb(): implemented.
1402
1403 2003-04-07
1404
1405         * src/inc.c:
1406           inc_start()
1407           inc_put_error(): display server responses on error.
1408         * src/pop.[ch]: added Pop3Session::error_msg, and set server responses
1409           on error.
1410
1411 2003-04-04
1412
1413         * src/messageview.[ch]: separated the forced charset of message view
1414           in separate window from the main window.
1415           src/textview.c:
1416           textview_show_message()
1417           textview_show_part()
1418           textview_add_part(): use MessageView::forced_charset if specified.
1419
1420 2003-04-03
1421
1422         * src/mainwindow.c: modified File menu a bit.
1423         * src/menu.[ch]: added functions to handle item factory rc strings.
1424         * src/messageview.[ch]: added a menu, and made it take over main
1425           window's menu shortcuts.
1426           added msginfo which is duplicated on display to MessageView.
1427         * src/prefs_common.c: prefs_keybind_apply_clicked(): use
1428           menu_factory_clear_rc().
1429
1430 2003-03-28
1431
1432         * send_message.c: send_message_smtp():
1433           re-enabled forcing of SMTP AUTH method.
1434           Clear temporary password if authentication failed.
1435         * smtp.c: output warning to log and set SMTPSession::error_val
1436           if error occurs.
1437         * smtp.h: changed error value to enum. Added SMTPSession::error_val.
1438         * src/mbox.c: proc_mbox(): force updating of folder.
1439
1440 2003-03-28
1441
1442         * src/pop.h: changed error value to enum.
1443         * src/pop.c: pop3_retr_recv(): return PS_IOERR when inc_drop_message()
1444           failed.
1445           pop3_ok(): return appropriate error value based on current state.
1446           Output warning to log if error occurs.
1447
1448 2003-03-27
1449
1450         * src/nntp.[ch]
1451           src/news.[ch]: refactored. Remove NNTPSockInfo and use NNTPSession
1452           in nntp.c.
1453
1454 2003-03-27
1455
1456         * src/inc.c: inc_pop3_session_do(): retrun appropriate error if
1457           Session::state == SESSION_ERROR.
1458         * po/POTFILES.in: removed src/automaton.c and src/send.c.
1459           Added src/send_message.c.
1460
1461 2003-03-26
1462
1463         * src/pop.[ch]
1464           src/session.c: fixed breakage of POP3 retrieval.
1465           session_recv_data_from_sock_unescape(): read until terminator
1466           appears and also return the actual size.
1467
1468 2003-03-25
1469
1470         * src/automaton.[ch]: removed.
1471         * src/session.c: removed some of the debug output.
1472         * src/smtp.c: smtp_session_recv_msg(): workaround in case server
1473           returns EHLO-style response to HELO command.
1474           Ignore all multiline responses except for EHLO since they are
1475           allowed for any command.
1476
1477 2003-03-25
1478
1479         * src/session.[ch]
1480           src/pop.c: fixed retrieval of messages which contain dot-escaped
1481           lines.
1482           session_recv_data(): added a flag for unescape.
1483           session_recv_data_from_sock_unescape(): new. It receives message
1484           for each line and unescapes dot-escaped lines.
1485           Removed the previous workaround.
1486         * src/defs.h: decreased UI_REFRESH_INTERVAL to 40 msec.
1487
1488 2003-03-25
1489
1490         * src/pop.[ch]: workaround for brekage of retrieval when given size
1491           and actual one is different.
1492
1493 2003-03-24
1494
1495         * src/pop.c: pop3_retr_eom_recv(): ignore invalid end of message
1496           since some servers sometimes return incorrect message size.
1497         * src/news.c: news_session_new(): zero clear NNTPSession object.
1498           Don't initialize Session::sock with nntp_sock->sock to prevent
1499           double-free of SockInfo.
1500         * src/imap.c: zero clear IMAPSession object.
1501           imap_cmd_append(): don't close SockInfo.
1502
1503 2003-03-22
1504
1505         * src/pop.c: pop3_session_recv_msg(): fixed STLS.
1506
1507 2003-03-22
1508
1509         * src/inc.[ch]
1510           src/pop.[ch]: reimplemented using new I/O system.
1511         * src/session.[ch]: session_recv_data(): new.
1512           session_send_data_to_sock()
1513           session_recv_data_from_sock(): decreased the frequency of progress
1514           notification.
1515
1516 2003-03-22
1517
1518         * src/smtp.c: smtp_auth_recv(): fixed CRAM-MD5 authentication.
1519
1520 2003-03-20
1521
1522         * src/session.[ch]: session_start_tls(): new.
1523           session_recv_msg(): made it static.
1524
1525 2003-03-20
1526
1527         * implemented asynchronous network I/O.
1528         * src/session.[ch]: the interface to communicate with servers through
1529           child process.
1530         * src/smtp.[ch]
1531           src/send_message.[ch]: rewrote using new I/O system.
1532         * src/socket.[ch]: renamed *_write() to *_write_all(), and made
1533           *_write() as just a simple wrapper for write().
1534         * src/utils.c: get_outgoing_rfc2822_str(): new. It modifies the
1535           message to send with SMTP or NNTP.
1536           file_read_stream_to_str(): new.
1537
1538 2003-03-12
1539
1540         * src/textview.c: textview_button_pressed(): corrected the range of
1541           URI link.
1542         * src/compose.c: compose_wrap_line_all_full(): treat UTF-8 characters
1543           represented with more than 2 bytes as 2 character width and 2 bytes
1544           one as a single character width as a workaround for wrapping problem.
1545
1546 2003-03-12
1547
1548         * src/utils.c: subject_compare_for_sort(): allow null strings (fixes
1549           summary sorting).
1550
1551 2003-03-11
1552
1553         * implemented HTML link correctly.
1554         * src/html.[ch]: HTMLAttr, HTMLTag: new structure for attributes /
1555           tags.
1556           html_get_tag(): new. It parses tag and returns HTMLTag object.
1557           html_parse_tag(): also parses <a> tags and 'href' attributes.
1558         * src/textview.c: textview_write_link(): new. It creates link string.
1559
1560 2003-03-10
1561
1562         * src/compose.c: compose_wrap_line_all_full(): fixed an infinite
1563           loop / crash bug (thanks to Darko Koruga).
1564           compose_write_to_file(): put correct charset element when
1565           conversion failed but want to send anyway.
1566
1567 2003-03-10
1568
1569         * src/headerview.c: headerview_show()
1570           src/textview.c: textview_write_line(): remove unreadable characters
1571           from displayed strings to prevent crashes on multi-byte
1572           environments.
1573         * src/codeconv.[ch]: conv_unreadable_locale(): new. It was separated
1574           from conv_localetodisp().
1575
1576 2003-03-10
1577
1578         * src/procmsg.c: procmsg_cmp_by_subject()
1579           src/summaryview.c: summary_cmp_by_subject(): ignore Re: when
1580           comparing subjects.
1581         * src/utils.[ch]:
1582           subject_compare_for_sort()
1583           trim_subject_for_sort(): new.
1584
1585 2003-03-07
1586
1587         * version 0.8.11
1588
1589 2003-03-07
1590
1591         * src/defs.h: added -i option to the default sendmail command.
1592
1593 2003-03-06
1594
1595         * src/codeconv.[ch]: added missing character encodings and locales.
1596
1597 2003-03-06
1598
1599         * src/procmsg.[ch]:
1600           procmsg_get_mark_sum()
1601           procmsg_open_mark_file()
1602           procmsg_read_mark_file(): take FolderItem instead of directory
1603           path.
1604
1605 2003-03-05
1606
1607         * src/codeconv.c: conv_encode_header(): fixed a bug that spaces
1608           which is on the wrap boundary would be lost when encoding long
1609           non-ascii strings (thanks to Sergey Vlasov).
1610           Don't force wrapping within a long word until it reaches hard line
1611           length limit (998 characters) (workaround for the breakage of
1612           long address list with no spaces).
1613
1614 2003-03-03
1615
1616         * src/prefs_account.c: fixed compile failure when using neither
1617           gpg or ssl.
1618
1619 2003-03-03
1620
1621         * src/codeconv.c: fixed UTF-8 locale support.
1622           conv_get_code_conv_func(): return conv_noconv if locale encoding
1623           is UTF-8. Return conv_latintodisp on ISO-8859-* to locale encoding
1624           conversion.
1625           conv_convert(): call conv_iconv_strdup() instead of
1626           conv_codeset_strdup().
1627           conv_codeset_strdup(): moved some codes into conv_iconv_strdup().
1628
1629 2003-02-28
1630
1631         * src/prefs_account.[ch]: added an option to use command output for
1632           signature.
1633         * src/compose.c: compose_insert_sig(): use command output if
1634           specified.
1635           compose_insert_command_output(): new.
1636
1637 2003-02-28
1638
1639         * src/main.c: main(): remove lock socket if sylpheed is not running
1640           when --status command is executed.
1641           lock_socket_remove(): new.
1642
1643 2003-02-27
1644
1645         * src/codeconv.c: conv_codeset_strdup(): don't convert if current
1646           codeset is US-ASCII (or POSIX).
1647
1648 2003-02-21
1649
1650         * src/codeconv.c: conv_iconv_strdup(): try to skip invalid characters
1651           and continue conversion.
1652
1653 2003-02-21
1654
1655         * src/summaryview.c: summary_selected(): always update widget
1656           sensitivity.
1657
1658 2003-02-20
1659
1660         * src/utils.c: tzoffset_sec(): fixed a bug that displayed wrong
1661           date in timezones more than GMT+12 or less than GMT-12.
1662
1663 2003-02-18
1664
1665         * src/prefs_common.[ch]
1666           src/sourcewindow.c: remember the size of source window.
1667         * src/md5.c: fixed a compile problem with gcc 3.3.
1668
1669 2003-02-17
1670
1671         * src/about.c: about_create(): modified the copyright notice.
1672
1673 2003-02-17
1674
1675         * src/colorlabel.c: don't use pixmaps for label color rect but draw
1676           rectangles so we can respect the color map of palette based visuals
1677           (fixes the long time crashes on Solaris - thanks to Alfons
1678           Hoogervorst).
1679
1680 2003-02-17
1681
1682         * src/procheader.c: procheader_date_parse(): made month string case
1683           insensitive.
1684         * src/prefs_filter.c: prefs_filter_close(): fixed the crash when the
1685           selection list is empty.
1686
1687 2003-02-14
1688
1689         * src/quote_fmt_parse.y: removed gettext translatable strings.
1690         * src/unmime.c: unmime_header(): remove broken characters when
1691           code conversion failed.
1692         * src/codeconv.c: conv_encode_header(): fixed a bug that broken
1693           headers if long words more than 75 characters are entered.
1694
1695 2003-02-13
1696
1697         * src/prefs_account.c: prefs_account_receive_create()
1698           src/utils.c: to_human_readable(): made units translatable.
1699
1700 2003-02-13
1701
1702         * src/codeconv.c: isprintableeuckanji(): don't allow more than 0xf4
1703           at first byte (fixes abort() problem of glibc).
1704         * src/html.c: html_read_line(): remove characters which can't be
1705           displayed on the current locale.
1706
1707 2003-02-11
1708
1709         * src/utils.[ch]:
1710           trim_subject_for_compare(): renamed from trim_subject().
1711           trim_subject(): new. It removes [...] or (...) at the beginning
1712           of subject.
1713         * src/prefs_folder_item.c
1714           src/folder.[ch]:
1715           added options for trimming summary / compose subject.
1716         * src/summaryview.c: summary_set_header(): trim subject if the folder
1717           option is set.
1718         * src/compose.c: compose_reply_set_entry(): trim subject if the folder
1719           option is set.
1720
1721 2003-02-09
1722
1723         * src/codeconv.c:
1724           LBREAK_IF_REQUIRED(): don't break lines before first word (fixes
1725           X-Face header problem).
1726           conv_encode_header(): allow up to 97 characters for one word.
1727
1728 2003-02-07
1729
1730         * src/filter.c: filter_match_condition(): fixed the bug that
1731           second condition ignored regex.
1732         * src/news.h: NewsGroupInfo: use guint for message numbers
1733           (fix count in grouplist dialog) (thanks to Thorsten Maerz).
1734
1735 2003-02-06
1736
1737         * src/codeconv.c: conv_encode_header(): fixed a segfault bug
1738           on code conversion failure.
1739           conv_get_charset_str()
1740           conv_get_charset_from_str(): optimized using hash table.
1741
1742 2003-02-06
1743
1744         * src/quote_fmt_parse.y:
1745           SHOW_MESSAGE_NO_SIGNATURE, SHOW_QUOTED_MESSAGE_NO_SIGNATURE:
1746           treat only "\n-- \n" as a signature separator.
1747
1748 2003-02-05
1749
1750         * src/gtkutils.[ch]: gtkut_ctree_node_prev(): new.
1751         * src/summary_search.c: summary_search_execute(): search collapsed
1752           nodes, too.
1753
1754 2003-02-05
1755
1756         * src/codeconv.c:
1757           conv_unreadable_latin(): include 0x7f as an unreadable character.
1758           conv_localetodisp(): don't remove 8bit characters by default.
1759           conv_get_current_charset()
1760           conv_get_outgoing_charset(): return ISO-8859-15 if "@euro" is
1761           appended at the last of locale name.
1762         * src/compose.c: compose_write_to_file(): show from and to encoding
1763           when code conversion failed.
1764
1765 2003-02-04
1766
1767         * version 0.8.10
1768
1769 2003-02-04
1770
1771         * src/procmsg.h: WRITE_CACHE_DATA(): little speed improvement
1772           (thanks to Colin Leroy).
1773         * src/mh.c: mh_get_msginfo(): added NULL check (thanks to Thorsten
1774           Maerz).
1775
1776 2003-02-03
1777
1778         * src/textview.c: textview_write_line(): don't convert if conv is
1779           NULL.
1780
1781 2003-02-03
1782
1783         * src/codeconv.[ch]:
1784           renamed conv_guess_encoding() to conv_guess_ja_encoding().
1785           conv_localetodisp(): new. It removes unreadable characters from
1786           (assumed) current locale string.
1787           conv_codeset_strdup(): convert into ISO-8859-1 if dest_code is
1788           NULL and current locale encoding is US-ASCII.
1789           conv_get_code_conv_func(): return conv_ustodisp if US-ASCII is
1790           specified for destination charset.
1791         * src/textview.c: textview_write_line(): use conv_localetodisp()
1792           instead of strncpy2() if conversion failed.
1793
1794 2003-01-31
1795
1796         * src/codeconv.c: conv_iconv_strdup()
1797           src/imap.c:
1798           imap_modified_utf7_to_locale()
1799           imap_locale_to_modified_utf7(): use ICONV_CONST macro to remove
1800           a warning on some systems.
1801         * src/codeconv.c: conv_iconv_strdup(): flush iconv() output and
1802           truncate buffer.
1803           Return NULL instead of incomplete string if conversion failed.
1804
1805 2003-01-30
1806
1807         * src/summaryview.c: summary_execute(): select appropriate node
1808           if currently selected node is to be deleted.
1809         * src/gtkutils.[ch]: gtkut_ctree_node_is_selected(): new. Returns
1810           TRUE if the specified node is selected.
1811
1812 2003-01-30
1813
1814         * src/summaryview.c: summary_status_show(): fixed a occasional crash
1815           on deleting or moving.
1816
1817 2003-01-29
1818
1819         * src/codeconv.c: conv_unreadable_eucjp(): made the validity check
1820           of EUC-JP more accurate.
1821           isprintableeuckanji(): new. Use table for validity check of EUC-JP.
1822
1823 2003-01-17
1824
1825         * version 0.8.9
1826
1827 2003-01-17
1828
1829         * updated INSTALL.
1830
1831 2003-01-17
1832
1833         * src/quoted-printable.c: qp_encode_line(): fixed linebreak
1834           duplication bug if the source string has CRLF.
1835         * src/utils.[ch]:
1836           canonicalize_str(): new. Returns newly allocated canonicalized
1837           string.
1838           uncanonicalize_file(): new. Uncanonicalize (CRLF -> LF) text.
1839           uncanonicalize_file_replace(): new.
1840         * src/compose.c: always canonicalize body before processing, and
1841           uncanonicalize before returning.
1842
1843 2003-01-17
1844
1845         * src/procmime.c: procmime_get_encoding_for_charset(): prefer
1846           ENC_8BIT for Russian charsets.
1847         * src/compose.c: compose_write_to_file(): use base64 when signing
1848           8bit message.
1849
1850 2003-01-16
1851
1852         * src/prefs_common.c: prefs_send_create(): added a description for
1853           the setting of Content-Transfer-Encoding.
1854
1855 2003-01-16
1856
1857         * src/codeconv.c: fixed locale_table for Russian locales (thanks to
1858           Sergey Vlasov).
1859         * src/procmime.c: procmime_get_encoding_for_charset(): return
1860           ENC_BASE64 for ISO-8859-5, KOI8-* and Windows-1251.
1861         * src/compose.c: compose_attach_append(): set correct Content-
1862           Transfer-Encoding for message/rfc822.
1863           compose_write_to_file(): enabled user-definable Content-Transfer-
1864           Encoding.
1865         * src/prefs_common.[ch]: added an option for user-defined Content-
1866           Transfer-Encoding.
1867
1868 2003-01-15
1869
1870         * src/quoted-printable.[ch]: qp_encode_line(): fixed a bug if the
1871           line doesn't end with linebreak.
1872
1873 2003-01-15
1874
1875         * implemented quoted-printable encoding.
1876         * src/quoted-printable.[ch]: qp_encode_line(): new.
1877         * src/compose.c:
1878           compose_write_to_file()
1879           compose_write_attach(): implemented quoted-printable encoding.
1880           compose_attach_property_create(): enabled quoted-printable menu
1881           item.
1882         * src/procmime.c: procmime_get_encoding_for_charset(): return
1883           ENC_QUOTED_PRINTABLE for ISO-8859-* and CP125* charset.
1884         * src/Makefile.am: added $(LIBICONV) to sylpheed_LDADD for libiconv
1885           support.
1886
1887 2003-01-14
1888
1889         * src/folderview.c
1890           src/summaryview.c
1891           src/utils.[ch]: get_abbrev_newsgroup_name(): improved the way
1892           of abbreviation of newsgroup name.
1893
1894 2003-01-14
1895
1896         * configure.in: show the result of iconv detection.
1897
1898 2003-01-13
1899
1900         * src/codeconv.[ch]: made the transition from libjconv to iconv().
1901           conv_iconv_strdup(): new.
1902         * src/about.c
1903           src/imap.c
1904           src/mainwindow.c
1905           src/prefs_common.c: replaced HAVE_LIBJCONV to HAVE_ICONV.
1906
1907 2003-01-10
1908
1909         * src/compose.c
1910           src/folderview.c
1911           src/prefs_folder_item.c: English fix (property -> properties).
1912         * src/prefs_filter.c: alert if entry is not saved.
1913           prefs_filter_dialog_to_filter(): new.
1914
1915 2003-01-09
1916
1917         * src/codeconv.c: conv_encode_header(): fixed a bug which output raw
1918           strings after linefeed.
1919         * updated INSTALL.
1920
1921 2003-01-08
1922
1923         * src/codeconv.[ch]: code cleanup and optimization.
1924           conv_code_converter_new()
1925           conv_convert(): use functions obtained by conv_get_code_conv_func()
1926           when using libjconv.
1927           conv_codeset_strdup(): code cleanup.
1928           conv_get_code_conv_func(): added an argument for destination
1929           character set, and generalized.
1930
1931 2003-01-06
1932
1933         * src/codeconv.c: LBREAK_IF_REQUIRED(): break line only if some
1934           characters follow.
1935         * src/compose.c: compose_convert_header(): remove trailing spaces.
1936         * src/customheader.c: custom_header_read_str(): strip the spaces
1937           of name and value.
1938         * src/prefs_customheader.c: prefs_custom_header_clist_set_row():
1939           strip the spaces of name and value.
1940
1941 2002-12-25
1942
1943         * version 0.8.8
1944
1945 2002-12-25
1946
1947         * src/codeconv.c: conv_encode_header(): fixed a bug which will run
1948           into infinite loop when encountering invalid characters.
1949
1950 2002-12-25
1951
1952         * src/procmsg.[ch]: procmsg_sort_msg_list(): new. It sorts message
1953           list.
1954         * src/summaryview.c: summary_show(): removed summary_sort() because
1955           it is done inside folder_item_get_msg_list(). This will improve
1956           the performance of summary display.
1957           Sorted out the summary sort functions using macros.
1958         * src/mh.c
1959           src/imap.c
1960           src/news.c
1961           src/folder.[ch]: folder_item_get_msg_list(): return pre-sorted
1962           list if FolderItem::sort_key is set.
1963           Added SORT_BY_TO to FolderSortKey enum.
1964         * src/mainwindow.c: added "View/Sort/by recipient".
1965
1966 2002-12-20
1967
1968         * version 0.8.7
1969
1970 2002-12-20
1971
1972         * src/codeconv.c: conv_encode_header(): fix for redundant space on
1973           line-breaking.
1974         * src/compose.c: compose_convert_header(): always pass string to
1975           conv_encode_header() for line-breaking.
1976
1977 2002-12-20
1978
1979         * src/textview.c: textview_make_clickable_parts(): fixed incorrect
1980           parsing of email addresses.
1981
1982 2002-12-19
1983
1984         * src/defs.h: added DEFAULT_BROWSER_CMD.
1985         * src/mimeview.c: mimeview_view_file()
1986           src/prefs_common.c: prefs_other_create()
1987           src/utils.c: open_uri(): changed the default web browser to
1988           mozilla, and changed 'raise' command (which is undocumented)
1989           to 'new-window' in 'netscape -remote'.
1990
1991 2002-12-19
1992
1993         * src/compose.c: compose_send_control_enter(): fixed crash on
1994           Ctrl-Enter when Message/Send has no accelerator key (thanks to
1995           Sergey Vlasov).
1996
1997 2002-12-18
1998
1999         * src/mainwindow.c:
2000           set_charset_cb()
2001           sort_summary_cb()
2002           sort_summary_type_cb(): prevent unwanted processing on unchecking
2003           menu items.
2004
2005 2002-12-18
2006
2007         * src/main.c: process command line option before gtk_init() to
2008           enable remote operation without X (thanks to Ruslan N. Balkin).
2009         * src/codeconv.c: conv_encode_header(): fixed a potential buffer
2010           overflow.
2011
2012 2002-12-18
2013
2014         * src/Makefile.am: changed $(target_alias) to $(target_triplet)
2015           (the spec of autotools seems to be changed).
2016
2017 2002-12-18
2018
2019         * src/imap.c: get path separator using LIST command if server
2020           doesn't support NAMESPACE (based on the patch by Brian Sammon).
2021           imap_parse_list(): added an argument to return path separator.
2022           imap_get_namespace_by_list(): new.
2023
2024 2002-12-17
2025
2026         * src/addr_compl.c: add_address(): removed the debug print.
2027         * src/gtkutils.[ch]: gtkut_window_popup()
2028           src/mainwindow.c: main_window_popup(): applied the patch to fix
2029           the behavior of window popup from Sergey Vlasov (thanks!)
2030         * src/account.c: account_edit_create(): use signal_connect_after
2031           for row_move signal to fix the row position bug.
2032           account_row_moved(): scroll the CList half page.
2033         * src/prefs_filter.c: prefs_filter_row_move(): scroll the CList
2034           half page.
2035         * src/summaryview.c: summary_reply(): use selection text only if
2036           the displayed message is selected (thanks to Sergey Vlasov).
2037
2038 2002-12-13
2039
2040         * src/codeconv.c: conv_encode_header(): reimplemented the routine
2041           of MIME header encoding. And use Q-encoding method if the current
2042           locale is single-byte one.
2043         * src/utils.[ch]: is_next_nonascii(): take multi-byte string instead
2044           of wide-character string. Consider control codes as non-ASCII.
2045           get_next_word_len(): new. It returns the length of next word.
2046           is_next_mbs(), find_wspace(): removed.
2047         * src/quoted-printable.[ch]: new.
2048           qp_decode_line(): decodes one QP line.
2049           qp_decode_q_encoding(): decodes Q-encoded string in MIME header.
2050           qp_get_q_encoding_len(): returns the length when a string is
2051           Q-encoded.
2052           qp_q_encode(): Q-encode a string (RFC 2047).
2053         * src/unmime.c: moved the functions for quoted-printable to
2054           quoted-printable.c.
2055
2056 2002-12-05
2057
2058         * src/send.c: send_message_local(): escape line that only have one
2059           dot character (postfix's sendmail command will stop there).
2060
2061 2002-12-05
2062
2063         * src/send.c: send_message_local(): don't escape first-dot line
2064           (thanks to Sergey Vlasov).
2065
2066 2002-12-03
2067
2068         * autogen.sh: added 'libtoolize --force --copy' to override the
2069           current ltmain.sh.
2070         * acconfig.h: removed.
2071         * configure.in: increased minimal version of GPGME to 0.3.10.
2072           Fixed checking of XIM.
2073         * ac/check-type.m4
2074           ac/gnupg-check-typedef.m4: added an argument for comment.
2075
2076 2002-11-29
2077
2078         * src/imageview.[ch]: fixed conflicting declarations of
2079           imageview_show_image() (thanks to Thorsten Maerz).
2080
2081 2002-11-28
2082
2083         * src/compose.c: compose_entry_append(): don't add ", " on subject
2084           entry.
2085         * src/codeconv.c: conv_get_outgoing_charset(): obtain outgoing
2086           charset from the table (currently disabled for non-Japanese locales).
2087           conv_get_current_locale(): also refer to LC_CTYPE.
2088
2089 2002-11-27
2090
2091         * README: added a description about hidden settings.
2092
2093 2002-11-27
2094
2095         * src/prefs_common.[ch]: reorganized the common prefs dialog.
2096           Made enable_hscrollbar and bold_unread hidden options.
2097
2098 2002-11-26
2099
2100         * src/quote_fmt_parse.y: fixed a parse error (thanks to Andreas Hinz).
2101
2102 2002-11-26
2103
2104         * src/account.[ch]:
2105           account_find_from_message_file()
2106           account_find_from_msginfo(): new. They find an account from the
2107           headers like 'From:', 'X-Sylpheed-Account-Id:', and 'AID:' in the
2108           specified message.
2109         * src/compose.c:
2110           compose_reedit(): restore messages' previous account on composition.
2111           compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
2112           on draft mode.
2113
2114 2002-11-26
2115
2116         * src/compose.c: cleaned up the code using compose_entry_set()
2117           (don't use gtk_entry_set_text() directly).
2118
2119 2002-11-25
2120
2121         * src/imap.c: imap_parse_namespace(): fixed a memory leak.
2122
2123 2002-11-22
2124
2125         * updated autotools and libtool to the latest version.
2126         * configure.in: added AC_PREREQ(2.50).
2127
2128 2002-11-22
2129
2130         * src/textview.c: textview_set_font(): fix for message display in
2131           UTF-8 locales (thanks to Sergey Vlasov).
2132
2133 2002-11-21
2134
2135         * src/imageview.[ch]: imageview_show_image(): resize images to fit
2136           the window size if specified.
2137         * src/prefs_common.[ch]: added an option 'Resize attached images'.
2138
2139 2002-11-20
2140
2141         * refactoring for SMTP implementation.
2142         * src/session.h: added ui_func to Session.
2143         * src/smtp.[ch]: separated the connection routine from
2144           smtp_session_new() to smtp_connect().
2145           Changed the argument of every function other than smtp_ok() from
2146           SockInfo to SMTPSession.
2147           Call UI callback from each functions.
2148         * src/send.c: send_message_smtp(): separated the code for UI update
2149           into send_progress_dialog_update().
2150
2151 2002-11-18
2152
2153         * src/smtp.[ch]: separated smtp_auth() from smtp_from().
2154         * src/send.c: send_message_smtp(): call smtp_auth() and display
2155           the state to the dialog.
2156
2157 2002-11-18
2158
2159         * src/filter.c: strmatch_regex(): use extended regex (thanks to
2160           Fabien Devaux).
2161         * src/main.c: main(): removed the code for assortrc -> filterrc
2162           transition.
2163         * src/gtkutils.c: gtkut_font_load(): only use gdk_font_load() if
2164           current locale is C or POSIX.
2165           gtkut_stext_is_uri_string(): include "www." for URI string.
2166         * src/textview.c: textview_make_clickable_parts(): include "www."
2167           for URI string.
2168
2169 2002-11-15
2170
2171         * version 0.8.6
2172
2173 2002-11-13
2174
2175         * src/textview.c: textview_add_part(): indicate signature status
2176           using different colors.
2177
2178 2002-11-12
2179
2180         * src/folder.c: folder_write_list_recursive(): escape
2181           To/Cc/Bcc/Reply-To strings.
2182
2183 2002-11-11
2184
2185         * src/codeconv.c: conv_encode_header(): enabled B-encoding of
2186           headers on locales other than Japanese when not using libjconv.
2187
2188 2002-11-11
2189
2190         * src/inc.[ch]: added INC_IO_ERROR to IncState. Also added its
2191           corresponding error message.
2192           inc_pop3_session_do(): set INC_IO_ERROR instead of INC_NOSPACE
2193           on PS_IOERR.
2194
2195 2002-11-07
2196
2197         * src/prefs_account.[ch]: removed prefs_account_save_config() since
2198           it is not used.
2199         * src/procmime.[ch]: removed procmime_mimeinfo_free() since
2200           procmime_mimeinfo_free_all() can be used in every case.
2201
2202 2002-11-06
2203
2204         * src/account.c: account_get_special_folder(): support F_INBOX, and
2205           made code cleanup.
2206
2207 2002-11-06
2208
2209         * src/compose.[ch]: ComposeEntryType: changed COMPOSE_* to
2210           COMPOSE_ENTRY_*, and added
2211           COMPOSE_ENTRY_{REPLY_TO,SUBJECT,FOLLOWUP_TO}.
2212           compose_reply()
2213           compose_forward()
2214           compose_redirect(): added FolderItem to the arguments, and reflect
2215           settings in the item.
2216           compose_entry_set(): new.
2217           compose_entry_append(): code cleanup.
2218           compose_entries_set_from_item(): take ComposeMode in its arguments,
2219           and enabled FolderItem::use_auto_to_on_reply.
2220         * src/summaryview.c: summary_reply(): pass folder_item to
2221           compose_{reply,forward,redirect}().
2222
2223 2002-11-05
2224
2225         * src/gtkutils.[ch]:
2226           gtkut_font_load(): new. It automatically choose font or fontset
2227           by current locale.
2228           gtkut_font_load_from_fontset(): new. It tries to load single font
2229           instead of fontset from a fontset string.
2230         * src/alertpanel.c
2231           src/folderview.c
2232           src/headerview.c
2233           src/summaryview.c: workaround for the problem that couldn't display
2234           8-bit characters in C or POSIX locale (use font instead of fontset).
2235         * src/compose.c
2236           src/sourcewindow.c
2237           src/textview.c: made code cleanup using gtkut_font_load*().
2238
2239 2002-10-29
2240
2241         * src/mh.c: mh_get_msginfo(): set correct message number.
2242
2243 2002-10-29
2244
2245         * src/folder.[ch]: added a new virtual method Folder::get_msginfo().
2246           It returns a new MsgInfo associated to a message number.
2247           folder_item_get_msginfo(): new.
2248         * src/imap.[ch]: imap_get_msginfo(): new.
2249         * src/mh.[ch]: mh_get_msginfo(): new.
2250         * src/news.[ch]: news_get_msginfo(): new.
2251
2252 2002-10-28
2253
2254         * src/codeconv.c: conv_euctojis(): fixed a bug which will cause
2255           infinite loop if an invalid code appeared.
2256
2257 2002-10-25
2258
2259         * src/codeconv.c: conv_codeset_strdup()
2260           src/html.[ch]: html_read_line(): don't output conversion failure
2261           warnings.
2262           Added HTML_CONV_FAILED to the enum HTMLState.
2263
2264 2002-10-24
2265
2266         * implemented per-folder auto-set address (still in progress).
2267         * src/compose.[ch]: compose_new(): added FolderItem to its arguments,
2268           and set entries from it (if mailto is empty).
2269           compose_entry_append(): activate menu if required.
2270           compose_entries_set_from_item(): new.
2271         * src/folder.[ch]: added auto_to, use_auto_to_on_reply, auto_cc,
2272           auto_bcc, and auto_replyto to FolderItem, and renamed apply_sub to
2273           ac_apply_sub.
2274           folder_build_tree(), folder_read_folder_func(),
2275           folder_write_list_recursive(): added the above members.
2276         * src/prefs_folder_item.[ch]: added auto-set addresses.
2277         * src/pop.[ch]: removed Pop3State::prev_folder.
2278
2279 2002-10-11
2280
2281         * src/compose.c: allow dropping files by also "moving" files from a
2282           file manager (thanks to Alfons).
2283
2284 2002-10-10
2285
2286         * compose_reply_set_entry(): made Reply-To have priority over
2287           List-Post on ML reply.
2288
2289 2002-10-09
2290
2291         * src/gtksctree.[ch]: gtk_sctree_set_anchor_row(): new.
2292         * src/summaryview.c: summary_step(): fixed a bug that lost the
2293           correct selection anchor.
2294           summary_key_pressed(): use gtk_sctree_select() instead of
2295           gtk_ctree_select().
2296         * src/inc.[ch]
2297           src/pop.c
2298           src/recv.c: differentiate disk full and socket errors
2299           (thanks to Colin Leroy).
2300
2301 2002-10-08
2302
2303         * src/account.c: account_edit_prefs(): removed unused variables.
2304         * src/compose.[ch]: separated WITH_QUOTE/WITHOUT_QUOTE flags in
2305           ComposeMode.
2306           compose_reply()
2307           compose_reply_set_entry(): receive reply type with one argument.
2308         * src/summaryview.c: summary_reply(): reduced conditional branches.
2309
2310 2002-10-08
2311
2312         * src/compose.c: compose_redirect(), compose_reedit(): strip CR
2313           from line ends (thanks to Sergey Vlasov).
2314         * src/folderview.c: renamed 'Rescan folder tree' to 'Rebuild
2315           folder tree'.
2316
2317 2002-10-08
2318
2319         * src/folder.[ch]: added a virtual method Folder::remove_msgs().
2320         * src/imap.[ch]: implemented imap_remove_msgs() which expunges
2321           messages all at once.
2322
2323 2002-10-07
2324
2325         * src/account.[ch]: account_open(): new. It opens account prefs
2326           dialog and reflects to UI when finished.
2327         * src/folderview.c:
2328           folderview_button_pressed()
2329           folderview_property_cb(): open account prefs dialog when the
2330           property of the root folder of remote account is requested.
2331
2332 2002-10-07
2333
2334         * src/account.c: account_destroy(): unref account information in
2335           folders.
2336         * src/folder.[ch]: folder_unref_account_all(): new. It unref the
2337           specified account information in all folders.
2338         * src/folderview.c:
2339           folderview_rm_imap_server_cb()
2340           folderview_rm_news_server_cb(): destroy Folder first because
2341           folder_destroy() refers to account information.
2342
2343 2002-10-04
2344
2345         * src/account.c: account_find_from_item(): fixed a bug which didn't
2346           select the correct account.
2347         * inc_pop3_session_do():
2348           fixed the resource leak when SSL initialization failed.
2349           Immediately break from temporary event loop if cancelled.
2350
2351 2002-10-04
2352
2353         * src/account.[ch]: account_find_from_item(): new.
2354         * src/compose.c:
2355           compose_reply(), compose_forward(), compose_redirect()
2356           src/mainwindow.c: compose_cb(): select optimal account when
2357           composing.
2358         * src/folder.[ch]: added FolderItem::apply_sub.
2359         * src/menu.[ch]: menu_find_option_menu_index(): new. It finds the
2360           index of option menu which contains the specified data.
2361         * src/prefs_folder_item(): added Compose tab, and the setting of
2362           folder account.
2363
2364 2002-10-04
2365
2366         * configure.in: added $LDAP_LIBS for lber library detection.
2367
2368 2002-10-03
2369
2370         * version 0.8.5
2371
2372 2002-10-03
2373
2374         * src/procmsg.c: procmsg_msginfo_get_full_info(): fixed a memory
2375           leak, and added error checking.
2376
2377 2002-10-03
2378
2379         * src/compose.[ch]: added a flag Compose::use_newsgroups, and
2380           removed Compose::orig_account.
2381           compose_check_for_valid_recipient(): check only enabled entries.
2382           compose_write_headers()
2383           compose_redirect_write_headers(): add Newsgroups header only
2384           when the entry is enabled.
2385           compose_send(): modified the method of finding a mail account
2386           from a news account so that it tries to match the From address.
2387         * src/send.c: send_message_queue(): enabled the queueing of news
2388           messages.
2389         * src/news.[ch]: news_post_stream(): new.
2390
2391 2002-10-03
2392
2393         * configure.in: check lber first and use $LDAP_LIBS on the check
2394           for ldap.
2395
2396 2002-10-02
2397
2398         * po/*.po: fixed many typos of format strings which will lead to
2399           crash (thanks to Sergey Vlasov).
2400
2401 2002-10-02
2402
2403         * src/procheader.c: procheader_parse_stream(): added Cc header
2404           to the target for full parsing.
2405         * src/procmsg.[ch]: procmsg_msginfo_get_full_info(): new. It
2406           returns the full message information from the given information.
2407         * src/compose.c: compose_reply(), compose_forward(): get full
2408           message information for Cc header.
2409
2410 2002-10-02
2411
2412         * src/inc.c: inc_account_mail(), inc_all_account_mail(): update
2413           IMAP4 and NNTP folder summary after checking those accounts.
2414
2415 2002-10-01
2416
2417         * version 0.8.4
2418
2419 2002-10-01
2420
2421         * src/prefs_common.c: prefs_compose_create(): modified the label
2422           of the option for Reply button.
2423         * configure.in: add -lldap and -llber to the 5th argument of
2424           AC_CHECK_LIB() for LDAP library detection.
2425
2426 2002-09-30
2427
2428         * INSTALL
2429           INSTALL.jp: updated.
2430
2431 2002-09-30
2432
2433         * src/mainwindow.c: toggle the behavior of Reply button between
2434           normal reply and reply-to-list.
2435         * src/prefs_common.[ch]: added an option to switch the function
2436           of Reply button.
2437
2438 2002-09-27
2439
2440         * src/compose.c: compose_new(): removed the workaround for XIM
2441           because it doesn't have any effect and only seems to cause
2442           hangs.
2443
2444 2002-09-26
2445
2446         * src/compose.[ch]: compose_reply(): added a flag for reply-to-ML.
2447           compose_parse_header(): parse also List-Post header.
2448           compose_reply_set_entry(): support reply-to-ML (fall back to
2449           normal reply if ML address is not found).
2450         * src/mainwindow.c
2451           src/prefs_common.c
2452           src/summaryview.c: reorganized Reply menu and added 'Reply to
2453           mailing list'.
2454         * src/utils.[ch]: scan_mailto_url(): new. It scans mailto URL and
2455           returns newly allocated parameters.
2456
2457 2002-09-25
2458
2459         * src/account.c: account_read_config_all(): set account information
2460           to default before initializing with configuration file.
2461         * src/prefs_account.[ch]: prefs_account_new(): new. It returns a
2462           newly created account information structure initialized by
2463           the default settings.
2464
2465 2002-09-24
2466
2467         * src/addr_compl.c:
2468           replace_address_in_edit(): check if newtext is NULL.
2469           completion_window_button_press(): fixed a memory leak.
2470         * src/pop.c: LOOKUP_NEXT_MSG(): don't expire messages whose
2471           recv_time is RECV_TIME_KEEP.
2472           pop3_getrange_uidl_recv(): only set get_all flag if
2473           ac_prefs->getall is set.
2474           pop3_retr_recv(): don't delete messages which are not received
2475           by filter, and set recv_time to RECV_TIME_KEEP in the case.
2476         * src/pop.h: added an enum RecvTime.
2477         * src/inc.c: inc_drop_message(): unlink temporary message file if
2478           not received by filter.
2479
2480 2002-09-20
2481
2482         * src/mainwindow.c: added 'Edit/Select thread' menu.
2483         * src/summaryview.[ch]: added 'Select thread' to the context menu.
2484           summary_select_thread(): new. It selects all messages of current
2485           thread.
2486
2487 2002-09-19
2488
2489         * src/rfc2015.c: check_signature(): corrected error handling and
2490           fixed memory leak.
2491
2492 2002-09-19
2493
2494         * src/rfc2015.c: check_signature(): correctly remove the last empty
2495           line, and canonicalize the file part before verifying (this should
2496           fix incompatibility with Evolution or some other MUAs).
2497         * src/utils.[ch]: copy_file_part(): new. It copies the specified
2498           range of file stream to another file.
2499
2500 2002-09-19
2501
2502         * src/compose.c: compose_write_to_file(): force BASE64 encoding for
2503           8-bit text when signing (thanks to Colin Leroy).
2504
2505 2002-09-16
2506
2507         * src/prefs_common.c: prefs_send_create(): fixed the charset string
2508           for Cyrillic (Windows-1251).
2509
2510 2002-09-15
2511
2512         * version 0.8.3
2513
2514 2002-09-15
2515
2516         * src/codeconv.c: changed the charset for ru_RU.CP1251 to
2517           Windows-1251. Added bg_BG locale.
2518
2519 2002-09-11
2520
2521         * src/compose.c: account_activated(): change the state of menu items
2522           and entries according to the selected account.
2523           compose_select_account(): new. It changes the state of title bar,
2524           menu items and entries.
2525
2526 2002-09-11
2527
2528         * src/inc.c: inc_mail(): correct new_msgs when inc_spool() returned
2529           by error.
2530           Don't refresh summary view on fetching when open_inbox_on_inc is
2531           set.
2532
2533 2002-09-10
2534
2535         * src/summaryview.c: summary_show(): refresh even if open_inbox_on_inc
2536           is set (to avoid summary refresh problem).
2537         * src/imap.c: removed warnings by checking the existence of directory
2538           before calling remove*_numbered_files().
2539
2540 2002-09-06
2541
2542         * src/prefs_common.c: corrected English.
2543
2544 2002-09-06
2545
2546         * src/prefs_common.[ch]: added an option: "Mark messages as read
2547           only when opened in new window".
2548
2549 2002-09-04
2550
2551         * src/folder.c:
2552           folder_tree_destroy()
2553           folder_write_list_recursive(): added sanity check.
2554         * src/imap.c: imap_scan_tree(): if folder->node is NULL and
2555           can't get session, create empty folder node (based on the
2556           Alfons' suggestion).
2557
2558 2002-09-03
2559
2560         * src/textview.c: textview_key_pressed(): pass GDK_Delete event to
2561           SummaryView.
2562         * src/summaryview.c: summary_key_pressed(): scroll correct TextView
2563           on MIME mode.
2564
2565 2002-09-02
2566
2567         * src/news.c: news_scan_group(): fixed wrong message number
2568           calculation.
2569
2570 2002-08-30
2571
2572         * major refactoring for POP3.
2573         * src/inc.[ch]: moved Pop3State, inc_pop3_state_new(),
2574           inc_pop3_state_destroy(), inc_get_uidl_table(), and
2575           inc_write_uidl_list() into pop.c.
2576           Moved Pop3State::folder_table and Pop3State::inc_state into
2577           IncSession.
2578           inc_start()
2579           inc_put_error(): added lockbusy state.
2580           inc_pop3_session_do(): obtain inc_state from Pop3State::error_val.
2581           inc_cancel(): don't terminate the automaton here but just set
2582           the flags to prevent crash.
2583         * src/pop.[ch]
2584           pop3_getauth_pass_recv()
2585           pop3_getauth_apop_recv(): check lockbusy state.
2586           pop3_retr_recv(): check Pop3State::cancelled flag.
2587         * src/automaton.[ch]: added 'cancelled' flag to Automaton.
2588           automaton_input_cb(): terminate if cancelled flag is true.
2589         * sylpheed.desktop: changed Type=Internet to Type=Application.
2590           Added Categories=Application;Network;.
2591
2592 2002-08-29
2593
2594         * src/inc.[ch]
2595           src/pop.c
2596           src/progressdialog.c: show detailed information to the status
2597           column.
2598           Added cur_total_recv_bytes to Pop3State.
2599         * src/prefs_common.[ch]: added an option to specify whether to
2600           close receive dialog when finished.
2601
2602 2002-08-28
2603
2604         * src/folder.[ch]: folder_get_path(): new. It returns the root path
2605           of Folder.
2606         * src/imap.c
2607           src/news.c
2608           imap_folder_destroy()
2609           imap_remove_msg()
2610           imap_remove_all_msg()
2611           news_folder_destroy(): remove cache directories / files when
2612           deleting Folder / messages.
2613         * src/utils.c:
2614           file_exist()
2615           is_dir_exist()
2616           is_file_entry_exist(): check if the argument is NULL.
2617           remove_all_files()
2618           remove_numbered_files()
2619           remove_expired_files(): fixed memory leaks on error.
2620
2621 2002-08-28
2622
2623         * src/folder.[ch]
2624           src/imap.[ch]
2625           src/mh.[ch]
2626           src/news.[ch]
2627           src/session.[ch]
2628           src/smtp.[ch]: made Folder and Session destructor virtual method.
2629
2630 2002-08-27
2631
2632         * src/compose.c: do joining of normal lines only when auto-wrapping.
2633         * src/main.c: modified the warning message for GnuPG.
2634         * src/about.c: about_create(): modified the compiled-in features
2635           list.
2636         * configure.in: improved LDAP library checking (thanks to Alfons).
2637
2638 2002-08-26
2639
2640         * version 0.8.2
2641
2642 2002-08-26
2643
2644         * src/compose.c:
2645           join_next_line()
2646           compose_wrap_line_all(): backed out the change to join lines that
2647           are not indented.
2648         * NEWS
2649           TODO
2650           TODO.jp: updated.
2651         * configure.in: require at least gpgme-0.3.5.
2652
2653 2002-08-23
2654
2655         * src/alertpanel.c: alertpanel_create(): minor modification.
2656         * modified NEWS.
2657
2658 2002-08-23
2659
2660         * updated NEWS.
2661
2662 2002-08-23
2663
2664         * src/alertpanel.c: alertpanel_create(): modified the layout.
2665         * src/rfc2015.c: check_signature(): don't abort on error.
2666
2667 2002-08-22
2668
2669         * src/compose.c: compose_wrap_line_all(): freeze widget only if
2670           required to repress flickers.
2671
2672 2002-08-21
2673
2674         * src/compose.c: improved line wrapping.
2675           join_next_line()
2676           compose_wrap_line_all(): also join lines that are not indented.
2677           dump_text(): handle multi-byte strings correctly.
2678
2679 2002-08-21
2680
2681         * src/compose.c: compose_wrap_line_all(): fix for auto-wrapping
2682           (go to next line when space is entered at line limit).
2683
2684 2002-08-19
2685
2686         * src/inc.c: inc_get_uidl_table(): fixed a memory leak reported by
2687           Martin Kluge.
2688
2689 2002-08-16
2690
2691         * src/mh.c: mh_scan_tree_recursive(): disabled Maildir folder
2692           checking to prevent confusion.
2693
2694 2002-08-16
2695
2696         * src/folder.[ch]: folder_item_get_msg_list(): added a wrapper for
2697           method Folder::get_msg_list().
2698         * src/account.c: account_edit_prefs(), account_delete(): use
2699           folderview_set_all() instead of folderview_rescan_all().
2700         * src/folderview.[ch]:
2701           folderview_check_new_all(): new. Updates all folders.
2702           folderview_rescan_tree(): confirm before executing.
2703           folderview_rescan_all(): commented out since it's not used anymore.
2704           folderview_update_item_foreach(): added a flag for summary update.
2705         * src/inc.c: inc_finished(): update summary only when
2706           prefs_common.scan_all_after_inc is set.
2707           inc_drop_message(): set mtime of target folder to 0 to force
2708           the updating of summary.
2709           inc_start(), get_spool(): update also summary when updating
2710           folder view.
2711         * src/mainwindow.c: changed 'File - Rescan folder tree' to
2712           'File - Check for new messages in all folders'.
2713
2714 2002-08-09
2715
2716         * src/compose.c: compose_write_to_file(): clearsign message body
2717           if specified.
2718           compose_clearsign_text(): new. Replaces the string with clearsigned
2719           one.
2720         * src/prefs_account.c: added an option for clearsign.
2721         * src/rfc2015.c: rfc2015_clearsign(): new.
2722           pgp_sign(): added a flag for clearsign.
2723         * src/utils.[ch]: get_tmp_file(): return newly allocated unique file
2724           name (needs to be freed by caller).
2725           str_write_to_file(), file_read_to_str(): new.
2726
2727 2002-08-08
2728
2729         * src/procmsg.c: procmsg_read_mark_file(): check key duplication
2730           to avoid memory leak.
2731
2732 2002-08-08
2733
2734         * src/base64.c: include string.h for memcpy().
2735         * src/gtksctree.c: use macro ABS() instead of function abs().
2736         * src/prefs_account.c
2737           src/prefs_common.c: renamed 'send' to 'p_send' so as not to
2738           conflict with the function send() in sys/socket.h.
2739         * src/mainwindow.c: commented out the unnecessary functions.
2740         * src/utils.c: canonicalize_file_replace(): correct warning message.
2741
2742 2002-08-08
2743
2744         * src/utils.[ch]: get_tmp_file(): new. Returns the directory for
2745           temporary files in ~/.sylpheed/.
2746         * src/main.c: create temporary directory in ~/.sylpheed/.
2747         * src/compose.c
2748           src/inc.c: create temporary files in ~/.sylpheed/, and modified
2749           the file name.
2750           compose_exec_ext_editor(): fixed a bug that failed to create the
2751           temporary file if g_get_tmp_dir() returned directory other than
2752           '/tmp'.
2753
2754 2002-08-08
2755
2756         * src/utils.c: copy_file(): check if dest_bak != NULL when unlinking.
2757
2758 2002-08-08
2759
2760         * src/utils.[ch]: canonicalize_file_replace(): fixed a bug that fails
2761           to replace the file when the given file and temporary file are not
2762           on the same filesystem.
2763           copy_file(): added a flag whether to keep backup.
2764           move_file(): added a flag whether to overwrite the destination file.
2765
2766 2002-08-07
2767
2768         * src/socket.[ch]: fixed the linking failure when IPv6 is enabled.
2769         * src/select-keys.c: modified key selection dialog.
2770
2771 2002-08-07
2772
2773         * src/socket.[ch]: my_gethostbyname(): new.
2774         * src/utils.c: get_domain_name(): return FQDN instead of short
2775           hostname (thanks to Bob Woodside).
2776         * src/template.c: made the debug messages less verbose.
2777
2778 2002-08-06
2779
2780         * src/prefs_common.[ch]: removed obsolete default sign key setting.
2781         * src/utils.c: canonicalize_file(): correct the error check of
2782           fwrite().
2783
2784 2002-08-06
2785
2786         * src/compose.c: compose_write_to_file():
2787           canonicalize line endings before encrypting/signing (this will fix
2788           interoperability with other MUAs).
2789           Removed unnecessary strdup.
2790           Don't encrypt/sign draft message.
2791         * src/utils.[ch]:
2792           canonicalize_file(), canonicalize_file_replace(): new.
2793         * src/passphrase.c
2794           src/select-keys.c: changed g_message() to debug_print() and
2795           g_warning().
2796         * src/mimeview.c: mimeview_check_signature(): removed unnecessary
2797           MIME structure scanning.
2798         * src/textview.c: textview_add_part(): show signature status in
2799           TextView.
2800         * src/rfc2015.c
2801           src/sigstatus.c: modified translatable strings and some MIME
2802           headers.
2803
2804 2002-08-06
2805
2806         * src/procmsg.c: procmsg_save_to_outbox(): don't forget to remove
2807           the temporary file when saving from queue.
2808 2002-08-05
2809
2810         * src/compose.c
2811           src/passphrase.[ch]
2812           src/rfc2015.[ch]
2813           src/prefs_account.[ch]
2814           src/prefs_common.[ch]: merged GnuPG stuff from the claws branch.
2815           Modified some messages.
2816
2817 2002-08-05
2818
2819         * src/textview.c: textview_scan_header(): fixed a memory leak
2820           (thanks to Alfons).
2821
2822 2002-08-04
2823
2824         * src/prefs_actions.c: execute_actions(): put create_io_dialog()
2825           in right conditional block.
2826
2827 2002-08-01
2828
2829         * src/compose.c: compose_wrap_line_all(): fixed character buffer
2830           initialization.
2831         * src/utils.c:
2832           log_print()
2833           log_message()
2834           log_warning()
2835           log_error(): add time stamp to log messages.
2836
2837 2002-07-31
2838
2839         * src/socket.c:
2840           corrected a typo (HAVE_SYS_SELECT -> HAVE_SYS_SELECT_H)
2841
2842 2002-07-31
2843
2844         * src/socket.c: implemented socket I/O timeout.
2845           fd_recv(): new.
2846         * src/pop.c: check errors and return error value correctly.
2847
2848 2002-07-31
2849
2850         * src/prefs_actions.c: made the action's input/output dialog display
2851           without delay. Made the dialog modal instead of making window
2852           insensitive. Also cleaned up its UI.
2853
2854 2002-07-29
2855
2856         * implemented --attach command line option.
2857         * src/main.c:
2858           Cmd::attach_files: new member to store file paths.
2859           parse_cmd_opt(): added --attach option. --compose option is implied.
2860           prohibit_duplicate_launch()
2861           lock_socket_input_cb(): added "compose_attach" message.
2862         * src/compose.c
2863           src/mainwindow.c
2864           src/textview.c: renamed compose_new_with_recipient() to
2865           compose_new(), and added an argument for attachment files.
2866
2867 2002-07-29
2868
2869         * src/logwindow.c: freeze GtkText widget while hidden.
2870           log_window_append(): changed the header for message and warning.
2871
2872 2002-07-26
2873
2874         * src/news.c: implement automatic cache expiration.
2875           news_delete_expired_caches(): new.
2876           news_get_article_list(): fixed a bug that nonexistent messages
2877           were not removed from list.
2878         * src/procmsg.[ch]: procmsg_get_last_num_in_msg_list(): renamed
2879           procmsg_get_last_num_in_cache().
2880         * src/utils.[ch]: remove_expired_files(): new.
2881
2882 2002-07-26
2883
2884         * src/inc.c:
2885           inc_mail(): force summary refresh when using external command for
2886           incorporation.
2887           inc_all_account_mail(): fixed a bug on spool checking failure.
2888
2889 2002-07-25
2890
2891         * version 0.8.1
2892
2893 2002-07-24
2894
2895         * src/addressbook.c
2896           src/editaddress.c
2897           src/editgroup.c
2898           src/editldap_basedn.c
2899           src/importldif.c
2900           src/prefs_common.c: fixed memory leaks which didn't free strings
2901           gtk_editable_get_chars() returned. And minor code cleanups.
2902         * src/importldif.h
2903           src/vcard.h: removed C++-style comments.
2904
2905 2002-07-23
2906
2907         * src/codeconv.c: conv_encode_header(): fixed a problem in encoding
2908           strings which include both multi-byte and us-ascii characters.
2909
2910 2002-07-23
2911
2912         * src/utils.c: remove_numbered_files(): don't try to unlink()
2913           directories.
2914         * src/codeconv.c:
2915           conv_get_code_conv_func(): return conv_anytodisp() if charset is
2916           not specified.
2917           conv_unmime_header_overwrite()
2918           conv_unmime_header(): do conv_anytodisp() before decoding header.
2919
2920 2002-07-14
2921
2922         * version 0.8.0
2923
2924 2002-07-14
2925
2926         * src/compose.c: added 'Tools/Actions' menu.
2927
2928 2002-07-12
2929
2930         * src/base64.c: a minor fix for BASE64VAL() macro.
2931
2932 2002-07-11
2933
2934         * src/base64.c: base64_decode(): fixed a buffer overrun bug.
2935
2936 2002-07-11
2937
2938         * src/codeconv.c
2939           src/compose.c
2940           src/smtp.c
2941           src/unmime.c
2942           src/base64.[ch]: rewrote the BASE64 encode / decode routines.
2943           base64_encode(), base64_decode(): new.
2944         * src/rfc822.[ch]: removed.
2945         * COPYING
2946           src/about.c: removed the copyright notice for fetchmail.
2947
2948 2002-07-10
2949
2950         * src/codeconv.c
2951           src/procmime.c
2952           src/unmime.[ch]: rewrote the MIME decode routines.
2953           unmime_header()
2954           unmime_quoted_printable_line(): new.
2955         * src/procheader.c:
2956           procheader_get_one_field()
2957           procheader_get_unfolded_line(): remove also CR.
2958
2959 2002-07-08
2960
2961         * libkcc: removed from the source tree.
2962         * COPYING
2963           src/about.c: removed the copyright notice for libkcc.
2964         * src/codeconv.c: conv_guess_encoding(): check for ASCII code first
2965           for speedup.
2966         * src/prefs_actions.c: removed unnecessary spaces/tabs.
2967
2968 2002-07-05
2969
2970         * src/prefs_actions.c: comply with the coding style.
2971           Modified the UI design.
2972         * src/mainwindow.c: main_window_set_menu_sensitive(): enable Actions
2973           menu when multiple messages are selected.
2974
2975 2002-07-05
2976
2977         * src/prefs_actions.[ch]: merged the 'Actions' feature from claws.
2978           update_actions_menu(): simplified the menu deletion.
2979         * src/mainwindow.c: added 'Actions' menu to Tools and Configuration.
2980
2981 2002-07-04
2982
2983         * src/codeconv.[ch]: implemented conv_jistoeuc(), conv_euctojis(),
2984           conv_sjistoeuc(), and conv_guess_encoding(). Removed the dependency
2985           to libkcc.
2986
2987 2002-07-04
2988
2989         * configure.in: added check for strchr.
2990
2991 2002-07-02
2992
2993         * src/prefs_common.[ch]
2994           src/inc.c: added an option to inhibit receive error dialog.
2995
2996 2002-07-01
2997
2998         * src/account.c: account_find_from_address(): support multiple
2999           addresses in header.
3000
3001 2002-06-28
3002
3003         * src/gtksctree.[ch]: changed GtkSCTree::anchor_row from gint to
3004           GtkCTreeNode* so that it won't become invalid after the row move.
3005           Removed dependency to gtkutils.c.
3006         * src/prefs_common.[ch]
3007           src/summaryview.c: summary_selected(): added an option to show
3008           message when cursor keys are pressed on summary view.
3009
3010 2002-06-28
3011
3012         * configure.in
3013           src/Makefile.am
3014           src/compose.c: changed "host_alias" to "target_alias" so that it
3015           shows the correct system name on cross-compiling (thanks to
3016           Patrice Mandin).
3017
3018 2002-06-27
3019
3020         * src/prefs_account.[ch]: added the option menu to force an
3021           authentication method for SMTP AUTH.
3022         * src/send.c
3023           src/smtp.[ch]: smtp_from(), smtp_auth(): added an argument to
3024           specify the authentication method for SMTP AUTH.
3025           smtp_ehlo(): allow AUTH responses that don't comply with the RFC.
3026
3027 2002-06-25
3028
3029         * src/prefs_common.[ch]
3030           src/compose.c: enabled "Wrap on input".
3031
3032 2002-06-25
3033
3034         * src/summaryview.[ch]
3035           src/mainwindow.c: added "Go to/{Prev,Next} new message" menu.
3036           Made some code cleanups.
3037
3038 2002-06-20
3039
3040         * src/folderview.c
3041           src/prefs_common.[ch]: added the hidden option to specify the
3042           policy of the vertical scrollbar on folder view.
3043
3044 2002-06-19
3045
3046         * src/messageview.[ch]:
3047           messageview_copy_clipboard(): fixed a bug that couldn't copy text
3048           on MIME mode.
3049           messageview_get_current_textview(): new.
3050           messageview_get_text_widget(): removed.
3051         * src/quote_fmt_parse.y: quote message even if msginfo is empty.
3052         * src/compose.[ch]: implemented the "Paste as quotation" feature.
3053           text_inserted(): new callback for "insert_text" signal.
3054           Add quote mark to the pasted text if Compose::paste_as_quotation
3055           is TRUE.
3056
3057 2002-06-19
3058
3059         * src/compose.c: if the Content-Type of a file is text/*, check
3060           its content and set the optimal Content-Transfer-Encoding (thanks
3061           to Yoichi Yuasa).
3062
3063 2002-06-18
3064
3065         * src/textview.c: textview_key_pressed(): pass key press event to
3066           main window to activate menu shortcuts (thanks to Alfons).
3067
3068 2002-06-18
3069
3070         * src/folder.c: folder_build_tree(): use strtoul() instead of atoi()
3071           for mtime to prevent flooring.
3072         * src/imap.c:
3073           imap_move_msg()
3074           imap_move_msgs_with_dest()
3075           imap_copy_msgs_with_dest(): fixed a bug that prevented multiple
3076           message copy/move.
3077           imap_parse_envelope()
3078           imap_cmd_envelope(): use RFC822.HEADER instead of ENVELOPE to get
3079           full information of messages and simplify the parser. Also fixed
3080           the bug that References header was ignored on threading.
3081           imap_parse_one_address()
3082           imap_parse_address(): removed.
3083           imap_get_header(): new. It reads the RFC822 header and returns
3084           a newly allocated string.
3085         * src/procheader.[ch]: changed procheader_parse() to
3086           procheader_parse_stream() and added different interfaces for it.
3087
3088 2002-06-17
3089
3090         * po/zh_TW.Big5.po: fixed a mistake that caused a crash.
3091
3092 2002-06-15
3093
3094         * version 0.7.8
3095
3096 2002-06-13
3097
3098         * src/inc.c: inc_get_uidl_table(): fixed a bug that garbage time
3099           could be inserted into the hash table.
3100           inc_write_uidl_list(): a minor code cleanup.
3101         * src/mainwindow.c: main_window_get_current_state():
3102           make the state unexecutable on an empty folder.
3103         * src/summaryview.c: summary_sort(): don't sort on an empty folder.
3104         * src/pop.c: minor code cleanups.
3105
3106 2002-06-12
3107
3108         * src/prefs_account.c: CREATE_RADIO_BUTTONS(): fixed a typo and
3109           corrected the behavior of the radio buttons.
3110
3111 2002-06-11
3112
3113         * implemented 'Delete messages after N days' feature for POP3.
3114         * src/inc.[ch]:
3115           inc_get_uidl_table()
3116           inc_write_uidl_list(): moved the location of UIDL list file from
3117           RC_DIR/uidl-* to RC_DIR/uidl/*.
3118           Added received time for each UIDLs.
3119           src/main.c: main(): create RC_DIR/uidl/ directory.
3120           src/pop.[ch]: LOOKUP_NEXT_MSG(): delete expired messages here.
3121           Added recv_time to Pop3MsgInfo.
3122           src/prefs_account.[ch]: added an option for the number of days for
3123           leaving messages.
3124
3125 2002-06-09
3126
3127         * version 0.7.7
3128
3129 2002-06-07
3130
3131         * src/folder.c: folder_set_missing_folders(): fixed a bug that
3132           caused multiplication of special folders on startup if their
3133           types were changed.
3134         * src/folderview.c: folderview_remove_mailbox_cb(): modified the
3135           label.
3136
3137 2002-06-04
3138
3139         * src/compose.c: compose_reply(), compose_forward(): reverted the
3140           last change since it causes lockup problem.
3141
3142 2002-06-04
3143
3144         * src/compose.c: compose_reply(), compose_forward(): don't autowrap
3145           the signature part.
3146           compose_new_with_recipient(): workaround for initial XIM problem.
3147
3148 2002-06-04
3149
3150         * src/mainwindow.c: sort ascending / descending order can be
3151           specified with separated menu items.
3152           Added "View/Sort/Don't sort" menu item.
3153         * src/summaryview.[ch]: summary_sort(): added an argument for
3154           sort type.
3155
3156 2002-05-31
3157
3158         * implemented persistent sort order.
3159         * src/folder.[ch]:
3160           folder_build_tree(): read 'sort_key' and 'sort_type' attributes.
3161           folder_write_list_recursive(): write sorting state.
3162           src/mainwindow.c
3163           src/summaryview.[ch]: summary_show(): sort if required.
3164           select the top node on descending sort.
3165           Removed SummarySortType and sorting state variables from
3166           SummaryView.
3167
3168 2002-05-30
3169
3170         * src/account.c
3171           src/news.[ch]
3172           src/nntp.[ch]
3173           src/prefs_account.[ch]: enabled NNTP over SSL.
3174         * src/nntp.c: nntp_group(): issue MODE READER command and retry
3175           when GROUP command once failed (this seems to avoid problems on
3176           some broken news servers).
3177
3178 2002-05-30
3179
3180         * faq/it/*.html: corrected DOS linebreaks.
3181         * faq/*/*.html: changed ">" to &quot;.
3182
3183 2002-05-29
3184
3185         * src/prefs_account.c: prefs_account_protocol_activated(): hide
3186           unnecessary frames in SSL tab.
3187
3188 2002-05-29
3189
3190         * src/pop.[ch]
3191           src/inc.c
3192           src/prefs_account.[ch]: enabled STLS command in POP3.
3193         * src/account.c: account_clist_set_row(): display TLS setting.
3194
3195 2002-05-28
3196
3197         * src/compose.c: compose_send_later_cb(): support redirect function.
3198         * src/imap.[ch]
3199           src/ssl.h
3200           src/prefs_account.[ch]: enabled STARTTLS command in IMAP4.
3201         * src/send.c
3202           src/smtp.[ch]: use SSLType instead of SSLSMTPType.
3203
3204 2002-05-28
3205
3206         * src/utils.[ch]: make_dir(): wrapper for mkdir() and chmod().
3207         * src/compose.c: compose_create(): removed unrequired lines.
3208
3209 2002-05-27
3210
3211         * src/news.c: news_scan_group(): fixed a bug that set the wrong
3212           values in some cases.
3213         * src/prefs_account.c: corrected English in Advanced - Folder
3214           settings.
3215
3216 2002-05-23
3217
3218         * src/textview.c: textview_show_message(), textview_show_part():
3219           fixed a bug that GtkSText *text pointed the incorrect object.
3220           textview_add_part(): freeze GtkSText while adding RFC822 headers.
3221           textview_show_part(): fixed a bug that couldn't display single
3222           part MIME message as text.
3223
3224 2002-05-22
3225
3226         * src/compose.c: compose_redirect_write_to_file(): correct the target
3227           for change_file_mode_rw(). Check if fclose() succeeded. Unlink
3228           incomplete file when an error occured.
3229
3230 2002-05-22
3231
3232         * src/compose.c:
3233           compose_create(): disable menus for draft on redirection mode.
3234           compose_redirect_write_to_file(): correct the error handling of
3235           fwrite().
3236         * src/prefs_common.c: turned off the "Display recipient on `From'
3237           column if sender is yourself" option by default.
3238
3239 2002-05-21
3240
3241         * src/compose.[ch]: implemented 'Redirect' (aka Bounce) feature.
3242           Based on the implementation of the claws branch.
3243           compose_redirect(): create a new window and make it uneditable.
3244           compose_redirect_write_to_file(): copy headers and body of
3245           original message except for some.
3246           compose_redirect_write_headers(): add extra "Resent-*" headers.
3247           compose_create(): set menu sensitivity for redirection mode.
3248
3249 2002-05-20
3250
3251         * src/codeconv.c: conv_encode_header(): fixed a bug that unnecessary
3252           space is inserted between encoded string and the following folded
3253           one (thanks to Masahiro Tomita).
3254
3255 2002-05-19
3256
3257         * src/mainwindow.[ch]: some refactoring has been made.
3258           main_window_toggle_message_view(): moved summary_toggle_view_real()
3259           here.
3260         * src/messageview.[ch]: messageview_is_visible(): new.
3261         * src/summary_search.c
3262           src/summaryview.[ch]: SummaryView::msg_is_toggled_on: removed.
3263           Instead use messageview_is_visible().
3264
3265 2002-05-17
3266
3267         * src/mainwindow.c: added 'Expand/Collapse all threads' menu.
3268         * src/summaryview.[ch]:
3269           summary_expand_threads(), summary_collapse_threads(): new.
3270
3271 2002-05-17
3272
3273         * src/mainwindow.c: Fixed the behavior of
3274           '/View/Show or hide/Folder tree' and
3275           '/View/Show or hide/Message view' toggle menu.
3276           Removed '/View/Toggle summary view' menu and integrated the
3277           function into '/View/Show or hide/Message view'.
3278           main_window_set_widgets(): change the state of toggle menu items.
3279         * src/prefs_common.c: prefs_keybind_apply_clicked(): updated menurc
3280           strings.
3281
3282 2002-05-16
3283
3284         * src/mimeview.c: mimeview_set_multipart_tree(): show single part
3285           MIME contents other than text as children of message/rfc822 part.
3286         * src/procmime.c:
3287           procmime_mimeinfo_next(): modified for message/rfc822 part which
3288           content-type is single part MIME.
3289           procmime_scan_multipart_message(): fix for nested message/rfc822
3290           part. Corrected the size of the contents of message/rfc822.
3291         * src/textview.c: textview_show_part(): extract the contents of
3292           multipart/* and message/rfc822. Some code cleanups.
3293           textview_add_parts(): new. It adds the all parts under a part to
3294           textview.
3295           textview_clear(): reset body_pos and cur_pos.
3296
3297 2002-05-16
3298
3299         * src/addr_compl.c: modified so that it behaves better.
3300           get_address_from_edit(): ignore comma inside of brackets.
3301           completion_window_apply_selection(): new. Only apply the current
3302           clist selection.
3303           completion_window_accept_selection(): removed.
3304           address_completion_complete_address_in_entry(): minor code cleanup.
3305           don't replace address in entry here.
3306           completion_window_select_row(): always apply clist selection to
3307           entry.
3308           completion_window_key_press(): don't apply selection here.
3309
3310 2002-05-15
3311
3312         * src/imap.c: imap_create_folder(): keep trailing directory separator
3313           to create a folder that contains sub folder.
3314
3315 2002-05-14
3316
3317         * src/foldersel.c: sort tree with case insensitive.
3318         * src/mainwindow.c: allsel_cb()
3319           src/messageview.c: messageview_select_all(): fixed 'Select all'
3320           on MIME view.
3321         * src/mainwindow.c: removed common and account prefs button from
3322           the toolbar.
3323
3324 2002-05-13
3325
3326         * src/compose.c: compose_account_option_menu_create(): check if
3327           ac->name is NULL.
3328
3329 2002-05-12
3330
3331         * version 0.7.6
3332
3333 2002-05-12
3334
3335         * manual/ja/*: updated the Japanese manual (thanks to Yoichi Imai).
3336           manual/en/*: updated the English manual.
3337         * faq/de/*
3338           faq/it/*: added German and Italian FAQ.
3339         * faq/en/*
3340           faq/es/*
3341           faq/fr/*: updated FAQs.
3342         * src/manual.[ch]
3343           src/mainwindow.c: added German and Italian language.
3344
3345 2002-05-11
3346
3347         * src/prefs_account.c: turn off "receive at get all" option by default
3348           when creating an IMAP or News account.
3349
3350 2002-05-11
3351
3352         * src/imap.c: imap_scan_tree(): don't use namespace for prefix.
3353         * src/prefs_folder_item.c: show also identifier path.
3354           Made layout using table. Show uneditable entry using background
3355           color of window.
3356         * src/procmime.c: procmime_get_tmp_file_name(): generate safe
3357           file name.
3358
3359 2002-05-11
3360
3361         * src/automaton.[ch]: added UI callback to Automaton.
3362         * src/inc.c
3363           src/pop.c: use callback instead of calling inc_progress_update()
3364           directly.
3365           pop3_getrange_uidl_recv(): don't fall back to LAST when 'get all'
3366           option is set.
3367
3368 2002-05-10
3369
3370         * src/folderview.c: properly sort abbreviated newsgroups.
3371
3372 2002-05-10
3373
3374         * src/folderview.c
3375           src/prefs_common.[ch]
3376           src/summaryview.c: added an option to specify the minimum length
3377           for abbreviated newsgroups name.
3378
3379 2002-05-09
3380
3381         * src/folderview.c: folderview_check_new(): skip unselectable folders.
3382         * src/summaryview.c: added 'Create filter rule' to the context menu.
3383         * src/imap.c: some code cleanups.
3384           imap_scan_tree_recursive(): get path separator for each calls.
3385           imap_get_path_separator(): new.
3386
3387 2002-05-08
3388
3389         * src/imap.[ch]: supported namespace for others/shared folders
3390           (in progress).
3391           imap_parse_namespace(): parse also others/shared namespace.
3392           imap_find_namespace(): search also others/shared namespace.
3393         * src/utils.[ch]:
3394           strchr_parenthesis_close(): return pointer to closing parenthesis.
3395           strsplit_parenthesis(): split parenthetic list into array of
3396           strings.
3397
3398 2002-05-08
3399
3400         * src/procheader.c: procheader_date_parse(): fixed a bug that didn't
3401           parse date string like "Mon,6 May 2002 20:31:12 +0800".
3402           procheader_scan_date_string(): new. Separated string scanning
3403           part from procheader_date_parse().
3404
3405 2002-05-07
3406
3407         * src/summary_search.c: summary_search_execute(): unlock while
3408           selecting summary row (thanks to Martin Schaaf).
3409         * src/summaryview.c: summary_set_column_titles(): reversed the
3410           direction of the arrow so that it matches with Win/Mac style.
3411
3412 2002-05-02
3413
3414         * src/compose.c: compose_write_headers(): quote self address name
3415           if required. Some code cleanups. Don't override Newsgroups and
3416           Cc with custom headers.
3417         * src/imap.c: imap_add_msg(): return UID for appended message.
3418         * src/compose.c: compose_queue(): check if queue folder exists.
3419         * src/imap.c: QUOTE_IF_REQUIRED(): quote also other IMAP special
3420           characters.
3421           imap_open(): removed an unrequired argument.
3422
3423 2002-04-25
3424
3425         * src/utils.[ch]: trim_string(): new. It trim characters longer than
3426           the specified length and adds "...".
3427         * src/folderview.c: trim folder name when displaying dialog.
3428
3429 2002-04-23
3430
3431         * src/imap.c: imap_create_folder(): don't add prefix for root INBOX
3432           folder.
3433         * src/folderview.c: folderview_select()
3434           src/summary_search.c: summary_search_execute(): lock summary view
3435           while searching (thanks to Martin Schaaf).
3436
3437 2002-04-21
3438
3439         * version 0.7.5
3440
3441 2002-04-21
3442
3443         * sylpheed*.png: added new app icons by WAKAI Kazunao (thanks!).
3444
3445 2002-04-21
3446
3447         * src/summaryview.c: summary_show(): fixed a bug that didn't process
3448           the left marks.
3449         * src/account.c: account_edit_prefs(): fixed a crash bug when account
3450           name was empty.
3451         * src/prefs_account.c: prefs_account_apply(): display error dialog
3452           if account name is empty.
3453         * src/imap.c: changed some log_print() to debug_print() to reduce
3454           the amount of log.
3455
3456 2002-04-21
3457
3458         * src/mh.c: mh_get_new_msg_filename(): new. It returns the filename
3459           for new message.
3460           mh_add_msg()
3461           mh_do_move()
3462           mh_do_move_msgs_with_dest()
3463           mh_copy_msg()
3464           mh_copy_msgs_with_dest(): use mh_get_new_msg_filename().
3465         * src/utils.[ch]: added is_file_entry_exist() which returns TRUE
3466           if stat() succeeded.
3467         * src/imap.c:
3468           imap_fetch_msg(): SELECT mailbox before FETCH if required.
3469           imap_scan_folder(): set last_num using the value of UIDNEXT.
3470           imap_select(): return immediately if there is no need for SELECT.
3471           preserve the path of currently selected mailbox.
3472           imap_status(): added UIDNEXT.
3473
3474 2002-04-20
3475
3476         * src/folder.c: folder_item_scan(): removed the warning.
3477         * src/inputdialog.[ch]: input_dialog_combo(): added an argument for
3478           setting case sensitivity.
3479
3480 2002-04-17
3481
3482         * src/mainwindow.c: main_window_create(): restrict the minimum size.
3483
3484 2002-04-17
3485
3486         * src/compose.c: merged the new line-wrapping routine.
3487           join_next_line(): fixed a bug that didn't join multibyte
3488           characters.
3489           get_indent_length(): modified enums and variable names.
3490           INDENT_CHARS: don't indent ':'.
3491         * src/folderview.c:
3492           folderview_rename_folder_cb()
3493           folderview_delete_folder_cb(): support folder identifier.
3494           folderview_rm_imap_folder_cb(): integrated with
3495           folderview_delete_folder_cb().
3496
3497 2002-04-15
3498
3499         * src/folder.[ch]: folder_item_scan(): return -1 if scanning failed.
3500         * src/folderview.c: folderview_check_new(): abort checking if
3501           folder_item_scan() failed.
3502
3503 2002-04-15
3504
3505         * src/imap.c: imap_create_missing_folders(): create only INBOX and
3506           Trash.
3507         * src/prefs_folder_item.c: prefs_folder_item_set_dialog(): made the
3508           type of news folders unchangeable.
3509           prefs_folder_item_destroy(): use prefs_dialog_destroy().
3510         * src/prefs.[ch]: prefs_dialog_destroy(): new.
3511
3512 2002-04-15
3513
3514         * src/prefs_account.[ch]: added special folder setting to Advanced
3515           tab. Also moved "IMAP server directory" setting to there.
3516         * src/account.[ch]: account_get_special_folder(): new. It returns
3517           the optimal special folder for accounts.
3518         * src/compose.c: use account_get_special_folder().
3519         * src/prefs_folder_item.[ch]: new. Implemented folder property
3520           dialog, and the special folder settings (most of the functions in
3521           claws are not integrated yet, and the structure is slightly
3522           modified).
3523         * src/folderview.c: enabled Property menu.
3524
3525 2002-04-14
3526
3527         * src/textview.c: IS_RFC822_CHAR(): make email parser also stop
3528           scanning when encountering separators ',' and ';'.
3529
3530 2002-04-12
3531
3532         * src/mainwindow.c: reorderd the menu a bit.
3533         * src/compose.c: made 'Ctrl-Enter' ignore some modifiers.
3534           compose_reply_set_entry(): made 'Reply to sender' work for
3535           newsgroups.
3536
3537 2002-04-11
3538
3539         * src/compose.c: compose_create(): set geometry hints to restrict
3540           the maximum size of window.
3541         * src/imap.c: imap_parse_list(): don't mark INBOX as \Noselect.
3542           imap_get_uncached_messages()
3543           imap_cmd_fetch(): ignore responses which don't include FETCH.
3544
3545 2002-04-11
3546
3547         * COPYING: re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
3548           the clause for OpenSSL).
3549
3550 2002-04-09
3551
3552         * src/prefs_account.c
3553           src/smtp.[ch]: fixed a bug that didn't complie with OpenSSL enabled.
3554
3555 2002-04-09
3556
3557         * src/smtp.[ch]
3558           src/send.c
3559           src/session.[ch]: first reorganization of SMTP protocol handling.
3560           SMTPSession: new class which is a sub class of Session.
3561           smtp_session_new(): moved send_smtp_open() into this function.
3562           smtp_from(): moved SMTP AUTH calls into smtp_auth().
3563           smtp_auth(): use server response for SMTP AUTH method.
3564           smtp_ehlo(): read server response and set auth type flags.
3565           smtp_helo(): separated EHLO command.
3566           smtp_ok(): return the last server response if the buffer is
3567           specified.
3568         * src/esmtp.[ch]: merged into smtp.[ch].
3569         * src/imap.c: imap_session_destroy_all(): use session_destroy().
3570
3571 2002-04-08
3572
3573         * src/imap.c: imap_open(): show warning message if IMAP4 session
3574           can't be established.
3575
3576 2002-04-06
3577
3578         * src/compose.c: made template able to be inserted into the current
3579           cursor position.
3580         * src/mainwindow.c: moved some menu items under the submenu
3581           '/View/Show or hide'.
3582
3583 2002-04-05
3584
3585         * src/filter.c
3586           src/inc.c: changed folder_find_item_from_path() to
3587           folder_find_item_from_identifier().
3588           src/prefs_account.c
3589           src/prefs_filter.c: use folder_item_get_identifier() to specify
3590           folder path.
3591
3592 2002-04-05
3593
3594         * src/folder.[ch]: implemented "folder identifier" (and fixed a bug
3595           existed in claws' implementation).
3596           folder_find_from_name(): find Folder from name and type.
3597           folder_get_identifier(): return Folder id.
3598           folder_item_get_identifier(): return FolderItem id.
3599           folder_find_item_from_identifier(): find FolderItem from id.
3600           folder_get_type_string(): return folder type string.
3601           folder_get_type_from_string(): return FolderType from string
3602           (and fixed the wrong g_strcasecmp() usage).
3603         * src/export.c
3604           src/import.c: use folder_item_get_identifier() and
3605           folder_find_item_from_identifier().
3606
3607 2002-04-03
3608
3609         * src/imap.c: imap_parse_atom(): fixed a bug that cur_pos didn't
3610           point the correct address after reading the continuous line.
3611           imap_scan_folder(): set new number to 0 if unseen number is 0.
3612           imap_parse_flags(): don't add new and unread flag if \Seen flag
3613           exists.
3614         * ac/Makefile.am: removed gpgme.m4 from MACROS.
3615
3616 2002-04-02
3617
3618         * fixed the old problem that couldn't add flags to currently opened
3619           folders.
3620         * src/compose.c:
3621           compose_send(): update outbox after saving.
3622           compose_queue()
3623           compose_draft_cb(): use procmsg_add_flags().
3624         * src/folder.[ch]: added "opened" flag and "mark_queue" list to
3625           FolderItem.
3626         * src/main.c: send_queue(): send from all queue folders.
3627         * src/mainwindow.c: send_queue_cb(): send from all queue folders.
3628         * src/procmsg.[ch]:
3629           procmsg_flush_mark_queue(): new. Write all queued flags into file.
3630           procmsg_add_flags(): new. Add specified flags to the folder.
3631           procmsg_send_queue(): added an argument to specify queue folder.
3632           procmsg_save_to_outbox(): use procmsg_add_flags().
3633         * src/summaryview.c:
3634           summary_show(): up the opened flag of FolderItem.
3635           summary_clear_list(): down the opened flag of FolderItem.
3636           summary_write_cache(): call procmsg_flush_mark_queue().
3637
3638 2002-04-01
3639
3640         * src/summaryview.[ch]: trim the tail of folder name and selected
3641           number on the status label if the space is not enough.
3642
3643 2002-04-01
3644
3645         * src/imap.c: imap_create_special_folder(): fixed a bug that didn't
3646           set SpecialFolderItemType when creating special folders under
3647           INBOX.
3648         * ac/gpgme.m4: removed.
3649         * ac/README: added.
3650         * ac/missing/gdk-pixbuf.m4
3651           ac/missing/gettext.m4
3652           ac/missing/gpgme.m4
3653           ac/missing/imlib.m4: added for convenience.
3654
3655 2002-03-29
3656
3657         * src/esmtp.c: esmtp_auth(): fixed a bug that some garbages are
3658           shown after the decoded challenge string. Fixed a memory leak.
3659           Removed strtok().
3660         * src/compose.c: compose_draft_cb(): mark draft messages as read.
3661         * src/folderview.c: folderview_update_node(): disable emphasis
3662           for Outbox and Draft folders.
3663
3664 2002-03-28
3665
3666         * src/messageview.c: messageview_show(): fixed a memory leak.
3667         * src/summaryview.c: summary_save_as(): show error dialog if copy
3668           failed.
3669         * src/about.c: about_show(): make the window active if it is already
3670           open.
3671
3672 2002-03-27
3673
3674         * src/compose.c: show confirmation dialog before sending if Subject
3675           is empty.
3676           compose_check_entries(): new.
3677           compose_send()
3678           compose_send_later_cb(): use compose_check_entries().
3679         * src/imap.c: imap_parse_atom(): more fix for parsing responses.
3680
3681 2002-03-26
3682
3683         * src/imap.c: imap_parse_atom(): fixed a bug that didn't parse the
3684           responses with continuous line correctly, and fixed a memory leak.
3685
3686 2002-03-26
3687
3688         * src/undo.c: undo_insert_text_cb(): fixed a crash bug if the text
3689           length is large.
3690         * src/gtkstext.c: gtk_stext_button_press(): cancel current selection
3691           after pasting with middle button to prevent the selection growth.
3692
3693 2002-03-25
3694
3695         * src/folderview.c:
3696           folderview_rename_folder_cb()
3697           folderview_delete_folder_cb(): modify filter rules only if the
3698           target folder is in the default mailbox.
3699         * src/utils.c: get_abbrev_newsgroup_name(): removed a redundant
3700           line.
3701
3702 2002-03-23
3703
3704         * src/compose.c
3705           src/mainwindow.c
3706           src/prefs_common.c: changed 'Tool' menu to 'Tools'.
3707           Moved 'Delete duplicated messages' under 'Tools'.
3708
3709 2002-03-23
3710
3711         * src/folderview.c: SET_SPECIAL_FOLDER(): keep the same parent
3712           when moving.
3713         * src/imap.c: imap_create_special_folder(): fixed a crash bug
3714           when folder creation failed, and re-try to create folders under
3715           INBOX.
3716           imap_scan_tree_recursive(): don't automatically add namespace
3717           prefix if it's INBOX. Search also under the INBOX for special
3718           folders.
3719         * src/foldersel.c: SET_SPECIAL_FOLDER(): keep the same parent
3720           when moving.
3721
3722 2002-03-23
3723
3724         * src/utils.[ch]: get_abbrev_newsgroup_name(): new. It returns the
3725           abbreviated newsgroup name.
3726         * src/folderview.c: folderview_update_node(): display newsgroups
3727           with abbreviated name if name and path is the same.
3728         * src/summaryview.c: summary_status_show(): show the newsgroup with
3729           abbreviated name.
3730
3731 2002-03-23
3732
3733         * src/foldersel.c
3734           src/folderview.c: changed the label 'Draft' to 'Drafts'.
3735         * src/imap.c: changed the directory name 'Draft' to 'Drafts'.
3736           imap_create_missing_folders(): fixed the wrong assignment of
3737           Queue folder to draft.
3738
3739 2002-03-22
3740
3741         * enabled Sent / Draft / Queue folders on IMAP server.
3742         * src/compose.c: compose_queue(), compose_draft_cb(): use account's
3743           queue and draft folder if they exist.
3744           src/imap.[ch]:
3745           imap_create_trash(): removed.
3746           imap_create_special_folder(): new. Generalized imap_create_trash().
3747           imap_create_missing_folders(): automatically create missing folders.
3748           imap_is_msg_changed(): added the dummy method.
3749           imap_scan_tree_recursive(): search also Sent, Draft and Queue
3750           folders. Minor code cleanups.
3751           imap_parse_envelope(): check for null strings.
3752           src/procmsg.c: procmsg_read_cache(): add F_QUEUE or F_DRAFT flag
3753           for messages on IMAP folder.
3754
3755 2002-03-20
3756
3757         * src/compose.c: compose_send(): use account's outbox folder
3758           if it exists.
3759         * src/procmsg.[ch]: procmsg_save_to_outbox(): changed the API so
3760           that the outbox can be specified.
3761
3762 2002-03-20
3763
3764         * src/compose.c: don't save to outbox when messages are queued.
3765           compose_save_to_outbox(): moved to procmsg.c.
3766         * src/procmsg.[ch]: procmsg_send_queue(): save to outbox when
3767           sending succeeded.
3768           procmsg_save_to_outbox(): new. Removes the queueing headers if
3769           needed, and adds the given file to the outbox.
3770
3771 2002-03-20
3772
3773         * src/compose.c: compose_wrap_line(): treat '|' also as quote char.
3774           get_indent_length(): treat ':' and '#' also as quote char, and
3775           cleaned up using strchr().
3776
3777 2002-03-19
3778
3779         * src/mainwindow.c: modified some menu items.
3780
3781 2002-03-19
3782
3783         * src/defs.h: changed OUTBOX_DIR from "outbox" to "sent"
3784           (current "outbox" will be kept until rescan).
3785         * src/folder.c: folder_set_missing_folders(): create the missing
3786           folders.
3787         * src/foldersel.c
3788           src/folderview.c: changed 'Outbox' to 'Sent'.
3789         * src/main.c: call folder_set_missing_folders().
3790         * src/mh.c: mh_scan_tree(): create missing folders.
3791         * src/summaryview.c: summary_set_menu_sensitive(): fixed a bug that
3792           didn't set the menu sensitivity correctly.
3793
3794 2002-03-18
3795
3796         * src/folderview.c
3797           src/imap.[ch]: implemented folder renaming on IMAP (thanks to Mio).
3798           folderview_rename_folder_cb(): reopen the current folder when
3799           the ancestor is renamed.
3800           imap_rename_folder(): new method implementation.
3801           imap_cmd_rename()
3802           imap_rename_folder_func(): new.
3803           imap_remove_folder(): remove also the cache directory.
3804
3805 2002-03-17
3806
3807         * src/imap.c: implemented locale encoding <-> modified utf-7
3808           conversion, and supported i18n of folder name (thanks to Suzuki
3809           Mio).
3810           imap_path_separator_subst(): handle the escape characters of
3811           modified utf-7.
3812           imap_modified_utf7_to_locale()
3813           imap_locale_to_modified_utf7(): new.
3814           imap_create_trash(): modified so that it create the Trash folder
3815           to the correct location when imap directory is specified.
3816           imap_get_real_path(): removed debug print.
3817
3818 2002-03-14
3819
3820         * src/socket.c: implemented timeout for DNS lookup and connect().
3821           sock_connect_by_hostname(): timeout support and code cleanup.
3822           sock_connect_with_timeout(): new.
3823           sock_peek(): implemented SSL peek.
3824
3825 2002-03-13
3826
3827         * src/messageview.c: messageview_show(): display single-part
3828           text/html messages with the normal text view.
3829         * src/account.c
3830           src/addrbook.c
3831           src/addrindex.c
3832           src/compose.c
3833           src/imap.c
3834           src/inc.c
3835           src/jpilot.c
3836           src/ldif.c
3837           src/mbox.c
3838           src/mimeview.c
3839           src/news.c
3840           src/prefs.c
3841           src/prefs_common.c
3842           src/prefs_customheader.c
3843           src/prefs_display_header.c
3844           src/prefs_filter.c
3845           src/procheader.c
3846           src/procmime.c
3847           src/procmsg.c
3848           src/recv.c
3849           src/rfc2015.c
3850           src/send.c
3851           src/sourcewindow.c
3852           src/summaryview.c
3853           src/template.c
3854           src/textview.c
3855           src/unmime.c
3856           src/utils.c
3857           src/vcard.c
3858           src/xml.c: added 'b' to the option of all fopen().
3859
3860 2002-03-09
3861
3862         * version 0.7.4
3863
3864 2002-03-09
3865
3866         * src/ssl.[ch]: match its coding style.
3867         * src/compose.c: compose_send_later_cb(): fixed a bug that failed
3868           to save file.
3869         * faq/Makefile.am
3870           faq/en/Makefile.am
3871           faq/en/sylpheed-faq*.html
3872           faq/es/Makefile.am
3873           faq/es/sylpheed-faq*.html
3874           faq/fr/Makefile.am
3875           faq/fr/sylpheed-faq*.html
3876           configure.in
3877           Makefile.am
3878           src/Makefile.am
3879           src/defs.h
3880           src/mainwindow.c
3881           src/manual.[ch]: added FAQs in English, Spanish and French.
3882
3883 2002-03-07
3884
3885         * manual/en/sylpheed*.html: updated to the latest version.
3886         * libkcc/jis.c
3887           src/addrcache.c
3888           src/addritem.c
3889           src/ldif.c
3890           src/mgutils.c: include string.h to remove warning about strlen()
3891           etc.
3892         * src/folder.c
3893           src/folderview.c
3894           src/inc.c
3895           src/logwindow.c
3896           src/mainwindow.c
3897           src/mimeview.c
3898           src/prefs.c
3899           src/prefs_common.c
3900           src/procheader.c
3901           src/send.c
3902           src/session.c
3903           src/sigstatus.c
3904           src/summaryview.c: added break to the last label of switch to
3905           prevent the 'deprecated use of label at end of compound statement'
3906           warning at gcc-3.0.
3907         * src/rfc2015.c: passphrase_cb(): fixed the type of r_hd.
3908
3909 2002-03-06
3910
3911         * src/inc.[ch]: preserve the pointer to IncProgressDialog to the
3912           static list.
3913           inc_cancel_all(): new. It cancels the all current incorporation.
3914         * src/mainwindow.c: added 'Cancel receiving' menu.
3915         * src/textview.c: a minor fix for single-part MIME messages, and
3916           a bit of cleanup for textview_write_body().
3917
3918 2002-03-05
3919
3920         * src/inc.c: inc_write_uidl_list(): fixed a bug that lost UIDL
3921           information if any errors occured before issuing UIDL command.
3922           src/inc.h: added uidl_is_valid to Pop3State.
3923           src/pop.c: set uidl_is_valid to TRUE if UIDL becomes valid.
3924
3925 2002-03-03
3926
3927         * version 0.7.3
3928
3929 2002-03-03
3930
3931         * src/mimeview.c: mimeview_create(): set the initial notebook page
3932           to 0.
3933         * src/folderview.c: folderview_selected(): scroll the view if the
3934           selected row is hidden.
3935         * src/prefs_filter.c: prefs_filter_register_cb(): scroll the view
3936           and select the added row.
3937         * src/summaryview.c: fix threading for null message ids.
3938
3939 2002-03-02
3940
3941         * src/textview.c: textview_show_message(): follow message/rfc822
3942           parts.
3943           textview_add_part(): add a caption before the attached text files.
3944           textview_show_header(): don't add the newline.
3945         * src/messageview.c: enabled message search also in MIME mode.
3946
3947 2002-03-01
3948
3949         * src/messageview.c: messageview_show(): set header state of
3950           MimeView's TextView, too.
3951         * src/mimeview.c: mimeview_show_message(): call
3952           textview_show_message() to display message.
3953         * src/textview.c: textview_add_part(): new. It adds the content
3954           of message part without clearing the view.
3955           textview_show_message(): display all parts with appropriate
3956           style.
3957           textview_write_body(): separated from textview_show_part().
3958
3959 2002-02-28
3960
3961         * src/mainwindow.c
3962           src/prefs_common.c: added ISO-8859-15 to the codesets for
3963           displaying and sending.
3964         * src/codeconv.c: conv_codeset_strdup(): return NULL if code
3965           conversion failed, and made caller deal with it.
3966         * src/compose.c: compose_write_to_file(): show error dialog when
3967           code conversion failed, and let user select whether to send it
3968           as is or not.
3969         * src/textview.c: textview_write_line(): show the original string
3970           if code conversion failed.
3971
3972 2002-02-27
3973
3974         * src/inc.c: get_spool(): fixed a bug that failed to unlock mbox
3975           if copy_mbox() failed (thanks to Alexander Kabaev).
3976         * src/prefs_account.[ch]: added separate user ID / password setting
3977           for SMTP AUTH.
3978         * src/send.c: send_message_smtp(): use separate user ID / password
3979           for SMTP AUTH if it is specified.
3980
3981 2002-02-26
3982
3983         * src/inc.[ch]
3984           src/pop.[ch]: refactored the UIDL management.
3985           store the information of messages into the array of Pop3MsgInfo
3986           structure, and do full scanning of not retrieved messages.
3987
3988 2002-02-26
3989
3990         * src/filesel.c
3991           src/foldersel.c
3992           src/mainwindow.c: set WMCLASS for window/dialog.
3993         * src/codeconv.c: conv_codeset_strdup(): return source string
3994           when jconv_alloc_conv() failed.
3995
3996 2002-02-25
3997
3998         * src/mh.c: mh_scan_tree_recursive(): changed the hardcoded directory
3999           name to the macros.
4000
4001 2002-02-24
4002
4003         * src/messageview.c
4004           src/mimeview.[ch]
4005           src/summaryview.c: implemented the new notebook tab interface for
4006           MIME message.
4007         * src/textview.[ch]: fixed line space related glitches.
4008
4009 2002-02-23
4010
4011         * src/prefs_filter.c:
4012           prefs_filter_rename_path()
4013           prefs_filter_delete_path(): fixed a crash when flt->dest was NULL.
4014
4015 2002-02-23
4016
4017         * src/recv.[ch]: cancel data receiving if RecvUIFunc returns FALSE.
4018         * src/pop.c: pop3_retr_recv(): fixed false 'No space' when cancelled
4019           while getting data.
4020         * src/inc.c: inc_pop3_recv_func(): abort data receiving when
4021           cancelled, and fixed potential crash bug.
4022         * src/grouplistdialog.c: enabled cancelling of data receiving.
4023         * src/news.c: news_get_group_list(): destroy current session if
4024           retrieving failed.
4025
4026 2002-02-22
4027
4028         * src/manage_window.[ch]: fixed a bug that caused crash when
4029           the main window was hidden.
4030           MANAGE_WINDOW_SIGNALS_CONNECT(): new macro.
4031           Monitor "unmap_event", "destroy" events.
4032         * src/account.c;
4033           src/addressbook.c
4034           src/compose.c
4035           src/export.c
4036           src/filesel.c
4037           src/foldersel.c
4038           src/grouplistdialog.c
4039           src/import.c
4040           src/inputdialog.c
4041           src/mainwindow.c
4042           src/message_search.c
4043           src/passphrase.c
4044           src/prefs_account.c
4045           src/prefs_common.c
4046           src/prefs_customheader.c
4047           src/prefs_display_header.c
4048           src/prefs_filter.c
4049           src/prefs_template.c
4050           src/summary_search.c
4051           src/summaryview.c: use MANAGE_WINDOW_SIGNALS_CONNECT() macro to
4052           connect signals for window management.
4053
4054 2002-02-21
4055
4056         * src/prefs_account.[ch]: added receive size limit option.
4057         * src/pop.c: skip messages larger than the limit size.
4058           LOOKUP_NEXT_MSG(): new macro.
4059         * src/compose.c: compose_attach_append(): check whether the file
4060           is readable.
4061
4062 2002-02-21
4063
4064         * src/rfc2015.c: commented out dump_mimeinfo() and dump_part().
4065           changed g_message()'s to debug_print() and g_warning().
4066           rfc2015_decrypt_message(): fixed a bug that duplicated message
4067           parts when decryption was failed/cancelled. And made some code
4068           cleanup.
4069         * src/passphrase.c: made the dialog transient.
4070         * src/prefs.c: prefs_config_parse_one_line(): removed debug_print().
4071
4072 2002-02-20
4073
4074         * src/messageview.c
4075           src/procmsg.[ch]: fixed a bug that failed to parse multipart
4076           messages if GPGME was enabled.
4077         * src/rfc2015.c: commented out copy_gpgmedata_to_temp() which
4078           is not used.
4079         * src/prefs_account.c: prefs_account_privacy_create(): modified
4080           the vertical spacing.
4081
4082 2002-02-19
4083
4084         * src/menu.[ch]: menu_set_sensitive_all(): new.
4085           menu_set_insensitive_all(): made it a wrapper for
4086           menu_set_sensitive_all().
4087         * src/prefs_account.c:
4088           prefs_account_open()
4089           prefs_account_protocol_set_optmenu(): made the protocol type
4090           unchangeable after creating an account.
4091         * src/compose.c: compose_attach_parts(): traverse MIME tree to
4092           extract all attathed files from nested multipart MIME message.
4093
4094 2002-02-19
4095
4096         * src/procmsg.[ch]: procmsg_get_mark_sum(): added arguments to
4097           obtain minimum/maximum number, and to specify first number
4098           limit.
4099         * src/folderview.c
4100           src/inc.c: enabled new message checking on news folder.
4101         * src/news.c: news_scan_group(): implemented. Guess new/unread
4102           message number from the response of GROUP command and the mark
4103           data.
4104           news_select_group(): return the total/first/last number.
4105         * src/prefs_account.c: prefs_account_receive_create(): modified
4106           the text of the 'Get all' check button.
4107
4108 2002-02-18
4109
4110         * src/account.c: made 'Get all' checkbox available for IMAP4 and
4111           NNTP accounts.
4112         * src/inc.c: corrected the argument of folderview_check_new().
4113         * src/prefs_account.c: modification for the "`Get all' checks for
4114           new mail on this account" checkbox.
4115
4116 2002-02-18
4117
4118         * src/folderview.[ch]:
4119           folderview_rescan_tree(), folderview_rescan_all(): renamed from
4120           folderview_update_tree() and folderview_update_all().
4121           folderview_update_all_node(): removed.
4122           folderview_check_new(): new. If the argument is NULL, it checks
4123           all local folders. If the arguments is specified, it checks
4124           the (local and remote) folder.
4125         * src/inc.c:
4126           inc_account_mail()
4127           inc_all_account_mail(): check also IMAP4 account.
4128
4129 2002-02-18
4130
4131         * src/folderview.c:
4132           folderview_rename_folder_cb()
4133           folderview_delete_folder_cb(): modify the filter rules when folder
4134           is renamed/deleted.
4135         * src/prefs_filter.[ch]:
4136           prefs_filter_rename_path(): new. It renames the destination paths
4137           in the filter list.
4138           prefs_filter_delete_path(): new. It deletes the filter rules if
4139           the destination paths matched.
4140         * thanks to Neill Miller for above.
4141
4142 2002-02-17
4143
4144         * src/compose.c: inherit attached files when forwarding or reediting
4145           (rewrote the code in claws branch).
4146           compose_attach_parts(): new. It extracts and attaches the files
4147           in the given message.
4148           compose_attach_append(): chnaged the types of arguments.
4149         * src/messageview.c: messageview_show(): moved the GPG decryption
4150           code to procmsg.c.
4151         * src/procmsg.[ch]: procmsg_open_message_decrypted(): new.
4152
4153 2002-02-16
4154
4155         * version 0.7.2
4156
4157 2002-02-16
4158
4159         * src/summary_search(): summary_search_execute(): scroll the view
4160           when message view is hidden.
4161
4162 2002-02-15
4163
4164         * src/foldersel.c: foldersel_set_tree(): made different type of
4165           folders selectable in moving mode.
4166         * src/folderview.[ch]: folderview_update_msg_num(): compare the
4167           numbers with the CTree's labels, and don't update folder_item here.
4168         * src/imap.c: imap_move_msg(), imap_move_msgs_with_dest():
4169           implemented moving between different type of folders.
4170         * src/mh.c: SET_DEST_MSG_FLAGS(): new macro.
4171           mh_do_move(), mh_do_move_msgs_with_dest(): new (renamed previous
4172           mh_move_msg() and mh_move_msgs_with_dest()).
4173           mh_move_msg(), mh_move_msgs_with_dest(): implemented message
4174           moving between different type of folders.
4175           mh_copy_msg(), mh_copy_msgs_with_dest(): some code cleanups.
4176         * src/summaryview.c: summary_status_show(): update folder_item
4177           here.
4178         * po/POTFILES.in: removed reference to headerwindow.c.
4179         * src/summaryview.c: summary_step(): fixed the behavior on the
4180           head and tail of the list.
4181
4182 2002-02-15
4183
4184         * src/mainwindow.c: main_window_set_menu_sensitive(): set 'Show
4185           all header' toggle state from the property of the TextView.
4186         * src/summaryview.[ch]: made 'All header' toggle switch.
4187           Prohibited unnecessary menu update.
4188           summary_select_node(): added the argument 'do_refresh'.
4189           Some code cleanups.
4190
4191 2002-02-14
4192
4193         * src/utils.c: strsplit_with_quote(): remove quotation characters
4194           in the function (fix composer's external editor problem) (thanks
4195           to Stefaan A Eeckels).
4196         * src/mainwindow.[ch]: made 'Show all header' toggle switch.
4197           main_window_menu_callback_block()
4198           main_window_menu_callback_unblock(): new.
4199           main_window_set_menu_sensitive(): set the toggle status of
4200           menu items.
4201           show_all_header_cb(): read the status of toggle menu item.
4202         * src/mainwindow.[ch]: made 'Thread view' toggle switch.
4203         * src/prefs_common.c: prefs_keybind_apply_clicked(): removed
4204           'Unthread view'.
4205
4206 2002-02-13
4207
4208         * src/imap.c: imap_add_msg(): fixed a bug that didn't replace
4209           the path separator (thanks to Sergey Vlasov).
4210         * src/gtkutils.c: gtkut_editable_get_selection(): return NULL
4211           if the length of selection is zero.
4212           Fixed the assertion.
4213         * src/utils.c: str_open_as_stream(): return immediately if
4214           the length of str is zero.
4215         * src/headerwindow.[ch]: removed.
4216         * src/socket.[ch]
4217           src/inc.c: removed stale thread support codes.
4218
4219 2002-02-12
4220
4221         * src/procmsg.c: procmsg_open_message(): modified so that it
4222           returns the stream of decrypted message file if it exists
4223           (this fixes the failure of gpg decryption in messageview.c).
4224
4225 2002-02-11
4226
4227         * version 0.7.1
4228
4229 2002-02-11
4230
4231         * src/compose.[ch]
4232           src/gtkutils.[ch]
4233           src/prefs_template.c
4234           src/quote_fmt.h
4235           src/quote_fmt_parse.y
4236           src/summaryview.c
4237           src/utils.[ch]: if the part of the message text is selected, use
4238           it for quoted text instead of the entire message body (thanks to
4239           Darko Koruga).
4240           src/utils.[ch]: str_open_as_stream(): new. It returns an
4241           temporary stream for the given string.
4242         * src/main.c: added "--send" command line option.
4243         * src/compose.c: compose_reply_set_entry(): add From address to
4244           Cc if Reply-To and to_all are both specified.
4245         * Makefile.am: correct the Source: line in the RPM spec file in
4246           .tar.bz2 package.
4247
4248 2002-02-07
4249
4250         * src/procmsg.c: procmsg_open_message(): fetch message if the cache
4251           doesn't exist.
4252         * src/foldersel.[ch]: foldersel_folder_sel(): added an argument
4253           that specifies the folder selection type.
4254         * src/addressbook.c
4255           src/compose.c
4256           src/editaddress.c
4257           src/editgroup.c
4258           src/folderview.c
4259           src/importldif.c
4260           src/mainwindow.c
4261           src/md5.c
4262           src/mimeview.c
4263           src/prefs_common.c
4264           src/prefs_customheader.c
4265           src/prefs_filter.c
4266           src/summaryview.c: made it compile with C compilers other than gcc
4267           (thanks to Shawn Houston).
4268
4269 2002-02-06
4270
4271         * src/imap.c: imap_copy_msgs_with_dest(): fixed a bug on traversing
4272           list.
4273         * src/prefs_common.c: made the key binding setting separate dialog.
4274         * src/addressbook.c: addressbook_format_address(): add "" around
4275           the display name if it contains comma (thanks to Satoshi Watanabe).
4276         * src/addr_compl.c: get_complete_address(): add "" around the
4277           display name if it contains comma.
4278           get_address_from_edit(): handle the quotation character correctly.
4279         * src/addr_compl.c: get_complete_address()
4280           src/addressbook.c: addressbook_format_address(): fixed a bug that
4281           caused wrong text processing if the display name is empty.
4282         * updated NEWS.
4283
4284 2002-02-05
4285
4286         * src/compose.c: compose_exec_ext_editor_real(): replaced
4287           g_strsplit() with strsplit_with_quote().
4288         * src/foldersel.c
4289           src/folderview.c: folderview_drag_motion_cb(): minor code cleanups.
4290         * src/folderview.c:
4291           folderview_drag_motion_cb()
4292           folderview_drag_received_cb(): allow dropping into IMAP4 folder.
4293         * src/utils.c: get_file_size_as_crlf(): use fgets() instead of
4294           fread().
4295         * src/imap.c
4296           imap_copy_msg()
4297           imap_copy_msgs_with_dest(): use imap_add_msg() if the source
4298           of the message is different from the current mailbox.
4299           Return the correct value.
4300           imap_cmd_append(): properly implemented the APPEND command.
4301
4302 2002-02-04
4303
4304         * src/mainwindow.c
4305           src/messageview.[ch]
4306           src/summaryview.[ch]
4307           src/textview.[ch]: show all headers in the message view, and don't
4308           use the header window anymore.
4309         * src/mainwindow.c
4310           src/prefs_common.c: changed the default shortcut of 'compose new
4311           message'.
4312         * src/mainwindow.c
4313           src/summaryview.[ch]: summary_display_msg_selected(): new.
4314           Show the selected message if 'Show all header' is selected.
4315         * src/mh.c
4316           src/sourcewindow.c: changed some procmsg_get_message_file_path()
4317           to procmsg_get_message_file() to be sure the message is
4318           retrieved.
4319         * src/folderview.c: folderview_drag_motion_cb(): allow DnD from
4320           any folder to MH folder.
4321           folderview_drag_received_cb(): copy messages instead of moving
4322           if the source folder is news or IMAP.
4323         * src/mainwindow.c
4324           src/summaryview.c: allow copy from news folder.
4325
4326 2002-02-03
4327
4328         * src/prefs_common.c: prefs_other_create(): modified the design
4329           of the external command settings.
4330           prefs_keybind_apply_clicked(): made the Mew / Wanderlust keybind
4331           preset closer to the original.
4332           Added Mutt keybind preset.
4333           Also change the compose keybinds.
4334         * src/compose.c: modified some menu shortcuts.
4335         * src/codeconv.c: modified the locale_table for Thai encoding.
4336
4337 2002-02-01
4338
4339         * src/Makefile.am: added $(GPGME_CFLAGS) to INCLUDES.
4340         * src/prefs_common.c: prefs_interface_create(): modified the
4341           description for menu shortcut.
4342
4343 2002-01-31
4344
4345         * src/gtkutils.[ch]: added gtk_stext_clear().
4346         * src/compose.[ch]
4347           src/mainwindow.c
4348           src/summaryview.[ch]: enabled multiple forwarding.
4349         * src/summaryview.c:
4350           summary_set_marks_selected(): set marks for all selected row.
4351           summary_reply(): moved from summary_reply_cb().
4352         * compose.[ch]: compose_forward(): modified so that it receives
4353           the message list.
4354         * src/mainwindow.c: cleanup for reply processing.
4355         * src/summaryview.c: summary_reply(): fixed a memory leak.
4356           summary_key_pressed(): removed hardcoded mark / mark as unread
4357           shortcuts.
4358         * src/mainwindow.c
4359           src/prefs_common.c: added mark / mark as unread shortcuts to
4360           the menu.
4361
4362 2002-01-30
4363
4364         * src/compose.c: compose_wrap_line_all(): wrap quoted part even
4365           if prefs_common.linewrap_quote is not set (it is only for
4366           auto-wrapping on reply).
4367         * src/prefs_account.c: prefs_account_open(): initialize tmp_ac_prefs
4368           when creating a new account.
4369         * src/mh.c: mh_get_msg_list(): use also st_ctime to detect
4370           directory change.
4371         * src/prefs_common.c: prefs_interface_create(): modified the
4372           description of key binds selector.
4373
4374 2002-01-29
4375
4376         * src/mimeview.c: fixed multiple dialog / moving by correcting
4377           button / key event processing.
4378         * src/mimeview.[ch]
4379           src/textview.c: pass some key press events to MimeView in MIME
4380           mode.
4381         * src/prefs_filter.c: fixed a bug that didn't set the order of
4382           rules correctly.
4383         * src/prefs_common.c: prefs_keybind_apply_clicked(): fixed
4384           empty_menurc string.
4385
4386 2002-01-28
4387
4388         * src/mainwindow.c
4389           src/prefs_common.c: reorganized the menu shortcuts.
4390           Added 'View - Toggle summary view'.
4391         * src/summaryview.[ch]: summary_toggle_view(): made it public
4392           function.
4393         * src/prefs_common.[ch]: swapped the position of 'Shortcut key'
4394           and 'On exit'.
4395         * src/importldif.c: imp_ldif_delete_event(): fixed segfault when
4396           closing the dialog with window manager (in more appropriate way).
4397         * src/imageview.[ch]
4398           src/messageview.c
4399           src/mimeview.c: fixed wrong scrolling position when switching
4400           between text and image parts. Also free the unrequired image
4401           (thanks to Sergey Vlasov).
4402         * src/prefs_common.c: disabled 'Go to inbox after receiving new mail'
4403           by default.
4404
4405 2002-01-28
4406
4407         * src/prefs_common.c: implemented shortcut quick changer.
4408         * src/folderview.c: folderview_key_pressed()
4409           src/summaryview.c: summary_key_pressed(): removed some hardcoded
4410           key binds.
4411
4412 2002-01-25
4413
4414         * src/procmime.c:
4415           procmime_get_mime_type()
4416           procmime_get_mime_type_table(): made the MIME type search case
4417           insensitive.
4418         * src/gtkstext.c:
4419           gtk_stext_delete_line(): delete newline on empty line.
4420           gtk_stext_delete_to_line_end(): delete newline if cursor is on
4421           the last of line.
4422           (thanks to Yasuzaki Masayoshi.)
4423
4424 2002-01-23
4425
4426         * src/compose.c
4427           src/gtkstext.[ch]: removed the hardcoded shortcuts in GtkSText,
4428           and made them customizable.
4429         * src/utils.[ch]: added get_file_size_as_crlf() which returns
4430           the file size when converting LF to CR+LF.
4431
4432 2002-01-22
4433
4434         * src/compose.c: enabled 'Ctrl-Enter' or
4435           'Ctrl-(other modifier keys)-Enter' shortcut that didn't work
4436           before.
4437         * src/gtkstext.c: disabled some Emacs key bindings.
4438           gtk_stext_key_press(): don't extend selection when Shift-Enter
4439           is pressed to prevent the disapperance of cursor.
4440         * src/summaryview.c: summary_select_next_unread(): added the button
4441           to search unread message again from the beginning to the dialog.
4442         * src/folderview.c: folderview_key_pressed(): go to next unread
4443           folder if space key is pressed on the empty folder.
4444           Move CTree focus before selecting row.
4445
4446 2002-01-21
4447
4448         * src/defs.h: modified the XLFD of default fonts.
4449         * src/textview.c: textview_create(): fixed a bug that caused
4450           segfault if font couldn't be loaded.
4451         * src/folderview.c
4452           src/grouplistdialog.c: compare subscribed groups with path.
4453         * src/prefs_filter.c: changed 'Operator' to 'Condition'.
4454
4455 2002-01-20
4456
4457         * src/compose.c: compose_wrap_line_all(): fixed wrapping crash
4458           when URL is wider than wrapping margin.
4459         * src/mainwindow.c
4460           src/prefs_filter.[ch]
4461           src/summaryview.[ch]: added "Create filter rule" function based
4462           on the patch from Luca Rosellini.
4463         * src/summaryview.c: summary_filter_open(): added X-List and
4464           X-Mailing-list to the automatically detected headers.
4465
4466 2002-01-18
4467
4468         * configure.in: support Mac OS X (Darwin).
4469
4470 2002-01-16
4471
4472         * src/prefs_filter.c: use inc_(un)lock() instead of
4473           inc_autocheck_timer_{remove|set}().
4474         * src/summaryview.c: summary_sort(): use gtk_ctree_sort_recursive()
4475           instead of gtk_ctree_sort_node() so that messages within threads
4476           are also sorted.
4477         * src/procmsg.c: procmsg_read_mark_file(): fixed a bug that the
4478           target of sizeof was wrong and caused crash on Alpha architecture
4479           (thanks to Motonobu Ichimura).
4480
4481 2002-01-15
4482
4483         * src/foldersel.c:
4484           foldersel_gnode_func(): made the names of special folders
4485           translated strings.
4486           foldersel_set_tree(): move the special folder to the top.
4487         * src/inputdialog.[ch]: input_dialog_query_password(): new.
4488         * src/imap.c
4489           src/inc.c
4490           src/news.c
4491           src/send.c: use input_dialog_query_password() instead of their
4492           own query functions.
4493
4494 2002-01-14
4495
4496         * src/defs.h: modified the default font.
4497         * src/folder.[ch]
4498           src/mh.[ch]
4499           src/imap.[ch]
4500           src/news.[ch]: moved the class definition and some methods to
4501           the proper location.
4502
4503 2002-01-11
4504
4505         * src/mimeview.c: mimeview_save_as()
4506           src/summaryview.c: summary_save_as(): put the default filename
4507           based on the subject.
4508         * src/utils.[ch]: added subst_chars() and subst_for_filename()
4509           which substitute some special characters with underscore.
4510         * src/filesel.c: filesel_select_file(): select the default filename.
4511
4512 2002-01-10
4513
4514         * INSTALL
4515           INSTALL.jp: added the description and the URL for libjconv.
4516         * src/mainwindow.c: menu entries cleanup.
4517
4518 2002-01-09
4519
4520         * README
4521           README.jp
4522           src/about.c: modified the copyright year.
4523         * src/gtkstext.h: added the notice for modification by the Sylpheed
4524           Team.
4525
4526 2002-01-08
4527
4528         * INSTALL
4529           INSTALL.jp: added the URL for compface.
4530
4531 2002-01-07
4532
4533         * version 0.7.0
4534
4535 2002-01-07
4536
4537         * src/headerwindow.c
4538           src/logwindow.c
4539           src/messageview.c
4540           src/sourcewindow.c: set wmclass when creating windows.
4541
4542 2002-01-04
4543
4544         * src/compose.c: compose_wrap_line_all(): fixed the bug that
4545           caused infinite loop when wrapping certain patterns of quoted text.
4546
4547 2002-01-02
4548
4549         * src/imap.c: imap_parse_envelope(): put the assertion after
4550           imap_parse_address() to prevent segmentation fault.
4551
4552 2001-12-31
4553
4554         * src/folderview.c
4555           src/mainwindow.c: modified some labels of menu items.
4556         * src/ldif.c: put the return value of fgetc() in a gint.
4557         * src/importldif.c: don't brace null strings with _().
4558         * src/compose.c: moved the position of Subject entry to the last.
4559           Reorganized the menu.
4560           compose_draft_cb(): added 'keep editing after saving to draft'
4561           feature.
4562
4563 2001-12-30
4564
4565         * src/mainwindow.c: reorganization of main menu. Removed 'Summary'
4566           menu. Moved 'Help' menu to just the right of 'Configuration'.
4567           Removed 'File - Close' menu item.
4568
4569 2001-12-25
4570
4571         * src/mainwindow.c: some menu reorganization.
4572         * AUTHORS: updated. Added more contributors.
4573         * src/account.c: account_row_moved(): new. Moves displayed row to
4574           the appropriate position when up / down button are pressed.
4575           account_clist_set(): move displayed row to the appropriate position.
4576         * src/compose.c
4577           src/mainwindow.c: set title and wmclass when creating windows.
4578
4579 2001-12-24
4580
4581         * src/gtkstext.c: fixed a bug that didn't show block cursor
4582           correctly. Removed unnecessary GdkGC copy. Fixed cursor
4583           coordinate.
4584         * src/compose.c
4585           src/gtkutils.[ch]
4586           src/textview.[ch]
4587           src/undo.c: modified to use GtkSText.
4588         * src/menu.h: added #include <gtk/gtkmenu.h>.
4589
4590 2001-12-23
4591
4592         * acconfig.h
4593           configure.in: added XIM checking for GTK+.
4594         * src/gtkstext.[ch]: new. Copied GtkText in GTK+ and renamed.
4595
4596 2001-12-22
4597
4598         * src/filter.c: added #include <sys/types.h>.
4599
4600 2001-12-21
4601
4602         * src/template.c: template_write_config(): fixed a typo.
4603         * src/compose.c: toolbar_linewrap_cb(): call compose_wrap_line_all().
4604         * src/filter.[ch]
4605           src/prefs_filter.c: supported regular expression (thanks to
4606           Yukihiro Nakai).
4607         * src/undo.c: undo_paste_clipboard_cb(): fixed a bug that broke
4608           undo state when pasted clipboard was empty.
4609           undo_check_size(): use g_list_last().
4610           undo_undo()
4611           undo_redo(): fixed NULL checking and made a bit of optimization.
4612           Some code cleanups.
4613         * src/prefs_common.c: changed the default value of linewrap length
4614           to 72.
4615
4616 2001-12-20
4617
4618         * reorganization of pixmap management.
4619         * src/stock_pixmap.[ch]: new. This module manages all static pixmaps.
4620         * modified every files which directly use pixmaps data to use
4621           stock_pixmap_*().
4622         * src/undo.[ch]: renamed undo_set_undo_change_funct() to
4623           undo_set_change_state_func(), and changed its argument from
4624           GtkWidget* to gpointer.
4625           undo_merge(): code cleanup.
4626         * src/compose.c: renamed compose_set_undo() to
4627           compose_undo_state_changed().
4628
4629 2001-12-19
4630
4631         * src/account.c: account_find_from_address(): made it case
4632           insensitive.
4633         * src/addressbook.c: addressbook_create(): set wmclass.
4634         * src/compose.c: compose_insert_file(): supported DOS/Win/Mac line
4635           break.
4636         * src/importldif.c
4637           src/ldif.[ch]: merged from the claws branch.
4638         * src/importldif.c: removed some warnings.
4639           imp_ldif_field_list_toggle(): fixed button checking.
4640           imp_ldif_dialog_create(): minor layout fix.
4641         * src/ldif.c: removed some warnings.
4642         * INSTALL
4643           INSTALL.jp: updated confirmation list.
4644         * src/vcard.c:
4645           vcard_read_file()
4646           vcard_test_read_file(): fixed a memory leak of tagtemp.
4647           Some code cleanups (decreasing the indent level).
4648         * src/addrindex.c
4649           src/jpilot.[ch]
4650           src/syldap.[ch]: disabled runtime library checking because JPilot
4651           and LDAP libraries are linked on the build time, and the program
4652           doesn't execute without them anyway.
4653         * src/addressbook.c
4654           src/addrindex.c: changed "J-Pilot" to "JPilot".
4655           Removed warning for atoi().
4656
4657 2001-12-18
4658
4659         * src/procmsg.c: procmsg_empty_trash()
4660           src/mainwindow.c: main_window_empty_trash(): empty trash only if
4661           it contains some messages.
4662         * src/imap.c: search_array_str(): new.
4663           imap_status(): fixed a bug that didn't parse the command response
4664           correctly.
4665
4666 2001-12-18
4667
4668         * merged undo function (by Jens Oberender).
4669         * src/undo.[ch]: new.
4670           undo_insert_text_cb(): fix for multibyte characters (obtain the
4671           number of letters instead of bytes).
4672         * src/compose.[ch]: added the code for undo.
4673         * src/prefs_common.[ch]: added the interface for setting undo level.
4674
4675 2001-12-16
4676
4677         * src/compose.c: compose_template_apply()
4678           src/prefs_template.c: prefs_template_clist_set_row()
4679           src/template.c: template_write_config(): don't replace To: and
4680           Subject: entry in composition window if they are empty.
4681
4682 2001-12-16
4683
4684         * version 0.6.6
4685
4686 2001-12-15
4687
4688         * src/folderview.c: folderview_drag_motion_cb(): fixed a DnD bug.
4689         * src/ldif.c: ldif_get_line(): ignore CR.
4690         * src/mimeview.c: mimeview_show_message(): search also text/html
4691           for first text part.
4692
4693 2001-12-14
4694
4695         * src/prefs_account.c: prefs_account_save_config_all(): fixed a bug
4696           that didn't update accountrc if account_list == NULL (thanks to
4697           Watanabe).
4698
4699 2001-12-14
4700
4701         * src/utils.h: added the macro Xstrcat_a() that concatenates
4702           two strings and return alloca'd string.
4703         * src/imap.c: imap_scan_tree_recursive(): fixed a bug that didn't
4704           handle folder name which includes some spaces correctly
4705           (based on the patch from Willem van Engen (thanks!)).
4706         * src/compose.c: compose_wrap_line_all(): fixed the crash when
4707           wrapping long lines if linewrap quotation is disabled and
4708           a word spanning more than one line.
4709
4710 2001-12-14
4711
4712         * applied the Tobias' patch with modification (thanks!).
4713         * src/imap.[ch]:
4714           imap_msg_set_perm_flags()
4715           imap_msg_unset_perm_flags(): new. They set permanent flags to
4716           a IMAP message.
4717         * src/compose.c
4718           src/summaryview.c: set flags on IMAP server when flags are changed.
4719
4720 2001-12-11
4721
4722         * src/gtkutils.[ch]: gtkut_container_remove(): new. It's a wrapper
4723           of gtk_container_remove() for workaround of a bug in
4724           Gtk{Text,Entry} (thanks to Sergey Vlasov).
4725         * src/compose.c
4726           src/mainwindow.c
4727           src/messageview.c
4728           src/mimeview.c
4729           src/summaryview.c
4730           src/textview.c: replaced gtk_container_remove() with
4731           gtkut_container_remove(), and removed previous partial fix.
4732
4733 2001-12-09
4734
4735         * src/prefs_account.c: prefs_account_apply(): fixed a bug that
4736           checked user ID on "local", but didn't on IMAP4.
4737         * src/imap.c: imap_session_get(): fixed a crash bug when
4738           rfolder->session == NULL.
4739         * Makefile.am: changed the arguments of tar from 'chojf' to
4740           '--bzip2 -chof'.
4741         * src/summaryview.c: summary_toggle_view(): disclaim the selection
4742           of textview before removing vpaned.
4743
4744 2001-12-08
4745
4746         * src/messageview.c: messageview_change_view_type(): disclaim the
4747           selection before removing textview. This solves the mysterious
4748           copy-paste disability (thanks to Melvin Hadasht).
4749         * src/textview.c: textview_set_font(): use
4750           gtk_editable_claim_selection() instead of
4751           gtk_editable_select_region().
4752
4753 2001-12-06
4754
4755         * src/prefs_template.c: prefs_template_window_create(): supported
4756           address completion on the To: entry.
4757
4758 2001-12-04
4759
4760         * src/folder.c:
4761           folder_count_total_msgs()
4762           folder_count_total_msgs_func(): use g_node_traverse() to traverse
4763           GNode.
4764
4765 2001-12-03
4766
4767         * src/compose.c: fixed a bug that empty body was refused.
4768         * src/prefs_template.c: fixed a bug that didn't set To: entry
4769           correctly. Display error dialog if format is illegal.
4770         * src/prefs_common.c
4771           src/quote_fmt_lex.l
4772           src/quote_fmt_parse.y: changed parenthesis "( )" to curly braces
4773           "{ }" to prevent confusion on using parenthesis.
4774         * src/html.c: html_get_parenthesis(): ignore CSS / script stuff.
4775
4776 2001-11-29
4777
4778         * src/prefs_template.c: added colon to the header labels.
4779
4780 2001-11-28
4781
4782         * src/compose.c
4783           src/prefs_template.c
4784           src/template.[ch]: added To field to the template.
4785
4786 2001-11-27
4787
4788         * src/textview.c: textview_show_part(): use first found
4789           message/rfc822 header.
4790         * src/folderview.c: added "Search messages..." to the context menu.
4791         * src/prefs_common.c: prefs_quote_description_create(): added
4792           description for characters which need to be escaped.
4793
4794 2001-11-26
4795
4796         * src/compose.c: compose_wrap_line_all(): more merging from claws.
4797           GET_CHAR(): renamed GET_TEXT() and made it more generic.
4798           Modified compose_wrap_line() and compose_wrap_line_all() to use
4799           GET_CHAR().
4800         * src/textview.c: textview_show_part(): show the header of nested
4801           RFC822 attachment correctly.
4802
4803 2001-11-25
4804
4805         * src/folder.[ch]
4806           src/main.c: added --status option to get new, unread and total
4807           message count from a running Sylpheed (merged from claws).
4808           prohibit_duplicate_launch(): output '\n' only once.
4809
4810 2001-11-23
4811
4812         * src/compose.c
4813           src/gtkutils.[ch]: merged the new wrapping function.
4814           gtkut_text_str_compare_n()
4815           gtkut_text_str_compare()
4816           gtkut_text_is_uri_string(): backport from the GtkSText in the
4817           claws branch, and made modification.
4818         * src/prefs_template.c
4819           src/template.[ch]: added Subject to the template.
4820
4821 2001-11-22
4822
4823         * src/compose.c: compose_write_headers(): added missing parenthesis
4824           that generated invalid custom header (thanks to Masaaki Noro).
4825           Allow Sender: custom header.
4826
4827 2001-11-20
4828
4829         * src/procheader.c: procheader_date_parse(): workaround for
4830           RFC-incompliant Date header.
4831
4832 2001-11-20
4833
4834         * src/addrbook.c: removed redundant functions, and fixed generation
4835           of spurious address book file names.
4836         * src/addrindex.c: V-Card -> vCard.
4837
4838 2001-11-19
4839
4840         * src/textview.c: get_email_part(): replaced isalnum() with
4841           the macro IS_ASCII_ALNUM() which restricts the range of
4842           characters to 7bit ASCII (thanks to Shimamoto).
4843         * src/utils.c: remote_tzoffset_sec(): workaround for malformed
4844           timezone offset.
4845
4846 2001-11-18
4847
4848         * src/textview.c: textview_show_part(): show headers on nested
4849           muitipart text.
4850
4851 2001-11-17
4852
4853         * src/imap.c: imap_session_get()
4854           src/news.c: news_session_get(): fixed segfault when reconnection
4855           failed.
4856         * src/grouplistdialog.c: removed redundant code, and expand nodes
4857           that doesn't match the pattern.
4858
4859 2001-11-16
4860
4861         * src/compose.c: modified so that it sends message when any of
4862           To:, Cc:, Bcc:, or Newsgroups: fields have valid recipient.
4863           compose_check_for_valid_recipient(): new.
4864         * src/grouplistdialog.c: improved the UI.
4865           Added appropriate description and search button.
4866           Search doesn't get group list again.
4867
4868 2001-11-15
4869
4870         * src/news.[ch]: news_session_get(): update the last access time
4871           correctly.
4872           news_group_list_free(): new.
4873         * src/grouplistdialog.c: free resources correctly.
4874
4875 2001-11-15
4876
4877         * src/folderview.c
4878           src/grouplistdialog.[ch]: more merging of new newsgroup
4879           subscription dialog.
4880         * src/news.[ch]: renamed news_remove_group_list() to
4881           news_remove_group_list_cache().
4882
4883 2001-11-14
4884
4885         * src/defs.h: added MAX_ENTRY_LENGTH definition.
4886         * src/compose.c: compose_add_entry_field(): create new entry with
4887           max length.
4888
4889 2001-11-13
4890
4891         * src/grouplistdialog.c: made non-leaf node selectable.
4892           Give the complete newsgroup name for each nodes.
4893
4894 2001-11-13
4895
4896         * src/grouplistdialog.c
4897           src/news.[ch]: merging of new newsgroup subscription dialog
4898           (still in progress. Don't use it yet!).
4899
4900 2001-11-12
4901
4902         * src/utils.[ch]: decode_uri(): new. It decodes URL-encoded strings.
4903         * src/compose.[ch]: compose_new_with_recipient(): accept mailto
4904           URL.
4905           compose_entries_set(): new. It parses mailto URL and put each
4906           values into the entries.
4907
4908 2001-11-12
4909
4910         * src/compose.c: compose_forward(): fixed a bug that forward
4911           quote mark wasn't used (thanks to Hironori IWANE).
4912         * src/codeconv.[ch]
4913           src/mainwindow.c
4914           src/prefs_common.c: added Thai encodings (thanks to Manrat
4915           Chobchuen).
4916
4917 2001-11-08
4918
4919         * src/socket.c: sock_connect_by_hostname(): removed h_errno.
4920         * src/session.h
4921           src/defs.h
4922           src/imap.[ch]
4923           src/news.c: added last_access_time to Session.
4924           imap_session_get(): check connection only when access interval
4925           has been exceeded.
4926
4927 2001-11-07
4928
4929         * version 0.6.5
4930
4931 2001-11-07
4932
4933         * src/socket.c: ssl_gets(): use SSL_peek.
4934         * updated NEWS and AUTHORS.
4935         * Makefile.am: fixed release target.
4936
4937 2001-11-06
4938
4939         * src/template.c: changed the format of template file to
4940           RFC2822-like.
4941         * src/compose.c: compose_template_apply(): freeze the text widget
4942           while inserting strings.
4943
4944 2001-11-05
4945
4946         * po/POTFILES.in: removed src/template_select.c.
4947         * src/summaryview.c: summary_set_header()
4948           src/address.c: address_parse_str()
4949           src/filter.c: filter_read_str()
4950           src/news.c: news_parse_xover()
4951           src/procheader.c: procheader_get_fromname()
4952           src/utils.c: subject_compare():
4953           replaced Xalloca() + strcpy() with Xstrdup_a().
4954         * src/inputdialog.[ch]: added combo mode.
4955           input_dialog_combo(): new.
4956         * src/prefs_common.[ch]: added MIME open command setting.
4957           prefs_common_{read, save}_config(): read / write command history.
4958         * src/mimeview.c: mimeview_open_with(): use combo input dialog.
4959         * src/utils.[ch]: add_history(): history list management function.
4960
4961 2001-11-04
4962
4963         * src/compose.c: select templates from the menu.
4964           compose_set_template_menu(): new.
4965           compose_reflect_prefs_all(): new.
4966           compose_template_apply(): new. Use dummy MsgInfo for parsing.
4967         * src/template.[ch]: store template list to the static heap.
4968           template_get_config(): new.
4969           template_set_config(): new.
4970         * src/prefs_template.c: don't store template list to the global area.
4971         * src/template_select.[ch]: removed.
4972         * src/quote_fmt_parse.y: check folderitem when quoting messages.
4973         * src/mh.c: mh_add_msg(): try to copy file whenever link() failed
4974           (thanks to OSHIRO Naoki).
4975
4976 2001-11-03
4977
4978         * src/utils.[ch]: get_template_dir(): new.
4979         * src/template.c: use get_template_dir().
4980
4981 2001-11-02
4982
4983         * src/prefs_template.c: modified the dialog layout.
4984           Added symbol description button.
4985         * src/summaryview.c: show an arrow mark to the column of the sort
4986           target.
4987           summary_set_column_titles(): new.
4988         * INSTALL
4989           INSTALL.jp
4990           README
4991           README.jp
4992           TODO
4993           TODO.jp: updated the documents.
4994
4995 2001-11-02
4996
4997         * src/Makefile.am: add missing checkbox_{on, off}.xpm.
4998         * src/textview.c: textview_key_pressed()
4999           src/mimeview.c: mimeview_key_pressed()
5000           src/summaryview.c: summary_key_pressed(): delete messages with
5001           Delete key.
5002
5003 2001-11-01
5004
5005         * src/socket.c: ssl_gets(): fixed a bug that caused infinite loop
5006           when SSL_read() returned 0.
5007         * src/utils.[ch]: strcrchomp(): new. It removes CR from the tail
5008           of strings.
5009         * src/quote_fmt_parse.y: convert CRLF to LF when inserting messages.
5010           Add prototype of yylex() to suppress the warning.
5011         * merged the template function.
5012         * src/prefs_template.[ch]
5013           src/template.[ch]
5014           src/template_select.[ch]: new.
5015           Renamed prefs_templates_* -> prefs_template_*.
5016         * src/compose.c: added template menu. Added replyinfo to Compose.
5017         * src/mainwindow.c: added template setting menu.
5018         * src/quote_fmt_lex.l: output literal tab and return as is.
5019         * src/prefs_common.c: changed the pref. name of quote format to
5020           'reply_quote_{mark, format}' and 'fw_quote_{mark, format}'.
5021
5022 2001-10-31
5023
5024         * src/prefs_common.[ch]: added Quote tab, and moved the quote
5025           setting from Compose tab.
5026         * merged the new quote format parser.
5027         * src/quote_fmt_lex.h
5028           src/quote_fmt.h
5029           src/quote_fmt_lex.l
5030           src/quote_fmt_parse.y: new files for quote format parser.
5031         * configure.in: added checks for lex and yacc.
5032         * src/compose.c: compose_quote_file(), compose_quote_parse_fmt():
5033           removed.
5034           compose_quote_fmt(): new.
5035         * src/prefs_common.[ch]: added forward format setting to the
5036           Quote tab. Updated the quote description dialog.
5037         * src/quote_fmt_parse.y: fixed bugs that tried to read file even
5038           if they couldn't get text part.
5039
5040 2001-10-31
5041
5042         * src/pixmaps/checkbox_off.xpm
5043           src/pixmaps/checkbox_on.xpm: new.
5044         * src/account.c: display `get all' status with the checkbox pixmaps.
5045
5046 2001-10-30
5047
5048         * src/send.c: code cleanup. Pass account prefs structure instead
5049           of many arguments.
5050           Query password for SMTP AUTH if not specified (thanks to Mio).
5051
5052 2001-10-30
5053
5054         * src/procheader.c: procheader_parse(): fixed a bug that didn't
5055           parse multiple message-id in In-Reply-To: header correctly
5056           (thanks to KAJIWARA).
5057
5058 2001-10-29
5059
5060         * src/account.c: enabled 'Get all' setting by clicking the 'G'
5061           column of account list, and added some description.
5062         * src/prefs_common.c: prefs_send_create(): added a description
5063           for outgoing codeset.
5064
5065 2001-10-28
5066
5067         * src/prefs_account.[ch]: moved inbox entry to the receive tab,
5068           and added select button and short description.
5069         * src/Makefile.am: added SYSCONFDIR to CPPFLAGS.
5070         * src/procmime.c:
5071           procmime_get_mime_type_table()
5072           procmime_get_mime_type_list(): modified so that
5073           $(SYSCONFDIR)/mime.types (or /etc/mime.types if not found) and
5074           $(HOME)/.sylpheed/mime.types are read.
5075
5076 2001-10-27
5077
5078         * src/prefs_account.c: moved the address auto-setting to the compose
5079           tab.
5080           prefs_account_create(): removed gtk_widget_show_all() for proper
5081           window size.
5082         * src/prefs_common.c: changed "Program path" to "Command".
5083
5084 2001-10-26
5085
5086         * src/textview.c: textview_set_font(): support Russian charset
5087           on EUC-JP locale.
5088         * src/summaryview.c: summary_delete(): (hopefully) fixed the crash
5089           bug on deleting.
5090         * prefs_account.c
5091           prefs_common.c
5092           prefs_summary_column.c: minor improvements to the English.
5093         * src/main.c: get_queued_message_num(): don't output the warning
5094           when queueing folder is not found.
5095
5096 2001-10-21
5097
5098         * version 0.6.4
5099
5100 2001-10-21
5101
5102         * src/prefs_summary_column.[ch]:
5103           made prefs_summary_column_get_config() public.
5104         * src/summaryview.c: summary_ctree_create(): some code cleanup.
5105         * configure.in: moved the position of SSL checking after LDAP
5106           for linking problem.
5107
5108 2001-10-21
5109
5110         * src/mainwindow.c
5111           src/summaryview.c: allowed reedit in the outbox.
5112         * src/prefs_summary_column.[ch]: new. UI for setting summary
5113           columns.
5114         * src/mainwindow.[ch]: main_window_set_summary_column(): new.
5115           It calls summary_set_column_order().
5116         * src/summaryview.[ch]:
5117           summary_ctree_create(): new. separated from summary_create().
5118           summary_set_column_order(): new. It destroys the current
5119           CTree and replaces it with the new one.
5120
5121 2001-10-19
5122
5123         * src/smtp.[ch]: smtp_from(): abort if auth failed.
5124         * changed C++-style comments into C-style in some files, and
5125           removed unnecessary commented out codes.
5126         * src/addrcache.[ch]
5127           src/addressbook.c
5128           src/addrindex.[ch]
5129           src/jpilot.[ch]
5130           src/syldap.[ch]: updated the addressbook code, and fixed the
5131           thread bug of LDAP.
5132         * src/ldif.[ch]
5133           src/importldif.[ch]: new.
5134
5135 2001-10-18
5136
5137         * src/about.c: added some items to compiled-in features.
5138         * src/addr_compl.c: changed LOG_MESSAGE to debug_print.
5139         * src/addressbook.c: changed "V-Card" to "vCard".
5140           addressbook_edit_address_cb(): added
5141           invalidate_address_completion() to the point address is changed.
5142         * src/codeconv.c: changed C++-style comments into C-style.
5143
5144 2001-10-17
5145
5146         * src/compose.c: changed "Send" shortcut to Ctrl+Enter.
5147
5148 2001-10-16
5149
5150         * src/inc.c: fixed a bug that crashed sylpheed if Cancel button
5151           was clicked twice.
5152
5153 2001-10-16
5154
5155         * src/procmsg.c: procmsg_get_thread_tree(): complete the unfinished
5156           threads.
5157         * src/summaryview.c:
5158           summary_thread_init(): separated from summary_thread_build(). 
5159           summary_thread_build(): removed the codes for initialization.
5160           summary_set_ctree_from_list(): call summary_thread_init() instead
5161           of summary_thread_build().
5162           summary_filter(): fixed a bug that didn't moved messages despite
5163           of immediate execution setting.
5164
5165 2001-10-14
5166
5167         * src/procmsg.c: procmsg_get_thread_tree(): new. It generates the
5168           reversed thread tree from message list.
5169         * src/summaryview.c: summary_set_ctree_from_list(): prepend the
5170           node to the head instead of appending to the tail. This prevents
5171           the traverse of node list inside of the GtkCTree, and considerably
5172           speeds up the summary display (the order is O(n^2) -> O(n)).
5173
5174 2001-10-12
5175
5176         * src/prefs_common.c
5177           src/summaryview.[ch]: initial modification for reorderable columns.
5178
5179 2001-10-12
5180
5181         * src/procmsg.c: procmsg_get_mark_sum(), mark_sum_func(): fixed a
5182           memory leak.
5183         * src/folderview.c: folderview_button_pressed(): code cleanup, and
5184           turn sensitivity off if main window is locked.
5185         * src/syldap.c: syldap_read_data(): removed unnecessary and
5186           unportable sched_yield().
5187
5188 2001-10-11
5189
5190         * src/folderview.c: renamed "Update folder tree" context menu to
5191           "Rescan folder tree", and made "Update folder tree" only updates
5192           folder status.
5193           folderview_update_all_node(): don't show message dialog.
5194         * src/gtkutils.c: gtkut_widget_get_uposition()
5195           src/mainwindow.c: main_window_popup(): clip the coordinate to
5196           nonnegative value.
5197
5198 2001-10-10
5199
5200         * src/utils.c: to_human_readable(): made a bit of optimization.
5201         * src/summaryview.c: summary_delete(): fixed a focus problem.
5202           summary_find_{prev,next}_msg(): new. They find previous/next
5203           message that is not deleted.
5204         * src/prefs_filter.c: scroll CList automatically if moved row
5205           becomes not fully visible.
5206
5207 2001-10-09
5208
5209         * updated some autotool scripts.
5210         * src/codeconv.c: conv_encode_header(): fixed a bug that caused
5211           infinite loop when failed to convert encoding.
5212         * src/codeconv.[ch]: a fix for older version of libjconv
5213           (jconv_info_get_current_codeset() returned "EUCJP" instead of
5214           "EUC-JP").
5215
5216 2001-10-08
5217
5218         * version 0.6.3
5219
5220 2001-10-08
5221
5222         * src/compose.c: compose_write_to_file()
5223           src/codeconv.c: conv_codeset_strdup(): more workaround for
5224           libjconv problem on C locale.
5225         * src/editldap_basedn.c: fixed segfault when opening dialog.
5226         * src/utils.c: is_next_mbs()
5227           src/compose.c: compose_wrap_line(), compose_wrap_line_all():
5228           changed MB_CUR_MAX to MB_LEN_MAX for compliance to ANSI C.
5229         * configure.in: increased the reqired version of GPGME to 0.2.3.
5230         * src/pop.c: pop3_getauth_user_recv(): fixed a bug that closed
5231           the receive dialog when POP3 server refused normal authentication.
5232
5233 2001-10-07
5234
5235         * src/prefs_common.c: prefs_receive_create(): correction to English.
5236         * src/compose.c: compose_set_ext_editor_sensitive(): fixed a bug
5237           that didn't set the menu sensitivity correctly (thanks to
5238           Melvin Hadasht).
5239         * src/summaryview.c: delete messages permanently if the current
5240           folder is trash and 'delete' operation is executed.
5241           Fixed the bug that didn't select the last row correctly (thanks
5242           to Alfons Hoogervorst).
5243         * src/folder.[ch]: folder_item_remove_msgs(): new. It removes
5244           all messages given in the list.
5245
5246 2001-10-05
5247
5248         * src/summaryview.c: summary_show(): fixed a bug that didn't show
5249           message even if the 'open unread message on entering folder'
5250           option was turned on.
5251
5252 2001-10-03
5253
5254         * src/procmime.c: procmime_get_text_content(): supported HTML.
5255
5256 2001-10-02
5257
5258         * src/summaryview.[ch]: implemented new locking mechanism, and
5259           replaced every static locks with summary_lock(), summary_unlock(),
5260           and added locks to some extra functions.
5261           This fixes a bug that caused segfault when 'd' (delete) key
5262           was kept pressing.
5263
5264 2001-10-01
5265
5266         * src/addressbook.c: addressbook_folder_load_person(): fixed a bug
5267           that caused segfault (thanks to Stefaan A Eeckels).
5268
5269 2001-09-30
5270
5271         * src/textview.[ch]: added textview_set_position().
5272         * src/messageview.[ch]: added messageview_set_position().
5273         * src/addrbook.c
5274           src/addrcache.c
5275           src/addressadd.c
5276           src/addressbook.c
5277           src/addrindex.c
5278           src/addritem.c
5279           src/editaddress.c
5280           src/editbook.c
5281           src/editgroup.c
5282           src/editjpilot.c
5283           src/editldap.c
5284           src/editldap_basedn.c
5285           src/editvcard.c
5286           src/jpilot.c
5287           src/mgutils.c
5288           src/syldap.c
5289           src/vcard.c: converted C++-style comments into C-style one.
5290         * src/imap.c: QUOTE_IF_REQUIRED(): new macro. Copy string into
5291           new buffer and quote with double quotes if required.
5292           imap_status(), imap_cmd_login(), imap_cmd_list(),
5293           imap_cmd_do_select(), imap_cmd_create(), imap_cmd_delete(),
5294           imap_cmd_copy(): use QUOTE_IF_REQUIRED().
5295         * compose.c: compose_write_to_file(): workaround for the problem
5296           when using libjconv and 8bit codes cannot be converted on C
5297           locale.
5298         * codeconv.[ch]: added "ANSI_X3.4-1968" to encoding strings.
5299           conv_codeset_strdup(): don't convert if source and destination
5300           codeset are identical.
5301
5302 2001-09-30
5303
5304         * src/textview.[ch]: textview_search_string_backward(): new.
5305           Add the new member cur_pos to TextView.
5306           Connect button_press_event with gtk_signal_connect_after() to
5307           obtain the correct editable position.
5308
5309 2001-09-27
5310
5311         * src/folder.c: folder_write_list_recursive(): preserve unthreaded
5312           state.
5313
5314 2001-09-26
5315
5316         * src/summaryview.c: modified the layout of popup menu.
5317
5318 2001-09-25
5319
5320         * src/folder.c
5321           src/folder.h
5322           src/mainwindow.c
5323           src/summaryview.c: applied the patch from Alfons that allows
5324           threading setting for each folders (tnanks!).
5325
5326 2001-09-23
5327
5328         * src/message_search.[ch]: new. A Dialog for searching in current
5329           message.
5330         * src/gtkutils.[ch]: gtkut_text_match_string(): new. Compare the
5331           text in current position of GtkText and given wide-character
5332           string.
5333         * src/messageview.[ch]: messageview_search_string()
5334           src/textview.[ch]: textview_search_string(): return TRUE if
5335           found.
5336         * src/textview.[ch]: remember the beginning of body.
5337
5338 2001-09-21
5339
5340         * src/procmime.c: procmime_get_first_text_content(): modified so
5341           that it search entire MIME structure.
5342         * src/summary_search.c: summary_search_execute(): use
5343           strdup_mbstowcs() instead of macro. Display matched message.
5344
5345 2001-09-20
5346
5347         * src/inc.c: fix for background POP3 hangs and crashes (thanks to
5348           Sergey Vlasov).
5349         * src/summary_search.c: added body searching function.
5350         * src/procmime.[ch]: procmime_find_string(): changed arguments
5351           and return value. Added case sensitivity option.
5352
5353 2001-09-20
5354
5355         * src/procmime.[ch]:
5356           procmime_find_string()
5357           procmime_find_string_part(): new. It searchs the string from
5358           messages.
5359           Renamed procmime_get_text_part() to
5360           procmime_get_first_text_content().
5361           procmime_get_text_content(): new. It returns the text contents
5362           of the specified MIME part.
5363           procmime_mimeinfo_next(): new. It returns the next node of
5364           MimeInfo tree.
5365
5366 2001-09-19
5367
5368         * src/procmime.c: procmime_get_text_part(): modified so that it
5369           finds a text part in nested multipart message correctly.
5370         * src/procmime.h: added an example of MimeInfo structure.
5371         * src/mimeview.c: mimeview_show_message(): search the first text
5372           part.
5373
5374 2001-09-17
5375
5376         * src/mainwindow.c: ac_menu_popup_closed(): fixed the bug that
5377           caused segfault. Changed 'Preferences per account...' menu item.
5378
5379 2001-09-17
5380
5381         * version 0.6.2
5382
5383 2001-09-16
5384
5385         * src/addrindex.c: translate the "Common address" and "Personal
5386           address" from old addressbook.
5387
5388 2001-09-12
5389
5390         * src/utils.c: get_quote_level(): some optimization and bugfixes.
5391         * src/codeconv.[ch]: conv_get_current_locale(): new.
5392         * src/editaddress.c: edit_person_page_basic(): reverse the order
5393           of first and last name on some locales.
5394
5395 2001-09-11
5396
5397         * src/compose.c: applied the patch from Yasumatsu that reformats
5398           the current paragraph (thanks!). Modified so that it doesn't
5399           reformat quoted paragraphs.
5400           compose_create(): don't fill the entry automatically on reedit
5401           mode.
5402         * src/mainwindow.c
5403           src/summaryview.[ch]: added the "Mark all read" option.
5404           summary_mark_all_read(): new.
5405
5406 2001-09-10
5407
5408         * src/vcard.c
5409           src/mgutils.c
5410           src/syldap.c
5411           src/editldap.c
5412           src/editldap_basedn.c
5413           src/jpilot.c
5414           src/editjpilot.c: removed all warnings.
5415         * configure.in
5416           src/jpilot.[ch]: fixed the problem that failed to detect JPilot
5417           header files on the Debian system.
5418         * src/mainwindow.c
5419           src/summaryview.[ch]: enabled sorting by mark, unread, attachment,
5420           and color label. Enabled moving to next/prev flagged messages.
5421
5422 2001-09-09
5423
5424         * src/pixmaps/dir-close.xpm
5425           src/pixmaps/dir-open.xpm
5426           src/pixmaps/new.xpm
5427           src/pixmaps/unread.xpm: modified the color balance.
5428         * src/utils.[ch]: execute_sync(): new.
5429           execute_command_line(): added the arg for async mode.
5430         * src/inc.c: inc_mail(): use execute_command_line().
5431
5432 2001-09-08
5433
5434         * src/prefs.[ch]
5435           src/prefs_common.[ch]
5436           src/prefs_account.c: modified the layout. Added the option to
5437           launch the external editor automatically.
5438         * src/compose.c: launch the external editor automatically if the
5439           option is set.
5440
5441 2001-09-06
5442
5443         * src/Makefile.am: added extra xpm's.
5444
5445 2001-09-05
5446
5447         * src/addressbook.c: fixed a compilation problem when enabling
5448           LDAP.
5449           addressbook_open(): fixed a missing 'else'.
5450
5451 2001-09-04
5452
5453         * src/pixmaps/dir-close.xpm
5454           src/pixmaps/dir-open.xpm
5455           src/pixmaps/trash.xpm: replaced with the new blue icons.
5456         * merged Match Grun's new addressbook code.
5457         * src/pixmaps/address.xpm
5458           src/pixmaps/book.xpm
5459           src/pixmaps/category.xpm
5460           src/pixmaps/interface.xpm
5461           src/pixmaps/jpilot.xpm
5462           src/pixmaps/ldap.xpm
5463           src/pixmaps/vcard.xpm: new icons.
5464         * src/addrbook.[ch]
5465           src/addrcache.[ch]
5466           src/addressadd.[ch]
5467           src/addressitem.[ch]
5468           src/addrindex.[ch]
5469           src/addritem.[ch]
5470           src/editaddress.[ch]
5471           src/editbook.[ch]
5472           src/editgroup.[ch]
5473           src/editjpilot.[ch]
5474           src/editldap.[ch]
5475           src/editldap_basedn.[ch]
5476           src/editvcard.[ch]
5477           src/jpilot.[ch]
5478           src/mgutils.[ch]
5479           src/syldap.[ch]
5480           src/vcard.[ch]: new. Many fixes to remove the huge amount of
5481           warnings.
5482           addrbook_build_avail_email_vis(): fixed a memory leak.
5483
5484 2001-09-04
5485
5486         * NEWS: brought in the all of the changes previously put on the web.
5487
5488 2001-09-03
5489
5490         * src/mainwindow.c
5491           src/summaryview.c: modified the layout of menus.
5492         * src/mainwindow.c: ac_menu_popup_closed(): fixed a bug that didn't
5493           return a focus to the main window after selecting the account menu.
5494
5495 2001-09-03
5496
5497         * version 0.6.1
5498
5499 2001-09-03
5500
5501         * src/send.c: send_message_data(): fixed a bug that didn't process
5502           body part correctly.
5503
5504 2001-09-02
5505
5506         * src/inc.[ch]: changed inc_autocheck_(un)lock() to inc_(un)lock().
5507           inc_mail(), inc_all_account_mail(): return immediately if locked.
5508         * src/account.c
5509           src/prefs_common.c
5510           src/prefs_account.c: use inc_lock() and inc_unlock() instead of
5511           inc_autocheck_timer_{remove,set}().
5512         * src/summaryview.c: summary_set_colorlabel_color(): get the average
5513           of label color and selected fg color for visibility.
5514
5515 2001-09-01
5516
5517         * src/inc.[ch]: inc_autocheck_lock(), inc_autocheck_unlock(): new.
5518           They increase/decrease the lock count.
5519           inc_autocheck_func(): if locked, delay the autochecking 1 second.
5520           inc_autocheck_timer_set_interval(): set interval by its argument.
5521         * src/summaryview.c: summary_show(): lock the autochecking while
5522           processing.
5523         * src/main.c: app_will_exit(): remove autocheck timer.
5524         * acconfig.h
5525           src/defs.h: removed the definitions of PACKAGE and VERSION to
5526           prevent unnecessary compilation.
5527         * configure.in: changed AC_DEFINE_UNQUOTED of PACKAGE and VERSION
5528           to AC_SUBST, and added src/version.h to AC_OUTPUT.
5529         * src/version.h.in: new.
5530         * src/intl.h: changed dgettext() to gettext().
5531
5532 2001-08-31
5533
5534         * po/ja.po: fixed a typo that crashed Sylpheed with older version
5535           of GTK+.
5536         * configure.in: fixed a bug that didn't show results correctly.
5537           Fixed a bug that --enable-compface and --enable-jconv disabled
5538           the options.
5539         * src/procmsg.c: procmsg_send_queue(): don't abort when sending
5540           message failed.
5541         * src/compose.c: compose_write_headers(): add Bcc: header to the
5542           output file.
5543         * src/send.c: send_message_data(): new. Separated from
5544           send_message_smtp(). Remove Bcc: header before sending.
5545
5546 2001-08-30
5547
5548         * version 0.6.0
5549
5550 2001-08-30
5551
5552         * src/send.c: implemented sending with local sendmail command.
5553           send_message_local(): new. It executes command with popen()
5554           and send the contents of RFC822 message to the command.
5555         * src/prefs_common.[ch]: enabled the external sending command option.
5556         * src/defs.h: #define DEFAULT_SENDMAIL_CMD /usr/sbin/sendmail -t
5557         * src/account.c: account_edit_create(): widened the protocol column.
5558         * src/summaryview.c: summary_set_colorlabel_color(): cleanup of
5559           the code.
5560
5561 2001-08-30
5562
5563         * src/folder.c: folder_item_remove_msg(): scan the folder again
5564           if the last message is removed.
5565         * src/compose.c: compose_queue(), compose_draft_cb(): remove the
5566           old reedited message after adding the new message.
5567
5568 2001-08-29
5569
5570         * src/compose.c: compose_queue(): added AID: to the queueing header.
5571         * src/send.c: send_message_queue(): look for AID: header, and use
5572           the server specified in the account instead of SSV: header.
5573         * src/summaryview.c
5574           src/compose.[ch]: queued messages can be reedited now.
5575           compose_remove_reedit_target(): new. It removes the old reedited
5576           message.
5577           compose_send(), compose_queue(), compose_draft_cb(): if reedit
5578           mode, remove the old message.
5579         * src/procmsg.c: procmsg_msg_exist(): fixed a bug that output
5580           warning.
5581
5582 2001-08-28
5583
5584         * applied the XML string table patch from Alfons Hoogervorst that
5585           stores strings in a hash table and minimizes memory allocations
5586           (thanks!).
5587         * src/stringtable.[ch]: new.
5588           removed all G and g_ prefix from type and function names since
5589           they're not official GLib symbol names.
5590           string_table_insert_string(): fixed a bug that might refer to an
5591           invalid pointer on lookup, and also made a bit of optimization.
5592
5593 2001-08-27
5594
5595         * merged the color label feature from the claws branch (thanks to
5596           Satoshi Nagayasu and Alfons Hoogervoost).
5597         * src/colorlabel.[ch]: new. Renamed from labelcolors.[ch].
5598           Renamed labelcolors_*() to colorlabel_*().
5599         * src/summaryview.[ch]: added color label support.
5600         * src/procmsg.h: added color label flags to the permanent flags.
5601         * updated to gettext 0.10.39.
5602         * src/summaryview.[ch]: put the color label menu item to ItemFactory.
5603         * sylpheed.desktop: added for GNOME.
5604         * configure.in: added AC_MSG_CHECKING() for some options.
5605           Output the configuration results when configure is finished.
5606
5607 2001-08-27
5608
5609         * src/account.c: account_clist_set_row(): fixed a bug that failed
5610           to compile if SSL was not enabled.
5611
5612 2001-08-26
5613
5614         * merged the SSL support from the claws branch (thanks to Christoph
5615           Hohmann).
5616         * src/ssl.[ch]: new.
5617         * src/socket.[ch]: added ssl_read(), ssl_write(), ssl_gets(), and
5618           ssl_getline().
5619           sock_close(): call ssl_done_socket() if SSL is active.
5620         * src/md5.[ch]: removed MD5_CTX typedef and use MD5_CONTEXT to
5621           prevent type confliction.
5622         * src/prefs_account.[ch]: added SSL tab, and modified the expression.
5623         * src/esmtp.[ch]: added esmtp_ehlo(), and esmtp_starttls().
5624           Removed SSL initialization and HELO from esmtp_starttls().
5625           esmtp_auth(): removed use_smtp_auth from its arguments.
5626         * src/send.c: send_smtp_open(): added SSL support.
5627         * src/smtp.c: smtp_helo(): call esmtp_ehlo() if esmtp is true.
5628
5629 2001-08-25
5630
5631         * src/mimeview.c: mimeview_open_with(): braced '%s' with single
5632           quote.
5633
5634 2001-08-24
5635
5636         * src/main.c: open new account dialog if no account is set.
5637         * src/utils.[ch]: log_verbosity_set(): new. It increase/decrease
5638           the verbosity count.
5639           log_print(): put to statusbar only if log_verbosity_count > 0.
5640           log_message(): put to statusbar.
5641         * src/inc.c: inc_pop3_session_do(): set log verbosity.
5642         * src/mainwindow.c: main_window_set_menu_sensitive(): added the
5643           "Compose new message" item.
5644           main_window_show_cur_account(): removed "Current account: " string.
5645         * src/summaryview.c: summary_show(): ignore the current marks if
5646           main window is locked.
5647         * src/compose.c: compose_attach_property(): fixed a bug that caused
5648           segmentation fault.
5649
5650 2001-08-23
5651
5652         * src/mainwindow.c: main_window_get_current_state(): new. It returns
5653           the current state for the sensitivity of UI.
5654           main_window_set_toolbar_sensitive(): use table like
5655           main_window_set_menu_sensitive().
5656
5657 2001-08-23
5658
5659         * src/mainwindow.[ch]: added progressbar and status label to the
5660           statusbar.
5661           main_window_close_cb(): don't exit if locked.
5662         * src/inc.c: update the progressbar of main window, too.
5663
5664 2001-08-22
5665
5666         * src/mainwindow.[ch]: main_window_set_toolbar_sensitive(): removed
5667           the second argument, and determine the sensitivity with the
5668           state of summary view.
5669
5670 2001-08-21
5671
5672         * src/pop.c: pop3_getsize_list_recv(), pop3_retr_recv(),
5673           pop3_delete_recv(): don't try to receive messages which are not
5674           exist.
5675
5676 2001-08-21
5677
5678         * src/mainwindow.c: main_window_lock(), main_window_unlock():
5679           removed the whole menubar locking.
5680           main_window_set_menu_sensitive(): process the sensitivity change
5681           with a table, and deal with locking.
5682
5683 2001-08-20
5684
5685         * src/summaryview.[ch]: summary_get_selection_type(): new.
5686           It returns the current selection state of summary view.
5687           summary_key_pressed(): abort on some commands if main window
5688           is locked.
5689         * src/mainwindow.[ch]: main_window_lock(), main_window_unlock():
5690           increase/decrease the lock count.
5691
5692 2001-08-19
5693
5694         * src/prefs_filter.c: prefs_filter_create(): added List-Id to the
5695           default header list.
5696         * src/prefs_common.[ch]: added the option for receive dialog mode
5697           to the Interface tab.
5698         * src/inc.[ch]: inc_progress_dialog_create(): don't make the dialog
5699           transient, and show dialog only if the setting is
5700           RECV_DIALOG_ALWAYS, or RECV_DIALOG_ACTIVE and a window is active.
5701         * src/mainwindow.[ch]: main_window_lock(), main_window_unlock():
5702           new. Lock / unlock the user-interface.
5703         * src/progressdialog.c: progress_dialog_create(): don't make the
5704           dialog modal.
5705
5706 2001-08-18
5707
5708         * src/folderview.c: folderview_update_node(): suppressed unnecessary
5709           recursive call.
5710         * src/menu.[ch]: menu_button_position(): new. It calculates the
5711           position of popup menu.
5712         * src/mainwindow.c: toolbar_account_button_pressed(),
5713           ac_label_button_pressed(): put the popup menu to the correct
5714           position. Change the style of the button while opening the menu.
5715           ac_menu_popup_closed(): new function called on selection_done
5716           event.
5717         * src/gtkutils.c: gtkut_ctree_node_next(): fixed a crash bug when
5718           node == NULL.
5719         * src/summaryview.c: applied the summary fix patch from Sergey Vlasov
5720           (thanks!).
5721           Fixed the bug that didn't select previous message in refresh mode
5722           if threads were not expanded.
5723           summary_select_node(): new.
5724         * src/inc.c: applied the summary view update optimization patch from
5725           Sergey Vlasov (thanks!).
5726           If no new messages are received, don't perform summary refreshing.
5727           In addition to the Vlasov's patch, POP3 receive information is
5728           also used.
5729         * src/inc.h: added a new member cur_total_num to Pop3State.
5730         * src/pop.c: pop3_retr_recv(): increase state->cur_total_num.
5731
5732 2001-08-14
5733
5734         * version 0.5.3
5735
5736 2001-08-14
5737
5738         * src/summaryview.c: summary_set_row_marks(): got the color of
5739           unread row set properly.
5740         * src/folderview.c: foldreview_update_node(): don't use
5741           gtk_style_copy(), and reuse previously allocated styles.
5742         * README, README.jp: modified.
5743
5744 2001-08-14
5745
5746         * src/pop.c: pop3_getsize_list_recv(): fixed a remotly exploitable
5747           memory corruption bug (thanks to David Looney).
5748         * src/inc.c: inc_all_account_mail(): call inc_finished() even if
5749           there are no enabled accounts, or local spool only.
5750         * src/summaryview.c: applied the summary update improvement patch
5751           from Sergey Vlasov (thanks!). It keeps the position of the
5752           message displayed. Selected and displayed message are also kept.
5753           summary_get_msgnum(): new.
5754           summary_get_current_msgnum(): removed.
5755           summary_select_by_msgnum(): don't display the message.
5756         * src/account.c: added "Get all" column.
5757           account_clist_set_row(): show default and get-all flags with the
5758           mark icon.
5759         * src/utils.c: to_human_readable(): increased the number of decimals
5760           of MB and GB to 2.
5761
5762 2001-08-13
5763
5764         * implemented the long-awaited :) "Add sender to address book" feature.
5765         * src/address.[ch]: added the argument for remarks to
5766           address_item_new().
5767           address_get_folder_list(): new. It traverses the address tree and
5768           returns the folder list.
5769           address_delete_object(): modified so that it removes the node
5770           from the tree.
5771         * src/addressbook.[ch]: addressbook_add_submenu(): new. It creates
5772           a address folder menu and attaches it to the menu item.
5773           addressbook_refresh(): reload the address book folder tree.
5774         * src/summaryview.c: summary_set_add_sender_menu(): new. It attaches
5775           the menu to add sender to address book.
5776           summary_button_pressed(): call summary_set_add_sender_menu()
5777           before popup the menu.
5778
5779 2001-08-12
5780
5781         * src/summaryview.c: summary_thread_build(): fixed a bug that locked
5782           up the process. Optimized the initial thread build.
5783
5784 2001-08-12
5785
5786         * src/summaryview.c: made many code cleanups.
5787           summary_show(): block/unblock the signal handlers instead of
5788           disconnect/connect them.
5789           summary_set_row_marks(): made the font of collapsed node bold if
5790           it has cnildren marked as unread.
5791           summary_thread_build(): block tree_expand signals while processing.
5792           Use loop instead of the recursive function. Mark collapsed nodes
5793           correctly.
5794           summary_unthread(): block tree_collapse signals while processing.
5795           Use loop instead of the recursive function.
5796           summary_thread_func(), summary_unthread_func(): removed.
5797           summary_tree_expanded(), summary_tree_collapsed(): new callback
5798           functions.
5799         * src/inc.[ch]: inc_pop3_session_do(): don't show alert panel when
5800           failed to connect. Show more detailed status on the dialog.
5801
5802 2001-08-10
5803
5804         * src/folderview.c: folderview_update_all_node(): new. It updates
5805           all local folders.
5806         * src/inc.c: update all local folders after incorporation if
5807           scan_all_after_inc option is set.
5808         * src/prefs_common.[ch]: added scan_all_after_inc option.
5809         * src/folder.h: FOLDER_IS_LOCAL(): new macro.
5810
5811 2001-08-09
5812
5813         * src/defs.h
5814           src/headerview.c
5815           src/headerwindow.c
5816           src/textview.c
5817           src/prefs_common.c
5818           src/prefs_common.h: made bold and small font configurable.
5819           src/summaryview.c: display unread messages with bold font.
5820         * src/prefs_common.c
5821           src/prefs_common.h
5822           src/summaryview.c: added an option to enable/disable the
5823           emphasis of unread messages.
5824
5825 2001-08-08
5826
5827         * src/pixmaps/mark.xpm: modified.
5828         * src/gtkutils.[ch]: gtkut_ctree_expand_parent_all(): new.
5829         * src/summaryview.c: summary_set_ctree_from_list(): don't expand
5830           the root messages of threads for performance improvement.
5831           summary_show()
5832           summary_select_next_unread()
5833           summary_step(): expand threads when opening messages.
5834           summary_thread_build(): expand threads if the option is turned on.
5835         * src/prefs_common.[ch]: added "Expand threads" option.
5836
5837 2001-08-08
5838
5839         * src/prefs_common.c: removed "Emulate the behavior of mouse
5840           operation of Emacs-based mailer".
5841         * src/prefs_common.c
5842           src/prefs_account.c: changed the value of VSPACING_NARROW to 3.
5843         * src/pixmaps/new.xpm
5844           src/pixmaps/unread.xpm: reverted.
5845
5846 2001-08-07
5847
5848         * src/address.[ch]:
5849           address_folder_new()
5850           address_group_new()
5851           address_item_new(): changed the return value to AddressObject.
5852           address_build_tree(): don't put assertion for file.
5853         * src/pixmaps/new.xpm
5854           src/pixmaps/unread.xpm: modified a bit.
5855
5856 2001-08-06
5857
5858         * src/addressbook.c: fixed some bugs.
5859
5860 2001-08-06
5861
5862         * separated the logic part of addressbook into another module
5863           (still in progress).
5864         * src/address.[ch]: new. It contains the logic part of addressbook.
5865         * src/addressbook.[ch]: removed the logic part.
5866
5867 2001-08-04
5868
5869         * src/textview.c: textview_show_header(): fixed a bug that a garbage
5870           character was shown after header names.
5871
5872 2001-08-02
5873
5874         * src/inc.c: inc_start(): don't abort with non-fatal error.
5875
5876 2001-08-01
5877
5878         * version 0.5.2
5879
5880 2001-08-01
5881
5882         * src/mimeview.c: mimeview_view_file(): added -x option to the
5883           metamail to prevent the suspention of the main process.
5884           mimeview_button_pressed(): deactivate `Open' menu item if
5885           content-type is application/octet-stream.
5886
5887 2001-07-31
5888
5889         * src/imap.c: imap_parse_atom(): parse escaped characters properly.
5890           get_quoted(): new. It handles the escape character '\'.
5891         * src/folder.c: folder_read_list(): don't output warning if
5892           folderlist.xml doesn't exist.
5893         * src/main.c: main(): write folder list after setup.
5894         * src/textview.c: textview_create()
5895           src/compose.c: compose_create(): set default tab width to 8.
5896
5897 2001-07-29
5898
5899         * src/prefs_common.c: date_format_select_row(): fixed a bug that
5900           caused segfault when selecting the list with key.
5901
5902 2001-07-28
5903
5904         * src/mainwindow.c: main_window_popup(): deiconize the window
5905           when popup (thanks to Henrik Carlqvist).
5906         * src/procmime.c: procmime_scan_mime_type(): new.
5907           procmime_scan_content_type(): use procmime_scan_mime_type().
5908           procmime_scan_mime_header(): scan the extension of attached files
5909           and add the correct MIME type if the Content-Type is
5910           "application/octet-stream" (thanks to Don Quijote).
5911         * src/compose.c: compose_toolbar_create(): added a new "Send later"
5912           icon (thanks to Leandro Pereira).
5913
5914 2001-07-27
5915
5916         * src/prefs_common.c: date_format_create(): modified the layout of
5917           the dialog.
5918
5919 2001-07-26
5920
5921         * src/account.c: account_find_from_address(): fixed a minor bug.
5922         * src/prefs_common.c: incorporated the user-interface for setting
5923           date format from the claws branch, and made some modification to
5924           that.
5925
5926 2001-07-25
5927
5928         * src/account.[ch]: account_edit_create(): modified the text of
5929           default button.
5930           account_find_from_address(): new.
5931         * src/procmime.c:
5932           procmime_scan_content_type(), procmime_scan_content_disposition():
5933           fixed ESC code detection.
5934         * src/compose.c: compose_reply(): automatically select account
5935           according to the message header.
5936         * src/prefs_common.[ch]: added member "reply_account_autosel".
5937
5938 2001-07-25
5939
5940         * src/progressdialog.c: made the CList scrollable.
5941         * src/inc.c: inc_start(): don't abort with non-fatal error.
5942
5943 2001-07-24
5944
5945         * added English Sylpheed User's Manual by Paul Kater
5946           (paul@nlpagan.net) (thanks!).
5947         * configure.in
5948           manual/Makefile.am
5949           src/mainwindow.c: added support for English manual.
5950         * manual/en/sylpheed*.html: added English documentation.
5951         * AUTHORS: updated.
5952
5953 2001-07-23
5954
5955         * src/nntp.c: nntp_ok(): fixed the bug that didn't handle a response
5956           that didn't have any trailing messages.
5957         * src/smtp.c: smtp_ok(): ditto.
5958         * src/compose.c: compose_account_option_menu_create(): modified
5959           the style of the account option menu.
5960
5961 2001-07-22
5962
5963         * src/prefs_customheader.c: prefs_custom_header_clist_set_row():
5964           remove return code from strings automatically.
5965           prefs_custom_header_create(): added "X-Face" to the default
5966           option.
5967         * src/news.c: news_fetch_msg(), news_get_group_list()
5968           src/imap.c: imap_fetch_msg(): create the cache directory before
5969           writing.
5970         * src/procmime.c:
5971           procmime_scan_content_type()
5972           procmime_scan_content_disposition(): convert JIS into EUC-JP
5973           before parsing.
5974         * src/codeconv.c: conv_unmime_header(): cleaned up a bit.
5975         * src/compose.c: don't append attachment headers if the attach
5976           pane is visible but the list is empty.
5977         * src/recv.c: recv_bytes_write(): use g_malloc() instead of alloca().
5978
5979 2001-07-18
5980
5981         * version 0.5.1
5982
5983 2001-07-18
5984
5985         * src/compose.c: compose_quote_parse_fmt()
5986           src/prefs_common.c: prefs_quote_description_create(): added the
5987           symbol `%c' that allows to include Cc in reply format (thanks
5988           to Cyril Bellot).
5989         * src/base64.[ch]
5990           src/procmime.c: procmime_decode_content(): applied the patch
5991           from Sergey Vlasov that allows to decode base64 data with
5992           unusual line length (not a multiple of 4) (thanks!).
5993
5994 2001-07-17
5995
5996         * src/procmsg.[ch]: separated the permanent flags and temporary
5997           flags into two variables, and made MsgFlags a structure that
5998           includes them.
5999           MSG_SET_PERM_FLAGS()
6000           MSG_SET_TMP_FLAGS()
6001           MSG_UNSET_PERM_FLAGS()
6002           MSG_UNSET_TMP_FLAGS(): new macros.
6003         * src/compose.c
6004           src/imap.c
6005           src/inc.c
6006           src/messageview.c
6007           src/mh.c
6008           src/news.c
6009           src/procheader.c
6010           src/summaryview.c: modified for the new MsgFlags.
6011         * src/utils.[ch]: hash_free_value_mem(): new. It frees the values
6012           of hash table.
6013
6014 2001-07-16
6015
6016         * src/inc.c: inc_pop3_recv_func(), inc_progress_update():
6017           display current size with human-readable format.
6018         * src/grouplistdialog.c: grouplist_recv_func(): ditto.
6019         * TODO
6020           TODO.jp: updated.
6021
6022 2001-07-16
6023
6024         * src/codeconv.c:
6025           conv_unmime_header(), conv_unmime_header_overwrite(): workaround
6026           for raw-JIS code in header fields.
6027         * src/folder.c:
6028           folder_get_default_folder()
6029           folder_get_default_inbox()
6030           folder_get_default_outbox()
6031           folder_get_default_draft()
6032           folder_get_default_queue()
6033           folder_get_default_trash(): fixed a bug that caused segfault
6034           if folder_list is NULL.
6035
6036 2001-07-15
6037
6038         * README
6039           README.jp
6040           INSTALL
6041           INSTALL.jp
6042           TODO
6043           TODO.jp: updated.
6044         * src/grouplistdialog.c: grouplist_dialog_set_list(): update UI
6045           while retrieving newsgroup list.
6046           grouplist_dialog_create(): added entry widget and status label.
6047           grouplist_recv_func(): new.
6048           refresh_clicked(): added exclusive lock variable.
6049           clist_selected(): set text entry when the CList is selected.
6050           renamed from group_clist_select().
6051           entry_activated(): new.
6052           grouplist_clear(): renamed from grouplist_free(). Also clears
6053           list and entry widget.
6054         * src/news.c: news_get_group_list(): sped up the list appending
6055           (g_slist_append() becomes very slow if list size is large).
6056         * src/defs.h: added UI_REFRESH_INTERVAL definition.
6057           Changed the definition of NEWSGROUP_LIST.
6058         * src/recv.c: recv_write()
6059           src/send.c: send_message_smtp(): changed the UI refresh interval
6060           to UI_REFRESH_INTERVAL (50msec).
6061         * src/account.c: account_add(): fixed a bug that didn't update
6062           folder tree when a news account was added.
6063         * src/grouplistdialog.c: made exclusive lock variable global, and
6064           lock at grouplist_dialog_set_list().
6065         * src/textview.c: fixed a bug that disabled clickable URI if
6066           message color was disabled.
6067
6068 2001-07-15
6069
6070         * src/grouplistdialog.c: ok_clicked(), cancel_clicked(): don't
6071           quit main loop if gtk_main_level() is 1.
6072           grouplist_dialog_set_list(): freeze CList while appending the list.
6073           grouplist_dialog(): show dialog before updating the list.
6074
6075 2001-07-14
6076
6077         * src/folder.c: folder_write_list_recursive(): add the attribute
6078           `collapsed' if a node have some children.
6079         * src/grouplistdialog.[ch]: new. Newsgroups can be selected from
6080           the list.
6081         * src/news.[ch]:
6082           news_get_group_list(): new. It returns newsgroup list.
6083           news_remove_group_list(): new. It removes newsgroup list cache.
6084         * src/folderview.c: folderview_new_news_group_cb(): call
6085           grouplist_dialog() instead of input_dialog().
6086
6087 2001-07-12
6088
6089         * autogen.sh: modified.
6090         * src/folder.[ch]
6091           src/folderview.c: made expand/collapse state of folders persistent
6092           (thanks to Alfons).
6093
6094 2001-07-06
6095
6096         * version 0.5.0
6097
6098 2001-07-06
6099
6100         * src/imap.c: imap_remove_folder(): select INBOX with EXAMINE before
6101           DELETE.
6102           imap_cmd_do_select(): new. It toggles between SELECT and EXAMINE
6103           according to the argument.
6104           imap_cmd_select(): use imap_cmd_do_select().
6105           imap_cmd_examine(): new.
6106         * src/folderview.c: folderview_rm_imap_folder_cb(): select current
6107           folder again when removing failed.
6108
6109 2001-07-05
6110
6111         * version 0.5.0pre4
6112
6113         * manual/ja/sylpheed.sgml
6114           manual/ja/*.html: updated the Japanese manual (thanks to Imai).
6115         * src/summaryview.c: summary_set_row_marks(): fixed a bug that
6116           didn't set foreground correctly.
6117         * src/folderview.h
6118           src/summaryview.h: removed the member color_normal from FolderView
6119           and SummaryView.
6120         * src/mainwindow.c: main_window_create(): removed color_normal.
6121
6122 2001-07-04
6123
6124         * src/prefs_account.[ch]: the port numbers of IMAP4 and NNTP
6125           became specifiable.
6126         * src/imap.c: imap_session_get()
6127           src/news.c: news_session_new_for_folder(), news_session_get():
6128           use user-defined port number if specified.
6129
6130 2001-07-03
6131
6132         * src/imap.c: imap_scan_tree_recursive(): get mailbox status when
6133           scanning.
6134           imap_scan_folder(): implemented. It updates the numbers of new,
6135           unread and total messages.
6136           imap_status(): new. It parses the response of STATUS command.
6137           imap_status_uidnext(): removed.
6138           imap_cmd_status(): removed.
6139         * src/textview.c: textview_show_part(): fixed potential memory leaks.
6140
6141 2001-07-03
6142
6143         * src/alertpanel.c: alertpanel_create(): fixed truncated message.
6144         * src/rfc2015.c: rfc2015_decrypt_message(): fixed the case problem
6145           of content-type (thanks to Ren?Rebe for the patch).
6146         * src/codeconv.c: code_get_code_conv_func(): fixed the ISO-8859-1
6147           detection.
6148         * src/prefs_common.c: prefs_send_create(): made some more character
6149           sets specifiable when not using libjconv.
6150         * configure.in: disabled --enable-threads option temporarily.
6151         * INSTALL
6152           INSTALL.jp: deleted the description about --enable-threads option.
6153
6154 2001-07-02
6155
6156         * updated gettext to 0.10.38.
6157
6158 2001-07-01
6159
6160         * version 0.5.0pre3
6161
6162         * src/folderview.[ch]: folderview_set_all(): new.
6163         * src/account.c: account_add(): call folderview_set_all() after
6164           creating IMAP4 tree.
6165           account_edit_create(): account preferences dialog can be opened
6166           with double clicking of the list.
6167           account_selected(): new.
6168           account_clist_set(): made the CList focus set correctly.
6169
6170 2001-06-30
6171
6172         * src/imap.c: imap_scan_tree(): call imap_create_trash() if trash
6173           is not found.
6174           imap_scan_tree_recursive(): search the sub folders of INBOX.
6175           recognize Trash folder.
6176           imap_create_tree(): separated the part of creating trash.
6177           imap_create_trash(): new.
6178         * src/folder.c: folder_build_tree(), folder_write_list_recursive():
6179           preserve no_sub and no_select.
6180         * src/summaryview.c: summary_show(): don't proceed if item->no_select
6181           is TRUE.
6182
6183 2001-06-29
6184
6185         * src/imap.c: imap_scan_tree(): fixed a bug that didn't set the
6186           root folder correctly.
6187
6188 2001-06-28
6189
6190         * src/folderview.[ch]:
6191           folderview_update_tree(): new. It updates one folder tree.
6192           folderview_update_tree_cb(): new.
6193           Added "Update folder tree" to the popup menu, and modified some
6194           expressions.
6195
6196 2001-06-27
6197
6198         * src/imap.c: implemented the autoscan of IMAP4 folder list.
6199           imap_scan_tree(): new. It scans the whole IMAP4 folder.
6200           imap_scan_tree_recursive(): new. It traverses the IMAP4 folder tree.
6201           imap_parse_list(): new. It parses the LIST response.
6202           imap_get_real_path(): new. It converts local path into IMAP4 path.
6203         * src/folder.h: added no_sub and no_select to FolderItem.
6204         * src/folder.c: folder_tree_destroy(): reset some variables.
6205         * src/folderview.c: folderview_scan_tree_func(): supported IMAP4.
6206
6207 2001-06-26
6208
6209         * src/imap.c: imap_parse_envelope(): fixed a bug that didn't
6210           parse the FETCH response that continues to the next line.
6211           imap_parse_fetch_element(): removed.
6212           imap_parse_atom(), imap_parse_one_address(), imap_parse_address(),
6213           imap_parse_envelope(), imap_get_uncached_messages(): use GString
6214           and sock_getline() to parse the FETCH response.
6215           imap_remove_all_msg(): fixed a bug that didn't delete messages
6216           correctly.
6217           imap_parse_address(): fixed a bug that didn't concaternate
6218           addresses correctly, using GString.
6219         * src/socket.[ch]: sock_getline(), fd_getline(): new. They read
6220           the whole line and return the newly allocated string.
6221         * src/prefs_account.[ch]: added `IMAP server directory' entry.
6222
6223 2001-06-25
6224
6225         * version 0.5.0pre2
6226
6227         * src/imap.c: imap_create_tree(): pass the path that is separated
6228           by the local filesystem separator to imap_create_folder().
6229           imap_create_folder(): examine the existence of folders using
6230           LIST command instead of STATUS.
6231           imap_cmd_list(): new.
6232           imap_query_password(): new.
6233           imap_session_new(): query password if it is not set.
6234
6235 2001-06-24
6236
6237         * src/imap.c: imap_parse_envelope(): FETCH results can be parsed
6238           with arbitrary order.
6239           imap_parse_fetch_element(): new. it parses one pair of name and
6240           value of FETCH results.
6241           imap_parse_flags(): modified for more flexibility.
6242         * src/utils.[ch]: set_log_file(): new. it opens a new file for
6243           logging.
6244           close_log_file(): new. it closes the opened log file.
6245           log_print(), log_message(), log_warning(), log_error(): also
6246           output to log file.
6247
6248 2001-06-22
6249
6250         * src/imap.c: imap_cmd_status(): check the pointer to "value"
6251           before the assignment (thanks to NISHIJIMA).
6252
6253 2001-06-21
6254
6255         * src/folderview.c: folderview_drag_motion_cb(): don't allow DnD
6256           across MH and IMAP4 folder (for now) (thanks to Hiramatu).
6257         * src/foldersel.[ch]: don't show folders which can't be targets
6258           for current folder.
6259
6260 2001-06-20
6261
6262         * version 0.5.0pre1
6263
6264         * src/imap.c:
6265           imap_get_msg_list()
6266           imap_cmd_envelope()
6267           imap_cmd_fetch()
6268           imap_cmd_copy()
6269           imap_cmd_store(): use UID instead of sequential number.
6270           Renamed imap_set_article_flags() to imap_set_message_flags().
6271         * src/summaryview.c: summary_execute(): don't update summary
6272           even if current folder is IMAP4.
6273         * src/utils.[ch]: remove_numbered_files(): changed the type of
6274           arguments from gint to guint.
6275
6276 2001-06-19
6277
6278         * src/imap.c: imap_cmd_login(), imap_cmd_select(), imap_cmd_status(),
6279           imap_cmd_create(), imap_cmd_delete(), imap_cmd_copy(): don't
6280           enclose with double quotation if string doesn't have space
6281           (workaround for old Cyrus IMAP4 server).
6282           imap_create_folder(): fixed a bug of separator substitution.
6283           renamed imap_session_connect_if_not() to imap_session_get().
6284           imap_get_msg_list(): delete all cached messages if use_cache
6285           is off.
6286           imap_delete_cached_messages(): remove cached files in between
6287           the specified range by reading directory entry.
6288           imap_parse_one_address(): set fromname same as the from address
6289           if it is empty.
6290         * src/utils.[ch]: remove_numbered_files(): new. The range is
6291           specifiable.
6292         * src/summaryview.c: summary_execute(): update summary if current
6293           folder is IMAP4.
6294           KEY_PRESS_EVENT_STOP(): new macro.
6295           summary_key_pressed(): stop signal emission when calling
6296           summary_execute().
6297           summary_select_by_msgnum(): show message only if
6298           msg_is_toggled_on is TRUE. Move current page to the selected
6299           node.
6300         * src/news.c; news_delete_old_articles(): remove cached files in
6301           between the specified range by reading directory entry.
6302         * src/folderview.c:
6303           folderview_selected(), folderview_button_released(): fixed a bug
6304           that didn't select folder correctly.
6305
6306 2001-06-18
6307
6308         * src/mainwindow.c
6309           src/summaryview.c
6310           src/prefs_common.c: improvements to the English (thanks to Paul
6311           Mangan).
6312         * src/mainwindow.c: compose_cb()
6313           src/summaryview.c: summary_key_pressed()
6314           src/compose.c: compose_new_with_recipient(): newsgroups entry
6315           is automatically filled when composing a new article.
6316
6317 2001-06-17
6318
6319         * src/procmsg.c: procmsg_msg_list_free(): fixed a bug that didn't
6320           free list correctly.
6321
6322 2001-06-16
6323
6324         * version 0.4.99
6325
6326         * src/imap.c: imap_find_namespace(): replace namespace path
6327           separator with slash before comparison.
6328           imap_remove_folder(): use namespace.
6329           imap_create_tree(): use namespece when creating Trash.
6330           imap_get_msg_list(): fixed a bug that returned old list and caused
6331           memory leak if exists == 0.
6332           imap_select(): new. It's a wrapper for imap_cmd_select().
6333         * src/foldersel.c: foldersel_set_tree(): show IMAP4 folder too.
6334
6335 2001-06-15
6336
6337         * src/folderview.c:
6338           folderview_new_folder_cb()
6339           folderview_new_imap_folder_cb(): show error dialog when creation
6340           or deletion of folder failed.
6341           Made it allow users to create a folder which contains subfolders.
6342           folderview_button_pressed(): disabled delete menu on the special
6343           IMAP4 folder.
6344         * AUTHORS: incorporated from claws branch. It now contains all
6345           contributors.
6346         * src/send.c: enabled cancellation.
6347           EXIT_IF_CANCELLED(): new macro.
6348           Added cancelled flag to SendProgressDialog.
6349         * src/utils.[ch]: strtailchomp(): new. It removes the trailing
6350           specified character.
6351         * src/imap.c: imap_cmd_fetch(): a fix for MS Exchange 2000 server.
6352
6353 2001-06-15
6354
6355         * src/imap.c: imap_create_tree(): new. It creates required
6356           folders such as INBOX and Trash.
6357           imap_do_copy(), imap_do_copy_msgs_with_dest(): don't expunge
6358           if COPY failed.
6359           imap_remove_all_msg(): return immediately if exists == 0.
6360         * src/account.c: account_add(), account_set_missing_folder():
6361           made them use folder->create_tree().
6362
6363 2001-06-14
6364
6365         * src/imap.c: more namespace implementation.
6366           imap_find_namespace(), imap_path_separator_subst(): new.
6367
6368 2001-06-13
6369
6370         * src/imap.c: imap_parse_namespace(), imap_cmd_namespace(): new.
6371
6372 2001-06-11
6373
6374         * src/summaryview.c: summary_show(): fixed a glitch in folder view.
6375
6376 2001-06-08
6377
6378         * src/imap.[ch]: added imap_add_msg(), and imap_append_message(),
6379           which appends file into IMAP4 folder.
6380           imap_status(): new.
6381           imap_create_folder(): check the existence of a folder before
6382           create it.
6383           renamed the prefix of low-level IMAP4rev1 functions to imap_cmd.
6384         * src/account.c: account_add(), account_set_missing_folder():
6385           create INBOX automatically when creating IMAP4 account.
6386
6387 2001-06-07
6388
6389         * src/utils.[ch]: added itos_buf() that takes the buffer for its
6390           argument.
6391         * src/imap.[ch]: imap_copy_msg(), imap_copy_msgs_with_dest(): new.
6392         * src/folder.c: added copy_msg and copy_msgs_with_dest methods
6393           to the IMAP class.
6394
6395 2001-06-06
6396
6397         * src/utils.[ch]: move_file(): new.
6398         * src/mh.c: mh_move_msg(), mh_move_msgs_with_dest(): modified to
6399           use move_file(), and fixed a bug that didn't close file when
6400           error occured.
6401
6402 2001-06-06
6403
6404         * src/imap.c: renamed imap_delete_messages() and
6405           imap_delete_all_messages() to imap_delete_cached_messages() and
6406           imap_delete_all_cached_messages(). Some code cleanups.
6407         * src/utils.[ch]: added a function remove_all_numbered_files().
6408         * src/mh.c: mh_remove_all_msg()
6409           src/imap.c: imap_delete_all_cached_messages():
6410           use remove_all_numbered_files().
6411         * src/mainwindow.c
6412           src/summaryview.c
6413           src/compose.[ch]: added `Reply to sender'.
6414           compose_reply()
6415           compose_reply_set_entry(): added an argument `ignore_replyto'.
6416
6417 2001-06-05
6418
6419         * src/folderview.c: folderview_selected()
6420           src/summaryview.c: summary_show(): fixed a bug that updated wrong
6421           folder when remaining marks were processed.
6422
6423 2001-06-04
6424
6425         * src/headerwindow.c: headerwindow_show_cb(): always try to show
6426           msginfo, and use the selected message, not the displayed one.
6427         * src/smtp.c: smtp_ok(): fixed sock_gets() error handling.
6428
6429 2001-06-02
6430
6431         * src/folderview.c: folderview_selected()
6432           src/mimeview.c: mimeview_selected(): ungrab the mouse event.
6433         * src/summaryview.c: summary_show(): process the left marks if any.
6434
6435 2001-05-27
6436
6437         * src/passphrase.c: enclosed with #if USE_GPGME.
6438         * src/prefs_account.c: added NNTP AUTH check button.
6439         * src/alertpanel.[ch]: alertpanel_create(): added new argument
6440           `can_disable', all existing callers changed to pass FALSE;
6441           created a check button to disable the message.
6442           alertpanel_message_with_disable(): new.
6443           alertpanel_show(): mask value with G_ALERT_VALUE_MASK.
6444           alertpanel_button_toggled(): new.
6445           alertpanel_button_clicked(), alertpanel_close(): set value using
6446           G_ALERT_VALUE_MASK.
6447         * src/prefs_common.[ch]: added option to toggle GnuPG signature
6448           check popup window, and GnuPG warning.
6449         * src/rfc2015.c: check_signature(): show signature check dialog
6450           only if it is enabled.
6451         * src/main.c: modified GnuPG checking.
6452         * src/main.c
6453           src/prefs_common.c: fixed some compilation bugs when enabled
6454           GPGME.
6455
6456 2001-05-26
6457
6458         * src/codeconv.c: conv_get_code_conv_func(): fix for ISO-8859-*
6459           encodings with libjconv.
6460           conv_encode_header(): fixed an endless loop bug when encountering
6461           an invalid wide character (thanks to Alte).
6462         * src/headerview.c: SET_FONT_STYLE(): fixed segfault with invalid
6463           bold font.
6464         * src/imap.c: imap_create_folder(): don't create folder if the
6465           name is INBOX.
6466         * src/mainwindow.c: main_window_reflect_prefs_all(): hide the
6467           execute button when immediate execution is enabled.
6468
6469 2001-05-22
6470
6471         * README
6472           README.jp: added the "How to run" section.
6473
6474 2001-05-19
6475
6476         * merged NNTP AUTH from the claws branch.
6477         * src/news.[ch]: supported NNTP AUTH.
6478         * src/nntp.[ch]: wrapped SockInfo with NNTPSockInfo for NNTP AUTH.
6479         * INSTALL
6480           INSTALL.jp: modified the confirmation list and the warning about
6481           threads.
6482
6483 2001-05-18
6484
6485         * src/gtkutils.[ch]: moved folderview_find_collapsed_parent() to
6486           gtkut_ctree_find_collapsed_parent().
6487         * src/folderview.c: folderview_select_node(): automatically expand
6488           the parent folders when selected.
6489         * configure.in: made the version number to 0.4.99 (0.5pre)
6490         * src/main.c: main(): moved parse_cmd_opt() before gtk_init()
6491           so that X is not necessary for --help and --version.
6492           parse_cmd_opt(): changed g_get_prgname() to g_basename(argv[0]).
6493         * src/folderview.c: folderview_update_node(): a fix for collapsed
6494           nodes.
6495
6496 2001-05-17
6497
6498         * src/main.c: lock_socket_input_cb(): changed fd_read() to fd_gets().
6499           It caused garbages in --compose option.
6500         * src/socket.[ch]: made fd_gets() public.
6501
6502 2001-05-16
6503
6504         * src/gtkutils.[ch]: gtkut_ctree_node_next(): new.
6505         * src/folderview.c: folderview_find_next_unread(): new.
6506           folderview_select_next_unread(): modified so that it can find
6507           the hidden folder.
6508
6509 2001-05-15
6510
6511         * src/compose.c: compose_write_headers(): excluded also From, To,
6512           Sender because they could be used for SPAM.
6513         * src/folderview.c: add '+' mark to the collapsed folder that have
6514           some unread folders.
6515           folderview_search_new_recursive(),
6516           folderview_have_new_children(),
6517           folderview_search_unread_recursive(),
6518           folderview_have_unread_children(),
6519           folderview_find_collapsed_parent(): new.
6520           folderview_update_node(): display the number of queued messages.
6521
6522 2001-05-14
6523
6524         * src/folder.[ch]
6525           src/mh.[ch]: modified *_add_msg() to use link(). Added the
6526           argument to switch whether to remove the source file or not.
6527         * src/compose.c
6528           src/inc.c
6529           src/mbox.c: modified the argument of folder_item_add_msg() and
6530           removed some unlink()'s.
6531
6532 2001-05-13
6533
6534         * src/prefs_customheader.[ch]: renamed prefs_headers_* to
6535           prefs_custom_header_*. Removed `(New)' row and `Substitute'
6536           button. Supported empty value.
6537           prefs_custom_header_row_moved(): new. Connected "row_move" signal
6538           to the function, and made it set header list.
6539         * src/customheader.c: custom_header_get_str()
6540           src/compose.c: compose_write_headers(): supported empty value.
6541         * src/prefs_display_header.c: prefs_display_header_row_moved(): new.
6542           Connected "row_move" signal to the function, and made it set
6543           header list.
6544         * src/compose.c: compose_write_headers(): modified the order of
6545           headers, and made it encode the custom headers.
6546         * src/prefs_customheader.c: prefs_custom_header_delete_cb()
6547           src/prefs_filter.c: prefs_filter_delete_cb(): treat closing the
6548           alert panel by ESC as "No".
6549
6550 2001-05-13
6551
6552         * merged the custom header stuff from claws branch:
6553         * src/customheader.[ch]
6554           src/prefs_customheader.[ch]: new.
6555         * src/customheader.c: custom_header_read_str(): use strtol() instead
6556           of atoi() and check errors.
6557           custom_header_find(): new function.
6558         * src/compose.c: IS_IN_CUSTOM_HEADER(): new macro.
6559           compose_write_headers(): made it replace headers with user-defined
6560           headers except for some automatically generated headers.
6561
6562 2001-05-11
6563
6564         * src/inc.c: connection_check_cb(): fixed a bug that caused
6565           segmentation fault if connection was not established.
6566         * src/compose.c: compose_create(): even if set_autobcc or set
6567           autoreplyto is checked and the entries are empty, show them.
6568
6569 2001-05-10
6570
6571         * src/textview.c: textview_show_mime_part(): modified the messages.
6572           TEXT_INSERT(): new macro.
6573         * po/ja.po: fixed.
6574         * src/prefs_display_header.c: prefs_display_header_create():
6575           modified the text of checkbutton.
6576
6577 2001-05-09
6578
6579         * src/mimeview.c: added "Open with..." to the context menu.
6580         * src/summaryview.c: summary_print()
6581           src/inputdialog.c: input_dialog(): fixed memory leaks.
6582         * src/textview.c: textview_show_mime_part(): updated the description.
6583         * src/send.c: implemented sending progress dialog.
6584           (TODO: automaton should be used.)
6585           send_progress_dialog_create(), send_progress_dialog_destroy(),
6586           send_cancel(): new.
6587           send_message_smtp(): made it update the dialog for each stage.
6588         * src/utils.[ch]: get_left_file_size(): new. Get the left bytes
6589           of opened file.
6590         * src/summaryview.c: summary_show(): when open_inbox_on_inc is set,
6591           go to first unread message even if folder is same as previous.
6592         * src/prefs_common.c: made color selection dialog transient, and
6593           made escape key close the dialogs.
6594
6595 2001-05-08
6596
6597         * version 0.4.66
6598
6599         * src/select-keys.c: delete_event_cb(): removed `;' from its end.
6600         * src/recv.c: recv_write(): changed the interval to 10msec.
6601         * src/prefs_display_header.c: modified the layout of the dialog,
6602           and made the hidden headers list insensitive when `Show other
6603           headers' is not checked.
6604         * src/textview.c: changed strcasecmp() and strncasecmp() to
6605           the corresponding glib functions.
6606         * src/inc.c: get_spool(): make a temporary file in the home
6607           directory.
6608
6609 2001-05-07
6610
6611         * src/prefs_common.c
6612           src/prefs_account.c
6613           src/prefs_filter.c
6614           src/account.c
6615           src/alertpanel.c
6616           src/filesel.c
6617           src/foldersel.c
6618           src/export.c
6619           src/import.c
6620           src/inputdialog.c
6621           src/passphrase.c
6622           src/select-keys.c
6623           src/sigstatus.c: fixed a bug that accidentally destroyed dialogs
6624           when closed them with delete_event (thanks to DINH).
6625           Added *_deleted() and *delete_event() which handle delete_event
6626           signal correctly.
6627
6628 2001-05-06
6629
6630         * src/prefs_display_header.c: merged some changes from claws branch:
6631           prefs_display_header_create(): allow reordering of headers by
6632           dragging.
6633           prefs_display_header_find_header(): new function.
6634           prefs_display_header_clist_set_row(): don't allow duplicates.
6635         * src/prefs_account.c: prefs_account_receive_create(): changed
6636           the label of the check button.
6637
6638 2001-05-05
6639
6640         * src/pop.c: pop3_getsize_list_recv(): if sscanf() failed, break
6641           immediately.
6642         * src/inc.h: removed cur_msg_bytes from Pop3State.
6643         * src/inc.c: pop3_recv_func()
6644           src/recv.[ch]: made the second arguments of RecvUIFunc current
6645           total read bytes.
6646           recv_write(): made it call UI func if elapsed time is greater
6647           than 0.1 sec.
6648         * src/recv.c: recv_write(): changed the interval to 300 usec.
6649         * src/textview.c: textview_show_header(): if header is Subject,
6650           unfold it.
6651         * src/utils.[ch]: unfold_line(): new.
6652         * src/procheader.[ch]: procheader_get_header_array(): new.
6653         * src/prefs_display_header.c: updated defaults.
6654
6655 2001-05-05
6656
6657         * some merge from the sylpheed-claws branch.
6658           It allows user to specify displayed headers in message view.
6659           (symbol names were also changed.)
6660         * src/prefs_display_header.[ch]
6661           src/displayheader.[ch]: new.
6662         * src/prefs_display_header.c:
6663           removed prefs_display_headers_other_headers_toggled().
6664           removed "(New)" row from the list.
6665         * src/defs.h: added DISPLAY_HEADER_RC.
6666         * src/prefs_common.c: prefs_message_create(): added a button for
6667           opening the display header setting dialog.
6668         * src/prefs_common.h: added show_other_header and disphdr_list
6669           to PrefsCommon.
6670         * src/procheader.[ch]: procheader_get_header_list_from_file(),
6671           procheader_get_header_array_asis(): new.
6672           procheader_get_header_list(): modified so that it takes FILE
6673           pointer for its argument.
6674           procheader_header_array_destroy(), procheader_header_free(): new.
6675         * src/main.c: main(): made it call prefs_display_header_*_config().
6676         * src/textview.c: textview_scan_header(): modified so that it
6677           sorts headers according to user setting.
6678           src/textview_show_header(): made it call
6679           textview_make_clickable_parts().
6680           textview_make_clickable_parts(): added GdkFont to its arguments,
6681           and removed GtkText from them.
6682
6683 2001-05-04
6684
6685         * implemented auto-checking of new mail based on the patch from
6686           Pierric Descamps (thanks!).
6687         * src/inc.c: added inc_autocheck_timer_init(),
6688           inc_autocheck_timer_set(), inc_autocheck_timer_remove(),
6689           inc_autocheck_func() for auto-checking of new mail.
6690         * src/main.c: main(): call inc_autocheck_timer_init().
6691         * src/prefs_common.c: prefs_receive_create(): activated the
6692           auto-checking UI. Added prefs_common_cancel(), and connected
6693           some signals to that.
6694         * src/prefs_common.c
6695           src/prefs_account.c
6696           src/prefs_filter.c
6697           src/account.c: Disabled auto-checking while opening the dialog.
6698         * src/headerview.c: headerview_show_xface(): fixed a bug that
6699           showed a warning when header pane was hidden.
6700
6701 2001-05-03
6702
6703         * src/inc.c
6704           src/pop.c
6705           src/recv.c: removed non-blocking socket mode support since it
6706           does nothing.
6707         * src/pop.c
6708           src/inc.c: modified the messages of incorporation dialog.
6709
6710 2001-05-02
6711
6712         * src/utils.h: made u32 the typedef of guint32.
6713           added BIG_ENDIAN_HOST macro that is used by md5.c.
6714         * src/md5.c: renamed md5c.c. Fixed the indentation. Fixed a bug
6715           that didn't calculate MD5 correctly on big endian machines.
6716
6717 2001-05-01
6718
6719         * version 0.4.65
6720
6721         * src/folder.c: folder_init(): added the method imap_remove_folder.
6722         * src/folderview.c: folderview_rm_imap_folder_cb(): made it
6723           actually remove folder from IMAP4 server.
6724         * src/imap.[ch]: imap_create_folder(): made it actually create
6725           folder on IMAP4 server.
6726           imap_remove_folder(): added.
6727           imap_create(), imap_delete(): added.
6728         * src/summaryview.c: summary_execute_delete(): don't check trash
6729           if folder type is not F_MH.
6730         * thanks to Ishihara for the above changes.
6731         * configure.in
6732           ac/check-type.m4: better wint_t typedef detection (renamed
6733           sv_CHECK_TYPE to SYLPHEED_CHECK_TYPE).
6734
6735 2001-04-30
6736
6737         * src/recv.c: recv_bytes_write(): fixed another bug that caused
6738           infinite loop and buffer overrun.
6739
6740 2001-04-30
6741
6742         * src/socket.[ch]: renamed sock_read() and fd_read() to
6743           sock_gets() and fd_gets() for preventing confusion.
6744           Added sock_read() and fd_read() which is the wrapper of read().
6745         * src/recv.c: recv_bytes_write(): fixed a bug that caused infinite
6746           loop. Use sock_read() instead of fd_read().
6747         * src/esmtp.c
6748           src/imap.c
6749           src/news.c
6750           src/nntp.c
6751           src/pop.c
6752           src/recv.c
6753           src/smtp.c: use sock_gets() instead of sock_read().
6754         * src/imap.c: imap_session_new(): fixed the error detection
6755           of imap_open().
6756
6757 2001-04-28
6758
6759         * src/inc.c: made it displays current read bytes to the dialog.
6760         * src/pop.c: recv_write(): call UI function before editing
6761           strings.
6762
6763 2001-04-27
6764
6765         * src/progressdialog.c: progress_dialog_create(): modified the
6766           size of dialog and made it stretchable.
6767         * src/smtp.c
6768           src/esmtp.c: smtp_ok(), esmtp_ok(): fixed a bug that didn't
6769           process an error response correctly (thanks to Ohmasa).
6770         * src/pop.[ch]: added pop3_getsize_list_send(),
6771           pop3_getsize_list_recv().
6772         * src/recv.[ch]: added recv_set_ui_func() that makes recv_write()
6773           call the callback function for each sock_read().
6774         * src/inc.h: in Pop3State, renamed bytes to total_bytes, and added
6775           cur_msg_bytes, cur_total_bytes, and sizes.
6776         * src/inc.c: added inc_pop3_recv_func() that updates the progress
6777           bar for each sock_read().
6778
6779 2001-04-26
6780
6781         * src/mh.c: mh_is_maildir_one(): modified so that it uses
6782           is_dir_exist().
6783
6784 2001-04-25  Werner Koch  <wk@gnupg.org>
6785
6786         * src/mh.c (mh_is_maildir_one, mh_is_maildir): New.
6787         (mh_scan_tree_recursive): Do not include Maildir style directories
6788         in the scan.
6789
6790         Changed the use of integers to describe sockets by an more abstract
6791         data structure.
6792
6793         * src/automaton.h (struct _Automaton): Add help_sock.
6794         * src/automaton.c (automaton_input_cb): Changed source to be
6795         SockInfo and use wrapper for gdk_input_add.
6796
6797         * src/send.c (SEND_EXIT_IF_ERROR): Adjusted tests and removed test
6798         for invalid socket because this is now done in sock_close. Set
6799         sock to NULL.
6800         (SEND_EXIT_IF_NOTOK): Set closed sock to NULL.
6801         (send_smtp_open): Use only SockInfo.
6802
6803         * src/news.c (news_session_new): Use SockInfo here.
6804         (news_session_destroy): Ditto and set sock to NULL.
6805
6806         * src/nntp.c: Use SockInfo instead of integers
6807         * src/smtp.c: Ditto.
6808         * src/pop.c: Ditto.
6809         * src/recv.c: Ditto.
6810
6811         * src/inc.c (inc_pop3_session_do): Removed sock_sockinfo_free. Put
6812         gdk_input_add into a wrapper.
6813
6814         * src/esmtp.c: Changed socket descriptors to use SockInfo.
6815         * src/esmtp.h: Ditto, included socket.h.
6816         * src/session.h (struct _Session): Likewise.
6817         * src/imap.c (imap_open): Return SockInfo ptr and not an integer.
6818         Removed access to internal data of SockInfo.  Changed all callers
6819         and functions to take SockInfo.
6820         (imap_session_new): Use sock_close here.
6821         (imap_session_destroy): Ditto.
6822
6823         * src/compose.c (compose_exec_ext_editor): Replaced sock_write by
6824         fd_write.
6825
6826         * src/main.c (app_will_exit): Close lock socket using fd_close.
6827         (prohibit_duplicate_launch): Use fd_xxx functions instead of sock_xxx.
6828         (lock_socket_input_cb): Ditto.
6829
6830         * src/socket.h, src/socket.c: Prepared SockInfo structure to use
6831         glib channels. Changed all sock_xxx to use SockInfo instead of an
6832         integer.
6833         (sock_connect_unix, sock_open_unix, sock_accept): Renamed to ..
6834         (fd_connect_unix, fd_open_unix, fd_accept): .. this and changed all
6835         callers.
6836         (fd_read, fd_write, fd_close): New.
6837         (sock_sockinfo_free): Removed.
6838         * src/socket.c (sock_connect_nb): Use close instead sock_close here.
6839         (sock_connect): Ditto.
6840
6841 2001-04-26
6842
6843         * config.h.in: removed.
6844         * ac/Makefile.am: added gnupg-check-typedef.m4 to MACROS.
6845         * .cvsignore: added.
6846         * src/inc.c
6847           src/progressdialog.[ch]
6848           src/pixmaps/complete.xpm
6849           src/pixmaps/continue.xpm
6850           src/pixmaps/error.xpm: applied the patch from Leandro Pereira
6851           that displays the state of message incorporation (thanks!).
6852         * src/inc.c: made the progress dialog change the text of status.
6853
6854 2001-04-25
6855
6856         * removed po/*.gmo, configure, stamp-h.in, aclocal.m4, Makefile.in
6857           from the cvs tree.
6858         * COPYING: removed RSA copyright notice.
6859         * removed po/sylpheed.pot, po/stamp-cat-id, po/cat-id-tbl.c.
6860         * configure.in: added the check of sys/utsname.h.
6861
6862 2001-04-24  Werner Koch  <wk@gnupg.org>
6863
6864         Merged most of the changes from the W32 branch in.
6865
6866         * configure.in: Require gpgme >= 0.2.1
6867
6868         * acconfig.h (HAVE_U32_TYPEDEF): New.
6869         * ac/gnupg-check-typedef.m4: New.
6870         * configure.in: Check for u32 type and the size of some types.
6871         * src/utils.h: Define the u32 type and related constants.
6872
6873         * src/about.c (about_create): Removed the note about MD5.  We are
6874         not any longer using the RSA Inc. implementation.
6875         * src/md5ify.c, src/md5ify.h, src/md5global.h:  Removed.
6876         * src/md5c.c, src/md5c.h: Replaced by an FSF implementation and
6877         renamed the function to standard lowercase convention. Changed all
6878         callers. 
6879         (md5_hex_digest): New.
6880         (md5_hmac): Add hmac function by Martin Schaaf with some 
6881         modifications.
6882         (md5_hex_hmac): New.
6883         * src/esmtp.c, src/esmtp.h (md5_hex_hmac): Removed.
6884         (hmac_md5): Removed.
6885         * src/pop.c (pop3_getauth_apop_send): Replaced the md5_digest by
6886         the new md5_hex_digest function.
6887
6888         * src/about.c: Include utsname.h only if available
6889
6890         * src/utils.c, src/utils.h (get_home_dir): New to better cope with
6891         special Windoze requirements.  Changed all calls to
6892         g_get_home_dir() to this function.
6893
6894         * simple-gettext.c: New.
6895
6896         * src/main.c (main): Issue a warning if GnuPG is not properly
6897         installed.
6898
6899         * src/sigstatus.c, src/sigstatus.h: New.
6900         * src/rfc2015.c (check_signature): Use the sigstatus window and
6901         get the status texts from a utility function.
6902
6903         * src/select-keys.c: Removed the global select_keys var and
6904         pass an allocated one along all functions.
6905         (set_row): Display only keys capable of encryption.
6906         (update_progress): Replaced the progressbar by
6907         a windmill and a text showing for which key we are collecting
6908         info.  Removed progressbar everywhere else and updated callers.
6909
6910         * src/prefs_common.c (prefs_privacy_create) [__MINGW32__]: Do not
6911         display the grab button. 
6912
6913 2001-04-24
6914
6915         * src/prefs_common.[ch]
6916           src/procheader.c: applied the patch from Darko Koruga that
6917           allows user to define their own format for displaying date in
6918           summary view using strftime() (thanks!).
6919         * src/prefs_common.c: prefs_quote_colors_dialog()
6920           src/mainwindow.c: main_window_reflect_prefs_all(): made it
6921           update message colors if the colors setting is changed.
6922         * src/main.[ch]: made it remember the startup directory.
6923         * src/export.c: export_mbox(): made it initially chdir to the
6924           startup directory.
6925         * src/filesel.c: filesel_select_file(): made it open the startup
6926           directory at first.
6927
6928 2001-04-23
6929
6930         * added option to warn about queued messages on exit [sergey]:
6931
6932           * src/compose.c: compose_queue(): call folder_item_scan()
6933             and folderview_update_item() after queueing.
6934           * src/folderview.c: folderview_update_node(): draw the queue
6935             folder in bold font if there are queued messages.
6936           * src/mainwindow.c: queued_messages(): new function.
6937             app_exit_cb(): display warning if there are queued messages
6938             if warn_queued_on_exit is set.
6939           * prefs_common.[ch]: add warn_queued_on_exit option.
6940
6941         * src/mainwindow.c: moved queued_messages() to main.c, and renamed
6942           it to get_queued_message_num().
6943         * src/main.c: app_will_exit(): moved warning dialog code from
6944           app_exit_cb(), and added manage_window_focus_in().
6945
6946         * enhanced GnuPG key selection support [sergey]:
6947
6948           * src/select-keys.c: updated to newer version from Win32
6949             branch with support for selecting arbitrary keys.
6950           * src/prefs_account.c: added the Privacy tab to the account
6951             options window.
6952             prefs_account_privacy_create(),
6953             prefs_account_sign_key_set_data_from_radiobtn(),
6954             prefs_account_sign_key_set_radiobtn(): new functions.
6955           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
6956           * src/rfc2015.c: set_signers(): new function.
6957             pgp_sign(): add the account parameter, call set_signers().
6958             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
6959           * src/rfc2015.h: rfc2015_sign(): updated prototype.
6960           * src/compose.c: pass the current account to rfc2015_sign().
6961
6962 2001-04-22
6963
6964         * src/mbox.c: export_to_mbox(): fixed a memory leak bug.
6965
6966 2001-04-20
6967
6968         * src/mbox.[ch]: renamed export_mbox() to export_to_mbox().
6969           Fixed a memory leak bug.
6970         * src/export.[ch]: added for exporting folder to mbox.
6971         * src/import.[ch]: made import_mbox() take default folder.
6972           Added description to the dialog.
6973         * src/summaryview.c: summary_show(): fixed a bug that kept the
6974           toolbar buttons insensitive after receiving messages.
6975         * src/export.c
6976           src/import.c: fixed a bug that caused quitting of the program
6977           when OK or Cancel button was clicked several time.
6978         * src/prefs_common.[ch]
6979           src/addressbook.c: added "Add address to destination when
6980           double-clicked" option.
6981
6982 2001-04-19
6983
6984         * src/prefs_common.[ch]: reorganized the items of settings,
6985           and added Message tab.
6986         * src/main.c: parse_cmd_opt(): added command line option --version.
6987         * src/mh.c: made it unset MSG_DELETED flag when moved/copied to
6988           special folders.
6989         * src/prefs_common.[ch]
6990           src/headerview.[ch]: the header pane can be toggled now.
6991         * src/prefs_common.[ch]
6992           src/textview.c: page scroll step is now selectable between
6993           one page and half page.
6994         * src/mbox.[ch]: added export_mbox() that reads all messages
6995           in a folder, and store them into one mbox file.
6996
6997 2001-04-18
6998
6999         * src/prefs_filter.[ch]: separated filter setting code from
7000           prefs_common.c, and made it a separate dialog.
7001
7002 2001-04-17
7003
7004         * version 0.4.64
7005
7006         * src/automaton.[ch]
7007           src/inc.c: fixed the bug that made Sylpheed crash when clicking
7008           Cancel button while getting new mail (thanks to Sergey Vlasov).
7009         * src/xml.c: xml_build_tree()
7010           src/addressbook.c: fixed a bug that caused infinite loop if an
7011           illegal XML file was given.
7012
7013 2001-04-16
7014
7015         * src/summaryview.c
7016           src/inc.c: applied the patch from Sergey Vlasov that fixes the
7017           problem when the "Go to inbox after receiving new mail" option
7018           was turned off (thanks!).
7019
7020 2001-04-15
7021
7022         * src/xml.[ch]: modified so that it supports some characters which
7023           must be escaped, and multiple-lined tag.
7024         * src/folder.c
7025           src/addressbook.c: modified so that it escapes some characters
7026           like '<', '>', '&', ''', '"'.
7027
7028 2001-04-10
7029
7030         * version 0.4.63
7031
7032         * src/folder.[ch]
7033           src/mainwindow.c
7034           src/mh.[ch]
7035           src/procmsg.[ch]
7036           src/summaryview.[ch]: applied the patch from Darko Koruga that
7037           adds copy message operation for the MH folders (thanks!).
7038         * src/imap.c: disabled slash to dot conversion.
7039         * src/imageview.c: fixed a bug that displayed an old image when
7040           loading of a image failed (thanks to Darko Koruga).
7041
7042 2001-04-09
7043
7044         * src/procmsg.c: procmsg_read_cache(): added setvbuf() to speed up
7045           cache reading (thanks to Sergey Vlasov).
7046         * src/inc.c
7047           src/summaryview.[ch]
7048           prefs_common.[ch]: applied the patch that keeps the same folder
7049           after receiving new mail (thanks to Sergey Vlasov).
7050         * src/textview.c
7051           src/utils.[ch]: moved get_quote_level() to utils.c.
7052
7053 2001-04-08
7054
7055         * ac/Makefile.am: added.
7056         * Makefile.am
7057           configure.in: added ac directory.
7058
7059 2001-04-07
7060
7061         * src/summaryview.c: summary_filter(): made it move messages
7062           immediately if immediate_exec option is set.
7063         * src/prefs_common.[ch]
7064           src/textview.[ch]
7065           src/gtkutils.[ch]: applied the message coloring patch from
7066           Stephen Anthony with some modification (thanks!).
7067         * src/gtksctree.c
7068           src/mimeview.c: modified the behavior of MimeView (thanks to
7069           HIRAMATSU).
7070
7071 2001-04-06
7072
7073         * src/utils.c: copy_file()
7074           src/mh.c: applied (and modified) the patch from Darko Koruga
7075           that enables to move messages across file systems (thanks!).
7076         * src/procheader.c
7077           src/utils.[ch]: applied the patch from Jorge Van Hemelryck
7078           that converts the date of messages to the local time (thanks!).
7079         * src/utils.c: remote_tzoffset_sec(): fixed a bug that the signs
7080           of one-letter timezone were reversed.
7081         * src/folder.c: folder_item_add_msg(): put the assertion for the
7082           add_msg() method (thanks to TAKANO).
7083
7084 2001-04-05
7085
7086         * src/procmime.c: procmime_decode_content(): fixed a bug that
7087           corrupted quoted-printable encoded messages when they include
7088           `=00' (thanks to Masahiro Tomita).
7089         * src/gtksctree.c
7090           src/mimeview.c
7091           src/summaryview.c: modified the DnD behavior of MIME view
7092           (thanks to HIRAMATSU).
7093
7094 2001-04-04
7095
7096         * src/about.c: applied the patch from Sergey Vlasov that fixes
7097           the appearance of the about dialog (thanks!).
7098         * src/prefs_common.[ch]
7099           src/rfc2015.[ch]
7100           src/mimeview.c
7101           src/procmime.[ch]
7102           src/compose.[ch]
7103           src/passphrase.c
7104           src/textview.[ch]: applied the GnuPG support patch which had
7105           ported from the sylpheed-win32 branch (thanks to Sergey Vlasov).
7106         * INSTALL, INSTALL.jp: updated the description about GnuPG.
7107
7108 2001-04-03
7109
7110         * src/utils.[ch]: added references_list_append() that parses
7111           References header and makes it string list.
7112         * src/compose.c: modified so that too long References header is
7113           truncated, garbage characters are removed, and header is tidied
7114           up (thanks to Matthias Intemann).
7115
7116 2001-04-02
7117
7118         * src/addr_compl.c: applied the address completion bugfix patch
7119           from Alfons Hoogervorst (thanks!).
7120
7121 2001-04-01
7122
7123         * src/gtksctree.c: modified so that the tree_select_row signal
7124           actually pass the column number.
7125         * src/summaryview.c: summary_selected(): made generic mark and
7126           unread mark can be toggled with clicking of the columns.
7127           Added summary_mark_row_as_read() and summary_mark_row_as_unread().
7128         * src/prefs_common.c
7129           src/prefs_account.c: applied the layout fix patches from Sergey
7130           Vlasov, and adjusted some widths of GtkEntry widgets.
7131         * src/prefs.c: prefs_dialog_create(): enable notebook to take focus.
7132         * src/inc.c: inc_start(): modified so that authentication dialogs
7133           show server name too (thanks to Sergey Vlasov).
7134
7135 2001-03-31
7136
7137         * src/mimeview.c: mimeview_key_pressed(): fixed a bug that caused
7138           segmentation fault when a malformed multipart message is shown
7139           (thanks to Sergey Vlasov).
7140         * src/summaryview.c: summary_display_msg(): made it focus to the
7141           summary view if the MIME list is empty.
7142
7143 2001-03-30
7144
7145         * src/pixmaps/deleted.xpm
7146           src/pixmaps/mark.xpm
7147           src/summaryview.c: added deleted and mark icon.
7148         * src/gtkutils.c: gtkut_widget_init(): changed gtk_widget_destroy()
7149           to gtk_widget_unref().
7150         * src/addr_compl.c: start_address_completion(): fixed the bug that
7151           displayed warning when the address book was empty (thanks to
7152           Chideok Hwang).
7153
7154 2001-03-29
7155
7156         * src/summaryview.c: summary_show(): fixed a memory leak bug
7157           (thanks to ChiDeok Hwang).
7158         * src/pixmaps/forwarded.xpm
7159           src/pixmaps/replied.xpm
7160           src/pixmaps/new.xpm
7161           src/pixmaps/unread.xpm
7162           src/compose.c
7163           src/mainwindow.c
7164           src/prefs_common.c
7165           src/procmsg.h
7166           src/summaryview.[ch]: applied the patch from Marc Hoper
7167           that adds replied and forwarded mark to replying or forwarding
7168           messages (thanks!). And new and unread mark were replaced
7169           by the icons David Mehrmann created (thanks!).
7170         * src/summaryview.c: made the width of unread and MIME column
7171           fixed.
7172         * src/prefs.c: prefs_config_parse_one_line(): made it check the
7173           '=' separator (thanks to Sergey Vlasov).
7174
7175 2001-03-26
7176
7177         * src/prefs_common.[ch]: moved smooth scroll option to the
7178           interface tab.
7179         * src/textview.c: made the one-line scroll also perform smooth
7180           scrolling.
7181
7182 2001-03-25
7183
7184         * src/prefs_common.[ch]
7185           src/textview.c: applied the smooth scroll patch from Setoh and
7186           Ninomiya (thanks!).
7187
7188 2001-03-24
7189
7190         * src/summaryview.c: summary_attract_by_subject(): rewritten it
7191           using hash table for speeding up.
7192         * src/prefs_account.c: made filter_on_receive TRUE by default.
7193         * src/mainwindow.c: reordered menu items.
7194
7195 2001-03-23
7196
7197         * src/gtkutils.c: gtkut_clist_bindings_add(): fixed a bug that
7198           caused address completion not to accept space and enter key.
7199
7200 2001-03-22
7201
7202         * src/utils.[ch]
7203           src/codeconv.c: fixed a bug that didn't encode non-ASCII headers
7204           correctly.
7205         * src/compose.c: fixed a bug that didn't decode some headers
7206           correctly when replying or reediting drafts (thanks to Sergey
7207           Vlasov).
7208
7209 2001-03-21
7210
7211         * src/gtkutils.[ch]: added gtkut_widget_init() that modifies the
7212           behaviors of some classes.
7213         * src/main.c: main(): made it call gtkut_widget_init() first.
7214         * src/summaryview.c: summary_create(): removed the key binding code.
7215
7216 2001-03-19
7217
7218         * src/procmsg.[ch]: modified for the sake of readability.
7219
7220 2001-03-18
7221
7222         * src/mainwindow.c: changed "Clean trash" to "Empty trash".
7223           Added new menu items for folder manipulation.
7224           allsel_cb(): made it change the target between summary view and
7225           message view according to the input focus.
7226           Removed "Select all" from Summary submenu.
7227         * src/folderview.[ch]: added functions for creating/renaming/deleting
7228           folder.
7229         * src/procmsg.[ch]: made "marked" and "deleted" flag permanent, and
7230           removed "important" flag.
7231         * src/summaryview.c: added summary_set_row_marks() that sets style
7232           of a row according to the flags, and made some functions use it.
7233         * src/mainwindow.c: allsel_cb(): modified so that it selects
7234           summary view correctly if message view is toggled off.
7235
7236 2001-03-17
7237
7238         * src/socket.c: sock_connect_by_getaddrinfo(): fixed a resource
7239           leak bug of socket, and rewrote the routine.
7240         * src/inc.c: inc_mail(), inc_all_account_mail(): fixed a bug that
7241           displayed the wrong unread number in the folder tree if a
7242           folder was open and new messages arrived at the folder.
7243         * src/socket.c: sock_connect_by_getaddrinfo(): fixed a bug
7244           again.
7245
7246 2001-03-15
7247
7248         * src/mh.c: mh_move_msg(), mh_move_msgs_with_dest(): made it
7249           check the existence of the destination file.
7250         * src/procmsg.c: procmsg_set_flags(): made it count the last
7251           number of the message list (and fixed a bug that didn't open
7252           newly arrived message).
7253
7254 2001-03-13
7255
7256         * src/prefs_common.c: prefs_send_create(): removed EUC-JP and
7257           Shift_JIS from the outgoing codeset.
7258
7259 2001-03-12
7260
7261         * version 0.4.62
7262
7263 2001-03-11
7264
7265         * src/send.c: send_message_queue(): modified so that it finds
7266           the account from the `From' and the server name of the queued
7267           message.
7268         * src/account.[ch]: added account_find_from_smtp_server() that
7269           finds an account from the specified address and SMTP server.
7270         * src/Makefile.am
7271           src/mainwindow.c
7272           src/summaryview.[ch]
7273           src/sourcewindow.[ch]: integrated the viewing source patch from
7274           DINH V. Hoßþ(thanks!).
7275
7276 2001-03-10
7277
7278         * src/addr_compl.[ch]
7279           src/addressbook.c
7280           src/compose.c: applied the enhanced address completion patch
7281           from Alfons Hoogervorst (thanks!).
7282         * src/addr_compl.c: replaced g_assert() with g_return(_val)_if_fail().
7283         * src/folder.c: folder_init()
7284           src/folderview.c: folderview_drag_motion_cb()
7285           src/procmsg.c: procmsg_clean_trash()
7286           src/summaryview.c: summary_start_drag()
7287           src/imap.[ch]: integrated the IMAP4 move/remove function patch
7288           from Suzuki Mio (thanks!).
7289
7290 2001-03-08
7291
7292         * src/main.c: parse_cmd_opt(): made the --compose option realize
7293           mailto: URI.
7294         * src/utils.[ch]: execute_async(): supported quoted arguments
7295           correctly.
7296           strstr_with_skip_quote(), strsplit_with_quote(): quote-supported
7297           version of g_strsplit().
7298         * src/mimeview.c: mimeview_view_file()
7299           src/prefs_common.c: added single quotation mark around the file
7300           name.
7301
7302 2001-03-07
7303
7304         * configure.in
7305           src/compose.c
7306           src/prefs.c
7307           src/procmime.c
7308           src/summaryview.c
7309           src/mbox.c
7310           src/recv.c
7311           src/utils.[ch]: applied the security fix patch from Dmitry V.
7312           Levin with some modification (thanks!). Added my_tmpfile() to
7313           utils.[ch].
7314         * src/main.c: added --receive-all command-line option.
7315
7316 2001-03-06
7317
7318         * src/socket.c: sock_connect_thread(): fixed a bug that didn't
7319           compile if both multithread and IPv6 are enabled (thanks to
7320           Ishihara).
7321         * src/utils.[ch]
7322           src/compose.c: applied a patch from Jason McCarver that allows
7323           FIFO for signature file (thanks!).
7324         * src/textview.c: made some more refactoring.
7325         * src/socket.c: sock_accept(): changed socklen_t to gint.
7326
7327 2001-03-05
7328
7329         * src/main.c
7330           src/textview.c: some code cleanups.
7331
7332 2001-03-04
7333
7334         * src/compose.[ch]
7335           src/main.c
7336           src/textview.c: integrated the patch from Alfons Hoogervorst that
7337           fixes some glitches in clickable URI and enables mail addresses
7338           clickable, and enables the --compose command line option to
7339           specify address (thanks!).
7340
7341 2001-03-03
7342
7343         * src/esmtp.[ch]
7344           src/smtp.[ch]
7345           src/send.c
7346           src/prefs_account.[ch]
7347           src/Makefile.am: applied the SMTP AUTH patch from Martin Schaaf
7348           and fixed its a few bugs (thanks!).
7349         * src/textview.c: textview_key_pressed(): made it don't move focus
7350           to summary view.
7351         * src/main.c: parse_cmd_opt(): modified the help message.
7352         * src/html.[ch]: added empty_line to HTMLParser and modified
7353           the parser routines a bit.
7354
7355 2001-03-01
7356
7357         * src/html.c: added eucjp_symbol_list, and added some characters
7358           to ascii_symbol_list.
7359
7360 2001-02-19
7361
7362         * src/codeconv.[ch]: added a member `charset' and `charset_str'
7363           to CodeConverter.
7364         * src/html.[ch]: added the symbol list for ISO-8859-1 codeset.
7365           html_parser_new(): made it change the symbol hash table
7366           according to the character set of the document.
7367           html_parse_special(): made it recognize character code number.
7368
7369 2001-02-17
7370
7371         * src/textview.c: added textview_show_html() that parses HTML and
7372           display as a text.
7373           textview_show_part(): made it call textview_show_html() if
7374           the part is text/html.
7375         * src/html.[ch]: implemented HTML parser.
7376
7377 2001-02-15
7378
7379         * src/codeconv.[ch]: added CodeConverter, and its methods
7380           (conv_code_converter_new(), conv_code_converter_destroy(), and
7381            conv_convert()).
7382         * src/textview.c: removed the branches by HAVE_LIBJCONV and
7383           rewrote them using CodeConverter.
7384
7385 2001-02-12
7386
7387         * src/mbox.c: proc_mbox(): workaround for duplicated From_ line.
7388
7389 2001-02-11
7390
7391         * src/codeconv.c: some code cleanups.
7392
7393 2001-02-05
7394
7395         * src/mainwindow.c: main_window_popup(): fixed a bug that didn't
7396           popup the main window correctly.
7397         * src/codeconv.h: fixed a bug that the definition of CS_EUC_CN and
7398           CS_EUC_TW was reversed (thanks to Sakamoto).
7399
7400 2001-02-04
7401
7402         * src/gtkutils.[ch]
7403           src/main.c
7404           src/mainwindow.[ch]
7405           src/socket.[ch]: applied the patch from Hiramatu that enables
7406           prohibition of multiple execution and remote control with
7407           command line option (thanks!).
7408
7409 2001-02-03
7410
7411         * src/summaryview.c: summary_button_pressed(), summary_selected():
7412           made it toggle the view if middle button is clicked while message
7413           view is hidden.
7414           summary_drag_data_get(): fixed a memory leaking.
7415         * src/Makefile.am
7416           src/compose.c: compose_write_headers(): modified so that it uses
7417           host_alias for X-Mailer or X-Newsreader field.
7418
7419 2001-02-03
7420
7421         * version 0.4.61
7422
7423         * src/folderview.c: fixed a bug that prevented a folder from being
7424           created if there were already folders that have the same name
7425           somewhere at another place.
7426
7427 2001-02-02
7428
7429         * src/folderview.c: folderview_update_all(): fixed a bug that
7430           caused segmentation fault when a folder was selected after
7431           updating the folder tree.
7432         * src/compose.c: compose_send(): fixed a locking bug.
7433           compose_write_headers(): fixed a bug that referred to cur_account.
7434           compose_convert_header(): made it check the arguments.
7435
7436 2001-02-01
7437
7438         * src/main.c: some cleanups and added --help option.
7439
7440 2001-01-31
7441
7442         * src/send.c: re-enabled user-defined domain name setting.
7443         * src/utils.c: is_next_mbs(): changed the size of temporary
7444           multibyte array to MB_CUR_MAX.
7445           strdup_mbstowcs(): added error check to mbstowcs().
7446           strdup_wcstombs(): added error check to wcstombs().
7447         * src/addr_compl.c: get_address_from_edit(): made it check the
7448           return value of strdup_mbstowcs().
7449         * src/codeconv.c: conv_encode_header(): added error checking
7450           to strdup_mbstowcs().
7451
7452 2001-01-30
7453
7454         * src/utils.c: log_error(): changed g_error() to g_warning() so
7455           that it doesn't abort.
7456           Added iswalnum().
7457         * src/addr_compl.c: add_address(): fixed a bug that aborted the
7458           program if the name or the address is empty.
7459           get_address_from_edit(): supported multibyte characters.
7460         * configure.in: fixed a typo.
7461         * src/send.c: re-enabled user-defined SMTP port setting.
7462
7463 2001-01-30
7464
7465         * version 0.4.60
7466
7467         * configure.in: added --enable-gpgme option, and disabled GPGME
7468           by default.
7469         * made GPGME related members in MimeInfo not used if disabled.
7470         * src/rfc2015.c: some cleanups for warning.
7471         * README
7472           README.jp
7473           INSTALL
7474           INSTALL.jp: updated.
7475         * Makefile.am: modified bzip2 option.
7476
7477 2001-01-29
7478
7479         * src/procmime.[ch]: added MIME_APPLICATION_OCTET_STREAM to
7480           MIME type.
7481         * src/mimeview.c: mimeview_view_file(): made it do nothing if
7482           the MIME type is application/octet-stream.
7483         * src/folderview.c: folderview_update_all(): made it show modal
7484           dialog while updating folders.
7485         * src/folderview.c: folderview_update_all(): fixed a bug that
7486           didn't remove the dialog.
7487
7488 2001-01-28
7489
7490         * src/mimeinfo.c: merged the patch from John E.P. Hynes that
7491           launches the attached file using metamail (thanks!).
7492         * src/procmime.[ch]: added procmime_get_tmp_file_name().
7493         * src/compose.c
7494           src/addr_compl.[ch]: merged the patch from Alfons Hoogervorst
7495           that enables address completion in the address entry on the
7496           composition window (thanks!).
7497         * src/addr_compl.c: get_all_addresses(), read_address_book():
7498           modified so that it uses xml_free_tree() for freeing the address
7499           tree.
7500
7501 2001-01-27
7502
7503         * src/utils.c: remove_dir_recursive(): fixed a bug that failed to
7504           remove the current directory (thanks to Maki).
7505         * src/summary_search.c: added `Select all matched' option to the
7506           search dialog (thanks to Takahashi).
7507         * src/pixmaps/stock_mail_attach.xpm
7508           src/pixmaps/tb_address_book.xpm
7509           src/compose.c: added some toolbar icons contributed from
7510           Leandro Pereira (thanks!).
7511
7512 2001-01-25
7513
7514         * src/rfc2015.c: passphrase_cb(): *finally* fixed a bug that caused
7515           segmentation fault when the passphrase dialog was cancelled.
7516           Hided the passphrase in the debug message.
7517         * src/about.c: about_create(): fixed a bug that failed to compile
7518           when none of the features were used.
7519         * src/foldersel.c: foldersel_set_tree(): made it display all
7520           MH folders.
7521         * src/inc.c: inc_start(): fixed a bug that showed password dialog
7522           continuously if it was cancelled.
7523         * src/summaryview.c: summary_write_cache(): put an assertion after
7524           folder_item_get_cache_file() to prevent the crash.
7525         * thanks to Maki for the above four fixes.
7526         * src/utils.h: added #include <alloca.h>.
7527
7528 2001-01-24
7529
7530         * src/rfc2015.c: changed some g_message() used for error messages
7531           to g_warning().
7532
7533 2001-01-23
7534
7535         * src/procmsg.[ch]: modified READ_CACHE_DATA() macro so that
7536           it can handle a string data of which length >= BUFFSIZE.
7537         * src/rfc2015.c: rfc2015_encrypt(): changed return to `goto failure'.
7538         * src/pixmaps/stock_mail_receive_all.xpm
7539           src/pixmaps/stock_mail_reply_to_all.xpm
7540           src/Makefile.am
7541           src/mainwindow.c: main_window_toolbar_create(): added new toolbar
7542           icons contributed from David Mehrmann (thanks!).
7543         * src/inc.[ch]: overhauled the architecture so that it don't create
7544           and destroy progress dialog for each incorporation in `get all'
7545           mode.
7546
7547 2001-01-22
7548
7549         * src/mh.c: mh_scan_tree_recursive(): fixed a bug that mistook
7550           sub folders named `inbox', etc. as special folders.
7551         * src/rfc2015.c: rfc2015_encrypt(): fixed a bug that didn't quote
7552           boundary correctly.
7553
7554 2001-01-21
7555
7556         * applied the GnuPG patch from Werner Koch (thanks!).
7557         * removed Mixmaster support.
7558         * src/rfc2015.c: changed g_error() to g_warning() and modified some
7559           messages.
7560         * src/about.c: about_create(): modified compiled-in features list.
7561         * README
7562           README.jp
7563           INSTALL
7564           INSTALL.jp: updated.
7565         * src/select-keys.c: create_dialog(): modified the layout.
7566         * src/headerwindow.c
7567           src/addressbook.c
7568           src/logwindow.c: made it raise the window if the window is already
7569           open.
7570         * src/prefs_common.[ch]: added an option for immediate execution.
7571         * src/summaryview.c: made it execute immediately when messages are
7572           moved or deleted if immediate_exec option is turned on.
7573         * src/summaryview.c: summary_delete(), summary_move_selected_to():
7574           moved summary_step() before summary_execute().
7575         * src/folderview.c: folderview_update_all(): made it scan folder
7576           tree correctly.
7577         * src/compose.c: compose_write_headers(): made it don't add
7578           In-Reply-To header if to_list is empty.
7579
7580 2001-01-09  Werner Koch  <wk@gnupg.org>
7581
7582         * configure.in, acconfig.h: Check for GPGME.
7583         * ac/: New directory for local autoconf macros.
7584         * src/Makefile.am: Add support for GPGME
7585
7586         * src/main.c (idle_function_for_gpgme): New.
7587         (main): Register this function.
7588
7589         * src/about.c: Add a note about GPGME.
7590
7591         * src/rfc2015.c, rfc2015.h: New.
7592
7593         * src/mimeview.c (mimeview_show_message): Check signature.
7594         * src/procmime.c (procmime_scan_message): Ditto.
7595
7596         * src/messageview.c (messageview_show): Add decryption stuff.
7597
7598         * src/compose.c (compose_write_to_file): Encrypt the file if requested.
7599         (compose_toggle_encrypt_cb): New
7600         (compose_toggle_mixmaster_cb): New, just to be prepared for
7601         Mixmaster support.
7602         (compose_write_headers): Suppress some headers in mixmaster mode.
7603
7604         * src/prefs_common.c (prefs_common_create): Add Privacy notebook sheet.
7605         (prefs_privacy_create): New.  Also some new structures etc.
7606         * src/compose.c (compose_create): Set encrypt button to prefs default.
7607         * src/compose.h (struct _Compose): Add use_encryption, use_mixmaster.
7608
7609         * src/compose.c (compose_send): Add missing unlock before one return.
7610
7611 2001-01-18
7612
7613         * src/gtksctree.[ch]
7614           src/folderview.c
7615           src/summaryview.[ch]: applied the patch from Hiramatu that enables
7616           DnD from the summary view to the folder view and fixes some other
7617           probrems (thanks!).
7618         * src/mainwindow.c: scan_tree_func(): fixed a bug that caused
7619           segmentation fault.
7620         * src/imap.c: quoted user name in LOGIN and folder name in SELECT.
7621         * src/gtksctree.c: gtk_sctree_button_press(): fixed a bug that
7622           didn't toggle expansion of node.
7623
7624 2001-01-17
7625
7626         * src/imap.c: applied the patch from Nishimura that updates the
7627           message list more precisely and reads the message flags (thanks!).
7628         * src/textview.c: textview_show_header(): made X-Newsreader field
7629           be emphasized too.
7630         * src/summaryview.c: summary_show(): made it flush events when
7631           displaying summary.
7632
7633 2001-01-15
7634
7635         * src/summaryview.c: applied the patch from Alfons that enabled
7636           the horizontal scrollbar of summary view (thanks!).
7637
7638 2001-01-13
7639
7640         * src/compose.c: compose_cb(): fixed a bug that didn't open the
7641           composition window right after launching the program.
7642         * src/setup.c: scan_tree_func(): fixed a bug that caused
7643           segmentation fault.
7644
7645 2001-01-13
7646
7647         * version 0.4.52
7648
7649         * src/textview.c: textview_set_font(): fixed a bug that caused
7650           segmentation fault if the mode of the text widget was changed
7651           between multibyte and singlebyte while the region was selected
7652           (GTK+ bug?).
7653
7654 2001-01-11
7655
7656         * src/mainwindow.c
7657           src/summaryview.c: made it unable to delete or move messages when
7658           in a news folder.
7659         * src/prefs_common.c
7660           src/news.c: added the option for maximum news article number.
7661
7662 2001-01-10
7663
7664         * src/compose.c: compose_send(): changed the location of temporary
7665           file. Made it use the default account if all of tried account
7666           aren't mail one, and made it show alert dialog and abort when even
7667           that failed.
7668         * src/prefs_account.c: prefs_account_get_new_id(): made it preserve
7669           last id number.
7670           prefs_account_open(): made it fill in personal information
7671           according to the default account when creating a new account.
7672         * sylpheed.spec.in: added to autogenerate sylpheed.spec with the
7673           proper version number (thanks to BONAIM).
7674         * configure.in
7675           Makefile.am: added entries for sylpheed.spec.in.
7676
7677 2001-01-09
7678
7679         * src/compose.[ch]: modified so that it can change account
7680           correctly.
7681         * src/send.[ch]: modified so that it doesn't see cur_account.
7682         * src/prefs_account.c: modified so that news setting doesn't
7683           show SMTP server entry.
7684
7685 2001-01-08
7686
7687         * src/folderview.c: fixed a bug that didn't sort special folders
7688           correctly when a new folder is created or renamed.
7689
7690 2001-01-07
7691
7692         * src/compose.[ch]: enabled to select account at composing window.
7693         * src/folderview.c: made it display unread number next to folder
7694           name.
7695         * src/prefs_common.[ch]: added the option for unread number display.
7696
7697 2001-01-06
7698
7699         * src/compose.[ch]: integrated news posting patch from DINH V. Ho`
7700           and made many modifications (thanks!).
7701           compose_write_headers(): made the spaces in newsgroups removed.
7702           Supported Followup-To.
7703           compose_destroy(): got the objects removed properly.
7704         * src/news.c: merged news_post_to_group() and news_post() since
7705           they doesn't have to do multiple posting.
7706         * src/import.c: import_destsel_cb(): fixed a bug that failed to
7707           import into the selected folder.
7708         * src/prefs_account.c: modified the interfaces.
7709
7710 2001-01-05
7711
7712         * src/codeconv.[ch]
7713           prefs_common.c: changed "SHIFT-JIS" to "Shift_JIS" since the
7714           string is registerd to IANA.
7715         * src/nntp.[ch]: added nntp_post().
7716         * src/news.[ch]: added news_post() and news_post_to_group().
7717
7718 2001-01-04
7719
7720         * src/account.c: account_edit_open()
7721           src/mainwindow.c: new_account_cb(): made it unable to edit
7722           accounts if some composing windows are open.
7723
7724 2001-01-03
7725
7726         * src/folder.[ch]: added folder_set_name().
7727         * src/account.c: made a folder name of IMAP4/NNTP become the same
7728           as the name of account.
7729
7730 2001-01-02
7731
7732         * src/summaryview.c: summary_filter_func(): fixed a bug that failed
7733           to filter messages.
7734
7735 2001-01-02
7736
7737         * version 0.4.51
7738
7739         * src/mbox.c: fixed a bug that didn't incorporate spool file
7740           correctly. Modified so that it recognizes From_ line as separator
7741           of messages even if the previous line isn't empty line.
7742         * src/send.c: send_message_queue()
7743           src/procmsg.c: procmsg_send_queue(): Fixed a bug that printed
7744           warning when it tried to delete a sent message.
7745
7746 2001-01-01
7747
7748         * version 0.4.50
7749
7750         * src/folder.[ch]
7751           src/news.[ch]: modified so that it actually gets news articles.
7752         * src/utils.[ch]: added make_dir_hier() that creates directory
7753           hierarchy.
7754         * src/folder.c:
7755           folder_item_get_cache_file(), folder_item_get_mark_file():
7756           made it creates cache directory if it doesn't exist.
7757           folder_add(): made it insert the added folder into the correct
7758           position.
7759         * src/imap.[ch]: modified so that it suits the new folder
7760           architecture. Fixed a bug that caused segmentation fault
7761           if authentication failed at imap_auth().
7762         * src/folderview.c: implemented IMAP4 folder handling routines.
7763
7764 2000-12-31
7765
7766         * src/prefs_account.[ch]: added account ID and nntp_server
7767           to PrefsAccount. And added the interface for NNTP server.
7768         * src/folderview.c: modified news folder handling routines.
7769         * src/folder.[ch]: removed cache_dir from RemoteFolder, and
7770           modified folder_item_get_path().
7771
7772 2000-12-29
7773
7774         * src/folder.[ch]: added create_folder(), rename_folder(),
7775           remove_folder() to Folder class.
7776         * src/mh.[ch]: added mh_create_folder(), mh_rename_folder(), and
7777           mh_remove_folder().
7778           Implemented mh_create_tree() that creates MH directory tree.
7779           mh_rename_folder(): modified so that the paths of sub folders
7780           are set properly.
7781         * src/folderview.c: modified folderview_new_folder_cb(),
7782           folderview_rename_folder_cb(), and folderview_delete_folder_cb()
7783           so that they work properly.
7784           Added folderview_remove_mailbox_cb() and the menu entry that
7785           remove mailbox from folder tree.
7786         * src/setup.[ch]: added for initial setup.
7787         * src/alertpanel.c: modified the appearance of the dialog.
7788         * src/compose.c: fixed compose_save_to_outbox() and
7789           compose_queue() so that it sets flags correctly.
7790
7791 2000-12-28
7792
7793         * src/mainwindow.c: modified the strings of toolbar labels.
7794
7795 2000-12-27
7796
7797         * src/gtkutils.[ch]: added gtkut_ctree_node_move_if_on_the_edge().
7798         * src/summaryview.c: summary_display_msg(): made it scroll the
7799           list if the message of the edge of that is displayed.
7800
7801 2000-12-25
7802
7803         * src/folder.[ch]
7804           src/mh.[ch]: added functions for moving messages.
7805         * src/procmsg.[ch]: moved procmsg_move_messages_with_dest()
7806           to folder.c and mh.c. Added procmsg_to_folder_hash_table().
7807
7808 2000-12-24
7809
7810         * src/utils.[ch]: added get_tmp_file().
7811         * src/pop.c
7812           src/inc.c
7813           src/folder.c: fixed a bug that failed to drop messages.
7814         * src/mh.c: mh_scan_folder(): made it check new, unread, and total
7815           number of the folder.
7816
7817 2000-12-23
7818
7819         * src/folderview.c: added special folder setting routine.
7820         * src/folder.[ch]: added a method is_msg_changed().
7821           Implemented folder_find_item_from_path().
7822         * src/summaryview.c: fixed some bugs that wrongly freed FolderItem's.
7823         * autogen.sh: fixed so that the configure can take arguments.
7824
7825 2000-12-22
7826
7827         * src/main.c
7828           src/mainwindow.[ch]: added main_window_new_mailbox() that asks
7829           the path of mailbox and create the one.
7830         * src/folderview.c: made the folder tree and selected folder
7831           expanded.
7832
7833 2000-12-21
7834
7835         * src/mh.[ch]
7836           src/folder.c: implemented mh_scan_tree() that scans the folder
7837           recursively and create the tree.
7838
7839 2000-12-19
7840
7841         * src/compose.c
7842           src/defs.h
7843           src/filter.[ch]
7844           src/folder.[ch]
7845           src/foldersel.[ch]
7846           src/folderview.[ch]
7847           src/imap.[ch]
7848           src/import.c
7849           src/inc.c
7850           src/main.[ch]
7851           src/mainwindow.c
7852           src/mbox.[ch]
7853           src/mh.[ch]
7854           src/news.[ch]
7855           src/prefs_common.c
7856           src/procmsg.[ch]
7857           src/summaryview.[ch]
7858           src/xml.[ch]
7859           src/Makefile.am: merged the development tree into the cvs tree.
7860           Some functions are not unimplemented yet.
7861
7862 2000-12-18
7863
7864         * version 0.4.9
7865
7866 2000-12-11
7867
7868         * src/xml.[ch]: supported omitted tag (<tag />).
7869         * src/procmsg.c: procmsg_msg_exist(): fixed a memory leak bug.
7870         * src/imap.c: imap_parse_atom(): fixed a bug that caused
7871           segmentation fault if the subject was empty (thanks to Tsutsui).
7872         * src/folder.[ch]: updated.
7873
7874 2000-12-10
7875
7876         * src/xml.[ch]: added xml_parse_file() that parses the whole XML
7877           file specified and returns the tree.
7878
7879 2000-12-09
7880
7881         * po/pt_BR.po: fixed some typos that caused segmentation fault.
7882
7883 2000-12-07
7884
7885         * version 0.4.8
7886
7887         * src/session.h: added.
7888         * src/folder.[ch]: updated.
7889         * src/compose.c: compose_write_to_file()
7890           src/codeconv.c: conv_get_outgoing_charset_str(): fixed a bug
7891           that put a garbage to charset if the outgoing character set was
7892           specified and non-ascii characters were used in subject.
7893
7894 2000-12-04
7895
7896         * src/statusbar.c: statusbar_puts(): fixed a bug that locked the
7897           progress if the status bar was hidden.
7898
7899 2000-12-03
7900
7901         * src/folder.[ch]: added for the more object-oriented folder
7902           management.
7903
7904 2000-12-02
7905
7906         * version 0.4.7
7907
7908         * src/mainwindow.c
7909           src/prefs_common.[ch]: made the state of status bar get preserved.
7910         * src/compose.c: compose_insert_sig(): modified so that it doesn't
7911           put a separator if a signature file doesn't exist.
7912         * src/prefs_account.[ch]
7913           src/inc.c: added the option that toggles whether to receive
7914           messages when getting from all accounts.
7915         * README
7916           README.jp: updated the description and added some usages.
7917
7918 2000-12-01
7919
7920         * src/Makefile.am
7921           src/gtkshruler.[ch]
7922           src/compose.[ch]: applied the patches from Alfons Hoogervorst
7923           that makes the ruler of composition window graphical (thanks!).
7924
7925 2000-11-27
7926
7927         * src/codeconv.c
7928           src/mainwindow.c
7929           src/prefs_common.c: replaced CS_WINDOWS_1251 with CS_CP1251.
7930
7931 2000-11-27
7932
7933         * version 0.4.6
7934
7935         * src/compose.c: turned the color of quoted messages black again.
7936
7937 2000-11-26
7938
7939         * src/about.c: added a clickable URI to the Sylpheed home page,
7940           and a list of compiled-in features.
7941         * src/compose.c: made the color of quoted messages blue.
7942         * src/summaryview.c: added `Show all header' to the context menu.
7943         * src/prefs_common.c: removed the threading option from the dialog.
7944         * src/compose.c: fixed a bug that didn't parse the quotation format
7945           correctly.
7946
7947 2000-11-25
7948
7949         * src/compose.c: compose_set_ext_editor_sensitive(): modified so
7950           that it toggles linewrap menu item and tool button.
7951         * src/prefs_common.c: modified the default of the signature
7952           separator.
7953         * src/compose.[ch]: added ruler to the compose window.
7954         * src/prefs_common.[ch]: added a member for the state of ruler
7955           display.
7956
7957 2000-11-24
7958
7959         * src/headerview.[ch]: added the destroy function.
7960         * src/messageview.c: messageview_destroy(): fixed a memory leak
7961           bug that didn't freed the HeaderView object.
7962         * src/prefs.c: prefs_write_open(): fixed a memory leak bug.
7963         * src/xml.c: xml_close_file(): fixed a memory leak bug (thanks
7964           to Alfons Hoogervorst for the above three memory leak bug fixes).
7965
7966 2000-11-23
7967
7968         * version 0.4.5
7969
7970         * README
7971           README.jp
7972           INSTALL
7973           INSTALL.jp: modified some descriptions.
7974
7975 2000-11-22
7976
7977         * src/compose.c: implemented line-wrapping functions.
7978         * src/prefs_common.[ch]: added the settings for line-wrapping.
7979         * src/codeconv.[ch]: added Windows-1251 to the codesets.
7980           conv_jistoeuc(): fixed a bug that caused segmentation fault
7981           when some half-width kana characters appeared.
7982         * src/summaryview.c: summary_select_all(): made it show message
7983           on the status bar if the number of messages is large.
7984
7985 2000-11-18
7986
7987         * src/compose.c: compose_reply(), compose_quote_parse_fmt():
7988           modified so that it parses the quotation mark too.
7989           Added %I that means the initial of sender to the format.
7990         * src/codeconv.[ch]: added GB2312 and Big5 to the codesets.
7991           Fixed a bug that set the wrong outgoing codeset.
7992         * src/mainwindow.c
7993           src/prefs_common.c: modified the menu item of Chinese codeset.
7994
7995 2000-11-17
7996
7997         * src/codeconv.[ch]
7998           src/prefs_common.[ch]: modified so that outgoing charset is
7999           saved as a string, not a number.
8000
8001 2000-11-16
8002
8003         * src/textview.c: textview_set_font(): changed the scheme of
8004           selecting between font and fontset. And changed the default
8005           font of ISO-8859-1.
8006         * src/headerview.c: headerview_show_xface(): made it ignore
8007           invalid X-Face.
8008         * src/codeconv.c: conv_codeset_strdup(), conv_get_code_conv_func():
8009           modified so that it consider the source codeset as ISO-2022-JP if
8010           it is NULL and the current locale is Japanese.
8011
8012 2000-11-14
8013
8014         * src/textview.c: textview_destroy(): fixed a bug that caused
8015           segmentation fault if textview->msgfont is NULL (thanks to
8016           Hiramatu).
8017         * src/main.c
8018           src/defs.h: applied the patch from Yanase that enables to
8019           save the shortcuts of the menus (thanks!).
8020
8021 2000-11-11
8022
8023         * src/mainwindow.[ch]: added main_window_set_menu_sensitive() that
8024           toggles the sensitivity of menu items.
8025         * src/summaryview.c: renamed summary_set_popup_sensitive() to
8026           summary_set_menu_sensitive(), and made it set the sensitivity of
8027           the main menu.
8028
8029 2000-11-09
8030
8031         * src/textview.c: textview_init(): fixed a bug that didn't disable
8032           the theme engine of GtkText (thanks to Hiramatu).
8033         * src/compose.c: compose_quote_parse_fmt(): added %n and %N that
8034           means the full name of sender and the first name.
8035         * manual/ja/*.??ml: updated to the latest version.
8036
8037 2000-11-07
8038
8039         * version 0.4.4
8040
8041         * src/defs.h: separated the definitions from main.h and applied the
8042           patch from TOGAWA that sets DEFAULT_SPOOL_PATH and MAXPATHLEN
8043           from the system headers (thanks!).
8044         * src/codeconv.c: conv_get_current_charset(): fixes for lt_LT and
8045           UTF-8 locale.
8046         * src/textview.c: textview_set_font(): modified so that it sets
8047           the correct font when the locale is multi-byte.
8048           textview_destroy(): added proper codes for destruction.
8049           textview_show_header(): fixed the coloration of X-Mailer.
8050
8051 2000-11-06
8052
8053         * src/textview.[ch]: made TextView have single-byte and multi-byte
8054           GtkText, and switch between them according to the given codeset.
8055         * src/compose.c: compose_create(): modified the font setting
8056           routine.
8057
8058 2000-11-02
8059
8060         * src/textview.[ch]: moved the message font variable into TextView.
8061           textview_set_font(): modified so that it uses gdk_font_load()
8062           if the given codeset is US-ASCII or ISO-8859-*.
8063
8064 2000-11-01
8065
8066         * src/codeconv.c
8067           src/procmime.c
8068           src/prefs_common.c
8069           src/textview.c
8070           src/compose.c: workaround for the 8bit code issue (used
8071           gdk_font_load() instead of gdk_fontset_load() when the locale is
8072           C, or not set).
8073
8074 2000-11-01
8075
8076         * version 0.4.3
8077
8078         * src/compose.[ch]: added `Draft' tool button.
8079         * src/imap.c: imap_parse_envelope(): fixed a parsing bug.
8080         * README, README.jp: added the explanation of the locale setting.
8081
8082 2000-10-31
8083
8084         * src/compose.c: made it overwrite the previous draft message when
8085           reedited the draft and saved it again.
8086         * src/procmsg.[ch]: added procmsg_msg_exist() that examine whether
8087           the message really exists.
8088         * src/folderview.[ch]: added folderview_scan_folder_a() and
8089           folderview_scan_folder_foreach_a() that scan the specified
8090           folders for each folderviews.
8091         * src/mainwindow.[ch]: removed main_window_scan_folder() and
8092           main_window_scan_folder_all().
8093           Added `Reedit' to the menu.
8094         * src/import.[ch]: removed MainWindow from the argument of
8095           import_mbox().
8096         * src/summaryview.c: removed the unnecessary items from the popup
8097           menu. Changed summary_reedit_cb() to summary_reedit(), and made
8098           it public.
8099
8100 2000-10-30
8101
8102         * src/compose.h: added a member msginfo to Compose.
8103         * src/procmsg.[ch]: added procmsg_msginfo_copy() that duplicates
8104           the MsgInfo object.
8105
8106 2000-10-25
8107
8108         * src/summaryview.c: made the the popup menu change the sensitivity
8109           according to the context. Fixed a bug that showed the `clean trash'
8110           dialog repeatedly if `D' key was pressed when the focus was on the
8111           summary view.
8112         * src/pixmaps/unread.xpm: changed the color of unread mark to blue.
8113
8114 2000-10-22
8115
8116         * src/main.c: fixed g_thread initialization.
8117
8118 2000-10-21
8119
8120         * src/codeconv.c: added pt_BR to locale_table.
8121         * src/prefs_common.c: prefs_send_create(): added `US-ASCII',
8122           `ISO-8859-1', and Japanese codeset to the option menu of outgoing
8123           codeset when not using libjconv.
8124         * src/compose.c: fixed the bug on saving draft again.
8125
8126 2000-10-19
8127
8128         * src/compose.c: compose_write_headers(): fixed a bug that failed
8129           to write headers if To: was empty when saving draft.
8130
8131 2000-10-18
8132
8133         * src/procmime.[ch]
8134           src/compose.c
8135           src/headerwindow.[ch]
8136           src/summaryview.c
8137           src/messageview.[ch]
8138           src/mimeview.c
8139           src/textview.c
8140           src/procmsg.[ch]
8141           src/procheader.[ch]: modified so that they can handle queue folder
8142           properly.
8143         * src/compose.[ch]
8144           src/summaryview.c: implemented draft-reediting function.
8145         * src/mainwindow.c
8146           src/summaryview.c
8147           src/mimeview.c: replaced *(GtkWidget **) with the macro
8148           GTK_WIDGET_PTR().
8149
8150 2000-10-17
8151
8152         * src/procmsg.[ch]: procmsg_msginfo_free(): fixed a memory leak bug.
8153           Added MSG_QUEUED and MSG_DRAFT to MsgFlags, and made it set them
8154           if the folder is QUEUE_DIR or DRAFT_DIR.
8155
8156 2000-10-14
8157
8158         * version 0.4.2
8159
8160         * src/headerview.c
8161           src/messageview.c: modified the border of the headerview.
8162         * src/gtkutils.h: added the macro GTK_WIDGET_PTR() that casts
8163           an Sylpheed object to GtkWidget.
8164         * src/utils.c: remove_return(), remove_space(): fixed a bug that
8165           possibly caused segmentation fault.
8166         * src/compose.[ch]
8167           src/mainwindow.c
8168           src/summaryview.c: implemented `forward as an attachment'.
8169         * src/utils.[ch]: open_uri(): brought on URI opening function from
8170           textview.c and manual.c.
8171
8172 2000-10-13
8173
8174         * src/mainwindow.c
8175           src/summaryview.c
8176           src/compose.[ch]
8177           src/prefs_common.[ch]: removed `Reply with quote', and added
8178           `Reply to all', and added the option that decides whether to
8179           quote message on replying.
8180
8181 2000-10-12
8182
8183         * src/folderview.c: modified so that it uses gtkut_wait_for_draw()
8184           instead of GTK_EVENTS_FLUSH() for statusbar redraw.
8185         * src/codeconv.[ch]
8186           src/mainwindow.c
8187           src/prefs_common.c: added Baltic (ISO-8859-4,13) to the code sets.
8188         * src/compose.c: compose_send(): modified so that it shows error
8189           dialog when failed to send a message.
8190
8191 2000-10-11
8192
8193         * src/account.c: account_edit_close(): fixed a bug that didn't set
8194           current account when creating an account for the first time.
8195         * configure.in: added es to ALL_LINGUAS.
8196
8197 2000-10-10
8198
8199         * src/codeconv.c: conv_codeset_strdup(): made it use libkcc if
8200           possible.
8201           conv_get_code_conv_func(): modified so that it doesn't convert
8202           codeset if it is unknown.
8203         * src/folderview.c: folderview_update_msg_num(): modified style
8204           changing routine.
8205
8206 2000-10-09
8207
8208         * src/codeconv.c: conv_codeset_strdup(): modified so that it sets
8209           codesets automatically if the arguments are NULL.
8210         * src/textview.c: textview_write_line(): made it output warning
8211           message on the text view if conversion failed.
8212
8213 2000-10-06
8214
8215         * README, README.jp: modified the author of the manual.
8216
8217 2000-10-05
8218
8219         * src/headerview.[ch]
8220           src/messageview.[ch]: modified so that it uses GtkLabel widget
8221           instead of GtkText.
8222         * src/codeconv.c: conv_unmime_header(): modified so that it deletes
8223           unreadable codes if the current locale is EUC-JP and libjconv is
8224           used.
8225
8226 2000-10-04
8227
8228         * src/procmime.[ch]
8229           src/messageview.c
8230           src/mimeview.c
8231           src/textview.c: modified so that it parses MIME message more
8232           preferably.
8233         * src/imap.c: imap_parse_address(): fixed a bug.
8234
8235 2000-10-03
8236
8237         * src/procmsg.[ch]: added procmsg_get_message_file_path().
8238         * src/recv.c: recv_bytes_write(): added CR+LF -> LF conversion
8239           routine.
8240         * src/imap.[ch]: changed the name of the member `group' in
8241           IMAPSession to `mbox'.
8242           imap_gen_send(): modified so that it doesn't output the password
8243           to the log.
8244           Modified session destroying routine.
8245         * src/folderview.c: folderview_write_cache(): made it preserve
8246           the IMAP folder list.
8247         * src/procmime.c: procmime_scan_multipart_message(): fixed a bug
8248           that showed boundary at the end of an attached RFC822 part.
8249         * src/prefs_common.c: changed the default of toolbar style to
8250           both icon and text.
8251
8252 2000-10-02
8253
8254         * src/imap.c: imap_get_uncached_messages(): modified so that it
8255           doesn't get the cached envelopes.
8256           imap_session_get_message_info(): made it read only the cache
8257           if the session is not established.
8258         * src/procmsg.c: procmsg_set_flags(): supported IMAP folder.
8259         * src/news.c: news_get_article_info(): made it read only the cache
8260           if the session is not established.
8261
8262 2000-10-01
8263
8264         * src/textview.c: textview_write_line(): fixed a memory leak bug.
8265         * src/folderview.[ch]: made it create IMAP4 folders from the
8266           account information.
8267         * src/imap.[ch]: imap_session_get(): modified so that it creates
8268           IMAP4 session from the account information.
8269
8270 2000-09-30
8271
8272         * src/imap.[ch]: added for IMAP4 support.
8273         * src/summaryview.[ch]
8274           src/procmsg.c
8275           src/recv.[ch]: modified for IMAP4 support.
8276         * src/folderview.c: more IMAP4 implementation.
8277         * src/procmsg.[ch]: added procmsg_get_message_file() that retrieves
8278           the specified message and return the file name.
8279         * src/gtkutils.c: gtkut_widget_wait_for_draw(): fixed a bug that
8280           locked up the process if the given widget was invisible.
8281
8282 2000-09-28
8283
8284         * src/folderview.[ch]: added IMAP4-related code.
8285
8286 2000-09-28
8287
8288         * version 0.4.1
8289
8290         * src/main.h: added IMAP_CACHE_DIR.
8291         * src/utils.[ch]: added get_imap_cache_dir().
8292         * src/procmsg.h: added M_IMAP to MsgType, and MSG_IMAP to MsgFlags.
8293           Added macro MSG_IS_IMAP().
8294         * src/codeconv.c: added `#include <locale.h>' for setlocale().
8295         * sylpheed.spec: fixed %files section.
8296
8297 2000-09-27
8298
8299         * version 0.4.0
8300
8301         * src/codeconv.c: conv_get_current_charset(): made it compare
8302           string with strncasecmp().
8303         * src/compose.c: comopse_reply_parse_header(): workaround for
8304           the malformed References: header generated by OE5 :(
8305
8306 2000-09-26
8307
8308         * src/prefs_common.c
8309           src/prefs_account.c: modified the layout of the widgets.
8310
8311 2000-09-26
8312
8313         * version 0.3.99
8314
8315         * src/*.[ch]: added copyright notice to the top of the source files.
8316         * src/compose.c: compose_write_attach(): modified filename encode
8317           routine.
8318
8319 2000-09-25
8320
8321         * src/mainwindow.c: fixed the menu entry of manual.
8322         * src/compose.c
8323           src/codeconv.[ch]: moved compose_encode_header() into codeconv.c,
8324           and applied the libjconv patch.
8325         * src/utils.c: strdup_mbstowcs(), strdup_wcstombs(): used g_realloc()
8326           to reduce the alloc'd memory to the optimal size.
8327         * src/prefs_common.[ch]: added outgoing codeset option menu.
8328         * src/compose.c: compose_send(): added exclusive lock to prevent
8329           multiple-sending.
8330         * configure.in: made '--enable-ipv6=no' the default.
8331         * src/compose.c: compose_write_attach(): made it encode the name
8332           of the attached file.
8333         * src/procmsg.c: procmsg_get_last_message_number(): fixed a bug that
8334           didn't check the type of file.
8335           procmsg_move_messages_with_dest(): fixed a bug that failed to
8336           move message if a directory that had the same name existed.
8337         * src/utils.c: is_ascii_str(): modified so that '\t', ' ', '\r', '\n'
8338           are included as ASCII characters.
8339
8340 2000-09-24
8341
8342         * src/compose.c
8343           src/procmime.[ch]: modified so that it actually works when using
8344           libjconv :)
8345         * src/codeconv.[ch]: added conv_codeset_strdup() that converts
8346           the codeset of string according to the codeset specified in
8347           arguments.
8348         * src/utils.[ch]: added is_ascii_str() that determines whether the
8349           string is 7bit-ASCII or not.
8350         * src/procmime.[ch]
8351           src/codeconv.[ch]: moved the character set related functions
8352           into codeconv.c.
8353         * merged the patch and the manual written by BONAIM (thanks!).
8354
8355 2000-09-23
8356
8357         * configure.in
8358           src/compose.c
8359           src/gtkutils.c
8360           src/mainwindow.c
8361           src/procmime.[ch]
8362           src/textview.c
8363           src/unmime.[ch]: applied the patch from Higuchi that utilizes
8364           libjconv and enables to handle many locales, including UTF-8
8365           (Unicode) (thanks!).
8366         * src/account.c: modified so that the account isn't changed when
8367           another account is selected on account edit dialog.
8368
8369 2000-09-20
8370
8371         * src/prefs_common.[ch]
8372           src/textview.c: added an option that specifies whether to display
8373           short headers on message view.
8374         * src/codeconv.[ch]: added function conv_unmime_header() that
8375           decodes MIME-encoded header and converts the character set.
8376           And added conv_unreadable_latin(), and modified conv_latintodisp().
8377         * src/messageview.[ch]: made the window get closed when escape key
8378           is pressed.
8379
8380 2000-09-17
8381
8382         * src/imageview.c: fixed a bug that caused segmentation fault if
8383           message view was in new window.
8384         * src/prefs_common.c: added `xemacs %s' to the external editor
8385           command line list.
8386
8387 2000-09-16
8388
8389         * version 0.3.29
8390
8391         * src/summaryview.c: enabled to open a new message window with
8392           double-clicking.
8393         * src/prefs_common.[ch]
8394           src/messageview.c: made it preserve the window size of message
8395           window.
8396         * src/prefs_account.c: added `None (local)' to the option menu of
8397           protocol.
8398
8399 2000-09-15
8400
8401         * Makefile.am: added autogen.sh to EXTRA_DIST.
8402
8403 2000-09-09
8404
8405         * src/prefs_common.c: applied the patch from Paul Rolland that
8406           enables font selection dialog (thanks!).
8407         * src/compose.[ch]
8408           src/utils.[ch]: moved tzoffset() and compose_get_date() of
8409           compose.[ch] into utils.[ch].
8410         * src/main.[ch]: renamed the name of filter file to `filterrc'.
8411
8412 2000-09-06
8413
8414         * src/compose.[ch]
8415           src/utils.[ch]: modified address parsing routine so that it
8416           parses quotes correctly.
8417         * src/textview.c: textview_show_part(): modified so that it shows
8418           the simplified headers if the part is text/plain.
8419
8420 2000-09-03
8421
8422         * src/messageview.[ch]
8423           src/summaryview.[ch]
8424           src/mainwindow.c: enabled to open a message in new window.
8425         * src/messageview.[ch]
8426           src/mimeview.[ch]
8427           src/textview.[ch]
8428           src/imageview.[ch]: added destroy function, and modified the
8429           key handling routines.
8430
8431 2000-09-02
8432
8433         * src/socket.c: sock_connect_by_getaddrinfo(): fixed a bug that
8434           caused segmentation fault (thanks to KUROSAWA).
8435         * src/alertpanel.c: modified so that the focused button is
8436           selectable.
8437         * src/account.c
8438           src/compose.c
8439           src/folderview.c: modified so that the order of the buttons of
8440           alert panel will be `Yes', `No'.
8441
8442 2000-09-01
8443
8444         * src/utils.[ch]: added execute_async() and execute_command_line()
8445           that execute command line using execvp().
8446         * src/textview.c
8447           src/mimeview.c
8448           src/procmsg.c: replaced system() with execute_command_line()
8449           for security.
8450         * src/procmsg.c: turn back to system().
8451         * src/utils.c: modified execute_command_line().
8452
8453 2000-08-31
8454
8455         * src/mainwindow.c: main_window_get_size(): modified so that it
8456           doesn't update the height of SummaryView if MessageView is
8457           toggled off.
8458         * src/compose.[ch]: applied the patch from NAKAGAWA that fixes some
8459           probrems of external editor handling (thanks!).
8460         * src/uuencode.[ch]
8461           src/procmime.[ch]: applied the patch from Hiramatu that make it
8462           supports Content-Transfer-Encoding: x-uuencode (thanks!).
8463
8464 2000-08-30
8465
8466         * src/compose.[ch]
8467           src/prefs_common.[ch]: implemented the external editor faculty.
8468         * src/compose.c: compose_attach_property(): fixed some bugs on
8469           changing the property of attached file.
8470         * src/compose.c: fixed some bugs of external editor functions.
8471
8472 2000-08-29
8473
8474         * version 0.3.28
8475
8476         * src/mainwindow.c
8477           src/prefs_common.[ch]
8478           src/summaryview.c: applied the patch from Paul Rolland that
8479           restores the size of widgets when restarting (thanks!).
8480         * src/folderview.c
8481           src/prefs_common.[ch]
8482           src/summaryview.c: applied the patch from Paul Rolland that saves
8483           the width of CTree columns (thanks!).
8484
8485 2000-08-27
8486
8487         * src/headerview.c: modified the height of HeaderView.
8488         * src/textview.c: textview_show_part(): made it process the message
8489           as normal text if it is single-part RFC822 message.
8490         * src/folderview.c
8491           src/summaryview.c: some changes around the key handling.
8492         * src/prefs_common.[ch]: substituted the word `assort' with `filter'.
8493
8494 2000-08-26
8495
8496         * src/codeconv.[ch]: added conv_latintodisp() for ISO-8859-1 support.
8497         * src/procheader.c: procheader_get_one_field(): fixed a bug that
8498           caused segmentation fault if the first line of the file is space
8499           or tab (thanks to Hiramatu).
8500         * src/mimeview.c: mimeview_drag_data_get(): modified so that the
8501           filename doesn't include G_DIR_SEPARATOR (thanks to Hiramatu).
8502         * src/prefs_account.c
8503           src/prefs_common.c: modified the dialog size.
8504         * src/prefs.c: made the dialog window growable.
8505
8506 2000-08-25
8507
8508         * version 0.3.27
8509
8510         * configure.in: removed unnecessary AC_CHECK_FUNC(gettext) that
8511           caused the failure of the detection of libintl.
8512         * src/filter.[ch]
8513           src/prefs_common.c: implemented `not contain', and modified for
8514           future enhancement.
8515         * src/imageview.c: changed alertpanel_error() to g_warning() so that
8516           it doesn't grab mouse events.
8517         * src/compose.[ch]: added compose_list that holds the list of
8518           Compose objects, and added the function compose_get_compose_list().
8519         * src/main.c
8520           src/mainwindow.c
8521           src/summaryview.c: made it confirm if composing message exists.
8522
8523 2000-08-23
8524
8525         * src/compose.c: compose_reply_set_entry(): fixed a bug that caused
8526           segmentation fault when trying to reply the message in the queue
8527           folder (thanks to Kotobuki).
8528           compose_attach_property(): modified the property dialog routine
8529           so that it can handle input error.
8530         * src/mimeview.c: applied the patch from Hiramatu that enables
8531           the drag 'n drop from MimeView (thanks!).
8532         * src/headerview.[ch]
8533           src/procheader.c
8534           src/procmsg.h: applied the patches for X-Face support from
8535           HIROSHIMA (thanks!).
8536
8537 2000-08-22
8538
8539         * src/compose.c: compose_attach_property(): modified so that the
8540           property dialog can actually change the property of attached file.
8541
8542 2000-08-21
8543
8544         * configure.in
8545           src/Makefile.am: updated for gdk_imlib.
8546         * added AUTHORS and NEWS.
8547         * configure.in
8548           acconfig.h
8549           src/Makefile.am: modified so that configure auto-detects gdk-pixbuf
8550           and gdk_imlib library. And fixed a bug on IPv6 detecting.
8551         * src/imageview.c: supported gdk-pixbuf.
8552         * README
8553           README.jp
8554           INSTALL
8555           INSTALL.jp: added the mention about built-in image view.
8556         * configure.in: modified so that configure can disable gdk-pixbuf
8557           or/and gdk_imlib library.
8558
8559 2000-08-20
8560
8561         * src/imageview.[ch]
8562           src/main.c
8563           src/messageview.[ch]
8564           src/mimeview.[ch]: applied the patches from HIROSHIMA that enables
8565           to display image (thanks!).
8566
8567 2000-08-19
8568
8569         * version 0.3.26
8570
8571         * src/summaryview.c: summary_assort_func(): modified to avoid
8572           `not receive' setting.
8573
8574 2000-08-18
8575
8576         * src/filesel.c: applied the patch from HIROSHIMA that makes it
8577           remember previous directory when opening the dialog (thanks!).
8578         * src/summaryview.[ch]: added a function summary_redisplay_msg().
8579         * src/mainwindow.c: set_charset_cb(): made it redisplay the message
8580           that is currently shown when the character set is changed.
8581         * src/inc.c
8582           src/pop.c
8583           src/prefs_common.c
8584           src/filter.h: applied the patch from Tanaka that enables not to
8585           receive specified messages according to the sorting rule (thanks!).
8586
8587 2000-08-15
8588
8589         * src/procmsg.[ch]: added MSG_MIME to the type MsgFlags. And modified
8590           so that it handles MSG_MIME flag, and it scans uncached messages
8591           when cache reading failed even if it is specified not to scan
8592           new messages.
8593         * src/procheader.c: procheader_parse(): added the determination of
8594           multipart MIME message.
8595         * src/main.h: increased CACHE_VERSION.
8596         * src/summaryview.[ch]: added the `MIME' column that shows whether
8597           a message is multipart or not.
8598         * src/prefs_common.[ch]: added the `MIME' column to the setting of
8599           displaying item.
8600         * added src/pixmaps/clip.xpm.
8601         * src/summaryview.c
8602           src/procmsg.[ch]: modified so that it prompts the print command
8603           before printing.
8604
8605 2000-08-14
8606
8607         * src/folderview.c: folderview_create()
8608           src/summaryview.c: summary_create():
8609           src/addressbook.c: addressbook_create(): set the expander style of
8610           CTree to GTK_CTREE_EXPANDER_SQUARE.
8611         * src/compose.c: modified the interface of property dialog.
8612
8613 2000-08-13
8614
8615         * src/compose.c: added property dialog for attached file.
8616
8617 2000-08-11
8618
8619         * src/procmsg.[ch]: added a function procmsg_print_message() that
8620           prints the given message.
8621         * src/summaryview.c: summary_print(): modified so that it prints
8622           all selected messages.
8623         * src/folderview.c: folderview_select_node(): fixed a bug that
8624           didn't focus on folder tree if inbox was empty when incorporating.
8625
8626 2000-08-10
8627
8628         * version 0.3.25
8629
8630         * src/prefs_commmon.[ch]: added `Other' tab and an option for
8631           printing. And moved external browser option to there.
8632         * src/mainwindow.c
8633           src/summayview.[ch]: added print menu and implemented print
8634           functions.
8635
8636 2000-08-09
8637
8638         * src/prefs_account.c: made the default value of smtp_server to
8639           NULL.
8640         * src/folderview.c: folderview_update_msg_num(): modified so that
8641           it doesn't emphasize trash folder even if it has new or unread
8642           messages.
8643
8644 2000-08-08
8645
8646         * src/filesel.c: filesel_select_file(): (perhaps) fixed a bug that
8647           caused segmentation fault when file selection dialog was closed
8648           and other dialog was open immediately.
8649
8650 2000-08-05
8651
8652         * src/compose.c: compose_encode_header(): fixed a bug that caused
8653           infinite loop if wctomb() failed.
8654
8655 2000-08-04
8656
8657         * version 0.3.24
8658
8659         * src/mimeview.c: enabled to open an attached file with double click
8660           and popup menu. And cleaned up the code.
8661         * src/procmime.[ch]: added a function procmime_get_part() that
8662           saves the part of multipart message.
8663
8664 2000-08-03
8665
8666         * src/main.[ch]
8667           src/mimeview.c
8668           src/prefs_common.[ch]
8669           src/procmime.[ch]
8670           src/utils.[ch]: applied a patch that enables to launch attached
8671           image, audio, and HTML file (thanks to Hashimoto).
8672         * src/filter.c: filter_match_condition(): fixed a bug that caused
8673           segmentation fault if the body of specified filter is NULL. And
8674           made the filter considered as being matched on that case.
8675
8676 2000-07-30
8677
8678         * src/summaryview.c:
8679           summary_save_as(): fixed a bug that unabled to save news articles.
8680           summary_display_msg(): added exclusive lock to prevent it from
8681           reading another news article while it is already processing one.
8682         * src/gtkutils.[ch]: added gtkut_widget_wait_for_draw() that waits
8683           the draw signal to be emitted.
8684         * src/mainwindow.c:
8685           main_window_cursor_wait()
8686           main_window_cursor_normal(): added gdk_flush() to change cursor
8687           immediately.
8688         * Makefile.am
8689           libkcc/Makefile.am: added EXTRA_DIST for `make dist'. And added
8690           a target `release' to Makefile.am.
8691
8692 2000-07-28
8693
8694         * src/socket.c: supported IPv6.
8695         * configure.in
8696           acconfig.h: added checking for IPv6.
8697         * prefs_common.c: changed the default of toolbar_style to icon only.
8698
8699 2000-07-27
8700
8701         * initial cvs import.
8702         * updated README and README.jp.
8703
8704 2000-07-24
8705
8706         * version 0.3.23
8707
8708         * src/procmime.[ch]: modified the structure of MimeInfo so that it
8709           can be handled as a node of tree.
8710           Added procmime_mimeinfo_free_all() that frees all of the MimeInfo
8711           recursively.
8712           Added procmime_get_text_part() that scans a message and gets a text
8713           part for quoting.
8714         * src/mimeview.c: divided mimeview_scan_multipart_message() into
8715           procmime_scan_multipart_message() and mimeview_set_multipart_tree().
8716         * src/compose.c: compose_quote(), compose_forward():
8717           made it quote the text part of multipart message properly.
8718           Made it preserve the size of Compose window.
8719         * src/prefs_common.[ch]: added compose_width and compose_height to
8720           the members.
8721         * src/textview.c: textview_show_part(): some code cleanups.
8722         * src/codeconv.[ch]: added a function conv_get_code_conv_func().
8723
8724 2000-07-20
8725
8726         * version 0.3.22
8727
8728         * src/codeconv.[ch]: fixed a bug that showed garbage characters if
8729           the return code of the message was CR+LF. And added
8730           conv_sjistoeuc().
8731         * src/summaryview.c: summary_attract_by_subject(): made it move
8732           the current view point to the selected row when executed.
8733         * src/textview.c: textview_show_part(): modified the character set
8734           determination routine.
8735         * src/folderview.c: folderview_update_msg_num(): fixed a bug that
8736           caused segmentation fault if boldfont was NULL.
8737         * src/compose.c: compose_create(): made it sets itself as the target
8738           of addressbook on window creation.
8739
8740 2000-07-19
8741
8742         * src/compose.c: compose_send(): fixed a bug that didn't save
8743           queued message to outbox when failed to send the message (thanks
8744           to T. Yamamoto).
8745
8746 2000-07-15
8747
8748         * src/inc.[ch]: modified so that it changes error message dialog
8749           depending on the results.
8750
8751 2000-07-14
8752
8753         * src/mainwindow.c: main_window_create(): set usize of account
8754           button on the status bar to 1 so that it doesn't get expanded
8755           more than necessary.
8756         * src/account.[ch]: account_foreach(): made it abort the iteration
8757           if the function returns nonzero.
8758         * src/inc.[ch]
8759           src/pop.c: modified so that it shows error message dialog if the
8760           message processing is failed.
8761
8762 2000-07-04
8763
8764         * version 0.3.21
8765
8766         * src/mainwindow.c: made it popup account selection menu when
8767           account tool button or account status bar is pressed.
8768         * src/folderview.c
8769           src/prefs.c: suppressed the ENOENT perror messages.
8770         * src/pop.c: made it fall back on LAST command if UIDL failed.
8771
8772 2000-07-01
8773
8774         * src/procheader.c: procheader_parse(): fixed a bug that didn't
8775           parse References: header correctly (thanks to YAMAGUCHI).
8776
8777 2000-06-29
8778
8779         * version 0.3.20
8780
8781         * src/compose.c: compose_reply_set_entry(): fixed a bug that didn't
8782           cc'd correctly when replying.
8783         * src/mainwindow.c
8784           src/summaryview.c: sorted out the main menu and the popup menu.
8785
8786 2000-06-26
8787
8788         * version 0.3.19
8789
8790         * src/prefs_account.[ch]
8791           src/compose.c: made it be able to set Cc:, Bcc:, and Reply-To:
8792           automatically at composing (thanks to NAKAGAWA).
8793
8794 2000-06-25
8795
8796         * src/prefs_common.[ch]
8797           src/mainwindow.c
8798           src/main.c: made it selectable whether to ask before cleaning
8799           trash at the exit.
8800         * src/prefs_common.c: cleaned up the code and the interface a bit.
8801         * src/summaryview.c: modified the unthread functions for speeding
8802           up.
8803
8804 2000-06-24
8805
8806         * src/prefs_common.[ch]
8807           src/summaryview.c: made it display recipient on the `From' column
8808           if the address of the sender is the same as the current account
8809           (thanks to NAKAGAWA).
8810         * src/utils.[ch]: added a function extract_address() that extracts
8811           the address from `From:' header string.
8812         * src/mainwindow.c: allsel_cb(): fixed a bug that caused segmentation
8813           fault if `Edit/Select all' was selected when the message view was
8814           hidden (thanks to Tomita).
8815
8816 2000-06-21
8817
8818         * src/summaryview.c: modified execution routine so that it only
8819           unthreads nodes that are needed to be unthreaded.
8820
8821 2000-06-19
8822
8823         * src/news.c: news_session_get(): implemented the reconnection on
8824           being disconnected.
8825         * src/nntp.[ch]: added nntp_mode().
8826
8827 2000-06-18
8828
8829         * src/mbox.c: fixed a bug that didn't close mbox FILE pointer.
8830           And support assortment on processing mbox.
8831         * src/inc.c: inc_drop_message(): modified so that it uses hash table
8832           to store the last message number of folders.
8833         * src/summaryview.c
8834           src/addressbook.c: modified the behavior of CTree at right-click.
8835         * src/pop.c: pop3_getrange_uidl_recv(): fixed a potential buffer
8836           overflow bug (thanks to Nishiyama).
8837
8838 2000-06-17
8839
8840         * version 0.3.18
8841
8842         * src/pop.[ch]
8843           src/inc.[ch]: implemented management of read message on POP server
8844           by UIDL.
8845         * src/utils.[ch]: removed (s)list_remove_all() because it can be
8846           replaced with g_(s)list_free().
8847         * src/summaryview.c: modified the arrangement of menu a bit.
8848         * src/summaryview.c: summary_status_show(): made it doesn't display
8849           server name but newsgroup.
8850         * src/prefs_common.c
8851           src/prefs_account.c: adjusted the calculation routine of dialog
8852           size.
8853
8854 2000-06-15
8855
8856         * version 0.3.17
8857
8858         * src/compose.c: compose_reply_set_entry(): modified so that it
8859           cc's to the all addresses on To: and Cc: of the replied message.
8860           And swapped the position of Subject: and To: entry.
8861
8862 2000-06-14
8863
8864         * src/procheader.c: modified so that it can handle headers that
8865           aren't separated by space.
8866         * src/socket.c: sock_connect(): added a wait after connection to
8867           prevent lockup (thanks to NINOMIYA).
8868
8869 2000-06-13
8870
8871         * src/inc.c:
8872           inc_mail()
8873           inc_all_account_mail(): fixed a bug that caused segmentation
8874           fault if no account exist.
8875         * src/mainwindow.[ch]: made receive button unclickable when
8876           no account exist.
8877         * src/compose.c: compose_queue(): fixed a bug that didn't mark
8878           queued message properly.
8879         * src/utils.[ch]: separated code conversion functions into
8880           src/codeconv.[ch].
8881
8882 2000-06-13
8883
8884         * version 0.3.16
8885
8886         * src/mimeview.c: mimeview_save_as()
8887           src/summaryview.c: summary_save_as(): made it ask whether to
8888           overwrite the existing file.
8889
8890 2000-06-12
8891
8892         * src/utils.c
8893           src/recv.c
8894           src/prefs.c
8895           src/prefs_common.c
8896           src/prefs_account.c
8897           src/addressbook.c
8898           src/compose.c
8899           src/mbox.c: fixed a bug that failed to check write error when
8900           disk was full and caused the loss of the file.
8901
8902 2000-06-11
8903
8904         * src/mainwindow.c: main_window_clean_trash(): made it move focus
8905           to folder view when finished.
8906         * src/utils.[ch]: added code conversion functions for display.
8907           And added strncpy2() that doesn't do zero fill and does
8908           null-termination, unlike original strncpy().
8909         * src/textview.c: modified so that it changes the code conversion
8910           function according to charset. And supported charset=SHIFT_JIS.
8911         * src/mainwindow.c
8912           src/prefs_common.h
8913           src/textview.c: made it possible to force character set of
8914           a message.
8915         * src/folderview.c: folderview_select_next_unread():
8916           made it search unread folder from begin if it isn't found.
8917
8918 2000-06-11
8919
8920         * version 0.3.15
8921
8922         * src/mainwindow.c: fixed a probrem again that main window was
8923           stretched to the width of the toolbar.
8924         * src/mbox.c
8925           src/utils.c: is_header_line(): modified so that it recognizes
8926           a header which doesn't have a space after colon (thanks to Hotta).
8927         * src/filter.c: added `#include <strings.h>'.
8928         * src/smtp.c: replaced snprintf() with g_snprintf().
8929         * src/Makefile.am: added `-I$(top_srcdir)/intl' to INCLUDES for
8930           included gettext.
8931         * included sylpheed.spec.
8932
8933 2000-06-10
8934
8935         * src/prefs_common.[ch]: enabled to set the pixels of line space
8936           and decide whether to leave space on head of lines.
8937         * src/summaryview.c: modified so that it clears message view
8938           when displayed message is removed from the summary view.
8939         * src/mimeview.c: fixed a bug that caused infinite loop if
8940           terminal boundary of multipart message was not found (thanks to
8941           Nishika).
8942         * src/folderview.c: folderview_scan_mailbox(): made it ignore
8943           dot directory.
8944         * src/main.c: made it show warning dialog and exit if the file with
8945           the same name already exists when creating directory.
8946
8947 2000-06-09
8948
8949         * src/textview.c
8950           src/prefs_common.[ch]: made it possible to leave space between
8951           and on head of lines.
8952
8953 2000-06-07
8954
8955         * src/compose.c
8956           src/procmime.[ch]: made it scan /etc/mime.types and determine
8957           the MIME type of the attached file.
8958         * src/summaryview.c: made it clear message view if the summary
8959           is unselected on the execution, and made it move focus to
8960           folder view if the folder becomes empty.
8961         * src/mainwindow.c: fixed a probrem that main window was stretched
8962           to the width of the toolbar.
8963         * src/inc.c: fixed a bug that caused multiple gtk_main() event loop
8964           if `Check new mail on startup' was set.
8965
8966 2000-06-06
8967
8968         * src/compose.c: fixed a probrem that had been unable to insert
8969           a file to the current cursor position.
8970
8971 2000-06-06
8972
8973         * version 0.3.14
8974
8975         * src/compose.[ch]: added `attach' button to the toolbar. And
8976           replaced the icon of `insert' to the new one.
8977
8978 2000-06-05
8979
8980         * src/mainwindow.[ch]: added `Execute' to the toolbar. And added
8981           a function main_window_set_toolbar_sensitive() that sets the
8982           sensitivity of the button of the toolbar.
8983         * src/compose.c: fixed a bug that output wrong header if
8984           a return code was included in the string of the text entry.
8985
8986 2000-06-04
8987
8988         * src/mainwindow.[ch]: added `Delete' to the toolbar and the menu.
8989           And added the same items in popup menu to the main menu.
8990         * src/utils.[ch]: added functions for DnD support.
8991         * src/compose.c: implemented file attachment and insertion with DnD
8992           (thanks to Hiramatu).
8993
8994 2000-06-04
8995
8996         * version 0.3.13
8997
8998         * src/summaryview.c: fixed a bug that passed null pointer to
8999           is_dir_exist().
9000
9001 2000-06-03
9002
9003         * src/alertpanel.[ch]: added functions alertpanel_message(),
9004           alertpanel_notice(), and alertpanel_error(), and cleaned up
9005           the code.
9006         * src/folderview.c
9007           src/compose.c
9008           src/addressbook.c
9009           src/summaryview.c
9010           src/summary_search.c
9011           src/prefs_account.c
9012           src/foldersel.c: made them use alertpanel_error(),
9013           alertpanel_warning() or alertpanel_notice() for error message
9014           dialog.
9015         * src/summaryview.[ch]: enable sorting in reversed order.
9016         * src/inc.c: made it show error message dialog when failed to
9017           connect or authorize.
9018         * src/utils.h: added a macro FILE_OP_ERROR() and replaced many
9019           perror() with it.
9020
9021 2000-06-03
9022
9023         * version 0.3.12
9024
9025         * src/compose.c: fixed a bug that didn't save a message to outbox
9026           when queued.
9027         * src/send.c: send_message_queue(): fixed a bug that included
9028           headers for queueing in the parsed data.
9029         * src/mainwindow.c: send_queue_cb(): made it pop statusbar message
9030           and update queue folder when finished.
9031
9032 2000-06-02
9033
9034         * version 0.3.11
9035
9036         * src/filter.c
9037           src/inc.c
9038           src/compose.c: suppressed the warning messages.
9039         * src/mainwindow.[ch]: added next unread message button and menu
9040           items.
9041         * src/summaryview.[ch]: added a function summary_select_next_unread()
9042           that selects and opens next unread message.
9043
9044 2000-06-01
9045
9046         * src/prefs_common.[ch]: added a setting to decide whether to open
9047           unread message on entering a folder.
9048         * src/summaryview.c: made it open the first unread message only if
9049           the preference is set.
9050         * src/compose.c: fixed a bug that freed the string obtained from
9051           GtkEntry.
9052
9053 2000-05-31
9054
9055         * src/compose.c: added `Send later' to the menu and the toolbar
9056           which queues the message to send it later.
9057
9058 2000-05-30
9059
9060         * src/mainwindow.c: added an interface to resend the queued message.
9061         * src/compose.c: made it show alert dialog when a message will be
9062           queued.
9063
9064 2000-05-29
9065
9066         * src/procmsg.[ch]: added function procmsg_send_queue() that calls
9067           send_message_queue() for each queued messages.
9068
9069 2000-05-28
9070
9071         * src/inc.c: inc_drop_message(): modified so that it drops a message
9072           to the default inbox folder if destination folder doesn't exist.
9073         * src/compose.[ch]: added imput compatible queueing header to the
9074           queued message.
9075         * src/send.[ch]: added function send_message_queue() that send
9076           queued message.
9077
9078 2000-05-27
9079
9080         * configure.in
9081           acconfig.h: made it enabled to decide wheter to use multithread
9082           or not on configure.
9083         * src/summaryview.c: fixed a bug that made thread when executed
9084           despite of the setting (thanks to Hiroshima).
9085         * src/socket.[ch]: changed the return value of public
9086           sock_connect_*() function to the pointer to SockInfo object.
9087         * src/procmime.c: procmime_scan_mime_header():
9088           fixed a bug that returned NULL if the scanned part had no header
9089           (thanks to shigeri).
9090         * src/procmime.[ch]:
9091           added function procmime_scan_content_disposition() that parses
9092           Content-Disposition header field.
9093         * src/mimeview.c: made it uses filename value in Content-Disposition
9094           header.
9095         * src/pop.c
9096         * src/inc.c: modified so that password is prompted if the password
9097           on preferences is empty and previous POP3 session has failed on
9098           authorization.
9099
9100 2000-05-23
9101
9102         * src/socket.[ch]: added non-blocking IO mode socket and
9103           multithreaded connection support.
9104         * src/inc.c: supported multithread connection.
9105
9106 2000-05-22
9107
9108         * src/folderview.c: made the focus of SummaryView grabbed when
9109           a folder is selected only if the messages exist.
9110
9111 2000-05-20
9112
9113         * version 0.3.10
9114
9115         * po/ja.po: fixed a bug that head `/' of a menu label was missing
9116           and caused segmentation fault when opened Compose window.
9117
9118 2000-05-20
9119
9120         * version 0.3.9
9121
9122         * src/utils.c: get_domain_name(): modified so that it uses
9123           gethostname().
9124         * src/mimeview.c: added key binds for `Save as' and
9125           `Display as text'.
9126
9127 2000-05-19
9128
9129         * src/recv.c: fixed a bug that failed to return error value
9130           when fputs() failed and caused the loss of received mails when
9131           disk space was not left (thanks to Tajiri).
9132         * src/compose.c: supported Reply-To.
9133         * src/mimeview.c: improved key operation interface.
9134
9135 2000-05-18
9136
9137         * src/mimeview.[ch]
9138           src/procmime.[ch]
9139           src/textview.[ch]: supported nested multipart message and
9140           clean up the codes.
9141           Supported encapsulated RFC822 message.
9142
9143 2000-05-16
9144
9145         * src/compose.[ch]: made it free the alloc'd memory for attach
9146           information when the compose window is destroyed.
9147           Placed the attachment list and the text widget onto the paned
9148           widget.
9149           Enabled cut/copy/paste/select all on all of the editable widgets.
9150           Implemented removal of attached file and popup menu on attachment
9151           list.
9152         * src/prefs_common.[ch]: added signature separator setting.
9153         * src/alertpanel.[ch]: added a function alertpanel_warning().
9154
9155 2000-05-14
9156
9157         * src/prefs_common.[ch]
9158           src/textview.c: made open URI command customizable.
9159         * src/compose.[ch]: implemented multipart MIME message composition
9160           (attachment of file).
9161         * src/textview.c
9162           src/compose.c: fixed a bug that didn't turn off the GTK+ theme
9163           engine again.
9164
9165 2000-05-13
9166
9167         * version 0.3.8
9168
9169         * src/summaryview.c: added key binds for composing message
9170           (w, a, A, f). Also added other key binds (y, D, Q).
9171         * src/compose.c: made Cc entry take over the Cc of the replied
9172           message.
9173         * src/pixmaps/new.xpm
9174           src/pixmaps/unread.xpm: replaced pixmap image.
9175         * src/procheader.c: procheader_date_get_localtime():
9176           changed the single figures of year from four to two.
9177
9178 2000-05-12
9179
9180         * src/inc.c: made it ask password if it is not specified on account
9181           preferences.
9182         * src/prefs_account.h: added member tmp_pass to struct PrefsAccount
9183           that preserves the temporary password.
9184         * src/inputdialog.[ch]: added function input_dialog_with_invisible()
9185           that prompts input with the string hidden.
9186
9187 2000-05-11
9188
9189         * src/compose.c: fixed a bug that didn't turn off the GTK+ theme
9190           engine if message font wasn't specified.
9191
9192 2000-05-10
9193
9194         * version 0.3.7a
9195
9196         * src/summaryview.c: fixed a bug that stderr was forgotten on
9197           fprintf().
9198
9199 2000-05-10
9200
9201         * version 0.3.7
9202
9203         * src/pop.c: fixed a problem that if some POP3 commands returned
9204           error, the previous operations were all cancelled.
9205         * src/compose.c
9206           src/textview.c: made workaround to the slow down of GtkText widget
9207           when using Pixmap theme or its derivatives.
9208
9209 2000-05-08
9210
9211         * src/inc.c: fixed a bug that caused X IO error when exec'd
9212           nonexistent program.
9213
9214 2000-05-07
9215
9216         * src/folderview.[ch]: added the member `mtime' to the struct
9217           FolderInfo.
9218         * src/summaryview.c: made the mtime of the folder checked that is
9219           going to open.
9220         * src/procmsg.c: added filesystem unchecking mode.
9221
9222 2000-05-05
9223
9224         * src/textview.[ch]: implemented clickable URI (thanks to BONAIM).
9225           And made `X-Mailer:' header emphasized if it contains `Sylpheed'.
9226
9227 2000-05-04
9228
9229         * src/summaryview.c: summary_write_cache(): permission fix of
9230           cache file.
9231
9232 2000-05-04
9233
9234         * version 0.3.6a
9235
9236         * src/headerview.c: added headerview_clear() method.
9237         * src/messageview.c: fixed a bug that didn't clear HeaderView
9238           on messageview_clear().
9239
9240 2000-05-04
9241
9242         * version 0.3.6
9243
9244         * src/messageview.c
9245           src/textview.c: added *_clear() method.
9246         * src/summaryview.c: made it clear MessageView when new folder
9247           is open.
9248
9249 2000-05-03
9250
9251         * src/inc.c: fixed a bug that went to the inbox that was specified
9252           by each account when incorporating from all accounts.
9253         * src/compose.c: made it confirm whether to discard the message or
9254           not when the window will be closed.
9255
9256 2000-05-03
9257
9258         * version 0.3.5
9259
9260         * src/pop.[ch]
9261           src/inc.[ch]: re-supported APOP authentication.
9262         * src/prefs_account.c: fixed a bug that had't saved protocol type.
9263         * src/socket.h
9264           src/statusbar.h: attached G_GNUC_PRINTF() to printf() like
9265           functions.
9266         * src/progressdialog.[ch]: changed the name of class from Progress
9267           to ProgressDialog.
9268
9269 2000-05-02
9270
9271         * src/summaryview.c: fixed a bug that caused segmentation fault
9272           a news folder was selected without using ja message catalog.
9273         * src/utils.h: attached G_GNUC_PRINTF() to printf() like functions.
9274         * src/Makefile.am: added `-DG_LOG_DOMAIN=\"Sylpheed\"' to
9275           INCLUDES.
9276
9277 2000-05-01
9278
9279         * src/automaton.[ch]
9280           src/inc.[ch]
9281           src/pop.[ch]: re-implemented POP3 fetching routines using
9282           finite-state automaton model (thanks to Hiramatu).
9283         * src/inc.c: fixed a bug that caused unwilled quitting of program
9284           when connection to mail server failed. And fixed a memory leak bug.
9285         * src/summaryview.c: made the focus move to FolderView when left
9286           cursor key is pressed.
9287
9288 2000-04-30
9289
9290         * src/textview.c: textview_write_line(): modified quotation
9291           discerning routine a bit.
9292
9293 2000-04-29
9294
9295         * version 0.3.4
9296
9297         * src/procmime.[ch]: moved MIME decorder from src/textview.c to
9298           src/procmime.c.
9299         * src/mimeview.[ch]: implemented saving of multipart message. And
9300           supported MIME encoded file name.
9301         * src/summaryview.c: implemented `Save as'.
9302
9303 2000-04-28
9304
9305         * src/prefs_common.[ch]: implemented an interface for setting the
9306           display item of SummaryView.
9307         * src/addressbook.c
9308           src/account.c: made the column titles of those don't take key
9309           focus.
9310
9311 2000-04-26
9312
9313         * src/textview.c: implemented BASE64 decoding and display.
9314
9315 2000-04-25
9316
9317         * src/prefs_common.[ch]: added members which decide whether
9318           each item of SummaryView is displayed or not.
9319         * src/headerwindow.c
9320           src/logwindow.c: made those windows closed when escape key is
9321           pressed.
9322         * src/headerview.c: disused ScrolledWindow.
9323         * src/base64.c: from64tobits(): modified so that it recognize '\n'
9324           as the last of line as well as '\r'.
9325
9326 2000-04-24
9327
9328         * src/headerview.c: disabled word wrap and line wrap of the text
9329           widget.
9330
9331 2000-04-24
9332
9333         * version 0.3.3
9334
9335         * src/prefs_common.c: prefs_assort_create(): added some headers
9336           to the default headers for assortment.
9337
9338 2000-04-23
9339
9340         * src/procmsg.c: fixed a bug that caused segmentation fault if
9341           the permission of a message was denied on parsing the header
9342           (thanks to wakai@UEC univ.).
9343         * src/mimeview.c: made it pass key press event to SummaryView.
9344
9345 2000-04-21
9346
9347         * src/main.h
9348           src/alertpanel.c: modified font specifications so that they match
9349           to better fonts.
9350         * src/utils.[ch]: added wide-character functions for FreeBSD support.
9351           Added the existence check of <wchar.h>.
9352         * acconfig.h
9353           configure.in: added wint_t and libxpg4 check for FreeBSD support.
9354         * src/unmime.c: modified so that it checks the existence of
9355           <alloca.h>.
9356           Above three are a contribution from Sasaki. Thanks!
9357
9358 2000-04-18
9359
9360         * src/main.h: decreased default height of window.
9361
9362 2000-04-17
9363
9364         * src/procmime.c: fixed a bug that eliminated the parenthesis in
9365           attribute value that was double-quoted.
9366
9367 2000-04-15
9368
9369         * version 0.3.2
9370
9371         * src/mimeview: implemented multipart message parser and display.
9372         * src/procmime.c: procmime_scan_content_type():
9373           supported multiple elements.
9374         * src/textview.c: supported multipart message and clean up the code.
9375
9376 2000-04-14
9377
9378         * src/summaryview.c: added size column and sorting by size.
9379         * src/mainwindow.c: added `Sort by size' to sort menu.
9380         * src/procmime.c: fixed a bug that caused buffer overrun and
9381           segmentation fault.
9382         * src/procmime.c: generalized Content-Type parsing.
9383
9384 2000-04-13
9385
9386         * version 0.3.1
9387
9388         * src/textview.c: supported MIME headers and
9389           Content-Transfer-Encoding: quoted-printable.
9390
9391 2000-04-12
9392
9393         * src/messageview.[ch]
9394           src/textview.[ch]: separated MessageView into two classes.
9395         * src/procmime.[ch]: added for MIME message handling.
9396
9397 2000-04-11
9398
9399         * src/mimeview.[ch]: added for MIME message handling.
9400         * configure.in: added wctype.h and wchar.h existence check.
9401
9402 2000-04-10
9403
9404         * src/procmsg.[ch]
9405           src/procheader.[ch]: some code cleanups.
9406         * src/messageview.[ch]: integrated HeaderView.
9407
9408 2000-04-09
9409
9410         * version 0.3.0
9411
9412 2000-04-08
9413
9414         * src/addressbook.c: Made the tree sorted when folder/group is
9415           added or edited.
9416         * src/xml.c: xml_compare_tag(): fixed a bug that caused segmentation
9417           fault if the current tag was empty.
9418         * src/mainwindow.c: made the state of MainWindow saved.
9419
9420 2000-04-08
9421
9422         * version 0.3.0pre1
9423
9424         * src/addressbook.c: fully implemented address group editing.
9425           Fixed a bug that wrongly confirmed deletion of address when
9426           escape key was pressed on alert dialog.
9427
9428 2000-04-07
9429
9430         * src/addressbook.c: added menu bar. And enabled hierarchical
9431           folder.
9432         * src/prefs_account.c: modified so that it allows not to specify
9433           pop server.
9434         * src/inc.c: inc_account_mail(): modified so that if receiving
9435           server isn't specified, it does nothing.
9436
9437 2000-04-05
9438
9439         * version 0.2.9
9440
9441         * src/addressbook.c: almost fully implemented addressbook functions.
9442
9443 2000-04-04
9444
9445         * src/compose.c: fixed a bug that caused segmentation fault when
9446           `File->Insert file' was selected more than twice.
9447
9448 2000-04-03
9449
9450         * version 0.2.9pre4
9451
9452         * src/addressbook.[ch]: implemented creation of new folder and group,
9453           and deletion of folder and group. And fully implemented
9454           addressbook_delete_object() which deletes the specified object
9455           recursively.
9456
9457 2000-04-02
9458
9459         * src/addressbook.c: implemented registration of address and multiple
9460           appending to Compose address entry.
9461         * src/menu.[ch]: added a function menu_set_insensitive_all() that
9462           turn all menu items insensitive.
9463         * src/folderview.c: some code cleanup.
9464
9465 2000-04-01
9466
9467         * src/account.c
9468           src/prefs_common.c: fixed a bug on getting the number of CList
9469           rows.
9470
9471 2000-03-30
9472
9473         * version 0.2.9pre3
9474
9475         * src/folderview.c: fixed a bug that caused warnings when tree was
9476           expanded/collapsed on the first operation.
9477
9478 2000-03-29
9479
9480         * src/addressbook.c: addressbook_list_selected(): made it be able
9481           to handle multiple address.
9482         * src/compose.c: modified so that when Bcc: is toggled, corresponding
9483           AddressBook also toggle it.
9484         * src/mainwindow.c:
9485           main_window_create(): moved gtk_widget_set_uposition() before
9486           gtk_widget_show() so as not to cause window flickering.
9487           main_window_get_position(): replaced gdk_window_get_position()
9488           with gdk_window_get_root_origin() to acquire correct window
9489           position (Thanks to shigeri for these modifications).
9490
9491 2000-03-27
9492
9493         * src/filesel.c: made it selects home directory on the first time
9494           it is called.
9495
9496 2000-03-26
9497
9498         * src/utils.c: conv_mb_alnum(): modified so that it uses character
9499           conversion table.
9500         * src/foldersel.c: made the folder tree take focus when the dialog
9501           is shown.
9502
9503 2000-03-26
9504
9505         * version 0.2.9pre2
9506
9507         * src/addressbook.c: implemented addressbook_export_to_file() and
9508           related functions.
9509
9510 2000-03-25
9511
9512         * src/xml.[ch]
9513           src/addressbook.c: fixed the variable name for attribute.
9514         * src/prefs_common.[ch]: added a member `conv_mb_alnum'.
9515         * src/utils.[ch]: added conv_mb_alnum() that converts multi-byte
9516           alphabet and numeric into single-byte one.
9517         * src/messageview.c: messageview_show(): made it pass conv_mb_alnum()
9518           when conv_mb_alnum flag is on.
9519
9520 2000-03-25
9521
9522         * version 0.2.9pre1
9523
9524         * src/compose.c: modified so that when Addressbook is open by a
9525           Compose and it is closed, target of Addressbook is reset.
9526         * src/addressbook.c: made it work with Compose.
9527
9528 2000-03-24
9529
9530         * configure.in: AM_PATH_{GLIB, GTK}: raised the required version of
9531           GTK+ and GLIB to 1.2.6.
9532         * src/xml.[ch]: more implementation of XML parser.
9533         * src/addressbook.c: implemented addressbook parsing and displaying
9534           routine.
9535
9536 2000-03-21
9537
9538         * src/folderview.c: folderview_scan_folder(): modified so that if
9539           a folder's message number is zero, set new, unread and total number
9540           to zero.
9541
9542 2000-03-20
9543
9544         * src/xml.[ch]: added for XML handling used by addressbook.
9545         * src/folderview.c: modified so that Trash folder is skipped
9546           when an unread folder is selected automatically by space key.
9547
9548 2000-03-18
9549
9550         * src/summaryview.c: fixed a bug that cursor was turned into watch
9551           forever when a newsgroup was selected.
9552
9553 2000-03-18
9554
9555         * version 0.2.8
9556
9557 2000-03-17
9558
9559         * src/mainwindow.[ch]: implemented counting on setting cursor
9560           type. And modified the menu of `thread view' and `unthread view'.
9561         * src/summaryview.c: enabled thread-toggling on opening folder.
9562         * src/prefs_common.[ch]: added a member `enable_thread' to determine
9563           whether summary view builds thread or not when a folder is open.
9564
9565 2000-03-15
9566
9567         * src/summaryview.c: modified popup sensitivity function a bit.
9568
9569 2000-03-13
9570
9571         * version 0.2.7
9572
9573         * src/addressbook.[ch]: more implementation of the interface of
9574           addressbook.
9575         * src/compose.c: connected to addressbook object.
9576         * src/folderview.[ch]: folderview_compare_path():
9577           modified so that absolute path is correctly compared.
9578           And added folderview_select_node().
9579           And modified folderview_scan_folder() so that it update the summary
9580           when asked.
9581         * src/import.c: made it update folder tree when imported mbox.
9582         * src/summaryview.c: modified according to the changes of
9583           folderview.c. And modified so that it display alert dialog if
9584           source folder is identical to destination.
9585           added summary_set_popup_sensitive() that set the sensitivity of
9586           popup menu according to the context. And made all of the items of
9587           popup menu insensitive when summary is cleared.
9588         * src/procmsg.c: procmsg_move_messages_with_dest():
9589           modified so that if source folder is identical to destination,
9590           abort its process.
9591         * src/summary_search.c
9592           src/manage_window.c: modified so as not to print warning to console
9593           when alert dialog appeared twice.
9594         * src/filesel.c: made file selection dialog transient.
9595
9596 2000-03-11
9597
9598         * src/manage_window.[ch]: added callback function
9599           manage_window_focus_out().
9600         * src/account.c
9601           src/inputdialog.c
9602           src/mainwindow.c
9603           src/prefs_account.c
9604           src/prefs_common.c
9605           src/summary_search.c: added focus_out_event signal handler.
9606         * src/addressbook.[ch]: added preliminary addressbook code.
9607
9608 2000-03-06
9609
9610         * src/utils.h: added a macro Xalloca() that does alloca() and
9611           handles the exception.
9612         * src/import.c: made the import dialog transient window and enabled
9613           cancelling by escape key.
9614
9615 2000-03-04
9616
9617         * version 0.2.6
9618
9619         * src/compose.c: fixed a bug that caused memory leak when compose
9620           window was closed.
9621
9622 2000-03-03
9623
9624         * src/nntp.h: increased NNTP message buffer size for XOVER strings
9625           which is too long.
9626
9627 2000-02-28
9628
9629         * src/summaryview.c: binded step-forward and step-backward to each
9630           Control-n and Control-p.
9631         * src/filter.c: filter_read_str(): fixed a memory leak bug and
9632           replaced g_malloc() for allocating the buffer with alloca().
9633         * src/procheader.c: procheader_get_fromname(),
9634                             procheader_date_get_localtime()
9635           src/utils.c: conv_euctojis()
9636           src/compose.c: compose_quote_parse_fmt()
9637           src/prefs.c: prefs_set_data_from_text()
9638                        prefs_set_text(): replaced g_malloc() with alloca().
9639
9640 2000-02-26
9641
9642         * version 0.2.5
9643
9644         * src/logwindow.c: improved log_window_append() so that it shows
9645           warning, error and normal message with different colors.
9646         * src/utils.[ch]: added functions log_message(), log_warning(), and
9647           log_error() that show normal message, warning, and error for each.
9648           And modified many warning messages to use these.
9649         * src/messageview.c: messageview_init(): made it set colors of
9650           quotation and URI to black when failed to allocate colors.
9651         * src/news.c: news_parse_xover(): replaced g_malloc() for allocating
9652           the buffer with alloca().
9653
9654 2000-02-25
9655
9656         * src/folderview.c: fixed a bug that didn't put previously selected
9657           folder name in text entry. In addition to that, made some
9658           modifications.
9659
9660 2000-02-24
9661
9662         * version 0.2.4
9663
9664         * src/logwindow.[ch]: added log window that displays protocol log.
9665         * src/about.c: adjusted the size of dialog.
9666         * src/folderview.c: made it select a folder when double-clicked.
9667
9668 2000-02-23
9669
9670         * src/prefs_common.[ch]: added an item `translate_header' that
9671           decides whether header name like `From:' or `Subject:' is
9672           translated or not.
9673         * src/compose.c: made it show alert dialog when receiptor isn't
9674           entered.
9675         * src/inc.c: some code cleanups.
9676
9677 2000-02-22
9678
9679         * version 0.2.3
9680
9681         * src/compose.c: made header entries move those focus to next
9682           entry or text widget when activated. And sorted out the menu items.
9683         * src/mainwindow.[ch]
9684           src/prefs_common.[ch]
9685           src/main.c: made it save the sizes of widgets and the position of
9686           window when quitting.
9687         * src/prefs_common.c: set a14, k14 fontset as default message font.
9688         * src/about.c: changed the appearance of about dialog using text
9689           widget and so on.
9690         * src/recv.c: modified recv_write() so that it converts an escaped
9691           From_ line.
9692
9693 2000-02-20
9694
9695         * version 0.2.2
9696
9697         * src/compose.[ch]: supported Bcc.
9698
9699 2000-02-19
9700
9701         * version 0.2.1
9702
9703         * src/utils.[ch]: added function to_number() that examines string
9704           and if that is a number string, return its value.
9705         * src/procmsg.c: fixed a bug that caused malfunction when non-digit
9706           character was included in file name.
9707
9708 2000-02-18
9709
9710         * version 0.2.0
9711
9712         * src/folderview.c: fixed a bug that caused segmentation fault
9713           when opened folder node was deleted (thanks to Hiramatu).
9714           And implemented folderview_rm_server_cb() which removes news server.
9715         * src/mbox.c: modified a warning message.
9716
9717 2000-02-13
9718
9719         * version 0.2.0alpha-pre8
9720
9721         * src/mainwindow.c: inc_all_account_mail_cb(): made it select inbox
9722           folder to prevent the probrem when current folder is updated.
9723         * src/summaryview.c: summary_execute(): made it write to summary
9724           cache when executed.
9725
9726 2000-02-12
9727
9728         * version 0.2.0alpha-pre7
9729
9730         * src/utils.[ch]: added path_cmp() that compares two paths ignoring
9731           trailing directory separator.
9732         * src/folderview.[ch]
9733           src/summaryview.[ch]: modified so that folder tree is updated
9734           when messages are moved or deleted.
9735         * src/inc.c: some code cleanup.
9736
9737 2000-02-11
9738
9739         * version 0.2.0alpha-pre6
9740
9741         * src/utils.[ch]: added get_domain_name() that return domain
9742           name as a static string.
9743         * src/compose.c: compose_generate_msgid(): modified so that even
9744           if current address doesn't contain '@', it generates a decent
9745           message ID.
9746         * src/send.c: some code cleanup.
9747
9748 2000-02-10
9749
9750         * src/folderview.c: modified the behavior of folder tree when
9751           the folder is right-clicked.
9752         * src/compose.c: compose_encode_header(): added irresponsible
9753           buffer overrun check.
9754
9755 2000-02-09
9756
9757         * version 0.2.0alpha-pre5
9758
9759         * updated gettext and libtool.
9760         * configure.in: modified localedir definition so that message
9761           catalogs are installed into correct directories.
9762         * src/folderview.c
9763           src/mainwindow.c: modified them so that a folder can be reopen
9764           even if it is currently open.
9765         * src/prefs_common.[ch]
9766           src/messageview.c: added an option that toggle the coloration of
9767           message.
9768
9769 2000-02-08
9770
9771         * version 0.2.0alpha-pre4
9772
9773         * src/mainwindow.c
9774           src/messageview.c: fixed a bug that broke memory on allocating
9775           colors.
9776
9777 2000-02-07
9778
9779         * src/folderview.c: some bug fixes on selecting folder.
9780
9781 2000-02-07
9782
9783         * version 0.2.0alpha-pre3
9784
9785         * src/folderview.c
9786         * src/summaryview.[ch]: some code cleanups.
9787         * src/messageview.c: fixed a color allocating bug (maybe).
9788
9789 2000-02-06
9790
9791         * version 0.2.0alpha-pre2
9792
9793         * src/folderview.[ch]: made folder view not open selected folder
9794           unless return or space key is pressed, or clicked by mouse
9795           button 1 or 2.
9796         * src/inc.c: some code cleanups.
9797         * TODO.jp: added some items.
9798
9799 2000-02-05
9800
9801         * version 0.2.0alpha-pre1
9802
9803         * src/summaryview.[ch]: fixed a bug that broke summary thread
9804           when deleted duplicated messages (thanks to BONAIM).
9805           And some code cleanup.
9806         * src/procmsg.[ch]: renamed procmsg_move_messages() to
9807           procmsg_move_messages_with_dest(), and replaced former with
9808           new function which doesn't specify destination.
9809         * src/prefs_common.c
9810           src/gtkutils.c: some memory leak fixes of linked lists.
9811         * src/utils.[ch]: added list_remove_all() to remove all elements
9812           of doubly-linked list.
9813         * src/inc.[ch]: added inc_all_account_mail() that incorporates
9814           new messages of all accounts.
9815         * src/account.[ch]: added account_foreach() to process each accounts.
9816         * added TODO.jp
9817
9818 2000-02-04
9819
9820         * version 0.1.23alpha
9821
9822         * src/inc.c: made the folder tree update the message number
9823           when incorporated new messages.
9824         * src/folderview.[ch]: added a function folderview_scan_folder()
9825           to scan one folder on the view, which is specified by folder name.
9826
9827 2000-02-02
9828
9829         * version 0.1.22alpha
9830
9831         * src/prefs_account.[ch]: added the setting of assorting on
9832           receiving.
9833         * src/inc.c: supported assorting on receiving.
9834         * src/procmsg.c: cleaned up the code.
9835         * src/news.c: fixed a bug that locked up when failed to get xover.
9836         * src/compose.c: made a message unmark that is put into specific
9837           folders.
9838
9839 2000-02-01
9840
9841         * version 0.1.21alpha
9842
9843         * src/folderview.c
9844           src/summaryview.c: implemented the function 'go to next folder
9845           when no unread message found.'
9846         * src/summaryview.c: made connection state displayed on the
9847           status bar when connecting to a news server.
9848         * src/compose.c: changed X-Mailer: header field string a bit.
9849         * src/prefs_common.c: implemented residual functions of assortment.
9850
9851 2000-01-31
9852
9853         * version 0.1.20alpha
9854
9855         * src/prefs_common.c: implemented reading/writing/register/deletion
9856           of assortment setting.
9857         * src/mainwindow.c: slightly modified the appearance of statusbar.
9858         * src/account.c: account_delete(): fixed a bug that didn't assigned
9859           the pointer to GList when an account was deleted.
9860
9861 2000-01-29
9862
9863         * src/procmsg.c: procmsg_get_mark_sum(): fixed a bug that failed
9864           to read mark file (thanks to BONAIM).
9865         * src/prefs_common.c: added the interface of assortment setting.
9866
9867 2000-01-28
9868
9869         * src/summaryview.c: fixed a bug that didn't redraw marking properly
9870           when displaying an unread message with left-click (thanks to
9871           shigeri).
9872
9873 2000-01-27
9874
9875         * src/summaryview.[ch]: added functions for assortment.
9876         * src/about.c: added a button to close window.
9877
9878 2000-01-26
9879
9880         * src/procmsg.c: fixed a bug that didn't add news flag correctly.
9881         * src/compose.c: fixed a bug that can't reply to a news article.
9882         * src/filter.[ch]: added for message filtering.
9883         * src/procheader.[ch]: added procheader_get_unfolded_line()
9884           to process filtering. And added procheader_get_header_list()
9885           that reads headers of a message and store them on the memory,
9886           and procheader_header_list_destroy() that removes all headers
9887           read by procheader_get_header_list().
9888
9889 2000-01-25
9890
9891         * version 0.1.19alpha
9892
9893         * src/news.c: modified so that it retrieves only overview information
9894           that is not yet cached.
9895         * src/procmsg.[ch]: modified for news handling.
9896
9897 2000-01-24
9898
9899         * src/news.c: supported xover.
9900         * src/mbox.c: fixed a bug that didn't handle empty line correctly
9901           (Thanks to shigeri).
9902
9903 2000-01-23
9904
9905         * version 0.1.18alpha
9906
9907         * src/procmsg.[ch]: modified some functions so that they can
9908           handle news folder.
9909         * src/news.c: added header cache routine.
9910         * src/procheader.c: fixed a bug that caused memory leak when some
9911           header was duplicated.
9912           And added Newsgroups: in parsing headers.
9913         * src/summaryview.c: added news article cache routine.
9914         * src/compose.c: made it be able to reply/forward news article.
9915
9916 2000-01-22
9917
9918         * src/compose.c: fixed a bug that failed to parse To: header
9919           if a comma is included in double quotation (Thanks to shigeri).
9920         * src/mbox.c: modified the code for processing mbox so that it
9921           can handle unescaped From_ line correctly.
9922
9923 2000-01-21
9924
9925         * version 0.1.17alpha
9926
9927         * src/foldersel.c: fixed a bug that didn't display folder tree.
9928           And added the register routine for news server and group setting.
9929
9930 2000-01-20
9931
9932         * version 0.1.16alpha
9933
9934         * src/statusbar.[ch]: added statusbar_puts_all().
9935           statusbar_puts(): made it truncate a string that is too long.
9936         * src/folderview.[ch]: changed CTree's row data from string
9937           to FolderInfo structure.
9938           And implemented popup menu that registers news server and group.
9939         * src/messageview.c: modified short header display routine.
9940
9941 2000-01-19
9942
9943         * added src/news.[ch] for NetNews session management.
9944         * src/summaryview.[ch]: added NetNews reading codes.
9945
9946 2000-01-18
9947
9948         * src/mainwindow.c
9949           src/prefs_common.[ch]: made them preserve toolbar style.
9950         * src/main.c: made it save configuration before exiting.
9951         * src/summaryview.c: modified summary status display routine.
9952         * added src/nntp.[ch] for handling low level NNTP session.
9953
9954 2000-01-17
9955
9956         * added src/progress.[ch] for displaying progress.
9957         * src/inc.c: modified progress dialog routines to use
9958           src/progress.[ch].
9959         * src/folderview.[ch]: added preliminary NetNews supporting code.
9960
9961 2000-01-16
9962
9963         * version 0.1.15alpha
9964
9965         * src/main.c
9966           src/folderview.c: some permission fixes.
9967         * src/folderview.c: implemented folder creation/renaming/removing.
9968         * src/utils.[ch]: added remove_dir_recursive() that removes
9969           a directory recursively.
9970
9971 2000-01-15
9972
9973         * src/mainwindow.[ch]: added toolbar style selection.
9974         * added src/inputdialog.[ch] to prompt user to enter a string.
9975         * src/summaryview.[ch]: modified the behavior of view on
9976           normal mode.
9977         * src/mbox.c: fixed a bug that couldn't lock file when
9978           lockf() was used (Thanks to shigeri).
9979
9980 2000-01-14
9981
9982         * version 0.1.14alpha
9983
9984         * src/mainwindow.[ch]: changed the appearance of toolbar.
9985           And fixed window handling.
9986         * src/summaryview.c: modified the messages displayed on status bar.
9987         * src/compose.[ch]: added toolbar.
9988         * src/*.xpm: borrowed some icons from gnome-libs (temporary).
9989
9990 2000-01-13
9991
9992         * version 0.1.13alpha
9993
9994         * src/summaryview.c: fixed a bug of threading. And some code
9995           cleanups. And rewrote the routine of deleting duplicated messages
9996           using hash table.
9997         * src/mainwindow.[ch]: added toolbar.
9998
9999 2000-01-12
10000
10001         * version 0.1.12alpha
10002
10003         * src/summary_search.c: if the OS don't have wcsstr(), use wcswcs()
10004           instead.
10005         * src/summaryview.c: changed CTree creating routine as it creates
10006           thread on the fly for speeding up.
10007         * src/procmsg.c: rewrote message processing routines using hash
10008           table for speeding up. It should be considerably faster than
10009           before.
10010
10011 2000-01-11
10012
10013         * version 0.1.11alpha
10014
10015         * po/ja.po: modified msgstr for Solaris standard gettext.
10016         * src/main.c: added config.h inclusion.
10017         * src/compose.c: changed to add replied message's In-Reply-To
10018           message id to References header if it don't have References header.
10019         * src/summaryview.c: changed threading routine to use hash table
10020           for speeding up.
10021
10022 2000-01-11
10023
10024         * version 0.1.10alpha
10025
10026         * po/ja.po: modified msgstr so as not to core dump on Solaris.
10027         * src/main.c: added inclusion of locale.h.
10028           (Thanks to Sato for above.)
10029         * src/mbox.c
10030         * src/socket.c: applied Solaris patch by shigeri with some
10031           modification. (Thanks!)
10032
10033 2000-01-10
10034
10035         * version 0.1.9alpha
10036
10037         * src/compose.c: compose_encode_header(): fixed some bugs.
10038           And modified header generating routines to support proper
10039           References header, and supported Organization header.
10040         * src/procmsg.[ch]
10041           src/procheader.c: removed Cc: and Reply-To: from cache data.
10042         * src/procheader.[ch]: renamed header list structure to HeaderEntry.
10043         * src/summaryview.[ch]: summary_thread_func(): some optimization.
10044           And added summary_pass_key_press_event() to pass key press event
10045           from other widgets.
10046         * src/messageview.c: messageview_key_pressed(): modified so that
10047           key event is passed to summary view even if message view is
10048           separated. (Thanks to wakai@UEC univ. for pointing this out.)
10049
10050 2000-01-09
10051
10052         * version 0.1.8alpha
10053
10054         * src/compose.c: implemented RFC1522, RFC2407 (loosely) compliant
10055           header MIME encoding.
10056         * src/procheader.c: some bug fixes of folded header line processing.
10057         * src/headerview.c: headerview_show(): some bug fixes.
10058
10059 2000-01-07
10060
10061         * version 0.1.7alpha
10062
10063         * src/utils.c: conv_euctojis(): fixed a bug that didn't add
10064           kanji-out sequence [ \033 ( B ] when input string was ended
10065           with kanji. (Thanks to Nozomu Kobayashi for pointing this out.)
10066         * src/compose.c: compose_encode_header(): changed as it outputs
10067           encoded string to another buffer.
10068           And implemented a faculty to save sent message to outbox and
10069           to queue message that failed to send (preliminary).
10070           And, finally implemented proper To: and Cc: processing :)
10071         * src/folderview.c: added preliminary right-clicking popup menu
10072           for operating folders.
10073         * some permission fixes at creating or copying file.
10074
10075 2000-01-07
10076
10077         * version 0.1.6alpha
10078
10079         * src/procheader.c: fixed a bug that didn't null-terminate
10080           header list and caused segmentation fault.
10081
10082 2000-01-06
10083
10084         * version 0.1.5alpha
10085
10086         * src/procheader.[ch]: added function procheader_get_one_field()
10087           that gets one header field that matches the header list.
10088           And removed procheader_get_unfolded_line(), which is less generic.
10089           And rewrote procheader_get_header_fields() using
10090           procheader_get_one_field().
10091         * src/summaryview.c: some bug fixes of key input scan routine.
10092         * README, README.jp: modified documents a bit.
10093
10094 2000-01-05
10095
10096         * src/menu.c: menu_set_sensitive(): fixed a bug that if a menu item
10097           had a submenu, set sensitivity of the submenu, not the item.
10098
10099 2000-01-05
10100
10101         * version 0.1.4alpha
10102
10103         * src/summaryview.c: fixed a bug that caused segmentation fault
10104           when empty summary view was center-clicked.
10105           And fixed a bug that freed moving folder strings when marked
10106           as unread.
10107           If current folder is trash, don't delete message.
10108         * src/summaryview.[ch]
10109         * src/mainwindow.c
10110         * src/procmsg.[ch]: added update-cache mode (discards previous cache).
10111
10112 2000-01-04
10113
10114         * src/procheader.[ch]: more optimization of header processing
10115           routine. And added a new function procheader_get_header_fields()
10116           that receives an array of header name as a parameter and
10117           set header bodies.
10118         * src/utils.[ch]: added remove_return() for removing return code.
10119         * src/unmime.c: added remove_return() on the last of UnMimeHeader().
10120
10121 2000-01-03
10122
10123         * src/compose.c: if message body is ascii only, set US-ASCII as
10124           charset in Content-Type.
10125         * src/main.[ch]
10126         * src/prefs.c
10127         * src/prefs_common.c
10128         * src/prefs_account.c
10129         * src/account.c: changed the location of rc files.
10130         * src/account.c: enabled closing window when escape key is pressed.
10131
10132 2000-01-02
10133
10134         * version 0.1.3alpha
10135
10136         * src/compose.c: fixed a bug that caused segmentation fault
10137           when sending failed.
10138           And relocated header-generation routines from src/send.c.
10139         * src/send.c: moved header-generation routines to src/compose.c.
10140         * src/prefs.c: added '~' to home directory expansion.
10141         * src/prefs_account.[ch]: added signature file path configuration.
10142         * src/prefs_common.[ch]: added spool path configuration.
10143         * src/inc.c: changed the method of user name acquisition to use
10144           g_get_user_name().
10145
10146 2000-01-01
10147
10148         * version 0.1.2alpha
10149
10150         * added ChangeLog (this file), ChangeLog.jp.
10151         * some code cleanups.
10152         * added manage_window.[ch] for transient window management.
10153         * src/procheader.c: optimized header processing routine a bit.
10154         * src/send.c: fixed exception handling on connection.
10155         * src/inc.c: added exception handling on getting user name.
10156
10157 2000-01-01
10158
10159         * version 0.1.1alpha
10160
10161         * src/send.c: fixed a bug that didn't add Content-Type: header.
10162
10163 2000-01-01
10164
10165         * version 0.1.0alpha
10166
10167         * initial release.