emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/gnuplot a406143 140/184: Merge pull request #41 from conao


From: ELPA Syncer
Subject: [nongnu] elpa/gnuplot a406143 140/184: Merge pull request #41 from conao3/re-pr-28
Date: Sun, 29 Aug 2021 11:03:32 -0400 (EDT)

branch: elpa/gnuplot
commit a406143d52618638d908b6b0b1c1c90c045b83ee
Merge: 21f9046 2ec49e9
Author: Naoya Yamashita <conao3@gmail.com>
Commit: GitHub <noreply@github.com>

    Merge pull request #41 from conao3/re-pr-28
    
    Re: remove all references to Bruce's email address
---
 INSTALL.org        |   5 +--
 README.org         |   3 +-
 configure          |  10 ++---
 configure.ac       |   2 +-
 gnuplot-context.el |   2 +-
 gnuplot.el         | 116 ++++++-----------------------------------------------
 gpelcard.tex       |   6 +--
 7 files changed, 26 insertions(+), 118 deletions(-)

diff --git a/INSTALL.org b/INSTALL.org
index f988ae0..6a4f7df 100644
--- a/INSTALL.org
+++ b/INSTALL.org
@@ -3,7 +3,7 @@
   The easiest way to install gnuplot-mode in a recent Emacs is to use
   the Emacs package system with the MELPA repository, or the el-get
   package (described in README.org). Either method will install the
