[comp.windows.x] 2nd patch to Xhp.patch.works.tar.Z

carlson@aftac.tis.llnl.gov (John Carlson) (05/02/89)

		>>>>>> patch to Xw <<<<<<<

This is file Xhp.patch.works.ptch2 on expo.lcs.mit.edu.

Thanks to Matthew (mjb@mentor.cc.purdue.edu) for finding this one.

There is a problem with TextEdit.c.  DeleteChar and InsertLine are no
longer keysyms.

John Carlson
carlson@tis.llnl.gov

Apply the following patch:

*** /tmp/,RCSt1a09061   Tue May  2 08:50:33 1989
--- TextEdit.c  Tue May  2 08:50:23 1989
***************
*** 398,404 ****
        Ctrl<Key>Z:     scroll-one-line-up()\n\
        Meta<Key>Z:     scroll-one-line-down()\n\
        Ctrl<Key>D:     delete-next-character()\n\
-       <Key>DeleteChar:        delete-next-character()\n\
        <Key>BackSpace: delete-previous-character()\n\
        Ctrl<Key>H:     delete-previous-character()\n\
        Meta<Key>D:     delete-next-word()\n\
--- 398,403 ----
***************
*** 414,420 ****
        Ctrl<Key>O:     newline-and-backup()\n\
        Ctrl<Key>M:     newline()\n\
        <Key>Return:    newline()\n\
!       <Key>InsertLine:        newline-and-indent()\n\
        Ctrl<Key>L:     redraw-display()\n\
        <FocusIn>:      focus-in()\n\
        <FocusOut>:     focus-out()\n\
--- 413,419 ----
        Ctrl<Key>O:     newline-and-backup()\n\
        Ctrl<Key>M:     newline()\n\
        <Key>Return:    newline()\n\
!       <Key>Linefeed:  newline-and-indent()\n\
        Ctrl<Key>L:     redraw-display()\n\
        <FocusIn>:      focus-in()\n\
        <FocusOut>:     focus-out()\n\