emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-24 r111394: Reduce use of mailto: in html versions o


From: Glenn Morris
Subject: [Emacs-diffs] emacs-24 r111394: Reduce use of mailto: in html versions of manuals
Date: Wed, 31 Jul 2013 06:58:29 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 111394
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: emacs-24
timestamp: Tue 2013-07-30 23:58:16 -0700
message:
  Reduce use of mailto: in html versions of manuals
  
  * doc/emacs/macos.texi (GNUstep Support):
  * doc/emacs/trouble.texi (Checklist, Contributing, Service):
  * doc/lispintro/emacs-lisp-intro.texi (Thank You):
  * doc/misc/woman.texi (Top):
  Avoid mailto: in html output.
modified:
  doc/emacs/ChangeLog            changelog-20091113204419-o5vbwnq5f7feedwu-6227
  doc/emacs/macos.texi           macos.texi-20091113204419-o5vbwnq5f7feedwu-6261
  doc/emacs/trouble.texi         
trouble.texi-20091113204419-o5vbwnq5f7feedwu-6279
  doc/lispintro/ChangeLog        changelog-20091113204419-o5vbwnq5f7feedwu-6128
  doc/lispintro/emacs-lisp-intro.texi 
emacslispintro.texi-20091113204419-o5vbwnq5f7feedwu-6143
  doc/misc/ChangeLog             changelog-20091113204419-o5vbwnq5f7feedwu-6331
  doc/misc/woman.texi            woman.texi-20091113204419-o5vbwnq5f7feedwu-6330
=== modified file 'doc/emacs/ChangeLog'
--- a/doc/emacs/ChangeLog       2013-07-02 07:42:34 +0000
+++ b/doc/emacs/ChangeLog       2013-07-31 06:58:16 +0000
@@ -1,3 +1,9 @@
+2013-07-31  Glenn Morris  <address@hidden>
+
+       * macos.texi (GNUstep Support):
+       * trouble.texi (Checklist, Contributing, Service):
+       Avoid mailto: in html output.
+
 2013-07-02  Glenn Morris  <address@hidden>
 
        * maintaining.texi (EDE): Fix cross-reference.

=== modified file 'doc/emacs/macos.texi'
--- a/doc/emacs/macos.texi      2013-01-01 09:11:05 +0000
+++ b/doc/emacs/macos.texi      2013-07-31 06:58:16 +0000
@@ -207,4 +207,10 @@
 
 Emacs can be built and run under GNUstep, but there are still
 issues to be addressed.  Interested developers should contact
address@hidden
 @email{emacs-devel@@gnu.org}.
address@hidden ifnothtml
address@hidden
address@hidden://lists.gnu.org/mailman/listinfo/emacs-devel, the
+emacs-devel mailing list}.
address@hidden ifhtml

=== modified file 'doc/emacs/trouble.texi'
--- a/doc/emacs/trouble.texi    2013-05-06 19:34:40 +0000
+++ b/doc/emacs/trouble.texi    2013-07-31 06:58:16 +0000
@@ -650,7 +650,13 @@
 decide for themselves.
 
 When you have finished writing your report, type @kbd{C-c C-c} and it
-will be sent to the Emacs maintainers at @email{bug-gnu-emacs@@gnu.org}.
+will be sent to the Emacs maintainers at
address@hidden
address@hidden@@gnu.org}.
address@hidden ifnothtml
address@hidden
address@hidden://lists.gnu.org/mailman/listinfo/bug-gnu-emacs, bug-gnu-emacs}.
address@hidden ifhtml
 (If you want to suggest an improvement or new feature, use the same
 address.)  If you cannot send mail from inside Emacs, you can copy the
 text of your report to your normal mail client (if your system
@@ -1130,15 +1136,26 @@
 @section Contributing to Emacs Development
 @cindex contributing to Emacs
 
-If you would like to work on improving Emacs, please contact
-the maintainers at @email{emacs-devel@@gnu.org}.  You can ask for
-suggested projects or suggest your own ideas.
+If you would like to work on improving Emacs, please contact the maintainers at
address@hidden
address@hidden@@gnu.org}.
address@hidden ifnothtml
address@hidden
address@hidden://lists.gnu.org/mailman/listinfo/emacs-devel, the
+emacs-devel mailing list}.
address@hidden ifhtml
+You can ask for suggested projects or suggest your own ideas.
 
 If you have already written an improvement, please tell us about it.  If
 you have not yet started work, it is useful to contact
