diff options
| author | Stefan Monnier | 2012-04-20 09:02:20 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2012-04-20 09:02:20 -0400 |
| commit | 4ae29f89bec2dda2c891bba212d1918b1375421b (patch) | |
| tree | e88d5ae1bd5006112ff9d4ab02a5379ce948e3f6 /src/ChangeLog | |
| parent | 39773899f380fd6bd5628f537f56c858cbe25656 (diff) | |
| download | emacs-4ae29f89bec2dda2c891bba212d1918b1375421b.tar.gz emacs-4ae29f89bec2dda2c891bba212d1918b1375421b.zip | |
* src/print.c (print_preprocess): Only check print_depth if print-circle
is nil.
(print_object): Check for cycles even when print-circle is nil and
print-gensym is t, but only check print_depth if print-circle is nil.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index fa6c47bf955..a6fcc80da8a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2012-04-20 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * print.c (print_preprocess): Only check print_depth if print-circle | ||
| 4 | is nil. | ||
| 5 | (print_object): Check for cycles even when print-circle is nil and | ||
| 6 | print-gensym is t, but only check print_depth if print-circle is nil. | ||
| 7 | |||
| 1 | 2012-04-20 Chong Yidong <cyd@gnu.org> | 8 | 2012-04-20 Chong Yidong <cyd@gnu.org> |
| 2 | 9 | ||
| 3 | * process.c (wait_reading_process_output): If EIO occurs on a pty, | 10 | * process.c (wait_reading_process_output): If EIO occurs on a pty, |
| @@ -16,13 +23,14 @@ | |||
| 16 | (set_cursor_from_row): If called for a mode-line or header-line | 23 | (set_cursor_from_row): If called for a mode-line or header-line |
| 17 | row, return zero immediately. | 24 | row, return zero immediately. |
| 18 | (try_cursor_movement): If inside continuation line, don't back up | 25 | (try_cursor_movement): If inside continuation line, don't back up |
| 19 | farther than the first row after the header line, if any. Don't | 26 | farther than the first row after the header line, if any. |
| 20 | consider the header-line row as "partially visible", even if | 27 | Don't consider the header-line row as "partially visible", even if |
| 21 | MATRIX_ROW_PARTIALLY_VISIBLE_P returns non-zero. (Bug#11261) | 28 | MATRIX_ROW_PARTIALLY_VISIBLE_P returns non-zero. (Bug#11261) |
| 22 | 29 | ||
| 23 | 2012-04-20 Atsuo Ohki <ohki@gssm.otsuka.tsukuba.ac.jp> (tiny change) | 30 | 2012-04-20 Atsuo Ohki <ohki@gssm.otsuka.tsukuba.ac.jp> (tiny change) |
| 24 | 31 | ||
| 25 | * lread.c (lisp_file_lexically_bound_p): Fix hang at ";-*-\n" (bug#11238). | 32 | * lread.c (lisp_file_lexically_bound_p): Fix hang at ";-*-\n" |
| 33 | (bug#11238). | ||
| 26 | 34 | ||
| 27 | 2012-04-20 Teodor Zlatanov <tzz@lifelogs.com> | 35 | 2012-04-20 Teodor Zlatanov <tzz@lifelogs.com> |
| 28 | 2012-04-18 Paul Eggert <eggert@cs.ucla.edu> | 36 | 2012-04-18 Paul Eggert <eggert@cs.ucla.edu> |
| @@ -91,7 +99,7 @@ | |||
| 91 | (union aligned_Lisp_Misc): Define. | 99 | (union aligned_Lisp_Misc): Define. |
| 92 | (MARKER_BLOCK_SIZE, struct marker_block): Use union | 100 | (MARKER_BLOCK_SIZE, struct marker_block): Use union |
| 93 | aligned_Lisp_Misc instead of union Lisp_Misc. | 101 | aligned_Lisp_Misc instead of union Lisp_Misc. |
| 94 | (Fmake_symbol, allocate_misc, gc_sweep): Adjust | 102 | (Fmake_symbol, allocate_misc, gc_sweep): Adjust. |
| 95 | 103 | ||
| 96 | 2012-04-14 Paul Eggert <eggert@cs.ucla.edu> | 104 | 2012-04-14 Paul Eggert <eggert@cs.ucla.edu> |
| 97 | 105 | ||