aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2005-09-04 01:48:58 +0000
committerRichard M. Stallman2005-09-04 01:48:58 +0000
commitd7ea8b71aa7b7bc119c662556c564258aadb12de (patch)
tree3a47ab70bd672b84c09e718770cebe3dc70ff678
parentf37e01634cc3ea6561fc031fd09912ed4b732820 (diff)
downloademacs-d7ea8b71aa7b7bc119c662556c564258aadb12de.tar.gz
emacs-d7ea8b71aa7b7bc119c662556c564258aadb12de.zip
*** empty log message ***
-rw-r--r--admin/FOR-RELEASE6
-rw-r--r--lispref/ChangeLog5
-rw-r--r--man/ChangeLog5
-rw-r--r--src/ChangeLog10
4 files changed, 22 insertions, 4 deletions
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 <spiegel@gnu.org>.
33 33
34** Update Speedbar. 34** Update Speedbar.
35 35
36** Debug custom themes. 36** Document custom themes.
37
38** Get rid of the defadvice calls in org.el.
39 37
40* FATAL ERRORS 38* FATAL ERRORS
41 39
@@ -243,7 +241,7 @@ lispref/hash.texi "Luc Teirlinck" Chong Yidong
243lispref/help.texi "Luc Teirlinck" Chong Yidong 241lispref/help.texi "Luc Teirlinck" Chong Yidong
244lispref/hooks.texi Lute Kamstra 242lispref/hooks.texi Lute Kamstra
245lispref/internals.texi "Luc Teirlinck" Chong Yidong 243lispref/internals.texi "Luc Teirlinck" Chong Yidong
246lispref/intro.texi "Luc Teirlinck" 244lispref/intro.texi "Luc Teirlinck" Josh Varner
247lispref/keymaps.texi "Luc Teirlinck" Chong Yidong 245lispref/keymaps.texi "Luc Teirlinck" Chong Yidong
248lispref/lists.texi "Luc Teirlinck" Chong Yidong 246lispref/lists.texi "Luc Teirlinck" Chong Yidong
249lispref/loading.texi "Luc Teirlinck" Chong Yidong 247lispref/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 @@
12005-09-03 Richard M. Stallman <rms@gnu.org>
2
3 * tips.texi (Programming Tips): Add conventions for minibuffer
4 questions and prompts.
5
12005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change) 62005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
2 7
3 * intro.texi (nil and t): Minor cleanup. 8 * 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 @@
12005-09-03 Richard M. Stallman <rms@gnu.org>
2
3 * search.texi (Search Case): Mention vars that control
4 case-fold-search for various operations.
5
12005-08-30 Carsten Dominik <dominik@science.uva.nl> 62005-08-30 Carsten Dominik <dominik@science.uva.nl>
2 7
3 * org.texi: Version 3.15. 8 * 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 @@
12005-09-03 Richard M. Stallman <rms@gnu.org>
2
3 * xdisp.c (redisplay_internal): Make UPDATED as long as needed.
4 (move_it_in_display_line_to): Stop after last char on line even
5 on a windowing terminal, if that's the specified stop position.
6
7 * fns.c (Fsort): Doc fix.
8
9 * editfns.c (Fpropertize): Don't insist that properties be symbols.
10
12005-09-01 Stefan Monnier <monnier@iro.umontreal.ca> 112005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
2 12
3 * dispnew.c (window_to_frame_hpos, update_window): 13 * dispnew.c (window_to_frame_hpos, update_window):