X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=client.tcl;h=119f17135c4d987d4bacd5f1822d184ec73b5e7a;hb=e41f24915c163651d35182d9ac65cbe8722a97e9;hp=548b075cf94fe307966c7c99e69b5956cc0ad4bf;hpb=278d7bafdc18c92dd9703de8154ec3b9d04bbdda;p=ir-tcl-moved-to-github.git diff --git a/client.tcl b/client.tcl index 548b075..119f171 100644 --- a/client.tcl +++ b/client.tcl @@ -4,7 +4,14 @@ # Sebastian Hammer, Adam Dickmeiss # # $Log: client.tcl,v $ -# Revision 1.81 1995-10-19 10:34:43 adam +# Revision 1.83 1995-11-28 17:26:36 adam +# Removed Carriage return from ir-tcl.c! +# Removed misc. debug logs. +# +# Revision 1.82 1995/11/02 08:47:56 adam +# Text widgets are flat now. +# +# Revision 1.81 1995/10/19 10:34:43 adam # More configurable client. # # Revision 1.80 1995/10/18 17:20:32 adam @@ -421,7 +428,7 @@ proc set-wrap {m} { } proc dputs {m} { - puts $m +# puts $m } proc set-display-format {f} { @@ -663,7 +670,7 @@ proc popup-license {} { top-down-window $w - text $w.top.t -width 80 -height 10 -wrap word \ + text $w.top.t -width 80 -height 10 -wrap word -relief flat -borderwidth 0 \ -yscrollcommand [list $w.top.s set] scrollbar $w.top.s -command [list $w.top.t yview] @@ -796,7 +803,7 @@ proc popup-marc {sno no b df} { pack $w.top -side top -fill both -expand yes pack $w.bot -fill both - text $w.top.record -width 60 -height 5 -wrap word \ + text $w.top.record -width 60 -height 5 -wrap word -relief flat -borderwidth 0 \ -yscrollcommand [list $w.top.s set] scrollbar $w.top.s -command [list $w.top.record yview] @@ -3290,7 +3297,7 @@ button .mid.clear -text Clear -command index-clear pack .mid.search .mid.scan .mid.present .mid.clear -side left \ -fill y -pady 1 -text .data.record -height 2 -width 20 -wrap none \ +text .data.record -height 2 -width 20 -wrap none -borderwidth 0 -relief flat \ -yscrollcommand [list .data.scroll set] -wrap $textWrap scrollbar .data.scroll -command [list .data.record yview] if {[tk4]} { @@ -3351,7 +3358,7 @@ if {[catch {ir z39}]} { ir z39 puts "ok" } -z39 logLevel all +#z39 logLevel all if {$hostid != "Default"} { catch {open-target $hostid $hostbase}