summaryrefslogtreecommitdiff
path: root/Build/source/texk/xdvik
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-06-28 23:47:26 +0000
committerKarl Berry <karl@freefriends.org>2009-06-28 23:47:26 +0000
commit8a2548cb37acbacd1a379a9771b3076788a210f0 (patch)
tree14433f174784be5d077237943b711ae24e913591 /Build/source/texk/xdvik
parentebcd9fe4ce10c5b310f01d67556875888f62fff6 (diff)
avoid date in binary
git-svn-id: svn://tug.org/texlive/trunk@13993 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/xdvik')
-rw-r--r--Build/source/texk/xdvik/ChangeLog.TL5
-rw-r--r--Build/source/texk/xdvik/gui/help-window.c4
2 files changed, 6 insertions, 3 deletions
diff --git a/Build/source/texk/xdvik/ChangeLog.TL b/Build/source/texk/xdvik/ChangeLog.TL
index 6caa6593803..da270ab31d9 100644
--- a/Build/source/texk/xdvik/ChangeLog.TL
+++ b/Build/source/texk/xdvik/ChangeLog.TL
@@ -1,6 +1,11 @@
ChangeLog.TL: Changes for xdvik (TeX Live)
==================================================
+2009-06-29 Karl Berry <karl@tug.org>
+
+ * gui/help-window.c (default_help_general): avoid embedding
+ date in binary.
+
2009-06-22 Peter Breitenlohner <peb@mppmu.mpg.de>
* dvi-draw.c: do not #include "kpathsea/c-vararg.h" (after
diff --git a/Build/source/texk/xdvik/gui/help-window.c b/Build/source/texk/xdvik/gui/help-window.c
index a69f2cfb393..4386d21a8ae 100644
--- a/Build/source/texk/xdvik/gui/help-window.c
+++ b/Build/source/texk/xdvik/gui/help-window.c
@@ -288,9 +288,7 @@ initialize_items(struct topic_info *info)
" in parts under the X Consortium license.\n",
"There is NO WARRANTY of anything.\n",
"\n",
- "Built on ",
- __DATE__,
- " using these configure options:\n",
+ "Built using these configure options:\n",
#if MOTIF
"- Motif toolkit (",
XmVERSION_STRING,