Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 2973:414a64af46c9
[xemacs-hg @ 2005-10-04 17:51:13 by stephent]
Modularize Canna <87wtkttbvp.fsf@tleepslib.sk.tsukuba.ac.jp>
author | stephent |
---|---|
date | Tue, 04 Oct 2005 17:51:32 +0000 |
parents | 0612d54a372a |
children | 4762918e17fb |
comparison
equal
deleted
inserted
replaced
2972:2b58b7fd831c | 2973:414a64af46c9 |
---|---|
1 2005-10-04 Stephen J. Turnbull <stephen@xemacs.org> | |
2 | |
3 * Makefile.in.in (mule_canna_objs): Use correct name of .o. | |
4 | |
5 2005-09-22 Stephen J. Turnbull <stephen@xemacs.org> | |
6 | |
7 * Makefile.in.in (HAVE_CANNA): Handle Canna as a module. | |
8 | |
9 * emacs.c (main_1): Update Canna initializers to *_canna_api names. | |
10 | |
11 * mule-canna.c: Moved to modules/canna/canna_api.c. | |
12 | |
13 * symsinit.h (syms_of_mule_canna): | |
14 (vars_of_mule_canna): | |
15 Rename to *_of_canna_api. | |
16 | |
1 2005-09-29 Ben Wing <ben@xemacs.org> | 17 2005-09-29 Ben Wing <ben@xemacs.org> |
2 | 18 |
3 * alloca.c (xemacs_c_alloca): | 19 * alloca.c (xemacs_c_alloca): |
4 Don't declare a variable `register' when it can be passed to | 20 Don't declare a variable `register' when it can be passed to |
5 xfree(), which may take its address. | 21 xfree(), which may take its address. |