Subject: pkg/17632: mail/sylpheed UPDATE
To: None <gnats-bugs@gnats.netbsd.org>
From: None <dawszy@polnet.wroc.pl>
List: netbsd-bugs
Date: 07/18/2002 13:57:30
>Number:         17632
>Category:       pkg
>Synopsis:       sylpheed UPDATE
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          support
>Submitter-Id:   net
>Arrival-Date:   Thu Jul 18 04:58:00 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     
>Release:        NetBSD 1.6_BETA2
>Organization:

Regards,
Dawid Szymanski
>Environment:
	
	
System: NetBSD jakakoles.polnet.wroc.pl 1.6_BETA2 NetBSD 1.6_BETA2 (GENERIC) #0: Thu Jun 13 21:59:51 CEST 2002 dawszy@gornik.tgr.lubin.edu.pl:/usr/obj/sys/arch/i386/compile/GENERIC i386
Architecture: i386
Machine: i386
>Description:
	
	0.7.6 - > 0.8.0 update
	Changes:

2002-07-14

	* version 0.8.0

2002-07-14

	* src/compose.c: added 'Tools/Actions' menu.

2002-07-12

	* src/base64.c: a minor fix for BASE64VAL() macro.

2002-07-11

	* src/base64.c: base64_decode(): fixed a buffer overrun bug.

2002-07-11

	* src/codeconv.c
	  src/compose.c
	  src/smtp.c
	  src/unmime.c
	  src/base64.[ch]: rewrote the BASE64 encode / decode routines.
	  base64_encode(), base64_decode(): new.
	* src/rfc822.[ch]: removed.
	* COPYING
	  src/about.c: removed the copyright notice for fetchmail.

2002-07-10

	* src/codeconv.c
	  src/procmime.c
	  src/unmime.[ch]: rewrote the MIME decode routines.
	  unmime_header()
	  unmime_quoted_printable_line(): new.
	* src/procheader.c:
	  procheader_get_one_field()
	  procheader_get_unfolded_line(): remove also CR.

2002-07-08

	* libkcc: removed from the source tree.
	* COPYING
	  src/about.c: removed the copyright notice for libkcc.
	* src/codeconv.c: conv_guess_encoding(): check for ASCII code first
	  for speedup.
	* src/prefs_actions.c: removed unnecessary spaces/tabs.

2002-07-05

	* src/prefs_actions.c: comply with the coding style.
	  Modified the UI design.
	* src/mainwindow.c: main_window_set_menu_sensitive(): enable Actions
	  menu when multiple messages are selected.

2002-07-05

	* src/prefs_actions.[ch]: merged the 'Actions' feature from claws.
	  update_actions_menu(): simplified the menu deletion.
	* src/mainwindow.c: added 'Actions' menu to Tools and Configuration.

2002-07-04

	* src/codeconv.[ch]: implemented conv_jistoeuc(), conv_euctojis(),
	  conv_sjistoeuc(), and conv_guess_encoding(). Removed the dependency
	  to libkcc.

2002-07-04

	* configure.in: added check for strchr.

2002-07-02

	* src/prefs_common.[ch]
	  src/inc.c: added an option to inhibit receive error dialog.

2002-07-01

	* src/account.c: account_find_from_address(): support multiple
	  addresses in header.

2002-06-28

	* src/gtksctree.[ch]: changed GtkSCTree::anchor_row from gint to
	  GtkCTreeNode* so that it won't become invalid after the row move.
	  Removed dependency to gtkutils.c.
	* src/prefs_common.[ch]
	  src/summaryview.c: summary_selected(): added an option to show
	  message when cursor keys are pressed on summary view.

2002-06-28

	* configure.in
	  src/Makefile.am
	  src/compose.c: changed "host_alias" to "target_alias" so that it
	  shows the correct system name on cross-compiling (thanks to
	  Patrice Mandin).

