4 src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
6 * src/news.c: brought #include "defs.h" before #include <glib.h>
7 to prevent the warning of `MIN' and `MAX' redefinition.
11 * removed src/headers_display.[ch]
12 * removed src/prefs_display_headers.[ch]
14 use a temporary file in the user directory for mbox import
16 added XHDR support to get "To" and "Cc" headers
17 (in order to match news with to or cc field for
19 added function news_parse_xhdr() to get XHDR response
21 added function nntp_xhdr()
23 fetch the message if necessary
29 * sync with sylpheed 0.4.66cvs3-5
34 added function itos_buf() to enable use of several buffers
36 use of itos_buf() instead of itos() in summary list
37 to fix the broken display of message number.
41 * src/gtkstext.c: bug in cursor up navigation fixed,
42 fixed another unsigned / signed comparison (we're getting there :-)
47 added scoring.c scoring.h
48 prefs_folder_item.c prefs_folder_item.h
51 added FOLDERITEM_RC SCORING_RC
53 added prefs field in FolderItem :
54 properties for each folder (PrefsFolderItem),
55 sorting type and mode were added as the first properties.
57 read config for scoring
58 * added src/matcher.[ch]
59 gives functions to parse configuration file to do
60 matching on mails with a list of conditions.
62 add option to sort by score
63 * src/prefs_common.[ch]
64 added preference option to show score and for
66 * added src/prefs_folder_item.[ch]
67 properties for each folder (PrefsFolderItem),
68 sorting type and mode were added as the first properties.
70 added procheader_parse_header()
71 added procheader_header_free()
72 added procheader_headername_equal()
73 and made modification to use them.
75 added score field to MsgInfo structure
76 * added src/scoring.[ch]
77 gives functions to parse configuration file to do
78 scoring on mails with a list of conditions.
79 * src/summaryview.[ch]
80 save the sorting type and mode for the folder
81 added column to display the score of the mail
82 added function summary_score_clicked()
83 sorting type and mode are restored to the folder
86 use procheader_parse_header(), procheader_headername_equal()
87 removed memory leak in text_scan_header when freeing headers
89 changed the function to match names of headers
90 using procheader_headername_equal()
92 Scoring functions are implemented, an interface is needed
98 hopefully fixed the row up navigation bug,
99 removed adding back / forward lines to cache
103 * src/prefs_display_headers.c: user interface changes:
104 (prefs_display_headers_create): remove unused "Show" check button;
105 allow reordering of headers by dragging.
106 (prefs_display_headers_write_config): remove unused variables.
107 (prefs_display_headers_set_dialog): do not insert "(New)" at top
108 of lists (not needed with the new UI).
109 (prefs_display_headers_set_list): scan lists starting from row 0,
110 not 1 (do not skip "(New)").
111 (prefs_display_headers_find_header): new function.
112 (prefs_display_headers_clist_set_row): do not allow duplicates.
113 (prefs_display_headers_delete_cb): do not skip row 0; treat
114 closing the alert window by ESC as "No".
115 (prefs_display_headers_up): do not protect row 0.
116 (prefs_display_headers_down): do not protect row 0.
120 * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
124 (summary_find_next_marked_msg, summary_find_prev_marked_msg,
125 summary_select_next_marked, summary_select_prev_marked): new
130 * src/news.c: fixed a bug when no article can be fetched after
131 server timeout if the connection was restored by news_post():
132 (news_select_group): new function.
133 (news_fetch_msg): call news_select_group() before fetching
135 (news_get_uncached_articles): set session->group after successful
143 changed version of cache, added cc field
145 * src/prefs_display_headers.c
146 the interface was changed
148 * src/prefs_headers.c
153 * completed sync of sylpheed cvs2
154 * src/gtkstext.c: updated row up / down cursor navigation
155 * src/textview.c: re-edited, prepared for fixing the email address
160 * src/prefs_common.c: use alfons' strftime ui code
161 entry_datefmt and datefmt_sample widgets have to be
162 global in this module because of this change
167 * src/prefs_common.[ch] added option to activate the return receipt
172 * src/gtkstext.c: fix for row up/down cursor navigation.
176 * sync with 0.4.66cvs2
180 added add-sender-to-addressbook patch
188 * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
191 * src/alertpanel.c (alertpanel_create): new argument can_disable,
192 all existing callers changed to pass FALSE; create a check button
193 to disable the message.
194 (alertpanel_message_with_disable): new function.
195 (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
196 (alertpanel_button_toggled): new function.
197 (alertpanel_button_clicked, alertpanel_close): set value using
200 * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
202 * src/prefs_common.c (prefs_privacy_create): new check button
203 checkbtn_gpgme_warning.
205 * src/main.c (main): moved preferences reading before gpgme
206 initialization; check prefs_common.gpgme_warning before giving the
207 GnuPG warning and set it to FALSE if the user wants to disable the
210 2001-05-02 [hiroyuki]
212 * src/prefs_display_headers.c: modified the layout and some labels.
216 * src/prefs_account.c (prefs_account_fix_size): new function.
217 (prefs_account_create): call prefs_account_fix_size(); use
218 gtk_widget_show instead of gtk_widget_show_all (fixes too large
219 size when the window is shown for the first time).
220 (prefs_account_basic_create): changed layout of serv_table; moved
221 localmbox_entry above smtpserv_entry (logically it replaces
223 (prefs_account_protocol_activated): set sensitivity of
224 nntpauth_chkbtn according to the protocol (in addition to
225 hide/show); commented out gtk_table_set_row_spacing() calls.
226 (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
227 not sensitive (fixes a bug with disabled username/password boxes
228 when editing POP3 account after NNTP with authentication).
234 * src/prefs_account.[ch]
236 removed local account without SMTP server
237 added option to use mail command instead of a connexion
238 to SMTP server when a local account is used
239 * src/prefs_headers.c
242 fixed a bug when connexion immediately closed
252 * src/prefs_account.c (Basic, prefs_account_basic_create): new
253 widget nntpauth_chkbtn.
254 (prefs_account_protocol_activated): handle nntpauth_chkbtn
256 (prefs_account_nntpauth_toggled): new function.
258 * src/news.c (news_session_new_for_folder): use NNTP
259 authentication only if ac->use_nntp_auth is set.
263 * src/Makefile.am changed headers.[ch] in customheader.[ch]
264 * src/prefs_display_headers.c changed the UI
265 * src/prefs_headers.c changed account_name to account_id
266 * src/compose.c using customheader.h
268 2001-05-01 [hiroyuki]
272 src/nntp.c: changed sock_read() to sock_gets(), they've been left
277 * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
278 * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
279 for displaying of headers
280 * src/grouplist_dialog.[ch] minor changes to remove warnings
281 * src/prefs_display_headers.[ch] dialog to choose the
282 headers to display in the mail viewer.
283 * src/headers.h correction of #define
284 * src/headers_display.[ch] configuration for displaying of headers.
285 * src/main.c read config of displaying of headers
286 * src/prefs_common.c add a button to access the config dialog
287 for displaying of headers
288 * src/prefs_display_headers.[ch] dialog for configuration for
289 displaying of the headers.
290 * src/prefs_headers.c cleaning of code
291 * src/procheader.c comments added to code
292 * src/textview.c changes to reorder the headers depending
293 on the config for displaying of headers
299 * sync with 0.4.65cvs12
301 NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
305 * src/nntp.h (NNTPSockInfo): new field auth_failed.
307 * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
308 is set to force reconnection after authentication failure.
309 (nntp_gen_command): set sock->auth_failed on authentication
310 failure, or if sock->userid and sock->passwd are not set.
312 * src/news.c (news_session_new_for_folder): set userid=NULL if
313 password dialog is cancelled.
317 * src/nntp.h (NNTPSockInfo): new type.
319 * src/nntp.c: all functions updated to use NNTPSockInfo instead of
321 (nntp_open_auth, nntp_close): new functions.
322 (nntp_gen_command): new function to handle authentication; all
323 NNTP command functions updated to use it.
324 (nntp_authinfo_user, nntp_authinfo_pass): deleted.
325 (nntp_list): removed old useless code.
327 * src/news.h (NNTPSession): new field nntp_sock.
329 * src/news.c: all functions updated to use NNTPSockInfo instead of
331 (news_session_new): new arguments (userid, passwd); made static;
332 use nntp_open_auth() if needed.
333 (news_session_destroy): use nntp_close() instead of sock_close().
334 (news_query_password): changed arguments.
335 (news_session_new_for_folder): new function.
336 (news_session_get): use news_session_new_for_folder().
337 (news_authenticate): deleted.
338 (news_get_uncached_articles): removed old authentication code.
342 * src/news.c: reverted my previous changes (need to do NNTP
343 authentication in a cleaner way).
347 * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
348 news_nntp_post, news_nntp_mode): new functions (wrappers with
349 authentication support).
350 (news_get_article_cmd, news_get_article, news_get_header): new
351 argument "folder"; all callers changed.
352 (news_get_article_cmd): added authentication support.
353 (news_session_get): use news_nntp_mode() instead of nntp_mode().
354 (news_post): use news_nntp_post() instead of nntp_post().
355 (news_get_uncached_articles): use news_nntp_group() instead of
356 nntp_group() and news_nntp_xover() instead of nntp_xover();
357 removed old authentication code.
358 (news_get_group_list): use news_nntp_list() instead of nntp_list().
360 * src/nntp.c (nntp_list): return real error code instead of
365 * configure.in: fixed wint_t typedef detection again
369 * src/prefs_account.[ch], added A_LOCAL_CMD
370 (send mail with mail command)
371 * src/send.c added function send_message_with_command()
372 * src/inc.c made a more secure get_spool() function with
373 mktemp() but maybe mkstemp() or something more
378 * src/textview.c, colorization of email addresses in headers
382 * bug sync with sylpheed
383 * prefs_common.c: created date format ui for darko
384 * sync with 0.4.65cvs11
385 * configure.in: corrected to have the new gpg checks
389 * completed sync with 0.4.65cvs10
390 * minor debug things added to gtkstext.c
394 * configure.in: remove check for availability of
395 strftime() as advised by Hiroyuki
396 * src/prefs_common.[ch], src/procheader.c:
397 synch strftime() code with Hiroyki's main branch
401 * src/news.c: news_query_password(), news_authenticate(): new
403 news_get_uncached_articles(): added NNTP authentication
405 * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
407 * src/prefs_account.c: prefs_account_protocol_activated():
408 enable userid and password fields for NNTP.
412 * configure.in: check for availability of strftime()
414 * src/prefs_common.[ch], src/procheader.c: use
415 strftime() for displaying date in summary pane if it
420 * more .cvsignore cleanups [alfons]
424 * ac/sv-check-type.m4: new autoconf macro.
425 * configure.in: fixed wint_t typedef detection (did not work
430 * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
434 * modified gtkstext.c : buggy cursor navigation fixed,
435 and font descent also taken in account when drawing
439 * added comments in src/news.c src/nntp.c
440 * added src/prefs_headers.[ch]
441 * added src/headers.[ch]
442 * modified compose.c to activate custom headers
443 added function is_in_custom_headers
444 * modified prefs_account.[ch]
445 added function prefs_account_customhdr_edit
446 * modified src/defs.h :
447 added HEADERS_RC : name of the config file
448 for the custom headers
459 added gtkstext with configure.in patch by Hiroyuki which
460 should fix the XIM detection [alfons]
462 * more clean up of cvs [alfons]
464 * removed all Makefile.in files to attic.
466 * updated all .cvsignores to really ignore things that could
467 be unintentionally committed by a recursive commit.
470 * added src/grouplist_dialog.[ch]
471 * changed src/folderview.c to call grouplist_dialog instead
474 added functions news_reset_group_list
475 and news_get_group_list
477 added function nntp_list
479 added GROUPLIST_FILE : name of the newsgroup list cache file
483 * added option to warn about queued messages on exit [sergey]:
485 * src/compose.c: compose_queue(): call folder_item_scan()
486 and folderview_update_item() after queueing.
487 * src/folderview.c: folderview_update_node(): draw the queue
488 folder in bold font if there are queued messages.
489 * src/mainwindow.c: queued_messages(): new function.
490 app_exit_cb(): display warning if there are queued messages
491 if warn_queued_on_exit is set.
492 * prefs_common.[ch]: add warn_queued_on_exit option.
494 * enhanced GnuPG key selection support [sergey]:
496 * src/select-keys.c: updated to newer version from Win32
497 branch with support for selecting arbitrary keys.
498 * src/prefs_account.c: added the Privacy tab to the account
500 prefs_account_privacy_create(),
501 prefs_account_sign_key_set_data_from_radiobtn(),
502 prefs_account_sign_key_set_radiobtn(): new functions.
503 * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
504 * src/rfc2015.c: set_signers(): new function.
505 pgp_sign(): add the account parameter, call set_signers().
506 rfc2015_sign(): add the account parameter, pass it to pgp_sign().
507 * src/rfc2015.h: rfc2015_sign(): updated prototype.
508 * src/compose.c: pass the current account to rfc2015_sign().
510 * tag name claws added to prevent confusion with main branch [alfons]
512 * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
514 * autogen.sh: Added "--enable-maintainer-mode". [sergey]
516 * sync with recent sylpheed cvs. Untested though. [alfons]