[2848] in Release_Engineering

home help back first fref pref prev next nref lref last post

xolh and xolc

daemon@ATHENA.MIT.EDU (vanharen@MIT.EDU)
Sat May 30 11:42:32 1992

From: vanharen@MIT.EDU
Date: Sat, 30 May 92 11:42:21 EDT
To: rel-eng@MIT.EDU


These were not simply resource changes as I had thought.  A file in
libMu needs to be changed, that lib rebuilt, and then xolc and xolh
relinked.  There are also a few changes to the resource file for xolh.
Diffs are below.

I hope that this is not the only reason to force a 7.4E release... :-)

						-C.

==============================================================================
diff -bwc MuSetEmacsBindings.c /source/third/common/MOTIF1.1.4/athena/Mu
*** MuSetEmacsBindings.c	Sat May 30 11:13:55 1992
--- /source/third/common/MOTIF1.1.4/athena/Mu/MuSetEmacsBindings.c	Mon May  4 10:56:42 1992
***************
*** 45,54 ****
  
  static XtTranslations EmacsBindings = NULL;
  static char EmacsBindingsText[] =
!        "~Shift ~Ctrl ~Meta ~Alt <Key>osfDelete:	delete-previous-character() \n\
! 	~Shift ~Ctrl  Meta ~Alt <Key>osfDelete:	kill-previous-word() \n\
! 	~Meta ~Alt <Key>osfBackSpace:	delete-previous-character() \n\
! 	 Meta ~Alt <Key>osfBackSpace:	kill-previous-word() \n\
  	Ctrl<Key>D:		delete-next-character() \n\
  	Meta<Key>D:		kill-next-word() \n\
  	Ctrl<Key>K:		kill-to-end-of-line() \n\
--- 45,52 ----
  
  static XtTranslations EmacsBindings = NULL;
  static char EmacsBindingsText[] =
!        "<Key>Delete:		delete-previous-character() \n\
! 	Meta<Key>Delete:	kill-previous-word() \n\
  	Ctrl<Key>D:		delete-next-character() \n\
  	Meta<Key>D:		kill-next-word() \n\
  	Ctrl<Key>K:		kill-to-end-of-line() \n\
***************
*** 76,85 ****
  
  static XtTranslations SingleLineEmacsBindings = NULL;
  static char SingleLineEmacsBindingsText[] = 
!        "~Shift ~Ctrl ~Meta ~Alt <Key>osfDelete:	delete-previous-character() \n\
! 	~Shift ~Ctrl  Meta ~Alt <Key>osfDelete:	kill-previous-word() \n\
! 	~Meta ~Alt <Key>osfBackSpace:	delete-previous-character() \n\
! 	 Meta ~Alt <Key>osfBackSpace:	kill-previous-word() \n\
          Ctrl<Key>D:             delete-next-character() \n\
          Meta<Key>D:             kill-next-word() \n\
          Ctrl<Key>K:             kill-to-end-of-line() \n\
--- 74,81 ----
  
  static XtTranslations SingleLineEmacsBindings = NULL;
  static char SingleLineEmacsBindingsText[] = 
!        "<Key>Delete:            delete-previous-character() \n\
!         Meta<Key>Delete:        kill-previous-word() \n\
          Ctrl<Key>D:             delete-next-character() \n\
          Meta<Key>D:             kill-next-word() \n\
          Ctrl<Key>K:             kill-to-end-of-line() \n\
==============================================================================
diff -cbw Olh.cpp /source/athena/athena.bin/olh/motif/Olh.cpp
*** Olh.cpp	Sat May 30 11:40:48 1992
--- /source/athena/athena.bin/olh/motif/Olh.cpp	Thu May  7 09:52:14 1992
***************
*** 68,74 ****
  *main.width:			600
  *main.height:			604
  #else
! *main.width:			470
  *main.height:			500
  #endif
  
--- 68,74 ----
  *main.width:			600
  *main.height:			604
  #else
! *main.width:			480
  *main.height:			500
  #endif
  
***************
*** 305,317 ****
  *textView.title:		On-Line Help Text
  *textView.iconName:		OLH Text
  !*textView*iconPixmap:		olh_text.xbm
! *textView.minWidth:		520
  *textView.minHeight:		200
  *textView.geometry:		-0+30
  *textView.borderWidth:		2
  !
  *textForm.shadowThickness:	2
! *textForm.width:		520
  *textForm.height:		500
  !
  *textForm.topAttachment:	ATTACH_FORM
--- 305,317 ----
  *textView.title:		On-Line Help Text
  *textView.iconName:		OLH Text
  !*textView*iconPixmap:		olh_text.xbm
! *textView.minWidth:		510
  *textView.minHeight:		200
  *textView.geometry:		-0+30
  *textView.borderWidth:		2
  !
  *textForm.shadowThickness:	2
! *textForm.width:		510
  *textForm.height:		500
  !
  *textForm.topAttachment:	ATTACH_FORM

home help back first fref pref prev next nref lref last post