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