Discussion:
Patches and copyright assignment question
Masayuki Ataka
2005-02-26 07:38:59 UTC
Permalink
Hi,

Keita Ikumi, who gave me some reports and suggestions, sent me
a patch for the CVS AUCTeX. I already committed his one line
patches. But this time, his patch is big, so I'm afraid that
he should write a copyright assignment.

How do you think, David?

Patch:
* Add tag to defcustom in tex-jp.el
* Some doc fix in tex-jp.el
* TeX-macro-global-internal takes some arguments.

If there is no need to write copyright assignment, I'll commit
below, soon. If need, I will contact him.

regards,
---
email: ***@milk.freemail.ne.jp
Name:: Masayuki Ataka // (Japan)

--- tex-jp.el.ataka Fri Feb 11 23:24:25 2005
+++ tex-jp.el Sat Feb 12 01:26:28 2005
@@ -53,22 +53,41 @@
;; use the %(latex) and %(tex) shorthands here because I have not
;; clue whether Omega-related versions exist. --dak
'(("jTeX" "%(PDF)jtex %S%(PDFout) \"%(mode)\\input %t\""
- TeX-run-TeX nil (plain-tex-mode))
+ TeX-run-TeX nil (plain-tex-mode) :help "Run NTT jTeX")
("jLaTeX" "%(PDF)jlatex %S%(PDFout) \"%(mode)\\input{%t}\""
- TeX-run-LaTeX nil (latex-mode))
+ TeX-run-TeX nil (latex-mode) :help "Run NTT jLaTeX")
("pTeX" "%(PDF)ptex %S%(PDFout) \"%(mode)\\input %t\""
- TeX-run-TeX nil (plain-tex-mode))
+ TeX-run-TeX nil (plain-tex-mode) :help "Run ASCII pTeX")
("pLaTeX" "%(PDF)platex %S%(PDFout) \"%(mode)\\input{%t}\""
- TeX-run-LaTeX nil (latex-mode))
- ("Mendex" "mendex %s" TeX-run-command nil t)
- ("jBibTeX" "jbibtex %s" TeX-run-BibTeX nil t))
- "Additional list of commands to execute in japanese-LaTeX-mode")
+ TeX-run-TeX nil (latex-mode) :help "Run ASCII pLaTeX")
+ ("Mendex" "mendex %s" TeX-run-command nil t :help "Create index file with mendex")
+ ("jBibTeX" "jbibtex %s" TeX-run-BibTeX nil t :help "Run jBibTeX"))
+ "Additional list of commands to execute in japanese-TeX-mode.")

(setq TeX-command-list
(append japanese-TeX-command-list
'(("-" "" nil nil t)) ;; separator for command menu
TeX-command-list))

