diff options
author | Karl Berry <karl@freefriends.org> | 2008-03-23 23:39:58 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-03-23 23:39:58 +0000 |
commit | 346f174c635d39f3b92ea9dcfc72412420fb0b2d (patch) | |
tree | 0bfd7d92c1b4830e920a13b071be2229f4911e56 /Build/source/texk/web2c/ChangeLog | |
parent | fa218d57052492e2c5d06aa29a6d8926cefc5041 (diff) |
use new routine printcstring rather than fputs, so the new help message ends up in the log
git-svn-id: svn://tug.org/texlive/trunk@7111 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/ChangeLog')
-rw-r--r-- | Build/source/texk/web2c/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/ChangeLog b/Build/source/texk/web2c/ChangeLog index e586059fd76..169c224bb47 100644 --- a/Build/source/texk/web2c/ChangeLog +++ b/Build/source/texk/web2c/ChangeLog @@ -1,3 +1,9 @@ +2008-03-24 Karl Berry <karl@tug.org> + + * tex.ch: use print_c_string to print the new prompt_file_name + help message, so it ends up in the log. + * cpascal.h (printcstring): #define it. + 2008-03-23 Karl Berry <karl@tug.org> * tex.web, @@ -5,7 +11,6 @@ * tex.ch (prompt_file_name): output prompt_file_name_help_msg instead of a string pool string. - * web2c/common.defines (promptfilenamehelpmsg): new var. * cpascal.h: define it (conditionally for Windows). 2008-03-22 Karl Berry <karl@tug.org> |