aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 67d26d13f99..41b3f92a4c8 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,18 @@
12006-07-18 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * xterm.c (x_connection_closed, x_error_quitter): Mark as NO_RETURN.
4
5 * textprop.c (text_read_only): Likewise.
6
7 * lread.c (end_of_file_error): Likewise.
8
9 * lisp.h (circular_list_error, memory_full, buffer_memory_full):
10 Likewise.
11
12 * eval.c (unwind_to_catch): Likewise.
13
14 * buffer.h (buffer_slot_type_mismatch): Likewise.
15
12006-07-18 Kim F. Storm <storm@cua.dk> 162006-07-18 Kim F. Storm <storm@cua.dk>
2 17
3 Cleanup Fsignal calls that never returns; now only use it for Qquit. 18 Cleanup Fsignal calls that never returns; now only use it for Qquit.