annotate msdos/sed1x.inp @ 95796:6e0425f2bc3d
* xfns.c (Fx_font_dialog): New function.
* gtkutil.c (xg_dialog_response_cb): Rename from,
xg_file_response_callback.
(pop_down_dialog): Rename from pop_down_file_dialog.
(xg_get_file_name): Callers changed.
(xg_get_font_name): New function.
* gtkutil.h (xg_get_font_name): Insert prototype,
author |
Chong Yidong <cyd@stupidchicken.com> |
date |
Tue, 10 Jun 2008 20:57:13 +0000 |
parents |
695cf19ef79e |
children |
375f2633d815 d89b565897dd |
rev |
line source |
9571
|
1 # -sed1x.inp------------------------------------------------------------
|
|
2 # Extra configuration script for src/makefile for DesqView/X
|
|
3 # ----------------------------------------------------------------------
|
|
4 s!^ cd \${oldXMenudir}; \${MAKE}.*$! ${MAKE} -C ${oldXMenudir}.!
|
|
5 s!^ @true *$! @rem!
|
|
6 s/DOC/DOC-X/g
|
|
7 #/^LIBXMENU *=/s!= *!= ../oldxmenu/!
|
|
8 /^temacs *:/s!OLDXMENU!LIBXMENU!
|
52401
|
9
|
|
10 # arch-tag: 3e8a78f2-3dec-44f3-81f6-3785a562da19
|