diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9922778a5c8..8a1bba88874 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,46 @@ | |||
| 1 | 2004-04-28 Luc Teirlinck <teirllm@auburn.edu> | ||
| 2 | |||
| 3 | * comint.el (comint-prompt-read-only): New variable. | ||
| 4 | (comint-output-filter): Implement it. | ||
| 5 | |||
| 6 | * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring. | ||
| 7 | (ielm-prompt-internal): New variable. | ||
| 8 | (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword. | ||
| 9 | (ielm-send-input): Delete unused variable `buf'. | ||
| 10 | (ielm-eval-input): Use `ielm-prompt-internal'. | ||
| 11 | (inferior-emacs-lisp-mode): Use new variables | ||
| 12 | `comint-prompt-read-only' and `ielm-prompt-internal'. | ||
| 13 | Get rid of obsolete variable `directory-sep-char'. | ||
| 14 | (ielm): Use `zerop'. | ||
| 15 | |||
| 16 | 2004-04-29 John Paul Wallington <jpw@gnu.org> | ||
| 17 | |||
| 18 | * thumbs.el (toplevel): Require cl at compile time. | ||
| 19 | Remove conditional definitions of `ignore-errors' and `caddar' | ||
| 20 | because they occur at run time. | ||
| 21 | |||
| 22 | 2004-04-28 Nick Roberts <nickrob@gnu.org> | ||
| 23 | |||
| 24 | * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer) | ||
| 25 | (gdb-frame-stack-buffer, gdb-frame-threads-buffer) | ||
| 26 | (gdb-frame-registers-buffer, gdb-frame-locals-buffer) | ||
| 27 | (gdb-frame-gdb-buffer, gdb-frame-assembler-buffer): Use | ||
| 28 | selected-window. | ||
| 29 | |||
| 30 | * progmodes/gud.el (gud-common-init): Throw an error if program is | ||
| 31 | already running under gdb. | ||
| 32 | |||
| 33 | 2004-04-28 John Paul Wallington <jpw@gnu.org> | ||
| 34 | |||
| 35 | * thumbs.el (thumbs-delete-images): Fix formatting of prompt. | ||
| 36 | (thumbs-show-image-num): Move assignment of | ||
| 37 | `thumbs-current-image-filename' within scope of `i'. | ||
| 38 | (thumbs-emboss-image): Don't use `evenp'. | ||
| 39 | |||
| 40 | 2004-04-28 Richard M. Stallman <rms@gnu.org> | ||
| 41 | |||
| 42 | * progmodes/compile.el (compilation-context-lines): Default now 0. | ||
| 43 | |||
| 1 | 2004-04-28 Juanma Barranquero <lektu@terra.es> | 44 | 2004-04-28 Juanma Barranquero <lektu@terra.es> |
| 2 | 45 | ||
| 3 | Use `time-less-p' from calendar/time-date.el instead of defining | 46 | Use `time-less-p' from calendar/time-date.el instead of defining |