Mercurial > hg > xemacs-beta
comparison modules/ChangeLog @ 5178:97eb4942aec8
merge
| author | Ben Wing <ben@xemacs.org> |
|---|---|
| date | Mon, 29 Mar 2010 21:28:13 -0500 |
| parents | 186aebf7f6c6 |
| children | 11ed8768ac4f |
comparison
equal
deleted
inserted
replaced
| 5177:b785049378e3 | 5178:97eb4942aec8 |
|---|---|
| 1 2010-03-12 Ben Wing <ben@xemacs.org> | |
| 2 | |
| 3 * base64/base64.c: | |
| 4 * base64/base64.c (Fbase64_encode): | |
| 5 * base64/base64.c (Fbase64_decode): | |
| 6 * base64/base64.c (syms_of_base64): | |
| 7 Fix file to follow GNU coding standards for indentation, spacing | |
| 8 before parens. | |
| 9 | |
| 10 2010-03-13 Ben Wing <ben@xemacs.org> | |
| 11 | |
| 12 * postgresql/postgresql.c (print_pgconn): | |
| 13 * postgresql/postgresql.c (print_pgresult): | |
| 14 printing_unreadable_object -> printing_unreadable_object_fmt. | |
| 15 | |
| 16 2010-03-13 Ben Wing <ben@xemacs.org> | |
| 17 | |
| 18 * ldap/eldap.c (print_ldap): | |
| 19 printing_unreadable_object -> printing_unreadable_object_fmt. | |
| 20 | |
| 21 2010-03-07 Ben Wing <ben@xemacs.org> | |
| 22 | |
| 23 * postgresql/postgresql.c (finalize_pgconn): | |
| 24 * postgresql/postgresql.c (finalize_pgresult): | |
| 25 * ldap/eldap.c (finalize_ldap): | |
| 26 Fix the finalizers to go with the new calling sequence. Done | |
| 27 previously but somehow got lost. | |
| 28 | |
| 29 2010-03-05 Ben Wing <ben@xemacs.org> | |
| 30 | |
| 31 * postgresql/postgresql.c (allocate_pgconn): | |
| 32 * postgresql/postgresql.c (allocate_pgresult): | |
| 33 * postgresql/postgresql.h (struct Lisp_PGconn): | |
| 34 * postgresql/postgresql.h (struct Lisp_PGresult): | |
| 35 * ldap/eldap.c (allocate_ldap): | |
| 36 * ldap/eldap.h (struct Lisp_LDAP): | |
| 37 Same changes as in src/ dir. See large log there in ChangeLog, | |
| 38 but basically: | |
| 39 | |
| 40 ALLOC_LISP_OBJECT -> ALLOC_NORMAL_LISP_OBJECT | |
| 41 LISP_OBJECT_HEADER -> NORMAL_LISP_OBJECT_HEADER | |
| 42 | |
| 1 2010-02-06 Ben Wing <ben@xemacs.org> | 43 2010-02-06 Ben Wing <ben@xemacs.org> |
| 2 | 44 |
| 3 * canna/canna_api.c: | 45 * canna/canna_api.c: |
| 4 * canna/canna_api.c (storeResults): | 46 * canna/canna_api.c (storeResults): |
| 5 * canna/canna_api.c (Fcanna_set_bunsetsu): | 47 * canna/canna_api.c (Fcanna_set_bunsetsu): |
