diff options
| author | Alan Mackenzie | 2011-10-28 14:02:04 +0000 |
|---|---|---|
| committer | Alan Mackenzie | 2011-10-28 14:02:04 +0000 |
| commit | bc97a826f8ea89a269f6043be3148930f023e2b2 (patch) | |
| tree | e927788ae7ba1058100dfb6c211ff57e6440de4c /src/ChangeLog | |
| parent | c0f13227ab16ad9a87a16182e9d9ace5d2f7a6d9 (diff) | |
| parent | 9aba60432c25b060680eb7db698b20b05d7b94a0 (diff) | |
| download | emacs-bc97a826f8ea89a269f6043be3148930f023e2b2.tar.gz emacs-bc97a826f8ea89a269f6043be3148930f023e2b2.zip | |
Merge
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 33 |
1 files changed, 31 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 0d421223228..50fc953024a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,32 @@ | |||
| 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 | |||
| 1 | 2011-10-27 Juanma Barranquero <lekktu@gmail.com> | 30 | 2011-10-27 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 31 | ||
| 3 | * window.c (Fframe_root_window, Fframe_first_window, Fwindow_end) | 32 | * window.c (Fframe_root_window, Fframe_first_window, Fwindow_end) |
| @@ -18,8 +47,8 @@ | |||
| 18 | 47 | ||
| 19 | 2011-10-27 Chong Yidong <cyd@gnu.org> | 48 | 2011-10-27 Chong Yidong <cyd@gnu.org> |
| 20 | 49 | ||
| 21 | * gnutls.c (emacs_gnutls_deinit): New function. Deallocate | 50 | * gnutls.c (emacs_gnutls_deinit): New function. |
| 22 | credentials structures as well as calling gnutls_deinit. | 51 | Deallocate credentials structures as well as calling gnutls_deinit. |
| 23 | (Fgnutls_deinit, Fgnutls_boot): Use it. | 52 | (Fgnutls_deinit, Fgnutls_boot): Use it. |
| 24 | 53 | ||
| 25 | * process.c (make_process): Initialize GnuTLS credentials to NULL. | 54 | * process.c (make_process): Initialize GnuTLS credentials to NULL. |