Mercurial > emacs
comparison etc/NEWS @ 108189:dfb9f7e82221
Merge from mainline.
author | Katsumi Yamaoka <yamaoka@jpl.org> |
---|---|
date | Sun, 25 Apr 2010 22:47:31 +0000 |
parents | 640de94ce18b |
children | 7fc92f732328 |
comparison
equal
deleted
inserted
replaced
108188:2c1f48ea7237 | 108189:dfb9f7e82221 |
---|---|
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 --- | |
34 ** There is a new configure option --with-crt-dir. | |
35 This is only useful if your crt*.o files are in a non-standard location. | |
32 | 36 |
33 ** Configure links against libselinux if it is found. | 37 ** Configure links against libselinux if it is found. |
34 You can disable this by using --without-selinux. | 38 You can disable this by using --without-selinux. |
35 | 39 |
36 | 40 |
67 | 71 |
68 ** GTK scroll-bars are now placed on the right by default. | 72 ** GTK scroll-bars are now placed on the right by default. |
69 Use `set-scroll-bar-mode' to change this. | 73 Use `set-scroll-bar-mode' to change this. |
70 | 74 |
71 ** GTK tool bars can have just text, just images or images and text. | 75 ** 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 | 76 Customize `tool-bar-style' to choose style. On a Gnome desktop, the default |
73 is taken from the desktop settings. | 77 is taken from the desktop settings. |
74 | 78 |
75 ** Lucid menus and dialogs can display antialiased fonts if Emacs is built | 79 ** Lucid menus and dialogs can display antialiased fonts if Emacs is built |
76 with Xft. | 80 with Xft. |
77 | 81 |
78 ** Basic SELinux support has been added. | 82 ** Basic SELinux support has been added. |
79 This requires Emacs to be linked with libselinux at build time. | 83 This requires Emacs to be linked with libselinux at build time. |
80 | 84 |
81 *** Emacs preserves the SELinux file context when backing up or copying files. | 85 *** Emacs preserves the SELinux file context when backing up, and |
86 optionally when copying files. To this end, copy-file has an extra | |
87 optional argument, and backup-buffer and friends include the SELinux | |
88 context in their return values. | |
82 | 89 |
83 *** The new functions file-selinux-context and set-file-selinux-context | 90 *** The new functions file-selinux-context and set-file-selinux-context |
84 get and set the SELinux context of a file. | 91 get and set the SELinux context of a file. |
92 | |
93 *** Tramp offers handlers for file-selinux-context and set-file-selinux-context | |
94 for remote machines which support SELinux. | |
85 | 95 |
86 ** New scrolling commands `scroll-up-command' and `scroll-down-command' | 96 ** New scrolling commands `scroll-up-command' and `scroll-down-command' |
87 (bound to C-v/[next] and M-v/[prior]) does not signal errors at top/bottom | 97 (bound to C-v/[next] and M-v/[prior]) does not signal errors at top/bottom |
88 of buffer at first key-press (instead moves to top/bottom of buffer) | 98 of buffer at first key-press (instead moves to top/bottom of buffer) |
89 when a new variable `scroll-error-top-bottom' is non-nil. | 99 when a new variable `scroll-error-top-bottom' is non-nil. |
136 Some backends handle some of those headers specially, but any unknown header | 146 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. | 147 is just left as is in the message, so it is not lost. |
138 | 148 |
139 ** Directory local variables can apply to file-less buffers. | 149 ** Directory local variables can apply to file-less buffers. |
140 For example, adding "(diff-mode . ((mode . whitespace)))" to your | 150 For example, adding "(diff-mode . ((mode . whitespace)))" to your |
141 .dir-locals.el file, will turn on `whitespace-mode' for *vc-diff* | 151 .dir-locals.el file, will turn on `whitespace-mode' for *vc-diff* buffers. |
142 buffers. | |
143 | 152 |
144 ** s-region.el is now declared obsolete, superceded by shift-select-mode | 153 ** s-region.el is now declared obsolete, superceded by shift-select-mode |
145 enabled by default in 23.1. | 154 enabled by default in 23.1. |
146 | 155 |
147 ** gdb-mi | 156 ** gdb-mi |