X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/552a99b4cb5474337048053c2e7f0dd9eef9b1cb..3193acd258557340907a7281d067fdbb426c2f54:/src/ChangeLog diff --git a/src/ChangeLog b/src/ChangeLog index bf172320ee..e6b8051458 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,30 @@ +2012-08-01 Dmitry Antipov + + Use INTERNAL_FIELD for processes. + * process.h (PVAR): New macro. Adjust style. + (struct Lisp_Process): Change Lisp_Object members to INTERNAL_FIELD. + * print.c, process.c, sysdep.c, w32.c, xdisp.c: Users changed. + +2012-08-01 Dmitry Antipov + + Use INTERNAL_FIELD for windows. + * window.h (WVAR): New macro. + (struct window): Change Lisp_Object members to 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, nsterm.m, print.c: + * textprop.c, w32fns.c, w32menu.c, w32term.c, window.c, xdisp.c: + * xfaces.c, xfns.c, xmenu.c, xterm.c: Users changed. + +2012-08-01 Paul Eggert + + * coding.h (CODING_ATTR_FLUSHING): Remove; unused and wouldn't work. + +2012-08-01 Glenn Morris + + * lisp.h (IS_DIRECTORY_SEP, IS_DEVICE_SEP, IS_ANY_SEP): + Move to configure.ac. + 2012-08-01 Juanma Barranquero * makefile.w32-in (CONFIG_H): Update dependencies. @@ -42,7 +69,7 @@ instead of compositeToPoint. (applicationShouldTerminate): Pass NS String literal to NSRunAlertPanel. - * nsfns.m, nsmenu.m, msterm.m: Adopt to struct frame/FVAR changes. + * nsfns.m, nsmenu.m, nsterm.m: Adopt to struct frame/FVAR changes. 2012-07-31 Dmitry Antipov @@ -54,9 +81,9 @@ (KVAR): Change to use INTERNAL_FIELD. * frame.h (FVAR): New macro. (struct frame): Use INTERNAL_FIELD for all Lisp_Object fields. - * alloc.c, buffer.c, data.c, dispnew.c, dosfns.c, eval.c, frame.c - * fringe.c, gtkutil.c, minibuf.c, nsfns.m, nsterm.m, print.c - * term.c, w32fns.c, w32menu.c, w32term.c, window.c, window.h, + * alloc.c, buffer.c, data.c, dispnew.c, dosfns.c, eval.c, frame.c: + * fringe.c, gtkutil.c, minibuf.c, nsfns.m, nsterm.m, print.c: + * term.c, w32fns.c, w32menu.c, w32term.c, window.c, window.h: * xdisp.c, xfaces.c, xfns.c, xmenu.c, xterm.c: Users changed. 2012-07-31 Dmitry Antipov @@ -1072,7 +1099,7 @@ 2012-07-13 Glenn Morris - * s/bsd-common, s/cygwin.h: Remove empty files. + * s/bsd-common.h, s/cygwin.h: Remove empty files. * s/freebsd.h, s/netbsd.h: Do not include bsd-common.h. * s/usg5-4-common.h (USG, USG5):