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
28854f27
Commit
28854f27
authored
Sep 01, 2015
by
Rüdiger Sonderfeld
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
; Fix missing sentence end double space in NEWS.
parent
8307c06e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
etc/NEWS
etc/NEWS
+7
-7
No files found.
etc/NEWS
View file @
28854f27
...
...
@@ -108,7 +108,7 @@ frames.
**
`
isearch
' and `query-replace'
now
perform
character
folding
in
matches
.
This
is
analogous
to
case
-
folding
,
but
applies
between
Unicode
characters
and
their
ASCII
counterparts
.
This
means
many
characters
characters
and
their
ASCII
counterparts
.
This
means
many
characters
will
match
entire
groups
of
characters
.
For
instance
,
the
" will match all variants of unicode double quotes
...
...
@@ -121,7 +121,7 @@ by searching commands to produce a regexp matching anything that
character-folds into STRING.
** New command `checkdoc-package-keywords' checks if the
current package keywords are recognized. Set the new option
current package keywords are recognized.
Set the new option
`checkdoc-package-keywords-flag' to non-nil to make
`checkdoc-current-buffer' call this function automatically.
...
...
@@ -326,7 +326,7 @@ is suitable for most programming languages such as C or Lisp (but not
** ERC
*** Hide message types by network or channel. `erc-hide-list'
will
*** Hide message types by network or channel.
`erc-hide-list'
will
hide
all
messages
of
the
specified
type
,
where
`
erc
-
network
-
hide
-
list
'
and `erc-channel-hide-list'
will
only
hide
the
specified
message
types
for
the
respective
specified
targets
.
...
...
@@ -361,7 +361,7 @@ always respect that.
*** If a package is available on multiple archives and one has higher
priority (as per `package-archive-priorities'
)
only
that
one
is
listed
.
This
can
be
configured
with
`
package
-
menu
-
hide
-
low
-
priority
'.
listed
.
This
can
be
configured
with
`
package
-
menu
-
hide
-
low
-
priority
'.
*** `package-menu-toggle-hiding'
now
toggles
the
hiding
of
packages
.
This
includes
the
above
-
mentioned
low
-
priority
packages
,
as
well
as
...
...
@@ -390,7 +390,7 @@ The FORCE argument to `package-delete' overrides this.
***
New
custom
variable
`
package
-
selected
-
packages
' tracks packages
which were installed by the user (as opposed to installed as
dependencies). This variable can also be manually customized.
dependencies).
This variable can also be manually customized.
*** New command `package-install-user-selected-packages'
installs
all
packages
from
`
package
-
selected
-
packages
' which are currently missing.
...
...
@@ -543,7 +543,7 @@ appending FUN to `minibuffer-setup-hook'.
** seq
*** New seq library:
The seq library adds sequence manipulation functions and macros that
complement basic functions provided by subr.el. All functions are
complement basic functions provided by subr.el.
All functions are
prefixed with `seq-'
and
work
on
lists
,
strings
and
vectors
.
**
map
...
...
@@ -706,7 +706,7 @@ name patterns. Default case-insensitive .h, .hh, .hpp and .hxx.
***
New
custom
variable
`
hide
-
ifdef
-
expand
-
reinclusion
-
protection
' to prevent
reinclusion protected header files from being fully hidden.
*** New custom variable `hide-ifdef-exclude-define-regexp'
to
define
symbol
name
patterns
(
e
.
x
.
all
"FOR_DOXYGEN_ONLY_*"
)
to
be
excluded
.
name
patterns
(
e
.
g
.
all
"FOR_DOXYGEN_ONLY_*"
)
to
be
excluded
.
**
TeX
mode
...
...
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