diff options
| author | Paul Eggert | 2011-10-29 10:33:13 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-10-29 10:33:13 -0700 |
| commit | 8d0eb4c275581847990b85dbb350caa3df9e653f (patch) | |
| tree | c161f977d59ac3103b04dc0f4aea57c83436a456 /src/ChangeLog | |
| parent | 929bb973dd3faf1655f03ac758942d5b009354ad (diff) | |
| parent | 196e41e4aec1a44ec5b6e9bed485185ba872ae67 (diff) | |
| download | emacs-8d0eb4c275581847990b85dbb350caa3df9e653f.tar.gz emacs-8d0eb4c275581847990b85dbb350caa3df9e653f.zip | |
Merge from trunk.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 80 |
1 files changed, 77 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index a13039896dd..272354c48d1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | 2011-10-27 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-10-29 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,80 @@ | |||
| 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-29 Paul Eggert <eggert@cs.ucla.edu> | ||
| 790 | |||
| 791 | * alloc.c (which_symbols): Declare EXTERNALLY_VISIBLE, | ||
| 792 | so that this new function doesn't get optimized away by a | ||
| 793 | whole-program optimizer. Make the 2nd arg EMACS_INT, not int. | ||
| 794 | |||
| 795 | 2011-10-29 Andreas Schwab <schwab@linux-m68k.org> | ||
| 796 | |||
| 797 | * frame.h (MOUSE_HL_INFO): Remove excess parens. | ||
| 798 | |||
| 799 | 2011-10-29 Eli Zaretskii <eliz@gnu.org> | ||
| 800 | |||
| 801 | Fix the `xbytecode' command. | ||
| 802 | * .gdbinit (xprintbytestr): New command. | ||
| 803 | (xwhichsymbols): Renamed from `which'; all callers changed. | ||
| 804 | (xbytecode): Print the byte-code string as well. | ||
| 805 | |||
| 806 | 2011-10-29 Kim Storm <storm@cua.dk> | ||
| 807 | |||
| 808 | * alloc.c (which_symbols): New function. | ||
| 809 | |||
| 810 | 2011-10-29 Andreas Schwab <schwab@linux-m68k.org> | ||
| 811 | |||
| 812 | * minibuf.c (read_minibuf_noninteractive): Allow reading empty | ||
| 813 | line. (Bug#9903) | ||
| 814 | |||
| 815 | 2011-10-29 Glenn Morris <rgm@gnu.org> | ||
| 816 | |||
| 817 | * process.c (wait_reading_process_output): Revert 2009-08-30 change. | ||
| 818 | Not clear what it was for, and it causes various bugs. (Bug#9839) | ||
| 819 | |||
| 820 | 2011-10-28 Eli Zaretskii <eliz@gnu.org> | ||
| 821 | |||
| 822 | * xdisp.c (note_mouse_highlight): Initialize `part', to avoid a | ||
| 823 | possible random value that matches one of those tested as | ||
| 824 | condition to clear the mouse face. | ||
| 825 | |||
| 826 | 2011-10-28 Chong Yidong <cyd@gnu.org> | ||
| 827 | |||
| 828 | * xdisp.c (note_mouse_highlight): Fix use of uninitialized var. | ||
| 829 | |||
| 830 | 2011-10-28 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 831 | |||
| 832 | * window.c (make_window): Initialize phys_cursor_on_p. | ||
| 833 | |||
| 834 | 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 835 | |||
| 836 | * lisp.h (struct Lisp_Symbol): Update comments. | ||
| 837 | |||
| 838 | 2011-10-28 Juanma Barranquero <lekktu@gmail.com> | ||
| 839 | |||
| 840 | * w32font.c (w32_load_unicows_or_gdi32): Add missing return. | ||
| 841 | |||
| 842 | 2011-10-28 Eli Zaretskii <eliz@gnu.org> | ||
| 843 | |||
| 844 | Fix Emacs on Windows 9X (bug#8562). Thanks to oslsachem | ||
| 845 | <oslsachem@gmail.com> for helping to debug this. | ||
| 846 | |||
| 847 | * w32font.c (g_b_init_is_w9x, g_b_init_get_outline_metrics_w) | ||
| 848 | (g_b_init_get_text_metrics_w, g_b_init_get_glyph_outline_w) | ||
| 849 | (g_b_init_get_glyph_outline_w): New static variables. | ||
| 850 | (GetOutlineTextMetricsW_Proc, GetTextMetricsW_Proc) | ||
| 851 | (GetGlyphOutlineW_Proc): New typedefs. | ||
| 852 | (w32_load_unicows_or_gdi32, get_outline_metrics_w) | ||
| 853 | (get_text_metrics_w, get_glyph_outline_w, globals_of_w32font): | ||
| 854 | New functions. | ||
| 855 | (w32font_open_internal, compute_metrics): | ||
| 856 | Call get_outline_metrics_w, get_text_metrics_w, and get_glyph_outline_w | ||
| 857 | instead of calling the "wide" APIs directly. | ||
| 858 | |||
| 859 | * emacs.c (main) [HAVE_NTGUI]: Call globals_of_w32font. | ||
| 860 | |||
| 861 | * w32.h (syms_of_w32font): Add prototype. | ||
| 862 | |||
| 789 | 2011-10-27 Juanma Barranquero <lekktu@gmail.com> | 863 | 2011-10-27 Juanma Barranquero <lekktu@gmail.com> |
| 790 | 864 | ||
| 791 | * window.c (Fframe_root_window, Fframe_first_window, Fwindow_end) | 865 | * window.c (Fframe_root_window, Fframe_first_window, Fwindow_end) |
| @@ -806,8 +880,8 @@ | |||
| 806 | 880 | ||
| 807 | 2011-10-27 Chong Yidong <cyd@gnu.org> | 881 | 2011-10-27 Chong Yidong <cyd@gnu.org> |
| 808 | 882 | ||
| 809 | * gnutls.c (emacs_gnutls_deinit): New function. Deallocate | 883 | * gnutls.c (emacs_gnutls_deinit): New function. |
| 810 | credentials structures as well as calling gnutls_deinit. | 884 | Deallocate credentials structures as well as calling gnutls_deinit. |
| 811 | (Fgnutls_deinit, Fgnutls_boot): Use it. | 885 | (Fgnutls_deinit, Fgnutls_boot): Use it. |
| 812 | 886 | ||
| 813 | * process.c (make_process): Initialize GnuTLS credentials to NULL. | 887 | * process.c (make_process): Initialize GnuTLS credentials to NULL. |