diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 7017875564b..8812516e41c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,8 +1,14 @@ | |||
| 1 | 2009-03-20 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * keyboard.c (Fcurrent_idle_time): Reflow docstring. | ||
| 4 | (syms_of_keyboard) <command-hook-internal, input-method-function>: | ||
| 5 | Fix typos in docstrings. | ||
| 6 | |||
| 1 | 2009-03-19 Kenichi Handa <handa@m17n.org> | 7 | 2009-03-19 Kenichi Handa <handa@m17n.org> |
| 2 | 8 | ||
| 3 | * fontset.c (Fset_fontset_font): When a spec of ASCII font is | 9 | * fontset.c (Fset_fontset_font): When a spec of ASCII font is |
| 4 | changed, use font_load_for_lface to get a new font object. Call | 10 | changed, use font_load_for_lface to get a new font object. |
| 5 | free_realized_fontset after handling ASCII font change. | 11 | Call free_realized_fontset after handling ASCII font change. |
| 6 | 12 | ||
| 7 | * frame.c (x_set_font): Handle the case that ARG is a cons. | 13 | * frame.c (x_set_font): Handle the case that ARG is a cons. |
| 8 | 14 | ||
| @@ -59,7 +65,7 @@ | |||
| 59 | * w32fns.c (w32_wnd_proc): Change WM_PAINT to WM_EMACS_PAINT | 65 | * w32fns.c (w32_wnd_proc): Change WM_PAINT to WM_EMACS_PAINT |
| 60 | before passing to lisp thread. (Bug#950) | 66 | before passing to lisp thread. (Bug#950) |
| 61 | 67 | ||
| 62 | 2009-03-14 David Reitter <david.reitter@gmail.com> | 68 | 2009-03-14 David Reitter <david.reitter@gmail.com> |
| 63 | 69 | ||
| 64 | * nsterm.m (ns_shutdown_properly, -terminate): Remove global state | 70 | * nsterm.m (ns_shutdown_properly, -terminate): Remove global state |
| 65 | variable as it was never reset. | 71 | variable as it was never reset. |
| @@ -78,7 +84,7 @@ | |||
| 78 | * sound.c (alsa_configure): Remove call to deprecated | 84 | * sound.c (alsa_configure): Remove call to deprecated |
| 79 | snd_pcm_sw_params_set_xfer_align. | 85 | snd_pcm_sw_params_set_xfer_align. |
| 80 | 86 | ||
| 81 | 2009-03-14 Stephen Berman <stephen.berman@gmx.net> | 87 | 2009-03-14 Stephen Berman <stephen.berman@gmx.net> |
| 82 | 88 | ||
| 83 | * gtkutil.c (xg_tool_bar_callback): Set focus back to the frame | 89 | * gtkutil.c (xg_tool_bar_callback): Set focus back to the frame |
| 84 | after clicking in a detached tool bar. | 90 | after clicking in a detached tool bar. |