aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 67f281919a9..782b2de8086 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,12 @@
12008-02-10 Stefan Monnier <monnier@iro.umontreal.ca> 12008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
2 2
3 * frame.c (Qnoelisp): New symbol.
4 (syms_of_frame): Initialize it.
5 (Fdelete_frame): Use it to distinguish a mere `force' passed from
6 someharmles Elisp code, from a strong `force' from x_connection_closed.
7 * frame.h (Qnoelisp): Declare.
8 * xterm.c (x_connection_closed): Pass `noelisp'.
9
3 * lisp.h (struct Lisp_Misc_Any, struct Lisp_Marker) 10 * lisp.h (struct Lisp_Misc_Any, struct Lisp_Marker)
4 (struct Lisp_Overlay, struct Lisp_Kboard_Objfwd) 11 (struct Lisp_Overlay, struct Lisp_Kboard_Objfwd)
5 (struct Lisp_Save_Value, struct Lisp_Free): Use enum Lisp_Misc_Type 12 (struct Lisp_Save_Value, struct Lisp_Free): Use enum Lisp_Misc_Type