aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/e-signature-script-dialog.c
Commit message (Collapse)AuthorAgeFilesLines
* Rewrite the signature management UI from top to bottom.Matthew Barnes2009-02-101-0/+463
- Break the UI out of Glade and into small, manageable widgets: ESignatureEditor (moved from mail to widgets/misc) ESignatureManager ESignatureTreeView ESignatureScriptDialog - Move several signature utilities to e-util/e-signature-utils.c so they're accessible from widgets/misc without introducing circular dependences. - Have EMailShellModule listen for new GtkhtmlEditor windows (from which EMsgComposer and ESignatureEditor are derived) and configure the window with spelling and HTML editing user preferences. - Drastically simplifies em-composer-prefs.c. svn path=/branches/kill-bonobo/; revision=37239