*** empty log message ***
This commit is contained in:
parent
429994d865
commit
34f70eda7f
6 changed files with 10 additions and 4 deletions
5
etc/TODO
5
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.)
|
||||
|
|
|
@ -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.
|
||||
|
|
BIN
lisp/gnus/uu-decode.pbm
Normal file
BIN
lisp/gnus/uu-decode.pbm
Normal file
Binary file not shown.
BIN
lisp/gnus/uu-post.pbm
Normal file
BIN
lisp/gnus/uu-post.pbm
Normal file
Binary file not shown.
|
@ -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
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue