comparison etc/NEWS @ 38894:681dc47ffb61

Document the removal of c-hanging-comment-starter-p and c-hanging-comment-ender-p. Suggested by Perry Smith <pedz@austin.ibm.com>.
author Eli Zaretskii <eliz@gnu.org>
date Tue, 21 Aug 2001 16:37:17 +0000
parents ce6b6f1fd86f
children a3e94a8271e0
comparison
equal deleted inserted replaced
38893:bd309345e7ea 38894:681dc47ffb61
1405 Note though that the 2.12 version of Filladapt lacks a feature that 1405 Note though that the 2.12 version of Filladapt lacks a feature that
1406 causes it to work suboptimally when c-comment-prefix-regexp can match 1406 causes it to work suboptimally when c-comment-prefix-regexp can match
1407 the empty string (which it commonly does). A patch for that is 1407 the empty string (which it commonly does). A patch for that is
1408 available from the CC Mode web site (http://www.python.org/emacs/ 1408 available from the CC Mode web site (http://www.python.org/emacs/
1409 cc-mode/). 1409 cc-mode/).
1410
1411 **** The variables `c-hanging-comment-starter-p' and
1412 `c-hanging-comment-ender-p', which controlled how comment starters and
1413 enders were filled, are not used anymore. The new version of the
1414 function `c-fill-paragraph' keeps the comment starters and enders as
1415 they were before the filling.
1410 1416
1411 **** It's now possible to selectively turn off auto filling. 1417 **** It's now possible to selectively turn off auto filling.
1412 The variable c-ignore-auto-fill is used to ignore auto fill mode in 1418 The variable c-ignore-auto-fill is used to ignore auto fill mode in
1413 specific contexts, e.g. in preprocessor directives and in string 1419 specific contexts, e.g. in preprocessor directives and in string
1414 literals. 1420 literals.