*** empty log message ***
This commit is contained in:
parent
eee66ed58e
commit
874ebf3a3e
3 changed files with 19 additions and 1 deletions
|
@ -1,5 +1,13 @@
|
|||
2003-03-31 Nick Roberts <nick@nick.uklinux.net>
|
||||
2003-04-01 Kim F. Storm <storm@cua.dk>
|
||||
|
||||
* simple.el (pop-global-mark-quick-repeat): Remove defcustom.
|
||||
(set-mark-command): Unconditionally repeat pop-global-mark without
|
||||
C-x prefix. Fix doc.
|
||||
|
||||
* emulation/cua-base.el (cua-set-mark): Unconditionally repeat
|
||||
pop-global-mark without C-x prefix. Fix doc.
|
||||
|
||||
2003-03-31 Nick Roberts <nick@nick.uklinux.net>
|
||||
* gdb-ui.el (gdb-inferior-io-mode): Remove Unix pathname for cat
|
||||
so that it can run on NT also.
|
||||
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
2003-04-01 Kim F. Storm <storm@cua.dk>
|
||||
|
||||
* makefile.MPW (frame.c.x): Add dependency on BLOCKINPUT_H_GROUP.
|
||||
(xdisp.c.x): Fix to use BLOCKINPUT_H_GROUP.
|
||||
|
||||
2003-03-21 Kim F. Storm <storm@cua.dk>
|
||||
|
||||
* makefile.MPW (xdisp.c.x): Add dependency on blockinput.h and
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
2003-04-01 Kim F. Storm <storm@cua.dk>
|
||||
|
||||
* Makefile.in (frame.o): Add dependency on blockinput.h and files
|
||||
included from it (atimer.h and systime.h).
|
||||
|
||||
2003-03-31 Juanma Barranquero <lektu@terra.es>
|
||||
|
||||
* makefile.w32-in ($(BLD)/frame.$(O)): Add dependency on
|
||||
|
|
Loading…
Add table
Reference in a new issue