Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
68a8b28f
Commit
68a8b28f
authored
Feb 12, 2014
by
Glenn Morris
Browse files
* etc/NEWS: Small edits.
parent
59075dcf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
8 deletions
+9
-8
etc/NEWS
etc/NEWS
+9
-8
No files found.
etc/NEWS
View file @
68a8b28f
...
...
@@ -187,11 +187,6 @@ content-type that is found in the new variable `image-format-suffixes'.
***
New
commands
`
toggle
-
frame
-
fullscreen
' and `toggle-frame-maximized'
,
bound
to
<
f11
>
and
M
-<
f10
>,
respectively
.
***
New
command
`
frameset
-
to
-
register
' is now bound to `C-x r f'
,
replacing
`
frame
-
configuration
-
to
-
register
'. It offers similar functionality,
plus enhancements like the ability to restore deleted frames. The
command `frame-configuration-to-register'
still
exists
,
but
is
unbound
.
+++
***
New
hooks
`
focus
-
in
-
hook
', `focus-out-hook'
.
These
are
normal
hooks
run
when
an
Emacs
frame
gains
or
loses
input
focus
.
...
...
@@ -320,13 +315,16 @@ that summarizes existing registers. To disable this, set that option to nil.
Interactive commands that read registers and want to make use of this
should use `register-read-with-preview'
to
read
register
names
.
***
New
command
`
frameset
-
to
-
register
' bound to `C-x r f'
,
replacing
`
frame
-
configuration
-
to
-
register
'. It offers similar functionality,
plus enhancements like the ability to restore deleted frames.
(`frame-configuration-to-register'
still
exists
,
but
no
longer
has
a
key
binding
.)
+++
***
New
command
`
C
-
x
C
-
k
x
' (`kmacro-to-register'
)
stores
keyboard
macros
in
registers
.
***
New
command
`
C
-
x
r
f
' (`frameset-to-register'
).
See
Changes
in
Emacs
24.4
,
above
.
+++
**
New
command
`
delete
-
duplicate
-
lines
'.
This searches the region for identical lines, and removes all but one
...
...
@@ -556,12 +554,15 @@ module.
**
New
F90
mode
option
`
f90
-
smart
-
end
-
names
'.
** Icomplete
Icomplete is now more similar to Ido.
---
*** Icomplete by default now applies to all forms of minibuffer completion.
The variable `icomplete-with-completion-tables'
(
now
a
user
option
)
controls
this
.
To
restore
the
old
behavior
,
set
it
back
to
'(internal-complete-buffer).
+++
*** You can navigate through and select completions using the keys
from `icomplete-minibuffer-map'
.
...
...
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