Add an item for using EMACS_INT for buffer/string positions.

This commit is contained in:
Kenichi Handa 2008-09-19 02:31:03 +00:00
parent d473f8578a
commit c674e738f4
2 changed files with 8 additions and 0 deletions

View 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.

View 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.