aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim F. Storm2003-03-31 22:45:30 +0000
committerKim F. Storm2003-03-31 22:45:30 +0000
commit874ebf3a3e3b9b7bc1a9ad467b31daeb299df91e (patch)
tree99f1fd5d2e8cfb613f3e47ee964b2333f93162ac
parenteee66ed58e2a054015ca4c3df8800090e2216267 (diff)
downloademacs-874ebf3a3e3b9b7bc1a9ad467b31daeb299df91e.tar.gz
emacs-874ebf3a3e3b9b7bc1a9ad467b31daeb299df91e.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog10
-rw-r--r--mac/ChangeLog5
-rw-r--r--src/ChangeLog5
3 files changed, 19 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index e9f276b910a..f2c323219eb 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,13 @@
12003-03-31 Nick Roberts <nick@nick.uklinux.net> 12003-04-01 Kim F. Storm <storm@cua.dk>
2
3 * simple.el (pop-global-mark-quick-repeat): Remove defcustom.
4 (set-mark-command): Unconditionally repeat pop-global-mark without
5 C-x prefix. Fix doc.
2 6
7 * emulation/cua-base.el (cua-set-mark): Unconditionally repeat
8 pop-global-mark without C-x prefix. Fix doc.
9
102003-03-31 Nick Roberts <nick@nick.uklinux.net>
3 * gdb-ui.el (gdb-inferior-io-mode): Remove Unix pathname for cat 11 * gdb-ui.el (gdb-inferior-io-mode): Remove Unix pathname for cat
4 so that it can run on NT also. 12 so that it can run on NT also.
5 13
diff --git a/mac/ChangeLog b/mac/ChangeLog
index 79ac98cc1a3..cee81a13dd2 100644
--- a/mac/ChangeLog
+++ b/mac/ChangeLog
@@ -1,3 +1,8 @@
12003-04-01 Kim F. Storm <storm@cua.dk>
2
3 * makefile.MPW (frame.c.x): Add dependency on BLOCKINPUT_H_GROUP.
4 (xdisp.c.x): Fix to use BLOCKINPUT_H_GROUP.
5
12003-03-21 Kim F. Storm <storm@cua.dk> 62003-03-21 Kim F. Storm <storm@cua.dk>
2 7
3 * makefile.MPW (xdisp.c.x): Add dependency on blockinput.h and 8 * makefile.MPW (xdisp.c.x): Add dependency on blockinput.h and
diff --git a/src/ChangeLog b/src/ChangeLog
index 506cdbe1a00..d67b14666b3 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12003-04-01 Kim F. Storm <storm@cua.dk>
2
3 * Makefile.in (frame.o): Add dependency on blockinput.h and files
4 included from it (atimer.h and systime.h).
5
12003-03-31 Juanma Barranquero <lektu@terra.es> 62003-03-31 Juanma Barranquero <lektu@terra.es>
2 7
3 * makefile.w32-in ($(BLD)/frame.$(O)): Add dependency on 8 * makefile.w32-in ($(BLD)/frame.$(O)): Add dependency on