diff options
| author | Andreas Schwab | 2010-04-30 12:00:48 -0400 |
|---|---|---|
| committer | Chong Yidong | 2010-04-30 12:00:48 -0400 |
| commit | 5dcde606e32d1794f8268ea51cd2d1746e45a311 (patch) | |
| tree | 2b6048930549ed5862366c766d73a611e4e1669c /src/ChangeLog | |
| parent | 9822590ba8018dd651a01081957d6fb60191d38f (diff) | |
| download | emacs-5dcde606e32d1794f8268ea51cd2d1746e45a311.tar.gz emacs-5dcde606e32d1794f8268ea51cd2d1746e45a311.zip | |
Fix for Bug#5984.
* composite.c (autocmp_chars): Save point as marker before calling
auto-composition-function.
* lisp.h (restore_point_unwind): Add prototype.
* fileio.c (restore_point_unwind): Remove static attribute.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index d061857bc3a..29506bee67e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2010-04-30 Andreas Schwab <schwab@linux-m68k.org> | ||
| 2 | |||
| 3 | * composite.c (autocmp_chars): Save point as marker before calling | ||
| 4 | auto-composition-function (Bug#5984). | ||
| 5 | |||
| 6 | * lisp.h (restore_point_unwind): Add prototype. | ||
| 7 | |||
| 8 | * fileio.c (restore_point_unwind): Remove static attribute. | ||
| 9 | |||
| 1 | 2010-04-23 Kenichi Handa <handa@m17n.org> | 10 | 2010-04-23 Kenichi Handa <handa@m17n.org> |
| 2 | 11 | ||
| 3 | * ftfont.c (M17N_FLT_USE_NEW_FEATURE): Define it if we can use the | 12 | * ftfont.c (M17N_FLT_USE_NEW_FEATURE): Define it if we can use the |