emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/etc/NEWS,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/etc/NEWS,v
Date: Thu, 21 Feb 2008 06:20:47 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       08/02/21 06:20:46

Index: NEWS
===================================================================
RCS file: /sources/emacs/emacs/etc/NEWS,v
retrieving revision 1.1664
retrieving revision 1.1665
diff -u -b -r1.1664 -r1.1665
--- NEWS        21 Feb 2008 06:15:14 -0000      1.1664
+++ NEWS        21 Feb 2008 06:20:45 -0000      1.1665
@@ -349,6 +349,9 @@
 
 This is enabled if isearch-buffers-multi is non-nil.
 
+*** The part of an isearch that failed to match is highlighted in 
`isearch-fail'
+face.
+
 ** smerge-refine highlights word-level details of changes in conflict.
 It's used automatically as you move through conflicts, see smerge-auto-refine.
 
@@ -462,6 +465,11 @@
 *** The file etc/emacs.py now supports both Python 2 and 3, meaning
 that either version can be used as inferior Python by python.el.
 
+*** Python mode now has `pdbtrack' functionality.  When using pdb to
+debug a Python program, pdbtrack notices the pdb prompt and displays
+the source file and line that the program is stopped at, much the same
+way as gud-mode does for debugging C programs with gdb.
+
 *** The variable `fortran-line-length' can change the fixed-form line-length.
 
 *** In Fortran mode, M-; is now bound to the standard comment-dwim,




reply via email to

[Prev in Thread] Current Thread [Next in Thread]