# HG changeset patch # User Kenichi Handa # Date 1221791452 0 # Node ID dc12281f6c35bbc20ca08645bd1ba281d7860c75 # Parent 4cd1e1167e9974535bfe63a4c2e60abd5d99eb3e Add an item for using EMACS_INT for buffer/string positions. diff -r 4cd1e1167e99 -r dc12281f6c35 admin/FOR-RELEASE --- a/admin/FOR-RELEASE Fri Sep 19 01:35:59 2008 +0000 +++ b/admin/FOR-RELEASE Fri Sep 19 02:30:52 2008 +0000 @@ -48,6 +48,9 @@ * ps-print.el: [...] (ps-do-despool): If ps-lpr-switches is not a list, force it to be one. +** In C, use EMACS_INT for variables and structure members +for buffer/string positions. E.g. struct it, struct text_pos. + * DOCUMENTATION ** Clean up Emacs.app references in code and documentation.