aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Janík2002-01-20 18:13:16 +0000
committerPavel Janík2002-01-20 18:13:16 +0000
commit3c17e0623770992013cf3c4f80e4b97b1bd02e39 (patch)
tree09d3878cd09a13517300d75eed47dec865b9427e
parentfb08db4568ad1ffa12f9bbe8d2f780796ca50903 (diff)
downloademacs-3c17e0623770992013cf3c4f80e4b97b1bd02e39.tar.gz
emacs-3c17e0623770992013cf3c4f80e4b97b1bd02e39.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog2
-rw-r--r--lisp/ChangeLog.32
-rw-r--r--src/ChangeLog4
-rw-r--r--src/ChangeLog.32
4 files changed, 8 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 9a7bd98e09b..da970df13c0 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
12002-01-20 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 12002-01-20 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
2 2
3 * tempo.el (tempo-define-template): Doc fix.
4
3 * scroll-bar.el (scroll-bar-mode): Make argument optional. 5 * scroll-bar.el (scroll-bar-mode): Make argument optional.
4 6
52002-01-20 Jason Rumney <jasonr@gnu.org> 72002-01-20 Jason Rumney <jasonr@gnu.org>
diff --git a/lisp/ChangeLog.3 b/lisp/ChangeLog.3
index d20954b0bba..48283d92a99 100644
--- a/lisp/ChangeLog.3
+++ b/lisp/ChangeLog.3
@@ -9985,7 +9985,7 @@
9985 emacs. 9985 emacs.
9986 (next-multiscreen-window): 9986 (next-multiscreen-window):
9987 (previous-multiscreen-window): Include the minibuffer screen if 9987 (previous-multiscreen-window): Include the minibuffer screen if
9988 the minbuffer is active. 9988 the minibuffer is active.
9989 9989
99901990-04-03 Richard Stallman (rms@mole.ai.mit.edu) 99901990-04-03 Richard Stallman (rms@mole.ai.mit.edu)
9991 9991
diff --git a/src/ChangeLog b/src/ChangeLog
index 286bc530969..fde084caeb9 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12002-01-20 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
2
3 * doprnt.c (doprnt1): Fix typos in error call.
4
12002-01-20 Eli Zaretskii <eliz@is.elta.co.il> 52002-01-20 Eli Zaretskii <eliz@is.elta.co.il>
2 6
3 * unexelf.c (unexec) [__sgi]: Support the .got sections. 7 * unexelf.c (unexec) [__sgi]: Support the .got sections.
diff --git a/src/ChangeLog.3 b/src/ChangeLog.3
index c22b5484343..2ca5e3f331e 100644
--- a/src/ChangeLog.3
+++ b/src/ChangeLog.3
@@ -13557,7 +13557,7 @@
13557 13557
135581990-04-03 Joseph Arceneaux (jla@churchy.ai.mit.edu) 135581990-04-03 Joseph Arceneaux (jla@churchy.ai.mit.edu)
13559 13559
13560 * editfns.c (Fmessage): If there is a global minbuffer screen, 13560 * editfns.c (Fmessage): If there is a global minibuffer screen,
13561 raise it before displaying the message. 13561 raise it before displaying the message.
13562 13562
13563 * window.c (window_loop): Parameter SCREENS now affects which 13563 * window.c (window_loop): Parameter SCREENS now affects which