Branch: refs/heads/master
Author: Matthew Brush <matt(a)geany.org>
Committer: Matthew Brush <matt(a)geany.org>
Date: Fri, 13 Jul 2012 00:31:57
Commit: a1794998e147934d7e805ee932baca23b23ff333
https://github.com/geany/geany-plugins/commit/a1794998e147934d7e805ee932bac…
Log Message:
-----------
multiterm: Add comments with file info, copyright holders and license
No code changes
Modified Paths:
--------------
multiterm/src/config.vala
multiterm/src/context-menu.vala
multiterm/src/defconf.vala
multiterm/src/notebook.vala
multiterm/src/plugin.vala
multiterm/src/shell-config.vala
multiterm/src/tab-label.vala
multiterm/src/terminal.vala
multiterm/src/vapi/geany.vapi
Modified: multiterm/src/config.vala
21 files changed, 21 insertions(+), 0 deletions(-)
===================================================================
@@ -1,3 +1,24 @@
+/*
+ * config.vala - This file is part of the Geany MultiTerm plugin
+ *
+ * Copyright (c) 2012 Matthew Brush <matt(a)geany.org>.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ * MA 02110-1301, USA.
+ */
+
namespace MultiTerm
{
Modified: multiterm/src/context-menu.vala
21 files changed, 21 insertions(+), 0 deletions(-)
===================================================================
@@ -1,3 +1,24 @@
+/*
+ * context-menu.vala - This file is part of the Geany MultiTerm plugin
+ *
+ * Copyright (c) 2012 Matthew Brush <matt(a)geany.org>.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ * MA 02110-1301, USA.
+ */
+
using Gtk;
namespace MultiTerm
Modified: multiterm/src/defconf.vala
21 files changed, 21 insertions(+), 0 deletions(-)
===================================================================
@@ -1,4 +1,25 @@
/*
+ * defconf.vala - This file is part of the Geany MultiTerm plugin
+ *
+ * Copyright (c) 2012 Matthew Brush <matt(a)geany.org>.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ * MA 02110-1301, USA.
+ */
+
+/*
* This file contains the default configuration which will be written
* to the user's config dir if it doesn't exist.
*
Modified: multiterm/src/notebook.vala
21 files changed, 21 insertions(+), 0 deletions(-)
===================================================================
@@ -1,3 +1,24 @@
+/*
+ * notebook.vala - This file is part of the Geany MultiTerm plugin
+ *
+ * Copyright (c) 2012 Matthew Brush <matt(a)geany.org>.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ * MA 02110-1301, USA.
+ */
+
using Gtk;
using Gdk;
using Pango;
Modified: multiterm/src/plugin.vala
21 files changed, 21 insertions(+), 0 deletions(-)
===================================================================
@@ -1,3 +1,24 @@
+/*
+ * plugin.vala - This file is part of the Geany MultiTerm plugin
+ *
+ * Copyright (c) 2012 Matthew Brush <matt(a)geany.org>.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ * MA 02110-1301, USA.
+ */
+
using Gtk;
using Geany;
using MultiTerm;
Modified: multiterm/src/shell-config.vala
20 files changed, 20 insertions(+), 0 deletions(-)
===================================================================
@@ -1,3 +1,23 @@
+/*
+ * shell-config.vala - This file is part of the Geany MultiTerm plugin
+ *
+ * Copyright (c) 2012 Matthew Brush <matt(a)geany.org>.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ * MA 02110-1301, USA.
+ */
namespace MultiTerm
{
Modified: multiterm/src/tab-label.vala
21 files changed, 21 insertions(+), 0 deletions(-)
===================================================================
@@ -1,3 +1,24 @@
+/*
+ * tab-label.vala - This file is part of the Geany MultiTerm plugin
+ *
+ * Copyright (c) 2012 Matthew Brush <matt(a)geany.org>.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ * MA 02110-1301, USA.
+ */
+
using Gtk;
namespace MultiTerm
Modified: multiterm/src/terminal.vala
21 files changed, 21 insertions(+), 0 deletions(-)
===================================================================
@@ -1,3 +1,24 @@
+/*
+ * terminal.vala - This file is part of the Geany MultiTerm plugin
+ *
+ * Copyright (c) 2012 Matthew Brush <matt(a)geany.org>.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ * MA 02110-1301, USA.
+ */
+
using Gtk;
using Gdk;
using Vte;
Modified: multiterm/src/vapi/geany.vapi
26 files changed, 14 insertions(+), 12 deletions(-)
===================================================================
@@ -1,20 +1,22 @@
/*
- * Copyright 2010 Colomban Wendling <ban(at)herbesfolles(dot)org>
+ * geany.vapi - This file comes from the Geany Vala Binding project
*
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
+ * Copyright 2010-2012 Colomban Wendling <ban(at)herbesfolles(dot)org>
+ * Copyright 2012 Matthew Brush <matt(a)geany.org>
*
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
*
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
*
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
[CCode (cheader_filename = "geanyplugin.h")]
@@ Diff output truncated at 100000 characters. @@
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: TBD).
Branch: refs/heads/master
Author: Colomban Wendling <ban(a)herbesfolles.org>
Committer: Colomban Wendling <ban(a)herbesfolles.org>
Date: Wed, 11 Jul 2012 14:13:24
Commit: e7cd53a48098171517b9b09719615b931ee5b6f1
https://github.com/geany/geany-plugins/commit/e7cd53a48098171517b9b09719615…
Log Message:
-----------
GeanyMacro: Fix a few typos
Modified Paths:
--------------
geanymacro/src/geanymacro.c
Modified: geanymacro/src/geanymacro.c
6 files changed, 3 insertions(+), 3 deletions(-)
===================================================================
@@ -64,7 +64,7 @@
{SCI_DELWORDLEFT,N_("Delete up to start of word to the Left")},
{SCI_DELWORDRIGHT,N_("Delete up to start of word to the Right")},
{SCI_DELWORDRIGHTEND,N_("Delete up to end of word to the Right")},
-{SCI_DELLINELEFT,N_("Delete to begining of line")},
+{SCI_DELLINELEFT,N_("Delete to beginning of line")},
{SCI_DELLINERIGHT,N_("Delete to end of line")},
{SCI_LINEDELETE,N_("Delete current line")},
{SCI_BACKTAB,N_("Backwards Tab (deletes tab if nothing after it)")},
@@ -92,7 +92,7 @@
{SCI_LINEENDDISPLAY,N_("Move Cursor to last visible character")},
{SCI_VCHOME,N_("Move Cursor to 1st non-whitespace character of line, or 1st character of line if\
already at 1st non-whitespace character")},
-{SCI_PARADOWN,N_("Move Cursor to begining of next paragraph")},
+{SCI_PARADOWN,N_("Move Cursor to beginning of next paragraph")},
{SCI_PARAUP,N_("Move Cursor up to beginning of current/previous paragraph")},
{SCI_WORDLEFTEND,N_("Move Cursor to end of Word to the Left")},
{SCI_WORDRIGHTEND,N_("Move Cursor to end of Word to the Right")},
@@ -115,7 +115,7 @@
{SCI_LINEENDDISPLAYEXTEND,N_("Extend Selection to last visible character")},
{SCI_VCHOMEEXTEND,N_("Extend Selection to 1st non-whitespace character of line, or 1st character of\
line if already at 1st non-whitespace character")},
-{SCI_PARADOWNEXTEND,N_("Extend Selection to begining of next paragraph")},
+{SCI_PARADOWNEXTEND,N_("Extend Selection to beginning of next paragraph")},
{SCI_PARAUPEXTEND,N_("Extend Selection up to beginning of current/previous paragraph")},
{SCI_WORDLEFTENDEXTEND,N_("Extend Selection to end of Word to the Left")},
{SCI_WORDRIGHTENDEXTEND,N_("Extend Selection to end of Word to the Right")},
@@ Diff output truncated at 100000 characters. @@
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: TBD).
Branch: refs/heads/master
Author: Frank Lanitz <frank(a)frank.uvena.de>
Committer: Frank Lanitz <frank(a)frank.uvena.de>
Date: Wed, 11 Jul 2012 14:12:57
Commit: 40b646666c0a317969f537bf4ad0ab06dafd6033
https://github.com/geany/geany-plugins/commit/40b646666c0a317969f537bf4ad0a…
Log Message:
-----------
GeanyMacro: Fix a typo inside a string
Modified Paths:
--------------
geanymacro/src/geanymacro.c
Modified: geanymacro/src/geanymacro.c
2 files changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -88,7 +88,7 @@
{SCI_DOCUMENTEND,N_("Move Cursor to last line of document")},
{SCI_PAGEUP,N_("Move Cursor up one Page")},
{SCI_PAGEDOWN,N_("Move Cursor down one Page")},
-{SCI_HOMEDISPLAY,N_("Move Cursor to fist visible character")},
+{SCI_HOMEDISPLAY,N_("Move Cursor to first visible character")},
{SCI_LINEENDDISPLAY,N_("Move Cursor to last visible character")},
{SCI_VCHOME,N_("Move Cursor to 1st non-whitespace character of line, or 1st character of line if\
already at 1st non-whitespace character")},
@@ Diff output truncated at 100000 characters. @@
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: TBD).
Branch: refs/heads/master
Author: Frank Lanitz <frank(a)frank.uvena.de>
Committer: Frank Lanitz <frank(a)frank.uvena.de>
Date: Mon, 09 Jul 2012 14:06:54
Commit: 8f299ec07da482a2517e3c1d9b2aedc6580a21b5
https://github.com/geany/geany-plugins/commit/8f299ec07da482a2517e3c1d9b2ae…
Log Message:
-----------
Another small update of German translation
Modified Paths:
--------------
po/de.po
Modified: po/de.po
2 files changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -2405,7 +2405,7 @@ msgstr "Symbol für LaTeX-Assistent in die Werkzeugliste einfügen"
#: ../geanylatex/src/geanylatex.c:306
msgid "Lower selection when formating smallcaps (\\textsc{})"
-msgstr "Auswahl niedriger machen beim Formatireen von kleinen Kapitälchen (\\textsc{})"
+msgstr "Auswahl im Kleinbuchstaben umwandeln zur Benutzung von kleinen Kapitälchen (\\textsc{})"
#: ../geanylatex/src/geanylatex.c:310
msgid "Don't care about this inside plugin"
@@ Diff output truncated at 100000 characters. @@
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: TBD).