diff options
| author | Stefan Monnier | 2005-09-05 15:43:54 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2005-09-05 15:43:54 +0000 |
| commit | 1550ae60d1c9e81cd68ec4c2b2aae20c1450818e (patch) | |
| tree | 76ea30f65da2cf32a27dbd1ab098e5cbdd533d76 /src | |
| parent | 7bbbd31fed9e2070c8e2ecbe857a7aba8c4172a3 (diff) | |
| download | emacs-1550ae60d1c9e81cd68ec4c2b2aae20c1450818e.tar.gz emacs-1550ae60d1c9e81cd68ec4c2b2aae20c1450818e.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index bc76f96208a..44f8892668c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -8,8 +8,18 @@ | |||
| 8 | 8 | ||
| 9 | * editfns.c (Fpropertize): Don't insist that properties be symbols. | 9 | * editfns.c (Fpropertize): Don't insist that properties be symbols. |
| 10 | 10 | ||
| 11 | 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 12 | |||
| 13 | * dired.c (directory_files_internal_unwind, directory_files_internal) | ||
| 14 | (file_name_completion): Use a Save_Value object rather than a cons of | ||
| 15 | two 16bit ints to store the DIR*. | ||
| 16 | (directory_files_internal, file_name_completion): Handle both EINTR and | ||
| 17 | EAGAIN consistently after `readdir'. | ||
| 18 | |||
| 11 | 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca> | 19 | 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca> |
| 12 | 20 | ||
| 21 | * intervals.c (update_interval): Add position info in error. | ||
| 22 | |||
| 13 | * dispnew.c (window_to_frame_hpos, update_window): | 23 | * dispnew.c (window_to_frame_hpos, update_window): |
| 14 | Avoid gcc warning about unused variable `f'. | 24 | Avoid gcc warning about unused variable `f'. |
| 15 | 25 | ||