devel-docs: add more stuff to GIMP3-API-Changes.txt

This commit is contained in:
Michael Natterer 2014-04-27 14:32:56 +02:00
parent a4773a5599
commit 5ec5f79f57
1 changed files with 9 additions and 1 deletions

View File

@ -2,5 +2,13 @@ This file contains a list of changes that can/must be done when
we break API/ABI for 3.x.
- move GIMP_REPEAT_TRUNCATE to the start of the enum and rename it
- Move GIMP_REPEAT_TRUNCATE to the start of the enum and rename it
to NONE. Rename the current NONE to EXTEND or something.
- Add padding to all public class structs.
- Have private pointers in all public instance structs, not just
GET_PRIVATE() macros, in order to inspect the private structs
easily in the debugger.
- Remove compat values from all enums.