2002-06-27

	* src/prefs_account.[ch]: added the option menu to force an
	  authentication method for SMTP AUTH.
	* src/send.c
	  src/smtp.[ch]: smtp_from(), smtp_auth(): added an argument to
	  specify the authentication method for SMTP AUTH.
	  smtp_ehlo(): allow AUTH responses that don't comply with the RFC.

2002-06-25

	* src/prefs_common.[ch]
	  src/compose.c: enabled "Wrap on input".

2002-06-25

	* src/summaryview.[ch]
	  src/mainwindow.c: added "Go to/{Prev,Next} new message" menu.
	  Made some code cleanups.

2002-06-20

	* src/folderview.c
	  src/prefs_common.[ch]: added the hidden option to specify the
	  policy of the vertical scrollbar on folder view.

2002-06-19

	* src/messageview.[ch]:
	  messageview_copy_clipboard(): fixed a bug that couldn't copy text
	  on MIME mode.
	  messageview_get_current_textview(): new.
	  messageview_get_text_widget(): removed.
	* src/quote_fmt_parse.y: quote message even if msginfo is empty.
	* src/compose.[ch]: implemented the "Paste as quotation" feature.
	  text_inserted(): new callback for "insert_text" signal.
	  Add quote mark to the pasted text if Compose::paste_as_quotation
	  is TRUE.

2002-06-19

	* src/compose.c: if the Content-Type of a file is text/*, check
	  its content and set the optimal Content-Transfer-Encoding (thanks
	  to Yoichi Yuasa).

2002-06-18

	* src/textview.c: textview_key_pressed(): pass key press event to
	  main window to activate menu shortcuts (thanks to Alfons).

2002-06-18

	* src/folder.c: folder_build_tree(): use strtoul() instead of atoi()
	  for mtime to prevent flooring.
	* src/imap.c:
	  imap_move_msg()
	  imap_move_msgs_with_dest()
	  imap_copy_msgs_with_dest(): fixed a bug that prevented multiple
	  message copy/move.
	  imap_parse_envelope()
	  imap_cmd_envelope(): use RFC822.HEADER instead of ENVELOPE to get
	  full information of messages and simplify the parser. Also fixed
	  the bug that References header was ignored on threading.
	  imap_parse_one_address()
	  imap_parse_address(): removed.
	  imap_get_header(): new. It reads the RFC822 header and returns
	  a newly allocated string.
	* src/procheader.[ch]: changed procheader_parse() to
	  procheader_parse_stream() and added different interfaces for it.

2002-06-17

	* po/zh_TW.Big5.po: fixed a mistake that caused a crash.

2002-06-15

	* version 0.7.8

2002-06-13

	* src/inc.c: inc_get_uidl_table(): fixed a bug that garbage time
	  could be inserted into the hash table.
	  inc_write_uidl_list(): a minor code cleanup.
	* src/mainwindow.c: main_window_get_current_state():
	  make the state unexecutable on an empty folder.
	* src/summaryview.c: summary_sort(): don't sort on an empty folder.
	* src/pop.c: minor code cleanups.

2002-06-12

	* src/prefs_account.c: CREATE_RADIO_BUTTONS(): fixed a typo and
	  corrected the behavior of the radio buttons.

2002-06-11

	* implemented 'Delete messages after N days' feature for POP3.
	* src/inc.[ch]:
	  inc_get_uidl_table()
	  inc_write_uidl_list(): moved the location of UIDL list file from
	  RC_DIR/uidl-* to RC_DIR/uidl/*.
	  Added received time for each UIDLs.
	  src/main.c: main(): create RC_DIR/uidl/ directory.
	  src/pop.[ch]: LOOKUP_NEXT_MSG(): delete expired messages here.
	  Added recv_time to Pop3MsgInfo.
	  src/prefs_account.[ch]: added an option for the number of days for
	  leaving messages.

2002-06-09

	* version 0.7.7

2002-06-07

	* src/folder.c: folder_set_missing_folders(): fixed a bug that
	  caused multiplication of special folders on startup if their
	  types were changed.
	* src/folderview.c: folderview_remove_mailbox_cb(): modified the
	  label.

2002-06-04

	* src/compose.c: compose_reply(), compose_forward(): reverted the
	  last change since it causes lockup problem.

2002-06-04

	* src/compose.c: compose_reply(), compose_forward(): don't autowrap
	  the signature part.
	  compose_new_with_recipient(): workaround for initial XIM problem.

2002-06-04

	* src/mainwindow.c: sort ascending / descending order can be
	  specified with separated menu items.
	  Added "View/Sort/Don't sort" menu item.
	* src/summaryview.[ch]: summary_sort(): added an argument for
	  sort type.

2002-05-31

	* implemented persistent sort order.
	* src/folder.[ch]:
	  folder_build_tree(): read 'sort_key' and 'sort_type' attributes.
	  folder_write_list_recursive(): write sorting state.
	  src/mainwindow.c
	  src/summaryview.[ch]: summary_show(): sort if required.
	  select the top node on descending sort.
	  Removed SummarySortType and sorting state variables from
	  SummaryView.

2002-05-30

	* src/account.c
	  src/news.[ch]
	  src/nntp.[ch]
	  src/prefs_account.[ch]: enabled NNTP over SSL.
	* src/nntp.c: nntp_group(): issue MODE READER command and retry
	  when GROUP command once failed (this seems to avoid problems on
	  some broken news servers).

2002-05-30

	* faq/it/*.html: corrected DOS linebreaks.
	* faq/*/*.html: changed ">" to &quot;.

