comparison src/ChangeLog @ 90294:c5406394f567

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-13 Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 43-57) - Update from CVS - Merge from erc--emacs--0 - Make constrain-to-field notice overlays - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 18-21) - Update from CVS - Merge from emacs--devo--0
author Miles Bader <miles@gnu.org>
date Wed, 08 Feb 2006 04:26:44 +0000
parents d6f8fe3307c8 7559e2581420
children 4b3d39451150
comparison
equal deleted inserted replaced
90293:275e0a144c1d 90294:c5406394f567
1 2006-02-08 Miles Bader <miles@gnu.org>
2
3 * editfns.c (Fconstrain_to_field): Use Fget_char_property instead
4 of Fget_text_property (other field functions word with overlays as
5 well as text-properties).
6
7 2006-02-07 Kenichi Handa <handa@m17n.org>
8
9 * dispextern.h (unibyte_display_via_language_environment): Extern it.
10
11 * xterm.h (unibyte_display_via_language_environment):
12 * w32term.h (unibyte_display_via_language_environment):
13 * macterm.h (unibyte_display_via_language_environment): Delete extern.
14
15 2006-02-07 Kenichi Handa <handa@m17n.org>
16
17 * term.c (append_glyph): Refer to it->char_to_display instead of it->c.
18 (produce_glyphs): Set the character to print in
19 it->char_to_display. Handle unibyte-display-via-language-environment.
20 (produce_stretch_glyph): Set character to print in it->char_to_display.
21
22 2006-02-06 Kenichi Handa <handa@m17n.org>
23
24 * lread.c (openp): Initialize encoded_fn before GCPRO it.
25
26 2006-02-05 Ken Raeburn <raeburn@raeburn.org>
27
28 * editfns.c (Fconstrain_to_field): Fix int/Lisp_Object mixup.
29
30 * lisp.h (XPNTR) [!NO_UNION_TYPE && !HAVE_SHM && !DATA_SEG_BITS]:
31 Cast bitfield value to EMACS_INT, to suppress gcc warning.
32
33 * xrdb.c (malloc, realloc, free) [emacs]: Undefine macros before
34 defining.
35
1 2006-02-03 Kim F. Storm <storm@cua.dk> 36 2006-02-03 Kim F. Storm <storm@cua.dk>
2 37
3 * xdisp.c: Cache last merged escape glyph face. 38 * xdisp.c: Cache last merged escape glyph face.
4 (last_escape_glyph_frame, last_escape_glyph_face_id) 39 (last_escape_glyph_frame, last_escape_glyph_face_id)
5 (last_escape_glyph_merged_face_id): New variables. 40 (last_escape_glyph_merged_face_id): New variables.
22392 22427
22393 ;; Local Variables: 22428 ;; Local Variables:
22394 ;; coding: iso-2022-7bit 22429 ;; coding: iso-2022-7bit
22395 ;; End: 22430 ;; End:
22396 22431
22397 Copyright (C) 2001, 2002 Free Software Foundation, Inc. 22432 Copyright (C) 2001, 2002, 2003, 2004, 2005,
22433 2006 Free Software Foundation, Inc.
22398 Copying and distribution of this file, with or without modification, 22434 Copying and distribution of this file, with or without modification,
22399 are permitted provided the copyright notice and this notice are preserved. 22435 are permitted provided the copyright notice and this notice are preserved.
22400 22436
22401 ;;; arch-tag: 5dcc435f-4038-4141-b3bf-5be51cd76bd4 22437 ;;; arch-tag: 5dcc435f-4038-4141-b3bf-5be51cd76bd4