*** The command `quail-help' is deleted. Use `C-h C-\'
(`describe-input-method') instead.
+** ImageMagick
+
+*** ImageMagick images now support the :max-width and :max-height
+keywords.
+
+*** Some data types aren't auto-detected by ImageMagick. Adding
+:format to `create-image' may help if the content type is in the
+new variable `image-format-suffixes'.
+
** Frame and window changes
+++
*** Handlers for `file-notify-add-watch' and `file-notify-rm-watch'
for remote machines which support filesystem notifications.
+** New command `url-cookie-list' displays all the current cookies, and
+allows deleting selected cookies.
+
** VC and related modes
+++
strings (including for partial or substring completion), or call
`completion-hilit-commonality' to add the highlight.
+** New minor modes `prettify-symbols-mode' and `global-prettify-symbols-mode'
+let you enable symbol prettification (replacing a string like "lambda" with
+the Greek lambda character).
+
** Terminal changes
+++
*** New hook `tty-setup-hook'.
+** Window Handling
+
+*** New display action function `display-buffer-no-window' to not
+display the buffer in a window.
+
+*** New display action alist entry `allow-no-window' to indicate the
+caller of `display-buffer' is ready to handle the case of not
+displaying the buffer in a window.
+
** New hook `pre-redisplay-function'.
+++
`imagemagick-filter-types' returns the list of types that will be
treated as images.
-*** ImageMagick images now support the :max-width and :max-height
-keywords.
-
-*** Some data types aren't auto-detected by ImageMagick. Adding
-:format to `create-image' may help if the content type is in the
-new variable `image-format-suffixes'.
-
** Minibuffer
*** In minibuffer filename prompts, `C-M-f' and `C-M-b' now move to the
The `url-retrieve' function now uses this to encode its URL argument,
in case that is not properly encoded.
-*** New command `url-cookie-list' displays all the current cookies, and
-allows deleting selected cookies.
-
** notifications.el supports now version 1.2 of the Notifications API.
The function `notifications-get-capabilities' returns the supported
server properties.
*** New option `switch-to-buffer-preserve-window-point' to restore a
window's point when switching buffers.
-*** New display action function `display-buffer-no-window' to not
-display the buffer in a window.
-
-*** New display action alist entry `allow-no-window' to indicate the
-caller of `display-buffer' is ready to handle the case of not
-displaying the buffer in a window.
-
*** New display action alist entries `window-height' and `window-width'
specify the size of new windows created by `display-buffer'.
** Miscellaneous new functions
-*** `set-transient-map' sets up a temporary keymap, active for one key
-(and optionally more). This keymap takes precedence over other maps.
+*** `set-temporary-overlay-map' sets up a temporary keymap that
+takes precedence over most other maps for a short while (normally one key).
*** `autoloadp' tests if its argument is an autoloaded object.
modes, e.g. (add-hook 'prog-mode-hook 'flyspell-prog-mode) to enable
on-the-fly spell checking for comments and strings.
-**** New minor modes `prettify-symbols-mode' and
-`global-prettify-symbols-mode' let the user enable symbol
-prettification (replacing a string like "lambda" with the Greek lambda
-character).
-
*** New hook `change-major-mode-after-body-hook', run by
`run-mode-hooks' just before any other mode hooks.