aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKaroly Lorentey2005-09-17 19:10:55 +0000
committerKaroly Lorentey2005-09-17 19:10:55 +0000
commit5826661f18ae8c95b26951a042692e68b9bc093f (patch)
tree534dee8bd5250e83e84a896ebd29f82be3370c07 /src/ChangeLog
parent567c887847144d9609ccfe550fd7ef178120297a (diff)
parent5b51c03716d7c487d1c2336df2a76a6417a2343c (diff)
downloademacs-5826661f18ae8c95b26951a042692e68b9bc093f.tar.gz
emacs-5826661f18ae8c95b26951a042692e68b9bc093f.zip
Merged from miles@gnu.org--gnu-2005 (patch 116-117, 544-550)
Patches applied: * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-544 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-545 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-546 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-547 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-548 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-549 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-550 Update from CVS * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-116 Merge from emacs--cvs-trunk--0 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-117 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-421
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog44
1 files changed, 44 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 29f3929ccd8..c0f1ceee87e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,47 @@
12005-09-15 Richard M. Stallman <rms@gnu.org>
2
3 * xdisp.c (overlay_arrow_at_row): Add HAVE_WINDOW_SYSTEM conditional.
4 (display_mode_element): Instead of `lisp_string' and `this',
5 record `offset' and increment that.
6 `last_offset' replaces `last'.
7
8 * Makefile.in (XMENU_OBJ): Variable deleted.
9 (obj): Use xmenu.o unconditionally.
10 (SOME_MACHINE_OBJECTS): Delete xmenu.o.
11
12 * emacs.c (main): Don't conditionalize syms_of_xmenu on HAVE_XMENU.
13
142005-09-15 Kim F. Storm <storm@cua.dk>
15
16 * xdisp.c (move_it_vertically): Don't try to fetch byte BEGV-1.
17 (reseat_at_next_visible_line_start): Likewise (in xassert).
18
192005-09-14 Romain Francoise <romain@orebokech.com>
20
21 * fileio.c (write_region_inhibit_fsync): New variable.
22 (Fwrite_region): Use it to skip call to fsync.
23 (syms_of_fileio): Initialize it.
24
252005-09-14 Kenichi Handa <handa@m17n.org>
26
27 * coding.c (code_convert_region_unwind): Argument format changed.
28 (run_pre_post_conversion_on_str): If pre-write-conversion function
29 changed the current buffer, delete the new buffer.
30 (run_pre_write_conversin_on_c_str): Likewise.
31
32 * fileio.c (Fexpand_file_name): Check multibyteness of
33 default_directory.
34
352005-09-13 Kenichi Handa <handa@m17n.org>
36
37 * composite.c (compose_chars_in_text): Delete it.
38
39 * composite.h (compose_chars_in_text): Delete extern.
40
412005-09-13 Kim F. Storm <storm@cua.dk>
42
43 * print.c (print_error_message): Fix last change.
44
12005-09-12 Kim F. Storm <storm@cua.dk> 452005-09-12 Kim F. Storm <storm@cua.dk>
2 46
3 * composite.c (compose_chars_in_text): Fix setup of `pend'. 47 * composite.c (compose_chars_in_text): Fix setup of `pend'.