diff options
| author | Miles Bader | 2006-02-08 04:26:44 +0000 |
|---|---|---|
| committer | Miles Bader | 2006-02-08 04:26:44 +0000 |
| commit | 380874900ca183ec2fdce91949d841328852d7a8 (patch) | |
| tree | 6918a4182f8657251e83223511aa7827fb8820ed /src/ChangeLog | |
| parent | 72b464afc12a7532fc8555352db04c65647c15ae (diff) | |
| parent | c96ec15a58817ac97db5348187e2d8695f609cb5 (diff) | |
| download | emacs-380874900ca183ec2fdce91949d841328852d7a8.tar.gz emacs-380874900ca183ec2fdce91949d841328852d7a8.zip | |
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
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 38 |
1 files changed, 37 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index dc6a1641ac5..73436b217a1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,38 @@ | |||
| 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. |
| @@ -22394,7 +22429,8 @@ See ChangeLog.9 for earlier changes. | |||
| 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 | ||