]> code.delx.au - gnu-emacs/blobdiff - src/ChangeLog.13
Fix GNUC_PREREQ off-by-1 typo
[gnu-emacs] / src / ChangeLog.13
index 33d0b9b9521c6c0f07c272b25582c440006d7402..9e99895236139fe5c90293843d13a2deaa6dff5b 100644 (file)
        Fix minor ldexp issues
        * floatfns.c (Fldexp): Require 2 args.  Avoid undefined behavior
        if the exponent is out of 'int' range.  Improve documentation.
-       Fixes: bug#20185
+       (Bug#20185)
 
 2015-03-24  Daniel Colascione  <dancol@dancol.org>
 
 
        Work around x86 glibc backtrace bug
        * sysdep.c (emacs_backtrace): Don't dump core on x86.
-       Fixes: bug#19959
+       (Bug#19959)
 
 2015-03-05  Eli Zaretskii  <eliz@gnu.org>
 
        to unused args.
        * lisp.h (CALLMANY, CALLN): New macros.
        * sound.c (Fplay_sound_internal): Coalesce duplicate code.
-       Fixes: bug#19634
+       (Bug#19634)
 
        Use gnustep-config if available
        * emacs.c [NS_IMPL_GNUSTEP]: Don't include <GNUstepBase/GSConfig.h>.
 
        Don't downcase system diagnostics' first letters
        * fileio.c (report_file_errno): Don't downcase, and simplify.
-       Fixes: bug#19642
+       (Bug#19642)
 
        Isolate NIL_IS_ZERO-assuming code better
        Suggested by Stefan Monnier in:
 
        Correct an old fix for GTK font selection
        * gtkutil.c (xg_get_font): Fix off-by-2 typo.
-       Fixes: bug#3228
+       (Bug#3228)
 
        Fix minor bugs with printing null bytes
        * minibuf.c (read_minibuf_noninteractive):
        * fileio.c (Finsert_file_contents): Compute same_at_end character
        position using the old buffer size, not the new one, since
        restore_window_points wants the old size.
-       Fixes: debbugs:19161
+       (Bug#19161)
 
 2014-12-14  Alan Mackenzie  <acm@muc.de>
 
        (xg_set_toolkit_horizontal_scroll_bar_thumb)
        (xg_get_default_scrollbar_height)
        (xg_clear_under_internal_border): Extern.
-       * gtkutil.c (xg_frame_resized): Don't call
-       do_pending_window_change.
+       * gtkutil.c (xg_frame_resized): Call do_pending_window_change.
        (xg_frame_set_char_size): Use adjust_frame_size.
        (style_changed_cb): Call update_theme_scrollbar_height and
        x_set_scroll_bar_default_height.
        build without toolkit.  Always clear under internal border.
        (x_set_window_size): Don't check frame size or recompute
        fringes.  Reset fullscreen status before applying sizes.
-       Always resize as requested by pixelwise argument.  Don't call
+       Always resize as requested by pixelwise argument.  Call
        do_pending_window_change.
        (x_wm_set_size_hint): Add call for FRAME_SCROLL_BAR_AREA_HEIGHT.
        (w32_initialize_display_info): Initialize dpyinfo's
        Call x_net_wm_state.
        (x_set_window_size_1, x_wm_set_size_hint): Don't call
        check_frame_size.
-       (x_set_window_size): Don't call check_frame_size and
+       (x_set_window_size): Don't call check_frame_size.  Call
        do_pending_window_change.
        (x_term_init): Init horizontal_scroll_bar_cursor display info.
        (x_create_terminal): Add set_horizontal_scroll_bar_hook.
        * emacs.c (main): Initialize daemon_pipe[1] here ...
        (syms_of_emacs): ... instead of here.
 
-2014-02-16  Anders Lindgern  <andlind@gmail.com>
+2014-02-16  Anders Lindgren  <andlind@gmail.com>
 
        * nsterm.m (keyDown:): Check for normal key even if NSNumericPadKeyMask
        is set (Bug#16505).
        (FRAME_TEXT_COLS_TO_PIXEL_WIDTH, FRAME_PIXEL_WIDTH_TO_TEXT_COLS)
        (FRAME_TEXT_COLS_TO_PIXEL_WIDTH): Rewrite macros.
        (FRAME_TOTAL_COLS_ARG): Remove macro.
-       * fringe.c (draw_fringe_bitmap_1): Handle right divder.
+       * fringe.c (draw_fringe_bitmap_1): Handle right divider.
        * gtkutil.c (xg_frame_resized, xg_frame_set_char_size)
        (x_wm_set_size_hint): Handle frame pixel sizes.
        * indent.c (compute_motion, Fcompute_motion):
        (ns_draw_fringe_bitmap): Remove unused rowY.
        Change #if to COCOA && >= 10_6.
        (ns_draw_window_cursor): Remove unused overspill.
-       (ns_draw_underwave): width and x are EamcsCGFloat.
+       (ns_draw_underwave): width and x are EmacsCGFloat.
        (ns_draw_box): thickness is CGFloat.
        (ns_dumpglyphs_image): Change #if to COCOA && >= 10_6.
        (ns_send_appdefined): When NS_IMPL_GNUSTEP, redirect to main thread
@@ -17906,7 +17905,7 @@ See ChangeLog.12 for earlier changes.
 ;; coding: utf-8
 ;; End:
 
-  Copyright (C) 2011-2015 Free Software Foundation, Inc.
+  Copyright (C) 2011-2016 Free Software Foundation, Inc.
 
   This file is part of GNU Emacs.