aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKaroly Lorentey2004-09-13 20:33:29 +0000
committerKaroly Lorentey2004-09-13 20:33:29 +0000
commit267eea215b322b02bc4bce13cae61813c50f4b5f (patch)
tree2dec815aa97a75c7d1589e72aa814bba68d4ade9 /src/ChangeLog
parent5cd432338667788c6739f43e4aa37fb53cc2a125 (diff)
parentef3b7aae581ae555a11aa38f13e0eb55ad93a8c7 (diff)
downloademacs-267eea215b322b02bc4bce13cae61813c50f4b5f.tar.gz
emacs-267eea215b322b02bc4bce13cae61813c50f4b5f.zip
Merged in changes from CVS trunk.
Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-537 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-538 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-539 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-540 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-541 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-542 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-543 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-544 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-545 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-546 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-21 Merge from emacs--cvs-trunk--0 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-22 Update from CVS: lisp/nndb.el (require): Remove tcp and duplicate cl. * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-23 Update from CVS * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-24 lisp/nnimap.el (nnimap-open-connection): Remove extraneous end-paren * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-25 Update from CVS * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-26 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-244
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog54
1 files changed, 54 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index bdc2d2d7e20..5fee1e8d97d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,57 @@
12004-09-12 Kim F. Storm <storm@cua.dk>
2
3 * editfns.c (Fformat): Handle format strings with multiple text
4 properties. Reverse text property list from the format string,
5 so the positions are in increasing order.
6
72004-09-10 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
8
9 * xselect.c (x_reply_selection_request): XSync and UNBLOCK before
10 x_uncatch_errors so that possible protocol errors are delivered.
11
122004-09-10 Eli Zaretskii <eliz@gnu.org>
13
14 * Makefile.in (msdos.o): Depend on buffer.h, commands.h, and
15 blockinput.h.
16 (dosfns.o): Depend on blockinput.h, window.h, dispextern.h,
17 charset.h, and coding.h
18 (w16select.o): Depend on buffer.h, charset.h, coding.h, and
19 composite.h.
20 (term.o): Depend on window.h and keymap.h.
21 (abbrev.o): Depend on syntax.h.
22 (callint.o): Depend on keymap.h.
23 (casefiddle.o): Depend on charset.h and keymap.h.
24 (category.o): Depend on keymap.h.
25 (coding.o): Depend on dispextern.h.
26 (cmds.o): Depend on keyboard.h and keymap.h.
27 (dispnew.o): Depend on indent.h and intervals.h.
28 (doc.o): Depend on keymap.h.
29 (editfns.o): Depend on frame.h.
30 (emacs.o): Depend on dispextern.h.
31 (fileio.o): Don't depend on ccl.h.
32 (filelock.o): Depend on charset.h and coding.h.
33 (frame.o): Depend on w32term.h and macterm.h.
34 (insdel.o): Depend on region-cache.h.
35 (keyboard.o): Depend on keymap.h, w32term.h, and macterm.h.
36 (minibuf.o): Depend on $(INTERVALS_SRC) and keymap.h.
37 (search.o): Depend on $(INTERVALS_SRC).
38 (syntax.o): Depend on keymap.h, regex.h, and $(INTERVALS_SRC).
39 (window.o): Depend on keymap.h, blockinput.h, $(INTERVALS_SRC),
40 xterm.h, w32term.h, and macterm.h.
41 (xdisp.o): Depend on keyboard.h, $(INTERVALS_SRC), xterm.h,
42 w32term.h, and macterm.h.
43 (xfaces.o): Depend on keyboard.h, $(INTERVALS_SRC),
44 region-cache.h, xterm.h, w32term.h, and macterm.h.
45 (bytecode.o): Depend on dispextern.h, frame.h, and xterm.h.
46 (data.o): Depend on frame.h.
47 (fns.o): Depend on keymap.h, xterm.h, and blockinput.h.
48 (print.o): Depend on termchar.h and $(INTERVALS_SRC).
49 (lread.o): Depend on $(INTERVALS_SRC), termhooks.h, and coding.h.
50 (intervals.o): Depend on keymap.h.
51
52 * msdos.c (msdos_set_cursor_shape, IT_display_cursor): Add
53 debugging print-out to termscript.
54
12004-09-09 Richard M. Stallman <rms@gnu.org> 552004-09-09 Richard M. Stallman <rms@gnu.org>
2 56
3 * xdisp.c (decode_mode_spec): Use current buffer for most purposes. 57 * xdisp.c (decode_mode_spec): Use current buffer for most purposes.