-  most recent gnuplot-mode from the 
[[https://github.com/bruceravel/gnuplot-mode][Github repository]]. If you want 
to
+  most recent gnuplot-mode from the 
[[https://github.com/emacsorphanage/gnuplot][Github repository]]. If you want to
   install gnuplot-mode yourself from a cloned repository, read on.
 
   Gnuplot-mode has been included with Gnuplot since the 3.7
@@ -91,5 +91,4 @@
   | missing            |                                                      |
 
 * Problems?
-  Contact gnuplot-mode's author Bruce Ravel <bruceravel1@gmail.com> or
-  submit an issue on github: http://github.com/bruceravel/gnuplot-mode
+  Submit an issue on github: https://github.com/emacsorphanage/gnuplot
diff --git a/README.org b/README.org
index 61bdc76..1ade48b 100644
--- a/README.org
+++ b/README.org
@@ -2,8 +2,7 @@
 * gnuplot-mode, version 0.7
 
   This directory contains files for running Gnuplot from within emacs.
-  This package was assembled by Bruce Ravel <bruceravel1@gmail.com>.
-  See the homepage at [[http://xafs.org/BruceRavel/GnuplotMode]]
+  See the homepage at https://github.com/emacsorphanage/gnuplot
 
 ** Contents
 
diff --git a/configure b/configure
index 6afb0e9..10df039 100755
--- a/configure
+++ b/configure
@@ -2,7 +2,7 @@
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.69 for gnuplot-mode 0.7.
 #
-# Report bugs to <bruceravel1@gmail.com>.
+# Report bugs as issues at https://github.com/emacsorphanage/gnuplot
 #
 #
 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -266,7 +266,7 @@ fi
     $as_echo "$0: be upgraded to zsh 4.3.4 or later."
   else
     $as_echo "$0: Please tell bug-autoconf@gnu.org and
-$0: bruceravel1@gmail.com about your system, including any
+$0: about your system, including any
 $0: error possibly output before this message. Then install
 $0: a modern shell, or manually run the script under such a
 $0: shell if you do have one."
@@ -581,7 +581,7 @@ PACKAGE_NAME='gnuplot-mode'
 PACKAGE_TARNAME='gnuplot-mode'
 PACKAGE_VERSION='0.7'
 PACKAGE_STRING='gnuplot-mode 0.7'
-PACKAGE_BUGREPORT='bruceravel1@gmail.com'
+PACKAGE_BUGREPORT='https://github.com/emacsorphanage/gnuplot'
 PACKAGE_URL=''
 
 ac_subst_vars='LTLIBOBJS
@@ -1298,7 +1298,7 @@ Some influential environment variables:
 Use these variables to override the choices made by `configure' or to help
 it to find libraries and programs with nonstandard names/locations.
 
-Report bugs to <bruceravel1@gmail.com>.
+Report bugs as issues at https://github.com/emacsorphanage/gnuplot
 _ACEOF
 ac_status=$?
 fi
@@ -3148,7 +3148,7 @@ Usage: $0 [OPTION]... [TAG]...
 Configuration files:
 $config_files
 
-Report bugs to <bruceravel1@gmail.com>."
+Report bugs as issues at https://github.com/emacsorphanage/gnuplot
 
 _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
diff --git a/configure.ac b/configure.ac
index d4aaaef..f2ae702 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ([2.61])
-AC_INIT([gnuplot-mode], [0.7], [bruceravel1@gmail.com])
+AC_INIT([gnuplot-mode], [0.7], [https://github.com/emacsorphanage/gnuplot])
 AM_INIT_AUTOMAKE
 
 # Checks for programs.
diff --git a/gnuplot-context.el b/gnuplot-context.el
index 7b77784..d290eab 100644
--- a/gnuplot-context.el
+++ b/gnuplot-context.el
@@ -31,7 +31,7 @@
 ;; Inc.; 675 Massachusetts Avenue; Cambridge, MA 02139, USA.
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 ;; send bug reports to the author (jonxfield@gmail.com) or report via
-;; github (https://github.com/bruceravel/gnuplot-mode)
+;; github (https://github.com/emacsorphanage/gnuplot)
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 
 ;;; Commentary:
diff --git a/gnuplot.el b/gnuplot.el
index 3b50c7f..212a4fa 100644
--- a/gnuplot.el
+++ b/gnuplot.el
@@ -2,7 +2,9 @@
 
 ;; Copyright (C) 1998, 2011 Phil Type and Bruce Ravel, 1999-2012 Bruce Ravel
 
-;; Author:     Bruce Ravel <bruceravel1@gmail.com> and Phil Type
+;; Author: Jon Oddie
+;;         Bruce Ravel
+;;         Phil Type
 ;; Maintainer: Bruce Ravel <bruceravel1@gmail.com>
 ;; Created:    June 28 1998
 ;; Updated:    November 1 2012
@@ -30,8 +32,8 @@
 ;; program's maintainer or write to: The Free Software Foundation,
 ;; Inc.; 675 Massachusetts Avenue; Cambridge, MA 02139, USA.
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-;; send bug reports to the author (bruceravel1@gmail.com)
-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
+;; Report bugs at https://github.com/emacsorphanage/gnuplot/issues
+;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 
 ;;; Commentary:
 
@@ -127,7 +129,7 @@
 ;;                         ============
 ;;
 ;; A recent version of this file can be found at
-;;   http://github.com/bruceravel/gnuplot-mode/
+;;   https://github.com/emacsorphanage/gnuplot/
 ;;
 ;; To autoload gnuplot-mode on any file with gp extension, put this in
 ;; your .emacs file
@@ -408,10 +410,9 @@ real work."
 (defconst gnuplot-ntemacs-p (string-match "msvc" (emacs-version)))
 (defvar   gnuplot-three-eight-p "")
 
-(defconst gnuplot-maintainer "Bruce Ravel")
-(defconst gnuplot-maintainer-email "bruceravel1@gmail.com>")
+(defconst gnuplot-maintainer "Jon Oddie")
 (defconst gnuplot-maintainer-url
-  "http://github.com/bruceravel/gnuplot-mode/";)
+  "https://github.com/emacsorphanage/gnuplot/";)
 (defconst gnuplot-version "0.7-beta")
 
 (defgroup gnuplot nil
@@ -422,7 +423,7 @@ real work."
   :group 'local
   :link '(emacs-library-link :tag "Lisp File" "gnuplot.el")
   :link '(url-link :tag "Homepage"
-                  "http://github.com/bruceravel/gnuplot-mode/";)
+                  "https://github.com/emacsorphanage/gnuplot/";)
   :link '(custom-manual "(gnuplot)Top")
   :link '(emacs-commentary-link :tag "Commentary" "gnuplot.el") )
 (defgroup gnuplot-insertions nil
@@ -772,7 +773,6 @@ non-nil."
     (define-key map "\C-c\C-p"    'gnuplot-show-gnuplot-version)
     (define-key map "\C-c\C-r"    'gnuplot-send-region-to-gnuplot)
     (define-key map (kbd "C-M-x") 'gnuplot-send-line-to-gnuplot)
-    (define-key map "\C-c\C-u"    'gnuplot-bug-report)
     (define-key map "\C-c\C-v"    'gnuplot-send-line-and-forward)
     (define-key map "\C-c\C-z"    'gnuplot-customize)
     (define-key map "\C-i"        'indent-for-tab-command)
@@ -846,7 +846,6 @@ non-nil."
      (fboundp 'gnuplot-gui-swap-simple-complete)]
     "---"
     ["Customize gnuplot"                gnuplot-customize t]
-    ["Submit bug report"                gnuplot-bug-report t]
     ["Show gnuplot-mode version"        gnuplot-show-version t]
     ["Show gnuplot version"             gnuplot-show-gnuplot-version t]
     "---"
@@ -2197,7 +2196,6 @@ this function is attached to `gnuplot-after-plot-hook'"
      (buffer-live-p gnuplot-comint-recent-buffer)]
     "---"
     ["Customize gnuplot"                       gnuplot-customize t]
-    ["Submit bug report"                       gnuplot-bug-report t]
     ["Show gnuplot-mode version"               gnuplot-show-version t]
     ["Show gnuplot version"                    gnuplot-show-gnuplot-version t]
     "---"
@@ -2263,7 +2261,6 @@ buffer."
 (define-key gnuplot-comint-mode-map "\C-c\C-i" 'gnuplot-insert-filename)
 (define-key gnuplot-comint-mode-map "\C-c\C-n" 'gnuplot-negate-option)
 (define-key gnuplot-comint-mode-map "\C-c\C-p" 'gnuplot-show-gnuplot-version)
-(define-key gnuplot-comint-mode-map "\C-c\C-u" 'gnuplot-bug-report)
 (define-key gnuplot-comint-mode-map "\C-c\C-z" 'gnuplot-customize)
 (define-key gnuplot-comint-mode-map "\C-c\C-e" 'gnuplot-pop-to-recent-buffer)
 (define-key gnuplot-comint-mode-map "\C-c\M-i"  'gnuplot-inline-image-mode)
@@ -2341,9 +2338,9 @@ defaults to 3.7."
               (require 'xpm)
               (gnuplot-make-toolbar-function))
        (error nil)))
-  (message "gnuplot-mode %s (gnuplot %s) -- report bugs with %S"
+  (message "gnuplot-mode %s (gnuplot %s) -- report bugs as issues at %s"
           gnuplot-version gnuplot-program-version
-          (substitute-command-keys "\\[gnuplot-bug-report]")))
+          gnuplot-maintainer-url))
 
 (defvar gnuplot-prompt-regexp
   (regexp-opt '("gnuplot> " "multiplot> "))
@@ -3111,93 +3108,6 @@ shown."
             "Help no longer displayed after insertions.")))
 
 
-;;; --- bug reports
-;; grep '(defcustom' gnuplot.el gnuplot-gui.el | awk '{print $2}'
-(defun gnuplot-bug-report ()
-  "Submit a bug report about `gnuplot-mode' by email.
-Please do not send any bug reports about gnuplot itself to the
-maintainer of `gnuplot-mode'."
-  (interactive)
-  (let ((line (make-string 62 ?-)))
-    (require 'reporter)
-    (and (y-or-n-p
-         "Do you really want to submit an email report about gnuplot? ")
-        (y-or-n-p
-         (concat "Variable values will be written to the message.  "
-                 "Don't erase them.  OK? "))
-        (reporter-submit-bug-report
-         (format "%s <%s>" gnuplot-maintainer gnuplot-maintainer-email)
-         (format "gnuplot-mode (version %s)" gnuplot-version)
-         (append      ; variables to display values of in mail
-          '(gnuplot-mode-hook
-            gnuplot-load-hook
-            gnuplot-after-plot-hook
-            gnuplot-info-hook
-            gnuplot-comint-setup-hook
-            gnuplot-program
-            gnuplot-program-version
-            gnuplot-process-name
-            gnuplot-gnuplot-buffer
-            gnuplot-display-process
-            gnuplot-info-display
-            gnuplot-echo-command-line-flag
-            gnuplot-insertions-show-help-flag
-            gnuplot-delay
-            gnuplot-quote-character
-            gnuplot-keywords-when
-            ;;gnuplot-insertions-menu-flag
-            ;;gnuplot-insertions-adornments
-            ;;gnuplot-insertions-plot-options
-            ;;gnuplot-insertions-terminal
-            ;;gnuplot-insertions-x-axis
-            ;;gnuplot-insertions-x2-axis
-            ;;gnuplot-insertions-y-axis
-            ;;gnuplot-insertions-y2-axis
-            ;;gnuplot-insertions-z-axis
-            ;;gnuplot-insertions-parametric-plots
-            ;;gnuplot-insertions-polar-plots
-            ;;gnuplot-insertions-surface-plots
-            gnuplot-toolbar-display-flag
-            gnuplot-toolbar-use-toolbar
-            gnuplot-gui-popup-flag
-            gnuplot-gui-frame-plist
-            gnuplot-gui-frame-parameters
-            gnuplot-gui-fontname-list
-            gnuplot-gui-plot-splot-fit-style
-             gnuplot-inline-image-mode
-             gnuplot-tab-completion
-             gnuplot-eldoc-mode
-             gnuplot-context-sensitive-mode
-             gnuplot-basic-offset
-             gnuplot-buffer-max-size
-             gnuplot-comint-mode-hook
-            ;; plus a few more...
-            gnuplot-comint-recent-buffer
-            gnuplot-version
-            Info-directory-list
-            exec-path
-            features ))
-         nil                           ; pre-hooks
-         nil                           ; post-hooks
-         (concat line                  ; salutation
-          "\nInsert your description of the gnuplot-mode bug here.\n"
-          "Please be as specific as possible.\n\n"
-          "There are several known shortcomings of gnuplot-mode.\n"
-          "Many of these have to do with the complicated and inconsistent\n"
-          "syntax of gnuplot itself.  See the document string for the\n"
-          "function `gnuplot-mode' (use `"
-          (substitute-command-keys "\\[describe-function]")
-          "') for details.\n\n"
-          "Note that this bug report form should be used for problems\n"
-          "with gnuplot-mode only.  Problems with gnuplot itself should\n"
-          "be addressed directly to the developers of gnuplot.\n"
-          "The maintainer of gnuplot-mode will not field questions about\n"
-          "gnuplot itself.  Thank you.\n"
-          line)
-         ))))
-
-
-
 ;;; --- autoloaded functions: gnuplot-mode and gnuplot-make-buffer
 
 ;;;###autoload
@@ -3206,7 +3116,7 @@ maintainer of `gnuplot-mode'."
 This was written with version 4.6 of gnuplot in mind, but should
 work with newer and older versions.
 
-Report bugs in `gnuplot-mode' using \\[gnuplot-bug-report].
+Report bugs at https://github.com/emacsorphanage/gnuplot/issues
 
                            ------O------
 
@@ -3220,7 +3130,7 @@ to make a list of keywords.
 
 The info file should be installed by default with the Gnuplot
 distribution, or is available at the `gnuplot-mode' web page:
-http://github.com/bruceravel/gnuplot-mode/
+https://github.com/emacsorphanage/gnuplot/
 
 With the new context-sensitive mode active, gnuplot-mode can also
 provide `eldoc-mode' syntax hints as you type.  This requires a
diff --git a/gpelcard.tex b/gpelcard.tex
index 066fa2b..2d66c7f 100644
--- a/gpelcard.tex
+++ b/gpelcard.tex
@@ -1,7 +1,7 @@
 
 %% Time-stamp: <2011-09-13 10:22:26 bruce>
 
-%% This document is copyright (C) 1998-2002, 2011 Bruce Ravel 
<bruceravel1@gmail.com>
+%% This document is copyright (C) 1998-2002, 2011 Bruce Ravel
 %% This page covers version 0.7.0 of gnuplot-mode.
 
 %% This document is distributed in the hope that it will be useful,
@@ -169,13 +169,13 @@ file \file{gnuplot.el} for instructions on installing 
gnuplot-mode.
   \begin{center}
     \footnotesize{Gnuplot-mode homepage} \\
     \scriptsize{%%
-      \texttt{http://github.com/bruceravel/gnuplot-mode/}}
+      \texttt{https://github.com/emacsorphanage/gnuplot/}}
   \end{center}
 \end{Boxedminipage}
 \begin{flushleft}
   {\footnotesize
     This page {\copyright} 1998-2002 Bruce Ravel \hfill revised \revised \\
-    \texttt{<bruceravel1@gmail.com>} \\ %% \hfill printed \today \\
+    \texttt{https://github.com/emacsorphanage/gnuplot} \\ %% \hfill printed 
\today \\
     This page covers version {\version} of gnuplot-mode.
 
     Permission is granted to make and distribute copies of this quick



reply via email to

[Prev in Thread] Current Thread [Next in Thread]