]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Sun, 28 Jan 2007 07:20:47 +0000 (07:20 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 28 Jan 2007 07:20:47 +0000 (07:20 +0000)
admin/FOR-RELEASE
lisp/ChangeLog
lispref/ChangeLog
src/ChangeLog

index 7618c0b864a47dcf5a47f698abeefb3e47d79334..a03ea3c83dbf0422a43dd593425d214196ff57dd 100644 (file)
@@ -80,7 +80,7 @@ through the custom mechanism.
 
 ** jka-compr fails when default-directory is nonexistent.
 
-** Tramp fails when default-directory is nonexistent.
+** Binding print-circle to nil in compilation for certain files.
 
 * DOCUMENTATION
 
index 42302ff9d381556366e860c00f9affdb23f22d0d..5e5e22ce4dab1cbf45bdf8653ca403640d15a464 100644 (file)
@@ -1,3 +1,26 @@
+2007-01-28  Richard Stallman  <rms@gnu.org>
+
+       * textmodes/fill.el (fill-paragraph-function): Doc fix.
+       (fill-paragraph): Bind fill-paragraph-function to t to avoid recursion.
+
+       * emacs-lisp/pp.el (pp-eval-last-sexp): Don't eval here.
+
+       * image.el (image-type-header-regexps): Make GIF regex more specific.
+
+       * tutorial.el (tutorial--default-keys): Check M-DEL, not `M-backspace'.
+       Don't check `backspace'.
+       (tutorial--find-changed-keys): Look up bindings in a temp buffer
+       in Fundamental mode.
+
+       * startup.el (fancy-splash-text, normal-splash-screen):
+       Mention C-g.
+
+       * simple.el (eval-expression): Don't use eval-last-sexp-print-value
+       when inserting in buffer.
+
+       * vc-arch.el (vc-arch-file-id): Move with-current-buffer
+       inside the if.
+
 2007-01-27  Richard Stallman  <rms@gnu.org>
 
        * obsolete/awk-mode.el (awk-font-lock-keywords): Add "do".
index bb944e2879ac327c65ec79e7f2e9f81fec2ec8d7..2d73fe08a96805842118dc4568ba729fd1794b5e 100644 (file)
@@ -1,3 +1,12 @@
+2007-01-28  Richard Stallman  <rms@gnu.org>
+
+       * tips.texi (Coding Conventions): Clarify the tip about macros
+       that define a function or a variable.
+
+       * files.texi (File Attributes): UID and GID can be floats.
+       (Magic File Names): Explain why deferring all operations to
+       the standard handler does not work.
+
 2007-01-23  Martin Rudalics  <rudalics@gmx.at>
 
        * backups.texi (Reverting): Use "buffer" instead of "file"
index 917377a10f5ae8e7c89ba6f9a0ec13189a1a1999..dd13304674747bf25425bfaae19472bc48abc210 100644 (file)
@@ -1,3 +1,9 @@
+2007-01-28  Richard Stallman  <rms@gnu.org>
+
+       * minibuf.c (Ftry_completion, Fall_completions)
+       (Fcompleting_read, Ftest_completion):
+       Rename arg ALIST or TABLE to COLLECTION.
+
 2007-01-27  Chong Yidong  <cyd@stupidchicken.com>
 
        * unexhp9k800.c: Remove due to lack of legal papers.