]> code.delx.au - gnu-emacs/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Fri, 28 Oct 2005 16:44:46 +0000 (16:44 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 28 Oct 2005 16:44:46 +0000 (16:44 +0000)
etc/NEWS
lisp/ChangeLog
lispref/ChangeLog
man/ChangeLog
src/ChangeLog

index f342dc9e328f9f7697f330a93a7bdcd5c712a9ee..90c3f8e109c11025a3b363e6f246ae2d339460bd 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -279,6 +279,14 @@ special treatment in `dired-do-shell-command'.
 \f
 * 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).
index 238c679d257db795e44f09616560d61fbe1c0ec4..1e6976349d1bb15a20332612b98e66be976b807d 100644 (file)
@@ -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"):
index 8c8a75734ae0e885c0e744c1907ea3724073c7a5..16ffc6ec34d836b2c1c14d1f7688df0401425612 100644 (file)
@@ -1,3 +1,12 @@
+2005-10-28  Richard M. Stallman  <rms@gnu.org>
+
+       * minibuf.texi (Completion Commands): Clean up prev change.
+
+2005-10-26  Kevin Ryde  <user42@zip.com.au>
+
+       * compile.texi (Eval During Compile): Explain recommended uses
+       of eval-when-compile and eval-and-compile.
+
 2005-10-27  Masatake YAMATO  <jet@gyve.org>
 
        * minibuf.texi (Completion Commands): 
index f494c9fd653e1da0edb66b6a0d8c39443c534bdf..d9f0312d31926e011a4ecc2dcbc596e876ad63d8 100644 (file)
@@ -1,3 +1,9 @@
+2005-10-28  Richard M. Stallman  <rms@gnu.org>
+
+       * 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  <belanger@truman.edu>
 
        * calc.texi (Predefined Units): Fix the symbol for a TeX points,
index 61a10be80dd604d8a6eeed5792c81bd7a022472b..88c6d138a631e790b3553715b2a4cac330b70de9 100644 (file)
@@ -1,3 +1,17 @@
+2005-10-28  Richard M. Stallman  <rms@gnu.org>
+
+       * 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  <cyd@stupidchicken.com>
 
        * data.c (Fmake_variable_frame_local): Add clarification to