aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJuanma Barranquero2007-11-13 15:09:34 +0000
committerJuanma Barranquero2007-11-13 15:09:34 +0000
commitfb053a1f93201ace1251db95e33d4d4901d4db22 (patch)
tree2d0378594e382a59ac30b29cf7febc02313740a0 /src/ChangeLog
parenta5373305429ab6f8095102f32219573548bb22c9 (diff)
downloademacs-fb053a1f93201ace1251db95e33d4d4901d4db22.tar.gz
emacs-fb053a1f93201ace1251db95e33d4d4901d4db22.zip
(Fw32_register_hot_key): Don't try to register
hot key if w32_parse_hot_key returned nil.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
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 @@
12007-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
12007-11-10 Stefan Monnier <monnier@iro.umontreal.ca> 62007-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 @@
1072007-11-01 Johan Bockg,Ae(Brd <bojohan@gnu.org> 1122007-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
1132007-11-01 Dan Nicolaescu <dann@ics.uci.edu> 1182007-11-01 Dan Nicolaescu <dann@ics.uci.edu>