diff options
| author | Gerd Moellmann | 2000-10-02 11:19:01 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-10-02 11:19:01 +0000 |
| commit | 64e6cc18e674b565b1c48716a251b26b7fef5ac8 (patch) | |
| tree | da14cf9fbbddf1acc55555f527539deb8b670c7d /src | |
| parent | b831c087d8b6265447d6ca75a8ac565b25edac0e (diff) | |
| download | emacs-64e6cc18e674b565b1c48716a251b26b7fef5ac8.tar.gz emacs-64e6cc18e674b565b1c48716a251b26b7fef5ac8.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 1b68592eced..c890250eb49 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2000-10-02 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * lisp.h (wrong_type_argument): Remove NO_RETURN, the function can | ||
| 4 | return with a string converted to an integer or vice versa when | ||
| 5 | Vmocklisp_arguments is t. | ||
| 6 | (Fsignal): Likewise. The function can return for `quit'. | ||
| 7 | (struct gcpro): Declare member `var' to point to a volatile | ||
| 8 | Lisp_Object. | ||
| 9 | |||
| 10 | * eval.c (error): Prevent compiler warning. | ||
| 11 | |||
| 1 | 2000-09-30 Stefan Monnier <monnier@cs.yale.edu> | 12 | 2000-09-30 Stefan Monnier <monnier@cs.yale.edu> |
| 2 | 13 | ||
| 3 | * keymap.c (keymap_memberp): New function. | 14 | * keymap.c (keymap_memberp): New function. |
| @@ -9,8 +20,8 @@ | |||
| 9 | 2000-09-30 Gerd Moellmann <gerd@gnu.org> | 20 | 2000-09-30 Gerd Moellmann <gerd@gnu.org> |
| 10 | 21 | ||
| 11 | * process.c (Fopen_network_stream) [HAVE_GETADDRINFO]: Use | 22 | * process.c (Fopen_network_stream) [HAVE_GETADDRINFO]: Use |
| 12 | gai_strerror. Make sure xerrno is set if connect fails. Improve | 23 | gai_strerror. Make sure xerrno is set if connect fails. Improve |
| 13 | error recovery. | 24 | error recovery. |
| 14 | 25 | ||
| 15 | 2000-09-29 Jason Rumney <jasonr@gnu.org> | 26 | 2000-09-29 Jason Rumney <jasonr@gnu.org> |
| 16 | 27 | ||