comparison src/ChangeLog.2 @ 110987:cda2045a5ee8

Fix typos in docstrings, comments and ChangeLogs. * etc/tutorials/TUTORIAL.es: Fix typos. * lisp/cedet/semantic/symref/list.el (semantic-symref-list-rename-open-hits): Fix typo in message. (semantic-symref-list-map-open-hits): Fix typo in docstring. * lisp/erc/erc-xdcc.el (erc-xdcc-help-text): Fix typo in docstring. * lisp/gnus/nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring. * lisp/international/mule.el (define-coding-system): * lisp/international/titdic-cnv.el (quail-cxterm-package-ext-info): * composite.el (compose-region): Fix typo in docstring. * lisp/org/org-agenda.el (org-prefix-category-length) (org-prefix-category-max-length): Fix typos in docstrings. * src/font.c (Ffont_variation_glyphs): * ccl.c (Fccl_execute_on_string): Fix typo in docstring.
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 13 Oct 2010 01:25:19 +0200
parents 1d1d5d9bd884
children b8fde5ef9e14 376148b31b5e
comparison
equal deleted inserted replaced
110986:e0f89e89ed02 110987:cda2045a5ee8
681 * process.c (wait_reading_process_input): 681 * process.c (wait_reading_process_input):
682 Use only detect_input_pending to check for pending kbd input. 682 Use only detect_input_pending to check for pending kbd input.
683 (That `select' saw something on channel 0 doesn't mean it is 683 (That `select' saw something on channel 0 doesn't mean it is
684 kbd input; it could be an expose event.) 684 kbd input; it could be an expose event.)
685 685
686 * keyboard.c (read_avail_input) [FIONREAD]: Now static. 686 * keyboard.c (read_avail_input) [FIONREAD]: Now static.
687 New arg specifies value of NREAD; 687 New arg specifies value of NREAD;
688 if it is nonzero, don't call get_input_pending to get it. 688 if it is nonzero, don't call get_input_pending to get it.
689 Use kbd_buffer_store_char to put chars into kbd_buffer. 689 Use kbd_buffer_store_char to put chars into kbd_buffer.
690 Always abort if kbd_count is nonzero at start. 690 Always abort if kbd_count is nonzero at start.
691 Don't call {set,clear}_waiting_for_input. 691 Don't call {set,clear}_waiting_for_input.
1208 buffered in a stdio output stream. 1208 buffered in a stdio output stream.
1209 * dispnew.c (update_screen): Use that macro. 1209 * dispnew.c (update_screen): Use that macro.
1210 Remove #ifndef VMS around the sleep when buffer is full. 1210 Remove #ifndef VMS around the sleep when buffer is full.
1211 * s-vms.h: Define nonstandard PENDING_OUTPUT_COUNT for VMS use. 1211 * s-vms.h: Define nonstandard PENDING_OUTPUT_COUNT for VMS use.
1212 1212
1213 * fileio.c (file_name_as_directory) [VMS]: Fix 3rd arg to strncmp. 1213 * fileio.c (file_name_as_directory) [VMS]: Fix 3rd arg to strncmp.
1214 1214
1215 1987-07-17 Paul Rubin (phr@prep) 1215 1987-07-17 Paul Rubin (phr@prep)
1216 1216
1217 * m-sun2.h: Add comment explaining that filename refers to 1217 * m-sun2.h: Add comment explaining that filename refers to
1218 the OS version, not the CPU model number. People running 1218 the OS version, not the CPU model number. People running
1440 1440
1441 * sysdep.c (sys_access for VMS pre 4.4): 1441 * sysdep.c (sys_access for VMS pre 4.4):
1442 Turn on call to vmserrstr. 1442 Turn on call to vmserrstr.
1443 * sysdep.c (vmserrstr) [VMS]: Define this function. 1443 * sysdep.c (vmserrstr) [VMS]: Define this function.
1444 1444
1445 * process.c (create_process) [IRIS]: Don't open the pty's tty 1445 * process.c (create_process) [IRIS]: Don't open the pty's tty
1446 in the parent process. Open only once, in the child. 1446 in the parent process. Open only once, in the child.
1447 1447
1448 * xdisp.c (redisplay_window): If window-start points nowhere, 1448 * xdisp.c (redisplay_window): If window-start points nowhere,
1449 recenter the window to avoid a crash. 1449 recenter the window to avoid a crash.
1450 1450
1542 * buffer.c (Fkill_buffer): Do nothing rather than kill 1542 * buffer.c (Fkill_buffer): Do nothing rather than kill
1543 the sole remaining buffer. Prevent quits during actual killing. 1543 the sole remaining buffer. Prevent quits during actual killing.
1544 1544
1545 1987-05-05 Richard Mlynarik (mly@prep) 1545 1987-05-05 Richard Mlynarik (mly@prep)
1546 1546
1547 * m-irist.h: New version from raible@orville.arpa 1547 * m-irist.h: New version from raible@orville.arpa
1548 * s-iris3-5.h: New file. (s-usg5-2 with additions) 1548 * s-iris3-5.h: New file. (s-usg5-2 with additions)
1549 1549
1550 * keyboard.c: 1550 * keyboard.c:
1551 IRIS, like HPUX, #defines but does not implement FIONREAD. 1551 IRIS, like HPUX, #defines but does not implement FIONREAD.
1552 1552
1553 * window.c, keyboard.c, sysdep.c: 1553 * window.c, keyboard.c, sysdep.c:
1561 error message for invalid TERM variable. 1561 error message for invalid TERM variable.
1562 1562
1563 1987-04-27 Richard Mlynarik (mly@prep) 1563 1987-04-27 Richard Mlynarik (mly@prep)
1564 1564
1565 * fileio.c (APOLLO from lnz): 1565 * fileio.c (APOLLO from lnz):
1566 Fcopy_file, Fset_file_modes: Don't use un*x modes if 1566 (Fcopy_file, Fset_file_modes): Don't use un*x modes if
1567 env var USE_DOMAIN_ACLS is set. 1567 env var USE_DOMAIN_ACLS is set.
1568 Fset_file_modes: utimes fix. 1568 (Fset_file_modes): utimes fix.
1569 Finsert_file_contents: Must do fstat after open for Apollo. 1569 (Finsert_file_contents): Must do fstat after open for Apollo.
1570 1570
1571 * emacs.c (main): (APOLLO from lnz): 1571 * emacs.c (main): (APOLLO from lnz):
1572 Don't use un*x modes if env var USE_DOMAIN_ACLS set. 1572 Don't use un*x modes if env var USE_DOMAIN_ACLS set.
1573 1573
1574 1987-04-25 Richard Mlynarik (mly@prep) 1574 1987-04-25 Richard Mlynarik (mly@prep)
1673 to include 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
1676 1987-03-20 Richard Mlynarik (mly@prep) 1676 1987-03-20 Richard Mlynarik (mly@prep)
1677 1677
1678 * filemode.c: Hacks for set-uid/gid but not executable. 1678 * filemode.c: Hacks for set-uid/gid but not executable.
1679 1679
1680 1987-03-20 Richard M. Stallman (rms@prep) 1680 1987-03-20 Richard M. Stallman (rms@prep)
1681 1681
1682 * sysdep.c [VMS]: include window.h. 1682 * sysdep.c [VMS]: include window.h.
1683 * sysdep.c (wait_for_kbd_input) [VMS]: 1683 * sysdep.c (wait_for_kbd_input) [VMS]:
1964 Remove definition of TEXT_START (safe since GNU crt0.c is used). 1964 Remove definition of TEXT_START (safe since GNU crt0.c is used).
1965 Add to ADJUST_EXEC_HEADER something to set unexec_text_start. 1965 Add to ADJUST_EXEC_HEADER something to set unexec_text_start.
1966 1966
1967 1987-02-22 Richard M. Stallman (rms@prep) 1967 1987-02-22 Richard M. Stallman (rms@prep)
1968 1968
1969 * dispnew.c (Fopen_termscript): Close existing termscript 1969 * dispnew.c (Fopen_termscript): Close existing termscript
1970 file before trying to open a new one. Report open failure 1970 file before trying to open a new one. Report open failure
1971 with report_file_error. 1971 with report_file_error.
1972 1972
1973 1987-02-21 Paul Rubin (phr@prep) 1973 1987-02-21 Paul Rubin (phr@prep)
1974 1974
2069 * data.c (Fmake_local_variable, Fmake_variable_buffer_local): 2069 * data.c (Fmake_local_variable, Fmake_variable_buffer_local):
2070 Get error if arg is t or nil. Doc improvements. 2070 Get error if arg is t or nil. Doc improvements.
2071 2071
2072 1987-02-10 Richard Mlynarik (mly@prep) 2072 1987-02-10 Richard Mlynarik (mly@prep)
2073 2073
2074 * xfns.c (Fx_get_default): Add (unsigned char *) cast. 2074 * xfns.c (Fx_get_default): Add (unsigned char *) cast.
2075 2075
2076 * window.c: typo. 2076 * window.c: Typo.
2077 2077
2078 1987-02-09 Richard M. Stallman (rms@prep) 2078 1987-02-09 Richard M. Stallman (rms@prep)
2079 2079
2080 * process.c (change_msgs): Save/restore selected buffer 2080 * process.c (change_msgs): Save/restore selected buffer
2081 only over simple insertions, and over one such at a time. 2081 only over simple insertions, and over one such at a time.
2851 2851
2852 * callproc.c (Fcall_process): Some rearrangement of 2852 * callproc.c (Fcall_process): Some rearrangement of
2853 local variables for more register decls. Compute 2853 local variables for more register decls. Compute
2854 and pass `envlen' arg to child_setup. 2854 and pass `envlen' arg to child_setup.
2855 2855
2856 * process.c (create_process): Compute and pass `envlen' arg 2856 * process.c (create_process): Compute and pass `envlen' arg
2857 to child_setup. 2857 to child_setup.
2858 2858
2859 * xterm.c (x_term_init): Don't call XPopUpWindow at all. 2859 * xterm.c (x_term_init): Don't call XPopUpWindow at all.
2860 Leave it for the term-setup-hook (see lisp/term/x-win.el). 2860 Leave it for the term-setup-hook (see lisp/term/x-win.el).
2861 2861
3996 Sort had been anti-stable; now it is stable. 3996 Sort had been anti-stable; now it is stable.
3997 3997
3998 * editfns.c (Fuser_uid, Fuser_real_uid): 3998 * editfns.c (Fuser_uid, Fuser_real_uid):
3999 New functions that return values of geteuid and getuid system calls. 3999 New functions that return values of geteuid and getuid system calls.
4000 4000
4001 * dired.c (Ffile_attributes): Value has additional element 4001 * dired.c (Ffile_attributes): Value has additional element
4002 t iff file gid would change if Emacs deletes it and recreates it. 4002 t iff file gid would change if Emacs deletes it and recreates it.
4003 4003
4004 * xdisp.c (display_mode_element): 4004 * xdisp.c (display_mode_element):
4005 If element is a list and its car is a list, 4005 If element is a list and its car is a list,
4006 process all list elements recursively and concatenate them. 4006 process all list elements recursively and concatenate them.
4076 outside of it are still in effect. 4076 outside of it are still in effect.
4077 Also restore various static variables from the catchtag 4077 Also restore various static variables from the catchtag
4078 being unbound. struct catchtag has two new fields, 4078 being unbound. struct catchtag has two new fields,
4079 gcpro and pdlcount. 4079 gcpro and pdlcount.
4080 4080
4081 * eval.c (Fthrow, Fsignal): Use unbind_catch before longjmp. 4081 * eval.c (Fthrow, Fsignal): Use unbind_catch before longjmp.
4082 4082
4083 * eval.c (internal_catch): No need to restore anything 4083 * eval.c (internal_catch): No need to restore anything
4084 from the catchtag after throw, because unbind_catch does it all. 4084 from the catchtag after throw, because unbind_catch does it all.
4085 Must set up pdlcount and gcpro fields. 4085 Must set up pdlcount and gcpro fields.
4086 * eval.c (internal_condition_case, Fcondition_case): 4086 * eval.c (internal_condition_case, Fcondition_case):
4655 4655
4656 * s-usg5.2.h, s-usg5.2.2.h: set the TERMINFO flag. 4656 * s-usg5.2.h, s-usg5.2.2.h: set the TERMINFO flag.
4657 4657
4658 * fileio.c (Ffile_newer_than_file_p): New Lisp primitive. 4658 * fileio.c (Ffile_newer_than_file_p): New Lisp primitive.
4659 4659
4660 * fileio.c (Ffile_exists_p): this is now distinct from 4660 * fileio.c (Ffile_exists_p): This is now distinct from
4661 Ffile_readable_p; it checks only for existence, not for 4661 Ffile_readable_p; it checks only for existence, not for
4662 readability. 4662 readability.
4663 4663
4664 * editfns.c (Fgoto_char): Use new interactive code N. 4664 * editfns.c (Fgoto_char): Use new interactive code N.
4665 4665