Mercurial > emacs
changeset 65333:6d261c2eb3dd
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 04 Sep 2005 01:48:58 +0000 |
parents | c2fb39cb93f0 |
children | 2c6c9fd9d86b |
files | admin/FOR-RELEASE lispref/ChangeLog man/ChangeLog src/ChangeLog |
diffstat | 4 files changed, 22 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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
--- 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 <rms@gnu.org> + + * tips.texi (Programming Tips): Add conventions for minibuffer + questions and prompts. + 2005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change) * intro.texi (nil and t): Minor cleanup.
--- 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 <rms@gnu.org> + + * search.texi (Search Case): Mention vars that control + case-fold-search for various operations. + 2005-08-30 Carsten Dominik <dominik@science.uva.nl> * org.texi: Version 3.15.
--- 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 <rms@gnu.org> + + * 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 <monnier@iro.umontreal.ca> * dispnew.c (window_to_frame_hpos, update_window):