# HG changeset patch # User Richard M. Stallman # Date 1155705450 0 # Node ID b6050f44ed8cfda057215623ea371423bf6e1297 # Parent 351a59835b3af81e8cafd560dec5f5e748d2a0df *** empty log message *** diff -r 351a59835b3a -r b6050f44ed8c ChangeLog --- a/ChangeLog Wed Aug 16 05:15:25 2006 +0000 +++ b/ChangeLog Wed Aug 16 05:17:30 2006 +0000 @@ -1,3 +1,7 @@ +2006-08-16 Richard Stallman + + * INSTALL.CVS: Clean up wording. + 2006-07-14 Eli Zaretskii * configure.in (PKG_CHECK_MODULES): Redirect the output of diff -r 351a59835b3a -r b6050f44ed8c lisp/ChangeLog --- a/lisp/ChangeLog Wed Aug 16 05:15:25 2006 +0000 +++ b/lisp/ChangeLog Wed Aug 16 05:17:30 2006 +0000 @@ -1,3 +1,24 @@ +2006-08-16 Richard Stallman + + * term/x-win.el (x-clipboard-yank): Specify * in interactive spec. + (special-event-map): Process drag-n-drop events this way. + + * simple.el (move-beginning-of-line): Test whether fields + would prevent motion back to line's first visible character. + If so, stop where the fields would stop the motion. + + * newcomment.el (comment-indent): Fully update INDENT + before checking to see if it will change the text. + + * cus-edit.el (custom-newline): New function. + (custom-mode-map): Bind newline to custom-newline. + + * compare-w.el (compare-windows): Factor compare-ignore-whitespace + into ignore-whitespace. + Check each buffer for its skip-function. + Handle compare-windows-skip-whitespace special-case test + by returning t from default skip function. + 2006-08-15 Carsten Dominik * textmodes/org.el (org-clock-special-range, diff -r 351a59835b3a -r b6050f44ed8c lispref/ChangeLog --- a/lispref/ChangeLog Wed Aug 16 05:15:25 2006 +0000 +++ b/lispref/ChangeLog Wed Aug 16 05:17:30 2006 +0000 @@ -1,3 +1,11 @@ +2006-08-16 Richard Stallman + + * keymaps.texi (Extended Menu Items): Show format of cached + bindings in extended menu items. + + * customize.texi (Variable Definitions): Explain when the + standard value expression is evaluated. + 2006-08-15 Chong Yidong * commands.texi (Reading One Event): Explain idleness in diff -r 351a59835b3a -r b6050f44ed8c man/ChangeLog --- a/man/ChangeLog Wed Aug 16 05:15:25 2006 +0000 +++ b/man/ChangeLog Wed Aug 16 05:17:30 2006 +0000 @@ -1,3 +1,13 @@ +2006-08-16 Richard Stallman + + * misc.texi (Saving Emacs Sessions): Clean up wording. + + * mark.texi (Marking Objects): Mention term "select all". + + * emacs.texi (Top): Update subnode menu. + + * help.texi (Help Mode): Move node up in file. + 2006-08-15 Carsten Dominik * org.texi (Installation, Activation): Split from Installation and diff -r 351a59835b3a -r b6050f44ed8c src/ChangeLog --- a/src/ChangeLog Wed Aug 16 05:15:25 2006 +0000 +++ b/src/ChangeLog Wed Aug 16 05:17:30 2006 +0000 @@ -1,3 +1,7 @@ +2006-08-16 Richard Stallman + + * print.c (debug_output_compilation_hack): New function. + 2006-08-16 Kenichi Handa * fileio.c (choose_write_coding_system): Use LF for end-of-line