Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 1706:9fc738581a9d
[xemacs-hg @ 2003-09-22 03:21:12 by james]
Remove GNU DLD support, fix the C++ build, make eval-related functions visible
to modules, and fix minor Windows-related problems.
author | james |
---|---|
date | Mon, 22 Sep 2003 03:21:19 +0000 |
parents | f561c3904bb3 |
children | a19b0eb5dfc1 |
comparison
equal
deleted
inserted
replaced
1705:cdbc76885304 | 1706:9fc738581a9d |
---|---|
1 2003-09-21 Jerry James <james@xemacs.org> | |
2 | |
3 * device-x.c (x_init_device): dll_open now takes a Lisp_Object. | |
4 * emacs.c (make_arg_list_1): Remove useless call to dll_init. | |
5 * emacs.c (main_1): Ditto. | |
6 * emodules.c: char to CIbyte conversion. | |
7 * emodules.c (Fload_module): Ditto. | |
8 * emodules.c (Funload_module): Ditto. | |
9 * emodules.c (find_make_module): Ditto, and use NULL. | |
10 * emodules.c (emodules_load): Ditto, and pass Lisp_Objects to and | |
11 from the sysdll routines. Be careful about string conversions. | |
12 * emodules.c (reinit_vars_of_module): Use NULL. | |
13 * objects-msw.c (mswindows_find_charset_font): Fix call to | |
14 mswindows_list_fonts broken by James LewisMoss' Sept 20 change. | |
15 * symsinit.h: Do not mangle module initialization function names. | |
16 * sysdll.c (MAYBE_PREPEND_UNDERSCORE): char to CIbyte conversion. | |
17 * sysdll.c (dll_init): char to Extbyte conversion. | |
18 * sysdll.c (dll_open): Take a Lisp_Object, possibly Qnil. | |
19 * sysdll.c (dll_function): char to CIbyte conversion. | |
20 * sysdll.c (dll_variable): Ditto. | |
21 * sysdll.c (dll_error): Return a Lisp_Object, not a string. | |
22 * sysdll.c (dll_close): Cast appropriately for C++. | |
23 * sysdll.h: Change prototypes as per sysdll.c changes. | |
24 * lisp.h: Make eval-related functions visible to modules. | |
25 * xemacs.def.in.in: Ditto. | |
26 | |
1 2003-09-20 Ilya N. Golubev <gin@mo.msk.ru> | 27 2003-09-20 Ilya N. Golubev <gin@mo.msk.ru> |
2 | 28 |
3 * cmdloop.c (Fcommand_loop_1): Allow specifying elisp function for | 29 * cmdloop.c (Fcommand_loop_1): Allow specifying elisp function for |
4 waiting user input while displaying message while in minibuffer. | 30 waiting user input while displaying message while in minibuffer. |
5 (Vminibuffer_echo_wait_function): New, associated variable... | 31 (Vminibuffer_echo_wait_function): New, associated variable... |