diff options
| author | Karoly Lorentey | 2006-12-03 12:36:08 +0000 |
|---|---|---|
| committer | Karoly Lorentey | 2006-12-03 12:36:08 +0000 |
| commit | d0104e754a241cf83811fef30195d41201de533c (patch) | |
| tree | 6a5a31760801bd70649d0f9b132f61c46fac8445 /src/ChangeLog | |
| parent | 19739b34866e6a4789d842961470123b50158612 (diff) | |
| parent | ab785936c82ac81edb8b20ac27c0558bc04797e5 (diff) | |
| download | emacs-d0104e754a241cf83811fef30195d41201de533c.tar.gz emacs-d0104e754a241cf83811fef30195d41201de533c.zip | |
Merged from emacs@sv.gnu.org.
Patches applied:
* emacs@sv.gnu.org/emacs--devo--0--patch-486
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-487
Merge from gnus--rel--5.10
* emacs@sv.gnu.org/emacs--devo--0--patch-488
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-489
Merge from gnus--rel--5.10
* emacs@sv.gnu.org/gnus--rel--5.10--patch-156
Merge from emacs--devo--0
* emacs@sv.gnu.org/gnus--rel--5.10--patch-157
Update from CVS
* emacs@sv.gnu.org/gnus--rel--5.10--patch-158
Update from CVS
* emacs@sv.gnu.org/gnus--rel--5.10--patch-159
Update from CVS
* emacs@sv.gnu.org/gnus--rel--5.10--patch-160
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-587
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 17 |
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 @@ | |||
| 1 | 2006-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 | |||
| 6 | 2006-10-29 Jeramey Crawford <jeramey@jeramey.com> | ||
| 7 | |||
| 8 | * m/amdx86-64.h: Add defines for OpenBSD x86-64. | ||
| 9 | |||
| 10 | 2006-10-29 Juanma Barranquero <lekktu@gmail.com> | ||
| 11 | |||
| 12 | * window.c (Fdisplay_buffer): Fix typo in docstring. | ||
| 13 | |||
| 1 | 2006-10-27 Ben North <ben@redfrontdoor.org> (tiny change) | 14 | 2006-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 | ||
| 434 | 2006-09-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 447 | 2006-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 | ||
| 2179 | 2006-05-18 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change) | 2192 | 2006-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. |