Mercurial > emacs
changeset 57302:edc06267fdaa
*** empty log message ***
author | Daniel Pfeiffer <occitan@esperanto.org> |
---|---|
date | Sun, 03 Oct 2004 15:36:18 +0000 |
parents | 800ede9cd8e3 |
children | b2a68db48f92 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 7 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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 <occitan@esperanto.org> + + * 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 <dann@ics.uci.edu> * 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 <teirllm@auburn.edu>