aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJuanma Barranquero2008-06-25 11:51:46 +0000
committerJuanma Barranquero2008-06-25 11:51:46 +0000
commit69785ad0fa34ab560513f7e316cbd5f2cec0638a (patch)
treefcd9b2f2dc10b18a4cf122ce90bed7f89764f0a0 /src/ChangeLog
parentc045cf6edca1a7537e0a90856c6626ad397b3dba (diff)
downloademacs-69785ad0fa34ab560513f7e316cbd5f2cec0638a.tar.gz
emacs-69785ad0fa34ab560513f7e316cbd5f2cec0638a.zip
* 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.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog21
1 files changed, 14 insertions, 7 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 963665cc0a8..4f296a97fef 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,15 +1,22 @@
12008-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
12008-06-25 Kenichi Handa <handa@m17n.org> 82008-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
@@ -24,7 +31,7 @@
24 31
252008-06-24 Andreas Schwab <schwab@suse.de> 322008-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.
@@ -67,15 +74,15 @@
67 74
682008-06-24 Jason Rumney <jasonr@gnu.org> 752008-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
732008-06-23 Jason Rumney <jasonr@gnu.org> 802008-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
802008-06-22 Kenichi Handa <handa@m17n.org> 872008-06-22 Kenichi Handa <handa@m17n.org>
81 88