diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 3e36b223142..afdfff07562 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,6 +1,10 @@ | |||
| 1 | 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * eval.c (Fcalled_interactively_p): Add `kind' argument. | ||
| 4 | |||
| 1 | 2009-10-01 Michael Albinus <michael.albinus@gmx.de> | 5 | 2009-10-01 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 6 | ||
| 3 | * fileio.c (Fdelete_directory_internal): Renamed from | 7 | * fileio.c (Fdelete_directory_internal): Rename from |
| 4 | Fdelete_directory. It is not a command anymore. It has no file | 8 | Fdelete_directory. It is not a command anymore. It has no file |
| 5 | name handler. | 9 | name handler. |
| 6 | 10 | ||