annotate nt/installer/Wise/welcome.dlg @ 1279:cd0abfdb9e9d

[xemacs-hg @ 2003-02-09 09:33:42 by ben] walk-windows, redisplay fixes console-stream.c: Abort when any attempts to output a stream console are made. Should be caught sooner. event-msw.c: Don't redisplay() during sizing when the frame has not yet been initialized completely. event-stream.c, menubar-msw.c, menubar-x.c, menubar.c, menubar.h: Restore in_menu_callback. Bind it in menubar-{msw,x}.c when calling filter functions and the like. Conditionalize on it, not in_modal_loop, when issuing error in `next-event', otherwise we bite the dust immediately -- event-msw.c purposely calls Fnext_event() in a modal loop, and knows what it's doing. redisplay-output.c: Formatting fixes. redisplay.c, window.c, winslots.h: Delete lots of carcasses of attempts to add redisplay support for font-lock -- `pre/post-redisplay-hook', unimplemented junk from FSF (redisplay-end-trigger, `window-scroll-functions', `window-size-change-functions'). If we want to port some redisplay support from FSF, port the `fontified' property. redisplay.c: Put in a check here (as well as redisplay_device()) for a stream frame. We can get here directly through Lisp fun `redisplay-frame'. Abort if frame not initialized. redisplay.c: Check for stream frames/devices. window.el: walk-windows was broken when a frame was given to WHICH-FRAMES. it would loop forever. The FSF version fixes this but i didn't sync to them because (a) it conses (bad for lazy-lock), (b) it calls select-window.
author ben
date Sun, 09 Feb 2003 09:33:48 +0000
parents 74fd4e045ea6
children a268de273009
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents:
diff changeset
1 Document Type: DLG
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents:
diff changeset
2 item: Custom Dialog
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents:
diff changeset
3 Name=Welcome
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents:
diff changeset
4 Display Variable=DISPLAY
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents:
diff changeset
5 item: Dialog
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents:
diff changeset
6 Title=Welcome
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents:
diff changeset
7 Title French=Bienvenue
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents:
diff changeset
8 Title German=Willkommen
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents:
diff changeset
9 Title Portuguese=Bem-vindo
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents:
diff changeset
10 Title Spanish=Bienvenido
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents:
diff changeset
11 Title Italian=Benvenuto
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents:
diff changeset
12 Title Danish=Velkommen
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents:
diff changeset
13 Title Dutch=Welkom
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents:
diff changeset
14 Title Norwegian=Velkommen
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents:
diff changeset
15 Title Swedish=Välkommen
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents:
diff changeset
16 Width=280
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents:
diff changeset
17 Height=224
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents:
diff changeset
18 Font Name=Helv
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents:
diff changeset
19 Font Size=8
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents:
diff changeset
20 item: Push Button
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents:
diff changeset
21 Rectangle=172 185 214 199
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents:
diff changeset
22 Variable=DIRECTION
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents:
diff changeset
23 Value=N
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents:
diff changeset
24 Create Flags=01010000000000010000000000000001
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents:
diff changeset
25 Text=&Next >
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents:
diff changeset
26 Text French=&Suivant>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents:
diff changeset
27 Text German=&Weiter>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents:
diff changeset
28 Text Portuguese=&Próximo>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents:
diff changeset
29 Text Spanish=&Siguiente >
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents:
diff changeset
30 Text Italian=&Avanti >
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents:
diff changeset
31 Text Danish=&Næste>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents:
diff changeset
32 Text Dutch=&Volgende>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents:
diff changeset
33 Text Norwegian=&Neste>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents:
diff changeset
34 Text Swedish=&Nästa >
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents:
diff changeset
35 end
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents:
diff changeset
36 item: Push Button
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents:
diff changeset
37 Rectangle=222 185 264 199
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents:
diff changeset
38 Action=3
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents:
diff changeset
39 Create Flags=01010000000000010000000000000000
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents:
diff changeset
40 Text=Cancel
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents:
diff changeset
41 Text French=Annuler
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents:
diff changeset
42 Text German=Abbrechen
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents:
diff changeset
43 Text Portuguese=Cancelar
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents:
diff changeset
44 Text Spanish=Cancelar
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents:
diff changeset
45 Text Italian=Annulla
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents:
diff changeset
46 Text Danish=Annuller
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents:
diff changeset
47 Text Dutch=Annuleren
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents:
diff changeset
48 Text Norwegian=Avbryt
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents:
diff changeset
49 Text Swedish=Avbryt
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents:
diff changeset
50 end
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents:
diff changeset
51 item: Static
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents:
diff changeset
52 Rectangle=9 177 263 178
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents:
diff changeset
53 Action=3
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents:
diff changeset
54 Create Flags=01010000000000000000000000000111
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents:
diff changeset
55 end
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents:
diff changeset
56 item: Static
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents:
diff changeset
57 Rectangle=91 22 245 118
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents:
diff changeset
58 Enabled Color=00000000000000001111111111111111
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents:
diff changeset
59 Create Flags=01010000000000000000000000000000
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents:
diff changeset
60 Text=Welcome to the %APPTITLE% setup program. Please note that this is an experimental release and some features may not work correctly. Send comments or bug reports to xemacs-nt@xemacs.org rather than one of the other XEmacs mailing lists. For more info see http://www.xemacs.org
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents:
diff changeset
61 end
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents:
diff changeset
62 end
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents:
diff changeset
63 end