aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-10-29 10:33:13 -0700
committerPaul Eggert2011-10-29 10:33:13 -0700
commit8d0eb4c275581847990b85dbb350caa3df9e653f (patch)
treec161f977d59ac3103b04dc0f4aea57c83436a456 /src/ChangeLog
parent929bb973dd3faf1655f03ac758942d5b009354ad (diff)
parent196e41e4aec1a44ec5b6e9bed485185ba872ae67 (diff)
downloademacs-8d0eb4c275581847990b85dbb350caa3df9e653f.tar.gz
emacs-8d0eb4c275581847990b85dbb350caa3df9e653f.zip
Merge from trunk.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog80
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 @@
12011-10-27 Paul Eggert <eggert@cs.ucla.edu> 12011-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
7892011-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
7952011-10-29 Andreas Schwab <schwab@linux-m68k.org>
796
797 * frame.h (MOUSE_HL_INFO): Remove excess parens.
798
7992011-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
8062011-10-29 Kim Storm <storm@cua.dk>
807
808 * alloc.c (which_symbols): New function.
809
8102011-10-29 Andreas Schwab <schwab@linux-m68k.org>
811
812 * minibuf.c (read_minibuf_noninteractive): Allow reading empty
813 line. (Bug#9903)
814
8152011-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
8202011-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
8262011-10-28 Chong Yidong <cyd@gnu.org>
827
828 * xdisp.c (note_mouse_highlight): Fix use of uninitialized var.
829
8302011-10-28 Dan Nicolaescu <dann@ics.uci.edu>
831
832 * window.c (make_window): Initialize phys_cursor_on_p.
833
8342011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
835
836 * lisp.h (struct Lisp_Symbol): Update comments.
837
8382011-10-28 Juanma Barranquero <lekktu@gmail.com>
839
840 * w32font.c (w32_load_unicows_or_gdi32): Add missing return.
841
8422011-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
7892011-10-27 Juanma Barranquero <lekktu@gmail.com> 8632011-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
8072011-10-27 Chong Yidong <cyd@gnu.org> 8812011-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.