diff options
| author | Juanma Barranquero | 2008-12-19 01:50:43 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2008-12-19 01:50:43 +0000 |
| commit | f013149203926418962838d68bc7f09d35c16052 (patch) | |
| tree | b61457c573468b9e3623071cecf46d820e03383c /src/ChangeLog.6 | |
| parent | 6e868247e37b06fbfeba5b486bf4e8e3c88769fd (diff) | |
| download | emacs-f013149203926418962838d68bc7f09d35c16052.tar.gz emacs-f013149203926418962838d68bc7f09d35c16052.zip | |
Fix typos and author's names.
Diffstat (limited to 'src/ChangeLog.6')
| -rw-r--r-- | src/ChangeLog.6 | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/ChangeLog.6 b/src/ChangeLog.6 index afb3aed9c2f..a932526dd90 100644 --- a/src/ChangeLog.6 +++ b/src/ChangeLog.6 | |||
| @@ -8,7 +8,7 @@ | |||
| 8 | (NO_SOCKETS_IN_FILE_SYSTEM): Definition deleted. | 8 | (NO_SOCKETS_IN_FILE_SYSTEM): Definition deleted. |
| 9 | (sigblock): New definition. | 9 | (sigblock): New definition. |
| 10 | 10 | ||
| 11 | 1996-08-10 Marcus Daniels <marcus@sayre.sysc.pdx.edu> | 11 | 1996-08-10 Marcus G. Daniels <marcus@sayre.sysc.pdx.edu> |
| 12 | 12 | ||
| 13 | * m/sequent-ptx.h (LOAD_AVE_TYPE, FSCALE, LOAD_AVE_CVT): | 13 | * m/sequent-ptx.h (LOAD_AVE_TYPE, FSCALE, LOAD_AVE_CVT): |
| 14 | Undef them before defining. | 14 | Undef them before defining. |
| @@ -126,7 +126,7 @@ | |||
| 126 | (printchar, strout): Output into print_buffer. | 126 | (printchar, strout): Output into print_buffer. |
| 127 | (print_string): If printcharfun is nil, use strout. | 127 | (print_string): If printcharfun is nil, use strout. |
| 128 | 128 | ||
| 129 | 1996-07-26 Marcus Daniels <marcus@sayre.sysc.pdx.edu> | 129 | 1996-07-26 Marcus G. Daniels <marcus@sayre.sysc.pdx.edu> |
| 130 | 130 | ||
| 131 | * xmenu.c (pending_menu_activation): New variable. | 131 | * xmenu.c (pending_menu_activation): New variable. |
| 132 | (x_activate_menubar): Don't call set_frame_menubar for | 132 | (x_activate_menubar): Don't call set_frame_menubar for |
| @@ -136,7 +136,7 @@ | |||
| 136 | * xterm.c (last_mouse_press_frame): New variable. | 136 | * xterm.c (last_mouse_press_frame): New variable. |
| 137 | (XTread_socket): Store a saved_button_event for ButtonRelease. | 137 | (XTread_socket): Store a saved_button_event for ButtonRelease. |
| 138 | 138 | ||
| 139 | 1996-07-25 Marcus Daniels <marcus@sayre.sysc.pdx.edu> | 139 | 1996-07-25 Marcus G. Daniels <marcus@sayre.sysc.pdx.edu> |
| 140 | 140 | ||
| 141 | * xmenu.c (set_frame_menubar): Use -1 for call_data | 141 | * xmenu.c (set_frame_menubar): Use -1 for call_data |
| 142 | in the deep_p = 0 case. | 142 | in the deep_p = 0 case. |
| @@ -145,7 +145,7 @@ | |||
| 145 | 145 | ||
| 146 | * ntinevt.c (win32_read_socket): Never block reading from input queue. | 146 | * ntinevt.c (win32_read_socket): Never block reading from input queue. |
| 147 | 147 | ||
| 148 | 1996-07-24 Marcus Daniels <marcus@sayre.sysc.pdx.edu> | 148 | 1996-07-24 Marcus G. Daniels <marcus@sayre.sysc.pdx.edu> |
| 149 | 149 | ||
| 150 | * editfns.c (Fencode_time): Assign to tm.tm_gmtoff for NEXTSTEP, | 150 | * editfns.c (Fencode_time): Assign to tm.tm_gmtoff for NEXTSTEP, |
| 151 | since timezone environment variable is ignored. | 151 | since timezone environment variable is ignored. |
| @@ -300,7 +300,7 @@ | |||
| 300 | 300 | ||
| 301 | * s/usg5-4-3.h: New file. | 301 | * s/usg5-4-3.h: New file. |
| 302 | 302 | ||
| 303 | 1996-07-11 Marcus Daniels <marcus@sayre.sysc.pdx.edu> | 303 | 1996-07-11 Marcus G. Daniels <marcus@sayre.sysc.pdx.edu> |
| 304 | 304 | ||
| 305 | * xterm.c (XTread_socket): Add #ifdef for previous change. | 305 | * xterm.c (XTread_socket): Add #ifdef for previous change. |
| 306 | 306 | ||
| @@ -391,7 +391,7 @@ | |||
| 391 | 391 | ||
| 392 | * indent.c (Fvertical_motion): Doc fix. | 392 | * indent.c (Fvertical_motion): Doc fix. |
| 393 | 393 | ||
| 394 | 1996-07-03 Marcus Daniels <marcus@sayre.sysc.pdx.edu> | 394 | 1996-07-03 Marcus G. Daniels <marcus@sayre.sysc.pdx.edu> |
| 395 | 395 | ||
| 396 | * xterm.c (XTread_socket): Use lw_tookit_related_event_p to | 396 | * xterm.c (XTread_socket): Use lw_tookit_related_event_p to |
| 397 | avoid sending toolkit-specific events to Emacs. | 397 | avoid sending toolkit-specific events to Emacs. |
| @@ -725,7 +725,7 @@ | |||
| 725 | * process.c (Fopen_network_stream) [WINDOWSNT]: Ensure Windows | 725 | * process.c (Fopen_network_stream) [WINDOWSNT]: Ensure Windows |
| 726 | socket library is loaded if available. | 726 | socket library is loaded if available. |
| 727 | 727 | ||
| 728 | 1996-06-07 Marcus Daniels <marcus@sayre.sysc.pdx.edu> | 728 | 1996-06-07 Marcus G. Daniels <marcus@sayre.sysc.pdx.edu> |
| 729 | 729 | ||
| 730 | * xterm.c (XTread_socket): Use XtAppNextEvent when using | 730 | * xterm.c (XTread_socket): Use XtAppNextEvent when using |
| 731 | toolkit configurations. | 731 | toolkit configurations. |
| @@ -833,7 +833,7 @@ | |||
| 833 | 833 | ||
| 834 | * m/sparc.h [__linux__] (A_TEXT_OFFSET, A_TEXT_SEEK): Don't define. | 834 | * m/sparc.h [__linux__] (A_TEXT_OFFSET, A_TEXT_SEEK): Don't define. |
| 835 | 835 | ||
| 836 | 1996-05-24 Marcus Daniels <marcus@sayre.sysc.pdx.edu> | 836 | 1996-05-24 Marcus G. Daniels <marcus@sayre.sysc.pdx.edu> |
| 837 | 837 | ||
| 838 | * xterm.c [SOLARIS2]: Include string.h. | 838 | * xterm.c [SOLARIS2]: Include string.h. |
| 839 | 839 | ||