diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index a3695bda635..8bbc818ec7d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -110,6 +110,9 @@ | |||
| 110 | 110 | ||
| 111 | * term.c (term_mouse_position): Rename local to avoid shadowing. | 111 | * term.c (term_mouse_position): Rename local to avoid shadowing. |
| 112 | 112 | ||
| 113 | * alloc.c (mark_ttys): Move decl from here ... | ||
| 114 | * lisp.h (mark_ttys): ... to here, so that it's checked against defn. | ||
| 115 | |||
| 113 | 2011-03-06 Chong Yidong <cyd@stupidchicken.com> | 116 | 2011-03-06 Chong Yidong <cyd@stupidchicken.com> |
| 114 | 117 | ||
| 115 | * xdisp.c (redisplay_window): Revert incorrect logic in 2011-03-06 | 118 | * xdisp.c (redisplay_window): Revert incorrect logic in 2011-03-06 |