Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 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 | a1e328407366 |
children | 9fc738581a9d |
comparison
equal
deleted
inserted
replaced
1702:245980c04067 | 1703:f561c3904bb3 |
---|---|
1 2003-09-20 Ilya N. Golubev <gin@mo.msk.ru> | |
2 | |
3 * cmdloop.c (Fcommand_loop_1): Allow specifying elisp function for | |
4 waiting user input while displaying message while in minibuffer. | |
5 (Vminibuffer_echo_wait_function): New, associated variable... | |
6 (vars_of_cmdloop): ... initialize it. | |
7 | |
1 2003-09-20 James LewisMoss <dres@lewismoss.org> | 8 2003-09-20 James LewisMoss <dres@lewismoss.org> |
2 | 9 |
3 * console-impl.h (struct console_methods): add third arg to list_fonts | 10 * console-impl.h (struct console_methods): add third arg to list_fonts |
4 | 11 |
5 * objects.c (Flist_fonts): Add third arg to list-fonts: maxnumber | 12 * objects.c (Flist_fonts): Add third arg to list-fonts: maxnumber |