diff options
| author | Dmitry Antipov | 2012-08-07 11:42:34 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2012-08-07 11:42:34 +0400 |
| commit | 4d2b044cdc0cb1edc8150772fbbb24e2e55c4b77 (patch) | |
| tree | a6de5fdb164bad38a3389f9d7e0703b9ab8a0043 /src/ChangeLog | |
| parent | d3d50620ed3a8066c15ae3d3701b83371ca5382a (diff) | |
| download | emacs-4d2b044cdc0cb1edc8150772fbbb24e2e55c4b77.tar.gz emacs-4d2b044cdc0cb1edc8150772fbbb24e2e55c4b77.zip | |
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 @@ | |||
| 1 | 2012-08-07 Dmitry Antipov <dmantipov@yandex.ru> | 1 | 2012-08-07 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 2 | ||
| 3 | Drop PGET and revert read access to Lisp_Objects slots of Lisp_Process. | ||
| 4 | * process.h (PGET): Remove. | ||
| 5 | (struct Lisp_Process): Do not use INTERNAL_FIELD. | ||
| 6 | * gnutls.c, print.c, process.c, sysdep.c, w32.c, xdisp.c: Adjust users. | ||
| 7 | |||
| 8 | 2012-08-07 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 9 | |||
| 3 | Drop WGET and revert read access to Lisp_Objects slots of struct window. | 10 | Drop WGET and revert read access to Lisp_Objects slots of struct window. |
| 4 | * window.h (WGET): Remove. | 11 | * window.h (WGET): Remove. |
| 5 | (struct window): Do not use INTERNAL_FIELD. | 12 | (struct window): Do not use INTERNAL_FIELD. |