diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 61a10be80dd..88c6d138a63 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,17 @@ | |||
| 1 | 2005-10-28 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * xfns.c (syms_of_xfns): Provide `x' as feature. | ||
| 4 | |||
| 5 | * xdisp.c (decode_mode_spec): Define %e to indicate memory full. | ||
| 6 | |||
| 7 | * editfns.c (Fformat): Don't include string padding | ||
| 8 | between info[n].start and info[n].end. | ||
| 9 | |||
| 10 | * alloc.c (spare_memory): No longer static. | ||
| 11 | (xfree) [!SYSTEM_MALLOC]: Call refill_memory_reserve. | ||
| 12 | |||
| 13 | * puresize.h (BASE_PURESIZE): Incremented to 112000. | ||
| 14 | |||
| 1 | 2005-10-27 Chong Yidong <cyd@stupidchicken.com> | 15 | 2005-10-27 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 16 | ||
| 3 | * data.c (Fmake_variable_frame_local): Add clarification to | 17 | * data.c (Fmake_variable_frame_local): Add clarification to |