updated pt_BR.po
[claws.git] / ChangeLog.claws
index 39b948559964de58229cc1b568c3eea855078b2d..d7afb9ff390a01affbdf0e0018876079d42ceaf0 100644 (file)
@@ -1,3 +1,755 @@
+2001-07-28 [paul]
+
+       * src/procmime.c
+       * AUTHORS
+               patch to correct bad image mime headers
+               (submitted by Don Quijote <dq@searchlores.org>)
+
+2001-07-28 [paul]
+
+       * tools/gif2xface.pl   **NEW FILE**
+       * tools/README
+               script to convert file.gif to file.xface for
+               use in a custom header.
+               (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
+
+2001-07-27 [alfons]
+       
+       * configure.in
+               change macros for detecting JPilot and LDAP
+
+2001-07-27 [christoph]
+
+       * src/filtering.c
+               code cleanup (MIN / MAX warning, needed casting)
+
+2001-07-27 [alfons]
+
+       * procheader.c
+               disallow setting flags when detecting certain headers
+               (X-Status, Status, Seen, X-Seen). 
+       
+       * sync with Hiroyuki's Sylpheed 0.5.1cvs5
+
+2001-07-27 [christoph]
+
+       * src/prefs_filter.c
+       * src/prefs_filtering.c
+       * src/prefs_matcher.c
+       * src/prefs_scoring.c
+               scroll list when moving rows up or down
+
+       * src/imap.c
+       * src/imap.h
+       * src/prefs_account.c
+       * src/prefs_account.h
+       * src/send.c
+               SMTP over SSL (untested, feedback requested)
+               IMAP over SSL
+
+       * src/ssl.c
+               code cleanup
+
+2001-07-26 [alfons]
+       
+       * configure.in, acconfig.h
+               define CLAWS (need this for main / claws detection)
+
+2001-07-25 [alfons]
+
+       * configure.in
+               Sylpheed 0.5.1claws2
+               
+       * sync with Sylpheed 0.5.1cvs4
+
+2001-07-25 [christoph]
+
+       * src/scoring.c
+               fixed segfault
+               item->prefs == NULL (don't know why)
+
+2001-07-25 [alfons]
+
+       * configure.in
+               Sylpheed 0.5.1claws1
+
+       * sync with Sylpheed 0.5.1cvs1-3
+
+2001-07-24 [christoph]
+
+       * src/folderview.c
+       * src/prefs_folder_item.[ch]
+               added folderitem preferences dialog with
+               default To: and auto request return receipt
+
+       * src/compose.[ch]
+       * src/menu.[ch]
+               changes to handle new folderitem preferences
+
+       * src/mainwindow.c
+       * src/summaryview.c
+               call compose new mail with current folderitem
+
+2001-07-24 [alfons]
+
+       Release Sylpheed 0.5.1claws
+
+       * configure.in
+               change to release version 0.5.1claws
+
+2001-07-24 [christoph]
+
+       * src/summaryview.c
+               fixed segfault that happend when the selected
+               message was removed while retrieving new messages.
+
+       * po/es.po
+               updated translation
+               (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
+
+2001-07-22 [alfons]
+
+       add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
+       this is a work in progress, for more information: http://nlpagan.net/sylman 
+       
+       * configure.in, src/mainwindow.c, manual/Makefile.am
+               add support for English manual
+
+       * AUTHORS
+               add authors of user manuals
+
+       * manual/en/sylpheed*.html
+               add English documentation
+
+2001-07-22 [christoph]
+
+       * po/POTFILES.in
+               added src/ssl.c
+       * src/ssl.c
+               changed a wrong debug message
+
+2001-07-22 [alfons]
+
+       * po/nl.po
+               update Dutch translation
+
+       * src/prefs_filtering.c, 
+         src/prefs_matcher.c
+               add more translatable strings           
+
+2001-07-21 [alfons]
+
+       0.5.0claws7
+
+       * configure.in
+               change version
+
+       * src/inc.c, src/summaryview.[ch]
+               prevent update of mark file when filtering has done, by
+               using a variable; this affects two functions:
+                       inc.c::inc_finished()
+                       summaryview.c::summary_show()
+
+2001-07-20 [alfons]
+
+       * src/filtering.[ch], src/prefs_filtering.c, 
+         src/matcher.[ch]
+               add filtering action for label coloring 
+
+       * po/POTFILES.in
+               add labelcolors.c
+
+       * added src/labelcolors.c
+       * added src/labelcolors.h
+       * src/Makefile.am, src/summaryview.c
+               rearrange label coloring code
+
+       * src/procmsg.h
+               add more parentheses so label colouring works correctly
+
+       * src/filtering.c
+               don't really delete message, but move it to Trash
+
+       * src/prefs_matcher.c
+               add quote options to info dialog
+
+2001-07-20 [christoph]
+
+       * src/Makefile.am
+       * src/inc.c
+       * src/main.[ch]
+       * src/socket.h
+       * src/ssl.[ch] (new)
+               moved ssl stuff to a seperate file
+
+2001-07-20 [darko]
+
+       * src/summaryview.c
+               fix show sender using address book with no e-mail
+               address in From: field
+
+2001-07-19 [alfons]
+
+       * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
+               fix messy handling of escaping... now at least the
+               execute command is useful. escape char is '\', we
+               accept \n and \r too. 
+
+               Real life example:
+               
+               subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
+               subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
+
+2001-07-18 [alfons]
+
+       0.5.0claws6
+
+       * src/summaryview.c
+               clean up
+
+       * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
+         src/procmsg.[ch]
+               revise filtering; currently move, copy, marking have
+               been tested. if you like bleeding edge stuff, you
+               should definitely go for this version :)
+
+       * mark old working stuff as VERSION_0_5_0_CLAWS5        
+
+2001-07-17 [christoph]
+
+       * src/utils.c
+               timestamp log
+
+2001-07-17 [alfons]
+
+       0.5.0claws5
+
+       * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
+         bits in the mark file, without affecting either branch. Lots of
+         files changed, also in claws branch.
+
+         UNTESTED: use of mbox folders
+
+       * src/summaryview.c
+               added mark all read; however this was a quick hack used for
+               cleaning up mess after initial merge with Hiroyuki
+
+       * configure.in
+               change claws version number back to 0.5.0claws5 to clear up 
+               confusion & pretension (recent release was technically 
+               0.5.0claws4, so we neatly align with Hiroyuki :-)
+
+2001-07-16 [alfons]
+
+       sync with Hiroyuki's 0.5.0cvs4
+
+2001-07-16 [alfons]
+
+       0.5.1claws3
+
+       * src/filtering.[ch]
+               remove invalid updating of mark files for 
+               filter actions MATCHING_ACTION_MOVE and 
+               MATCHING_ACTION_DELETE; this should fix the
+               folder update bug
+               
+       * src/procmsg.c
+               revert Christoph's stab at fixing the folder 
+               update bug
+
+       * po/POTFILES.in
+               add missing files with translatable strings
+
+       * src/summaryview.c
+               remove debug print
+
+2001-07-15 [alfons]
+
+       * src/addr_compl.[ch], src/prefs_filtering.c
+               make "filtering pref dialog's destination entry" an
+               "address completable entry", if filter destination is 
+               an email address
+
+       0.5.1claws2
+       
+       sync with Hiroyuki's 0.5.0cvs2-3
+
+2001-07-15 [christoph]
+
+       * src/procmsg.c
+               fixed folder stats update after incorporation
+
+2001-07-15 [alfons]
+
+       * src/summaryview.c
+               * finish label colouring stuff (for now)
+               * fix incorrect colour bug (off by one) 
+
+2001-07-14 [alfons]
+
+       * src/mainwindow.c
+               change text labels for news and mail message so there's
+               plenty of toolbar estate left
+
+       * configure.in
+               0.5.1claws1
+
+       * src/folderview.c
+         src/folder.[ch]
+               sync with Hiroyuki's 0.5.0cvs1
+
+       * src/summaryview.c
+               more rewrite label colouring
+
+2001-07-14 [alfons]
+
+       * src/summaryview.[ch]
+               * start rewrite label colouring 
+               * fix proper location "Add Sender To Addressbook" menu item
+
+2001-07-13
+
+       Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
+       (actually this is 0.5.0claws4)
+
+2001-07-13 [alfons]
+
+       * po/pt_BR.po
+               * fix duplicate message
+               * add updated Portugese / Brazilian translation
+                 submitted by Fabio Junior Beneditto
+
+2001-07-12 [alfons]
+
+       * AUTHORS
+               add Jens
+
+       * po/nl.po
+               add updated Dutch translation
+
+       * po/de.po
+               add updated German translation submitted by Jens
+
+2001-07-11 [alfons]
+
+       Prerelease before 0.5.0claws. Please test.
+       This version is temporarily tagged as VERSION_0_5_0_TEST
+
+       * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
+         src/prefs_scoring.c, src/prefs_matcher.c, 
+         src/prefs_filtering.c, src/mbox.c, 
+         src/main.c, src/inc.c, src/filtering.[ch]
+               revert new Hoa's new matcher (does not work yet)
+
+       * src/Makefile.am
+               clean up
+
+2001-07-10
+
+       Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
+
+
+2001-07-10 [alfons]
+
+       * Makefile.am
+               add ChangeLog.claws to EXTRA_DIST
+       * src/Makefile.am
+               add matcher_parser_parse.h to EXTRA_DIST
+
+2001-07-10 [christoph]
+
+       * src/inc.c
+               add destination folder to table of
+               folders that need to be updated after
+               incorporation
+
+2001-07-10 [alfons]
+
+       * folder.[ch]
+         folderview.c
+               make collapse state of folders and folder items persistent, i.e.
+               if you collapse a folder tree, the next time sylpheed-claws starts 
+               up the folder tree remains collapsed.  
+               
+2001-07-10 [christoph]
+
+       * acconfig.h
+       * configure.in
+               added --enable-ssl
+       * src/md5.[ch]
+               renamed MD5_CTX to MD5_CTX_syl
+               conflicts with a struct in openssl
+       * src/inc.c
+       * src/main.[ch]
+       * src/prefs_account.[ch]
+       * src/socket.[ch]
+               SSL support for POP
+       * src/mainwindow.c
+               fixed compose with current account
+               broken by new compose button stuff
+
+2001-07-09 [hoa]
+
+       * AUTHORS
+               changed my email address
+
+       * src/matcher_parser_parse.y
+               clean the parser to remove conflicts
+
+2001-07-09 [alfons]
+
+       * AUTHORS
+               add Match Grun
+
+       * configure.in
+               fix incorrect description of --enable-ldap parameter
+
+       * src/prefs_common.[ch]
+         src/compose.c
+               add experimental option "smart wrapping" which makes the
+               compose editor auto wrap.
+               
+               | TODO: the problem with the buggy cursor handling is caused |
+               | by the GtkText. when deleting / backspacing text its       |
+               | wrapping algorithm does not take in account the previous   |
+               | line. should find a way to hack this in.                   |
+               | or should perhaps combine this with the word wrapping      |
+               | patch i wrote in january.                                  |
+
+       * src/about.c
+               show build parameters for LDAP and JPilot
+
+       * src/summaryview.c
+               revert Christoph's bugfix for selecting next unread message, 
+               because folder stats aren't updated correctly
+
+2001-07-08 [hoa]
+
+       * src/filtering.c
+       * src/mainwindow.c
+       * src/matcher.c
+       * src/matcher_parser_lex.l
+       * src/matcher_parser_parse.y
+       * src/prefs_filtering.c
+       * src/prefs_scoring.c
+       * src/scoring.c
+               bugfix of the config file parser
+
+2001-07-08 [alfons]
+
+       * src/Makefile.am
+               added generated matcher sources to BUILT_SOURCES
+
+2001-07-08 [hoa]
+
+       * src/Makefile.am
+       * src/.cvsignore
+               added new config file parser
+
+       * src/scoring.[ch]
+       * src/filtering.[ch]
+       * src/matcher.[ch]
+       * src/prefs_filtering.c
+       * src/prefs_matcher.c
+       * src/prefs_scoring.c
+       * added src/matcher_parser.h
+       * added src/matcher_parser_lex.h
+       * added src/matcher_parser_lex.l
+       * added src/matcher_parser_parse.y
+               lex & yacc config file parser
+
+       * src/mbox.c
+       * src/inc.c
+       * src/main.c
+               changes prefs_filtering into global_filtering           
+
+       * src/summaryview.c
+               build threads with subjects only if "Re: " is at the
+               beginning of the subject
+
+2001-07-07 [paul]
+
+       0.5.0claws
+
+       sync with sylpheed 0.5.0
+               change of version number only
+
+2001-07-06 [paul]
+
+       0.5.0claws5
+
+       sync with sylpheed 0.5.0pre5
+
+2001-07-05 [paul]
+
+       sync with sylpheed 0.5.0pre4 release
+               /po and /manual/ja not sync'ed
+
+2001-07-04 [paul]
+
+       more sync with sylpheed 0.5.0pre4
+
+2001-07-03 [christoph]
+
+       * src/addressbook.c
+               fixed address book broken by address book
+               for VCard, JPilot, LDAP
+
+2001-07-03 [alfons]
+
+       * src/matcher.c
+       * src/textview.c
+               stopped memory leaks
+
+2001-07-03 [paul]
+
+       more sync with sylpheed 0.5.0pre4
+
+2001-07-02 [match]
+
+       * included address book patch for VCard, JPilot, LDAP
+       * pref_common.c - fixed Font options on Display tab (cosmetic)
+       * alertpanel.c - fixed truncated message
+
+2001-07-02 [christoph]
+
+       * src/mbox_folder.c
+       * src/procmsg.[ch]
+       * src/summaryview.c
+               mark threads for ignoring
+
+2001-07-02 [paul]
+
+       0.5.0claws4
+
+       * sync with sylpheed 0.5.0pre4
+               updated gettext to 0.10.38.
+
+2001-07-01 [paul]
+
+       * src/ mainwindow.c
+       * src/procmsg.h
+       * src/summaryview.[ch]
+               new right-click option: Label.
+               substitute for 'Mark-->Mark/Unmark', colours the line.
+               (submitted by Satoshi Nagayasu <snaga@snaga.org>)
+
+2001-07-01 [christoph]
+
+       * src/folderview.c
+               fixed font for trash
+       * src/summaryview.c
+               move ctree to unread message
+
+2001-07-01 [paul]
+
+       * sync with sylpheed 0.5.0pre3 release
+
+2001-06-30 [alfons]
+
+       * src/filesel.[ch]
+       * src/compose.c
+               allow inserting / attaching multiple files in
+               the composer window
+
+2001-06-30 [paul]
+
+       * src/codeconv.c
+               small change to Alfons' previous stuff so that it
+               actually makes
+
+2001-06-30 [alfons]
+
+       * lots of files changed; first attempt to merge the changes
+         and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
+
+2001-06-30 [paul]
+
+       * po/pt_BR.po
+               updated and completed, translations by Fabio
+                Junior Beneditto <fjbeneditto@yahoo.com.br>
+
+2001-06-29 [alfons]
+
+       * src/compose.c
+       * src/mimeproc.[ch]
+               allow selecting an attached files' mime type from a 
+               list of types.
+
+2001-06-29 [paul]
+
+       * more sync with sylpheed 0.5.0pre3
+
+2001-06-29 [paul]
+
+       * po/pt_BR.po
+               merge with sylpheed.pot and pt_BR.po provided by
+                Fabio Junior Beneditto.
+
+2001-06-29 [darko]
+
+       * src/procmime.c
+               make MIME types case insensitive
+
+2001-06-28 [alfons]
+
+       * po/nl.po
+               merge with sylpheed.pot and old nl.po; translations added.
+
+2001-06-28 [paul]
+
+       * more sync with sylpheed 0.5.0pre3
+
+2001-06-27 [alfons]
+
+       * src/summaryview.c
+               don't crash when removing parent node of messages
+               attracted by subject. this was caused by not deleting
+               the parent node from the subject line hash table.
+
+2001-06-27 [alfons]
+
+       * src/summaryview.c
+       * src/compose.[ch]
+       * src/mainwindow.c
+               if there are multiple messages selected, allow forwarding
+               them as attachments.
+
+2001-06-27 [paul]
+
+        * more sync with sylpheed 0.5.0pre3
+
+2001-06-26 [paul]
+
+        0.5.0claws3
+
+        * sync with sylpheed 0.5.0pre3
+
+2001-06-25 [paul]
+
+        * src/mainwindow.c
+                fixed 'compose news article' bug
+                from icon-and-text toolbar
+
+2001-06-25 [paul]
+
+        * sync with sylpheed 0.5.0pre2 release
+
+2001-06-24 [christoph]
+
+       * src/prefs_common.c
+               bug fix in font selection
+       * src/folderview.c
+               use sylpheed's normal font instead of
+               gtk default font for folders without
+               new messages
+
+2001-06-24 [alfons]
+
+       * src/mainwindow.[ch]
+               added composite compose mail / news button (an idea by Leandro
+               Pereira <leandro@linuxmag.com.br>)
+
+2001-06-24 [paul]
+
+        Added instructions for ldif-to-xml.py
+
+        * tools/README
+
+2001-06-23 [alfons]
+
+       Some minor things.
+
+       * src/pixmaps/stock_news_compose.xpm
+               added pixmap by Leandro
+       * src/prefs_common.c
+               tested built-in spelling checker of GCC 3.0 :)
+       * po/nl.po
+               merged dutch translation of sylpheed-main with
+               sylpheed.pot
+
+2001-06-23 [paul]
+
+        Added tools directory and files.
+
+        * tools/filter_conv.pl
+                converts old filter system to new filtering system
+        * tools/ldif-to-xml.py
+                converts netscape addressbook to sylpheed addressbook
+        * tools/README
+                descriptions/instructions for above two files
+
+2001-06-23 [christoph]
+
+       * src/inc.c
+       * src/manage_window.[ch]
+       * src/prefs_common.[ch]
+               mail retrieval dialog can be enabled, disabled
+               or hidden if non of sylpheed's windows is active
+
+2001-06-22 [paul]
+
+        0.5.0claws2
+
+        * sync with sylpheed 0.5.0pre2
+
+2001-06-21 [christoph]
+
+       * src/summaryview.c
+               show recipient on 'from' for all accounts
+               
+       * src/inc.c
+       * src/prefs_common.[ch]
+               disable error popup on mail receive errors
+
+2001-06-21 [alfons]
+
+       * src/compose.c
+               made the ruler correctly appear and disappear.
+
+       * src/Makefile.am
+               removed Hoa's work-in-progress-stuff (interesting!) so 
+               claws compiles ok.
+
+2001-06-20 [christoph]
+
+       * src/inc.c
+       * src/progressdialog.c
+               added scrolled window for list in progressdialog
+
+2001-06-20 [paul]
+
+        sync with sylpheed 0.5.0pre1 release
+
+2001-06-20 [christoph]
+
+       * src/summeryview.c
+               make building threads by subject work when
+               thread view is enabled
+               
+       * src/compose.c
+       * src/prefs_common.[ch]
+               automatically select account for mail replys
+
+2001-06-19 [sergey]
+
+       * src/compose.c (compose_create): keep Bcc and Reply-To visible if
+       they are filled in from the account settings.
+
+2001-06-19 [paul]
+
+        * more sync with sylpheed 0.5.0pre1
+
+2001-06-18 [alfons]
+
+       * src/Makefile.am,
+         src/procmime.c
+               added --sysconfdir to CPPFLAGS for pointing to the correct
+               location of mime.types. 
+
+               NOTE: make sure you use --sysconfdir when running ./autogen.sh
+               or ./configure!
+
 2001-06-18 [hoa]
 
        * src/summaryview.c