aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKaroly Lorentey2004-05-11 09:12:09 +0000
committerKaroly Lorentey2004-05-11 09:12:09 +0000
commitd9858e4f1889a61b216ae1f99053846362067ccc (patch)
treed0f18015bf1ebe06f489de11b74b4e4b5e98fdc3 /src/ChangeLog
parentab4b17bed77ba635b5654accdfde3fbdf125f3e6 (diff)
parenta57e8159253e6ddd74b0453de7c526a9895b9576 (diff)
downloademacs-d9858e4f1889a61b216ae1f99053846362067ccc.tar.gz
emacs-d9858e4f1889a61b216ae1f99053846362067ccc.zip
Merged in changes from CVS trunk.
Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-291 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-292 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-293 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-294 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-295 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-296 Allow restarting an existing debugger session that's exited * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-297 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-298 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-162
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog38
1 files changed, 38 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 5168e9126e1..fad84ff38f5 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,41 @@
12004-05-10 Andreas Schwab <schwab@suse.de>
2
3 * lisp.h: Declare Fmake_symbolic_link.
4
5 * fileio.c (Frename_file): Remove extra argument in call to
6 Fmake_symbolic_link.
7
82004-05-10 Kim F. Storm <storm@cua.dk>
9
10 * xdisp.c (calc_line_height_property): Use string position when
11 object is a string.
12
132004-05-10 Kenichi Handa <handa@m17n.org>
14
15 * print.c (temp_output_buffer_setup): Bind inhibit-read-only and
16 inhibit-modification-hooks to t temporarily before calling
17 Ferase_buffer.
18
19 * xfns.c (x_create_tip_frame): Bind inhibit-read-only and
20 inhibit-modification-hooks to t temporarily before calling
21 Ferase_buffer.
22
23 * w32fns.c (x_create_tip_frame): Bind inhibit-read-only and
24 inhibit-modification-hooks to t temporarily before calling
25 Ferase_buffer.
26
27 * fns.c (count_combining): Delete it.
28 (concat): Don't check combining bytes.
29
302004-05-09 Jason Rumney <jasonr@gnu.org>
31
32 * w32fns.c (Vw32_ansi_code_page): New Lisp variable.
33 (globals_of_w32fns): Set it.
34
352004-05-09 Piet van Oostrum <piet@cs.uu.nl> (tiny change)
36
37 * data.c (Fquo): Simplify.
38
12004-05-08 Peter Whaite <emacs@whaite.ca> (tiny change) 392004-05-08 Peter Whaite <emacs@whaite.ca> (tiny change)
2 40
3 * data.c (Fquo): If any argument is float, do the computation in 41 * data.c (Fquo): If any argument is float, do the computation in