]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Wed, 16 Aug 2006 05:17:30 +0000 (05:17 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 16 Aug 2006 05:17:30 +0000 (05:17 +0000)
ChangeLog
lisp/ChangeLog
lispref/ChangeLog
man/ChangeLog
src/ChangeLog

index b34b4d6d09cfeb7c7edbad00dffa7931b1e10784..0651090b9958a24eb89c976822c7a486e54acbe7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 31201341796d1376129e0df56c9ab4f07c228606..44e3f73538e69699a1b4f0af54f1c039ee7ef66c 100644 (file)
@@ -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,
index 579918f36a27b2e5af3a9de860c89d5b3fa4cfeb..d09689ce637929be21b1b25605862bcd504dfdcb 100644 (file)
@@ -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
index cdf811da570c90374aa4bbba272d36098eb4f6aa..4063ca3e2b017287e4b8e24b9906ad62d4898058 100644 (file)
@@ -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
index 58929cc40d2850c03ab952caa2b9961f7e191ee3..b3242619d7faa1e14a1e3fc9618c93b78dc77287 100644 (file)
@@ -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