diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 54 |
1 files changed, 52 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c3926f6024b..fad9b4f9e46 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,53 @@ | |||
| 1 | 2011-10-28 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * xdisp.c (note_mouse_highlight): Initialize `part', to avoid a | ||
| 4 | possible random value that matches one of those tested as | ||
| 5 | condition to clear the mouse face. | ||
| 6 | |||
| 7 | 2011-10-28 Chong Yidong <cyd@gnu.org> | ||
| 8 | |||
| 9 | * xdisp.c (note_mouse_highlight): Fix use of uninitialized var. | ||
| 10 | |||
| 11 | 2011-10-28 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 12 | |||
| 13 | * window.c (make_window): Initialize phys_cursor_on_p. | ||
| 14 | |||
| 15 | 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 16 | |||
| 17 | * lisp.h (struct Lisp_Symbol): Update comments. | ||
| 18 | |||
| 19 | 2011-10-28 Juanma Barranquero <lekktu@gmail.com> | ||
| 20 | |||
| 21 | * w32font.c (w32_load_unicows_or_gdi32): Add missing return. | ||
| 22 | |||
| 23 | 2011-10-28 Eli Zaretskii <eliz@gnu.org> | ||
| 24 | |||
| 25 | Fix Emacs on Windows 9X (bug#8562). Thanks to oslsachem | ||
| 26 | <oslsachem@gmail.com> for helping to debug this. | ||
| 27 | |||
| 28 | * w32font.c (g_b_init_is_w9x, g_b_init_get_outline_metrics_w) | ||
| 29 | (g_b_init_get_text_metrics_w, g_b_init_get_glyph_outline_w) | ||
| 30 | (g_b_init_get_glyph_outline_w): New static variables. | ||
| 31 | (GetOutlineTextMetricsW_Proc, GetTextMetricsW_Proc) | ||
| 32 | (GetGlyphOutlineW_Proc): New typedefs. | ||
| 33 | (w32_load_unicows_or_gdi32, get_outline_metrics_w) | ||
| 34 | (get_text_metrics_w, get_glyph_outline_w, globals_of_w32font): | ||
| 35 | New functions. | ||
| 36 | (w32font_open_internal, compute_metrics): | ||
| 37 | Call get_outline_metrics_w, get_text_metrics_w, and get_glyph_outline_w | ||
| 38 | instead of calling the "wide" APIs directly. | ||
| 39 | |||
| 40 | * emacs.c (main) [HAVE_NTGUI]: Call globals_of_w32font. | ||
| 41 | |||
| 42 | * w32.h (syms_of_w32font): Add prototype. | ||
| 43 | |||
| 44 | 2011-10-27 Juanma Barranquero <lekktu@gmail.com> | ||
| 45 | |||
| 46 | * window.c (Fframe_root_window, Fframe_first_window, Fwindow_end) | ||
| 47 | (Fframe_selected_window, Ftemp_output_buffer_show, Fnext_window) | ||
| 48 | (Fdelete_window_internal, Fwindow_parameters): Fix typos in docstrings. | ||
| 49 | (Fmove_to_window_line): Doc fix. | ||
| 50 | |||
| 1 | 2011-10-27 Chong Yidong <cyd@gnu.org> | 51 | 2011-10-27 Chong Yidong <cyd@gnu.org> |
| 2 | 52 | ||
| 3 | * process.c (make_process): Set gnutls_state to NULL. | 53 | * process.c (make_process): Set gnutls_state to NULL. |
| @@ -11,8 +61,8 @@ | |||
| 11 | 61 | ||
| 12 | 2011-10-27 Chong Yidong <cyd@gnu.org> | 62 | 2011-10-27 Chong Yidong <cyd@gnu.org> |
| 13 | 63 | ||
| 14 | * gnutls.c (emacs_gnutls_deinit): New function. Deallocate | 64 | * gnutls.c (emacs_gnutls_deinit): New function. |
| 15 | credentials structures as well as calling gnutls_deinit. | 65 | Deallocate credentials structures as well as calling gnutls_deinit. |
| 16 | (Fgnutls_deinit, Fgnutls_boot): Use it. | 66 | (Fgnutls_deinit, Fgnutls_boot): Use it. |
| 17 | 67 | ||
| 18 | * process.c (make_process): Initialize GnuTLS credentials to NULL. | 68 | * process.c (make_process): Initialize GnuTLS credentials to NULL. |