aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorStefan Monnier2005-10-29 16:08:20 +0000
committerStefan Monnier2005-10-29 16:08:20 +0000
commitc390e28c877a06ff8165b7e7d8d15b2edadc1729 (patch)
treef79298f193a22be1c119b324bc525e19f4243b1e /src
parent0e6228bc0b37f297674f8b640077ba3615ea5876 (diff)
downloademacs-c390e28c877a06ff8165b7e7d8d15b2edadc1729.tar.gz
emacs-c390e28c877a06ff8165b7e7d8d15b2edadc1729.zip
*** empty log message ***
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.