Mercurial > emacs
comparison etc/NEWS @ 98883:86e3af42f38c
*** empty log message ***
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sun, 19 Oct 2008 13:01:55 +0000 |
parents | b4935ddbeb1e |
children | be696d112096 |
comparison
equal
deleted
inserted
replaced
98882:8f72dc98b9d1 | 98883:86e3af42f38c |
---|---|
1314 | 1314 |
1315 +++ | 1315 +++ |
1316 *** set-file-modes is now interactive and can take the mode value in | 1316 *** set-file-modes is now interactive and can take the mode value in |
1317 symbolic notation thanks to auxiliary functions. | 1317 symbolic notation thanks to auxiliary functions. |
1318 | 1318 |
1319 +++ | |
1320 *** file-local-variables-alist stores an alist of file-local | |
1321 variables defined in the current buffer. | |
1322 | |
1319 ** Process changes | 1323 ** Process changes |
1320 +++ | 1324 +++ |
1321 *** The new function `start-file-process' is similar to `start-process', | 1325 *** The new function `start-file-process' is similar to `start-process', |
1322 but obeys file handlers. The file handler is chosen based on | 1326 but obeys file handlers. The file handler is chosen based on |
1323 `default-directory'. The functions `start-file-process-shell-command' | 1327 `default-directory'. The functions `start-file-process-shell-command' |
1389 **** `char-code-property-description' returns the description string of | 1393 **** `char-code-property-description' returns the description string of |
1390 a character code property. | 1394 a character code property. |
1391 | 1395 |
1392 *** New variables: | 1396 *** New variables: |
1393 | 1397 |
1394 **** file-local-variables-alist stores an alist of file-local | |
1395 variables defined in the current buffer. | |
1396 | |
1397 **** `find-word-boundary-function-table' is a char-table of functions to | 1398 **** `find-word-boundary-function-table' is a char-table of functions to |
1398 search for a word boundary. | 1399 search for a word boundary. |
1399 | 1400 |
1400 **** `char-script-table' is a char-table of script names. | 1401 **** `char-script-table' is a char-table of script names. |
1401 | 1402 |
1526 a new variable. This inherits from the global variable function-key-map, | 1527 a new variable. This inherits from the global variable function-key-map, |
1527 which is not used directly any more. | 1528 which is not used directly any more. |
1528 | 1529 |
1529 *** New hooks: | 1530 *** New hooks: |
1530 | 1531 |
1532 +++ | |
1531 **** before-hack-local-variables-hook is called after setting new | 1533 **** before-hack-local-variables-hook is called after setting new |
1532 variable file-local-variables-alist, and before actually applying the | 1534 variable file-local-variables-alist, and before actually applying the |
1533 file-local variables. | 1535 file-local variables. |
1534 | 1536 |
1535 **** `suspend-tty-functions' and `resume-tty-functions' are called | 1537 **** `suspend-tty-functions' and `resume-tty-functions' are called |