aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim F. Storm2006-07-18 15:04:49 +0000
committerKim F. Storm2006-07-18 15:04:49 +0000
commit2d545d838f41ca56d5329ad00a30c1f7603504f0 (patch)
tree38d98422223d75e85c3817a7f781dc598f642950
parentb7a82118b20ce90995e5fa7c430cce9301207857 (diff)
downloademacs-2d545d838f41ca56d5329ad00a30c1f7603504f0.tar.gz
emacs-2d545d838f41ca56d5329ad00a30c1f7603504f0.zip
*** empty log message ***
-rw-r--r--admin/FOR-RELEASE2
-rw-r--r--lispref/ChangeLog6
2 files changed, 8 insertions, 0 deletions
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE
index 8343d9ba1f5..4ad5eb2cf12 100644
--- a/admin/FOR-RELEASE
+++ b/admin/FOR-RELEASE
@@ -39,6 +39,8 @@ and KDE projects, to use the new Emacs icons in etc/images/icons.
39 '(hscroll-step 1) 39 '(hscroll-step 1)
40 ) 40 )
41 41
42** David Kastrup's report on strange scrolling of large images.
43
42 44
43* DOCUMENTATION 45* DOCUMENTATION
44 46
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index 7b6dbe9194b..97f5c1df75d 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,5 +1,11 @@
12006-07-18 Kim F. Storm <storm@cua.dk> 12006-07-18 Kim F. Storm <storm@cua.dk>
2 2
3 * display.texi (Forcing Redisplay): redisplay-preemption-period
4 only used on window systems. Add xref to Terminal Output.
5
6 * os.texi (Terminal Output): baud-rate only controls preemption on
7 non-window systems. Add xref to Forcing Redisplay.
8
3 * processes.texi (Low-Level Network): Rename node "Make Network" 9 * processes.texi (Low-Level Network): Rename node "Make Network"
4 to "Network Processes". 10 to "Network Processes".
5 11