aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog.2
diff options
context:
space:
mode:
authorJuanma Barranquero2008-09-24 01:16:16 +0000
committerJuanma Barranquero2008-09-24 01:16:16 +0000
commit10d1d0af5f6421603cd841e0c1c5805e2b2fb67d (patch)
tree436363ca801b4cdde313689c044e37c02c25b681 /src/ChangeLog.2
parentd6a3febd83a52db53f665b0987075af590c720a5 (diff)
downloademacs-10d1d0af5f6421603cd841e0c1c5805e2b2fb67d.tar.gz
emacs-10d1d0af5f6421603cd841e0c1c5805e2b2fb67d.zip
Fix typos.
Diffstat (limited to 'src/ChangeLog.2')
-rw-r--r--src/ChangeLog.270
1 files changed, 35 insertions, 35 deletions
diff --git a/src/ChangeLog.2 b/src/ChangeLog.2
index 8165842f616..aaf03eb95cc 100644
--- a/src/ChangeLog.2
+++ b/src/ChangeLog.2
@@ -53,12 +53,12 @@
53 * xterm.c (XTread_socket): If HAVE_SELECT, call xfixscreen 53 * xterm.c (XTread_socket): If HAVE_SELECT, call xfixscreen
54 before waiting. 54 before waiting.
55 55
56 * dispnew.c (update_line): comments added. 56 * dispnew.c (update_line): Comments added.
57 57
58 * xterm.c (writechars): Output only the chars specified 58 * xterm.c (writechars): Output only the chars specified
59 even if in update; don't clear to end. 59 even if in update; don't clear to end.
60 (XTread_socket): Check O_NDELAY only if it and F_GETFL are defined. 60 (XTread_socket): Check O_NDELAY only if it and F_GETFL are defined.
61 (x_term_init) [IBMRTAIX]: do call gethostname. 61 (x_term_init) [IBMRTAIX]: Do call gethostname.
62 () [IBMRTAIX]: Include sys/time, not time. 62 () [IBMRTAIX]: Include sys/time, not time.
63 63
641988-08-23 Chris Hanson (cph@kleph) 641988-08-23 Chris Hanson (cph@kleph)
@@ -456,10 +456,10 @@
456 456
457 * sysdep.c [VMS]: RAB's never a macro; let RAB$C_BID control rab.h. 457 * sysdep.c [VMS]: RAB's never a macro; let RAB$C_BID control rab.h.
458 458
459 * sysdep.c [VMS] (sys_getenv): only if value of lib$sys_trnlog 459 * sysdep.c [VMS] (sys_getenv): Only if value of lib$sys_trnlog
460 is exactly 1 does it mean it found something. 460 is exactly 1 does it mean it found something.
461 461
462 * sysdep.c (creat_copy_attrs): Downcase remaining SYS$OPEN, SSY$CLOSE. 462 * sysdep.c (creat_copy_attrs): Downcase remaining SYS$OPEN, SYS$CLOSE.
463 463
4641988-04-25 Richard Stallman (rms@lucky-charms.ai.mit.edu) 4641988-04-25 Richard Stallman (rms@lucky-charms.ai.mit.edu)
465 465
@@ -893,7 +893,7 @@
8931988-01-22 Richard Stallman (rms@frosted-flakes) 8931988-01-22 Richard Stallman (rms@frosted-flakes)
894 894
895 * m-ibmrt.h: Add some AIX conditionals; output on BSD should 895 * m-ibmrt.h: Add some AIX conditionals; output on BSD should
896 be unchnged. Perhaps will now run on AIX. 896 be unchanged. Perhaps will now run on AIX.
897 897
8981988-01-21 Richard Stallman (rms@frosted-flakes) 8981988-01-21 Richard Stallman (rms@frosted-flakes)
899 899
@@ -1601,7 +1601,7 @@
1601 (`3.5 turbo'). (<8704150216.AA21012@orville.arpa>) 1601 (`3.5 turbo'). (<8704150216.AA21012@orville.arpa>)
1602 1602
1603 * unexec.c: iris code (is USG, but has struct exec) 1603 * unexec.c: iris code (is USG, but has struct exec)
1604 * sysdep.c: iris utimes emulatation. (HAVE_TIMEVAL) 1604 * sysdep.c: iris utimes emulation. (HAVE_TIMEVAL)
1605 1605
1606 * process.c: (IRIS) 1606 * process.c: (IRIS)
1607 #include <sysmacros.h> 1607 #include <sysmacros.h>
@@ -1629,7 +1629,7 @@
16291987-04-10 Richard Mlynarik (mly@prep) 16291987-04-10 Richard Mlynarik (mly@prep)
1630 1630
1631 * window.c (Fset_window_configuration): 1631 * window.c (Fset_window_configuration):
1632 Don't unchain markers -- this window configuation may be used 1632 Don't unchain markers -- this window configuration may be used
1633 again. Let normal GC unchain them. 1633 again. Let normal GC unchain them.
1634 1634
16351987-04-08 Richard Mlynarik (mly@prep) 16351987-04-08 Richard Mlynarik (mly@prep)
@@ -1670,7 +1670,7 @@
1670 1670
1671 * emacs.c (main): Call syms_of_xmenu only if HAVE_X_MENU. 1671 * emacs.c (main): Call syms_of_xmenu only if HAVE_X_MENU.
1672 * ymakefile: Use new switch HAVE_X_MENU to decide whether 1672 * ymakefile: Use new switch HAVE_X_MENU to decide whether
1673 to includ xmenu.c 1673 to include xmenu.c
1674 * config.h-dist: Tell people about this flag. 1674 * config.h-dist: Tell people about this flag.
1675 1675
16761987-03-20 Richard Mlynarik (mly@prep) 16761987-03-20 Richard Mlynarik (mly@prep)
@@ -1753,7 +1753,7 @@
1753 1753
1754 * term.c (term_init): Don't use Down on VMS if it's a ^J. 1754 * term.c (term_init): Don't use Down on VMS if it's a ^J.
1755 Fix C syntax errors in fatal error message. 1755 Fix C syntax errors in fatal error message.
1756 Distinguish failure to open termcap fle from undefined term type. 1756 Distinguish failure to open termcap file from undefined term type.
1757 1757
1758 * s-vms.h: Increase DATA_START by 512. #define abort sys_abort. 1758 * s-vms.h: Increase DATA_START by 512. #define abort sys_abort.
1759 Flush LIBS_DEBUG defn since ymakefile not used. 1759 Flush LIBS_DEBUG defn since ymakefile not used.
@@ -1986,7 +1986,7 @@
1986 Fsave_window_excursion. 1986 Fsave_window_excursion.
1987 1987
1988 Also fixed a bug in which point was not being restored in 1988 Also fixed a bug in which point was not being restored in
1989 buffer currrent at end of save-window-excursion and that buffer 1989 buffer current at end of save-window-excursion and that buffer
1990 was not current when the config was recorded (It is supposed 1990 was not current when the config was recorded (It is supposed
1991 to not be restored if it was current at the start) 1991 to not be restored if it was current at the start)
1992 1992
@@ -2048,7 +2048,7 @@
2048 2048
20491987-02-12 Richard M. Stallman (rms@prep) 20491987-02-12 Richard M. Stallman (rms@prep)
2050 2050
2051 * xdisp.c (try_window): Fix paren errer in checking hpos 2051 * xdisp.c (try_window): Fix paren error in checking hpos
2052 against hscroll. This caused window_end_pos to be wrong 2052 against hscroll. This caused window_end_pos to be wrong
2053 when there was hscroll. 2053 when there was hscroll.
2054 2054
@@ -2060,7 +2060,7 @@
2060 is truncation. 2060 is truncation.
2061 2061
2062 * xdisp.c (display_string): mincol==-1 means no minimum. 2062 * xdisp.c (display_string): mincol==-1 means no minimum.
2063 * xdisp.c (display_text_line): Use -1 for mincol of minibuf promp. 2063 * xdisp.c (display_text_line): Use -1 for mincol of minibuf prompt.
2064 2064
20651987-02-11 Richard M. Stallman (rms@prep) 20651987-02-11 Richard M. Stallman (rms@prep)
2066 2066
@@ -2835,7 +2835,7 @@
2835 * process.c (change_msgs): 2835 * process.c (change_msgs):
2836 2836
2837 * search.c (Freplace_match): Use upcase_initials_region 2837 * search.c (Freplace_match): Use upcase_initials_region
2838 insead of duplicating it. 2838 instead of duplicating it.
2839 2839
2840 * keyboard.c (Frecursive_edit): If not the top-level edit, 2840 * keyboard.c (Frecursive_edit): If not the top-level edit,
2841 specbind standard-output and standard-input to t. 2841 specbind standard-output and standard-input to t.
@@ -2888,7 +2888,7 @@
2888 If visiting and file doesn't exist, finish visiting (updating 2888 If visiting and file doesn't exist, finish visiting (updating
2889 various buffer slots) before getting error, and set modtime to -1. 2889 various buffer slots) before getting error, and set modtime to -1.
2890 2890
2891 * bytecode.c (Fbytecode): Rarrange all the Bvarref cases to 2891 * bytecode.c (Fbytecode): Rearrange all the Bvarref cases to
2892 share most of the code. Likewise for Bvarset, Bvarbind 2892 share most of the code. Likewise for Bvarset, Bvarbind
2893 and Bunbind cases. Makes it smaller and makes all 2893 and Bunbind cases. Makes it smaller and makes all
2894 Bvarrefs use the fast inline code. 2894 Bvarrefs use the fast inline code.
@@ -2960,7 +2960,7 @@
2960 2960
2961 * m-alliant.h, m-mg1.h: New machines supported. 2961 * m-alliant.h, m-mg1.h: New machines supported.
2962 2962
2963 * ymakefile: Make START_FILES a preprocesser variable 2963 * ymakefile: Make START_FILES a preprocessor variable
2964 and don't change it if already defined. 2964 and don't change it if already defined.
2965 * m-gould.h: Move special gould value of START_FILES here. 2965 * m-gould.h: Move special gould value of START_FILES here.
2966 2966
@@ -3539,7 +3539,7 @@
3539 * callint.c (Fcall_interactively): 3539 * callint.c (Fcall_interactively):
3540 Remove extreme weirdness of storing (int) "" where a Lisp_Object 3540 Remove extreme weirdness of storing (int) "" where a Lisp_Object
3541 was expected (in visargs) 3541 was expected (in visargs)
3542 Slighly more informative error message for bad interactive code 3542 Slightly more informative error message for bad interactive code
3543 letter. 3543 letter.
3544 3544
3545 * abbrev.c (Funexpand_abbrev): 3545 * abbrev.c (Funexpand_abbrev):
@@ -3557,7 +3557,7 @@
3557 * xterm.c: Load sys/types.h explicitly if xterm.h doesn't do it. 3557 * xterm.c: Load sys/types.h explicitly if xterm.h doesn't do it.
3558 3558
3559 * keyboard.c (interrupt_signal): 3559 * keyboard.c (interrupt_signal):
3560 Delete suprious `)' in HAVE_X_WINDOWS case. 3560 Delete spurious `)' in HAVE_X_WINDOWS case.
3561 3561
35621986-10-03 Richard Mlynarik (mly@prep) 35621986-10-03 Richard Mlynarik (mly@prep)
3563 3563
@@ -3847,7 +3847,7 @@
3847 * emacs.c (main) 3847 * emacs.c (main)
3848 Under X, accept "-display" switch as synonym for "-d" 3848 Under X, accept "-display" switch as synonym for "-d"
3849 3849
3850 * eval.c (spedcbind) 3850 * eval.c (specbind)
3851 Don't make Lisp_Buffer_Objfwd's buffer-local when just binding. 3851 Don't make Lisp_Buffer_Objfwd's buffer-local when just binding.
3852 (so now (let ((case-fold-search t))) doesn't force buffer-localness) 3852 (so now (let ((case-fold-search t))) doesn't force buffer-localness)
3853 However, setting a binding will still make it buffer-local. 3853 However, setting a binding will still make it buffer-local.
@@ -4437,40 +4437,40 @@
4437 do the setpgrp here before reopening the pty rather than 4437 do the setpgrp here before reopening the pty rather than
4438 waiting for child_setup. 4438 waiting for child_setup.
4439 4439
4440 * window.c (make_window): size given to make_vector 4440 * window.c (make_window): Size given to make_vector
4441 was one too small. 4441 was one too small.
4442 4442
44431986-07-10 Richard M. Stallman (rms@prep) 44431986-07-10 Richard M. Stallman (rms@prep)
4444 4444
4445 * keymap.c (Fdescribe_bindings): change XSETTYPE/XSETBUFFER to 4445 * keymap.c (Fdescribe_bindings): Change XSETTYPE/XSETBUFFER to
4446 XSET. 4446 XSET.
4447 (describe_command): change XSETSTRING to XSET. 4447 (describe_command): Change XSETSTRING to XSET.
4448 * window.c (Fmove_to_window_line): delete unused start =. 4448 * window.c (Fmove_to_window_line): Delete unused start =.
4449 * xdisp.c (DoDsp) delete unused all_windows initializer. 4449 * xdisp.c (DoDsp): Delete unused all_windows initializer.
4450 * dispnew.c (update_line): delete unused osp =. 4450 * dispnew.c (update_line): Delete unused osp =.
4451 * minibuf.c (do_completion): delete unused completedp initializer. 4451 * minibuf.c (do_completion): Delete unused completedp initializer.
4452 * search.c (Freplace_match): delete unused some_multiletter_word init. 4452 * search.c (Freplace_match): Delete unused some_multiletter_word init.
4453 * alloc.c (gc_sweep): delete unused next initializers. 4453 * alloc.c (gc_sweep): Delete unused next initializers.
4454 * fns.c (concat): after error on non-int elt for string, 4454 * fns.c (concat): After error on non-int elt for string,
4455 do store the new value from the error handler. 4455 do store the new value from the error handler.
4456 * lread.c (read1): comment out unused end =. 4456 * lread.c (read1): Comment out unused end =.
4457 * lread.c (read_list): delete unused tail =. 4457 * lread.c (read_list): Delete unused tail =.
4458 * data.c (Fmake_variable_buffer_local): 4458 * data.c (Fmake_variable_buffer_local):
4459 if value type is Lisp_Some_Buffer_Local_Value, 4459 If value type is Lisp_Some_Buffer_Local_Value,
4460 change it to Lisp_Buffer_Local_Value permanently. 4460 change it to Lisp_Buffer_Local_Value permanently.
4461 * undo.c (record_block): delete unused cp =. 4461 * undo.c (record_block): Delete unused cp =.
4462 Don't bother reallocing if n = 0 after first batch. 4462 Don't bother reallocing if n = 0 after first batch.
4463 * fileio.c (Fverify_visited_file_modtime): 4463 * fileio.c (Fverify_visited_file_modtime):
4464 If CHECK_BUFFER changes buf, use the changed value. 4464 If CHECK_BUFFER changes buf, use the changed value.
4465 4465
44661986-07-07 Richard M. Stallman (rms@prep) 44661986-07-07 Richard M. Stallman (rms@prep)
4467 4467
4468 * alloc.c (mark_buffer): mark the selective_display_ellipses slot. 4468 * alloc.c (mark_buffer): Mark the selective_display_ellipses slot.
4469 4469
44701986-06-25 Richard M. Stallman (rms@prep) 44701986-06-25 Richard M. Stallman (rms@prep)
4471 4471
4472 * window.c (Frecenter): Fix bug in last change: 4472 * window.c (Frecenter): Fix bug in last change:
4473 change applied to M-- arg ratherthan C-u by mistake. 4473 change applied to M-- arg rather than C-u by mistake.
4474 4474
44751986-06-19 Richard M. Stallman (rms@prep) 44751986-06-19 Richard M. Stallman (rms@prep)
4476 4476
@@ -4668,7 +4668,7 @@
4668 4668
4669 * buffer.c (record_buffer): 4669 * buffer.c (record_buffer):
4670 Don't use Frassq, Fmemq or Fdelq since their loops 4670 Don't use Frassq, Fmemq or Fdelq since their loops
4671 allow quitting. Write a spacial loop by hand. 4671 allow quitting. Write a special loop by hand.
4672 4672
46731986-06-05 Richard M. Stallman (rms@prep) 46731986-06-05 Richard M. Stallman (rms@prep)
4674 4674