Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
b29daf07
Commit
b29daf07
authored
Dec 30, 2013
by
Glenn Morris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* etc/NEWS: Relocate entries that had strayed to the wrong Emacs version.
parent
c8d89778
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
24 deletions
+27
-24
etc/NEWS
etc/NEWS
+27
-24
No files found.
etc/NEWS
View file @
b29daf07
...
...
@@ -164,6 +164,15 @@ non-nil, they output the same results.
*** 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
+++
...
...
@@ -797,6 +806,9 @@ which support POSIX ACLs.
***
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
+++
...
...
@@ -1006,6 +1018,10 @@ Either use `completion-all-completions', which returns highlighted
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
+++
...
...
@@ -1019,6 +1035,15 @@ frame.
*** 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'.
+++
...
...
@@ -1390,13 +1415,6 @@ ImageMagick types are treated as images. The 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
...
...
@@ -1890,9 +1908,6 @@ and the `attributes' slot is always nil.
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.
...
...
@@ -2142,13 +2157,6 @@ reused.
*** 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'.
...
...
@@ -2237,8 +2245,8 @@ log, log10, sqrt, and mod.
** Miscellaneous new functions
*** `set-t
ransient
-map' sets up a temporary keymap
, active for one key
(and
optionally more). This keymap
takes precedence over other maps.
*** `set-t
emporary-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.
...
...
@@ -3586,11 +3594,6 @@ should be derived.
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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment