From c16b13943f8d97229d1cfcdf636a1d959e62498f Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 29 May 2005 08:43:30 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 19 +++++++++++++++++++ lispref/ChangeLog | 5 +++++ src/ChangeLog | 4 ++++ 3 files changed, 28 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1fcdcde0a97..4adcbef1cce 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/lispref/ChangeLog b/lispref/ChangeLog index 2aefb23ac16..6e8700f1b36 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -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 --git a/src/ChangeLog b/src/ChangeLog index 8c64defd5db..e40048b4c35 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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 -- 2.39.5