1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-29 11:02:01 +00:00

*** empty log message ***

This commit is contained in:
Richard M. Stallman 2005-01-03 03:20:06 +00:00
parent 969be0336e
commit 85aaa8d20d
2 changed files with 3 additions and 18 deletions

View File

@ -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 <tabmore@rivo.mediatti.net>
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 <angeli@iwi.uni-sb.de>

View File

@ -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 <monnier@iro.umontreal.ca>
2005-01-02 Karl Chen <quarl@cs.berkeley.edu>
* vc-svn.el (vc-svn-diff): Stay local if possible.
From Karl Chen <quarl@cs.berkeley.edu>.
2005-01-02 Stefan <monnier@iro.umontreal.ca>
* vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.