aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2000-09-19 16:18:31 +0000
committerGerd Moellmann2000-09-19 16:18:31 +0000
commitda1608d95936c0fbe15d3812fc3bb178a3cf67bb (patch)
tree3662ba604b763e39f85004c0ca694705d41cbb19
parent365949b7bd12d2676cdd6ac6aecf8e230f7ed97e (diff)
downloademacs-da1608d95936c0fbe15d3812fc3bb178a3cf67bb.tar.gz
emacs-da1608d95936c0fbe15d3812fc3bb178a3cf67bb.zip
*** empty log message ***
-rw-r--r--ChangeLog5
-rw-r--r--etc/TODO3
-rw-r--r--lisp/ChangeLog3
-rw-r--r--src/ChangeLog5
4 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ab84bcb80aa..6d8af32aed3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
12000-09-19 Gerd Moellmann <gerd@gnu.org>
2
3 * make-dist: Include XPM and XBM files in lisp/ and subdirs
4 in the distribution.
5
12000-09-18 Gerd Moellmann <gerd@gnu.org> 62000-09-18 Gerd Moellmann <gerd@gnu.org>
2 7
3 * make-dist (skk): Rename to `ja-dic' because the leim directory 8 * make-dist (skk): Rename to `ja-dic' because the leim directory
diff --git a/etc/TODO b/etc/TODO
index f9e7f31a177..e90b6f01160 100644
--- a/etc/TODO
+++ b/etc/TODO
@@ -46,3 +46,6 @@
46 46
47* Make keymaps a first-class Lisp object (this means a rewrite of 47* Make keymaps a first-class Lisp object (this means a rewrite of
48keymap.c). 48keymap.c).
49
50** Provide real menus on ttys. The MS-DOS implementation can
51serve as an example how to do part of this.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 375a614b8eb..a730d58f89d 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
12000-09-19 Gerd Moellmann <gerd@gnu.org> 12000-09-19 Gerd Moellmann <gerd@gnu.org>
2 2
3 * progmodes/sh-script.el (sh-search-word): Remove call to
4 `debug'.
5
3 * files.el (find-file-suppress-same-file-warnings): New 6 * files.el (find-file-suppress-same-file-warnings): New
4 user-option. 7 user-option.
5 (find-file-noselect): Use it. 8 (find-file-noselect): Use it.
diff --git a/src/ChangeLog b/src/ChangeLog
index 9f447293c68..7534a0d6fee 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12000-09-19 Gerd Moellmann <gerd@gnu.org>
2
3 * dispnew.c (update_window_line): Make sure to always draw
4 mode-lines.
5
12000-09-19 Andrew Innes <andrewi@gnu.org> 62000-09-19 Andrew Innes <andrewi@gnu.org>
2 7
3 * makefile.nt (bootstrap-emacs): Don't change directory. 8 * makefile.nt (bootstrap-emacs): Don't change directory.