diff options
| author | Eli Zaretskii | 2009-01-30 15:46:03 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2009-01-30 15:46:03 +0000 |
| commit | 75f4f1ac04a17d1deda0e3a8c82428df784e7f5a (patch) | |
| tree | 12e7dae1068baefe46bdcdeb3d58ef5ba679b72a /src/ChangeLog | |
| parent | 3951477883d9ebfed7d302b4e8aaa5b1005f7351 (diff) | |
| download | emacs-75f4f1ac04a17d1deda0e3a8c82428df784e7f5a.tar.gz emacs-75f4f1ac04a17d1deda0e3a8c82428df784e7f5a.zip | |
(detect_eol, decode_eol): Handle text with DOS-style EOLs that also has
stray ^M characters.
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 91d39e7b580..f86e3c5afd4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2009-01-30 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * coding.c (detect_eol, decode_eol): Handle text with DOS-style | ||
| 4 | EOLs that also has stray ^M characters. | ||
| 5 | |||
| 1 | 2009-01-30 Juanma Barranquero <lekktu@gmail.com> | 6 | 2009-01-30 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 7 | ||
| 3 | * atimer.c (run_timers, alarm_signal_handler): | 8 | * atimer.c (run_timers, alarm_signal_handler): |