diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index aa8f5c3a150..611e095daa9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -799,8 +799,19 @@ | |||
| 799 | rather than rolling our own approximation. | 799 | rather than rolling our own approximation. |
| 800 | (SCROLL_BAR_VEC_SIZE): Remove; not used. | 800 | (SCROLL_BAR_VEC_SIZE): Remove; not used. |
| 801 | 801 | ||
| 802 | 2012-05-25 Glenn Morris <rgm@gnu.org> | ||
| 803 | |||
| 804 | * lisp.mk (lisp): Update for more files being compiled now. | ||
| 805 | |||
| 802 | 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca> | 806 | 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca> |
| 803 | 807 | ||
| 808 | * lread.c: Remove `read_pure' which makes no difference. | ||
| 809 | (read_pure): Remove var. | ||
| 810 | (unreadpure): Remove function. | ||
| 811 | (readevalloop): Don't call read_list with -1 flag. | ||
| 812 | (read1, read_vector): Don't test read_pure any more. | ||
| 813 | (read_list): Simplify. | ||
| 814 | |||
| 804 | * fileio.c, character.h: Minor style tweaks. | 815 | * fileio.c, character.h: Minor style tweaks. |
| 805 | 816 | ||
| 806 | 2012-05-24 Dmitry Antipov <dmantipov@yandex.ru> | 817 | 2012-05-24 Dmitry Antipov <dmantipov@yandex.ru> |