diff options
| author | Juanma Barranquero | 2010-09-20 03:20:32 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2010-09-20 03:20:32 +0200 |
| commit | 93acd23dc3873931d823d06f0443ad32e370870e (patch) | |
| tree | a8c36d57a18cfc19519ac8aa9e58974d9c08b669 /src/ChangeLog | |
| parent | f071341124811e21e94592137e4b1c8f0f5fd1f5 (diff) | |
| download | emacs-93acd23dc3873931d823d06f0443ad32e370870e.tar.gz emacs-93acd23dc3873931d823d06f0443ad32e370870e.zip | |
Fix typos in ChangeLogs.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 945c23167eb..51cb9a2c2ee 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -13,8 +13,8 @@ | |||
| 13 | 13 | ||
| 14 | * deps.mk (xml.o): Add dependencies. | 14 | * deps.mk (xml.o): Add dependencies. |
| 15 | 15 | ||
| 16 | * xdisp.c (Fcurrent_bidi_paragraph_direction): Call | 16 | * xdisp.c (Fcurrent_bidi_paragraph_direction): |
| 17 | bidi_paragraph_init with NO_DEFAULT_P non-zero. (Bug#7038) | 17 | Call bidi_paragraph_init with NO_DEFAULT_P non-zero. (Bug#7038) |
| 18 | 18 | ||
| 19 | * bidi.c (bidi_paragraph_init): Accept an additional argument | 19 | * bidi.c (bidi_paragraph_init): Accept an additional argument |
| 20 | NO_DEFAULT_P; all callers changed. If NO_DEFAULT_P is non-zero, | 20 | NO_DEFAULT_P; all callers changed. If NO_DEFAULT_P is non-zero, |
| @@ -644,7 +644,7 @@ | |||
| 644 | * xterm.c (emacs_class): New char[] for EMACS_CLASS. | 644 | * xterm.c (emacs_class): New char[] for EMACS_CLASS. |
| 645 | (xim_open_dpy, xim_initialize, xim_close_dpy): Use emacs_class. | 645 | (xim_open_dpy, xim_initialize, xim_close_dpy): Use emacs_class. |
| 646 | (x_term_init): Use char[] display_opt and name_opt instead of | 646 | (x_term_init): Use char[] display_opt and name_opt instead of |
| 647 | string literal. file is const char*. | 647 | string literal. file is const char*. |
| 648 | 648 | ||
| 649 | * xsmfns.c (NOSPLASH_OPT): Change to char[]. | 649 | * xsmfns.c (NOSPLASH_OPT): Change to char[]. |
| 650 | (smc_save_yourself_CB): Do xstrdup on all ->type and ->name for | 650 | (smc_save_yourself_CB): Do xstrdup on all ->type and ->name for |
| @@ -656,7 +656,7 @@ | |||
| 656 | non-const char. | 656 | non-const char. |
| 657 | 657 | ||
| 658 | * xmenu.c (Fx_popup_dialog): error_name is const char*. | 658 | * xmenu.c (Fx_popup_dialog): error_name is const char*. |
| 659 | (xmenu_show): error parameter is const char **. pane_string is const | 659 | (xmenu_show): error parameter is const char **. pane_string is const |
| 660 | char *. | 660 | char *. |
| 661 | (button_names): Is const char *. | 661 | (button_names): Is const char *. |
| 662 | (xdialog_show): error_name and pane_string is const. | 662 | (xdialog_show): error_name and pane_string is const. |