aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJuanma Barranquero2010-10-13 01:25:19 +0200
committerJuanma Barranquero2010-10-13 01:25:19 +0200
commitc0943d3db2b2737d5092e887fd22d7088c3ca43d (patch)
treeee909e2f48e5315a883802b75866b7df861c60f5 /src/ChangeLog
parent51e4f4a88de94846f6b44b3e11496c7b67aa2f5e (diff)
downloademacs-c0943d3db2b2737d5092e887fd22d7088c3ca43d.tar.gz
emacs-c0943d3db2b2737d5092e887fd22d7088c3ca43d.zip
Fix typos in docstrings, comments and ChangeLogs.
* etc/tutorials/TUTORIAL.es: Fix typos. * lisp/cedet/semantic/symref/list.el (semantic-symref-list-rename-open-hits): Fix typo in message. (semantic-symref-list-map-open-hits): Fix typo in docstring. * lisp/erc/erc-xdcc.el (erc-xdcc-help-text): Fix typo in docstring. * lisp/gnus/nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring. * lisp/international/mule.el (define-coding-system): * lisp/international/titdic-cnv.el (quail-cxterm-package-ext-info): * composite.el (compose-region): Fix typo in docstring. * lisp/org/org-agenda.el (org-prefix-category-length) (org-prefix-category-max-length): Fix typos in docstrings. * src/font.c (Ffont_variation_glyphs): * ccl.c (Fccl_execute_on_string): Fix typo in docstring.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 01ecd37eec7..7c1faad6aab 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,6 @@
12010-10-12 Juanma Barranquero <lekktu@gmail.com> 12010-10-12 Juanma Barranquero <lekktu@gmail.com>
2 2
3 * font.c (Ffont_variation_glyphs):
3 * ccl.c (Fccl_execute_on_string): Fix typo in docstring. 4 * ccl.c (Fccl_execute_on_string): Fix typo in docstring.
4 5
52010-10-10 Jan Djärv <jan.h.d@swipnet.se> 62010-10-10 Jan Djärv <jan.h.d@swipnet.se>
@@ -138,7 +139,7 @@
138 (x_produce_glyphs): Simplify by using the same code for ASCII and 139 (x_produce_glyphs): Simplify by using the same code for ASCII and
139 non-ASCII characters. Don't set it->char_to_display here. 140 non-ASCII characters. Don't set it->char_to_display here.
140 Don't handle unibyte-display-via-language-environment here. For a 141 Don't handle unibyte-display-via-language-environment here. For a
141 charater of no glyph, use font->space_width instead of FONT_WIDTH. 142 character of no glyph, use font->space_width instead of FONT_WIDTH.
142 143
1432010-08-29 Kenichi Handa <handa@m17n.org> 1442010-08-29 Kenichi Handa <handa@m17n.org>
144 145
@@ -175,7 +176,7 @@
175 * charset.c: Include <stdlib.h> 176 * charset.c: Include <stdlib.h>
176 (struct charset_sort_data): New struct. 177 (struct charset_sort_data): New struct.
177 (charset_compare): New function. 178 (charset_compare): New function.
178 (Fsort_charsets): New funciton. 179 (Fsort_charsets): New function.
179 (syms_of_charset): Declare Fsort_charsets as a Lisp function. 180 (syms_of_charset): Declare Fsort_charsets as a Lisp function.
180 181
181 * coding.c (decode_coding_iso_2022): Fix checking of dimension 182 * coding.c (decode_coding_iso_2022): Fix checking of dimension
@@ -13876,7 +13877,7 @@
13876 (Ffont_shape_text): New function. 13877 (Ffont_shape_text): New function.
13877 (Fopen_font): If the font size is not given, use 12-pixel. 13878 (Fopen_font): If the font size is not given, use 12-pixel.
13878 (Ffont_at): New arg STRING. 13879 (Ffont_at): New arg STRING.
13879 (syms_of_font): Initalize font_charset_alist. 13880 (syms_of_font): Initialize font_charset_alist.
13880 Declare Ffont_shape_text as a Lisp function. Call syms_of_XXfont 13881 Declare Ffont_shape_text as a Lisp function. Call syms_of_XXfont
13881 conditionally. 13882 conditionally.
13882 13883
@@ -14873,7 +14874,7 @@
14873 14874
14874 * font.c (font_unparse_fcname): Fix typo (swidth->width). 14875 * font.c (font_unparse_fcname): Fix typo (swidth->width).
14875 (font_list_entities): Check driver_list->on. 14876 (font_list_entities): Check driver_list->on.
14876 (register_font_driver): Initalize `on' member to 0. 14877 (register_font_driver): Initialize `on' member to 0.
14877 (font_update_drivers): New function. 14878 (font_update_drivers): New function.
14878 (Fclear_font_cache): Check driver_list->on. 14879 (Fclear_font_cache): Check driver_list->on.
14879 14880