1 |
578 |
markom |
2001-04-06 Christopher Faylor
|
2 |
|
|
|
3 |
|
|
* configure.in: Add test for -mwin32 requirement switch when building
|
4 |
|
|
on cygwin.
|
5 |
|
|
* configure: Regenerate.
|
6 |
|
|
* win/Makefile.in (EXTRA_CFLAGS): Add a place to potentially put
|
7 |
|
|
-mwin32 flag.
|
8 |
|
|
|
9 |
|
|
Tue Jun 6 22:09:02 2000 Christopher Faylor
|
10 |
|
|
|
11 |
|
|
* win/Makefile.in: Set up and use autoconf variables throughout to
|
12 |
|
|
allow overriding variables from the make command line.
|
13 |
|
|
|
14 |
|
|
2000-01-26 DJ Delorie
|
15 |
|
|
|
16 |
|
|
* win/tixWCmpt.c (DllMain): Use _imp__ instead of __imp_
|
17 |
|
|
|
18 |
|
|
1999-12-06 Mo DeJong
|
19 |
|
|
|
20 |
|
|
* win/Makefile.in: removed export of symbols that start with _real@.
|
21 |
|
|
this is needed for VC++ 6.0
|
22 |
|
|
|
23 |
|
|
1999-09-22 DJ Delorie
|
24 |
|
|
|
25 |
|
|
* win/Makefile.in (LIB_DIR etc): change to @dir@ form
|
26 |
|
|
|
27 |
|
|
Thu Aug 26 18:44:04 1999 Geoffrey Noer
|
28 |
|
|
|
29 |
|
|
Changes necessary to avoid Windows install-time conflicts
|
30 |
|
|
with similarly named files in itcl/iwidgets docs:
|
31 |
|
|
* man/ComboBox.n: delete
|
32 |
|
|
* man/TixComboBox.n: newly renamed
|
33 |
|
|
* man/ComboBox.html: delete
|
34 |
|
|
* man/TixComboBox.html: newly renamed
|
35 |
|
|
|
36 |
|
|
1999-05-28 Syd Polk
|
37 |
|
|
|
38 |
|
|
* win/tkConsole81.c: Added. Initialized tcl correctly for 8.1.
|
39 |
|
|
|
40 |
|
|
* win/Makefile.in: Use correct console obj for tcl8.1.
|
41 |
|
|
|
42 |
|
|
1999-04-22 Syd Polk
|
43 |
|
|
|
44 |
|
|
* unix/Makefile.in: Don't create lib directory for install-libraries.
|
45 |
|
|
|
46 |
|
|
1999-03-26 Martin Hunt
|
47 |
|
|
|
48 |
|
|
* library/pref/TkWin.csc: Don't set scrollbar default
|
49 |
|
|
widths. The scrollbar widget is native and Windows knows
|
50 |
|
|
how big it should be.
|
51 |
|
|
|
52 |
|
|
1999-03-15 Ian Roxborough
|
53 |
|
|
|
54 |
|
|
* library/NoteBook.tcl: reduce notebook tab hight, looks
|
55 |
|
|
better on Unix and Windows.
|
56 |
|
|
|
57 |
|
|
Fri Feb 26 15:38:56 1999 Geoffrey Noer
|
58 |
|
|
|
59 |
|
|
* configure.in: Change "cygwin32*" to "cygwin*"
|
60 |
|
|
* configure: Regenerate.
|
61 |
|
|
|
62 |
|
|
1999-02-22 Syd Polk
|
63 |
|
|
|
64 |
|
|
* win/configure.in: Fixed TIX_LIB_FULL_PATH for Visual C++.
|
65 |
|
|
* win/configure: Regenerate.
|
66 |
|
|
|
67 |
|
|
1999-02-09 Syd Polk
|
68 |
|
|
|
69 |
|
|
* tixConfig.sh.in: Added TIX_LIB_FULL_PATH.
|
70 |
|
|
* unix/tk8.0/configure.in: Added TIX_LIB_FULL_PATH. Exported
|
71 |
|
|
TCL_LIB_FULL_PATH, TK_LIB_FULL_PATH and ITCL_LIB_FULL_PATH
|
72 |
|
|
for dependencies.
|
73 |
|
|
* unix/tk8.1/configure.in: Likewise.
|
74 |
|
|
* unix/tk8.0/configure: Regenerated.
|
75 |
|
|
* unix/tk8.1/oonfigure: Regenerated.
|
76 |
|
|
* unix/tk8.0/Makefile.in: Use TCL_LIB_FULL_PATH, TK_LIB_FULL_PATH,
|
77 |
|
|
and ITCL_LIB_FULL_PATH for dependencies.
|
78 |
|
|
* unix/tk8.1/Makefile.in: Likewise.
|
79 |
|
|
|
80 |
|
|
1999-02-04 James Ingham
|
81 |
|
|
|
82 |
|
|
* generic/tixInit.c: Use tcl_findLibrary for Tk 8.1b1 and beyond.
|
83 |
|
|
|
84 |
|
|
* generic/tixInit.c (Tix_Init_Internal): make sure tix_library is
|
85 |
|
|
actually set before trying to fprintf it.
|
86 |
|
|
|
87 |
|
|
* {unix,win}/tk{8.0,8.1}configure.in: Add TIX_BUILD_LOCATION
|
88 |
|
|
as a convenience, so you don't have to construct it from tcl
|
89 |
|
|
version... * tixConfigure.sh.in: Add TIX_BUILD_LOCATION and
|
90 |
|
|
TIX_LIB_FILE.
|
91 |
|
|
* {unix,win}/tk{8.0,8.1}configure: regenerated.
|
92 |
|
|
|
93 |
|
|
1999-02-02 James Ingham
|
94 |
|
|
|
95 |
|
|
* library/Control.tcl: Calling doAdjustValue with the wrong
|
96 |
|
|
arguments. Remove serial from the call.
|
97 |
|
|
|
98 |
|
|
1998-01-26 Jim Ingham jingham@cygnus.com
|
99 |
|
|
|
100 |
|
|
Merging changes from gdbtk-980810-branch onto trunk to support
|
101 |
|
|
Itcl3.0.
|
102 |
|
|
|
103 |
|
|
* generic/tixItcl.c, generic/tixItcl.h: Added code to support
|
104 |
|
|
Namespaces in Tcl8.0. This should be used BOTH with Itcl3.0 & Tcl8.0.
|
105 |
|
|
* generic/tixMethod.c: Use the Tix_ItclSetGlobalNameSp function
|
106 |
|
|
everywhere, rather than doing it inline, which did not work with
|
107 |
|
|
Tcl 8.0.3.
|
108 |
|
|
|
109 |
|
|
* generic/tixInit.c: If we are in Tcl8.0.3, use tcl_findLibrary.
|
110 |
|
|
|
111 |
|
|
Tue Jan 26 08:48:06 1999 Keith Seitz
|
112 |
|
|
|
113 |
|
|
* library/Control.tcl (tixControl:SetBindings): Force the
|
114 |
|
|
non-autorepeat case to be a normal button with a -command.
|
115 |
|
|
|
116 |
|
|
Wed Jan 13 12:22:04 1999 Keith Seitz
|
117 |
|
|
|
118 |
|
|
* library/Control.tcl (tixControl:SetBindings): Pass the amount
|
119 |
|
|
of the change (-1 or +1) to StopRepeat, too.
|
120 |
|
|
(tixControl:config-state): When the state is set to normal,
|
121 |
|
|
call tixControl:SetBindings to reinstall the normal bindings.
|
122 |
|
|
If setting the state to disabled, also disable the button bindings.
|
123 |
|
|
(tixControl:StartRepeat): If autorepeat is disabled, do not set
|
124 |
|
|
the value of the widget with the buttonpress event. Let StopRepeat
|
125 |
|
|
do it.
|
126 |
|
|
(tixControl:doAdjustValue): New proc.
|
127 |
|
|
(tixControl:StopRepeat): Add "amount" argument. When autorepeat
|
128 |
|
|
is off, call doAdjustValue to set the value.
|
129 |
|
|
|
130 |
|
|
1999-01-15 Syd Polk
|
131 |
|
|
|
132 |
|
|
* Fix header files to work with tcl8.1b1.
|
133 |
|
|
|
134 |
|
|
1999-01-01 Michael Meissner
|
135 |
|
|
|
136 |
|
|
* unix/tk8.{0,1}/Makefile.in (_install_): Use $(INSTALL_PROGRAM)
|
137 |
|
|
instead of $(INSTALL_DATA) to install $(TIX_EXE_FILE).
|
138 |
|
|
|
139 |
|
|
1998-11-06 Syd Polk
|
140 |
|
|
|
141 |
|
|
* generic/tixCompat.c: strdup does not mix with the allocator that
|
142 |
|
|
Tcl uses on Windows. Always use tixStrDup.
|
143 |
|
|
* unix/tk4.2/configure.in: Get rid of test for strdup
|
144 |
|
|
* unix/tk4.2/configure: Regenerated.
|
145 |
|
|
* unix/tk8.0/configure.in: Get rid of test for strdup
|
146 |
|
|
* unix/tk8.0/configure: Regenerated
|
147 |
|
|
* unix/tk8.1/configure.in: Get rid of test for strdup
|
148 |
|
|
* unix/tk8.1/configure: Regenerated
|
149 |
|
|
* win/Makefile.in: Get rid of define of strdup
|
150 |
|
|
|
151 |
|
|
Mon Nov 2 15:05:33 1998 Geoffrey Noer
|
152 |
|
|
|
153 |
|
|
* configure.in: detect cygwin* instead of cygwin32*
|
154 |
|
|
* configure: regenerate
|
155 |
|
|
|
156 |
|
|
1998-10-28 Syd Polk
|
157 |
|
|
|
158 |
|
|
* win/Makefile.in: install-libraries needs to install the
|
159 |
|
|
tix dll.
|
160 |
|
|
|
161 |
|
|
1998-10-27 Syd Polk
|
162 |
|
|
|
163 |
|
|
* win/Makefile.in: Fix paths for the 8.1 build to point to
|
164 |
|
|
tcl8.1 and tk8.1.
|
165 |
|
|
|
166 |
|
|
1998-10-26 Syd Polk
|
167 |
|
|
|
168 |
|
|
* win/aclocal.m4: Added so that the macros to find tcl and tk are
|
169 |
|
|
standardized.
|
170 |
|
|
* win/configure.in: Use standard macros for finding tcl and tk
|
171 |
|
|
* win/configure: Regenerated.
|
172 |
|
|
|
173 |
|
|
1998-10-20 Syd Polk
|
174 |
|
|
|
175 |
|
|
* unix/aclocal.m4: Added so that the macros to find tcl and tk are
|
176 |
|
|
standardized.
|
177 |
|
|
* unix/configure.in: Use standard macros for finding tcl and tk.
|
178 |
|
|
* unix/configure: Regenerated
|
179 |
|
|
* unix/tk8.1/aclocal.m4: Likewise
|
180 |
|
|
* unix/tk8.1/configure.in: Likewise
|
181 |
|
|
* unix/tk8.1/configure: Regenerated
|
182 |
|
|
|
183 |
|
|
1998-10-14 Syd Polk
|
184 |
|
|
|
185 |
|
|
* win/Makefile.in: Fixed hard-wired library name.
|
186 |
|
|
|
187 |
|
|
1998-10-05 Syd Polk
|
188 |
|
|
|
189 |
|
|
* unix/configure: Regenerated with updated autoconf
|
190 |
|
|
* win/Makefile.in: Fixed link command lines to work with
|
191 |
|
|
MSVC build. Fixed to work with different tcl and tk DLL
|
192 |
|
|
names. Other misc. cleanup.
|
193 |
|
|
* win/configure.in: Generated TIX_BUILD_LIB_SPEC correctly
|
194 |
|
|
for Windows.
|
195 |
|
|
* win/configure: Regenerated.
|
196 |
|
|
|
197 |
|
|
1998-09-29 Syd Polk
|
198 |
|
|
|
199 |
|
|
* win/Makefile.in: Fixed to work with tcl 8.1.
|
200 |
|
|
|
201 |
|
|
1998-09-28 Syd Polk
|
202 |
|
|
|
203 |
|
|
* win/configure.in: Initial changes for Windows and Tcl8.1
|
204 |
|
|
* win/configure: Regenerated
|
205 |
|
|
* tcl8.1/dummy.dir: Added for tcl8.1
|
206 |
|
|
|
207 |
|
|
Sun Sep 13 17:28:50 1998 Geoffrey Noer
|
208 |
|
|
|
209 |
|
|
* unix/Makefile.in: correct typo in echoed install text
|
210 |
|
|
* win/Makefile.in: ditto
|
211 |
|
|
|
212 |
|
|
1998-09-08 Syd Polk
|
213 |
|
|
|
214 |
|
|
* tixConfig.sh.in: Added so that the location and name of the tix
|
215 |
|
|
library can be figured out by the clients the link them.
|
216 |
|
|
* unix/tk8.0/configure.in: Output tixConfig.sh.in
|
217 |
|
|
* unix/tk8.0/configure: Regenerate
|
218 |
|
|
* unix/tk8.1/configure.in: Output tixConfig.sh.in
|
219 |
|
|
* unix/tk8.1/configure: Regnerate
|
220 |
|
|
|
221 |
|
|
Mon Aug 31 11:26:54 1998 Syd Polk
|
222 |
|
|
|
223 |
|
|
* Makefile.in unix/Makefile.in: Updated to work with either
|
224 |
|
|
Tcl/Tk 8.0 or Tcl/Tk 8.1. 8.1 requires -fwritable-strings.
|
225 |
|
|
* unix/tk8.1/Makefile.in configure configure.in pkgIndex.tcl.in
|
226 |
|
|
tixAppInit.c: Added for Tcl/Tk 8.1 support.
|
227 |
|
|
|
228 |
|
|
Sun Jul 12 22:30:13 1998 Michael Tiemann
|
229 |
|
|
|
230 |
|
|
* unix/tk8.0/Makefile.in: Changed INSTALL_PROGRAM to INSTALL_DATA
|
231 |
|
|
where we're installing libraries, not programs. INSTALL_PROGRAM
|
232 |
|
|
is used when we might strip things; INSTALL_DATA is when we want
|
233 |
|
|
to intall something w/o stripping it.
|
234 |
|
|
|
235 |
|
|
Mon Jul 6 18:44:56 1998 Ian T Roxborough
|
236 |
|
|
|
237 |
|
|
* win/Makefile.in: Corrected a typo [($OBJEXT) should have been $(OBJEXT)],
|
238 |
|
|
to fix none MSVC builds.
|
239 |
|
|
|
240 |
|
|
1998-07-03 Ben Elliston
|
241 |
|
|
|
242 |
|
|
Patches from Ian T. Roxborough .
|
243 |
|
|
* configure.in: Add AC_OBJEXT macro invocation.
|
244 |
|
|
|
245 |
|
|
* configure: Regenerate.
|
246 |
|
|
|
247 |
|
|
* src/Makefile.in: Support compiling on Win32 systems.
|
248 |
|
|
|
249 |
|
|
* win/tkConsole80b1.c: Add prototype for TkConsolePrint.
|
250 |
|
|
|
251 |
|
|
Sun Jun 28 20:33:36 1998 Khamis Abuelkomboz
|
252 |
|
|
|
253 |
|
|
* library/NoteBook.tcl (tixNoteBook:MouseUp): In some cases it
|
254 |
|
|
happens that the widget gets a mouse/release without a
|
255 |
|
|
mouse/pressed event, this cause an error
|
256 |
|
|
"data(w:down) invalid variable".
|
257 |
|
|
|
258 |
|
|
1998-06-18 Ben Elliston
|
259 |
|
|
|
260 |
|
|
* win/Makefile.gvc: Remove.
|
261 |
|
|
|
262 |
|
|
Tue Jun 9 01:33:08 1998 Martin M. Hunt
|
263 |
|
|
|
264 |
|
|
* library/Control.tcl (tixControl:SetBindings): Incr
|
265 |
|
|
and decr commands may take too long so bind the buttons
|
266 |
|
|
to an "after idle" command.
|
267 |
|
|
|
268 |
|
|
Mon Jun 8 12:19:18 1998 Martin M. Hunt
|
269 |
|
|
|
270 |
|
|
* library/Control.tcl (tixControl:incr): Don't call SetValue
|
271 |
|
|
just before we change it.
|
272 |
|
|
(tixControl:decr): Don't call SetValue just before we change it.
|
273 |
|
|
(tixControl:StartRepeat): Set a local variable with the
|
274 |
|
|
value of data(serial) so a buttonrelease event doesn't
|
275 |
|
|
change it while in this function. This fixes autorepeat problems.
|
276 |
|
|
(tixControl:Repeat): Use local variable "serial" instead of
|
277 |
|
|
data(serial) to eliminate race conditions.
|
278 |
|
|
|
279 |
|
|
Thu Apr 30 18:10:15 1998 Geoffrey Noer
|
280 |
|
|
|
281 |
|
|
* win/Makefile.in: invoke gcc instead of ld when producing
|
282 |
|
|
dlls. Pass the linker options down via args to -Wl options.
|
283 |
|
|
|
284 |
|
|
Thu Apr 16 11:47:47 1998 Ian T. Roxborough (irox@cygnus.com)
|
285 |
|
|
|
286 |
|
|
* win/Makefile.gvc: Changed absolute paths relative.
|
287 |
|
|
|
288 |
|
|
Wed Apr 15 16:46:18 1998 Ian T. Roxborough (irox@cygnus.com)
|
289 |
|
|
|
290 |
|
|
* win/Makefile.gvc: Hacked make script to compile tix with MSVC.
|
291 |
|
|
|
292 |
|
|
Tue Mar 24 23:10:41 1998 Jeffrey A Law (law@cygnus.com)
|
293 |
|
|
|
294 |
|
|
* generic/tixUtils.c (tix_strdup): Use "CONST", not "const" to avoid
|
295 |
|
|
losing with non-ANSI compilers.
|
296 |
|
|
|
297 |
|
|
Tue Mar 24 17:30:22 1998 Stu Grossman
|
298 |
|
|
|
299 |
|
|
* win/configure: Regenerate with autoconf 2.12.1 to fix shell
|
300 |
|
|
issues for NT native builds.
|
301 |
|
|
|
302 |
|
|
Wed Mar 11 14:51:59 1998 Tom Tromey
|
303 |
|
|
|
304 |
|
|
* library/pref/tixmkpref (tixInitOptionDatabase): Set .background
|
305 |
|
|
for TixScrolledText, TixScrolledWindow, TixScrolledListBox,
|
306 |
|
|
TixTree.
|
307 |
|
|
* library/pref/TkWin.csc: Rebuilt.
|
308 |
|
|
|
309 |
|
|
Sat Mar 21 21:18:06 1998 Elena Zannoni
|
310 |
|
|
|
311 |
|
|
Merged changes from Foundry:
|
312 |
|
|
|
313 |
|
|
- Martin M. Hunt
|
314 |
|
|
* library/ComboBox.tcl (tixComboBox:Popup): Make sure
|
315 |
|
|
popups are always in the correct place for Windows and Unix.
|
316 |
|
|
|
317 |
|
|
- Tom Tromey
|
318 |
|
|
* library/SText.tcl (tixScrolledText:ConstructWidget): Create
|
319 |
|
|
sizebox if requested.
|
320 |
|
|
* library/SListBox.tcl (tixScrolledListBox:ConstructWidget):
|
321 |
|
|
Create sizebox if requested.
|
322 |
|
|
* library/SHList.tcl (tixScrolledHList:ConstructWidget): Create
|
323 |
|
|
sizebox if requested.
|
324 |
|
|
* library/SWindow.tcl (tixScrolledWindow:ConstructWidget): Create
|
325 |
|
|
sizebox if requested.
|
326 |
|
|
* library/SWidget.tcl (tixScrolledWidget): New config option
|
327 |
|
|
-sizebox.
|
328 |
|
|
(tixScrolledWidget:config-scrollbar): If -sizebox set, then ignore
|
329 |
|
|
-scrollbar option.
|
330 |
|
|
(tixScrolledWidget:RepackHook): Place sizebox if requested.
|
331 |
|
|
(tixScrolledWidget:config-sizebox): New proc.
|
332 |
|
|
* library/pref/TkWin.csc: Rebuilt.
|
333 |
|
|
* library/pref/tixmkpref (tixInitOptionDatabase): Typo fix.
|
334 |
|
|
* library/ComboBox.tcl (tixComboBox:ConstructListShell): Set
|
335 |
|
|
-scrollbarspace here, not in class record.
|
336 |
|
|
* library/ComboBox.tcl: Set -scrollbarspace on scrolled listbox
|
337 |
|
|
subwidget.
|
338 |
|
|
|
339 |
|
|
- Ian Lance Taylor
|
340 |
|
|
* win/Makefile.in ($(TIXDLL)): Don't generate relocs for debugging
|
341 |
|
|
information.
|
342 |
|
|
* generic/tixUtils.c (tix_strdup): New function.
|
343 |
|
|
* win/Makefile.in (.c.o): Add -Dstrdup=tix_strdup.
|
344 |
|
|
($(TMPDIR)/%.o): Likewise.
|
345 |
|
|
* library/ComboBox.tcl (tixComboBoxBind): In binding,
|
346 |
|
|
don't set the entry selection if there is no text in the entry.
|
347 |
|
|
|
348 |
|
|
Fri Feb 13 12:56:19 1998 Ian Lance Taylor
|
349 |
|
|
|
350 |
|
|
* unix/tk8.0/configure.in: Define and substitute TIX_RANLIB.
|
351 |
|
|
* unix/tk8.0/Makefile.in (TIX_RANLIB): New variable.
|
352 |
|
|
($(TIX_LIB_FILE)): Use $(TIX_RANLIB) rather than $(RANLIB).
|
353 |
|
|
($(TCL_SAM_FILE), $(TK_SAM_FILE), $(TIX_SAM_FILE)): Likewise.
|
354 |
|
|
* unix/tk8.0/configure: Rebuild.
|
355 |
|
|
|
356 |
|
|
Tue Dec 23 16:35:29 1997 Ian Lance Taylor
|
357 |
|
|
|
358 |
|
|
* win/Makefile.in ($(TIXDLL)): Don't generate relocs for debugging
|
359 |
|
|
information.
|
360 |
|
|
|
361 |
|
|
Wed Nov 12 11:31:06 1997 Ian Lance Taylor
|
362 |
|
|
|
363 |
|
|
* library/PanedWin.tcl (tixPanedWindow:AddSeparator): On Windows,
|
364 |
|
|
make the separator a 4 pixel ridge.
|
365 |
|
|
(tixPanedWindow:UpdateSizes): On Windows, make the separator 4
|
366 |
|
|
pixels thick.
|
367 |
|
|
|
368 |
|
|
Tue Nov 11 15:59:43 1997 Ian Lance Taylor
|
369 |
|
|
|
370 |
|
|
* library/PanedWin.tcl (tixPanedWindow:PlotHandles): Don't
|
371 |
|
|
separator buttons on Windows.
|
372 |
|
|
|
373 |
|
|
Sun Nov 9 22:17:03 1997 Ian Lance Taylor
|
374 |
|
|
|
375 |
|
|
* library/Event.tcl (tixBuiltInCmdErrorHandler): On Windows, use
|
376 |
|
|
bgerror rather than puts.
|
377 |
|
|
|
378 |
|
|
Sun Nov 9 16:00:14 1997 Tom Tromey
|
379 |
|
|
|
380 |
|
|
* library/pref/TkWin.csc: Rebuilt.
|
381 |
|
|
* library/pref/tixmkpref (tixInitOptionDatabase): Changed
|
382 |
|
|
background for HList and friends.
|
383 |
|
|
|
384 |
|
|
Wed Nov 5 13:24:06 1997 Tom Tromey
|
385 |
|
|
|
386 |
|
|
* library/PanedWin.tcl (tixPanedWindow:setsize): Correctly
|
387 |
|
|
vertical orientation.
|
388 |
|
|
|
389 |
|
|
Tue Nov 4 12:04:01 1997 Tom Tromey
|
390 |
|
|
|
391 |
|
|
* library/fs.tcl (tixFSIsNorm) [Windows version]: Accept C:\.
|
392 |
|
|
|
393 |
|
|
Wed Oct 29 11:37:18 1997 Ian Lance Taylor
|
394 |
|
|
|
395 |
|
|
* generic/tixInit.c: Fix some backslashes with following spaces.
|
396 |
|
|
|
397 |
|
|
Tue Oct 28 17:05:41 1997 Martin M. Hunt
|
398 |
|
|
|
399 |
|
|
* generic/tixInit.c: Fix tix initscript to allow
|
400 |
|
|
embedded whitespace in pathnames.
|
401 |
|
|
|
402 |
|
|
Tue Oct 28 16:41:56 1997 Ian Lance Taylor
|
403 |
|
|
|
404 |
|
|
* Makefile.in (install-minimal): New target.
|
405 |
|
|
* unix/Makefile.in (install-minimal): New target.
|
406 |
|
|
* win/Makefile.in (install-minimal): New target.
|
407 |
|
|
|
408 |
|
|
Thu Oct 23 12:44:48 1997 Tom Tromey
|
409 |
|
|
|
410 |
|
|
* library/pref/TkWin.csc: Rebuilt.
|
411 |
|
|
* library/pref/TkWin.fsc: Rebuilt.
|
412 |
|
|
* library/pref/TkWin.fs: Use correct font names.
|
413 |
|
|
|
414 |
|
|
Tue Oct 21 13:11:51 1997 Tom Tromey
|
415 |
|
|
|
416 |
|
|
* library/pref/tixmkpref (tixInitOptionDatabase): Choose better
|
417 |
|
|
colors for the combobox on Windows.
|
418 |
|
|
|
419 |
|
|
Thu Oct 16 13:42:27 1997 Tom Tromey
|
420 |
|
|
|
421 |
|
|
* library/pref/TkWin.csc: Rebuilt.
|
422 |
|
|
* library/pref/tixmkpref (tixInitOptionDatabase): Set handle
|
423 |
|
|
background to bg color.
|
424 |
|
|
|
425 |
|
|
Sat Oct 11 18:09:33 1997 Tom Tromey
|
426 |
|
|
|
427 |
|
|
* library/pref/TkWin.fs (tixSetFontset): Use windows-* fonts.
|
428 |
|
|
|
429 |
|
|
Wed Oct 1 16:32:13 1997 Ian Lance Taylor
|
430 |
|
|
|
431 |
|
|
(tixUnixSam.o): Pass -I. to compile.
|
432 |
|
|
|
433 |
|
|
* unix/tk8.0/Makefile.in (tixUnixSam.o): Depend upon tixSamLib.c,
|
434 |
|
|
not $(UNIX_DIR)/tixSamLib.c.
|
435 |
|
|
(tixSamLib.c): Build in build directory, not source directory.
|
436 |
|
|
(sam_clean): Remove tixSamLib.c in build directory, not source
|
437 |
|
|
directory.
|
438 |
|
|
|
439 |
|
|
* unix/tk8.0/Makefile.in (TIX_LIBRARY): Change lib to share.
|
440 |
|
|
|
441 |
|
|
* generic/tixImgCmp.c (ImgCmpCreate): Take Tcl objects, rather
|
442 |
|
|
than strings, to match patch made to Tk.
|
443 |
|
|
|
444 |
|
|
Tue Sep 23 16:02:04 1997 Michael Meissner
|
445 |
|
|
|
446 |
|
|
* unix/tk8.0/configure.in: Disable broken code to automatically
|
447 |
|
|
rerun configure if config.cache was run on a different system.
|
448 |
|
|
|
449 |
|
|
Tue Aug 26 15:30:11 1997 Tom Tromey
|
450 |
|
|
|
451 |
|
|
* unix/Makefile.in (install-binaries): Write "fi;" for bash.
|
452 |
|
|
|
453 |
|
|
Mon Aug 25 03:41:57 1997 Martin M. Hunt
|
454 |
|
|
|
455 |
|
|
* library/pref/TkWin.fs: Set fixed_font to "fixedsys" so
|
456 |
|
|
TK can understand it. DO NOT USE SystemFixed!
|
457 |
|
|
|
458 |
|
|
Sun Aug 24 21:42:40 1997 Ian Lance Taylor
|
459 |
|
|
|
460 |
|
|
* win/Makefile.in ($(TIXDLL)): Set base address to 0x66600000.
|
461 |
|
|
|
462 |
|
|
Sat Aug 23 20:14:45 1997 Tom Tromey
|
463 |
|
|
|
464 |
|
|
* library/pref/TkWin.cs (tixSetScheme-color): Set input1_bg to
|
465 |
|
|
SystemWindow.
|
466 |
|
|
(tixSetScheme-mono): Set input1_bg to white.
|
467 |
|
|
* library/pref/TkWin.csc: Rebuilt.
|
468 |
|
|
|
469 |
|
|
Sat Aug 23 17:43:21 1997 Ian Lance Taylor
|
470 |
|
|
|
471 |
|
|
* library/pref/TkWin.fs (tixSetFontset): Set fixed_font to
|
472 |
|
|
"systemfixed".
|
473 |
|
|
* library/pref/TkWin.fsc: Rebuild.
|
474 |
|
|
|
475 |
|
|
Sat Aug 23 14:00:17 1997 Tom Tromey
|
476 |
|
|
|
477 |
|
|
* library/ComboBox.tcl (tixComboBox:config-state): Correctly set
|
478 |
|
|
-selectforeground and -selectbackground on listbox and entry.
|
479 |
|
|
|
480 |
|
|
* library/pref/tixmkpref (tixInitOptionDatabase): Changed argument
|
481 |
|
|
to `isWin'; use it.
|
482 |
|
|
* library/pref/TkWin.csc, library/pref/TkWin.fsc: Rebuilt.
|
483 |
|
|
|
484 |
|
|
Fri Aug 22 23:50:07 1997 Martin M. Hunt
|
485 |
|
|
|
486 |
|
|
* library/ComboBox.tcl (tixComboBox:Popup): Workaround to
|
487 |
|
|
fix problem where ComboBox popups are drawn in the wrong
|
488 |
|
|
place under NT.
|
489 |
|
|
|
490 |
|
|
Fri Aug 22 12:23:56 1997 Tom Tromey
|
491 |
|
|
|
492 |
|
|
* generic/tixInit.c (TIX_DEF_SCHEME): Define as "TkWin" on Windows.
|
493 |
|
|
(TIX_DEF_FONTSET): Likewise.
|
494 |
|
|
* library/SText.tcl: Reverted earlier change.
|
495 |
|
|
* library/NoteBook.tcl: Reverted most of change of Aug 20;
|
496 |
|
|
inactive background on nbframe still unset.
|
497 |
|
|
* library/pref/TkWin.cs: New file.
|
498 |
|
|
* library/pref/TkWin.csc: New file.
|
499 |
|
|
* library/pref/TkWin.fsc: New file.
|
500 |
|
|
* library/pref/TkWin.fs: New file.
|
501 |
|
|
* library/pref/tixmkpref (tixInitOptionDatabase): Fixed typos.
|
502 |
|
|
|
503 |
|
|
* library/SText.tcl: Don't set colors by default.
|
504 |
|
|
|
505 |
|
|
* generic/tixInit.c (TIX_DEF_FONTSET): Default to "TK".
|
506 |
|
|
(TIX_DEF_SCHEME): Likewise.
|
507 |
|
|
|
508 |
|
|
* library/Tix.tcl (tixAppContext:config-fontset): Set fontset.
|
509 |
|
|
Reverts change of Aug 18.
|
510 |
|
|
(tixAppContext:config-scheme): Likewise.
|
511 |
|
|
|
512 |
|
|
Wed Aug 20 12:00:04 1997 Tom Tromey
|
513 |
|
|
|
514 |
|
|
* library/NoteBook.tcl (tixNoteBook): Don't define default colors
|
515 |
|
|
or fonts.
|
516 |
|
|
|
517 |
|
|
* generic/tixDef.h (DEF_NOTEBOOKFRAME_INACTIVE_BG_COLOR): Define
|
518 |
|
|
as NORMAL_BG.
|
519 |
|
|
(DEF_NOTEBOOKFRAME_ACTIVE_BG_MONO): Define as WHITE.
|
520 |
|
|
|
521 |
|
|
* unix/tk8.0/Makefile.in (RUN_TCLSH): Find tclsh directly in
|
522 |
|
|
TCL_BIN_DIR.
|
523 |
|
|
(tixUnixSam.o): Pass -I. to compile.
|
524 |
|
|
|
525 |
|
|
* unix/tk8.0/configure: Rebuilt.
|
526 |
|
|
* unix/tk8.0/configure.in: Removed space in "not supported".
|
527 |
|
|
|
528 |
|
|
Mon Aug 18 12:37:47 1997 Tom Tromey
|
529 |
|
|
|
530 |
|
|
* generic/tixGrid.h (DEF_GRID_FONT): Use Tk default font.
|
531 |
|
|
* generic/tixDiText.c (DEF_TEXTSTYLE_FONT): Use Tk default font.
|
532 |
|
|
* generic/tixDiITxt.c (DEF_IMAGETEXTSTYLE_FONT): Use Tk default
|
533 |
|
|
font.
|
534 |
|
|
* generic/tixDef.h (DEF_CMPIMAGE_FONT): Use Tk default font.
|
535 |
|
|
(DEF_HLIST_FONT): Likewise.
|
536 |
|
|
(DEF_NOTEBOOKFRAME_FONT): Likewise.
|
537 |
|
|
(DEF_TLIST_FONT): Likewise.
|
538 |
|
|
(CTL_FONT): Define if not deifned by default.h.
|
539 |
|
|
|
540 |
|
|
Mon Aug 18 01:11:23 1997 Tom Tromey
|
541 |
|
|
|
542 |
|
|
* library/Tix.tcl (tixAppContext:CheckFontSets): Fonts never fail
|
543 |
|
|
on any Tk 8 platform.
|
544 |
|
|
(tixAppContext:config-fontset): Don't override Tk's defaults.
|
545 |
|
|
(tixAppContext:config-scheme): Likewise.
|
546 |
|
|
|
547 |
|
|
Fri Aug 15 20:02:29 1997 Ian Lance Taylor
|
548 |
|
|
|
549 |
|
|
* library/fs.tcl (tixFSIsNorm) [Windows version]: Handle UNC
|
550 |
|
|
(\\host\directory) paths.
|
551 |
|
|
(tixFSIsAbsPath) [Windows version]: Likewise.
|
552 |
|
|
(_tixNormalize) [Windows version]: Likewise.
|
553 |
|
|
(tixFSIsVPath) [Windows version]: Likewise.
|
554 |
|
|
|
555 |
|
|
* unix/tk8.0/Makefile.in (tixUnixSam.o): Depend upon tixSamLib.c,
|
556 |
|
|
not $(UNIX_DIR)/tixSamLib.c.
|
557 |
|
|
(tixSamLib.c): Build in build directory, not source directory.
|
558 |
|
|
(sam_clean): Remove tixSamLib.c in build directory, not source
|
559 |
|
|
directory.
|
560 |
|
|
|
561 |
|
|
Thu Aug 14 13:19:07 1997 Ian Lance Taylor
|
562 |
|
|
|
563 |
|
|
* unix/tk8.0/Makefile.in (TIX_LIBRARY): Change lib to share.
|
564 |
|
|
|
565 |
|
|
Wed Aug 13 16:29:33 1997 Tom Tromey
|
566 |
|
|
|
567 |
|
|
* generic/tixInit.c (Tix_Init_Internal): Turn off xpm handling.
|
568 |
|
|
|
569 |
|
|
Fri Aug 8 15:16:46 1997 Ian Lance Taylor
|
570 |
|
|
|
571 |
|
|
* unix/Makefile.in (TIX_LIBRARY): Change lib to share.
|
572 |
|
|
* win/Makefile.in (TIX_LIBRARY): Likewise.
|
573 |
|
|
|
574 |
|
|
* win/Makefile.in: Add TCL_VER == 8.0 cases for the various name
|
575 |
|
|
definitions.
|
576 |
|
|
|
577 |
|
|
Wed Aug 6 16:56:37 1997 Tom Tromey
|
578 |
|
|
|
579 |
|
|
* unix/tk8.0/Makefile.in (VPATH, srcdir): Define.
|
580 |
|
|
(TCL_BIN_DIR): Define.
|
581 |
|
|
(RUN_TCLSH): Use $(TCL_BIN_DIR), not $(TCL_SRC_DIR).
|
582 |
|
|
(tixAppInit.o): Get tixAppInit.c from $(srcdir).
|
583 |
|
|
(Makefile): Depend upon config.status.
|
584 |
|
|
|
585 |
|
|
* unix/tk8.0/configure.in: Look in plain tcl for TCL_SRC_DIR.
|
586 |
|
|
Look in plain tk for TK_SRC_DIR. Set TCL_BIN_DIR to object
|
587 |
|
|
directory, not using $(TCL_SRC_DIR). Likewise for TK_BIN_DIR.
|
588 |
|
|
Set TIX_SRC_DIR based on ${srcdir}.
|
589 |
|
|
|
590 |
|
|
Fri Aug 1 13:48:18 1997 Ian Lance Taylor
|
591 |
|
|
|
592 |
|
|
* win/Makefile.in: Copy install handling from unix/Makefile.in.
|
593 |
|
|
* win/configure.in: Don't create the subdirectory if it exists.
|
594 |
|
|
Define and substitute SRC_DIR and TIX_VERSION.
|
595 |
|
|
* win/configure: Rebuild.
|
596 |
|
|
|
597 |
|
|
* win/Makefile.in (TIXDLLNAME): Define, in several variants.
|
598 |
|
|
($(TIXDLL)): Build into $(TIXDLLNAME), and then copy.
|
599 |
|
|
($(TIXLIB)): Use $(TIXDLLNAME) as the DLL name.
|
600 |
|
|
(clean): Remove $(TIXDLLNAME).
|
601 |
|
|
|
602 |
|
|
Thu Jul 17 21:49:03 1997 Geoffrey Noer
|
603 |
|
|
|
604 |
|
|
* win/Makefile.in: add install install-info info installcheck rules
|
605 |
|
|
|
606 |
|
|
Mon Jun 30 15:44:10 1997 Ian Lance Taylor
|
607 |
|
|
|
608 |
|
|
* win/configure.in, win/Makefile.in: New files.
|
609 |
|
|
* win/configure: Build.
|
610 |
|
|
* generic/tix.h: If RC_INVOKED, just define a few macros.
|
611 |
|
|
* win/tixWCmpt.c (_impure_ptr, __imp_reent_data): Declare.
|
612 |
|
|
(DllMain): Initialize _impure_ptr.
|
613 |
|
|
|
614 |
|
|
* unix/tk4.2/Makefile.in (VPATH, srcdir): Define.
|
615 |
|
|
(TCL_BIN_DIR): Define.
|
616 |
|
|
(RUN_TCLSH): Use $(TCL_BIN_DIR), not $(TCL_SRC_DIR).
|
617 |
|
|
(tixAppInit.o): Get tixAppInit.c from $(srcdir).
|
618 |
|
|
(Makefile): Depend upon config.status.
|
619 |
|
|
(config.status): New target.
|
620 |
|
|
* unix/tk4.2/configure.in: Look in plain tcl for TCL_SRC_DIR.
|
621 |
|
|
Look in plain tk for TK_SRC_DIR. Set TCL_BIN_DIR to object
|
622 |
|
|
directory, not using $(TCL_SRC_DIR). Likewise for TK_BIN_DIR.
|
623 |
|
|
Set TIX_SRC_DIR based on ${srcdir}.
|
624 |
|
|
|
625 |
|
|
* unix/Makefile.in: Define standard targets.
|
626 |
|
|
(VPATH): Set to @SRC_DIR@/unix, not just @SRC_DIR@.
|
627 |
|
|
(SUBDIR): Define.
|
628 |
|
|
(Makefile): Depend upon config.status.
|
629 |
|
|
* unix/configure.in: Set SRC_DIR to `${srcdir}/..', not `..'.
|
630 |
|
|
Define and substitute SUBDIR. Call AC_CONFIG_SUBDIRS.
|
631 |
|
|
* unix/configure: Rebuild.
|
632 |
|
|
|
633 |
|
|
* configure.in, Makefile.in: New files.
|
634 |
|
|
* configure: Build.
|
635 |
|
|
|
636 |
|
|
* ChangeLog: New file for Cygnus changes.
|