]> git.eshelyaron.com Git - emacs.git/commitdiff
Add an item for using EMACS_INT for buffer/string positions.
authorKenichi Handa <handa@m17n.org>
Fri, 19 Sep 2008 02:31:03 +0000 (02:31 +0000)
committerKenichi Handa <handa@m17n.org>
Fri, 19 Sep 2008 02:31:03 +0000 (02:31 +0000)
admin/ChangeLog
admin/FOR-RELEASE

index d2fa3539991386fe8f9102560d88b7958d08db69..c678de18466c96ff96b108683848228d7bc963df 100644 (file)
@@ -1,3 +1,8 @@
+2008-09-19  Kenichi Handa  <handa@m17n.org>
+
+       * FOR-RELEASE: Add an item for using EMACS_INT for buffer/string
+       positions.
+
 2008-08-23  Eli Zaretskii  <eliz@gnu.org>
 
        * CPP-DEFINES: Add USER_FULL_NAME.
index 603a0ee49d9eb2b6b36fa981e86cba139b9e64d0..ce88a34fb6085ff4ec6becf586f344bc8b5a97b8 100644 (file)
@@ -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.