diff options
| author | Gnus developers | 2011-02-05 00:11:16 +0000 |
|---|---|---|
| committer | Katsumi Yamaoka | 2011-02-05 00:11:16 +0000 |
| commit | ec72bf63aea256f08eaab0f09929dbd327a57178 (patch) | |
| tree | cb8a306ea92b34aa0333fadf2809356ab1221216 /doc | |
| parent | f90e08f57d06cfbe99afe968c0c8fe9102802624 (diff) | |
| download | emacs-ec72bf63aea256f08eaab0f09929dbd327a57178.tar.gz emacs-ec72bf63aea256f08eaab0f09929dbd327a57178.zip | |
Merge changes made in Gnus trunk.
shr.el (shr-render-td): Store the actual background colour used.
gnus-sum.el (gnus-user-date): Renamed back from gnus-summary-user-date since user code refers to it.
auth-source.el: Rewrite.
gnus.texi: Add DEVEL header (suggested by Andreas Schwab).
WEBHACKDEVEL work:
Makefile.in (webhack, nowebhack): Hacks to produce for-the-web manuals.
auth.texi: Use WEBHACKDEVEL.
emacs-mime.texi: Use WEBHACKDEVEL.
gnus.texi: Use WEBHACKDEVEL.
message.texi: Use WEBHACKDEVEL.
pgg.texi: Use WEBHACKDEVEL.
sasl.texi: Use WEBHACKDEVEL.
sieve.texi: Use WEBHACKDEVEL.
overrides.texi: New file to set or clear WEBHACKDEVEL.
message.el (message-setup-1): Remove the read-only stuff, since it doesn't work under XEmacs, for some reason.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/misc/ChangeLog | 25 | ||||
| -rw-r--r-- | doc/misc/auth.texi | 8 | ||||
| -rw-r--r-- | doc/misc/emacs-mime.texi | 7 | ||||
| -rw-r--r-- | doc/misc/gnus.texi | 7 | ||||
| -rw-r--r-- | doc/misc/message.texi | 7 | ||||
| -rw-r--r-- | doc/misc/overrides.texi | 1 | ||||
| -rw-r--r-- | doc/misc/pgg.texi | 8 | ||||
| -rw-r--r-- | doc/misc/sasl.texi | 8 | ||||
| -rw-r--r-- | doc/misc/sieve.texi | 8 |
9 files changed, 79 insertions, 0 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index dd7be139b69..56195a907e8 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,3 +1,28 @@ | |||
| 1 | 2011-02-04 Teodor Zlatanov <tzz@lifelogs.com> | ||
| 2 | |||
| 3 | * overrides.texi: New file to set or clear WEBHACKDEVEL. | ||
| 4 | |||
| 5 | * sieve.texi: Use WEBHACKDEVEL. | ||
| 6 | |||
| 7 | * sasl.texi: Use WEBHACKDEVEL. | ||
| 8 | |||
| 9 | * pgg.texi: Use WEBHACKDEVEL. | ||
| 10 | |||
| 11 | * message.texi: Use WEBHACKDEVEL. | ||
| 12 | |||
| 13 | * gnus.texi: Use WEBHACKDEVEL. | ||
| 14 | |||
| 15 | * emacs-mime.texi: Use WEBHACKDEVEL. | ||
| 16 | |||
| 17 | * auth.texi: Use WEBHACKDEVEL. | ||
| 18 | |||
| 19 | * Makefile.in (webhack, nowebhack): Hacks to produce for-the-web | ||
| 20 | manuals. | ||
| 21 | |||
| 22 | 2011-02-04 Lars Ingebrigtsen <larsi@gnus.org> | ||
| 23 | |||
| 24 | * gnus.texi: Add DEVEL header (suggested by Andreas Schwab). | ||
| 25 | |||
| 1 | 2011-02-03 Paul Eggert <eggert@cs.ucla.edu> | 26 | 2011-02-03 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 27 | ||
| 3 | * texinfo.tex: Update to version 2011-02-01.10 from gnulib, | 28 | * texinfo.tex: Update to version 2011-02-01.10 from gnulib, |
diff --git a/doc/misc/auth.texi b/doc/misc/auth.texi index f19d6e28ddb..a89018dd00e 100644 --- a/doc/misc/auth.texi +++ b/doc/misc/auth.texi | |||
| @@ -1,4 +1,7 @@ | |||
| 1 | \input texinfo @c -*-texinfo-*- | 1 | \input texinfo @c -*-texinfo-*- |
| 2 | |||
| 3 | @include overrides.texi | ||
| 4 | |||
| 2 | @setfilename ../../info/auth | 5 | @setfilename ../../info/auth |
| 3 | @settitle Emacs auth-source Library @value{VERSION} | 6 | @settitle Emacs auth-source Library @value{VERSION} |
| 4 | 7 | ||
| @@ -35,7 +38,12 @@ license to the document, as described in section 6 of the license. | |||
| 35 | @end direntry | 38 | @end direntry |
| 36 | 39 | ||
| 37 | @titlepage | 40 | @titlepage |
| 41 | @ifset WEBHACKDEVEL | ||
| 42 | @title Emacs auth-source Library (DEVELOPMENT VERSION) | ||
| 43 | @end ifset | ||
| 44 | @ifclear WEBHACKDEVEL | ||
| 38 | @title Emacs auth-source Library | 45 | @title Emacs auth-source Library |
| 46 | @end ifclear | ||
| 39 | @author by Ted Zlatanov | 47 | @author by Ted Zlatanov |
| 40 | @page | 48 | @page |
| 41 | @vskip 0pt plus 1filll | 49 | @vskip 0pt plus 1filll |
diff --git a/doc/misc/emacs-mime.texi b/doc/misc/emacs-mime.texi index 62a43aa11bc..0acb3187157 100644 --- a/doc/misc/emacs-mime.texi +++ b/doc/misc/emacs-mime.texi | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | \input texinfo | 1 | \input texinfo |
| 2 | 2 | ||
| 3 | @include overrides.texi | ||
| 4 | |||
| 3 | @setfilename ../../info/emacs-mime | 5 | @setfilename ../../info/emacs-mime |
| 4 | @settitle Emacs MIME Manual | 6 | @settitle Emacs MIME Manual |
| 5 | @synindex fn cp | 7 | @synindex fn cp |
| @@ -38,7 +40,12 @@ developing GNU and promoting software freedom.'' | |||
| 38 | @setchapternewpage odd | 40 | @setchapternewpage odd |
| 39 | 41 | ||
| 40 | @titlepage | 42 | @titlepage |
| 43 | @ifset WEBHACKDEVEL | ||
| 44 | @title Emacs MIME Manual (DEVELOPMENT VERSION) | ||
| 45 | @end ifset | ||
| 46 | @ifclear WEBHACKDEVEL | ||
| 41 | @title Emacs MIME Manual | 47 | @title Emacs MIME Manual |
| 48 | @end ifclear | ||
| 42 | 49 | ||
| 43 | @author by Lars Magne Ingebrigtsen | 50 | @author by Lars Magne Ingebrigtsen |
| 44 | @page | 51 | @page |
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi index 936f140af00..83a689fcbc0 100644 --- a/doc/misc/gnus.texi +++ b/doc/misc/gnus.texi | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | \input texinfo | 1 | \input texinfo |
| 2 | 2 | ||
| 3 | @include overrides.texi | ||
| 4 | |||
| 3 | @setfilename ../../info/gnus | 5 | @setfilename ../../info/gnus |
| 4 | @settitle Gnus Manual | 6 | @settitle Gnus Manual |
| 5 | @syncodeindex fn cp | 7 | @syncodeindex fn cp |
| @@ -329,7 +331,12 @@ developing GNU and promoting software freedom.'' | |||
| 329 | 331 | ||
| 330 | 332 | ||
| 331 | @titlepage | 333 | @titlepage |
| 334 | @ifset WEBHACKDEVEL | ||
| 335 | @title Gnus Manual (DEVELOPMENT VERSION) | ||
| 336 | @end ifset | ||
| 337 | @ifclear WEBHACKDEVEL | ||
| 332 | @title Gnus Manual | 338 | @title Gnus Manual |
| 339 | @end ifclear | ||
| 333 | 340 | ||
| 334 | @author by Lars Magne Ingebrigtsen | 341 | @author by Lars Magne Ingebrigtsen |
| 335 | @page | 342 | @page |
diff --git a/doc/misc/message.texi b/doc/misc/message.texi index 34bd14f2a82..7a7315d0fa5 100644 --- a/doc/misc/message.texi +++ b/doc/misc/message.texi | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | \input texinfo @c -*-texinfo-*- | 1 | \input texinfo @c -*-texinfo-*- |
| 2 | 2 | ||
| 3 | @include overrides.texi | ||
| 4 | |||
| 3 | @setfilename ../../info/message | 5 | @setfilename ../../info/message |
| 4 | @settitle Message Manual | 6 | @settitle Message Manual |
| 5 | @synindex fn cp | 7 | @synindex fn cp |
| @@ -34,7 +36,12 @@ developing GNU and promoting software freedom.'' | |||
| 34 | @end iftex | 36 | @end iftex |
| 35 | 37 | ||
| 36 | @titlepage | 38 | @titlepage |
| 39 | @ifset WEBHACKDEVEL | ||
| 40 | @title Message Manual (DEVELOPMENT VERSION) | ||
| 41 | @end ifset | ||
| 42 | @ifclear WEBHACKDEVEL | ||
| 37 | @title Message Manual | 43 | @title Message Manual |
| 44 | @end ifclear | ||
| 38 | 45 | ||
| 39 | @author by Lars Magne Ingebrigtsen | 46 | @author by Lars Magne Ingebrigtsen |
| 40 | @page | 47 | @page |
diff --git a/doc/misc/overrides.texi b/doc/misc/overrides.texi new file mode 100644 index 00000000000..369462b775d --- /dev/null +++ b/doc/misc/overrides.texi | |||
| @@ -0,0 +1 @@ | |||
| @clear WEBHACKDEVEL | |||
diff --git a/doc/misc/pgg.texi b/doc/misc/pgg.texi index 9bdb1eaa216..3ca26af7b0d 100644 --- a/doc/misc/pgg.texi +++ b/doc/misc/pgg.texi | |||
| @@ -1,4 +1,7 @@ | |||
| 1 | \input texinfo @c -*-texinfo-*- | 1 | \input texinfo @c -*-texinfo-*- |
| 2 | |||
| 3 | @include overrides.texi | ||
| 4 | |||
| 2 | @setfilename ../../info/pgg | 5 | @setfilename ../../info/pgg |
| 3 | @settitle PGG @value{VERSION} | 6 | @settitle PGG @value{VERSION} |
| 4 | 7 | ||
| @@ -30,7 +33,12 @@ developing GNU and promoting software freedom.'' | |||
| 30 | @end direntry | 33 | @end direntry |
| 31 | 34 | ||
| 32 | @titlepage | 35 | @titlepage |
| 36 | @ifset WEBHACKDEVEL | ||
| 37 | @title PGG (DEVELOPMENT VERSION) | ||
| 38 | @end ifset | ||
| 39 | @ifclear WEBHACKDEVEL | ||
| 33 | @title PGG | 40 | @title PGG |
| 41 | @end ifclear | ||
| 34 | 42 | ||
| 35 | @author by Daiki Ueno | 43 | @author by Daiki Ueno |
| 36 | @page | 44 | @page |
diff --git a/doc/misc/sasl.texi b/doc/misc/sasl.texi index 99c4c98e439..d87b5acaf44 100644 --- a/doc/misc/sasl.texi +++ b/doc/misc/sasl.texi | |||
| @@ -1,4 +1,7 @@ | |||
| 1 | \input texinfo @c -*-texinfo-*- | 1 | \input texinfo @c -*-texinfo-*- |
| 2 | |||
| 3 | @include overrides.texi | ||
| 4 | |||
| 2 | @setfilename ../../info/sasl | 5 | @setfilename ../../info/sasl |
| 3 | 6 | ||
| 4 | @set VERSION 0.2 | 7 | @set VERSION 0.2 |
| @@ -37,7 +40,12 @@ license to the document, as described in section 6 of the license. | |||
| 37 | 40 | ||
| 38 | 41 | ||
| 39 | @titlepage | 42 | @titlepage |
| 43 | @ifset WEBHACKDEVEL | ||
| 44 | @title Emacs SASL Library @value{VERSION} (DEVELOPMENT VERSION) | ||
| 45 | @end ifset | ||
| 46 | @ifclear WEBHACKDEVEL | ||
| 40 | @title Emacs SASL Library @value{VERSION} | 47 | @title Emacs SASL Library @value{VERSION} |
| 48 | @end ifclear | ||
| 41 | 49 | ||
| 42 | @author by Daiki Ueno | 50 | @author by Daiki Ueno |
| 43 | @page | 51 | @page |
diff --git a/doc/misc/sieve.texi b/doc/misc/sieve.texi index 5c069f619ff..52677b57fbe 100644 --- a/doc/misc/sieve.texi +++ b/doc/misc/sieve.texi | |||
| @@ -1,4 +1,7 @@ | |||
| 1 | \input texinfo @c -*-texinfo-*- | 1 | \input texinfo @c -*-texinfo-*- |
| 2 | |||
| 3 | @include overrides.texi | ||
| 4 | |||
| 2 | @setfilename ../../info/sieve | 5 | @setfilename ../../info/sieve |
| 3 | @settitle Emacs Sieve Manual | 6 | @settitle Emacs Sieve Manual |
| 4 | @synindex fn cp | 7 | @synindex fn cp |
| @@ -34,7 +37,12 @@ developing GNU and promoting software freedom.'' | |||
| 34 | @setchapternewpage odd | 37 | @setchapternewpage odd |
| 35 | 38 | ||
| 36 | @titlepage | 39 | @titlepage |
| 40 | @ifset WEBHACKDEVEL | ||
| 41 | @title Emacs Sieve Manual (DEVELOPMENT VERSION) | ||
| 42 | @end ifset | ||
| 43 | @ifclear WEBHACKDEVEL | ||
| 37 | @title Emacs Sieve Manual | 44 | @title Emacs Sieve Manual |
| 45 | @end ifclear | ||
| 38 | 46 | ||
| 39 | @author by Simon Josefsson | 47 | @author by Simon Josefsson |
| 40 | @page | 48 | @page |