diff options
| author | Richard M. Stallman | 2005-09-04 01:48:58 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-09-04 01:48:58 +0000 |
| commit | d7ea8b71aa7b7bc119c662556c564258aadb12de (patch) | |
| tree | 3a47ab70bd672b84c09e718770cebe3dc70ff678 | |
| parent | f37e01634cc3ea6561fc031fd09912ed4b732820 (diff) | |
| download | emacs-d7ea8b71aa7b7bc119c662556c564258aadb12de.tar.gz emacs-d7ea8b71aa7b7bc119c662556c564258aadb12de.zip | |
*** empty log message ***
| -rw-r--r-- | admin/FOR-RELEASE | 6 | ||||
| -rw-r--r-- | lispref/ChangeLog | 5 | ||||
| -rw-r--r-- | man/ChangeLog | 5 | ||||
| -rw-r--r-- | src/ChangeLog | 10 |
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 | |||
| 243 | lispref/help.texi "Luc Teirlinck" Chong Yidong | 241 | lispref/help.texi "Luc Teirlinck" Chong Yidong |
| 244 | lispref/hooks.texi Lute Kamstra | 242 | lispref/hooks.texi Lute Kamstra |
| 245 | lispref/internals.texi "Luc Teirlinck" Chong Yidong | 243 | lispref/internals.texi "Luc Teirlinck" Chong Yidong |
| 246 | lispref/intro.texi "Luc Teirlinck" | 244 | lispref/intro.texi "Luc Teirlinck" Josh Varner |
| 247 | lispref/keymaps.texi "Luc Teirlinck" Chong Yidong | 245 | lispref/keymaps.texi "Luc Teirlinck" Chong Yidong |
| 248 | lispref/lists.texi "Luc Teirlinck" Chong Yidong | 246 | lispref/lists.texi "Luc Teirlinck" Chong Yidong |
| 249 | lispref/loading.texi "Luc Teirlinck" Chong Yidong | 247 | 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 @@ | |||
| 1 | 2005-09-03 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * tips.texi (Programming Tips): Add conventions for minibuffer | ||
| 4 | questions and prompts. | ||
| 5 | |||
| 1 | 2005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change) | 6 | 2005-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 @@ | |||
| 1 | 2005-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 | |||
| 1 | 2005-08-30 Carsten Dominik <dominik@science.uva.nl> | 6 | 2005-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 @@ | |||
| 1 | 2005-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 | |||
| 1 | 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca> | 11 | 2005-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): |