2002-05-29

	* src/prefs_account.c: prefs_account_protocol_activated(): hide
	  unnecessary frames in SSL tab.

2002-05-29

	* src/pop.[ch]
	  src/inc.c
	  src/prefs_account.[ch]: enabled STLS command in POP3.
	* src/account.c: account_clist_set_row(): display TLS setting.

2002-05-28

	* src/compose.c: compose_send_later_cb(): support redirect function.
	* src/imap.[ch]
	  src/ssl.h
	  src/prefs_account.[ch]: enabled STARTTLS command in IMAP4.
	* src/send.c
	  src/smtp.[ch]: use SSLType instead of SSLSMTPType.

2002-05-28

	* src/utils.[ch]: make_dir(): wrapper for mkdir() and chmod().
	* src/compose.c: compose_create(): removed unrequired lines.

2002-05-27

	* src/news.c: news_scan_group(): fixed a bug that set the wrong
	  values in some cases.
	* src/prefs_account.c: corrected English in Advanced - Folder
	  settings.

2002-05-23

	* src/textview.c: textview_show_message(), textview_show_part():
	  fixed a bug that GtkSText *text pointed the incorrect object.
	  textview_add_part(): freeze GtkSText while adding RFC822 headers.
	  textview_show_part(): fixed a bug that couldn't display single
	  part MIME message as text.

2002-05-22

	* src/compose.c: compose_redirect_write_to_file(): correct the target
	  for change_file_mode_rw(). Check if fclose() succeeded. Unlink
	  incomplete file when an error occured.

2002-05-22

	* src/compose.c:
	  compose_create(): disable menus for draft on redirection mode.
	  compose_redirect_write_to_file(): correct the error handling of
	  fwrite().
	* src/prefs_common.c: turned off the "Display recipient on `From'
	  column if sender is yourself" option by default.

2002-05-21

	* src/compose.[ch]: implemented 'Redirect' (aka Bounce) feature.
	  Based on the implementation of the claws branch.
	  compose_redirect(): create a new window and make it uneditable.
	  compose_redirect_write_to_file(): copy headers and body of
	  original message except for some.
	  compose_redirect_write_headers(): add extra "Resent-*" headers.
	  compose_create(): set menu sensitivity for redirection mode.

2002-05-20

	* src/codeconv.c: conv_encode_header(): fixed a bug that unnecessary
	  space is inserted between encoded string and the following folded
	  one (thanks to Masahiro Tomita).

