From 107fb6c99543bb33b2ece343c9703c8b36095006 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 28 Oct 2005 16:44:46 +0000 Subject: [PATCH] *** empty log message *** --- etc/NEWS | 8 ++++++++ lisp/ChangeLog | 2 +- lispref/ChangeLog | 9 +++++++++ man/ChangeLog | 6 ++++++ src/ChangeLog | 14 ++++++++++++++ 5 files changed, 38 insertions(+), 1 deletion(-) diff --git a/etc/NEWS b/etc/NEWS index f342dc9e328..90c3f8e109c 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -279,6 +279,14 @@ special treatment in `dired-do-shell-command'. * Editing Changes in Emacs 22.1 ++++ +** !MEM FULL! at the start of the mode line indicates that Emacs +cannot get any more memory for Lisp data. This often means it could +crash soon if you do things that use more memory. On most systems, +killing buffers will get out of this state. If killing buffers does +not make !MEM FULL! disappear, you should save your work and start +a new Emacs. + +++ ** The max size of buffers and integers has been doubled. On 32bit machines, it is now 256M (i.e. 268435455). diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 238c679d257..1e6976349d1 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -8,7 +8,7 @@ * files.el (find-file-noselect): Use %d to format large file size. - * bindings.el (help-echo): Add %e. + * bindings.el (mode-line-format): Add %e. * loadup.el ("facemenu"): Load unconditionally. ("image", "international/fontset", "dnd", "mwheel", "tool-bar"): diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 8c8a75734ae..16ffc6ec34d 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,12 @@ +2005-10-28 Richard M. Stallman + + * minibuf.texi (Completion Commands): Clean up prev change. + +2005-10-26 Kevin Ryde + + * compile.texi (Eval During Compile): Explain recommended uses + of eval-when-compile and eval-and-compile. + 2005-10-27 Masatake YAMATO * minibuf.texi (Completion Commands): diff --git a/man/ChangeLog b/man/ChangeLog index f494c9fd653..d9f0312d319 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,3 +1,9 @@ +2005-10-28 Richard M. Stallman + + * files.texi (Visiting): Explain how to enter ? in a file name. + + * trouble.texi (Memory Full): Mention !MEM FULL! in mode line. + 2005-10-27 Jay Belanger * calc.texi (Predefined Units): Fix the symbol for a TeX points, diff --git a/src/ChangeLog b/src/ChangeLog index 61a10be80dd..88c6d138a63 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,17 @@ +2005-10-28 Richard M. Stallman + + * xfns.c (syms_of_xfns): Provide `x' as feature. + + * xdisp.c (decode_mode_spec): Define %e to indicate memory full. + + * editfns.c (Fformat): Don't include string padding + between info[n].start and info[n].end. + + * alloc.c (spare_memory): No longer static. + (xfree) [!SYSTEM_MALLOC]: Call refill_memory_reserve. + + * puresize.h (BASE_PURESIZE): Incremented to 112000. + 2005-10-27 Chong Yidong * data.c (Fmake_variable_frame_local): Add clarification to -- 2.39.5