X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/0877d0dc24ee792b9b14592869ea1aa0934aee58..7e09ef09a479731d01b1ca46e94ddadd73ac98e3:/src/ChangeLog.11 diff --git a/src/ChangeLog.11 b/src/ChangeLog.11 index 1195a8f959..351f978576 100644 --- a/src/ChangeLog.11 +++ b/src/ChangeLog.11 @@ -1837,6 +1837,8 @@ (float_to_string): Use dtoastr rather than rolling our own code, which had an off-by-one bug on non-IEEE hosts. + * config.in: Regenerate. + Automate syncing from gnulib. * Makefile.in (lib): New macro. (ALL_CFLAGS): Add -I$(lib) -I$(srcdir)/../lib. @@ -2239,7 +2241,7 @@ * xdisp.c (try_scrolling): Avoid infloop if the first line is obscured due to a vscroll (Bug#7537). -2010-12-13 Jan Djärv +2010-12-13 Jan Djärv * nsterm.h (FRAME_NS_TOOLBAR_HEIGHT): Rename to FRAME_TOOLBAR_HEIGHT. @@ -4198,7 +4200,7 @@ (record_property_change, Fprimitive_undo): Adjust prototypes. 2010-09-22 Juanma Barranquero - Eli Zaretskii + Eli Zaretskii * w32.c (get_emacs_configuration_options): Fix buffer overrun. @@ -5253,7 +5255,7 @@ (x_set_window_size, ns_draw_fringe_bitmap, judge): Move declarations before code. - * nsterm.h : Include sysselect.h. + * nsterm.h: Include sysselect.h. (x_sync, x_get_focus_frame, x_set_mouse_position) (x_set_mouse_pixel_position, x_make_frame_visible) (x_make_frame_invisible, x_iconify_frame, x_char_width, x_char_height) @@ -6751,7 +6753,7 @@ to standard C. 2010-07-04 Tetsurou Okazaki (tiny change) - Stefan Monnier + Stefan Monnier * lread.c (read1): Fix up last change to not mess up `c'. @@ -8067,7 +8069,7 @@ can specify the frame to use, when applicable. Adjust callers. 2010-05-07 Vincent Belaïche - Stefan Monnier + Stefan Monnier * floatfns.c (Fisnan, Fcopysign, Ffrexp, Fldexp): New functions. @@ -8695,7 +8697,7 @@ (Frename_file): Preserve selinux context when renaming by copy-file. 2010-04-21 Juanma Barranquero - Eli Zaretskii + Eli Zaretskii Don't depend on cm.c or termcap.c on Windows, use stubs. * makefile.w32-in (OBJ1): Remove cm.$(O) and termcap.$(O). @@ -8971,7 +8973,7 @@ * Makefile.in (DBUS_CFLAGS, DBUS_LIBS, GCONF_CFLAGS, GCONF_LIBS) (LIBSOUND, CFLAGS_SOUND, RSVG_LIBS, RSVG_CFLAGS, INTERVALS_H) (GETLOADAVG_LIBS, RUN_TEMACS): Move to the autoconf section. - (ORDINARY_LINK): Remove, defined in src/s/gnu.h. + (ORDINARY_LINK): Remove, defined in s/gnu.h. (CRT0_COMPILE): Remove, inline it in the only user. 2010-04-14 Juri Linkov @@ -14366,7 +14368,7 @@ 2009-01-10 Chong Yidong * xdisp.c (pos_visible_p): When iterator stops on the last glyph - of a display vector, backtrack. + of a display vector, backtrack. (Bug#1810) (try_window_reusing_current_matrix): Check glyph type before referencing charpos member. @@ -16876,7 +16878,7 @@ : Reflow docstrings. 2008-08-04 Adrian Robert - Ken Raeburn + Ken Raeburn Dock menu customization, based on a patch by Ken Raeburn, plus some other fixes. @@ -16939,7 +16941,7 @@ * xdisp.c (redisplay_internal, note_mouse_highlight): Under NS, shortcircuit if popup_activated like GTK and X toolkit. - * m/inter386.h: Change DARWIN to DARWIN_OS. + * m/intel386.h: Change DARWIN to DARWIN_OS. * s/darwin.h: Add #define DARWIN_OS. Get rid of C_SWITCH_SYSTEM def. Change LIBS_MACGUI to LIBS_NSGUI. Move temacs-conditionalized defs @@ -17941,7 +17943,7 @@ batch-compiling for bootstrap). 2008-07-15 Chris Hall (tiny change) - YAMAMOTO Mitsuharu + YAMAMOTO Mitsuharu * frame.c (make_initial_frame): Call init_frame_faces(f) in CANNOT_DUMP case -- fix crash due to different init order. @@ -18559,7 +18561,7 @@ (USG_SHARED_LIBRARIES): Remove duplicate definition. 2008-06-26 Juanma Barranquero - Eli Zaretskii + Eli Zaretskii * makefile.w32-in (LOCAL_FLAGS): Don't include WINDOWSNT, DOS_NT and _UCHAR_T. @@ -18807,7 +18809,7 @@ the property of LFACE_FONT of LFACE (if any). 2008-06-21 Seiji Zenitani - Ryo Yoshitake + Ryo Yoshitake * xterm.c (x_set_frame_alpha): Add x_catch_errors for bug#437. @@ -18932,7 +18934,7 @@ (ftfont_spec_pattern): Don't check QCfc_unknown_spec and QCname. (ftfont_list) [FC_FONTFORMAT]: Include FC_FONTFORMAT in objset. - * xftfont.c (QChinting , QCautohint, QChintstyle, QCrgba) + * xftfont.c (QChinting, QCautohint, QChintstyle, QCrgba) (QCembolden): New variables. (syms_of_xftfont): DEFSYM them. (xftfont_open): Call XftFontMatch. Don't trust the result of @@ -19903,7 +19905,7 @@ * xterm.c (x_set_frame_alpha): Move declarations before statements. 2008-05-21 Seiji Zenitani - Ryo Yoshitake + Ryo Yoshitake * frame.c (Qalpha): Add a new frame parameter `alpha'. (Vframe_alpha_lower_limit): New variable. @@ -28495,7 +28497,7 @@ 2007-11-09 Jason Rumney - * s/ms-w32.c (USE_TOOLKIT_SCROLL_BARS): Define. + * s/ms-w32.h (USE_TOOLKIT_SCROLL_BARS): Define. * w32term.c (w32_scroll_bar_handle_click): Use SCROLL_BAR_CLICK_EVENT. @@ -31383,7 +31385,7 @@ See ChangeLog.10 for earlier changes. ;; coding: utf-8 ;; End: - Copyright (C) 2007-2013 Free Software Foundation, Inc. + Copyright (C) 2007-2015 Free Software Foundation, Inc. This file is part of GNU Emacs.