diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index d05ccc44b3d..e38d997c405 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2007-11-19 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2007-11-19 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * data.c (store_symval_forwarding, set_internal): | ||
| 4 | * eval.c (specbind): Remove dead code. | ||
| 5 | |||
| 3 | * coding.c (detect_coding, Fupdate_coding_systems_internal): | 6 | * coding.c (detect_coding, Fupdate_coding_systems_internal): |
| 4 | * fns.c (Fmd5): Use find_symbol_value rather than SYMBOL_VALUE | 7 | * fns.c (Fmd5): Use find_symbol_value rather than SYMBOL_VALUE |
| 5 | Since we do not want to see internal Lisp_*fwd objects here. | 8 | Since we do not want to see internal Lisp_*fwd objects here. |