]> code.delx.au - gnu-emacs/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Sun, 9 Jul 2006 02:08:14 +0000 (02:08 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 9 Jul 2006 02:08:14 +0000 (02:08 +0000)
ChangeLog
admin/FOR-RELEASE
etc/NEWS
etc/TODO
lisp/ChangeLog
lispref/ChangeLog

index 24775fe42764a0671b4fad1a6fd02008ee1e0be1..a37cdd7137730a21bbd59200534ee6df90014f4d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-07-08  Richard Stallman  <rms@gnu.org>
+
+       * INSTALL (DETAILED BUILDING AND INSTALLATION): Minor corrections.
+
 2006-07-09  Kim F. Storm  <storm@cua.dk>
 
        * CONTRIBUTE: Use outline format.
@@ -7,7 +11,7 @@
 
        * configure: Regenerated.
 
-       * configure.in (PKG_CHECK_MODUILES): Redirect stderr of pkg-config
+       * configure.in (PKG_CHECK_MODULES): Redirect stderr of pkg-config
        to /dev/null, since we don't need the error message, just the
        exit status.
 
index 4ba4204c05b3ed0df38952bb2a2a100a84bc0c3e..95584c629652fb6601b3beb32215ec19db0d21c9 100644 (file)
@@ -64,8 +64,6 @@ It seems that to fix this, w32 server sockets must use WSAAsyncSelect
 
 * DOCUMENTATION
 
-** Delete all @tindex commands from the Emacs Lisp Manual.
-
 ** Check the Emacs Lisp manual.
 
 Each manual section should be checked for factual correctness
index 4205c9e2f873fa39c0f52c3cbe1a8b01b544fde0..9c8156b72e7da98353181ea74da4d21da20a4e18 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -451,6 +451,8 @@ C-h e displays the *Messages* buffer.
 
 C-h d runs apropos-documentation.
 
+C-h r visits the Emacs Manual in Info.
+
 C-h followed by a control character is used for displaying files
     that do not change:
 
@@ -3667,6 +3669,8 @@ deleting the part of subprocess output that matches the input.
 ** The variable `memory-full' now remains t until
 there is no longer a shortage of memory.
 
+** When Emacs receives a USR1 or USR2 signal, this generates
+an input event: usr1-signal or usr2-signal.
 \f
 * Lisp Changes in Emacs 22.1
 
index 02edc2671a7b8f29d91e166b1952433a23b2ae78..de0097cde87166496366925c00786f7c885723c2 100644 (file)
--- a/etc/TODO
+++ b/etc/TODO
@@ -90,6 +90,8 @@ current buffer.
    list fonts, display a font as a sample, etc.  [fx is looking at
   multilingual font selection for the Unicode branch of Emacs.]
 
+** Provide a convenient way to select a color with the mouse.
+
 ** Rewrite the face code to be simpler, clearer and faster.
 
 ** Program Enriched mode to read and save in RTF.  [Is there actually a
index 0995999b7e2677fc324f1fd66662908b06b823ab..9732a3f54327061b00cf45c93fffdd7725bd3666 100644 (file)
@@ -1,3 +1,14 @@
+2006-07-08  Richard Stallman  <rms@gnu.org>
+
+       * term/x-win.el (x-handle-display): Add doc string.
+
+       * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
+
+       * subr.el (def-edebug-spec): Moved here.
+       * emacs-lisp/edebug.el (def-edebug-spec): Moved to subr.el.
+
+       * imenu.el (imenu-choose-buffer-index): Doc fix.
+
 2006-07-08  Romain Francoise  <romain@orebokech.com>
 
        * term/x-win.el (x-display-name): Fix typo.
index 2d488c41eaedfebe5c0497a62ee87f5162aa3927..5e5365cd0315e88c910343a2f4e519bf54e31227 100644 (file)
@@ -1,3 +1,11 @@
+2006-07-08  Richard Stallman  <rms@gnu.org>
+
+       * commands.texi (Interactive Call): Use 3 as prefix in example
+       for execute-extended-command.
+
+       * display.texi (Attribute Functions): Move paragraph about
+       compatibility with Emacs < 21.
+
 2006-07-09  Kim F. Storm  <storm@cua.dk>
 
        * display.texi (Refresh Screen): Clarify force-window-update.