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