diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 4cf00fc3c30..b8a8445155e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2007-11-13 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * w32fns.c (Fw32_register_hot_key): Don't try to register hot key | ||
| 4 | if w32_parse_hot_key returned nil. | ||
| 5 | |||
| 1 | 2007-11-10 Stefan Monnier <monnier@iro.umontreal.ca> | 6 | 2007-11-10 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 7 | ||
| 3 | * xdisp.c (load_overlay_strings): Fix copy&paste typo. | 8 | * xdisp.c (load_overlay_strings): Fix copy&paste typo. |
| @@ -107,7 +112,7 @@ | |||
| 107 | 2007-11-01 Johan Bockg,Ae(Brd <bojohan@gnu.org> | 112 | 2007-11-01 Johan Bockg,Ae(Brd <bojohan@gnu.org> |
| 108 | 113 | ||
| 109 | * macterm.c, w32term.c, xterm.c (x_draw_stretch_glyph_string): | 114 | * macterm.c, w32term.c, xterm.c (x_draw_stretch_glyph_string): |
| 110 | Don't set s->stippled_p here, since it has already been set by | 115 | Don't set s->stippled_p here, since it has already been set by |
| 111 | x_set_glyph_string_gc from x_draw_glyph_string. | 116 | x_set_glyph_string_gc from x_draw_glyph_string. |
| 112 | 117 | ||
| 113 | 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu> | 118 | 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu> |