diff options
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. |