# HG changeset patch # User Richard M. Stallman # Date 1125798538 0 # Node ID 6d261c2eb3dd148d8d15095a6fe377e7675131d9 # Parent c2fb39cb93f03b21937038a62234190f22b5088e *** empty log message *** diff -r c2fb39cb93f0 -r 6d261c2eb3dd admin/FOR-RELEASE --- a/admin/FOR-RELEASE Sun Sep 04 01:48:26 2005 +0000 +++ b/admin/FOR-RELEASE Sun Sep 04 01:48:58 2005 +0000 @@ -33,9 +33,7 @@ ** Update Speedbar. -** Debug custom themes. - -** Get rid of the defadvice calls in org.el. +** Document custom themes. * FATAL ERRORS @@ -243,7 +241,7 @@ 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 -r c2fb39cb93f0 -r 6d261c2eb3dd lispref/ChangeLog --- a/lispref/ChangeLog Sun Sep 04 01:48:26 2005 +0000 +++ b/lispref/ChangeLog Sun Sep 04 01:48:58 2005 +0000 @@ -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 -r c2fb39cb93f0 -r 6d261c2eb3dd man/ChangeLog --- a/man/ChangeLog Sun Sep 04 01:48:26 2005 +0000 +++ b/man/ChangeLog Sun Sep 04 01:48:58 2005 +0000 @@ -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 -r c2fb39cb93f0 -r 6d261c2eb3dd src/ChangeLog --- a/src/ChangeLog Sun Sep 04 01:48:26 2005 +0000 +++ b/src/ChangeLog Sun Sep 04 01:48:58 2005 +0000 @@ -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):