diff options
| author | Juanma Barranquero | 2010-07-23 03:39:20 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2010-07-23 03:39:20 +0200 |
| commit | dd86ea1155171345fd2e5bdae2cc2439ab851bc9 (patch) | |
| tree | 49437bffbf1ea0256eeef4e55b05000ca6eaa7d6 | |
| parent | 440735a764419d93c481915904aef24016614f92 (diff) | |
| download | emacs-dd86ea1155171345fd2e5bdae2cc2439ab851bc9.tar.gz emacs-dd86ea1155171345fd2e5bdae2cc2439ab851bc9.zip | |
* lisp/ChangeLog: Fix typos.
| -rw-r--r-- | lisp/ChangeLog | 18 |
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 @@ | |||
| 182 | 2010-07-14 Jan Djärv <jan.h.d@swipnet.se> | 182 | 2010-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 | ||
| 187 | 2010-07-14 Chong Yidong <cyd@stupidchicken.com> | 187 | 2010-07-14 Chong Yidong <cyd@stupidchicken.com> |
| 188 | 188 | ||
| @@ -259,15 +259,15 @@ | |||
| 259 | 259 | ||
| 260 | 2010-07-12 Andreas Schwab <schwab@linux-m68k.org> | 260 | 2010-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 | ||
| 267 | 2010-07-12 Kenichi Handa <handa@m17n.org> | 267 | 2010-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 | ||
| 489 | 2010-06-24 Juri Linkov <juri@jurta.org> | 489 | 2010-06-24 Juri Linkov <juri@jurta.org> |
| 490 | 490 | ||
| @@ -767,7 +767,7 @@ | |||
| 767 | 767 | ||
| 768 | 2010-06-16 Jay Belanger <jay.p.belanger@gmail.com> | 768 | 2010-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 | ||
| 773 | 2010-06-16 Juri Linkov <juri@jurta.org> | 773 | 2010-06-16 Juri Linkov <juri@jurta.org> |
| @@ -4604,7 +4604,7 @@ | |||
| 4604 | 2010-02-03 Michael Albinus <michael.albinus@gmx.de> | 4604 | 2010-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. |