From: Richard M. Stallman Date: Sun, 4 Sep 2005 01:48:58 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-22.0.90~7260 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d7ea8b71aa7b7bc119c662556c564258aadb12de;p=emacs.git *** empty log message *** --- diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE index 5375db09f69..587ec97752b 100644 --- a/admin/FOR-RELEASE +++ b/admin/FOR-RELEASE @@ -33,9 +33,7 @@ To be done by Andre Spiegel . ** Update Speedbar. -** Debug custom themes. - -** Get rid of the defadvice calls in org.el. +** Document custom themes. * FATAL ERRORS @@ -243,7 +241,7 @@ lispref/hash.texi "Luc Teirlinck" Chong Yidong lispref/help.texi "Luc Teirlinck" Chong Yidong lispref/hooks.texi Lute Kamstra lispref/internals.texi "Luc Teirlinck" Chong Yidong -lispref/intro.texi "Luc Teirlinck" +lispref/intro.texi "Luc Teirlinck" Josh Varner lispref/keymaps.texi "Luc Teirlinck" Chong Yidong lispref/lists.texi "Luc Teirlinck" Chong Yidong lispref/loading.texi "Luc Teirlinck" Chong Yidong diff --git a/lispref/ChangeLog b/lispref/ChangeLog index f5079dc52a6..ec8885138b5 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,8 @@ +2005-09-03 Richard M. Stallman + + * tips.texi (Programming Tips): Add conventions for minibuffer + questions and prompts. + 2005-09-03 Joshua Varner (tiny change) * intro.texi (nil and t): Minor cleanup. diff --git a/man/ChangeLog b/man/ChangeLog index ac992ec6922..97473b2aa06 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,3 +1,8 @@ +2005-09-03 Richard M. Stallman + + * search.texi (Search Case): Mention vars that control + case-fold-search for various operations. + 2005-08-30 Carsten Dominik * org.texi: Version 3.15. diff --git a/src/ChangeLog b/src/ChangeLog index 09a3ba2d825..bc76f96208a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,13 @@ +2005-09-03 Richard M. Stallman + + * xdisp.c (redisplay_internal): Make UPDATED as long as needed. + (move_it_in_display_line_to): Stop after last char on line even + on a windowing terminal, if that's the specified stop position. + + * fns.c (Fsort): Doc fix. + + * editfns.c (Fpropertize): Don't insist that properties be symbols. + 2005-09-01 Stefan Monnier * dispnew.c (window_to_frame_hpos, update_window):