Mercurial > emacs
changeset 72420:b6050f44ed8c
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 16 Aug 2006 05:17:30 +0000 |
parents | 351a59835b3a |
children | 9d2de51e19c2 |
files | ChangeLog lisp/ChangeLog lispref/ChangeLog man/ChangeLog src/ChangeLog |
diffstat | 5 files changed, 47 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <rms@gnu.org> + + * INSTALL.CVS: Clean up wording. + 2006-07-14 Eli Zaretskii <eliz@gnu.org> * configure.in (PKG_CHECK_MODULES): Redirect the output of
--- 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 <rms@gnu.org> + + * 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 <dominik@science.uva.nl> * textmodes/org.el (org-clock-special-range,
--- 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 <rms@gnu.org> + + * 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 <cyd@stupidchicken.com> * commands.texi (Reading One Event): Explain idleness in
--- 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 <rms@gnu.org> + + * 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 <dominik@science.uva.nl> * org.texi (Installation, Activation): Split from Installation and
--- 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 <rms@gnu.org> + + * print.c (debug_output_compilation_hack): New function. + 2006-08-16 Kenichi Handa <handa@m17n.org> * fileio.c (choose_write_coding_system): Use LF for end-of-line