diff -c tk/tkispell/Makefile:1.3 tk/tkispell/Makefile:1.5 *** tk/tkispell/Makefile:1.3 Sat Feb 5 17:38:38 1994 --- tk/tkispell/Makefile Sat Feb 5 17:38:38 1994 *************** *** 39,45 **** # #-------------------------------------------------- ! version = 1.6 src = tkispell objs = tclIndex libs = utils.tk ispell.tk bindings.tk topgetopt.tcl --- 39,45 ---- # #-------------------------------------------------- ! version = 1.6p1 src = tkispell objs = tclIndex libs = utils.tk ispell.tk bindings.tk topgetopt.tcl *************** *** 99,106 **** cp -R $(distrib) tkispell-$(version) rm -rf tkispell-$(version)/test/CVS tar chvf tkispell-$(version).tar tkispell-$(version) ! compress tkispell-$(version).tar ! # gzip -9v tkispell-$(version).tar rm -rf tkispell-$(version) @echo "*** Did you remember to cvs commit first?" --- 99,105 ---- cp -R $(distrib) tkispell-$(version) rm -rf tkispell-$(version)/test/CVS tar chvf tkispell-$(version).tar tkispell-$(version) ! gzip tkispell-$(version).tar rm -rf tkispell-$(version) @echo "*** Did you remember to cvs commit first?" diff -c tk/tkispell/tkispell:1.4 tk/tkispell/tkispell:1.6 *** tk/tkispell/tkispell:1.4 Sat Feb 5 17:38:39 1994 --- tk/tkispell/tkispell Sat Feb 5 17:38:39 1994 *************** *** 2,11 **** global tkisp_ed set tkisp_ed(lib) /usr/people/raines/prog/tk/tkispell ! # $Header: /usr2/people/raines/src/tk/tkispell/tkispell,v 1.4 1994/01/10 16:40:23 raines Exp $ ########################################################################### # ! # TkIspell v1.6 -- A Tk/Tcl interface to Ispell # by Paul Raines (raines@bohr.physics.upenn.edu) # # Note: this file is only a simple editor to demonstrate use of ispell.tk --- 2,11 ---- global tkisp_ed set tkisp_ed(lib) /usr/people/raines/prog/tk/tkispell ! # $Header: /usr2/people/raines/src/tk/tkispell/tkispell,v 1.6 1994/02/05 22:29:49 raines Exp $ ########################################################################### # ! # TkIspell v1.6p1 -- A Tk/Tcl interface to Ispell # by Paul Raines (raines@bohr.physics.upenn.edu) # # Note: this file is only a simple editor to demonstrate use of ispell.tk *************** *** 31,36 **** --- 31,38 ---- # v1.6 fix bug with topgetopt being left out of tclIndex # use new and improved bindings.tk # + # v1.6p1 fix bug with leaving in bind_textscrollset + # # globals set tkisp_ed(file) "" *************** *** 82,88 **** frame $tkisp_ed(top).tframe scrollbar $tkisp_ed(top).tscr -command "$tkisp_ed(top).txt yview" text $tkisp_ed(top).txt \ ! -yscroll "bind_textscrollset $tkisp_ed(top).tscr $tkisp_ed(top).txt" \ -setgrid true -width 80 -height 24 label $tkisp_ed(top).msg -text "No file" -relief raised --- 84,90 ---- frame $tkisp_ed(top).tframe scrollbar $tkisp_ed(top).tscr -command "$tkisp_ed(top).txt yview" text $tkisp_ed(top).txt \ ! -yscroll "$tkisp_ed(top).tscr set" \ -setgrid true -width 80 -height 24 label $tkisp_ed(top).msg -text "No file" -relief raised