2002-05-19

	* src/mainwindow.[ch]: some refactoring has been made.
	  main_window_toggle_message_view(): moved summary_toggle_view_real()
	  here.
	* src/messageview.[ch]: messageview_is_visible(): new.
	* src/summary_search.c
	  src/summaryview.[ch]: SummaryView::msg_is_toggled_on: removed.
	  Instead use messageview_is_visible().

2002-05-17

	* src/mainwindow.c: added 'Expand/Collapse all threads' menu.
	* src/summaryview.[ch]:
	  summary_expand_threads(), summary_collapse_threads(): new.

2002-05-17

	* src/mainwindow.c: Fixed the behavior of
	  '/View/Show or hide/Folder tree' and
	  '/View/Show or hide/Message view' toggle menu.
	  Removed '/View/Toggle summary view' menu and integrated the
	  function into '/View/Show or hide/Message view'.
	  main_window_set_widgets(): change the state of toggle menu items.
	* src/prefs_common.c: prefs_keybind_apply_clicked(): updated menurc
	  strings.

2002-05-16

	* src/mimeview.c: mimeview_set_multipart_tree(): show single part
	  MIME contents other than text as children of message/rfc822 part.
	* src/procmime.c:
	  procmime_mimeinfo_next(): modified for message/rfc822 part which
	  content-type is single part MIME.
	  procmime_scan_multipart_message(): fix for nested message/rfc822
	  part. Corrected the size of the contents of message/rfc822.
	* src/textview.c: textview_show_part(): extract the contents of
	  multipart/* and message/rfc822. Some code cleanups.
	  textview_add_parts(): new. It adds the all parts under a part to
	  textview.
	  textview_clear(): reset body_pos and cur_pos.

2002-05-16

	* src/addr_compl.c: modified so that it behaves better.
	  get_address_from_edit(): ignore comma inside of brackets.
	  completion_window_apply_selection(): new. Only apply the current
	  clist selection.
	  completion_window_accept_selection(): removed.
	  address_completion_complete_address_in_entry(): minor code cleanup.
	  don't replace address in entry here.
	  completion_window_select_row(): always apply clist selection to
	  entry.
	  completion_window_key_press(): don't apply selection here.

2002-05-15

	* src/imap.c: imap_create_folder(): keep trailing directory separator
	  to create a folder that contains sub folder.

2002-05-14

	* src/foldersel.c: sort tree with case insensitive.
	* src/mainwindow.c: allsel_cb()
	  src/messageview.c: messageview_select_all(): fixed 'Select all'
	  on MIME view.
	* src/mainwindow.c: removed common and account prefs button from
	  the toolbar.

2002-05-13

	* src/compose.c: compose_account_option_menu_create(): check if
	  ac->name is NULL.

>How-To-Repeat:
	

Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/mail/sylpheed/Makefile,v
retrieving revision 1.12
diff -u -r1.12 Makefile
--- Makefile	2002/06/04 14:03:35	1.12
+++ Makefile	2002/07/18 11:54:25
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2002/06/01 12:17:42 grant Exp $
+# $NetBSD: Makefile,v 1.12 2002/06/04 14:03:35 cjep Exp $
 
-DISTNAME=		sylpheed-0.7.6
+DISTNAME=		sylpheed-0.8.0
 CATEGORIES=		mail news x11
 MASTER_SITES=		http://sylpheed.good-day.net/sylpheed/
 EXTRACT_SUFX=		.tar.bz2
Index: PLIST
===================================================================
RCS file: /cvsroot/pkgsrc/mail/sylpheed/PLIST,v
retrieving revision 1.3
diff -u -r1.3 PLIST
--- PLIST	2002/06/04 14:03:35	1.3
+++ PLIST	2002/07/18 11:54:25
@@ -1,26 +1,27 @@
 @comment $NetBSD$
 bin/sylpheed
-share/locale/cs/LC_MESSAGES/sylpheed.mo
-share/locale/da/LC_MESSAGES/sylpheed.mo
-share/locale/de/LC_MESSAGES/sylpheed.mo
-share/locale/el/LC_MESSAGES/sylpheed.mo
-share/locale/es/LC_MESSAGES/sylpheed.mo
-share/locale/et/LC_MESSAGES/sylpheed.mo
-share/locale/fr/LC_MESSAGES/sylpheed.mo
-share/locale/hr/LC_MESSAGES/sylpheed.mo
-share/locale/hu/LC_MESSAGES/sylpheed.mo
-share/locale/it/LC_MESSAGES/sylpheed.mo
-share/locale/ja/LC_MESSAGES/sylpheed.mo
-share/locale/ko/LC_MESSAGES/sylpheed.mo
-share/locale/nl/LC_MESSAGES/sylpheed.mo
-share/locale/pl/LC_MESSAGES/sylpheed.mo
-share/locale/pt_BR/LC_MESSAGES/sylpheed.mo
-share/locale/ro/LC_MESSAGES/sylpheed.mo
-share/locale/ru/LC_MESSAGES/sylpheed.mo
-share/locale/sv/LC_MESSAGES/sylpheed.mo
-share/locale/tr/LC_MESSAGES/sylpheed.mo
-share/locale/zh_CN/LC_MESSAGES/sylpheed.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/sylpheed.mo
+${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/sylpheed.mo
+${PKGLOCALEDIR}/locale/da/LC_MESSAGES/sylpheed.mo
+${PKGLOCALEDIR}/locale/de/LC_MESSAGES/sylpheed.mo
+${PKGLOCALEDIR}/locale/el/LC_MESSAGES/sylpheed.mo
+${PKGLOCALEDIR}/locale/es/LC_MESSAGES/sylpheed.mo
+${PKGLOCALEDIR}/locale/et/LC_MESSAGES/sylpheed.mo
+${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/sylpheed.mo
+${PKGLOCALEDIR}/locale/hr/LC_MESSAGES/sylpheed.mo
+${PKGLOCALEDIR}/locale/hu/LC_MESSAGES/sylpheed.mo
+${PKGLOCALEDIR}/locale/it/LC_MESSAGES/sylpheed.mo
+${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/sylpheed.mo
+${PKGLOCALEDIR}/locale/ko/LC_MESSAGES/sylpheed.mo
+${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/sylpheed.mo
+${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/sylpheed.mo
+${PKGLOCALEDIR}/locale/pt_BR/LC_MESSAGES/sylpheed.mo
+${PKGLOCALEDIR}/locale/ro/LC_MESSAGES/sylpheed.mo
+${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/sylpheed.mo
+${PKGLOCALEDIR}/locale/sl/LC_MESSAGES/sylpheed.mo
+${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/sylpheed.mo
+${PKGLOCALEDIR}/locale/tr/LC_MESSAGES/sylpheed.mo
+${PKGLOCALEDIR}/locale/zh_CN/LC_MESSAGES/sylpheed.mo
+${PKGLOCALEDIR}/locale/zh_TW.Big5/LC_MESSAGES/sylpheed.mo
 share/sylpheed/faq/de/sylpheed-faq-1.html
 share/sylpheed/faq/de/sylpheed-faq-2.html
 share/sylpheed/faq/de/sylpheed-faq-3.html
Index: distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/mail/sylpheed/distinfo,v
retrieving revision 1.7
diff -u -r1.7 distinfo
--- distinfo	2002/06/04 14:03:36	1.7
+++ distinfo	2002/07/18 11:54:25
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.6 2002/05/04 07:44:39 uebayasi Exp $
+$NetBSD$
 
-SHA1 (sylpheed-0.7.6.tar.bz2) = e674ee38903a94003ebe2282a9d8268095eea832
-Size (sylpheed-0.7.6.tar.bz2) = 1731069 bytes
+SHA1 (sylpheed-0.8.0.tar.bz2) = 8f8242de3344ddc4cc6dfd1732ae07df88829665
+Size (sylpheed-0.8.0.tar.bz2) = 1837816 bytes
>Fix:
	
>Release-Note:
>Audit-Trail:
>Unformatted: