diff options
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | src/ChangeLog | 6 |
2 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 196b3baa74e..bbb10dcf73e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2008-08-29 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * cus-start.el (truncate-partial-width-windows): Changed in 23.1. | ||
| 4 | |||
| 1 | 2008-08-28 Chong Yidong <cyd@stupidchicken.com> | 5 | 2008-08-28 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 6 | ||
| 3 | * term/x-win.el (x-win-suspend-error): Don't signal error if there | 7 | * term/x-win.el (x-win-suspend-error): Don't signal error if there |
diff --git a/src/ChangeLog b/src/ChangeLog index cac3b713d6f..72ceb2109c2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2008-08-29 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * buffer.c (word-wrap): Doc fix. | ||
| 4 | * xdisp.c (truncate-partial-width-windows): Doc fix. | ||
| 5 | Increase default to 50. | ||
| 6 | |||
| 1 | 2008-08-29 Chong Yidong <cyd@stupidchicken.com> | 7 | 2008-08-29 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 8 | ||
| 3 | * xdisp.c (update_tool_bar_unwind): New function. | 9 | * xdisp.c (update_tool_bar_unwind): New function. |