fix for row up/down cursor navigation
[claws.git] / ChangeLog.claws
index 947215d5919dbf866885f64f110fe13c36ce77a4..93dd81eba416df91a90272083244a4d9d3e655f2 100644 (file)
@@ -1,3 +1,101 @@
+2001-05-02 [alfons]
+
+       * src/gtkstext.c: fix for row up/down cursor navigation. 
+
+       0.4.66claws2
+       
+       * sync with 0.4.66cvs2
+
+2001-05-02 [paul]
+
+        added add-sender-to-addressbook patch
+
+        * src/addressbook.c
+        * src/addressbook.h
+        * src/summaryview.c
+
+2001-05-02 [sergey]
+
+       * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
+       G_ALERTDISABLE.
+
+       * src/alertpanel.c (alertpanel_create): new argument can_disable,
+       all existing callers changed to pass FALSE; create a check button
+       to disable the message.
+       (alertpanel_message_with_disable): new function.
+       (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
+       (alertpanel_button_toggled): new function.
+       (alertpanel_button_clicked, alertpanel_close): set value using
+       G_ALERT_VALUE_MASK.
+
+       * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
+
+       * src/prefs_common.c (prefs_privacy_create): new check button
+       checkbtn_gpgme_warning.
+
+       * src/main.c (main): moved preferences reading before gpgme
+       initialization; check prefs_common.gpgme_warning before giving the
+       GnuPG warning and set it to FALSE if the user wants to disable the
+       warning.
+
+2001-05-02 [hiroyuki]
+
+       * src/prefs_display_headers.c: modified the layout and some labels.
+
+2001-05-02 [sergey]
+
+       * src/prefs_account.c (prefs_account_fix_size): new function.
+       (prefs_account_create): call prefs_account_fix_size(); use
+       gtk_widget_show instead of gtk_widget_show_all (fixes too large
+       size when the window is shown for the first time).
+       (prefs_account_basic_create): changed layout of serv_table; moved
+       localmbox_entry above smtpserv_entry (logically it replaces
+       POP3/IMAP server).
+       (prefs_account_protocol_activated): set sensitivity of
+       nntpauth_chkbtn according to the protocol (in addition to
+       hide/show); commented out gtk_table_set_row_spacing() calls.
+       (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
+       not sensitive (fixes a bug with disabled username/password boxes
+       when editing POP3 account after NNTP with authentication).
+
+2001-05-02 [hoa]
+
+       * src/account.c
+       * src/inc.c
+       * src/prefs_account.[ch]
+       * src/send.c
+               removed local account without SMTP server
+               added option to use mail command instead of a connexion
+               to SMTP server when a local account is used
+       * src/prefs_headers.c
+               fixed a bug
+       * src/news.c
+               fixed a bug when connexion immediately closed
+
+2001-05-01 [alfons]
+
+       0.4.66claws1
+       
+       * sync with 0.4.65
+
+2001-05-01 [sergey]
+
+       * src/prefs_account.c (Basic, prefs_account_basic_create): new
+       widget nntpauth_chkbtn.
+       (prefs_account_protocol_activated): handle nntpauth_chkbtn
+       visibility.
+       (prefs_account_nntpauth_toggled): new function.
+
+       * src/news.c (news_session_new_for_folder): use NNTP
+       authentication only if ac->use_nntp_auth is set.
+
+2001-05-01 [hoa]
+
+       * src/Makefile.am changed headers.[ch] in customheader.[ch]
+       * src/prefs_display_headers.c changed the UI
+       * src/prefs_headers.c changed account_name to account_id
+       * src/compose.c using customheader.h
+
 2001-05-01 [hiroyuki]
 
        * src/esmtp.c
@@ -6,6 +104,7 @@
          unsynched.
 
 2001-05-01 [hoa]
+
        * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
        * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
                for displaying of headers