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