From 386cb215d8fd97a8e69a57e26e11e854dea14ea3 Mon Sep 17 00:00:00 2001 From: Michael Stucki <michael.stucki@typo3.org> Date: Fri, 6 May 2005 14:01:09 +0000 Subject: [PATCH] * Improved some ChangeLog comments git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@713 709f56b5-9817-0410-a4d7-c38de5d9e867 --- ChangeLog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index c20c36b1fe76..fc059dfe8bf0 100755 --- a/ChangeLog +++ b/ChangeLog @@ -153,10 +153,10 @@ * Added new stdWrap property "stdWrap" for calling stdWrap recursively * Added new hook in t3lib_tcemain::process_cmdmap (closes #0000823) * Removed typeNum = 0 in some places (a previous change already sets them to 0 by default) - * !!! Use nimbus.ttf and vera.ttf as default truetype fonts for the GIFBUILDER. This is generally not a problem because they were always used (arial.ttf is a symlink to nimbus.ttf, verdana.ttf is pointing to vera.ttf). However it could change your page design if you just overwrote the symlinks with a different file and did not set the fontFile in the GIFBUILDER configuration. + * !!! Use nimbus.ttf and vera.ttf as default truetype fonts for the GIFBUILDER. This is generally not a problem because they were always used (arial.ttf is a symlink to nimbus.ttf, verdana.ttf is pointing to vera.ttf). However it could change your page design if you have just overwritten the symlinks with a different file and did not set the fontFile in the GIFBUILDER configuration. * File- and foldernames in the fileadmin could be cut to some lenght. Therefore a tool tip is added to show the full name. * Fixed bug #0000286: spamProtectEmailAddresses sometimes wrecked table content elements - * New feature #0000490: Optionally remove duplicate parameters in typolinks + * New feature #0000490: Optionally remove duplicate parameters in typolinks (config.uniqueLinkVars=1). Thanks to Rupert Germann. * Fixed bug #0000675: Context menu did not work with Opera * Corrected a hook in index_ts.php -- GitLab