aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2006-07-03 15:52:32 +0000
committerRichard M. Stallman2006-07-03 15:52:32 +0000
commit9ca246175e0d609429581dea5003983a317ec6ce (patch)
treeb61769097114053c2c7012ab91d1c3944f2627ab
parente603283927a28da5c44120343cf7a9f3c975dd52 (diff)
downloademacs-9ca246175e0d609429581dea5003983a317ec6ce.tar.gz
emacs-9ca246175e0d609429581dea5003983a317ec6ce.zip
*** empty log message ***
-rw-r--r--man/ChangeLog31
-rw-r--r--src/ChangeLog10
2 files changed, 41 insertions, 0 deletions
diff --git a/man/ChangeLog b/man/ChangeLog
index 5995e880542..0deb566be33 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,34 @@
12006-07-03 Richard Stallman <rms@gnu.org>
2
3 * rcirc.texi (Scrolling conservatively): Fix xref.
4
5 * pcl-cvs.texi (Viewing differences): Usage fix.
6
7 * search.texi (Other Repeating Search): filename -> file name.
8
9 * misc.texi (Narrowing): Minor cleanups.
10
11 * files.texi (Visiting): filename -> file name.
12
13 * emacs.texi (Top): Update subnode menus.
14
15 * mule.texi (Coding Systems): Move char translation stuff here.
16 (Specify Coding, Output Coding): New nodes, out of Recognize Coding.
17 (Recognize Coding): Substantial local rewrites.
18 (International): Update menu.
19
20 * display.texi (Auto Scrolling): New node, broken out of Scrolling.
21 (Scrolling): Substantial local rewrites.
22 (Display): Update menu and intro.
23
24 * dired.texi: filename -> file name.
25
26 * custom.texi (Safe File Variables): Texinfo usage fix.
27
282006-07-03 Ted Zlatanov <tzz@lifelogs.com>
29
30 * help.texi, m-x.texi: Lots of cleanups.
31
12006-07-03 Carsten Dominik <dominik@science.uva.nl> 322006-07-03 Carsten Dominik <dominik@science.uva.nl>
2 33
3 * org.texi (Agenda commands): Document `s' key to save all org-mode 34 * org.texi (Agenda commands): Document `s' key to save all org-mode
diff --git a/src/ChangeLog b/src/ChangeLog
index 05613acdf96..e9c28b2a0c1 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,13 @@
12006-07-03 Richard Stallman <rms@gnu.org>
2
3 * xfns.c (Fx_create_frame): Move unwind_create_frame setup down.
4
5 * xfaces.c (Fface_attribute_relative_p): Doc fix.
6
7 * textprop.c (Fget_char_property_and_overlay): Doc fix.
8
9 * eval.c (Fdefvaralias): Doc fix.
10
12006-07-03 Kim F. Storm <storm@cua.dk> 112006-07-03 Kim F. Storm <storm@cua.dk>
2 12
3 * dispnew.c (sit_for): Fix preempt condition. 13 * dispnew.c (sit_for): Fix preempt condition.