diff options
| author | Eli Zaretskii <eliz@gnu.org> | 2010-08-20 22:49:20 +0300 |
|---|---|---|
| committer | Eli Zaretskii <eliz@gnu.org> | 2010-08-20 22:49:20 +0300 |
| commit | ff2de6d2bb239c5fdcfaba2c8efd5c62610e3b7d (patch) | |
| tree | 50fddf4dc9cc34e4f78357a545fcb3a9677c05d7 /src/ChangeLog | |
| parent | c30b8a12a4a57bfe070dd68b014d7d425bab8ed9 (diff) | |
| parent | 491a154635caf0bf90fd1c4ad35f02d43eac98ee (diff) | |
Fix version string in top-level MSDOS Makefile.
msdos/mainmake.v2 (version): Update due to change in emacs.c.
src/emacs.c <emacs_version>: Add a comment regarding msdos/mainmake.v2's
dependency on the syntax of this declaration.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index d6b1c2347a2..85d4da73803 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,10 @@ 2010-08-20 Eli Zaretskii <eliz@gnu.org> + * emacs.c <emacs_version>: Add a comment regarding + msdos/mainmake.v2's dependency on the syntax of this declaration. + +2010-08-20 Eli Zaretskii <eliz@gnu.org> + * dispnew.c (buffer_posn_from_coords): Fix calculation of buffer position for R2L lines by mirroring the pixel position wrt the text are box. Improve commentary. |
