diff options
| author | Juanma Barranquero | 2009-04-30 23:43:51 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2009-04-30 23:43:51 +0000 |
| commit | 35f5b1280e49d939945bace1e2772939c626a3a3 (patch) | |
| tree | 0bd8c1a9ea3c9c458108bb60a9190e15ab9b5e59 /src/ChangeLog | |
| parent | 1a1961c36162778de8350a4fbdced2f6120c4354 (diff) | |
| download | emacs-35f5b1280e49d939945bace1e2772939c626a3a3.tar.gz emacs-35f5b1280e49d939945bace1e2772939c626a3a3.zip | |
Fix typos.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 4312799a311..1b83edc5108 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | 2009-04-30 David Reitter <david.reitter@gmail.com> | 1 | 2009-04-30 David Reitter <david.reitter@gmail.com> |
| 2 | 2 | ||
| 3 | * nsterm.m (convert_ns_to_X_keysym): define function keys f16 | 3 | * nsterm.m (convert_ns_to_X_keysym): Define function keys f16 |
| 4 | through f24. | 4 | through f24. |
| 5 | 5 | ||
| 6 | 2009-04-30 Chong Yidong <cyd@stupidchicken.com> | 6 | 2009-04-30 Chong Yidong <cyd@stupidchicken.com> |
| @@ -15,15 +15,13 @@ | |||
| 15 | * term.c (term_mouse_highlight): | 15 | * term.c (term_mouse_highlight): |
| 16 | * msdos.c (IT_note_mouse_highlight): | 16 | * msdos.c (IT_note_mouse_highlight): |
| 17 | * fontset.c (Finternal_char_font): | 17 | * fontset.c (Finternal_char_font): |
| 18 | * font.c (font_at, font_range): Update face_at_buffer_position | 18 | * font.c (font_at, font_range): Update face_at_buffer_position call. |
| 19 | call. | ||
| 20 | 19 | ||
| 21 | * dispextern.h (face_at_buffer_position): Update prototype. | 20 | * dispextern.h (face_at_buffer_position): Update prototype. |
| 22 | 21 | ||
| 23 | 2009-04-30 Kenichi Handa <handa@m17n.org> | 22 | 2009-04-30 Kenichi Handa <handa@m17n.org> |
| 24 | 23 | ||
| 25 | * fontset.c (fontset_find_font): Check if rfont_def is Qnil or | 24 | * fontset.c (fontset_find_font): Check if rfont_def is Qnil or not. |
| 26 | not. | ||
| 27 | 25 | ||
| 28 | 2009-04-29 Andreas Schwab <schwab@linux-m68k.org> | 26 | 2009-04-29 Andreas Schwab <schwab@linux-m68k.org> |
| 29 | 27 | ||
| @@ -67,7 +65,7 @@ | |||
| 67 | 65 | ||
| 68 | 2009-04-27 David Reitter <david.reitter@gmail.com> | 66 | 2009-04-27 David Reitter <david.reitter@gmail.com> |
| 69 | 67 | ||
| 70 | * nsfont.m (nsfont_open): remove unused variable shrink. | 68 | * nsfont.m (nsfont_open): Remove unused variable shrink. |
| 71 | Remove commented-out code. | 69 | Remove commented-out code. |
| 72 | 70 | ||
| 73 | 2009-04-26 Johan Bockgård <bojohan@gnu.org> | 71 | 2009-04-26 Johan Bockgård <bojohan@gnu.org> |