'LaTeX-mode') without having to use 'defalias', which can have
undesirable side effects.
This applies to all modes specified via 'auto-mode-alist', file-local
-variables, etc...
+variables, etc.
---
** Emacs now supports Unicode Standard version 15.0.
user option 'global-text-scale-adjust-resizes-frames' controls whether
the frames are resized when the font size is changed.
-+++
-** New function 'file-name-parent-directory'.
-Get the parent directory of a file.
-
** New config variable 'syntax-wholeline-max' to reduce the cost of long lines.
This variable is used by some operations (mostly syntax-propertization
and font-locking) to treat lines longer than this variable as if they
around without a scroll wheel.
+++
-*** 'mouse-drag-copy-region' can now be 'non-empty'.
+*** 'mouse-drag-copy-region' can now be 'non-empty' (the Lisp symbol).
This inhibits putting empty strings onto the kill ring.
+++
a convenient method of making commands disabled in this way.
---
-** 'count-lines' will now report buffer totals if given a prefix.
+** 'count-words' will now report buffer totals if given a prefix.
+Without a prefix, it will only report the word count for the narrowed
+part of the buffer.
+++
** 'count-words' will now report sentence count when used interactively.
'default' face. It can be used to reset attribute values produced by
inheriting from other faces.
-+++
-** New function 'buffer-text-pixel-size'.
-This is similar to 'window-text-pixel-size', but can be used when the
-buffer isn't displayed.
-
+++
** New X resource: "borderThickness".
This controls the thickness of the external borders of the menu bars
** New function 'file-name-split'.
This returns a list of all the components of a file name.
++++
+** New function 'file-name-parent-directory'.
+This returns the parent directory of a file name.
+
+++
** New macro 'with-undo-amalgamate'.
It records a particular sequence of operations as a single undo step.
This function returns t if point is on a valid image, and nil
otherwise.
++++
+** New function 'buffer-text-pixel-size'.
+This is similar to 'window-text-pixel-size', but can be used when the
+buffer isn't displayed.
+
+++
** New function 'string-pixel-width'.
This returns the width of a string in pixels. This can be useful when