]> code.delx.au - gnu-emacs/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Sat, 29 Oct 2005 20:04:09 +0000 (20:04 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 29 Oct 2005 20:04:09 +0000 (20:04 +0000)
etc/NEWS
lisp/ChangeLog
lispref/ChangeLog
src/ChangeLog

index 4ae911760182bf499fb3ca7cee08627e767f9dae..e41e818390046a4534d2b06a37510db94ec8c9ca 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -3358,6 +3358,10 @@ the command `undefined'.  (In earlier Emacs versions, it used
 
 ---
 ** Support for Mocklisp has been removed.
+
++++
+** The variable `memory-full' now remains t until
+there is no longer a shortage of memory.
 \f
 * Lisp Changes in Emacs 22.1
 
index f48794a61f46411d6d2ab0796928db6a6da463f0..d0a3104d95e7c419fbcbefa1346a9665cb92a690 100644 (file)
@@ -1,3 +1,20 @@
+2005-10-29  Richard M. Stallman  <rms@gnu.org>
+
+       * replace.el (occur-mode-mouse-goto): Always go to other window.
+       (occur-mode-goto-occurrence): Always switch in same window.
+
+       * simple.el (undo): Display message at end, not at start.
+
+       * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
+       New arg REUSE-CELL.
+       (cancel-timer-internal): New function.
+       (timer-event-handler): Use cancel-timer-internal,
+       and pass the cell it returns to timer-activate...
+
+       * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
+       (jit-lock-deferred-fontify, jit-lock-context-fontify)
+       (jit-lock-after-change): Test memory-full.
+
 2005-10-29  Roland Winkler  <roland.winkler@physik.uni-erlangen.de>
 
        * textmodes/conf-mode.el (conf-assignment-sign)
index 16715350df2b0f94b803a8a7dc846ed9e4c8c503..50cb7baa1bcb1aad5d113bbe4b540594bef1e882 100644 (file)
@@ -1,3 +1,7 @@
+2005-10-29  Richard M. Stallman  <rms@gnu.org>
+
+       * internals.texi (Garbage Collection): Document memory-full.
+
 2005-10-28  Bill Wohler  <wohler@newt.com>
 
        * tips.texi (Documentation Tips): Help mode now creates hyperlinks
index c9db3f69cf22ab720ee1f7c5c69d17918ce99514..8e5c9d05b4e2ead658be3f3f6b09a67d5b6c7c94 100644 (file)
@@ -11,6 +11,7 @@
        Don't bother munging text props on a null string.
        Delete obsolete elts from mode_line_proptrans_alist.
        (decode_mode_spec): Test Vmemory_full, not spare_memory.
+       (Fformat_mode_line): Clear mode_line_proptrans_alist after saving.
 
        * lisp.h (memory_full_cons_threshold): Declared.
        (internal_lisp_condition_case): Declared.