💾 Archived View for yasendfile.org › projects › gsview › gsview-patch-5.0.diff captured on 2022-07-16 at 16:07:01.

View Raw

More Information

-=-=-=-=-=-=-

diff -ruN gsview/.git/config gsview-patch/.git/config
--- gsview/.git/config	2021-11-02 07:41:03.485512991 +0100
+++ gsview-patch/.git/config	2021-10-30 22:34:10.842394951 +0200
@@ -4,7 +4,7 @@
 	bare = false
 	logallrefupdates = true
 [remote "origin"]
-	url = https://git.ghostscript.com/user/ghostgum/gsview.git
+	url = http://git.ghostscript.com/user/ghostgum/gsview.git
 	fetch = +refs/heads/*:refs/remotes/origin/*
 [branch "master"]
 	remote = origin
Binary files gsview/.git/index and gsview-patch/.git/index differ
diff -ruN gsview/.git/logs/HEAD gsview-patch/.git/logs/HEAD
--- gsview/.git/logs/HEAD	2021-11-02 07:41:03.482179658 +0100
+++ gsview-patch/.git/logs/HEAD	2021-10-30 22:34:10.842394951 +0200
@@ -1 +1 @@
-0000000000000000000000000000000000000000 09e7545912ad1439e38d2b56516f50b150ff50eb Wim Stockman <wimstockman@gmail.com> 1635835263 +0100	clone: from https://git.ghostscript.com/user/ghostgum/gsview.git
+0000000000000000000000000000000000000000 09e7545912ad1439e38d2b56516f50b150ff50eb Wim Stockman <wimstockman@gmail.com> 1635626050 +0200	clone: from http://git.ghostscript.com/user/ghostgum/gsview.git
diff -ruN gsview/.git/logs/refs/heads/master gsview-patch/.git/logs/refs/heads/master
--- gsview/.git/logs/refs/heads/master	2021-11-02 07:41:03.482179658 +0100
+++ gsview-patch/.git/logs/refs/heads/master	2021-10-30 22:34:10.842394951 +0200
@@ -1 +1 @@
-0000000000000000000000000000000000000000 09e7545912ad1439e38d2b56516f50b150ff50eb Wim Stockman <wimstockman@gmail.com> 1635835263 +0100	clone: from https://git.ghostscript.com/user/ghostgum/gsview.git
+0000000000000000000000000000000000000000 09e7545912ad1439e38d2b56516f50b150ff50eb Wim Stockman <wimstockman@gmail.com> 1635626050 +0200	clone: from http://git.ghostscript.com/user/ghostgum/gsview.git
diff -ruN gsview/.git/logs/refs/remotes/origin/HEAD gsview-patch/.git/logs/refs/remotes/origin/HEAD
--- gsview/.git/logs/refs/remotes/origin/HEAD	2021-11-02 07:41:03.482179658 +0100
+++ gsview-patch/.git/logs/refs/remotes/origin/HEAD	2021-10-30 22:34:10.842394951 +0200
@@ -1 +1 @@
-0000000000000000000000000000000000000000 09e7545912ad1439e38d2b56516f50b150ff50eb Wim Stockman <wimstockman@gmail.com> 1635835263 +0100	clone: from https://git.ghostscript.com/user/ghostgum/gsview.git
+0000000000000000000000000000000000000000 09e7545912ad1439e38d2b56516f50b150ff50eb Wim Stockman <wimstockman@gmail.com> 1635626050 +0200	clone: from http://git.ghostscript.com/user/ghostgum/gsview.git
diff -ruN gsview/src/gvcver.h gsview-patch/src/gvcver.h
--- gsview/src/gvcver.h	2021-11-02 07:41:03.558846323 +0100
+++ gsview-patch/src/gvcver.h	2021-11-01 20:34:15.098798882 +0100
@@ -35,10 +35,10 @@
 /* undefine BETA for a final release */
 /*
 */
-#define BETA
-#define BETA_YEAR    2020
-#define BETA_MONTH   12
-#define BETA_DAY     30
+//#define BETA
+//#define BETA_YEAR    2020
+//#define BETA_MONTH   12
+//#define BETA_DAY     30
 
 
 /* GSview */
@@ -58,8 +58,8 @@
 /* Ghostscript */
 #define GS_PRODUCT  "Ghostscript"
 #define GS_REVISION_MIN   704
-#define GS_REVISION	  704
-#define GS_REVISION_MAX   10990
+#define GS_REVISION	  955
+#define GS_REVISION_MAX   20990
 
 #ifdef _Windows
 #ifdef _WIN64
diff -ruN gsview/srcunx/gvx.c gsview-patch/srcunx/gvx.c
--- gsview/srcunx/gvx.c	2021-11-02 07:41:03.568846322 +0100
+++ gsview-patch/srcunx/gvx.c	2021-11-01 20:28:00.278813767 +0100
@@ -1924,7 +1924,6 @@
 	return TRUE;
     }
 
-    registration_check();
 
     /* 
      * we had some command line options that couldn't be
diff -ruN gsview/srcunx/gvxdlg.c gsview-patch/srcunx/gvxdlg.c
--- gsview/srcunx/gvxdlg.c	2021-11-02 07:41:03.568846322 +0100
+++ gsview-patch/srcunx/gvxdlg.c	2021-11-01 20:27:19.362148728 +0100
@@ -725,13 +725,13 @@
 /*
 ICON ID_GSVIEW, ABOUT_ICON, 8, 8, 18, 20
 */
-    sprintf(buf, "%s  %s", get_string(IDS_AAREGTOC), registration_name);
+/*    sprintf(buf, "%s  %s", get_string(IDS_AAREGTOC), registration_name);
     add_about(vbox, buf);
     strcpy(buf, get_string(IDS_AANUMBERC));
     if (registration_receipt != 0)
 	sprintf(buf, "%s  %u", get_string(IDS_AANUMBERC), registration_receipt);
     add_about(vbox, buf);
-
+*/
     /* Create and place OK button at the bottom */
     button_ok = gtk_button_new_with_label(get_string(IDS_AAOK));
     gtk_box_pack_start(GTK_BOX(vbox), button_ok, FALSE, FALSE, 5);