diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c23585bdab7..6d2ed01bafc 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,18 @@ | |||
| 1 | 2012-04-14 Atsuo Ohki <ohki@gssm.otsuka.tsukuba.ac.jp> (tiny change) | ||
| 2 | |||
| 3 | * lread.c (lisp_file_lexically_bound_p): | ||
| 4 | Fix hang at ";-*-\n" (bug#11238). | ||
| 5 | |||
| 6 | 2012-04-14 Eli Zaretskii <eliz@gnu.org> | ||
| 7 | |||
| 8 | * xdisp.c (find_last_unchanged_at_beg_row): Don't consider a row | ||
| 9 | "unchanged" if its end.pos is beyond ZV. (Bug#11199) | ||
| 10 | |||
| 11 | 2012-04-14 Jan Djärv <jan.h.d@swipnet.se> | ||
| 12 | |||
| 13 | * nsterm.m (constrainFrameRect): Always constrain when there is only | ||
| 14 | one screen (Bug#10962). | ||
| 15 | |||
| 1 | 2012-04-13 Ken Brown <kbrown@cornell.edu> | 16 | 2012-04-13 Ken Brown <kbrown@cornell.edu> |
| 2 | 17 | ||
| 3 | * s/cygwin.h (PTY_OPEN): Don't try to close a bogus file descriptor. | 18 | * s/cygwin.h (PTY_OPEN): Don't try to close a bogus file descriptor. |