Mercurial > hg > xemacs-beta
annotate modules/ChangeLog @ 4957:db2db229ee82
merge
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Thu, 28 Jan 2010 02:48:45 -0600 |
parents | 304aebb79cd3 |
children | 4aebb0131297 |
rev | line source |
---|---|
4953
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4952
diff
changeset
|
1 2010-01-27 Ben Wing <ben@xemacs.org> |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4952
diff
changeset
|
2 |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4952
diff
changeset
|
3 * postgresql/postgresql.c (print_pgconn): |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4952
diff
changeset
|
4 * postgresql/postgresql.c (print_pgresult): |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4952
diff
changeset
|
5 * postgresql/postgresql.c (Fpq_conn_defaults): |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4952
diff
changeset
|
6 * postgresql/postgresql.c (Fpq_pgconn): |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4952
diff
changeset
|
7 * postgresql/postgresql.c (Fpq_res_status): |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4952
diff
changeset
|
8 * postgresql/postgresql.c (Fpq_result_error_message): |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4952
diff
changeset
|
9 * postgresql/postgresql.c (Fpq_fname): |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4952
diff
changeset
|
10 * postgresql/postgresql.c (Fpq_get_value): |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4952
diff
changeset
|
11 * postgresql/postgresql.c (Fpq_cmd_status): |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4952
diff
changeset
|
12 * postgresql/postgresql.c (Fpq_cmd_tuples): |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4952
diff
changeset
|
13 * postgresql/postgresql.c (Fpq_notifies): |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4952
diff
changeset
|
14 * postgresql/postgresql.c (Fpq_get_line): |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4952
diff
changeset
|
15 * postgresql/postgresql.c (Fpq_get_line_async): |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4952
diff
changeset
|
16 * postgresql/postgresql.c (FROB): |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4952
diff
changeset
|
17 * postgresql/postgresql.c (init_postgresql_from_environment): |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4952
diff
changeset
|
18 * ldap/eldap.c: |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4952
diff
changeset
|
19 * ldap/eldap.c (Fldap_open): |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4952
diff
changeset
|
20 * ldap/eldap.c (Fldap_search_basic): |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4952
diff
changeset
|
21 * canna/canna_api.c: |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4952
diff
changeset
|
22 * canna/canna_api.c (make_euc_string): |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4952
diff
changeset
|
23 Rename: |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4952
diff
changeset
|
24 |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4952
diff
changeset
|
25 write_c_string -> write_cistring |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4952
diff
changeset
|
26 build_intstring -> build_istring |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4952
diff
changeset
|
27 build_string -> build_cistring |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4952
diff
changeset
|
28 build_ext_string -> build_extstring |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4952
diff
changeset
|
29 make_ext_string -> make_extstring |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4952
diff
changeset
|
30 buffer_insert_c_string -> buffer_insert_ascstring |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4952
diff
changeset
|
31 intern_int -> intern_istring |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4952
diff
changeset
|
32 |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4952
diff
changeset
|
33 See comment in src/ChangeLog about this. |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4952
diff
changeset
|
34 |
4952
19a72041c5ed
Mule-izing, various fixes related to char * arguments
Ben Wing <ben@xemacs.org>
parents:
4932
diff
changeset
|
35 2010-01-26 Ben Wing <ben@xemacs.org> |
19a72041c5ed
Mule-izing, various fixes related to char * arguments
Ben Wing <ben@xemacs.org>
parents:
4932
diff
changeset
|
36 |
19a72041c5ed
Mule-izing, various fixes related to char * arguments
Ben Wing <ben@xemacs.org>
parents:
4932
diff
changeset
|
37 * postgresql/postgresql.c: |
19a72041c5ed
Mule-izing, various fixes related to char * arguments
Ben Wing <ben@xemacs.org>
parents:
4932
diff
changeset
|
38 * postgresql/postgresql.c (CHECK_LIVE_CONNECTION): |
19a72041c5ed
Mule-izing, various fixes related to char * arguments
Ben Wing <ben@xemacs.org>
parents:
4932
diff
changeset
|
39 * postgresql/postgresql.c (print_pgresult): |
19a72041c5ed
Mule-izing, various fixes related to char * arguments
Ben Wing <ben@xemacs.org>
parents:
4932
diff
changeset
|
40 * postgresql/postgresql.c (Fpq_conn_defaults): |
19a72041c5ed
Mule-izing, various fixes related to char * arguments
Ben Wing <ben@xemacs.org>
parents:
4932
diff
changeset
|
41 * postgresql/postgresql.c (Fpq_connectdb): |
19a72041c5ed
Mule-izing, various fixes related to char * arguments
Ben Wing <ben@xemacs.org>
parents:
4932
diff
changeset
|
42 * postgresql/postgresql.c (Fpq_connect_start): |
19a72041c5ed
Mule-izing, various fixes related to char * arguments
Ben Wing <ben@xemacs.org>
parents:
4932
diff
changeset
|
43 * postgresql/postgresql.c (Fpq_result_status): |
19a72041c5ed
Mule-izing, various fixes related to char * arguments
Ben Wing <ben@xemacs.org>
parents:
4932
diff
changeset
|
44 * postgresql/postgresql.c (Fpq_res_status): |
19a72041c5ed
Mule-izing, various fixes related to char * arguments
Ben Wing <ben@xemacs.org>
parents:
4932
diff
changeset
|
45 Mule-ize large parts of it. |
19a72041c5ed
Mule-izing, various fixes related to char * arguments
Ben Wing <ben@xemacs.org>
parents:
4932
diff
changeset
|
46 |
19a72041c5ed
Mule-izing, various fixes related to char * arguments
Ben Wing <ben@xemacs.org>
parents:
4932
diff
changeset
|
47 2010-01-26 Ben Wing <ben@xemacs.org> |
19a72041c5ed
Mule-izing, various fixes related to char * arguments
Ben Wing <ben@xemacs.org>
parents:
4932
diff
changeset
|
48 |
19a72041c5ed
Mule-izing, various fixes related to char * arguments
Ben Wing <ben@xemacs.org>
parents:
4932
diff
changeset
|
49 * ldap/eldap.c (print_ldap): |
19a72041c5ed
Mule-izing, various fixes related to char * arguments
Ben Wing <ben@xemacs.org>
parents:
4932
diff
changeset
|
50 * ldap/eldap.c (allocate_ldap): |
19a72041c5ed
Mule-izing, various fixes related to char * arguments
Ben Wing <ben@xemacs.org>
parents:
4932
diff
changeset
|
51 Use write_ascstring(). |
19a72041c5ed
Mule-izing, various fixes related to char * arguments
Ben Wing <ben@xemacs.org>
parents:
4932
diff
changeset
|
52 |
4932 | 53 2010-01-24 Ben Wing <ben@xemacs.org> |
54 | |
55 * postgresql/postgresql.c (CHECK_LIVE_CONNECTION): | |
56 * postgresql/postgresql.c (print_pgconn): | |
57 * postgresql/postgresql.c (Fpq_connectdb): | |
58 * postgresql/postgresql.c (Fpq_connect_start): | |
59 * postgresql/postgresql.c (Fpq_exec): | |
60 * postgresql/postgresql.c (Fpq_get_result): | |
61 Fix g++ 4.3 complaints about implicit conversions of string | |
62 literals (const char *) to char *. | |
63 | |
4879
c356806cc933
fix compile errors when --with-msw=no
Ben Wing <ben@xemacs.org>
parents:
4835
diff
changeset
|
64 2010-01-16 Ben Wing <ben@xemacs.org> |
c356806cc933
fix compile errors when --with-msw=no
Ben Wing <ben@xemacs.org>
parents:
4835
diff
changeset
|
65 |
c356806cc933
fix compile errors when --with-msw=no
Ben Wing <ben@xemacs.org>
parents:
4835
diff
changeset
|
66 * common/Makefile.common: |
c356806cc933
fix compile errors when --with-msw=no
Ben Wing <ben@xemacs.org>
parents:
4835
diff
changeset
|
67 * common/Makefile.common (.PHONY): |
c356806cc933
fix compile errors when --with-msw=no
Ben Wing <ben@xemacs.org>
parents:
4835
diff
changeset
|
68 Use WIN32_ANY not HAVE_MS_WINDOWS so we still link with the |
c356806cc933
fix compile errors when --with-msw=no
Ben Wing <ben@xemacs.org>
parents:
4835
diff
changeset
|
69 import library even when --with-msw=no. |
c356806cc933
fix compile errors when --with-msw=no
Ben Wing <ben@xemacs.org>
parents:
4835
diff
changeset
|
70 |
4835
1e90dc478938
imported patch changelog-changes-1-11-10
Ben Wing <ben@xemacs.org>
parents:
4759
diff
changeset
|
71 2010-01-11 Ben Wing <ben@xemacs.org> |
1e90dc478938
imported patch changelog-changes-1-11-10
Ben Wing <ben@xemacs.org>
parents:
4759
diff
changeset
|
72 |
1e90dc478938
imported patch changelog-changes-1-11-10
Ben Wing <ben@xemacs.org>
parents:
4759
diff
changeset
|
73 * ldap/eldap.c (Fldap_search_basic): |
1e90dc478938
imported patch changelog-changes-1-11-10
Ben Wing <ben@xemacs.org>
parents:
4759
diff
changeset
|
74 Cast to Extbyte * to avoid C++ compile error. |
1e90dc478938
imported patch changelog-changes-1-11-10
Ben Wing <ben@xemacs.org>
parents:
4759
diff
changeset
|
75 |
4759
aa5ed11f473b
Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4737
diff
changeset
|
76 2009-11-10 Jerry James <james@xemacs.org> |
aa5ed11f473b
Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4737
diff
changeset
|
77 |
aa5ed11f473b
Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4737
diff
changeset
|
78 * canna/canna_api.c (Fcanna_initialize): Drop support for the NEC EWS. |
aa5ed11f473b
Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4737
diff
changeset
|
79 |
4737
dce479915b74
Clarify the GPL status of several sample module files. J. Kean Johnston
Jerry James <james@xemacs.org>
parents:
4710
diff
changeset
|
80 2009-11-09 Jerry James <james@xemacs.org> |
dce479915b74
Clarify the GPL status of several sample module files. J. Kean Johnston
Jerry James <james@xemacs.org>
parents:
4710
diff
changeset
|
81 |
dce479915b74
Clarify the GPL status of several sample module files. J. Kean Johnston
Jerry James <james@xemacs.org>
parents:
4710
diff
changeset
|
82 * sample/external/Makefile.in.in: Clarify GPL status. |
dce479915b74
Clarify the GPL status of several sample module files. J. Kean Johnston
Jerry James <james@xemacs.org>
parents:
4710
diff
changeset
|
83 * sample/external/configure.ac: Ditto. |
dce479915b74
Clarify the GPL status of several sample module files. J. Kean Johnston
Jerry James <james@xemacs.org>
parents:
4710
diff
changeset
|
84 * sample/external/sample.c: Ditto. |
dce479915b74
Clarify the GPL status of several sample module files. J. Kean Johnston
Jerry James <james@xemacs.org>
parents:
4710
diff
changeset
|
85 * sample/internal/sample.c: Ditto. |
dce479915b74
Clarify the GPL status of several sample module files. J. Kean Johnston
Jerry James <james@xemacs.org>
parents:
4710
diff
changeset
|
86 |
4710
3a87551bfeb5
Fixes for a number of minor warnings issued by gcc. See xemacs-patches message
Jerry James <james@xemacs.org>
parents:
4636
diff
changeset
|
87 2009-10-05 Jerry James <james@xemacs.org> |
3a87551bfeb5
Fixes for a number of minor warnings issued by gcc. See xemacs-patches message
Jerry James <james@xemacs.org>
parents:
4636
diff
changeset
|
88 |
3a87551bfeb5
Fixes for a number of minor warnings issued by gcc. See xemacs-patches message
Jerry James <james@xemacs.org>
parents:
4636
diff
changeset
|
89 * ldap/eldap.c (Fldap_search_basic): quiet gcc warnings due to |
3a87551bfeb5
Fixes for a number of minor warnings issued by gcc. See xemacs-patches message
Jerry James <james@xemacs.org>
parents:
4636
diff
changeset
|
90 NEW_LISP_STRING_TO_EXTERNAL modifying a variable while computing a |
3a87551bfeb5
Fixes for a number of minor warnings issued by gcc. See xemacs-patches message
Jerry James <james@xemacs.org>
parents:
4636
diff
changeset
|
91 result to be passed as a parameter. |
3a87551bfeb5
Fixes for a number of minor warnings issued by gcc. See xemacs-patches message
Jerry James <james@xemacs.org>
parents:
4636
diff
changeset
|
92 |
4636
5c427ece884b
XEmacs 21.5.29 "garbanzo" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4420
diff
changeset
|
93 2009-05-18 Stephen J. Turnbull <stephen@xemacs.org> |
5c427ece884b
XEmacs 21.5.29 "garbanzo" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4420
diff
changeset
|
94 |
5c427ece884b
XEmacs 21.5.29 "garbanzo" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4420
diff
changeset
|
95 * XEmacs 21.5.29 "garbanzo" is released. |
5c427ece884b
XEmacs 21.5.29 "garbanzo" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4420
diff
changeset
|
96 |
4420
6ed8c4ccc17e
Update install-sh to version with a clear license.
Jerry James <james@xemacs.org>
parents:
4042
diff
changeset
|
97 2008-02-12 Jerry James <james@xemacs.org> |
6ed8c4ccc17e
Update install-sh to version with a clear license.
Jerry James <james@xemacs.org>
parents:
4042
diff
changeset
|
98 |
6ed8c4ccc17e
Update install-sh to version with a clear license.
Jerry James <james@xemacs.org>
parents:
4042
diff
changeset
|
99 * canna/install-sh: Update to latest FSF version. |
6ed8c4ccc17e
Update install-sh to version with a clear license.
Jerry James <james@xemacs.org>
parents:
4042
diff
changeset
|
100 * ldap/install-sh: Ditto. |
6ed8c4ccc17e
Update install-sh to version with a clear license.
Jerry James <james@xemacs.org>
parents:
4042
diff
changeset
|
101 * postgresql/install-sh: Ditto. |
6ed8c4ccc17e
Update install-sh to version with a clear license.
Jerry James <james@xemacs.org>
parents:
4042
diff
changeset
|
102 * sample/external/install-sh: Ditto. |
6ed8c4ccc17e
Update install-sh to version with a clear license.
Jerry James <james@xemacs.org>
parents:
4042
diff
changeset
|
103 * sample/internal/install-sh: Ditto. |
6ed8c4ccc17e
Update install-sh to version with a clear license.
Jerry James <james@xemacs.org>
parents:
4042
diff
changeset
|
104 |
4042 | 105 2007-06-23 Stephen J. Turnbull <stephen@xemacs.org> |
106 | |
107 * canna/canna_api.c (Fcanna_set_bunsetsu): | |
108 (Fcanna_initialize): | |
109 Suppress warnings about loss of precision on amd64. | |
110 | |
4027 | 111 2007-06-23 Stephen J. Turnbull <stephen@xemacs.org> |
112 | |
113 * ldap/eldap.h: Declare that we use deprecated API. | |
114 Thanks to Mats Lidell <matsl@xemacs.org> for the report & patch: | |
115 <871wgnqunm.fsf@spencer.lidell.homelinux.net>. | |
116 | |
3975 | 117 2007-05-21 Stephen J. Turnbull <stephen@xemacs.org> |
118 | |
119 * XEmacs 21.5.28 "fuki" is released. | |
120 | |
3830 | 121 2007-02-16 Stephen J. Turnbull <stephen@xemacs.org> |
122 | |
123 * canna/canna_api.c: Move CANNA_NEW_WCHAR_AWARE to config.h. | |
124 Clean up ancient cruft for IROHA (Canna v.1) support. | |
125 | |
3820 | 126 2007-02-08 Adrian Aichner <adrian@xemacs.org> |
127 | |
128 * postgresql/postgresql.c: Update Steve L. Baur's address on his | |
129 request. | |
130 * postgresql/postgresql.h: Ditto. | |
131 | |
3402 | 132 2006-05-16 Stephen J. Turnbull <stephen@xemacs.org> |
133 | |
134 * XEmacs 21.5.27 "fiddleheads" is released. | |
135 | |
3323 | 136 2006-03-31 Stephen J. Turnbull <stephen@xemacs.org> |
137 | |
138 * XEmacs 21.5.26 "endive" is released. | |
139 | |
3259 | 140 2006-02-26 Stephen J. Turnbull <stephen@xemacs.org> |
141 | |
142 * XEmacs 21.5.25 "eggplant" is released. | |
143 | |
3150 | 144 2005-12-18 Stephen J. Turnbull <stephen@xemacs.org> |
145 | |
146 * XEmacs 21.5.24 "dandelion" is released. | |
147 | |
3083 | 148 2005-11-22 Ben Wing <ben@xemacs.org> |
149 | |
150 * common/Makefile.common (mostlyclean): | |
151 Ignore errors from rm during clean. | |
152 | |
3071 | 153 2005-11-16 Stephen J. Turnbull <stephen@xemacs.org> |
154 | |
155 * canna/canna_api.c: Small fixes to Mule-ization patch. | |
156 | |
157 2005-11-01 Ben Wing <ben@xemacs.org> | |
158 | |
159 * canna/canna_api.c: Mule-ization. | |
160 | |
3062 | 161 2005-11-13 Ben Wing <ben@xemacs.org> |
162 | |
163 * common/Makefile.common: | |
164 * common/Makefile.common (.PHONY): | |
165 * common/Makefile.common (install): | |
166 Add targets distclean-noconfig, realclean-noconfig, extraclean-noconfig. | |
167 Do some refactoring for cleanliness. Put in some magic cookies in | |
168 comments so this file gets read as a make file by XEmacs. | |
169 | |
3043 | 170 2005-11-02 Marcus Crestani <crestani@xemacs.org> |
171 | |
172 * canna/.cvsignore: New. | |
173 | |
3031 | 174 2005-10-26 Stephen J. Turnbull <stephen@xemacs.org> |
175 | |
176 * XEmacs 21.5.23 "daikon" is released. | |
177 | |
3029 | 178 2005-10-22 Stephen J. Turnbull <stephen@xemacs.org> |
179 | |
180 Warning elimination: | |
181 | |
182 * ldap/eldap.c (Fldap_add): Remove declaration of `current', which | |
183 is now declared by EXTERNAL_LIST_LOOP_2. | |
184 (Fldap_modify): Remove redundant variable `gcpro2', | |
185 | |
3024 | 186 2005-10-25 Ben Wing <ben@xemacs.org> |
187 | |
188 * postgresql/postgresql.c (allocate_pgconn): | |
189 * postgresql/postgresql.c (allocate_pgresult): | |
190 * postgresql/postgresql.h (struct Lisp_PGconn): | |
191 * postgresql/postgresql.h (struct Lisp_PGresult): | |
192 MC-Alloc refactoring. | |
193 | |
194 2005-10-25 Ben Wing <ben@xemacs.org> | |
195 | |
196 * ldap/eldap.c (allocate_ldap): | |
197 * ldap/eldap.h (struct Lisp_LDAP): | |
198 MC-Alloc refactoring. | |
199 | |
3010 | 200 2005-10-21 Stephen J. Turnbull <stephen@xemacs.org> |
201 | |
202 UNDO: | |
203 * canna/canna-api.c: | |
204 * canna/Makefile.in.in (MODNAME,SRCS): | |
205 Rename module from canna_api to canna-api. | |
206 | |
3007 | 207 2005-10-21 Stephen J. Turnbull <stephen@xemacs.org> |
208 | |
209 * canna/configure: Create and CVS add. | |
210 | |
2973 | 211 2005-10-04 Stephen J. Turnbull <stephen@xemacs.org> |
212 | |
213 * canna/Makefile.in.in (MODVER): Bump to 0.5. | |
214 | |
215 * canna/canna-api.c: | |
216 * canna/Makefile.in.in (MODNAME,SRCS): | |
217 Rename module from canna_api to canna-api. | |
218 | |
219 2005-09-22 Stephen J. Turnbull <stephen@xemacs.org> | |
220 | |
221 * canna: New module. | |
222 | |
223 * canna/canna_api.c: Move from $srcdir/src/mule-canna.c. Add module | |
224 initialization function and some boilerplate. Change name to | |
225 canna_api to reflect changed role. | |
226 | |
227 * canna/configure.ac: | |
228 * canna/Makefile.in.in: | |
229 * canna/install-sh: | |
230 Standard module boilerplate, adapted to Canna. | |
231 | |
2931 | 232 2005-09-14 Stephen J. Turnbull <stephen@xemacs.org> |
233 | |
234 * XEmacs 21.5.22 "cucumber" is released. | |
235 | |
2812 | 236 2005-06-09 Craig Lanning <CraigL@sc.rr.com> |
237 | |
238 * ldap/.cvsignore: | |
239 * sample/external/.cvsignore: | |
240 * sample/internal/.cvsignore: | |
241 Added GNUmakefile, Makefile, and Makefile.in | |
242 | |
2791 | 243 2005-05-28 Stephen J. Turnbull <stephen@xemacs.org> |
244 | |
245 * XEmacs 21.5.21 "corn" is released. | |
246 | |
2720 | 247 2005-04-01 Marcus Crestani <crestani@xemacs.org> |
248 | |
249 The new allocator. | |
250 | |
251 Remove Lcrecords: | |
252 | |
253 * postgresql/postgresql.c (allocate_pgconn): Allocate with new | |
254 allocator. | |
255 * postgresql/postgresql.c (allocate_pgresult): Allocate PGresult | |
256 with new allocator. | |
257 * postgresql/postgresql.h (struct Lisp_PGconn): Add | |
258 lrecord_header. | |
259 * postgresql/postgresql.h (struct Lisp_PGresult): Add | |
260 lrecord_header. | |
261 * ldap/eldap.c (allocate_ldap): Allocate with new allocator. | |
262 * ldap/eldap.h (struct Lisp_LDAP): Add lrecord_header. | |
263 | |
2653 | 264 2005-03-11 Stephen J. Turnbull <stephen@xemacs.org> |
265 | |
266 * XEmacs 21.5.20 "cilantro" is released. | |
267 | |
2594 | 268 2005-02-18 Stephen J. Turnbull <stephen@xemacs.org> |
269 | |
270 * XEmacs 21.5.19 "chives" is released. | |
271 | |
2387 | 272 2004-11-13 Ben Wing <ben@xemacs.org> |
273 | |
274 * ldap/eldap.c (Fldap_modify): | |
275 Need braces around EXTERNAL_LIST_LOOP_2. | |
276 | |
2377 | 277 2004-01-28 Stephen J. Turnbull <stephen@xemacs.org> |
278 | |
279 * common/Makefile.common (CFLAGS): Use XE_CFLAGS. | |
280 | |
2367 | 281 2004-10-27 Ben Wing <ben@xemacs.org> |
282 | |
283 * ldap/eldap.c: | |
284 * ldap/eldap.c (Fldap_open): | |
285 * ldap/eldap.c (Fldap_search_basic): | |
286 * ldap/eldap.c (Fldap_add): | |
287 * ldap/eldap.c (Fldap_modify): | |
288 * ldap/eldap.c (Fldap_delete): | |
289 Mule-ize. | |
290 Use EXTERNAL_LIST_LOOP_2 instead of deleted EXTERNAL_LIST_LOOP. | |
291 | |
2346 | 292 2004-10-22 Stephen J. Turnbull <stephen@xemacs.org> |
293 | |
294 * XEmacs 21.5.18 "chestnut" is released. | |
295 | |
2286 | 296 2004-09-14 Jerry James <james@xemacs.org> |
297 | |
298 * postgresql/postgresql.c: | |
299 * ldap/eldap.c: | |
300 Mark unused parameters with the UNUSED macro. | |
301 | |
2272 | 302 2004-09-14 Jerry James <james@xemacs.org> |
303 | |
304 * ldap/eldap.c (Fldap_open): Change ldap_passwd to ldap_password | |
305 to eliminate a gcc shadow warning. | |
306 | |
2268 | 307 2004-09-13 Jerry James <james@xemacs.org> |
308 | |
309 * ldap/eldap.c (signal_ldap_error): Mark as noreturn. | |
310 | |
1964 | 311 2004-03-22 Stephen J. Turnbull <stephen@xemacs.org> |
312 | |
313 * XEmacs 21.5.17 "chayote" is released. | |
314 | |
1716 | 315 2003-09-26 Steve Youngs <youngs@xemacs.org> |
316 | |
317 * XEmacs 21.5.16 "celeriac" is released. | |
318 | |
1706 | 319 2003-09-21 Jerry James <james@xemacs.org> |
320 | |
321 * postgresql/postgresql.c (unload_postgresql): Do not mangle the | |
322 unload function name when compiling with C++. | |
323 * ldap/eldap.c (unload_eldap): Ditto. | |
324 | |
1665 | 325 2003-09-03 Steve Youngs <youngs@xemacs.org> |
326 | |
327 * XEmacs 21.5.15 "celery" is released. | |
328 | |
1650 | 329 2003-08-28 Jerry James <james@xemacs.org> |
330 | |
331 * common/Makefile.common (LIBSTDCPP): New. | |
332 * common/Makefile.common (.c.o): Use it to avoid undefined symbol | |
333 errors when compiling modules with g++. | |
334 | |
1632 | 335 2003-08-18 Jerry James <james@xemacs.org> |
336 | |
337 * postgresql/postgresql.c: Include emodules.h when building a module. | |
338 * ldap/eldap.c: Ditto. | |
339 * common/Makefile.common: Make module makefiles processable by cpp. | |
340 * common/Makefile.common (IMPORT_LIB): New. | |
341 * common/Makefile.common: Use it. | |
342 | |
1522 | 343 2003-06-11 Jerry James <james@xemacs.org> |
344 | |
345 * common/Makefile.common: The last change re-broke FreeBSD module | |
346 building. Expand srcdir in SRC_SRCS with configure to fix it. | |
347 | |
1520 | 348 2003-06-10 Jerry James <james@xemacs.org> |
349 | |
350 * common/Makefile.common: Change GNUish := to =. | |
351 | |
1510 | 352 2003-06-01 Steve Youngs <youngs@xemacs.org> |
353 | |
354 * XEmacs 21.5.14 "cassava" is released. | |
355 | |
1490 | 356 2003-05-09 Andrew Begel <abegel@CS.Berkeley.EDU> |
357 | |
358 * common/Makefile.common: Move use of srcdir below its definition. | |
359 * sample/internal/Makefile.in.in: Ditto. | |
360 * sample/external/Makefile.in.in: Ditto. | |
361 | |
1489 | 362 2003-05-20 Jerry James <james@xemacs.org> |
363 | |
364 * sample/internal/Makefile.in.in: Expand $^ for makes that don't | |
365 understand it. | |
366 * sample/external/Makefile.in.in: Ditto. | |
367 * common/Makefile.common: Ditto. | |
368 | |
1473 | 369 2003-05-10 Steve Youngs <youngs@xemacs.org> |
370 | |
371 * XEmacs 21.5.13 "cauliflower" is released. | |
372 | |
1431 | 373 2003-04-24 Steve Youngs <youngs@xemacs.org> |
374 | |
375 * XEmacs 21.5.12 "carrot" is released. | |
376 | |
1307 | 377 2003-02-16 Steve Youngs <youngs@xemacs.org> |
378 | |
379 * XEmacs 21.5.11 "cabbage" is released. | |
380 | |
1270 | 381 2003-02-07 Jerry James <james@xemacs.org> |
382 | |
383 * ldap/eldap.c: Add unload_eldap prototype to fix warning. | |
384 | |
1252 | 385 2003-01-30 Robert Pluim <rpluim@bigfoot.com> |
386 | |
387 * Makefile.common: FreeBSD make compatability fixes: expand | |
388 SRC_SRCS immediately, use MODCC rather than CC to prevent | |
389 overriding by top-level makefile. | |
390 | |
1220 | 391 2003-01-15 Jerry James <james@eecs.ku.edu> |
392 | |
393 * ldap/eldap.c: Apply Ben's postgresql change to LDAP also. | |
394 | |
1204 | 395 2002-12-16 Ben Wing <ben@xemacs.org> |
396 | |
397 * postgresql/postgresql.c: | |
398 remove ifdef USE_KKCC. | |
399 | |
1187 | 400 2003-01-04 Steve Youngs <youngs@xemacs.org> |
401 | |
402 * XEmacs 21.5.10 "burdock" is released. | |
403 | |
1111 | 404 2002-11-17 Ben Wing <ben@xemacs.org> |
405 | |
406 * postgresql/Makefile.in.in: | |
407 * postgresql/Makefile.in.in (SRCS): | |
408 * postgresql/Makefile.in.in (SRC_SRCS): Removed. | |
409 * postgresql/Makefile.in.in (OBJS): Removed. | |
410 * postgresql/Makefile.in.in (SHELL): Removed. | |
411 * postgresql/Makefile.in.in (RM): Removed. | |
412 * postgresql/Makefile.in.in (PROGNAME): Removed. | |
413 * postgresql/Makefile.in.in (CFLAGS): Removed. | |
414 * postgresql/Makefile.in.in (INSTALL): Removed. | |
415 * postgresql/Makefile.in.in (version): Removed. | |
416 * postgresql/Makefile.in.in (prefix): Removed. | |
417 * postgresql/Makefile.in.in (exec_prefix): Removed. | |
418 * postgresql/Makefile.in.in (libdir): Removed. | |
419 * postgresql/Makefile.in.in (instvardir): Removed. | |
420 * postgresql/Makefile.in.in (configuration): Removed. | |
421 * postgresql/Makefile.in.in (moduledir): Removed. | |
422 * postgresql/Makefile.in.in (with_modules): Removed. | |
423 * postgresql/Makefile.in.in (srcdir): Removed. | |
424 * postgresql/Makefile.in.in (VPATH): Removed. | |
425 * postgresql/Makefile.in.in (CC): Removed. | |
426 * postgresql/Makefile.in.in (MODARCHDIR): Removed. | |
427 * postgresql/Makefile.in.in (MAKE_DOCFILE): Removed. | |
428 * postgresql/Makefile.in.in (MODCFLAGS): Removed. | |
429 * postgresql/Makefile.in.in (INSTALLPATH): Removed. | |
430 * postgresql/Makefile.in.in (INSTALL_PROGRAM): Removed. | |
431 * postgresql/Makefile.in.in (OBJECT_TO_BUILD): Removed. | |
432 * postgresql/Makefile.in.in (.PHONY): Removed. | |
433 * postgresql/Makefile.in.in (all): Removed. | |
434 * postgresql/Makefile.in.in (.c.o): Removed. | |
435 * postgresql/Makefile.in.in (clean): Removed. | |
436 * postgresql/Makefile.in.in (distclean): Removed. | |
437 * postgresql/Makefile.in.in (install): Removed. | |
438 Move common stuff into modues/common/Makefile.common. (Also | |
439 add extraclean target and a couple of other fixes in that file.) | |
440 | |
441 * postgresql/configure.ac: | |
442 Extract out common configure stuff into | |
443 modules/common/configure-{pre,post}.ac. | |
444 | |
445 * postgresql/postgresql.c (WARNING): | |
446 Fix warning. | |
447 | |
448 2002-11-17 Ben Wing <ben@xemacs.org> | |
449 | |
450 * ldap/Makefile.in.in: | |
451 * ldap/Makefile.in.in (SRCS): | |
452 * ldap/Makefile.in.in (SRC_SRCS): Removed. | |
453 * ldap/Makefile.in.in (OBJS): Removed. | |
454 * ldap/Makefile.in.in (SHELL): Removed. | |
455 * ldap/Makefile.in.in (RM): Removed. | |
456 * ldap/Makefile.in.in (PROGNAME): Removed. | |
457 * ldap/Makefile.in.in (CFLAGS): Removed. | |
458 * ldap/Makefile.in.in (INSTALL): Removed. | |
459 * ldap/Makefile.in.in (version): Removed. | |
460 * ldap/Makefile.in.in (prefix): Removed. | |
461 * ldap/Makefile.in.in (exec_prefix): Removed. | |
462 * ldap/Makefile.in.in (libdir): Removed. | |
463 * ldap/Makefile.in.in (instvardir): Removed. | |
464 * ldap/Makefile.in.in (configuration): Removed. | |
465 * ldap/Makefile.in.in (moduledir): Removed. | |
466 * ldap/Makefile.in.in (with_modules): Removed. | |
467 * ldap/Makefile.in.in (srcdir): Removed. | |
468 * ldap/Makefile.in.in (VPATH): Removed. | |
469 * ldap/Makefile.in.in (CC): Removed. | |
470 * ldap/Makefile.in.in (MODARCHDIR): Removed. | |
471 * ldap/Makefile.in.in (MAKE_DOCFILE): Removed. | |
472 * ldap/Makefile.in.in (MODCFLAGS): Removed. | |
473 * ldap/Makefile.in.in (INSTALLPATH): Removed. | |
474 * ldap/Makefile.in.in (INSTALL_PROGRAM): Removed. | |
475 * ldap/Makefile.in.in (OBJECT_TO_BUILD): Removed. | |
476 * ldap/Makefile.in.in (.PHONY): Removed. | |
477 * ldap/Makefile.in.in (all): Removed. | |
478 * ldap/Makefile.in.in (.c.o): Removed. | |
479 * ldap/Makefile.in.in (clean): Removed. | |
480 * ldap/Makefile.in.in (distclean): Removed. | |
481 * ldap/Makefile.in.in (install): Removed. | |
482 Move common stuff into modues/common/Makefile.common. (Also | |
483 add extraclean target and a couple of other fixes in that file.) | |
484 | |
485 * ldap/configure.ac: | |
486 * ldap/configure.ac (have_ldap): | |
487 Extract out common configure stuff into | |
488 modules/common/configure-{pre,post}.ac. | |
489 | |
490 2002-11-17 Ben Wing <ben@xemacs.org> | |
491 | |
492 * common/Makefile.common: | |
493 * common/Makefile.common (SHELL): | |
494 Common stuff is here. | |
495 | |
1011 | 496 2002-09-20 Steve Youngs <youngs@xemacs.org> |
497 | |
498 * postgresql/Makefile.in.in (LDFLAGS): Add @ld_switch_all@ to pick | |
499 up '--site-libraries'. | |
500 | |
501 * ldap/Makefile.in.in (LDFLAGS): Ditto. | |
502 | |
996 | 503 2002-08-08 Jerry James <james@xemacs.org> |
504 | |
505 * auto-autoloads.el: New file containing module autoloads. | |
506 * auto-autoloads.elc: Ditto. | |
507 * README: Update to reflect the new architecture. | |
508 * ldap/configure.ac: New file. | |
509 * ldap/configure: Ditto. | |
510 * ldap/eldap.h: Copy the version from src. | |
511 * ldap/eldap.c: Ditto. Add autoloads. | |
512 * ldap/eldap.c (unload_eldap): New function to unstaticpro symbols | |
513 defined in this file. | |
514 * ldap/install-sh: New script for independent module building. | |
515 * ldap/Makefile: Remove in favor of autoconf solution. | |
516 * ldap/Makefile.in.in: New file containing the autoconf solution. | |
517 * postgresql: New directory. | |
518 * postgresql/.cvsignore: New file. | |
519 * postgresql/configure.ac: Ditto. | |
520 * postgresql/configure: Ditto. | |
521 * postgresql/install-sh: New script for independent module | |
522 building. | |
523 * postgresql/Makefile.in.in: New file. | |
524 * postgresql/postgresql.h: Copy the version from src. | |
525 * postgresql/postgresql.c: Ditto. Add autoloads. | |
526 * sample/Makefile: Move to internal and external subdirectories. | |
527 * sample/sample.c: Ditto. | |
528 * sample/external: New directory containing sample external | |
529 modules. | |
530 * sample/external/.cvsignore: New file. | |
531 * sample/external/configure.ac: Ditto. | |
532 * sample/external/install-sh: Ditto. | |
533 * sample/external/Makefile.in.in: New. | |
534 * sample/external/sample.c: Move from next higher directory. | |
535 * sample/internal: New directory containing sample internal | |
536 modules. | |
537 * sample/internal/.cvsignore: New file. | |
538 * sample/internal/configure.ac: Ditto. | |
539 * sample/internal/install-sh: Ditto. | |
540 * sample/internal/Makefile.in.in: New. | |
541 * sample/internal/sample.c: Move from next higher directory. | |
542 | |
981 | 543 2002-08-30 Steve Youngs <youngs@xemacs.org> |
544 | |
545 * XEmacs 21.5.9 "brussels sprouts" is released. | |
546 | |
933 | 547 2002-07-27 Steve Youngs <youngs@xemacs.org> |
548 | |
549 * XEmacs 21.5.8 "broccoli" is released. | |
550 | |
894 | 551 2002-07-02 Stephen J. Turnbull <stephen@xemacs.org> |
552 | |
553 * XEmacs 21.5.7 "broccoflower" is released. | |
554 | |
804 | 555 2002-04-05 Stephen J. Turnbull <stephen@xemacs.org> |
556 | |
557 * XEmacs 21.5.6 "bok choi" is released. | |
558 | |
774 | 559 2002-03-12 Ben Wing <ben@xemacs.org> |
560 | |
3322 | 561 * The Great Mule Merge of March 2002: |
562 see node by that name in the Internals Manual. | |
774 | 563 |
768 | 564 2002-03-05 Stephen J. Turnbull <stephen@xemacs.org> |
565 | |
566 * XEmacs 21.5.5 "beets" is released. | |
567 | |
754 | 568 2002-02-14 Sean MacLennan <seanm@seanm.ca> |
569 | |
570 * base64/base64.c - update Bufpos => Charbpos | |
571 | |
572 |