address@hidden@@gnu.org} before you start; it might be
-possible to suggest ways to make your extension fit in better with the
-rest of Emacs.
address@hidden
address@hidden@@gnu.org}
address@hidden ifnothtml
address@hidden
address@hidden://lists.gnu.org/mailman/listinfo/emacs-devel, emacs-devel}
address@hidden ifhtml
+before you start; it might be possible to suggest ways to make your
+extension fit in better with the rest of Emacs.
 
 The development version of Emacs can be downloaded from the
 repository where it is actively maintained by a group of developers.
@@ -1156,10 +1173,17 @@
 
 @itemize @bullet
 @item
-Send a message to the mailing list
address@hidden@@gnu.org}, or post your request on
-newsgroup @code{gnu.emacs.help}.  (This mailing list and newsgroup
-interconnect, so it does not matter which one you use.)
+Send a message to
address@hidden
+the mailing list @email{help-gnu-emacs@@gnu.org},
address@hidden ifnothtml
address@hidden
address@hidden://lists.gnu.org/mailman/listinfo/help-gnu-emacs, the
+help-gnu-emacs mailing list},
address@hidden ifhtml
+or post your request on newsgroup @code{gnu.emacs.help}.  (This
+mailing list and newsgroup interconnect, so it does not matter which
+one you use.)
 
 @item
 Look in the service directory for someone who might help you for a fee.

=== modified file 'doc/lispintro/ChangeLog'
--- a/doc/lispintro/ChangeLog   2013-07-05 01:32:13 +0000
+++ b/doc/lispintro/ChangeLog   2013-07-31 06:58:16 +0000
@@ -1,3 +1,7 @@
+2013-07-31  Glenn Morris  <address@hidden>
+
+       * emacs-lisp-intro.texi (Thank You): Avoid mailto: in html output.
+
 2013-07-05  Glenn Morris  <address@hidden>
 
        * emacs-lisp-intro.texi (Top):

=== modified file 'doc/lispintro/emacs-lisp-intro.texi'
--- a/doc/lispintro/emacs-lisp-intro.texi       2013-07-05 01:32:13 +0000
+++ b/doc/lispintro/emacs-lisp-intro.texi       2013-07-31 06:58:16 +0000
@@ -1070,7 +1070,12 @@
 
 @flushright
 Robert J. Chassell
address@hidden
 @email{bob@@gnu.org}
address@hidden ifnothtml
address@hidden
+bob@@gnu.org
address@hidden ifhtml
 @end flushright
 
 @c ================ Beginning of main text ================

=== modified file 'doc/misc/ChangeLog'
--- a/doc/misc/ChangeLog        2013-07-25 01:25:18 +0000
+++ b/doc/misc/ChangeLog        2013-07-31 06:58:16 +0000
@@ -1,3 +1,7 @@
+2013-07-31  Glenn Morris  <address@hidden>
+
+       * woman.texi (Top): Avoid mailto: in html output.
+
 2013-07-25  Glenn Morris  <address@hidden>
 
        * erc.texi (Special Features): Update contact information.

=== modified file 'doc/misc/woman.texi'
--- a/doc/misc/woman.texi       2013-07-25 01:25:18 +0000
+++ b/doc/misc/woman.texi       2013-07-31 06:58:16 +0000
@@ -75,7 +75,12 @@
 Software Version @value{VERSION}
 Manual Last Updated @value{UPDATED}
 
address@hidden
 @email{F.J.Wright@@qmw.ac.uk, Francis J. Wright}
address@hidden ifnothtml
address@hidden
+Francis J. Wright
address@hidden ifhtml
 @uref{http://centaur.maths.qmw.ac.uk/, School of Mathematical Sciences}
 Queen Mary and Westfield College (University of London)
 Mile End Road, London E1 4NS, UK


reply via email to

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