From: Gerd Moellmann Date: Tue, 23 Oct 2001 14:11:09 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-21.2~487 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=64c1ef4a50280aa7b703e512fbfacd5d219fe5e0;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1a51430415f..be5413a78e3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2001-10-23 Gerd Moellmann + + * desktop.el (desktop-last-buffer): New variable. + (desktop-create-buffer): Set it. + (desktop-read): Bind it and switch to that buffer. + 2001-10-22 Gerd Moellmann * progmodes/compile.el (compilation-set-window-height): Select diff --git a/src/ChangeLog b/src/ChangeLog index 615556e93b4..ce6e9956a3a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,8 @@ 2001-10-23 Gerd Moellmann + * lread.c (syms_of_lread): Raise to + 50. + * xterm.c (x_draw_glyphs): Remove parameters READ_START and REAL_END. Notice if cursor gets overwritten. (notice_overwritten_cursor): Take X positions as parameters.