diff options
| author | Dave Love | 2000-11-23 19:03:07 +0000 |
|---|---|---|
| committer | Dave Love | 2000-11-23 19:03:07 +0000 |
| commit | 34f70eda7f649abf733481672d7925e6e9aa61bb (patch) | |
| tree | 57a34a65c964ab409e255068694af9b316f52098 | |
| parent | 429994d86595af9ee7a5f55dd2b70424c096b0f0 (diff) | |
| download | emacs-34f70eda7f649abf733481672d7925e6e9aa61bb.tar.gz emacs-34f70eda7f649abf733481672d7925e6e9aa61bb.zip | |
*** empty log message ***
| -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 @@ | |||
| 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 @@ | |||
| 1 | 2000-11-23 Dave Love <fx@gnu.org> | 1 | 2000-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. | |||
| 213 | In an interactive call, @var{count} is set to the numeric prefix | 213 | In an interactive call, @var{count} is set to the numeric prefix |
| 214 | argument. | 214 | argument. |
| 215 | 215 | ||
| 216 | This function is rarely used in programs, as it is more efficient to | 216 | @c [Now optimized by compiler.] |
| 217 | call @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 | |||
| 33 | compatibility with other X applications. This means that font | 33 | compatibility with other X applications. This means that font |
| 34 | attributes cannot be merged when combining faces; however, experience | 34 | attributes cannot be merged when combining faces; however, experience |
| 35 | shows that mergers are bad economics. Face inheritance has also been | 35 | shows that mergers are bad economics. Face inheritance has also been |
| 36 | removed to prevent saving face. | 36 | removed, so no one can accumulate ``too much face''. |
| 37 | 37 | ||
| 38 | @item | 38 | @item |
| 39 | Several face appearance attributes such as 3D appearence, | 39 | Several face appearance attributes such as 3D appearence, |