From 34f70eda7f649abf733481672d7925e6e9aa61bb Mon Sep 17 00:00:00 2001 From: Dave Love Date: Thu, 23 Nov 2000 19:03:07 +0000 Subject: [PATCH] *** empty log message *** --- etc/TODO | 5 ++++- lisp/gnus/ChangeLog | 2 ++ lisp/gnus/uu-decode.pbm | Bin 0 -> 137 bytes lisp/gnus/uu-post.pbm | Bin 0 -> 137 bytes lispref/positions.texi | 5 +++-- man/anti.texi | 2 +- 6 files changed, 10 insertions(+), 4 deletions(-) create mode 100644 lisp/gnus/uu-decode.pbm create mode 100644 lisp/gnus/uu-post.pbm diff --git a/etc/TODO b/etc/TODO index c73efb94006..29db7419c79 100644 --- a/etc/TODO +++ b/etc/TODO @@ -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 + * 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 new file mode 100644 index 0000000000000000000000000000000000000000..76b6d620d014e8a70e4c0abb6ef90fa88a38883b GIT binary patch literal 137 zcmWGA;W9Q-FgD_1zyTQl|3ARUz~BJJ_Wv9h6_^lM5y)1%G9Uo}(UB87 literal 0 HcmV?d00001 diff --git a/lisp/gnus/uu-post.pbm b/lisp/gnus/uu-post.pbm new file mode 100644 index 0000000000000000000000000000000000000000..781ee15e2871f7b7f134e593b79099f01a1a5c65 GIT binary patch literal 137 zcmWGA;W9Q-FgD`q00IUuXkcJqPGIQhnbE;uz{bFEfU$w`|NjG>3=AHO3=9s8_Wv9h z6_^}46_`9gG@~LAt6g&F)Kv0dR06V9nj9F_n}G68KzSvwS`_sl{XlcT<^j!RfC2zT CWF1KW literal 0 HcmV?d00001 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, -- 2.39.5