# HG changeset patch # User adrian # Date 996181848 0 # Node ID 373ced43e2881b3e116ef53feb80476687f8d3cc # Parent 2538b7200a2043dbec8a1721c6ea33cf3d28a4f3 [xemacs-hg @ 2001-07-26 21:10:44 by adrian] [PATCH APPROVE COMMIT 21.5 RECOMMEND 21.4 21.1] xemacs-21.5: typo fixes of of this this nature for src/ diff -r 2538b7200a20 -r 373ced43e288 src/ChangeLog --- a/src/ChangeLog Thu Jul 26 06:21:45 2001 +0000 +++ b/src/ChangeLog Thu Jul 26 21:10:48 2001 +0000 @@ -1,3 +1,12 @@ +2001-07-26 Adrian Aichner + + * event-Xt.c (handle_map_event): Fix word duplication typos. + * glyphs-eimage.c (gif_instantiate): Ditto. + * ntproc.c (vars_of_ntproc): Ditto. + * process-nt.c (vars_of_process_nt): Ditto. + * redisplay-output.c (compare_runes): Ditto. + * redisplay.c (create_string_text_block): Ditto. + 2001-07-11 Matt Tucker * syntax.c (find_start_of_comment): diff -r 2538b7200a20 -r 373ced43e288 src/event-Xt.c --- a/src/event-Xt.c Thu Jul 26 06:21:45 2001 +0000 +++ b/src/event-Xt.c Thu Jul 26 21:10:48 2001 +0000 @@ -1693,7 +1693,7 @@ of these values (e.g. "totally visible"), and (b) there may be race conditions (see below). - However, according the the ICCCM, there's a specific way to + However, according to the ICCCM, there's a specific way to ask the window manager whether the state is (a) visible, (b) iconic, (c) withdrawn. It must be one of these three. We already use this call to check for the iconified state. diff -r 2538b7200a20 -r 373ced43e288 src/glyphs-eimage.c --- a/src/glyphs-eimage.c Thu Jul 26 06:21:45 2001 +0000 +++ b/src/glyphs-eimage.c Thu Jul 26 21:10:48 2001 +0000 @@ -675,7 +675,7 @@ for (slice = 0; slice < unwind.giffile->ImageCount; slice++) { - /* We check here that that the current image covers the full "screen" size. */ + /* We check here that the current image covers the full "screen" size. */ if (unwind.giffile->SavedImages[slice].ImageDesc.Height != height || unwind.giffile->SavedImages[slice].ImageDesc.Width != width || unwind.giffile->SavedImages[slice].ImageDesc.Left != 0 diff -r 2538b7200a20 -r 373ced43e288 src/ntproc.c --- a/src/ntproc.c Thu Jul 26 06:21:45 2001 +0000 +++ b/src/ntproc.c Thu Jul 26 21:10:48 2001 +0000 @@ -1328,7 +1328,7 @@ &Vwin32_start_process_share_console /* When nil, processes started via start-process are given a new console. When non-nil, they share the Emacs console; this has the limitation of -allowing only only DOS subprocess to run at a time (whether started directly +allowing only one DOS subprocess to run at a time (whether started directly or indirectly by Emacs), and preventing Emacs from cleanly terminating the subprocess group, but may allow Emacs to interrupt a subprocess that doesn't otherwise respond to interrupts from Emacs. diff -r 2538b7200a20 -r 373ced43e288 src/process-nt.c --- a/src/process-nt.c Thu Jul 26 06:21:45 2001 +0000 +++ b/src/process-nt.c Thu Jul 26 21:10:48 2001 +0000 @@ -1467,7 +1467,7 @@ &Vmswindows_start_process_share_console /* When nil, new child processes are given a new console. When non-nil, they share the Emacs console; this has the limitation of -allowing only only DOS subprocess to run at a time (whether started directly +allowing only one DOS subprocess to run at a time (whether started directly or indirectly by Emacs), and preventing Emacs from cleanly terminating the subprocess group, but may allow Emacs to interrupt a subprocess that doesn't otherwise respond to interrupts from Emacs. diff -r 2538b7200a20 -r 373ced43e288 src/redisplay-output.c --- a/src/redisplay-output.c Thu Jul 26 06:21:45 2001 +0000 +++ b/src/redisplay-output.c Thu Jul 26 21:10:48 2001 +0000 @@ -271,7 +271,7 @@ crb->findex != drb->findex || WINDOW_FACE_CACHEL_DIRTY (w, drb->findex)) { - /* We now now we are going to re-output the glyph, but since + /* Now we are going to re-output the glyph, but since this is for some internal reason not related to geometry changes, send a hint to the output routines that they can take some short cuts. This is most useful for diff -r 2538b7200a20 -r 373ced43e288 src/redisplay.c --- a/src/redisplay.c Thu Jul 26 06:21:45 2001 +0000 +++ b/src/redisplay.c Thu Jul 26 21:10:48 2001 +0000 @@ -4515,7 +4515,7 @@ goto done; } - /* #### What if we we're dealing with a display table? */ + /* #### What if we're dealing with a display table? */ if (data.start_col) data.start_col--;