* e/eterm.ti: Add a comment.
[bpt/emacs.git] / lisp / ChangeLog
index 390b3d6..490d410 100644 (file)
@@ -1,3 +1,58 @@
+2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * term.el (ansi-term-color-vector): Use the xterm colors.
+       (term-raw-map): Don't add mappings for \eO and \e[. Map
+       deletechar.
+
+2005-04-25  Lute Kamstra  <lute@gnu.org>
+
+       * font-core.el (font-lock-defaults): Fix docstring.
+
+       * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
+
+2005-04-25  Kenichi Handa  <handa@m17n.org>
+
+       * international/mule-cmds.el (select-safe-coding-system): Don't
+       check consistency with coding: spec, etc if raw-text or
+       no-conversion was found to be safe.
+
+2005-04-24  Richard M. Stallman  <rms@gnu.org>
+
+       * mail/sendmail.el (mail-font-lock-keywords): Match any number of
+       citation markers at start of each line.
+
+       * mail/rmail.el (rmail-font-lock-keywords): Match any number of
+       citation markers at start of each line.
+
+       * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
+
+       * files.el (mode-require-final-newline): Fix previous change.
+       (require-final-newline): Fix type label.
+
+2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
+
+       * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
+       statement in buffer (broken by 2004-11-24 change).
+
+2005-04-24  Kim F. Storm  <storm@cua.dk>
+
+       * ido.el (ido-everywhere): Save and restore old read-buffer-function
+       and read-file-name-function values.  Don't overwrite existing
+       non-nil values if ido-mode is enabled without ido-everywhere.
+
+2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * files.el (mode-require-final-newline): Minor doc fix.
+
+2005-04-24  Eli Zaretskii  <eliz@gnu.org>
+
+       * subr.el (syntax-after): Doc fix.
+       (syntax-class): If argument is nil, return nil.  Mask off upper 16
+       bits, not 8 bits.
+
+       * files.el (mode-require-final-newline): Doc fix.
+       (backup-buffer-copy): Fix last change.
+
 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
 
        * term/mac-win.el: Require select.  Set selection-coding-system to
@@ -28,7 +83,7 @@
        (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,
 
        * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
 
-       * mail/rmail.el (rmail-font-lock-keywords): 
+       * mail/rmail.el (rmail-font-lock-keywords):
        Use font-lock-comment-delimiter-face.
 
        * mail/sendmail.el (mail-font-lock-keywords):
 
 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
 
-       * progmodes/compile.el (compilation-mode-font-lock-keywords): 
+       * progmodes/compile.el (compilation-mode-font-lock-keywords):
        Specify t for LAXMATCH when matching directories.
        Save match data around compilation-compat-error-properties form.