Mercurial > hg > xemacs-beta
diff modules/ChangeLog @ 5140:e5380fdaf8f1
merge
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Sat, 13 Mar 2010 05:38:34 -0600 |
parents | 0ac12485616c a9c41067dd88 |
children | 186aebf7f6c6 |
line wrap: on
line diff
--- a/modules/ChangeLog Fri Mar 12 20:23:50 2010 -0600 +++ b/modules/ChangeLog Sat Mar 13 05:38:34 2010 -0600 @@ -7,6 +7,20 @@ Fix file to follow GNU coding standards for indentation, spacing before parens. +2010-03-05 Ben Wing <ben@xemacs.org> + + * postgresql/postgresql.c (allocate_pgconn): + * postgresql/postgresql.c (allocate_pgresult): + * postgresql/postgresql.h (struct Lisp_PGconn): + * postgresql/postgresql.h (struct Lisp_PGresult): + * ldap/eldap.c (allocate_ldap): + * ldap/eldap.h (struct Lisp_LDAP): + Same changes as in src/ dir. See large log there in ChangeLog, + but basically: + + ALLOC_LISP_OBJECT -> ALLOC_NORMAL_LISP_OBJECT + LISP_OBJECT_HEADER -> NORMAL_LISP_OBJECT_HEADER + 2010-02-06 Ben Wing <ben@xemacs.org> * canna/canna_api.c: