Re: [AUCTeX-devel] [Cron Daemon] Cron cd /home/elpa/build && ./admin/update-archive.sh --announce gnu-emacs-sour...@gnu.org

2016-05-24 Thread Tassilo Horn
Stefan Monnier  writes:

Hi Stefan,

just now I wondered why GNU AUCTeX 11.89.4 is still not available on
ELPA...

> + make -f /home/elpa/build/GNUmakefile check_copyrights
> Compute exceptions >copyright_exceptions~
> diff -u "copyright_exceptions" "copyright_exceptions~"
> --- copyright_exceptions  2016-02-24 05:02:14.077028657 -0500
> +++ copyright_exceptions~ 2016-05-23 17:02:42.949292279 -0400
> @@ -60,6 +60,7 @@
>  ./auctex/style/virtex.el
>  ./auctex/tex-fold.el:("(C)" ("copyright"))
>  ./auctex/tex-info.el:   '("copyright" nil)
> +./auctex/tex-jp.el:;; Copyright (C) 1999, 2001 Hidenobu Nabetani 
> 
>  ./debbugs/debbugs-gnu.el:  (insert "  Copyright-paperwork-exempt: yes"))
>  ./ergoemacs-mode/ergoemacs-advices.el: 
> emacs-copyright
>  ./ergoemacs-mode/ergoemacs-themes.el: ,(lambda () 
> emacs-copyright)
> /home/elpa/build/GNUmakefile:15: recipe for target 'check_copyrights' failed
> make: *** [check_copyrights] Error 1
> + signal_error check_copyright failed
> + title=check_copyright failed
> + [  =  ]
> + echo Error: check_copyright failed
> Error: check_copyright failed
> + exit 1

Uh, so what do I have to do?  That copyright line is there since
December, 2002 (at least in the auctex repository).  Above that line,
there's also the FSF-Copyright line from 2002 onwards.

Bye,
Tassilo

___
auctex-devel mailing list
auctex-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/auctex-devel


Re: [AUCTeX-devel] [Cron Daemon] Cron cd /home/elpa/build && ./admin/update-archive.sh --announce gnu-emacs-sour...@gnu.org

2016-05-24 Thread Stefan Monnier
> Uh, so what do I have to do?  That copyright line is there since
> December, 2002 (at least in the auctex repository).  Above that line,
> there's also the FSF-Copyright line from 2002 onwards.

Looks like the commit below got lost somewhere in a botched merge or something.


Stefan


commit ca06d68639f6f0d3305c697db8b66b99ac024df6
Author: Stefan Monnier 
Date:   Sat Nov 1 21:10:16 2014 -0400

Revert last commit, because it lacked metadata.

diff --git a/tex-jp.el b/tex-jp.el
--- a/tex-jp.el
+++ b/tex-jp.el
@@ -1,7 +1,7 @@
 ;;; tex-jp.el --- Support for Japanese TeX.  -*- coding: iso-2022-jp-unix; -*-
 
-;; Copyright (C) 2002-2007, 2012  Free Software Foundation, Inc.
-;; Copyright (C) 1999, 2001 Hidenobu Nabetani 
+;; Copyright (C) 1999, 2001-2007, 2012  Free Software Foundation, Inc.
 
-;; Author: KOBAYASHI Shinji 
+;; Author: KOBAYASHI Shinji ,
+;; Hidenobu Nabetani 
 ;; Maintainer: Masayuki Ataka 


___
auctex-devel mailing list
auctex-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/auctex-devel


