diff options
| author | Kenichi Handa | 2006-01-26 00:40:12 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2006-01-26 00:40:12 +0000 |
| commit | 34b8768930168c1683fd5544e373de007cd0dcbf (patch) | |
| tree | 0c6f626a36ce4ffb131a7ccfb48fea123c885b39 /src/ChangeLog | |
| parent | 4d92725249f77da1f5ab7311a041f2bef00ad3ca (diff) | |
| download | emacs-34b8768930168c1683fd5544e373de007cd0dcbf.tar.gz emacs-34b8768930168c1683fd5544e373de007cd0dcbf.zip | |
(Fcall_process): GCPRO error_file. Encode infile,
current_dir, and error_file. On reporting an error, decode them
back.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index f75797b56c6..001bbf23e9a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2006-01-26 Kenichi Handa <handa@m17n.org> | ||
| 2 | |||
| 3 | * callproc.c (Fcall_process): GCPRO error_file. Encode infile, | ||
| 4 | current_dir, and error_file. On reporting an error, decode them | ||
| 5 | back. | ||
| 6 | |||
| 1 | 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca> | 7 | 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 8 | ||
| 3 | * regex.c (IMMEDIATE_QUIT_CHECK): Use it with SYNC_INPUT as well. | 9 | * regex.c (IMMEDIATE_QUIT_CHECK): Use it with SYNC_INPUT as well. |