# HG changeset patch # User Juanma Barranquero # Date 1279849160 -7200 # Node ID 73388ad3c3644ad5a19d4b8d53a89bfd48349fe5 # Parent 715d5a9df4aa55005c2a824e9d3295d5cbd71203 * lisp/ChangeLog: Fix typos. diff -r 715d5a9df4aa -r 73388ad3c364 lisp/ChangeLog --- a/lisp/ChangeLog Fri Jul 23 03:29:46 2010 +0200 +++ b/lisp/ChangeLog Fri Jul 23 03:39:20 2010 +0200 @@ -182,7 +182,7 @@ 2010-07-14 Jan Djärv * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127 - now that unicode is used (Bug#6594). + now that Unicode is used (Bug#6594). 2010-07-14 Chong Yidong @@ -259,15 +259,15 @@ 2010-07-12 Andreas Schwab - * language/tai-viet.el ("TaiViet"): Try to fix re-encoding - bugs. (Bug#5806) + * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs. + (Bug#5806) * language/tv-util.el (tai-viet-re): Remove format. 2010-07-12 Kenichi Handa - * language/hebrew.el: Remove no-byte-compile declaration. Change - coding: tag to utf-8. Register hebrew-shape-gstring in + * language/hebrew.el: Remove no-byte-compile declaration. + Change coding: tag to utf-8. Register hebrew-shape-gstring in composition-function-table for 3-character looking back. (hebrew-font-get-precomposed): New function. (hebrew-shape-gstring): Utilize precomposed glyphs if available. @@ -484,7 +484,7 @@ Make sure `flyspell-word' re-checks word after function run (Bug#6504). * textmodes/ispell.el (ispell-init-process): Make sure ispell and - default directories are expanded. (Bug#6143). + default directories are expanded (Bug#6143). 2010-06-24 Juri Linkov @@ -767,7 +767,7 @@ 2010-06-16 Jay Belanger - * calc/calc-poly.el: (math-accum-factors): Make sure that + * calc/calc-poly.el (math-accum-factors): Make sure that constants aren't distributed after they are factored out. 2010-06-16 Juri Linkov @@ -4604,7 +4604,7 @@ 2010-02-03 Michael Albinus * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory - also in case of (and (not full) (not wildcard)). This is needed, + also in case of (and (not full) (not wildcard)). This is needed when dired is called with a list of files, which are not in `default-directory'. (Bug#5478) @@ -11093,7 +11093,7 @@ * textmodes/fill.el: Convert to utf-8 encoding. (fill-french-nobreak-p): Remove redundant » and « inherited from our - pre-unicode days. + pre-Unicode days. * add-log.el (change-log-fill-forward-paragraph): New function. (change-log-mode): Use it so fill-region DTRT.