X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/a020afb9892611eb57f6a0a31da26a4554a51f30..0a2aedfe6d650e825a50f25f972bac20d669f5cb:/src/ChangeLog.12 diff --git a/src/ChangeLog.12 b/src/ChangeLog.12 index 2b22690bb8..b2df482ba7 100644 --- a/src/ChangeLog.12 +++ b/src/ChangeLog.12 @@ -1,6 +1,6 @@ 2013-03-11 Glenn Morris - * Version 24.3 released. + * Merge in all changes up to version 24.3 release. 2013-03-11 Paul Eggert @@ -69,7 +69,7 @@ * dispnew.c (update_window): Use MATRIX_ROW and MATRIX_MODE_LINE_ROW. -2013-03-10 handa +2013-03-10 Kenichi Handa * lisp.h (adjust_after_replace): Extern it. @@ -1680,7 +1680,7 @@ 2012-12-30 Andreas Schwab - * 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). @@ -2327,7 +2327,7 @@ 2012-12-08 Fabrice Popineau - * 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 @@ -2400,7 +2400,7 @@ * w32term.h (x_char_width, x_char_height): Likewise. * xfns.c (x_char_width, x_char_height): Remove. * w32fns.c (x_char_width, x_char_height): Likewise. - * nsfns.c (x_char_width, x_char_height): Likewise. + * nsfns.m (x_char_width, x_char_height): Likewise. * frame.c (Fframe_char_width): Use FRAME_COLUMN_WIDTH for all window frames. (Fframe_char_height): Likewise with FRAME_LINE_HEIGHT. @@ -2840,7 +2840,7 @@ 2012-11-19 Daniel Colascione * w32fns.c (Fx_file_dialog): - (Fx_file_dialog): Accomodate rename of cygwin_convert_path* to + (Fx_file_dialog): Accommodate rename of cygwin_convert_path* to cygwin_convert_file_name*. * cygw32.c (Fcygwin_convert_path_to_windows, syms_of_cygw32): @@ -2895,7 +2895,7 @@ (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. @@ -4716,7 +4716,7 @@ 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. @@ -5623,7 +5623,7 @@ 2012-09-17 Kenichi Handa * 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 @@ -6862,7 +6862,7 @@ is undefined. See Stefan Monnier in . -2012-08-26 Barry OReilly (tiny change) +2012-08-26 Barry O'Reilly * lisp.h (functionp): New function (extracted from Ffunctionp). (FUNCTIONP): Use it. @@ -7567,7 +7567,7 @@ * editfns.c (Fformat): Doc fix (Bug#12059). (Fsave_current_buffer): Doc fix (Bug#11542). -2012-08-14 Barry OReilly (tiny change) +2012-08-14 Barry O'Reilly * keyboard.c (access_keymap_keyremap): Accept anonymous functions (bug#12022). @@ -8160,6 +8160,11 @@ * nsterm.m (ns_exec_path, ns_load_path): Use SEPCHAR rather than hard-coding the path separator. +2012-08-02 Paul Eggert + + * stamp-h.in: Remove from bzr repository; no longer needed there + now ../autogen.sh creates it. + 2012-08-01 Paul Eggert Use "ASET (a, i, v)" rather than "AREF (a, i) = v". @@ -8360,7 +8365,7 @@ * 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. @@ -9075,7 +9080,7 @@ (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. @@ -9393,9 +9398,9 @@ 2012-07-12 Glenn Morris - * 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: @@ -11043,7 +11048,7 @@ * nsterm.m (x_free_frame_resources): Move xfree so freed memory isn't referenced (Bug#11583). -2012-06-16 Aurelien Aptel +2012-06-16 Aurélien Aptel Implement wave-style variant of underlining. * dispextern.h (face_underline_type): New enum. @@ -11202,7 +11207,7 @@ 2012-06-13 Glenn Morris - * 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). @@ -12496,7 +12501,7 @@ 2012-05-22 Paul Eggert - 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: @@ -19902,7 +19907,7 @@ now, but we want to make other targets possible. * lisp.h: Include , for INTPTR_MAX, UINTPTR_MAX. (EMACS_INTPTR, EMACS_UINTPTR): New macros. - In the rest of the code, change types of integers that hold casted + In the rest of the code, change types of integers that hold casts of pointers to EMACS_INTPTR and EMACS_UINTPTR, systematically replacing EMACS_INT, long, EMACS_UINT, and unsigned long. (XTYPE): Don't cast arg to EMACS_UINT; normally is not needed. @@ -21400,7 +21405,7 @@ * process.c (Fformat_network_address): Doc fix. -2011-04-08 T.V. Raman (tiny change) +2011-04-08 T. V. Raman (tiny change) * xml.c (parse_region): Avoid creating spurious whitespace nodes. @@ -22159,7 +22164,7 @@ 2011-03-20 Juanma Barranquero * 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 @@ -22931,7 +22936,7 @@ See ChangeLog.11 for earlier changes. ;; coding: utf-8 ;; End: - Copyright (C) 2011-2013 Free Software Foundation, Inc. + Copyright (C) 2011-2016 Free Software Foundation, Inc. This file is part of GNU Emacs.