=== modified file 'bitmaps/CMakeLists.txt'
--- bitmaps/CMakeLists.txt	2010-12-15 20:15:24 +0000
+++ bitmaps/CMakeLists.txt	2011-01-06 05:08:28 +0000
@@ -189,6 +189,7 @@
     Lang_Fi.xpm
     Lang_Hu.xpm
     Lang_It.xpm
+    Lang_Jp.xpm
     Lang_Ko.xpm
     Lang_Nl.xpm
     Lang_Pl.xpm

=== modified file 'common/edaappl.cpp'
--- common/edaappl.cpp	2011-01-02 18:56:44 +0000
+++ common/edaappl.cpp	2011-01-06 02:54:50 +0000
@@ -218,6 +218,14 @@
         ID_LANGUAGE_DUTCH,
         lang_nl_xpm,
         _( "Dutch" )
+    },
+
+    /* Japanese language */
+    {
+        wxLANGUAGE_JAPANESE,
+        ID_LANGUAGE_JAPANESE,
+        lang_jp_xpm,
+        _( "Japanese" )
     }
 };
 

=== modified file 'include/bitmaps.h'
--- include/bitmaps.h	2010-12-15 20:15:24 +0000
+++ include/bitmaps.h	2011-01-06 04:08:20 +0000
@@ -182,6 +182,7 @@
 extern const char* lang_fi_xpm[];
 extern const char* lang_hu_xpm[];
 extern const char* lang_it_xpm[];
+extern const char* lang_jp_xpm[];
 extern const char* lang_ko_xpm[];
 extern const char* lang_nl_xpm[];
 extern const char* lang_pl_xpm[];

=== modified file 'include/id.h'
--- include/id.h	2010-08-28 18:02:24 +0000
+++ include/id.h	2011-01-06 02:38:48 +0000
@@ -99,6 +99,7 @@
     ID_LANGUAGE_CATALAN,
     ID_LANGUAGE_CHINESE_SIMPLIFIED,
     ID_LANGUAGE_DUTCH,
+    ID_LANGUAGE_JAPANESE,
     ID_LANGUAGE_CHOICE_END,
 
     ID_SET_REPEAT_OPTION,

=== modified file 'new/make-dir-lib-source-test-data.sh' (properties changed: +x to -x)
=== modified file 'new/make-html.sh' (properties changed: +x to -x)
=== modified file 'packaging/mac-osx/dmg-generator/AdiumApplescriptRunner' (properties changed: +x to -x)
=== modified file 'packaging/mac-osx/dmg-generator/make-diskimage.sh' (properties changed: +x to -x)
=== modified file 'packaging/mac-osx/dmg-generator/mkalias' (properties changed: +x to -x)
=== modified file 'scripts/kicad-devel' (properties changed: +x to -x)
=== modified file 'scripts/kicad-get-rss' (properties changed: +x to -x)
=== modified file 'scripts/setfont.sh' (properties changed: +x to -x)
