mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-18 08:51:45 -08:00
*** empty log message ***
This commit is contained in:
parent
4f4426f9b2
commit
7c8f6ffdad
3 changed files with 29 additions and 1 deletions
|
|
@ -1,3 +1,14 @@
|
|||
2006-08-21 Kenichi Handa <handa@m17n.org>
|
||||
|
||||
* international/uni-bidi.el, international/uni-category.el,
|
||||
international/uni-combining.el, international/uni-comment.el,
|
||||
international/uni-decimal.el, international/uni-decomposition.el,
|
||||
international/uni-digit.el, international/uni-lowercase.el,
|
||||
international/uni-mirrored.el, international/uni-name.el,
|
||||
international/uni-numeric.el, international/uni-old-name.el,
|
||||
international/uni-titlecase.el, international/uni-uppercase.el:
|
||||
Re-generated.
|
||||
|
||||
2006-08-04 Kenichi Handa <handa@m17n.org>
|
||||
|
||||
* international/mule-cmds.el (select-safe-coding-system): Fix
|
||||
|
|
|
|||
|
|
@ -1,3 +1,20 @@
|
|||
2006-08-21 Kenichi Handa <handa@m17n.org>
|
||||
|
||||
* font.c (font_matching_entity): Dolete unused local var.
|
||||
|
||||
* xftfont.c (xftfont_open): Call XftDefaultSubstitute before
|
||||
opening a font.
|
||||
|
||||
* fileio.c (Finsert_file_contents): On recovering a file, assume
|
||||
Unix-like eol.
|
||||
(choose_write_coding_system): On auto-saving a file, force
|
||||
Unix-like eol.
|
||||
|
||||
* coding.c (setup_coding_system): Fix setting of
|
||||
coding->common_flags based on eol_type.
|
||||
(coding_inherit_eol_type): If PARENT is not nil, be sure to
|
||||
inherit from it.
|
||||
|
||||
2006-08-04 Kenichi Handa <handa@m17n.org>
|
||||
|
||||
* alloc.c (NSTATICS): Increased to 0x600.
|
||||
|
|
|
|||
|
|
@ -2393,7 +2393,7 @@ font_matching_entity (frame, spec)
|
|||
&& (NILP (ftype) || EQ (driver_list->driver->type, ftype)))
|
||||
{
|
||||
Lisp_Object cache = driver_list->driver->get_cache (frame);
|
||||
Lisp_Object val, key;
|
||||
Lisp_Object key;
|
||||
|
||||
xassert (CONSP (cache));
|
||||
ASET (spec, FONT_TYPE_INDEX, driver_list->driver->type);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue