# HG changeset patch # User Stefan Monnier # Date 973965318 0 # Node ID a873b191d4c5a1d7964d665deb6f6389aee334fa # Parent 65667218173f4aab79ec0ea1a6906329ac487db7 *** empty log message *** diff -r 65667218173f -r a873b191d4c5 etc/NEWS --- a/etc/NEWS Sat Nov 11 15:57:45 2000 +0000 +++ b/etc/NEWS Sat Nov 11 17:55:18 2000 +0000 @@ -225,7 +225,8 @@ +++ ** M-; now calls comment-dwim which tries to do something clever based on the context. M-x kill-comment is now an alias to comment-kill, -defined on newcomment.el. +defined in newcomment.el. You can choose different styles of region +commenting with the variable `comment-style'. +++ ** The function `getenv' is now callable interactively. @@ -369,16 +370,20 @@ ** Changes in Texinfo mode. -** A couple of new key bindings have been added for inserting Texinfo +*** A couple of new key bindings have been added for inserting Texinfo macros Key binding Macro ------------------------- C-c C-c C-s @strong C-c C-c C-e @emph - C-c C-c u @url + C-c C-c u @url C-c C-c q @quotation - C-c C-c m @email + C-c C-c m @email + C-c C-o @ ... @end + M-RET @item + +*** The " key now inserts either " or `` or '' depending on context. ** Changes in Outline mode. @@ -863,11 +868,13 @@ ** Changes in Font Lock *** The new function `font-lock-remove-keywords' can be used to remove -font-lock keywords from the current buffer or from a specific major -mode. +font-lock keywords from the current buffer or from a specific major mode. *** multiline patterns are now supported. +*** `font-lock-syntactic-face-function' allows major-modes to choose +the face used for each string/comment. + ** Comint (subshell) changes These changes generally affect all modes derived from comint mode, which @@ -939,9 +946,15 @@ ** Changes to TeX mode -The default mode has been changed from `plain-tex-mode' to +*** The default mode has been changed from `plain-tex-mode' to `latex-mode'. +*** latex-mode now has a simple indentation algorithm. + +*** M-f and M-p jump around \begin...\end pairs. + +*** Added support for outline-minor-mode. + ** Changes to RefTeX mode *** RefTeX has new support for index generation. Index entries can be