[SCM] UNNAMED PROJECT branch, master, updated. 0.13-2-gf98c661

Frank Lin PIAT fpiat at klabs.be
Sat Aug 16 23:07:26 UTC 2008


The following commit has been merged in the master branch:
commit ff85a673e8a91d082f65206de5c09971ac504ef0
Author: Frank Lin PIAT <fpiat at klabs.be>
Date:   Mon Aug 11 14:28:47 2008 -0300

    clean comments.

diff --git a/autorun/autorun.hta b/autorun/autorun.hta
index e32e3fe..825477d 100644
--- a/autorun/autorun.hta
+++ b/autorun/autorun.hta
@@ -3,21 +3,6 @@
 	auturun.hta - Autorun 4 Debian Linux-CD (under Windows)
 
     HISTORY :
-	autorun4linuxCD (0.13)
-	  * Improve "About" and "FrontCover" tabs
-        * Implement "Help page" button
-
-	autorun4linuxCD (0.11)
-	  * Application name is now derived from the CD's Label.
-	  * Locales Names
-	  * Some cleanup
-
-	  - Copyright (C) 2007 Franklin Piat <fpiat at bigfoot.com>
-
-	autorun4linuxCD (0.10)
-	  * Initial (early) release.
-
-	  - Copyright (C) 2007 Franklin Piat <fpiat at bigfoot.com>
 
     LICENSE :
 	This program is free software; you can redistribute it and/or modify
@@ -31,8 +16,8 @@
 	General Public License for more details.
 
 	On Debian GNU/Linux systems, the complete text of the GNU General Public
-	License can be found in ‘/usr/share/common-licenses/GPL’ or in the dpkg
-	source as the file ‘COPYING’
+	License can be found in "/usr/share/common-licenses/GPL" or in the dpkg
+	source as the file COPYING
 
  ##  ###################################################################### -->
 <head>
@@ -97,10 +82,7 @@ Sub window_onload
 End Sub
 
 Sub startHelp
-	'Dim oShell
-	'Set oShell = WScript.CreateObject("WSCript.shell")
 	WshShell.run "cmd /c start ..\readme.html"
-	'Set oShell = Nothing
 End Sub
 
 </script>
diff --git a/autorun/autorun.vbs b/autorun/autorun.vbs
index b399c39..ff35d3e 100644
--- a/autorun/autorun.vbs
+++ b/autorun/autorun.vbs
@@ -137,7 +137,6 @@ End Sub
 
 Sub runVM()
 	Dim cmd, Drive
-'		& " -hda \\.\PhysicalDrive1 "_
 	Drive = oDrive.driveLetter
 	'Drive = "D"
 	cmd = """" & oScriptFolder.Path & "\qemu\qemu.exe"" -L " & oScriptFolder.Path & "\qemu\ -no-kqemu " _
@@ -151,7 +150,6 @@ Sub runVM()
 		cmd = cmd & " -append """ & Trim(bAppend.value) & """ "
 	End If
 
-	'WshShell.run  "cmd /k echo " & cmd
 	WshShell.run  cmd
 End Sub
 
@@ -324,9 +322,9 @@ End Sub
 ' ##Let's pick a keyboard and language (according to current windows session)
 Sub ChooseLang()
 	Dim lang,i,j,myOpt
-	If (InStr("PAD,"&availableLocales&",",  ","&Left(navigator.userLanguage,5))>1) Then
+	If (InStr("PAD," & availableLocales & ",",  "," & Left(navigator.userLanguage,5)) > 1) Then
 		lang = Left(navigator.userLanguage,5)
-	ElseIf (InStr("PAD,"&availableLocales&",",  ","&Left(navigator.userLanguage,2))>1) Then
+	ElseIf (InStr("PAD," & availableLocales & ",",  "," & Left(navigator.userLanguage,2)) > 1) Then
 		lang = Left(navigator.userLanguage,2)
 	Else
 		lang = ""
@@ -344,7 +342,6 @@ Sub ChooseLang()
 				Set myOpt = Document.createElement("OPTION")
 				myOpt.Value = s(4)
 				myOpt.Text = s(0)
-			'	MsgBox myOpt.Value &"/"& lang
 				localesList.add(myOpt)
 				If (s(2) = lang) Then
 					myOpt.selected="selected"
@@ -359,10 +356,6 @@ Sub ChooseLang()
 			Set myOpt = Document.createElement("OPTION")
 			myOpt.Value = Mid(availableLocales,i,j-i)
 			myOpt.Text = myOpt.Value
-		'	MsgBox myOpt.Value &"/"& lang
-		'		If (myOpt.Value = lang) Then
-		'			myOpt.selected="selected"
-		'		End If
 			localesList.add(myOpt)
 			i = j+1
 		Loop
diff --git a/debian/changelog b/debian/changelog
index 6bca1eb..c879d86 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,27 @@
 autorun4linuxcd (0.13) unstable; urgency=low
 
-  * Initial release.
+  * Improve "About" and "FrontCover" tabs
+  * Implement "Help page" button
+  * Cleanup the code
+
+ -- Franklin Piat <fpiat at klabs.be>  Fri,  10 Aug 2008 14:38:00 -0300
+
+autorun4linuxcd (0.12) unreleased; urgency=low
+
+  * Initial packaging.
 
  -- Franklin Piat <fpiat at klabs.be>  Fri,  8 Aug 2008 23:38:00 -0300
+
+autorun4linuxcd (0.11) unreleased; urgency=low
+
+  * Application name is now derived from the CD's Label.
+  * Locales Names
+  * Some cleanup
+
+ -- Franklin Piat <fpiat at klabs.be>  Sat, 23 Jun 2007 15:52:00 +0000
+
+autorun4linuxcd (0.10) unreleased; urgency=low
+
+  * Initial (early) release.
+
+ -- Franklin Piat <fpiat at klabs.be>  Fri, 22 Jun 2007 12:27:00 +000

-- 
UNNAMED PROJECT



More information about the debian-live-changes mailing list