aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2000-11-23 19:03:07 +0000
committerDave Love2000-11-23 19:03:07 +0000
commit34f70eda7f649abf733481672d7925e6e9aa61bb (patch)
tree57a34a65c964ab409e255068694af9b316f52098
parent429994d86595af9ee7a5f55dd2b70424c096b0f0 (diff)
downloademacs-34f70eda7f649abf733481672d7925e6e9aa61bb.tar.gz
emacs-34f70eda7f649abf733481672d7925e6e9aa61bb.zip
*** empty log message ***
-rw-r--r--etc/TODO5
-rw-r--r--lisp/gnus/ChangeLog2
-rw-r--r--lisp/gnus/uu-decode.pbmbin0 -> 137 bytes
-rw-r--r--lisp/gnus/uu-post.pbmbin0 -> 137 bytes
-rw-r--r--lispref/positions.texi5
-rw-r--r--man/anti.texi2
6 files changed, 10 insertions, 4 deletions
diff --git a/etc/TODO b/etc/TODO
index c73efb94006..29db7419c79 100644
--- a/etc/TODO
+++ b/etc/TODO
@@ -54,7 +54,7 @@
54 54
55* Document the features of libraries missing from the manual (or 55* Document the features of libraries missing from the manual (or
56 ancillary manuals, including the Lisp manual in some cases). Here's 56 ancillary manuals, including the Lisp manual in some cases). Here's
57 a list which is probably not complete/correct: align, allout, 57 a list which is probably not complete/correct: align, allout, artist,
58 ansi-color, array, battery, calculator, cdl, cmuscheme, completion, 58 ansi-color, array, battery, calculator, cdl, cmuscheme, completion,
59 delim-col, dirtrack, double, echistory, elide-head, easymenu, 59 delim-col, dirtrack, double, echistory, elide-head, easymenu,
60 expand, flow-ctrl, format [format-alist], generic/generic-x [various 60 expand, flow-ctrl, format [format-alist], generic/generic-x [various
@@ -117,3 +117,6 @@
117 117
118* Investigate using the language environment to set up more things, 118* Investigate using the language environment to set up more things,
119 such as the default Ispell dictionary. 119 such as the default Ispell dictionary.
120
121* Improve the GC (generational, incremental). (We may be able to use
122 the Boehm collector.)
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index 96a6ad41c39..d35d49a2b72 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -1,5 +1,7 @@
12000-11-23 Dave Love <fx@gnu.org> 12000-11-23 Dave Love <fx@gnu.org>
2 2
3 * uu-post.pbm, uu-decode.pbm: new files from XPMs.
4
3 * mm-uu.el (uudecode): Require. 5 * mm-uu.el (uudecode): Require.
4 (uudecode-decode-region, uudecode-decode-region-external): Don't 6 (uudecode-decode-region, uudecode-decode-region-external): Don't
5 autoload. 7 autoload.
diff --git a/lisp/gnus/uu-decode.pbm b/lisp/gnus/uu-decode.pbm
new file mode 100644
index 00000000000..76b6d620d01
--- /dev/null
+++ b/lisp/gnus/uu-decode.pbm
Binary files differ
diff --git a/lisp/gnus/uu-post.pbm b/lisp/gnus/uu-post.pbm
new file mode 100644
index 00000000000..781ee15e287
--- /dev/null
+++ b/lisp/gnus/uu-post.pbm
Binary files differ
diff --git a/lispref/positions.texi b/lispref/positions.texi
index 378134e30c2..d79c53d6f36 100644
--- a/lispref/positions.texi
+++ b/lispref/positions.texi
@@ -213,8 +213,9 @@ backward until encountering the front of a word, rather than forward.
213In an interactive call, @var{count} is set to the numeric prefix 213In an interactive call, @var{count} is set to the numeric prefix
214argument. 214argument.
215 215
216This function is rarely used in programs, as it is more efficient to 216@c [Now optimized by compiler.]
217call @code{forward-word} with a negative argument. 217@c This function is rarely used in programs, as it is more efficient to
218@c call @code{forward-word} with a negative argument.
218@end deffn 219@end deffn
219 220
220@defvar words-include-escapes 221@defvar words-include-escapes
diff --git a/man/anti.texi b/man/anti.texi
index 627b9436a32..9c75b632e45 100644
--- a/man/anti.texi
+++ b/man/anti.texi
@@ -33,7 +33,7 @@ Specification of the font for a face now uses an XLFD font name, for
33compatibility with other X applications. This means that font 33compatibility with other X applications. This means that font
34attributes cannot be merged when combining faces; however, experience 34attributes cannot be merged when combining faces; however, experience
35shows that mergers are bad economics. Face inheritance has also been 35shows that mergers are bad economics. Face inheritance has also been
36removed to prevent saving face. 36removed, so no one can accumulate ``too much face''.
37 37
38@item 38@item
39Several face appearance attributes such as 3D appearence, 39Several face appearance attributes such as 3D appearence,