[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r99998: * etc/NEWS: More SELinux deta
From: |
Glenn Morris |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r99998: * etc/NEWS: More SELinux details and some minor fixes. |
Date: |
Thu, 22 Apr 2010 22:43:48 -0700 |
User-agent: |
Bazaar (2.0.3) |
------------------------------------------------------------
revno: 99998
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Thu 2010-04-22 22:43:48 -0700
message:
* etc/NEWS: More SELinux details and some minor fixes.
modified:
etc/NEWS
=== modified file 'etc/NEWS'
--- a/etc/NEWS 2010-04-21 16:25:15 +0000
+++ b/etc/NEWS 2010-04-23 05:43:48 +0000
@@ -69,7 +69,7 @@
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 @@
** 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 @@
** 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.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r99998: * etc/NEWS: More SELinux details and some minor fixes.,
Glenn Morris <=