[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 7ce3c1177056adde47bdc0d0a02d01ce0c6450eb

2016-05-24 Thread Tassilo Horn
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU AUCTeX".

The branch, master has been updated
   via  7ce3c1177056adde47bdc0d0a02d01ce0c6450eb (commit)
  from  9aa516ca8f82943b60b8ed0fa2454671dab57464 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
commit 7ce3c1177056adde47bdc0d0a02d01ce0c6450eb
Author: Tassilo Horn 
Date:   Tue May 24 20:46:49 2016 +0200

Fix copyright header of tex-jp.el

* tex-jp.el: Fix Copyright and Author headers.

diff --git a/tex-jp.el b/tex-jp.el
index 57b5de4..3771f44 100644
--- a/tex-jp.el
+++ b/tex-jp.el
@@ -1,9 +1,9 @@
 ;;; tex-jp.el --- Support for Japanese TeX.  -*- coding: iso-2022-jp-unix; -*-
 
-;; Copyright (C) 2002-2007, 2012, 2016  Free Software Foundation, Inc.
-;; Copyright (C) 1999, 2001 Hidenobu Nabetani 
+;; Copyright (C) 1999, 2001-2007, 2012, 2016  Free Software Foundation, Inc.
 
-;; Author: KOBAYASHI Shinji 
+;; Author: KOBAYASHI Shinji ,
+;; Hidenobu Nabetani 
 ;; Maintainer: Masayuki Ataka 
 ;; Keywords: tex
 

---

Summary of changes:
 tex-jp.el |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
GNU AUCTeX

___
auctex-diffs mailing list
auctex-di...@gnu.org
https://lists.gnu.org/mailman/listinfo/auctex-diffs


[AUCTeX-commit] GNU AUCTeX branch, master, updated. 7ce3c1177056adde47bdc0d0a02d01ce0c6450eb

2016-05-24 Thread Tassilo Horn
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU AUCTeX".

The branch, master has been updated
   via  7ce3c1177056adde47bdc0d0a02d01ce0c6450eb (commit)
  from  9aa516ca8f82943b60b8ed0fa2454671dab57464 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
commit 7ce3c1177056adde47bdc0d0a02d01ce0c6450eb
Author: Tassilo Horn 
Date:   Tue May 24 20:46:49 2016 +0200

Fix copyright header of tex-jp.el

* tex-jp.el: Fix Copyright and Author headers.

---

Summary of changes:
 tex-jp.el |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
GNU AUCTeX

___
auctex-commit mailing list
auctex-com...@gnu.org
https://lists.gnu.org/mailman/listinfo/auctex-commit


Re: [AUCTeX-devel] [Cron Daemon] Cron cd /home/elpa/build && ./admin/update-archive.sh --announce gnu-emacs-sour...@gnu.org

2016-05-24 Thread Tassilo Horn
Stefan Monnier  writes:

>> Uh, so what do I have to do?  That copyright line is there since
>> December, 2002 (at least in the auctex repository).  Above that line,
>> there's also the FSF-Copyright line from 2002 onwards.
>
> Looks like the commit below got lost somewhere in a botched merge or
> something.
>
> commit ca06d68639f6f0d3305c697db8b66b99ac024df6
> Author: Stefan Monnier 
> Date:   Sat Nov 1 21:10:16 2014 -0400
>
> Revert last commit, because it lacked metadata.
>
> diff --git a/tex-jp.el b/tex-jp.el
> --- a/tex-jp.el
> +++ b/tex-jp.el
> @@ -1,7 +1,7 @@
>  ;;; tex-jp.el --- Support for Japanese TeX.  -*- coding: iso-2022-jp-unix; 
> -*-
>  
> -;; Copyright (C) 2002-2007, 2012  Free Software Foundation, Inc.
> -;; Copyright (C) 1999, 2001 Hidenobu Nabetani 
> +;; Copyright (C) 1999, 2001-2007, 2012  Free Software Foundation, Inc.
>  
> -;; Author: KOBAYASHI Shinji 
> +;; Author: KOBAYASHI Shinji ,
> +;; Hidenobu Nabetani 
>  ;; Maintainer: Masayuki Ataka 

Ok, I've applied it now on our repo and merged it into elpa, so
hopefully 11.89.4 will appear anytime soon.  Thanks!

Could the ELPA scripts send a mail to the address in .el
instead of (or in addition to) emacs-devel?  Not everyone who has a
package on ELPA follows emacs-devel too closely.

Bye,
Tassilo

___
auctex-devel mailing list
auctex-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/auctex-devel


Re: [AUCTeX-devel] [Cron Daemon] Cron cd /home/elpa/build && ./admin/update-archive.sh --announce gnu-emacs-sour...@gnu.org

2016-05-24 Thread Stefan Monnier
> Could the ELPA scripts send a mail to the address in .el
> instead of (or in addition to) emacs-devel?  Not everyone who has a
> package on ELPA follows emacs-devel too closely.

Good point,


Stefan

___
auctex-devel mailing list
auctex-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/auctex-devel