]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Sat, 26 Oct 2002 22:52:42 +0000 (22:52 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 26 Oct 2002 22:52:42 +0000 (22:52 +0000)
etc/NEWS
lisp/ChangeLog
src/ChangeLog

index a5be38fc29692b7d71f0be045eca0caf67463f17..4b5808438be1770e4ef2a7ac4065712be3b8182a 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -59,6 +59,11 @@ See the files mac/README and mac/INSTALL for build instructions.
 \f
 * Changes in Emacs 21.4
 
+** Init file changes
+
+You can now put the init files .emacs and .emacs_SHELL under
+~/.emacs.d or directly under ~.  Emacs will find them in either place.
+
 ** MH-E changes.
 
 Upgraded to mh-e version 6.1.1. There have been major changes since
index 26a05c06a61472cd86db10372a84377e62f6b158..5179d89a1f30812be2ee487f331dba1b6a3e30c6 100644 (file)
@@ -1,3 +1,41 @@
+2002-10-26  Richard M. Stallman  <rms@gnu.org>
+
+       * progmodes/make-mode.el (makefile-cleanup-continuations):
+       Default for variable is nil.
+       (makefile-warn-continuations): New function.
+       (makefile-mode): Put it on write-file-functions.
+
+       * international/mule-cmds.el (select-safe-coding-system):
+       Delete debugging setq.
+
+       * shell.el (shell): Look for .emacs_SHELL under ~/.emacs.d
+       after looking in ~. 
+
+       * startup.el (command-line): Look for .emacs under ~/.emacs.d
+       after looking in ~.
+
+       * simple.el (toggle-truncate-lines): When turning off truncation,
+       clear out the hscroll value in this buffer's windows.
+
+       * simple.el (display-message-or-buffer): Don't display empty
+       output in the echo area.
+
+       * man.el (Man-default-man-entry): Don't look for all word chars,
+       look only for characters that are normally part of a shell command.
+
+       * gud.el (gdb): Pass default-directory to GDB via -cd option.
+
+       * font-lock.el (c++-font-lock-keywords...): Add `restrict' keyword.
+
+       * find-file.el (ff-find-related-file): Fix autoload cookie.
+
+       * emacs-lisp/unsafep.el (unsafep-variable): Pass second arg to
+       risky-local-variable-p.
+
+       * files.el (risky-local-variable-p): VAL=nil has special meaning.
+
+       * Makefile.in (compile-always): Avoid error in old Bash versions.
+
 2002-10-27  Kim F. Storm  <storm@cua.dk>
 
        * pcvs.el (cvs-checkout): Use read-directory-name.
        * textmodes/outline.el (outline-minor-mode): Add customization group.
        Patch from Matthew Swift <swift@alum.mit.edu>.
 
+2002-10-23  Richard M. Stallman  <rms@gnu.org>
+
+       * files.el (risky-local-variable-p): New arg VAL.
+       (compile-command): Use `stringp' for `safe-local-variable' prop.
+       (hack-one-local-variable): Pass VAL to `risky-local-variable-p'.
+
 2002-10-23  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
 
        * woman.el: Updated user interface generally, especially Cygwin
index 8791cac5bec8d0c78c66a1f6142cb72f734c2bcf..3a7e53ffc07ed7731444baac9d6edc0703d6e04b 100644 (file)
@@ -1,3 +1,7 @@
+2002-10-26  Richard M. Stallman  <rms@gnu.org>
+
+       * editfns.c (Fformat): Detect invalid format letters for floats.
+
 2002-10-25  Kenichi Handa  <handa@m17n.org>
 
        * xfns.c (x_set_name): Encode by Qcompound_text unconditionally.