diff options
| author | Juanma Barranquero | 2008-09-24 01:16:16 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2008-09-24 01:16:16 +0000 |
| commit | 10d1d0af5f6421603cd841e0c1c5805e2b2fb67d (patch) | |
| tree | 436363ca801b4cdde313689c044e37c02c25b681 /src/ChangeLog.3 | |
| parent | d6a3febd83a52db53f665b0987075af590c720a5 (diff) | |
| download | emacs-10d1d0af5f6421603cd841e0c1c5805e2b2fb67d.tar.gz emacs-10d1d0af5f6421603cd841e0c1c5805e2b2fb67d.zip | |
Fix typos.
Diffstat (limited to 'src/ChangeLog.3')
| -rw-r--r-- | src/ChangeLog.3 | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/src/ChangeLog.3 b/src/ChangeLog.3 index fbd3dfc8696..5b5624ec368 100644 --- a/src/ChangeLog.3 +++ b/src/ChangeLog.3 | |||
| @@ -325,7 +325,7 @@ | |||
| 325 | 325 | ||
| 326 | * xfns.c (Fx_list_fonts): Remember that FACE may not have a font | 326 | * xfns.c (Fx_list_fonts): Remember that FACE may not have a font |
| 327 | specified. Don't specify 30000 as the maximum limit on the number | 327 | specified. Don't specify 30000 as the maximum limit on the number |
| 328 | of fontns returned - 2000 is more reasonable. | 328 | of fonts returned - 2000 is more reasonable. |
| 329 | 329 | ||
| 330 | * xfaces.c (build_face, unload_font, free_frame_faces): Don't | 330 | * xfaces.c (build_face, unload_font, free_frame_faces): Don't |
| 331 | forget to block input while making X calls. | 331 | forget to block input while making X calls. |
| @@ -1843,7 +1843,7 @@ | |||
| 1843 | 1843 | ||
| 1844 | 1993-03-20 Jim Blandy (jimb@geech.gnu.ai.mit.edu) | 1844 | 1993-03-20 Jim Blandy (jimb@geech.gnu.ai.mit.edu) |
| 1845 | 1845 | ||
| 1846 | Use the `visiblity' parameter to determine the initial state of | 1846 | Use the `visibility' parameter to determine the initial state of |
| 1847 | the frame, instead of the `iconic-startup' and | 1847 | the frame, instead of the `iconic-startup' and |
| 1848 | `suppress-initial-map' parameters. | 1848 | `suppress-initial-map' parameters. |
| 1849 | * xfns.c (x_icon): Test the Qvisibility parameter against Qicon, | 1849 | * xfns.c (x_icon): Test the Qvisibility parameter against Qicon, |
| @@ -2017,7 +2017,7 @@ | |||
| 2017 | `frame-live-p'. | 2017 | `frame-live-p'. |
| 2018 | * window.c (Fwindow_live_p): Renamed from Flive_window_p. | 2018 | * window.c (Fwindow_live_p): Renamed from Flive_window_p. |
| 2019 | * lisp.h (CHECK_LIVE_WINDOW): Change to use Qwindow_live_p. | 2019 | * lisp.h (CHECK_LIVE_WINDOW): Change to use Qwindow_live_p. |
| 2020 | (Qwindow_live_p): Extern declaration renamed fom Qlive_window_p. | 2020 | (Qwindow_live_p): Extern declaration renamed from Qlive_window_p. |
| 2021 | 2021 | ||
| 2022 | 1993-03-16 Richard Stallman (rms@mole.gnu.ai.mit.edu) | 2022 | 1993-03-16 Richard Stallman (rms@mole.gnu.ai.mit.edu) |
| 2023 | 2023 | ||
| @@ -3610,7 +3610,7 @@ | |||
| 3610 | Replaced with... | 3610 | Replaced with... |
| 3611 | (last_mouse_scrollbar): New variable. | 3611 | (last_mouse_scrollbar): New variable. |
| 3612 | (note_mouse_movement): Clear last_mouse_scrollbar when we have | 3612 | (note_mouse_movement): Clear last_mouse_scrollbar when we have |
| 3613 | receieved a new motion. | 3613 | received a new motion. |
| 3614 | (syms_of_xterm): Staticpro last_mouse_scrollbar. | 3614 | (syms_of_xterm): Staticpro last_mouse_scrollbar. |
| 3615 | 3615 | ||
| 3616 | * xterm.c (note_mouse_position): Renamed to note_mouse_movement, | 3616 | * xterm.c (note_mouse_position): Renamed to note_mouse_movement, |
| @@ -5109,8 +5109,8 @@ | |||
| 5109 | (EVENT_START, EVENT_END): Two new accessors, to get at the | 5109 | (EVENT_START, EVENT_END): Two new accessors, to get at the |
| 5110 | starting and ending position of an event. | 5110 | starting and ending position of an event. |
| 5111 | (POSN_WINDOW, POSN_BUFFER_POSN, PONS_SCROLLBAR_BUTTON) | 5111 | (POSN_WINDOW, POSN_BUFFER_POSN, PONS_SCROLLBAR_BUTTON) |
| 5112 | (POSN_WINDOW_POSN, POSN_TIMESTAMP): New macros, to futher | 5112 | (POSN_WINDOW_POSN, POSN_TIMESTAMP): New macros, to further |
| 5113 | diasassemble the values returned by EVENT_START and EVENT_END. | 5113 | disassemble the values returned by EVENT_START and EVENT_END. |
| 5114 | * keyboard.c (echo_char, read_char): Apply EVENT_HEAD without first | 5114 | * keyboard.c (echo_char, read_char): Apply EVENT_HEAD without first |
| 5115 | testing for EVENT_HAS_PARAMETERS; EVENT_HEAD works properly on | 5115 | testing for EVENT_HAS_PARAMETERS; EVENT_HEAD works properly on |
| 5116 | all sorts of events now. | 5116 | all sorts of events now. |
| @@ -6638,7 +6638,7 @@ | |||
| 6638 | * editfns.c (Fcurrent_time_zone): New function. | 6638 | * editfns.c (Fcurrent_time_zone): New function. |
| 6639 | (syms_of_editfns): defsubr it. | 6639 | (syms_of_editfns): defsubr it. |
| 6640 | 6640 | ||
| 6641 | * keyboard.c (read_key_sequence): Clear the eighth bit of the | 6641 | * keyboard.c (read_key_sequence): Clear the eight bit of the |
| 6642 | character from the key sequence, NOT the index of the character IN | 6642 | character from the key sequence, NOT the index of the character IN |
| 6643 | the key sequence. How many tries will it take to get it right? | 6643 | the key sequence. How many tries will it take to get it right? |
| 6644 | 6644 | ||
| @@ -6774,7 +6774,7 @@ | |||
| 6774 | current x_id_name. | 6774 | current x_id_name. |
| 6775 | * xdisp.c (display_mode_line): If we should set the frame's name, | 6775 | * xdisp.c (display_mode_line): If we should set the frame's name, |
| 6776 | but there is only one frame currently active, call x_set_name with | 6776 | but there is only one frame currently active, call x_set_name with |
| 6777 | nil as the name; this will display samething generically | 6777 | nil as the name; this will display something generically |
| 6778 | appropriate. | 6778 | appropriate. |
| 6779 | 6779 | ||
| 6780 | 1992-07-20 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) | 6780 | 1992-07-20 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) |
| @@ -7012,7 +7012,7 @@ | |||
| 7012 | `LINKNAME', to conform with the docstring. | 7012 | `LINKNAME', to conform with the docstring. |
| 7013 | 7013 | ||
| 7014 | * Makefile.in (CPP): Pass `-Is -Im' to CPP, to make sure that | 7014 | * Makefile.in (CPP): Pass `-Is -Im' to CPP, to make sure that |
| 7015 | machine- and system-dependend files can include each other | 7015 | machine- and system-dependent files can include each other |
| 7016 | properly. | 7016 | properly. |
| 7017 | * ymakefile (CFLAGS): Add those directories to the #include path | 7017 | * ymakefile (CFLAGS): Add those directories to the #include path |
| 7018 | here too. | 7018 | here too. |
| @@ -7678,7 +7678,7 @@ | |||
| 7678 | * doc.c (Fdocumentation): Use EQ (x, y) instead of XSYMBOL (x) == | 7678 | * doc.c (Fdocumentation): Use EQ (x, y) instead of XSYMBOL (x) == |
| 7679 | XSYMBOL (y). | 7679 | XSYMBOL (y). |
| 7680 | 7680 | ||
| 7681 | * doc.c (Fdocumentation): When decyphering a function made from | 7681 | * doc.c (Fdocumentation): When deciphering a function made from |
| 7682 | conses, use 'else if' for the chain of alternatives instead of | 7682 | conses, use 'else if' for the chain of alternatives instead of |
| 7683 | just 'if'. It used to be that each alternative returned, but | 7683 | just 'if'. It used to be that each alternative returned, but |
| 7684 | that's not true anymore. | 7684 | that's not true anymore. |
| @@ -7762,7 +7762,7 @@ | |||
| 7762 | * syssignal.h (sigunblock): New macro, taken from 18.58's | 7762 | * syssignal.h (sigunblock): New macro, taken from 18.58's |
| 7763 | emacssignal.h file. | 7763 | emacssignal.h file. |
| 7764 | * sysdep.c (request_sigio): Use the sigunblock macro to enable | 7764 | * sysdep.c (request_sigio): Use the sigunblock macro to enable |
| 7765 | reciept of SIGWINCH, instead of the dysfunctional sigblockx. | 7765 | receipt of SIGWINCH, instead of the dysfunctional sigblockx. |
| 7766 | 7766 | ||
| 7767 | 1992-05-08 Richard Stallman (rms@mole.gnu.ai.mit.edu) | 7767 | 1992-05-08 Richard Stallman (rms@mole.gnu.ai.mit.edu) |
| 7768 | 7768 | ||
| @@ -8000,7 +8000,7 @@ | |||
| 8000 | * process.c (send_process): This used to set a handler to | 8000 | * process.c (send_process): This used to set a handler to |
| 8001 | catch SIGPIPEs when writing to a subprocess, and then set the | 8001 | catch SIGPIPEs when writing to a subprocess, and then set the |
| 8002 | handler to SIGDFL after writing, but this would stomp on the | 8002 | handler to SIGDFL after writing, but this would stomp on the |
| 8003 | SIGPIPE handler for for the X connection. So restore the prevous | 8003 | SIGPIPE handler for the X connection. So restore the previous |
| 8004 | handler instead of changing to SIGDFL. | 8004 | handler instead of changing to SIGDFL. |
| 8005 | 8005 | ||
| 8006 | 1992-04-18 Richard Stallman (rms@mole.gnu.ai.mit.edu) | 8006 | 1992-04-18 Richard Stallman (rms@mole.gnu.ai.mit.edu) |
| @@ -9185,7 +9185,7 @@ | |||
| 9185 | (mouse_position_hook): New, simpler interface. | 9185 | (mouse_position_hook): New, simpler interface. |
| 9186 | * keyboard.c (struct movement, movement_buf, movement_ptr): | 9186 | * keyboard.c (struct movement, movement_buf, movement_ptr): |
| 9187 | Replaced by... | 9187 | Replaced by... |
| 9188 | (mouse_moved): This flag, to be used in conjuction with | 9188 | (mouse_moved): This flag, to be used in conjunction with |
| 9189 | mouse_position_hook. | 9189 | mouse_position_hook. |
| 9190 | (EVENT_QUEUES_EMPTY): Adjusted to use mouse_moved instead of | 9190 | (EVENT_QUEUES_EMPTY): Adjusted to use mouse_moved instead of |
| 9191 | movement_buf and movement_ptr. | 9191 | movement_buf and movement_ptr. |
| @@ -10328,7 +10328,7 @@ | |||
| 10328 | since all we really need is x_focus_screen; all other issues are | 10328 | since all we really need is x_focus_screen; all other issues are |
| 10329 | the realm and responsibility of the window manager. | 10329 | the realm and responsibility of the window manager. |
| 10330 | (x_new_selected_screen): Renamed to x_new_focus_screen, and | 10330 | (x_new_selected_screen): Renamed to x_new_focus_screen, and |
| 10331 | modified not to do thiogs inappropriate for signal handlers. | 10331 | modified not to do things inappropriate for signal handlers. |
| 10332 | (XTread_socket): Change the handling of EnterNotify, LeaveNotify, | 10332 | (XTread_socket): Change the handling of EnterNotify, LeaveNotify, |
| 10333 | FocusOut and FocusIn events to use x_new_selected_screen, and | 10333 | FocusOut and FocusIn events to use x_new_selected_screen, and |
| 10334 | ditched code that deals with x_mouse_screen and x_input_screen, | 10334 | ditched code that deals with x_mouse_screen and x_input_screen, |
| @@ -10975,7 +10975,7 @@ | |||
| 10975 | function; static variables inside functions don't always work in | 10975 | function; static variables inside functions don't always work in |
| 10976 | Emacs. | 10976 | Emacs. |
| 10977 | 10977 | ||
| 10978 | * editfns.c (in_accessible_range): Deleted - insufficently | 10978 | * editfns.c (in_accessible_range): Deleted - insufficiently |
| 10979 | general. | 10979 | general. |
| 10980 | (clip_to_bounds): New function, much like in_accessible_range, | 10980 | (clip_to_bounds): New function, much like in_accessible_range, |
| 10981 | except that the upper and lower bounds are arguments. | 10981 | except that the upper and lower bounds are arguments. |
| @@ -12694,7 +12694,7 @@ | |||
| 12694 | 12694 | ||
| 12695 | 1990-08-19 Joseph Arceneaux (jla@geech) | 12695 | 1990-08-19 Joseph Arceneaux (jla@geech) |
| 12696 | 12696 | ||
| 12697 | * xterm.c (dumplyphs): Last vestige of MScreenWidth removed. | 12697 | * xterm.c (dumpglyphs): Last vestige of MScreenWidth removed. |
| 12698 | * config.h: MScreenWidth, MScreenHeight definitions removed. | 12698 | * config.h: MScreenWidth, MScreenHeight definitions removed. |
| 12699 | 12699 | ||
| 12700 | 1990-08-18 Joseph Arceneaux (jla@geech) | 12700 | 1990-08-18 Joseph Arceneaux (jla@geech) |
| @@ -13630,7 +13630,7 @@ | |||
| 13630 | wasted the cursor. Break out of loop if no display line. | 13630 | wasted the cursor. Break out of loop if no display line. |
| 13631 | Use mode line cursor if we're there. | 13631 | Use mode line cursor if we're there. |
| 13632 | (x_y_pos): New function. | 13632 | (x_y_pos): New function. |
| 13633 | (x_set_font): Dont' set x_font_{width,height}, they are gone. | 13633 | (x_set_font): Don't set x_font_{width,height}, they are gone. |
| 13634 | 13634 | ||
| 13635 | 1990-03-22 Joseph Arceneaux (jla@churchy.ai.mit.edu) | 13635 | 1990-03-22 Joseph Arceneaux (jla@churchy.ai.mit.edu) |
| 13636 | 13636 | ||
| @@ -14028,7 +14028,7 @@ | |||
| 14028 | * xterm.c (XTread_socket): Return a motion event when mouse enters | 14028 | * xterm.c (XTread_socket): Return a motion event when mouse enters |
| 14029 | scrollbar or window. | 14029 | scrollbar or window. |
| 14030 | (x_make_screen_invisible): Use the new X11R4 function XWithdrawWindow. | 14030 | (x_make_screen_invisible): Use the new X11R4 function XWithdrawWindow. |
| 14031 | (x_iconify_screen): Use the X11R4 function XIconfifyWindow. | 14031 | (x_iconify_screen): Use the X11R4 function XIconifyWindow. |
| 14032 | (dumpglyfs): Use the new face structure. | 14032 | (dumpglyfs): Use the new face structure. |
| 14033 | 14033 | ||
| 14034 | * xfns.c (install_vertical_scrollbar, install_horizontal_scrollbar): | 14034 | * xfns.c (install_vertical_scrollbar, install_horizontal_scrollbar): |
| @@ -14109,7 +14109,7 @@ | |||
| 14109 | 14109 | ||
| 14110 | * keyboard.c (read_key_sequence): Function keys are now lisp symbols. | 14110 | * keyboard.c (read_key_sequence): Function keys are now lisp symbols. |
| 14111 | (kbd_buffer_store_char): Abort if store pointer past | 14111 | (kbd_buffer_store_char): Abort if store pointer past |
| 14112 | buffer. Temproarry; This shouldn't be able to happen. | 14112 | buffer. Temporary; this shouldn't be able to happen. |
| 14113 | (read_key_sequence): #ifdef HAVE_X_WINDOWS code | 14113 | (read_key_sequence): #ifdef HAVE_X_WINDOWS code |
| 14114 | which handles complex objects. | 14114 | which handles complex objects. |
| 14115 | (command_loop_1): Check not termcap screen before | 14115 | (command_loop_1): Check not termcap screen before |
| @@ -14365,7 +14365,7 @@ | |||
| 14365 | 14365 | ||
| 14366 | * config.h-dist (C_SWITCH_SITE, LD_SWITCH_SITE): Mention these. | 14366 | * config.h-dist (C_SWITCH_SITE, LD_SWITCH_SITE): Mention these. |
| 14367 | (HAVE_X11): Renamed from X11 and defined by default. | 14367 | (HAVE_X11): Renamed from X11 and defined by default. |
| 14368 | It shoukld have no effect when not using X. | 14368 | It should have no effect when not using X. |
| 14369 | 14369 | ||
| 14370 | 1989-11-14 Joseph Arceneaux (jla@spiff) | 14370 | 1989-11-14 Joseph Arceneaux (jla@spiff) |
| 14371 | 14371 | ||
| @@ -14943,7 +14943,7 @@ | |||
| 14943 | (x11_encode_mouse_button): Encoding a la X11, except for one | 14943 | (x11_encode_mouse_button): Encoding a la X11, except for one |
| 14944 | kludge. This is used only for motion events. | 14944 | kludge. This is used only for motion events. |
| 14945 | 14945 | ||
| 14946 | * xterm.c (XTread_socket): Handle motion eveots. | 14946 | * xterm.c (XTread_socket): Handle motion events. |
| 14947 | 14947 | ||
| 14948 | 1989-07-26 Joseph Arceneaux (jla@spiff) | 14948 | 1989-07-26 Joseph Arceneaux (jla@spiff) |
| 14949 | 14949 | ||
| @@ -15115,7 +15115,7 @@ | |||
| 15115 | elements for X10; these variables are handled in event processing | 15115 | elements for X10; these variables are handled in event processing |
| 15116 | for X11. | 15116 | for X11. |
| 15117 | (x_make_screen_invisible): Send an UnmapNotify event to the root | 15117 | (x_make_screen_invisible): Send an UnmapNotify event to the root |
| 15118 | window to aprise the window manager of the change. | 15118 | window to apprise the window manager of the change. |
| 15119 | (XTread_socket): Catch VisibilityNotify events. | 15119 | (XTread_socket): Catch VisibilityNotify events. |
| 15120 | 15120 | ||
| 15121 | 1989-06-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu) | 15121 | 1989-06-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
| @@ -15668,7 +15668,7 @@ | |||
| 15668 | Delete gray_bits; this value made global. | 15668 | Delete gray_bits; this value made global. |
| 15669 | Don't call install_*_scrollbar here. | 15669 | Don't call install_*_scrollbar here. |
| 15670 | (x_set_horizontal_scrollbar): Define this for real. | 15670 | (x_set_horizontal_scrollbar): Define this for real. |
| 15671 | (x_set_vertical_scrollbar): Corrent args to install_vertical_scrollbar. | 15671 | (x_set_vertical_scrollbar): Correct args to install_vertical_scrollbar. |
| 15672 | (install_vertical_scrollbar): New local slider_pixmap, and set it. | 15672 | (install_vertical_scrollbar): New local slider_pixmap, and set it. |
| 15673 | Delete locals GC_values, temp_gc. | 15673 | Delete locals GC_values, temp_gc. |
| 15674 | Change arrow_width, arrow_height (appears to be undefined) to 16. | 15674 | Change arrow_width, arrow_height (appears to be undefined) to 16. |