summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTommy Boatman2007-02-03 03:32:00 -0600
committerJeremy Blosser2007-02-16 21:18:02 -0600
commitf263ef4848814c90da05614eb9b1ca6413e2575c (patch)
treebc85f897cc55404456102c4a3ef036a88c169256
parent5f0dc1143a0e656fdb1264a92f7e0609dca3b7d7 (diff)
x3270: new fix for 11220
(cherry picked from commit 996f3ff02409e40be1dcbaa8d22bf65013635549)
-rwxr-xr-xshell-term-fm/x3270/FINAL19
-rw-r--r--shell-term-fm/x3270/HISTORY7
2 files changed, 12 insertions, 14 deletions
diff --git a/shell-term-fm/x3270/FINAL b/shell-term-fm/x3270/FINAL
index 5cae48aa73..238c6f70d1 100755
--- a/shell-term-fm/x3270/FINAL
+++ b/shell-term-fm/x3270/FINAL
@@ -1,14 +1,5 @@
-message "${PROBLEM_COLOR}ICU support currently unavailable."
-message "Fixed 3270 fonts depend on ICU support, others are" \
- "not affected.${DEFAULT_COLOR}"
-if [ $DISPLAY ]
-then
- message "${MESSAGE_COLOR}Rehashing font database...${DEFAULT_COLOR}"
- xset fp rehash
-else
- message "${PROBLEM_COLOR}No DISPLAY variable set.${DEFAULT_COLOR}"
- message "${MESSAGE_COLOR}To ensure full functionality, " \
- "be sure to issue 'xset fp rehash' or restart your X " \
- "Server. You will not be able to change fonts in x3270 " \
- "until this is done.${DEFAULT_COLOR}"
-fi
+ message "${PROBLEM_COLOR}ICU support currently unavailable."
+ message "${MESSAGE_COLOR}Fixed fonts do not currently work." \
+ "ISO fonts will"
+ message "function after executing the${FILE_COLOR}" \
+ "xset fp rehash${MESSAGE_COLOR} command.${DEFAULT_COLOR}"
diff --git a/shell-term-fm/x3270/HISTORY b/shell-term-fm/x3270/HISTORY
index 288bfd43a6..94c86dc2ff 100644
--- a/shell-term-fm/x3270/HISTORY
+++ b/shell-term-fm/x3270/HISTORY
@@ -1,4 +1,11 @@
2007-02-03 Tommy Boatman <tboatman2@houston.rr.com>
+ * FINAL: removed $DISPLAY check as the variable
+ seems to be improperly set in many cases.
+ Altered the warning message for icu to have
+ the user issue xset fp rehash as an alternative
+ fix for 11220
+
+2007-02-03 Tommy Boatman <tboatman2@houston.rr.com>
* DETAILS: Version bump to 3.3.5
Removed UPDATED
Switched download URL to $SOURCEFORGE_URL