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 | |
| parent | f071341124811e21e94592137e4b1c8f0f5fd1f5 (diff) | |
| download | emacs-93acd23dc3873931d823d06f0443ad32e370870e.tar.gz emacs-93acd23dc3873931d823d06f0443ad32e370870e.zip | |
Fix typos in ChangeLogs.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 8 | ||||
| -rw-r--r-- | src/ChangeLog.10 | 2 | ||||
| -rw-r--r-- | src/ChangeLog.8 | 7 |
3 files changed, 8 insertions, 9 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. |
diff --git a/src/ChangeLog.10 b/src/ChangeLog.10 index 14a0f012b06..393c7bdf8dc 100644 --- a/src/ChangeLog.10 +++ b/src/ChangeLog.10 | |||
| @@ -21089,7 +21089,7 @@ | |||
| 21089 | 21089 | ||
| 21090 | * w32.c (g_b_init_is_windows_9x, g_b_init_open_process_token) | 21090 | * w32.c (g_b_init_is_windows_9x, g_b_init_open_process_token) |
| 21091 | (g_b_init_get_token_information, g_b_init_lookup_account_sid) | 21091 | (g_b_init_get_token_information, g_b_init_lookup_account_sid) |
| 21092 | (g_b_init_get_sid_identifier_authority ): Add several static | 21092 | (g_b_init_get_sid_identifier_authority): Add several static |
| 21093 | global variables. | 21093 | global variables. |
| 21094 | 21094 | ||
| 21095 | * w32.c (globals_of_w32): New function. Used to initialize those | 21095 | * w32.c (globals_of_w32): New function. Used to initialize those |
diff --git a/src/ChangeLog.8 b/src/ChangeLog.8 index 4dac2b262b7..5033a055576 100644 --- a/src/ChangeLog.8 +++ b/src/ChangeLog.8 | |||
| @@ -10392,7 +10392,7 @@ | |||
| 10392 | * term.c (get_char_info): Use WHAT field of CHAR_INFO. | 10392 | * term.c (get_char_info): Use WHAT field of CHAR_INFO. |
| 10393 | Use tabs as multiples of spaces. | 10393 | Use tabs as multiples of spaces. |
| 10394 | 10394 | ||
| 10395 | * dispextern.h (struct char_info ): WHAT field. | 10395 | * dispextern.h (struct char_info): WHAT field. |
| 10396 | 10396 | ||
| 10397 | * term.c (encode_terminal_code): Don't use GLYPH_CHAR, use | 10397 | * term.c (encode_terminal_code): Don't use GLYPH_CHAR, use |
| 10398 | FAST_GLYPH_CHAR instead because GLYPH_CHAR won't remove faces. | 10398 | FAST_GLYPH_CHAR instead because GLYPH_CHAR won't remove faces. |
| @@ -10407,8 +10407,7 @@ | |||
| 10407 | 10407 | ||
| 10408 | * xterm.c (XTget_char_info): Check WANT_ELLIPSIS_P. | 10408 | * xterm.c (XTget_char_info): Check WANT_ELLIPSIS_P. |
| 10409 | 10409 | ||
| 10410 | * dispextern.h (struct char_info ): GLYPH_ROW for intermediate | 10410 | * dispextern.h (struct char_info): GLYPH_ROW for intermediate glyphs. |
| 10411 | glyphs. | ||
| 10412 | 10411 | ||
| 10413 | * dispnew.c (init_char_info): Init GLYPH_ROW to NULL. CHAR_CURSOR | 10412 | * dispnew.c (init_char_info): Init GLYPH_ROW to NULL. CHAR_CURSOR |
| 10414 | moved to xdisp.c. | 10413 | moved to xdisp.c. |
| @@ -10436,7 +10435,7 @@ | |||
| 10436 | 10435 | ||
| 10437 | * term.c (get_char_info): Set MAX_PIXEL_WIDTH in CHAR_INFO. | 10436 | * term.c (get_char_info): Set MAX_PIXEL_WIDTH in CHAR_INFO. |
| 10438 | 10437 | ||
| 10439 | * dispextern.h (struct char_info ): Use LISP_CHAR_TABLE for DP. | 10438 | * dispextern.h (struct char_info): Use LISP_CHAR_TABLE for DP. |
| 10440 | New member MAX_PIXEL_HEIGHT. | 10439 | New member MAX_PIXEL_HEIGHT. |
| 10441 | 10440 | ||
| 10442 | * xterm.c (x_per_char_metric): Get per character metrics. | 10441 | * xterm.c (x_per_char_metric): Get per character metrics. |