diff options
| author | Stefan Monnier | 2005-10-29 16:08:20 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2005-10-29 16:08:20 +0000 |
| commit | c390e28c877a06ff8165b7e7d8d15b2edadc1729 (patch) | |
| tree | f79298f193a22be1c119b324bc525e19f4243b1e /src | |
| parent | 0e6228bc0b37f297674f8b640077ba3615ea5876 (diff) | |
| download | emacs-c390e28c877a06ff8165b7e7d8d15b2edadc1729.tar.gz emacs-c390e28c877a06ff8165b7e7d8d15b2edadc1729.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index d4af13219fc..5df0e83b364 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,6 +1,10 @@ | |||
| 1 | 2005-10-29 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * syntax.c (Fparse_partial_sexp): Fix docstring. | ||
| 4 | |||
| 1 | 2005-10-28 Romain Francoise <romain@orebokech.com> | 5 | 2005-10-28 Romain Francoise <romain@orebokech.com> |
| 2 | 6 | ||
| 3 | * puresize.h (BASE_PURESIZE): Incremented to 1130000. | 7 | * puresize.h (BASE_PURESIZE): Increment to 1130000. |
| 4 | 8 | ||
| 5 | 2005-10-28 Richard M. Stallman <rms@gnu.org> | 9 | 2005-10-28 Richard M. Stallman <rms@gnu.org> |
| 6 | 10 | ||
| @@ -14,12 +18,11 @@ | |||
| 14 | * alloc.c (spare_memory): No longer static. | 18 | * alloc.c (spare_memory): No longer static. |
| 15 | (xfree) [!SYSTEM_MALLOC]: Call refill_memory_reserve. | 19 | (xfree) [!SYSTEM_MALLOC]: Call refill_memory_reserve. |
| 16 | 20 | ||
| 17 | * puresize.h (BASE_PURESIZE): Incremented to 1120000. | 21 | * puresize.h (BASE_PURESIZE): Increment to 1120000. |
| 18 | 22 | ||
| 19 | 2005-10-27 Chong Yidong <cyd@stupidchicken.com> | 23 | 2005-10-27 Chong Yidong <cyd@stupidchicken.com> |
| 20 | 24 | ||
| 21 | * data.c (Fmake_variable_frame_local): Add clarification to | 25 | * data.c (Fmake_variable_frame_local): Add clarification to docstring. |
| 22 | docstring. | ||
| 23 | 26 | ||
| 24 | * fringe.c (update_window_fringes): Handle case where buffer ends | 27 | * fringe.c (update_window_fringes): Handle case where buffer ends |
| 25 | with a newline. | 28 | with a newline. |