diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 7226698934e..c45ec824919 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * makefile.w32-in (DOC): Use just "DOC". | ||
| 4 | |||
| 5 | * Makefile.in (bootstrap-clean): DOC-* doesn't exist any more. | ||
| 6 | |||
| 3 | * process.c: Export default filters and sentinels to Elisp. | 7 | * process.c: Export default filters and sentinels to Elisp. |
| 4 | (Qinternal_default_process_sentinel, Qinternal_default_process_filter): | 8 | (Qinternal_default_process_sentinel, Qinternal_default_process_filter): |
| 5 | New constants. | 9 | New constants. |