aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
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.