aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2000-10-07 18:59:12 +0000
committerEli Zaretskii2000-10-07 18:59:12 +0000
commita115794c527032447ab05487d6b0bc52ef1907e8 (patch)
treec849b903c338d8e6e598034265836d5ea505d79b
parent5f65b39d991b3aa8f3075640e28bf97ec5cf592f (diff)
downloademacs-a115794c527032447ab05487d6b0bc52ef1907e8.tar.gz
emacs-a115794c527032447ab05487d6b0bc52ef1907e8.zip
*** empty log message ***
-rw-r--r--leim/ChangeLog5
-rw-r--r--lisp/ChangeLog8
-rw-r--r--msdos/ChangeLog7
-rw-r--r--src/ChangeLog7
4 files changed, 26 insertions, 1 deletions
diff --git a/leim/ChangeLog b/leim/ChangeLog
index 79a628bf45c..9052ce9d91b 100644
--- a/leim/ChangeLog
+++ b/leim/ChangeLog
@@ -1,3 +1,8 @@
12000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
2
3 * Makefile.in (${TIT}, clean): Don't use shell `command`
4 expansion, use ${TIT:.elc=.el} instead.
5
12000-09-26 Gerd Moellmann <gerd@gnu.org> 62000-09-26 Gerd Moellmann <gerd@gnu.org>
2 7
3 * Makefile.in: Make this the leim Makefile.in. 8 * Makefile.in: Make this the leim Makefile.in.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 0d473fa2554..f905f48b45c 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
2
3 * files.el (find-backup-file-name) [ms-dos]: If support for long
4 file names is not available, behave as if version-control were set
5 to never.
6
12000-10-07 Dave Love <fx@gnu.org> 72000-10-07 Dave Love <fx@gnu.org>
2 8
3 * net/browse-url.el (browse-url-gnome-moz-arguments): New option. 9 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
@@ -20,7 +26,7 @@
20 (indent-for-tab-command): Use it. 26 (indent-for-tab-command): Use it.
21 27
22 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than 28 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
23 raise an error. This way it can still defaults to a sane value. 29 raise an error. This way it can still default to a sane value.
24 30
25 * startup.el (fancy-splash-screens): Use local rather than global map. 31 * startup.el (fancy-splash-screens): Use local rather than global map.
26 Don't use `update-menu-bindings' any more. 32 Don't use `update-menu-bindings' any more.
diff --git a/msdos/ChangeLog b/msdos/ChangeLog
index fe8969733b1..f42c88781d2 100644
--- a/msdos/ChangeLog
+++ b/msdos/ChangeLog
@@ -1,3 +1,10 @@
12000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
2
3 * sedleim.inp (RUN-EMACS): Remove EMACSLOADPATH setting as part of
4 the command; use Make's "export EMACSLOADPATH=" instead. Remove
5 the handling of `command` expansion, leim/Makefile.in doesn't use
6 that anymore.
7
12000-08-29 Eli Zaretskii <eliz@is.elta.co.il> 82000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
2 9
3 * sed2.inp (HAVE_INDEX, HAVE_RINDEX): Define. 10 * sed2.inp (HAVE_INDEX, HAVE_RINDEX): Define.
diff --git a/src/ChangeLog b/src/ChangeLog
index 0ae47608dc2..eb2e8ab4a56 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
12000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
2
3 * frame.c (Fframe_parameter): For non-windowed frames, if
4 f->param_alist says foreground or background color is unspecified,
5 call tty_color_name to return the color name computed from the
6 frame's current colors.
7
12000-10-06 Dave Love <fx@gnu.org> 82000-10-06 Dave Love <fx@gnu.org>
2 9
3 * terminfo.c (ospeed): Don't declare. 10 * terminfo.c (ospeed): Don't declare.