aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2004-04-14 20:45:43 +0000
committerStefan Monnier2004-04-14 20:45:43 +0000
commit572943b30c4c9e043cefec95fcaee61a146411f9 (patch)
treeb7eb1f6ba3fa805a921ad0dac4d7bcf6566f3bac
parent5dc0561826f0574327f69116f5ef54362d8ec92f (diff)
downloademacs-572943b30c4c9e043cefec95fcaee61a146411f9.tar.gz
emacs-572943b30c4c9e043cefec95fcaee61a146411f9.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog16
-rw-r--r--src/ChangeLog4
2 files changed, 20 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 93ebb9f6f0f..8571f7edd19 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,17 @@
12004-04-14 Stefan Monnier <monnier@iro.umontreal.ca> 12004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
2 2
3 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
4 Give a backtrace if requested.
5
6 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
7
8 * progmodes/python.el (python-mouse-2-command, python-RET-command):
9 Remove unused functions.
10 (python-orig-start-line, python-orig-file): Remove.
11 (python-orig-start): New var.
12 (python-input-filter, python-compilation-line-number)
13 (python-send-region, python-load-file): Use it.
14
3 * info.el (info): Always jump to *info*. 15 * info.el (info): Always jump to *info*.
4 16
5 * subr.el (posn-set-point): New function. 17 * subr.el (posn-set-point): New function.
@@ -36,6 +48,10 @@
36 48
372004-04-14 Dave Love <fx@gnu.org> 492004-04-14 Dave Love <fx@gnu.org>
38 50
51 * progmodes/python.el (run-python): Fix use of \n.
52 (python-load-file): Remove `try' from Python fragment.
53 (python-describe-symbol): Fix message.
54
39 * comint.el: Doc fixes. 55 * comint.el: Doc fixes.
40 (comint-last-input-start, comint-last-input-end) 56 (comint-last-input-start, comint-last-input-end)
41 (comint-last-output-start): Give them values. 57 (comint-last-output-start): Give them values.
diff --git a/src/ChangeLog b/src/ChangeLog
index 54569ae75cd..6b836e5e48a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * callint.c (fix_command): Use XDCR.
4
12004-04-14 Nick Roberts <nick@nick.uklinux.net> 52004-04-14 Nick Roberts <nick@nick.uklinux.net>
2 6
3 * window.c (Fget_lru_window): Doc fix. 7 * window.c (Fget_lru_window): Doc fix.