aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog11
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 @@
12005-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * syntax.c (Fparse_partial_sexp): Fix docstring.
4
12005-10-28 Romain Francoise <romain@orebokech.com> 52005-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
52005-10-28 Richard M. Stallman <rms@gnu.org> 92005-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
192005-10-27 Chong Yidong <cyd@stupidchicken.com> 232005-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.