---
** The mode line now uses a proportional font by default.
-To get the old monospaced mode line back, customize the 'mode-line' face.
+To get the old monospaced mode line back, customize the 'mode-line'
+face not to inherit from the 'variable-pitch' face, or add this to
+your ~/.emacs:
+
+ (set-face-attribute 'mode-line t :inherit nil)
+++
** New function 'buffer-text-pixel-size'.
property.
** New 'min-width' 'display' property.
-This allows setting a minimum width for a region.
+This allows setting a minimum display width for a region of text.
** Keymaps and key definitions