diff options
| author | Glenn Morris | 2008-02-21 06:20:45 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-02-21 06:20:45 +0000 |
| commit | 4c24d24133f32a913e5fe3fe28593f77e49641e2 (patch) | |
| tree | f55fb03396f8129fab56df444a2b09a88004e34a | |
| parent | 7684f65046b72a0c4aa7fa3bac16a48a2ac8d755 (diff) | |
| download | emacs-4c24d24133f32a913e5fe3fe28593f77e49641e2.tar.gz emacs-4c24d24133f32a913e5fe3fe28593f77e49641e2.zip | |
Add missing entries.
| -rw-r--r-- | etc/NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
| @@ -349,6 +349,9 @@ if there is one (e.g. go from ChangeLog to ChangeLog.12). | |||
| 349 | 349 | ||
| 350 | This is enabled if isearch-buffers-multi is non-nil. | 350 | This 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' | ||
| 353 | face. | ||
| 354 | |||
| 352 | ** smerge-refine highlights word-level details of changes in conflict. | 355 | ** smerge-refine highlights word-level details of changes in conflict. |
| 353 | It's used automatically as you move through conflicts, see smerge-auto-refine. | 356 | It'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 |
| 463 | that either version can be used as inferior Python by python.el. | 466 | that either version can be used as inferior Python by python.el. |
| 464 | 467 | ||
| 468 | *** Python mode now has `pdbtrack' functionality. When using pdb to | ||
| 469 | debug a Python program, pdbtrack notices the pdb prompt and displays | ||
| 470 | the source file and line that the program is stopped at, much the same | ||
| 471 | way 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, |