Mercurial > hg > xemacs-beta
view 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 |
line wrap: on
line source
*** X11.def.old Thu Apr 10 07:29:27 1997 --- X11.def Wed Jul 02 22:20:16 1997 *************** *** 5,15 **** VERSION 6.1 EXPORTS _Xdebug_p=_Xdebug CONSTANT - _XCreateMutex_fn_p=_XCreateMutex_fn CONSTANT - _XFreeMutex_fn_p=_XFreeMutex_fn CONSTANT - _XLockMutex_fn_p=_XLockMutex_fn CONSTANT - _XUnlockMutex_fn_p=_XUnlockMutex_fn CONSTANT - _Xglobal_lock_p=_Xglobal_lock CONSTANT XActivateScreenSaver XAddConnectionWatch XAddExtension --- 5,10 ---- *************** *** 623,630 **** _XUnregisterFilter _XUnregisterInternalConnection _XVIDtoVisual - _Xthread_init - _Xthread_waiter XkbIgnoreExtension XkbOpenDisplay XkbQueryExtension --- 618,623 ----