diff options
| author | Stefan Monnier | 2010-04-02 21:54:24 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2010-04-02 21:54:24 -0400 |
| commit | 2912322b80f7db17e3aefd58884056f99f1024e6 (patch) | |
| tree | 2dc8988120a3aaedc331c4b4d92021277f05a07b /lib-src | |
| parent | a568f507d1a646c351e1eda0266378316493ab11 (diff) | |
| parent | d86d8ea85a165558eb06fe16ffdf24c06886e7b4 (diff) | |
| download | emacs-2912322b80f7db17e3aefd58884056f99f1024e6.tar.gz emacs-2912322b80f7db17e3aefd58884056f99f1024e6.zip | |
Merge from emacs-23
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/ChangeLog | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 11e603eab0f..4a6942db5b8 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -3973,7 +3973,7 @@ | |||
| 3973 | (xmalloc, fatal, error): New functions. | 3973 | (xmalloc, fatal, error): New functions. |
| 3974 | (delete_socket, handle_signals): New functions. | 3974 | (delete_socket, handle_signals): New functions. |
| 3975 | (progname, socket_name): New variables. | 3975 | (progname, socket_name): New variables. |
| 3976 | [HAVE_SOCKETS] (main): Call handle_signals; set the new variables. | 3976 | [HAVE_SOCKETS] (main): Call handle_signals; set the new variables. |
| 3977 | 3977 | ||
| 3978 | 1996-09-01 Richard Stallman <rms@ethanol.gnu.ai.mit.edu> | 3978 | 1996-09-01 Richard Stallman <rms@ethanol.gnu.ai.mit.edu> |
| 3979 | 3979 | ||
| @@ -4746,9 +4746,9 @@ | |||
| 4746 | 1995-01-12 Francesco Potortì (pot@cnuce.cnr.it) | 4746 | 1995-01-12 Francesco Potortì (pot@cnuce.cnr.it) |
| 4747 | 4747 | ||
| 4748 | * etags.c (FILEPOS, GET_CHARNO, GET_FILEPOS, max, LINENO): Deleted. | 4748 | * etags.c (FILEPOS, GET_CHARNO, GET_FILEPOS, max, LINENO): Deleted. |
| 4749 | (append_to_tagfile, typedefs, typedefs_and_cplusplus, | 4749 | (append_to_tagfile, typedefs, typedefs_and_cplusplus) |
| 4750 | constantypedefs, update, vgrind_style, no_warnings, | 4750 | (constantypedefs, update, vgrind_style, no_warnings) |
| 4751 | cxref_style, cplusplus, noindentypedefs): Were int, now logical. | 4751 | (cxref_style, cplusplus, noindentypedefs): Were int, now logical. |
| 4752 | (permit_duplicates): Was a var, now a #define. | 4752 | (permit_duplicates): Was a var, now a #define. |
| 4753 | (filename_lb): Was global, now local to main. | 4753 | (filename_lb): Was global, now local to main. |
| 4754 | (main): Open the tag file when in cxref mode. | 4754 | (main): Open the tag file when in cxref mode. |
| @@ -4767,8 +4767,8 @@ | |||
| 4767 | (TOKEN_SAVED_P, SAVE_TOKEN, RESTORE_TOKEN): Deleted. | 4767 | (TOKEN_SAVED_P, SAVE_TOKEN, RESTORE_TOKEN): Deleted. |
| 4768 | (C_entries): nameb and savenameb deleted. Use dinamic allocation. | 4768 | (C_entries): nameb and savenameb deleted. Use dinamic allocation. |
| 4769 | (pfcnt): Deleted. Users updated. | 4769 | (pfcnt): Deleted. Users updated. |
| 4770 | (getit, Asm_labels, Pascal_functions, L_getit, get_scheme, | 4770 | (getit, Asm_labels, Pascal_functions, L_getit, get_scheme) |
| 4771 | TEX_getit, prolog_getit): Use dinamic allocation for storing | 4771 | (TEX_getit, prolog_getit): Use dinamic allocation for storing |
| 4772 | the tag instead of a fixed size buffer. | 4772 | the tag instead of a fixed size buffer. |
| 4773 | 4773 | ||
| 4774 | 1995-01-10 Richard Stallman <rms@mole.gnu.ai.mit.edu> | 4774 | 1995-01-10 Richard Stallman <rms@mole.gnu.ai.mit.edu> |
| @@ -6693,8 +6693,8 @@ | |||
| 6693 | 1990-01-19 David Lawrence (tale@cocoa-puffs) | 6693 | 1990-01-19 David Lawrence (tale@cocoa-puffs) |
| 6694 | 6694 | ||
| 6695 | * timer.c, getdate.y (new files) and Makefile: | 6695 | * timer.c, getdate.y (new files) and Makefile: |
| 6696 | Sub-process support for run-at-time in timer.el. | 6696 | Sub-process support for run-at-time in timer.el. |
| 6697 | Doesn't yet work correctly for USG. | 6697 | Doesn't yet work correctly for USG. |
| 6698 | 6698 | ||
| 6699 | 1990-01-10 Jim Kingdon (kingdon@pogo) | 6699 | 1990-01-10 Jim Kingdon (kingdon@pogo) |
| 6700 | 6700 | ||