Dan Nuggetsman 3 сар өмнө
parent
commit
2e7a7a66de
9 өөрчлөгдсөн 10 нэмэгдсэн , 10 устгасан
  1. 1 1
      edit.tcl
  2. 1 1
      eglib.tcl
  3. 1 1
      file.tcl
  4. 1 1
      filelib.tcl
  5. 1 1
      main.tcl
  6. 1 1
      menu.tcl
  7. 2 2
      radxide.tcl
  8. 1 1
      tree.tcl
  9. 1 1
      win.tcl

+ 1 - 1
edit.tcl

@@ -1,6 +1,6 @@
 ###########################################################
 # Name:    edit.tcl
-# Author:  Daniele Bonini  (posta@elettronica.lol)
+# Author:  Daniele Bonini  (code@gaox.io)
 # Date:    27/11/2023
 # Desc:    Edit Menu namespace of RadXIDE.
 #

+ 1 - 1
eglib.tcl

@@ -1,6 +1,6 @@
 ###########################################################
 # Name:    eglib.tcl
-# Author:  Daniele Bonini  (posta@elettronica.lol)
+# Author:  Daniele Bonini  (code@gaox.io)
 # Date:    05/12/2023
 # Desc:    Code library code. 
 #

+ 1 - 1
file.tcl

@@ -1,6 +1,6 @@
 ###########################################################
 # Name:    file.tcl
-# Author:  Daniele Bonini  (posta@elettronica.lol)
+# Author:  Daniele Bonini  (code@gaox.io)
 # Date:    27/11/2023
 # Desc:    File Menu namespace of RadXIDE.
 #

+ 1 - 1
filelib.tcl

@@ -1,6 +1,6 @@
 ###########################################################
 # Name:    filelib.tcl
-# Author:  Daniele Bonini  (posta@elettronica.lol)
+# Author:  Daniele Bonini  (code@gaox.io)
 # Date:    01/12/2023
 # Desc:    Filelib namespace of RadXIDE.
 #

+ 1 - 1
main.tcl

@@ -1,6 +1,6 @@
 ###########################################################
 # Name:    main.tcl
-# Author:  Daniele Bonini  (posta@elettronica.lol)
+# Author:  Daniele Bonini  (code@gaox.io)
 # Date:    25/11/2023
 # Desc:    Main namespace of RadXIDE.
 #

+ 1 - 1
menu.tcl

@@ -1,6 +1,6 @@
 ###########################################################
 # Name:    menu.tcl
-# Author:  Daniele Bonini  (posta@elettronica.lol)
+# Author:  Daniele Bonini  (code@gaox.io)
 # Date:    27/11/2023
 # Desc:    Menu namespace of RadXIDE.
 #

+ 2 - 2
radxide.tcl

@@ -1,7 +1,7 @@
 #! /usr/bin/env tclsh
 ###########################################################
 # Name:    radxide.tcl
-# Author:  Daniele Bonini  (posta@elettronica.lol)
+# Author:  Daniele Bonini  (code@gaox.io)
 # Date:    08/10/2024
 # Desc:    Bootstrap file of RadXIDE.
 #
@@ -28,7 +28,7 @@
 #
 ###########################################################
 
-set version "1.5.8" 
+set version "1.5.9" 
 set os "$::tcl_platform(os) $::tcl_platform(osVersion)"
 
 package provide radxide $version

+ 1 - 1
tree.tcl

@@ -1,6 +1,6 @@
 ###########################################################
 # Name:    tree.tcl
-# Author:  Daniele Bonini  (posta@elettronica.lol)
+# Author:  Daniele Bonini  (code@gaox.io)
 # Date:    08/10/2024
 # Desc:    Tree namespace of RadXIDE.
 #

+ 1 - 1
win.tcl

@@ -1,6 +1,6 @@
 ###########################################################
 # Name:    win.tcl
-# Author:  Daniele Bonini  (posta@elettronica.lol)
+# Author:  Daniele Bonini  (code@gaox.io)
 # Date:    26/11/2023
 # Desc:    Win namespace of RadXIDE.
 #