diff options
| author | Stefan Monnier | 2013-10-29 10:46:23 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2013-10-29 10:46:23 -0400 |
| commit | dee4ba59792238f9fd69ba7f5bf4f2711da52030 (patch) | |
| tree | da0a9787aab3899e967618f493e16b56be8ed47d /src/ChangeLog | |
| parent | e54711f396a93b280f6a8b879330e0780425c1ae (diff) | |
| download | emacs-dee4ba59792238f9fd69ba7f5bf4f2711da52030.tar.gz emacs-dee4ba59792238f9fd69ba7f5bf4f2711da52030.zip | |
* src/eval.c (run_hook_with_args): Use FUNCTIONP.
* test/indent/css-mode.css (.x2): Test alignement inside braces.
* test/indent/prolog.prolog: Test alignment of ->; with operator at bol.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 22 |
1 files changed, 13 insertions, 9 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 55ff9390ce6..71774535462 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2013-10-29 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * eval.c (run_hook_with_args): Use FUNCTIONP. | ||
| 4 | |||
| 1 | 2013-10-29 Dmitry Antipov <dmantipov@yandex.ru> | 5 | 2013-10-29 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 6 | ||
| 3 | * xterm.h (struct x_output): For 'black_relief' and 'white_relief' | 7 | * xterm.h (struct x_output): For 'black_relief' and 'white_relief' |
| @@ -227,8 +231,8 @@ | |||
| 227 | (get_adapters_info): New wrapper function. | 231 | (get_adapters_info): New wrapper function. |
| 228 | (globals_of_w32): Initialize g_b_init_get_adapters_info. | 232 | (globals_of_w32): Initialize g_b_init_get_adapters_info. |
| 229 | 233 | ||
| 230 | * process.h (network_interface_list, network_interface_info): New | 234 | * process.h (network_interface_list, network_interface_info): |
| 231 | prototypes. | 235 | New prototypes. |
| 232 | 236 | ||
| 233 | * process.c (conv_sockaddr_to_lisp): Now externally-visible. | 237 | * process.c (conv_sockaddr_to_lisp): Now externally-visible. |
| 234 | (Fnetwork_interface_list, Fnetwork_interface_info): Define for | 238 | (Fnetwork_interface_list, Fnetwork_interface_info): Define for |
| @@ -559,8 +563,8 @@ | |||
| 559 | (xw_popup_dialog): New function, with X-specific bits of popup | 563 | (xw_popup_dialog): New function, with X-specific bits of popup |
| 560 | dialogs. | 564 | dialogs. |
| 561 | 565 | ||
| 562 | * xdisp.c (deep_copy_glyph_row, display_tty_menu_item): New | 566 | * xdisp.c (deep_copy_glyph_row, display_tty_menu_item): |
| 563 | functions. | 567 | New functions. |
| 564 | 568 | ||
| 565 | * window.c (Fset_window_configuration): Use run-time tests of the | 569 | * window.c (Fset_window_configuration): Use run-time tests of the |
| 566 | frame type instead of compile-time conditionals, when menu-bar | 570 | frame type instead of compile-time conditionals, when menu-bar |
| @@ -625,11 +629,11 @@ | |||
| 625 | of, or in addition to, compile-time conditionals. | 629 | of, or in addition to, compile-time conditionals. |
| 626 | (menu_item_width, Fmenu_bar_menu_at_x_y): New functions. | 630 | (menu_item_width, Fmenu_bar_menu_at_x_y): New functions. |
| 627 | (Fx_popup_menu): Detect when the function is called from keyboard | 631 | (Fx_popup_menu): Detect when the function is called from keyboard |
| 628 | on a TTY. Don't barf when invoked on a text-mode frame. Check | 632 | on a TTY. Don't barf when invoked on a text-mode frame. |
| 629 | frame type at run time, instead of compile-time conditionals for | 633 | Check frame type at run time, instead of compile-time conditionals for |
| 630 | invoking terminal-specific menu-show functions. Call | 634 | invoking terminal-specific menu-show functions. |
| 631 | tty_menu_show on text-mode frames. | 635 | Call tty_menu_show on text-mode frames. |
| 632 | (Fx_popup_dialog): Moved here from xmenu.c. Test frame types at | 636 | (Fx_popup_dialog): Move here from xmenu.c. Test frame types at |
| 633 | run time to determine which alternative to invoke; support dialogs | 637 | run time to determine which alternative to invoke; support dialogs |
| 634 | on TTYs. | 638 | on TTYs. |
| 635 | 639 | ||