Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
685abb98
Commit
685abb98
authored
Oct 29, 2005
by
Richard M. Stallman
Browse files
*** empty log message ***
parent
27f8fd99
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
26 additions
and
0 deletions
+26
-0
etc/NEWS
etc/NEWS
+4
-0
lisp/ChangeLog
lisp/ChangeLog
+17
-0
lispref/ChangeLog
lispref/ChangeLog
+4
-0
src/ChangeLog
src/ChangeLog
+1
-0
No files found.
etc/NEWS
View file @
685abb98
...
...
@@ -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.
* Lisp Changes in Emacs 22.1
...
...
lisp/ChangeLog
View file @
685abb98
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)
...
...
lispref/ChangeLog
View file @
685abb98
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
...
...
src/ChangeLog
View file @
685abb98
...
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment