aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2005-01-03 03:20:06 +0000
committerRichard M. Stallman2005-01-03 03:20:06 +0000
commit85aaa8d20de70bc95c0afde8755bd6cfbbe44e23 (patch)
tree080435562b937aefcc7f71dd0818e983fc1e68b9
parent969be0336eeddc706fef1ca758a22e48a5facf23 (diff)
downloademacs-85aaa8d20de70bc95c0afde8755bd6cfbbe44e23.tar.gz
emacs-85aaa8d20de70bc95c0afde8755bd6cfbbe44e23.zip
*** empty log message ***
-rw-r--r--admin/FOR-RELEASE16
-rw-r--r--lisp/ChangeLog5
2 files changed, 3 insertions, 18 deletions
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:
183Update: Maybe only reveals itself when compiled with GTK+ 183Update: Maybe only reveals itself when compiled with GTK+
184 184
185 185
186** line-spacing and Electric-pop-up-window
187
188From: SAITO Takuya <tabmore@rivo.mediatti.net>
189Date: Mon, 31 May 2004 02:08:10 +0900 (JST)
190
191Electric-pop-up-window does not work well
192if truncate long lines disabled and/or
193`line-spacing' is set to positive integer.
194
195For example, start emacs -Q --line-spacing 1, and type M-` .
196Then, the last line of *Completions* buffer is not visible.
197
198fit-window-to-buffer works well for me, so I guess
199Electric-pop-up-window can use it.
200
201
202** Partial highlighting of wrapped overlay 186** Partial highlighting of wrapped overlay
203 187
204From: Ralf Angeli <angeli@iwi.uni-sb.de> 188From: Ralf Angeli <angeli@iwi.uni-sb.de>
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index adf99fcfc7d..8b9639cef9b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -8,10 +8,11 @@
8 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer 8 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
9 instead of calculating the right size. 9 instead of calculating the right size.
10 10
112005-01-02 Stefan <monnier@iro.umontreal.ca> 112005-01-02 Karl Chen <quarl@cs.berkeley.edu>
12 12
13 * vc-svn.el (vc-svn-diff): Stay local if possible. 13 * vc-svn.el (vc-svn-diff): Stay local if possible.
14 From Karl Chen <quarl@cs.berkeley.edu>. 14
152005-01-02 Stefan <monnier@iro.umontreal.ca>
15 16
16 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case. 17 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
17 18