aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog17
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 @@
12008-05-19 Chong Yidong <cyd@stupidchicken.com>
2
3 * process.c (wait_reading_process_output): Always check status
4 when in batch mode.
5
62008-05-19 Stefan Monnier <monnier@iro.umontreal.ca> 12008-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
132008-05-19 Chong Yidong <cyd@stupidchicken.com>
14
15 * process.c (wait_reading_process_output): Always check status
16 when in batch mode.
17
112008-05-19 Kenichi Handa <handa@m17n.org> 182008-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.