diff options
| author | Stefan Monnier | 2011-10-28 09:48:19 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2011-10-28 09:48:19 -0400 |
| commit | 9aba60432c25b060680eb7db698b20b05d7b94a0 (patch) | |
| tree | 93ebd34650a7e41e7969b7f185de3170987a7451 /src/ChangeLog | |
| parent | c20992f469ce64c052f95d7fcfa361b150bd379d (diff) | |
| download | emacs-9aba60432c25b060680eb7db698b20b05d7b94a0.tar.gz emacs-9aba60432c25b060680eb7db698b20b05d7b94a0.zip | |
* src/lisp.h (struct Lisp_Symbol): Update comments.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 46cffde0806..50fc953024a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * lisp.h (struct Lisp_Symbol): Update comments. | ||
| 4 | |||
| 1 | 2011-10-28 Juanma Barranquero <lekktu@gmail.com> | 5 | 2011-10-28 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 6 | ||
| 3 | * w32font.c (w32_load_unicows_or_gdi32): Add missing return. | 7 | * w32font.c (w32_load_unicows_or_gdi32): Add missing return. |
| @@ -13,10 +17,10 @@ | |||
| 13 | (GetOutlineTextMetricsW_Proc, GetTextMetricsW_Proc) | 17 | (GetOutlineTextMetricsW_Proc, GetTextMetricsW_Proc) |
| 14 | (GetGlyphOutlineW_Proc): New typedefs. | 18 | (GetGlyphOutlineW_Proc): New typedefs. |
| 15 | (w32_load_unicows_or_gdi32, get_outline_metrics_w) | 19 | (w32_load_unicows_or_gdi32, get_outline_metrics_w) |
| 16 | (get_text_metrics_w, get_glyph_outline_w, globals_of_w32font): New | 20 | (get_text_metrics_w, get_glyph_outline_w, globals_of_w32font): |
| 17 | functions. | 21 | New functions. |
| 18 | (w32font_open_internal, compute_metrics): Call | 22 | (w32font_open_internal, compute_metrics): |
| 19 | get_outline_metrics_w, get_text_metrics_w, and get_glyph_outline_w | 23 | Call get_outline_metrics_w, get_text_metrics_w, and get_glyph_outline_w |
| 20 | instead of calling the "wide" APIs directly. | 24 | instead of calling the "wide" APIs directly. |
| 21 | 25 | ||
| 22 | * emacs.c (main) [HAVE_NTGUI]: Call globals_of_w32font. | 26 | * emacs.c (main) [HAVE_NTGUI]: Call globals_of_w32font. |
| @@ -43,8 +47,8 @@ | |||
| 43 | 47 | ||
| 44 | 2011-10-27 Chong Yidong <cyd@gnu.org> | 48 | 2011-10-27 Chong Yidong <cyd@gnu.org> |
| 45 | 49 | ||
| 46 | * gnutls.c (emacs_gnutls_deinit): New function. Deallocate | 50 | * gnutls.c (emacs_gnutls_deinit): New function. |
| 47 | credentials structures as well as calling gnutls_deinit. | 51 | Deallocate credentials structures as well as calling gnutls_deinit. |
| 48 | (Fgnutls_deinit, Fgnutls_boot): Use it. | 52 | (Fgnutls_deinit, Fgnutls_boot): Use it. |
| 49 | 53 | ||
| 50 | * process.c (make_process): Initialize GnuTLS credentials to NULL. | 54 | * process.c (make_process): Initialize GnuTLS credentials to NULL. |