aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2008-02-21 06:20:45 +0000
committerGlenn Morris2008-02-21 06:20:45 +0000
commit4c24d24133f32a913e5fe3fe28593f77e49641e2 (patch)
treef55fb03396f8129fab56df444a2b09a88004e34a
parent7684f65046b72a0c4aa7fa3bac16a48a2ac8d755 (diff)
downloademacs-4c24d24133f32a913e5fe3fe28593f77e49641e2.tar.gz
emacs-4c24d24133f32a913e5fe3fe28593f77e49641e2.zip
Add missing entries.
-rw-r--r--etc/NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 99ac83762c5..0c74747abde 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -349,6 +349,9 @@ if there is one (e.g. go from ChangeLog to ChangeLog.12).
349 349
350This is enabled if isearch-buffers-multi is non-nil. 350This is enabled if isearch-buffers-multi is non-nil.
351 351
352*** The part of an isearch that failed to match is highlighted in `isearch-fail'
353face.
354
352** smerge-refine highlights word-level details of changes in conflict. 355** smerge-refine highlights word-level details of changes in conflict.
353It's used automatically as you move through conflicts, see smerge-auto-refine. 356It's used automatically as you move through conflicts, see smerge-auto-refine.
354 357
@@ -462,6 +465,11 @@ file copy is checked via the file's checksum.
462*** The file etc/emacs.py now supports both Python 2 and 3, meaning 465*** The file etc/emacs.py now supports both Python 2 and 3, meaning
463that either version can be used as inferior Python by python.el. 466that either version can be used as inferior Python by python.el.
464 467
468*** Python mode now has `pdbtrack' functionality. When using pdb to
469debug a Python program, pdbtrack notices the pdb prompt and displays
470the source file and line that the program is stopped at, much the same
471way as gud-mode does for debugging C programs with gdb.
472
465*** The variable `fortran-line-length' can change the fixed-form line-length. 473*** The variable `fortran-line-length' can change the fixed-form line-length.
466 474
467*** In Fortran mode, M-; is now bound to the standard comment-dwim, 475*** In Fortran mode, M-; is now bound to the standard comment-dwim,