From 75d46bff7e6690714349575834b24ccd4f7b4459 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enrico=20Tr=C3=B6ger?= Date: Thu, 2 Oct 2008 13:37:35 +0000 Subject: [PATCH] Merge InstantSave, AutoSave and BackupCopy plugins into the plugin 'Save Actions'. Add a section for documentation of internal plugins in the documentation. git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@3035 ea778897-0a13-0410-b9d1-a72fbfd435f5 --- ChangeLog | 10 + doc/geany.html | 1105 +++++++++++++++++++++------------------- doc/geany.txt | 30 ++ plugins/Makefile.am | 8 +- plugins/autosave.c | 220 -------- plugins/makefile.win32 | 2 +- plugins/saveactions.c | 727 ++++++++++++++++++++++++++ po/POTFILES.in | 2 +- 8 files changed, 1340 insertions(+), 764 deletions(-) delete mode 100644 plugins/autosave.c create mode 100644 plugins/saveactions.c diff --git a/ChangeLog b/ChangeLog index cbdc2b8f9..b12b9f6e3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2008-10-02 Enrico Tröger + + * doc/geany.txt, doc/geany.html, po/POTFILES.in, plugins/saveactions.c, + plugins/autosave.c, plugins/Makefile.am, plugins/makefile.win32: + Merge InstantSave, AutoSave and BackupCopy plugins into the + plugin 'Save Actions'. + Add a section for documentation of internal plugins in the + documentation. + + 2008-10-01 Nick Treleaven * HACKING, doc/Makefile.am: diff --git a/doc/geany.html b/doc/geany.html index d341fb19a..eb5a99259 100644 --- a/doc/geany.html +++ b/doc/geany.html @@ -3,10 +3,10 @@ - + Geany - +