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