emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/ChangeLog,v


From: ken manheimer
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog,v
Date: Fri, 22 Feb 2008 17:49:49 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     ken manheimer <kenmanheimer>    08/02/22 17:49:48

Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.12872
retrieving revision 1.12873
diff -u -b -r1.12872 -r1.12873
--- ChangeLog   22 Feb 2008 15:10:13 -0000      1.12872
+++ ChangeLog   22 Feb 2008 17:49:46 -0000      1.12873
@@ -1,3 +1,22 @@
+2008-02-22  Ken Manheimer  <address@hidden>
+
+       Finish pdbtrack integration cleanup, settling missing-functions
+       byte compiler warnings appropriately.
+
+       * progmodes/python.el (python-point): Remove this -
+       beginning-of-line was all that was necessary for
+       `python-pdbtrack-overlay-arrow'.
+       (python-end-of-def-or-class, python-beginning-of-def-or-class)
+       (python-goto-initial-line): Drop these - they were only needed for
+       python-point.
+       (python-comint-output-filter-function): Use condition-case and
+       beginning-of-line directly, instead of python-mode.el functions
+       which require all sorts of baggage.
+       (point-safe): Unnecessary - we're using condition-case directly,
+       instead.
+       (python-execute-file): Include for python-shell, which i'm leaving
+       in keeping despite it being unnecessary for pdb tracking.
+
 2008-02-22  Peter Danenberg  <address@hidden>  (tiny change)
 
        * progmodes/scheme.el (scheme-font-lock-keywords-2):
@@ -75,7 +94,10 @@
 
 2008-02-21  Ken Manheimer  <address@hidden>
 
-       * python.el (python-pdbtrack-toggle-stack-tracking): Clarify docstring.
+       Update Nick Robert's port of pdb tracking from python-mode.el.
+
+       * progmodes/python.el (python-pdbtrack-toggle-stack-tracking):
+       Clarify docstring.
        (python-pdbtrack-minor-mode-string): A sign indicating that pdb
        tracking is happening.
        (python-pdbtrack-stack-entry-regexp): Better recognize stack traces.




reply via email to

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