Mercurial > emacs
comparison etc/NEWS @ 85625:14a6011e3384
*** empty log message ***
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Thu, 25 Oct 2007 04:02:50 +0000 |
parents | d1aa29a9a8c2 |
children | 6bf745a9aa43 |
comparison
equal
deleted
inserted
replaced
85624:745db457503b | 85625:14a6011e3384 |
---|---|
193 ** talk.el has been extended for multiple tty support. | 193 ** talk.el has been extended for multiple tty support. |
194 | 194 |
195 ** compilation-auto-jump-to-first-error tells `compile' to jump to | 195 ** compilation-auto-jump-to-first-error tells `compile' to jump to |
196 the first error encountered during compilations. | 196 the first error encountered during compilations. |
197 | 197 |
198 ** In the `copyright' package, you can specify your copyright holders's names. | 198 ** In the `copyright' package, you can specify your copyright holders' names. |
199 Only copyright lines with holders matching copyright-names-regexp will be | 199 Only copyright lines with holders matching copyright-names-regexp will be |
200 considered for update. | 200 considered for update. |
201 | 201 |
202 ** eldoc highlights the function argument under point | 202 ** eldoc highlights the function argument under point |
203 with the face `eldoc-highlight-function-argument'. | 203 with the face `eldoc-highlight-function-argument'. |
204 | |
205 +++ | |
206 ** defcustom accepts new keyword arguments, `:safe' and `risky:', which | |
207 set a variable's `safe-local-variable' and `risky-local-variable' property. | |
204 | 208 |
205 ** VC | 209 ** VC |
206 *** Clicking on the VC mode-line entry now pops the VC menu. | 210 *** Clicking on the VC mode-line entry now pops the VC menu. |
207 | 211 |
208 *** The VC mode-line entry now has a tooltip that explains the VC file status. | 212 *** The VC mode-line entry now has a tooltip that explains the VC file status. |
265 *** The file etc/emacs.py now supports both Python 2 and 3, meaning | 269 *** The file etc/emacs.py now supports both Python 2 and 3, meaning |
266 that either version can be used as inferior Python by python.el. | 270 that either version can be used as inferior Python by python.el. |
267 | 271 |
268 *** The variable `fortran-line-length' can change the fixed-form line-length. | 272 *** The variable `fortran-line-length' can change the fixed-form line-length. |
269 | 273 |
270 *** (The increasingly misnamed) F90 mode has some support for Fortran 2003. | 274 +++ |
271 At present, there are some problems with derived types. | 275 *** (The increasingly misnamed) F90 mode supports Fortran 2003 syntax. |
272 | 276 |
273 ** Miscellaneous | 277 ** Miscellaneous |
274 | 278 |
275 *** comint-mode uses `start-file-process' now (see Lisp Changes). | 279 *** comint-mode uses `start-file-process' now (see Lisp Changes). |
276 If `default-directory' is a remote file name, subprocesses are started | 280 If `default-directory' is a remote file name, subprocesses are started |