Mercurial > emacs
comparison etc/NEWS @ 108012:6c696ca35512
Doc updates for SELinux support.
* ack.texi, emacs.texi (Acknowledgments): Add SELinux support.
* etc/NEWS: Mention SELinux support.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Tue, 20 Apr 2010 20:08:21 -0700 |
parents | 17d3324f96dd |
children | 7b45a10725ef |
comparison
equal
deleted
inserted
replaced
108011:12062a99ca8d | 108012:6c696ca35512 |
---|---|
27 --- | 27 --- |
28 ** There are new configure options: | 28 ** There are new configure options: |
29 --with-mmdf, --with-mail-unlink, --with-mailhost. | 29 --with-mmdf, --with-mail-unlink, --with-mailhost. |
30 These provide no new functionality, they just remove the need to edit | 30 These provide no new functionality, they just remove the need to edit |
31 lib-src/Makefile by hand in order to use the associated features. | 31 lib-src/Makefile by hand in order to use the associated features. |
32 | |
33 ** Configure links against libselinux if it is found. | |
34 You can disable this by using --without-selinux. | |
32 | 35 |
33 | 36 |
34 * Startup Changes in Emacs 24.1 | 37 * Startup Changes in Emacs 24.1 |
35 | 38 |
36 | 39 |
65 ** GTK scroll-bars are now placed on the right by default. | 68 ** GTK scroll-bars are now placed on the right by default. |
66 Use `set-scroll-bar-mode' to change this. | 69 Use `set-scroll-bar-mode' to change this. |
67 | 70 |
68 ** Lucid menus and dialogs can display antialiased fonts if Emacs is built | 71 ** Lucid menus and dialogs can display antialiased fonts if Emacs is built |
69 with Xft. | 72 with Xft. |
73 | |
74 ** Basic SELinux support has been added. | |
75 This requires Emacs to be linked with libselinux at build time. | |
76 | |
77 *** Emacs preserves the SELinux file context when backing up or copying files. | |
78 | |
79 *** The new functions file-selinux-context and set-file-selinux-context | |
80 get and set the SELinux context of a file. | |
70 | 81 |
71 ** New scrolling commands `scroll-up-command' and `scroll-down-command' | 82 ** New scrolling commands `scroll-up-command' and `scroll-down-command' |
72 (bound to C-v/[next] and M-v/[prior]) does not signal errors at top/bottom | 83 (bound to C-v/[next] and M-v/[prior]) does not signal errors at top/bottom |
73 of buffer at first key-press (instead moves to top/bottom of buffer) | 84 of buffer at first key-press (instead moves to top/bottom of buffer) |
74 when a new variable `scroll-error-top-bottom' is non-nil. | 85 when a new variable `scroll-error-top-bottom' is non-nil. |