# HG changeset patch # User Daniel Pfeiffer # Date 1096817778 0 # Node ID edc06267fdaa5a657e84d6573cd578b265edc6a5 # Parent 800ede9cd8e3f485a176d95f5321bbc0072aaab0 *** empty log message *** diff -r 800ede9cd8e3 -r edc06267fdaa lisp/ChangeLog --- a/lisp/ChangeLog Sun Oct 03 15:33:38 2004 +0000 +++ b/lisp/ChangeLog Sun Oct 03 15:36:18 2004 +0000 @@ -1,3 +1,8 @@ +2004-10-03 Daniel Pfeiffer + + * newcomment.el (comment-beginning): Doc fix and don't choke on + unset `comment-end-skip' when at beginning of comment + 2004-10-02 Dan Nicolaescu * term.el (term-adjust-current-row-cache): Don't allow the current @@ -5,9 +10,9 @@ (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. + right. (term-scroll-region): Move the cursor after setting the scroll - region. + region. 2004-10-01 Luc Teirlinck