Mercurial > emacs
comparison lispref/ChangeLog @ 54200:b0293635c42b
* man/makefile.w32-in (mostlyclean, clean, maintainer-clean): Use
$(DEL) instead of rm, and ignore exit code.
* lispintro/makefile.w32-in (mostlyclean, clean, maintainer-clean): Use
$(DEL) instead of rm, and ignore exit code.
* lispref/makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
rm, and ignore exit code.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Sun, 29 Feb 2004 20:28:11 +0000 |
parents | 197b774698f8 |
children | d41dd3d19ce4 |
comparison
equal
deleted
inserted
replaced
54199:beeef4db908a | 54200:b0293635c42b |
---|---|
1 2004-02-29 Juanma Barranquero <lektu@terra.es> | |
2 | |
3 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of | |
4 rm, and ignore exit code. | |
5 | |
1 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu> | 6 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu> |
2 | 7 |
3 * display.texi (Defining Faces): Add description for min-colors. | 8 * display.texi (Defining Faces): Add description for min-colors. |
4 Update example. | 9 Update example. |
5 | 10 |
488 break in definition of `split-string-default-separators'. | 493 break in definition of `split-string-default-separators'. |
489 (Text Comparison): `string=' and `string<' also accept symbols as | 494 (Text Comparison): `string=' and `string<' also accept symbols as |
490 arguments. | 495 arguments. |
491 (String Conversion): More completely describe argument BASE in | 496 (String Conversion): More completely describe argument BASE in |
492 `string-to-number'. | 497 `string-to-number'. |
493 (Formatting Strings): `%s' and `%S" in `format' do require | 498 (Formatting Strings): `%s' and `%S' in `format' do require |
494 corresponding object. Clarify behavior of numeric prefix after | 499 corresponding object. Clarify behavior of numeric prefix after |
495 `%' in `format'. | 500 `%' in `format'. |
496 (Case Conversion): The argument to `upcase-initials' can be a | 501 (Case Conversion): The argument to `upcase-initials' can be a |
497 character. | 502 character. |
498 | 503 |