remove reference to 'headerwindow.c'
[claws.git] / ChangeLog.claws
index dc00260dad0b6e11c681657db5884402b06df580..b7235c39dc5578d67489ae428310609eb31e2880 100644 (file)
@@ -1,3 +1,668 @@
+2002-02-14 [carsten]   0.7.1claws4
+       * src/summaryview.c
+               fixed a bug for "Go to next unread message": there was
+               an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
+               in the prefs, because of doing "Search again" instead
+               "No"
+
+2002-02-14 [carsten]   0.7.1claws3
+       * src/stock_pixmap.c
+               removed 2 more mem leaks; following memprof,
+               this code is "leak free" now :)
+
+2002-02-14 [carsten]   0.7.1claws2
+       * src/stock_pixmap.c
+               used opendir/readdir/closedir instead of scandir
+               -> code should work now on Solaris
+
+2002-02-14 [paul]      0.7.1claws1
+
+       * sync with sylpheed 0.7.1cvs8
+               see ChangeLog entries 2002-02-13 and 2002-02-14
+
+       * README.claws
+               add some description of Actions and Pixmap Themes
+
+2002-02-13 [paul]      
+
+       * version 0.7.1claws release
+
+2002-02-13 [paul]      0.7.1claws
+
+       * po/es.po
+         po/it.po
+         po/pt_BR.po
+               updated translations, submitted by Ricardo Mones Lastra,
+               Alessandro Maestri and Fabio Junior Beneditto
+
+2002-02-13 [melvin]    0.7.0claws75
+
+       * src/prefs_actions.c
+               Added missing "signal.h" include
+
+2002-02-13 [melvin]    0.7.0claws74
+
+       * src/prefs_folder_item.c
+               Added missing "config.h" include
+       * po/fr.po
+               Updated French translation for folder propriety.
+
+2002-02-13 [jens]      0.7.0claws73
+
+       * po/POTFILES.in
+               Added missing src/prefs_folder_item.c [log added by melvin]
+       * po/de.po
+               Updated German translation.
+
+2002-02-13 [melvin]    0.7.0claws72
+
+       * po/fr.po
+               Updated French translation.
+
+2002-02-13 [melvin]    0.7.0claws71
+
+       * src/gtkutils.c
+               Made gtkut_editable_get_selection return NULL if selection
+               is of length zero.
+               This fixes a bug where selecting part of message A then
+               switching to message B and replying to it will not
+               quote the message's body.
+
+2002-02-12 [paul]      0.7.0claws70
+
+       * src/mainwindow.c
+               cosmetic, relating to pixmap themes: on toolbar make 
+               updating of 'Exec' and 'Compose news/Compose email'
+               icons faster.
+
+2002-02-12 [carsten]   0.7.0claws69
+       * src/folderview.c
+         src/mainwindow.[ch]
+         src/stock_pixmap.c
+         src/summaryview.c
+         src/prefs_common.c
+               - refreshing after changing pixmap theme better
+                 now (thanks Paul)
+               - wanted to remove some mem leaks, but alfons was
+                 faster (and had the better solution ;)
+
+2002-02-12 [alfons]     0.7.0claws68
+
+        * src/prefs_common.c
+        * src/stock_pixmap.[ch]
+                plug mem leaks, refactor code a little bit
+
+
+2002-02-12 [sergey]    0.7.0claws67
+
+       * src/imap.c
+               Fixed problem with copying messages to IMAP folders when the
+               server uses something other than '/' as a namespace separator
+               (cyrus-imapd uses '.').
+
+2002-02-12 [jens]      0.7.0claws66
+
+       * po/de.po
+               Updated German Translation
+
+2002-02-12 [paul]      0.7.0claws65
+
+       * sync with sylpheed 0.7.1cvs1
+               see ChangeLog entry 2002-02-12
+
+2002-02-12 [melvin]    0.7.0claws64
+
+       * src/prefs_actions.c
+               Fixed "feature" where children's output was duplicated 
+               instead of refreshed while monitoring.
+               Removed some debug code.
+
+2002-02-12 [christoph] 0.7.0claws63
+
+       * src/compose.c
+               always delete message from queue after sending/send error
+               (closes bug #509601)
+
+2002-02-12 [melvin]    0.7.0claws62
+
+       * src/prefs_actions.c
+               Children wait loop is now triggered with a timeout of 1s
+               Added %F which is replaced with the list of filenames 
+               of all selected messages (as suggested by Ricardo Mones Lestra)
+               Pipe syntax changed. Prefix with | to send selection, postfix
+               with | to retrieve output. Prefix with > or * to send
+               user definable input to the command (*: input is hidden)
+               Old pipe action should now be postfixed with |, too.
+
+2002-02-12 [carsten]   0.7.0claws61 (more 59.75)
+       * src/stock_pixmap.c
+               fixed a bug: if there's no theme directory don't
+               throw an error, just do "nothing" (thanks Alfons)
+
+2002-02-12 [carsten]   0.7.0claws60
+       * src/folderview.c
+         src/summaryview.c
+               had to write the cache twice (nasty!); some marks would 
+               get lost if not
+
+2002-02-11 [carsten]   0.7.0claws59
+       * acconfig.h
+         configure.in
+         doc-src/maintainer_guide.txt
+         src/compose.[ch]
+         src/defs.h
+         src/folderview.[ch]
+         src/gtkutils.[ch]
+         src/mainwindow.[ch]
+         src/prefs_common.[ch]
+         src/stock_pixmap.[ch]
+         src/summaryview.[ch]
+               pixmap theming and related work on pixmap
+               handling on some other places
+               (e.g. hrm features for all folder)
+         src/pixmap/stock_*.xpm -> the stock_ was removed
+       
+2002-02-11 [paul]      0.7.0claws58
+
+       * sync with sylpheed 0.7.1 release
+               see ChangeLog entries 2002-02-11
+
+2002-02-08 [paul]      0.7.0claws57
+
+       * sync with sylpheed 0.7.0cvs39
+               see ChangeLog entry 2002-02-07 (last entry) 
+
+       * src/prefs_actions.c
+         src/prefs_filtering.c
+         src/prefs_matcher.c
+         src/prefs_scoring.c
+               sync: made it compile with C compilers other than gcc
+
+2002-02-07 [paul]      0.7.0claws56
+
+       * sync with sylpheed 0.7.0cvs38
+               see ChangeLog entries 2002-02-06 (last 2 entries) and
+               2002-02-07
+
+2002-02-07 [darko]     0.7.0claws55
+
+       * src/gtkutils.[ch]
+       * src/summaryview.c
+               Fix const gchar */gchar * issue (thanks Hiro)
+
+2002-02-07 [darko]     0.7.0claws54
+
+       * src/compose.[ch]
+       * src/filtering.c
+       * src/gtkutils.[ch]
+       * src/prefs_template.c
+       * src/quote_fmt.h
+       * src/quote_fmt_parse.y
+       * src/summaryview.c
+       * src/utils.[ch]
+               When replying or forwarding an email don't quote the entire
+               mail body but use the part of the message text that is selected
+
+2002-02-06 [melvin]    0.7.0claws53
+
+       * src/prefs_common.[ch]
+       * src/gtkspell.[ch]
+       * src/compose.c
+               Made possible to switch quickly to last used dictionary
+               which makes checking bilingual documents easier.
+
+2002-02-06 [melvin]    0.7.0claws52
+       
+       * po/POTFILES.in
+               Added forgotten new file src/prefs_actions.c
+
+2002-02-06 [melvin]    0.7.0claws51
+
+       * src/prefs_actions.c   ** NEW FILE **
+       * src/prefs_actions.h   ** NEW FILE **
+               Added actions to execute on message text view, or on the
+                       message's file.
+       * src/Makefile.am
+               Added src/prefs_actions.[ch]
+       * src/compose.c
+               Added new menu "Edit/Actions"
+       * src/defs.h
+               Added new actionsrc file.
+       * src/main.c
+               Added actionsrc reading.
+       * src/mainwindow.c
+               Added new menus "Edit/Actions" and "Configuration/Actions..."
+       * src/prefs_common.h
+               Added new element actionslst element to prefs_common.
+
+2002-02-06 [paul]      0.7.0claws50
+
+       * sync with sylpheed 0.7.0cvs36
+               see ChangeLog entry 2002-02-06
+
+2002-02-05 [paul]
+
+       * po/es.po
+               updated by Ricardo Mones Lastra
+
+2002-02-05 [paul]      0.7.0claws49
+
+       * sync with sylpheed 0.7.0cvs33
+               see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
+
+2002-02-05 [paul]      0.7.0claws48
+
+       * src/compose.c
+               re-add 'Edit/Advanced/Delete entire line', previously named
+               'Delete Line+'
+
+2002-02-04 [paul]      0.7.0claws47
+
+       * src/compose.c
+         src/summaryview.c
+               fix bug #494993 (Reply All not taking Reply-To into consi)
+               eliminate differences in behaviour of right-click 'Reply to all' 
+               in summary view and 'Reply to all' on the toolbar. 
+               fix bug where Reply-To gets ignored by 'Reply to all' in summary
+               view and From gets ignored by 'Reply to all' on toolbar.
+               fix bug where 'Reply to all' on toolbar uses To twice and ignores
+               From when no Reply-To header is present.
+
+2002-02-04 [paul]      0.7.0claws46
+
+       * sync with sylpheed 0.7.0cvs30
+               see ChangeLog entries 2002-02-03 and 2002-02-04
+
+2002-02-03 [melvin]    0.7.0claws45
+
+       * src/gtkspell.[ch]
+               Readded function to highlight all misspelled words.
+               Fixed bug where user-provided-words did not replace
+                       correctly the misspelled word when using the mouse.
+               Fixed bug where checking a region selected from right to left did
+                       not check the region at all.
+               Fixed bug where 'Check backwards' may not check at all. 
+               Fixed memory leaks where popup menus and accel_groups were not destroyed.
+               Fixed possible buffer overflow when checking for long strings (>1k).
+               Made cursor and scrollbar positions non changing after uncheck_all/check_all.
+               Accelerators code uses now gtk_widget_add_accel.
+               Removed and disabled obsolete and unfinished code.
+               Cleaning up.
+
+       * src/compose.c
+               Added menu item to Highlight all misspelled words.
+
+2002-02-01 [paul]      0.7.0claws44
+
+       * src/mainwindow.c
+               fix '/View/Hide read messages' sensitivity when all
+               messages in a folder are hidden
+
+2002-02-01 [paul]      0.7.0claws43
+
+       * src/main.c
+               add --send option to command line interface, sends all
+               queued mail. Patch submitted by Ricardo Mones Lastra.
+
+2002-01-31 [paul]      0.7.0claws42
+
+       * src/mainwindow.c
+               add '/View/Hide read messages' to main_window_set_menu_sensitive()
+
+2002-01-31 [paul]      0.7.0claws41
+
+       * sync with sylpheed 0.7.0cvs27
+               see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
+               and 2002-01-31
+
+       * src/textview.c
+               comment out elements of textview_show_part() as temporary
+               workaround for attachment 'Display as text' bug 
+
+       * po/pt_BR.po
+               updated by Fabio Junior Beneditto
+
+2002-01-30 [paul]      0.7.0claws40
+
+       * sync with sylpheed 0.7.0cvs24
+               see ChangeLog entries 2002-01-29 (src/prefs_common.c)
+               and 2002-01-30
+
+       * src/compose.c
+               add {N_("/_Spelling"), ... "<Branch>"} to 
+               GtkItemFactoryEntry compose_entries[]
+
+       * src/prefs_common.c
+               add claws menu items to prefs_keybind_apply_clicked()
+               and remove non-claws menu items
+
+2002-01-29 [paul]      0.7.0claws39
+
+       * sync with sylpheed 0.7.0cvs22
+               see ChangeLog entries 2002-01-28 and 2002-01-29
+
+2002-01-28 [melvin]    0.7.0claws38
+
+       * src/compose.c
+               Added the declartion of compose_send_control_enter.
+
+       * src/compose.c
+       * src/gtkspell.[ch]
+               Added in a 'Spelling' menu which includes the configuration menu. 
+               Added a real 'Check all' and got rid from the old one which only
+               highlited misspelled word.
+               Made 'Check while typing' a disableable option.
+               Added a dialog when there are no more misspelled word.
+               Added a dialog if error occurs when switching to a dictionary.
+       
+       * src/prefs_common.[ch]
+               Added option for the default 'Check while typing' option.
+
+
+2002-01-28 [alfons]    0.7.0claws37
+
+       * src/compose.c
+               fix buglet and make code comply with sylpheed code style
+
+2002-01-28 [paul]      0.7.0claws36
+
+       * sync with sylpheed 0.7.0cvs19
+               see ChangeLog entries for 2002-01-28
+
+2002-01-28 [hoa]       0.7.0claws35
+
+       * src/defs.h
+               added rendererrc
+
+       * src/main.c
+               read the renderer config
+
+       * src/procmime.[ch]
+               use the renderer config to convert mime attachments
+
+       * src/textview.c
+               don't use textview_show_html/ertf,
+               use get_text_content instead
+
+2002-01-27 [alfons]    0.7.0claws34
+       
+       * src/news.c
+               make sylpheed believe it can delete a news message...
+               (messages are NOT deleted, maybe we should remove
+               processing from the folder properties after all.)
+
+2002-01-27 [alfons]    0.7.0claws33
+
+       * src/folder.c
+               add extra checks
+       * src/news.c
+               implement remove_msg() 
+
+2002-01-27 [alfons]    0.7.0claws32
+
+       * src/procmsg.h
+       * src/procheader.c
+       * src/messageview.c
+               fix return receipt / disposition notification again. this
+               stuff seems to break on _every_ major summary UI change, so
+               it's now implemented using a flag which is saved in the
+               marks cache
+               
+2002-01-26 [alfons]    0.7.0claws31
+
+       * src/import.c
+               let import dialog show the destination folder identifier
+
+2002-01-26 [melvin]    0.7.0claws30
+
+       * src/folderview.c
+       * src/summaryview.c
+               Readded 'Mark all read' into summary view popup menu
+               Added 'Mark all read' in folder view popup menu for IMAP
+               and NNTP.
+               Made it insensitive if the selected folder is not the shown
+               one to avoid 'Mark all read' on the wrong folder.
+               
+2002-01-26 [paul]      0.7.0claws29
+
+       * src/folderview.c
+         src/summaryview.c
+               move 'Mark all read' from summary view to folder view
+               menu. (adapted from) patch submitted by Jeremy Andrews,
+               <lists@kerneltrap.com>
+
+2002-01-25 [alfons]    0.7.0claws28
+
+       * src/gtkstext.c
+               put the gtk class name back so GtkSText adapts the 
+               settings of GtkText
+
+2002-01-25 [alfons]    0.7.0claws27
+
+       * src/folderview.c 
+               assimilate Ricardo's patch that shows pixmaps instead of
+               plain "new" and "unread" texts in the folder view column
+               headers 
+
+2002-01-25 [paul]      0.7.0claws26
+
+       * src/Makefile.am
+               add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
+               be found in non-standard locations. 
+               Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
+
+2002-01-25 [paul]      0.7.0claws25
+
+       * sync with sylpheed 0.7.0cvs16
+               see ChangeLog entry 2002-01-25
+
+2002-01-24 [paul]      0.7.0claws24
+
+       * more sync with sylpheed 0.7.0cvs15
+               get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
+
+2002-01-23 [sergey]    0.7.0claws23
+
+       * src/importldif.c
+               Fixed segfault when closing LDIF import wizard with
+               the window manager.
+       * src/imageview.c
+       * src/imageview.h
+       * src/messageview.c
+       * src/mimeview.c
+               Fixed wrong scrolling position after switching between
+               text and image parts.
+
+2002-01-23 [paul]      0.7.0claws22
+
+       * sync with sylpheed 0.7.0cvs15
+               see ChangeLog entries 2002-01-22 and 2002-01-23
+
+2002-01-21 [melvin]    0.7.0claws21
+
+       * src/prefs_scoring.c
+       * src/prefs_filtering.c
+               Fixed bug where scoring and filtering windows stopped
+               autochecking.
+
+2002-01-21 [paul]      0.7.0claws20
+
+       * sync with sylpheed 0.7.0cvs12
+               see ChangeLog entries 2002-01-20 and 2002-01-21
+
+2002-01-21 [carsten]   0.7.0claws19
+       * src/mainwindow.c
+       * src/menu.[ch]
+       * src/messageview.[ch]
+       * src/summaryview.[ch]
+               changes to shortcuts handling again:
+                       + "Q" now controled by mainwin
+                       + v/V are now customizable and have slightly
+                         different meanings
+               the "button" to minimize the messageview (and maximize
+               the summary view) is a real button now
+       * src/compose.c
+               "Delete Line+" added to Edit/Advanced (this will also
+               delete the '\n')
+
+2002-01-20 [melvin] 0.7.0claws18
+
+       * src/addressbook.c
+               Made "Bcc" sensitive when addressbook is called from
+               compose window (it was a Claws only bug).
+
+2002-01-19 [alfons] 0.7.0claws17
+
+       * src/inc.c
+               prevent unnecessary updates when currently selected folder has
+               no new messages 
+
+2002-01-19 [alfons] 0.7.0claws16
+       
+       * src/summaryview.c
+               prevent writing the cache based on current message list in summary 
+               view when filtering also put messages in currently selected folder
+
+2002-01-19 [paul]
+
+       * po/it.po
+               Italian translation submitted by Alessandro Maestri
+               <a.maestri@cs.tin.it>
+
+2002-01-18 [melvin]    0.7.0claws15
+
+       * src/prefs_filters.c
+               fixed bug where 'cancel' from 'filters' window stops autochecking
+               if the timer timed out  when the window was open.
+
+2002-01-18 [match]     0.7.0claws14
+
+       * src/addrclip.[ch]     ** NEW FILE **
+       * src/addrselect.[ch]   ** NEW FILE **
+       * src/adbookbase.h      ** NEW FILE **
+               addressbook cut, copy and paste
+       * src/addrbook.[ch]
+       * src/addrcache.[ch]
+       * src/addressitem.h
+       * src/addrindex.[ch]
+       * src/addritem.[ch]
+       * src/importldif.c
+       * src/importmutt.c
+       * src/jpilot.[ch]
+       * src/syldap.[ch]
+       * src/vcard.[ch]
+       * src/jpilot.[ch]
+       * src/editbook.c
+       * src/editjpilot.c
+       * src/editldap.c
+       * src/editvcard.c
+               support for copy/paste
+       * src/addressbook.c
+               support for copy/paste
+               tidy up menu option processing
+               correct address list function arguments
+       * src/editaddress.c
+               sort user attributes
+       * src/ldif.h
+       * src/mutt.h
+               tidy up
+
+       * src/addrbook.[ch]
+       * src/addrbook.[ch]
+       * src/addrbook.[ch]
+               
+
+2002-01-18 [paul]      0.7.0claws13
+
+       * sync with sylpheed 0.7.0cvs8
+               configure.in: support Mac OS X (Darwin)
+
+2002-01-18 [carsten]   0.7.0claws12
+       * src/html.c
+               small hack to fix a segfault with an empty href
+               (reported by Alexandra Walford <deeni@altern.org>)
+       * src/mainwindow.c
+       * src/summaryview.c
+               the shortcuts for Mark und Mark as unread are hardcoded
+               again
+       * src/compose.c
+       * src/gtkstext.[ch]
+               readded the shortcuts in gtkstext but made them
+               customizeable (simply by adding a menu plus a wrapper
+               to compose.c)
+
+2002-01-17 [melvin]    0.7.0claws11
+
+       * src/gtkspell.c
+               fix default dictionary not being saved.
+
+2002-01-16 [darko]     0.7.0claws10
+
+       * src/compose.c
+               fix wrapping crash with URL longer than wrapping margin
+
+2002-12-08 [hoa]       0.7.0claws10
+
+       * src/matcher_parser_parse.y
+               fixed some bugs
+
+       * src/prefs_filtering.c
+               now, we can use bounce action in the dialog box.
+
+2002-01-16 [carsten]   0.7.0claws9
+       * src/gtkstext.c
+               removed the <control> and <alt> shortcuts because they're
+               not needed and interefered with the "normal" shortcuts
+       * src/mainwindow.c
+       * src/summaryview.c
+               removed most of the hardcoded shortcuts and assigned
+               them to menu entries making them easy customizable by
+               that
+
+2002-01-16 |melvin]    0.7.0claws8
+
+       * src/gtkspell.c
+               fixed bug where using the mouse and when the compose
+               window is not on top may result in a crash.
+
+2002-01-16 [melvin]    0.7.0claws7
+
+       * src/compose.c
+               fixed a long standingspell checker bug which could 
+               cause a crash after sending a message.
+
+2002-01-16 [paul]      0.7.0claws6
+
+       * sync with sylpheed 0.7.0cvs7
+               see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
+               2002-01-15, and 2002-01-16
+
+2002-01-16 [melvin]    0.7.0claws5
+
+       * README.claws
+       * src/compose.c
+       * src/gtkspell.[ch]
+       * src/main.c
+               Heavily modified spell checker code to work around
+               ispell bug, to add keyboard shortcuts and for future
+               enhancements. See README.claws for usage information.
+
+2002-01-15 [alfons]    0.7.0claws4
+       
+       * src/summaryview.c
+               change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
+               so sorting within threads reflects sort mode
+
+2002-01-15 [christoph] 0.7.0claws3
+
+       * src/procmsg.c
+               added alertpanel if mail sending failed
+
+2002-01-15 [alfons]    0.7.0claws2
+       
+       * src/prefs_filtering.c
+               don't stop timer when prefs filtering dialog is opened
+
 2002-01-14 [alfons]    0.7.0claws1
 
        * src/addr_compl.c