X-Git-Url: https://git.hcoop.net/bpt/emacs.git/blobdiff_plain/2311d8e5a62b8b6dd7dde45b4b8059d443e2abac..026b174672c427b035009911de305992a94098d6:/src/ChangeLog.10 diff --git a/src/ChangeLog.10 b/src/ChangeLog.10 index cf62ec29bb..19adb22b86 100644 --- a/src/ChangeLog.10 +++ b/src/ChangeLog.10 @@ -1865,7 +1865,7 @@ 2006-10-07 Ralf Angeli - * w32fns.c (w32_createwindow): Honour left and top positions if + * w32fns.c (w32_createwindow): Honor left and top positions if supplied explicitly. 2006-10-06 Kim F. Storm @@ -15825,7 +15825,7 @@ * w32term.c (w32_draw_fringe_bitmap): Copy unadapted code from xterm.c to handle overlaid fringe bitmaps and to use cursor color for displaying cursor in fringe. - (w32_define_fringe_bitmap, w32_destroy_fringe_bitmap): New W32 + (w32_define_fringe_bitmap, w32_destroy_fringe_bitmap): New Windows specific functions to define and destroy fringe bitmaps in fringe_bmp. (w32_redisplay_interface): Add them to redisplay_interface. (w32_term_init): Call w32_init_fringe instead of explicitly @@ -19171,7 +19171,7 @@ * coding.c (code_convert_region_unwind): Set Vlast_coding_system_used to the argument. (code_convert_region): If post-read-conversion function changed - the value of last-coding-sytem, keep the new value in + the value of last-coding-system, keep the new value in coding->symbol so that it won't be overridden. (run_pre_post_conversion_on_str): Likewise. (coding_system_accept_latin_extra_p): New function. @@ -21410,7 +21410,7 @@ 2002-11-19 Dave Love - * s/usg5-4.h, sco4.h (bcopy, bzero, bcmp): Don't define. + * s/usg5-4.h, s/sco4.h (bcopy, bzero, bcmp): Don't define. 2002-11-18 Jason Rumney @@ -21425,7 +21425,7 @@ * m/orion105.h (HAVE_ALLOCA): Don't define. - * m/m68k.h, m/arm.h, mtekxd88.h, m/tower32v3.h: Don't define alloca. + * m/m68k.h, m/arm.h, m/mtekxd88.h, m/tower32v3.h: Don't define alloca. * m/intel386.h: Don't include alloca.h or define alloca. @@ -21476,7 +21476,7 @@ "Emacs built on Windows 9x/ME crashes at startup on Windows XP, or Emacs builtpart of on XP crashes at startup on Windows 9x/ME." - * w32.c: Added wrapper functions around the win32 API functions + * w32.c: Added wrapper functions around the Windows API functions OpenProcessToken, GetTokenInformation, LookupAccountSid, and GetSidIdentifierAuthority. These wrapper functions serve two purposes: @@ -21490,7 +21490,7 @@ the version of advapi32.dll that is found in the 9x branch of Microsoft Windows. - * w32.c (init_user_info): Replace the calls to the win32 API + * w32.c (init_user_info): Replace the calls to the Windows API functions OpenProcessToken, GetTokenInformation, LookupAccountSid, and GetSidIdentifierAuthority with calls to the newly added wrapper functions. @@ -24220,22 +24220,22 @@ * config.in: Regenerated using autoheader. - * m/7300.h, m/acorn.h, m/alliant-2800.h, m/alliant.h, m/alpha.h, - m/altos.h, m/amdahl.h, m/apollo.h, m/arm.h, m/att3b.h, m/aviion.h, - m/celerity.h, m/clipper.h, m/cnvrgnt.h, m/convex.h, m/cydra5.h, - m/delta.h, m/delta88k.h, m/dpx2.h, m/elxsi.h, m/gec63.h, - m/gould.h, m/hp800.h, m/hp9000s300.h, m/i860.h, m/ia64.h, - m/ibmps2-aix.h, m/ibmrs6000.h, m/ibmrt-aix.h, m/ibmrt.h, - m/ibms390.h, m/intel386.h, m/iris4d.h, m/irist.h, m/isi-ov.h, - m/m68k.h, m/macppc.h, m/masscomp.h, m/mg1.h, m/mips-siemens.h, - m/mips.h, m/news-r6.h, m/news.h, m/next.h, m/nh3000.h, m/nh4000.h, - m/ns32000.h, m/orion.h, m/pfa50.h, m/plexus.h, m/pmax.h, - m/powerpcle.h, m/pyrmips.h, m/sequent-ptx.h, m/sequent.h, - m/sparc.h, m/sr2k.h, m/symmetry.h, m/tad68k.h, m/tahoe.h, - m/targon31.h, m/tek4300.h, m/tekxd88.h, m/template.h, m/tower32.h, - m/tower32v3.h, m/ustation.h, m/vax.h, m/wicat.h, m/windowsnt.h, - m/xps100.h, s/aix3-2.h, s/aix4-2.h, s/irix4-0.h, s/irix5-0.h, - s/sco5.h, s/unixware.h: Don't set HAVE_ALLOCA, C_ALLOCA and + * m/7300.h, m/acorn.h, m/alliant-2800.h, m/alliant.h, m/alpha.h: + * m/altos.h, m/amdahl.h, m/apollo.h, m/arm.h, m/att3b.h, m/aviion.h: + * m/celerity.h, m/clipper.h, m/cnvrgnt.h, m/convex.h, m/cydra5.h: + * m/delta.h, m/delta88k.h, m/dpx2.h, m/elxsi.h, m/gec63.h: + * m/gould.h, m/hp800.h, m/hp9000s300.h, m/i860.h, m/ia64.h: + * m/ibmps2-aix.h, m/ibmrs6000.h, m/ibmrt-aix.h, m/ibmrt.h: + * m/ibms390.h, m/intel386.h, m/iris4d.h, m/irist.h, m/isi-ov.h: + * m/m68k.h, m/macppc.h, m/masscomp.h, m/mg1.h, m/mips-siemens.h: + * m/mips.h, m/news-r6.h, m/news.h, m/next.h, m/nh3000.h, m/nh4000.h: + * m/ns32000.h, m/orion.h, m/pfa50.h, m/plexus.h, m/pmax.h: + * m/powerpcle.h, m/pyrmips.h, m/sequent-ptx.h, m/sequent.h: + * m/sparc.h, m/sr2k.h, m/symmetry.h, m/tad68k.h, m/tahoe.h: + * m/targon31.h, m/tek4300.h, m/tekxd88.h, m/template.h, m/tower32.h: + * m/tower32v3.h, m/ustation.h, m/vax.h, m/wicat.h, m/windowsnt.h: + * m/xps100.h, s/aix3-2.h, s/aix4-2.h, s/irix4-0.h, s/irix5-0.h: + * s/sco5.h, s/unixware.h: Don't set HAVE_ALLOCA, C_ALLOCA and STACK_DIRECTION, now set by autoconf. 2002-04-14 Pavel Janík @@ -27912,7 +27912,7 @@ See ChangeLog.9 for earlier changes. ;; add-log-time-zone-rule: t ;; End: - Copyright (C) 2001-2012 Free Software Foundation, Inc. + Copyright (C) 2001-2014 Free Software Foundation, Inc. This file is part of GNU Emacs.