# HG changeset patch # User Stefan Monnier # Date 1081975543 0 # Node ID 8745e8f3713a4490c28031862ac47658cc779db2 # Parent 6258852d360732ac3cb1f86073701e3f96914739 *** empty log message *** diff -r 6258852d3607 -r 8745e8f3713a lisp/ChangeLog --- a/lisp/ChangeLog Wed Apr 14 20:45:02 2004 +0000 +++ b/lisp/ChangeLog Wed Apr 14 20:45:43 2004 +0000 @@ -1,5 +1,17 @@ 2004-04-14 Stefan Monnier + * emacs-lisp/bytecomp.el (batch-byte-compile-file): + Give a backtrace if requested. + + * progmodes/ada-mode.el (ada-create-menu): Remove redundant call. + + * progmodes/python.el (python-mouse-2-command, python-RET-command): + Remove unused functions. + (python-orig-start-line, python-orig-file): Remove. + (python-orig-start): New var. + (python-input-filter, python-compilation-line-number) + (python-send-region, python-load-file): Use it. + * info.el (info): Always jump to *info*. * subr.el (posn-set-point): New function. @@ -36,6 +48,10 @@ 2004-04-14 Dave Love + * progmodes/python.el (run-python): Fix use of \n. + (python-load-file): Remove `try' from Python fragment. + (python-describe-symbol): Fix message. + * comint.el: Doc fixes. (comint-last-input-start, comint-last-input-end) (comint-last-output-start): Give them values. diff -r 6258852d3607 -r 8745e8f3713a src/ChangeLog --- a/src/ChangeLog Wed Apr 14 20:45:02 2004 +0000 +++ b/src/ChangeLog Wed Apr 14 20:45:43 2004 +0000 @@ -1,3 +1,7 @@ +2004-04-14 Stefan Monnier + + * callint.c (fix_command): Use XDCR. + 2004-04-14 Nick Roberts * window.c (Fget_lru_window): Doc fix.