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