# HG changeset patch # User Richard M. Stallman # Date 1152410894 0 # Node ID c8ed266edc5ee30d7733e9913a751740f004dd87 # Parent 990ac1cb0fbc7f07df86afdabeca92d23da57a49 *** empty log message *** diff -r 990ac1cb0fbc -r c8ed266edc5e ChangeLog --- a/ChangeLog Sun Jul 09 02:07:25 2006 +0000 +++ b/ChangeLog Sun Jul 09 02:08:14 2006 +0000 @@ -1,3 +1,7 @@ +2006-07-08 Richard Stallman + + * INSTALL (DETAILED BUILDING AND INSTALLATION): Minor corrections. + 2006-07-09 Kim F. Storm * 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 -r 990ac1cb0fbc -r c8ed266edc5e admin/FOR-RELEASE --- a/admin/FOR-RELEASE Sun Jul 09 02:07:25 2006 +0000 +++ b/admin/FOR-RELEASE Sun Jul 09 02:08:14 2006 +0000 @@ -64,8 +64,6 @@ * 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 -r 990ac1cb0fbc -r c8ed266edc5e etc/NEWS --- a/etc/NEWS Sun Jul 09 02:07:25 2006 +0000 +++ b/etc/NEWS Sun Jul 09 02:08:14 2006 +0000 @@ -451,6 +451,8 @@ 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 @@ ** 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 -r 990ac1cb0fbc -r c8ed266edc5e etc/TODO --- a/etc/TODO Sun Jul 09 02:07:25 2006 +0000 +++ b/etc/TODO Sun Jul 09 02:08:14 2006 +0000 @@ -90,6 +90,8 @@ 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 -r 990ac1cb0fbc -r c8ed266edc5e lisp/ChangeLog --- a/lisp/ChangeLog Sun Jul 09 02:07:25 2006 +0000 +++ b/lisp/ChangeLog Sun Jul 09 02:08:14 2006 +0000 @@ -1,3 +1,14 @@ +2006-07-08 Richard Stallman + + * 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 * term/x-win.el (x-display-name): Fix typo. diff -r 990ac1cb0fbc -r c8ed266edc5e lispref/ChangeLog --- a/lispref/ChangeLog Sun Jul 09 02:07:25 2006 +0000 +++ b/lispref/ChangeLog Sun Jul 09 02:08:14 2006 +0000 @@ -1,3 +1,11 @@ +2006-07-08 Richard Stallman + + * 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 * display.texi (Refresh Screen): Clarify force-window-update.