]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Sun, 29 May 2005 08:43:30 +0000 (08:43 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 29 May 2005 08:43:30 +0000 (08:43 +0000)
lisp/ChangeLog
lispref/ChangeLog
src/ChangeLog

index 1fcdcde0a971cccd445951fa410a75b08d1b7343..4adcbef1cce1faa40e0ac698a5b4d0812580e4fe 100644 (file)
@@ -1,3 +1,22 @@
+2005-05-29  Richard M. Stallman  <rms@gnu.org>
+
+       * 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  <occitan@esperanto.org>
 
        * progmodes/make-mode.el (makefile-rule-action-regex)
index 2aefb23ac166aad0d416ed0c1c1b19838f30c7e3..6e8700f1b36a38a09a4bd566e8d84379b3ebcfde 100644 (file)
@@ -1,5 +1,10 @@
 2005-05-29  Richard M. Stallman  <rms@gnu.org>
 
+       * 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.
 
index 8c64defd5db2297792feed81b29d0b2dd433cb4e..e40048b4c35b7e21957f7be3ad59945431c39ab0 100644 (file)
@@ -1,3 +1,7 @@
+2005-05-29  Richard M. Stallman  <rms@gnu.org>
+
+       * buffer.c (Fbuffer_local_value): Call indirect_variable.
+
 2005-05-28  Masatake YAMATO  <jet@gyve.org>
 
        * xdisp.c (note_mode_line_or_margin_highlight): Change the