diff options
| author | Kim F. Storm | 2005-11-30 00:04:34 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2005-11-30 00:04:34 +0000 |
| commit | 4269a2fd77bc80b11caacb55f7a101fc1cb21bdd (patch) | |
| tree | 3d5328304da0ece4b51ba98590373830cf1b1dc6 /src | |
| parent | c0e4cc19874341e454dcbbe6ecad74984babe832 (diff) | |
| download | emacs-4269a2fd77bc80b11caacb55f7a101fc1cb21bdd.tar.gz emacs-4269a2fd77bc80b11caacb55f7a101fc1cb21bdd.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 868e39f0a39..79f14cb7e15 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2005-11-30 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * alloc.c: Include fcntl.h. Define O_WRONLY if not defined. | ||
| 4 | (valid_lisp_object_p) [!GC_MARK_STACK]: Validate pointer by | ||
| 5 | passing it to `emacs_write'. | ||
| 6 | |||
| 1 | 2005-11-29 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change) | 7 | 2005-11-29 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change) |
| 2 | 8 | ||
| 3 | * atimer.c (stop_other_atimers): Fix loop to correctly compute `prev'. | 9 | * atimer.c (stop_other_atimers): Fix loop to correctly compute `prev'. |