1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

* 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
This commit is contained in:
Glenn Morris 2013-11-22 18:21:51 -08:00
parent 17e0445be4
commit 92f78ea3d1
6 changed files with 26 additions and 32 deletions

View file

@ -2011,8 +2011,8 @@ highlighting (@pxref{Font Lock}). Unlike Enriched mode, Font Lock
mode assigns text properties automatically, based on the current mode assigns text properties automatically, based on the current
buffer contents; those properties are not saved to disk. buffer contents; those properties are not saved to disk.
The file @file{etc/enriched.doc} in the Emacs distribution serves as The file @file{enriched.txt} in Emacs's @code{data-directory}
an example of the features of Enriched mode. serves as an example of the features of Enriched mode.
@menu @menu
* Enriched Mode:: Entering and exiting Enriched mode. * Enriched Mode:: Entering and exiting Enriched mode.

View file

@ -1,3 +1,8 @@
2013-11-23 Glenn Morris <rgm@gnu.org>
* enriched.txt: Rename from enriched.doc. (Bug#15947)
Misc small updates for this hardly being "new" any more.
2013-11-20 Leo Liu <sdl.web@gmail.com> 2013-11-20 Leo Liu <sdl.web@gmail.com>
* NEWS: Mention new display action alist entry `no-display-ok'. * NEWS: Mention new display action alist entry `no-display-ok'.

View file

@ -10,10 +10,10 @@ Text-Width: 70
<indent>Emacs now has the ability to edit <italic>enriched text</italic>, which is text <indent>Emacs has the ability to edit <italic>enriched text</italic>, which is text
containing faces, colors, indentation, and other properties. This containing faces, colors, indentation, and other properties.
document is a quick introduction to some of the new features, and This document is a quick introduction to some of the features,
is also an example file in the <italic>text/enriched </italic>format.</indent> and is also an example file in the <italic>text/enriched </italic>format.</indent>
<x-bg-color><param>blue</param><x-color><param>white</param><bold>INSTALLATION and STARTUP</bold></x-color></x-bg-color> <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
as possible. as possible.
The MIME standard is defined in </indent>Internet<indent> RFC 1521; text/enriched The text/enriched standard is defined in </indent>Internet<indent> RFC 1896
is defined in RFC 1563. Details on obtaining these documents via (<<http://www.ietf.org/rfc/rfc1896.txt>).</indent></indent>
FTP or email may be obtained by sending an email message to
<fixed>rfc-info@isi.edu</fixed> with the message body:
<fixed><indent>help: ways_to_get_rfcs</indent></fixed>
<indent>See also the newsgroup <fixed>comp.mail.mime</fixed>.</indent></indent>
<x-bg-color><param>blue</param><x-color><param>white</param><bold>CUSTOMIZATION</bold></x-color></x-bg-color><bold> <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.
</fixed></indent>-<indent> You can add annotations for your own text properties by making </fixed></indent>-<indent> You can add annotations for your own text properties by making
additions to <fixed>enriched-translations</fixed>. Note that the standard additions to <fixed>enriched-translations</fixed>. Note that the standard
requires you to name your annotation starting<italic> "x-" </italic>(as in requires you to name your annotation starting<italic> "x-" </italic>(as in
<italic>"x-read-only"</italic>). Please send me any such additions that you <italic>"x-read-only"</italic>). Please report any such additions that you
think might be of general interest so that I can include them think might be of general interest using <fixed>M-x report-emacs-bug</fixed>.</indent>
in the distribution.</indent>
</indent> </indent>
<x-bg-color><param>blue</param><x-color><param>white</param><bold>TO-DO LIST</bold></x-color></x-bg-color> <x-bg-color><param>blue</param><x-color><param>white</param><bold>TODO LIST</bold></x-color></x-bg-color>
<italic><indent>[Feel free to work on these and send me the results!]</indent></italic><indent> <italic><indent>[Feel free to work on these and send us the results!]</indent></italic><indent>
+ Conform to updated text/enriched spec in RFC 1896. + Conform to updated text/enriched spec in RFC 1896.
@ -238,22 +229,15 @@ it.</indent>
+ Support more formats: RTF, HTML... + Support more formats: RTF, HTML...
+ Use Emacs 21 display features. + Use modern Emacs display features.
</indent> </indent>
<x-bg-color><param>blue</param><x-color><param>white</param><bold>Final Notes:</bold></x-color></x-bg-color> <x-bg-color><param>blue</param><x-color><param>white</param><bold>Original Author:</bold></x-color></x-bg-color>
<indent>This code and documentation is under development. Comments and
bug reports are welcome.</indent>
<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> <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>
</x-color><x-bg-color><param>blue</param><x-color><param>white</param>April 1995; updated August 1997</x-color></x-bg-color>
Copyright (C) 1995, 1997, 2001-2013 Free Software Foundation, Inc. Copyright (C) 1995, 1997, 2001-2013 Free Software Foundation, Inc.

View file

@ -1,5 +1,9 @@
2013-11-23 Glenn Morris <rgm@gnu.org> 2013-11-23 Glenn Morris <rgm@gnu.org>
* textmodes/enriched.el (enriched-mode): Doc fix.
* emacs-lisp/authors.el (authors-renamed-files-alist):
Add enriched.doc -> enriched.txt.
* Makefile.in (emacs): Empty EMACSLOADPATH rather than unsetting. * Makefile.in (emacs): Empty EMACSLOADPATH rather than unsetting.
2013-11-22 Leo Liu <sdl.web@gmail.com> 2013-11-22 Leo Liu <sdl.web@gmail.com>

View file

@ -617,6 +617,7 @@ in the repository.")
("config.h.in" . "config.in") ("config.h.in" . "config.in")
("paths.h-dist" . "paths.h.in") ("paths.h-dist" . "paths.h.in")
("patch1" . "sed1.inp") ("patch1" . "sed1.inp")
("enriched.doc" . "enriched.txt")
("GETTING.GNU.SOFTWARE" . "FTP") ("GETTING.GNU.SOFTWARE" . "FTP")
("etc/MACHINES" . "MACHINES") ("etc/MACHINES" . "MACHINES")
("ONEWS" . "NEWS.19") ("ONEWS" . "NEWS.19")

View file

@ -31,7 +31,7 @@
;; are supported except for <smaller> and <bigger>, which are currently not ;; are supported except for <smaller> and <bigger>, which are currently not
;; possible to display. ;; possible to display.
;; A separate file, enriched.doc, contains further documentation and other ;; A separate file, enriched.txt, contains further documentation and other
;; important information about this code. It also serves as an example ;; important information about this code. It also serves as an example
;; file in text/enriched format. It should be in the etc directory of your ;; file in text/enriched format. It should be in the etc directory of your
;; emacs distribution. ;; emacs distribution.
@ -199,7 +199,7 @@ if ARG is omitted or nil.
Turning the mode on or off runs `enriched-mode-hook'. Turning the mode on or off runs `enriched-mode-hook'.
More information about Enriched mode is available in the file More information about Enriched mode is available in the file
etc/enriched.doc in the Emacs distribution directory. \"enriched.txt\" in `data-directory'.
Commands: Commands: