aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2010-07-23 03:39:20 +0200
committerJuanma Barranquero2010-07-23 03:39:20 +0200
commitdd86ea1155171345fd2e5bdae2cc2439ab851bc9 (patch)
tree49437bffbf1ea0256eeef4e55b05000ca6eaa7d6
parent440735a764419d93c481915904aef24016614f92 (diff)
downloademacs-dd86ea1155171345fd2e5bdae2cc2439ab851bc9.tar.gz
emacs-dd86ea1155171345fd2e5bdae2cc2439ab851bc9.zip
* lisp/ChangeLog: Fix typos.
-rw-r--r--lisp/ChangeLog18
1 files changed, 9 insertions, 9 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index d7db00201cb..3ee371f06b2 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -182,7 +182,7 @@
1822010-07-14 Jan Djärv <jan.h.d@swipnet.se> 1822010-07-14 Jan Djärv <jan.h.d@swipnet.se>
183 183
184 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127 184 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
185 now that unicode is used (Bug#6594). 185 now that Unicode is used (Bug#6594).
186 186
1872010-07-14 Chong Yidong <cyd@stupidchicken.com> 1872010-07-14 Chong Yidong <cyd@stupidchicken.com>
188 188
@@ -259,15 +259,15 @@
259 259
2602010-07-12 Andreas Schwab <schwab@linux-m68k.org> 2602010-07-12 Andreas Schwab <schwab@linux-m68k.org>
261 261
262 * language/tai-viet.el ("TaiViet"): Try to fix re-encoding 262 * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
263 bugs. (Bug#5806) 263 (Bug#5806)
264 264
265 * language/tv-util.el (tai-viet-re): Remove format. 265 * language/tv-util.el (tai-viet-re): Remove format.
266 266
2672010-07-12 Kenichi Handa <handa@m17n.org> 2672010-07-12 Kenichi Handa <handa@m17n.org>
268 268
269 * language/hebrew.el: Remove no-byte-compile declaration. Change 269 * language/hebrew.el: Remove no-byte-compile declaration.
270 coding: tag to utf-8. Register hebrew-shape-gstring in 270 Change coding: tag to utf-8. Register hebrew-shape-gstring in
271 composition-function-table for 3-character looking back. 271 composition-function-table for 3-character looking back.
272 (hebrew-font-get-precomposed): New function. 272 (hebrew-font-get-precomposed): New function.
273 (hebrew-shape-gstring): Utilize precomposed glyphs if available. 273 (hebrew-shape-gstring): Utilize precomposed glyphs if available.
@@ -484,7 +484,7 @@
484 Make sure `flyspell-word' re-checks word after function run (Bug#6504). 484 Make sure `flyspell-word' re-checks word after function run (Bug#6504).
485 485
486 * textmodes/ispell.el (ispell-init-process): Make sure ispell and 486 * textmodes/ispell.el (ispell-init-process): Make sure ispell and
487 default directories are expanded. (Bug#6143). 487 default directories are expanded (Bug#6143).
488 488
4892010-06-24 Juri Linkov <juri@jurta.org> 4892010-06-24 Juri Linkov <juri@jurta.org>
490 490
@@ -767,7 +767,7 @@
767 767
7682010-06-16 Jay Belanger <jay.p.belanger@gmail.com> 7682010-06-16 Jay Belanger <jay.p.belanger@gmail.com>
769 769
770 * calc/calc-poly.el: (math-accum-factors): Make sure that 770 * calc/calc-poly.el (math-accum-factors): Make sure that
771 constants aren't distributed after they are factored out. 771 constants aren't distributed after they are factored out.
772 772
7732010-06-16 Juri Linkov <juri@jurta.org> 7732010-06-16 Juri Linkov <juri@jurta.org>
@@ -4604,7 +4604,7 @@
46042010-02-03 Michael Albinus <michael.albinus@gmx.de> 46042010-02-03 Michael Albinus <michael.albinus@gmx.de>
4605 4605
4606 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory 4606 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
4607 also in case of (and (not full) (not wildcard)). This is needed, 4607 also in case of (and (not full) (not wildcard)). This is needed
4608 when dired is called with a list of files, which are not in 4608 when dired is called with a list of files, which are not in
4609 `default-directory'. (Bug#5478) 4609 `default-directory'. (Bug#5478)
4610 4610
@@ -11093,7 +11093,7 @@
11093 11093
11094 * textmodes/fill.el: Convert to utf-8 encoding. 11094 * textmodes/fill.el: Convert to utf-8 encoding.
11095 (fill-french-nobreak-p): Remove redundant » and « inherited from our 11095 (fill-french-nobreak-p): Remove redundant » and « inherited from our
11096 pre-unicode days. 11096 pre-Unicode days.
11097 11097
11098 * add-log.el (change-log-fill-forward-paragraph): New function. 11098 * add-log.el (change-log-fill-forward-paragraph): New function.
11099 (change-log-mode): Use it so fill-region DTRT. 11099 (change-log-mode): Use it so fill-region DTRT.