Mercurial > emacs
comparison src/ChangeLog @ 110435:7f85b522c27e
Fix typos in ChangeLogs.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Mon, 20 Sep 2010 03:20:32 +0200 |
parents | 9fe8167bbd9b |
children | e71c4e4a16d7 |
comparison
equal
deleted
inserted
replaced
110434:ec099872cdc4 | 110435:7f85b522c27e |
---|---|
11 | 11 |
12 2010-09-18 Eli Zaretskii <eliz@gnu.org> | 12 2010-09-18 Eli Zaretskii <eliz@gnu.org> |
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, |
21 search back until a paragraph with a strong directional character | 21 search back until a paragraph with a strong directional character |
22 is found, and use that to determine paragraph's base direction. | 22 is found, and use that to determine paragraph's base direction. |
642 style_changed_cb. | 642 style_changed_cb. |
643 | 643 |
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 |
651 props. Free them at the end. | 651 props. Free them at the end. |
652 | 652 |
654 | 654 |
655 * xrdb.c (get_system_app): Make path const and use char *p for | 655 * xrdb.c (get_system_app): Make path const and use char *p for |
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. |
663 | 663 |
664 * process.h (synch_process_death): Is const char*. | 664 * process.h (synch_process_death): Is const char*. |