This is the changelog for TYPO3 4.0 beta2 since 4.0 beta1. I've removed the email addresses.
2006-01-20 Michael Stucki
New feature: Merged cron_cssstyledimgtext into CSS Styled Content. Kudos to Ernesto Baschny who did most of the work. Many thanks to Sebastian Kurfuerst for his great support. Great work boys!
Added support to fetch values from objects in getText: myVar.data = TSFE:fe_user|user|username
Fixed (part of) #2059: Removing "NOT NULL" when parsing SQL data
2006-01-19 Sebastian Kurfuerst
New feature: Revised Undo/History feature.
Fixed issue #1952: New hook in class.t3lib_userauthgroup.php
Fixed issue #2243: Hook needed in class.t3lib_befunc.php, function getProcessedValue
Fixed bug #2293: Javascript warnings
Fixed errors in t3lib_db::fullQuoteArray and UPDATEquery (came into the core some hours before)
2006-01-19 Karsten Dambekalns
sysext/dbal: Some bugfixes to connection handling; added $no_quote_fields support for INSERT and UPDATE methods.
Fixed bug #2059
2006-01-19 Ren�Fritz
Fixed bug: Fixed a problem with the RTE and inline images and base url's like http://mydomain.com/here_is_my_site/
Fixed bug: The nav frame do not update properly when submodules register different nav frames with navFrameScript in MCONF. (class.alt_menu_functions.php)
Fixed bug: fixed bug related to PHP5 and clone() in tslib_content
Fixed issue: Added clone() compatibility function for PHP4
Fixed bug: The javascript dyn tabs used for eg. TCEForms and placed in template.php were not shown when used in popup windows because of an uninitialized variable.
Fixed a missing "global": added a missing global $TYPO3_CONF_VARS; to t3lib_userauthgroup::fetchGroups which would have been prevented that the hook fetchGroupQuery worked
2006-01-19 Dmitry Dulepov
Fixed bug #1430: SEO + simulateStaticDocuments
2005-01-19 Peter Niederlag
Fixed issue #2268 on cleanup of sysext:css_styled_content
Fixed small issue with link in LICENSE.txt
2005-01-19 Martin Kutschker
add t3lib_div::sysLog() for Core logging
use t3lib_div::sysLog() in t3lib_db->sql_pconnect() and t3lib_db->sql_select_db()
add no_quote parameter to t3lib_db->fullQuoteArray() and to all SQL statement generating functions of t3lib_db
2006-01-19 Stanislas Rolland
Changes to the htmlArea RTE extension (details see local ChangeLog)
2006-01-18 Dmitry Dulepov
indexed_search: Removed empty line at the end of class.tx_indexedsearch.php. This line caused undesired effects in MSIE with certain PHP versions and UTF-8 encoding in FE.
2006-01-18 Sebastian Kurfuerst
Fixed bug #1869: Copy sites with flexible content elements inside crash with fatal error
Fixed bug #2136: changing extended view in list mode changes focus
New feature #1320: stdWrap for all ATagParams (except config.ATagParams)
2006-01-18 Bernhard Kraft
Fixed bugs #277, #1030 and #1472 which are all related to the same charset issue.
2006-01-17 Karsten Dambekalns
Fixed bug #432
2006-01-17 Wolfgang Klinger
Update the timestamp field (TCA/ctrl/tstamp) on delete
2006-01-16 Dmitry Dulepov
Fixed bug #2160: Turn off workspaces module for certain users not possible
2006-01-14 Ingmar Schlecht
Fixed #2248: Path disclosure in config_default.php and showpic.php
2006-01-14 Michael Stucki
Fixed bug #2102: PHP-Warning in the shortcut frame
Remove
Removed depencency of typo3conf/database.sql: The file contents are now calculated automatically.
2006-01-13 Wolfgang Klinger
The '[Translate to:]' message is now configurable via TSconfig and will be prepended only if there's an actual value
2006-01-12 Karsten Dambekalns
Fixed unclean document.location use in JavaScript parts, replaced by [window.]location.href
2006-01-12 Wolfgang Klinger
Introduced a new property 'ignore' for config.sys_language_mode
2006-01-12 Stanislas Rolland
Changes to the htmlArea RTE extension (details see local ChangeLog)