diff options
| author | Paul Eggert | 2011-10-27 11:20:24 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-10-27 11:20:24 -0700 |
| commit | 929bb973dd3faf1655f03ac758942d5b009354ad (patch) | |
| tree | 56f50bd1940eae6c9aafc5a719584a355818dcbe /src/ChangeLog | |
| parent | dde1458174882077ca799d03f0adea91286650a3 (diff) | |
| parent | 87e68db4734d89bab693744ad210560da0c20a87 (diff) | |
| download | emacs-929bb973dd3faf1655f03ac758942d5b009354ad.tar.gz emacs-929bb973dd3faf1655f03ac758942d5b009354ad.zip | |
Merge from trunk.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 42 |
1 files changed, 41 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index bdb3434558c..a13039896dd 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | 2011-10-26 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-10-27 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | Fix integer width and related bugs (Bug#9874). | 3 | Fix integer width and related bugs (Bug#9874). |
| 4 | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): | 4 | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): |
| @@ -786,6 +786,46 @@ | |||
| 786 | rather than rolling our own approximation. | 786 | rather than rolling our own approximation. |
| 787 | (SCROLL_BAR_VEC_SIZE): Remove; not used. | 787 | (SCROLL_BAR_VEC_SIZE): Remove; not used. |
| 788 | 788 | ||
| 789 | 2011-10-27 Juanma Barranquero <lekktu@gmail.com> | ||
| 790 | |||
| 791 | * window.c (Fframe_root_window, Fframe_first_window, Fwindow_end) | ||
| 792 | (Fframe_selected_window, Ftemp_output_buffer_show, Fnext_window) | ||
| 793 | (Fdelete_window_internal, Fwindow_parameters): Fix typos in docstrings. | ||
| 794 | (Fmove_to_window_line): Doc fix. | ||
| 795 | |||
| 796 | 2011-10-27 Chong Yidong <cyd@gnu.org> | ||
| 797 | |||
| 798 | * process.c (make_process): Set gnutls_state to NULL. | ||
| 799 | |||
| 800 | * gnutls.c (emacs_gnutls_deinit): Deinit the gnutls_state if it is | ||
| 801 | non-NULL, regardless of GNUTLS_INITSTAGE. | ||
| 802 | (Fgnutls_boot): Cleanups. Call emacs_gnutls_deinit if we signal | ||
| 803 | an error. Set process slots as soon as we allocate them. | ||
| 804 | |||
| 805 | * gnutls.h (GNUTLS_LOG, GNUTLS_LOG2): Fix macros. | ||
| 806 | |||
| 807 | 2011-10-27 Chong Yidong <cyd@gnu.org> | ||
| 808 | |||
| 809 | * gnutls.c (emacs_gnutls_deinit): New function. Deallocate | ||
| 810 | credentials structures as well as calling gnutls_deinit. | ||
| 811 | (Fgnutls_deinit, Fgnutls_boot): Use it. | ||
| 812 | |||
| 813 | * process.c (make_process): Initialize GnuTLS credentials to NULL. | ||
| 814 | (deactivate_process): Call emacs_gnutls_deinit. | ||
| 815 | |||
| 816 | 2011-10-27 Juanma Barranquero <lekktu@gmail.com> | ||
| 817 | |||
| 818 | * image.c (x_create_x_image_and_pixmap): | ||
| 819 | * w32.c (sys_rename, w32_delayed_load): | ||
| 820 | * w32font.c (fill_in_logfont): | ||
| 821 | * w32reg.c (x_get_string_resource): Silence compiler warnings. | ||
| 822 | |||
| 823 | 2011-10-26 Juanma Barranquero <lekktu@gmail.com> | ||
| 824 | |||
| 825 | * w32fns.c (w32_default_color_map): New function, | ||
| 826 | extracted from Fw32_default_color_map. | ||
| 827 | (Fw32_default_color_map, Fx_open_connection): Use it. (Bug#9785) | ||
| 828 | |||
| 789 | 2011-10-25 Paul Eggert <eggert@cs.ucla.edu> | 829 | 2011-10-25 Paul Eggert <eggert@cs.ucla.edu> |
| 790 | 830 | ||
| 791 | * dispextern.h (Fcontrolling_tty_p): New decl (Bug#6649 part 2). | 831 | * dispextern.h (Fcontrolling_tty_p): New decl (Bug#6649 part 2). |