Mercurial > emacs
comparison src/ChangeLog @ 83467:d04d8ccb3c41
Merged from emacs@sv.gnu.org
Patches applied:
* emacs@sv.gnu.org/emacs--devo--0--patch-41
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-42
Merge from gnus--rel--5.10
* emacs@sv.gnu.org/emacs--devo--0--patch-43
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-44
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-45
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-46
Merge from erc--emacs--0
* emacs@sv.gnu.org/emacs--devo--0--patch-47
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-48
Update from CVS
* emacs@sv.gnu.org/gnus--rel--5.10--patch-14
Update from CVS
* emacs@sv.gnu.org/gnus--rel--5.10--patch-15
Update from CVS
* emacs@sv.gnu.org/gnus--rel--5.10--patch-16
Update from CVS
* emacs@sv.gnu.org/gnus--rel--5.10--patch-17
Merge from emacs--devo--0
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-507
author | Karoly Lorentey <lorentey@elte.hu> |
---|---|
date | Mon, 06 Feb 2006 18:44:57 +0000 |
parents | 38d9a9de1e9c |
children | 459c112bf4eb |
comparison
equal
deleted
inserted
replaced
83466:9bec09743395 | 83467:d04d8ccb3c41 |
---|---|
1 2006-02-05 Ken Raeburn <raeburn@raeburn.org> | |
2 | |
3 * editfns.c (Fconstrain_to_field): Fix int/Lisp_Object mixup. | |
4 | |
5 * lisp.h (XPNTR) [!NO_UNION_TYPE && !HAVE_SHM && !DATA_SEG_BITS]: | |
6 Cast bitfield value to EMACS_INT, to suppress gcc warning. | |
7 | |
8 * xrdb.c (malloc, realloc, free) [emacs]: Undefine macros before | |
9 defining. | |
10 | |
11 2006-02-03 Kim F. Storm <storm@cua.dk> | |
12 | |
13 * xdisp.c: Cache last merged escape glyph face. | |
14 (last_escape_glyph_frame, last_escape_glyph_face_id) | |
15 (last_escape_glyph_merged_face_id): New variables. | |
16 (get_next_display_element): Use/update them. | |
17 (redisplay_internal): Reset them before redisplay. | |
18 | |
19 * xdisp.c (set_iterator_to_next): Optimize 2004-12-13 fix. | |
20 Only recheck faces after displaying ellipsis. | |
21 | |
1 2006-02-02 Kenichi Handa <handa@m17n.org> | 22 2006-02-02 Kenichi Handa <handa@m17n.org> |
2 | 23 |
3 * coding.c (decode_composition_emacs_mule): Fix handling of | 24 * coding.c (decode_composition_emacs_mule): Fix handling of |
4 incorrect format data. | 25 incorrect format data. |
5 | 26 |