aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog64
1 files changed, 54 insertions, 10 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 187fc607c2..dd26fb647b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,49 @@
+2004-10-02 Dan Nicolaescu <[email protected]>
+
+ * term.el (term-adjust-current-row-cache): Don't allow the current
+ row to become negative.
+ (term-emulate-terminal): Fix insert mode. Handle tab insertion at
+ the end of the line. Fix scroll down. Add comments.
+ (term-handle-ansi-escape): Don't exceed terminal width when moving
+ right.
+ (term-scroll-region): Move the cursor after setting the scroll
+ region.
+
+2004-10-01 Luc Teirlinck <[email protected]>
+
+ * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
+ to `width' for consistency with docstring. Doc fix.
+
+2004-10-01 Martin Stjernholm <[email protected]>
+
+ * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
+ This is necessary for derived modes.
+
+2004-09-30 Kim F. Storm <[email protected]>
+
+ * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
+ (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
+
+ * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
+ kmacro-extract-lambda functions.
+ (edit-kbd-macro): Handle kmacro lambda forms.
+ Include counter and counter format in edit buffer.
+ (edmacro-finish-edit): Get counter and format from edit buffer and
+ update kmacro bindings when found.
+
+2004-09-29 Luc Teirlinck <[email protected]>
+
+ * textmodes/paragraphs.el (forward-paragraph): Avoid
+ args-out-of-range error when point winds up at the beginning of
+ the buffer and hard newlines are enabled.
+
+ * newcomment.el (comment-multi-line): Doc fix.
+
+2004-09-29 Stefan Monnier <[email protected]>
+
+ * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
+ (diff-fixup-modifs): Catch unified-diff file-headers.
+
2004-09-28 Stefan <[email protected]>
* dired.el (dired-view-command-alist): Use more efficient regexps.
@@ -35,8 +81,8 @@
(pr-version): New version number (6.8.1).
(pr-ps-file-using-ghostscript): Use make-temp-file instead of
make-temp-name.
- (pr-delete-file): Check if file exists before deleting it. Reported by
- Lennart Borgman <[email protected]>.
+ (pr-delete-file): Check if file exists before deleting it.
+ Reported by Lennart Borgman <[email protected]>.
2004-09-26 Stefan <[email protected]>
@@ -48,21 +94,19 @@
2004-09-26 Dan Nicolaescu <[email protected]>
* term.el (term-ansi-at-eval-string, term-ansi-default-fg)
- (term-ansi-default-bg, term-ansi-current-temp): Delete unused
- vars.
+ (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
(map): Bind S-prior, S-next and S-insert.
(term-mode): Set `indent-tabs-mode' to nil.
(term-paste): New function to be bound to S-insert.
(term-send-del, term-send-backspace): Change the strings sent.
(term-termcap-format): Synchronyze with etc/e/eterm.ti.
(term-handle-colors-array): Fix handling of underline and reverse.
- (term-handle-ansi-escape): Do not handle smcup/rmcup. Add
- comments.
+ (term-handle-ansi-escape): Do not handle smcup/rmcup. Add comments.
(term-erase-in-line): Fix comparison.
- (term-emulate-terminal): Fix line wrap handling.
- (term-start-output-log): Renamed from `term-set-output-log'.
- (term-stop-output-log): Renamed from `term-stop-photo'.
- (term-switch-to-alternate-sub-buffer): Comment out, unused.
+ (term-emulate-terminal): Fix line wrap handling.
+ (term-start-output-log): Rename from `term-set-output-log'.
+ (term-stop-output-log): Rename from `term-stop-photo'.
+ (term-switch-to-alternate-sub-buffer): Comment out, unused.
2004-09-25 Stefan <[email protected]>