Lines Matching refs:now

412      * eMail Header highlighting now uses the correct delimiters for keywords (BenBE)
413 * eMail (RFC822\mbox) highlighting now highlights IPs, MIME types and
495 * Keyword Linking now uses considerably less strtolower calls (milian)
506 * Languages with STRICT_MODE_APPLIES = GESHI_MAYBE default to strict mode now. When no highlightable
521 - The overall_class is now up to the user, and the language-code is _always_ added as a class (milian)
522 - Fixed Economy Mode for GeSHi::get_stylesheet() - now it just makes so much more sense! (milian)
539 * Extended support for number formats now covering the most common formats (SF#1923058, BenBE)
541 * Changed behaviour of PARSER_CONTROL now allowing to provide the full Lookahead and Lookbehind
565 * Removed <, > and / from HTML names, now only containing the real tag names (BenBE)
617 - Example script now properly includes geshi and doesn't suppress error messages anylonger. (Milian Wolff)
629 Even if GeSHi worked with PHP 4.1 before, it doesn't now. (Milian Wolff)
655 - Language files can now specify a function to be called to decide the
863 - Fixed up geshi_highlight function: it now correctly uses <code> instead of <div> (Remi Faure)
901 - Minor change to rules regarding when keywords can appear - now dots (.) are
904 is now applied (Amit Gupta)
914 - Fixed bug in set_code_style: Second parameter is now optional
966 - You can now specify an array of object splitters, and each
1005 - error() now returns a human-readable error message
1017 - If there is an error the source that is outputted is now handled much better
1018 - Lines are broken in the source only by \n now, not by \r\n (to save on output source)