diff options
| author | Dmitry Antipov <dmantipov@yandex.ru> | 2012-08-07 11:42:34 +0400 |
|---|---|---|
| committer | Dmitry Antipov <dmantipov@yandex.ru> | 2012-08-07 11:42:34 +0400 |
| commit | 4d2b044cdc0cb1edc8150772fbbb24e2e55c4b77 (patch) | |
| tree | a6de5fdb164bad38a3389f9d7e0703b9ab8a0043 /src/ChangeLog | |
| parent | d3d50620ed3a8066c15ae3d3701b83371ca5382a (diff) | |
Drop PGET and revert read access to Lisp_Objects slots of Lisp_Process.
* process.h (PGET): Remove.
(struct Lisp_Process): Do not use INTERNAL_FIELD.
* gnutls.c, print.c, process.c, sysdep.c, w32.c, xdisp.c: Adjust users.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 0c7d927bf0e..fe7ffd5d14f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,12 @@ 2012-08-07 Dmitry Antipov <dmantipov@yandex.ru> + Drop PGET and revert read access to Lisp_Objects slots of Lisp_Process. + * process.h (PGET): Remove. + (struct Lisp_Process): Do not use INTERNAL_FIELD. + * gnutls.c, print.c, process.c, sysdep.c, w32.c, xdisp.c: Adjust users. + +2012-08-07 Dmitry Antipov <dmantipov@yandex.ru> + Drop WGET and revert read access to Lisp_Objects slots of struct window. * window.h (WGET): Remove. (struct window): Do not use INTERNAL_FIELD. |
