Use INTERNAL_FIELD for processes.
[bpt/emacs.git] / src / ChangeLog
index bf17232..e6b8051 100644 (file)
@@ -1,3 +1,30 @@
+2012-08-01  Dmitry Antipov  <dmantipov@yandex.ru>
+
+       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  <dmantipov@yandex.ru>
+
+       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  <eggert@cs.ucla.edu>
+
+       * coding.h (CODING_ATTR_FLUSHING): Remove; unused and wouldn't work.
+
+2012-08-01  Glenn Morris  <rgm@gnu.org>
+
+       * lisp.h (IS_DIRECTORY_SEP, IS_DEVICE_SEP, IS_ANY_SEP):
+       Move to configure.ac.
+
 2012-08-01  Juanma Barranquero  <lekktu@gmail.com>
 
        * 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  <dmantipov@yandex.ru>
 
@@ -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  <dmantipov@yandex.ru>
 
 2012-07-13  Glenn Morris  <rgm@gnu.org>
 
-       * 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):