diff options
| author | Juanma Barranquero | 2008-06-03 07:46:36 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2008-06-03 07:46:36 +0000 |
| commit | e914c409be7aa66bc4021834a728705cb633c38b (patch) | |
| tree | 82d4f52009dca2c4f65156528f4e1d0d6c3eef0f | |
| parent | d2d7e96cd8e6891852ca811fc85240ae7a3622c7 (diff) | |
| download | emacs-e914c409be7aa66bc4021834a728705cb633c38b.tar.gz emacs-e914c409be7aa66bc4021834a728705cb633c38b.zip | |
Fix typos.
| -rw-r--r-- | leim/ChangeLog | 8 | ||||
| -rw-r--r-- | lib-src/ChangeLog | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/leim/ChangeLog b/leim/ChangeLog index ad2a91817b5..d117807d524 100644 --- a/leim/ChangeLog +++ b/leim/ChangeLog | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | 2008-06-03 Jihyun Cho <jihyun.jo@gmail.com> | 1 | 2008-06-03 Jihyun Cho <jihyun.jo@gmail.com> |
| 2 | 2 | ||
| 3 | * quail/hangul.el: Completely re-written. | 3 | * quail/hangul.el: Completely re-written. |
| 4 | 4 | ||
| @@ -82,8 +82,8 @@ | |||
| 82 | * quail/welsh.el ("welsh"): Doc fix. | 82 | * quail/welsh.el ("welsh"): Doc fix. |
| 83 | 83 | ||
| 84 | * quail/cyrillic.el: Reinstate some commented-out redundancies. | 84 | * quail/cyrillic.el: Reinstate some commented-out redundancies. |
| 85 | ("russian-typewriter"): Rename from cyrillic-typewriter. Make | 85 | ("russian-typewriter"): Rename from cyrillic-typewriter. |
| 86 | cyrillic-jcuken effectively an alias for it. | 86 | Make cyrillic-jcuken effectively an alias for it. |
| 87 | ("russian-computer"): New. | 87 | ("russian-computer"): New. |
| 88 | ("bulgarian-phonetic"): Rename from bulgarian-pho. | 88 | ("bulgarian-phonetic"): Rename from bulgarian-pho. |
| 89 | ("bulgarian-bds"): Rename from bulgarian-standard. | 89 | ("bulgarian-bds"): Rename from bulgarian-standard. |
| @@ -148,7 +148,7 @@ | |||
| 148 | 148 | ||
| 149 | * Makefile.in (install): Change ownership of installed files. | 149 | * Makefile.in (install): Change ownership of installed files. |
| 150 | 150 | ||
| 151 | 2007-10-20 Edward O'Connor <hober0@gmail.com> (tiny change) | 151 | 2007-10-20 Edward O'Connor <hober0@gmail.com> (tiny change) |
| 152 | 152 | ||
| 153 | * quail/latin-ltx.el ("\\qed"): Add this rule. | 153 | * quail/latin-ltx.el ("\\qed"): Add this rule. |
| 154 | 154 | ||
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index b2edff07814..c0cf8a729ff 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,8 +1,8 @@ | |||
| 1 | 2008-06-02 Jim Meyering <meyering@redhat.com> | 1 | 2008-06-02 Jim Meyering <meyering@redhat.com> |
| 2 | 2 | ||
| 3 | * ebrowse.c (xfree): Remove definition; s/xfree/free/ | 3 | * ebrowse.c (xfree): Remove definition; s/xfree/free/. |
| 4 | 4 | ||
| 5 | remove useless if-before-free tests | 5 | Remove useless if-before-free tests. |
| 6 | * ebrowse.c (xfree): Likewise. | 6 | * ebrowse.c (xfree): Likewise. |
| 7 | * etags.c (process_file_name, free_tree, free_fdesc): Likewise. | 7 | * etags.c (process_file_name, free_tree, free_fdesc): Likewise. |
| 8 | (popclass_above, Prolog_functions, Erlang_functions): Likewise. | 8 | (popclass_above, Prolog_functions, Erlang_functions): Likewise. |