r22477 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r22476‎ | r22477 | r22478 >
Date:19:52, 27 May 2007
Author:jeluf
Status:old
Tags:
Comment:
(bug 7899) Added \hline and \vline to the list of allowed TeX commands
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/math/texutil.ml (modified) (history)

Diff [purge]

Index: trunk/phase3/math/texutil.ml
@@ -466,6 +466,8 @@
467467 | "\\left" -> LEFT
468468 | "\\right" -> RIGHT
469469 | "\\hat" -> FUN_AR1 "\\hat "
 470+ | "\\hline" -> LITERAL (TEX_ONLY "\\hline ")
 471+ | "\\vline" -> LITERAL (TEX_ONLY "\\vline ")
470472 | "\\widehat" -> LITERAL (TEX_ONLY "\\widehat ")
471473 | "\\overline" -> LITERAL (TEX_ONLY "\\overline ")
472474 | "\\overbrace" -> LITERAL (TEX_ONLY "\\overbrace ")
Index: trunk/phase3/RELEASE-NOTES
@@ -87,6 +87,7 @@
8888 entries.
8989 * (bug 7432) Change language name for Aromanian (roa-rup)
9090 * (bug 908) Unexistent special pages now generate a red link.
 91+* (bug 7899) Added \hline and \vline to the list of allowed TeX commands
9192
9293 == MediaWiki API changes since 1.10 ==
9394

Follow-up revisions

RevisionCommit summaryAuthorDate
r22484Merged revisions 22458-22483 via svnmerge from...david22:52, 27 May 2007
r33521Allow \C and \Q as TeX commands to match \R, \N, \Z, because the inconsistenc...simetrical21:27, 17 April 2008