diff options
-rw-r--r-- | HISTORY | 6 | ||||
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | backtrack.cpp | 2 | ||||
-rw-r--r-- | backtrack.h | 2 | ||||
-rw-r--r-- | bitmap.cpp | 2 | ||||
-rw-r--r-- | bitmap.h | 2 | ||||
-rw-r--r-- | commands.cpp | 2 | ||||
-rw-r--r-- | commands.h | 2 | ||||
-rw-r--r-- | generator.cpp | 2 | ||||
-rw-r--r-- | generator.h | 2 | ||||
-rw-r--r-- | history.cpp | 2 | ||||
-rw-r--r-- | history.h | 2 | ||||
-rw-r--r-- | i18n.cpp | 2 | ||||
-rw-r--r-- | i18n.h | 2 | ||||
-rw-r--r-- | list.cpp | 2 | ||||
-rw-r--r-- | list.h | 2 | ||||
-rw-r--r-- | menu.cpp | 2 | ||||
-rw-r--r-- | menu.h | 2 | ||||
-rw-r--r-- | po/de_DE.po | 2 | ||||
-rw-r--r-- | po/es_ES.po | 2 | ||||
-rw-r--r-- | po/fi_FI.po | 2 | ||||
-rw-r--r-- | po/fr_FR.po | 2 | ||||
-rw-r--r-- | po/it_IT.po | 2 | ||||
-rw-r--r-- | puzzle.cpp | 2 | ||||
-rw-r--r-- | puzzle.h | 2 | ||||
-rw-r--r-- | setup.cpp | 2 | ||||
-rw-r--r-- | setup.h | 2 | ||||
-rw-r--r-- | solver.cpp | 2 | ||||
-rw-r--r-- | solver.h | 2 | ||||
-rw-r--r-- | sudoku.cpp | 2 | ||||
-rw-r--r-- | sudoku.h | 2 | ||||
-rw-r--r-- | tools/Makefile | 2 | ||||
-rw-r--r-- | tools/sudoku_generator.1 | 2 | ||||
-rw-r--r-- | tools/sudoku_generator.cpp | 2 |
34 files changed, 6 insertions, 66 deletions
@@ -85,3 +85,9 @@ VDR plug-in 'Sudoku' Revision History - Updated French language texts (thanks to NIVAL Michaël). - Updated Italian language texts (thanks to Diego Pierotto). - Updated Spanish language texts (thanks to Bittor Corl). + +____-__-__: Version 0.3.5 + +- Moved to http://projects.vdr-developer.org/projects/show/plg-sudoku. +- Changed repository from subversion to git. +- Removed subversion keywords ($Id). @@ -16,8 +16,6 @@ # 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. -# -# $Id: Makefile 106 2007-12-03 23:28:24Z tom $ # The official name of this plugin. # This name will be used in the '-P...' option of VDR to load the plugin. diff --git a/backtrack.cpp b/backtrack.cpp index 297c254..028f305 100644 --- a/backtrack.cpp +++ b/backtrack.cpp @@ -16,8 +16,6 @@ * 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. - * - * $Id: backtrack.cpp 106 2007-12-03 23:28:24Z tom $ */ #include "backtrack.h" diff --git a/backtrack.h b/backtrack.h index 7c4dc70..014b13f 100644 --- a/backtrack.h +++ b/backtrack.h @@ -16,8 +16,6 @@ * 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. - * - * $Id: backtrack.h 106 2007-12-03 23:28:24Z tom $ */ #ifndef VDR_SUDOKU_BACKTRACK_H @@ -16,8 +16,6 @@ * 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. - * - * $Id: bitmap.cpp 122 2008-03-22 00:38:13Z tom $ */ #include "bitmap.h" @@ -16,8 +16,6 @@ * 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. - * - * $Id: bitmap.h 106 2007-12-03 23:28:24Z tom $ */ #ifndef VDR_SUDOKU_BITMAP_H diff --git a/commands.cpp b/commands.cpp index e9a9d91..82dca5d 100644 --- a/commands.cpp +++ b/commands.cpp @@ -16,8 +16,6 @@ * 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. - * - * $Id: commands.cpp 142 2008-07-06 15:50:02Z tom $ */ #include "commands.h" @@ -16,8 +16,6 @@ * 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. - * - * $Id: commands.h 142 2008-07-06 15:50:02Z tom $ */ #ifndef VDR_SUDOKU_COMMANDS_H diff --git a/generator.cpp b/generator.cpp index 7c8c295..700a092 100644 --- a/generator.cpp +++ b/generator.cpp @@ -16,8 +16,6 @@ * 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. - * - * $Id: generator.cpp 106 2007-12-03 23:28:24Z tom $ */ #define USE_RAND diff --git a/generator.h b/generator.h index 591d16a..0cea81d 100644 --- a/generator.h +++ b/generator.h @@ -16,8 +16,6 @@ * 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. - * - * $Id: generator.h 106 2007-12-03 23:28:24Z tom $ */ #ifndef VDR_SUDOKU_GENERATOR_H diff --git a/history.cpp b/history.cpp index f715c1f..77b3903 100644 --- a/history.cpp +++ b/history.cpp @@ -16,8 +16,6 @@ * 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. - * - * $Id: history.cpp 140 2008-06-30 22:10:38Z tom $ */ #include "history.h" @@ -16,8 +16,6 @@ * 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. - * - * $Id: history.h 140 2008-06-30 22:10:38Z tom $ */ #ifndef VDR_SUDOKU_HISTORY_H @@ -17,8 +17,6 @@ * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * $Id: i18n.cpp 164 2008-11-27 00:00:38Z tom $ - * * * Translations provided by: * @@ -16,8 +16,6 @@ * 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. - * - * $Id: i18n.h 117 2008-03-21 17:57:50Z tom $ */ #ifndef VDR_SUDOKU_I18N_H @@ -16,8 +16,6 @@ * 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. - * - * $Id: list.cpp 161 2008-11-23 00:18:02Z tom $ */ #include "list.h" @@ -16,8 +16,6 @@ * 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. - * - * $Id: list.h 114 2008-03-16 22:20:33Z tom $ */ #ifndef VDR_SUDOKU_LIST_H @@ -16,8 +16,6 @@ * 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. - * - * $Id: menu.cpp 143 2008-07-26 18:38:59Z tom $ */ #include "menu.h" @@ -16,8 +16,6 @@ * 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. - * - * $Id: menu.h 142 2008-07-06 15:50:02Z tom $ */ #ifndef VDR_SUDOKU_MENU_H diff --git a/po/de_DE.po b/po/de_DE.po index 159eac8..5d3f248 100644 --- a/po/de_DE.po +++ b/po/de_DE.po @@ -3,8 +3,6 @@ # This file is distributed under the same license as the vdr-sudoku package. # Thomas Günther <tom@toms-cafe.de>, 2005, 2008. # -# $Id: de_DE.po 164 2008-11-27 00:00:38Z tom $ -# msgid "" msgstr "" "Project-Id-Version: vdr-sudoku 0.3.4\n" diff --git a/po/es_ES.po b/po/es_ES.po index 85a5060..7cd874c 100644 --- a/po/es_ES.po +++ b/po/es_ES.po @@ -3,8 +3,6 @@ # This file is distributed under the same license as the vdr-sudoku package. # Bittor Corl <bittor7x0 _at_ gmail.com>, 2007, 2008. # -# $Id: es_ES.po 164 2008-11-27 00:00:38Z tom $ -# msgid "" msgstr "" "Project-Id-Version: vdr-sudoku 0.3.4\n" diff --git a/po/fi_FI.po b/po/fi_FI.po index 388b8d4..c755b52 100644 --- a/po/fi_FI.po +++ b/po/fi_FI.po @@ -3,8 +3,6 @@ # This file is distributed under the same license as the vdr-sudoku package. # Ville Skyttä <ville.skytta@iki.fi>, 2005, 2008. # -# $Id: fi_FI.po 164 2008-11-27 00:00:38Z tom $ -# msgid "" msgstr "" "Project-Id-Version: vdr-sudoku 0.3.4\n" diff --git a/po/fr_FR.po b/po/fr_FR.po index 85e3b60..74149c0 100644 --- a/po/fr_FR.po +++ b/po/fr_FR.po @@ -4,8 +4,6 @@ # Patrice Staudt <patr.staudt@laposte.net>, 2008. # NIVAL Michaël <mnival@vdrbox.lautre.net>, 2008. # -# $Id: fr_FR.po 164 2008-11-27 00:00:38Z tom $ -# msgid "" msgstr "" "Project-Id-Version: vdr-sudoku 0.3.4\n" diff --git a/po/it_IT.po b/po/it_IT.po index 88cf0a4..98ddc32 100644 --- a/po/it_IT.po +++ b/po/it_IT.po @@ -3,8 +3,6 @@ # This file is distributed under the same license as the vdr-sudoku package. # Diego Pierotto <vdr-italian@tiscali.it>, 2007, 2008. # -# $Id: it_IT.po 164 2008-11-27 00:00:38Z tom $ -# msgid "" msgstr "" "Project-Id-Version: vdr-sudoku 0.3.4\n" @@ -16,8 +16,6 @@ * 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. - * - * $Id: puzzle.cpp 142 2008-07-06 15:50:02Z tom $ */ #include "puzzle.h" @@ -16,8 +16,6 @@ * 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. - * - * $Id: puzzle.h 142 2008-07-06 15:50:02Z tom $ */ #ifndef VDR_SUDOKU_PUZZLE_H @@ -16,8 +16,6 @@ * 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. - * - * $Id: setup.cpp 151 2008-08-29 22:57:35Z tom $ */ #include "setup.h" @@ -16,8 +16,6 @@ * 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. - * - * $Id: setup.h 143 2008-07-26 18:38:59Z tom $ */ #ifndef VDR_SUDOKU_SETUP_H @@ -16,8 +16,6 @@ * 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. - * - * $Id: solver.cpp 142 2008-07-06 15:50:02Z tom $ */ #define USE_RAND @@ -16,8 +16,6 @@ * 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. - * - * $Id: solver.h 106 2007-12-03 23:28:24Z tom $ */ #ifndef VDR_SUDOKU_SOLVER_H @@ -16,8 +16,6 @@ * 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. - * - * $Id: sudoku.cpp 165 2008-11-29 00:09:41Z tom $ */ #include "sudoku.h" @@ -16,8 +16,6 @@ * 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. - * - * $Id: sudoku.h 140 2008-06-30 22:10:38Z tom $ */ #ifndef VDR_SUDOKU_H diff --git a/tools/Makefile b/tools/Makefile index eb5f63c..e8f8be8 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -16,8 +16,6 @@ # 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. -# -# $Id: Makefile 161 2008-11-23 00:18:02Z tom $ # Define STATIC_LINK=1 to force static linking #STATIC_LINK = 1 diff --git a/tools/sudoku_generator.1 b/tools/sudoku_generator.1 index 621c417..07b657d 100644 --- a/tools/sudoku_generator.1 +++ b/tools/sudoku_generator.1 @@ -17,8 +17,6 @@ .\" with this program; if not, write to the Free Software Foundation, Inc., .\" 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. .\" -.\" $Id: sudoku_generator.1 165 2008-11-29 00:09:41Z tom $ -.\" .TH sudoku_generator "1" "November 2008" "sudoku_generator 0.3.4" "User Commands" .SH NAME diff --git a/tools/sudoku_generator.cpp b/tools/sudoku_generator.cpp index 682a239..5f48f50 100644 --- a/tools/sudoku_generator.cpp +++ b/tools/sudoku_generator.cpp @@ -16,8 +16,6 @@ * 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. - * - * $Id: sudoku_generator.cpp 163 2008-11-26 23:53:04Z tom $ */ #include "../puzzle.h" |