aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero2008-12-19 01:50:43 +0000
committerJuanma Barranquero2008-12-19 01:50:43 +0000
commitf013149203926418962838d68bc7f09d35c16052 (patch)
treeb61457c573468b9e3623071cecf46d820e03383c /src
parent6e868247e37b06fbfeba5b486bf4e8e3c88769fd (diff)
downloademacs-f013149203926418962838d68bc7f09d35c16052.tar.gz
emacs-f013149203926418962838d68bc7f09d35c16052.zip
Fix typos and author's names.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/ChangeLog.426
-rw-r--r--src/ChangeLog.56
-rw-r--r--src/ChangeLog.616
-rw-r--r--src/ChangeLog.78
5 files changed, 30 insertions, 30 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 8267c7764c1..5da3ec89c76 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -2547,7 +2547,7 @@
2547 * atimer.c: 2547 * atimer.c:
2548 * Makefile.in: Remove code for Carbon. 2548 * Makefile.in: Remove code for Carbon.
2549 2549
25502008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 25502008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2551 2551
2552 * macterm.c (XDrawLine) [USE_MAC_IMAGE_IO]: Remove spurious return. 2552 * macterm.c (XDrawLine) [USE_MAC_IMAGE_IO]: Remove spurious return.
2553 2553
@@ -7048,7 +7048,7 @@
7048 7048
7049 * w32font.c (w32font_full_name): Use floor to round. 7049 * w32font.c (w32font_full_name): Use floor to round.
7050 7050
70512008-03-10 dhruva <dhruvakm@gmail.com> (tiny change) 70512008-03-10 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
7052 7052
7053 * sound.c (alsa_configure): Declare vol at beginning of block. 7053 * sound.c (alsa_configure): Declare vol at beginning of block.
7054 7054
diff --git a/src/ChangeLog.4 b/src/ChangeLog.4
index be34b0bfcfa..c4492e0da75 100644
--- a/src/ChangeLog.4
+++ b/src/ChangeLog.4
@@ -4258,7 +4258,7 @@
4258 4258
4259 * s/convexos.h: New file. 4259 * s/convexos.h: New file.
4260 4260
42611993-11-10 Brian Fox (bfox@mole.gnu.ai.mit.edu) 42611993-11-10 Brian J. Fox (bfox@mole.gnu.ai.mit.edu)
4262 4262
4263 * Makefile.in.in (intervals.o): Depend on puresize.h. 4263 * Makefile.in.in (intervals.o): Depend on puresize.h.
4264 4264
@@ -4331,7 +4331,7 @@
4331 4331
4332 * s/sunos4-1-3.h (HAVE_TERMIOS): Defined. 4332 * s/sunos4-1-3.h (HAVE_TERMIOS): Defined.
4333 4333
43341993-10-25 Brian Fox (bfox@albert.gnu.ai.mit.edu) 43341993-10-25 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
4335 4335
4336 * process.c (Fopen_network_stream): Cast arg to inet_addr to (char *). 4336 * process.c (Fopen_network_stream): Cast arg to inet_addr to (char *).
4337 4337
@@ -4349,7 +4349,7 @@
4349 Pass it to functions found in function-key-map and key-translation-map. 4349 Pass it to functions found in function-key-map and key-translation-map.
4350 (Fread_key_sequence, command_loop_1): Calls changed. 4350 (Fread_key_sequence, command_loop_1): Calls changed.
4351 4351
43521993-10-22 Brian Fox (bfox@albert.gnu.ai.mit.edu) 43521993-10-22 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
4353 4353
4354 * config.h.in: Add #undef HAVE_UNISTD_H so configure can edit it 4354 * config.h.in: Add #undef HAVE_UNISTD_H so configure can edit it
4355 correctly. 4355 correctly.
@@ -4394,7 +4394,7 @@
4394 * s/sco4.h (SYSTEM_TYPE): Put into #if 0. 4394 * s/sco4.h (SYSTEM_TYPE): Put into #if 0.
4395 (BSTRING): Define only if HAVE_BCOPY. 4395 (BSTRING): Define only if HAVE_BCOPY.
4396 4396
43971993-10-08 Brian Fox (bfox@albert.gnu.ai.mit.edu) 43971993-10-08 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
4398 4398
4399 * search.c (skip_chars): Re-instate the check against the end of 4399 * search.c (skip_chars): Re-instate the check against the end of
4400 the buffer, ignoring cryptic comment. 4400 the buffer, ignoring cryptic comment.
@@ -4442,7 +4442,7 @@
4442 4442
4443 * s/linux.h (POSIX_SIGNALS): Comment fix. 4443 * s/linux.h (POSIX_SIGNALS): Comment fix.
4444 4444
44451993-09-30 Brian Fox (bfox@albert.gnu.ai.mit.edu) 44451993-09-30 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
4446 4446
4447 * Makefile.in.in (ALL_CFLAGS): Make sure that `.' is searched 4447 * Makefile.in.in (ALL_CFLAGS): Make sure that `.' is searched
4448 before `${srcdir}' when looking for include files. 4448 before `${srcdir}' when looking for include files.
@@ -4451,7 +4451,7 @@
4451 4451
4452 * termhooks.h (enum event_kind): Doc fix. 4452 * termhooks.h (enum event_kind): Doc fix.
4453 4453
44541993-09-27 Brian Fox (bfox@ai.mit.edu) 44541993-09-27 Brian J. Fox (bfox@ai.mit.edu)
4455 4455
4456 * ymakefile: Merged into Makefile.in.in. 4456 * ymakefile: Merged into Makefile.in.in.
4457 4457
@@ -4459,7 +4459,7 @@
4459 from Makefile.in.in, and creates Makefile from Makefile.in. 4459 from Makefile.in.in, and creates Makefile from Makefile.in.
4460 ymakefile no longer exists, and xmakefile is never created. 4460 ymakefile no longer exists, and xmakefile is never created.
4461 4461
44621993-09-24 Brian Fox (bfox@ai.mit.edu) 44621993-09-24 Brian J. Fox (bfox@ai.mit.edu)
4463 4463
4464 * textprop.c (validate_plist): Add declaration for `list' 4464 * textprop.c (validate_plist): Add declaration for `list'
4465 argument. 4465 argument.
@@ -4566,7 +4566,7 @@
4566 4566
4567 * textprop.c (F{next,previous}_single_property_change): Doc fix. 4567 * textprop.c (F{next,previous}_single_property_change): Doc fix.
4568 4568
45691993-09-15 Brian Fox (bfox@ai.mit.edu) 45691993-09-15 Brian J. Fox (bfox@ai.mit.edu)
4570 4570
4571 * data.c: Add declaration for atof if not predefined. 4571 * data.c: Add declaration for atof if not predefined.
4572 4572
@@ -4577,7 +4577,7 @@
4577 all of the data is written, or until we receive an error which is 4577 all of the data is written, or until we receive an error which is
4578 not an interrupted write. 4578 not an interrupted write.
4579 4579
45801993-09-14 Brian Fox (bfox@ai.mit.edu) 45801993-09-14 Brian J. Fox (bfox@ai.mit.edu)
4581 4581
4582 * keyboard.c (Qextended_command_history): New variable prevents 4582 * keyboard.c (Qextended_command_history): New variable prevents
4583 sharing of M-x command history with other commands that read 4583 sharing of M-x command history with other commands that read
@@ -4598,18 +4598,18 @@
4598 changes from Emacs 18 for completion_ignore_case. 4598 changes from Emacs 18 for completion_ignore_case.
4599 (completion_ignore_case): Declare. 4599 (completion_ignore_case): Declare.
4600 4600
46011993-09-01 Brian Fox (bfox@ai.mit.edu) 46011993-09-01 Brian J. Fox (bfox@ai.mit.edu)
4602 4602
4603 * window.c (Fdelete_windows_on): Fix DEFUN to allow optional 4603 * window.c (Fdelete_windows_on): Fix DEFUN to allow optional
4604 second argument to appear. 4604 second argument to appear.
4605 4605
46061993-08-30 Brian Fox (bfox@ai.mit.edu) 46061993-08-30 Brian J. Fox (bfox@ai.mit.edu)
4607 4607
4608 * ymakefile (alloc.o): Remove explicit compilation rule, since it 4608 * ymakefile (alloc.o): Remove explicit compilation rule, since it
4609 is identical to the default rule, and `$<' doesn't work in 4609 is identical to the default rule, and `$<' doesn't work in
4610 explicit rules in all "make"s. 4610 explicit rules in all "make"s.
4611 4611
46121993-08-27 Brian Fox (bfox@ai.mit.edu) 46121993-08-27 Brian J. Fox (bfox@ai.mit.edu)
4613 4613
4614 * gmalloc.c (safe_bcopy): Compile if MEMMOVE_MISSING is defined, 4614 * gmalloc.c (safe_bcopy): Compile if MEMMOVE_MISSING is defined,
4615 but only if we aren't compiling for emacs. 4615 but only if we aren't compiling for emacs.
@@ -4623,7 +4623,7 @@
4623 (LIB_STANDARD): Do not include -lcposix. 4623 (LIB_STANDARD): Do not include -lcposix.
4624 (C_SWITCH_SYSTEM) [__GNUC__]: Do not use -traditional. 4624 (C_SWITCH_SYSTEM) [__GNUC__]: Do not use -traditional.
4625 4625
46261993-08-17 Brian Fox (bfox@ai.mit.edu) 46261993-08-17 Brian J. Fox (bfox@ai.mit.edu)
4627 4627
4628 * alloca.c: Invert sense of conditional for entire file (GNUC >= 4628 * alloca.c: Invert sense of conditional for entire file (GNUC >=
4629 2). Added `#else'. 4629 2). Added `#else'.
diff --git a/src/ChangeLog.5 b/src/ChangeLog.5
index 4a3746019d1..e03297e1452 100644
--- a/src/ChangeLog.5
+++ b/src/ChangeLog.5
@@ -730,7 +730,7 @@
730 * keyboard.c (syms_of_keyboard): Always define track-mouse. 730 * keyboard.c (syms_of_keyboard): Always define track-mouse.
731 (do_mouse_tracking): Always declare this var. 731 (do_mouse_tracking): Always declare this var.
732 732
7331995-05-15 Marcus Daniels <marcus@ee.pdx.edu> 7331995-05-15 Marcus G. Daniels <marcus@ee.pdx.edu>
734 734
735 * s/linux.h: Test _STDIO_USES_IOSTREAM as well as _IO_STDIO_H. 735 * s/linux.h: Test _STDIO_USES_IOSTREAM as well as _IO_STDIO_H.
736 [__ELF__] (START_FILES, LIB_STANDARD, LIB_GCC, UNEXEC): Define these. 736 [__ELF__] (START_FILES, LIB_STANDARD, LIB_GCC, UNEXEC): Define these.
@@ -4314,7 +4314,7 @@
4314 4314
4315 * buffer.c (list_buffers_1): Always mark current_buffer read-only. 4315 * buffer.c (list_buffers_1): Always mark current_buffer read-only.
4316 4316
43171994-10-20 Fred Pierresteguy <F.Pierresteguy@frcl.bull.fr> 43171994-10-20 Frederic Pierresteguy <F.Pierresteguy@frcl.bull.fr>
4318 4318
4319 * m/dpx2.h (LD_SWITCH_MACHINE): Defined. 4319 * m/dpx2.h (LD_SWITCH_MACHINE): Defined.
4320 4320
@@ -5279,7 +5279,7 @@
5279 5279
5280 * window.c (syms_of_window): Doc fix. 5280 * window.c (syms_of_window): Doc fix.
5281 5281
52821994-09-26 Fred Pierresteguy <F.Pierresteguy@frcl.bull.fr> 52821994-09-26 Frederic Pierresteguy <F.Pierresteguy@frcl.bull.fr>
5283 5283
5284 * m/dpx2.h (POSIX_SIGNALS): Define it. 5284 * m/dpx2.h (POSIX_SIGNALS): Define it.
5285 (sigsetmask): Add #undef. 5285 (sigsetmask): Add #undef.
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
111996-08-10 Marcus Daniels <marcus@sayre.sysc.pdx.edu> 111996-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
1291996-07-26 Marcus Daniels <marcus@sayre.sysc.pdx.edu> 1291996-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
1391996-07-25 Marcus Daniels <marcus@sayre.sysc.pdx.edu> 1391996-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
1481996-07-24 Marcus Daniels <marcus@sayre.sysc.pdx.edu> 1481996-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
3031996-07-11 Marcus Daniels <marcus@sayre.sysc.pdx.edu> 3031996-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
3941996-07-03 Marcus Daniels <marcus@sayre.sysc.pdx.edu> 3941996-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
7281996-06-07 Marcus Daniels <marcus@sayre.sysc.pdx.edu> 7281996-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
8361996-05-24 Marcus Daniels <marcus@sayre.sysc.pdx.edu> 8361996-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
diff --git a/src/ChangeLog.7 b/src/ChangeLog.7
index 51d490e6d6e..c6d4f73479f 100644
--- a/src/ChangeLog.7
+++ b/src/ChangeLog.7
@@ -10245,7 +10245,7 @@
10245 (find_handler_clause): If Vdebug_force, call debugger 10245 (find_handler_clause): If Vdebug_force, call debugger
10246 even if there are handlers. 10246 even if there are handlers.
10247 10247
102481996-09-26 Marcus Daniels <marcus@sayre.sysc.pdx.edu> 102481996-09-26 Marcus G. Daniels <marcus@sayre.sysc.pdx.edu>
10249 10249
10250 * xfns.c (x_set_scroll_bar_width): Move cursor to the 10250 * xfns.c (x_set_scroll_bar_width): Move cursor to the
10251 left margin, past a scroll bar, if any. 10251 left margin, past a scroll bar, if any.
@@ -10269,7 +10269,7 @@
10269 10269
10270 * window.c (syms_of_window): Doc fixes. 10270 * window.c (syms_of_window): Doc fixes.
10271 10271
102721996-09-25 Marcus Daniels <marcus@sysc.pdx.edu> 102721996-09-25 Marcus G. Daniels <marcus@sysc.pdx.edu>
10273 10273
10274 * s/irix5-0.h (sigsetmask, _longjmp, _setjmp): #undef them. 10274 * s/irix5-0.h (sigsetmask, _longjmp, _setjmp): #undef them.
10275 (_BSD_SIGNALS): Definition deleted. 10275 (_BSD_SIGNALS): Definition deleted.
@@ -10396,7 +10396,7 @@
10396 10396
10397 * xfns.c (Fx_create_frame): Default Qvertical_scroll_bars to `left'. 10397 * xfns.c (Fx_create_frame): Default Qvertical_scroll_bars to `left'.
10398 10398
103991996-09-20 Marcus Daniels <marcus@sayre.sysc.pdx.edu> 103991996-09-20 Marcus G. Daniels <marcus@sayre.sysc.pdx.edu>
10400 10400
10401 * xterm.c (XTclear_end_of_line): Shift end-of-line when there is a 10401 * xterm.c (XTclear_end_of_line): Shift end-of-line when there is a
10402 left-side scroll bar by FRAME_LEFT_SCROLL_BAR_WIDTH. 10402 left-side scroll bar by FRAME_LEFT_SCROLL_BAR_WIDTH.
@@ -11022,7 +11022,7 @@
11022 (print): Print certain expressions more compactly when set. 11022 (print): Print certain expressions more compactly when set.
11023 Also use XCAR and XCDR directly -- we know we have conses. 11023 Also use XCAR and XCDR directly -- we know we have conses.
11024 11024
110251996-08-23 Marcus Daniels <marcus@sayre.sysc.pdx.edu> 110251996-08-23 Marcus G. Daniels <marcus@sayre.sysc.pdx.edu>
11026 11026
11027 * xterm.c (x_term_init): If the default Xt font does not exist on 11027 * xterm.c (x_term_init): If the default Xt font does not exist on
11028 the X server, add a resource so that dialog boxes use a common font. 11028 the X server, add a resource so that dialog boxes use a common font.