Mercurial > emacs
changeset 54892:8745e8f3713a
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Wed, 14 Apr 2004 20:45:43 +0000 |
parents | 6258852d3607 |
children | 07ceecd3e471 |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 20 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <monnier@iro.umontreal.ca> + * 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 <fx@gnu.org> + * 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.
--- 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 <monnier@iro.umontreal.ca> + + * callint.c (fix_command): Use XDCR. + 2004-04-14 Nick Roberts <nick@nick.uklinux.net> * window.c (Fget_lru_window): Doc fix.