Mercurial > hg > xemacs-beta
annotate nt/installer/Wise/type.dlg @ 531:0493e9f3c27f
[xemacs-hg @ 2001-05-12 11:16:12 by ben]
event-msw.c: eliminate cygwin warnings.
dired.c, syswindows.h, win32.c: find the Net* functions the hard way to avoid errors on win 9x.
find-paths.el: fix error with null EXCLUDE-REGEXP.
font-lock.el: fix problem reported by hrvoje with buffers starting with a space.
lib-complete.el: add a variable to control where `find-library' looks, analogous to `find-function-source-path'.
etags.c: new version from Francesco.
Makefile.in.in: i'm getting real tired of incomplete commits. is this getting worse or something?
author | ben |
---|---|
date | Sat, 12 May 2001 11:16:25 +0000 |
parents | 74fd4e045ea6 |
children | a268de273009 |
rev | line source |
---|---|
398 | 1 Document Type: DLG |
2 item: Custom Dialog | |
3 Name=type | |
4 item: Dialog | |
5 Title=type | |
6 Width=238 | |
7 Height=208 | |
8 Font Name=Helv | |
9 Font Size=8 | |
10 item: Radio Button | |
11 Rectangle=5 5 40 20 | |
12 Enabled Color=00000000000000001111111111111111 | |
13 Create Flags=01010000000000010000000000001001 | |
14 Text=minimal | |
15 Text= | |
16 end | |
17 item: Radio Button | |
18 Rectangle=5 25 40 40 | |
19 Enabled Color=00000000000000001111111111111111 | |
20 Create Flags=01010000000000010000000000001001 | |
21 Text=custom | |
22 Text= | |
23 end | |
24 item: Radio Button | |
25 Rectangle=5 45 40 60 | |
26 Enabled Color=00000000000000001111111111111111 | |
27 Create Flags=01010000000000010000000000001001 | |
28 Text=full | |
29 Text= | |
30 end | |
31 end | |
32 end |