diff options
| author | Alan Mackenzie | 2011-10-28 14:35:39 +0000 |
|---|---|---|
| committer | Alan Mackenzie | 2011-10-28 14:35:39 +0000 |
| commit | 93b5b3bdc8b734132c530acd6ffae1196c0865bc (patch) | |
| tree | da8ed72a56bfbf65d6f3cd9bdc3fa5d123dc4873 /src/ChangeLog | |
| parent | 020716e178cdae443a3630c4307023cb3fc4c350 (diff) | |
| parent | bc97a826f8ea89a269f6043be3148930f023e2b2 (diff) | |
| download | emacs-93b5b3bdc8b734132c530acd6ffae1196c0865bc.tar.gz emacs-93b5b3bdc8b734132c530acd6ffae1196c0865bc.zip | |
Boring merge from savannah.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 83 |
1 files changed, 83 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 3f9b5beeab6..50fc953024a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,86 @@ | |||
| 1 | 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * lisp.h (struct Lisp_Symbol): Update comments. | ||
| 4 | |||
| 5 | 2011-10-28 Juanma Barranquero <lekktu@gmail.com> | ||
| 6 | |||
| 7 | * w32font.c (w32_load_unicows_or_gdi32): Add missing return. | ||
| 8 | |||
| 9 | 2011-10-28 Eli Zaretskii <eliz@gnu.org> | ||
| 10 | |||
| 11 | Fix Emacs on Windows 9X (bug#8562). Thanks to oslsachem | ||
| 12 | <oslsachem@gmail.com> for helping to debug this. | ||
| 13 | |||
| 14 | * w32font.c (g_b_init_is_w9x, g_b_init_get_outline_metrics_w) | ||
| 15 | (g_b_init_get_text_metrics_w, g_b_init_get_glyph_outline_w) | ||
| 16 | (g_b_init_get_glyph_outline_w): New static variables. | ||
| 17 | (GetOutlineTextMetricsW_Proc, GetTextMetricsW_Proc) | ||
| 18 | (GetGlyphOutlineW_Proc): New typedefs. | ||
| 19 | (w32_load_unicows_or_gdi32, get_outline_metrics_w) | ||
| 20 | (get_text_metrics_w, get_glyph_outline_w, globals_of_w32font): | ||
| 21 | New functions. | ||
| 22 | (w32font_open_internal, compute_metrics): | ||
| 23 | Call get_outline_metrics_w, get_text_metrics_w, and get_glyph_outline_w | ||
| 24 | instead of calling the "wide" APIs directly. | ||
| 25 | |||
| 26 | * emacs.c (main) [HAVE_NTGUI]: Call globals_of_w32font. | ||
| 27 | |||
| 28 | * w32.h (syms_of_w32font): Add prototype. | ||
| 29 | |||
| 30 | 2011-10-27 Juanma Barranquero <lekktu@gmail.com> | ||
| 31 | |||
| 32 | * window.c (Fframe_root_window, Fframe_first_window, Fwindow_end) | ||
| 33 | (Fframe_selected_window, Ftemp_output_buffer_show, Fnext_window) | ||
| 34 | (Fdelete_window_internal, Fwindow_parameters): Fix typos in docstrings. | ||
| 35 | (Fmove_to_window_line): Doc fix. | ||
| 36 | |||
| 37 | 2011-10-27 Chong Yidong <cyd@gnu.org> | ||
| 38 | |||
| 39 | * process.c (make_process): Set gnutls_state to NULL. | ||
| 40 | |||
| 41 | * gnutls.c (emacs_gnutls_deinit): Deinit the gnutls_state if it is | ||
| 42 | non-NULL, regardless of GNUTLS_INITSTAGE. | ||
| 43 | (Fgnutls_boot): Cleanups. Call emacs_gnutls_deinit if we signal | ||
| 44 | an error. Set process slots as soon as we allocate them. | ||
| 45 | |||
| 46 | * gnutls.h (GNUTLS_LOG, GNUTLS_LOG2): Fix macros. | ||
| 47 | |||
| 48 | 2011-10-27 Chong Yidong <cyd@gnu.org> | ||
| 49 | |||
| 50 | * gnutls.c (emacs_gnutls_deinit): New function. | ||
| 51 | Deallocate credentials structures as well as calling gnutls_deinit. | ||
| 52 | (Fgnutls_deinit, Fgnutls_boot): Use it. | ||
| 53 | |||
| 54 | * process.c (make_process): Initialize GnuTLS credentials to NULL. | ||
| 55 | (deactivate_process): Call emacs_gnutls_deinit. | ||
| 56 | |||
| 57 | 2011-10-27 Juanma Barranquero <lekktu@gmail.com> | ||
| 58 | |||
| 59 | * image.c (x_create_x_image_and_pixmap): | ||
| 60 | * w32.c (sys_rename, w32_delayed_load): | ||
| 61 | * w32font.c (fill_in_logfont): | ||
| 62 | * w32reg.c (x_get_string_resource): Silence compiler warnings. | ||
| 63 | |||
| 64 | 2011-10-26 Juanma Barranquero <lekktu@gmail.com> | ||
| 65 | |||
| 66 | * w32fns.c (w32_default_color_map): New function, | ||
| 67 | extracted from Fw32_default_color_map. | ||
| 68 | (Fw32_default_color_map, Fx_open_connection): Use it. (Bug#9785) | ||
| 69 | |||
| 70 | 2011-10-25 Paul Eggert <eggert@cs.ucla.edu> | ||
| 71 | |||
| 72 | * dispextern.h (Fcontrolling_tty_p): New decl (Bug#6649 part 2). | ||
| 73 | |||
| 74 | 2011-10-25 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 75 | |||
| 76 | * keyboard.c (test_undefined): New function (bug#9751). | ||
| 77 | (read_key_sequence): Use it to detect when a key is bound to `undefined'. | ||
| 78 | |||
| 79 | 2011-10-25 Enami Tsugutomo <tsugutomo.enami@jp.sony.com> | ||
| 80 | |||
| 81 | * sysdep.c (init_sys_modes): Fix the check for the controlling | ||
| 82 | terminal (Bug#6649). | ||
| 83 | |||
| 1 | 2011-10-20 Eli Zaretskii <eliz@gnu.org> | 84 | 2011-10-20 Eli Zaretskii <eliz@gnu.org> |
| 2 | 85 | ||
| 3 | * dispextern.h (struct bidi_it): New member next_en_type. | 86 | * dispextern.h (struct bidi_it): New member next_en_type. |