comparison etc/NEWS @ 58814:8cf051896b6b

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 07 Dec 2004 05:01:55 +0000
parents e08266495ac8
children bcd1ddcb0e39 f2ebccfa87d4
comparison
equal deleted inserted replaced
58813:8d1a39cde5e3 58814:8cf051896b6b
2578 strings by giving that character a non-nil `cursor' text property. 2578 strings by giving that character a non-nil `cursor' text property.
2579 2579
2580 ** New macro with-local-quit temporarily sets inhibit-quit to nil for use 2580 ** New macro with-local-quit temporarily sets inhibit-quit to nil for use
2581 around potentially blocking or long-running code in timers 2581 around potentially blocking or long-running code in timers
2582 and post-command-hooks. 2582 and post-command-hooks.
2583
2584 ** An unconditional face specification in defface (one where the DISPLAY part
2585 is just t) applies to all cases and does not override subsequent entries.
2583 2586
2584 +++ 2587 +++
2585 ** New face attribute `min-colors' can be used to tailor the face color 2588 ** New face attribute `min-colors' can be used to tailor the face color
2586 to the number of colors supported by a display, and define the 2589 to the number of colors supported by a display, and define the
2587 foreground and background colors accordingly so that they look best on 2590 foreground and background colors accordingly so that they look best on