aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog17
1 files changed, 15 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 4118fc6f2d8..27a229b0f68 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,16 @@
12006-10-29 Mark Davies <mark@mcs.vuw.ac.nz> (tiny change)
2
3 * ralloc.c (relinquish): Use a long for excess space counter to
4 handle 64-bit case correctly.
5
62006-10-29 Jeramey Crawford <jeramey@jeramey.com>
7
8 * m/amdx86-64.h: Add defines for OpenBSD x86-64.
9
102006-10-29 Juanma Barranquero <lekktu@gmail.com>
11
12 * window.c (Fdisplay_buffer): Fix typo in docstring.
13
12006-10-27 Ben North <ben@redfrontdoor.org> (tiny change) 142006-10-27 Ben North <ben@redfrontdoor.org> (tiny change)
2 15
3 * w32term.c (x_draw_glyph_string_foreground): Set background mode 16 * w32term.c (x_draw_glyph_string_foreground): Set background mode
@@ -431,7 +444,7 @@
431 avoid confusing redisplay by placing the cursor outside the visible 444 avoid confusing redisplay by placing the cursor outside the visible
432 window area. 445 window area.
433 446
4342006-09-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 4472006-09-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
435 448
436 * xterm.c (x_initialize): Don't install Xt event timer here. 449 * xterm.c (x_initialize): Don't install Xt event timer here.
437 (x_timeout_atimer_activated_flag): New var. 450 (x_timeout_atimer_activated_flag): New var.
@@ -2176,7 +2189,7 @@
2176 * xdisp.c (display_tool_bar_line): Restore entire tool-bar 2189 * xdisp.c (display_tool_bar_line): Restore entire tool-bar
2177 geometry when backtracking in case last image doesn't fit on line. 2190 geometry when backtracking in case last image doesn't fit on line.
2178 2191
21792006-05-18 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change) 21922006-05-18 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
2180 2193
2181 * xdisp.c (display_tool_bar_line): Don't adjust tool-bar height by 2194 * xdisp.c (display_tool_bar_line): Don't adjust tool-bar height by
2182 more than height of one frame default line. 2195 more than height of one frame default line.