]> code.delx.au - gnu-emacs/commitdiff
*** empty log message ***
authorEli Zaretskii <eliz@gnu.org>
Sat, 7 Oct 2000 18:59:12 +0000 (18:59 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 7 Oct 2000 18:59:12 +0000 (18:59 +0000)
leim/ChangeLog
lisp/ChangeLog
msdos/ChangeLog
src/ChangeLog

index 79a628bf45c9eeeda5ae17ebc80ea484e0225319..9052ce9d91b88cec74dfa86fd062c62f5cb20cd1 100644 (file)
@@ -1,3 +1,8 @@
+2000-10-07  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * Makefile.in (${TIT}, clean): Don't use shell `command`
+       expansion, use ${TIT:.elc=.el} instead.
+
 2000-09-26  Gerd Moellmann  <gerd@gnu.org>
 
        * Makefile.in: Make this the leim Makefile.in.
index 0d473fa2554128c454692b71166e65e20edfd1ea..f905f48b45c1511d6f20143d01837651ee03e6b9 100644 (file)
@@ -1,3 +1,9 @@
+2000-10-07  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * files.el (find-backup-file-name) [ms-dos]: If support for long
+       file names is not available, behave as if version-control were set
+       to never.
+
 2000-10-07  Dave Love  <fx@gnu.org>
 
        * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
@@ -20,7 +26,7 @@
        (indent-for-tab-command): Use it.
 
        * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
-       raise an error.  This way it can still defaults to a sane value.
+       raise an error.  This way it can still default to a sane value.
 
        * startup.el (fancy-splash-screens): Use local rather than global map.
        Don't use `update-menu-bindings' any more.
index fe8969733b1f5aa3c2cc09bfa7b411e81de778f1..f42c88781d2b5d0b95c372963d8944a4ec4a9810 100644 (file)
@@ -1,3 +1,10 @@
+2000-10-07  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * sedleim.inp (RUN-EMACS): Remove EMACSLOADPATH setting as part of
+       the command; use Make's "export EMACSLOADPATH=" instead.  Remove
+       the handling of `command` expansion, leim/Makefile.in doesn't use
+       that anymore.
+
 2000-08-29  Eli Zaretskii  <eliz@is.elta.co.il>
 
        * sed2.inp (HAVE_INDEX, HAVE_RINDEX): Define.
index 0ae47608dc244fbf0f11c70cdcc2ec9fb0dd7b10..eb2e8ab4a563476122717186130cfdfa7f468ac5 100644 (file)
@@ -1,3 +1,10 @@
+2000-10-07  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * frame.c (Fframe_parameter): For non-windowed frames, if
+       f->param_alist says foreground or background color is unspecified,
+       call tty_color_name to return the color name computed from the
+       frame's current colors.
+
 2000-10-06  Dave Love  <fx@gnu.org>
 
        * terminfo.c (ospeed): Don't declare.