summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2006-07-09 02:08:14 +0000
committerRichard M. Stallman <rms@gnu.org>2006-07-09 02:08:14 +0000
commit3aa7c28e8e92d19ca12856bbe1f57b751ed5b1dd (patch)
treee61decf8559677ce3274a56914d194efa7b1b41f
parent34079653ff9efb5e148caed66f92e392fbd8b201 (diff)
downloademacs-3aa7c28e8e92d19ca12856bbe1f57b751ed5b1dd.tar.gz
emacs-3aa7c28e8e92d19ca12856bbe1f57b751ed5b1dd.tar.bz2
emacs-3aa7c28e8e92d19ca12856bbe1f57b751ed5b1dd.zip
*** empty log message ***
-rw-r--r--ChangeLog6
-rw-r--r--admin/FOR-RELEASE2
-rw-r--r--etc/NEWS4
-rw-r--r--etc/TODO2
-rw-r--r--lisp/ChangeLog11
-rw-r--r--lispref/ChangeLog8
6 files changed, 30 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 24775fe4276..a37cdd71377 100644
--- 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.
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE
index 4ba4204c05b..95584c62965 100644
--- a/admin/FOR-RELEASE
+++ b/admin/FOR-RELEASE
@@ -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
diff --git a/etc/NEWS b/etc/NEWS
index 4205c9e2f87..9c8156b72e7 100644
--- 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.
* Lisp Changes in Emacs 22.1
diff --git a/etc/TODO b/etc/TODO
index 02edc2671a7..de0097cde87 100644
--- 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
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 0995999b7e2..9732a3f5432 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -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.
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index 2d488c41eae..5e5365cd031 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -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.