Mercurial > hg > xemacs-beta
annotate nt/x11.patch @ 1703:f561c3904bb3
[xemacs-hg @ 2003-09-20 01:46:53 by youngs]
2003-09-20 Ilya N. Golubev <gin@mo.msk.ru>
* simple.el (raw-append-message): Allow user to specify
alternative function for displaying message.
(redisplay-echo-area-function): New.
(clear-message): Allow user to specify function for finishing
message display.
(undisplay-echo-area-function): New.
2003-09-20 Ilya N. Golubev <gin@mo.msk.ru>
* xemacs/mini.texi (Minibuffer): Add customizing message display
reference.
* lispref/display.texi (Customizing Message Display): New,
describe `redisplay-echo-area-function',
`undisplay-echo-area-function', `minibuffer-echo-wait-function'.
(The Echo Area): Add menu.
2003-09-20 Ilya N. Golubev <gin@mo.msk.ru>
* cmdloop.c (Fcommand_loop_1): Allow specifying elisp function for
waiting user input while displaying message while in minibuffer.
(Vminibuffer_echo_wait_function): New, associated variable...
(vars_of_cmdloop): ... initialize it.
author | youngs |
---|---|
date | Sat, 20 Sep 2003 01:47:03 +0000 |
parents | 15872534500d |
children |
rev | line source |
---|---|
169 | 1 *** X11.def.old Thu Apr 10 07:29:27 1997 |
2 --- X11.def Wed Jul 02 22:20:16 1997 | |
3 *************** | |
4 *** 5,15 **** | |
5 VERSION 6.1 | |
6 EXPORTS | |
7 _Xdebug_p=_Xdebug CONSTANT | |
8 - _XCreateMutex_fn_p=_XCreateMutex_fn CONSTANT | |
9 - _XFreeMutex_fn_p=_XFreeMutex_fn CONSTANT | |
10 - _XLockMutex_fn_p=_XLockMutex_fn CONSTANT | |
11 - _XUnlockMutex_fn_p=_XUnlockMutex_fn CONSTANT | |
12 - _Xglobal_lock_p=_Xglobal_lock CONSTANT | |
13 XActivateScreenSaver | |
14 XAddConnectionWatch | |
15 XAddExtension | |
16 --- 5,10 ---- | |
17 *************** | |
18 *** 623,630 **** | |
19 _XUnregisterFilter | |
20 _XUnregisterInternalConnection | |
21 _XVIDtoVisual | |
22 - _Xthread_init | |
23 - _Xthread_waiter | |
24 XkbIgnoreExtension | |
25 XkbOpenDisplay | |
26 XkbQueryExtension | |
27 --- 618,623 ---- |