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 /lib-src | |
| parent | d6a3febd83a52db53f665b0987075af590c720a5 (diff) | |
| download | emacs-10d1d0af5f6421603cd841e0c1c5805e2b2fb67d.tar.gz emacs-10d1d0af5f6421603cd841e0c1c5805e2b2fb67d.zip | |
Fix typos.
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/ChangeLog | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index b91569d4eb6..e28bfb7d8ba 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -16,8 +16,8 @@ | |||
| 16 | 16 | ||
| 17 | 2008-08-07 Dan Nicolaescu <dann@ics.uci.edu> | 17 | 2008-08-07 Dan Nicolaescu <dann@ics.uci.edu> |
| 18 | 18 | ||
| 19 | * Makefile.in (INSTALLABLES): Add LIB_SRC_EXTRA_INSTALLABLES. Do | 19 | * Makefile.in (INSTALLABLES): Add LIB_SRC_EXTRA_INSTALLABLES. |
| 20 | not special case for NS_IMPL_COCOA. | 20 | Do not special case for NS_IMPL_COCOA. |
| 21 | 21 | ||
| 22 | 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com> | 22 | 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com> |
| 23 | 23 | ||
| @@ -766,7 +766,7 @@ | |||
| 766 | set up TCP sockets. | 766 | set up TCP sockets. |
| 767 | (set_local_socket): New function to create and set up Unix | 767 | (set_local_socket): New function to create and set up Unix |
| 768 | socket (code moved from previous implementation). | 768 | socket (code moved from previous implementation). |
| 769 | (set_socket): New function to chose between TCP and Unix sockets. | 769 | (set_socket): New function to choose between TCP and Unix sockets. |
| 770 | (main): Use SEND_STRING and SEND_QUOTED. Most code moved to | 770 | (main): Use SEND_STRING and SEND_QUOTED. Most code moved to |
| 771 | set_local_socket. Use set_socket. Get answers from server.el with | 771 | set_local_socket. Use set_socket. Get answers from server.el with |
| 772 | recv(), not file stream functions. | 772 | recv(), not file stream functions. |
| @@ -966,7 +966,7 @@ | |||
| 966 | 2005-09-15 Richard M. Stallman <rms@gnu.org> | 966 | 2005-09-15 Richard M. Stallman <rms@gnu.org> |
| 967 | 967 | ||
| 968 | * Makefile.in (update-game-score.o): New target. | 968 | * Makefile.in (update-game-score.o): New target. |
| 969 | Compile and link this progranm separately. | 969 | Compile and link this program separately. |
| 970 | (update-game-score${EXEEXT}): Use GETOPTDEPTS. | 970 | (update-game-score${EXEEXT}): Use GETOPTDEPTS. |
| 971 | 971 | ||
| 972 | 2005-09-11 Jason Rumney <jasonr@gnu.org> | 972 | 2005-09-11 Jason Rumney <jasonr@gnu.org> |
| @@ -1312,7 +1312,7 @@ | |||
| 1312 | 2003-02-15 Richard M. Stallman <rms@gnu.org> | 1312 | 2003-02-15 Richard M. Stallman <rms@gnu.org> |
| 1313 | 1313 | ||
| 1314 | * cvtmail.c: Cast result of malloc and realloc. | 1314 | * cvtmail.c: Cast result of malloc and realloc. |
| 1315 | Don't include stdlib.h, becuase config.h does. | 1315 | Don't include stdlib.h, because config.h does. |
| 1316 | (malloc, realloc): Declarations deleted. | 1316 | (malloc, realloc): Declarations deleted. |
| 1317 | 1317 | ||
| 1318 | * yow.c (yow): Cast result of malloc and realloc. | 1318 | * yow.c (yow): Cast result of malloc and realloc. |
| @@ -1383,7 +1383,7 @@ | |||
| 1383 | * getopt.c (const): Move outside !HAVE_CONFIG_H conditional. | 1383 | * getopt.c (const): Move outside !HAVE_CONFIG_H conditional. |
| 1384 | (libintl.h): Include this if _LIBC. Otherwise include gettext.h. | 1384 | (libintl.h): Include this if _LIBC. Otherwise include gettext.h. |
| 1385 | (wchar.h): Include, maybe. | 1385 | (wchar.h): Include, maybe. |
| 1386 | (attribute_hidden): Define if not defind. | 1386 | (attribute_hidden): Define if not defined. |
| 1387 | (__getopt_initialized): Use attribute_hidden. | 1387 | (__getopt_initialized): Use attribute_hidden. |
| 1388 | (__libc_argc, __libc_argv): Renamed from original_argc, etc. | 1388 | (__libc_argc, __libc_argv): Renamed from original_argc, etc. |
| 1389 | (__getopt_nonoption_flags, nonoption_flags_max_len) | 1389 | (__getopt_nonoption_flags, nonoption_flags_max_len) |
| @@ -1603,7 +1603,7 @@ | |||
| 1603 | (main): Treat -c option as a backward compatibility hack. | 1603 | (main): Treat -c option as a backward compatibility hack. |
| 1604 | (main, find_entries): Init and free filebuf. | 1604 | (main, find_entries): Init and free filebuf. |
| 1605 | (find_entries): Call regex_tag_multiline after the regular parser. | 1605 | (find_entries): Call regex_tag_multiline after the regular parser. |
| 1606 | (scan_separators): Check for untermintaed regexp and return NULL. | 1606 | (scan_separators): Check for unterminated regexp and return NULL. |
| 1607 | (analyse_regex, add_regex): Remove the ignore_case argument, which | 1607 | (analyse_regex, add_regex): Remove the ignore_case argument, which |
| 1608 | is now a modifier to the regexp. All callers changed. | 1608 | is now a modifier to the regexp. All callers changed. |
| 1609 | (add_regex): Manage the regexp modifiers. | 1609 | (add_regex): Manage the regexp modifiers. |
| @@ -1646,7 +1646,7 @@ | |||
| 1646 | 1646 | ||
| 1647 | * etags.c: Improvements and bug squashing in TeX handling. | 1647 | * etags.c: Improvements and bug squashing in TeX handling. |
| 1648 | (TeX_commands): Skip comments. | 1648 | (TeX_commands): Skip comments. |
| 1649 | (TEX_defenv): Now contains more contructs. | 1649 | (TEX_defenv): Now contains more constructs. |
| 1650 | (TEX_cmt): Make it a static char and move it before TeX_commands. | 1650 | (TEX_cmt): Make it a static char and move it before TeX_commands. |
| 1651 | (TeX_commands): Shorten the tag to the brace after the name. | 1651 | (TeX_commands): Shorten the tag to the brace after the name. |
| 1652 | (TeX_commands): Names now include the initial backslash. | 1652 | (TeX_commands): Names now include the initial backslash. |
| @@ -1732,7 +1732,7 @@ | |||
| 1732 | 1732 | ||
| 1733 | * etags.c (get_language_from_filename): Add one argument. | 1733 | * etags.c (get_language_from_filename): Add one argument. |
| 1734 | (strcaseeq): New function. | 1734 | (strcaseeq): New function. |
| 1735 | (get_language_from_filename): Use it to do a case insenstitive | 1735 | (get_language_from_filename): Use it to do a case insensitive |
| 1736 | comparison if called with appropriate args. | 1736 | comparison if called with appropriate args. |
| 1737 | (find_entries): Try with case insensitive match. | 1737 | (find_entries): Try with case insensitive match. |
| 1738 | (process_file): Bug fixed. | 1738 | (process_file): Bug fixed. |
| @@ -1756,7 +1756,7 @@ | |||
| 1756 | to a file description structure. | 1756 | to a file description structure. |
| 1757 | (curfile, curfiledir, curtagfname, curlang, nocharno) | 1757 | (curfile, curfiledir, curtagfname, curlang, nocharno) |
| 1758 | (forced_lang): Global variables removed in favor of fdhead and | 1758 | (forced_lang): Global variables removed in favor of fdhead and |
| 1759 | curfdp, pointers to file description strucures. | 1759 | curfdp, pointers to file description structures. |
| 1760 | (longopts, main, print_help): Use the CTAGS conditional to include | 1760 | (longopts, main, print_help): Use the CTAGS conditional to include |
| 1761 | or exclude options that work on etags or ctags only. | 1761 | or exclude options that work on etags or ctags only. |
| 1762 | (process_file, find_entries, pfnote, add_node, put_entries) | 1762 | (process_file, find_entries, pfnote, add_node, put_entries) |
| @@ -2645,7 +2645,7 @@ | |||
| 2645 | * etags.c (iswhite): Redefine not to consider '\0' as white | 2645 | * etags.c (iswhite): Redefine not to consider '\0' as white |
| 2646 | space, and use it throughout in place of isspace, thus preventing a | 2646 | space, and use it throughout in place of isspace, thus preventing a |
| 2647 | potential signed char to int conversion problem. | 2647 | potential signed char to int conversion problem. |
| 2648 | (MSDOS): #undefine befere redefining | 2648 | (MSDOS): #undefine before redefining. |
| 2649 | 2649 | ||
| 2650 | 2000-02-04 Francesco Potortì <pot@gnu.org> | 2650 | 2000-02-04 Francesco Potortì <pot@gnu.org> |
| 2651 | 2651 | ||
| @@ -3374,7 +3374,7 @@ | |||
| 3374 | (init): Cleanup and init _nin. | 3374 | (init): Cleanup and init _nin. |
| 3375 | (new_pfnote): New function. | 3375 | (new_pfnote): New function. |
| 3376 | (make_C_tag) [traditional_tag_style]: Use it. | 3376 | (make_C_tag) [traditional_tag_style]: Use it. |
| 3377 | (traditional_tag_style): Costant set to TRUE for now. | 3377 | (traditional_tag_style): Constant set to TRUE for now. |
| 3378 | 3378 | ||
| 3379 | 1997-05-14 Francesco Potortì <F.Potorti@cnuce.cnr.it> | 3379 | 1997-05-14 Francesco Potortì <F.Potorti@cnuce.cnr.it> |
| 3380 | 3380 | ||
| @@ -3699,11 +3699,11 @@ | |||
| 3699 | (datearg): When computing default from ChangeLog, handle ISO format | 3699 | (datearg): When computing default from ChangeLog, handle ISO format |
| 3700 | dates in addition to old-fashioned dates from Emacs 19.31 and earlier. | 3700 | dates in addition to old-fashioned dates from Emacs 19.31 and earlier. |
| 3701 | Don't worry about hh:mm:ss since the resolution is now by day. | 3701 | Don't worry about hh:mm:ss since the resolution is now by day. |
| 3702 | Use emtpy datearg, not empty rlog_options, to decide whether to pass | 3702 | Use empty datearg, not empty rlog_options, to decide whether to pass |
| 3703 | "$datearg" option to $rlog. | 3703 | "$datearg" option to $rlog. |
| 3704 | (logTZ): New variable, set to TZ specified by change-log-time-zone-rule. | 3704 | (logTZ): New variable, set to TZ specified by change-log-time-zone-rule. |
| 3705 | (month_data): Remove `mo'; no longer needed. | 3705 | (month_data): Remove `mo'; no longer needed. |
| 3706 | (rlog_options): Use -zLT for localltime output, if `rlog' supports it. | 3706 | (rlog_options): Use -zLT for localtime output, if `rlog' supports it. |
| 3707 | 3707 | ||
| 3708 | Match `revision' line of rlog output more accurately. | 3708 | Match `revision' line of rlog output more accurately. |
| 3709 | 3709 | ||
| @@ -3920,9 +3920,9 @@ | |||
| 3920 | 3920 | ||
| 3921 | 1996-03-08 Anders Lindgren <andersl@csd.uu.se> | 3921 | 1996-03-08 Anders Lindgren <andersl@csd.uu.se> |
| 3922 | 3922 | ||
| 3923 | * etags.c: New Languange Erlang added. | 3923 | * etags.c: New Language Erlang added. |
| 3924 | (Erlang_functions, erlang_func, erlang_attribute, erlang_atom, | 3924 | (Erlang_functions, erlang_func, erlang_attribute, erlang_atom) |
| 3925 | erlang_white): New functions. | 3925 | (erlang_white): New functions. |
| 3926 | (Erlang_suffixes): New suffix list. | 3926 | (Erlang_suffixes): New suffix list. |
| 3927 | (lang_names): Erlang entry added. | 3927 | (lang_names): Erlang entry added. |
| 3928 | (prolog_getit): Accepts headers spanning several lines. | 3928 | (prolog_getit): Accepts headers spanning several lines. |
| @@ -5101,7 +5101,7 @@ | |||
| 5101 | * etags.c (absolute_pathnames, cwd): Added global vars. | 5101 | * etags.c (absolute_pathnames, cwd): Added global vars. |
| 5102 | (longopts, print_help, main, process_file): Put absolute filenames | 5102 | (longopts, print_help, main, process_file): Put absolute filenames |
| 5103 | in the tag file if the -A --absolute-pathnames option is used. | 5103 | in the tag file if the -A --absolute-pathnames option is used. |
| 5104 | (print_help): Alfabetically order the options. | 5104 | (print_help): Alphabetically order the options. |
| 5105 | (malloc, realloc, strcpy, strncpy, strcmp): Remove extern declar. | 5105 | (malloc, realloc, strcpy, strncpy, strcmp): Remove extern declar. |
| 5106 | 5106 | ||
| 5107 | 1994-02-09 Richard Stallman (rms@mole.gnu.ai.mit.edu) | 5107 | 1994-02-09 Richard Stallman (rms@mole.gnu.ai.mit.edu) |
| @@ -5322,7 +5322,7 @@ | |||
| 5322 | 5322 | ||
| 5323 | 1993-09-14 Brian Fox (bfox@ai.mit.edu) | 5323 | 1993-09-14 Brian Fox (bfox@ai.mit.edu) |
| 5324 | 5324 | ||
| 5325 | * Makefile.in (archlibdir): Only install execuatables internally | 5325 | * Makefile.in (archlibdir): Only install executables internally |
| 5326 | used by emacs; don't install bindir binaries here. | 5326 | used by emacs; don't install bindir binaries here. |
| 5327 | 5327 | ||
| 5328 | 1993-09-24 Paul Eggert (eggert@twinsun.com) | 5328 | 1993-09-24 Paul Eggert (eggert@twinsun.com) |
| @@ -5678,7 +5678,7 @@ | |||
| 5678 | * test-distrib.c (main): Take the name of the distribution file to | 5678 | * test-distrib.c (main): Take the name of the distribution file to |
| 5679 | test from the command line. | 5679 | test from the command line. |
| 5680 | 5680 | ||
| 5681 | * timer.c: Fix mispellings of get_date function's name. | 5681 | * timer.c: Fix misspellings of get_date function's name. |
| 5682 | 5682 | ||
| 5683 | 1993-05-12 Roland McGrath (roland@geech.gnu.ai.mit.edu) | 5683 | 1993-05-12 Roland McGrath (roland@geech.gnu.ai.mit.edu) |
| 5684 | 5684 | ||
| @@ -6063,7 +6063,7 @@ | |||
| 6063 | 6063 | ||
| 6064 | 1992-04-20 Jim Blandy (jimb@pogo.cs.oberlin.edu) | 6064 | 1992-04-20 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
| 6065 | 6065 | ||
| 6066 | * etags.c (print_help): Remember not to imbed raw newlines in | 6066 | * etags.c (print_help): Remember not to embed raw newlines in |
| 6067 | strings - end the lines with `\n\'. | 6067 | strings - end the lines with `\n\'. |
| 6068 | 6068 | ||
| 6069 | 1992-04-17 Jim Blandy (jimb@pogo.cs.oberlin.edu) | 6069 | 1992-04-17 Jim Blandy (jimb@pogo.cs.oberlin.edu) |