diff options
| author | Dmitry Antipov | 2012-11-12 08:00:55 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2012-11-12 08:00:55 +0400 |
| commit | 5b04e9f9ac3212f0eb88c853dd21dd63a8bdbee2 (patch) | |
| tree | d9449b2bda744e962e336625f60c5c004e5c721e /src/ChangeLog | |
| parent | 31f47fbaead299941c22a133ed7e2928c7b1273e (diff) | |
| download | emacs-5b04e9f9ac3212f0eb88c853dd21dd63a8bdbee2.tar.gz emacs-5b04e9f9ac3212f0eb88c853dd21dd63a8bdbee2.zip | |
Simplify by using FOR_EACH_FRAME here and there.
* frame.c (next_frame, prev_frame, other_visible_frames)
(delete_frame, visible-frame-list): Use FOR_EACH_FRAME.
* w32term.c (x_window_to_scroll_bar): Likewise.
* window.c (window_list): Likewise.
* xdisp.c (x_consider_frame_title): Likewise.
* xfaces.c ( Fdisplay_supports_face_attributes_p): Likewise.
* xfns.c (x_window_to_frame, x_any_window_to_frame)
(x_menubar_window_to_frame, x_top_window_to_frame): Likewise.
* xmenu.c (menubar_id_to_frame): Likewise.
* xselect.c (frame_for_x_selection): Likewise.
* xterm.c (x_frame_of_widget, x_window_to_scroll_bar)
(x_window_to_menu_bar): Likewise.
* w32fns.c (x_window_to_frame): Likewise. Adjust comment.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 3c0e5e4e2b5..e35e307c4ee 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,20 @@ | |||
| 1 | 2012-11-12 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 2 | |||
| 3 | Simplify by using FOR_EACH_FRAME here and there. | ||
| 4 | * frame.c (next_frame, prev_frame, other_visible_frames) | ||
| 5 | (delete_frame, visible-frame-list): Use FOR_EACH_FRAME. | ||
| 6 | * w32term.c (x_window_to_scroll_bar): Likewise. | ||
| 7 | * window.c (window_list): Likewise. | ||
| 8 | * xdisp.c (x_consider_frame_title): Likewise. | ||
| 9 | * xfaces.c ( Fdisplay_supports_face_attributes_p): Likewise. | ||
| 10 | * xfns.c (x_window_to_frame, x_any_window_to_frame) | ||
| 11 | (x_menubar_window_to_frame, x_top_window_to_frame): Likewise. | ||
| 12 | * xmenu.c (menubar_id_to_frame): Likewise. | ||
| 13 | * xselect.c (frame_for_x_selection): Likewise. | ||
| 14 | * xterm.c (x_frame_of_widget, x_window_to_scroll_bar) | ||
| 15 | (x_window_to_menu_bar): Likewise. | ||
| 16 | * w32fns.c (x_window_to_frame): Likewise. Adjust comment. | ||
| 17 | |||
| 1 | 2012-11-12 Paul Eggert <eggert@cs.ucla.edu> | 18 | 2012-11-12 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 19 | ||
| 3 | * data.c (Qdefalias_fset_function): Now static. | 20 | * data.c (Qdefalias_fset_function): Now static. |