comparison src/ChangeLog @ 96270:43fea43f47a2

* xdisp.c (syms_of_xdisp) <truncate-partial-width-windows>: Doc fix. <scroll-conservatively>: Fix typo in docstring. * xselect.c (Fx_send_client_event): Doc fix.
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 25 Jun 2008 11:51:46 +0000
parents f6d31b2307be
children cb6aa853e038
comparison
equal deleted inserted replaced
96269:603f00a9cc21 96270:43fea43f47a2
1 2008-06-25 Juanma Barranquero <lekktu@gmail.com>
2
3 * xdisp.c (syms_of_xdisp) <truncate-partial-width-windows>: Doc fix.
4 <scroll-conservatively>: Fix typo in docstring.
5
6 * xselect.c (Fx_send_client_event): Doc fix.
7
1 2008-06-25 Kenichi Handa <handa@m17n.org> 8 2008-06-25 Kenichi Handa <handa@m17n.org>
2 9
3 * xfaces.c (Fx_list_fonts): Call Flist_fonts with the arg PREFER. 10 * xfaces.c (Fx_list_fonts): Call Flist_fonts with the arg PREFER.
4 11
5 * font.c (font_parse_fcname): Remove unused variables. 12 * font.c (font_parse_fcname): Remove unused variables.
6 (font_sort_entites): Delete the arg SPEC. Caller changed. Fix 13 (font_sort_entites): Delete the arg SPEC. Caller changed.
7 for the case of ! best_only. 14 Fix for the case of ! best_only.
8 (font_delete_unmatched): Check DPI and AVGWIDTH too. 15 (font_delete_unmatched): Check DPI and AVGWIDTH too.
9 16
10 * lisp.h (Fstring_to_unibyte): EXFUN it. 17 * lisp.h (Fstring_to_unibyte): EXFUN it.
11 18
12 * character.h: (str_to_unibyte): Extern it. 19 * character.h (str_to_unibyte): Extern it.
13 20
14 * character.c (str_to_unibyte): New function. 21 * character.c (str_to_unibyte): New function.
15 22
16 * fns.c (Fstring_to_unibyte): New function. 23 * fns.c (Fstring_to_unibyte): New function.
17 (syms_of_fns): Defsubr it. 24 (syms_of_fns): Defsubr it.
22 DPI too. 29 DPI too.
23 (font_sort_entites): Setup prefer_prop[FONT_DPI_INDEX] too. 30 (font_sort_entites): Setup prefer_prop[FONT_DPI_INDEX] too.
24 31
25 2008-06-24 Andreas Schwab <schwab@suse.de> 32 2008-06-24 Andreas Schwab <schwab@suse.de>
26 33
27 * Makefile.in (${lispsource}loaddefs.el): Renamed from 34 * Makefile.in (${lispsource}loaddefs.el): Rename from
28 ../lisp/loaddefs.el. 35 ../lisp/loaddefs.el.
29 (bootstrap-clean): Do what distclean does but don't remove 36 (bootstrap-clean): Do what distclean does but don't remove
30 Makefile. 37 Makefile.
31 (distclean): Depend on bootstrap-clean and remove Makefile. 38 (distclean): Depend on bootstrap-clean and remove Makefile.
32 39
65 * xdisp.c (display_line, move_it_in_display_line_to): Add ability 72 * xdisp.c (display_line, move_it_in_display_line_to): Add ability
66 to wrap continued lines at word boundaries. 73 to wrap continued lines at word boundaries.
67 74
68 2008-06-24 Jason Rumney <jasonr@gnu.org> 75 2008-06-24 Jason Rumney <jasonr@gnu.org>
69 76
70 * font.c (Ffont_face_attributes): Multiply pixel size before point 77 * font.c (Ffont_face_attributes): Multiply pixel size before point
71 conversion to avoid multiplying rounding error. 78 conversion to avoid multiplying rounding error.
72 79
73 2008-06-23 Jason Rumney <jasonr@gnu.org> 80 2008-06-23 Jason Rumney <jasonr@gnu.org>
74 81
75 * w32term.c (x_draw_glyph_string_background) 82 * w32term.c (x_draw_glyph_string_background)
76 (x_draw_glyph_string): Remove old bdf font code. 83 (x_draw_glyph_string): Remove old bdf font code.
77 84
78 * w32term.h (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): Remove. 85 * w32term.h (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): Remove.
79 86
80 2008-06-22 Kenichi Handa <handa@m17n.org> 87 2008-06-22 Kenichi Handa <handa@m17n.org>
81 88
82 * font.c (font_find_for_lface): Try the adstyle specified in 89 * font.c (font_find_for_lface): Try the adstyle specified in
83 the property of LFACE_FONT of LFACE (if any). 90 the property of LFACE_FONT of LFACE (if any).