comparison etc/NEWS @ 92013:8f52ec613586

Add missing entries.
author Glenn Morris <rgm@gnu.org>
date Thu, 21 Feb 2008 06:20:45 +0000
parents 470a31f32cf8
children bfea5b2e7fd3
comparison
equal deleted inserted replaced
92012:ec27658fc93b 92013:8f52ec613586
347 then another C-s tries searching the previous ChangeLog, 347 then another C-s tries searching the previous ChangeLog,
348 if there is one (e.g. go from ChangeLog to ChangeLog.12). 348 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
355 ** Diff mode 358 ** Diff mode
356 359
459 462
460 ** Miscellaneous programming mode changes 463 ** Miscellaneous programming mode changes
461 464
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.
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.
464 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,
468 rather than fortran-indent-comment. 476 rather than fortran-indent-comment.