]> code.delx.au - gnu-emacs/blobdiff - src/ChangeLog.11
Update copyright year to 2014 by running admin/update-copyright.
[gnu-emacs] / src / ChangeLog.11
index 07d4f4ec116f1d267adfa8d78afe7ed82a38ae48..2155f08a01252d7bc3bf5abfb704ce2e4c828eea 100644 (file)
        * 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>
        ($(BLD)/editfns.$(O)): Depend on ../lib/strftime.h.
        ($(BLD)/print.$(O)): Depend on ../lib/ftoastr.h and ../lib/intprops.h.
 
-       * deps.mk: Update for recent changes: gnutls support, gnulib
+       * deps.mk: Update for recent changes: GnuTLS support, gnulib
        imports, addition of globals.h.
 
        * makefile.w32-in ($(BLD)/sysdep.$(O)): Depend on
 2010-12-16  Jan Djärv  <jan.h.d@swipnet.se>
 
        * nsterm.m (ns_draw_window_cursor): If the cursor color is the
-       same as the background, use the face forground as cursor.
+       same as the background, use the face foreground as cursor.
 
 2010-12-13  Eli Zaretskii  <eliz@gnu.org>
 
 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
        * gnutls.c (emacs_gnutls_write): If we're trying to write before
-       gnutls is ready, return EAGAIN as the errno.
+       GnuTLS is ready, return EAGAIN as the errno.
 
 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
 
        * nsmenu.m (syms_of_nsmenu):
        * nsfns.m (syms_of_nsfns):
        * msdos.c (syms_of_msdos):
-
        * image.c (syms_of_image):
        * charset.c (syms_of_charset): Use intern_c_string instead of intern.
 
        * process.c (make_process): Set the gnutls_p field to zero by
        default.
        (read_process_output): Always call the gnutls_read function if the
-       stream is a gnutls stream.
+       stream is a GnuTLS stream.
        (send_process): Ditto for writes.
 
        * gnutls.c (emacs_gnutls_write, emacs_gnutls_read): Refuse to read
        or write anything until the state is GNUTLS_STAGE_READY.
-       (Fgnutls_boot): Mark the stream as being a gnutls stream.
+       (Fgnutls_boot): Mark the stream as being a GnuTLS stream.
 
 2010-09-29  Eli Zaretskii  <eliz@gnu.org>
 
 
 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.
 
        * xml.c (Fxml_parse_string, Fxml_parse_string): Revert last change.
        Don't make first argument optional.  Doc fix.
 
-2010-09-14  Leo  <sdl.web@gmail.com>  (tiny change)
+2010-09-14  Leo Liu  <sdl.web@gmail.com>  (tiny change)
 
        * xml.c (Fxml_parse_string, Fhtml_parse_string): Fix up the
        parameters for the doc string.
        (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.
        * 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).
 
 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
        * coding.c (encode_coding_utf_16): Fix checking of a Unicode
        character.
 
-       * cmds.c (Fself_insert_command): Avoid unnecessay
+       * cmds.c (Fself_insert_command): Avoid unnecessary
        unibyte->multibyte conversion.  (Bug#4240)  (Bug#4037)
 
 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
 
 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.
 
        * font.c (font_update_drivers): Sanity fallback to avoid disabling
        all drivers.
 
-       * nsterm.m (-windowDidResize:): Avoid inf-loop under GNUStep.
+       * nsterm.m (-windowDidResize:): Avoid inf-loop under GNUstep.
 
 2009-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
 
 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.
 
        * lisp.h (Fdelete_terminal): Declare.
 
        * charset.h (CHECK_CHARSET, CHECK_CHARSET_GET_ID)
-       (CHECK_CHARSET_GET_ATTR): Don't use the inexistent return value of
+       (CHECK_CHARSET_GET_ATTR): Don't use the nonexistent return value of
        wrong_type_argument.
 
 2008-02-22  Kenichi Handa  <handa@ni.aist.go.jp>
        * font.c (font_prop_validate_symbol, font_prop_validate_style)
        (font_prop_validate_non_neg, font_prop_validate_spacing):
        Delete argument prop_index.
-       (font_property_table): Change arguments to validater.  Change Callers.
+       (font_property_table): Change arguments to validator.  Change Callers.
        (font_lispy_object): Delete.
        (font_at): Use font_find_object instead fo font_lispy_object.
 
 
        * ccl.c: Include "character.h".
        (Qccl, Qcclp): New variables.
-       (CCL_WRITE_CHAR): Alway treat the arg CH as a character even if
+       (CCL_WRITE_CHAR): Always treat the arg CH as a character even if
        it's less than 256.
        (CCL_WRITE_MULTIBYTE_CHAR): Delete.
        (CCL_WRITE_STRING, CCL_READ_CHAR): Adjust for the change of SRC
        (Fdisplay_buffer): Use it.
        (syms_of_window): Export, and initialize it.
 
-2007-09-06  Pixel  <pixel@mandriva.com>  (tiny change)
+2007-09-06  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
 
        * image.c (gif_load): Fix bug: Handle nonexistent colormap.
 
        (display_buffer): Do not set split_height_threshold to twice the
        value of window_min_height to avoid changing the value of a
        customizable variable.  Rather explicitly check whether the
-       height of the window that shall be splitted is at least as large
+       height of the window that shall be split is at least as large
        as split_height_threshold.
        (Fwindow_full_width_p): New defun.
        (syms_of_window): Defsubr it.
 
 2007-05-12  Chong Yidong  <cyd@stupidchicken.com>
 
-       * image.c (pbm_load): Correctly check image size for greyscale pbm.
+       * image.c (pbm_load): Correctly check image size for grayscale pbm.
 
        * xterm.c (XTread_socket): Yet Another Uncaught X Error Crash (YAUXEC).
 
@@ -31383,7 +31383,7 @@ See ChangeLog.10 for earlier changes.
 ;; coding: utf-8
 ;; End:
 
-  Copyright (C) 2007-201 Free Software Foundation, Inc.
+  Copyright (C) 2007-2014 Free Software Foundation, Inc.
 
   This file is part of GNU Emacs.