diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index dfd0a05df35..7893cd68396 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,50 @@ | |||
| 1 | 2012-02-13 Andreas Schwab <schwab@linux-m68k.org> | ||
| 2 | |||
| 3 | * gnutls.c (emacs_gnutls_write): Fix last change. | ||
| 4 | |||
| 5 | 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org> | ||
| 6 | |||
| 7 | * gnutls.c (emacs_gnutls_write): Set errno appropriately for | ||
| 8 | send_process. | ||
| 9 | |||
| 10 | 2012-02-13 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 11 | |||
| 12 | * keymap.c (Fsingle_key_description): Handle char ranges. | ||
| 13 | |||
| 14 | 2012-02-12 Chong Yidong <cyd@gnu.org> | ||
| 15 | |||
| 16 | * xdisp.c (handle_stop): Avoid assigning -1 to it->face_id here, | ||
| 17 | as that creates a dangerous corner case. | ||
| 18 | |||
| 19 | * window.c (Fdelete_window_internal): Invalidate the mouse | ||
| 20 | highlight (Bug#9904). | ||
| 21 | |||
| 22 | 2012-02-12 Glenn Morris <rgm@gnu.org> | ||
| 23 | |||
| 24 | * xselect.c (Fx_own_selection_internal) | ||
| 25 | (Fx_get_selection_internal, Fx_disown_selection_internal) | ||
| 26 | (Fx_selection_owner_p, Fx_selection_exists_p): Doc fixes. | ||
| 27 | * nsselect.m (Fx_own_selection_internal) | ||
| 28 | (Fx_disown_selection_internal, Fx_selection_exists_p) | ||
| 29 | (Fx_selection_owner_p, Fx_get_selection_internal): | ||
| 30 | Sync docs and argument specs with the xselect.c versions. | ||
| 31 | |||
| 32 | 2012-02-11 Lars Ingebrigtsen <larsi@gnus.org> | ||
| 33 | |||
| 34 | * gnutls.c (emacs_gnutls_write): Don't infloop if sendto fails. | ||
| 35 | |||
| 36 | 2012-02-11 Eli Zaretskii <eliz@gnu.org> | ||
| 37 | |||
| 38 | * w32select.c (Fx_selection_exists_p): Sync doc string and | ||
| 39 | argument list with xselect.c. (Bug#10783) | ||
| 40 | |||
| 41 | * w16select.c (Fx_selection_exists_p): Sync doc string and | ||
| 42 | argument list with xselect.c. (Bug#10783) | ||
| 43 | |||
| 44 | 2012-02-10 Glenn Morris <rgm@gnu.org> | ||
| 45 | |||
| 46 | * fns.c (Fsecure_hash): Doc fix. | ||
| 47 | |||
| 1 | 2012-02-09 Kenichi Handa <handa@m17n.org> | 48 | 2012-02-09 Kenichi Handa <handa@m17n.org> |
| 2 | 49 | ||
| 3 | * coding.c (produce_chars): Fix updating of src_end (Bug#10701). | 50 | * coding.c (produce_chars): Fix updating of src_end (Bug#10701). |