MCC TextEditor 15.53
Version 15.53 of MCC TextEditor
Changes:
- PrintLineWithStyles.c: simplified the SetRPAttrs() call for all systems,
since each system has different requirements on mandatory tags. This refs
#26. - mcc/UndoFunctions.c: moved the triggering of MUIA_TextEditor_Undo and _Redo
a few lines further down so that a hook being triggered by these attributes
and which get()'s the attributes reads the correct states. This closes #25. - demo/TextEditor-Demo.c: enable/disable the Undo/Redo buttons according to
the Undo/Redo availability state.