comparison etc/NEWS @ 108072:c259f125eb0b

* etc/NEWS: More SELinux details and some minor fixes.
author Glenn Morris <rgm@gnu.org>
date Thu, 22 Apr 2010 22:43:48 -0700
parents 7b45a10725ef
children 44c107eab0b8
comparison
equal deleted inserted replaced
108071:f2fc13674669 108072:c259f125eb0b
67 67
68 ** GTK scroll-bars are now placed on the right by default. 68 ** GTK scroll-bars are now placed on the right by default.
69 Use `set-scroll-bar-mode' to change this. 69 Use `set-scroll-bar-mode' to change this.
70 70
71 ** GTK tool bars can have just text, just images or images and text. 71 ** GTK tool bars can have just text, just images or images and text.
72 Customize `tool-bar-style´ to choose style. On a Gnome desktop, the default 72 Customize `tool-bar-style' to choose style. On a Gnome desktop, the default
73 is taken from the desktop settings. 73 is taken from the desktop settings.
74 74
75 ** Lucid menus and dialogs can display antialiased fonts if Emacs is built 75 ** Lucid menus and dialogs can display antialiased fonts if Emacs is built
76 with Xft. 76 with Xft.
77 77
78 ** Basic SELinux support has been added. 78 ** Basic SELinux support has been added.
79 This requires Emacs to be linked with libselinux at build time. 79 This requires Emacs to be linked with libselinux at build time.
80 80
81 *** Emacs preserves the SELinux file context when backing up or copying files. 81 *** Emacs preserves the SELinux file context when backing up, and
82 optionally when copying files. To this end, copy-file has an extra
83 optional argument, and backup-buffer and friends include the SELinux
84 context in their return values.
82 85
83 *** The new functions file-selinux-context and set-file-selinux-context 86 *** The new functions file-selinux-context and set-file-selinux-context
84 get and set the SELinux context of a file. 87 get and set the SELinux context of a file.
85 88
86 ** New scrolling commands `scroll-up-command' and `scroll-down-command' 89 ** New scrolling commands `scroll-up-command' and `scroll-down-command'
136 Some backends handle some of those headers specially, but any unknown header 139 Some backends handle some of those headers specially, but any unknown header
137 is just left as is in the message, so it is not lost. 140 is just left as is in the message, so it is not lost.
138 141
139 ** Directory local variables can apply to file-less buffers. 142 ** Directory local variables can apply to file-less buffers.
140 For example, adding "(diff-mode . ((mode . whitespace)))" to your 143 For example, adding "(diff-mode . ((mode . whitespace)))" to your
141 .dir-locals.el file, will turn on `whitespace-mode' for *vc-diff* 144 .dir-locals.el file, will turn on `whitespace-mode' for *vc-diff* buffers.
142 buffers.
143 145
144 ** s-region.el is now declared obsolete, superceded by shift-select-mode 146 ** s-region.el is now declared obsolete, superceded by shift-select-mode
145 enabled by default in 23.1. 147 enabled by default in 23.1.
146 148
147 ** gdb-mi 149 ** gdb-mi