6 Used aho-sethi-ullman hash function instead of mock lisp (ick)
12 deleted COMPAT_OBJS from OBJS
14 set libc="/usr/lib/libc.a"
15 made it always mv Makefile Makefile.bak
17 worked around Tcl_GetVar optimizer bug
27 "wm front window" raises window to front
29 53: warning: text following #endif violates ANSI standard
31 accom: Warning 100: main.c, line 321: statement not reached
33 integrated "tcp" command
34 updated: tkWindow.c tk.h
36 bug when changing entry's variable value to shorted than selected string,
37 not clearing selection properly, fixed EntrySetValue from:
38 entryPtr->selectFirst = -1;
40 entryPtr->selectFirst = entryPtr->selectLast = -1;
42 added "focus -query <windowname>" argument
43 added IdleHandlerPool because it was calling malloc alot
45 fixed bug in tk_CanvasCmd with multiple displays of different res,
46 by changing tkwin to new:
47 canvasPtr->pixelsPerMM = WidthOfScreen(Tk_Screen(new));
48 canvasPtr->pixelsPerMM /= WidthMMOfScreen(Tk_Screen(new));
50 added "grab -off <window>" argument to specify which server to ungrab
52 added "selection -window <windowname>"
53 ** tk_TextSelectTo was being called with one arg instead of x y in text.tcl
54 made default second arg that does the right thing
56 tk_WinfoCmd added "server" option that returns DisplayName w/out screen
58 added Tk_DefaultColormap, replacing calls to DefaultColormapOfScreen.
65 XPM_LIBS= -L$(XPM_DIR) -L../$(XPM_DIR) -lXpm
68 static time_t timeconv(int hh, int mm, int ss, int mer);
69 static time_t daylcorr(time_t future, time_t now);
70 static lookup(char *id);
72 Moved TCL_TK_LIBS to end:
73 $(CC) $(CFLAGS) ../tkucbsrc/main.o ../libtk.a ../libtcl.a \
74 $(XLDFLAGS) $(XPM_LIBS) $(TCL_TK_LIBS) -o ../wish
80 CC = cc $(CPPFLAGS) $(CFLAGS)
83 # $(ELMHOME)/lib/elm.a
86 #ifdef sun around #include <sys/vadvise.h>
87 #ifdef ELM around #include "elm.h"
88 added short YourStupid;
90 #ifdef ELM around vars and in sim_exit lice_init sim_update
91 factored out env_init and called in main
93 static int SimTileViewCmd
94 static int SimGraphViewCmd
96 deleted CdestX CdestY YourStupid
98 deleted InitSimLoad roadPercent policePercent firePercent
102 prune files, make index