diff options
-rw-r--r-- | etc/TODO | 5 | ||||
-rw-r--r-- | lisp/gnus/ChangeLog | 2 | ||||
-rw-r--r-- | lisp/gnus/uu-decode.pbm | bin | 0 -> 137 bytes | |||
-rw-r--r-- | lisp/gnus/uu-post.pbm | bin | 0 -> 137 bytes | |||
-rw-r--r-- | lispref/positions.texi | 5 | ||||
-rw-r--r-- | man/anti.texi | 2 |
6 files changed, 10 insertions, 4 deletions
@@ -54,7 +54,7 @@ * Document the features of libraries missing from the manual (or ancillary manuals, including the Lisp manual in some cases). Here's - a list which is probably not complete/correct: align, allout, + a list which is probably not complete/correct: align, allout, artist, ansi-color, array, battery, calculator, cdl, cmuscheme, completion, delim-col, dirtrack, double, echistory, elide-head, easymenu, expand, flow-ctrl, format [format-alist], generic/generic-x [various @@ -117,3 +117,6 @@ * Investigate using the language environment to set up more things, such as the default Ispell dictionary. + +* Improve the GC (generational, incremental). (We may be able to use + 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 @@ 2000-11-23 Dave Love <fx@gnu.org> + * uu-post.pbm, uu-decode.pbm: new files from XPMs. + * mm-uu.el (uudecode): Require. (uudecode-decode-region, uudecode-decode-region-external): Don't autoload. diff --git a/lisp/gnus/uu-decode.pbm b/lisp/gnus/uu-decode.pbm Binary files differnew file mode 100644 index 00000000000..76b6d620d01 --- /dev/null +++ b/lisp/gnus/uu-decode.pbm diff --git a/lisp/gnus/uu-post.pbm b/lisp/gnus/uu-post.pbm Binary files differnew file mode 100644 index 00000000000..781ee15e287 --- /dev/null +++ b/lisp/gnus/uu-post.pbm 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. In an interactive call, @var{count} is set to the numeric prefix argument. -This function is rarely used in programs, as it is more efficient to -call @code{forward-word} with a negative argument. +@c [Now optimized by compiler.] +@c This function is rarely used in programs, as it is more efficient to +@c call @code{forward-word} with a negative argument. @end deffn @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 compatibility with other X applications. This means that font attributes cannot be merged when combining faces; however, experience shows that mergers are bad economics. Face inheritance has also been -removed to prevent saving face. +removed, so no one can accumulate ``too much face''. @item Several face appearance attributes such as 3D appearence, |