From: Kenichi Handa Date: Fri, 19 Sep 2008 02:31:03 +0000 (+0000) Subject: Add an item for using EMACS_INT for buffer/string positions. X-Git-Tag: emacs-pretest-23.0.90~2851 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c674e738f4c2b81dbdd46bb792f6812c4d070c4c;p=emacs.git Add an item for using EMACS_INT for buffer/string positions. --- diff --git a/admin/ChangeLog b/admin/ChangeLog index d2fa3539991..c678de18466 100644 --- a/admin/ChangeLog +++ b/admin/ChangeLog @@ -1,3 +1,8 @@ +2008-09-19 Kenichi Handa + + * FOR-RELEASE: Add an item for using EMACS_INT for buffer/string + positions. + 2008-08-23 Eli Zaretskii * CPP-DEFINES: Add USER_FULL_NAME. diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE index 603a0ee49d9..ce88a34fb60 100644 --- a/admin/FOR-RELEASE +++ b/admin/FOR-RELEASE @@ -48,6 +48,9 @@ Fixed by this change? * 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.