3 * src/prefs_common.[ch]: added option to enable/disable
4 looking up sender name in address book for summary pane
5 * src/summaryview.c: look up sender in the address book
6 by using Alfons' address completion code
11 src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
13 * src/news.c: brought #include "defs.h" before #include <glib.h>
14 to prevent the warning of `MIN' and `MAX' redefinition.
18 * removed src/headers_display.[ch]
19 * removed src/prefs_display_headers.[ch]
21 use a temporary file in the user directory for mbox import
23 added XHDR support to get "To" and "Cc" headers
24 (in order to match news with to or cc field for
26 added function news_parse_xhdr() to get XHDR response
28 added function nntp_xhdr()
30 fetch the message if necessary
36 * sync with sylpheed 0.4.66cvs3-5
41 added function itos_buf() to enable use of several buffers
43 use of itos_buf() instead of itos() in summary list
44 to fix the broken display of message number.
48 * src/gtkstext.c: bug in cursor up navigation fixed,
49 fixed another unsigned / signed comparison (we're getting there :-)
54 added scoring.c scoring.h
55 prefs_folder_item.c prefs_folder_item.h
58 added FOLDERITEM_RC SCORING_RC
60 added prefs field in FolderItem :
61 properties for each folder (PrefsFolderItem),
62 sorting type and mode were added as the first properties.
64 read config for scoring
65 * added src/matcher.[ch]
66 gives functions to parse configuration file to do
67 matching on mails with a list of conditions.
69 add option to sort by score
70 * src/prefs_common.[ch]
71 added preference option to show score and for
73 * added src/prefs_folder_item.[ch]
74 properties for each folder (PrefsFolderItem),
75 sorting type and mode were added as the first properties.
77 added procheader_parse_header()
78 added procheader_header_free()
79 added procheader_headername_equal()
80 and made modification to use them.
82 added score field to MsgInfo structure
83 * added src/scoring.[ch]
84 gives functions to parse configuration file to do
85 scoring on mails with a list of conditions.
86 * src/summaryview.[ch]
87 save the sorting type and mode for the folder
88 added column to display the score of the mail
89 added function summary_score_clicked()
90 sorting type and mode are restored to the folder
93 use procheader_parse_header(), procheader_headername_equal()
94 removed memory leak in text_scan_header when freeing headers
96 changed the function to match names of headers
97 using procheader_headername_equal()
99 Scoring functions are implemented, an interface is needed
105 hopefully fixed the row up navigation bug,
106 removed adding back / forward lines to cache
110 * src/prefs_display_headers.c: user interface changes:
111 (prefs_display_headers_create): remove unused "Show" check button;
112 allow reordering of headers by dragging.
113 (prefs_display_headers_write_config): remove unused variables.
114 (prefs_display_headers_set_dialog): do not insert "(New)" at top
115 of lists (not needed with the new UI).
116 (prefs_display_headers_set_list): scan lists starting from row 0,
117 not 1 (do not skip "(New)").
118 (prefs_display_headers_find_header): new function.
119 (prefs_display_headers_clist_set_row): do not allow duplicates.
120 (prefs_display_headers_delete_cb): do not skip row 0; treat
121 closing the alert window by ESC as "No".
122 (prefs_display_headers_up): do not protect row 0.
123 (prefs_display_headers_down): do not protect row 0.
127 * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
131 (summary_find_next_marked_msg, summary_find_prev_marked_msg,
132 summary_select_next_marked, summary_select_prev_marked): new
137 * src/news.c: fixed a bug when no article can be fetched after
138 server timeout if the connection was restored by news_post():
139 (news_select_group): new function.
140 (news_fetch_msg): call news_select_group() before fetching
142 (news_get_uncached_articles): set session->group after successful
150 changed version of cache, added cc field
152 * src/prefs_display_headers.c
153 the interface was changed
155 * src/prefs_headers.c
160 * completed sync of sylpheed cvs2
161 * src/gtkstext.c: updated row up / down cursor navigation
162 * src/textview.c: re-edited, prepared for fixing the email address
167 * src/prefs_common.c: use alfons' strftime ui code
168 entry_datefmt and datefmt_sample widgets have to be
169 global in this module because of this change
174 * src/prefs_common.[ch] added option to activate the return receipt
179 * src/gtkstext.c: fix for row up/down cursor navigation.
183 * sync with 0.4.66cvs2
187 added add-sender-to-addressbook patch
195 * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
198 * src/alertpanel.c (alertpanel_create): new argument can_disable,
199 all existing callers changed to pass FALSE; create a check button
200 to disable the message.
201 (alertpanel_message_with_disable): new function.
202 (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
203 (alertpanel_button_toggled): new function.
204 (alertpanel_button_clicked, alertpanel_close): set value using
207 * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
209 * src/prefs_common.c (prefs_privacy_create): new check button
210 checkbtn_gpgme_warning.
212 * src/main.c (main): moved preferences reading before gpgme
213 initialization; check prefs_common.gpgme_warning before giving the
214 GnuPG warning and set it to FALSE if the user wants to disable the
217 2001-05-02 [hiroyuki]
219 * src/prefs_display_headers.c: modified the layout and some labels.
223 * src/prefs_account.c (prefs_account_fix_size): new function.
224 (prefs_account_create): call prefs_account_fix_size(); use
225 gtk_widget_show instead of gtk_widget_show_all (fixes too large
226 size when the window is shown for the first time).
227 (prefs_account_basic_create): changed layout of serv_table; moved
228 localmbox_entry above smtpserv_entry (logically it replaces
230 (prefs_account_protocol_activated): set sensitivity of
231 nntpauth_chkbtn according to the protocol (in addition to
232 hide/show); commented out gtk_table_set_row_spacing() calls.
233 (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
234 not sensitive (fixes a bug with disabled username/password boxes
235 when editing POP3 account after NNTP with authentication).
241 * src/prefs_account.[ch]
243 removed local account without SMTP server
244 added option to use mail command instead of a connexion
245 to SMTP server when a local account is used
246 * src/prefs_headers.c
249 fixed a bug when connexion immediately closed
259 * src/prefs_account.c (Basic, prefs_account_basic_create): new
260 widget nntpauth_chkbtn.
261 (prefs_account_protocol_activated): handle nntpauth_chkbtn
263 (prefs_account_nntpauth_toggled): new function.
265 * src/news.c (news_session_new_for_folder): use NNTP
266 authentication only if ac->use_nntp_auth is set.
270 * src/Makefile.am changed headers.[ch] in customheader.[ch]
271 * src/prefs_display_headers.c changed the UI
272 * src/prefs_headers.c changed account_name to account_id
273 * src/compose.c using customheader.h
275 2001-05-01 [hiroyuki]
279 src/nntp.c: changed sock_read() to sock_gets(), they've been left
284 * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
285 * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
286 for displaying of headers
287 * src/grouplist_dialog.[ch] minor changes to remove warnings
288 * src/prefs_display_headers.[ch] dialog to choose the
289 headers to display in the mail viewer.
290 * src/headers.h correction of #define
291 * src/headers_display.[ch] configuration for displaying of headers.
292 * src/main.c read config of displaying of headers
293 * src/prefs_common.c add a button to access the config dialog
294 for displaying of headers
295 * src/prefs_display_headers.[ch] dialog for configuration for
296 displaying of the headers.
297 * src/prefs_headers.c cleaning of code
298 * src/procheader.c comments added to code
299 * src/textview.c changes to reorder the headers depending
300 on the config for displaying of headers
306 * sync with 0.4.65cvs12
308 NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
312 * src/nntp.h (NNTPSockInfo): new field auth_failed.
314 * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
315 is set to force reconnection after authentication failure.
316 (nntp_gen_command): set sock->auth_failed on authentication
317 failure, or if sock->userid and sock->passwd are not set.
319 * src/news.c (news_session_new_for_folder): set userid=NULL if
320 password dialog is cancelled.
324 * src/nntp.h (NNTPSockInfo): new type.
326 * src/nntp.c: all functions updated to use NNTPSockInfo instead of
328 (nntp_open_auth, nntp_close): new functions.
329 (nntp_gen_command): new function to handle authentication; all
330 NNTP command functions updated to use it.
331 (nntp_authinfo_user, nntp_authinfo_pass): deleted.
332 (nntp_list): removed old useless code.
334 * src/news.h (NNTPSession): new field nntp_sock.
336 * src/news.c: all functions updated to use NNTPSockInfo instead of
338 (news_session_new): new arguments (userid, passwd); made static;
339 use nntp_open_auth() if needed.
340 (news_session_destroy): use nntp_close() instead of sock_close().
341 (news_query_password): changed arguments.
342 (news_session_new_for_folder): new function.
343 (news_session_get): use news_session_new_for_folder().
344 (news_authenticate): deleted.
345 (news_get_uncached_articles): removed old authentication code.
349 * src/news.c: reverted my previous changes (need to do NNTP
350 authentication in a cleaner way).
354 * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
355 news_nntp_post, news_nntp_mode): new functions (wrappers with
356 authentication support).
357 (news_get_article_cmd, news_get_article, news_get_header): new
358 argument "folder"; all callers changed.
359 (news_get_article_cmd): added authentication support.
360 (news_session_get): use news_nntp_mode() instead of nntp_mode().
361 (news_post): use news_nntp_post() instead of nntp_post().
362 (news_get_uncached_articles): use news_nntp_group() instead of
363 nntp_group() and news_nntp_xover() instead of nntp_xover();
364 removed old authentication code.
365 (news_get_group_list): use news_nntp_list() instead of nntp_list().
367 * src/nntp.c (nntp_list): return real error code instead of
372 * configure.in: fixed wint_t typedef detection again
376 * src/prefs_account.[ch], added A_LOCAL_CMD
377 (send mail with mail command)
378 * src/send.c added function send_message_with_command()
379 * src/inc.c made a more secure get_spool() function with
380 mktemp() but maybe mkstemp() or something more
385 * src/textview.c, colorization of email addresses in headers
389 * bug sync with sylpheed
390 * prefs_common.c: created date format ui for darko
391 * sync with 0.4.65cvs11
392 * configure.in: corrected to have the new gpg checks
396 * completed sync with 0.4.65cvs10
397 * minor debug things added to gtkstext.c
401 * configure.in: remove check for availability of
402 strftime() as advised by Hiroyuki
403 * src/prefs_common.[ch], src/procheader.c:
404 synch strftime() code with Hiroyki's main branch
408 * src/news.c: news_query_password(), news_authenticate(): new
410 news_get_uncached_articles(): added NNTP authentication
412 * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
414 * src/prefs_account.c: prefs_account_protocol_activated():
415 enable userid and password fields for NNTP.
419 * configure.in: check for availability of strftime()
421 * src/prefs_common.[ch], src/procheader.c: use
422 strftime() for displaying date in summary pane if it
427 * more .cvsignore cleanups [alfons]
431 * ac/sv-check-type.m4: new autoconf macro.
432 * configure.in: fixed wint_t typedef detection (did not work
437 * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
441 * modified gtkstext.c : buggy cursor navigation fixed,
442 and font descent also taken in account when drawing
446 * added comments in src/news.c src/nntp.c
447 * added src/prefs_headers.[ch]
448 * added src/headers.[ch]
449 * modified compose.c to activate custom headers
450 added function is_in_custom_headers
451 * modified prefs_account.[ch]
452 added function prefs_account_customhdr_edit
453 * modified src/defs.h :
454 added HEADERS_RC : name of the config file
455 for the custom headers
466 added gtkstext with configure.in patch by Hiroyuki which
467 should fix the XIM detection [alfons]
469 * more clean up of cvs [alfons]
471 * removed all Makefile.in files to attic.
473 * updated all .cvsignores to really ignore things that could
474 be unintentionally committed by a recursive commit.
477 * added src/grouplist_dialog.[ch]
478 * changed src/folderview.c to call grouplist_dialog instead
481 added functions news_reset_group_list
482 and news_get_group_list
484 added function nntp_list
486 added GROUPLIST_FILE : name of the newsgroup list cache file
490 * added option to warn about queued messages on exit [sergey]:
492 * src/compose.c: compose_queue(): call folder_item_scan()
493 and folderview_update_item() after queueing.
494 * src/folderview.c: folderview_update_node(): draw the queue
495 folder in bold font if there are queued messages.
496 * src/mainwindow.c: queued_messages(): new function.
497 app_exit_cb(): display warning if there are queued messages
498 if warn_queued_on_exit is set.
499 * prefs_common.[ch]: add warn_queued_on_exit option.
501 * enhanced GnuPG key selection support [sergey]:
503 * src/select-keys.c: updated to newer version from Win32
504 branch with support for selecting arbitrary keys.
505 * src/prefs_account.c: added the Privacy tab to the account
507 prefs_account_privacy_create(),
508 prefs_account_sign_key_set_data_from_radiobtn(),
509 prefs_account_sign_key_set_radiobtn(): new functions.
510 * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
511 * src/rfc2015.c: set_signers(): new function.
512 pgp_sign(): add the account parameter, call set_signers().
513 rfc2015_sign(): add the account parameter, pass it to pgp_sign().
514 * src/rfc2015.h: rfc2015_sign(): updated prototype.
515 * src/compose.c: pass the current account to rfc2015_sign().
517 * tag name claws added to prevent confusion with main branch [alfons]
519 * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
521 * autogen.sh: Added "--enable-maintainer-mode". [sergey]
523 * sync with recent sylpheed cvs. Untested though. [alfons]