Mercurial > emacs
comparison src/ChangeLog @ 78524:30f73a22d4ce
(new_backquote_output): Rename from old_backquote_output.
(print): Inverse its logic (according to its name) so as to match the
behavior of new_backquote_flag in lread.c.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Fri, 10 Aug 2007 08:01:30 +0000 |
parents | 17b8414df73d |
children | c708e9ee9e41 |
comparison
equal
deleted
inserted
replaced
78523:437c27340640 | 78524:30f73a22d4ce |
---|---|
1 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * print.c (new_backquote_output): Rename from old_backquote_output. | |
4 (print): Inverse its logic (according to its name) so as to match the | |
5 behavior of new_backquote_flag in lread.c. | |
6 | |
1 2007-08-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 7 2007-08-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
2 | 8 |
3 * gmalloc.c (posix_memalign): New function. | 9 * gmalloc.c (posix_memalign): New function. |
4 | 10 |
5 2007-08-08 Glenn Morris <rgm@gnu.org> | 11 2007-08-08 Glenn Morris <rgm@gnu.org> |