]> code.delx.au - gnu-emacs/blobdiff - src/ChangeLog.12
; Spelling fixes
[gnu-emacs] / src / ChangeLog.12
index a9a1d9b1326abbcae70e18beef63170da8ecea5c..b2df482ba775a113a8901cdb2193b5747bebf581 100644 (file)
@@ -1,6 +1,6 @@
 2013-03-11  Glenn Morris  <rgm@gnu.org>
 
-        * Version 24.3 released.
+       * Merge in all changes up to version 24.3 release.
 
 2013-03-11  Paul Eggert  <eggert@cs.ucla.edu>
 
 
 2012-12-30  Andreas Schwab  <schwab@linux-m68k.org>
 
-       * src/Makefile.in (TEMACS_LDFLAGS2): Remove.
+       * Makefile.in (TEMACS_LDFLAGS2): Remove.
        (LIBS_GNUSTEP): Define.
        (LIBES): Add $(LIBS_GNUSTEP).
        (temacs$(EXEEXT)): Use $(LDFLAGS) instead of $(TEMACS_LDFLAGS2).
 
 2012-12-08  Fabrice Popineau  <fabrice.popineau@gmail.com>
 
-       * w32fns.c (emacs_abort): Don't do arithmetics on void pointers.
+       * w32fns.c (emacs_abort): Don't do arithmetic on void pointers.
 
 2012-12-08  Eli Zaretskii  <eliz@gnu.org>
 
        (wait_reading_process_output, init_process_emacs):
        Assume O_NONBLOCK.
        (wait_reading_process_output): Put in a special case for WINDOWSNT
-       to mimick the older behavior where it had O_NDELAY but not O_NONBLOCK.
+       to mimic the older behavior where it had O_NDELAY but not O_NONBLOCK.
        It's not clear this is needed, but it's a more-conservative change.
        (create_process): Assume FD_CLOEXEC.
        (create_process, create_pty): Assume O_NOCTTY.
        defining an XRectangle structure.
 
        * w32proc.c (RVA_TO_PTR, w32_executable_type): Fix pointer
-       arithmetics for compatibility with x64.
+       arithmetic for compatibility with x64.
 
        * w32menu.c (add_menu_item): Use UINT_PTR instead of UINT, for
        compatibility with x64.
 2012-09-17  Kenichi Handa  <handa@gnu.org>
 
        * font.c (Ffont_shape_gstring): Fix previous change; GLYPHs may
-       not covert the last few charactes.
+       not convert the last few characters.
 
 2012-09-16  Kenichi Handa  <handa@gnu.org>
 
        * nsterm.m (ns_exec_path, ns_load_path): Use SEPCHAR rather than
        hard-coding the path separator.
 
+2012-08-02  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * stamp-h.in: Remove from bzr repository; no longer needed there
+       now ../autogen.sh creates it.
+
 2012-08-01  Paul Eggert  <eggert@cs.ucla.edu>
 
        Use "ASET (a, i, v)" rather than "AREF (a, i) = v".
 
        * lisp.h (SWITCH_ENUM_CAST): Remove.  All uses removed.
        This no-op macro hasn't been needed for many years.
-       * src/regex.c (SWITCH_ENUM_CAST) [!emacs]: Likewise.
+       * regex.c (SWITCH_ENUM_CAST) [!emacs]: Likewise.
 
        Export DIRECTORY_SEP, TYPEMASK, VALMASK to GDB.
        * alloc.c (gdb_make_enums_visible) [USE_LSB_TAG]: Add lsb_bits.
        (adjust_intervals_for_insertion, make_new_interval):
        Remove obsolete and unused code.
        * intervals.h (struct interval): Remove obsolete comment.
-       * textprotp.c (erase_properties): Remove unused code.
+       * textprop.c (erase_properties): Remove unused code.
        (Fadd_text_properties, set_text_properties_1, Fremove_text_properties)
        (Fremove_list_of_text_properties): Convert to eassert.
 
 
 2012-07-12  Glenn Morris  <rgm@gnu.org>
 
-       * src/s/aix4-2.h, src/s/cygwin.h, src/s/darwin.h:
-       * src/s/gnu-linux.h, src/s/hpux10-20.h, src/s/irix6-5.h:
-       * src/s/sol2-6.h, src/s/unixware.h, src/s/usg5-4-common.h:
+       * s/aix4-2.h, s/cygwin.h, s/darwin.h:
+       * s/gnu-linux.h, s/hpux10-20.h, s/irix6-5.h:
+       * s/sol2-6.h, s/unixware.h, s/usg5-4-common.h:
        Move PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF to configure.
 
        * s/cygwin.h, s/darwin.h, s/gnu-linux.h, s/irix6-5.h:
 
 2012-06-13  Glenn Morris  <rgm@gnu.org>
 
-       * s/usg5-4-common.h, src/s/unixware.h:
+       * s/usg5-4-common.h, s/unixware.h:
        Remove define/undef of HAVE_SYSV_SIGPAUSE (not used since 2010-05-04).
 
        * s/gnu.h (POSIX_SIGNALS): Remove (not used since 2010-05-04).
 
 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
 
-       Remove src/m/*.
+       Remove m/*.
        This directory predates autoconf and is no longer needed nowadays.
        Move its few remaining bits of functionality to where they're needed.
        * m/README, m/alpha.h, m/amdx86-64.h, m/ia64.h, m/ibmrs6000.h:
 2011-03-20  Juanma Barranquero  <lekktu@gmail.com>
 
        * minibuf.c (Vcompleting_read_function): Don't declare, global variables
-       are now in src/globals.h.
+       are now in globals.h.
        (syms_of_minibuf): Remove spurious & from previous change.
 
 2011-03-20  Leo Liu  <sdl.web@gmail.com>
@@ -22931,7 +22936,7 @@ See ChangeLog.11 for earlier changes.
 ;; coding: utf-8
 ;; End:
 
-  Copyright (C) 2011-2014 Free Software Foundation, Inc.
+  Copyright (C) 2011-2016 Free Software Foundation, Inc.
 
   This file is part of GNU Emacs.