]> code.delx.au - gnu-emacs/blobdiff - src/ChangeLog.11
Minor tweaks of copying text properties when padding strings
[gnu-emacs] / src / ChangeLog.11
index e8bfd9643129871f498b54021926e162a0e74b56..b93908b3ce8b6ecfa490d12a736004f9cea8df34 100644 (file)
        * deps.mk (getloadavg.o): Remove; gnulib now does this.
        * lisp.h (getloadavg) [!defined HAVE_GETLOADAVG]: Remove; gnulib
        now does this.
        * deps.mk (getloadavg.o): Remove; gnulib now does this.
        * lisp.h (getloadavg) [!defined HAVE_GETLOADAVG]: Remove; gnulib
        now does this.
-       * src/s/freebsd.h (HAVE_GETLOADAVG): Remove; gnulib now does this.
-       * src/s/netbsd.h (HAVE_GETLOADAVG): Likewise.
+       * s/freebsd.h (HAVE_GETLOADAVG): Remove; gnulib now does this.
+       * s/netbsd.h (HAVE_GETLOADAVG): Likewise.
        * config.in: Regenerate.
 
 2011-02-15  Eli Zaretskii  <eliz@gnu.org>
        * config.in: Regenerate.
 
 2011-02-15  Eli Zaretskii  <eliz@gnu.org>
        (float_to_string): Use dtoastr rather than rolling our own code,
        which had an off-by-one bug on non-IEEE hosts.
 
        (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.
        Automate syncing from gnulib.
        * Makefile.in (lib): New macro.
        (ALL_CFLAGS): Add -I$(lib) -I$(srcdir)/../lib.
        * xdisp.c (try_scrolling): Avoid infloop if the first line is
        obscured due to a vscroll (Bug#7537).
 
        * xdisp.c (try_scrolling): Avoid infloop if the first line is
        obscured due to a vscroll (Bug#7537).
 
-2010-12-13  Jan Djärv  <jhd@zeplinf.localdomain>
+2010-12-13  Jan Djärv  <jan.h.d@swipnet.se>
 
        * nsterm.h (FRAME_NS_TOOLBAR_HEIGHT): Rename to FRAME_TOOLBAR_HEIGHT.
 
 
        * nsterm.h (FRAME_NS_TOOLBAR_HEIGHT): Rename to FRAME_TOOLBAR_HEIGHT.
 
 
 2010-09-24  Juanma Barranquero  <lekktu@gmail.com>
 
 
 2010-09-24  Juanma Barranquero  <lekktu@gmail.com>
 
-       Remove W32 API function pointer unused since 2005-02-15 (revno 2005-02-15T23:19:26Z!jasonr@gnu.org).
+       Remove Windows API function pointer unused since 2005-02-15 (revno
+       2005-02-15T23:19:26Z!jasonr@gnu.org).
        * w32fns.c (clipboard_sequence_fn): Don't declare.
        (globals_of_w32fns): Don't initialize it.
 
        * w32fns.c (clipboard_sequence_fn): Don't declare.
        (globals_of_w32fns): Don't initialize it.
 
        (record_property_change, Fprimitive_undo): Adjust prototypes.
 
 2010-09-22  Juanma Barranquero  <lekktu@gmail.com>
        (record_property_change, Fprimitive_undo): Adjust prototypes.
 
 2010-09-22  Juanma Barranquero  <lekktu@gmail.com>
-            Eli Zaretskii  <eliz@gnu.org>
+           Eli Zaretskii  <eliz@gnu.org>
 
        * w32.c (get_emacs_configuration_options): Fix buffer overrun.
 
 
        * w32.c (get_emacs_configuration_options): Fix buffer overrun.
 
        (x_set_window_size, ns_draw_fringe_bitmap, judge): Move declarations
        before code.
 
        (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)
        (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)
        (update_frame_tool_bar): Remove old_req, new_req.  Do not get tool bar
        height, call xg_update_tool_bar_sizes instead.
        (free_frame_tool_bar): Remove from hbox or vbox depending on
        (update_frame_tool_bar): Remove old_req, new_req.  Do not get tool bar
        height, call xg_update_tool_bar_sizes instead.
        (free_frame_tool_bar): Remove from hbox or vbox depending on
-       toolbar_in_hbox,  Set all FRAME_TOOLBAR_*_(WIDTH|HEIGHT) to zero.
+       toolbar_in_hbox.  Set all FRAME_TOOLBAR_*_(WIDTH|HEIGHT) to zero.
        (xg_change_toolbar_position): New function.
 
        * frame.h (struct frame): Add tool_bar_position.
        (xg_change_toolbar_position): New function.
 
        * frame.h (struct frame): Add tool_bar_position.
        to standard C.
 
 2010-07-04  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
        to standard C.
 
 2010-07-04  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
-            Stefan Monnier  <monnier@iro.umontreal.ca>
+           Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * lread.c (read1): Fix up last change to not mess up `c'.
 
 
        * lread.c (read1): Fix up last change to not mess up `c'.
 
        can specify the frame to use, when applicable.  Adjust callers.
 
 2010-05-07  Vincent Belaïche  <vincent.belaiche@gmail.com>
        can specify the frame to use, when applicable.  Adjust callers.
 
 2010-05-07  Vincent Belaïche  <vincent.belaiche@gmail.com>
-            Stefan Monnier  <monnier@iro.umontreal.ca>
+           Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * floatfns.c (Fisnan, Fcopysign, Ffrexp, Fldexp): New functions.
 
 
        * floatfns.c (Fisnan, Fcopysign, Ffrexp, Fldexp): New functions.
 
        (Frename_file): Preserve selinux context when renaming by copy-file.
 
 2010-04-21  Juanma Barranquero  <lekktu@gmail.com>
        (Frename_file): Preserve selinux context when renaming by copy-file.
 
 2010-04-21  Juanma Barranquero  <lekktu@gmail.com>
-            Eli Zaretskii  <eliz@gnu.org>
+           Eli Zaretskii  <eliz@gnu.org>
 
        Don't depend on cm.c or termcap.c on Windows, use stubs.
        * makefile.w32-in (OBJ1): Remove cm.$(O) and termcap.$(O).
 
        Don't depend on cm.c or termcap.c on Windows, use stubs.
        * makefile.w32-in (OBJ1): Remove cm.$(O) and termcap.$(O).
        * 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.
        * 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  <juri@jurta.org>
        (CRT0_COMPILE): Remove, inline it in the only user.
 
 2010-04-14  Juri Linkov  <juri@jurta.org>
        * frame.c (Vdefault_frame_scroll_bars): Put non-GTK X scroll-bars
        on left.
 
        * frame.c (Vdefault_frame_scroll_bars): Put non-GTK X scroll-bars
        on left.
 
-2010-03-13  Andreas Politz  <politza@fh-trier.de>  (tiny change)
+2010-03-13  Andreas Politz  <politza@fh-trier.de>
 
        * editfns.c (Fformat): Account for string precision when computing
        field width (Bug#5710).
 
        * editfns.c (Fformat): Account for string precision when computing
        field width (Bug#5710).
 
 2010-03-12  Eli Zaretskii  <eliz@gnu.org>
 
 
 2010-03-12  Eli Zaretskii  <eliz@gnu.org>
 
-       These changes remove termcap.c from the build on Posix platforms.
+       These changes remove termcap.c from the build on POSIX platforms.
        * Makefile.in (termcapobj): Move termcap.o from here...
        (MSDOS_OBJ): ...to here.
        (termcapobj) [!LIBS_TERMCAP]: Remove specialized value, as it is
        * Makefile.in (termcapobj): Move termcap.o from here...
        (MSDOS_OBJ): ...to here.
        (termcapobj) [!LIBS_TERMCAP]: Remove specialized value, as it is
 
 2009-06-23  Jim Meyering  <meyering@redhat.com>
 
 
 2009-06-23  Jim Meyering  <meyering@redhat.com>
 
-       * src/ftfont.c (setup_otf_gstring, ftfont_shape_by_flt):
+       * ftfont.c (setup_otf_gstring, ftfont_shape_by_flt):
        Use xmalloc and xrealloc (not malloc and realloc), so subsequent heap
        pointer dereferences are guaranteed to be valid.
 
        Use xmalloc and xrealloc (not malloc and realloc), so subsequent heap
        pointer dereferences are guaranteed to be valid.
 
 2009-01-10  Chong Yidong  <cyd@stupidchicken.com>
 
        * xdisp.c (pos_visible_p): When iterator stops on the last glyph
 2009-01-10  Chong Yidong  <cyd@stupidchicken.com>
 
        * 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.
 
        (try_window_reusing_current_matrix): Check glyph type before
        referencing charpos member.
 
        <after-change-functions>: Reflow docstrings.
 
 2008-08-04  Adrian Robert  <Adrian.B.Robert@gmail.com>
        <after-change-functions>: Reflow docstrings.
 
 2008-08-04  Adrian Robert  <Adrian.B.Robert@gmail.com>
-            Ken Raeburn  <raeburn@gnu.org>
+           Ken Raeburn  <raeburn@gnu.org>
 
        Dock menu customization, based on a patch by Ken Raeburn, plus some
        other fixes.
 
        Dock menu customization, based on a patch by Ken Raeburn, plus some
        other fixes.
        * xdisp.c (redisplay_internal, note_mouse_highlight): Under NS,
        shortcircuit if popup_activated like GTK and X toolkit.
 
        * 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
 
        * s/darwin.h: Add #define DARWIN_OS.  Get rid of C_SWITCH_SYSTEM def.
        Change LIBS_MACGUI to LIBS_NSGUI.  Move temacs-conditionalized defs
        batch-compiling for bootstrap).
 
 2008-07-15  Chris Hall  <chris@web.workinglinux.com>  (tiny change)
        batch-compiling for bootstrap).
 
 2008-07-15  Chris Hall  <chris@web.workinglinux.com>  (tiny change)
-            YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
+           YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
 
        * frame.c (make_initial_frame): Call init_frame_faces(f) in
        CANNOT_DUMP case -- fix crash due to different init order.
 
        * frame.c (make_initial_frame): Call init_frame_faces(f) in
        CANNOT_DUMP case -- fix crash due to different init order.
        (USG_SHARED_LIBRARIES): Remove duplicate definition.
 
 2008-06-26  Juanma Barranquero  <lekktu@gmail.com>
        (USG_SHARED_LIBRARIES): Remove duplicate definition.
 
 2008-06-26  Juanma Barranquero  <lekktu@gmail.com>
-            Eli Zaretskii  <eliz@gnu.org>
+           Eli Zaretskii  <eliz@gnu.org>
 
        * makefile.w32-in (LOCAL_FLAGS):
        Don't include WINDOWSNT, DOS_NT and _UCHAR_T.
 
        * makefile.w32-in (LOCAL_FLAGS):
        Don't include WINDOWSNT, DOS_NT and _UCHAR_T.
        the property of LFACE_FONT of LFACE (if any).
 
 2008-06-21  Seiji Zenitani  <zenitani@mac.com>
        the property of LFACE_FONT of LFACE (if any).
 
 2008-06-21  Seiji Zenitani  <zenitani@mac.com>
-            Ryo Yoshitake  <ryo@shiftmode.net>
+           Ryo Yoshitake  <ryo@shiftmode.net>
 
        * xterm.c (x_set_frame_alpha): Add x_catch_errors for bug#437.
 
 
        * xterm.c (x_set_frame_alpha): Add x_catch_errors for bug#437.
 
        (ftfont_spec_pattern): Don't check QCfc_unknown_spec and QCname.
        (ftfont_list) [FC_FONTFORMAT]: Include FC_FONTFORMAT in objset.
 
        (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
        (QCembolden): New variables.
        (syms_of_xftfont): DEFSYM them.
        (xftfont_open): Call XftFontMatch.  Don't trust the result of
        * xterm.c (x_set_frame_alpha): Move declarations before statements.
 
 2008-05-21  Seiji Zenitani  <zenitani@mac.com>
        * xterm.c (x_set_frame_alpha): Move declarations before statements.
 
 2008-05-21  Seiji Zenitani  <zenitani@mac.com>
-            Ryo Yoshitake  <ryo@shiftmode.net>
+           Ryo Yoshitake  <ryo@shiftmode.net>
 
        * frame.c (Qalpha): Add a new frame parameter `alpha'.
        (Vframe_alpha_lower_limit): New variable.
 
        * frame.c (Qalpha): Add a new frame parameter `alpha'.
        (Vframe_alpha_lower_limit): New variable.
 
 2007-11-09  Jason Rumney  <jasonr@gnu.org>
 
 
 2007-11-09  Jason Rumney  <jasonr@gnu.org>
 
-       * 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.
 
 
        * w32term.c (w32_scroll_bar_handle_click): Use SCROLL_BAR_CLICK_EVENT.
 
@@ -31382,7 +31385,7 @@ See ChangeLog.10 for earlier changes.
 ;; coding: utf-8
 ;; End:
 
 ;; coding: utf-8
 ;; End:
 
-  Copyright (C) 2007-201 Free Software Foundation, Inc.
+  Copyright (C) 2007-2016 Free Software Foundation, Inc.
 
   This file is part of GNU Emacs.
 
 
   This file is part of GNU Emacs.