From: Richard M. Stallman Date: Mon, 3 Jan 2005 03:20:06 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~2953 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=85aaa8d20de70bc95c0afde8755bd6cfbbe44e23;p=emacs.git *** empty log message *** --- diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE index 797e0d6c277..40fb0168793 100644 --- a/admin/FOR-RELEASE +++ b/admin/FOR-RELEASE @@ -183,22 +183,6 @@ interrupting I can get a backtrace, here's an example: Update: Maybe only reveals itself when compiled with GTK+ -** line-spacing and Electric-pop-up-window - -From: SAITO Takuya -Date: Mon, 31 May 2004 02:08:10 +0900 (JST) - -Electric-pop-up-window does not work well -if truncate long lines disabled and/or -`line-spacing' is set to positive integer. - -For example, start emacs -Q --line-spacing 1, and type M-` . -Then, the last line of *Completions* buffer is not visible. - -fit-window-to-buffer works well for me, so I guess -Electric-pop-up-window can use it. - - ** Partial highlighting of wrapped overlay From: Ralf Angeli diff --git a/lisp/ChangeLog b/lisp/ChangeLog index adf99fcfc7d..8b9639cef9b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -8,10 +8,11 @@ * electric.el (Electric-pop-up-window): Use fit-window-to-buffer instead of calculating the right size. -2005-01-02 Stefan +2005-01-02 Karl Chen * vc-svn.el (vc-svn-diff): Stay local if possible. - From Karl Chen . + +2005-01-02 Stefan * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.