diff options
| author | Dmitry Antipov | 2012-08-07 11:33:18 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2012-08-07 11:33:18 +0400 |
| commit | d3d50620ed3a8066c15ae3d3701b83371ca5382a (patch) | |
| tree | 817b59ba17d232cd087b0b24d84683c8ff094f62 /src/ChangeLog | |
| parent | d10a51dcdfab2d9283bd2e3229330c511d5af193 (diff) | |
| download | emacs-d3d50620ed3a8066c15ae3d3701b83371ca5382a.tar.gz emacs-d3d50620ed3a8066c15ae3d3701b83371ca5382a.zip | |
Drop WGET and revert read access to Lisp_Objects slots of struct window.
* window.h (WGET): Remove.
(struct window): Do not use INTERNAL_FIELD.
* alloc.c, buffer.c, composite.c, dispextern.h, dispnew.c, editfns.c:
* fileio.c, font.c, fontset.c, frame.c, frame.h, fringe.c, indent.c:
* insdel.c, keyboard.c, keymap.c, lisp.h, minibuf.c, msdos.c, nsfns.m:
* nsmenu.m, nsterm.m, print.c, textprop.c, w32fns.c, w32menu.c:
* w32term.c, window.c, xdisp.c, xfaces.c, xfns.c, xmenu.c, xterm.c:
Adjust users.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 727e3ca9819..0c7d927bf0e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2012-08-07 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 2 | |||
| 3 | Drop WGET and revert read access to Lisp_Objects slots of struct window. | ||
| 4 | * window.h (WGET): Remove. | ||
| 5 | (struct window): Do not use INTERNAL_FIELD. | ||
| 6 | * alloc.c, buffer.c, composite.c, dispextern.h, dispnew.c, editfns.c: | ||
| 7 | * fileio.c, font.c, fontset.c, frame.c, frame.h, fringe.c, indent.c: | ||
| 8 | * insdel.c, keyboard.c, keymap.c, lisp.h, minibuf.c, msdos.c, nsfns.m: | ||
| 9 | * nsmenu.m, nsterm.m, print.c, textprop.c, w32fns.c, w32menu.c: | ||
| 10 | * w32term.c, window.c, xdisp.c, xfaces.c, xfns.c, xmenu.c, xterm.c: | ||
| 11 | Adjust users. | ||
| 12 | |||
| 1 | 2012-08-07 Chong Yidong <cyd@gnu.org> | 13 | 2012-08-07 Chong Yidong <cyd@gnu.org> |
| 2 | 14 | ||
| 3 | * window.c (Fwindow_edges, Fwindow_pixel_edges) | 15 | * window.c (Fwindow_edges, Fwindow_pixel_edges) |