diff options
| author | Kenichi Handa | 2008-09-19 02:31:03 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2008-09-19 02:31:03 +0000 |
| commit | c674e738f4c2b81dbdd46bb792f6812c4d070c4c (patch) | |
| tree | d878701fc4bd90392cbc9ab259933da19edc177c /admin | |
| parent | d473f8578afab21b7518037a28ea7296c6ee4153 (diff) | |
| download | emacs-c674e738f4c2b81dbdd46bb792f6812c4d070c4c.tar.gz emacs-c674e738f4c2b81dbdd46bb792f6812c4d070c4c.zip | |
Add an item for using EMACS_INT for buffer/string positions.
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/ChangeLog | 5 | ||||
| -rw-r--r-- | admin/FOR-RELEASE | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog index d2fa3539991..c678de18466 100644 --- a/admin/ChangeLog +++ b/admin/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2008-09-19 Kenichi Handa <handa@m17n.org> | ||
| 2 | |||
| 3 | * FOR-RELEASE: Add an item for using EMACS_INT for buffer/string | ||
| 4 | positions. | ||
| 5 | |||
| 1 | 2008-08-23 Eli Zaretskii <eliz@gnu.org> | 6 | 2008-08-23 Eli Zaretskii <eliz@gnu.org> |
| 2 | 7 | ||
| 3 | * CPP-DEFINES: Add USER_FULL_NAME. | 8 | * 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? | |||
| 48 | * ps-print.el: [...] | 48 | * ps-print.el: [...] |
| 49 | (ps-do-despool): If ps-lpr-switches is not a list, force it to be one. | 49 | (ps-do-despool): If ps-lpr-switches is not a list, force it to be one. |
| 50 | 50 | ||
| 51 | ** In C, use EMACS_INT for variables and structure members | ||
| 52 | for buffer/string positions. E.g. struct it, struct text_pos. | ||
| 53 | |||
| 51 | * DOCUMENTATION | 54 | * DOCUMENTATION |
| 52 | 55 | ||
| 53 | ** Clean up Emacs.app references in code and documentation. | 56 | ** Clean up Emacs.app references in code and documentation. |