Mercurial > emacs
comparison lib-src/ChangeLog @ 107759:f46f743d330a
Fix typos in ChangeLogs.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Fri, 02 Apr 2010 04:22:17 +0200 |
parents | 653d35986c98 |
children | 2d36607da023 |
comparison
equal
deleted
inserted
replaced
107758:79f81b166468 | 107759:f46f743d330a |
---|---|
3940 * emacsserver.c: On fatal signal, delete socket-file: | 3940 * emacsserver.c: On fatal signal, delete socket-file: |
3941 * emacsserver.c: Include signal.h. | 3941 * emacsserver.c: Include signal.h. |
3942 (xmalloc, fatal, error): New functions. | 3942 (xmalloc, fatal, error): New functions. |
3943 (delete_socket, handle_signals): New functions. | 3943 (delete_socket, handle_signals): New functions. |
3944 (progname, socket_name): New variables. | 3944 (progname, socket_name): New variables. |
3945 [HAVE_SOCKETS] (main): Call handle_signals; set the new variables. | 3945 [HAVE_SOCKETS] (main): Call handle_signals; set the new variables. |
3946 | 3946 |
3947 1996-09-01 Richard Stallman <rms@ethanol.gnu.ai.mit.edu> | 3947 1996-09-01 Richard Stallman <rms@ethanol.gnu.ai.mit.edu> |
3948 | 3948 |
3949 * emacsclient.c (quote_file_name): New function. | 3949 * emacsclient.c (quote_file_name): New function. |
3950 (main, both versions): Use quote_file_name. | 3950 (main, both versions): Use quote_file_name. |
4713 (main): Do not print an error message for unknown options. | 4713 (main): Do not print an error message for unknown options. |
4714 | 4714 |
4715 1995-01-12 Francesco Potortì (pot@cnuce.cnr.it) | 4715 1995-01-12 Francesco Potortì (pot@cnuce.cnr.it) |
4716 | 4716 |
4717 * etags.c (FILEPOS, GET_CHARNO, GET_FILEPOS, max, LINENO): Deleted. | 4717 * etags.c (FILEPOS, GET_CHARNO, GET_FILEPOS, max, LINENO): Deleted. |
4718 (append_to_tagfile, typedefs, typedefs_and_cplusplus, | 4718 (append_to_tagfile, typedefs, typedefs_and_cplusplus) |
4719 constantypedefs, update, vgrind_style, no_warnings, | 4719 (constantypedefs, update, vgrind_style, no_warnings) |
4720 cxref_style, cplusplus, noindentypedefs): Were int, now logical. | 4720 (cxref_style, cplusplus, noindentypedefs): Were int, now logical. |
4721 (permit_duplicates): Was a var, now a #define. | 4721 (permit_duplicates): Was a var, now a #define. |
4722 (filename_lb): Was global, now local to main. | 4722 (filename_lb): Was global, now local to main. |
4723 (main): Open the tag file when in cxref mode. | 4723 (main): Open the tag file when in cxref mode. |
4724 Use a BUFSIZ size buffer for making the shell commands. | 4724 Use a BUFSIZ size buffer for making the shell commands. |
4725 Look at the return value from the system routine. | 4725 Look at the return value from the system routine. |
4734 when saving a tag in structtag. Callers changed. | 4734 when saving a tag in structtag. Callers changed. |
4735 (TOKEN): Structure changed. Now used only in C_entries. | 4735 (TOKEN): Structure changed. Now used only in C_entries. |
4736 (TOKEN_SAVED_P, SAVE_TOKEN, RESTORE_TOKEN): Deleted. | 4736 (TOKEN_SAVED_P, SAVE_TOKEN, RESTORE_TOKEN): Deleted. |
4737 (C_entries): nameb and savenameb deleted. Use dinamic allocation. | 4737 (C_entries): nameb and savenameb deleted. Use dinamic allocation. |
4738 (pfcnt): Deleted. Users updated. | 4738 (pfcnt): Deleted. Users updated. |
4739 (getit, Asm_labels, Pascal_functions, L_getit, get_scheme, | 4739 (getit, Asm_labels, Pascal_functions, L_getit, get_scheme) |
4740 TEX_getit, prolog_getit): Use dinamic allocation for storing | 4740 (TEX_getit, prolog_getit): Use dinamic allocation for storing |
4741 the tag instead of a fixed size buffer. | 4741 the tag instead of a fixed size buffer. |
4742 | 4742 |
4743 1995-01-10 Richard Stallman <rms@mole.gnu.ai.mit.edu> | 4743 1995-01-10 Richard Stallman <rms@mole.gnu.ai.mit.edu> |
4744 | 4744 |
4745 * movemail.c (main): Skip past the colon in inname. | 4745 * movemail.c (main): Skip past the colon in inname. |
6660 * emacsclient.c: Print program name in error messages. | 6660 * emacsclient.c: Print program name in error messages. |
6661 | 6661 |
6662 1990-01-19 David Lawrence (tale@cocoa-puffs) | 6662 1990-01-19 David Lawrence (tale@cocoa-puffs) |
6663 | 6663 |
6664 * timer.c, getdate.y (new files) and Makefile: | 6664 * timer.c, getdate.y (new files) and Makefile: |
6665 Sub-process support for run-at-time in timer.el. | 6665 Sub-process support for run-at-time in timer.el. |
6666 Doesn't yet work correctly for USG. | 6666 Doesn't yet work correctly for USG. |
6667 | 6667 |
6668 1990-01-10 Jim Kingdon (kingdon@pogo) | 6668 1990-01-10 Jim Kingdon (kingdon@pogo) |
6669 | 6669 |
6670 * MACHINES: Add HP 300 running BSD. | 6670 * MACHINES: Add HP 300 running BSD. |
6671 | 6671 |