]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Sat, 23 Apr 2005 16:57:31 +0000 (16:57 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 23 Apr 2005 16:57:31 +0000 (16:57 +0000)
etc/NEWS
lisp/ChangeLog
lispref/ChangeLog
src/ChangeLog

index 3aecf639e5c8f2a130e8211b5dd5d66784a7e10b..a27a330fe688a7938e151ddd1098dbaa2f79e347 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2856,6 +2856,7 @@ alist whose cdr is `eq' to a specified value.
 *** New macro define-obsolete-variable-alias to combine defvaralias and
 make-obsolete-variable.
 
++++
 ** copy-file now takes an additional option arg MUSTBENEW.
 
 This argument works like the MUSTBENEW argument of write-file.
index 268fd9d2e0f3e3616a22cdba4ca925a24014e5ee..f119f89ab6c759487a4f10906fef3f20ace1031f 100644 (file)
@@ -1,3 +1,50 @@
+2005-04-23  Richard M. Stallman  <rms@gnu.org>
+
+       * files.el (read-directory-name): Always pass non-nil
+       DEFAULT-FILENAME arg to read-file-name.
+       (backup-buffer-copy, basic-save-buffer-2): Take care against
+       writing thru an unexpected existing symlink.
+       (revert-buffer): In indirect buffer, revert the base buffer.
+       (magic-mode-alist): Doc fix.
+       (buffer-stale-function): Doc fix.
+       (minibuffer-with-setup-hook): Avoid warning.
+       (mode-require-final-newline): Doc and custom fix.
+       
+       * follow.el (follow-end-of-buffer): Use with-no-warnings.
+
+       * font-lock.el (font-lock-comment-face): On terminals with few colors,
+       use the default appearance.
+       (font-lock-comment-delimiter-face): New face, new variable.
+
+       * imenu.el (imenu--generic-function): The official position of a
+       definition is the start of the line that BEG is in.
+
+       * midnight.el (midnight-timer): Move defvar up.
+
+       * mouse.el (mouse-drag-region-1): Delete some debugging code.
+
+       * saveplace.el (save-place-to-alist): Use with-no-warnings.
+
+       * startup.el (command-line): Use with-no-warnings.
+
+       * window.el (window-size-fixed): New defvar.
+
+       * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
+
+       * mail/rmail.el (rmail-font-lock-keywords): 
+       Use font-lock-comment-delimiter-face.
+
+       * mail/sendmail.el (mail-font-lock-keywords):
+       Use font-lock-comment-delimiter-face.
+
+       * progmodes/compile.el (next-error-highlight-timer): New defvar.
+
+2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
+
+       * progmodes/compile.el (compilation-mode-font-lock-keywords): 
+       Specify t for LAXMATCH when matching directories.
+       Save match data around compilation-compat-error-properties form.
+
 2005-04-23  David Kastrup  <dak@gnu.org>
 
        * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
index f6f29a12fbf0d1970f3f0962a4f98e6972032433..879f3a81e4feec0eed7c234c67be01e3888656c2 100644 (file)
@@ -1,3 +1,7 @@
+2005-04-23  Richard M. Stallman  <rms@gnu.org>
+
+       * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
+
 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
 
        * windows.texi (Cyclic Window Ordering): Clarify window-list.
index 2a6ebdc6c324fbe7a1af508b5fc8af9acc7f3a91..d5e157c70c30ed95be3ff52e68f6e5c50661d9c9 100644 (file)
@@ -1,3 +1,12 @@
+2005-04-23  Richard M. Stallman  <rms@gnu.org>
+
+       * fileio.c (Fcopy_file): New arg MUSTBENEW.
+       (Frename_file): Pass new arg to Fcopy_file.
+
+       * window.c (window_size_fixed): Variable deleted.
+       (syms_of_window): Initialize window-size-fixed to nil.
+       But don't DEFVAR window_size_fixed.
+
 2005-04-23  Andreas Schwab  <schwab@suse.de>
 
        * m/macppc.h (LD_SWITCH_MACHINE) [LINUX]: Don't define.