diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index db5bc124626..b4e04ab7f39 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -4,6 +4,11 @@ | |||
| 4 | 4 | ||
| 5 | 2010-08-21 Chong Yidong <cyd@stupidchicken.com> | 5 | 2010-08-21 Chong Yidong <cyd@stupidchicken.com> |
| 6 | 6 | ||
| 7 | * cus-edit.el (custom-group-value-create): Add extra newline | ||
| 8 | before end line (Bug#6876). | ||
| 9 | |||
| 10 | 2010-08-21 Chong Yidong <cyd@stupidchicken.com> | ||
| 11 | |||
| 7 | * mouse.el (mouse-save-then-kill): Don't save region to kill ring | 12 | * mouse.el (mouse-save-then-kill): Don't save region to kill ring |
| 8 | when extending it. Before killing on the second click, check if | 13 | when extending it. Before killing on the second click, check if |
| 9 | the buffer is the correct one. Doc fix. | 14 | the buffer is the correct one. Doc fix. |