diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-03-07 09:17:49 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-03-07 09:17:49 +0000 |
commit | 3685e17fe98b53a9142f9edc6c8c335952fb57f0 (patch) | |
tree | 13fbfd0f8577e355aa30150f62d631682b1f574c /Build | |
parent | 4a3273d318e6b03612a55b94c67539f1beba85fe (diff) |
Fixed typos
git-svn-id: svn://tug.org/texlive/trunk@29304 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/libs/harfbuzz/ChangeLog | 4 | ||||
-rw-r--r-- | Build/source/texk/web2c/pdftexdir/ChangeLog | 4 | ||||
-rw-r--r-- | Build/source/texk/web2c/pdftexdir/pdftex.web | 4 | ||||
-rw-r--r-- | Build/source/texk/web2c/xetexdir/ChangeLog | 4 | ||||
-rw-r--r-- | Build/source/texk/web2c/xetexdir/xetex.web | 2 |
5 files changed, 13 insertions, 5 deletions
diff --git a/Build/source/libs/harfbuzz/ChangeLog b/Build/source/libs/harfbuzz/ChangeLog index 0a9a7e8c1b6..db42c7df577 100644 --- a/Build/source/libs/harfbuzz/ChangeLog +++ b/Build/source/libs/harfbuzz/ChangeLog @@ -1,7 +1,7 @@ 2013-03-07 Khaled Hosny <khaledhosny@eglug.org> - * ac/withenable.ac, configure.ac: Drop FreeType2 dependancy. - * Makefile.am: Don't build hb-ft.cc, drop FreeType2 dependancy. + * ac/withenable.ac, configure.ac: Drop FreeType2 dependency. + * Makefile.am: Don't build hb-ft.cc, drop FreeType2 dependency. * include/Makefile.am: Don't install hb-ft.h. 2013-01-19 Peter Breitenlohner <peb@mppmu.mpg.de> diff --git a/Build/source/texk/web2c/pdftexdir/ChangeLog b/Build/source/texk/web2c/pdftexdir/ChangeLog index bdacf399831..b9eaf00b602 100644 --- a/Build/source/texk/web2c/pdftexdir/ChangeLog +++ b/Build/source/texk/web2c/pdftexdir/ChangeLog @@ -1,3 +1,7 @@ +2013-03-06 Peter Breitenlohner <peb@mppmu.mpg.de> + + * pdftex.web: Typos. + 2013-03-04 Peter Breitenlohner <peb@mppmu.mpg.de> * am/pdftex.am: Better rules for {pdf,e}tex_version.h. diff --git a/Build/source/texk/web2c/pdftexdir/pdftex.web b/Build/source/texk/web2c/pdftexdir/pdftex.web index 58f616a8b6f..25511dafa91 100644 --- a/Build/source/texk/web2c/pdftexdir/pdftex.web +++ b/Build/source/texk/web2c/pdftexdir/pdftex.web @@ -19899,7 +19899,7 @@ procedure pdf_print_info; {print info object} var s: str_number; creator_given, producer_given, creationdate_given, moddate_given, trapped_given: boolean; begin - pdf_new_dict(obj_type_others, 0, 3); {keep Info readable unless explicitely forced} + pdf_new_dict(obj_type_others, 0, 3); {keep Info readable unless explicitly forced} creator_given:=false; producer_given:=false; creationdate_given:=false; @@ -37067,7 +37067,7 @@ MacKay in {\sl TUGboat\/} {\bf 8}, 14--25, 1987. In order to avoid confusion with \TeXeT\ the present implementation of mixed direction typesetting is called \TeXXeT. It differs from \TeXeT\ in several important aspects: (1)~Right-to-left text is reversed -explicitely by the |ship_out| routine and is written to a normal \.{DVI} +explicitly by the |ship_out| routine and is written to a normal \.{DVI} file without any |begin_reflect| or |end_reflect| commands; (2)~a |math_node| is (ab)used instead of a |whatsit_node| to record the \.{\\beginL}, \.{\\endL}, \.{\\beginR}, and \.{\\endR} text direction diff --git a/Build/source/texk/web2c/xetexdir/ChangeLog b/Build/source/texk/web2c/xetexdir/ChangeLog index 9ee78620d4d..b43a3d70e55 100644 --- a/Build/source/texk/web2c/xetexdir/ChangeLog +++ b/Build/source/texk/web2c/xetexdir/ChangeLog @@ -2,6 +2,10 @@ * XeTeXFontInst.cpp: Fix a typo. +2013-03-06 Peter Breitenlohner <peb@mppmu.mpg.de> + + * xetex.web: Typo. + 2013-03-04 Peter Breitenlohner <peb@mppmu.mpg.de> * am/xetex.am: Better rules for {e,xe}tex_version.h. diff --git a/Build/source/texk/web2c/xetexdir/xetex.web b/Build/source/texk/web2c/xetexdir/xetex.web index dd255884bcd..793552413d5 100644 --- a/Build/source/texk/web2c/xetexdir/xetex.web +++ b/Build/source/texk/web2c/xetexdir/xetex.web @@ -30756,7 +30756,7 @@ MacKay in {\sl TUGboat\/} {\bf 8}, 14--25, 1987. In order to avoid confusion with \TeXeT\ the present implementation of mixed direction typesetting is called \TeXXeT. It differs from \TeXeT\ in several important aspects: (1)~Right-to-left text is reversed -explicitely by the |ship_out| routine and is written to a normal \.{DVI} +explicitly by the |ship_out| routine and is written to a normal \.{DVI} file without any |begin_reflect| or |end_reflect| commands; (2)~a |math_node| is (ab)used instead of a |whatsit_node| to record the \.{\\beginL}, \.{\\endL}, \.{\\beginR}, and \.{\\endR} text direction |