aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2013-11-22 18:21:51 -0800
committerGlenn Morris2013-11-22 18:21:51 -0800
commit92f78ea3d1a1c1368bc419bcd57d6ad0472d99b9 (patch)
treed39e6ec6958f2b8eca2c8c2d0041332241e3794e
parent17e0445be4a6a4f437f4be4924074c90d6477481 (diff)
downloademacs-92f78ea3d1a1c1368bc419bcd57d6ad0472d99b9.tar.gz
emacs-92f78ea3d1a1c1368bc419bcd57d6ad0472d99b9.zip
* etc/enriched.txt: Rename from enriched.doc.
Misc small updates for this hardly being "new" any more. * lisp/textmodes/enriched.el (enriched-mode): Doc fix. * lisp/emacs-lisp/authors.el (authors-renamed-files-alist): Add enriched.doc -> enriched.txt. Fixes: debbugs:15947
-rw-r--r--doc/emacs/text.texi4
-rw-r--r--etc/ChangeLog5
-rw-r--r--etc/enriched.txt (renamed from etc/enriched.doc)40
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/emacs-lisp/authors.el1
-rw-r--r--lisp/textmodes/enriched.el4
6 files changed, 26 insertions, 32 deletions
diff --git a/doc/emacs/text.texi b/doc/emacs/text.texi
index b2cb5ee3d3b..e45189ba1d0 100644
--- a/doc/emacs/text.texi
+++ b/doc/emacs/text.texi
@@ -2011,8 +2011,8 @@ highlighting (@pxref{Font Lock}). Unlike Enriched mode, Font Lock
2011mode assigns text properties automatically, based on the current 2011mode assigns text properties automatically, based on the current
2012buffer contents; those properties are not saved to disk. 2012buffer contents; those properties are not saved to disk.
2013 2013
2014 The file @file{etc/enriched.doc} in the Emacs distribution serves as 2014 The file @file{enriched.txt} in Emacs's @code{data-directory}
2015an example of the features of Enriched mode. 2015serves as an example of the features of Enriched mode.
2016 2016
2017@menu 2017@menu
2018* Enriched Mode:: Entering and exiting Enriched mode. 2018* Enriched Mode:: Entering and exiting Enriched mode.
diff --git a/etc/ChangeLog b/etc/ChangeLog
index faa369c40fb..9a585c6d3cd 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,8 @@
12013-11-23 Glenn Morris <rgm@gnu.org>
2
3 * enriched.txt: Rename from enriched.doc. (Bug#15947)
4 Misc small updates for this hardly being "new" any more.
5
12013-11-20 Leo Liu <sdl.web@gmail.com> 62013-11-20 Leo Liu <sdl.web@gmail.com>
2 7
3 * NEWS: Mention new display action alist entry `no-display-ok'. 8 * NEWS: Mention new display action alist entry `no-display-ok'.
diff --git a/etc/enriched.doc b/etc/enriched.txt
index c501fe6b341..21d8481dce8 100644
--- a/etc/enriched.doc
+++ b/etc/enriched.txt
@@ -10,10 +10,10 @@ Text-Width: 70
10 10
11 11
12 12
13<indent>Emacs now has the ability to edit <italic>enriched text</italic>, which is text 13<indent>Emacs has the ability to edit <italic>enriched text</italic>, which is text
14containing faces, colors, indentation, and other properties. This 14containing faces, colors, indentation, and other properties.
15document is a quick introduction to some of the new features, and 15This document is a quick introduction to some of the features,
16is also an example file in the <italic>text/enriched </italic>format.</indent> 16and is also an example file in the <italic>text/enriched </italic>format.</indent>
17 17
18 18
19<x-bg-color><param>blue</param><x-color><param>white</param><bold>INSTALLATION and STARTUP</bold></x-color></x-bg-color> 19<x-bg-color><param>blue</param><x-color><param>white</param><bold>INSTALLATION and STARTUP</bold></x-color></x-bg-color>
@@ -175,16 +175,8 @@ all of the features of your document, but they will get as close
175as possible. 175as possible.
176 176
177 177
178The MIME standard is defined in </indent>Internet<indent> RFC 1521; text/enriched 178The text/enriched standard is defined in </indent>Internet<indent> RFC 1896
179is defined in RFC 1563. Details on obtaining these documents via 179(<<http://www.ietf.org/rfc/rfc1896.txt>).</indent></indent>
180FTP or email may be obtained by sending an email message to
181<fixed>rfc-info@isi.edu</fixed> with the message body:
182
183
184<fixed><indent>help: ways_to_get_rfcs</indent></fixed>
185
186
187<indent>See also the newsgroup <fixed>comp.mail.mime</fixed>.</indent></indent>
188 180
189 181
190<x-bg-color><param>blue</param><x-color><param>white</param><bold>CUSTOMIZATION</bold></x-color></x-bg-color><bold> 182<x-bg-color><param>blue</param><x-color><param>white</param><bold>CUSTOMIZATION</bold></x-color></x-bg-color><bold>
@@ -198,16 +190,15 @@ enriched-verbose.
198</fixed></indent>-<indent> You can add annotations for your own text properties by making 190</fixed></indent>-<indent> You can add annotations for your own text properties by making
199additions to <fixed>enriched-translations</fixed>. Note that the standard 191additions to <fixed>enriched-translations</fixed>. Note that the standard
200requires you to name your annotation starting<italic> "x-" </italic>(as in 192requires you to name your annotation starting<italic> "x-" </italic>(as in
201<italic>"x-read-only"</italic>). Please send me any such additions that you 193<italic>"x-read-only"</italic>). Please report any such additions that you
202think might be of general interest so that I can include them 194think might be of general interest using <fixed>M-x report-emacs-bug</fixed>.</indent>
203in the distribution.</indent>
204 195
205</indent> 196</indent>
206 197
207<x-bg-color><param>blue</param><x-color><param>white</param><bold>TO-DO LIST</bold></x-color></x-bg-color> 198<x-bg-color><param>blue</param><x-color><param>white</param><bold>TODO LIST</bold></x-color></x-bg-color>
208 199
209 200
210<italic><indent>[Feel free to work on these and send me the results!]</indent></italic><indent> 201<italic><indent>[Feel free to work on these and send us the results!]</indent></italic><indent>
211 202
212+ Conform to updated text/enriched spec in RFC 1896. 203+ Conform to updated text/enriched spec in RFC 1896.
213 204
@@ -238,22 +229,15 @@ it.</indent>
238 229
239+ Support more formats: RTF, HTML... 230+ Support more formats: RTF, HTML...
240 231
241+ Use Emacs 21 display features. 232+ Use modern Emacs display features.
242 233
243</indent> 234</indent>
244 235
245<x-bg-color><param>blue</param><x-color><param>white</param><bold>Final Notes:</bold></x-color></x-bg-color> 236<x-bg-color><param>blue</param><x-color><param>white</param><bold>Original Author:</bold></x-color></x-bg-color>
246
247
248<indent>This code and documentation is under development. Comments and
249bug reports are welcome.</indent>
250 237
251 238
252<bold><x-color><param>white</param><x-bg-color><param>blue</param>Boris Goldowsky</x-bg-color></x-color><x-color><param>light blue</param> </x-color></bold><x-color><param>light blue</param><fixed><<boris@gnu.ai.mit.edu></fixed></x-color><x-color><param>blue</param> 239<bold><x-color><param>white</param><x-bg-color><param>blue</param>Boris Goldowsky</x-bg-color></x-color><x-color><param>light blue</param> </x-color></bold><x-color><param>light blue</param><fixed><<boris@gnu.ai.mit.edu></fixed></x-color><x-color><param>blue</param>
253 240
254</x-color><x-bg-color><param>blue</param><x-color><param>white</param>April 1995; updated August 1997</x-color></x-bg-color>
255
256
257 241
258 242
259Copyright (C) 1995, 1997, 2001-2013 Free Software Foundation, Inc. 243Copyright (C) 1995, 1997, 2001-2013 Free Software Foundation, Inc.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 97f4c007c72..30b62f0880f 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,9 @@
12013-11-23 Glenn Morris <rgm@gnu.org> 12013-11-23 Glenn Morris <rgm@gnu.org>
2 2
3 * textmodes/enriched.el (enriched-mode): Doc fix.
4 * emacs-lisp/authors.el (authors-renamed-files-alist):
5 Add enriched.doc -> enriched.txt.
6
3 * Makefile.in (emacs): Empty EMACSLOADPATH rather than unsetting. 7 * Makefile.in (emacs): Empty EMACSLOADPATH rather than unsetting.
4 8
52013-11-22 Leo Liu <sdl.web@gmail.com> 92013-11-22 Leo Liu <sdl.web@gmail.com>
diff --git a/lisp/emacs-lisp/authors.el b/lisp/emacs-lisp/authors.el
index 92796ac4e99..abb34d80348 100644
--- a/lisp/emacs-lisp/authors.el
+++ b/lisp/emacs-lisp/authors.el
@@ -617,6 +617,7 @@ in the repository.")
617 ("config.h.in" . "config.in") 617 ("config.h.in" . "config.in")
618 ("paths.h-dist" . "paths.h.in") 618 ("paths.h-dist" . "paths.h.in")
619 ("patch1" . "sed1.inp") 619 ("patch1" . "sed1.inp")
620 ("enriched.doc" . "enriched.txt")
620 ("GETTING.GNU.SOFTWARE" . "FTP") 621 ("GETTING.GNU.SOFTWARE" . "FTP")
621 ("etc/MACHINES" . "MACHINES") 622 ("etc/MACHINES" . "MACHINES")
622 ("ONEWS" . "NEWS.19") 623 ("ONEWS" . "NEWS.19")
diff --git a/lisp/textmodes/enriched.el b/lisp/textmodes/enriched.el
index e22ad24ccae..82faf883b77 100644
--- a/lisp/textmodes/enriched.el
+++ b/lisp/textmodes/enriched.el
@@ -31,7 +31,7 @@
31;; are supported except for <smaller> and <bigger>, which are currently not 31;; are supported except for <smaller> and <bigger>, which are currently not
32;; possible to display. 32;; possible to display.
33 33
34;; A separate file, enriched.doc, contains further documentation and other 34;; A separate file, enriched.txt, contains further documentation and other
35;; important information about this code. It also serves as an example 35;; important information about this code. It also serves as an example
36;; file in text/enriched format. It should be in the etc directory of your 36;; file in text/enriched format. It should be in the etc directory of your
37;; emacs distribution. 37;; emacs distribution.
@@ -199,7 +199,7 @@ if ARG is omitted or nil.
199Turning the mode on or off runs `enriched-mode-hook'. 199Turning the mode on or off runs `enriched-mode-hook'.
200 200
201More information about Enriched mode is available in the file 201More information about Enriched mode is available in the file
202etc/enriched.doc in the Emacs distribution directory. 202\"enriched.txt\" in `data-directory'.
203 203
204Commands: 204Commands:
205 205