---
** 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
+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)
+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
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.