# HG changeset patch # User Richard M. Stallman # Date 1151941952 0 # Node ID ad634ecfc7ad50efbbf84b74be4550f0351a49fb # Parent 6c86b6c45ccfb3ca1c01008c3fdb7be88704b669 *** empty log message *** diff -r 6c86b6c45ccf -r ad634ecfc7ad man/ChangeLog --- a/man/ChangeLog Mon Jul 03 15:52:26 2006 +0000 +++ b/man/ChangeLog Mon Jul 03 15:52:32 2006 +0000 @@ -1,3 +1,34 @@ +2006-07-03 Richard Stallman + + * rcirc.texi (Scrolling conservatively): Fix xref. + + * pcl-cvs.texi (Viewing differences): Usage fix. + + * search.texi (Other Repeating Search): filename -> file name. + + * misc.texi (Narrowing): Minor cleanups. + + * files.texi (Visiting): filename -> file name. + + * emacs.texi (Top): Update subnode menus. + + * mule.texi (Coding Systems): Move char translation stuff here. + (Specify Coding, Output Coding): New nodes, out of Recognize Coding. + (Recognize Coding): Substantial local rewrites. + (International): Update menu. + + * display.texi (Auto Scrolling): New node, broken out of Scrolling. + (Scrolling): Substantial local rewrites. + (Display): Update menu and intro. + + * dired.texi: filename -> file name. + + * custom.texi (Safe File Variables): Texinfo usage fix. + +2006-07-03 Ted Zlatanov + + * help.texi, m-x.texi: Lots of cleanups. + 2006-07-03 Carsten Dominik * org.texi (Agenda commands): Document `s' key to save all org-mode diff -r 6c86b6c45ccf -r ad634ecfc7ad src/ChangeLog --- a/src/ChangeLog Mon Jul 03 15:52:26 2006 +0000 +++ b/src/ChangeLog Mon Jul 03 15:52:32 2006 +0000 @@ -1,3 +1,13 @@ +2006-07-03 Richard Stallman + + * xfns.c (Fx_create_frame): Move unwind_create_frame setup down. + + * xfaces.c (Fface_attribute_relative_p): Doc fix. + + * textprop.c (Fget_char_property_and_overlay): Doc fix. + + * eval.c (Fdefvaralias): Doc fix. + 2006-07-03 Kim F. Storm * dispnew.c (sit_for): Fix preempt condition.