Mercurial > emacs
changeset 98169:80ddfbfad89e
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Sun, 14 Sep 2008 05:59:16 +0000 |
parents | 934c5bd94a4b |
children | 9a65ff5a8499 |
files | src/ChangeLog |
diffstat | 1 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Sun Sep 14 05:58:52 2008 +0000 +++ b/src/ChangeLog Sun Sep 14 05:59:16 2008 +0000 @@ -1,3 +1,8 @@ +2008-09-14 Kenichi Handa <handa@m17n.org> + + * fileio.c (Finsert_file_contents): Delete incorrect decrement of + specpdl_ptr. + 2008-09-12 Kenichi Handa <handa@m17n.org> * indent.c (scan_for_column): Don't handle automatic composition @@ -90,6 +95,11 @@ * buffer.c (Fbuffer_swap_text): Reset window->point markers. +2008-09-07 Kenichi Handa <handa@m17n.org> + + * composite.c (FORWARD_CHAR): Check STOP after + incrementing (POSITION).pos. + 2008-09-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de> * process.c (Fsystem_process_attributes): Doc fix.