diff options
| author | viniciusjl | 2017-10-29 20:28:58 -0200 |
|---|---|---|
| committer | viniciusjl | 2017-10-29 20:28:58 -0200 |
| commit | 403f482eb061cfbcae10b70e45294237693204e0 (patch) | |
| tree | 783f619773a8f3fd03113d4b0f0297213e144b66 | |
| parent | 6da65bde8c31a1c47070fcde1ff6a3676a51d20d (diff) | |
| download | emacs-403f482eb061cfbcae10b70e45294237693204e0.tar.gz emacs-403f482eb061cfbcae10b70e45294237693204e0.zip | |
Email replacement.
| -rw-r--r-- | lisp/ChangeLog.17 | 20 | ||||
| -rw-r--r-- | lisp/delim-col.el | 4 | ||||
| -rw-r--r-- | lisp/emacs-lisp/package.el | 2 | ||||
| -rw-r--r-- | lisp/printing.el | 6 | ||||
| -rw-r--r-- | lisp/progmodes/ebnf-abn.el | 4 | ||||
| -rw-r--r-- | lisp/progmodes/ebnf-bnf.el | 4 | ||||
| -rw-r--r-- | lisp/progmodes/ebnf-dtd.el | 4 | ||||
| -rw-r--r-- | lisp/progmodes/ebnf-ebx.el | 4 | ||||
| -rw-r--r-- | lisp/progmodes/ebnf-iso.el | 4 | ||||
| -rw-r--r-- | lisp/progmodes/ebnf-otz.el | 4 | ||||
| -rw-r--r-- | lisp/progmodes/ebnf-yac.el | 4 | ||||
| -rw-r--r-- | lisp/progmodes/ebnf2ps.el | 6 | ||||
| -rw-r--r-- | lisp/ps-def.el | 4 | ||||
| -rw-r--r-- | lisp/ps-mule.el | 4 | ||||
| -rw-r--r-- | lisp/ps-print.el | 12 | ||||
| -rw-r--r-- | lisp/ps-samp.el | 4 | ||||
| -rw-r--r-- | lisp/whitespace.el | 4 |
17 files changed, 57 insertions, 37 deletions
diff --git a/lisp/ChangeLog.17 b/lisp/ChangeLog.17 index 1bd882f0a22..150e5e16511 100644 --- a/lisp/ChangeLog.17 +++ b/lisp/ChangeLog.17 | |||
| @@ -1,3 +1,23 @@ | |||
| 1 | 2017-10-29 Vinicius Jose Latorre <viniciusjl.gnu@gmail.com> | ||
| 2 | |||
| 3 | * delim-col.el: | ||
| 4 | * emacs-lisp/package.el: | ||
| 5 | * printing.el: | ||
| 6 | * progmodes/ebnf-iso.el: | ||
| 7 | * progmodes/ebnf-dtd.el: | ||
| 8 | * progmodes/ebnf-yac.el: | ||
| 9 | * progmodes/ebnf-abn.el: | ||
| 10 | * progmodes/ebnf2ps.el: | ||
| 11 | * progmodes/ebnf-ebx.el: | ||
| 12 | * progmodes/ebnf-bnf.el: | ||
| 13 | * progmodes/ebnf-otz.el: | ||
| 14 | * ps-def.el: | ||
| 15 | * ps-mule.el: | ||
| 16 | * ps-print.el: | ||
| 17 | * ps-samp.el: | ||
| 18 | * whitespace.el: Replace viniciusjl@ig.com.br email by | ||
| 19 | viniciusjl.gnu@gmail.com. | ||
| 20 | |||
| 1 | 2015-04-06 Alan Mackenzie <acm@muc.de> | 21 | 2015-04-06 Alan Mackenzie <acm@muc.de> |
| 2 | 22 | ||
| 3 | Fix miscellaneous glitches in cc-mode.el. (Bug#20245) | 23 | Fix miscellaneous glitches in cc-mode.el. (Bug#20245) |
diff --git a/lisp/delim-col.el b/lisp/delim-col.el index 120131fe034..175bf375162 100644 --- a/lisp/delim-col.el +++ b/lisp/delim-col.el | |||
| @@ -2,8 +2,8 @@ | |||
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999-2017 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Vinicius Jose Latorre <viniciusjl@ig.com.br> | 5 | ;; Author: Vinicius Jose Latorre <viniciusjl.gnu@gmail.com> |
| 6 | ;; Maintainer: Vinicius Jose Latorre <viniciusjl@ig.com.br> | 6 | ;; Maintainer: Vinicius Jose Latorre <viniciusjl.gnu@gmail.com> |
| 7 | ;; Version: 2.1 | 7 | ;; Version: 2.1 |
| 8 | ;; Keywords: internal | 8 | ;; Keywords: internal |
| 9 | ;; X-URL: http://www.emacswiki.org/cgi-bin/wiki/ViniciusJoseLatorre | 9 | ;; X-URL: http://www.emacswiki.org/cgi-bin/wiki/ViniciusJoseLatorre |
diff --git a/lisp/emacs-lisp/package.el b/lisp/emacs-lisp/package.el index 8b101c1323c..3c34caa17d4 100644 --- a/lisp/emacs-lisp/package.el +++ b/lisp/emacs-lisp/package.el | |||
| @@ -101,7 +101,7 @@ | |||
| 101 | ;; Michael Olson <mwolson@member.fsf.org> | 101 | ;; Michael Olson <mwolson@member.fsf.org> |
| 102 | ;; Sebastian Tennant <sebyte@smolny.plus.com> | 102 | ;; Sebastian Tennant <sebyte@smolny.plus.com> |
| 103 | ;; Stefan Monnier <monnier@iro.umontreal.ca> | 103 | ;; Stefan Monnier <monnier@iro.umontreal.ca> |
| 104 | ;; Vinicius Jose Latorre <viniciusjl@ig.com.br> | 104 | ;; Vinicius Jose Latorre <viniciusjl.gnu@gmail.com> |
| 105 | ;; Phil Hagelberg <phil@hagelb.org> | 105 | ;; Phil Hagelberg <phil@hagelb.org> |
| 106 | 106 | ||
| 107 | ;;; ToDo: | 107 | ;;; ToDo: |
diff --git a/lisp/printing.el b/lisp/printing.el index 328cbe01e4f..acfea5e9887 100644 --- a/lisp/printing.el +++ b/lisp/printing.el | |||
| @@ -2,8 +2,8 @@ | |||
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2000-2001, 2003-2017 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2000-2001, 2003-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Vinicius Jose Latorre <viniciusjl@ig.com.br> | 5 | ;; Author: Vinicius Jose Latorre <viniciusjl.gnu@gmail.com> |
| 6 | ;; Maintainer: Vinicius Jose Latorre <viniciusjl@ig.com.br> | 6 | ;; Maintainer: Vinicius Jose Latorre <viniciusjl.gnu@gmail.com> |
| 7 | ;; Keywords: wp, print, PostScript | 7 | ;; Keywords: wp, print, PostScript |
| 8 | ;; Version: 6.9.3 | 8 | ;; Version: 6.9.3 |
| 9 | ;; X-URL: http://www.emacswiki.org/cgi-bin/wiki/ViniciusJoseLatorre | 9 | ;; X-URL: http://www.emacswiki.org/cgi-bin/wiki/ViniciusJoseLatorre |
| @@ -12,7 +12,7 @@ | |||
| 12 | "printing.el, v 6.9.3 <2007/12/09 vinicius> | 12 | "printing.el, v 6.9.3 <2007/12/09 vinicius> |
| 13 | 13 | ||
| 14 | Please send all bug fixes and enhancements to | 14 | Please send all bug fixes and enhancements to |
| 15 | bug-gnu-emacs@gnu.org and Vinicius Jose Latorre <viniciusjl@ig.com.br> | 15 | bug-gnu-emacs@gnu.org and Vinicius Jose Latorre <viniciusjl.gnu@gmail.com> |
| 16 | ") | 16 | ") |
| 17 | 17 | ||
| 18 | ;; This file is part of GNU Emacs. | 18 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/progmodes/ebnf-abn.el b/lisp/progmodes/ebnf-abn.el index f73efe45399..937f9881ce9 100644 --- a/lisp/progmodes/ebnf-abn.el +++ b/lisp/progmodes/ebnf-abn.el | |||
| @@ -2,8 +2,8 @@ | |||
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001-2017 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2001-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Vinicius Jose Latorre <viniciusjl@ig.com.br> | 5 | ;; Author: Vinicius Jose Latorre <viniciusjl.gnu@gmail.com> |
| 6 | ;; Maintainer: Vinicius Jose Latorre <viniciusjl@ig.com.br> | 6 | ;; Maintainer: Vinicius Jose Latorre <viniciusjl.gnu@gmail.com> |
| 7 | ;; Keywords: wp, ebnf, PostScript | 7 | ;; Keywords: wp, ebnf, PostScript |
| 8 | ;; Old-Version: 1.2 | 8 | ;; Old-Version: 1.2 |
| 9 | ;; Package: ebnf2ps | 9 | ;; Package: ebnf2ps |
diff --git a/lisp/progmodes/ebnf-bnf.el b/lisp/progmodes/ebnf-bnf.el index 7d426f9491c..9cad4e5f2b6 100644 --- a/lisp/progmodes/ebnf-bnf.el +++ b/lisp/progmodes/ebnf-bnf.el | |||
| @@ -2,8 +2,8 @@ | |||
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999-2017 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Vinicius Jose Latorre <viniciusjl@ig.com.br> | 5 | ;; Author: Vinicius Jose Latorre <viniciusjl.gnu@gmail.com> |
| 6 | ;; Maintainer: Vinicius Jose Latorre <viniciusjl@ig.com.br> | 6 | ;; Maintainer: Vinicius Jose Latorre <viniciusjl.gnu@gmail.com> |
| 7 | ;; Keywords: wp, ebnf, PostScript | 7 | ;; Keywords: wp, ebnf, PostScript |
| 8 | ;; Old-Version: 1.10 | 8 | ;; Old-Version: 1.10 |
| 9 | ;; Package: ebnf2ps | 9 | ;; Package: ebnf2ps |
diff --git a/lisp/progmodes/ebnf-dtd.el b/lisp/progmodes/ebnf-dtd.el index 545e2107c2b..ee9f7b14e9b 100644 --- a/lisp/progmodes/ebnf-dtd.el +++ b/lisp/progmodes/ebnf-dtd.el | |||
| @@ -2,8 +2,8 @@ | |||
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001-2017 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2001-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Vinicius Jose Latorre <viniciusjl@ig.com.br> | 5 | ;; Author: Vinicius Jose Latorre <viniciusjl.gnu@gmail.com> |
| 6 | ;; Maintainer: Vinicius Jose Latorre <viniciusjl@ig.com.br> | 6 | ;; Maintainer: Vinicius Jose Latorre <viniciusjl.gnu@gmail.com> |
| 7 | ;; Keywords: wp, ebnf, PostScript | 7 | ;; Keywords: wp, ebnf, PostScript |
| 8 | ;; Old-Version: 1.1 | 8 | ;; Old-Version: 1.1 |
| 9 | ;; Package: ebnf2ps | 9 | ;; Package: ebnf2ps |
diff --git a/lisp/progmodes/ebnf-ebx.el b/lisp/progmodes/ebnf-ebx.el index 048a0a198ed..6d1e761a1a5 100644 --- a/lisp/progmodes/ebnf-ebx.el +++ b/lisp/progmodes/ebnf-ebx.el | |||
| @@ -2,8 +2,8 @@ | |||
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001-2017 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2001-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Vinicius Jose Latorre <viniciusjl@ig.com.br> | 5 | ;; Author: Vinicius Jose Latorre <viniciusjl.gnu@gmail.com> |
| 6 | ;; Maintainer: Vinicius Jose Latorre <viniciusjl@ig.com.br> | 6 | ;; Maintainer: Vinicius Jose Latorre <viniciusjl.gnu@gmail.com> |
| 7 | ;; Keywords: wp, ebnf, PostScript | 7 | ;; Keywords: wp, ebnf, PostScript |
| 8 | ;; Old-Version: 1.2 | 8 | ;; Old-Version: 1.2 |
| 9 | ;; Package: ebnf2ps | 9 | ;; Package: ebnf2ps |
diff --git a/lisp/progmodes/ebnf-iso.el b/lisp/progmodes/ebnf-iso.el index c50bcb87d98..61a3479a5c3 100644 --- a/lisp/progmodes/ebnf-iso.el +++ b/lisp/progmodes/ebnf-iso.el | |||
| @@ -2,8 +2,8 @@ | |||
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999-2017 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Vinicius Jose Latorre <viniciusjl@ig.com.br> | 5 | ;; Author: Vinicius Jose Latorre <viniciusjl.gnu@gmail.com> |
| 6 | ;; Maintainer: Vinicius Jose Latorre <viniciusjl@ig.com.br> | 6 | ;; Maintainer: Vinicius Jose Latorre <viniciusjl.gnu@gmail.com> |
| 7 | ;; Keywords: wp, ebnf, PostScript | 7 | ;; Keywords: wp, ebnf, PostScript |
| 8 | ;; Old-Version: 1.9 | 8 | ;; Old-Version: 1.9 |
| 9 | ;; Package: ebnf2ps | 9 | ;; Package: ebnf2ps |
diff --git a/lisp/progmodes/ebnf-otz.el b/lisp/progmodes/ebnf-otz.el index 7d5d0d641d7..f77959e4ca2 100644 --- a/lisp/progmodes/ebnf-otz.el +++ b/lisp/progmodes/ebnf-otz.el | |||
| @@ -2,8 +2,8 @@ | |||
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999-2017 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Vinicius Jose Latorre <viniciusjl@ig.com.br> | 5 | ;; Author: Vinicius Jose Latorre <viniciusjl.gnu@gmail.com> |
| 6 | ;; Maintainer: Vinicius Jose Latorre <viniciusjl@ig.com.br> | 6 | ;; Maintainer: Vinicius Jose Latorre <viniciusjl.gnu@gmail.com> |
| 7 | ;; Keywords: wp, ebnf, PostScript | 7 | ;; Keywords: wp, ebnf, PostScript |
| 8 | ;; Old-Version: 1.0 | 8 | ;; Old-Version: 1.0 |
| 9 | ;; Package: ebnf2ps | 9 | ;; Package: ebnf2ps |
diff --git a/lisp/progmodes/ebnf-yac.el b/lisp/progmodes/ebnf-yac.el index d7b20708768..d8916ee4c0d 100644 --- a/lisp/progmodes/ebnf-yac.el +++ b/lisp/progmodes/ebnf-yac.el | |||
| @@ -2,8 +2,8 @@ | |||
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999-2017 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Vinicius Jose Latorre <viniciusjl@ig.com.br> | 5 | ;; Author: Vinicius Jose Latorre <viniciusjl.gnu@gmail.com> |
| 6 | ;; Maintainer: Vinicius Jose Latorre <viniciusjl@ig.com.br> | 6 | ;; Maintainer: Vinicius Jose Latorre <viniciusjl.gnu@gmail.com> |
| 7 | ;; Keywords: wp, ebnf, PostScript | 7 | ;; Keywords: wp, ebnf, PostScript |
| 8 | ;; Old-Version: 1.4 | 8 | ;; Old-Version: 1.4 |
| 9 | ;; Package: ebnf2ps | 9 | ;; Package: ebnf2ps |
diff --git a/lisp/progmodes/ebnf2ps.el b/lisp/progmodes/ebnf2ps.el index a813d42356c..313c36b6c5a 100644 --- a/lisp/progmodes/ebnf2ps.el +++ b/lisp/progmodes/ebnf2ps.el | |||
| @@ -2,8 +2,8 @@ | |||
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999-2017 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Vinicius Jose Latorre <viniciusjl@ig.com.br> | 5 | ;; Author: Vinicius Jose Latorre <viniciusjl.gnu@gmail.com> |
| 6 | ;; Maintainer: Vinicius Jose Latorre <viniciusjl@ig.com.br> | 6 | ;; Maintainer: Vinicius Jose Latorre <viniciusjl.gnu@gmail.com> |
| 7 | ;; Keywords: wp, ebnf, PostScript | 7 | ;; Keywords: wp, ebnf, PostScript |
| 8 | ;; Version: 4.4 | 8 | ;; Version: 4.4 |
| 9 | ;; X-URL: http://www.emacswiki.org/cgi-bin/wiki/ViniciusJoseLatorre | 9 | ;; X-URL: http://www.emacswiki.org/cgi-bin/wiki/ViniciusJoseLatorre |
| @@ -30,7 +30,7 @@ Vinicius's last change version. When reporting bugs, please also | |||
| 30 | report the version of Emacs, if any, that ebnf2ps was running with. | 30 | report the version of Emacs, if any, that ebnf2ps was running with. |
| 31 | 31 | ||
| 32 | Please send all bug fixes and enhancements to | 32 | Please send all bug fixes and enhancements to |
| 33 | Vinicius Jose Latorre <viniciusjl@ig.com.br>. | 33 | Vinicius Jose Latorre <viniciusjl.gnu@gmail.com>. |
| 34 | ") | 34 | ") |
| 35 | 35 | ||
| 36 | 36 | ||
diff --git a/lisp/ps-def.el b/lisp/ps-def.el index ea77b6ba53b..a23ca53a831 100644 --- a/lisp/ps-def.el +++ b/lisp/ps-def.el | |||
| @@ -2,10 +2,10 @@ | |||
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2007-2017 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2007-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Vinicius Jose Latorre <viniciusjl@ig.com.br> | 5 | ;; Author: Vinicius Jose Latorre <viniciusjl.gnu@gmail.com> |
| 6 | ;; Kenichi Handa <handa@m17n.org> (multi-byte characters) | 6 | ;; Kenichi Handa <handa@m17n.org> (multi-byte characters) |
| 7 | ;; Maintainer: Kenichi Handa <handa@m17n.org> (multi-byte characters) | 7 | ;; Maintainer: Kenichi Handa <handa@m17n.org> (multi-byte characters) |
| 8 | ;; Vinicius Jose Latorre <viniciusjl@ig.com.br> | 8 | ;; Vinicius Jose Latorre <viniciusjl.gnu@gmail.com> |
| 9 | ;; Keywords: wp, print, PostScript | 9 | ;; Keywords: wp, print, PostScript |
| 10 | ;; X-URL: http://www.emacswiki.org/cgi-bin/wiki/ViniciusJoseLatorre | 10 | ;; X-URL: http://www.emacswiki.org/cgi-bin/wiki/ViniciusJoseLatorre |
| 11 | ;; Package: ps-print | 11 | ;; Package: ps-print |
diff --git a/lisp/ps-mule.el b/lisp/ps-mule.el index 393de9ff7a7..0d850f1e520 100644 --- a/lisp/ps-mule.el +++ b/lisp/ps-mule.el | |||
| @@ -2,10 +2,10 @@ | |||
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998-2017 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1998-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Vinicius Jose Latorre <viniciusjl@ig.com.br> | 5 | ;; Author: Vinicius Jose Latorre <viniciusjl.gnu@gmail.com> |
| 6 | ;; Kenichi Handa <handa@m17n.org> (multi-byte characters) | 6 | ;; Kenichi Handa <handa@m17n.org> (multi-byte characters) |
| 7 | ;; Maintainer: Kenichi Handa <handa@m17n.org> (multi-byte characters) | 7 | ;; Maintainer: Kenichi Handa <handa@m17n.org> (multi-byte characters) |
| 8 | ;; Vinicius Jose Latorre <viniciusjl@ig.com.br> | 8 | ;; Vinicius Jose Latorre <viniciusjl.gnu@gmail.com> |
| 9 | ;; Keywords: wp, print, PostScript, multibyte, mule | 9 | ;; Keywords: wp, print, PostScript, multibyte, mule |
| 10 | ;; Package: ps-print | 10 | ;; Package: ps-print |
| 11 | 11 | ||
diff --git a/lisp/ps-print.el b/lisp/ps-print.el index b50363812e3..8571f2287ac 100644 --- a/lisp/ps-print.el +++ b/lisp/ps-print.el | |||
| @@ -4,10 +4,10 @@ | |||
| 4 | 4 | ||
| 5 | ;; Author: Jim Thompson (was <thompson@wg2.waii.com>) | 5 | ;; Author: Jim Thompson (was <thompson@wg2.waii.com>) |
| 6 | ;; Jacques Duthen (was <duthen@cegelec-red.fr>) | 6 | ;; Jacques Duthen (was <duthen@cegelec-red.fr>) |
| 7 | ;; Vinicius Jose Latorre <viniciusjl@ig.com.br> | 7 | ;; Vinicius Jose Latorre <viniciusjl.gnu@gmail.com> |
| 8 | ;; Kenichi Handa <handa@m17n.org> (multi-byte characters) | 8 | ;; Kenichi Handa <handa@m17n.org> (multi-byte characters) |
| 9 | ;; Maintainer: Kenichi Handa <handa@m17n.org> (multi-byte characters) | 9 | ;; Maintainer: Kenichi Handa <handa@m17n.org> (multi-byte characters) |
| 10 | ;; Vinicius Jose Latorre <viniciusjl@ig.com.br> | 10 | ;; Vinicius Jose Latorre <viniciusjl.gnu@gmail.com> |
| 11 | ;; Keywords: wp, print, PostScript | 11 | ;; Keywords: wp, print, PostScript |
| 12 | ;; Version: 7.3.5 | 12 | ;; Version: 7.3.5 |
| 13 | ;; X-URL: http://www.emacswiki.org/cgi-bin/wiki/ViniciusJoseLatorre | 13 | ;; X-URL: http://www.emacswiki.org/cgi-bin/wiki/ViniciusJoseLatorre |
| @@ -20,7 +20,7 @@ Emacs without changes to the version number. When reporting bugs, please also | |||
| 20 | report the version of Emacs, if any, that ps-print was distributed with. | 20 | report the version of Emacs, if any, that ps-print was distributed with. |
| 21 | 21 | ||
| 22 | Please send all bug fixes and enhancements to | 22 | Please send all bug fixes and enhancements to |
| 23 | bug-gnu-emacs@gnu.org and Vinicius Jose Latorre <viniciusjl@ig.com.br>.") | 23 | bug-gnu-emacs@gnu.org and Vinicius Jose Latorre <viniciusjl.gnu@gmail.com>.") |
| 24 | 24 | ||
| 25 | ;; This file is part of GNU Emacs. | 25 | ;; This file is part of GNU Emacs. |
| 26 | 26 | ||
| @@ -1216,7 +1216,7 @@ Please send all bug fixes and enhancements to | |||
| 1216 | ;; New since version 2.8 | 1216 | ;; New since version 2.8 |
| 1217 | ;; --------------------- | 1217 | ;; --------------------- |
| 1218 | ;; | 1218 | ;; |
| 1219 | ;; [vinicius] Vinicius Jose Latorre <viniciusjl@ig.com.br> | 1219 | ;; [vinicius] Vinicius Jose Latorre <viniciusjl.gnu@gmail.com> |
| 1220 | ;; | 1220 | ;; |
| 1221 | ;; 2007-10-27 | 1221 | ;; 2007-10-27 |
| 1222 | ;; `ps-fg-validate-p', `ps-fg-list' | 1222 | ;; `ps-fg-validate-p', `ps-fg-list' |
| @@ -1274,7 +1274,7 @@ Please send all bug fixes and enhancements to | |||
| 1274 | ;; | 1274 | ;; |
| 1275 | ;; `ps-print-region-function' | 1275 | ;; `ps-print-region-function' |
| 1276 | ;; | 1276 | ;; |
| 1277 | ;; [vinicius] Vinicius Jose Latorre <viniciusjl@ig.com.br> | 1277 | ;; [vinicius] Vinicius Jose Latorre <viniciusjl.gnu@gmail.com> |
| 1278 | ;; | 1278 | ;; |
| 1279 | ;; 1999-03-01 | 1279 | ;; 1999-03-01 |
| 1280 | ;; PostScript tumble and setpagedevice. | 1280 | ;; PostScript tumble and setpagedevice. |
| @@ -1287,7 +1287,7 @@ Please send all bug fixes and enhancements to | |||
| 1287 | ;; | 1287 | ;; |
| 1288 | ;; Multi-byte buffer handling. | 1288 | ;; Multi-byte buffer handling. |
| 1289 | ;; | 1289 | ;; |
| 1290 | ;; [vinicius] Vinicius Jose Latorre <viniciusjl@ig.com.br> | 1290 | ;; [vinicius] Vinicius Jose Latorre <viniciusjl.gnu@gmail.com> |
| 1291 | ;; | 1291 | ;; |
| 1292 | ;; 1998-03-06 | 1292 | ;; 1998-03-06 |
| 1293 | ;; Skip invisible text. | 1293 | ;; Skip invisible text. |
diff --git a/lisp/ps-samp.el b/lisp/ps-samp.el index 15f5c7c814f..7507eee8f64 100644 --- a/lisp/ps-samp.el +++ b/lisp/ps-samp.el | |||
| @@ -4,10 +4,10 @@ | |||
| 4 | 4 | ||
| 5 | ;; Author: Jim Thompson (was <thompson@wg2.waii.com>) | 5 | ;; Author: Jim Thompson (was <thompson@wg2.waii.com>) |
| 6 | ;; Jacques Duthen (was <duthen@cegelec-red.fr>) | 6 | ;; Jacques Duthen (was <duthen@cegelec-red.fr>) |
| 7 | ;; Vinicius Jose Latorre <viniciusjl@ig.com.br> | 7 | ;; Vinicius Jose Latorre <viniciusjl.gnu@gmail.com> |
| 8 | ;; Kenichi Handa <handa@m17n.org> (multi-byte characters) | 8 | ;; Kenichi Handa <handa@m17n.org> (multi-byte characters) |
| 9 | ;; Maintainer: Kenichi Handa <handa@m17n.org> (multi-byte characters) | 9 | ;; Maintainer: Kenichi Handa <handa@m17n.org> (multi-byte characters) |
| 10 | ;; Vinicius Jose Latorre <viniciusjl@ig.com.br> | 10 | ;; Vinicius Jose Latorre <viniciusjl.gnu@gmail.com> |
| 11 | ;; Keywords: wp, print, PostScript | 11 | ;; Keywords: wp, print, PostScript |
| 12 | ;; X-URL: http://www.emacswiki.org/cgi-bin/wiki/ViniciusJoseLatorre | 12 | ;; X-URL: http://www.emacswiki.org/cgi-bin/wiki/ViniciusJoseLatorre |
| 13 | ;; Package: ps-print | 13 | ;; Package: ps-print |
diff --git a/lisp/whitespace.el b/lisp/whitespace.el index 14247646d49..629c1063d0b 100644 --- a/lisp/whitespace.el +++ b/lisp/whitespace.el | |||
| @@ -2,8 +2,8 @@ | |||
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2000-2017 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2000-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Vinicius Jose Latorre <viniciusjl@ig.com.br> | 5 | ;; Author: Vinicius Jose Latorre <viniciusjl.gnu@gmail.com> |
| 6 | ;; Maintainer: Vinicius Jose Latorre <viniciusjl@ig.com.br> | 6 | ;; Maintainer: Vinicius Jose Latorre <viniciusjl.gnu@gmail.com> |
| 7 | ;; Keywords: data, wp | 7 | ;; Keywords: data, wp |
| 8 | ;; Version: 13.2.2 | 8 | ;; Version: 13.2.2 |
| 9 | ;; X-URL: http://www.emacswiki.org/cgi-bin/wiki/ViniciusJoseLatorre | 9 | ;; X-URL: http://www.emacswiki.org/cgi-bin/wiki/ViniciusJoseLatorre |