From: Richard M. Stallman Date: Wed, 3 May 2006 23:28:43 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-22.0.90~2828 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e4a9a1cfc72babe6d9931c4eb02ef2411c2a53e8;p=emacs.git *** empty log message *** --- diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE index c641fbe106c..9fcdb57f250 100644 --- a/admin/FOR-RELEASE +++ b/admin/FOR-RELEASE @@ -23,8 +23,6 @@ face name prefixes should be in it for good results. ** Ask maintainers of refcard translations to update them. -** Check what should be deleted or updated in MORE.STUFF. - ** Send an email to the various distributions, including the GNOME and KDE projects, to use the new Emacs icons in etc/images/icons. @@ -33,12 +31,15 @@ Assigned to Bill Wohler . * BUGS -** Stefan Monnier's March 20 bug report about 3d boxes in header line. +** JD Smith's 17 Apr 2006 bug report that CVS operations +get mysterious unreproducible failures. + +** David Hansen's bug report on 16 Apr 2006 about point-entered and +point-left text properties. ** Is there a basic problem with cl-byte-compile-compiler-macro? -** Recalculate the tool bar height after changing the default font. -(Bug report by Yamamoto Mistuharu, 31 Mar 2006) +** Cursor position display bug from Yamamoto Mistuharu, 11 Apr 2006. ** Markus Gritsch's report about Emacs looping on Windoze with the following .emacs file, and then reduce Emacs frame width to "something quite narrow": @@ -71,97 +72,6 @@ Lisp point of view. ** Check man/info.texi. -** Add missing years in copyright notices of all files. - -Please record your name here and say which part of the distribution -you're going to handle. - -DIRECTORY STATUS IN CHARGE ---------- ------ --------- -etc (and subdirs) done Thien-Thi Nguyen (ttn(@gnu.org)) -leim done Kenichi Handa -lib-src done ttn -lisp done ttn -lisp/calc done Jay Belanger -lisp/calendar done Glenn Morris -lisp/emacs-lisp done ttn -lisp/emulation done ttn -lisp/eshell done ttn -lisp/gnus done Romain Francoise -lisp/international done Kenichi Handa -lisp/language done Kenichi Handa -lisp/mail done ttn -lisp/mh-e done Bill Wohler -lisp/net done ttn -lisp/obsolete done ttn -lisp/play done Romain Francoise -lisp/progmodes done Nick Roberts -lisp/term done ttn -lisp/textmodes done ttn -lisp/url done ttn -lispintro done ttn -lispref done ttn -lwlib done ttn -m4 done ttn -mac (and subdirs) done ttn -man done ttn -msdos done ttn -nt (and subdirs) done ttn -oldXMenu done ttn -src (and subdirs) done ttn -vms done ttn - -** Check the Emacs manual. - -Each manual section should be checked for factual correctness -regarding recent changes by at least two people. After each file -name, on the same line or the following line, come the names of the -people who have checked it. - -SECTION READERS ------------------------------ -man/abbrevs.texi Chong Yidong Joakim Verona -man/anti.texi Chong Yidong -man/basic.texi "Luc Teirlinck" Chong Yidong -man/buffers.texi "Luc Teirlinck" Chong Yidong -man/building.texi "Ted Zlatanov" -man/calendar.texi joakim@verona.se Chong Yidong -man/cmdargs.texi Chong Yidong "Luc Teirlinck" -man/commands.texi "Luc Teirlinck" Chong Yidong -man/custom.texi Chong Yidong "Luc Teirlinck" -man/dired.texi Chong Yidong joakim@verona.se -man/display.texi "Luc Teirlinck" Chong Yidong -man/emacs.texi "Luc Teirlinck" Lute Kamstra -man/entering.texi "Luc Teirlinck" Chong Yidong -man/files.texi "Luc Teirlinck" Chong Yidong -man/fixit.texi "Luc Teirlinck" Chong Yidong -man/frames.texi "Luc Teirlinck" Chong Yidong -man/glossary.texi Chong Yidong -man/help.texi "Luc Teirlinck" Chong Yidong -man/indent.texi "Luc Teirlinck" Chong Yidong -man/killing.texi "Luc Teirlinck" Chong Yidong -man/kmacro.texi "Luc Teirlinck" Chong Yidong -man/macos.texi Chong Yidong -man/maintaining.texi Chong Yidong -man/major.texi "Luc Teirlinck" Chong Yidong -man/mark.texi "Luc Teirlinck" Chong Yidong -man/mini.texi "Luc Teirlinck" Chong Yidong -man/misc.texi Chong Yidong -man/msdog.texi Chong Yidong -man/mule.texi "Luc Teirlinck" Kenichi Handa -man/m-x.texi "Luc Teirlinck" Chong Yidong -man/picture.texi Joakim Verona Chong Yidong -man/programs.texi "Stephen Eglen" Chong Yidong -man/regs.texi "Luc Teirlinck" Chong Yidong -man/rmail.texi Chong Yidong "Luc Teirlinck" -man/screen.texi "Luc Teirlinck" Chong Yidong -man/search.texi "Luc Teirlinck" Chong Yidong -man/sending.texi Chong Yidong "Luc Teirlinck" -man/text.texi "Luc Teirlinck" Chong Yidong -man/trouble.texi Chong Yidong -man/windows.texi "Luc Teirlinck" Chong Yidong -man/xresources.texi - ** Check the Emacs Lisp manual. Each manual section should be checked for factual correctness diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 52bf5a0a686..716ec2d7b47 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2006-05-03 Richard Stallman + + * isearch.el (isearch-update-ring): Doc fix. + 2006-05-03 Dan Nicolaescu * isearch.el (isearch-update-ring): Take history-delete-duplicates diff --git a/src/ChangeLog b/src/ChangeLog index ed67de1f5d1..c0e8f035a17 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,9 @@ 2006-05-03 Richard Stallman + * sound.c (Fplay_sound_internal): Dynamically allocate + current_sound_device and current_sound. + (sound_cleanup): Free them. + * minibuf.c (read_minibuf): Don't use read_minibuf_noninteractive when inside a keyboard macro.