+(mapcar (lambda (dir) (add-to-list 'TeX-macro-global dir t))
+ (TeX-macro-global-internal "platex" '("/ptex/" "/jbibtex/bst/")
+ '("/usr/share/texmf/ptex/" "/usr/share/texmf/jbibtex/bst/")))
+
+;; kpathsea $BBP1~$N(B NTT jlatex $B$KBP$7$F!"$3$l$***@5$7$$!)(B
+(mapcar (lambda (dir) (add-to-list 'TeX-macro-global dir t))
+ (TeX-macro-global-internal "jlatex" '("/jtex/" "/jbibtex/bst/")
+ '("/usr/share/texmf/jtex/" "/usr/share/texmf/jbibtex/bst/")))
+
+(setcar (cdr (assoc "tex" TeX-kpathsea-format-alist))
+ "${TEXINPUTS.platex}")
+;; kpathsea $BBP1~$N(B NTT jlatex $B$KBP$7$F!"$3$l$***@5$7$$!)(B
+;; (setcar (cdr (assoc "tex" TeX-kpathsea-format-alist))
+;; "${TEXINPUTS.jlatex}")
+(setcar (cdr (assoc "bib" TeX-kpathsea-format-alist))
+ "${BIBINPUTS.jbibtex}")
+(setcar (cdr (assoc "bst" TeX-kpathsea-format-alist))
+ "${BSTINPUTS.jbibtex}")
+
;; Menus

(easy-menu-define plain-TeX-mode-command-menu
@@ -88,34 +107,33 @@
"%(PDF)platex %S%(PDFout)"))
LaTeX-command-style))

-(setcdr (assoc "%l" TeX-expand-list)
- (list 'TeX-style-check LaTeX-command-style))
-
(defvar japanese-TeX-error-messages t
"If non-nil, explain TeX error messages in Japanese.")

(when (featurep 'mule)

-(defvar TeX-japanese-process-input-coding-system
+(defcustom TeX-japanese-process-input-coding-system
(if (featurep 'xemacs)
- (find-coding-system 'euc-japan)
- 'euc-jp)
- "TeX-process' coding system with standard input.")
+ (find-coding-system 'euc-japan) nil)
+ "TeX-process' coding system with standard input."
+ :group 'AUCTeX-jp
+ :type 'coding-system)

-(defvar TeX-japanese-process-output-coding-system
+(defcustom TeX-japanese-process-output-coding-system
(if (featurep 'xemacs)
- (find-coding-system 'junet)
- 'euc-jp)
- "TeX-process' coding system with standard output."))
+ (find-coding-system 'junet) nil)
+ "TeX-process' coding system with standard output."
+ :group 'AUCTeX-jp
+ :type 'coding-system))

(defcustom japanese-TeX-command-default "pTeX"
- "*The default command for TeX-command in the japanese-TeX mode."
+ "*The default command for `TeX-command' in the japanese-TeX mode."
:group 'AUCTeX-jp
:type 'string)
(make-variable-buffer-local 'japanese-TeX-command-default)

(defcustom japanese-LaTeX-command-default "LaTeX"
- "*The default command for TeX-command in the japanese-LaTeX mode."
+ "*The default command for `TeX-command' in the japanese-LaTeX mode."
:group 'AUCTeX-jp
:type 'string)
(make-variable-buffer-local 'japanese-LaTeX-command-default)

@@ -1439,6 +1438,14 @@

(defun TeX-macro-global ()
"Return directories containing the site's TeX macro and style files."
+ (TeX-macro-global-internal "latex" '("/tex/" "/bibtex/bst/")
+ '("/usr/share/texmf/tex/" "/usr/share/texmf/bibtex/bst/")))
+
+(defun TeX-macro-global-internal (latex search default)
+ "Return directories containing the site's TeX macro and style files.
+LATEX: latex command
+SEARCH: search path under system texmf tree
+DEFAULT: fallback path list"
(let ((tree-list '("$SYSTEXMF" "$TEXMFLOCAL" "$TEXMFMAIN" "$TEXMFDIST"))
path-list path exit-status input-dir-list)
(condition-case nil
@@ -1449,7 +1456,7 @@
(call-process
"kpsewhich" nil
(list standard-output nil) nil
- "--progname" "latex"
+ "--progname" latex
"--expand-braces" (nth i tree-list)))))
(if (zerop exit-status)
(progn (add-to-list 'path-list path)
@@ -1459,7 +1466,7 @@
(call-process
"kpsewhich" nil
(list standard-output nil) nil
- "--progname" "latex"
+ "--progname" latex
"--expand-path" (nth i tree-list)))))
(when (zerop exit-status) (add-to-list 'path-list path)))))
(error nil))
@@ -1475,11 +1482,10 @@
(setq item (substring item (match-end 0) (length item))))
(when (string-match "/+$" item)
(setq item (substring item 0 (match-beginning 0))))
- (dolist (subdir '("/tex/" "/bibtex/bst/"))
+ (dolist (subdir search)
(when (file-exists-p (file-name-as-directory (concat item subdir)))
(add-to-list 'input-dir-list (concat item subdir)))))))
- (or input-dir-list
- '("/usr/share/texmf/tex/" "/usr/share/texmf/bibtex/bst/"))))
+ (or input-dir-list default)))

(defcustom TeX-macro-global (TeX-macro-global)
"Directories containing the site's TeX macro and style files.
@@ -2885,7 +2891,6 @@
(defcustom TeX-kpathsea-format-alist
'(("tex" "${TEXINPUTS.latex}" TeX-file-extensions)
("eps" "${TEXINPUTS}" LaTeX-includegraphics-extensions)
- ("pdf" "${TEXINPUTS}" LaTeX-includegraphics-extensions)
("pdf" "${TEXINPUTS}" LaTeX-includegraphics-extensions)
("png" "${TEXINPUTS}" LaTeX-includegraphics-extensions)
("jpg" "${TEXINPUTS}" LaTeX-includegraphics-extensions)
David Kastrup
2005-02-26 09:38:32 UTC
Permalink
Post by Masayuki Ataka
Keita Ikumi, who gave me some reports and suggestions, sent me
a patch for the CVS AUCTeX. I already committed his one line
patches.
I already noticed and wanted to tell you: when committing such small
patches (few lines at most) by people without assignment, this has to
be noted in the ChangeLog as "tiny change". We should not have more
than 10 unassigned lines or so from a single contributor without a
copyright assignment, and only if they are not of some fundamental
quality or creativity (generally, if something is a "good solution" or
"elegant code", something which you would not come by with all by
yourself, it is much more relevant if we have a patch that reformats
whitespace on a dozen lines).

I know this is a nuisance, but we need to keep the copyright tracked
and assigned so that AUCTeX can at one point of time be integrated
into Emacs. And Emacs, being a core product of the Free Software
Foundation's GNU project, should be only copyrighted by the FSF so
that they can't be dragged into costly legal battles like IBM
currently is by SCO over copyright questions in the Linux kernel.
Post by Masayuki Ataka
But this time, his patch is big, so I'm afraid that he should write
a copyright assignment.
How do you think, David?
Having looked through it, definitely.

I append a request form to this letter. Dear Keita Ikumi, if you have
questions about this sort of form, please feel free to ask. This is
to give the FSF the necessary legal backing to defend the copyright of
AUCTeX legally if it should come into question. If you have an
employer that might have rights to your work (which could definitely
be the case when you did the stuff as part of your normal work), you
will get a separate paper for him where he acknowledges that he does
not request rights by himself.

What I send here is just the request form: depending on its contents,
you will then get appropriate papers by mail which you have to read
and send back signed if you agree (they mostly demand that you promise
that all changes are from yourself and that you have the right to sign
them over to the FSF). If you say that this process is fine with you,
we don't need to wait for the process to complete for checking your
changes in: there are, for historic reasons, lots of assignments which
we still have not collected yet, so waiting for your assignment before
putting in code would be pointless as long as we can be sure to get it
soon.

Oh, by the way: (this is not relevant for Keita Ikumi): I was not sure
about how to proceed with preview-latex contributors to save them from
having to do this assignment work once for preview-latex and once for
AUCTeX. I am now sure: just fill out an assignment for AUCTeX, and in
the list of files for which you are responsible, add the preview-latex
files with a prefix of preview/ (which is where preview-latex will get
checked into CVS once we move it over). So, for example, list
preview/Makefile.in
if you contributed to this file.

David

Here comes the assignment form:

Please email the following information to ***@gnu.org, and we
will send you the assignment form for your past and future changes.

Please use your full legal name (in ASCII characters) as the subject
line of the message.
----------------------------------------------------------------------
REQUEST: SEND FORM FOR PAST AND FUTURE CHANGES

[What is the name of the program or package you're contributing to?]


[Did you copy any files or text written by someone else in these changes?
Even if that material is free software, we need to know about it.]


[Do you have an employer who might have a basis to claim to own
your changes? Do you attend a school which might make such a claim?]


[For the copyright registration, what country are you a citizen of?]


[What year were you born?]


[Please write your email address here.]


[Please write your postal address here.]





[Which files have you changed so far, and which new files have you written
so far?]
Masayuki Ataka
2005-02-26 10:22:19 UTC
Permalink
From: David Kastrup <***@gnu.org>
Subject: Re: Patches and copyright assignment question
Date: Sat, 26 Feb 2005 10:38:32 +0100
Post by David Kastrup
Post by Masayuki Ataka
Keita Ikumi, who gave me some reports and suggestions, sent me
a patch for the CVS AUCTeX. I already committed his one line
patches.
I already noticed and wanted to tell you: when committing such small
patches (few lines at most) by people without assignment, this has to
be noted in the ChangeLog as "tiny change".
OK. Please let me ask the format of ChangeLog:

| 2005-02-23 Masayuki Ataka <***@milk.freemail.ne.jp>
|
| * doc/auctex.texi (I18n): Removed FIXME comment.
| Patch by Ikumi Keita <***@revery.net>.

The changelog above should be replaced as below?

| 2005-02-23 Ikumi Keita <***@revery.net> (tiny change)
|
| * doc/auctex.texi (I18n): Removed FIXME comment.
Post by David Kastrup
We should not have more
than 10 unassigned lines or so from a single contributor without a
copyright assignment, and only if they are not of some fundamental
quality or creativity (generally, if something is a "good solution" or
"elegant code", something which you would not come by with all by
yourself, it is much more relevant if we have a patch that reformats
whitespace on a dozen lines).
I know this is a nuisance, but we need to keep the copyright tracked
and assigned so that AUCTeX can at one point of time be integrated
into Emacs. And Emacs, being a core product of the Free Software
Foundation's GNU project, should be only copyrighted by the FSF so
that they can't be dragged into costly legal battles like IBM
currently is by SCO over copyright questions in the Linux kernel.
Post by Masayuki Ataka
But this time, his patch is big, so I'm afraid that he should write
a copyright assignment.
How do you think, David?
Having looked through it, definitely.
I understand.

Thanks,
---
email: ***@milk.freemail.ne.jp
Name:: Masayuki Ataka // (Japan)
David Kastrup
2005-02-26 10:48:39 UTC
Permalink
Post by Masayuki Ataka
|
| * doc/auctex.texi (I18n): Removed FIXME comment.
The changelog above should be replaced as below?
|
| * doc/auctex.texi (I18n): Removed FIXME comment.
As long as you did not edit the patch when applying it, this would be
the appropriate way to mark this, yes.
--
David Kastrup, Kriemhildstr. 15, 44793 Bochum
Masayuki Ataka
2005-02-26 11:10:14 UTC
Permalink
From: David Kastrup <***@gnu.org>
Subject: Re: Patches and copyright assignment question
Date: Sat, 26 Feb 2005 11:48:39 +0100
Post by David Kastrup
Post by Masayuki Ataka
|
| * doc/auctex.texi (I18n): Removed FIXME comment.
The changelog above should be replaced as below?
|
| * doc/auctex.texi (I18n): Removed FIXME comment.
As long as you did not edit the patch when applying it, this would be
the appropriate way to mark this, yes.
Thanks. Done.

---
Masayuki Ataka (Japan).
Ikumi Keita
2005-02-26 11:22:53 UTC
Permalink
Dear David Kastrup,

Thank you for your kind response. I will soon send the attached form to
If you say that this process is fine with you, we don't need to wait
OK, the process is of no problem. Please go ahead.

Ikumi Keita
Masayuki Ataka
2005-03-02 21:14:51 UTC
Permalink
From: Ikumi Keita <***@revery.net>
Subject: Re: Patches and copyright assignment question
Date: Sat, 26 Feb 2005 20:22:53 +0900
Post by Ikumi Keita
Thank you for your kind response. I will soon send the attached form to
If you say that this process is fine with you, we don't need to wait
OK, the process is of no problem. Please go ahead.
If no objection, I'll commit his patch.

This is ChangeLog:

2005-03-03 Ikumi Keita <***@revery.net> (tiny change?)

* tex.el (TeX-macro-global-internal): New function.
(TeX-macro-global): Use it.
(TeX-kpathsea-format-alist): Removed duplicate line.

* tex-jp.el: Use `TeX-macro-global-internal' and append path for
Japanese TeX into TeX-macro-global. Do not override
`TeX-expand-list', no more.
(japanese-TeX-command-list): Add :help string.
(japanese-TeX-command-default, japanese-LaTeX-command-default):
Quote symbol TeX-command in doc string.


The part as shown below, which override TEXINPUTS by
TEXINPUTS.platex, is dangerous to non Japanese TeX user, so I
didn't include it this time.

in tex-jp.el
---
+ (setcar (cdr (assoc "tex" TeX-kpathsea-format-alist))
+ "${TEXINPUTS.platex}")
+ ;; (setcar (cdr (assoc "tex" TeX-kpathsea-format-alist))
+ ;; "${TEXINPUTS.jlatex}")
+ (setcar (cdr (assoc "bib" TeX-kpathsea-format-alist))
+ "${BIBINPUTS.jbibtex}")
+ (setcar (cdr (assoc "bst" TeX-kpathsea-format-alist))
+ "${BSTINPUTS.jbibtex}")


----Input with T-Code!
http://isweb22.infoseek.co.jp/computer/pop-club
Masayuki Ataka / $B0BBp(B $***@5G7(B (***@milk.freemail.ne.jp)

*** tex-jp.el 28 2 2005 01:35:22 +0900 5.78
--- tex-jp.el 03 3 2005 05:52:08 +0900
***************
*** 53,74 ****
;; use the %(latex) and %(tex) shorthands here because I have not
;; clue whether Omega-related versions exist. --dak
'(("jTeX" "%(PDF)jtex %S%(PDFout) \"%(mode)\\input %t\""
! TeX-run-TeX nil (plain-tex-mode))
("jLaTeX" "%(PDF)jlatex %S%(PDFout) \"%(mode)\\input{%t}\""
! TeX-run-LaTeX nil (latex-mode))
("pTeX" "%(PDF)ptex %S%(PDFout) \"%(mode)\\input %t\""
! TeX-run-TeX nil (plain-tex-mode))
("pLaTeX" "%(PDF)platex %S%(PDFout) \"%(mode)\\input{%t}\""
! TeX-run-LaTeX nil (latex-mode))
! ("Mendex" "mendex %s" TeX-run-command nil t)
! ("jBibTeX" "jbibtex %s" TeX-run-BibTeX nil t))
! "Additional list of commands to execute in japanese-LaTeX-mode")

(setq TeX-command-list
(append japanese-TeX-command-list
'(("-" "" nil nil t)) ;; separator for command menu
TeX-command-list))

;; Menus

(easy-menu-define plain-TeX-mode-command-menu
--- 53,82 ----
;; use the %(latex) and %(tex) shorthands here because I have not
;; clue whether Omega-related versions exist. --dak
'(("jTeX" "%(PDF)jtex %S%(PDFout) \"%(mode)\\input %t\""
! TeX-run-TeX nil (plain-tex-mode) :help "Run NTT jTeX")
("jLaTeX" "%(PDF)jlatex %S%(PDFout) \"%(mode)\\input{%t}\""
! TeX-run-LaTeX nil (latex-mode) :help "Run NTT jLaTeX")
("pTeX" "%(PDF)ptex %S%(PDFout) \"%(mode)\\input %t\""
! TeX-run-TeX nil (plain-tex-mode) :help "Run ASCII pTeX")
("pLaTeX" "%(PDF)platex %S%(PDFout) \"%(mode)\\input{%t}\""
! TeX-run-LaTeX nil (latex-mode) :help "Run ASCII pLaTeX")
! ("Mendex" "mendex %s" TeX-run-command nil t :help "Create index file with mendex")
! ("jBibTeX" "jbibtex %s" TeX-run-BibTeX nil t :help "Run jBibTeX"))
! "Additional list of commands to execute in `japanese-LaTeX-mode'")

(setq TeX-command-list
(append japanese-TeX-command-list
'(("-" "" nil nil t)) ;; separator for command menu
TeX-command-list))

+ (mapcar (lambda (dir) (add-to-list 'TeX-macro-global dir t))
+ (TeX-macro-global-internal "platex" '("/ptex/" "/jbibtex/bst/")
+ '("/usr/share/texmf/ptex/" "/usr/share/texmf/jbibtex/bst/")))
+
+ (mapcar (lambda (dir) (add-to-list 'TeX-macro-global dir t))
+ (TeX-macro-global-internal "jlatex" '("/jtex/" "/jbibtex/bst/")
+ '("/usr/share/texmf/jtex/" "/usr/share/texmf/jbibtex/bst/")))
+
;; Menus

(easy-menu-define plain-TeX-mode-command-menu
***************
*** 88,96 ****
"%(PDF)platex %S%(PDFout)"))
LaTeX-command-style))

- (setcdr (assoc "%l" TeX-expand-list)
- (list 'TeX-style-check LaTeX-command-style))
-
(defvar japanese-TeX-error-messages t
"If non-nil, explain TeX error messages in Japanese.")

--- 96,101 ----
***************
*** 117,129 ****
)

(defcustom japanese-TeX-command-default "pTeX"
! "*The default command for TeX-command in the japanese-TeX mode."
:group 'AUCTeX-jp
:type 'string)
(make-variable-buffer-local 'japanese-TeX-command-default)

(defcustom japanese-LaTeX-command-default "LaTeX"
! "*The default command for TeX-command in the japanese-LaTeX mode."
:group 'AUCTeX-jp
:type 'string)
(make-variable-buffer-local 'japanese-LaTeX-command-default)
--- 122,134 ----
)

(defcustom japanese-TeX-command-default "pTeX"
! "*The default command for `TeX-command' in the japanese-TeX mode."
:group 'AUCTeX-jp
:type 'string)
(make-variable-buffer-local 'japanese-TeX-command-default)

(defcustom japanese-LaTeX-command-default "LaTeX"
! "*The default command for `TeX-command' in the japanese-LaTeX mode."
:group 'AUCTeX-jp
:type 'string)
(make-variable-buffer-local 'japanese-LaTeX-command-default)


*** tex.el 12 2 2005 23:11:57 +0900 5.485
--- tex.el 03 3 2005 05:12:17 +0900
***************
*** 1440,1445 ****
--- 1440,1453 ----

(defun TeX-macro-global ()
"Return directories containing the site's TeX macro and style files."
+ (TeX-macro-global-internal "latex" '("/tex/" "/bibtex/bst/")
+ '("/usr/share/texmf/tex/" "/usr/share/texmf/bibtex/bst/")))
+
+ (defun TeX-macro-global-internal (latex search default)
+ "Return directories containing the site's TeX macro and style files.
+ LATEX: latex command
+ SEARCH: search path under system texmf tree
+ DEFAULT: fallback path list"
(let ((tree-list '("$SYSTEXMF" "$TEXMFLOCAL" "$TEXMFMAIN" "$TEXMFDIST"))
path-list path exit-status input-dir-list)
(condition-case nil
***************
*** 1450,1456 ****
(call-process
"kpsewhich" nil
(list standard-output nil) nil
! "--progname" "latex"
"--expand-braces" (nth i tree-list)))))
(if (zerop exit-status)
(progn (add-to-list 'path-list path)
--- 1458,1464 ----
(call-process
"kpsewhich" nil
(list standard-output nil) nil
! "--progname" latex
"--expand-braces" (nth i tree-list)))))
(if (zerop exit-status)
(progn (add-to-list 'path-list path)
***************
*** 1460,1466 ****
(call-process
"kpsewhich" nil
(list standard-output nil) nil
! "--progname" "latex"
"--expand-path" (nth i tree-list)))))
(when (zerop exit-status) (add-to-list 'path-list path)))))
(error nil))
--- 1468,1474 ----
(call-process
"kpsewhich" nil
(list standard-output nil) nil
! "--progname" latex
"--expand-path" (nth i tree-list)))))
(when (zerop exit-status) (add-to-list 'path-list path)))))
(error nil))
***************
*** 1476,1486 ****
(setq item (substring item (match-end 0) (length item))))
(when (string-match "/+$" item)
(setq item (substring item 0 (match-beginning 0))))
! (dolist (subdir '("/tex/" "/bibtex/bst/"))
(when (file-exists-p (file-name-as-directory (concat item subdir)))
(add-to-list 'input-dir-list (concat item subdir)))))))
! (or input-dir-list
! '("/usr/share/texmf/tex/" "/usr/share/texmf/bibtex/bst/"))))

(defcustom TeX-macro-global (TeX-macro-global)
"Directories containing the site's TeX macro and style files.
--- 1484,1493 ----
(setq item (substring item (match-end 0) (length item))))
(when (string-match "/+$" item)
(setq item (substring item 0 (match-beginning 0))))
! (dolist (subdir search)
(when (file-exists-p (file-name-as-directory (concat item subdir)))
(add-to-list 'input-dir-list (concat item subdir)))))))
! (or input-dir-list default)))

(defcustom TeX-macro-global (TeX-macro-global)
"Directories containing the site's TeX macro and style files.
***************
*** 2887,2893 ****
'(("tex" "${TEXINPUTS.latex}" TeX-file-extensions)
("eps" "${TEXINPUTS}" LaTeX-includegraphics-extensions)
("pdf" "${TEXINPUTS}" LaTeX-includegraphics-extensions)
- ("pdf" "${TEXINPUTS}" LaTeX-includegraphics-extensions)
("png" "${TEXINPUTS}" LaTeX-includegraphics-extensions)
("jpg" "${TEXINPUTS}" LaTeX-includegraphics-extensions)
("jpeg" "${TEXINPUTS}" LaTeX-includegraphics-extensions)
--- 2894,2899 ----
David Kastrup
2005-03-02 21:23:35 UTC
Permalink
Post by Masayuki Ataka
Subject: Re: Patches and copyright assignment question
Date: Sat, 26 Feb 2005 20:22:53 +0900
Post by Ikumi Keita
Thank you for your kind response. I will soon send the attached form to
If you say that this process is fine with you, we don't need to wait
OK, the process is of no problem. Please go ahead.
If no objection, I'll commit his patch.
No objection. Just don't mix this patch with material of yours in a
single commit. Until all the paperwork is finished, it is better to
keep track of stuff.
--
David Kastrup, Kriemhildstr. 15, 44793 Bochum
Masayuki Ataka
2005-03-04 01:09:32 UTC
Permalink
From: David Kastrup <***@gnu.org>
Subject: Re: Patches and copyright assignment question
Date: Wed, 02 Mar 2005 22:23:35 +0100
(snip)
Post by David Kastrup
Post by Masayuki Ataka
If no objection, I'll commit his patch.
No objection. Just don't mix this patch with material of yours in a
single commit. Until all the paperwork is finished, it is better to
keep track of stuff.
I checked Ikumi's patch in.

Thank Ikumi and David!
--
Masayuki Ataka (Japan)

Loading...