diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 63a374b912a..0232ce4a1ca 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,13 +1,20 @@ | |||
| 1 | 2008-05-19 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * process.c (wait_reading_process_output): Always check status | ||
| 4 | when in batch mode. | ||
| 5 | |||
| 6 | 2008-05-19 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2008-05-19 Stefan Monnier <monnier@iro.umontreal.ca> |
| 7 | 2 | ||
| 3 | * lisp.h (indirect_variable): | ||
| 4 | * data.c (indirect_variable, let_shadows_buffer_binding_p): | ||
| 5 | Use Lisp_Symbol pointers rather than Lisp_Object. | ||
| 6 | Adjust callers. | ||
| 7 | * buffer.c (buffer_slot_type_mismatch): Use wrong-type-argument. | ||
| 8 | To this end, change calling-convention. | ||
| 9 | |||
| 8 | * minibuf.c (Finternal_complete_buffer): Only strip out hidden buffers | 10 | * minibuf.c (Finternal_complete_buffer): Only strip out hidden buffers |
| 9 | if some non-hidden buffers are selected by string&pred. | 11 | if some non-hidden buffers are selected by string&pred. |
| 10 | 12 | ||
| 13 | 2008-05-19 Chong Yidong <cyd@stupidchicken.com> | ||
| 14 | |||
| 15 | * process.c (wait_reading_process_output): Always check status | ||
| 16 | when in batch mode. | ||
| 17 | |||
| 11 | 2008-05-19 Kenichi Handa <handa@m17n.org> | 18 | 2008-05-19 Kenichi Handa <handa@m17n.org> |
| 12 | 19 | ||
| 13 | * font.c (font_list_entities): Fix handling of cache. | 20 | * font.c (font_list_entities): Fix handling of cache. |