]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 14 Apr 2004 20:45:43 +0000 (20:45 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 14 Apr 2004 20:45:43 +0000 (20:45 +0000)
lisp/ChangeLog
src/ChangeLog

index 93ebb9f6f0f1f895a29e54a5547c82462a964ace..8571f7edd19ad8186bb02d48408a1df0f92f8cec 100644 (file)
@@ -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.
 
 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.
index 54569ae75cd6013bf52e831bcda89a35a86245ea..6b836e5e48a4fe9126f32dd4afa57a399b11623d 100644 (file)
@@ -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.