# HG changeset patch # User Richard M. Stallman # Date 1117356210 0 # Node ID e4f3776e0a100f090fdae0a24195b567555ca04c # Parent a30c3081abf53a613e3a6109e0b54459e444bc6d *** empty log message *** diff -r a30c3081abf5 -r e4f3776e0a10 lisp/ChangeLog --- a/lisp/ChangeLog Sun May 29 08:40:37 2005 +0000 +++ b/lisp/ChangeLog Sun May 29 08:43:30 2005 +0000 @@ -1,3 +1,22 @@ +2005-05-29 Richard M. Stallman + + * jit-lock.el (jit-lock-function, jit-lock-after-change): + Do nothing if memory is full. + + * font-lock.el (font-lock-fontify-syntactically-region): + Pass t for GREEDY to looking-back. + + * saveplace.el (save-place-alist-to-file): Write the file + using write-region. + + * subr.el (looking-back): New argument GREEDY. + + * progmodes/compile.el (compilation-start): Set the mode + before inserting the initial text. + + * progmodes/which-func.el (which-func-update-1): Turn the mode + off in case of error by setting which-func-mode. + 2005-05-29 Daniel Pfeiffer * progmodes/make-mode.el (makefile-rule-action-regex) diff -r a30c3081abf5 -r e4f3776e0a10 lispref/ChangeLog --- a/lispref/ChangeLog Sun May 29 08:40:37 2005 +0000 +++ b/lispref/ChangeLog Sun May 29 08:43:30 2005 +0000 @@ -1,5 +1,10 @@ 2005-05-29 Richard M. Stallman + * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is + new, and what that implies. Clarify. + + * files.texi (Locating Files): Clean up the text. + * frames.texi (Window Frame Parameters): Document user-size. Shorten entry for top by referring to left. diff -r a30c3081abf5 -r e4f3776e0a10 src/ChangeLog --- a/src/ChangeLog Sun May 29 08:40:37 2005 +0000 +++ b/src/ChangeLog Sun May 29 08:43:30 2005 +0000 @@ -1,3 +1,7 @@ +2005-05-29 Richard M. Stallman + + * buffer.c (Fbuffer_local_value): Call indirect_variable. + 2005-05-28 Masatake YAMATO * xdisp.c (note_mode_line_or_margin_highlight): Change the