diff options
| author | Alan Mackenzie | 2011-10-28 13:56:09 +0000 |
|---|---|---|
| committer | Alan Mackenzie | 2011-10-28 13:56:09 +0000 |
| commit | c0f13227ab16ad9a87a16182e9d9ace5d2f7a6d9 (patch) | |
| tree | 5b6aad37a5ab5a4d0591a0159b7041dba54f43b5 /src/ChangeLog | |
| parent | 536610a433e6edc0b3f831272c4e0424ebebee46 (diff) | |
| parent | 44b0122fbb0af5606471d9667ce6352696d259b8 (diff) | |
| download | emacs-c0f13227ab16ad9a87a16182e9d9ace5d2f7a6d9.tar.gz emacs-c0f13227ab16ad9a87a16182e9d9ace5d2f7a6d9.zip | |
Merge in random stuff from savannah.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 3f9b5beeab6..0d421223228 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,57 @@ | |||
| 1 | 2011-10-27 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * window.c (Fframe_root_window, Fframe_first_window, Fwindow_end) | ||
| 4 | (Fframe_selected_window, Ftemp_output_buffer_show, Fnext_window) | ||
| 5 | (Fdelete_window_internal, Fwindow_parameters): Fix typos in docstrings. | ||
| 6 | (Fmove_to_window_line): Doc fix. | ||
| 7 | |||
| 8 | 2011-10-27 Chong Yidong <cyd@gnu.org> | ||
| 9 | |||
| 10 | * process.c (make_process): Set gnutls_state to NULL. | ||
| 11 | |||
| 12 | * gnutls.c (emacs_gnutls_deinit): Deinit the gnutls_state if it is | ||
| 13 | non-NULL, regardless of GNUTLS_INITSTAGE. | ||
| 14 | (Fgnutls_boot): Cleanups. Call emacs_gnutls_deinit if we signal | ||
| 15 | an error. Set process slots as soon as we allocate them. | ||
| 16 | |||
| 17 | * gnutls.h (GNUTLS_LOG, GNUTLS_LOG2): Fix macros. | ||
| 18 | |||
| 19 | 2011-10-27 Chong Yidong <cyd@gnu.org> | ||
| 20 | |||
| 21 | * gnutls.c (emacs_gnutls_deinit): New function. Deallocate | ||
| 22 | credentials structures as well as calling gnutls_deinit. | ||
| 23 | (Fgnutls_deinit, Fgnutls_boot): Use it. | ||
| 24 | |||
| 25 | * process.c (make_process): Initialize GnuTLS credentials to NULL. | ||
| 26 | (deactivate_process): Call emacs_gnutls_deinit. | ||
| 27 | |||
| 28 | 2011-10-27 Juanma Barranquero <lekktu@gmail.com> | ||
| 29 | |||
| 30 | * image.c (x_create_x_image_and_pixmap): | ||
| 31 | * w32.c (sys_rename, w32_delayed_load): | ||
| 32 | * w32font.c (fill_in_logfont): | ||
| 33 | * w32reg.c (x_get_string_resource): Silence compiler warnings. | ||
| 34 | |||
| 35 | 2011-10-26 Juanma Barranquero <lekktu@gmail.com> | ||
| 36 | |||
| 37 | * w32fns.c (w32_default_color_map): New function, | ||
| 38 | extracted from Fw32_default_color_map. | ||
| 39 | (Fw32_default_color_map, Fx_open_connection): Use it. (Bug#9785) | ||
| 40 | |||
| 41 | 2011-10-25 Paul Eggert <eggert@cs.ucla.edu> | ||
| 42 | |||
| 43 | * dispextern.h (Fcontrolling_tty_p): New decl (Bug#6649 part 2). | ||
| 44 | |||
| 45 | 2011-10-25 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 46 | |||
| 47 | * keyboard.c (test_undefined): New function (bug#9751). | ||
| 48 | (read_key_sequence): Use it to detect when a key is bound to `undefined'. | ||
| 49 | |||
| 50 | 2011-10-25 Enami Tsugutomo <tsugutomo.enami@jp.sony.com> | ||
| 51 | |||
| 52 | * sysdep.c (init_sys_modes): Fix the check for the controlling | ||
| 53 | terminal (Bug#6649). | ||
| 54 | |||
| 1 | 2011-10-20 Eli Zaretskii <eliz@gnu.org> | 55 | 2011-10-20 Eli Zaretskii <eliz@gnu.org> |
| 2 | 56 | ||
| 3 | * dispextern.h (struct bidi_it): New member next_en_type. | 57 | * dispextern.h (struct bidi_it): New member next_en_type. |