aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2012-04-20 09:02:20 -0400
committerStefan Monnier2012-04-20 09:02:20 -0400
commit4ae29f89bec2dda2c891bba212d1918b1375421b (patch)
treee88d5ae1bd5006112ff9d4ab02a5379ce948e3f6 /src/ChangeLog
parent39773899f380fd6bd5628f537f56c858cbe25656 (diff)
downloademacs-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/ChangeLog16
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 @@
12012-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
12012-04-20 Chong Yidong <cyd@gnu.org> 82012-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
232012-04-20 Atsuo Ohki <ohki@gssm.otsuka.tsukuba.ac.jp> (tiny change) 302012-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
272012-04-20 Teodor Zlatanov <tzz@lifelogs.com> 352012-04-20 Teodor Zlatanov <tzz@lifelogs.com>
282012-04-18 Paul Eggert <eggert@cs.ucla.edu> 362012-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
962012-04-14 Paul Eggert <eggert@cs.ucla.edu> 1042012-04-14 Paul Eggert <eggert@cs.ucla.edu>
97 105