r58933 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r58932‎ | r58933 | r58934 >
Date:01:50, 12 November 2009
Author:tstarling
Status:deferred
Tags:
Comment:
(bug 19159) Fixed missing tex_use_ams() for \overleftrightarrow. Patch suggested by cirwin. Tested only compilation.
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/math/texutil.ml (modified) (history)

Diff [purge]

Index: trunk/phase3/math/texutil.ml
@@ -481,7 +481,7 @@
482482 | "\\underbrace" -> LITERAL (TEX_ONLY "\\underbrace ")
483483 | "\\overleftarrow" -> LITERAL (TEX_ONLY "\\overleftarrow ")
484484 | "\\overrightarrow" -> LITERAL (TEX_ONLY "\\overrightarrow ")
485 - | "\\overleftrightarrow"->LITERAL (TEX_ONLY "\\overleftrightarrow ")
 485+ | "\\overleftrightarrow"-> (tex_use_ams(); LITERAL (TEX_ONLY "\\overleftrightarrow "))
486486 | "\\check" -> FUN_AR1 "\\check "
487487 | "\\acute" -> FUN_AR1 "\\acute "
488488 | "\\grave" -> FUN_AR1 "\\grave "
Index: trunk/phase3/RELEASE-NOTES
@@ -626,6 +626,7 @@
627627 * (bug 20112) Bitrotted tests in the t/ directory were failing.
628628 * (bug 21470) MediaWiki:Sp-contributions-explain is now wrapped in a <p> with
629629 id "mw-sp-contributions-explain"
 630+* (bug 19159) Fixed \overleftrightarrow in texvc
630631
631632 == API changes in 1.16 ==
632633

Status & tagging log