Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Tommy Boatman (996f3ff02409e40be1dcbaa8d22bf65013635549)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Tommy Boatman <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Tommy Boatman (996f3ff02409e40be1dcbaa8d22bf65013635549)
  • Date: Sat, 3 Feb 2007 03:33:06 -0600

GIT changes to master grimoire by Tommy Boatman <tboatman2 AT houston.rr.com>:

shell-term-fm/x3270/FINAL | 19 +++++--------------
shell-term-fm/x3270/HISTORY | 7 +++++++
2 files changed, 12 insertions(+), 14 deletions(-)

New commits:
commit 996f3ff02409e40be1dcbaa8d22bf65013635549
Author: Tommy Boatman <tboatman2 AT houston.rr.com>
Commit: Tommy Boatman <tboatman2 AT houston.rr.com>

x3270: new fix for 11220

diff --git a/shell-term-fm/x3270/FINAL b/shell-term-fm/x3270/FINAL
index 5cae48a..238c6f7 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 288bfd4..94c86dc 100644
--- a/shell-term-fm/x3270/HISTORY
+++ b/shell-term-fm/x3270/HISTORY
@@ -1,4 +1,11 @@
2007-02-03 Tommy Boatman <tboatman2 AT 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 AT houston.rr.com>
* DETAILS: Version bump to 3.3.5
Removed UPDATED
Switched download URL to $SOURCEFORGE_URL



  • [SM-Commit] GIT changes to master grimoire by Tommy Boatman (996f3ff02409e40be1dcbaa8d22bf65013635549), Tommy Boatman, 02/03/2007

Archive powered by MHonArc 2.6.24.

Top of Page