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
d8004abe
Commit
d8004abe
authored
Apr 22, 2010
by
Glenn Morris
Browse files
* etc/NEWS: More SELinux details and some minor fixes.
parent
e5d1fb10
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
etc/NEWS
etc/NEWS
+6
-4
No files found.
etc/NEWS
View file @
d8004abe
...
...
@@ -69,7 +69,7 @@ Algorithm.
Use `set-scroll-bar-mode' to change this.
** GTK tool bars can have just text, just images or images and text.
Customize `tool-bar-style
´
to choose style. On a Gnome desktop, the default
Customize `tool-bar-style
'
to choose style. On a Gnome desktop, the default
is taken from the desktop settings.
** Lucid menus and dialogs can display antialiased fonts if Emacs is built
...
...
@@ -78,7 +78,10 @@ with Xft.
** Basic SELinux support has been added.
This requires Emacs to be linked with libselinux at build time.
*** Emacs preserves the SELinux file context when backing up or copying files.
*** Emacs preserves the SELinux file context when backing up, and
optionally when copying files. To this end, copy-file has an extra
optional argument, and backup-buffer and friends include the SELinux
context in their return values.
*** The new functions file-selinux-context and set-file-selinux-context
get and set the SELinux context of a file.
...
...
@@ -138,8 +141,7 @@ is just left as is in the message, so it is not lost.
** Directory local variables can apply to file-less buffers.
For example, adding "(diff-mode . ((mode . whitespace)))" to your
.dir-locals.el file, will turn on `whitespace-mode' for *vc-diff*
buffers.
.dir-locals.el file, will turn on `whitespace-mode' for *vc-diff* buffers.
** s-region.el is now declared obsolete, superceded by shift-select-mode
enabled by default in 23.1.
...
...
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