# HG changeset patch # User Juanma Barranquero # Date 1203723443 0 # Node ID d36aefd8b7daf177693ea5fd081a642bb1885b6d # Parent b4b2ac0c80f8d8ec7eeb390a8b3cef48a7280f30 *** empty log message *** diff -r b4b2ac0c80f8 -r d36aefd8b7da lisp/ChangeLog --- a/lisp/ChangeLog Fri Feb 22 23:34:57 2008 +0000 +++ b/lisp/ChangeLog Fri Feb 22 23:37:23 2008 +0000 @@ -1,3 +1,7 @@ +2008-02-22 Juanma Barranquero + + * faces.el (font-weight-table): Fix value of `semi-light'. + 2008-02-22 Stefan Monnier * faces.el (font-weight-table, font-slant-table, font-swidth-table): @@ -8,9 +12,8 @@ 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'. + * 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. @@ -19,7 +22,7 @@ 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 + (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 (tiny change)