2 Commits

Author SHA1 Message Date
Nick Treleaven
df328e491a Fix file header notice, copyright, Id string.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@2635 ea778897-0a13-0410-b9d1-a72fbfd435f5
2008-06-02 16:30:27 +00:00
Nick Treleaven
37e0d1f3f1 Move GeanyDocument GUI elements and saved_encoding to private
Document struct which inherits from GeanyDocument. This is to hide
implementation fields from the plugin API, so that we can change
them if necessary.
Add DOCUMENT() macro to convert a GeanyDocument* to a Document*.
Also move UNDO_*, FileEncoding to documentprivate.h.
Move undo_action struct to document.c.


git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@2631 ea778897-0a13-0410-b9d1-a72fbfd435f5
2008-06-02 15:31:59 +00:00