summaryrefslogtreecommitdiff
path: root/Build/source/texk
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2010-01-20 16:23:07 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2010-01-20 16:23:07 +0000
commita37aec89fc212ec44f8558598617491e9ed949eb (patch)
tree551bb94debde108c7a47fee51069d085ea90e3c9 /Build/source/texk
parent2a3a72988655ec9940ab235cd1384fb90f8844f3 (diff)
minor fixes
git-svn-id: svn://tug.org/texlive/trunk@16790 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk')
-rw-r--r--Build/source/texk/web2c/window/ChangeLog4
-rw-r--r--Build/source/texk/web2c/window/amiga.c6
-rw-r--r--Build/source/texk/web2c/window/win32.c2
3 files changed, 10 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/window/ChangeLog b/Build/source/texk/web2c/window/ChangeLog
index 3c13833ea1d..6d9788db385 100644
--- a/Build/source/texk/web2c/window/ChangeLog
+++ b/Build/source/texk/web2c/window/ChangeLog
@@ -1,3 +1,7 @@
+2010-01-20 Peter Breitenlohner <peb@mppmu.mpg.de>
+
+ * amiga.c, win32.c: Current METAFONT Version is 2.718281.
+
2009-12-23 Karl Berry <karl@tug.org>
* mftalk.c: doc fix.
diff --git a/Build/source/texk/web2c/window/amiga.c b/Build/source/texk/web2c/window/amiga.c
index ec686795066..c5b231abe91 100644
--- a/Build/source/texk/web2c/window/amiga.c
+++ b/Build/source/texk/web2c/window/amiga.c
@@ -81,6 +81,10 @@
* - Yet another change in my address, now it's a UNIX CIP pool:
* <scherer@physik.rwth-aachen.de>
* - Cleanup for the new web2c release.
+ *
+ * January 20, 2010:
+ *
+ * - MetaFont has the new version number 2.718281.
*/
#define EXTERN extern
@@ -207,7 +211,7 @@ boolean mf_amiga_initscreen(void)
WA_InnerHeight, scaledheight/lacefactor,
WA_Flags, WFLG_DRAGBAR|WFLG_DEPTHGADGET,
WA_AutoAdjust, FALSE,
- WA_Title, (ULONG)" MetaFont V2.718 Online Display",
+ WA_Title, (ULONG)" MetaFont V2.718281 Online Display",
WA_PubScreen, (ULONG)Scr,
TAG_DONE)))
{
diff --git a/Build/source/texk/web2c/window/win32.c b/Build/source/texk/web2c/window/win32.c
index 9a777ea8b50..ddfb875a4be 100644
--- a/Build/source/texk/web2c/window/win32.c
+++ b/Build/source/texk/web2c/window/win32.c
@@ -24,7 +24,7 @@
/* #define DEBUG 1 */
static char szAppName[] = "MF";
-static char szTitle[] = " MetaFont V2.718 Online Display";
+static char szTitle[] = " MetaFont V2.718281 Online Display";
static HWND my_window;
static HDC my_dc;
static HDC drawing_dc;