From a115794c527032447ab05487d6b0bc52ef1907e8 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 7 Oct 2000 18:59:12 +0000 Subject: [PATCH] *** empty log message *** --- leim/ChangeLog | 5 +++++ lisp/ChangeLog | 8 +++++++- msdos/ChangeLog | 7 +++++++ src/ChangeLog | 7 +++++++ 4 files changed, 26 insertions(+), 1 deletion(-) diff --git a/leim/ChangeLog b/leim/ChangeLog index 79a628bf45..9052ce9d91 100644 --- a/leim/ChangeLog +++ b/leim/ChangeLog @@ -1,3 +1,8 @@ +2000-10-07 Eli Zaretskii + + * Makefile.in (${TIT}, clean): Don't use shell `command` + expansion, use ${TIT:.elc=.el} instead. + 2000-09-26 Gerd Moellmann * Makefile.in: Make this the leim Makefile.in. diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0d473fa255..f905f48b45 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2000-10-07 Eli Zaretskii + + * 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 * 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. diff --git a/msdos/ChangeLog b/msdos/ChangeLog index fe8969733b..f42c88781d 100644 --- a/msdos/ChangeLog +++ b/msdos/ChangeLog @@ -1,3 +1,10 @@ +2000-10-07 Eli Zaretskii + + * 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 * sed2.inp (HAVE_INDEX, HAVE_RINDEX): Define. diff --git a/src/ChangeLog b/src/ChangeLog index 0ae47608dc..eb2e8ab4a5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,10 @@ +2000-10-07 Eli Zaretskii + + * 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 * terminfo.c (ospeed): Don't declare. -- 2.39.2